lintroll 1.30.0 → 1.30.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/dist/cli/index.mjs +1 -1
- package/dist/index.cjs +10 -10
- package/dist/index.mjs +10 -10
- package/dist/package-C34Bq8yq.mjs +1 -0
- package/package.json +1 -6
- package/dist/index-C3zPrSIs.mjs +0 -1
- package/dist/package-D9pmSPaJ.mjs +0 -1
- package/dist/package-tQ-D1OVb.cjs +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
var Pf=Object.defineProperty;var r=(e,s)=>Pf(e,"name",{value:s,configurable:!0});import{getTsconfig as mf}from"get-tsconfig";import yf from"@eslint/js";import hn from"globals";import xo from"confusing-browser-globals";import _f,{createRequire as hf}from"node:module";import{f as rs}from"./index-C3zPrSIs.mjs";import Mo from"@eslint-community/eslint-plugin-eslint-comments";import Sf from"@stylistic/eslint-plugin";import vf,{fileURLToPath as wo}from"node:url";import He from"eslint-plugin-import-x";import is from"@typescript-eslint/eslint-plugin";import bf from"@typescript-eslint/parser";import Fo from"eslint-plugin-regexp";import Sn from"node:fs";import ns from"eslint-plugin-n";import Bo from"node:path";import"node:fs/promises";import gf from"url";import Yf from"util";import{promisify as Af}from"node:util";import{execFile as Cf}from"node:child_process";import No from"eslint-plugin-promise";import Lf from"@eslint/markdown";import Vf from"eslint-plugin-jsonc";import Df from"eslint-plugin-package-json";import ss from"eslint-plugin-yml";import Rf from"yaml-eslint-parser";import ko from"eslint-plugin-no-use-extend-native";import jo from"eslint-plugin-unicorn";import os from"eslint-plugin-react";import Go from"eslint-plugin-react-hooks";import as from"eslint-plugin-vue";import Of from"vue-eslint-parser";import{p as Uf}from"./package-D9pmSPaJ.mjs";import qo from"eslint/use-at-your-own-risk";import ls from"eslint";import"node:process";const If=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Wo=r(e=>{for(const s of If){const n=e[s];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),s==="rules"){const c=n;for(const o in c)if(Object.hasOwn(c,o)){const i=c[o];i&&Object.freeze(i)}}if(s==="languageOptions"){const c=n;c.parserOptions&&Object.freeze(c.parserOptions),c.globals&&Object.freeze(c.globals)}}}return Object.freeze(e)},"deepFreeze"),w=r(e=>Array.isArray(e)?e.map(Wo):Wo(e),"defineConfig"),us=hf(`${process.cwd()}/`);let vn;const xf=r(()=>{if(vn)return vn;const e=rs("package.json");if(e)try{return vn=us(e).name,vn}catch{}},"getCurrentPackageName"),Le=r(e=>{try{return us.resolve(e),!0}catch{}return xf()===e},"isInstalled"),Mf=r(e=>{let s;try{s=us(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(s)},"getExports"),cs=yf.configs.recommended.rules,Es={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,ignoreImports:!0,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":"off","newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...xo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Le("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Le("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},$o=Object.entries(Es).filter(([e])=>cs[e]&&cs[e]===Es[e]);if($o.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${$o.map(([e])=>e).join(", ")}`);const bn=w({languageOptions:{globals:hn["shared-node-browser"]},rules:{...cs,...Es}}),wf=w({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hn.serviceworker},rules:{"no-restricted-globals":["error",...xo.filter(e=>e!=="self")]}}),Ff=["**/*.{js,jsx,cjs,mjs}"],Bf=["**/*.{ts,tsx,mts,cts}"],Nf=["**/*.vue"],nt=[...Ff,...Bf,...Nf],kf=w({files:nt,plugins:{"@eslint-community/eslint-comments":Mo},rules:{...Mo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),ps=[w({plugins:{"@stylistic":Sf}}),w({files:nt,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],jf=wo(import.meta.resolve("#pkg-maps-resolver")),Gf=w({plugins:{"import-x":He},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[jf]:{}}},rules:{...He.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/*"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":["error",{groups:["builtin","external","internal","parent","sibling","index"]}],"import-x/prefer-default-export":"off"}}),qf=[Gf,w({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],fs="**/*.{ts,tsx,mts,cts}",Wf=w({files:[fs],languageOptions:{parser:bf,parserOptions:{ecmaVersion:"latest"}},settings:He.configs.typescript.settings}),$f=r(e=>{const s=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return w({files:[fs],plugins:{"@typescript-eslint":is},settings:{...He.configs.typescript.settings,"import-x/resolver":{...He.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...is.configs["eslint-recommended"].overrides[0].rules,...is.configs.recommended.rules,...He.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:bn.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bn.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bn.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":s?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),Hf=w({files:nt,plugins:{regexp:Fo},rules:Fo.configs.recommended.rules});var Ho=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Kf(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Kf,"getDefaultExportFromCjs");var Ke={},gn={exports:{}},Ko;function Xf(){if(Ko)return gn.exports;Ko=1;let e=process||{},s=e.argv||[],n=e.env||{},c=!(n.NO_COLOR||s.includes("--no-color"))&&(!!n.FORCE_COLOR||s.includes("--color")||e.platform==="win32"||(e.stdout||{}).isTTY&&n.TERM!=="dumb"||!!n.CI),o=r((a,u,E=a)=>p=>{let Y=""+p,A=Y.indexOf(u,a.length);return~A?a+i(Y,u,E,A)+u:a+Y+u},"formatter"),i=r((a,u,E,p)=>{let Y="",A=0;do Y+=a.substring(A,p)+E,A=p+u.length,p=a.indexOf(u,A);while(~p);return Y+a.substring(A)},"replaceClose"),t=r((a=c)=>{let u=a?o:()=>String;return{isColorSupported:a,reset:u("\x1B[0m","\x1B[0m"),bold:u("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:u("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:u("\x1B[3m","\x1B[23m"),underline:u("\x1B[4m","\x1B[24m"),inverse:u("\x1B[7m","\x1B[27m"),hidden:u("\x1B[8m","\x1B[28m"),strikethrough:u("\x1B[9m","\x1B[29m"),black:u("\x1B[30m","\x1B[39m"),red:u("\x1B[31m","\x1B[39m"),green:u("\x1B[32m","\x1B[39m"),yellow:u("\x1B[33m","\x1B[39m"),blue:u("\x1B[34m","\x1B[39m"),magenta:u("\x1B[35m","\x1B[39m"),cyan:u("\x1B[36m","\x1B[39m"),white:u("\x1B[37m","\x1B[39m"),gray:u("\x1B[90m","\x1B[39m"),bgBlack:u("\x1B[40m","\x1B[49m"),bgRed:u("\x1B[41m","\x1B[49m"),bgGreen:u("\x1B[42m","\x1B[49m"),bgYellow:u("\x1B[43m","\x1B[49m"),bgBlue:u("\x1B[44m","\x1B[49m"),bgMagenta:u("\x1B[45m","\x1B[49m"),bgCyan:u("\x1B[46m","\x1B[49m"),bgWhite:u("\x1B[47m","\x1B[49m"),blackBright:u("\x1B[90m","\x1B[39m"),redBright:u("\x1B[91m","\x1B[39m"),greenBright:u("\x1B[92m","\x1B[39m"),yellowBright:u("\x1B[93m","\x1B[39m"),blueBright:u("\x1B[94m","\x1B[39m"),magentaBright:u("\x1B[95m","\x1B[39m"),cyanBright:u("\x1B[96m","\x1B[39m"),whiteBright:u("\x1B[97m","\x1B[39m"),bgBlackBright:u("\x1B[100m","\x1B[49m"),bgRedBright:u("\x1B[101m","\x1B[49m"),bgGreenBright:u("\x1B[102m","\x1B[49m"),bgYellowBright:u("\x1B[103m","\x1B[49m"),bgBlueBright:u("\x1B[104m","\x1B[49m"),bgMagentaBright:u("\x1B[105m","\x1B[49m"),bgCyanBright:u("\x1B[106m","\x1B[49m"),bgWhiteBright:u("\x1B[107m","\x1B[49m")}},"createColors");return gn.exports=t(),gn.exports.createColors=t,gn.exports}r(Xf,"requirePicocolors");var st={},Xo;function zf(){return Xo||(Xo=1,Object.defineProperty(st,"__esModule",{value:!0}),st.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,st.matchToToken=function(e){var s={type:"invalid",value:e[0],closed:void 0};return e[1]?(s.type="string",s.closed=!!(e[3]||e[4])):e[5]?s.type="comment":e[6]?(s.type="comment",s.closed=!!e[7]):e[8]?s.type="regex":e[9]?s.type="number":e[10]?s.type="name":e[11]?s.type="punctuator":e[12]&&(s.type="whitespace"),s}),st}r(zf,"requireJsTokens");var Ts={},Xe={},zo;function Jf(){if(zo)return Xe;zo=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.isIdentifierChar=u,Xe.isIdentifierName=E,Xe.isIdentifierStart=a;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",s="\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),c=new RegExp("["+e+s+"]");e=s=null;const o=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,4,51,13,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,7,25,39,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,5,57,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,24,43,261,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,33,24,3,24,45,74,6,0,67,12,65,1,2,0,15,4,10,7381,42,31,98,114,8702,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,208,30,2,2,2,1,2,6,3,4,10,1,225,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4381,3,5773,3,7472,16,621,2467,541,1507,4938,6,8489],i=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,78,5,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,199,7,137,9,54,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,55,9,266,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,245,1,2,9,233,0,3,0,8,1,6,0,475,6,110,6,6,9,4759,9,787719,239];function t(p,Y){let A=65536;for(let l=0,f=Y.length;l<f;l+=2){if(A+=Y[l],A>p)return!1;if(A+=Y[l+1],A>=p)return!0}return!1}r(t,"isInAstralSet");function a(p){return p<65?p===36:p<=90?!0:p<97?p===95:p<=122?!0:p<=65535?p>=170&&n.test(String.fromCharCode(p)):t(p,o)}r(a,"isIdentifierStart");function u(p){return p<48?p===36:p<58?!0:p<65?!1:p<=90?!0:p<97?p===95:p<=122?!0:p<=65535?p>=170&&c.test(String.fromCharCode(p)):t(p,o)||t(p,i)}r(u,"isIdentifierChar");function E(p){let Y=!0;for(let A=0;A<p.length;A++){let l=p.charCodeAt(A);if((l&64512)===55296&&A+1<p.length){const f=p.charCodeAt(++A);(f&64512)===56320&&(l=65536+((l&1023)<<10)+(f&1023))}if(Y){if(Y=!1,!a(l))return!1}else if(!u(l))return!1}return!Y}return r(E,"isIdentifierName"),Xe}r(Jf,"requireIdentifier");var Ve={},Jo;function Qf(){if(Jo)return Ve;Jo=1,Object.defineProperty(Ve,"__esModule",{value:!0}),Ve.isKeyword=u,Ve.isReservedWord=o,Ve.isStrictBindOnlyReservedWord=t,Ve.isStrictBindReservedWord=a,Ve.isStrictReservedWord=i;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},s=new Set(e.keyword),n=new Set(e.strict),c=new Set(e.strictBind);function o(E,p){return p&&E==="await"||E==="enum"}r(o,"isReservedWord");function i(E,p){return o(E,p)||n.has(E)}r(i,"isStrictReservedWord");function t(E){return c.has(E)}r(t,"isStrictBindOnlyReservedWord");function a(E,p){return i(E,p)||t(E)}r(a,"isStrictBindReservedWord");function u(E){return s.has(E)}return r(u,"isKeyword"),Ve}r(Qf,"requireKeyword");var Qo;function Zf(){return Qo||(Qo=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return s.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return s.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return s.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:r(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:r(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:r(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:r(function(){return n.isStrictReservedWord},"get")});var s=Jf(),n=Qf()})(Ts)),Ts}r(Zf,"requireLib$5");var Zo;function eT(){if(Zo)return Ke;Zo=1,Object.defineProperty(Ke,"__esModule",{value:!0});var e=Xf(),s=zf(),n=Zf();function c(){return typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?!1:e.isColorSupported}r(c,"isColorSupported");const o=r((C,T)=>v=>C(T(v)),"compose");function i(C){return{keyword:C.cyan,capitalized:C.yellow,jsxIdentifier:C.yellow,punctuator:C.yellow,number:C.magenta,string:C.green,regex:C.magenta,comment:C.gray,invalid:o(o(C.white,C.bgRed),C.bold),gutter:C.gray,marker:o(C.red,C.bold),message:o(C.red,C.bold),reset:C.reset}}r(i,"buildDefs");const t=i(e.createColors(!0)),a=i(e.createColors(!1));function u(C){return C?t:a}r(u,"getDefs");const E=new Set(["as","async","from","get","of","set"]),p=/\r\n|[\n\r\u2028\u2029]/,Y=/^[()[\]{}]$/;let A;{const C=/^[a-z][\w-]*$/i,T=r(function(v,L,D){if(v.type==="name"){if(n.isKeyword(v.value)||n.isStrictReservedWord(v.value,!0)||E.has(v.value))return"keyword";if(C.test(v.value)&&(D[L-1]==="<"||D.slice(L-2,L)==="</"))return"jsxIdentifier";if(v.value[0]!==v.value[0].toLowerCase())return"capitalized"}return v.type==="punctuator"&&Y.test(v.value)?"bracket":v.type==="invalid"&&(v.value==="@"||v.value==="#")?"punctuator":v.type},"getTokenType");A=r(function*(v){let L;for(;L=s.default.exec(v);){const D=s.matchToToken(L);yield{type:T(D,L.index,v),value:D.value}}},"tokenize")}function l(C){if(C==="")return"";const T=u(!0);let v="";for(const{type:L,value:D}of A(C))L in T?v+=D.split(p).map(O=>T[L](O)).join(`
|
|
2
|
-
`):
|
|
3
|
-
`,
|
|
4
|
-
`);return
|
|
5
|
-
${
|
|
6
|
-
`,s-1),[o,
|
|
1
|
+
var sT=Object.defineProperty;var i=(e,s)=>sT(e,"name",{value:s,configurable:!0});import{getTsconfig as oT}from"get-tsconfig";import aT from"@eslint/js";import Fn from"globals";import Zo from"confusing-browser-globals";import lT,{createRequire as uT}from"node:module";import cT from"node:process";import"node:fs/promises";import ET,{fileURLToPath as hs}from"node:url";import ut from"node:fs";import De from"node:path";import ea from"@eslint-community/eslint-plugin-eslint-comments";import pT from"@stylistic/eslint-plugin";import Qe from"eslint-plugin-import-x";import Ss from"@typescript-eslint/eslint-plugin";import fT from"@typescript-eslint/parser";import ta from"eslint-plugin-regexp";import vs from"eslint-plugin-n";import TT from"node:diagnostics_channel";import PT from"url";import dT from"util";import{promisify as mT}from"node:util";import{execFile as yT}from"node:child_process";import ra from"eslint-plugin-promise";import _T from"@eslint/markdown";import hT from"eslint-plugin-jsonc";import ST from"eslint-plugin-package-json";import Ys from"eslint-plugin-yml";import vT from"yaml-eslint-parser";import ia from"eslint-plugin-no-use-extend-native";import na from"eslint-plugin-unicorn";import gs from"eslint-plugin-react";import sa from"eslint-plugin-react-hooks";import bs from"eslint-plugin-vue";import YT from"vue-eslint-parser";import{p as gT}from"./package-C34Bq8yq.mjs";import ct from"eslint";import oa from"eslint/use-at-your-own-risk";const bT=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],aa=i(e=>{for(const s of bT){const n=e[s];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),s==="rules"){const u=n;for(const o in u)if(Object.hasOwn(u,o)){const r=u[o];r&&Object.freeze(r)}}if(s==="languageOptions"){const u=n;u.parserOptions&&Object.freeze(u.parserOptions),u.globals&&Object.freeze(u.globals)}}}return Object.freeze(e)},"deepFreeze"),B=i(e=>Array.isArray(e)?e.map(aa):aa(e),"defineConfig"),la=i(e=>e instanceof URL?hs(e):e,"toPath$1");function As(e,{cwd:s=cT.cwd(),type:n="file",stopAt:u}={}){let o=De.resolve(la(s)??"");const{root:r}=De.parse(o);u=De.resolve(o,la(u)??r);const t=De.isAbsolute(e);for(;o;){const a=t?e:De.join(o,e);try{const l=ut.statSync(a,{throwIfNoEntry:!1});if(n==="file"&&l?.isFile()||n==="directory"&&l?.isDirectory())return a}catch{}if(o===u||o===r)break;o=De.dirname(o)}}i(As,"findUpSync");const Ls=uT(`${process.cwd()}/`);let wn;const AT=i(()=>{if(wn)return wn;const e=As("package.json");if(e)try{return wn=Ls(e).name,wn}catch{}},"getCurrentPackageName"),Re=i(e=>{try{return Ls.resolve(e),!0}catch{}return AT()===e},"isInstalled"),LT=i(e=>{let s;try{s=Ls(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(s)},"getExports"),Cs=aT.configs.recommended.rules,Us={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,ignoreImports:!0,properties:"never"}],complexity:["warn",10],"consistent-return":"off",curly:"error","default-case":["error",{commentPattern:"^no default$"}],"default-case-last":"error","default-param-last":"error","dot-notation":["error",{allowKeywords:!0}],eqeqeq:["error","always",{null:"ignore"}],"func-name-matching":["off","always",{considerPropertyDescriptor:!0,includeCommonJSModuleExports:!1}],"func-names":"warn","func-style":["error","declaration",{allowArrowFunctions:!0}],"getter-return":["error",{allowImplicit:!0}],"grouped-accessor-pairs":["error","getBeforeSet"],"guard-for-in":"error","id-blacklist":"off","id-denylist":"off","id-length":"off","id-match":"off","init-declarations":"off","max-depth":["off",4],"max-lines":["off",{max:300,skipBlankLines:!0,skipComments:!0}],"max-lines-per-function":["off",{IIFEs:!0,max:50,skipBlankLines:!0,skipComments:!0}],"max-nested-callbacks":["warn",6],"max-params":["warn",5],"new-cap":"off","newline-after-var":"off","newline-before-return":"off","no-alert":"warn","no-array-constructor":"error","no-bitwise":"error","no-caller":"error","no-catch-shadow":"off","no-cond-assign":["error","always"],"no-console":"warn","no-constant-condition":"warn","no-constructor-return":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-eq-null":"error","no-eval":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-label":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-inline-comments":"off","no-inner-declarations":"off","no-iterator":"error","no-label-var":"error","no-labels":["error",{allowLoop:!0,allowSwitch:!1}],"no-lone-blocks":"error","no-lonely-if":"error","no-loop-func":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-multi-assign":["error"],"no-multi-str":"error","no-negated-condition":"off","no-nested-ternary":"error","no-new":"error","no-new-func":"error","no-object-constructor":"error","no-new-wrappers":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...Zo],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-shadow":["error",{allow:[...Re("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Re("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-throw-literal":"error","no-undef-init":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-call":"off","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-rename":["error",{ignoreDestructuring:!1,ignoreExport:!1,ignoreImport:!1}],"no-useless-return":"error","no-var":"error","no-void":"error","no-warning-comments":["off",{location:"start",terms:["todo","fixme","xxx"]}],"object-shorthand":["error","always",{ignoreConstructors:!1}],"one-var":["error","never"],"operator-assignment":["error","always"],"prefer-arrow-callback":["error",{allowNamedFunctions:!1,allowUnboundThis:!0}],"prefer-const":["error",{destructuring:"any",ignoreReadBeforeAssign:!0}],"prefer-destructuring":["error",{VariableDeclarator:{array:!1,object:!0},AssignmentExpression:{array:!1,object:!1}},{enforceForRenamedProperties:!1}],"prefer-exponentiation-operator":"error","prefer-named-capture-group":"off","prefer-numeric-literals":"error","prefer-object-spread":"error","prefer-promise-reject-errors":["error",{allowEmptyReject:!0}],"prefer-reflect":"off","prefer-regex-literals":["error",{disallowRedundantWrapping:!0}],"prefer-rest-params":"off","prefer-spread":"error","prefer-template":"error",radix:"error","require-atomic-updates":"off","require-await":"off","require-unicode-regexp":"off","sort-imports":["off",{ignoreCase:!1,ignoreDeclarationSort:!1,ignoreMemberSort:!1,memberSyntaxSortOrder:["none","all","multiple","single"]}],"sort-keys":["off","asc",{caseSensitive:!1,natural:!0}],"sort-vars":"off","symbol-description":"error","unicode-bom":["error","never"],"valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"},ua=Object.entries(Us).filter(([e])=>Cs[e]&&Cs[e]===Us[e]);if(ua.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ua.map(([e])=>e).join(", ")}`);const Bn=B({languageOptions:{globals:Fn["shared-node-browser"]},rules:{...Cs,...Us}}),CT=B({files:["**/*.sw.{js,ts}"],languageOptions:{globals:Fn.serviceworker},rules:{"no-restricted-globals":["error",...Zo.filter(e=>e!=="self")]}}),UT=["**/*.{js,jsx,cjs,mjs}"],VT=["**/*.{ts,tsx,mts,cts}"],DT=["**/*.vue"],Et=[...UT,...VT,...DT],RT=B({files:Et,plugins:{"@eslint-community/eslint-comments":ea},rules:{...ea.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),Vs=[B({plugins:{"@stylistic":pT}}),B({files:Et,rules:{"@stylistic/array-bracket-newline":["error","consistent"],"@stylistic/array-bracket-spacing":["error","never"],"@stylistic/array-element-newline":["error","consistent"],"@stylistic/arrow-parens":["error","as-needed",{requireForBlockBody:!0}],"@stylistic/arrow-spacing":["error",{after:!0,before:!0}],"@stylistic/block-spacing":["error","always"],"@stylistic/brace-style":["error","1tbs",{allowSingleLine:!0}],"@stylistic/comma-dangle":["error","always-multiline"],"@stylistic/comma-spacing":["error",{after:!0,before:!1}],"@stylistic/comma-style":["error","last",{exceptions:{ArrayExpression:!1,ArrayPattern:!1,ArrowFunctionExpression:!1,CallExpression:!1,FunctionDeclaration:!1,FunctionExpression:!1,ImportDeclaration:!1,NewExpression:!1,ObjectExpression:!1,ObjectPattern:!1,VariableDeclaration:!1}}],"@stylistic/computed-property-spacing":["error","never"],"@stylistic/dot-location":["error","property"],"@stylistic/eol-last":["error","always"],"@stylistic/function-call-spacing":["error","never"],"@stylistic/function-call-argument-newline":["error","consistent"],"@stylistic/function-paren-newline":["error","consistent"],"@stylistic/generator-star-spacing":["error",{after:!0,before:!1}],"@stylistic/implicit-arrow-linebreak":["error","beside"],"@stylistic/indent":["error","tab",{ArrayExpression:1,CallExpression:{arguments:1},flatTernaryExpressions:!1,FunctionDeclaration:{body:1,parameters:1},FunctionExpression:{body:1,parameters:1},ignoreComments:!1,ignoredNodes:["TemplateLiteral > *"],ImportDeclaration:1,ObjectExpression:1,outerIIFEBody:1,SwitchCase:1,VariableDeclarator:1}],"@stylistic/key-spacing":["error",{afterColon:!0,beforeColon:!1}],"@stylistic/keyword-spacing":["error",{after:!0,before:!0,overrides:{case:{after:!0},return:{after:!0},throw:{after:!0}}}],"@stylistic/linebreak-style":["error","unix"],"@stylistic/lines-around-comment":["error",{beforeBlockComment:!0,beforeLineComment:!1,afterHashbangComment:!0,allowBlockStart:!0,allowObjectStart:!0,allowArrayStart:!0,allowClassStart:!0}],"@stylistic/lines-between-class-members":["error","always",{exceptAfterSingleLine:!1}],"@stylistic/max-len":["error",100,2,{ignoreComments:!1,ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"@stylistic/max-statements-per-line":["warn",{max:1}],"@stylistic/multiline-ternary":["error","always-multiline"],"@stylistic/new-parens":"error","@stylistic/newline-per-chained-call":["error",{ignoreChainWithDepth:4}],"@stylistic/no-confusing-arrow":["error",{allowParens:!0}],"@stylistic/no-extra-parens":["off","all",{conditionalAssign:!0,enforceForArrowConditionals:!1,ignoreJSX:"all",nestedBinaryExpressions:!1,returnAssign:!1}],"@stylistic/no-extra-semi":"error","@stylistic/no-floating-decimal":"error","@stylistic/no-mixed-operators":["error",{allowSamePrecedence:!1,groups:[["%","**"],["%","+"],["%","-"],["%","*"],["%","/"],["/","*"],["&","|","<<",">>",">>>"],["==","!=","===","!=="],["&&","||"]]}],"@stylistic/no-mixed-spaces-and-tabs":"error","@stylistic/no-multi-spaces":["error",{ignoreEOLComments:!1}],"@stylistic/no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:0}],"@stylistic/no-trailing-spaces":["error",{ignoreComments:!1,skipBlankLines:!1}],"@stylistic/no-whitespace-before-property":"error","@stylistic/nonblock-statement-body-position":["error","beside",{overrides:{}}],"@stylistic/object-curly-newline":["error",{ExportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ImportDeclaration:{consistent:!0,minProperties:4,multiline:!0},ObjectExpression:{consistent:!0,minProperties:4,multiline:!0},ObjectPattern:{consistent:!0,minProperties:4,multiline:!0}}],"@stylistic/object-curly-spacing":["error","always"],"@stylistic/object-property-newline":["error",{allowAllPropertiesOnSameLine:!1}],"@stylistic/one-var-declaration-per-line":["error","always"],"@stylistic/operator-linebreak":["error","before",{overrides:{"=":"none"}}],"@stylistic/padded-blocks":["error",{blocks:"never",classes:"never",switches:"never"},{allowSingleLineBlocks:!0}],"@stylistic/padding-line-between-statements":["error",{blankLine:"always",next:"*",prev:"directive"}],"@stylistic/quote-props":["error","as-needed",{keywords:!1,numbers:!1,unnecessary:!0}],"@stylistic/quotes":["error","single",{avoidEscape:!0}],"@stylistic/rest-spread-spacing":["error","never"],"@stylistic/semi":["error","always"],"@stylistic/semi-spacing":["error",{after:!0,before:!1}],"@stylistic/semi-style":["error","last"],"@stylistic/space-before-blocks":"error","@stylistic/space-before-function-paren":["error",{anonymous:"always",asyncArrow:"always",named:"never"}],"@stylistic/space-in-parens":["error","never"],"@stylistic/space-infix-ops":"error","@stylistic/space-unary-ops":["error",{nonwords:!1,overrides:{},words:!0}],"@stylistic/spaced-comment":["error","always",{block:{balanced:!0,exceptions:["-","+"],markers:["=","!",":","::"]},line:{exceptions:["-","+"],markers:["=","!","/"]}}],"@stylistic/switch-colon-spacing":["error",{after:!0,before:!1}],"@stylistic/template-curly-spacing":"error","@stylistic/template-tag-spacing":["error","never"],"@stylistic/wrap-iife":["error","inside",{functionPrototypeMethods:!1}],"@stylistic/yield-star-spacing":["error","after"]}})],xT=hs(import.meta.resolve("#pkg-maps-resolver")),OT=B({plugins:{"import-x":Qe},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[xT]:{}}},rules:{...Qe.configs.recommended.rules,"import-x/default":"off","import-x/dynamic-import-chunkname":["off",{importFunctions:[],webpackChunknameFormat:"[0-9a-zA-Z-_/.]+"}],"import-x/export":"error","import-x/exports-last":"off","import-x/extensions":["error","ignorePackages"],"import-x/first":"error","import-x/group-exports":"off","import-x/max-dependencies":["warn",{max:15}],"import-x/named":"error","import-x/namespace":"off","import-x/newline-after-import":"error","import-x/no-absolute-path":"error","import-x/no-amd":"error","import-x/no-anonymous-default-export":["off",{allowAnonymousClass:!1,allowAnonymousFunction:!1,allowArray:!1,allowArrowFunction:!1,allowLiteral:!1,allowObject:!1}],"import-x/no-commonjs":"off","import-x/no-cycle":["error",{ignoreExternal:!0,maxDepth:"\u221E"}],"import-x/no-duplicates":["error",{"prefer-inline":!0}],"import-x/no-extraneous-dependencies":["error",{devDependencies:["**/*"],optionalDependencies:!1}],"import-x/no-mutable-exports":"error","import-x/no-named-as-default":"error","import-x/no-named-as-default-member":"error","import-x/no-named-default":"error","import-x/no-self-import":"error","import-x/no-unresolved":["error",{caseSensitive:!0,commonjs:!0,ignore:["^https?://"]}],"import-x/no-useless-path-segments":["error",{commonjs:!0}],"import-x/no-webpack-loader-syntax":"error","import-x/order":["error",{groups:["builtin","external","internal","parent","sibling","index"]}],"import-x/prefer-default-export":"off"}}),IT=[OT,B({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],Ds="**/*.{ts,tsx,mts,cts}",MT=B({files:[Ds],languageOptions:{parser:fT,parserOptions:{ecmaVersion:"latest"}},settings:Qe.configs.typescript.settings}),FT=i(e=>{const s=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return B({files:[Ds],plugins:{"@typescript-eslint":Ss},settings:{...Qe.configs.typescript.settings,"import-x/resolver":{...Qe.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Ss.configs["eslint-recommended"].overrides[0].rules,...Ss.configs.recommended.rules,...Qe.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","@stylistic/operator-linebreak":["error","before",{overrides:{"=":"after"}}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","no-empty-function":"off","@typescript-eslint/no-empty-function":["error",{allow:Bn.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":Bn.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Bn.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"@typescript-eslint/consistent-type-imports":["error",{fixStyle:"inline-type-imports"}],"@typescript-eslint/no-import-type-side-effects":"error","func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":s?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),wT=B({files:Et,plugins:{regexp:ta},rules:ta.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function BT(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}i(BT,"getDefaultExportFromCjs");var Ze={},Gn={exports:{}},Ea;function GT(){if(Ea)return Gn.exports;Ea=1;let e=process||{},s=e.argv||[],n=e.env||{},u=!(n.NO_COLOR||s.includes("--no-color"))&&(!!n.FORCE_COLOR||s.includes("--color")||e.platform==="win32"||(e.stdout||{}).isTTY&&n.TERM!=="dumb"||!!n.CI),o=i((a,l,c=a)=>f=>{let Y=""+f,L=Y.indexOf(l,a.length);return~L?a+r(Y,l,c,L)+l:a+Y+l},"formatter"),r=i((a,l,c,f)=>{let Y="",L=0;do Y+=a.substring(L,f)+c,L=f+l.length,f=a.indexOf(l,L);while(~f);return Y+a.substring(L)},"replaceClose"),t=i((a=u)=>{let l=a?o:()=>String;return{isColorSupported:a,reset:l("\x1B[0m","\x1B[0m"),bold:l("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:l("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:l("\x1B[3m","\x1B[23m"),underline:l("\x1B[4m","\x1B[24m"),inverse:l("\x1B[7m","\x1B[27m"),hidden:l("\x1B[8m","\x1B[28m"),strikethrough:l("\x1B[9m","\x1B[29m"),black:l("\x1B[30m","\x1B[39m"),red:l("\x1B[31m","\x1B[39m"),green:l("\x1B[32m","\x1B[39m"),yellow:l("\x1B[33m","\x1B[39m"),blue:l("\x1B[34m","\x1B[39m"),magenta:l("\x1B[35m","\x1B[39m"),cyan:l("\x1B[36m","\x1B[39m"),white:l("\x1B[37m","\x1B[39m"),gray:l("\x1B[90m","\x1B[39m"),bgBlack:l("\x1B[40m","\x1B[49m"),bgRed:l("\x1B[41m","\x1B[49m"),bgGreen:l("\x1B[42m","\x1B[49m"),bgYellow:l("\x1B[43m","\x1B[49m"),bgBlue:l("\x1B[44m","\x1B[49m"),bgMagenta:l("\x1B[45m","\x1B[49m"),bgCyan:l("\x1B[46m","\x1B[49m"),bgWhite:l("\x1B[47m","\x1B[49m"),blackBright:l("\x1B[90m","\x1B[39m"),redBright:l("\x1B[91m","\x1B[39m"),greenBright:l("\x1B[92m","\x1B[39m"),yellowBright:l("\x1B[93m","\x1B[39m"),blueBright:l("\x1B[94m","\x1B[39m"),magentaBright:l("\x1B[95m","\x1B[39m"),cyanBright:l("\x1B[96m","\x1B[39m"),whiteBright:l("\x1B[97m","\x1B[39m"),bgBlackBright:l("\x1B[100m","\x1B[49m"),bgRedBright:l("\x1B[101m","\x1B[49m"),bgGreenBright:l("\x1B[102m","\x1B[49m"),bgYellowBright:l("\x1B[103m","\x1B[49m"),bgBlueBright:l("\x1B[104m","\x1B[49m"),bgMagentaBright:l("\x1B[105m","\x1B[49m"),bgCyanBright:l("\x1B[106m","\x1B[49m"),bgWhiteBright:l("\x1B[107m","\x1B[49m")}},"createColors");return Gn.exports=t(),Gn.exports.createColors=t,Gn.exports}i(GT,"requirePicocolors");var pt={},pa;function kT(){return pa||(pa=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,pt.matchToToken=function(e){var s={type:"invalid",value:e[0],closed:void 0};return e[1]?(s.type="string",s.closed=!!(e[3]||e[4])):e[5]?s.type="comment":e[6]?(s.type="comment",s.closed=!!e[7]):e[8]?s.type="regex":e[9]?s.type="number":e[10]?s.type="name":e[11]?s.type="punctuator":e[12]&&(s.type="whitespace"),s}),pt}i(kT,"requireJsTokens");var Rs={},et={},fa;function NT(){if(fa)return et;fa=1,Object.defineProperty(et,"__esModule",{value:!0}),et.isIdentifierChar=l,et.isIdentifierName=c,et.isIdentifierStart=a;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",s="\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),u=new RegExp("["+e+s+"]");e=s=null;const o=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,4,51,13,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,7,25,39,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,5,57,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,24,43,261,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,33,24,3,24,45,74,6,0,67,12,65,1,2,0,15,4,10,7381,42,31,98,114,8702,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,208,30,2,2,2,1,2,6,3,4,10,1,225,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4381,3,5773,3,7472,16,621,2467,541,1507,4938,6,8489],r=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,78,5,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,199,7,137,9,54,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,55,9,266,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,245,1,2,9,233,0,3,0,8,1,6,0,475,6,110,6,6,9,4759,9,787719,239];function t(f,Y){let L=65536;for(let T=0,b=Y.length;T<b;T+=2){if(L+=Y[T],L>f)return!1;if(L+=Y[T+1],L>=f)return!0}return!1}i(t,"isInAstralSet");function a(f){return f<65?f===36:f<=90?!0:f<97?f===95:f<=122?!0:f<=65535?f>=170&&n.test(String.fromCharCode(f)):t(f,o)}i(a,"isIdentifierStart");function l(f){return f<48?f===36:f<58?!0:f<65?!1:f<=90?!0:f<97?f===95:f<=122?!0:f<=65535?f>=170&&u.test(String.fromCharCode(f)):t(f,o)||t(f,r)}i(l,"isIdentifierChar");function c(f){let Y=!0;for(let L=0;L<f.length;L++){let T=f.charCodeAt(L);if((T&64512)===55296&&L+1<f.length){const b=f.charCodeAt(++L);(b&64512)===56320&&(T=65536+((T&1023)<<10)+(b&1023))}if(Y){if(Y=!1,!a(T))return!1}else if(!l(T))return!1}return!Y}return i(c,"isIdentifierName"),et}i(NT,"requireIdentifier");var xe={},Ta;function jT(){if(Ta)return xe;Ta=1,Object.defineProperty(xe,"__esModule",{value:!0}),xe.isKeyword=l,xe.isReservedWord=o,xe.isStrictBindOnlyReservedWord=t,xe.isStrictBindReservedWord=a,xe.isStrictReservedWord=r;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},s=new Set(e.keyword),n=new Set(e.strict),u=new Set(e.strictBind);function o(c,f){return f&&c==="await"||c==="enum"}i(o,"isReservedWord");function r(c,f){return o(c,f)||n.has(c)}i(r,"isStrictReservedWord");function t(c){return u.has(c)}i(t,"isStrictBindOnlyReservedWord");function a(c,f){return r(c,f)||t(c)}i(a,"isStrictBindReservedWord");function l(c){return s.has(c)}return i(l,"isKeyword"),xe}i(jT,"requireKeyword");var Pa;function qT(){return Pa||(Pa=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:i(function(){return s.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:i(function(){return s.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:i(function(){return s.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:i(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:i(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:i(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:i(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:i(function(){return n.isStrictReservedWord},"get")});var s=NT(),n=jT()})(Rs)),Rs}i(qT,"requireLib$5");var da;function WT(){if(da)return Ze;da=1,Object.defineProperty(Ze,"__esModule",{value:!0});var e=GT(),s=kT(),n=qT();function u(){return typeof process=="object"&&(process.env.FORCE_COLOR==="0"||process.env.FORCE_COLOR==="false")?!1:e.isColorSupported}i(u,"isColorSupported");const o=i((h,g)=>V=>h(g(V)),"compose");function r(h){return{keyword:h.cyan,capitalized:h.yellow,jsxIdentifier:h.yellow,punctuator:h.yellow,number:h.magenta,string:h.green,regex:h.magenta,comment:h.gray,invalid:o(o(h.white,h.bgRed),h.bold),gutter:h.gray,marker:o(h.red,h.bold),message:o(h.red,h.bold),reset:h.reset}}i(r,"buildDefs");const t=r(e.createColors(!0)),a=r(e.createColors(!1));function l(h){return h?t:a}i(l,"getDefs");const c=new Set(["as","async","from","get","of","set"]),f=/\r\n|[\n\r\u2028\u2029]/,Y=/^[()[\]{}]$/;let L;const T=/^[a-z][\w-]*$/i,b=i(function(h,g,V){if(h.type==="name"){const R=h.value;if(n.isKeyword(R)||n.isStrictReservedWord(R,!0)||c.has(R))return"keyword";if(T.test(R)&&(V[g-1]==="<"||V.slice(g-2,g)==="</"))return"jsxIdentifier";const I=String.fromCodePoint(R.codePointAt(0));if(I!==I.toLowerCase())return"capitalized"}return h.type==="punctuator"&&Y.test(h.value)?"bracket":h.type==="invalid"&&(h.value==="@"||h.value==="#")?"punctuator":h.type},"getTokenType");L=i(function*(h){let g;for(;g=s.default.exec(h);){const V=s.matchToToken(g);yield{type:b(V,g.index,h),value:V.value}}},"tokenize");function E(h){if(h==="")return"";const g=l(!0);let V="";for(const{type:R,value:I}of L(h))R in g?V+=I.split(f).map(M=>g[R](M)).join(`
|
|
2
|
+
`):V+=I;return V}i(E,"highlight");let d=!1;const p=/\r\n|[\n\r\u2028\u2029]/;function S(h,g,V,R){const I=Object.assign({column:0,line:-1},h.start),M=Object.assign({},I,h.end),{linesAbove:q=2,linesBelow:ie=3}=V||{},G=I.line-R,H=I.column,w=M.line-R,W=M.column;let Z=Math.max(G-(q+1),0),K=Math.min(g.length,w+ie);G===-1&&(Z=0),w===-1&&(K=g.length);const N=w-G,J={};if(N)for(let z=0;z<=N;z++){const ee=z+G;if(!H)J[ee]=!0;else if(z===0){const te=g[ee-1].length;J[ee]=[H,te-H+1]}else if(z===N)J[ee]=[0,W];else{const te=g[ee-z].length;J[ee]=[0,te]}}else H===W?H?J[G]=[H,0]:J[G]=!0:J[G]=[H,W-H];return{start:Z,end:K,markerLines:J}}i(S,"getMarkerLines");function C(h,g,V={}){const R=V.forceColor||u()&&V.highlightCode,I=(V.startLine||1)-1,M=l(R),q=h.split(p),{start:ie,end:G,markerLines:H}=S(g,q,V,I),w=g.start&&typeof g.start.column=="number",W=String(G+I).length;let K=(R?E(h):h).split(p,G).slice(ie,G).map((N,J)=>{const z=ie+1+J,te=` ${` ${z+I}`.slice(-W)} |`,Ee=H[z],at=!H[z+1];if(Ee){let Le="";if(Array.isArray(Ee)){const j=N.slice(0,Math.max(Ee[0]-1,0)).replace(/[^\t]/g," "),Ce=Ee[1]||1;Le=[`
|
|
3
|
+
`,M.gutter(te.replace(/\d/g," "))," ",j,M.marker("^").repeat(Ce)].join(""),at&&V.message&&(Le+=" "+M.message(V.message))}return[M.marker(">"),M.gutter(te),N.length>0?` ${N}`:"",Le].join("")}else return` ${M.gutter(te)}${N.length>0?` ${N}`:""}`}).join(`
|
|
4
|
+
`);return V.message&&!w&&(K=`${" ".repeat(W+1)}${V.message}
|
|
5
|
+
${K}`),R?M.reset(K):K}i(C,"codeFrameColumns");function P(h,g,V,R={}){if(!d){d=!0;const M="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(M,"DeprecationWarning");else{const q=new Error(M);q.name="DeprecationWarning",console.warn(new Error(M))}}return V=Math.max(V,0),C(h,{start:{column:V,line:g}},R)}return i(P,"index"),Ze.codeFrameColumns=C,Ze.default=P,Ze.highlight=E,Ze}i(WT,"requireLib$4");var $T=WT();const HT=i(({oneBased:e,oneBasedLine:s=e,oneBasedColumn:n=e}={})=>[s?1:0,n?1:0],"getOffsets");function KT(e,s,n){const u=s===0?-1:e.lastIndexOf(`
|
|
6
|
+
`,s-1),[o,r]=HT(n);return{line:u===-1?o:e.slice(0,u+1).match(/\n/g).length+o,column:s-u-1+r}}i(KT,"getPosition");function zT(e,s,n){if(typeof e!="string")throw new TypeError("Text parameter should be a string");if(!Number.isInteger(s))throw new TypeError("Index parameter should be an integer");if(s<0||s>e.length)throw new RangeError("Index out of bounds");return KT(e,s,n)}i(zT,"indexToPosition");const XT=i(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class Qo extends Error{static{i(this,"JSONError")}name="JSONError";fileName;#e;#t;#i;#a;#E;constructor(s){if(typeof s=="string")super(),this.#i=s;else{const{jsonParseError:n,fileName:u,input:o}=s;super(void 0,{cause:n}),this.#e=o,this.#t=n,this.fileName=u}Error.captureStackTrace?.(this,Qo)}get message(){this.#i??=`${QT(this.#t.message)}${this.#e===""?" while parsing empty string":""}`;const{codeFrame:s}=this;return`${this.#i}${this.fileName?` in ${this.fileName}`:""}${s?`
|
|
7
7
|
|
|
8
8
|
${s}
|
|
9
|
-
`:""}`}set message(s){this.#r=s}#L(s){if(!this.#t)return;const n=this.#e,c=oT(n,this.#t.message);if(c)return tT.codeFrameColumns(n,{start:c},{highlightCode:s})}get codeFrame(){return this.#l??=this.#L(!0),this.#l}get rawCodeFrame(){return this.#o??=this.#L(!1),this.#o}}const oT=r((e,s)=>{const n=s.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;const{index:c,line:o,column:i}=n.groups;return o&&i?{line:Number(o),column:Number(i)}:nT(e,Number(c),{oneBased:!0})},"getErrorLocation"),aT=r(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(s,n,c)=>`"${c}"(${sT(c)})`),"addCodePointToUnexpectedToken");function lT(e,s,n){try{return JSON.parse(e,s)}catch(c){throw new Io({jsonParseError:c,fileName:n,input:e})}}r(lT,"parseJson");var ds,ea;function ta(){return ea||(ea=1,ds=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...s)=>console.error("SEMVER",...s):()=>{}),ds}r(ta,"requireDebug");var Ps,ra;function ia(){if(ra)return Ps;ra=1;const e="2.0.0",s=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,c=16,o=s-6;return Ps={MAX_LENGTH:s,MAX_SAFE_COMPONENT_LENGTH:c,MAX_SAFE_BUILD_LENGTH:o,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Ps}r(ia,"requireConstants");var Yn={exports:{}},na;function uT(){return na||(na=1,(function(e,s){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:c,MAX_LENGTH:o}=ia(),i=ta();s=e.exports={};const t=s.re=[],a=s.safeRe=[],u=s.src=[],E=s.safeSrc=[],p=s.t={};let Y=0;const A="[a-zA-Z0-9-]",l=[["\\s",1],["\\d",o],[A,c]],f=r(h=>{for(const[P,b]of l)h=h.split(`${P}*`).join(`${P}{0,${b}}`).split(`${P}+`).join(`${P}{1,${b}}`);return h},"makeSafeRegex"),d=r((h,P,b)=>{const C=f(P),T=Y++;i(h,T,P),p[h]=T,u[T]=P,E[T]=C,t[T]=new RegExp(P,b?"g":void 0),a[T]=new RegExp(C,b?"g":void 0)},"createToken");d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${A}*`),d("MAINVERSION",`(${u[p.NUMERICIDENTIFIER]})\\.(${u[p.NUMERICIDENTIFIER]})\\.(${u[p.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${u[p.NUMERICIDENTIFIERLOOSE]})\\.(${u[p.NUMERICIDENTIFIERLOOSE]})\\.(${u[p.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${u[p.NONNUMERICIDENTIFIER]}|${u[p.NUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${u[p.NONNUMERICIDENTIFIER]}|${u[p.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASE",`(?:-(${u[p.PRERELEASEIDENTIFIER]}(?:\\.${u[p.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${u[p.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[p.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${A}+`),d("BUILD",`(?:\\+(${u[p.BUILDIDENTIFIER]}(?:\\.${u[p.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${u[p.MAINVERSION]}${u[p.PRERELEASE]}?${u[p.BUILD]}?`),d("FULL",`^${u[p.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${u[p.MAINVERSIONLOOSE]}${u[p.PRERELEASELOOSE]}?${u[p.BUILD]}?`),d("LOOSE",`^${u[p.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${u[p.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${u[p.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${u[p.XRANGEIDENTIFIER]})(?:\\.(${u[p.XRANGEIDENTIFIER]})(?:\\.(${u[p.XRANGEIDENTIFIER]})(?:${u[p.PRERELEASE]})?${u[p.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${u[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[p.XRANGEIDENTIFIERLOOSE]})(?:${u[p.PRERELEASELOOSE]})?${u[p.BUILD]}?)?)?`),d("XRANGE",`^${u[p.GTLT]}\\s*${u[p.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${u[p.GTLT]}\\s*${u[p.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),d("COERCE",`${u[p.COERCEPLAIN]}(?:$|[^\\d])`),d("COERCEFULL",u[p.COERCEPLAIN]+`(?:${u[p.PRERELEASE]})?(?:${u[p.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",u[p.COERCE],!0),d("COERCERTLFULL",u[p.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${u[p.LONETILDE]}\\s+`,!0),s.tildeTrimReplace="$1~",d("TILDE",`^${u[p.LONETILDE]}${u[p.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${u[p.LONETILDE]}${u[p.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${u[p.LONECARET]}\\s+`,!0),s.caretTrimReplace="$1^",d("CARET",`^${u[p.LONECARET]}${u[p.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${u[p.LONECARET]}${u[p.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${u[p.GTLT]}\\s*(${u[p.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${u[p.GTLT]}\\s*(${u[p.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${u[p.GTLT]}\\s*(${u[p.LOOSEPLAIN]}|${u[p.XRANGEPLAIN]})`,!0),s.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${u[p.XRANGEPLAIN]})\\s+-\\s+(${u[p.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${u[p.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[p.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Yn,Yn.exports)),Yn.exports}r(uT,"requireRe");var ms,sa;function cT(){if(sa)return ms;sa=1;const e=Object.freeze({loose:!0}),s=Object.freeze({});return ms=r(c=>c?typeof c!="object"?e:c:s,"parseOptions"),ms}r(cT,"requireParseOptions");var ys,oa;function ET(){if(oa)return ys;oa=1;const e=/^[0-9]+$/,s=r((c,o)=>{if(typeof c=="number"&&typeof o=="number")return c===o?0:c<o?-1:1;const i=e.test(c),t=e.test(o);return i&&t&&(c=+c,o=+o),c===o?0:i&&!t?-1:t&&!i?1:c<o?-1:1},"compareIdentifiers");return ys={compareIdentifiers:s,rcompareIdentifiers:r((c,o)=>s(o,c),"rcompareIdentifiers")},ys}r(ET,"requireIdentifiers");var _s,aa;function pT(){if(aa)return _s;aa=1;const e=ta(),{MAX_LENGTH:s,MAX_SAFE_INTEGER:n}=ia(),{safeRe:c,t:o}=uT(),i=cT(),{compareIdentifiers:t}=ET();class a{static{r(this,"SemVer")}constructor(E,p){if(p=i(p),E instanceof a){if(E.loose===!!p.loose&&E.includePrerelease===!!p.includePrerelease)return E;E=E.version}else if(typeof E!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof E}".`);if(E.length>s)throw new TypeError(`version is longer than ${s} characters`);e("SemVer",E,p),this.options=p,this.loose=!!p.loose,this.includePrerelease=!!p.includePrerelease;const Y=E.trim().match(p.loose?c[o.LOOSE]:c[o.FULL]);if(!Y)throw new TypeError(`Invalid Version: ${E}`);if(this.raw=E,this.major=+Y[1],this.minor=+Y[2],this.patch=+Y[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");Y[4]?this.prerelease=Y[4].split(".").map(A=>{if(/^[0-9]+$/.test(A)){const l=+A;if(l>=0&&l<n)return l}return A}):this.prerelease=[],this.build=Y[5]?Y[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(E){if(e("SemVer.compare",this.version,this.options,E),!(E instanceof a)){if(typeof E=="string"&&E===this.version)return 0;E=new a(E,this.options)}return E.version===this.version?0:this.compareMain(E)||this.comparePre(E)}compareMain(E){return E instanceof a||(E=new a(E,this.options)),this.major<E.major?-1:this.major>E.major?1:this.minor<E.minor?-1:this.minor>E.minor?1:this.patch<E.patch?-1:this.patch>E.patch?1:0}comparePre(E){if(E instanceof a||(E=new a(E,this.options)),this.prerelease.length&&!E.prerelease.length)return-1;if(!this.prerelease.length&&E.prerelease.length)return 1;if(!this.prerelease.length&&!E.prerelease.length)return 0;let p=0;do{const Y=this.prerelease[p],A=E.prerelease[p];if(e("prerelease compare",p,Y,A),Y===void 0&&A===void 0)return 0;if(A===void 0)return 1;if(Y===void 0)return-1;if(Y===A)continue;return t(Y,A)}while(++p)}compareBuild(E){E instanceof a||(E=new a(E,this.options));let p=0;do{const Y=this.build[p],A=E.build[p];if(e("build compare",p,Y,A),Y===void 0&&A===void 0)return 0;if(A===void 0)return 1;if(Y===void 0)return-1;if(Y===A)continue;return t(Y,A)}while(++p)}inc(E,p,Y){if(E.startsWith("pre")){if(!p&&Y===!1)throw new Error("invalid increment argument: identifier is empty");if(p){const A=`-${p}`.match(this.options.loose?c[o.PRERELEASELOOSE]:c[o.PRERELEASE]);if(!A||A[1]!==p)throw new Error(`invalid identifier: ${p}`)}}switch(E){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",p,Y);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",p,Y);break;case"prepatch":this.prerelease.length=0,this.inc("patch",p,Y),this.inc("pre",p,Y);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",p,Y),this.inc("pre",p,Y);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const A=Number(Y)?1:0;if(this.prerelease.length===0)this.prerelease=[A];else{let l=this.prerelease.length;for(;--l>=0;)typeof this.prerelease[l]=="number"&&(this.prerelease[l]++,l=-2);if(l===-1){if(p===this.prerelease.join(".")&&Y===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(A)}}if(p){let l=[p,A];Y===!1&&(l=[p]),t(this.prerelease[0],p)===0?isNaN(this.prerelease[1])&&(this.prerelease=l):this.prerelease=l}break}default:throw new Error(`invalid increment argument: ${E}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return _s=a,_s}r(pT,"requireSemver");var hs,la;function ua(){if(la)return hs;la=1;const e=pT();return hs=r((n,c,o=!1)=>{if(n instanceof e)return n;try{return new e(n,c)}catch(i){if(!o)return null;throw i}},"parse"),hs}r(ua,"requireParse$1");var Ss,ca;function fT(){if(ca)return Ss;ca=1;const e=ua();return Ss=r((n,c)=>{const o=e(n,c);return o?o.version:null},"valid"),Ss}r(fT,"requireValid");var vs,Ea;function TT(){if(Ea)return vs;Ea=1;const e=ua();return vs=r((n,c)=>{const o=e(n.trim().replace(/^[=v]+/,""),c);return o?o.version:null},"clean"),vs}r(TT,"requireClean");var pa=["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"],dT=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Net-SNMP","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],PT=["389-exception","Asterisk-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Autoconf-exception-generic","Autoconf-exception-generic-3.0","Autoconf-exception-macro","Bison-exception-1.24","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","cryptsetup-OpenSSL-exception","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","fmt-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-2.0-note","GCC-exception-3.1","Gmsh-exception","GNAT-exception","GNOME-examples-exception","GNU-compiler-exception","gnu-javamail-exception","GPL-3.0-interface-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","GStreamer-exception-2005","GStreamer-exception-2008","i2p-gpl-java-exception","KiCad-libraries-exception","LGPL-3.0-linking-exception","libpri-OpenH323-exception","Libtool-exception","Linux-syscall-note","LLGPL","LLVM-exception","LZMA-exception","mif-exception","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","QPL-1.0-INRIA-2004-exception","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","SANE-exception","SHL-2.0","SHL-2.1","stunnel-exception","SWI-exception","Swift-exception","Texinfo-exception","u-boot-exception-2.0","UBDL-exception","Universal-FOSS-exception-1.0","vsftpd-openssl-exception","WxWindows-exception-3.1","x11vnc-openssl-exception"],bs,fa;function mT(){if(fa)return bs;fa=1;var e=[].concat(pa).concat(dT),s=PT;return bs=r(function(n){var c=0;function o(){return c<n.length}r(o,"hasMore");function i(h){if(h instanceof RegExp){var P=n.slice(c),b=P.match(h);if(b)return c+=b[0].length,b[0]}else if(n.indexOf(h,c)===c)return c+=h.length,h}r(i,"read");function t(){i(/[ ]*/)}r(t,"skipWhitespace");function a(){for(var h,P=["WITH","AND","OR","(",")",":","+"],b=0;b<P.length&&(h=i(P[b]),!h);b++);if(h==="+"&&c>1&&n[c-2]===" ")throw new Error("Space before `+`");return h&&{type:"OPERATOR",string:h}}r(a,"operator");function u(){return i(/[A-Za-z0-9-.]+/)}r(u,"idstring");function E(){var h=u();if(!h)throw new Error("Expected idstring at offset "+c);return h}r(E,"expectIdstring");function p(){if(i("DocumentRef-")){var h=E();return{type:"DOCUMENTREF",string:h}}}r(p,"documentRef");function Y(){if(i("LicenseRef-")){var h=E();return{type:"LICENSEREF",string:h}}}r(Y,"licenseRef");function A(){var h=c,P=u();if(e.indexOf(P)!==-1)return{type:"LICENSE",string:P};if(s.indexOf(P)!==-1)return{type:"EXCEPTION",string:P};c=h}r(A,"identifier");function l(){return a()||p()||Y()||A()}r(l,"parseToken");for(var f=[];o()&&(t(),!!o());){var d=l();if(!d)throw new Error("Unexpected `"+n[c]+"` at offset "+c);f.push(d)}return f},"scan"),bs}r(mT,"requireScan");var gs,Ta;function yT(){return Ta||(Ta=1,gs=r(function(e){var s=0;function n(){return s<e.length}r(n,"hasMore");function c(){return n()?e[s]:null}r(c,"token");function o(){if(!n())throw new Error;s++}r(o,"next");function i(d){var h=c();if(h&&h.type==="OPERATOR"&&d===h.string)return o(),h.string}r(i,"parseOperator");function t(){if(i("WITH")){var d=c();if(d&&d.type==="EXCEPTION")return o(),d.string;throw new Error("Expected exception after `WITH`")}}r(t,"parseWith");function a(){var d=s,h="",P=c();if(P.type==="DOCUMENTREF"&&(o(),h+="DocumentRef-"+P.string+":",!i(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(P=c(),P.type==="LICENSEREF")return o(),h+="LicenseRef-"+P.string,{license:h};s=d}r(a,"parseLicenseRef");function u(){var d=c();if(d&&d.type==="LICENSE"){o();var h={license:d.string};i("+")&&(h.plus=!0);var P=t();return P&&(h.exception=P),h}}r(u,"parseLicense");function E(){var d=i("(");if(d){var h=l();if(!i(")"))throw new Error("Expected `)`");return h}}r(E,"parseParenthesizedExpression");function p(){return E()||a()||u()}r(p,"parseAtom");function Y(d,h){return r(function P(){var b=h();if(b){if(!i(d))return b;var C=P();if(!C)throw new Error("Expected expression");return{left:b,conjunction:d.toLowerCase(),right:C}}},"parseBinaryOp")}r(Y,"makeBinaryOpParser");var A=Y("AND",p),l=Y("OR",A),f=l();if(!f||n())throw new Error("Syntax error");return f},"parse")),gs}r(yT,"requireParse");var Ys,da;function Pa(){if(da)return Ys;da=1;var e=mT(),s=yT();return Ys=r(function(n){return s(e(n))},"spdxExpressionParse"),Ys}r(Pa,"requireSpdxExpressionParse");var As,ma;function _T(){if(ma)return As;ma=1;var e=Pa(),s=pa;function n(P){try{return e(P),!0}catch{return!1}}r(n,"valid");function c(P,b){var C=b[0].length-P[0].length;return C!==0?C:P[0].toUpperCase().localeCompare(b[0].toUpperCase())}r(c,"sortTranspositions");var o=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(c),i=0,t=1,a=[function(P){return P.toUpperCase()},function(P){return P.trim()},function(P){return P.replace(/\./g,"")},function(P){return P.replace(/\s+/g,"")},function(P){return P.replace(/\s+/g,"-")},function(P){return P.replace("v","-")},function(P){return P.replace(/,?\s*(\d)/,"-$1")},function(P){return P.replace(/,?\s*(\d)/,"-$1.0")},function(P){return P.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(P){return P.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(P){return P[0].toUpperCase()+P.slice(1)},function(P){return P.replace("/","-")},function(P){return P.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(P){return P.indexOf("3.0")!==-1?P+"-or-later":P+"-only"},function(P){return P+"only"},function(P){return P.replace(/(\d)$/,"-$1.0")},function(P){return P.replace(/(-| )?(\d)$/,"-$2-Clause")},function(P){return P.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(P){return P.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(P){return P.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(P){return P.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(P){return P.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(P){return P.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(P){return"CC-"+P},function(P){return"CC-"+P+"-4.0"},function(P){return P.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(P){return"CC-"+P.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],u=s.map(function(P){var b=/^(.*)-\d+\.\d+$/.exec(P);return b?[b[0],b[1]]:[P,null]}).reduce(function(P,b){var C=b[1];return P[C]=P[C]||[],P[C].push(b[0]),P},{}),E=Object.keys(u).map(r(function(b){return[b,u[b]]},"makeEntries")).filter(r(function(b){return b[1].length===1&&b[0]!==null&&b[0]!=="APL"},"identifySoleVersions")).map(r(function(b){return[b[0],b[1][0]]},"createLastResorts"));u=void 0;var p=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(E).sort(c),Y=0,A=1,l=r(function(P){for(var b=0;b<a.length;b++){var C=a[b](P).trim();if(C!==P&&n(C))return C}return null},"validTransformation"),f=r(function(P){for(var b=P.toUpperCase(),C=0;C<p.length;C++){var T=p[C];if(b.indexOf(T[Y])>-1)return T[A]}return null},"validLastResort"),d=r(function(P,b){for(var C=0;C<o.length;C++){var T=o[C],v=T[i];if(P.indexOf(v)>-1){var L=P.replace(v,T[t]),D=b(L);if(D!==null)return D}}return null},"anyCorrection");As=r(function(P,b){b=b||{};var C=b.upgrade===void 0?!0:!!b.upgrade;function T(O){return C?h(O):O}r(T,"postprocess");var v=typeof P=="string"&&P.trim().length!==0;if(!v)throw Error("Invalid argument. Expected non-empty string.");if(P=P.trim(),n(P))return T(P);var L=P.replace(/\+$/,"").trim();if(n(L))return T(L);var D=l(P);return D!==null||(D=d(P,function(O){return n(O)?O:l(O)}),D!==null)||(D=f(P),D!==null)||(D=d(P,f),D!==null)?T(D):null},"spdxCorrect");function h(P){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(P)!==-1?P+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(P)!==-1?P.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(P)!==-1?P+"-or-later":P}return r(h,"upgradeGPLs"),As}r(_T,"requireSpdxCorrect");var Cs,ya;function hT(){if(ya)return Cs;ya=1;var e=Pa(),s=_T(),n='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',c=/^SEE LICEN[CS]E IN (.+)$/;function o(t,a){return a.slice(0,t.length)===t}r(o,"startsWith");function i(t){if(t.hasOwnProperty("license")){var a=t.license;return o("LicenseRef",a)||o("DocumentRef",a)}else return i(t.left)||i(t.right)}return r(i,"usesLicenseRef"),Cs=r(function(t){var a;try{a=e(t)}catch{var u;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(u=c.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:u[1]};var E={validForOldPackages:!1,validForNewPackages:!1,warnings:[n]};if(t.trim().length!==0){var p=s(t);p&&E.warnings.push('license is similar to the valid expression "'+p+'"')}return E}return i(a)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[n]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),Cs}r(hT,"requireValidateNpmPackageLicense");var ot={},_a;function ST(){if(_a)return ot;_a=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,s=new Set,n=typeof process=="object"&&process?process:{},c=r((A,l,f,d)=>{typeof n.emitWarning=="function"?n.emitWarning(A,l,f,d):console.error(`[${f}] ${l}: ${A}`)},"emitWarning");let o=globalThis.AbortController,i=globalThis.AbortSignal;if(typeof o>"u"){i=class{static{r(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,h){this._onabort.push(h)}},o=class{static{r(this,"AbortController")}constructor(){l()}signal=new i;abort(d){if(!this.signal.aborted){this.signal.reason=d,this.signal.aborted=!0;for(const h of this.signal._onabort)h(d);this.signal.onabort?.(d)}}};let A=n.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const l=r(()=>{A&&(A=!1,c("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",l))},"warnACPolyfill")}const t=r(A=>!s.has(A),"shouldWarn"),a=r(A=>A&&A===Math.floor(A)&&A>0&&isFinite(A),"isPosInt"),u=r(A=>a(A)?A<=Math.pow(2,8)?Uint8Array:A<=Math.pow(2,16)?Uint16Array:A<=Math.pow(2,32)?Uint32Array:A<=Number.MAX_SAFE_INTEGER?E:null:null,"getUintArray");class E extends Array{static{r(this,"ZeroArray")}constructor(l){super(l),this.fill(0)}}class p{static{r(this,"Stack")}heap;length;static#e=!1;static create(l){const f=u(l);if(!f)return[];p.#e=!0;const d=new p(l,f);return p.#e=!1,d}constructor(l,f){if(!p.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new f(l),this.length=0}push(l){this.heap[this.length++]=l}pop(){return this.heap[--this.length]}}class Y{static{r(this,"LRUCache")}#e;#t;#r;#l;#o;#L;#I;#_;get perf(){return this.#_}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#h;#a;#s;#i;#f;#d;#p;#c;#S;#E;#v;#b;#P;#m;#g;#D;#T;#x;static unsafeExposeInternals(l){return{starts:l.#b,ttls:l.#P,autopurgeTimers:l.#m,sizes:l.#v,keyMap:l.#a,keyList:l.#s,valList:l.#i,next:l.#f,prev:l.#d,get head(){return l.#p},get tail(){return l.#c},free:l.#S,isBackgroundFetch:r(f=>l.#n(f),"isBackgroundFetch"),backgroundFetch:r((f,d,h,P)=>l.#F(f,d,h,P),"backgroundFetch"),moveToTail:r(f=>l.#U(f),"moveToTail"),indexes:r(f=>l.#Y(f),"indexes"),rindexes:r(f=>l.#A(f),"rindexes"),isStale:r(f=>l.#y(f),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#h}get size(){return this.#u}get fetchMethod(){return this.#L}get memoMethod(){return this.#I}get dispose(){return this.#r}get onInsert(){return this.#l}get disposeAfter(){return this.#o}constructor(l){const{max:f=0,ttl:d,ttlResolution:h=1,ttlAutopurge:P,updateAgeOnGet:b,updateAgeOnHas:C,allowStale:T,dispose:v,onInsert:L,disposeAfter:D,noDisposeOnSet:O,noUpdateTTL:N,maxSize:G=0,maxEntrySize:k=0,sizeCalculation:K,fetchMethod:M,memoMethod:$,noDeleteOnFetchRejection:X,noDeleteOnStaleGet:F,allowStaleOnFetchRejection:W,allowStaleOnFetchAbort:z,ignoreFetchAbort:Z,perf:te}=l;if(te!==void 0&&typeof te?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#_=te??e,f!==0&&!a(f))throw new TypeError("max option must be a nonnegative integer");const Q=f?u(f):Array;if(!Q)throw new Error("invalid max value: "+f);if(this.#e=f,this.#t=G,this.maxEntrySize=k||this.#t,this.sizeCalculation=K,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if($!==void 0&&typeof $!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#I=$,M!==void 0&&typeof M!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#L=M,this.#D=!!M,this.#a=new Map,this.#s=new Array(f).fill(void 0),this.#i=new Array(f).fill(void 0),this.#f=new Q(f),this.#d=new Q(f),this.#p=0,this.#c=0,this.#S=p.create(f),this.#u=0,this.#h=0,typeof v=="function"&&(this.#r=v),typeof L=="function"&&(this.#l=L),typeof D=="function"?(this.#o=D,this.#E=[]):(this.#o=void 0,this.#E=void 0),this.#g=!!this.#r,this.#x=!!this.#l,this.#T=!!this.#o,this.noDisposeOnSet=!!O,this.noUpdateTTL=!!N,this.noDeleteOnFetchRejection=!!X,this.allowStaleOnFetchRejection=!!W,this.allowStaleOnFetchAbort=!!z,this.ignoreFetchAbort=!!Z,this.maxEntrySize!==0){if(this.#t!==0&&!a(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!a(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#W()}if(this.allowStale=!!T,this.noDeleteOnStaleGet=!!F,this.updateAgeOnGet=!!b,this.updateAgeOnHas=!!C,this.ttlResolution=a(h)||h===0?h:1,this.ttlAutopurge=!!P,this.ttl=d||0,this.ttl){if(!a(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#B()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){const ne="LRU_CACHE_UNBOUNDED";t(ne)&&(s.add(ne),c("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",ne,Y))}}getRemainingTTL(l){return this.#a.has(l)?1/0:0}#B(){const l=new E(this.#e),f=new E(this.#e);this.#P=l,this.#b=f;const d=this.ttlAutopurge?new Array(this.#e):void 0;this.#m=d,this.#N=(b,C,T=this.#_.now())=>{if(f[b]=C!==0?T:0,l[b]=C,d?.[b]&&(clearTimeout(d[b]),d[b]=void 0),C!==0&&d){const v=setTimeout(()=>{this.#y(b)&&this.#C(this.#s[b],"expire")},C+1);v.unref&&v.unref(),d[b]=v}},this.#R=b=>{f[b]=l[b]!==0?this.#_.now():0},this.#V=(b,C)=>{if(l[C]){const T=l[C],v=f[C];if(!T||!v)return;b.ttl=T,b.start=v,b.now=h||P();const L=b.now-v;b.remainingTTL=T-L}};let h=0;const P=r(()=>{const b=this.#_.now();if(this.ttlResolution>0){h=b;const C=setTimeout(()=>h=0,this.ttlResolution);C.unref&&C.unref()}return b},"getNow");this.getRemainingTTL=b=>{const C=this.#a.get(b);if(C===void 0)return 0;const T=l[C],v=f[C];if(!T||!v)return 1/0;const L=(h||P())-v;return T-L},this.#y=b=>{const C=f[b],T=l[b];return!!T&&!!C&&(h||P())-C>T}}#R=r(()=>{},"#updateItemAge");#V=r(()=>{},"#statusTTL");#N=r(()=>{},"#setItemTTL");#y=r(()=>!1,"#isStale");#W(){const l=new E(this.#e);this.#h=0,this.#v=l,this.#O=f=>{this.#h-=l[f],l[f]=0},this.#k=(f,d,h,P)=>{if(this.#n(d))return 0;if(!a(h))if(P){if(typeof P!="function")throw new TypeError("sizeCalculation must be a function");if(h=P(d,f),!a(h))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return h},this.#M=(f,d,h)=>{if(l[f]=d,this.#t){const P=this.#t-l[f];for(;this.#h>P;)this.#w(!0)}this.#h+=l[f],h&&(h.entrySize=d,h.totalCalculatedSize=this.#h)}}#O=r(l=>{},"#removeItemSize");#M=r((l,f,d)=>{},"#addItemSize");#k=r((l,f,d,h)=>{if(d||h)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#Y({allowStale:l=this.allowStale}={}){if(this.#u)for(let f=this.#c;!(!this.#j(f)||((l||!this.#y(f))&&(yield f),f===this.#p));)f=this.#d[f]}*#A({allowStale:l=this.allowStale}={}){if(this.#u)for(let f=this.#p;!(!this.#j(f)||((l||!this.#y(f))&&(yield f),f===this.#c));)f=this.#f[f]}#j(l){return l!==void 0&&this.#a.get(this.#s[l])===l}*entries(){for(const l of this.#Y())this.#i[l]!==void 0&&this.#s[l]!==void 0&&!this.#n(this.#i[l])&&(yield[this.#s[l],this.#i[l]])}*rentries(){for(const l of this.#A())this.#i[l]!==void 0&&this.#s[l]!==void 0&&!this.#n(this.#i[l])&&(yield[this.#s[l],this.#i[l]])}*keys(){for(const l of this.#Y()){const f=this.#s[l];f!==void 0&&!this.#n(this.#i[l])&&(yield f)}}*rkeys(){for(const l of this.#A()){const f=this.#s[l];f!==void 0&&!this.#n(this.#i[l])&&(yield f)}}*values(){for(const l of this.#Y())this.#i[l]!==void 0&&!this.#n(this.#i[l])&&(yield this.#i[l])}*rvalues(){for(const l of this.#A())this.#i[l]!==void 0&&!this.#n(this.#i[l])&&(yield this.#i[l])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(l,f={}){for(const d of this.#Y()){const h=this.#i[d],P=this.#n(h)?h.__staleWhileFetching:h;if(P!==void 0&&l(P,this.#s[d],this))return this.get(this.#s[d],f)}}forEach(l,f=this){for(const d of this.#Y()){const h=this.#i[d],P=this.#n(h)?h.__staleWhileFetching:h;P!==void 0&&l.call(f,P,this.#s[d],this)}}rforEach(l,f=this){for(const d of this.#A()){const h=this.#i[d],P=this.#n(h)?h.__staleWhileFetching:h;P!==void 0&&l.call(f,P,this.#s[d],this)}}purgeStale(){let l=!1;for(const f of this.#A({allowStale:!0}))this.#y(f)&&(this.#C(this.#s[f],"expire"),l=!0);return l}info(l){const f=this.#a.get(l);if(f===void 0)return;const d=this.#i[f],h=this.#n(d)?d.__staleWhileFetching:d;if(h===void 0)return;const P={value:h};if(this.#P&&this.#b){const b=this.#P[f],C=this.#b[f];if(b&&C){const T=b-(this.#_.now()-C);P.ttl=T,P.start=Date.now()}}return this.#v&&(P.size=this.#v[f]),P}dump(){const l=[];for(const f of this.#Y({allowStale:!0})){const d=this.#s[f],h=this.#i[f],P=this.#n(h)?h.__staleWhileFetching:h;if(P===void 0||d===void 0)continue;const b={value:P};if(this.#P&&this.#b){b.ttl=this.#P[f];const C=this.#_.now()-this.#b[f];b.start=Math.floor(Date.now()-C)}this.#v&&(b.size=this.#v[f]),l.unshift([d,b])}return l}load(l){this.clear();for(const[f,d]of l){if(d.start){const h=Date.now()-d.start;d.start=this.#_.now()-h}this.set(f,d.value,d)}}set(l,f,d={}){if(f===void 0)return this.delete(l),this;const{ttl:h=this.ttl,start:P,noDisposeOnSet:b=this.noDisposeOnSet,sizeCalculation:C=this.sizeCalculation,status:T}=d;let{noUpdateTTL:v=this.noUpdateTTL}=d;const L=this.#k(l,f,d.size||0,C);if(this.maxEntrySize&&L>this.maxEntrySize)return T&&(T.set="miss",T.maxEntrySizeExceeded=!0),this.#C(l,"set"),this;let D=this.#u===0?void 0:this.#a.get(l);if(D===void 0)D=this.#u===0?this.#c:this.#S.length!==0?this.#S.pop():this.#u===this.#e?this.#w(!1):this.#u,this.#s[D]=l,this.#i[D]=f,this.#a.set(l,D),this.#f[this.#c]=D,this.#d[D]=this.#c,this.#c=D,this.#u++,this.#M(D,L,T),T&&(T.set="add"),v=!1,this.#x&&this.#l?.(f,l,"add");else{this.#U(D);const O=this.#i[D];if(f!==O){if(this.#D&&this.#n(O)){O.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:N}=O;N!==void 0&&!b&&(this.#g&&this.#r?.(N,l,"set"),this.#T&&this.#E?.push([N,l,"set"]))}else b||(this.#g&&this.#r?.(O,l,"set"),this.#T&&this.#E?.push([O,l,"set"]));if(this.#O(D),this.#M(D,L,T),this.#i[D]=f,T){T.set="replace";const N=O&&this.#n(O)?O.__staleWhileFetching:O;N!==void 0&&(T.oldValue=N)}}else T&&(T.set="update");this.#x&&this.onInsert?.(f,l,f===O?"update":"replace")}if(h!==0&&!this.#P&&this.#B(),this.#P&&(v||this.#N(D,h,P),T&&this.#V(T,D)),!b&&this.#T&&this.#E){const O=this.#E;let N;for(;N=O?.shift();)this.#o?.(...N)}return this}pop(){try{for(;this.#u;){const l=this.#i[this.#p];if(this.#w(!0),this.#n(l)){if(l.__staleWhileFetching)return l.__staleWhileFetching}else if(l!==void 0)return l}}finally{if(this.#T&&this.#E){const l=this.#E;let f;for(;f=l?.shift();)this.#o?.(...f)}}}#w(l){const f=this.#p,d=this.#s[f],h=this.#i[f];return this.#D&&this.#n(h)?h.__abortController.abort(new Error("evicted")):(this.#g||this.#T)&&(this.#g&&this.#r?.(h,d,"evict"),this.#T&&this.#E?.push([h,d,"evict"])),this.#O(f),this.#m?.[f]&&(clearTimeout(this.#m[f]),this.#m[f]=void 0),l&&(this.#s[f]=void 0,this.#i[f]=void 0,this.#S.push(f)),this.#u===1?(this.#p=this.#c=0,this.#S.length=0):this.#p=this.#f[f],this.#a.delete(d),this.#u--,f}has(l,f={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:h}=f,P=this.#a.get(l);if(P!==void 0){const b=this.#i[P];if(this.#n(b)&&b.__staleWhileFetching===void 0)return!1;if(this.#y(P))h&&(h.has="stale",this.#V(h,P));else return d&&this.#R(P),h&&(h.has="hit",this.#V(h,P)),!0}else h&&(h.has="miss");return!1}peek(l,f={}){const{allowStale:d=this.allowStale}=f,h=this.#a.get(l);if(h===void 0||!d&&this.#y(h))return;const P=this.#i[h];return this.#n(P)?P.__staleWhileFetching:P}#F(l,f,d,h){const P=f===void 0?void 0:this.#i[f];if(this.#n(P))return P;const b=new o,{signal:C}=d;C?.addEventListener("abort",()=>b.abort(C.reason),{signal:b.signal});const T={signal:b.signal,options:d,context:h},v=r((k,K=!1)=>{const{aborted:M}=b.signal,$=d.ignoreFetchAbort&&k!==void 0;if(d.status&&(M&&!K?(d.status.fetchAborted=!0,d.status.fetchError=b.signal.reason,$&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),M&&!$&&!K)return D(b.signal.reason);const X=N,F=this.#i[f];return(F===N||$&&K&&F===void 0)&&(k===void 0?X.__staleWhileFetching!==void 0?this.#i[f]=X.__staleWhileFetching:this.#C(l,"fetch"):(d.status&&(d.status.fetchUpdated=!0),this.set(l,k,T.options))),k},"cb"),L=r(k=>(d.status&&(d.status.fetchRejected=!0,d.status.fetchError=k),D(k)),"eb"),D=r(k=>{const{aborted:K}=b.signal,M=K&&d.allowStaleOnFetchAbort,$=M||d.allowStaleOnFetchRejection,X=$||d.noDeleteOnFetchRejection,F=N;if(this.#i[f]===N&&(!X||F.__staleWhileFetching===void 0?this.#C(l,"fetch"):M||(this.#i[f]=F.__staleWhileFetching)),$)return d.status&&F.__staleWhileFetching!==void 0&&(d.status.returnedStale=!0),F.__staleWhileFetching;if(F.__returned===F)throw k},"fetchFail"),O=r((k,K)=>{const M=this.#L?.(l,P,T);M&&M instanceof Promise&&M.then($=>k($===void 0?void 0:$),K),b.signal.addEventListener("abort",()=>{(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort)&&(k(void 0),d.allowStaleOnFetchAbort&&(k=r($=>v($,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const N=new Promise(O).then(v,L),G=Object.assign(N,{__abortController:b,__staleWhileFetching:P,__returned:void 0});return f===void 0?(this.set(l,G,{...T.options,status:void 0}),f=this.#a.get(l)):this.#i[f]=G,G}#n(l){if(!this.#D)return!1;const f=l;return!!f&&f instanceof Promise&&f.hasOwnProperty("__staleWhileFetching")&&f.__abortController instanceof o}async fetch(l,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:h=this.updateAgeOnGet,noDeleteOnStaleGet:P=this.noDeleteOnStaleGet,ttl:b=this.ttl,noDisposeOnSet:C=this.noDisposeOnSet,size:T=0,sizeCalculation:v=this.sizeCalculation,noUpdateTTL:L=this.noUpdateTTL,noDeleteOnFetchRejection:D=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:O=this.allowStaleOnFetchRejection,ignoreFetchAbort:N=this.ignoreFetchAbort,allowStaleOnFetchAbort:G=this.allowStaleOnFetchAbort,context:k,forceRefresh:K=!1,status:M,signal:$}=f;if(!this.#D)return M&&(M.fetch="get"),this.get(l,{allowStale:d,updateAgeOnGet:h,noDeleteOnStaleGet:P,status:M});const X={allowStale:d,updateAgeOnGet:h,noDeleteOnStaleGet:P,ttl:b,noDisposeOnSet:C,size:T,sizeCalculation:v,noUpdateTTL:L,noDeleteOnFetchRejection:D,allowStaleOnFetchRejection:O,allowStaleOnFetchAbort:G,ignoreFetchAbort:N,status:M,signal:$};let F=this.#a.get(l);if(F===void 0){M&&(M.fetch="miss");const W=this.#F(l,F,X,k);return W.__returned=W}else{const W=this.#i[F];if(this.#n(W)){const ne=d&&W.__staleWhileFetching!==void 0;return M&&(M.fetch="inflight",ne&&(M.returnedStale=!0)),ne?W.__staleWhileFetching:W.__returned=W}const z=this.#y(F);if(!K&&!z)return M&&(M.fetch="hit"),this.#U(F),h&&this.#R(F),M&&this.#V(M,F),W;const Z=this.#F(l,F,X,k),Q=Z.__staleWhileFetching!==void 0&&d;return M&&(M.fetch=z?"stale":"refresh",Q&&z&&(M.returnedStale=!0)),Q?Z.__staleWhileFetching:Z.__returned=Z}}async forceFetch(l,f={}){const d=await this.fetch(l,f);if(d===void 0)throw new Error("fetch() returned undefined");return d}memo(l,f={}){const d=this.#I;if(!d)throw new Error("no memoMethod provided to constructor");const{context:h,forceRefresh:P,...b}=f,C=this.get(l,b);if(!P&&C!==void 0)return C;const T=d(l,C,{options:b,context:h});return this.set(l,T,b),T}get(l,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:h=this.updateAgeOnGet,noDeleteOnStaleGet:P=this.noDeleteOnStaleGet,status:b}=f,C=this.#a.get(l);if(C!==void 0){const T=this.#i[C],v=this.#n(T);return b&&this.#V(b,C),this.#y(C)?(b&&(b.get="stale"),v?(b&&d&&T.__staleWhileFetching!==void 0&&(b.returnedStale=!0),d?T.__staleWhileFetching:void 0):(P||this.#C(l,"expire"),b&&d&&(b.returnedStale=!0),d?T:void 0)):(b&&(b.get="hit"),v?T.__staleWhileFetching:(this.#U(C),h&&this.#R(C),T))}else b&&(b.get="miss")}#G(l,f){this.#d[f]=l,this.#f[l]=f}#U(l){l!==this.#c&&(l===this.#p?this.#p=this.#f[l]:this.#G(this.#d[l],this.#f[l]),this.#G(this.#c,l),this.#c=l)}delete(l){return this.#C(l,"delete")}#C(l,f){let d=!1;if(this.#u!==0){const h=this.#a.get(l);if(h!==void 0)if(this.#m?.[h]&&(clearTimeout(this.#m?.[h]),this.#m[h]=void 0),d=!0,this.#u===1)this.#q(f);else{this.#O(h);const P=this.#i[h];if(this.#n(P)?P.__abortController.abort(new Error("deleted")):(this.#g||this.#T)&&(this.#g&&this.#r?.(P,l,f),this.#T&&this.#E?.push([P,l,f])),this.#a.delete(l),this.#s[h]=void 0,this.#i[h]=void 0,h===this.#c)this.#c=this.#d[h];else if(h===this.#p)this.#p=this.#f[h];else{const b=this.#d[h];this.#f[b]=this.#f[h];const C=this.#f[h];this.#d[C]=this.#d[h]}this.#u--,this.#S.push(h)}}if(this.#T&&this.#E?.length){const h=this.#E;let P;for(;P=h?.shift();)this.#o?.(...P)}return d}clear(){return this.#q("delete")}#q(l){for(const f of this.#A({allowStale:!0})){const d=this.#i[f];if(this.#n(d))d.__abortController.abort(new Error("deleted"));else{const h=this.#s[f];this.#g&&this.#r?.(d,h,l),this.#T&&this.#E?.push([d,h,l])}}if(this.#a.clear(),this.#i.fill(void 0),this.#s.fill(void 0),this.#P&&this.#b){this.#P.fill(0),this.#b.fill(0);for(const f of this.#m??[])f!==void 0&&clearTimeout(f);this.#m?.fill(void 0)}if(this.#v&&this.#v.fill(0),this.#p=0,this.#c=0,this.#S.length=0,this.#h=0,this.#u=0,this.#T&&this.#E){const f=this.#E;let d;for(;d=f?.shift();)this.#o?.(...d)}}}return ot.LRUCache=Y,ot}r(ST,"requireCommonjs");var Ls,ha;function vT(){if(ha)return Ls;ha=1;const e=r((...i)=>i.every(t=>t)?i.join(""):"","maybeJoin"),s=r(i=>i?encodeURIComponent(i):"","maybeEncode"),n=r(i=>i.toLowerCase().replace(/^\W+/g,"").replace(/(?<!\W)\W+$/,"").replace(/\//g,"").replace(/\W+/g,"-"),"formatHashFragment"),c={sshtemplate:r(({domain:i,user:t,project:a,committish:u})=>`git@${i}:${t}/${a}.git${e("#",u)}`,"sshtemplate"),sshurltemplate:r(({domain:i,user:t,project:a,committish:u})=>`git+ssh://git@${i}/${t}/${a}.git${e("#",u)}`,"sshurltemplate"),edittemplate:r(({domain:i,user:t,project:a,committish:u,editpath:E,path:p})=>`https://${i}/${t}/${a}${e("/",E,"/",s(u||"HEAD"),"/",p)}`,"edittemplate"),browsetemplate:r(({domain:i,user:t,project:a,committish:u,treepath:E})=>`https://${i}/${t}/${a}${e("/",E,"/",s(u))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,user:t,project:a,committish:u,treepath:E,path:p,fragment:Y,hashformat:A})=>`https://${i}/${t}/${a}/${E}/${s(u||"HEAD")}/${p}${e("#",A(Y||""))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,user:t,project:a,committish:u,blobpath:E,path:p,fragment:Y,hashformat:A})=>`https://${i}/${t}/${a}/${E}/${s(u||"HEAD")}/${p}${e("#",A(Y||""))}`,"browseblobtemplate"),docstemplate:r(({domain:i,user:t,project:a,treepath:u,committish:E})=>`https://${i}/${t}/${a}${e("/",u,"/",s(E))}#readme`,"docstemplate"),httpstemplate:r(({auth:i,domain:t,user:a,project:u,committish:E})=>`git+https://${e(i,"@")}${t}/${a}/${u}.git${e("#",E)}`,"httpstemplate"),filetemplate:r(({domain:i,user:t,project:a,committish:u,path:E})=>`https://${i}/${t}/${a}/raw/${s(u||"HEAD")}/${E}`,"filetemplate"),shortcuttemplate:r(({type:i,user:t,project:a,committish:u})=>`${i}:${t}/${a}${e("#",u)}`,"shortcuttemplate"),pathtemplate:r(({user:i,project:t,committish:a})=>`${i}/${t}${e("#",a)}`,"pathtemplate"),bugstemplate:r(({domain:i,user:t,project:a})=>`https://${i}/${t}/${a}/issues`,"bugstemplate"),hashformat:n},o={};o.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:r(({auth:i,user:t,project:a,committish:u,path:E})=>`https://${e(i,"@")}raw.githubusercontent.com/${t}/${a}/${s(u||"HEAD")}/${E}`,"filetemplate"),gittemplate:r(({auth:i,domain:t,user:a,project:u,committish:E})=>`git://${e(i,"@")}${t}/${a}/${u}.git${e("#",E)}`,"gittemplate"),tarballtemplate:r(({domain:i,user:t,project:a,committish:u})=>`https://codeload.${i}/${t}/${a}/tar.gz/${s(u||"HEAD")}`,"tarballtemplate"),extract:r(i=>{let[,t,a,u,E]=i.pathname.split("/",5);if(!(u&&u!=="tree")&&(u||(E=i.hash.slice(1)),a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:E}},"extract")},o.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:r(({domain:i,user:t,project:a,committish:u,treepath:E,path:p,editpath:Y})=>`https://${i}/${t}/${a}${e("/",E,"/",s(u||"HEAD"),"/",p,Y)}`,"edittemplate"),tarballtemplate:r(({domain:i,user:t,project:a,committish:u})=>`https://${i}/${t}/${a}/get/${s(u||"HEAD")}.tar.gz`,"tarballtemplate"),extract:r(i=>{let[,t,a,u]=i.pathname.split("/",4);if(!["get"].includes(u)&&(a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:i.hash.slice(1)}},"extract")},o.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",tarballtemplate:r(({domain:i,user:t,project:a,committish:u})=>`https://${i}/${t}/${a}/repository/archive.tar.gz?ref=${s(u||"HEAD")}`,"tarballtemplate"),extract:r(i=>{const t=i.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const a=t.split("/");let u=a.pop();u.endsWith(".git")&&(u=u.slice(0,-4));const E=a.join("/");if(!(!E||!u))return{user:E,project:u,committish:i.hash.slice(1)}},"extract")},o.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:r(({domain:i,project:t,committish:a})=>`git@${i}:${t}.git${e("#",a)}`,"sshtemplate"),sshurltemplate:r(({domain:i,project:t,committish:a})=>`git+ssh://git@${i}/${t}.git${e("#",a)}`,"sshurltemplate"),edittemplate:r(({domain:i,user:t,project:a,committish:u,editpath:E})=>`https://${i}/${t}/${a}${e("/",s(u))}/${E}`,"edittemplate"),browsetemplate:r(({domain:i,project:t,committish:a})=>`https://${i}/${t}${e("/",s(a))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,project:t,committish:a,path:u,hashformat:E})=>`https://${i}/${t}${e("/",s(a))}${e("#",E(u))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,project:t,committish:a,path:u,hashformat:E})=>`https://${i}/${t}${e("/",s(a))}${e("#",E(u))}`,"browseblobtemplate"),docstemplate:r(({domain:i,project:t,committish:a})=>`https://${i}/${t}${e("/",s(a))}`,"docstemplate"),httpstemplate:r(({domain:i,project:t,committish:a})=>`git+https://${i}/${t}.git${e("#",a)}`,"httpstemplate"),filetemplate:r(({user:i,project:t,committish:a,path:u})=>`https://gist.githubusercontent.com/${i}/${t}/raw${e("/",s(a))}/${u}`,"filetemplate"),shortcuttemplate:r(({type:i,project:t,committish:a})=>`${i}:${t}${e("#",a)}`,"shortcuttemplate"),pathtemplate:r(({project:i,committish:t})=>`${i}${e("#",t)}`,"pathtemplate"),bugstemplate:r(({domain:i,project:t})=>`https://${i}/${t}`,"bugstemplate"),gittemplate:r(({domain:i,project:t,committish:a})=>`git://${i}/${t}.git${e("#",a)}`,"gittemplate"),tarballtemplate:r(({project:i,committish:t})=>`https://codeload.github.com/gist/${i}/tar.gz/${s(t||"HEAD")}`,"tarballtemplate"),extract:r(i=>{let[,t,a,u]=i.pathname.split("/",4);if(u!=="raw"){if(!a){if(!t)return;a=t,t=null}return a.endsWith(".git")&&(a=a.slice(0,-4)),{user:t,project:a,committish:i.hash.slice(1)}}},"extract"),hashformat:r(function(i){return i&&"file-"+n(i)},"hashformat")},o.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:r(({domain:i,user:t,project:a,committish:u,path:E})=>`https://${i}/${t}/${a}/blob/${s(u)||"HEAD"}/${E}`,"filetemplate"),httpstemplate:r(({domain:i,user:t,project:a,committish:u})=>`https://${i}/${t}/${a}.git${e("#",u)}`,"httpstemplate"),tarballtemplate:r(({domain:i,user:t,project:a,committish:u})=>`https://${i}/${t}/${a}/archive/${s(u)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:r(()=>null,"bugstemplate"),extract:r(i=>{let[,t,a,u]=i.pathname.split("/",4);if(!["archive"].includes(u)&&(a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:i.hash.slice(1)}},"extract")};for(const[i,t]of Object.entries(o))o[i]=Object.assign({},c,t);return Ls=o,Ls}r(vT,"requireHosts");var Vs,Sa;function va(){if(Sa)return Vs;Sa=1;const e=gf,s=r((i,t,a)=>{const u=i.indexOf(a);return i.lastIndexOf(t,u>-1?u:1/0)},"lastIndexOfBefore"),n=r(i=>{try{return new e.URL(i)}catch{}},"safeUrl"),c=r((i,t)=>{const a=i.indexOf(":"),u=i.slice(0,a+1);if(Object.prototype.hasOwnProperty.call(t,u)||i.substr(a,3)==="://")return i;const E=i.indexOf("@");return E>-1?E>a?`git+ssh://${i}`:i:`${i.slice(0,a+1)}//${i.slice(a+1)}`},"correctProtocol"),o=r(i=>{const t=s(i,"@","#"),a=s(i,":","#");return a>t&&(i=i.slice(0,a)+"/"+i.slice(a+1)),s(i,":","#")===-1&&i.indexOf("//")===-1&&(i=`git+ssh://${i}`),i},"correctUrl");return Vs=r((i,t)=>{const a=t?c(i,t):i;return n(a)||n(o(a))},"parseUrl"),Vs}r(va,"requireParseUrl");var Ds,ba;function bT(){if(ba)return Ds;ba=1;const e=va(),s=r(n=>{const c=n.indexOf("#"),o=n.indexOf("/"),i=n.indexOf("/",o+1),t=n.indexOf(":"),a=/\s/.exec(n),u=n.indexOf("@"),E=!a||c>-1&&a.index>c,p=u===-1||c>-1&&u>c,Y=t===-1||c>-1&&t>c,A=i===-1||c>-1&&i>c,l=o>0,f=c>-1?n[c-1]!=="/":!n.endsWith("/"),d=!n.startsWith(".");return E&&l&&f&&d&&p&&Y&&A},"isGitHubShorthand");return Ds=r((n,c,{gitHosts:o,protocols:i})=>{if(!n)return;const t=s(n)?`github:${n}`:n,a=e(t,i);if(!a)return;const u=o.byShortcut[a.protocol],E=o.byDomain[a.hostname.startsWith("www.")?a.hostname.slice(4):a.hostname],p=u||E;if(!p)return;const Y=o[u||E];let A=null;i[a.protocol]?.auth&&(a.username||a.password)&&(A=`${a.username}${a.password?":"+a.password:""}`);let l=null,f=null,d=null,h=null;try{if(u){let P=a.pathname.startsWith("/")?a.pathname.slice(1):a.pathname;const b=P.indexOf("@");b>-1&&(P=P.slice(b+1));const C=P.lastIndexOf("/");C>-1?(f=decodeURIComponent(P.slice(0,C)),f||(f=null),d=decodeURIComponent(P.slice(C+1))):d=decodeURIComponent(P),d.endsWith(".git")&&(d=d.slice(0,-4)),a.hash&&(l=decodeURIComponent(a.hash.slice(1))),h="shortcut"}else{if(!Y.protocols.includes(a.protocol))return;const P=Y.extract(a);if(!P)return;f=P.user&&decodeURIComponent(P.user),d=decodeURIComponent(P.project),l=decodeURIComponent(P.committish),h=i[a.protocol]?.name||a.protocol.slice(0,-1)}}catch(P){if(P instanceof URIError)return;throw P}return[p,f,A,d,l,h,c]},"fromUrl"),Ds}r(bT,"requireFromUrl");var Rs,ga;function gT(){if(ga)return Rs;ga=1;const{LRUCache:e}=ST(),s=vT(),n=bT(),c=va(),o=new e({max:1e3});function i(a){try{const{protocol:u,hostname:E,pathname:p}=new URL(a);if(!E)return null;const Y=/(?:git\+)http:$/.test(u)?"http:":"https:",A=p.replace(/\.git$/,"");return`${Y}//${E}${A}`}catch{return null}}r(i,"unknownHostedUrl");class t{static{r(this,"GitHost")}constructor(u,E,p,Y,A,l,f={}){Object.assign(this,t.#e[u],{type:u,user:E,auth:p,project:Y,committish:A,default:l,opts:f})}static#e={byShortcut:{},byDomain:{}};static#t={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(u,E){t.#e[u]=E,t.#e.byDomain[E.domain]=u,t.#e.byShortcut[`${u}:`]=u,t.#t[`${u}:`]={name:u}}static fromUrl(u,E){if(typeof u!="string")return;const p=u+JSON.stringify(E||{});if(!o.has(p)){const Y=n(u,E,{gitHosts:t.#e,protocols:t.#t});o.set(p,Y?new t(...Y):void 0)}return o.get(p)}static fromManifest(u,E={}){if(!u||typeof u!="object")return;const p=u.repository,Y=p&&(typeof p=="string"?p:typeof p=="object"&&typeof p.url=="string"?p.url:null);if(!Y)throw new Error("no repository");const A=Y&&t.fromUrl(Y.replace(/^git\+/,""),E)||null;if(A)return A;const l=i(Y);return t.fromUrl(l,E)||l}static parseUrl(u){return c(u)}#r(u,E){if(typeof u!="function")return null;const p={...this,...this.opts,...E};p.path||(p.path=""),p.path.startsWith("/")&&(p.path=p.path.slice(1)),p.noCommittish&&(p.committish=null);const Y=u(p);return p.noGitPlus&&Y.startsWith("git+")?Y.slice(4):Y}hash(){return this.committish?`#${this.committish}`:""}ssh(u){return this.#r(this.sshtemplate,u)}sshurl(u){return this.#r(this.sshurltemplate,u)}browse(u,...E){return typeof u!="string"?this.#r(this.browsetemplate,u):typeof E[0]!="string"?this.#r(this.browsetreetemplate,{...E[0],path:u}):this.#r(this.browsetreetemplate,{...E[1],fragment:E[0],path:u})}browseFile(u,...E){return typeof E[0]!="string"?this.#r(this.browseblobtemplate,{...E[0],path:u}):this.#r(this.browseblobtemplate,{...E[1],fragment:E[0],path:u})}docs(u){return this.#r(this.docstemplate,u)}bugs(u){return this.#r(this.bugstemplate,u)}https(u){return this.#r(this.httpstemplate,u)}git(u){return this.#r(this.gittemplate,u)}shortcut(u){return this.#r(this.shortcuttemplate,u)}path(u){return this.#r(this.pathtemplate,u)}tarball(u){return this.#r(this.tarballtemplate,{...u,noCommittish:!1})}file(u,E){return this.#r(this.filetemplate,{...E,path:u})}edit(u,E){return this.#r(this.edittemplate,{...E,path:u})}getDefaultRepresentation(){return this.default}toString(u){return this.default&&typeof this[this.default]=="function"?this[this.default](u):this.sshurl(u)}}for(const[a,u]of Object.entries(s))t.addHost(a,u);return Rs=t,Rs}r(gT,"requireLib$3");var Os,Ya;function YT(){if(Ya)return Os;Ya=1,Os=e;function e(s){if(!s||s==="ERROR: No README data found!")return;s=s.trim().split(`
|
|
10
|
-
`);let n=0;for(;s[n]&&s[n].trim().match(/^(#|$)/);)n++;const c=s.length;let o=n+1;for(;o<c&&s[o].trim();)o++;return s.slice(n,o).join(" ").trim()}return r(e,"extractDescription"),Os}r(YT,"requireExtract_description");var AT={dependancies:"dependencies",dependecies:"dependencies",depdenencies:"dependencies",devEependencies:"devDependencies",depends:"dependencies","dev-dependencies":"devDependencies",devDependences:"devDependencies",devDepenencies:"devDependencies",devdependencies:"devDependencies",repostitory:"repository",repo:"repository",prefereGlobal:"preferGlobal",hompage:"homepage",hampage:"homepage",autohr:"author",autor:"author",contributers:"contributors",publicationConfig:"publishConfig",script:"scripts"},CT={web:"url",name:"url"},LT={server:"start",tests:"test"},VT={topLevel:AT,bugs:CT,script:LT},Us,Aa;function DT(){if(Aa)return Us;Aa=1;var{URL:e}=vf,s=fT(),n=TT(),c=hT(),o=gT(),{isBuiltin:i}=_f,t=["dependencies","devDependencies","optionalDependencies"],a=YT(),u=VT,E=r(T=>T.includes("@")&&T.indexOf("@")<T.lastIndexOf("."),"isEmail");Us={warn:r(function(){},"warn"),fixRepositoryField:r(function(T){if(T.repositories&&(this.warn("repositories"),T.repository=T.repositories[0]),!T.repository)return this.warn("missingRepository");typeof T.repository=="string"&&(T.repository={type:"git",url:T.repository});var v=T.repository.url||"";if(v){var L=o.fromUrl(v);L&&(v=T.repository.url=L.getDefaultRepresentation()==="shortcut"?L.https():L.toString())}v.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",v)},"fixRepositoryField"),fixTypos:r(function(T){Object.keys(u.topLevel).forEach(function(v){Object.prototype.hasOwnProperty.call(T,v)&&this.warn("typo",v,u.topLevel[v])},this)},"fixTypos"),fixScriptsField:r(function(T){if(T.scripts){if(typeof T.scripts!="object"){this.warn("nonObjectScripts"),delete T.scripts;return}Object.keys(T.scripts).forEach(function(v){typeof T.scripts[v]!="string"?(this.warn("nonStringScript"),delete T.scripts[v]):u.script[v]&&!T.scripts[u.script[v]]&&this.warn("typo",v,u.script[v],"scripts")},this)}},"fixScriptsField"),fixFilesField:r(function(T){var v=T.files;v&&!Array.isArray(v)?(this.warn("nonArrayFiles"),delete T.files):T.files&&(T.files=T.files.filter(function(L){return!L||typeof L!="string"?(this.warn("invalidFilename",L),!1):!0},this))},"fixFilesField"),fixBinField:r(function(T){if(T.bin&&typeof T.bin=="string"){var v={},L;(L=T.name.match(/^@[^/]+[/](.*)$/))?v[L[1]]=T.bin:v[T.name]=T.bin,T.bin=v}},"fixBinField"),fixManField:r(function(T){T.man&&typeof T.man=="string"&&(T.man=[T.man])},"fixManField"),fixBundleDependenciesField:r(function(T){var v="bundledDependencies",L="bundleDependencies";T[v]&&!T[L]&&(T[L]=T[v],delete T[v]),T[L]&&!Array.isArray(T[L])?(this.warn("nonArrayBundleDependencies"),delete T[L]):T[L]&&(T[L]=T[L].filter(function(D){return!D||typeof D!="string"?(this.warn("nonStringBundleDependency",D),!1):(T.dependencies||(T.dependencies={}),Object.prototype.hasOwnProperty.call(T.dependencies,D)||(this.warn("nonDependencyBundleDependency",D),T.dependencies[D]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:r(function(T){b(T,this.warn),h(T,this.warn),this.fixBundleDependenciesField(T),["dependencies","devDependencies"].forEach(function(v){if(v in T){if(!T[v]||typeof T[v]!="object"){this.warn("nonObjectDependencies",v),delete T[v];return}Object.keys(T[v]).forEach(function(L){var D=T[v][L];typeof D!="string"&&(this.warn("nonStringDependency",L,JSON.stringify(D)),delete T[v][L]);var O=o.fromUrl(T[v][L]);O&&(T[v][L]=O.toString())},this)}},this)},"fixDependencies"),fixModulesField:r(function(T){T.modules&&(this.warn("deprecatedModules"),delete T.modules)},"fixModulesField"),fixKeywordsField:r(function(T){typeof T.keywords=="string"&&(T.keywords=T.keywords.split(/,\s+/)),T.keywords&&!Array.isArray(T.keywords)?(delete T.keywords,this.warn("nonArrayKeywords")):T.keywords&&(T.keywords=T.keywords.filter(function(v){return typeof v!="string"||!v?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:r(function(T,v){var L=!v;if(!T.version)return T.version="",!0;if(!s(T.version,L))throw new Error('Invalid version: "'+T.version+'"');return T.version=n(T.version,L),!0},"fixVersionField"),fixPeople:r(function(T){l(T,f),l(T,d)},"fixPeople"),fixNameField:r(function(T,v){typeof v=="boolean"?v={strict:v}:typeof v>"u"&&(v={});var L=v.strict;if(!T.name&&!L){T.name="";return}if(typeof T.name!="string")throw new Error("name field must be a string.");L||(T.name=T.name.trim()),A(T.name,L,v.allowLegacyCase),i(T.name)&&this.warn("conflictingName",T.name)},"fixNameField"),fixDescriptionField:r(function(T){T.description&&typeof T.description!="string"&&(this.warn("nonStringDescription"),delete T.description),T.readme&&!T.description&&(T.description=a(T.readme)),T.description===void 0&&delete T.description,T.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:r(function(T){T.readme||(this.warn("missingReadme"),T.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:r(function(T){if(!T.bugs&&T.repository&&T.repository.url){var v=o.fromUrl(T.repository.url);v&&v.bugs()&&(T.bugs={url:v.bugs()})}else if(T.bugs){if(typeof T.bugs=="string")E(T.bugs)?T.bugs={email:T.bugs}:e.canParse(T.bugs)?T.bugs={url:T.bugs}:this.warn("nonEmailUrlBugsString");else{C(T.bugs,this.warn);var L=T.bugs;T.bugs={},L.url&&(e.canParse(L.url)?T.bugs.url=L.url:this.warn("nonUrlBugsUrlField")),L.email&&(typeof L.email=="string"&&E(L.email)?T.bugs.email=L.email:this.warn("nonEmailBugsEmailField"))}!T.bugs.email&&!T.bugs.url&&(delete T.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:r(function(T){if(!T.homepage&&T.repository&&T.repository.url){var v=o.fromUrl(T.repository.url);v&&v.docs()&&(T.homepage=v.docs())}if(T.homepage){if(typeof T.homepage!="string")return this.warn("nonUrlHomepage"),delete T.homepage;e.canParse(T.homepage)||(T.homepage="http://"+T.homepage)}},"fixHomepageField"),fixLicenseField:r(function(T){const v=T.license||T.licence;if(!v)return this.warn("missingLicense");if(typeof v!="string"||v.length<1||v.trim()==="")return this.warn("invalidLicense");if(!c(v).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function p(T){if(T.charAt(0)!=="@")return!1;var v=T.slice(1).split("/");return v.length!==2?!1:v[0]&&v[1]&&v[0]===encodeURIComponent(v[0])&&v[1]===encodeURIComponent(v[1])}r(p,"isValidScopedPackageName");function Y(T){return!T.match(/[/@\s+%:]/)&&T===encodeURIComponent(T)}r(Y,"isCorrectlyEncodedName");function A(T,v,L){if(T.charAt(0)==="."||!(p(T)||Y(T))||v&&!L&&T!==T.toLowerCase()||T.toLowerCase()==="node_modules"||T.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(T))}r(A,"ensureValidName");function l(T,v){return T.author&&(T.author=v(T.author)),["maintainers","contributors"].forEach(function(L){Array.isArray(T[L])&&(T[L]=T[L].map(v))}),T}r(l,"modifyPeople");function f(T){if(typeof T=="string")return T;var v=T.name||"",L=T.url||T.web,D=L?" ("+L+")":"",O=T.email||T.mail,N=O?" <"+O+">":"";return v+N+D}r(f,"unParsePerson");function d(T){if(typeof T!="string")return T;var v=T.match(/^([^(<]+)/),L=T.match(/\(([^()]+)\)/),D=T.match(/<([^<>]+)>/),O={};return v&&v[0].trim()&&(O.name=v[0].trim()),D&&(O.email=D[1]),L&&(O.url=L[1]),O}r(d,"parsePerson");function h(T){var v=T.optionalDependencies;if(v){var L=T.dependencies||{};Object.keys(v).forEach(function(D){L[D]=v[D]}),T.dependencies=L}}r(h,"addOptionalDepsToDeps");function P(T,v,L){if(!T)return{};if(typeof T=="string"&&(T=T.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(T))return T;L("deprecatedArrayDependencies",v);var D={};return T.filter(function(O){return typeof O=="string"}).forEach(function(O){O=O.trim().split(/(:?[@\s><=])/);var N=O.shift(),G=O.join("");G=G.trim(),G=G.replace(/^@/,""),D[N]=G}),D}r(P,"depObjectify");function b(T,v){t.forEach(function(L){T[L]&&(T[L]=P(T[L],L,v))})}r(b,"objectifyDeps");function C(T,v){T&&Object.keys(T).forEach(function(L){u.bugs[L]&&(v("typo",L,u.bugs[L],"bugs"),T[u.bugs[L]]=T[L],delete T[L])})}return r(C,"bugsTypos"),Us}r(DT,"requireFixer");var RT="'repositories' (plural) Not supported. Please pick one as the 'repository' field",OT="No repository field.",UT="Probably broken git url: %s",IT="scripts must be an object",xT="script values must be string commands",MT="Invalid 'files' member",wT="Invalid filename in 'files' list: %s",FT="Invalid 'bundleDependencies' list. Must be array of package names",BT="Invalid bundleDependencies member: %s",NT="Non-dependency in bundleDependencies: %s",kT="%s field must be an object",jT="Invalid dependency: %s %s",GT="specifying %s as array is deprecated",qT="modules field is deprecated",WT="keywords should be an array of strings",$T="keywords should be an array of strings",HT="%s is also the name of a node core module.",KT="'description' field should be a string",XT="No description",zT="No README data",JT="No license field.",QT="Bug string field must be url, email, or {email,url}",ZT="bugs.url field must be a string url. Deleted.",ed="bugs.email field must be a string email. Deleted.",td="Normalized value of bugs field is an empty object. Deleted.",rd="homepage field must be a string url. Deleted.",id="license should be a valid SPDX license expression",nd="%s should probably be %s.",sd={repositories:RT,missingRepository:OT,brokenGitUrl:UT,nonObjectScripts:IT,nonStringScript:xT,nonArrayFiles:MT,invalidFilename:wT,nonArrayBundleDependencies:FT,nonStringBundleDependency:BT,nonDependencyBundleDependency:NT,nonObjectDependencies:kT,nonStringDependency:jT,deprecatedArrayDependencies:GT,deprecatedModules:qT,nonArrayKeywords:WT,nonStringKeyword:$T,conflictingName:HT,nonStringDescription:KT,missingDescription:XT,missingReadme:zT,missingLicense:JT,nonEmailUrlBugsString:QT,nonUrlBugsUrlField:ZT,nonEmailBugsEmailField:ed,emptyNormalizedBugs:td,nonUrlHomepage:rd,invalidLicense:id,typo:nd},Is,Ca;function od(){if(Ca)return Is;Ca=1;var e=Yf,s=sd;Is=r(function(){var c=Array.prototype.slice.call(arguments,0),o=c.shift();if(o==="typo")return n.apply(null,c);var i=s[o]?s[o]:o+": '%s'";return c.unshift(i),e.format.apply(null,c)},"make_warning");function n(c,o,i){return i&&(c=i+"['"+c+"']",o=i+"['"+o+"']"),e.format(s.typo,c,o)}return r(n,"makeTypoWarning"),Is}r(od,"requireMake_warning");var xs,La;function ad(){if(La)return xs;La=1,xs=i;var e=DT();i.fixer=e;var s=od(),n=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],c=["dependencies","people","typos"],o=n.map(function(a){return t(a)+"Field"});o=o.concat(c);function i(a,u,E){u===!0&&(u=null,E=!0),E||(E=!1),(!u||a.private)&&(u=r(function(){},"warn")),a.scripts&&a.scripts.install==="node-gyp rebuild"&&!a.scripts.preinstall&&(a.gypfile=!0),e.warn=function(){u(s.apply(null,arguments))},o.forEach(function(p){e["fix"+t(p)](a,E)}),a._id=a.name+"@"+a.version}r(i,"normalize");function t(a){return a.charAt(0).toUpperCase()+a.slice(1)}return r(t,"ucFirst"),xs}r(ad,"requireNormalize");var ld=ad(),ud=Kf(ld);Af(Cf);function cd(e){return e instanceof URL?wo(e):e}r(cd,"toPath");const Ed=r(e=>Bo.resolve(cd(e)??".","package.json"),"getPackagePath"),pd=r((e,s)=>{const n=typeof e=="string"?lT(e):e;return s&&ud(n),n},"_readPackage");function fd({cwd:e,normalize:s=!0}={}){const n=Sn.readFileSync(Ed(e),"utf8");return pd(n,s)}r(fd,"readPackageSync");function Td(e){const s=rs("package.json",e);if(s)return{packageJson:fd({...e,cwd:Bo.dirname(s)}),path:s}}r(Td,"readPackageUpSync");const dd="js,ts,mjs,cjs,mts,cts",Pd=r(e=>{const s=rs(".nvmrc",{cwd:e});if(s){let n=Sn.readFileSync(s,"utf8");return n=n.trim(),n.startsWith("v")&&(n=n.slice(1)),n}return process.version},"getNodeVersion"),Ms={"n/no-missing-import":"off"},An=ns.configs["flat/recommended-script"],Cn=ns.configs["flat/recommended-module"],md=w({...Cn,files:["**/*.mjs"]}),yd=w({...Cn,files:["**/*.mts"],rules:{...Cn.rules,...Ms}}),_d=w({...An,files:["**/*.cjs"]}),hd=w({...An,files:["**/*.cts"],rules:{...An.rules,...Ms}}),Sd=r(({cwd:e,node:s})=>{const n=Td({cwd:e}),o=n?.packageJson?.type==="module"?Cn:An,i=n&&"bin"in n.packageJson,t=[w({plugins:{n:ns},settings:{node:{version:`>=${Pd(e)}`}}}),_d,hd,w({...o,files:["**/scripts/**/*.{js,ts}"],rules:{...o.rules,"no-console":"off"}})];return s&&t.push(w({...o,files:["**/*.js"]}),w({...o,files:["**/*.ts"],rules:{...o.rules,...Ms}}),md,yd,w({files:s===!0?[`**/*.{${dd}}`]:s,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}}),w({files:[fs],rules:{"n/global-require":"off"}})),i&&t.push(w({...o,files:["**/cli.{js,ts}","**/cli/**/*.{js,ts}"],rules:{...o.rules,"n/no-process-exit":"off"}})),t},"node"),vd=w({files:nt,plugins:{promise:No},rules:{...No.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),bd=Le("jest")?w({files:["**/{test,tests}/*"],languageOptions:{globals:hn.jest}}):void 0,gd=r(()=>[w({ignores:["**/skills/**/*.md/**"]}),...Lf.configs.processor,w({files:["**/*.md"],language:"markdown/gfm",rules:{"markdown/no-missing-label-refs":"off","markdown/heading-increment":"off"}}),w({files:["**/*.md/*.{js,jsx,ts,tsx,vue}"],rules:{"import-x/extensions":"off","import-x/no-extraneous-dependencies":"off","import-x/no-unresolved":"off","no-console":"off","no-new":"off","no-empty-function":"off","no-useless-constructor":"off","no-undef":"off","n/hashbang":"off","n/global-require":"off","n/no-missing-import":"off","no-unused-expressions":"off","unicorn/filename-case":"off","unicorn/no-array-reduce":"off","unicorn/prefer-object-from-entries":"off","unicorn/no-anonymous-default-export":"off","unicorn/no-array-callback-reference":"off","@stylistic/indent":["error",4],"@stylistic/semi":["error","never"],"@stylistic/comma-dangle":["error","never"]}}),w({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),w({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),w({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),w({files:["**/*.md/*.{ts,tsx}"],rules:{"@stylistic/member-delimiter-style":["error",{multiline:{delimiter:"none",requireLast:!1},multilineDetection:"brackets",singleline:{delimiter:"semi",requireLast:!1}}],"@typescript-eslint/no-unused-vars":"warn","@typescript-eslint/no-unused-expressions":"warn","@typescript-eslint/no-empty-function":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/no-shadow":"off"}}),w({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"jsonc/object-curly-newline":["error",{consistent:!0}]}})],"markdown"),Yd=r((e,s)=>Object.fromEntries(s.map(n=>[n,e[n]])),"pick"),Ad="**/.vscode/*.json",Va=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],Da=["**/project.json","**/nx.json"],Ra=[Ad,...Va,...Da,"**/renovate.json"],ws=ps[1].rules["@stylistic/comma-dangle"][1],Ln=Vf.configs,Vn=Ln["recommended-with-jsonc"].rules,Cd=w([...Ln["flat/base"],{files:["**/*.json"],ignores:Ra,rules:Ln["recommended-with-json"].rules},{files:["**/*.jsonc",...Ra],rules:{...Vn,"jsonc/comma-dangle":["error",ws]}},{files:["**/*.json5"],rules:{...Ln["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",ws]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...Yd(ps[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/renovate.json"],rules:{...Vn,"jsonc/comma-dangle":["error","never"],"jsonc/no-comments":"off"}},{files:["**/package.json"],rules:{"jsonc/sort-keys":["error",{pathPattern:"^$",order:["name","version","description","keywords","license","repository","funding","author","private","publishConfig","files","type","bin","main","module","types","typings","exports","imports","unpkg","packageManager","scripts","husky","simple-git-hooks","lint-staged","engines","dependencies","optionalDependencies","peerDependencies","peerDependenciesMeta","devDependencies","overrides","bundledDependencies","bundleDependencies","eslintConfig","generators"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}},{files:Va,rules:{...Vn,"jsonc/comma-dangle":["error",ws],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:Da,rules:{...Vn,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),Ld=w([Df.configs.recommended,{files:["**/package.json"],rules:{"package-json/order-properties":"off","package-json/sort-collections":"off","package-json/require-type":"off","package-json/require-description":["error",{ignorePrivate:!0}],"package-json/repository-shorthand":["error",{form:"shorthand"}],"package-json/exports-subpaths-style":["error",{prefer:"implicit"}],"package-json/restrict-private-properties":["error",{blockedProperties:["files","publishConfig","dependencies","peerDependencies","optionalDependencies"]}]}}]),Vd=w({files:["**/*.{yml,yaml}"],plugins:{yml:ss},languageOptions:{parser:Rf},rules:{...ss.configs.base.rules,...ss.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Dd=[w({plugins:{"no-use-extend-native":ko},rules:ko.configs.recommended.rules})],Rd=r(e=>{const s={i:!0,j:!0},n={args:!1,db:!1,def:!1,dev:!1,dir:!1,dist:!1,docs:!1,env:!1,pkg:!1,temp:!1,prop:!1,props:!1,params:!1,ref:!1,rel:!1,src:!1,utils:!1};if(e?.allowAbbreviations){const{allowAbbreviations:c}=e;if(c.exactWords)for(const o of c.exactWords)s[o]=!0;if(c.substrings)for(const o of c.substrings)n[o]=!1}return w([{files:nt,plugins:{unicorn:jo},rules:{...jo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:s,replacements:n,ignore:[/\be2e\b/]}],"unicorn/template-indent":"off","unicorn/explicit-length-check":"off","unicorn/no-abusive-eslint-disable":"off","unicorn/no-array-reverse":"warn","unicorn/no-array-sort":"off"}},{files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}}])},"unicorn"),Od=r(e=>w({files:["**/*.{jsx,tsx}"],plugins:{react:os,"react-hooks":Go},languageOptions:{parserOptions:os.configs["jsx-runtime"].parserOptions},settings:{react:{version:"detect"}},rules:{...os.configs.recommended.rules,...Go.configs.recommended.rules,"react/react-in-jsx-scope":"off","@stylistic/jsx-quotes":["error","prefer-double"],"@stylistic/jsx-indent-props":["error","tab"],"@stylistic/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),"react"),Ud=r(()=>Le("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>Le(e)?Mf(e).map(s=>[s,"readonly"]):[])):{},"detectAutoImport"),Id=r(()=>{const e=[];Le("vitepress")&&e.push("content","client-only","outbound-link");const s="./src/components";if(Le("unplugin-vue-components")&&Sn.existsSync(s)){const c=Sn.readdirSync(s).filter(o=>o.endsWith(".vue")).map(o=>o.replace(".vue",""));e.push(...c)}return Le("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),xd=w({files:["**/*.vue"],processor:as.processors[".vue"],languageOptions:{globals:{...hn.browser,...Ud()},parser:Of,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Md=w([...as.configs["flat/recommended"],{files:["**/*.vue"],plugins:{vue:as},rules:{"unicorn/filename-case":["error",{case:"pascalCase"}],"vue/html-indent":["error","tab"],"vue/multi-word-component-names":"off","vue/no-undef-components":["error",{ignorePatterns:["router-view","router-link",...Id()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}}]);var Ee={},Ue={},Ie={},H={},Fs={},ze={},Oa;function wd(){if(Oa)return ze;Oa=1,Object.defineProperty(ze,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},s=Object.keys(e);for(const t of s)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function c(t){return!n.has(t)&&t[0]!=="_"}r(c,"filterKey");function o(t){return Object.keys(t).filter(c)}r(o,"getKeys");function i(t){const a=Object.assign({},e);for(const u of Object.keys(t))if(Object.prototype.hasOwnProperty.call(a,u)){const E=new Set(t[u]);for(const p of a[u])E.add(p);a[u]=Object.freeze(Array.from(E))}else a[u]=Object.freeze(Array.from(t[u]));return Object.freeze(a)}return r(i,"unionWith"),ze.KEYS=e,ze.getKeys=o,ze.unionWith=i,ze}r(wd,"requireEslintVisitorKeys$1");var Ua;function at(){return Ua||(Ua=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0});var s=wd();function n(m,_){const y=_.range[0];let S=m,g=!1;do{g=!1;for(const V of S.childScopes){const U=V.block.range;if(U[0]<=y&&y<U[1]){S=V,g=!0;break}}}while(g);return S}r(n,"getInnermostScope");function c(m,_){let y="",S=m;for(typeof _=="string"?y=_:(y=_.name,S=n(S,_));S!=null;){const g=S.set.get(y);if(g!=null)return g;S=S.upper}return null}r(c,"findVariable");function o(m){return _=>!m(_)}r(o,"negate");function i(m,_){return m.type==="Punctuator"&&m.value===_}r(i,"isPunctuatorTokenWithValue");function t(m){return i(m,"=>")}r(t,"isArrowToken");function a(m){return i(m,",")}r(a,"isCommaToken");function u(m){return i(m,";")}r(u,"isSemicolonToken");function E(m){return i(m,":")}r(E,"isColonToken");function p(m){return i(m,"(")}r(p,"isOpeningParenToken");function Y(m){return i(m,")")}r(Y,"isClosingParenToken");function A(m){return i(m,"[")}r(A,"isOpeningBracketToken");function l(m){return i(m,"]")}r(l,"isClosingBracketToken");function f(m){return i(m,"{")}r(f,"isOpeningBraceToken");function d(m){return i(m,"}")}r(d,"isClosingBraceToken");function h(m){return["Block","Line","Shebang"].includes(m.type)}r(h,"isCommentToken");const P=o(t),b=o(a),C=o(u),T=o(E),v=o(p),L=o(Y),D=o(A),O=o(l),N=o(f),G=o(d),k=o(h);function K(m,_){return m.id?_.getTokenAfter(m.id,p):_.getFirstToken(m,p)}r(K,"getOpeningParenOfParams");function M(m,_){const y=m.parent;let S=null,g=null;if(m.type==="ArrowFunctionExpression"){const V=_.getTokenBefore(m.body,t);S=V.loc.start,g=V.loc.end}else y.type==="Property"||y.type==="MethodDefinition"||y.type==="PropertyDefinition"?(S=y.loc.start,g=K(m,_).loc.start):(S=m.loc.start,g=K(m,_).loc.start);return{start:{...S},end:{...g}}}r(M,"getFunctionHeadLocation");const $=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof Ho<"u"?Ho:{},X=Object.freeze(new Set(["Array","ArrayBuffer","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","isFinite","isNaN","isPrototypeOf","JSON","Map","Math","NaN","Number","Object","parseFloat","parseInt","Promise","Proxy","Reflect","RegExp","Set","String","Symbol","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","undefined","unescape","WeakMap","WeakSet"])),F=new Set([Array.isArray,Array.of,Array.prototype.at,Array.prototype.concat,Array.prototype.entries,Array.prototype.every,Array.prototype.filter,Array.prototype.find,Array.prototype.findIndex,Array.prototype.flat,Array.prototype.includes,Array.prototype.indexOf,Array.prototype.join,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.slice,Array.prototype.some,Array.prototype.toString,Array.prototype.values,typeof BigInt=="function"?BigInt:void 0,Boolean,Date,Date.parse,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,escape,isFinite,isNaN,isPrototypeOf,Map,Map.prototype.entries,Map.prototype.get,Map.prototype.has,Map.prototype.keys,Map.prototype.values,...Object.getOwnPropertyNames(Math).filter(m=>m!=="random").map(m=>Math[m]).filter(m=>typeof m=="function"),Number,Number.isFinite,Number.isNaN,Number.parseFloat,Number.parseInt,Number.prototype.toExponential,Number.prototype.toFixed,Number.prototype.toPrecision,Number.prototype.toString,Object,Object.entries,Object.is,Object.isExtensible,Object.isFrozen,Object.isSealed,Object.keys,Object.values,parseFloat,parseInt,RegExp,Set,Set.prototype.entries,Set.prototype.has,Set.prototype.keys,Set.prototype.values,String,String.fromCharCode,String.fromCodePoint,String.raw,String.prototype.at,String.prototype.charAt,String.prototype.charCodeAt,String.prototype.codePointAt,String.prototype.concat,String.prototype.endsWith,String.prototype.includes,String.prototype.indexOf,String.prototype.lastIndexOf,String.prototype.normalize,String.prototype.padEnd,String.prototype.padStart,String.prototype.slice,String.prototype.startsWith,String.prototype.substr,String.prototype.substring,String.prototype.toLowerCase,String.prototype.toString,String.prototype.toUpperCase,String.prototype.trim,String.prototype.trimEnd,String.prototype.trimLeft,String.prototype.trimRight,String.prototype.trimStart,Symbol.for,Symbol.keyFor,unescape].filter(m=>typeof m=="function")),W=new Set([Object.freeze,Object.preventExtensions,Object.seal]),z=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Z(m,_){let y=m;for(;(typeof y=="object"||typeof y=="function")&&y!==null;){const S=Object.getOwnPropertyDescriptor(y,_);if(S)return S;y=Object.getPrototypeOf(y)}return null}r(Z,"getPropertyDescriptor");function te(m,_){const y=Z(m,_);return y!=null&&y.get!=null}r(te,"isGetter");function Q(m,_){const y=[];for(let S=0;S<m.length;++S){const g=m[S];if(g==null)y.length=S+1;else if(g.type==="SpreadElement"){const V=j(g.argument,_);if(V==null)return null;y.push(...V.value)}else{const V=j(g,_);if(V==null)return null;y.push(V.value)}}return y}r(Q,"getElementValues");function ne(m){return m!=null&&m.defs.length===0&&X.has(m.name)&&m.name in $}r(ne,"isBuiltinGlobal");function Ye(m){if(m.defs.length!==1)return!1;const _=m.defs[0];return!!(_.parent&&_.type==="Variable"&&(_.parent.kind==="const"||tt(m)))}r(Ye,"canBeConsideredConst");function tt(m){const _=m.references,y=_.filter(g=>g.init).length,S=_.filter(g=>g.isReadOnly()).length;return y===1&&S+y===_.length}r(tt,"isEffectivelyConst");function rt(m,_){for(const S of m.references){let g=S.identifier;for(;g&&g.parent&&g.parent.type==="MemberExpression";)g=g.parent;if(!(!g||!g.parent)){if(g.parent.type==="AssignmentExpression"&&g.parent.left===g||g.parent.type==="UpdateExpression"&&g.parent.argument===g)return!0;if(g.parent.type==="CallExpression"&&g.parent.callee===g&&g.type==="MemberExpression"){const V=We(g,_);if(y(V))return!0}}}return!1;function y(S){if(S==null||S.value==null)return!1;const g=S.value;return g==="copyWithin"||g==="fill"||g==="pop"||g==="push"||g==="reverse"||g==="shift"||g==="sort"||g==="splice"||g==="unshift"}}r(rt,"hasMutationInProperty");const En=Object.freeze({ArrayExpression(m,_){const y=Q(m.elements,_);return y!=null?{value:y}:null},AssignmentExpression(m,_){return m.operator==="="?j(m.right,_):null},BinaryExpression(m,_){if(m.operator==="in"||m.operator==="instanceof")return null;const y=j(m.left,_),S=j(m.right,_);if(y!=null&&S!=null)switch(m.operator){case"==":return{value:y.value==S.value};case"!=":return{value:y.value!=S.value};case"===":return{value:y.value===S.value};case"!==":return{value:y.value!==S.value};case"<":return{value:y.value<S.value};case"<=":return{value:y.value<=S.value};case">":return{value:y.value>S.value};case">=":return{value:y.value>=S.value};case"<<":return{value:y.value<<S.value};case">>":return{value:y.value>>S.value};case">>>":return{value:y.value>>>S.value};case"+":return{value:y.value+S.value};case"-":return{value:y.value-S.value};case"*":return{value:y.value*S.value};case"/":return{value:y.value/S.value};case"%":return{value:y.value%S.value};case"**":return{value:y.value**S.value};case"|":return{value:y.value|S.value};case"^":return{value:y.value^S.value};case"&":return{value:y.value&S.value}}return null},CallExpression(m,_){const y=m.callee,S=Q(m.arguments,_);if(S!=null)if(y.type==="MemberExpression"){if(y.property.type==="PrivateIdentifier")return null;const g=j(y.object,_);if(g!=null){if(g.value==null&&(g.optional||m.optional))return{value:void 0,optional:!0};const V=We(y,_);if(V!=null){const U=g.value,B=V.value;if(F.has(U[B]))return{value:U[B](...S)};if(W.has(U[B]))return{value:S[0]}}}}else{const g=j(y,_);if(g!=null){if(g.value==null&&m.optional)return{value:void 0,optional:!0};const V=g.value;if(F.has(V))return{value:V(...S)};if(W.has(V))return{value:S[0]}}}return null},ConditionalExpression(m,_){const y=j(m.test,_);return y!=null?y.value?j(m.consequent,_):j(m.alternate,_):null},ExpressionStatement(m,_){return j(m.expression,_)},Identifier(m,_){if(_!=null){const y=c(_,m);if(y!=null){if(ne(y))return{value:$[y.name]};if(Ye(y)){const S=y.defs[0];if(S.node.id.type==="Identifier"){const g=j(S.node.init,_);return g&&typeof g.value=="object"&&g.value!==null&&rt(y,_)?null:g}}}}return null},Literal(m){const _=m;return(_.regex!=null||_.bigint!=null)&&_.value==null?null:{value:_.value}},LogicalExpression(m,_){const y=j(m.left,_);if(y!=null){if(m.operator==="||"&&y.value||m.operator==="&&"&&!y.value||m.operator==="??"&&y.value!=null)return y;const S=j(m.right,_);if(S!=null)return S}return null},MemberExpression(m,_){if(m.property.type==="PrivateIdentifier")return null;const y=j(m.object,_);if(y!=null){if(y.value==null&&(y.optional||m.optional))return{value:void 0,optional:!0};const S=We(m,_);if(S!=null){if(!te(y.value,S.value))return{value:y.value[S.value]};for(const[g,V]of z)if(y.value instanceof g&&V.has(S.value))return{value:y.value[S.value]}}}return null},ChainExpression(m,_){const y=j(m.expression,_);return y!=null?{value:y.value}:null},NewExpression(m,_){const y=j(m.callee,_),S=Q(m.arguments,_);if(y!=null&&S!=null){const g=y.value;if(F.has(g))return{value:new g(...S)}}return null},ObjectExpression(m,_){const y={};for(const S of m.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const g=We(S,_),V=j(S.value,_);if(g==null||V==null)return null;y[g.value]=V.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const g=j(S.argument,_);if(g==null)return null;Object.assign(y,g.value)}else return null;return{value:y}},SequenceExpression(m,_){const y=m.expressions[m.expressions.length-1];return j(y,_)},TaggedTemplateExpression(m,_){const y=j(m.tag,_),S=Q(m.quasi.expressions,_);if(y!=null&&S!=null){const g=y.value,V=m.quasi.quasis.map(U=>U.value.cooked);if(V.raw=m.quasi.quasis.map(U=>U.value.raw),g===String.raw)return{value:g(V,...S)}}return null},TemplateLiteral(m,_){const y=Q(m.expressions,_);if(y!=null){let S=m.quasis[0].value.cooked;for(let g=0;g<y.length;++g)S+=y[g],S+=m.quasis[g+1].value.cooked;return{value:S}}return null},UnaryExpression(m,_){if(m.operator==="delete")return null;if(m.operator==="void")return{value:void 0};const y=j(m.argument,_);if(y!=null)switch(m.operator){case"-":return{value:-y.value};case"+":return{value:+y.value};case"!":return{value:!y.value};case"~":return{value:~y.value};case"typeof":return{value:typeof y.value}}return null},TSAsExpression(m,_){return j(m.expression,_)},TSSatisfiesExpression(m,_){return j(m.expression,_)},TSTypeAssertion(m,_){return j(m.expression,_)},TSNonNullExpression(m,_){return j(m.expression,_)},TSInstantiationExpression(m,_){return j(m.expression,_)}});function j(m,_){return m!=null&&Object.hasOwnProperty.call(En,m.type)?En[m.type](m,_):null}r(j,"getStaticValueR");function We(m,_){const y=m.type==="Property"?m.key:m.property;return m.computed?j(y,_):y.type==="Identifier"?{value:y.name}:y.type==="Literal"?y.bigint?{value:y.bigint}:{value:String(y.value)}:null}r(We,"getStaticPropertyNameValue");function it(m,_=null){try{return j(m,_)}catch{return null}}r(it,"getStaticValue");function De(m,_=null){if(m&&m.type==="Literal"&&m.value===null){const S=m;if(S.regex)return`/${S.regex.pattern}/${S.regex.flags}`;if(S.bigint)return S.bigint}const y=it(m,_);if(y)try{return String(y.value)}catch{}return null}r(De,"getStringIfConstant");function Re(m,_){switch(m.type){case"MemberExpression":return m.computed?De(m.property,_):m.property.type==="PrivateIdentifier"?null:m.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return m.computed?De(m.key,_):m.key.type==="Literal"?String(m.key.value):m.key.type==="PrivateIdentifier"?null:m.key.name}return null}r(Re,"getPropertyName");function pn(m,_){const y=m.parent,S=[],g=y.type==="Property"&&y.value===m,V=y.type==="MethodDefinition"&&y.value===m,U=y.type==="PropertyDefinition"&&y.value===m;if((V||U)&&(y.static&&S.push("static"),y.key.type==="PrivateIdentifier"&&S.push("private")),m.async&&S.push("async"),m.generator&&S.push("generator"),g||V){if(y.kind==="constructor")return"constructor";y.kind==="get"?S.push("getter"):y.kind==="set"?S.push("setter"):S.push("method")}else U?S.push("method"):(m.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(g||V||U)if(y.key.type==="PrivateIdentifier")S.push(`#${y.key.name}`);else{const B=Re(y);if(B)S.push(`'${B}'`);else if(_){const re=_.getText(y.key);re.includes(`
|
|
11
|
-
`)||S.push(`[${re}]`)}}else kn(m)?S.push(`'${m.id.name}'`):y.type==="VariableDeclarator"&&y.id&&y.id.type==="Identifier"?S.push(`'${y.id.name}'`):(y.type==="AssignmentExpression"||y.type==="AssignmentPattern")&&y.left&&y.left.type==="Identifier"?S.push(`'${y.left.name}'`):y.type==="ExportDefaultDeclaration"&&y.declaration===m&&S.push("'default'");return S.join(" ")}r(pn,"getFunctionNameWithKind");function kn(m){return!!m.id}r(kn,"hasId");const jn=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Gn=Object.freeze(new Set(["-","+","!","~"]));function fn(m){return m!==null&&typeof m=="object"&&typeof m.type=="string"}r(fn,"isNode");const qn=Object.freeze(Object.assign(Object.create(null),{$visit(m,_,y){const{type:S}=m;return typeof this[S]=="function"?this[S](m,_,y):this.$visitChildren(m,_,y)},$visitChildren(m,_,y){const{type:S}=m;for(const g of y[S]||s.getKeys(m)){const V=m[g];if(Array.isArray(V)){for(const U of V)if(fn(U)&&this.$visit(U,_,y))return!0}else if(fn(V)&&this.$visit(V,_,y))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(m,_,y){return _.considerImplicitTypeConversion&&jn.has(m.operator)&&(m.left.type!=="Literal"||m.right.type!=="Literal")?!0:this.$visitChildren(m,_,y)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(m,_,y){return _.considerGetters||_.considerImplicitTypeConversion&&m.computed&&m.property.type!=="Literal"?!0:this.$visitChildren(m,_,y)},MethodDefinition(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},NewExpression(){return!0},Property(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},PropertyDefinition(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},UnaryExpression(m,_,y){return m.operator==="delete"||_.considerImplicitTypeConversion&&Gn.has(m.operator)&&m.argument.type!=="Literal"?!0:this.$visitChildren(m,_,y)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Tn(m,_,y={}){const{considerGetters:S=!1,considerImplicitTypeConversion:g=!1}=y;return qn.$visit(m,{considerGetters:S,considerImplicitTypeConversion:g},_.visitorKeys||s.KEYS)}r(Tn,"hasSideEffect");function Wn(m,_){const y=m.parent;switch(y.type){case"CallExpression":case"NewExpression":return y.arguments.length===1&&y.arguments[0]===m?_.getTokenAfter(y.typeArguments||y.typeParameters||y.callee,p):null;case"DoWhileStatement":return y.test===m?_.getTokenAfter(y.body,p):null;case"IfStatement":case"WhileStatement":return y.test===m?_.getFirstToken(y,1):null;case"ImportExpression":return y.source===m?_.getFirstToken(y,1):null;case"SwitchStatement":return y.discriminant===m?_.getFirstToken(y,1):null;case"WithStatement":return y.object===m?_.getFirstToken(y,1):null;default:return null}}r(Wn,"getParentSyntaxParen");function dn(m,_,y){let S,g,V,U,B;if(typeof m=="number"){if(S=m|0,g=_,V=y,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,g=m,V=_;if(g==null||g.parent==null||g.parent.type==="CatchClause"&&g.parent.param===g)return!1;U=B=g;do U=V.getTokenBefore(U),B=V.getTokenAfter(B);while(U!=null&&B!=null&&p(U)&&Y(B)&&U!==Wn(g,V)&&--S>0);return S===0}r(dn,"isParenthesized");const $n=/\$(?:[$&`']|[1-9][0-9]?)/gu,Pn=new WeakMap;function Hn(m,_){let y=!1;for(let S=_-1;S>=0&&m.charCodeAt(S)===92;--S)y=!y;return y}r(Hn,"isEscaped");function Kn(m,_,y){const S=[];let g=0;function V(U,B){switch(U){case"$$":return"$";case"$&":return B[0];case"$`":return _.slice(0,B.index);case"$'":return _.slice(B.index+B[0].length);default:{const re=U.slice(1);return re in B?B[re]:U}}}r(V,"replacer");for(const U of m.execAll(_))S.push(_.slice(g,U.index)),S.push(y.replace($n,B=>V(B,U))),g=U.index+U[0].length;return S.push(_.slice(g)),S.join("")}r(Kn,"replaceS");function Xn(m,_,y){const S=[];let g=0;for(const V of m.execAll(_))S.push(_.slice(g,V.index)),S.push(String(y(...V,V.index,V.input))),g=V.index+V[0].length;return S.push(_.slice(g)),S.join("")}r(Xn,"replaceF");class mn{static{r(this,"PatternMatcher")}constructor(_,y={}){const{escaped:S=!1}=y;if(!(_ instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!_.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Pn.set(this,{pattern:new RegExp(_.source,_.flags),escaped:!!S})}*execAll(_){const{pattern:y,escaped:S}=Pn.get(this);let g=null,V=0;for(y.lastIndex=0;(g=y.exec(_))!=null;)(S||!Hn(_,g.index))&&(V=y.lastIndex,yield g,y.lastIndex=V)}test(_){return!this.execAll(_).next().done}[Symbol.replace](_,y){return typeof y=="function"?Xn(this,String(_),y):Kn(this,String(_),String(y))}}const zn=/^(?:Import|Export(?:All|Default|Named))Declaration$/u;function Jn(m){return zn.test(m.type)&&m.source!=null}r(Jn,"isHasSource");const _e=Function.call.bind(Object.hasOwnProperty),q=Symbol("read"),he=Symbol("call"),Ae=Symbol("construct"),$e=Symbol("esm"),Qn={require:{[he]:!0}};function yn(m){return m==null||m.defs.length!==0||m.references.some(_=>_.isWrite())}r(yn,"isModifiedGlobal");function Zn(m){const _=m.parent;if(_)switch(_.type){case"ConditionalExpression":return _.consequent===m||_.alternate===m;case"LogicalExpression":return!0;case"SequenceExpression":return _.expressions[_.expressions.length-1]===m;case"ChainExpression":return!0;case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":case"TSInstantiationExpression":return!0;default:return!1}return!1}r(Zn,"isPassThrough");class Ce{static{r(this,"ReferenceTracker")}constructor(_,y={}){const{mode:S="strict",globalObjectNames:g=["global","globalThis","self","window"]}=y;this.variableStack=[],this.globalScope=_,this.mode=S,this.globalObjectNames=g.slice(0)}*iterateGlobalReferences(_){for(const y of Object.keys(_)){const S=_[y],g=[y],V=this.globalScope.set.get(y);yn(V)||(yield*this._iterateVariableReferences(V,g,S,!0))}for(const y of this.globalObjectNames){const S=[],g=this.globalScope.set.get(y);yn(g)||(yield*this._iterateVariableReferences(g,S,_,!1))}}*iterateCjsReferences(_){for(const{node:y}of this.iterateGlobalReferences(Qn)){const S=De(y.arguments[0]);if(S==null||!_e(_,S))continue;const g=_[S],V=[S];g[q]&&(yield{node:y,path:V,type:q,info:g[q]}),yield*this._iteratePropertyReferences(y,V,g)}}*iterateEsmReferences(_){const y=this.globalScope.block;for(const S of y.body){if(!Jn(S))continue;const g=S.source.value;if(!_e(_,g))continue;const V=_[g],U=[g];if(V[q]&&(yield{node:S,path:U,type:q,info:V[q]}),S.type==="ExportAllDeclaration")for(const B of Object.keys(V)){const re=V[B];re[q]&&(yield{node:S,path:U.concat(B),type:q,info:re[q]})}else for(const B of S.specifiers){const re=_e(V,$e),_n=this._iterateImportReferences(B,U,re?V:this.mode==="legacy"?{default:V,...V}:{default:V});if(re)yield*_n;else for(const Oe of _n)Oe.path=Oe.path.filter(es),(Oe.path.length>=2||Oe.type!==q)&&(yield Oe)}}}*iteratePropertyReferences(_,y){yield*this._iteratePropertyReferences(_,[],y)}*_iterateVariableReferences(_,y,S,g){if(!this.variableStack.includes(_)){this.variableStack.push(_);try{for(const V of _.references){if(!V.isRead())continue;const U=V.identifier;g&&S[q]&&(yield{node:U,path:y,type:q,info:S[q]}),yield*this._iteratePropertyReferences(U,y,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(_,y,S){let g=_;for(;Zn(g);)g=g.parent;const V=g.parent;if(V.type==="MemberExpression"){if(V.object===g){const U=Re(V);if(U==null||!_e(S,U))return;y=y.concat(U);const B=S[U];B[q]&&(yield{node:V,path:y,type:q,info:B[q]}),yield*this._iteratePropertyReferences(V,y,B)}return}if(V.type==="CallExpression"){V.callee===g&&S[he]&&(yield{node:V,path:y,type:he,info:S[he]});return}if(V.type==="NewExpression"){V.callee===g&&S[Ae]&&(yield{node:V,path:y,type:Ae,info:S[Ae]});return}if(V.type==="AssignmentExpression"){V.right===g&&(yield*this._iterateLhsReferences(V.left,y,S),yield*this._iteratePropertyReferences(V,y,S));return}if(V.type==="AssignmentPattern"){V.right===g&&(yield*this._iterateLhsReferences(V.left,y,S));return}V.type==="VariableDeclarator"&&V.init===g&&(yield*this._iterateLhsReferences(V.id,y,S))}*_iterateLhsReferences(_,y,S){if(_.type==="Identifier"){const g=c(this.globalScope,_);g!=null&&(yield*this._iterateVariableReferences(g,y,S,!1));return}if(_.type==="ObjectPattern"){for(const g of _.properties){const V=Re(g);if(V==null||!_e(S,V))continue;const U=y.concat(V),B=S[V];B[q]&&(yield{node:g,path:U,type:q,info:B[q]}),yield*this._iterateLhsReferences(g.value,U,B)}return}_.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(_.left,y,S))}*_iterateImportReferences(_,y,S){const g=_.type;if(g==="ImportSpecifier"||g==="ImportDefaultSpecifier"){const V=g==="ImportDefaultSpecifier"?"default":_.imported.type==="Identifier"?_.imported.name:_.imported.value;if(!_e(S,V))return;y=y.concat(V);const U=S[V];U[q]&&(yield{node:_,path:y,type:q,info:U[q]}),yield*this._iterateVariableReferences(c(this.globalScope,_.local),y,U,!1);return}if(g==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(c(this.globalScope,_.local),y,S,!1);return}if(g==="ExportSpecifier"){const V=_.local.type==="Identifier"?_.local.name:_.local.value;if(!_e(S,V))return;y=y.concat(V);const U=S[V];U[q]&&(yield{node:_,path:y,type:q,info:U[q]})}}}Ce.READ=q,Ce.CALL=he,Ce.CONSTRUCT=Ae,Ce.ESM=$e;function es(m,_){return!(_===1&&m==="default")}r(es,"exceptDefault");var ts={CALL:he,CONSTRUCT:Ae,ESM:$e,findVariable:c,getFunctionHeadLocation:M,getFunctionNameWithKind:pn,getInnermostScope:n,getPropertyName:Re,getStaticValue:it,getStringIfConstant:De,hasSideEffect:Tn,isArrowToken:t,isClosingBraceToken:d,isClosingBracketToken:l,isClosingParenToken:Y,isColonToken:E,isCommaToken:a,isCommentToken:h,isNotArrowToken:P,isNotClosingBraceToken:G,isNotClosingBracketToken:O,isNotClosingParenToken:L,isNotColonToken:T,isNotCommaToken:b,isNotCommentToken:k,isNotOpeningBraceToken:N,isNotOpeningBracketToken:D,isNotOpeningParenToken:v,isNotSemicolonToken:C,isOpeningBraceToken:f,isOpeningBracketToken:A,isOpeningParenToken:p,isParenthesized:dn,isSemicolonToken:u,PatternMatcher:mn,READ:q,ReferenceTracker:Ce};e.CALL=he,e.CONSTRUCT=Ae,e.ESM=$e,e.PatternMatcher=mn,e.READ=q,e.ReferenceTracker=Ce,e.default=ts,e.findVariable=c,e.getFunctionHeadLocation=M,e.getFunctionNameWithKind=pn,e.getInnermostScope=n,e.getPropertyName=Re,e.getStaticValue=it,e.getStringIfConstant=De,e.hasSideEffect=Tn,e.isArrowToken=t,e.isClosingBraceToken=d,e.isClosingBracketToken=l,e.isClosingParenToken=Y,e.isColonToken=E,e.isCommaToken=a,e.isCommentToken=h,e.isNotArrowToken=P,e.isNotClosingBraceToken=G,e.isNotClosingBracketToken=O,e.isNotClosingParenToken=L,e.isNotColonToken=T,e.isNotCommaToken=b,e.isNotCommentToken=k,e.isNotOpeningBraceToken=N,e.isNotOpeningBracketToken=D,e.isNotOpeningParenToken=v,e.isNotSemicolonToken=C,e.isOpeningBraceToken=f,e.isOpeningBracketToken=A,e.isOpeningParenToken=p,e.isParenthesized=dn,e.isSemicolonToken=u})(Fs)),Fs}r(at,"requireEslintUtils$2");var Ia;function Fd(){if(Ia)return H;Ia=1;var e=H&&H.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),s=H&&H.__setModuleDefault||(Object.create?(function(o,i){Object.defineProperty(o,"default",{enumerable:!0,value:i})}):function(o,i){o.default=i}),n=H&&H.__importStar||(function(){var o=r(function(i){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var u in t)Object.prototype.hasOwnProperty.call(t,u)&&(a[a.length]=u);return a},o(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var a=o(i),u=0;u<a.length;u++)a[u]!=="default"&&e(t,i,a[u]);return s(t,i),t}})();Object.defineProperty(H,"__esModule",{value:!0}),H.isParenthesized=H.hasSideEffect=H.getStringIfConstant=H.getStaticValue=H.getPropertyName=H.getFunctionNameWithKind=H.getFunctionHeadLocation=void 0;const c=n(at());return H.getFunctionHeadLocation=c.getFunctionHeadLocation,H.getFunctionNameWithKind=c.getFunctionNameWithKind,H.getPropertyName=c.getPropertyName,H.getStaticValue=c.getStaticValue,H.getStringIfConstant=c.getStringIfConstant,H.hasSideEffect=c.hasSideEffect,H.isParenthesized=c.isParenthesized,H}r(Fd,"requireAstUtilities");var pe={},xa;function Bd(){if(xa)return pe;xa=1;var e=pe&&pe.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),s=pe&&pe.__setModuleDefault||(Object.create?(function(o,i){Object.defineProperty(o,"default",{enumerable:!0,value:i})}):function(o,i){o.default=i}),n=pe&&pe.__importStar||(function(){var o=r(function(i){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var u in t)Object.prototype.hasOwnProperty.call(t,u)&&(a[a.length]=u);return a},o(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var a=o(i),u=0;u<a.length;u++)a[u]!=="default"&&e(t,i,a[u]);return s(t,i),t}})();Object.defineProperty(pe,"__esModule",{value:!0}),pe.PatternMatcher=void 0;const c=n(at());return pe.PatternMatcher=c.PatternMatcher,pe}r(Bd,"requirePatternMatcher");var I={},Ma;function Nd(){if(Ma)return I;Ma=1;var e=I&&I.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),s=I&&I.__setModuleDefault||(Object.create?(function(o,i){Object.defineProperty(o,"default",{enumerable:!0,value:i})}):function(o,i){o.default=i}),n=I&&I.__importStar||(function(){var o=r(function(i){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var u in t)Object.prototype.hasOwnProperty.call(t,u)&&(a[a.length]=u);return a},o(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var a=o(i),u=0;u<a.length;u++)a[u]!=="default"&&e(t,i,a[u]);return s(t,i),t}})();Object.defineProperty(I,"__esModule",{value:!0}),I.isNotSemicolonToken=I.isSemicolonToken=I.isNotOpeningParenToken=I.isOpeningParenToken=I.isNotOpeningBracketToken=I.isOpeningBracketToken=I.isNotOpeningBraceToken=I.isOpeningBraceToken=I.isNotCommentToken=I.isCommentToken=I.isNotCommaToken=I.isCommaToken=I.isNotColonToken=I.isColonToken=I.isNotClosingParenToken=I.isClosingParenToken=I.isNotClosingBracketToken=I.isClosingBracketToken=I.isNotClosingBraceToken=I.isClosingBraceToken=I.isNotArrowToken=I.isArrowToken=void 0;const c=n(at());return I.isArrowToken=c.isArrowToken,I.isNotArrowToken=c.isNotArrowToken,I.isClosingBraceToken=c.isClosingBraceToken,I.isNotClosingBraceToken=c.isNotClosingBraceToken,I.isClosingBracketToken=c.isClosingBracketToken,I.isNotClosingBracketToken=c.isNotClosingBracketToken,I.isClosingParenToken=c.isClosingParenToken,I.isNotClosingParenToken=c.isNotClosingParenToken,I.isColonToken=c.isColonToken,I.isNotColonToken=c.isNotColonToken,I.isCommaToken=c.isCommaToken,I.isNotCommaToken=c.isNotCommaToken,I.isCommentToken=c.isCommentToken,I.isNotCommentToken=c.isNotCommentToken,I.isOpeningBraceToken=c.isOpeningBraceToken,I.isNotOpeningBraceToken=c.isNotOpeningBraceToken,I.isOpeningBracketToken=c.isOpeningBracketToken,I.isNotOpeningBracketToken=c.isNotOpeningBracketToken,I.isOpeningParenToken=c.isOpeningParenToken,I.isNotOpeningParenToken=c.isNotOpeningParenToken,I.isSemicolonToken=c.isSemicolonToken,I.isNotSemicolonToken=c.isNotSemicolonToken,I}r(Nd,"requirePredicates$1");var fe={},wa;function kd(){if(wa)return fe;wa=1;var e=fe&&fe.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),s=fe&&fe.__setModuleDefault||(Object.create?(function(o,i){Object.defineProperty(o,"default",{enumerable:!0,value:i})}):function(o,i){o.default=i}),n=fe&&fe.__importStar||(function(){var o=r(function(i){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var u in t)Object.prototype.hasOwnProperty.call(t,u)&&(a[a.length]=u);return a},o(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var a=o(i),u=0;u<a.length;u++)a[u]!=="default"&&e(t,i,a[u]);return s(t,i),t}})();Object.defineProperty(fe,"__esModule",{value:!0}),fe.ReferenceTracker=void 0;const c=n(at());return c.ReferenceTracker.READ,c.ReferenceTracker.CALL,c.ReferenceTracker.CONSTRUCT,c.ReferenceTracker.ESM,fe.ReferenceTracker=c.ReferenceTracker,fe}r(kd,"requireReferenceTracker");var ie={},Fa;function jd(){if(Fa)return ie;Fa=1;var e=ie&&ie.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),s=ie&&ie.__setModuleDefault||(Object.create?(function(o,i){Object.defineProperty(o,"default",{enumerable:!0,value:i})}):function(o,i){o.default=i}),n=ie&&ie.__importStar||(function(){var o=r(function(i){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var u in t)Object.prototype.hasOwnProperty.call(t,u)&&(a[a.length]=u);return a},o(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var a=o(i),u=0;u<a.length;u++)a[u]!=="default"&&e(t,i,a[u]);return s(t,i),t}})();Object.defineProperty(ie,"__esModule",{value:!0}),ie.getInnermostScope=ie.findVariable=void 0;const c=n(at());return ie.findVariable=c.findVariable,ie.getInnermostScope=c.getInnermostScope,ie}r(jd,"requireScopeAnalysis");var Ba;function Gd(){return Ba||(Ba=1,(function(e){var s=Ie&&Ie.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=Ie&&Ie.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Fd(),e),n(Bd(),e),n(Nd(),e),n(kd(),e),n(jd(),e)})(Ie)),Ie}r(Gd,"requireEslintUtils$1");var Bs={},Na;function ka(){return Na||(Na=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const s=r(t=>a=>a?.type===t,"isNodeOfType");e.isNodeOfType=s;const n=r(t=>a=>!!a&&t.includes(a.type),"isNodeOfTypes");e.isNodeOfTypes=n;const c=r((t,a)=>{const u=Object.entries(a);return E=>E?.type===t&&u.every(([p,Y])=>E[p]===Y)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=c;const o=r((t,a)=>{const u=Object.entries(a);return E=>E?.type===t&&u.every(([p,Y])=>E[p]===Y)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=o;const i=r((t,a)=>u=>!(0,e.isTokenOfTypeWithConditions)(t,a)(u),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=i})(Bs)),Bs}r(ka,"requireHelpers");var Je={},ja;function qd(){if(ja)return Je;ja=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.LINEBREAK_MATCHER=void 0,Je.isTokenOnSameLine=e,Je.LINEBREAK_MATCHER=/\r\n|[\r\n\u2028\u2029]/;function e(s,n){return s.loc.end.line===n.loc.start.line}return r(e,"isTokenOnSameLine"),Je}r(qd,"requireMisc");var x={},Ns={},xe={},Me={},Ga;function qa(){if(Ga)return Me;Ga=1,Object.defineProperty(Me,"__esModule",{value:!0}),Me.AST_TOKEN_TYPES=Me.AST_NODE_TYPES=void 0;var e;(function(n){n.AccessorProperty="AccessorProperty",n.ArrayExpression="ArrayExpression",n.ArrayPattern="ArrayPattern",n.ArrowFunctionExpression="ArrowFunctionExpression",n.AssignmentExpression="AssignmentExpression",n.AssignmentPattern="AssignmentPattern",n.AwaitExpression="AwaitExpression",n.BinaryExpression="BinaryExpression",n.BlockStatement="BlockStatement",n.BreakStatement="BreakStatement",n.CallExpression="CallExpression",n.CatchClause="CatchClause",n.ChainExpression="ChainExpression",n.ClassBody="ClassBody",n.ClassDeclaration="ClassDeclaration",n.ClassExpression="ClassExpression",n.ConditionalExpression="ConditionalExpression",n.ContinueStatement="ContinueStatement",n.DebuggerStatement="DebuggerStatement",n.Decorator="Decorator",n.DoWhileStatement="DoWhileStatement",n.EmptyStatement="EmptyStatement",n.ExportAllDeclaration="ExportAllDeclaration",n.ExportDefaultDeclaration="ExportDefaultDeclaration",n.ExportNamedDeclaration="ExportNamedDeclaration",n.ExportSpecifier="ExportSpecifier",n.ExpressionStatement="ExpressionStatement",n.ForInStatement="ForInStatement",n.ForOfStatement="ForOfStatement",n.ForStatement="ForStatement",n.FunctionDeclaration="FunctionDeclaration",n.FunctionExpression="FunctionExpression",n.Identifier="Identifier",n.IfStatement="IfStatement",n.ImportAttribute="ImportAttribute",n.ImportDeclaration="ImportDeclaration",n.ImportDefaultSpecifier="ImportDefaultSpecifier",n.ImportExpression="ImportExpression",n.ImportNamespaceSpecifier="ImportNamespaceSpecifier",n.ImportSpecifier="ImportSpecifier",n.JSXAttribute="JSXAttribute",n.JSXClosingElement="JSXClosingElement",n.JSXClosingFragment="JSXClosingFragment",n.JSXElement="JSXElement",n.JSXEmptyExpression="JSXEmptyExpression",n.JSXExpressionContainer="JSXExpressionContainer",n.JSXFragment="JSXFragment",n.JSXIdentifier="JSXIdentifier",n.JSXMemberExpression="JSXMemberExpression",n.JSXNamespacedName="JSXNamespacedName",n.JSXOpeningElement="JSXOpeningElement",n.JSXOpeningFragment="JSXOpeningFragment",n.JSXSpreadAttribute="JSXSpreadAttribute",n.JSXSpreadChild="JSXSpreadChild",n.JSXText="JSXText",n.LabeledStatement="LabeledStatement",n.Literal="Literal",n.LogicalExpression="LogicalExpression",n.MemberExpression="MemberExpression",n.MetaProperty="MetaProperty",n.MethodDefinition="MethodDefinition",n.NewExpression="NewExpression",n.ObjectExpression="ObjectExpression",n.ObjectPattern="ObjectPattern",n.PrivateIdentifier="PrivateIdentifier",n.Program="Program",n.Property="Property",n.PropertyDefinition="PropertyDefinition",n.RestElement="RestElement",n.ReturnStatement="ReturnStatement",n.SequenceExpression="SequenceExpression",n.SpreadElement="SpreadElement",n.StaticBlock="StaticBlock",n.Super="Super",n.SwitchCase="SwitchCase",n.SwitchStatement="SwitchStatement",n.TaggedTemplateExpression="TaggedTemplateExpression",n.TemplateElement="TemplateElement",n.TemplateLiteral="TemplateLiteral",n.ThisExpression="ThisExpression",n.ThrowStatement="ThrowStatement",n.TryStatement="TryStatement",n.UnaryExpression="UnaryExpression",n.UpdateExpression="UpdateExpression",n.VariableDeclaration="VariableDeclaration",n.VariableDeclarator="VariableDeclarator",n.WhileStatement="WhileStatement",n.WithStatement="WithStatement",n.YieldExpression="YieldExpression",n.TSAbstractAccessorProperty="TSAbstractAccessorProperty",n.TSAbstractKeyword="TSAbstractKeyword",n.TSAbstractMethodDefinition="TSAbstractMethodDefinition",n.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",n.TSAnyKeyword="TSAnyKeyword",n.TSArrayType="TSArrayType",n.TSAsExpression="TSAsExpression",n.TSAsyncKeyword="TSAsyncKeyword",n.TSBigIntKeyword="TSBigIntKeyword",n.TSBooleanKeyword="TSBooleanKeyword",n.TSCallSignatureDeclaration="TSCallSignatureDeclaration",n.TSClassImplements="TSClassImplements",n.TSConditionalType="TSConditionalType",n.TSConstructorType="TSConstructorType",n.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",n.TSDeclareFunction="TSDeclareFunction",n.TSDeclareKeyword="TSDeclareKeyword",n.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",n.TSEnumBody="TSEnumBody",n.TSEnumDeclaration="TSEnumDeclaration",n.TSEnumMember="TSEnumMember",n.TSExportAssignment="TSExportAssignment",n.TSExportKeyword="TSExportKeyword",n.TSExternalModuleReference="TSExternalModuleReference",n.TSFunctionType="TSFunctionType",n.TSImportEqualsDeclaration="TSImportEqualsDeclaration",n.TSImportType="TSImportType",n.TSIndexedAccessType="TSIndexedAccessType",n.TSIndexSignature="TSIndexSignature",n.TSInferType="TSInferType",n.TSInstantiationExpression="TSInstantiationExpression",n.TSInterfaceBody="TSInterfaceBody",n.TSInterfaceDeclaration="TSInterfaceDeclaration",n.TSInterfaceHeritage="TSInterfaceHeritage",n.TSIntersectionType="TSIntersectionType",n.TSIntrinsicKeyword="TSIntrinsicKeyword",n.TSLiteralType="TSLiteralType",n.TSMappedType="TSMappedType",n.TSMethodSignature="TSMethodSignature",n.TSModuleBlock="TSModuleBlock",n.TSModuleDeclaration="TSModuleDeclaration",n.TSNamedTupleMember="TSNamedTupleMember",n.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",n.TSNeverKeyword="TSNeverKeyword",n.TSNonNullExpression="TSNonNullExpression",n.TSNullKeyword="TSNullKeyword",n.TSNumberKeyword="TSNumberKeyword",n.TSObjectKeyword="TSObjectKeyword",n.TSOptionalType="TSOptionalType",n.TSParameterProperty="TSParameterProperty",n.TSPrivateKeyword="TSPrivateKeyword",n.TSPropertySignature="TSPropertySignature",n.TSProtectedKeyword="TSProtectedKeyword",n.TSPublicKeyword="TSPublicKeyword",n.TSQualifiedName="TSQualifiedName",n.TSReadonlyKeyword="TSReadonlyKeyword",n.TSRestType="TSRestType",n.TSSatisfiesExpression="TSSatisfiesExpression",n.TSStaticKeyword="TSStaticKeyword",n.TSStringKeyword="TSStringKeyword",n.TSSymbolKeyword="TSSymbolKeyword",n.TSTemplateLiteralType="TSTemplateLiteralType",n.TSThisType="TSThisType",n.TSTupleType="TSTupleType",n.TSTypeAliasDeclaration="TSTypeAliasDeclaration",n.TSTypeAnnotation="TSTypeAnnotation",n.TSTypeAssertion="TSTypeAssertion",n.TSTypeLiteral="TSTypeLiteral",n.TSTypeOperator="TSTypeOperator",n.TSTypeParameter="TSTypeParameter",n.TSTypeParameterDeclaration="TSTypeParameterDeclaration",n.TSTypeParameterInstantiation="TSTypeParameterInstantiation",n.TSTypePredicate="TSTypePredicate",n.TSTypeQuery="TSTypeQuery",n.TSTypeReference="TSTypeReference",n.TSUndefinedKeyword="TSUndefinedKeyword",n.TSUnionType="TSUnionType",n.TSUnknownKeyword="TSUnknownKeyword",n.TSVoidKeyword="TSVoidKeyword"})(e||(Me.AST_NODE_TYPES=e={}));var s;return(function(n){n.Boolean="Boolean",n.Identifier="Identifier",n.JSXIdentifier="JSXIdentifier",n.PrivateIdentifier="PrivateIdentifier",n.JSXText="JSXText",n.Keyword="Keyword",n.Null="Null",n.Numeric="Numeric",n.Punctuator="Punctuator",n.RegularExpression="RegularExpression",n.String="String",n.Template="Template",n.Block="Block",n.Line="Line"})(s||(Me.AST_TOKEN_TYPES=s={})),Me}r(qa,"requireAstSpec");var ks={},Wa;function Wd(){return Wa||(Wa=1,Object.defineProperty(ks,"__esModule",{value:!0})),ks}r(Wd,"requireLib$2");var js={},$a;function $d(){return $a||($a=1,Object.defineProperty(js,"__esModule",{value:!0})),js}r($d,"requireParserOptions$1");var Te={},Ha;function Hd(){if(Ha)return Te;Ha=1;var e=Te&&Te.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),s=Te&&Te.__setModuleDefault||(Object.create?(function(c,o){Object.defineProperty(c,"default",{enumerable:!0,value:o})}):function(c,o){c.default=o}),n=Te&&Te.__importStar||(function(){var c=r(function(o){return c=Object.getOwnPropertyNames||function(i){var t=[];for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(t[t.length]=a);return t},c(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var i={};if(o!=null)for(var t=c(o),a=0;a<t.length;a++)t[a]!=="default"&&e(i,o,t[a]);return s(i,o),i}})();return Object.defineProperty(Te,"__esModule",{value:!0}),Te.TSESTree=void 0,Te.TSESTree=n(qa()),Te}r(Hd,"requireTsEstree$1");var Ka;function Se(){return Ka||(Ka=1,(function(e){var s=xe&&xe.__createBinding||(Object.create?(function(o,i,t,a){a===void 0&&(a=t);var u=Object.getOwnPropertyDescriptor(i,t);(!u||("get"in u?!i.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(o,a,u)}):(function(o,i,t,a){a===void 0&&(a=t),o[a]=i[t]})),n=xe&&xe.__exportStar||function(o,i){for(var t in o)t!=="default"&&!Object.prototype.hasOwnProperty.call(i,t)&&s(i,o,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var c=qa();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:r(function(){return c.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:r(function(){return c.AST_TOKEN_TYPES},"get")}),n(Wd(),e),n($d(),e),n(Hd(),e)})(xe)),xe}r(Se,"requireDist$3");var Xa;function za(){return Xa||(Xa=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var s=Se();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:r(function(){return s.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:r(function(){return s.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:r(function(){return s.TSESTree},"get")})})(Ns)),Ns}r(za,"requireTsEstree");var Ja;function Kd(){if(Ja)return x;Ja=1,Object.defineProperty(x,"__esModule",{value:!0}),x.isLoop=x.isImportKeyword=x.isTypeKeyword=x.isAwaitKeyword=x.isAwaitExpression=x.isIdentifier=x.isConstructor=x.isClassOrTypeElement=x.isTSConstructorType=x.isTSFunctionType=x.isFunctionOrFunctionType=x.isFunctionType=x.isFunction=x.isVariableDeclarator=x.isTypeAssertion=x.isLogicalOrOperator=x.isOptionalCallExpression=x.isNotNonNullAssertionPunctuator=x.isNonNullAssertionPunctuator=x.isNotOptionalChainPunctuator=x.isOptionalChainPunctuator=void 0,x.isSetter=o;const e=za(),s=ka();x.isOptionalChainPunctuator=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),x.isNotOptionalChainPunctuator=(0,s.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),x.isNonNullAssertionPunctuator=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),x.isNotNonNullAssertionPunctuator=(0,s.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),x.isOptionalCallExpression=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0}),x.isLogicalOrOperator=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"}),x.isTypeAssertion=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]),x.isVariableDeclarator=(0,s.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);const n=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression];x.isFunction=(0,s.isNodeOfTypes)(n);const c=[e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructorType,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSDeclareFunction,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSFunctionType,e.AST_NODE_TYPES.TSMethodSignature];x.isFunctionType=(0,s.isNodeOfTypes)(c),x.isFunctionOrFunctionType=(0,s.isNodeOfTypes)([...n,...c]),x.isTSFunctionType=(0,s.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType),x.isTSConstructorType=(0,s.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType),x.isClassOrTypeElement=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.PropertyDefinition,e.AST_NODE_TYPES.FunctionExpression,e.AST_NODE_TYPES.MethodDefinition,e.AST_NODE_TYPES.TSAbstractPropertyDefinition,e.AST_NODE_TYPES.TSAbstractMethodDefinition,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSIndexSignature,e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSMethodSignature,e.AST_NODE_TYPES.TSPropertySignature]),x.isConstructor=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});function o(i){return!!i&&(i.type===e.AST_NODE_TYPES.MethodDefinition||i.type===e.AST_NODE_TYPES.Property)&&i.kind==="set"}return r(o,"isSetter"),x.isIdentifier=(0,s.isNodeOfType)(e.AST_NODE_TYPES.Identifier),x.isAwaitExpression=(0,s.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression),x.isAwaitKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"}),x.isTypeKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"}),x.isImportKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"}),x.isLoop=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.DoWhileStatement,e.AST_NODE_TYPES.ForStatement,e.AST_NODE_TYPES.ForInStatement,e.AST_NODE_TYPES.ForOfStatement,e.AST_NODE_TYPES.WhileStatement]),x}r(Kd,"requirePredicates");var Qa;function Xd(){return Qa||(Qa=1,(function(e){var s=Ue&&Ue.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=Ue&&Ue.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Gd(),e),n(ka(),e),n(qd(),e),n(Kd(),e)})(Ue)),Ue}r(Xd,"requireAstUtils");var we={},Dn={},lt={},Za;function el(){if(Za)return lt;Za=1,Object.defineProperty(lt,"__esModule",{value:!0}),lt.isObjectNotArray=e,lt.deepMerge=s;function e(n){return typeof n=="object"&&n!=null&&!Array.isArray(n)}r(e,"isObjectNotArray");function s(n={},c={}){const o=new Set([...Object.keys(n),...Object.keys(c)]);return Object.fromEntries([...o].map(i=>{const t=i in n,a=i in c,u=n[i],E=c[i];let p;return t&&a?e(u)&&e(E)?p=s(u,E):p=E:t?p=u:p=E,[i,p]}))}return r(s,"deepMerge$1"),lt}r(el,"requireDeepMerge");var tl;function rl(){if(tl)return Dn;tl=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.applyDefault=s;const e=el();function s(n,c){const o=structuredClone(n);return c==null||o.forEach((i,t)=>{if(c[t]!==void 0){const a=c[t];(0,e.isObjectNotArray)(a)&&(0,e.isObjectNotArray)(i)?o[t]=(0,e.deepMerge)(i,a):o[t]=a}}),o}return r(s,"applyDefault$1"),Dn}r(rl,"requireApplyDefault");var Rn={},On={},il;function zd(){if(il)return On;il=1,Object.defineProperty(On,"__esModule",{value:!0}),On.parserSeemsToBeTSESLint=e;function e(s){return!!s&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(s)}return r(e,"parserSeemsToBeTSESLint$1"),On}r(zd,"requireParserSeemsToBeTSESLint");var nl;function Jd(){if(nl)return Rn;nl=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.getParserServices=c;const e=zd(),s="You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.",n='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function c(i,t=!1){const a=i.parserPath||i.languageOptions.parser?.meta?.name;return(i.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||i.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&o(a),i.sourceCode.parserServices.program==null&&!t&&o(a),i.sourceCode.parserServices}r(c,"getParserServices$1");function o(i){const t=[s,`Parser: ${i||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(i)&&n].filter(Boolean);throw new Error(t.join(`
|
|
12
|
-
`))}return r(o,"throwError"),Rn}r(Jd,"requireGetParserServices");var Gs={},sl;function Qd(){return sl||(sl=1,Object.defineProperty(Gs,"__esModule",{value:!0})),Gs}r(Qd,"requireInferTypesFromRule");var Qe={},ol;function Zd(){if(ol)return Qe;ol=1,Object.defineProperty(Qe,"__esModule",{value:!0}),Qe.NullThrowsReasons=void 0,Qe.nullThrows=e,Qe.NullThrowsReasons={MissingParent:"Expected node to have a parent.",MissingToken:r((s,n)=>`Expected to find a ${s} for the ${n}.`,"MissingToken")};function e(s,n){if(s==null)throw new Error(`Non-null Assertion Failed: ${n}`);return s}return r(e,"nullThrows$1"),Qe}r(Zd,"requireNullThrows");var Un={},al;function eP(){if(al)return Un;al=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.RuleCreator=s;const e=rl();function s(c){return r(function({meta:i,name:t,...a}){return n({meta:{...i,docs:{...i.docs,url:c(t)}},...a})},"createNamedRule")}r(s,"RuleCreator$1");function n({create:c,defaultOptions:o,meta:i}){return{create(t){const a=(0,e.applyDefault)(o,t.options);return c(t,a)},defaultOptions:o,meta:i}}return r(n,"createRule"),s.withoutDocs=r(function(o){return n(o)},"withoutDocs"),Un}r(eP,"requireRuleCreator");var ll;function tP(){return ll||(ll=1,(function(e){var s=we&&we.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=we&&we.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(rl(),e),n(el(),e),n(Jd(),e),n(Qd(),e),n(Zd(),e),n(eP(),e)})(we)),we}r(tP,"requireEslintUtils");var qs={},ul;function rP(){return ul||(ul=1,Object.defineProperty(qs,"__esModule",{value:!0})),qs}r(rP,"requireJsonSchema");var Fe={},Ws={},cl;function iP(){return cl||(cl=1,Object.defineProperty(Ws,"__esModule",{value:!0})),Ws}r(iP,"requireAST");var $s={},El;function nP(){return El||(El=1,Object.defineProperty($s,"__esModule",{value:!0})),$s}r(nP,"requireConfig");var Hs={},ut={},pl;function fl(){if(pl)return ut;pl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.FlatESLint=void 0;const e=qo;let s=class extends e.FlatESLint{static{r(this,"FlatESLint")}};return ut.FlatESLint=s,ut}r(fl,"requireFlatESLint");var ct={},Tl;function sP(){if(Tl)return ct;Tl=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.LegacyESLint=void 0;const e=qo;let s=class extends e.LegacyESLint{static{r(this,"LegacyESLint")}};return ct.LegacyESLint=s,ct}r(sP,"requireLegacyESLint");var dl;function oP(){return dl||(dl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var s=fl();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:r(function(){return s.FlatESLint},"get")});var n=fl();Object.defineProperty(e,"ESLint",{enumerable:!0,get:r(function(){return n.FlatESLint},"get")});var c=sP();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:r(function(){return c.LegacyESLint},"get")})})(Hs)),Hs}r(oP,"requireESLint");var Et={},Pl;function aP(){if(Pl)return Et;Pl=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.Linter=void 0;const e=ls;let s=class extends e.Linter{static{r(this,"Linter")}};return Et.Linter=s,Et}r(aP,"requireLinter");var Ks={},ml;function lP(){return ml||(ml=1,Object.defineProperty(Ks,"__esModule",{value:!0})),Ks}r(lP,"requireParser");var Xs={},yl;function uP(){return yl||(yl=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}r(uP,"requireParserOptions");var zs={},_l;function cP(){return _l||(_l=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}r(cP,"requireProcessor");var Js={},hl;function EP(){return hl||(hl=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}r(EP,"requireRule");var pt={},Sl;function pP(){if(Sl)return pt;Sl=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.RuleTester=void 0;const e=ls;let s=class extends e.RuleTester{static{r(this,"RuleTester")}};return pt.RuleTester=s,pt}r(pP,"requireRuleTester");var de={},Be={},In={},Qs={},ft={},Tt={},vl;function bl(){if(vl)return Tt;vl=1;const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source","attributes"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},s=Object.keys(e);for(const t of s)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function c(t){return!n.has(t)&&t[0]!=="_"}r(c,"filterKey");function o(t){return Object.keys(t).filter(c)}r(o,"getKeys");function i(t){const a=Object.assign({},e);for(const u of Object.keys(t))if(Object.hasOwn(a,u)){const E=new Set(t[u]);for(const p of a[u])E.add(p);a[u]=Object.freeze(Array.from(E))}else a[u]=Object.freeze(Array.from(t[u]));return Object.freeze(a)}return r(i,"unionWith"),Tt.KEYS=e,Tt.getKeys=o,Tt.unionWith=i,Tt}r(bl,"requireEslintVisitorKeys");var gl;function fP(){if(gl)return ft;gl=1,Object.defineProperty(ft,"__esModule",{value:!0}),ft.getKeys=void 0;const e=bl();return ft.getKeys=e.getKeys,ft}r(fP,"requireGetKeys");var Pe={},Yl;function TP(){if(Yl)return Pe;Yl=1;var e=Pe&&Pe.__createBinding||(Object.create?(function(t,a,u,E){E===void 0&&(E=u);var p=Object.getOwnPropertyDescriptor(a,u);(!p||("get"in p?!a.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:r(function(){return a[u]},"get")}),Object.defineProperty(t,E,p)}):(function(t,a,u,E){E===void 0&&(E=u),t[E]=a[u]})),s=Pe&&Pe.__setModuleDefault||(Object.create?(function(t,a){Object.defineProperty(t,"default",{enumerable:!0,value:a})}):function(t,a){t.default=a}),n=Pe&&Pe.__importStar||(function(){var t=r(function(a){return t=Object.getOwnPropertyNames||function(u){var E=[];for(var p in u)Object.prototype.hasOwnProperty.call(u,p)&&(E[E.length]=p);return E},t(a)},"ownKeys");return function(a){if(a&&a.__esModule)return a;var u={};if(a!=null)for(var E=t(a),p=0;p<E.length;p++)E[p]!=="default"&&e(u,a,E[p]);return s(u,a),u}})();Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.visitorKeys=void 0;const c=n(bl()),o=(()=>{const t=["typeParameters","params","returnType"],a=[...t,"body"],u=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:a,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...a],FunctionType:t,PropertyDefinition:[...u,"value"]}})(),i={AccessorProperty:o.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:o.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:o.ClassDeclaration,ClassExpression:o.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","attributes"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],FunctionDeclaration:o.Function,FunctionExpression:o.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportExpression:["source","options"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:o.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:o.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:o.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:o.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:o.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:o.FunctionType,TSConstructSignatureDeclaration:o.FunctionType,TSDeclareFunction:o.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...o.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:o.FunctionType,TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["source","options","qualifier","typeArguments"],TSIndexedAccessType:["objectType","indexType"],TSIndexSignature:["parameters","typeAnnotation"],TSInferType:["typeParameter"],TSInstantiationExpression:["expression","typeArguments"],TSInterfaceBody:["body"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceHeritage:["expression","typeArguments"],TSIntersectionType:["types"],TSIntrinsicKeyword:[],TSLiteralType:["literal"],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSMethodSignature:["key","typeParameters","params","returnType"],TSModuleBlock:["body"],TSModuleDeclaration:["id","body"],TSNamedTupleMember:["label","elementType"],TSNamespaceExportDeclaration:["id"],TSNeverKeyword:[],TSNonNullExpression:["expression"],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSOptionalType:["typeAnnotation"],TSParameterProperty:["decorators","parameter"],TSPrivateKeyword:[],TSPropertySignature:["key","typeAnnotation"],TSProtectedKeyword:[],TSPublicKeyword:[],TSQualifiedName:["left","right"],TSReadonlyKeyword:[],TSRestType:["typeAnnotation"],TSSatisfiesExpression:o.AsExpression,TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSTypeLiteral:["members"],TSTypeOperator:["typeAnnotation"],TSTypeParameter:["name","constraint","default"],TSTypeParameterDeclaration:["params"],TSTypeParameterInstantiation:["params"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]};return Pe.visitorKeys=c.unionWith(i),Pe}r(TP,"requireVisitorKeys");var Al;function Cl(){return Al||(Al=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var s=fP();Object.defineProperty(e,"getKeys",{enumerable:!0,get:r(function(){return s.getKeys},"get")});var n=TP();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:r(function(){return n.visitorKeys},"get")})})(Qs)),Qs}r(Cl,"requireDist$2");var Zs={},dt={},xn={},Ll;function Pt(){if(Ll)return xn;Ll=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.assert=e;function e(s,n){if(s==null)throw new Error(n)}return r(e,"assert$1"),xn}r(Pt,"requireAssert");var Ne={},mt={},yt={},_t={},Vl;function Mn(){if(Vl)return _t;Vl=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.createIdGenerator=n,_t.resetIds=c;const e=new Map;let s=0;function n(){const o=s+=1;return e.set(o,0),()=>{const t=(e.get(o)??0)+1;return e.set(o,t),t}}r(n,"createIdGenerator");function c(){e.clear()}return r(c,"resetIds"),_t}r(Mn,"requireID");var Dl;function me(){if(Dl)return yt;Dl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.DefinitionBase=void 0;const s=(0,Mn().createIdGenerator)();let n=class{static{r(this,"DefinitionBase")}$id=s();type;name;node;parent;constructor(o,i,t,a){this.type=o,this.name=i,this.node=t,this.parent=a}};return yt.DefinitionBase=n,yt}r(me,"requireDefinitionBase");var ht={},Rl;function se(){if(Rl)return ht;Rl=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.DefinitionType=void 0;var e;return(function(s){s.CatchClause="CatchClause",s.ClassName="ClassName",s.FunctionName="FunctionName",s.ImplicitGlobalVariable="ImplicitGlobalVariable",s.ImportBinding="ImportBinding",s.Parameter="Parameter",s.TSEnumName="TSEnumName",s.TSEnumMember="TSEnumMemberName",s.TSModuleName="TSModuleName",s.Type="Type",s.Variable="Variable"})(e||(ht.DefinitionType=e={})),ht}r(se,"requireDefinitionType");var Ol;function dP(){if(Ol)return mt;Ol=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.CatchClauseDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.CatchClause,o,i,null)}};return mt.CatchClauseDefinition=n,mt}r(dP,"requireCatchClauseDefinition");var St={},Ul;function PP(){if(Ul)return St;Ul=1,Object.defineProperty(St,"__esModule",{value:!0}),St.ClassNameDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.ClassName,o,i,null)}};return St.ClassNameDefinition=n,St}r(PP,"requireClassNameDefinition");var eo={},Il;function mP(){return Il||(Il=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}r(mP,"requireDefinition$1");var vt={},xl;function yP(){if(xl)return vt;xl=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.FunctionNameDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.FunctionName,o,i,null)}};return vt.FunctionNameDefinition=n,vt}r(yP,"requireFunctionNameDefinition");var bt={},Ml;function wl(){if(Ml)return bt;Ml=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ImplicitGlobalVariableDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.ImplicitGlobalVariable,o,i,null)}};return bt.ImplicitGlobalVariableDefinition=n,bt}r(wl,"requireImplicitGlobalVariableDefinition");var gt={},Fl;function _P(){if(Fl)return gt;Fl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.ImportBindingDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,i,t){super(s.DefinitionType.ImportBinding,o,i,t)}};return gt.ImportBindingDefinition=n,gt}r(_P,"requireImportBindingDefinition");var Yt={},Bl;function hP(){if(Bl)return Yt;Bl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.ParameterDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(o,i,t){super(s.DefinitionType.Parameter,o,i,null),this.rest=t}};return Yt.ParameterDefinition=n,Yt}r(hP,"requireParameterDefinition");var At={},Nl;function SP(){if(Nl)return At;Nl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.TSEnumMemberDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.TSEnumMember,o,i,null)}};return At.TSEnumMemberDefinition=n,At}r(SP,"requireTSEnumMemberDefinition");var Ct={},kl;function vP(){if(kl)return Ct;kl=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.TSEnumNameDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.TSEnumName,o,i,null)}};return Ct.TSEnumNameDefinition=n,Ct}r(vP,"requireTSEnumNameDefinition");var Lt={},jl;function bP(){if(jl)return Lt;jl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TSModuleNameDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,i){super(s.DefinitionType.TSModuleName,o,i,null)}};return Lt.TSModuleNameDefinition=n,Lt}r(bP,"requireTSModuleNameDefinition");var Vt={},Gl;function gP(){if(Gl)return Vt;Gl=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.TypeDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(o,i){super(s.DefinitionType.Type,o,i,null)}};return Vt.TypeDefinition=n,Vt}r(gP,"requireTypeDefinition");var Dt={},ql;function YP(){if(ql)return Dt;ql=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.VariableDefinition=void 0;const e=me(),s=se();let n=class extends e.DefinitionBase{static{r(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,i,t){super(s.DefinitionType.Variable,o,i,t)}};return Dt.VariableDefinition=n,Dt}r(YP,"requireVariableDefinition");var Wl;function ke(){return Wl||(Wl=1,(function(e){var s=Ne&&Ne.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=Ne&&Ne.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(dP(),e),n(PP(),e),n(mP(),e),n(se(),e),n(yP(),e),n(wl(),e),n(_P(),e),n(hP(),e),n(SP(),e),n(vP(),e),n(bP(),e),n(gP(),e),n(YP(),e)})(Ne)),Ne}r(ke,"requireDefinition");var Rt={},Ot={},ve={},$l;function R(){return $l||($l=1,Object.defineProperty(ve,"__esModule",{value:!0}),ve.TYPE_VALUE=ve.VALUE=ve.TYPE=void 0,ve.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),ve.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),ve.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),ve}r(R,"requireBaseConfig");var Hl;function to(){if(Hl)return Ot;Hl=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.decorators=void 0;const e=R();return Ot.decorators={libs:[],variables:[["ClassMemberDecoratorContext",e.TYPE],["DecoratorContext",e.TYPE],["DecoratorMetadataObject",e.TYPE],["DecoratorMetadata",e.TYPE],["ClassDecoratorContext",e.TYPE],["ClassMethodDecoratorContext",e.TYPE],["ClassGetterDecoratorContext",e.TYPE],["ClassSetterDecoratorContext",e.TYPE],["ClassAccessorDecoratorContext",e.TYPE],["ClassAccessorDecoratorTarget",e.TYPE],["ClassAccessorDecoratorResult",e.TYPE],["ClassFieldDecoratorContext",e.TYPE]]},Ot}r(to,"requireDecorators");var Ut={},Kl;function Xl(){if(Kl)return Ut;Kl=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.decorators_legacy=void 0;const e=R();return Ut.decorators_legacy={libs:[],variables:[["ClassDecorator",e.TYPE],["PropertyDecorator",e.TYPE],["MethodDecorator",e.TYPE],["ParameterDecorator",e.TYPE]]},Ut}r(Xl,"requireDecorators_legacy");var It={},zl;function oe(){if(zl)return It;zl=1,Object.defineProperty(It,"__esModule",{value:!0}),It.dom=void 0;const e=R();return It.dom={libs:[],variables:[["AddEventListenerOptions",e.TYPE],["AddressErrors",e.TYPE],["AesCbcParams",e.TYPE],["AesCtrParams",e.TYPE],["AesDerivedKeyParams",e.TYPE],["AesGcmParams",e.TYPE],["AesKeyAlgorithm",e.TYPE],["AesKeyGenParams",e.TYPE],["Algorithm",e.TYPE],["AnalyserOptions",e.TYPE],["AnimationEventInit",e.TYPE],["AnimationPlaybackEventInit",e.TYPE],["AssignedNodesOptions",e.TYPE],["AudioBufferOptions",e.TYPE],["AudioBufferSourceOptions",e.TYPE],["AudioConfiguration",e.TYPE],["AudioContextOptions",e.TYPE],["AudioDataCopyToOptions",e.TYPE],["AudioDataInit",e.TYPE],["AudioDecoderConfig",e.TYPE],["AudioDecoderInit",e.TYPE],["AudioDecoderSupport",e.TYPE],["AudioEncoderConfig",e.TYPE],["AudioEncoderInit",e.TYPE],["AudioEncoderSupport",e.TYPE],["AudioNodeOptions",e.TYPE],["AudioProcessingEventInit",e.TYPE],["AudioTimestamp",e.TYPE],["AudioWorkletNodeOptions",e.TYPE],["AuthenticationExtensionsClientInputs",e.TYPE],["AuthenticationExtensionsClientInputsJSON",e.TYPE],["AuthenticationExtensionsClientOutputs",e.TYPE],["AuthenticationExtensionsLargeBlobInputs",e.TYPE],["AuthenticationExtensionsLargeBlobInputsJSON",e.TYPE],["AuthenticationExtensionsLargeBlobOutputs",e.TYPE],["AuthenticationExtensionsPRFInputs",e.TYPE],["AuthenticationExtensionsPRFInputsJSON",e.TYPE],["AuthenticationExtensionsPRFOutputs",e.TYPE],["AuthenticationExtensionsPRFValues",e.TYPE],["AuthenticationExtensionsPRFValuesJSON",e.TYPE],["AuthenticatorSelectionCriteria",e.TYPE],["AvcEncoderConfig",e.TYPE],["BiquadFilterOptions",e.TYPE],["BlobEventInit",e.TYPE],["BlobPropertyBag",e.TYPE],["CSSMatrixComponentOptions",e.TYPE],["CSSNumericType",e.TYPE],["CSSStyleSheetInit",e.TYPE],["CacheQueryOptions",e.TYPE],["CanvasRenderingContext2DSettings",e.TYPE],["CaretPositionFromPointOptions",e.TYPE],["ChannelMergerOptions",e.TYPE],["ChannelSplitterOptions",e.TYPE],["CheckVisibilityOptions",e.TYPE],["ClientQueryOptions",e.TYPE],["ClipboardEventInit",e.TYPE],["ClipboardItemOptions",e.TYPE],["CloseEventInit",e.TYPE],["CompositionEventInit",e.TYPE],["ComputedEffectTiming",e.TYPE],["ComputedKeyframe",e.TYPE],["ConstantSourceOptions",e.TYPE],["ConstrainBooleanParameters",e.TYPE],["ConstrainDOMStringParameters",e.TYPE],["ConstrainDoubleRange",e.TYPE],["ConstrainULongRange",e.TYPE],["ContentVisibilityAutoStateChangeEventInit",e.TYPE],["ConvolverOptions",e.TYPE],["CookieChangeEventInit",e.TYPE],["CookieInit",e.TYPE],["CookieListItem",e.TYPE],["CookieStoreDeleteOptions",e.TYPE],["CookieStoreGetOptions",e.TYPE],["CredentialCreationOptions",e.TYPE],["CredentialPropertiesOutput",e.TYPE],["CredentialRequestOptions",e.TYPE],["CryptoKeyPair",e.TYPE],["CustomEventInit",e.TYPE],["DOMMatrix2DInit",e.TYPE],["DOMMatrixInit",e.TYPE],["DOMPointInit",e.TYPE],["DOMQuadInit",e.TYPE],["DOMRectInit",e.TYPE],["DelayOptions",e.TYPE],["DeviceMotionEventAccelerationInit",e.TYPE],["DeviceMotionEventInit",e.TYPE],["DeviceMotionEventRotationRateInit",e.TYPE],["DeviceOrientationEventInit",e.TYPE],["DisplayMediaStreamOptions",e.TYPE],["DocumentTimelineOptions",e.TYPE],["DoubleRange",e.TYPE],["DragEventInit",e.TYPE],["DynamicsCompressorOptions",e.TYPE],["EcKeyAlgorithm",e.TYPE],["EcKeyGenParams",e.TYPE],["EcKeyImportParams",e.TYPE],["EcdhKeyDeriveParams",e.TYPE],["EcdsaParams",e.TYPE],["EffectTiming",e.TYPE],["ElementCreationOptions",e.TYPE],["ElementDefinitionOptions",e.TYPE],["EncodedAudioChunkInit",e.TYPE],["EncodedAudioChunkMetadata",e.TYPE],["EncodedVideoChunkInit",e.TYPE],["EncodedVideoChunkMetadata",e.TYPE],["ErrorEventInit",e.TYPE],["EventInit",e.TYPE],["EventListenerOptions",e.TYPE],["EventModifierInit",e.TYPE],["EventSourceInit",e.TYPE],["FilePropertyBag",e.TYPE],["FileSystemCreateWritableOptions",e.TYPE],["FileSystemFlags",e.TYPE],["FileSystemGetDirectoryOptions",e.TYPE],["FileSystemGetFileOptions",e.TYPE],["FileSystemRemoveOptions",e.TYPE],["FocusEventInit",e.TYPE],["FocusOptions",e.TYPE],["FontFaceDescriptors",e.TYPE],["FontFaceSetLoadEventInit",e.TYPE],["FormDataEventInit",e.TYPE],["FullscreenOptions",e.TYPE],["GainOptions",e.TYPE],["GamepadEffectParameters",e.TYPE],["GamepadEventInit",e.TYPE],["GetAnimationsOptions",e.TYPE],["GetComposedRangesOptions",e.TYPE],["GetHTMLOptions",e.TYPE],["GetNotificationOptions",e.TYPE],["GetRootNodeOptions",e.TYPE],["HashChangeEventInit",e.TYPE],["HkdfParams",e.TYPE],["HmacImportParams",e.TYPE],["HmacKeyAlgorithm",e.TYPE],["HmacKeyGenParams",e.TYPE],["IDBDatabaseInfo",e.TYPE],["IDBIndexParameters",e.TYPE],["IDBObjectStoreParameters",e.TYPE],["IDBTransactionOptions",e.TYPE],["IDBVersionChangeEventInit",e.TYPE],["IIRFilterOptions",e.TYPE],["IdleRequestOptions",e.TYPE],["ImageBitmapOptions",e.TYPE],["ImageBitmapRenderingContextSettings",e.TYPE],["ImageDataSettings",e.TYPE],["ImageDecodeOptions",e.TYPE],["ImageDecodeResult",e.TYPE],["ImageDecoderInit",e.TYPE],["ImageEncodeOptions",e.TYPE],["ImportNodeOptions",e.TYPE],["InputEventInit",e.TYPE],["IntersectionObserverInit",e.TYPE],["JsonWebKey",e.TYPE],["KeyAlgorithm",e.TYPE],["KeySystemTrackConfiguration",e.TYPE],["KeyboardEventInit",e.TYPE],["Keyframe",e.TYPE],["KeyframeAnimationOptions",e.TYPE],["KeyframeEffectOptions",e.TYPE],["LockInfo",e.TYPE],["LockManagerSnapshot",e.TYPE],["LockOptions",e.TYPE],["MIDIConnectionEventInit",e.TYPE],["MIDIMessageEventInit",e.TYPE],["MIDIOptions",e.TYPE],["MediaCapabilitiesDecodingInfo",e.TYPE],["MediaCapabilitiesEncodingInfo",e.TYPE],["MediaCapabilitiesInfo",e.TYPE],["MediaCapabilitiesKeySystemConfiguration",e.TYPE],["MediaConfiguration",e.TYPE],["MediaDecodingConfiguration",e.TYPE],["MediaElementAudioSourceOptions",e.TYPE],["MediaEncodingConfiguration",e.TYPE],["MediaEncryptedEventInit",e.TYPE],["MediaImage",e.TYPE],["MediaKeyMessageEventInit",e.TYPE],["MediaKeySystemConfiguration",e.TYPE],["MediaKeySystemMediaCapability",e.TYPE],["MediaKeysPolicy",e.TYPE],["MediaMetadataInit",e.TYPE],["MediaPositionState",e.TYPE],["MediaQueryListEventInit",e.TYPE],["MediaRecorderOptions",e.TYPE],["MediaSessionActionDetails",e.TYPE],["MediaSettingsRange",e.TYPE],["MediaStreamAudioSourceOptions",e.TYPE],["MediaStreamConstraints",e.TYPE],["MediaStreamTrackEventInit",e.TYPE],["MediaTrackCapabilities",e.TYPE],["MediaTrackConstraintSet",e.TYPE],["MediaTrackConstraints",e.TYPE],["MediaTrackSettings",e.TYPE],["MediaTrackSupportedConstraints",e.TYPE],["MessageEventInit",e.TYPE],["MouseEventInit",e.TYPE],["MultiCacheQueryOptions",e.TYPE],["MutationObserverInit",e.TYPE],["NavigationPreloadState",e.TYPE],["NotificationOptions",e.TYPE],["OfflineAudioCompletionEventInit",e.TYPE],["OfflineAudioContextOptions",e.TYPE],["OptionalEffectTiming",e.TYPE],["OpusEncoderConfig",e.TYPE],["OscillatorOptions",e.TYPE],["PageRevealEventInit",e.TYPE],["PageSwapEventInit",e.TYPE],["PageTransitionEventInit",e.TYPE],["PannerOptions",e.TYPE],["PayerErrors",e.TYPE],["PaymentCurrencyAmount",e.TYPE],["PaymentDetailsBase",e.TYPE],["PaymentDetailsInit",e.TYPE],["PaymentDetailsModifier",e.TYPE],["PaymentDetailsUpdate",e.TYPE],["PaymentItem",e.TYPE],["PaymentMethodChangeEventInit",e.TYPE],["PaymentMethodData",e.TYPE],["PaymentOptions",e.TYPE],["PaymentRequestUpdateEventInit",e.TYPE],["PaymentShippingOption",e.TYPE],["PaymentValidationErrors",e.TYPE],["Pbkdf2Params",e.TYPE],["PerformanceMarkOptions",e.TYPE],["PerformanceMeasureOptions",e.TYPE],["PerformanceObserverInit",e.TYPE],["PeriodicWaveConstraints",e.TYPE],["PeriodicWaveOptions",e.TYPE],["PermissionDescriptor",e.TYPE],["PhotoCapabilities",e.TYPE],["PhotoSettings",e.TYPE],["PictureInPictureEventInit",e.TYPE],["PlaneLayout",e.TYPE],["PointerEventInit",e.TYPE],["PointerLockOptions",e.TYPE],["PopStateEventInit",e.TYPE],["PositionOptions",e.TYPE],["ProgressEventInit",e.TYPE],["PromiseRejectionEventInit",e.TYPE],["PropertyDefinition",e.TYPE],["PropertyIndexedKeyframes",e.TYPE],["PublicKeyCredentialCreationOptions",e.TYPE],["PublicKeyCredentialCreationOptionsJSON",e.TYPE],["PublicKeyCredentialDescriptor",e.TYPE],["PublicKeyCredentialDescriptorJSON",e.TYPE],["PublicKeyCredentialEntity",e.TYPE],["PublicKeyCredentialParameters",e.TYPE],["PublicKeyCredentialRequestOptions",e.TYPE],["PublicKeyCredentialRequestOptionsJSON",e.TYPE],["PublicKeyCredentialRpEntity",e.TYPE],["PublicKeyCredentialUserEntity",e.TYPE],["PublicKeyCredentialUserEntityJSON",e.TYPE],["PushSubscriptionJSON",e.TYPE],["PushSubscriptionOptionsInit",e.TYPE],["QueuingStrategy",e.TYPE],["QueuingStrategyInit",e.TYPE],["RTCAnswerOptions",e.TYPE],["RTCCertificateExpiration",e.TYPE],["RTCConfiguration",e.TYPE],["RTCDTMFToneChangeEventInit",e.TYPE],["RTCDataChannelEventInit",e.TYPE],["RTCDataChannelInit",e.TYPE],["RTCDtlsFingerprint",e.TYPE],["RTCEncodedAudioFrameMetadata",e.TYPE],["RTCEncodedFrameMetadata",e.TYPE],["RTCEncodedVideoFrameMetadata",e.TYPE],["RTCErrorEventInit",e.TYPE],["RTCErrorInit",e.TYPE],["RTCIceCandidateInit",e.TYPE],["RTCIceCandidatePairStats",e.TYPE],["RTCIceServer",e.TYPE],["RTCInboundRtpStreamStats",e.TYPE],["RTCLocalIceCandidateInit",e.TYPE],["RTCLocalSessionDescriptionInit",e.TYPE],["RTCOfferAnswerOptions",e.TYPE],["RTCOfferOptions",e.TYPE],["RTCOutboundRtpStreamStats",e.TYPE],["RTCPeerConnectionIceErrorEventInit",e.TYPE],["RTCPeerConnectionIceEventInit",e.TYPE],["RTCReceivedRtpStreamStats",e.TYPE],["RTCRtcpParameters",e.TYPE],["RTCRtpCapabilities",e.TYPE],["RTCRtpCodec",e.TYPE],["RTCRtpCodecParameters",e.TYPE],["RTCRtpCodingParameters",e.TYPE],["RTCRtpContributingSource",e.TYPE],["RTCRtpEncodingParameters",e.TYPE],["RTCRtpHeaderExtensionCapability",e.TYPE],["RTCRtpHeaderExtensionParameters",e.TYPE],["RTCRtpParameters",e.TYPE],["RTCRtpReceiveParameters",e.TYPE],["RTCRtpSendParameters",e.TYPE],["RTCRtpStreamStats",e.TYPE],["RTCRtpSynchronizationSource",e.TYPE],["RTCRtpTransceiverInit",e.TYPE],["RTCSentRtpStreamStats",e.TYPE],["RTCSessionDescriptionInit",e.TYPE],["RTCSetParameterOptions",e.TYPE],["RTCStats",e.TYPE],["RTCTrackEventInit",e.TYPE],["RTCTransportStats",e.TYPE],["ReadableStreamGetReaderOptions",e.TYPE],["ReadableStreamIteratorOptions",e.TYPE],["ReadableStreamReadDoneResult",e.TYPE],["ReadableStreamReadValueResult",e.TYPE],["ReadableWritablePair",e.TYPE],["RegistrationOptions",e.TYPE],["ReportingObserverOptions",e.TYPE],["RequestInit",e.TYPE],["ResizeObserverOptions",e.TYPE],["ResponseInit",e.TYPE],["RsaHashedImportParams",e.TYPE],["RsaHashedKeyAlgorithm",e.TYPE],["RsaHashedKeyGenParams",e.TYPE],["RsaKeyAlgorithm",e.TYPE],["RsaKeyGenParams",e.TYPE],["RsaOaepParams",e.TYPE],["RsaOtherPrimesInfo",e.TYPE],["RsaPssParams",e.TYPE],["SVGBoundingBoxOptions",e.TYPE],["ScrollIntoViewOptions",e.TYPE],["ScrollOptions",e.TYPE],["ScrollToOptions",e.TYPE],["SecurityPolicyViolationEventInit",e.TYPE],["ShadowRootInit",e.TYPE],["ShareData",e.TYPE],["SpeechSynthesisErrorEventInit",e.TYPE],["SpeechSynthesisEventInit",e.TYPE],["StartViewTransitionOptions",e.TYPE],["StaticRangeInit",e.TYPE],["StereoPannerOptions",e.TYPE],["StorageEstimate",e.TYPE],["StorageEventInit",e.TYPE],["StreamPipeOptions",e.TYPE],["StructuredSerializeOptions",e.TYPE],["SubmitEventInit",e.TYPE],["TextDecodeOptions",e.TYPE],["TextDecoderOptions",e.TYPE],["TextEncoderEncodeIntoResult",e.TYPE],["ToggleEventInit",e.TYPE],["TouchEventInit",e.TYPE],["TouchInit",e.TYPE],["TrackEventInit",e.TYPE],["Transformer",e.TYPE],["TransitionEventInit",e.TYPE],["UIEventInit",e.TYPE],["ULongRange",e.TYPE],["UnderlyingByteSource",e.TYPE],["UnderlyingDefaultSource",e.TYPE],["UnderlyingSink",e.TYPE],["UnderlyingSource",e.TYPE],["ValidityStateFlags",e.TYPE],["VideoColorSpaceInit",e.TYPE],["VideoConfiguration",e.TYPE],["VideoDecoderConfig",e.TYPE],["VideoDecoderInit",e.TYPE],["VideoDecoderSupport",e.TYPE],["VideoEncoderConfig",e.TYPE],["VideoEncoderEncodeOptions",e.TYPE],["VideoEncoderEncodeOptionsForAvc",e.TYPE],["VideoEncoderInit",e.TYPE],["VideoEncoderSupport",e.TYPE],["VideoFrameBufferInit",e.TYPE],["VideoFrameCallbackMetadata",e.TYPE],["VideoFrameCopyToOptions",e.TYPE],["VideoFrameInit",e.TYPE],["WaveShaperOptions",e.TYPE],["WebGLContextAttributes",e.TYPE],["WebGLContextEventInit",e.TYPE],["WebTransportCloseInfo",e.TYPE],["WebTransportErrorOptions",e.TYPE],["WebTransportHash",e.TYPE],["WebTransportOptions",e.TYPE],["WebTransportSendOptions",e.TYPE],["WebTransportSendStreamOptions",e.TYPE],["WheelEventInit",e.TYPE],["WindowPostMessageOptions",e.TYPE],["WorkerOptions",e.TYPE],["WorkletOptions",e.TYPE],["WriteParams",e.TYPE],["NodeFilter",e.TYPE_VALUE],["XPathNSResolver",e.TYPE],["ANGLE_instanced_arrays",e.TYPE],["ARIAMixin",e.TYPE],["AbortController",e.TYPE_VALUE],["AbortSignalEventMap",e.TYPE],["AbortSignal",e.TYPE_VALUE],["AbstractRange",e.TYPE_VALUE],["AbstractWorkerEventMap",e.TYPE],["AbstractWorker",e.TYPE],["AnalyserNode",e.TYPE_VALUE],["Animatable",e.TYPE],["AnimationEventMap",e.TYPE],["Animation",e.TYPE_VALUE],["AnimationEffect",e.TYPE_VALUE],["AnimationEvent",e.TYPE_VALUE],["AnimationFrameProvider",e.TYPE],["AnimationPlaybackEvent",e.TYPE_VALUE],["AnimationTimeline",e.TYPE_VALUE],["Attr",e.TYPE_VALUE],["AudioBuffer",e.TYPE_VALUE],["AudioBufferSourceNode",e.TYPE_VALUE],["AudioContext",e.TYPE_VALUE],["AudioData",e.TYPE_VALUE],["AudioDecoderEventMap",e.TYPE],["AudioDecoder",e.TYPE_VALUE],["AudioDestinationNode",e.TYPE_VALUE],["AudioEncoderEventMap",e.TYPE],["AudioEncoder",e.TYPE_VALUE],["AudioListener",e.TYPE_VALUE],["AudioNode",e.TYPE_VALUE],["AudioParam",e.TYPE_VALUE],["AudioParamMap",e.TYPE_VALUE],["AudioProcessingEvent",e.TYPE_VALUE],["AudioScheduledSourceNodeEventMap",e.TYPE],["AudioScheduledSourceNode",e.TYPE_VALUE],["AudioWorklet",e.TYPE_VALUE],["AudioWorkletNodeEventMap",e.TYPE],["AudioWorkletNode",e.TYPE_VALUE],["AuthenticatorAssertionResponse",e.TYPE_VALUE],["AuthenticatorAttestationResponse",e.TYPE_VALUE],["AuthenticatorResponse",e.TYPE_VALUE],["BarProp",e.TYPE_VALUE],["BaseAudioContextEventMap",e.TYPE],["BaseAudioContext",e.TYPE_VALUE],["BeforeUnloadEvent",e.TYPE_VALUE],["BiquadFilterNode",e.TYPE_VALUE],["Blob",e.TYPE_VALUE],["BlobEvent",e.TYPE_VALUE],["Body",e.TYPE],["BroadcastChannelEventMap",e.TYPE],["BroadcastChannel",e.TYPE_VALUE],["ByteLengthQueuingStrategy",e.TYPE_VALUE],["CDATASection",e.TYPE_VALUE],["CSPViolationReportBody",e.TYPE_VALUE],["CSSAnimation",e.TYPE_VALUE],["CSSConditionRule",e.TYPE_VALUE],["CSSContainerRule",e.TYPE_VALUE],["CSSCounterStyleRule",e.TYPE_VALUE],["CSSFontFaceRule",e.TYPE_VALUE],["CSSFontFeatureValuesRule",e.TYPE_VALUE],["CSSFontPaletteValuesRule",e.TYPE_VALUE],["CSSGroupingRule",e.TYPE_VALUE],["CSSImageValue",e.TYPE_VALUE],["CSSImportRule",e.TYPE_VALUE],["CSSKeyframeRule",e.TYPE_VALUE],["CSSKeyframesRule",e.TYPE_VALUE],["CSSKeywordValue",e.TYPE_VALUE],["CSSLayerBlockRule",e.TYPE_VALUE],["CSSLayerStatementRule",e.TYPE_VALUE],["CSSMathClamp",e.TYPE_VALUE],["CSSMathInvert",e.TYPE_VALUE],["CSSMathMax",e.TYPE_VALUE],["CSSMathMin",e.TYPE_VALUE],["CSSMathNegate",e.TYPE_VALUE],["CSSMathProduct",e.TYPE_VALUE],["CSSMathSum",e.TYPE_VALUE],["CSSMathValue",e.TYPE_VALUE],["CSSMatrixComponent",e.TYPE_VALUE],["CSSMediaRule",e.TYPE_VALUE],["CSSNamespaceRule",e.TYPE_VALUE],["CSSNestedDeclarations",e.TYPE_VALUE],["CSSNumericArray",e.TYPE_VALUE],["CSSNumericValue",e.TYPE_VALUE],["CSSPageRule",e.TYPE_VALUE],["CSSPerspective",e.TYPE_VALUE],["CSSPropertyRule",e.TYPE_VALUE],["CSSRotate",e.TYPE_VALUE],["CSSRule",e.TYPE_VALUE],["CSSRuleList",e.TYPE_VALUE],["CSSScale",e.TYPE_VALUE],["CSSScopeRule",e.TYPE_VALUE],["CSSSkew",e.TYPE_VALUE],["CSSSkewX",e.TYPE_VALUE],["CSSSkewY",e.TYPE_VALUE],["CSSStartingStyleRule",e.TYPE_VALUE],["CSSStyleDeclaration",e.TYPE_VALUE],["CSSStyleRule",e.TYPE_VALUE],["CSSStyleSheet",e.TYPE_VALUE],["CSSStyleValue",e.TYPE_VALUE],["CSSSupportsRule",e.TYPE_VALUE],["CSSTransformComponent",e.TYPE_VALUE],["CSSTransformValue",e.TYPE_VALUE],["CSSTransition",e.TYPE_VALUE],["CSSTranslate",e.TYPE_VALUE],["CSSUnitValue",e.TYPE_VALUE],["CSSUnparsedValue",e.TYPE_VALUE],["CSSVariableReferenceValue",e.TYPE_VALUE],["CSSViewTransitionRule",e.TYPE_VALUE],["Cache",e.TYPE_VALUE],["CacheStorage",e.TYPE_VALUE],["CanvasCaptureMediaStreamTrack",e.TYPE_VALUE],["CanvasCompositing",e.TYPE],["CanvasDrawImage",e.TYPE],["CanvasDrawPath",e.TYPE],["CanvasFillStrokeStyles",e.TYPE],["CanvasFilters",e.TYPE],["CanvasGradient",e.TYPE_VALUE],["CanvasImageData",e.TYPE],["CanvasImageSmoothing",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CanvasPattern",e.TYPE_VALUE],["CanvasRect",e.TYPE],["CanvasRenderingContext2D",e.TYPE_VALUE],["CanvasSettings",e.TYPE],["CanvasShadowStyles",e.TYPE],["CanvasState",e.TYPE],["CanvasText",e.TYPE],["CanvasTextDrawingStyles",e.TYPE],["CanvasTransform",e.TYPE],["CanvasUserInterface",e.TYPE],["CaretPosition",e.TYPE_VALUE],["ChannelMergerNode",e.TYPE_VALUE],["ChannelSplitterNode",e.TYPE_VALUE],["CharacterData",e.TYPE_VALUE],["ChildNode",e.TYPE],["ClientRect",e.TYPE],["Clipboard",e.TYPE_VALUE],["ClipboardEvent",e.TYPE_VALUE],["ClipboardItem",e.TYPE_VALUE],["CloseEvent",e.TYPE_VALUE],["Comment",e.TYPE_VALUE],["CompositionEvent",e.TYPE_VALUE],["CompressionStream",e.TYPE_VALUE],["ConstantSourceNode",e.TYPE_VALUE],["ContentVisibilityAutoStateChangeEvent",e.TYPE_VALUE],["ConvolverNode",e.TYPE_VALUE],["CookieChangeEvent",e.TYPE_VALUE],["CookieStoreEventMap",e.TYPE],["CookieStore",e.TYPE_VALUE],["CookieStoreManager",e.TYPE_VALUE],["CountQueuingStrategy",e.TYPE_VALUE],["Credential",e.TYPE_VALUE],["CredentialsContainer",e.TYPE_VALUE],["Crypto",e.TYPE_VALUE],["CryptoKey",e.TYPE_VALUE],["CustomElementRegistry",e.TYPE_VALUE],["CustomEvent",e.TYPE_VALUE],["CustomStateSet",e.TYPE_VALUE],["DOMException",e.TYPE_VALUE],["DOMImplementation",e.TYPE_VALUE],["DOMMatrix",e.TYPE_VALUE],["SVGMatrix",e.TYPE_VALUE],["WebKitCSSMatrix",e.TYPE_VALUE],["DOMMatrixReadOnly",e.TYPE_VALUE],["DOMParser",e.TYPE_VALUE],["DOMPoint",e.TYPE_VALUE],["SVGPoint",e.TYPE_VALUE],["DOMPointReadOnly",e.TYPE_VALUE],["DOMQuad",e.TYPE_VALUE],["DOMRect",e.TYPE_VALUE],["SVGRect",e.TYPE_VALUE],["DOMRectList",e.TYPE_VALUE],["DOMRectReadOnly",e.TYPE_VALUE],["DOMStringList",e.TYPE_VALUE],["DOMStringMap",e.TYPE_VALUE],["DOMTokenList",e.TYPE_VALUE],["DataTransfer",e.TYPE_VALUE],["DataTransferItem",e.TYPE_VALUE],["DataTransferItemList",e.TYPE_VALUE],["DecompressionStream",e.TYPE_VALUE],["DelayNode",e.TYPE_VALUE],["DeviceMotionEvent",e.TYPE_VALUE],["DeviceMotionEventAcceleration",e.TYPE],["DeviceMotionEventRotationRate",e.TYPE],["DeviceOrientationEvent",e.TYPE_VALUE],["DocumentEventMap",e.TYPE],["Document",e.TYPE_VALUE],["DocumentFragment",e.TYPE_VALUE],["DocumentOrShadowRoot",e.TYPE],["DocumentTimeline",e.TYPE_VALUE],["DocumentType",e.TYPE_VALUE],["DragEvent",e.TYPE_VALUE],["DynamicsCompressorNode",e.TYPE_VALUE],["EXT_blend_minmax",e.TYPE],["EXT_color_buffer_float",e.TYPE],["EXT_color_buffer_half_float",e.TYPE],["EXT_float_blend",e.TYPE],["EXT_frag_depth",e.TYPE],["EXT_sRGB",e.TYPE],["EXT_shader_texture_lod",e.TYPE],["EXT_texture_compression_bptc",e.TYPE],["EXT_texture_compression_rgtc",e.TYPE],["EXT_texture_filter_anisotropic",e.TYPE],["EXT_texture_norm16",e.TYPE],["ElementEventMap",e.TYPE],["Element",e.TYPE_VALUE],["ElementCSSInlineStyle",e.TYPE],["ElementContentEditable",e.TYPE],["ElementInternals",e.TYPE_VALUE],["EncodedAudioChunk",e.TYPE_VALUE],["EncodedVideoChunk",e.TYPE_VALUE],["ErrorEvent",e.TYPE_VALUE],["Event",e.TYPE_VALUE],["EventCounts",e.TYPE_VALUE],["EventListener",e.TYPE],["EventListenerObject",e.TYPE],["EventSourceEventMap",e.TYPE],["EventSource",e.TYPE_VALUE],["EventTarget",e.TYPE_VALUE],["External",e.TYPE_VALUE],["File",e.TYPE_VALUE],["FileList",e.TYPE_VALUE],["FileReaderEventMap",e.TYPE],["FileReader",e.TYPE_VALUE],["FileSystem",e.TYPE_VALUE],["FileSystemDirectoryEntry",e.TYPE_VALUE],["FileSystemDirectoryHandle",e.TYPE_VALUE],["FileSystemDirectoryReader",e.TYPE_VALUE],["FileSystemEntry",e.TYPE_VALUE],["FileSystemFileEntry",e.TYPE_VALUE],["FileSystemFileHandle",e.TYPE_VALUE],["FileSystemHandle",e.TYPE_VALUE],["FileSystemWritableFileStream",e.TYPE_VALUE],["FocusEvent",e.TYPE_VALUE],["FontFace",e.TYPE_VALUE],["FontFaceSetEventMap",e.TYPE],["FontFaceSet",e.TYPE_VALUE],["FontFaceSetLoadEvent",e.TYPE_VALUE],["FontFaceSource",e.TYPE],["FormData",e.TYPE_VALUE],["FormDataEvent",e.TYPE_VALUE],["FragmentDirective",e.TYPE_VALUE],["GPUError",e.TYPE],["GainNode",e.TYPE_VALUE],["Gamepad",e.TYPE_VALUE],["GamepadButton",e.TYPE_VALUE],["GamepadEvent",e.TYPE_VALUE],["GamepadHapticActuator",e.TYPE_VALUE],["GenericTransformStream",e.TYPE],["Geolocation",e.TYPE_VALUE],["GeolocationCoordinates",e.TYPE_VALUE],["GeolocationPosition",e.TYPE_VALUE],["GeolocationPositionError",e.TYPE_VALUE],["GlobalEventHandlersEventMap",e.TYPE],["GlobalEventHandlers",e.TYPE],["HTMLAllCollection",e.TYPE_VALUE],["HTMLAnchorElement",e.TYPE_VALUE],["HTMLAreaElement",e.TYPE_VALUE],["HTMLAudioElement",e.TYPE_VALUE],["HTMLBRElement",e.TYPE_VALUE],["HTMLBaseElement",e.TYPE_VALUE],["HTMLBodyElementEventMap",e.TYPE],["HTMLBodyElement",e.TYPE_VALUE],["HTMLButtonElement",e.TYPE_VALUE],["HTMLCanvasElement",e.TYPE_VALUE],["HTMLCollectionBase",e.TYPE],["HTMLCollection",e.TYPE_VALUE],["HTMLCollectionOf",e.TYPE],["HTMLDListElement",e.TYPE_VALUE],["HTMLDataElement",e.TYPE_VALUE],["HTMLDataListElement",e.TYPE_VALUE],["HTMLDetailsElement",e.TYPE_VALUE],["HTMLDialogElement",e.TYPE_VALUE],["HTMLDirectoryElement",e.TYPE_VALUE],["HTMLDivElement",e.TYPE_VALUE],["HTMLDocument",e.TYPE_VALUE],["HTMLElementEventMap",e.TYPE],["HTMLElement",e.TYPE_VALUE],["HTMLEmbedElement",e.TYPE_VALUE],["HTMLFieldSetElement",e.TYPE_VALUE],["HTMLFontElement",e.TYPE_VALUE],["HTMLFormControlsCollection",e.TYPE_VALUE],["HTMLFormElement",e.TYPE_VALUE],["HTMLFrameElement",e.TYPE_VALUE],["HTMLFrameSetElementEventMap",e.TYPE],["HTMLFrameSetElement",e.TYPE_VALUE],["HTMLHRElement",e.TYPE_VALUE],["HTMLHeadElement",e.TYPE_VALUE],["HTMLHeadingElement",e.TYPE_VALUE],["HTMLHtmlElement",e.TYPE_VALUE],["HTMLHyperlinkElementUtils",e.TYPE],["HTMLIFrameElement",e.TYPE_VALUE],["HTMLImageElement",e.TYPE_VALUE],["HTMLInputElement",e.TYPE_VALUE],["HTMLLIElement",e.TYPE_VALUE],["HTMLLabelElement",e.TYPE_VALUE],["HTMLLegendElement",e.TYPE_VALUE],["HTMLLinkElement",e.TYPE_VALUE],["HTMLMapElement",e.TYPE_VALUE],["HTMLMarqueeElement",e.TYPE_VALUE],["HTMLMediaElementEventMap",e.TYPE],["HTMLMediaElement",e.TYPE_VALUE],["HTMLMenuElement",e.TYPE_VALUE],["HTMLMetaElement",e.TYPE_VALUE],["HTMLMeterElement",e.TYPE_VALUE],["HTMLModElement",e.TYPE_VALUE],["HTMLOListElement",e.TYPE_VALUE],["HTMLObjectElement",e.TYPE_VALUE],["HTMLOptGroupElement",e.TYPE_VALUE],["HTMLOptionElement",e.TYPE_VALUE],["HTMLOptionsCollection",e.TYPE_VALUE],["HTMLOrSVGElement",e.TYPE],["HTMLOutputElement",e.TYPE_VALUE],["HTMLParagraphElement",e.TYPE_VALUE],["HTMLParamElement",e.TYPE_VALUE],["HTMLPictureElement",e.TYPE_VALUE],["HTMLPreElement",e.TYPE_VALUE],["HTMLProgressElement",e.TYPE_VALUE],["HTMLQuoteElement",e.TYPE_VALUE],["HTMLScriptElement",e.TYPE_VALUE],["HTMLSelectElement",e.TYPE_VALUE],["HTMLSlotElement",e.TYPE_VALUE],["HTMLSourceElement",e.TYPE_VALUE],["HTMLSpanElement",e.TYPE_VALUE],["HTMLStyleElement",e.TYPE_VALUE],["HTMLTableCaptionElement",e.TYPE_VALUE],["HTMLTableCellElement",e.TYPE_VALUE],["HTMLTableColElement",e.TYPE_VALUE],["HTMLTableDataCellElement",e.TYPE],["HTMLTableElement",e.TYPE_VALUE],["HTMLTableHeaderCellElement",e.TYPE],["HTMLTableRowElement",e.TYPE_VALUE],["HTMLTableSectionElement",e.TYPE_VALUE],["HTMLTemplateElement",e.TYPE_VALUE],["HTMLTextAreaElement",e.TYPE_VALUE],["HTMLTimeElement",e.TYPE_VALUE],["HTMLTitleElement",e.TYPE_VALUE],["HTMLTrackElement",e.TYPE_VALUE],["HTMLUListElement",e.TYPE_VALUE],["HTMLUnknownElement",e.TYPE_VALUE],["HTMLVideoElementEventMap",e.TYPE],["HTMLVideoElement",e.TYPE_VALUE],["HashChangeEvent",e.TYPE_VALUE],["Headers",e.TYPE_VALUE],["Highlight",e.TYPE_VALUE],["HighlightRegistry",e.TYPE_VALUE],["History",e.TYPE_VALUE],["IDBCursor",e.TYPE_VALUE],["IDBCursorWithValue",e.TYPE_VALUE],["IDBDatabaseEventMap",e.TYPE],["IDBDatabase",e.TYPE_VALUE],["IDBFactory",e.TYPE_VALUE],["IDBIndex",e.TYPE_VALUE],["IDBKeyRange",e.TYPE_VALUE],["IDBObjectStore",e.TYPE_VALUE],["IDBOpenDBRequestEventMap",e.TYPE],["IDBOpenDBRequest",e.TYPE_VALUE],["IDBRequestEventMap",e.TYPE],["IDBRequest",e.TYPE_VALUE],["IDBTransactionEventMap",e.TYPE],["IDBTransaction",e.TYPE_VALUE],["IDBVersionChangeEvent",e.TYPE_VALUE],["IIRFilterNode",e.TYPE_VALUE],["IdleDeadline",e.TYPE_VALUE],["ImageBitmap",e.TYPE_VALUE],["ImageBitmapRenderingContext",e.TYPE_VALUE],["ImageCapture",e.TYPE_VALUE],["ImageData",e.TYPE_VALUE],["ImageDecoder",e.TYPE_VALUE],["ImageTrack",e.TYPE_VALUE],["ImageTrackList",e.TYPE_VALUE],["ImportMeta",e.TYPE],["InputDeviceInfo",e.TYPE_VALUE],["InputEvent",e.TYPE_VALUE],["IntersectionObserver",e.TYPE_VALUE],["IntersectionObserverEntry",e.TYPE_VALUE],["KHR_parallel_shader_compile",e.TYPE],["KeyboardEvent",e.TYPE_VALUE],["KeyframeEffect",e.TYPE_VALUE],["LargestContentfulPaint",e.TYPE_VALUE],["LinkStyle",e.TYPE],["Location",e.TYPE_VALUE],["Lock",e.TYPE_VALUE],["LockManager",e.TYPE_VALUE],["MIDIAccessEventMap",e.TYPE],["MIDIAccess",e.TYPE_VALUE],["MIDIConnectionEvent",e.TYPE_VALUE],["MIDIInputEventMap",e.TYPE],["MIDIInput",e.TYPE_VALUE],["MIDIInputMap",e.TYPE_VALUE],["MIDIMessageEvent",e.TYPE_VALUE],["MIDIOutput",e.TYPE_VALUE],["MIDIOutputMap",e.TYPE_VALUE],["MIDIPortEventMap",e.TYPE],["MIDIPort",e.TYPE_VALUE],["MathMLElementEventMap",e.TYPE],["MathMLElement",e.TYPE_VALUE],["MediaCapabilities",e.TYPE_VALUE],["MediaDeviceInfo",e.TYPE_VALUE],["MediaDevicesEventMap",e.TYPE],["MediaDevices",e.TYPE_VALUE],["MediaElementAudioSourceNode",e.TYPE_VALUE],["MediaEncryptedEvent",e.TYPE_VALUE],["MediaError",e.TYPE_VALUE],["MediaKeyMessageEvent",e.TYPE_VALUE],["MediaKeySessionEventMap",e.TYPE],["MediaKeySession",e.TYPE_VALUE],["MediaKeyStatusMap",e.TYPE_VALUE],["MediaKeySystemAccess",e.TYPE_VALUE],["MediaKeys",e.TYPE_VALUE],["MediaList",e.TYPE_VALUE],["MediaMetadata",e.TYPE_VALUE],["MediaQueryListEventMap",e.TYPE],["MediaQueryList",e.TYPE_VALUE],["MediaQueryListEvent",e.TYPE_VALUE],["MediaRecorderEventMap",e.TYPE],["MediaRecorder",e.TYPE_VALUE],["MediaSession",e.TYPE_VALUE],["MediaSourceEventMap",e.TYPE],["MediaSource",e.TYPE_VALUE],["MediaSourceHandle",e.TYPE_VALUE],["MediaStreamEventMap",e.TYPE],["MediaStream",e.TYPE_VALUE],["MediaStreamAudioDestinationNode",e.TYPE_VALUE],["MediaStreamAudioSourceNode",e.TYPE_VALUE],["MediaStreamTrackEventMap",e.TYPE],["MediaStreamTrack",e.TYPE_VALUE],["MediaStreamTrackEvent",e.TYPE_VALUE],["MessageChannel",e.TYPE_VALUE],["MessageEvent",e.TYPE_VALUE],["MessageEventTargetEventMap",e.TYPE],["MessageEventTarget",e.TYPE],["MessagePortEventMap",e.TYPE],["MessagePort",e.TYPE_VALUE],["MimeType",e.TYPE_VALUE],["MimeTypeArray",e.TYPE_VALUE],["MouseEvent",e.TYPE_VALUE],["MutationObserver",e.TYPE_VALUE],["MutationRecord",e.TYPE_VALUE],["NamedNodeMap",e.TYPE_VALUE],["NavigationActivation",e.TYPE_VALUE],["NavigationHistoryEntryEventMap",e.TYPE],["NavigationHistoryEntry",e.TYPE_VALUE],["NavigationPreloadManager",e.TYPE_VALUE],["Navigator",e.TYPE_VALUE],["NavigatorAutomationInformation",e.TYPE],["NavigatorBadge",e.TYPE],["NavigatorConcurrentHardware",e.TYPE],["NavigatorContentUtils",e.TYPE],["NavigatorCookies",e.TYPE],["NavigatorID",e.TYPE],["NavigatorLanguage",e.TYPE],["NavigatorLocks",e.TYPE],["NavigatorLogin",e.TYPE_VALUE],["NavigatorOnLine",e.TYPE],["NavigatorPlugins",e.TYPE],["NavigatorStorage",e.TYPE],["Node",e.TYPE_VALUE],["NodeIterator",e.TYPE_VALUE],["NodeList",e.TYPE_VALUE],["NodeListOf",e.TYPE],["NonDocumentTypeChildNode",e.TYPE],["NonElementParentNode",e.TYPE],["NotificationEventMap",e.TYPE],["Notification",e.TYPE_VALUE],["OES_draw_buffers_indexed",e.TYPE],["OES_element_index_uint",e.TYPE],["OES_fbo_render_mipmap",e.TYPE],["OES_standard_derivatives",e.TYPE],["OES_texture_float",e.TYPE],["OES_texture_float_linear",e.TYPE],["OES_texture_half_float",e.TYPE],["OES_texture_half_float_linear",e.TYPE],["OES_vertex_array_object",e.TYPE],["OVR_multiview2",e.TYPE],["OfflineAudioCompletionEvent",e.TYPE_VALUE],["OfflineAudioContextEventMap",e.TYPE],["OfflineAudioContext",e.TYPE_VALUE],["OffscreenCanvasEventMap",e.TYPE],["OffscreenCanvas",e.TYPE_VALUE],["OffscreenCanvasRenderingContext2D",e.TYPE_VALUE],["OscillatorNode",e.TYPE_VALUE],["OverconstrainedError",e.TYPE_VALUE],["PageRevealEvent",e.TYPE_VALUE],["PageSwapEvent",e.TYPE_VALUE],["PageTransitionEvent",e.TYPE_VALUE],["PannerNode",e.TYPE_VALUE],["ParentNode",e.TYPE],["Path2D",e.TYPE_VALUE],["PaymentAddress",e.TYPE_VALUE],["PaymentMethodChangeEvent",e.TYPE_VALUE],["PaymentRequestEventMap",e.TYPE],["PaymentRequest",e.TYPE_VALUE],["PaymentRequestUpdateEvent",e.TYPE_VALUE],["PaymentResponseEventMap",e.TYPE],["PaymentResponse",e.TYPE_VALUE],["PerformanceEventMap",e.TYPE],["Performance",e.TYPE_VALUE],["PerformanceEntry",e.TYPE_VALUE],["PerformanceEventTiming",e.TYPE_VALUE],["PerformanceMark",e.TYPE_VALUE],["PerformanceMeasure",e.TYPE_VALUE],["PerformanceNavigation",e.TYPE_VALUE],["PerformanceNavigationTiming",e.TYPE_VALUE],["PerformanceObserver",e.TYPE_VALUE],["PerformanceObserverEntryList",e.TYPE_VALUE],["PerformancePaintTiming",e.TYPE_VALUE],["PerformanceResourceTiming",e.TYPE_VALUE],["PerformanceServerTiming",e.TYPE_VALUE],["PerformanceTiming",e.TYPE_VALUE],["PeriodicWave",e.TYPE_VALUE],["PermissionStatusEventMap",e.TYPE],["PermissionStatus",e.TYPE_VALUE],["Permissions",e.TYPE_VALUE],["PictureInPictureEvent",e.TYPE_VALUE],["PictureInPictureWindowEventMap",e.TYPE],["PictureInPictureWindow",e.TYPE_VALUE],["Plugin",e.TYPE_VALUE],["PluginArray",e.TYPE_VALUE],["PointerEvent",e.TYPE_VALUE],["PopStateEvent",e.TYPE_VALUE],["PopoverInvokerElement",e.TYPE],["ProcessingInstruction",e.TYPE_VALUE],["ProgressEvent",e.TYPE_VALUE],["PromiseRejectionEvent",e.TYPE_VALUE],["PublicKeyCredential",e.TYPE_VALUE],["PushManager",e.TYPE_VALUE],["PushSubscription",e.TYPE_VALUE],["PushSubscriptionOptions",e.TYPE_VALUE],["RTCCertificate",e.TYPE_VALUE],["RTCDTMFSenderEventMap",e.TYPE],["RTCDTMFSender",e.TYPE_VALUE],["RTCDTMFToneChangeEvent",e.TYPE_VALUE],["RTCDataChannelEventMap",e.TYPE],["RTCDataChannel",e.TYPE_VALUE],["RTCDataChannelEvent",e.TYPE_VALUE],["RTCDtlsTransportEventMap",e.TYPE],["RTCDtlsTransport",e.TYPE_VALUE],["RTCEncodedAudioFrame",e.TYPE_VALUE],["RTCEncodedVideoFrame",e.TYPE_VALUE],["RTCError",e.TYPE_VALUE],["RTCErrorEvent",e.TYPE_VALUE],["RTCIceCandidate",e.TYPE_VALUE],["RTCIceCandidatePair",e.TYPE],["RTCIceTransportEventMap",e.TYPE],["RTCIceTransport",e.TYPE_VALUE],["RTCPeerConnectionEventMap",e.TYPE],["RTCPeerConnection",e.TYPE_VALUE],["RTCPeerConnectionIceErrorEvent",e.TYPE_VALUE],["RTCPeerConnectionIceEvent",e.TYPE_VALUE],["RTCRtpReceiver",e.TYPE_VALUE],["RTCRtpScriptTransform",e.TYPE_VALUE],["RTCRtpSender",e.TYPE_VALUE],["RTCRtpTransceiver",e.TYPE_VALUE],["RTCSctpTransportEventMap",e.TYPE],["RTCSctpTransport",e.TYPE_VALUE],["RTCSessionDescription",e.TYPE_VALUE],["RTCStatsReport",e.TYPE_VALUE],["RTCTrackEvent",e.TYPE_VALUE],["RadioNodeList",e.TYPE_VALUE],["Range",e.TYPE_VALUE],["ReadableByteStreamController",e.TYPE_VALUE],["ReadableStream",e.TYPE_VALUE],["ReadableStreamBYOBReader",e.TYPE_VALUE],["ReadableStreamBYOBRequest",e.TYPE_VALUE],["ReadableStreamDefaultController",e.TYPE_VALUE],["ReadableStreamDefaultReader",e.TYPE_VALUE],["ReadableStreamGenericReader",e.TYPE],["RemotePlaybackEventMap",e.TYPE],["RemotePlayback",e.TYPE_VALUE],["Report",e.TYPE_VALUE],["ReportBody",e.TYPE_VALUE],["ReportingObserver",e.TYPE_VALUE],["Request",e.TYPE_VALUE],["ResizeObserver",e.TYPE_VALUE],["ResizeObserverEntry",e.TYPE_VALUE],["ResizeObserverSize",e.TYPE_VALUE],["Response",e.TYPE_VALUE],["SVGAElement",e.TYPE_VALUE],["SVGAngle",e.TYPE_VALUE],["SVGAnimateElement",e.TYPE_VALUE],["SVGAnimateMotionElement",e.TYPE_VALUE],["SVGAnimateTransformElement",e.TYPE_VALUE],["SVGAnimatedAngle",e.TYPE_VALUE],["SVGAnimatedBoolean",e.TYPE_VALUE],["SVGAnimatedEnumeration",e.TYPE_VALUE],["SVGAnimatedInteger",e.TYPE_VALUE],["SVGAnimatedLength",e.TYPE_VALUE],["SVGAnimatedLengthList",e.TYPE_VALUE],["SVGAnimatedNumber",e.TYPE_VALUE],["SVGAnimatedNumberList",e.TYPE_VALUE],["SVGAnimatedPoints",e.TYPE],["SVGAnimatedPreserveAspectRatio",e.TYPE_VALUE],["SVGAnimatedRect",e.TYPE_VALUE],["SVGAnimatedString",e.TYPE_VALUE],["SVGAnimatedTransformList",e.TYPE_VALUE],["SVGAnimationElement",e.TYPE_VALUE],["SVGCircleElement",e.TYPE_VALUE],["SVGClipPathElement",e.TYPE_VALUE],["SVGComponentTransferFunctionElement",e.TYPE_VALUE],["SVGDefsElement",e.TYPE_VALUE],["SVGDescElement",e.TYPE_VALUE],["SVGElementEventMap",e.TYPE],["SVGElement",e.TYPE_VALUE],["SVGEllipseElement",e.TYPE_VALUE],["SVGFEBlendElement",e.TYPE_VALUE],["SVGFEColorMatrixElement",e.TYPE_VALUE],["SVGFEComponentTransferElement",e.TYPE_VALUE],["SVGFECompositeElement",e.TYPE_VALUE],["SVGFEConvolveMatrixElement",e.TYPE_VALUE],["SVGFEDiffuseLightingElement",e.TYPE_VALUE],["SVGFEDisplacementMapElement",e.TYPE_VALUE],["SVGFEDistantLightElement",e.TYPE_VALUE],["SVGFEDropShadowElement",e.TYPE_VALUE],["SVGFEFloodElement",e.TYPE_VALUE],["SVGFEFuncAElement",e.TYPE_VALUE],["SVGFEFuncBElement",e.TYPE_VALUE],["SVGFEFuncGElement",e.TYPE_VALUE],["SVGFEFuncRElement",e.TYPE_VALUE],["SVGFEGaussianBlurElement",e.TYPE_VALUE],["SVGFEImageElement",e.TYPE_VALUE],["SVGFEMergeElement",e.TYPE_VALUE],["SVGFEMergeNodeElement",e.TYPE_VALUE],["SVGFEMorphologyElement",e.TYPE_VALUE],["SVGFEOffsetElement",e.TYPE_VALUE],["SVGFEPointLightElement",e.TYPE_VALUE],["SVGFESpecularLightingElement",e.TYPE_VALUE],["SVGFESpotLightElement",e.TYPE_VALUE],["SVGFETileElement",e.TYPE_VALUE],["SVGFETurbulenceElement",e.TYPE_VALUE],["SVGFilterElement",e.TYPE_VALUE],["SVGFilterPrimitiveStandardAttributes",e.TYPE],["SVGFitToViewBox",e.TYPE],["SVGForeignObjectElement",e.TYPE_VALUE],["SVGGElement",e.TYPE_VALUE],["SVGGeometryElement",e.TYPE_VALUE],["SVGGradientElement",e.TYPE_VALUE],["SVGGraphicsElement",e.TYPE_VALUE],["SVGImageElement",e.TYPE_VALUE],["SVGLength",e.TYPE_VALUE],["SVGLengthList",e.TYPE_VALUE],["SVGLineElement",e.TYPE_VALUE],["SVGLinearGradientElement",e.TYPE_VALUE],["SVGMPathElement",e.TYPE_VALUE],["SVGMarkerElement",e.TYPE_VALUE],["SVGMaskElement",e.TYPE_VALUE],["SVGMetadataElement",e.TYPE_VALUE],["SVGNumber",e.TYPE_VALUE],["SVGNumberList",e.TYPE_VALUE],["SVGPathElement",e.TYPE_VALUE],["SVGPatternElement",e.TYPE_VALUE],["SVGPointList",e.TYPE_VALUE],["SVGPolygonElement",e.TYPE_VALUE],["SVGPolylineElement",e.TYPE_VALUE],["SVGPreserveAspectRatio",e.TYPE_VALUE],["SVGRadialGradientElement",e.TYPE_VALUE],["SVGRectElement",e.TYPE_VALUE],["SVGSVGElementEventMap",e.TYPE],["SVGSVGElement",e.TYPE_VALUE],["SVGScriptElement",e.TYPE_VALUE],["SVGSetElement",e.TYPE_VALUE],["SVGStopElement",e.TYPE_VALUE],["SVGStringList",e.TYPE_VALUE],["SVGStyleElement",e.TYPE_VALUE],["SVGSwitchElement",e.TYPE_VALUE],["SVGSymbolElement",e.TYPE_VALUE],["SVGTSpanElement",e.TYPE_VALUE],["SVGTests",e.TYPE],["SVGTextContentElement",e.TYPE_VALUE],["SVGTextElement",e.TYPE_VALUE],["SVGTextPathElement",e.TYPE_VALUE],["SVGTextPositioningElement",e.TYPE_VALUE],["SVGTitleElement",e.TYPE_VALUE],["SVGTransform",e.TYPE_VALUE],["SVGTransformList",e.TYPE_VALUE],["SVGURIReference",e.TYPE],["SVGUnitTypes",e.TYPE_VALUE],["SVGUseElement",e.TYPE_VALUE],["SVGViewElement",e.TYPE_VALUE],["Screen",e.TYPE_VALUE],["ScreenOrientationEventMap",e.TYPE],["ScreenOrientation",e.TYPE_VALUE],["ScriptProcessorNodeEventMap",e.TYPE],["ScriptProcessorNode",e.TYPE_VALUE],["SecurityPolicyViolationEvent",e.TYPE_VALUE],["Selection",e.TYPE_VALUE],["ServiceWorkerEventMap",e.TYPE],["ServiceWorker",e.TYPE_VALUE],["ServiceWorkerContainerEventMap",e.TYPE],["ServiceWorkerContainer",e.TYPE_VALUE],["ServiceWorkerRegistrationEventMap",e.TYPE],["ServiceWorkerRegistration",e.TYPE_VALUE],["ShadowRootEventMap",e.TYPE],["ShadowRoot",e.TYPE_VALUE],["SharedWorker",e.TYPE_VALUE],["Slottable",e.TYPE],["SourceBufferEventMap",e.TYPE],["SourceBuffer",e.TYPE_VALUE],["SourceBufferListEventMap",e.TYPE],["SourceBufferList",e.TYPE_VALUE],["SpeechRecognitionAlternative",e.TYPE_VALUE],["SpeechRecognitionResult",e.TYPE_VALUE],["SpeechRecognitionResultList",e.TYPE_VALUE],["SpeechSynthesisEventMap",e.TYPE],["SpeechSynthesis",e.TYPE_VALUE],["SpeechSynthesisErrorEvent",e.TYPE_VALUE],["SpeechSynthesisEvent",e.TYPE_VALUE],["SpeechSynthesisUtteranceEventMap",e.TYPE],["SpeechSynthesisUtterance",e.TYPE_VALUE],["SpeechSynthesisVoice",e.TYPE_VALUE],["StaticRange",e.TYPE_VALUE],["StereoPannerNode",e.TYPE_VALUE],["Storage",e.TYPE_VALUE],["StorageEvent",e.TYPE_VALUE],["StorageManager",e.TYPE_VALUE],["StyleMedia",e.TYPE],["StylePropertyMap",e.TYPE_VALUE],["StylePropertyMapReadOnly",e.TYPE_VALUE],["StyleSheet",e.TYPE_VALUE],["StyleSheetList",e.TYPE_VALUE],["SubmitEvent",e.TYPE_VALUE],["SubtleCrypto",e.TYPE_VALUE],["Text",e.TYPE_VALUE],["TextDecoder",e.TYPE_VALUE],["TextDecoderCommon",e.TYPE],["TextDecoderStream",e.TYPE_VALUE],["TextEncoder",e.TYPE_VALUE],["TextEncoderCommon",e.TYPE],["TextEncoderStream",e.TYPE_VALUE],["TextEvent",e.TYPE_VALUE],["TextMetrics",e.TYPE_VALUE],["TextTrackEventMap",e.TYPE],["TextTrack",e.TYPE_VALUE],["TextTrackCueEventMap",e.TYPE],["TextTrackCue",e.TYPE_VALUE],["TextTrackCueList",e.TYPE_VALUE],["TextTrackListEventMap",e.TYPE],["TextTrackList",e.TYPE_VALUE],["TimeRanges",e.TYPE_VALUE],["ToggleEvent",e.TYPE_VALUE],["Touch",e.TYPE_VALUE],["TouchEvent",e.TYPE_VALUE],["TouchList",e.TYPE_VALUE],["TrackEvent",e.TYPE_VALUE],["TransformStream",e.TYPE_VALUE],["TransformStreamDefaultController",e.TYPE_VALUE],["TransitionEvent",e.TYPE_VALUE],["TreeWalker",e.TYPE_VALUE],["UIEvent",e.TYPE_VALUE],["URL",e.TYPE_VALUE],["webkitURL",e.TYPE_VALUE],["URLSearchParams",e.TYPE_VALUE],["UserActivation",e.TYPE_VALUE],["VTTCue",e.TYPE_VALUE],["VTTRegion",e.TYPE_VALUE],["ValidityState",e.TYPE_VALUE],["VideoColorSpace",e.TYPE_VALUE],["VideoDecoderEventMap",e.TYPE],["VideoDecoder",e.TYPE_VALUE],["VideoEncoderEventMap",e.TYPE],["VideoEncoder",e.TYPE_VALUE],["VideoFrame",e.TYPE_VALUE],["VideoPlaybackQuality",e.TYPE_VALUE],["ViewTransition",e.TYPE_VALUE],["ViewTransitionTypeSet",e.TYPE_VALUE],["VisualViewportEventMap",e.TYPE],["VisualViewport",e.TYPE_VALUE],["WEBGL_color_buffer_float",e.TYPE],["WEBGL_compressed_texture_astc",e.TYPE],["WEBGL_compressed_texture_etc",e.TYPE],["WEBGL_compressed_texture_etc1",e.TYPE],["WEBGL_compressed_texture_pvrtc",e.TYPE],["WEBGL_compressed_texture_s3tc",e.TYPE],["WEBGL_compressed_texture_s3tc_srgb",e.TYPE],["WEBGL_debug_renderer_info",e.TYPE],["WEBGL_debug_shaders",e.TYPE],["WEBGL_depth_texture",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_lose_context",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WakeLock",e.TYPE_VALUE],["WakeLockSentinelEventMap",e.TYPE],["WakeLockSentinel",e.TYPE_VALUE],["WaveShaperNode",e.TYPE_VALUE],["WebGL2RenderingContext",e.TYPE_VALUE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLActiveInfo",e.TYPE_VALUE],["WebGLBuffer",e.TYPE_VALUE],["WebGLContextEvent",e.TYPE_VALUE],["WebGLFramebuffer",e.TYPE_VALUE],["WebGLProgram",e.TYPE_VALUE],["WebGLQuery",e.TYPE_VALUE],["WebGLRenderbuffer",e.TYPE_VALUE],["WebGLRenderingContext",e.TYPE_VALUE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE],["WebGLSampler",e.TYPE_VALUE],["WebGLShader",e.TYPE_VALUE],["WebGLShaderPrecisionFormat",e.TYPE_VALUE],["WebGLSync",e.TYPE_VALUE],["WebGLTexture",e.TYPE_VALUE],["WebGLTransformFeedback",e.TYPE_VALUE],["WebGLUniformLocation",e.TYPE_VALUE],["WebGLVertexArrayObject",e.TYPE_VALUE],["WebGLVertexArrayObjectOES",e.TYPE],["WebSocketEventMap",e.TYPE],["WebSocket",e.TYPE_VALUE],["WebTransport",e.TYPE_VALUE],["WebTransportBidirectionalStream",e.TYPE_VALUE],["WebTransportDatagramDuplexStream",e.TYPE_VALUE],["WebTransportError",e.TYPE_VALUE],["WheelEvent",e.TYPE_VALUE],["WindowEventMap",e.TYPE],["Window",e.TYPE_VALUE],["WindowEventHandlersEventMap",e.TYPE],["WindowEventHandlers",e.TYPE],["WindowLocalStorage",e.TYPE],["WindowOrWorkerGlobalScope",e.TYPE],["WindowSessionStorage",e.TYPE],["WorkerEventMap",e.TYPE],["Worker",e.TYPE_VALUE],["Worklet",e.TYPE_VALUE],["WritableStream",e.TYPE_VALUE],["WritableStreamDefaultController",e.TYPE_VALUE],["WritableStreamDefaultWriter",e.TYPE_VALUE],["XMLDocument",e.TYPE_VALUE],["XMLHttpRequestEventMap",e.TYPE],["XMLHttpRequest",e.TYPE_VALUE],["XMLHttpRequestEventTargetEventMap",e.TYPE],["XMLHttpRequestEventTarget",e.TYPE_VALUE],["XMLHttpRequestUpload",e.TYPE_VALUE],["XMLSerializer",e.TYPE_VALUE],["XPathEvaluator",e.TYPE_VALUE],["XPathEvaluatorBase",e.TYPE],["XPathExpression",e.TYPE_VALUE],["XPathResult",e.TYPE_VALUE],["XSLTProcessor",e.TYPE_VALUE],["CSS",e.TYPE_VALUE],["WebAssembly",e.TYPE_VALUE],["Console",e.TYPE],["AudioDataOutputCallback",e.TYPE],["BlobCallback",e.TYPE],["CustomElementConstructor",e.TYPE],["DecodeErrorCallback",e.TYPE],["DecodeSuccessCallback",e.TYPE],["EncodedAudioChunkOutputCallback",e.TYPE],["EncodedVideoChunkOutputCallback",e.TYPE],["ErrorCallback",e.TYPE],["FileCallback",e.TYPE],["FileSystemEntriesCallback",e.TYPE],["FileSystemEntryCallback",e.TYPE],["FrameRequestCallback",e.TYPE],["FunctionStringCallback",e.TYPE],["IdleRequestCallback",e.TYPE],["IntersectionObserverCallback",e.TYPE],["LockGrantedCallback",e.TYPE],["MediaSessionActionHandler",e.TYPE],["MutationCallback",e.TYPE],["NotificationPermissionCallback",e.TYPE],["OnBeforeUnloadEventHandlerNonNull",e.TYPE],["OnErrorEventHandlerNonNull",e.TYPE],["PerformanceObserverCallback",e.TYPE],["PositionCallback",e.TYPE],["PositionErrorCallback",e.TYPE],["QueuingStrategySize",e.TYPE],["RTCPeerConnectionErrorCallback",e.TYPE],["RTCSessionDescriptionCallback",e.TYPE],["RemotePlaybackAvailabilityCallback",e.TYPE],["ReportingObserverCallback",e.TYPE],["ResizeObserverCallback",e.TYPE],["TransformerFlushCallback",e.TYPE],["TransformerStartCallback",e.TYPE],["TransformerTransformCallback",e.TYPE],["UnderlyingSinkAbortCallback",e.TYPE],["UnderlyingSinkCloseCallback",e.TYPE],["UnderlyingSinkStartCallback",e.TYPE],["UnderlyingSinkWriteCallback",e.TYPE],["UnderlyingSourceCancelCallback",e.TYPE],["UnderlyingSourcePullCallback",e.TYPE],["UnderlyingSourceStartCallback",e.TYPE],["VideoFrameOutputCallback",e.TYPE],["VideoFrameRequestCallback",e.TYPE],["ViewTransitionUpdateCallback",e.TYPE],["VoidFunction",e.TYPE],["WebCodecsErrorCallback",e.TYPE],["HTMLElementTagNameMap",e.TYPE],["HTMLElementDeprecatedTagNameMap",e.TYPE],["SVGElementTagNameMap",e.TYPE],["MathMLElementTagNameMap",e.TYPE],["ElementTagNameMap",e.TYPE],["AlgorithmIdentifier",e.TYPE],["AllowSharedBufferSource",e.TYPE],["AutoFill",e.TYPE],["AutoFillField",e.TYPE],["AutoFillSection",e.TYPE],["Base64URLString",e.TYPE],["BigInteger",e.TYPE],["BlobPart",e.TYPE],["BodyInit",e.TYPE],["BufferSource",e.TYPE],["COSEAlgorithmIdentifier",e.TYPE],["CSSKeywordish",e.TYPE],["CSSNumberish",e.TYPE],["CSSPerspectiveValue",e.TYPE],["CSSUnparsedSegment",e.TYPE],["CanvasImageSource",e.TYPE],["ClipboardItemData",e.TYPE],["ClipboardItems",e.TYPE],["ConstrainBoolean",e.TYPE],["ConstrainDOMString",e.TYPE],["ConstrainDouble",e.TYPE],["ConstrainULong",e.TYPE],["CookieList",e.TYPE],["DOMHighResTimeStamp",e.TYPE],["EpochTimeStamp",e.TYPE],["EventListenerOrEventListenerObject",e.TYPE],["FileSystemWriteChunkType",e.TYPE],["Float32List",e.TYPE],["FormDataEntryValue",e.TYPE],["GLbitfield",e.TYPE],["GLboolean",e.TYPE],["GLclampf",e.TYPE],["GLenum",e.TYPE],["GLfloat",e.TYPE],["GLint",e.TYPE],["GLint64",e.TYPE],["GLintptr",e.TYPE],["GLsizei",e.TYPE],["GLsizeiptr",e.TYPE],["GLuint",e.TYPE],["GLuint64",e.TYPE],["HTMLOrSVGImageElement",e.TYPE],["HTMLOrSVGScriptElement",e.TYPE],["HashAlgorithmIdentifier",e.TYPE],["HeadersInit",e.TYPE],["IDBValidKey",e.TYPE],["ImageBitmapSource",e.TYPE],["ImageBufferSource",e.TYPE],["ImageDataArray",e.TYPE],["Int32List",e.TYPE],["LineAndPositionSetting",e.TYPE],["MediaProvider",e.TYPE],["MessageEventSource",e.TYPE],["MutationRecordType",e.TYPE],["NamedCurve",e.TYPE],["OffscreenRenderingContext",e.TYPE],["OnBeforeUnloadEventHandler",e.TYPE],["OnErrorEventHandler",e.TYPE],["OptionalPostfixToken",e.TYPE],["OptionalPrefixToken",e.TYPE],["PerformanceEntryList",e.TYPE],["PublicKeyCredentialClientCapabilities",e.TYPE],["PublicKeyCredentialJSON",e.TYPE],["RTCRtpTransform",e.TYPE],["ReadableStreamController",e.TYPE],["ReadableStreamReadResult",e.TYPE],["ReadableStreamReader",e.TYPE],["RenderingContext",e.TYPE],["ReportList",e.TYPE],["RequestInfo",e.TYPE],["TexImageSource",e.TYPE],["TimerHandler",e.TYPE],["Transferable",e.TYPE],["Uint32List",e.TYPE],["VibratePattern",e.TYPE],["WindowProxy",e.TYPE],["XMLHttpRequestBodyInit",e.TYPE],["AlignSetting",e.TYPE],["AlphaOption",e.TYPE],["AnimationPlayState",e.TYPE],["AnimationReplaceState",e.TYPE],["AppendMode",e.TYPE],["AttestationConveyancePreference",e.TYPE],["AudioContextLatencyCategory",e.TYPE],["AudioContextState",e.TYPE],["AudioSampleFormat",e.TYPE],["AuthenticatorAttachment",e.TYPE],["AuthenticatorTransport",e.TYPE],["AutoFillAddressKind",e.TYPE],["AutoFillBase",e.TYPE],["AutoFillContactField",e.TYPE],["AutoFillContactKind",e.TYPE],["AutoFillCredentialField",e.TYPE],["AutoFillNormalField",e.TYPE],["AutoKeyword",e.TYPE],["AutomationRate",e.TYPE],["AvcBitstreamFormat",e.TYPE],["BinaryType",e.TYPE],["BiquadFilterType",e.TYPE],["BitrateMode",e.TYPE],["CSSMathOperator",e.TYPE],["CSSNumericBaseType",e.TYPE],["CanPlayTypeResult",e.TYPE],["CanvasDirection",e.TYPE],["CanvasFillRule",e.TYPE],["CanvasFontKerning",e.TYPE],["CanvasFontStretch",e.TYPE],["CanvasFontVariantCaps",e.TYPE],["CanvasLineCap",e.TYPE],["CanvasLineJoin",e.TYPE],["CanvasTextAlign",e.TYPE],["CanvasTextBaseline",e.TYPE],["CanvasTextRendering",e.TYPE],["ChannelCountMode",e.TYPE],["ChannelInterpretation",e.TYPE],["ClientTypes",e.TYPE],["CodecState",e.TYPE],["ColorGamut",e.TYPE],["ColorSpaceConversion",e.TYPE],["CompositeOperation",e.TYPE],["CompositeOperationOrAuto",e.TYPE],["CompressionFormat",e.TYPE],["CookieSameSite",e.TYPE],["CredentialMediationRequirement",e.TYPE],["DOMParserSupportedType",e.TYPE],["DirectionSetting",e.TYPE],["DisplayCaptureSurfaceType",e.TYPE],["DistanceModelType",e.TYPE],["DocumentReadyState",e.TYPE],["DocumentVisibilityState",e.TYPE],["EncodedAudioChunkType",e.TYPE],["EncodedVideoChunkType",e.TYPE],["EndOfStreamError",e.TYPE],["EndingType",e.TYPE],["FileSystemHandleKind",e.TYPE],["FillLightMode",e.TYPE],["FillMode",e.TYPE],["FontDisplay",e.TYPE],["FontFaceLoadStatus",e.TYPE],["FontFaceSetLoadStatus",e.TYPE],["FullscreenNavigationUI",e.TYPE],["GamepadHapticEffectType",e.TYPE],["GamepadHapticsResult",e.TYPE],["GamepadMappingType",e.TYPE],["GlobalCompositeOperation",e.TYPE],["HardwareAcceleration",e.TYPE],["HdrMetadataType",e.TYPE],["HighlightType",e.TYPE],["IDBCursorDirection",e.TYPE],["IDBRequestReadyState",e.TYPE],["IDBTransactionDurability",e.TYPE],["IDBTransactionMode",e.TYPE],["ImageOrientation",e.TYPE],["ImageSmoothingQuality",e.TYPE],["InsertPosition",e.TYPE],["IterationCompositeOperation",e.TYPE],["KeyFormat",e.TYPE],["KeyType",e.TYPE],["KeyUsage",e.TYPE],["LatencyMode",e.TYPE],["LineAlignSetting",e.TYPE],["LockMode",e.TYPE],["LoginStatus",e.TYPE],["MIDIPortConnectionState",e.TYPE],["MIDIPortDeviceState",e.TYPE],["MIDIPortType",e.TYPE],["MediaDecodingType",e.TYPE],["MediaDeviceKind",e.TYPE],["MediaEncodingType",e.TYPE],["MediaKeyMessageType",e.TYPE],["MediaKeySessionClosedReason",e.TYPE],["MediaKeySessionType",e.TYPE],["MediaKeyStatus",e.TYPE],["MediaKeysRequirement",e.TYPE],["MediaSessionAction",e.TYPE],["MediaSessionPlaybackState",e.TYPE],["MediaStreamTrackState",e.TYPE],["NavigationTimingType",e.TYPE],["NavigationType",e.TYPE],["NotificationDirection",e.TYPE],["NotificationPermission",e.TYPE],["OffscreenRenderingContextId",e.TYPE],["OpusBitstreamFormat",e.TYPE],["OrientationType",e.TYPE],["OscillatorType",e.TYPE],["OverSampleType",e.TYPE],["PanningModelType",e.TYPE],["PaymentComplete",e.TYPE],["PaymentShippingType",e.TYPE],["PermissionName",e.TYPE],["PermissionState",e.TYPE],["PlaybackDirection",e.TYPE],["PositionAlignSetting",e.TYPE],["PredefinedColorSpace",e.TYPE],["PremultiplyAlpha",e.TYPE],["PresentationStyle",e.TYPE],["PublicKeyCredentialType",e.TYPE],["PushEncryptionKeyName",e.TYPE],["RTCBundlePolicy",e.TYPE],["RTCDataChannelState",e.TYPE],["RTCDegradationPreference",e.TYPE],["RTCDtlsRole",e.TYPE],["RTCDtlsTransportState",e.TYPE],["RTCEncodedVideoFrameType",e.TYPE],["RTCErrorDetailType",e.TYPE],["RTCIceCandidateType",e.TYPE],["RTCIceComponent",e.TYPE],["RTCIceConnectionState",e.TYPE],["RTCIceGathererState",e.TYPE],["RTCIceGatheringState",e.TYPE],["RTCIceProtocol",e.TYPE],["RTCIceRole",e.TYPE],["RTCIceTcpCandidateType",e.TYPE],["RTCIceTransportPolicy",e.TYPE],["RTCIceTransportState",e.TYPE],["RTCPeerConnectionState",e.TYPE],["RTCPriorityType",e.TYPE],["RTCQualityLimitationReason",e.TYPE],["RTCRtcpMuxPolicy",e.TYPE],["RTCRtpTransceiverDirection",e.TYPE],["RTCSctpTransportState",e.TYPE],["RTCSdpType",e.TYPE],["RTCSignalingState",e.TYPE],["RTCStatsIceCandidatePairState",e.TYPE],["RTCStatsType",e.TYPE],["ReadableStreamReaderMode",e.TYPE],["ReadableStreamType",e.TYPE],["ReadyState",e.TYPE],["RecordingState",e.TYPE],["RedEyeReduction",e.TYPE],["ReferrerPolicy",e.TYPE],["RemotePlaybackState",e.TYPE],["RequestCache",e.TYPE],["RequestCredentials",e.TYPE],["RequestDestination",e.TYPE],["RequestMode",e.TYPE],["RequestPriority",e.TYPE],["RequestRedirect",e.TYPE],["ResidentKeyRequirement",e.TYPE],["ResizeObserverBoxOptions",e.TYPE],["ResizeQuality",e.TYPE],["ResponseType",e.TYPE],["ScrollBehavior",e.TYPE],["ScrollLogicalPosition",e.TYPE],["ScrollRestoration",e.TYPE],["ScrollSetting",e.TYPE],["SecurityPolicyViolationEventDisposition",e.TYPE],["SelectionMode",e.TYPE],["ServiceWorkerState",e.TYPE],["ServiceWorkerUpdateViaCache",e.TYPE],["ShadowRootMode",e.TYPE],["SlotAssignmentMode",e.TYPE],["SpeechSynthesisErrorCode",e.TYPE],["TextTrackKind",e.TYPE],["TextTrackMode",e.TYPE],["TouchType",e.TYPE],["TransferFunction",e.TYPE],["UserVerificationRequirement",e.TYPE],["VideoColorPrimaries",e.TYPE],["VideoEncoderBitrateMode",e.TYPE],["VideoFacingModeEnum",e.TYPE],["VideoMatrixCoefficients",e.TYPE],["VideoPixelFormat",e.TYPE],["VideoTransferCharacteristics",e.TYPE],["WakeLockType",e.TYPE],["WebGLPowerPreference",e.TYPE],["WebTransportCongestionControl",e.TYPE],["WebTransportErrorSource",e.TYPE],["WorkerType",e.TYPE],["WriteCommandType",e.TYPE],["XMLHttpRequestResponseType",e.TYPE]]},It}r(oe,"requireDom");var xt={},Jl;function be(){if(Jl)return xt;Jl=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.dom_asynciterable=void 0;const e=R();return xt.dom_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},xt}r(be,"requireDom_asynciterable");var Mt={},Ql;function ye(){if(Ql)return Mt;Ql=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_iterable=void 0;const e=R();return Mt.dom_iterable={libs:[],variables:[["AudioParam",e.TYPE],["AudioParamMap",e.TYPE],["BaseAudioContext",e.TYPE],["CSSKeyframesRule",e.TYPE],["CSSNumericArray",e.TYPE],["CSSRuleList",e.TYPE],["CSSStyleDeclaration",e.TYPE],["CSSTransformValue",e.TYPE],["CSSUnparsedValue",e.TYPE],["Cache",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CookieStoreManager",e.TYPE],["CustomStateSet",e.TYPE],["DOMRectList",e.TYPE],["DOMStringList",e.TYPE],["DOMTokenList",e.TYPE],["DataTransferItemList",e.TYPE],["EventCounts",e.TYPE],["FileList",e.TYPE],["FontFaceSet",e.TYPE],["FormDataIterator",e.TYPE],["FormData",e.TYPE],["HTMLAllCollection",e.TYPE],["HTMLCollectionBase",e.TYPE],["HTMLCollectionOf",e.TYPE],["HTMLFormElement",e.TYPE],["HTMLSelectElement",e.TYPE],["HeadersIterator",e.TYPE],["Headers",e.TYPE],["Highlight",e.TYPE],["HighlightRegistry",e.TYPE],["IDBDatabase",e.TYPE],["IDBObjectStore",e.TYPE],["ImageTrackList",e.TYPE],["MIDIInputMap",e.TYPE],["MIDIOutput",e.TYPE],["MIDIOutputMap",e.TYPE],["MediaKeyStatusMapIterator",e.TYPE],["MediaKeyStatusMap",e.TYPE],["MediaList",e.TYPE],["MessageEvent",e.TYPE],["MimeTypeArray",e.TYPE],["NamedNodeMap",e.TYPE],["Navigator",e.TYPE],["NodeList",e.TYPE],["NodeListOf",e.TYPE],["Plugin",e.TYPE],["PluginArray",e.TYPE],["RTCRtpTransceiver",e.TYPE],["RTCStatsReport",e.TYPE],["SVGLengthList",e.TYPE],["SVGNumberList",e.TYPE],["SVGPointList",e.TYPE],["SVGStringList",e.TYPE],["SVGTransformList",e.TYPE],["SourceBufferList",e.TYPE],["SpeechRecognitionResult",e.TYPE],["SpeechRecognitionResultList",e.TYPE],["StylePropertyMapReadOnlyIterator",e.TYPE],["StylePropertyMapReadOnly",e.TYPE],["StyleSheetList",e.TYPE],["SubtleCrypto",e.TYPE],["TextTrackCueList",e.TYPE],["TextTrackList",e.TYPE],["TouchList",e.TYPE],["URLSearchParamsIterator",e.TYPE],["URLSearchParams",e.TYPE],["ViewTransitionTypeSet",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE]]},Mt}r(ye,"requireDom_iterable");var wt={},Zl;function wn(){if(Zl)return wt;Zl=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.es5=void 0;const e=R(),s=to(),n=Xl();return wt.es5={libs:[s.decorators,n.decorators_legacy],variables:[["Symbol",e.TYPE],["PropertyKey",e.TYPE],["PropertyDescriptor",e.TYPE],["PropertyDescriptorMap",e.TYPE],["Object",e.TYPE_VALUE],["ObjectConstructor",e.TYPE],["Function",e.TYPE_VALUE],["FunctionConstructor",e.TYPE],["ThisParameterType",e.TYPE],["OmitThisParameter",e.TYPE],["CallableFunction",e.TYPE],["NewableFunction",e.TYPE],["IArguments",e.TYPE],["String",e.TYPE_VALUE],["StringConstructor",e.TYPE],["Boolean",e.TYPE_VALUE],["BooleanConstructor",e.TYPE],["Number",e.TYPE_VALUE],["NumberConstructor",e.TYPE],["TemplateStringsArray",e.TYPE],["ImportMeta",e.TYPE],["ImportCallOptions",e.TYPE],["ImportAssertions",e.TYPE],["ImportAttributes",e.TYPE],["Math",e.TYPE_VALUE],["Date",e.TYPE_VALUE],["DateConstructor",e.TYPE],["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE_VALUE],["RegExpConstructor",e.TYPE],["Error",e.TYPE_VALUE],["ErrorConstructor",e.TYPE],["EvalError",e.TYPE_VALUE],["EvalErrorConstructor",e.TYPE],["RangeError",e.TYPE_VALUE],["RangeErrorConstructor",e.TYPE],["ReferenceError",e.TYPE_VALUE],["ReferenceErrorConstructor",e.TYPE],["SyntaxError",e.TYPE_VALUE],["SyntaxErrorConstructor",e.TYPE],["TypeError",e.TYPE_VALUE],["TypeErrorConstructor",e.TYPE],["URIError",e.TYPE_VALUE],["URIErrorConstructor",e.TYPE],["JSON",e.TYPE_VALUE],["ReadonlyArray",e.TYPE],["ConcatArray",e.TYPE],["Array",e.TYPE_VALUE],["ArrayConstructor",e.TYPE],["TypedPropertyDescriptor",e.TYPE],["PromiseConstructorLike",e.TYPE],["PromiseLike",e.TYPE],["Promise",e.TYPE],["Awaited",e.TYPE],["ArrayLike",e.TYPE],["Partial",e.TYPE],["Required",e.TYPE],["Readonly",e.TYPE],["Pick",e.TYPE],["Record",e.TYPE],["Exclude",e.TYPE],["Extract",e.TYPE],["Omit",e.TYPE],["NonNullable",e.TYPE],["Parameters",e.TYPE],["ConstructorParameters",e.TYPE],["ReturnType",e.TYPE],["InstanceType",e.TYPE],["Uppercase",e.TYPE],["Lowercase",e.TYPE],["Capitalize",e.TYPE],["Uncapitalize",e.TYPE],["NoInfer",e.TYPE],["ThisType",e.TYPE],["WeakKeyTypes",e.TYPE],["WeakKey",e.TYPE],["ArrayBuffer",e.TYPE_VALUE],["ArrayBufferTypes",e.TYPE],["ArrayBufferLike",e.TYPE],["ArrayBufferConstructor",e.TYPE],["ArrayBufferView",e.TYPE],["DataView",e.TYPE_VALUE],["DataViewConstructor",e.TYPE],["Int8Array",e.TYPE_VALUE],["Int8ArrayConstructor",e.TYPE],["Uint8Array",e.TYPE_VALUE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArray",e.TYPE_VALUE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16Array",e.TYPE_VALUE],["Int16ArrayConstructor",e.TYPE],["Uint16Array",e.TYPE_VALUE],["Uint16ArrayConstructor",e.TYPE],["Int32Array",e.TYPE_VALUE],["Int32ArrayConstructor",e.TYPE],["Uint32Array",e.TYPE_VALUE],["Uint32ArrayConstructor",e.TYPE],["Float32Array",e.TYPE_VALUE],["Float32ArrayConstructor",e.TYPE],["Float64Array",e.TYPE_VALUE],["Float64ArrayConstructor",e.TYPE],["Intl",e.TYPE_VALUE]]},wt}r(wn,"requireEs5");var Ft={},Bt={},eu;function ro(){if(eu)return Bt;eu=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_collection=void 0;const e=R();return Bt.es2015_collection={libs:[],variables:[["Map",e.TYPE_VALUE],["MapConstructor",e.TYPE],["ReadonlyMap",e.TYPE],["WeakMap",e.TYPE_VALUE],["WeakMapConstructor",e.TYPE],["Set",e.TYPE_VALUE],["SetConstructor",e.TYPE],["ReadonlySet",e.TYPE],["WeakSet",e.TYPE_VALUE],["WeakSetConstructor",e.TYPE]]},Bt}r(ro,"requireEs2015_collection");var Nt={},tu;function io(){if(tu)return Nt;tu=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_core=void 0;const e=R();return Nt.es2015_core={libs:[],variables:[["Array",e.TYPE],["ArrayConstructor",e.TYPE],["DateConstructor",e.TYPE],["Function",e.TYPE],["Math",e.TYPE],["NumberConstructor",e.TYPE],["ObjectConstructor",e.TYPE],["ReadonlyArray",e.TYPE],["RegExp",e.TYPE],["RegExpConstructor",e.TYPE],["String",e.TYPE],["StringConstructor",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE]]},Nt}r(io,"requireEs2015_core");var kt={},jt={},Gt={},ru;function ae(){if(ru)return Gt;ru=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_symbol=void 0;const e=R();return Gt.es2015_symbol={libs:[],variables:[["SymbolConstructor",e.TYPE]]},Gt}r(ae,"requireEs2015_symbol");var iu;function le(){if(iu)return jt;iu=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_iterable=void 0;const e=R(),s=ae();return jt.es2015_iterable={libs:[s.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["IteratorYieldResult",e.TYPE],["IteratorReturnResult",e.TYPE],["IteratorResult",e.TYPE],["Iterator",e.TYPE],["Iterable",e.TYPE],["IterableIterator",e.TYPE],["IteratorObject",e.TYPE],["BuiltinIteratorReturn",e.TYPE],["ArrayIterator",e.TYPE],["Array",e.TYPE],["ArrayConstructor",e.TYPE],["ReadonlyArray",e.TYPE],["IArguments",e.TYPE],["MapIterator",e.TYPE],["Map",e.TYPE],["ReadonlyMap",e.TYPE],["MapConstructor",e.TYPE],["WeakMap",e.TYPE],["WeakMapConstructor",e.TYPE],["SetIterator",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE],["SetConstructor",e.TYPE],["WeakSet",e.TYPE],["WeakSetConstructor",e.TYPE],["Promise",e.TYPE],["PromiseConstructor",e.TYPE],["StringIterator",e.TYPE],["String",e.TYPE],["Int8Array",e.TYPE],["Int8ArrayConstructor",e.TYPE],["Uint8Array",e.TYPE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArray",e.TYPE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16Array",e.TYPE],["Int16ArrayConstructor",e.TYPE],["Uint16Array",e.TYPE],["Uint16ArrayConstructor",e.TYPE],["Int32Array",e.TYPE],["Int32ArrayConstructor",e.TYPE],["Uint32Array",e.TYPE],["Uint32ArrayConstructor",e.TYPE],["Float32Array",e.TYPE],["Float32ArrayConstructor",e.TYPE],["Float64Array",e.TYPE],["Float64ArrayConstructor",e.TYPE]]},jt}r(le,"requireEs2015_iterable");var nu;function no(){if(nu)return kt;nu=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_generator=void 0;const e=R(),s=le();return kt.es2015_generator={libs:[s.es2015_iterable],variables:[["Generator",e.TYPE],["GeneratorFunction",e.TYPE],["GeneratorFunctionConstructor",e.TYPE]]},kt}r(no,"requireEs2015_generator");var qt={},su;function so(){if(su)return qt;su=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_promise=void 0;const e=R();return qt.es2015_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},qt}r(so,"requireEs2015_promise");var Wt={},ou;function oo(){if(ou)return Wt;ou=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015_proxy=void 0;const e=R();return Wt.es2015_proxy={libs:[],variables:[["ProxyHandler",e.TYPE],["ProxyConstructor",e.TYPE]]},Wt}r(oo,"requireEs2015_proxy");var $t={},au;function ao(){if(au)return $t;au=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_reflect=void 0;const e=R();return $t.es2015_reflect={libs:[],variables:[["Reflect",e.TYPE_VALUE]]},$t}r(ao,"requireEs2015_reflect");var Ht={},lu;function Ze(){if(lu)return Ht;lu=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2015_symbol_wellknown=void 0;const e=R(),s=ae();return Ht.es2015_symbol_wellknown={libs:[s.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["Symbol",e.TYPE],["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Date",e.TYPE],["Map",e.TYPE],["WeakMap",e.TYPE],["Set",e.TYPE],["WeakSet",e.TYPE],["JSON",e.TYPE],["Function",e.TYPE],["GeneratorFunction",e.TYPE],["Math",e.TYPE],["Promise",e.TYPE],["PromiseConstructor",e.TYPE],["RegExp",e.TYPE],["RegExpConstructor",e.TYPE],["String",e.TYPE],["ArrayBuffer",e.TYPE],["DataView",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["ArrayConstructor",e.TYPE],["MapConstructor",e.TYPE],["SetConstructor",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},Ht}r(Ze,"requireEs2015_symbol_wellknown");var uu;function AP(){if(uu)return Ft;uu=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es6=void 0;const e=wn(),s=ro(),n=io(),c=no(),o=le(),i=so(),t=oo(),a=ao(),u=ae(),E=Ze();return Ft.es6={libs:[e.es5,n.es2015_core,s.es2015_collection,o.es2015_iterable,c.es2015_generator,i.es2015_promise,t.es2015_proxy,a.es2015_reflect,u.es2015_symbol,E.es2015_symbol_wellknown],variables:[]},Ft}r(AP,"requireEs6");var Kt={},Xt={},cu;function lo(){if(cu)return Xt;cu=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2015=void 0;const e=wn(),s=ro(),n=io(),c=no(),o=le(),i=so(),t=oo(),a=ao(),u=ae(),E=Ze();return Xt.es2015={libs:[e.es5,n.es2015_core,s.es2015_collection,o.es2015_iterable,c.es2015_generator,i.es2015_promise,t.es2015_proxy,a.es2015_reflect,u.es2015_symbol,E.es2015_symbol_wellknown],variables:[]},Xt}r(lo,"requireEs2015");var zt={},Eu;function uo(){if(Eu)return zt;Eu=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016_array_include=void 0;const e=R();return zt.es2016_array_include={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE]]},zt}r(uo,"requireEs2016_array_include");var Jt={},pu;function co(){if(pu)return Jt;pu=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016_intl=void 0;const e=R();return Jt.es2016_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Jt}r(co,"requireEs2016_intl");var fu;function CP(){if(fu)return Kt;fu=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es7=void 0;const e=lo(),s=uo(),n=co();return Kt.es7={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},Kt}r(CP,"requireEs7");var Qt={},Tu;function Eo(){if(Tu)return Qt;Tu=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.es2016=void 0;const e=lo(),s=uo(),n=co();return Qt.es2016={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},Qt}r(Eo,"requireEs2016");var Zt={},er={},du;function ue(){if(du)return er;du=1,Object.defineProperty(er,"__esModule",{value:!0}),er.scripthost=void 0;const e=R();return er.scripthost={libs:[],variables:[["ActiveXObject",e.TYPE_VALUE],["ITextWriter",e.TYPE],["TextStreamBase",e.TYPE],["TextStreamWriter",e.TYPE],["TextStreamReader",e.TYPE],["SafeArray",e.TYPE_VALUE],["Enumerator",e.TYPE_VALUE],["EnumeratorConstructor",e.TYPE],["VBArray",e.TYPE_VALUE],["VBArrayConstructor",e.TYPE],["VarDate",e.TYPE_VALUE],["DateConstructor",e.TYPE],["Date",e.TYPE]]},er}r(ue,"requireScripthost");var tr={},Pu;function ce(){return Pu||(Pu=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.webworker_importscripts=void 0,tr.webworker_importscripts={libs:[],variables:[]}),tr}r(ce,"requireWebworker_importscripts");var mu;function LP(){if(mu)return Zt;mu=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.es2016_full=void 0;const e=oe(),s=ye(),n=Eo(),c=ue(),o=ce();return Zt.es2016_full={libs:[n.es2016,e.dom,o.webworker_importscripts,c.scripthost,s.dom_iterable],variables:[]},Zt}r(LP,"requireEs2016_full");var rr={},ir={},yu;function _u(){if(yu)return ir;yu=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_arraybuffer=void 0;const e=R();return ir.es2017_arraybuffer={libs:[],variables:[["ArrayBufferConstructor",e.TYPE]]},ir}r(_u,"requireEs2017_arraybuffer");var nr={},hu;function Su(){if(hu)return nr;hu=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_date=void 0;const e=R();return nr.es2017_date={libs:[],variables:[["DateConstructor",e.TYPE]]},nr}r(Su,"requireEs2017_date");var sr={},vu;function bu(){if(vu)return sr;vu=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_intl=void 0;const e=R();return sr.es2017_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},sr}r(bu,"requireEs2017_intl");var or={},gu;function Yu(){if(gu)return or;gu=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_object=void 0;const e=R();return or.es2017_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},or}r(Yu,"requireEs2017_object");var ar={},Au;function Cu(){if(Au)return ar;Au=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_sharedmemory=void 0;const e=R(),s=ae(),n=Ze();return ar.es2017_sharedmemory={libs:[s.es2015_symbol,n.es2015_symbol_wellknown],variables:[["SharedArrayBuffer",e.TYPE_VALUE],["SharedArrayBufferConstructor",e.TYPE],["ArrayBufferTypes",e.TYPE],["Atomics",e.TYPE_VALUE]]},ar}r(Cu,"requireEs2017_sharedmemory");var lr={},Lu;function Vu(){if(Lu)return lr;Lu=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2017_string=void 0;const e=R();return lr.es2017_string={libs:[],variables:[["String",e.TYPE]]},lr}r(Vu,"requireEs2017_string");var ur={},Du;function Ru(){if(Du)return ur;Du=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_typedarrays=void 0;const e=R();return ur.es2017_typedarrays={libs:[],variables:[["Int8ArrayConstructor",e.TYPE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16ArrayConstructor",e.TYPE],["Uint16ArrayConstructor",e.TYPE],["Int32ArrayConstructor",e.TYPE],["Uint32ArrayConstructor",e.TYPE],["Float32ArrayConstructor",e.TYPE],["Float64ArrayConstructor",e.TYPE]]},ur}r(Ru,"requireEs2017_typedarrays");var Ou;function po(){if(Ou)return rr;Ou=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017=void 0;const e=Eo(),s=_u(),n=Su(),c=bu(),o=Yu(),i=Cu(),t=Vu(),a=Ru();return rr.es2017={libs:[e.es2016,s.es2017_arraybuffer,n.es2017_date,c.es2017_intl,o.es2017_object,i.es2017_sharedmemory,t.es2017_string,a.es2017_typedarrays],variables:[]},rr}r(po,"requireEs2017");var cr={},Uu;function VP(){if(Uu)return cr;Uu=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2017_full=void 0;const e=oe(),s=ye(),n=po(),c=ue(),o=ce();return cr.es2017_full={libs:[n.es2017,e.dom,o.webworker_importscripts,c.scripthost,s.dom_iterable],variables:[]},cr}r(VP,"requireEs2017_full");var Er={},pr={},fr={},Iu;function Fn(){if(Iu)return fr;Iu=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_asynciterable=void 0;const e=R(),s=le(),n=ae();return fr.es2018_asynciterable={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},fr}r(Fn,"requireEs2018_asynciterable");var xu;function Mu(){if(xu)return pr;xu=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_asyncgenerator=void 0;const e=R(),s=Fn();return pr.es2018_asyncgenerator={libs:[s.es2018_asynciterable],variables:[["AsyncGenerator",e.TYPE],["AsyncGeneratorFunction",e.TYPE],["AsyncGeneratorFunctionConstructor",e.TYPE]]},pr}r(Mu,"requireEs2018_asyncgenerator");var Tr={},wu;function fo(){if(wu)return Tr;wu=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_intl=void 0;const e=R();return Tr.es2018_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Tr}r(fo,"requireEs2018_intl");var dr={},Fu;function Bu(){if(Fu)return dr;Fu=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_promise=void 0;const e=R();return dr.es2018_promise={libs:[],variables:[["Promise",e.TYPE]]},dr}r(Bu,"requireEs2018_promise");var Pr={},Nu;function ku(){if(Nu)return Pr;Nu=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2018_regexp=void 0;const e=R();return Pr.es2018_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE]]},Pr}r(ku,"requireEs2018_regexp");var ju;function To(){if(ju)return Er;ju=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018=void 0;const e=po(),s=Mu(),n=Fn(),c=fo(),o=Bu(),i=ku();return Er.es2018={libs:[e.es2017,n.es2018_asynciterable,s.es2018_asyncgenerator,o.es2018_promise,i.es2018_regexp,c.es2018_intl],variables:[]},Er}r(To,"requireEs2018");var mr={},Gu;function DP(){if(Gu)return mr;Gu=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2018_full=void 0;const e=oe(),s=be(),n=ye(),c=To(),o=ue(),i=ce();return mr.es2018_full={libs:[c.es2018,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},mr}r(DP,"requireEs2018_full");var yr={},_r={},qu;function Wu(){if(qu)return _r;qu=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_array=void 0;const e=R();return _r.es2019_array={libs:[],variables:[["FlatArray",e.TYPE],["ReadonlyArray",e.TYPE],["Array",e.TYPE]]},_r}r(Wu,"requireEs2019_array");var hr={},$u;function Hu(){if($u)return hr;$u=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_intl=void 0;const e=R();return hr.es2019_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},hr}r(Hu,"requireEs2019_intl");var Sr={},Ku;function Xu(){if(Ku)return Sr;Ku=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2019_object=void 0;const e=R(),s=le();return Sr.es2019_object={libs:[s.es2015_iterable],variables:[["ObjectConstructor",e.TYPE]]},Sr}r(Xu,"requireEs2019_object");var vr={},zu;function Ju(){if(zu)return vr;zu=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_string=void 0;const e=R();return vr.es2019_string={libs:[],variables:[["String",e.TYPE]]},vr}r(Ju,"requireEs2019_string");var br={},Qu;function Zu(){if(Qu)return br;Qu=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_symbol=void 0;const e=R();return br.es2019_symbol={libs:[],variables:[["Symbol",e.TYPE]]},br}r(Zu,"requireEs2019_symbol");var ec;function Po(){if(ec)return yr;ec=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019=void 0;const e=To(),s=Wu(),n=Hu(),c=Xu(),o=Ju(),i=Zu();return yr.es2019={libs:[e.es2018,s.es2019_array,c.es2019_object,o.es2019_string,i.es2019_symbol,n.es2019_intl],variables:[]},yr}r(Po,"requireEs2019");var gr={},tc;function RP(){if(tc)return gr;tc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_full=void 0;const e=oe(),s=be(),n=ye(),c=Po(),o=ue(),i=ce();return gr.es2019_full={libs:[c.es2019,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},gr}r(RP,"requireEs2019_full");var Yr={},Ar={},Cr={},rc;function je(){if(rc)return Cr;rc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_intl=void 0;const e=R(),s=fo();return Cr.es2020_intl={libs:[s.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},Cr}r(je,"requireEs2020_intl");var ic;function Bn(){if(ic)return Ar;ic=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_bigint=void 0;const e=R(),s=je();return Ar.es2020_bigint={libs:[s.es2020_intl],variables:[["BigIntToLocaleStringOptions",e.TYPE],["BigInt",e.TYPE_VALUE],["BigIntConstructor",e.TYPE],["BigInt64Array",e.TYPE_VALUE],["BigInt64ArrayConstructor",e.TYPE],["BigUint64Array",e.TYPE_VALUE],["BigUint64ArrayConstructor",e.TYPE],["DataView",e.TYPE],["Intl",e.TYPE_VALUE]]},Ar}r(Bn,"requireEs2020_bigint");var Lr={},nc;function sc(){if(nc)return Lr;nc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_date=void 0;const e=R(),s=je();return Lr.es2020_date={libs:[s.es2020_intl],variables:[["Date",e.TYPE]]},Lr}r(sc,"requireEs2020_date");var Vr={},oc;function ac(){if(oc)return Vr;oc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_number=void 0;const e=R(),s=je();return Vr.es2020_number={libs:[s.es2020_intl],variables:[["Number",e.TYPE]]},Vr}r(ac,"requireEs2020_number");var Dr={},lc;function uc(){if(lc)return Dr;lc=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_promise=void 0;const e=R();return Dr.es2020_promise={libs:[],variables:[["PromiseFulfilledResult",e.TYPE],["PromiseRejectedResult",e.TYPE],["PromiseSettledResult",e.TYPE],["PromiseConstructor",e.TYPE]]},Dr}r(uc,"requireEs2020_promise");var Rr={},cc;function Ec(){if(cc)return Rr;cc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_sharedmemory=void 0;const e=R(),s=Bn();return Rr.es2020_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE]]},Rr}r(Ec,"requireEs2020_sharedmemory");var Or={},Ur={},pc;function mo(){if(pc)return Ur;pc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2020_symbol_wellknown=void 0;const e=R(),s=le(),n=ae();return Ur.es2020_symbol_wellknown={libs:[s.es2015_iterable,n.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["RegExpStringIterator",e.TYPE],["RegExp",e.TYPE]]},Ur}r(mo,"requireEs2020_symbol_wellknown");var fc;function Tc(){if(fc)return Or;fc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_string=void 0;const e=R(),s=le(),n=je(),c=mo();return Or.es2020_string={libs:[s.es2015_iterable,n.es2020_intl,c.es2020_symbol_wellknown],variables:[["String",e.TYPE]]},Or}r(Tc,"requireEs2020_string");var dc;function yo(){if(dc)return Yr;dc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020=void 0;const e=Po(),s=Bn(),n=sc(),c=je(),o=ac(),i=uc(),t=Ec(),a=Tc(),u=mo();return Yr.es2020={libs:[e.es2019,s.es2020_bigint,n.es2020_date,o.es2020_number,i.es2020_promise,t.es2020_sharedmemory,a.es2020_string,u.es2020_symbol_wellknown,c.es2020_intl],variables:[]},Yr}r(yo,"requireEs2020");var Ir={},Pc;function OP(){if(Pc)return Ir;Pc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2020_full=void 0;const e=oe(),s=be(),n=ye(),c=yo(),o=ue(),i=ce();return Ir.es2020_full={libs:[c.es2020,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Ir}r(OP,"requireEs2020_full");var xr={},Mr={},mc;function yc(){if(mc)return Mr;mc=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021_intl=void 0;const e=R();return Mr.es2021_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Mr}r(yc,"requireEs2021_intl");var wr={},_c;function _o(){if(_c)return wr;_c=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2021_promise=void 0;const e=R();return wr.es2021_promise={libs:[],variables:[["AggregateError",e.TYPE_VALUE],["AggregateErrorConstructor",e.TYPE],["PromiseConstructor",e.TYPE]]},wr}r(_o,"requireEs2021_promise");var Fr={},hc;function Sc(){if(hc)return Fr;hc=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_string=void 0;const e=R();return Fr.es2021_string={libs:[],variables:[["String",e.TYPE]]},Fr}r(Sc,"requireEs2021_string");var Br={},vc;function bc(){if(vc)return Br;vc=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2021_weakref=void 0;const e=R(),s=Ze();return Br.es2021_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Br}r(bc,"requireEs2021_weakref");var gc;function ho(){if(gc)return xr;gc=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021=void 0;const e=yo(),s=yc(),n=_o(),c=Sc(),o=bc();return xr.es2021={libs:[e.es2020,n.es2021_promise,c.es2021_string,o.es2021_weakref,s.es2021_intl],variables:[]},xr}r(ho,"requireEs2021");var Nr={},Yc;function UP(){if(Yc)return Nr;Yc=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2021_full=void 0;const e=oe(),s=be(),n=ye(),c=ho(),o=ue(),i=ce();return Nr.es2021_full={libs:[c.es2021,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Nr}r(UP,"requireEs2021_full");var kr={},jr={},Ac;function Cc(){if(Ac)return jr;Ac=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_array=void 0;const e=R();return jr.es2022_array={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["BigInt64Array",e.TYPE],["BigUint64Array",e.TYPE]]},jr}r(Cc,"requireEs2022_array");var Gr={},Lc;function Vc(){if(Lc)return Gr;Lc=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_error=void 0;const e=R(),s=_o();return Gr.es2022_error={libs:[s.es2021_promise],variables:[["ErrorOptions",e.TYPE],["Error",e.TYPE],["ErrorConstructor",e.TYPE],["EvalErrorConstructor",e.TYPE],["RangeErrorConstructor",e.TYPE],["ReferenceErrorConstructor",e.TYPE],["SyntaxErrorConstructor",e.TYPE],["TypeErrorConstructor",e.TYPE],["URIErrorConstructor",e.TYPE],["AggregateErrorConstructor",e.TYPE]]},Gr}r(Vc,"requireEs2022_error");var qr={},Dc;function Rc(){if(Dc)return qr;Dc=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_intl=void 0;const e=R();return qr.es2022_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},qr}r(Rc,"requireEs2022_intl");var Wr={},Oc;function Uc(){if(Oc)return Wr;Oc=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_object=void 0;const e=R();return Wr.es2022_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},Wr}r(Uc,"requireEs2022_object");var $r={},Ic;function xc(){if(Ic)return $r;Ic=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_regexp=void 0;const e=R();return $r.es2022_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExpIndicesArray",e.TYPE],["RegExp",e.TYPE]]},$r}r(xc,"requireEs2022_regexp");var Hr={},Mc;function wc(){if(Mc)return Hr;Mc=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_string=void 0;const e=R();return Hr.es2022_string={libs:[],variables:[["String",e.TYPE]]},Hr}r(wc,"requireEs2022_string");var Fc;function So(){if(Fc)return kr;Fc=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022=void 0;const e=ho(),s=Cc(),n=Vc(),c=Rc(),o=Uc(),i=xc(),t=wc();return kr.es2022={libs:[e.es2021,s.es2022_array,n.es2022_error,c.es2022_intl,o.es2022_object,i.es2022_regexp,t.es2022_string],variables:[]},kr}r(So,"requireEs2022");var Kr={},Bc;function IP(){if(Bc)return Kr;Bc=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2022_full=void 0;const e=oe(),s=be(),n=ye(),c=So(),o=ue(),i=ce();return Kr.es2022_full={libs:[c.es2022,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Kr}r(IP,"requireEs2022_full");var Xr={},zr={},Nc;function kc(){if(Nc)return zr;Nc=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_array=void 0;const e=R();return zr.es2023_array={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["BigInt64Array",e.TYPE],["BigUint64Array",e.TYPE]]},zr}r(kc,"requireEs2023_array");var Jr={},jc;function Gc(){if(jc)return Jr;jc=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_collection=void 0;const e=R();return Jr.es2023_collection={libs:[],variables:[["WeakKeyTypes",e.TYPE]]},Jr}r(Gc,"requireEs2023_collection");var Qr={},qc;function Wc(){if(qc)return Qr;qc=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2023_intl=void 0;const e=R();return Qr.es2023_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Qr}r(Wc,"requireEs2023_intl");var $c;function vo(){if($c)return Xr;$c=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023=void 0;const e=So(),s=kc(),n=Gc(),c=Wc();return Xr.es2023={libs:[e.es2022,s.es2023_array,n.es2023_collection,c.es2023_intl],variables:[]},Xr}r(vo,"requireEs2023");var Zr={},Hc;function xP(){if(Hc)return Zr;Hc=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2023_full=void 0;const e=oe(),s=be(),n=ye(),c=vo(),o=ue(),i=ce();return Zr.es2023_full={libs:[c.es2023,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Zr}r(xP,"requireEs2023_full");var ei={},ti={},Kc;function Xc(){if(Kc)return ti;Kc=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.es2024_arraybuffer=void 0;const e=R();return ti.es2024_arraybuffer={libs:[],variables:[["ArrayBuffer",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},ti}r(Xc,"requireEs2024_arraybuffer");var ri={},zc;function bo(){if(zc)return ri;zc=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.es2024_collection=void 0;const e=R();return ri.es2024_collection={libs:[],variables:[["MapConstructor",e.TYPE]]},ri}r(bo,"requireEs2024_collection");var ii={},Jc;function Qc(){if(Jc)return ii;Jc=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.es2024_object=void 0;const e=R();return ii.es2024_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},ii}r(Qc,"requireEs2024_object");var ni={},Zc;function eE(){if(Zc)return ni;Zc=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.es2024_promise=void 0;const e=R();return ni.es2024_promise={libs:[],variables:[["PromiseWithResolvers",e.TYPE],["PromiseConstructor",e.TYPE]]},ni}r(eE,"requireEs2024_promise");var si={},tE;function rE(){if(tE)return si;tE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.es2024_regexp=void 0;const e=R();return si.es2024_regexp={libs:[],variables:[["RegExp",e.TYPE]]},si}r(rE,"requireEs2024_regexp");var oi={},iE;function nE(){if(iE)return oi;iE=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2024_sharedmemory=void 0;const e=R(),s=Bn();return oi.es2024_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE],["SharedArrayBuffer",e.TYPE],["SharedArrayBufferConstructor",e.TYPE]]},oi}r(nE,"requireEs2024_sharedmemory");var ai={},sE;function oE(){if(sE)return ai;sE=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.es2024_string=void 0;const e=R();return ai.es2024_string={libs:[],variables:[["String",e.TYPE]]},ai}r(oE,"requireEs2024_string");var aE;function go(){if(aE)return ei;aE=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.es2024=void 0;const e=vo(),s=Xc(),n=bo(),c=Qc(),o=eE(),i=rE(),t=nE(),a=oE();return ei.es2024={libs:[e.es2023,s.es2024_arraybuffer,n.es2024_collection,c.es2024_object,o.es2024_promise,i.es2024_regexp,t.es2024_sharedmemory,a.es2024_string],variables:[]},ei}r(go,"requireEs2024");var li={},lE;function MP(){if(lE)return li;lE=1,Object.defineProperty(li,"__esModule",{value:!0}),li.es2024_full=void 0;const e=oe(),s=be(),n=ye(),c=go(),o=ue(),i=ce();return li.es2024_full={libs:[c.es2024,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},li}r(MP,"requireEs2024_full");var ui={},ci={},uE;function cE(){if(uE)return ci;uE=1,Object.defineProperty(ci,"__esModule",{value:!0}),ci.esnext_array=void 0;const e=R();return ci.esnext_array={libs:[],variables:[["ArrayConstructor",e.TYPE]]},ci}r(cE,"requireEsnext_array");var Ei={},EE;function pE(){if(EE)return Ei;EE=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.esnext_collection=void 0;const e=R(),s=bo();return Ei.esnext_collection={libs:[s.es2024_collection],variables:[["ReadonlySetLike",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE]]},Ei}r(pE,"requireEsnext_collection");var pi={},fE;function TE(){if(fE)return pi;fE=1,Object.defineProperty(pi,"__esModule",{value:!0}),pi.esnext_decorators=void 0;const e=R(),s=to(),n=ae();return pi.esnext_decorators={libs:[n.es2015_symbol,s.decorators],variables:[["SymbolConstructor",e.TYPE],["Function",e.TYPE]]},pi}r(TE,"requireEsnext_decorators");var fi={},dE;function PE(){if(dE)return fi;dE=1,Object.defineProperty(fi,"__esModule",{value:!0}),fi.esnext_disposable=void 0;const e=R(),s=le(),n=ae(),c=Fn();return fi.esnext_disposable={libs:[n.es2015_symbol,s.es2015_iterable,c.es2018_asynciterable],variables:[["SymbolConstructor",e.TYPE],["Disposable",e.TYPE],["AsyncDisposable",e.TYPE],["SuppressedError",e.TYPE_VALUE],["SuppressedErrorConstructor",e.TYPE],["DisposableStack",e.TYPE_VALUE],["DisposableStackConstructor",e.TYPE],["AsyncDisposableStack",e.TYPE_VALUE],["AsyncDisposableStackConstructor",e.TYPE],["IteratorObject",e.TYPE],["AsyncIteratorObject",e.TYPE]]},fi}r(PE,"requireEsnext_disposable");var Ti={},mE;function yE(){if(mE)return Ti;mE=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.esnext_error=void 0;const e=R();return Ti.esnext_error={libs:[],variables:[["ErrorConstructor",e.TYPE]]},Ti}r(yE,"requireEsnext_error");var di={},_E;function hE(){if(_E)return di;_E=1,Object.defineProperty(di,"__esModule",{value:!0}),di.esnext_float16=void 0;const e=R(),s=le(),n=ae();return di.esnext_float16={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},di}r(hE,"requireEsnext_float16");var Pi={},SE;function vE(){if(SE)return Pi;SE=1,Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.esnext_intl=void 0;const e=R();return Pi.esnext_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Pi}r(vE,"requireEsnext_intl");var mi={},bE;function gE(){if(bE)return mi;bE=1,Object.defineProperty(mi,"__esModule",{value:!0}),mi.esnext_iterator=void 0;const e=R(),s=le();return mi.esnext_iterator={libs:[s.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},mi}r(gE,"requireEsnext_iterator");var yi={},YE;function AE(){if(YE)return yi;YE=1,Object.defineProperty(yi,"__esModule",{value:!0}),yi.esnext_promise=void 0;const e=R();return yi.esnext_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},yi}r(AE,"requireEsnext_promise");var _i={},CE;function LE(){if(CE)return _i;CE=1,Object.defineProperty(_i,"__esModule",{value:!0}),_i.esnext_sharedmemory=void 0;const e=R();return _i.esnext_sharedmemory={libs:[],variables:[["Atomics",e.TYPE]]},_i}r(LE,"requireEsnext_sharedmemory");var VE;function DE(){if(VE)return ui;VE=1,Object.defineProperty(ui,"__esModule",{value:!0}),ui.esnext=void 0;const e=go(),s=cE(),n=pE(),c=TE(),o=PE(),i=yE(),t=hE(),a=vE(),u=gE(),E=AE(),p=LE();return ui.esnext={libs:[e.es2024,a.esnext_intl,c.esnext_decorators,o.esnext_disposable,n.esnext_collection,s.esnext_array,u.esnext_iterator,E.esnext_promise,t.esnext_float16,i.esnext_error,p.esnext_sharedmemory],variables:[]},ui}r(DE,"requireEsnext");var hi={},RE;function wP(){if(RE)return hi;RE=1,Object.defineProperty(hi,"__esModule",{value:!0}),hi.esnext_asynciterable=void 0;const e=R(),s=le(),n=ae();return hi.esnext_asynciterable={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},hi}r(wP,"requireEsnext_asynciterable");var Si={},OE;function FP(){if(OE)return Si;OE=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.esnext_bigint=void 0;const e=R(),s=je();return Si.esnext_bigint={libs:[s.es2020_intl],variables:[["BigIntToLocaleStringOptions",e.TYPE],["BigInt",e.TYPE_VALUE],["BigIntConstructor",e.TYPE],["BigInt64Array",e.TYPE_VALUE],["BigInt64ArrayConstructor",e.TYPE],["BigUint64Array",e.TYPE_VALUE],["BigUint64ArrayConstructor",e.TYPE],["DataView",e.TYPE],["Intl",e.TYPE_VALUE]]},Si}r(FP,"requireEsnext_bigint");var vi={},UE;function BP(){if(UE)return vi;UE=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.esnext_full=void 0;const e=oe(),s=be(),n=ye(),c=DE(),o=ue(),i=ce();return vi.esnext_full={libs:[c.esnext,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},vi}r(BP,"requireEsnext_full");var bi={},IE;function NP(){if(IE)return bi;IE=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.esnext_object=void 0;const e=R();return bi.esnext_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},bi}r(NP,"requireEsnext_object");var gi={},xE;function kP(){if(xE)return gi;xE=1,Object.defineProperty(gi,"__esModule",{value:!0}),gi.esnext_regexp=void 0;const e=R();return gi.esnext_regexp={libs:[],variables:[["RegExp",e.TYPE]]},gi}r(kP,"requireEsnext_regexp");var Yi={},ME;function jP(){if(ME)return Yi;ME=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.esnext_string=void 0;const e=R();return Yi.esnext_string={libs:[],variables:[["String",e.TYPE]]},Yi}r(jP,"requireEsnext_string");var Ai={},wE;function GP(){if(wE)return Ai;wE=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.esnext_symbol=void 0;const e=R();return Ai.esnext_symbol={libs:[],variables:[["Symbol",e.TYPE]]},Ai}r(GP,"requireEsnext_symbol");var Ci={},FE;function qP(){if(FE)return Ci;FE=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.esnext_weakref=void 0;const e=R(),s=Ze();return Ci.esnext_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Ci}r(qP,"requireEsnext_weakref");var Li={},BE;function WP(){if(BE)return Li;BE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.lib=void 0;const e=oe(),s=wn(),n=ue(),c=ce();return Li.lib={libs:[s.es5,e.dom,c.webworker_importscripts,n.scripthost],variables:[]},Li}r(WP,"requireLib$1");var Vi={},NE;function $P(){if(NE)return Vi;NE=1,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.webworker=void 0;const e=R();return Vi.webworker={libs:[],variables:[["AddEventListenerOptions",e.TYPE],["AesCbcParams",e.TYPE],["AesCtrParams",e.TYPE],["AesDerivedKeyParams",e.TYPE],["AesGcmParams",e.TYPE],["AesKeyAlgorithm",e.TYPE],["AesKeyGenParams",e.TYPE],["Algorithm",e.TYPE],["AudioConfiguration",e.TYPE],["AudioDataCopyToOptions",e.TYPE],["AudioDataInit",e.TYPE],["AudioDecoderConfig",e.TYPE],["AudioDecoderInit",e.TYPE],["AudioDecoderSupport",e.TYPE],["AudioEncoderConfig",e.TYPE],["AudioEncoderInit",e.TYPE],["AudioEncoderSupport",e.TYPE],["AvcEncoderConfig",e.TYPE],["BlobPropertyBag",e.TYPE],["CSSMatrixComponentOptions",e.TYPE],["CSSNumericType",e.TYPE],["CacheQueryOptions",e.TYPE],["ClientQueryOptions",e.TYPE],["CloseEventInit",e.TYPE],["CookieInit",e.TYPE],["CookieListItem",e.TYPE],["CookieStoreDeleteOptions",e.TYPE],["CookieStoreGetOptions",e.TYPE],["CryptoKeyPair",e.TYPE],["CustomEventInit",e.TYPE],["DOMMatrix2DInit",e.TYPE],["DOMMatrixInit",e.TYPE],["DOMPointInit",e.TYPE],["DOMQuadInit",e.TYPE],["DOMRectInit",e.TYPE],["EcKeyGenParams",e.TYPE],["EcKeyImportParams",e.TYPE],["EcdhKeyDeriveParams",e.TYPE],["EcdsaParams",e.TYPE],["EncodedAudioChunkInit",e.TYPE],["EncodedAudioChunkMetadata",e.TYPE],["EncodedVideoChunkInit",e.TYPE],["EncodedVideoChunkMetadata",e.TYPE],["ErrorEventInit",e.TYPE],["EventInit",e.TYPE],["EventListenerOptions",e.TYPE],["EventSourceInit",e.TYPE],["ExtendableCookieChangeEventInit",e.TYPE],["ExtendableEventInit",e.TYPE],["ExtendableMessageEventInit",e.TYPE],["FetchEventInit",e.TYPE],["FilePropertyBag",e.TYPE],["FileSystemCreateWritableOptions",e.TYPE],["FileSystemGetDirectoryOptions",e.TYPE],["FileSystemGetFileOptions",e.TYPE],["FileSystemReadWriteOptions",e.TYPE],["FileSystemRemoveOptions",e.TYPE],["FontFaceDescriptors",e.TYPE],["FontFaceSetLoadEventInit",e.TYPE],["GetNotificationOptions",e.TYPE],["HkdfParams",e.TYPE],["HmacImportParams",e.TYPE],["HmacKeyGenParams",e.TYPE],["IDBDatabaseInfo",e.TYPE],["IDBIndexParameters",e.TYPE],["IDBObjectStoreParameters",e.TYPE],["IDBTransactionOptions",e.TYPE],["IDBVersionChangeEventInit",e.TYPE],["ImageBitmapOptions",e.TYPE],["ImageBitmapRenderingContextSettings",e.TYPE],["ImageDataSettings",e.TYPE],["ImageDecodeOptions",e.TYPE],["ImageDecodeResult",e.TYPE],["ImageDecoderInit",e.TYPE],["ImageEncodeOptions",e.TYPE],["JsonWebKey",e.TYPE],["KeyAlgorithm",e.TYPE],["KeySystemTrackConfiguration",e.TYPE],["LockInfo",e.TYPE],["LockManagerSnapshot",e.TYPE],["LockOptions",e.TYPE],["MediaCapabilitiesDecodingInfo",e.TYPE],["MediaCapabilitiesEncodingInfo",e.TYPE],["MediaCapabilitiesInfo",e.TYPE],["MediaCapabilitiesKeySystemConfiguration",e.TYPE],["MediaConfiguration",e.TYPE],["MediaDecodingConfiguration",e.TYPE],["MediaEncodingConfiguration",e.TYPE],["MediaStreamTrackProcessorInit",e.TYPE],["MessageEventInit",e.TYPE],["MultiCacheQueryOptions",e.TYPE],["NavigationPreloadState",e.TYPE],["NotificationEventInit",e.TYPE],["NotificationOptions",e.TYPE],["OpusEncoderConfig",e.TYPE],["Pbkdf2Params",e.TYPE],["PerformanceMarkOptions",e.TYPE],["PerformanceMeasureOptions",e.TYPE],["PerformanceObserverInit",e.TYPE],["PermissionDescriptor",e.TYPE],["PlaneLayout",e.TYPE],["ProgressEventInit",e.TYPE],["PromiseRejectionEventInit",e.TYPE],["PushEventInit",e.TYPE],["PushSubscriptionChangeEventInit",e.TYPE],["PushSubscriptionJSON",e.TYPE],["PushSubscriptionOptionsInit",e.TYPE],["QueuingStrategy",e.TYPE],["QueuingStrategyInit",e.TYPE],["RTCEncodedAudioFrameMetadata",e.TYPE],["RTCEncodedFrameMetadata",e.TYPE],["RTCEncodedVideoFrameMetadata",e.TYPE],["ReadableStreamGetReaderOptions",e.TYPE],["ReadableStreamIteratorOptions",e.TYPE],["ReadableStreamReadDoneResult",e.TYPE],["ReadableStreamReadValueResult",e.TYPE],["ReadableWritablePair",e.TYPE],["RegistrationOptions",e.TYPE],["ReportingObserverOptions",e.TYPE],["RequestInit",e.TYPE],["ResponseInit",e.TYPE],["RsaHashedImportParams",e.TYPE],["RsaHashedKeyGenParams",e.TYPE],["RsaKeyGenParams",e.TYPE],["RsaOaepParams",e.TYPE],["RsaOtherPrimesInfo",e.TYPE],["RsaPssParams",e.TYPE],["SecurityPolicyViolationEventInit",e.TYPE],["StorageEstimate",e.TYPE],["StreamPipeOptions",e.TYPE],["StructuredSerializeOptions",e.TYPE],["TextDecodeOptions",e.TYPE],["TextDecoderOptions",e.TYPE],["TextEncoderEncodeIntoResult",e.TYPE],["Transformer",e.TYPE],["UnderlyingByteSource",e.TYPE],["UnderlyingDefaultSource",e.TYPE],["UnderlyingSink",e.TYPE],["UnderlyingSource",e.TYPE],["VideoColorSpaceInit",e.TYPE],["VideoConfiguration",e.TYPE],["VideoDecoderConfig",e.TYPE],["VideoDecoderInit",e.TYPE],["VideoDecoderSupport",e.TYPE],["VideoEncoderConfig",e.TYPE],["VideoEncoderEncodeOptions",e.TYPE],["VideoEncoderEncodeOptionsForAvc",e.TYPE],["VideoEncoderInit",e.TYPE],["VideoEncoderSupport",e.TYPE],["VideoFrameBufferInit",e.TYPE],["VideoFrameCopyToOptions",e.TYPE],["VideoFrameInit",e.TYPE],["WebGLContextAttributes",e.TYPE],["WebGLContextEventInit",e.TYPE],["WebTransportCloseInfo",e.TYPE],["WebTransportErrorOptions",e.TYPE],["WebTransportHash",e.TYPE],["WebTransportOptions",e.TYPE],["WebTransportSendOptions",e.TYPE],["WebTransportSendStreamOptions",e.TYPE],["WorkerOptions",e.TYPE],["WriteParams",e.TYPE],["ANGLE_instanced_arrays",e.TYPE],["AbortController",e.TYPE_VALUE],["AbortSignalEventMap",e.TYPE],["AbortSignal",e.TYPE_VALUE],["AbstractWorkerEventMap",e.TYPE],["AbstractWorker",e.TYPE],["AnimationFrameProvider",e.TYPE],["AudioData",e.TYPE_VALUE],["AudioDecoderEventMap",e.TYPE],["AudioDecoder",e.TYPE_VALUE],["AudioEncoderEventMap",e.TYPE],["AudioEncoder",e.TYPE_VALUE],["Blob",e.TYPE_VALUE],["Body",e.TYPE],["BroadcastChannelEventMap",e.TYPE],["BroadcastChannel",e.TYPE_VALUE],["ByteLengthQueuingStrategy",e.TYPE_VALUE],["CSSImageValue",e.TYPE_VALUE],["CSSKeywordValue",e.TYPE_VALUE],["CSSMathClamp",e.TYPE_VALUE],["CSSMathInvert",e.TYPE_VALUE],["CSSMathMax",e.TYPE_VALUE],["CSSMathMin",e.TYPE_VALUE],["CSSMathNegate",e.TYPE_VALUE],["CSSMathProduct",e.TYPE_VALUE],["CSSMathSum",e.TYPE_VALUE],["CSSMathValue",e.TYPE_VALUE],["CSSMatrixComponent",e.TYPE_VALUE],["CSSNumericArray",e.TYPE_VALUE],["CSSNumericValue",e.TYPE_VALUE],["CSSPerspective",e.TYPE_VALUE],["CSSRotate",e.TYPE_VALUE],["CSSScale",e.TYPE_VALUE],["CSSSkew",e.TYPE_VALUE],["CSSSkewX",e.TYPE_VALUE],["CSSSkewY",e.TYPE_VALUE],["CSSStyleValue",e.TYPE_VALUE],["CSSTransformComponent",e.TYPE_VALUE],["CSSTransformValue",e.TYPE_VALUE],["CSSTranslate",e.TYPE_VALUE],["CSSUnitValue",e.TYPE_VALUE],["CSSUnparsedValue",e.TYPE_VALUE],["CSSVariableReferenceValue",e.TYPE_VALUE],["Cache",e.TYPE_VALUE],["CacheStorage",e.TYPE_VALUE],["CanvasCompositing",e.TYPE],["CanvasDrawImage",e.TYPE],["CanvasDrawPath",e.TYPE],["CanvasFillStrokeStyles",e.TYPE],["CanvasFilters",e.TYPE],["CanvasGradient",e.TYPE_VALUE],["CanvasImageData",e.TYPE],["CanvasImageSmoothing",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CanvasPattern",e.TYPE_VALUE],["CanvasRect",e.TYPE],["CanvasShadowStyles",e.TYPE],["CanvasState",e.TYPE],["CanvasText",e.TYPE],["CanvasTextDrawingStyles",e.TYPE],["CanvasTransform",e.TYPE],["Client",e.TYPE_VALUE],["Clients",e.TYPE_VALUE],["CloseEvent",e.TYPE_VALUE],["CompressionStream",e.TYPE_VALUE],["CookieStore",e.TYPE_VALUE],["CookieStoreManager",e.TYPE_VALUE],["CountQueuingStrategy",e.TYPE_VALUE],["Crypto",e.TYPE_VALUE],["CryptoKey",e.TYPE_VALUE],["CustomEvent",e.TYPE_VALUE],["DOMException",e.TYPE_VALUE],["DOMMatrix",e.TYPE_VALUE],["DOMMatrixReadOnly",e.TYPE_VALUE],["DOMPoint",e.TYPE_VALUE],["DOMPointReadOnly",e.TYPE_VALUE],["DOMQuad",e.TYPE_VALUE],["DOMRect",e.TYPE_VALUE],["DOMRectReadOnly",e.TYPE_VALUE],["DOMStringList",e.TYPE_VALUE],["DecompressionStream",e.TYPE_VALUE],["DedicatedWorkerGlobalScopeEventMap",e.TYPE],["DedicatedWorkerGlobalScope",e.TYPE_VALUE],["EXT_blend_minmax",e.TYPE],["EXT_color_buffer_float",e.TYPE],["EXT_color_buffer_half_float",e.TYPE],["EXT_float_blend",e.TYPE],["EXT_frag_depth",e.TYPE],["EXT_sRGB",e.TYPE],["EXT_shader_texture_lod",e.TYPE],["EXT_texture_compression_bptc",e.TYPE],["EXT_texture_compression_rgtc",e.TYPE],["EXT_texture_filter_anisotropic",e.TYPE],["EXT_texture_norm16",e.TYPE],["EncodedAudioChunk",e.TYPE_VALUE],["EncodedVideoChunk",e.TYPE_VALUE],["ErrorEvent",e.TYPE_VALUE],["Event",e.TYPE_VALUE],["EventListener",e.TYPE],["EventListenerObject",e.TYPE],["EventSourceEventMap",e.TYPE],["EventSource",e.TYPE_VALUE],["EventTarget",e.TYPE_VALUE],["ExtendableCookieChangeEvent",e.TYPE_VALUE],["ExtendableEvent",e.TYPE_VALUE],["ExtendableMessageEvent",e.TYPE_VALUE],["FetchEvent",e.TYPE_VALUE],["File",e.TYPE_VALUE],["FileList",e.TYPE_VALUE],["FileReaderEventMap",e.TYPE],["FileReader",e.TYPE_VALUE],["FileReaderSync",e.TYPE_VALUE],["FileSystemDirectoryHandle",e.TYPE_VALUE],["FileSystemFileHandle",e.TYPE_VALUE],["FileSystemHandle",e.TYPE_VALUE],["FileSystemSyncAccessHandle",e.TYPE_VALUE],["FileSystemWritableFileStream",e.TYPE_VALUE],["FontFace",e.TYPE_VALUE],["FontFaceSetEventMap",e.TYPE],["FontFaceSet",e.TYPE_VALUE],["FontFaceSetLoadEvent",e.TYPE_VALUE],["FontFaceSource",e.TYPE],["FormData",e.TYPE_VALUE],["GPUError",e.TYPE],["GenericTransformStream",e.TYPE],["Headers",e.TYPE_VALUE],["IDBCursor",e.TYPE_VALUE],["IDBCursorWithValue",e.TYPE_VALUE],["IDBDatabaseEventMap",e.TYPE],["IDBDatabase",e.TYPE_VALUE],["IDBFactory",e.TYPE_VALUE],["IDBIndex",e.TYPE_VALUE],["IDBKeyRange",e.TYPE_VALUE],["IDBObjectStore",e.TYPE_VALUE],["IDBOpenDBRequestEventMap",e.TYPE],["IDBOpenDBRequest",e.TYPE_VALUE],["IDBRequestEventMap",e.TYPE],["IDBRequest",e.TYPE_VALUE],["IDBTransactionEventMap",e.TYPE],["IDBTransaction",e.TYPE_VALUE],["IDBVersionChangeEvent",e.TYPE_VALUE],["ImageBitmap",e.TYPE_VALUE],["ImageBitmapRenderingContext",e.TYPE_VALUE],["ImageData",e.TYPE_VALUE],["ImageDecoder",e.TYPE_VALUE],["ImageTrack",e.TYPE_VALUE],["ImageTrackList",e.TYPE_VALUE],["ImportMeta",e.TYPE],["KHR_parallel_shader_compile",e.TYPE],["Lock",e.TYPE_VALUE],["LockManager",e.TYPE_VALUE],["MediaCapabilities",e.TYPE_VALUE],["MediaSourceHandle",e.TYPE_VALUE],["MediaStreamTrackProcessor",e.TYPE_VALUE],["MessageChannel",e.TYPE_VALUE],["MessageEvent",e.TYPE_VALUE],["MessageEventTargetEventMap",e.TYPE],["MessageEventTarget",e.TYPE],["MessagePortEventMap",e.TYPE],["MessagePort",e.TYPE_VALUE],["NavigationPreloadManager",e.TYPE_VALUE],["NavigatorBadge",e.TYPE],["NavigatorConcurrentHardware",e.TYPE],["NavigatorID",e.TYPE],["NavigatorLanguage",e.TYPE],["NavigatorLocks",e.TYPE],["NavigatorOnLine",e.TYPE],["NavigatorStorage",e.TYPE],["NotificationEventMap",e.TYPE],["Notification",e.TYPE_VALUE],["NotificationEvent",e.TYPE_VALUE],["OES_draw_buffers_indexed",e.TYPE],["OES_element_index_uint",e.TYPE],["OES_fbo_render_mipmap",e.TYPE],["OES_standard_derivatives",e.TYPE],["OES_texture_float",e.TYPE],["OES_texture_float_linear",e.TYPE],["OES_texture_half_float",e.TYPE],["OES_texture_half_float_linear",e.TYPE],["OES_vertex_array_object",e.TYPE],["OVR_multiview2",e.TYPE],["OffscreenCanvasEventMap",e.TYPE],["OffscreenCanvas",e.TYPE_VALUE],["OffscreenCanvasRenderingContext2D",e.TYPE_VALUE],["Path2D",e.TYPE_VALUE],["PerformanceEventMap",e.TYPE],["Performance",e.TYPE_VALUE],["PerformanceEntry",e.TYPE_VALUE],["PerformanceMark",e.TYPE_VALUE],["PerformanceMeasure",e.TYPE_VALUE],["PerformanceObserver",e.TYPE_VALUE],["PerformanceObserverEntryList",e.TYPE_VALUE],["PerformanceResourceTiming",e.TYPE_VALUE],["PerformanceServerTiming",e.TYPE_VALUE],["PermissionStatusEventMap",e.TYPE],["PermissionStatus",e.TYPE_VALUE],["Permissions",e.TYPE_VALUE],["ProgressEvent",e.TYPE_VALUE],["PromiseRejectionEvent",e.TYPE_VALUE],["PushEvent",e.TYPE_VALUE],["PushManager",e.TYPE_VALUE],["PushMessageData",e.TYPE_VALUE],["PushSubscription",e.TYPE_VALUE],["PushSubscriptionChangeEvent",e.TYPE_VALUE],["PushSubscriptionOptions",e.TYPE_VALUE],["RTCDataChannelEventMap",e.TYPE],["RTCDataChannel",e.TYPE_VALUE],["RTCEncodedAudioFrame",e.TYPE_VALUE],["RTCEncodedVideoFrame",e.TYPE_VALUE],["RTCRtpScriptTransformer",e.TYPE_VALUE],["RTCTransformEvent",e.TYPE_VALUE],["ReadableByteStreamController",e.TYPE_VALUE],["ReadableStream",e.TYPE_VALUE],["ReadableStreamBYOBReader",e.TYPE_VALUE],["ReadableStreamBYOBRequest",e.TYPE_VALUE],["ReadableStreamDefaultController",e.TYPE_VALUE],["ReadableStreamDefaultReader",e.TYPE_VALUE],["ReadableStreamGenericReader",e.TYPE],["Report",e.TYPE_VALUE],["ReportBody",e.TYPE_VALUE],["ReportingObserver",e.TYPE_VALUE],["Request",e.TYPE_VALUE],["Response",e.TYPE_VALUE],["SecurityPolicyViolationEvent",e.TYPE_VALUE],["ServiceWorkerEventMap",e.TYPE],["ServiceWorker",e.TYPE_VALUE],["ServiceWorkerContainerEventMap",e.TYPE],["ServiceWorkerContainer",e.TYPE_VALUE],["ServiceWorkerGlobalScopeEventMap",e.TYPE],["ServiceWorkerGlobalScope",e.TYPE_VALUE],["ServiceWorkerRegistrationEventMap",e.TYPE],["ServiceWorkerRegistration",e.TYPE_VALUE],["SharedWorkerGlobalScopeEventMap",e.TYPE],["SharedWorkerGlobalScope",e.TYPE_VALUE],["StorageManager",e.TYPE_VALUE],["StylePropertyMapReadOnly",e.TYPE_VALUE],["SubtleCrypto",e.TYPE_VALUE],["TextDecoder",e.TYPE_VALUE],["TextDecoderCommon",e.TYPE],["TextDecoderStream",e.TYPE_VALUE],["TextEncoder",e.TYPE_VALUE],["TextEncoderCommon",e.TYPE],["TextEncoderStream",e.TYPE_VALUE],["TextMetrics",e.TYPE_VALUE],["TransformStream",e.TYPE_VALUE],["TransformStreamDefaultController",e.TYPE_VALUE],["URL",e.TYPE_VALUE],["URLSearchParams",e.TYPE_VALUE],["VideoColorSpace",e.TYPE_VALUE],["VideoDecoderEventMap",e.TYPE],["VideoDecoder",e.TYPE_VALUE],["VideoEncoderEventMap",e.TYPE],["VideoEncoder",e.TYPE_VALUE],["VideoFrame",e.TYPE_VALUE],["WEBGL_color_buffer_float",e.TYPE],["WEBGL_compressed_texture_astc",e.TYPE],["WEBGL_compressed_texture_etc",e.TYPE],["WEBGL_compressed_texture_etc1",e.TYPE],["WEBGL_compressed_texture_pvrtc",e.TYPE],["WEBGL_compressed_texture_s3tc",e.TYPE],["WEBGL_compressed_texture_s3tc_srgb",e.TYPE],["WEBGL_debug_renderer_info",e.TYPE],["WEBGL_debug_shaders",e.TYPE],["WEBGL_depth_texture",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_lose_context",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WebGL2RenderingContext",e.TYPE_VALUE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLActiveInfo",e.TYPE_VALUE],["WebGLBuffer",e.TYPE_VALUE],["WebGLContextEvent",e.TYPE_VALUE],["WebGLFramebuffer",e.TYPE_VALUE],["WebGLProgram",e.TYPE_VALUE],["WebGLQuery",e.TYPE_VALUE],["WebGLRenderbuffer",e.TYPE_VALUE],["WebGLRenderingContext",e.TYPE_VALUE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE],["WebGLSampler",e.TYPE_VALUE],["WebGLShader",e.TYPE_VALUE],["WebGLShaderPrecisionFormat",e.TYPE_VALUE],["WebGLSync",e.TYPE_VALUE],["WebGLTexture",e.TYPE_VALUE],["WebGLTransformFeedback",e.TYPE_VALUE],["WebGLUniformLocation",e.TYPE_VALUE],["WebGLVertexArrayObject",e.TYPE_VALUE],["WebGLVertexArrayObjectOES",e.TYPE],["WebSocketEventMap",e.TYPE],["WebSocket",e.TYPE_VALUE],["WebTransport",e.TYPE_VALUE],["WebTransportBidirectionalStream",e.TYPE_VALUE],["WebTransportDatagramDuplexStream",e.TYPE_VALUE],["WebTransportError",e.TYPE_VALUE],["WindowClient",e.TYPE_VALUE],["WindowOrWorkerGlobalScope",e.TYPE],["WorkerEventMap",e.TYPE],["Worker",e.TYPE_VALUE],["WorkerGlobalScopeEventMap",e.TYPE],["WorkerGlobalScope",e.TYPE_VALUE],["WorkerLocation",e.TYPE_VALUE],["WorkerNavigator",e.TYPE_VALUE],["WritableStream",e.TYPE_VALUE],["WritableStreamDefaultController",e.TYPE_VALUE],["WritableStreamDefaultWriter",e.TYPE_VALUE],["XMLHttpRequestEventMap",e.TYPE],["XMLHttpRequest",e.TYPE_VALUE],["XMLHttpRequestEventTargetEventMap",e.TYPE],["XMLHttpRequestEventTarget",e.TYPE_VALUE],["XMLHttpRequestUpload",e.TYPE_VALUE],["WebAssembly",e.TYPE_VALUE],["Console",e.TYPE],["AudioDataOutputCallback",e.TYPE],["EncodedAudioChunkOutputCallback",e.TYPE],["EncodedVideoChunkOutputCallback",e.TYPE],["FrameRequestCallback",e.TYPE],["LockGrantedCallback",e.TYPE],["OnErrorEventHandlerNonNull",e.TYPE],["PerformanceObserverCallback",e.TYPE],["QueuingStrategySize",e.TYPE],["ReportingObserverCallback",e.TYPE],["TransformerFlushCallback",e.TYPE],["TransformerStartCallback",e.TYPE],["TransformerTransformCallback",e.TYPE],["UnderlyingSinkAbortCallback",e.TYPE],["UnderlyingSinkCloseCallback",e.TYPE],["UnderlyingSinkStartCallback",e.TYPE],["UnderlyingSinkWriteCallback",e.TYPE],["UnderlyingSourceCancelCallback",e.TYPE],["UnderlyingSourcePullCallback",e.TYPE],["UnderlyingSourceStartCallback",e.TYPE],["VideoFrameOutputCallback",e.TYPE],["VoidFunction",e.TYPE],["WebCodecsErrorCallback",e.TYPE],["AlgorithmIdentifier",e.TYPE],["AllowSharedBufferSource",e.TYPE],["BigInteger",e.TYPE],["BlobPart",e.TYPE],["BodyInit",e.TYPE],["BufferSource",e.TYPE],["CSSKeywordish",e.TYPE],["CSSNumberish",e.TYPE],["CSSPerspectiveValue",e.TYPE],["CSSUnparsedSegment",e.TYPE],["CanvasImageSource",e.TYPE],["CookieList",e.TYPE],["DOMHighResTimeStamp",e.TYPE],["EpochTimeStamp",e.TYPE],["EventListenerOrEventListenerObject",e.TYPE],["FileSystemWriteChunkType",e.TYPE],["Float32List",e.TYPE],["FormDataEntryValue",e.TYPE],["GLbitfield",e.TYPE],["GLboolean",e.TYPE],["GLclampf",e.TYPE],["GLenum",e.TYPE],["GLfloat",e.TYPE],["GLint",e.TYPE],["GLint64",e.TYPE],["GLintptr",e.TYPE],["GLsizei",e.TYPE],["GLsizeiptr",e.TYPE],["GLuint",e.TYPE],["GLuint64",e.TYPE],["HashAlgorithmIdentifier",e.TYPE],["HeadersInit",e.TYPE],["IDBValidKey",e.TYPE],["ImageBitmapSource",e.TYPE],["ImageBufferSource",e.TYPE],["ImageDataArray",e.TYPE],["Int32List",e.TYPE],["MessageEventSource",e.TYPE],["NamedCurve",e.TYPE],["OffscreenRenderingContext",e.TYPE],["OnErrorEventHandler",e.TYPE],["PerformanceEntryList",e.TYPE],["PushMessageDataInit",e.TYPE],["ReadableStreamController",e.TYPE],["ReadableStreamReadResult",e.TYPE],["ReadableStreamReader",e.TYPE],["ReportList",e.TYPE],["RequestInfo",e.TYPE],["TexImageSource",e.TYPE],["TimerHandler",e.TYPE],["Transferable",e.TYPE],["Uint32List",e.TYPE],["XMLHttpRequestBodyInit",e.TYPE],["AlphaOption",e.TYPE],["AudioSampleFormat",e.TYPE],["AvcBitstreamFormat",e.TYPE],["BinaryType",e.TYPE],["BitrateMode",e.TYPE],["CSSMathOperator",e.TYPE],["CSSNumericBaseType",e.TYPE],["CanvasDirection",e.TYPE],["CanvasFillRule",e.TYPE],["CanvasFontKerning",e.TYPE],["CanvasFontStretch",e.TYPE],["CanvasFontVariantCaps",e.TYPE],["CanvasLineCap",e.TYPE],["CanvasLineJoin",e.TYPE],["CanvasTextAlign",e.TYPE],["CanvasTextBaseline",e.TYPE],["CanvasTextRendering",e.TYPE],["ClientTypes",e.TYPE],["CodecState",e.TYPE],["ColorGamut",e.TYPE],["ColorSpaceConversion",e.TYPE],["CompressionFormat",e.TYPE],["CookieSameSite",e.TYPE],["DocumentVisibilityState",e.TYPE],["EncodedAudioChunkType",e.TYPE],["EncodedVideoChunkType",e.TYPE],["EndingType",e.TYPE],["FileSystemHandleKind",e.TYPE],["FontDisplay",e.TYPE],["FontFaceLoadStatus",e.TYPE],["FontFaceSetLoadStatus",e.TYPE],["FrameType",e.TYPE],["GlobalCompositeOperation",e.TYPE],["HardwareAcceleration",e.TYPE],["HdrMetadataType",e.TYPE],["IDBCursorDirection",e.TYPE],["IDBRequestReadyState",e.TYPE],["IDBTransactionDurability",e.TYPE],["IDBTransactionMode",e.TYPE],["ImageOrientation",e.TYPE],["ImageSmoothingQuality",e.TYPE],["KeyFormat",e.TYPE],["KeyType",e.TYPE],["KeyUsage",e.TYPE],["LatencyMode",e.TYPE],["LockMode",e.TYPE],["MediaDecodingType",e.TYPE],["MediaEncodingType",e.TYPE],["MediaKeysRequirement",e.TYPE],["NotificationDirection",e.TYPE],["NotificationPermission",e.TYPE],["OffscreenRenderingContextId",e.TYPE],["OpusBitstreamFormat",e.TYPE],["PermissionName",e.TYPE],["PermissionState",e.TYPE],["PredefinedColorSpace",e.TYPE],["PremultiplyAlpha",e.TYPE],["PushEncryptionKeyName",e.TYPE],["RTCDataChannelState",e.TYPE],["RTCEncodedVideoFrameType",e.TYPE],["ReadableStreamReaderMode",e.TYPE],["ReadableStreamType",e.TYPE],["ReferrerPolicy",e.TYPE],["RequestCache",e.TYPE],["RequestCredentials",e.TYPE],["RequestDestination",e.TYPE],["RequestMode",e.TYPE],["RequestPriority",e.TYPE],["RequestRedirect",e.TYPE],["ResizeQuality",e.TYPE],["ResponseType",e.TYPE],["SecurityPolicyViolationEventDisposition",e.TYPE],["ServiceWorkerState",e.TYPE],["ServiceWorkerUpdateViaCache",e.TYPE],["TransferFunction",e.TYPE],["VideoColorPrimaries",e.TYPE],["VideoEncoderBitrateMode",e.TYPE],["VideoMatrixCoefficients",e.TYPE],["VideoPixelFormat",e.TYPE],["VideoTransferCharacteristics",e.TYPE],["WebGLPowerPreference",e.TYPE],["WebTransportCongestionControl",e.TYPE],["WebTransportErrorSource",e.TYPE],["WorkerType",e.TYPE],["WriteCommandType",e.TYPE],["XMLHttpRequestResponseType",e.TYPE]]},Vi}r($P,"requireWebworker");var Di={},kE;function HP(){if(kE)return Di;kE=1,Object.defineProperty(Di,"__esModule",{value:!0}),Di.webworker_asynciterable=void 0;const e=R();return Di.webworker_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},Di}r(HP,"requireWebworker_asynciterable");var Ri={},jE;function KP(){if(jE)return Ri;jE=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.webworker_iterable=void 0;const e=R();return Ri.webworker_iterable={libs:[],variables:[["CSSNumericArray",e.TYPE],["CSSTransformValue",e.TYPE],["CSSUnparsedValue",e.TYPE],["Cache",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CookieStoreManager",e.TYPE],["DOMStringList",e.TYPE],["FileList",e.TYPE],["FontFaceSet",e.TYPE],["FormDataIterator",e.TYPE],["FormData",e.TYPE],["HeadersIterator",e.TYPE],["Headers",e.TYPE],["IDBDatabase",e.TYPE],["IDBObjectStore",e.TYPE],["ImageTrackList",e.TYPE],["MessageEvent",e.TYPE],["StylePropertyMapReadOnlyIterator",e.TYPE],["StylePropertyMapReadOnly",e.TYPE],["SubtleCrypto",e.TYPE],["URLSearchParamsIterator",e.TYPE],["URLSearchParams",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE]]},Ri}r(KP,"requireWebworker_iterable");var GE;function XP(){if(GE)return Rt;GE=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.lib=void 0;const e=to(),s=Xl(),n=oe(),c=be(),o=ye(),i=wn(),t=AP(),a=CP(),u=lo(),E=ro(),p=io(),Y=no(),A=le(),l=so(),f=oo(),d=ao(),h=ae(),P=Ze(),b=Eo(),C=uo(),T=LP(),v=co(),L=po(),D=_u(),O=Su(),N=VP(),G=bu(),k=Yu(),K=Cu(),M=Vu(),$=Ru(),X=To(),F=Mu(),W=Fn(),z=DP(),Z=fo(),te=Bu(),Q=ku(),ne=Po(),Ye=Wu(),tt=RP(),rt=Hu(),En=Xu(),j=Ju(),We=Zu(),it=yo(),De=Bn(),Re=sc(),pn=OP(),kn=je(),jn=ac(),Gn=uc(),fn=Ec(),qn=Tc(),Tn=mo(),Wn=ho(),dn=UP(),$n=yc(),Pn=_o(),Hn=Sc(),Kn=bc(),Xn=So(),mn=Cc(),zn=Vc(),Jn=IP(),_e=Rc(),q=Uc(),he=xc(),Ae=wc(),$e=vo(),Qn=kc(),yn=Gc(),Zn=xP(),Ce=Wc(),es=go(),ts=Xc(),m=bo(),_=MP(),y=Qc(),S=eE(),g=rE(),V=nE(),U=oE(),B=DE(),re=cE(),_n=wP(),Oe=FP(),Kp=pE(),Xp=TE(),zp=PE(),Jp=yE(),Qp=hE(),Zp=BP(),ef=vE(),tf=gE(),rf=NP(),nf=AE(),sf=kP(),of=LE(),af=jP(),lf=GP(),uf=qP(),cf=WP(),Ef=ue(),pf=$P(),ff=HP(),Tf=ce(),df=KP();return Rt.lib=new Map([["es5",i.es5],["es6",t.es6],["es2015",u.es2015],["es7",a.es7],["es2016",b.es2016],["es2017",L.es2017],["es2018",X.es2018],["es2019",ne.es2019],["es2020",it.es2020],["es2021",Wn.es2021],["es2022",Xn.es2022],["es2023",$e.es2023],["es2024",es.es2024],["esnext",B.esnext],["dom",n.dom],["dom.iterable",o.dom_iterable],["dom.asynciterable",c.dom_asynciterable],["webworker",pf.webworker],["webworker.importscripts",Tf.webworker_importscripts],["webworker.iterable",df.webworker_iterable],["webworker.asynciterable",ff.webworker_asynciterable],["scripthost",Ef.scripthost],["es2015.core",p.es2015_core],["es2015.collection",E.es2015_collection],["es2015.generator",Y.es2015_generator],["es2015.iterable",A.es2015_iterable],["es2015.promise",l.es2015_promise],["es2015.proxy",f.es2015_proxy],["es2015.reflect",d.es2015_reflect],["es2015.symbol",h.es2015_symbol],["es2015.symbol.wellknown",P.es2015_symbol_wellknown],["es2016.array.include",C.es2016_array_include],["es2016.intl",v.es2016_intl],["es2017.arraybuffer",D.es2017_arraybuffer],["es2017.date",O.es2017_date],["es2017.object",k.es2017_object],["es2017.sharedmemory",K.es2017_sharedmemory],["es2017.string",M.es2017_string],["es2017.intl",G.es2017_intl],["es2017.typedarrays",$.es2017_typedarrays],["es2018.asyncgenerator",F.es2018_asyncgenerator],["es2018.asynciterable",W.es2018_asynciterable],["es2018.intl",Z.es2018_intl],["es2018.promise",te.es2018_promise],["es2018.regexp",Q.es2018_regexp],["es2019.array",Ye.es2019_array],["es2019.object",En.es2019_object],["es2019.string",j.es2019_string],["es2019.symbol",We.es2019_symbol],["es2019.intl",rt.es2019_intl],["es2020.bigint",De.es2020_bigint],["es2020.date",Re.es2020_date],["es2020.promise",Gn.es2020_promise],["es2020.sharedmemory",fn.es2020_sharedmemory],["es2020.string",qn.es2020_string],["es2020.symbol.wellknown",Tn.es2020_symbol_wellknown],["es2020.intl",kn.es2020_intl],["es2020.number",jn.es2020_number],["es2021.promise",Pn.es2021_promise],["es2021.string",Hn.es2021_string],["es2021.weakref",Kn.es2021_weakref],["es2021.intl",$n.es2021_intl],["es2022.array",mn.es2022_array],["es2022.error",zn.es2022_error],["es2022.intl",_e.es2022_intl],["es2022.object",q.es2022_object],["es2022.string",Ae.es2022_string],["es2022.regexp",he.es2022_regexp],["es2023.array",Qn.es2023_array],["es2023.collection",yn.es2023_collection],["es2023.intl",Ce.es2023_intl],["es2024.arraybuffer",ts.es2024_arraybuffer],["es2024.collection",m.es2024_collection],["es2024.object",y.es2024_object],["es2024.promise",S.es2024_promise],["es2024.regexp",g.es2024_regexp],["es2024.sharedmemory",V.es2024_sharedmemory],["es2024.string",U.es2024_string],["esnext.array",re.esnext_array],["esnext.collection",Kp.esnext_collection],["esnext.symbol",lf.esnext_symbol],["esnext.asynciterable",_n.esnext_asynciterable],["esnext.intl",ef.esnext_intl],["esnext.disposable",zp.esnext_disposable],["esnext.bigint",Oe.esnext_bigint],["esnext.string",af.esnext_string],["esnext.promise",nf.esnext_promise],["esnext.weakref",uf.esnext_weakref],["esnext.decorators",Xp.esnext_decorators],["esnext.object",rf.esnext_object],["esnext.regexp",sf.esnext_regexp],["esnext.iterator",tf.esnext_iterator],["esnext.float16",Qp.esnext_float16],["esnext.error",Jp.esnext_error],["esnext.sharedmemory",of.esnext_sharedmemory],["decorators",e.decorators],["decorators.legacy",s.decorators_legacy],["es2016.full",T.es2016_full],["es2017.full",N.es2017_full],["es2018.full",z.es2018_full],["es2019.full",tt.es2019_full],["es2020.full",pn.es2020_full],["es2021.full",dn.es2021_full],["es2022.full",Jn.es2022_full],["es2023.full",Zn.es2023_full],["es2024.full",_.es2024_full],["esnext.full",Zp.esnext_full],["lib",cf.lib]]),Rt}r(XP,"requireLib");var Oi={},Ui={},Ge={},Ii={},xi={},ge={},qE;function Yo(){if(qE)return ge;qE=1,Object.defineProperty(ge,"__esModule",{value:!0}),ge.Reference=ge.ReferenceTypeFlag=ge.ReferenceFlag=void 0;const e=Mn();var s;(function(i){i[i.Read=1]="Read",i[i.Write=2]="Write",i[i.ReadWrite=3]="ReadWrite"})(s||(ge.ReferenceFlag=s={}));const n=(0,e.createIdGenerator)();var c;(function(i){i[i.Value=1]="Value",i[i.Type=2]="Type"})(c||(ge.ReferenceTypeFlag=c={}));let o=class{static{r(this,"Reference")}$id=n();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,a,u,E,p,Y,A=c.Value){this.identifier=t,this.from=a,this.resolved=null,this.#e=u,this.isWrite()&&(this.writeExpr=E,this.init=Y),this.maybeImplicitGlobal=p,this.#t=A}get isTypeReference(){return(this.#t&c.Type)!==0}get isValueReference(){return(this.#t&c.Value)!==0}isWrite(){return!!(this.#e&s.Write)}isRead(){return!!(this.#e&s.Read)}isReadOnly(){return this.#e===s.Read}isWriteOnly(){return this.#e===s.Write}isReadWrite(){return this.#e===s.ReadWrite}};return ge.Reference=o,ge}r(Yo,"requireReference");var Ao={},Mi={},wi={},WE;function $E(){if(WE)return wi;WE=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.VariableBase=void 0;const s=(0,Mn().createIdGenerator)();let n=class{static{r(this,"VariableBase")}$id=s();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(o,i){this.name=o,this.scope=i}};return wi.VariableBase=n,wi}r($E,"requireVariableBase");var HE;function KE(){if(HE)return Mi;HE=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.ESLintScopeVariable=void 0;const e=$E();let s=class extends e.VariableBase{static{r(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Mi.ESLintScopeVariable=s,Mi}r(KE,"requireESLintScopeVariable");var Fi={},XE;function zP(){if(XE)return Fi;XE=1,Object.defineProperty(Fi,"__esModule",{value:!0}),Fi.ImplicitLibVariable=void 0;const e=KE();let s=class extends e.ESLintScopeVariable{static{r(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(c,o,{eslintImplicitGlobalSetting:i,isTypeVariable:t,isValueVariable:a,writeable:u}){super(o,c),this.isTypeVariable=t??!1,this.isValueVariable=a??!1,this.writeable=u??!1,this.eslintImplicitGlobalSetting=i??"readonly"}};return Fi.ImplicitLibVariable=s,Fi}r(zP,"requireImplicitLibVariable");var Bi={},zE;function JP(){if(zE)return Bi;zE=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.Variable=void 0;const e=$E();let s=class extends e.VariableBase{static{r(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(c=>c.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(c=>c.isVariableDefinition)}};return Bi.Variable=s,Bi}r(JP,"requireVariable$1");var JE;function Co(){return JE||(JE=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var s=KE();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:r(function(){return s.ESLintScopeVariable},"get")});var n=zP();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:r(function(){return n.ImplicitLibVariable},"get")});var c=JP();Object.defineProperty(e,"Variable",{enumerable:!0,get:r(function(){return c.Variable},"get")})})(Ao)),Ao}r(Co,"requireVariable");var Ni={},QE;function J(){if(QE)return Ni;QE=1,Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.ScopeType=void 0;var e;return(function(s){s.block="block",s.catch="catch",s.class="class",s.classFieldInitializer="class-field-initializer",s.classStaticBlock="class-static-block",s.conditionalType="conditionalType",s.for="for",s.function="function",s.functionExpressionName="function-expression-name",s.functionType="functionType",s.global="global",s.mappedType="mappedType",s.module="module",s.switch="switch",s.tsEnum="tsEnum",s.tsModule="tsModule",s.type="type",s.with="with"})(e||(Ni.ScopeType=e={})),Ni}r(J,"requireScopeType");var ZE;function ee(){if(ZE)return xi;ZE=1,Object.defineProperty(xi,"__esModule",{value:!0}),xi.ScopeBase=void 0;const e=Se(),s=Pt(),n=ke(),c=Mn(),o=Yo(),i=Co(),t=J();function a(A,l,f){let d;if(A.upper?.isStrict||f||A.type===t.ScopeType.class||A.type===t.ScopeType.conditionalType||A.type===t.ScopeType.functionType||A.type===t.ScopeType.mappedType||A.type===t.ScopeType.module||A.type===t.ScopeType.tsEnum||A.type===t.ScopeType.tsModule||A.type===t.ScopeType.type)return!0;if(A.type===t.ScopeType.block||A.type===t.ScopeType.switch)return!1;if(A.type===t.ScopeType.function){const h=l;switch(h.type){case e.AST_NODE_TYPES.ArrowFunctionExpression:if(h.body.type!==e.AST_NODE_TYPES.BlockStatement)return!1;d=h.body;break;case e.AST_NODE_TYPES.Program:d=h;break;default:d=h.body}if(!d)return!1}else if(A.type===t.ScopeType.global)d=l;else return!1;for(const h of d.body){if(h.type!==e.AST_NODE_TYPES.ExpressionStatement)break;if(h.directive==="use strict")return!0;const P=h.expression;if(P.type!==e.AST_NODE_TYPES.Literal)break;if(P.raw==='"use strict"'||P.raw==="'use strict'"||P.value==="use strict")return!0}return!1}r(a,"isStrictScope");function u(A,l){A.scopes.push(l);const f=A.nodeToScope.get(l.block);f?f.push(l):A.nodeToScope.set(l.block,[l])}r(u,"registerScope");const E=(0,c.createIdGenerator)(),p=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let Y=class{static{r(this,"ScopeBase")}$id=E();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#r=r(l=>{let f=this;do f.through.push(l),f=f.upper;while(f)},"#dynamicCloseRef");#l=r((l,f)=>{this.shouldStaticallyCloseForGlobal(l,f)?this.#o(l):this.#r(l)},"#globalCloseRef");#o=r(l=>{r(()=>{const d=l.identifier.name,h=this.set.get(d);if(!h||!this.isValidResolution(l,h))return!1;const P=l.isTypeReference&&h.isTypeVariable,b=l.isValueReference&&h.isValueVariable;return!P&&!b?!1:(h.references.push(l),l.resolved=h,!0)},"resolve")()||this.delegateToUpperScope(l)},"#staticCloseRef");variableScope;constructor(l,f,d,h,P){const b=d;this.type=f,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=h,this.variableScope=this.isVariableScope()?this:b.variableScope,this.upper=d,this.isStrict=a(this,h,P),b?.childScopes.push(this),this.#e=l.declaredVariables,u(l,this)}isVariableScope(){return p.has(this.type)}shouldStaticallyCloseForGlobal(l,f){const d=l.identifier.name,h=this.set.get(d);if(!h)return!1;if(f.isModule())return!0;const P=h.defs;return P.length>0&&P.every(b=>!(b.type===n.DefinitionType.Variable&&b.parent.kind==="var"))}close(l){let f;return this.shouldStaticallyClose()?f=this.#o:this.type!=="global"?f=this.#r:f=this.#l,(0,s.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>f(d,l)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(l,f,d,h,P){const b=typeof l=="string"?l:l.name;let C=f.get(b);C||(C=typeof l=="string"?new i.Variable(b,this):l,f.set(b,C),d.push(C)),P&&(C.defs.push(P),this.addDeclaredVariablesOfNode(C,P.node),this.addDeclaredVariablesOfNode(C,P.parent)),h&&C.identifiers.push(h)}delegateToUpperScope(l){this.upper?.leftToResolve?.push(l),this.through.push(l)}isValidResolution(l,f){return!0}addDeclaredVariablesOfNode(l,f){if(f==null)return;let d=this.#e.get(f);d==null&&(d=[],this.#e.set(f,d)),d.includes(l)||d.push(l)}defineIdentifier(l,f){this.defineVariable(l.name,this.set,this.variables,l,f)}defineLiteralIdentifier(l,f){this.defineVariable(l.value,this.set,this.variables,null,f)}referenceDualValueType(l){const f=new o.Reference(l,this,o.ReferenceFlag.Read,null,null,!1,o.ReferenceTypeFlag.Type|o.ReferenceTypeFlag.Value);this.references.push(f),this.leftToResolve?.push(f)}referenceType(l){const f=new o.Reference(l,this,o.ReferenceFlag.Read,null,null,!1,o.ReferenceTypeFlag.Type);this.references.push(f),this.leftToResolve?.push(f)}referenceValue(l,f=o.ReferenceFlag.Read,d,h,P=!1){const b=new o.Reference(l,this,f,d,h,P,o.ReferenceTypeFlag.Value);this.references.push(b),this.leftToResolve?.push(b)}};return xi.ScopeBase=Y,xi}r(ee,"requireScopeBase");var ep;function QP(){if(ep)return Ii;ep=1,Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.BlockScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"BlockScope")}constructor(o,i,t){super(o,s.ScopeType.block,i,t,!1)}};return Ii.BlockScope=n,Ii}r(QP,"requireBlockScope");var ki={},tp;function ZP(){if(tp)return ki;tp=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.CatchScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"CatchScope")}constructor(o,i,t){super(o,s.ScopeType.catch,i,t,!1)}};return ki.CatchScope=n,ki}r(ZP,"requireCatchScope");var ji={},rp;function ip(){if(rp)return ji;rp=1,Object.defineProperty(ji,"__esModule",{value:!0}),ji.ClassFieldInitializerScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ClassFieldInitializerScope")}constructor(o,i,t){super(o,s.ScopeType.classFieldInitializer,i,t,!1)}};return ji.ClassFieldInitializerScope=n,ji}r(ip,"requireClassFieldInitializerScope");var Gi={},np;function em(){if(np)return Gi;np=1,Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.ClassScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ClassScope")}constructor(o,i,t){super(o,s.ScopeType.class,i,t,!1)}};return Gi.ClassScope=n,Gi}r(em,"requireClassScope");var qi={},sp;function tm(){if(sp)return qi;sp=1,Object.defineProperty(qi,"__esModule",{value:!0}),qi.ConditionalTypeScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ConditionalTypeScope")}constructor(o,i,t){super(o,s.ScopeType.conditionalType,i,t,!1)}};return qi.ConditionalTypeScope=n,qi}r(tm,"requireConditionalTypeScope");var Wi={},op;function rm(){if(op)return Wi;op=1,Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.ForScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ForScope")}constructor(o,i,t){super(o,s.ScopeType.for,i,t,!1)}};return Wi.ForScope=n,Wi}r(rm,"requireForScope");var $i={},ap;function im(){if(ap)return $i;ap=1,Object.defineProperty($i,"__esModule",{value:!0}),$i.FunctionExpressionNameScope=void 0;const e=ke(),s=ee(),n=J();let c=class extends s.ScopeBase{static{r(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(i,t,a){super(i,n.ScopeType.functionExpressionName,t,a,!1),a.id&&this.defineIdentifier(a.id,new e.FunctionNameDefinition(a.id,a)),this.functionExpressionScope=!0}};return $i.FunctionExpressionNameScope=c,$i}r(im,"requireFunctionExpressionNameScope");var Hi={},lp;function nm(){if(lp)return Hi;lp=1,Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.FunctionScope=void 0;const e=Se(),s=ee(),n=J();let c=class extends s.ScopeBase{static{r(this,"FunctionScope")}constructor(i,t,a,u){super(i,n.ScopeType.function,t,a,u),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(i,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const a=this.block.body?.range[0]??-1;return!(t.scope===this&&i.identifier.range[0]<a&&t.defs.every(u=>u.name.range[0]>=a))}};return Hi.FunctionScope=c,Hi}r(nm,"requireFunctionScope");var Ki={},up;function sm(){if(up)return Ki;up=1,Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.FunctionTypeScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"FunctionTypeScope")}constructor(o,i,t){super(o,s.ScopeType.functionType,i,t,!1)}};return Ki.FunctionTypeScope=n,Ki}r(sm,"requireFunctionTypeScope");var Xi={},cp;function om(){if(cp)return Xi;cp=1,Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.GlobalScope=void 0;const e=Se(),s=Pt(),n=wl(),c=Co(),o=ee(),i=J();let t=class extends o.ScopeBase{static{r(this,"GlobalScope")}implicit;constructor(u,E){super(u,i.ScopeType.global,null,E,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(u){(0,s.assert)(this.leftToResolve);for(const E of this.leftToResolve)if(E.maybeImplicitGlobal&&!this.set.has(E.identifier.name)){const p=E.maybeImplicitGlobal,Y=p.pattern;Y.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(Y.name,this.implicit.set,this.implicit.variables,Y,new n.ImplicitGlobalVariableDefinition(p.pattern,p.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(u)}defineImplicitVariable(u,E){this.defineVariable(new c.ImplicitLibVariable(this,u,E),this.set,this.variables,null,null)}};return Xi.GlobalScope=t,Xi}r(om,"requireGlobalScope");var zi={},Ep;function am(){if(Ep)return zi;Ep=1,Object.defineProperty(zi,"__esModule",{value:!0}),zi.MappedTypeScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"MappedTypeScope")}constructor(o,i,t){super(o,s.ScopeType.mappedType,i,t,!1)}};return zi.MappedTypeScope=n,zi}r(am,"requireMappedTypeScope");var Ji={},pp;function lm(){if(pp)return Ji;pp=1,Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.ModuleScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ModuleScope")}constructor(o,i,t){super(o,s.ScopeType.module,i,t,!1)}};return Ji.ModuleScope=n,Ji}r(lm,"requireModuleScope");var Lo={},fp;function um(){return fp||(fp=1,Object.defineProperty(Lo,"__esModule",{value:!0})),Lo}r(um,"requireScope$2");var Qi={},Tp;function cm(){if(Tp)return Qi;Tp=1,Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.SwitchScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"SwitchScope")}constructor(o,i,t){super(o,s.ScopeType.switch,i,t,!1)}};return Qi.SwitchScope=n,Qi}r(cm,"requireSwitchScope");var Zi={},dp;function Em(){if(dp)return Zi;dp=1,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.TSEnumScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"TSEnumScope")}constructor(o,i,t){super(o,s.ScopeType.tsEnum,i,t,!1)}};return Zi.TSEnumScope=n,Zi}r(Em,"requireTSEnumScope");var en={},Pp;function pm(){if(Pp)return en;Pp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.TSModuleScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"TSModuleScope")}constructor(o,i,t){super(o,s.ScopeType.tsModule,i,t,!1)}};return en.TSModuleScope=n,en}r(pm,"requireTSModuleScope");var tn={},mp;function fm(){if(mp)return tn;mp=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.TypeScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"TypeScope")}constructor(o,i,t){super(o,s.ScopeType.type,i,t,!1)}};return tn.TypeScope=n,tn}r(fm,"requireTypeScope");var rn={},yp;function Tm(){if(yp)return rn;yp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.WithScope=void 0;const e=Pt(),s=ee(),n=J();let c=class extends s.ScopeBase{static{r(this,"WithScope")}constructor(i,t,a){super(i,n.ScopeType.with,t,a,!1)}close(i){return this.shouldStaticallyClose()?super.close(i):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return rn.WithScope=c,rn}r(Tm,"requireWithScope");var _p;function Vo(){return _p||(_p=1,(function(e){var s=Ge&&Ge.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=Ge&&Ge.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(QP(),e),n(ZP(),e),n(ip(),e),n(em(),e),n(tm(),e),n(rm(),e),n(im(),e),n(nm(),e),n(sm(),e),n(om(),e),n(am(),e),n(lm(),e),n(um(),e),n(J(),e),n(cm(),e),n(Em(),e),n(pm(),e),n(fm(),e),n(Tm(),e)})(Ge)),Ge}r(Vo,"requireScope$1");var Do={},nn={},sn={},hp;function Ro(){if(hp)return sn;hp=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.VisitorBase=void 0;const e=Cl();function s(o){return typeof o=="object"&&o!=null}r(s,"isObject");function n(o){return s(o)&&typeof o.type=="string"}r(n,"isNode");let c=class{static{r(this,"VisitorBase")}#e;#t;constructor(i){this.#e=i.childVisitorKeys??e.visitorKeys,this.#t=i.visitChildrenEvenIfSelectorExists??!1}visitChildren(i,t=[]){if(i?.type==null)return;const a=new Set([...t,"parent"]),u=this.#e[i.type]??Object.keys(i);for(const E of u){if(a.has(E))continue;const p=i[E];if(p)if(Array.isArray(p))for(const Y of p)n(Y)&&this.visit(Y);else n(p)&&this.visit(p)}}visit(i){if(i?.type==null)return;const t=this[i.type];t&&(t.call(this,i),!this.#t)||this.visitChildren(i)}};return sn.VisitorBase=c,sn}r(Ro,"requireVisitorBase");var Sp;function Oo(){if(Sp)return nn;Sp=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.PatternVisitor=void 0;const e=Se(),s=Ro();let n=class extends s.VisitorBase{static{r(this,"PatternVisitor")}#e=[];#t;#r=[];#l;rightHandNodes=[];constructor(o,i,t){super(o),this.#l=i,this.#t=t}static isPattern(o){const i=o.type;return i===e.AST_NODE_TYPES.Identifier||i===e.AST_NODE_TYPES.ObjectPattern||i===e.AST_NODE_TYPES.ArrayPattern||i===e.AST_NODE_TYPES.SpreadElement||i===e.AST_NODE_TYPES.RestElement||i===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(o){o.elements.forEach(this.visit,this)}ArrayPattern(o){for(const i of o.elements)this.visit(i)}AssignmentExpression(o){this.#e.push(o),this.visit(o.left),this.rightHandNodes.push(o.right),this.#e.pop()}AssignmentPattern(o){this.#e.push(o),this.visit(o.left),this.rightHandNodes.push(o.right),this.#e.pop()}CallExpression(o){o.arguments.forEach(i=>{this.rightHandNodes.push(i)}),this.visit(o.callee)}Decorator(){}Identifier(o){const i=this.#r.at(-1);this.#t(o,{assignments:this.#e,rest:i?.argument===o,topLevel:o===this.#l})}MemberExpression(o){o.computed&&this.rightHandNodes.push(o.property),this.rightHandNodes.push(o.object)}Property(o){o.computed&&this.rightHandNodes.push(o.key),this.visit(o.value)}RestElement(o){this.#r.push(o),this.visit(o.argument),this.#r.pop()}SpreadElement(o){this.visit(o.argument)}TSTypeAnnotation(){}};return nn.PatternVisitor=n,nn}r(Oo,"requirePatternVisitor");var vp;function et(){return vp||(vp=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const s=Oo(),n=Ro();class c extends n.VisitorBase{static{r(this,"Visitor")}#e;constructor(t){super(t instanceof c?t.#e:t),this.#e=t instanceof c?t.#e:t}visitPattern(t,a,u={processRightHandNodes:!1}){const E=new s.PatternVisitor(this.#e,t,a);E.visit(t),u.processRightHandNodes&&E.rightHandNodes.forEach(this.visit,this)}}e.Visitor=c;var o=Ro();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:r(function(){return o.VisitorBase},"get")})})(Do)),Do}r(et,"requireVisitor");var bp;function gp(){if(bp)return Ui;bp=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.TypeVisitor=void 0;const e=Se(),s=ke(),n=Vo(),c=et();let o=class qp extends c.Visitor{static{r(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new qp(t).visit(a)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const a of t.params){let u=!1;this.visitPattern(a,(E,p)=>{this.#e.currentScope().defineIdentifier(E,new s.ParameterDefinition(E,t,p.rest)),E.typeAnnotation&&(this.visit(E.typeAnnotation),u=!0)}),!u&&"typeAnnotation"in a&&this.visit(a.typeAnnotation)}this.visit(t.returnType),this.#e.close(t)}visitPropertyKey(t){t.computed&&this.#e.visit(t.key)}Identifier(t){this.#e.currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){this.#e.scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),this.#e.close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const a of t.parameters)a.type===e.AST_NODE_TYPES.Identifier&&this.visit(a.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const a=t.typeParameter;let u=this.#e.currentScope();if(u.type===n.ScopeType.functionType||u.type===n.ScopeType.mappedType){let E=u.upper;for(;E;){if(E.type===n.ScopeType.functionType||E.type===n.ScopeType.mappedType){E=E.upper;continue}if(E.type===n.ScopeType.conditionalType){u=E;break}break}}u.defineIdentifier(a.name,new s.TypeDefinition(a.name,a)),this.visit(a.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new s.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new s.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new s.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new s.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let a;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let u=t.exprName;for(;u.left.type===e.AST_NODE_TYPES.TSQualifiedName;)u=u.left;a=u.left}else a=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);a.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(a),this.visit(t.typeArguments)}};return Ui.TypeVisitor=o,Ui}r(gp,"requireTypeVisitor");var Yp;function dm(){if(Yp)return Oi;Yp=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.ClassVisitor=void 0;const e=Se(),s=ke(),n=gp(),c=et();let o=class Wp extends c.Visitor{static{r(this,"ClassVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new Wp(t).visitClass(a)}visit(t){t&&t.type in this?super.visit(t):this.#e.visit(t)}visitClass(t){t.type===e.AST_NODE_TYPES.ClassDeclaration&&t.id&&this.#e.currentScope().defineIdentifier(t.id,new s.ClassNameDefinition(t.id,t)),t.decorators.forEach(a=>this.#e.visit(a)),this.#e.scopeManager.nestClassScope(t),t.id&&this.#e.currentScope().defineIdentifier(t.id,new s.ClassNameDefinition(t.id,t)),this.#e.visit(t.superClass),this.visitType(t.typeParameters),this.visitType(t.superTypeArguments),t.implements.forEach(a=>this.visitType(a)),this.visit(t.body),this.#e.close(t)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation)}}visitMethod(t){t.computed&&this.#e.visit(t.key),t.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(t.value):this.#e.visit(t.value),t.decorators.forEach(a=>this.#e.visit(a))}visitMethodFunction(t){t.id&&this.#e.scopeManager.nestFunctionExpressionNameScope(t),t.params.forEach(a=>{a.decorators.forEach(u=>this.visit(u))}),this.#e.scopeManager.nestFunctionScope(t,!0);for(const a of t.params)this.visitPattern(a,(u,E)=>{this.#e.currentScope().defineIdentifier(u,new s.ParameterDefinition(u,t,E.rest)),this.#e.referencingDefaultValue(u,E.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(a);this.visitType(t.returnType),this.visitType(t.typeParameters),this.#e.visitChildren(t.body),this.#e.close(t)}visitPropertyBase(t){t.computed&&this.#e.visit(t.key),t.value&&((t.type===e.AST_NODE_TYPES.PropertyDefinition||t.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#e.scopeManager.nestClassFieldInitializerScope(t.value),this.#e.visit(t.value),(t.type===e.AST_NODE_TYPES.PropertyDefinition||t.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#e.close(t.value)),t.decorators.forEach(a=>this.#e.visit(a))}visitPropertyDefinition(t){this.visitPropertyBase(t),this.visitType(t.typeAnnotation)}visitType(t){t&&n.TypeVisitor.visit(this.#e,t)}AccessorProperty(t){this.visitPropertyDefinition(t)}ClassBody(t){this.visitChildren(t)}Identifier(t){this.#e.visit(t)}MethodDefinition(t){this.visitMethod(t)}PrivateIdentifier(){}PropertyDefinition(t){this.visitPropertyDefinition(t)}StaticBlock(t){this.#e.scopeManager.nestClassStaticBlockScope(t),t.body.forEach(a=>this.visit(a)),this.#e.close(t)}TSAbstractAccessorProperty(t){this.visitPropertyDefinition(t)}TSAbstractMethodDefinition(t){this.visitPropertyBase(t)}TSAbstractPropertyDefinition(t){this.visitPropertyDefinition(t)}TSIndexSignature(t){this.visitType(t)}};return Oi.ClassVisitor=o,Oi}r(dm,"requireClassVisitor");var on={},Ap;function Pm(){if(Ap)return on;Ap=1,Object.defineProperty(on,"__esModule",{value:!0}),on.ExportVisitor=void 0;const e=Se(),s=et();let n=class $p extends s.Visitor{static{r(this,"ExportVisitor")}#e;#t;constructor(o,i){super(i),this.#e=o,this.#t=i}static visit(o,i){new $p(i,o).visit(i)}ExportDefaultDeclaration(o){o.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(o.declaration)}ExportNamedDeclaration(o){o.source||o.declaration||this.visitChildren(o)}ExportSpecifier(o){o.exportKind==="type"&&o.local.type===e.AST_NODE_TYPES.Identifier?this.#t.currentScope().referenceType(o.local):this.visit(o.local)}Identifier(o){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(o):this.#t.currentScope().referenceDualValueType(o)}};return on.ExportVisitor=n,on}r(Pm,"requireExportVisitor");var an={},Cp;function mm(){if(Cp)return an;Cp=1,Object.defineProperty(an,"__esModule",{value:!0}),an.ImportVisitor=void 0;const e=ke(),s=et();let n=class Hp extends s.Visitor{static{r(this,"ImportVisitor")}#e;#t;constructor(o,i){super(i),this.#e=o,this.#t=i}static visit(o,i){new Hp(i,o).visit(i)}ImportDefaultSpecifier(o){const i=o.local;this.visitImport(i,o)}ImportNamespaceSpecifier(o){const i=o.local;this.visitImport(i,o)}ImportSpecifier(o){const i=o.local;this.visitImport(i,o)}visitImport(o,i){this.#t.currentScope().defineIdentifier(o,new e.ImportBindingDefinition(o,i,this.#e))}};return an.ImportVisitor=n,an}r(mm,"requireImportVisitor");var Lp;function ym(){if(Lp)return dt;Lp=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.Referencer=void 0;const e=Se(),s=Pt(),n=ke(),c=XP(),o=dm(),i=Pm(),t=mm(),a=Oo(),u=Yo(),E=gp(),p=et();let Y=class extends p.Visitor{static{r(this,"Referencer")}#e=!1;#t=!1;#r;#l;#o;scopeManager;constructor(l,f){super(l),this.scopeManager=f,this.#l=l.jsxPragma,this.#r=l.jsxFragmentName,this.#o=l.lib}populateGlobalsFromLib(l){const f=new Set;for(const d of this.#o){const h=c.lib.get(d);if(!h)throw new Error(`Invalid value for lib provided: ${d}`);f.add(h)}for(const d of f){for(const h of d.libs)f.add(h);for(const[h,P]of d.variables)l.defineImplicitVariable(h,P)}l.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(l){for(;this.currentScope(!0)&&l===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(l){return l||(0,s.assert)(this.scopeManager.currentScope,"Expected currentScope to exist. This usually happens when analyze() is called with an incomplete AST node instead of a complete Program node."),this.scopeManager.currentScope}referencingDefaultValue(l,f,d,h){f.forEach(P=>{this.currentScope().referenceValue(l,u.ReferenceFlag.Write,P.right,d,h)})}referenceInSomeUpperScope(l){let f=this.scopeManager.currentScope;for(;f;){const d=f.set.get(l);if(!d){f=f.upper;continue}return f.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#r==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#r))}referenceJsxPragma(){this.#l==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#l))}visitClass(l){o.ClassVisitor.visit(this,l)}visitForIn(l){l.left.type===e.AST_NODE_TYPES.VariableDeclaration&&l.left.kind!=="var"&&this.scopeManager.nestForScope(l),l.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(l.left),this.visitPattern(l.left.declarations[0].id,f=>{this.currentScope().referenceValue(f,u.ReferenceFlag.Write,l.right,null,!0)})):this.visitPattern(l.left,(f,d)=>{const h=this.currentScope().isStrict?null:{node:l,pattern:f};this.referencingDefaultValue(f,d.assignments,h,!1),this.currentScope().referenceValue(f,u.ReferenceFlag.Write,l.right,h,!1)},{processRightHandNodes:!0}),this.visit(l.right),this.visit(l.body),this.close(l)}visitFunction(l){l.type===e.AST_NODE_TYPES.FunctionExpression?l.id&&this.scopeManager.nestFunctionExpressionNameScope(l):l.id&&this.currentScope().defineIdentifier(l.id,new n.FunctionNameDefinition(l.id,l)),this.scopeManager.nestFunctionScope(l,!1);for(const f of l.params)this.visitPattern(f,(d,h)=>{this.currentScope().defineIdentifier(d,new n.ParameterDefinition(d,l,h.rest)),this.referencingDefaultValue(d,h.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(f),f.decorators.forEach(d=>this.visit(d));this.visitType(l.returnType),this.visitType(l.typeParameters),l.body&&(l.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(l.body):this.visit(l.body)),this.close(l)}visitFunctionParameterTypeAnnotation(l){switch(l.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(l.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(l.parameter);break;default:this.visitType(l.typeAnnotation);break}}visitJSXElement(l){l.name.type===e.AST_NODE_TYPES.JSXIdentifier?(l.name.name[0].toUpperCase()===l.name.name[0]||l.name.name==="this")&&this.visit(l.name):this.visit(l.name)}visitProperty(l){l.computed&&this.visit(l.key),this.visit(l.value)}visitType(l){l&&E.TypeVisitor.visit(this,l)}visitTypeAssertion(l){this.visit(l.expression),this.visitType(l.typeAnnotation)}ArrowFunctionExpression(l){this.visitFunction(l)}AssignmentExpression(l){const f=this.visitExpressionTarget(l.left);a.PatternVisitor.isPattern(f)?l.operator==="="?this.visitPattern(f,(d,h)=>{const P=this.currentScope().isStrict?null:{node:l,pattern:d};this.referencingDefaultValue(d,h.assignments,P,!1),this.currentScope().referenceValue(d,u.ReferenceFlag.Write,l.right,P,!1)},{processRightHandNodes:!0}):f.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(f,u.ReferenceFlag.ReadWrite,l.right):this.visit(f),this.visit(l.right)}BlockStatement(l){this.scopeManager.nestBlockScope(l),this.visitChildren(l),this.close(l)}BreakStatement(){}CallExpression(l){this.visitChildren(l,["typeArguments"]),this.visitType(l.typeArguments)}CatchClause(l){if(this.scopeManager.nestCatchScope(l),l.param){const f=l.param;this.visitPattern(f,(d,h)=>{this.currentScope().defineIdentifier(d,new n.CatchClauseDefinition(f,l)),this.referencingDefaultValue(d,h.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(l.body),this.close(l)}ClassDeclaration(l){this.visitClass(l)}ClassExpression(l){this.visitClass(l)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(l){l.declaration.type===e.AST_NODE_TYPES.Identifier?i.ExportVisitor.visit(this,l):this.visit(l.declaration)}ExportNamedDeclaration(l){l.declaration?this.visit(l.declaration):i.ExportVisitor.visit(this,l)}ForInStatement(l){this.visitForIn(l)}ForOfStatement(l){this.visitForIn(l)}ForStatement(l){l.init&&l.init.type===e.AST_NODE_TYPES.VariableDeclaration&&l.init.kind!=="var"&&this.scopeManager.nestForScope(l),this.visitChildren(l),this.close(l)}FunctionDeclaration(l){this.visitFunction(l)}FunctionExpression(l){this.visitFunction(l)}Identifier(l){this.currentScope().referenceValue(l),this.visitType(l.typeAnnotation)}ImportAttribute(){}ImportDeclaration(l){(0,s.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,l)}JSXAttribute(l){this.visit(l.value)}JSXClosingElement(l){this.visitJSXElement(l)}JSXFragment(l){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(l)}JSXIdentifier(l){this.currentScope().referenceValue(l)}JSXMemberExpression(l){(l.object.type!==e.AST_NODE_TYPES.JSXIdentifier||l.object.name!=="this")&&this.visit(l.object)}JSXOpeningElement(l){this.referenceJsxPragma(),this.visitJSXElement(l),this.visitType(l.typeArguments);for(const f of l.attributes)this.visit(f)}LabeledStatement(l){this.visit(l.body)}MemberExpression(l){this.visit(l.object),l.computed&&this.visit(l.property)}MetaProperty(){}NewExpression(l){this.visitChildren(l,["typeArguments"]),this.visitType(l.typeArguments)}PrivateIdentifier(){}Program(l){const f=this.scopeManager.nestGlobalScope(l);this.populateGlobalsFromLib(f),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(l,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(l),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(l),this.close(l)}Property(l){this.visitProperty(l)}SwitchStatement(l){this.visit(l.discriminant),this.scopeManager.nestSwitchScope(l);for(const f of l.cases)this.visit(f);this.close(l)}TaggedTemplateExpression(l){this.visit(l.tag),this.visit(l.quasi),this.visitType(l.typeArguments)}TSAsExpression(l){this.visitTypeAssertion(l)}TSDeclareFunction(l){this.visitFunction(l)}TSEmptyBodyFunctionExpression(l){this.visitFunction(l)}TSEnumDeclaration(l){this.currentScope().defineIdentifier(l.id,new n.TSEnumNameDefinition(l.id,l)),this.scopeManager.nestTSEnumScope(l);for(const f of l.body.members){if(f.id.type===e.AST_NODE_TYPES.Literal&&typeof f.id.value=="string"){const d=f.id;this.currentScope().defineLiteralIdentifier(d,new n.TSEnumMemberDefinition(d,f))}else f.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(f.id,new n.TSEnumMemberDefinition(f.id,f));this.visit(f.initializer)}this.close(l)}TSExportAssignment(l){l.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(l.expression):this.visit(l.expression)}TSImportEqualsDeclaration(l){if(this.currentScope().defineIdentifier(l.id,new n.ImportBindingDefinition(l.id,l,l)),l.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let f=l.moduleReference.left;for(;f.type===e.AST_NODE_TYPES.TSQualifiedName;)f=f.left;this.visit(f)}else this.visit(l.moduleReference)}TSInstantiationExpression(l){this.visitChildren(l,["typeArguments"]),this.visitType(l.typeArguments)}TSInterfaceDeclaration(l){this.visitType(l)}TSModuleDeclaration(l){l.id.type===e.AST_NODE_TYPES.Identifier&&l.kind!=="global"&&this.currentScope().defineIdentifier(l.id,new n.TSModuleNameDefinition(l.id,l)),this.scopeManager.nestTSModuleScope(l),this.visit(l.body),this.close(l)}TSSatisfiesExpression(l){this.visitTypeAssertion(l)}TSTypeAliasDeclaration(l){this.visitType(l)}TSTypeAssertion(l){this.visitTypeAssertion(l)}UpdateExpression(l){const f=this.visitExpressionTarget(l.argument);a.PatternVisitor.isPattern(f)?this.visitPattern(f,d=>{this.currentScope().referenceValue(d,u.ReferenceFlag.ReadWrite,null)}):this.visitChildren(l)}VariableDeclaration(l){const f=l.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of l.declarations){const h=d.init;this.visitPattern(d.id,(P,b)=>{f.defineIdentifier(P,new n.VariableDefinition(P,d,l)),this.referencingDefaultValue(P,b.assignments,null,!0),h&&this.currentScope().referenceValue(P,u.ReferenceFlag.Write,h,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(l){this.visit(l.object),this.scopeManager.nestWithScope(l),this.visit(l.body),this.close(l)}visitExpressionTarget(l){switch(l.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(l.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:l=l.expression}return l}};return dt.Referencer=Y,dt}r(ym,"requireReferencer$1");var Vp;function _m(){return Vp||(Vp=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var s=ym();Object.defineProperty(e,"Referencer",{enumerable:!0,get:r(function(){return s.Referencer},"get")})})(Zs)),Zs}r(_m,"requireReferencer");var ln={},un={},Dp;function hm(){if(Dp)return un;Dp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.ClassStaticBlockScope=void 0;const e=ee(),s=J();let n=class extends e.ScopeBase{static{r(this,"ClassStaticBlockScope")}constructor(o,i,t){super(o,s.ScopeType.classStaticBlock,i,t,!1)}};return un.ClassStaticBlockScope=n,un}r(hm,"requireClassStaticBlockScope");var Rp;function Op(){if(Rp)return ln;Rp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.ScopeManager=void 0;const e=Pt(),s=Vo(),n=ip(),c=hm();let o=class{static{r(this,"ScopeManager")}#e;currentScope;declaredVariables;globalScope;nodeToScope;scopes;constructor(t){this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,this.#e=t,this.declaredVariables=new WeakMap}isES6(){return!0}isGlobalReturn(){return this.#e.globalReturn===!0}isImpliedStrict(){return this.#e.impliedStrict===!0}isModule(){return this.#e.sourceType==="module"}isStrictModeSupported(){return!0}get variables(){const t=new Set;function a(u){u.variables.forEach(E=>t.add(E)),u.childScopes.forEach(a)}return r(a,"recurse"),this.scopes.forEach(a),[...t].sort((u,E)=>u.$id-E.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,a=!1){function u(p){return!(p.type===s.ScopeType.function&&p.functionExpressionScope)}r(u,"predicate");const E=this.nodeToScope.get(t);if(!E||E.length===0)return null;if(E.length===1)return E[0];if(a){for(let p=E.length-1;p>=0;--p){const Y=E[p];if(u(Y))return Y}return null}return E.find(u)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new n.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new c.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,a){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionScope(this,this.currentScope,t,a))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new s.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof s.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ln.ScopeManager=o,ln}r(Op,"requireScopeManager");var Up;function Sm(){if(Up)return In;Up=1,Object.defineProperty(In,"__esModule",{value:!0}),In.analyze=o;const e=Cl(),s=_m(),n=Op(),c={childVisitorKeys:e.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",sourceType:"script"};function o(i,t){const a={childVisitorKeys:t?.childVisitorKeys??c.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:t?.globalReturn??c.globalReturn,impliedStrict:t?.impliedStrict??c.impliedStrict,jsxFragmentName:t?.jsxFragmentName??c.jsxFragmentName,jsxPragma:t?.jsxPragma===void 0?c.jsxPragma:t.jsxPragma,lib:t?.lib??["esnext"],sourceType:t?.sourceType??c.sourceType};a.lib=a.lib.map(p=>p.toLowerCase());const u=new n.ScopeManager(a);return new s.Referencer(a,u).visit(i),u}return r(o,"analyze$1"),In}r(Sm,"requireAnalyze");var Ip;function vm(){return Ip||(Ip=1,(function(e){var s=Be&&Be.__createBinding||(Object.create?(function(u,E,p,Y){Y===void 0&&(Y=p);var A=Object.getOwnPropertyDescriptor(E,p);(!A||("get"in A?!E.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:r(function(){return E[p]},"get")}),Object.defineProperty(u,Y,A)}):(function(u,E,p,Y){Y===void 0&&(Y=p),u[Y]=E[p]})),n=Be&&Be.__exportStar||function(u,E){for(var p in u)p!=="default"&&!Object.prototype.hasOwnProperty.call(E,p)&&s(E,u,p)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var c=Sm();Object.defineProperty(e,"analyze",{enumerable:!0,get:r(function(){return c.analyze},"get")}),n(ke(),e);var o=Oo();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:r(function(){return o.PatternVisitor},"get")});var i=Yo();Object.defineProperty(e,"Reference",{enumerable:!0,get:r(function(){return i.Reference},"get")});var t=et();Object.defineProperty(e,"Visitor",{enumerable:!0,get:r(function(){return t.Visitor},"get")}),n(Vo(),e);var a=Op();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:r(function(){return a.ScopeManager},"get")}),n(Co(),e)})(Be)),Be}r(vm,"requireDist$1");var xp;function bm(){if(xp)return de;xp=1;var e=de&&de.__createBinding||(Object.create?(function(i,t,a,u){u===void 0&&(u=a);var E=Object.getOwnPropertyDescriptor(t,a);(!E||("get"in E?!t.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:r(function(){return t[a]},"get")}),Object.defineProperty(i,u,E)}):(function(i,t,a,u){u===void 0&&(u=a),i[u]=t[a]})),s=de&&de.__setModuleDefault||(Object.create?(function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}):function(i,t){i.default=t}),n=de&&de.__importStar||(function(){var i=r(function(t){return i=Object.getOwnPropertyNames||function(a){var u=[];for(var E in a)Object.prototype.hasOwnProperty.call(a,E)&&(u[u.length]=E);return u},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var a={};if(t!=null)for(var u=i(t),E=0;E<u.length;E++)u[E]!=="default"&&e(a,t,u[E]);return s(a,t),a}})();Object.defineProperty(de,"__esModule",{value:!0}),de.Scope=void 0;const c=n(vm());var o;return(function(i){i.ScopeType=c.ScopeType,i.DefinitionType=c.DefinitionType})(o||(de.Scope=o={})),de}r(bm,"requireScope");var cn={},Mp;function gm(){if(Mp)return cn;Mp=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.SourceCode=void 0;const e=ls;let s=class extends e.SourceCode{static{r(this,"SourceCode")}};return cn.SourceCode=s,cn}r(gm,"requireSourceCode");var wp;function Ym(){return wp||(wp=1,(function(e){var s=Fe&&Fe.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=Fe&&Fe.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(iP(),e),n(nP(),e),n(oP(),e),n(aP(),e),n(lP(),e),n(uP(),e),n(cP(),e),n(EP(),e),n(pP(),e),n(bm(),e),n(gm(),e)})(Fe)),Fe}r(Ym,"requireTsEslint");var qe={},Nn={},Fp;function Am(){if(Fp)return Nn;Fp=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.isArray=e;function e(s){return Array.isArray(s)}return r(e,"isArray$1"),Nn}r(Am,"requireIsArray");var Uo={},Bp;function Cm(){return Bp||(Bp=1,Object.defineProperty(Uo,"__esModule",{value:!0})),Uo}r(Cm,"requireNoInfer");var Np;function Lm(){return Np||(Np=1,(function(e){var s=qe&&qe.__createBinding||(Object.create?(function(c,o,i,t){t===void 0&&(t=i);var a=Object.getOwnPropertyDescriptor(o,i);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:r(function(){return o[i]},"get")}),Object.defineProperty(c,t,a)}):(function(c,o,i,t){t===void 0&&(t=i),c[t]=o[i]})),n=qe&&qe.__exportStar||function(c,o){for(var i in c)i!=="default"&&!Object.prototype.hasOwnProperty.call(o,i)&&s(o,c,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Am(),e),n(Cm(),e)})(qe)),qe}r(Lm,"requireTsUtils");var kp;function Vm(){return kp||(kp=1,(function(e){var s=Ee&&Ee.__createBinding||(Object.create?(function(i,t,a,u){u===void 0&&(u=a);var E=Object.getOwnPropertyDescriptor(t,a);(!E||("get"in E?!t.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:r(function(){return t[a]},"get")}),Object.defineProperty(i,u,E)}):(function(i,t,a,u){u===void 0&&(u=a),i[u]=t[a]})),n=Ee&&Ee.__setModuleDefault||(Object.create?(function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}):function(i,t){i.default=t}),c=Ee&&Ee.__importStar||(function(){var i=r(function(t){return i=Object.getOwnPropertyNames||function(a){var u=[];for(var E in a)Object.prototype.hasOwnProperty.call(a,E)&&(u[u.length]=E);return u},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var a={};if(t!=null)for(var u=i(t),E=0;E<u.length;E++)u[E]!=="default"&&s(a,t,u[E]);return n(a,t),a}})(),o=Ee&&Ee.__exportStar||function(i,t){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(t,a)&&s(t,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=c(Xd()),e.ESLintUtils=c(tP()),e.JSONSchema=c(rP()),e.TSESLint=c(Ym()),o(za(),e),e.TSUtils=c(Lm())})(Ee)),Ee}r(Vm,"requireDist");var Dm=Vm();const Rm=Dm.ESLintUtils.RuleCreator(e=>e),Om={preferArrowFunction:"Prefer arrow function"},Um=Rm({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Om},defaultOptions:[],create:r(e=>{const s=new Set,n=["prototype","name","length"],c=r(E=>{if(E.generator||s.has(E))return!1;const{parent:p}=E;if((p.type==="Property"||p.type==="MethodDefinition")&&(p.kind==="set"||p.kind==="get"||p.kind==="constructor"))return!1;const Y=e.sourceCode.getScope(E);if(Y.set.get("arguments").references.length>0)return!1;let l=[];if(E.type==="FunctionDeclaration"&&E.id){const[f]=e.sourceCode.getDeclaredVariables(E),[d]=f.references;if(d&&E.range[0]>d.identifier.range[0])return!1;l=f.references}else if(E.type==="FunctionExpression"){const f=e.sourceCode.getDeclaredVariables(E).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(f){const d=r((P,b)=>{let C=b;for(;C&&C!==P;)C=C.upper;return C===P},"isInsideScope");if(f.references.some(({from:P})=>d(Y,P)))return!1;l.push(...f.references)}if(E.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(E.parent);l.push(...d.references.slice(1))}}for(const{identifier:f}of l)if(f.parent.type==="MemberExpression"&&f.parent.property.type==="Identifier"&&n.includes(f.parent.property.name))return!1;return!0},"isConvertable"),o=r(E=>{let p=e.sourceCode.getScope(E);for(;p&&p.block.type!=="FunctionDeclaration"&&p.block.type!=="FunctionExpression";)p=p.upper;return p?.block},"getNearestFunction"),i=r((E,p)=>{const Y=e.sourceCode.getFirstToken(E,{filter:r(A=>A.type==="Keyword"&&A.value==="function","filter")});return Y?[p.remove(Y)]:[]},"removeFunctionToken"),t=r((E,p)=>{const Y=e.sourceCode.getTokenBefore(E.body);return[p.insertTextAfter(Y,"=>")]},"insertArrow"),a=r((E,p)=>{const Y=e.sourceCode.getFirstToken(E.parent,{filter:r(l=>l.type==="Identifier"&&l.value==="async","filter")}),A=e.sourceCode.getTokenAfter(Y,{includeComments:!0});return[p.removeRange([Y.range[0],A.range[0]]),p.insertTextBefore(E,"async")]},"moveAsyncToken"),u=r((E,p)=>[p.insertTextBefore(E,"("),p.insertTextAfter(E,")")],"wrapInParentheses");return{ThisExpression:r(E=>{s.add(o(E))},"ThisExpression"),Super:r(E=>{s.add(o(E))},"Super"),MetaProperty:r(E=>{E.meta.name==="new"&&E.property.name==="target"&&s.add(o(E))},"MetaProperty"),"FunctionExpression:exit":r(E=>{c(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:r(p=>{const Y=[...t(E,p)],{parent:A}=E;if(A.type==="Property"&&A.method||A.type==="MethodDefinition"&&A.kind==="method")Y.push(p.insertTextBefore(E,A.type==="Property"?":":"=")),E.async&&Y.push(...a(E,p));else if(Y.push(...i(E,p)),E.id&&Y.push(p.remove(E.id)),A.type==="LogicalExpression"){const f=e.sourceCode.getTokenBefore(E),d=e.sourceCode.getTokenAfter(E);f?.value==="("&&d?.value===")"||Y.push(...u(E,p))}return Y},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":r(E=>{c(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:r(p=>{const Y=[...t(E,p),...i(E,p)];if(E.id){const d=e.sourceCode.getText(E.id);Y.push(p.remove(E.id),p.insertTextBefore(E,`const ${d}=`))}const{parent:A}=E;if(A.type==="ExportDefaultDeclaration"&&E.id){const d=e.sourceCode.getFirstToken(A,{filter:r(C=>C.type==="Keyword"&&C.value==="export","filter")}),h=e.sourceCode.getTokenAfter(d,{filter:r(C=>C.type==="Keyword"&&C.value==="default","filter")}),P=[d.range[0],h.range[1]],b=e.sourceCode.text.slice(...P);Y.push(p.removeRange(P),p.insertTextAfter(E,`;${b} ${E.id.name}`))}const l=e.sourceCode.getTokenAfter(E,{includeComments:!0});return l&&!e.sourceCode.isSpaceBetween(E,l)&&Y.push(p.insertTextAfter(E,";")),Y},"fix")})},"FunctionDeclaration:exit")}},"create")}),jp={meta:{name:"pvtnbr/custom-rules",version:Uf.version},rules:{"prefer-arrow-functions":Um},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Im=w({plugins:{pvtnbr:jp},rules:jp.configs.base.rules}),Gp=r(e=>{const s=e?.cwd??process.cwd(),n=mf(s);return[w({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp,.tmp,.temp,__tmp__,__temp__}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.cache/**","**/.vitepress","**/CLAUDE.md","**/CLAUDE.local.md","**/.claude","**/AI.md","**/AGENT.md","**/PROMPT.md","**/PROMPTING.md","**/.cursorrules","**/.cursorignore","**/.cursormem.json","**/.cursorhistory","**/copilot.json","**/copilot.config.json","**/copilot.md"]}),w({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),xd,Wf,bn,wf,kf,...qf,...Rd(e),...ps,$f(n),Hf,vd,...Sd({...e,cwd:s}),...Dd,...Cd,...Ld,Vd,...Md,Od(),...gd(),bd,Im].filter(Boolean)},"pvtnbr");var xm=Gp();export{xm as default,w as defineConfig,Gp as pvtnbr};
|
|
9
|
+
`:""}`}set message(s){this.#i=s}#C(s){if(!this.#t)return;const n=this.#e,u=JT(n,this.#t.message);if(u)return $T.codeFrameColumns(n,{start:u},{highlightCode:s})}get codeFrame(){return this.#a??=this.#C(!0),this.#a}get rawCodeFrame(){return this.#E??=this.#C(!1),this.#E}}const JT=i((e,s)=>{const n=s.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;const{index:u,line:o,column:r}=n.groups;return o&&r?{line:Number(o),column:Number(r)}:zT(e,Number(u),{oneBased:!0})},"getErrorLocation"),QT=i(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(s,n,u)=>`"${u}"(${XT(u)})`),"addCodePointToUnexpectedToken");function ZT(e,s,n){try{return JSON.parse(e,s)}catch(u){throw new Qo({jsonParseError:u,fileName:n,input:e})}}i(ZT,"parseJson");var xs,ma;function ya(){return ma||(ma=1,xs=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...s)=>console.error("SEMVER",...s):()=>{}),xs}i(ya,"requireDebug");var Os,_a;function ha(){if(_a)return Os;_a=1;const e="2.0.0",s=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,u=16,o=s-6;return Os={MAX_LENGTH:s,MAX_SAFE_COMPONENT_LENGTH:u,MAX_SAFE_BUILD_LENGTH:o,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Os}i(ha,"requireConstants");var kn={exports:{}},Sa;function eP(){return Sa||(Sa=1,(function(e,s){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:u,MAX_LENGTH:o}=ha(),r=ya();s=e.exports={};const t=s.re=[],a=s.safeRe=[],l=s.src=[],c=s.safeSrc=[],f=s.t={};let Y=0;const L="[a-zA-Z0-9-]",T=[["\\s",1],["\\d",o],[L,u]],b=i(d=>{for(const[p,S]of T)d=d.split(`${p}*`).join(`${p}{0,${S}}`).split(`${p}+`).join(`${p}{1,${S}}`);return d},"makeSafeRegex"),E=i((d,p,S)=>{const C=b(p),P=Y++;r(d,P,p),f[d]=P,l[P]=p,c[P]=C,t[P]=new RegExp(p,S?"g":void 0),a[P]=new RegExp(C,S?"g":void 0)},"createToken");E("NUMERICIDENTIFIER","0|[1-9]\\d*"),E("NUMERICIDENTIFIERLOOSE","\\d+"),E("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${L}*`),E("MAINVERSION",`(${l[f.NUMERICIDENTIFIER]})\\.(${l[f.NUMERICIDENTIFIER]})\\.(${l[f.NUMERICIDENTIFIER]})`),E("MAINVERSIONLOOSE",`(${l[f.NUMERICIDENTIFIERLOOSE]})\\.(${l[f.NUMERICIDENTIFIERLOOSE]})\\.(${l[f.NUMERICIDENTIFIERLOOSE]})`),E("PRERELEASEIDENTIFIER",`(?:${l[f.NONNUMERICIDENTIFIER]}|${l[f.NUMERICIDENTIFIER]})`),E("PRERELEASEIDENTIFIERLOOSE",`(?:${l[f.NONNUMERICIDENTIFIER]}|${l[f.NUMERICIDENTIFIERLOOSE]})`),E("PRERELEASE",`(?:-(${l[f.PRERELEASEIDENTIFIER]}(?:\\.${l[f.PRERELEASEIDENTIFIER]})*))`),E("PRERELEASELOOSE",`(?:-?(${l[f.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${l[f.PRERELEASEIDENTIFIERLOOSE]})*))`),E("BUILDIDENTIFIER",`${L}+`),E("BUILD",`(?:\\+(${l[f.BUILDIDENTIFIER]}(?:\\.${l[f.BUILDIDENTIFIER]})*))`),E("FULLPLAIN",`v?${l[f.MAINVERSION]}${l[f.PRERELEASE]}?${l[f.BUILD]}?`),E("FULL",`^${l[f.FULLPLAIN]}$`),E("LOOSEPLAIN",`[v=\\s]*${l[f.MAINVERSIONLOOSE]}${l[f.PRERELEASELOOSE]}?${l[f.BUILD]}?`),E("LOOSE",`^${l[f.LOOSEPLAIN]}$`),E("GTLT","((?:<|>)?=?)"),E("XRANGEIDENTIFIERLOOSE",`${l[f.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),E("XRANGEIDENTIFIER",`${l[f.NUMERICIDENTIFIER]}|x|X|\\*`),E("XRANGEPLAIN",`[v=\\s]*(${l[f.XRANGEIDENTIFIER]})(?:\\.(${l[f.XRANGEIDENTIFIER]})(?:\\.(${l[f.XRANGEIDENTIFIER]})(?:${l[f.PRERELEASE]})?${l[f.BUILD]}?)?)?`),E("XRANGEPLAINLOOSE",`[v=\\s]*(${l[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[f.XRANGEIDENTIFIERLOOSE]})(?:${l[f.PRERELEASELOOSE]})?${l[f.BUILD]}?)?)?`),E("XRANGE",`^${l[f.GTLT]}\\s*${l[f.XRANGEPLAIN]}$`),E("XRANGELOOSE",`^${l[f.GTLT]}\\s*${l[f.XRANGEPLAINLOOSE]}$`),E("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),E("COERCE",`${l[f.COERCEPLAIN]}(?:$|[^\\d])`),E("COERCEFULL",l[f.COERCEPLAIN]+`(?:${l[f.PRERELEASE]})?(?:${l[f.BUILD]})?(?:$|[^\\d])`),E("COERCERTL",l[f.COERCE],!0),E("COERCERTLFULL",l[f.COERCEFULL],!0),E("LONETILDE","(?:~>?)"),E("TILDETRIM",`(\\s*)${l[f.LONETILDE]}\\s+`,!0),s.tildeTrimReplace="$1~",E("TILDE",`^${l[f.LONETILDE]}${l[f.XRANGEPLAIN]}$`),E("TILDELOOSE",`^${l[f.LONETILDE]}${l[f.XRANGEPLAINLOOSE]}$`),E("LONECARET","(?:\\^)"),E("CARETTRIM",`(\\s*)${l[f.LONECARET]}\\s+`,!0),s.caretTrimReplace="$1^",E("CARET",`^${l[f.LONECARET]}${l[f.XRANGEPLAIN]}$`),E("CARETLOOSE",`^${l[f.LONECARET]}${l[f.XRANGEPLAINLOOSE]}$`),E("COMPARATORLOOSE",`^${l[f.GTLT]}\\s*(${l[f.LOOSEPLAIN]})$|^$`),E("COMPARATOR",`^${l[f.GTLT]}\\s*(${l[f.FULLPLAIN]})$|^$`),E("COMPARATORTRIM",`(\\s*)${l[f.GTLT]}\\s*(${l[f.LOOSEPLAIN]}|${l[f.XRANGEPLAIN]})`,!0),s.comparatorTrimReplace="$1$2$3",E("HYPHENRANGE",`^\\s*(${l[f.XRANGEPLAIN]})\\s+-\\s+(${l[f.XRANGEPLAIN]})\\s*$`),E("HYPHENRANGELOOSE",`^\\s*(${l[f.XRANGEPLAINLOOSE]})\\s+-\\s+(${l[f.XRANGEPLAINLOOSE]})\\s*$`),E("STAR","(<|>)?=?\\s*\\*"),E("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),E("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(kn,kn.exports)),kn.exports}i(eP,"requireRe");var Is,va;function tP(){if(va)return Is;va=1;const e=Object.freeze({loose:!0}),s=Object.freeze({});return Is=i(u=>u?typeof u!="object"?e:u:s,"parseOptions"),Is}i(tP,"requireParseOptions");var Ms,Ya;function rP(){if(Ya)return Ms;Ya=1;const e=/^[0-9]+$/,s=i((u,o)=>{if(typeof u=="number"&&typeof o=="number")return u===o?0:u<o?-1:1;const r=e.test(u),t=e.test(o);return r&&t&&(u=+u,o=+o),u===o?0:r&&!t?-1:t&&!r?1:u<o?-1:1},"compareIdentifiers");return Ms={compareIdentifiers:s,rcompareIdentifiers:i((u,o)=>s(o,u),"rcompareIdentifiers")},Ms}i(rP,"requireIdentifiers");var Fs,ga;function iP(){if(ga)return Fs;ga=1;const e=ya(),{MAX_LENGTH:s,MAX_SAFE_INTEGER:n}=ha(),{safeRe:u,t:o}=eP(),r=tP(),{compareIdentifiers:t}=rP();class a{static{i(this,"SemVer")}constructor(c,f){if(f=r(f),c instanceof a){if(c.loose===!!f.loose&&c.includePrerelease===!!f.includePrerelease)return c;c=c.version}else if(typeof c!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof c}".`);if(c.length>s)throw new TypeError(`version is longer than ${s} characters`);e("SemVer",c,f),this.options=f,this.loose=!!f.loose,this.includePrerelease=!!f.includePrerelease;const Y=c.trim().match(f.loose?u[o.LOOSE]:u[o.FULL]);if(!Y)throw new TypeError(`Invalid Version: ${c}`);if(this.raw=c,this.major=+Y[1],this.minor=+Y[2],this.patch=+Y[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");Y[4]?this.prerelease=Y[4].split(".").map(L=>{if(/^[0-9]+$/.test(L)){const T=+L;if(T>=0&&T<n)return T}return L}):this.prerelease=[],this.build=Y[5]?Y[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(c){if(e("SemVer.compare",this.version,this.options,c),!(c instanceof a)){if(typeof c=="string"&&c===this.version)return 0;c=new a(c,this.options)}return c.version===this.version?0:this.compareMain(c)||this.comparePre(c)}compareMain(c){return c instanceof a||(c=new a(c,this.options)),this.major<c.major?-1:this.major>c.major?1:this.minor<c.minor?-1:this.minor>c.minor?1:this.patch<c.patch?-1:this.patch>c.patch?1:0}comparePre(c){if(c instanceof a||(c=new a(c,this.options)),this.prerelease.length&&!c.prerelease.length)return-1;if(!this.prerelease.length&&c.prerelease.length)return 1;if(!this.prerelease.length&&!c.prerelease.length)return 0;let f=0;do{const Y=this.prerelease[f],L=c.prerelease[f];if(e("prerelease compare",f,Y,L),Y===void 0&&L===void 0)return 0;if(L===void 0)return 1;if(Y===void 0)return-1;if(Y===L)continue;return t(Y,L)}while(++f)}compareBuild(c){c instanceof a||(c=new a(c,this.options));let f=0;do{const Y=this.build[f],L=c.build[f];if(e("build compare",f,Y,L),Y===void 0&&L===void 0)return 0;if(L===void 0)return 1;if(Y===void 0)return-1;if(Y===L)continue;return t(Y,L)}while(++f)}inc(c,f,Y){if(c.startsWith("pre")){if(!f&&Y===!1)throw new Error("invalid increment argument: identifier is empty");if(f){const L=`-${f}`.match(this.options.loose?u[o.PRERELEASELOOSE]:u[o.PRERELEASE]);if(!L||L[1]!==f)throw new Error(`invalid identifier: ${f}`)}}switch(c){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",f,Y);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",f,Y);break;case"prepatch":this.prerelease.length=0,this.inc("patch",f,Y),this.inc("pre",f,Y);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",f,Y),this.inc("pre",f,Y);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const L=Number(Y)?1:0;if(this.prerelease.length===0)this.prerelease=[L];else{let T=this.prerelease.length;for(;--T>=0;)typeof this.prerelease[T]=="number"&&(this.prerelease[T]++,T=-2);if(T===-1){if(f===this.prerelease.join(".")&&Y===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(L)}}if(f){let T=[f,L];Y===!1&&(T=[f]),t(this.prerelease[0],f)===0?isNaN(this.prerelease[1])&&(this.prerelease=T):this.prerelease=T}break}default:throw new Error(`invalid increment argument: ${c}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Fs=a,Fs}i(iP,"requireSemver");var ws,ba;function Aa(){if(ba)return ws;ba=1;const e=iP();return ws=i((n,u,o=!1)=>{if(n instanceof e)return n;try{return new e(n,u)}catch(r){if(!o)return null;throw r}},"parse"),ws}i(Aa,"requireParse$1");var Bs,La;function nP(){if(La)return Bs;La=1;const e=Aa();return Bs=i((n,u)=>{const o=e(n,u);return o?o.version:null},"valid"),Bs}i(nP,"requireValid");var Gs,Ca;function sP(){if(Ca)return Gs;Ca=1;const e=Aa();return Gs=i((n,u)=>{const o=e(n.trim().replace(/^[=v]+/,""),u);return o?o.version:null},"clean"),Gs}i(sP,"requireClean");var Ua=["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","ALGLIB-Documentation","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Advanced-Cryptics-Dictionary","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BOLA-1.1","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-Tso","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Mark-Modifications","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","Buddy","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CAPEC-tou","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","ESA-PL-permissive-2.4","ESA-PL-strong-copyleft-2.4","ESA-PL-weak-copyleft-2.4","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-SMC","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HPND-sell-variant-critical-systems","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ISO-permission","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-STK","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MMPL-1.0.1","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-TNT","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSC-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OSSP","OpenMDW-1.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","ParaType-Free-Font-1.3","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGMLUG-PM","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TekHVC","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","UnRAR","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","Vixie-Cron","W3C","W3C-19980720","W3C-20150513","WTFNMFPL","WTFPL","Watcom-1.0","Widget-Workshop","WordNet","Wsuipa","X11","X11-distribute-modifications-variant","X11-no-permit-persons","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","hyphen-bulgarian","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"],oP=["AGPL-1.0","AGPL-3.0","BSD-2-Clause-FreeBSD","BSD-2-Clause-NetBSD","GFDL-1.1","GFDL-1.2","GFDL-1.3","GPL-1.0","GPL-2.0","GPL-2.0-with-GCC-exception","GPL-2.0-with-autoconf-exception","GPL-2.0-with-bison-exception","GPL-2.0-with-classpath-exception","GPL-2.0-with-font-exception","GPL-3.0","GPL-3.0-with-GCC-exception","GPL-3.0-with-autoconf-exception","LGPL-2.0","LGPL-2.1","LGPL-3.0","Net-SNMP","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],aP=["389-exception","Asterisk-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Autoconf-exception-generic","Autoconf-exception-generic-3.0","Autoconf-exception-macro","Bison-exception-1.24","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","cryptsetup-OpenSSL-exception","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","fmt-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-2.0-note","GCC-exception-3.1","Gmsh-exception","GNAT-exception","GNOME-examples-exception","GNU-compiler-exception","gnu-javamail-exception","GPL-3.0-interface-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","GStreamer-exception-2005","GStreamer-exception-2008","i2p-gpl-java-exception","KiCad-libraries-exception","LGPL-3.0-linking-exception","libpri-OpenH323-exception","Libtool-exception","Linux-syscall-note","LLGPL","LLVM-exception","LZMA-exception","mif-exception","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","QPL-1.0-INRIA-2004-exception","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","SANE-exception","SHL-2.0","SHL-2.1","stunnel-exception","SWI-exception","Swift-exception","Texinfo-exception","u-boot-exception-2.0","UBDL-exception","Universal-FOSS-exception-1.0","vsftpd-openssl-exception","WxWindows-exception-3.1","x11vnc-openssl-exception"],ks,Va;function lP(){if(Va)return ks;Va=1;var e=[].concat(Ua).concat(oP),s=aP;return ks=i(function(n){var u=0;function o(){return u<n.length}i(o,"hasMore");function r(d){if(d instanceof RegExp){var p=n.slice(u),S=p.match(d);if(S)return u+=S[0].length,S[0]}else if(n.indexOf(d,u)===u)return u+=d.length,d}i(r,"read");function t(){r(/[ ]*/)}i(t,"skipWhitespace");function a(){for(var d,p=["WITH","AND","OR","(",")",":","+"],S=0;S<p.length&&(d=r(p[S]),!d);S++);if(d==="+"&&u>1&&n[u-2]===" ")throw new Error("Space before `+`");return d&&{type:"OPERATOR",string:d}}i(a,"operator");function l(){return r(/[A-Za-z0-9-.]+/)}i(l,"idstring");function c(){var d=l();if(!d)throw new Error("Expected idstring at offset "+u);return d}i(c,"expectIdstring");function f(){if(r("DocumentRef-")){var d=c();return{type:"DOCUMENTREF",string:d}}}i(f,"documentRef");function Y(){if(r("LicenseRef-")){var d=c();return{type:"LICENSEREF",string:d}}}i(Y,"licenseRef");function L(){var d=u,p=l();if(e.indexOf(p)!==-1)return{type:"LICENSE",string:p};if(s.indexOf(p)!==-1)return{type:"EXCEPTION",string:p};u=d}i(L,"identifier");function T(){return a()||f()||Y()||L()}i(T,"parseToken");for(var b=[];o()&&(t(),!!o());){var E=T();if(!E)throw new Error("Unexpected `"+n[u]+"` at offset "+u);b.push(E)}return b},"scan"),ks}i(lP,"requireScan");var Ns,Da;function uP(){return Da||(Da=1,Ns=i(function(e){var s=0;function n(){return s<e.length}i(n,"hasMore");function u(){return n()?e[s]:null}i(u,"token");function o(){if(!n())throw new Error;s++}i(o,"next");function r(E){var d=u();if(d&&d.type==="OPERATOR"&&E===d.string)return o(),d.string}i(r,"parseOperator");function t(){if(r("WITH")){var E=u();if(E&&E.type==="EXCEPTION")return o(),E.string;throw new Error("Expected exception after `WITH`")}}i(t,"parseWith");function a(){var E=s,d="",p=u();if(p.type==="DOCUMENTREF"&&(o(),d+="DocumentRef-"+p.string+":",!r(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(p=u(),p.type==="LICENSEREF")return o(),d+="LicenseRef-"+p.string,{license:d};s=E}i(a,"parseLicenseRef");function l(){var E=u();if(E&&E.type==="LICENSE"){o();var d={license:E.string};r("+")&&(d.plus=!0);var p=t();return p&&(d.exception=p),d}}i(l,"parseLicense");function c(){var E=r("(");if(E){var d=T();if(!r(")"))throw new Error("Expected `)`");return d}}i(c,"parseParenthesizedExpression");function f(){return c()||a()||l()}i(f,"parseAtom");function Y(E,d){return i(function p(){var S=d();if(S){if(!r(E))return S;var C=p();if(!C)throw new Error("Expected expression");return{left:S,conjunction:E.toLowerCase(),right:C}}},"parseBinaryOp")}i(Y,"makeBinaryOpParser");var L=Y("AND",f),T=Y("OR",L),b=T();if(!b||n())throw new Error("Syntax error");return b},"parse")),Ns}i(uP,"requireParse");var js,Ra;function xa(){if(Ra)return js;Ra=1;var e=lP(),s=uP();return js=i(function(n){return s(e(n))},"spdxExpressionParse"),js}i(xa,"requireSpdxExpressionParse");var qs,Oa;function cP(){if(Oa)return qs;Oa=1;var e=xa(),s=Ua;function n(p){try{return e(p),!0}catch{return!1}}i(n,"valid");function u(p,S){var C=S[0].length-p[0].length;return C!==0?C:p[0].toUpperCase().localeCompare(S[0].toUpperCase())}i(u,"sortTranspositions");var o=[["APGL","AGPL"],["Gpl","GPL"],["GLP","GPL"],["APL","Apache"],["ISD","ISC"],["GLP","GPL"],["IST","ISC"],["Claude","Clause"],[" or later","+"],[" International",""],["GNU","GPL"],["GUN","GPL"],["+",""],["GNU GPL","GPL"],["GNU LGPL","LGPL"],["GNU/GPL","GPL"],["GNU GLP","GPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL"],["GNU Lesser General Public License","LGPL"],["GNU LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["GNU Lesser General Public License","LGPL-2.1"],["LESSER GENERAL PUBLIC LICENSE","LGPL"],["Lesser General Public License","LGPL"],["LESSER GENERAL PUBLIC LICENSE","LGPL-2.1"],["Lesser General Public License","LGPL-2.1"],["GNU General Public License","GPL"],["Gnu public license","GPL"],["GNU Public License","GPL"],["GNU GENERAL PUBLIC LICENSE","GPL"],["MTI","MIT"],["Mozilla Public License","MPL"],["Universal Permissive License","UPL"],["WTH","WTF"],["WTFGPL","WTFPL"],["-License",""]].sort(u),r=0,t=1,a=[function(p){return p.toUpperCase()},function(p){return p.trim()},function(p){return p.replace(/\./g,"")},function(p){return p.replace(/\s+/g,"")},function(p){return p.replace(/\s+/g,"-")},function(p){return p.replace("v","-")},function(p){return p.replace(/,?\s*(\d)/,"-$1")},function(p){return p.replace(/,?\s*(\d)/,"-$1.0")},function(p){return p.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(p){return p.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(p){return p[0].toUpperCase()+p.slice(1)},function(p){return p.replace("/","-")},function(p){return p.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(p){return p.indexOf("3.0")!==-1?p+"-or-later":p+"-only"},function(p){return p+"only"},function(p){return p.replace(/(\d)$/,"-$1.0")},function(p){return p.replace(/(-| )?(\d)$/,"-$2-Clause")},function(p){return p.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(p){return p.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(p){return p.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(p){return p.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(p){return p.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(p){return p.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(p){return"CC-"+p},function(p){return"CC-"+p+"-4.0"},function(p){return p.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(p){return"CC-"+p.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],l=s.map(function(p){var S=/^(.*)-\d+\.\d+$/.exec(p);return S?[S[0],S[1]]:[p,null]}).reduce(function(p,S){var C=S[1];return p[C]=p[C]||[],p[C].push(S[0]),p},{}),c=Object.keys(l).map(i(function(S){return[S,l[S]]},"makeEntries")).filter(i(function(S){return S[1].length===1&&S[0]!==null&&S[0]!=="APL"},"identifySoleVersions")).map(i(function(S){return[S[0],S[1][0]]},"createLastResorts"));l=void 0;var f=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(c).sort(u),Y=0,L=1,T=i(function(p){for(var S=0;S<a.length;S++){var C=a[S](p).trim();if(C!==p&&n(C))return C}return null},"validTransformation"),b=i(function(p){for(var S=p.toUpperCase(),C=0;C<f.length;C++){var P=f[C];if(S.indexOf(P[Y])>-1)return P[L]}return null},"validLastResort"),E=i(function(p,S){for(var C=0;C<o.length;C++){var P=o[C],h=P[r];if(p.indexOf(h)>-1){var g=p.replace(h,P[t]),V=S(g);if(V!==null)return V}}return null},"anyCorrection");qs=i(function(p,S){S=S||{};var C=S.upgrade===void 0?!0:!!S.upgrade;function P(R){return C?d(R):R}i(P,"postprocess");var h=typeof p=="string"&&p.trim().length!==0;if(!h)throw Error("Invalid argument. Expected non-empty string.");if(p=p.trim(),n(p))return P(p);var g=p.replace(/\+$/,"").trim();if(n(g))return P(g);var V=T(p);return V!==null||(V=E(p,function(R){return n(R)?R:T(R)}),V!==null)||(V=b(p),V!==null)||(V=E(p,b),V!==null)?P(V):null},"spdxCorrect");function d(p){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(p)!==-1?p+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(p)!==-1?p.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(p)!==-1?p+"-or-later":p}return i(d,"upgradeGPLs"),qs}i(cP,"requireSpdxCorrect");var Ws,Ia;function EP(){if(Ia)return Ws;Ia=1;var e=xa(),s=cP(),n='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',u=/^SEE LICEN[CS]E IN (.+)$/;function o(t,a){return a.slice(0,t.length)===t}i(o,"startsWith");function r(t){if(t.hasOwnProperty("license")){var a=t.license;return o("LicenseRef",a)||o("DocumentRef",a)}else return r(t.left)||r(t.right)}return i(r,"usesLicenseRef"),Ws=i(function(t){var a;try{a=e(t)}catch{var l;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(l=u.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:l[1]};var c={validForOldPackages:!1,validForNewPackages:!1,warnings:[n]};if(t.trim().length!==0){var f=s(t);f&&c.warnings.push('license is similar to the valid expression "'+f+'"')}return c}return r(a)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[n]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),Ws}i(EP,"requireValidateNpmPackageLicense");var ft={},Ma;function pP(){if(Ma)return ft;Ma=1;var e=i((b,E)=>()=>(E||b((E={exports:{}}).exports,E),E.exports),"G"),s=e(b=>{Object.defineProperty(b,"__esModule",{value:!0}),b.tracing=b.metrics=void 0;var E=TT;b.metrics=(0,E.channel)("lru-cache:metrics"),b.tracing=(0,E.tracingChannel)("lru-cache")});Object.defineProperty(ft,"__esModule",{value:!0}),ft.LRUCache=void 0;var n=s(),u=i(()=>n.metrics.hasSubscribers||n.tracing.hasSubscribers,"D"),o=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,r=new Set,t=typeof process=="object"&&process?process:{},a=i((b,E,d,p)=>{typeof t.emitWarning=="function"?t.emitWarning(b,E,d,p):console.error(`[${d}] ${E}: ${b}`)},"H"),l=i(b=>!r.has(b),"N"),c=i(b=>!!b&&b===Math.floor(b)&&b>0&&isFinite(b),"F"),f=i(b=>c(b)?b<=Math.pow(2,8)?Uint8Array:b<=Math.pow(2,16)?Uint16Array:b<=Math.pow(2,32)?Uint32Array:b<=Number.MAX_SAFE_INTEGER?Y:null:null,"I"),Y=class extends Array{static{i(this,"W")}constructor(b){super(b),this.fill(0)}},L=class Cn{static{i(this,"c")}heap;length;static#e=!1;static create(E){let d=f(E);if(!d)return[];Cn.#e=!0;let p=new Cn(E,d);return Cn.#e=!1,p}constructor(E,d){if(!Cn.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new d(E),this.length=0}push(E){this.heap[this.length++]=E}pop(){return this.heap[--this.length]}},T=class vf{static{i(this,"c2")}#e;#t;#i;#a;#E;#C;#M;#_;get perf(){return this.#_}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#l;#h;#o;#s;#r;#f;#P;#p;#u;#S;#c;#v;#Y;#d;#m;#g;#V;#T;#F;static unsafeExposeInternals(E){return{starts:E.#Y,ttls:E.#d,autopurgeTimers:E.#m,sizes:E.#v,keyMap:E.#o,keyList:E.#s,valList:E.#r,next:E.#f,prev:E.#P,get head(){return E.#p},get tail(){return E.#u},free:E.#S,isBackgroundFetch:i(d=>E.#n(d),"isBackgroundFetch"),backgroundFetch:i((d,p,S,C)=>E.#G(d,p,S,C),"backgroundFetch"),moveToTail:i(d=>E.#I(d),"moveToTail"),indexes:i(d=>E.#b(d),"indexes"),rindexes:i(d=>E.#A(d),"rindexes"),isStale:i(d=>E.#y(d),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#h}get size(){return this.#l}get fetchMethod(){return this.#C}get memoMethod(){return this.#M}get dispose(){return this.#i}get onInsert(){return this.#a}get disposeAfter(){return this.#E}constructor(E){let{max:d=0,ttl:p,ttlResolution:S=1,ttlAutopurge:C,updateAgeOnGet:P,updateAgeOnHas:h,allowStale:g,dispose:V,onInsert:R,disposeAfter:I,noDisposeOnSet:M,noUpdateTTL:q,maxSize:ie=0,maxEntrySize:G=0,sizeCalculation:H,fetchMethod:w,memoMethod:W,noDeleteOnFetchRejection:Z,noDeleteOnStaleGet:K,allowStaleOnFetchRejection:N,allowStaleOnFetchAbort:J,ignoreFetchAbort:z,perf:ee}=E;if(ee!==void 0&&typeof ee?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#_=ee??o,d!==0&&!c(d))throw new TypeError("max option must be a nonnegative integer");let te=d?f(d):Array;if(!te)throw new Error("invalid max value: "+d);if(this.#e=d,this.#t=ie,this.maxEntrySize=G||this.#t,this.sizeCalculation=H,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(W!==void 0&&typeof W!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#M=W,w!==void 0&&typeof w!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#C=w,this.#V=!!w,this.#o=new Map,this.#s=Array.from({length:d}).fill(void 0),this.#r=Array.from({length:d}).fill(void 0),this.#f=new te(d),this.#P=new te(d),this.#p=0,this.#u=0,this.#S=L.create(d),this.#l=0,this.#h=0,typeof V=="function"&&(this.#i=V),typeof R=="function"&&(this.#a=R),typeof I=="function"?(this.#E=I,this.#c=[]):(this.#E=void 0,this.#c=void 0),this.#g=!!this.#i,this.#F=!!this.#a,this.#T=!!this.#E,this.noDisposeOnSet=!!M,this.noUpdateTTL=!!q,this.noDeleteOnFetchRejection=!!Z,this.allowStaleOnFetchRejection=!!N,this.allowStaleOnFetchAbort=!!J,this.ignoreFetchAbort=!!z,this.maxEntrySize!==0){if(this.#t!==0&&!c(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!c(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#K()}if(this.allowStale=!!g,this.noDeleteOnStaleGet=!!K,this.updateAgeOnGet=!!P,this.updateAgeOnHas=!!h,this.ttlResolution=c(S)||S===0?S:1,this.ttlAutopurge=!!C,this.ttl=p||0,this.ttl){if(!c(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#k()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let Ee="LRU_CACHE_UNBOUNDED";l(Ee)&&(r.add(Ee),a("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Ee,vf))}}getRemainingTTL(E){return this.#o.has(E)?1/0:0}#k(){let E=new Y(this.#e),d=new Y(this.#e);this.#d=E,this.#Y=d;let p=this.ttlAutopurge?Array.from({length:this.#e}):void 0;this.#m=p,this.#N=(h,g,V=this.#_.now())=>{d[h]=g!==0?V:0,E[h]=g,S(h,g)},this.#R=h=>{d[h]=E[h]!==0?this.#_.now():0,S(h,E[h])};let S=this.ttlAutopurge?(h,g)=>{if(p?.[h]&&(clearTimeout(p[h]),p[h]=void 0),g&&g!==0&&p){let V=setTimeout(()=>{this.#y(h)&&this.#L(this.#s[h],"expire")},g+1);V.unref&&V.unref(),p[h]=V}}:()=>{};this.#U=(h,g)=>{if(E[g]){let V=E[g],R=d[g];if(!V||!R)return;h.ttl=V,h.start=R,h.now=C||P();let I=h.now-R;h.remainingTTL=V-I}};let C=0,P=i(()=>{let h=this.#_.now();if(this.ttlResolution>0){C=h;let g=setTimeout(()=>C=0,this.ttlResolution);g.unref&&g.unref()}return h},"o");this.getRemainingTTL=h=>{let g=this.#o.get(h);if(g===void 0)return 0;let V=E[g],R=d[g];if(!V||!R)return 1/0;let I=(C||P())-R;return V-I},this.#y=h=>{let g=d[h],V=E[h];return!!V&&!!g&&(C||P())-g>V}}#R=i(()=>{},"#R");#U=i(()=>{},"#E");#N=i(()=>{},"#N");#y=i(()=>!1,"#p");#K(){let E=new Y(this.#e);this.#h=0,this.#v=E,this.#x=d=>{this.#h-=E[d],E[d]=0},this.#j=(d,p,S,C)=>{if(this.#n(p))return 0;if(!c(S))if(C){if(typeof C!="function")throw new TypeError("sizeCalculation must be a function");if(S=C(p,d),!c(S))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return S},this.#w=(d,p,S)=>{if(E[d]=p,this.#t){let C=this.#t-E[d];for(;this.#h>C;)this.#B(!0)}this.#h+=E[d],S&&(S.entrySize=p,S.totalCalculatedSize=this.#h)}}#x=i(E=>{},"#C");#w=i((E,d,p)=>{},"#I");#j=i((E,d,p,S)=>{if(p||S)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#k");*#b({allowStale:E=this.allowStale}={}){if(this.#l)for(let d=this.#u;this.#q(d)&&((E||!this.#y(d))&&(yield d),d!==this.#p);)d=this.#P[d]}*#A({allowStale:E=this.allowStale}={}){if(this.#l)for(let d=this.#p;this.#q(d)&&((E||!this.#y(d))&&(yield d),d!==this.#u);)d=this.#f[d]}#q(E){return E!==void 0&&this.#o.get(this.#s[E])===E}*entries(){for(let E of this.#b())this.#r[E]!==void 0&&this.#s[E]!==void 0&&!this.#n(this.#r[E])&&(yield[this.#s[E],this.#r[E]])}*rentries(){for(let E of this.#A())this.#r[E]!==void 0&&this.#s[E]!==void 0&&!this.#n(this.#r[E])&&(yield[this.#s[E],this.#r[E]])}*keys(){for(let E of this.#b()){let d=this.#s[E];d!==void 0&&!this.#n(this.#r[E])&&(yield d)}}*rkeys(){for(let E of this.#A()){let d=this.#s[E];d!==void 0&&!this.#n(this.#r[E])&&(yield d)}}*values(){for(let E of this.#b())this.#r[E]!==void 0&&!this.#n(this.#r[E])&&(yield this.#r[E])}*rvalues(){for(let E of this.#A())this.#r[E]!==void 0&&!this.#n(this.#r[E])&&(yield this.#r[E])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(E,d={}){for(let p of this.#b()){let S=this.#r[p],C=this.#n(S)?S.__staleWhileFetching:S;if(C!==void 0&&E(C,this.#s[p],this))return this.#O(this.#s[p],d)}}forEach(E,d=this){for(let p of this.#b()){let S=this.#r[p],C=this.#n(S)?S.__staleWhileFetching:S;C!==void 0&&E.call(d,C,this.#s[p],this)}}rforEach(E,d=this){for(let p of this.#A()){let S=this.#r[p],C=this.#n(S)?S.__staleWhileFetching:S;C!==void 0&&E.call(d,C,this.#s[p],this)}}purgeStale(){let E=!1;for(let d of this.#A({allowStale:!0}))this.#y(d)&&(this.#L(this.#s[d],"expire"),E=!0);return E}info(E){let d=this.#o.get(E);if(d===void 0)return;let p=this.#r[d],S=this.#n(p)?p.__staleWhileFetching:p;if(S===void 0)return;let C={value:S};if(this.#d&&this.#Y){let P=this.#d[d],h=this.#Y[d];if(P&&h){let g=P-(this.#_.now()-h);C.ttl=g,C.start=Date.now()}}return this.#v&&(C.size=this.#v[d]),C}dump(){let E=[];for(let d of this.#b({allowStale:!0})){let p=this.#s[d],S=this.#r[d],C=this.#n(S)?S.__staleWhileFetching:S;if(C===void 0||p===void 0)continue;let P={value:C};if(this.#d&&this.#Y){P.ttl=this.#d[d];let h=this.#_.now()-this.#Y[d];P.start=Math.floor(Date.now()-h)}this.#v&&(P.size=this.#v[d]),E.unshift([p,P])}return E}load(E){this.clear();for(let[d,p]of E){if(p.start){let S=Date.now()-p.start;p.start=this.#_.now()-S}this.#D(d,p.value,p)}}set(E,d,p={}){let{status:S=n.metrics.hasSubscribers?{}:void 0}=p;p.status=S,S&&(S.op="set",S.key=E,d!==void 0&&(S.value=d));let C=this.#D(E,d,p);return S&&n.metrics.hasSubscribers&&n.metrics.publish(S),C}#D(E,d,p={}){let{ttl:S=this.ttl,start:C,noDisposeOnSet:P=this.noDisposeOnSet,sizeCalculation:h=this.sizeCalculation,status:g}=p;if(d===void 0)return g&&(g.set="deleted"),this.delete(E),this;let{noUpdateTTL:V=this.noUpdateTTL}=p;g&&!this.#n(d)&&(g.value=d);let R=this.#j(E,d,p.size||0,h,g);if(this.maxEntrySize&&R>this.maxEntrySize)return this.#L(E,"set"),g&&(g.set="miss",g.maxEntrySizeExceeded=!0),this;let I=this.#l===0?void 0:this.#o.get(E);if(I===void 0)I=this.#l===0?this.#u:this.#S.length!==0?this.#S.pop():this.#l===this.#e?this.#B(!1):this.#l,this.#s[I]=E,this.#r[I]=d,this.#o.set(E,I),this.#f[this.#u]=I,this.#P[I]=this.#u,this.#u=I,this.#l++,this.#w(I,R,g),g&&(g.set="add"),V=!1,this.#F&&this.#a?.(d,E,"add");else{this.#I(I);let M=this.#r[I];if(d!==M){if(this.#V&&this.#n(M)){M.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:q}=M;q!==void 0&&!P&&(this.#g&&this.#i?.(q,E,"set"),this.#T&&this.#c?.push([q,E,"set"]))}else P||(this.#g&&this.#i?.(M,E,"set"),this.#T&&this.#c?.push([M,E,"set"]));if(this.#x(I),this.#w(I,R,g),this.#r[I]=d,g){g.set="replace";let q=M&&this.#n(M)?M.__staleWhileFetching:M;q!==void 0&&(g.oldValue=q)}}else g&&(g.set="update");this.#F&&this.onInsert?.(d,E,d===M?"update":"replace")}if(S!==0&&!this.#d&&this.#k(),this.#d&&(V||this.#N(I,S,C),g&&this.#U(g,I)),!P&&this.#T&&this.#c){let M=this.#c,q;for(;q=M?.shift();)this.#E?.(...q)}return this}pop(){try{for(;this.#l;){let E=this.#r[this.#p];if(this.#B(!0),this.#n(E)){if(E.__staleWhileFetching)return E.__staleWhileFetching}else if(E!==void 0)return E}}finally{if(this.#T&&this.#c){let E=this.#c,d;for(;d=E?.shift();)this.#E?.(...d)}}}#B(E){let d=this.#p,p=this.#s[d],S=this.#r[d];return this.#V&&this.#n(S)?S.__abortController.abort(new Error("evicted")):(this.#g||this.#T)&&(this.#g&&this.#i?.(S,p,"evict"),this.#T&&this.#c?.push([S,p,"evict"])),this.#x(d),this.#m?.[d]&&(clearTimeout(this.#m[d]),this.#m[d]=void 0),E&&(this.#s[d]=void 0,this.#r[d]=void 0,this.#S.push(d)),this.#l===1?(this.#p=this.#u=0,this.#S.length=0):this.#p=this.#f[d],this.#o.delete(p),this.#l--,d}has(E,d={}){let{status:p=n.metrics.hasSubscribers?{}:void 0}=d;d.status=p,p&&(p.op="has",p.key=E);let S=this.#z(E,d);return n.metrics.hasSubscribers&&n.metrics.publish(p),S}#z(E,d={}){let{updateAgeOnHas:p=this.updateAgeOnHas,status:S}=d,C=this.#o.get(E);if(C!==void 0){let P=this.#r[C];if(this.#n(P)&&P.__staleWhileFetching===void 0)return!1;if(this.#y(C))S&&(S.has="stale",this.#U(S,C));else return p&&this.#R(C),S&&(S.has="hit",this.#U(S,C)),!0}else S&&(S.has="miss");return!1}peek(E,d={}){let{status:p=u()?{}:void 0}=d;p&&(p.op="peek",p.key=E),d.status=p;let S=this.#X(E,d);return n.metrics.hasSubscribers&&n.metrics.publish(p),S}#X(E,d){let{status:p,allowStale:S=this.allowStale}=d,C=this.#o.get(E);if(C===void 0||!S&&this.#y(C)){p&&(p.peek=C===void 0?"miss":"stale");return}let P=this.#r[C],h=this.#n(P)?P.__staleWhileFetching:P;return p&&(h!==void 0?(p.peek="hit",p.value=h):p.peek="miss"),h}#G(E,d,p,S){let C=d===void 0?void 0:this.#r[d];if(this.#n(C))return C;let P=new AbortController,{signal:h}=p;h?.addEventListener("abort",()=>P.abort(h.reason),{signal:P.signal});let g={signal:P.signal,options:p,context:S},V=i((G,H=!1)=>{let{aborted:w}=P.signal,W=p.ignoreFetchAbort&&G!==void 0,Z=p.ignoreFetchAbort||!!(p.allowStaleOnFetchAbort&&G!==void 0);if(p.status&&(w&&!H?(p.status.fetchAborted=!0,p.status.fetchError=P.signal.reason,W&&(p.status.fetchAbortIgnored=!0)):p.status.fetchResolved=!0),w&&!W&&!H)return I(P.signal.reason,Z);let K=q,N=this.#r[d];return(N===q||N===void 0&&W&&H)&&(G===void 0?K.__staleWhileFetching!==void 0?this.#r[d]=K.__staleWhileFetching:this.#L(E,"fetch"):(p.status&&(p.status.fetchUpdated=!0),this.#D(E,G,g.options))),G},"a"),R=i(G=>(p.status&&(p.status.fetchRejected=!0,p.status.fetchError=G),I(G,!1)),"d"),I=i((G,H)=>{let{aborted:w}=P.signal,W=w&&p.allowStaleOnFetchAbort,Z=W||p.allowStaleOnFetchRejection,K=Z||p.noDeleteOnFetchRejection,N=q;if(this.#r[d]===q&&(!K||!H&&N.__staleWhileFetching===void 0?this.#L(E,"fetch"):W||(this.#r[d]=N.__staleWhileFetching)),Z)return p.status&&N.__staleWhileFetching!==void 0&&(p.status.returnedStale=!0),N.__staleWhileFetching;if(N.__returned===N)throw G},"f"),M=i((G,H)=>{let w=this.#C?.(E,C,g);w&&w instanceof Promise&&w.then(W=>G(W===void 0?void 0:W),H),P.signal.addEventListener("abort",()=>{(!p.ignoreFetchAbort||p.allowStaleOnFetchAbort)&&(G(void 0),p.allowStaleOnFetchAbort&&(G=i(W=>V(W,!0),"w")))})},"p");p.status&&(p.status.fetchDispatched=!0);let q=new Promise(M).then(V,R),ie=Object.assign(q,{__abortController:P,__staleWhileFetching:C,__returned:void 0});return d===void 0?(this.#D(E,ie,{...g.options,status:void 0}),d=this.#o.get(E)):this.#r[d]=ie,ie}#n(E){if(!this.#V)return!1;let d=E;return!!d&&d instanceof Promise&&d.hasOwnProperty("__staleWhileFetching")&&d.__abortController instanceof AbortController}fetch(E,d={}){let p=n.tracing.hasSubscribers,{status:S=u()?{}:void 0}=d;d.status=S,S&&d.context&&(S.context=d.context);let C=this.#W(E,d);return S&&u()&&p&&(S.trace=!0,n.tracing.tracePromise(()=>C,S).catch(()=>{})),C}async#W(E,d={}){let{allowStale:p=this.allowStale,updateAgeOnGet:S=this.updateAgeOnGet,noDeleteOnStaleGet:C=this.noDeleteOnStaleGet,ttl:P=this.ttl,noDisposeOnSet:h=this.noDisposeOnSet,size:g=0,sizeCalculation:V=this.sizeCalculation,noUpdateTTL:R=this.noUpdateTTL,noDeleteOnFetchRejection:I=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:M=this.allowStaleOnFetchRejection,ignoreFetchAbort:q=this.ignoreFetchAbort,allowStaleOnFetchAbort:ie=this.allowStaleOnFetchAbort,context:G,forceRefresh:H=!1,status:w,signal:W}=d;if(w&&(w.op="fetch",w.key=E,H&&(w.forceRefresh=!0)),!this.#V)return w&&(w.fetch="get"),this.#O(E,{allowStale:p,updateAgeOnGet:S,noDeleteOnStaleGet:C,status:w});let Z={allowStale:p,updateAgeOnGet:S,noDeleteOnStaleGet:C,ttl:P,noDisposeOnSet:h,size:g,sizeCalculation:V,noUpdateTTL:R,noDeleteOnFetchRejection:I,allowStaleOnFetchRejection:M,allowStaleOnFetchAbort:ie,ignoreFetchAbort:q,status:w,signal:W},K=this.#o.get(E);if(K===void 0){w&&(w.fetch="miss");let N=this.#G(E,K,Z,G);return N.__returned=N}else{let N=this.#r[K];if(this.#n(N)){let te=p&&N.__staleWhileFetching!==void 0;return w&&(w.fetch="inflight",te&&(w.returnedStale=!0)),te?N.__staleWhileFetching:N.__returned=N}let J=this.#y(K);if(!H&&!J)return w&&(w.fetch="hit"),this.#I(K),S&&this.#R(K),w&&this.#U(w,K),N;let z=this.#G(E,K,Z,G),ee=z.__staleWhileFetching!==void 0&&p;return w&&(w.fetch=J?"stale":"refresh",ee&&J&&(w.returnedStale=!0)),ee?z.__staleWhileFetching:z.__returned=z}}forceFetch(E,d={}){let p=n.tracing.hasSubscribers,{status:S=u()?{}:void 0}=d;d.status=S,S&&d.context&&(S.context=d.context);let C=this.#J(E,d);return S&&u()&&p&&(S.trace=!0,n.tracing.tracePromise(()=>C,S).catch(()=>{})),C}async#J(E,d={}){let p=await this.#W(E,d);if(p===void 0)throw new Error("fetch() returned undefined");return p}memo(E,d={}){let{status:p=n.metrics.hasSubscribers?{}:void 0}=d;d.status=p,p&&(p.op="memo",p.key=E,d.context&&(p.context=d.context));let S=this.#Q(E,d);return p&&(p.value=S),n.metrics.hasSubscribers&&n.metrics.publish(p),S}#Q(E,d={}){let p=this.#M;if(!p)throw new Error("no memoMethod provided to constructor");let{context:S,status:C,forceRefresh:P,...h}=d;C&&P&&(C.forceRefresh=!0);let g=this.#O(E,h),V=P||g===void 0;if(C&&(C.memo=V?"miss":"hit",V||(C.value=g)),!V)return g;let R=p(E,g,{options:h,context:S});return C&&(C.value=R),this.#D(E,R,h),R}get(E,d={}){let{status:p=n.metrics.hasSubscribers?{}:void 0}=d;d.status=p,p&&(p.op="get",p.key=E);let S=this.#O(E,d);return p&&(S!==void 0&&(p.value=S),n.metrics.hasSubscribers&&n.metrics.publish(p)),S}#O(E,d={}){let{allowStale:p=this.allowStale,updateAgeOnGet:S=this.updateAgeOnGet,noDeleteOnStaleGet:C=this.noDeleteOnStaleGet,status:P}=d,h=this.#o.get(E);if(h===void 0){P&&(P.get="miss");return}let g=this.#r[h],V=this.#n(g);return P&&this.#U(P,h),this.#y(h)?V?(P&&(P.get="stale-fetching"),p&&g.__staleWhileFetching!==void 0?(P&&(P.returnedStale=!0),g.__staleWhileFetching):void 0):(C||this.#L(E,"expire"),P&&(P.get="stale"),p?(P&&(P.returnedStale=!0),g):void 0):(P&&(P.get=V?"fetching":"hit"),this.#I(h),S&&this.#R(h),V?g.__staleWhileFetching:g)}#$(E,d){this.#P[d]=E,this.#f[E]=d}#I(E){E!==this.#u&&(E===this.#p?this.#p=this.#f[E]:this.#$(this.#P[E],this.#f[E]),this.#$(this.#u,E),this.#u=E)}delete(E){return this.#L(E,"delete")}#L(E,d){n.metrics.hasSubscribers&&n.metrics.publish({op:"delete",delete:d,key:E});let p=!1;if(this.#l!==0){let S=this.#o.get(E);if(S!==void 0)if(this.#m?.[S]&&(clearTimeout(this.#m?.[S]),this.#m[S]=void 0),p=!0,this.#l===1)this.#H(d);else{this.#x(S);let C=this.#r[S];if(this.#n(C)?C.__abortController.abort(new Error("deleted")):(this.#g||this.#T)&&(this.#g&&this.#i?.(C,E,d),this.#T&&this.#c?.push([C,E,d])),this.#o.delete(E),this.#s[S]=void 0,this.#r[S]=void 0,S===this.#u)this.#u=this.#P[S];else if(S===this.#p)this.#p=this.#f[S];else{let P=this.#P[S];this.#f[P]=this.#f[S];let h=this.#f[S];this.#P[h]=this.#P[S]}this.#l--,this.#S.push(S)}}if(this.#T&&this.#c?.length){let S=this.#c,C;for(;C=S?.shift();)this.#E?.(...C)}return p}clear(){return this.#H("delete")}#H(E){for(let d of this.#A({allowStale:!0})){let p=this.#r[d];if(this.#n(p))p.__abortController.abort(new Error("deleted"));else{let S=this.#s[d];this.#g&&this.#i?.(p,S,E),this.#T&&this.#c?.push([p,S,E])}}if(this.#o.clear(),this.#r.fill(void 0),this.#s.fill(void 0),this.#d&&this.#Y){this.#d.fill(0),this.#Y.fill(0);for(let d of this.#m??[])d!==void 0&&clearTimeout(d);this.#m?.fill(void 0)}if(this.#v&&this.#v.fill(0),this.#p=0,this.#u=0,this.#S.length=0,this.#h=0,this.#l=0,this.#T&&this.#c){let d=this.#c,p;for(;p=d?.shift();)this.#E?.(...p)}}};return ft.LRUCache=T,ft}i(pP,"requireIndex_min");var $s,Fa;function fP(){if(Fa)return $s;Fa=1;const e=i((...r)=>r.every(t=>t)?r.join(""):"","maybeJoin"),s=i(r=>r?encodeURIComponent(r):"","maybeEncode"),n=i(r=>r.toLowerCase().replace(/^\W+/g,"").replace(/(?<!\W)\W+$/,"").replace(/\//g,"").replace(/\W+/g,"-"),"formatHashFragment"),u={sshtemplate:i(({domain:r,user:t,project:a,committish:l})=>`git@${r}:${t}/${a}.git${e("#",l)}`,"sshtemplate"),sshurltemplate:i(({domain:r,user:t,project:a,committish:l})=>`git+ssh://git@${r}/${t}/${a}.git${e("#",l)}`,"sshurltemplate"),edittemplate:i(({domain:r,user:t,project:a,committish:l,editpath:c,path:f})=>`https://${r}/${t}/${a}${e("/",c,"/",s(l||"HEAD"),"/",f)}`,"edittemplate"),browsetemplate:i(({domain:r,user:t,project:a,committish:l,treepath:c})=>`https://${r}/${t}/${a}${e("/",c,"/",s(l))}`,"browsetemplate"),browsetreetemplate:i(({domain:r,user:t,project:a,committish:l,treepath:c,path:f,fragment:Y,hashformat:L})=>`https://${r}/${t}/${a}/${c}/${s(l||"HEAD")}/${f}${e("#",L(Y||""))}`,"browsetreetemplate"),browseblobtemplate:i(({domain:r,user:t,project:a,committish:l,blobpath:c,path:f,fragment:Y,hashformat:L})=>`https://${r}/${t}/${a}/${c}/${s(l||"HEAD")}/${f}${e("#",L(Y||""))}`,"browseblobtemplate"),docstemplate:i(({domain:r,user:t,project:a,treepath:l,committish:c})=>`https://${r}/${t}/${a}${e("/",l,"/",s(c))}#readme`,"docstemplate"),httpstemplate:i(({auth:r,domain:t,user:a,project:l,committish:c})=>`git+https://${e(r,"@")}${t}/${a}/${l}.git${e("#",c)}`,"httpstemplate"),filetemplate:i(({domain:r,user:t,project:a,committish:l,path:c})=>`https://${r}/${t}/${a}/raw/${s(l||"HEAD")}/${c}`,"filetemplate"),shortcuttemplate:i(({type:r,user:t,project:a,committish:l})=>`${r}:${t}/${a}${e("#",l)}`,"shortcuttemplate"),pathtemplate:i(({user:r,project:t,committish:a})=>`${r}/${t}${e("#",a)}`,"pathtemplate"),bugstemplate:i(({domain:r,user:t,project:a})=>`https://${r}/${t}/${a}/issues`,"bugstemplate"),hashformat:n},o={};o.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:i(({auth:r,user:t,project:a,committish:l,path:c})=>`https://${e(r,"@")}raw.githubusercontent.com/${t}/${a}/${s(l||"HEAD")}/${c}`,"filetemplate"),gittemplate:i(({auth:r,domain:t,user:a,project:l,committish:c})=>`git://${e(r,"@")}${t}/${a}/${l}.git${e("#",c)}`,"gittemplate"),tarballtemplate:i(({domain:r,user:t,project:a,committish:l})=>`https://codeload.${r}/${t}/${a}/tar.gz/${s(l||"HEAD")}`,"tarballtemplate"),extract:i(r=>{let[,t,a,l,c]=r.pathname.split("/",5);if(!(l&&l!=="tree")&&(l||(c=r.hash.slice(1)),a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:c}},"extract")},o.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:i(({domain:r,user:t,project:a,committish:l,treepath:c,path:f,editpath:Y})=>`https://${r}/${t}/${a}${e("/",c,"/",s(l||"HEAD"),"/",f,Y)}`,"edittemplate"),tarballtemplate:i(({domain:r,user:t,project:a,committish:l})=>`https://${r}/${t}/${a}/get/${s(l||"HEAD")}.tar.gz`,"tarballtemplate"),extract:i(r=>{let[,t,a,l]=r.pathname.split("/",4);if(!["get"].includes(l)&&(a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:r.hash.slice(1)}},"extract")},o.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",tarballtemplate:i(({domain:r,user:t,project:a,committish:l})=>`https://${r}/${t}/${a}/repository/archive.tar.gz?ref=${s(l||"HEAD")}`,"tarballtemplate"),extract:i(r=>{const t=r.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const a=t.split("/");let l=a.pop();l.endsWith(".git")&&(l=l.slice(0,-4));const c=a.join("/");if(!(!c||!l))return{user:c,project:l,committish:r.hash.slice(1)}},"extract")},o.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:i(({domain:r,project:t,committish:a})=>`git@${r}:${t}.git${e("#",a)}`,"sshtemplate"),sshurltemplate:i(({domain:r,project:t,committish:a})=>`git+ssh://git@${r}/${t}.git${e("#",a)}`,"sshurltemplate"),edittemplate:i(({domain:r,user:t,project:a,committish:l,editpath:c})=>`https://${r}/${t}/${a}${e("/",s(l))}/${c}`,"edittemplate"),browsetemplate:i(({domain:r,project:t,committish:a})=>`https://${r}/${t}${e("/",s(a))}`,"browsetemplate"),browsetreetemplate:i(({domain:r,project:t,committish:a,path:l,hashformat:c})=>`https://${r}/${t}${e("/",s(a))}${e("#",c(l))}`,"browsetreetemplate"),browseblobtemplate:i(({domain:r,project:t,committish:a,path:l,hashformat:c})=>`https://${r}/${t}${e("/",s(a))}${e("#",c(l))}`,"browseblobtemplate"),docstemplate:i(({domain:r,project:t,committish:a})=>`https://${r}/${t}${e("/",s(a))}`,"docstemplate"),httpstemplate:i(({domain:r,project:t,committish:a})=>`git+https://${r}/${t}.git${e("#",a)}`,"httpstemplate"),filetemplate:i(({user:r,project:t,committish:a,path:l})=>`https://gist.githubusercontent.com/${r}/${t}/raw${e("/",s(a))}/${l}`,"filetemplate"),shortcuttemplate:i(({type:r,project:t,committish:a})=>`${r}:${t}${e("#",a)}`,"shortcuttemplate"),pathtemplate:i(({project:r,committish:t})=>`${r}${e("#",t)}`,"pathtemplate"),bugstemplate:i(({domain:r,project:t})=>`https://${r}/${t}`,"bugstemplate"),gittemplate:i(({domain:r,project:t,committish:a})=>`git://${r}/${t}.git${e("#",a)}`,"gittemplate"),tarballtemplate:i(({project:r,committish:t})=>`https://codeload.github.com/gist/${r}/tar.gz/${s(t||"HEAD")}`,"tarballtemplate"),extract:i(r=>{let[,t,a,l]=r.pathname.split("/",4);if(l!=="raw"){if(!a){if(!t)return;a=t,t=null}return a.endsWith(".git")&&(a=a.slice(0,-4)),{user:t,project:a,committish:r.hash.slice(1)}}},"extract"),hashformat:i(function(r){return r&&"file-"+n(r)},"hashformat")},o.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:i(({domain:r,user:t,project:a,committish:l,path:c})=>`https://${r}/${t}/${a}/blob/${s(l)||"HEAD"}/${c}`,"filetemplate"),httpstemplate:i(({domain:r,user:t,project:a,committish:l})=>`https://${r}/${t}/${a}.git${e("#",l)}`,"httpstemplate"),tarballtemplate:i(({domain:r,user:t,project:a,committish:l})=>`https://${r}/${t}/${a}/archive/${s(l)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:i(()=>null,"bugstemplate"),extract:i(r=>{let[,t,a,l]=r.pathname.split("/",4);if(!["archive"].includes(l)&&(a&&a.endsWith(".git")&&(a=a.slice(0,-4)),!(!t||!a)))return{user:t,project:a,committish:r.hash.slice(1)}},"extract")};for(const[r,t]of Object.entries(o))o[r]=Object.assign({},u,t);return $s=o,$s}i(fP,"requireHosts");var Hs,wa;function Ba(){if(wa)return Hs;wa=1;const e=PT,s=i((r,t,a)=>{const l=r.indexOf(a);return r.lastIndexOf(t,l>-1?l:1/0)},"lastIndexOfBefore"),n=i(r=>{try{return new e.URL(r)}catch{}},"safeUrl"),u=i((r,t)=>{const a=r.indexOf(":"),l=r.slice(0,a+1);if(Object.prototype.hasOwnProperty.call(t,l)||r.substr(a,3)==="://")return r;const c=r.indexOf("@");return c>-1?c>a?`git+ssh://${r}`:r:`${r.slice(0,a+1)}//${r.slice(a+1)}`},"correctProtocol"),o=i(r=>{const t=s(r,"@","#"),a=s(r,":","#");return a>t&&(r=r.slice(0,a)+"/"+r.slice(a+1)),s(r,":","#")===-1&&r.indexOf("//")===-1&&(r=`git+ssh://${r}`),r},"correctUrl");return Hs=i((r,t)=>{const a=t?u(r,t):r;return n(a)||n(o(a))},"parseUrl"),Hs}i(Ba,"requireParseUrl");var Ks,Ga;function TP(){if(Ga)return Ks;Ga=1;const e=Ba(),s=i(n=>{const u=n.indexOf("#"),o=n.indexOf("/"),r=n.indexOf("/",o+1),t=n.indexOf(":"),a=/\s/.exec(n),l=n.indexOf("@"),c=!a||u>-1&&a.index>u,f=l===-1||u>-1&&l>u,Y=t===-1||u>-1&&t>u,L=r===-1||u>-1&&r>u,T=o>0,b=u>-1?n[u-1]!=="/":!n.endsWith("/"),E=!n.startsWith(".");return c&&T&&b&&E&&f&&Y&&L},"isGitHubShorthand");return Ks=i((n,u,{gitHosts:o,protocols:r})=>{if(!n)return;const t=s(n)?`github:${n}`:n,a=e(t,r);if(!a)return;const l=o.byShortcut[a.protocol],c=o.byDomain[a.hostname.startsWith("www.")?a.hostname.slice(4):a.hostname],f=l||c;if(!f)return;const Y=o[l||c];let L=null;r[a.protocol]?.auth&&(a.username||a.password)&&(L=`${a.username}${a.password?":"+a.password:""}`);let T=null,b=null,E=null,d=null;try{if(l){let p=a.pathname.startsWith("/")?a.pathname.slice(1):a.pathname;const S=p.indexOf("@");S>-1&&(p=p.slice(S+1));const C=p.lastIndexOf("/");C>-1?(b=decodeURIComponent(p.slice(0,C)),b||(b=null),E=decodeURIComponent(p.slice(C+1))):E=decodeURIComponent(p),E.endsWith(".git")&&(E=E.slice(0,-4)),a.hash&&(T=decodeURIComponent(a.hash.slice(1))),d="shortcut"}else{if(!Y.protocols.includes(a.protocol))return;const p=Y.extract(a);if(!p)return;b=p.user&&decodeURIComponent(p.user),E=decodeURIComponent(p.project),T=decodeURIComponent(p.committish),d=r[a.protocol]?.name||a.protocol.slice(0,-1)}}catch(p){if(p instanceof URIError)return;throw p}return[f,b,L,E,T,d,u]},"fromUrl"),Ks}i(TP,"requireFromUrl");var zs,ka;function PP(){if(ka)return zs;ka=1;const{LRUCache:e}=pP(),s=fP(),n=TP(),u=Ba(),o=new e({max:1e3});function r(a){try{const{protocol:l,hostname:c,pathname:f}=new URL(a);if(!c)return null;const Y=/(?:git\+)http:$/.test(l)?"http:":"https:",L=f.replace(/\.git$/,"");return`${Y}//${c}${L}`}catch{return null}}i(r,"unknownHostedUrl");class t{static{i(this,"GitHost")}constructor(l,c,f,Y,L,T,b={}){Object.assign(this,t.#e[l],{type:l,user:c,auth:f,project:Y,committish:L,default:T,opts:b})}static#e={byShortcut:{},byDomain:{}};static#t={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(l,c){t.#e[l]=c,t.#e.byDomain[c.domain]=l,t.#e.byShortcut[`${l}:`]=l,t.#t[`${l}:`]={name:l}}static fromUrl(l,c){if(typeof l!="string")return;const f=l+JSON.stringify(c||{});if(!o.has(f)){const Y=n(l,c,{gitHosts:t.#e,protocols:t.#t});o.set(f,Y?new t(...Y):void 0)}return o.get(f)}static fromManifest(l,c={}){if(!l||typeof l!="object")return;const f=l.repository,Y=f&&(typeof f=="string"?f:typeof f=="object"&&typeof f.url=="string"?f.url:null);if(!Y)throw new Error("no repository");const L=Y&&t.fromUrl(Y.replace(/^git\+/,""),c)||null;if(L)return L;const T=r(Y);return t.fromUrl(T,c)||T}static parseUrl(l){return u(l)}#i(l,c){if(typeof l!="function")return null;const f={...this,...this.opts,...c};f.path||(f.path=""),f.path.startsWith("/")&&(f.path=f.path.slice(1)),f.noCommittish&&(f.committish=null);const Y=l(f);return f.noGitPlus&&Y.startsWith("git+")?Y.slice(4):Y}hash(){return this.committish?`#${this.committish}`:""}ssh(l){return this.#i(this.sshtemplate,l)}sshurl(l){return this.#i(this.sshurltemplate,l)}browse(l,...c){return typeof l!="string"?this.#i(this.browsetemplate,l):typeof c[0]!="string"?this.#i(this.browsetreetemplate,{...c[0],path:l}):this.#i(this.browsetreetemplate,{...c[1],fragment:c[0],path:l})}browseFile(l,...c){return typeof c[0]!="string"?this.#i(this.browseblobtemplate,{...c[0],path:l}):this.#i(this.browseblobtemplate,{...c[1],fragment:c[0],path:l})}docs(l){return this.#i(this.docstemplate,l)}bugs(l){return this.#i(this.bugstemplate,l)}https(l){return this.#i(this.httpstemplate,l)}git(l){return this.#i(this.gittemplate,l)}shortcut(l){return this.#i(this.shortcuttemplate,l)}path(l){return this.#i(this.pathtemplate,l)}tarball(l){return this.#i(this.tarballtemplate,{...l,noCommittish:!1})}file(l,c){return this.#i(this.filetemplate,{...c,path:l})}edit(l,c){return this.#i(this.edittemplate,{...c,path:l})}getDefaultRepresentation(){return this.default}toString(l){return this.default&&typeof this[this.default]=="function"?this[this.default](l):this.sshurl(l)}}for(const[a,l]of Object.entries(s))t.addHost(a,l);return zs=t,zs}i(PP,"requireLib$3");var Xs,Na;function dP(){if(Na)return Xs;Na=1,Xs=e;function e(s){if(!s||s==="ERROR: No README data found!")return;s=s.trim().split(`
|
|
10
|
+
`);let n=0;for(;s[n]&&s[n].trim().match(/^(#|$)/);)n++;const u=s.length;let o=n+1;for(;o<u&&s[o].trim();)o++;return s.slice(n,o).join(" ").trim()}return i(e,"extractDescription"),Xs}i(dP,"requireExtract_description");var mP={dependancies:"dependencies",dependecies:"dependencies",depdenencies:"dependencies",devEependencies:"devDependencies",depends:"dependencies","dev-dependencies":"devDependencies",devDependences:"devDependencies",devDepenencies:"devDependencies",devdependencies:"devDependencies",repostitory:"repository",repo:"repository",prefereGlobal:"preferGlobal",hompage:"homepage",hampage:"homepage",autohr:"author",autor:"author",contributers:"contributors",publicationConfig:"publishConfig",script:"scripts"},yP={web:"url",name:"url"},_P={server:"start",tests:"test"},hP={topLevel:mP,bugs:yP,script:_P},Js,ja;function SP(){if(ja)return Js;ja=1;var{URL:e}=ET,s=nP(),n=sP(),u=EP(),o=PP(),{isBuiltin:r}=lT,t=["dependencies","devDependencies","optionalDependencies"],a=dP(),l=hP,c=i(P=>P.includes("@")&&P.indexOf("@")<P.lastIndexOf("."),"isEmail");Js={warn:i(function(){},"warn"),fixRepositoryField:i(function(P){if(P.repositories&&(this.warn("repositories"),P.repository=P.repositories[0]),!P.repository)return this.warn("missingRepository");typeof P.repository=="string"&&(P.repository={type:"git",url:P.repository});var h=P.repository.url||"";if(h){var g=o.fromUrl(h);g&&(h=P.repository.url=g.getDefaultRepresentation()==="shortcut"?g.https():g.toString())}h.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",h)},"fixRepositoryField"),fixTypos:i(function(P){Object.keys(l.topLevel).forEach(function(h){Object.prototype.hasOwnProperty.call(P,h)&&this.warn("typo",h,l.topLevel[h])},this)},"fixTypos"),fixScriptsField:i(function(P){if(P.scripts){if(typeof P.scripts!="object"){this.warn("nonObjectScripts"),delete P.scripts;return}Object.keys(P.scripts).forEach(function(h){typeof P.scripts[h]!="string"?(this.warn("nonStringScript"),delete P.scripts[h]):l.script[h]&&!P.scripts[l.script[h]]&&this.warn("typo",h,l.script[h],"scripts")},this)}},"fixScriptsField"),fixFilesField:i(function(P){var h=P.files;h&&!Array.isArray(h)?(this.warn("nonArrayFiles"),delete P.files):P.files&&(P.files=P.files.filter(function(g){return!g||typeof g!="string"?(this.warn("invalidFilename",g),!1):!0},this))},"fixFilesField"),fixBinField:i(function(P){if(P.bin&&typeof P.bin=="string"){var h={},g;(g=P.name.match(/^@[^/]+[/](.*)$/))?h[g[1]]=P.bin:h[P.name]=P.bin,P.bin=h}},"fixBinField"),fixManField:i(function(P){P.man&&typeof P.man=="string"&&(P.man=[P.man])},"fixManField"),fixBundleDependenciesField:i(function(P){var h="bundledDependencies",g="bundleDependencies";P[h]&&!P[g]&&(P[g]=P[h],delete P[h]),P[g]&&!Array.isArray(P[g])?(this.warn("nonArrayBundleDependencies"),delete P[g]):P[g]&&(P[g]=P[g].filter(function(V){return!V||typeof V!="string"?(this.warn("nonStringBundleDependency",V),!1):(P.dependencies||(P.dependencies={}),Object.prototype.hasOwnProperty.call(P.dependencies,V)||(this.warn("nonDependencyBundleDependency",V),P.dependencies[V]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:i(function(P){S(P,this.warn),d(P,this.warn),this.fixBundleDependenciesField(P),["dependencies","devDependencies"].forEach(function(h){if(h in P){if(!P[h]||typeof P[h]!="object"){this.warn("nonObjectDependencies",h),delete P[h];return}Object.keys(P[h]).forEach(function(g){var V=P[h][g];typeof V!="string"&&(this.warn("nonStringDependency",g,JSON.stringify(V)),delete P[h][g]);var R=o.fromUrl(P[h][g]);R&&(P[h][g]=R.toString())},this)}},this)},"fixDependencies"),fixModulesField:i(function(P){P.modules&&(this.warn("deprecatedModules"),delete P.modules)},"fixModulesField"),fixKeywordsField:i(function(P){typeof P.keywords=="string"&&(P.keywords=P.keywords.split(/,\s+/)),P.keywords&&!Array.isArray(P.keywords)?(delete P.keywords,this.warn("nonArrayKeywords")):P.keywords&&(P.keywords=P.keywords.filter(function(h){return typeof h!="string"||!h?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:i(function(P,h){var g=!h;if(!P.version)return P.version="",!0;if(!s(P.version,g))throw new Error('Invalid version: "'+P.version+'"');return P.version=n(P.version,g),!0},"fixVersionField"),fixPeople:i(function(P){T(P,b),T(P,E)},"fixPeople"),fixNameField:i(function(P,h){typeof h=="boolean"?h={strict:h}:typeof h>"u"&&(h={});var g=h.strict;if(!P.name&&!g){P.name="";return}if(typeof P.name!="string")throw new Error("name field must be a string.");g||(P.name=P.name.trim()),L(P.name,g,h.allowLegacyCase),r(P.name)&&this.warn("conflictingName",P.name)},"fixNameField"),fixDescriptionField:i(function(P){P.description&&typeof P.description!="string"&&(this.warn("nonStringDescription"),delete P.description),P.readme&&!P.description&&(P.description=a(P.readme)),P.description===void 0&&delete P.description,P.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:i(function(P){P.readme||(this.warn("missingReadme"),P.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:i(function(P){if(!P.bugs&&P.repository&&P.repository.url){var h=o.fromUrl(P.repository.url);h&&h.bugs()&&(P.bugs={url:h.bugs()})}else if(P.bugs){if(typeof P.bugs=="string")c(P.bugs)?P.bugs={email:P.bugs}:e.canParse(P.bugs)?P.bugs={url:P.bugs}:this.warn("nonEmailUrlBugsString");else{C(P.bugs,this.warn);var g=P.bugs;P.bugs={},g.url&&(e.canParse(g.url)?P.bugs.url=g.url:this.warn("nonUrlBugsUrlField")),g.email&&(typeof g.email=="string"&&c(g.email)?P.bugs.email=g.email:this.warn("nonEmailBugsEmailField"))}!P.bugs.email&&!P.bugs.url&&(delete P.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:i(function(P){if(!P.homepage&&P.repository&&P.repository.url){var h=o.fromUrl(P.repository.url);h&&h.docs()&&(P.homepage=h.docs())}if(P.homepage){if(typeof P.homepage!="string")return this.warn("nonUrlHomepage"),delete P.homepage;e.canParse(P.homepage)||(P.homepage="http://"+P.homepage)}},"fixHomepageField"),fixLicenseField:i(function(P){const h=P.license||P.licence;if(!h)return this.warn("missingLicense");if(typeof h!="string"||h.length<1||h.trim()==="")return this.warn("invalidLicense");if(!u(h).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function f(P){if(P.charAt(0)!=="@")return!1;var h=P.slice(1).split("/");return h.length!==2?!1:h[0]&&h[1]&&h[0]===encodeURIComponent(h[0])&&h[1]===encodeURIComponent(h[1])}i(f,"isValidScopedPackageName");function Y(P){return!P.match(/[/@\s+%:]/)&&P===encodeURIComponent(P)}i(Y,"isCorrectlyEncodedName");function L(P,h,g){if(P.charAt(0)==="."||!(f(P)||Y(P))||h&&!g&&P!==P.toLowerCase()||P.toLowerCase()==="node_modules"||P.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(P))}i(L,"ensureValidName");function T(P,h){return P.author&&(P.author=h(P.author)),["maintainers","contributors"].forEach(function(g){Array.isArray(P[g])&&(P[g]=P[g].map(h))}),P}i(T,"modifyPeople");function b(P){if(typeof P=="string")return P;var h=P.name||"",g=P.url||P.web,V=g?" ("+g+")":"",R=P.email||P.mail,I=R?" <"+R+">":"";return h+I+V}i(b,"unParsePerson");function E(P){if(typeof P!="string")return P;var h=P.match(/^([^(<]+)/),g=P.match(/\(([^()]+)\)/),V=P.match(/<([^<>]+)>/),R={};return h&&h[0].trim()&&(R.name=h[0].trim()),V&&(R.email=V[1]),g&&(R.url=g[1]),R}i(E,"parsePerson");function d(P){var h=P.optionalDependencies;if(h){var g=P.dependencies||{};Object.keys(h).forEach(function(V){g[V]=h[V]}),P.dependencies=g}}i(d,"addOptionalDepsToDeps");function p(P,h,g){if(!P)return{};if(typeof P=="string"&&(P=P.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(P))return P;g("deprecatedArrayDependencies",h);var V={};return P.filter(function(R){return typeof R=="string"}).forEach(function(R){R=R.trim().split(/(:?[@\s><=])/);var I=R.shift(),M=R.join("");M=M.trim(),M=M.replace(/^@/,""),V[I]=M}),V}i(p,"depObjectify");function S(P,h){t.forEach(function(g){P[g]&&(P[g]=p(P[g],g,h))})}i(S,"objectifyDeps");function C(P,h){P&&Object.keys(P).forEach(function(g){l.bugs[g]&&(h("typo",g,l.bugs[g],"bugs"),P[l.bugs[g]]=P[g],delete P[g])})}return i(C,"bugsTypos"),Js}i(SP,"requireFixer");var vP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",YP="No repository field.",gP="Probably broken git url: %s",bP="scripts must be an object",AP="script values must be string commands",LP="Invalid 'files' member",CP="Invalid filename in 'files' list: %s",UP="Invalid 'bundleDependencies' list. Must be array of package names",VP="Invalid bundleDependencies member: %s",DP="Non-dependency in bundleDependencies: %s",RP="%s field must be an object",xP="Invalid dependency: %s %s",OP="specifying %s as array is deprecated",IP="modules field is deprecated",MP="keywords should be an array of strings",FP="keywords should be an array of strings",wP="%s is also the name of a node core module.",BP="'description' field should be a string",GP="No description",kP="No README data",NP="No license field.",jP="Bug string field must be url, email, or {email,url}",qP="bugs.url field must be a string url. Deleted.",WP="bugs.email field must be a string email. Deleted.",$P="Normalized value of bugs field is an empty object. Deleted.",HP="homepage field must be a string url. Deleted.",KP="license should be a valid SPDX license expression",zP="%s should probably be %s.",XP={repositories:vP,missingRepository:YP,brokenGitUrl:gP,nonObjectScripts:bP,nonStringScript:AP,nonArrayFiles:LP,invalidFilename:CP,nonArrayBundleDependencies:UP,nonStringBundleDependency:VP,nonDependencyBundleDependency:DP,nonObjectDependencies:RP,nonStringDependency:xP,deprecatedArrayDependencies:OP,deprecatedModules:IP,nonArrayKeywords:MP,nonStringKeyword:FP,conflictingName:wP,nonStringDescription:BP,missingDescription:GP,missingReadme:kP,missingLicense:NP,nonEmailUrlBugsString:jP,nonUrlBugsUrlField:qP,nonEmailBugsEmailField:WP,emptyNormalizedBugs:$P,nonUrlHomepage:HP,invalidLicense:KP,typo:zP},Qs,qa;function JP(){if(qa)return Qs;qa=1;var e=dT,s=XP;Qs=i(function(){var u=Array.prototype.slice.call(arguments,0),o=u.shift();if(o==="typo")return n.apply(null,u);var r=s[o]?s[o]:o+": '%s'";return u.unshift(r),e.format.apply(null,u)},"make_warning");function n(u,o,r){return r&&(u=r+"['"+u+"']",o=r+"['"+o+"']"),e.format(s.typo,u,o)}return i(n,"makeTypoWarning"),Qs}i(JP,"requireMake_warning");var Zs,Wa;function QP(){if(Wa)return Zs;Wa=1,Zs=r;var e=SP();r.fixer=e;var s=JP(),n=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],u=["dependencies","people","typos"],o=n.map(function(a){return t(a)+"Field"});o=o.concat(u);function r(a,l,c){l===!0&&(l=null,c=!0),c||(c=!1),(!l||a.private)&&(l=i(function(){},"warn")),a.scripts&&a.scripts.install==="node-gyp rebuild"&&!a.scripts.preinstall&&(a.gypfile=!0),e.warn=function(){l(s.apply(null,arguments))},o.forEach(function(f){e["fix"+t(f)](a,c)}),a._id=a.name+"@"+a.version}i(r,"normalize");function t(a){return a.charAt(0).toUpperCase()+a.slice(1)}return i(t,"ucFirst"),Zs}i(QP,"requireNormalize");var ZP=QP(),ed=BT(ZP);mT(yT);function td(e){return e instanceof URL?hs(e):e}i(td,"toPath");const rd=i(e=>De.resolve(td(e)??".","package.json"),"getPackagePath"),id=i((e,s)=>{const n=typeof e=="string"?ZT(e):e;return s&&ed(n),n},"_readPackage");function nd({cwd:e,normalize:s=!0}={}){const n=ut.readFileSync(rd(e),"utf8");return id(n,s)}i(nd,"readPackageSync");function sd(e){const s=As("package.json",e);if(s)return{packageJson:nd({...e,cwd:De.dirname(s)}),path:s}}i(sd,"readPackageUpSync");const od="js,ts,mjs,cjs,mts,cts",ad=i(e=>{const s=As(".nvmrc",{cwd:e});if(s){let n=ut.readFileSync(s,"utf8");return n=n.trim(),n.startsWith("v")&&(n=n.slice(1)),n}return process.version},"getNodeVersion"),Nn={"n/no-missing-import":"off"},jn=vs.configs["flat/recommended-script"],qn=vs.configs["flat/recommended-module"],ld=B({...qn,files:["**/*.mjs"]}),ud=B({...qn,files:["**/*.mts"],rules:{...qn.rules,...Nn}}),cd=B({...jn,files:["**/*.cjs"]}),Ed=B({...jn,files:["**/*.cts"],rules:{...jn.rules,...Nn}}),pd=i(({cwd:e,node:s})=>{const n=sd({cwd:e}),o=n?.packageJson?.type==="module"?qn:jn,r=n&&"bin"in n.packageJson,t=[B({plugins:{n:vs},settings:{node:{version:`>=${ad(e)}`}}}),cd,Ed,B({...o,files:["**/scripts/**/*.{js,ts}"],rules:{...o.rules,"no-console":"off"}})];return s&&t.push(B({...o,files:["**/*.js"]}),B({...o,files:["**/*.ts"],rules:{...o.rules,...Nn}}),ld,ud,B({files:s===!0?[`**/*.{${od}}`]:s,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}}),B({files:[Ds],rules:{"n/global-require":"off"}})),r&&t.push(B({...o,files:["**/cli.{js,ts}","**/cli/**/*.{js,ts}"],rules:{...o.rules,...Nn,"n/no-process-exit":"off"}})),t},"node"),fd=B({files:Et,plugins:{promise:ra},rules:{...ra.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),Td=Re("jest")?B({files:["**/{test,tests}/*"],languageOptions:{globals:Fn.jest}}):void 0,Pd=i(()=>[B({ignores:["**/skills/**/*.md/**"]}),..._T.configs.processor,B({files:["**/*.md"],language:"markdown/gfm",rules:{"markdown/no-missing-label-refs":"off","markdown/heading-increment":"off"}}),B({files:["**/*.md/*.{js,jsx,ts,tsx,vue}"],rules:{"import-x/extensions":"off","import-x/no-extraneous-dependencies":"off","import-x/no-unresolved":"off","no-console":"off","no-new":"off","no-empty-function":"off","no-useless-constructor":"off","no-undef":"off","n/hashbang":"off","n/global-require":"off","n/no-missing-import":"off","no-unused-expressions":"off","unicorn/filename-case":"off","unicorn/no-array-reduce":"off","unicorn/prefer-object-from-entries":"off","unicorn/no-array-callback-reference":"off","@stylistic/indent":["error",4],"@stylistic/semi":["error","never"],"@stylistic/comma-dangle":["error","never"]}}),B({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),B({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),B({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),B({files:["**/*.md/*.{ts,tsx}"],rules:{"@stylistic/member-delimiter-style":["error",{multiline:{delimiter:"none",requireLast:!1},multilineDetection:"brackets",singleline:{delimiter:"semi",requireLast:!1}}],"@typescript-eslint/no-unused-vars":"warn","@typescript-eslint/no-unused-expressions":"warn","@typescript-eslint/no-empty-function":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/no-shadow":"off"}}),B({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"jsonc/object-curly-newline":["error",{consistent:!0}]}})],"markdown"),dd=i((e,s)=>Object.fromEntries(s.map(n=>[n,e[n]])),"pick"),md="**/.vscode/*.json",$a=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],Ha=["**/project.json","**/nx.json"],Ka=[md,...$a,...Ha,"**/renovate.json"],eo=Vs[1].rules["@stylistic/comma-dangle"][1],Wn=hT.configs,$n=Wn["recommended-with-jsonc"].rules,yd=B([...Wn["flat/base"],{files:["**/*.json"],ignores:Ka,rules:Wn["recommended-with-json"].rules},{files:["**/*.jsonc",...Ka],rules:{...$n,"jsonc/comma-dangle":["error",eo]}},{files:["**/*.json5"],rules:{...Wn["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",eo]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...dd(Vs[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/renovate.json"],rules:{...$n,"jsonc/comma-dangle":["error","never"],"jsonc/no-comments":"off"}},{files:["**/package.json"],rules:{"jsonc/sort-keys":["error",{pathPattern:"^$",order:["name","version","description","keywords","license","repository","funding","author","private","publishConfig","files","type","bin","main","module","types","typings","exports","imports","unpkg","packageManager","scripts","husky","simple-git-hooks","lint-staged","engines","dependencies","optionalDependencies","peerDependencies","peerDependenciesMeta","devDependencies","overrides","bundledDependencies","bundleDependencies","eslintConfig","generators"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}},{files:$a,rules:{...$n,"jsonc/comma-dangle":["error",eo],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:Ha,rules:{...$n,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),_d=B([ST.configs.recommended,{files:["**/package.json"],rules:{"package-json/order-properties":"off","package-json/sort-collections":"off","package-json/require-type":"off","package-json/require-description":["error",{ignorePrivate:!0}],"package-json/repository-shorthand":["error",{form:"shorthand"}],"package-json/exports-subpaths-style":["error",{prefer:"implicit"}],"package-json/restrict-private-properties":["error",{blockedProperties:["files","publishConfig","dependencies","peerDependencies","optionalDependencies"]}]}}]),hd=B({files:["**/*.{yml,yaml}"],plugins:{yml:Ys},languageOptions:{parser:vT},rules:{...Ys.configs.base.rules,...Ys.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Sd=[B({plugins:{"no-use-extend-native":ia},rules:ia.configs.recommended.rules})],vd=i(e=>{const s={i:!0,j:!0,el:!0},n={args:!1,db:!1,def:!1,dev:!1,dir:!1,dist:!1,docs:!1,env:!1,pkg:!1,temp:!1,prop:!1,props:!1,params:!1,ref:!1,rel:!1,src:!1,utils:!1};if(e?.allowAbbreviations){const{allowAbbreviations:u}=e;if(u.exactWords)for(const o of u.exactWords)s[o]=!0;if(u.substrings)for(const o of u.substrings)n[o]=!1}return B([{files:Et,plugins:{unicorn:na},rules:{...na.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-anonymous-default-export":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:s,replacements:n,ignore:[/\be2e\b/]}],"unicorn/template-indent":"off","unicorn/explicit-length-check":"off","unicorn/no-abusive-eslint-disable":"off","unicorn/no-array-reverse":"warn","unicorn/no-array-sort":"off"}},{files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}}])},"unicorn"),Yd=i(e=>B({files:["**/*.{jsx,tsx}"],plugins:{react:gs,"react-hooks":sa},languageOptions:{parserOptions:gs.configs["jsx-runtime"].parserOptions},settings:{react:{version:"detect"}},rules:{...gs.configs.recommended.rules,...sa.configs.recommended.rules,"react/react-in-jsx-scope":"off","@stylistic/jsx-quotes":["error","prefer-double"],"@stylistic/jsx-indent-props":["error","tab"],"@stylistic/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),"react"),gd=i(()=>Re("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>Re(e)?LT(e).map(s=>[s,"readonly"]):[])):{},"detectAutoImport"),bd=i(()=>{const e=[];Re("vitepress")&&e.push("content","client-only","outbound-link");const s="./src/components";if(Re("unplugin-vue-components")&&ut.existsSync(s)){const u=ut.readdirSync(s).filter(o=>o.endsWith(".vue")).map(o=>o.replace(".vue",""));e.push(...u)}return Re("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),Ad=B({files:["**/*.vue"],processor:bs.processors[".vue"],languageOptions:{globals:{...Fn.browser,...gd()},parser:YT,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Ld=B([...bs.configs["flat/recommended"],{files:["**/*.vue"],plugins:{vue:bs},rules:{"unicorn/filename-case":["error",{case:"pascalCase"}],"vue/html-indent":["error","tab"],"vue/multi-word-component-names":"off","vue/no-undef-components":["error",{ignorePatterns:["router-view","router-link",...bd()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}}]);var Te={},we={},Be={},X={},to={},tt={},za;function Cd(){if(za)return tt;za=1,Object.defineProperty(tt,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},s=Object.keys(e);for(const t of s)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function u(t){return!n.has(t)&&t[0]!=="_"}i(u,"filterKey");function o(t){return Object.keys(t).filter(u)}i(o,"getKeys");function r(t){const a=Object.assign({},e);for(const l of Object.keys(t))if(Object.prototype.hasOwnProperty.call(a,l)){const c=new Set(t[l]);for(const f of a[l])c.add(f);a[l]=Object.freeze(Array.from(c))}else a[l]=Object.freeze(Array.from(t[l]));return Object.freeze(a)}return i(r,"unionWith"),tt.KEYS=e,tt.getKeys=o,tt.unionWith=r,tt}i(Cd,"requireEslintVisitorKeys$1");var Xa;function Tt(){return Xa||(Xa=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0});var s=Cd();function n(m,_){const y=_.range[0];let v=m,A=!1;do{A=!1;for(const U of v.childScopes){const x=U.block.range;if(x[0]<=y&&y<x[1]){v=U,A=!0;break}}}while(A);return v}i(n,"getInnermostScope");function u(m,_){let y="",v=m;for(typeof _=="string"?y=_:(y=_.name,v=n(v,_));v!=null;){const A=v.set.get(y);if(A!=null)return A;v=v.upper}return null}i(u,"findVariable");function o(m){return _=>!m(_)}i(o,"negate");function r(m,_){return m.type==="Punctuator"&&m.value===_}i(r,"isPunctuatorTokenWithValue");function t(m){return r(m,"=>")}i(t,"isArrowToken");function a(m){return r(m,",")}i(a,"isCommaToken");function l(m){return r(m,";")}i(l,"isSemicolonToken");function c(m){return r(m,":")}i(c,"isColonToken");function f(m){return r(m,"(")}i(f,"isOpeningParenToken");function Y(m){return r(m,")")}i(Y,"isClosingParenToken");function L(m){return r(m,"[")}i(L,"isOpeningBracketToken");function T(m){return r(m,"]")}i(T,"isClosingBracketToken");function b(m){return r(m,"{")}i(b,"isOpeningBraceToken");function E(m){return r(m,"}")}i(E,"isClosingBraceToken");function d(m){return["Block","Line","Shebang"].includes(m.type)}i(d,"isCommentToken");const p=o(t),S=o(a),C=o(l),P=o(c),h=o(f),g=o(Y),V=o(L),R=o(T),I=o(b),M=o(E),q=o(d);function ie(m,_){return m.id?_.getTokenAfter(m.id,f):_.getFirstToken(m,f)}i(ie,"getOpeningParenOfParams");function G(m,_){const y=m.parent;let v=null,A=null;if(m.type==="ArrowFunctionExpression"){const U=_.getTokenBefore(m.body,t);v=U.loc.start,A=U.loc.end}else y&&(y.type==="Property"||y.type==="MethodDefinition"||y.type==="PropertyDefinition")?(v=y.loc.start,A=ie(m,_).loc.start):(v=m.loc.start,A=ie(m,_).loc.start);return{start:{...v},end:{...A}}}i(G,"getFunctionHeadLocation");const H=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof ca<"u"?ca:{},w=Object.freeze(new Set(["Array","ArrayBuffer","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","isFinite","isNaN","isPrototypeOf","JSON","Map","Math","NaN","Number","Object","parseFloat","parseInt","Promise","Proxy","Reflect","RegExp","Set","String","Symbol","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","undefined","unescape","WeakMap","WeakSet"])),W=new Set([Array.isArray,Array.of,Array.prototype.at,Array.prototype.concat,Array.prototype.entries,Array.prototype.every,Array.prototype.filter,Array.prototype.find,Array.prototype.findIndex,Array.prototype.flat,Array.prototype.includes,Array.prototype.indexOf,Array.prototype.join,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.slice,Array.prototype.some,Array.prototype.toString,Array.prototype.values,typeof BigInt=="function"?BigInt:void 0,Boolean,Date,Date.parse,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,escape,isFinite,isNaN,isPrototypeOf,Map,Map.prototype.entries,Map.prototype.get,Map.prototype.has,Map.prototype.keys,Map.prototype.values,...Object.getOwnPropertyNames(Math).filter(m=>m!=="random").map(m=>Math[m]).filter(m=>typeof m=="function"),Number,Number.isFinite,Number.isNaN,Number.parseFloat,Number.parseInt,Number.prototype.toExponential,Number.prototype.toFixed,Number.prototype.toPrecision,Number.prototype.toString,Object,Object.entries,Object.is,Object.isExtensible,Object.isFrozen,Object.isSealed,Object.keys,Object.values,parseFloat,parseInt,RegExp,Set,Set.prototype.entries,Set.prototype.has,Set.prototype.keys,Set.prototype.values,String,String.fromCharCode,String.fromCodePoint,String.raw,String.prototype.at,String.prototype.charAt,String.prototype.charCodeAt,String.prototype.codePointAt,String.prototype.concat,String.prototype.endsWith,String.prototype.includes,String.prototype.indexOf,String.prototype.lastIndexOf,String.prototype.normalize,String.prototype.padEnd,String.prototype.padStart,String.prototype.slice,String.prototype.startsWith,String.prototype.substr,String.prototype.substring,String.prototype.toLowerCase,String.prototype.toString,String.prototype.toUpperCase,String.prototype.trim,String.prototype.trimEnd,String.prototype.trimLeft,String.prototype.trimRight,String.prototype.trimStart,Symbol.for,Symbol.keyFor,unescape].filter(m=>typeof m=="function")),Z=new Set([Object.freeze,Object.preventExtensions,Object.seal]),K=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function N(m,_){let y=m;for(;(typeof y=="object"||typeof y=="function")&&y!==null;){const v=Object.getOwnPropertyDescriptor(y,_);if(v)return v;y=Object.getPrototypeOf(y)}return null}i(N,"getPropertyDescriptor");function J(m,_){const y=N(m,_);return y!=null&&y.get!=null}i(J,"isGetter");function z(m,_){const y=[];for(let v=0;v<m.length;++v){const A=m[v];if(A==null)y.length=v+1;else if(A.type==="SpreadElement"){const U=j(A.argument,_);if(U==null)return null;y.push(...U.value)}else{const U=j(A,_);if(U==null)return null;y.push(U.value)}}return y}i(z,"getElementValues");function ee(m){return m!=null&&m.defs.length===0&&w.has(m.name)&&m.name in H}i(ee,"isBuiltinGlobal");function te(m){if(m.defs.length!==1)return!1;const _=m.defs[0];return!!(_.parent&&_.type==="Variable"&&(_.parent.kind==="const"||Ee(m)))}i(te,"canBeConsideredConst");function Ee(m){const _=m.references,y=_.filter(A=>A.init).length,v=_.filter(A=>A.isReadOnly()).length;return y===1&&v+y===_.length}i(Ee,"isEffectivelyConst");function at(m,_){for(const v of m.references){let A=v.identifier;for(;A&&A.parent&&A.parent.type==="MemberExpression";)A=A.parent;if(!(!A||!A.parent)){if(A.parent.type==="AssignmentExpression"&&A.parent.left===A||A.parent.type==="UpdateExpression"&&A.parent.argument===A)return!0;if(A.parent.type==="CallExpression"&&A.parent.callee===A&&A.type==="MemberExpression"){const U=Ce(A,_);if(y(U))return!0}}}return!1;function y(v){if(v==null||v.value==null)return!1;const A=v.value;return A==="copyWithin"||A==="fill"||A==="pop"||A==="push"||A==="reverse"||A==="shift"||A==="sort"||A==="splice"||A==="unshift"}}i(at,"hasMutationInProperty");const Le=Object.freeze({ArrayExpression(m,_){const y=z(m.elements,_);return y!=null?{value:y}:null},AssignmentExpression(m,_){return m.operator==="="?j(m.right,_):null},BinaryExpression(m,_){if(m.operator==="in"||m.operator==="instanceof")return null;const y=j(m.left,_),v=j(m.right,_);if(y!=null&&v!=null)switch(m.operator){case"==":return{value:y.value==v.value};case"!=":return{value:y.value!=v.value};case"===":return{value:y.value===v.value};case"!==":return{value:y.value!==v.value};case"<":return{value:y.value<v.value};case"<=":return{value:y.value<=v.value};case">":return{value:y.value>v.value};case">=":return{value:y.value>=v.value};case"<<":return{value:y.value<<v.value};case">>":return{value:y.value>>v.value};case">>>":return{value:y.value>>>v.value};case"+":return{value:y.value+v.value};case"-":return{value:y.value-v.value};case"*":return{value:y.value*v.value};case"/":return{value:y.value/v.value};case"%":return{value:y.value%v.value};case"**":return{value:y.value**v.value};case"|":return{value:y.value|v.value};case"^":return{value:y.value^v.value};case"&":return{value:y.value&v.value}}return null},CallExpression(m,_){const y=m.callee,v=z(m.arguments,_);if(v!=null)if(y.type==="MemberExpression"){if(y.property.type==="PrivateIdentifier")return null;const A=j(y.object,_);if(A!=null){if(A.value==null&&(A.optional||m.optional))return{value:void 0,optional:!0};const U=Ce(y,_);if(U!=null){const x=A.value,k=U.value;if(W.has(x[k]))return{value:x[k](...v)};if(Z.has(x[k]))return{value:v[0]}}}}else{const A=j(y,_);if(A!=null){if(A.value==null&&m.optional)return{value:void 0,optional:!0};const U=A.value;if(W.has(U))return{value:U(...v)};if(Z.has(U))return{value:v[0]}}}return null},ConditionalExpression(m,_){const y=j(m.test,_);return y!=null?y.value?j(m.consequent,_):j(m.alternate,_):null},ExpressionStatement(m,_){return j(m.expression,_)},Identifier(m,_){if(_!=null){const y=u(_,m);if(y!=null){if(ee(y))return{value:H[y.name]};if(te(y)){const v=y.defs[0];if(v.node.id.type==="Identifier"){const A=j(v.node.init,_);return A&&typeof A.value=="object"&&A.value!==null&&at(y,_)?null:A}}}}return null},Literal(m){const _=m;return(_.regex!=null||_.bigint!=null)&&_.value==null?null:{value:_.value}},LogicalExpression(m,_){const y=j(m.left,_);if(y!=null){if(m.operator==="||"&&y.value||m.operator==="&&"&&!y.value||m.operator==="??"&&y.value!=null)return y;const v=j(m.right,_);if(v!=null)return v}return null},MemberExpression(m,_){if(m.property.type==="PrivateIdentifier")return null;const y=j(m.object,_);if(y!=null){if(y.value==null&&(y.optional||m.optional))return{value:void 0,optional:!0};const v=Ce(m,_);if(v!=null){if(!J(y.value,v.value))return{value:y.value[v.value]};for(const[A,U]of K)if(y.value instanceof A&&U.has(v.value))return{value:y.value[v.value]}}}return null},ChainExpression(m,_){const y=j(m.expression,_);return y!=null?{value:y.value}:null},NewExpression(m,_){const y=j(m.callee,_),v=z(m.arguments,_);if(y!=null&&v!=null){const A=y.value;if(W.has(A))return{value:new A(...v)}}return null},ObjectExpression(m,_){const y={};for(const v of m.properties)if(v.type==="Property"){if(v.kind!=="init")return null;const A=Ce(v,_),U=j(v.value,_);if(A==null||U==null)return null;y[A.value]=U.value}else if(v.type==="SpreadElement"||v.type==="ExperimentalSpreadProperty"){const A=j(v.argument,_);if(A==null)return null;Object.assign(y,A.value)}else return null;return{value:y}},SequenceExpression(m,_){const y=m.expressions[m.expressions.length-1];return j(y,_)},TaggedTemplateExpression(m,_){const y=j(m.tag,_),v=z(m.quasi.expressions,_);if(y!=null&&v!=null){const A=y.value,U=m.quasi.quasis.map(x=>x.value.cooked);if(U.raw=m.quasi.quasis.map(x=>x.value.raw),A===String.raw)return{value:A(U,...v)}}return null},TemplateLiteral(m,_){const y=z(m.expressions,_);if(y!=null){let v=m.quasis[0].value.cooked;for(let A=0;A<y.length;++A)v+=y[A],v+=m.quasis[A+1].value.cooked;return{value:v}}return null},UnaryExpression(m,_){if(m.operator==="delete")return null;if(m.operator==="void")return{value:void 0};const y=j(m.argument,_);if(y!=null)switch(m.operator){case"-":return{value:-y.value};case"+":return{value:+y.value};case"!":return{value:!y.value};case"~":return{value:~y.value};case"typeof":return{value:typeof y.value}}return null},TSAsExpression(m,_){return j(m.expression,_)},TSSatisfiesExpression(m,_){return j(m.expression,_)},TSTypeAssertion(m,_){return j(m.expression,_)},TSNonNullExpression(m,_){return j(m.expression,_)},TSInstantiationExpression(m,_){return j(m.expression,_)}});function j(m,_){return m!=null&&Object.hasOwnProperty.call(Le,m.type)?Le[m.type](m,_):null}i(j,"getStaticValueR");function Ce(m,_){const y=m.type==="Property"?m.key:m.property;return m.computed?j(y,_):y.type==="Identifier"?{value:y.name}:y.type==="Literal"?y.bigint?{value:y.bigint}:{value:String(y.value)}:null}i(Ce,"getStaticPropertyNameValue");function lt(m,_=null){try{return j(m,_)}catch{return null}}i(lt,"getStaticValue");function Ie(m,_=null){if(m&&m.type==="Literal"&&m.value===null){const v=m;if(v.regex)return`/${v.regex.pattern}/${v.regex.flags}`;if(v.bigint)return v.bigint}const y=lt(m,_);if(y)try{return String(y.value)}catch{}return null}i(Ie,"getStringIfConstant");function Me(m,_){switch(m.type){case"MemberExpression":return m.computed?Ie(m.property,_):m.property.type==="PrivateIdentifier"?null:m.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return m.computed?Ie(m.key,_):m.key.type==="Literal"?String(m.key.value):m.key.type==="PrivateIdentifier"?null:m.key.name}return null}i(Me,"getPropertyName");function Un(m,_){const y=m.parent;if(!y)return"";const v=[],A=y.type==="Property"&&y.value===m,U=y.type==="MethodDefinition"&&y.value===m,x=y.type==="PropertyDefinition"&&y.value===m;if((U||x)&&(y.static&&v.push("static"),y.key.type==="PrivateIdentifier"&&v.push("private")),m.async&&v.push("async"),m.generator&&v.push("generator"),A||U){if(y.kind==="constructor")return"constructor";y.kind==="get"?v.push("getter"):y.kind==="set"?v.push("setter"):v.push("method")}else x?v.push("method"):(m.type==="ArrowFunctionExpression"&&v.push("arrow"),v.push("function"));if(A||U||x)if(y.key.type==="PrivateIdentifier")v.push(`#${y.key.name}`);else{const k=Me(y);if(k)v.push(`'${k}'`);else if(_){const se=_.getText(y.key);se.includes(`
|
|
11
|
+
`)||v.push(`[${se}]`)}}else ss(m)?v.push(`'${m.id.name}'`):y.type==="VariableDeclarator"&&y.id&&y.id.type==="Identifier"?v.push(`'${y.id.name}'`):(y.type==="AssignmentExpression"||y.type==="AssignmentPattern")&&y.left&&y.left.type==="Identifier"?v.push(`'${y.left.name}'`):y.type==="ExportDefaultDeclaration"&&y.declaration===m&&v.push("'default'");return v.join(" ")}i(Un,"getFunctionNameWithKind");function ss(m){return!!m.id}i(ss,"hasId");const os=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),as=Object.freeze(new Set(["-","+","!","~"]));function Vn(m){return m!==null&&typeof m=="object"&&typeof m.type=="string"}i(Vn,"isNode");const ls=Object.freeze(Object.assign(Object.create(null),{$visit(m,_,y){const{type:v}=m;return typeof this[v]=="function"?this[v](m,_,y):this.$visitChildren(m,_,y)},$visitChildren(m,_,y){const{type:v}=m;for(const A of y[v]||s.getKeys(m)){const U=m[A];if(Array.isArray(U)){for(const x of U)if(Vn(x)&&this.$visit(x,_,y))return!0}else if(Vn(U)&&this.$visit(U,_,y))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(m,_,y){return _.considerImplicitTypeConversion&&os.has(m.operator)&&(m.left.type!=="Literal"||m.right.type!=="Literal")?!0:this.$visitChildren(m,_,y)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(m,_,y){return _.considerGetters||_.considerImplicitTypeConversion&&m.computed&&m.property.type!=="Literal"?!0:this.$visitChildren(m,_,y)},MethodDefinition(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},NewExpression(){return!0},Property(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},PropertyDefinition(m,_,y){return _.considerImplicitTypeConversion&&m.computed&&m.key.type!=="Literal"?!0:this.$visitChildren(m,_,y)},UnaryExpression(m,_,y){return m.operator==="delete"||_.considerImplicitTypeConversion&&as.has(m.operator)&&m.argument.type!=="Literal"?!0:this.$visitChildren(m,_,y)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Dn(m,_,y={}){const{considerGetters:v=!1,considerImplicitTypeConversion:A=!1}=y;return ls.$visit(m,{considerGetters:v,considerImplicitTypeConversion:A},_.visitorKeys||s.KEYS)}i(Dn,"hasSideEffect");function us(m,_){const y=m.parent;if(!y)return null;switch(y.type){case"CallExpression":case"NewExpression":return y.arguments.length===1&&y.arguments[0]===m?_.getTokenAfter(y.typeArguments||y.typeParameters||y.callee,f):null;case"DoWhileStatement":return y.test===m?_.getTokenAfter(y.body,f):null;case"IfStatement":case"WhileStatement":return y.test===m?_.getFirstToken(y,1):null;case"ImportExpression":return y.source===m?_.getFirstToken(y,1):null;case"SwitchStatement":return y.discriminant===m?_.getFirstToken(y,1):null;case"WithStatement":return y.object===m?_.getFirstToken(y,1):null;default:return null}}i(us,"getParentSyntaxParen");function Rn(m,_,y){let v,A,U,x,k;if(typeof m=="number"){if(v=m|0,A=_,U=y,!(v>=1))throw new TypeError("'times' should be a positive integer.")}else v=1,A=m,U=_;if(A==null||A.parent==null||A.parent.type==="CatchClause"&&A.parent.param===A)return!1;x=k=A;do x=U.getTokenBefore(x),k=U.getTokenAfter(k);while(x!=null&&k!=null&&f(x)&&Y(k)&&x!==us(A,U)&&--v>0);return v===0}i(Rn,"isParenthesized");const cs=/\$(?:[$&`']|[1-9][0-9]?)/gu,xn=new WeakMap;function Es(m,_){let y=!1;for(let v=_-1;v>=0&&m.charCodeAt(v)===92;--v)y=!y;return y}i(Es,"isEscaped");function ps(m,_,y){const v=[];let A=0;function U(x,k){switch(x){case"$$":return"$";case"$&":return k[0];case"$`":return _.slice(0,k.index);case"$'":return _.slice(k.index+k[0].length);default:{const se=x.slice(1);return se in k?k[se]:x}}}i(U,"replacer");for(const x of m.execAll(_))v.push(_.slice(A,x.index)),v.push(y.replace(cs,k=>U(k,x))),A=x.index+x[0].length;return v.push(_.slice(A)),v.join("")}i(ps,"replaceS");function fs(m,_,y){const v=[];let A=0;for(const U of m.execAll(_))v.push(_.slice(A,U.index)),v.push(String(y(...U,U.index,U.input))),A=U.index+U[0].length;return v.push(_.slice(A)),v.join("")}i(fs,"replaceF");class On{static{i(this,"PatternMatcher")}constructor(_,y={}){const{escaped:v=!1}=y;if(!(_ instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!_.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");xn.set(this,{pattern:new RegExp(_.source,_.flags),escaped:!!v})}*execAll(_){const{pattern:y,escaped:v}=xn.get(this);let A=null,U=0;for(y.lastIndex=0;(A=y.exec(_))!=null;)(v||!Es(_,A.index))&&(U=y.lastIndex,yield A,y.lastIndex=U)}test(_){return!this.execAll(_).next().done}[Symbol.replace](_,y){return typeof y=="function"?fs(this,String(_),y):ps(this,String(_),String(y))}}const Ts=/^(?:Import|Export(?:All|Default|Named))Declaration$/u;function Ps(m){return Ts.test(m.type)&&m.source!=null}i(Ps,"isHasSource");const ve=Function.call.bind(Object.hasOwnProperty),$=Symbol("read"),Ye=Symbol("call"),Ue=Symbol("construct"),Je=Symbol("esm"),ds={require:{[Ye]:!0}};function In(m){return m==null||m.defs.length!==0||m.references.some(_=>_.isWrite())}i(In,"isModifiedGlobal");function ms(m){const _=m.parent;if(_)switch(_.type){case"ConditionalExpression":return _.consequent===m||_.alternate===m;case"LogicalExpression":return!0;case"SequenceExpression":return _.expressions[_.expressions.length-1]===m;case"ChainExpression":return!0;case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":case"TSInstantiationExpression":return!0;default:return!1}return!1}i(ms,"isPassThrough");class Ve{static{i(this,"ReferenceTracker")}constructor(_,y={}){const{mode:v="strict",globalObjectNames:A=["global","globalThis","self","window"]}=y;this.variableStack=[],this.globalScope=_,this.mode=v,this.globalObjectNames=A.slice(0)}*iterateGlobalReferences(_){for(const y of Object.keys(_)){const v=_[y],A=[y],U=this.globalScope.set.get(y);In(U)||(yield*this._iterateVariableReferences(U,A,v,!0))}for(const y of this.globalObjectNames){const v=[],A=this.globalScope.set.get(y);In(A)||(yield*this._iterateVariableReferences(A,v,_,!1))}}*iterateCjsReferences(_){for(const{node:y}of this.iterateGlobalReferences(ds)){const v=Ie(y.arguments[0]);if(v==null||!ve(_,v))continue;const A=_[v],U=[v];A[$]&&(yield{node:y,path:U,type:$,info:A[$]}),yield*this._iteratePropertyReferences(y,U,A)}}*iterateEsmReferences(_){const y=this.globalScope.block;for(const v of y.body){if(!Ps(v))continue;const A=v.source.value;if(!ve(_,A))continue;const U=_[A],x=[A];if(U[$]&&(yield{node:v,path:x,type:$,info:U[$]}),v.type==="ExportAllDeclaration")for(const k of Object.keys(U)){const se=U[k];se[$]&&(yield{node:v,path:x.concat(k),type:$,info:se[$]})}else for(const k of v.specifiers){const se=ve(U,Je),Mn=this._iterateImportReferences(k,x,se?U:this.mode==="legacy"?{default:U,...U}:{default:U});if(se)yield*Mn;else for(const Fe of Mn)Fe.path=Fe.path.filter(ys),(Fe.path.length>=2||Fe.type!==$)&&(yield Fe)}}}*iteratePropertyReferences(_,y){yield*this._iteratePropertyReferences(_,[],y)}*_iterateVariableReferences(_,y,v,A){if(!this.variableStack.includes(_)){this.variableStack.push(_);try{for(const U of _.references){if(!U.isRead())continue;const x=U.identifier;A&&v[$]&&(yield{node:x,path:y,type:$,info:v[$]}),yield*this._iteratePropertyReferences(x,y,v)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(_,y,v){let A=_;for(;ms(A);)A=A.parent;const U=A.parent;if(U){if(U.type==="MemberExpression"){if(U.object===A){const x=Me(U);if(x==null||!ve(v,x))return;y=y.concat(x);const k=v[x];k[$]&&(yield{node:U,path:y,type:$,info:k[$]}),yield*this._iteratePropertyReferences(U,y,k)}return}if(U.type==="CallExpression"){U.callee===A&&v[Ye]&&(yield{node:U,path:y,type:Ye,info:v[Ye]});return}if(U.type==="NewExpression"){U.callee===A&&v[Ue]&&(yield{node:U,path:y,type:Ue,info:v[Ue]});return}if(U.type==="AssignmentExpression"){U.right===A&&(yield*this._iterateLhsReferences(U.left,y,v),yield*this._iteratePropertyReferences(U,y,v));return}if(U.type==="AssignmentPattern"){U.right===A&&(yield*this._iterateLhsReferences(U.left,y,v));return}U.type==="VariableDeclarator"&&U.init===A&&(yield*this._iterateLhsReferences(U.id,y,v))}}*_iterateLhsReferences(_,y,v){if(_.type==="Identifier"){const A=u(this.globalScope,_);A!=null&&(yield*this._iterateVariableReferences(A,y,v,!1));return}if(_.type==="ObjectPattern"){for(const A of _.properties){const U=Me(A);if(U==null||!ve(v,U))continue;const x=y.concat(U),k=v[U];k[$]&&(yield{node:A,path:x,type:$,info:k[$]}),yield*this._iterateLhsReferences(A.value,x,k)}return}_.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(_.left,y,v))}*_iterateImportReferences(_,y,v){const A=_.type;if(A==="ImportSpecifier"||A==="ImportDefaultSpecifier"){const U=A==="ImportDefaultSpecifier"?"default":_.imported.type==="Identifier"?_.imported.name:_.imported.value;if(!ve(v,U))return;y=y.concat(U);const x=v[U];x[$]&&(yield{node:_,path:y,type:$,info:x[$]}),yield*this._iterateVariableReferences(u(this.globalScope,_.local),y,x,!1);return}if(A==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(u(this.globalScope,_.local),y,v,!1);return}if(A==="ExportSpecifier"){const U=_.local.type==="Identifier"?_.local.name:_.local.value;if(!ve(v,U))return;y=y.concat(U);const x=v[U];x[$]&&(yield{node:_,path:y,type:$,info:x[$]})}}}Ve.READ=$,Ve.CALL=Ye,Ve.CONSTRUCT=Ue,Ve.ESM=Je;function ys(m,_){return!(_===1&&m==="default")}i(ys,"exceptDefault");var _s={CALL:Ye,CONSTRUCT:Ue,ESM:Je,findVariable:u,getFunctionHeadLocation:G,getFunctionNameWithKind:Un,getInnermostScope:n,getPropertyName:Me,getStaticValue:lt,getStringIfConstant:Ie,hasSideEffect:Dn,isArrowToken:t,isClosingBraceToken:E,isClosingBracketToken:T,isClosingParenToken:Y,isColonToken:c,isCommaToken:a,isCommentToken:d,isNotArrowToken:p,isNotClosingBraceToken:M,isNotClosingBracketToken:R,isNotClosingParenToken:g,isNotColonToken:P,isNotCommaToken:S,isNotCommentToken:q,isNotOpeningBraceToken:I,isNotOpeningBracketToken:V,isNotOpeningParenToken:h,isNotSemicolonToken:C,isOpeningBraceToken:b,isOpeningBracketToken:L,isOpeningParenToken:f,isParenthesized:Rn,isSemicolonToken:l,PatternMatcher:On,READ:$,ReferenceTracker:Ve};e.CALL=Ye,e.CONSTRUCT=Ue,e.ESM=Je,e.PatternMatcher=On,e.READ=$,e.ReferenceTracker=Ve,e.default=_s,e.findVariable=u,e.getFunctionHeadLocation=G,e.getFunctionNameWithKind=Un,e.getInnermostScope=n,e.getPropertyName=Me,e.getStaticValue=lt,e.getStringIfConstant=Ie,e.hasSideEffect=Dn,e.isArrowToken=t,e.isClosingBraceToken=E,e.isClosingBracketToken=T,e.isClosingParenToken=Y,e.isColonToken=c,e.isCommaToken=a,e.isCommentToken=d,e.isNotArrowToken=p,e.isNotClosingBraceToken=M,e.isNotClosingBracketToken=R,e.isNotClosingParenToken=g,e.isNotColonToken=P,e.isNotCommaToken=S,e.isNotCommentToken=q,e.isNotOpeningBraceToken=I,e.isNotOpeningBracketToken=V,e.isNotOpeningParenToken=h,e.isNotSemicolonToken=C,e.isOpeningBraceToken=b,e.isOpeningBracketToken=L,e.isOpeningParenToken=f,e.isParenthesized=Rn,e.isSemicolonToken=l})(to)),to}i(Tt,"requireEslintUtils$2");var Ja;function Ud(){if(Ja)return X;Ja=1;var e=X&&X.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),s=X&&X.__setModuleDefault||(Object.create?(function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}):function(o,r){o.default=r}),n=X&&X.__importStar||(function(){var o=i(function(r){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(a[a.length]=l);return a},o(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var t={};if(r!=null)for(var a=o(r),l=0;l<a.length;l++)a[l]!=="default"&&e(t,r,a[l]);return s(t,r),t}})();Object.defineProperty(X,"__esModule",{value:!0}),X.isParenthesized=X.hasSideEffect=X.getStringIfConstant=X.getStaticValue=X.getPropertyName=X.getFunctionNameWithKind=X.getFunctionHeadLocation=void 0;const u=n(Tt());return X.getFunctionHeadLocation=u.getFunctionHeadLocation,X.getFunctionNameWithKind=u.getFunctionNameWithKind,X.getPropertyName=u.getPropertyName,X.getStaticValue=u.getStaticValue,X.getStringIfConstant=u.getStringIfConstant,X.hasSideEffect=u.hasSideEffect,X.isParenthesized=u.isParenthesized,X}i(Ud,"requireAstUtilities");var Pe={},Qa;function Vd(){if(Qa)return Pe;Qa=1;var e=Pe&&Pe.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),s=Pe&&Pe.__setModuleDefault||(Object.create?(function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}):function(o,r){o.default=r}),n=Pe&&Pe.__importStar||(function(){var o=i(function(r){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(a[a.length]=l);return a},o(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var t={};if(r!=null)for(var a=o(r),l=0;l<a.length;l++)a[l]!=="default"&&e(t,r,a[l]);return s(t,r),t}})();Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.PatternMatcher=void 0;const u=n(Tt());return Pe.PatternMatcher=u.PatternMatcher,Pe}i(Vd,"requirePatternMatcher");var O={},Za;function Dd(){if(Za)return O;Za=1;var e=O&&O.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),s=O&&O.__setModuleDefault||(Object.create?(function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}):function(o,r){o.default=r}),n=O&&O.__importStar||(function(){var o=i(function(r){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(a[a.length]=l);return a},o(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var t={};if(r!=null)for(var a=o(r),l=0;l<a.length;l++)a[l]!=="default"&&e(t,r,a[l]);return s(t,r),t}})();Object.defineProperty(O,"__esModule",{value:!0}),O.isNotSemicolonToken=O.isSemicolonToken=O.isNotOpeningParenToken=O.isOpeningParenToken=O.isNotOpeningBracketToken=O.isOpeningBracketToken=O.isNotOpeningBraceToken=O.isOpeningBraceToken=O.isNotCommentToken=O.isCommentToken=O.isNotCommaToken=O.isCommaToken=O.isNotColonToken=O.isColonToken=O.isNotClosingParenToken=O.isClosingParenToken=O.isNotClosingBracketToken=O.isClosingBracketToken=O.isNotClosingBraceToken=O.isClosingBraceToken=O.isNotArrowToken=O.isArrowToken=void 0;const u=n(Tt());return O.isArrowToken=u.isArrowToken,O.isNotArrowToken=u.isNotArrowToken,O.isClosingBraceToken=u.isClosingBraceToken,O.isNotClosingBraceToken=u.isNotClosingBraceToken,O.isClosingBracketToken=u.isClosingBracketToken,O.isNotClosingBracketToken=u.isNotClosingBracketToken,O.isClosingParenToken=u.isClosingParenToken,O.isNotClosingParenToken=u.isNotClosingParenToken,O.isColonToken=u.isColonToken,O.isNotColonToken=u.isNotColonToken,O.isCommaToken=u.isCommaToken,O.isNotCommaToken=u.isNotCommaToken,O.isCommentToken=u.isCommentToken,O.isNotCommentToken=u.isNotCommentToken,O.isOpeningBraceToken=u.isOpeningBraceToken,O.isNotOpeningBraceToken=u.isNotOpeningBraceToken,O.isOpeningBracketToken=u.isOpeningBracketToken,O.isNotOpeningBracketToken=u.isNotOpeningBracketToken,O.isOpeningParenToken=u.isOpeningParenToken,O.isNotOpeningParenToken=u.isNotOpeningParenToken,O.isSemicolonToken=u.isSemicolonToken,O.isNotSemicolonToken=u.isNotSemicolonToken,O}i(Dd,"requirePredicates$1");var de={},el;function Rd(){if(el)return de;el=1;var e=de&&de.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),s=de&&de.__setModuleDefault||(Object.create?(function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}):function(o,r){o.default=r}),n=de&&de.__importStar||(function(){var o=i(function(r){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(a[a.length]=l);return a},o(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var t={};if(r!=null)for(var a=o(r),l=0;l<a.length;l++)a[l]!=="default"&&e(t,r,a[l]);return s(t,r),t}})();Object.defineProperty(de,"__esModule",{value:!0}),de.ReferenceTracker=void 0;const u=n(Tt());return u.ReferenceTracker.READ,u.ReferenceTracker.CALL,u.ReferenceTracker.CONSTRUCT,u.ReferenceTracker.ESM,de.ReferenceTracker=u.ReferenceTracker,de}i(Rd,"requireReferenceTracker");var oe={},tl;function xd(){if(tl)return oe;tl=1;var e=oe&&oe.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),s=oe&&oe.__setModuleDefault||(Object.create?(function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}):function(o,r){o.default=r}),n=oe&&oe.__importStar||(function(){var o=i(function(r){return o=Object.getOwnPropertyNames||function(t){var a=[];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(a[a.length]=l);return a},o(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var t={};if(r!=null)for(var a=o(r),l=0;l<a.length;l++)a[l]!=="default"&&e(t,r,a[l]);return s(t,r),t}})();Object.defineProperty(oe,"__esModule",{value:!0}),oe.getInnermostScope=oe.findVariable=void 0;const u=n(Tt());return oe.findVariable=u.findVariable,oe.getInnermostScope=u.getInnermostScope,oe}i(xd,"requireScopeAnalysis");var rl;function Od(){return rl||(rl=1,(function(e){var s=Be&&Be.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=Be&&Be.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Ud(),e),n(Vd(),e),n(Dd(),e),n(Rd(),e),n(xd(),e)})(Be)),Be}i(Od,"requireEslintUtils$1");var ro={},il;function nl(){return il||(il=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const s=i(t=>a=>a?.type===t,"isNodeOfType");e.isNodeOfType=s;const n=i(t=>a=>!!a&&t.includes(a.type),"isNodeOfTypes");e.isNodeOfTypes=n;const u=i((t,a)=>{const l=Object.entries(a);return c=>c?.type===t&&l.every(([f,Y])=>c[f]===Y)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=u;const o=i((t,a)=>{const l=Object.entries(a);return c=>c?.type===t&&l.every(([f,Y])=>c[f]===Y)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=o;const r=i((t,a)=>l=>!(0,e.isTokenOfTypeWithConditions)(t,a)(l),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=r})(ro)),ro}i(nl,"requireHelpers");var rt={},sl;function Id(){if(sl)return rt;sl=1,Object.defineProperty(rt,"__esModule",{value:!0}),rt.LINEBREAK_MATCHER=void 0,rt.isTokenOnSameLine=e,rt.LINEBREAK_MATCHER=/\r\n|[\r\n\u2028\u2029]/;function e(s,n){return s.loc.end.line===n.loc.start.line}return i(e,"isTokenOnSameLine"),rt}i(Id,"requireMisc");var F={},io={},Ge={},ke={},ol;function al(){if(ol)return ke;ol=1,Object.defineProperty(ke,"__esModule",{value:!0}),ke.AST_TOKEN_TYPES=ke.AST_NODE_TYPES=void 0;var e;(function(n){n.AccessorProperty="AccessorProperty",n.ArrayExpression="ArrayExpression",n.ArrayPattern="ArrayPattern",n.ArrowFunctionExpression="ArrowFunctionExpression",n.AssignmentExpression="AssignmentExpression",n.AssignmentPattern="AssignmentPattern",n.AwaitExpression="AwaitExpression",n.BinaryExpression="BinaryExpression",n.BlockStatement="BlockStatement",n.BreakStatement="BreakStatement",n.CallExpression="CallExpression",n.CatchClause="CatchClause",n.ChainExpression="ChainExpression",n.ClassBody="ClassBody",n.ClassDeclaration="ClassDeclaration",n.ClassExpression="ClassExpression",n.ConditionalExpression="ConditionalExpression",n.ContinueStatement="ContinueStatement",n.DebuggerStatement="DebuggerStatement",n.Decorator="Decorator",n.DoWhileStatement="DoWhileStatement",n.EmptyStatement="EmptyStatement",n.ExportAllDeclaration="ExportAllDeclaration",n.ExportDefaultDeclaration="ExportDefaultDeclaration",n.ExportNamedDeclaration="ExportNamedDeclaration",n.ExportSpecifier="ExportSpecifier",n.ExpressionStatement="ExpressionStatement",n.ForInStatement="ForInStatement",n.ForOfStatement="ForOfStatement",n.ForStatement="ForStatement",n.FunctionDeclaration="FunctionDeclaration",n.FunctionExpression="FunctionExpression",n.Identifier="Identifier",n.IfStatement="IfStatement",n.ImportAttribute="ImportAttribute",n.ImportDeclaration="ImportDeclaration",n.ImportDefaultSpecifier="ImportDefaultSpecifier",n.ImportExpression="ImportExpression",n.ImportNamespaceSpecifier="ImportNamespaceSpecifier",n.ImportSpecifier="ImportSpecifier",n.JSXAttribute="JSXAttribute",n.JSXClosingElement="JSXClosingElement",n.JSXClosingFragment="JSXClosingFragment",n.JSXElement="JSXElement",n.JSXEmptyExpression="JSXEmptyExpression",n.JSXExpressionContainer="JSXExpressionContainer",n.JSXFragment="JSXFragment",n.JSXIdentifier="JSXIdentifier",n.JSXMemberExpression="JSXMemberExpression",n.JSXNamespacedName="JSXNamespacedName",n.JSXOpeningElement="JSXOpeningElement",n.JSXOpeningFragment="JSXOpeningFragment",n.JSXSpreadAttribute="JSXSpreadAttribute",n.JSXSpreadChild="JSXSpreadChild",n.JSXText="JSXText",n.LabeledStatement="LabeledStatement",n.Literal="Literal",n.LogicalExpression="LogicalExpression",n.MemberExpression="MemberExpression",n.MetaProperty="MetaProperty",n.MethodDefinition="MethodDefinition",n.NewExpression="NewExpression",n.ObjectExpression="ObjectExpression",n.ObjectPattern="ObjectPattern",n.PrivateIdentifier="PrivateIdentifier",n.Program="Program",n.Property="Property",n.PropertyDefinition="PropertyDefinition",n.RestElement="RestElement",n.ReturnStatement="ReturnStatement",n.SequenceExpression="SequenceExpression",n.SpreadElement="SpreadElement",n.StaticBlock="StaticBlock",n.Super="Super",n.SwitchCase="SwitchCase",n.SwitchStatement="SwitchStatement",n.TaggedTemplateExpression="TaggedTemplateExpression",n.TemplateElement="TemplateElement",n.TemplateLiteral="TemplateLiteral",n.ThisExpression="ThisExpression",n.ThrowStatement="ThrowStatement",n.TryStatement="TryStatement",n.UnaryExpression="UnaryExpression",n.UpdateExpression="UpdateExpression",n.VariableDeclaration="VariableDeclaration",n.VariableDeclarator="VariableDeclarator",n.WhileStatement="WhileStatement",n.WithStatement="WithStatement",n.YieldExpression="YieldExpression",n.TSAbstractAccessorProperty="TSAbstractAccessorProperty",n.TSAbstractKeyword="TSAbstractKeyword",n.TSAbstractMethodDefinition="TSAbstractMethodDefinition",n.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",n.TSAnyKeyword="TSAnyKeyword",n.TSArrayType="TSArrayType",n.TSAsExpression="TSAsExpression",n.TSAsyncKeyword="TSAsyncKeyword",n.TSBigIntKeyword="TSBigIntKeyword",n.TSBooleanKeyword="TSBooleanKeyword",n.TSCallSignatureDeclaration="TSCallSignatureDeclaration",n.TSClassImplements="TSClassImplements",n.TSConditionalType="TSConditionalType",n.TSConstructorType="TSConstructorType",n.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",n.TSDeclareFunction="TSDeclareFunction",n.TSDeclareKeyword="TSDeclareKeyword",n.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",n.TSEnumBody="TSEnumBody",n.TSEnumDeclaration="TSEnumDeclaration",n.TSEnumMember="TSEnumMember",n.TSExportAssignment="TSExportAssignment",n.TSExportKeyword="TSExportKeyword",n.TSExternalModuleReference="TSExternalModuleReference",n.TSFunctionType="TSFunctionType",n.TSImportEqualsDeclaration="TSImportEqualsDeclaration",n.TSImportType="TSImportType",n.TSIndexedAccessType="TSIndexedAccessType",n.TSIndexSignature="TSIndexSignature",n.TSInferType="TSInferType",n.TSInstantiationExpression="TSInstantiationExpression",n.TSInterfaceBody="TSInterfaceBody",n.TSInterfaceDeclaration="TSInterfaceDeclaration",n.TSInterfaceHeritage="TSInterfaceHeritage",n.TSIntersectionType="TSIntersectionType",n.TSIntrinsicKeyword="TSIntrinsicKeyword",n.TSLiteralType="TSLiteralType",n.TSMappedType="TSMappedType",n.TSMethodSignature="TSMethodSignature",n.TSModuleBlock="TSModuleBlock",n.TSModuleDeclaration="TSModuleDeclaration",n.TSNamedTupleMember="TSNamedTupleMember",n.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",n.TSNeverKeyword="TSNeverKeyword",n.TSNonNullExpression="TSNonNullExpression",n.TSNullKeyword="TSNullKeyword",n.TSNumberKeyword="TSNumberKeyword",n.TSObjectKeyword="TSObjectKeyword",n.TSOptionalType="TSOptionalType",n.TSParameterProperty="TSParameterProperty",n.TSPrivateKeyword="TSPrivateKeyword",n.TSPropertySignature="TSPropertySignature",n.TSProtectedKeyword="TSProtectedKeyword",n.TSPublicKeyword="TSPublicKeyword",n.TSQualifiedName="TSQualifiedName",n.TSReadonlyKeyword="TSReadonlyKeyword",n.TSRestType="TSRestType",n.TSSatisfiesExpression="TSSatisfiesExpression",n.TSStaticKeyword="TSStaticKeyword",n.TSStringKeyword="TSStringKeyword",n.TSSymbolKeyword="TSSymbolKeyword",n.TSTemplateLiteralType="TSTemplateLiteralType",n.TSThisType="TSThisType",n.TSTupleType="TSTupleType",n.TSTypeAliasDeclaration="TSTypeAliasDeclaration",n.TSTypeAnnotation="TSTypeAnnotation",n.TSTypeAssertion="TSTypeAssertion",n.TSTypeLiteral="TSTypeLiteral",n.TSTypeOperator="TSTypeOperator",n.TSTypeParameter="TSTypeParameter",n.TSTypeParameterDeclaration="TSTypeParameterDeclaration",n.TSTypeParameterInstantiation="TSTypeParameterInstantiation",n.TSTypePredicate="TSTypePredicate",n.TSTypeQuery="TSTypeQuery",n.TSTypeReference="TSTypeReference",n.TSUndefinedKeyword="TSUndefinedKeyword",n.TSUnionType="TSUnionType",n.TSUnknownKeyword="TSUnknownKeyword",n.TSVoidKeyword="TSVoidKeyword"})(e||(ke.AST_NODE_TYPES=e={}));var s;return(function(n){n.Boolean="Boolean",n.Identifier="Identifier",n.JSXIdentifier="JSXIdentifier",n.PrivateIdentifier="PrivateIdentifier",n.JSXText="JSXText",n.Keyword="Keyword",n.Null="Null",n.Numeric="Numeric",n.Punctuator="Punctuator",n.RegularExpression="RegularExpression",n.String="String",n.Template="Template",n.Block="Block",n.Line="Line"})(s||(ke.AST_TOKEN_TYPES=s={})),ke}i(al,"requireAstSpec");var no={},ll;function Md(){return ll||(ll=1,Object.defineProperty(no,"__esModule",{value:!0})),no}i(Md,"requireLib$2");var so={},ul;function Fd(){return ul||(ul=1,Object.defineProperty(so,"__esModule",{value:!0})),so}i(Fd,"requireParserOptions$1");var me={},cl;function wd(){if(cl)return me;cl=1;var e=me&&me.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),s=me&&me.__setModuleDefault||(Object.create?(function(u,o){Object.defineProperty(u,"default",{enumerable:!0,value:o})}):function(u,o){u.default=o}),n=me&&me.__importStar||(function(){var u=i(function(o){return u=Object.getOwnPropertyNames||function(r){var t=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[t.length]=a);return t},u(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var r={};if(o!=null)for(var t=u(o),a=0;a<t.length;a++)t[a]!=="default"&&e(r,o,t[a]);return s(r,o),r}})();return Object.defineProperty(me,"__esModule",{value:!0}),me.TSESTree=void 0,me.TSESTree=n(al()),me}i(wd,"requireTsEstree$1");var El;function ge(){return El||(El=1,(function(e){var s=Ge&&Ge.__createBinding||(Object.create?(function(o,r,t,a){a===void 0&&(a=t);var l=Object.getOwnPropertyDescriptor(r,t);(!l||("get"in l?!r.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:i(function(){return r[t]},"get")}),Object.defineProperty(o,a,l)}):(function(o,r,t,a){a===void 0&&(a=t),o[a]=r[t]})),n=Ge&&Ge.__exportStar||function(o,r){for(var t in o)t!=="default"&&!Object.prototype.hasOwnProperty.call(r,t)&&s(r,o,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var u=al();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:i(function(){return u.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:i(function(){return u.AST_TOKEN_TYPES},"get")}),n(Md(),e),n(Fd(),e),n(wd(),e)})(Ge)),Ge}i(ge,"requireDist$3");var pl;function fl(){return pl||(pl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var s=ge();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:i(function(){return s.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:i(function(){return s.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:i(function(){return s.TSESTree},"get")})})(io)),io}i(fl,"requireTsEstree");var Tl;function Bd(){if(Tl)return F;Tl=1,Object.defineProperty(F,"__esModule",{value:!0}),F.isLoop=F.isImportKeyword=F.isTypeKeyword=F.isAwaitKeyword=F.isAwaitExpression=F.isIdentifier=F.isConstructor=F.isClassOrTypeElement=F.isTSConstructorType=F.isTSFunctionType=F.isFunctionOrFunctionType=F.isFunctionType=F.isFunction=F.isVariableDeclarator=F.isTypeAssertion=F.isLogicalOrOperator=F.isOptionalCallExpression=F.isNotNonNullAssertionPunctuator=F.isNonNullAssertionPunctuator=F.isNotOptionalChainPunctuator=F.isOptionalChainPunctuator=void 0,F.isSetter=o;const e=fl(),s=nl();F.isOptionalChainPunctuator=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),F.isNotOptionalChainPunctuator=(0,s.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),F.isNonNullAssertionPunctuator=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),F.isNotNonNullAssertionPunctuator=(0,s.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),F.isOptionalCallExpression=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0}),F.isLogicalOrOperator=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"}),F.isTypeAssertion=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]),F.isVariableDeclarator=(0,s.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);const n=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression];F.isFunction=(0,s.isNodeOfTypes)(n);const u=[e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructorType,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSDeclareFunction,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSFunctionType,e.AST_NODE_TYPES.TSMethodSignature];F.isFunctionType=(0,s.isNodeOfTypes)(u),F.isFunctionOrFunctionType=(0,s.isNodeOfTypes)([...n,...u]),F.isTSFunctionType=(0,s.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType),F.isTSConstructorType=(0,s.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType),F.isClassOrTypeElement=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.PropertyDefinition,e.AST_NODE_TYPES.FunctionExpression,e.AST_NODE_TYPES.MethodDefinition,e.AST_NODE_TYPES.TSAbstractPropertyDefinition,e.AST_NODE_TYPES.TSAbstractMethodDefinition,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSIndexSignature,e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSMethodSignature,e.AST_NODE_TYPES.TSPropertySignature]),F.isConstructor=(0,s.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});function o(r){return!!r&&(r.type===e.AST_NODE_TYPES.MethodDefinition||r.type===e.AST_NODE_TYPES.Property)&&r.kind==="set"}return i(o,"isSetter"),F.isIdentifier=(0,s.isNodeOfType)(e.AST_NODE_TYPES.Identifier),F.isAwaitExpression=(0,s.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression),F.isAwaitKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"}),F.isTypeKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"}),F.isImportKeyword=(0,s.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"}),F.isLoop=(0,s.isNodeOfTypes)([e.AST_NODE_TYPES.DoWhileStatement,e.AST_NODE_TYPES.ForStatement,e.AST_NODE_TYPES.ForInStatement,e.AST_NODE_TYPES.ForOfStatement,e.AST_NODE_TYPES.WhileStatement]),F}i(Bd,"requirePredicates");var Pl;function Gd(){return Pl||(Pl=1,(function(e){var s=we&&we.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=we&&we.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Od(),e),n(nl(),e),n(Id(),e),n(Bd(),e)})(we)),we}i(Gd,"requireAstUtils");var Ne={},Hn={},Pt={},dl;function ml(){if(dl)return Pt;dl=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.isObjectNotArray=e,Pt.deepMerge=s;function e(n){return typeof n=="object"&&n!=null&&!Array.isArray(n)}i(e,"isObjectNotArray");function s(n={},u={}){const o=new Set([...Object.keys(n),...Object.keys(u)]);return Object.fromEntries([...o].map(r=>{const t=r in n,a=r in u,l=n[r],c=u[r];let f;return t&&a?e(l)&&e(c)?f=s(l,c):f=c:t?f=l:f=c,[r,f]}))}return i(s,"deepMerge$1"),Pt}i(ml,"requireDeepMerge");var yl;function _l(){if(yl)return Hn;yl=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.applyDefault=s;const e=ml();function s(n,u){const o=structuredClone(n);return u==null||o.forEach((r,t)=>{if(u[t]!==void 0){const a=u[t];(0,e.isObjectNotArray)(a)&&(0,e.isObjectNotArray)(r)?o[t]=(0,e.deepMerge)(r,a):o[t]=a}}),o}return i(s,"applyDefault$1"),Hn}i(_l,"requireApplyDefault");var Kn={},zn={},hl;function kd(){if(hl)return zn;hl=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.parserSeemsToBeTSESLint=e;function e(s){return!!s&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(s)}return i(e,"parserSeemsToBeTSESLint$1"),zn}i(kd,"requireParserSeemsToBeTSESLint");var Sl;function Nd(){if(Sl)return Kn;Sl=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.getParserServices=u;const e=kd(),s="You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://tseslint.com/typed-linting for enabling linting with type information.",n='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function u(r,t=!1){const a=r.parserPath||r.languageOptions.parser?.meta?.name;return(r.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||r.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&o(a),r.sourceCode.parserServices.program==null&&!t&&o(a),r.sourceCode.parserServices}i(u,"getParserServices$1");function o(r){const t=[s,`Parser: ${r||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(r)&&n].filter(Boolean);throw new Error(t.join(`
|
|
12
|
+
`))}return i(o,"throwError"),Kn}i(Nd,"requireGetParserServices");var oo={},vl;function jd(){return vl||(vl=1,Object.defineProperty(oo,"__esModule",{value:!0})),oo}i(jd,"requireInferTypesFromRule");var it={},Yl;function qd(){if(Yl)return it;Yl=1,Object.defineProperty(it,"__esModule",{value:!0}),it.NullThrowsReasons=void 0,it.nullThrows=e,it.NullThrowsReasons={MissingParent:"Expected node to have a parent.",MissingToken:i((s,n)=>`Expected to find a ${s} for the ${n}.`,"MissingToken")};function e(s,n){if(s==null)throw new Error(`Non-null Assertion Failed: ${n}`);return s}return i(e,"nullThrows$1"),it}i(qd,"requireNullThrows");var Xn={},gl;function Wd(){if(gl)return Xn;gl=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.RuleCreator=s;const e=_l();function s(u){return i(function({meta:r,name:t,...a}){return n({meta:{...r,docs:{...r.docs,url:u(t)}},name:t,...a})},"createNamedRule")}i(s,"RuleCreator$1");function n({create:u,defaultOptions:o,meta:r,name:t}){const a=r.defaultOptions??o??[];return{create(l){const c=(0,e.applyDefault)(a,l.options);return u(l,c)},defaultOptions:o,meta:r,name:t}}return i(n,"createRule"),s.withoutDocs=i(function(o){return n(o)},"withoutDocs"),Xn}i(Wd,"requireRuleCreator");var bl;function $d(){return bl||(bl=1,(function(e){var s=Ne&&Ne.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=Ne&&Ne.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(_l(),e),n(ml(),e),n(Nd(),e),n(jd(),e),n(qd(),e),n(Wd(),e)})(Ne)),Ne}i($d,"requireEslintUtils");var ao={},Al;function Hd(){return Al||(Al=1,Object.defineProperty(ao,"__esModule",{value:!0})),ao}i(Hd,"requireJsonSchema");var je={},lo={},Ll;function Kd(){return Ll||(Ll=1,Object.defineProperty(lo,"__esModule",{value:!0})),lo}i(Kd,"requireAST");var uo={},Cl;function zd(){return Cl||(Cl=1,Object.defineProperty(uo,"__esModule",{value:!0})),uo}i(zd,"requireConfig");var co={},qe={},Ul;function Vl(){if(Ul)return qe;Ul=1;var e=qe&&qe.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(qe,"__esModule",{value:!0}),qe.FlatESLint=void 0;const s=ct,n=e(oa);let u=class extends(n.default.FlatESLint??s.ESLint){static{i(this,"FlatESLint")}};return qe.FlatESLint=u,qe}i(Vl,"requireFlatESLint");var We={},Dl;function Xd(){if(Dl)return We;Dl=1;var e=We&&We.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(We,"__esModule",{value:!0}),We.LegacyESLint=void 0;const s=ct,n=e(oa);function u(){throw new Error("LegacyESLint is not available with the current version of ESLint.")}i(u,"throwMissingLegacyESLintError");class o{static{i(this,"MissingLegacyESLint")}static configType="eslintrc";static version=s.ESLint.version;constructor(){u()}static getErrorResults(){u()}static outputFixes(){u()}}let r=class extends(n.default.LegacyESLint??o){static{i(this,"LegacyESLint")}};return We.LegacyESLint=r,We}i(Xd,"requireLegacyESLint");var Rl;function Jd(){return Rl||(Rl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var s=Vl();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:i(function(){return s.FlatESLint},"get")});var n=Vl();Object.defineProperty(e,"ESLint",{enumerable:!0,get:i(function(){return n.FlatESLint},"get")});var u=Xd();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:i(function(){return u.LegacyESLint},"get")})})(co)),co}i(Jd,"requireESLint");var dt={},xl;function Qd(){if(xl)return dt;xl=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.Linter=void 0;const e=ct;let s=class extends e.Linter{static{i(this,"Linter")}};return dt.Linter=s,dt}i(Qd,"requireLinter");var Eo={},Ol;function Zd(){return Ol||(Ol=1,Object.defineProperty(Eo,"__esModule",{value:!0})),Eo}i(Zd,"requireParser");var po={},Il;function em(){return Il||(Il=1,Object.defineProperty(po,"__esModule",{value:!0})),po}i(em,"requireParserOptions");var fo={},Ml;function tm(){return Ml||(Ml=1,Object.defineProperty(fo,"__esModule",{value:!0})),fo}i(tm,"requireProcessor");var To={},Fl;function rm(){return Fl||(Fl=1,Object.defineProperty(To,"__esModule",{value:!0})),To}i(rm,"requireRule");var mt={},wl;function im(){if(wl)return mt;wl=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.RuleTester=void 0;const e=ct;let s=class extends e.RuleTester{static{i(this,"RuleTester")}};return mt.RuleTester=s,mt}i(im,"requireRuleTester");var ye={},$e={},Jn={},Po={},yt={},_t={},Bl;function Gl(){if(Bl)return _t;Bl=1;const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source","attributes"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},s=Object.keys(e);for(const t of s)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function u(t){return!n.has(t)&&t[0]!=="_"}i(u,"filterKey");function o(t){return Object.keys(t).filter(u)}i(o,"getKeys");function r(t){const a=Object.assign({},e);for(const l of Object.keys(t))if(Object.hasOwn(a,l)){const c=new Set(t[l]);for(const f of a[l])c.add(f);a[l]=Object.freeze(Array.from(c))}else a[l]=Object.freeze(Array.from(t[l]));return Object.freeze(a)}return i(r,"unionWith"),_t.KEYS=e,_t.getKeys=o,_t.unionWith=r,_t}i(Gl,"requireEslintVisitorKeys");var kl;function nm(){if(kl)return yt;kl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.getKeys=void 0;const e=Gl();return yt.getKeys=e.getKeys,yt}i(nm,"requireGetKeys");var _e={},Nl;function sm(){if(Nl)return _e;Nl=1;var e=_e&&_e.__createBinding||(Object.create?(function(t,a,l,c){c===void 0&&(c=l);var f=Object.getOwnPropertyDescriptor(a,l);(!f||("get"in f?!a.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:i(function(){return a[l]},"get")}),Object.defineProperty(t,c,f)}):(function(t,a,l,c){c===void 0&&(c=l),t[c]=a[l]})),s=_e&&_e.__setModuleDefault||(Object.create?(function(t,a){Object.defineProperty(t,"default",{enumerable:!0,value:a})}):function(t,a){t.default=a}),n=_e&&_e.__importStar||(function(){var t=i(function(a){return t=Object.getOwnPropertyNames||function(l){var c=[];for(var f in l)Object.prototype.hasOwnProperty.call(l,f)&&(c[c.length]=f);return c},t(a)},"ownKeys");return function(a){if(a&&a.__esModule)return a;var l={};if(a!=null)for(var c=t(a),f=0;f<c.length;f++)c[f]!=="default"&&e(l,a,c[f]);return s(l,a),l}})();Object.defineProperty(_e,"__esModule",{value:!0}),_e.visitorKeys=void 0;const u=n(Gl()),o=(()=>{const t=["typeParameters","params","returnType"],a=[...t,"body"],l=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:a,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...a],FunctionType:t,PropertyDefinition:[...l,"value"]}})(),r={AccessorProperty:o.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:o.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:o.ClassDeclaration,ClassExpression:o.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","attributes"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],FunctionDeclaration:o.Function,FunctionExpression:o.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportExpression:["source","options"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:o.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:o.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:o.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:o.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:o.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:o.FunctionType,TSConstructSignatureDeclaration:o.FunctionType,TSDeclareFunction:o.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...o.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:o.FunctionType,TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["source","options","qualifier","typeArguments"],TSIndexedAccessType:["objectType","indexType"],TSIndexSignature:["parameters","typeAnnotation"],TSInferType:["typeParameter"],TSInstantiationExpression:["expression","typeArguments"],TSInterfaceBody:["body"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceHeritage:["expression","typeArguments"],TSIntersectionType:["types"],TSIntrinsicKeyword:[],TSLiteralType:["literal"],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSMethodSignature:["key","typeParameters","params","returnType"],TSModuleBlock:["body"],TSModuleDeclaration:["id","body"],TSNamedTupleMember:["label","elementType"],TSNamespaceExportDeclaration:["id"],TSNeverKeyword:[],TSNonNullExpression:["expression"],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSOptionalType:["typeAnnotation"],TSParameterProperty:["decorators","parameter"],TSPrivateKeyword:[],TSPropertySignature:["key","typeAnnotation"],TSProtectedKeyword:[],TSPublicKeyword:[],TSQualifiedName:["left","right"],TSReadonlyKeyword:[],TSRestType:["typeAnnotation"],TSSatisfiesExpression:o.AsExpression,TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSTypeLiteral:["members"],TSTypeOperator:["typeAnnotation"],TSTypeParameter:["name","constraint","default"],TSTypeParameterDeclaration:["params"],TSTypeParameterInstantiation:["params"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]};return _e.visitorKeys=u.unionWith(r),_e}i(sm,"requireVisitorKeys");var jl;function ql(){return jl||(jl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var s=nm();Object.defineProperty(e,"getKeys",{enumerable:!0,get:i(function(){return s.getKeys},"get")});var n=sm();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:i(function(){return n.visitorKeys},"get")})})(Po)),Po}i(ql,"requireDist$2");var mo={},ht={},Qn={},Wl;function St(){if(Wl)return Qn;Wl=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.assert=e;function e(s,n){if(s==null)throw new Error(n)}return i(e,"assert$1"),Qn}i(St,"requireAssert");var He={},vt={},Yt={},gt={},$l;function Zn(){if($l)return gt;$l=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.createIdGenerator=n,gt.resetIds=u;const e=new Map;let s=0;function n(){const o=s+=1;return e.set(o,0),()=>{const t=(e.get(o)??0)+1;return e.set(o,t),t}}i(n,"createIdGenerator");function u(){e.clear()}return i(u,"resetIds"),gt}i(Zn,"requireID");var Hl;function he(){if(Hl)return Yt;Hl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.DefinitionBase=void 0;const s=(0,Zn().createIdGenerator)();let n=class{static{i(this,"DefinitionBase")}$id=s();type;name;node;parent;constructor(o,r,t,a){this.type=o,this.name=r,this.node=t,this.parent=a}};return Yt.DefinitionBase=n,Yt}i(he,"requireDefinitionBase");var bt={},Kl;function pe(){if(Kl)return bt;Kl=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.DefinitionType=void 0;var e;return(function(s){s.CatchClause="CatchClause",s.ClassName="ClassName",s.FunctionName="FunctionName",s.ImplicitGlobalVariable="ImplicitGlobalVariable",s.ImportBinding="ImportBinding",s.Parameter="Parameter",s.TSEnumName="TSEnumName",s.TSEnumMember="TSEnumMemberName",s.TSModuleName="TSModuleName",s.Type="Type",s.Variable="Variable"})(e||(bt.DefinitionType=e={})),bt}i(pe,"requireDefinitionType");var zl;function om(){if(zl)return vt;zl=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.CatchClauseDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.CatchClause,o,r,null)}};return vt.CatchClauseDefinition=n,vt}i(om,"requireCatchClauseDefinition");var At={},Xl;function am(){if(Xl)return At;Xl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.ClassNameDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.ClassName,o,r,null)}};return At.ClassNameDefinition=n,At}i(am,"requireClassNameDefinition");var yo={},Jl;function lm(){return Jl||(Jl=1,Object.defineProperty(yo,"__esModule",{value:!0})),yo}i(lm,"requireDefinition$1");var Lt={},Ql;function um(){if(Ql)return Lt;Ql=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.FunctionNameDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.FunctionName,o,r,null)}};return Lt.FunctionNameDefinition=n,Lt}i(um,"requireFunctionNameDefinition");var Ct={},Zl;function eu(){if(Zl)return Ct;Zl=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.ImplicitGlobalVariableDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.ImplicitGlobalVariable,o,r,null)}};return Ct.ImplicitGlobalVariableDefinition=n,Ct}i(eu,"requireImplicitGlobalVariableDefinition");var Ut={},tu;function cm(){if(tu)return Ut;tu=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.ImportBindingDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,r,t){super(s.DefinitionType.ImportBinding,o,r,t)}};return Ut.ImportBindingDefinition=n,Ut}i(cm,"requireImportBindingDefinition");var Vt={},ru;function Em(){if(ru)return Vt;ru=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.ParameterDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(o,r,t){super(s.DefinitionType.Parameter,o,r,null),this.rest=t}};return Vt.ParameterDefinition=n,Vt}i(Em,"requireParameterDefinition");var Dt={},iu;function pm(){if(iu)return Dt;iu=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.TSEnumMemberDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.TSEnumMember,o,r,null)}};return Dt.TSEnumMemberDefinition=n,Dt}i(pm,"requireTSEnumMemberDefinition");var Rt={},nu;function fm(){if(nu)return Rt;nu=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.TSEnumNameDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.TSEnumName,o,r,null)}};return Rt.TSEnumNameDefinition=n,Rt}i(fm,"requireTSEnumNameDefinition");var xt={},su;function Tm(){if(su)return xt;su=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.TSModuleNameDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(o,r){super(s.DefinitionType.TSModuleName,o,r,null)}};return xt.TSModuleNameDefinition=n,xt}i(Tm,"requireTSModuleNameDefinition");var Ot={},ou;function Pm(){if(ou)return Ot;ou=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.TypeDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(o,r){super(s.DefinitionType.Type,o,r,null)}};return Ot.TypeDefinition=n,Ot}i(Pm,"requireTypeDefinition");var It={},au;function dm(){if(au)return It;au=1,Object.defineProperty(It,"__esModule",{value:!0}),It.VariableDefinition=void 0;const e=he(),s=pe();let n=class extends e.DefinitionBase{static{i(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(o,r,t){super(s.DefinitionType.Variable,o,r,t)}};return It.VariableDefinition=n,It}i(dm,"requireVariableDefinition");var lu;function nt(){return lu||(lu=1,(function(e){var s=He&&He.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=He&&He.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(om(),e),n(am(),e),n(lm(),e),n(pe(),e),n(um(),e),n(eu(),e),n(cm(),e),n(Em(),e),n(pm(),e),n(fm(),e),n(Tm(),e),n(Pm(),e),n(dm(),e)})(He)),He}i(nt,"requireDefinition");var Mt={},Ft={},be={},uu;function D(){return uu||(uu=1,Object.defineProperty(be,"__esModule",{value:!0}),be.TYPE_VALUE=be.VALUE=be.TYPE=void 0,be.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),be.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),be.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),be}i(D,"requireBaseConfig");var cu;function _o(){if(cu)return Ft;cu=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.decorators=void 0;const e=D();return Ft.decorators={libs:[],variables:[["ClassMemberDecoratorContext",e.TYPE],["DecoratorContext",e.TYPE],["DecoratorMetadataObject",e.TYPE],["DecoratorMetadata",e.TYPE],["ClassDecoratorContext",e.TYPE],["ClassMethodDecoratorContext",e.TYPE],["ClassGetterDecoratorContext",e.TYPE],["ClassSetterDecoratorContext",e.TYPE],["ClassAccessorDecoratorContext",e.TYPE],["ClassAccessorDecoratorTarget",e.TYPE],["ClassAccessorDecoratorResult",e.TYPE],["ClassFieldDecoratorContext",e.TYPE]]},Ft}i(_o,"requireDecorators");var wt={},Eu;function pu(){if(Eu)return wt;Eu=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.decorators_legacy=void 0;const e=D();return wt.decorators_legacy={libs:[],variables:[["ClassDecorator",e.TYPE],["PropertyDecorator",e.TYPE],["MethodDecorator",e.TYPE],["ParameterDecorator",e.TYPE]]},wt}i(pu,"requireDecorators_legacy");var Bt={},Gt={},kt={},fu;function es(){if(fu)return kt;fu=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es5=void 0;const e=D(),s=_o(),n=pu();return kt.es5={libs:[s.decorators,n.decorators_legacy],variables:[["Symbol",e.TYPE],["PropertyKey",e.TYPE],["PropertyDescriptor",e.TYPE],["PropertyDescriptorMap",e.TYPE],["Object",e.TYPE_VALUE],["ObjectConstructor",e.TYPE],["Function",e.TYPE_VALUE],["FunctionConstructor",e.TYPE],["ThisParameterType",e.TYPE],["OmitThisParameter",e.TYPE],["CallableFunction",e.TYPE],["NewableFunction",e.TYPE],["IArguments",e.TYPE],["String",e.TYPE_VALUE],["StringConstructor",e.TYPE],["Boolean",e.TYPE_VALUE],["BooleanConstructor",e.TYPE],["Number",e.TYPE_VALUE],["NumberConstructor",e.TYPE],["TemplateStringsArray",e.TYPE],["ImportMeta",e.TYPE],["ImportCallOptions",e.TYPE],["ImportAssertions",e.TYPE],["ImportAttributes",e.TYPE],["Math",e.TYPE_VALUE],["Date",e.TYPE_VALUE],["DateConstructor",e.TYPE],["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE_VALUE],["RegExpConstructor",e.TYPE],["Error",e.TYPE_VALUE],["ErrorConstructor",e.TYPE],["EvalError",e.TYPE_VALUE],["EvalErrorConstructor",e.TYPE],["RangeError",e.TYPE_VALUE],["RangeErrorConstructor",e.TYPE],["ReferenceError",e.TYPE_VALUE],["ReferenceErrorConstructor",e.TYPE],["SyntaxError",e.TYPE_VALUE],["SyntaxErrorConstructor",e.TYPE],["TypeError",e.TYPE_VALUE],["TypeErrorConstructor",e.TYPE],["URIError",e.TYPE_VALUE],["URIErrorConstructor",e.TYPE],["JSON",e.TYPE_VALUE],["ReadonlyArray",e.TYPE],["ConcatArray",e.TYPE],["Array",e.TYPE_VALUE],["ArrayConstructor",e.TYPE],["TypedPropertyDescriptor",e.TYPE],["PromiseConstructorLike",e.TYPE],["PromiseLike",e.TYPE],["Promise",e.TYPE],["Awaited",e.TYPE],["ArrayLike",e.TYPE],["Partial",e.TYPE],["Required",e.TYPE],["Readonly",e.TYPE],["Pick",e.TYPE],["Record",e.TYPE],["Exclude",e.TYPE],["Extract",e.TYPE],["Omit",e.TYPE],["NonNullable",e.TYPE],["Parameters",e.TYPE],["ConstructorParameters",e.TYPE],["ReturnType",e.TYPE],["InstanceType",e.TYPE],["Uppercase",e.TYPE],["Lowercase",e.TYPE],["Capitalize",e.TYPE],["Uncapitalize",e.TYPE],["NoInfer",e.TYPE],["ThisType",e.TYPE],["WeakKeyTypes",e.TYPE],["WeakKey",e.TYPE],["ArrayBuffer",e.TYPE_VALUE],["ArrayBufferTypes",e.TYPE],["ArrayBufferLike",e.TYPE],["ArrayBufferConstructor",e.TYPE],["ArrayBufferView",e.TYPE],["DataView",e.TYPE_VALUE],["DataViewConstructor",e.TYPE],["Int8Array",e.TYPE_VALUE],["Int8ArrayConstructor",e.TYPE],["Uint8Array",e.TYPE_VALUE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArray",e.TYPE_VALUE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16Array",e.TYPE_VALUE],["Int16ArrayConstructor",e.TYPE],["Uint16Array",e.TYPE_VALUE],["Uint16ArrayConstructor",e.TYPE],["Int32Array",e.TYPE_VALUE],["Int32ArrayConstructor",e.TYPE],["Uint32Array",e.TYPE_VALUE],["Uint32ArrayConstructor",e.TYPE],["Float32Array",e.TYPE_VALUE],["Float32ArrayConstructor",e.TYPE],["Float64Array",e.TYPE_VALUE],["Float64ArrayConstructor",e.TYPE],["Intl",e.TYPE_VALUE]]},kt}i(es,"requireEs5");var Nt={},Tu;function ho(){if(Tu)return Nt;Tu=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_collection=void 0;const e=D();return Nt.es2015_collection={libs:[],variables:[["Map",e.TYPE_VALUE],["MapConstructor",e.TYPE],["ReadonlyMap",e.TYPE],["WeakMap",e.TYPE_VALUE],["WeakMapConstructor",e.TYPE],["Set",e.TYPE_VALUE],["SetConstructor",e.TYPE],["ReadonlySet",e.TYPE],["WeakSet",e.TYPE_VALUE],["WeakSetConstructor",e.TYPE]]},Nt}i(ho,"requireEs2015_collection");var jt={},Pu;function So(){if(Pu)return jt;Pu=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_core=void 0;const e=D();return jt.es2015_core={libs:[],variables:[["Array",e.TYPE],["ArrayConstructor",e.TYPE],["DateConstructor",e.TYPE],["Function",e.TYPE],["Math",e.TYPE],["NumberConstructor",e.TYPE],["ObjectConstructor",e.TYPE],["ReadonlyArray",e.TYPE],["RegExp",e.TYPE],["RegExpConstructor",e.TYPE],["String",e.TYPE],["StringConstructor",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE]]},jt}i(So,"requireEs2015_core");var qt={},Wt={},$t={},du;function ae(){if(du)return $t;du=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_symbol=void 0;const e=D();return $t.es2015_symbol={libs:[],variables:[["SymbolConstructor",e.TYPE]]},$t}i(ae,"requireEs2015_symbol");var mu;function ne(){if(mu)return Wt;mu=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015_iterable=void 0;const e=D(),s=ae();return Wt.es2015_iterable={libs:[s.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["IteratorYieldResult",e.TYPE],["IteratorReturnResult",e.TYPE],["IteratorResult",e.TYPE],["Iterator",e.TYPE],["Iterable",e.TYPE],["IterableIterator",e.TYPE],["IteratorObject",e.TYPE],["BuiltinIteratorReturn",e.TYPE],["ArrayIterator",e.TYPE],["Array",e.TYPE],["ArrayConstructor",e.TYPE],["ReadonlyArray",e.TYPE],["IArguments",e.TYPE],["MapIterator",e.TYPE],["Map",e.TYPE],["ReadonlyMap",e.TYPE],["MapConstructor",e.TYPE],["WeakMap",e.TYPE],["WeakMapConstructor",e.TYPE],["SetIterator",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE],["SetConstructor",e.TYPE],["WeakSet",e.TYPE],["WeakSetConstructor",e.TYPE],["Promise",e.TYPE],["PromiseConstructor",e.TYPE],["StringIterator",e.TYPE],["String",e.TYPE],["Int8Array",e.TYPE],["Int8ArrayConstructor",e.TYPE],["Uint8Array",e.TYPE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArray",e.TYPE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16Array",e.TYPE],["Int16ArrayConstructor",e.TYPE],["Uint16Array",e.TYPE],["Uint16ArrayConstructor",e.TYPE],["Int32Array",e.TYPE],["Int32ArrayConstructor",e.TYPE],["Uint32Array",e.TYPE],["Uint32ArrayConstructor",e.TYPE],["Float32Array",e.TYPE],["Float32ArrayConstructor",e.TYPE],["Float64Array",e.TYPE],["Float64ArrayConstructor",e.TYPE]]},Wt}i(ne,"requireEs2015_iterable");var yu;function vo(){if(yu)return qt;yu=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_generator=void 0;const e=D(),s=ne();return qt.es2015_generator={libs:[s.es2015_iterable],variables:[["Generator",e.TYPE],["GeneratorFunction",e.TYPE],["GeneratorFunctionConstructor",e.TYPE]]},qt}i(vo,"requireEs2015_generator");var Ht={},_u;function Yo(){if(_u)return Ht;_u=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2015_promise=void 0;const e=D();return Ht.es2015_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},Ht}i(Yo,"requireEs2015_promise");var Kt={},hu;function go(){if(hu)return Kt;hu=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2015_proxy=void 0;const e=D();return Kt.es2015_proxy={libs:[],variables:[["ProxyHandler",e.TYPE],["ProxyConstructor",e.TYPE]]},Kt}i(go,"requireEs2015_proxy");var zt={},Su;function bo(){if(Su)return zt;Su=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2015_reflect=void 0;const e=D();return zt.es2015_reflect={libs:[],variables:[["Reflect",e.TYPE_VALUE]]},zt}i(bo,"requireEs2015_reflect");var Xt={},vu;function Ke(){if(vu)return Xt;vu=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2015_symbol_wellknown=void 0;const e=D(),s=ae();return Xt.es2015_symbol_wellknown={libs:[s.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["Symbol",e.TYPE],["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Date",e.TYPE],["Map",e.TYPE],["WeakMap",e.TYPE],["Set",e.TYPE],["WeakSet",e.TYPE],["JSON",e.TYPE],["Function",e.TYPE],["GeneratorFunction",e.TYPE],["Math",e.TYPE],["Promise",e.TYPE],["PromiseConstructor",e.TYPE],["RegExp",e.TYPE],["RegExpConstructor",e.TYPE],["String",e.TYPE],["ArrayBuffer",e.TYPE],["DataView",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["ArrayConstructor",e.TYPE],["MapConstructor",e.TYPE],["SetConstructor",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},Xt}i(Ke,"requireEs2015_symbol_wellknown");var Yu;function Jt(){if(Yu)return Gt;Yu=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015=void 0;const e=es(),s=ho(),n=So(),u=vo(),o=ne(),r=Yo(),t=go(),a=bo(),l=ae(),c=Ke();return Gt.es2015={libs:[e.es5,n.es2015_core,s.es2015_collection,o.es2015_iterable,u.es2015_generator,r.es2015_promise,t.es2015_proxy,a.es2015_reflect,l.es2015_symbol,c.es2015_symbol_wellknown],variables:[]},Gt}i(Jt,"requireEs2015");var Qt={},gu;function st(){if(gu)return Qt;gu=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.es2018_asynciterable=void 0;const e=D(),s=ne(),n=ae();return Qt.es2018_asynciterable={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},Qt}i(st,"requireEs2018_asynciterable");var bu;function le(){if(bu)return Bt;bu=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.dom=void 0;const e=D(),s=Jt(),n=st();return Bt.dom={libs:[s.es2015,n.es2018_asynciterable],variables:[["AacEncoderConfig",e.TYPE],["AddEventListenerOptions",e.TYPE],["AddressErrors",e.TYPE],["AesCbcParams",e.TYPE],["AesCtrParams",e.TYPE],["AesDerivedKeyParams",e.TYPE],["AesGcmParams",e.TYPE],["AesKeyAlgorithm",e.TYPE],["AesKeyGenParams",e.TYPE],["Algorithm",e.TYPE],["AllAcceptedCredentialsOptions",e.TYPE],["AnalyserOptions",e.TYPE],["AnimationEventInit",e.TYPE],["AnimationPlaybackEventInit",e.TYPE],["AssignedNodesOptions",e.TYPE],["AudioBufferOptions",e.TYPE],["AudioBufferSourceOptions",e.TYPE],["AudioConfiguration",e.TYPE],["AudioContextOptions",e.TYPE],["AudioDataCopyToOptions",e.TYPE],["AudioDataInit",e.TYPE],["AudioDecoderConfig",e.TYPE],["AudioDecoderInit",e.TYPE],["AudioDecoderSupport",e.TYPE],["AudioEncoderConfig",e.TYPE],["AudioEncoderInit",e.TYPE],["AudioEncoderSupport",e.TYPE],["AudioNodeOptions",e.TYPE],["AudioProcessingEventInit",e.TYPE],["AudioTimestamp",e.TYPE],["AudioWorkletNodeOptions",e.TYPE],["AuthenticationExtensionsClientInputs",e.TYPE],["AuthenticationExtensionsClientInputsJSON",e.TYPE],["AuthenticationExtensionsClientOutputs",e.TYPE],["AuthenticationExtensionsClientOutputsJSON",e.TYPE],["AuthenticationExtensionsLargeBlobInputs",e.TYPE],["AuthenticationExtensionsLargeBlobInputsJSON",e.TYPE],["AuthenticationExtensionsLargeBlobOutputs",e.TYPE],["AuthenticationExtensionsLargeBlobOutputsJSON",e.TYPE],["AuthenticationExtensionsPRFInputs",e.TYPE],["AuthenticationExtensionsPRFInputsJSON",e.TYPE],["AuthenticationExtensionsPRFOutputs",e.TYPE],["AuthenticationExtensionsPRFOutputsJSON",e.TYPE],["AuthenticationExtensionsPRFValues",e.TYPE],["AuthenticationExtensionsPRFValuesJSON",e.TYPE],["AuthenticationResponseJSON",e.TYPE],["AuthenticatorAssertionResponseJSON",e.TYPE],["AuthenticatorAttestationResponseJSON",e.TYPE],["AuthenticatorSelectionCriteria",e.TYPE],["AvcEncoderConfig",e.TYPE],["BiquadFilterOptions",e.TYPE],["BlobEventInit",e.TYPE],["BlobPropertyBag",e.TYPE],["CSSMatrixComponentOptions",e.TYPE],["CSSNumericType",e.TYPE],["CSSStyleSheetInit",e.TYPE],["CacheQueryOptions",e.TYPE],["CanvasRenderingContext2DSettings",e.TYPE],["CaretPositionFromPointOptions",e.TYPE],["ChannelMergerOptions",e.TYPE],["ChannelSplitterOptions",e.TYPE],["CheckVisibilityOptions",e.TYPE],["ClientQueryOptions",e.TYPE],["ClipboardEventInit",e.TYPE],["ClipboardItemOptions",e.TYPE],["CloseEventInit",e.TYPE],["CommandEventInit",e.TYPE],["CompositionEventInit",e.TYPE],["ComputedEffectTiming",e.TYPE],["ComputedKeyframe",e.TYPE],["ConstantSourceOptions",e.TYPE],["ConstrainBooleanOrDOMStringParameters",e.TYPE],["ConstrainBooleanParameters",e.TYPE],["ConstrainDOMStringParameters",e.TYPE],["ConstrainDoubleRange",e.TYPE],["ConstrainULongRange",e.TYPE],["ContentVisibilityAutoStateChangeEventInit",e.TYPE],["ConvolverOptions",e.TYPE],["CookieChangeEventInit",e.TYPE],["CookieInit",e.TYPE],["CookieListItem",e.TYPE],["CookieStoreDeleteOptions",e.TYPE],["CookieStoreGetOptions",e.TYPE],["CredentialCreationOptions",e.TYPE],["CredentialPropertiesOutput",e.TYPE],["CredentialRequestOptions",e.TYPE],["CryptoKeyPair",e.TYPE],["CurrentUserDetailsOptions",e.TYPE],["CustomEventInit",e.TYPE],["DOMMatrix2DInit",e.TYPE],["DOMMatrixInit",e.TYPE],["DOMPointInit",e.TYPE],["DOMQuadInit",e.TYPE],["DOMRectInit",e.TYPE],["DelayOptions",e.TYPE],["DeviceMotionEventAccelerationInit",e.TYPE],["DeviceMotionEventInit",e.TYPE],["DeviceMotionEventRotationRateInit",e.TYPE],["DeviceOrientationEventInit",e.TYPE],["DisplayMediaStreamOptions",e.TYPE],["DocumentTimelineOptions",e.TYPE],["DoubleRange",e.TYPE],["DragEventInit",e.TYPE],["DynamicsCompressorOptions",e.TYPE],["EcKeyAlgorithm",e.TYPE],["EcKeyGenParams",e.TYPE],["EcKeyImportParams",e.TYPE],["EcdhKeyDeriveParams",e.TYPE],["EcdsaParams",e.TYPE],["EffectTiming",e.TYPE],["ElementCreationOptions",e.TYPE],["ElementDefinitionOptions",e.TYPE],["EncodedAudioChunkInit",e.TYPE],["EncodedAudioChunkMetadata",e.TYPE],["EncodedVideoChunkInit",e.TYPE],["EncodedVideoChunkMetadata",e.TYPE],["ErrorEventInit",e.TYPE],["EventInit",e.TYPE],["EventListenerOptions",e.TYPE],["EventModifierInit",e.TYPE],["EventSourceInit",e.TYPE],["FilePropertyBag",e.TYPE],["FileSystemCreateWritableOptions",e.TYPE],["FileSystemFlags",e.TYPE],["FileSystemGetDirectoryOptions",e.TYPE],["FileSystemGetFileOptions",e.TYPE],["FileSystemRemoveOptions",e.TYPE],["FocusEventInit",e.TYPE],["FocusOptions",e.TYPE],["FontFaceDescriptors",e.TYPE],["FontFaceSetLoadEventInit",e.TYPE],["FormDataEventInit",e.TYPE],["FullscreenOptions",e.TYPE],["GPUBindGroupDescriptor",e.TYPE],["GPUBindGroupEntry",e.TYPE],["GPUBindGroupLayoutDescriptor",e.TYPE],["GPUBindGroupLayoutEntry",e.TYPE],["GPUBlendComponent",e.TYPE],["GPUBlendState",e.TYPE],["GPUBufferBinding",e.TYPE],["GPUBufferBindingLayout",e.TYPE],["GPUBufferDescriptor",e.TYPE],["GPUCanvasConfiguration",e.TYPE],["GPUCanvasToneMapping",e.TYPE],["GPUColorDict",e.TYPE],["GPUColorTargetState",e.TYPE],["GPUCommandBufferDescriptor",e.TYPE],["GPUCommandEncoderDescriptor",e.TYPE],["GPUComputePassDescriptor",e.TYPE],["GPUComputePassTimestampWrites",e.TYPE],["GPUComputePipelineDescriptor",e.TYPE],["GPUCopyExternalImageDestInfo",e.TYPE],["GPUCopyExternalImageSourceInfo",e.TYPE],["GPUDepthStencilState",e.TYPE],["GPUDeviceDescriptor",e.TYPE],["GPUExtent3DDict",e.TYPE],["GPUExternalTextureBindingLayout",e.TYPE],["GPUExternalTextureDescriptor",e.TYPE],["GPUFragmentState",e.TYPE],["GPUMultisampleState",e.TYPE],["GPUObjectDescriptorBase",e.TYPE],["GPUOrigin2DDict",e.TYPE],["GPUOrigin3DDict",e.TYPE],["GPUPipelineDescriptorBase",e.TYPE],["GPUPipelineErrorInit",e.TYPE],["GPUPipelineLayoutDescriptor",e.TYPE],["GPUPrimitiveState",e.TYPE],["GPUProgrammableStage",e.TYPE],["GPUQuerySetDescriptor",e.TYPE],["GPUQueueDescriptor",e.TYPE],["GPURenderBundleDescriptor",e.TYPE],["GPURenderBundleEncoderDescriptor",e.TYPE],["GPURenderPassColorAttachment",e.TYPE],["GPURenderPassDepthStencilAttachment",e.TYPE],["GPURenderPassDescriptor",e.TYPE],["GPURenderPassLayout",e.TYPE],["GPURenderPassTimestampWrites",e.TYPE],["GPURenderPipelineDescriptor",e.TYPE],["GPURequestAdapterOptions",e.TYPE],["GPUSamplerBindingLayout",e.TYPE],["GPUSamplerDescriptor",e.TYPE],["GPUShaderModuleDescriptor",e.TYPE],["GPUStencilFaceState",e.TYPE],["GPUStorageTextureBindingLayout",e.TYPE],["GPUTexelCopyBufferInfo",e.TYPE],["GPUTexelCopyBufferLayout",e.TYPE],["GPUTexelCopyTextureInfo",e.TYPE],["GPUTextureBindingLayout",e.TYPE],["GPUTextureDescriptor",e.TYPE],["GPUTextureViewDescriptor",e.TYPE],["GPUUncapturedErrorEventInit",e.TYPE],["GPUVertexAttribute",e.TYPE],["GPUVertexBufferLayout",e.TYPE],["GPUVertexState",e.TYPE],["GainOptions",e.TYPE],["GamepadEffectParameters",e.TYPE],["GamepadEventInit",e.TYPE],["GetAnimationsOptions",e.TYPE],["GetComposedRangesOptions",e.TYPE],["GetHTMLOptions",e.TYPE],["GetNotificationOptions",e.TYPE],["GetRootNodeOptions",e.TYPE],["HashChangeEventInit",e.TYPE],["HkdfParams",e.TYPE],["HmacImportParams",e.TYPE],["HmacKeyAlgorithm",e.TYPE],["HmacKeyGenParams",e.TYPE],["IDBDatabaseInfo",e.TYPE],["IDBIndexParameters",e.TYPE],["IDBObjectStoreParameters",e.TYPE],["IDBTransactionOptions",e.TYPE],["IDBVersionChangeEventInit",e.TYPE],["IIRFilterOptions",e.TYPE],["IdleRequestOptions",e.TYPE],["ImageBitmapOptions",e.TYPE],["ImageBitmapRenderingContextSettings",e.TYPE],["ImageDataSettings",e.TYPE],["ImageDecodeOptions",e.TYPE],["ImageDecodeResult",e.TYPE],["ImageDecoderInit",e.TYPE],["ImageEncodeOptions",e.TYPE],["ImportNodeOptions",e.TYPE],["InputEventInit",e.TYPE],["IntersectionObserverInit",e.TYPE],["JsonWebKey",e.TYPE],["KeyAlgorithm",e.TYPE],["KeySystemTrackConfiguration",e.TYPE],["KeyboardEventInit",e.TYPE],["Keyframe",e.TYPE],["KeyframeAnimationOptions",e.TYPE],["KeyframeEffectOptions",e.TYPE],["LockInfo",e.TYPE],["LockManagerSnapshot",e.TYPE],["LockOptions",e.TYPE],["MIDIConnectionEventInit",e.TYPE],["MIDIMessageEventInit",e.TYPE],["MIDIOptions",e.TYPE],["MediaCapabilitiesDecodingInfo",e.TYPE],["MediaCapabilitiesEncodingInfo",e.TYPE],["MediaCapabilitiesInfo",e.TYPE],["MediaCapabilitiesKeySystemConfiguration",e.TYPE],["MediaConfiguration",e.TYPE],["MediaDecodingConfiguration",e.TYPE],["MediaElementAudioSourceOptions",e.TYPE],["MediaEncodingConfiguration",e.TYPE],["MediaEncryptedEventInit",e.TYPE],["MediaImage",e.TYPE],["MediaKeyMessageEventInit",e.TYPE],["MediaKeySystemConfiguration",e.TYPE],["MediaKeySystemMediaCapability",e.TYPE],["MediaKeysPolicy",e.TYPE],["MediaMetadataInit",e.TYPE],["MediaPositionState",e.TYPE],["MediaQueryListEventInit",e.TYPE],["MediaRecorderOptions",e.TYPE],["MediaSessionActionDetails",e.TYPE],["MediaSettingsRange",e.TYPE],["MediaStreamAudioSourceOptions",e.TYPE],["MediaStreamConstraints",e.TYPE],["MediaStreamTrackEventInit",e.TYPE],["MediaTrackCapabilities",e.TYPE],["MediaTrackConstraintSet",e.TYPE],["MediaTrackConstraints",e.TYPE],["MediaTrackSettings",e.TYPE],["MediaTrackSupportedConstraints",e.TYPE],["MessageEventInit",e.TYPE],["MouseEventInit",e.TYPE],["MultiCacheQueryOptions",e.TYPE],["MutationObserverInit",e.TYPE],["NavigateEventInit",e.TYPE],["NavigationCurrentEntryChangeEventInit",e.TYPE],["NavigationInterceptOptions",e.TYPE],["NavigationNavigateOptions",e.TYPE],["NavigationOptions",e.TYPE],["NavigationPreloadState",e.TYPE],["NavigationReloadOptions",e.TYPE],["NavigationResult",e.TYPE],["NavigationUpdateCurrentEntryOptions",e.TYPE],["NotificationOptions",e.TYPE],["OfflineAudioCompletionEventInit",e.TYPE],["OfflineAudioContextOptions",e.TYPE],["OptionalEffectTiming",e.TYPE],["OpusEncoderConfig",e.TYPE],["OscillatorOptions",e.TYPE],["PageRevealEventInit",e.TYPE],["PageSwapEventInit",e.TYPE],["PageTransitionEventInit",e.TYPE],["PannerOptions",e.TYPE],["PayerErrors",e.TYPE],["PaymentCurrencyAmount",e.TYPE],["PaymentDetailsBase",e.TYPE],["PaymentDetailsInit",e.TYPE],["PaymentDetailsModifier",e.TYPE],["PaymentDetailsUpdate",e.TYPE],["PaymentItem",e.TYPE],["PaymentMethodChangeEventInit",e.TYPE],["PaymentMethodData",e.TYPE],["PaymentOptions",e.TYPE],["PaymentRequestUpdateEventInit",e.TYPE],["PaymentShippingOption",e.TYPE],["PaymentValidationErrors",e.TYPE],["Pbkdf2Params",e.TYPE],["PerformanceMarkOptions",e.TYPE],["PerformanceMeasureOptions",e.TYPE],["PerformanceObserverInit",e.TYPE],["PeriodicWaveConstraints",e.TYPE],["PeriodicWaveOptions",e.TYPE],["PermissionDescriptor",e.TYPE],["PhotoCapabilities",e.TYPE],["PhotoSettings",e.TYPE],["PictureInPictureEventInit",e.TYPE],["PlaneLayout",e.TYPE],["PointerEventInit",e.TYPE],["PointerLockOptions",e.TYPE],["PopStateEventInit",e.TYPE],["PositionOptions",e.TYPE],["ProgressEventInit",e.TYPE],["PromiseRejectionEventInit",e.TYPE],["PropertyDefinition",e.TYPE],["PropertyIndexedKeyframes",e.TYPE],["PublicKeyCredentialCreationOptions",e.TYPE],["PublicKeyCredentialCreationOptionsJSON",e.TYPE],["PublicKeyCredentialDescriptor",e.TYPE],["PublicKeyCredentialDescriptorJSON",e.TYPE],["PublicKeyCredentialEntity",e.TYPE],["PublicKeyCredentialParameters",e.TYPE],["PublicKeyCredentialRequestOptions",e.TYPE],["PublicKeyCredentialRequestOptionsJSON",e.TYPE],["PublicKeyCredentialRpEntity",e.TYPE],["PublicKeyCredentialUserEntity",e.TYPE],["PublicKeyCredentialUserEntityJSON",e.TYPE],["PushSubscriptionJSON",e.TYPE],["PushSubscriptionOptionsInit",e.TYPE],["QueuingStrategy",e.TYPE],["QueuingStrategyInit",e.TYPE],["RTCAnswerOptions",e.TYPE],["RTCCertificateExpiration",e.TYPE],["RTCConfiguration",e.TYPE],["RTCDTMFToneChangeEventInit",e.TYPE],["RTCDataChannelEventInit",e.TYPE],["RTCDataChannelInit",e.TYPE],["RTCDtlsFingerprint",e.TYPE],["RTCEncodedAudioFrameMetadata",e.TYPE],["RTCEncodedFrameMetadata",e.TYPE],["RTCEncodedVideoFrameMetadata",e.TYPE],["RTCErrorEventInit",e.TYPE],["RTCErrorInit",e.TYPE],["RTCIceCandidateInit",e.TYPE],["RTCIceCandidatePairStats",e.TYPE],["RTCIceServer",e.TYPE],["RTCInboundRtpStreamStats",e.TYPE],["RTCLocalIceCandidateInit",e.TYPE],["RTCLocalSessionDescriptionInit",e.TYPE],["RTCOfferAnswerOptions",e.TYPE],["RTCOfferOptions",e.TYPE],["RTCOutboundRtpStreamStats",e.TYPE],["RTCPeerConnectionIceErrorEventInit",e.TYPE],["RTCPeerConnectionIceEventInit",e.TYPE],["RTCReceivedRtpStreamStats",e.TYPE],["RTCRtcpParameters",e.TYPE],["RTCRtpCapabilities",e.TYPE],["RTCRtpCodec",e.TYPE],["RTCRtpCodecParameters",e.TYPE],["RTCRtpCodingParameters",e.TYPE],["RTCRtpContributingSource",e.TYPE],["RTCRtpEncodingParameters",e.TYPE],["RTCRtpHeaderExtensionCapability",e.TYPE],["RTCRtpHeaderExtensionParameters",e.TYPE],["RTCRtpParameters",e.TYPE],["RTCRtpReceiveParameters",e.TYPE],["RTCRtpSendParameters",e.TYPE],["RTCRtpStreamStats",e.TYPE],["RTCRtpSynchronizationSource",e.TYPE],["RTCRtpTransceiverInit",e.TYPE],["RTCSentRtpStreamStats",e.TYPE],["RTCSessionDescriptionInit",e.TYPE],["RTCSetParameterOptions",e.TYPE],["RTCStats",e.TYPE],["RTCTrackEventInit",e.TYPE],["RTCTransportStats",e.TYPE],["ReadableStreamBYOBReaderReadOptions",e.TYPE],["ReadableStreamGetReaderOptions",e.TYPE],["ReadableStreamIteratorOptions",e.TYPE],["ReadableStreamReadDoneResult",e.TYPE],["ReadableStreamReadValueResult",e.TYPE],["ReadableWritablePair",e.TYPE],["RegistrationOptions",e.TYPE],["RegistrationResponseJSON",e.TYPE],["Report",e.TYPE],["ReportBody",e.TYPE],["ReportingObserverOptions",e.TYPE],["RequestInit",e.TYPE],["ResizeObserverOptions",e.TYPE],["ResponseInit",e.TYPE],["RsaHashedImportParams",e.TYPE],["RsaHashedKeyAlgorithm",e.TYPE],["RsaHashedKeyGenParams",e.TYPE],["RsaKeyAlgorithm",e.TYPE],["RsaKeyGenParams",e.TYPE],["RsaOaepParams",e.TYPE],["RsaOtherPrimesInfo",e.TYPE],["RsaPssParams",e.TYPE],["SVGBoundingBoxOptions",e.TYPE],["SanitizerAttributeNamespace",e.TYPE],["SanitizerConfig",e.TYPE],["SanitizerElementNamespace",e.TYPE],["SanitizerElementNamespaceWithAttributes",e.TYPE],["SchedulerPostTaskOptions",e.TYPE],["ScrollIntoViewOptions",e.TYPE],["ScrollOptions",e.TYPE],["ScrollTimelineOptions",e.TYPE],["ScrollToOptions",e.TYPE],["SecurityPolicyViolationEventInit",e.TYPE],["ShadowRootInit",e.TYPE],["ShareData",e.TYPE],["ShowPopoverOptions",e.TYPE],["SpeechRecognitionErrorEventInit",e.TYPE],["SpeechRecognitionEventInit",e.TYPE],["SpeechSynthesisErrorEventInit",e.TYPE],["SpeechSynthesisEventInit",e.TYPE],["StartViewTransitionOptions",e.TYPE],["StaticRangeInit",e.TYPE],["StereoPannerOptions",e.TYPE],["StorageEstimate",e.TYPE],["StorageEventInit",e.TYPE],["StreamPipeOptions",e.TYPE],["StructuredSerializeOptions",e.TYPE],["SubmitEventInit",e.TYPE],["SvcOutputMetadata",e.TYPE],["TaskControllerInit",e.TYPE],["TaskPriorityChangeEventInit",e.TYPE],["TaskSignalAnyInit",e.TYPE],["TextDecodeOptions",e.TYPE],["TextDecoderOptions",e.TYPE],["TextEncoderEncodeIntoResult",e.TYPE],["TimelineRangeOffset",e.TYPE],["ToggleEventInit",e.TYPE],["TogglePopoverOptions",e.TYPE],["TouchEventInit",e.TYPE],["TouchInit",e.TYPE],["TrackEventInit",e.TYPE],["Transformer",e.TYPE],["TransitionEventInit",e.TYPE],["UIEventInit",e.TYPE],["ULongRange",e.TYPE],["URLPatternComponentResult",e.TYPE],["URLPatternInit",e.TYPE],["URLPatternOptions",e.TYPE],["URLPatternResult",e.TYPE],["UnderlyingByteSource",e.TYPE],["UnderlyingDefaultSource",e.TYPE],["UnderlyingSink",e.TYPE],["UnderlyingSource",e.TYPE],["UnknownCredentialOptions",e.TYPE],["ValidityStateFlags",e.TYPE],["VideoColorSpaceInit",e.TYPE],["VideoConfiguration",e.TYPE],["VideoDecoderConfig",e.TYPE],["VideoDecoderInit",e.TYPE],["VideoDecoderSupport",e.TYPE],["VideoEncoderConfig",e.TYPE],["VideoEncoderEncodeOptions",e.TYPE],["VideoEncoderEncodeOptionsForAvc",e.TYPE],["VideoEncoderInit",e.TYPE],["VideoEncoderSupport",e.TYPE],["VideoFrameBufferInit",e.TYPE],["VideoFrameCallbackMetadata",e.TYPE],["VideoFrameCopyToOptions",e.TYPE],["VideoFrameInit",e.TYPE],["ViewTimelineOptions",e.TYPE],["WaveShaperOptions",e.TYPE],["WebGLContextAttributes",e.TYPE],["WebGLContextEventInit",e.TYPE],["WebTransportCloseInfo",e.TYPE],["WebTransportErrorOptions",e.TYPE],["WebTransportHash",e.TYPE],["WebTransportOptions",e.TYPE],["WebTransportSendOptions",e.TYPE],["WebTransportSendStreamOptions",e.TYPE],["WheelEventInit",e.TYPE],["WindowPostMessageOptions",e.TYPE],["WorkerOptions",e.TYPE],["WorkletOptions",e.TYPE],["WriteParams",e.TYPE],["NodeFilter",e.TYPE_VALUE],["XPathNSResolver",e.TYPE],["ANGLE_instanced_arrays",e.TYPE],["ARIAMixin",e.TYPE],["AbortController",e.TYPE_VALUE],["AbortSignalEventMap",e.TYPE],["AbortSignal",e.TYPE_VALUE],["AbstractRange",e.TYPE_VALUE],["AbstractWorkerEventMap",e.TYPE],["AbstractWorker",e.TYPE],["AnalyserNode",e.TYPE_VALUE],["Animatable",e.TYPE],["AnimationEventMap",e.TYPE],["Animation",e.TYPE_VALUE],["AnimationEffect",e.TYPE_VALUE],["AnimationEvent",e.TYPE_VALUE],["AnimationFrameProvider",e.TYPE],["AnimationPlaybackEvent",e.TYPE_VALUE],["AnimationTimeline",e.TYPE_VALUE],["Attr",e.TYPE_VALUE],["AudioBuffer",e.TYPE_VALUE],["AudioBufferSourceNode",e.TYPE_VALUE],["AudioContext",e.TYPE_VALUE],["AudioData",e.TYPE_VALUE],["AudioDecoderEventMap",e.TYPE],["AudioDecoder",e.TYPE_VALUE],["AudioDestinationNode",e.TYPE_VALUE],["AudioEncoderEventMap",e.TYPE],["AudioEncoder",e.TYPE_VALUE],["AudioListener",e.TYPE_VALUE],["AudioNode",e.TYPE_VALUE],["AudioParam",e.TYPE_VALUE],["AudioParamMap",e.TYPE_VALUE],["AudioProcessingEvent",e.TYPE_VALUE],["AudioScheduledSourceNodeEventMap",e.TYPE],["AudioScheduledSourceNode",e.TYPE_VALUE],["AudioWorklet",e.TYPE_VALUE],["AudioWorkletNodeEventMap",e.TYPE],["AudioWorkletNode",e.TYPE_VALUE],["AuthenticatorAssertionResponse",e.TYPE_VALUE],["AuthenticatorAttestationResponse",e.TYPE_VALUE],["AuthenticatorResponse",e.TYPE_VALUE],["BarProp",e.TYPE_VALUE],["BaseAudioContextEventMap",e.TYPE],["BaseAudioContext",e.TYPE_VALUE],["BeforeUnloadEvent",e.TYPE_VALUE],["BiquadFilterNode",e.TYPE_VALUE],["Blob",e.TYPE_VALUE],["BlobEvent",e.TYPE_VALUE],["Body",e.TYPE],["BroadcastChannelEventMap",e.TYPE],["BroadcastChannel",e.TYPE_VALUE],["ByteLengthQueuingStrategy",e.TYPE_VALUE],["CDATASection",e.TYPE_VALUE],["CSSAnimation",e.TYPE_VALUE],["CSSConditionRule",e.TYPE_VALUE],["CSSContainerRule",e.TYPE_VALUE],["CSSCounterStyleRule",e.TYPE_VALUE],["CSSFontFaceRule",e.TYPE_VALUE],["CSSFontFeatureValuesRule",e.TYPE_VALUE],["CSSFontPaletteValuesRule",e.TYPE_VALUE],["CSSGroupingRule",e.TYPE_VALUE],["CSSImageValue",e.TYPE_VALUE],["CSSImportRule",e.TYPE_VALUE],["CSSKeyframeRule",e.TYPE_VALUE],["CSSKeyframesRule",e.TYPE_VALUE],["CSSKeywordValue",e.TYPE_VALUE],["CSSLayerBlockRule",e.TYPE_VALUE],["CSSLayerStatementRule",e.TYPE_VALUE],["CSSMathClamp",e.TYPE_VALUE],["CSSMathInvert",e.TYPE_VALUE],["CSSMathMax",e.TYPE_VALUE],["CSSMathMin",e.TYPE_VALUE],["CSSMathNegate",e.TYPE_VALUE],["CSSMathProduct",e.TYPE_VALUE],["CSSMathSum",e.TYPE_VALUE],["CSSMathValue",e.TYPE_VALUE],["CSSMatrixComponent",e.TYPE_VALUE],["CSSMediaRule",e.TYPE_VALUE],["CSSNamespaceRule",e.TYPE_VALUE],["CSSNestedDeclarations",e.TYPE_VALUE],["CSSNumericArray",e.TYPE_VALUE],["CSSNumericValue",e.TYPE_VALUE],["CSSPageDescriptors",e.TYPE_VALUE],["CSSPageRule",e.TYPE_VALUE],["CSSPerspective",e.TYPE_VALUE],["CSSPositionTryDescriptors",e.TYPE_VALUE],["CSSPositionTryRule",e.TYPE_VALUE],["CSSPropertyRule",e.TYPE_VALUE],["CSSRotate",e.TYPE_VALUE],["CSSRule",e.TYPE_VALUE],["CSSRuleList",e.TYPE_VALUE],["CSSScale",e.TYPE_VALUE],["CSSScopeRule",e.TYPE_VALUE],["CSSSkew",e.TYPE_VALUE],["CSSSkewX",e.TYPE_VALUE],["CSSSkewY",e.TYPE_VALUE],["CSSStartingStyleRule",e.TYPE_VALUE],["CSSStyleDeclarationBase",e.TYPE],["CSSStyleDeclaration",e.TYPE_VALUE],["CSSStyleProperties",e.TYPE_VALUE],["CSSStyleRule",e.TYPE_VALUE],["CSSStyleSheet",e.TYPE_VALUE],["CSSStyleValue",e.TYPE_VALUE],["CSSSupportsRule",e.TYPE_VALUE],["CSSTransformComponent",e.TYPE_VALUE],["CSSTransformValue",e.TYPE_VALUE],["CSSTransition",e.TYPE_VALUE],["CSSTranslate",e.TYPE_VALUE],["CSSUnitValue",e.TYPE_VALUE],["CSSUnparsedValue",e.TYPE_VALUE],["CSSVariableReferenceValue",e.TYPE_VALUE],["CSSViewTransitionRule",e.TYPE_VALUE],["Cache",e.TYPE_VALUE],["CacheStorage",e.TYPE_VALUE],["CanvasCaptureMediaStreamTrack",e.TYPE_VALUE],["CanvasCompositing",e.TYPE],["CanvasDrawImage",e.TYPE],["CanvasDrawPath",e.TYPE],["CanvasFillStrokeStyles",e.TYPE],["CanvasFilters",e.TYPE],["CanvasGradient",e.TYPE_VALUE],["CanvasImageData",e.TYPE],["CanvasImageSmoothing",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CanvasPattern",e.TYPE_VALUE],["CanvasRect",e.TYPE],["CanvasRenderingContext2D",e.TYPE_VALUE],["CanvasSettings",e.TYPE],["CanvasShadowStyles",e.TYPE],["CanvasState",e.TYPE],["CanvasText",e.TYPE],["CanvasTextDrawingStyles",e.TYPE],["CanvasTransform",e.TYPE],["CanvasUserInterface",e.TYPE],["CaretPosition",e.TYPE_VALUE],["ChannelMergerNode",e.TYPE_VALUE],["ChannelSplitterNode",e.TYPE_VALUE],["CharacterData",e.TYPE_VALUE],["ChildNode",e.TYPE],["ClientRect",e.TYPE],["Clipboard",e.TYPE_VALUE],["ClipboardEvent",e.TYPE_VALUE],["ClipboardItem",e.TYPE_VALUE],["CloseEvent",e.TYPE_VALUE],["CommandEvent",e.TYPE_VALUE],["Comment",e.TYPE_VALUE],["CompositionEvent",e.TYPE_VALUE],["CompressionStream",e.TYPE_VALUE],["ConstantSourceNode",e.TYPE_VALUE],["ContentVisibilityAutoStateChangeEvent",e.TYPE_VALUE],["ConvolverNode",e.TYPE_VALUE],["CookieChangeEvent",e.TYPE_VALUE],["CookieStoreEventMap",e.TYPE],["CookieStore",e.TYPE_VALUE],["CookieStoreManager",e.TYPE_VALUE],["CountQueuingStrategy",e.TYPE_VALUE],["Credential",e.TYPE_VALUE],["CredentialsContainer",e.TYPE_VALUE],["Crypto",e.TYPE_VALUE],["CryptoKey",e.TYPE_VALUE],["CustomElementRegistry",e.TYPE_VALUE],["CustomEvent",e.TYPE_VALUE],["CustomStateSet",e.TYPE_VALUE],["DOMException",e.TYPE_VALUE],["DOMImplementation",e.TYPE_VALUE],["DOMMatrix",e.TYPE_VALUE],["SVGMatrix",e.TYPE_VALUE],["WebKitCSSMatrix",e.TYPE_VALUE],["DOMMatrixReadOnly",e.TYPE_VALUE],["DOMParser",e.TYPE_VALUE],["DOMPoint",e.TYPE_VALUE],["SVGPoint",e.TYPE_VALUE],["DOMPointReadOnly",e.TYPE_VALUE],["DOMQuad",e.TYPE_VALUE],["DOMRect",e.TYPE_VALUE],["SVGRect",e.TYPE_VALUE],["DOMRectList",e.TYPE_VALUE],["DOMRectReadOnly",e.TYPE_VALUE],["DOMStringList",e.TYPE_VALUE],["DOMStringMap",e.TYPE_VALUE],["DOMTokenList",e.TYPE_VALUE],["DataTransfer",e.TYPE_VALUE],["DataTransferItem",e.TYPE_VALUE],["DataTransferItemList",e.TYPE_VALUE],["DecompressionStream",e.TYPE_VALUE],["DelayNode",e.TYPE_VALUE],["DeviceMotionEvent",e.TYPE_VALUE],["DeviceMotionEventAcceleration",e.TYPE],["DeviceMotionEventRotationRate",e.TYPE],["DeviceOrientationEvent",e.TYPE_VALUE],["DigitalCredential",e.TYPE_VALUE],["DocumentEventMap",e.TYPE],["Document",e.TYPE_VALUE],["DocumentFragment",e.TYPE_VALUE],["DocumentOrShadowRoot",e.TYPE],["DocumentTimeline",e.TYPE_VALUE],["DocumentType",e.TYPE_VALUE],["DragEvent",e.TYPE_VALUE],["DynamicsCompressorNode",e.TYPE_VALUE],["EXT_blend_minmax",e.TYPE],["EXT_color_buffer_float",e.TYPE],["EXT_color_buffer_half_float",e.TYPE],["EXT_float_blend",e.TYPE],["EXT_frag_depth",e.TYPE],["EXT_sRGB",e.TYPE],["EXT_shader_texture_lod",e.TYPE],["EXT_texture_compression_bptc",e.TYPE],["EXT_texture_compression_rgtc",e.TYPE],["EXT_texture_filter_anisotropic",e.TYPE],["EXT_texture_norm16",e.TYPE],["ElementEventMap",e.TYPE],["Element",e.TYPE_VALUE],["ElementCSSInlineStyle",e.TYPE],["ElementContentEditable",e.TYPE],["ElementInternals",e.TYPE_VALUE],["EncodedAudioChunk",e.TYPE_VALUE],["EncodedVideoChunk",e.TYPE_VALUE],["ErrorEvent",e.TYPE_VALUE],["Event",e.TYPE_VALUE],["EventCounts",e.TYPE_VALUE],["EventListener",e.TYPE],["EventListenerObject",e.TYPE],["EventSourceEventMap",e.TYPE],["EventSource",e.TYPE_VALUE],["EventTarget",e.TYPE_VALUE],["External",e.TYPE_VALUE],["File",e.TYPE_VALUE],["FileList",e.TYPE_VALUE],["FileReaderEventMap",e.TYPE],["FileReader",e.TYPE_VALUE],["FileSystem",e.TYPE_VALUE],["FileSystemDirectoryEntry",e.TYPE_VALUE],["FileSystemDirectoryHandle",e.TYPE_VALUE],["FileSystemDirectoryReader",e.TYPE_VALUE],["FileSystemEntry",e.TYPE_VALUE],["FileSystemFileEntry",e.TYPE_VALUE],["FileSystemFileHandle",e.TYPE_VALUE],["FileSystemHandle",e.TYPE_VALUE],["FileSystemWritableFileStream",e.TYPE_VALUE],["FocusEvent",e.TYPE_VALUE],["FontFace",e.TYPE_VALUE],["FontFaceSetEventMap",e.TYPE],["FontFaceSet",e.TYPE_VALUE],["FontFaceSetLoadEvent",e.TYPE_VALUE],["FontFaceSource",e.TYPE],["FormData",e.TYPE_VALUE],["FormDataEvent",e.TYPE_VALUE],["FragmentDirective",e.TYPE_VALUE],["GPU",e.TYPE_VALUE],["GPUAdapter",e.TYPE_VALUE],["GPUAdapterInfo",e.TYPE_VALUE],["GPUBindGroup",e.TYPE_VALUE],["GPUBindGroupLayout",e.TYPE_VALUE],["GPUBindingCommandsMixin",e.TYPE],["GPUBuffer",e.TYPE_VALUE],["GPUCanvasContext",e.TYPE_VALUE],["GPUCommandBuffer",e.TYPE_VALUE],["GPUCommandEncoder",e.TYPE_VALUE],["GPUCompilationInfo",e.TYPE_VALUE],["GPUCompilationMessage",e.TYPE_VALUE],["GPUComputePassEncoder",e.TYPE_VALUE],["GPUComputePipeline",e.TYPE_VALUE],["GPUDebugCommandsMixin",e.TYPE],["GPUDeviceEventMap",e.TYPE],["GPUDevice",e.TYPE_VALUE],["GPUDeviceLostInfo",e.TYPE_VALUE],["GPUError",e.TYPE_VALUE],["GPUExternalTexture",e.TYPE_VALUE],["GPUInternalError",e.TYPE_VALUE],["GPUObjectBase",e.TYPE],["GPUOutOfMemoryError",e.TYPE_VALUE],["GPUPipelineBase",e.TYPE],["GPUPipelineError",e.TYPE_VALUE],["GPUPipelineLayout",e.TYPE_VALUE],["GPUQuerySet",e.TYPE_VALUE],["GPUQueue",e.TYPE_VALUE],["GPURenderBundle",e.TYPE_VALUE],["GPURenderBundleEncoder",e.TYPE_VALUE],["GPURenderCommandsMixin",e.TYPE],["GPURenderPassEncoder",e.TYPE_VALUE],["GPURenderPipeline",e.TYPE_VALUE],["GPUSampler",e.TYPE_VALUE],["GPUShaderModule",e.TYPE_VALUE],["GPUSupportedFeatures",e.TYPE_VALUE],["GPUSupportedLimits",e.TYPE_VALUE],["GPUTexture",e.TYPE_VALUE],["GPUTextureView",e.TYPE_VALUE],["GPUUncapturedErrorEvent",e.TYPE_VALUE],["GPUValidationError",e.TYPE_VALUE],["GainNode",e.TYPE_VALUE],["Gamepad",e.TYPE_VALUE],["GamepadButton",e.TYPE_VALUE],["GamepadEvent",e.TYPE_VALUE],["GamepadHapticActuator",e.TYPE_VALUE],["GenericTransformStream",e.TYPE],["Geolocation",e.TYPE_VALUE],["GeolocationCoordinates",e.TYPE_VALUE],["GeolocationPosition",e.TYPE_VALUE],["GeolocationPositionError",e.TYPE_VALUE],["GlobalEventHandlersEventMap",e.TYPE],["GlobalEventHandlers",e.TYPE],["HTMLAllCollection",e.TYPE_VALUE],["HTMLAnchorElement",e.TYPE_VALUE],["HTMLAreaElement",e.TYPE_VALUE],["HTMLAudioElement",e.TYPE_VALUE],["HTMLBRElement",e.TYPE_VALUE],["HTMLBaseElement",e.TYPE_VALUE],["HTMLBodyElementEventMap",e.TYPE],["HTMLBodyElement",e.TYPE_VALUE],["HTMLButtonElement",e.TYPE_VALUE],["HTMLCanvasElement",e.TYPE_VALUE],["HTMLCollectionBase",e.TYPE],["HTMLCollection",e.TYPE_VALUE],["HTMLCollectionOf",e.TYPE],["HTMLDListElement",e.TYPE_VALUE],["HTMLDataElement",e.TYPE_VALUE],["HTMLDataListElement",e.TYPE_VALUE],["HTMLDetailsElement",e.TYPE_VALUE],["HTMLDialogElement",e.TYPE_VALUE],["HTMLDirectoryElement",e.TYPE_VALUE],["HTMLDivElement",e.TYPE_VALUE],["HTMLDocument",e.TYPE_VALUE],["HTMLElementEventMap",e.TYPE],["HTMLElement",e.TYPE_VALUE],["HTMLEmbedElement",e.TYPE_VALUE],["HTMLFieldSetElement",e.TYPE_VALUE],["HTMLFontElement",e.TYPE_VALUE],["HTMLFormControlsCollection",e.TYPE_VALUE],["HTMLFormElement",e.TYPE_VALUE],["HTMLFrameElement",e.TYPE_VALUE],["HTMLFrameSetElementEventMap",e.TYPE],["HTMLFrameSetElement",e.TYPE_VALUE],["HTMLHRElement",e.TYPE_VALUE],["HTMLHeadElement",e.TYPE_VALUE],["HTMLHeadingElement",e.TYPE_VALUE],["HTMLHtmlElement",e.TYPE_VALUE],["HTMLHyperlinkElementUtils",e.TYPE],["HTMLIFrameElement",e.TYPE_VALUE],["HTMLImageElement",e.TYPE_VALUE],["HTMLInputElement",e.TYPE_VALUE],["HTMLLIElement",e.TYPE_VALUE],["HTMLLabelElement",e.TYPE_VALUE],["HTMLLegendElement",e.TYPE_VALUE],["HTMLLinkElement",e.TYPE_VALUE],["HTMLMapElement",e.TYPE_VALUE],["HTMLMarqueeElement",e.TYPE_VALUE],["HTMLMediaElementEventMap",e.TYPE],["HTMLMediaElement",e.TYPE_VALUE],["HTMLMenuElement",e.TYPE_VALUE],["HTMLMetaElement",e.TYPE_VALUE],["HTMLMeterElement",e.TYPE_VALUE],["HTMLModElement",e.TYPE_VALUE],["HTMLOListElement",e.TYPE_VALUE],["HTMLObjectElement",e.TYPE_VALUE],["HTMLOptGroupElement",e.TYPE_VALUE],["HTMLOptionElement",e.TYPE_VALUE],["HTMLOptionsCollection",e.TYPE_VALUE],["HTMLOrSVGElement",e.TYPE],["HTMLOutputElement",e.TYPE_VALUE],["HTMLParagraphElement",e.TYPE_VALUE],["HTMLParamElement",e.TYPE_VALUE],["HTMLPictureElement",e.TYPE_VALUE],["HTMLPreElement",e.TYPE_VALUE],["HTMLProgressElement",e.TYPE_VALUE],["HTMLQuoteElement",e.TYPE_VALUE],["HTMLScriptElement",e.TYPE_VALUE],["HTMLSelectElement",e.TYPE_VALUE],["HTMLSlotElement",e.TYPE_VALUE],["HTMLSourceElement",e.TYPE_VALUE],["HTMLSpanElement",e.TYPE_VALUE],["HTMLStyleElement",e.TYPE_VALUE],["HTMLTableCaptionElement",e.TYPE_VALUE],["HTMLTableCellElement",e.TYPE_VALUE],["HTMLTableColElement",e.TYPE_VALUE],["HTMLTableDataCellElement",e.TYPE],["HTMLTableElement",e.TYPE_VALUE],["HTMLTableHeaderCellElement",e.TYPE],["HTMLTableRowElement",e.TYPE_VALUE],["HTMLTableSectionElement",e.TYPE_VALUE],["HTMLTemplateElement",e.TYPE_VALUE],["HTMLTextAreaElement",e.TYPE_VALUE],["HTMLTimeElement",e.TYPE_VALUE],["HTMLTitleElement",e.TYPE_VALUE],["HTMLTrackElement",e.TYPE_VALUE],["HTMLUListElement",e.TYPE_VALUE],["HTMLUnknownElement",e.TYPE_VALUE],["HTMLVideoElementEventMap",e.TYPE],["HTMLVideoElement",e.TYPE_VALUE],["HashChangeEvent",e.TYPE_VALUE],["Headers",e.TYPE_VALUE],["Highlight",e.TYPE_VALUE],["HighlightRegistry",e.TYPE_VALUE],["History",e.TYPE_VALUE],["IDBCursor",e.TYPE_VALUE],["IDBCursorWithValue",e.TYPE_VALUE],["IDBDatabaseEventMap",e.TYPE],["IDBDatabase",e.TYPE_VALUE],["IDBFactory",e.TYPE_VALUE],["IDBIndex",e.TYPE_VALUE],["IDBKeyRange",e.TYPE_VALUE],["IDBObjectStore",e.TYPE_VALUE],["IDBOpenDBRequestEventMap",e.TYPE],["IDBOpenDBRequest",e.TYPE_VALUE],["IDBRequestEventMap",e.TYPE],["IDBRequest",e.TYPE_VALUE],["IDBTransactionEventMap",e.TYPE],["IDBTransaction",e.TYPE_VALUE],["IDBVersionChangeEvent",e.TYPE_VALUE],["IIRFilterNode",e.TYPE_VALUE],["IdleDeadline",e.TYPE_VALUE],["ImageBitmap",e.TYPE_VALUE],["ImageBitmapRenderingContext",e.TYPE_VALUE],["ImageCapture",e.TYPE_VALUE],["ImageData",e.TYPE_VALUE],["ImageDecoder",e.TYPE_VALUE],["ImageTrack",e.TYPE_VALUE],["ImageTrackList",e.TYPE_VALUE],["ImportMeta",e.TYPE],["InputDeviceInfo",e.TYPE_VALUE],["InputEvent",e.TYPE_VALUE],["IntersectionObserver",e.TYPE_VALUE],["IntersectionObserverEntry",e.TYPE_VALUE],["KHR_parallel_shader_compile",e.TYPE],["KeyboardEvent",e.TYPE_VALUE],["KeyframeEffect",e.TYPE_VALUE],["LargestContentfulPaint",e.TYPE_VALUE],["LinkStyle",e.TYPE],["Location",e.TYPE_VALUE],["Lock",e.TYPE_VALUE],["LockManager",e.TYPE_VALUE],["MIDIAccessEventMap",e.TYPE],["MIDIAccess",e.TYPE_VALUE],["MIDIConnectionEvent",e.TYPE_VALUE],["MIDIInputEventMap",e.TYPE],["MIDIInput",e.TYPE_VALUE],["MIDIInputMap",e.TYPE_VALUE],["MIDIMessageEvent",e.TYPE_VALUE],["MIDIOutput",e.TYPE_VALUE],["MIDIOutputMap",e.TYPE_VALUE],["MIDIPortEventMap",e.TYPE],["MIDIPort",e.TYPE_VALUE],["MathMLElementEventMap",e.TYPE],["MathMLElement",e.TYPE_VALUE],["MediaCapabilities",e.TYPE_VALUE],["MediaDeviceInfo",e.TYPE_VALUE],["MediaDevicesEventMap",e.TYPE],["MediaDevices",e.TYPE_VALUE],["MediaElementAudioSourceNode",e.TYPE_VALUE],["MediaEncryptedEvent",e.TYPE_VALUE],["MediaError",e.TYPE_VALUE],["MediaKeyMessageEvent",e.TYPE_VALUE],["MediaKeySessionEventMap",e.TYPE],["MediaKeySession",e.TYPE_VALUE],["MediaKeyStatusMap",e.TYPE_VALUE],["MediaKeySystemAccess",e.TYPE_VALUE],["MediaKeys",e.TYPE_VALUE],["MediaList",e.TYPE_VALUE],["MediaMetadata",e.TYPE_VALUE],["MediaQueryListEventMap",e.TYPE],["MediaQueryList",e.TYPE_VALUE],["MediaQueryListEvent",e.TYPE_VALUE],["MediaRecorderEventMap",e.TYPE],["MediaRecorder",e.TYPE_VALUE],["MediaSession",e.TYPE_VALUE],["MediaSourceEventMap",e.TYPE],["MediaSource",e.TYPE_VALUE],["MediaSourceHandle",e.TYPE_VALUE],["MediaStreamEventMap",e.TYPE],["MediaStream",e.TYPE_VALUE],["MediaStreamAudioDestinationNode",e.TYPE_VALUE],["MediaStreamAudioSourceNode",e.TYPE_VALUE],["MediaStreamTrackEventMap",e.TYPE],["MediaStreamTrack",e.TYPE_VALUE],["MediaStreamTrackEvent",e.TYPE_VALUE],["MessageChannel",e.TYPE_VALUE],["MessageEvent",e.TYPE_VALUE],["MessageEventTargetEventMap",e.TYPE],["MessageEventTarget",e.TYPE],["MessagePortEventMap",e.TYPE],["MessagePort",e.TYPE_VALUE],["MimeType",e.TYPE_VALUE],["MimeTypeArray",e.TYPE_VALUE],["MouseEvent",e.TYPE_VALUE],["MutationObserver",e.TYPE_VALUE],["MutationRecord",e.TYPE_VALUE],["NamedNodeMap",e.TYPE_VALUE],["NavigateEvent",e.TYPE_VALUE],["NavigationEventMap",e.TYPE],["Navigation",e.TYPE_VALUE],["NavigationActivation",e.TYPE_VALUE],["NavigationCurrentEntryChangeEvent",e.TYPE_VALUE],["NavigationDestination",e.TYPE_VALUE],["NavigationHistoryEntryEventMap",e.TYPE],["NavigationHistoryEntry",e.TYPE_VALUE],["NavigationPrecommitController",e.TYPE_VALUE],["NavigationPreloadManager",e.TYPE_VALUE],["NavigationTransition",e.TYPE_VALUE],["Navigator",e.TYPE_VALUE],["NavigatorAutomationInformation",e.TYPE],["NavigatorBadge",e.TYPE],["NavigatorConcurrentHardware",e.TYPE],["NavigatorContentUtils",e.TYPE],["NavigatorCookies",e.TYPE],["NavigatorGPU",e.TYPE],["NavigatorID",e.TYPE],["NavigatorLanguage",e.TYPE],["NavigatorLocks",e.TYPE],["NavigatorLogin",e.TYPE_VALUE],["NavigatorOnLine",e.TYPE],["NavigatorPlugins",e.TYPE],["NavigatorStorage",e.TYPE],["Node",e.TYPE_VALUE],["NodeIterator",e.TYPE_VALUE],["NodeList",e.TYPE_VALUE],["NodeListOf",e.TYPE],["NonDocumentTypeChildNode",e.TYPE],["NonElementParentNode",e.TYPE],["NotificationEventMap",e.TYPE],["Notification",e.TYPE_VALUE],["OES_draw_buffers_indexed",e.TYPE],["OES_element_index_uint",e.TYPE],["OES_fbo_render_mipmap",e.TYPE],["OES_standard_derivatives",e.TYPE],["OES_texture_float",e.TYPE],["OES_texture_float_linear",e.TYPE],["OES_texture_half_float",e.TYPE],["OES_texture_half_float_linear",e.TYPE],["OES_vertex_array_object",e.TYPE],["OVR_multiview2",e.TYPE],["OfflineAudioCompletionEvent",e.TYPE_VALUE],["OfflineAudioContextEventMap",e.TYPE],["OfflineAudioContext",e.TYPE_VALUE],["OffscreenCanvasEventMap",e.TYPE],["OffscreenCanvas",e.TYPE_VALUE],["OffscreenCanvasRenderingContext2D",e.TYPE_VALUE],["OscillatorNode",e.TYPE_VALUE],["OverconstrainedError",e.TYPE_VALUE],["PageRevealEvent",e.TYPE_VALUE],["PageSwapEvent",e.TYPE_VALUE],["PageTransitionEvent",e.TYPE_VALUE],["PaintTimingMixin",e.TYPE],["PannerNode",e.TYPE_VALUE],["ParentNode",e.TYPE],["Path2D",e.TYPE_VALUE],["PaymentAddress",e.TYPE_VALUE],["PaymentMethodChangeEvent",e.TYPE_VALUE],["PaymentRequestEventMap",e.TYPE],["PaymentRequest",e.TYPE_VALUE],["PaymentRequestUpdateEvent",e.TYPE_VALUE],["PaymentResponseEventMap",e.TYPE],["PaymentResponse",e.TYPE_VALUE],["PerformanceEventMap",e.TYPE],["Performance",e.TYPE_VALUE],["PerformanceEntry",e.TYPE_VALUE],["PerformanceEventTiming",e.TYPE_VALUE],["PerformanceMark",e.TYPE_VALUE],["PerformanceMeasure",e.TYPE_VALUE],["PerformanceNavigation",e.TYPE_VALUE],["PerformanceNavigationTiming",e.TYPE_VALUE],["PerformanceObserver",e.TYPE_VALUE],["PerformanceObserverEntryList",e.TYPE_VALUE],["PerformancePaintTiming",e.TYPE_VALUE],["PerformanceResourceTiming",e.TYPE_VALUE],["PerformanceServerTiming",e.TYPE_VALUE],["PerformanceTiming",e.TYPE_VALUE],["PeriodicWave",e.TYPE_VALUE],["PermissionStatusEventMap",e.TYPE],["PermissionStatus",e.TYPE_VALUE],["Permissions",e.TYPE_VALUE],["PictureInPictureEvent",e.TYPE_VALUE],["PictureInPictureWindowEventMap",e.TYPE],["PictureInPictureWindow",e.TYPE_VALUE],["Plugin",e.TYPE_VALUE],["PluginArray",e.TYPE_VALUE],["PointerEvent",e.TYPE_VALUE],["PopStateEvent",e.TYPE_VALUE],["PopoverTargetAttributes",e.TYPE],["ProcessingInstruction",e.TYPE_VALUE],["ProgressEvent",e.TYPE_VALUE],["PromiseRejectionEvent",e.TYPE_VALUE],["PublicKeyCredential",e.TYPE_VALUE],["PushManager",e.TYPE_VALUE],["PushManagerAttribute",e.TYPE],["PushSubscription",e.TYPE_VALUE],["PushSubscriptionOptions",e.TYPE_VALUE],["RTCCertificate",e.TYPE_VALUE],["RTCDTMFSenderEventMap",e.TYPE],["RTCDTMFSender",e.TYPE_VALUE],["RTCDTMFToneChangeEvent",e.TYPE_VALUE],["RTCDataChannelEventMap",e.TYPE],["RTCDataChannel",e.TYPE_VALUE],["RTCDataChannelEvent",e.TYPE_VALUE],["RTCDtlsTransportEventMap",e.TYPE],["RTCDtlsTransport",e.TYPE_VALUE],["RTCEncodedAudioFrame",e.TYPE_VALUE],["RTCEncodedVideoFrame",e.TYPE_VALUE],["RTCError",e.TYPE_VALUE],["RTCErrorEvent",e.TYPE_VALUE],["RTCIceCandidate",e.TYPE_VALUE],["RTCIceCandidatePair",e.TYPE],["RTCIceTransportEventMap",e.TYPE],["RTCIceTransport",e.TYPE_VALUE],["RTCPeerConnectionEventMap",e.TYPE],["RTCPeerConnection",e.TYPE_VALUE],["RTCPeerConnectionIceErrorEvent",e.TYPE_VALUE],["RTCPeerConnectionIceEvent",e.TYPE_VALUE],["RTCRtpReceiver",e.TYPE_VALUE],["RTCRtpScriptTransform",e.TYPE_VALUE],["RTCRtpSender",e.TYPE_VALUE],["RTCRtpTransceiver",e.TYPE_VALUE],["RTCSctpTransportEventMap",e.TYPE],["RTCSctpTransport",e.TYPE_VALUE],["RTCSessionDescription",e.TYPE_VALUE],["RTCStatsReport",e.TYPE_VALUE],["RTCTrackEvent",e.TYPE_VALUE],["RadioNodeList",e.TYPE_VALUE],["Range",e.TYPE_VALUE],["ReadableByteStreamController",e.TYPE_VALUE],["ReadableStream",e.TYPE_VALUE],["ReadableStreamBYOBReader",e.TYPE_VALUE],["ReadableStreamBYOBRequest",e.TYPE_VALUE],["ReadableStreamDefaultController",e.TYPE_VALUE],["ReadableStreamDefaultReader",e.TYPE_VALUE],["ReadableStreamGenericReader",e.TYPE],["RemotePlaybackEventMap",e.TYPE],["RemotePlayback",e.TYPE_VALUE],["ReportingObserver",e.TYPE_VALUE],["Request",e.TYPE_VALUE],["ResizeObserver",e.TYPE_VALUE],["ResizeObserverEntry",e.TYPE_VALUE],["ResizeObserverSize",e.TYPE_VALUE],["Response",e.TYPE_VALUE],["SVGAElement",e.TYPE_VALUE],["SVGAngle",e.TYPE_VALUE],["SVGAnimateElement",e.TYPE_VALUE],["SVGAnimateMotionElement",e.TYPE_VALUE],["SVGAnimateTransformElement",e.TYPE_VALUE],["SVGAnimatedAngle",e.TYPE_VALUE],["SVGAnimatedBoolean",e.TYPE_VALUE],["SVGAnimatedEnumeration",e.TYPE_VALUE],["SVGAnimatedInteger",e.TYPE_VALUE],["SVGAnimatedLength",e.TYPE_VALUE],["SVGAnimatedLengthList",e.TYPE_VALUE],["SVGAnimatedNumber",e.TYPE_VALUE],["SVGAnimatedNumberList",e.TYPE_VALUE],["SVGAnimatedPoints",e.TYPE],["SVGAnimatedPreserveAspectRatio",e.TYPE_VALUE],["SVGAnimatedRect",e.TYPE_VALUE],["SVGAnimatedString",e.TYPE_VALUE],["SVGAnimatedTransformList",e.TYPE_VALUE],["SVGAnimationElement",e.TYPE_VALUE],["SVGCircleElement",e.TYPE_VALUE],["SVGClipPathElement",e.TYPE_VALUE],["SVGComponentTransferFunctionElement",e.TYPE_VALUE],["SVGDefsElement",e.TYPE_VALUE],["SVGDescElement",e.TYPE_VALUE],["SVGElementEventMap",e.TYPE],["SVGElement",e.TYPE_VALUE],["SVGEllipseElement",e.TYPE_VALUE],["SVGFEBlendElement",e.TYPE_VALUE],["SVGFEColorMatrixElement",e.TYPE_VALUE],["SVGFEComponentTransferElement",e.TYPE_VALUE],["SVGFECompositeElement",e.TYPE_VALUE],["SVGFEConvolveMatrixElement",e.TYPE_VALUE],["SVGFEDiffuseLightingElement",e.TYPE_VALUE],["SVGFEDisplacementMapElement",e.TYPE_VALUE],["SVGFEDistantLightElement",e.TYPE_VALUE],["SVGFEDropShadowElement",e.TYPE_VALUE],["SVGFEFloodElement",e.TYPE_VALUE],["SVGFEFuncAElement",e.TYPE_VALUE],["SVGFEFuncBElement",e.TYPE_VALUE],["SVGFEFuncGElement",e.TYPE_VALUE],["SVGFEFuncRElement",e.TYPE_VALUE],["SVGFEGaussianBlurElement",e.TYPE_VALUE],["SVGFEImageElement",e.TYPE_VALUE],["SVGFEMergeElement",e.TYPE_VALUE],["SVGFEMergeNodeElement",e.TYPE_VALUE],["SVGFEMorphologyElement",e.TYPE_VALUE],["SVGFEOffsetElement",e.TYPE_VALUE],["SVGFEPointLightElement",e.TYPE_VALUE],["SVGFESpecularLightingElement",e.TYPE_VALUE],["SVGFESpotLightElement",e.TYPE_VALUE],["SVGFETileElement",e.TYPE_VALUE],["SVGFETurbulenceElement",e.TYPE_VALUE],["SVGFilterElement",e.TYPE_VALUE],["SVGFilterPrimitiveStandardAttributes",e.TYPE],["SVGFitToViewBox",e.TYPE],["SVGForeignObjectElement",e.TYPE_VALUE],["SVGGElement",e.TYPE_VALUE],["SVGGeometryElement",e.TYPE_VALUE],["SVGGradientElement",e.TYPE_VALUE],["SVGGraphicsElement",e.TYPE_VALUE],["SVGImageElement",e.TYPE_VALUE],["SVGLength",e.TYPE_VALUE],["SVGLengthList",e.TYPE_VALUE],["SVGLineElement",e.TYPE_VALUE],["SVGLinearGradientElement",e.TYPE_VALUE],["SVGMPathElement",e.TYPE_VALUE],["SVGMarkerElement",e.TYPE_VALUE],["SVGMaskElement",e.TYPE_VALUE],["SVGMetadataElement",e.TYPE_VALUE],["SVGNumber",e.TYPE_VALUE],["SVGNumberList",e.TYPE_VALUE],["SVGPathElement",e.TYPE_VALUE],["SVGPatternElement",e.TYPE_VALUE],["SVGPointList",e.TYPE_VALUE],["SVGPolygonElement",e.TYPE_VALUE],["SVGPolylineElement",e.TYPE_VALUE],["SVGPreserveAspectRatio",e.TYPE_VALUE],["SVGRadialGradientElement",e.TYPE_VALUE],["SVGRectElement",e.TYPE_VALUE],["SVGSVGElementEventMap",e.TYPE],["SVGSVGElement",e.TYPE_VALUE],["SVGScriptElement",e.TYPE_VALUE],["SVGSetElement",e.TYPE_VALUE],["SVGStopElement",e.TYPE_VALUE],["SVGStringList",e.TYPE_VALUE],["SVGStyleElement",e.TYPE_VALUE],["SVGSwitchElement",e.TYPE_VALUE],["SVGSymbolElement",e.TYPE_VALUE],["SVGTSpanElement",e.TYPE_VALUE],["SVGTests",e.TYPE],["SVGTextContentElement",e.TYPE_VALUE],["SVGTextElement",e.TYPE_VALUE],["SVGTextPathElement",e.TYPE_VALUE],["SVGTextPositioningElement",e.TYPE_VALUE],["SVGTitleElement",e.TYPE_VALUE],["SVGTransform",e.TYPE_VALUE],["SVGTransformList",e.TYPE_VALUE],["SVGURIReference",e.TYPE],["SVGUnitTypes",e.TYPE_VALUE],["SVGUseElement",e.TYPE_VALUE],["SVGViewElement",e.TYPE_VALUE],["Sanitizer",e.TYPE_VALUE],["Scheduler",e.TYPE_VALUE],["Screen",e.TYPE_VALUE],["ScreenOrientationEventMap",e.TYPE],["ScreenOrientation",e.TYPE_VALUE],["ScriptProcessorNodeEventMap",e.TYPE],["ScriptProcessorNode",e.TYPE_VALUE],["ScrollTimeline",e.TYPE_VALUE],["SecurityPolicyViolationEvent",e.TYPE_VALUE],["Selection",e.TYPE_VALUE],["ServiceWorkerEventMap",e.TYPE],["ServiceWorker",e.TYPE_VALUE],["ServiceWorkerContainerEventMap",e.TYPE],["ServiceWorkerContainer",e.TYPE_VALUE],["ServiceWorkerRegistrationEventMap",e.TYPE],["ServiceWorkerRegistration",e.TYPE_VALUE],["ShadowRootEventMap",e.TYPE],["ShadowRoot",e.TYPE_VALUE],["SharedWorker",e.TYPE_VALUE],["Slottable",e.TYPE],["SourceBufferEventMap",e.TYPE],["SourceBuffer",e.TYPE_VALUE],["SourceBufferListEventMap",e.TYPE],["SourceBufferList",e.TYPE_VALUE],["SpeechRecognitionAlternative",e.TYPE_VALUE],["SpeechRecognitionErrorEvent",e.TYPE_VALUE],["SpeechRecognitionEvent",e.TYPE_VALUE],["SpeechRecognitionResult",e.TYPE_VALUE],["SpeechRecognitionResultList",e.TYPE_VALUE],["SpeechSynthesisEventMap",e.TYPE],["SpeechSynthesis",e.TYPE_VALUE],["SpeechSynthesisErrorEvent",e.TYPE_VALUE],["SpeechSynthesisEvent",e.TYPE_VALUE],["SpeechSynthesisUtteranceEventMap",e.TYPE],["SpeechSynthesisUtterance",e.TYPE_VALUE],["SpeechSynthesisVoice",e.TYPE_VALUE],["StaticRange",e.TYPE_VALUE],["StereoPannerNode",e.TYPE_VALUE],["Storage",e.TYPE_VALUE],["StorageEvent",e.TYPE_VALUE],["StorageManager",e.TYPE_VALUE],["StylePropertyMap",e.TYPE_VALUE],["StylePropertyMapReadOnly",e.TYPE_VALUE],["StyleSheet",e.TYPE_VALUE],["StyleSheetList",e.TYPE_VALUE],["SubmitEvent",e.TYPE_VALUE],["SubtleCrypto",e.TYPE_VALUE],["TaskController",e.TYPE_VALUE],["TaskPriorityChangeEvent",e.TYPE_VALUE],["TaskSignalEventMap",e.TYPE],["TaskSignal",e.TYPE_VALUE],["Text",e.TYPE_VALUE],["TextDecoder",e.TYPE_VALUE],["TextDecoderCommon",e.TYPE],["TextDecoderStream",e.TYPE_VALUE],["TextEncoder",e.TYPE_VALUE],["TextEncoderCommon",e.TYPE],["TextEncoderStream",e.TYPE_VALUE],["TextEvent",e.TYPE_VALUE],["TextMetrics",e.TYPE_VALUE],["TextTrackEventMap",e.TYPE],["TextTrack",e.TYPE_VALUE],["TextTrackCueEventMap",e.TYPE],["TextTrackCue",e.TYPE_VALUE],["TextTrackCueList",e.TYPE_VALUE],["TextTrackListEventMap",e.TYPE],["TextTrackList",e.TYPE_VALUE],["TimeRanges",e.TYPE_VALUE],["ToggleEvent",e.TYPE_VALUE],["Touch",e.TYPE_VALUE],["TouchEvent",e.TYPE_VALUE],["TouchList",e.TYPE_VALUE],["TrackEvent",e.TYPE_VALUE],["TransformStream",e.TYPE_VALUE],["TransformStreamDefaultController",e.TYPE_VALUE],["TransitionEvent",e.TYPE_VALUE],["TreeWalker",e.TYPE_VALUE],["UIEvent",e.TYPE_VALUE],["URL",e.TYPE_VALUE],["webkitURL",e.TYPE_VALUE],["URLPattern",e.TYPE_VALUE],["URLSearchParams",e.TYPE_VALUE],["UserActivation",e.TYPE_VALUE],["VTTCue",e.TYPE_VALUE],["VTTRegion",e.TYPE_VALUE],["ValidityState",e.TYPE_VALUE],["VideoColorSpace",e.TYPE_VALUE],["VideoDecoderEventMap",e.TYPE],["VideoDecoder",e.TYPE_VALUE],["VideoEncoderEventMap",e.TYPE],["VideoEncoder",e.TYPE_VALUE],["VideoFrame",e.TYPE_VALUE],["VideoPlaybackQuality",e.TYPE_VALUE],["ViewTimeline",e.TYPE_VALUE],["ViewTransition",e.TYPE_VALUE],["ViewTransitionTypeSet",e.TYPE_VALUE],["VisualViewportEventMap",e.TYPE],["VisualViewport",e.TYPE_VALUE],["WEBGL_color_buffer_float",e.TYPE],["WEBGL_compressed_texture_astc",e.TYPE],["WEBGL_compressed_texture_etc",e.TYPE],["WEBGL_compressed_texture_etc1",e.TYPE],["WEBGL_compressed_texture_pvrtc",e.TYPE],["WEBGL_compressed_texture_s3tc",e.TYPE],["WEBGL_compressed_texture_s3tc_srgb",e.TYPE],["WEBGL_debug_renderer_info",e.TYPE],["WEBGL_debug_shaders",e.TYPE],["WEBGL_depth_texture",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_lose_context",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WGSLLanguageFeatures",e.TYPE_VALUE],["WakeLock",e.TYPE_VALUE],["WakeLockSentinelEventMap",e.TYPE],["WakeLockSentinel",e.TYPE_VALUE],["WaveShaperNode",e.TYPE_VALUE],["WebGL2RenderingContext",e.TYPE_VALUE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLActiveInfo",e.TYPE_VALUE],["WebGLBuffer",e.TYPE_VALUE],["WebGLContextEvent",e.TYPE_VALUE],["WebGLFramebuffer",e.TYPE_VALUE],["WebGLProgram",e.TYPE_VALUE],["WebGLQuery",e.TYPE_VALUE],["WebGLRenderbuffer",e.TYPE_VALUE],["WebGLRenderingContext",e.TYPE_VALUE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE],["WebGLSampler",e.TYPE_VALUE],["WebGLShader",e.TYPE_VALUE],["WebGLShaderPrecisionFormat",e.TYPE_VALUE],["WebGLSync",e.TYPE_VALUE],["WebGLTexture",e.TYPE_VALUE],["WebGLTransformFeedback",e.TYPE_VALUE],["WebGLUniformLocation",e.TYPE_VALUE],["WebGLVertexArrayObject",e.TYPE_VALUE],["WebGLVertexArrayObjectOES",e.TYPE],["WebSocketEventMap",e.TYPE],["WebSocket",e.TYPE_VALUE],["WebTransport",e.TYPE_VALUE],["WebTransportBidirectionalStream",e.TYPE_VALUE],["WebTransportDatagramDuplexStream",e.TYPE_VALUE],["WebTransportError",e.TYPE_VALUE],["WheelEvent",e.TYPE_VALUE],["WindowEventMap",e.TYPE],["Window",e.TYPE_VALUE],["WindowEventHandlersEventMap",e.TYPE],["WindowEventHandlers",e.TYPE],["WindowLocalStorage",e.TYPE],["WindowOrWorkerGlobalScope",e.TYPE],["WindowSessionStorage",e.TYPE],["WorkerEventMap",e.TYPE],["Worker",e.TYPE_VALUE],["Worklet",e.TYPE_VALUE],["WritableStream",e.TYPE_VALUE],["WritableStreamDefaultController",e.TYPE_VALUE],["WritableStreamDefaultWriter",e.TYPE_VALUE],["XMLDocument",e.TYPE_VALUE],["XMLHttpRequestEventMap",e.TYPE],["XMLHttpRequest",e.TYPE_VALUE],["XMLHttpRequestEventTargetEventMap",e.TYPE],["XMLHttpRequestEventTarget",e.TYPE_VALUE],["XMLHttpRequestUpload",e.TYPE_VALUE],["XMLSerializer",e.TYPE_VALUE],["XPathEvaluator",e.TYPE_VALUE],["XPathEvaluatorBase",e.TYPE],["XPathExpression",e.TYPE_VALUE],["XPathResult",e.TYPE_VALUE],["XSLTProcessor",e.TYPE_VALUE],["CSS",e.TYPE_VALUE],["WebAssembly",e.TYPE_VALUE],["Console",e.TYPE],["AudioDataOutputCallback",e.TYPE],["BlobCallback",e.TYPE],["CustomElementConstructor",e.TYPE],["DecodeErrorCallback",e.TYPE],["DecodeSuccessCallback",e.TYPE],["EncodedAudioChunkOutputCallback",e.TYPE],["EncodedVideoChunkOutputCallback",e.TYPE],["ErrorCallback",e.TYPE],["FileCallback",e.TYPE],["FileSystemEntriesCallback",e.TYPE],["FileSystemEntryCallback",e.TYPE],["FrameRequestCallback",e.TYPE],["FunctionStringCallback",e.TYPE],["IdleRequestCallback",e.TYPE],["IntersectionObserverCallback",e.TYPE],["LockGrantedCallback",e.TYPE],["MediaSessionActionHandler",e.TYPE],["MutationCallback",e.TYPE],["NavigationInterceptHandler",e.TYPE],["NavigationPrecommitHandler",e.TYPE],["NotificationPermissionCallback",e.TYPE],["OnBeforeUnloadEventHandlerNonNull",e.TYPE],["OnErrorEventHandlerNonNull",e.TYPE],["PerformanceObserverCallback",e.TYPE],["PositionCallback",e.TYPE],["PositionErrorCallback",e.TYPE],["QueuingStrategySize",e.TYPE],["RTCPeerConnectionErrorCallback",e.TYPE],["RTCSessionDescriptionCallback",e.TYPE],["RemotePlaybackAvailabilityCallback",e.TYPE],["ReportingObserverCallback",e.TYPE],["ResizeObserverCallback",e.TYPE],["SchedulerPostTaskCallback",e.TYPE],["TransformerFlushCallback",e.TYPE],["TransformerStartCallback",e.TYPE],["TransformerTransformCallback",e.TYPE],["UnderlyingSinkAbortCallback",e.TYPE],["UnderlyingSinkCloseCallback",e.TYPE],["UnderlyingSinkStartCallback",e.TYPE],["UnderlyingSinkWriteCallback",e.TYPE],["UnderlyingSourceCancelCallback",e.TYPE],["UnderlyingSourcePullCallback",e.TYPE],["UnderlyingSourceStartCallback",e.TYPE],["VideoFrameOutputCallback",e.TYPE],["VideoFrameRequestCallback",e.TYPE],["ViewTransitionUpdateCallback",e.TYPE],["VoidFunction",e.TYPE],["WebCodecsErrorCallback",e.TYPE],["HTMLElementTagNameMap",e.TYPE],["HTMLElementDeprecatedTagNameMap",e.TYPE],["SVGElementTagNameMap",e.TYPE],["MathMLElementTagNameMap",e.TYPE],["ElementTagNameMap",e.TYPE],["AlgorithmIdentifier",e.TYPE],["AllowSharedBufferSource",e.TYPE],["AutoFill",e.TYPE],["AutoFillField",e.TYPE],["AutoFillSection",e.TYPE],["Base64URLString",e.TYPE],["BigInteger",e.TYPE],["BlobPart",e.TYPE],["BodyInit",e.TYPE],["BufferSource",e.TYPE],["COSEAlgorithmIdentifier",e.TYPE],["CSSKeywordish",e.TYPE],["CSSNumberish",e.TYPE],["CSSPerspectiveValue",e.TYPE],["CSSUnparsedSegment",e.TYPE],["CanvasImageSource",e.TYPE],["ClipboardItemData",e.TYPE],["ClipboardItems",e.TYPE],["ConstrainBoolean",e.TYPE],["ConstrainBooleanOrDOMString",e.TYPE],["ConstrainDOMString",e.TYPE],["ConstrainDouble",e.TYPE],["ConstrainULong",e.TYPE],["CookieList",e.TYPE],["DOMHighResTimeStamp",e.TYPE],["EpochTimeStamp",e.TYPE],["EventListenerOrEventListenerObject",e.TYPE],["FileSystemWriteChunkType",e.TYPE],["Float32List",e.TYPE],["FormDataEntryValue",e.TYPE],["GLbitfield",e.TYPE],["GLboolean",e.TYPE],["GLclampf",e.TYPE],["GLenum",e.TYPE],["GLfloat",e.TYPE],["GLint",e.TYPE],["GLint64",e.TYPE],["GLintptr",e.TYPE],["GLsizei",e.TYPE],["GLsizeiptr",e.TYPE],["GLuint",e.TYPE],["GLuint64",e.TYPE],["GPUBindingResource",e.TYPE],["GPUBufferDynamicOffset",e.TYPE],["GPUBufferUsageFlags",e.TYPE],["GPUColor",e.TYPE],["GPUColorWriteFlags",e.TYPE],["GPUCopyExternalImageSource",e.TYPE],["GPUDepthBias",e.TYPE],["GPUExtent3D",e.TYPE],["GPUFlagsConstant",e.TYPE],["GPUIndex32",e.TYPE],["GPUIntegerCoordinate",e.TYPE],["GPUIntegerCoordinateOut",e.TYPE],["GPUMapModeFlags",e.TYPE],["GPUOrigin2D",e.TYPE],["GPUOrigin3D",e.TYPE],["GPUPipelineConstantValue",e.TYPE],["GPUSampleMask",e.TYPE],["GPUShaderStageFlags",e.TYPE],["GPUSignedOffset32",e.TYPE],["GPUSize32",e.TYPE],["GPUSize32Out",e.TYPE],["GPUSize64",e.TYPE],["GPUSize64Out",e.TYPE],["GPUStencilValue",e.TYPE],["GPUTextureUsageFlags",e.TYPE],["HTMLOrSVGImageElement",e.TYPE],["HTMLOrSVGScriptElement",e.TYPE],["HashAlgorithmIdentifier",e.TYPE],["HeadersInit",e.TYPE],["IDBValidKey",e.TYPE],["ImageBitmapSource",e.TYPE],["ImageBufferSource",e.TYPE],["ImageDataArray",e.TYPE],["Int32List",e.TYPE],["LineAndPositionSetting",e.TYPE],["MediaProvider",e.TYPE],["MessageEventSource",e.TYPE],["MutationRecordType",e.TYPE],["NamedCurve",e.TYPE],["OffscreenRenderingContext",e.TYPE],["OnBeforeUnloadEventHandler",e.TYPE],["OnErrorEventHandler",e.TYPE],["OptionalPostfixToken",e.TYPE],["OptionalPrefixToken",e.TYPE],["PerformanceEntryList",e.TYPE],["PublicKeyCredentialClientCapabilities",e.TYPE],["RTCRtpReceiverTransform",e.TYPE],["RTCRtpSenderTransform",e.TYPE],["ReadableStreamController",e.TYPE],["ReadableStreamReadResult",e.TYPE],["ReadableStreamReader",e.TYPE],["RenderingContext",e.TYPE],["ReportList",e.TYPE],["RequestInfo",e.TYPE],["SanitizerAttribute",e.TYPE],["SanitizerElement",e.TYPE],["SanitizerElementWithAttributes",e.TYPE],["SelectionDirection",e.TYPE],["TexImageSource",e.TYPE],["TimerHandler",e.TYPE],["Transferable",e.TYPE],["URLPatternInput",e.TYPE],["Uint32List",e.TYPE],["VibratePattern",e.TYPE],["WindowProxy",e.TYPE],["XMLHttpRequestBodyInit",e.TYPE],["AacBitstreamFormat",e.TYPE],["AlignSetting",e.TYPE],["AlphaOption",e.TYPE],["AnimationPlayState",e.TYPE],["AnimationReplaceState",e.TYPE],["AppendMode",e.TYPE],["AttestationConveyancePreference",e.TYPE],["AudioContextLatencyCategory",e.TYPE],["AudioContextState",e.TYPE],["AudioSampleFormat",e.TYPE],["AuthenticatorAttachment",e.TYPE],["AuthenticatorTransport",e.TYPE],["AutoFillAddressKind",e.TYPE],["AutoFillBase",e.TYPE],["AutoFillContactField",e.TYPE],["AutoFillContactKind",e.TYPE],["AutoFillCredentialField",e.TYPE],["AutoFillNormalField",e.TYPE],["AutoKeyword",e.TYPE],["AutomationRate",e.TYPE],["AvcBitstreamFormat",e.TYPE],["BinaryType",e.TYPE],["BiquadFilterType",e.TYPE],["BitrateMode",e.TYPE],["CSSMathOperator",e.TYPE],["CSSNumericBaseType",e.TYPE],["CanPlayTypeResult",e.TYPE],["CanvasDirection",e.TYPE],["CanvasFillRule",e.TYPE],["CanvasFontKerning",e.TYPE],["CanvasFontStretch",e.TYPE],["CanvasFontVariantCaps",e.TYPE],["CanvasLineCap",e.TYPE],["CanvasLineJoin",e.TYPE],["CanvasTextAlign",e.TYPE],["CanvasTextBaseline",e.TYPE],["CanvasTextRendering",e.TYPE],["ChannelCountMode",e.TYPE],["ChannelInterpretation",e.TYPE],["ClientTypes",e.TYPE],["CodecState",e.TYPE],["ColorGamut",e.TYPE],["ColorSpaceConversion",e.TYPE],["CompositeOperation",e.TYPE],["CompositeOperationOrAuto",e.TYPE],["CompressionFormat",e.TYPE],["CookieSameSite",e.TYPE],["CredentialMediationRequirement",e.TYPE],["DOMParserSupportedType",e.TYPE],["DirectionSetting",e.TYPE],["DisplayCaptureSurfaceType",e.TYPE],["DistanceModelType",e.TYPE],["DocumentReadyState",e.TYPE],["DocumentVisibilityState",e.TYPE],["EncodedAudioChunkType",e.TYPE],["EncodedVideoChunkType",e.TYPE],["EndOfStreamError",e.TYPE],["EndingType",e.TYPE],["FileSystemHandleKind",e.TYPE],["FillLightMode",e.TYPE],["FillMode",e.TYPE],["FontDisplay",e.TYPE],["FontFaceLoadStatus",e.TYPE],["FontFaceSetLoadStatus",e.TYPE],["FullscreenNavigationUI",e.TYPE],["GPUAddressMode",e.TYPE],["GPUAutoLayoutMode",e.TYPE],["GPUBlendFactor",e.TYPE],["GPUBlendOperation",e.TYPE],["GPUBufferBindingType",e.TYPE],["GPUBufferMapState",e.TYPE],["GPUCanvasAlphaMode",e.TYPE],["GPUCanvasToneMappingMode",e.TYPE],["GPUCompareFunction",e.TYPE],["GPUCompilationMessageType",e.TYPE],["GPUCullMode",e.TYPE],["GPUDeviceLostReason",e.TYPE],["GPUErrorFilter",e.TYPE],["GPUFeatureName",e.TYPE],["GPUFilterMode",e.TYPE],["GPUFrontFace",e.TYPE],["GPUIndexFormat",e.TYPE],["GPULoadOp",e.TYPE],["GPUMipmapFilterMode",e.TYPE],["GPUPipelineErrorReason",e.TYPE],["GPUPowerPreference",e.TYPE],["GPUPrimitiveTopology",e.TYPE],["GPUQueryType",e.TYPE],["GPUSamplerBindingType",e.TYPE],["GPUStencilOperation",e.TYPE],["GPUStorageTextureAccess",e.TYPE],["GPUStoreOp",e.TYPE],["GPUTextureAspect",e.TYPE],["GPUTextureDimension",e.TYPE],["GPUTextureFormat",e.TYPE],["GPUTextureSampleType",e.TYPE],["GPUTextureViewDimension",e.TYPE],["GPUVertexFormat",e.TYPE],["GPUVertexStepMode",e.TYPE],["GamepadHapticEffectType",e.TYPE],["GamepadHapticsResult",e.TYPE],["GamepadMappingType",e.TYPE],["GlobalCompositeOperation",e.TYPE],["HardwareAcceleration",e.TYPE],["HdrMetadataType",e.TYPE],["HighlightType",e.TYPE],["IDBCursorDirection",e.TYPE],["IDBRequestReadyState",e.TYPE],["IDBTransactionDurability",e.TYPE],["IDBTransactionMode",e.TYPE],["ImageDataPixelFormat",e.TYPE],["ImageOrientation",e.TYPE],["ImageSmoothingQuality",e.TYPE],["InsertPosition",e.TYPE],["IterationCompositeOperation",e.TYPE],["KeyFormat",e.TYPE],["KeyType",e.TYPE],["KeyUsage",e.TYPE],["LatencyMode",e.TYPE],["LineAlignSetting",e.TYPE],["LockMode",e.TYPE],["LoginStatus",e.TYPE],["MIDIPortConnectionState",e.TYPE],["MIDIPortDeviceState",e.TYPE],["MIDIPortType",e.TYPE],["MediaDecodingType",e.TYPE],["MediaDeviceKind",e.TYPE],["MediaEncodingType",e.TYPE],["MediaKeyMessageType",e.TYPE],["MediaKeySessionClosedReason",e.TYPE],["MediaKeySessionType",e.TYPE],["MediaKeyStatus",e.TYPE],["MediaKeysRequirement",e.TYPE],["MediaSessionAction",e.TYPE],["MediaSessionPlaybackState",e.TYPE],["MediaStreamTrackState",e.TYPE],["NavigationFocusReset",e.TYPE],["NavigationHistoryBehavior",e.TYPE],["NavigationScrollBehavior",e.TYPE],["NavigationTimingType",e.TYPE],["NavigationType",e.TYPE],["NotificationDirection",e.TYPE],["NotificationPermission",e.TYPE],["OffscreenRenderingContextId",e.TYPE],["OpusBitstreamFormat",e.TYPE],["OrientationLockType",e.TYPE],["OrientationType",e.TYPE],["OscillatorType",e.TYPE],["OverSampleType",e.TYPE],["PanningModelType",e.TYPE],["PaymentComplete",e.TYPE],["PaymentShippingType",e.TYPE],["PermissionName",e.TYPE],["PermissionState",e.TYPE],["PlaybackDirection",e.TYPE],["PositionAlignSetting",e.TYPE],["PredefinedColorSpace",e.TYPE],["PremultiplyAlpha",e.TYPE],["PresentationStyle",e.TYPE],["PublicKeyCredentialType",e.TYPE],["PushEncryptionKeyName",e.TYPE],["RTCBundlePolicy",e.TYPE],["RTCDataChannelState",e.TYPE],["RTCDegradationPreference",e.TYPE],["RTCDtlsRole",e.TYPE],["RTCDtlsTransportState",e.TYPE],["RTCErrorDetailType",e.TYPE],["RTCIceCandidateType",e.TYPE],["RTCIceComponent",e.TYPE],["RTCIceConnectionState",e.TYPE],["RTCIceGathererState",e.TYPE],["RTCIceGatheringState",e.TYPE],["RTCIceProtocol",e.TYPE],["RTCIceRole",e.TYPE],["RTCIceTcpCandidateType",e.TYPE],["RTCIceTransportPolicy",e.TYPE],["RTCIceTransportState",e.TYPE],["RTCPeerConnectionState",e.TYPE],["RTCPriorityType",e.TYPE],["RTCQualityLimitationReason",e.TYPE],["RTCRtcpMuxPolicy",e.TYPE],["RTCRtpTransceiverDirection",e.TYPE],["RTCSctpTransportState",e.TYPE],["RTCSdpType",e.TYPE],["RTCSignalingState",e.TYPE],["RTCStatsIceCandidatePairState",e.TYPE],["RTCStatsType",e.TYPE],["ReadableStreamReaderMode",e.TYPE],["ReadableStreamType",e.TYPE],["ReadyState",e.TYPE],["RecordingState",e.TYPE],["RedEyeReduction",e.TYPE],["ReferrerPolicy",e.TYPE],["RemotePlaybackState",e.TYPE],["RequestCache",e.TYPE],["RequestCredentials",e.TYPE],["RequestDestination",e.TYPE],["RequestMode",e.TYPE],["RequestPriority",e.TYPE],["RequestRedirect",e.TYPE],["ResidentKeyRequirement",e.TYPE],["ResizeObserverBoxOptions",e.TYPE],["ResizeQuality",e.TYPE],["ResponseType",e.TYPE],["SanitizerPresets",e.TYPE],["ScrollAxis",e.TYPE],["ScrollBehavior",e.TYPE],["ScrollLogicalPosition",e.TYPE],["ScrollRestoration",e.TYPE],["ScrollSetting",e.TYPE],["SecurityPolicyViolationEventDisposition",e.TYPE],["SelectionMode",e.TYPE],["ServiceWorkerState",e.TYPE],["ServiceWorkerUpdateViaCache",e.TYPE],["ShadowRootMode",e.TYPE],["SlotAssignmentMode",e.TYPE],["SpeechRecognitionErrorCode",e.TYPE],["SpeechSynthesisErrorCode",e.TYPE],["TaskPriority",e.TYPE],["TextTrackKind",e.TYPE],["TextTrackMode",e.TYPE],["TouchType",e.TYPE],["TransferFunction",e.TYPE],["UserVerificationRequirement",e.TYPE],["VideoColorPrimaries",e.TYPE],["VideoEncoderBitrateMode",e.TYPE],["VideoFacingModeEnum",e.TYPE],["VideoMatrixCoefficients",e.TYPE],["VideoPixelFormat",e.TYPE],["VideoTransferCharacteristics",e.TYPE],["WakeLockType",e.TYPE],["WebGLPowerPreference",e.TYPE],["WebTransportCongestionControl",e.TYPE],["WebTransportErrorSource",e.TYPE],["WorkerType",e.TYPE],["WriteCommandType",e.TYPE],["XMLHttpRequestResponseType",e.TYPE],["FormDataIterator",e.TYPE],["HeadersIterator",e.TYPE],["MediaKeyStatusMapIterator",e.TYPE],["StylePropertyMapReadOnlyIterator",e.TYPE],["URLSearchParamsIterator",e.TYPE],["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE]]},Bt}i(le,"requireDom");var Zt={},Au;function Se(){return Au||(Au=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.dom_asynciterable=void 0,Zt.dom_asynciterable={libs:[],variables:[]}),Zt}i(Se,"requireDom_asynciterable");var er={},Lu;function fe(){return Lu||(Lu=1,Object.defineProperty(er,"__esModule",{value:!0}),er.dom_iterable=void 0,er.dom_iterable={libs:[],variables:[]}),er}i(fe,"requireDom_iterable");var tr={},Cu;function mm(){if(Cu)return tr;Cu=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es6=void 0;const e=es(),s=ho(),n=So(),u=vo(),o=ne(),r=Yo(),t=go(),a=bo(),l=ae(),c=Ke();return tr.es6={libs:[e.es5,n.es2015_core,s.es2015_collection,o.es2015_iterable,u.es2015_generator,r.es2015_promise,t.es2015_proxy,a.es2015_reflect,l.es2015_symbol,c.es2015_symbol_wellknown],variables:[]},tr}i(mm,"requireEs6");var rr={},ir={},Uu;function Ao(){if(Uu)return ir;Uu=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2016_array_include=void 0;const e=D();return ir.es2016_array_include={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE]]},ir}i(Ao,"requireEs2016_array_include");var nr={},Vu;function Lo(){if(Vu)return nr;Vu=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2016_intl=void 0;const e=D();return nr.es2016_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},nr}i(Lo,"requireEs2016_intl");var Du;function ym(){if(Du)return rr;Du=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es7=void 0;const e=Jt(),s=Ao(),n=Lo();return rr.es7={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},rr}i(ym,"requireEs7");var sr={},Ru;function Co(){if(Ru)return sr;Ru=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2016=void 0;const e=Jt(),s=Ao(),n=Lo();return sr.es2016={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},sr}i(Co,"requireEs2016");var or={},ar={},xu;function ue(){if(xu)return ar;xu=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.scripthost=void 0;const e=D();return ar.scripthost={libs:[],variables:[["ActiveXObject",e.TYPE_VALUE],["ITextWriter",e.TYPE],["TextStreamBase",e.TYPE],["TextStreamWriter",e.TYPE],["TextStreamReader",e.TYPE],["SafeArray",e.TYPE_VALUE],["Enumerator",e.TYPE_VALUE],["EnumeratorConstructor",e.TYPE],["VBArray",e.TYPE_VALUE],["VBArrayConstructor",e.TYPE],["VarDate",e.TYPE_VALUE],["DateConstructor",e.TYPE],["Date",e.TYPE]]},ar}i(ue,"requireScripthost");var lr={},Ou;function ce(){return Ou||(Ou=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.webworker_importscripts=void 0,lr.webworker_importscripts={libs:[],variables:[]}),lr}i(ce,"requireWebworker_importscripts");var Iu;function _m(){if(Iu)return or;Iu=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2016_full=void 0;const e=le(),s=fe(),n=Co(),u=ue(),o=ce();return or.es2016_full={libs:[n.es2016,e.dom,o.webworker_importscripts,u.scripthost,s.dom_iterable],variables:[]},or}i(_m,"requireEs2016_full");var ur={},cr={},Mu;function Fu(){if(Mu)return cr;Mu=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2017_arraybuffer=void 0;const e=D();return cr.es2017_arraybuffer={libs:[],variables:[["ArrayBufferConstructor",e.TYPE]]},cr}i(Fu,"requireEs2017_arraybuffer");var Er={},wu;function Bu(){if(wu)return Er;wu=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2017_date=void 0;const e=D();return Er.es2017_date={libs:[],variables:[["DateConstructor",e.TYPE]]},Er}i(Bu,"requireEs2017_date");var pr={},Gu;function ku(){if(Gu)return pr;Gu=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2017_intl=void 0;const e=D();return pr.es2017_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},pr}i(ku,"requireEs2017_intl");var fr={},Nu;function ju(){if(Nu)return fr;Nu=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2017_object=void 0;const e=D();return fr.es2017_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},fr}i(ju,"requireEs2017_object");var Tr={},qu;function Wu(){if(qu)return Tr;qu=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2017_sharedmemory=void 0;const e=D(),s=ae(),n=Ke();return Tr.es2017_sharedmemory={libs:[s.es2015_symbol,n.es2015_symbol_wellknown],variables:[["SharedArrayBuffer",e.TYPE_VALUE],["SharedArrayBufferConstructor",e.TYPE],["ArrayBufferTypes",e.TYPE],["Atomics",e.TYPE_VALUE]]},Tr}i(Wu,"requireEs2017_sharedmemory");var Pr={},$u;function Hu(){if($u)return Pr;$u=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2017_string=void 0;const e=D();return Pr.es2017_string={libs:[],variables:[["String",e.TYPE]]},Pr}i(Hu,"requireEs2017_string");var dr={},Ku;function zu(){if(Ku)return dr;Ku=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2017_typedarrays=void 0;const e=D();return dr.es2017_typedarrays={libs:[],variables:[["Int8ArrayConstructor",e.TYPE],["Uint8ArrayConstructor",e.TYPE],["Uint8ClampedArrayConstructor",e.TYPE],["Int16ArrayConstructor",e.TYPE],["Uint16ArrayConstructor",e.TYPE],["Int32ArrayConstructor",e.TYPE],["Uint32ArrayConstructor",e.TYPE],["Float32ArrayConstructor",e.TYPE],["Float64ArrayConstructor",e.TYPE]]},dr}i(zu,"requireEs2017_typedarrays");var Xu;function Uo(){if(Xu)return ur;Xu=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017=void 0;const e=Co(),s=Fu(),n=Bu(),u=ku(),o=ju(),r=Wu(),t=Hu(),a=zu();return ur.es2017={libs:[e.es2016,s.es2017_arraybuffer,n.es2017_date,u.es2017_intl,o.es2017_object,r.es2017_sharedmemory,t.es2017_string,a.es2017_typedarrays],variables:[]},ur}i(Uo,"requireEs2017");var mr={},Ju;function hm(){if(Ju)return mr;Ju=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2017_full=void 0;const e=le(),s=fe(),n=Uo(),u=ue(),o=ce();return mr.es2017_full={libs:[n.es2017,e.dom,o.webworker_importscripts,u.scripthost,s.dom_iterable],variables:[]},mr}i(hm,"requireEs2017_full");var yr={},_r={},Qu;function Zu(){if(Qu)return _r;Qu=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2018_asyncgenerator=void 0;const e=D(),s=st();return _r.es2018_asyncgenerator={libs:[s.es2018_asynciterable],variables:[["AsyncGenerator",e.TYPE],["AsyncGeneratorFunction",e.TYPE],["AsyncGeneratorFunctionConstructor",e.TYPE]]},_r}i(Zu,"requireEs2018_asyncgenerator");var hr={},ec;function ts(){if(ec)return hr;ec=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2018_intl=void 0;const e=D();return hr.es2018_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},hr}i(ts,"requireEs2018_intl");var Sr={},tc;function rc(){if(tc)return Sr;tc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2018_promise=void 0;const e=D();return Sr.es2018_promise={libs:[],variables:[["Promise",e.TYPE]]},Sr}i(rc,"requireEs2018_promise");var vr={},ic;function nc(){if(ic)return vr;ic=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2018_regexp=void 0;const e=D();return vr.es2018_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE]]},vr}i(nc,"requireEs2018_regexp");var sc;function Vo(){if(sc)return yr;sc=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2018=void 0;const e=Uo(),s=Zu(),n=st(),u=ts(),o=rc(),r=nc();return yr.es2018={libs:[e.es2017,n.es2018_asynciterable,s.es2018_asyncgenerator,o.es2018_promise,r.es2018_regexp,u.es2018_intl],variables:[]},yr}i(Vo,"requireEs2018");var Yr={},oc;function Sm(){if(oc)return Yr;oc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2018_full=void 0;const e=le(),s=Se(),n=fe(),u=Vo(),o=ue(),r=ce();return Yr.es2018_full={libs:[u.es2018,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Yr}i(Sm,"requireEs2018_full");var gr={},br={},ac;function lc(){if(ac)return br;ac=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_array=void 0;const e=D();return br.es2019_array={libs:[],variables:[["FlatArray",e.TYPE],["ReadonlyArray",e.TYPE],["Array",e.TYPE]]},br}i(lc,"requireEs2019_array");var Ar={},uc;function cc(){if(uc)return Ar;uc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2019_intl=void 0;const e=D();return Ar.es2019_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Ar}i(cc,"requireEs2019_intl");var Lr={},Ec;function pc(){if(Ec)return Lr;Ec=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2019_object=void 0;const e=D(),s=ne();return Lr.es2019_object={libs:[s.es2015_iterable],variables:[["ObjectConstructor",e.TYPE]]},Lr}i(pc,"requireEs2019_object");var Cr={},fc;function Tc(){if(fc)return Cr;fc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2019_string=void 0;const e=D();return Cr.es2019_string={libs:[],variables:[["String",e.TYPE]]},Cr}i(Tc,"requireEs2019_string");var Ur={},Pc;function dc(){if(Pc)return Ur;Pc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2019_symbol=void 0;const e=D();return Ur.es2019_symbol={libs:[],variables:[["Symbol",e.TYPE]]},Ur}i(dc,"requireEs2019_symbol");var mc;function Do(){if(mc)return gr;mc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019=void 0;const e=Vo(),s=lc(),n=cc(),u=pc(),o=Tc(),r=dc();return gr.es2019={libs:[e.es2018,s.es2019_array,u.es2019_object,o.es2019_string,r.es2019_symbol,n.es2019_intl],variables:[]},gr}i(Do,"requireEs2019");var Vr={},yc;function vm(){if(yc)return Vr;yc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2019_full=void 0;const e=le(),s=Se(),n=fe(),u=Do(),o=ue(),r=ce();return Vr.es2019_full={libs:[u.es2019,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Vr}i(vm,"requireEs2019_full");var Dr={},Rr={},xr={},_c;function Oe(){if(_c)return xr;_c=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2020_intl=void 0;const e=D(),s=ts();return xr.es2020_intl={libs:[s.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},xr}i(Oe,"requireEs2020_intl");var hc;function rs(){if(hc)return Rr;hc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_bigint=void 0;const e=D(),s=Oe();return Rr.es2020_bigint={libs:[s.es2020_intl],variables:[["BigIntToLocaleStringOptions",e.TYPE],["BigInt",e.TYPE_VALUE],["BigIntConstructor",e.TYPE],["BigInt64Array",e.TYPE_VALUE],["BigInt64ArrayConstructor",e.TYPE],["BigUint64Array",e.TYPE_VALUE],["BigUint64ArrayConstructor",e.TYPE],["DataView",e.TYPE],["Intl",e.TYPE_VALUE]]},Rr}i(rs,"requireEs2020_bigint");var Or={},Sc;function vc(){if(Sc)return Or;Sc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_date=void 0;const e=D(),s=Oe();return Or.es2020_date={libs:[s.es2020_intl],variables:[["Date",e.TYPE]]},Or}i(vc,"requireEs2020_date");var Ir={},Yc;function gc(){if(Yc)return Ir;Yc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2020_number=void 0;const e=D(),s=Oe();return Ir.es2020_number={libs:[s.es2020_intl],variables:[["Number",e.TYPE]]},Ir}i(gc,"requireEs2020_number");var Mr={},bc;function Ac(){if(bc)return Mr;bc=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2020_promise=void 0;const e=D();return Mr.es2020_promise={libs:[],variables:[["PromiseFulfilledResult",e.TYPE],["PromiseRejectedResult",e.TYPE],["PromiseSettledResult",e.TYPE],["PromiseConstructor",e.TYPE]]},Mr}i(Ac,"requireEs2020_promise");var Fr={},Lc;function Cc(){if(Lc)return Fr;Lc=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2020_sharedmemory=void 0;const e=D(),s=rs();return Fr.es2020_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE]]},Fr}i(Cc,"requireEs2020_sharedmemory");var wr={},Br={},Uc;function Ro(){if(Uc)return Br;Uc=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2020_symbol_wellknown=void 0;const e=D(),s=ne(),n=ae();return Br.es2020_symbol_wellknown={libs:[s.es2015_iterable,n.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["RegExpStringIterator",e.TYPE],["RegExp",e.TYPE]]},Br}i(Ro,"requireEs2020_symbol_wellknown");var Vc;function Dc(){if(Vc)return wr;Vc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_string=void 0;const e=D(),s=ne(),n=Oe(),u=Ro();return wr.es2020_string={libs:[s.es2015_iterable,n.es2020_intl,u.es2020_symbol_wellknown],variables:[["String",e.TYPE]]},wr}i(Dc,"requireEs2020_string");var Rc;function xo(){if(Rc)return Dr;Rc=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020=void 0;const e=Do(),s=rs(),n=vc(),u=Oe(),o=gc(),r=Ac(),t=Cc(),a=Dc(),l=Ro();return Dr.es2020={libs:[e.es2019,s.es2020_bigint,n.es2020_date,o.es2020_number,r.es2020_promise,t.es2020_sharedmemory,a.es2020_string,l.es2020_symbol_wellknown,u.es2020_intl],variables:[]},Dr}i(xo,"requireEs2020");var Gr={},xc;function Ym(){if(xc)return Gr;xc=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2020_full=void 0;const e=le(),s=Se(),n=fe(),u=xo(),o=ue(),r=ce();return Gr.es2020_full={libs:[u.es2020,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Gr}i(Ym,"requireEs2020_full");var kr={},Nr={},Oc;function Ic(){if(Oc)return Nr;Oc=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2021_intl=void 0;const e=D();return Nr.es2021_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Nr}i(Ic,"requireEs2021_intl");var jr={},Mc;function Oo(){if(Mc)return jr;Mc=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2021_promise=void 0;const e=D();return jr.es2021_promise={libs:[],variables:[["AggregateError",e.TYPE_VALUE],["AggregateErrorConstructor",e.TYPE],["PromiseConstructor",e.TYPE]]},jr}i(Oo,"requireEs2021_promise");var qr={},Fc;function wc(){if(Fc)return qr;Fc=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2021_string=void 0;const e=D();return qr.es2021_string={libs:[],variables:[["String",e.TYPE]]},qr}i(wc,"requireEs2021_string");var Wr={},Bc;function Gc(){if(Bc)return Wr;Bc=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2021_weakref=void 0;const e=D(),s=Ke();return Wr.es2021_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Wr}i(Gc,"requireEs2021_weakref");var kc;function Io(){if(kc)return kr;kc=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2021=void 0;const e=xo(),s=Ic(),n=Oo(),u=wc(),o=Gc();return kr.es2021={libs:[e.es2020,n.es2021_promise,u.es2021_string,o.es2021_weakref,s.es2021_intl],variables:[]},kr}i(Io,"requireEs2021");var $r={},Nc;function gm(){if(Nc)return $r;Nc=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2021_full=void 0;const e=le(),s=Se(),n=fe(),u=Io(),o=ue(),r=ce();return $r.es2021_full={libs:[u.es2021,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},$r}i(gm,"requireEs2021_full");var Hr={},Kr={},jc;function qc(){if(jc)return Kr;jc=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2022_array=void 0;const e=D();return Kr.es2022_array={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["BigInt64Array",e.TYPE],["BigUint64Array",e.TYPE]]},Kr}i(qc,"requireEs2022_array");var zr={},Wc;function $c(){if(Wc)return zr;Wc=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2022_error=void 0;const e=D(),s=Oo();return zr.es2022_error={libs:[s.es2021_promise],variables:[["ErrorOptions",e.TYPE],["Error",e.TYPE],["ErrorConstructor",e.TYPE],["EvalErrorConstructor",e.TYPE],["RangeErrorConstructor",e.TYPE],["ReferenceErrorConstructor",e.TYPE],["SyntaxErrorConstructor",e.TYPE],["TypeErrorConstructor",e.TYPE],["URIErrorConstructor",e.TYPE],["AggregateErrorConstructor",e.TYPE]]},zr}i($c,"requireEs2022_error");var Xr={},Hc;function Kc(){if(Hc)return Xr;Hc=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2022_intl=void 0;const e=D();return Xr.es2022_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Xr}i(Kc,"requireEs2022_intl");var Jr={},zc;function Xc(){if(zc)return Jr;zc=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2022_object=void 0;const e=D();return Jr.es2022_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},Jr}i(Xc,"requireEs2022_object");var Qr={},Jc;function Qc(){if(Jc)return Qr;Jc=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2022_regexp=void 0;const e=D();return Qr.es2022_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExpIndicesArray",e.TYPE],["RegExp",e.TYPE]]},Qr}i(Qc,"requireEs2022_regexp");var Zr={},Zc;function eE(){if(Zc)return Zr;Zc=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2022_string=void 0;const e=D();return Zr.es2022_string={libs:[],variables:[["String",e.TYPE]]},Zr}i(eE,"requireEs2022_string");var tE;function Mo(){if(tE)return Hr;tE=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022=void 0;const e=Io(),s=qc(),n=$c(),u=Kc(),o=Xc(),r=Qc(),t=eE();return Hr.es2022={libs:[e.es2021,s.es2022_array,n.es2022_error,u.es2022_intl,o.es2022_object,r.es2022_regexp,t.es2022_string],variables:[]},Hr}i(Mo,"requireEs2022");var ei={},rE;function bm(){if(rE)return ei;rE=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.es2022_full=void 0;const e=le(),s=Se(),n=fe(),u=Mo(),o=ue(),r=ce();return ei.es2022_full={libs:[u.es2022,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},ei}i(bm,"requireEs2022_full");var ti={},ri={},iE;function nE(){if(iE)return ri;iE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.es2023_array=void 0;const e=D();return ri.es2023_array={libs:[],variables:[["Array",e.TYPE],["ReadonlyArray",e.TYPE],["Int8Array",e.TYPE],["Uint8Array",e.TYPE],["Uint8ClampedArray",e.TYPE],["Int16Array",e.TYPE],["Uint16Array",e.TYPE],["Int32Array",e.TYPE],["Uint32Array",e.TYPE],["Float32Array",e.TYPE],["Float64Array",e.TYPE],["BigInt64Array",e.TYPE],["BigUint64Array",e.TYPE]]},ri}i(nE,"requireEs2023_array");var ii={},sE;function oE(){if(sE)return ii;sE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.es2023_collection=void 0;const e=D();return ii.es2023_collection={libs:[],variables:[["WeakKeyTypes",e.TYPE]]},ii}i(oE,"requireEs2023_collection");var ni={},aE;function lE(){if(aE)return ni;aE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.es2023_intl=void 0;const e=D();return ni.es2023_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},ni}i(lE,"requireEs2023_intl");var uE;function Fo(){if(uE)return ti;uE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.es2023=void 0;const e=Mo(),s=nE(),n=oE(),u=lE();return ti.es2023={libs:[e.es2022,s.es2023_array,n.es2023_collection,u.es2023_intl],variables:[]},ti}i(Fo,"requireEs2023");var si={},cE;function Am(){if(cE)return si;cE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.es2023_full=void 0;const e=le(),s=Se(),n=fe(),u=Fo(),o=ue(),r=ce();return si.es2023_full={libs:[u.es2023,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},si}i(Am,"requireEs2023_full");var oi={},ai={},EE;function pE(){if(EE)return ai;EE=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.es2024_arraybuffer=void 0;const e=D();return ai.es2024_arraybuffer={libs:[],variables:[["ArrayBuffer",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},ai}i(pE,"requireEs2024_arraybuffer");var li={},fE;function wo(){if(fE)return li;fE=1,Object.defineProperty(li,"__esModule",{value:!0}),li.es2024_collection=void 0;const e=D();return li.es2024_collection={libs:[],variables:[["MapConstructor",e.TYPE]]},li}i(wo,"requireEs2024_collection");var ui={},TE;function PE(){if(TE)return ui;TE=1,Object.defineProperty(ui,"__esModule",{value:!0}),ui.es2024_object=void 0;const e=D();return ui.es2024_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},ui}i(PE,"requireEs2024_object");var ci={},dE;function mE(){if(dE)return ci;dE=1,Object.defineProperty(ci,"__esModule",{value:!0}),ci.es2024_promise=void 0;const e=D();return ci.es2024_promise={libs:[],variables:[["PromiseWithResolvers",e.TYPE],["PromiseConstructor",e.TYPE]]},ci}i(mE,"requireEs2024_promise");var Ei={},yE;function _E(){if(yE)return Ei;yE=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.es2024_regexp=void 0;const e=D();return Ei.es2024_regexp={libs:[],variables:[["RegExp",e.TYPE]]},Ei}i(_E,"requireEs2024_regexp");var pi={},hE;function SE(){if(hE)return pi;hE=1,Object.defineProperty(pi,"__esModule",{value:!0}),pi.es2024_sharedmemory=void 0;const e=D(),s=rs();return pi.es2024_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE],["SharedArrayBuffer",e.TYPE],["SharedArrayBufferConstructor",e.TYPE]]},pi}i(SE,"requireEs2024_sharedmemory");var fi={},vE;function YE(){if(vE)return fi;vE=1,Object.defineProperty(fi,"__esModule",{value:!0}),fi.es2024_string=void 0;const e=D();return fi.es2024_string={libs:[],variables:[["String",e.TYPE]]},fi}i(YE,"requireEs2024_string");var gE;function Bo(){if(gE)return oi;gE=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2024=void 0;const e=Fo(),s=pE(),n=wo(),u=PE(),o=mE(),r=_E(),t=SE(),a=YE();return oi.es2024={libs:[e.es2023,s.es2024_arraybuffer,n.es2024_collection,u.es2024_object,o.es2024_promise,r.es2024_regexp,t.es2024_sharedmemory,a.es2024_string],variables:[]},oi}i(Bo,"requireEs2024");var Ti={},bE;function Lm(){if(bE)return Ti;bE=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.es2024_full=void 0;const e=le(),s=Se(),n=fe(),u=Bo(),o=ue(),r=ce();return Ti.es2024_full={libs:[u.es2024,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Ti}i(Lm,"requireEs2024_full");var Pi={},di={},AE;function Go(){if(AE)return di;AE=1,Object.defineProperty(di,"__esModule",{value:!0}),di.es2025_collection=void 0;const e=D(),s=wo();return di.es2025_collection={libs:[s.es2024_collection],variables:[["ReadonlySetLike",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE]]},di}i(Go,"requireEs2025_collection");var mi={},LE;function CE(){if(LE)return mi;LE=1,Object.defineProperty(mi,"__esModule",{value:!0}),mi.es2025_float16=void 0;const e=D(),s=ne(),n=ae();return mi.es2025_float16={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},mi}i(CE,"requireEs2025_float16");var yi={},UE;function ko(){if(UE)return yi;UE=1,Object.defineProperty(yi,"__esModule",{value:!0}),yi.es2025_intl=void 0;const e=D(),s=ts();return yi.es2025_intl={libs:[s.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},yi}i(ko,"requireEs2025_intl");var _i={},VE;function DE(){if(VE)return _i;VE=1,Object.defineProperty(_i,"__esModule",{value:!0}),_i.es2025_iterator=void 0;const e=D(),s=ne();return _i.es2025_iterator={libs:[s.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},_i}i(DE,"requireEs2025_iterator");var hi={},RE;function xE(){if(RE)return hi;RE=1,Object.defineProperty(hi,"__esModule",{value:!0}),hi.es2025_promise=void 0;const e=D();return hi.es2025_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},hi}i(xE,"requireEs2025_promise");var Si={},OE;function IE(){if(OE)return Si;OE=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.es2025_regexp=void 0;const e=D();return Si.es2025_regexp={libs:[],variables:[["RegExpConstructor",e.TYPE]]},Si}i(IE,"requireEs2025_regexp");var ME;function No(){if(ME)return Pi;ME=1,Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.es2025=void 0;const e=Bo(),s=Go(),n=CE(),u=ko(),o=DE(),r=xE(),t=IE();return Pi.es2025={libs:[e.es2024,s.es2025_collection,n.es2025_float16,u.es2025_intl,o.es2025_iterator,r.es2025_promise,t.es2025_regexp],variables:[]},Pi}i(No,"requireEs2025");var vi={},FE;function Cm(){if(FE)return vi;FE=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.es2025_full=void 0;const e=le(),s=Se(),n=fe(),u=No(),o=ue(),r=ce();return vi.es2025_full={libs:[u.es2025,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},vi}i(Cm,"requireEs2025_full");var Yi={},gi={},wE;function BE(){if(wE)return gi;wE=1,Object.defineProperty(gi,"__esModule",{value:!0}),gi.esnext_array=void 0;const e=D();return gi.esnext_array={libs:[],variables:[["ArrayConstructor",e.TYPE]]},gi}i(BE,"requireEsnext_array");var bi={},GE;function kE(){if(GE)return bi;GE=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.esnext_collection=void 0;const e=D(),s=Go();return bi.esnext_collection={libs:[s.es2025_collection],variables:[["Map",e.TYPE],["WeakMap",e.TYPE]]},bi}i(kE,"requireEsnext_collection");var Ai={},Li={},NE;function is(){if(NE)return Li;NE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.esnext_temporal=void 0;const e=D(),s=Ke(),n=Oe(),u=ko();return Li.esnext_temporal={libs:[s.es2015_symbol_wellknown,n.es2020_intl,u.es2025_intl],variables:[["Temporal",e.TYPE_VALUE]]},Li}i(is,"requireEsnext_temporal");var jE;function qE(){if(jE)return Ai;jE=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.esnext_date=void 0;const e=D(),s=is();return Ai.esnext_date={libs:[s.esnext_temporal],variables:[["Date",e.TYPE]]},Ai}i(qE,"requireEsnext_date");var Ci={},WE;function $E(){if(WE)return Ci;WE=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.esnext_decorators=void 0;const e=D(),s=_o(),n=ae();return Ci.esnext_decorators={libs:[n.es2015_symbol,s.decorators],variables:[["SymbolConstructor",e.TYPE],["Function",e.TYPE]]},Ci}i($E,"requireEsnext_decorators");var Ui={},HE;function KE(){if(HE)return Ui;HE=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.esnext_disposable=void 0;const e=D(),s=ne(),n=ae(),u=st();return Ui.esnext_disposable={libs:[n.es2015_symbol,s.es2015_iterable,u.es2018_asynciterable],variables:[["SymbolConstructor",e.TYPE],["Disposable",e.TYPE],["AsyncDisposable",e.TYPE],["SuppressedError",e.TYPE_VALUE],["SuppressedErrorConstructor",e.TYPE],["DisposableStack",e.TYPE_VALUE],["DisposableStackConstructor",e.TYPE],["AsyncDisposableStack",e.TYPE_VALUE],["AsyncDisposableStackConstructor",e.TYPE],["IteratorObject",e.TYPE],["AsyncIteratorObject",e.TYPE]]},Ui}i(KE,"requireEsnext_disposable");var Vi={},zE;function XE(){if(zE)return Vi;zE=1,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.esnext_error=void 0;const e=D();return Vi.esnext_error={libs:[],variables:[["ErrorConstructor",e.TYPE]]},Vi}i(XE,"requireEsnext_error");var Di={},JE;function QE(){if(JE)return Di;JE=1,Object.defineProperty(Di,"__esModule",{value:!0}),Di.esnext_intl=void 0;const e=D(),s=is();return Di.esnext_intl={libs:[s.esnext_temporal],variables:[["Intl",e.TYPE_VALUE]]},Di}i(QE,"requireEsnext_intl");var Ri={},ZE;function ep(){if(ZE)return Ri;ZE=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.esnext_sharedmemory=void 0;const e=D();return Ri.esnext_sharedmemory={libs:[],variables:[["Atomics",e.TYPE]]},Ri}i(ep,"requireEsnext_sharedmemory");var xi={},tp;function rp(){if(tp)return xi;tp=1,Object.defineProperty(xi,"__esModule",{value:!0}),xi.esnext_typedarrays=void 0;const e=D();return xi.esnext_typedarrays={libs:[],variables:[["Uint8Array",e.TYPE],["Uint8ArrayConstructor",e.TYPE]]},xi}i(rp,"requireEsnext_typedarrays");var ip;function np(){if(ip)return Yi;ip=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.esnext=void 0;const e=No(),s=BE(),n=kE(),u=qE(),o=$E(),r=KE(),t=XE(),a=QE(),l=ep(),c=is(),f=rp();return Yi.esnext={libs:[e.es2025,a.esnext_intl,n.esnext_collection,o.esnext_decorators,r.esnext_disposable,s.esnext_array,t.esnext_error,l.esnext_sharedmemory,f.esnext_typedarrays,c.esnext_temporal,u.esnext_date],variables:[]},Yi}i(np,"requireEsnext");var Oi={},sp;function Um(){if(sp)return Oi;sp=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.esnext_asynciterable=void 0;const e=D(),s=ne(),n=ae();return Oi.esnext_asynciterable={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},Oi}i(Um,"requireEsnext_asynciterable");var Ii={},op;function Vm(){if(op)return Ii;op=1,Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.esnext_bigint=void 0;const e=D(),s=Oe();return Ii.esnext_bigint={libs:[s.es2020_intl],variables:[["BigIntToLocaleStringOptions",e.TYPE],["BigInt",e.TYPE_VALUE],["BigIntConstructor",e.TYPE],["BigInt64Array",e.TYPE_VALUE],["BigInt64ArrayConstructor",e.TYPE],["BigUint64Array",e.TYPE_VALUE],["BigUint64ArrayConstructor",e.TYPE],["DataView",e.TYPE],["Intl",e.TYPE_VALUE]]},Ii}i(Vm,"requireEsnext_bigint");var Mi={},ap;function Dm(){if(ap)return Mi;ap=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.esnext_float16=void 0;const e=D(),s=ne(),n=ae();return Mi.esnext_float16={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},Mi}i(Dm,"requireEsnext_float16");var Fi={},lp;function Rm(){if(lp)return Fi;lp=1,Object.defineProperty(Fi,"__esModule",{value:!0}),Fi.esnext_full=void 0;const e=le(),s=Se(),n=fe(),u=np(),o=ue(),r=ce();return Fi.esnext_full={libs:[u.esnext,e.dom,r.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Fi}i(Rm,"requireEsnext_full");var wi={},up;function xm(){if(up)return wi;up=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.esnext_iterator=void 0;const e=D(),s=ne();return wi.esnext_iterator={libs:[s.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},wi}i(xm,"requireEsnext_iterator");var Bi={},cp;function Om(){if(cp)return Bi;cp=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.esnext_object=void 0;const e=D();return Bi.esnext_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},Bi}i(Om,"requireEsnext_object");var Gi={},Ep;function Im(){if(Ep)return Gi;Ep=1,Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.esnext_promise=void 0;const e=D();return Gi.esnext_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},Gi}i(Im,"requireEsnext_promise");var ki={},pp;function Mm(){if(pp)return ki;pp=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.esnext_regexp=void 0;const e=D();return ki.esnext_regexp={libs:[],variables:[["RegExp",e.TYPE]]},ki}i(Mm,"requireEsnext_regexp");var Ni={},fp;function Fm(){if(fp)return Ni;fp=1,Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.esnext_string=void 0;const e=D();return Ni.esnext_string={libs:[],variables:[["String",e.TYPE]]},Ni}i(Fm,"requireEsnext_string");var ji={},Tp;function wm(){if(Tp)return ji;Tp=1,Object.defineProperty(ji,"__esModule",{value:!0}),ji.esnext_symbol=void 0;const e=D();return ji.esnext_symbol={libs:[],variables:[["Symbol",e.TYPE]]},ji}i(wm,"requireEsnext_symbol");var qi={},Pp;function Bm(){if(Pp)return qi;Pp=1,Object.defineProperty(qi,"__esModule",{value:!0}),qi.esnext_weakref=void 0;const e=D(),s=Ke();return qi.esnext_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},qi}i(Bm,"requireEsnext_weakref");var Wi={},dp;function Gm(){if(dp)return Wi;dp=1,Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.lib=void 0;const e=le(),s=es(),n=ue(),u=ce();return Wi.lib={libs:[s.es5,e.dom,u.webworker_importscripts,n.scripthost],variables:[]},Wi}i(Gm,"requireLib$1");var $i={},mp;function km(){if(mp)return $i;mp=1,Object.defineProperty($i,"__esModule",{value:!0}),$i.webworker=void 0;const e=D(),s=Jt(),n=st();return $i.webworker={libs:[s.es2015,n.es2018_asynciterable],variables:[["AacEncoderConfig",e.TYPE],["AddEventListenerOptions",e.TYPE],["AesCbcParams",e.TYPE],["AesCtrParams",e.TYPE],["AesDerivedKeyParams",e.TYPE],["AesGcmParams",e.TYPE],["AesKeyAlgorithm",e.TYPE],["AesKeyGenParams",e.TYPE],["Algorithm",e.TYPE],["AudioConfiguration",e.TYPE],["AudioDataCopyToOptions",e.TYPE],["AudioDataInit",e.TYPE],["AudioDecoderConfig",e.TYPE],["AudioDecoderInit",e.TYPE],["AudioDecoderSupport",e.TYPE],["AudioEncoderConfig",e.TYPE],["AudioEncoderInit",e.TYPE],["AudioEncoderSupport",e.TYPE],["AvcEncoderConfig",e.TYPE],["BlobPropertyBag",e.TYPE],["CSSMatrixComponentOptions",e.TYPE],["CSSNumericType",e.TYPE],["CacheQueryOptions",e.TYPE],["ClientQueryOptions",e.TYPE],["CloseEventInit",e.TYPE],["CookieInit",e.TYPE],["CookieListItem",e.TYPE],["CookieStoreDeleteOptions",e.TYPE],["CookieStoreGetOptions",e.TYPE],["CryptoKeyPair",e.TYPE],["CustomEventInit",e.TYPE],["DOMMatrix2DInit",e.TYPE],["DOMMatrixInit",e.TYPE],["DOMPointInit",e.TYPE],["DOMQuadInit",e.TYPE],["DOMRectInit",e.TYPE],["EcKeyGenParams",e.TYPE],["EcKeyImportParams",e.TYPE],["EcdhKeyDeriveParams",e.TYPE],["EcdsaParams",e.TYPE],["EncodedAudioChunkInit",e.TYPE],["EncodedAudioChunkMetadata",e.TYPE],["EncodedVideoChunkInit",e.TYPE],["EncodedVideoChunkMetadata",e.TYPE],["ErrorEventInit",e.TYPE],["EventInit",e.TYPE],["EventListenerOptions",e.TYPE],["EventSourceInit",e.TYPE],["ExtendableCookieChangeEventInit",e.TYPE],["ExtendableEventInit",e.TYPE],["ExtendableMessageEventInit",e.TYPE],["FetchEventInit",e.TYPE],["FilePropertyBag",e.TYPE],["FileSystemCreateWritableOptions",e.TYPE],["FileSystemGetDirectoryOptions",e.TYPE],["FileSystemGetFileOptions",e.TYPE],["FileSystemReadWriteOptions",e.TYPE],["FileSystemRemoveOptions",e.TYPE],["FontFaceDescriptors",e.TYPE],["FontFaceSetLoadEventInit",e.TYPE],["GPUBindGroupDescriptor",e.TYPE],["GPUBindGroupEntry",e.TYPE],["GPUBindGroupLayoutDescriptor",e.TYPE],["GPUBindGroupLayoutEntry",e.TYPE],["GPUBlendComponent",e.TYPE],["GPUBlendState",e.TYPE],["GPUBufferBinding",e.TYPE],["GPUBufferBindingLayout",e.TYPE],["GPUBufferDescriptor",e.TYPE],["GPUCanvasConfiguration",e.TYPE],["GPUCanvasToneMapping",e.TYPE],["GPUColorDict",e.TYPE],["GPUColorTargetState",e.TYPE],["GPUCommandBufferDescriptor",e.TYPE],["GPUCommandEncoderDescriptor",e.TYPE],["GPUComputePassDescriptor",e.TYPE],["GPUComputePassTimestampWrites",e.TYPE],["GPUComputePipelineDescriptor",e.TYPE],["GPUCopyExternalImageDestInfo",e.TYPE],["GPUCopyExternalImageSourceInfo",e.TYPE],["GPUDepthStencilState",e.TYPE],["GPUDeviceDescriptor",e.TYPE],["GPUExtent3DDict",e.TYPE],["GPUExternalTextureBindingLayout",e.TYPE],["GPUExternalTextureDescriptor",e.TYPE],["GPUFragmentState",e.TYPE],["GPUMultisampleState",e.TYPE],["GPUObjectDescriptorBase",e.TYPE],["GPUOrigin2DDict",e.TYPE],["GPUOrigin3DDict",e.TYPE],["GPUPipelineDescriptorBase",e.TYPE],["GPUPipelineErrorInit",e.TYPE],["GPUPipelineLayoutDescriptor",e.TYPE],["GPUPrimitiveState",e.TYPE],["GPUProgrammableStage",e.TYPE],["GPUQuerySetDescriptor",e.TYPE],["GPUQueueDescriptor",e.TYPE],["GPURenderBundleDescriptor",e.TYPE],["GPURenderBundleEncoderDescriptor",e.TYPE],["GPURenderPassColorAttachment",e.TYPE],["GPURenderPassDepthStencilAttachment",e.TYPE],["GPURenderPassDescriptor",e.TYPE],["GPURenderPassLayout",e.TYPE],["GPURenderPassTimestampWrites",e.TYPE],["GPURenderPipelineDescriptor",e.TYPE],["GPURequestAdapterOptions",e.TYPE],["GPUSamplerBindingLayout",e.TYPE],["GPUSamplerDescriptor",e.TYPE],["GPUShaderModuleDescriptor",e.TYPE],["GPUStencilFaceState",e.TYPE],["GPUStorageTextureBindingLayout",e.TYPE],["GPUTexelCopyBufferInfo",e.TYPE],["GPUTexelCopyBufferLayout",e.TYPE],["GPUTexelCopyTextureInfo",e.TYPE],["GPUTextureBindingLayout",e.TYPE],["GPUTextureDescriptor",e.TYPE],["GPUTextureViewDescriptor",e.TYPE],["GPUUncapturedErrorEventInit",e.TYPE],["GPUVertexAttribute",e.TYPE],["GPUVertexBufferLayout",e.TYPE],["GPUVertexState",e.TYPE],["GetNotificationOptions",e.TYPE],["HkdfParams",e.TYPE],["HmacImportParams",e.TYPE],["HmacKeyGenParams",e.TYPE],["IDBDatabaseInfo",e.TYPE],["IDBIndexParameters",e.TYPE],["IDBObjectStoreParameters",e.TYPE],["IDBTransactionOptions",e.TYPE],["IDBVersionChangeEventInit",e.TYPE],["ImageBitmapOptions",e.TYPE],["ImageBitmapRenderingContextSettings",e.TYPE],["ImageDataSettings",e.TYPE],["ImageDecodeOptions",e.TYPE],["ImageDecodeResult",e.TYPE],["ImageDecoderInit",e.TYPE],["ImageEncodeOptions",e.TYPE],["JsonWebKey",e.TYPE],["KeyAlgorithm",e.TYPE],["KeySystemTrackConfiguration",e.TYPE],["LockInfo",e.TYPE],["LockManagerSnapshot",e.TYPE],["LockOptions",e.TYPE],["MediaCapabilitiesDecodingInfo",e.TYPE],["MediaCapabilitiesEncodingInfo",e.TYPE],["MediaCapabilitiesInfo",e.TYPE],["MediaCapabilitiesKeySystemConfiguration",e.TYPE],["MediaConfiguration",e.TYPE],["MediaDecodingConfiguration",e.TYPE],["MediaEncodingConfiguration",e.TYPE],["MediaStreamTrackProcessorInit",e.TYPE],["MessageEventInit",e.TYPE],["MultiCacheQueryOptions",e.TYPE],["NavigationPreloadState",e.TYPE],["NotificationEventInit",e.TYPE],["NotificationOptions",e.TYPE],["OpusEncoderConfig",e.TYPE],["Pbkdf2Params",e.TYPE],["PerformanceMarkOptions",e.TYPE],["PerformanceMeasureOptions",e.TYPE],["PerformanceObserverInit",e.TYPE],["PermissionDescriptor",e.TYPE],["PlaneLayout",e.TYPE],["ProgressEventInit",e.TYPE],["PromiseRejectionEventInit",e.TYPE],["PushEventInit",e.TYPE],["PushSubscriptionChangeEventInit",e.TYPE],["PushSubscriptionJSON",e.TYPE],["PushSubscriptionOptionsInit",e.TYPE],["QueuingStrategy",e.TYPE],["QueuingStrategyInit",e.TYPE],["RTCEncodedAudioFrameMetadata",e.TYPE],["RTCEncodedFrameMetadata",e.TYPE],["RTCEncodedVideoFrameMetadata",e.TYPE],["ReadableStreamBYOBReaderReadOptions",e.TYPE],["ReadableStreamGetReaderOptions",e.TYPE],["ReadableStreamIteratorOptions",e.TYPE],["ReadableStreamReadDoneResult",e.TYPE],["ReadableStreamReadValueResult",e.TYPE],["ReadableWritablePair",e.TYPE],["RegistrationOptions",e.TYPE],["Report",e.TYPE],["ReportBody",e.TYPE],["ReportingObserverOptions",e.TYPE],["RequestInit",e.TYPE],["ResponseInit",e.TYPE],["RsaHashedImportParams",e.TYPE],["RsaHashedKeyGenParams",e.TYPE],["RsaKeyGenParams",e.TYPE],["RsaOaepParams",e.TYPE],["RsaOtherPrimesInfo",e.TYPE],["RsaPssParams",e.TYPE],["SchedulerPostTaskOptions",e.TYPE],["SecurityPolicyViolationEventInit",e.TYPE],["StorageEstimate",e.TYPE],["StreamPipeOptions",e.TYPE],["StructuredSerializeOptions",e.TYPE],["SvcOutputMetadata",e.TYPE],["TaskControllerInit",e.TYPE],["TaskPriorityChangeEventInit",e.TYPE],["TaskSignalAnyInit",e.TYPE],["TextDecodeOptions",e.TYPE],["TextDecoderOptions",e.TYPE],["TextEncoderEncodeIntoResult",e.TYPE],["Transformer",e.TYPE],["URLPatternComponentResult",e.TYPE],["URLPatternInit",e.TYPE],["URLPatternOptions",e.TYPE],["URLPatternResult",e.TYPE],["UnderlyingByteSource",e.TYPE],["UnderlyingDefaultSource",e.TYPE],["UnderlyingSink",e.TYPE],["UnderlyingSource",e.TYPE],["VideoColorSpaceInit",e.TYPE],["VideoConfiguration",e.TYPE],["VideoDecoderConfig",e.TYPE],["VideoDecoderInit",e.TYPE],["VideoDecoderSupport",e.TYPE],["VideoEncoderConfig",e.TYPE],["VideoEncoderEncodeOptions",e.TYPE],["VideoEncoderEncodeOptionsForAvc",e.TYPE],["VideoEncoderInit",e.TYPE],["VideoEncoderSupport",e.TYPE],["VideoFrameBufferInit",e.TYPE],["VideoFrameCopyToOptions",e.TYPE],["VideoFrameInit",e.TYPE],["WebGLContextAttributes",e.TYPE],["WebGLContextEventInit",e.TYPE],["WebTransportCloseInfo",e.TYPE],["WebTransportErrorOptions",e.TYPE],["WebTransportHash",e.TYPE],["WebTransportOptions",e.TYPE],["WebTransportSendOptions",e.TYPE],["WebTransportSendStreamOptions",e.TYPE],["WorkerOptions",e.TYPE],["WriteParams",e.TYPE],["ANGLE_instanced_arrays",e.TYPE],["AbortController",e.TYPE_VALUE],["AbortSignalEventMap",e.TYPE],["AbortSignal",e.TYPE_VALUE],["AbstractWorkerEventMap",e.TYPE],["AbstractWorker",e.TYPE],["AnimationFrameProvider",e.TYPE],["AudioData",e.TYPE_VALUE],["AudioDecoderEventMap",e.TYPE],["AudioDecoder",e.TYPE_VALUE],["AudioEncoderEventMap",e.TYPE],["AudioEncoder",e.TYPE_VALUE],["Blob",e.TYPE_VALUE],["Body",e.TYPE],["BroadcastChannelEventMap",e.TYPE],["BroadcastChannel",e.TYPE_VALUE],["ByteLengthQueuingStrategy",e.TYPE_VALUE],["CSSImageValue",e.TYPE_VALUE],["CSSKeywordValue",e.TYPE_VALUE],["CSSMathClamp",e.TYPE_VALUE],["CSSMathInvert",e.TYPE_VALUE],["CSSMathMax",e.TYPE_VALUE],["CSSMathMin",e.TYPE_VALUE],["CSSMathNegate",e.TYPE_VALUE],["CSSMathProduct",e.TYPE_VALUE],["CSSMathSum",e.TYPE_VALUE],["CSSMathValue",e.TYPE_VALUE],["CSSMatrixComponent",e.TYPE_VALUE],["CSSNumericArray",e.TYPE_VALUE],["CSSNumericValue",e.TYPE_VALUE],["CSSPerspective",e.TYPE_VALUE],["CSSRotate",e.TYPE_VALUE],["CSSScale",e.TYPE_VALUE],["CSSSkew",e.TYPE_VALUE],["CSSSkewX",e.TYPE_VALUE],["CSSSkewY",e.TYPE_VALUE],["CSSStyleValue",e.TYPE_VALUE],["CSSTransformComponent",e.TYPE_VALUE],["CSSTransformValue",e.TYPE_VALUE],["CSSTranslate",e.TYPE_VALUE],["CSSUnitValue",e.TYPE_VALUE],["CSSUnparsedValue",e.TYPE_VALUE],["CSSVariableReferenceValue",e.TYPE_VALUE],["Cache",e.TYPE_VALUE],["CacheStorage",e.TYPE_VALUE],["CanvasCompositing",e.TYPE],["CanvasDrawImage",e.TYPE],["CanvasDrawPath",e.TYPE],["CanvasFillStrokeStyles",e.TYPE],["CanvasFilters",e.TYPE],["CanvasGradient",e.TYPE_VALUE],["CanvasImageData",e.TYPE],["CanvasImageSmoothing",e.TYPE],["CanvasPath",e.TYPE],["CanvasPathDrawingStyles",e.TYPE],["CanvasPattern",e.TYPE_VALUE],["CanvasRect",e.TYPE],["CanvasShadowStyles",e.TYPE],["CanvasState",e.TYPE],["CanvasText",e.TYPE],["CanvasTextDrawingStyles",e.TYPE],["CanvasTransform",e.TYPE],["Client",e.TYPE_VALUE],["Clients",e.TYPE_VALUE],["CloseEvent",e.TYPE_VALUE],["CompressionStream",e.TYPE_VALUE],["CookieStore",e.TYPE_VALUE],["CookieStoreManager",e.TYPE_VALUE],["CountQueuingStrategy",e.TYPE_VALUE],["Crypto",e.TYPE_VALUE],["CryptoKey",e.TYPE_VALUE],["CustomEvent",e.TYPE_VALUE],["DOMException",e.TYPE_VALUE],["DOMMatrix",e.TYPE_VALUE],["DOMMatrixReadOnly",e.TYPE_VALUE],["DOMPoint",e.TYPE_VALUE],["DOMPointReadOnly",e.TYPE_VALUE],["DOMQuad",e.TYPE_VALUE],["DOMRect",e.TYPE_VALUE],["DOMRectReadOnly",e.TYPE_VALUE],["DOMStringList",e.TYPE_VALUE],["DecompressionStream",e.TYPE_VALUE],["DedicatedWorkerGlobalScopeEventMap",e.TYPE],["DedicatedWorkerGlobalScope",e.TYPE_VALUE],["EXT_blend_minmax",e.TYPE],["EXT_color_buffer_float",e.TYPE],["EXT_color_buffer_half_float",e.TYPE],["EXT_float_blend",e.TYPE],["EXT_frag_depth",e.TYPE],["EXT_sRGB",e.TYPE],["EXT_shader_texture_lod",e.TYPE],["EXT_texture_compression_bptc",e.TYPE],["EXT_texture_compression_rgtc",e.TYPE],["EXT_texture_filter_anisotropic",e.TYPE],["EXT_texture_norm16",e.TYPE],["EncodedAudioChunk",e.TYPE_VALUE],["EncodedVideoChunk",e.TYPE_VALUE],["ErrorEvent",e.TYPE_VALUE],["Event",e.TYPE_VALUE],["EventListener",e.TYPE],["EventListenerObject",e.TYPE],["EventSourceEventMap",e.TYPE],["EventSource",e.TYPE_VALUE],["EventTarget",e.TYPE_VALUE],["ExtendableCookieChangeEvent",e.TYPE_VALUE],["ExtendableEvent",e.TYPE_VALUE],["ExtendableMessageEvent",e.TYPE_VALUE],["FetchEvent",e.TYPE_VALUE],["File",e.TYPE_VALUE],["FileList",e.TYPE_VALUE],["FileReaderEventMap",e.TYPE],["FileReader",e.TYPE_VALUE],["FileReaderSync",e.TYPE_VALUE],["FileSystemDirectoryHandle",e.TYPE_VALUE],["FileSystemFileHandle",e.TYPE_VALUE],["FileSystemHandle",e.TYPE_VALUE],["FileSystemSyncAccessHandle",e.TYPE_VALUE],["FileSystemWritableFileStream",e.TYPE_VALUE],["FontFace",e.TYPE_VALUE],["FontFaceSetEventMap",e.TYPE],["FontFaceSet",e.TYPE_VALUE],["FontFaceSetLoadEvent",e.TYPE_VALUE],["FontFaceSource",e.TYPE],["FormData",e.TYPE_VALUE],["GPU",e.TYPE_VALUE],["GPUAdapter",e.TYPE_VALUE],["GPUAdapterInfo",e.TYPE_VALUE],["GPUBindGroup",e.TYPE_VALUE],["GPUBindGroupLayout",e.TYPE_VALUE],["GPUBindingCommandsMixin",e.TYPE],["GPUBuffer",e.TYPE_VALUE],["GPUCanvasContext",e.TYPE_VALUE],["GPUCommandBuffer",e.TYPE_VALUE],["GPUCommandEncoder",e.TYPE_VALUE],["GPUCompilationInfo",e.TYPE_VALUE],["GPUCompilationMessage",e.TYPE_VALUE],["GPUComputePassEncoder",e.TYPE_VALUE],["GPUComputePipeline",e.TYPE_VALUE],["GPUDebugCommandsMixin",e.TYPE],["GPUDeviceEventMap",e.TYPE],["GPUDevice",e.TYPE_VALUE],["GPUDeviceLostInfo",e.TYPE_VALUE],["GPUError",e.TYPE_VALUE],["GPUExternalTexture",e.TYPE_VALUE],["GPUInternalError",e.TYPE_VALUE],["GPUObjectBase",e.TYPE],["GPUOutOfMemoryError",e.TYPE_VALUE],["GPUPipelineBase",e.TYPE],["GPUPipelineError",e.TYPE_VALUE],["GPUPipelineLayout",e.TYPE_VALUE],["GPUQuerySet",e.TYPE_VALUE],["GPUQueue",e.TYPE_VALUE],["GPURenderBundle",e.TYPE_VALUE],["GPURenderBundleEncoder",e.TYPE_VALUE],["GPURenderCommandsMixin",e.TYPE],["GPURenderPassEncoder",e.TYPE_VALUE],["GPURenderPipeline",e.TYPE_VALUE],["GPUSampler",e.TYPE_VALUE],["GPUShaderModule",e.TYPE_VALUE],["GPUSupportedFeatures",e.TYPE_VALUE],["GPUSupportedLimits",e.TYPE_VALUE],["GPUTexture",e.TYPE_VALUE],["GPUTextureView",e.TYPE_VALUE],["GPUUncapturedErrorEvent",e.TYPE_VALUE],["GPUValidationError",e.TYPE_VALUE],["GenericTransformStream",e.TYPE],["Headers",e.TYPE_VALUE],["IDBCursor",e.TYPE_VALUE],["IDBCursorWithValue",e.TYPE_VALUE],["IDBDatabaseEventMap",e.TYPE],["IDBDatabase",e.TYPE_VALUE],["IDBFactory",e.TYPE_VALUE],["IDBIndex",e.TYPE_VALUE],["IDBKeyRange",e.TYPE_VALUE],["IDBObjectStore",e.TYPE_VALUE],["IDBOpenDBRequestEventMap",e.TYPE],["IDBOpenDBRequest",e.TYPE_VALUE],["IDBRequestEventMap",e.TYPE],["IDBRequest",e.TYPE_VALUE],["IDBTransactionEventMap",e.TYPE],["IDBTransaction",e.TYPE_VALUE],["IDBVersionChangeEvent",e.TYPE_VALUE],["ImageBitmap",e.TYPE_VALUE],["ImageBitmapRenderingContext",e.TYPE_VALUE],["ImageData",e.TYPE_VALUE],["ImageDecoder",e.TYPE_VALUE],["ImageTrack",e.TYPE_VALUE],["ImageTrackList",e.TYPE_VALUE],["ImportMeta",e.TYPE],["KHR_parallel_shader_compile",e.TYPE],["Lock",e.TYPE_VALUE],["LockManager",e.TYPE_VALUE],["MediaCapabilities",e.TYPE_VALUE],["MediaSourceHandle",e.TYPE_VALUE],["MediaStreamTrackProcessor",e.TYPE_VALUE],["MessageChannel",e.TYPE_VALUE],["MessageEvent",e.TYPE_VALUE],["MessageEventTargetEventMap",e.TYPE],["MessageEventTarget",e.TYPE],["MessagePortEventMap",e.TYPE],["MessagePort",e.TYPE_VALUE],["NavigationPreloadManager",e.TYPE_VALUE],["NavigatorBadge",e.TYPE],["NavigatorConcurrentHardware",e.TYPE],["NavigatorGPU",e.TYPE],["NavigatorID",e.TYPE],["NavigatorLanguage",e.TYPE],["NavigatorLocks",e.TYPE],["NavigatorOnLine",e.TYPE],["NavigatorStorage",e.TYPE],["NotificationEventMap",e.TYPE],["Notification",e.TYPE_VALUE],["NotificationEvent",e.TYPE_VALUE],["OES_draw_buffers_indexed",e.TYPE],["OES_element_index_uint",e.TYPE],["OES_fbo_render_mipmap",e.TYPE],["OES_standard_derivatives",e.TYPE],["OES_texture_float",e.TYPE],["OES_texture_float_linear",e.TYPE],["OES_texture_half_float",e.TYPE],["OES_texture_half_float_linear",e.TYPE],["OES_vertex_array_object",e.TYPE],["OVR_multiview2",e.TYPE],["OffscreenCanvasEventMap",e.TYPE],["OffscreenCanvas",e.TYPE_VALUE],["OffscreenCanvasRenderingContext2D",e.TYPE_VALUE],["Path2D",e.TYPE_VALUE],["PerformanceEventMap",e.TYPE],["Performance",e.TYPE_VALUE],["PerformanceEntry",e.TYPE_VALUE],["PerformanceMark",e.TYPE_VALUE],["PerformanceMeasure",e.TYPE_VALUE],["PerformanceObserver",e.TYPE_VALUE],["PerformanceObserverEntryList",e.TYPE_VALUE],["PerformanceResourceTiming",e.TYPE_VALUE],["PerformanceServerTiming",e.TYPE_VALUE],["PermissionStatusEventMap",e.TYPE],["PermissionStatus",e.TYPE_VALUE],["Permissions",e.TYPE_VALUE],["ProgressEvent",e.TYPE_VALUE],["PromiseRejectionEvent",e.TYPE_VALUE],["PushEvent",e.TYPE_VALUE],["PushManager",e.TYPE_VALUE],["PushManagerAttribute",e.TYPE],["PushMessageData",e.TYPE_VALUE],["PushSubscription",e.TYPE_VALUE],["PushSubscriptionChangeEvent",e.TYPE_VALUE],["PushSubscriptionOptions",e.TYPE_VALUE],["RTCDataChannelEventMap",e.TYPE],["RTCDataChannel",e.TYPE_VALUE],["RTCEncodedAudioFrame",e.TYPE_VALUE],["RTCEncodedVideoFrame",e.TYPE_VALUE],["RTCRtpScriptTransformer",e.TYPE_VALUE],["RTCTransformEvent",e.TYPE_VALUE],["ReadableByteStreamController",e.TYPE_VALUE],["ReadableStream",e.TYPE_VALUE],["ReadableStreamBYOBReader",e.TYPE_VALUE],["ReadableStreamBYOBRequest",e.TYPE_VALUE],["ReadableStreamDefaultController",e.TYPE_VALUE],["ReadableStreamDefaultReader",e.TYPE_VALUE],["ReadableStreamGenericReader",e.TYPE],["ReportingObserver",e.TYPE_VALUE],["Request",e.TYPE_VALUE],["Response",e.TYPE_VALUE],["Scheduler",e.TYPE_VALUE],["SecurityPolicyViolationEvent",e.TYPE_VALUE],["ServiceWorkerEventMap",e.TYPE],["ServiceWorker",e.TYPE_VALUE],["ServiceWorkerContainerEventMap",e.TYPE],["ServiceWorkerContainer",e.TYPE_VALUE],["ServiceWorkerGlobalScopeEventMap",e.TYPE],["ServiceWorkerGlobalScope",e.TYPE_VALUE],["ServiceWorkerRegistrationEventMap",e.TYPE],["ServiceWorkerRegistration",e.TYPE_VALUE],["SharedWorkerGlobalScopeEventMap",e.TYPE],["SharedWorkerGlobalScope",e.TYPE_VALUE],["StorageManager",e.TYPE_VALUE],["StylePropertyMapReadOnly",e.TYPE_VALUE],["SubtleCrypto",e.TYPE_VALUE],["TaskController",e.TYPE_VALUE],["TaskPriorityChangeEvent",e.TYPE_VALUE],["TaskSignalEventMap",e.TYPE],["TaskSignal",e.TYPE_VALUE],["TextDecoder",e.TYPE_VALUE],["TextDecoderCommon",e.TYPE],["TextDecoderStream",e.TYPE_VALUE],["TextEncoder",e.TYPE_VALUE],["TextEncoderCommon",e.TYPE],["TextEncoderStream",e.TYPE_VALUE],["TextMetrics",e.TYPE_VALUE],["TransformStream",e.TYPE_VALUE],["TransformStreamDefaultController",e.TYPE_VALUE],["URL",e.TYPE_VALUE],["URLPattern",e.TYPE_VALUE],["URLSearchParams",e.TYPE_VALUE],["VideoColorSpace",e.TYPE_VALUE],["VideoDecoderEventMap",e.TYPE],["VideoDecoder",e.TYPE_VALUE],["VideoEncoderEventMap",e.TYPE],["VideoEncoder",e.TYPE_VALUE],["VideoFrame",e.TYPE_VALUE],["WEBGL_color_buffer_float",e.TYPE],["WEBGL_compressed_texture_astc",e.TYPE],["WEBGL_compressed_texture_etc",e.TYPE],["WEBGL_compressed_texture_etc1",e.TYPE],["WEBGL_compressed_texture_pvrtc",e.TYPE],["WEBGL_compressed_texture_s3tc",e.TYPE],["WEBGL_compressed_texture_s3tc_srgb",e.TYPE],["WEBGL_debug_renderer_info",e.TYPE],["WEBGL_debug_shaders",e.TYPE],["WEBGL_depth_texture",e.TYPE],["WEBGL_draw_buffers",e.TYPE],["WEBGL_lose_context",e.TYPE],["WEBGL_multi_draw",e.TYPE],["WGSLLanguageFeatures",e.TYPE_VALUE],["WebGL2RenderingContext",e.TYPE_VALUE],["WebGL2RenderingContextBase",e.TYPE],["WebGL2RenderingContextOverloads",e.TYPE],["WebGLActiveInfo",e.TYPE_VALUE],["WebGLBuffer",e.TYPE_VALUE],["WebGLContextEvent",e.TYPE_VALUE],["WebGLFramebuffer",e.TYPE_VALUE],["WebGLProgram",e.TYPE_VALUE],["WebGLQuery",e.TYPE_VALUE],["WebGLRenderbuffer",e.TYPE_VALUE],["WebGLRenderingContext",e.TYPE_VALUE],["WebGLRenderingContextBase",e.TYPE],["WebGLRenderingContextOverloads",e.TYPE],["WebGLSampler",e.TYPE_VALUE],["WebGLShader",e.TYPE_VALUE],["WebGLShaderPrecisionFormat",e.TYPE_VALUE],["WebGLSync",e.TYPE_VALUE],["WebGLTexture",e.TYPE_VALUE],["WebGLTransformFeedback",e.TYPE_VALUE],["WebGLUniformLocation",e.TYPE_VALUE],["WebGLVertexArrayObject",e.TYPE_VALUE],["WebGLVertexArrayObjectOES",e.TYPE],["WebSocketEventMap",e.TYPE],["WebSocket",e.TYPE_VALUE],["WebTransport",e.TYPE_VALUE],["WebTransportBidirectionalStream",e.TYPE_VALUE],["WebTransportDatagramDuplexStream",e.TYPE_VALUE],["WebTransportError",e.TYPE_VALUE],["WindowClient",e.TYPE_VALUE],["WindowOrWorkerGlobalScope",e.TYPE],["WorkerEventMap",e.TYPE],["Worker",e.TYPE_VALUE],["WorkerGlobalScopeEventMap",e.TYPE],["WorkerGlobalScope",e.TYPE_VALUE],["WorkerLocation",e.TYPE_VALUE],["WorkerNavigator",e.TYPE_VALUE],["WritableStream",e.TYPE_VALUE],["WritableStreamDefaultController",e.TYPE_VALUE],["WritableStreamDefaultWriter",e.TYPE_VALUE],["XMLHttpRequestEventMap",e.TYPE],["XMLHttpRequest",e.TYPE_VALUE],["XMLHttpRequestEventTargetEventMap",e.TYPE],["XMLHttpRequestEventTarget",e.TYPE_VALUE],["XMLHttpRequestUpload",e.TYPE_VALUE],["WebAssembly",e.TYPE_VALUE],["Console",e.TYPE],["AudioDataOutputCallback",e.TYPE],["EncodedAudioChunkOutputCallback",e.TYPE],["EncodedVideoChunkOutputCallback",e.TYPE],["FrameRequestCallback",e.TYPE],["LockGrantedCallback",e.TYPE],["OnErrorEventHandlerNonNull",e.TYPE],["PerformanceObserverCallback",e.TYPE],["QueuingStrategySize",e.TYPE],["ReportingObserverCallback",e.TYPE],["SchedulerPostTaskCallback",e.TYPE],["TransformerFlushCallback",e.TYPE],["TransformerStartCallback",e.TYPE],["TransformerTransformCallback",e.TYPE],["UnderlyingSinkAbortCallback",e.TYPE],["UnderlyingSinkCloseCallback",e.TYPE],["UnderlyingSinkStartCallback",e.TYPE],["UnderlyingSinkWriteCallback",e.TYPE],["UnderlyingSourceCancelCallback",e.TYPE],["UnderlyingSourcePullCallback",e.TYPE],["UnderlyingSourceStartCallback",e.TYPE],["VideoFrameOutputCallback",e.TYPE],["VoidFunction",e.TYPE],["WebCodecsErrorCallback",e.TYPE],["AlgorithmIdentifier",e.TYPE],["AllowSharedBufferSource",e.TYPE],["BigInteger",e.TYPE],["BlobPart",e.TYPE],["BodyInit",e.TYPE],["BufferSource",e.TYPE],["CSSKeywordish",e.TYPE],["CSSNumberish",e.TYPE],["CSSPerspectiveValue",e.TYPE],["CSSUnparsedSegment",e.TYPE],["CanvasImageSource",e.TYPE],["CookieList",e.TYPE],["DOMHighResTimeStamp",e.TYPE],["EpochTimeStamp",e.TYPE],["EventListenerOrEventListenerObject",e.TYPE],["FileSystemWriteChunkType",e.TYPE],["Float32List",e.TYPE],["FormDataEntryValue",e.TYPE],["GLbitfield",e.TYPE],["GLboolean",e.TYPE],["GLclampf",e.TYPE],["GLenum",e.TYPE],["GLfloat",e.TYPE],["GLint",e.TYPE],["GLint64",e.TYPE],["GLintptr",e.TYPE],["GLsizei",e.TYPE],["GLsizeiptr",e.TYPE],["GLuint",e.TYPE],["GLuint64",e.TYPE],["GPUBindingResource",e.TYPE],["GPUBufferDynamicOffset",e.TYPE],["GPUBufferUsageFlags",e.TYPE],["GPUColor",e.TYPE],["GPUColorWriteFlags",e.TYPE],["GPUCopyExternalImageSource",e.TYPE],["GPUDepthBias",e.TYPE],["GPUExtent3D",e.TYPE],["GPUFlagsConstant",e.TYPE],["GPUIndex32",e.TYPE],["GPUIntegerCoordinate",e.TYPE],["GPUIntegerCoordinateOut",e.TYPE],["GPUMapModeFlags",e.TYPE],["GPUOrigin2D",e.TYPE],["GPUOrigin3D",e.TYPE],["GPUPipelineConstantValue",e.TYPE],["GPUSampleMask",e.TYPE],["GPUShaderStageFlags",e.TYPE],["GPUSignedOffset32",e.TYPE],["GPUSize32",e.TYPE],["GPUSize32Out",e.TYPE],["GPUSize64",e.TYPE],["GPUSize64Out",e.TYPE],["GPUStencilValue",e.TYPE],["GPUTextureUsageFlags",e.TYPE],["HashAlgorithmIdentifier",e.TYPE],["HeadersInit",e.TYPE],["IDBValidKey",e.TYPE],["ImageBitmapSource",e.TYPE],["ImageBufferSource",e.TYPE],["ImageDataArray",e.TYPE],["Int32List",e.TYPE],["MessageEventSource",e.TYPE],["NamedCurve",e.TYPE],["OffscreenRenderingContext",e.TYPE],["OnErrorEventHandler",e.TYPE],["PerformanceEntryList",e.TYPE],["PushMessageDataInit",e.TYPE],["ReadableStreamController",e.TYPE],["ReadableStreamReadResult",e.TYPE],["ReadableStreamReader",e.TYPE],["ReportList",e.TYPE],["RequestInfo",e.TYPE],["TexImageSource",e.TYPE],["TimerHandler",e.TYPE],["Transferable",e.TYPE],["URLPatternInput",e.TYPE],["Uint32List",e.TYPE],["XMLHttpRequestBodyInit",e.TYPE],["AacBitstreamFormat",e.TYPE],["AlphaOption",e.TYPE],["AudioSampleFormat",e.TYPE],["AvcBitstreamFormat",e.TYPE],["BinaryType",e.TYPE],["BitrateMode",e.TYPE],["CSSMathOperator",e.TYPE],["CSSNumericBaseType",e.TYPE],["CanvasDirection",e.TYPE],["CanvasFillRule",e.TYPE],["CanvasFontKerning",e.TYPE],["CanvasFontStretch",e.TYPE],["CanvasFontVariantCaps",e.TYPE],["CanvasLineCap",e.TYPE],["CanvasLineJoin",e.TYPE],["CanvasTextAlign",e.TYPE],["CanvasTextBaseline",e.TYPE],["CanvasTextRendering",e.TYPE],["ClientTypes",e.TYPE],["CodecState",e.TYPE],["ColorGamut",e.TYPE],["ColorSpaceConversion",e.TYPE],["CompressionFormat",e.TYPE],["CookieSameSite",e.TYPE],["DocumentVisibilityState",e.TYPE],["EncodedAudioChunkType",e.TYPE],["EncodedVideoChunkType",e.TYPE],["EndingType",e.TYPE],["FileSystemHandleKind",e.TYPE],["FontDisplay",e.TYPE],["FontFaceLoadStatus",e.TYPE],["FontFaceSetLoadStatus",e.TYPE],["FrameType",e.TYPE],["GPUAddressMode",e.TYPE],["GPUAutoLayoutMode",e.TYPE],["GPUBlendFactor",e.TYPE],["GPUBlendOperation",e.TYPE],["GPUBufferBindingType",e.TYPE],["GPUBufferMapState",e.TYPE],["GPUCanvasAlphaMode",e.TYPE],["GPUCanvasToneMappingMode",e.TYPE],["GPUCompareFunction",e.TYPE],["GPUCompilationMessageType",e.TYPE],["GPUCullMode",e.TYPE],["GPUDeviceLostReason",e.TYPE],["GPUErrorFilter",e.TYPE],["GPUFeatureName",e.TYPE],["GPUFilterMode",e.TYPE],["GPUFrontFace",e.TYPE],["GPUIndexFormat",e.TYPE],["GPULoadOp",e.TYPE],["GPUMipmapFilterMode",e.TYPE],["GPUPipelineErrorReason",e.TYPE],["GPUPowerPreference",e.TYPE],["GPUPrimitiveTopology",e.TYPE],["GPUQueryType",e.TYPE],["GPUSamplerBindingType",e.TYPE],["GPUStencilOperation",e.TYPE],["GPUStorageTextureAccess",e.TYPE],["GPUStoreOp",e.TYPE],["GPUTextureAspect",e.TYPE],["GPUTextureDimension",e.TYPE],["GPUTextureFormat",e.TYPE],["GPUTextureSampleType",e.TYPE],["GPUTextureViewDimension",e.TYPE],["GPUVertexFormat",e.TYPE],["GPUVertexStepMode",e.TYPE],["GlobalCompositeOperation",e.TYPE],["HardwareAcceleration",e.TYPE],["HdrMetadataType",e.TYPE],["IDBCursorDirection",e.TYPE],["IDBRequestReadyState",e.TYPE],["IDBTransactionDurability",e.TYPE],["IDBTransactionMode",e.TYPE],["ImageDataPixelFormat",e.TYPE],["ImageOrientation",e.TYPE],["ImageSmoothingQuality",e.TYPE],["KeyFormat",e.TYPE],["KeyType",e.TYPE],["KeyUsage",e.TYPE],["LatencyMode",e.TYPE],["LockMode",e.TYPE],["MediaDecodingType",e.TYPE],["MediaEncodingType",e.TYPE],["MediaKeysRequirement",e.TYPE],["NotificationDirection",e.TYPE],["NotificationPermission",e.TYPE],["OffscreenRenderingContextId",e.TYPE],["OpusBitstreamFormat",e.TYPE],["PermissionName",e.TYPE],["PermissionState",e.TYPE],["PredefinedColorSpace",e.TYPE],["PremultiplyAlpha",e.TYPE],["PushEncryptionKeyName",e.TYPE],["RTCDataChannelState",e.TYPE],["ReadableStreamReaderMode",e.TYPE],["ReadableStreamType",e.TYPE],["ReferrerPolicy",e.TYPE],["RequestCache",e.TYPE],["RequestCredentials",e.TYPE],["RequestDestination",e.TYPE],["RequestMode",e.TYPE],["RequestPriority",e.TYPE],["RequestRedirect",e.TYPE],["ResizeQuality",e.TYPE],["ResponseType",e.TYPE],["SecurityPolicyViolationEventDisposition",e.TYPE],["ServiceWorkerState",e.TYPE],["ServiceWorkerUpdateViaCache",e.TYPE],["TaskPriority",e.TYPE],["TransferFunction",e.TYPE],["VideoColorPrimaries",e.TYPE],["VideoEncoderBitrateMode",e.TYPE],["VideoMatrixCoefficients",e.TYPE],["VideoPixelFormat",e.TYPE],["VideoTransferCharacteristics",e.TYPE],["WebGLPowerPreference",e.TYPE],["WebTransportCongestionControl",e.TYPE],["WebTransportErrorSource",e.TYPE],["WorkerType",e.TYPE],["WriteCommandType",e.TYPE],["XMLHttpRequestResponseType",e.TYPE],["FormDataIterator",e.TYPE],["HeadersIterator",e.TYPE],["StylePropertyMapReadOnlyIterator",e.TYPE],["URLSearchParamsIterator",e.TYPE],["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE]]},$i}i(km,"requireWebworker");var Hi={},yp;function Nm(){return yp||(yp=1,Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.webworker_asynciterable=void 0,Hi.webworker_asynciterable={libs:[],variables:[]}),Hi}i(Nm,"requireWebworker_asynciterable");var Ki={},_p;function jm(){return _p||(_p=1,Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.webworker_iterable=void 0,Ki.webworker_iterable={libs:[],variables:[]}),Ki}i(jm,"requireWebworker_iterable");var hp;function qm(){if(hp)return Mt;hp=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.lib=void 0;const e=_o(),s=pu(),n=le(),u=Se(),o=fe(),r=es(),t=mm(),a=ym(),l=Jt(),c=ho(),f=So(),Y=vo(),L=ne(),T=Yo(),b=go(),E=bo(),d=ae(),p=Ke(),S=Co(),C=Ao(),P=_m(),h=Lo(),g=Uo(),V=Fu(),R=Bu(),I=hm(),M=ku(),q=ju(),ie=Wu(),G=Hu(),H=zu(),w=Vo(),W=Zu(),Z=st(),K=Sm(),N=ts(),J=rc(),z=nc(),ee=Do(),te=lc(),Ee=vm(),at=cc(),Le=pc(),j=Tc(),Ce=dc(),lt=xo(),Ie=rs(),Me=vc(),Un=Ym(),ss=Oe(),os=gc(),as=Ac(),Vn=Cc(),ls=Dc(),Dn=Ro(),us=Io(),Rn=gm(),cs=Ic(),xn=Oo(),Es=wc(),ps=Gc(),fs=Mo(),On=qc(),Ts=$c(),Ps=bm(),ve=Kc(),$=Xc(),Ye=Qc(),Ue=eE(),Je=Fo(),ds=nE(),In=oE(),ms=Am(),Ve=lE(),ys=Bo(),_s=pE(),m=wo(),_=Lm(),y=PE(),v=mE(),A=_E(),U=SE(),x=YE(),k=No(),se=Go(),Mn=CE(),Fe=Cm(),Lf=ko(),Cf=DE(),Uf=xE(),Vf=IE(),Df=np(),Rf=BE(),xf=Um(),Of=Vm(),If=kE(),Mf=qE(),Ff=$E(),wf=KE(),Bf=XE(),Gf=Dm(),kf=Rm(),Nf=QE(),jf=xm(),qf=Om(),Wf=Im(),$f=Mm(),Hf=ep(),Kf=Fm(),zf=wm(),Xf=is(),Jf=rp(),Qf=Bm(),Zf=Gm(),eT=ue(),tT=km(),rT=Nm(),iT=ce(),nT=jm();return Mt.lib=new Map([["es5",r.es5],["es6",t.es6],["es2015",l.es2015],["es7",a.es7],["es2016",S.es2016],["es2017",g.es2017],["es2018",w.es2018],["es2019",ee.es2019],["es2020",lt.es2020],["es2021",us.es2021],["es2022",fs.es2022],["es2023",Je.es2023],["es2024",ys.es2024],["es2025",k.es2025],["esnext",Df.esnext],["dom",n.dom],["dom.iterable",o.dom_iterable],["dom.asynciterable",u.dom_asynciterable],["webworker",tT.webworker],["webworker.importscripts",iT.webworker_importscripts],["webworker.iterable",nT.webworker_iterable],["webworker.asynciterable",rT.webworker_asynciterable],["scripthost",eT.scripthost],["es2015.core",f.es2015_core],["es2015.collection",c.es2015_collection],["es2015.generator",Y.es2015_generator],["es2015.iterable",L.es2015_iterable],["es2015.promise",T.es2015_promise],["es2015.proxy",b.es2015_proxy],["es2015.reflect",E.es2015_reflect],["es2015.symbol",d.es2015_symbol],["es2015.symbol.wellknown",p.es2015_symbol_wellknown],["es2016.array.include",C.es2016_array_include],["es2016.intl",h.es2016_intl],["es2017.arraybuffer",V.es2017_arraybuffer],["es2017.date",R.es2017_date],["es2017.object",q.es2017_object],["es2017.sharedmemory",ie.es2017_sharedmemory],["es2017.string",G.es2017_string],["es2017.intl",M.es2017_intl],["es2017.typedarrays",H.es2017_typedarrays],["es2018.asyncgenerator",W.es2018_asyncgenerator],["es2018.asynciterable",Z.es2018_asynciterable],["es2018.intl",N.es2018_intl],["es2018.promise",J.es2018_promise],["es2018.regexp",z.es2018_regexp],["es2019.array",te.es2019_array],["es2019.object",Le.es2019_object],["es2019.string",j.es2019_string],["es2019.symbol",Ce.es2019_symbol],["es2019.intl",at.es2019_intl],["es2020.bigint",Ie.es2020_bigint],["es2020.date",Me.es2020_date],["es2020.promise",as.es2020_promise],["es2020.sharedmemory",Vn.es2020_sharedmemory],["es2020.string",ls.es2020_string],["es2020.symbol.wellknown",Dn.es2020_symbol_wellknown],["es2020.intl",ss.es2020_intl],["es2020.number",os.es2020_number],["es2021.promise",xn.es2021_promise],["es2021.string",Es.es2021_string],["es2021.weakref",ps.es2021_weakref],["es2021.intl",cs.es2021_intl],["es2022.array",On.es2022_array],["es2022.error",Ts.es2022_error],["es2022.intl",ve.es2022_intl],["es2022.object",$.es2022_object],["es2022.string",Ue.es2022_string],["es2022.regexp",Ye.es2022_regexp],["es2023.array",ds.es2023_array],["es2023.collection",In.es2023_collection],["es2023.intl",Ve.es2023_intl],["es2024.arraybuffer",_s.es2024_arraybuffer],["es2024.collection",m.es2024_collection],["es2024.object",y.es2024_object],["es2024.promise",v.es2024_promise],["es2024.regexp",A.es2024_regexp],["es2024.sharedmemory",U.es2024_sharedmemory],["es2024.string",x.es2024_string],["es2025.collection",se.es2025_collection],["es2025.float16",Mn.es2025_float16],["es2025.intl",Lf.es2025_intl],["es2025.iterator",Cf.es2025_iterator],["es2025.promise",Uf.es2025_promise],["es2025.regexp",Vf.es2025_regexp],["esnext.asynciterable",xf.esnext_asynciterable],["esnext.symbol",zf.esnext_symbol],["esnext.bigint",Of.esnext_bigint],["esnext.weakref",Qf.esnext_weakref],["esnext.object",qf.esnext_object],["esnext.regexp",$f.esnext_regexp],["esnext.string",Kf.esnext_string],["esnext.float16",Gf.esnext_float16],["esnext.iterator",jf.esnext_iterator],["esnext.promise",Wf.esnext_promise],["esnext.array",Rf.esnext_array],["esnext.collection",If.esnext_collection],["esnext.date",Mf.esnext_date],["esnext.decorators",Ff.esnext_decorators],["esnext.disposable",wf.esnext_disposable],["esnext.error",Bf.esnext_error],["esnext.intl",Nf.esnext_intl],["esnext.sharedmemory",Hf.esnext_sharedmemory],["esnext.temporal",Xf.esnext_temporal],["esnext.typedarrays",Jf.esnext_typedarrays],["decorators",e.decorators],["decorators.legacy",s.decorators_legacy],["es2016.full",P.es2016_full],["es2017.full",I.es2017_full],["es2018.full",K.es2018_full],["es2019.full",Ee.es2019_full],["es2020.full",Un.es2020_full],["es2021.full",Rn.es2021_full],["es2022.full",Ps.es2022_full],["es2023.full",ms.es2023_full],["es2024.full",_.es2024_full],["es2025.full",Fe.es2025_full],["esnext.full",kf.esnext_full],["lib",Zf.lib]]),Mt}i(qm,"requireLib");var zi={},Xi={},ze={},Ji={},Qi={},Ae={},Sp;function jo(){if(Sp)return Ae;Sp=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.Reference=Ae.ReferenceTypeFlag=Ae.ReferenceFlag=void 0;const e=Zn();var s;(function(r){r[r.Read=1]="Read",r[r.Write=2]="Write",r[r.ReadWrite=3]="ReadWrite"})(s||(Ae.ReferenceFlag=s={}));const n=(0,e.createIdGenerator)();var u;(function(r){r[r.Value=1]="Value",r[r.Type=2]="Type"})(u||(Ae.ReferenceTypeFlag=u={}));let o=class{static{i(this,"Reference")}$id=n();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,a,l,c,f,Y,L=u.Value){this.identifier=t,this.from=a,this.resolved=null,this.#e=l,this.isWrite()&&(this.writeExpr=c,this.init=Y),this.maybeImplicitGlobal=f,this.#t=L}get isTypeReference(){return(this.#t&u.Type)!==0}get isValueReference(){return(this.#t&u.Value)!==0}isWrite(){return!!(this.#e&s.Write)}isRead(){return!!(this.#e&s.Read)}isReadOnly(){return this.#e===s.Read}isWriteOnly(){return this.#e===s.Write}isReadWrite(){return this.#e===s.ReadWrite}};return Ae.Reference=o,Ae}i(jo,"requireReference");var qo={},Zi={},en={},vp;function Yp(){if(vp)return en;vp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.VariableBase=void 0;const s=(0,Zn().createIdGenerator)();let n=class{static{i(this,"VariableBase")}$id=s();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(o,r){this.name=o,this.scope=r}};return en.VariableBase=n,en}i(Yp,"requireVariableBase");var gp;function bp(){if(gp)return Zi;gp=1,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.ESLintScopeVariable=void 0;const e=Yp();let s=class extends e.VariableBase{static{i(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Zi.ESLintScopeVariable=s,Zi}i(bp,"requireESLintScopeVariable");var tn={},Ap;function Wm(){if(Ap)return tn;Ap=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.ImplicitLibVariable=void 0;const e=bp();let s=class extends e.ESLintScopeVariable{static{i(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(u,o,{eslintImplicitGlobalSetting:r,isTypeVariable:t,isValueVariable:a,writeable:l}){super(o,u),this.isTypeVariable=t??!1,this.isValueVariable=a??!1,this.writeable=l??!1,this.eslintImplicitGlobalSetting=r??"readonly"}};return tn.ImplicitLibVariable=s,tn}i(Wm,"requireImplicitLibVariable");var rn={},Lp;function $m(){if(Lp)return rn;Lp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.Variable=void 0;const e=Yp();let s=class extends e.VariableBase{static{i(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(u=>u.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(u=>u.isVariableDefinition)}};return rn.Variable=s,rn}i($m,"requireVariable$1");var Cp;function Wo(){return Cp||(Cp=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var s=bp();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:i(function(){return s.ESLintScopeVariable},"get")});var n=Wm();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:i(function(){return n.ImplicitLibVariable},"get")});var u=$m();Object.defineProperty(e,"Variable",{enumerable:!0,get:i(function(){return u.Variable},"get")})})(qo)),qo}i(Wo,"requireVariable");var nn={},Up;function Q(){if(Up)return nn;Up=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.ScopeType=void 0;var e;return(function(s){s.block="block",s.catch="catch",s.class="class",s.classFieldInitializer="class-field-initializer",s.classStaticBlock="class-static-block",s.conditionalType="conditionalType",s.for="for",s.function="function",s.functionExpressionName="function-expression-name",s.functionType="functionType",s.global="global",s.mappedType="mappedType",s.module="module",s.switch="switch",s.tsEnum="tsEnum",s.tsModule="tsModule",s.type="type",s.with="with"})(e||(nn.ScopeType=e={})),nn}i(Q,"requireScopeType");var Vp;function re(){if(Vp)return Qi;Vp=1,Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.ScopeBase=void 0;const e=ge(),s=St(),n=Zn(),u=jo(),o=Wo(),r=Q();function t(Y,L,T){let b;if(Y.upper?.isStrict||T||Y.type===r.ScopeType.class||Y.type===r.ScopeType.conditionalType||Y.type===r.ScopeType.functionType||Y.type===r.ScopeType.mappedType||Y.type===r.ScopeType.module||Y.type===r.ScopeType.tsEnum||Y.type===r.ScopeType.tsModule||Y.type===r.ScopeType.type)return!0;if(Y.type===r.ScopeType.block||Y.type===r.ScopeType.switch)return!1;if(Y.type===r.ScopeType.function){const E=L;switch(E.type){case e.AST_NODE_TYPES.ArrowFunctionExpression:if(E.body.type!==e.AST_NODE_TYPES.BlockStatement)return!1;b=E.body;break;case e.AST_NODE_TYPES.Program:b=E;break;default:b=E.body}if(!b)return!1}else if(Y.type===r.ScopeType.global)b=L;else return!1;for(const E of b.body){if(E.type!==e.AST_NODE_TYPES.ExpressionStatement||E.directive==null)break;if(E.directive==="use strict")return!0}return!1}i(t,"isStrictScope");function a(Y,L){Y.scopes.push(L);const T=Y.nodeToScope.get(L.block);T?T.push(L):Y.nodeToScope.set(L.block,[L])}i(a,"registerScope");const l=(0,n.createIdGenerator)(),c=new Set([r.ScopeType.classFieldInitializer,r.ScopeType.classStaticBlock,r.ScopeType.function,r.ScopeType.global,r.ScopeType.module,r.ScopeType.tsModule]);let f=class{static{i(this,"ScopeBase")}$id=l();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#i=i(L=>{let T=this;do T.through.push(L),T=T.upper;while(T)},"#dynamicCloseRef");#a=i(L=>{i(()=>{const b=L.identifier.name,E=this.set.get(b);if(!E||!this.isValidResolution(L,E))return!1;const d=L.isTypeReference&&E.isTypeVariable,p=L.isValueReference&&E.isValueVariable;return!d&&!p?!1:(E.references.push(L),L.resolved=E,!0)},"resolve")()||this.delegateToUpperScope(L)},"#staticCloseRef");variableScope;constructor(L,T,b,E,d){const p=b;this.type=T,this.#t=this.type===r.ScopeType.global||this.type===r.ScopeType.with,this.block=E,this.variableScope=this.isVariableScope()?this:p.variableScope,this.upper=b,this.isStrict=t(this,E,d),p?.childScopes.push(this),this.#e=L.declaredVariables,a(L,this)}isVariableScope(){return c.has(this.type)}close(L){const T=this.shouldStaticallyClose()?this.#a:this.#i;return(0,s.assert)(this.leftToResolve),this.leftToResolve.forEach(b=>T(b)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t||this.type==="global"}defineVariable(L,T,b,E,d){const p=typeof L=="string"?L:L.name;let S=T.get(p);S||(S=typeof L=="string"?new o.Variable(p,this):L,T.set(p,S),b.push(S)),d&&(S.defs.push(d),this.addDeclaredVariablesOfNode(S,d.node),this.addDeclaredVariablesOfNode(S,d.parent)),E&&S.identifiers.push(E)}delegateToUpperScope(L){this.upper?.leftToResolve?.push(L),this.through.push(L)}isValidResolution(L,T){return!0}addDeclaredVariablesOfNode(L,T){if(T==null)return;let b=this.#e.get(T);b==null&&(b=[],this.#e.set(T,b)),b.includes(L)||b.push(L)}defineIdentifier(L,T){this.defineVariable(L.name,this.set,this.variables,L,T)}defineLiteralIdentifier(L,T){this.defineVariable(L.value,this.set,this.variables,null,T)}referenceDualValueType(L){const T=new u.Reference(L,this,u.ReferenceFlag.Read,null,null,!1,u.ReferenceTypeFlag.Type|u.ReferenceTypeFlag.Value);this.references.push(T),this.leftToResolve?.push(T)}referenceType(L){const T=new u.Reference(L,this,u.ReferenceFlag.Read,null,null,!1,u.ReferenceTypeFlag.Type);this.references.push(T),this.leftToResolve?.push(T)}referenceValue(L,T=u.ReferenceFlag.Read,b,E,d=!1){const p=new u.Reference(L,this,T,b,E,d,u.ReferenceTypeFlag.Value);this.references.push(p),this.leftToResolve?.push(p)}};return Qi.ScopeBase=f,Qi}i(re,"requireScopeBase");var Dp;function Hm(){if(Dp)return Ji;Dp=1,Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.BlockScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"BlockScope")}constructor(o,r,t){super(o,s.ScopeType.block,r,t,!1)}};return Ji.BlockScope=n,Ji}i(Hm,"requireBlockScope");var sn={},Rp;function Km(){if(Rp)return sn;Rp=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.CatchScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"CatchScope")}constructor(o,r,t){super(o,s.ScopeType.catch,r,t,!1)}};return sn.CatchScope=n,sn}i(Km,"requireCatchScope");var on={},xp;function Op(){if(xp)return on;xp=1,Object.defineProperty(on,"__esModule",{value:!0}),on.ClassFieldInitializerScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ClassFieldInitializerScope")}constructor(o,r,t){super(o,s.ScopeType.classFieldInitializer,r,t,!1)}};return on.ClassFieldInitializerScope=n,on}i(Op,"requireClassFieldInitializerScope");var an={},Ip;function zm(){if(Ip)return an;Ip=1,Object.defineProperty(an,"__esModule",{value:!0}),an.ClassScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ClassScope")}constructor(o,r,t){super(o,s.ScopeType.class,r,t,!1)}};return an.ClassScope=n,an}i(zm,"requireClassScope");var ln={},Mp;function Xm(){if(Mp)return ln;Mp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.ConditionalTypeScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ConditionalTypeScope")}constructor(o,r,t){super(o,s.ScopeType.conditionalType,r,t,!1)}};return ln.ConditionalTypeScope=n,ln}i(Xm,"requireConditionalTypeScope");var un={},Fp;function Jm(){if(Fp)return un;Fp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.ForScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ForScope")}constructor(o,r,t){super(o,s.ScopeType.for,r,t,!1)}};return un.ForScope=n,un}i(Jm,"requireForScope");var cn={},wp;function Qm(){if(wp)return cn;wp=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.FunctionExpressionNameScope=void 0;const e=nt(),s=re(),n=Q();let u=class extends s.ScopeBase{static{i(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(r,t,a){super(r,n.ScopeType.functionExpressionName,t,a,!1),a.id&&this.defineIdentifier(a.id,new e.FunctionNameDefinition(a.id,a)),this.functionExpressionScope=!0}};return cn.FunctionExpressionNameScope=u,cn}i(Qm,"requireFunctionExpressionNameScope");var En={},Bp;function Zm(){if(Bp)return En;Bp=1,Object.defineProperty(En,"__esModule",{value:!0}),En.FunctionScope=void 0;const e=ge(),s=re(),n=Q();let u=class extends s.ScopeBase{static{i(this,"FunctionScope")}constructor(r,t,a,l){super(r,n.ScopeType.function,t,a,l),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(r,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const a=this.block.body?.range[0]??-1;return!(t.scope===this&&r.identifier.range[0]<a&&t.defs.every(l=>l.name.range[0]>=a))}};return En.FunctionScope=u,En}i(Zm,"requireFunctionScope");var pn={},Gp;function ey(){if(Gp)return pn;Gp=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.FunctionTypeScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"FunctionTypeScope")}constructor(o,r,t){super(o,s.ScopeType.functionType,r,t,!1)}};return pn.FunctionTypeScope=n,pn}i(ey,"requireFunctionTypeScope");var fn={},kp;function ty(){if(kp)return fn;kp=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.GlobalScope=void 0;const e=ge(),s=St(),n=eu(),u=Wo(),o=re(),r=Q();let t=class extends o.ScopeBase{static{i(this,"GlobalScope")}implicit;constructor(l,c){super(l,r.ScopeType.global,null,c,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}addVariables(l){for(const f of l)this.defineVariable(f,this.set,this.variables,null,null),this.implicit.set.delete(f);const c=new Set(l);for(const f of this.through)if(c.has(f.identifier.name)){const Y=this.set.get(f.identifier.name);(0,s.assert)(Y,`Expected variable with name "${f.identifier.name}" to be specified.`),f.resolved=Y,Y.references.push(f)}this.through=this.through.filter(f=>!c.has(f.identifier.name)),this.implicit.variables=this.implicit.variables.filter(f=>!c.has(f.name)),this.implicit.leftToBeResolved=this.implicit.leftToBeResolved.filter(f=>!c.has(f.identifier.name))}close(l){(0,s.assert)(this.leftToResolve);for(const c of this.leftToResolve)if(c.maybeImplicitGlobal&&!this.set.has(c.identifier.name)){const f=c.maybeImplicitGlobal,Y=f.pattern;Y.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(Y.name,this.implicit.set,this.implicit.variables,Y,new n.ImplicitGlobalVariableDefinition(f.pattern,f.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(l),this.implicit.leftToBeResolved=[...this.through],null}defineImplicitVariable(l,c){this.defineVariable(new u.ImplicitLibVariable(this,l,c),this.set,this.variables,null,null)}};return fn.GlobalScope=t,fn}i(ty,"requireGlobalScope");var Tn={},Np;function ry(){if(Np)return Tn;Np=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.MappedTypeScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"MappedTypeScope")}constructor(o,r,t){super(o,s.ScopeType.mappedType,r,t,!1)}};return Tn.MappedTypeScope=n,Tn}i(ry,"requireMappedTypeScope");var Pn={},jp;function iy(){if(jp)return Pn;jp=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.ModuleScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ModuleScope")}constructor(o,r,t){super(o,s.ScopeType.module,r,t,!1)}};return Pn.ModuleScope=n,Pn}i(iy,"requireModuleScope");var $o={},qp;function ny(){return qp||(qp=1,Object.defineProperty($o,"__esModule",{value:!0})),$o}i(ny,"requireScope$2");var dn={},Wp;function sy(){if(Wp)return dn;Wp=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.SwitchScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"SwitchScope")}constructor(o,r,t){super(o,s.ScopeType.switch,r,t,!1)}};return dn.SwitchScope=n,dn}i(sy,"requireSwitchScope");var mn={},$p;function oy(){if($p)return mn;$p=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.TSEnumScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"TSEnumScope")}constructor(o,r,t){super(o,s.ScopeType.tsEnum,r,t,!1)}};return mn.TSEnumScope=n,mn}i(oy,"requireTSEnumScope");var yn={},Hp;function ay(){if(Hp)return yn;Hp=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.TSModuleScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"TSModuleScope")}constructor(o,r,t){super(o,s.ScopeType.tsModule,r,t,!1)}};return yn.TSModuleScope=n,yn}i(ay,"requireTSModuleScope");var _n={},Kp;function ly(){if(Kp)return _n;Kp=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.TypeScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"TypeScope")}constructor(o,r,t){super(o,s.ScopeType.type,r,t,!1)}};return _n.TypeScope=n,_n}i(ly,"requireTypeScope");var hn={},zp;function uy(){if(zp)return hn;zp=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.WithScope=void 0;const e=St(),s=re(),n=Q();let u=class extends s.ScopeBase{static{i(this,"WithScope")}constructor(r,t,a){super(r,n.ScopeType.with,t,a,!1)}close(r){return this.shouldStaticallyClose()?super.close(r):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return hn.WithScope=u,hn}i(uy,"requireWithScope");var Xp;function Ho(){return Xp||(Xp=1,(function(e){var s=ze&&ze.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=ze&&ze.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Hm(),e),n(Km(),e),n(Op(),e),n(zm(),e),n(Xm(),e),n(Jm(),e),n(Qm(),e),n(Zm(),e),n(ey(),e),n(ty(),e),n(ry(),e),n(iy(),e),n(ny(),e),n(Q(),e),n(sy(),e),n(oy(),e),n(ay(),e),n(ly(),e),n(uy(),e)})(ze)),ze}i(Ho,"requireScope$1");var Ko={},Sn={},vn={},Jp;function zo(){if(Jp)return vn;Jp=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.VisitorBase=void 0;const e=ql();function s(o){return typeof o=="object"&&o!=null}i(s,"isObject");function n(o){return s(o)&&typeof o.type=="string"}i(n,"isNode");let u=class{static{i(this,"VisitorBase")}#e;#t;constructor(r){this.#e=r.childVisitorKeys??e.visitorKeys,this.#t=r.visitChildrenEvenIfSelectorExists??!1}visitChildren(r,t=[]){if(r?.type==null)return;const a=new Set([...t,"parent"]),l=this.#e[r.type]??Object.keys(r);for(const c of l){if(a.has(c))continue;const f=r[c];if(f)if(Array.isArray(f))for(const Y of f)n(Y)&&this.visit(Y);else n(f)&&this.visit(f)}}visit(r){if(r?.type==null)return;const t=this[r.type];t&&(t.call(this,r),!this.#t)||this.visitChildren(r)}};return vn.VisitorBase=u,vn}i(zo,"requireVisitorBase");var Qp;function Xo(){if(Qp)return Sn;Qp=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.PatternVisitor=void 0;const e=ge(),s=zo();let n=class extends s.VisitorBase{static{i(this,"PatternVisitor")}#e=[];#t;#i=[];#a;rightHandNodes=[];constructor(o,r,t){super(o),this.#a=r,this.#t=t}static isPattern(o){const r=o.type;return r===e.AST_NODE_TYPES.Identifier||r===e.AST_NODE_TYPES.ObjectPattern||r===e.AST_NODE_TYPES.ArrayPattern||r===e.AST_NODE_TYPES.SpreadElement||r===e.AST_NODE_TYPES.RestElement||r===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(o){o.elements.forEach(this.visit,this)}ArrayPattern(o){for(const r of o.elements)this.visit(r)}AssignmentExpression(o){this.#e.push(o),this.visit(o.left),this.rightHandNodes.push(o.right),this.#e.pop()}AssignmentPattern(o){this.#e.push(o),this.visit(o.left),this.rightHandNodes.push(o.right),this.#e.pop()}CallExpression(o){o.arguments.forEach(r=>{this.rightHandNodes.push(r)}),this.visit(o.callee)}Decorator(){}Identifier(o){const r=this.#i.at(-1);this.#t(o,{assignments:this.#e,rest:r?.argument===o,topLevel:o===this.#a})}MemberExpression(o){o.computed&&this.rightHandNodes.push(o.property),this.rightHandNodes.push(o.object)}Property(o){o.computed&&this.rightHandNodes.push(o.key),this.visit(o.value)}RestElement(o){this.#i.push(o),this.visit(o.argument),this.#i.pop()}SpreadElement(o){this.visit(o.argument)}TSTypeAnnotation(){}};return Sn.PatternVisitor=n,Sn}i(Xo,"requirePatternVisitor");var Zp;function ot(){return Zp||(Zp=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const s=Xo(),n=zo();class u extends n.VisitorBase{static{i(this,"Visitor")}#e;constructor(t){super(t instanceof u?t.#e:t),this.#e=t instanceof u?t.#e:t}visitPattern(t,a,l={processRightHandNodes:!1}){const c=new s.PatternVisitor(this.#e,t,a);c.visit(t),l.processRightHandNodes&&c.rightHandNodes.forEach(this.visit,this)}}e.Visitor=u;var o=zo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:i(function(){return o.VisitorBase},"get")})})(Ko)),Ko}i(ot,"requireVisitor");var ef;function tf(){if(ef)return Xi;ef=1,Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.TypeVisitor=void 0;const e=ge(),s=nt(),n=Ho(),u=ot();let o=class Yf extends u.Visitor{static{i(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new Yf(t).visit(a)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const a of t.params){let l=!1;this.visitPattern(a,(c,f)=>{this.#e.currentScope().defineIdentifier(c,new s.ParameterDefinition(c,t,f.rest)),c.typeAnnotation&&(this.visit(c.typeAnnotation),l=!0)}),!l&&"typeAnnotation"in a&&this.visit(a.typeAnnotation)}this.visit(t.returnType),this.#e.close(t)}visitPropertyKey(t){t.computed&&this.#e.visit(t.key)}Identifier(t){this.#e.currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){this.#e.scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),this.#e.close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const a of t.parameters)a.type===e.AST_NODE_TYPES.Identifier&&this.visit(a.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const a=t.typeParameter;let l=this.#e.currentScope();if(l.type===n.ScopeType.functionType||l.type===n.ScopeType.mappedType){let c=l.upper;for(;c;){if(c.type===n.ScopeType.functionType||c.type===n.ScopeType.mappedType){c=c.upper;continue}if(c.type===n.ScopeType.conditionalType){l=c;break}break}}l.defineIdentifier(a.name,new s.TypeDefinition(a.name,a)),this.visit(a.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new s.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new s.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new s.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new s.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let a;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let l=t.exprName;for(;l.left.type===e.AST_NODE_TYPES.TSQualifiedName;)l=l.left;a=l.left}else a=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);a.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(a),this.visit(t.typeArguments)}};return Xi.TypeVisitor=o,Xi}i(tf,"requireTypeVisitor");var rf;function cy(){if(rf)return zi;rf=1,Object.defineProperty(zi,"__esModule",{value:!0}),zi.ClassVisitor=void 0;const e=ge(),s=nt(),n=tf(),u=ot();let o=class gf extends u.Visitor{static{i(this,"ClassVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new gf(t).visitClass(a)}visit(t){t&&t.type in this?super.visit(t):this.#e.visit(t)}visitClass(t){t.type===e.AST_NODE_TYPES.ClassDeclaration&&t.id&&this.#e.currentScope().defineIdentifier(t.id,new s.ClassNameDefinition(t.id,t)),t.decorators.forEach(a=>this.#e.visit(a)),this.#e.scopeManager.nestClassScope(t),t.id&&this.#e.currentScope().defineIdentifier(t.id,new s.ClassNameDefinition(t.id,t)),this.#e.visit(t.superClass),this.visitType(t.typeParameters),this.visitType(t.superTypeArguments),t.implements.forEach(a=>this.visitType(a)),this.visit(t.body),this.#e.close(t)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation)}}visitMethod(t){t.computed&&this.#e.visit(t.key),t.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(t.value):this.#e.visit(t.value),t.decorators.forEach(a=>this.#e.visit(a))}visitMethodFunction(t){t.id&&this.#e.scopeManager.nestFunctionExpressionNameScope(t),t.params.forEach(a=>{a.decorators.forEach(l=>this.visit(l))}),this.#e.scopeManager.nestFunctionScope(t,!0);for(const a of t.params)this.visitPattern(a,(l,c)=>{this.#e.currentScope().defineIdentifier(l,new s.ParameterDefinition(l,t,c.rest)),this.#e.referencingDefaultValue(l,c.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(a);this.visitType(t.returnType),this.visitType(t.typeParameters),this.#e.visitChildren(t.body),this.#e.close(t)}visitPropertyBase(t){t.computed&&this.#e.visit(t.key),t.value&&((t.type===e.AST_NODE_TYPES.PropertyDefinition||t.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#e.scopeManager.nestClassFieldInitializerScope(t.value),this.#e.visit(t.value),(t.type===e.AST_NODE_TYPES.PropertyDefinition||t.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#e.close(t.value)),t.decorators.forEach(a=>this.#e.visit(a))}visitPropertyDefinition(t){this.visitPropertyBase(t),this.visitType(t.typeAnnotation)}visitType(t){t&&n.TypeVisitor.visit(this.#e,t)}AccessorProperty(t){this.visitPropertyDefinition(t)}ClassBody(t){this.visitChildren(t)}Identifier(t){this.#e.visit(t)}MethodDefinition(t){this.visitMethod(t)}PrivateIdentifier(){}PropertyDefinition(t){this.visitPropertyDefinition(t)}StaticBlock(t){this.#e.scopeManager.nestClassStaticBlockScope(t),t.body.forEach(a=>this.visit(a)),this.#e.close(t)}TSAbstractAccessorProperty(t){this.visitPropertyDefinition(t)}TSAbstractMethodDefinition(t){this.visitPropertyBase(t)}TSAbstractPropertyDefinition(t){this.visitPropertyDefinition(t)}TSIndexSignature(t){this.visitType(t)}};return zi.ClassVisitor=o,zi}i(cy,"requireClassVisitor");var Yn={},nf;function Ey(){if(nf)return Yn;nf=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.ExportVisitor=void 0;const e=ge(),s=ot();let n=class bf extends s.Visitor{static{i(this,"ExportVisitor")}#e;#t;constructor(o,r){super(r),this.#e=o,this.#t=r}static visit(o,r){new bf(r,o).visit(r)}ExportDefaultDeclaration(o){o.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(o.declaration)}ExportNamedDeclaration(o){o.source||o.declaration||this.visitChildren(o)}ExportSpecifier(o){o.exportKind==="type"&&o.local.type===e.AST_NODE_TYPES.Identifier?this.#t.currentScope().referenceType(o.local):this.visit(o.local)}Identifier(o){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(o):this.#t.currentScope().referenceDualValueType(o)}};return Yn.ExportVisitor=n,Yn}i(Ey,"requireExportVisitor");var gn={},sf;function py(){if(sf)return gn;sf=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.ImportVisitor=void 0;const e=nt(),s=ot();let n=class Af extends s.Visitor{static{i(this,"ImportVisitor")}#e;#t;constructor(o,r){super(r),this.#e=o,this.#t=r}static visit(o,r){new Af(r,o).visit(r)}ImportDefaultSpecifier(o){const r=o.local;this.visitImport(r,o)}ImportNamespaceSpecifier(o){const r=o.local;this.visitImport(r,o)}ImportSpecifier(o){const r=o.local;this.visitImport(r,o)}visitImport(o,r){this.#t.currentScope().defineIdentifier(o,new e.ImportBindingDefinition(o,r,this.#e))}};return gn.ImportVisitor=n,gn}i(py,"requireImportVisitor");var of;function fy(){if(of)return ht;of=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.Referencer=void 0;const e=ge(),s=St(),n=nt(),u=qm(),o=cy(),r=Ey(),t=py(),a=Xo(),l=jo(),c=tf(),f=ot();let Y=class extends f.Visitor{static{i(this,"Referencer")}#e=!1;#t=!1;#i;#a;#E;scopeManager;constructor(T,b){super(T),this.scopeManager=b,this.#a=T.jsxPragma,this.#i=T.jsxFragmentName,this.#E=T.lib}populateGlobalsFromLib(T){const b=this.resolveLibDefinitions();for(const E of b)for(const[d,p]of E.variables)T.defineImplicitVariable(d,p);T.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}resolveLibDefinitions(){const T=new Set;for(const b of this.#E){const E=u.lib.get(b);if(!E)throw new Error(`Invalid value for lib provided: ${b}`);T.add(E)}for(const b of T)for(const E of b.libs)T.add(E);return T}close(T){for(;this.currentScope(!0)&&T===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(T){return T||(0,s.assert)(this.scopeManager.currentScope,"Expected currentScope to exist. This usually happens when analyze() is called with an incomplete AST node instead of a complete Program node."),this.scopeManager.currentScope}referencingDefaultValue(T,b,E,d){b.forEach(p=>{this.currentScope().referenceValue(T,l.ReferenceFlag.Write,p.right,E,d)})}referenceInSomeUpperScope(T){let b=this.scopeManager.currentScope;for(;b;){const E=b.set.get(T);if(!E){b=b.upper;continue}return b.referenceValue(E.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#i==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#i))}referenceJsxPragma(){this.#a==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#a))}visitClass(T){o.ClassVisitor.visit(this,T)}visitForIn(T){T.left.type===e.AST_NODE_TYPES.VariableDeclaration&&T.left.kind!=="var"&&this.scopeManager.nestForScope(T),T.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(T.left),this.visitPattern(T.left.declarations[0].id,b=>{this.currentScope().referenceValue(b,l.ReferenceFlag.Write,T.right,null,!0)})):this.visitPattern(T.left,(b,E)=>{const d=this.currentScope().isStrict?null:{node:T,pattern:b};this.referencingDefaultValue(b,E.assignments,d,!1),this.currentScope().referenceValue(b,l.ReferenceFlag.Write,T.right,d,!1)},{processRightHandNodes:!0}),this.visit(T.right),this.visit(T.body),this.close(T)}visitFunction(T){T.type===e.AST_NODE_TYPES.FunctionExpression?T.id&&this.scopeManager.nestFunctionExpressionNameScope(T):T.id&&this.currentScope().defineIdentifier(T.id,new n.FunctionNameDefinition(T.id,T)),this.scopeManager.nestFunctionScope(T,!1);for(const b of T.params)this.visitPattern(b,(E,d)=>{this.currentScope().defineIdentifier(E,new n.ParameterDefinition(E,T,d.rest)),this.referencingDefaultValue(E,d.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(b),b.decorators.forEach(E=>this.visit(E));this.visitType(T.returnType),this.visitType(T.typeParameters),T.body&&(T.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(T.body):this.visit(T.body)),this.close(T)}visitFunctionParameterTypeAnnotation(T){switch(T.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(T.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(T.parameter);break;default:this.visitType(T.typeAnnotation);break}}visitJSXElement(T){T.name.type===e.AST_NODE_TYPES.JSXIdentifier?(T.name.name[0].toUpperCase()===T.name.name[0]||T.name.name==="this")&&this.visit(T.name):this.visit(T.name)}visitProperty(T){T.computed&&this.visit(T.key),this.visit(T.value)}visitType(T){T&&c.TypeVisitor.visit(this,T)}visitTypeAssertion(T){this.visit(T.expression),this.visitType(T.typeAnnotation)}ArrowFunctionExpression(T){this.visitFunction(T)}AssignmentExpression(T){const b=this.visitExpressionTarget(T.left);a.PatternVisitor.isPattern(b)?T.operator==="="?this.visitPattern(b,(E,d)=>{const p=this.currentScope().isStrict?null:{node:T,pattern:E};this.referencingDefaultValue(E,d.assignments,p,!1),this.currentScope().referenceValue(E,l.ReferenceFlag.Write,T.right,p,!1)},{processRightHandNodes:!0}):b.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(b,l.ReferenceFlag.ReadWrite,T.right):this.visit(b),this.visit(T.right)}BlockStatement(T){this.scopeManager.nestBlockScope(T),this.visitChildren(T),this.close(T)}BreakStatement(){}CallExpression(T){this.visitChildren(T,["typeArguments"]),this.visitType(T.typeArguments)}CatchClause(T){this.scopeManager.nestCatchScope(T),T.param&&this.visitPattern(T.param,(b,E)=>{this.currentScope().defineIdentifier(b,new n.CatchClauseDefinition(b,T)),this.referencingDefaultValue(b,E.assignments,null,!0)},{processRightHandNodes:!0}),this.visit(T.body),this.close(T)}ClassDeclaration(T){this.visitClass(T)}ClassExpression(T){this.visitClass(T)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(T){T.declaration.type===e.AST_NODE_TYPES.Identifier?r.ExportVisitor.visit(this,T):this.visit(T.declaration)}ExportNamedDeclaration(T){T.declaration?this.visit(T.declaration):r.ExportVisitor.visit(this,T)}ForInStatement(T){this.visitForIn(T)}ForOfStatement(T){this.visitForIn(T)}ForStatement(T){T.init?.type===e.AST_NODE_TYPES.VariableDeclaration&&T.init.kind!=="var"&&this.scopeManager.nestForScope(T),this.visitChildren(T),this.close(T)}FunctionDeclaration(T){this.visitFunction(T)}FunctionExpression(T){this.visitFunction(T)}Identifier(T){this.currentScope().referenceValue(T),this.visitType(T.typeAnnotation)}ImportAttribute(){}ImportDeclaration(T){(0,s.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,T)}JSXAttribute(T){this.visit(T.value)}JSXClosingElement(T){this.visitJSXElement(T)}JSXFragment(T){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(T)}JSXIdentifier(T){this.currentScope().referenceValue(T)}JSXMemberExpression(T){(T.object.type!==e.AST_NODE_TYPES.JSXIdentifier||T.object.name!=="this")&&this.visit(T.object)}JSXOpeningElement(T){this.referenceJsxPragma(),this.visitJSXElement(T),this.visitType(T.typeArguments);for(const b of T.attributes)this.visit(b)}LabeledStatement(T){this.visit(T.body)}MemberExpression(T){this.visit(T.object),T.computed&&this.visit(T.property)}MetaProperty(){}NewExpression(T){this.visitChildren(T,["typeArguments"]),this.visitType(T.typeArguments)}PrivateIdentifier(){}Program(T){const b=this.scopeManager.nestGlobalScope(T);this.populateGlobalsFromLib(b),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(T,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(T),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(T),this.close(T)}Property(T){this.visitProperty(T)}SwitchStatement(T){this.visit(T.discriminant),this.scopeManager.nestSwitchScope(T);for(const b of T.cases)this.visit(b);this.close(T)}TaggedTemplateExpression(T){this.visit(T.tag),this.visit(T.quasi),this.visitType(T.typeArguments)}TSAsExpression(T){this.visitTypeAssertion(T)}TSDeclareFunction(T){this.visitFunction(T)}TSEmptyBodyFunctionExpression(T){this.visitFunction(T)}TSEnumDeclaration(T){this.currentScope().defineIdentifier(T.id,new n.TSEnumNameDefinition(T.id,T)),this.scopeManager.nestTSEnumScope(T);for(const b of T.body.members){if(b.id.type===e.AST_NODE_TYPES.Literal&&typeof b.id.value=="string"){const E=b.id;this.currentScope().defineLiteralIdentifier(E,new n.TSEnumMemberDefinition(E,b))}else b.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(b.id,new n.TSEnumMemberDefinition(b.id,b));this.visit(b.initializer)}this.close(T)}TSExportAssignment(T){T.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(T.expression):this.visit(T.expression)}TSImportEqualsDeclaration(T){if(this.currentScope().defineIdentifier(T.id,new n.ImportBindingDefinition(T.id,T,T)),T.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let b=T.moduleReference.left;for(;b.type===e.AST_NODE_TYPES.TSQualifiedName;)b=b.left;this.visit(b)}else this.visit(T.moduleReference)}TSInstantiationExpression(T){this.visitChildren(T,["typeArguments"]),this.visitType(T.typeArguments)}TSInterfaceDeclaration(T){this.visitType(T)}TSModuleDeclaration(T){T.id.type===e.AST_NODE_TYPES.Identifier&&T.kind!=="global"&&this.currentScope().defineIdentifier(T.id,new n.TSModuleNameDefinition(T.id,T)),this.scopeManager.nestTSModuleScope(T),this.visit(T.body),this.close(T)}TSSatisfiesExpression(T){this.visitTypeAssertion(T)}TSTypeAliasDeclaration(T){this.visitType(T)}TSTypeAssertion(T){this.visitTypeAssertion(T)}UpdateExpression(T){const b=this.visitExpressionTarget(T.argument);a.PatternVisitor.isPattern(b)?this.visitPattern(b,E=>{this.currentScope().referenceValue(E,l.ReferenceFlag.ReadWrite,null)}):this.visitChildren(T)}VariableDeclaration(T){const b=T.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const E of T.declarations){const d=E.init;this.visitPattern(E.id,(p,S)=>{b.defineIdentifier(p,new n.VariableDefinition(p,E,T)),this.referencingDefaultValue(p,S.assignments,null,!0),d&&this.currentScope().referenceValue(p,l.ReferenceFlag.Write,d,null,!0)},{processRightHandNodes:!0}),this.visit(E.init),this.visitType(E.id.typeAnnotation)}}WithStatement(T){this.visit(T.object),this.scopeManager.nestWithScope(T),this.visit(T.body),this.close(T)}visitExpressionTarget(T){switch(T.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(T.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:T=T.expression}return T}};return ht.Referencer=Y,ht}i(fy,"requireReferencer$1");var af;function Ty(){return af||(af=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var s=fy();Object.defineProperty(e,"Referencer",{enumerable:!0,get:i(function(){return s.Referencer},"get")})})(mo)),mo}i(Ty,"requireReferencer");var bn={},An={},lf;function Py(){if(lf)return An;lf=1,Object.defineProperty(An,"__esModule",{value:!0}),An.ClassStaticBlockScope=void 0;const e=re(),s=Q();let n=class extends e.ScopeBase{static{i(this,"ClassStaticBlockScope")}constructor(o,r,t){super(o,s.ScopeType.classStaticBlock,r,t,!1)}};return An.ClassStaticBlockScope=n,An}i(Py,"requireClassStaticBlockScope");var uf;function cf(){if(uf)return bn;uf=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.ScopeManager=void 0;const e=St(),s=Ho(),n=Op(),u=Py();let o=class{static{i(this,"ScopeManager")}#e;currentScope;declaredVariables;globalScope;nodeToScope;scopes;constructor(t){this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,this.#e=t,this.declaredVariables=new WeakMap}isES6(){return!0}isGlobalReturn(){return this.#e.globalReturn===!0}isImpliedStrict(){return this.#e.impliedStrict===!0}isModule(){return this.#e.sourceType==="module"}isStrictModeSupported(){return!0}get variables(){const t=new Set;function a(l){l.variables.forEach(c=>t.add(c)),l.childScopes.forEach(a)}return i(a,"recurse"),this.scopes.forEach(a),[...t].sort((l,c)=>l.$id-c.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,a=!1){function l(f){return!(f.type===s.ScopeType.function&&f.functionExpressionScope)}i(l,"predicate");const c=this.nodeToScope.get(t);if(!c||c.length===0)return null;if(c.length===1)return c[0];if(a){for(let f=c.length-1;f>=0;--f){const Y=c[f];if(l(Y))return Y}return null}return c.find(l)??null}addGlobals(t){this.globalScope?.addVariables(t)}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new n.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,a){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionScope(this,this.currentScope,t,a))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new s.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new s.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof s.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return bn.ScopeManager=o,bn}i(cf,"requireScopeManager");var Ef;function dy(){if(Ef)return Jn;Ef=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.analyze=o;const e=ql(),s=Ty(),n=cf(),u={childVisitorKeys:e.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",sourceType:"script"};function o(r,t){const a={childVisitorKeys:t?.childVisitorKeys??u.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:t?.globalReturn??u.globalReturn,impliedStrict:t?.impliedStrict??u.impliedStrict,jsxFragmentName:t?.jsxFragmentName??u.jsxFragmentName,jsxPragma:t?.jsxPragma===void 0?u.jsxPragma:t.jsxPragma,lib:t?.lib??["esnext"],sourceType:t?.sourceType??u.sourceType};a.lib=a.lib.map(f=>f.toLowerCase());const l=new n.ScopeManager(a);return new s.Referencer(a,l).visit(r),l}return i(o,"analyze$1"),Jn}i(dy,"requireAnalyze");var pf;function my(){return pf||(pf=1,(function(e){var s=$e&&$e.__createBinding||(Object.create?(function(l,c,f,Y){Y===void 0&&(Y=f);var L=Object.getOwnPropertyDescriptor(c,f);(!L||("get"in L?!c.__esModule:L.writable||L.configurable))&&(L={enumerable:!0,get:i(function(){return c[f]},"get")}),Object.defineProperty(l,Y,L)}):(function(l,c,f,Y){Y===void 0&&(Y=f),l[Y]=c[f]})),n=$e&&$e.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&s(c,l,f)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var u=dy();Object.defineProperty(e,"analyze",{enumerable:!0,get:i(function(){return u.analyze},"get")}),n(nt(),e);var o=Xo();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:i(function(){return o.PatternVisitor},"get")});var r=jo();Object.defineProperty(e,"Reference",{enumerable:!0,get:i(function(){return r.Reference},"get")});var t=ot();Object.defineProperty(e,"Visitor",{enumerable:!0,get:i(function(){return t.Visitor},"get")}),n(Ho(),e);var a=cf();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:i(function(){return a.ScopeManager},"get")}),n(Wo(),e)})($e)),$e}i(my,"requireDist$1");var ff;function yy(){if(ff)return ye;ff=1;var e=ye&&ye.__createBinding||(Object.create?(function(r,t,a,l){l===void 0&&(l=a);var c=Object.getOwnPropertyDescriptor(t,a);(!c||("get"in c?!t.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:i(function(){return t[a]},"get")}),Object.defineProperty(r,l,c)}):(function(r,t,a,l){l===void 0&&(l=a),r[l]=t[a]})),s=ye&&ye.__setModuleDefault||(Object.create?(function(r,t){Object.defineProperty(r,"default",{enumerable:!0,value:t})}):function(r,t){r.default=t}),n=ye&&ye.__importStar||(function(){var r=i(function(t){return r=Object.getOwnPropertyNames||function(a){var l=[];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(l[l.length]=c);return l},r(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var a={};if(t!=null)for(var l=r(t),c=0;c<l.length;c++)l[c]!=="default"&&e(a,t,l[c]);return s(a,t),a}})();Object.defineProperty(ye,"__esModule",{value:!0}),ye.Scope=void 0;const u=n(my());var o;return(function(r){r.ScopeType=u.ScopeType,r.DefinitionType=u.DefinitionType})(o||(ye.Scope=o={})),ye}i(yy,"requireScope");var Ln={},Tf;function _y(){if(Tf)return Ln;Tf=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.SourceCode=void 0;const e=ct;let s=class extends e.SourceCode{static{i(this,"SourceCode")}};return Ln.SourceCode=s,Ln}i(_y,"requireSourceCode");var Pf;function hy(){return Pf||(Pf=1,(function(e){var s=je&&je.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=je&&je.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Kd(),e),n(zd(),e),n(Jd(),e),n(Qd(),e),n(Zd(),e),n(em(),e),n(tm(),e),n(rm(),e),n(im(),e),n(yy(),e),n(_y(),e)})(je)),je}i(hy,"requireTsEslint");var Xe={},ns={},df;function Sy(){if(df)return ns;df=1,Object.defineProperty(ns,"__esModule",{value:!0}),ns.isArray=e;function e(s){return Array.isArray(s)}return i(e,"isArray$1"),ns}i(Sy,"requireIsArray");var Jo={},mf;function vy(){return mf||(mf=1,Object.defineProperty(Jo,"__esModule",{value:!0})),Jo}i(vy,"requireNoInfer");var yf;function Yy(){return yf||(yf=1,(function(e){var s=Xe&&Xe.__createBinding||(Object.create?(function(u,o,r,t){t===void 0&&(t=r);var a=Object.getOwnPropertyDescriptor(o,r);(!a||("get"in a?!o.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:i(function(){return o[r]},"get")}),Object.defineProperty(u,t,a)}):(function(u,o,r,t){t===void 0&&(t=r),u[t]=o[r]})),n=Xe&&Xe.__exportStar||function(u,o){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(o,r)&&s(o,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),n(Sy(),e),n(vy(),e)})(Xe)),Xe}i(Yy,"requireTsUtils");var _f;function gy(){return _f||(_f=1,(function(e){var s=Te&&Te.__createBinding||(Object.create?(function(r,t,a,l){l===void 0&&(l=a);var c=Object.getOwnPropertyDescriptor(t,a);(!c||("get"in c?!t.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:i(function(){return t[a]},"get")}),Object.defineProperty(r,l,c)}):(function(r,t,a,l){l===void 0&&(l=a),r[l]=t[a]})),n=Te&&Te.__setModuleDefault||(Object.create?(function(r,t){Object.defineProperty(r,"default",{enumerable:!0,value:t})}):function(r,t){r.default=t}),u=Te&&Te.__importStar||(function(){var r=i(function(t){return r=Object.getOwnPropertyNames||function(a){var l=[];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(l[l.length]=c);return l},r(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var a={};if(t!=null)for(var l=r(t),c=0;c<l.length;c++)l[c]!=="default"&&s(a,t,l[c]);return n(a,t),a}})(),o=Te&&Te.__exportStar||function(r,t){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(t,a)&&s(t,r,a)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=u(Gd()),e.ESLintUtils=u($d()),e.JSONSchema=u(Hd()),e.TSESLint=u(hy()),o(fl(),e),e.TSUtils=u(Yy())})(Te)),Te}i(gy,"requireDist");var by=gy();const Ay=by.ESLintUtils.RuleCreator(e=>e),Ly={preferArrowFunction:"Prefer arrow function"},Cy=Ay({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Ly},defaultOptions:[],create:i(e=>{const s=new Set,n=["prototype","name","length"],u=i(c=>{if(c.generator||s.has(c))return!1;const{parent:f}=c;if((f.type==="Property"||f.type==="MethodDefinition")&&(f.kind==="set"||f.kind==="get"||f.kind==="constructor"))return!1;const Y=e.sourceCode.getScope(c);if(Y.set.get("arguments").references.length>0)return!1;let T=[];if(c.type==="FunctionDeclaration"&&c.id){const[b]=e.sourceCode.getDeclaredVariables(c),[E]=b.references;if(E&&c.range[0]>E.identifier.range[0])return!1;T=b.references}else if(c.type==="FunctionExpression"){const b=e.sourceCode.getDeclaredVariables(c).find(E=>E.identifiers[0].parent.type==="FunctionExpression");if(b){const E=i((p,S)=>{let C=S;for(;C&&C!==p;)C=C.upper;return C===p},"isInsideScope");if(b.references.some(({from:p})=>E(Y,p)))return!1;T.push(...b.references)}if(c.parent.type==="VariableDeclarator"){const[E]=e.sourceCode.getDeclaredVariables(c.parent);T.push(...E.references.slice(1))}}for(const{identifier:b}of T)if(b.parent.type==="MemberExpression"&&b.parent.property.type==="Identifier"&&n.includes(b.parent.property.name))return!1;return!0},"isConvertable"),o=i(c=>{let f=e.sourceCode.getScope(c);for(;f&&f.block.type!=="FunctionDeclaration"&&f.block.type!=="FunctionExpression";)f=f.upper;return f?.block},"getNearestFunction"),r=i((c,f)=>{const Y=e.sourceCode.getFirstToken(c,{filter:i(L=>L.type==="Keyword"&&L.value==="function","filter")});return Y?[f.remove(Y)]:[]},"removeFunctionToken"),t=i((c,f)=>{const Y=e.sourceCode.getTokenBefore(c.body);return[f.insertTextAfter(Y,"=>")]},"insertArrow"),a=i((c,f)=>{const Y=e.sourceCode.getFirstToken(c.parent,{filter:i(T=>T.type==="Identifier"&&T.value==="async","filter")}),L=e.sourceCode.getTokenAfter(Y,{includeComments:!0});return[f.removeRange([Y.range[0],L.range[0]]),f.insertTextBefore(c,"async")]},"moveAsyncToken"),l=i((c,f)=>[f.insertTextBefore(c,"("),f.insertTextAfter(c,")")],"wrapInParentheses");return{ThisExpression:i(c=>{s.add(o(c))},"ThisExpression"),Super:i(c=>{s.add(o(c))},"Super"),MetaProperty:i(c=>{c.meta.name==="new"&&c.property.name==="target"&&s.add(o(c))},"MetaProperty"),"FunctionExpression:exit":i(c=>{u(c)&&e.report({node:c,messageId:"preferArrowFunction",fix:i(f=>{const Y=[...t(c,f)],{parent:L}=c;if(L.type==="Property"&&L.method||L.type==="MethodDefinition"&&L.kind==="method")Y.push(f.insertTextBefore(c,L.type==="Property"?":":"=")),c.async&&Y.push(...a(c,f));else if(Y.push(...r(c,f)),c.id&&Y.push(f.remove(c.id)),L.type==="LogicalExpression"){const b=e.sourceCode.getTokenBefore(c),E=e.sourceCode.getTokenAfter(c);b?.value==="("&&E?.value===")"||Y.push(...l(c,f))}return Y},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":i(c=>{u(c)&&e.report({node:c,messageId:"preferArrowFunction",fix:i(f=>{const Y=[...t(c,f),...r(c,f)];if(c.id){const E=e.sourceCode.getText(c.id);Y.push(f.remove(c.id),f.insertTextBefore(c,`const ${E}=`))}const{parent:L}=c;if(L.type==="ExportDefaultDeclaration"&&c.id){const E=e.sourceCode.getFirstToken(L,{filter:i(C=>C.type==="Keyword"&&C.value==="export","filter")}),d=e.sourceCode.getTokenAfter(E,{filter:i(C=>C.type==="Keyword"&&C.value==="default","filter")}),p=[E.range[0],d.range[1]],S=e.sourceCode.text.slice(...p);Y.push(f.removeRange(p),f.insertTextAfter(c,`;${S} ${c.id.name}`))}const T=e.sourceCode.getTokenAfter(c,{includeComments:!0});return T&&!e.sourceCode.isSpaceBetween(c,T)&&Y.push(f.insertTextAfter(c,";")),Y},"fix")})},"FunctionDeclaration:exit")}},"create")}),hf={meta:{name:"pvtnbr/custom-rules",version:gT.version},rules:{"prefer-arrow-functions":Cy},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Uy=B({plugins:{pvtnbr:hf},rules:hf.configs.base.rules}),Sf=i(e=>{const s=e?.cwd??process.cwd(),n=oT(s);return[B({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp,.tmp,.temp,__tmp__,__temp__}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.cache/**","**/.vitepress","**/CLAUDE.md","**/CLAUDE.local.md","**/.claude","**/AI.md","**/AGENT.md","**/PROMPT.md","**/PROMPTING.md","**/.cursorrules","**/.cursorignore","**/.cursormem.json","**/.cursorhistory","**/copilot.json","**/copilot.config.json","**/copilot.md"]}),B({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),Ad,MT,Bn,CT,RT,...IT,...vd(e),...Vs,FT(n),wT,fd,...pd({...e,cwd:s}),...Sd,...yd,..._d,hd,...Ld,Yd(),...Pd(),Td,Uy].filter(Boolean)},"pvtnbr");var Vy=Sf();export{Vy as default,B as defineConfig,Sf as pvtnbr};
|