lintroll 1.22.0 → 1.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +0,0 @@
1
- var Qf=Object.defineProperty;var r=(e,u)=>Qf(e,"name",{value:u,configurable:!0});import{getTsconfig as Zf}from"get-tsconfig";import ed from"@eslint/js";import hi from"globals";import Wo from"confusing-browser-globals";import{createRequire as td}from"node:module";import{f as es}from"./index-C3zPrSIs.mjs";import Ho from"@eslint-community/eslint-plugin-eslint-comments";import rd from"@stylistic/eslint-plugin";import{fileURLToPath as Ko}from"node:url";import $e from"eslint-plugin-import-x";import ts from"@typescript-eslint/eslint-plugin";import nd from"@typescript-eslint/parser";import zo from"eslint-plugin-regexp";import _i from"node:fs";import rs from"eslint-plugin-n";import Xo from"node:path";import"node:fs/promises";import id from"os";import Jo from"url";import sd from"util";import Qo from"eslint-plugin-promise";import od from"@eslint/markdown";import ad from"eslint-plugin-jsonc";import ns from"eslint-plugin-yml";import ld from"yaml-eslint-parser";import Zo from"eslint-plugin-no-use-extend-native";import ea from"eslint-plugin-unicorn";import tt from"eslint-plugin-react";import ta from"eslint-plugin-react-hooks";import is from"eslint-plugin-vue";import ud from"vue-eslint-parser";import ra from"eslint/use-at-your-own-risk";import ss from"eslint";const cd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],na=r(e=>{for(const u of cd){const n=e[u];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),u==="rules"){const p=n;for(const c in p)if(Object.hasOwn(p,c)){const i=p[c];i&&Object.freeze(i)}}if(u==="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(na):na(e),"defineConfig"),os=td(`${process.cwd()}/`);let vi;const pd=r(()=>{if(vi)return vi;const e=es("package.json");if(e)try{return vi=os(e).name,vi}catch{}},"getCurrentPackageName"),Ye=r(e=>{try{return os.resolve(e),!0}catch{}return pd()===e},"isInstalled"),Ed=r(e=>{let u;try{u=os(e)}catch(n){return n.code==="ERR_REQUIRE_ESM"&&console.warn(`Error requiring module "${e}":`,n),[]}return Object.keys(u)},"getExports"),as=ed.configs.recommended.rules,ls={"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",...Wo],"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"},ia=Object.entries(ls).filter(([e])=>as[e]&&as[e]===ls[e]);if(ia.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ia.map(([e])=>e).join(", ")}`);const bi=x({languageOptions:{globals:hi["shared-node-browser"]},rules:{...as,...ls}}),fd=x({files:["**/*.sw.{js,ts}"],languageOptions:{globals:hi.serviceworker},rules:{"no-restricted-globals":["error",...Wo.filter(e=>e!=="self")]}}),dd=["**/*.{js,jsx,cjs,mjs}"],Td=["**/*.{ts,tsx,mts,cts}"],Pd=["**/*.vue"],rt=[...dd,...Td,...Pd],md=x({files:rt,plugins:{"@eslint-community/eslint-comments":Ho},rules:{...Ho.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),us=[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"]}})],yd=Ko(import.meta.resolve("#pkg-maps-resolver")),sa=x({plugins:{"import-x":$e},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[yd]:{}}},rules:{...$e.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"}}),hd=[sa,x({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,oa]=sa.rules["import-x/no-extraneous-dependencies"],cs="**/*.{ts,tsx,mts,cts}",_d=x({files:[cs],languageOptions:{parser:nd,parserOptions:{ecmaVersion:"latest"}},settings:$e.configs.typescript.settings}),vd=r(e=>{const u=e?.config?.compilerOptions?.rewriteRelativeImportExtensions===!0;return x({files:[cs],plugins:{"@typescript-eslint":ts},settings:{...$e.configs.typescript.settings,"import-x/resolver":{...$e.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...ts.configs["eslint-recommended"].overrides[0].rules,...ts.configs.recommended.rules,...$e.configs.typescript.rules,"@typescript-eslint/consistent-type-definitions":["error","type"],"@stylistic/member-delimiter-style":"error","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":u?"off":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...oa,devDependencies:oa.devDependencies.map(n=>n.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}})},"typescript"),bd=x({files:rt,plugins:{regexp:zo},rules:zo.configs.recommended.rules});var aa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function gd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}r(gd,"getDefaultExportFromCjs");var nt={},We={},it={},la;function Sd(){return la||(la=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 u={type:"invalid",value:e[0],closed:void 0};return e[1]?(u.type="string",u.closed=!!(e[3]||e[4])):e[5]?u.type="comment":e[6]?(u.type="comment",u.closed=!!e[7]):e[8]?u.type="regex":e[9]?u.type="number":e[10]?u.type="name":e[11]?u.type="punctuator":e[12]&&(u.type="whitespace"),u}),it}r(Sd,"requireJsTokens");var ps={},He={},ua;function Yd(){if(ua)return He;ua=1,Object.defineProperty(He,"__esModule",{value:!0}),He.isIdentifierChar=s,He.isIdentifierName=l,He.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",u="\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+u+"]");e=u=null;const c=[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(f,P){let m=65536;for(let a=0,E=P.length;a<E;a+=2){if(m+=P[a],m>f)return!1;if(m+=P[a+1],m>=f)return!0}return!1}r(t,"isInAstralSet");function o(f){return f<65?f===36:f<=90?!0:f<97?f===95:f<=122?!0:f<=65535?f>=170&&n.test(String.fromCharCode(f)):t(f,c)}r(o,"isIdentifierStart");function s(f){return f<48?f===36:f<58?!0:f<65?!1:f<=90?!0:f<97?f===95:f<=122?!0:f<=65535?f>=170&&p.test(String.fromCharCode(f)):t(f,c)||t(f,i)}r(s,"isIdentifierChar");function l(f){let P=!0;for(let m=0;m<f.length;m++){let a=f.charCodeAt(m);if((a&64512)===55296&&m+1<f.length){const E=f.charCodeAt(++m);(E&64512)===56320&&(a=65536+((a&1023)<<10)+(E&1023))}if(P){if(P=!1,!o(a))return!1}else if(!s(a))return!1}return!P}return r(l,"isIdentifierName"),He}r(Yd,"requireIdentifier");var Ae={},ca;function Ad(){if(ca)return Ae;ca=1,Object.defineProperty(Ae,"__esModule",{value:!0}),Ae.isKeyword=s,Ae.isReservedWord=c,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"]},u=new Set(e.keyword),n=new Set(e.strict),p=new Set(e.strictBind);function c(l,f){return f&&l==="await"||l==="enum"}r(c,"isReservedWord");function i(l,f){return c(l,f)||n.has(l)}r(i,"isStrictReservedWord");function t(l){return p.has(l)}r(t,"isStrictBindOnlyReservedWord");function o(l,f){return i(l,f)||t(l)}r(o,"isStrictBindReservedWord");function s(l){return u.has(l)}return r(s,"isKeyword"),Ae}r(Ad,"requireKeyword");var pa;function Cd(){return pa||(pa=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:r(function(){return u.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:r(function(){return u.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:r(function(){return u.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 u=Yd(),n=Ad()}(ps)),ps}r(Cd,"requireLib$6");var Es={exports:{}},fs,Ea;function Ld(){if(Ea)return fs;Ea=1;var e=/[|\\{}()[\]^$+*?.]/g;return fs=r(function(u){if(typeof u!="string")throw new TypeError("Expected a string");return u.replace(e,"\\$&")},"escapeStringRegexp"),fs}r(Ld,"requireEscapeStringRegexp");var gi={exports:{}},ds={exports:{}},Ts,fa;function Rd(){return fa||(fa=1,Ts={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]}),Ts}r(Rd,"requireColorName");var da;function Ta(){if(da)return ds.exports;da=1;var e=Rd(),u={};for(var n in e)e.hasOwnProperty(n)&&(u[e[n]]=n);var p=ds.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 c in p)if(p.hasOwnProperty(c)){if(!("channels"in p[c]))throw new Error("missing channels property: "+c);if(!("labels"in p[c]))throw new Error("missing channel labels property: "+c);if(p[c].labels.length!==p[c].channels)throw new Error("channel and label counts mismatch: "+c);var i=p[c].channels,t=p[c].labels;delete p[c].channels,delete p[c].labels,Object.defineProperty(p[c],"channels",{value:i}),Object.defineProperty(p[c],"labels",{value:t})}p.rgb.hsl=function(s){var l=s[0]/255,f=s[1]/255,P=s[2]/255,m=Math.min(l,f,P),a=Math.max(l,f,P),E=a-m,d,y,T;return a===m?d=0:l===a?d=(f-P)/E:f===a?d=2+(P-l)/E:P===a&&(d=4+(l-f)/E),d=Math.min(d*60,360),d<0&&(d+=360),T=(m+a)/2,a===m?y=0:T<=.5?y=E/(a+m):y=E/(2-a-m),[d,y*100,T*100]},p.rgb.hsv=function(s){var l,f,P,m,a,E=s[0]/255,d=s[1]/255,y=s[2]/255,T=Math.max(E,d,y),g=T-Math.min(E,d,y),Y=r(function(h){return(T-h)/6/g+1/2},"diffc");return g===0?m=a=0:(a=g/T,l=Y(E),f=Y(d),P=Y(y),E===T?m=P-f:d===T?m=1/3+l-P:y===T&&(m=2/3+f-l),m<0?m+=1:m>1&&(m-=1)),[m*360,a*100,T*100]},p.rgb.hwb=function(s){var l=s[0],f=s[1],P=s[2],m=p.rgb.hsl(s)[0],a=1/255*Math.min(l,Math.min(f,P));return P=1-1/255*Math.max(l,Math.max(f,P)),[m,a*100,P*100]},p.rgb.cmyk=function(s){var l=s[0]/255,f=s[1]/255,P=s[2]/255,m,a,E,d;return d=Math.min(1-l,1-f,1-P),m=(1-l-d)/(1-d)||0,a=(1-f-d)/(1-d)||0,E=(1-P-d)/(1-d)||0,[m*100,a*100,E*100,d*100]};function o(s,l){return Math.pow(s[0]-l[0],2)+Math.pow(s[1]-l[1],2)+Math.pow(s[2]-l[2],2)}return r(o,"comparativeDistance"),p.rgb.keyword=function(s){var l=u[s];if(l)return l;var f=1/0,P;for(var m in e)if(e.hasOwnProperty(m)){var a=e[m],E=o(s,a);E<f&&(f=E,P=m)}return P},p.keyword.rgb=function(s){return e[s]},p.rgb.xyz=function(s){var l=s[0]/255,f=s[1]/255,P=s[2]/255;l=l>.04045?Math.pow((l+.055)/1.055,2.4):l/12.92,f=f>.04045?Math.pow((f+.055)/1.055,2.4):f/12.92,P=P>.04045?Math.pow((P+.055)/1.055,2.4):P/12.92;var m=l*.4124+f*.3576+P*.1805,a=l*.2126+f*.7152+P*.0722,E=l*.0193+f*.1192+P*.9505;return[m*100,a*100,E*100]},p.rgb.lab=function(s){var l=p.rgb.xyz(s),f=l[0],P=l[1],m=l[2],a,E,d;return f/=95.047,P/=100,m/=108.883,f=f>.008856?Math.pow(f,1/3):7.787*f+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,E=500*(f-P),d=200*(P-m),[a,E,d]},p.hsl.rgb=function(s){var l=s[0]/360,f=s[1]/100,P=s[2]/100,m,a,E,d,y;if(f===0)return y=P*255,[y,y,y];P<.5?a=P*(1+f):a=P+f-P*f,m=2*P-a,d=[0,0,0];for(var T=0;T<3;T++)E=l+1/3*-(T-1),E<0&&E++,E>1&&E--,6*E<1?y=m+(a-m)*6*E:2*E<1?y=a:3*E<2?y=m+(a-m)*(2/3-E)*6:y=m,d[T]=y*255;return d},p.hsl.hsv=function(s){var l=s[0],f=s[1]/100,P=s[2]/100,m=f,a=Math.max(P,.01),E,d;return P*=2,f*=P<=1?P:2-P,m*=a<=1?a:2-a,d=(P+f)/2,E=P===0?2*m/(a+m):2*f/(P+f),[l,E*100,d*100]},p.hsv.rgb=function(s){var l=s[0]/60,f=s[1]/100,P=s[2]/100,m=Math.floor(l)%6,a=l-Math.floor(l),E=255*P*(1-f),d=255*P*(1-f*a),y=255*P*(1-f*(1-a));switch(P*=255,m){case 0:return[P,y,E];case 1:return[d,P,E];case 2:return[E,P,y];case 3:return[E,d,P];case 4:return[y,E,P];case 5:return[P,E,d]}},p.hsv.hsl=function(s){var l=s[0],f=s[1]/100,P=s[2]/100,m=Math.max(P,.01),a,E,d;return d=(2-f)*P,a=(2-f)*m,E=f*m,E/=a<=1?a:2-a,E=E||0,d/=2,[l,E*100,d*100]},p.hwb.rgb=function(s){var l=s[0]/360,f=s[1]/100,P=s[2]/100,m=f+P,a,E,d,y;m>1&&(f/=m,P/=m),a=Math.floor(6*l),E=1-P,d=6*l-a,(a&1)!==0&&(d=1-d),y=f+d*(E-f);var T,g,Y;switch(a){default:case 6:case 0:T=E,g=y,Y=f;break;case 1:T=y,g=E,Y=f;break;case 2:T=f,g=E,Y=y;break;case 3:T=f,g=y,Y=E;break;case 4:T=y,g=f,Y=E;break;case 5:T=E,g=f,Y=y;break}return[T*255,g*255,Y*255]},p.cmyk.rgb=function(s){var l=s[0]/100,f=s[1]/100,P=s[2]/100,m=s[3]/100,a,E,d;return a=1-Math.min(1,l*(1-m)+m),E=1-Math.min(1,f*(1-m)+m),d=1-Math.min(1,P*(1-m)+m),[a*255,E*255,d*255]},p.xyz.rgb=function(s){var l=s[0]/100,f=s[1]/100,P=s[2]/100,m,a,E;return m=l*3.2406+f*-1.5372+P*-.4986,a=l*-.9689+f*1.8758+P*.0415,E=l*.0557+f*-.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,E=E>.0031308?1.055*Math.pow(E,1/2.4)-.055:E*12.92,m=Math.min(Math.max(0,m),1),a=Math.min(Math.max(0,a),1),E=Math.min(Math.max(0,E),1),[m*255,a*255,E*255]},p.xyz.lab=function(s){var l=s[0],f=s[1],P=s[2],m,a,E;return l/=95.047,f/=100,P/=108.883,l=l>.008856?Math.pow(l,1/3):7.787*l+16/116,f=f>.008856?Math.pow(f,1/3):7.787*f+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,m=116*f-16,a=500*(l-f),E=200*(f-P),[m,a,E]},p.lab.xyz=function(s){var l=s[0],f=s[1],P=s[2],m,a,E;a=(l+16)/116,m=f/500+a,E=a-P/200;var d=Math.pow(a,3),y=Math.pow(m,3),T=Math.pow(E,3);return a=d>.008856?d:(a-16/116)/7.787,m=y>.008856?y:(m-16/116)/7.787,E=T>.008856?T:(E-16/116)/7.787,m*=95.047,a*=100,E*=108.883,[m,a,E]},p.lab.lch=function(s){var l=s[0],f=s[1],P=s[2],m,a,E;return m=Math.atan2(P,f),a=m*360/2/Math.PI,a<0&&(a+=360),E=Math.sqrt(f*f+P*P),[l,E,a]},p.lch.lab=function(s){var l=s[0],f=s[1],P=s[2],m,a,E;return E=P/360*2*Math.PI,m=f*Math.cos(E),a=f*Math.sin(E),[l,m,a]},p.rgb.ansi16=function(s){var l=s[0],f=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(f/255)<<1|Math.round(l/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 l=s[0],f=s[1],P=s[2];if(l===f&&f===P)return l<8?16:l>248?231:Math.round((l-8)/247*24)+232;var m=16+36*Math.round(l/255*5)+6*Math.round(f/255*5)+Math.round(P/255*5);return m},p.ansi16.rgb=function(s){var l=s%10;if(l===0||l===7)return s>50&&(l+=3.5),l=l/10.5*255,[l,l,l];var f=(~~(s>50)+1)*.5,P=(l&1)*f*255,m=(l>>1&1)*f*255,a=(l>>2&1)*f*255;return[P,m,a]},p.ansi256.rgb=function(s){if(s>=232){var l=(s-232)*10+8;return[l,l,l]}s-=16;var f,P=Math.floor(s/36)/5*255,m=Math.floor((f=s%36)/6)/5*255,a=f%6/5*255;return[P,m,a]},p.rgb.hex=function(s){var l=((Math.round(s[0])&255)<<16)+((Math.round(s[1])&255)<<8)+(Math.round(s[2])&255),f=l.toString(16).toUpperCase();return"000000".substring(f.length)+f},p.hex.rgb=function(s){var l=s.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!l)return[0,0,0];var f=l[0];l[0].length===3&&(f=f.split("").map(function(d){return d+d}).join(""));var P=parseInt(f,16),m=P>>16&255,a=P>>8&255,E=P&255;return[m,a,E]},p.rgb.hcg=function(s){var l=s[0]/255,f=s[1]/255,P=s[2]/255,m=Math.max(Math.max(l,f),P),a=Math.min(Math.min(l,f),P),E=m-a,d,y;return E<1?d=a/(1-E):d=0,E<=0?y=0:m===l?y=(f-P)/E%6:m===f?y=2+(P-l)/E:y=4+(l-f)/E+4,y/=6,y%=1,[y*360,E*100,d*100]},p.hsl.hcg=function(s){var l=s[1]/100,f=s[2]/100,P=1,m=0;return f<.5?P=2*l*f:P=2*l*(1-f),P<1&&(m=(f-.5*P)/(1-P)),[s[0],P*100,m*100]},p.hsv.hcg=function(s){var l=s[1]/100,f=s[2]/100,P=l*f,m=0;return P<1&&(m=(f-P)/(1-P)),[s[0],P*100,m*100]},p.hcg.rgb=function(s){var l=s[0]/360,f=s[1]/100,P=s[2]/100;if(f===0)return[P*255,P*255,P*255];var m=[0,0,0],a=l%1*6,E=a%1,d=1-E,y=0;switch(Math.floor(a)){case 0:m[0]=1,m[1]=E,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]=E;break;case 3:m[0]=0,m[1]=d,m[2]=1;break;case 4:m[0]=E,m[1]=0,m[2]=1;break;default:m[0]=1,m[1]=0,m[2]=d}return y=(1-f)*P,[(f*m[0]+y)*255,(f*m[1]+y)*255,(f*m[2]+y)*255]},p.hcg.hsv=function(s){var l=s[1]/100,f=s[2]/100,P=l+f*(1-l),m=0;return P>0&&(m=l/P),[s[0],m*100,P*100]},p.hcg.hsl=function(s){var l=s[1]/100,f=s[2]/100,P=f*(1-l)+.5*l,m=0;return P>0&&P<.5?m=l/(2*P):P>=.5&&P<1&&(m=l/(2*(1-P))),[s[0],m*100,P*100]},p.hcg.hwb=function(s){var l=s[1]/100,f=s[2]/100,P=l+f*(1-l);return[s[0],(P-l)*100,(1-P)*100]},p.hwb.hcg=function(s){var l=s[1]/100,f=s[2]/100,P=1-f,m=P-l,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 l=Math.round(s[0]/100*255)&255,f=(l<<16)+(l<<8)+l,P=f.toString(16).toUpperCase();return"000000".substring(P.length)+P},p.rgb.gray=function(s){var l=(s[0]+s[1]+s[2])/3;return[l/255*100]},ds.exports}r(Ta,"requireConversions");var Ps,Pa;function Vd(){if(Pa)return Ps;Pa=1;var e=Ta();function u(){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(u,"buildGraph");function n(i){var t=u(),o=[i];for(t[i].distance=0;o.length;)for(var s=o.pop(),l=Object.keys(e[s]),f=l.length,P=0;P<f;P++){var m=l[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 c(i,t){for(var o=[t[i].parent,i],s=e[t[i].parent][i],l=t[i].parent;t[l].parent;)o.unshift(t[l].parent),s=p(e[t[l].parent][l],s),l=t[l].parent;return s.conversion=o,s}return r(c,"wrapConversion"),Ps=r(function(i){for(var t=n(i),o={},s=Object.keys(t),l=s.length,f=0;f<l;f++){var P=s[f],m=t[P];m.parent!==null&&(o[P]=c(P,t))}return o},"route"),Ps}r(Vd,"requireRoute");var ms,ma;function Dd(){if(ma)return ms;ma=1;var e=Ta(),u=Vd(),n={},p=Object.keys(e);function c(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(c,"wrapRaw");function i(t){var o=r(function(s){if(s==null)return s;arguments.length>1&&(s=Array.prototype.slice.call(arguments));var l=t(s);if(typeof l=="object")for(var f=l.length,P=0;P<f;P++)l[P]=Math.round(l[P]);return l},"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=u(t),s=Object.keys(o);s.forEach(function(l){var f=o[l];n[t][l]=i(f),n[t][l].raw=c(f)})}),ms=n,ms}r(Dd,"requireColorConvert"),gi.exports;var ya;function Od(){return ya||(ya=1,function(e){const u=Dd(),n=r((t,o)=>function(){return`\x1B[${t.apply(u,arguments)+o}m`},"wrapAnsi16"),p=r((t,o)=>function(){const s=t.apply(u,arguments);return`\x1B[${38+o};5;${s}m`},"wrapAnsi256"),c=r((t,o)=>function(){const s=t.apply(u,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 f of Object.keys(o)){const P=o[f];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,f,{value:P,enumerable:!1}),Object.defineProperty(o,"codes",{value:t,enumerable:!1})}const s=r(f=>f,"ansi2ansi"),l=r((f,P,m)=>[f,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:c(l,0)},o.bgColor.ansi={ansi:n(s,10)},o.bgColor.ansi256={ansi256:p(s,10)},o.bgColor.ansi16m={rgb:c(l,10)};for(let f of Object.keys(u)){if(typeof u[f]!="object")continue;const P=u[f];f==="ansi16"&&(f="ansi"),"ansi16"in P&&(o.color.ansi[f]=n(P.ansi16,0),o.bgColor.ansi[f]=n(P.ansi16,10)),"ansi256"in P&&(o.color.ansi256[f]=p(P.ansi256,0),o.bgColor.ansi256[f]=p(P.ansi256,10)),"rgb"in P&&(o.color.ansi16m[f]=c(P.rgb,0),o.bgColor.ansi16m[f]=c(P.rgb,10))}return o}r(i,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:i})}(gi)),gi.exports}r(Od,"requireAnsiStyles");var ys,ha;function wd(){return ha||(ha=1,ys=r((e,u)=>{u=u||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",p=u.indexOf(n+e),c=u.indexOf("--");return p!==-1&&(c===-1?!0:p<c)},"hasFlag")),ys}r(wd,"requireHasFlag");var hs,_a;function Md(){if(_a)return hs;_a=1;const e=id,u=wd(),n=process.env;let p;u("no-color")||u("no-colors")||u("color=false")?p=!1:(u("color")||u("colors")||u("color=true")||u("color=always"))&&(p=!0),"FORCE_COLOR"in n&&(p=n.FORCE_COLOR.length===0||parseInt(n.FORCE_COLOR,10)!==0);function c(o){return o===0?!1:{level:o,hasBasic:!0,has256:o>=2,has16m:o>=3}}r(c,"translateLevel");function i(o){if(p===!1)return 0;if(u("color=16m")||u("color=full")||u("color=truecolor"))return 3;if(u("color=256"))return 2;if(o&&!o.isTTY&&p!==!0)return 0;const s=p?1:0;if(process.platform==="win32"){const l=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(l[0])>=10&&Number(l[2])>=10586?Number(l[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(l=>l 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 l=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return l>=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 c(s)}return r(t,"getSupportLevel"),hs={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},hs}r(Md,"requireSupportsColor");var _s,va;function Id(){if(va)return _s;va=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,u=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,c=new Map([["n",`
2
- `],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function i(l){return l[0]==="u"&&l.length===5||l[0]==="x"&&l.length===3?String.fromCharCode(parseInt(l.slice(1),16)):c.get(l)||l}r(i,"unescape");function t(l,f){const P=[],m=f.trim().split(/\s*,\s*/g);let a;for(const E of m)if(!isNaN(E))P.push(Number(E));else if(a=E.match(n))P.push(a[2].replace(p,(d,y,T)=>y?i(y):T));else throw new Error(`Invalid Chalk template style argument: ${E} (in style '${l}')`);return P}r(t,"parseArguments");function o(l){u.lastIndex=0;const f=[];let P;for(;(P=u.exec(l))!==null;){const m=P[1];if(P[2]){const a=t(m,P[2]);f.push([m].concat(a))}else f.push([m])}return f}r(o,"parseStyle");function s(l,f){const P={};for(const a of f)for(const E of a.styles)P[E[0]]=a.inverse?null:E.slice(1);let m=l;for(const a of Object.keys(P))if(Array.isArray(P[a])){if(!(a in m))throw new Error(`Unknown Chalk style: ${a}`);P[a].length>0?m=m[a].apply(m,P[a]):m=m[a]}return m}return r(s,"buildStyle"),_s=r((l,f)=>{const P=[],m=[];let a=[];if(f.replace(e,(E,d,y,T,g,Y)=>{if(d)a.push(i(d));else if(T){const h=a.join("");a=[],m.push(P.length===0?h:s(l,P)(h)),P.push({inverse:y,styles:o(T)})}else if(g){if(P.length===0)throw new Error("Found extraneous } in Chalk template literal");m.push(s(l,P)(a.join(""))),a=[],P.pop()}else a.push(Y)}),m.push(a.join("")),P.length>0){const E=`Chalk template literal is missing ${P.length} closing bracket${P.length===1?"":"s"} (\`}\`)`;throw new Error(E)}return m.join("")},"templates"),_s}r(Id,"requireTemplates");var ba;function ga(){return ba||(ba=1,function(e){const u=Ld(),n=Od(),p=Md().stdout,c=Id(),i=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],o=new Set(["gray"]),s=Object.create(null);function l(d,y){y=y||{};const T=p?p.level:0;d.level=y.level===void 0?T:y.level,d.enabled="enabled"in y?y.enabled:d.level>0}r(l,"applyOptions");function f(d){if(!this||!(this instanceof f)||this.template){const y={};return l(y,d),y.template=function(){const T=[].slice.call(arguments);return E.apply(null,[y.template].concat(T))},Object.setPrototypeOf(y,f.prototype),Object.setPrototypeOf(y.template,y),y.template.constructor=f,y.template}l(this,d)}r(f,"Chalk"),i&&(n.blue.open="\x1B[94m");for(const d of Object.keys(n))n[d].closeRe=new RegExp(u(n[d].close),"g"),s[d]={get(){const y=n[d];return m.call(this,this._styles?this._styles.concat(y):[y],this._empty,d)}};s.visible={get(){return m.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(u(n.color.close),"g");for(const d of Object.keys(n.color.ansi))o.has(d)||(s[d]={get(){const y=this.level;return function(){const g={open:n.color[t[y]][d].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return m.call(this,this._styles?this._styles.concat(g):[g],this._empty,d)}}});n.bgColor.closeRe=new RegExp(u(n.bgColor.close),"g");for(const d of Object.keys(n.bgColor.ansi)){if(o.has(d))continue;const y="bg"+d[0].toUpperCase()+d.slice(1);s[y]={get(){const T=this.level;return function(){const Y={open:n.bgColor[t[T]][d].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return m.call(this,this._styles?this._styles.concat(Y):[Y],this._empty,d)}}}}const P=Object.defineProperties(()=>{},s);function m(d,y,T){const g=r(function(){return a.apply(g,arguments)},"builder");g._styles=d,g._empty=y;const Y=this;return Object.defineProperty(g,"level",{enumerable:!0,get(){return Y.level},set(h){Y.level=h}}),Object.defineProperty(g,"enabled",{enumerable:!0,get(){return Y.enabled},set(h){Y.enabled=h}}),g.hasGrey=this.hasGrey||T==="gray"||T==="grey",g.__proto__=P,g}r(m,"build");function a(){const d=arguments,y=d.length;let T=String(arguments[0]);if(y===0)return"";if(y>1)for(let Y=1;Y<y;Y++)T+=" "+d[Y];if(!this.enabled||this.level<=0||!T)return this._empty?"":T;const g=n.dim.open;i&&this.hasGrey&&(n.dim.open="");for(const Y of this._styles.slice().reverse())T=Y.open+T.replace(Y.closeRe,Y.open)+Y.close,T=T.replace(/\r?\n/g,`${Y.close}$&${Y.open}`);return n.dim.open=g,T}r(a,"applyStyle");function E(d,y){if(!Array.isArray(y))return[].slice.call(arguments,1).join(" ");const T=[].slice.call(arguments,2),g=[y.raw[0]];for(let Y=1;Y<y.length;Y++)g.push(String(T[Y-1]).replace(/[{}\\]/g,"\\$&")),g.push(String(y.raw[Y]));return c(d,g.join(""))}r(E,"chalkTag"),Object.defineProperties(f.prototype,s),e.exports=f(),e.exports.supportsColor=p,e.exports.default=e.exports}(Es)),Es.exports}r(ga,"requireChalk");var Sa;function Ud(){if(Sa)return We;Sa=1,Object.defineProperty(We,"__esModule",{value:!0}),We.default=E,We.shouldHighlight=P;var e=Sd(),u=Cd(),n=c(ga(),!0);function p(d){if(typeof WeakMap!="function")return null;var y=new WeakMap,T=new WeakMap;return(p=r(function(g){return g?T:y},"_getRequireWildcardCache"))(d)}r(p,"_getRequireWildcardCache");function c(d,y){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var T=p(y);if(T&&T.has(d))return T.get(d);var g={__proto__:null},Y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var h in d)if(h!=="default"&&Object.prototype.hasOwnProperty.call(d,h)){var A=Y?Object.getOwnPropertyDescriptor(d,h):null;A&&(A.get||A.set)?Object.defineProperty(g,h,A):g[h]=d[h]}return g.default=d,T&&T.set(d,g),g}r(c,"_interopRequireWildcard");const i=new Set(["as","async","from","get","of","set"]);function t(d){return{keyword:d.cyan,capitalized:d.yellow,jsxIdentifier:d.yellow,punctuator:d.yellow,number:d.magenta,string:d.green,regex:d.magenta,comment:d.grey,invalid:d.white.bgRed.bold}}r(t,"getDefs");const o=/\r\n|[\n\r\u2028\u2029]/,s=/^[()[\]{}]$/;let l;{const d=/^[a-z][\w-]*$/i,y=r(function(T,g,Y){if(T.type==="name"){if((0,u.isKeyword)(T.value)||(0,u.isStrictReservedWord)(T.value,!0)||i.has(T.value))return"keyword";if(d.test(T.value)&&(Y[g-1]==="<"||Y.slice(g-2,g)=="</"))return"jsxIdentifier";if(T.value[0]!==T.value[0].toLowerCase())return"capitalized"}return T.type==="punctuator"&&s.test(T.value)?"bracket":T.type==="invalid"&&(T.value==="@"||T.value==="#")?"punctuator":T.type},"getTokenType");l=r(function*(T){let g;for(;g=e.default.exec(T);){const Y=e.matchToToken(g);yield{type:y(Y,g.index,T),value:Y.value}}},"tokenize")}function f(d,y){let T="";for(const{type:g,value:Y}of l(y)){const h=d[g];h?T+=Y.split(o).map(A=>h(A)).join(`
3
- `):T+=Y}return T}r(f,"highlightTokens");function P(d){return n.default.level>0||d.forceColor}r(P,"shouldHighlight");let m;function a(d){if(d){var y;return(y=m)!=null||(m=new n.default.constructor({enabled:!0,level:1})),m}return n.default}r(a,"getChalk"),We.getChalk=d=>a(d.forceColor);function E(d,y={}){if(d!==""&&P(y)){const T=t(a(y.forceColor));return f(T,d)}else return d}return r(E,"highlight"),We}r(Ud,"requireLib$5");var Ya;function xd(){if(Ya)return nt;Ya=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.codeFrameColumns=f,nt.default=P;var e=Ud(),u=p(ga(),!0);function n(m){if(typeof WeakMap!="function")return null;var a=new WeakMap,E=new WeakMap;return(n=r(function(d){return d?E:a},"_getRequireWildcardCache"))(m)}r(n,"_getRequireWildcardCache");function p(m,a){if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var E=n(a);if(E&&E.has(m))return E.get(m);var d={__proto__:null},y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var T in m)if(T!=="default"&&Object.prototype.hasOwnProperty.call(m,T)){var g=y?Object.getOwnPropertyDescriptor(m,T):null;g&&(g.get||g.set)?Object.defineProperty(d,T,g):d[T]=m[T]}return d.default=m,E&&E.set(m,d),d}r(p,"_interopRequireWildcard");let c;function i(m){if(m){var a;return(a=c)!=null||(c=new u.default.constructor({enabled:!0,level:1})),c}return u.default}r(i,"getChalk");let t=!1;function o(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}r(o,"getDefs");const s=/\r\n|[\n\r\u2028\u2029]/;function l(m,a,E){const d=Object.assign({column:0,line:-1},m.start),y=Object.assign({},d,m.end),{linesAbove:T=2,linesBelow:g=3}=E||{},Y=d.line,h=d.column,A=y.line,R=y.column;let D=Math.max(Y-(T+1),0),O=Math.min(a.length,A+g);Y===-1&&(D=0),A===-1&&(O=a.length);const B=A-Y,j={};if(B)for(let F=0;F<=B;F++){const q=F+Y;if(!h)j[q]=!0;else if(F===0){const U=a[q-1].length;j[q]=[h,U-h+1]}else if(F===B)j[q]=[0,R];else{const U=a[q-F].length;j[q]=[0,U]}}else h===R?h?j[Y]=[h,0]:j[Y]=!0:j[Y]=[h,R-h];return{start:D,end:O,markerLines:j}}r(l,"getMarkerLines");function f(m,a,E={}){const d=(E.highlightCode||E.forceColor)&&(0,e.shouldHighlight)(E),y=i(E.forceColor),T=o(y),g=r((F,q)=>d?F(q):q,"maybeHighlight"),Y=m.split(s),{start:h,end:A,markerLines:R}=l(a,Y,E),D=a.start&&typeof a.start.column=="number",O=String(A).length;let j=(d?(0,e.default)(m,E):m).split(s,A).slice(h,A).map((F,q)=>{const U=h+1+q,J=` ${` ${U}`.slice(-O)} |`,$=R[U],z=!R[U+1];if($){let Q="";if(Array.isArray($)){const Z=F.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),Ce=$[1]||1;Q=[`
4
- `,g(T.gutter,J.replace(/\d/g," "))," ",Z,g(T.marker,"^").repeat(Ce)].join(""),z&&E.message&&(Q+=" "+g(T.message,E.message))}return[g(T.marker,">"),g(T.gutter,J),F.length>0?` ${F}`:"",Q].join("")}else return` ${g(T.gutter,J)}${F.length>0?` ${F}`:""}`}).join(`
5
- `);return E.message&&!D&&(j=`${" ".repeat(O+1)}${E.message}
6
- ${j}`),d?y.reset(j):j}r(f,"codeFrameColumns");function P(m,a,E,d={}){if(!t){t=!0;const T="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(T,"DeprecationWarning");else{const g=new Error(T);g.name="DeprecationWarning",console.warn(new Error(T))}}return E=Math.max(E,0),f(m,{start:{column:E,line:a}},d)}return r(P,"_default"),nt}r(xd,"requireLib$4");var Fd=xd();const Aa=r((e,u,n)=>n<0?-1:e.lastIndexOf(u,n),"safeLastIndexOf");function Bd(e,u){const n=Aa(e,`
7
- `,u-1),p=u-n-1;let c=0;for(let i=n;i>=0;i=Aa(e,`
8
- `,i-1))c++;return{line:c,column:p}}r(Bd,"getPosition");function Ca(e,u,{oneBased:n=!1}={}){if(u<0||u>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const p=Bd(e,u);return n?{line:p.line+1,column:p.column+1}:p}r(Ca,"indexToLineColumn");const kd=r(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class $o extends Error{static{r(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#e;constructor(u){super(),this.#e=u,Error.captureStackTrace?.(this,$o)}get message(){const{fileName:u,codeFrame:n}=this;return`${this.#e}${u?` in ${u}`:""}${n?`
9
-
10
- ${n}
11
- `:""}`}set message(u){this.#e=u}}const La=r((e,u,n=!0)=>Fd.codeFrameColumns(e,{start:u},{highlightCode:n}),"generateCodeFrame"),jd=r((e,u)=>{const n=u.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;let{index:p,line:c,column:i}=n.groups;if(c&&i)return{line:Number(c),column:Number(i)};if(p=Number(p),p===e.length){const{line:t,column:o}=Ca(e,e.length-1,{oneBased:!0});return{line:t,column:o+1}}return Ca(e,p,{oneBased:!0})},"getErrorLocation"),Nd=r(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(u,n,p)=>`"${p}"(${kd(p)})`),"addCodePointToUnexpectedToken");function qd(e,u,n){let p;try{return JSON.parse(e,u)}catch(t){p=t.message}let c;e?(c=jd(e,p),p=Nd(p)):p+=" while parsing empty string";const i=new $o(p);throw i.fileName=n,c&&(i.codeFrame=La(e,c),i.rawCodeFrame=La(e,c,!1)),i}r(qd,"parseJson");var vs,Ra;function Va(){return Ra||(Ra=1,vs=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...u)=>console.error("SEMVER",...u):()=>{}),vs}r(Va,"requireDebug");var bs,Da;function Oa(){if(Da)return bs;Da=1;const e="2.0.0",u=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,p=16,c=u-6;return bs={MAX_LENGTH:u,MAX_SAFE_COMPONENT_LENGTH:p,MAX_SAFE_BUILD_LENGTH:c,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},bs}r(Oa,"requireConstants");var Si={exports:{}},wa;function Gd(){return wa||(wa=1,function(e,u){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:p,MAX_LENGTH:c}=Oa(),i=Va();u=e.exports={};const t=u.re=[],o=u.safeRe=[],s=u.src=[],l=u.t={};let f=0;const P="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",c],[P,p]],a=r(d=>{for(const[y,T]of m)d=d.split(`${y}*`).join(`${y}{0,${T}}`).split(`${y}+`).join(`${y}{1,${T}}`);return d},"makeSafeRegex"),E=r((d,y,T)=>{const g=a(y),Y=f++;i(d,Y,y),l[d]=Y,s[Y]=y,t[Y]=new RegExp(y,T?"g":void 0),o[Y]=new RegExp(g,T?"g":void 0)},"createToken");E("NUMERICIDENTIFIER","0|[1-9]\\d*"),E("NUMERICIDENTIFIERLOOSE","\\d+"),E("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${P}*`),E("MAINVERSION",`(${s[l.NUMERICIDENTIFIER]})\\.(${s[l.NUMERICIDENTIFIER]})\\.(${s[l.NUMERICIDENTIFIER]})`),E("MAINVERSIONLOOSE",`(${s[l.NUMERICIDENTIFIERLOOSE]})\\.(${s[l.NUMERICIDENTIFIERLOOSE]})\\.(${s[l.NUMERICIDENTIFIERLOOSE]})`),E("PRERELEASEIDENTIFIER",`(?:${s[l.NUMERICIDENTIFIER]}|${s[l.NONNUMERICIDENTIFIER]})`),E("PRERELEASEIDENTIFIERLOOSE",`(?:${s[l.NUMERICIDENTIFIERLOOSE]}|${s[l.NONNUMERICIDENTIFIER]})`),E("PRERELEASE",`(?:-(${s[l.PRERELEASEIDENTIFIER]}(?:\\.${s[l.PRERELEASEIDENTIFIER]})*))`),E("PRERELEASELOOSE",`(?:-?(${s[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[l.PRERELEASEIDENTIFIERLOOSE]})*))`),E("BUILDIDENTIFIER",`${P}+`),E("BUILD",`(?:\\+(${s[l.BUILDIDENTIFIER]}(?:\\.${s[l.BUILDIDENTIFIER]})*))`),E("FULLPLAIN",`v?${s[l.MAINVERSION]}${s[l.PRERELEASE]}?${s[l.BUILD]}?`),E("FULL",`^${s[l.FULLPLAIN]}$`),E("LOOSEPLAIN",`[v=\\s]*${s[l.MAINVERSIONLOOSE]}${s[l.PRERELEASELOOSE]}?${s[l.BUILD]}?`),E("LOOSE",`^${s[l.LOOSEPLAIN]}$`),E("GTLT","((?:<|>)?=?)"),E("XRANGEIDENTIFIERLOOSE",`${s[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),E("XRANGEIDENTIFIER",`${s[l.NUMERICIDENTIFIER]}|x|X|\\*`),E("XRANGEPLAIN",`[v=\\s]*(${s[l.XRANGEIDENTIFIER]})(?:\\.(${s[l.XRANGEIDENTIFIER]})(?:\\.(${s[l.XRANGEIDENTIFIER]})(?:${s[l.PRERELEASE]})?${s[l.BUILD]}?)?)?`),E("XRANGEPLAINLOOSE",`[v=\\s]*(${s[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[l.XRANGEIDENTIFIERLOOSE]})(?:${s[l.PRERELEASELOOSE]})?${s[l.BUILD]}?)?)?`),E("XRANGE",`^${s[l.GTLT]}\\s*${s[l.XRANGEPLAIN]}$`),E("XRANGELOOSE",`^${s[l.GTLT]}\\s*${s[l.XRANGEPLAINLOOSE]}$`),E("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),E("COERCE",`${s[l.COERCEPLAIN]}(?:$|[^\\d])`),E("COERCEFULL",s[l.COERCEPLAIN]+`(?:${s[l.PRERELEASE]})?(?:${s[l.BUILD]})?(?:$|[^\\d])`),E("COERCERTL",s[l.COERCE],!0),E("COERCERTLFULL",s[l.COERCEFULL],!0),E("LONETILDE","(?:~>?)"),E("TILDETRIM",`(\\s*)${s[l.LONETILDE]}\\s+`,!0),u.tildeTrimReplace="$1~",E("TILDE",`^${s[l.LONETILDE]}${s[l.XRANGEPLAIN]}$`),E("TILDELOOSE",`^${s[l.LONETILDE]}${s[l.XRANGEPLAINLOOSE]}$`),E("LONECARET","(?:\\^)"),E("CARETTRIM",`(\\s*)${s[l.LONECARET]}\\s+`,!0),u.caretTrimReplace="$1^",E("CARET",`^${s[l.LONECARET]}${s[l.XRANGEPLAIN]}$`),E("CARETLOOSE",`^${s[l.LONECARET]}${s[l.XRANGEPLAINLOOSE]}$`),E("COMPARATORLOOSE",`^${s[l.GTLT]}\\s*(${s[l.LOOSEPLAIN]})$|^$`),E("COMPARATOR",`^${s[l.GTLT]}\\s*(${s[l.FULLPLAIN]})$|^$`),E("COMPARATORTRIM",`(\\s*)${s[l.GTLT]}\\s*(${s[l.LOOSEPLAIN]}|${s[l.XRANGEPLAIN]})`,!0),u.comparatorTrimReplace="$1$2$3",E("HYPHENRANGE",`^\\s*(${s[l.XRANGEPLAIN]})\\s+-\\s+(${s[l.XRANGEPLAIN]})\\s*$`),E("HYPHENRANGELOOSE",`^\\s*(${s[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[l.XRANGEPLAINLOOSE]})\\s*$`),E("STAR","(<|>)?=?\\s*\\*"),E("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),E("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(Si,Si.exports)),Si.exports}r(Gd,"requireRe");var gs,Ma;function $d(){if(Ma)return gs;Ma=1;const e=Object.freeze({loose:!0}),u=Object.freeze({});return gs=r(p=>p?typeof p!="object"?e:p:u,"parseOptions"),gs}r($d,"requireParseOptions");var Ss,Ia;function Wd(){if(Ia)return Ss;Ia=1;const e=/^[0-9]+$/,u=r((p,c)=>{const i=e.test(p),t=e.test(c);return i&&t&&(p=+p,c=+c),p===c?0:i&&!t?-1:t&&!i?1:p<c?-1:1},"compareIdentifiers");return Ss={compareIdentifiers:u,rcompareIdentifiers:r((p,c)=>u(c,p),"rcompareIdentifiers")},Ss}r(Wd,"requireIdentifiers");var Ys,Ua;function Hd(){if(Ua)return Ys;Ua=1;const e=Va(),{MAX_LENGTH:u,MAX_SAFE_INTEGER:n}=Oa(),{safeRe:p,t:c}=Gd(),i=$d(),{compareIdentifiers:t}=Wd();class o{static{r(this,"SemVer")}constructor(l,f){if(f=i(f),l instanceof o){if(l.loose===!!f.loose&&l.includePrerelease===!!f.includePrerelease)return l;l=l.version}else if(typeof l!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof l}".`);if(l.length>u)throw new TypeError(`version is longer than ${u} characters`);e("SemVer",l,f),this.options=f,this.loose=!!f.loose,this.includePrerelease=!!f.includePrerelease;const P=l.trim().match(f.loose?p[c.LOOSE]:p[c.FULL]);if(!P)throw new TypeError(`Invalid Version: ${l}`);if(this.raw=l,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(l){if(e("SemVer.compare",this.version,this.options,l),!(l instanceof o)){if(typeof l=="string"&&l===this.version)return 0;l=new o(l,this.options)}return l.version===this.version?0:this.compareMain(l)||this.comparePre(l)}compareMain(l){return l instanceof o||(l=new o(l,this.options)),t(this.major,l.major)||t(this.minor,l.minor)||t(this.patch,l.patch)}comparePre(l){if(l instanceof o||(l=new o(l,this.options)),this.prerelease.length&&!l.prerelease.length)return-1;if(!this.prerelease.length&&l.prerelease.length)return 1;if(!this.prerelease.length&&!l.prerelease.length)return 0;let f=0;do{const P=this.prerelease[f],m=l.prerelease[f];if(e("prerelease compare",f,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(++f)}compareBuild(l){l instanceof o||(l=new o(l,this.options));let f=0;do{const P=this.build[f],m=l.build[f];if(e("build compare",f,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(++f)}inc(l,f,P){switch(l){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",f,P);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",f,P);break;case"prepatch":this.prerelease.length=0,this.inc("patch",f,P),this.inc("pre",f,P);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",f,P),this.inc("pre",f,P);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(!f&&P===!1)throw new Error("invalid increment argument: identifier is empty");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(f===this.prerelease.join(".")&&P===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(m)}}if(f){let a=[f,m];P===!1&&(a=[f]),t(this.prerelease[0],f)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${l}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ys=o,Ys}r(Hd,"requireSemver");var As,xa;function Fa(){if(xa)return As;xa=1;const e=Hd();return As=r((n,p,c=!1)=>{if(n instanceof e)return n;try{return new e(n,p)}catch(i){if(!c)return null;throw i}},"parse"),As}r(Fa,"requireParse$1");var Cs,Ba;function Kd(){if(Ba)return Cs;Ba=1;const e=Fa();return Cs=r((n,p)=>{const c=e(n,p);return c?c.version:null},"valid"),Cs}r(Kd,"requireValid");var Ls,ka;function zd(){if(ka)return Ls;ka=1;const e=Fa();return Ls=r((n,p)=>{const c=e(n.trim().replace(/^[=v]+/,""),p);return c?c.version:null},"clean"),Ls}r(zd,"requireClean");var ja=["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"],Xd=["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"],Jd=["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"],Rs,Na;function Qd(){if(Na)return Rs;Na=1;var e=[].concat(ja).concat(Xd),u=Jd;return Rs=r(function(n){var p=0;function c(){return p<n.length}r(c,"hasMore");function i(y){if(y instanceof RegExp){var T=n.slice(p),g=T.match(y);if(g)return p+=g[0].length,g[0]}else if(n.indexOf(y,p)===p)return p+=y.length,y}r(i,"read");function t(){i(/[ ]*/)}r(t,"skipWhitespace");function o(){for(var y,T=["WITH","AND","OR","(",")",":","+"],g=0;g<T.length&&(y=i(T[g]),!y);g++);if(y==="+"&&p>1&&n[p-2]===" ")throw new Error("Space before `+`");return y&&{type:"OPERATOR",string:y}}r(o,"operator");function s(){return i(/[A-Za-z0-9-.]+/)}r(s,"idstring");function l(){var y=s();if(!y)throw new Error("Expected idstring at offset "+p);return y}r(l,"expectIdstring");function f(){if(i("DocumentRef-")){var y=l();return{type:"DOCUMENTREF",string:y}}}r(f,"documentRef");function P(){if(i("LicenseRef-")){var y=l();return{type:"LICENSEREF",string:y}}}r(P,"licenseRef");function m(){var y=p,T=s();if(e.indexOf(T)!==-1)return{type:"LICENSE",string:T};if(u.indexOf(T)!==-1)return{type:"EXCEPTION",string:T};p=y}r(m,"identifier");function a(){return o()||f()||P()||m()}r(a,"parseToken");for(var E=[];c()&&(t(),!!c());){var d=a();if(!d)throw new Error("Unexpected `"+n[p]+"` at offset "+p);E.push(d)}return E},"scan"),Rs}r(Qd,"requireScan");var Vs,qa;function Zd(){return qa||(qa=1,Vs=r(function(e){var u=0;function n(){return u<e.length}r(n,"hasMore");function p(){return n()?e[u]:null}r(p,"token");function c(){if(!n())throw new Error;u++}r(c,"next");function i(d){var y=p();if(y&&y.type==="OPERATOR"&&d===y.string)return c(),y.string}r(i,"parseOperator");function t(){if(i("WITH")){var d=p();if(d&&d.type==="EXCEPTION")return c(),d.string;throw new Error("Expected exception after `WITH`")}}r(t,"parseWith");function o(){var d=u,y="",T=p();if(T.type==="DOCUMENTREF"&&(c(),y+="DocumentRef-"+T.string+":",!i(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(T=p(),T.type==="LICENSEREF")return c(),y+="LicenseRef-"+T.string,{license:y};u=d}r(o,"parseLicenseRef");function s(){var d=p();if(d&&d.type==="LICENSE"){c();var y={license:d.string};i("+")&&(y.plus=!0);var T=t();return T&&(y.exception=T),y}}r(s,"parseLicense");function l(){var d=i("(");if(d){var y=a();if(!i(")"))throw new Error("Expected `)`");return y}}r(l,"parseParenthesizedExpression");function f(){return l()||o()||s()}r(f,"parseAtom");function P(d,y){return r(function T(){var g=y();if(g){if(!i(d))return g;var Y=T();if(!Y)throw new Error("Expected expression");return{left:g,conjunction:d.toLowerCase(),right:Y}}},"parseBinaryOp")}r(P,"makeBinaryOpParser");var m=P("AND",f),a=P("OR",m),E=a();if(!E||n())throw new Error("Syntax error");return E},"parse")),Vs}r(Zd,"requireParse");var Ds,Ga;function $a(){if(Ga)return Ds;Ga=1;var e=Qd(),u=Zd();return Ds=r(function(n){return u(e(n))},"spdxExpressionParse"),Ds}r($a,"requireSpdxExpressionParse");var Os,Wa;function eT(){if(Wa)return Os;Wa=1;var e=$a(),u=ja;function n(T){try{return e(T),!0}catch{return!1}}r(n,"valid");function p(T,g){var Y=g[0].length-T[0].length;return Y!==0?Y:T[0].toUpperCase().localeCompare(g[0].toUpperCase())}r(p,"sortTranspositions");var c=[["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=u.map(function(T){var g=/^(.*)-\d+\.\d+$/.exec(T);return g?[g[0],g[1]]:[T,null]}).reduce(function(T,g){var Y=g[1];return T[Y]=T[Y]||[],T[Y].push(g[0]),T},{}),l=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 f=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(l).sort(p),P=0,m=1,a=r(function(T){for(var g=0;g<o.length;g++){var Y=o[g](T).trim();if(Y!==T&&n(Y))return Y}return null},"validTransformation"),E=r(function(T){for(var g=T.toUpperCase(),Y=0;Y<f.length;Y++){var h=f[Y];if(g.indexOf(h[P])>-1)return h[m]}return null},"validLastResort"),d=r(function(T,g){for(var Y=0;Y<c.length;Y++){var h=c[Y],A=h[i];if(T.indexOf(A)>-1){var R=T.replace(A,h[t]),D=g(R);if(D!==null)return D}}return null},"anyCorrection");Os=r(function(T,g){g=g||{};var Y=g.upgrade===void 0?!0:!!g.upgrade;function h(O){return Y?y(O):O}r(h,"postprocess");var A=typeof T=="string"&&T.trim().length!==0;if(!A)throw Error("Invalid argument. Expected non-empty string.");if(T=T.trim(),n(T))return h(T);var R=T.replace(/\+$/,"").trim();if(n(R))return h(R);var D=a(T);return D!==null||(D=d(T,function(O){return n(O)?O:a(O)}),D!==null)||(D=E(T),D!==null)||(D=d(T,E),D!==null)?h(D):null},"spdxCorrect");function y(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(y,"upgradeGPLs"),Os}r(eT,"requireSpdxCorrect");var ws,Ha;function tT(){if(Ha)return ws;Ha=1;var e=$a(),u=eT(),n='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',p=/^SEE LICEN[CS]E IN (.+)$/;function c(t,o){return o.slice(0,t.length)===t}r(c,"startsWith");function i(t){if(t.hasOwnProperty("license")){var o=t.license;return c("LicenseRef",o)||c("DocumentRef",o)}else return i(t.left)||i(t.right)}return r(i,"usesLicenseRef"),ws=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 l={validForOldPackages:!1,validForNewPackages:!1,warnings:[n]};if(t.trim().length!==0){var f=u(t);f&&l.warnings.push('license is similar to the valid expression "'+f+'"')}return l}return i(o)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[n]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),ws}r(tT,"requireValidateNpmPackageLicense");var st={},Ka;function rT(){if(Ka)return st;Ka=1,Object.defineProperty(st,"__esModule",{value:!0}),st.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,u=new Set,n=typeof process=="object"&&process?process:{},p=r((m,a,E,d)=>{typeof n.emitWarning=="function"?n.emitWarning(m,a,E,d):console.error(`[${E}] ${a}: ${m}`)},"emitWarning");let c=globalThis.AbortController,i=globalThis.AbortSignal;if(typeof c>"u"){i=class{static{r(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,y){this._onabort.push(y)}},c=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 y of this.signal._onabort)y(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=>!u.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?l:null:null,"getUintArray");class l extends Array{static{r(this,"ZeroArray")}constructor(a){super(a),this.fill(0)}}class f{static{r(this,"Stack")}heap;length;static#e=!1;static create(a){const E=s(a);if(!E)return[];f.#e=!0;const d=new f(a,E);return f.#e=!1,d}constructor(a,E){if(!f.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new E(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(E=>a.#i(E),"isBackgroundFetch"),backgroundFetch:r((E,d,y,T)=>a.#O(E,d,y,T),"backgroundFetch"),moveToTail:r(E=>a.#R(E),"moveToTail"),indexes:r(E=>a.#g(E),"indexes"),rindexes:r(E=>a.#S(E),"rindexes"),isStale:r(E=>a.#P(E),"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:E=0,ttl:d,ttlResolution:y=1,ttlAutopurge:T,updateAgeOnGet:g,updateAgeOnHas:Y,allowStale:h,dispose:A,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(E!==0&&!o(E))throw new TypeError("max option must be a nonnegative integer");const Q=E?s(E):Array;if(!Q)throw new Error("invalid max value: "+E);if(this.#e=E,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(E).fill(void 0),this.#t=new Array(E).fill(void 0),this.#E=new Q(E),this.#d=new Q(E),this.#p=0,this.#u=0,this.#h=f.create(E),this.#l=0,this.#y=0,typeof A=="function"&&(this.#n=A),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=!!h,this.noDeleteOnStaleGet=!!H,this.updateAgeOnGet=!!g,this.updateAgeOnHas=!!Y,this.ttlResolution=o(y)||y===0?y: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)&&(u.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 l(this.#e),E=new l(this.#e);this.#T=a,this.#v=E,this.#M=(T,g,Y=e.now())=>{if(E[T]=g!==0?Y:0,a[T]=g,g!==0&&this.ttlAutopurge){const h=setTimeout(()=>{this.#P(T)&&this.delete(this.#s[T])},g+1);h.unref&&h.unref()}},this.#C=T=>{E[T]=a[T]!==0?e.now():0},this.#Y=(T,g)=>{if(a[g]){const Y=a[g],h=E[g];if(!Y||!h)return;T.ttl=Y,T.start=h,T.now=d||y();const A=T.now-h;T.remainingTTL=Y-A}};let d=0;const y=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 Y=a[g],h=E[g];if(!Y||!h)return 1/0;const A=(d||y())-h;return Y-A},this.#P=T=>{const g=E[T],Y=a[T];return!!Y&&!!g&&(d||y())-g>Y}}#C=r(()=>{},"#updateItemAge");#Y=r(()=>{},"#statusTTL");#M=r(()=>{},"#setItemTTL");#P=r(()=>!1,"#isStale");#F(){const a=new l(this.#e);this.#y=0,this.#_=a,this.#L=E=>{this.#y-=a[E],a[E]=0},this.#I=(E,d,y,T)=>{if(this.#i(d))return 0;if(!o(y))if(T){if(typeof T!="function")throw new TypeError("sizeCalculation must be a function");if(y=T(d,E),!o(y))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 y},this.#V=(E,d,y)=>{if(a[E]=d,this.#r){const T=this.#r-a[E];for(;this.#y>T;)this.#D(!0)}this.#y+=a[E],y&&(y.entrySize=d,y.totalCalculatedSize=this.#y)}}#L=r(a=>{},"#removeItemSize");#V=r((a,E,d)=>{},"#addItemSize");#I=r((a,E,d,y)=>{if(d||y)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 E=this.#u;!(!this.#U(E)||((a||!this.#P(E))&&(yield E),E===this.#p));)E=this.#d[E]}*#S({allowStale:a=this.allowStale}={}){if(this.#l)for(let E=this.#p;!(!this.#U(E)||((a||!this.#P(E))&&(yield E),E===this.#u));)E=this.#E[E]}#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 E=this.#s[a];E!==void 0&&!this.#i(this.#t[a])&&(yield E)}}*rkeys(){for(const a of this.#S()){const E=this.#s[a];E!==void 0&&!this.#i(this.#t[a])&&(yield E)}}*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,E={}){for(const d of this.#g()){const y=this.#t[d],T=this.#i(y)?y.__staleWhileFetching:y;if(T!==void 0&&a(T,this.#s[d],this))return this.get(this.#s[d],E)}}forEach(a,E=this){for(const d of this.#g()){const y=this.#t[d],T=this.#i(y)?y.__staleWhileFetching:y;T!==void 0&&a.call(E,T,this.#s[d],this)}}rforEach(a,E=this){for(const d of this.#S()){const y=this.#t[d],T=this.#i(y)?y.__staleWhileFetching:y;T!==void 0&&a.call(E,T,this.#s[d],this)}}purgeStale(){let a=!1;for(const E of this.#S({allowStale:!0}))this.#P(E)&&(this.delete(this.#s[E]),a=!0);return a}info(a){const E=this.#a.get(a);if(E===void 0)return;const d=this.#t[E],y=this.#i(d)?d.__staleWhileFetching:d;if(y===void 0)return;const T={value:y};if(this.#T&&this.#v){const g=this.#T[E],Y=this.#v[E];if(g&&Y){const h=g-(e.now()-Y);T.ttl=h,T.start=Date.now()}}return this.#_&&(T.size=this.#_[E]),T}dump(){const a=[];for(const E of this.#g({allowStale:!0})){const d=this.#s[E],y=this.#t[E],T=this.#i(y)?y.__staleWhileFetching:y;if(T===void 0||d===void 0)continue;const g={value:T};if(this.#T&&this.#v){g.ttl=this.#T[E];const Y=e.now()-this.#v[E];g.start=Math.floor(Date.now()-Y)}this.#_&&(g.size=this.#_[E]),a.unshift([d,g])}return a}load(a){this.clear();for(const[E,d]of a){if(d.start){const y=Date.now()-d.start;d.start=e.now()-y}this.set(E,d.value,d)}}set(a,E,d={}){if(E===void 0)return this.delete(a),this;const{ttl:y=this.ttl,start:T,noDisposeOnSet:g=this.noDisposeOnSet,sizeCalculation:Y=this.sizeCalculation,status:h}=d;let{noUpdateTTL:A=this.noUpdateTTL}=d;const R=this.#I(a,E,d.size||0,Y);if(this.maxEntrySize&&R>this.maxEntrySize)return h&&(h.set="miss",h.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]=E,this.#a.set(a,D),this.#E[this.#u]=D,this.#d[D]=this.#u,this.#u=D,this.#l++,this.#V(D,R,h),h&&(h.set="add"),A=!1;else{this.#R(D);const O=this.#t[D];if(E!==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,h),this.#t[D]=E,h){h.set="replace";const B=O&&this.#i(O)?O.__staleWhileFetching:O;B!==void 0&&(h.oldValue=B)}}else h&&(h.set="update")}if(y!==0&&!this.#T&&this.#w(),this.#T&&(A||this.#M(D,y,T),h&&this.#Y(h,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 E;for(;E=a?.shift();)this.#o?.(...E)}}}#D(a){const E=this.#p,d=this.#s[E],y=this.#t[E];return this.#A&&this.#i(y)?y.__abortController.abort(new Error("evicted")):(this.#b||this.#f)&&(this.#b&&this.#n?.(y,d,"evict"),this.#f&&this.#c?.push([y,d,"evict"])),this.#L(E),a&&(this.#s[E]=void 0,this.#t[E]=void 0,this.#h.push(E)),this.#l===1?(this.#p=this.#u=0,this.#h.length=0):this.#p=this.#E[E],this.#a.delete(d),this.#l--,E}has(a,E={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:y}=E,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))y&&(y.has="stale",this.#Y(y,T));else return d&&this.#C(T),y&&(y.has="hit",this.#Y(y,T)),!0}else y&&(y.has="miss");return!1}peek(a,E={}){const{allowStale:d=this.allowStale}=E,y=this.#a.get(a);if(y===void 0||!d&&this.#P(y))return;const T=this.#t[y];return this.#i(T)?T.__staleWhileFetching:T}#O(a,E,d,y){const T=E===void 0?void 0:this.#t[E];if(this.#i(T))return T;const g=new c,{signal:Y}=d;Y?.addEventListener("abort",()=>g.abort(Y.reason),{signal:g.signal});const h={signal:g.signal,options:d,context:y},A=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[E]===B&&(F===void 0?J.__staleWhileFetching?this.#t[E]=J.__staleWhileFetching:this.delete(a):(d.status&&(d.status.fetchUpdated=!0),this.set(a,F,h.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[E]===B&&(!J||$.__staleWhileFetching===void 0?this.delete(a):U||(this.#t[E]=$.__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,h);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=>A(H,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const B=new Promise(O).then(A,R),j=Object.assign(B,{__abortController:g,__staleWhileFetching:T,__returned:void 0});return E===void 0?(this.set(a,j,{...h.options,status:void 0}),E=this.#a.get(a)):this.#t[E]=j,j}#i(a){if(!this.#A)return!1;const E=a;return!!E&&E instanceof Promise&&E.hasOwnProperty("__staleWhileFetching")&&E.__abortController instanceof c}async fetch(a,E={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,ttl:g=this.ttl,noDisposeOnSet:Y=this.noDisposeOnSet,size:h=0,sizeCalculation:A=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}=E;if(!this.#A)return U&&(U.fetch="get"),this.get(a,{allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:T,status:U});const J={allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:T,ttl:g,noDisposeOnSet:Y,size:h,sizeCalculation:A,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($),y&&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,E={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:T=this.noDeleteOnStaleGet,status:g}=E,Y=this.#a.get(a);if(Y!==void 0){const h=this.#t[Y],A=this.#i(h);return g&&this.#Y(g,Y),this.#P(Y)?(g&&(g.get="stale"),A?(g&&d&&h.__staleWhileFetching!==void 0&&(g.returnedStale=!0),d?h.__staleWhileFetching:void 0):(T||this.delete(a),g&&d&&(g.returnedStale=!0),d?h:void 0)):(g&&(g.get="hit"),A?h.__staleWhileFetching:(this.#R(Y),y&&this.#C(Y),h))}else g&&(g.get="miss")}#x(a,E){this.#d[E]=a,this.#E[a]=E}#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 E=!1;if(this.#l!==0){const d=this.#a.get(a);if(d!==void 0)if(E=!0,this.#l===1)this.clear();else{this.#L(d);const y=this.#t[d];if(this.#i(y)?y.__abortController.abort(new Error("deleted")):(this.#b||this.#f)&&(this.#b&&this.#n?.(y,a,"delete"),this.#f&&this.#c?.push([y,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 y;for(;y=d?.shift();)this.#o?.(...y)}return E}clear(){for(const a of this.#S({allowStale:!0})){const E=this.#t[a];if(this.#i(E))E.__abortController.abort(new Error("deleted"));else{const d=this.#s[a];this.#b&&this.#n?.(E,d,"delete"),this.#f&&this.#c?.push([E,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 E;for(;E=a?.shift();)this.#o?.(...E)}}}return st.LRUCache=P,st}r(rT,"requireCommonjs");var Ms,za;function nT(){if(za)return Ms;za=1;const e=r((...i)=>i.every(t=>t)?i.join(""):"","maybeJoin"),u=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:l,path:f})=>`https://${i}/${t}/${o}${e("/",l,"/",u(s||"HEAD"),"/",f)}`,"edittemplate"),browsetemplate:r(({domain:i,user:t,project:o,committish:s,treepath:l})=>`https://${i}/${t}/${o}${e("/",l,"/",u(s))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,user:t,project:o,committish:s,treepath:l,path:f,fragment:P,hashformat:m})=>`https://${i}/${t}/${o}/${l}/${u(s||"HEAD")}/${f}${e("#",m(P||""))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,user:t,project:o,committish:s,blobpath:l,path:f,fragment:P,hashformat:m})=>`https://${i}/${t}/${o}/${l}/${u(s||"HEAD")}/${f}${e("#",m(P||""))}`,"browseblobtemplate"),docstemplate:r(({domain:i,user:t,project:o,treepath:s,committish:l})=>`https://${i}/${t}/${o}${e("/",s,"/",u(l))}#readme`,"docstemplate"),httpstemplate:r(({auth:i,domain:t,user:o,project:s,committish:l})=>`git+https://${e(i,"@")}${t}/${o}/${s}.git${e("#",l)}`,"httpstemplate"),filetemplate:r(({domain:i,user:t,project:o,committish:s,path:l})=>`https://${i}/${t}/${o}/raw/${u(s||"HEAD")}/${l}`,"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},c={};c.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:l})=>`https://${e(i,"@")}raw.githubusercontent.com/${t}/${o}/${u(s||"HEAD")}/${l}`,"filetemplate"),gittemplate:r(({auth:i,domain:t,user:o,project:s,committish:l})=>`git://${e(i,"@")}${t}/${o}/${s}.git${e("#",l)}`,"gittemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://codeload.${i}/${t}/${o}/tar.gz/${u(s||"HEAD")}`,"tarballtemplate"),extract:r(i=>{let[,t,o,s,l]=i.pathname.split("/",5);if(!(s&&s!=="tree")&&(s||(l=i.hash.slice(1)),o&&o.endsWith(".git")&&(o=o.slice(0,-4)),!(!t||!o)))return{user:t,project:o,committish:l}},"extract")},c.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:l,path:f,editpath:P})=>`https://${i}/${t}/${o}${e("/",l,"/",u(s||"HEAD"),"/",f,P)}`,"edittemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}/get/${u(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")},c.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:l})=>`git+https://${e(i,"@")}${t}/${o}/${s}.git${e("#",l)}`,"httpstemplate"),tarballtemplate:r(({domain:i,user:t,project:o,committish:s})=>`https://${i}/${t}/${o}/repository/archive.tar.gz?ref=${u(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 l=o.join("/");if(!(!l||!s))return{user:l,project:s,committish:i.hash.slice(1)}},"extract")},c.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:l})=>`https://${i}/${t}/${o}${e("/",u(s))}/${l}`,"edittemplate"),browsetemplate:r(({domain:i,project:t,committish:o})=>`https://${i}/${t}${e("/",u(o))}`,"browsetemplate"),browsetreetemplate:r(({domain:i,project:t,committish:o,path:s,hashformat:l})=>`https://${i}/${t}${e("/",u(o))}${e("#",l(s))}`,"browsetreetemplate"),browseblobtemplate:r(({domain:i,project:t,committish:o,path:s,hashformat:l})=>`https://${i}/${t}${e("/",u(o))}${e("#",l(s))}`,"browseblobtemplate"),docstemplate:r(({domain:i,project:t,committish:o})=>`https://${i}/${t}${e("/",u(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("/",u(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/${u(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")},c.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:r(({domain:i,user:t,project:o,committish:s,path:l})=>`https://${i}/${t}/${o}/blob/${u(s)||"HEAD"}/${l}`,"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/${u(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(c))c[i]=Object.assign({},p,t);return Ms=c,Ms}r(nT,"requireHosts");var Is,Xa;function Ja(){if(Xa)return Is;Xa=1;const e=Jo,u=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 l=i.indexOf("@");return l>-1?l>o?`git+ssh://${i}`:i:i.indexOf("//")===o+1?i:`${i.slice(0,o+1)}//${i.slice(o+1)}`},"correctProtocol"),c=r(i=>{const t=u(i,"@","#"),o=u(i,":","#");return o>t&&(i=i.slice(0,o)+"/"+i.slice(o+1)),u(i,":","#")===-1&&i.indexOf("//")===-1&&(i=`git+ssh://${i}`),i},"correctUrl");return Is=r((i,t)=>{const o=t?p(i,t):i;return n(o)||n(c(o))},"parseUrl"),Is}r(Ja,"requireParseUrl");var Us,Qa;function iT(){if(Qa)return Us;Qa=1;const e=Ja(),u=r(n=>{const p=n.indexOf("#"),c=n.indexOf("/"),i=n.indexOf("/",c+1),t=n.indexOf(":"),o=/\s/.exec(n),s=n.indexOf("@"),l=!o||p>-1&&o.index>p,f=s===-1||p>-1&&s>p,P=t===-1||p>-1&&t>p,m=i===-1||p>-1&&i>p,a=c>0,E=p>-1?n[p-1]!=="/":!n.endsWith("/"),d=!n.startsWith(".");return l&&a&&E&&d&&f&&P&&m},"isGitHubShorthand");return Us=r((n,p,{gitHosts:c,protocols:i})=>{if(!n)return;const t=u(n)?`github:${n}`:n,o=e(t,i);if(!o)return;const s=c.byShortcut[o.protocol],l=c.byDomain[o.hostname.startsWith("www.")?o.hostname.slice(4):o.hostname],f=s||l;if(!f)return;const P=c[s||l];let m=null;i[o.protocol]?.auth&&(o.username||o.password)&&(m=`${o.username}${o.password?":"+o.password:""}`);let a=null,E=null,d=null,y=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 Y=T.lastIndexOf("/");Y>-1?(E=decodeURIComponent(T.slice(0,Y)),E||(E=null),d=decodeURIComponent(T.slice(Y+1))):d=decodeURIComponent(T),d.endsWith(".git")&&(d=d.slice(0,-4)),o.hash&&(a=decodeURIComponent(o.hash.slice(1))),y="shortcut"}else{if(!P.protocols.includes(o.protocol))return;const T=P.extract(o);if(!T)return;E=T.user&&decodeURIComponent(T.user),d=decodeURIComponent(T.project),a=decodeURIComponent(T.committish),y=i[o.protocol]?.name||o.protocol.slice(0,-1)}}catch(T){if(T instanceof URIError)return;throw T}return[f,E,m,d,a,y,p]},"fromUrl"),Us}r(iT,"requireFromUrl");var xs,Za;function sT(){if(Za)return xs;Za=1;const{LRUCache:e}=rT(),u=nT(),n=iT(),p=Ja(),c=new e({max:1e3});class i{static{r(this,"GitHost")}constructor(o,s,l,f,P,m,a={}){Object.assign(this,i.#e[o],{type:o,user:s,auth:l,project:f,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 l=o+JSON.stringify(s||{});if(!c.has(l)){const f=n(o,s,{gitHosts:i.#e,protocols:i.#r});c.set(l,f?new i(...f):void 0)}return c.get(l)}static parseUrl(o){return p(o)}#n(o,s){if(typeof o!="function")return null;const l={...this,...this.opts,...s};l.path||(l.path=""),l.path.startsWith("/")&&(l.path=l.path.slice(1)),l.noCommittish&&(l.committish=null);const f=o(l);return l.noGitPlus&&f.startsWith("git+")?f.slice(4):f}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(u))i.addHost(t,o);return xs=i,xs}r(sT,"requireLib$3");var Fs,el;function oT(){if(el)return Fs;el=1;var e="Function.prototype.bind called on incompatible ",u=Object.prototype.toString,n=Math.max,p="[object Function]",c=r(function(s,l){for(var f=[],P=0;P<s.length;P+=1)f[P]=s[P];for(var m=0;m<l.length;m+=1)f[m+s.length]=l[m];return f},"concatty2"),i=r(function(s,l){for(var f=[],P=l,m=0;P<s.length;P+=1,m+=1)f[m]=s[P];return f},"slicy2"),t=r(function(o,s){for(var l="",f=0;f<o.length;f+=1)l+=o[f],f+1<o.length&&(l+=s);return l},"joiny");return Fs=r(function(s){var l=this;if(typeof l!="function"||u.apply(l)!==p)throw new TypeError(e+l);for(var f=i(arguments,1),P,m=r(function(){if(this instanceof P){var T=l.apply(this,c(f,arguments));return Object(T)===T?T:this}return l.apply(s,c(f,arguments))},"binder"),a=n(0,l.length-f.length),E=[],d=0;d<a;d++)E[d]="$"+d;if(P=Function("binder","return function ("+t(E,",")+"){ return binder.apply(this,arguments); }")(m),l.prototype){var y=r(function(){},"Empty2");y.prototype=l.prototype,P.prototype=new y,y.prototype=null}return P},"bind"),Fs}r(oT,"requireImplementation");var Bs,tl;function aT(){if(tl)return Bs;tl=1;var e=oT();return Bs=Function.prototype.bind||e,Bs}r(aT,"requireFunctionBind");var ks,rl;function lT(){if(rl)return ks;rl=1;var e=Function.prototype.call,u=Object.prototype.hasOwnProperty,n=aT();return ks=n.call(e,u),ks}r(lT,"requireHasown");var uT=!0,cT=">= 8",pT=">= 0.5 && < 0.9.7",ET=!0,fT=!0,dT=">= 0.5",TT=!0,PT=!0,mT=!0,yT=">= 1 && < 8",hT="< 8",_T=!0,vT=[">= 14.17 && < 15",">= 15.1"],bT=!0,gT=">= 0.7.12",ST=!0,YT="< 6",AT=!0,CT=">= 0.11.1",LT=">= 0.11.1",RT=">= 0.11.1",VT=">= 0.11.1",DT=">= 0.11.1",OT=">= 0.11.1",wT=!0,MT=">= 8.8",IT=!0,UT=">= 8",xT="< 8",FT=!0,BT=!0,kT=!0,jT=!0,NT=">= 8.5",qT=">= 1",GT=">= 0.5",$T=!0,WT=!0,HT=!0,KT=">= 0.11.5 && < 3",zT=">= 0.9.4",XT=">= 0.9.4",JT=">= 1.4.1",QT=">= 0.9.4",ZT=">= 0.9.4",eP=">= 0.9.4",tP=!0,rP=!0,nP=[">= 0.4 && < 0.7",">= 0.8"],iP=!0,sP=">= 0.11.13",oP=">= 0.11.3 && < 10",aP=">= 0.11.3",lP=!0,uP=">= 10",cP=!0,pP=!0,EP=!0,fP=">= 1",dP=!0,TP=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],PP=">= 11.7",mP=">= 0.5",yP={assert:uT,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:cT,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:pT,buffer:ET,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:fT,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:dT,"node:cluster":[">= 14.18 && < 15",">= 16"],console:TT,"node:console":[">= 14.18 && < 15",">= 16"],constants:PT,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:mT,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:yT,_debugger:hT,dgram:_T,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:vT,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:bT,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:gT,"node:domain":[">= 14.18 && < 15",">= 16"],events:ST,"node:events":[">= 14.18 && < 15",">= 16"],freelist:YT,fs:AT,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:CT,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:LT,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:RT,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:VT,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:DT,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:OT,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:wT,"node:http":[">= 14.18 && < 15",">= 16"],http2:MT,"node:http2":[">= 14.18 && < 15",">= 16"],https:IT,"node:https":[">= 14.18 && < 15",">= 16"],inspector:UT,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:xT,module:FT,"node:module":[">= 14.18 && < 15",">= 16"],net:BT,"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:kT,"node:os":[">= 14.18 && < 15",">= 16"],path:jT,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:NT,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:qT,"node:process":[">= 14.18 && < 15",">= 16"],punycode:GT,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:$T,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:WT,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:HT,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:KT,_stream_duplex:zT,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:XT,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:JT,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:QT,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:ZT,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:eP,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:tP,"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:rP,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:nP,"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:iP,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:sP,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:oP,_tls_wrap:aP,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:lP,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:uP,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:cP,"node:tty":[">= 14.18 && < 15",">= 16"],url:pP,"node:url":[">= 14.18 && < 15",">= 16"],util:EP,"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:fP,"node:v8":[">= 14.18 && < 15",">= 16"],vm:dP,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:TP,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:PP,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:mP,"node:zlib":[">= 14.18 && < 15",">= 16"]},js,nl;function hP(){if(nl)return js;nl=1;var e=lT();function u(i,t){for(var o=i.split("."),s=t.split(" "),l=s.length>1?s[0]:"=",f=(s.length>1?s[1]:s[0]).split("."),P=0;P<3;++P){var m=parseInt(o[P]||0,10),a=parseInt(f[P]||0,10);if(m!==a)return l==="<"?m<a:l===">="?m>=a:!1}return l===">="}r(u,"specifierIncluded");function n(i,t){var o=t.split(/ ?&& ?/);if(o.length===0)return!1;for(var s=0;s<o.length;++s)if(!u(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 c=yP;return js=r(function(t,o){return e(c,t)&&p(o,c[t])},"isCore"),js}r(hP,"requireIsCoreModule");var Ns,il;function _P(){if(il)return Ns;il=1,Ns=e;function e(u){if(!u||u==="ERROR: No README data found!")return;u=u.trim().split(`
12
- `);let n=0;for(;u[n]&&u[n].trim().match(/^(#|$)/);)n++;const p=u.length;let c=n+1;for(;c<p&&u[c].trim();)c++;return u.slice(n,c).join(" ").trim()}return r(e,"extractDescription"),Ns}r(_P,"requireExtract_description");var vP={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"},bP={web:"url",name:"url"},gP={server:"start",tests:"test"},SP={topLevel:vP,bugs:bP,script:gP},qs,sl;function YP(){if(sl)return qs;sl=1;var e=Kd(),u=zd(),n=tT(),p=sT(),c=hP(),i=["dependencies","devDependencies","optionalDependencies"],t=_P(),o=Jo,s=SP,l=r(h=>h.includes("@")&&h.indexOf("@")<h.lastIndexOf("."),"isEmail");qs={warn:r(function(){},"warn"),fixRepositoryField:r(function(h){if(h.repositories&&(this.warn("repositories"),h.repository=h.repositories[0]),!h.repository)return this.warn("missingRepository");typeof h.repository=="string"&&(h.repository={type:"git",url:h.repository});var A=h.repository.url||"";if(A){var R=p.fromUrl(A);R&&(A=h.repository.url=R.getDefaultRepresentation()==="shortcut"?R.https():R.toString())}A.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",A)},"fixRepositoryField"),fixTypos:r(function(h){Object.keys(s.topLevel).forEach(function(A){Object.prototype.hasOwnProperty.call(h,A)&&this.warn("typo",A,s.topLevel[A])},this)},"fixTypos"),fixScriptsField:r(function(h){if(h.scripts){if(typeof h.scripts!="object"){this.warn("nonObjectScripts"),delete h.scripts;return}Object.keys(h.scripts).forEach(function(A){typeof h.scripts[A]!="string"?(this.warn("nonStringScript"),delete h.scripts[A]):s.script[A]&&!h.scripts[s.script[A]]&&this.warn("typo",A,s.script[A],"scripts")},this)}},"fixScriptsField"),fixFilesField:r(function(h){var A=h.files;A&&!Array.isArray(A)?(this.warn("nonArrayFiles"),delete h.files):h.files&&(h.files=h.files.filter(function(R){return!R||typeof R!="string"?(this.warn("invalidFilename",R),!1):!0},this))},"fixFilesField"),fixBinField:r(function(h){if(h.bin&&typeof h.bin=="string"){var A={},R;(R=h.name.match(/^@[^/]+[/](.*)$/))?A[R[1]]=h.bin:A[h.name]=h.bin,h.bin=A}},"fixBinField"),fixManField:r(function(h){h.man&&typeof h.man=="string"&&(h.man=[h.man])},"fixManField"),fixBundleDependenciesField:r(function(h){var A="bundledDependencies",R="bundleDependencies";h[A]&&!h[R]&&(h[R]=h[A],delete h[A]),h[R]&&!Array.isArray(h[R])?(this.warn("nonArrayBundleDependencies"),delete h[R]):h[R]&&(h[R]=h[R].filter(function(D){return!D||typeof D!="string"?(this.warn("nonStringBundleDependency",D),!1):(h.dependencies||(h.dependencies={}),Object.prototype.hasOwnProperty.call(h.dependencies,D)||(this.warn("nonDependencyBundleDependency",D),h.dependencies[D]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:r(function(h,A){g(h,this.warn),y(h,this.warn),this.fixBundleDependenciesField(h),["dependencies","devDependencies"].forEach(function(R){if(R in h){if(!h[R]||typeof h[R]!="object"){this.warn("nonObjectDependencies",R),delete h[R];return}Object.keys(h[R]).forEach(function(D){var O=h[R][D];typeof O!="string"&&(this.warn("nonStringDependency",D,JSON.stringify(O)),delete h[R][D]);var B=p.fromUrl(h[R][D]);B&&(h[R][D]=B.toString())},this)}},this)},"fixDependencies"),fixModulesField:r(function(h){h.modules&&(this.warn("deprecatedModules"),delete h.modules)},"fixModulesField"),fixKeywordsField:r(function(h){typeof h.keywords=="string"&&(h.keywords=h.keywords.split(/,\s+/)),h.keywords&&!Array.isArray(h.keywords)?(delete h.keywords,this.warn("nonArrayKeywords")):h.keywords&&(h.keywords=h.keywords.filter(function(A){return typeof A!="string"||!A?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:r(function(h,A){var R=!A;if(!h.version)return h.version="",!0;if(!e(h.version,R))throw new Error('Invalid version: "'+h.version+'"');return h.version=u(h.version,R),!0},"fixVersionField"),fixPeople:r(function(h){a(h,E),a(h,d)},"fixPeople"),fixNameField:r(function(h,A){typeof A=="boolean"?A={strict:A}:typeof A>"u"&&(A={});var R=A.strict;if(!h.name&&!R){h.name="";return}if(typeof h.name!="string")throw new Error("name field must be a string.");R||(h.name=h.name.trim()),m(h.name,R,A.allowLegacyCase),c(h.name)&&this.warn("conflictingName",h.name)},"fixNameField"),fixDescriptionField:r(function(h){h.description&&typeof h.description!="string"&&(this.warn("nonStringDescription"),delete h.description),h.readme&&!h.description&&(h.description=t(h.readme)),h.description===void 0&&delete h.description,h.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:r(function(h){h.readme||(this.warn("missingReadme"),h.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:r(function(h){if(!h.bugs&&h.repository&&h.repository.url){var A=p.fromUrl(h.repository.url);A&&A.bugs()&&(h.bugs={url:A.bugs()})}else if(h.bugs){if(typeof h.bugs=="string")l(h.bugs)?h.bugs={email:h.bugs}:o.parse(h.bugs).protocol?h.bugs={url:h.bugs}:this.warn("nonEmailUrlBugsString");else{Y(h.bugs,this.warn);var R=h.bugs;h.bugs={},R.url&&(typeof R.url=="string"&&o.parse(R.url).protocol?h.bugs.url=R.url:this.warn("nonUrlBugsUrlField")),R.email&&(typeof R.email=="string"&&l(R.email)?h.bugs.email=R.email:this.warn("nonEmailBugsEmailField"))}!h.bugs.email&&!h.bugs.url&&(delete h.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:r(function(h){if(!h.homepage&&h.repository&&h.repository.url){var A=p.fromUrl(h.repository.url);A&&A.docs()&&(h.homepage=A.docs())}if(h.homepage){if(typeof h.homepage!="string")return this.warn("nonUrlHomepage"),delete h.homepage;o.parse(h.homepage).protocol||(h.homepage="http://"+h.homepage)}},"fixHomepageField"),fixLicenseField:r(function(h){const A=h.license||h.licence;if(!A)return this.warn("missingLicense");if(typeof A!="string"||A.length<1||A.trim()==="")return this.warn("invalidLicense");if(!n(A).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function f(h){if(h.charAt(0)!=="@")return!1;var A=h.slice(1).split("/");return A.length!==2?!1:A[0]&&A[1]&&A[0]===encodeURIComponent(A[0])&&A[1]===encodeURIComponent(A[1])}r(f,"isValidScopedPackageName");function P(h){return!h.match(/[/@\s+%:]/)&&h===encodeURIComponent(h)}r(P,"isCorrectlyEncodedName");function m(h,A,R){if(h.charAt(0)==="."||!(f(h)||P(h))||A&&!R&&h!==h.toLowerCase()||h.toLowerCase()==="node_modules"||h.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(h))}r(m,"ensureValidName");function a(h,A){return h.author&&(h.author=A(h.author)),["maintainers","contributors"].forEach(function(R){Array.isArray(h[R])&&(h[R]=h[R].map(A))}),h}r(a,"modifyPeople");function E(h){if(typeof h=="string")return h;var A=h.name||"",R=h.url||h.web,D=R?" ("+R+")":"",O=h.email||h.mail,B=O?" <"+O+">":"";return A+B+D}r(E,"unParsePerson");function d(h){if(typeof h!="string")return h;var A=h.match(/^([^(<]+)/),R=h.match(/\(([^()]+)\)/),D=h.match(/<([^<>]+)>/),O={};return A&&A[0].trim()&&(O.name=A[0].trim()),D&&(O.email=D[1]),R&&(O.url=R[1]),O}r(d,"parsePerson");function y(h,A){var R=h.optionalDependencies;if(R){var D=h.dependencies||{};Object.keys(R).forEach(function(O){D[O]=R[O]}),h.dependencies=D}}r(y,"addOptionalDepsToDeps");function T(h,A,R){if(!h)return{};if(typeof h=="string"&&(h=h.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(h))return h;R("deprecatedArrayDependencies",A);var D={};return h.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(h,A){i.forEach(function(R){h[R]&&(h[R]=T(h[R],R,A))})}r(g,"objectifyDeps");function Y(h,A){h&&Object.keys(h).forEach(function(R){s.bugs[R]&&(A("typo",R,s.bugs[R],"bugs"),h[s.bugs[R]]=h[R],delete h[R])})}return r(Y,"bugsTypos"),qs}r(YP,"requireFixer");var AP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",CP="No repository field.",LP="Probably broken git url: %s",RP="scripts must be an object",VP="script values must be string commands",DP="Invalid 'files' member",OP="Invalid filename in 'files' list: %s",wP="Invalid 'bundleDependencies' list. Must be array of package names",MP="Invalid bundleDependencies member: %s",IP="Non-dependency in bundleDependencies: %s",UP="%s field must be an object",xP="Invalid dependency: %s %s",FP="specifying %s as array is deprecated",BP="modules field is deprecated",kP="keywords should be an array of strings",jP="keywords should be an array of strings",NP="%s is also the name of a node core module.",qP="'description' field should be a string",GP="No description",$P="No README data",WP="No license field.",HP="Bug string field must be url, email, or {email,url}",KP="bugs.url field must be a string url. Deleted.",zP="bugs.email field must be a string email. Deleted.",XP="Normalized value of bugs field is an empty object. Deleted.",JP="homepage field must be a string url. Deleted.",QP="license should be a valid SPDX license expression",ZP="%s should probably be %s.",em={repositories:AP,missingRepository:CP,brokenGitUrl:LP,nonObjectScripts:RP,nonStringScript:VP,nonArrayFiles:DP,invalidFilename:OP,nonArrayBundleDependencies:wP,nonStringBundleDependency:MP,nonDependencyBundleDependency:IP,nonObjectDependencies:UP,nonStringDependency:xP,deprecatedArrayDependencies:FP,deprecatedModules:BP,nonArrayKeywords:kP,nonStringKeyword:jP,conflictingName:NP,nonStringDescription:qP,missingDescription:GP,missingReadme:$P,missingLicense:WP,nonEmailUrlBugsString:HP,nonUrlBugsUrlField:KP,nonEmailBugsEmailField:zP,emptyNormalizedBugs:XP,nonUrlHomepage:JP,invalidLicense:QP,typo:ZP},Gs,ol;function tm(){if(ol)return Gs;ol=1;var e=sd,u=em;Gs=r(function(){var p=Array.prototype.slice.call(arguments,0),c=p.shift();if(c==="typo")return n.apply(null,p);var i=u[c]?u[c]:c+": '%s'";return p.unshift(i),e.format.apply(null,p)},"make_warning");function n(p,c,i){return i&&(p=i+"['"+p+"']",c=i+"['"+c+"']"),e.format(u.typo,p,c)}return r(n,"makeTypoWarning"),Gs}r(tm,"requireMake_warning");var $s,al;function rm(){if(al)return $s;al=1,$s=i;var e=YP();i.fixer=e;var u=tm(),n=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],p=["dependencies","people","typos"],c=n.map(function(o){return t(o)+"Field"});c=c.concat(p);function i(o,s,l){s===!0&&(s=null,l=!0),l||(l=!1),(!s||o.private)&&(s=r(function(f){},"warn")),o.scripts&&o.scripts.install==="node-gyp rebuild"&&!o.scripts.preinstall&&(o.gypfile=!0),e.warn=function(){s(u.apply(null,arguments))},c.forEach(function(f){e["fix"+t(f)](o,l)}),o._id=o.name+"@"+o.version}r(i,"normalize");function t(o){return o.charAt(0).toUpperCase()+o.slice(1)}return r(t,"ucFirst"),$s}r(rm,"requireNormalize");var nm=rm(),im=gd(nm);function sm(e){return e instanceof URL?Ko(e):e}r(sm,"toPath");const om=r(e=>Xo.resolve(sm(e)??".","package.json"),"getPackagePath"),am=r((e,u)=>{const n=typeof e=="string"?qd(e):e;return u&&im(n),n},"_readPackage");function lm({cwd:e,normalize:u=!0}={}){const n=_i.readFileSync(om(e),"utf8");return am(n,u)}r(lm,"readPackageSync");function um(e){const u=es("package.json",e);if(u)return{packageJson:lm({...e,cwd:Xo.dirname(u)}),path:u}}r(um,"readPackageUpSync");const cm="js,ts,mjs,cjs,mts,cts",pm=r(e=>{const u=es(".nvmrc",{cwd:e});if(u){let n=_i.readFileSync(u,"utf8");return n=n.trim(),n.startsWith("v")&&(n=n.slice(1)),n}return process.version},"getNodeVersion"),Ws={"n/no-missing-import":"off"},Yi=rs.configs["flat/recommended-script"],Ai=rs.configs["flat/recommended-module"],Em=x({...Ai,files:["**/*.mjs"]}),fm=x({...Ai,files:["**/*.mts"],rules:{...Ai.rules,...Ws}}),dm=x({...Yi,files:["**/*.cjs"]}),Tm=x({...Yi,files:["**/*.cts"],rules:{...Yi.rules,...Ws}}),Pm=r(({cwd:e,node:u})=>{const n=um({cwd:e}),c=n?.packageJson?.type==="module"?Ai:Yi,i=n&&"bin"in n.packageJson,t=[x({plugins:{n:rs},settings:{node:{version:`>=${pm(e)}`}}}),dm,Tm];return u&&t.push(x({...c,files:["**/*.js"]}),x({...c,files:["**/*.ts"],rules:{...c.rules,...Ws}}),Em,fm,x({files:u===!0?[`**/*.{${cm}}`]:u,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:[cs],rules:{"n/global-require":"off"}})),i&&t.push(x({...c,files:["**/cli.{js,ts}","**/cli/**/*.{js,ts}"],rules:{...c.rules,"n/no-process-exit":"off"}})),t},"node"),mm=x({files:rt,plugins:{promise:Qo},rules:{...Qo.configs.recommended.rules,"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}}),ym=Ye("jest")?x({files:["**/{test,tests}/*"],languageOptions:{globals:hi.jest}}):void 0,hm=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"),_m=r((e,u)=>Object.fromEntries(u.map(n=>[n,e[n]])),"pick"),vm="**/.vscode/*.json",ll=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],ul=["**/project.json","**/nx.json"],cl=[vm,...ll,...ul],Hs=us[1].rules["@stylistic/comma-dangle"][1],Ci=ad.configs,Ks=Ci["recommended-with-jsonc"].rules,bm=x([...Ci["flat/base"],{files:["**/*.json"],ignores:cl,rules:Ci["recommended-with-json"].rules},{files:["**/*.jsonc",...cl],rules:{...Ks,"jsonc/comma-dangle":["error",Hs]}},{files:["**/*.json5"],rules:{...Ci["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",Hs]}},{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",..._m(us[1].rules,["@stylistic/no-trailing-spaces","@stylistic/no-multiple-empty-lines"])}},{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:ll,rules:{...Ks,"jsonc/comma-dangle":["error",Hs],"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:ul,rules:{...Ks,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),gm=x({files:["**/*.{yml,yaml}"],plugins:{yml:ns},languageOptions:{parser:ld},rules:{...ns.configs.base.rules,...ns.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Sm=[x({plugins:{"no-use-extend-native":Zo},rules:Zo.configs.recommended.rules})],Ym=r(e=>{const u={i:!0,j:!0},n={args:!1,dev:!1,dist:!1,env:!1,pkg:!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 c of p.exactWords)u[c]=!0;if(p.substrings)for(const c of p.substrings)n[c]=!1}return[x({files:rt,plugins:{unicorn:ea},rules:{...ea.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:u,replacements:n}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off","unicorn/no-array-reverse":"warn"}}),x({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Am=r(e=>{const u=e?.config.compilerOptions?.jsx,n=u==="react-jsx"||u==="react-jsxdev";return x({files:["**/*.{jsx,tsx}"],plugins:{react:tt,"react-hooks":ta},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:{},...ta.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"),Cm=r(()=>Ye("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>Ye(e)?Ed(e).map(u=>[u,"readonly"]):[])):{},"detectAutoImport"),Lm=r(()=>{const e=[];Ye("vitepress")&&e.push("content","client-only","outbound-link");const u="./src/components";if(Ye("unplugin-vue-components")&&_i.existsSync(u)){const p=_i.readdirSync(u).filter(c=>c.endsWith(".vue")).map(c=>c.replace(".vue",""));e.push(...p)}return Ye("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),Rm=x({files:["**/*.vue"],processor:is.processors[".vue"],languageOptions:{globals:{...hi.browser,...Cm()},parser:ud,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Vm=x([...is.configs["flat/recommended"],{files:["**/*.vue"],plugins:{vue:is},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",...Lm()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}}]);var Dm="lintroll",Om="1.22.0",le={},De={},Oe={},W={},zs={},Ke={},pl;function wm(){if(pl)return Ke;pl=1,Object.defineProperty(Ke,"__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"]},u=Object.keys(e);for(const t of u)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 c(t){return Object.keys(t).filter(p)}r(c,"getKeys");function i(t){const o=Object.assign({},e);for(const s of Object.keys(t))if(Object.prototype.hasOwnProperty.call(o,s)){const l=new Set(t[s]);for(const f of o[s])l.add(f);o[s]=Object.freeze(Array.from(l))}else o[s]=Object.freeze(Array.from(t[s]));return Object.freeze(o)}return r(i,"unionWith"),Ke.KEYS=e,Ke.getKeys=c,Ke.unionWith=i,Ke}r(wm,"requireEslintVisitorKeys$1");var El;function ot(){return El||(El=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});var u=wm();function n(v,b){const _=b.range[0];let S=v,C=!1;do{C=!1;for(const L of S.childScopes){const w=L.block.range;if(w[0]<=_&&_<w[1]){S=L,C=!0;break}}}while(C);return S}r(n,"getInnermostScope");function p(v,b){let _="",S=v;for(typeof b=="string"?_=b:(_=b.name,S=n(S,b));S!=null;){const C=S.set.get(_);if(C!=null)return C;S=S.upper}return null}r(p,"findVariable");function c(v){return b=>!v(b)}r(c,"negate");function i(v,b){return v.type==="Punctuator"&&v.value===b}r(i,"isPunctuatorTokenWithValue");function t(v){return i(v,"=>")}r(t,"isArrowToken");function o(v){return i(v,",")}r(o,"isCommaToken");function s(v){return i(v,";")}r(s,"isSemicolonToken");function l(v){return i(v,":")}r(l,"isColonToken");function f(v){return i(v,"(")}r(f,"isOpeningParenToken");function P(v){return i(v,")")}r(P,"isClosingParenToken");function m(v){return i(v,"[")}r(m,"isOpeningBracketToken");function a(v){return i(v,"]")}r(a,"isClosingBracketToken");function E(v){return i(v,"{")}r(E,"isOpeningBraceToken");function d(v){return i(v,"}")}r(d,"isClosingBraceToken");function y(v){return["Block","Line","Shebang"].includes(v.type)}r(y,"isCommentToken");const T=c(t),g=c(o),Y=c(s),h=c(l),A=c(f),R=c(P),D=c(m),O=c(a),B=c(E),j=c(d),F=c(y);function q(v,b){return v.id?b.getTokenAfter(v.id,f):b.getFirstToken(v,f)}r(q,"getOpeningParenOfParams");function U(v,b){const _=v.parent;let S=null,C=null;if(v.type==="ArrowFunctionExpression"){const L=b.getTokenBefore(v.body,t);S=L.loc.start,C=L.loc.end}else _.type==="Property"||_.type==="MethodDefinition"||_.type==="PropertyDefinition"?(S=_.loc.start,C=q(v,b).loc.start):(S=v.loc.start,C=q(v,b).loc.start);return{start:{...S},end:{...C}}}r(U,"getFunctionHeadLocation");const H=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof aa<"u"?aa:{},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(v=>v!=="random").map(v=>Math[v]).filter(v=>typeof v=="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(v=>typeof v=="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(v,b){let _=v;for(;(typeof _=="object"||typeof _=="function")&&_!==null;){const S=Object.getOwnPropertyDescriptor(_,b);if(S)return S;_=Object.getPrototypeOf(_)}return null}r(Z,"getPropertyDescriptor");function Ce(v,b){const _=Z(v,b);return _!=null&&_.get!=null}r(Ce,"isGetter");function Pe(v,b){const _=[];for(let S=0;S<v.length;++S){const C=v[S];if(C==null)_.length=S+1;else if(C.type==="SpreadElement"){const L=N(C.argument,b);if(L==null)return null;_.push(...L.value)}else{const L=N(C,b);if(L==null)return null;_.push(L.value)}}return _}r(Pe,"getElementValues");function qe(v){const b=v.references,_=b.filter(C=>C.init).length,S=b.filter(C=>C.isReadOnly()).length;return _===1&&S+_===b.length}r(qe,"isEffectivelyConst");const ci=Object.freeze({ArrayExpression(v,b){const _=Pe(v.elements,b);return _!=null?{value:_}:null},AssignmentExpression(v,b){return v.operator==="="?N(v.right,b):null},BinaryExpression(v,b){if(v.operator==="in"||v.operator==="instanceof")return null;const _=N(v.left,b),S=N(v.right,b);if(_!=null&&S!=null)switch(v.operator){case"==":return{value:_.value==S.value};case"!=":return{value:_.value!=S.value};case"===":return{value:_.value===S.value};case"!==":return{value:_.value!==S.value};case"<":return{value:_.value<S.value};case"<=":return{value:_.value<=S.value};case">":return{value:_.value>S.value};case">=":return{value:_.value>=S.value};case"<<":return{value:_.value<<S.value};case">>":return{value:_.value>>S.value};case">>>":return{value:_.value>>>S.value};case"+":return{value:_.value+S.value};case"-":return{value:_.value-S.value};case"*":return{value:_.value*S.value};case"/":return{value:_.value/S.value};case"%":return{value:_.value%S.value};case"**":return{value:_.value**S.value};case"|":return{value:_.value|S.value};case"^":return{value:_.value^S.value};case"&":return{value:_.value&S.value}}return null},CallExpression(v,b){const _=v.callee,S=Pe(v.arguments,b);if(S!=null)if(_.type==="MemberExpression"){if(_.property.type==="PrivateIdentifier")return null;const C=N(_.object,b);if(C!=null){if(C.value==null&&(C.optional||v.optional))return{value:void 0,optional:!0};const L=Ze(_,b);if(L!=null){const w=C.value,k=L.value;if($.has(w[k]))return{value:w[k](...S)};if(z.has(w[k]))return{value:S[0]}}}}else{const C=N(_,b);if(C!=null){if(C.value==null&&v.optional)return{value:void 0,optional:!0};const L=C.value;if($.has(L))return{value:L(...S)};if(z.has(L))return{value:S[0]}}}return null},ConditionalExpression(v,b){const _=N(v.test,b);return _!=null?_.value?N(v.consequent,b):N(v.alternate,b):null},ExpressionStatement(v,b){return N(v.expression,b)},Identifier(v,b){if(b!=null){const _=p(b,v);if(_!=null&&_.defs.length===0&&J.has(_.name)&&_.name in H)return{value:H[_.name]};if(_!=null&&_.defs.length===1){const S=_.defs[0];if(S.parent&&S.type==="Variable"&&(S.parent.kind==="const"||qe(_))&&S.node.id.type==="Identifier")return N(S.node.init,b)}}return null},Literal(v){const b=v;return(b.regex!=null||b.bigint!=null)&&b.value==null?null:{value:b.value}},LogicalExpression(v,b){const _=N(v.left,b);if(_!=null){if(v.operator==="||"&&_.value||v.operator==="&&"&&!_.value||v.operator==="??"&&_.value!=null)return _;const S=N(v.right,b);if(S!=null)return S}return null},MemberExpression(v,b){if(v.property.type==="PrivateIdentifier")return null;const _=N(v.object,b);if(_!=null){if(_.value==null&&(_.optional||v.optional))return{value:void 0,optional:!0};const S=Ze(v,b);if(S!=null){if(!Ce(_.value,S.value))return{value:_.value[S.value]};for(const[C,L]of Q)if(_.value instanceof C&&L.has(S.value))return{value:_.value[S.value]}}}return null},ChainExpression(v,b){const _=N(v.expression,b);return _!=null?{value:_.value}:null},NewExpression(v,b){const _=N(v.callee,b),S=Pe(v.arguments,b);if(_!=null&&S!=null){const C=_.value;if($.has(C))return{value:new C(...S)}}return null},ObjectExpression(v,b){const _={};for(const S of v.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const C=Ze(S,b),L=N(S.value,b);if(C==null||L==null)return null;_[C.value]=L.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const C=N(S.argument,b);if(C==null)return null;Object.assign(_,C.value)}else return null;return{value:_}},SequenceExpression(v,b){const _=v.expressions[v.expressions.length-1];return N(_,b)},TaggedTemplateExpression(v,b){const _=N(v.tag,b),S=Pe(v.quasi.expressions,b);if(_!=null&&S!=null){const C=_.value,L=v.quasi.quasis.map(w=>w.value.cooked);if(L.raw=v.quasi.quasis.map(w=>w.value.raw),C===String.raw)return{value:C(L,...S)}}return null},TemplateLiteral(v,b){const _=Pe(v.expressions,b);if(_!=null){let S=v.quasis[0].value.cooked;for(let C=0;C<_.length;++C)S+=_[C],S+=v.quasis[C+1].value.cooked;return{value:S}}return null},UnaryExpression(v,b){if(v.operator==="delete")return null;if(v.operator==="void")return{value:void 0};const _=N(v.argument,b);if(_!=null)switch(v.operator){case"-":return{value:-_.value};case"+":return{value:+_.value};case"!":return{value:!_.value};case"~":return{value:~_.value};case"typeof":return{value:typeof _.value}}return null},TSAsExpression(v,b){return N(v.expression,b)},TSSatisfiesExpression(v,b){return N(v.expression,b)},TSTypeAssertion(v,b){return N(v.expression,b)},TSNonNullExpression(v,b){return N(v.expression,b)},TSInstantiationExpression(v,b){return N(v.expression,b)}});function N(v,b){return v!=null&&Object.hasOwnProperty.call(ci,v.type)?ci[v.type](v,b):null}r(N,"getStaticValueR");function Ze(v,b){const _=v.type==="Property"?v.key:v.property;return v.computed?N(_,b):_.type==="Identifier"?{value:_.name}:_.type==="Literal"?_.bigint?{value:_.bigint}:{value:String(_.value)}:null}r(Ze,"getStaticPropertyNameValue");function et(v,b=null){try{return N(v,b)}catch{return null}}r(et,"getStaticValue");function Le(v,b=null){if(v&&v.type==="Literal"&&v.value===null){const S=v;if(S.regex)return`/${S.regex.pattern}/${S.regex.flags}`;if(S.bigint)return S.bigint}const _=et(v,b);if(_)try{return String(_.value)}catch{}return null}r(Le,"getStringIfConstant");function Re(v,b){switch(v.type){case"MemberExpression":return v.computed?Le(v.property,b):v.property.type==="PrivateIdentifier"?null:v.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return v.computed?Le(v.key,b):v.key.type==="Literal"?String(v.key.value):v.key.type==="PrivateIdentifier"?null:v.key.name}return null}r(Re,"getPropertyName");function pi(v,b){const _=v.parent,S=[],C=_.type==="Property"&&_.value===v,L=_.type==="MethodDefinition"&&_.value===v,w=_.type==="PropertyDefinition"&&_.value===v;if((L||w)&&(_.static&&S.push("static"),_.key.type==="PrivateIdentifier"&&S.push("private")),v.async&&S.push("async"),v.generator&&S.push("generator"),C||L){if(_.kind==="constructor")return"constructor";_.kind==="get"?S.push("getter"):_.kind==="set"?S.push("setter"):S.push("method")}else w?S.push("method"):(v.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(C||L||w)if(_.key.type==="PrivateIdentifier")S.push(`#${_.key.name}`);else{const k=Re(_);if(k)S.push(`'${k}'`);else if(b){const ee=b.getText(_.key);ee.includes(`
13
- `)||S.push(`[${ee}]`)}}else Bi(v)?S.push(`'${v.id.name}'`):_.type==="VariableDeclarator"&&_.id&&_.id.type==="Identifier"?S.push(`'${_.id.name}'`):(_.type==="AssignmentExpression"||_.type==="AssignmentPattern")&&_.left&&_.left.type==="Identifier"?S.push(`'${_.left.name}'`):_.type==="ExportDefaultDeclaration"&&_.declaration===v&&S.push("'default'");return S.join(" ")}r(pi,"getFunctionNameWithKind");function Bi(v){return!!v.id}r(Bi,"hasId");const ki=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),ji=Object.freeze(new Set(["-","+","!","~"]));function Ei(v){return v!==null&&typeof v=="object"&&typeof v.type=="string"}r(Ei,"isNode");const Ni=Object.freeze(Object.assign(Object.create(null),{$visit(v,b,_){const{type:S}=v;return typeof this[S]=="function"?this[S](v,b,_):this.$visitChildren(v,b,_)},$visitChildren(v,b,_){const{type:S}=v;for(const C of _[S]||u.getKeys(v)){const L=v[C];if(Array.isArray(L)){for(const w of L)if(Ei(w)&&this.$visit(w,b,_))return!0}else if(Ei(L)&&this.$visit(L,b,_))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(v,b,_){return b.considerImplicitTypeConversion&&ki.has(v.operator)&&(v.left.type!=="Literal"||v.right.type!=="Literal")?!0:this.$visitChildren(v,b,_)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(v,b,_){return b.considerGetters||b.considerImplicitTypeConversion&&v.computed&&v.property.type!=="Literal"?!0:this.$visitChildren(v,b,_)},MethodDefinition(v,b,_){return b.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,b,_)},NewExpression(){return!0},Property(v,b,_){return b.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,b,_)},PropertyDefinition(v,b,_){return b.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,b,_)},UnaryExpression(v,b,_){return v.operator==="delete"||b.considerImplicitTypeConversion&&ji.has(v.operator)&&v.argument.type!=="Literal"?!0:this.$visitChildren(v,b,_)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function fi(v,b,_={}){const{considerGetters:S=!1,considerImplicitTypeConversion:C=!1}=_;return Ni.$visit(v,{considerGetters:S,considerImplicitTypeConversion:C},b.visitorKeys||u.KEYS)}r(fi,"hasSideEffect");function qi(v,b){const _=v.parent;switch(_.type){case"CallExpression":case"NewExpression":return _.arguments.length===1&&_.arguments[0]===v?b.getTokenAfter(_.callee,f):null;case"DoWhileStatement":return _.test===v?b.getTokenAfter(_.body,f):null;case"IfStatement":case"WhileStatement":return _.test===v?b.getFirstToken(_,1):null;case"ImportExpression":return _.source===v?b.getFirstToken(_,1):null;case"SwitchStatement":return _.discriminant===v?b.getFirstToken(_,1):null;case"WithStatement":return _.object===v?b.getFirstToken(_,1):null;default:return null}}r(qi,"getParentSyntaxParen");function di(v,b,_){let S,C,L,w,k;if(typeof v=="number"){if(S=v|0,C=b,L=_,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,C=v,L=b;if(C==null||C.parent==null||C.parent.type==="CatchClause"&&C.parent.param===C)return!1;w=k=C;do w=L.getTokenBefore(w),k=L.getTokenAfter(k);while(w!=null&&k!=null&&f(w)&&P(k)&&w!==qi(C,L)&&--S>0);return S===0}r(di,"isParenthesized");const Gi=/\$(?:[$&`']|[1-9][0-9]?)/gu,Ti=new WeakMap;function $i(v,b){let _=!1;for(let S=b-1;S>=0&&v.charCodeAt(S)===92;--S)_=!_;return _}r($i,"isEscaped");function Wi(v,b,_){const S=[];let C=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 v.execAll(b))S.push(b.slice(C,w.index)),S.push(_.replace(Gi,k=>L(k,w))),C=w.index+w[0].length;return S.push(b.slice(C)),S.join("")}r(Wi,"replaceS");function Hi(v,b,_){const S=[];let C=0;for(const L of v.execAll(b))S.push(b.slice(C,L.index)),S.push(String(_(...L,L.index,L.input))),C=L.index+L[0].length;return S.push(b.slice(C)),S.join("")}r(Hi,"replaceF");class Pi{static{r(this,"PatternMatcher")}constructor(b,_={}){const{escaped:S=!1}=_;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:_,escaped:S}=Ti.get(this);let C=null,L=0;for(_.lastIndex=0;(C=_.exec(b))!=null;)(S||!$i(b,C.index))&&(L=_.lastIndex,yield C,_.lastIndex=L)}test(b){return!this.execAll(b).next().done}[Symbol.replace](b,_){return typeof _=="function"?Hi(this,String(b),_):Wi(this,String(b),String(_))}}const Ki=/^(?:Import|Export(?:All|Default|Named))Declaration$/u;function zi(v){return Ki.test(v.type)&&v.source!=null}r(zi,"isHasSource");const me=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),ye=Symbol("call"),ge=Symbol("construct"),Ge=Symbol("esm"),Xi={require:{[ye]:!0}};function mi(v){return v==null||v.defs.length!==0||v.references.some(b=>b.isWrite())}r(mi,"isModifiedGlobal");function Ji(v){const b=v.parent;if(b)switch(b.type){case"ConditionalExpression":return b.consequent===v||b.alternate===v;case"LogicalExpression":return!0;case"SequenceExpression":return b.expressions[b.expressions.length-1]===v;case"ChainExpression":return!0;case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":case"TSInstantiationExpression":return!0;default:return!1}return!1}r(Ji,"isPassThrough");class Se{static{r(this,"ReferenceTracker")}constructor(b,_={}){const{mode:S="strict",globalObjectNames:C=["global","globalThis","self","window"]}=_;this.variableStack=[],this.globalScope=b,this.mode=S,this.globalObjectNames=C.slice(0)}*iterateGlobalReferences(b){for(const _ of Object.keys(b)){const S=b[_],C=[_],L=this.globalScope.set.get(_);mi(L)||(yield*this._iterateVariableReferences(L,C,S,!0))}for(const _ of this.globalObjectNames){const S=[],C=this.globalScope.set.get(_);mi(C)||(yield*this._iterateVariableReferences(C,S,b,!1))}}*iterateCjsReferences(b){for(const{node:_}of this.iterateGlobalReferences(Xi)){const S=Le(_.arguments[0]);if(S==null||!me(b,S))continue;const C=b[S],L=[S];C[G]&&(yield{node:_,path:L,type:G,info:C[G]}),yield*this._iteratePropertyReferences(_,L,C)}}*iterateEsmReferences(b){const _=this.globalScope.block;for(const S of _.body){if(!zi(S))continue;const C=S.source.value;if(!me(b,C))continue;const L=b[C],w=[C];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,Ge),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(Qi),(Ve.path.length>=2||Ve.type!==G)&&(yield Ve)}}}*iteratePropertyReferences(b,_){yield*this._iteratePropertyReferences(b,[],_)}*_iterateVariableReferences(b,_,S,C){if(!this.variableStack.includes(b)){this.variableStack.push(b);try{for(const L of b.references){if(!L.isRead())continue;const w=L.identifier;C&&S[G]&&(yield{node:w,path:_,type:G,info:S[G]}),yield*this._iteratePropertyReferences(w,_,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(b,_,S){let C=b;for(;Ji(C);)C=C.parent;const L=C.parent;if(L.type==="MemberExpression"){if(L.object===C){const w=Re(L);if(w==null||!me(S,w))return;_=_.concat(w);const k=S[w];k[G]&&(yield{node:L,path:_,type:G,info:k[G]}),yield*this._iteratePropertyReferences(L,_,k)}return}if(L.type==="CallExpression"){L.callee===C&&S[ye]&&(yield{node:L,path:_,type:ye,info:S[ye]});return}if(L.type==="NewExpression"){L.callee===C&&S[ge]&&(yield{node:L,path:_,type:ge,info:S[ge]});return}if(L.type==="AssignmentExpression"){L.right===C&&(yield*this._iterateLhsReferences(L.left,_,S),yield*this._iteratePropertyReferences(L,_,S));return}if(L.type==="AssignmentPattern"){L.right===C&&(yield*this._iterateLhsReferences(L.left,_,S));return}L.type==="VariableDeclarator"&&L.init===C&&(yield*this._iterateLhsReferences(L.id,_,S))}*_iterateLhsReferences(b,_,S){if(b.type==="Identifier"){const C=p(this.globalScope,b);C!=null&&(yield*this._iterateVariableReferences(C,_,S,!1));return}if(b.type==="ObjectPattern"){for(const C of b.properties){const L=Re(C);if(L==null||!me(S,L))continue;const w=_.concat(L),k=S[L];k[G]&&(yield{node:C,path:w,type:G,info:k[G]}),yield*this._iterateLhsReferences(C.value,w,k)}return}b.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(b.left,_,S))}*_iterateImportReferences(b,_,S){const C=b.type;if(C==="ImportSpecifier"||C==="ImportDefaultSpecifier"){const L=C==="ImportDefaultSpecifier"?"default":b.imported.type==="Identifier"?b.imported.name:b.imported.value;if(!me(S,L))return;_=_.concat(L);const w=S[L];w[G]&&(yield{node:b,path:_,type:G,info:w[G]}),yield*this._iterateVariableReferences(p(this.globalScope,b.local),_,w,!1);return}if(C==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(p(this.globalScope,b.local),_,S,!1);return}if(C==="ExportSpecifier"){const L=b.local.type==="Identifier"?b.local.name:b.local.value;if(!me(S,L))return;_=_.concat(L);const w=S[L];w[G]&&(yield{node:b,path:_,type:G,info:w[G]})}}}Se.READ=G,Se.CALL=ye,Se.CONSTRUCT=ge,Se.ESM=Ge;function Qi(v,b){return!(b===1&&v==="default")}r(Qi,"exceptDefault");var Zi={CALL:ye,CONSTRUCT:ge,ESM:Ge,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:l,isCommaToken:o,isCommentToken:y,isNotArrowToken:T,isNotClosingBraceToken:j,isNotClosingBracketToken:O,isNotClosingParenToken:R,isNotColonToken:h,isNotCommaToken:g,isNotCommentToken:F,isNotOpeningBraceToken:B,isNotOpeningBracketToken:D,isNotOpeningParenToken:A,isNotSemicolonToken:Y,isOpeningBraceToken:E,isOpeningBracketToken:m,isOpeningParenToken:f,isParenthesized:di,isSemicolonToken:s,PatternMatcher:Pi,READ:G,ReferenceTracker:Se};e.CALL=ye,e.CONSTRUCT=ge,e.ESM=Ge,e.PatternMatcher=Pi,e.READ=G,e.ReferenceTracker=Se,e.default=Zi,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=l,e.isCommaToken=o,e.isCommentToken=y,e.isNotArrowToken=T,e.isNotClosingBraceToken=j,e.isNotClosingBracketToken=O,e.isNotClosingParenToken=R,e.isNotColonToken=h,e.isNotCommaToken=g,e.isNotCommentToken=F,e.isNotOpeningBraceToken=B,e.isNotOpeningBracketToken=D,e.isNotOpeningParenToken=A,e.isNotSemicolonToken=Y,e.isOpeningBraceToken=E,e.isOpeningBracketToken=m,e.isOpeningParenToken=f,e.isParenthesized=di,e.isSemicolonToken=s}(zs)),zs}r(ot,"requireEslintUtils$2");var fl;function Mm(){if(fl)return W;fl=1;var e=W&&W.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),u=W&&W.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),n=W&&W.__importStar||function(){var c=r(function(i){return c=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=c(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return u(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(Mm,"requireAstUtilities");var ue={},dl;function Im(){if(dl)return ue;dl=1;var e=ue&&ue.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),u=ue&&ue.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),n=ue&&ue.__importStar||function(){var c=r(function(i){return c=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=c(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return u(t,i),t}}();Object.defineProperty(ue,"__esModule",{value:!0}),ue.PatternMatcher=void 0;const p=n(ot());return ue.PatternMatcher=p.PatternMatcher,ue}r(Im,"requirePatternMatcher");var M={},Tl;function Um(){if(Tl)return M;Tl=1;var e=M&&M.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),u=M&&M.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),n=M&&M.__importStar||function(){var c=r(function(i){return c=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=c(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return u(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(Um,"requirePredicates$1");var ce={},Pl;function xm(){if(Pl)return ce;Pl=1;var e=ce&&ce.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),u=ce&&ce.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),n=ce&&ce.__importStar||function(){var c=r(function(i){return c=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=c(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return u(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(xm,"requireReferenceTracker");var te={},ml;function Fm(){if(ml)return te;ml=1;var e=te&&te.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),u=te&&te.__setModuleDefault||(Object.create?function(c,i){Object.defineProperty(c,"default",{enumerable:!0,value:i})}:function(c,i){c.default=i}),n=te&&te.__importStar||function(){var c=r(function(i){return c=Object.getOwnPropertyNames||function(t){var o=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(o[o.length]=s);return o},c(i)},"ownKeys");return function(i){if(i&&i.__esModule)return i;var t={};if(i!=null)for(var o=c(i),s=0;s<o.length;s++)o[s]!=="default"&&e(t,i,o[s]);return u(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(Fm,"requireScopeAnalysis");var yl;function Bm(){return yl||(yl=1,function(e){var u=Oe&&Oe.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=Oe&&Oe.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Mm(),e),n(Im(),e),n(Um(),e),n(xm(),e),n(Fm(),e)}(Oe)),Oe}r(Bm,"requireEslintUtils$1");var Xs={},hl;function _l(){return hl||(hl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const u=r(t=>o=>o?.type===t,"isNodeOfType");e.isNodeOfType=u;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 l=>l?.type===t&&s.every(([f,P])=>l[f]===P)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=p;const c=r((t,o)=>{const s=Object.entries(o);return l=>l?.type===t&&s.every(([f,P])=>l[f]===P)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=c;const i=r((t,o)=>s=>!(0,e.isTokenOfTypeWithConditions)(t,o)(s),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=i}(Xs)),Xs}r(_l,"requireHelpers");var ze={},vl;function km(){if(vl)return ze;vl=1,Object.defineProperty(ze,"__esModule",{value:!0}),ze.LINEBREAK_MATCHER=void 0,ze.isTokenOnSameLine=e,ze.LINEBREAK_MATCHER=/\r\n|[\r\n\u2028\u2029]/;function e(u,n){return u.loc.end.line===n.loc.start.line}return r(e,"isTokenOnSameLine"),ze}r(km,"requireMisc");var I={},Js={},we={},Me={},bl;function gl(){if(bl)return Me;bl=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 u;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"}(u||(Me.AST_TOKEN_TYPES=u={})),Me}r(gl,"requireAstSpec");var Qs={},Sl;function jm(){return Sl||(Sl=1,Object.defineProperty(Qs,"__esModule",{value:!0})),Qs}r(jm,"requireLib$2");var Zs={},Yl;function Nm(){return Yl||(Yl=1,Object.defineProperty(Zs,"__esModule",{value:!0})),Zs}r(Nm,"requireParserOptions$1");var pe={},Al;function qm(){if(Al)return pe;Al=1;var e=pe&&pe.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),u=pe&&pe.__setModuleDefault||(Object.create?function(p,c){Object.defineProperty(p,"default",{enumerable:!0,value:c})}:function(p,c){p.default=c}),n=pe&&pe.__importStar||function(){var p=r(function(c){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(c)},"ownKeys");return function(c){if(c&&c.__esModule)return c;var i={};if(c!=null)for(var t=p(c),o=0;o<t.length;o++)t[o]!=="default"&&e(i,c,t[o]);return u(i,c),i}}();return Object.defineProperty(pe,"__esModule",{value:!0}),pe.TSESTree=void 0,pe.TSESTree=n(gl()),pe}r(qm,"requireTsEstree$1");var Cl;function he(){return Cl||(Cl=1,function(e){var u=we&&we.__createBinding||(Object.create?function(c,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(c,o,s)}:function(c,i,t,o){o===void 0&&(o=t),c[o]=i[t]}),n=we&&we.__exportStar||function(c,i){for(var t in c)t!=="default"&&!Object.prototype.hasOwnProperty.call(i,t)&&u(i,c,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var p=gl();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(jm(),e),n(Nm(),e),n(qm(),e)}(we)),we}r(he,"requireDist$3");var Ll;function Rl(){return Ll||(Ll=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var u=he();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:r(function(){return u.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:r(function(){return u.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:r(function(){return u.TSESTree},"get")})}(Js)),Js}r(Rl,"requireTsEstree");var Vl;function Gm(){if(Vl)return I;Vl=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=c;const e=Rl(),u=_l();I.isOptionalChainPunctuator=(0,u.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNotOptionalChainPunctuator=(0,u.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."}),I.isNonNullAssertionPunctuator=(0,u.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isNotNonNullAssertionPunctuator=(0,u.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"}),I.isOptionalCallExpression=(0,u.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0}),I.isLogicalOrOperator=(0,u.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"}),I.isTypeAssertion=(0,u.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]),I.isVariableDeclarator=(0,u.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,u.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,u.isNodeOfTypes)(p),I.isFunctionOrFunctionType=(0,u.isNodeOfTypes)([...n,...p]),I.isTSFunctionType=(0,u.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType),I.isTSConstructorType=(0,u.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType),I.isClassOrTypeElement=(0,u.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,u.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});function c(i){return!!i&&(i.type===e.AST_NODE_TYPES.MethodDefinition||i.type===e.AST_NODE_TYPES.Property)&&i.kind==="set"}return r(c,"isSetter"),I.isIdentifier=(0,u.isNodeOfType)(e.AST_NODE_TYPES.Identifier),I.isAwaitExpression=(0,u.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression),I.isAwaitKeyword=(0,u.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"}),I.isTypeKeyword=(0,u.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"}),I.isImportKeyword=(0,u.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"}),I.isLoop=(0,u.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(Gm,"requirePredicates");var Dl;function $m(){return Dl||(Dl=1,function(e){var u=De&&De.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=De&&De.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Bm(),e),n(_l(),e),n(km(),e),n(Gm(),e)}(De)),De}r($m,"requireAstUtils");var Ie={},Li={},at={},Ol;function wl(){if(Ol)return at;Ol=1,Object.defineProperty(at,"__esModule",{value:!0}),at.isObjectNotArray=e,at.deepMerge=u;function e(n){return typeof n=="object"&&n!=null&&!Array.isArray(n)}r(e,"isObjectNotArray");function u(n={},p={}){const c=new Set([...Object.keys(n),...Object.keys(p)]);return Object.fromEntries([...c].map(i=>{const t=i in n,o=i in p,s=n[i],l=p[i];let f;return t&&o?e(s)&&e(l)?f=u(s,l):f=l:t?f=s:f=l,[i,f]}))}return r(u,"deepMerge$1"),at}r(wl,"requireDeepMerge");var Ml;function Il(){if(Ml)return Li;Ml=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.applyDefault=u;const e=wl();function u(n,p){const c=structuredClone(n);return p==null||c.forEach((i,t)=>{if(p[t]!==void 0){const o=p[t];(0,e.isObjectNotArray)(o)&&(0,e.isObjectNotArray)(i)?c[t]=(0,e.deepMerge)(i,o):c[t]=o}}),c}return r(u,"applyDefault$1"),Li}r(Il,"requireApplyDefault");var Ri={},Vi={},Ul;function Wm(){if(Ul)return Vi;Ul=1,Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.parserSeemsToBeTSESLint=e;function e(u){return!!u&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(u)}return r(e,"parserSeemsToBeTSESLint$1"),Vi}r(Wm,"requireParserSeemsToBeTSESLint");var xl;function Hm(){if(xl)return Ri;xl=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.getParserServices=p;const e=Wm(),u="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)&&c(o),i.sourceCode.parserServices.program==null&&!t&&c(o),i.sourceCode.parserServices}r(p,"getParserServices$1");function c(i){const t=[u,`Parser: ${i||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(i)&&n].filter(Boolean);throw new Error(t.join(`
14
- `))}return r(c,"throwError"),Ri}r(Hm,"requireGetParserServices");var eo={},Fl;function Km(){return Fl||(Fl=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}r(Km,"requireInferTypesFromRule");var Xe={},Bl;function zm(){if(Bl)return Xe;Bl=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.NullThrowsReasons=void 0,Xe.nullThrows=e,Xe.NullThrowsReasons={MissingParent:"Expected node to have a parent.",MissingToken:r((u,n)=>`Expected to find a ${u} for the ${n}.`,"MissingToken")};function e(u,n){if(u==null)throw new Error(`Non-null Assertion Failed: ${n}`);return u}return r(e,"nullThrows$1"),Xe}r(zm,"requireNullThrows");var Di={},kl;function Xm(){if(kl)return Di;kl=1,Object.defineProperty(Di,"__esModule",{value:!0}),Di.RuleCreator=u;const e=Il();function u(p){return r(function({meta:i,name:t,...o}){return n({meta:{...i,docs:{...i.docs,url:p(t)}},...o})},"createNamedRule")}r(u,"RuleCreator$1");function n({create:p,defaultOptions:c,meta:i}){return{create(t){const o=(0,e.applyDefault)(c,t.options);return p(t,o)},defaultOptions:c,meta:i}}return r(n,"createRule"),u.withoutDocs=r(function(c){return n(c)},"withoutDocs"),Di}r(Xm,"requireRuleCreator");var jl;function Jm(){return jl||(jl=1,function(e){var u=Ie&&Ie.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=Ie&&Ie.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Il(),e),n(wl(),e),n(Hm(),e),n(Km(),e),n(zm(),e),n(Xm(),e)}(Ie)),Ie}r(Jm,"requireEslintUtils");var to={},Nl;function Qm(){return Nl||(Nl=1,Object.defineProperty(to,"__esModule",{value:!0})),to}r(Qm,"requireJsonSchema");var Ue={},ro={},ql;function Zm(){return ql||(ql=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}r(Zm,"requireAST");var no={},Gl;function ey(){return Gl||(Gl=1,Object.defineProperty(no,"__esModule",{value:!0})),no}r(ey,"requireConfig");var io={},lt={},$l;function Wl(){if($l)return lt;$l=1,Object.defineProperty(lt,"__esModule",{value:!0}),lt.FlatESLint=void 0;const e=ra;let u=class extends e.FlatESLint{static{r(this,"FlatESLint")}};return lt.FlatESLint=u,lt}r(Wl,"requireFlatESLint");var ut={},Hl;function ty(){if(Hl)return ut;Hl=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.LegacyESLint=void 0;const e=ra;let u=class extends e.LegacyESLint{static{r(this,"LegacyESLint")}};return ut.LegacyESLint=u,ut}r(ty,"requireLegacyESLint");var Kl;function ry(){return Kl||(Kl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var u=Wl();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:r(function(){return u.FlatESLint},"get")});var n=Wl();Object.defineProperty(e,"ESLint",{enumerable:!0,get:r(function(){return n.FlatESLint},"get")});var p=ty();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:r(function(){return p.LegacyESLint},"get")})}(io)),io}r(ry,"requireESLint");var ct={},zl;function ny(){if(zl)return ct;zl=1,Object.defineProperty(ct,"__esModule",{value:!0}),ct.Linter=void 0;const e=ss;let u=class extends e.Linter{static{r(this,"Linter")}};return ct.Linter=u,ct}r(ny,"requireLinter");var so={},Xl;function iy(){return Xl||(Xl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}r(iy,"requireParser");var oo={},Jl;function sy(){return Jl||(Jl=1,Object.defineProperty(oo,"__esModule",{value:!0})),oo}r(sy,"requireParserOptions");var ao={},Ql;function oy(){return Ql||(Ql=1,Object.defineProperty(ao,"__esModule",{value:!0})),ao}r(oy,"requireProcessor");var lo={},Zl;function ay(){return Zl||(Zl=1,Object.defineProperty(lo,"__esModule",{value:!0})),lo}r(ay,"requireRule");var pt={},eu;function ly(){if(eu)return pt;eu=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.RuleTester=void 0;const e=ss;let u=class extends e.RuleTester{static{r(this,"RuleTester")}};return pt.RuleTester=u,pt}r(ly,"requireRuleTester");var Ee={},xe={},Oi={},uo={},Et={},ft={},tu;function ru(){if(tu)return ft;tu=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"]},u=Object.keys(e);for(const t of u)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 c(t){return Object.keys(t).filter(p)}r(c,"getKeys");function i(t){const o=Object.assign({},e);for(const s of Object.keys(t))if(Object.hasOwn(o,s)){const l=new Set(t[s]);for(const f of o[s])l.add(f);o[s]=Object.freeze(Array.from(l))}else o[s]=Object.freeze(Array.from(t[s]));return Object.freeze(o)}return r(i,"unionWith"),ft.KEYS=e,ft.getKeys=c,ft.unionWith=i,ft}r(ru,"requireEslintVisitorKeys");var nu;function uy(){if(nu)return Et;nu=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.getKeys=void 0;const e=ru();return Et.getKeys=e.getKeys,Et}r(uy,"requireGetKeys");var fe={},iu;function cy(){if(iu)return fe;iu=1;var e=fe&&fe.__createBinding||(Object.create?function(t,o,s,l){l===void 0&&(l=s);var f=Object.getOwnPropertyDescriptor(o,s);(!f||("get"in f?!o.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:r(function(){return o[s]},"get")}),Object.defineProperty(t,l,f)}:function(t,o,s,l){l===void 0&&(l=s),t[l]=o[s]}),u=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 l=[];for(var f in s)Object.prototype.hasOwnProperty.call(s,f)&&(l[l.length]=f);return l},t(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var s={};if(o!=null)for(var l=t(o),f=0;f<l.length;f++)l[f]!=="default"&&e(s,o,l[f]);return u(s,o),s}}();Object.defineProperty(fe,"__esModule",{value:!0}),fe.visitorKeys=void 0;const p=n(ru()),c=(()=>{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:c.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:c.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:c.ClassDeclaration,ClassExpression:c.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","attributes"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],FunctionDeclaration:c.Function,FunctionExpression:c.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:c.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:c.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:c.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:c.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:c.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:c.FunctionType,TSConstructSignatureDeclaration:c.FunctionType,TSDeclareFunction:c.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...c.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:c.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:c.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(cy,"requireVisitorKeys");var su;function ou(){return su||(su=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var u=uy();Object.defineProperty(e,"getKeys",{enumerable:!0,get:r(function(){return u.getKeys},"get")});var n=cy();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:r(function(){return n.visitorKeys},"get")})}(uo)),uo}r(ou,"requireDist$2");var co={},dt={},wi={},au;function Tt(){if(au)return wi;au=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.assert=e;function e(u,n){if(u==null)throw new Error(n)}return r(e,"assert$1"),wi}r(Tt,"requireAssert");var Fe={},Pt={},mt={},yt={},lu;function Mi(){if(lu)return yt;lu=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.createIdGenerator=n,yt.resetIds=p;const e=new Map;let u=0;function n(){const c=u+=1;return e.set(c,0),()=>{const t=(e.get(c)??0)+1;return e.set(c,t),t}}r(n,"createIdGenerator");function p(){e.clear()}return r(p,"resetIds"),yt}r(Mi,"requireID");var uu;function de(){if(uu)return mt;uu=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.DefinitionBase=void 0;const u=(0,Mi().createIdGenerator)();let n=class{static{r(this,"DefinitionBase")}$id=u();type;name;node;parent;constructor(c,i,t,o){this.type=c,this.name=i,this.node=t,this.parent=o}};return mt.DefinitionBase=n,mt}r(de,"requireDefinitionBase");var ht={},cu;function re(){if(cu)return ht;cu=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.DefinitionType=void 0;var e;return function(u){u.CatchClause="CatchClause",u.ClassName="ClassName",u.FunctionName="FunctionName",u.ImplicitGlobalVariable="ImplicitGlobalVariable",u.ImportBinding="ImportBinding",u.Parameter="Parameter",u.TSEnumName="TSEnumName",u.TSEnumMember="TSEnumMemberName",u.TSModuleName="TSModuleName",u.Type="Type",u.Variable="Variable"}(e||(ht.DefinitionType=e={})),ht}r(re,"requireDefinitionType");var pu;function py(){if(pu)return Pt;pu=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.CatchClauseDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.CatchClause,c,i,null)}};return Pt.CatchClauseDefinition=n,Pt}r(py,"requireCatchClauseDefinition");var _t={},Eu;function Ey(){if(Eu)return _t;Eu=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.ClassNameDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.ClassName,c,i,null)}};return _t.ClassNameDefinition=n,_t}r(Ey,"requireClassNameDefinition");var po={},fu;function fy(){return fu||(fu=1,Object.defineProperty(po,"__esModule",{value:!0})),po}r(fy,"requireDefinition$1");var vt={},du;function dy(){if(du)return vt;du=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.FunctionNameDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.FunctionName,c,i,null)}};return vt.FunctionNameDefinition=n,vt}r(dy,"requireFunctionNameDefinition");var bt={},Tu;function Pu(){if(Tu)return bt;Tu=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ImplicitGlobalVariableDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.ImplicitGlobalVariable,c,i,null)}};return bt.ImplicitGlobalVariableDefinition=n,bt}r(Pu,"requireImplicitGlobalVariableDefinition");var gt={},mu;function Ty(){if(mu)return gt;mu=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.ImportBindingDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i,t){super(u.DefinitionType.ImportBinding,c,i,t)}};return gt.ImportBindingDefinition=n,gt}r(Ty,"requireImportBindingDefinition");var St={},yu;function Py(){if(yu)return St;yu=1,Object.defineProperty(St,"__esModule",{value:!0}),St.ParameterDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(c,i,t){super(u.DefinitionType.Parameter,c,i,null),this.rest=t}};return St.ParameterDefinition=n,St}r(Py,"requireParameterDefinition");var Yt={},hu;function my(){if(hu)return Yt;hu=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSEnumMemberDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.TSEnumMember,c,i,null)}};return Yt.TSEnumMemberDefinition=n,Yt}r(my,"requireTSEnumMemberDefinition");var At={},_u;function yy(){if(_u)return At;_u=1,Object.defineProperty(At,"__esModule",{value:!0}),At.TSEnumNameDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.TSEnumName,c,i,null)}};return At.TSEnumNameDefinition=n,At}r(yy,"requireTSEnumNameDefinition");var Ct={},vu;function hy(){if(vu)return Ct;vu=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.TSModuleNameDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,i){super(u.DefinitionType.TSModuleName,c,i,null)}};return Ct.TSModuleNameDefinition=n,Ct}r(hy,"requireTSModuleNameDefinition");var Lt={},bu;function _y(){if(bu)return Lt;bu=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TypeDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(c,i){super(u.DefinitionType.Type,c,i,null)}};return Lt.TypeDefinition=n,Lt}r(_y,"requireTypeDefinition");var Rt={},gu;function vy(){if(gu)return Rt;gu=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.VariableDefinition=void 0;const e=de(),u=re();let n=class extends e.DefinitionBase{static{r(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,i,t){super(u.DefinitionType.Variable,c,i,t)}};return Rt.VariableDefinition=n,Rt}r(vy,"requireVariableDefinition");var Su;function Be(){return Su||(Su=1,function(e){var u=Fe&&Fe.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=Fe&&Fe.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(py(),e),n(Ey(),e),n(fy(),e),n(re(),e),n(dy(),e),n(Pu(),e),n(Ty(),e),n(Py(),e),n(my(),e),n(yy(),e),n(hy(),e),n(_y(),e),n(vy(),e)}(Fe)),Fe}r(Be,"requireDefinition");var Vt={},Dt={},_e={},Yu;function V(){return Yu||(Yu=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 Au;function Eo(){if(Au)return Dt;Au=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(Eo,"requireDecorators");var Ot={},Cu;function Lu(){if(Cu)return Ot;Cu=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(Lu,"requireDecorators_legacy");var wt={},Ru;function ne(){if(Ru)return wt;Ru=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={},Vu;function ve(){if(Vu)return Mt;Vu=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={},Du;function Te(){if(Du)return It;Du=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={},Ou;function Ii(){if(Ou)return Ut;Ou=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es5=void 0;const e=V(),u=Eo(),n=Lu();return Ut.es5={libs:[u.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(Ii,"requireEs5");var xt={},Ft={},wu;function fo(){if(wu)return Ft;wu=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(fo,"requireEs2015_collection");var Bt={},Mu;function To(){if(Mu)return Bt;Mu=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(To,"requireEs2015_core");var kt={},jt={},Nt={},Iu;function ie(){if(Iu)return Nt;Iu=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 Uu;function se(){if(Uu)return jt;Uu=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_iterable=void 0;const e=V(),u=ie();return jt.es2015_iterable={libs:[u.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 xu;function Po(){if(xu)return kt;xu=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_generator=void 0;const e=V(),u=se();return kt.es2015_generator={libs:[u.es2015_iterable],variables:[["Generator",e.TYPE],["GeneratorFunction",e.TYPE],["GeneratorFunctionConstructor",e.TYPE]]},kt}r(Po,"requireEs2015_generator");var qt={},Fu;function mo(){if(Fu)return qt;Fu=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(mo,"requireEs2015_promise");var Gt={},Bu;function yo(){if(Bu)return Gt;Bu=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(yo,"requireEs2015_proxy");var $t={},ku;function ho(){if(ku)return $t;ku=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(ho,"requireEs2015_reflect");var Wt={},ju;function Je(){if(ju)return Wt;ju=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015_symbol_wellknown=void 0;const e=V(),u=ie();return Wt.es2015_symbol_wellknown={libs:[u.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(Je,"requireEs2015_symbol_wellknown");var Nu;function by(){if(Nu)return xt;Nu=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es6=void 0;const e=Ii(),u=fo(),n=To(),p=Po(),c=se(),i=mo(),t=yo(),o=ho(),s=ie(),l=Je();return xt.es6={libs:[e.es5,n.es2015_core,u.es2015_collection,c.es2015_iterable,p.es2015_generator,i.es2015_promise,t.es2015_proxy,o.es2015_reflect,s.es2015_symbol,l.es2015_symbol_wellknown],variables:[]},xt}r(by,"requireEs6");var Ht={},Kt={},qu;function _o(){if(qu)return Kt;qu=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2015=void 0;const e=Ii(),u=fo(),n=To(),p=Po(),c=se(),i=mo(),t=yo(),o=ho(),s=ie(),l=Je();return Kt.es2015={libs:[e.es5,n.es2015_core,u.es2015_collection,c.es2015_iterable,p.es2015_generator,i.es2015_promise,t.es2015_proxy,o.es2015_reflect,s.es2015_symbol,l.es2015_symbol_wellknown],variables:[]},Kt}r(_o,"requireEs2015");var zt={},Gu;function vo(){if(Gu)return zt;Gu=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(vo,"requireEs2016_array_include");var Xt={},$u;function bo(){if($u)return Xt;$u=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(bo,"requireEs2016_intl");var Wu;function gy(){if(Wu)return Ht;Wu=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es7=void 0;const e=_o(),u=vo(),n=bo();return Ht.es7={libs:[e.es2015,u.es2016_array_include,n.es2016_intl],variables:[]},Ht}r(gy,"requireEs7");var Jt={},Hu;function go(){if(Hu)return Jt;Hu=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.es2016=void 0;const e=_o(),u=vo(),n=bo();return Jt.es2016={libs:[e.es2015,u.es2016_array_include,n.es2016_intl],variables:[]},Jt}r(go,"requireEs2016");var Qt={},Zt={},Ku;function oe(){if(Ku)return Zt;Ku=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={},zu;function ae(){return zu||(zu=1,Object.defineProperty(er,"__esModule",{value:!0}),er.webworker_importscripts=void 0,er.webworker_importscripts={libs:[],variables:[]}),er}r(ae,"requireWebworker_importscripts");var Xu;function Sy(){if(Xu)return Qt;Xu=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.es2016_full=void 0;const e=ne(),u=Te(),n=go(),p=oe(),c=ae();return Qt.es2016_full={libs:[n.es2016,e.dom,c.webworker_importscripts,p.scripthost,u.dom_iterable],variables:[]},Qt}r(Sy,"requireEs2016_full");var tr={},rr={},Ju;function Qu(){if(Ju)return rr;Ju=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(Qu,"requireEs2017_arraybuffer");var nr={},Zu;function ec(){if(Zu)return nr;Zu=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(ec,"requireEs2017_date");var ir={},tc;function rc(){if(tc)return ir;tc=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(rc,"requireEs2017_intl");var sr={},nc;function ic(){if(nc)return sr;nc=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(ic,"requireEs2017_object");var or={},sc;function oc(){if(sc)return or;sc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_sharedmemory=void 0;const e=V(),u=ie(),n=Je();return or.es2017_sharedmemory={libs:[u.es2015_symbol,n.es2015_symbol_wellknown],variables:[["SharedArrayBuffer",e.TYPE_VALUE],["SharedArrayBufferConstructor",e.TYPE],["ArrayBufferTypes",e.TYPE],["Atomics",e.TYPE_VALUE]]},or}r(oc,"requireEs2017_sharedmemory");var ar={},ac;function lc(){if(ac)return ar;ac=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(lc,"requireEs2017_string");var lr={},uc;function cc(){if(uc)return lr;uc=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(cc,"requireEs2017_typedarrays");var pc;function So(){if(pc)return tr;pc=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017=void 0;const e=go(),u=Qu(),n=ec(),p=rc(),c=ic(),i=oc(),t=lc(),o=cc();return tr.es2017={libs:[e.es2016,u.es2017_arraybuffer,n.es2017_date,p.es2017_intl,c.es2017_object,i.es2017_sharedmemory,t.es2017_string,o.es2017_typedarrays],variables:[]},tr}r(So,"requireEs2017");var ur={},Ec;function Yy(){if(Ec)return ur;Ec=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_full=void 0;const e=ne(),u=Te(),n=So(),p=oe(),c=ae();return ur.es2017_full={libs:[n.es2017,e.dom,c.webworker_importscripts,p.scripthost,u.dom_iterable],variables:[]},ur}r(Yy,"requireEs2017_full");var cr={},pr={},Er={},fc;function Ui(){if(fc)return Er;fc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_asynciterable=void 0;const e=V(),u=se(),n=ie();return Er.es2018_asynciterable={libs:[n.es2015_symbol,u.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},Er}r(Ui,"requireEs2018_asynciterable");var dc;function Tc(){if(dc)return pr;dc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_asyncgenerator=void 0;const e=V(),u=Ui();return pr.es2018_asyncgenerator={libs:[u.es2018_asynciterable],variables:[["AsyncGenerator",e.TYPE],["AsyncGeneratorFunction",e.TYPE],["AsyncGeneratorFunctionConstructor",e.TYPE]]},pr}r(Tc,"requireEs2018_asyncgenerator");var fr={},Pc;function Yo(){if(Pc)return fr;Pc=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(Yo,"requireEs2018_intl");var dr={},mc;function yc(){if(mc)return dr;mc=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(yc,"requireEs2018_promise");var Tr={},hc;function _c(){if(hc)return Tr;hc=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(_c,"requireEs2018_regexp");var vc;function Ao(){if(vc)return cr;vc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018=void 0;const e=So(),u=Tc(),n=Ui(),p=Yo(),c=yc(),i=_c();return cr.es2018={libs:[e.es2017,n.es2018_asynciterable,u.es2018_asyncgenerator,c.es2018_promise,i.es2018_regexp,p.es2018_intl],variables:[]},cr}r(Ao,"requireEs2018");var Pr={},bc;function Ay(){if(bc)return Pr;bc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2018_full=void 0;const e=ne(),u=ve(),n=Te(),p=Ao(),c=oe(),i=ae();return Pr.es2018_full={libs:[p.es2018,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},Pr}r(Ay,"requireEs2018_full");var mr={},yr={},gc;function Sc(){if(gc)return yr;gc=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(Sc,"requireEs2019_array");var hr={},Yc;function Ac(){if(Yc)return hr;Yc=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(Ac,"requireEs2019_intl");var _r={},Cc;function Lc(){if(Cc)return _r;Cc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_object=void 0;const e=V(),u=se();return _r.es2019_object={libs:[u.es2015_iterable],variables:[["ObjectConstructor",e.TYPE]]},_r}r(Lc,"requireEs2019_object");var vr={},Rc;function Vc(){if(Rc)return vr;Rc=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(Vc,"requireEs2019_string");var br={},Dc;function Oc(){if(Dc)return br;Dc=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(Oc,"requireEs2019_symbol");var wc;function Co(){if(wc)return mr;wc=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019=void 0;const e=Ao(),u=Sc(),n=Ac(),p=Lc(),c=Vc(),i=Oc();return mr.es2019={libs:[e.es2018,u.es2019_array,p.es2019_object,c.es2019_string,i.es2019_symbol,n.es2019_intl],variables:[]},mr}r(Co,"requireEs2019");var gr={},Mc;function Cy(){if(Mc)return gr;Mc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_full=void 0;const e=ne(),u=ve(),n=Te(),p=Co(),c=oe(),i=ae();return gr.es2019_full={libs:[p.es2019,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},gr}r(Cy,"requireEs2019_full");var Sr={},Yr={},Ar={},Ic;function ke(){if(Ic)return Ar;Ic=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_intl=void 0;const e=V(),u=Yo();return Ar.es2020_intl={libs:[u.es2018_intl],variables:[["Intl",e.TYPE_VALUE]]},Ar}r(ke,"requireEs2020_intl");var Uc;function xi(){if(Uc)return Yr;Uc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_bigint=void 0;const e=V(),u=ke();return Yr.es2020_bigint={libs:[u.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(xi,"requireEs2020_bigint");var Cr={},xc;function Fc(){if(xc)return Cr;xc=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_date=void 0;const e=V(),u=ke();return Cr.es2020_date={libs:[u.es2020_intl],variables:[["Date",e.TYPE]]},Cr}r(Fc,"requireEs2020_date");var Lr={},Bc;function kc(){if(Bc)return Lr;Bc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_number=void 0;const e=V(),u=ke();return Lr.es2020_number={libs:[u.es2020_intl],variables:[["Number",e.TYPE]]},Lr}r(kc,"requireEs2020_number");var Rr={},jc;function Nc(){if(jc)return Rr;jc=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(Nc,"requireEs2020_promise");var Vr={},qc;function Gc(){if(qc)return Vr;qc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_sharedmemory=void 0;const e=V(),u=xi();return Vr.es2020_sharedmemory={libs:[u.es2020_bigint],variables:[["Atomics",e.TYPE]]},Vr}r(Gc,"requireEs2020_sharedmemory");var Dr={},Or={},$c;function Lo(){if($c)return Or;$c=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_symbol_wellknown=void 0;const e=V(),u=se(),n=ie();return Or.es2020_symbol_wellknown={libs:[u.es2015_iterable,n.es2015_symbol],variables:[["SymbolConstructor",e.TYPE],["RegExpStringIterator",e.TYPE],["RegExp",e.TYPE]]},Or}r(Lo,"requireEs2020_symbol_wellknown");var Wc;function Hc(){if(Wc)return Dr;Wc=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_string=void 0;const e=V(),u=se(),n=ke(),p=Lo();return Dr.es2020_string={libs:[u.es2015_iterable,n.es2020_intl,p.es2020_symbol_wellknown],variables:[["String",e.TYPE]]},Dr}r(Hc,"requireEs2020_string");var Kc;function Ro(){if(Kc)return Sr;Kc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020=void 0;const e=Co(),u=xi(),n=Fc(),p=ke(),c=kc(),i=Nc(),t=Gc(),o=Hc(),s=Lo();return Sr.es2020={libs:[e.es2019,u.es2020_bigint,n.es2020_date,c.es2020_number,i.es2020_promise,t.es2020_sharedmemory,o.es2020_string,s.es2020_symbol_wellknown,p.es2020_intl],variables:[]},Sr}r(Ro,"requireEs2020");var wr={},zc;function Ly(){if(zc)return wr;zc=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2020_full=void 0;const e=ne(),u=ve(),n=Te(),p=Ro(),c=oe(),i=ae();return wr.es2020_full={libs:[p.es2020,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},wr}r(Ly,"requireEs2020_full");var Mr={},Ir={},Xc;function Jc(){if(Xc)return Ir;Xc=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(Jc,"requireEs2021_intl");var Ur={},Qc;function Vo(){if(Qc)return Ur;Qc=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(Vo,"requireEs2021_promise");var xr={},Zc;function ep(){if(Zc)return xr;Zc=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(ep,"requireEs2021_string");var Fr={},tp;function rp(){if(tp)return Fr;tp=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_weakref=void 0;const e=V(),u=Je();return Fr.es2021_weakref={libs:[u.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Fr}r(rp,"requireEs2021_weakref");var np;function Do(){if(np)return Mr;np=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021=void 0;const e=Ro(),u=Jc(),n=Vo(),p=ep(),c=rp();return Mr.es2021={libs:[e.es2020,n.es2021_promise,p.es2021_string,c.es2021_weakref,u.es2021_intl],variables:[]},Mr}r(Do,"requireEs2021");var Br={},ip;function Ry(){if(ip)return Br;ip=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2021_full=void 0;const e=ne(),u=ve(),n=Te(),p=Do(),c=oe(),i=ae();return Br.es2021_full={libs:[p.es2021,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},Br}r(Ry,"requireEs2021_full");var kr={},jr={},sp;function op(){if(sp)return jr;sp=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(op,"requireEs2022_array");var Nr={},ap;function lp(){if(ap)return Nr;ap=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_error=void 0;const e=V(),u=Vo();return Nr.es2022_error={libs:[u.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(lp,"requireEs2022_error");var qr={},up;function cp(){if(up)return qr;up=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(cp,"requireEs2022_intl");var Gr={},pp;function Ep(){if(pp)return Gr;pp=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(Ep,"requireEs2022_object");var $r={},fp;function dp(){if(fp)return $r;fp=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(dp,"requireEs2022_regexp");var Wr={},Tp;function Pp(){if(Tp)return Wr;Tp=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(Pp,"requireEs2022_string");var mp;function Oo(){if(mp)return kr;mp=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022=void 0;const e=Do(),u=op(),n=lp(),p=cp(),c=Ep(),i=dp(),t=Pp();return kr.es2022={libs:[e.es2021,u.es2022_array,n.es2022_error,p.es2022_intl,c.es2022_object,i.es2022_regexp,t.es2022_string],variables:[]},kr}r(Oo,"requireEs2022");var Hr={},yp;function Vy(){if(yp)return Hr;yp=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_full=void 0;const e=ne(),u=ve(),n=Te(),p=Oo(),c=oe(),i=ae();return Hr.es2022_full={libs:[p.es2022,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},Hr}r(Vy,"requireEs2022_full");var Kr={},zr={},hp;function _p(){if(hp)return zr;hp=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(_p,"requireEs2023_array");var Xr={},vp;function bp(){if(vp)return Xr;vp=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(bp,"requireEs2023_collection");var Jr={},gp;function Sp(){if(gp)return Jr;gp=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(Sp,"requireEs2023_intl");var Yp;function wo(){if(Yp)return Kr;Yp=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023=void 0;const e=Oo(),u=_p(),n=bp(),p=Sp();return Kr.es2023={libs:[e.es2022,u.es2023_array,n.es2023_collection,p.es2023_intl],variables:[]},Kr}r(wo,"requireEs2023");var Qr={},Ap;function Dy(){if(Ap)return Qr;Ap=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2023_full=void 0;const e=ne(),u=ve(),n=Te(),p=wo(),c=oe(),i=ae();return Qr.es2023_full={libs:[p.es2023,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},Qr}r(Dy,"requireEs2023_full");var Zr={},en={},Cp;function Lp(){if(Cp)return en;Cp=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(Lp,"requireEs2024_arraybuffer");var tn={},Rp;function Mo(){if(Rp)return tn;Rp=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(Mo,"requireEs2024_collection");var rn={},Vp;function Dp(){if(Vp)return rn;Vp=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(Dp,"requireEs2024_object");var nn={},Op;function wp(){if(Op)return nn;Op=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(wp,"requireEs2024_promise");var sn={},Mp;function Ip(){if(Mp)return sn;Mp=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(Ip,"requireEs2024_regexp");var on={},Up;function xp(){if(Up)return on;Up=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_sharedmemory=void 0;const e=V(),u=xi();return on.es2024_sharedmemory={libs:[u.es2020_bigint],variables:[["Atomics",e.TYPE],["SharedArrayBuffer",e.TYPE],["SharedArrayBufferConstructor",e.TYPE]]},on}r(xp,"requireEs2024_sharedmemory");var an={},Fp;function Bp(){if(Fp)return an;Fp=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(Bp,"requireEs2024_string");var kp;function Io(){if(kp)return Zr;kp=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024=void 0;const e=wo(),u=Lp(),n=Mo(),p=Dp(),c=wp(),i=Ip(),t=xp(),o=Bp();return Zr.es2024={libs:[e.es2023,u.es2024_arraybuffer,n.es2024_collection,p.es2024_object,c.es2024_promise,i.es2024_regexp,t.es2024_sharedmemory,o.es2024_string],variables:[]},Zr}r(Io,"requireEs2024");var ln={},jp;function Oy(){if(jp)return ln;jp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.es2024_full=void 0;const e=ne(),u=ve(),n=Te(),p=Io(),c=oe(),i=ae();return ln.es2024_full={libs:[p.es2024,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},ln}r(Oy,"requireEs2024_full");var un={},cn={},Np;function qp(){if(Np)return cn;Np=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(qp,"requireEsnext_array");var pn={},Gp;function $p(){if(Gp)return pn;Gp=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_collection=void 0;const e=V(),u=Mo();return pn.esnext_collection={libs:[u.es2024_collection],variables:[["ReadonlySetLike",e.TYPE],["Set",e.TYPE],["ReadonlySet",e.TYPE]]},pn}r($p,"requireEsnext_collection");var En={},Wp;function Hp(){if(Wp)return En;Wp=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_decorators=void 0;const e=V(),u=Eo(),n=ie();return En.esnext_decorators={libs:[n.es2015_symbol,u.decorators],variables:[["SymbolConstructor",e.TYPE],["Function",e.TYPE]]},En}r(Hp,"requireEsnext_decorators");var fn={},Kp;function zp(){if(Kp)return fn;Kp=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_disposable=void 0;const e=V(),u=se(),n=ie(),p=Ui();return fn.esnext_disposable={libs:[n.es2015_symbol,u.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(zp,"requireEsnext_disposable");var dn={},Xp;function Jp(){if(Xp)return dn;Xp=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(Jp,"requireEsnext_error");var Tn={},Qp;function Zp(){if(Qp)return Tn;Qp=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_float16=void 0;const e=V(),u=se(),n=ie();return Tn.esnext_float16={libs:[n.es2015_symbol,u.es2015_iterable],variables:[["Float16Array",e.TYPE_VALUE],["Float16ArrayConstructor",e.TYPE],["Math",e.TYPE],["DataView",e.TYPE]]},Tn}r(Zp,"requireEsnext_float16");var Pn={},eE;function tE(){if(eE)return Pn;eE=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(tE,"requireEsnext_intl");var mn={},rE;function nE(){if(rE)return mn;rE=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_iterator=void 0;const e=V(),u=se();return mn.esnext_iterator={libs:[u.es2015_iterable],variables:[["Iterator",e.TYPE_VALUE],["IteratorObjectConstructor",e.TYPE]]},mn}r(nE,"requireEsnext_iterator");var yn={},iE;function sE(){if(iE)return yn;iE=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(sE,"requireEsnext_promise");var hn={},oE;function aE(){if(oE)return hn;oE=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(aE,"requireEsnext_sharedmemory");var lE;function uE(){if(lE)return un;lE=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext=void 0;const e=Io(),u=qp(),n=$p(),p=Hp(),c=zp(),i=Jp(),t=Zp(),o=tE(),s=nE(),l=sE(),f=aE();return un.esnext={libs:[e.es2024,o.esnext_intl,p.esnext_decorators,c.esnext_disposable,n.esnext_collection,u.esnext_array,s.esnext_iterator,l.esnext_promise,t.esnext_float16,i.esnext_error,f.esnext_sharedmemory],variables:[]},un}r(uE,"requireEsnext");var _n={},cE;function wy(){if(cE)return _n;cE=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_asynciterable=void 0;const e=V(),u=se(),n=ie();return _n.esnext_asynciterable={libs:[n.es2015_symbol,u.es2015_iterable],variables:[["SymbolConstructor",e.TYPE],["AsyncIterator",e.TYPE],["AsyncIterable",e.TYPE],["AsyncIterableIterator",e.TYPE],["AsyncIteratorObject",e.TYPE]]},_n}r(wy,"requireEsnext_asynciterable");var vn={},pE;function My(){if(pE)return vn;pE=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.esnext_bigint=void 0;const e=V(),u=ke();return vn.esnext_bigint={libs:[u.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(My,"requireEsnext_bigint");var bn={},EE;function Iy(){if(EE)return bn;EE=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_full=void 0;const e=ne(),u=ve(),n=Te(),p=uE(),c=oe(),i=ae();return bn.esnext_full={libs:[p.esnext,e.dom,i.webworker_importscripts,c.scripthost,n.dom_iterable,u.dom_asynciterable],variables:[]},bn}r(Iy,"requireEsnext_full");var gn={},fE;function Uy(){if(fE)return gn;fE=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(Uy,"requireEsnext_object");var Sn={},dE;function xy(){if(dE)return Sn;dE=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(xy,"requireEsnext_regexp");var Yn={},TE;function Fy(){if(TE)return Yn;TE=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(Fy,"requireEsnext_string");var An={},PE;function By(){if(PE)return An;PE=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(By,"requireEsnext_symbol");var Cn={},mE;function ky(){if(mE)return Cn;mE=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.esnext_weakref=void 0;const e=V(),u=Je();return Cn.esnext_weakref={libs:[u.es2015_symbol_wellknown],variables:[["WeakRef",e.TYPE_VALUE],["WeakRefConstructor",e.TYPE],["FinalizationRegistry",e.TYPE_VALUE],["FinalizationRegistryConstructor",e.TYPE]]},Cn}r(ky,"requireEsnext_weakref");var Ln={},yE;function jy(){if(yE)return Ln;yE=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.lib=void 0;const e=ne(),u=Ii(),n=oe(),p=ae();return Ln.lib={libs:[u.es5,e.dom,p.webworker_importscripts,n.scripthost],variables:[]},Ln}r(jy,"requireLib$1");var Rn={},hE;function Ny(){if(hE)return Rn;hE=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(Ny,"requireWebworker");var Vn={},_E;function qy(){if(_E)return Vn;_E=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(qy,"requireWebworker_asynciterable");var Dn={},vE;function Gy(){if(vE)return Dn;vE=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(Gy,"requireWebworker_iterable");var bE;function $y(){if(bE)return Vt;bE=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.lib=void 0;const e=Eo(),u=Lu(),n=ne(),p=ve(),c=Te(),i=Ii(),t=by(),o=gy(),s=_o(),l=fo(),f=To(),P=Po(),m=se(),a=mo(),E=yo(),d=ho(),y=ie(),T=Je(),g=go(),Y=vo(),h=Sy(),A=bo(),R=So(),D=Qu(),O=ec(),B=Yy(),j=rc(),F=ic(),q=oc(),U=lc(),H=cc(),J=Ao(),$=Tc(),z=Ui(),Q=Ay(),Z=Yo(),Ce=yc(),Pe=_c(),qe=Co(),ci=Sc(),N=Cy(),Ze=Ac(),et=Lc(),Le=Vc(),Re=Oc(),pi=Ro(),Bi=xi(),ki=Fc(),ji=Ly(),Ei=ke(),Ni=kc(),fi=Nc(),qi=Gc(),di=Hc(),Gi=Lo(),Ti=Do(),$i=Ry(),Wi=Jc(),Hi=Vo(),Pi=ep(),Ki=rp(),zi=Oo(),me=op(),G=lp(),ye=Vy(),ge=cp(),Ge=Ep(),Xi=dp(),mi=Pp(),Ji=wo(),Se=_p(),Qi=bp(),Zi=Dy(),v=Sp(),b=Io(),_=Lp(),S=Mo(),C=Oy(),L=Dp(),w=wp(),k=Ip(),ee=xp(),yi=Bp(),Ve=uE(),Lf=qp(),Rf=wy(),Vf=My(),Df=$p(),Of=Hp(),wf=zp(),Mf=Jp(),If=Zp(),Uf=Iy(),xf=tE(),Ff=nE(),Bf=Uy(),kf=sE(),jf=xy(),Nf=aE(),qf=Fy(),Gf=By(),$f=ky(),Wf=jy(),Hf=oe(),Kf=Ny(),zf=qy(),Xf=ae(),Jf=Gy();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",pi.es2020],["es2021",Ti.es2021],["es2022",zi.es2022],["es2023",Ji.es2023],["es2024",b.es2024],["esnext",Ve.esnext],["dom",n.dom],["dom.iterable",c.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",f.es2015_core],["es2015.collection",l.es2015_collection],["es2015.generator",P.es2015_generator],["es2015.iterable",m.es2015_iterable],["es2015.promise",a.es2015_promise],["es2015.proxy",E.es2015_proxy],["es2015.reflect",d.es2015_reflect],["es2015.symbol",y.es2015_symbol],["es2015.symbol.wellknown",T.es2015_symbol_wellknown],["es2016.array.include",Y.es2016_array_include],["es2016.intl",A.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",ci.es2019_array],["es2019.object",et.es2019_object],["es2019.string",Le.es2019_string],["es2019.symbol",Re.es2019_symbol],["es2019.intl",Ze.es2019_intl],["es2020.bigint",Bi.es2020_bigint],["es2020.date",ki.es2020_date],["es2020.promise",fi.es2020_promise],["es2020.sharedmemory",qi.es2020_sharedmemory],["es2020.string",di.es2020_string],["es2020.symbol.wellknown",Gi.es2020_symbol_wellknown],["es2020.intl",Ei.es2020_intl],["es2020.number",Ni.es2020_number],["es2021.promise",Hi.es2021_promise],["es2021.string",Pi.es2021_string],["es2021.weakref",Ki.es2021_weakref],["es2021.intl",Wi.es2021_intl],["es2022.array",me.es2022_array],["es2022.error",G.es2022_error],["es2022.intl",ge.es2022_intl],["es2022.object",Ge.es2022_object],["es2022.string",mi.es2022_string],["es2022.regexp",Xi.es2022_regexp],["es2023.array",Se.es2023_array],["es2023.collection",Qi.es2023_collection],["es2023.intl",v.es2023_intl],["es2024.arraybuffer",_.es2024_arraybuffer],["es2024.collection",S.es2024_collection],["es2024.object",L.es2024_object],["es2024.promise",w.es2024_promise],["es2024.regexp",k.es2024_regexp],["es2024.sharedmemory",ee.es2024_sharedmemory],["es2024.string",yi.es2024_string],["esnext.array",Lf.esnext_array],["esnext.collection",Df.esnext_collection],["esnext.symbol",Gf.esnext_symbol],["esnext.asynciterable",Rf.esnext_asynciterable],["esnext.intl",xf.esnext_intl],["esnext.disposable",wf.esnext_disposable],["esnext.bigint",Vf.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",u.decorators_legacy],["es2016.full",h.es2016_full],["es2017.full",B.es2017_full],["es2018.full",Q.es2018_full],["es2019.full",N.es2019_full],["es2020.full",ji.es2020_full],["es2021.full",$i.es2021_full],["es2022.full",ye.es2022_full],["es2023.full",Zi.es2023_full],["es2024.full",C.es2024_full],["esnext.full",Uf.esnext_full],["lib",Wf.lib]]),Vt}r($y,"requireLib");var On={},wn={},je={},Mn={},In={},be={},gE;function Uo(){if(gE)return be;gE=1,Object.defineProperty(be,"__esModule",{value:!0}),be.Reference=be.ReferenceTypeFlag=be.ReferenceFlag=void 0;const e=Mi();var u;(function(i){i[i.Read=1]="Read",i[i.Write=2]="Write",i[i.ReadWrite=3]="ReadWrite"})(u||(be.ReferenceFlag=u={}));const n=(0,e.createIdGenerator)();var p;(function(i){i[i.Value=1]="Value",i[i.Type=2]="Type"})(p||(be.ReferenceTypeFlag=p={}));let c=class{static{r(this,"Reference")}$id=n();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#r;constructor(t,o,s,l,f,P,m=p.Value){this.identifier=t,this.from=o,this.resolved=null,this.#e=s,this.isWrite()&&(this.writeExpr=l,this.init=P),this.maybeImplicitGlobal=f,this.#r=m}get isTypeReference(){return(this.#r&p.Type)!==0}get isValueReference(){return(this.#r&p.Value)!==0}isWrite(){return!!(this.#e&u.Write)}isRead(){return!!(this.#e&u.Read)}isReadOnly(){return this.#e===u.Read}isWriteOnly(){return this.#e===u.Write}isReadWrite(){return this.#e===u.ReadWrite}};return be.Reference=c,be}r(Uo,"requireReference");var xo={},Un={},xn={},SE;function YE(){if(SE)return xn;SE=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.VariableBase=void 0;const u=(0,Mi().createIdGenerator)();let n=class{static{r(this,"VariableBase")}$id=u();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(c,i){this.name=c,this.scope=i}};return xn.VariableBase=n,xn}r(YE,"requireVariableBase");var AE;function CE(){if(AE)return Un;AE=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.ESLintScopeVariable=void 0;const e=YE();let u=class extends e.VariableBase{static{r(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return Un.ESLintScopeVariable=u,Un}r(CE,"requireESLintScopeVariable");var Fn={},LE;function Wy(){if(LE)return Fn;LE=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.ImplicitLibVariable=void 0;const e=CE();let u=class extends e.ESLintScopeVariable{static{r(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(p,c,{eslintImplicitGlobalSetting:i,isTypeVariable:t,isValueVariable:o,writeable:s}){super(c,p),this.isTypeVariable=t??!1,this.isValueVariable=o??!1,this.writeable=s??!1,this.eslintImplicitGlobalSetting=i??"readonly"}};return Fn.ImplicitLibVariable=u,Fn}r(Wy,"requireImplicitLibVariable");var Bn={},RE;function Hy(){if(RE)return Bn;RE=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.Variable=void 0;const e=YE();let u=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=u,Bn}r(Hy,"requireVariable$1");var VE;function Fo(){return VE||(VE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var u=CE();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:r(function(){return u.ESLintScopeVariable},"get")});var n=Wy();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:r(function(){return n.ImplicitLibVariable},"get")});var p=Hy();Object.defineProperty(e,"Variable",{enumerable:!0,get:r(function(){return p.Variable},"get")})}(xo)),xo}r(Fo,"requireVariable");var kn={},DE;function K(){if(DE)return kn;DE=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ScopeType=void 0;var e;return function(u){u.block="block",u.catch="catch",u.class="class",u.classFieldInitializer="class-field-initializer",u.classStaticBlock="class-static-block",u.conditionalType="conditionalType",u.for="for",u.function="function",u.functionExpressionName="function-expression-name",u.functionType="functionType",u.global="global",u.mappedType="mappedType",u.module="module",u.switch="switch",u.tsEnum="tsEnum",u.tsModule="tsModule",u.type="type",u.with="with"}(e||(kn.ScopeType=e={})),kn}r(K,"requireScopeType");var OE;function X(){if(OE)return In;OE=1,Object.defineProperty(In,"__esModule",{value:!0}),In.ScopeBase=void 0;const e=he(),u=Tt(),n=Be(),p=Mi(),c=Uo(),i=Fo(),t=K();function o(m,a,E){let d;if(m.upper?.isStrict||E||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 y=a;switch(y.type){case e.AST_NODE_TYPES.ArrowFunctionExpression:if(y.body.type!==e.AST_NODE_TYPES.BlockStatement)return!1;d=y.body;break;case e.AST_NODE_TYPES.Program:d=y;break;default:d=y.body}if(!d)return!1}else if(m.type===t.ScopeType.global)d=a;else return!1;for(const y of d.body){if(y.type!==e.AST_NODE_TYPES.ExpressionStatement)break;if(y.directive==="use strict")return!0;const T=y.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 E=m.nodeToScope.get(a.block);E?E.push(a):m.nodeToScope.set(a.block,[a])}r(s,"registerScope");const l=(0,p.createIdGenerator)(),f=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=l();block;childScopes=[];#e;#r;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=r(a=>{let E=this;do E.through.push(a),E=E.upper;while(E)},"#dynamicCloseRef");#o=r((a,E)=>{this.shouldStaticallyCloseForGlobal(a,E)?this.#m(a):this.#n(a)},"#globalCloseRef");#m=r(a=>{r(()=>{const d=a.identifier.name,y=this.set.get(d);if(!y||!this.isValidResolution(a,y))return!1;const T=a.isTypeReference&&y.isTypeVariable,g=a.isValueReference&&y.isValueVariable;return!T&&!g?!1:(y.references.push(a),a.resolved=y,!0)},"resolve")()||this.delegateToUpperScope(a)},"#staticCloseRef");variableScope;constructor(a,E,d,y,T){const g=d;this.type=E,this.#r=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=y,this.variableScope=this.isVariableScope()?this:g.variableScope,this.upper=d,this.isStrict=o(this,y,T),g?.childScopes.push(this),this.#e=a.declaredVariables,s(a,this)}isVariableScope(){return f.has(this.type)}shouldStaticallyCloseForGlobal(a,E){const d=a.identifier.name,y=this.set.get(d);if(!y)return!1;if(E.isModule())return!0;const T=y.defs;return T.length>0&&T.every(g=>!(g.type===n.DefinitionType.Variable&&g.parent.kind==="var"))}close(a){let E;return this.shouldStaticallyClose()?E=this.#m:this.type!=="global"?E=this.#n:E=this.#o,(0,u.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>E(d,a)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#r}defineVariable(a,E,d,y,T){const g=typeof a=="string"?a:a.name;let Y=E.get(g);Y||(Y=typeof a=="string"?new i.Variable(g,this):a,E.set(g,Y),d.push(Y)),T&&(Y.defs.push(T),this.addDeclaredVariablesOfNode(Y,T.node),this.addDeclaredVariablesOfNode(Y,T.parent)),y&&Y.identifiers.push(y)}delegateToUpperScope(a){this.upper?.leftToResolve?.push(a),this.through.push(a)}isValidResolution(a,E){return!0}addDeclaredVariablesOfNode(a,E){if(E==null)return;let d=this.#e.get(E);d==null&&(d=[],this.#e.set(E,d)),d.includes(a)||d.push(a)}defineIdentifier(a,E){this.defineVariable(a.name,this.set,this.variables,a,E)}defineLiteralIdentifier(a,E){this.defineVariable(a.value,this.set,this.variables,null,E)}referenceDualValueType(a){const E=new c.Reference(a,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type|c.ReferenceTypeFlag.Value);this.references.push(E),this.leftToResolve?.push(E)}referenceType(a){const E=new c.Reference(a,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type);this.references.push(E),this.leftToResolve?.push(E)}referenceValue(a,E=c.ReferenceFlag.Read,d,y,T=!1){const g=new c.Reference(a,this,E,d,y,T,c.ReferenceTypeFlag.Value);this.references.push(g),this.leftToResolve?.push(g)}};return In.ScopeBase=P,In}r(X,"requireScopeBase");var wE;function Ky(){if(wE)return Mn;wE=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.BlockScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"BlockScope")}constructor(c,i,t){super(c,u.ScopeType.block,i,t,!1)}};return Mn.BlockScope=n,Mn}r(Ky,"requireBlockScope");var jn={},ME;function zy(){if(ME)return jn;ME=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.CatchScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"CatchScope")}constructor(c,i,t){super(c,u.ScopeType.catch,i,t,!1)}};return jn.CatchScope=n,jn}r(zy,"requireCatchScope");var Nn={},IE;function UE(){if(IE)return Nn;IE=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ClassFieldInitializerScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ClassFieldInitializerScope")}constructor(c,i,t){super(c,u.ScopeType.classFieldInitializer,i,t,!1)}};return Nn.ClassFieldInitializerScope=n,Nn}r(UE,"requireClassFieldInitializerScope");var qn={},xE;function Xy(){if(xE)return qn;xE=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.ClassScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ClassScope")}constructor(c,i,t){super(c,u.ScopeType.class,i,t,!1)}};return qn.ClassScope=n,qn}r(Xy,"requireClassScope");var Gn={},FE;function Jy(){if(FE)return Gn;FE=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.ConditionalTypeScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ConditionalTypeScope")}constructor(c,i,t){super(c,u.ScopeType.conditionalType,i,t,!1)}};return Gn.ConditionalTypeScope=n,Gn}r(Jy,"requireConditionalTypeScope");var $n={},BE;function Qy(){if(BE)return $n;BE=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.ForScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ForScope")}constructor(c,i,t){super(c,u.ScopeType.for,i,t,!1)}};return $n.ForScope=n,$n}r(Qy,"requireForScope");var Wn={},kE;function Zy(){if(kE)return Wn;kE=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.FunctionExpressionNameScope=void 0;const e=Be(),u=X(),n=K();let p=class extends u.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(Zy,"requireFunctionExpressionNameScope");var Hn={},jE;function eh(){if(jE)return Hn;jE=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.FunctionScope=void 0;const e=he(),u=X(),n=K();let p=class extends u.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(eh,"requireFunctionScope");var Kn={},NE;function th(){if(NE)return Kn;NE=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.FunctionTypeScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"FunctionTypeScope")}constructor(c,i,t){super(c,u.ScopeType.functionType,i,t,!1)}};return Kn.FunctionTypeScope=n,Kn}r(th,"requireFunctionTypeScope");var zn={},qE;function rh(){if(qE)return zn;qE=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.GlobalScope=void 0;const e=he(),u=Tt(),n=Pu(),p=Fo(),c=X(),i=K();let t=class extends c.ScopeBase{static{r(this,"GlobalScope")}implicit;constructor(s,l){super(s,i.ScopeType.global,null,l,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(s){(0,u.assert)(this.leftToResolve);for(const l of this.leftToResolve)if(l.maybeImplicitGlobal&&!this.set.has(l.identifier.name)){const f=l.maybeImplicitGlobal,P=f.pattern;P.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(P.name,this.implicit.set,this.implicit.variables,P,new n.ImplicitGlobalVariableDefinition(f.pattern,f.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(s)}defineImplicitVariable(s,l){this.defineVariable(new p.ImplicitLibVariable(this,s,l),this.set,this.variables,null,null)}};return zn.GlobalScope=t,zn}r(rh,"requireGlobalScope");var Xn={},GE;function nh(){if(GE)return Xn;GE=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.MappedTypeScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"MappedTypeScope")}constructor(c,i,t){super(c,u.ScopeType.mappedType,i,t,!1)}};return Xn.MappedTypeScope=n,Xn}r(nh,"requireMappedTypeScope");var Jn={},$E;function ih(){if($E)return Jn;$E=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.ModuleScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ModuleScope")}constructor(c,i,t){super(c,u.ScopeType.module,i,t,!1)}};return Jn.ModuleScope=n,Jn}r(ih,"requireModuleScope");var Bo={},WE;function sh(){return WE||(WE=1,Object.defineProperty(Bo,"__esModule",{value:!0})),Bo}r(sh,"requireScope$2");var Qn={},HE;function oh(){if(HE)return Qn;HE=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.SwitchScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"SwitchScope")}constructor(c,i,t){super(c,u.ScopeType.switch,i,t,!1)}};return Qn.SwitchScope=n,Qn}r(oh,"requireSwitchScope");var Zn={},KE;function ah(){if(KE)return Zn;KE=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.TSEnumScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"TSEnumScope")}constructor(c,i,t){super(c,u.ScopeType.tsEnum,i,t,!1)}};return Zn.TSEnumScope=n,Zn}r(ah,"requireTSEnumScope");var ei={},zE;function lh(){if(zE)return ei;zE=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.TSModuleScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"TSModuleScope")}constructor(c,i,t){super(c,u.ScopeType.tsModule,i,t,!1)}};return ei.TSModuleScope=n,ei}r(lh,"requireTSModuleScope");var ti={},XE;function uh(){if(XE)return ti;XE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.TypeScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"TypeScope")}constructor(c,i,t){super(c,u.ScopeType.type,i,t,!1)}};return ti.TypeScope=n,ti}r(uh,"requireTypeScope");var ri={},JE;function ch(){if(JE)return ri;JE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.WithScope=void 0;const e=Tt(),u=X(),n=K();let p=class extends u.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(ch,"requireWithScope");var QE;function ko(){return QE||(QE=1,function(e){var u=je&&je.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=je&&je.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Ky(),e),n(zy(),e),n(UE(),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(sh(),e),n(K(),e),n(oh(),e),n(ah(),e),n(lh(),e),n(uh(),e),n(ch(),e)}(je)),je}r(ko,"requireScope$1");var jo={},ni={},ii={},ZE;function No(){if(ZE)return ii;ZE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.VisitorBase=void 0;const e=ou();function u(c){return typeof c=="object"&&c!=null}r(u,"isObject");function n(c){return u(c)&&typeof c.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 l of s){if(o.has(l))continue;const f=i[l];if(f)if(Array.isArray(f))for(const P of f)n(P)&&this.visit(P);else n(f)&&this.visit(f)}}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(No,"requireVisitorBase");var ef;function qo(){if(ef)return ni;ef=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.PatternVisitor=void 0;const e=he(),u=No();let n=class extends u.VisitorBase{static{r(this,"PatternVisitor")}#e=[];#r;#n=[];#o;rightHandNodes=[];constructor(c,i,t){super(c),this.#o=i,this.#r=t}static isPattern(c){const i=c.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(c){c.elements.forEach(this.visit,this)}ArrayPattern(c){for(const i of c.elements)this.visit(i)}AssignmentExpression(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}AssignmentPattern(c){this.#e.push(c),this.visit(c.left),this.rightHandNodes.push(c.right),this.#e.pop()}CallExpression(c){c.arguments.forEach(i=>{this.rightHandNodes.push(i)}),this.visit(c.callee)}Decorator(){}Identifier(c){const i=this.#n.at(-1);this.#r(c,{assignments:this.#e,rest:i?.argument===c,topLevel:c===this.#o})}MemberExpression(c){c.computed&&this.rightHandNodes.push(c.property),this.rightHandNodes.push(c.object)}Property(c){c.computed&&this.rightHandNodes.push(c.key),this.visit(c.value)}RestElement(c){this.#n.push(c),this.visit(c.argument),this.#n.pop()}SpreadElement(c){this.visit(c.argument)}TSTypeAnnotation(){}};return ni.PatternVisitor=n,ni}r(qo,"requirePatternVisitor");var tf;function Qe(){return tf||(tf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const u=qo(),n=No();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 l=new u.PatternVisitor(this.#e,t,o);l.visit(t),s.processRightHandNodes&&l.rightHandNodes.forEach(this.visit,this)}}e.Visitor=p;var c=No();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:r(function(){return c.VisitorBase},"get")})}(jo)),jo}r(Qe,"requireVisitor");var rf;function nf(){if(rf)return wn;rf=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.TypeVisitor=void 0;const e=he(),u=Be(),n=ko(),p=Qe();let c=class Sf extends p.Visitor{static{r(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,o){new Sf(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,(l,f)=>{this.#e.currentScope().defineIdentifier(l,new u.ParameterDefinition(l,t,f.rest)),l.typeAnnotation&&(this.visit(l.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 l=s.upper;for(;l;){if(l.type===n.ScopeType.functionType||l.type===n.ScopeType.mappedType){l=l.upper;continue}if(l.type===n.ScopeType.conditionalType){s=l;break}break}}s.defineIdentifier(o.name,new u.TypeDefinition(o.name,o)),this.visit(o.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new u.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 u.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 u.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 u.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=c,wn}r(nf,"requireTypeVisitor");var sf;function ph(){if(sf)return On;sf=1,Object.defineProperty(On,"__esModule",{value:!0}),On.ClassVisitor=void 0;const e=he(),u=Be(),n=nf(),p=Qe();let c=class Yf extends p.Visitor{static{r(this,"ClassVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,o){new Yf(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 u.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 u.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,l)=>{this.#e.currentScope().defineIdentifier(s,new u.ParameterDefinition(s,t,l.rest)),this.#e.referencingDefaultValue(s,l.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=c,On}r(ph,"requireClassVisitor");var si={},of;function Eh(){if(of)return si;of=1,Object.defineProperty(si,"__esModule",{value:!0}),si.ExportVisitor=void 0;const e=he(),u=Qe();let n=class Af extends u.Visitor{static{r(this,"ExportVisitor")}#e;#r;constructor(c,i){super(i),this.#e=c,this.#r=i}static visit(c,i){new Af(i,c).visit(i)}ExportDefaultDeclaration(c){c.declaration.type===e.AST_NODE_TYPES.Identifier&&this.visit(c.declaration)}ExportNamedDeclaration(c){c.source||c.declaration||this.visitChildren(c)}ExportSpecifier(c){c.exportKind==="type"&&c.local.type===e.AST_NODE_TYPES.Identifier?this.#r.currentScope().referenceType(c.local):this.visit(c.local)}Identifier(c){this.#e.exportKind==="type"?this.#r.currentScope().referenceType(c):this.#r.currentScope().referenceDualValueType(c)}};return si.ExportVisitor=n,si}r(Eh,"requireExportVisitor");var oi={},af;function fh(){if(af)return oi;af=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.ImportVisitor=void 0;const e=Be(),u=Qe();let n=class Cf extends u.Visitor{static{r(this,"ImportVisitor")}#e;#r;constructor(c,i){super(i),this.#e=c,this.#r=i}static visit(c,i){new Cf(i,c).visit(i)}ImportDefaultSpecifier(c){const i=c.local;this.visitImport(i,c)}ImportNamespaceSpecifier(c){const i=c.local;this.visitImport(i,c)}ImportSpecifier(c){const i=c.local;this.visitImport(i,c)}visitImport(c,i){this.#r.currentScope().defineIdentifier(c,new e.ImportBindingDefinition(c,i,this.#e))}};return oi.ImportVisitor=n,oi}r(fh,"requireImportVisitor");var lf;function dh(){if(lf)return dt;lf=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.Referencer=void 0;const e=he(),u=Tt(),n=Be(),p=$y(),c=ph(),i=Eh(),t=fh(),o=qo(),s=Uo(),l=nf(),f=Qe();let P=class extends f.Visitor{static{r(this,"Referencer")}#e=!1;#r=!1;#n;#o;#m;scopeManager;constructor(a,E){super(a),this.scopeManager=E,this.#o=a.jsxPragma,this.#n=a.jsxFragmentName,this.#m=a.lib}populateGlobalsFromLib(a){const E=new Set;for(const d of this.#m){const y=p.lib.get(d);if(!y)throw new Error(`Invalid value for lib provided: ${d}`);E.add(y)}for(const d of E){for(const y of d.libs)E.add(y);for(const[y,T]of d.variables)a.defineImplicitVariable(y,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,u.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(a,E,d,y){E.forEach(T=>{this.currentScope().referenceValue(a,s.ReferenceFlag.Write,T.right,d,y)})}referenceInSomeUpperScope(a){let E=this.scopeManager.currentScope;for(;E;){const d=E.set.get(a);if(!d){E=E.upper;continue}return E.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){c.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,E=>{this.currentScope().referenceValue(E,s.ReferenceFlag.Write,a.right,null,!0)})):this.visitPattern(a.left,(E,d)=>{const y=this.currentScope().isStrict?null:{node:a,pattern:E};this.referencingDefaultValue(E,d.assignments,y,!1),this.currentScope().referenceValue(E,s.ReferenceFlag.Write,a.right,y,!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 E of a.params)this.visitPattern(E,(d,y)=>{this.currentScope().defineIdentifier(d,new n.ParameterDefinition(d,a,y.rest)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(E),E.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&&l.TypeVisitor.visit(this,a)}visitTypeAssertion(a){this.visit(a.expression),this.visitType(a.typeAnnotation)}ArrowFunctionExpression(a){this.visitFunction(a)}AssignmentExpression(a){const E=this.visitExpressionTarget(a.left);o.PatternVisitor.isPattern(E)?a.operator==="="?this.visitPattern(E,(d,y)=>{const T=this.currentScope().isStrict?null:{node:a,pattern:d};this.referencingDefaultValue(d,y.assignments,T,!1),this.currentScope().referenceValue(d,s.ReferenceFlag.Write,a.right,T,!1)},{processRightHandNodes:!0}):E.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(E,s.ReferenceFlag.ReadWrite,a.right):this.visit(E),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 E=a.param;this.visitPattern(E,(d,y)=>{this.currentScope().defineIdentifier(d,new n.CatchClauseDefinition(E,a)),this.referencingDefaultValue(d,y.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,u.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 E of a.attributes)this.visit(E)}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 E=this.scopeManager.nestGlobalScope(a);this.populateGlobalsFromLib(E),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 E of a.cases)this.visit(E);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 E of a.body.members){if(E.id.type===e.AST_NODE_TYPES.Literal&&typeof E.id.value=="string"){const d=E.id;this.currentScope().defineLiteralIdentifier(d,new n.TSEnumMemberDefinition(d,E))}else E.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(E.id,new n.TSEnumMemberDefinition(E.id,E));this.visit(E.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 E=a.moduleReference.left;for(;E.type===e.AST_NODE_TYPES.TSQualifiedName;)E=E.left;this.visit(E)}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 E=this.visitExpressionTarget(a.argument);o.PatternVisitor.isPattern(E)?this.visitPattern(E,d=>{this.currentScope().referenceValue(d,s.ReferenceFlag.ReadWrite,null)}):this.visitChildren(a)}VariableDeclaration(a){const E=a.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of a.declarations){const y=d.init;this.visitPattern(d.id,(T,g)=>{E.defineIdentifier(T,new n.VariableDefinition(T,d,a)),this.referencingDefaultValue(T,g.assignments,null,!0),y&&this.currentScope().referenceValue(T,s.ReferenceFlag.Write,y,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(dh,"requireReferencer$1");var uf;function Th(){return uf||(uf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var u=dh();Object.defineProperty(e,"Referencer",{enumerable:!0,get:r(function(){return u.Referencer},"get")})}(co)),co}r(Th,"requireReferencer");var ai={},li={},cf;function Ph(){if(cf)return li;cf=1,Object.defineProperty(li,"__esModule",{value:!0}),li.ClassStaticBlockScope=void 0;const e=X(),u=K();let n=class extends e.ScopeBase{static{r(this,"ClassStaticBlockScope")}constructor(c,i,t){super(c,u.ScopeType.classStaticBlock,i,t,!1)}};return li.ClassStaticBlockScope=n,li}r(Ph,"requireClassStaticBlockScope");var pf;function Ef(){if(pf)return ai;pf=1,Object.defineProperty(ai,"__esModule",{value:!0}),ai.ScopeManager=void 0;const e=Tt(),u=ko(),n=UE(),p=Ph();let c=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(l=>t.add(l)),s.childScopes.forEach(o)}return r(o,"recurse"),this.scopes.forEach(o),[...t].sort((s,l)=>s.$id-l.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,o=!1){function s(f){return!(f.type===u.ScopeType.function&&f.functionExpressionScope)}r(s,"predicate");const l=this.nodeToScope.get(t);if(!l||l.length===0)return null;if(l.length===1)return l[0];if(o){for(let f=l.length-1;f>=0;--f){const P=l[f];if(s(P))return P}return null}return l.find(s)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.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 u.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 u.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,o){return(0,e.assert)(this.currentScope),this.nestScope(new u.FunctionScope(this,this.currentScope,t,o))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new u.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new u.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof u.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ai.ScopeManager=c,ai}r(Ef,"requireScopeManager");var ff;function mh(){if(ff)return Oi;ff=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.analyze=c;const e=ou(),u=Th(),n=Ef(),p={childVisitorKeys:e.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",sourceType:"script"};function c(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(f=>f.toLowerCase());const s=new n.ScopeManager(o);return new u.Referencer(o,s).visit(i),s}return r(c,"analyze$1"),Oi}r(mh,"requireAnalyze");var df;function yh(){return df||(df=1,function(e){var u=xe&&xe.__createBinding||(Object.create?function(s,l,f,P){P===void 0&&(P=f);var m=Object.getOwnPropertyDescriptor(l,f);(!m||("get"in m?!l.__esModule:m.writable||m.configurable))&&(m={enumerable:!0,get:r(function(){return l[f]},"get")}),Object.defineProperty(s,P,m)}:function(s,l,f,P){P===void 0&&(P=f),s[P]=l[f]}),n=xe&&xe.__exportStar||function(s,l){for(var f in s)f!=="default"&&!Object.prototype.hasOwnProperty.call(l,f)&&u(l,s,f)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var p=mh();Object.defineProperty(e,"analyze",{enumerable:!0,get:r(function(){return p.analyze},"get")}),n(Be(),e);var c=qo();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:r(function(){return c.PatternVisitor},"get")});var i=Uo();Object.defineProperty(e,"Reference",{enumerable:!0,get:r(function(){return i.Reference},"get")});var t=Qe();Object.defineProperty(e,"Visitor",{enumerable:!0,get:r(function(){return t.Visitor},"get")}),n(ko(),e);var o=Ef();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:r(function(){return o.ScopeManager},"get")}),n(Fo(),e)}(xe)),xe}r(yh,"requireDist$1");var Tf;function hh(){if(Tf)return Ee;Tf=1;var e=Ee&&Ee.__createBinding||(Object.create?function(i,t,o,s){s===void 0&&(s=o);var l=Object.getOwnPropertyDescriptor(t,o);(!l||("get"in l?!t.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:r(function(){return t[o]},"get")}),Object.defineProperty(i,s,l)}:function(i,t,o,s){s===void 0&&(s=o),i[s]=t[o]}),u=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 l in o)Object.prototype.hasOwnProperty.call(o,l)&&(s[s.length]=l);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var o={};if(t!=null)for(var s=i(t),l=0;l<s.length;l++)s[l]!=="default"&&e(o,t,s[l]);return u(o,t),o}}();Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.Scope=void 0;const p=n(yh());var c;return function(i){i.ScopeType=p.ScopeType,i.DefinitionType=p.DefinitionType}(c||(Ee.Scope=c={})),Ee}r(hh,"requireScope");var ui={},Pf;function _h(){if(Pf)return ui;Pf=1,Object.defineProperty(ui,"__esModule",{value:!0}),ui.SourceCode=void 0;const e=ss;let u=class extends e.SourceCode{static{r(this,"SourceCode")}};return ui.SourceCode=u,ui}r(_h,"requireSourceCode");var mf;function vh(){return mf||(mf=1,function(e){var u=Ue&&Ue.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=Ue&&Ue.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Zm(),e),n(ey(),e),n(ry(),e),n(ny(),e),n(iy(),e),n(sy(),e),n(oy(),e),n(ay(),e),n(ly(),e),n(hh(),e),n(_h(),e)}(Ue)),Ue}r(vh,"requireTsEslint");var Ne={},Fi={},yf;function bh(){if(yf)return Fi;yf=1,Object.defineProperty(Fi,"__esModule",{value:!0}),Fi.isArray=e;function e(u){return Array.isArray(u)}return r(e,"isArray$1"),Fi}r(bh,"requireIsArray");var Go={},hf;function gh(){return hf||(hf=1,Object.defineProperty(Go,"__esModule",{value:!0})),Go}r(gh,"requireNoInfer");var _f;function Sh(){return _f||(_f=1,function(e){var u=Ne&&Ne.__createBinding||(Object.create?function(p,c,i,t){t===void 0&&(t=i);var o=Object.getOwnPropertyDescriptor(c,i);(!o||("get"in o?!c.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:r(function(){return c[i]},"get")}),Object.defineProperty(p,t,o)}:function(p,c,i,t){t===void 0&&(t=i),p[t]=c[i]}),n=Ne&&Ne.__exportStar||function(p,c){for(var i in p)i!=="default"&&!Object.prototype.hasOwnProperty.call(c,i)&&u(c,p,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(bh(),e),n(gh(),e)}(Ne)),Ne}r(Sh,"requireTsUtils");var vf;function Yh(){return vf||(vf=1,function(e){var u=le&&le.__createBinding||(Object.create?function(i,t,o,s){s===void 0&&(s=o);var l=Object.getOwnPropertyDescriptor(t,o);(!l||("get"in l?!t.__esModule:l.writable||l.configurable))&&(l={enumerable:!0,get:r(function(){return t[o]},"get")}),Object.defineProperty(i,s,l)}: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 l in o)Object.prototype.hasOwnProperty.call(o,l)&&(s[s.length]=l);return s},i(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var o={};if(t!=null)for(var s=i(t),l=0;l<s.length;l++)s[l]!=="default"&&u(o,t,s[l]);return n(o,t),o}}(),c=le&&le.__exportStar||function(i,t){for(var o in i)o!=="default"&&!Object.prototype.hasOwnProperty.call(t,o)&&u(t,i,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=p($m()),e.ESLintUtils=p(Jm()),e.JSONSchema=p(Qm()),e.TSESLint=p(vh()),c(Rl(),e),e.TSUtils=p(Sh())}(le)),le}r(Yh,"requireDist");var Ah=Yh();const Ch=Ah.ESLintUtils.RuleCreator(e=>e),Lh={preferArrowFunction:"Prefer arrow function"},Rh=Ch({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:Lh},defaultOptions:[],create:r(e=>{const u=new Set,n=["prototype","name","length"],p=r(l=>{if(l.generator||u.has(l))return!1;const{parent:f}=l;if((f.type==="Property"||f.type==="MethodDefinition")&&(f.kind==="set"||f.kind==="get"||f.kind==="constructor"))return!1;const P=e.sourceCode.getScope(l);if(P.set.get("arguments").references.length>0)return!1;let a=[];if(l.type==="FunctionDeclaration"&&l.id){const[E]=e.sourceCode.getDeclaredVariables(l),[d]=E.references;if(d&&l.range[0]>d.identifier.range[0])return!1;a=E.references}else if(l.type==="FunctionExpression"){const E=e.sourceCode.getDeclaredVariables(l).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(E){const d=r((T,g)=>{let Y=g;for(;Y&&Y!==T;)Y=Y.upper;return Y===T},"isInsideScope");if(E.references.some(({from:T})=>d(P,T)))return!1;a.push(...E.references)}if(l.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(l.parent);a.push(...d.references.slice(1))}}for(const{identifier:E}of a)if(E.parent.type==="MemberExpression"&&E.parent.property.type==="Identifier"&&n.includes(E.parent.property.name))return!1;return!0},"isConvertable"),c=r(l=>{let f=e.sourceCode.getScope(l);for(;f&&f.block.type!=="FunctionDeclaration"&&f.block.type!=="FunctionExpression";)f=f.upper;return f?.block},"getNearestFunction"),i=r((l,f)=>{const P=e.sourceCode.getFirstToken(l,{filter:r(m=>m.type==="Keyword"&&m.value==="function","filter")});return P?[f.remove(P)]:[]},"removeFunctionToken"),t=r((l,f)=>{const P=e.sourceCode.getTokenBefore(l.body);return[f.insertTextAfter(P,"=>")]},"insertArrow"),o=r((l,f)=>{const P=e.sourceCode.getFirstToken(l.parent,{filter:r(a=>a.type==="Identifier"&&a.value==="async","filter")}),m=e.sourceCode.getTokenAfter(P,{includeComments:!0});return[f.removeRange([P.range[0],m.range[0]]),f.insertTextBefore(l,"async")]},"moveAsyncToken"),s=r((l,f)=>[f.insertTextBefore(l,"("),f.insertTextAfter(l,")")],"wrapInParentheses");return{ThisExpression:r(l=>{u.add(c(l))},"ThisExpression"),Super:r(l=>{u.add(c(l))},"Super"),MetaProperty:r(l=>{l.meta.name==="new"&&l.property.name==="target"&&u.add(c(l))},"MetaProperty"),"FunctionExpression:exit":r(l=>{p(l)&&e.report({node:l,messageId:"preferArrowFunction",fix:r(f=>{const P=[...t(l,f)],{parent:m}=l;if(m.type==="Property"&&m.method||m.type==="MethodDefinition"&&m.kind==="method")P.push(f.insertTextBefore(l,m.type==="Property"?":":"=")),l.async&&P.push(...o(l,f));else if(P.push(...i(l,f)),l.id&&P.push(f.remove(l.id)),m.type==="LogicalExpression"){const E=e.sourceCode.getTokenBefore(l),d=e.sourceCode.getTokenAfter(l);E?.value==="("&&d?.value===")"||P.push(...s(l,f))}return P},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":r(l=>{p(l)&&e.report({node:l,messageId:"preferArrowFunction",fix:r(f=>{const P=[...t(l,f),...i(l,f)];if(l.id){const d=e.sourceCode.getText(l.id);P.push(f.remove(l.id),f.insertTextBefore(l,`const ${d}=`))}const{parent:m}=l;if(m.type==="ExportDefaultDeclaration"&&l.id){const d=e.sourceCode.getFirstToken(m,{filter:r(Y=>Y.type==="Keyword"&&Y.value==="export","filter")}),y=e.sourceCode.getTokenAfter(d,{filter:r(Y=>Y.type==="Keyword"&&Y.value==="default","filter")}),T=[d.range[0],y.range[1]],g=e.sourceCode.text.slice(...T);P.push(f.removeRange(T),f.insertTextAfter(l,`;${g} ${l.id.name}`))}const a=e.sourceCode.getTokenAfter(l,{includeComments:!0});return a&&!e.sourceCode.isSpaceBetween(l,a)&&P.push(f.insertTextAfter(l,";")),P},"fix")})},"FunctionDeclaration:exit")}},"create")}),bf={meta:{name:"pvtnbr/custom-rules",version:Om},rules:{"prefer-arrow-functions":Rh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Vh=x({plugins:{pvtnbr:bf},rules:bf.configs.base.rules}),gf=r(e=>{const u=e?.cwd??process.cwd(),n=Zf(u);return[x({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{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"}}),Rm,_d,bi,fd,md,...hd,...Ym(e),vd(n),...us,bd,mm,...Pm({...e,cwd:u}),...Sm,...bm,gm,...Vm,Am(n),...hm(),ym,Vh].filter(Boolean)},"pvtnbr");var Dh=gf();export{x as d,Dh as i,Dm as n,gf as p};