lintroll 1.24.3 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.mjs +2 -2
- package/dist/index-Di562ssT.cjs +1 -0
- package/dist/index.cjs +11 -13
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +11 -13
- package/dist/package-CmP-ynSK.cjs +1 -0
- package/dist/package-D2TQq43O.mjs +1 -0
- package/dist/resolvers/pkg-maps-resolver.cjs +1 -1
- package/package.json +10 -10
- package/dist/index-lfElTNCp.cjs +0 -1
- package/dist/package-CAbyYpVo.mjs +0 -1
- package/dist/package-GjlyU4bn.cjs +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
"use strict";var Qf=Object.defineProperty;var r=(e,l)=>Qf(e,"name",{value:l,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0});var Zf=require("get-tsconfig"),ed=require("@eslint/js"),hi=require("globals"),zo=require("confusing-browser-globals"),td=require("node:module"),is=require("./index-lfElTNCp.cjs"),Xo=require("@eslint-community/eslint-plugin-eslint-comments"),rd=require("@stylistic/eslint-plugin"),Jo=require("node:url"),We=require("eslint-plugin-import-x"),ss=require("@typescript-eslint/eslint-plugin"),nd=require("@typescript-eslint/parser"),Qo=require("eslint-plugin-regexp"),_i=require("node:fs"),os=require("eslint-plugin-n"),Zo=require("node:path");require("node:fs/promises");var id=require("os"),ea=require("url"),sd=require("util"),ta=require("eslint-plugin-promise"),od=require("@eslint/markdown"),ad=require("eslint-plugin-jsonc"),as=require("eslint-plugin-yml"),ld=require("yaml-eslint-parser"),ra=require("eslint-plugin-no-use-extend-native"),na=require("eslint-plugin-unicorn"),tt=require("eslint-plugin-react"),ia=require("eslint-plugin-react-hooks"),ls=require("eslint-plugin-vue"),ud=require("vue-eslint-parser"),cd=require("./package-GjlyU4bn.cjs"),sa=require("eslint/use-at-your-own-risk"),us=require("eslint");require("node:process");const pd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],oa=r(e=>{for(const l of pd){const n=e[l];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),l==="rules"){const p=n;for(const u in p)if(Object.hasOwn(p,u)){const i=p[u];i&&Object.freeze(i)}}if(l==="languageOptions"){const p=n;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),x=r(e=>Array.isArray(e)?e.map(oa):oa(e),"defineConfig"),cs=td.createRequire(`${process.cwd()}/`);let vi;const Ed=r(()=>{if(vi)return vi;const e=is.findUpSync("package.json");if(e)try{return vi=cs(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return cs.resolve(e),!0}catch{}return Ed()===e},"isInstalled"),fd=r(e=>{let l;try{l=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(l)},"getExports"),ps=ed.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,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":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"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:[...Ye("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...Ye("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"},aa=Object.entries(Es).filter(([e])=>ps[e]&&ps[e]===Es[e]);if(aa.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${aa.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...ps,...Es}}),dd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...zo.filter(e=>e!=="self")]}}),Td=["**/*.{js,jsx,cjs,mjs}"],Pd=["**/*.{ts,tsx,mts,cts}"],md=["**/*.vue"],rt=[...Td,...Pd,...md],yd=x({files:rt,plugins:{"@eslint-community/eslint-comments":Xo},rules:{...Xo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[x({plugins:{"@stylistic":rd}}),x({files:rt,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"]}})],hd=Jo.fileURLToPath((void 0)("#pkg-maps-resolver")),la=x({plugins:{"import-x":We},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hd]:{}}},rules:{...We.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:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],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","import-x/prefer-default-export":"off"}}),_d=[la,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ua]=la.rules["import-x/no-extraneous-dependencies"],ds="**/*.{ts,tsx,mts,cts}",vd=x({files:[ds],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:We.configs.typescript.settings}),bd=r(e=>{const l=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return x({files:[ds],plugins:{"@typescript-eslint":ss},settings:{...We.configs.typescript.settings,"import-x/resolver":{...We.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.configs.recommended.rules,...We.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:bi.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":bi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...bi.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":l?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ua,devDependencies:ua.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),gd=x({files:rt,plugins:{regexp:Qo},rules:Qo.configs.recommended.rules});var ca=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(Sd,"getDefaultExportFromCjs");var nt={},He={},it={},pa;function Yd(){return pa||(pa=1,Object.defineProperty(it,"__esModule",{value:!0}),it.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,it.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),it}r(Yd,"requireJsTokens");var Ts={},Ke={},Ea;function Ad(){if(Ea)return Ke;Ea=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.isIdentifierChar=s,Ke.isIdentifierName=c,Ke.isIdentifierStart=o;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-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const n=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=null;const u=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],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,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,P){let m=65536;for(let a=0,f=P.length;a<f;a+=2){if(m+=P[a],m>E)return!1;if(m+=P[a+1],m>=E)return!0}return!1}r(t,"isInAstralSet");function o(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&n.test(String.fromCharCode(E)):t(E,u)}r(o,"isIdentifierStart");function s(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,u)||t(E,i)}r(s,"isIdentifierChar");function c(E){let P=!0;for(let m=0;m<E.length;m++){let a=E.charCodeAt(m);if((a&64512)===55296&&m+1<E.length){const f=E.charCodeAt(++m);(f&64512)===56320&&(a=65536+((a&1023)<<10)+(f&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(c,"isIdentifierName"),Ke}r(Ad,"requireIdentifier");var Ae={},fa;function Cd(){if(fa)return Ae;fa=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=u,Ae.isStrictBindOnlyReservedWord=t,Ae.isStrictBindReservedWord=o,Ae.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"]},l=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function u(c,E){return E&&c==="await"||c==="enum"}r(u,"isReservedWord");function i(c,E){return u(c,E)||n.has(c)}r(i,"isStrictReservedWord");function t(c){return p.has(c)}r(t,"isStrictBindOnlyReservedWord");function o(c,E){return i(c,E)||t(c)}r(o,"isStrictBindReservedWord");function s(c){return l.has(c)}return r(s,"isKeyword"),Ae}r(Cd,"requireKeyword");var da;function Ld(){return da||(da=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return l.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 l=Ad(),n=Cd()})(Ts)),Ts}r(Ld,"requireLib$6");var Ps={exports:{}},ms,Ta;function Rd(){if(Ta)return ms;Ta=1;var e=/[|\\{}()[\]^$+*?.]/g;return ms=r(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ms}r(Rd,"requireEscapeStringRegexp");var gi={exports:{}},ys={exports:{}},hs,Pa;function Vd(){return Pa||(Pa=1,hs={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}),hs}r(Vd,"requireColorName");var ma;function ya(){if(ma)return ys.exports;ma=1;var e=Vd(),l={};for(var n in e)e.hasOwnProperty(n)&&(l[e[n]]=n);var p=ys.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in p)if(p.hasOwnProperty(u)){if(!("channels"in p[u]))throw new Error("missing channels property: "+u);if(!("labels"in p[u]))throw new Error("missing channel labels property: "+u);if(p[u].labels.length!==p[u].channels)throw new Error("channel and label counts mismatch: "+u);var i=p[u].channels,t=p[u].labels;delete p[u].channels,delete p[u].labels,Object.defineProperty(p[u],"channels",{value:i}),Object.defineProperty(p[u],"labels",{value:t})}p.rgb.hsl=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.min(c,E,P),a=Math.max(c,E,P),f=a-m,d,h,T;return a===m?d=0:c===a?d=(E-P)/f:E===a?d=2+(P-c)/f:P===a&&(d=4+(c-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?h=0:T<=.5?h=f/(a+m):h=f/(2-a-m),[d,h*100,T*100]},p.rgb.hsv=function(s){var c,E,P,m,a,f=s[0]/255,d=s[1]/255,h=s[2]/255,T=Math.max(f,d,h),g=T-Math.min(f,d,h),A=r(function(y){return(T-y)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,c=A(f),E=A(d),P=A(h),f===T?m=P-E:d===T?m=1/3+c-P:h===T&&(m=2/3+E-c),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var c=s[0],E=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(c,Math.min(E,P));return P=1-1/255*Math.max(c,Math.max(E,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m,a,f,d;return d=Math.min(1-c,1-E,1-P),m=(1-c-d)/(1-d)||0,a=(1-E-d)/(1-d)||0,f=(1-P-d)/(1-d)||0,[m*100,a*100,f*100,d*100]};function o(s,c){return Math.pow(s[0]-c[0],2)+Math.pow(s[1]-c[1],2)+Math.pow(s[2]-c[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var c=l[s];if(c)return c;var E=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],f=o(s,a);f<E&&(E=f,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255;c=c>.04045?Math.pow((c+.055)/1.055,2.4):c/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=c*.4124+E*.3576+P*.1805,a=c*.2126+E*.7152+P*.0722,f=c*.0193+E*.1192+P*.9505;return[m*100,a*100,f*100]},p.rgb.lab=function(s){var c=p.rgb.xyz(s),E=c[0],P=c[1],m=c[2],a,f,d;return E/=95.047,P/=100,m/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=m>.008856?Math.pow(m,1/3):7.787*m+16/116,a=116*P-16,f=500*(E-P),d=200*(P-m),[a,f,d]},p.hsl.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m,a,f,d,h;if(E===0)return h=P*255,[h,h,h];P<.5?a=P*(1+E):a=P+E-P*E,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)f=c+1/3*-(T-1),f<0&&f++,f>1&&f--,6*f<1?h=m+(a-m)*6*f:2*f<1?h=a:3*f<2?h=m+(a-m)*(2/3-f)*6:h=m,d[T]=h*255;return d},p.hsl.hsv=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=E,a=Math.max(P,.01),f,d;return P*=2,E*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+E)/2,f=P===0?2*m/(a+m):2*E/(P+E),[c,f*100,d*100]},p.hsv.rgb=function(s){var c=s[0]/60,E=s[1]/100,P=s[2]/100,m=Math.floor(c)%6,a=c-Math.floor(c),f=255*P*(1-E),d=255*P*(1-E*a),h=255*P*(1-E*(1-a));switch(P*=255,m){case 0:return[P,h,f];case 1:return[d,P,f];case 2:return[f,P,h];case 3:return[f,d,P];case 4:return[h,f,P];case 5:return[P,f,d]}},p.hsv.hsl=function(s){var c=s[0],E=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,f,d;return d=(2-E)*P,a=(2-E)*m,f=E*m,f/=a<=1?a:2-a,f=f||0,d/=2,[c,f*100,d*100]},p.hwb.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100,m=E+P,a,f,d,h;m>1&&(E/=m,P/=m),a=Math.floor(6*c),f=1-P,d=6*c-a,(a&1)!==0&&(d=1-d),h=E+d*(f-E);var T,g,A;switch(a){default:case 6:case 0:T=f,g=h,A=E;break;case 1:T=h,g=f,A=E;break;case 2:T=E,g=f,A=h;break;case 3:T=E,g=h,A=f;break;case 4:T=h,g=E,A=f;break;case 5:T=f,g=E,A=h;break}return[T*255,g*255,A*255]},p.cmyk.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m=s[3]/100,a,f,d;return a=1-Math.min(1,c*(1-m)+m),f=1-Math.min(1,E*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,f*255,d*255]},p.xyz.rgb=function(s){var c=s[0]/100,E=s[1]/100,P=s[2]/100,m,a,f;return m=c*3.2406+E*-1.5372+P*-.4986,a=c*-.9689+E*1.8758+P*.0415,f=c*.0557+E*-.204+P*1.057,m=m>.0031308?1.055*Math.pow(m,1/2.4)-.055:m*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),f=Math.min(Math.max(0,f),1),[m*255,a*255,f*255]},p.xyz.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return c/=95.047,E/=100,P/=108.883,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*E-16,a=500*(c-E),f=200*(E-P),[m,a,f]},p.lab.xyz=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;a=(c+16)/116,m=E/500+a,f=a-P/200;var d=Math.pow(a,3),h=Math.pow(m,3),T=Math.pow(f,3);return a=d>.008856?d:(a-16/116)/7.787,m=h>.008856?h:(m-16/116)/7.787,f=T>.008856?T:(f-16/116)/7.787,m*=95.047,a*=100,f*=108.883,[m,a,f]},p.lab.lch=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return m=Math.atan2(P,E),a=m*360/2/Math.PI,a<0&&(a+=360),f=Math.sqrt(E*E+P*P),[c,f,a]},p.lch.lab=function(s){var c=s[0],E=s[1],P=s[2],m,a,f;return f=P/360*2*Math.PI,m=E*Math.cos(f),a=E*Math.sin(f),[c,m,a]},p.rgb.ansi16=function(s){var c=s[0],E=s[1],P=s[2],m=1 in arguments?arguments[1]:p.rgb.hsv(s)[2];if(m=Math.round(m/50),m===0)return 30;var a=30+(Math.round(P/255)<<2|Math.round(E/255)<<1|Math.round(c/255));return m===2&&(a+=60),a},p.hsv.ansi16=function(s){return p.rgb.ansi16(p.hsv.rgb(s),s[2])},p.rgb.ansi256=function(s){var c=s[0],E=s[1],P=s[2];if(c===E&&E===P)return c<8?16:c>248?231:Math.round((c-8)/247*24)+232;var m=16+36*Math.round(c/255*5)+6*Math.round(E/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var c=s%10;if(c===0||c===7)return s>50&&(c+=3.5),c=c/10.5*255,[c,c,c];var E=(~~(s>50)+1)*.5,P=(c&1)*E*255,m=(c>>1&1)*E*255,a=(c>>2&1)*E*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var c=(s-232)*10+8;return[c,c,c]}s-=16;var E,P=Math.floor(s/36)/5*255,m=Math.floor((E=s%36)/6)/5*255,a=E%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var c=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),E=c.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(s){var c=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!c)return[0,0,0];var E=c[0];c[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var P=parseInt(E,16),m=P>>16&255,a=P>>8&255,f=P&255;return[m,a,f]},p.rgb.hcg=function(s){var c=s[0]/255,E=s[1]/255,P=s[2]/255,m=Math.max(Math.max(c,E),P),a=Math.min(Math.min(c,E),P),f=m-a,d,h;return f<1?d=a/(1-f):d=0,f<=0?h=0:m===c?h=(E-P)/f%6:m===E?h=2+(P-c)/f:h=4+(c-E)/f+4,h/=6,h%=1,[h*360,f*100,d*100]},p.hsl.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1,m=0;return E<.5?P=2*c*E:P=2*c*(1-E),P<1&&(m=(E-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=c*E,m=0;return P<1&&(m=(E-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var c=s[0]/360,E=s[1]/100,P=s[2]/100;if(E===0)return[P*255,P*255,P*255];var m=[0,0,0],a=c%1*6,f=a%1,d=1-f,h=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=f,m[2]=0;break;case 1:m[0]=d,m[1]=1,m[2]=0;break;case 2:m[0]=0,m[1]=1,m[2]=f;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=f,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return h=(1-E)*P,[(E*m[0]+h)*255,(E*m[1]+h)*255,(E*m[2]+h)*255]},p.hcg.hsv=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c),m=0;return P>0&&(m=c/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var c=s[1]/100,E=s[2]/100,P=E*(1-c)+.5*c,m=0;return P>0&&P<.5?m=c/(2*P):P>=.5&&P<1&&(m=c/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var c=s[1]/100,E=s[2]/100,P=c+E*(1-c);return[s[0],(P-c)*100,(1-P)*100]},p.hwb.hcg=function(s){var c=s[1]/100,E=s[2]/100,P=1-E,m=P-c,a=0;return m<1&&(a=(P-m)/(1-m)),[s[0],m*100,a*100]},p.apple.rgb=function(s){return[s[0]/65535*255,s[1]/65535*255,s[2]/65535*255]},p.rgb.apple=function(s){return[s[0]/255*65535,s[1]/255*65535,s[2]/255*65535]},p.gray.rgb=function(s){return[s[0]/100*255,s[0]/100*255,s[0]/100*255]},p.gray.hsl=p.gray.hsv=function(s){return[0,0,s[0]]},p.gray.hwb=function(s){return[0,100,s[0]]},p.gray.cmyk=function(s){return[0,0,0,s[0]]},p.gray.lab=function(s){return[s[0],0,0]},p.gray.hex=function(s){var c=Math.round(s[0]/100*255)&255,E=(c<<16)+(c<<8)+c,P=E.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var c=(s[0]+s[1]+s[2])/3;return[c/255*100]},ys.exports}r(ya,"requireConversions");var _s,ha;function Dd(){if(ha)return _s;ha=1;var e=ya();function l(){for(var i={},t=Object.keys(e),o=t.length,s=0;s<o;s++)i[t[s]]={distance:-1,parent:null};return i}r(l,"buildGraph");function n(i){var t=l(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),c=Object.keys(e[s]),E=c.length,P=0;P<E;P++){var m=c[P],a=t[m];a.distance===-1&&(a.distance=t[s].distance+1,a.parent=s,o.unshift(m))}return t}r(n,"deriveBFS");function p(i,t){return function(o){return t(i(o))}}r(p,"link");function u(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],c=t[i].parent;t[c].parent;)o.unshift(t[c].parent),s=p(e[t[c].parent][c],s),c=t[c].parent;return s.conversion=o,s}return r(u,"wrapConversion"),_s=r(function(i){for(var t=n(i),o={},s=Object.keys(t),c=s.length,E=0;E<c;E++){var P=s[E],m=t[P];m.parent!==null&&(o[P]=u(P,t))}return o},"route"),_s}r(Dd,"requireRoute");var vs,_a;function Od(){if(_a)return vs;_a=1;var e=ya(),l=Dd(),n={},p=Object.keys(e);function u(t){var o=r(function(s){return s==null?s:(arguments.length>1&&(s=Array.prototype.slice.call(arguments)),t(s))},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}r(u,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var c=t(s);if(typeof c=="object")for(var E=c.length,P=0;P<E;P++)c[P]=Math.round(c[P]);return c},"wrappedFn");return"conversion"in t&&(o.conversion=t.conversion),o}return r(i,"wrapRounded"),p.forEach(function(t){n[t]={},Object.defineProperty(n[t],"channels",{value:e[t].channels}),Object.defineProperty(n[t],"labels",{value:e[t].labels});var o=l(t),s=Object.keys(o);s.forEach(function(c){var E=o[c];n[t][c]=i(E),n[t][c].raw=u(E)})}),vs=n,vs}r(Od,"requireColorConvert"),gi.exports;var va;function wd(){return va||(va=1,(function(e){const l=Od(),n=r((t,o)=>function(){return`\x1B[${t.apply(l,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),u=r((t,o)=>function(){const s=t.apply(l,arguments);return`\x1B[${38+o};2;${s[0]};${s[1]};${s[2]}m`},"wrapAnsi16m");function i(){const t=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const E of Object.keys(o)){const P=o[E];for(const m of Object.keys(P)){const a=P[m];o[m]={open:`\x1B[${a[0]}m`,close:`\x1B[${a[1]}m`},P[m]=o[m],t.set(a[0],a[1])}Object.defineProperty(o,E,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(E=>E,"ansi2ansi"),c=r((E,P,m)=>[E,P,m],"rgb2rgb");o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi={ansi:n(s,0)},o.color.ansi256={ansi256:p(s,0)},o.color.ansi16m={rgb:u(c,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:u(c,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const P=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in P&&(o.color.ansi[E]=n(P.ansi16,0),o.bgColor.ansi[E]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[E]=p(P.ansi256,0),o.bgColor.ansi256[E]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[E]=u(P.rgb,0),o.bgColor.ansi16m[E]=u(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})})(gi)),gi.exports}r(wd,"requireAnsiStyles");var bs,ba;function Md(){return ba||(ba=1,bs=r((e,l)=>{l=l||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(n+e),u=l.indexOf("--");return p!==-1&&(u===-1?!0:p<u)},"hasFlag")),bs}r(Md,"requireHasFlag");var gs,ga;function Id(){if(ga)return gs;ga=1;const e=id,l=Md(),n=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function u(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(u,"translateLevel");function i(o){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const c=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(c[0])>=10&&Number(c[2])>=10586?Number(c[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(c=>c in n)||n.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if(n.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in n){const c=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return c>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM==="dumb",s)}r(i,"supportsColor");function t(o){const s=i(o);return u(s)}return r(t,"getSupportLevel"),gs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},gs}r(Id,"requireSupportsColor");var Ss,Sa;function Ud(){if(Sa)return Ss;Sa=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,u=new Map([["n",`
|
|
2
|
-
`
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
`);
|
|
6
|
-
|
|
7
|
-
`,l-1),p=l-n-1;let u=0;for(let i=n;i>=0;i=Ra(e,`
|
|
8
|
-
`,i-1))u++;return{line:u,column:p}}r(kd,"getPosition");function Va(e,l,{oneBased:n=!1}={}){if(l<0||l>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const p=kd(e,l);return n?{line:p.line+1,column:p.column+1}:p}r(Va,"indexToLineColumn");const jd=r(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class Ko extends Error{static{r(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#e;constructor(l){super(),this.#e=l,Error.captureStackTrace?.(this,Ko)}get message(){const{fileName:l,codeFrame:n}=this;return`${this.#e}${l?` in ${l}`:""}${n?`
|
|
1
|
+
"use strict";var _f=Object.defineProperty;var r=(e,s)=>_f(e,"name",{value:s,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0});var hf=require("get-tsconfig"),Sf=require("@eslint/js"),Sn=require("globals"),Mo=require("confusing-browser-globals"),wo=require("node:module"),is=require("./index-Di562ssT.cjs"),Fo=require("@eslint-community/eslint-plugin-eslint-comments"),vf=require("@stylistic/eslint-plugin"),ns=require("node:url"),He=require("eslint-plugin-import-x"),ss=require("@typescript-eslint/eslint-plugin"),bf=require("@typescript-eslint/parser"),Bo=require("eslint-plugin-regexp"),vn=require("node:fs"),os=require("eslint-plugin-n"),No=require("node:path");require("node:fs/promises");var gf=require("url"),Yf=require("util"),Af=require("node:util"),Cf=require("node:child_process"),ko=require("eslint-plugin-promise"),Lf=require("@eslint/markdown"),Vf=require("eslint-plugin-jsonc"),as=require("eslint-plugin-yml"),Rf=require("yaml-eslint-parser"),jo=require("eslint-plugin-no-use-extend-native"),qo=require("eslint-plugin-unicorn"),nt=require("eslint-plugin-react"),Go=require("eslint-plugin-react-hooks"),ls=require("eslint-plugin-vue"),Df=require("vue-eslint-parser"),Of=require("./package-CmP-ynSK.cjs"),Wo=require("eslint/use-at-your-own-risk"),us=require("eslint");require("node:process");const Uf=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],$o=r(e=>{for(const s of Uf){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($o):$o(e),"defineConfig"),cs=wo.createRequire(`${process.cwd()}/`);let bn;const If=r(()=>{if(bn)return bn;const e=is.findUpSync("package.json");if(e)try{return bn=cs(e).name,bn}catch{}},"getCurrentPackageName"),Le=r(e=>{try{return cs.resolve(e),!0}catch{}return If()===e},"isInstalled"),xf=r(e=>{let s;try{s=cs(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(s)},"getExports"),Es=Sf.configs.recommended.rules,ps={"accessor-pairs":"error","array-callback-return":["error",{allowImplicit:!0}],"arrow-body-style":["error","as-needed"],"block-scoped-var":"error",camelcase:["error",{ignoreDestructuring:!1,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":["error",{capIsNew:!1,capIsNewExceptions:["Immutable.Map","Immutable.Set","Immutable.List"],newIsCap:!0,newIsCapExceptions:[]}],"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",...Mo],"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"},Ho=Object.entries(ps).filter(([e])=>Es[e]&&Es[e]===ps[e]);if(Ho.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${Ho.map(([e])=>e).join(", ")}`);const gn=w({languageOptions:{globals:Sn["shared-node-browser"]},rules:{...Es,...ps}}),Mf=w({files:["**/*.sw.{js,ts}"],languageOptions:{globals:Sn.serviceworker},rules:{"no-restricted-globals":["error",...Mo.filter(e=>e!=="self")]}}),wf=["**/*.{js,jsx,cjs,mjs}"],Ff=["**/*.{ts,tsx,mts,cts}"],Bf=["**/*.vue"],st=[...wf,...Ff,...Bf],Nf=w({files:st,plugins:{"@eslint-community/eslint-comments":Fo},rules:{...Fo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),fs=[w({plugins:{"@stylistic":vf}}),w({files:st,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"]}})],kf=ns.fileURLToPath((void 0)("#pkg-maps-resolver")),Ko=w({plugins:{"import-x":He},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[kf]:{}}},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:["**/src/**","**/@types/**","build/**","build.{js,ts}","**/scripts/**","**/{test,tests,test-d}/**","**/{test,test-*}.js","**/*{.,_}{test,spec}.js","**/__{tests,mocks}__/**","**/*.config.{js,cjs,mjs,ts,cts,mts}","**/.*.js","examples/**","README.md"],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","import-x/prefer-default-export":"off"}}),jf=[Ko,w({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,Xo]=Ko.rules["import-x/no-extraneous-dependencies"],Ts="**/*.{ts,tsx,mts,cts}",qf=w({files:[Ts],languageOptions:{parser:bf,parserOptions:{ecmaVersion:"latest"}},settings:He.configs.typescript.settings}),Gf=r(e=>{const s=e?.config?.compilerOptions?.allowImportingTsExtensions===!0;return w({files:[Ts],plugins:{"@typescript-eslint":ss},settings:{...He.configs.typescript.settings,"import-x/resolver":{...He.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ss.configs["eslint-recommended"].overrides[0].rules,...ss.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:gn.rules["no-empty-function"][1].allow}],"@typescript-eslint/no-shadow":gn.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...gn.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"}],"import-x/no-extraneous-dependencies":["error",{...Xo,devDependencies:Xo.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),Wf=w({files:st,plugins:{regexp:Bo},rules:Bo.configs.recommended.rules});var zo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function $f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r($f,"getDefaultExportFromCjs");var Ke={},Yn={exports:{}},Jo;function Hf(){if(Jo)return Yn.exports;Jo=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 Yn.exports=t(),Yn.exports.createColors=t,Yn.exports}r(Hf,"requirePicocolors");var ot={},Qo;function Kf(){return Qo||(Qo=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.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,ot.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}),ot}r(Kf,"requireJsTokens");var ds={},Xe={},Zo;function Xf(){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-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\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-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",s="\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-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";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,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,2,60,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,328,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,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,42,9,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,496,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],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,80,3,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,343,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,330,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,726,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(Xf,"requireIdentifier");var Ve={},ea;function zf(){if(ea)return Ve;ea=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(zf,"requireKeyword");var ta;function Jf(){return ta||(ta=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=Xf(),n=zf()})(ds)),ds}r(Jf,"requireLib$5");var ra;function Qf(){if(ra)return Ke;ra=1,Object.defineProperty(Ke,"__esModule",{value:!0});var e=Hf(),s=Kf(),n=Jf();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,R){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)&&(R[L-1]==="<"||R.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 R=s.matchToToken(L);yield{type:T(R,L.index,v),value:R.value}}},"tokenize")}function l(C){if(C==="")return"";const T=u(!0);let v="";for(const{type:L,value:R}of A(C))L in T?v+=R.split(p).map(O=>T[L](O)).join(`
|
|
2
|
+
`):v+=R;return v}r(l,"highlight");let f=!1;const d=/\r\n|[\n\r\u2028\u2029]/;function h(C,T,v){const L=Object.assign({column:0,line:-1},C.start),R=Object.assign({},L,C.end),{linesAbove:O=2,linesBelow:N=3}=v||{},q=L.line,k=L.column,K=R.line,M=R.column;let $=Math.max(q-(O+1),0),X=Math.min(T.length,K+N);q===-1&&($=0),K===-1&&(X=T.length);const F=K-q,W={};if(F)for(let z=0;z<=F;z++){const Z=z+q;if(!k)W[Z]=!0;else if(z===0){const te=T[Z-1].length;W[Z]=[k,te-k+1]}else if(z===F)W[Z]=[0,M];else{const te=T[Z-z].length;W[Z]=[0,te]}}else k===M?k?W[q]=[k,0]:W[q]=!0:W[q]=[k,M-k];return{start:$,end:X,markerLines:W}}r(h,"getMarkerLines");function P(C,T,v={}){const L=v.forceColor||c()&&v.highlightCode,R=u(L),O=C.split(d),{start:N,end:q,markerLines:k}=h(T,O,v),K=T.start&&typeof T.start.column=="number",M=String(q).length;let X=(L?l(C):C).split(d,q).slice(N,q).map((F,W)=>{const z=N+1+W,te=` ${` ${z}`.slice(-M)} |`,Q=k[z],ne=!k[z+1];if(Q){let Ye="";if(Array.isArray(Q)){const tt=F.slice(0,Math.max(Q[0]-1,0)).replace(/[^\t]/g," "),rt=Q[1]||1;Ye=[`
|
|
3
|
+
`,R.gutter(te.replace(/\d/g," "))," ",tt,R.marker("^").repeat(rt)].join(""),ne&&v.message&&(Ye+=" "+R.message(v.message))}return[R.marker(">"),R.gutter(te),F.length>0?` ${F}`:"",Ye].join("")}else return` ${R.gutter(te)}${F.length>0?` ${F}`:""}`}).join(`
|
|
4
|
+
`);return v.message&&!K&&(X=`${" ".repeat(M+1)}${v.message}
|
|
5
|
+
${X}`),L?R.reset(X):X}r(P,"codeFrameColumns");function g(C,T,v,L={}){if(!f){f=!0;const O="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(O,"DeprecationWarning");else{const N=new Error(O);N.name="DeprecationWarning",console.warn(new Error(O))}}return v=Math.max(v,0),P(C,{start:{column:v,line:T}},L)}return r(g,"index"),Ke.codeFrameColumns=P,Ke.default=g,Ke.highlight=l,Ke}r(Qf,"requireLib$4");var Zf=Qf();const eT=r(({oneBased:e,oneBasedLine:s=e,oneBasedColumn:n=e}={})=>[s?1:0,n?1:0],"getOffsets");function tT(e,s,n){const c=s===0?-1:e.lastIndexOf(`
|
|
6
|
+
`,s-1),[o,i]=eT(n);return{line:c===-1?o:e.slice(0,c+1).match(/\n/g).length+o,column:s-c-1+i}}r(tT,"getPosition");function rT(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 tT(e,s,n)}r(rT,"indexToPosition");const iT=r(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class xo extends Error{static{r(this,"JSONError")}name="JSONError";fileName;#e;#t;#r;#l;#o;constructor(s){if(typeof s=="string")super(),this.#r=s;else{const{jsonParseError:n,fileName:c,input:o}=s;super(void 0,{cause:n}),this.#e=o,this.#t=n,this.fileName=c}Error.captureStackTrace?.(this,xo)}get message(){this.#r??=`${sT(this.#t.message)}${this.#e===""?" while parsing empty string":""}`;const{codeFrame:s}=this;return`${this.#r}${this.fileName?` in ${this.fileName}`:""}${s?`
|
|
9
7
|
|
|
10
|
-
${
|
|
11
|
-
`:""}`}set message(l){this.#e=l}}const Da=r((e,l,n=!0)=>Bd.codeFrameColumns(e,{start:l},{highlightCode:n}),"generateCodeFrame"),Nd=r((e,l)=>{const n=l.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;let{index:p,line:u,column:i}=n.groups;if(u&&i)return{line:Number(u),column:Number(i)};if(p=Number(p),p===e.length){const{line:t,column:o}=Va(e,e.length-1,{oneBased:!0});return{line:t,column:o+1}}return Va(e,p,{oneBased:!0})},"getErrorLocation"),qd=r(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(l,n,p)=>`"${p}"(${jd(p)})`),"addCodePointToUnexpectedToken");function Gd(e,l,n){let p;try{return JSON.parse(e,l)}catch(t){p=t.message}let u;e?(u=Nd(e,p),p=qd(p)):p+=" while parsing empty string";const i=new Ko(p);throw i.fileName=n,u&&(i.codeFrame=Da(e,u),i.rawCodeFrame=Da(e,u,!1)),i}r(Gd,"parseJson");var Ys,Oa;function wa(){return Oa||(Oa=1,Ys=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...l)=>console.error("SEMVER",...l):()=>{}),Ys}r(wa,"requireDebug");var As,Ma;function Ia(){if(Ma)return As;Ma=1;const e="2.0.0",l=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,p=16,u=l-6;return As={MAX_LENGTH:l,MAX_SAFE_COMPONENT_LENGTH:p,MAX_SAFE_BUILD_LENGTH:u,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},As}r(Ia,"requireConstants");var Si={exports:{}},Ua;function $d(){return Ua||(Ua=1,(function(e,l){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:p,MAX_LENGTH:u}=Ia(),i=wa();l=e.exports={};const t=l.re=[],o=l.safeRe=[],s=l.src=[],c=l.safeSrc=[],E=l.t={};let P=0;const m="[a-zA-Z0-9-]",a=[["\\s",1],["\\d",u],[m,p]],f=r(h=>{for(const[T,g]of a)h=h.split(`${T}*`).join(`${T}{0,${g}}`).split(`${T}+`).join(`${T}{1,${g}}`);return h},"makeSafeRegex"),d=r((h,T,g)=>{const A=f(T),y=P++;i(h,y,T),E[h]=y,s[y]=T,c[y]=A,t[y]=new RegExp(T,g?"g":void 0),o[y]=new RegExp(A,g?"g":void 0)},"createToken");d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${m}*`),d("MAINVERSION",`(${s[E.NUMERICIDENTIFIER]})\\.(${s[E.NUMERICIDENTIFIER]})\\.(${s[E.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${s[E.NUMERICIDENTIFIERLOOSE]})\\.(${s[E.NUMERICIDENTIFIERLOOSE]})\\.(${s[E.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${s[E.NONNUMERICIDENTIFIER]}|${s[E.NUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${s[E.NONNUMERICIDENTIFIER]}|${s[E.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASE",`(?:-(${s[E.PRERELEASEIDENTIFIER]}(?:\\.${s[E.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${s[E.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[E.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${m}+`),d("BUILD",`(?:\\+(${s[E.BUILDIDENTIFIER]}(?:\\.${s[E.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${s[E.MAINVERSION]}${s[E.PRERELEASE]}?${s[E.BUILD]}?`),d("FULL",`^${s[E.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${s[E.MAINVERSIONLOOSE]}${s[E.PRERELEASELOOSE]}?${s[E.BUILD]}?`),d("LOOSE",`^${s[E.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${s[E.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${s[E.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${s[E.XRANGEIDENTIFIER]})(?:\\.(${s[E.XRANGEIDENTIFIER]})(?:\\.(${s[E.XRANGEIDENTIFIER]})(?:${s[E.PRERELEASE]})?${s[E.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${s[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[E.XRANGEIDENTIFIERLOOSE]})(?:${s[E.PRERELEASELOOSE]})?${s[E.BUILD]}?)?)?`),d("XRANGE",`^${s[E.GTLT]}\\s*${s[E.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${s[E.GTLT]}\\s*${s[E.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),d("COERCE",`${s[E.COERCEPLAIN]}(?:$|[^\\d])`),d("COERCEFULL",s[E.COERCEPLAIN]+`(?:${s[E.PRERELEASE]})?(?:${s[E.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",s[E.COERCE],!0),d("COERCERTLFULL",s[E.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${s[E.LONETILDE]}\\s+`,!0),l.tildeTrimReplace="$1~",d("TILDE",`^${s[E.LONETILDE]}${s[E.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${s[E.LONETILDE]}${s[E.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${s[E.LONECARET]}\\s+`,!0),l.caretTrimReplace="$1^",d("CARET",`^${s[E.LONECARET]}${s[E.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${s[E.LONECARET]}${s[E.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${s[E.GTLT]}\\s*(${s[E.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${s[E.GTLT]}\\s*(${s[E.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${s[E.GTLT]}\\s*(${s[E.LOOSEPLAIN]}|${s[E.XRANGEPLAIN]})`,!0),l.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${s[E.XRANGEPLAIN]})\\s+-\\s+(${s[E.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${s[E.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[E.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Si,Si.exports)),Si.exports}r($d,"requireRe");var Cs,xa;function Wd(){if(xa)return Cs;xa=1;const e=Object.freeze({loose:!0}),l=Object.freeze({});return Cs=r(p=>p?typeof p!="object"?e:p:l,"parseOptions"),Cs}r(Wd,"requireParseOptions");var Ls,Fa;function Hd(){if(Fa)return Ls;Fa=1;const e=/^[0-9]+$/,l=r((p,u)=>{if(typeof p=="number"&&typeof u=="number")return p===u?0:p<u?-1:1;const i=e.test(p),t=e.test(u);return i&&t&&(p=+p,u=+u),p===u?0:i&&!t?-1:t&&!i?1:p<u?-1:1},"compareIdentifiers");return Ls={compareIdentifiers:l,rcompareIdentifiers:r((p,u)=>l(u,p),"rcompareIdentifiers")},Ls}r(Hd,"requireIdentifiers");var Rs,Ba;function Kd(){if(Ba)return Rs;Ba=1;const e=wa(),{MAX_LENGTH:l,MAX_SAFE_INTEGER:n}=Ia(),{safeRe:p,t:u}=$d(),i=Wd(),{compareIdentifiers:t}=Hd();class o{static{r(this,"SemVer")}constructor(c,E){if(E=i(E),c instanceof o){if(c.loose===!!E.loose&&c.includePrerelease===!!E.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>l)throw new TypeError(`version is longer than ${l} characters`);e("SemVer",c,E),this.options=E,this.loose=!!E.loose,this.includePrerelease=!!E.includePrerelease;const P=c.trim().match(E.loose?p[u.LOOSE]:p[u.FULL]);if(!P)throw new TypeError(`Invalid Version: ${c}`);if(this.raw=c,this.major=+P[1],this.minor=+P[2],this.patch=+P[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");P[4]?this.prerelease=P[4].split(".").map(m=>{if(/^[0-9]+$/.test(m)){const a=+m;if(a>=0&&a<n)return a}return m}):this.prerelease=[],this.build=P[5]?P[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 o)){if(typeof c=="string"&&c===this.version)return 0;c=new o(c,this.options)}return c.version===this.version?0:this.compareMain(c)||this.comparePre(c)}compareMain(c){return c instanceof o||(c=new o(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 o||(c=new o(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 E=0;do{const P=this.prerelease[E],m=c.prerelease[E];if(e("prerelease compare",E,P,m),P===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(P===void 0)return-1;if(P===m)continue;return t(P,m)}while(++E)}compareBuild(c){c instanceof o||(c=new o(c,this.options));let E=0;do{const P=this.build[E],m=c.build[E];if(e("build compare",E,P,m),P===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(P===void 0)return-1;if(P===m)continue;return t(P,m)}while(++E)}inc(c,E,P){if(c.startsWith("pre")){if(!E&&P===!1)throw new Error("invalid increment argument: identifier is empty");if(E){const m=`-${E}`.match(this.options.loose?p[u.PRERELEASELOOSE]:p[u.PRERELEASE]);if(!m||m[1]!==E)throw new Error(`invalid identifier: ${E}`)}}switch(c){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",E,P);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",E,P);break;case"prepatch":this.prerelease.length=0,this.inc("patch",E,P),this.inc("pre",E,P);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",E,P),this.inc("pre",E,P);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 m=Number(P)?1:0;if(this.prerelease.length===0)this.prerelease=[m];else{let a=this.prerelease.length;for(;--a>=0;)typeof this.prerelease[a]=="number"&&(this.prerelease[a]++,a=-2);if(a===-1){if(E===this.prerelease.join(".")&&P===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(m)}}if(E){let a=[E,m];P===!1&&(a=[E]),t(this.prerelease[0],E)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${c}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Rs=o,Rs}r(Kd,"requireSemver");var Vs,ka;function ja(){if(ka)return Vs;ka=1;const e=Kd();return Vs=r((n,p,u=!1)=>{if(n instanceof e)return n;try{return new e(n,p)}catch(i){if(!u)return null;throw i}},"parse"),Vs}r(ja,"requireParse$1");var Ds,Na;function zd(){if(Na)return Ds;Na=1;const e=ja();return Ds=r((n,p)=>{const u=e(n,p);return u?u.version:null},"valid"),Ds}r(zd,"requireValid");var Os,qa;function Xd(){if(qa)return Os;qa=1;const e=ja();return Os=r((n,p)=>{const u=e(n.trim().replace(/^[=v]+/,""),p);return u?u.version:null},"clean"),Os}r(Xd,"requireClean");var Ga=["0BSD","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","AMDPLPA","AML","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Glyph","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","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","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-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Protection","BSD-Source-Code","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Borceux","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-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-4.0","CC-PDDC","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","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","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Crossword","CrystalStacker","Cube","D-FSL-1.0","DL-DE-BY-2.0","DOC","DRL-1.0","DSDP","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","FDK-AAC","FSFAP","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Frameworx-1.0","FreeBSD-DOC","FreeImage","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","Giftware","Glide","Glulxe","Graphics-Gems","HP-1986","HPND","HPND-Markus-Kuhn","HPND-export-US","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ImageMagick","Imlib2","Info-ZIP","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","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","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","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-copyleft","MIT","MIT-0","MIT-CMU","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MITNFA","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","MakeIndex","Martin-Birgmeier","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCGL-UK-2.0","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","Net-SNMP","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","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","OML","OPL-1.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","PDDL-1.0","PHP-3.0","PHP-3.01","PSF-2.0","Parity-6.0.0","Parity-7.0.0","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","SAX-PD","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","SimPL-2.0","Sleepycat","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TU-Berlin-1.0","TU-Berlin-2.0","UCAR","UCL-1.0","UPL-1.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Wsuipa","X11","X11-distribute-modifications-variant","XFree86-1.1","XSkat","Xerox","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","blessing","bzip2-1.0.6","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","diffmark","dvipdfm","eGenix","etalab-2.0","gSOAP-1.3b","gnuplot","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","mpi-permissive","mpich2","mplus","psfrag","psutils","snprintf","w3m","xinetd","xlock","xpp","zlib-acknowledgement"],Jd=["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","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],Qd=["389-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-3.1","gnu-javamail-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","i2p-gpl-java-exception","Libtool-exception","Linux-syscall-note","LLVM-exception","LZMA-exception","mif-exception","Nokia-Qt-exception-1.1","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","Swift-exception","u-boot-exception-2.0","Universal-FOSS-exception-1.0","WxWindows-exception-3.1"],ws,$a;function Zd(){if($a)return ws;$a=1;var e=[].concat(Ga).concat(Jd),l=Qd;return ws=r(function(n){var p=0;function u(){return p<n.length}r(u,"hasMore");function i(h){if(h instanceof RegExp){var T=n.slice(p),g=T.match(h);if(g)return p+=g[0].length,g[0]}else if(n.indexOf(h,p)===p)return p+=h.length,h}r(i,"read");function t(){i(/[ ]*/)}r(t,"skipWhitespace");function o(){for(var h,T=["WITH","AND","OR","(",")",":","+"],g=0;g<T.length&&(h=i(T[g]),!h);g++);if(h==="+"&&p>1&&n[p-2]===" ")throw new Error("Space before `+`");return h&&{type:"OPERATOR",string:h}}r(o,"operator");function s(){return i(/[A-Za-z0-9-.]+/)}r(s,"idstring");function c(){var h=s();if(!h)throw new Error("Expected idstring at offset "+p);return h}r(c,"expectIdstring");function E(){if(i("DocumentRef-")){var h=c();return{type:"DOCUMENTREF",string:h}}}r(E,"documentRef");function P(){if(i("LicenseRef-")){var h=c();return{type:"LICENSEREF",string:h}}}r(P,"licenseRef");function m(){var h=p,T=s();if(e.indexOf(T)!==-1)return{type:"LICENSE",string:T};if(l.indexOf(T)!==-1)return{type:"EXCEPTION",string:T};p=h}r(m,"identifier");function a(){return o()||E()||P()||m()}r(a,"parseToken");for(var f=[];u()&&(t(),!!u());){var d=a();if(!d)throw new Error("Unexpected `"+n[p]+"` at offset "+p);f.push(d)}return f},"scan"),ws}r(Zd,"requireScan");var Ms,Wa;function eT(){return Wa||(Wa=1,Ms=r(function(e){var l=0;function n(){return l<e.length}r(n,"hasMore");function p(){return n()?e[l]:null}r(p,"token");function u(){if(!n())throw new Error;l++}r(u,"next");function i(d){var h=p();if(h&&h.type==="OPERATOR"&&d===h.string)return u(),h.string}r(i,"parseOperator");function t(){if(i("WITH")){var d=p();if(d&&d.type==="EXCEPTION")return u(),d.string;throw new Error("Expected exception after `WITH`")}}r(t,"parseWith");function o(){var d=l,h="",T=p();if(T.type==="DOCUMENTREF"&&(u(),h+="DocumentRef-"+T.string+":",!i(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(T=p(),T.type==="LICENSEREF")return u(),h+="LicenseRef-"+T.string,{license:h};l=d}r(o,"parseLicenseRef");function s(){var d=p();if(d&&d.type==="LICENSE"){u();var h={license:d.string};i("+")&&(h.plus=!0);var T=t();return T&&(h.exception=T),h}}r(s,"parseLicense");function c(){var d=i("(");if(d){var h=a();if(!i(")"))throw new Error("Expected `)`");return h}}r(c,"parseParenthesizedExpression");function E(){return c()||o()||s()}r(E,"parseAtom");function P(d,h){return r(function T(){var g=h();if(g){if(!i(d))return g;var A=T();if(!A)throw new Error("Expected expression");return{left:g,conjunction:d.toLowerCase(),right:A}}},"parseBinaryOp")}r(P,"makeBinaryOpParser");var m=P("AND",E),a=P("OR",m),f=a();if(!f||n())throw new Error("Syntax error");return f},"parse")),Ms}r(eT,"requireParse");var Is,Ha;function Ka(){if(Ha)return Is;Ha=1;var e=Zd(),l=eT();return Is=r(function(n){return l(e(n))},"spdxExpressionParse"),Is}r(Ka,"requireSpdxExpressionParse");var Us,za;function tT(){if(za)return Us;za=1;var e=Ka(),l=Ga;function n(T){try{return e(T),!0}catch{return!1}}r(n,"valid");function p(T,g){var A=g[0].length-T[0].length;return A!==0?A:T[0].toUpperCase().localeCompare(g[0].toUpperCase())}r(p,"sortTranspositions");var u=[["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(p),i=0,t=1,o=[function(T){return T.toUpperCase()},function(T){return T.trim()},function(T){return T.replace(/\./g,"")},function(T){return T.replace(/\s+/g,"")},function(T){return T.replace(/\s+/g,"-")},function(T){return T.replace("v","-")},function(T){return T.replace(/,?\s*(\d)/,"-$1")},function(T){return T.replace(/,?\s*(\d)/,"-$1.0")},function(T){return T.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(T){return T.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(T){return T[0].toUpperCase()+T.slice(1)},function(T){return T.replace("/","-")},function(T){return T.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(T){return T.indexOf("3.0")!==-1?T+"-or-later":T+"-only"},function(T){return T+"only"},function(T){return T.replace(/(\d)$/,"-$1.0")},function(T){return T.replace(/(-| )?(\d)$/,"-$2-Clause")},function(T){return T.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(T){return T.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(T){return T.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(T){return T.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(T){return T.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(T){return T.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(T){return"CC-"+T},function(T){return"CC-"+T+"-4.0"},function(T){return T.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(T){return"CC-"+T.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],s=l.map(function(T){var g=/^(.*)-\d+\.\d+$/.exec(T);return g?[g[0],g[1]]:[T,null]}).reduce(function(T,g){var A=g[1];return T[A]=T[A]||[],T[A].push(g[0]),T},{}),c=Object.keys(s).map(r(function(g){return[g,s[g]]},"makeEntries")).filter(r(function(g){return g[1].length===1&&g[0]!==null&&g[0]!=="APL"},"identifySoleVersions")).map(r(function(g){return[g[0],g[1][0]]},"createLastResorts"));s=void 0;var E=[["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(p),P=0,m=1,a=r(function(T){for(var g=0;g<o.length;g++){var A=o[g](T).trim();if(A!==T&&n(A))return A}return null},"validTransformation"),f=r(function(T){for(var g=T.toUpperCase(),A=0;A<E.length;A++){var y=E[A];if(g.indexOf(y[P])>-1)return y[m]}return null},"validLastResort"),d=r(function(T,g){for(var A=0;A<u.length;A++){var y=u[A],C=y[i];if(T.indexOf(C)>-1){var R=T.replace(C,y[t]),D=g(R);if(D!==null)return D}}return null},"anyCorrection");Us=r(function(T,g){g=g||{};var A=g.upgrade===void 0?!0:!!g.upgrade;function y(O){return A?h(O):O}r(y,"postprocess");var C=typeof T=="string"&&T.trim().length!==0;if(!C)throw Error("Invalid argument. Expected non-empty string.");if(T=T.trim(),n(T))return y(T);var R=T.replace(/\+$/,"").trim();if(n(R))return y(R);var D=a(T);return D!==null||(D=d(T,function(O){return n(O)?O:a(O)}),D!==null)||(D=f(T),D!==null)||(D=d(T,f),D!==null)?y(D):null},"spdxCorrect");function h(T){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(T)!==-1?T+"-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(T)!==-1?T.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(T)!==-1?T+"-or-later":T}return r(h,"upgradeGPLs"),Us}r(tT,"requireSpdxCorrect");var xs,Xa;function rT(){if(Xa)return xs;Xa=1;var e=Ka(),l=tT(),n='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',p=/^SEE LICEN[CS]E IN (.+)$/;function u(t,o){return o.slice(0,t.length)===t}r(u,"startsWith");function i(t){if(t.hasOwnProperty("license")){var o=t.license;return u("LicenseRef",o)||u("DocumentRef",o)}else return i(t.left)||i(t.right)}return r(i,"usesLicenseRef"),xs=r(function(t){var o;try{o=e(t)}catch{var s;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(s=p.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:s[1]};var c={validForOldPackages:!1,validForNewPackages:!1,warnings:[n]};if(t.trim().length!==0){var E=l(t);E&&c.warnings.push('license is similar to the valid expression "'+E+'"')}return c}return i(o)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[n]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),xs}r(rT,"requireValidateNpmPackageLicense");var st={},Ja;function nT(){if(Ja)return st;Ja=1,Object.defineProperty(st,"__esModule",{value:!0}),st.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,l=new Set,n=typeof process=="object"&&process?process:{},p=r((m,a,f,d)=>{typeof n.emitWarning=="function"?n.emitWarning(m,a,f,d):console.error(`[${f}] ${a}: ${m}`)},"emitWarning");let u=globalThis.AbortController,i=globalThis.AbortSignal;if(typeof u>"u"){i=class{static{r(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,h){this._onabort.push(h)}},u=class{static{r(this,"AbortController")}constructor(){a()}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 m=n.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const a=r(()=>{m&&(m=!1,p("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",a))},"warnACPolyfill")}const t=r(m=>!l.has(m),"shouldWarn"),o=r(m=>m&&m===Math.floor(m)&&m>0&&isFinite(m),"isPosInt"),s=r(m=>o(m)?m<=Math.pow(2,8)?Uint8Array:m<=Math.pow(2,16)?Uint16Array:m<=Math.pow(2,32)?Uint32Array:m<=Number.MAX_SAFE_INTEGER?c:null:null,"getUintArray");class c extends Array{static{r(this,"ZeroArray")}constructor(a){super(a),this.fill(0)}}class E{static{r(this,"Stack")}heap;length;static#e=!1;static create(a){const f=s(a);if(!f)return[];E.#e=!0;const d=new E(a,f);return E.#e=!1,d}constructor(a,f){if(!E.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new f(a),this.length=0}push(a){this.heap[this.length++]=a}pop(){return this.heap[--this.length]}}class P{static{r(this,"LRUCache")}#e;#r;#n;#o;#m;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#l;#y;#a;#s;#t;#E;#d;#p;#u;#h;#c;#_;#v;#T;#b;#A;#f;static unsafeExposeInternals(a){return{starts:a.#v,ttls:a.#T,sizes:a.#_,keyMap:a.#a,keyList:a.#s,valList:a.#t,next:a.#E,prev:a.#d,get head(){return a.#p},get tail(){return a.#u},free:a.#h,isBackgroundFetch:r(f=>a.#i(f),"isBackgroundFetch"),backgroundFetch:r((f,d,h,T)=>a.#O(f,d,h,T),"backgroundFetch"),moveToTail:r(f=>a.#R(f),"moveToTail"),indexes:r(f=>a.#g(f),"indexes"),rindexes:r(f=>a.#S(f),"rindexes"),isStale:r(f=>a.#P(f),"isStale")}}get max(){return this.#e}get maxSize(){return this.#r}get calculatedSize(){return this.#y}get size(){return this.#l}get fetchMethod(){return this.#m}get dispose(){return this.#n}get disposeAfter(){return this.#o}constructor(a){const{max:f=0,ttl:d,ttlResolution:h=1,ttlAutopurge:T,updateAgeOnGet:g,updateAgeOnHas:A,allowStale:y,dispose:C,disposeAfter:R,noDisposeOnSet:D,noUpdateTTL:O,maxSize:B=0,maxEntrySize:j=0,sizeCalculation:F,fetchMethod:q,noDeleteOnFetchRejection:U,noDeleteOnStaleGet:H,allowStaleOnFetchRejection:J,allowStaleOnFetchAbort:$,ignoreFetchAbort:z}=a;if(f!==0&&!o(f))throw new TypeError("max option must be a nonnegative integer");const Q=f?s(f):Array;if(!Q)throw new Error("invalid max value: "+f);if(this.#e=f,this.#r=B,this.maxEntrySize=j||this.#r,this.sizeCalculation=F,this.sizeCalculation){if(!this.#r&&!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(q!==void 0&&typeof q!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=q,this.#A=!!q,this.#a=new Map,this.#s=new Array(f).fill(void 0),this.#t=new Array(f).fill(void 0),this.#E=new Q(f),this.#d=new Q(f),this.#p=0,this.#u=0,this.#h=E.create(f),this.#l=0,this.#y=0,typeof C=="function"&&(this.#n=C),typeof R=="function"?(this.#o=R,this.#c=[]):(this.#o=void 0,this.#c=void 0),this.#b=!!this.#n,this.#f=!!this.#o,this.noDisposeOnSet=!!D,this.noUpdateTTL=!!O,this.noDeleteOnFetchRejection=!!U,this.allowStaleOnFetchRejection=!!J,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!z,this.maxEntrySize!==0){if(this.#r!==0&&!o(this.#r))throw new TypeError("maxSize must be a positive integer if specified");if(!o(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!y,this.noDeleteOnStaleGet=!!H,this.updateAgeOnGet=!!g,this.updateAgeOnHas=!!A,this.ttlResolution=o(h)||h===0?h:1,this.ttlAutopurge=!!T,this.ttl=d||0,this.ttl){if(!o(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#w()}if(this.#e===0&&this.ttl===0&&this.#r===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#r){const Z="LRU_CACHE_UNBOUNDED";t(Z)&&(l.add(Z),p("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Z,P))}}getRemainingTTL(a){return this.#a.has(a)?1/0:0}#w(){const a=new c(this.#e),f=new c(this.#e);this.#T=a,this.#v=f,this.#M=(T,g,A=e.now())=>{if(f[T]=g!==0?A:0,a[T]=g,g!==0&&this.ttlAutopurge){const y=setTimeout(()=>{this.#P(T)&&this.delete(this.#s[T])},g+1);y.unref&&y.unref()}},this.#C=T=>{f[T]=a[T]!==0?e.now():0},this.#Y=(T,g)=>{if(a[g]){const A=a[g],y=f[g];if(!A||!y)return;T.ttl=A,T.start=y,T.now=d||h();const C=T.now-y;T.remainingTTL=A-C}};let d=0;const h=r(()=>{const T=e.now();if(this.ttlResolution>0){d=T;const g=setTimeout(()=>d=0,this.ttlResolution);g.unref&&g.unref()}return T},"getNow");this.getRemainingTTL=T=>{const g=this.#a.get(T);if(g===void 0)return 0;const A=a[g],y=f[g];if(!A||!y)return 1/0;const C=(d||h())-y;return A-C},this.#P=T=>{const g=f[T],A=a[T];return!!A&&!!g&&(d||h())-g>A}}#C=r(()=>{},"#updateItemAge");#Y=r(()=>{},"#statusTTL");#M=r(()=>{},"#setItemTTL");#P=r(()=>!1,"#isStale");#F(){const a=new c(this.#e);this.#y=0,this.#_=a,this.#L=f=>{this.#y-=a[f],a[f]=0},this.#I=(f,d,h,T)=>{if(this.#i(d))return 0;if(!o(h))if(T){if(typeof T!="function")throw new TypeError("sizeCalculation must be a function");if(h=T(d,f),!o(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.#V=(f,d,h)=>{if(a[f]=d,this.#r){const T=this.#r-a[f];for(;this.#y>T;)this.#D(!0)}this.#y+=a[f],h&&(h.entrySize=d,h.totalCalculatedSize=this.#y)}}#L=r(a=>{},"#removeItemSize");#V=r((a,f,d)=>{},"#addItemSize");#I=r((a,f,d,h)=>{if(d||h)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#g({allowStale:a=this.allowStale}={}){if(this.#l)for(let f=this.#u;!(!this.#U(f)||((a||!this.#P(f))&&(yield f),f===this.#p));)f=this.#d[f]}*#S({allowStale:a=this.allowStale}={}){if(this.#l)for(let f=this.#p;!(!this.#U(f)||((a||!this.#P(f))&&(yield f),f===this.#u));)f=this.#E[f]}#U(a){return a!==void 0&&this.#a.get(this.#s[a])===a}*entries(){for(const a of this.#g())this.#t[a]!==void 0&&this.#s[a]!==void 0&&!this.#i(this.#t[a])&&(yield[this.#s[a],this.#t[a]])}*rentries(){for(const a of this.#S())this.#t[a]!==void 0&&this.#s[a]!==void 0&&!this.#i(this.#t[a])&&(yield[this.#s[a],this.#t[a]])}*keys(){for(const a of this.#g()){const f=this.#s[a];f!==void 0&&!this.#i(this.#t[a])&&(yield f)}}*rkeys(){for(const a of this.#S()){const f=this.#s[a];f!==void 0&&!this.#i(this.#t[a])&&(yield f)}}*values(){for(const a of this.#g())this.#t[a]!==void 0&&!this.#i(this.#t[a])&&(yield this.#t[a])}*rvalues(){for(const a of this.#S())this.#t[a]!==void 0&&!this.#i(this.#t[a])&&(yield this.#t[a])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(a,f={}){for(const d of this.#g()){const h=this.#t[d],T=this.#i(h)?h.__staleWhileFetching:h;if(T!==void 0&&a(T,this.#s[d],this))return this.get(this.#s[d],f)}}forEach(a,f=this){for(const d of this.#g()){const h=this.#t[d],T=this.#i(h)?h.__staleWhileFetching:h;T!==void 0&&a.call(f,T,this.#s[d],this)}}rforEach(a,f=this){for(const d of this.#S()){const h=this.#t[d],T=this.#i(h)?h.__staleWhileFetching:h;T!==void 0&&a.call(f,T,this.#s[d],this)}}purgeStale(){let a=!1;for(const f of this.#S({allowStale:!0}))this.#P(f)&&(this.delete(this.#s[f]),a=!0);return a}info(a){const f=this.#a.get(a);if(f===void 0)return;const d=this.#t[f],h=this.#i(d)?d.__staleWhileFetching:d;if(h===void 0)return;const T={value:h};if(this.#T&&this.#v){const g=this.#T[f],A=this.#v[f];if(g&&A){const y=g-(e.now()-A);T.ttl=y,T.start=Date.now()}}return this.#_&&(T.size=this.#_[f]),T}dump(){const a=[];for(const f of this.#g({allowStale:!0})){const d=this.#s[f],h=this.#t[f],T=this.#i(h)?h.__staleWhileFetching:h;if(T===void 0||d===void 0)continue;const g={value:T};if(this.#T&&this.#v){g.ttl=this.#T[f];const A=e.now()-this.#v[f];g.start=Math.floor(Date.now()-A)}this.#_&&(g.size=this.#_[f]),a.unshift([d,g])}return a}load(a){this.clear();for(const[f,d]of a){if(d.start){const h=Date.now()-d.start;d.start=e.now()-h}this.set(f,d.value,d)}}set(a,f,d={}){if(f===void 0)return this.delete(a),this;const{ttl:h=this.ttl,start:T,noDisposeOnSet:g=this.noDisposeOnSet,sizeCalculation:A=this.sizeCalculation,status:y}=d;let{noUpdateTTL:C=this.noUpdateTTL}=d;const R=this.#I(a,f,d.size||0,A);if(this.maxEntrySize&&R>this.maxEntrySize)return y&&(y.set="miss",y.maxEntrySizeExceeded=!0),this.delete(a),this;let D=this.#l===0?void 0:this.#a.get(a);if(D===void 0)D=this.#l===0?this.#u:this.#h.length!==0?this.#h.pop():this.#l===this.#e?this.#D(!1):this.#l,this.#s[D]=a,this.#t[D]=f,this.#a.set(a,D),this.#E[this.#u]=D,this.#d[D]=this.#u,this.#u=D,this.#l++,this.#V(D,R,y),y&&(y.set="add"),C=!1;else{this.#R(D);const O=this.#t[D];if(f!==O){if(this.#A&&this.#i(O)){O.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:B}=O;B!==void 0&&!g&&(this.#b&&this.#n?.(B,a,"set"),this.#f&&this.#c?.push([B,a,"set"]))}else g||(this.#b&&this.#n?.(O,a,"set"),this.#f&&this.#c?.push([O,a,"set"]));if(this.#L(D),this.#V(D,R,y),this.#t[D]=f,y){y.set="replace";const B=O&&this.#i(O)?O.__staleWhileFetching:O;B!==void 0&&(y.oldValue=B)}}else y&&(y.set="update")}if(h!==0&&!this.#T&&this.#w(),this.#T&&(C||this.#M(D,h,T),y&&this.#Y(y,D)),!g&&this.#f&&this.#c){const O=this.#c;let B;for(;B=O?.shift();)this.#o?.(...B)}return this}pop(){try{for(;this.#l;){const a=this.#t[this.#p];if(this.#D(!0),this.#i(a)){if(a.__staleWhileFetching)return a.__staleWhileFetching}else if(a!==void 0)return a}}finally{if(this.#f&&this.#c){const a=this.#c;let f;for(;f=a?.shift();)this.#o?.(...f)}}}#D(a){const f=this.#p,d=this.#s[f],h=this.#t[f];return this.#A&&this.#i(h)?h.__abortController.abort(new Error("evicted")):(this.#b||this.#f)&&(this.#b&&this.#n?.(h,d,"evict"),this.#f&&this.#c?.push([h,d,"evict"])),this.#L(f),a&&(this.#s[f]=void 0,this.#t[f]=void 0,this.#h.push(f)),this.#l===1?(this.#p=this.#u=0,this.#h.length=0):this.#p=this.#E[f],this.#a.delete(d),this.#l--,f}has(a,f={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:h}=f,T=this.#a.get(a);if(T!==void 0){const g=this.#t[T];if(this.#i(g)&&g.__staleWhileFetching===void 0)return!1;if(this.#P(T))h&&(h.has="stale",this.#Y(h,T));else return d&&this.#C(T),h&&(h.has="hit",this.#Y(h,T)),!0}else h&&(h.has="miss");return!1}peek(a,f={}){const{allowStale:d=this.allowStale}=f,h=this.#a.get(a);if(h===void 0||!d&&this.#P(h))return;const T=this.#t[h];return this.#i(T)?T.__staleWhileFetching:T}#O(a,f,d,h){const T=f===void 0?void 0:this.#t[f];if(this.#i(T))return T;const g=new u,{signal:A}=d;A?.addEventListener("abort",()=>g.abort(A.reason),{signal:g.signal});const y={signal:g.signal,options:d,context:h},C=r((F,q=!1)=>{const{aborted:U}=g.signal,H=d.ignoreFetchAbort&&F!==void 0;if(d.status&&(U&&!q?(d.status.fetchAborted=!0,d.status.fetchError=g.signal.reason,H&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),U&&!H&&!q)return D(g.signal.reason);const J=B;return this.#t[f]===B&&(F===void 0?J.__staleWhileFetching?this.#t[f]=J.__staleWhileFetching:this.delete(a):(d.status&&(d.status.fetchUpdated=!0),this.set(a,F,y.options))),F},"cb"),R=r(F=>(d.status&&(d.status.fetchRejected=!0,d.status.fetchError=F),D(F)),"eb"),D=r(F=>{const{aborted:q}=g.signal,U=q&&d.allowStaleOnFetchAbort,H=U||d.allowStaleOnFetchRejection,J=H||d.noDeleteOnFetchRejection,$=B;if(this.#t[f]===B&&(!J||$.__staleWhileFetching===void 0?this.delete(a):U||(this.#t[f]=$.__staleWhileFetching)),H)return d.status&&$.__staleWhileFetching!==void 0&&(d.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw F},"fetchFail"),O=r((F,q)=>{const U=this.#m?.(a,T,y);U&&U instanceof Promise&&U.then(H=>F(H===void 0?void 0:H),q),g.signal.addEventListener("abort",()=>{(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort)&&(F(void 0),d.allowStaleOnFetchAbort&&(F=r(H=>C(H,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const B=new Promise(O).then(C,R),j=Object.assign(B,{__abortController:g,__staleWhileFetching:T,__returned:void 0});return f===void 0?(this.set(a,j,{...y.options,status:void 0}),f=this.#a.get(a)):this.#t[f]=j,j}#i(a){if(!this.#A)return!1;const f=a;return!!f&&f instanceof Promise&&f.hasOwnProperty("__staleWhileFetching")&&f.__abortController instanceof u}async fetch(a,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:h=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,ttl:g=this.ttl,noDisposeOnSet:A=this.noDisposeOnSet,size:y=0,sizeCalculation:C=this.sizeCalculation,noUpdateTTL:R=this.noUpdateTTL,noDeleteOnFetchRejection:D=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:O=this.allowStaleOnFetchRejection,ignoreFetchAbort:B=this.ignoreFetchAbort,allowStaleOnFetchAbort:j=this.allowStaleOnFetchAbort,context:F,forceRefresh:q=!1,status:U,signal:H}=f;if(!this.#A)return U&&(U.fetch="get"),this.get(a,{allowStale:d,updateAgeOnGet:h,noDeleteOnStaleGet:T,status:U});const J={allowStale:d,updateAgeOnGet:h,noDeleteOnStaleGet:T,ttl:g,noDisposeOnSet:A,size:y,sizeCalculation:C,noUpdateTTL:R,noDeleteOnFetchRejection:D,allowStaleOnFetchRejection:O,allowStaleOnFetchAbort:j,ignoreFetchAbort:B,status:U,signal:H};let $=this.#a.get(a);if($===void 0){U&&(U.fetch="miss");const z=this.#O(a,$,J,F);return z.__returned=z}else{const z=this.#t[$];if(this.#i(z)){const qe=d&&z.__staleWhileFetching!==void 0;return U&&(U.fetch="inflight",qe&&(U.returnedStale=!0)),qe?z.__staleWhileFetching:z.__returned=z}const Q=this.#P($);if(!q&&!Q)return U&&(U.fetch="hit"),this.#R($),h&&this.#C($),U&&this.#Y(U,$),z;const Z=this.#O(a,$,J,F),Pe=Z.__staleWhileFetching!==void 0&&d;return U&&(U.fetch=Q?"stale":"refresh",Pe&&Q&&(U.returnedStale=!0)),Pe?Z.__staleWhileFetching:Z.__returned=Z}}get(a,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:h=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,status:g}=f,A=this.#a.get(a);if(A!==void 0){const y=this.#t[A],C=this.#i(y);return g&&this.#Y(g,A),this.#P(A)?(g&&(g.get="stale"),C?(g&&d&&y.__staleWhileFetching!==void 0&&(g.returnedStale=!0),d?y.__staleWhileFetching:void 0):(T||this.delete(a),g&&d&&(g.returnedStale=!0),d?y:void 0)):(g&&(g.get="hit"),C?y.__staleWhileFetching:(this.#R(A),h&&this.#C(A),y))}else g&&(g.get="miss")}#x(a,f){this.#d[f]=a,this.#E[a]=f}#R(a){a!==this.#u&&(a===this.#p?this.#p=this.#E[a]:this.#x(this.#d[a],this.#E[a]),this.#x(this.#u,a),this.#u=a)}delete(a){let f=!1;if(this.#l!==0){const d=this.#a.get(a);if(d!==void 0)if(f=!0,this.#l===1)this.clear();else{this.#L(d);const h=this.#t[d];if(this.#i(h)?h.__abortController.abort(new Error("deleted")):(this.#b||this.#f)&&(this.#b&&this.#n?.(h,a,"delete"),this.#f&&this.#c?.push([h,a,"delete"])),this.#a.delete(a),this.#s[d]=void 0,this.#t[d]=void 0,d===this.#u)this.#u=this.#d[d];else if(d===this.#p)this.#p=this.#E[d];else{const T=this.#d[d];this.#E[T]=this.#E[d];const g=this.#E[d];this.#d[g]=this.#d[d]}this.#l--,this.#h.push(d)}}if(this.#f&&this.#c?.length){const d=this.#c;let h;for(;h=d?.shift();)this.#o?.(...h)}return f}clear(){for(const a of this.#S({allowStale:!0})){const f=this.#t[a];if(this.#i(f))f.__abortController.abort(new Error("deleted"));else{const d=this.#s[a];this.#b&&this.#n?.(f,d,"delete"),this.#f&&this.#c?.push([f,d,"delete"])}}if(this.#a.clear(),this.#t.fill(void 0),this.#s.fill(void 0),this.#T&&this.#v&&(this.#T.fill(0),this.#v.fill(0)),this.#_&&this.#_.fill(0),this.#p=0,this.#u=0,this.#h.length=0,this.#y=0,this.#l=0,this.#f&&this.#c){const a=this.#c;let f;for(;f=a?.shift();)this.#o?.(...f)}}}return st.LRUCache=P,st}r(nT,"requireCommonjs");var Fs,Qa;function iT(){if(Qa)return Fs;Qa=1;const e=r((...i)=>i.every(t=>t)?i.join(""):"","maybeJoin"),l=r(i=>i?encodeURIComponent(i):"","maybeEncode"),n=r(i=>i.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),p={sshtemplate:r(({domain:i,user:t,project:o,committish:s})=>`git@${i}:${t}/${o}.git${e("#",s)}`,"sshtemplate"),sshurltemplate:r(({domain:i,user:t,project:o,committish:s})=>`git+ssh://git@${i}/${t}/${o}.git${e("#",s)}`,"sshurltemplate"),edittemplate:r(({domain:i,user:t,project:o,committish:s,editpath:c,path:E})=>`https://${i}/${t}/${o}${e("/",c,"/",l(s||"HEAD"),"/",E)}`,"edittemplate"),browsetemplate:r(({domain:i,user:t,project:o,committish:s,treepath:c})=>`https://${i}/${t}/${o}${e("/",c,"/",l(s))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,user:t,project:o,committish:s,treepath:c,path:E,fragment:P,hashformat:m})=>`https://${i}/${t}/${o}/${c}/${l(s||"HEAD")}/${E}${e("#",m(P||""))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,user:t,project:o,committish:s,blobpath:c,path:E,fragment:P,hashformat:m})=>`https://${i}/${t}/${o}/${c}/${l(s||"HEAD")}/${E}${e("#",m(P||""))}`,"browseblobtemplate"),docstemplate:r(({domain:i,user:t,project:o,treepath:s,committish:c})=>`https://${i}/${t}/${o}${e("/",s,"/",l(c))}#readme`,"docstemplate"),httpstemplate:r(({auth:i,domain:t,user:o,project:s,committish:c})=>`git+https://${e(i,"@")}${t}/${o}/${s}.git${e("#",c)}`,"httpstemplate"),filetemplate:r(({domain:i,user:t,project:o,committish:s,path:c})=>`https://${i}/${t}/${o}/raw/${l(s||"HEAD")}/${c}`,"filetemplate"),shortcuttemplate:r(({type:i,user:t,project:o,committish:s})=>`${i}:${t}/${o}${e("#",s)}`,"shortcuttemplate"),pathtemplate:r(({user:i,project:t,committish:o})=>`${i}/${t}${e("#",o)}`,"pathtemplate"),bugstemplate:r(({domain:i,user:t,project:o})=>`https://${i}/${t}/${o}/issues`,"bugstemplate"),hashformat:n},u={};u.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:o,committish:s,path:c})=>`https://${e(i,"@")}raw.githubusercontent.com/${t}/${o}/${l(s||"HEAD")}/${c}`,"filetemplate"),gittemplate:r(({auth:i,domain:t,user:o,project:s,committish:c})=>`git://${e(i,"@")}${t}/${o}/${s}.git${e("#",c)}`,"gittemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://codeload.${i}/${t}/${o}/tar.gz/${l(s||"HEAD")}`,"tarballtemplate"),extract:r(i=>{let[,t,o,s,c]=i.pathname.split("/",5);if(!(s&&s!=="tree")&&(s||(c=i.hash.slice(1)),o&&o.endsWith(".git")&&(o=o.slice(0,-4)),!(!t||!o)))return{user:t,project:o,committish:c}},"extract")},u.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:o,committish:s,treepath:c,path:E,editpath:P})=>`https://${i}/${t}/${o}${e("/",c,"/",l(s||"HEAD"),"/",E,P)}`,"edittemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}/get/${l(s||"HEAD")}.tar.gz`,"tarballtemplate"),extract:r(i=>{let[,t,o,s]=i.pathname.split("/",4);if(!["get"].includes(s)&&(o&&o.endsWith(".git")&&(o=o.slice(0,-4)),!(!t||!o)))return{user:t,project:o,committish:i.hash.slice(1)}},"extract")},u.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:r(({auth:i,domain:t,user:o,project:s,committish:c})=>`git+https://${e(i,"@")}${t}/${o}/${s}.git${e("#",c)}`,"httpstemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}/repository/archive.tar.gz?ref=${l(s||"HEAD")}`,"tarballtemplate"),extract:r(i=>{const t=i.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const o=t.split("/");let s=o.pop();s.endsWith(".git")&&(s=s.slice(0,-4));const c=o.join("/");if(!(!c||!s))return{user:c,project:s,committish:i.hash.slice(1)}},"extract")},u.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:r(({domain:i,project:t,committish:o})=>`git@${i}:${t}.git${e("#",o)}`,"sshtemplate"),sshurltemplate:r(({domain:i,project:t,committish:o})=>`git+ssh://git@${i}/${t}.git${e("#",o)}`,"sshurltemplate"),edittemplate:r(({domain:i,user:t,project:o,committish:s,editpath:c})=>`https://${i}/${t}/${o}${e("/",l(s))}/${c}`,"edittemplate"),browsetemplate:r(({domain:i,project:t,committish:o})=>`https://${i}/${t}${e("/",l(o))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,project:t,committish:o,path:s,hashformat:c})=>`https://${i}/${t}${e("/",l(o))}${e("#",c(s))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,project:t,committish:o,path:s,hashformat:c})=>`https://${i}/${t}${e("/",l(o))}${e("#",c(s))}`,"browseblobtemplate"),docstemplate:r(({domain:i,project:t,committish:o})=>`https://${i}/${t}${e("/",l(o))}`,"docstemplate"),httpstemplate:r(({domain:i,project:t,committish:o})=>`git+https://${i}/${t}.git${e("#",o)}`,"httpstemplate"),filetemplate:r(({user:i,project:t,committish:o,path:s})=>`https://gist.githubusercontent.com/${i}/${t}/raw${e("/",l(o))}/${s}`,"filetemplate"),shortcuttemplate:r(({type:i,project:t,committish:o})=>`${i}:${t}${e("#",o)}`,"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:o})=>`git://${i}/${t}.git${e("#",o)}`,"gittemplate"),tarballtemplate:r(({project:i,committish:t})=>`https://codeload.github.com/gist/${i}/tar.gz/${l(t||"HEAD")}`,"tarballtemplate"),extract:r(i=>{let[,t,o,s]=i.pathname.split("/",4);if(s!=="raw"){if(!o){if(!t)return;o=t,t=null}return o.endsWith(".git")&&(o=o.slice(0,-4)),{user:t,project:o,committish:i.hash.slice(1)}}},"extract"),hashformat:r(function(i){return i&&"file-"+n(i)},"hashformat")},u.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:r(({domain:i,user:t,project:o,committish:s,path:c})=>`https://${i}/${t}/${o}/blob/${l(s)||"HEAD"}/${c}`,"filetemplate"),httpstemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}.git${e("#",s)}`,"httpstemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}/archive/${l(s)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:r(({user:i,project:t})=>null,"bugstemplate"),extract:r(i=>{let[,t,o,s]=i.pathname.split("/",4);if(!["archive"].includes(s)&&(o&&o.endsWith(".git")&&(o=o.slice(0,-4)),!(!t||!o)))return{user:t,project:o,committish:i.hash.slice(1)}},"extract")};for(const[i,t]of Object.entries(u))u[i]=Object.assign({},p,t);return Fs=u,Fs}r(iT,"requireHosts");var Bs,Za;function el(){if(Za)return Bs;Za=1;const e=ea,l=r((i,t,o)=>{const s=i.indexOf(o);return i.lastIndexOf(t,s>-1?s:1/0)},"lastIndexOfBefore"),n=r(i=>{try{return new e.URL(i)}catch{}},"safeUrl"),p=r((i,t)=>{const o=i.indexOf(":"),s=i.slice(0,o+1);if(Object.prototype.hasOwnProperty.call(t,s))return i;const c=i.indexOf("@");return c>-1?c>o?`git+ssh://${i}`:i:i.indexOf("//")===o+1?i:`${i.slice(0,o+1)}//${i.slice(o+1)}`},"correctProtocol"),u=r(i=>{const t=l(i,"@","#"),o=l(i,":","#");return o>t&&(i=i.slice(0,o)+"/"+i.slice(o+1)),l(i,":","#")===-1&&i.indexOf("//")===-1&&(i=`git+ssh://${i}`),i},"correctUrl");return Bs=r((i,t)=>{const o=t?p(i,t):i;return n(o)||n(u(o))},"parseUrl"),Bs}r(el,"requireParseUrl");var ks,tl;function sT(){if(tl)return ks;tl=1;const e=el(),l=r(n=>{const p=n.indexOf("#"),u=n.indexOf("/"),i=n.indexOf("/",u+1),t=n.indexOf(":"),o=/\s/.exec(n),s=n.indexOf("@"),c=!o||p>-1&&o.index>p,E=s===-1||p>-1&&s>p,P=t===-1||p>-1&&t>p,m=i===-1||p>-1&&i>p,a=u>0,f=p>-1?n[p-1]!=="/":!n.endsWith("/"),d=!n.startsWith(".");return c&&a&&f&&d&&E&&P&&m},"isGitHubShorthand");return ks=r((n,p,{gitHosts:u,protocols:i})=>{if(!n)return;const t=l(n)?`github:${n}`:n,o=e(t,i);if(!o)return;const s=u.byShortcut[o.protocol],c=u.byDomain[o.hostname.startsWith("www.")?o.hostname.slice(4):o.hostname],E=s||c;if(!E)return;const P=u[s||c];let m=null;i[o.protocol]?.auth&&(o.username||o.password)&&(m=`${o.username}${o.password?":"+o.password:""}`);let a=null,f=null,d=null,h=null;try{if(s){let T=o.pathname.startsWith("/")?o.pathname.slice(1):o.pathname;const g=T.indexOf("@");g>-1&&(T=T.slice(g+1));const A=T.lastIndexOf("/");A>-1?(f=decodeURIComponent(T.slice(0,A)),f||(f=null),d=decodeURIComponent(T.slice(A+1))):d=decodeURIComponent(T),d.endsWith(".git")&&(d=d.slice(0,-4)),o.hash&&(a=decodeURIComponent(o.hash.slice(1))),h="shortcut"}else{if(!P.protocols.includes(o.protocol))return;const T=P.extract(o);if(!T)return;f=T.user&&decodeURIComponent(T.user),d=decodeURIComponent(T.project),a=decodeURIComponent(T.committish),h=i[o.protocol]?.name||o.protocol.slice(0,-1)}}catch(T){if(T instanceof URIError)return;throw T}return[E,f,m,d,a,h,p]},"fromUrl"),ks}r(sT,"requireFromUrl");var js,rl;function oT(){if(rl)return js;rl=1;const{LRUCache:e}=nT(),l=iT(),n=sT(),p=el(),u=new e({max:1e3});class i{static{r(this,"GitHost")}constructor(o,s,c,E,P,m,a={}){Object.assign(this,i.#e[o],{type:o,user:s,auth:c,project:E,committish:P,default:m,opts:a})}static#e={byShortcut:{},byDomain:{}};static#r={"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(o,s){i.#e[o]=s,i.#e.byDomain[s.domain]=o,i.#e.byShortcut[`${o}:`]=o,i.#r[`${o}:`]={name:o}}static fromUrl(o,s){if(typeof o!="string")return;const c=o+JSON.stringify(s||{});if(!u.has(c)){const E=n(o,s,{gitHosts:i.#e,protocols:i.#r});u.set(c,E?new i(...E):void 0)}return u.get(c)}static parseUrl(o){return p(o)}#n(o,s){if(typeof o!="function")return null;const c={...this,...this.opts,...s};c.path||(c.path=""),c.path.startsWith("/")&&(c.path=c.path.slice(1)),c.noCommittish&&(c.committish=null);const E=o(c);return c.noGitPlus&&E.startsWith("git+")?E.slice(4):E}hash(){return this.committish?`#${this.committish}`:""}ssh(o){return this.#n(this.sshtemplate,o)}sshurl(o){return this.#n(this.sshurltemplate,o)}browse(o,...s){return typeof o!="string"?this.#n(this.browsetemplate,o):typeof s[0]!="string"?this.#n(this.browsetreetemplate,{...s[0],path:o}):this.#n(this.browsetreetemplate,{...s[1],fragment:s[0],path:o})}browseFile(o,...s){return typeof s[0]!="string"?this.#n(this.browseblobtemplate,{...s[0],path:o}):this.#n(this.browseblobtemplate,{...s[1],fragment:s[0],path:o})}docs(o){return this.#n(this.docstemplate,o)}bugs(o){return this.#n(this.bugstemplate,o)}https(o){return this.#n(this.httpstemplate,o)}git(o){return this.#n(this.gittemplate,o)}shortcut(o){return this.#n(this.shortcuttemplate,o)}path(o){return this.#n(this.pathtemplate,o)}tarball(o){return this.#n(this.tarballtemplate,{...o,noCommittish:!1})}file(o,s){return this.#n(this.filetemplate,{...s,path:o})}edit(o,s){return this.#n(this.edittemplate,{...s,path:o})}getDefaultRepresentation(){return this.default}toString(o){return this.default&&typeof this[this.default]=="function"?this[this.default](o):this.sshurl(o)}}for(const[t,o]of Object.entries(l))i.addHost(t,o);return js=i,js}r(oT,"requireLib$3");var Ns,nl;function aT(){if(nl)return Ns;nl=1;var e="Function.prototype.bind called on incompatible ",l=Object.prototype.toString,n=Math.max,p="[object Function]",u=r(function(s,c){for(var E=[],P=0;P<s.length;P+=1)E[P]=s[P];for(var m=0;m<c.length;m+=1)E[m+s.length]=c[m];return E},"concatty2"),i=r(function(s,c){for(var E=[],P=c,m=0;P<s.length;P+=1,m+=1)E[m]=s[P];return E},"slicy2"),t=r(function(o,s){for(var c="",E=0;E<o.length;E+=1)c+=o[E],E+1<o.length&&(c+=s);return c},"joiny");return Ns=r(function(s){var c=this;if(typeof c!="function"||l.apply(c)!==p)throw new TypeError(e+c);for(var E=i(arguments,1),P,m=r(function(){if(this instanceof P){var T=c.apply(this,u(E,arguments));return Object(T)===T?T:this}return c.apply(s,u(E,arguments))},"binder"),a=n(0,c.length-E.length),f=[],d=0;d<a;d++)f[d]="$"+d;if(P=Function("binder","return function ("+t(f,",")+"){ return binder.apply(this,arguments); }")(m),c.prototype){var h=r(function(){},"Empty2");h.prototype=c.prototype,P.prototype=new h,h.prototype=null}return P},"bind"),Ns}r(aT,"requireImplementation");var qs,il;function lT(){if(il)return qs;il=1;var e=aT();return qs=Function.prototype.bind||e,qs}r(lT,"requireFunctionBind");var Gs,sl;function uT(){if(sl)return Gs;sl=1;var e=Function.prototype.call,l=Object.prototype.hasOwnProperty,n=lT();return Gs=n.call(e,l),Gs}r(uT,"requireHasown");var cT=!0,pT=">= 8",ET=">= 0.5 && < 0.9.7",fT=!0,dT=!0,TT=">= 0.5",PT=!0,mT=!0,yT=!0,hT=">= 1 && < 8",_T="< 8",vT=!0,bT=[">= 14.17 && < 15",">= 15.1"],gT=!0,ST=">= 0.7.12",YT=!0,AT="< 6",CT=!0,LT=">= 0.11.1",RT=">= 0.11.1",VT=">= 0.11.1",DT=">= 0.11.1",OT=">= 0.11.1",wT=">= 0.11.1",MT=!0,IT=">= 8.8",UT=!0,xT=">= 8",FT="< 8",BT=!0,kT=!0,jT=!0,NT=!0,qT=">= 8.5",GT=">= 1",$T=">= 0.5",WT=!0,HT=!0,KT=!0,zT=">= 0.11.5 && < 3",XT=">= 0.9.4",JT=">= 0.9.4",QT=">= 1.4.1",ZT=">= 0.9.4",eP=">= 0.9.4",tP=">= 0.9.4",rP=!0,nP=!0,iP=[">= 0.4 && < 0.7",">= 0.8"],sP=!0,oP=">= 0.11.13",aP=">= 0.11.3 && < 10",lP=">= 0.11.3",uP=!0,cP=">= 10",pP=!0,EP=!0,fP=!0,dP=">= 1",TP=!0,PP=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],mP=">= 11.7",yP=">= 0.5",hP={assert:cT,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:pT,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:ET,buffer:fT,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:dT,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:TT,"node:cluster":[">= 14.18 && < 15",">= 16"],console:PT,"node:console":[">= 14.18 && < 15",">= 16"],constants:mT,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:yT,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:hT,_debugger:_T,dgram:vT,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:bT,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:gT,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:ST,"node:domain":[">= 14.18 && < 15",">= 16"],events:YT,"node:events":[">= 14.18 && < 15",">= 16"],freelist:AT,fs:CT,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:LT,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:RT,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:VT,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:DT,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:OT,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:wT,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:MT,"node:http":[">= 14.18 && < 15",">= 16"],http2:IT,"node:http2":[">= 14.18 && < 15",">= 16"],https:UT,"node:https":[">= 14.18 && < 15",">= 16"],inspector:xT,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:FT,module:BT,"node:module":[">= 14.18 && < 15",">= 16"],net:kT,"node:net":[">= 14.18 && < 15",">= 16"],"node-inspect/lib/_inspect":">= 7.6 && < 12","node-inspect/lib/internal/inspect_client":">= 7.6 && < 12","node-inspect/lib/internal/inspect_repl":">= 7.6 && < 12",os:jT,"node:os":[">= 14.18 && < 15",">= 16"],path:NT,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:qT,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:GT,"node:process":[">= 14.18 && < 15",">= 16"],punycode:$T,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:WT,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:HT,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:KT,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:zT,_stream_duplex:XT,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:JT,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:QT,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:ZT,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:eP,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:tP,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:rP,"node:stream":[">= 14.18 && < 15",">= 16"],"stream/consumers":">= 16.7","node:stream/consumers":">= 16.7","stream/promises":">= 15","node:stream/promises":">= 16","stream/web":">= 16.5","node:stream/web":">= 16.5",string_decoder:nP,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:iP,"node:sys":[">= 14.18 && < 15",">= 16"],"test/reporters":">= 19.9 && < 20.2","node:test/reporters":[">= 18.17 && < 19",">= 19.9",">= 20"],"node:test":[">= 16.17 && < 17",">= 18"],timers:sP,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:oP,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:aP,_tls_wrap:lP,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:uP,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:cP,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:pP,"node:tty":[">= 14.18 && < 15",">= 16"],url:EP,"node:url":[">= 14.18 && < 15",">= 16"],util:fP,"node:util":[">= 14.18 && < 15",">= 16"],"util/types":">= 15.3","node:util/types":">= 16","v8/tools/arguments":">= 10 && < 12","v8/tools/codemap":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/consarray":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/csvparser":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/logreader":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/profile_view":[">= 4.4 && < 5",">= 5.2 && < 12"],"v8/tools/splaytree":[">= 4.4 && < 5",">= 5.2 && < 12"],v8:dP,"node:v8":[">= 14.18 && < 15",">= 16"],vm:TP,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:PP,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:mP,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:yP,"node:zlib":[">= 14.18 && < 15",">= 16"]},$s,ol;function _P(){if(ol)return $s;ol=1;var e=uT();function l(i,t){for(var o=i.split("."),s=t.split(" "),c=s.length>1?s[0]:"=",E=(s.length>1?s[1]:s[0]).split("."),P=0;P<3;++P){var m=parseInt(o[P]||0,10),a=parseInt(E[P]||0,10);if(m!==a)return c==="<"?m<a:c===">="?m>=a:!1}return c===">="}r(l,"specifierIncluded");function n(i,t){var o=t.split(/ ?&& ?/);if(o.length===0)return!1;for(var s=0;s<o.length;++s)if(!l(i,o[s]))return!1;return!0}r(n,"matchesRange");function p(i,t){if(typeof t=="boolean")return t;var o=typeof i>"u"?process.versions&&process.versions.node:i;if(typeof o!="string")throw new TypeError(typeof i>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var s=0;s<t.length;++s)if(n(o,t[s]))return!0;return!1}return n(o,t)}r(p,"versionIncluded");var u=hP;return $s=r(function(t,o){return e(u,t)&&p(o,u[t])},"isCore"),$s}r(_P,"requireIsCoreModule");var Ws,al;function vP(){if(al)return Ws;al=1,Ws=e;function e(l){if(!l||l==="ERROR: No README data found!")return;l=l.trim().split(`
|
|
12
|
-
`);let n=0;for(;l[n]&&l[n].trim().match(/^(#|$)/);)n++;const p=l.length;let u=n+1;for(;u<p&&l[u].trim();)u++;return l.slice(n,u).join(" ").trim()}return r(e,"extractDescription"),Ws}r(vP,"requireExtract_description");var bP={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"},gP={web:"url",name:"url"},SP={server:"start",tests:"test"},YP={topLevel:bP,bugs:gP,script:SP},Hs,ll;function AP(){if(ll)return Hs;ll=1;var e=zd(),l=Xd(),n=rT(),p=oT(),u=_P(),i=["dependencies","devDependencies","optionalDependencies"],t=vP(),o=ea,s=YP,c=r(y=>y.includes("@")&&y.indexOf("@")<y.lastIndexOf("."),"isEmail");Hs={warn:r(function(){},"warn"),fixRepositoryField:r(function(y){if(y.repositories&&(this.warn("repositories"),y.repository=y.repositories[0]),!y.repository)return this.warn("missingRepository");typeof y.repository=="string"&&(y.repository={type:"git",url:y.repository});var C=y.repository.url||"";if(C){var R=p.fromUrl(C);R&&(C=y.repository.url=R.getDefaultRepresentation()==="shortcut"?R.https():R.toString())}C.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",C)},"fixRepositoryField"),fixTypos:r(function(y){Object.keys(s.topLevel).forEach(function(C){Object.prototype.hasOwnProperty.call(y,C)&&this.warn("typo",C,s.topLevel[C])},this)},"fixTypos"),fixScriptsField:r(function(y){if(y.scripts){if(typeof y.scripts!="object"){this.warn("nonObjectScripts"),delete y.scripts;return}Object.keys(y.scripts).forEach(function(C){typeof y.scripts[C]!="string"?(this.warn("nonStringScript"),delete y.scripts[C]):s.script[C]&&!y.scripts[s.script[C]]&&this.warn("typo",C,s.script[C],"scripts")},this)}},"fixScriptsField"),fixFilesField:r(function(y){var C=y.files;C&&!Array.isArray(C)?(this.warn("nonArrayFiles"),delete y.files):y.files&&(y.files=y.files.filter(function(R){return!R||typeof R!="string"?(this.warn("invalidFilename",R),!1):!0},this))},"fixFilesField"),fixBinField:r(function(y){if(y.bin&&typeof y.bin=="string"){var C={},R;(R=y.name.match(/^@[^/]+[/](.*)$/))?C[R[1]]=y.bin:C[y.name]=y.bin,y.bin=C}},"fixBinField"),fixManField:r(function(y){y.man&&typeof y.man=="string"&&(y.man=[y.man])},"fixManField"),fixBundleDependenciesField:r(function(y){var C="bundledDependencies",R="bundleDependencies";y[C]&&!y[R]&&(y[R]=y[C],delete y[C]),y[R]&&!Array.isArray(y[R])?(this.warn("nonArrayBundleDependencies"),delete y[R]):y[R]&&(y[R]=y[R].filter(function(D){return!D||typeof D!="string"?(this.warn("nonStringBundleDependency",D),!1):(y.dependencies||(y.dependencies={}),Object.prototype.hasOwnProperty.call(y.dependencies,D)||(this.warn("nonDependencyBundleDependency",D),y.dependencies[D]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:r(function(y,C){g(y,this.warn),h(y,this.warn),this.fixBundleDependenciesField(y),["dependencies","devDependencies"].forEach(function(R){if(R in y){if(!y[R]||typeof y[R]!="object"){this.warn("nonObjectDependencies",R),delete y[R];return}Object.keys(y[R]).forEach(function(D){var O=y[R][D];typeof O!="string"&&(this.warn("nonStringDependency",D,JSON.stringify(O)),delete y[R][D]);var B=p.fromUrl(y[R][D]);B&&(y[R][D]=B.toString())},this)}},this)},"fixDependencies"),fixModulesField:r(function(y){y.modules&&(this.warn("deprecatedModules"),delete y.modules)},"fixModulesField"),fixKeywordsField:r(function(y){typeof y.keywords=="string"&&(y.keywords=y.keywords.split(/,\s+/)),y.keywords&&!Array.isArray(y.keywords)?(delete y.keywords,this.warn("nonArrayKeywords")):y.keywords&&(y.keywords=y.keywords.filter(function(C){return typeof C!="string"||!C?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:r(function(y,C){var R=!C;if(!y.version)return y.version="",!0;if(!e(y.version,R))throw new Error('Invalid version: "'+y.version+'"');return y.version=l(y.version,R),!0},"fixVersionField"),fixPeople:r(function(y){a(y,f),a(y,d)},"fixPeople"),fixNameField:r(function(y,C){typeof C=="boolean"?C={strict:C}:typeof C>"u"&&(C={});var R=C.strict;if(!y.name&&!R){y.name="";return}if(typeof y.name!="string")throw new Error("name field must be a string.");R||(y.name=y.name.trim()),m(y.name,R,C.allowLegacyCase),u(y.name)&&this.warn("conflictingName",y.name)},"fixNameField"),fixDescriptionField:r(function(y){y.description&&typeof y.description!="string"&&(this.warn("nonStringDescription"),delete y.description),y.readme&&!y.description&&(y.description=t(y.readme)),y.description===void 0&&delete y.description,y.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:r(function(y){y.readme||(this.warn("missingReadme"),y.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:r(function(y){if(!y.bugs&&y.repository&&y.repository.url){var C=p.fromUrl(y.repository.url);C&&C.bugs()&&(y.bugs={url:C.bugs()})}else if(y.bugs){if(typeof y.bugs=="string")c(y.bugs)?y.bugs={email:y.bugs}:o.parse(y.bugs).protocol?y.bugs={url:y.bugs}:this.warn("nonEmailUrlBugsString");else{A(y.bugs,this.warn);var R=y.bugs;y.bugs={},R.url&&(typeof R.url=="string"&&o.parse(R.url).protocol?y.bugs.url=R.url:this.warn("nonUrlBugsUrlField")),R.email&&(typeof R.email=="string"&&c(R.email)?y.bugs.email=R.email:this.warn("nonEmailBugsEmailField"))}!y.bugs.email&&!y.bugs.url&&(delete y.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:r(function(y){if(!y.homepage&&y.repository&&y.repository.url){var C=p.fromUrl(y.repository.url);C&&C.docs()&&(y.homepage=C.docs())}if(y.homepage){if(typeof y.homepage!="string")return this.warn("nonUrlHomepage"),delete y.homepage;o.parse(y.homepage).protocol||(y.homepage="http://"+y.homepage)}},"fixHomepageField"),fixLicenseField:r(function(y){const C=y.license||y.licence;if(!C)return this.warn("missingLicense");if(typeof C!="string"||C.length<1||C.trim()==="")return this.warn("invalidLicense");if(!n(C).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function E(y){if(y.charAt(0)!=="@")return!1;var C=y.slice(1).split("/");return C.length!==2?!1:C[0]&&C[1]&&C[0]===encodeURIComponent(C[0])&&C[1]===encodeURIComponent(C[1])}r(E,"isValidScopedPackageName");function P(y){return!y.match(/[/@\s+%:]/)&&y===encodeURIComponent(y)}r(P,"isCorrectlyEncodedName");function m(y,C,R){if(y.charAt(0)==="."||!(E(y)||P(y))||C&&!R&&y!==y.toLowerCase()||y.toLowerCase()==="node_modules"||y.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(y))}r(m,"ensureValidName");function a(y,C){return y.author&&(y.author=C(y.author)),["maintainers","contributors"].forEach(function(R){Array.isArray(y[R])&&(y[R]=y[R].map(C))}),y}r(a,"modifyPeople");function f(y){if(typeof y=="string")return y;var C=y.name||"",R=y.url||y.web,D=R?" ("+R+")":"",O=y.email||y.mail,B=O?" <"+O+">":"";return C+B+D}r(f,"unParsePerson");function d(y){if(typeof y!="string")return y;var C=y.match(/^([^(<]+)/),R=y.match(/\(([^()]+)\)/),D=y.match(/<([^<>]+)>/),O={};return C&&C[0].trim()&&(O.name=C[0].trim()),D&&(O.email=D[1]),R&&(O.url=R[1]),O}r(d,"parsePerson");function h(y,C){var R=y.optionalDependencies;if(R){var D=y.dependencies||{};Object.keys(R).forEach(function(O){D[O]=R[O]}),y.dependencies=D}}r(h,"addOptionalDepsToDeps");function T(y,C,R){if(!y)return{};if(typeof y=="string"&&(y=y.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(y))return y;R("deprecatedArrayDependencies",C);var D={};return y.filter(function(O){return typeof O=="string"}).forEach(function(O){O=O.trim().split(/(:?[@\s><=])/);var B=O.shift(),j=O.join("");j=j.trim(),j=j.replace(/^@/,""),D[B]=j}),D}r(T,"depObjectify");function g(y,C){i.forEach(function(R){y[R]&&(y[R]=T(y[R],R,C))})}r(g,"objectifyDeps");function A(y,C){y&&Object.keys(y).forEach(function(R){s.bugs[R]&&(C("typo",R,s.bugs[R],"bugs"),y[s.bugs[R]]=y[R],delete y[R])})}return r(A,"bugsTypos"),Hs}r(AP,"requireFixer");var CP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",LP="No repository field.",RP="Probably broken git url: %s",VP="scripts must be an object",DP="script values must be string commands",OP="Invalid 'files' member",wP="Invalid filename in 'files' list: %s",MP="Invalid 'bundleDependencies' list. Must be array of package names",IP="Invalid bundleDependencies member: %s",UP="Non-dependency in bundleDependencies: %s",xP="%s field must be an object",FP="Invalid dependency: %s %s",BP="specifying %s as array is deprecated",kP="modules field is deprecated",jP="keywords should be an array of strings",NP="keywords should be an array of strings",qP="%s is also the name of a node core module.",GP="'description' field should be a string",$P="No description",WP="No README data",HP="No license field.",KP="Bug string field must be url, email, or {email,url}",zP="bugs.url field must be a string url. Deleted.",XP="bugs.email field must be a string email. Deleted.",JP="Normalized value of bugs field is an empty object. Deleted.",QP="homepage field must be a string url. Deleted.",ZP="license should be a valid SPDX license expression",em="%s should probably be %s.",tm={repositories:CP,missingRepository:LP,brokenGitUrl:RP,nonObjectScripts:VP,nonStringScript:DP,nonArrayFiles:OP,invalidFilename:wP,nonArrayBundleDependencies:MP,nonStringBundleDependency:IP,nonDependencyBundleDependency:UP,nonObjectDependencies:xP,nonStringDependency:FP,deprecatedArrayDependencies:BP,deprecatedModules:kP,nonArrayKeywords:jP,nonStringKeyword:NP,conflictingName:qP,nonStringDescription:GP,missingDescription:$P,missingReadme:WP,missingLicense:HP,nonEmailUrlBugsString:KP,nonUrlBugsUrlField:zP,nonEmailBugsEmailField:XP,emptyNormalizedBugs:JP,nonUrlHomepage:QP,invalidLicense:ZP,typo:em},Ks,ul;function rm(){if(ul)return Ks;ul=1;var e=sd,l=tm;Ks=r(function(){var p=Array.prototype.slice.call(arguments,0),u=p.shift();if(u==="typo")return n.apply(null,p);var i=l[u]?l[u]:u+": '%s'";return p.unshift(i),e.format.apply(null,p)},"make_warning");function n(p,u,i){return i&&(p=i+"['"+p+"']",u=i+"['"+u+"']"),e.format(l.typo,p,u)}return r(n,"makeTypoWarning"),Ks}r(rm,"requireMake_warning");var zs,cl;function nm(){if(cl)return zs;cl=1,zs=i;var e=AP();i.fixer=e;var l=rm(),n=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],p=["dependencies","people","typos"],u=n.map(function(o){return t(o)+"Field"});u=u.concat(p);function i(o,s,c){s===!0&&(s=null,c=!0),c||(c=!1),(!s||o.private)&&(s=r(function(E){},"warn")),o.scripts&&o.scripts.install==="node-gyp rebuild"&&!o.scripts.preinstall&&(o.gypfile=!0),e.warn=function(){s(l.apply(null,arguments))},u.forEach(function(E){e["fix"+t(E)](o,c)}),o._id=o.name+"@"+o.version}r(i,"normalize");function t(o){return o.charAt(0).toUpperCase()+o.slice(1)}return r(t,"ucFirst"),zs}r(nm,"requireNormalize");var im=nm(),sm=Sd(im);function om(e){return e instanceof URL?Jo.fileURLToPath(e):e}r(om,"toPath");const am=r(e=>Zo.resolve(om(e)??".","package.json"),"getPackagePath"),lm=r((e,l)=>{const n=typeof e=="string"?Gd(e):e;return l&&sm(n),n},"_readPackage");function um({cwd:e,normalize:l=!0}={}){const n=_i.readFileSync(am(e),"utf8");return lm(n,l)}r(um,"readPackageSync");function cm(e){const l=is.findUpSync("package.json",e);if(l)return{packageJson:um({...e,cwd:Zo.dirname(l)}),path:l}}r(cm,"readPackageUpSync");const pm="js,ts,mjs,cjs,mts,cts",Em=r(e=>{const l=is.findUpSync(".nvmrc",{cwd:e});if(l){let n=_i.readFileSync(l,"utf8");return n=n.trim(),n.startsWith("v")&&(n=n.slice(1)),n}return process.version},"getNodeVersion"),Xs={"n/no-missing-import":"off"},Yi=os.configs["flat/recommended-script"],Ai=os.configs["flat/recommended-module"],fm=x({...Ai,files:["**/*.mjs"]}),dm=x({...Ai,files:["**/*.mts"],rules:{...Ai.rules,...Xs}}),Tm=x({...Yi,files:["**/*.cjs"]}),Pm=x({...Yi,files:["**/*.cts"],rules:{...Yi.rules,...Xs}}),mm=r(({cwd:e,node:l})=>{const n=cm({cwd:e}),u=n?.packageJson?.type==="module"?Ai:Yi,i=n&&"bin"in n.packageJson,t=[x({plugins:{n:os},settings:{node:{version:`>=${Em(e)}`}}}),Tm,Pm];return l&&t.push(x({...u,files:["**/*.js"]}),x({...u,files:["**/*.ts"],rules:{...u.rules,...Xs}}),fm,dm,x({files:l===!0?[`**/*.{${pm}}`]:l,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"}}),x({files:[ds],rules:{"n/global-require":"off"}})),i&&t.push(x({...u,files:["**/cli.{js,ts}","**/cli/**/*.{js,ts}"],rules:{...u.rules,"n/no-process-exit":"off"}})),t},"node"),ym=x({files:rt,plugins:{promise:ta},rules:{...ta.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),hm=Ye("jest")?x({files:["**/{test,tests}/*"],languageOptions:{globals:hi.jest}}):void 0,_m=r(()=>[...od.configs.processor,x({files:["**/*.md"],language:"markdown/gfm",rules:{"markdown/no-missing-label-refs":"off","markdown/heading-increment":"off"}}),x({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"]}}),x({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),x({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),x({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),x({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"}}),x({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"jsonc/object-curly-newline":["error",{consistent:!0}]}})],"markdown"),vm=r((e,l)=>Object.fromEntries(l.map(n=>[n,e[n]])),"pick"),bm="**/.vscode/*.json",pl=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],El=["**/project.json","**/nx.json"],fl=[bm,...pl,...El,"**/renovate.json"],Js=fs[1].rules["@stylistic/comma-dangle"][1],Ci=ad.configs,Li=Ci["recommended-with-jsonc"].rules,gm=x([...Ci["flat/base"],{files:["**/*.json"],ignores:fl,rules:Ci["recommended-with-json"].rules},{files:["**/*.jsonc",...fl],rules:{...Li,"jsonc/comma-dangle":["error",Js]}},{files:["**/*.json5"],rules:{...Ci["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",Js]}},{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",...vm(fs[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/renovate.json"],rules:{...Li,"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:pl,rules:{...Li,"jsonc/comma-dangle":["error",Js],"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:El,rules:{...Li,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),Sm=x({files:["**/*.{yml,yaml}"],plugins:{yml:as},languageOptions:{parser:ld},rules:{...as.configs.base.rules,...as.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Ym=[x({plugins:{"no-use-extend-native":ra},rules:ra.configs.recommended.rules})],Am=r(e=>{const l={i:!0,j:!0},n={args:!1,dev:!1,dir:!1,dist:!1,env:!1,pkg:!1,temp:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1,utils:!1};if(e?.allowAbbreviations){const{allowAbbreviations:p}=e;if(p.exactWords)for(const u of p.exactWords)l[u]=!0;if(p.substrings)for(const u of p.substrings)n[u]=!1}return[x({files:rt,plugins:{unicorn:na},rules:{...na.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:l,replacements:n,ignore:[/\be2e\b/]}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off","unicorn/no-array-reverse":"warn","unicorn/no-array-sort":"warn"}}),x({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Cm=r(e=>{const l=e?.config.compilerOptions?.jsx,n=l==="react-jsx"||l==="react-jsxdev";return x({files:["**/*.{jsx,tsx}"],plugins:{react:tt,"react-hooks":ia},languageOptions:{parserOptions:n?tt.configs["jsx-runtime"].parserOptions:tt.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...tt.configs.recommended.rules,...n?tt.configs["jsx-runtime"].rules:{},...ia.configs.recommended.rules,"@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"),Lm=r(()=>Ye("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>Ye(e)?fd(e).map(l=>[l,"readonly"]):[])):{},"detectAutoImport"),Rm=r(()=>{const e=[];Ye("vitepress")&&e.push("content","client-only","outbound-link");const l="./src/components";if(Ye("unplugin-vue-components")&&_i.existsSync(l)){const p=_i.readdirSync(l).filter(u=>u.endsWith(".vue")).map(u=>u.replace(".vue",""));e.push(...p)}return Ye("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),Vm=x({files:["**/*.vue"],processor:ls.processors[".vue"],languageOptions:{globals:{...hi.browser,...Lm()},parser:ud,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Dm=x([...ls.configs["flat/recommended"],{files:["**/*.vue"],plugins:{vue:ls},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",...Rm()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}}]);var le={},De={},Oe={},W={},Qs={},ze={},dl;function Om(){if(dl)return ze;dl=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"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!n.has(t)&&t[0]!=="_"}r(p,"filterKey");function u(t){return Object.keys(t).filter(p)}r(u,"getKeys");function i(t){const o=Object.assign({},e);for(const s of Object.keys(t))if(Object.prototype.hasOwnProperty.call(o,s)){const c=new Set(t[s]);for(const E of o[s])c.add(E);o[s]=Object.freeze(Array.from(c))}else o[s]=Object.freeze(Array.from(t[s]));return Object.freeze(o)}return r(i,"unionWith"),ze.KEYS=e,ze.getKeys=u,ze.unionWith=i,ze}r(Om,"requireEslintVisitorKeys$1");var Tl;function ot(){return Tl||(Tl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0});var l=Om();function n(_,b){const v=b.range[0];let S=_,Y=!1;do{Y=!1;for(const L of S.childScopes){const w=L.block.range;if(w[0]<=v&&v<w[1]){S=L,Y=!0;break}}}while(Y);return S}r(n,"getInnermostScope");function p(_,b){let v="",S=_;for(typeof b=="string"?v=b:(v=b.name,S=n(S,b));S!=null;){const Y=S.set.get(v);if(Y!=null)return Y;S=S.upper}return null}r(p,"findVariable");function u(_){return b=>!_(b)}r(u,"negate");function i(_,b){return _.type==="Punctuator"&&_.value===b}r(i,"isPunctuatorTokenWithValue");function t(_){return i(_,"=>")}r(t,"isArrowToken");function o(_){return i(_,",")}r(o,"isCommaToken");function s(_){return i(_,";")}r(s,"isSemicolonToken");function c(_){return i(_,":")}r(c,"isColonToken");function E(_){return i(_,"(")}r(E,"isOpeningParenToken");function P(_){return i(_,")")}r(P,"isClosingParenToken");function m(_){return i(_,"[")}r(m,"isOpeningBracketToken");function a(_){return i(_,"]")}r(a,"isClosingBracketToken");function f(_){return i(_,"{")}r(f,"isOpeningBraceToken");function d(_){return i(_,"}")}r(d,"isClosingBraceToken");function h(_){return["Block","Line","Shebang"].includes(_.type)}r(h,"isCommentToken");const T=u(t),g=u(o),A=u(s),y=u(c),C=u(E),R=u(P),D=u(m),O=u(a),B=u(f),j=u(d),F=u(h);function q(_,b){return _.id?b.getTokenAfter(_.id,E):b.getFirstToken(_,E)}r(q,"getOpeningParenOfParams");function U(_,b){const v=_.parent;let S=null,Y=null;if(_.type==="ArrowFunctionExpression"){const L=b.getTokenBefore(_.body,t);S=L.loc.start,Y=L.loc.end}else v.type==="Property"||v.type==="MethodDefinition"||v.type==="PropertyDefinition"?(S=v.loc.start,Y=q(_,b).loc.start):(S=_.loc.start,Y=q(_,b).loc.start);return{start:{...S},end:{...Y}}}r(U,"getFunctionHeadLocation");const H=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof ca<"u"?ca:{},J=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"])),$=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(_=>_!=="random").map(_=>Math[_]).filter(_=>typeof _=="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(_=>typeof _=="function")),z=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Q=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Z(_,b){let v=_;for(;(typeof v=="object"||typeof v=="function")&&v!==null;){const S=Object.getOwnPropertyDescriptor(v,b);if(S)return S;v=Object.getPrototypeOf(v)}return null}r(Z,"getPropertyDescriptor");function Ce(_,b){const v=Z(_,b);return v!=null&&v.get!=null}r(Ce,"isGetter");function Pe(_,b){const v=[];for(let S=0;S<_.length;++S){const Y=_[S];if(Y==null)v.length=S+1;else if(Y.type==="SpreadElement"){const L=N(Y.argument,b);if(L==null)return null;v.push(...L.value)}else{const L=N(Y,b);if(L==null)return null;v.push(L.value)}}return v}r(Pe,"getElementValues");function qe(_){return _!=null&&_.defs.length===0&&J.has(_.name)&&_.name in H}r(qe,"isBuiltinGlobal");function ki(_){if(_.defs.length!==1)return!1;const b=_.defs[0];return!!(b.parent&&b.type==="Variable"&&(b.parent.kind==="const"||ji(_)))}r(ki,"canBeConsideredConst");function ji(_){const b=_.references,v=b.filter(Y=>Y.init).length,S=b.filter(Y=>Y.isReadOnly()).length;return v===1&&S+v===b.length}r(ji,"isEffectivelyConst");function Ni(_,b){for(const S of _.references){let Y=S.identifier;for(;Y&&Y.parent&&Y.parent.type==="MemberExpression";)Y=Y.parent;if(!(!Y||!Y.parent)){if(Y.parent.type==="AssignmentExpression"&&Y.parent.left===Y||Y.parent.type==="UpdateExpression"&&Y.parent.argument===Y)return!0;if(Y.parent.type==="CallExpression"&&Y.parent.callee===Y&&Y.type==="MemberExpression"){const L=Ge(Y,b);if(v(L))return!0}}}return!1;function v(S){if(S==null||S.value==null)return!1;const Y=S.value;return Y==="copyWithin"||Y==="fill"||Y==="pop"||Y==="push"||Y==="reverse"||Y==="shift"||Y==="sort"||Y==="splice"||Y==="unshift"}}r(Ni,"hasMutationInProperty");const ci=Object.freeze({ArrayExpression(_,b){const v=Pe(_.elements,b);return v!=null?{value:v}:null},AssignmentExpression(_,b){return _.operator==="="?N(_.right,b):null},BinaryExpression(_,b){if(_.operator==="in"||_.operator==="instanceof")return null;const v=N(_.left,b),S=N(_.right,b);if(v!=null&&S!=null)switch(_.operator){case"==":return{value:v.value==S.value};case"!=":return{value:v.value!=S.value};case"===":return{value:v.value===S.value};case"!==":return{value:v.value!==S.value};case"<":return{value:v.value<S.value};case"<=":return{value:v.value<=S.value};case">":return{value:v.value>S.value};case">=":return{value:v.value>=S.value};case"<<":return{value:v.value<<S.value};case">>":return{value:v.value>>S.value};case">>>":return{value:v.value>>>S.value};case"+":return{value:v.value+S.value};case"-":return{value:v.value-S.value};case"*":return{value:v.value*S.value};case"/":return{value:v.value/S.value};case"%":return{value:v.value%S.value};case"**":return{value:v.value**S.value};case"|":return{value:v.value|S.value};case"^":return{value:v.value^S.value};case"&":return{value:v.value&S.value}}return null},CallExpression(_,b){const v=_.callee,S=Pe(_.arguments,b);if(S!=null)if(v.type==="MemberExpression"){if(v.property.type==="PrivateIdentifier")return null;const Y=N(v.object,b);if(Y!=null){if(Y.value==null&&(Y.optional||_.optional))return{value:void 0,optional:!0};const L=Ge(v,b);if(L!=null){const w=Y.value,k=L.value;if($.has(w[k]))return{value:w[k](...S)};if(z.has(w[k]))return{value:S[0]}}}}else{const Y=N(v,b);if(Y!=null){if(Y.value==null&&_.optional)return{value:void 0,optional:!0};const L=Y.value;if($.has(L))return{value:L(...S)};if(z.has(L))return{value:S[0]}}}return null},ConditionalExpression(_,b){const v=N(_.test,b);return v!=null?v.value?N(_.consequent,b):N(_.alternate,b):null},ExpressionStatement(_,b){return N(_.expression,b)},Identifier(_,b){if(b!=null){const v=p(b,_);if(v!=null){if(qe(v))return{value:H[v.name]};if(ki(v)){const S=v.defs[0];if(S.node.id.type==="Identifier"){const Y=N(S.node.init,b);return Y&&typeof Y.value=="object"&&Y.value!==null&&Ni(v,b)?null:Y}}}}return null},Literal(_){const b=_;return(b.regex!=null||b.bigint!=null)&&b.value==null?null:{value:b.value}},LogicalExpression(_,b){const v=N(_.left,b);if(v!=null){if(_.operator==="||"&&v.value||_.operator==="&&"&&!v.value||_.operator==="??"&&v.value!=null)return v;const S=N(_.right,b);if(S!=null)return S}return null},MemberExpression(_,b){if(_.property.type==="PrivateIdentifier")return null;const v=N(_.object,b);if(v!=null){if(v.value==null&&(v.optional||_.optional))return{value:void 0,optional:!0};const S=Ge(_,b);if(S!=null){if(!Ce(v.value,S.value))return{value:v.value[S.value]};for(const[Y,L]of Q)if(v.value instanceof Y&&L.has(S.value))return{value:v.value[S.value]}}}return null},ChainExpression(_,b){const v=N(_.expression,b);return v!=null?{value:v.value}:null},NewExpression(_,b){const v=N(_.callee,b),S=Pe(_.arguments,b);if(v!=null&&S!=null){const Y=v.value;if($.has(Y))return{value:new Y(...S)}}return null},ObjectExpression(_,b){const v={};for(const S of _.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const Y=Ge(S,b),L=N(S.value,b);if(Y==null||L==null)return null;v[Y.value]=L.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const Y=N(S.argument,b);if(Y==null)return null;Object.assign(v,Y.value)}else return null;return{value:v}},SequenceExpression(_,b){const v=_.expressions[_.expressions.length-1];return N(v,b)},TaggedTemplateExpression(_,b){const v=N(_.tag,b),S=Pe(_.quasi.expressions,b);if(v!=null&&S!=null){const Y=v.value,L=_.quasi.quasis.map(w=>w.value.cooked);if(L.raw=_.quasi.quasis.map(w=>w.value.raw),Y===String.raw)return{value:Y(L,...S)}}return null},TemplateLiteral(_,b){const v=Pe(_.expressions,b);if(v!=null){let S=_.quasis[0].value.cooked;for(let Y=0;Y<v.length;++Y)S+=v[Y],S+=_.quasis[Y+1].value.cooked;return{value:S}}return null},UnaryExpression(_,b){if(_.operator==="delete")return null;if(_.operator==="void")return{value:void 0};const v=N(_.argument,b);if(v!=null)switch(_.operator){case"-":return{value:-v.value};case"+":return{value:+v.value};case"!":return{value:!v.value};case"~":return{value:~v.value};case"typeof":return{value:typeof v.value}}return null},TSAsExpression(_,b){return N(_.expression,b)},TSSatisfiesExpression(_,b){return N(_.expression,b)},TSTypeAssertion(_,b){return N(_.expression,b)},TSNonNullExpression(_,b){return N(_.expression,b)},TSInstantiationExpression(_,b){return N(_.expression,b)}});function N(_,b){return _!=null&&Object.hasOwnProperty.call(ci,_.type)?ci[_.type](_,b):null}r(N,"getStaticValueR");function Ge(_,b){const v=_.type==="Property"?_.key:_.property;return _.computed?N(v,b):v.type==="Identifier"?{value:v.name}:v.type==="Literal"?v.bigint?{value:v.bigint}:{value:String(v.value)}:null}r(Ge,"getStaticPropertyNameValue");function et(_,b=null){try{return N(_,b)}catch{return null}}r(et,"getStaticValue");function Le(_,b=null){if(_&&_.type==="Literal"&&_.value===null){const S=_;if(S.regex)return`/${S.regex.pattern}/${S.regex.flags}`;if(S.bigint)return S.bigint}const v=et(_,b);if(v)try{return String(v.value)}catch{}return null}r(Le,"getStringIfConstant");function Re(_,b){switch(_.type){case"MemberExpression":return _.computed?Le(_.property,b):_.property.type==="PrivateIdentifier"?null:_.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return _.computed?Le(_.key,b):_.key.type==="Literal"?String(_.key.value):_.key.type==="PrivateIdentifier"?null:_.key.name}return null}r(Re,"getPropertyName");function pi(_,b){const v=_.parent,S=[],Y=v.type==="Property"&&v.value===_,L=v.type==="MethodDefinition"&&v.value===_,w=v.type==="PropertyDefinition"&&v.value===_;if((L||w)&&(v.static&&S.push("static"),v.key.type==="PrivateIdentifier"&&S.push("private")),_.async&&S.push("async"),_.generator&&S.push("generator"),Y||L){if(v.kind==="constructor")return"constructor";v.kind==="get"?S.push("getter"):v.kind==="set"?S.push("setter"):S.push("method")}else w?S.push("method"):(_.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(Y||L||w)if(v.key.type==="PrivateIdentifier")S.push(`#${v.key.name}`);else{const k=Re(v);if(k)S.push(`'${k}'`);else if(b){const ee=b.getText(v.key);ee.includes(`
|
|
13
|
-
`)||S.push(`[${ee}]`)}}else qi(_)?S.push(`'${_.id.name}'`):v.type==="VariableDeclarator"&&v.id&&v.id.type==="Identifier"?S.push(`'${v.id.name}'`):(v.type==="AssignmentExpression"||v.type==="AssignmentPattern")&&v.left&&v.left.type==="Identifier"?S.push(`'${v.left.name}'`):v.type==="ExportDefaultDeclaration"&&v.declaration===_&&S.push("'default'");return S.join(" ")}r(pi,"getFunctionNameWithKind");function qi(_){return!!_.id}r(qi,"hasId");const Gi=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),$i=Object.freeze(new Set(["-","+","!","~"]));function Ei(_){return _!==null&&typeof _=="object"&&typeof _.type=="string"}r(Ei,"isNode");const Wi=Object.freeze(Object.assign(Object.create(null),{$visit(_,b,v){const{type:S}=_;return typeof this[S]=="function"?this[S](_,b,v):this.$visitChildren(_,b,v)},$visitChildren(_,b,v){const{type:S}=_;for(const Y of v[S]||l.getKeys(_)){const L=_[Y];if(Array.isArray(L)){for(const w of L)if(Ei(w)&&this.$visit(w,b,v))return!0}else if(Ei(L)&&this.$visit(L,b,v))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(_,b,v){return b.considerImplicitTypeConversion&&Gi.has(_.operator)&&(_.left.type!=="Literal"||_.right.type!=="Literal")?!0:this.$visitChildren(_,b,v)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(_,b,v){return b.considerGetters||b.considerImplicitTypeConversion&&_.computed&&_.property.type!=="Literal"?!0:this.$visitChildren(_,b,v)},MethodDefinition(_,b,v){return b.considerImplicitTypeConversion&&_.computed&&_.key.type!=="Literal"?!0:this.$visitChildren(_,b,v)},NewExpression(){return!0},Property(_,b,v){return b.considerImplicitTypeConversion&&_.computed&&_.key.type!=="Literal"?!0:this.$visitChildren(_,b,v)},PropertyDefinition(_,b,v){return b.considerImplicitTypeConversion&&_.computed&&_.key.type!=="Literal"?!0:this.$visitChildren(_,b,v)},UnaryExpression(_,b,v){return _.operator==="delete"||b.considerImplicitTypeConversion&&$i.has(_.operator)&&_.argument.type!=="Literal"?!0:this.$visitChildren(_,b,v)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function fi(_,b,v={}){const{considerGetters:S=!1,considerImplicitTypeConversion:Y=!1}=v;return Wi.$visit(_,{considerGetters:S,considerImplicitTypeConversion:Y},b.visitorKeys||l.KEYS)}r(fi,"hasSideEffect");function Hi(_,b){const v=_.parent;switch(v.type){case"CallExpression":case"NewExpression":return v.arguments.length===1&&v.arguments[0]===_?b.getTokenAfter(v.typeArguments||v.typeParameters||v.callee,E):null;case"DoWhileStatement":return v.test===_?b.getTokenAfter(v.body,E):null;case"IfStatement":case"WhileStatement":return v.test===_?b.getFirstToken(v,1):null;case"ImportExpression":return v.source===_?b.getFirstToken(v,1):null;case"SwitchStatement":return v.discriminant===_?b.getFirstToken(v,1):null;case"WithStatement":return v.object===_?b.getFirstToken(v,1):null;default:return null}}r(Hi,"getParentSyntaxParen");function di(_,b,v){let S,Y,L,w,k;if(typeof _=="number"){if(S=_|0,Y=b,L=v,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,Y=_,L=b;if(Y==null||Y.parent==null||Y.parent.type==="CatchClause"&&Y.parent.param===Y)return!1;w=k=Y;do w=L.getTokenBefore(w),k=L.getTokenAfter(k);while(w!=null&&k!=null&&E(w)&&P(k)&&w!==Hi(Y,L)&&--S>0);return S===0}r(di,"isParenthesized");const Ki=/\$(?:[$&`']|[1-9][0-9]?)/gu,Ti=new WeakMap;function zi(_,b){let v=!1;for(let S=b-1;S>=0&&_.charCodeAt(S)===92;--S)v=!v;return v}r(zi,"isEscaped");function Xi(_,b,v){const S=[];let Y=0;function L(w,k){switch(w){case"$$":return"$";case"$&":return k[0];case"$`":return b.slice(0,k.index);case"$'":return b.slice(k.index+k[0].length);default:{const ee=w.slice(1);return ee in k?k[ee]:w}}}r(L,"replacer");for(const w of _.execAll(b))S.push(b.slice(Y,w.index)),S.push(v.replace(Ki,k=>L(k,w))),Y=w.index+w[0].length;return S.push(b.slice(Y)),S.join("")}r(Xi,"replaceS");function Ji(_,b,v){const S=[];let Y=0;for(const L of _.execAll(b))S.push(b.slice(Y,L.index)),S.push(String(v(...L,L.index,L.input))),Y=L.index+L[0].length;return S.push(b.slice(Y)),S.join("")}r(Ji,"replaceF");class Pi{static{r(this,"PatternMatcher")}constructor(b,v={}){const{escaped:S=!1}=v;if(!(b instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!b.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");Ti.set(this,{pattern:new RegExp(b.source,b.flags),escaped:!!S})}*execAll(b){const{pattern:v,escaped:S}=Ti.get(this);let Y=null,L=0;for(v.lastIndex=0;(Y=v.exec(b))!=null;)(S||!zi(b,Y.index))&&(L=v.lastIndex,yield Y,v.lastIndex=L)}test(b){return!this.execAll(b).next().done}[Symbol.replace](b,v){return typeof v=="function"?Ji(this,String(b),v):Xi(this,String(b),String(v))}}const Qi=/^(?:Import|Export(?:All|Default|Named))Declaration$/u;function Zi(_){return Qi.test(_.type)&&_.source!=null}r(Zi,"isHasSource");const me=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),ye=Symbol("call"),ge=Symbol("construct"),$e=Symbol("esm"),es={require:{[ye]:!0}};function mi(_){return _==null||_.defs.length!==0||_.references.some(b=>b.isWrite())}r(mi,"isModifiedGlobal");function ts(_){const b=_.parent;if(b)switch(b.type){case"ConditionalExpression":return b.consequent===_||b.alternate===_;case"LogicalExpression":return!0;case"SequenceExpression":return b.expressions[b.expressions.length-1]===_;case"ChainExpression":return!0;case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":case"TSInstantiationExpression":return!0;default:return!1}return!1}r(ts,"isPassThrough");class Se{static{r(this,"ReferenceTracker")}constructor(b,v={}){const{mode:S="strict",globalObjectNames:Y=["global","globalThis","self","window"]}=v;this.variableStack=[],this.globalScope=b,this.mode=S,this.globalObjectNames=Y.slice(0)}*iterateGlobalReferences(b){for(const v of Object.keys(b)){const S=b[v],Y=[v],L=this.globalScope.set.get(v);mi(L)||(yield*this._iterateVariableReferences(L,Y,S,!0))}for(const v of this.globalObjectNames){const S=[],Y=this.globalScope.set.get(v);mi(Y)||(yield*this._iterateVariableReferences(Y,S,b,!1))}}*iterateCjsReferences(b){for(const{node:v}of this.iterateGlobalReferences(es)){const S=Le(v.arguments[0]);if(S==null||!me(b,S))continue;const Y=b[S],L=[S];Y[G]&&(yield{node:v,path:L,type:G,info:Y[G]}),yield*this._iteratePropertyReferences(v,L,Y)}}*iterateEsmReferences(b){const v=this.globalScope.block;for(const S of v.body){if(!Zi(S))continue;const Y=S.source.value;if(!me(b,Y))continue;const L=b[Y],w=[Y];if(L[G]&&(yield{node:S,path:w,type:G,info:L[G]}),S.type==="ExportAllDeclaration")for(const k of Object.keys(L)){const ee=L[k];ee[G]&&(yield{node:S,path:w.concat(k),type:G,info:ee[G]})}else for(const k of S.specifiers){const ee=me(L,$e),yi=this._iterateImportReferences(k,w,ee?L:this.mode==="legacy"?{default:L,...L}:{default:L});if(ee)yield*yi;else for(const Ve of yi)Ve.path=Ve.path.filter(rs),(Ve.path.length>=2||Ve.type!==G)&&(yield Ve)}}}*iteratePropertyReferences(b,v){yield*this._iteratePropertyReferences(b,[],v)}*_iterateVariableReferences(b,v,S,Y){if(!this.variableStack.includes(b)){this.variableStack.push(b);try{for(const L of b.references){if(!L.isRead())continue;const w=L.identifier;Y&&S[G]&&(yield{node:w,path:v,type:G,info:S[G]}),yield*this._iteratePropertyReferences(w,v,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(b,v,S){let Y=b;for(;ts(Y);)Y=Y.parent;const L=Y.parent;if(L.type==="MemberExpression"){if(L.object===Y){const w=Re(L);if(w==null||!me(S,w))return;v=v.concat(w);const k=S[w];k[G]&&(yield{node:L,path:v,type:G,info:k[G]}),yield*this._iteratePropertyReferences(L,v,k)}return}if(L.type==="CallExpression"){L.callee===Y&&S[ye]&&(yield{node:L,path:v,type:ye,info:S[ye]});return}if(L.type==="NewExpression"){L.callee===Y&&S[ge]&&(yield{node:L,path:v,type:ge,info:S[ge]});return}if(L.type==="AssignmentExpression"){L.right===Y&&(yield*this._iterateLhsReferences(L.left,v,S),yield*this._iteratePropertyReferences(L,v,S));return}if(L.type==="AssignmentPattern"){L.right===Y&&(yield*this._iterateLhsReferences(L.left,v,S));return}L.type==="VariableDeclarator"&&L.init===Y&&(yield*this._iterateLhsReferences(L.id,v,S))}*_iterateLhsReferences(b,v,S){if(b.type==="Identifier"){const Y=p(this.globalScope,b);Y!=null&&(yield*this._iterateVariableReferences(Y,v,S,!1));return}if(b.type==="ObjectPattern"){for(const Y of b.properties){const L=Re(Y);if(L==null||!me(S,L))continue;const w=v.concat(L),k=S[L];k[G]&&(yield{node:Y,path:w,type:G,info:k[G]}),yield*this._iterateLhsReferences(Y.value,w,k)}return}b.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(b.left,v,S))}*_iterateImportReferences(b,v,S){const Y=b.type;if(Y==="ImportSpecifier"||Y==="ImportDefaultSpecifier"){const L=Y==="ImportDefaultSpecifier"?"default":b.imported.type==="Identifier"?b.imported.name:b.imported.value;if(!me(S,L))return;v=v.concat(L);const w=S[L];w[G]&&(yield{node:b,path:v,type:G,info:w[G]}),yield*this._iterateVariableReferences(p(this.globalScope,b.local),v,w,!1);return}if(Y==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(p(this.globalScope,b.local),v,S,!1);return}if(Y==="ExportSpecifier"){const L=b.local.type==="Identifier"?b.local.name:b.local.value;if(!me(S,L))return;v=v.concat(L);const w=S[L];w[G]&&(yield{node:b,path:v,type:G,info:w[G]})}}}Se.READ=G,Se.CALL=ye,Se.CONSTRUCT=ge,Se.ESM=$e;function rs(_,b){return!(b===1&&_==="default")}r(rs,"exceptDefault");var ns={CALL:ye,CONSTRUCT:ge,ESM:$e,findVariable:p,getFunctionHeadLocation:U,getFunctionNameWithKind:pi,getInnermostScope:n,getPropertyName:Re,getStaticValue:et,getStringIfConstant:Le,hasSideEffect:fi,isArrowToken:t,isClosingBraceToken:d,isClosingBracketToken:a,isClosingParenToken:P,isColonToken:c,isCommaToken:o,isCommentToken:h,isNotArrowToken:T,isNotClosingBraceToken:j,isNotClosingBracketToken:O,isNotClosingParenToken:R,isNotColonToken:y,isNotCommaToken:g,isNotCommentToken:F,isNotOpeningBraceToken:B,isNotOpeningBracketToken:D,isNotOpeningParenToken:C,isNotSemicolonToken:A,isOpeningBraceToken:f,isOpeningBracketToken:m,isOpeningParenToken:E,isParenthesized:di,isSemicolonToken:s,PatternMatcher:Pi,READ:G,ReferenceTracker:Se};e.CALL=ye,e.CONSTRUCT=ge,e.ESM=$e,e.PatternMatcher=Pi,e.READ=G,e.ReferenceTracker=Se,e.default=ns,e.findVariable=p,e.getFunctionHeadLocation=U,e.getFunctionNameWithKind=pi,e.getInnermostScope=n,e.getPropertyName=Re,e.getStaticValue=et,e.getStringIfConstant=Le,e.hasSideEffect=fi,e.isArrowToken=t,e.isClosingBraceToken=d,e.isClosingBracketToken=a,e.isClosingParenToken=P,e.isColonToken=c,e.isCommaToken=o,e.isCommentToken=h,e.isNotArrowToken=T,e.isNotClosingBraceToken=j,e.isNotClosingBracketToken=O,e.isNotClosingParenToken=R,e.isNotColonToken=y,e.isNotCommaToken=g,e.isNotCommentToken=F,e.isNotOpeningBraceToken=B,e.isNotOpeningBracketToken=D,e.isNotOpeningParenToken=C,e.isNotSemicolonToken=A,e.isOpeningBraceToken=f,e.isOpeningBracketToken=m,e.isOpeningParenToken=E,e.isParenthesized=di,e.isSemicolonToken=s})(Qs)),Qs}r(ot,"requireEslintUtils$2");var Pl;function wm(){if(Pl)return W;Pl=1;var e=W&&W.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),l=W&&W.__setModuleDefault||(Object.create?(function(u,i){Object.defineProperty(u,"default",{enumerable:!0,value:i})}):function(u,i){u.default=i}),n=W&&W.__importStar||(function(){var u=r(function(i){return u=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},u(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=u(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return l(t,i),t}})();Object.defineProperty(W,"__esModule",{value:!0}),W.isParenthesized=W.hasSideEffect=W.getStringIfConstant=W.getStaticValue=W.getPropertyName=W.getFunctionNameWithKind=W.getFunctionHeadLocation=void 0;const p=n(ot());return W.getFunctionHeadLocation=p.getFunctionHeadLocation,W.getFunctionNameWithKind=p.getFunctionNameWithKind,W.getPropertyName=p.getPropertyName,W.getStaticValue=p.getStaticValue,W.getStringIfConstant=p.getStringIfConstant,W.hasSideEffect=p.hasSideEffect,W.isParenthesized=p.isParenthesized,W}r(wm,"requireAstUtilities");var ue={},ml;function Mm(){if(ml)return ue;ml=1;var e=ue&&ue.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),l=ue&&ue.__setModuleDefault||(Object.create?(function(u,i){Object.defineProperty(u,"default",{enumerable:!0,value:i})}):function(u,i){u.default=i}),n=ue&&ue.__importStar||(function(){var u=r(function(i){return u=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},u(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=u(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return l(t,i),t}})();Object.defineProperty(ue,"__esModule",{value:!0}),ue.PatternMatcher=void 0;const p=n(ot());return ue.PatternMatcher=p.PatternMatcher,ue}r(Mm,"requirePatternMatcher");var M={},yl;function Im(){if(yl)return M;yl=1;var e=M&&M.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),l=M&&M.__setModuleDefault||(Object.create?(function(u,i){Object.defineProperty(u,"default",{enumerable:!0,value:i})}):function(u,i){u.default=i}),n=M&&M.__importStar||(function(){var u=r(function(i){return u=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},u(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=u(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return l(t,i),t}})();Object.defineProperty(M,"__esModule",{value:!0}),M.isNotSemicolonToken=M.isSemicolonToken=M.isNotOpeningParenToken=M.isOpeningParenToken=M.isNotOpeningBracketToken=M.isOpeningBracketToken=M.isNotOpeningBraceToken=M.isOpeningBraceToken=M.isNotCommentToken=M.isCommentToken=M.isNotCommaToken=M.isCommaToken=M.isNotColonToken=M.isColonToken=M.isNotClosingParenToken=M.isClosingParenToken=M.isNotClosingBracketToken=M.isClosingBracketToken=M.isNotClosingBraceToken=M.isClosingBraceToken=M.isNotArrowToken=M.isArrowToken=void 0;const p=n(ot());return M.isArrowToken=p.isArrowToken,M.isNotArrowToken=p.isNotArrowToken,M.isClosingBraceToken=p.isClosingBraceToken,M.isNotClosingBraceToken=p.isNotClosingBraceToken,M.isClosingBracketToken=p.isClosingBracketToken,M.isNotClosingBracketToken=p.isNotClosingBracketToken,M.isClosingParenToken=p.isClosingParenToken,M.isNotClosingParenToken=p.isNotClosingParenToken,M.isColonToken=p.isColonToken,M.isNotColonToken=p.isNotColonToken,M.isCommaToken=p.isCommaToken,M.isNotCommaToken=p.isNotCommaToken,M.isCommentToken=p.isCommentToken,M.isNotCommentToken=p.isNotCommentToken,M.isOpeningBraceToken=p.isOpeningBraceToken,M.isNotOpeningBraceToken=p.isNotOpeningBraceToken,M.isOpeningBracketToken=p.isOpeningBracketToken,M.isNotOpeningBracketToken=p.isNotOpeningBracketToken,M.isOpeningParenToken=p.isOpeningParenToken,M.isNotOpeningParenToken=p.isNotOpeningParenToken,M.isSemicolonToken=p.isSemicolonToken,M.isNotSemicolonToken=p.isNotSemicolonToken,M}r(Im,"requirePredicates$1");var ce={},hl;function Um(){if(hl)return ce;hl=1;var e=ce&&ce.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),l=ce&&ce.__setModuleDefault||(Object.create?(function(u,i){Object.defineProperty(u,"default",{enumerable:!0,value:i})}):function(u,i){u.default=i}),n=ce&&ce.__importStar||(function(){var u=r(function(i){return u=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},u(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=u(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return l(t,i),t}})();Object.defineProperty(ce,"__esModule",{value:!0}),ce.ReferenceTracker=void 0;const p=n(ot());return p.ReferenceTracker.READ,p.ReferenceTracker.CALL,p.ReferenceTracker.CONSTRUCT,p.ReferenceTracker.ESM,ce.ReferenceTracker=p.ReferenceTracker,ce}r(Um,"requireReferenceTracker");var te={},_l;function xm(){if(_l)return te;_l=1;var e=te&&te.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),l=te&&te.__setModuleDefault||(Object.create?(function(u,i){Object.defineProperty(u,"default",{enumerable:!0,value:i})}):function(u,i){u.default=i}),n=te&&te.__importStar||(function(){var u=r(function(i){return u=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},u(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=u(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return l(t,i),t}})();Object.defineProperty(te,"__esModule",{value:!0}),te.getInnermostScope=te.findVariable=void 0;const p=n(ot());return te.findVariable=p.findVariable,te.getInnermostScope=p.getInnermostScope,te}r(xm,"requireScopeAnalysis");var vl;function Fm(){return vl||(vl=1,(function(e){var l=Oe&&Oe.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=Oe&&Oe.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(wm(),e),n(Mm(),e),n(Im(),e),n(Um(),e),n(xm(),e)})(Oe)),Oe}r(Fm,"requireEslintUtils$1");var Zs={},bl;function gl(){return bl||(bl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const l=r(t=>o=>o?.type===t,"isNodeOfType");e.isNodeOfType=l;const n=r(t=>o=>!!o&&t.includes(o.type),"isNodeOfTypes");e.isNodeOfTypes=n;const p=r((t,o)=>{const s=Object.entries(o);return c=>c?.type===t&&s.every(([E,P])=>c[E]===P)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=p;const u=r((t,o)=>{const s=Object.entries(o);return c=>c?.type===t&&s.every(([E,P])=>c[E]===P)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=u;const i=r((t,o)=>s=>!(0,e.isTokenOfTypeWithConditions)(t,o)(s),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=i})(Zs)),Zs}r(gl,"requireHelpers");var Xe={},Sl;function Bm(){if(Sl)return Xe;Sl=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.LINEBREAK_MATCHER=void 0,Xe.isTokenOnSameLine=e,Xe.LINEBREAK_MATCHER=/\r\n|[\r\n\u2028\u2029]/;function e(l,n){return l.loc.end.line===n.loc.start.line}return r(e,"isTokenOnSameLine"),Xe}r(Bm,"requireMisc");var I={},eo={},we={},Me={},Yl;function Al(){if(Yl)return Me;Yl=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 l;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"})(l||(Me.AST_TOKEN_TYPES=l={})),Me}r(Al,"requireAstSpec");var to={},Cl;function km(){return Cl||(Cl=1,Object.defineProperty(to,"__esModule",{value:!0})),to}r(km,"requireLib$2");var ro={},Ll;function jm(){return Ll||(Ll=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}r(jm,"requireParserOptions$1");var pe={},Rl;function Nm(){if(Rl)return pe;Rl=1;var e=pe&&pe.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),l=pe&&pe.__setModuleDefault||(Object.create?(function(p,u){Object.defineProperty(p,"default",{enumerable:!0,value:u})}):function(p,u){p.default=u}),n=pe&&pe.__importStar||(function(){var p=r(function(u){return p=Object.getOwnPropertyNames||function(i){var t=[];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[t.length]=o);return t},p(u)},"ownKeys");return function(u){if(u&&u.__esModule)return u;var i={};if(u!=null)for(var t=p(u),o=0;o<t.length;o++)t[o]!=="default"&&e(i,u,t[o]);return l(i,u),i}})();return Object.defineProperty(pe,"__esModule",{value:!0}),pe.TSESTree=void 0,pe.TSESTree=n(Al()),pe}r(Nm,"requireTsEstree$1");var Vl;function he(){return Vl||(Vl=1,(function(e){var l=we&&we.__createBinding||(Object.create?(function(u,i,t,o){o===void 0&&(o=t);var s=Object.getOwnPropertyDescriptor(i,t);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:r(function(){return i[t]},"get")}),Object.defineProperty(u,o,s)}):(function(u,i,t,o){o===void 0&&(o=t),u[o]=i[t]})),n=we&&we.__exportStar||function(u,i){for(var t in u)t!=="default"&&!Object.prototype.hasOwnProperty.call(i,t)&&l(i,u,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var p=Al();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:r(function(){return p.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:r(function(){return p.AST_TOKEN_TYPES},"get")}),n(km(),e),n(jm(),e),n(Nm(),e)})(we)),we}r(he,"requireDist$3");var Dl;function Ol(){return Dl||(Dl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var l=he();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:r(function(){return l.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:r(function(){return l.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:r(function(){return l.TSESTree},"get")})})(eo)),eo}r(Ol,"requireTsEstree");var wl;function qm(){if(wl)return I;wl=1,Object.defineProperty(I,"__esModule",{value:!0}),I.isLoop=I.isImportKeyword=I.isTypeKeyword=I.isAwaitKeyword=I.isAwaitExpression=I.isIdentifier=I.isConstructor=I.isClassOrTypeElement=I.isTSConstructorType=I.isTSFunctionType=I.isFunctionOrFunctionType=I.isFunctionType=I.isFunction=I.isVariableDeclarator=I.isTypeAssertion=I.isLogicalOrOperator=I.isOptionalCallExpression=I.isNotNonNullAssertionPunctuator=I.isNonNullAssertionPunctuator=I.isNotOptionalChainPunctuator=I.isOptionalChainPunctuator=void 0,I.isSetter=u;const e=Ol(),l=gl();I.isOptionalChainPunctuator=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNotOptionalChainPunctuator=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNonNullAssertionPunctuator=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isNotNonNullAssertionPunctuator=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isOptionalCallExpression=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0}),I.isLogicalOrOperator=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"}),I.isTypeAssertion=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]),I.isVariableDeclarator=(0,l.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);const n=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression];I.isFunction=(0,l.isNodeOfTypes)(n);const p=[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];I.isFunctionType=(0,l.isNodeOfTypes)(p),I.isFunctionOrFunctionType=(0,l.isNodeOfTypes)([...n,...p]),I.isTSFunctionType=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType),I.isTSConstructorType=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType),I.isClassOrTypeElement=(0,l.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]),I.isConstructor=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});function u(i){return!!i&&(i.type===e.AST_NODE_TYPES.MethodDefinition||i.type===e.AST_NODE_TYPES.Property)&&i.kind==="set"}return r(u,"isSetter"),I.isIdentifier=(0,l.isNodeOfType)(e.AST_NODE_TYPES.Identifier),I.isAwaitExpression=(0,l.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression),I.isAwaitKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"}),I.isTypeKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"}),I.isImportKeyword=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"}),I.isLoop=(0,l.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]),I}r(qm,"requirePredicates");var Ml;function Gm(){return Ml||(Ml=1,(function(e){var l=De&&De.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=De&&De.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Fm(),e),n(gl(),e),n(Bm(),e),n(qm(),e)})(De)),De}r(Gm,"requireAstUtils");var Ie={},Ri={},at={},Il;function Ul(){if(Il)return at;Il=1,Object.defineProperty(at,"__esModule",{value:!0}),at.isObjectNotArray=e,at.deepMerge=l;function e(n){return typeof n=="object"&&n!=null&&!Array.isArray(n)}r(e,"isObjectNotArray");function l(n={},p={}){const u=new Set([...Object.keys(n),...Object.keys(p)]);return Object.fromEntries([...u].map(i=>{const t=i in n,o=i in p,s=n[i],c=p[i];let E;return t&&o?e(s)&&e(c)?E=l(s,c):E=c:t?E=s:E=c,[i,E]}))}return r(l,"deepMerge$1"),at}r(Ul,"requireDeepMerge");var xl;function Fl(){if(xl)return Ri;xl=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.applyDefault=l;const e=Ul();function l(n,p){const u=structuredClone(n);return p==null||u.forEach((i,t)=>{if(p[t]!==void 0){const o=p[t];(0,e.isObjectNotArray)(o)&&(0,e.isObjectNotArray)(i)?u[t]=(0,e.deepMerge)(i,o):u[t]=o}}),u}return r(l,"applyDefault$1"),Ri}r(Fl,"requireApplyDefault");var Vi={},Di={},Bl;function $m(){if(Bl)return Di;Bl=1,Object.defineProperty(Di,"__esModule",{value:!0}),Di.parserSeemsToBeTSESLint=e;function e(l){return!!l&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(l)}return r(e,"parserSeemsToBeTSESLint$1"),Di}r($m,"requireParserSeemsToBeTSESLint");var kl;function Wm(){if(kl)return Vi;kl=1,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.getParserServices=p;const e=$m(),l="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 p(i,t=!1){const o=i.parserPath||i.languageOptions.parser?.meta?.name;return(i.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||i.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&u(o),i.sourceCode.parserServices.program==null&&!t&&u(o),i.sourceCode.parserServices}r(p,"getParserServices$1");function u(i){const t=[l,`Parser: ${i||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(i)&&n].filter(Boolean);throw new Error(t.join(`
|
|
14
|
-
`))}return r(u,"throwError"),Vi}r(Wm,"requireGetParserServices");var no={},jl;function Hm(){return jl||(jl=1,Object.defineProperty(no,"__esModule",{value:!0})),no}r(Hm,"requireInferTypesFromRule");var Je={},Nl;function Km(){if(Nl)return Je;Nl=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.NullThrowsReasons=void 0,Je.nullThrows=e,Je.NullThrowsReasons={MissingParent:"Expected node to have a parent.",MissingToken:r((l,n)=>`Expected to find a ${l} for the ${n}.`,"MissingToken")};function e(l,n){if(l==null)throw new Error(`Non-null Assertion Failed: ${n}`);return l}return r(e,"nullThrows$1"),Je}r(Km,"requireNullThrows");var Oi={},ql;function zm(){if(ql)return Oi;ql=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.RuleCreator=l;const e=Fl();function l(p){return r(function({meta:i,name:t,...o}){return n({meta:{...i,docs:{...i.docs,url:p(t)}},...o})},"createNamedRule")}r(l,"RuleCreator$1");function n({create:p,defaultOptions:u,meta:i}){return{create(t){const o=(0,e.applyDefault)(u,t.options);return p(t,o)},defaultOptions:u,meta:i}}return r(n,"createRule"),l.withoutDocs=r(function(u){return n(u)},"withoutDocs"),Oi}r(zm,"requireRuleCreator");var Gl;function Xm(){return Gl||(Gl=1,(function(e){var l=Ie&&Ie.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=Ie&&Ie.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Fl(),e),n(Ul(),e),n(Wm(),e),n(Hm(),e),n(Km(),e),n(zm(),e)})(Ie)),Ie}r(Xm,"requireEslintUtils");var io={},$l;function Jm(){return $l||($l=1,Object.defineProperty(io,"__esModule",{value:!0})),io}r(Jm,"requireJsonSchema");var Ue={},so={},Wl;function Qm(){return Wl||(Wl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}r(Qm,"requireAST");var oo={},Hl;function Zm(){return Hl||(Hl=1,Object.defineProperty(oo,"__esModule",{value:!0})),oo}r(Zm,"requireConfig");var ao={},lt={},Kl;function zl(){if(Kl)return lt;Kl=1,Object.defineProperty(lt,"__esModule",{value:!0}),lt.FlatESLint=void 0;const e=sa;let l=class extends e.FlatESLint{static{r(this,"FlatESLint")}};return lt.FlatESLint=l,lt}r(zl,"requireFlatESLint");var ut={},Xl;function ey(){if(Xl)return ut;Xl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.LegacyESLint=void 0;const e=sa;let l=class extends e.LegacyESLint{static{r(this,"LegacyESLint")}};return ut.LegacyESLint=l,ut}r(ey,"requireLegacyESLint");var Jl;function ty(){return Jl||(Jl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var l=zl();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:r(function(){return l.FlatESLint},"get")});var n=zl();Object.defineProperty(e,"ESLint",{enumerable:!0,get:r(function(){return n.FlatESLint},"get")});var p=ey();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:r(function(){return p.LegacyESLint},"get")})})(ao)),ao}r(ty,"requireESLint");var ct={},Ql;function ry(){if(Ql)return ct;Ql=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.Linter=void 0;const e=us;let l=class extends e.Linter{static{r(this,"Linter")}};return ct.Linter=l,ct}r(ry,"requireLinter");var lo={},Zl;function ny(){return Zl||(Zl=1,Object.defineProperty(lo,"__esModule",{value:!0})),lo}r(ny,"requireParser");var uo={},eu;function iy(){return eu||(eu=1,Object.defineProperty(uo,"__esModule",{value:!0})),uo}r(iy,"requireParserOptions");var co={},tu;function sy(){return tu||(tu=1,Object.defineProperty(co,"__esModule",{value:!0})),co}r(sy,"requireProcessor");var po={},ru;function oy(){return ru||(ru=1,Object.defineProperty(po,"__esModule",{value:!0})),po}r(oy,"requireRule");var pt={},nu;function ay(){if(nu)return pt;nu=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.RuleTester=void 0;const e=us;let l=class extends e.RuleTester{static{r(this,"RuleTester")}};return pt.RuleTester=l,pt}r(ay,"requireRuleTester");var Ee={},xe={},wi={},Eo={},Et={},ft={},iu;function su(){if(iu)return ft;iu=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"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const n=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!n.has(t)&&t[0]!=="_"}r(p,"filterKey");function u(t){return Object.keys(t).filter(p)}r(u,"getKeys");function i(t){const o=Object.assign({},e);for(const s of Object.keys(t))if(Object.hasOwn(o,s)){const c=new Set(t[s]);for(const E of o[s])c.add(E);o[s]=Object.freeze(Array.from(c))}else o[s]=Object.freeze(Array.from(t[s]));return Object.freeze(o)}return r(i,"unionWith"),ft.KEYS=e,ft.getKeys=u,ft.unionWith=i,ft}r(su,"requireEslintVisitorKeys");var ou;function ly(){if(ou)return Et;ou=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.getKeys=void 0;const e=su();return Et.getKeys=e.getKeys,Et}r(ly,"requireGetKeys");var fe={},au;function uy(){if(au)return fe;au=1;var e=fe&&fe.__createBinding||(Object.create?(function(t,o,s,c){c===void 0&&(c=s);var E=Object.getOwnPropertyDescriptor(o,s);(!E||("get"in E?!o.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:r(function(){return o[s]},"get")}),Object.defineProperty(t,c,E)}):(function(t,o,s,c){c===void 0&&(c=s),t[c]=o[s]})),l=fe&&fe.__setModuleDefault||(Object.create?(function(t,o){Object.defineProperty(t,"default",{enumerable:!0,value:o})}):function(t,o){t.default=o}),n=fe&&fe.__importStar||(function(){var t=r(function(o){return t=Object.getOwnPropertyNames||function(s){var c=[];for(var E in s)Object.prototype.hasOwnProperty.call(s,E)&&(c[c.length]=E);return c},t(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var s={};if(o!=null)for(var c=t(o),E=0;E<c.length;E++)c[E]!=="default"&&e(s,o,c[E]);return l(s,o),s}})();Object.defineProperty(fe,"__esModule",{value:!0}),fe.visitorKeys=void 0;const p=n(su()),u=(()=>{const t=["typeParameters","params","returnType"],o=[...t,"body"],s=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:o,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...o],FunctionType:t,PropertyDefinition:[...s,"value"]}})(),i={AccessorProperty:u.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:u.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:u.ClassDeclaration,ClassExpression:u.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","attributes"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],FunctionDeclaration:u.Function,FunctionExpression:u.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:u.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:u.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:u.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:u.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:u.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:u.FunctionType,TSConstructSignatureDeclaration:u.FunctionType,TSDeclareFunction:u.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...u.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:u.FunctionType,TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["argument","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:u.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 fe.visitorKeys=p.unionWith(i),fe}r(uy,"requireVisitorKeys");var lu;function uu(){return lu||(lu=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var l=ly();Object.defineProperty(e,"getKeys",{enumerable:!0,get:r(function(){return l.getKeys},"get")});var n=uy();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:r(function(){return n.visitorKeys},"get")})})(Eo)),Eo}r(uu,"requireDist$2");var fo={},dt={},Mi={},cu;function Tt(){if(cu)return Mi;cu=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.assert=e;function e(l,n){if(l==null)throw new Error(n)}return r(e,"assert$1"),Mi}r(Tt,"requireAssert");var Fe={},Pt={},mt={},yt={},pu;function Ii(){if(pu)return yt;pu=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.createIdGenerator=n,yt.resetIds=p;const e=new Map;let l=0;function n(){const u=l+=1;return e.set(u,0),()=>{const t=(e.get(u)??0)+1;return e.set(u,t),t}}r(n,"createIdGenerator");function p(){e.clear()}return r(p,"resetIds"),yt}r(Ii,"requireID");var Eu;function de(){if(Eu)return mt;Eu=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.DefinitionBase=void 0;const l=(0,Ii().createIdGenerator)();let n=class{static{r(this,"DefinitionBase")}$id=l();type;name;node;parent;constructor(u,i,t,o){this.type=u,this.name=i,this.node=t,this.parent=o}};return mt.DefinitionBase=n,mt}r(de,"requireDefinitionBase");var ht={},fu;function re(){if(fu)return ht;fu=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.DefinitionType=void 0;var e;return(function(l){l.CatchClause="CatchClause",l.ClassName="ClassName",l.FunctionName="FunctionName",l.ImplicitGlobalVariable="ImplicitGlobalVariable",l.ImportBinding="ImportBinding",l.Parameter="Parameter",l.TSEnumName="TSEnumName",l.TSEnumMember="TSEnumMemberName",l.TSModuleName="TSModuleName",l.Type="Type",l.Variable="Variable"})(e||(ht.DefinitionType=e={})),ht}r(re,"requireDefinitionType");var du;function cy(){if(du)return Pt;du=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.CatchClauseDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.CatchClause,u,i,null)}};return Pt.CatchClauseDefinition=n,Pt}r(cy,"requireCatchClauseDefinition");var _t={},Tu;function py(){if(Tu)return _t;Tu=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.ClassNameDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.ClassName,u,i,null)}};return _t.ClassNameDefinition=n,_t}r(py,"requireClassNameDefinition");var To={},Pu;function Ey(){return Pu||(Pu=1,Object.defineProperty(To,"__esModule",{value:!0})),To}r(Ey,"requireDefinition$1");var vt={},mu;function fy(){if(mu)return vt;mu=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.FunctionNameDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.FunctionName,u,i,null)}};return vt.FunctionNameDefinition=n,vt}r(fy,"requireFunctionNameDefinition");var bt={},yu;function hu(){if(yu)return bt;yu=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ImplicitGlobalVariableDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.ImplicitGlobalVariable,u,i,null)}};return bt.ImplicitGlobalVariableDefinition=n,bt}r(hu,"requireImplicitGlobalVariableDefinition");var gt={},_u;function dy(){if(_u)return gt;_u=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.ImportBindingDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(u,i,t){super(l.DefinitionType.ImportBinding,u,i,t)}};return gt.ImportBindingDefinition=n,gt}r(dy,"requireImportBindingDefinition");var St={},vu;function Ty(){if(vu)return St;vu=1,Object.defineProperty(St,"__esModule",{value:!0}),St.ParameterDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(u,i,t){super(l.DefinitionType.Parameter,u,i,null),this.rest=t}};return St.ParameterDefinition=n,St}r(Ty,"requireParameterDefinition");var Yt={},bu;function Py(){if(bu)return Yt;bu=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSEnumMemberDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.TSEnumMember,u,i,null)}};return Yt.TSEnumMemberDefinition=n,Yt}r(Py,"requireTSEnumMemberDefinition");var At={},gu;function my(){if(gu)return At;gu=1,Object.defineProperty(At,"__esModule",{value:!0}),At.TSEnumNameDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.TSEnumName,u,i,null)}};return At.TSEnumNameDefinition=n,At}r(my,"requireTSEnumNameDefinition");var Ct={},Su;function yy(){if(Su)return Ct;Su=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.TSModuleNameDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(u,i){super(l.DefinitionType.TSModuleName,u,i,null)}};return Ct.TSModuleNameDefinition=n,Ct}r(yy,"requireTSModuleNameDefinition");var Lt={},Yu;function hy(){if(Yu)return Lt;Yu=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TypeDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(u,i){super(l.DefinitionType.Type,u,i,null)}};return Lt.TypeDefinition=n,Lt}r(hy,"requireTypeDefinition");var Rt={},Au;function _y(){if(Au)return Rt;Au=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.VariableDefinition=void 0;const e=de(),l=re();let n=class extends e.DefinitionBase{static{r(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(u,i,t){super(l.DefinitionType.Variable,u,i,t)}};return Rt.VariableDefinition=n,Rt}r(_y,"requireVariableDefinition");var Cu;function Be(){return Cu||(Cu=1,(function(e){var l=Fe&&Fe.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=Fe&&Fe.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(cy(),e),n(py(),e),n(Ey(),e),n(re(),e),n(fy(),e),n(hu(),e),n(dy(),e),n(Ty(),e),n(Py(),e),n(my(),e),n(yy(),e),n(hy(),e),n(_y(),e)})(Fe)),Fe}r(Be,"requireDefinition");var Vt={},Dt={},_e={},Lu;function V(){return Lu||(Lu=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.TYPE_VALUE=_e.VALUE=_e.TYPE=void 0,_e.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),_e.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),_e.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),_e}r(V,"requireBaseConfig");var Ru;function Po(){if(Ru)return Dt;Ru=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.decorators=void 0;const e=V();return Dt.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]]},Dt}r(Po,"requireDecorators");var Ot={},Vu;function Du(){if(Vu)return Ot;Vu=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.decorators_legacy=void 0;const e=V();return Ot.decorators_legacy={libs:[],variables:[["ClassDecorator",e.TYPE],["PropertyDecorator",e.TYPE],["MethodDecorator",e.TYPE],["ParameterDecorator",e.TYPE]]},Ot}r(Du,"requireDecorators_legacy");var wt={},Ou;function ne(){if(Ou)return wt;Ou=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom=void 0;const e=V();return wt.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]]},wt}r(ne,"requireDom");var Mt={},wu;function ve(){if(wu)return Mt;wu=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_asynciterable=void 0;const e=V();return Mt.dom_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},Mt}r(ve,"requireDom_asynciterable");var It={},Mu;function Te(){if(Mu)return It;Mu=1,Object.defineProperty(It,"__esModule",{value:!0}),It.dom_iterable=void 0;const e=V();return It.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]]},It}r(Te,"requireDom_iterable");var Ut={},Iu;function Ui(){if(Iu)return Ut;Iu=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es5=void 0;const e=V(),l=Po(),n=Du();return Ut.es5={libs:[l.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]]},Ut}r(Ui,"requireEs5");var xt={},Ft={},Uu;function mo(){if(Uu)return Ft;Uu=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2015_collection=void 0;const e=V();return Ft.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]]},Ft}r(mo,"requireEs2015_collection");var Bt={},xu;function yo(){if(xu)return Bt;xu=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_core=void 0;const e=V();return Bt.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]]},Bt}r(yo,"requireEs2015_core");var kt={},jt={},Nt={},Fu;function ie(){if(Fu)return Nt;Fu=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_symbol=void 0;const e=V();return Nt.es2015_symbol={libs:[],variables:[["SymbolConstructor",e.TYPE]]},Nt}r(ie,"requireEs2015_symbol");var Bu;function se(){if(Bu)return jt;Bu=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_iterable=void 0;const e=V(),l=ie();return jt.es2015_iterable={libs:[l.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(se,"requireEs2015_iterable");var ku;function ho(){if(ku)return kt;ku=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_generator=void 0;const e=V(),l=se();return kt.es2015_generator={libs:[l.es2015_iterable],variables:[["Generator",e.TYPE],["GeneratorFunction",e.TYPE],["GeneratorFunctionConstructor",e.TYPE]]},kt}r(ho,"requireEs2015_generator");var qt={},ju;function _o(){if(ju)return qt;ju=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_promise=void 0;const e=V();return qt.es2015_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},qt}r(_o,"requireEs2015_promise");var Gt={},Nu;function vo(){if(Nu)return Gt;Nu=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_proxy=void 0;const e=V();return Gt.es2015_proxy={libs:[],variables:[["ProxyHandler",e.TYPE],["ProxyConstructor",e.TYPE]]},Gt}r(vo,"requireEs2015_proxy");var $t={},qu;function bo(){if(qu)return $t;qu=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_reflect=void 0;const e=V();return $t.es2015_reflect={libs:[],variables:[["Reflect",e.TYPE_VALUE]]},$t}r(bo,"requireEs2015_reflect");var Wt={},Gu;function Qe(){if(Gu)return Wt;Gu=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015_symbol_wellknown=void 0;const e=V(),l=ie();return Wt.es2015_symbol_wellknown={libs:[l.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]]},Wt}r(Qe,"requireEs2015_symbol_wellknown");var $u;function vy(){if($u)return xt;$u=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es6=void 0;const e=Ui(),l=mo(),n=yo(),p=ho(),u=se(),i=_o(),t=vo(),o=bo(),s=ie(),c=Qe();return xt.es6={libs:[e.es5,n.es2015_core,l.es2015_collection,u.es2015_iterable,p.es2015_generator,i.es2015_promise,t.es2015_proxy,o.es2015_reflect,s.es2015_symbol,c.es2015_symbol_wellknown],variables:[]},xt}r(vy,"requireEs6");var Ht={},Kt={},Wu;function go(){if(Wu)return Kt;Wu=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2015=void 0;const e=Ui(),l=mo(),n=yo(),p=ho(),u=se(),i=_o(),t=vo(),o=bo(),s=ie(),c=Qe();return Kt.es2015={libs:[e.es5,n.es2015_core,l.es2015_collection,u.es2015_iterable,p.es2015_generator,i.es2015_promise,t.es2015_proxy,o.es2015_reflect,s.es2015_symbol,c.es2015_symbol_wellknown],variables:[]},Kt}r(go,"requireEs2015");var zt={},Hu;function So(){if(Hu)return zt;Hu=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016_array_include=void 0;const e=V();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(So,"requireEs2016_array_include");var Xt={},Ku;function Yo(){if(Ku)return Xt;Ku=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2016_intl=void 0;const e=V();return Xt.es2016_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Xt}r(Yo,"requireEs2016_intl");var zu;function by(){if(zu)return Ht;zu=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es7=void 0;const e=go(),l=So(),n=Yo();return Ht.es7={libs:[e.es2015,l.es2016_array_include,n.es2016_intl],variables:[]},Ht}r(by,"requireEs7");var Jt={},Xu;function Ao(){if(Xu)return Jt;Xu=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016=void 0;const e=go(),l=So(),n=Yo();return Jt.es2016={libs:[e.es2015,l.es2016_array_include,n.es2016_intl],variables:[]},Jt}r(Ao,"requireEs2016");var Qt={},Zt={},Ju;function oe(){if(Ju)return Zt;Ju=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.scripthost=void 0;const e=V();return Zt.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]]},Zt}r(oe,"requireScripthost");var er={},Qu;function ae(){return Qu||(Qu=1,Object.defineProperty(er,"__esModule",{value:!0}),er.webworker_importscripts=void 0,er.webworker_importscripts={libs:[],variables:[]}),er}r(ae,"requireWebworker_importscripts");var Zu;function gy(){if(Zu)return Qt;Zu=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.es2016_full=void 0;const e=ne(),l=Te(),n=Ao(),p=oe(),u=ae();return Qt.es2016_full={libs:[n.es2016,e.dom,u.webworker_importscripts,p.scripthost,l.dom_iterable],variables:[]},Qt}r(gy,"requireEs2016_full");var tr={},rr={},ec;function tc(){if(ec)return rr;ec=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017_arraybuffer=void 0;const e=V();return rr.es2017_arraybuffer={libs:[],variables:[["ArrayBufferConstructor",e.TYPE]]},rr}r(tc,"requireEs2017_arraybuffer");var nr={},rc;function nc(){if(rc)return nr;rc=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_date=void 0;const e=V();return nr.es2017_date={libs:[],variables:[["DateConstructor",e.TYPE]]},nr}r(nc,"requireEs2017_date");var ir={},ic;function sc(){if(ic)return ir;ic=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_intl=void 0;const e=V();return ir.es2017_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},ir}r(sc,"requireEs2017_intl");var sr={},oc;function ac(){if(oc)return sr;oc=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_object=void 0;const e=V();return sr.es2017_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},sr}r(ac,"requireEs2017_object");var or={},lc;function uc(){if(lc)return or;lc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_sharedmemory=void 0;const e=V(),l=ie(),n=Qe();return or.es2017_sharedmemory={libs:[l.es2015_symbol,n.es2015_symbol_wellknown],variables:[["SharedArrayBuffer",e.TYPE_VALUE],["SharedArrayBufferConstructor",e.TYPE],["ArrayBufferTypes",e.TYPE],["Atomics",e.TYPE_VALUE]]},or}r(uc,"requireEs2017_sharedmemory");var ar={},cc;function pc(){if(cc)return ar;cc=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_string=void 0;const e=V();return ar.es2017_string={libs:[],variables:[["String",e.TYPE]]},ar}r(pc,"requireEs2017_string");var lr={},Ec;function fc(){if(Ec)return lr;Ec=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2017_typedarrays=void 0;const e=V();return lr.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]]},lr}r(fc,"requireEs2017_typedarrays");var dc;function Co(){if(dc)return tr;dc=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017=void 0;const e=Ao(),l=tc(),n=nc(),p=sc(),u=ac(),i=uc(),t=pc(),o=fc();return tr.es2017={libs:[e.es2016,l.es2017_arraybuffer,n.es2017_date,p.es2017_intl,u.es2017_object,i.es2017_sharedmemory,t.es2017_string,o.es2017_typedarrays],variables:[]},tr}r(Co,"requireEs2017");var ur={},Tc;function Sy(){if(Tc)return ur;Tc=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_full=void 0;const e=ne(),l=Te(),n=Co(),p=oe(),u=ae();return ur.es2017_full={libs:[n.es2017,e.dom,u.webworker_importscripts,p.scripthost,l.dom_iterable],variables:[]},ur}r(Sy,"requireEs2017_full");var cr={},pr={},Er={},Pc;function xi(){if(Pc)return Er;Pc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_asynciterable=void 0;const e=V(),l=se(),n=ie();return Er.es2018_asynciterable={libs:[n.es2015_symbol,l.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},Er}r(xi,"requireEs2018_asynciterable");var mc;function yc(){if(mc)return pr;mc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_asyncgenerator=void 0;const e=V(),l=xi();return pr.es2018_asyncgenerator={libs:[l.es2018_asynciterable],variables:[["AsyncGenerator",e.TYPE],["AsyncGeneratorFunction",e.TYPE],["AsyncGeneratorFunctionConstructor",e.TYPE]]},pr}r(yc,"requireEs2018_asyncgenerator");var fr={},hc;function Lo(){if(hc)return fr;hc=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_intl=void 0;const e=V();return fr.es2018_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},fr}r(Lo,"requireEs2018_intl");var dr={},_c;function vc(){if(_c)return dr;_c=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_promise=void 0;const e=V();return dr.es2018_promise={libs:[],variables:[["Promise",e.TYPE]]},dr}r(vc,"requireEs2018_promise");var Tr={},bc;function gc(){if(bc)return Tr;bc=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_regexp=void 0;const e=V();return Tr.es2018_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE]]},Tr}r(gc,"requireEs2018_regexp");var Sc;function Ro(){if(Sc)return cr;Sc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018=void 0;const e=Co(),l=yc(),n=xi(),p=Lo(),u=vc(),i=gc();return cr.es2018={libs:[e.es2017,n.es2018_asynciterable,l.es2018_asyncgenerator,u.es2018_promise,i.es2018_regexp,p.es2018_intl],variables:[]},cr}r(Ro,"requireEs2018");var Pr={},Yc;function Yy(){if(Yc)return Pr;Yc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2018_full=void 0;const e=ne(),l=ve(),n=Te(),p=Ro(),u=oe(),i=ae();return Pr.es2018_full={libs:[p.es2018,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},Pr}r(Yy,"requireEs2018_full");var mr={},yr={},Ac;function Cc(){if(Ac)return yr;Ac=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019_array=void 0;const e=V();return yr.es2019_array={libs:[],variables:[["FlatArray",e.TYPE],["ReadonlyArray",e.TYPE],["Array",e.TYPE]]},yr}r(Cc,"requireEs2019_array");var hr={},Lc;function Rc(){if(Lc)return hr;Lc=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_intl=void 0;const e=V();return hr.es2019_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},hr}r(Rc,"requireEs2019_intl");var _r={},Vc;function Dc(){if(Vc)return _r;Vc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_object=void 0;const e=V(),l=se();return _r.es2019_object={libs:[l.es2015_iterable],variables:[["ObjectConstructor",e.TYPE]]},_r}r(Dc,"requireEs2019_object");var vr={},Oc;function wc(){if(Oc)return vr;Oc=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_string=void 0;const e=V();return vr.es2019_string={libs:[],variables:[["String",e.TYPE]]},vr}r(wc,"requireEs2019_string");var br={},Mc;function Ic(){if(Mc)return br;Mc=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_symbol=void 0;const e=V();return br.es2019_symbol={libs:[],variables:[["Symbol",e.TYPE]]},br}r(Ic,"requireEs2019_symbol");var Uc;function Vo(){if(Uc)return mr;Uc=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019=void 0;const e=Ro(),l=Cc(),n=Rc(),p=Dc(),u=wc(),i=Ic();return mr.es2019={libs:[e.es2018,l.es2019_array,p.es2019_object,u.es2019_string,i.es2019_symbol,n.es2019_intl],variables:[]},mr}r(Vo,"requireEs2019");var gr={},xc;function Ay(){if(xc)return gr;xc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_full=void 0;const e=ne(),l=ve(),n=Te(),p=Vo(),u=oe(),i=ae();return gr.es2019_full={libs:[p.es2019,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},gr}r(Ay,"requireEs2019_full");var Sr={},Yr={},Ar={},Fc;function ke(){if(Fc)return Ar;Fc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_intl=void 0;const e=V(),l=Lo();return Ar.es2020_intl={libs:[l.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},Ar}r(ke,"requireEs2020_intl");var Bc;function Fi(){if(Bc)return Yr;Bc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_bigint=void 0;const e=V(),l=ke();return Yr.es2020_bigint={libs:[l.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]]},Yr}r(Fi,"requireEs2020_bigint");var Cr={},kc;function jc(){if(kc)return Cr;kc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_date=void 0;const e=V(),l=ke();return Cr.es2020_date={libs:[l.es2020_intl],variables:[["Date",e.TYPE]]},Cr}r(jc,"requireEs2020_date");var Lr={},Nc;function qc(){if(Nc)return Lr;Nc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_number=void 0;const e=V(),l=ke();return Lr.es2020_number={libs:[l.es2020_intl],variables:[["Number",e.TYPE]]},Lr}r(qc,"requireEs2020_number");var Rr={},Gc;function $c(){if(Gc)return Rr;Gc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_promise=void 0;const e=V();return Rr.es2020_promise={libs:[],variables:[["PromiseFulfilledResult",e.TYPE],["PromiseRejectedResult",e.TYPE],["PromiseSettledResult",e.TYPE],["PromiseConstructor",e.TYPE]]},Rr}r($c,"requireEs2020_promise");var Vr={},Wc;function Hc(){if(Wc)return Vr;Wc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_sharedmemory=void 0;const e=V(),l=Fi();return Vr.es2020_sharedmemory={libs:[l.es2020_bigint],variables:[["Atomics",e.TYPE]]},Vr}r(Hc,"requireEs2020_sharedmemory");var Dr={},Or={},Kc;function Do(){if(Kc)return Or;Kc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_symbol_wellknown=void 0;const e=V(),l=se(),n=ie();return Or.es2020_symbol_wellknown={libs:[l.es2015_iterable,n.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["RegExpStringIterator",e.TYPE],["RegExp",e.TYPE]]},Or}r(Do,"requireEs2020_symbol_wellknown");var zc;function Xc(){if(zc)return Dr;zc=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_string=void 0;const e=V(),l=se(),n=ke(),p=Do();return Dr.es2020_string={libs:[l.es2015_iterable,n.es2020_intl,p.es2020_symbol_wellknown],variables:[["String",e.TYPE]]},Dr}r(Xc,"requireEs2020_string");var Jc;function Oo(){if(Jc)return Sr;Jc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020=void 0;const e=Vo(),l=Fi(),n=jc(),p=ke(),u=qc(),i=$c(),t=Hc(),o=Xc(),s=Do();return Sr.es2020={libs:[e.es2019,l.es2020_bigint,n.es2020_date,u.es2020_number,i.es2020_promise,t.es2020_sharedmemory,o.es2020_string,s.es2020_symbol_wellknown,p.es2020_intl],variables:[]},Sr}r(Oo,"requireEs2020");var wr={},Qc;function Cy(){if(Qc)return wr;Qc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_full=void 0;const e=ne(),l=ve(),n=Te(),p=Oo(),u=oe(),i=ae();return wr.es2020_full={libs:[p.es2020,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},wr}r(Cy,"requireEs2020_full");var Mr={},Ir={},Zc;function ep(){if(Zc)return Ir;Zc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_intl=void 0;const e=V();return Ir.es2021_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Ir}r(ep,"requireEs2021_intl");var Ur={},tp;function wo(){if(tp)return Ur;tp=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_promise=void 0;const e=V();return Ur.es2021_promise={libs:[],variables:[["AggregateError",e.TYPE_VALUE],["AggregateErrorConstructor",e.TYPE],["PromiseConstructor",e.TYPE]]},Ur}r(wo,"requireEs2021_promise");var xr={},rp;function np(){if(rp)return xr;rp=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_string=void 0;const e=V();return xr.es2021_string={libs:[],variables:[["String",e.TYPE]]},xr}r(np,"requireEs2021_string");var Fr={},ip;function sp(){if(ip)return Fr;ip=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_weakref=void 0;const e=V(),l=Qe();return Fr.es2021_weakref={libs:[l.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Fr}r(sp,"requireEs2021_weakref");var op;function Mo(){if(op)return Mr;op=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021=void 0;const e=Oo(),l=ep(),n=wo(),p=np(),u=sp();return Mr.es2021={libs:[e.es2020,n.es2021_promise,p.es2021_string,u.es2021_weakref,l.es2021_intl],variables:[]},Mr}r(Mo,"requireEs2021");var Br={},ap;function Ly(){if(ap)return Br;ap=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2021_full=void 0;const e=ne(),l=ve(),n=Te(),p=Mo(),u=oe(),i=ae();return Br.es2021_full={libs:[p.es2021,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},Br}r(Ly,"requireEs2021_full");var kr={},jr={},lp;function up(){if(lp)return jr;lp=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_array=void 0;const e=V();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(up,"requireEs2022_array");var Nr={},cp;function pp(){if(cp)return Nr;cp=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_error=void 0;const e=V(),l=wo();return Nr.es2022_error={libs:[l.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]]},Nr}r(pp,"requireEs2022_error");var qr={},Ep;function fp(){if(Ep)return qr;Ep=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_intl=void 0;const e=V();return qr.es2022_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},qr}r(fp,"requireEs2022_intl");var Gr={},dp;function Tp(){if(dp)return Gr;dp=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_object=void 0;const e=V();return Gr.es2022_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},Gr}r(Tp,"requireEs2022_object");var $r={},Pp;function mp(){if(Pp)return $r;Pp=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_regexp=void 0;const e=V();return $r.es2022_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExpIndicesArray",e.TYPE],["RegExp",e.TYPE]]},$r}r(mp,"requireEs2022_regexp");var Wr={},yp;function hp(){if(yp)return Wr;yp=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_string=void 0;const e=V();return Wr.es2022_string={libs:[],variables:[["String",e.TYPE]]},Wr}r(hp,"requireEs2022_string");var _p;function Io(){if(_p)return kr;_p=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022=void 0;const e=Mo(),l=up(),n=pp(),p=fp(),u=Tp(),i=mp(),t=hp();return kr.es2022={libs:[e.es2021,l.es2022_array,n.es2022_error,p.es2022_intl,u.es2022_object,i.es2022_regexp,t.es2022_string],variables:[]},kr}r(Io,"requireEs2022");var Hr={},vp;function Ry(){if(vp)return Hr;vp=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_full=void 0;const e=ne(),l=ve(),n=Te(),p=Io(),u=oe(),i=ae();return Hr.es2022_full={libs:[p.es2022,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},Hr}r(Ry,"requireEs2022_full");var Kr={},zr={},bp;function gp(){if(bp)return zr;bp=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_array=void 0;const e=V();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(gp,"requireEs2023_array");var Xr={},Sp;function Yp(){if(Sp)return Xr;Sp=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023_collection=void 0;const e=V();return Xr.es2023_collection={libs:[],variables:[["WeakKeyTypes",e.TYPE]]},Xr}r(Yp,"requireEs2023_collection");var Jr={},Ap;function Cp(){if(Ap)return Jr;Ap=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_intl=void 0;const e=V();return Jr.es2023_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Jr}r(Cp,"requireEs2023_intl");var Lp;function Uo(){if(Lp)return Kr;Lp=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023=void 0;const e=Io(),l=gp(),n=Yp(),p=Cp();return Kr.es2023={libs:[e.es2022,l.es2023_array,n.es2023_collection,p.es2023_intl],variables:[]},Kr}r(Uo,"requireEs2023");var Qr={},Rp;function Vy(){if(Rp)return Qr;Rp=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2023_full=void 0;const e=ne(),l=ve(),n=Te(),p=Uo(),u=oe(),i=ae();return Qr.es2023_full={libs:[p.es2023,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},Qr}r(Vy,"requireEs2023_full");var Zr={},en={},Vp;function Dp(){if(Vp)return en;Vp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.es2024_arraybuffer=void 0;const e=V();return en.es2024_arraybuffer={libs:[],variables:[["ArrayBuffer",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},en}r(Dp,"requireEs2024_arraybuffer");var tn={},Op;function xo(){if(Op)return tn;Op=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.es2024_collection=void 0;const e=V();return tn.es2024_collection={libs:[],variables:[["MapConstructor",e.TYPE]]},tn}r(xo,"requireEs2024_collection");var rn={},wp;function Mp(){if(wp)return rn;wp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.es2024_object=void 0;const e=V();return rn.es2024_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},rn}r(Mp,"requireEs2024_object");var nn={},Ip;function Up(){if(Ip)return nn;Ip=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.es2024_promise=void 0;const e=V();return nn.es2024_promise={libs:[],variables:[["PromiseWithResolvers",e.TYPE],["PromiseConstructor",e.TYPE]]},nn}r(Up,"requireEs2024_promise");var sn={},xp;function Fp(){if(xp)return sn;xp=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.es2024_regexp=void 0;const e=V();return sn.es2024_regexp={libs:[],variables:[["RegExp",e.TYPE]]},sn}r(Fp,"requireEs2024_regexp");var on={},Bp;function kp(){if(Bp)return on;Bp=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_sharedmemory=void 0;const e=V(),l=Fi();return on.es2024_sharedmemory={libs:[l.es2020_bigint],variables:[["Atomics",e.TYPE],["SharedArrayBuffer",e.TYPE],["SharedArrayBufferConstructor",e.TYPE]]},on}r(kp,"requireEs2024_sharedmemory");var an={},jp;function Np(){if(jp)return an;jp=1,Object.defineProperty(an,"__esModule",{value:!0}),an.es2024_string=void 0;const e=V();return an.es2024_string={libs:[],variables:[["String",e.TYPE]]},an}r(Np,"requireEs2024_string");var qp;function Fo(){if(qp)return Zr;qp=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024=void 0;const e=Uo(),l=Dp(),n=xo(),p=Mp(),u=Up(),i=Fp(),t=kp(),o=Np();return Zr.es2024={libs:[e.es2023,l.es2024_arraybuffer,n.es2024_collection,p.es2024_object,u.es2024_promise,i.es2024_regexp,t.es2024_sharedmemory,o.es2024_string],variables:[]},Zr}r(Fo,"requireEs2024");var ln={},Gp;function Dy(){if(Gp)return ln;Gp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.es2024_full=void 0;const e=ne(),l=ve(),n=Te(),p=Fo(),u=oe(),i=ae();return ln.es2024_full={libs:[p.es2024,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},ln}r(Dy,"requireEs2024_full");var un={},cn={},$p;function Wp(){if($p)return cn;$p=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.esnext_array=void 0;const e=V();return cn.esnext_array={libs:[],variables:[["ArrayConstructor",e.TYPE]]},cn}r(Wp,"requireEsnext_array");var pn={},Hp;function Kp(){if(Hp)return pn;Hp=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_collection=void 0;const e=V(),l=xo();return pn.esnext_collection={libs:[l.es2024_collection],variables:[["ReadonlySetLike",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE]]},pn}r(Kp,"requireEsnext_collection");var En={},zp;function Xp(){if(zp)return En;zp=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_decorators=void 0;const e=V(),l=Po(),n=ie();return En.esnext_decorators={libs:[n.es2015_symbol,l.decorators],variables:[["SymbolConstructor",e.TYPE],["Function",e.TYPE]]},En}r(Xp,"requireEsnext_decorators");var fn={},Jp;function Qp(){if(Jp)return fn;Jp=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_disposable=void 0;const e=V(),l=se(),n=ie(),p=xi();return fn.esnext_disposable={libs:[n.es2015_symbol,l.es2015_iterable,p.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]]},fn}r(Qp,"requireEsnext_disposable");var dn={},Zp;function eE(){if(Zp)return dn;Zp=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.esnext_error=void 0;const e=V();return dn.esnext_error={libs:[],variables:[["ErrorConstructor",e.TYPE]]},dn}r(eE,"requireEsnext_error");var Tn={},tE;function rE(){if(tE)return Tn;tE=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_float16=void 0;const e=V(),l=se(),n=ie();return Tn.esnext_float16={libs:[n.es2015_symbol,l.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},Tn}r(rE,"requireEsnext_float16");var Pn={},nE;function iE(){if(nE)return Pn;nE=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.esnext_intl=void 0;const e=V();return Pn.esnext_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Pn}r(iE,"requireEsnext_intl");var mn={},sE;function oE(){if(sE)return mn;sE=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_iterator=void 0;const e=V(),l=se();return mn.esnext_iterator={libs:[l.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},mn}r(oE,"requireEsnext_iterator");var yn={},aE;function lE(){if(aE)return yn;aE=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.esnext_promise=void 0;const e=V();return yn.esnext_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},yn}r(lE,"requireEsnext_promise");var hn={},uE;function cE(){if(uE)return hn;uE=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.esnext_sharedmemory=void 0;const e=V();return hn.esnext_sharedmemory={libs:[],variables:[["Atomics",e.TYPE]]},hn}r(cE,"requireEsnext_sharedmemory");var pE;function EE(){if(pE)return un;pE=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext=void 0;const e=Fo(),l=Wp(),n=Kp(),p=Xp(),u=Qp(),i=eE(),t=rE(),o=iE(),s=oE(),c=lE(),E=cE();return un.esnext={libs:[e.es2024,o.esnext_intl,p.esnext_decorators,u.esnext_disposable,n.esnext_collection,l.esnext_array,s.esnext_iterator,c.esnext_promise,t.esnext_float16,i.esnext_error,E.esnext_sharedmemory],variables:[]},un}r(EE,"requireEsnext");var _n={},fE;function Oy(){if(fE)return _n;fE=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_asynciterable=void 0;const e=V(),l=se(),n=ie();return _n.esnext_asynciterable={libs:[n.es2015_symbol,l.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},_n}r(Oy,"requireEsnext_asynciterable");var vn={},dE;function wy(){if(dE)return vn;dE=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.esnext_bigint=void 0;const e=V(),l=ke();return vn.esnext_bigint={libs:[l.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]]},vn}r(wy,"requireEsnext_bigint");var bn={},TE;function My(){if(TE)return bn;TE=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_full=void 0;const e=ne(),l=ve(),n=Te(),p=EE(),u=oe(),i=ae();return bn.esnext_full={libs:[p.esnext,e.dom,i.webworker_importscripts,u.scripthost,n.dom_iterable,l.dom_asynciterable],variables:[]},bn}r(My,"requireEsnext_full");var gn={},PE;function Iy(){if(PE)return gn;PE=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.esnext_object=void 0;const e=V();return gn.esnext_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},gn}r(Iy,"requireEsnext_object");var Sn={},mE;function Uy(){if(mE)return Sn;mE=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.esnext_regexp=void 0;const e=V();return Sn.esnext_regexp={libs:[],variables:[["RegExp",e.TYPE]]},Sn}r(Uy,"requireEsnext_regexp");var Yn={},yE;function xy(){if(yE)return Yn;yE=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.esnext_string=void 0;const e=V();return Yn.esnext_string={libs:[],variables:[["String",e.TYPE]]},Yn}r(xy,"requireEsnext_string");var An={},hE;function Fy(){if(hE)return An;hE=1,Object.defineProperty(An,"__esModule",{value:!0}),An.esnext_symbol=void 0;const e=V();return An.esnext_symbol={libs:[],variables:[["Symbol",e.TYPE]]},An}r(Fy,"requireEsnext_symbol");var Cn={},_E;function By(){if(_E)return Cn;_E=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.esnext_weakref=void 0;const e=V(),l=Qe();return Cn.esnext_weakref={libs:[l.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Cn}r(By,"requireEsnext_weakref");var Ln={},vE;function ky(){if(vE)return Ln;vE=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.lib=void 0;const e=ne(),l=Ui(),n=oe(),p=ae();return Ln.lib={libs:[l.es5,e.dom,p.webworker_importscripts,n.scripthost],variables:[]},Ln}r(ky,"requireLib$1");var Rn={},bE;function jy(){if(bE)return Rn;bE=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.webworker=void 0;const e=V();return Rn.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]]},Rn}r(jy,"requireWebworker");var Vn={},gE;function Ny(){if(gE)return Vn;gE=1,Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.webworker_asynciterable=void 0;const e=V();return Vn.webworker_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},Vn}r(Ny,"requireWebworker_asynciterable");var Dn={},SE;function qy(){if(SE)return Dn;SE=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.webworker_iterable=void 0;const e=V();return Dn.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]]},Dn}r(qy,"requireWebworker_iterable");var YE;function Gy(){if(YE)return Vt;YE=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.lib=void 0;const e=Po(),l=Du(),n=ne(),p=ve(),u=Te(),i=Ui(),t=vy(),o=by(),s=go(),c=mo(),E=yo(),P=ho(),m=se(),a=_o(),f=vo(),d=bo(),h=ie(),T=Qe(),g=Ao(),A=So(),y=gy(),C=Yo(),R=Co(),D=tc(),O=nc(),B=Sy(),j=sc(),F=ac(),q=uc(),U=pc(),H=fc(),J=Ro(),$=yc(),z=xi(),Q=Yy(),Z=Lo(),Ce=vc(),Pe=gc(),qe=Vo(),ki=Cc(),ji=Ay(),Ni=Rc(),ci=Dc(),N=wc(),Ge=Ic(),et=Oo(),Le=Fi(),Re=jc(),pi=Cy(),qi=ke(),Gi=qc(),$i=$c(),Ei=Hc(),Wi=Xc(),fi=Do(),Hi=Mo(),di=Ly(),Ki=ep(),Ti=wo(),zi=np(),Xi=sp(),Ji=Io(),Pi=up(),Qi=pp(),Zi=Ry(),me=fp(),G=Tp(),ye=mp(),ge=hp(),$e=Uo(),es=gp(),mi=Yp(),ts=Vy(),Se=Cp(),rs=Fo(),ns=Dp(),_=xo(),b=Dy(),v=Mp(),S=Up(),Y=Fp(),L=kp(),w=Np(),k=EE(),ee=Wp(),yi=Oy(),Ve=wy(),Df=Kp(),Of=Xp(),wf=Qp(),Mf=eE(),If=rE(),Uf=My(),xf=iE(),Ff=oE(),Bf=Iy(),kf=lE(),jf=Uy(),Nf=cE(),qf=xy(),Gf=Fy(),$f=By(),Wf=ky(),Hf=oe(),Kf=jy(),zf=Ny(),Xf=ae(),Jf=qy();return Vt.lib=new Map([["es5",i.es5],["es6",t.es6],["es2015",s.es2015],["es7",o.es7],["es2016",g.es2016],["es2017",R.es2017],["es2018",J.es2018],["es2019",qe.es2019],["es2020",et.es2020],["es2021",Hi.es2021],["es2022",Ji.es2022],["es2023",$e.es2023],["es2024",rs.es2024],["esnext",k.esnext],["dom",n.dom],["dom.iterable",u.dom_iterable],["dom.asynciterable",p.dom_asynciterable],["webworker",Kf.webworker],["webworker.importscripts",Xf.webworker_importscripts],["webworker.iterable",Jf.webworker_iterable],["webworker.asynciterable",zf.webworker_asynciterable],["scripthost",Hf.scripthost],["es2015.core",E.es2015_core],["es2015.collection",c.es2015_collection],["es2015.generator",P.es2015_generator],["es2015.iterable",m.es2015_iterable],["es2015.promise",a.es2015_promise],["es2015.proxy",f.es2015_proxy],["es2015.reflect",d.es2015_reflect],["es2015.symbol",h.es2015_symbol],["es2015.symbol.wellknown",T.es2015_symbol_wellknown],["es2016.array.include",A.es2016_array_include],["es2016.intl",C.es2016_intl],["es2017.arraybuffer",D.es2017_arraybuffer],["es2017.date",O.es2017_date],["es2017.object",F.es2017_object],["es2017.sharedmemory",q.es2017_sharedmemory],["es2017.string",U.es2017_string],["es2017.intl",j.es2017_intl],["es2017.typedarrays",H.es2017_typedarrays],["es2018.asyncgenerator",$.es2018_asyncgenerator],["es2018.asynciterable",z.es2018_asynciterable],["es2018.intl",Z.es2018_intl],["es2018.promise",Ce.es2018_promise],["es2018.regexp",Pe.es2018_regexp],["es2019.array",ki.es2019_array],["es2019.object",ci.es2019_object],["es2019.string",N.es2019_string],["es2019.symbol",Ge.es2019_symbol],["es2019.intl",Ni.es2019_intl],["es2020.bigint",Le.es2020_bigint],["es2020.date",Re.es2020_date],["es2020.promise",$i.es2020_promise],["es2020.sharedmemory",Ei.es2020_sharedmemory],["es2020.string",Wi.es2020_string],["es2020.symbol.wellknown",fi.es2020_symbol_wellknown],["es2020.intl",qi.es2020_intl],["es2020.number",Gi.es2020_number],["es2021.promise",Ti.es2021_promise],["es2021.string",zi.es2021_string],["es2021.weakref",Xi.es2021_weakref],["es2021.intl",Ki.es2021_intl],["es2022.array",Pi.es2022_array],["es2022.error",Qi.es2022_error],["es2022.intl",me.es2022_intl],["es2022.object",G.es2022_object],["es2022.string",ge.es2022_string],["es2022.regexp",ye.es2022_regexp],["es2023.array",es.es2023_array],["es2023.collection",mi.es2023_collection],["es2023.intl",Se.es2023_intl],["es2024.arraybuffer",ns.es2024_arraybuffer],["es2024.collection",_.es2024_collection],["es2024.object",v.es2024_object],["es2024.promise",S.es2024_promise],["es2024.regexp",Y.es2024_regexp],["es2024.sharedmemory",L.es2024_sharedmemory],["es2024.string",w.es2024_string],["esnext.array",ee.esnext_array],["esnext.collection",Df.esnext_collection],["esnext.symbol",Gf.esnext_symbol],["esnext.asynciterable",yi.esnext_asynciterable],["esnext.intl",xf.esnext_intl],["esnext.disposable",wf.esnext_disposable],["esnext.bigint",Ve.esnext_bigint],["esnext.string",qf.esnext_string],["esnext.promise",kf.esnext_promise],["esnext.weakref",$f.esnext_weakref],["esnext.decorators",Of.esnext_decorators],["esnext.object",Bf.esnext_object],["esnext.regexp",jf.esnext_regexp],["esnext.iterator",Ff.esnext_iterator],["esnext.float16",If.esnext_float16],["esnext.error",Mf.esnext_error],["esnext.sharedmemory",Nf.esnext_sharedmemory],["decorators",e.decorators],["decorators.legacy",l.decorators_legacy],["es2016.full",y.es2016_full],["es2017.full",B.es2017_full],["es2018.full",Q.es2018_full],["es2019.full",ji.es2019_full],["es2020.full",pi.es2020_full],["es2021.full",di.es2021_full],["es2022.full",Zi.es2022_full],["es2023.full",ts.es2023_full],["es2024.full",b.es2024_full],["esnext.full",Uf.esnext_full],["lib",Wf.lib]]),Vt}r(Gy,"requireLib");var On={},wn={},je={},Mn={},In={},be={},AE;function Bo(){if(AE)return be;AE=1,Object.defineProperty(be,"__esModule",{value:!0}),be.Reference=be.ReferenceTypeFlag=be.ReferenceFlag=void 0;const e=Ii();var l;(function(i){i[i.Read=1]="Read",i[i.Write=2]="Write",i[i.ReadWrite=3]="ReadWrite"})(l||(be.ReferenceFlag=l={}));const n=(0,e.createIdGenerator)();var p;(function(i){i[i.Value=1]="Value",i[i.Type=2]="Type"})(p||(be.ReferenceTypeFlag=p={}));let u=class{static{r(this,"Reference")}$id=n();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#r;constructor(t,o,s,c,E,P,m=p.Value){this.identifier=t,this.from=o,this.resolved=null,this.#e=s,this.isWrite()&&(this.writeExpr=c,this.init=P),this.maybeImplicitGlobal=E,this.#r=m}get isTypeReference(){return(this.#r&p.Type)!==0}get isValueReference(){return(this.#r&p.Value)!==0}isWrite(){return!!(this.#e&l.Write)}isRead(){return!!(this.#e&l.Read)}isReadOnly(){return this.#e===l.Read}isWriteOnly(){return this.#e===l.Write}isReadWrite(){return this.#e===l.ReadWrite}};return be.Reference=u,be}r(Bo,"requireReference");var ko={},Un={},xn={},CE;function LE(){if(CE)return xn;CE=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.VariableBase=void 0;const l=(0,Ii().createIdGenerator)();let n=class{static{r(this,"VariableBase")}$id=l();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(u,i){this.name=u,this.scope=i}};return xn.VariableBase=n,xn}r(LE,"requireVariableBase");var RE;function VE(){if(RE)return Un;RE=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.ESLintScopeVariable=void 0;const e=LE();let l=class extends e.VariableBase{static{r(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Un.ESLintScopeVariable=l,Un}r(VE,"requireESLintScopeVariable");var Fn={},DE;function $y(){if(DE)return Fn;DE=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.ImplicitLibVariable=void 0;const e=VE();let l=class extends e.ESLintScopeVariable{static{r(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(p,u,{eslintImplicitGlobalSetting:i,isTypeVariable:t,isValueVariable:o,writeable:s}){super(u,p),this.isTypeVariable=t??!1,this.isValueVariable=o??!1,this.writeable=s??!1,this.eslintImplicitGlobalSetting=i??"readonly"}};return Fn.ImplicitLibVariable=l,Fn}r($y,"requireImplicitLibVariable");var Bn={},OE;function Wy(){if(OE)return Bn;OE=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.Variable=void 0;const e=LE();let l=class extends e.VariableBase{static{r(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(p=>p.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(p=>p.isVariableDefinition)}};return Bn.Variable=l,Bn}r(Wy,"requireVariable$1");var wE;function jo(){return wE||(wE=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var l=VE();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:r(function(){return l.ESLintScopeVariable},"get")});var n=$y();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:r(function(){return n.ImplicitLibVariable},"get")});var p=Wy();Object.defineProperty(e,"Variable",{enumerable:!0,get:r(function(){return p.Variable},"get")})})(ko)),ko}r(jo,"requireVariable");var kn={},ME;function K(){if(ME)return kn;ME=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ScopeType=void 0;var e;return(function(l){l.block="block",l.catch="catch",l.class="class",l.classFieldInitializer="class-field-initializer",l.classStaticBlock="class-static-block",l.conditionalType="conditionalType",l.for="for",l.function="function",l.functionExpressionName="function-expression-name",l.functionType="functionType",l.global="global",l.mappedType="mappedType",l.module="module",l.switch="switch",l.tsEnum="tsEnum",l.tsModule="tsModule",l.type="type",l.with="with"})(e||(kn.ScopeType=e={})),kn}r(K,"requireScopeType");var IE;function X(){if(IE)return In;IE=1,Object.defineProperty(In,"__esModule",{value:!0}),In.ScopeBase=void 0;const e=he(),l=Tt(),n=Be(),p=Ii(),u=Bo(),i=jo(),t=K();function o(m,a,f){let d;if(m.upper?.isStrict||f||m.type===t.ScopeType.class||m.type===t.ScopeType.conditionalType||m.type===t.ScopeType.functionType||m.type===t.ScopeType.mappedType||m.type===t.ScopeType.module||m.type===t.ScopeType.tsEnum||m.type===t.ScopeType.tsModule||m.type===t.ScopeType.type)return!0;if(m.type===t.ScopeType.block||m.type===t.ScopeType.switch)return!1;if(m.type===t.ScopeType.function){const h=a;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(m.type===t.ScopeType.global)d=a;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 T=h.expression;if(T.type!==e.AST_NODE_TYPES.Literal)break;if(T.raw==='"use strict"'||T.raw==="'use strict'"||T.value==="use strict")return!0}return!1}r(o,"isStrictScope");function s(m,a){m.scopes.push(a);const f=m.nodeToScope.get(a.block);f?f.push(a):m.nodeToScope.set(a.block,[a])}r(s,"registerScope");const c=(0,p.createIdGenerator)(),E=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let P=class{static{r(this,"ScopeBase")}$id=c();block;childScopes=[];#e;#r;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=r(a=>{let f=this;do f.through.push(a),f=f.upper;while(f)},"#dynamicCloseRef");#o=r((a,f)=>{this.shouldStaticallyCloseForGlobal(a,f)?this.#m(a):this.#n(a)},"#globalCloseRef");#m=r(a=>{r(()=>{const d=a.identifier.name,h=this.set.get(d);if(!h||!this.isValidResolution(a,h))return!1;const T=a.isTypeReference&&h.isTypeVariable,g=a.isValueReference&&h.isValueVariable;return!T&&!g?!1:(h.references.push(a),a.resolved=h,!0)},"resolve")()||this.delegateToUpperScope(a)},"#staticCloseRef");variableScope;constructor(a,f,d,h,T){const g=d;this.type=f,this.#r=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=h,this.variableScope=this.isVariableScope()?this:g.variableScope,this.upper=d,this.isStrict=o(this,h,T),g?.childScopes.push(this),this.#e=a.declaredVariables,s(a,this)}isVariableScope(){return E.has(this.type)}shouldStaticallyCloseForGlobal(a,f){const d=a.identifier.name,h=this.set.get(d);if(!h)return!1;if(f.isModule())return!0;const T=h.defs;return T.length>0&&T.every(g=>!(g.type===n.DefinitionType.Variable&&g.parent.kind==="var"))}close(a){let f;return this.shouldStaticallyClose()?f=this.#m:this.type!=="global"?f=this.#n:f=this.#o,(0,l.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>f(d,a)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#r}defineVariable(a,f,d,h,T){const g=typeof a=="string"?a:a.name;let A=f.get(g);A||(A=typeof a=="string"?new i.Variable(g,this):a,f.set(g,A),d.push(A)),T&&(A.defs.push(T),this.addDeclaredVariablesOfNode(A,T.node),this.addDeclaredVariablesOfNode(A,T.parent)),h&&A.identifiers.push(h)}delegateToUpperScope(a){this.upper?.leftToResolve?.push(a),this.through.push(a)}isValidResolution(a,f){return!0}addDeclaredVariablesOfNode(a,f){if(f==null)return;let d=this.#e.get(f);d==null&&(d=[],this.#e.set(f,d)),d.includes(a)||d.push(a)}defineIdentifier(a,f){this.defineVariable(a.name,this.set,this.variables,a,f)}defineLiteralIdentifier(a,f){this.defineVariable(a.value,this.set,this.variables,null,f)}referenceDualValueType(a){const f=new u.Reference(a,this,u.ReferenceFlag.Read,null,null,!1,u.ReferenceTypeFlag.Type|u.ReferenceTypeFlag.Value);this.references.push(f),this.leftToResolve?.push(f)}referenceType(a){const f=new u.Reference(a,this,u.ReferenceFlag.Read,null,null,!1,u.ReferenceTypeFlag.Type);this.references.push(f),this.leftToResolve?.push(f)}referenceValue(a,f=u.ReferenceFlag.Read,d,h,T=!1){const g=new u.Reference(a,this,f,d,h,T,u.ReferenceTypeFlag.Value);this.references.push(g),this.leftToResolve?.push(g)}};return In.ScopeBase=P,In}r(X,"requireScopeBase");var UE;function Hy(){if(UE)return Mn;UE=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.BlockScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"BlockScope")}constructor(u,i,t){super(u,l.ScopeType.block,i,t,!1)}};return Mn.BlockScope=n,Mn}r(Hy,"requireBlockScope");var jn={},xE;function Ky(){if(xE)return jn;xE=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.CatchScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"CatchScope")}constructor(u,i,t){super(u,l.ScopeType.catch,i,t,!1)}};return jn.CatchScope=n,jn}r(Ky,"requireCatchScope");var Nn={},FE;function BE(){if(FE)return Nn;FE=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ClassFieldInitializerScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ClassFieldInitializerScope")}constructor(u,i,t){super(u,l.ScopeType.classFieldInitializer,i,t,!1)}};return Nn.ClassFieldInitializerScope=n,Nn}r(BE,"requireClassFieldInitializerScope");var qn={},kE;function zy(){if(kE)return qn;kE=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.ClassScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ClassScope")}constructor(u,i,t){super(u,l.ScopeType.class,i,t,!1)}};return qn.ClassScope=n,qn}r(zy,"requireClassScope");var Gn={},jE;function Xy(){if(jE)return Gn;jE=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.ConditionalTypeScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ConditionalTypeScope")}constructor(u,i,t){super(u,l.ScopeType.conditionalType,i,t,!1)}};return Gn.ConditionalTypeScope=n,Gn}r(Xy,"requireConditionalTypeScope");var $n={},NE;function Jy(){if(NE)return $n;NE=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.ForScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ForScope")}constructor(u,i,t){super(u,l.ScopeType.for,i,t,!1)}};return $n.ForScope=n,$n}r(Jy,"requireForScope");var Wn={},qE;function Qy(){if(qE)return Wn;qE=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.FunctionExpressionNameScope=void 0;const e=Be(),l=X(),n=K();let p=class extends l.ScopeBase{static{r(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(i,t,o){super(i,n.ScopeType.functionExpressionName,t,o,!1),o.id&&this.defineIdentifier(o.id,new e.FunctionNameDefinition(o.id,o)),this.functionExpressionScope=!0}};return Wn.FunctionExpressionNameScope=p,Wn}r(Qy,"requireFunctionExpressionNameScope");var Hn={},GE;function Zy(){if(GE)return Hn;GE=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.FunctionScope=void 0;const e=he(),l=X(),n=K();let p=class extends l.ScopeBase{static{r(this,"FunctionScope")}constructor(i,t,o,s){super(i,n.ScopeType.function,t,o,s),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 o=this.block.body?.range[0]??-1;return!(t.scope===this&&i.identifier.range[0]<o&&t.defs.every(s=>s.name.range[0]>=o))}};return Hn.FunctionScope=p,Hn}r(Zy,"requireFunctionScope");var Kn={},$E;function eh(){if($E)return Kn;$E=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.FunctionTypeScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"FunctionTypeScope")}constructor(u,i,t){super(u,l.ScopeType.functionType,i,t,!1)}};return Kn.FunctionTypeScope=n,Kn}r(eh,"requireFunctionTypeScope");var zn={},WE;function th(){if(WE)return zn;WE=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.GlobalScope=void 0;const e=he(),l=Tt(),n=hu(),p=jo(),u=X(),i=K();let t=class extends u.ScopeBase{static{r(this,"GlobalScope")}implicit;constructor(s,c){super(s,i.ScopeType.global,null,c,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(s){(0,l.assert)(this.leftToResolve);for(const c of this.leftToResolve)if(c.maybeImplicitGlobal&&!this.set.has(c.identifier.name)){const E=c.maybeImplicitGlobal,P=E.pattern;P.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(P.name,this.implicit.set,this.implicit.variables,P,new n.ImplicitGlobalVariableDefinition(E.pattern,E.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(s)}defineImplicitVariable(s,c){this.defineVariable(new p.ImplicitLibVariable(this,s,c),this.set,this.variables,null,null)}};return zn.GlobalScope=t,zn}r(th,"requireGlobalScope");var Xn={},HE;function rh(){if(HE)return Xn;HE=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.MappedTypeScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"MappedTypeScope")}constructor(u,i,t){super(u,l.ScopeType.mappedType,i,t,!1)}};return Xn.MappedTypeScope=n,Xn}r(rh,"requireMappedTypeScope");var Jn={},KE;function nh(){if(KE)return Jn;KE=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.ModuleScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ModuleScope")}constructor(u,i,t){super(u,l.ScopeType.module,i,t,!1)}};return Jn.ModuleScope=n,Jn}r(nh,"requireModuleScope");var No={},zE;function ih(){return zE||(zE=1,Object.defineProperty(No,"__esModule",{value:!0})),No}r(ih,"requireScope$2");var Qn={},XE;function sh(){if(XE)return Qn;XE=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.SwitchScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"SwitchScope")}constructor(u,i,t){super(u,l.ScopeType.switch,i,t,!1)}};return Qn.SwitchScope=n,Qn}r(sh,"requireSwitchScope");var Zn={},JE;function oh(){if(JE)return Zn;JE=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.TSEnumScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"TSEnumScope")}constructor(u,i,t){super(u,l.ScopeType.tsEnum,i,t,!1)}};return Zn.TSEnumScope=n,Zn}r(oh,"requireTSEnumScope");var ei={},QE;function ah(){if(QE)return ei;QE=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.TSModuleScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"TSModuleScope")}constructor(u,i,t){super(u,l.ScopeType.tsModule,i,t,!1)}};return ei.TSModuleScope=n,ei}r(ah,"requireTSModuleScope");var ti={},ZE;function lh(){if(ZE)return ti;ZE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.TypeScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"TypeScope")}constructor(u,i,t){super(u,l.ScopeType.type,i,t,!1)}};return ti.TypeScope=n,ti}r(lh,"requireTypeScope");var ri={},ef;function uh(){if(ef)return ri;ef=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.WithScope=void 0;const e=Tt(),l=X(),n=K();let p=class extends l.ScopeBase{static{r(this,"WithScope")}constructor(i,t,o){super(i,n.ScopeType.with,t,o,!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 ri.WithScope=p,ri}r(uh,"requireWithScope");var tf;function qo(){return tf||(tf=1,(function(e){var l=je&&je.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=je&&je.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Hy(),e),n(Ky(),e),n(BE(),e),n(zy(),e),n(Xy(),e),n(Jy(),e),n(Qy(),e),n(Zy(),e),n(eh(),e),n(th(),e),n(rh(),e),n(nh(),e),n(ih(),e),n(K(),e),n(sh(),e),n(oh(),e),n(ah(),e),n(lh(),e),n(uh(),e)})(je)),je}r(qo,"requireScope$1");var Go={},ni={},ii={},rf;function $o(){if(rf)return ii;rf=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.VisitorBase=void 0;const e=uu();function l(u){return typeof u=="object"&&u!=null}r(l,"isObject");function n(u){return l(u)&&typeof u.type=="string"}r(n,"isNode");let p=class{static{r(this,"VisitorBase")}#e;#r;constructor(i){this.#e=i.childVisitorKeys??e.visitorKeys,this.#r=i.visitChildrenEvenIfSelectorExists??!1}visitChildren(i,t=[]){if(i?.type==null)return;const o=new Set([...t,"parent"]),s=this.#e[i.type]??Object.keys(i);for(const c of s){if(o.has(c))continue;const E=i[c];if(E)if(Array.isArray(E))for(const P of E)n(P)&&this.visit(P);else n(E)&&this.visit(E)}}visit(i){if(i?.type==null)return;const t=this[i.type];t&&(t.call(this,i),!this.#r)||this.visitChildren(i)}};return ii.VisitorBase=p,ii}r($o,"requireVisitorBase");var nf;function Wo(){if(nf)return ni;nf=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.PatternVisitor=void 0;const e=he(),l=$o();let n=class extends l.VisitorBase{static{r(this,"PatternVisitor")}#e=[];#r;#n=[];#o;rightHandNodes=[];constructor(u,i,t){super(u),this.#o=i,this.#r=t}static isPattern(u){const i=u.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(u){u.elements.forEach(this.visit,this)}ArrayPattern(u){for(const i of u.elements)this.visit(i)}AssignmentExpression(u){this.#e.push(u),this.visit(u.left),this.rightHandNodes.push(u.right),this.#e.pop()}AssignmentPattern(u){this.#e.push(u),this.visit(u.left),this.rightHandNodes.push(u.right),this.#e.pop()}CallExpression(u){u.arguments.forEach(i=>{this.rightHandNodes.push(i)}),this.visit(u.callee)}Decorator(){}Identifier(u){const i=this.#n.at(-1);this.#r(u,{assignments:this.#e,rest:i?.argument===u,topLevel:u===this.#o})}MemberExpression(u){u.computed&&this.rightHandNodes.push(u.property),this.rightHandNodes.push(u.object)}Property(u){u.computed&&this.rightHandNodes.push(u.key),this.visit(u.value)}RestElement(u){this.#n.push(u),this.visit(u.argument),this.#n.pop()}SpreadElement(u){this.visit(u.argument)}TSTypeAnnotation(){}};return ni.PatternVisitor=n,ni}r(Wo,"requirePatternVisitor");var sf;function Ze(){return sf||(sf=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const l=Wo(),n=$o();class p extends n.VisitorBase{static{r(this,"Visitor")}#e;constructor(t){super(t instanceof p?t.#e:t),this.#e=t instanceof p?t.#e:t}visitPattern(t,o,s={processRightHandNodes:!1}){const c=new l.PatternVisitor(this.#e,t,o);c.visit(t),s.processRightHandNodes&&c.rightHandNodes.forEach(this.visit,this)}}e.Visitor=p;var u=$o();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:r(function(){return u.VisitorBase},"get")})})(Go)),Go}r(Ze,"requireVisitor");var of;function af(){if(of)return wn;of=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.TypeVisitor=void 0;const e=he(),l=Be(),n=qo(),p=Ze();let u=class Cf extends p.Visitor{static{r(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,o){new Cf(t).visit(o)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const o of t.params){let s=!1;this.visitPattern(o,(c,E)=>{this.#e.currentScope().defineIdentifier(c,new l.ParameterDefinition(c,t,E.rest)),c.typeAnnotation&&(this.visit(c.typeAnnotation),s=!0)}),!s&&"typeAnnotation"in o&&this.visit(o.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 o of t.parameters)o.type===e.AST_NODE_TYPES.Identifier&&this.visit(o.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const o=t.typeParameter;let s=this.#e.currentScope();if(s.type===n.ScopeType.functionType||s.type===n.ScopeType.mappedType){let c=s.upper;for(;c;){if(c.type===n.ScopeType.functionType||c.type===n.ScopeType.mappedType){c=c.upper;continue}if(c.type===n.ScopeType.conditionalType){s=c;break}break}}s.defineIdentifier(o.name,new l.TypeDefinition(o.name,o)),this.visit(o.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.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 l.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 l.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 l.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 o;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let s=t.exprName;for(;s.left.type===e.AST_NODE_TYPES.TSQualifiedName;)s=s.left;o=s.left}else o=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);o.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(o),this.visit(t.typeArguments)}};return wn.TypeVisitor=u,wn}r(af,"requireTypeVisitor");var lf;function ch(){if(lf)return On;lf=1,Object.defineProperty(On,"__esModule",{value:!0}),On.ClassVisitor=void 0;const e=he(),l=Be(),n=af(),p=Ze();let u=class Lf extends p.Visitor{static{r(this,"ClassVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,o){new Lf(t).visitClass(o)}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 l.ClassNameDefinition(t.id,t)),t.decorators.forEach(o=>this.#e.visit(o)),this.#e.scopeManager.nestClassScope(t),t.id&&this.#e.currentScope().defineIdentifier(t.id,new l.ClassNameDefinition(t.id,t)),this.#e.visit(t.superClass),this.visitType(t.typeParameters),this.visitType(t.superTypeArguments),t.implements.forEach(o=>this.visitType(o)),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(o=>this.#e.visit(o))}visitMethodFunction(t){t.id&&this.#e.scopeManager.nestFunctionExpressionNameScope(t),t.params.forEach(o=>{o.decorators.forEach(s=>this.visit(s))}),this.#e.scopeManager.nestFunctionScope(t,!0);for(const o of t.params)this.visitPattern(o,(s,c)=>{this.#e.currentScope().defineIdentifier(s,new l.ParameterDefinition(s,t,c.rest)),this.#e.referencingDefaultValue(s,c.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(o);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(o=>this.#e.visit(o))}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(o=>this.visit(o)),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 On.ClassVisitor=u,On}r(ch,"requireClassVisitor");var si={},uf;function ph(){if(uf)return si;uf=1,Object.defineProperty(si,"__esModule",{value:!0}),si.ExportVisitor=void 0;const e=he(),l=Ze();let n=class Rf extends l.Visitor{static{r(this,"ExportVisitor")}#e;#r;constructor(u,i){super(i),this.#e=u,this.#r=i}static visit(u,i){new Rf(i,u).visit(i)}ExportDefaultDeclaration(u){u.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(u.declaration)}ExportNamedDeclaration(u){u.source||u.declaration||this.visitChildren(u)}ExportSpecifier(u){u.exportKind==="type"&&u.local.type===e.AST_NODE_TYPES.Identifier?this.#r.currentScope().referenceType(u.local):this.visit(u.local)}Identifier(u){this.#e.exportKind==="type"?this.#r.currentScope().referenceType(u):this.#r.currentScope().referenceDualValueType(u)}};return si.ExportVisitor=n,si}r(ph,"requireExportVisitor");var oi={},cf;function Eh(){if(cf)return oi;cf=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.ImportVisitor=void 0;const e=Be(),l=Ze();let n=class Vf extends l.Visitor{static{r(this,"ImportVisitor")}#e;#r;constructor(u,i){super(i),this.#e=u,this.#r=i}static visit(u,i){new Vf(i,u).visit(i)}ImportDefaultSpecifier(u){const i=u.local;this.visitImport(i,u)}ImportNamespaceSpecifier(u){const i=u.local;this.visitImport(i,u)}ImportSpecifier(u){const i=u.local;this.visitImport(i,u)}visitImport(u,i){this.#r.currentScope().defineIdentifier(u,new e.ImportBindingDefinition(u,i,this.#e))}};return oi.ImportVisitor=n,oi}r(Eh,"requireImportVisitor");var pf;function fh(){if(pf)return dt;pf=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.Referencer=void 0;const e=he(),l=Tt(),n=Be(),p=Gy(),u=ch(),i=ph(),t=Eh(),o=Wo(),s=Bo(),c=af(),E=Ze();let P=class extends E.Visitor{static{r(this,"Referencer")}#e=!1;#r=!1;#n;#o;#m;scopeManager;constructor(a,f){super(a),this.scopeManager=f,this.#o=a.jsxPragma,this.#n=a.jsxFragmentName,this.#m=a.lib}populateGlobalsFromLib(a){const f=new Set;for(const d of this.#m){const h=p.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,T]of d.variables)a.defineImplicitVariable(h,T)}a.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(a){for(;this.currentScope(!0)&&a===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(a){return a||(0,l.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(a,f,d,h){f.forEach(T=>{this.currentScope().referenceValue(a,s.ReferenceFlag.Write,T.right,d,h)})}referenceInSomeUpperScope(a){let f=this.scopeManager.currentScope;for(;f;){const d=f.set.get(a);if(!d){f=f.upper;continue}return f.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#n==null||this.#r||(this.#r=this.referenceInSomeUpperScope(this.#n))}referenceJsxPragma(){this.#o==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#o))}visitClass(a){u.ClassVisitor.visit(this,a)}visitForIn(a){a.left.type===e.AST_NODE_TYPES.VariableDeclaration&&a.left.kind!=="var"&&this.scopeManager.nestForScope(a),a.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(a.left),this.visitPattern(a.left.declarations[0].id,f=>{this.currentScope().referenceValue(f,s.ReferenceFlag.Write,a.right,null,!0)})):this.visitPattern(a.left,(f,d)=>{const h=this.currentScope().isStrict?null:{node:a,pattern:f};this.referencingDefaultValue(f,d.assignments,h,!1),this.currentScope().referenceValue(f,s.ReferenceFlag.Write,a.right,h,!1)},{processRightHandNodes:!0}),this.visit(a.right),this.visit(a.body),this.close(a)}visitFunction(a){a.type===e.AST_NODE_TYPES.FunctionExpression?a.id&&this.scopeManager.nestFunctionExpressionNameScope(a):a.id&&this.currentScope().defineIdentifier(a.id,new n.FunctionNameDefinition(a.id,a)),this.scopeManager.nestFunctionScope(a,!1);for(const f of a.params)this.visitPattern(f,(d,h)=>{this.currentScope().defineIdentifier(d,new n.ParameterDefinition(d,a,h.rest)),this.referencingDefaultValue(d,h.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(f),f.decorators.forEach(d=>this.visit(d));this.visitType(a.returnType),this.visitType(a.typeParameters),a.body&&(a.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(a.body):this.visit(a.body)),this.close(a)}visitFunctionParameterTypeAnnotation(a){switch(a.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(a.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(a.parameter);break;default:this.visitType(a.typeAnnotation);break}}visitJSXElement(a){a.name.type===e.AST_NODE_TYPES.JSXIdentifier?(a.name.name[0].toUpperCase()===a.name.name[0]||a.name.name==="this")&&this.visit(a.name):this.visit(a.name)}visitProperty(a){a.computed&&this.visit(a.key),this.visit(a.value)}visitType(a){a&&c.TypeVisitor.visit(this,a)}visitTypeAssertion(a){this.visit(a.expression),this.visitType(a.typeAnnotation)}ArrowFunctionExpression(a){this.visitFunction(a)}AssignmentExpression(a){const f=this.visitExpressionTarget(a.left);o.PatternVisitor.isPattern(f)?a.operator==="="?this.visitPattern(f,(d,h)=>{const T=this.currentScope().isStrict?null:{node:a,pattern:d};this.referencingDefaultValue(d,h.assignments,T,!1),this.currentScope().referenceValue(d,s.ReferenceFlag.Write,a.right,T,!1)},{processRightHandNodes:!0}):f.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(f,s.ReferenceFlag.ReadWrite,a.right):this.visit(f),this.visit(a.right)}BlockStatement(a){this.scopeManager.nestBlockScope(a),this.visitChildren(a),this.close(a)}BreakStatement(){}CallExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}CatchClause(a){if(this.scopeManager.nestCatchScope(a),a.param){const f=a.param;this.visitPattern(f,(d,h)=>{this.currentScope().defineIdentifier(d,new n.CatchClauseDefinition(f,a)),this.referencingDefaultValue(d,h.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(a.body),this.close(a)}ClassDeclaration(a){this.visitClass(a)}ClassExpression(a){this.visitClass(a)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(a){a.declaration.type===e.AST_NODE_TYPES.Identifier?i.ExportVisitor.visit(this,a):this.visit(a.declaration)}ExportNamedDeclaration(a){a.declaration?this.visit(a.declaration):i.ExportVisitor.visit(this,a)}ForInStatement(a){this.visitForIn(a)}ForOfStatement(a){this.visitForIn(a)}ForStatement(a){a.init&&a.init.type===e.AST_NODE_TYPES.VariableDeclaration&&a.init.kind!=="var"&&this.scopeManager.nestForScope(a),this.visitChildren(a),this.close(a)}FunctionDeclaration(a){this.visitFunction(a)}FunctionExpression(a){this.visitFunction(a)}Identifier(a){this.currentScope().referenceValue(a),this.visitType(a.typeAnnotation)}ImportAttribute(){}ImportDeclaration(a){(0,l.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,a)}JSXAttribute(a){this.visit(a.value)}JSXClosingElement(a){this.visitJSXElement(a)}JSXFragment(a){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(a)}JSXIdentifier(a){this.currentScope().referenceValue(a)}JSXMemberExpression(a){(a.object.type!==e.AST_NODE_TYPES.JSXIdentifier||a.object.name!=="this")&&this.visit(a.object)}JSXOpeningElement(a){this.referenceJsxPragma(),this.visitJSXElement(a),this.visitType(a.typeArguments);for(const f of a.attributes)this.visit(f)}LabeledStatement(a){this.visit(a.body)}MemberExpression(a){this.visit(a.object),a.computed&&this.visit(a.property)}MetaProperty(){}NewExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}PrivateIdentifier(){}Program(a){const f=this.scopeManager.nestGlobalScope(a);this.populateGlobalsFromLib(f),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(a,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(a),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(a),this.close(a)}Property(a){this.visitProperty(a)}SwitchStatement(a){this.visit(a.discriminant),this.scopeManager.nestSwitchScope(a);for(const f of a.cases)this.visit(f);this.close(a)}TaggedTemplateExpression(a){this.visit(a.tag),this.visit(a.quasi),this.visitType(a.typeArguments)}TSAsExpression(a){this.visitTypeAssertion(a)}TSDeclareFunction(a){this.visitFunction(a)}TSEmptyBodyFunctionExpression(a){this.visitFunction(a)}TSEnumDeclaration(a){this.currentScope().defineIdentifier(a.id,new n.TSEnumNameDefinition(a.id,a)),this.scopeManager.nestTSEnumScope(a);for(const f of a.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(a)}TSExportAssignment(a){a.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(a.expression):this.visit(a.expression)}TSImportEqualsDeclaration(a){if(this.currentScope().defineIdentifier(a.id,new n.ImportBindingDefinition(a.id,a,a)),a.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let f=a.moduleReference.left;for(;f.type===e.AST_NODE_TYPES.TSQualifiedName;)f=f.left;this.visit(f)}else this.visit(a.moduleReference)}TSInstantiationExpression(a){this.visitChildren(a,["typeArguments"]),this.visitType(a.typeArguments)}TSInterfaceDeclaration(a){this.visitType(a)}TSModuleDeclaration(a){a.id.type===e.AST_NODE_TYPES.Identifier&&a.kind!=="global"&&this.currentScope().defineIdentifier(a.id,new n.TSModuleNameDefinition(a.id,a)),this.scopeManager.nestTSModuleScope(a),this.visit(a.body),this.close(a)}TSSatisfiesExpression(a){this.visitTypeAssertion(a)}TSTypeAliasDeclaration(a){this.visitType(a)}TSTypeAssertion(a){this.visitTypeAssertion(a)}UpdateExpression(a){const f=this.visitExpressionTarget(a.argument);o.PatternVisitor.isPattern(f)?this.visitPattern(f,d=>{this.currentScope().referenceValue(d,s.ReferenceFlag.ReadWrite,null)}):this.visitChildren(a)}VariableDeclaration(a){const f=a.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of a.declarations){const h=d.init;this.visitPattern(d.id,(T,g)=>{f.defineIdentifier(T,new n.VariableDefinition(T,d,a)),this.referencingDefaultValue(T,g.assignments,null,!0),h&&this.currentScope().referenceValue(T,s.ReferenceFlag.Write,h,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(a){this.visit(a.object),this.scopeManager.nestWithScope(a),this.visit(a.body),this.close(a)}visitExpressionTarget(a){switch(a.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(a.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:a=a.expression}return a}};return dt.Referencer=P,dt}r(fh,"requireReferencer$1");var Ef;function dh(){return Ef||(Ef=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var l=fh();Object.defineProperty(e,"Referencer",{enumerable:!0,get:r(function(){return l.Referencer},"get")})})(fo)),fo}r(dh,"requireReferencer");var ai={},li={},ff;function Th(){if(ff)return li;ff=1,Object.defineProperty(li,"__esModule",{value:!0}),li.ClassStaticBlockScope=void 0;const e=X(),l=K();let n=class extends e.ScopeBase{static{r(this,"ClassStaticBlockScope")}constructor(u,i,t){super(u,l.ScopeType.classStaticBlock,i,t,!1)}};return li.ClassStaticBlockScope=n,li}r(Th,"requireClassStaticBlockScope");var df;function Tf(){if(df)return ai;df=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.ScopeManager=void 0;const e=Tt(),l=qo(),n=BE(),p=Th();let u=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 o(s){s.variables.forEach(c=>t.add(c)),s.childScopes.forEach(o)}return r(o,"recurse"),this.scopes.forEach(o),[...t].sort((s,c)=>s.$id-c.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,o=!1){function s(E){return!(E.type===l.ScopeType.function&&E.functionExpressionScope)}r(s,"predicate");const c=this.nodeToScope.get(t);if(!c||c.length===0)return null;if(c.length===1)return c[0];if(o){for(let E=c.length-1;E>=0;--E){const P=c[E];if(s(P))return P}return null}return c.find(s)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.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 l.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new p.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,o){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionScope(this,this.currentScope,t,o))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new l.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof l.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ai.ScopeManager=u,ai}r(Tf,"requireScopeManager");var Pf;function Ph(){if(Pf)return wi;Pf=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.analyze=u;const e=uu(),l=dh(),n=Tf(),p={childVisitorKeys:e.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",sourceType:"script"};function u(i,t){const o={childVisitorKeys:t?.childVisitorKeys??p.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:t?.globalReturn??p.globalReturn,impliedStrict:t?.impliedStrict??p.impliedStrict,jsxFragmentName:t?.jsxFragmentName??p.jsxFragmentName,jsxPragma:t?.jsxPragma===void 0?p.jsxPragma:t.jsxPragma,lib:t?.lib??["esnext"],sourceType:t?.sourceType??p.sourceType};o.lib=o.lib.map(E=>E.toLowerCase());const s=new n.ScopeManager(o);return new l.Referencer(o,s).visit(i),s}return r(u,"analyze$1"),wi}r(Ph,"requireAnalyze");var mf;function mh(){return mf||(mf=1,(function(e){var l=xe&&xe.__createBinding||(Object.create?(function(s,c,E,P){P===void 0&&(P=E);var m=Object.getOwnPropertyDescriptor(c,E);(!m||("get"in m?!c.__esModule:m.writable||m.configurable))&&(m={enumerable:!0,get:r(function(){return c[E]},"get")}),Object.defineProperty(s,P,m)}):(function(s,c,E,P){P===void 0&&(P=E),s[P]=c[E]})),n=xe&&xe.__exportStar||function(s,c){for(var E in s)E!=="default"&&!Object.prototype.hasOwnProperty.call(c,E)&&l(c,s,E)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var p=Ph();Object.defineProperty(e,"analyze",{enumerable:!0,get:r(function(){return p.analyze},"get")}),n(Be(),e);var u=Wo();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:r(function(){return u.PatternVisitor},"get")});var i=Bo();Object.defineProperty(e,"Reference",{enumerable:!0,get:r(function(){return i.Reference},"get")});var t=Ze();Object.defineProperty(e,"Visitor",{enumerable:!0,get:r(function(){return t.Visitor},"get")}),n(qo(),e);var o=Tf();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:r(function(){return o.ScopeManager},"get")}),n(jo(),e)})(xe)),xe}r(mh,"requireDist$1");var yf;function yh(){if(yf)return Ee;yf=1;var e=Ee&&Ee.__createBinding||(Object.create?(function(i,t,o,s){s===void 0&&(s=o);var c=Object.getOwnPropertyDescriptor(t,o);(!c||("get"in c?!t.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:r(function(){return t[o]},"get")}),Object.defineProperty(i,s,c)}):(function(i,t,o,s){s===void 0&&(s=o),i[s]=t[o]})),l=Ee&&Ee.__setModuleDefault||(Object.create?(function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}):function(i,t){i.default=t}),n=Ee&&Ee.__importStar||(function(){var i=r(function(t){return i=Object.getOwnPropertyNames||function(o){var s=[];for(var c in o)Object.prototype.hasOwnProperty.call(o,c)&&(s[s.length]=c);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var o={};if(t!=null)for(var s=i(t),c=0;c<s.length;c++)s[c]!=="default"&&e(o,t,s[c]);return l(o,t),o}})();Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.Scope=void 0;const p=n(mh());var u;return(function(i){i.ScopeType=p.ScopeType,i.DefinitionType=p.DefinitionType})(u||(Ee.Scope=u={})),Ee}r(yh,"requireScope");var ui={},hf;function hh(){if(hf)return ui;hf=1,Object.defineProperty(ui,"__esModule",{value:!0}),ui.SourceCode=void 0;const e=us;let l=class extends e.SourceCode{static{r(this,"SourceCode")}};return ui.SourceCode=l,ui}r(hh,"requireSourceCode");var _f;function _h(){return _f||(_f=1,(function(e){var l=Ue&&Ue.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=Ue&&Ue.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Qm(),e),n(Zm(),e),n(ty(),e),n(ry(),e),n(ny(),e),n(iy(),e),n(sy(),e),n(oy(),e),n(ay(),e),n(yh(),e),n(hh(),e)})(Ue)),Ue}r(_h,"requireTsEslint");var Ne={},Bi={},vf;function vh(){if(vf)return Bi;vf=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.isArray=e;function e(l){return Array.isArray(l)}return r(e,"isArray$1"),Bi}r(vh,"requireIsArray");var Ho={},bf;function bh(){return bf||(bf=1,Object.defineProperty(Ho,"__esModule",{value:!0})),Ho}r(bh,"requireNoInfer");var gf;function gh(){return gf||(gf=1,(function(e){var l=Ne&&Ne.__createBinding||(Object.create?(function(p,u,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(u,i);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return u[i]},"get")}),Object.defineProperty(p,t,o)}):(function(p,u,i,t){t===void 0&&(t=i),p[t]=u[i]})),n=Ne&&Ne.__exportStar||function(p,u){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(u,i)&&l(u,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(vh(),e),n(bh(),e)})(Ne)),Ne}r(gh,"requireTsUtils");var Sf;function Sh(){return Sf||(Sf=1,(function(e){var l=le&&le.__createBinding||(Object.create?(function(i,t,o,s){s===void 0&&(s=o);var c=Object.getOwnPropertyDescriptor(t,o);(!c||("get"in c?!t.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:r(function(){return t[o]},"get")}),Object.defineProperty(i,s,c)}):(function(i,t,o,s){s===void 0&&(s=o),i[s]=t[o]})),n=le&&le.__setModuleDefault||(Object.create?(function(i,t){Object.defineProperty(i,"default",{enumerable:!0,value:t})}):function(i,t){i.default=t}),p=le&&le.__importStar||(function(){var i=r(function(t){return i=Object.getOwnPropertyNames||function(o){var s=[];for(var c in o)Object.prototype.hasOwnProperty.call(o,c)&&(s[s.length]=c);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var o={};if(t!=null)for(var s=i(t),c=0;c<s.length;c++)s[c]!=="default"&&l(o,t,s[c]);return n(o,t),o}})(),u=le&&le.__exportStar||function(i,t){for(var o in i)o!=="default"&&!Object.prototype.hasOwnProperty.call(t,o)&&l(t,i,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=p(Gm()),e.ESLintUtils=p(Xm()),e.JSONSchema=p(Jm()),e.TSESLint=p(_h()),u(Ol(),e),e.TSUtils=p(gh())})(le)),le}r(Sh,"requireDist");var Yh=Sh();const Ah=Yh.ESLintUtils.RuleCreator(e=>e),Ch={preferArrowFunction:"Prefer arrow function"},Lh=Ah({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Ch},defaultOptions:[],create:r(e=>{const l=new Set,n=["prototype","name","length"],p=r(c=>{if(c.generator||l.has(c))return!1;const{parent:E}=c;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor"))return!1;const P=e.sourceCode.getScope(c);if(P.set.get("arguments").references.length>0)return!1;let a=[];if(c.type==="FunctionDeclaration"&&c.id){const[f]=e.sourceCode.getDeclaredVariables(c),[d]=f.references;if(d&&c.range[0]>d.identifier.range[0])return!1;a=f.references}else if(c.type==="FunctionExpression"){const f=e.sourceCode.getDeclaredVariables(c).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(f){const d=r((T,g)=>{let A=g;for(;A&&A!==T;)A=A.upper;return A===T},"isInsideScope");if(f.references.some(({from:T})=>d(P,T)))return!1;a.push(...f.references)}if(c.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(c.parent);a.push(...d.references.slice(1))}}for(const{identifier:f}of a)if(f.parent.type==="MemberExpression"&&f.parent.property.type==="Identifier"&&n.includes(f.parent.property.name))return!1;return!0},"isConvertable"),u=r(c=>{let E=e.sourceCode.getScope(c);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),i=r((c,E)=>{const P=e.sourceCode.getFirstToken(c,{filter:r(m=>m.type==="Keyword"&&m.value==="function","filter")});return P?[E.remove(P)]:[]},"removeFunctionToken"),t=r((c,E)=>{const P=e.sourceCode.getTokenBefore(c.body);return[E.insertTextAfter(P,"=>")]},"insertArrow"),o=r((c,E)=>{const P=e.sourceCode.getFirstToken(c.parent,{filter:r(a=>a.type==="Identifier"&&a.value==="async","filter")}),m=e.sourceCode.getTokenAfter(P,{includeComments:!0});return[E.removeRange([P.range[0],m.range[0]]),E.insertTextBefore(c,"async")]},"moveAsyncToken"),s=r((c,E)=>[E.insertTextBefore(c,"("),E.insertTextAfter(c,")")],"wrapInParentheses");return{ThisExpression:r(c=>{l.add(u(c))},"ThisExpression"),Super:r(c=>{l.add(u(c))},"Super"),MetaProperty:r(c=>{c.meta.name==="new"&&c.property.name==="target"&&l.add(u(c))},"MetaProperty"),"FunctionExpression:exit":r(c=>{p(c)&&e.report({node:c,messageId:"preferArrowFunction",fix:r(E=>{const P=[...t(c,E)],{parent:m}=c;if(m.type==="Property"&&m.method||m.type==="MethodDefinition"&&m.kind==="method")P.push(E.insertTextBefore(c,m.type==="Property"?":":"=")),c.async&&P.push(...o(c,E));else if(P.push(...i(c,E)),c.id&&P.push(E.remove(c.id)),m.type==="LogicalExpression"){const f=e.sourceCode.getTokenBefore(c),d=e.sourceCode.getTokenAfter(c);f?.value==="("&&d?.value===")"||P.push(...s(c,E))}return P},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":r(c=>{p(c)&&e.report({node:c,messageId:"preferArrowFunction",fix:r(E=>{const P=[...t(c,E),...i(c,E)];if(c.id){const d=e.sourceCode.getText(c.id);P.push(E.remove(c.id),E.insertTextBefore(c,`const ${d}=`))}const{parent:m}=c;if(m.type==="ExportDefaultDeclaration"&&c.id){const d=e.sourceCode.getFirstToken(m,{filter:r(A=>A.type==="Keyword"&&A.value==="export","filter")}),h=e.sourceCode.getTokenAfter(d,{filter:r(A=>A.type==="Keyword"&&A.value==="default","filter")}),T=[d.range[0],h.range[1]],g=e.sourceCode.text.slice(...T);P.push(E.removeRange(T),E.insertTextAfter(c,`;${g} ${c.id.name}`))}const a=e.sourceCode.getTokenAfter(c,{includeComments:!0});return a&&!e.sourceCode.isSpaceBetween(c,a)&&P.push(E.insertTextAfter(c,";")),P},"fix")})},"FunctionDeclaration:exit")}},"create")}),Yf={meta:{name:"pvtnbr/custom-rules",version:cd.version},rules:{"prefer-arrow-functions":Lh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Rh=x({plugins:{pvtnbr:Yf},rules:Yf.configs.base.rules}),Af=r(e=>{const l=e?.cwd??process.cwd(),n=Zf.getTsconfig(l);return[x({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp,.tmp,.temp,__tmp__,__temp__}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.cache/**","**/.vitepress","**/CLAUDE.md","**/.claude","**/AI.md","**/AGENT.md","**/PROMPT.md","**/PROMPTING.md","**/.cursorrules","**/.cursorignore","**/.cursormem.json","**/.cursorhistory","**/copilot.json","**/copilot.config.json","**/copilot.md"]}),x({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),Vm,vd,bi,dd,yd,..._d,...Am(e),...fs,bd(n),gd,ym,...mm({...e,cwd:l}),...Ym,...gm,Sm,...Dm,Cm(n),..._m(),hm,Rh].filter(Boolean)},"pvtnbr");var Vh=Af();exports.default=Vh,exports.defineConfig=x,exports.pvtnbr=Af;
|
|
8
|
+
${s}
|
|
9
|
+
`:""}`}set message(s){this.#r=s}#C(s){if(!this.#t)return;const n=this.#e,c=nT(n,this.#t.message);if(c)return Zf.codeFrameColumns(n,{start:c},{highlightCode:s})}get codeFrame(){return this.#l??=this.#C(!0),this.#l}get rawCodeFrame(){return this.#o??=this.#C(!1),this.#o}}const nT=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)}:rT(e,Number(c),{oneBased:!0})},"getErrorLocation"),sT=r(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(s,n,c)=>`"${c}"(${iT(c)})`),"addCodePointToUnexpectedToken");function oT(e,s,n){try{return JSON.parse(e,s)}catch(c){throw new xo({jsonParseError:c,fileName:n,input:e})}}r(oT,"parseJson");var Ps,ia;function na(){return ia||(ia=1,Ps=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...s)=>console.error("SEMVER",...s):()=>{}),Ps}r(na,"requireDebug");var ms,sa;function oa(){if(sa)return ms;sa=1;const e="2.0.0",s=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,c=16,o=s-6;return ms={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},ms}r(oa,"requireConstants");var An={exports:{}},aa;function aT(){return aa||(aa=1,(function(e,s){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:c,MAX_LENGTH:o}=oa(),i=na();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,g]of l)h=h.split(`${P}*`).join(`${P}{0,${g}}`).split(`${P}+`).join(`${P}{1,${g}}`);return h},"makeSafeRegex"),d=r((h,P,g)=>{const C=f(P),T=Y++;i(h,T,P),p[h]=T,u[T]=P,E[T]=C,t[T]=new RegExp(P,g?"g":void 0),a[T]=new RegExp(C,g?"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*$")})(An,An.exports)),An.exports}r(aT,"requireRe");var ys,la;function lT(){if(la)return ys;la=1;const e=Object.freeze({loose:!0}),s=Object.freeze({});return ys=r(c=>c?typeof c!="object"?e:c:s,"parseOptions"),ys}r(lT,"requireParseOptions");var _s,ua;function uT(){if(ua)return _s;ua=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 _s={compareIdentifiers:s,rcompareIdentifiers:r((c,o)=>s(o,c),"rcompareIdentifiers")},_s}r(uT,"requireIdentifiers");var hs,ca;function cT(){if(ca)return hs;ca=1;const e=na(),{MAX_LENGTH:s,MAX_SAFE_INTEGER:n}=oa(),{safeRe:c,t:o}=aT(),i=lT(),{compareIdentifiers:t}=uT();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 hs=a,hs}r(cT,"requireSemver");var Ss,Ea;function pa(){if(Ea)return Ss;Ea=1;const e=cT();return Ss=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"),Ss}r(pa,"requireParse$1");var vs,fa;function ET(){if(fa)return vs;fa=1;const e=pa();return vs=r((n,c)=>{const o=e(n,c);return o?o.version:null},"valid"),vs}r(ET,"requireValid");var bs,Ta;function pT(){if(Ta)return bs;Ta=1;const e=pa();return bs=r((n,c)=>{const o=e(n.trim().replace(/^[=v]+/,""),c);return o?o.version:null},"clean"),bs}r(pT,"requireClean");var da=["0BSD","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","AMDPLPA","AML","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Glyph","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","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","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-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Protection","BSD-Source-Code","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Borceux","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-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-4.0","CC-PDDC","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","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","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Crossword","CrystalStacker","Cube","D-FSL-1.0","DL-DE-BY-2.0","DOC","DRL-1.0","DSDP","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","FDK-AAC","FSFAP","FSFUL","FSFULLR","FSFULLRWD","FTL","Fair","Frameworx-1.0","FreeBSD-DOC","FreeImage","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","Giftware","Glide","Glulxe","Graphics-Gems","HP-1986","HPND","HPND-Markus-Kuhn","HPND-export-US","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ImageMagick","Imlib2","Info-ZIP","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","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","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","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-copyleft","MIT","MIT-0","MIT-CMU","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MITNFA","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","MakeIndex","Martin-Birgmeier","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCGL-UK-2.0","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTP","NTP-0","Naumen","Net-SNMP","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","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","OML","OPL-1.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","PDDL-1.0","PHP-3.0","PHP-3.01","PSF-2.0","Parity-6.0.0","Parity-7.0.0","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","SAX-PD","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SMLNJ","SMPPL","SNIA","SPL-1.0","SSH-OpenSSH","SSH-short","SSPL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","SimPL-2.0","Sleepycat","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TU-Berlin-1.0","TU-Berlin-2.0","UCAR","UCL-1.0","UPL-1.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","Unlicense","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Wsuipa","X11","X11-distribute-modifications-variant","XFree86-1.1","XSkat","Xerox","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","blessing","bzip2-1.0.6","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","diffmark","dvipdfm","eGenix","etalab-2.0","gSOAP-1.3b","gnuplot","iMatix","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","mpi-permissive","mpich2","mplus","psfrag","psutils","snprintf","w3m","xinetd","xlock","xpp","zlib-acknowledgement"],fT=["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","Nunit","StandardML-NJ","bzip2-1.0.5","eCos-2.0","wxWindows"],TT=["389-exception","Autoconf-exception-2.0","Autoconf-exception-3.0","Bison-exception-2.2","Bootloader-exception","Classpath-exception-2.0","CLISP-exception-2.0","DigiRule-FOSS-exception","eCos-exception-2.0","Fawkes-Runtime-exception","FLTK-exception","Font-exception-2.0","freertos-exception-2.0","GCC-exception-2.0","GCC-exception-3.1","gnu-javamail-exception","GPL-3.0-linking-exception","GPL-3.0-linking-source-exception","GPL-CC-1.0","i2p-gpl-java-exception","Libtool-exception","Linux-syscall-note","LLVM-exception","LZMA-exception","mif-exception","Nokia-Qt-exception-1.1","OCaml-LGPL-linking-exception","OCCT-exception-1.0","OpenJDK-assembly-exception-1.0","openvpn-openssl-exception","PS-or-PDF-font-exception-20170817","Qt-GPL-exception-1.0","Qt-LGPL-exception-1.1","Qwt-exception-1.0","Swift-exception","u-boot-exception-2.0","Universal-FOSS-exception-1.0","WxWindows-exception-3.1"],gs,Pa;function dT(){if(Pa)return gs;Pa=1;var e=[].concat(da).concat(fT),s=TT;return gs=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),g=P.match(h);if(g)return c+=g[0].length,g[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","(",")",":","+"],g=0;g<P.length&&(h=i(P[g]),!h);g++);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"),gs}r(dT,"requireScan");var Ys,ma;function PT(){return ma||(ma=1,Ys=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 g=h();if(g){if(!i(d))return g;var C=P();if(!C)throw new Error("Expected expression");return{left:g,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")),Ys}r(PT,"requireParse");var As,ya;function _a(){if(ya)return As;ya=1;var e=dT(),s=PT();return As=r(function(n){return s(e(n))},"spdxExpressionParse"),As}r(_a,"requireSpdxExpressionParse");var Cs,ha;function mT(){if(ha)return Cs;ha=1;var e=_a(),s=da;function n(P){try{return e(P),!0}catch{return!1}}r(n,"valid");function c(P,g){var C=g[0].length-P[0].length;return C!==0?C:P[0].toUpperCase().localeCompare(g[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 g=/^(.*)-\d+\.\d+$/.exec(P);return g?[g[0],g[1]]:[P,null]}).reduce(function(P,g){var C=g[1];return P[C]=P[C]||[],P[C].push(g[0]),P},{}),E=Object.keys(u).map(r(function(g){return[g,u[g]]},"makeEntries")).filter(r(function(g){return g[1].length===1&&g[0]!==null&&g[0]!=="APL"},"identifySoleVersions")).map(r(function(g){return[g[0],g[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 g=0;g<a.length;g++){var C=a[g](P).trim();if(C!==P&&n(C))return C}return null},"validTransformation"),f=r(function(P){for(var g=P.toUpperCase(),C=0;C<p.length;C++){var T=p[C];if(g.indexOf(T[Y])>-1)return T[A]}return null},"validLastResort"),d=r(function(P,g){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]),R=g(L);if(R!==null)return R}}return null},"anyCorrection");Cs=r(function(P,g){g=g||{};var C=g.upgrade===void 0?!0:!!g.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 R=l(P);return R!==null||(R=d(P,function(O){return n(O)?O:l(O)}),R!==null)||(R=f(P),R!==null)||(R=d(P,f),R!==null)?T(R):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"),Cs}r(mT,"requireSpdxCorrect");var Ls,Sa;function yT(){if(Sa)return Ls;Sa=1;var e=_a(),s=mT(),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"),Ls=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"),Ls}r(yT,"requireValidateNpmPackageLicense");var at={},va;function _T(){if(va)return at;va=1,Object.defineProperty(at,"__esModule",{value:!0}),at.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;#C;#U;#y;get perf(){return this.#y}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#_;#a;#s;#i;#f;#d;#p;#c;#h;#E;#S;#v;#P;#b;#V;#T;#I;static unsafeExposeInternals(l){return{starts:l.#v,ttls:l.#P,sizes:l.#S,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.#h,isBackgroundFetch:r(f=>l.#n(f),"isBackgroundFetch"),backgroundFetch:r((f,d,h,P)=>l.#w(f,d,h,P),"backgroundFetch"),moveToTail:r(f=>l.#O(f),"moveToTail"),indexes:r(f=>l.#g(f),"indexes"),rindexes:r(f=>l.#Y(f),"rindexes"),isStale:r(f=>l.#m(f),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#_}get size(){return this.#u}get fetchMethod(){return this.#C}get memoMethod(){return this.#U}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:g,updateAgeOnHas:C,allowStale:T,dispose:v,onInsert:L,disposeAfter:R,noDisposeOnSet:O,noUpdateTTL:N,maxSize:q=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.#y=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=q,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.#U=$,M!==void 0&&typeof M!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#C=M,this.#V=!!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.#h=p.create(f),this.#u=0,this.#_=0,typeof v=="function"&&(this.#r=v),typeof L=="function"&&(this.#l=L),typeof R=="function"?(this.#o=R,this.#E=[]):(this.#o=void 0,this.#E=void 0),this.#b=!!this.#r,this.#I=!!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.#G()}if(this.allowStale=!!T,this.noDeleteOnStaleGet=!!F,this.updateAgeOnGet=!!g,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.#F()}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}#F(){const l=new E(this.#e),f=new E(this.#e);this.#P=l,this.#v=f,this.#B=(P,g,C=this.#y.now())=>{if(f[P]=g!==0?C:0,l[P]=g,g!==0&&this.ttlAutopurge){const T=setTimeout(()=>{this.#m(P)&&this.#A(this.#s[P],"expire")},g+1);T.unref&&T.unref()}},this.#R=P=>{f[P]=l[P]!==0?this.#y.now():0},this.#L=(P,g)=>{if(l[g]){const C=l[g],T=f[g];if(!C||!T)return;P.ttl=C,P.start=T,P.now=d||h();const v=P.now-T;P.remainingTTL=C-v}};let d=0;const h=r(()=>{const P=this.#y.now();if(this.ttlResolution>0){d=P;const g=setTimeout(()=>d=0,this.ttlResolution);g.unref&&g.unref()}return P},"getNow");this.getRemainingTTL=P=>{const g=this.#a.get(P);if(g===void 0)return 0;const C=l[g],T=f[g];if(!C||!T)return 1/0;const v=(d||h())-T;return C-v},this.#m=P=>{const g=f[P],C=l[P];return!!C&&!!g&&(d||h())-g>C}}#R=r(()=>{},"#updateItemAge");#L=r(()=>{},"#statusTTL");#B=r(()=>{},"#setItemTTL");#m=r(()=>!1,"#isStale");#G(){const l=new E(this.#e);this.#_=0,this.#S=l,this.#D=f=>{this.#_-=l[f],l[f]=0},this.#N=(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.#x=(f,d,h)=>{if(l[f]=d,this.#t){const P=this.#t-l[f];for(;this.#_>P;)this.#M(!0)}this.#_+=l[f],h&&(h.entrySize=d,h.totalCalculatedSize=this.#_)}}#D=r(l=>{},"#removeItemSize");#x=r((l,f,d)=>{},"#addItemSize");#N=r((l,f,d,h)=>{if(d||h)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#g({allowStale:l=this.allowStale}={}){if(this.#u)for(let f=this.#c;!(!this.#k(f)||((l||!this.#m(f))&&(yield f),f===this.#p));)f=this.#d[f]}*#Y({allowStale:l=this.allowStale}={}){if(this.#u)for(let f=this.#p;!(!this.#k(f)||((l||!this.#m(f))&&(yield f),f===this.#c));)f=this.#f[f]}#k(l){return l!==void 0&&this.#a.get(this.#s[l])===l}*entries(){for(const l of this.#g())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.#Y())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.#g()){const f=this.#s[l];f!==void 0&&!this.#n(this.#i[l])&&(yield f)}}*rkeys(){for(const l of this.#Y()){const f=this.#s[l];f!==void 0&&!this.#n(this.#i[l])&&(yield f)}}*values(){for(const l of this.#g())this.#i[l]!==void 0&&!this.#n(this.#i[l])&&(yield this.#i[l])}*rvalues(){for(const l of this.#Y())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.#g()){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.#g()){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.#Y()){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.#Y({allowStale:!0}))this.#m(f)&&(this.#A(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.#v){const g=this.#P[f],C=this.#v[f];if(g&&C){const T=g-(this.#y.now()-C);P.ttl=T,P.start=Date.now()}}return this.#S&&(P.size=this.#S[f]),P}dump(){const l=[];for(const f of this.#g({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 g={value:P};if(this.#P&&this.#v){g.ttl=this.#P[f];const C=this.#y.now()-this.#v[f];g.start=Math.floor(Date.now()-C)}this.#S&&(g.size=this.#S[f]),l.unshift([d,g])}return l}load(l){this.clear();for(const[f,d]of l){if(d.start){const h=Date.now()-d.start;d.start=this.#y.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:g=this.noDisposeOnSet,sizeCalculation:C=this.sizeCalculation,status:T}=d;let{noUpdateTTL:v=this.noUpdateTTL}=d;const L=this.#N(l,f,d.size||0,C);if(this.maxEntrySize&&L>this.maxEntrySize)return T&&(T.set="miss",T.maxEntrySizeExceeded=!0),this.#A(l,"set"),this;let R=this.#u===0?void 0:this.#a.get(l);if(R===void 0)R=this.#u===0?this.#c:this.#h.length!==0?this.#h.pop():this.#u===this.#e?this.#M(!1):this.#u,this.#s[R]=l,this.#i[R]=f,this.#a.set(l,R),this.#f[this.#c]=R,this.#d[R]=this.#c,this.#c=R,this.#u++,this.#x(R,L,T),T&&(T.set="add"),v=!1,this.#I&&this.#l?.(f,l,"add");else{this.#O(R);const O=this.#i[R];if(f!==O){if(this.#V&&this.#n(O)){O.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:N}=O;N!==void 0&&!g&&(this.#b&&this.#r?.(N,l,"set"),this.#T&&this.#E?.push([N,l,"set"]))}else g||(this.#b&&this.#r?.(O,l,"set"),this.#T&&this.#E?.push([O,l,"set"]));if(this.#D(R),this.#x(R,L,T),this.#i[R]=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.#I&&this.onInsert?.(f,l,f===O?"update":"replace")}if(h!==0&&!this.#P&&this.#F(),this.#P&&(v||this.#B(R,h,P),T&&this.#L(T,R)),!g&&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.#M(!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)}}}#M(l){const f=this.#p,d=this.#s[f],h=this.#i[f];return this.#V&&this.#n(h)?h.__abortController.abort(new Error("evicted")):(this.#b||this.#T)&&(this.#b&&this.#r?.(h,d,"evict"),this.#T&&this.#E?.push([h,d,"evict"])),this.#D(f),l&&(this.#s[f]=void 0,this.#i[f]=void 0,this.#h.push(f)),this.#u===1?(this.#p=this.#c=0,this.#h.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 g=this.#i[P];if(this.#n(g)&&g.__staleWhileFetching===void 0)return!1;if(this.#m(P))h&&(h.has="stale",this.#L(h,P));else return d&&this.#R(P),h&&(h.has="hit",this.#L(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.#m(h))return;const P=this.#i[h];return this.#n(P)?P.__staleWhileFetching:P}#w(l,f,d,h){const P=f===void 0?void 0:this.#i[f];if(this.#n(P))return P;const g=new o,{signal:C}=d;C?.addEventListener("abort",()=>g.abort(C.reason),{signal:g.signal});const T={signal:g.signal,options:d,context:h},v=r((k,K=!1)=>{const{aborted:M}=g.signal,$=d.ignoreFetchAbort&&k!==void 0;if(d.status&&(M&&!K?(d.status.fetchAborted=!0,d.status.fetchError=g.signal.reason,$&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),M&&!$&&!K)return R(g.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.#A(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),R(k)),"eb"),R=r(k=>{const{aborted:K}=g.signal,M=K&&d.allowStaleOnFetchAbort,$=M||d.allowStaleOnFetchRejection,X=$||d.noDeleteOnFetchRejection,F=N;if(this.#i[f]===N&&(!X||F.__staleWhileFetching===void 0?this.#A(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.#C?.(l,P,T);M&&M instanceof Promise&&M.then($=>k($===void 0?void 0:$),K),g.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),q=Object.assign(N,{__abortController:g,__staleWhileFetching:P,__returned:void 0});return f===void 0?(this.set(l,q,{...T.options,status:void 0}),f=this.#a.get(l)):this.#i[f]=q,q}#n(l){if(!this.#V)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:g=this.ttl,noDisposeOnSet:C=this.noDisposeOnSet,size:T=0,sizeCalculation:v=this.sizeCalculation,noUpdateTTL:L=this.noUpdateTTL,noDeleteOnFetchRejection:R=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:O=this.allowStaleOnFetchRejection,ignoreFetchAbort:N=this.ignoreFetchAbort,allowStaleOnFetchAbort:q=this.allowStaleOnFetchAbort,context:k,forceRefresh:K=!1,status:M,signal:$}=f;if(!this.#V)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:g,noDisposeOnSet:C,size:T,sizeCalculation:v,noUpdateTTL:L,noDeleteOnFetchRejection:R,allowStaleOnFetchRejection:O,allowStaleOnFetchAbort:q,ignoreFetchAbort:N,status:M,signal:$};let F=this.#a.get(l);if(F===void 0){M&&(M.fetch="miss");const W=this.#w(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.#m(F);if(!K&&!z)return M&&(M.fetch="hit"),this.#O(F),h&&this.#R(F),M&&this.#L(M,F),W;const Z=this.#w(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.#U;if(!d)throw new Error("no memoMethod provided to constructor");const{context:h,forceRefresh:P,...g}=f,C=this.get(l,g);if(!P&&C!==void 0)return C;const T=d(l,C,{options:g,context:h});return this.set(l,T,g),T}get(l,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:h=this.updateAgeOnGet,noDeleteOnStaleGet:P=this.noDeleteOnStaleGet,status:g}=f,C=this.#a.get(l);if(C!==void 0){const T=this.#i[C],v=this.#n(T);return g&&this.#L(g,C),this.#m(C)?(g&&(g.get="stale"),v?(g&&d&&T.__staleWhileFetching!==void 0&&(g.returnedStale=!0),d?T.__staleWhileFetching:void 0):(P||this.#A(l,"expire"),g&&d&&(g.returnedStale=!0),d?T:void 0)):(g&&(g.get="hit"),v?T.__staleWhileFetching:(this.#O(C),h&&this.#R(C),T))}else g&&(g.get="miss")}#j(l,f){this.#d[f]=l,this.#f[l]=f}#O(l){l!==this.#c&&(l===this.#p?this.#p=this.#f[l]:this.#j(this.#d[l],this.#f[l]),this.#j(this.#c,l),this.#c=l)}delete(l){return this.#A(l,"delete")}#A(l,f){let d=!1;if(this.#u!==0){const h=this.#a.get(l);if(h!==void 0)if(d=!0,this.#u===1)this.#q(f);else{this.#D(h);const P=this.#i[h];if(this.#n(P)?P.__abortController.abort(new Error("deleted")):(this.#b||this.#T)&&(this.#b&&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 g=this.#d[h];this.#f[g]=this.#f[h];const C=this.#f[h];this.#d[C]=this.#d[h]}this.#u--,this.#h.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.#Y({allowStale:!0})){const d=this.#i[f];if(this.#n(d))d.__abortController.abort(new Error("deleted"));else{const h=this.#s[f];this.#b&&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.#v&&(this.#P.fill(0),this.#v.fill(0)),this.#S&&this.#S.fill(0),this.#p=0,this.#c=0,this.#h.length=0,this.#_=0,this.#u=0,this.#T&&this.#E){const f=this.#E;let d;for(;d=f?.shift();)this.#o?.(...d)}}}return at.LRUCache=Y,at}r(_T,"requireCommonjs");var Vs,ba;function hT(){if(ba)return Vs;ba=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 Vs=o,Vs}r(hT,"requireHosts");var Rs,ga;function Ya(){if(ga)return Rs;ga=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 Rs=r((i,t)=>{const a=t?c(i,t):i;return n(a)||n(o(a))},"parseUrl"),Rs}r(Ya,"requireParseUrl");var Ds,Aa;function ST(){if(Aa)return Ds;Aa=1;const e=Ya(),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 g=P.indexOf("@");g>-1&&(P=P.slice(g+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(ST,"requireFromUrl");var Os,Ca;function vT(){if(Ca)return Os;Ca=1;const{LRUCache:e}=_T(),s=hT(),n=ST(),c=Ya(),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 Os=t,Os}r(vT,"requireLib$3");var Us,La;function bT(){if(La)return Us;La=1,Us=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"),Us}r(bT,"requireExtract_description");var gT={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"},YT={web:"url",name:"url"},AT={server:"start",tests:"test"},CT={topLevel:gT,bugs:YT,script:AT},Is,Va;function LT(){if(Va)return Is;Va=1;var{URL:e}=ns,s=ET(),n=pT(),c=yT(),o=vT(),{isBuiltin:i}=wo,t=["dependencies","devDependencies","optionalDependencies"],a=bT(),u=CT,E=r(T=>T.includes("@")&&T.indexOf("@")<T.lastIndexOf("."),"isEmail");Is={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(R){return!R||typeof R!="string"?(this.warn("nonStringBundleDependency",R),!1):(T.dependencies||(T.dependencies={}),Object.prototype.hasOwnProperty.call(T.dependencies,R)||(this.warn("nonDependencyBundleDependency",R),T.dependencies[R]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:r(function(T){g(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 R=T[v][L];typeof R!="string"&&(this.warn("nonStringDependency",L,JSON.stringify(R)),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,R=L?" ("+L+")":"",O=T.email||T.mail,N=O?" <"+O+">":"";return v+N+R}r(f,"unParsePerson");function d(T){if(typeof T!="string")return T;var v=T.match(/^([^(<]+)/),L=T.match(/\(([^()]+)\)/),R=T.match(/<([^<>]+)>/),O={};return v&&v[0].trim()&&(O.name=v[0].trim()),R&&(O.email=R[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(R){L[R]=v[R]}),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 R={};return T.filter(function(O){return typeof O=="string"}).forEach(function(O){O=O.trim().split(/(:?[@\s><=])/);var N=O.shift(),q=O.join("");q=q.trim(),q=q.replace(/^@/,""),R[N]=q}),R}r(P,"depObjectify");function g(T,v){t.forEach(function(L){T[L]&&(T[L]=P(T[L],L,v))})}r(g,"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"),Is}r(LT,"requireFixer");var VT="'repositories' (plural) Not supported. Please pick one as the 'repository' field",RT="No repository field.",DT="Probably broken git url: %s",OT="scripts must be an object",UT="script values must be string commands",IT="Invalid 'files' member",xT="Invalid filename in 'files' list: %s",MT="Invalid 'bundleDependencies' list. Must be array of package names",wT="Invalid bundleDependencies member: %s",FT="Non-dependency in bundleDependencies: %s",BT="%s field must be an object",NT="Invalid dependency: %s %s",kT="specifying %s as array is deprecated",jT="modules field is deprecated",qT="keywords should be an array of strings",GT="keywords should be an array of strings",WT="%s is also the name of a node core module.",$T="'description' field should be a string",HT="No description",KT="No README data",XT="No license field.",zT="Bug string field must be url, email, or {email,url}",JT="bugs.url field must be a string url. Deleted.",QT="bugs.email field must be a string email. Deleted.",ZT="Normalized value of bugs field is an empty object. Deleted.",ed="homepage field must be a string url. Deleted.",td="license should be a valid SPDX license expression",rd="%s should probably be %s.",id={repositories:VT,missingRepository:RT,brokenGitUrl:DT,nonObjectScripts:OT,nonStringScript:UT,nonArrayFiles:IT,invalidFilename:xT,nonArrayBundleDependencies:MT,nonStringBundleDependency:wT,nonDependencyBundleDependency:FT,nonObjectDependencies:BT,nonStringDependency:NT,deprecatedArrayDependencies:kT,deprecatedModules:jT,nonArrayKeywords:qT,nonStringKeyword:GT,conflictingName:WT,nonStringDescription:$T,missingDescription:HT,missingReadme:KT,missingLicense:XT,nonEmailUrlBugsString:zT,nonUrlBugsUrlField:JT,nonEmailBugsEmailField:QT,emptyNormalizedBugs:ZT,nonUrlHomepage:ed,invalidLicense:td,typo:rd},xs,Ra;function nd(){if(Ra)return xs;Ra=1;var e=Yf,s=id;xs=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"),xs}r(nd,"requireMake_warning");var Ms,Da;function sd(){if(Da)return Ms;Da=1,Ms=i;var e=LT();i.fixer=e;var s=nd(),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"),Ms}r(sd,"requireNormalize");var od=sd(),ad=$f(od);Af.promisify(Cf.execFile);function ld(e){return e instanceof URL?ns.fileURLToPath(e):e}r(ld,"toPath");const ud=r(e=>No.resolve(ld(e)??".","package.json"),"getPackagePath"),cd=r((e,s)=>{const n=typeof e=="string"?oT(e):e;return s&&ad(n),n},"_readPackage");function Ed({cwd:e,normalize:s=!0}={}){const n=vn.readFileSync(ud(e),"utf8");return cd(n,s)}r(Ed,"readPackageSync");function pd(e){const s=is.findUpSync("package.json",e);if(s)return{packageJson:Ed({...e,cwd:No.dirname(s)}),path:s}}r(pd,"readPackageUpSync");const fd="js,ts,mjs,cjs,mts,cts",Td=r(e=>{const s=is.findUpSync(".nvmrc",{cwd:e});if(s){let n=vn.readFileSync(s,"utf8");return n=n.trim(),n.startsWith("v")&&(n=n.slice(1)),n}return process.version},"getNodeVersion"),ws={"n/no-missing-import":"off"},Cn=os.configs["flat/recommended-script"],Ln=os.configs["flat/recommended-module"],dd=w({...Ln,files:["**/*.mjs"]}),Pd=w({...Ln,files:["**/*.mts"],rules:{...Ln.rules,...ws}}),md=w({...Cn,files:["**/*.cjs"]}),yd=w({...Cn,files:["**/*.cts"],rules:{...Cn.rules,...ws}}),_d=r(({cwd:e,node:s})=>{const n=pd({cwd:e}),o=n?.packageJson?.type==="module"?Ln:Cn,i=n&&"bin"in n.packageJson,t=[w({plugins:{n:os},settings:{node:{version:`>=${Td(e)}`}}}),md,yd];return s&&t.push(w({...o,files:["**/*.js"]}),w({...o,files:["**/*.ts"],rules:{...o.rules,...ws}}),dd,Pd,w({files:s===!0?[`**/*.{${fd}}`]: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:[Ts],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"),hd=w({files:st,plugins:{promise:ko},rules:{...ko.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),Sd=Le("jest")?w({files:["**/{test,tests}/*"],languageOptions:{globals:Sn.jest}}):void 0,vd=r(()=>[...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"}}),w({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"jsonc/object-curly-newline":["error",{consistent:!0}]}})],"markdown"),bd=r((e,s)=>Object.fromEntries(s.map(n=>[n,e[n]])),"pick"),gd="**/.vscode/*.json",Oa=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],Ua=["**/project.json","**/nx.json"],Ia=[gd,...Oa,...Ua,"**/renovate.json"],Fs=fs[1].rules["@stylistic/comma-dangle"][1],Vn=Vf.configs,Rn=Vn["recommended-with-jsonc"].rules,Yd=w([...Vn["flat/base"],{files:["**/*.json"],ignores:Ia,rules:Vn["recommended-with-json"].rules},{files:["**/*.jsonc",...Ia],rules:{...Rn,"jsonc/comma-dangle":["error",Fs]}},{files:["**/*.json5"],rules:{...Vn["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",Fs]}},{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",...bd(fs[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{files:["**/renovate.json"],rules:{...Rn,"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:Oa,rules:{...Rn,"jsonc/comma-dangle":["error",Fs],"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:Ua,rules:{...Rn,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),Ad=w({files:["**/*.{yml,yaml}"],plugins:{yml:as},languageOptions:{parser:Rf},rules:{...as.configs.base.rules,...as.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Cd=[w({plugins:{"no-use-extend-native":jo},rules:jo.configs.recommended.rules})],Ld=r(e=>{const s={i:!0,j:!0},n={args:!1,db:!1,dev:!1,dir:!1,dist:!1,env:!1,pkg:!1,temp:!1,prop:!1,props:!1,params:!1,ref:!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:st,plugins:{unicorn:qo},rules:{...qo.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/no-abusive-eslint-disable":"off","unicorn/no-array-reverse":"warn","unicorn/no-array-sort":"warn"}},{files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}}])},"unicorn"),Vd=r(e=>{const s=e?.config.compilerOptions?.jsx,n=s==="react-jsx"||s==="react-jsxdev";return w({files:["**/*.{jsx,tsx}"],plugins:{react:nt,"react-hooks":Go},languageOptions:{parserOptions:n?nt.configs["jsx-runtime"].parserOptions:nt.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...nt.configs.recommended.rules,...n?nt.configs["jsx-runtime"].rules:{},...Go.configs.recommended.rules,"@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"),Rd=r(()=>Le("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>Le(e)?xf(e).map(s=>[s,"readonly"]):[])):{},"detectAutoImport"),Dd=r(()=>{const e=[];Le("vitepress")&&e.push("content","client-only","outbound-link");const s="./src/components";if(Le("unplugin-vue-components")&&vn.existsSync(s)){const c=vn.readdirSync(s).filter(o=>o.endsWith(".vue")).map(o=>o.replace(".vue",""));e.push(...c)}return Le("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),Od=w({files:["**/*.vue"],processor:ls.processors[".vue"],languageOptions:{globals:{...Sn.browser,...Rd()},parser:Df,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Ud=w([...ls.configs["flat/recommended"],{files:["**/*.vue"],plugins:{vue:ls},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",...Dd()]}],"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={},Bs={},ze={},xa;function Id(){if(xa)return ze;xa=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(Id,"requireEslintVisitorKeys$1");var Ma;function lt(){return Ma||(Ma=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0});var s=Id();function n(m,_){const y=_.range[0];let S=m,b=!1;do{b=!1;for(const V of S.childScopes){const U=V.block.range;if(U[0]<=y&&y<U[1]){S=V,b=!0;break}}}while(b);return S}r(n,"getInnermostScope");function c(m,_){let y="",S=m;for(typeof _=="string"?y=_:(y=_.name,S=n(S,_));S!=null;){const b=S.set.get(y);if(b!=null)return b;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),g=o(a),C=o(u),T=o(E),v=o(p),L=o(Y),R=o(A),O=o(l),N=o(f),q=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,b=null;if(m.type==="ArrowFunctionExpression"){const V=_.getTokenBefore(m.body,t);S=V.loc.start,b=V.loc.end}else y.type==="Property"||y.type==="MethodDefinition"||y.type==="PropertyDefinition"?(S=y.loc.start,b=K(m,_).loc.start):(S=m.loc.start,b=K(m,_).loc.start);return{start:{...S},end:{...b}}}r(M,"getFunctionHeadLocation");const $=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof zo<"u"?zo:{},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 b=m[S];if(b==null)y.length=S+1;else if(b.type==="SpreadElement"){const V=j(b.argument,_);if(V==null)return null;y.push(...V.value)}else{const V=j(b,_);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(b=>b.init).length,S=_.filter(b=>b.isReadOnly()).length;return y===1&&S+y===_.length}r(tt,"isEffectivelyConst");function rt(m,_){for(const S of m.references){let b=S.identifier;for(;b&&b.parent&&b.parent.type==="MemberExpression";)b=b.parent;if(!(!b||!b.parent)){if(b.parent.type==="AssignmentExpression"&&b.parent.left===b||b.parent.type==="UpdateExpression"&&b.parent.argument===b)return!0;if(b.parent.type==="CallExpression"&&b.parent.callee===b&&b.type==="MemberExpression"){const V=We(b,_);if(y(V))return!0}}}return!1;function y(S){if(S==null||S.value==null)return!1;const b=S.value;return b==="copyWithin"||b==="fill"||b==="pop"||b==="push"||b==="reverse"||b==="shift"||b==="sort"||b==="splice"||b==="unshift"}}r(rt,"hasMutationInProperty");const pn=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 b=j(y.object,_);if(b!=null){if(b.value==null&&(b.optional||m.optional))return{value:void 0,optional:!0};const V=We(y,_);if(V!=null){const U=b.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 b=j(y,_);if(b!=null){if(b.value==null&&m.optional)return{value:void 0,optional:!0};const V=b.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 b=j(S.node.init,_);return b&&typeof b.value=="object"&&b.value!==null&&rt(y,_)?null:b}}}}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[b,V]of z)if(y.value instanceof b&&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 b=y.value;if(F.has(b))return{value:new b(...S)}}return null},ObjectExpression(m,_){const y={};for(const S of m.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const b=We(S,_),V=j(S.value,_);if(b==null||V==null)return null;y[b.value]=V.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const b=j(S.argument,_);if(b==null)return null;Object.assign(y,b.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 b=y.value,V=m.quasi.quasis.map(U=>U.value.cooked);if(V.raw=m.quasi.quasis.map(U=>U.value.raw),b===String.raw)return{value:b(V,...S)}}return null},TemplateLiteral(m,_){const y=Q(m.expressions,_);if(y!=null){let S=m.quasis[0].value.cooked;for(let b=0;b<y.length;++b)S+=y[b],S+=m.quasis[b+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(pn,m.type)?pn[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 Re(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(Re,"getStringIfConstant");function De(m,_){switch(m.type){case"MemberExpression":return m.computed?Re(m.property,_):m.property.type==="PrivateIdentifier"?null:m.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return m.computed?Re(m.key,_):m.key.type==="Literal"?String(m.key.value):m.key.type==="PrivateIdentifier"?null:m.key.name}return null}r(De,"getPropertyName");function fn(m,_){const y=m.parent,S=[],b=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"),b||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(b||V||U)if(y.key.type==="PrivateIdentifier")S.push(`#${y.key.name}`);else{const B=De(y);if(B)S.push(`'${B}'`);else if(_){const re=_.getText(y.key);re.includes(`
|
|
11
|
+
`)||S.push(`[${re}]`)}}else jn(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(fn,"getFunctionNameWithKind");function jn(m){return!!m.id}r(jn,"hasId");const qn=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Gn=Object.freeze(new Set(["-","+","!","~"]));function Tn(m){return m!==null&&typeof m=="object"&&typeof m.type=="string"}r(Tn,"isNode");const Wn=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 b of y[S]||s.getKeys(m)){const V=m[b];if(Array.isArray(V)){for(const U of V)if(Tn(U)&&this.$visit(U,_,y))return!0}else if(Tn(V)&&this.$visit(V,_,y))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(m,_,y){return _.considerImplicitTypeConversion&&qn.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 dn(m,_,y={}){const{considerGetters:S=!1,considerImplicitTypeConversion:b=!1}=y;return Wn.$visit(m,{considerGetters:S,considerImplicitTypeConversion:b},_.visitorKeys||s.KEYS)}r(dn,"hasSideEffect");function $n(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($n,"getParentSyntaxParen");function Pn(m,_,y){let S,b,V,U,B;if(typeof m=="number"){if(S=m|0,b=_,V=y,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,b=m,V=_;if(b==null||b.parent==null||b.parent.type==="CatchClause"&&b.parent.param===b)return!1;U=B=b;do U=V.getTokenBefore(U),B=V.getTokenAfter(B);while(U!=null&&B!=null&&p(U)&&Y(B)&&U!==$n(b,V)&&--S>0);return S===0}r(Pn,"isParenthesized");const Hn=/\$(?:[$&`']|[1-9][0-9]?)/gu,mn=new WeakMap;function Kn(m,_){let y=!1;for(let S=_-1;S>=0&&m.charCodeAt(S)===92;--S)y=!y;return y}r(Kn,"isEscaped");function Xn(m,_,y){const S=[];let b=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(b,U.index)),S.push(y.replace(Hn,B=>V(B,U))),b=U.index+U[0].length;return S.push(_.slice(b)),S.join("")}r(Xn,"replaceS");function zn(m,_,y){const S=[];let b=0;for(const V of m.execAll(_))S.push(_.slice(b,V.index)),S.push(String(y(...V,V.index,V.input))),b=V.index+V[0].length;return S.push(_.slice(b)),S.join("")}r(zn,"replaceF");class yn{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.");mn.set(this,{pattern:new RegExp(_.source,_.flags),escaped:!!S})}*execAll(_){const{pattern:y,escaped:S}=mn.get(this);let b=null,V=0;for(y.lastIndex=0;(b=y.exec(_))!=null;)(S||!Kn(_,b.index))&&(V=y.lastIndex,yield b,y.lastIndex=V)}test(_){return!this.execAll(_).next().done}[Symbol.replace](_,y){return typeof y=="function"?zn(this,String(_),y):Xn(this,String(_),String(y))}}const Jn=/^(?:Import|Export(?:All|Default|Named))Declaration$/u;function Qn(m){return Jn.test(m.type)&&m.source!=null}r(Qn,"isHasSource");const _e=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),he=Symbol("call"),Ae=Symbol("construct"),$e=Symbol("esm"),Zn={require:{[he]:!0}};function _n(m){return m==null||m.defs.length!==0||m.references.some(_=>_.isWrite())}r(_n,"isModifiedGlobal");function es(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(es,"isPassThrough");class Ce{static{r(this,"ReferenceTracker")}constructor(_,y={}){const{mode:S="strict",globalObjectNames:b=["global","globalThis","self","window"]}=y;this.variableStack=[],this.globalScope=_,this.mode=S,this.globalObjectNames=b.slice(0)}*iterateGlobalReferences(_){for(const y of Object.keys(_)){const S=_[y],b=[y],V=this.globalScope.set.get(y);_n(V)||(yield*this._iterateVariableReferences(V,b,S,!0))}for(const y of this.globalObjectNames){const S=[],b=this.globalScope.set.get(y);_n(b)||(yield*this._iterateVariableReferences(b,S,_,!1))}}*iterateCjsReferences(_){for(const{node:y}of this.iterateGlobalReferences(Zn)){const S=Re(y.arguments[0]);if(S==null||!_e(_,S))continue;const b=_[S],V=[S];b[G]&&(yield{node:y,path:V,type:G,info:b[G]}),yield*this._iteratePropertyReferences(y,V,b)}}*iterateEsmReferences(_){const y=this.globalScope.block;for(const S of y.body){if(!Qn(S))continue;const b=S.source.value;if(!_e(_,b))continue;const V=_[b],U=[b];if(V[G]&&(yield{node:S,path:U,type:G,info:V[G]}),S.type==="ExportAllDeclaration")for(const B of Object.keys(V)){const re=V[B];re[G]&&(yield{node:S,path:U.concat(B),type:G,info:re[G]})}else for(const B of S.specifiers){const re=_e(V,$e),hn=this._iterateImportReferences(B,U,re?V:this.mode==="legacy"?{default:V,...V}:{default:V});if(re)yield*hn;else for(const Oe of hn)Oe.path=Oe.path.filter(ts),(Oe.path.length>=2||Oe.type!==G)&&(yield Oe)}}}*iteratePropertyReferences(_,y){yield*this._iteratePropertyReferences(_,[],y)}*_iterateVariableReferences(_,y,S,b){if(!this.variableStack.includes(_)){this.variableStack.push(_);try{for(const V of _.references){if(!V.isRead())continue;const U=V.identifier;b&&S[G]&&(yield{node:U,path:y,type:G,info:S[G]}),yield*this._iteratePropertyReferences(U,y,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(_,y,S){let b=_;for(;es(b);)b=b.parent;const V=b.parent;if(V.type==="MemberExpression"){if(V.object===b){const U=De(V);if(U==null||!_e(S,U))return;y=y.concat(U);const B=S[U];B[G]&&(yield{node:V,path:y,type:G,info:B[G]}),yield*this._iteratePropertyReferences(V,y,B)}return}if(V.type==="CallExpression"){V.callee===b&&S[he]&&(yield{node:V,path:y,type:he,info:S[he]});return}if(V.type==="NewExpression"){V.callee===b&&S[Ae]&&(yield{node:V,path:y,type:Ae,info:S[Ae]});return}if(V.type==="AssignmentExpression"){V.right===b&&(yield*this._iterateLhsReferences(V.left,y,S),yield*this._iteratePropertyReferences(V,y,S));return}if(V.type==="AssignmentPattern"){V.right===b&&(yield*this._iterateLhsReferences(V.left,y,S));return}V.type==="VariableDeclarator"&&V.init===b&&(yield*this._iterateLhsReferences(V.id,y,S))}*_iterateLhsReferences(_,y,S){if(_.type==="Identifier"){const b=c(this.globalScope,_);b!=null&&(yield*this._iterateVariableReferences(b,y,S,!1));return}if(_.type==="ObjectPattern"){for(const b of _.properties){const V=De(b);if(V==null||!_e(S,V))continue;const U=y.concat(V),B=S[V];B[G]&&(yield{node:b,path:U,type:G,info:B[G]}),yield*this._iterateLhsReferences(b.value,U,B)}return}_.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(_.left,y,S))}*_iterateImportReferences(_,y,S){const b=_.type;if(b==="ImportSpecifier"||b==="ImportDefaultSpecifier"){const V=b==="ImportDefaultSpecifier"?"default":_.imported.type==="Identifier"?_.imported.name:_.imported.value;if(!_e(S,V))return;y=y.concat(V);const U=S[V];U[G]&&(yield{node:_,path:y,type:G,info:U[G]}),yield*this._iterateVariableReferences(c(this.globalScope,_.local),y,U,!1);return}if(b==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(c(this.globalScope,_.local),y,S,!1);return}if(b==="ExportSpecifier"){const V=_.local.type==="Identifier"?_.local.name:_.local.value;if(!_e(S,V))return;y=y.concat(V);const U=S[V];U[G]&&(yield{node:_,path:y,type:G,info:U[G]})}}}Ce.READ=G,Ce.CALL=he,Ce.CONSTRUCT=Ae,Ce.ESM=$e;function ts(m,_){return!(_===1&&m==="default")}r(ts,"exceptDefault");var rs={CALL:he,CONSTRUCT:Ae,ESM:$e,findVariable:c,getFunctionHeadLocation:M,getFunctionNameWithKind:fn,getInnermostScope:n,getPropertyName:De,getStaticValue:it,getStringIfConstant:Re,hasSideEffect:dn,isArrowToken:t,isClosingBraceToken:d,isClosingBracketToken:l,isClosingParenToken:Y,isColonToken:E,isCommaToken:a,isCommentToken:h,isNotArrowToken:P,isNotClosingBraceToken:q,isNotClosingBracketToken:O,isNotClosingParenToken:L,isNotColonToken:T,isNotCommaToken:g,isNotCommentToken:k,isNotOpeningBraceToken:N,isNotOpeningBracketToken:R,isNotOpeningParenToken:v,isNotSemicolonToken:C,isOpeningBraceToken:f,isOpeningBracketToken:A,isOpeningParenToken:p,isParenthesized:Pn,isSemicolonToken:u,PatternMatcher:yn,READ:G,ReferenceTracker:Ce};e.CALL=he,e.CONSTRUCT=Ae,e.ESM=$e,e.PatternMatcher=yn,e.READ=G,e.ReferenceTracker=Ce,e.default=rs,e.findVariable=c,e.getFunctionHeadLocation=M,e.getFunctionNameWithKind=fn,e.getInnermostScope=n,e.getPropertyName=De,e.getStaticValue=it,e.getStringIfConstant=Re,e.hasSideEffect=dn,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=q,e.isNotClosingBracketToken=O,e.isNotClosingParenToken=L,e.isNotColonToken=T,e.isNotCommaToken=g,e.isNotCommentToken=k,e.isNotOpeningBraceToken=N,e.isNotOpeningBracketToken=R,e.isNotOpeningParenToken=v,e.isNotSemicolonToken=C,e.isOpeningBraceToken=f,e.isOpeningBracketToken=A,e.isOpeningParenToken=p,e.isParenthesized=Pn,e.isSemicolonToken=u})(Bs)),Bs}r(lt,"requireEslintUtils$2");var wa;function xd(){if(wa)return H;wa=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(lt());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(xd,"requireAstUtilities");var pe={},Fa;function Md(){if(Fa)return pe;Fa=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(lt());return pe.PatternMatcher=c.PatternMatcher,pe}r(Md,"requirePatternMatcher");var I={},Ba;function wd(){if(Ba)return I;Ba=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(lt());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(wd,"requirePredicates$1");var fe={},Na;function Fd(){if(Na)return fe;Na=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(lt());return c.ReferenceTracker.READ,c.ReferenceTracker.CALL,c.ReferenceTracker.CONSTRUCT,c.ReferenceTracker.ESM,fe.ReferenceTracker=c.ReferenceTracker,fe}r(Fd,"requireReferenceTracker");var ie={},ka;function Bd(){if(ka)return ie;ka=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(lt());return ie.findVariable=c.findVariable,ie.getInnermostScope=c.getInnermostScope,ie}r(Bd,"requireScopeAnalysis");var ja;function Nd(){return ja||(ja=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(xd(),e),n(Md(),e),n(wd(),e),n(Fd(),e),n(Bd(),e)})(Ie)),Ie}r(Nd,"requireEslintUtils$1");var Ns={},qa;function Ga(){return qa||(qa=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})(Ns)),Ns}r(Ga,"requireHelpers");var Je={},Wa;function kd(){if(Wa)return Je;Wa=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(kd,"requireMisc");var x={},ks={},xe={},Me={},$a;function Ha(){if($a)return Me;$a=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(Ha,"requireAstSpec");var js={},Ka;function jd(){return Ka||(Ka=1,Object.defineProperty(js,"__esModule",{value:!0})),js}r(jd,"requireLib$2");var qs={},Xa;function qd(){return Xa||(Xa=1,Object.defineProperty(qs,"__esModule",{value:!0})),qs}r(qd,"requireParserOptions$1");var Te={},za;function Gd(){if(za)return Te;za=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(Ha()),Te}r(Gd,"requireTsEstree$1");var Ja;function Se(){return Ja||(Ja=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=Ha();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(jd(),e),n(qd(),e),n(Gd(),e)})(xe)),xe}r(Se,"requireDist$3");var Qa;function Za(){return Qa||(Qa=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")})})(ks)),ks}r(Za,"requireTsEstree");var el;function Wd(){if(el)return x;el=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=Ga();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(Wd,"requirePredicates");var tl;function $d(){return tl||(tl=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(Nd(),e),n(Ga(),e),n(kd(),e),n(Wd(),e)})(Ue)),Ue}r($d,"requireAstUtils");var we={},Dn={},ut={},rl;function il(){if(rl)return ut;rl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.isObjectNotArray=e,ut.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"),ut}r(il,"requireDeepMerge");var nl;function sl(){if(nl)return Dn;nl=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.applyDefault=s;const e=il();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(sl,"requireApplyDefault");var On={},Un={},ol;function Hd(){if(ol)return Un;ol=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.parserSeemsToBeTSESLint=e;function e(s){return!!s&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(s)}return r(e,"parserSeemsToBeTSESLint$1"),Un}r(Hd,"requireParserSeemsToBeTSESLint");var al;function Kd(){if(al)return On;al=1,Object.defineProperty(On,"__esModule",{value:!0}),On.getParserServices=c;const e=Hd(),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"),On}r(Kd,"requireGetParserServices");var Gs={},ll;function Xd(){return ll||(ll=1,Object.defineProperty(Gs,"__esModule",{value:!0})),Gs}r(Xd,"requireInferTypesFromRule");var Qe={},ul;function zd(){if(ul)return Qe;ul=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 In={},cl;function Jd(){if(cl)return In;cl=1,Object.defineProperty(In,"__esModule",{value:!0}),In.RuleCreator=s;const e=sl();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"),In}r(Jd,"requireRuleCreator");var El;function Qd(){return El||(El=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(sl(),e),n(il(),e),n(Kd(),e),n(Xd(),e),n(zd(),e),n(Jd(),e)})(we)),we}r(Qd,"requireEslintUtils");var Ws={},pl;function Zd(){return pl||(pl=1,Object.defineProperty(Ws,"__esModule",{value:!0})),Ws}r(Zd,"requireJsonSchema");var Fe={},$s={},fl;function eP(){return fl||(fl=1,Object.defineProperty($s,"__esModule",{value:!0})),$s}r(eP,"requireAST");var Hs={},Tl;function tP(){return Tl||(Tl=1,Object.defineProperty(Hs,"__esModule",{value:!0})),Hs}r(tP,"requireConfig");var Ks={},ct={},dl;function Pl(){if(dl)return ct;dl=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.FlatESLint=void 0;const e=Wo;let s=class extends e.FlatESLint{static{r(this,"FlatESLint")}};return ct.FlatESLint=s,ct}r(Pl,"requireFlatESLint");var Et={},ml;function rP(){if(ml)return Et;ml=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.LegacyESLint=void 0;const e=Wo;let s=class extends e.LegacyESLint{static{r(this,"LegacyESLint")}};return Et.LegacyESLint=s,Et}r(rP,"requireLegacyESLint");var yl;function iP(){return yl||(yl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var s=Pl();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:r(function(){return s.FlatESLint},"get")});var n=Pl();Object.defineProperty(e,"ESLint",{enumerable:!0,get:r(function(){return n.FlatESLint},"get")});var c=rP();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:r(function(){return c.LegacyESLint},"get")})})(Ks)),Ks}r(iP,"requireESLint");var pt={},_l;function nP(){if(_l)return pt;_l=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.Linter=void 0;const e=us;let s=class extends e.Linter{static{r(this,"Linter")}};return pt.Linter=s,pt}r(nP,"requireLinter");var Xs={},hl;function sP(){return hl||(hl=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}r(sP,"requireParser");var zs={},Sl;function oP(){return Sl||(Sl=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}r(oP,"requireParserOptions");var Js={},vl;function aP(){return vl||(vl=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}r(aP,"requireProcessor");var Qs={},bl;function lP(){return bl||(bl=1,Object.defineProperty(Qs,"__esModule",{value:!0})),Qs}r(lP,"requireRule");var ft={},gl;function uP(){if(gl)return ft;gl=1,Object.defineProperty(ft,"__esModule",{value:!0}),ft.RuleTester=void 0;const e=us;let s=class extends e.RuleTester{static{r(this,"RuleTester")}};return ft.RuleTester=s,ft}r(uP,"requireRuleTester");var de={},Be={},xn={},Zs={},Tt={},dt={},Yl;function Al(){if(Yl)return dt;Yl=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"),dt.KEYS=e,dt.getKeys=o,dt.unionWith=i,dt}r(Al,"requireEslintVisitorKeys");var Cl;function cP(){if(Cl)return Tt;Cl=1,Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.getKeys=void 0;const e=Al();return Tt.getKeys=e.getKeys,Tt}r(cP,"requireGetKeys");var Pe={},Ll;function EP(){if(Ll)return Pe;Ll=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(Al()),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:["argument","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(EP,"requireVisitorKeys");var Vl;function Rl(){return Vl||(Vl=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var s=cP();Object.defineProperty(e,"getKeys",{enumerable:!0,get:r(function(){return s.getKeys},"get")});var n=EP();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:r(function(){return n.visitorKeys},"get")})})(Zs)),Zs}r(Rl,"requireDist$2");var eo={},Pt={},Mn={},Dl;function mt(){if(Dl)return Mn;Dl=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.assert=e;function e(s,n){if(s==null)throw new Error(n)}return r(e,"assert$1"),Mn}r(mt,"requireAssert");var Ne={},yt={},_t={},ht={},Ol;function wn(){if(Ol)return ht;Ol=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.createIdGenerator=n,ht.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"),ht}r(wn,"requireID");var Ul;function me(){if(Ul)return _t;Ul=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.DefinitionBase=void 0;const s=(0,wn().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 _t.DefinitionBase=n,_t}r(me,"requireDefinitionBase");var St={},Il;function se(){if(Il)return St;Il=1,Object.defineProperty(St,"__esModule",{value:!0}),St.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||(St.DefinitionType=e={})),St}r(se,"requireDefinitionType");var xl;function pP(){if(xl)return yt;xl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.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 yt.CatchClauseDefinition=n,yt}r(pP,"requireCatchClauseDefinition");var vt={},Ml;function fP(){if(Ml)return vt;Ml=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.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 vt.ClassNameDefinition=n,vt}r(fP,"requireClassNameDefinition");var to={},wl;function TP(){return wl||(wl=1,Object.defineProperty(to,"__esModule",{value:!0})),to}r(TP,"requireDefinition$1");var bt={},Fl;function dP(){if(Fl)return bt;Fl=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.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 bt.FunctionNameDefinition=n,bt}r(dP,"requireFunctionNameDefinition");var gt={},Bl;function Nl(){if(Bl)return gt;Bl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.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 gt.ImplicitGlobalVariableDefinition=n,gt}r(Nl,"requireImplicitGlobalVariableDefinition");var Yt={},kl;function PP(){if(kl)return Yt;kl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.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 Yt.ImportBindingDefinition=n,Yt}r(PP,"requireImportBindingDefinition");var At={},jl;function mP(){if(jl)return At;jl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.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 At.ParameterDefinition=n,At}r(mP,"requireParameterDefinition");var Ct={},ql;function yP(){if(ql)return Ct;ql=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.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 Ct.TSEnumMemberDefinition=n,Ct}r(yP,"requireTSEnumMemberDefinition");var Lt={},Gl;function _P(){if(Gl)return Lt;Gl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.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 Lt.TSEnumNameDefinition=n,Lt}r(_P,"requireTSEnumNameDefinition");var Vt={},Wl;function hP(){if(Wl)return Vt;Wl=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.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 Vt.TSModuleNameDefinition=n,Vt}r(hP,"requireTSModuleNameDefinition");var Rt={},$l;function SP(){if($l)return Rt;$l=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.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 Rt.TypeDefinition=n,Rt}r(SP,"requireTypeDefinition");var Dt={},Hl;function vP(){if(Hl)return Dt;Hl=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(vP,"requireVariableDefinition");var Kl;function ke(){return Kl||(Kl=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(pP(),e),n(fP(),e),n(TP(),e),n(se(),e),n(dP(),e),n(Nl(),e),n(PP(),e),n(mP(),e),n(yP(),e),n(_P(),e),n(hP(),e),n(SP(),e),n(vP(),e)})(Ne)),Ne}r(ke,"requireDefinition");var Ot={},Ut={},ve={},Xl;function D(){return Xl||(Xl=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(D,"requireBaseConfig");var zl;function ro(){if(zl)return Ut;zl=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.decorators=void 0;const e=D();return Ut.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]]},Ut}r(ro,"requireDecorators");var It={},Jl;function Ql(){if(Jl)return It;Jl=1,Object.defineProperty(It,"__esModule",{value:!0}),It.decorators_legacy=void 0;const e=D();return It.decorators_legacy={libs:[],variables:[["ClassDecorator",e.TYPE],["PropertyDecorator",e.TYPE],["MethodDecorator",e.TYPE],["ParameterDecorator",e.TYPE]]},It}r(Ql,"requireDecorators_legacy");var xt={},Zl;function oe(){if(Zl)return xt;Zl=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.dom=void 0;const e=D();return xt.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]]},xt}r(oe,"requireDom");var Mt={},eu;function be(){if(eu)return Mt;eu=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_asynciterable=void 0;const e=D();return Mt.dom_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},Mt}r(be,"requireDom_asynciterable");var wt={},tu;function ye(){if(tu)return wt;tu=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom_iterable=void 0;const e=D();return wt.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]]},wt}r(ye,"requireDom_iterable");var Ft={},ru;function Fn(){if(ru)return Ft;ru=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es5=void 0;const e=D(),s=ro(),n=Ql();return Ft.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]]},Ft}r(Fn,"requireEs5");var Bt={},Nt={},iu;function io(){if(iu)return Nt;iu=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}r(io,"requireEs2015_collection");var kt={},nu;function no(){if(nu)return kt;nu=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_core=void 0;const e=D();return kt.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]]},kt}r(no,"requireEs2015_core");var jt={},qt={},Gt={},su;function ae(){if(su)return Gt;su=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_symbol=void 0;const e=D();return Gt.es2015_symbol={libs:[],variables:[["SymbolConstructor",e.TYPE]]},Gt}r(ae,"requireEs2015_symbol");var ou;function le(){if(ou)return qt;ou=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_iterable=void 0;const e=D(),s=ae();return qt.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]]},qt}r(le,"requireEs2015_iterable");var au;function so(){if(au)return jt;au=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_generator=void 0;const e=D(),s=le();return jt.es2015_generator={libs:[s.es2015_iterable],variables:[["Generator",e.TYPE],["GeneratorFunction",e.TYPE],["GeneratorFunctionConstructor",e.TYPE]]},jt}r(so,"requireEs2015_generator");var Wt={},lu;function oo(){if(lu)return Wt;lu=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015_promise=void 0;const e=D();return Wt.es2015_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},Wt}r(oo,"requireEs2015_promise");var $t={},uu;function ao(){if(uu)return $t;uu=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es2015_proxy=void 0;const e=D();return $t.es2015_proxy={libs:[],variables:[["ProxyHandler",e.TYPE],["ProxyConstructor",e.TYPE]]},$t}r(ao,"requireEs2015_proxy");var Ht={},cu;function lo(){if(cu)return Ht;cu=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2015_reflect=void 0;const e=D();return Ht.es2015_reflect={libs:[],variables:[["Reflect",e.TYPE_VALUE]]},Ht}r(lo,"requireEs2015_reflect");var Kt={},Eu;function Ze(){if(Eu)return Kt;Eu=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2015_symbol_wellknown=void 0;const e=D(),s=ae();return Kt.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]]},Kt}r(Ze,"requireEs2015_symbol_wellknown");var pu;function bP(){if(pu)return Bt;pu=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es6=void 0;const e=Fn(),s=io(),n=no(),c=so(),o=le(),i=oo(),t=ao(),a=lo(),u=ae(),E=Ze();return Bt.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:[]},Bt}r(bP,"requireEs6");var Xt={},zt={},fu;function uo(){if(fu)return zt;fu=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2015=void 0;const e=Fn(),s=io(),n=no(),c=so(),o=le(),i=oo(),t=ao(),a=lo(),u=ae(),E=Ze();return zt.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:[]},zt}r(uo,"requireEs2015");var Jt={},Tu;function co(){if(Tu)return Jt;Tu=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016_array_include=void 0;const e=D();return Jt.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]]},Jt}r(co,"requireEs2016_array_include");var Qt={},du;function Eo(){if(du)return Qt;du=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.es2016_intl=void 0;const e=D();return Qt.es2016_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Qt}r(Eo,"requireEs2016_intl");var Pu;function gP(){if(Pu)return Xt;Pu=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es7=void 0;const e=uo(),s=co(),n=Eo();return Xt.es7={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},Xt}r(gP,"requireEs7");var Zt={},mu;function po(){if(mu)return Zt;mu=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.es2016=void 0;const e=uo(),s=co(),n=Eo();return Zt.es2016={libs:[e.es2015,s.es2016_array_include,n.es2016_intl],variables:[]},Zt}r(po,"requireEs2016");var er={},tr={},yu;function ue(){if(yu)return tr;yu=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.scripthost=void 0;const e=D();return tr.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]]},tr}r(ue,"requireScripthost");var rr={},_u;function ce(){return _u||(_u=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.webworker_importscripts=void 0,rr.webworker_importscripts={libs:[],variables:[]}),rr}r(ce,"requireWebworker_importscripts");var hu;function YP(){if(hu)return er;hu=1,Object.defineProperty(er,"__esModule",{value:!0}),er.es2016_full=void 0;const e=oe(),s=ye(),n=po(),c=ue(),o=ce();return er.es2016_full={libs:[n.es2016,e.dom,o.webworker_importscripts,c.scripthost,s.dom_iterable],variables:[]},er}r(YP,"requireEs2016_full");var ir={},nr={},Su;function vu(){if(Su)return nr;Su=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_arraybuffer=void 0;const e=D();return nr.es2017_arraybuffer={libs:[],variables:[["ArrayBufferConstructor",e.TYPE]]},nr}r(vu,"requireEs2017_arraybuffer");var sr={},bu;function gu(){if(bu)return sr;bu=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_date=void 0;const e=D();return sr.es2017_date={libs:[],variables:[["DateConstructor",e.TYPE]]},sr}r(gu,"requireEs2017_date");var or={},Yu;function Au(){if(Yu)return or;Yu=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_intl=void 0;const e=D();return or.es2017_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},or}r(Au,"requireEs2017_intl");var ar={},Cu;function Lu(){if(Cu)return ar;Cu=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_object=void 0;const e=D();return ar.es2017_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},ar}r(Lu,"requireEs2017_object");var lr={},Vu;function Ru(){if(Vu)return lr;Vu=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2017_sharedmemory=void 0;const e=D(),s=ae(),n=Ze();return lr.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]]},lr}r(Ru,"requireEs2017_sharedmemory");var ur={},Du;function Ou(){if(Du)return ur;Du=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_string=void 0;const e=D();return ur.es2017_string={libs:[],variables:[["String",e.TYPE]]},ur}r(Ou,"requireEs2017_string");var cr={},Uu;function Iu(){if(Uu)return cr;Uu=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2017_typedarrays=void 0;const e=D();return cr.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]]},cr}r(Iu,"requireEs2017_typedarrays");var xu;function fo(){if(xu)return ir;xu=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017=void 0;const e=po(),s=vu(),n=gu(),c=Au(),o=Lu(),i=Ru(),t=Ou(),a=Iu();return ir.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:[]},ir}r(fo,"requireEs2017");var Er={},Mu;function AP(){if(Mu)return Er;Mu=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2017_full=void 0;const e=oe(),s=ye(),n=fo(),c=ue(),o=ce();return Er.es2017_full={libs:[n.es2017,e.dom,o.webworker_importscripts,c.scripthost,s.dom_iterable],variables:[]},Er}r(AP,"requireEs2017_full");var pr={},fr={},Tr={},wu;function Bn(){if(wu)return Tr;wu=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_asynciterable=void 0;const e=D(),s=le(),n=ae();return Tr.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]]},Tr}r(Bn,"requireEs2018_asynciterable");var Fu;function Bu(){if(Fu)return fr;Fu=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_asyncgenerator=void 0;const e=D(),s=Bn();return fr.es2018_asyncgenerator={libs:[s.es2018_asynciterable],variables:[["AsyncGenerator",e.TYPE],["AsyncGeneratorFunction",e.TYPE],["AsyncGeneratorFunctionConstructor",e.TYPE]]},fr}r(Bu,"requireEs2018_asyncgenerator");var dr={},Nu;function To(){if(Nu)return dr;Nu=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_intl=void 0;const e=D();return dr.es2018_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},dr}r(To,"requireEs2018_intl");var Pr={},ku;function ju(){if(ku)return Pr;ku=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2018_promise=void 0;const e=D();return Pr.es2018_promise={libs:[],variables:[["Promise",e.TYPE]]},Pr}r(ju,"requireEs2018_promise");var mr={},qu;function Gu(){if(qu)return mr;qu=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2018_regexp=void 0;const e=D();return mr.es2018_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExp",e.TYPE]]},mr}r(Gu,"requireEs2018_regexp");var Wu;function Po(){if(Wu)return pr;Wu=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018=void 0;const e=fo(),s=Bu(),n=Bn(),c=To(),o=ju(),i=Gu();return pr.es2018={libs:[e.es2017,n.es2018_asynciterable,s.es2018_asyncgenerator,o.es2018_promise,i.es2018_regexp,c.es2018_intl],variables:[]},pr}r(Po,"requireEs2018");var yr={},$u;function CP(){if($u)return yr;$u=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2018_full=void 0;const e=oe(),s=be(),n=ye(),c=Po(),o=ue(),i=ce();return yr.es2018_full={libs:[c.es2018,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},yr}r(CP,"requireEs2018_full");var _r={},hr={},Hu;function Ku(){if(Hu)return hr;Hu=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_array=void 0;const e=D();return hr.es2019_array={libs:[],variables:[["FlatArray",e.TYPE],["ReadonlyArray",e.TYPE],["Array",e.TYPE]]},hr}r(Ku,"requireEs2019_array");var Sr={},Xu;function zu(){if(Xu)return Sr;Xu=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2019_intl=void 0;const e=D();return Sr.es2019_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Sr}r(zu,"requireEs2019_intl");var vr={},Ju;function Qu(){if(Ju)return vr;Ju=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_object=void 0;const e=D(),s=le();return vr.es2019_object={libs:[s.es2015_iterable],variables:[["ObjectConstructor",e.TYPE]]},vr}r(Qu,"requireEs2019_object");var br={},Zu;function ec(){if(Zu)return br;Zu=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_string=void 0;const e=D();return br.es2019_string={libs:[],variables:[["String",e.TYPE]]},br}r(ec,"requireEs2019_string");var gr={},tc;function rc(){if(tc)return gr;tc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_symbol=void 0;const e=D();return gr.es2019_symbol={libs:[],variables:[["Symbol",e.TYPE]]},gr}r(rc,"requireEs2019_symbol");var ic;function mo(){if(ic)return _r;ic=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019=void 0;const e=Po(),s=Ku(),n=zu(),c=Qu(),o=ec(),i=rc();return _r.es2019={libs:[e.es2018,s.es2019_array,c.es2019_object,o.es2019_string,i.es2019_symbol,n.es2019_intl],variables:[]},_r}r(mo,"requireEs2019");var Yr={},nc;function LP(){if(nc)return Yr;nc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2019_full=void 0;const e=oe(),s=be(),n=ye(),c=mo(),o=ue(),i=ce();return Yr.es2019_full={libs:[c.es2019,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Yr}r(LP,"requireEs2019_full");var Ar={},Cr={},Lr={},sc;function je(){if(sc)return Lr;sc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_intl=void 0;const e=D(),s=To();return Lr.es2020_intl={libs:[s.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},Lr}r(je,"requireEs2020_intl");var oc;function Nn(){if(oc)return Cr;oc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_bigint=void 0;const e=D(),s=je();return Cr.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]]},Cr}r(Nn,"requireEs2020_bigint");var Vr={},ac;function lc(){if(ac)return Vr;ac=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_date=void 0;const e=D(),s=je();return Vr.es2020_date={libs:[s.es2020_intl],variables:[["Date",e.TYPE]]},Vr}r(lc,"requireEs2020_date");var Rr={},uc;function cc(){if(uc)return Rr;uc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_number=void 0;const e=D(),s=je();return Rr.es2020_number={libs:[s.es2020_intl],variables:[["Number",e.TYPE]]},Rr}r(cc,"requireEs2020_number");var Dr={},Ec;function pc(){if(Ec)return Dr;Ec=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_promise=void 0;const e=D();return Dr.es2020_promise={libs:[],variables:[["PromiseFulfilledResult",e.TYPE],["PromiseRejectedResult",e.TYPE],["PromiseSettledResult",e.TYPE],["PromiseConstructor",e.TYPE]]},Dr}r(pc,"requireEs2020_promise");var Or={},fc;function Tc(){if(fc)return Or;fc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_sharedmemory=void 0;const e=D(),s=Nn();return Or.es2020_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE]]},Or}r(Tc,"requireEs2020_sharedmemory");var Ur={},Ir={},dc;function yo(){if(dc)return Ir;dc=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2020_symbol_wellknown=void 0;const e=D(),s=le(),n=ae();return Ir.es2020_symbol_wellknown={libs:[s.es2015_iterable,n.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["RegExpStringIterator",e.TYPE],["RegExp",e.TYPE]]},Ir}r(yo,"requireEs2020_symbol_wellknown");var Pc;function mc(){if(Pc)return Ur;Pc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2020_string=void 0;const e=D(),s=le(),n=je(),c=yo();return Ur.es2020_string={libs:[s.es2015_iterable,n.es2020_intl,c.es2020_symbol_wellknown],variables:[["String",e.TYPE]]},Ur}r(mc,"requireEs2020_string");var yc;function _o(){if(yc)return Ar;yc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020=void 0;const e=mo(),s=Nn(),n=lc(),c=je(),o=cc(),i=pc(),t=Tc(),a=mc(),u=yo();return Ar.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:[]},Ar}r(_o,"requireEs2020");var xr={},_c;function VP(){if(_c)return xr;_c=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2020_full=void 0;const e=oe(),s=be(),n=ye(),c=_o(),o=ue(),i=ce();return xr.es2020_full={libs:[c.es2020,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},xr}r(VP,"requireEs2020_full");var Mr={},wr={},hc;function Sc(){if(hc)return wr;hc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2021_intl=void 0;const e=D();return wr.es2021_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},wr}r(Sc,"requireEs2021_intl");var Fr={},vc;function ho(){if(vc)return Fr;vc=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_promise=void 0;const e=D();return Fr.es2021_promise={libs:[],variables:[["AggregateError",e.TYPE_VALUE],["AggregateErrorConstructor",e.TYPE],["PromiseConstructor",e.TYPE]]},Fr}r(ho,"requireEs2021_promise");var Br={},bc;function gc(){if(bc)return Br;bc=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2021_string=void 0;const e=D();return Br.es2021_string={libs:[],variables:[["String",e.TYPE]]},Br}r(gc,"requireEs2021_string");var Nr={},Yc;function Ac(){if(Yc)return Nr;Yc=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2021_weakref=void 0;const e=D(),s=Ze();return Nr.es2021_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Nr}r(Ac,"requireEs2021_weakref");var Cc;function So(){if(Cc)return Mr;Cc=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021=void 0;const e=_o(),s=Sc(),n=ho(),c=gc(),o=Ac();return Mr.es2021={libs:[e.es2020,n.es2021_promise,c.es2021_string,o.es2021_weakref,s.es2021_intl],variables:[]},Mr}r(So,"requireEs2021");var kr={},Lc;function RP(){if(Lc)return kr;Lc=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2021_full=void 0;const e=oe(),s=be(),n=ye(),c=So(),o=ue(),i=ce();return kr.es2021_full={libs:[c.es2021,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},kr}r(RP,"requireEs2021_full");var jr={},qr={},Vc;function Rc(){if(Vc)return qr;Vc=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_array=void 0;const e=D();return qr.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]]},qr}r(Rc,"requireEs2022_array");var Gr={},Dc;function Oc(){if(Dc)return Gr;Dc=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_error=void 0;const e=D(),s=ho();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(Oc,"requireEs2022_error");var Wr={},Uc;function Ic(){if(Uc)return Wr;Uc=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_intl=void 0;const e=D();return Wr.es2022_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Wr}r(Ic,"requireEs2022_intl");var $r={},xc;function Mc(){if(xc)return $r;xc=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_object=void 0;const e=D();return $r.es2022_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},$r}r(Mc,"requireEs2022_object");var Hr={},wc;function Fc(){if(wc)return Hr;wc=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_regexp=void 0;const e=D();return Hr.es2022_regexp={libs:[],variables:[["RegExpMatchArray",e.TYPE],["RegExpExecArray",e.TYPE],["RegExpIndicesArray",e.TYPE],["RegExp",e.TYPE]]},Hr}r(Fc,"requireEs2022_regexp");var Kr={},Bc;function Nc(){if(Bc)return Kr;Bc=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2022_string=void 0;const e=D();return Kr.es2022_string={libs:[],variables:[["String",e.TYPE]]},Kr}r(Nc,"requireEs2022_string");var kc;function vo(){if(kc)return jr;kc=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022=void 0;const e=So(),s=Rc(),n=Oc(),c=Ic(),o=Mc(),i=Fc(),t=Nc();return jr.es2022={libs:[e.es2021,s.es2022_array,n.es2022_error,c.es2022_intl,o.es2022_object,i.es2022_regexp,t.es2022_string],variables:[]},jr}r(vo,"requireEs2022");var Xr={},jc;function DP(){if(jc)return Xr;jc=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2022_full=void 0;const e=oe(),s=be(),n=ye(),c=vo(),o=ue(),i=ce();return Xr.es2022_full={libs:[c.es2022,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},Xr}r(DP,"requireEs2022_full");var zr={},Jr={},qc;function Gc(){if(qc)return Jr;qc=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_array=void 0;const e=D();return Jr.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]]},Jr}r(Gc,"requireEs2023_array");var Qr={},Wc;function $c(){if(Wc)return Qr;Wc=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2023_collection=void 0;const e=D();return Qr.es2023_collection={libs:[],variables:[["WeakKeyTypes",e.TYPE]]},Qr}r($c,"requireEs2023_collection");var Zr={},Hc;function Kc(){if(Hc)return Zr;Hc=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2023_intl=void 0;const e=D();return Zr.es2023_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},Zr}r(Kc,"requireEs2023_intl");var Xc;function bo(){if(Xc)return zr;Xc=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023=void 0;const e=vo(),s=Gc(),n=$c(),c=Kc();return zr.es2023={libs:[e.es2022,s.es2023_array,n.es2023_collection,c.es2023_intl],variables:[]},zr}r(bo,"requireEs2023");var ei={},zc;function OP(){if(zc)return ei;zc=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.es2023_full=void 0;const e=oe(),s=be(),n=ye(),c=bo(),o=ue(),i=ce();return ei.es2023_full={libs:[c.es2023,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},ei}r(OP,"requireEs2023_full");var ti={},ri={},Jc;function Qc(){if(Jc)return ri;Jc=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.es2024_arraybuffer=void 0;const e=D();return ri.es2024_arraybuffer={libs:[],variables:[["ArrayBuffer",e.TYPE],["ArrayBufferConstructor",e.TYPE]]},ri}r(Qc,"requireEs2024_arraybuffer");var ii={},Zc;function go(){if(Zc)return ii;Zc=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.es2024_collection=void 0;const e=D();return ii.es2024_collection={libs:[],variables:[["MapConstructor",e.TYPE]]},ii}r(go,"requireEs2024_collection");var ni={},eE;function tE(){if(eE)return ni;eE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.es2024_object=void 0;const e=D();return ni.es2024_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},ni}r(tE,"requireEs2024_object");var si={},rE;function iE(){if(rE)return si;rE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.es2024_promise=void 0;const e=D();return si.es2024_promise={libs:[],variables:[["PromiseWithResolvers",e.TYPE],["PromiseConstructor",e.TYPE]]},si}r(iE,"requireEs2024_promise");var oi={},nE;function sE(){if(nE)return oi;nE=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2024_regexp=void 0;const e=D();return oi.es2024_regexp={libs:[],variables:[["RegExp",e.TYPE]]},oi}r(sE,"requireEs2024_regexp");var ai={},oE;function aE(){if(oE)return ai;oE=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.es2024_sharedmemory=void 0;const e=D(),s=Nn();return ai.es2024_sharedmemory={libs:[s.es2020_bigint],variables:[["Atomics",e.TYPE],["SharedArrayBuffer",e.TYPE],["SharedArrayBufferConstructor",e.TYPE]]},ai}r(aE,"requireEs2024_sharedmemory");var li={},lE;function uE(){if(lE)return li;lE=1,Object.defineProperty(li,"__esModule",{value:!0}),li.es2024_string=void 0;const e=D();return li.es2024_string={libs:[],variables:[["String",e.TYPE]]},li}r(uE,"requireEs2024_string");var cE;function Yo(){if(cE)return ti;cE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.es2024=void 0;const e=bo(),s=Qc(),n=go(),c=tE(),o=iE(),i=sE(),t=aE(),a=uE();return ti.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:[]},ti}r(Yo,"requireEs2024");var ui={},EE;function UP(){if(EE)return ui;EE=1,Object.defineProperty(ui,"__esModule",{value:!0}),ui.es2024_full=void 0;const e=oe(),s=be(),n=ye(),c=Yo(),o=ue(),i=ce();return ui.es2024_full={libs:[c.es2024,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},ui}r(UP,"requireEs2024_full");var ci={},Ei={},pE;function fE(){if(pE)return Ei;pE=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.esnext_array=void 0;const e=D();return Ei.esnext_array={libs:[],variables:[["ArrayConstructor",e.TYPE]]},Ei}r(fE,"requireEsnext_array");var pi={},TE;function dE(){if(TE)return pi;TE=1,Object.defineProperty(pi,"__esModule",{value:!0}),pi.esnext_collection=void 0;const e=D(),s=go();return pi.esnext_collection={libs:[s.es2024_collection],variables:[["ReadonlySetLike",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE]]},pi}r(dE,"requireEsnext_collection");var fi={},PE;function mE(){if(PE)return fi;PE=1,Object.defineProperty(fi,"__esModule",{value:!0}),fi.esnext_decorators=void 0;const e=D(),s=ro(),n=ae();return fi.esnext_decorators={libs:[n.es2015_symbol,s.decorators],variables:[["SymbolConstructor",e.TYPE],["Function",e.TYPE]]},fi}r(mE,"requireEsnext_decorators");var Ti={},yE;function _E(){if(yE)return Ti;yE=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.esnext_disposable=void 0;const e=D(),s=le(),n=ae(),c=Bn();return Ti.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]]},Ti}r(_E,"requireEsnext_disposable");var di={},hE;function SE(){if(hE)return di;hE=1,Object.defineProperty(di,"__esModule",{value:!0}),di.esnext_error=void 0;const e=D();return di.esnext_error={libs:[],variables:[["ErrorConstructor",e.TYPE]]},di}r(SE,"requireEsnext_error");var Pi={},vE;function bE(){if(vE)return Pi;vE=1,Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.esnext_float16=void 0;const e=D(),s=le(),n=ae();return Pi.esnext_float16={libs:[n.es2015_symbol,s.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},Pi}r(bE,"requireEsnext_float16");var mi={},gE;function YE(){if(gE)return mi;gE=1,Object.defineProperty(mi,"__esModule",{value:!0}),mi.esnext_intl=void 0;const e=D();return mi.esnext_intl={libs:[],variables:[["Intl",e.TYPE_VALUE]]},mi}r(YE,"requireEsnext_intl");var yi={},AE;function CE(){if(AE)return yi;AE=1,Object.defineProperty(yi,"__esModule",{value:!0}),yi.esnext_iterator=void 0;const e=D(),s=le();return yi.esnext_iterator={libs:[s.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},yi}r(CE,"requireEsnext_iterator");var _i={},LE;function VE(){if(LE)return _i;LE=1,Object.defineProperty(_i,"__esModule",{value:!0}),_i.esnext_promise=void 0;const e=D();return _i.esnext_promise={libs:[],variables:[["PromiseConstructor",e.TYPE]]},_i}r(VE,"requireEsnext_promise");var hi={},RE;function DE(){if(RE)return hi;RE=1,Object.defineProperty(hi,"__esModule",{value:!0}),hi.esnext_sharedmemory=void 0;const e=D();return hi.esnext_sharedmemory={libs:[],variables:[["Atomics",e.TYPE]]},hi}r(DE,"requireEsnext_sharedmemory");var OE;function UE(){if(OE)return ci;OE=1,Object.defineProperty(ci,"__esModule",{value:!0}),ci.esnext=void 0;const e=Yo(),s=fE(),n=dE(),c=mE(),o=_E(),i=SE(),t=bE(),a=YE(),u=CE(),E=VE(),p=DE();return ci.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:[]},ci}r(UE,"requireEsnext");var Si={},IE;function IP(){if(IE)return Si;IE=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.esnext_asynciterable=void 0;const e=D(),s=le(),n=ae();return Si.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]]},Si}r(IP,"requireEsnext_asynciterable");var vi={},xE;function xP(){if(xE)return vi;xE=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.esnext_bigint=void 0;const e=D(),s=je();return vi.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]]},vi}r(xP,"requireEsnext_bigint");var bi={},ME;function MP(){if(ME)return bi;ME=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.esnext_full=void 0;const e=oe(),s=be(),n=ye(),c=UE(),o=ue(),i=ce();return bi.esnext_full={libs:[c.esnext,e.dom,i.webworker_importscripts,o.scripthost,n.dom_iterable,s.dom_asynciterable],variables:[]},bi}r(MP,"requireEsnext_full");var gi={},wE;function wP(){if(wE)return gi;wE=1,Object.defineProperty(gi,"__esModule",{value:!0}),gi.esnext_object=void 0;const e=D();return gi.esnext_object={libs:[],variables:[["ObjectConstructor",e.TYPE]]},gi}r(wP,"requireEsnext_object");var Yi={},FE;function FP(){if(FE)return Yi;FE=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.esnext_regexp=void 0;const e=D();return Yi.esnext_regexp={libs:[],variables:[["RegExp",e.TYPE]]},Yi}r(FP,"requireEsnext_regexp");var Ai={},BE;function BP(){if(BE)return Ai;BE=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.esnext_string=void 0;const e=D();return Ai.esnext_string={libs:[],variables:[["String",e.TYPE]]},Ai}r(BP,"requireEsnext_string");var Ci={},NE;function NP(){if(NE)return Ci;NE=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.esnext_symbol=void 0;const e=D();return Ci.esnext_symbol={libs:[],variables:[["Symbol",e.TYPE]]},Ci}r(NP,"requireEsnext_symbol");var Li={},kE;function kP(){if(kE)return Li;kE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.esnext_weakref=void 0;const e=D(),s=Ze();return Li.esnext_weakref={libs:[s.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Li}r(kP,"requireEsnext_weakref");var Vi={},jE;function jP(){if(jE)return Vi;jE=1,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.lib=void 0;const e=oe(),s=Fn(),n=ue(),c=ce();return Vi.lib={libs:[s.es5,e.dom,c.webworker_importscripts,n.scripthost],variables:[]},Vi}r(jP,"requireLib$1");var Ri={},qE;function qP(){if(qE)return Ri;qE=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.webworker=void 0;const e=D();return Ri.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]]},Ri}r(qP,"requireWebworker");var Di={},GE;function GP(){if(GE)return Di;GE=1,Object.defineProperty(Di,"__esModule",{value:!0}),Di.webworker_asynciterable=void 0;const e=D();return Di.webworker_asynciterable={libs:[],variables:[["FileSystemDirectoryHandleAsyncIterator",e.TYPE],["FileSystemDirectoryHandle",e.TYPE],["ReadableStreamAsyncIterator",e.TYPE],["ReadableStream",e.TYPE]]},Di}r(GP,"requireWebworker_asynciterable");var Oi={},WE;function WP(){if(WE)return Oi;WE=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.webworker_iterable=void 0;const e=D();return Oi.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]]},Oi}r(WP,"requireWebworker_iterable");var $E;function $P(){if($E)return Ot;$E=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.lib=void 0;const e=ro(),s=Ql(),n=oe(),c=be(),o=ye(),i=Fn(),t=bP(),a=gP(),u=uo(),E=io(),p=no(),Y=so(),A=le(),l=oo(),f=ao(),d=lo(),h=ae(),P=Ze(),g=po(),C=co(),T=YP(),v=Eo(),L=fo(),R=vu(),O=gu(),N=AP(),q=Au(),k=Lu(),K=Ru(),M=Ou(),$=Iu(),X=Po(),F=Bu(),W=Bn(),z=CP(),Z=To(),te=ju(),Q=Gu(),ne=mo(),Ye=Ku(),tt=LP(),rt=zu(),pn=Qu(),j=ec(),We=rc(),it=_o(),Re=Nn(),De=lc(),fn=VP(),jn=je(),qn=cc(),Gn=pc(),Tn=Tc(),Wn=mc(),dn=yo(),$n=So(),Pn=RP(),Hn=Sc(),mn=ho(),Kn=gc(),Xn=Ac(),zn=vo(),yn=Rc(),Jn=Oc(),Qn=DP(),_e=Ic(),G=Mc(),he=Fc(),Ae=Nc(),$e=bo(),Zn=Gc(),_n=$c(),es=OP(),Ce=Kc(),ts=Yo(),rs=Qc(),m=go(),_=UP(),y=tE(),S=iE(),b=sE(),V=aE(),U=uE(),B=UE(),re=fE(),hn=IP(),Oe=xP(),Jp=dE(),Qp=mE(),Zp=_E(),ef=SE(),tf=bE(),rf=MP(),nf=YE(),sf=CE(),of=wP(),af=VE(),lf=FP(),uf=DE(),cf=BP(),Ef=NP(),pf=kP(),ff=jP(),Tf=ue(),df=qP(),Pf=GP(),mf=ce(),yf=WP();return Ot.lib=new Map([["es5",i.es5],["es6",t.es6],["es2015",u.es2015],["es7",a.es7],["es2016",g.es2016],["es2017",L.es2017],["es2018",X.es2018],["es2019",ne.es2019],["es2020",it.es2020],["es2021",$n.es2021],["es2022",zn.es2022],["es2023",$e.es2023],["es2024",ts.es2024],["esnext",B.esnext],["dom",n.dom],["dom.iterable",o.dom_iterable],["dom.asynciterable",c.dom_asynciterable],["webworker",df.webworker],["webworker.importscripts",mf.webworker_importscripts],["webworker.iterable",yf.webworker_iterable],["webworker.asynciterable",Pf.webworker_asynciterable],["scripthost",Tf.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",R.es2017_arraybuffer],["es2017.date",O.es2017_date],["es2017.object",k.es2017_object],["es2017.sharedmemory",K.es2017_sharedmemory],["es2017.string",M.es2017_string],["es2017.intl",q.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",pn.es2019_object],["es2019.string",j.es2019_string],["es2019.symbol",We.es2019_symbol],["es2019.intl",rt.es2019_intl],["es2020.bigint",Re.es2020_bigint],["es2020.date",De.es2020_date],["es2020.promise",Gn.es2020_promise],["es2020.sharedmemory",Tn.es2020_sharedmemory],["es2020.string",Wn.es2020_string],["es2020.symbol.wellknown",dn.es2020_symbol_wellknown],["es2020.intl",jn.es2020_intl],["es2020.number",qn.es2020_number],["es2021.promise",mn.es2021_promise],["es2021.string",Kn.es2021_string],["es2021.weakref",Xn.es2021_weakref],["es2021.intl",Hn.es2021_intl],["es2022.array",yn.es2022_array],["es2022.error",Jn.es2022_error],["es2022.intl",_e.es2022_intl],["es2022.object",G.es2022_object],["es2022.string",Ae.es2022_string],["es2022.regexp",he.es2022_regexp],["es2023.array",Zn.es2023_array],["es2023.collection",_n.es2023_collection],["es2023.intl",Ce.es2023_intl],["es2024.arraybuffer",rs.es2024_arraybuffer],["es2024.collection",m.es2024_collection],["es2024.object",y.es2024_object],["es2024.promise",S.es2024_promise],["es2024.regexp",b.es2024_regexp],["es2024.sharedmemory",V.es2024_sharedmemory],["es2024.string",U.es2024_string],["esnext.array",re.esnext_array],["esnext.collection",Jp.esnext_collection],["esnext.symbol",Ef.esnext_symbol],["esnext.asynciterable",hn.esnext_asynciterable],["esnext.intl",nf.esnext_intl],["esnext.disposable",Zp.esnext_disposable],["esnext.bigint",Oe.esnext_bigint],["esnext.string",cf.esnext_string],["esnext.promise",af.esnext_promise],["esnext.weakref",pf.esnext_weakref],["esnext.decorators",Qp.esnext_decorators],["esnext.object",of.esnext_object],["esnext.regexp",lf.esnext_regexp],["esnext.iterator",sf.esnext_iterator],["esnext.float16",tf.esnext_float16],["esnext.error",ef.esnext_error],["esnext.sharedmemory",uf.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",fn.es2020_full],["es2021.full",Pn.es2021_full],["es2022.full",Qn.es2022_full],["es2023.full",es.es2023_full],["es2024.full",_.es2024_full],["esnext.full",rf.esnext_full],["lib",ff.lib]]),Ot}r($P,"requireLib");var Ui={},Ii={},qe={},xi={},Mi={},ge={},HE;function Ao(){if(HE)return ge;HE=1,Object.defineProperty(ge,"__esModule",{value:!0}),ge.Reference=ge.ReferenceTypeFlag=ge.ReferenceFlag=void 0;const e=wn();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(Ao,"requireReference");var Co={},wi={},Fi={},KE;function XE(){if(KE)return Fi;KE=1,Object.defineProperty(Fi,"__esModule",{value:!0}),Fi.VariableBase=void 0;const s=(0,wn().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 Fi.VariableBase=n,Fi}r(XE,"requireVariableBase");var zE;function JE(){if(zE)return wi;zE=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.ESLintScopeVariable=void 0;const e=XE();let s=class extends e.VariableBase{static{r(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return wi.ESLintScopeVariable=s,wi}r(JE,"requireESLintScopeVariable");var Bi={},QE;function HP(){if(QE)return Bi;QE=1,Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.ImplicitLibVariable=void 0;const e=JE();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 Bi.ImplicitLibVariable=s,Bi}r(HP,"requireImplicitLibVariable");var Ni={},ZE;function KP(){if(ZE)return Ni;ZE=1,Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.Variable=void 0;const e=XE();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 Ni.Variable=s,Ni}r(KP,"requireVariable$1");var ep;function Lo(){return ep||(ep=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var s=JE();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:r(function(){return s.ESLintScopeVariable},"get")});var n=HP();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:r(function(){return n.ImplicitLibVariable},"get")});var c=KP();Object.defineProperty(e,"Variable",{enumerable:!0,get:r(function(){return c.Variable},"get")})})(Co)),Co}r(Lo,"requireVariable");var ki={},tp;function J(){if(tp)return ki;tp=1,Object.defineProperty(ki,"__esModule",{value:!0}),ki.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||(ki.ScopeType=e={})),ki}r(J,"requireScopeType");var rp;function ee(){if(rp)return Mi;rp=1,Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.ScopeBase=void 0;const e=Se(),s=mt(),n=ke(),c=wn(),o=Ao(),i=Lo(),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,g=l.isValueReference&&h.isValueVariable;return!P&&!g?!1:(h.references.push(l),l.resolved=h,!0)},"resolve")()||this.delegateToUpperScope(l)},"#staticCloseRef");variableScope;constructor(l,f,d,h,P){const g=d;this.type=f,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=h,this.variableScope=this.isVariableScope()?this:g.variableScope,this.upper=d,this.isStrict=a(this,h,P),g?.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(g=>!(g.type===n.DefinitionType.Variable&&g.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 g=typeof l=="string"?l:l.name;let C=f.get(g);C||(C=typeof l=="string"?new i.Variable(g,this):l,f.set(g,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 g=new o.Reference(l,this,f,d,h,P,o.ReferenceTypeFlag.Value);this.references.push(g),this.leftToResolve?.push(g)}};return Mi.ScopeBase=Y,Mi}r(ee,"requireScopeBase");var ip;function XP(){if(ip)return xi;ip=1,Object.defineProperty(xi,"__esModule",{value:!0}),xi.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 xi.BlockScope=n,xi}r(XP,"requireBlockScope");var ji={},np;function zP(){if(np)return ji;np=1,Object.defineProperty(ji,"__esModule",{value:!0}),ji.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 ji.CatchScope=n,ji}r(zP,"requireCatchScope");var qi={},sp;function op(){if(sp)return qi;sp=1,Object.defineProperty(qi,"__esModule",{value:!0}),qi.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 qi.ClassFieldInitializerScope=n,qi}r(op,"requireClassFieldInitializerScope");var Gi={},ap;function JP(){if(ap)return Gi;ap=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(JP,"requireClassScope");var Wi={},lp;function QP(){if(lp)return Wi;lp=1,Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.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 Wi.ConditionalTypeScope=n,Wi}r(QP,"requireConditionalTypeScope");var $i={},up;function ZP(){if(up)return $i;up=1,Object.defineProperty($i,"__esModule",{value:!0}),$i.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 $i.ForScope=n,$i}r(ZP,"requireForScope");var Hi={},cp;function em(){if(cp)return Hi;cp=1,Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.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 Hi.FunctionExpressionNameScope=c,Hi}r(em,"requireFunctionExpressionNameScope");var Ki={},Ep;function tm(){if(Ep)return Ki;Ep=1,Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.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 Ki.FunctionScope=c,Ki}r(tm,"requireFunctionScope");var Xi={},pp;function rm(){if(pp)return Xi;pp=1,Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.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 Xi.FunctionTypeScope=n,Xi}r(rm,"requireFunctionTypeScope");var zi={},fp;function im(){if(fp)return zi;fp=1,Object.defineProperty(zi,"__esModule",{value:!0}),zi.GlobalScope=void 0;const e=Se(),s=mt(),n=Nl(),c=Lo(),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 zi.GlobalScope=t,zi}r(im,"requireGlobalScope");var Ji={},Tp;function nm(){if(Tp)return Ji;Tp=1,Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.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 Ji.MappedTypeScope=n,Ji}r(nm,"requireMappedTypeScope");var Qi={},dp;function sm(){if(dp)return Qi;dp=1,Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.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 Qi.ModuleScope=n,Qi}r(sm,"requireModuleScope");var Vo={},Pp;function om(){return Pp||(Pp=1,Object.defineProperty(Vo,"__esModule",{value:!0})),Vo}r(om,"requireScope$2");var Zi={},mp;function am(){if(mp)return Zi;mp=1,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.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 Zi.SwitchScope=n,Zi}r(am,"requireSwitchScope");var en={},yp;function lm(){if(yp)return en;yp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.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 en.TSEnumScope=n,en}r(lm,"requireTSEnumScope");var tn={},_p;function um(){if(_p)return tn;_p=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.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 tn.TSModuleScope=n,tn}r(um,"requireTSModuleScope");var rn={},hp;function cm(){if(hp)return rn;hp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.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 rn.TypeScope=n,rn}r(cm,"requireTypeScope");var nn={},Sp;function Em(){if(Sp)return nn;Sp=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.WithScope=void 0;const e=mt(),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 nn.WithScope=c,nn}r(Em,"requireWithScope");var vp;function Ro(){return vp||(vp=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(XP(),e),n(zP(),e),n(op(),e),n(JP(),e),n(QP(),e),n(ZP(),e),n(em(),e),n(tm(),e),n(rm(),e),n(im(),e),n(nm(),e),n(sm(),e),n(om(),e),n(J(),e),n(am(),e),n(lm(),e),n(um(),e),n(cm(),e),n(Em(),e)})(qe)),qe}r(Ro,"requireScope$1");var Do={},sn={},on={},bp;function Oo(){if(bp)return on;bp=1,Object.defineProperty(on,"__esModule",{value:!0}),on.VisitorBase=void 0;const e=Rl();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 on.VisitorBase=c,on}r(Oo,"requireVisitorBase");var gp;function Uo(){if(gp)return sn;gp=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.PatternVisitor=void 0;const e=Se(),s=Oo();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 sn.PatternVisitor=n,sn}r(Uo,"requirePatternVisitor");var Yp;function et(){return Yp||(Yp=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const s=Uo(),n=Oo();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=Oo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:r(function(){return o.VisitorBase},"get")})})(Do)),Do}r(et,"requireVisitor");var Ap;function Cp(){if(Ap)return Ii;Ap=1,Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.TypeVisitor=void 0;const e=Se(),s=ke(),n=Ro(),c=et();let o=class Hp extends c.Visitor{static{r(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new Hp(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 Ii.TypeVisitor=o,Ii}r(Cp,"requireTypeVisitor");var Lp;function pm(){if(Lp)return Ui;Lp=1,Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.ClassVisitor=void 0;const e=Se(),s=ke(),n=Cp(),c=et();let o=class Kp extends c.Visitor{static{r(this,"ClassVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,a){new Kp(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 Ui.ClassVisitor=o,Ui}r(pm,"requireClassVisitor");var an={},Vp;function fm(){if(Vp)return an;Vp=1,Object.defineProperty(an,"__esModule",{value:!0}),an.ExportVisitor=void 0;const e=Se(),s=et();let n=class Xp 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 Xp(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 an.ExportVisitor=n,an}r(fm,"requireExportVisitor");var ln={},Rp;function Tm(){if(Rp)return ln;Rp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.ImportVisitor=void 0;const e=ke(),s=et();let n=class zp 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 zp(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 ln.ImportVisitor=n,ln}r(Tm,"requireImportVisitor");var Dp;function dm(){if(Dp)return Pt;Dp=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.Referencer=void 0;const e=Se(),s=mt(),n=ke(),c=$P(),o=pm(),i=fm(),t=Tm(),a=Uo(),u=Ao(),E=Cp(),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,"aaa"),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,g)=>{f.defineIdentifier(P,new n.VariableDefinition(P,d,l)),this.referencingDefaultValue(P,g.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 Pt.Referencer=Y,Pt}r(dm,"requireReferencer$1");var Op;function Pm(){return Op||(Op=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var s=dm();Object.defineProperty(e,"Referencer",{enumerable:!0,get:r(function(){return s.Referencer},"get")})})(eo)),eo}r(Pm,"requireReferencer");var un={},cn={},Up;function mm(){if(Up)return cn;Up=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.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 cn.ClassStaticBlockScope=n,cn}r(mm,"requireClassStaticBlockScope");var Ip;function xp(){if(Ip)return un;Ip=1,Object.defineProperty(un,"__esModule",{value:!0}),un.ScopeManager=void 0;const e=mt(),s=Ro(),n=op(),c=mm();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 un.ScopeManager=o,un}r(xp,"requireScopeManager");var Mp;function ym(){if(Mp)return xn;Mp=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.analyze=o;const e=Rl(),s=Pm(),n=xp(),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"),xn}r(ym,"requireAnalyze");var wp;function _m(){return wp||(wp=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=ym();Object.defineProperty(e,"analyze",{enumerable:!0,get:r(function(){return c.analyze},"get")}),n(ke(),e);var o=Uo();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:r(function(){return o.PatternVisitor},"get")});var i=Ao();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(Ro(),e);var a=xp();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:r(function(){return a.ScopeManager},"get")}),n(Lo(),e)})(Be)),Be}r(_m,"requireDist$1");var Fp;function hm(){if(Fp)return de;Fp=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(_m());var o;return(function(i){i.ScopeType=c.ScopeType,i.DefinitionType=c.DefinitionType})(o||(de.Scope=o={})),de}r(hm,"requireScope");var En={},Bp;function Sm(){if(Bp)return En;Bp=1,Object.defineProperty(En,"__esModule",{value:!0}),En.SourceCode=void 0;const e=us;let s=class extends e.SourceCode{static{r(this,"SourceCode")}};return En.SourceCode=s,En}r(Sm,"requireSourceCode");var Np;function vm(){return Np||(Np=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(eP(),e),n(tP(),e),n(iP(),e),n(nP(),e),n(sP(),e),n(oP(),e),n(aP(),e),n(lP(),e),n(uP(),e),n(hm(),e),n(Sm(),e)})(Fe)),Fe}r(vm,"requireTsEslint");var Ge={},kn={},kp;function bm(){if(kp)return kn;kp=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.isArray=e;function e(s){return Array.isArray(s)}return r(e,"isArray$1"),kn}r(bm,"requireIsArray");var Io={},jp;function gm(){return jp||(jp=1,Object.defineProperty(Io,"__esModule",{value:!0})),Io}r(gm,"requireNoInfer");var qp;function Ym(){return qp||(qp=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(bm(),e),n(gm(),e)})(Ge)),Ge}r(Ym,"requireTsUtils");var Gp;function Am(){return Gp||(Gp=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($d()),e.ESLintUtils=c(Qd()),e.JSONSchema=c(Zd()),e.TSESLint=c(vm()),o(Za(),e),e.TSUtils=c(Ym())})(Ee)),Ee}r(Am,"requireDist");var Cm=Am();const Lm=Cm.ESLintUtils.RuleCreator(e=>e),Vm={preferArrowFunction:"Prefer arrow function"},Rm=Lm({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Vm},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,g)=>{let C=g;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]],g=e.sourceCode.text.slice(...P);Y.push(p.removeRange(P),p.insertTextAfter(E,`;${g} ${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")}),Wp={meta:{name:"pvtnbr/custom-rules",version:Of.version},rules:{"prefer-arrow-functions":Rm},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Dm=w({plugins:{pvtnbr:Wp},rules:Wp.configs.base.rules}),$p=r(e=>{const s=e?.cwd??process.cwd(),n=hf.getTsconfig(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","**/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"}}),Od,qf,gn,Mf,Nf,...jf,...Ld(e),...fs,Gf(n),Wf,hd,..._d({...e,cwd:s}),...Cd,...Yd,Ad,...Ud,Vd(n),...vd(),Sd,Dm].filter(Boolean)},"pvtnbr");var Om=$p();exports.default=Om,exports.defineConfig=w,exports.pvtnbr=$p;
|