lintroll 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var WE=Object.defineProperty;var n=(e,l)=>WE(e,"name",{value:l,configurable:!0});var HE=require("@eslint/js"),Pi=require("globals"),No=require("confusing-browser-globals"),KE=require("node:module"),jo=require("@eslint-community/eslint-plugin-eslint-comments"),XE=require("@stylistic/eslint-plugin"),Bo=require("node:url"),De=require("eslint-plugin-import-x"),Hi=require("@typescript-eslint/eslint-plugin"),zE=require("@typescript-eslint/parser"),qo=require("eslint-plugin-regexp"),mi=require("node:fs"),Go=require("eslint-plugin-n"),$o=require("node:path"),Wo=require("./index-DXvnAG_9.cjs");require("node:fs/promises");var JE=require("os"),Ho=require("url"),QE=require("util"),Ko=require("eslint-plugin-promise"),Xo=require("eslint-plugin-markdown"),ZE=require("eslint-plugin-jsonc"),Ki=require("eslint-plugin-yml"),ed=require("yaml-eslint-parser"),zo=require("eslint-plugin-no-use-extend-native"),Jo=require("eslint-plugin-unicorn"),He=require("eslint-plugin-react"),Qo=require("eslint-plugin-react-hooks"),td=require("get-tsconfig"),Re=require("eslint-plugin-vue"),rd=require("vue-eslint-parser"),Zo=require("eslint/use-at-your-own-risk"),Xi=require("eslint");const nd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],ea=n(e=>{for(const l of nd){const i=e[l];if(!(typeof i!="object"||i===null)){if(Object.freeze(i),l==="rules"){const p=i;for(const c in p)if(Object.hasOwn(p,c)){const u=p[c];u&&Object.freeze(u)}}if(l==="languageOptions"){const p=i;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),j=n(e=>Array.isArray(e)?e.map(ea):ea(e),"defineConfig"),ta=KE.createRequire(`${process.cwd()}/`),he=n(e=>{try{return ta.resolve(e),!0}catch{}return!1},"isInstalled"),id=n(e=>Object.keys(ta(e)),"getExports"),zi=HE.configs.recommended.rules,Ji={"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-classes-per-file":["error",1],"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",...No],"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:[...he("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...he("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"},ra=Object.entries(Ji).filter(([e])=>zi[e]&&zi[e]===Ji[e]);if(ra.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ra.map(([e])=>e).join(", ")}`);const Qi=j({languageOptions:{globals:Pi["shared-node-browser"]},rules:{...zi,...Ji}}),sd=j({files:["**/*.sw.{js,ts}"],languageOptions:{globals:Pi.serviceworker},rules:{"no-restricted-globals":["error",...No.filter(e=>e!=="self")]}}),od=j({plugins:{"@eslint-community/eslint-comments":jo},rules:{...jo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),Zi=j({plugins:{"@stylistic":XE},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",{arrays:"always-multiline",exports:"always-multiline",functions:"always-multiline",imports:"always-multiline",objects:"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/func-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 > *","JSXElement","JSXElement > *","JSXAttribute","JSXIdentifier","JSXNamespacedName","JSXMemberExpression","JSXSpreadAttribute","JSXExpressionContainer","JSXOpeningElement","JSXClosingElement","JSXFragment","JSXOpeningFragment","JSXClosingFragment","JSXText","JSXEmptyExpression","JSXSpreadChild"],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"]}}),ad=Bo.fileURLToPath((void 0)("#pkg-maps-resolver")),na=j({plugins:{"import-x":De},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[ad]:{}}},rules:{...De.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","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"}}),ud=[na,j({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ia]=na.rules["import-x/no-extraneous-dependencies"],es="**/*.{ts,tsx,mts,cts}",ld=j({files:[es],languageOptions:{parser:zE,parserOptions:{ecmaVersion:"latest"}},settings:De.configs.typescript.settings}),cd=j({files:[es],plugins:{"@typescript-eslint":Hi},settings:{...De.configs.typescript.settings,"import-x/resolver":{...De.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Hi.configs["eslint-recommended"].overrides[0].rules,...Hi.configs.recommended.rules,...De.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Qi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Qi.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ia,devDependencies:ia.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),pd=[j({plugins:{regexp:qo},rules:qo.configs.recommended.rules})];var sa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function fd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}n(fd,"getDefaultExportFromCjs");var Ke={},Fe={},Xe={},oa;function Ed(){return oa||(oa=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.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,Xe.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),Xe}n(Ed,"requireJsTokens");var ts={},ke={},aa;function dd(){if(aa)return ke;aa=1,Object.defineProperty(ke,"__esModule",{value:!0}),ke.isIdentifierChar=o,ke.isIdentifierName=a,ke.isIdentifierStart=r;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const i=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=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],u=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,T){let P=65536;for(let s=0,f=T.length;s<f;s+=2){if(P+=T[s],P>E)return!1;if(P+=T[s+1],P>=E)return!0}return!1}n(t,"isInAstralSet");function r(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&i.test(String.fromCharCode(E)):t(E,c)}n(r,"isIdentifierStart");function o(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,c)||t(E,u)}n(o,"isIdentifierChar");function a(E){let T=!0;for(let P=0;P<E.length;P++){let s=E.charCodeAt(P);if((s&64512)===55296&&P+1<E.length){const f=E.charCodeAt(++P);(f&64512)===56320&&(s=65536+((s&1023)<<10)+(f&1023))}if(T){if(T=!1,!r(s))return!1}else if(!o(s))return!1}return!T}return n(a,"isIdentifierName"),ke}n(dd,"requireIdentifier");var _e={},ua;function Td(){if(ua)return _e;ua=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.isKeyword=o,_e.isReservedWord=c,_e.isStrictBindOnlyReservedWord=t,_e.isStrictBindReservedWord=r,_e.isStrictReservedWord=u;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),i=new Set(e.strict),p=new Set(e.strictBind);function c(a,E){return E&&a==="await"||a==="enum"}n(c,"isReservedWord");function u(a,E){return c(a,E)||i.has(a)}n(u,"isStrictReservedWord");function t(a){return p.has(a)}n(t,"isStrictBindOnlyReservedWord");function r(a,E){return u(a,E)||t(a)}n(r,"isStrictBindReservedWord");function o(a){return l.has(a)}return n(o,"isKeyword"),_e}n(Td,"requireKeyword");var la;function Pd(){return la||(la=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:n(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:n(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:n(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:n(function(){return i.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:n(function(){return i.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:n(function(){return i.isStrictReservedWord},"get")});var l=dd(),i=Td()}(ts)),ts}n(Pd,"requireLib$6");var rs={exports:{}},ns,ca;function md(){if(ca)return ns;ca=1;var e=/[|\\{}()[\]^$+*?.]/g;return ns=n(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ns}n(md,"requireEscapeStringRegexp");var yi={exports:{}},is={exports:{}},ss,pa;function yd(){return pa||(pa=1,ss={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]}),ss}n(yd,"requireColorName");var fa;function Ea(){if(fa)return is.exports;fa=1;var e=yd(),l={};for(var i in e)e.hasOwnProperty(i)&&(l[e[i]]=i);var p=is.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 u=p[c].channels,t=p[c].labels;delete p[c].channels,delete p[c].labels,Object.defineProperty(p[c],"channels",{value:u}),Object.defineProperty(p[c],"labels",{value:t})}p.rgb.hsl=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.min(a,E,T),s=Math.max(a,E,T),f=s-P,d,y,m;return s===P?d=0:a===s?d=(E-T)/f:E===s?d=2+(T-a)/f:T===s&&(d=4+(a-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),m=(P+s)/2,s===P?y=0:m<=.5?y=f/(s+P):y=f/(2-s-P),[d,y*100,m*100]},p.rgb.hsv=function(o){var a,E,T,P,s,f=o[0]/255,d=o[1]/255,y=o[2]/255,m=Math.max(f,d,y),b=m-Math.min(f,d,y),Y=n(function(h){return(m-h)/6/b+1/2},"diffc");return b===0?P=s=0:(s=b/m,a=Y(f),E=Y(d),T=Y(y),f===m?P=T-E:d===m?P=1/3+a-T:y===m&&(P=2/3+E-a),P<0?P+=1:P>1&&(P-=1)),[P*360,s*100,m*100]},p.rgb.hwb=function(o){var a=o[0],E=o[1],T=o[2],P=p.rgb.hsl(o)[0],s=1/255*Math.min(a,Math.min(E,T));return T=1-1/255*Math.max(a,Math.max(E,T)),[P,s*100,T*100]},p.rgb.cmyk=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P,s,f,d;return d=Math.min(1-a,1-E,1-T),P=(1-a-d)/(1-d)||0,s=(1-E-d)/(1-d)||0,f=(1-T-d)/(1-d)||0,[P*100,s*100,f*100,d*100]};function r(o,a){return Math.pow(o[0]-a[0],2)+Math.pow(o[1]-a[1],2)+Math.pow(o[2]-a[2],2)}return n(r,"comparativeDistance"),p.rgb.keyword=function(o){var a=l[o];if(a)return a;var E=1/0,T;for(var P in e)if(e.hasOwnProperty(P)){var s=e[P],f=r(o,s);f<E&&(E=f,T=P)}return T},p.keyword.rgb=function(o){return e[o]},p.rgb.xyz=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255;a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,T=T>.04045?Math.pow((T+.055)/1.055,2.4):T/12.92;var P=a*.4124+E*.3576+T*.1805,s=a*.2126+E*.7152+T*.0722,f=a*.0193+E*.1192+T*.9505;return[P*100,s*100,f*100]},p.rgb.lab=function(o){var a=p.rgb.xyz(o),E=a[0],T=a[1],P=a[2],s,f,d;return E/=95.047,T/=100,P/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,s=116*T-16,f=500*(E-T),d=200*(T-P),[s,f,d]},p.hsl.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P,s,f,d,y;if(E===0)return y=T*255,[y,y,y];T<.5?s=T*(1+E):s=T+E-T*E,P=2*T-s,d=[0,0,0];for(var m=0;m<3;m++)f=a+1/3*-(m-1),f<0&&f++,f>1&&f--,6*f<1?y=P+(s-P)*6*f:2*f<1?y=s:3*f<2?y=P+(s-P)*(2/3-f)*6:y=P,d[m]=y*255;return d},p.hsl.hsv=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=E,s=Math.max(T,.01),f,d;return T*=2,E*=T<=1?T:2-T,P*=s<=1?s:2-s,d=(T+E)/2,f=T===0?2*P/(s+P):2*E/(T+E),[a,f*100,d*100]},p.hsv.rgb=function(o){var a=o[0]/60,E=o[1]/100,T=o[2]/100,P=Math.floor(a)%6,s=a-Math.floor(a),f=255*T*(1-E),d=255*T*(1-E*s),y=255*T*(1-E*(1-s));switch(T*=255,P){case 0:return[T,y,f];case 1:return[d,T,f];case 2:return[f,T,y];case 3:return[f,d,T];case 4:return[y,f,T];case 5:return[T,f,d]}},p.hsv.hsl=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=Math.max(T,.01),s,f,d;return d=(2-E)*T,s=(2-E)*P,f=E*P,f/=s<=1?s:2-s,f=f||0,d/=2,[a,f*100,d*100]},p.hwb.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P=E+T,s,f,d,y;P>1&&(E/=P,T/=P),s=Math.floor(6*a),f=1-T,d=6*a-s,s&1&&(d=1-d),y=E+d*(f-E);var m,b,Y;switch(s){default:case 6:case 0:m=f,b=y,Y=E;break;case 1:m=y,b=f,Y=E;break;case 2:m=E,b=f,Y=y;break;case 3:m=E,b=y,Y=f;break;case 4:m=y,b=E,Y=f;break;case 5:m=f,b=E,Y=y;break}return[m*255,b*255,Y*255]},p.cmyk.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P=o[3]/100,s,f,d;return s=1-Math.min(1,a*(1-P)+P),f=1-Math.min(1,E*(1-P)+P),d=1-Math.min(1,T*(1-P)+P),[s*255,f*255,d*255]},p.xyz.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P,s,f;return P=a*3.2406+E*-1.5372+T*-.4986,s=a*-.9689+E*1.8758+T*.0415,f=a*.0557+E*-.204+T*1.057,P=P>.0031308?1.055*Math.pow(P,1/2.4)-.055:P*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,P=Math.min(Math.max(0,P),1),s=Math.min(Math.max(0,s),1),f=Math.min(Math.max(0,f),1),[P*255,s*255,f*255]},p.xyz.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return a/=95.047,E/=100,T/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=116*E-16,s=500*(a-E),f=200*(E-T),[P,s,f]},p.lab.xyz=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;s=(a+16)/116,P=E/500+s,f=s-T/200;var d=Math.pow(s,3),y=Math.pow(P,3),m=Math.pow(f,3);return s=d>.008856?d:(s-16/116)/7.787,P=y>.008856?y:(P-16/116)/7.787,f=m>.008856?m:(f-16/116)/7.787,P*=95.047,s*=100,f*=108.883,[P,s,f]},p.lab.lch=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return P=Math.atan2(T,E),s=P*360/2/Math.PI,s<0&&(s+=360),f=Math.sqrt(E*E+T*T),[a,f,s]},p.lch.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return f=T/360*2*Math.PI,P=E*Math.cos(f),s=E*Math.sin(f),[a,P,s]},p.rgb.ansi16=function(o){var a=o[0],E=o[1],T=o[2],P=1 in arguments?arguments[1]:p.rgb.hsv(o)[2];if(P=Math.round(P/50),P===0)return 30;var s=30+(Math.round(T/255)<<2|Math.round(E/255)<<1|Math.round(a/255));return P===2&&(s+=60),s},p.hsv.ansi16=function(o){return p.rgb.ansi16(p.hsv.rgb(o),o[2])},p.rgb.ansi256=function(o){var a=o[0],E=o[1],T=o[2];if(a===E&&E===T)return a<8?16:a>248?231:Math.round((a-8)/247*24)+232;var P=16+36*Math.round(a/255*5)+6*Math.round(E/255*5)+Math.round(T/255*5);return P},p.ansi16.rgb=function(o){var a=o%10;if(a===0||a===7)return o>50&&(a+=3.5),a=a/10.5*255,[a,a,a];var E=(~~(o>50)+1)*.5,T=(a&1)*E*255,P=(a>>1&1)*E*255,s=(a>>2&1)*E*255;return[T,P,s]},p.ansi256.rgb=function(o){if(o>=232){var a=(o-232)*10+8;return[a,a,a]}o-=16;var E,T=Math.floor(o/36)/5*255,P=Math.floor((E=o%36)/6)/5*255,s=E%6/5*255;return[T,P,s]},p.rgb.hex=function(o){var a=((Math.round(o[0])&255)<<16)+((Math.round(o[1])&255)<<8)+(Math.round(o[2])&255),E=a.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(o){var a=o.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];var E=a[0];a[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var T=parseInt(E,16),P=T>>16&255,s=T>>8&255,f=T&255;return[P,s,f]},p.rgb.hcg=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.max(Math.max(a,E),T),s=Math.min(Math.min(a,E),T),f=P-s,d,y;return f<1?d=s/(1-f):d=0,f<=0?y=0:P===a?y=(E-T)/f%6:P===E?y=2+(T-a)/f:y=4+(a-E)/f+4,y/=6,y%=1,[y*360,f*100,d*100]},p.hsl.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1,P=0;return E<.5?T=2*a*E:T=2*a*(1-E),T<1&&(P=(E-.5*T)/(1-T)),[o[0],T*100,P*100]},p.hsv.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=a*E,P=0;return T<1&&(P=(E-T)/(1-T)),[o[0],T*100,P*100]},p.hcg.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100;if(E===0)return[T*255,T*255,T*255];var P=[0,0,0],s=a%1*6,f=s%1,d=1-f,y=0;switch(Math.floor(s)){case 0:P[0]=1,P[1]=f,P[2]=0;break;case 1:P[0]=d,P[1]=1,P[2]=0;break;case 2:P[0]=0,P[1]=1,P[2]=f;break;case 3:P[0]=0,P[1]=d,P[2]=1;break;case 4:P[0]=f,P[1]=0,P[2]=1;break;default:P[0]=1,P[1]=0,P[2]=d}return y=(1-E)*T,[(E*P[0]+y)*255,(E*P[1]+y)*255,(E*P[2]+y)*255]},p.hcg.hsv=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a),P=0;return T>0&&(P=a/T),[o[0],P*100,T*100]},p.hcg.hsl=function(o){var a=o[1]/100,E=o[2]/100,T=E*(1-a)+.5*a,P=0;return T>0&&T<.5?P=a/(2*T):T>=.5&&T<1&&(P=a/(2*(1-T))),[o[0],P*100,T*100]},p.hcg.hwb=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a);return[o[0],(T-a)*100,(1-T)*100]},p.hwb.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1-E,P=T-a,s=0;return P<1&&(s=(T-P)/(1-P)),[o[0],P*100,s*100]},p.apple.rgb=function(o){return[o[0]/65535*255,o[1]/65535*255,o[2]/65535*255]},p.rgb.apple=function(o){return[o[0]/255*65535,o[1]/255*65535,o[2]/255*65535]},p.gray.rgb=function(o){return[o[0]/100*255,o[0]/100*255,o[0]/100*255]},p.gray.hsl=p.gray.hsv=function(o){return[0,0,o[0]]},p.gray.hwb=function(o){return[0,100,o[0]]},p.gray.cmyk=function(o){return[0,0,0,o[0]]},p.gray.lab=function(o){return[o[0],0,0]},p.gray.hex=function(o){var a=Math.round(o[0]/100*255)&255,E=(a<<16)+(a<<8)+a,T=E.toString(16).toUpperCase();return"000000".substring(T.length)+T},p.rgb.gray=function(o){var a=(o[0]+o[1]+o[2])/3;return[a/255*100]},is.exports}n(Ea,"requireConversions");var os,da;function hd(){if(da)return os;da=1;var e=Ea();function l(){for(var u={},t=Object.keys(e),r=t.length,o=0;o<r;o++)u[t[o]]={distance:-1,parent:null};return u}n(l,"buildGraph");function i(u){var t=l(),r=[u];for(t[u].distance=0;r.length;)for(var o=r.pop(),a=Object.keys(e[o]),E=a.length,T=0;T<E;T++){var P=a[T],s=t[P];s.distance===-1&&(s.distance=t[o].distance+1,s.parent=o,r.unshift(P))}return t}n(i,"deriveBFS");function p(u,t){return function(r){return t(u(r))}}n(p,"link");function c(u,t){for(var r=[t[u].parent,u],o=e[t[u].parent][u],a=t[u].parent;t[a].parent;)r.unshift(t[a].parent),o=p(e[t[a].parent][a],o),a=t[a].parent;return o.conversion=r,o}return n(c,"wrapConversion"),os=n(function(u){for(var t=i(u),r={},o=Object.keys(t),a=o.length,E=0;E<a;E++){var T=o[E],P=t[T];P.parent!==null&&(r[T]=c(T,t))}return r},"route"),os}n(hd,"requireRoute");var as,Ta;function _d(){if(Ta)return as;Ta=1;var e=Ea(),l=hd(),i={},p=Object.keys(e);function c(t){var r=n(function(o){return o==null?o:(arguments.length>1&&(o=Array.prototype.slice.call(arguments)),t(o))},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}n(c,"wrapRaw");function u(t){var r=n(function(o){if(o==null)return o;arguments.length>1&&(o=Array.prototype.slice.call(arguments));var a=t(o);if(typeof a=="object")for(var E=a.length,T=0;T<E;T++)a[T]=Math.round(a[T]);return a},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}return n(u,"wrapRounded"),p.forEach(function(t){i[t]={},Object.defineProperty(i[t],"channels",{value:e[t].channels}),Object.defineProperty(i[t],"labels",{value:e[t].labels});var r=l(t),o=Object.keys(r);o.forEach(function(a){var E=r[a];i[t][a]=u(E),i[t][a].raw=c(E)})}),as=i,as}n(_d,"requireColorConvert"),yi.exports;var Pa;function vd(){return Pa||(Pa=1,function(e){const l=_d(),i=n((t,r)=>function(){return`\x1B[${t.apply(l,arguments)+r}m`},"wrapAnsi16"),p=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};5;${o}m`},"wrapAnsi256"),c=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};2;${o[0]};${o[1]};${o[2]}m`},"wrapAnsi16m");function u(){const t=new Map,r={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]}};r.color.grey=r.color.gray;for(const E of Object.keys(r)){const T=r[E];for(const P of Object.keys(T)){const s=T[P];r[P]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},T[P]=r[P],t.set(s[0],s[1])}Object.defineProperty(r,E,{value:T,enumerable:!1}),Object.defineProperty(r,"codes",{value:t,enumerable:!1})}const o=n(E=>E,"ansi2ansi"),a=n((E,T,P)=>[E,T,P],"rgb2rgb");r.color.close="\x1B[39m",r.bgColor.close="\x1B[49m",r.color.ansi={ansi:i(o,0)},r.color.ansi256={ansi256:p(o,0)},r.color.ansi16m={rgb:c(a,0)},r.bgColor.ansi={ansi:i(o,10)},r.bgColor.ansi256={ansi256:p(o,10)},r.bgColor.ansi16m={rgb:c(a,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const T=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in T&&(r.color.ansi[E]=i(T.ansi16,0),r.bgColor.ansi[E]=i(T.ansi16,10)),"ansi256"in T&&(r.color.ansi256[E]=p(T.ansi256,0),r.bgColor.ansi256[E]=p(T.ansi256,10)),"rgb"in T&&(r.color.ansi16m[E]=c(T.rgb,0),r.bgColor.ansi16m[E]=c(T.rgb,10))}return r}n(u,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:u})}(yi)),yi.exports}n(vd,"requireAnsiStyles");var us,ma;function bd(){return ma||(ma=1,us=n((e,l)=>{l=l||process.argv;const i=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(i+e),c=l.indexOf("--");return p!==-1&&(c===-1?!0:p<c)},"hasFlag")),us}n(bd,"requireHasFlag");var ls,ya;function gd(){if(ya)return ls;ya=1;const e=JE,l=bd(),i=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in i&&(p=i.FORCE_COLOR.length===0||parseInt(i.FORCE_COLOR,10)!==0);function c(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}n(c,"translateLevel");function u(r){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(r&&!r.isTTY&&p!==!0)return 0;const o=p?1:0;if(process.platform==="win32"){const a=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in i)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(a=>a in i)||i.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in i)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(i.TEAMCITY_VERSION)?1:0;if(i.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in i){const a=parseInt((i.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(i.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(i.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(i.TERM)||"COLORTERM"in i?1:(i.TERM==="dumb",o)}n(u,"supportsColor");function t(r){const o=u(r);return c(o)}return n(t,"getSupportLevel"),ls={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},ls}n(gd,"requireSupportsColor");var cs,ha;function Sd(){if(ha)return cs;ha=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,i=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,c=new Map([["n",`
|
|
1
|
+
"use strict";var WE=Object.defineProperty;var n=(e,l)=>WE(e,"name",{value:l,configurable:!0});var HE=require("@eslint/js"),Pi=require("globals"),No=require("confusing-browser-globals"),KE=require("node:module"),jo=require("@eslint-community/eslint-plugin-eslint-comments"),XE=require("@stylistic/eslint-plugin"),Bo=require("node:url"),De=require("eslint-plugin-import-x"),Hi=require("@typescript-eslint/eslint-plugin"),zE=require("@typescript-eslint/parser"),qo=require("eslint-plugin-regexp"),mi=require("node:fs"),Go=require("eslint-plugin-n"),$o=require("node:path"),Wo=require("./index-DXvnAG_9.cjs");require("node:fs/promises");var JE=require("os"),Ho=require("url"),QE=require("util"),Ko=require("eslint-plugin-promise"),Xo=require("eslint-plugin-markdown"),ZE=require("eslint-plugin-jsonc"),Ki=require("eslint-plugin-yml"),ed=require("yaml-eslint-parser"),zo=require("eslint-plugin-no-use-extend-native"),Jo=require("eslint-plugin-unicorn"),He=require("eslint-plugin-react"),Qo=require("eslint-plugin-react-hooks"),td=require("get-tsconfig"),Re=require("eslint-plugin-vue"),rd=require("vue-eslint-parser"),Zo=require("eslint/use-at-your-own-risk"),Xi=require("eslint");const nd=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],ea=n(e=>{for(const l of nd){const i=e[l];if(!(typeof i!="object"||i===null)){if(Object.freeze(i),l==="rules"){const p=i;for(const c in p)if(Object.hasOwn(p,c)){const u=p[c];u&&Object.freeze(u)}}if(l==="languageOptions"){const p=i;p.parserOptions&&Object.freeze(p.parserOptions),p.globals&&Object.freeze(p.globals)}}}return Object.freeze(e)},"deepFreeze"),j=n(e=>Array.isArray(e)?e.map(ea):ea(e),"defineConfig"),ta=KE.createRequire(`${process.cwd()}/`),he=n(e=>{try{return ta.resolve(e),!0}catch{}return!1},"isInstalled"),id=n(e=>Object.keys(ta(e)),"getExports"),zi=HE.configs.recommended.rules,Ji={"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-classes-per-file":["error",1],"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",...No],"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:[...he("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...he("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"},ra=Object.entries(Ji).filter(([e])=>zi[e]&&zi[e]===Ji[e]);if(ra.length>0)throw new Error(`Duplicate rules with ESLint recommendations found: ${ra.map(([e])=>e).join(", ")}`);const Qi=j({languageOptions:{globals:Pi["shared-node-browser"]},rules:{...zi,...Ji}}),sd=j({files:["**/*.sw.{js,ts}"],languageOptions:{globals:Pi.serviceworker},rules:{"no-restricted-globals":["error",...No.filter(e=>e!=="self")]}}),od=j({plugins:{"@eslint-community/eslint-comments":jo},rules:{...jo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),Zi=j({plugins:{"@stylistic":XE},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",{arrays:"always-multiline",exports:"always-multiline",functions:"always-multiline",imports:"always-multiline",objects:"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/func-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 > *","JSXElement","JSXElement > *","JSXAttribute","JSXIdentifier","JSXNamespacedName","JSXMemberExpression","JSXSpreadAttribute","JSXExpressionContainer","JSXOpeningElement","JSXClosingElement","JSXFragment","JSXOpeningFragment","JSXClosingFragment","JSXText","JSXEmptyExpression","JSXSpreadChild"],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"]}}),ad=Bo.fileURLToPath((void 0)("#pkg-maps-resolver")),na=j({plugins:{"import-x":De},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[ad]:{}}},rules:{...De.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"}}),ud=[na,j({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ia]=na.rules["import-x/no-extraneous-dependencies"],es="**/*.{ts,tsx,mts,cts}",ld=j({files:[es],languageOptions:{parser:zE,parserOptions:{ecmaVersion:"latest"}},settings:De.configs.typescript.settings}),cd=j({files:[es],plugins:{"@typescript-eslint":Hi},settings:{...De.configs.typescript.settings,"import-x/resolver":{...De.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Hi.configs["eslint-recommended"].overrides[0].rules,...Hi.configs.recommended.rules,...De.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Qi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Qi.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":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ia,devDependencies:ia.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),pd=[j({plugins:{regexp:qo},rules:qo.configs.recommended.rules})];var sa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function fd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}n(fd,"getDefaultExportFromCjs");var Ke={},Fe={},Xe={},oa;function Ed(){return oa||(oa=1,Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.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,Xe.matchToToken=function(e){var l={type:"invalid",value:e[0],closed:void 0};return e[1]?(l.type="string",l.closed=!!(e[3]||e[4])):e[5]?l.type="comment":e[6]?(l.type="comment",l.closed=!!e[7]):e[8]?l.type="regex":e[9]?l.type="number":e[10]?l.type="name":e[11]?l.type="punctuator":e[12]&&(l.type="whitespace"),l}),Xe}n(Ed,"requireJsTokens");var ts={},ke={},aa;function dd(){if(aa)return ke;aa=1,Object.defineProperty(ke,"__esModule",{value:!0}),ke.isIdentifierChar=o,ke.isIdentifierName=a,ke.isIdentifierStart=r;let e="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",l="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";const i=new RegExp("["+e+"]"),p=new RegExp("["+e+l+"]");e=l=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],u=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function t(E,T){let P=65536;for(let s=0,f=T.length;s<f;s+=2){if(P+=T[s],P>E)return!1;if(P+=T[s+1],P>=E)return!0}return!1}n(t,"isInAstralSet");function r(E){return E<65?E===36:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&i.test(String.fromCharCode(E)):t(E,c)}n(r,"isIdentifierStart");function o(E){return E<48?E===36:E<58?!0:E<65?!1:E<=90?!0:E<97?E===95:E<=122?!0:E<=65535?E>=170&&p.test(String.fromCharCode(E)):t(E,c)||t(E,u)}n(o,"isIdentifierChar");function a(E){let T=!0;for(let P=0;P<E.length;P++){let s=E.charCodeAt(P);if((s&64512)===55296&&P+1<E.length){const f=E.charCodeAt(++P);(f&64512)===56320&&(s=65536+((s&1023)<<10)+(f&1023))}if(T){if(T=!1,!r(s))return!1}else if(!o(s))return!1}return!T}return n(a,"isIdentifierName"),ke}n(dd,"requireIdentifier");var _e={},ua;function Td(){if(ua)return _e;ua=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.isKeyword=o,_e.isReservedWord=c,_e.isStrictBindOnlyReservedWord=t,_e.isStrictBindReservedWord=r,_e.isStrictReservedWord=u;const e={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},l=new Set(e.keyword),i=new Set(e.strict),p=new Set(e.strictBind);function c(a,E){return E&&a==="await"||a==="enum"}n(c,"isReservedWord");function u(a,E){return c(a,E)||i.has(a)}n(u,"isStrictReservedWord");function t(a){return p.has(a)}n(t,"isStrictBindOnlyReservedWord");function r(a,E){return u(a,E)||t(a)}n(r,"isStrictBindReservedWord");function o(a){return l.has(a)}return n(o,"isKeyword"),_e}n(Td,"requireKeyword");var la;function Pd(){return la||(la=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:n(function(){return l.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:n(function(){return l.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:n(function(){return l.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:n(function(){return i.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:n(function(){return i.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:n(function(){return i.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:n(function(){return i.isStrictReservedWord},"get")});var l=dd(),i=Td()}(ts)),ts}n(Pd,"requireLib$6");var rs={exports:{}},ns,ca;function md(){if(ca)return ns;ca=1;var e=/[|\\{}()[\]^$+*?.]/g;return ns=n(function(l){if(typeof l!="string")throw new TypeError("Expected a string");return l.replace(e,"\\$&")},"escapeStringRegexp"),ns}n(md,"requireEscapeStringRegexp");var yi={exports:{}},is={exports:{}},ss,pa;function yd(){return pa||(pa=1,ss={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]}),ss}n(yd,"requireColorName");var fa;function Ea(){if(fa)return is.exports;fa=1;var e=yd(),l={};for(var i in e)e.hasOwnProperty(i)&&(l[e[i]]=i);var p=is.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 u=p[c].channels,t=p[c].labels;delete p[c].channels,delete p[c].labels,Object.defineProperty(p[c],"channels",{value:u}),Object.defineProperty(p[c],"labels",{value:t})}p.rgb.hsl=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.min(a,E,T),s=Math.max(a,E,T),f=s-P,d,y,m;return s===P?d=0:a===s?d=(E-T)/f:E===s?d=2+(T-a)/f:T===s&&(d=4+(a-E)/f),d=Math.min(d*60,360),d<0&&(d+=360),m=(P+s)/2,s===P?y=0:m<=.5?y=f/(s+P):y=f/(2-s-P),[d,y*100,m*100]},p.rgb.hsv=function(o){var a,E,T,P,s,f=o[0]/255,d=o[1]/255,y=o[2]/255,m=Math.max(f,d,y),b=m-Math.min(f,d,y),Y=n(function(h){return(m-h)/6/b+1/2},"diffc");return b===0?P=s=0:(s=b/m,a=Y(f),E=Y(d),T=Y(y),f===m?P=T-E:d===m?P=1/3+a-T:y===m&&(P=2/3+E-a),P<0?P+=1:P>1&&(P-=1)),[P*360,s*100,m*100]},p.rgb.hwb=function(o){var a=o[0],E=o[1],T=o[2],P=p.rgb.hsl(o)[0],s=1/255*Math.min(a,Math.min(E,T));return T=1-1/255*Math.max(a,Math.max(E,T)),[P,s*100,T*100]},p.rgb.cmyk=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P,s,f,d;return d=Math.min(1-a,1-E,1-T),P=(1-a-d)/(1-d)||0,s=(1-E-d)/(1-d)||0,f=(1-T-d)/(1-d)||0,[P*100,s*100,f*100,d*100]};function r(o,a){return Math.pow(o[0]-a[0],2)+Math.pow(o[1]-a[1],2)+Math.pow(o[2]-a[2],2)}return n(r,"comparativeDistance"),p.rgb.keyword=function(o){var a=l[o];if(a)return a;var E=1/0,T;for(var P in e)if(e.hasOwnProperty(P)){var s=e[P],f=r(o,s);f<E&&(E=f,T=P)}return T},p.keyword.rgb=function(o){return e[o]},p.rgb.xyz=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255;a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,E=E>.04045?Math.pow((E+.055)/1.055,2.4):E/12.92,T=T>.04045?Math.pow((T+.055)/1.055,2.4):T/12.92;var P=a*.4124+E*.3576+T*.1805,s=a*.2126+E*.7152+T*.0722,f=a*.0193+E*.1192+T*.9505;return[P*100,s*100,f*100]},p.rgb.lab=function(o){var a=p.rgb.xyz(o),E=a[0],T=a[1],P=a[2],s,f,d;return E/=95.047,T/=100,P/=108.883,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=P>.008856?Math.pow(P,1/3):7.787*P+16/116,s=116*T-16,f=500*(E-T),d=200*(T-P),[s,f,d]},p.hsl.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P,s,f,d,y;if(E===0)return y=T*255,[y,y,y];T<.5?s=T*(1+E):s=T+E-T*E,P=2*T-s,d=[0,0,0];for(var m=0;m<3;m++)f=a+1/3*-(m-1),f<0&&f++,f>1&&f--,6*f<1?y=P+(s-P)*6*f:2*f<1?y=s:3*f<2?y=P+(s-P)*(2/3-f)*6:y=P,d[m]=y*255;return d},p.hsl.hsv=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=E,s=Math.max(T,.01),f,d;return T*=2,E*=T<=1?T:2-T,P*=s<=1?s:2-s,d=(T+E)/2,f=T===0?2*P/(s+P):2*E/(T+E),[a,f*100,d*100]},p.hsv.rgb=function(o){var a=o[0]/60,E=o[1]/100,T=o[2]/100,P=Math.floor(a)%6,s=a-Math.floor(a),f=255*T*(1-E),d=255*T*(1-E*s),y=255*T*(1-E*(1-s));switch(T*=255,P){case 0:return[T,y,f];case 1:return[d,T,f];case 2:return[f,T,y];case 3:return[f,d,T];case 4:return[y,f,T];case 5:return[T,f,d]}},p.hsv.hsl=function(o){var a=o[0],E=o[1]/100,T=o[2]/100,P=Math.max(T,.01),s,f,d;return d=(2-E)*T,s=(2-E)*P,f=E*P,f/=s<=1?s:2-s,f=f||0,d/=2,[a,f*100,d*100]},p.hwb.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100,P=E+T,s,f,d,y;P>1&&(E/=P,T/=P),s=Math.floor(6*a),f=1-T,d=6*a-s,s&1&&(d=1-d),y=E+d*(f-E);var m,b,Y;switch(s){default:case 6:case 0:m=f,b=y,Y=E;break;case 1:m=y,b=f,Y=E;break;case 2:m=E,b=f,Y=y;break;case 3:m=E,b=y,Y=f;break;case 4:m=y,b=E,Y=f;break;case 5:m=f,b=E,Y=y;break}return[m*255,b*255,Y*255]},p.cmyk.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P=o[3]/100,s,f,d;return s=1-Math.min(1,a*(1-P)+P),f=1-Math.min(1,E*(1-P)+P),d=1-Math.min(1,T*(1-P)+P),[s*255,f*255,d*255]},p.xyz.rgb=function(o){var a=o[0]/100,E=o[1]/100,T=o[2]/100,P,s,f;return P=a*3.2406+E*-1.5372+T*-.4986,s=a*-.9689+E*1.8758+T*.0415,f=a*.0557+E*-.204+T*1.057,P=P>.0031308?1.055*Math.pow(P,1/2.4)-.055:P*12.92,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,f=f>.0031308?1.055*Math.pow(f,1/2.4)-.055:f*12.92,P=Math.min(Math.max(0,P),1),s=Math.min(Math.max(0,s),1),f=Math.min(Math.max(0,f),1),[P*255,s*255,f*255]},p.xyz.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return a/=95.047,E/=100,T/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,E=E>.008856?Math.pow(E,1/3):7.787*E+16/116,T=T>.008856?Math.pow(T,1/3):7.787*T+16/116,P=116*E-16,s=500*(a-E),f=200*(E-T),[P,s,f]},p.lab.xyz=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;s=(a+16)/116,P=E/500+s,f=s-T/200;var d=Math.pow(s,3),y=Math.pow(P,3),m=Math.pow(f,3);return s=d>.008856?d:(s-16/116)/7.787,P=y>.008856?y:(P-16/116)/7.787,f=m>.008856?m:(f-16/116)/7.787,P*=95.047,s*=100,f*=108.883,[P,s,f]},p.lab.lch=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return P=Math.atan2(T,E),s=P*360/2/Math.PI,s<0&&(s+=360),f=Math.sqrt(E*E+T*T),[a,f,s]},p.lch.lab=function(o){var a=o[0],E=o[1],T=o[2],P,s,f;return f=T/360*2*Math.PI,P=E*Math.cos(f),s=E*Math.sin(f),[a,P,s]},p.rgb.ansi16=function(o){var a=o[0],E=o[1],T=o[2],P=1 in arguments?arguments[1]:p.rgb.hsv(o)[2];if(P=Math.round(P/50),P===0)return 30;var s=30+(Math.round(T/255)<<2|Math.round(E/255)<<1|Math.round(a/255));return P===2&&(s+=60),s},p.hsv.ansi16=function(o){return p.rgb.ansi16(p.hsv.rgb(o),o[2])},p.rgb.ansi256=function(o){var a=o[0],E=o[1],T=o[2];if(a===E&&E===T)return a<8?16:a>248?231:Math.round((a-8)/247*24)+232;var P=16+36*Math.round(a/255*5)+6*Math.round(E/255*5)+Math.round(T/255*5);return P},p.ansi16.rgb=function(o){var a=o%10;if(a===0||a===7)return o>50&&(a+=3.5),a=a/10.5*255,[a,a,a];var E=(~~(o>50)+1)*.5,T=(a&1)*E*255,P=(a>>1&1)*E*255,s=(a>>2&1)*E*255;return[T,P,s]},p.ansi256.rgb=function(o){if(o>=232){var a=(o-232)*10+8;return[a,a,a]}o-=16;var E,T=Math.floor(o/36)/5*255,P=Math.floor((E=o%36)/6)/5*255,s=E%6/5*255;return[T,P,s]},p.rgb.hex=function(o){var a=((Math.round(o[0])&255)<<16)+((Math.round(o[1])&255)<<8)+(Math.round(o[2])&255),E=a.toString(16).toUpperCase();return"000000".substring(E.length)+E},p.hex.rgb=function(o){var a=o.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];var E=a[0];a[0].length===3&&(E=E.split("").map(function(d){return d+d}).join(""));var T=parseInt(E,16),P=T>>16&255,s=T>>8&255,f=T&255;return[P,s,f]},p.rgb.hcg=function(o){var a=o[0]/255,E=o[1]/255,T=o[2]/255,P=Math.max(Math.max(a,E),T),s=Math.min(Math.min(a,E),T),f=P-s,d,y;return f<1?d=s/(1-f):d=0,f<=0?y=0:P===a?y=(E-T)/f%6:P===E?y=2+(T-a)/f:y=4+(a-E)/f+4,y/=6,y%=1,[y*360,f*100,d*100]},p.hsl.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1,P=0;return E<.5?T=2*a*E:T=2*a*(1-E),T<1&&(P=(E-.5*T)/(1-T)),[o[0],T*100,P*100]},p.hsv.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=a*E,P=0;return T<1&&(P=(E-T)/(1-T)),[o[0],T*100,P*100]},p.hcg.rgb=function(o){var a=o[0]/360,E=o[1]/100,T=o[2]/100;if(E===0)return[T*255,T*255,T*255];var P=[0,0,0],s=a%1*6,f=s%1,d=1-f,y=0;switch(Math.floor(s)){case 0:P[0]=1,P[1]=f,P[2]=0;break;case 1:P[0]=d,P[1]=1,P[2]=0;break;case 2:P[0]=0,P[1]=1,P[2]=f;break;case 3:P[0]=0,P[1]=d,P[2]=1;break;case 4:P[0]=f,P[1]=0,P[2]=1;break;default:P[0]=1,P[1]=0,P[2]=d}return y=(1-E)*T,[(E*P[0]+y)*255,(E*P[1]+y)*255,(E*P[2]+y)*255]},p.hcg.hsv=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a),P=0;return T>0&&(P=a/T),[o[0],P*100,T*100]},p.hcg.hsl=function(o){var a=o[1]/100,E=o[2]/100,T=E*(1-a)+.5*a,P=0;return T>0&&T<.5?P=a/(2*T):T>=.5&&T<1&&(P=a/(2*(1-T))),[o[0],P*100,T*100]},p.hcg.hwb=function(o){var a=o[1]/100,E=o[2]/100,T=a+E*(1-a);return[o[0],(T-a)*100,(1-T)*100]},p.hwb.hcg=function(o){var a=o[1]/100,E=o[2]/100,T=1-E,P=T-a,s=0;return P<1&&(s=(T-P)/(1-P)),[o[0],P*100,s*100]},p.apple.rgb=function(o){return[o[0]/65535*255,o[1]/65535*255,o[2]/65535*255]},p.rgb.apple=function(o){return[o[0]/255*65535,o[1]/255*65535,o[2]/255*65535]},p.gray.rgb=function(o){return[o[0]/100*255,o[0]/100*255,o[0]/100*255]},p.gray.hsl=p.gray.hsv=function(o){return[0,0,o[0]]},p.gray.hwb=function(o){return[0,100,o[0]]},p.gray.cmyk=function(o){return[0,0,0,o[0]]},p.gray.lab=function(o){return[o[0],0,0]},p.gray.hex=function(o){var a=Math.round(o[0]/100*255)&255,E=(a<<16)+(a<<8)+a,T=E.toString(16).toUpperCase();return"000000".substring(T.length)+T},p.rgb.gray=function(o){var a=(o[0]+o[1]+o[2])/3;return[a/255*100]},is.exports}n(Ea,"requireConversions");var os,da;function hd(){if(da)return os;da=1;var e=Ea();function l(){for(var u={},t=Object.keys(e),r=t.length,o=0;o<r;o++)u[t[o]]={distance:-1,parent:null};return u}n(l,"buildGraph");function i(u){var t=l(),r=[u];for(t[u].distance=0;r.length;)for(var o=r.pop(),a=Object.keys(e[o]),E=a.length,T=0;T<E;T++){var P=a[T],s=t[P];s.distance===-1&&(s.distance=t[o].distance+1,s.parent=o,r.unshift(P))}return t}n(i,"deriveBFS");function p(u,t){return function(r){return t(u(r))}}n(p,"link");function c(u,t){for(var r=[t[u].parent,u],o=e[t[u].parent][u],a=t[u].parent;t[a].parent;)r.unshift(t[a].parent),o=p(e[t[a].parent][a],o),a=t[a].parent;return o.conversion=r,o}return n(c,"wrapConversion"),os=n(function(u){for(var t=i(u),r={},o=Object.keys(t),a=o.length,E=0;E<a;E++){var T=o[E],P=t[T];P.parent!==null&&(r[T]=c(T,t))}return r},"route"),os}n(hd,"requireRoute");var as,Ta;function _d(){if(Ta)return as;Ta=1;var e=Ea(),l=hd(),i={},p=Object.keys(e);function c(t){var r=n(function(o){return o==null?o:(arguments.length>1&&(o=Array.prototype.slice.call(arguments)),t(o))},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}n(c,"wrapRaw");function u(t){var r=n(function(o){if(o==null)return o;arguments.length>1&&(o=Array.prototype.slice.call(arguments));var a=t(o);if(typeof a=="object")for(var E=a.length,T=0;T<E;T++)a[T]=Math.round(a[T]);return a},"wrappedFn");return"conversion"in t&&(r.conversion=t.conversion),r}return n(u,"wrapRounded"),p.forEach(function(t){i[t]={},Object.defineProperty(i[t],"channels",{value:e[t].channels}),Object.defineProperty(i[t],"labels",{value:e[t].labels});var r=l(t),o=Object.keys(r);o.forEach(function(a){var E=r[a];i[t][a]=u(E),i[t][a].raw=c(E)})}),as=i,as}n(_d,"requireColorConvert"),yi.exports;var Pa;function vd(){return Pa||(Pa=1,function(e){const l=_d(),i=n((t,r)=>function(){return`\x1B[${t.apply(l,arguments)+r}m`},"wrapAnsi16"),p=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};5;${o}m`},"wrapAnsi256"),c=n((t,r)=>function(){const o=t.apply(l,arguments);return`\x1B[${38+r};2;${o[0]};${o[1]};${o[2]}m`},"wrapAnsi16m");function u(){const t=new Map,r={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]}};r.color.grey=r.color.gray;for(const E of Object.keys(r)){const T=r[E];for(const P of Object.keys(T)){const s=T[P];r[P]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},T[P]=r[P],t.set(s[0],s[1])}Object.defineProperty(r,E,{value:T,enumerable:!1}),Object.defineProperty(r,"codes",{value:t,enumerable:!1})}const o=n(E=>E,"ansi2ansi"),a=n((E,T,P)=>[E,T,P],"rgb2rgb");r.color.close="\x1B[39m",r.bgColor.close="\x1B[49m",r.color.ansi={ansi:i(o,0)},r.color.ansi256={ansi256:p(o,0)},r.color.ansi16m={rgb:c(a,0)},r.bgColor.ansi={ansi:i(o,10)},r.bgColor.ansi256={ansi256:p(o,10)},r.bgColor.ansi16m={rgb:c(a,10)};for(let E of Object.keys(l)){if(typeof l[E]!="object")continue;const T=l[E];E==="ansi16"&&(E="ansi"),"ansi16"in T&&(r.color.ansi[E]=i(T.ansi16,0),r.bgColor.ansi[E]=i(T.ansi16,10)),"ansi256"in T&&(r.color.ansi256[E]=p(T.ansi256,0),r.bgColor.ansi256[E]=p(T.ansi256,10)),"rgb"in T&&(r.color.ansi16m[E]=c(T.rgb,0),r.bgColor.ansi16m[E]=c(T.rgb,10))}return r}n(u,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:u})}(yi)),yi.exports}n(vd,"requireAnsiStyles");var us,ma;function bd(){return ma||(ma=1,us=n((e,l)=>{l=l||process.argv;const i=e.startsWith("-")?"":e.length===1?"-":"--",p=l.indexOf(i+e),c=l.indexOf("--");return p!==-1&&(c===-1?!0:p<c)},"hasFlag")),us}n(bd,"requireHasFlag");var ls,ya;function gd(){if(ya)return ls;ya=1;const e=JE,l=bd(),i=process.env;let p;l("no-color")||l("no-colors")||l("color=false")?p=!1:(l("color")||l("colors")||l("color=true")||l("color=always"))&&(p=!0),"FORCE_COLOR"in i&&(p=i.FORCE_COLOR.length===0||parseInt(i.FORCE_COLOR,10)!==0);function c(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}n(c,"translateLevel");function u(r){if(p===!1)return 0;if(l("color=16m")||l("color=full")||l("color=truecolor"))return 3;if(l("color=256"))return 2;if(r&&!r.isTTY&&p!==!0)return 0;const o=p?1:0;if(process.platform==="win32"){const a=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in i)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(a=>a in i)||i.CI_NAME==="codeship"?1:o;if("TEAMCITY_VERSION"in i)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(i.TEAMCITY_VERSION)?1:0;if(i.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in i){const a=parseInt((i.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(i.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(i.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(i.TERM)||"COLORTERM"in i?1:(i.TERM==="dumb",o)}n(u,"supportsColor");function t(r){const o=u(r);return c(o)}return n(t,"getSupportLevel"),ls={supportsColor:t,stdout:t(process.stdout),stderr:t(process.stderr)},ls}n(gd,"requireSupportsColor");var cs,ha;function Sd(){if(ha)return cs;ha=1;const e=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,l=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,i=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,p=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,c=new Map([["n",`
|
|
2
2
|
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function u(a){return a[0]==="u"&&a.length===5||a[0]==="x"&&a.length===3?String.fromCharCode(parseInt(a.slice(1),16)):c.get(a)||a}n(u,"unescape");function t(a,E){const T=[],P=E.trim().split(/\s*,\s*/g);let s;for(const f of P)if(!isNaN(f))T.push(Number(f));else if(s=f.match(i))T.push(s[2].replace(p,(d,y,m)=>y?u(y):m));else throw new Error(`Invalid Chalk template style argument: ${f} (in style '${a}')`);return T}n(t,"parseArguments");function r(a){l.lastIndex=0;const E=[];let T;for(;(T=l.exec(a))!==null;){const P=T[1];if(T[2]){const s=t(P,T[2]);E.push([P].concat(s))}else E.push([P])}return E}n(r,"parseStyle");function o(a,E){const T={};for(const s of E)for(const f of s.styles)T[f[0]]=s.inverse?null:f.slice(1);let P=a;for(const s of Object.keys(T))if(Array.isArray(T[s])){if(!(s in P))throw new Error(`Unknown Chalk style: ${s}`);T[s].length>0?P=P[s].apply(P,T[s]):P=P[s]}return P}return n(o,"buildStyle"),cs=n((a,E)=>{const T=[],P=[];let s=[];if(E.replace(e,(f,d,y,m,b,Y)=>{if(d)s.push(u(d));else if(m){const h=s.join("");s=[],P.push(T.length===0?h:o(a,T)(h)),T.push({inverse:y,styles:r(m)})}else if(b){if(T.length===0)throw new Error("Found extraneous } in Chalk template literal");P.push(o(a,T)(s.join(""))),s=[],T.pop()}else s.push(Y)}),P.push(s.join("")),T.length>0){const f=`Chalk template literal is missing ${T.length} closing bracket${T.length===1?"":"s"} (\`}\`)`;throw new Error(f)}return P.join("")},"templates"),cs}n(Sd,"requireTemplates");var _a;function va(){return _a||(_a=1,function(e){const l=md(),i=vd(),p=gd().stdout,c=Sd(),u=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),t=["ansi","ansi","ansi256","ansi16m"],r=new Set(["gray"]),o=Object.create(null);function a(d,y){y=y||{};const m=p?p.level:0;d.level=y.level===void 0?m:y.level,d.enabled="enabled"in y?y.enabled:d.level>0}n(a,"applyOptions");function E(d){if(!this||!(this instanceof E)||this.template){const y={};return a(y,d),y.template=function(){const m=[].slice.call(arguments);return f.apply(null,[y.template].concat(m))},Object.setPrototypeOf(y,E.prototype),Object.setPrototypeOf(y.template,y),y.template.constructor=E,y.template}a(this,d)}n(E,"Chalk"),u&&(i.blue.open="\x1B[94m");for(const d of Object.keys(i))i[d].closeRe=new RegExp(l(i[d].close),"g"),o[d]={get(){const y=i[d];return P.call(this,this._styles?this._styles.concat(y):[y],this._empty,d)}};o.visible={get(){return P.call(this,this._styles||[],!0,"visible")}},i.color.closeRe=new RegExp(l(i.color.close),"g");for(const d of Object.keys(i.color.ansi))r.has(d)||(o[d]={get(){const y=this.level;return function(){const b={open:i.color[t[y]][d].apply(null,arguments),close:i.color.close,closeRe:i.color.closeRe};return P.call(this,this._styles?this._styles.concat(b):[b],this._empty,d)}}});i.bgColor.closeRe=new RegExp(l(i.bgColor.close),"g");for(const d of Object.keys(i.bgColor.ansi)){if(r.has(d))continue;const y="bg"+d[0].toUpperCase()+d.slice(1);o[y]={get(){const m=this.level;return function(){const Y={open:i.bgColor[t[m]][d].apply(null,arguments),close:i.bgColor.close,closeRe:i.bgColor.closeRe};return P.call(this,this._styles?this._styles.concat(Y):[Y],this._empty,d)}}}}const T=Object.defineProperties(()=>{},o);function P(d,y,m){const b=n(function(){return s.apply(b,arguments)},"builder");b._styles=d,b._empty=y;const Y=this;return Object.defineProperty(b,"level",{enumerable:!0,get(){return Y.level},set(h){Y.level=h}}),Object.defineProperty(b,"enabled",{enumerable:!0,get(){return Y.enabled},set(h){Y.enabled=h}}),b.hasGrey=this.hasGrey||m==="gray"||m==="grey",b.__proto__=T,b}n(P,"build");function s(){const d=arguments,y=d.length;let m=String(arguments[0]);if(y===0)return"";if(y>1)for(let Y=1;Y<y;Y++)m+=" "+d[Y];if(!this.enabled||this.level<=0||!m)return this._empty?"":m;const b=i.dim.open;u&&this.hasGrey&&(i.dim.open="");for(const Y of this._styles.slice().reverse())m=Y.open+m.replace(Y.closeRe,Y.open)+Y.close,m=m.replace(/\r?\n/g,`${Y.close}$&${Y.open}`);return i.dim.open=b,m}n(s,"applyStyle");function f(d,y){if(!Array.isArray(y))return[].slice.call(arguments,1).join(" ");const m=[].slice.call(arguments,2),b=[y.raw[0]];for(let Y=1;Y<y.length;Y++)b.push(String(m[Y-1]).replace(/[{}\\]/g,"\\$&")),b.push(String(y.raw[Y]));return c(d,b.join(""))}n(f,"chalkTag"),Object.defineProperties(E.prototype,o),e.exports=E(),e.exports.supportsColor=p,e.exports.default=e.exports}(rs)),rs.exports}n(va,"requireChalk");var ba;function Yd(){if(ba)return Fe;ba=1,Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.default=f,Fe.shouldHighlight=T;var e=Ed(),l=Pd(),i=c(va(),!0);function p(d){if(typeof WeakMap!="function")return null;var y=new WeakMap,m=new WeakMap;return(p=n(function(b){return b?m:y},"_getRequireWildcardCache"))(d)}n(p,"_getRequireWildcardCache");function c(d,y){if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var m=p(y);if(m&&m.has(d))return m.get(d);var b={__proto__:null},Y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var h in d)if(h!=="default"&&Object.prototype.hasOwnProperty.call(d,h)){var L=Y?Object.getOwnPropertyDescriptor(d,h):null;L&&(L.get||L.set)?Object.defineProperty(b,h,L):b[h]=d[h]}return b.default=d,m&&m.set(d,b),b}n(c,"_interopRequireWildcard");const u=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}}n(t,"getDefs");const r=/\r\n|[\n\r\u2028\u2029]/,o=/^[()[\]{}]$/;let a;{const d=/^[a-z][\w-]*$/i,y=n(function(m,b,Y){if(m.type==="name"){if((0,l.isKeyword)(m.value)||(0,l.isStrictReservedWord)(m.value,!0)||u.has(m.value))return"keyword";if(d.test(m.value)&&(Y[b-1]==="<"||Y.slice(b-2,b)=="</"))return"jsxIdentifier";if(m.value[0]!==m.value[0].toLowerCase())return"capitalized"}return m.type==="punctuator"&&o.test(m.value)?"bracket":m.type==="invalid"&&(m.value==="@"||m.value==="#")?"punctuator":m.type},"getTokenType");a=n(function*(m){let b;for(;b=e.default.exec(m);){const Y=e.matchToToken(b);yield{type:y(Y,b.index,m),value:Y.value}}},"tokenize")}function E(d,y){let m="";for(const{type:b,value:Y}of a(y)){const h=d[b];h?m+=Y.split(r).map(L=>h(L)).join(`
|
|
3
3
|
`):m+=Y}return m}n(E,"highlightTokens");function T(d){return i.default.level>0||d.forceColor}n(T,"shouldHighlight");let P;function s(d){if(d){var y;return(y=P)!=null||(P=new i.default.constructor({enabled:!0,level:1})),P}return i.default}n(s,"getChalk"),Fe.getChalk=d=>s(d.forceColor);function f(d,y={}){if(d!==""&&T(y)){const m=t(s(y.forceColor));return E(m,d)}else return d}return n(f,"highlight"),Fe}n(Yd,"requireLib$5");var ga;function Ld(){if(ga)return Ke;ga=1,Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.codeFrameColumns=E,Ke.default=T;var e=Yd(),l=p(va(),!0);function i(P){if(typeof WeakMap!="function")return null;var s=new WeakMap,f=new WeakMap;return(i=n(function(d){return d?f:s},"_getRequireWildcardCache"))(P)}n(i,"_getRequireWildcardCache");function p(P,s){if(P===null||typeof P!="object"&&typeof P!="function")return{default:P};var f=i(s);if(f&&f.has(P))return f.get(P);var d={__proto__:null},y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var m in P)if(m!=="default"&&Object.prototype.hasOwnProperty.call(P,m)){var b=y?Object.getOwnPropertyDescriptor(P,m):null;b&&(b.get||b.set)?Object.defineProperty(d,m,b):d[m]=P[m]}return d.default=P,f&&f.set(P,d),d}n(p,"_interopRequireWildcard");let c;function u(P){if(P){var s;return(s=c)!=null||(c=new l.default.constructor({enabled:!0,level:1})),c}return l.default}n(u,"getChalk");let t=!1;function r(P){return{gutter:P.grey,marker:P.red.bold,message:P.red.bold}}n(r,"getDefs");const o=/\r\n|[\n\r\u2028\u2029]/;function a(P,s,f){const d=Object.assign({column:0,line:-1},P.start),y=Object.assign({},d,P.end),{linesAbove:m=2,linesBelow:b=3}=f||{},Y=d.line,h=d.column,L=y.line,V=y.column;let O=Math.max(Y-(m+1),0),w=Math.min(s.length,L+b);Y===-1&&(O=0),L===-1&&(w=s.length);const N=L-Y,D={};if(N)for(let M=0;M<=N;M++){const k=M+Y;if(!h)D[k]=!0;else if(M===0){const U=s[k-1].length;D[k]=[h,U-h+1]}else if(M===N)D[k]=[0,V];else{const U=s[k-M].length;D[k]=[0,U]}}else h===V?h?D[Y]=[h,0]:D[Y]=!0:D[Y]=[h,V-h];return{start:O,end:w,markerLines:D}}n(a,"getMarkerLines");function E(P,s,f={}){const d=(f.highlightCode||f.forceColor)&&(0,e.shouldHighlight)(f),y=u(f.forceColor),m=r(y),b=n((M,k)=>d?M(k):k,"maybeHighlight"),Y=P.split(o),{start:h,end:L,markerLines:V}=a(s,Y,f),O=s.start&&typeof s.start.column=="number",w=String(L).length;let D=(d?(0,e.default)(P,f):P).split(o,L).slice(h,L).map((M,k)=>{const U=h+1+k,z=` ${` ${U}`.slice(-w)} |`,$=V[U],H=!V[U+1];if($){let Q="";if(Array.isArray($)){const Z=M.slice(0,Math.max($[0]-1,0)).replace(/[^\t]/g," "),Le=$[1]||1;Q=[`
|
|
4
4
|
`,b(m.gutter,z.replace(/\d/g," "))," ",Z,b(m.marker,"^").repeat(Le)].join(""),H&&f.message&&(Q+=" "+b(m.message,f.message))}return[b(m.marker,">"),b(m.gutter,z),M.length>0?` ${M}`:"",Q].join("")}else return` ${b(m.gutter,z)}${M.length>0?` ${M}`:""}`}).join(`
|
|
@@ -9,6 +9,6 @@ ${D}`),d?y.reset(D):D}n(E,"codeFrameColumns");function T(P,s,f,d={}){if(!t){t=!0
|
|
|
9
9
|
|
|
10
10
|
${i}
|
|
11
11
|
`:""}`}set message(l){this.#e=l}}const La=n((e,l,i=!0)=>Ad.codeFrameColumns(e,{start:l},{highlightCode:i}),"generateCodeFrame"),Rd=n((e,l)=>{const i=l.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!i)return;let{index:p,line:c,column:u}=i.groups;if(c&&u)return{line:Number(c),column:Number(u)};if(p=Number(p),p===e.length){const{line:t,column:r}=Ya(e,e.length-1,{oneBased:!0});return{line:t,column:r+1}}return Ya(e,p,{oneBased:!0})},"getErrorLocation"),Od=n(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(l,i,p)=>`"${p}"(${Vd(p)})`),"addCodePointToUnexpectedToken");function wd(e,l,i){let p;try{return JSON.parse(e,l)}catch(t){p=t.message}let c;e?(c=Rd(e,p),p=Od(p)):p+=" while parsing empty string";const u=new ko(p);throw u.fileName=i,c&&(u.codeFrame=La(e,c),u.rawCodeFrame=La(e,c,!1)),u}n(wd,"parseJson");var ps,Aa;function Ca(){return Aa||(Aa=1,ps=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...l)=>console.error("SEMVER",...l):()=>{}),ps}n(Ca,"requireDebug");var fs,Va;function Ra(){if(Va)return fs;Va=1;const e="2.0.0",l=256,i=Number.MAX_SAFE_INTEGER||9007199254740991,p=16,c=l-6;return fs={MAX_LENGTH:l,MAX_SAFE_COMPONENT_LENGTH:p,MAX_SAFE_BUILD_LENGTH:c,MAX_SAFE_INTEGER:i,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},fs}n(Ra,"requireConstants");var hi={exports:{}},Oa;function Md(){return Oa||(Oa=1,function(e,l){const{MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:p,MAX_LENGTH:c}=Ra(),u=Ca();l=e.exports={};const t=l.re=[],r=l.safeRe=[],o=l.src=[],a=l.t={};let E=0;const T="[a-zA-Z0-9-]",P=[["\\s",1],["\\d",c],[T,p]],s=n(d=>{for(const[y,m]of P)d=d.split(`${y}*`).join(`${y}{0,${m}}`).split(`${y}+`).join(`${y}{1,${m}}`);return d},"makeSafeRegex"),f=n((d,y,m)=>{const b=s(y),Y=E++;u(d,Y,y),a[d]=Y,o[Y]=y,t[Y]=new RegExp(y,m?"g":void 0),r[Y]=new RegExp(b,m?"g":void 0)},"createToken");f("NUMERICIDENTIFIER","0|[1-9]\\d*"),f("NUMERICIDENTIFIERLOOSE","\\d+"),f("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${T}*`),f("MAINVERSION",`(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})`),f("MAINVERSIONLOOSE",`(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})`),f("PRERELEASEIDENTIFIER",`(?:${o[a.NUMERICIDENTIFIER]}|${o[a.NONNUMERICIDENTIFIER]})`),f("PRERELEASEIDENTIFIERLOOSE",`(?:${o[a.NUMERICIDENTIFIERLOOSE]}|${o[a.NONNUMERICIDENTIFIER]})`),f("PRERELEASE",`(?:-(${o[a.PRERELEASEIDENTIFIER]}(?:\\.${o[a.PRERELEASEIDENTIFIER]})*))`),f("PRERELEASELOOSE",`(?:-?(${o[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[a.PRERELEASEIDENTIFIERLOOSE]})*))`),f("BUILDIDENTIFIER",`${T}+`),f("BUILD",`(?:\\+(${o[a.BUILDIDENTIFIER]}(?:\\.${o[a.BUILDIDENTIFIER]})*))`),f("FULLPLAIN",`v?${o[a.MAINVERSION]}${o[a.PRERELEASE]}?${o[a.BUILD]}?`),f("FULL",`^${o[a.FULLPLAIN]}$`),f("LOOSEPLAIN",`[v=\\s]*${o[a.MAINVERSIONLOOSE]}${o[a.PRERELEASELOOSE]}?${o[a.BUILD]}?`),f("LOOSE",`^${o[a.LOOSEPLAIN]}$`),f("GTLT","((?:<|>)?=?)"),f("XRANGEIDENTIFIERLOOSE",`${o[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),f("XRANGEIDENTIFIER",`${o[a.NUMERICIDENTIFIER]}|x|X|\\*`),f("XRANGEPLAIN",`[v=\\s]*(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:${o[a.PRERELEASE]})?${o[a.BUILD]}?)?)?`),f("XRANGEPLAINLOOSE",`[v=\\s]*(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:${o[a.PRERELEASELOOSE]})?${o[a.BUILD]}?)?)?`),f("XRANGE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAIN]}$`),f("XRANGELOOSE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAINLOOSE]}$`),f("COERCEPLAIN",`(^|[^\\d])(\\d{1,${i}})(?:\\.(\\d{1,${i}}))?(?:\\.(\\d{1,${i}}))?`),f("COERCE",`${o[a.COERCEPLAIN]}(?:$|[^\\d])`),f("COERCEFULL",o[a.COERCEPLAIN]+`(?:${o[a.PRERELEASE]})?(?:${o[a.BUILD]})?(?:$|[^\\d])`),f("COERCERTL",o[a.COERCE],!0),f("COERCERTLFULL",o[a.COERCEFULL],!0),f("LONETILDE","(?:~>?)"),f("TILDETRIM",`(\\s*)${o[a.LONETILDE]}\\s+`,!0),l.tildeTrimReplace="$1~",f("TILDE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAIN]}$`),f("TILDELOOSE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAINLOOSE]}$`),f("LONECARET","(?:\\^)"),f("CARETTRIM",`(\\s*)${o[a.LONECARET]}\\s+`,!0),l.caretTrimReplace="$1^",f("CARET",`^${o[a.LONECARET]}${o[a.XRANGEPLAIN]}$`),f("CARETLOOSE",`^${o[a.LONECARET]}${o[a.XRANGEPLAINLOOSE]}$`),f("COMPARATORLOOSE",`^${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]})$|^$`),f("COMPARATOR",`^${o[a.GTLT]}\\s*(${o[a.FULLPLAIN]})$|^$`),f("COMPARATORTRIM",`(\\s*)${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]}|${o[a.XRANGEPLAIN]})`,!0),l.comparatorTrimReplace="$1$2$3",f("HYPHENRANGE",`^\\s*(${o[a.XRANGEPLAIN]})\\s+-\\s+(${o[a.XRANGEPLAIN]})\\s*$`),f("HYPHENRANGELOOSE",`^\\s*(${o[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[a.XRANGEPLAINLOOSE]})\\s*$`),f("STAR","(<|>)?=?\\s*\\*"),f("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),f("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(hi,hi.exports)),hi.exports}n(Md,"requireRe");var Es,wa;function Ud(){if(wa)return Es;wa=1;const e=Object.freeze({loose:!0}),l=Object.freeze({});return Es=n(p=>p?typeof p!="object"?e:p:l,"parseOptions"),Es}n(Ud,"requireParseOptions");var ds,Ma;function Id(){if(Ma)return ds;Ma=1;const e=/^[0-9]+$/,l=n((p,c)=>{const u=e.test(p),t=e.test(c);return u&&t&&(p=+p,c=+c),p===c?0:u&&!t?-1:t&&!u?1:p<c?-1:1},"compareIdentifiers");return ds={compareIdentifiers:l,rcompareIdentifiers:n((p,c)=>l(c,p),"rcompareIdentifiers")},ds}n(Id,"requireIdentifiers");var Ts,Ua;function xd(){if(Ua)return Ts;Ua=1;const e=Ca(),{MAX_LENGTH:l,MAX_SAFE_INTEGER:i}=Ra(),{safeRe:p,t:c}=Md(),u=Ud(),{compareIdentifiers:t}=Id();class r{static{n(this,"SemVer")}constructor(a,E){if(E=u(E),a instanceof r){if(a.loose===!!E.loose&&a.includePrerelease===!!E.includePrerelease)return a;a=a.version}else if(typeof a!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof a}".`);if(a.length>l)throw new TypeError(`version is longer than ${l} characters`);e("SemVer",a,E),this.options=E,this.loose=!!E.loose,this.includePrerelease=!!E.includePrerelease;const T=a.trim().match(E.loose?p[c.LOOSE]:p[c.FULL]);if(!T)throw new TypeError(`Invalid Version: ${a}`);if(this.raw=a,this.major=+T[1],this.minor=+T[2],this.patch=+T[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");T[4]?this.prerelease=T[4].split(".").map(P=>{if(/^[0-9]+$/.test(P)){const s=+P;if(s>=0&&s<i)return s}return P}):this.prerelease=[],this.build=T[5]?T[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(a){if(e("SemVer.compare",this.version,this.options,a),!(a instanceof r)){if(typeof a=="string"&&a===this.version)return 0;a=new r(a,this.options)}return a.version===this.version?0:this.compareMain(a)||this.comparePre(a)}compareMain(a){return a instanceof r||(a=new r(a,this.options)),t(this.major,a.major)||t(this.minor,a.minor)||t(this.patch,a.patch)}comparePre(a){if(a instanceof r||(a=new r(a,this.options)),this.prerelease.length&&!a.prerelease.length)return-1;if(!this.prerelease.length&&a.prerelease.length)return 1;if(!this.prerelease.length&&!a.prerelease.length)return 0;let E=0;do{const T=this.prerelease[E],P=a.prerelease[E];if(e("prerelease compare",E,T,P),T===void 0&&P===void 0)return 0;if(P===void 0)return 1;if(T===void 0)return-1;if(T===P)continue;return t(T,P)}while(++E)}compareBuild(a){a instanceof r||(a=new r(a,this.options));let E=0;do{const T=this.build[E],P=a.build[E];if(e("build compare",E,T,P),T===void 0&&P===void 0)return 0;if(P===void 0)return 1;if(T===void 0)return-1;if(T===P)continue;return t(T,P)}while(++E)}inc(a,E,T){switch(a){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",E,T);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",E,T);break;case"prepatch":this.prerelease.length=0,this.inc("patch",E,T),this.inc("pre",E,T);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",E,T),this.inc("pre",E,T);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 P=Number(T)?1:0;if(!E&&T===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[P];else{let s=this.prerelease.length;for(;--s>=0;)typeof this.prerelease[s]=="number"&&(this.prerelease[s]++,s=-2);if(s===-1){if(E===this.prerelease.join(".")&&T===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(P)}}if(E){let s=[E,P];T===!1&&(s=[E]),t(this.prerelease[0],E)===0?isNaN(this.prerelease[1])&&(this.prerelease=s):this.prerelease=s}break}default:throw new Error(`invalid increment argument: ${a}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ts=r,Ts}n(xd,"requireSemver");var Ps,Ia;function xa(){if(Ia)return Ps;Ia=1;const e=xd();return Ps=n((i,p,c=!1)=>{if(i instanceof e)return i;try{return new e(i,p)}catch(u){if(!c)return null;throw u}},"parse"),Ps}n(xa,"requireParse$1");var ms,Da;function Dd(){if(Da)return ms;Da=1;const e=xa();return ms=n((i,p)=>{const c=e(i,p);return c?c.version:null},"valid"),ms}n(Dd,"requireValid");var ys,Fa;function Fd(){if(Fa)return ys;Fa=1;const e=xa();return ys=n((i,p)=>{const c=e(i.trim().replace(/^[=v]+/,""),p);return c?c.version:null},"clean"),ys}n(Fd,"requireClean");var ka=["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"],kd=["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"],Nd=["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"],hs,Na;function jd(){if(Na)return hs;Na=1;var e=[].concat(ka).concat(kd),l=Nd;return hs=n(function(i){var p=0;function c(){return p<i.length}n(c,"hasMore");function u(y){if(y instanceof RegExp){var m=i.slice(p),b=m.match(y);if(b)return p+=b[0].length,b[0]}else if(i.indexOf(y,p)===p)return p+=y.length,y}n(u,"read");function t(){u(/[ ]*/)}n(t,"skipWhitespace");function r(){for(var y,m=["WITH","AND","OR","(",")",":","+"],b=0;b<m.length&&(y=u(m[b]),!y);b++);if(y==="+"&&p>1&&i[p-2]===" ")throw new Error("Space before `+`");return y&&{type:"OPERATOR",string:y}}n(r,"operator");function o(){return u(/[A-Za-z0-9-.]+/)}n(o,"idstring");function a(){var y=o();if(!y)throw new Error("Expected idstring at offset "+p);return y}n(a,"expectIdstring");function E(){if(u("DocumentRef-")){var y=a();return{type:"DOCUMENTREF",string:y}}}n(E,"documentRef");function T(){if(u("LicenseRef-")){var y=a();return{type:"LICENSEREF",string:y}}}n(T,"licenseRef");function P(){var y=p,m=o();if(e.indexOf(m)!==-1)return{type:"LICENSE",string:m};if(l.indexOf(m)!==-1)return{type:"EXCEPTION",string:m};p=y}n(P,"identifier");function s(){return r()||E()||T()||P()}n(s,"parseToken");for(var f=[];c()&&(t(),!!c());){var d=s();if(!d)throw new Error("Unexpected `"+i[p]+"` at offset "+p);f.push(d)}return f},"scan"),hs}n(jd,"requireScan");var _s,ja;function Bd(){return ja||(ja=1,_s=n(function(e){var l=0;function i(){return l<e.length}n(i,"hasMore");function p(){return i()?e[l]:null}n(p,"token");function c(){if(!i())throw new Error;l++}n(c,"next");function u(d){var y=p();if(y&&y.type==="OPERATOR"&&d===y.string)return c(),y.string}n(u,"parseOperator");function t(){if(u("WITH")){var d=p();if(d&&d.type==="EXCEPTION")return c(),d.string;throw new Error("Expected exception after `WITH`")}}n(t,"parseWith");function r(){var d=l,y="",m=p();if(m.type==="DOCUMENTREF"&&(c(),y+="DocumentRef-"+m.string+":",!u(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(m=p(),m.type==="LICENSEREF")return c(),y+="LicenseRef-"+m.string,{license:y};l=d}n(r,"parseLicenseRef");function o(){var d=p();if(d&&d.type==="LICENSE"){c();var y={license:d.string};u("+")&&(y.plus=!0);var m=t();return m&&(y.exception=m),y}}n(o,"parseLicense");function a(){var d=u("(");if(d){var y=s();if(!u(")"))throw new Error("Expected `)`");return y}}n(a,"parseParenthesizedExpression");function E(){return a()||r()||o()}n(E,"parseAtom");function T(d,y){return n(function m(){var b=y();if(b){if(!u(d))return b;var Y=m();if(!Y)throw new Error("Expected expression");return{left:b,conjunction:d.toLowerCase(),right:Y}}},"parseBinaryOp")}n(T,"makeBinaryOpParser");var P=T("AND",E),s=T("OR",P),f=s();if(!f||i())throw new Error("Syntax error");return f},"parse")),_s}n(Bd,"requireParse");var vs,Ba;function qa(){if(Ba)return vs;Ba=1;var e=jd(),l=Bd();return vs=n(function(i){return l(e(i))},"spdxExpressionParse"),vs}n(qa,"requireSpdxExpressionParse");var bs,Ga;function qd(){if(Ga)return bs;Ga=1;var e=qa(),l=ka;function i(m){try{return e(m),!0}catch{return!1}}n(i,"valid");function p(m,b){var Y=b[0].length-m[0].length;return Y!==0?Y:m[0].toUpperCase().localeCompare(b[0].toUpperCase())}n(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),u=0,t=1,r=[function(m){return m.toUpperCase()},function(m){return m.trim()},function(m){return m.replace(/\./g,"")},function(m){return m.replace(/\s+/g,"")},function(m){return m.replace(/\s+/g,"-")},function(m){return m.replace("v","-")},function(m){return m.replace(/,?\s*(\d)/,"-$1")},function(m){return m.replace(/,?\s*(\d)/,"-$1.0")},function(m){return m.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(m){return m.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(m){return m[0].toUpperCase()+m.slice(1)},function(m){return m.replace("/","-")},function(m){return m.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(m){return m.indexOf("3.0")!==-1?m+"-or-later":m+"-only"},function(m){return m+"only"},function(m){return m.replace(/(\d)$/,"-$1.0")},function(m){return m.replace(/(-| )?(\d)$/,"-$2-Clause")},function(m){return m.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(m){return m.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(m){return m.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(m){return m.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(m){return m.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(m){return m.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(m){return"CC-"+m},function(m){return"CC-"+m+"-4.0"},function(m){return m.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(m){return"CC-"+m.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],o=l.map(function(m){var b=/^(.*)-\d+\.\d+$/.exec(m);return b?[b[0],b[1]]:[m,null]}).reduce(function(m,b){var Y=b[1];return m[Y]=m[Y]||[],m[Y].push(b[0]),m},{}),a=Object.keys(o).map(n(function(b){return[b,o[b]]},"makeEntries")).filter(n(function(b){return b[1].length===1&&b[0]!==null&&b[0]!=="APL"},"identifySoleVersions")).map(n(function(b){return[b[0],b[1][0]]},"createLastResorts"));o=void 0;var E=[["UNLI","Unlicense"],["WTF","WTFPL"],["2 CLAUSE","BSD-2-Clause"],["2-CLAUSE","BSD-2-Clause"],["3 CLAUSE","BSD-3-Clause"],["3-CLAUSE","BSD-3-Clause"],["AFFERO","AGPL-3.0-or-later"],["AGPL","AGPL-3.0-or-later"],["APACHE","Apache-2.0"],["ARTISTIC","Artistic-2.0"],["Affero","AGPL-3.0-or-later"],["BEER","Beerware"],["BOOST","BSL-1.0"],["BSD","BSD-2-Clause"],["CDDL","CDDL-1.1"],["ECLIPSE","EPL-1.0"],["FUCK","WTFPL"],["GNU","GPL-3.0-or-later"],["LGPL","LGPL-3.0-or-later"],["GPLV1","GPL-1.0-only"],["GPL-1","GPL-1.0-only"],["GPLV2","GPL-2.0-only"],["GPL-2","GPL-2.0-only"],["GPL","GPL-3.0-or-later"],["MIT +NO-FALSE-ATTRIBS","MITNFA"],["MIT","MIT"],["MPL","MPL-2.0"],["X11","X11"],["ZLIB","Zlib"]].concat(a).sort(p),T=0,P=1,s=n(function(m){for(var b=0;b<r.length;b++){var Y=r[b](m).trim();if(Y!==m&&i(Y))return Y}return null},"validTransformation"),f=n(function(m){for(var b=m.toUpperCase(),Y=0;Y<E.length;Y++){var h=E[Y];if(b.indexOf(h[T])>-1)return h[P]}return null},"validLastResort"),d=n(function(m,b){for(var Y=0;Y<c.length;Y++){var h=c[Y],L=h[u];if(m.indexOf(L)>-1){var V=m.replace(L,h[t]),O=b(V);if(O!==null)return O}}return null},"anyCorrection");bs=n(function(m,b){b=b||{};var Y=b.upgrade===void 0?!0:!!b.upgrade;function h(w){return Y?y(w):w}n(h,"postprocess");var L=typeof m=="string"&&m.trim().length!==0;if(!L)throw Error("Invalid argument. Expected non-empty string.");if(m=m.trim(),i(m))return h(m);var V=m.replace(/\+$/,"").trim();if(i(V))return h(V);var O=s(m);return O!==null||(O=d(m,function(w){return i(w)?w:s(w)}),O!==null)||(O=f(m),O!==null)||(O=d(m,f),O!==null)?h(O):null},"spdxCorrect");function y(m){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(m)!==-1?m+"-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(m)!==-1?m.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(m)!==-1?m+"-or-later":m}return n(y,"upgradeGPLs"),bs}n(qd,"requireSpdxCorrect");var gs,$a;function Gd(){if($a)return gs;$a=1;var e=qa(),l=qd(),i='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,r){return r.slice(0,t.length)===t}n(c,"startsWith");function u(t){if(t.hasOwnProperty("license")){var r=t.license;return c("LicenseRef",r)||c("DocumentRef",r)}else return u(t.left)||u(t.right)}return n(u,"usesLicenseRef"),gs=n(function(t){var r;try{r=e(t)}catch{var o;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(o=p.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:o[1]};var a={validForOldPackages:!1,validForNewPackages:!1,warnings:[i]};if(t.trim().length!==0){var E=l(t);E&&a.warnings.push('license is similar to the valid expression "'+E+'"')}return a}return u(r)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[i]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),gs}n(Gd,"requireValidateNpmPackageLicense");var ze={},Wa;function $d(){if(Wa)return ze;Wa=1,Object.defineProperty(ze,"__esModule",{value:!0}),ze.LRUCache=void 0;const e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,l=new Set,i=typeof process=="object"&&process?process:{},p=n((P,s,f,d)=>{typeof i.emitWarning=="function"?i.emitWarning(P,s,f,d):console.error(`[${f}] ${s}: ${P}`)},"emitWarning");let c=globalThis.AbortController,u=globalThis.AbortSignal;if(typeof c>"u"){u=class{static{n(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(d,y){this._onabort.push(y)}},c=class{static{n(this,"AbortController")}constructor(){s()}signal=new u;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 P=i.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const s=n(()=>{P&&(P=!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",s))},"warnACPolyfill")}const t=n(P=>!l.has(P),"shouldWarn"),r=n(P=>P&&P===Math.floor(P)&&P>0&&isFinite(P),"isPosInt"),o=n(P=>r(P)?P<=Math.pow(2,8)?Uint8Array:P<=Math.pow(2,16)?Uint16Array:P<=Math.pow(2,32)?Uint32Array:P<=Number.MAX_SAFE_INTEGER?a:null:null,"getUintArray");class a extends Array{static{n(this,"ZeroArray")}constructor(s){super(s),this.fill(0)}}class E{static{n(this,"Stack")}heap;length;static#e=!1;static create(s){const f=o(s);if(!f)return[];E.#e=!0;const d=new E(s,f);return E.#e=!1,d}constructor(s,f){if(!E.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new f(s),this.length=0}push(s){this.heap[this.length++]=s}pop(){return this.heap[--this.length]}}class T{static{n(this,"LRUCache")}#e;#t;#n;#o;#m;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#y;#a;#s;#r;#f;#d;#p;#l;#h;#c;#_;#v;#T;#b;#L;#E;static unsafeExposeInternals(s){return{starts:s.#v,ttls:s.#T,sizes:s.#_,keyMap:s.#a,keyList:s.#s,valList:s.#r,next:s.#f,prev:s.#d,get head(){return s.#p},get tail(){return s.#l},free:s.#h,isBackgroundFetch:n(f=>s.#i(f),"isBackgroundFetch"),backgroundFetch:n((f,d,y,m)=>s.#w(f,d,y,m),"backgroundFetch"),moveToTail:n(f=>s.#V(f),"moveToTail"),indexes:n(f=>s.#g(f),"indexes"),rindexes:n(f=>s.#S(f),"rindexes"),isStale:n(f=>s.#P(f),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#y}get size(){return this.#u}get fetchMethod(){return this.#m}get dispose(){return this.#n}get disposeAfter(){return this.#o}constructor(s){const{max:f=0,ttl:d,ttlResolution:y=1,ttlAutopurge:m,updateAgeOnGet:b,updateAgeOnHas:Y,allowStale:h,dispose:L,disposeAfter:V,noDisposeOnSet:O,noUpdateTTL:w,maxSize:N=0,maxEntrySize:D=0,sizeCalculation:M,fetchMethod:k,noDeleteOnFetchRejection:U,noDeleteOnStaleGet:B,allowStaleOnFetchRejection:z,allowStaleOnFetchAbort:$,ignoreFetchAbort:H}=s;if(f!==0&&!r(f))throw new TypeError("max option must be a nonnegative integer");const Q=f?o(f):Array;if(!Q)throw new Error("invalid max value: "+f);if(this.#e=f,this.#t=N,this.maxEntrySize=D||this.#t,this.sizeCalculation=M,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(k!==void 0&&typeof k!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=k,this.#L=!!k,this.#a=new Map,this.#s=new Array(f).fill(void 0),this.#r=new Array(f).fill(void 0),this.#f=new Q(f),this.#d=new Q(f),this.#p=0,this.#l=0,this.#h=E.create(f),this.#u=0,this.#y=0,typeof L=="function"&&(this.#n=L),typeof V=="function"?(this.#o=V,this.#c=[]):(this.#o=void 0,this.#c=void 0),this.#b=!!this.#n,this.#E=!!this.#o,this.noDisposeOnSet=!!O,this.noUpdateTTL=!!w,this.noDeleteOnFetchRejection=!!U,this.allowStaleOnFetchRejection=!!z,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!H,this.maxEntrySize!==0){if(this.#t!==0&&!r(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!r(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!h,this.noDeleteOnStaleGet=!!B,this.updateAgeOnGet=!!b,this.updateAgeOnHas=!!Y,this.ttlResolution=r(y)||y===0?y:1,this.ttlAutopurge=!!m,this.ttl=d||0,this.ttl){if(!r(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#M()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){const Z="LRU_CACHE_UNBOUNDED";t(Z)&&(l.add(Z),p("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Z,T))}}getRemainingTTL(s){return this.#a.has(s)?1/0:0}#M(){const s=new a(this.#e),f=new a(this.#e);this.#T=s,this.#v=f,this.#U=(m,b,Y=e.now())=>{if(f[m]=b!==0?Y:0,s[m]=b,b!==0&&this.ttlAutopurge){const h=setTimeout(()=>{this.#P(m)&&this.delete(this.#s[m])},b+1);h.unref&&h.unref()}},this.#A=m=>{f[m]=s[m]!==0?e.now():0},this.#Y=(m,b)=>{if(s[b]){const Y=s[b],h=f[b];if(!Y||!h)return;m.ttl=Y,m.start=h,m.now=d||y();const L=m.now-h;m.remainingTTL=Y-L}};let d=0;const y=n(()=>{const m=e.now();if(this.ttlResolution>0){d=m;const b=setTimeout(()=>d=0,this.ttlResolution);b.unref&&b.unref()}return m},"getNow");this.getRemainingTTL=m=>{const b=this.#a.get(m);if(b===void 0)return 0;const Y=s[b],h=f[b];if(!Y||!h)return 1/0;const L=(d||y())-h;return Y-L},this.#P=m=>{const b=f[m],Y=s[m];return!!Y&&!!b&&(d||y())-b>Y}}#A=n(()=>{},"#updateItemAge");#Y=n(()=>{},"#statusTTL");#U=n(()=>{},"#setItemTTL");#P=n(()=>!1,"#isStale");#F(){const s=new a(this.#e);this.#y=0,this.#_=s,this.#C=f=>{this.#y-=s[f],s[f]=0},this.#I=(f,d,y,m)=>{if(this.#i(d))return 0;if(!r(y))if(m){if(typeof m!="function")throw new TypeError("sizeCalculation must be a function");if(y=m(d,f),!r(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.#R=(f,d,y)=>{if(s[f]=d,this.#t){const m=this.#t-s[f];for(;this.#y>m;)this.#O(!0)}this.#y+=s[f],y&&(y.entrySize=d,y.totalCalculatedSize=this.#y)}}#C=n(s=>{},"#removeItemSize");#R=n((s,f,d)=>{},"#addItemSize");#I=n((s,f,d,y)=>{if(d||y)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#g({allowStale:s=this.allowStale}={}){if(this.#u)for(let f=this.#l;!(!this.#x(f)||((s||!this.#P(f))&&(yield f),f===this.#p));)f=this.#d[f]}*#S({allowStale:s=this.allowStale}={}){if(this.#u)for(let f=this.#p;!(!this.#x(f)||((s||!this.#P(f))&&(yield f),f===this.#l));)f=this.#f[f]}#x(s){return s!==void 0&&this.#a.get(this.#s[s])===s}*entries(){for(const s of this.#g())this.#r[s]!==void 0&&this.#s[s]!==void 0&&!this.#i(this.#r[s])&&(yield[this.#s[s],this.#r[s]])}*rentries(){for(const s of this.#S())this.#r[s]!==void 0&&this.#s[s]!==void 0&&!this.#i(this.#r[s])&&(yield[this.#s[s],this.#r[s]])}*keys(){for(const s of this.#g()){const f=this.#s[s];f!==void 0&&!this.#i(this.#r[s])&&(yield f)}}*rkeys(){for(const s of this.#S()){const f=this.#s[s];f!==void 0&&!this.#i(this.#r[s])&&(yield f)}}*values(){for(const s of this.#g())this.#r[s]!==void 0&&!this.#i(this.#r[s])&&(yield this.#r[s])}*rvalues(){for(const s of this.#S())this.#r[s]!==void 0&&!this.#i(this.#r[s])&&(yield this.#r[s])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(s,f={}){for(const d of this.#g()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;if(m!==void 0&&s(m,this.#s[d],this))return this.get(this.#s[d],f)}}forEach(s,f=this){for(const d of this.#g()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;m!==void 0&&s.call(f,m,this.#s[d],this)}}rforEach(s,f=this){for(const d of this.#S()){const y=this.#r[d],m=this.#i(y)?y.__staleWhileFetching:y;m!==void 0&&s.call(f,m,this.#s[d],this)}}purgeStale(){let s=!1;for(const f of this.#S({allowStale:!0}))this.#P(f)&&(this.delete(this.#s[f]),s=!0);return s}info(s){const f=this.#a.get(s);if(f===void 0)return;const d=this.#r[f],y=this.#i(d)?d.__staleWhileFetching:d;if(y===void 0)return;const m={value:y};if(this.#T&&this.#v){const b=this.#T[f],Y=this.#v[f];if(b&&Y){const h=b-(e.now()-Y);m.ttl=h,m.start=Date.now()}}return this.#_&&(m.size=this.#_[f]),m}dump(){const s=[];for(const f of this.#g({allowStale:!0})){const d=this.#s[f],y=this.#r[f],m=this.#i(y)?y.__staleWhileFetching:y;if(m===void 0||d===void 0)continue;const b={value:m};if(this.#T&&this.#v){b.ttl=this.#T[f];const Y=e.now()-this.#v[f];b.start=Math.floor(Date.now()-Y)}this.#_&&(b.size=this.#_[f]),s.unshift([d,b])}return s}load(s){this.clear();for(const[f,d]of s){if(d.start){const y=Date.now()-d.start;d.start=e.now()-y}this.set(f,d.value,d)}}set(s,f,d={}){if(f===void 0)return this.delete(s),this;const{ttl:y=this.ttl,start:m,noDisposeOnSet:b=this.noDisposeOnSet,sizeCalculation:Y=this.sizeCalculation,status:h}=d;let{noUpdateTTL:L=this.noUpdateTTL}=d;const V=this.#I(s,f,d.size||0,Y);if(this.maxEntrySize&&V>this.maxEntrySize)return h&&(h.set="miss",h.maxEntrySizeExceeded=!0),this.delete(s),this;let O=this.#u===0?void 0:this.#a.get(s);if(O===void 0)O=this.#u===0?this.#l:this.#h.length!==0?this.#h.pop():this.#u===this.#e?this.#O(!1):this.#u,this.#s[O]=s,this.#r[O]=f,this.#a.set(s,O),this.#f[this.#l]=O,this.#d[O]=this.#l,this.#l=O,this.#u++,this.#R(O,V,h),h&&(h.set="add"),L=!1;else{this.#V(O);const w=this.#r[O];if(f!==w){if(this.#L&&this.#i(w)){w.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:N}=w;N!==void 0&&!b&&(this.#b&&this.#n?.(N,s,"set"),this.#E&&this.#c?.push([N,s,"set"]))}else b||(this.#b&&this.#n?.(w,s,"set"),this.#E&&this.#c?.push([w,s,"set"]));if(this.#C(O),this.#R(O,V,h),this.#r[O]=f,h){h.set="replace";const N=w&&this.#i(w)?w.__staleWhileFetching:w;N!==void 0&&(h.oldValue=N)}}else h&&(h.set="update")}if(y!==0&&!this.#T&&this.#M(),this.#T&&(L||this.#U(O,y,m),h&&this.#Y(h,O)),!b&&this.#E&&this.#c){const w=this.#c;let N;for(;N=w?.shift();)this.#o?.(...N)}return this}pop(){try{for(;this.#u;){const s=this.#r[this.#p];if(this.#O(!0),this.#i(s)){if(s.__staleWhileFetching)return s.__staleWhileFetching}else if(s!==void 0)return s}}finally{if(this.#E&&this.#c){const s=this.#c;let f;for(;f=s?.shift();)this.#o?.(...f)}}}#O(s){const f=this.#p,d=this.#s[f],y=this.#r[f];return this.#L&&this.#i(y)?y.__abortController.abort(new Error("evicted")):(this.#b||this.#E)&&(this.#b&&this.#n?.(y,d,"evict"),this.#E&&this.#c?.push([y,d,"evict"])),this.#C(f),s&&(this.#s[f]=void 0,this.#r[f]=void 0,this.#h.push(f)),this.#u===1?(this.#p=this.#l=0,this.#h.length=0):this.#p=this.#f[f],this.#a.delete(d),this.#u--,f}has(s,f={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:y}=f,m=this.#a.get(s);if(m!==void 0){const b=this.#r[m];if(this.#i(b)&&b.__staleWhileFetching===void 0)return!1;if(this.#P(m))y&&(y.has="stale",this.#Y(y,m));else return d&&this.#A(m),y&&(y.has="hit",this.#Y(y,m)),!0}else y&&(y.has="miss");return!1}peek(s,f={}){const{allowStale:d=this.allowStale}=f,y=this.#a.get(s);if(y===void 0||!d&&this.#P(y))return;const m=this.#r[y];return this.#i(m)?m.__staleWhileFetching:m}#w(s,f,d,y){const m=f===void 0?void 0:this.#r[f];if(this.#i(m))return m;const b=new c,{signal:Y}=d;Y?.addEventListener("abort",()=>b.abort(Y.reason),{signal:b.signal});const h={signal:b.signal,options:d,context:y},L=n((M,k=!1)=>{const{aborted:U}=b.signal,B=d.ignoreFetchAbort&&M!==void 0;if(d.status&&(U&&!k?(d.status.fetchAborted=!0,d.status.fetchError=b.signal.reason,B&&(d.status.fetchAbortIgnored=!0)):d.status.fetchResolved=!0),U&&!B&&!k)return O(b.signal.reason);const z=N;return this.#r[f]===N&&(M===void 0?z.__staleWhileFetching?this.#r[f]=z.__staleWhileFetching:this.delete(s):(d.status&&(d.status.fetchUpdated=!0),this.set(s,M,h.options))),M},"cb"),V=n(M=>(d.status&&(d.status.fetchRejected=!0,d.status.fetchError=M),O(M)),"eb"),O=n(M=>{const{aborted:k}=b.signal,U=k&&d.allowStaleOnFetchAbort,B=U||d.allowStaleOnFetchRejection,z=B||d.noDeleteOnFetchRejection,$=N;if(this.#r[f]===N&&(!z||$.__staleWhileFetching===void 0?this.delete(s):U||(this.#r[f]=$.__staleWhileFetching)),B)return d.status&&$.__staleWhileFetching!==void 0&&(d.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw M},"fetchFail"),w=n((M,k)=>{const U=this.#m?.(s,m,h);U&&U instanceof Promise&&U.then(B=>M(B===void 0?void 0:B),k),b.signal.addEventListener("abort",()=>{(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort)&&(M(void 0),d.allowStaleOnFetchAbort&&(M=n(B=>L(B,!0),"res")))})},"pcall");d.status&&(d.status.fetchDispatched=!0);const N=new Promise(w).then(L,V),D=Object.assign(N,{__abortController:b,__staleWhileFetching:m,__returned:void 0});return f===void 0?(this.set(s,D,{...h.options,status:void 0}),f=this.#a.get(s)):this.#r[f]=D,D}#i(s){if(!this.#L)return!1;const f=s;return!!f&&f instanceof Promise&&f.hasOwnProperty("__staleWhileFetching")&&f.__abortController instanceof c}async fetch(s,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:m=this.noDeleteOnStaleGet,ttl:b=this.ttl,noDisposeOnSet:Y=this.noDisposeOnSet,size:h=0,sizeCalculation:L=this.sizeCalculation,noUpdateTTL:V=this.noUpdateTTL,noDeleteOnFetchRejection:O=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:w=this.allowStaleOnFetchRejection,ignoreFetchAbort:N=this.ignoreFetchAbort,allowStaleOnFetchAbort:D=this.allowStaleOnFetchAbort,context:M,forceRefresh:k=!1,status:U,signal:B}=f;if(!this.#L)return U&&(U.fetch="get"),this.get(s,{allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:m,status:U});const z={allowStale:d,updateAgeOnGet:y,noDeleteOnStaleGet:m,ttl:b,noDisposeOnSet:Y,size:h,sizeCalculation:L,noUpdateTTL:V,noDeleteOnFetchRejection:O,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:D,ignoreFetchAbort:N,status:U,signal:B};let $=this.#a.get(s);if($===void 0){U&&(U.fetch="miss");const H=this.#w(s,$,z,M);return H.__returned=H}else{const H=this.#r[$];if(this.#i(H)){const le=d&&H.__staleWhileFetching!==void 0;return U&&(U.fetch="inflight",le&&(U.returnedStale=!0)),le?H.__staleWhileFetching:H.__returned=H}const Q=this.#P($);if(!k&&!Q)return U&&(U.fetch="hit"),this.#V($),y&&this.#A($),U&&this.#Y(U,$),H;const Z=this.#w(s,$,z,M),Ie=Z.__staleWhileFetching!==void 0&&d;return U&&(U.fetch=Q?"stale":"refresh",Ie&&Q&&(U.returnedStale=!0)),Ie?Z.__staleWhileFetching:Z.__returned=Z}}get(s,f={}){const{allowStale:d=this.allowStale,updateAgeOnGet:y=this.updateAgeOnGet,noDeleteOnStaleGet:m=this.noDeleteOnStaleGet,status:b}=f,Y=this.#a.get(s);if(Y!==void 0){const h=this.#r[Y],L=this.#i(h);return b&&this.#Y(b,Y),this.#P(Y)?(b&&(b.get="stale"),L?(b&&d&&h.__staleWhileFetching!==void 0&&(b.returnedStale=!0),d?h.__staleWhileFetching:void 0):(m||this.delete(s),b&&d&&(b.returnedStale=!0),d?h:void 0)):(b&&(b.get="hit"),L?h.__staleWhileFetching:(this.#V(Y),y&&this.#A(Y),h))}else b&&(b.get="miss")}#D(s,f){this.#d[f]=s,this.#f[s]=f}#V(s){s!==this.#l&&(s===this.#p?this.#p=this.#f[s]:this.#D(this.#d[s],this.#f[s]),this.#D(this.#l,s),this.#l=s)}delete(s){let f=!1;if(this.#u!==0){const d=this.#a.get(s);if(d!==void 0)if(f=!0,this.#u===1)this.clear();else{this.#C(d);const y=this.#r[d];if(this.#i(y)?y.__abortController.abort(new Error("deleted")):(this.#b||this.#E)&&(this.#b&&this.#n?.(y,s,"delete"),this.#E&&this.#c?.push([y,s,"delete"])),this.#a.delete(s),this.#s[d]=void 0,this.#r[d]=void 0,d===this.#l)this.#l=this.#d[d];else if(d===this.#p)this.#p=this.#f[d];else{const m=this.#d[d];this.#f[m]=this.#f[d];const b=this.#f[d];this.#d[b]=this.#d[d]}this.#u--,this.#h.push(d)}}if(this.#E&&this.#c?.length){const d=this.#c;let y;for(;y=d?.shift();)this.#o?.(...y)}return f}clear(){for(const s of this.#S({allowStale:!0})){const f=this.#r[s];if(this.#i(f))f.__abortController.abort(new Error("deleted"));else{const d=this.#s[s];this.#b&&this.#n?.(f,d,"delete"),this.#E&&this.#c?.push([f,d,"delete"])}}if(this.#a.clear(),this.#r.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.#l=0,this.#h.length=0,this.#y=0,this.#u=0,this.#E&&this.#c){const s=this.#c;let f;for(;f=s?.shift();)this.#o?.(...f)}}}return ze.LRUCache=T,ze}n($d,"requireCommonjs");var Ss,Ha;function Wd(){if(Ha)return Ss;Ha=1;const e=n((...u)=>u.every(t=>t)?u.join(""):"","maybeJoin"),l=n(u=>u?encodeURIComponent(u):"","maybeEncode"),i=n(u=>u.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),p={sshtemplate:n(({domain:u,user:t,project:r,committish:o})=>`git@${u}:${t}/${r}.git${e("#",o)}`,"sshtemplate"),sshurltemplate:n(({domain:u,user:t,project:r,committish:o})=>`git+ssh://git@${u}/${t}/${r}.git${e("#",o)}`,"sshurltemplate"),edittemplate:n(({domain:u,user:t,project:r,committish:o,editpath:a,path:E})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o||"HEAD"),"/",E)}`,"edittemplate"),browsetemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o))}`,"browsetemplate"),browsetreetemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a,path:E,fragment:T,hashformat:P})=>`https://${u}/${t}/${r}/${a}/${l(o||"HEAD")}/${E}${e("#",P(T||""))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:u,user:t,project:r,committish:o,blobpath:a,path:E,fragment:T,hashformat:P})=>`https://${u}/${t}/${r}/${a}/${l(o||"HEAD")}/${E}${e("#",P(T||""))}`,"browseblobtemplate"),docstemplate:n(({domain:u,user:t,project:r,treepath:o,committish:a})=>`https://${u}/${t}/${r}${e("/",o,"/",l(a))}#readme`,"docstemplate"),httpstemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git+https://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"httpstemplate"),filetemplate:n(({domain:u,user:t,project:r,committish:o,path:a})=>`https://${u}/${t}/${r}/raw/${l(o||"HEAD")}/${a}`,"filetemplate"),shortcuttemplate:n(({type:u,user:t,project:r,committish:o})=>`${u}:${t}/${r}${e("#",o)}`,"shortcuttemplate"),pathtemplate:n(({user:u,project:t,committish:r})=>`${u}/${t}${e("#",r)}`,"pathtemplate"),bugstemplate:n(({domain:u,user:t,project:r})=>`https://${u}/${t}/${r}/issues`,"bugstemplate"),hashformat:i},c={};c.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:n(({auth:u,user:t,project:r,committish:o,path:a})=>`https://${e(u,"@")}raw.githubusercontent.com/${t}/${r}/${l(o||"HEAD")}/${a}`,"filetemplate"),gittemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"gittemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://codeload.${u}/${t}/${r}/tar.gz/${l(o||"HEAD")}`,"tarballtemplate"),extract:n(u=>{let[,t,r,o,a]=u.pathname.split("/",5);if(!(o&&o!=="tree")&&(o||(a=u.hash.slice(1)),r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:a}},"extract")},c.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:n(({domain:u,user:t,project:r,committish:o,treepath:a,path:E,editpath:T})=>`https://${u}/${t}/${r}${e("/",a,"/",l(o||"HEAD"),"/",E,T)}`,"edittemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/get/${l(o||"HEAD")}.tar.gz`,"tarballtemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(!["get"].includes(o)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:u.hash.slice(1)}},"extract")},c.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:n(({auth:u,domain:t,user:r,project:o,committish:a})=>`git+https://${e(u,"@")}${t}/${r}/${o}.git${e("#",a)}`,"httpstemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/repository/archive.tar.gz?ref=${l(o||"HEAD")}`,"tarballtemplate"),extract:n(u=>{const t=u.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const r=t.split("/");let o=r.pop();o.endsWith(".git")&&(o=o.slice(0,-4));const a=r.join("/");if(!(!a||!o))return{user:a,project:o,committish:u.hash.slice(1)}},"extract")},c.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:n(({domain:u,project:t,committish:r})=>`git@${u}:${t}.git${e("#",r)}`,"sshtemplate"),sshurltemplate:n(({domain:u,project:t,committish:r})=>`git+ssh://git@${u}/${t}.git${e("#",r)}`,"sshurltemplate"),edittemplate:n(({domain:u,user:t,project:r,committish:o,editpath:a})=>`https://${u}/${t}/${r}${e("/",l(o))}/${a}`,"edittemplate"),browsetemplate:n(({domain:u,project:t,committish:r})=>`https://${u}/${t}${e("/",l(r))}`,"browsetemplate"),browsetreetemplate:n(({domain:u,project:t,committish:r,path:o,hashformat:a})=>`https://${u}/${t}${e("/",l(r))}${e("#",a(o))}`,"browsetreetemplate"),browseblobtemplate:n(({domain:u,project:t,committish:r,path:o,hashformat:a})=>`https://${u}/${t}${e("/",l(r))}${e("#",a(o))}`,"browseblobtemplate"),docstemplate:n(({domain:u,project:t,committish:r})=>`https://${u}/${t}${e("/",l(r))}`,"docstemplate"),httpstemplate:n(({domain:u,project:t,committish:r})=>`git+https://${u}/${t}.git${e("#",r)}`,"httpstemplate"),filetemplate:n(({user:u,project:t,committish:r,path:o})=>`https://gist.githubusercontent.com/${u}/${t}/raw${e("/",l(r))}/${o}`,"filetemplate"),shortcuttemplate:n(({type:u,project:t,committish:r})=>`${u}:${t}${e("#",r)}`,"shortcuttemplate"),pathtemplate:n(({project:u,committish:t})=>`${u}${e("#",t)}`,"pathtemplate"),bugstemplate:n(({domain:u,project:t})=>`https://${u}/${t}`,"bugstemplate"),gittemplate:n(({domain:u,project:t,committish:r})=>`git://${u}/${t}.git${e("#",r)}`,"gittemplate"),tarballtemplate:n(({project:u,committish:t})=>`https://codeload.github.com/gist/${u}/tar.gz/${l(t||"HEAD")}`,"tarballtemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(o!=="raw"){if(!r){if(!t)return;r=t,t=null}return r.endsWith(".git")&&(r=r.slice(0,-4)),{user:t,project:r,committish:u.hash.slice(1)}}},"extract"),hashformat:n(function(u){return u&&"file-"+i(u)},"hashformat")},c.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:n(({domain:u,user:t,project:r,committish:o,path:a})=>`https://${u}/${t}/${r}/blob/${l(o)||"HEAD"}/${a}`,"filetemplate"),httpstemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}.git${e("#",o)}`,"httpstemplate"),tarballtemplate:n(({domain:u,user:t,project:r,committish:o})=>`https://${u}/${t}/${r}/archive/${l(o)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:n(({user:u,project:t})=>null,"bugstemplate"),extract:n(u=>{let[,t,r,o]=u.pathname.split("/",4);if(!["archive"].includes(o)&&(r&&r.endsWith(".git")&&(r=r.slice(0,-4)),!(!t||!r)))return{user:t,project:r,committish:u.hash.slice(1)}},"extract")};for(const[u,t]of Object.entries(c))c[u]=Object.assign({},p,t);return Ss=c,Ss}n(Wd,"requireHosts");var Ys,Ka;function Xa(){if(Ka)return Ys;Ka=1;const e=Ho,l=n((u,t,r)=>{const o=u.indexOf(r);return u.lastIndexOf(t,o>-1?o:1/0)},"lastIndexOfBefore"),i=n(u=>{try{return new e.URL(u)}catch{}},"safeUrl"),p=n((u,t)=>{const r=u.indexOf(":"),o=u.slice(0,r+1);if(Object.prototype.hasOwnProperty.call(t,o))return u;const a=u.indexOf("@");return a>-1?a>r?`git+ssh://${u}`:u:u.indexOf("//")===r+1?u:`${u.slice(0,r+1)}//${u.slice(r+1)}`},"correctProtocol"),c=n(u=>{const t=l(u,"@","#"),r=l(u,":","#");return r>t&&(u=u.slice(0,r)+"/"+u.slice(r+1)),l(u,":","#")===-1&&u.indexOf("//")===-1&&(u=`git+ssh://${u}`),u},"correctUrl");return Ys=n((u,t)=>{const r=t?p(u,t):u;return i(r)||i(c(r))},"parseUrl"),Ys}n(Xa,"requireParseUrl");var Ls,za;function Hd(){if(za)return Ls;za=1;const e=Xa(),l=n(i=>{const p=i.indexOf("#"),c=i.indexOf("/"),u=i.indexOf("/",c+1),t=i.indexOf(":"),r=/\s/.exec(i),o=i.indexOf("@"),a=!r||p>-1&&r.index>p,E=o===-1||p>-1&&o>p,T=t===-1||p>-1&&t>p,P=u===-1||p>-1&&u>p,s=c>0,f=p>-1?i[p-1]!=="/":!i.endsWith("/"),d=!i.startsWith(".");return a&&s&&f&&d&&E&&T&&P},"isGitHubShorthand");return Ls=n((i,p,{gitHosts:c,protocols:u})=>{if(!i)return;const t=l(i)?`github:${i}`:i,r=e(t,u);if(!r)return;const o=c.byShortcut[r.protocol],a=c.byDomain[r.hostname.startsWith("www.")?r.hostname.slice(4):r.hostname],E=o||a;if(!E)return;const T=c[o||a];let P=null;u[r.protocol]?.auth&&(r.username||r.password)&&(P=`${r.username}${r.password?":"+r.password:""}`);let s=null,f=null,d=null,y=null;try{if(o){let m=r.pathname.startsWith("/")?r.pathname.slice(1):r.pathname;const b=m.indexOf("@");b>-1&&(m=m.slice(b+1));const Y=m.lastIndexOf("/");Y>-1?(f=decodeURIComponent(m.slice(0,Y)),f||(f=null),d=decodeURIComponent(m.slice(Y+1))):d=decodeURIComponent(m),d.endsWith(".git")&&(d=d.slice(0,-4)),r.hash&&(s=decodeURIComponent(r.hash.slice(1))),y="shortcut"}else{if(!T.protocols.includes(r.protocol))return;const m=T.extract(r);if(!m)return;f=m.user&&decodeURIComponent(m.user),d=decodeURIComponent(m.project),s=decodeURIComponent(m.committish),y=u[r.protocol]?.name||r.protocol.slice(0,-1)}}catch(m){if(m instanceof URIError)return;throw m}return[E,f,P,d,s,y,p]},"fromUrl"),Ls}n(Hd,"requireFromUrl");var As,Ja;function Kd(){if(Ja)return As;Ja=1;const{LRUCache:e}=$d(),l=Wd(),i=Hd(),p=Xa(),c=new e({max:1e3});class u{static{n(this,"GitHost")}constructor(r,o,a,E,T,P,s={}){Object.assign(this,u.#e[r],{type:r,user:o,auth:a,project:E,committish:T,default:P,opts:s})}static#e={byShortcut:{},byDomain:{}};static#t={"git+ssh:":{name:"sshurl"},"ssh:":{name:"sshurl"},"git+https:":{name:"https",auth:!0},"git:":{auth:!0},"http:":{auth:!0},"https:":{auth:!0},"git+http:":{auth:!0}};static addHost(r,o){u.#e[r]=o,u.#e.byDomain[o.domain]=r,u.#e.byShortcut[`${r}:`]=r,u.#t[`${r}:`]={name:r}}static fromUrl(r,o){if(typeof r!="string")return;const a=r+JSON.stringify(o||{});if(!c.has(a)){const E=i(r,o,{gitHosts:u.#e,protocols:u.#t});c.set(a,E?new u(...E):void 0)}return c.get(a)}static parseUrl(r){return p(r)}#n(r,o){if(typeof r!="function")return null;const a={...this,...this.opts,...o};a.path||(a.path=""),a.path.startsWith("/")&&(a.path=a.path.slice(1)),a.noCommittish&&(a.committish=null);const E=r(a);return a.noGitPlus&&E.startsWith("git+")?E.slice(4):E}hash(){return this.committish?`#${this.committish}`:""}ssh(r){return this.#n(this.sshtemplate,r)}sshurl(r){return this.#n(this.sshurltemplate,r)}browse(r,...o){return typeof r!="string"?this.#n(this.browsetemplate,r):typeof o[0]!="string"?this.#n(this.browsetreetemplate,{...o[0],path:r}):this.#n(this.browsetreetemplate,{...o[1],fragment:o[0],path:r})}browseFile(r,...o){return typeof o[0]!="string"?this.#n(this.browseblobtemplate,{...o[0],path:r}):this.#n(this.browseblobtemplate,{...o[1],fragment:o[0],path:r})}docs(r){return this.#n(this.docstemplate,r)}bugs(r){return this.#n(this.bugstemplate,r)}https(r){return this.#n(this.httpstemplate,r)}git(r){return this.#n(this.gittemplate,r)}shortcut(r){return this.#n(this.shortcuttemplate,r)}path(r){return this.#n(this.pathtemplate,r)}tarball(r){return this.#n(this.tarballtemplate,{...r,noCommittish:!1})}file(r,o){return this.#n(this.filetemplate,{...o,path:r})}edit(r,o){return this.#n(this.edittemplate,{...o,path:r})}getDefaultRepresentation(){return this.default}toString(r){return this.default&&typeof this[this.default]=="function"?this[this.default](r):this.sshurl(r)}}for(const[t,r]of Object.entries(l))u.addHost(t,r);return As=u,As}n(Kd,"requireLib$3");var Cs,Qa;function Xd(){if(Qa)return Cs;Qa=1;var e="Function.prototype.bind called on incompatible ",l=Object.prototype.toString,i=Math.max,p="[object Function]",c=n(function(o,a){for(var E=[],T=0;T<o.length;T+=1)E[T]=o[T];for(var P=0;P<a.length;P+=1)E[P+o.length]=a[P];return E},"concatty"),u=n(function(o,a){for(var E=[],T=a,P=0;T<o.length;T+=1,P+=1)E[P]=o[T];return E},"slicy"),t=n(function(r,o){for(var a="",E=0;E<r.length;E+=1)a+=r[E],E+1<r.length&&(a+=o);return a},"joiny");return Cs=n(function(o){var a=this;if(typeof a!="function"||l.apply(a)!==p)throw new TypeError(e+a);for(var E=u(arguments,1),T,P=n(function(){if(this instanceof T){var m=a.apply(this,c(E,arguments));return Object(m)===m?m:this}return a.apply(o,c(E,arguments))},"binder"),s=i(0,a.length-E.length),f=[],d=0;d<s;d++)f[d]="$"+d;if(T=Function("binder","return function ("+t(f,",")+"){ return binder.apply(this,arguments); }")(P),a.prototype){var y=n(function(){},"Empty");y.prototype=a.prototype,T.prototype=new y,y.prototype=null}return T},"bind"),Cs}n(Xd,"requireImplementation");var Vs,Za;function zd(){if(Za)return Vs;Za=1;var e=Xd();return Vs=Function.prototype.bind||e,Vs}n(zd,"requireFunctionBind");var Rs,eu;function Jd(){if(eu)return Rs;eu=1;var e=Function.prototype.call,l=Object.prototype.hasOwnProperty,i=zd();return Rs=i.call(e,l),Rs}n(Jd,"requireHasown");var Qd=!0,Zd=">= 8",eT=">= 0.5 && < 0.9.7",tT=!0,rT=!0,nT=">= 0.5",iT=!0,sT=!0,oT=!0,aT=">= 1 && < 8",uT="< 8",lT=!0,cT=[">= 14.17 && < 15",">= 15.1"],pT=!0,fT=">= 0.7.12",ET=!0,dT="< 6",TT=!0,PT=">= 0.11.1",mT=">= 0.11.1",yT=">= 0.11.1",hT=">= 0.11.1",_T=">= 0.11.1",vT=">= 0.11.1",bT=!0,gT=">= 8.8",ST=!0,YT=">= 8",LT="< 8",AT=!0,CT=!0,VT=!0,RT=!0,OT=">= 8.5",wT=">= 1",MT=">= 0.5",UT=!0,IT=!0,xT=!0,DT=">= 0.11.5 && < 3",FT=">= 0.9.4",kT=">= 0.9.4",NT=">= 1.4.1",jT=">= 0.9.4",BT=">= 0.9.4",qT=">= 0.9.4",GT=!0,$T=!0,WT=[">= 0.4 && < 0.7",">= 0.8"],HT=!0,KT=">= 0.11.13",XT=">= 0.11.3 && < 10",zT=">= 0.11.3",JT=!0,QT=">= 10",ZT=!0,eP=!0,tP=!0,rP=">= 1",nP=!0,iP=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],sP=">= 11.7",oP=">= 0.5",aP={assert:Qd,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:Zd,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:eT,buffer:tT,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:rT,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:nT,"node:cluster":[">= 14.18 && < 15",">= 16"],console:iT,"node:console":[">= 14.18 && < 15",">= 16"],constants:sT,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:oT,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:aT,_debugger:uT,dgram:lT,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:cT,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:pT,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:fT,"node:domain":[">= 14.18 && < 15",">= 16"],events:ET,"node:events":[">= 14.18 && < 15",">= 16"],freelist:dT,fs:TT,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:PT,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:mT,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:yT,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:hT,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:_T,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:vT,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:bT,"node:http":[">= 14.18 && < 15",">= 16"],http2:gT,"node:http2":[">= 14.18 && < 15",">= 16"],https:ST,"node:https":[">= 14.18 && < 15",">= 16"],inspector:YT,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:LT,module:AT,"node:module":[">= 14.18 && < 15",">= 16"],net:CT,"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:VT,"node:os":[">= 14.18 && < 15",">= 16"],path:RT,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:OT,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:wT,"node:process":[">= 14.18 && < 15",">= 16"],punycode:MT,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:UT,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:IT,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:xT,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:DT,_stream_duplex:FT,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:kT,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:NT,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:jT,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:BT,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:qT,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:GT,"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:$T,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:WT,"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:HT,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:KT,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:XT,_tls_wrap:zT,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:JT,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:QT,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:ZT,"node:tty":[">= 14.18 && < 15",">= 16"],url:eP,"node:url":[">= 14.18 && < 15",">= 16"],util:tP,"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:rP,"node:v8":[">= 14.18 && < 15",">= 16"],vm:nP,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:iP,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:sP,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:oP,"node:zlib":[">= 14.18 && < 15",">= 16"]},Os,tu;function uP(){if(tu)return Os;tu=1;var e=Jd();function l(u,t){for(var r=u.split("."),o=t.split(" "),a=o.length>1?o[0]:"=",E=(o.length>1?o[1]:o[0]).split("."),T=0;T<3;++T){var P=parseInt(r[T]||0,10),s=parseInt(E[T]||0,10);if(P!==s)return a==="<"?P<s:a===">="?P>=s:!1}return a===">="}n(l,"specifierIncluded");function i(u,t){var r=t.split(/ ?&& ?/);if(r.length===0)return!1;for(var o=0;o<r.length;++o)if(!l(u,r[o]))return!1;return!0}n(i,"matchesRange");function p(u,t){if(typeof t=="boolean")return t;var r=typeof u>"u"?process.versions&&process.versions.node:u;if(typeof r!="string")throw new TypeError(typeof u>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var o=0;o<t.length;++o)if(i(r,t[o]))return!0;return!1}return i(r,t)}n(p,"versionIncluded");var c=aP;return Os=n(function(t,r){return e(c,t)&&p(r,c[t])},"isCore"),Os}n(uP,"requireIsCoreModule");var ws,ru;function lP(){if(ru)return ws;ru=1,ws=e;function e(l){if(!l||l==="ERROR: No README data found!")return;l=l.trim().split(`
|
|
12
|
-
`);let i=0;for(;l[i]&&l[i].trim().match(/^(#|$)/);)i++;const p=l.length;let c=i+1;for(;c<p&&l[c].trim();)c++;return l.slice(i,c).join(" ").trim()}return n(e,"extractDescription"),ws}n(lP,"requireExtract_description");var cP={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"},pP={web:"url",name:"url"},fP={server:"start",tests:"test"},EP={topLevel:cP,bugs:pP,script:fP},Ms,nu;function dP(){if(nu)return Ms;nu=1;var e=Dd(),l=Fd(),i=Gd(),p=Kd(),c=uP(),u=["dependencies","devDependencies","optionalDependencies"],t=lP(),r=Ho,o=EP,a=n(h=>h.includes("@")&&h.indexOf("@")<h.lastIndexOf("."),"isEmail");Ms={warn:n(function(){},"warn"),fixRepositoryField:n(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 L=h.repository.url||"";if(L){var V=p.fromUrl(L);V&&(L=h.repository.url=V.getDefaultRepresentation()==="shortcut"?V.https():V.toString())}L.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",L)},"fixRepositoryField"),fixTypos:n(function(h){Object.keys(o.topLevel).forEach(function(L){Object.prototype.hasOwnProperty.call(h,L)&&this.warn("typo",L,o.topLevel[L])},this)},"fixTypos"),fixScriptsField:n(function(h){if(h.scripts){if(typeof h.scripts!="object"){this.warn("nonObjectScripts"),delete h.scripts;return}Object.keys(h.scripts).forEach(function(L){typeof h.scripts[L]!="string"?(this.warn("nonStringScript"),delete h.scripts[L]):o.script[L]&&!h.scripts[o.script[L]]&&this.warn("typo",L,o.script[L],"scripts")},this)}},"fixScriptsField"),fixFilesField:n(function(h){var L=h.files;L&&!Array.isArray(L)?(this.warn("nonArrayFiles"),delete h.files):h.files&&(h.files=h.files.filter(function(V){return!V||typeof V!="string"?(this.warn("invalidFilename",V),!1):!0},this))},"fixFilesField"),fixBinField:n(function(h){if(h.bin&&typeof h.bin=="string"){var L={},V;(V=h.name.match(/^@[^/]+[/](.*)$/))?L[V[1]]=h.bin:L[h.name]=h.bin,h.bin=L}},"fixBinField"),fixManField:n(function(h){h.man&&typeof h.man=="string"&&(h.man=[h.man])},"fixManField"),fixBundleDependenciesField:n(function(h){var L="bundledDependencies",V="bundleDependencies";h[L]&&!h[V]&&(h[V]=h[L],delete h[L]),h[V]&&!Array.isArray(h[V])?(this.warn("nonArrayBundleDependencies"),delete h[V]):h[V]&&(h[V]=h[V].filter(function(O){return!O||typeof O!="string"?(this.warn("nonStringBundleDependency",O),!1):(h.dependencies||(h.dependencies={}),Object.prototype.hasOwnProperty.call(h.dependencies,O)||(this.warn("nonDependencyBundleDependency",O),h.dependencies[O]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:n(function(h,L){b(h,this.warn),y(h,this.warn),this.fixBundleDependenciesField(h),["dependencies","devDependencies"].forEach(function(V){if(V in h){if(!h[V]||typeof h[V]!="object"){this.warn("nonObjectDependencies",V),delete h[V];return}Object.keys(h[V]).forEach(function(O){var w=h[V][O];typeof w!="string"&&(this.warn("nonStringDependency",O,JSON.stringify(w)),delete h[V][O]);var N=p.fromUrl(h[V][O]);N&&(h[V][O]=N.toString())},this)}},this)},"fixDependencies"),fixModulesField:n(function(h){h.modules&&(this.warn("deprecatedModules"),delete h.modules)},"fixModulesField"),fixKeywordsField:n(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(L){return typeof L!="string"||!L?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:n(function(h,L){var V=!L;if(!h.version)return h.version="",!0;if(!e(h.version,V))throw new Error('Invalid version: "'+h.version+'"');return h.version=l(h.version,V),!0},"fixVersionField"),fixPeople:n(function(h){s(h,f),s(h,d)},"fixPeople"),fixNameField:n(function(h,L){typeof L=="boolean"?L={strict:L}:typeof L>"u"&&(L={});var V=L.strict;if(!h.name&&!V){h.name="";return}if(typeof h.name!="string")throw new Error("name field must be a string.");V||(h.name=h.name.trim()),P(h.name,V,L.allowLegacyCase),c(h.name)&&this.warn("conflictingName",h.name)},"fixNameField"),fixDescriptionField:n(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:n(function(h){h.readme||(this.warn("missingReadme"),h.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:n(function(h){if(!h.bugs&&h.repository&&h.repository.url){var L=p.fromUrl(h.repository.url);L&&L.bugs()&&(h.bugs={url:L.bugs()})}else if(h.bugs){if(typeof h.bugs=="string")a(h.bugs)?h.bugs={email:h.bugs}:r.parse(h.bugs).protocol?h.bugs={url:h.bugs}:this.warn("nonEmailUrlBugsString");else{Y(h.bugs,this.warn);var V=h.bugs;h.bugs={},V.url&&(typeof V.url=="string"&&r.parse(V.url).protocol?h.bugs.url=V.url:this.warn("nonUrlBugsUrlField")),V.email&&(typeof V.email=="string"&&a(V.email)?h.bugs.email=V.email:this.warn("nonEmailBugsEmailField"))}!h.bugs.email&&!h.bugs.url&&(delete h.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:n(function(h){if(!h.homepage&&h.repository&&h.repository.url){var L=p.fromUrl(h.repository.url);L&&L.docs()&&(h.homepage=L.docs())}if(h.homepage){if(typeof h.homepage!="string")return this.warn("nonUrlHomepage"),delete h.homepage;r.parse(h.homepage).protocol||(h.homepage="http://"+h.homepage)}},"fixHomepageField"),fixLicenseField:n(function(h){const L=h.license||h.licence;if(!L)return this.warn("missingLicense");if(typeof L!="string"||L.length<1||L.trim()==="")return this.warn("invalidLicense");if(!i(L).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function E(h){if(h.charAt(0)!=="@")return!1;var L=h.slice(1).split("/");return L.length!==2?!1:L[0]&&L[1]&&L[0]===encodeURIComponent(L[0])&&L[1]===encodeURIComponent(L[1])}n(E,"isValidScopedPackageName");function T(h){return!h.match(/[/@\s+%:]/)&&h===encodeURIComponent(h)}n(T,"isCorrectlyEncodedName");function P(h,L,V){if(h.charAt(0)==="."||!(E(h)||T(h))||L&&!V&&h!==h.toLowerCase()||h.toLowerCase()==="node_modules"||h.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(h))}n(P,"ensureValidName");function s(h,L){return h.author&&(h.author=L(h.author)),["maintainers","contributors"].forEach(function(V){Array.isArray(h[V])&&(h[V]=h[V].map(L))}),h}n(s,"modifyPeople");function f(h){if(typeof h=="string")return h;var L=h.name||"",V=h.url||h.web,O=V?" ("+V+")":"",w=h.email||h.mail,N=w?" <"+w+">":"";return L+N+O}n(f,"unParsePerson");function d(h){if(typeof h!="string")return h;var L=h.match(/^([^(<]+)/),V=h.match(/\(([^()]+)\)/),O=h.match(/<([^<>]+)>/),w={};return L&&L[0].trim()&&(w.name=L[0].trim()),O&&(w.email=O[1]),V&&(w.url=V[1]),w}n(d,"parsePerson");function y(h,L){var V=h.optionalDependencies;if(V){var O=h.dependencies||{};Object.keys(V).forEach(function(w){O[w]=V[w]}),h.dependencies=O}}n(y,"addOptionalDepsToDeps");function m(h,L,V){if(!h)return{};if(typeof h=="string"&&(h=h.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(h))return h;V("deprecatedArrayDependencies",L);var O={};return h.filter(function(w){return typeof w=="string"}).forEach(function(w){w=w.trim().split(/(:?[@\s><=])/);var N=w.shift(),D=w.join("");D=D.trim(),D=D.replace(/^@/,""),O[N]=D}),O}n(m,"depObjectify");function b(h,L){u.forEach(function(V){h[V]&&(h[V]=m(h[V],V,L))})}n(b,"objectifyDeps");function Y(h,L){h&&Object.keys(h).forEach(function(V){o.bugs[V]&&(L("typo",V,o.bugs[V],"bugs"),h[o.bugs[V]]=h[V],delete h[V])})}return n(Y,"bugsTypos"),Ms}n(dP,"requireFixer");var TP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",PP="No repository field.",mP="Probably broken git url: %s",yP="scripts must be an object",hP="script values must be string commands",_P="Invalid 'files' member",vP="Invalid filename in 'files' list: %s",bP="Invalid 'bundleDependencies' list. Must be array of package names",gP="Invalid bundleDependencies member: %s",SP="Non-dependency in bundleDependencies: %s",YP="%s field must be an object",LP="Invalid dependency: %s %s",AP="specifying %s as array is deprecated",CP="modules field is deprecated",VP="keywords should be an array of strings",RP="keywords should be an array of strings",OP="%s is also the name of a node core module.",wP="'description' field should be a string",MP="No description",UP="No README data",IP="No license field.",xP="Bug string field must be url, email, or {email,url}",DP="bugs.url field must be a string url. Deleted.",FP="bugs.email field must be a string email. Deleted.",kP="Normalized value of bugs field is an empty object. Deleted.",NP="homepage field must be a string url. Deleted.",jP="license should be a valid SPDX license expression",BP="%s should probably be %s.",qP={repositories:TP,missingRepository:PP,brokenGitUrl:mP,nonObjectScripts:yP,nonStringScript:hP,nonArrayFiles:_P,invalidFilename:vP,nonArrayBundleDependencies:bP,nonStringBundleDependency:gP,nonDependencyBundleDependency:SP,nonObjectDependencies:YP,nonStringDependency:LP,deprecatedArrayDependencies:AP,deprecatedModules:CP,nonArrayKeywords:VP,nonStringKeyword:RP,conflictingName:OP,nonStringDescription:wP,missingDescription:MP,missingReadme:UP,missingLicense:IP,nonEmailUrlBugsString:xP,nonUrlBugsUrlField:DP,nonEmailBugsEmailField:FP,emptyNormalizedBugs:kP,nonUrlHomepage:NP,invalidLicense:jP,typo:BP},Us,iu;function GP(){if(iu)return Us;iu=1;var e=QE,l=qP;Us=n(function(){var p=Array.prototype.slice.call(arguments,0),c=p.shift();if(c==="typo")return i.apply(null,p);var u=l[c]?l[c]:c+": '%s'";return p.unshift(u),e.format.apply(null,p)},"make_warning");function i(p,c,u){return u&&(p=u+"['"+p+"']",c=u+"['"+c+"']"),e.format(l.typo,p,c)}return n(i,"makeTypoWarning"),Us}n(GP,"requireMake_warning");var Is,su;function $P(){if(su)return Is;su=1,Is=u;var e=dP();u.fixer=e;var l=GP(),i=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],p=["dependencies","people","typos"],c=i.map(function(r){return t(r)+"Field"});c=c.concat(p);function u(r,o,a){o===!0&&(o=null,a=!0),a||(a=!1),(!o||r.private)&&(o=n(function(E){},"warn")),r.scripts&&r.scripts.install==="node-gyp rebuild"&&!r.scripts.preinstall&&(r.gypfile=!0),e.warn=function(){o(l.apply(null,arguments))},c.forEach(function(E){e["fix"+t(E)](r,a)}),r._id=r.name+"@"+r.version}n(u,"normalize");function t(r){return r.charAt(0).toUpperCase()+r.slice(1)}return n(t,"ucFirst"),Is}n($P,"requireNormalize");var WP=$P(),HP=fd(WP);function KP(e){return e instanceof URL?Bo.fileURLToPath(e):e}n(KP,"toPath");const XP=n(e=>$o.resolve(KP(e)??".","package.json"),"getPackagePath"),zP=n((e,l)=>{const i=typeof e=="string"?wd(e):e;return l&&HP(i),i},"_readPackage");function JP({cwd:e,normalize:l=!0}={}){const i=mi.readFileSync(XP(e),"utf8");return zP(i,l)}n(JP,"readPackageSync");function QP(e){const l=Wo.findUpSync("package.json",e);if(l)return{packageJson:JP({...e,cwd:$o.dirname(l)}),path:l}}n(QP,"readPackageUpSync");const xs="js,ts,mjs,cjs,mts,cts",ZP=n(()=>{const e=Wo.findUpSync(".nvmrc");if(e){let l=mi.readFileSync(e,"utf8");return l=l.trim(),l.startsWith("v")&&(l=l.slice(1)),l}return"18.19.0"},"getNodeVersion"),ou=QP(),em=ou&&"bin"in ou.packageJson,[_i,Ds,Fs]=Go.configs["flat/mixed-esm-and-cjs"],ks={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},Ns=j({..._i,files:[..._i.files,"**/*.ts"],languageOptions:{..._i.languageOptions,sourceType:"module"},rules:{..._i.rules,...ks}}),tm=j({...Ds,files:[...Ds.files,"**/*.mts"],rules:{...Ds.rules,...ks}}),rm=j({...Fs,files:[...Fs.files,"**/*.cts"],rules:{...Fs.rules,...ks}}),nm=n((e={})=>{const l=[j({plugins:{n:Go},settings:{node:{version:`>=${ZP()}`}}}),rm];return e?.node&&l.push(Ns,tm,j({files:e.node===!0?[`**/*.{${xs}}`]:e.node,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"}}),j({files:[es],rules:{"n/global-require":"off"}})),em&&l.push(j({...Ns,files:[`**/cli.{${xs}}`,`**/cli/**/*.{${xs}}`],rules:{...Ns.rules,"n/no-process-exit":"off"}})),l},"node"),im=[j({plugins:{promise:Ko},rules:Ko.configs.recommended.rules}),j({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],sm=he("jest")?j({files:["**/{test,tests}/*"],languageOptions:{globals:Pi.jest}}):void 0,{recommended:om}=Xo.configs,am=n(()=>[j({files:["**/*.md"],plugins:{markdown:Xo},processor:"markdown/markdown"}),j(om[2]),j({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","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"]}}),j({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),j({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),j({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),j({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"}}),j({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],"markdown"),au=n((e,l)=>Object.fromEntries(l.map(i=>[i,e[i]])),"pick"),um="**/.vscode/*.json",uu=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],lu=["**/project.json","**/nx.json"],cu=[um,...uu,...lu],js=au(Zi.rules["@stylistic/comma-dangle"][1],["arrays","objects"]),vi=ZE.configs,Bs=vi["recommended-with-jsonc"].rules,lm=j([...vi["flat/base"],{files:["**/*.json"],ignores:cu,rules:vi["recommended-with-json"].rules},{files:["**/*.jsonc",...cu],rules:{...Bs,"jsonc/comma-dangle":["error",js]}},{files:["**/*.json5"],rules:{...vi["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",js]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...au(Zi.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:uu,rules:{...Bs,"jsonc/comma-dangle":["error",js],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:lu,rules:{...Bs,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),cm=j({files:["**/*.{yml,yaml}"],plugins:{yml:Ki},languageOptions:{parser:ed},rules:{...Ki.configs.base.rules,...Ki.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),pm=[j({plugins:{"no-use-extend-native":zo},rules:zo.configs.recommended.rules})],fm=n(e=>{const l={i:!0,j:!0},i={args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1};if(e?.allowAbbreviations){const{allowAbbreviations:p}=e;if(p.exactWords)for(const c of p.exactWords)l[c]=!0;if(p.substrings)for(const c of p.substrings)i[c]=!1}return[j({plugins:{unicorn:Jo},rules:{...Jo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:l,replacements:i}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),j({files:["FUNDING.json"],rules:{"unicorn/filename-case":"off"}}),j({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Em=td.getTsconfig(),pu=Em?.config.compilerOptions?.jsx,fu=pu==="react-jsx"||pu==="react-jsxdev",dm=j({files:["**/*.{jsx,tsx}"],plugins:{react:He,"react-hooks":Qo},languageOptions:{parserOptions:fu?He.configs["jsx-runtime"].parserOptions:He.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...He.configs.recommended.rules,...fu?He.configs["jsx-runtime"].rules:{},...Qo.configs.recommended.rules,"@stylistic/jsx-quotes":["error","prefer-double"],"react/jsx-indent-props":["error","tab"],"react/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),Tm={...Re.configs.base.rules,...Re.configs["vue3-essential"].rules,...Re.configs["vue3-strongly-recommended"].rules,...Re.configs["vue3-recommended"].rules},Pm=n(()=>he("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>he(e)?id(e).map(l=>[l,"readonly"]):[])):{},"detectAutoImport"),mm=n(()=>{const e=[];he("vitepress")&&e.push("content","client-only","outbound-link");const l="./src/components";if(he("unplugin-vue-components")&&mi.existsSync(l)){const p=mi.readdirSync(l).filter(c=>c.endsWith(".vue")).map(c=>c.replace(".vue",""));e.push(...p)}return he("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),ym=j({files:["**/*.vue"],processor:Re.processors[".vue"],languageOptions:{globals:{...Pi.browser,...Re.environments["setup-compiler-macros"].globals,...Pm()},parser:rd,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),hm=j({files:["**/*.vue"],plugins:{vue:Re},rules:{...Tm,"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",...mm()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var _m="lintroll",vm="1.12.0",Oe={},Je={},Qe={},K={},qs={},Ne={},Eu;function bm(){if(Eu)return Ne;Eu=1,Object.defineProperty(Ne,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!i.has(t)&&t[0]!=="_"}n(p,"filterKey");function c(t){return Object.keys(t).filter(p)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.prototype.hasOwnProperty.call(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),Ne.KEYS=e,Ne.getKeys=c,Ne.unionWith=u,Ne}n(bm,"requireEslintVisitorKeys$1");var du;function Ze(){return du||(du=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});var l=bm();function i(v,g){const _=g.range[0];let S=v,C=!1;do{C=!1;for(const A of S.childScopes){const I=A.block.range;if(I[0]<=_&&_<I[1]){S=A,C=!0;break}}}while(C);return S}n(i,"getInnermostScope");function p(v,g){let _="",S=v;for(typeof g=="string"?_=g:(_=g.name,S=i(S,g));S!=null;){const C=S.set.get(_);if(C!=null)return C;S=S.upper}return null}n(p,"findVariable");function c(v){return!this(v)}n(c,"negate0");function u(v){return c.bind(v)}n(u,"negate");function t(v,g){return v.type==="Punctuator"&&v.value===g}n(t,"isPunctuatorTokenWithValue");function r(v){return t(v,"=>")}n(r,"isArrowToken");function o(v){return t(v,",")}n(o,"isCommaToken");function a(v){return t(v,";")}n(a,"isSemicolonToken");function E(v){return t(v,":")}n(E,"isColonToken");function T(v){return t(v,"(")}n(T,"isOpeningParenToken");function P(v){return t(v,")")}n(P,"isClosingParenToken");function s(v){return t(v,"[")}n(s,"isOpeningBracketToken");function f(v){return t(v,"]")}n(f,"isClosingBracketToken");function d(v){return t(v,"{")}n(d,"isOpeningBraceToken");function y(v){return t(v,"}")}n(y,"isClosingBraceToken");function m(v){return["Block","Line","Shebang"].includes(v.type)}n(m,"isCommentToken");const b=u(r),Y=u(o),h=u(a),L=u(E),V=u(T),O=u(P),w=u(s),N=u(f),D=u(d),M=u(y),k=u(m);function U(v,g){return v.id?g.getTokenAfter(v.id,T):g.getFirstToken(v,T)}n(U,"getOpeningParenOfParams");function B(v,g){const _=v.parent;let S=null,C=null;if(v.type==="ArrowFunctionExpression"){const A=g.getTokenBefore(v.body,r);S=A.loc.start,C=A.loc.end}else _.type==="Property"||_.type==="MethodDefinition"||_.type==="PropertyDefinition"?(S=_.loc.start,C=U(v,g).loc.start):(S=v.loc.start,C=U(v,g).loc.start);return{start:{...S},end:{...C}}}n(B,"getFunctionHeadLocation");const z=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof sa<"u"?sa:{},$=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"])),H=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")),Q=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Z=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Le(v,g){let _=v;for(;(typeof _=="object"||typeof _=="function")&&_!==null;){const S=Object.getOwnPropertyDescriptor(_,g);if(S)return S;_=Object.getPrototypeOf(_)}return null}n(Le,"getPropertyDescriptor");function Ie(v,g){const _=Le(v,g);return _!=null&&_.get!=null}n(Ie,"isGetter");function le(v,g){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 A=W(C.argument,g);if(A==null)return null;_.push(...A.value)}else{const A=W(C,g);if(A==null)return null;_.push(A.value)}}return _}n(le,"getElementValues");function Mi(v){const g=v.references,_=g.filter(C=>C.init).length,S=g.filter(C=>C.isReadOnly()).length;return _===1&&S+_===g.length}n(Mi,"isEffectivelyConst");const ai=Object.freeze({ArrayExpression(v,g){const _=le(v.elements,g);return _!=null?{value:_}:null},AssignmentExpression(v,g){return v.operator==="="?W(v.right,g):null},BinaryExpression(v,g){if(v.operator==="in"||v.operator==="instanceof")return null;const _=W(v.left,g),S=W(v.right,g);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,g){const _=v.callee,S=le(v.arguments,g);if(S!=null)if(_.type==="MemberExpression"){if(_.property.type==="PrivateIdentifier")return null;const C=W(_.object,g);if(C!=null){if(C.value==null&&(C.optional||v.optional))return{value:void 0,optional:!0};const A=$e(_,g);if(A!=null){const I=C.value,q=A.value;if(H.has(I[q]))return{value:I[q](...S)};if(Q.has(I[q]))return{value:S[0]}}}}else{const C=W(_,g);if(C!=null){if(C.value==null&&v.optional)return{value:void 0,optional:!0};const A=C.value;if(H.has(A))return{value:A(...S)};if(Q.has(A))return{value:S[0]}}}return null},ConditionalExpression(v,g){const _=W(v.test,g);return _!=null?_.value?W(v.consequent,g):W(v.alternate,g):null},ExpressionStatement(v,g){return W(v.expression,g)},Identifier(v,g){if(g!=null){const _=p(g,v);if(_!=null&&_.defs.length===0&&$.has(_.name)&&_.name in z)return{value:z[_.name]};if(_!=null&&_.defs.length===1){const S=_.defs[0];if(S.parent&&S.type==="Variable"&&(S.parent.kind==="const"||Mi(_))&&S.node.id.type==="Identifier")return W(S.node.init,g)}}return null},Literal(v){return(v.regex!=null||v.bigint!=null)&&v.value==null?null:{value:v.value}},LogicalExpression(v,g){const _=W(v.left,g);if(_!=null){if(v.operator==="||"&&_.value||v.operator==="&&"&&!_.value||v.operator==="??"&&_.value!=null)return _;const S=W(v.right,g);if(S!=null)return S}return null},MemberExpression(v,g){if(v.property.type==="PrivateIdentifier")return null;const _=W(v.object,g);if(_!=null){if(_.value==null&&(_.optional||v.optional))return{value:void 0,optional:!0};const S=$e(v,g);if(S!=null){if(!Ie(_.value,S.value))return{value:_.value[S.value]};for(const[C,A]of Z)if(_.value instanceof C&&A.has(S.value))return{value:_.value[S.value]}}}return null},ChainExpression(v,g){const _=W(v.expression,g);return _!=null?{value:_.value}:null},NewExpression(v,g){const _=W(v.callee,g),S=le(v.arguments,g);if(_!=null&&S!=null){const C=_.value;if(H.has(C))return{value:new C(...S)}}return null},ObjectExpression(v,g){const _={};for(const S of v.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const C=$e(S,g),A=W(S.value,g);if(C==null||A==null)return null;_[C.value]=A.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const C=W(S.argument,g);if(C==null)return null;Object.assign(_,C.value)}else return null;return{value:_}},SequenceExpression(v,g){const _=v.expressions[v.expressions.length-1];return W(_,g)},TaggedTemplateExpression(v,g){const _=W(v.tag,g),S=le(v.quasi.expressions,g);if(_!=null&&S!=null){const C=_.value,A=v.quasi.quasis.map(I=>I.value.cooked);if(A.raw=v.quasi.quasis.map(I=>I.value.raw),C===String.raw)return{value:C(A,...S)}}return null},TemplateLiteral(v,g){const _=le(v.expressions,g);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,g){if(v.operator==="delete")return null;if(v.operator==="void")return{value:void 0};const _=W(v.argument,g);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}});function W(v,g){return v!=null&&Object.hasOwnProperty.call(ai,v.type)?ai[v.type](v,g):null}n(W,"getStaticValueR");function $e(v,g){const _=v.type==="Property"?v.key:v.property;return v.computed?W(_,g):_.type==="Identifier"?{value:_.name}:_.type==="Literal"?_.bigint?{value:_.bigint}:{value:String(_.value)}:null}n($e,"getStaticPropertyNameValue");function We(v,g=null){try{return W(v,g)}catch{return null}}n(We,"getStaticValue");function Ae(v,g=null){if(v&&v.type==="Literal"&&v.value===null){if(v.regex)return`/${v.regex.pattern}/${v.regex.flags}`;if(v.bigint)return v.bigint}const _=We(v,g);return _&&String(_.value)}n(Ae,"getStringIfConstant");function Ce(v,g){switch(v.type){case"MemberExpression":return v.computed?Ae(v.property,g):v.property.type==="PrivateIdentifier"?null:v.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return v.computed?Ae(v.key,g):v.key.type==="Literal"?String(v.key.value):v.key.type==="PrivateIdentifier"?null:v.key.name}return null}n(Ce,"getPropertyName");function ui(v,g){const _=v.parent,S=[],C=_.type==="Property"&&_.value===v,A=_.type==="MethodDefinition"&&_.value===v,I=_.type==="PropertyDefinition"&&_.value===v;if((A||I)&&(_.static&&S.push("static"),_.key.type==="PrivateIdentifier"&&S.push("private")),v.async&&S.push("async"),v.generator&&S.push("generator"),C||A){if(_.kind==="constructor")return"constructor";_.kind==="get"?S.push("getter"):_.kind==="set"?S.push("setter"):S.push("method")}else I?S.push("method"):(v.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(C||A||I)if(_.key.type==="PrivateIdentifier")S.push(`#${_.key.name}`);else{const q=Ce(_);if(q)S.push(`'${q}'`);else if(g){const ee=g.getText(_.key);ee.includes(`
|
|
12
|
+
`);let i=0;for(;l[i]&&l[i].trim().match(/^(#|$)/);)i++;const p=l.length;let c=i+1;for(;c<p&&l[c].trim();)c++;return l.slice(i,c).join(" ").trim()}return n(e,"extractDescription"),ws}n(lP,"requireExtract_description");var cP={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"},pP={web:"url",name:"url"},fP={server:"start",tests:"test"},EP={topLevel:cP,bugs:pP,script:fP},Ms,nu;function dP(){if(nu)return Ms;nu=1;var e=Dd(),l=Fd(),i=Gd(),p=Kd(),c=uP(),u=["dependencies","devDependencies","optionalDependencies"],t=lP(),r=Ho,o=EP,a=n(h=>h.includes("@")&&h.indexOf("@")<h.lastIndexOf("."),"isEmail");Ms={warn:n(function(){},"warn"),fixRepositoryField:n(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 L=h.repository.url||"";if(L){var V=p.fromUrl(L);V&&(L=h.repository.url=V.getDefaultRepresentation()==="shortcut"?V.https():V.toString())}L.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",L)},"fixRepositoryField"),fixTypos:n(function(h){Object.keys(o.topLevel).forEach(function(L){Object.prototype.hasOwnProperty.call(h,L)&&this.warn("typo",L,o.topLevel[L])},this)},"fixTypos"),fixScriptsField:n(function(h){if(h.scripts){if(typeof h.scripts!="object"){this.warn("nonObjectScripts"),delete h.scripts;return}Object.keys(h.scripts).forEach(function(L){typeof h.scripts[L]!="string"?(this.warn("nonStringScript"),delete h.scripts[L]):o.script[L]&&!h.scripts[o.script[L]]&&this.warn("typo",L,o.script[L],"scripts")},this)}},"fixScriptsField"),fixFilesField:n(function(h){var L=h.files;L&&!Array.isArray(L)?(this.warn("nonArrayFiles"),delete h.files):h.files&&(h.files=h.files.filter(function(V){return!V||typeof V!="string"?(this.warn("invalidFilename",V),!1):!0},this))},"fixFilesField"),fixBinField:n(function(h){if(h.bin&&typeof h.bin=="string"){var L={},V;(V=h.name.match(/^@[^/]+[/](.*)$/))?L[V[1]]=h.bin:L[h.name]=h.bin,h.bin=L}},"fixBinField"),fixManField:n(function(h){h.man&&typeof h.man=="string"&&(h.man=[h.man])},"fixManField"),fixBundleDependenciesField:n(function(h){var L="bundledDependencies",V="bundleDependencies";h[L]&&!h[V]&&(h[V]=h[L],delete h[L]),h[V]&&!Array.isArray(h[V])?(this.warn("nonArrayBundleDependencies"),delete h[V]):h[V]&&(h[V]=h[V].filter(function(O){return!O||typeof O!="string"?(this.warn("nonStringBundleDependency",O),!1):(h.dependencies||(h.dependencies={}),Object.prototype.hasOwnProperty.call(h.dependencies,O)||(this.warn("nonDependencyBundleDependency",O),h.dependencies[O]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:n(function(h,L){b(h,this.warn),y(h,this.warn),this.fixBundleDependenciesField(h),["dependencies","devDependencies"].forEach(function(V){if(V in h){if(!h[V]||typeof h[V]!="object"){this.warn("nonObjectDependencies",V),delete h[V];return}Object.keys(h[V]).forEach(function(O){var w=h[V][O];typeof w!="string"&&(this.warn("nonStringDependency",O,JSON.stringify(w)),delete h[V][O]);var N=p.fromUrl(h[V][O]);N&&(h[V][O]=N.toString())},this)}},this)},"fixDependencies"),fixModulesField:n(function(h){h.modules&&(this.warn("deprecatedModules"),delete h.modules)},"fixModulesField"),fixKeywordsField:n(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(L){return typeof L!="string"||!L?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:n(function(h,L){var V=!L;if(!h.version)return h.version="",!0;if(!e(h.version,V))throw new Error('Invalid version: "'+h.version+'"');return h.version=l(h.version,V),!0},"fixVersionField"),fixPeople:n(function(h){s(h,f),s(h,d)},"fixPeople"),fixNameField:n(function(h,L){typeof L=="boolean"?L={strict:L}:typeof L>"u"&&(L={});var V=L.strict;if(!h.name&&!V){h.name="";return}if(typeof h.name!="string")throw new Error("name field must be a string.");V||(h.name=h.name.trim()),P(h.name,V,L.allowLegacyCase),c(h.name)&&this.warn("conflictingName",h.name)},"fixNameField"),fixDescriptionField:n(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:n(function(h){h.readme||(this.warn("missingReadme"),h.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:n(function(h){if(!h.bugs&&h.repository&&h.repository.url){var L=p.fromUrl(h.repository.url);L&&L.bugs()&&(h.bugs={url:L.bugs()})}else if(h.bugs){if(typeof h.bugs=="string")a(h.bugs)?h.bugs={email:h.bugs}:r.parse(h.bugs).protocol?h.bugs={url:h.bugs}:this.warn("nonEmailUrlBugsString");else{Y(h.bugs,this.warn);var V=h.bugs;h.bugs={},V.url&&(typeof V.url=="string"&&r.parse(V.url).protocol?h.bugs.url=V.url:this.warn("nonUrlBugsUrlField")),V.email&&(typeof V.email=="string"&&a(V.email)?h.bugs.email=V.email:this.warn("nonEmailBugsEmailField"))}!h.bugs.email&&!h.bugs.url&&(delete h.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:n(function(h){if(!h.homepage&&h.repository&&h.repository.url){var L=p.fromUrl(h.repository.url);L&&L.docs()&&(h.homepage=L.docs())}if(h.homepage){if(typeof h.homepage!="string")return this.warn("nonUrlHomepage"),delete h.homepage;r.parse(h.homepage).protocol||(h.homepage="http://"+h.homepage)}},"fixHomepageField"),fixLicenseField:n(function(h){const L=h.license||h.licence;if(!L)return this.warn("missingLicense");if(typeof L!="string"||L.length<1||L.trim()==="")return this.warn("invalidLicense");if(!i(L).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function E(h){if(h.charAt(0)!=="@")return!1;var L=h.slice(1).split("/");return L.length!==2?!1:L[0]&&L[1]&&L[0]===encodeURIComponent(L[0])&&L[1]===encodeURIComponent(L[1])}n(E,"isValidScopedPackageName");function T(h){return!h.match(/[/@\s+%:]/)&&h===encodeURIComponent(h)}n(T,"isCorrectlyEncodedName");function P(h,L,V){if(h.charAt(0)==="."||!(E(h)||T(h))||L&&!V&&h!==h.toLowerCase()||h.toLowerCase()==="node_modules"||h.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(h))}n(P,"ensureValidName");function s(h,L){return h.author&&(h.author=L(h.author)),["maintainers","contributors"].forEach(function(V){Array.isArray(h[V])&&(h[V]=h[V].map(L))}),h}n(s,"modifyPeople");function f(h){if(typeof h=="string")return h;var L=h.name||"",V=h.url||h.web,O=V?" ("+V+")":"",w=h.email||h.mail,N=w?" <"+w+">":"";return L+N+O}n(f,"unParsePerson");function d(h){if(typeof h!="string")return h;var L=h.match(/^([^(<]+)/),V=h.match(/\(([^()]+)\)/),O=h.match(/<([^<>]+)>/),w={};return L&&L[0].trim()&&(w.name=L[0].trim()),O&&(w.email=O[1]),V&&(w.url=V[1]),w}n(d,"parsePerson");function y(h,L){var V=h.optionalDependencies;if(V){var O=h.dependencies||{};Object.keys(V).forEach(function(w){O[w]=V[w]}),h.dependencies=O}}n(y,"addOptionalDepsToDeps");function m(h,L,V){if(!h)return{};if(typeof h=="string"&&(h=h.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(h))return h;V("deprecatedArrayDependencies",L);var O={};return h.filter(function(w){return typeof w=="string"}).forEach(function(w){w=w.trim().split(/(:?[@\s><=])/);var N=w.shift(),D=w.join("");D=D.trim(),D=D.replace(/^@/,""),O[N]=D}),O}n(m,"depObjectify");function b(h,L){u.forEach(function(V){h[V]&&(h[V]=m(h[V],V,L))})}n(b,"objectifyDeps");function Y(h,L){h&&Object.keys(h).forEach(function(V){o.bugs[V]&&(L("typo",V,o.bugs[V],"bugs"),h[o.bugs[V]]=h[V],delete h[V])})}return n(Y,"bugsTypos"),Ms}n(dP,"requireFixer");var TP="'repositories' (plural) Not supported. Please pick one as the 'repository' field",PP="No repository field.",mP="Probably broken git url: %s",yP="scripts must be an object",hP="script values must be string commands",_P="Invalid 'files' member",vP="Invalid filename in 'files' list: %s",bP="Invalid 'bundleDependencies' list. Must be array of package names",gP="Invalid bundleDependencies member: %s",SP="Non-dependency in bundleDependencies: %s",YP="%s field must be an object",LP="Invalid dependency: %s %s",AP="specifying %s as array is deprecated",CP="modules field is deprecated",VP="keywords should be an array of strings",RP="keywords should be an array of strings",OP="%s is also the name of a node core module.",wP="'description' field should be a string",MP="No description",UP="No README data",IP="No license field.",xP="Bug string field must be url, email, or {email,url}",DP="bugs.url field must be a string url. Deleted.",FP="bugs.email field must be a string email. Deleted.",kP="Normalized value of bugs field is an empty object. Deleted.",NP="homepage field must be a string url. Deleted.",jP="license should be a valid SPDX license expression",BP="%s should probably be %s.",qP={repositories:TP,missingRepository:PP,brokenGitUrl:mP,nonObjectScripts:yP,nonStringScript:hP,nonArrayFiles:_P,invalidFilename:vP,nonArrayBundleDependencies:bP,nonStringBundleDependency:gP,nonDependencyBundleDependency:SP,nonObjectDependencies:YP,nonStringDependency:LP,deprecatedArrayDependencies:AP,deprecatedModules:CP,nonArrayKeywords:VP,nonStringKeyword:RP,conflictingName:OP,nonStringDescription:wP,missingDescription:MP,missingReadme:UP,missingLicense:IP,nonEmailUrlBugsString:xP,nonUrlBugsUrlField:DP,nonEmailBugsEmailField:FP,emptyNormalizedBugs:kP,nonUrlHomepage:NP,invalidLicense:jP,typo:BP},Us,iu;function GP(){if(iu)return Us;iu=1;var e=QE,l=qP;Us=n(function(){var p=Array.prototype.slice.call(arguments,0),c=p.shift();if(c==="typo")return i.apply(null,p);var u=l[c]?l[c]:c+": '%s'";return p.unshift(u),e.format.apply(null,p)},"make_warning");function i(p,c,u){return u&&(p=u+"['"+p+"']",c=u+"['"+c+"']"),e.format(l.typo,p,c)}return n(i,"makeTypoWarning"),Us}n(GP,"requireMake_warning");var Is,su;function $P(){if(su)return Is;su=1,Is=u;var e=dP();u.fixer=e;var l=GP(),i=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],p=["dependencies","people","typos"],c=i.map(function(r){return t(r)+"Field"});c=c.concat(p);function u(r,o,a){o===!0&&(o=null,a=!0),a||(a=!1),(!o||r.private)&&(o=n(function(E){},"warn")),r.scripts&&r.scripts.install==="node-gyp rebuild"&&!r.scripts.preinstall&&(r.gypfile=!0),e.warn=function(){o(l.apply(null,arguments))},c.forEach(function(E){e["fix"+t(E)](r,a)}),r._id=r.name+"@"+r.version}n(u,"normalize");function t(r){return r.charAt(0).toUpperCase()+r.slice(1)}return n(t,"ucFirst"),Is}n($P,"requireNormalize");var WP=$P(),HP=fd(WP);function KP(e){return e instanceof URL?Bo.fileURLToPath(e):e}n(KP,"toPath");const XP=n(e=>$o.resolve(KP(e)??".","package.json"),"getPackagePath"),zP=n((e,l)=>{const i=typeof e=="string"?wd(e):e;return l&&HP(i),i},"_readPackage");function JP({cwd:e,normalize:l=!0}={}){const i=mi.readFileSync(XP(e),"utf8");return zP(i,l)}n(JP,"readPackageSync");function QP(e){const l=Wo.findUpSync("package.json",e);if(l)return{packageJson:JP({...e,cwd:$o.dirname(l)}),path:l}}n(QP,"readPackageUpSync");const xs="js,ts,mjs,cjs,mts,cts",ZP=n(()=>{const e=Wo.findUpSync(".nvmrc");if(e){let l=mi.readFileSync(e,"utf8");return l=l.trim(),l.startsWith("v")&&(l=l.slice(1)),l}return"18.19.0"},"getNodeVersion"),ou=QP(),em=ou&&"bin"in ou.packageJson,[_i,Ds,Fs]=Go.configs["flat/mixed-esm-and-cjs"],ks={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},Ns=j({..._i,files:[..._i.files,"**/*.ts"],languageOptions:{..._i.languageOptions,sourceType:"module"},rules:{..._i.rules,...ks}}),tm=j({...Ds,files:[...Ds.files,"**/*.mts"],rules:{...Ds.rules,...ks}}),rm=j({...Fs,files:[...Fs.files,"**/*.cts"],rules:{...Fs.rules,...ks}}),nm=n((e={})=>{const l=[j({plugins:{n:Go},settings:{node:{version:`>=${ZP()}`}}}),rm];return e?.node&&l.push(Ns,tm,j({files:e.node===!0?[`**/*.{${xs}}`]:e.node,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"}}),j({files:[es],rules:{"n/global-require":"off"}})),em&&l.push(j({...Ns,files:[`**/cli.{${xs}}`,`**/cli/**/*.{${xs}}`],rules:{...Ns.rules,"n/no-process-exit":"off"}})),l},"node"),im=[j({plugins:{promise:Ko},rules:Ko.configs.recommended.rules}),j({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],sm=he("jest")?j({files:["**/{test,tests}/*"],languageOptions:{globals:Pi.jest}}):void 0,{recommended:om}=Xo.configs,am=n(()=>[j({files:["**/*.md"],plugins:{markdown:Xo},processor:"markdown/markdown"}),j(om[2]),j({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","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"]}}),j({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),j({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),j({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),j({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"}}),j({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],"markdown"),au=n((e,l)=>Object.fromEntries(l.map(i=>[i,e[i]])),"pick"),um="**/.vscode/*.json",uu=["**/tsconfig.json","**/tsconfig.*.json","**/tsconfig-*.json"],lu=["**/project.json","**/nx.json"],cu=[um,...uu,...lu],js=au(Zi.rules["@stylistic/comma-dangle"][1],["arrays","objects"]),vi=ZE.configs,Bs=vi["recommended-with-jsonc"].rules,lm=j([...vi["flat/base"],{files:["**/*.json"],ignores:cu,rules:vi["recommended-with-json"].rules},{files:["**/*.jsonc",...cu],rules:{...Bs,"jsonc/comma-dangle":["error",js]}},{files:["**/*.json5"],rules:{...vi["recommended-with-json5"].rules,"jsonc/comma-dangle":["error",js]}},{files:["**/*.{json,json5,jsonc}"],rules:{"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-curly-newline":["error",{minProperties:1}],"jsonc/object-curly-spacing":["error","always"],"jsonc/object-property-newline":"error","jsonc/array-bracket-newline":["error",{minItems:1}],"jsonc/array-bracket-spacing":["error","never"],"jsonc/array-element-newline":["error","always"],"eol-last":"error",...au(Zi.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:uu,rules:{...Bs,"jsonc/comma-dangle":["error",js],"jsonc/sort-keys":["error",{pathPattern:"^$",order:["extends","compilerOptions","references","files","include","exclude"]},{pathPattern:"^compilerOptions$",order:["incremental","composite","tsBuildInfoFile","disableSourceOfProjectReferenceRedirect","disableSolutionSearching","disableReferencedProjectLoad","target","jsx","jsxFactory","jsxFragmentFactory","jsxImportSource","lib","moduleDetection","noLib","reactNamespace","useDefineForClassFields","emitDecoratorMetadata","experimentalDecorators","rootDir","rootDirs","module","moduleResolution","moduleSuffixes","customConditions","noResolve","baseUrl","paths","resolveJsonModule","resolvePackageJsonExports","resolvePackageJsonImports","typeRoots","types","allowArbitraryExtensions","allowImportingTsExtensions","allowUmdGlobalAccess","allowJs","checkJs","maxNodeModuleJsDepth","strict","strictBindCallApply","strictFunctionTypes","strictNullChecks","strictPropertyInitialization","allowUnreachableCode","allowUnusedLabels","alwaysStrict","exactOptionalPropertyTypes","noFallthroughCasesInSwitch","noImplicitAny","noImplicitOverride","noImplicitReturns","noImplicitThis","noPropertyAccessFromIndexSignature","noUncheckedIndexedAccess","noUnusedLocals","noUnusedParameters","useUnknownInCatchVariables","declaration","declarationDir","declarationMap","downlevelIteration","emitBOM","emitDeclarationOnly","importHelpers","importsNotUsedAsValues","inlineSourceMap","inlineSources","mapRoot","newLine","noEmit","noEmitHelpers","noEmitOnError","outDir","outFile","preserveConstEnums","preserveValueImports","removeComments","sourceMap","sourceRoot","stripInternal","allowSyntheticDefaultImports","esModuleInterop","forceConsistentCasingInFileNames","isolatedModules","preserveSymlinks","verbatimModuleSyntax","skipDefaultLibCheck","skipLibCheck"]}]}},{files:lu,rules:{...Bs,"jsonc/sort-keys":["error",{pathPattern:"^$",order:["$schema","name","metadata","projectType","root","sourceRoot","generators","namedInputs","tags","implicitDependencies","release","targets"]},{pathPattern:"^targets$",order:{type:"asc"}}]}}]),cm=j({files:["**/*.{yml,yaml}"],plugins:{yml:Ki},languageOptions:{parser:ed},rules:{...Ki.configs.base.rules,...Ki.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),pm=[j({plugins:{"no-use-extend-native":zo},rules:zo.configs.recommended.rules})],fm=n(e=>{const l={i:!0,j:!0},i={args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1};if(e?.allowAbbreviations){const{allowAbbreviations:p}=e;if(p.exactWords)for(const c of p.exactWords)l[c]=!0;if(p.substrings)for(const c of p.substrings)i[c]=!1}return[j({plugins:{unicorn:Jo},rules:{...Jo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:l,replacements:i}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),j({files:["FUNDING.json"],rules:{"unicorn/filename-case":"off"}}),j({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Em=td.getTsconfig(),pu=Em?.config.compilerOptions?.jsx,fu=pu==="react-jsx"||pu==="react-jsxdev",dm=j({files:["**/*.{jsx,tsx}"],plugins:{react:He,"react-hooks":Qo},languageOptions:{parserOptions:fu?He.configs["jsx-runtime"].parserOptions:He.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...He.configs.recommended.rules,...fu?He.configs["jsx-runtime"].rules:{},...Qo.configs.recommended.rules,"@stylistic/jsx-quotes":["error","prefer-double"],"react/jsx-indent-props":["error","tab"],"react/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),Tm={...Re.configs.base.rules,...Re.configs["vue3-essential"].rules,...Re.configs["vue3-strongly-recommended"].rules,...Re.configs["vue3-recommended"].rules},Pm=n(()=>he("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>he(e)?id(e).map(l=>[l,"readonly"]):[])):{},"detectAutoImport"),mm=n(()=>{const e=[];he("vitepress")&&e.push("content","client-only","outbound-link");const l="./src/components";if(he("unplugin-vue-components")&&mi.existsSync(l)){const p=mi.readdirSync(l).filter(c=>c.endsWith(".vue")).map(c=>c.replace(".vue",""));e.push(...p)}return he("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),ym=j({files:["**/*.vue"],processor:Re.processors[".vue"],languageOptions:{globals:{...Pi.browser,...Re.environments["setup-compiler-macros"].globals,...Pm()},parser:rd,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),hm=j({files:["**/*.vue"],plugins:{vue:Re},rules:{...Tm,"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",...mm()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var _m="lintroll",vm="1.13.0",Oe={},Je={},Qe={},K={},qs={},Ne={},Eu;function bm(){if(Eu)return Ne;Eu=1,Object.defineProperty(Ne,"__esModule",{value:!0});const e={ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],AwaitExpression:["argument"],BinaryExpression:["left","right"],BlockStatement:["body"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!i.has(t)&&t[0]!=="_"}n(p,"filterKey");function c(t){return Object.keys(t).filter(p)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.prototype.hasOwnProperty.call(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),Ne.KEYS=e,Ne.getKeys=c,Ne.unionWith=u,Ne}n(bm,"requireEslintVisitorKeys$1");var du;function Ze(){return du||(du=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});var l=bm();function i(v,g){const _=g.range[0];let S=v,C=!1;do{C=!1;for(const A of S.childScopes){const I=A.block.range;if(I[0]<=_&&_<I[1]){S=A,C=!0;break}}}while(C);return S}n(i,"getInnermostScope");function p(v,g){let _="",S=v;for(typeof g=="string"?_=g:(_=g.name,S=i(S,g));S!=null;){const C=S.set.get(_);if(C!=null)return C;S=S.upper}return null}n(p,"findVariable");function c(v){return!this(v)}n(c,"negate0");function u(v){return c.bind(v)}n(u,"negate");function t(v,g){return v.type==="Punctuator"&&v.value===g}n(t,"isPunctuatorTokenWithValue");function r(v){return t(v,"=>")}n(r,"isArrowToken");function o(v){return t(v,",")}n(o,"isCommaToken");function a(v){return t(v,";")}n(a,"isSemicolonToken");function E(v){return t(v,":")}n(E,"isColonToken");function T(v){return t(v,"(")}n(T,"isOpeningParenToken");function P(v){return t(v,")")}n(P,"isClosingParenToken");function s(v){return t(v,"[")}n(s,"isOpeningBracketToken");function f(v){return t(v,"]")}n(f,"isClosingBracketToken");function d(v){return t(v,"{")}n(d,"isOpeningBraceToken");function y(v){return t(v,"}")}n(y,"isClosingBraceToken");function m(v){return["Block","Line","Shebang"].includes(v.type)}n(m,"isCommentToken");const b=u(r),Y=u(o),h=u(a),L=u(E),V=u(T),O=u(P),w=u(s),N=u(f),D=u(d),M=u(y),k=u(m);function U(v,g){return v.id?g.getTokenAfter(v.id,T):g.getFirstToken(v,T)}n(U,"getOpeningParenOfParams");function B(v,g){const _=v.parent;let S=null,C=null;if(v.type==="ArrowFunctionExpression"){const A=g.getTokenBefore(v.body,r);S=A.loc.start,C=A.loc.end}else _.type==="Property"||_.type==="MethodDefinition"||_.type==="PropertyDefinition"?(S=_.loc.start,C=U(v,g).loc.start):(S=v.loc.start,C=U(v,g).loc.start);return{start:{...S},end:{...C}}}n(B,"getFunctionHeadLocation");const z=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof sa<"u"?sa:{},$=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"])),H=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")),Q=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Z=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Le(v,g){let _=v;for(;(typeof _=="object"||typeof _=="function")&&_!==null;){const S=Object.getOwnPropertyDescriptor(_,g);if(S)return S;_=Object.getPrototypeOf(_)}return null}n(Le,"getPropertyDescriptor");function Ie(v,g){const _=Le(v,g);return _!=null&&_.get!=null}n(Ie,"isGetter");function le(v,g){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 A=W(C.argument,g);if(A==null)return null;_.push(...A.value)}else{const A=W(C,g);if(A==null)return null;_.push(A.value)}}return _}n(le,"getElementValues");function Mi(v){const g=v.references,_=g.filter(C=>C.init).length,S=g.filter(C=>C.isReadOnly()).length;return _===1&&S+_===g.length}n(Mi,"isEffectivelyConst");const ai=Object.freeze({ArrayExpression(v,g){const _=le(v.elements,g);return _!=null?{value:_}:null},AssignmentExpression(v,g){return v.operator==="="?W(v.right,g):null},BinaryExpression(v,g){if(v.operator==="in"||v.operator==="instanceof")return null;const _=W(v.left,g),S=W(v.right,g);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,g){const _=v.callee,S=le(v.arguments,g);if(S!=null)if(_.type==="MemberExpression"){if(_.property.type==="PrivateIdentifier")return null;const C=W(_.object,g);if(C!=null){if(C.value==null&&(C.optional||v.optional))return{value:void 0,optional:!0};const A=$e(_,g);if(A!=null){const I=C.value,q=A.value;if(H.has(I[q]))return{value:I[q](...S)};if(Q.has(I[q]))return{value:S[0]}}}}else{const C=W(_,g);if(C!=null){if(C.value==null&&v.optional)return{value:void 0,optional:!0};const A=C.value;if(H.has(A))return{value:A(...S)};if(Q.has(A))return{value:S[0]}}}return null},ConditionalExpression(v,g){const _=W(v.test,g);return _!=null?_.value?W(v.consequent,g):W(v.alternate,g):null},ExpressionStatement(v,g){return W(v.expression,g)},Identifier(v,g){if(g!=null){const _=p(g,v);if(_!=null&&_.defs.length===0&&$.has(_.name)&&_.name in z)return{value:z[_.name]};if(_!=null&&_.defs.length===1){const S=_.defs[0];if(S.parent&&S.type==="Variable"&&(S.parent.kind==="const"||Mi(_))&&S.node.id.type==="Identifier")return W(S.node.init,g)}}return null},Literal(v){return(v.regex!=null||v.bigint!=null)&&v.value==null?null:{value:v.value}},LogicalExpression(v,g){const _=W(v.left,g);if(_!=null){if(v.operator==="||"&&_.value||v.operator==="&&"&&!_.value||v.operator==="??"&&_.value!=null)return _;const S=W(v.right,g);if(S!=null)return S}return null},MemberExpression(v,g){if(v.property.type==="PrivateIdentifier")return null;const _=W(v.object,g);if(_!=null){if(_.value==null&&(_.optional||v.optional))return{value:void 0,optional:!0};const S=$e(v,g);if(S!=null){if(!Ie(_.value,S.value))return{value:_.value[S.value]};for(const[C,A]of Z)if(_.value instanceof C&&A.has(S.value))return{value:_.value[S.value]}}}return null},ChainExpression(v,g){const _=W(v.expression,g);return _!=null?{value:_.value}:null},NewExpression(v,g){const _=W(v.callee,g),S=le(v.arguments,g);if(_!=null&&S!=null){const C=_.value;if(H.has(C))return{value:new C(...S)}}return null},ObjectExpression(v,g){const _={};for(const S of v.properties)if(S.type==="Property"){if(S.kind!=="init")return null;const C=$e(S,g),A=W(S.value,g);if(C==null||A==null)return null;_[C.value]=A.value}else if(S.type==="SpreadElement"||S.type==="ExperimentalSpreadProperty"){const C=W(S.argument,g);if(C==null)return null;Object.assign(_,C.value)}else return null;return{value:_}},SequenceExpression(v,g){const _=v.expressions[v.expressions.length-1];return W(_,g)},TaggedTemplateExpression(v,g){const _=W(v.tag,g),S=le(v.quasi.expressions,g);if(_!=null&&S!=null){const C=_.value,A=v.quasi.quasis.map(I=>I.value.cooked);if(A.raw=v.quasi.quasis.map(I=>I.value.raw),C===String.raw)return{value:C(A,...S)}}return null},TemplateLiteral(v,g){const _=le(v.expressions,g);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,g){if(v.operator==="delete")return null;if(v.operator==="void")return{value:void 0};const _=W(v.argument,g);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}});function W(v,g){return v!=null&&Object.hasOwnProperty.call(ai,v.type)?ai[v.type](v,g):null}n(W,"getStaticValueR");function $e(v,g){const _=v.type==="Property"?v.key:v.property;return v.computed?W(_,g):_.type==="Identifier"?{value:_.name}:_.type==="Literal"?_.bigint?{value:_.bigint}:{value:String(_.value)}:null}n($e,"getStaticPropertyNameValue");function We(v,g=null){try{return W(v,g)}catch{return null}}n(We,"getStaticValue");function Ae(v,g=null){if(v&&v.type==="Literal"&&v.value===null){if(v.regex)return`/${v.regex.pattern}/${v.regex.flags}`;if(v.bigint)return v.bigint}const _=We(v,g);return _&&String(_.value)}n(Ae,"getStringIfConstant");function Ce(v,g){switch(v.type){case"MemberExpression":return v.computed?Ae(v.property,g):v.property.type==="PrivateIdentifier"?null:v.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return v.computed?Ae(v.key,g):v.key.type==="Literal"?String(v.key.value):v.key.type==="PrivateIdentifier"?null:v.key.name}return null}n(Ce,"getPropertyName");function ui(v,g){const _=v.parent,S=[],C=_.type==="Property"&&_.value===v,A=_.type==="MethodDefinition"&&_.value===v,I=_.type==="PropertyDefinition"&&_.value===v;if((A||I)&&(_.static&&S.push("static"),_.key.type==="PrivateIdentifier"&&S.push("private")),v.async&&S.push("async"),v.generator&&S.push("generator"),C||A){if(_.kind==="constructor")return"constructor";_.kind==="get"?S.push("getter"):_.kind==="set"?S.push("setter"):S.push("method")}else I?S.push("method"):(v.type==="ArrowFunctionExpression"&&S.push("arrow"),S.push("function"));if(C||A||I)if(_.key.type==="PrivateIdentifier")S.push(`#${_.key.name}`);else{const q=Ce(_);if(q)S.push(`'${q}'`);else if(g){const ee=g.getText(_.key);ee.includes(`
|
|
13
13
|
`)||S.push(`[${ee}]`)}}else v.id?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(" ")}n(ui,"getFunctionNameWithKind");const Ui=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Ii=Object.freeze(new Set(["-","+","!","~"]));function li(v){return v!==null&&typeof v=="object"&&typeof v.type=="string"}n(li,"isNode");const xi=Object.freeze(Object.assign(Object.create(null),{$visit(v,g,_){const{type:S}=v;return typeof this[S]=="function"?this[S](v,g,_):this.$visitChildren(v,g,_)},$visitChildren(v,g,_){const{type:S}=v;for(const C of _[S]||l.getKeys(v)){const A=v[C];if(Array.isArray(A)){for(const I of A)if(li(I)&&this.$visit(I,g,_))return!0}else if(li(A)&&this.$visit(A,g,_))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(v,g,_){return g.considerImplicitTypeConversion&&Ui.has(v.operator)&&(v.left.type!=="Literal"||v.right.type!=="Literal")?!0:this.$visitChildren(v,g,_)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(v,g,_){return g.considerGetters||g.considerImplicitTypeConversion&&v.computed&&v.property.type!=="Literal"?!0:this.$visitChildren(v,g,_)},MethodDefinition(v,g,_){return g.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,g,_)},NewExpression(){return!0},Property(v,g,_){return g.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,g,_)},PropertyDefinition(v,g,_){return g.considerImplicitTypeConversion&&v.computed&&v.key.type!=="Literal"?!0:this.$visitChildren(v,g,_)},UnaryExpression(v,g,_){return v.operator==="delete"||g.considerImplicitTypeConversion&&Ii.has(v.operator)&&v.argument.type!=="Literal"?!0:this.$visitChildren(v,g,_)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function ci(v,g,{considerGetters:_=!1,considerImplicitTypeConversion:S=!1}={}){return xi.$visit(v,{considerGetters:_,considerImplicitTypeConversion:S},g.visitorKeys||l.KEYS)}n(ci,"hasSideEffect");function Di(v,g){const _=v.parent;switch(_.type){case"CallExpression":case"NewExpression":return _.arguments.length===1&&_.arguments[0]===v?g.getTokenAfter(_.callee,T):null;case"DoWhileStatement":return _.test===v?g.getTokenAfter(_.body,T):null;case"IfStatement":case"WhileStatement":return _.test===v?g.getFirstToken(_,1):null;case"ImportExpression":return _.source===v?g.getFirstToken(_,1):null;case"SwitchStatement":return _.discriminant===v?g.getFirstToken(_,1):null;case"WithStatement":return _.object===v?g.getFirstToken(_,1):null;default:return null}}n(Di,"getParentSyntaxParen");function pi(v,g,_){let S,C,A,I,q;if(typeof v=="number"){if(S=v|0,C=g,A=_,!(S>=1))throw new TypeError("'times' should be a positive integer.")}else S=1,C=v,A=g;if(C==null||C.parent==null||C.parent.type==="CatchClause"&&C.parent.param===C)return!1;I=q=C;do I=A.getTokenBefore(I),q=A.getTokenAfter(q);while(I!=null&&q!=null&&T(I)&&P(q)&&I!==Di(C,A)&&--S>0);return S===0}n(pi,"isParenthesized");const Fi=/\$(?:[$&`']|[1-9][0-9]?)/gu,fi=new WeakMap;function ki(v,g){let _=!1;for(let S=g-1;S>=0&&v.charCodeAt(S)===92;--S)_=!_;return _}n(ki,"isEscaped");function Ni(v,g,_){const S=[];let C=0,A=null;function I(q){switch(q){case"$$":return"$";case"$&":return A[0];case"$`":return g.slice(0,A.index);case"$'":return g.slice(A.index+A[0].length);default:{const ee=q.slice(1);return ee in A?A[ee]:q}}}n(I,"replacer");for(A of v.execAll(g))S.push(g.slice(C,A.index)),S.push(_.replace(Fi,I)),C=A.index+A[0].length;return S.push(g.slice(C)),S.join("")}n(Ni,"replaceS");function ji(v,g,_){const S=[];let C=0;for(const A of v.execAll(g))S.push(g.slice(C,A.index)),S.push(String(_(...A,A.index,A.input))),C=A.index+A[0].length;return S.push(g.slice(C)),S.join("")}n(ji,"replaceF");class Ei{static{n(this,"PatternMatcher")}constructor(g,{escaped:_=!1}={}){if(!(g instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!g.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");fi.set(this,{pattern:new RegExp(g.source,g.flags),escaped:!!_})}*execAll(g){const{pattern:_,escaped:S}=fi.get(this);let C=null,A=0;for(_.lastIndex=0;(C=_.exec(g))!=null;)(S||!ki(g,C.index))&&(A=_.lastIndex,yield C,_.lastIndex=A)}test(g){return!this.execAll(g).next().done}[Symbol.replace](g,_){return typeof _=="function"?ji(this,String(g),_):Ni(this,String(g),String(_))}}const Bi=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,pe=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),fe=Symbol("call"),me=Symbol("construct"),xe=Symbol("esm"),qi={require:{[fe]:!0}};function di(v){return v==null||v.defs.length!==0||v.references.some(g=>g.isWrite())}n(di,"isModifiedGlobal");function Gi(v){const g=v.parent;switch(g&&g.type){case"ConditionalExpression":return g.consequent===v||g.alternate===v;case"LogicalExpression":return!0;case"SequenceExpression":return g.expressions[g.expressions.length-1]===v;case"ChainExpression":return!0;default:return!1}}n(Gi,"isPassThrough");class ye{static{n(this,"ReferenceTracker")}constructor(g,{mode:_="strict",globalObjectNames:S=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=g,this.mode=_,this.globalObjectNames=S.slice(0)}*iterateGlobalReferences(g){for(const _ of Object.keys(g)){const S=g[_],C=[_],A=this.globalScope.set.get(_);di(A)||(yield*this._iterateVariableReferences(A,C,S,!0))}for(const _ of this.globalObjectNames){const S=[],C=this.globalScope.set.get(_);di(C)||(yield*this._iterateVariableReferences(C,S,g,!1))}}*iterateCjsReferences(g){for(const{node:_}of this.iterateGlobalReferences(qi)){const S=Ae(_.arguments[0]);if(S==null||!pe(g,S))continue;const C=g[S],A=[S];C[G]&&(yield{node:_,path:A,type:G,info:C[G]}),yield*this._iteratePropertyReferences(_,A,C)}}*iterateEsmReferences(g){const _=this.globalScope.block;for(const S of _.body){if(!Bi.test(S.type)||S.source==null)continue;const C=S.source.value;if(!pe(g,C))continue;const A=g[C],I=[C];if(A[G]&&(yield{node:S,path:I,type:G,info:A[G]}),S.type==="ExportAllDeclaration")for(const q of Object.keys(A)){const ee=A[q];ee[G]&&(yield{node:S,path:I.concat(q),type:G,info:ee[G]})}else for(const q of S.specifiers){const ee=pe(A,xe),Ti=this._iterateImportReferences(q,I,ee?A:this.mode==="legacy"?{default:A,...A}:{default:A});if(ee)yield*Ti;else for(const Ve of Ti)Ve.path=Ve.path.filter($i),(Ve.path.length>=2||Ve.type!==G)&&(yield Ve)}}}*_iterateVariableReferences(g,_,S,C){if(!this.variableStack.includes(g)){this.variableStack.push(g);try{for(const A of g.references){if(!A.isRead())continue;const I=A.identifier;C&&S[G]&&(yield{node:I,path:_,type:G,info:S[G]}),yield*this._iteratePropertyReferences(I,_,S)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(g,_,S){let C=g;for(;Gi(C);)C=C.parent;const A=C.parent;if(A.type==="MemberExpression"){if(A.object===C){const I=Ce(A);if(I==null||!pe(S,I))return;_=_.concat(I);const q=S[I];q[G]&&(yield{node:A,path:_,type:G,info:q[G]}),yield*this._iteratePropertyReferences(A,_,q)}return}if(A.type==="CallExpression"){A.callee===C&&S[fe]&&(yield{node:A,path:_,type:fe,info:S[fe]});return}if(A.type==="NewExpression"){A.callee===C&&S[me]&&(yield{node:A,path:_,type:me,info:S[me]});return}if(A.type==="AssignmentExpression"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,S),yield*this._iteratePropertyReferences(A,_,S));return}if(A.type==="AssignmentPattern"){A.right===C&&(yield*this._iterateLhsReferences(A.left,_,S));return}A.type==="VariableDeclarator"&&A.init===C&&(yield*this._iterateLhsReferences(A.id,_,S))}*_iterateLhsReferences(g,_,S){if(g.type==="Identifier"){const C=p(this.globalScope,g);C!=null&&(yield*this._iterateVariableReferences(C,_,S,!1));return}if(g.type==="ObjectPattern"){for(const C of g.properties){const A=Ce(C);if(A==null||!pe(S,A))continue;const I=_.concat(A),q=S[A];q[G]&&(yield{node:C,path:I,type:G,info:q[G]}),yield*this._iterateLhsReferences(C.value,I,q)}return}g.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(g.left,_,S))}*_iterateImportReferences(g,_,S){const C=g.type;if(C==="ImportSpecifier"||C==="ImportDefaultSpecifier"){const A=C==="ImportDefaultSpecifier"?"default":g.imported.name;if(!pe(S,A))return;_=_.concat(A);const I=S[A];I[G]&&(yield{node:g,path:_,type:G,info:I[G]}),yield*this._iterateVariableReferences(p(this.globalScope,g.local),_,I,!1);return}if(C==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(p(this.globalScope,g.local),_,S,!1);return}if(C==="ExportSpecifier"){const A=g.local.name;if(!pe(S,A))return;_=_.concat(A);const I=S[A];I[G]&&(yield{node:g,path:_,type:G,info:I[G]})}}}ye.READ=G,ye.CALL=fe,ye.CONSTRUCT=me,ye.ESM=xe;function $i(v,g){return!(g===1&&v==="default")}n($i,"exceptDefault");var Wi={CALL:fe,CONSTRUCT:me,ESM:xe,findVariable:p,getFunctionHeadLocation:B,getFunctionNameWithKind:ui,getInnermostScope:i,getPropertyName:Ce,getStaticValue:We,getStringIfConstant:Ae,hasSideEffect:ci,isArrowToken:r,isClosingBraceToken:y,isClosingBracketToken:f,isClosingParenToken:P,isColonToken:E,isCommaToken:o,isCommentToken:m,isNotArrowToken:b,isNotClosingBraceToken:M,isNotClosingBracketToken:N,isNotClosingParenToken:O,isNotColonToken:L,isNotCommaToken:Y,isNotCommentToken:k,isNotOpeningBraceToken:D,isNotOpeningBracketToken:w,isNotOpeningParenToken:V,isNotSemicolonToken:h,isOpeningBraceToken:d,isOpeningBracketToken:s,isOpeningParenToken:T,isParenthesized:pi,isSemicolonToken:a,PatternMatcher:Ei,READ:G,ReferenceTracker:ye};e.CALL=fe,e.CONSTRUCT=me,e.ESM=xe,e.PatternMatcher=Ei,e.READ=G,e.ReferenceTracker=ye,e.default=Wi,e.findVariable=p,e.getFunctionHeadLocation=B,e.getFunctionNameWithKind=ui,e.getInnermostScope=i,e.getPropertyName=Ce,e.getStaticValue=We,e.getStringIfConstant=Ae,e.hasSideEffect=ci,e.isArrowToken=r,e.isClosingBraceToken=y,e.isClosingBracketToken=f,e.isClosingParenToken=P,e.isColonToken=E,e.isCommaToken=o,e.isCommentToken=m,e.isNotArrowToken=b,e.isNotClosingBraceToken=M,e.isNotClosingBracketToken=N,e.isNotClosingParenToken=O,e.isNotColonToken=L,e.isNotCommaToken=Y,e.isNotCommentToken=k,e.isNotOpeningBraceToken=D,e.isNotOpeningBracketToken=w,e.isNotOpeningParenToken=V,e.isNotSemicolonToken=h,e.isOpeningBraceToken=d,e.isOpeningBracketToken=s,e.isOpeningParenToken=T,e.isParenthesized=pi,e.isSemicolonToken=a}(qs)),qs}n(Ze,"requireEslintUtils$2");var Tu;function gm(){if(Tu)return K;Tu=1;var e=K.__createBinding||(Object.create?function(T,P,s,f){f===void 0&&(f=s);var d=Object.getOwnPropertyDescriptor(P,s);(!d||("get"in d?!P.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:n(function(){return P[s]},"get")}),Object.defineProperty(T,f,d)}:function(T,P,s,f){f===void 0&&(f=s),T[f]=P[s]}),l=K.__setModuleDefault||(Object.create?function(T,P){Object.defineProperty(T,"default",{enumerable:!0,value:P})}:function(T,P){T.default=P}),i=K.__importStar||function(){var T=n(function(P){return T=Object.getOwnPropertyNames||function(s){var f=[];for(var d in s)Object.prototype.hasOwnProperty.call(s,d)&&(f[f.length]=d);return f},T(P)},"ownKeys");return function(P){if(P&&P.__esModule)return P;var s={};if(P!=null)for(var f=T(P),d=0;d<f.length;d++)f[d]!=="default"&&e(s,P,f[d]);return l(s,P),s}}();Object.defineProperty(K,"__esModule",{value:!0}),K.isParenthesized=K.hasSideEffect=K.getStringIfConstant=K.getStaticValue=K.getPropertyName=K.getFunctionNameWithKind=K.getFunctionHeadLocation=void 0;const p=i(Ze()),c=p.getFunctionHeadLocation;K.getFunctionHeadLocation=c;const u=p.getFunctionNameWithKind;K.getFunctionNameWithKind=u;const t=p.getPropertyName;K.getPropertyName=t;const r=p.getStaticValue;K.getStaticValue=r;const o=p.getStringIfConstant;K.getStringIfConstant=o;const a=p.hasSideEffect;K.hasSideEffect=a;const E=p.isParenthesized;return K.isParenthesized=E,K}n(gm,"requireAstUtilities");var ve={},Pu;function Sm(){if(Pu)return ve;Pu=1;var e=ve.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=ve.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=ve.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(ve,"__esModule",{value:!0}),ve.PatternMatcher=void 0;const c=i(Ze()).PatternMatcher;return ve.PatternMatcher=c,ve}n(Sm,"requirePatternMatcher");var x={},mu;function Ym(){if(mu)return x;mu=1;var e=x.__createBinding||(Object.create?function(D,M,k,U){U===void 0&&(U=k);var B=Object.getOwnPropertyDescriptor(M,k);(!B||("get"in B?!M.__esModule:B.writable||B.configurable))&&(B={enumerable:!0,get:n(function(){return M[k]},"get")}),Object.defineProperty(D,U,B)}:function(D,M,k,U){U===void 0&&(U=k),D[U]=M[k]}),l=x.__setModuleDefault||(Object.create?function(D,M){Object.defineProperty(D,"default",{enumerable:!0,value:M})}:function(D,M){D.default=M}),i=x.__importStar||function(){var D=n(function(M){return D=Object.getOwnPropertyNames||function(k){var U=[];for(var B in k)Object.prototype.hasOwnProperty.call(k,B)&&(U[U.length]=B);return U},D(M)},"ownKeys");return function(M){if(M&&M.__esModule)return M;var k={};if(M!=null)for(var U=D(M),B=0;B<U.length;B++)U[B]!=="default"&&e(k,M,U[B]);return l(k,M),k}}();Object.defineProperty(x,"__esModule",{value:!0}),x.isSemicolonToken=x.isOpeningParenToken=x.isOpeningBracketToken=x.isOpeningBraceToken=x.isNotSemicolonToken=x.isNotOpeningParenToken=x.isNotOpeningBracketToken=x.isNotOpeningBraceToken=x.isNotCommentToken=x.isNotCommaToken=x.isNotColonToken=x.isNotClosingParenToken=x.isNotClosingBracketToken=x.isNotClosingBraceToken=x.isNotArrowToken=x.isCommentToken=x.isCommaToken=x.isColonToken=x.isClosingParenToken=x.isClosingBracketToken=x.isClosingBraceToken=x.isArrowToken=void 0;const p=i(Ze()),c=p.isArrowToken;x.isArrowToken=c;const u=p.isNotArrowToken;x.isNotArrowToken=u;const t=p.isClosingBraceToken;x.isClosingBraceToken=t;const r=p.isNotClosingBraceToken;x.isNotClosingBraceToken=r;const o=p.isClosingBracketToken;x.isClosingBracketToken=o;const a=p.isNotClosingBracketToken;x.isNotClosingBracketToken=a;const E=p.isClosingParenToken;x.isClosingParenToken=E;const T=p.isNotClosingParenToken;x.isNotClosingParenToken=T;const P=p.isColonToken;x.isColonToken=P;const s=p.isNotColonToken;x.isNotColonToken=s;const f=p.isCommaToken;x.isCommaToken=f;const d=p.isNotCommaToken;x.isNotCommaToken=d;const y=p.isCommentToken;x.isCommentToken=y;const m=p.isNotCommentToken;x.isNotCommentToken=m;const b=p.isOpeningBraceToken;x.isOpeningBraceToken=b;const Y=p.isNotOpeningBraceToken;x.isNotOpeningBraceToken=Y;const h=p.isOpeningBracketToken;x.isOpeningBracketToken=h;const L=p.isNotOpeningBracketToken;x.isNotOpeningBracketToken=L;const V=p.isOpeningParenToken;x.isOpeningParenToken=V;const O=p.isNotOpeningParenToken;x.isNotOpeningParenToken=O;const w=p.isSemicolonToken;x.isSemicolonToken=w;const N=p.isNotSemicolonToken;return x.isNotSemicolonToken=N,x}n(Ym,"requirePredicates$1");var be={},yu;function Lm(){if(yu)return be;yu=1;var e=be.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=be.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=be.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(be,"__esModule",{value:!0}),be.ReferenceTracker=void 0;const p=i(Ze());p.ReferenceTracker.READ,p.ReferenceTracker.CALL,p.ReferenceTracker.CONSTRUCT,p.ReferenceTracker.ESM;const c=p.ReferenceTracker;return be.ReferenceTracker=c,be}n(Lm,"requireReferenceTracker");var ce={},hu;function Am(){if(hu)return ce;hu=1;var e=ce.__createBinding||(Object.create?function(t,r,o,a){a===void 0&&(a=o);var E=Object.getOwnPropertyDescriptor(r,o);(!E||("get"in E?!r.__esModule:E.writable||E.configurable))&&(E={enumerable:!0,get:n(function(){return r[o]},"get")}),Object.defineProperty(t,a,E)}:function(t,r,o,a){a===void 0&&(a=o),t[a]=r[o]}),l=ce.__setModuleDefault||(Object.create?function(t,r){Object.defineProperty(t,"default",{enumerable:!0,value:r})}:function(t,r){t.default=r}),i=ce.__importStar||function(){var t=n(function(r){return t=Object.getOwnPropertyNames||function(o){var a=[];for(var E in o)Object.prototype.hasOwnProperty.call(o,E)&&(a[a.length]=E);return a},t(r)},"ownKeys");return function(r){if(r&&r.__esModule)return r;var o={};if(r!=null)for(var a=t(r),E=0;E<a.length;E++)a[E]!=="default"&&e(o,r,a[E]);return l(o,r),o}}();Object.defineProperty(ce,"__esModule",{value:!0}),ce.getInnermostScope=ce.findVariable=void 0;const p=i(Ze()),c=p.findVariable;ce.findVariable=c;const u=p.getInnermostScope;return ce.getInnermostScope=u,ce}n(Am,"requireScopeAnalysis");var _u;function Cm(){return _u||(_u=1,function(e){var l=Qe.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Qe.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(gm(),e),i(Sm(),e),i(Ym(),e),i(Lm(),e),i(Am(),e)}(Qe)),Qe}n(Cm,"requireEslintUtils$1");var Gs={},vu;function bu(){return vu||(vu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const l=n(t=>r=>r?.type===t,"isNodeOfType");e.isNodeOfType=l;const i=n(t=>r=>!!r&&t.includes(r.type),"isNodeOfTypes");e.isNodeOfTypes=i;const p=n((t,r)=>{const o=Object.entries(r);return a=>a?.type===t&&o.every(([E,T])=>a[E]===T)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=p;const c=n((t,r)=>{const o=Object.entries(r);return a=>a?.type===t&&o.every(([E,T])=>a[E]===T)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=c;const u=n((t,r)=>o=>!(0,e.isTokenOfTypeWithConditions)(t,r)(o),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=u}(Gs)),Gs}n(bu,"requireHelpers");var je={},gu;function Vm(){if(gu)return je;gu=1,Object.defineProperty(je,"__esModule",{value:!0}),je.LINEBREAK_MATCHER=void 0,je.isTokenOnSameLine=l;const e=/\r\n|[\r\n\u2028\u2029]/;je.LINEBREAK_MATCHER=e;function l(i,p){return i.loc.end.line===p.loc.start.line}return n(l,"isTokenOnSameLine"),je}n(Vm,"requireMisc");var F={},$s={},et={},we={},Su;function Yu(){if(Su)return we;Su=1,Object.defineProperty(we,"__esModule",{value:!0}),we.AST_TOKEN_TYPES=we.AST_NODE_TYPES=void 0;var e;(function(i){i.AccessorProperty="AccessorProperty",i.ArrayExpression="ArrayExpression",i.ArrayPattern="ArrayPattern",i.ArrowFunctionExpression="ArrowFunctionExpression",i.AssignmentExpression="AssignmentExpression",i.AssignmentPattern="AssignmentPattern",i.AwaitExpression="AwaitExpression",i.BinaryExpression="BinaryExpression",i.BlockStatement="BlockStatement",i.BreakStatement="BreakStatement",i.CallExpression="CallExpression",i.CatchClause="CatchClause",i.ChainExpression="ChainExpression",i.ClassBody="ClassBody",i.ClassDeclaration="ClassDeclaration",i.ClassExpression="ClassExpression",i.ConditionalExpression="ConditionalExpression",i.ContinueStatement="ContinueStatement",i.DebuggerStatement="DebuggerStatement",i.Decorator="Decorator",i.DoWhileStatement="DoWhileStatement",i.EmptyStatement="EmptyStatement",i.ExportAllDeclaration="ExportAllDeclaration",i.ExportDefaultDeclaration="ExportDefaultDeclaration",i.ExportNamedDeclaration="ExportNamedDeclaration",i.ExportSpecifier="ExportSpecifier",i.ExpressionStatement="ExpressionStatement",i.ForInStatement="ForInStatement",i.ForOfStatement="ForOfStatement",i.ForStatement="ForStatement",i.FunctionDeclaration="FunctionDeclaration",i.FunctionExpression="FunctionExpression",i.Identifier="Identifier",i.IfStatement="IfStatement",i.ImportAttribute="ImportAttribute",i.ImportDeclaration="ImportDeclaration",i.ImportDefaultSpecifier="ImportDefaultSpecifier",i.ImportExpression="ImportExpression",i.ImportNamespaceSpecifier="ImportNamespaceSpecifier",i.ImportSpecifier="ImportSpecifier",i.JSXAttribute="JSXAttribute",i.JSXClosingElement="JSXClosingElement",i.JSXClosingFragment="JSXClosingFragment",i.JSXElement="JSXElement",i.JSXEmptyExpression="JSXEmptyExpression",i.JSXExpressionContainer="JSXExpressionContainer",i.JSXFragment="JSXFragment",i.JSXIdentifier="JSXIdentifier",i.JSXMemberExpression="JSXMemberExpression",i.JSXNamespacedName="JSXNamespacedName",i.JSXOpeningElement="JSXOpeningElement",i.JSXOpeningFragment="JSXOpeningFragment",i.JSXSpreadAttribute="JSXSpreadAttribute",i.JSXSpreadChild="JSXSpreadChild",i.JSXText="JSXText",i.LabeledStatement="LabeledStatement",i.Literal="Literal",i.LogicalExpression="LogicalExpression",i.MemberExpression="MemberExpression",i.MetaProperty="MetaProperty",i.MethodDefinition="MethodDefinition",i.NewExpression="NewExpression",i.ObjectExpression="ObjectExpression",i.ObjectPattern="ObjectPattern",i.PrivateIdentifier="PrivateIdentifier",i.Program="Program",i.Property="Property",i.PropertyDefinition="PropertyDefinition",i.RestElement="RestElement",i.ReturnStatement="ReturnStatement",i.SequenceExpression="SequenceExpression",i.SpreadElement="SpreadElement",i.StaticBlock="StaticBlock",i.Super="Super",i.SwitchCase="SwitchCase",i.SwitchStatement="SwitchStatement",i.TaggedTemplateExpression="TaggedTemplateExpression",i.TemplateElement="TemplateElement",i.TemplateLiteral="TemplateLiteral",i.ThisExpression="ThisExpression",i.ThrowStatement="ThrowStatement",i.TryStatement="TryStatement",i.UnaryExpression="UnaryExpression",i.UpdateExpression="UpdateExpression",i.VariableDeclaration="VariableDeclaration",i.VariableDeclarator="VariableDeclarator",i.WhileStatement="WhileStatement",i.WithStatement="WithStatement",i.YieldExpression="YieldExpression",i.TSAbstractAccessorProperty="TSAbstractAccessorProperty",i.TSAbstractKeyword="TSAbstractKeyword",i.TSAbstractMethodDefinition="TSAbstractMethodDefinition",i.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",i.TSAnyKeyword="TSAnyKeyword",i.TSArrayType="TSArrayType",i.TSAsExpression="TSAsExpression",i.TSAsyncKeyword="TSAsyncKeyword",i.TSBigIntKeyword="TSBigIntKeyword",i.TSBooleanKeyword="TSBooleanKeyword",i.TSCallSignatureDeclaration="TSCallSignatureDeclaration",i.TSClassImplements="TSClassImplements",i.TSConditionalType="TSConditionalType",i.TSConstructorType="TSConstructorType",i.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",i.TSDeclareFunction="TSDeclareFunction",i.TSDeclareKeyword="TSDeclareKeyword",i.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",i.TSEnumBody="TSEnumBody",i.TSEnumDeclaration="TSEnumDeclaration",i.TSEnumMember="TSEnumMember",i.TSExportAssignment="TSExportAssignment",i.TSExportKeyword="TSExportKeyword",i.TSExternalModuleReference="TSExternalModuleReference",i.TSFunctionType="TSFunctionType",i.TSImportEqualsDeclaration="TSImportEqualsDeclaration",i.TSImportType="TSImportType",i.TSIndexedAccessType="TSIndexedAccessType",i.TSIndexSignature="TSIndexSignature",i.TSInferType="TSInferType",i.TSInstantiationExpression="TSInstantiationExpression",i.TSInterfaceBody="TSInterfaceBody",i.TSInterfaceDeclaration="TSInterfaceDeclaration",i.TSInterfaceHeritage="TSInterfaceHeritage",i.TSIntersectionType="TSIntersectionType",i.TSIntrinsicKeyword="TSIntrinsicKeyword",i.TSLiteralType="TSLiteralType",i.TSMappedType="TSMappedType",i.TSMethodSignature="TSMethodSignature",i.TSModuleBlock="TSModuleBlock",i.TSModuleDeclaration="TSModuleDeclaration",i.TSNamedTupleMember="TSNamedTupleMember",i.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",i.TSNeverKeyword="TSNeverKeyword",i.TSNonNullExpression="TSNonNullExpression",i.TSNullKeyword="TSNullKeyword",i.TSNumberKeyword="TSNumberKeyword",i.TSObjectKeyword="TSObjectKeyword",i.TSOptionalType="TSOptionalType",i.TSParameterProperty="TSParameterProperty",i.TSPrivateKeyword="TSPrivateKeyword",i.TSPropertySignature="TSPropertySignature",i.TSProtectedKeyword="TSProtectedKeyword",i.TSPublicKeyword="TSPublicKeyword",i.TSQualifiedName="TSQualifiedName",i.TSReadonlyKeyword="TSReadonlyKeyword",i.TSRestType="TSRestType",i.TSSatisfiesExpression="TSSatisfiesExpression",i.TSStaticKeyword="TSStaticKeyword",i.TSStringKeyword="TSStringKeyword",i.TSSymbolKeyword="TSSymbolKeyword",i.TSTemplateLiteralType="TSTemplateLiteralType",i.TSThisType="TSThisType",i.TSTupleType="TSTupleType",i.TSTypeAliasDeclaration="TSTypeAliasDeclaration",i.TSTypeAnnotation="TSTypeAnnotation",i.TSTypeAssertion="TSTypeAssertion",i.TSTypeLiteral="TSTypeLiteral",i.TSTypeOperator="TSTypeOperator",i.TSTypeParameter="TSTypeParameter",i.TSTypeParameterDeclaration="TSTypeParameterDeclaration",i.TSTypeParameterInstantiation="TSTypeParameterInstantiation",i.TSTypePredicate="TSTypePredicate",i.TSTypeQuery="TSTypeQuery",i.TSTypeReference="TSTypeReference",i.TSUndefinedKeyword="TSUndefinedKeyword",i.TSUnionType="TSUnionType",i.TSUnknownKeyword="TSUnknownKeyword",i.TSVoidKeyword="TSVoidKeyword"})(e||(we.AST_NODE_TYPES=e={}));var l;return function(i){i.Boolean="Boolean",i.Identifier="Identifier",i.JSXIdentifier="JSXIdentifier",i.JSXText="JSXText",i.Keyword="Keyword",i.Null="Null",i.Numeric="Numeric",i.Punctuator="Punctuator",i.RegularExpression="RegularExpression",i.String="String",i.Template="Template",i.Block="Block",i.Line="Line"}(l||(we.AST_TOKEN_TYPES=l={})),we}n(Yu,"requireAstSpec");var Ws={},Lu;function Rm(){return Lu||(Lu=1,Object.defineProperty(Ws,"__esModule",{value:!0})),Ws}n(Rm,"requireLib$2");var Hs={},Au;function Om(){return Au||(Au=1,Object.defineProperty(Hs,"__esModule",{value:!0})),Hs}n(Om,"requireParserOptions$1");var ge={},Cu;function wm(){if(Cu)return ge;Cu=1;var e=ge.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),l=ge.__setModuleDefault||(Object.create?function(p,c){Object.defineProperty(p,"default",{enumerable:!0,value:c})}:function(p,c){p.default=c}),i=ge.__importStar||function(){var p=n(function(c){return p=Object.getOwnPropertyNames||function(u){var t=[];for(var r in u)Object.prototype.hasOwnProperty.call(u,r)&&(t[t.length]=r);return t},p(c)},"ownKeys");return function(c){if(c&&c.__esModule)return c;var u={};if(c!=null)for(var t=p(c),r=0;r<t.length;r++)t[r]!=="default"&&e(u,c,t[r]);return l(u,c),u}}();return Object.defineProperty(ge,"__esModule",{value:!0}),ge.TSESTree=void 0,ge.TSESTree=i(Yu()),ge}n(wm,"requireTsEstree$1");var Vu;function Ee(){return Vu||(Vu=1,function(e){var l=et.__createBinding||(Object.create?function(c,u,t,r){r===void 0&&(r=t);var o=Object.getOwnPropertyDescriptor(u,t);(!o||("get"in o?!u.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:n(function(){return u[t]},"get")}),Object.defineProperty(c,r,o)}:function(c,u,t,r){r===void 0&&(r=t),c[r]=u[t]}),i=et.__exportStar||function(c,u){for(var t in c)t!=="default"&&!Object.prototype.hasOwnProperty.call(u,t)&&l(u,c,t)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var p=Yu();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return p.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return p.AST_TOKEN_TYPES},"get")}),i(Rm(),e),i(Om(),e),i(wm(),e)}(et)),et}n(Ee,"requireDist$3");var Ru;function Ou(){return Ru||(Ru=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var l=Ee();Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:n(function(){return l.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:n(function(){return l.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:n(function(){return l.TSESTree},"get")})}($s)),$s}n(Ou,"requireTsEstree");var wu;function Mm(){if(wu)return F;wu=1,Object.defineProperty(F,"__esModule",{value:!0}),F.isVariableDeclarator=F.isTypeKeyword=F.isTypeAssertion=F.isTSFunctionType=F.isTSConstructorType=F.isOptionalChainPunctuator=F.isOptionalCallExpression=F.isNotOptionalChainPunctuator=F.isNotNonNullAssertionPunctuator=F.isNonNullAssertionPunctuator=F.isLoop=F.isLogicalOrOperator=F.isImportKeyword=F.isIdentifier=F.isFunctionType=F.isFunctionOrFunctionType=F.isFunction=F.isConstructor=F.isClassOrTypeElement=F.isAwaitKeyword=F.isAwaitExpression=void 0,F.isSetter=Y;const e=Ou(),l=bu(),i=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."});F.isOptionalChainPunctuator=i;const p=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"?."});F.isNotOptionalChainPunctuator=p;const c=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"});F.isNonNullAssertionPunctuator=c;const u=(0,l.isNotTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Punctuator,{value:"!"});F.isNotNonNullAssertionPunctuator=u;const t=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.CallExpression,{optional:!0});F.isOptionalCallExpression=t;const r=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.LogicalExpression,{operator:"||"});F.isLogicalOrOperator=r;const o=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.TSAsExpression,e.AST_NODE_TYPES.TSTypeAssertion]);F.isTypeAssertion=o;const a=(0,l.isNodeOfType)(e.AST_NODE_TYPES.VariableDeclarator);F.isVariableDeclarator=a;const E=[e.AST_NODE_TYPES.ArrowFunctionExpression,e.AST_NODE_TYPES.FunctionDeclaration,e.AST_NODE_TYPES.FunctionExpression],T=(0,l.isNodeOfTypes)(E);F.isFunction=T;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],s=(0,l.isNodeOfTypes)(P);F.isFunctionType=s;const f=(0,l.isNodeOfTypes)([...E,...P]);F.isFunctionOrFunctionType=f;const d=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSFunctionType);F.isTSFunctionType=d;const y=(0,l.isNodeOfType)(e.AST_NODE_TYPES.TSConstructorType);F.isTSConstructorType=y;const m=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.PropertyDefinition,e.AST_NODE_TYPES.FunctionExpression,e.AST_NODE_TYPES.MethodDefinition,e.AST_NODE_TYPES.TSAbstractPropertyDefinition,e.AST_NODE_TYPES.TSAbstractMethodDefinition,e.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,e.AST_NODE_TYPES.TSIndexSignature,e.AST_NODE_TYPES.TSCallSignatureDeclaration,e.AST_NODE_TYPES.TSConstructSignatureDeclaration,e.AST_NODE_TYPES.TSMethodSignature,e.AST_NODE_TYPES.TSPropertySignature]);F.isClassOrTypeElement=m;const b=(0,l.isNodeOfTypeWithConditions)(e.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});F.isConstructor=b;function Y(D){return!!D&&(D.type===e.AST_NODE_TYPES.MethodDefinition||D.type===e.AST_NODE_TYPES.Property)&&D.kind==="set"}n(Y,"isSetter");const h=(0,l.isNodeOfType)(e.AST_NODE_TYPES.Identifier);F.isIdentifier=h;const L=(0,l.isNodeOfType)(e.AST_NODE_TYPES.AwaitExpression);F.isAwaitExpression=L;const V=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"await"});F.isAwaitKeyword=V;const O=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Identifier,{value:"type"});F.isTypeKeyword=O;const w=(0,l.isTokenOfTypeWithConditions)(e.AST_TOKEN_TYPES.Keyword,{value:"import"});F.isImportKeyword=w;const N=(0,l.isNodeOfTypes)([e.AST_NODE_TYPES.DoWhileStatement,e.AST_NODE_TYPES.ForStatement,e.AST_NODE_TYPES.ForInStatement,e.AST_NODE_TYPES.ForOfStatement,e.AST_NODE_TYPES.WhileStatement]);return F.isLoop=N,F}n(Mm,"requirePredicates");var Mu;function Um(){return Mu||(Mu=1,function(e){var l=Je.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Je.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Cm(),e),i(bu(),e),i(Vm(),e),i(Mm(),e)}(Je)),Je}n(Um,"requireAstUtils");var tt={},bi={},rt={},Uu;function Iu(){if(Uu)return rt;Uu=1,Object.defineProperty(rt,"__esModule",{value:!0}),rt.deepMerge=l,rt.isObjectNotArray=e;function e(i){return typeof i=="object"&&i!=null&&!Array.isArray(i)}n(e,"isObjectNotArray");function l(i={},p={}){const c=new Set([...Object.keys(i),...Object.keys(p)]);return Object.fromEntries([...c].map(u=>{const t=u in i,r=u in p,o=i[u],a=p[u];let E;return t&&r?e(o)&&e(a)?E=l(o,a):E=a:t?E=o:E=a,[u,E]}))}return n(l,"deepMerge$1"),rt}n(Iu,"requireDeepMerge");var xu;function Du(){if(xu)return bi;xu=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.applyDefault=l;const e=Iu();function l(i,p){const c=structuredClone(i);return p==null||c.forEach((u,t)=>{if(p[t]!==void 0){const r=p[t];(0,e.isObjectNotArray)(r)&&(0,e.isObjectNotArray)(u)?c[t]=(0,e.deepMerge)(u,r):c[t]=r}}),c}return n(l,"applyDefault$1"),bi}n(Du,"requireApplyDefault");var gi={},Si={},Fu;function Im(){if(Fu)return Si;Fu=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.parserSeemsToBeTSESLint=e;function e(l){return!!l&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(l)}return n(e,"parserSeemsToBeTSESLint$1"),Si}n(Im,"requireParserSeemsToBeTSESLint");var ku;function xm(){if(ku)return gi;ku=1,Object.defineProperty(gi,"__esModule",{value:!0}),gi.getParserServices=p;const e=Im(),l="You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.",i='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(u,t=!1){const r=u.parserPath||u.languageOptions.parser?.meta?.name;return(u.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||u.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&c(r),u.sourceCode.parserServices.program==null&&!t&&c(r),u.sourceCode.parserServices}n(p,"getParserServices$1");function c(u){const t=[l,`Parser: ${u||"(unknown)"}`,!(0,e.parserSeemsToBeTSESLint)(u)&&i].filter(Boolean);throw new Error(t.join(`
|
|
14
|
-
`))}return n(c,"throwError"),gi}n(xm,"requireGetParserServices");var Ks={},Nu;function Dm(){return Nu||(Nu=1,Object.defineProperty(Ks,"__esModule",{value:!0})),Ks}n(Dm,"requireInferTypesFromRule");var Be={},ju;function Fm(){if(ju)return Be;ju=1,Object.defineProperty(Be,"__esModule",{value:!0}),Be.NullThrowsReasons=void 0,Be.nullThrows=l;const e={MissingParent:"Expected node to have a parent.",MissingToken:n((i,p)=>`Expected to find a ${i} for the ${p}.`,"MissingToken")};Be.NullThrowsReasons=e;function l(i,p){if(i==null)throw new Error(`Non-null Assertion Failed: ${p}`);return i}return n(l,"nullThrows$1"),Be}n(Fm,"requireNullThrows");var Yi={},Bu;function km(){if(Bu)return Yi;Bu=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.RuleCreator=l;const e=Du();function l(p){return n(function({meta:u,name:t,...r}){return i({meta:{...u,docs:{...u.docs,url:p(t)}},...r})},"createNamedRule")}n(l,"RuleCreator$1");function i({create:p,defaultOptions:c,meta:u}){return{create(t){const r=(0,e.applyDefault)(c,t.options);return p(t,r)},defaultOptions:c,meta:u}}return n(i,"createRule"),l.withoutDocs=n(function(c){return i(c)},"withoutDocs"),Yi}n(km,"requireRuleCreator");var qu;function Nm(){return qu||(qu=1,function(e){var l=tt.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=tt.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Du(),e),i(Iu(),e),i(xm(),e),i(Dm(),e),i(Fm(),e),i(km(),e)}(tt)),tt}n(Nm,"requireEslintUtils");var Xs={},Gu;function jm(){return Gu||(Gu=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}n(jm,"requireJsonSchema");var nt={},zs={},$u;function Bm(){return $u||($u=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}n(Bm,"requireAST");var Js={},Wu;function qm(){return Wu||(Wu=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}n(qm,"requireConfig");var Qs={},it={},Hu;function Ku(){if(Hu)return it;Hu=1,Object.defineProperty(it,"__esModule",{value:!0}),it.FlatESLint=void 0;const e=Zo;let l=class extends e.FlatESLint{static{n(this,"FlatESLint")}};return it.FlatESLint=l,it}n(Ku,"requireFlatESLint");var st={},Xu;function Gm(){if(Xu)return st;Xu=1,Object.defineProperty(st,"__esModule",{value:!0}),st.LegacyESLint=void 0;const e=Zo;let l=class extends e.LegacyESLint{static{n(this,"LegacyESLint")}};return st.LegacyESLint=l,st}n(Gm,"requireLegacyESLint");var zu;function $m(){return zu||(zu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var l=Ku();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:n(function(){return l.FlatESLint},"get")});var i=Ku();Object.defineProperty(e,"ESLint",{enumerable:!0,get:n(function(){return i.FlatESLint},"get")});var p=Gm();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:n(function(){return p.LegacyESLint},"get")})}(Qs)),Qs}n($m,"requireESLint");var ot={},Ju;function Wm(){if(Ju)return ot;Ju=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.Linter=void 0;const e=Xi;let l=class extends e.Linter{static{n(this,"Linter")}};return ot.Linter=l,ot}n(Wm,"requireLinter");var Zs={},Qu;function Hm(){return Qu||(Qu=1,Object.defineProperty(Zs,"__esModule",{value:!0})),Zs}n(Hm,"requireParser");var eo={},Zu;function Km(){return Zu||(Zu=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}n(Km,"requireParserOptions");var to={},el;function Xm(){return el||(el=1,Object.defineProperty(to,"__esModule",{value:!0})),to}n(Xm,"requireProcessor");var ro={},tl;function zm(){return tl||(tl=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}n(zm,"requireRule");var at={},rl;function Jm(){if(rl)return at;rl=1,Object.defineProperty(at,"__esModule",{value:!0}),at.RuleTester=void 0;const e=Xi;let l=class extends e.RuleTester{static{n(this,"RuleTester")}};return at.RuleTester=l,at}n(Jm,"requireRuleTester");var Se={},ut={},Li={},no={},lt={},ct={},nl;function il(){if(nl)return ct;nl=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:["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"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!i.has(t)&&t[0]!=="_"}n(p,"filterKey");function c(t){return Object.keys(t).filter(p)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.hasOwn(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),ct.KEYS=e,ct.getKeys=c,ct.unionWith=u,ct}n(il,"requireEslintVisitorKeys");var sl;function Qm(){if(sl)return lt;sl=1,Object.defineProperty(lt,"__esModule",{value:!0}),lt.getKeys=void 0;const l=il().getKeys;return lt.getKeys=l,lt}n(Qm,"requireGetKeys");var Ye={},ol;function Zm(){if(ol)return Ye;ol=1;var e=Ye.__createBinding||(Object.create?function(r,o,a,E){E===void 0&&(E=a);var T=Object.getOwnPropertyDescriptor(o,a);(!T||("get"in T?!o.__esModule:T.writable||T.configurable))&&(T={enumerable:!0,get:n(function(){return o[a]},"get")}),Object.defineProperty(r,E,T)}:function(r,o,a,E){E===void 0&&(E=a),r[E]=o[a]}),l=Ye.__setModuleDefault||(Object.create?function(r,o){Object.defineProperty(r,"default",{enumerable:!0,value:o})}:function(r,o){r.default=o}),i=Ye.__importStar||function(){var r=n(function(o){return r=Object.getOwnPropertyNames||function(a){var E=[];for(var T in a)Object.prototype.hasOwnProperty.call(a,T)&&(E[E.length]=T);return E},r(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var a={};if(o!=null)for(var E=r(o),T=0;T<E.length;T++)E[T]!=="default"&&e(a,o,E[T]);return l(a,o),a}}();Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.visitorKeys=void 0;const p=i(il()),c=(()=>{const r=["typeParameters","params","returnType"],o=[...r,"body"],a=["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:r,PropertyDefinition:[...a,"value"]}})(),u={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","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:c.Function,FunctionExpression:c.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],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","qualifier","typeArguments"],TSIndexedAccessType:["indexType","objectType"],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:["typeParameters","key","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:["typeAnnotation","key"],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:["typeAnnotation","parameterName"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]},t=p.unionWith(u);return Ye.visitorKeys=t,Ye}n(Zm,"requireVisitorKeys");var al;function ul(){return al||(al=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var l=Qm();Object.defineProperty(e,"getKeys",{enumerable:!0,get:n(function(){return l.getKeys},"get")});var i=Zm();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:n(function(){return i.visitorKeys},"get")})}(no)),no}n(ul,"requireDist$2");var io={},pt={},Ai={},ll;function ft(){if(ll)return Ai;ll=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.assert=e;function e(l,i){if(l==null)throw new Error(i)}return n(e,"assert$1"),Ai}n(ft,"requireAssert");var Et={},dt={},Tt={},Pt={},cl;function Ci(){if(cl)return Pt;cl=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.createIdGenerator=i,Pt.resetIds=p;const e=new Map;let l=0;function i(){const c=l+=1;return e.set(c,0),()=>{const t=(e.get(c)??0)+1;return e.set(c,t),t}}n(i,"createIdGenerator");function p(){e.clear()}return n(p,"resetIds"),Pt}n(Ci,"requireID");var pl;function se(){if(pl)return Tt;pl=1,Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.DefinitionBase=void 0;const l=(0,Ci().createIdGenerator)();let i=class{static{n(this,"DefinitionBase")}$id=l();type;name;node;parent;constructor(c,u,t,r){this.type=c,this.name=u,this.node=t,this.parent=r}};return Tt.DefinitionBase=i,Tt}n(se,"requireDefinitionBase");var mt={},fl;function te(){if(fl)return mt;fl=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.DefinitionType=void 0;var e;return function(l){l.CatchClause="CatchClause",l.ClassName="ClassName",l.FunctionName="FunctionName",l.ImplicitGlobalVariable="ImplicitGlobalVariable",l.ImportBinding="ImportBinding",l.Parameter="Parameter",l.TSEnumName="TSEnumName",l.TSEnumMember="TSEnumMemberName",l.TSModuleName="TSModuleName",l.Type="Type",l.Variable="Variable"}(e||(mt.DefinitionType=e={})),mt}n(te,"requireDefinitionType");var El;function ey(){if(El)return dt;El=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.CatchClauseDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.CatchClause,c,u,null)}};return dt.CatchClauseDefinition=i,dt}n(ey,"requireCatchClauseDefinition");var yt={},dl;function ty(){if(dl)return yt;dl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.ClassNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ClassName,c,u,null)}};return yt.ClassNameDefinition=i,yt}n(ty,"requireClassNameDefinition");var so={},Tl;function ry(){return Tl||(Tl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}n(ry,"requireDefinition$1");var ht={},Pl;function ny(){if(Pl)return ht;Pl=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.FunctionNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.FunctionName,c,u,null)}};return ht.FunctionNameDefinition=i,ht}n(ny,"requireFunctionNameDefinition");var _t={},ml;function yl(){if(ml)return _t;ml=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.ImplicitGlobalVariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ImplicitGlobalVariable,c,u,null)}};return _t.ImplicitGlobalVariableDefinition=i,_t}n(yl,"requireImplicitGlobalVariableDefinition");var vt={},hl;function iy(){if(hl)return vt;hl=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.ImportBindingDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.ImportBinding,c,u,t)}};return vt.ImportBindingDefinition=i,vt}n(iy,"requireImportBindingDefinition");var bt={},_l;function sy(){if(_l)return bt;_l=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ParameterDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(c,u,t){super(l.DefinitionType.Parameter,c,u,null),this.rest=t}};return bt.ParameterDefinition=i,bt}n(sy,"requireParameterDefinition");var gt={},vl;function oy(){if(vl)return gt;vl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.TSEnumMemberDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumMember,c,u,null)}};return gt.TSEnumMemberDefinition=i,gt}n(oy,"requireTSEnumMemberDefinition");var St={},bl;function ay(){if(bl)return St;bl=1,Object.defineProperty(St,"__esModule",{value:!0}),St.TSEnumNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumName,c,u,null)}};return St.TSEnumNameDefinition=i,St}n(ay,"requireTSEnumNameDefinition");var Yt={},gl;function uy(){if(gl)return Yt;gl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSModuleNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSModuleName,c,u,null)}};return Yt.TSModuleNameDefinition=i,Yt}n(uy,"requireTSModuleNameDefinition");var Lt={},Sl;function ly(){if(Sl)return Lt;Sl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TypeDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(c,u){super(l.DefinitionType.Type,c,u,null)}};return Lt.TypeDefinition=i,Lt}n(ly,"requireTypeDefinition");var At={},Yl;function cy(){if(Yl)return At;Yl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.VariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.Variable,c,u,t)}};return At.VariableDefinition=i,At}n(cy,"requireVariableDefinition");var Ll;function Me(){return Ll||(Ll=1,function(e){var l=Et.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Et.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(ey(),e),i(ty(),e),i(ry(),e),i(te(),e),i(ny(),e),i(yl(),e),i(iy(),e),i(sy(),e),i(oy(),e),i(ay(),e),i(uy(),e),i(ly(),e),i(cy(),e)}(Et)),Et}n(Me,"requireDefinition");var Ct={},Vt={},de={},Al;function R(){return Al||(Al=1,Object.defineProperty(de,"__esModule",{value:!0}),de.TYPE_VALUE=de.VALUE=de.TYPE=void 0,de.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),de.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),de.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),de}n(R,"requireBaseConfig");var Cl;function oo(){if(Cl)return Vt;Cl=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.decorators=void 0;const e=R();return Vt.decorators={ClassAccessorDecoratorContext:e.TYPE,ClassAccessorDecoratorResult:e.TYPE,ClassAccessorDecoratorTarget:e.TYPE,ClassDecoratorContext:e.TYPE,ClassFieldDecoratorContext:e.TYPE,ClassGetterDecoratorContext:e.TYPE,ClassMemberDecoratorContext:e.TYPE,ClassMethodDecoratorContext:e.TYPE,ClassSetterDecoratorContext:e.TYPE,DecoratorContext:e.TYPE,DecoratorMetadata:e.TYPE,DecoratorMetadataObject:e.TYPE},Vt}n(oo,"requireDecorators");var Rt={},Vl;function Rl(){if(Vl)return Rt;Vl=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.decorators_legacy=void 0;const e=R();return Rt.decorators_legacy={ClassDecorator:e.TYPE,MethodDecorator:e.TYPE,ParameterDecorator:e.TYPE,PropertyDecorator:e.TYPE},Rt}n(Rl,"requireDecorators_legacy");var Ot={},Ol;function re(){if(Ol)return Ot;Ol=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.dom=void 0;const e=R();return Ot.dom={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractRange:e.TYPE_VALUE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AddressErrors:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AlignSetting:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,AnalyserNode:e.TYPE_VALUE,AnalyserOptions:e.TYPE,ANGLE_instanced_arrays:e.TYPE,Animatable:e.TYPE,Animation:e.TYPE_VALUE,AnimationEffect:e.TYPE_VALUE,AnimationEvent:e.TYPE_VALUE,AnimationEventInit:e.TYPE,AnimationEventMap:e.TYPE,AnimationFrameProvider:e.TYPE,AnimationPlaybackEvent:e.TYPE_VALUE,AnimationPlaybackEventInit:e.TYPE,AnimationPlayState:e.TYPE,AnimationReplaceState:e.TYPE,AnimationTimeline:e.TYPE_VALUE,AppendMode:e.TYPE,ARIAMixin:e.TYPE,AssignedNodesOptions:e.TYPE,AttestationConveyancePreference:e.TYPE,Attr:e.TYPE_VALUE,AudioBuffer:e.TYPE_VALUE,AudioBufferOptions:e.TYPE,AudioBufferSourceNode:e.TYPE_VALUE,AudioBufferSourceOptions:e.TYPE,AudioConfiguration:e.TYPE,AudioContext:e.TYPE_VALUE,AudioContextLatencyCategory:e.TYPE,AudioContextOptions:e.TYPE,AudioContextState:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioDestinationNode:e.TYPE_VALUE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioListener:e.TYPE_VALUE,AudioNode:e.TYPE_VALUE,AudioNodeOptions:e.TYPE,AudioParam:e.TYPE_VALUE,AudioParamMap:e.TYPE_VALUE,AudioProcessingEvent:e.TYPE_VALUE,AudioProcessingEventInit:e.TYPE,AudioSampleFormat:e.TYPE,AudioScheduledSourceNode:e.TYPE_VALUE,AudioScheduledSourceNodeEventMap:e.TYPE,AudioTimestamp:e.TYPE,AudioWorklet:e.TYPE_VALUE,AudioWorkletNode:e.TYPE_VALUE,AudioWorkletNodeEventMap:e.TYPE,AudioWorkletNodeOptions:e.TYPE,AuthenticationExtensionsClientInputs:e.TYPE,AuthenticationExtensionsClientInputsJSON:e.TYPE,AuthenticationExtensionsClientOutputs:e.TYPE,AuthenticationExtensionsPRFInputs:e.TYPE,AuthenticationExtensionsPRFOutputs:e.TYPE,AuthenticationExtensionsPRFValues:e.TYPE,AuthenticatorAssertionResponse:e.TYPE_VALUE,AuthenticatorAttachment:e.TYPE,AuthenticatorAttestationResponse:e.TYPE_VALUE,AuthenticatorResponse:e.TYPE_VALUE,AuthenticatorSelectionCriteria:e.TYPE,AuthenticatorTransport:e.TYPE,AutoFill:e.TYPE,AutoFillAddressKind:e.TYPE,AutoFillBase:e.TYPE,AutoFillContactField:e.TYPE,AutoFillContactKind:e.TYPE,AutoFillCredentialField:e.TYPE,AutoFillField:e.TYPE,AutoFillNormalField:e.TYPE,AutoFillSection:e.TYPE,AutoKeyword:e.TYPE,AutomationRate:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BarProp:e.TYPE_VALUE,Base64URLString:e.TYPE,BaseAudioContext:e.TYPE_VALUE,BaseAudioContextEventMap:e.TYPE,BeforeUnloadEvent:e.TYPE_VALUE,BigInteger:e.TYPE,BinaryType:e.TYPE,BiquadFilterNode:e.TYPE_VALUE,BiquadFilterOptions:e.TYPE,BiquadFilterType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobCallback:e.TYPE,BlobEvent:e.TYPE_VALUE,BlobEventInit:e.TYPE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanPlayTypeResult:e.TYPE,CanvasCaptureMediaStreamTrack:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasRenderingContext2D:e.TYPE_VALUE,CanvasRenderingContext2DSettings:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,CanvasUserInterface:e.TYPE,CaretPosition:e.TYPE_VALUE,CaretPositionFromPointOptions:e.TYPE,CDATASection:e.TYPE_VALUE,ChannelCountMode:e.TYPE,ChannelInterpretation:e.TYPE,ChannelMergerNode:e.TYPE_VALUE,ChannelMergerOptions:e.TYPE,ChannelSplitterNode:e.TYPE_VALUE,ChannelSplitterOptions:e.TYPE,CharacterData:e.TYPE_VALUE,CheckVisibilityOptions:e.TYPE,ChildNode:e.TYPE,ClientQueryOptions:e.TYPE,ClientRect:e.TYPE,ClientTypes:e.TYPE,Clipboard:e.TYPE_VALUE,ClipboardEvent:e.TYPE_VALUE,ClipboardEventInit:e.TYPE,ClipboardItem:e.TYPE_VALUE,ClipboardItemData:e.TYPE,ClipboardItemOptions:e.TYPE,ClipboardItems:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,Comment:e.TYPE_VALUE,CompositeOperation:e.TYPE,CompositeOperationOrAuto:e.TYPE,CompositionEvent:e.TYPE_VALUE,CompositionEventInit:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,ComputedEffectTiming:e.TYPE,ComputedKeyframe:e.TYPE,Console:e.TYPE,ConstantSourceNode:e.TYPE_VALUE,ConstantSourceOptions:e.TYPE,ConstrainBoolean:e.TYPE,ConstrainBooleanParameters:e.TYPE,ConstrainDOMString:e.TYPE,ConstrainDOMStringParameters:e.TYPE,ConstrainDouble:e.TYPE,ConstrainDoubleRange:e.TYPE,ConstrainULong:e.TYPE,ConstrainULongRange:e.TYPE,ContentVisibilityAutoStateChangeEvent:e.TYPE_VALUE,ContentVisibilityAutoStateChangeEventInit:e.TYPE,ConvolverNode:e.TYPE_VALUE,ConvolverOptions:e.TYPE,COSEAlgorithmIdentifier:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Credential:e.TYPE_VALUE,CredentialCreationOptions:e.TYPE,CredentialMediationRequirement:e.TYPE,CredentialPropertiesOutput:e.TYPE,CredentialRequestOptions:e.TYPE,CredentialsContainer:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSS: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,CSSKeywordish:e.TYPE,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,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSMediaRule:e.TYPE_VALUE,CSSNamespaceRule:e.TYPE_VALUE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPageRule:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,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,CSSStyleSheetInit:e.TYPE,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,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomElementConstructor:e.TYPE,CustomElementRegistry:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,CustomStateSet:e.TYPE_VALUE,DataTransfer:e.TYPE_VALUE,DataTransferItem:e.TYPE_VALUE,DataTransferItemList:e.TYPE_VALUE,DecodeErrorCallback:e.TYPE,DecodeSuccessCallback:e.TYPE,DecompressionStream:e.TYPE_VALUE,DelayNode:e.TYPE_VALUE,DelayOptions:e.TYPE,DeviceMotionEvent:e.TYPE_VALUE,DeviceMotionEventAcceleration:e.TYPE,DeviceMotionEventAccelerationInit:e.TYPE,DeviceMotionEventInit:e.TYPE,DeviceMotionEventRotationRate:e.TYPE,DeviceMotionEventRotationRateInit:e.TYPE,DeviceOrientationEvent:e.TYPE_VALUE,DeviceOrientationEventInit:e.TYPE,DirectionSetting:e.TYPE,DisplayCaptureSurfaceType:e.TYPE,DisplayMediaStreamOptions:e.TYPE,DistanceModelType:e.TYPE,Document:e.TYPE_VALUE,DocumentEventMap:e.TYPE,DocumentFragment:e.TYPE_VALUE,DocumentOrShadowRoot:e.TYPE,DocumentReadyState:e.TYPE,DocumentTimeline:e.TYPE_VALUE,DocumentTimelineOptions:e.TYPE,DocumentType:e.TYPE_VALUE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMImplementation:e.TYPE_VALUE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMParser:e.TYPE_VALUE,DOMParserSupportedType:e.TYPE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectList:e.TYPE_VALUE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,DOMStringMap:e.TYPE_VALUE,DOMTokenList:e.TYPE_VALUE,DoubleRange:e.TYPE,DragEvent:e.TYPE_VALUE,DragEventInit:e.TYPE,DynamicsCompressorNode:e.TYPE_VALUE,DynamicsCompressorOptions:e.TYPE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyAlgorithm:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EffectTiming:e.TYPE,Element:e.TYPE_VALUE,ElementContentEditable:e.TYPE,ElementCreationOptions:e.TYPE,ElementCSSInlineStyle:e.TYPE,ElementDefinitionOptions:e.TYPE,ElementEventMap:e.TYPE,ElementInternals:e.TYPE_VALUE,ElementTagNameMap:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EndOfStreamError:e.TYPE,EpochTimeStamp:e.TYPE,ErrorCallback:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventCounts:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventModifierInit:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget: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_shader_texture_lod:e.TYPE,EXT_sRGB: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,External:e.TYPE_VALUE,File:e.TYPE_VALUE,FileCallback:e.TYPE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileSystem:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryEntry:e.TYPE_VALUE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemDirectoryReader:e.TYPE_VALUE,FileSystemEntriesCallback:e.TYPE,FileSystemEntry:e.TYPE_VALUE,FileSystemEntryCallback:e.TYPE,FileSystemFileEntry:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemFlags:e.TYPE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,FillMode:e.TYPE,Float32List:e.TYPE,FocusEvent:e.TYPE_VALUE,FocusEventInit:e.TYPE,FocusOptions:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FormDataEvent:e.TYPE_VALUE,FormDataEventInit:e.TYPE,FragmentDirective:e.TYPE_VALUE,FrameRequestCallback:e.TYPE,FullscreenNavigationUI:e.TYPE,FullscreenOptions:e.TYPE,FunctionStringCallback:e.TYPE,GainNode:e.TYPE_VALUE,GainOptions:e.TYPE,Gamepad:e.TYPE_VALUE,GamepadButton:e.TYPE_VALUE,GamepadEffectParameters:e.TYPE,GamepadEvent:e.TYPE_VALUE,GamepadEventInit:e.TYPE,GamepadHapticActuator:e.TYPE_VALUE,GamepadHapticEffectType:e.TYPE,GamepadHapticsResult:e.TYPE,GamepadMappingType:e.TYPE,GenericTransformStream:e.TYPE,Geolocation:e.TYPE_VALUE,GeolocationCoordinates:e.TYPE_VALUE,GeolocationPosition:e.TYPE_VALUE,GeolocationPositionError:e.TYPE_VALUE,GetAnimationsOptions:e.TYPE,GetHTMLOptions:e.TYPE,GetNotificationOptions:e.TYPE,GetRootNodeOptions: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,GlobalCompositeOperation:e.TYPE,GlobalEventHandlers:e.TYPE,GlobalEventHandlersEventMap:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HashChangeEvent:e.TYPE_VALUE,HashChangeEventInit:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,Highlight:e.TYPE_VALUE,HighlightRegistry:e.TYPE_VALUE,HighlightType:e.TYPE,History:e.TYPE_VALUE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyAlgorithm:e.TYPE,HmacKeyGenParams:e.TYPE,HTMLAllCollection:e.TYPE_VALUE,HTMLAnchorElement:e.TYPE_VALUE,HTMLAreaElement:e.TYPE_VALUE,HTMLAudioElement:e.TYPE_VALUE,HTMLBaseElement:e.TYPE_VALUE,HTMLBodyElement:e.TYPE_VALUE,HTMLBodyElementEventMap:e.TYPE,HTMLBRElement:e.TYPE_VALUE,HTMLButtonElement:e.TYPE_VALUE,HTMLCanvasElement:e.TYPE_VALUE,HTMLCollection:e.TYPE_VALUE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLDataElement:e.TYPE_VALUE,HTMLDataListElement:e.TYPE_VALUE,HTMLDetailsElement:e.TYPE_VALUE,HTMLDialogElement:e.TYPE_VALUE,HTMLDirectoryElement:e.TYPE_VALUE,HTMLDivElement:e.TYPE_VALUE,HTMLDListElement:e.TYPE_VALUE,HTMLDocument:e.TYPE_VALUE,HTMLElement:e.TYPE_VALUE,HTMLElementDeprecatedTagNameMap:e.TYPE,HTMLElementEventMap:e.TYPE,HTMLElementTagNameMap:e.TYPE,HTMLEmbedElement:e.TYPE_VALUE,HTMLFieldSetElement:e.TYPE_VALUE,HTMLFontElement:e.TYPE_VALUE,HTMLFormControlsCollection:e.TYPE_VALUE,HTMLFormElement:e.TYPE_VALUE,HTMLFrameElement:e.TYPE_VALUE,HTMLFrameSetElement:e.TYPE_VALUE,HTMLFrameSetElementEventMap:e.TYPE,HTMLHeadElement:e.TYPE_VALUE,HTMLHeadingElement:e.TYPE_VALUE,HTMLHRElement:e.TYPE_VALUE,HTMLHtmlElement:e.TYPE_VALUE,HTMLHyperlinkElementUtils:e.TYPE,HTMLIFrameElement:e.TYPE_VALUE,HTMLImageElement:e.TYPE_VALUE,HTMLInputElement:e.TYPE_VALUE,HTMLLabelElement:e.TYPE_VALUE,HTMLLegendElement:e.TYPE_VALUE,HTMLLIElement:e.TYPE_VALUE,HTMLLinkElement:e.TYPE_VALUE,HTMLMapElement:e.TYPE_VALUE,HTMLMarqueeElement:e.TYPE_VALUE,HTMLMediaElement:e.TYPE_VALUE,HTMLMediaElementEventMap:e.TYPE,HTMLMenuElement:e.TYPE_VALUE,HTMLMetaElement:e.TYPE_VALUE,HTMLMeterElement:e.TYPE_VALUE,HTMLModElement:e.TYPE_VALUE,HTMLObjectElement:e.TYPE_VALUE,HTMLOListElement:e.TYPE_VALUE,HTMLOptGroupElement:e.TYPE_VALUE,HTMLOptionElement:e.TYPE_VALUE,HTMLOptionsCollection:e.TYPE_VALUE,HTMLOrSVGElement:e.TYPE,HTMLOrSVGImageElement:e.TYPE,HTMLOrSVGScriptElement: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,HTMLVideoElement:e.TYPE_VALUE,HTMLVideoElementEventMap:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,IdleDeadline:e.TYPE_VALUE,IdleRequestCallback:e.TYPE,IdleRequestOptions:e.TYPE,IIRFilterNode:e.TYPE_VALUE,IIRFilterOptions:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,InputDeviceInfo:e.TYPE_VALUE,InputEvent:e.TYPE_VALUE,InputEventInit:e.TYPE,InsertPosition:e.TYPE,Int32List:e.TYPE,IntersectionObserver:e.TYPE_VALUE,IntersectionObserverCallback:e.TYPE,IntersectionObserverEntry:e.TYPE_VALUE,IntersectionObserverInit:e.TYPE,IterationCompositeOperation:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyboardEvent:e.TYPE_VALUE,KeyboardEventInit:e.TYPE,KeyFormat:e.TYPE,Keyframe:e.TYPE,KeyframeAnimationOptions:e.TYPE,KeyframeEffect:e.TYPE_VALUE,KeyframeEffectOptions:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LargestContentfulPaint:e.TYPE_VALUE,LatencyMode:e.TYPE,LineAlignSetting:e.TYPE,LineAndPositionSetting:e.TYPE,LinkStyle:e.TYPE,Location:e.TYPE_VALUE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MathMLElement:e.TYPE_VALUE,MathMLElementEventMap:e.TYPE,MathMLElementTagNameMap:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaDeviceInfo:e.TYPE_VALUE,MediaDeviceKind:e.TYPE,MediaDevices:e.TYPE_VALUE,MediaDevicesEventMap:e.TYPE,MediaElementAudioSourceNode:e.TYPE_VALUE,MediaElementAudioSourceOptions:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaEncryptedEvent:e.TYPE_VALUE,MediaEncryptedEventInit:e.TYPE,MediaError:e.TYPE_VALUE,MediaImage:e.TYPE,MediaKeyMessageEvent:e.TYPE_VALUE,MediaKeyMessageEventInit:e.TYPE,MediaKeyMessageType:e.TYPE,MediaKeys:e.TYPE_VALUE,MediaKeySession:e.TYPE_VALUE,MediaKeySessionClosedReason:e.TYPE,MediaKeySessionEventMap:e.TYPE,MediaKeySessionType:e.TYPE,MediaKeysPolicy:e.TYPE,MediaKeysRequirement:e.TYPE,MediaKeyStatus:e.TYPE,MediaKeyStatusMap:e.TYPE_VALUE,MediaKeySystemAccess:e.TYPE_VALUE,MediaKeySystemConfiguration:e.TYPE,MediaKeySystemMediaCapability:e.TYPE,MediaList:e.TYPE_VALUE,MediaMetadata:e.TYPE_VALUE,MediaMetadataInit:e.TYPE,MediaPositionState:e.TYPE,MediaProvider:e.TYPE,MediaQueryList:e.TYPE_VALUE,MediaQueryListEvent:e.TYPE_VALUE,MediaQueryListEventInit:e.TYPE,MediaQueryListEventMap:e.TYPE,MediaRecorder:e.TYPE_VALUE,MediaRecorderEventMap:e.TYPE,MediaRecorderOptions:e.TYPE,MediaSession:e.TYPE_VALUE,MediaSessionAction:e.TYPE,MediaSessionActionDetails:e.TYPE,MediaSessionActionHandler:e.TYPE,MediaSessionPlaybackState:e.TYPE,MediaSource:e.TYPE_VALUE,MediaSourceEventMap:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStream:e.TYPE_VALUE,MediaStreamAudioDestinationNode:e.TYPE_VALUE,MediaStreamAudioSourceNode:e.TYPE_VALUE,MediaStreamAudioSourceOptions:e.TYPE,MediaStreamConstraints:e.TYPE,MediaStreamEventMap:e.TYPE,MediaStreamTrack:e.TYPE_VALUE,MediaStreamTrackEvent:e.TYPE_VALUE,MediaStreamTrackEventInit:e.TYPE,MediaStreamTrackEventMap:e.TYPE,MediaStreamTrackState:e.TYPE,MediaTrackCapabilities:e.TYPE,MediaTrackConstraints:e.TYPE,MediaTrackConstraintSet:e.TYPE,MediaTrackSettings:e.TYPE,MediaTrackSupportedConstraints:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MIDIAccess:e.TYPE_VALUE,MIDIAccessEventMap:e.TYPE,MIDIConnectionEvent:e.TYPE_VALUE,MIDIConnectionEventInit:e.TYPE,MIDIInput:e.TYPE_VALUE,MIDIInputEventMap:e.TYPE,MIDIInputMap:e.TYPE_VALUE,MIDIMessageEvent:e.TYPE_VALUE,MIDIMessageEventInit:e.TYPE,MIDIOptions:e.TYPE,MIDIOutput:e.TYPE_VALUE,MIDIOutputMap:e.TYPE_VALUE,MIDIPort:e.TYPE_VALUE,MIDIPortConnectionState:e.TYPE,MIDIPortDeviceState:e.TYPE,MIDIPortEventMap:e.TYPE,MIDIPortType:e.TYPE,MimeType:e.TYPE_VALUE,MimeTypeArray:e.TYPE_VALUE,MouseEvent:e.TYPE_VALUE,MouseEventInit:e.TYPE,MultiCacheQueryOptions:e.TYPE,MutationCallback:e.TYPE,MutationObserver:e.TYPE_VALUE,MutationObserverInit:e.TYPE,MutationRecord:e.TYPE_VALUE,MutationRecordType:e.TYPE,NamedCurve:e.TYPE,NamedNodeMap:e.TYPE_VALUE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigationTimingType:e.TYPE,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,NavigatorOnLine:e.TYPE,NavigatorPlugins:e.TYPE,NavigatorStorage:e.TYPE,Node:e.TYPE_VALUE,NodeFilter:e.TYPE_VALUE,NodeIterator:e.TYPE_VALUE,NodeList:e.TYPE_VALUE,NodeListOf:e.TYPE,NonDocumentTypeChildNode:e.TYPE,NonElementParentNode:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,NotificationPermissionCallback:e.TYPE,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,OfflineAudioCompletionEvent:e.TYPE_VALUE,OfflineAudioCompletionEventInit:e.TYPE,OfflineAudioContext:e.TYPE_VALUE,OfflineAudioContextEventMap:e.TYPE,OfflineAudioContextOptions:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnBeforeUnloadEventHandler:e.TYPE,OnBeforeUnloadEventHandlerNonNull:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OptionalEffectTiming:e.TYPE,OptionalPostfixToken:e.TYPE,OptionalPrefixToken:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OrientationType:e.TYPE,OscillatorNode:e.TYPE_VALUE,OscillatorOptions:e.TYPE,OscillatorType:e.TYPE,OverconstrainedError:e.TYPE_VALUE,OverSampleType:e.TYPE,OVR_multiview2:e.TYPE,PageTransitionEvent:e.TYPE_VALUE,PageTransitionEventInit:e.TYPE,PannerNode:e.TYPE_VALUE,PannerOptions:e.TYPE,PanningModelType:e.TYPE,ParentNode:e.TYPE,Path2D:e.TYPE_VALUE,PayerErrors:e.TYPE,PaymentAddress:e.TYPE_VALUE,PaymentComplete:e.TYPE,PaymentCurrencyAmount:e.TYPE,PaymentDetailsBase:e.TYPE,PaymentDetailsInit:e.TYPE,PaymentDetailsModifier:e.TYPE,PaymentDetailsUpdate:e.TYPE,PaymentItem:e.TYPE,PaymentMethodChangeEvent:e.TYPE_VALUE,PaymentMethodChangeEventInit:e.TYPE,PaymentMethodData:e.TYPE,PaymentOptions:e.TYPE,PaymentRequest:e.TYPE_VALUE,PaymentRequestEventMap:e.TYPE,PaymentRequestUpdateEvent:e.TYPE_VALUE,PaymentRequestUpdateEventInit:e.TYPE,PaymentResponse:e.TYPE_VALUE,PaymentResponseEventMap:e.TYPE,PaymentShippingOption:e.TYPE,PaymentShippingType:e.TYPE,PaymentValidationErrors:e.TYPE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceEventTiming:e.TYPE_VALUE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceNavigation:e.TYPE_VALUE,PerformanceNavigationTiming:e.TYPE_VALUE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformancePaintTiming:e.TYPE_VALUE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PerformanceTiming:e.TYPE_VALUE,PeriodicWave:e.TYPE_VALUE,PeriodicWaveConstraints:e.TYPE,PeriodicWaveOptions:e.TYPE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PictureInPictureEvent:e.TYPE_VALUE,PictureInPictureEventInit:e.TYPE,PictureInPictureWindow:e.TYPE_VALUE,PictureInPictureWindowEventMap:e.TYPE,PlaneLayout:e.TYPE,PlaybackDirection:e.TYPE,Plugin:e.TYPE_VALUE,PluginArray:e.TYPE_VALUE,PointerEvent:e.TYPE_VALUE,PointerEventInit:e.TYPE,PointerLockOptions:e.TYPE,PopoverInvokerElement:e.TYPE,PopStateEvent:e.TYPE_VALUE,PopStateEventInit:e.TYPE,PositionAlignSetting:e.TYPE,PositionCallback:e.TYPE,PositionErrorCallback:e.TYPE,PositionOptions:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,PresentationStyle:e.TYPE,ProcessingInstruction:e.TYPE_VALUE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PropertyDefinition:e.TYPE,PropertyIndexedKeyframes:e.TYPE,PublicKeyCredential:e.TYPE_VALUE,PublicKeyCredentialCreationOptions:e.TYPE,PublicKeyCredentialCreationOptionsJSON:e.TYPE,PublicKeyCredentialDescriptor:e.TYPE,PublicKeyCredentialDescriptorJSON:e.TYPE,PublicKeyCredentialEntity:e.TYPE,PublicKeyCredentialJSON:e.TYPE,PublicKeyCredentialParameters:e.TYPE,PublicKeyCredentialRequestOptions:e.TYPE,PublicKeyCredentialRequestOptionsJSON:e.TYPE,PublicKeyCredentialRpEntity:e.TYPE,PublicKeyCredentialType:e.TYPE,PublicKeyCredentialUserEntity:e.TYPE,PublicKeyCredentialUserEntityJSON:e.TYPE,PushEncryptionKeyName:e.TYPE,PushManager:e.TYPE_VALUE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,RadioNodeList:e.TYPE_VALUE,Range:e.TYPE_VALUE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReadyState:e.TYPE,RecordingState:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,RemotePlayback:e.TYPE_VALUE,RemotePlaybackAvailabilityCallback:e.TYPE,RemotePlaybackEventMap:e.TYPE,RemotePlaybackState:e.TYPE,RenderingContext:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResidentKeyRequirement:e.TYPE,ResizeObserver:e.TYPE_VALUE,ResizeObserverBoxOptions:e.TYPE,ResizeObserverCallback:e.TYPE,ResizeObserverEntry:e.TYPE_VALUE,ResizeObserverOptions:e.TYPE,ResizeObserverSize:e.TYPE_VALUE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType: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,RTCAnswerOptions:e.TYPE,RTCBundlePolicy:e.TYPE,RTCCertificate:e.TYPE_VALUE,RTCCertificateExpiration:e.TYPE,RTCConfiguration:e.TYPE,RTCDataChannel:e.TYPE_VALUE,RTCDataChannelEvent:e.TYPE_VALUE,RTCDataChannelEventInit:e.TYPE,RTCDataChannelEventMap:e.TYPE,RTCDataChannelInit:e.TYPE,RTCDataChannelState:e.TYPE,RTCDegradationPreference:e.TYPE,RTCDtlsFingerprint:e.TYPE,RTCDtlsTransport:e.TYPE_VALUE,RTCDtlsTransportEventMap:e.TYPE,RTCDtlsTransportState:e.TYPE,RTCDTMFSender:e.TYPE_VALUE,RTCDTMFSenderEventMap:e.TYPE,RTCDTMFToneChangeEvent:e.TYPE_VALUE,RTCDTMFToneChangeEventInit:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCError:e.TYPE_VALUE,RTCErrorDetailType:e.TYPE,RTCErrorEvent:e.TYPE_VALUE,RTCErrorEventInit:e.TYPE,RTCErrorInit:e.TYPE,RTCIceCandidate:e.TYPE_VALUE,RTCIceCandidateInit:e.TYPE,RTCIceCandidatePair:e.TYPE,RTCIceCandidatePairStats:e.TYPE,RTCIceCandidateType:e.TYPE,RTCIceComponent:e.TYPE,RTCIceConnectionState:e.TYPE,RTCIceGathererState:e.TYPE,RTCIceGatheringState:e.TYPE,RTCIceProtocol:e.TYPE,RTCIceServer:e.TYPE,RTCIceTcpCandidateType:e.TYPE,RTCIceTransport:e.TYPE_VALUE,RTCIceTransportEventMap:e.TYPE,RTCIceTransportPolicy:e.TYPE,RTCIceTransportState:e.TYPE,RTCInboundRtpStreamStats:e.TYPE,RTCLocalSessionDescriptionInit:e.TYPE,RTCOfferAnswerOptions:e.TYPE,RTCOfferOptions:e.TYPE,RTCOutboundRtpStreamStats:e.TYPE,RTCPeerConnection:e.TYPE_VALUE,RTCPeerConnectionErrorCallback:e.TYPE,RTCPeerConnectionEventMap:e.TYPE,RTCPeerConnectionIceErrorEvent:e.TYPE_VALUE,RTCPeerConnectionIceErrorEventInit:e.TYPE,RTCPeerConnectionIceEvent:e.TYPE_VALUE,RTCPeerConnectionIceEventInit:e.TYPE,RTCPeerConnectionState:e.TYPE,RTCPriorityType:e.TYPE,RTCReceivedRtpStreamStats:e.TYPE,RTCRtcpMuxPolicy: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,RTCRtpReceiver:e.TYPE_VALUE,RTCRtpScriptTransform:e.TYPE_VALUE,RTCRtpSender:e.TYPE_VALUE,RTCRtpSendParameters:e.TYPE,RTCRtpStreamStats:e.TYPE,RTCRtpSynchronizationSource:e.TYPE,RTCRtpTransceiver:e.TYPE_VALUE,RTCRtpTransceiverDirection:e.TYPE,RTCRtpTransceiverInit:e.TYPE,RTCRtpTransform:e.TYPE,RTCSctpTransport:e.TYPE_VALUE,RTCSctpTransportEventMap:e.TYPE,RTCSctpTransportState:e.TYPE,RTCSdpType:e.TYPE,RTCSentRtpStreamStats:e.TYPE,RTCSessionDescription:e.TYPE_VALUE,RTCSessionDescriptionCallback:e.TYPE,RTCSessionDescriptionInit:e.TYPE,RTCSetParameterOptions:e.TYPE,RTCSignalingState:e.TYPE,RTCStats:e.TYPE,RTCStatsIceCandidatePairState:e.TYPE,RTCStatsReport:e.TYPE_VALUE,RTCStatsType:e.TYPE,RTCTrackEvent:e.TYPE_VALUE,RTCTrackEventInit:e.TYPE,RTCTransportStats:e.TYPE,Screen:e.TYPE_VALUE,ScreenOrientation:e.TYPE_VALUE,ScreenOrientationEventMap:e.TYPE,ScriptProcessorNode:e.TYPE_VALUE,ScriptProcessorNodeEventMap:e.TYPE,ScrollBehavior:e.TYPE,ScrollIntoViewOptions:e.TYPE,ScrollLogicalPosition:e.TYPE,ScrollOptions:e.TYPE,ScrollRestoration:e.TYPE,ScrollSetting:e.TYPE,ScrollToOptions:e.TYPE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,Selection:e.TYPE_VALUE,SelectionMode:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,ShadowRoot:e.TYPE_VALUE,ShadowRootEventMap:e.TYPE,ShadowRootInit:e.TYPE,ShadowRootMode:e.TYPE,ShareData:e.TYPE,SharedWorker:e.TYPE_VALUE,SlotAssignmentMode:e.TYPE,Slottable:e.TYPE,SourceBuffer:e.TYPE_VALUE,SourceBufferEventMap:e.TYPE,SourceBufferList:e.TYPE_VALUE,SourceBufferListEventMap:e.TYPE,SpeechRecognitionAlternative:e.TYPE_VALUE,SpeechRecognitionResult:e.TYPE_VALUE,SpeechRecognitionResultList:e.TYPE_VALUE,SpeechSynthesis:e.TYPE_VALUE,SpeechSynthesisErrorCode:e.TYPE,SpeechSynthesisErrorEvent:e.TYPE_VALUE,SpeechSynthesisErrorEventInit:e.TYPE,SpeechSynthesisEvent:e.TYPE_VALUE,SpeechSynthesisEventInit:e.TYPE,SpeechSynthesisEventMap:e.TYPE,SpeechSynthesisUtterance:e.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:e.TYPE,SpeechSynthesisVoice:e.TYPE_VALUE,StaticRange:e.TYPE_VALUE,StaticRangeInit:e.TYPE,StereoPannerNode:e.TYPE_VALUE,StereoPannerOptions:e.TYPE,Storage:e.TYPE_VALUE,StorageEstimate:e.TYPE,StorageEvent:e.TYPE_VALUE,StorageEventInit:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StyleMedia:e.TYPE,StylePropertyMap:e.TYPE_VALUE,StylePropertyMapReadOnly:e.TYPE_VALUE,StyleSheet:e.TYPE_VALUE,StyleSheetList:e.TYPE_VALUE,SubmitEvent:e.TYPE_VALUE,SubmitEventInit:e.TYPE,SubtleCrypto:e.TYPE_VALUE,SVGAElement:e.TYPE_VALUE,SVGAngle: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,SVGAnimateElement:e.TYPE_VALUE,SVGAnimateMotionElement:e.TYPE_VALUE,SVGAnimateTransformElement:e.TYPE_VALUE,SVGAnimationElement:e.TYPE_VALUE,SVGBoundingBoxOptions:e.TYPE,SVGCircleElement:e.TYPE_VALUE,SVGClipPathElement:e.TYPE_VALUE,SVGComponentTransferFunctionElement:e.TYPE_VALUE,SVGDefsElement:e.TYPE_VALUE,SVGDescElement:e.TYPE_VALUE,SVGElement:e.TYPE_VALUE,SVGElementEventMap:e.TYPE,SVGElementTagNameMap:e.TYPE,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,SVGLinearGradientElement:e.TYPE_VALUE,SVGLineElement:e.TYPE_VALUE,SVGMarkerElement:e.TYPE_VALUE,SVGMaskElement:e.TYPE_VALUE,SVGMatrix:e.TYPE_VALUE,SVGMetadataElement:e.TYPE_VALUE,SVGMPathElement:e.TYPE_VALUE,SVGNumber:e.TYPE_VALUE,SVGNumberList:e.TYPE_VALUE,SVGPathElement:e.TYPE_VALUE,SVGPatternElement:e.TYPE_VALUE,SVGPoint:e.TYPE_VALUE,SVGPointList:e.TYPE_VALUE,SVGPolygonElement:e.TYPE_VALUE,SVGPolylineElement:e.TYPE_VALUE,SVGPreserveAspectRatio:e.TYPE_VALUE,SVGRadialGradientElement:e.TYPE_VALUE,SVGRect:e.TYPE_VALUE,SVGRectElement:e.TYPE_VALUE,SVGScriptElement:e.TYPE_VALUE,SVGSetElement:e.TYPE_VALUE,SVGStopElement:e.TYPE_VALUE,SVGStringList:e.TYPE_VALUE,SVGStyleElement:e.TYPE_VALUE,SVGSVGElement:e.TYPE_VALUE,SVGSVGElementEventMap:e.TYPE,SVGSwitchElement:e.TYPE_VALUE,SVGSymbolElement: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,SVGTSpanElement:e.TYPE_VALUE,SVGUnitTypes:e.TYPE_VALUE,SVGURIReference:e.TYPE,SVGUseElement:e.TYPE_VALUE,SVGViewElement:e.TYPE_VALUE,TexImageSource:e.TYPE,Text:e.TYPE_VALUE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextEvent:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TextTrack:e.TYPE_VALUE,TextTrackCue:e.TYPE_VALUE,TextTrackCueEventMap:e.TYPE,TextTrackCueList:e.TYPE_VALUE,TextTrackEventMap:e.TYPE,TextTrackKind:e.TYPE,TextTrackList:e.TYPE_VALUE,TextTrackListEventMap:e.TYPE,TextTrackMode:e.TYPE,TimeRanges:e.TYPE_VALUE,TimerHandler:e.TYPE,ToggleEvent:e.TYPE_VALUE,ToggleEventInit:e.TYPE,Touch:e.TYPE_VALUE,TouchEvent:e.TYPE_VALUE,TouchEventInit:e.TYPE,TouchInit:e.TYPE,TouchList:e.TYPE_VALUE,TouchType:e.TYPE,TrackEvent:e.TYPE_VALUE,TrackEventInit:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,TransitionEvent:e.TYPE_VALUE,TransitionEventInit:e.TYPE,TreeWalker:e.TYPE_VALUE,UIEvent:e.TYPE_VALUE,UIEventInit:e.TYPE,Uint32List:e.TYPE,ULongRange:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,UserActivation:e.TYPE_VALUE,UserVerificationRequirement:e.TYPE,ValidityState:e.TYPE_VALUE,ValidityStateFlags:e.TYPE,VibratePattern:e.TYPE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFacingModeEnum:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCallbackMetadata:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoFrameRequestCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoPlaybackQuality:e.TYPE_VALUE,VideoTransferCharacteristics:e.TYPE,ViewTransition:e.TYPE_VALUE,ViewTransitionUpdateCallback:e.TYPE,VisualViewport:e.TYPE_VALUE,VisualViewportEventMap:e.TYPE,VoidFunction:e.TYPE,VTTCue:e.TYPE_VALUE,VTTRegion:e.TYPE_VALUE,WakeLock:e.TYPE_VALUE,WakeLockSentinel:e.TYPE_VALUE,WakeLockSentinelEventMap:e.TYPE,WakeLockType:e.TYPE,WaveShaperNode:e.TYPE_VALUE,WaveShaperOptions:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,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,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,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,WebKitCSSMatrix:e.TYPE_VALUE,webkitURL:e.TYPE_VALUE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WheelEvent:e.TYPE_VALUE,WheelEventInit:e.TYPE,Window:e.TYPE_VALUE,WindowEventHandlers:e.TYPE,WindowEventHandlersEventMap:e.TYPE,WindowEventMap:e.TYPE,WindowLocalStorage:e.TYPE,WindowOrWorkerGlobalScope:e.TYPE,WindowPostMessageOptions:e.TYPE,WindowProxy:e.TYPE,WindowSessionStorage:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,Worklet:e.TYPE_VALUE,WorkletOptions:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLDocument:e.TYPE_VALUE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE,XMLSerializer:e.TYPE_VALUE,XPathEvaluator:e.TYPE_VALUE,XPathEvaluatorBase:e.TYPE,XPathExpression:e.TYPE_VALUE,XPathNSResolver:e.TYPE,XPathResult:e.TYPE_VALUE,XSLTProcessor:e.TYPE_VALUE},Ot}n(re,"requireDom");var wt={},wl;function Te(){if(wl)return wt;wl=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom_asynciterable=void 0;const e=R();return wt.dom_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},wt}n(Te,"requireDom_asynciterable");var Mt={},Ml;function oe(){if(Ml)return Mt;Ml=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_iterable=void 0;const e=R();return Mt.dom_iterable={AbortSignal:e.TYPE,AudioParam:e.TYPE,AudioParamMap:e.TYPE,BaseAudioContext:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSKeyframesRule:e.TYPE,CSSNumericArray:e.TYPE,CSSRuleList:e.TYPE,CSSStyleDeclaration:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,CustomStateSet:e.TYPE,DataTransferItemList:e.TYPE,DOMRectList:e.TYPE,DOMStringList:e.TYPE,DOMTokenList:e.TYPE,EventCounts:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,Highlight:e.TYPE,HighlightRegistry:e.TYPE,HTMLAllCollection:e.TYPE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLFormElement:e.TYPE,HTMLSelectElement:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MediaKeyStatusMap:e.TYPE,MediaKeyStatusMapIterator:e.TYPE,MediaList:e.TYPE,MessageEvent:e.TYPE,MIDIInputMap:e.TYPE,MIDIOutput:e.TYPE,MIDIOutputMap: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,SourceBufferList:e.TYPE,SpeechRecognitionResult:e.TYPE,SpeechRecognitionResultList:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,StyleSheetList:e.TYPE,SubtleCrypto:e.TYPE,SVGLengthList:e.TYPE,SVGNumberList:e.TYPE,SVGPointList:e.TYPE,SVGStringList:e.TYPE,SVGTransformList:e.TYPE,TextTrackCueList:e.TYPE,TextTrackList:e.TYPE,TouchList:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Mt}n(oe,"requireDom_iterable");var Ut={},Ul;function Vi(){if(Ul)return Ut;Ul=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es5=void 0;const e=R(),l=oo(),i=Rl();return Ut.es5={...l.decorators,...i.decorators_legacy,Array:e.TYPE_VALUE,ArrayBuffer:e.TYPE_VALUE,ArrayBufferConstructor:e.TYPE,ArrayBufferLike:e.TYPE,ArrayBufferTypes:e.TYPE,ArrayBufferView:e.TYPE,ArrayConstructor:e.TYPE,ArrayLike:e.TYPE,Awaited:e.TYPE,Boolean:e.TYPE_VALUE,BooleanConstructor:e.TYPE,CallableFunction:e.TYPE,Capitalize:e.TYPE,ConcatArray:e.TYPE,ConstructorParameters:e.TYPE,DataView:e.TYPE_VALUE,DataViewConstructor:e.TYPE,Date:e.TYPE_VALUE,DateConstructor:e.TYPE,Error:e.TYPE_VALUE,ErrorConstructor:e.TYPE,EvalError:e.TYPE_VALUE,EvalErrorConstructor:e.TYPE,Exclude:e.TYPE,Extract:e.TYPE,Float32Array:e.TYPE_VALUE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE_VALUE,Float64ArrayConstructor:e.TYPE,Function:e.TYPE_VALUE,FunctionConstructor:e.TYPE,IArguments:e.TYPE,ImportAssertions:e.TYPE,ImportAttributes:e.TYPE,ImportCallOptions:e.TYPE,ImportMeta:e.TYPE,InstanceType:e.TYPE,Int8Array:e.TYPE_VALUE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE_VALUE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE_VALUE,Int32ArrayConstructor:e.TYPE,Intl:e.TYPE_VALUE,JSON:e.TYPE_VALUE,Lowercase:e.TYPE,Math:e.TYPE_VALUE,NewableFunction:e.TYPE,NoInfer:e.TYPE,NonNullable:e.TYPE,Number:e.TYPE_VALUE,NumberConstructor:e.TYPE,Object:e.TYPE_VALUE,ObjectConstructor:e.TYPE,Omit:e.TYPE,OmitThisParameter:e.TYPE,Parameters:e.TYPE,Partial:e.TYPE,Pick:e.TYPE,Promise:e.TYPE,PromiseConstructorLike:e.TYPE,PromiseLike:e.TYPE,PropertyDescriptor:e.TYPE,PropertyDescriptorMap:e.TYPE,PropertyKey:e.TYPE,RangeError:e.TYPE_VALUE,RangeErrorConstructor:e.TYPE,Readonly:e.TYPE,ReadonlyArray:e.TYPE,Record:e.TYPE,ReferenceError:e.TYPE_VALUE,ReferenceErrorConstructor:e.TYPE,RegExp:e.TYPE_VALUE,RegExpConstructor:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE,Required:e.TYPE,ReturnType:e.TYPE,String:e.TYPE_VALUE,StringConstructor:e.TYPE,Symbol:e.TYPE,SyntaxError:e.TYPE_VALUE,SyntaxErrorConstructor:e.TYPE,TemplateStringsArray:e.TYPE,ThisParameterType:e.TYPE,ThisType:e.TYPE,TypedPropertyDescriptor:e.TYPE,TypeError:e.TYPE_VALUE,TypeErrorConstructor:e.TYPE,Uint8Array:e.TYPE_VALUE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE_VALUE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE_VALUE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE_VALUE,Uint32ArrayConstructor:e.TYPE,Uncapitalize:e.TYPE,Uppercase:e.TYPE,URIError:e.TYPE_VALUE,URIErrorConstructor:e.TYPE,WeakKey:e.TYPE,WeakKeyTypes:e.TYPE},Ut}n(Vi,"requireEs5");var It={},xt={},Il;function ao(){if(Il)return xt;Il=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2015_collection=void 0;const e=R();return xt.es2015_collection={Map:e.TYPE_VALUE,MapConstructor:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE_VALUE,SetConstructor:e.TYPE,WeakMap:e.TYPE_VALUE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE_VALUE,WeakSetConstructor:e.TYPE},xt}n(ao,"requireEs2015_collection");var Dt={},xl;function uo(){if(xl)return Dt;xl=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2015_core=void 0;const e=R();return Dt.es2015_core={Array:e.TYPE,ArrayConstructor:e.TYPE,DateConstructor:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array: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,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Dt}n(uo,"requireEs2015_core");var Ft={},kt={},Nt={},Dl;function ae(){if(Dl)return Nt;Dl=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_symbol=void 0;const e=R();return Nt.es2015_symbol={SymbolConstructor:e.TYPE},Nt}n(ae,"requireEs2015_symbol");var Fl;function ue(){if(Fl)return kt;Fl=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_iterable=void 0;const e=R(),l=ae();return kt.es2015_iterable={...l.es2015_symbol,Array:e.TYPE,ArrayConstructor:e.TYPE,ArrayIterator:e.TYPE,BuiltinIteratorReturn:e.TYPE,Float32Array:e.TYPE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE,Float64ArrayConstructor:e.TYPE,IArguments:e.TYPE,Int8Array:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE,Int32ArrayConstructor:e.TYPE,Iterable:e.TYPE,IterableIterator:e.TYPE,Iterator:e.TYPE,IteratorObject:e.TYPE,IteratorResult:e.TYPE,IteratorReturnResult:e.TYPE,IteratorYieldResult:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,MapIterator:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,SetIterator:e.TYPE,String:e.TYPE,StringIterator:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE,Uint32ArrayConstructor:e.TYPE,WeakMap:e.TYPE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE,WeakSetConstructor:e.TYPE},kt}n(ue,"requireEs2015_iterable");var kl;function lo(){if(kl)return Ft;kl=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2015_generator=void 0;const e=R(),l=ue();return Ft.es2015_generator={...l.es2015_iterable,Generator:e.TYPE,GeneratorFunction:e.TYPE,GeneratorFunctionConstructor:e.TYPE},Ft}n(lo,"requireEs2015_generator");var jt={},Nl;function co(){if(Nl)return jt;Nl=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_promise=void 0;const e=R();return jt.es2015_promise={PromiseConstructor:e.TYPE},jt}n(co,"requireEs2015_promise");var Bt={},jl;function po(){if(jl)return Bt;jl=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_proxy=void 0;const e=R();return Bt.es2015_proxy={ProxyConstructor:e.TYPE,ProxyHandler:e.TYPE},Bt}n(po,"requireEs2015_proxy");var qt={},Bl;function fo(){if(Bl)return qt;Bl=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_reflect=void 0;const e=R();return qt.es2015_reflect={Reflect:e.TYPE_VALUE},qt}n(fo,"requireEs2015_reflect");var Gt={},ql;function qe(){if(ql)return Gt;ql=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_symbol_wellknown=void 0;const e=R(),l=ae();return Gt.es2015_symbol_wellknown={...l.es2015_symbol,Array:e.TYPE,ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE,ArrayConstructor:e.TYPE,DataView:e.TYPE,Date:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,GeneratorFunction:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,JSON:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,Math:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,String:e.TYPE,Symbol:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE,WeakMap:e.TYPE,WeakSet:e.TYPE},Gt}n(qe,"requireEs2015_symbol_wellknown");var Gl;function py(){if(Gl)return It;Gl=1,Object.defineProperty(It,"__esModule",{value:!0}),It.es6=void 0;const e=Vi(),l=ao(),i=uo(),p=lo(),c=ue(),u=co(),t=po(),r=fo(),o=ae(),a=qe();return It.es6={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...p.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},It}n(py,"requireEs6");var $t={},Wt={},$l;function Eo(){if($l)return Wt;$l=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015=void 0;const e=Vi(),l=ao(),i=uo(),p=lo(),c=ue(),u=co(),t=po(),r=fo(),o=ae(),a=qe();return Wt.es2015={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...p.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},Wt}n(Eo,"requireEs2015");var Ht={},Wl;function To(){if(Wl)return Ht;Wl=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2016_array_include=void 0;const e=R();return Ht.es2016_array_include={Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Ht}n(To,"requireEs2016_array_include");var Kt={},Hl;function Po(){if(Hl)return Kt;Hl=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2016_intl=void 0;const e=R();return Kt.es2016_intl={Intl:e.TYPE_VALUE},Kt}n(Po,"requireEs2016_intl");var Kl;function fy(){if(Kl)return $t;Kl=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es7=void 0;const e=Eo(),l=To(),i=Po();return $t.es7={...e.es2015,...l.es2016_array_include,...i.es2016_intl},$t}n(fy,"requireEs7");var Xt={},Xl;function mo(){if(Xl)return Xt;Xl=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2016=void 0;const e=Eo(),l=To(),i=Po();return Xt.es2016={...e.es2015,...l.es2016_array_include,...i.es2016_intl},Xt}n(mo,"requireEs2016");var zt={},Jt={},zl;function ne(){if(zl)return Jt;zl=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.scripthost=void 0;const e=R();return Jt.scripthost={ActiveXObject:e.TYPE_VALUE,Date:e.TYPE,DateConstructor:e.TYPE,Enumerator:e.TYPE_VALUE,EnumeratorConstructor:e.TYPE,ITextWriter:e.TYPE,SafeArray:e.TYPE_VALUE,TextStreamBase:e.TYPE,TextStreamReader:e.TYPE,TextStreamWriter:e.TYPE,VarDate:e.TYPE_VALUE,VBArray:e.TYPE_VALUE,VBArrayConstructor:e.TYPE},Jt}n(ne,"requireScripthost");var Qt={},Jl;function ie(){return Jl||(Jl=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.webworker_importscripts=void 0,Qt.webworker_importscripts={}),Qt}n(ie,"requireWebworker_importscripts");var Ql;function Ey(){if(Ql)return zt;Ql=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016_full=void 0;const e=re(),l=oe(),i=mo(),p=ne(),c=ie();return zt.es2016_full={...i.es2016,...e.dom,...c.webworker_importscripts,...p.scripthost,...l.dom_iterable},zt}n(Ey,"requireEs2016_full");var Zt={},er={},Zl;function ec(){if(Zl)return er;Zl=1,Object.defineProperty(er,"__esModule",{value:!0}),er.es2017_arraybuffer=void 0;const e=R();return er.es2017_arraybuffer={ArrayBufferConstructor:e.TYPE},er}n(ec,"requireEs2017_arraybuffer");var tr={},tc;function rc(){if(tc)return tr;tc=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017_date=void 0;const e=R();return tr.es2017_date={DateConstructor:e.TYPE},tr}n(rc,"requireEs2017_date");var rr={},nc;function ic(){if(nc)return rr;nc=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017_intl=void 0;const e=R();return rr.es2017_intl={Intl:e.TYPE_VALUE},rr}n(ic,"requireEs2017_intl");var nr={},sc;function oc(){if(sc)return nr;sc=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_object=void 0;const e=R();return nr.es2017_object={ObjectConstructor:e.TYPE},nr}n(oc,"requireEs2017_object");var ir={},ac;function uc(){if(ac)return ir;ac=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_sharedmemory=void 0;const e=R(),l=ae(),i=qe();return ir.es2017_sharedmemory={...l.es2015_symbol,...i.es2015_symbol_wellknown,ArrayBufferTypes:e.TYPE,Atomics:e.TYPE_VALUE,SharedArrayBuffer:e.TYPE_VALUE,SharedArrayBufferConstructor:e.TYPE},ir}n(uc,"requireEs2017_sharedmemory");var sr={},lc;function cc(){if(lc)return sr;lc=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_string=void 0;const e=R();return sr.es2017_string={String:e.TYPE},sr}n(cc,"requireEs2017_string");var or={},pc;function fc(){if(pc)return or;pc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_typedarrays=void 0;const e=R();return or.es2017_typedarrays={Float32ArrayConstructor:e.TYPE,Float64ArrayConstructor:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32ArrayConstructor:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32ArrayConstructor:e.TYPE},or}n(fc,"requireEs2017_typedarrays");var Ec;function yo(){if(Ec)return Zt;Ec=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.es2017=void 0;const e=mo(),l=ec(),i=rc(),p=ic(),c=oc(),u=uc(),t=cc(),r=fc();return Zt.es2017={...e.es2016,...l.es2017_arraybuffer,...i.es2017_date,...p.es2017_intl,...c.es2017_object,...u.es2017_sharedmemory,...t.es2017_string,...r.es2017_typedarrays},Zt}n(yo,"requireEs2017");var ar={},dc;function dy(){if(dc)return ar;dc=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_full=void 0;const e=re(),l=oe(),i=yo(),p=ne(),c=ie();return ar.es2017_full={...i.es2017,...e.dom,...c.webworker_importscripts,...p.scripthost,...l.dom_iterable},ar}n(dy,"requireEs2017_full");var ur={},lr={},cr={},Tc;function Ri(){if(Tc)return cr;Tc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018_asynciterable=void 0;const e=R(),l=ue(),i=ae();return cr.es2018_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},cr}n(Ri,"requireEs2018_asynciterable");var Pc;function mc(){if(Pc)return lr;Pc=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2018_asyncgenerator=void 0;const e=R(),l=Ri();return lr.es2018_asyncgenerator={...l.es2018_asynciterable,AsyncGenerator:e.TYPE,AsyncGeneratorFunction:e.TYPE,AsyncGeneratorFunctionConstructor:e.TYPE},lr}n(mc,"requireEs2018_asyncgenerator");var pr={},yc;function ho(){if(yc)return pr;yc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_intl=void 0;const e=R();return pr.es2018_intl={Intl:e.TYPE_VALUE},pr}n(ho,"requireEs2018_intl");var fr={},hc;function _c(){if(hc)return fr;hc=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_promise=void 0;const e=R();return fr.es2018_promise={Promise:e.TYPE},fr}n(_c,"requireEs2018_promise");var Er={},vc;function bc(){if(vc)return Er;vc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_regexp=void 0;const e=R();return Er.es2018_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE},Er}n(bc,"requireEs2018_regexp");var gc;function _o(){if(gc)return ur;gc=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2018=void 0;const e=yo(),l=mc(),i=Ri(),p=ho(),c=_c(),u=bc();return ur.es2018={...e.es2017,...i.es2018_asynciterable,...l.es2018_asyncgenerator,...c.es2018_promise,...u.es2018_regexp,...p.es2018_intl},ur}n(_o,"requireEs2018");var dr={},Sc;function Ty(){if(Sc)return dr;Sc=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_full=void 0;const e=re(),l=Te(),i=oe(),p=_o(),c=ne(),u=ie();return dr.es2018_full={...p.es2018,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},dr}n(Ty,"requireEs2018_full");var Tr={},Pr={},Yc;function Lc(){if(Yc)return Pr;Yc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2019_array=void 0;const e=R();return Pr.es2019_array={Array:e.TYPE,FlatArray:e.TYPE,ReadonlyArray:e.TYPE},Pr}n(Lc,"requireEs2019_array");var mr={},Ac;function Cc(){if(Ac)return mr;Ac=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019_intl=void 0;const e=R();return mr.es2019_intl={Intl:e.TYPE_VALUE},mr}n(Cc,"requireEs2019_intl");var yr={},Vc;function Rc(){if(Vc)return yr;Vc=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019_object=void 0;const e=R(),l=ue();return yr.es2019_object={...l.es2015_iterable,ObjectConstructor:e.TYPE},yr}n(Rc,"requireEs2019_object");var hr={},Oc;function wc(){if(Oc)return hr;Oc=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_string=void 0;const e=R();return hr.es2019_string={String:e.TYPE},hr}n(wc,"requireEs2019_string");var _r={},Mc;function Uc(){if(Mc)return _r;Mc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_symbol=void 0;const e=R();return _r.es2019_symbol={Symbol:e.TYPE},_r}n(Uc,"requireEs2019_symbol");var Ic;function vo(){if(Ic)return Tr;Ic=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2019=void 0;const e=_o(),l=Lc(),i=Cc(),p=Rc(),c=wc(),u=Uc();return Tr.es2019={...e.es2018,...l.es2019_array,...p.es2019_object,...c.es2019_string,...u.es2019_symbol,...i.es2019_intl},Tr}n(vo,"requireEs2019");var vr={},xc;function Py(){if(xc)return vr;xc=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_full=void 0;const e=re(),l=Te(),i=oe(),p=vo(),c=ne(),u=ie();return vr.es2019_full={...p.es2019,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},vr}n(Py,"requireEs2019_full");var br={},gr={},Sr={},Dc;function Ue(){if(Dc)return Sr;Dc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020_intl=void 0;const e=R(),l=ho();return Sr.es2020_intl={...l.es2018_intl,Intl:e.TYPE_VALUE},Sr}n(Ue,"requireEs2020_intl");var Fc;function Oi(){if(Fc)return gr;Fc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2020_bigint=void 0;const e=R(),l=Ue();return gr.es2020_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},gr}n(Oi,"requireEs2020_bigint");var Yr={},kc;function Nc(){if(kc)return Yr;kc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_date=void 0;const e=R(),l=Ue();return Yr.es2020_date={...l.es2020_intl,Date:e.TYPE},Yr}n(Nc,"requireEs2020_date");var Lr={},jc;function Bc(){if(jc)return Lr;jc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_number=void 0;const e=R(),l=Ue();return Lr.es2020_number={...l.es2020_intl,Number:e.TYPE},Lr}n(Bc,"requireEs2020_number");var Ar={},qc;function Gc(){if(qc)return Ar;qc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_promise=void 0;const e=R();return Ar.es2020_promise={PromiseConstructor:e.TYPE,PromiseFulfilledResult:e.TYPE,PromiseRejectedResult:e.TYPE,PromiseSettledResult:e.TYPE},Ar}n(Gc,"requireEs2020_promise");var Cr={},$c;function Wc(){if($c)return Cr;$c=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_sharedmemory=void 0;const e=R(),l=Oi();return Cr.es2020_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE},Cr}n(Wc,"requireEs2020_sharedmemory");var Vr={},Rr={},Hc;function bo(){if(Hc)return Rr;Hc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_symbol_wellknown=void 0;const e=R(),l=ue(),i=ae();return Rr.es2020_symbol_wellknown={...l.es2015_iterable,...i.es2015_symbol,RegExp:e.TYPE,RegExpStringIterator:e.TYPE,SymbolConstructor:e.TYPE},Rr}n(bo,"requireEs2020_symbol_wellknown");var Kc;function Xc(){if(Kc)return Vr;Kc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_string=void 0;const e=R(),l=ue(),i=Ue(),p=bo();return Vr.es2020_string={...l.es2015_iterable,...i.es2020_intl,...p.es2020_symbol_wellknown,String:e.TYPE},Vr}n(Xc,"requireEs2020_string");var zc;function go(){if(zc)return br;zc=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2020=void 0;const e=vo(),l=Oi(),i=Nc(),p=Ue(),c=Bc(),u=Gc(),t=Wc(),r=Xc(),o=bo();return br.es2020={...e.es2019,...l.es2020_bigint,...i.es2020_date,...c.es2020_number,...u.es2020_promise,...t.es2020_sharedmemory,...r.es2020_string,...o.es2020_symbol_wellknown,...p.es2020_intl},br}n(go,"requireEs2020");var Or={},Jc;function my(){if(Jc)return Or;Jc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_full=void 0;const e=re(),l=Te(),i=oe(),p=go(),c=ne(),u=ie();return Or.es2020_full={...p.es2020,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Or}n(my,"requireEs2020_full");var wr={},Mr={},Qc;function Zc(){if(Qc)return Mr;Qc=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021_intl=void 0;const e=R();return Mr.es2021_intl={Intl:e.TYPE_VALUE},Mr}n(Zc,"requireEs2021_intl");var Ur={},ep;function So(){if(ep)return Ur;ep=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_promise=void 0;const e=R();return Ur.es2021_promise={AggregateError:e.TYPE_VALUE,AggregateErrorConstructor:e.TYPE,PromiseConstructor:e.TYPE},Ur}n(So,"requireEs2021_promise");var Ir={},tp;function rp(){if(tp)return Ir;tp=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_string=void 0;const e=R();return Ir.es2021_string={String:e.TYPE},Ir}n(rp,"requireEs2021_string");var xr={},np;function ip(){if(np)return xr;np=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_weakref=void 0;const e=R(),l=qe();return xr.es2021_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},xr}n(ip,"requireEs2021_weakref");var sp;function Yo(){if(sp)return wr;sp=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2021=void 0;const e=go(),l=Zc(),i=So(),p=rp(),c=ip();return wr.es2021={...e.es2020,...i.es2021_promise,...p.es2021_string,...c.es2021_weakref,...l.es2021_intl},wr}n(Yo,"requireEs2021");var Dr={},op;function yy(){if(op)return Dr;op=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2021_full=void 0;const e=re(),l=Te(),i=oe(),p=Yo(),c=ne(),u=ie();return Dr.es2021_full={...p.es2021,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Dr}n(yy,"requireEs2021_full");var Fr={},kr={},ap;function up(){if(ap)return kr;ap=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022_array=void 0;const e=R();return kr.es2022_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},kr}n(up,"requireEs2022_array");var Nr={},lp;function cp(){if(lp)return Nr;lp=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_error=void 0;const e=R(),l=So();return Nr.es2022_error={...l.es2021_promise,AggregateErrorConstructor:e.TYPE,Error:e.TYPE,ErrorConstructor:e.TYPE,ErrorOptions:e.TYPE,EvalErrorConstructor:e.TYPE,RangeErrorConstructor:e.TYPE,ReferenceErrorConstructor:e.TYPE,SyntaxErrorConstructor:e.TYPE,TypeErrorConstructor:e.TYPE,URIErrorConstructor:e.TYPE},Nr}n(cp,"requireEs2022_error");var jr={},pp;function fp(){if(pp)return jr;pp=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_intl=void 0;const e=R();return jr.es2022_intl={Intl:e.TYPE_VALUE},jr}n(fp,"requireEs2022_intl");var Br={},Ep;function dp(){if(Ep)return Br;Ep=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_object=void 0;const e=R();return Br.es2022_object={ObjectConstructor:e.TYPE},Br}n(dp,"requireEs2022_object");var qr={},Tp;function Pp(){if(Tp)return qr;Tp=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_regexp=void 0;const e=R();return qr.es2022_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpIndicesArray:e.TYPE,RegExpMatchArray:e.TYPE},qr}n(Pp,"requireEs2022_regexp");var Gr={},mp;function yp(){if(mp)return Gr;mp=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_string=void 0;const e=R();return Gr.es2022_string={String:e.TYPE},Gr}n(yp,"requireEs2022_string");var hp;function Lo(){if(hp)return Fr;hp=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2022=void 0;const e=Yo(),l=up(),i=cp(),p=fp(),c=dp(),u=Pp(),t=yp();return Fr.es2022={...e.es2021,...l.es2022_array,...i.es2022_error,...p.es2022_intl,...c.es2022_object,...u.es2022_regexp,...t.es2022_string},Fr}n(Lo,"requireEs2022");var $r={},_p;function hy(){if(_p)return $r;_p=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_full=void 0;const e=re(),l=Te(),i=oe(),p=Lo(),c=ne(),u=ie();return $r.es2022_full={...p.es2022,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},$r}n(hy,"requireEs2022_full");var Wr={},Hr={},vp;function bp(){if(vp)return Hr;vp=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2023_array=void 0;const e=R();return Hr.es2023_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Hr}n(bp,"requireEs2023_array");var Kr={},gp;function Sp(){if(gp)return Kr;gp=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023_collection=void 0;const e=R();return Kr.es2023_collection={WeakKeyTypes:e.TYPE},Kr}n(Sp,"requireEs2023_collection");var Xr={},Yp;function Lp(){if(Yp)return Xr;Yp=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023_intl=void 0;const e=R();return Xr.es2023_intl={Intl:e.TYPE_VALUE},Xr}n(Lp,"requireEs2023_intl");var Ap;function Ao(){if(Ap)return Wr;Ap=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2023=void 0;const e=Lo(),l=bp(),i=Sp(),p=Lp();return Wr.es2023={...e.es2022,...l.es2023_array,...i.es2023_collection,...p.es2023_intl},Wr}n(Ao,"requireEs2023");var zr={},Cp;function _y(){if(Cp)return zr;Cp=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_full=void 0;const e=re(),l=Te(),i=oe(),p=Ao(),c=ne(),u=ie();return zr.es2023_full={...p.es2023,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},zr}n(_y,"requireEs2023_full");var Jr={},Qr={},Vp;function Rp(){if(Vp)return Qr;Vp=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2024_arraybuffer=void 0;const e=R();return Qr.es2024_arraybuffer={ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE},Qr}n(Rp,"requireEs2024_arraybuffer");var Zr={},Op;function Co(){if(Op)return Zr;Op=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024_collection=void 0;const e=R();return Zr.es2024_collection={MapConstructor:e.TYPE},Zr}n(Co,"requireEs2024_collection");var en={},wp;function Mp(){if(wp)return en;wp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.es2024_object=void 0;const e=R();return en.es2024_object={ObjectConstructor:e.TYPE},en}n(Mp,"requireEs2024_object");var tn={},Up;function Ip(){if(Up)return tn;Up=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.es2024_promise=void 0;const e=R();return tn.es2024_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},tn}n(Ip,"requireEs2024_promise");var rn={},xp;function Dp(){if(xp)return rn;xp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.es2024_regexp=void 0;const e=R();return rn.es2024_regexp={RegExp:e.TYPE},rn}n(Dp,"requireEs2024_regexp");var nn={},Fp;function kp(){if(Fp)return nn;Fp=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.es2024_sharedmemory=void 0;const e=R(),l=Oi();return nn.es2024_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE,SharedArrayBuffer:e.TYPE,SharedArrayBufferConstructor:e.TYPE},nn}n(kp,"requireEs2024_sharedmemory");var sn={},Np;function jp(){if(Np)return sn;Np=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.es2024_string=void 0;const e=R();return sn.es2024_string={String:e.TYPE},sn}n(jp,"requireEs2024_string");var Bp;function Vo(){if(Bp)return Jr;Bp=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2024=void 0;const e=Ao(),l=Rp(),i=Co(),p=Mp(),c=Ip(),u=Dp(),t=kp(),r=jp();return Jr.es2024={...e.es2023,...l.es2024_arraybuffer,...i.es2024_collection,...p.es2024_object,...c.es2024_promise,...u.es2024_regexp,...t.es2024_sharedmemory,...r.es2024_string},Jr}n(Vo,"requireEs2024");var on={},qp;function vy(){if(qp)return on;qp=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_full=void 0;const e=re(),l=Te(),i=oe(),p=Vo(),c=ne(),u=ie();return on.es2024_full={...p.es2024,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},on}n(vy,"requireEs2024_full");var an={},un={},Gp;function $p(){if(Gp)return un;Gp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext_array=void 0;const e=R();return un.esnext_array={ArrayConstructor:e.TYPE},un}n($p,"requireEsnext_array");var ln={},Wp;function Hp(){if(Wp)return ln;Wp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_collection=void 0;const e=R(),l=Co();return ln.esnext_collection={...l.es2024_collection,ReadonlySet:e.TYPE,ReadonlySetLike:e.TYPE,Set:e.TYPE},ln}n(Hp,"requireEsnext_collection");var cn={},Kp;function Xp(){if(Kp)return cn;Kp=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.esnext_decorators=void 0;const e=R(),l=oo(),i=ae();return cn.esnext_decorators={...i.es2015_symbol,...l.decorators,Function:e.TYPE,SymbolConstructor:e.TYPE},cn}n(Xp,"requireEsnext_decorators");var pn={},zp;function Jp(){if(zp)return pn;zp=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_disposable=void 0;const e=R(),l=ue(),i=ae(),p=Ri();return pn.esnext_disposable={...i.es2015_symbol,...l.es2015_iterable,...p.es2018_asynciterable,AsyncDisposable:e.TYPE,AsyncDisposableStack:e.TYPE_VALUE,AsyncDisposableStackConstructor:e.TYPE,AsyncIteratorObject:e.TYPE,Disposable:e.TYPE,DisposableStack:e.TYPE_VALUE,DisposableStackConstructor:e.TYPE,IteratorObject:e.TYPE,SuppressedError:e.TYPE_VALUE,SuppressedErrorConstructor:e.TYPE,SymbolConstructor:e.TYPE},pn}n(Jp,"requireEsnext_disposable");var fn={},Qp;function Zp(){if(Qp)return fn;Qp=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_intl=void 0;const e=R();return fn.esnext_intl={Intl:e.TYPE_VALUE},fn}n(Zp,"requireEsnext_intl");var En={},ef;function tf(){if(ef)return En;ef=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_iterator=void 0;const e=R(),l=ue();return En.esnext_iterator={...l.es2015_iterable,Iterator:e.TYPE_VALUE,IteratorObjectConstructor:e.TYPE},En}n(tf,"requireEsnext_iterator");var rf;function nf(){if(rf)return an;rf=1,Object.defineProperty(an,"__esModule",{value:!0}),an.esnext=void 0;const e=Vo(),l=$p(),i=Hp(),p=Xp(),c=Jp(),u=Zp(),t=tf();return an.esnext={...e.es2024,...u.esnext_intl,...p.esnext_decorators,...c.esnext_disposable,...i.esnext_collection,...l.esnext_array,...t.esnext_iterator},an}n(nf,"requireEsnext");var dn={},sf;function by(){if(sf)return dn;sf=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.esnext_asynciterable=void 0;const e=R(),l=ue(),i=ae();return dn.esnext_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},dn}n(by,"requireEsnext_asynciterable");var Tn={},of;function gy(){if(of)return Tn;of=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_bigint=void 0;const e=R(),l=Ue();return Tn.esnext_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},Tn}n(gy,"requireEsnext_bigint");var Pn={},af;function Sy(){if(af)return Pn;af=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.esnext_full=void 0;const e=re(),l=Te(),i=oe(),p=nf(),c=ne(),u=ie();return Pn.esnext_full={...p.esnext,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Pn}n(Sy,"requireEsnext_full");var mn={},uf;function Yy(){if(uf)return mn;uf=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_object=void 0;const e=R();return mn.esnext_object={ObjectConstructor:e.TYPE},mn}n(Yy,"requireEsnext_object");var yn={},lf;function Ly(){if(lf)return yn;lf=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.esnext_promise=void 0;const e=R();return yn.esnext_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},yn}n(Ly,"requireEsnext_promise");var hn={},cf;function Ay(){if(cf)return hn;cf=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.esnext_regexp=void 0;const e=R();return hn.esnext_regexp={RegExp:e.TYPE},hn}n(Ay,"requireEsnext_regexp");var _n={},pf;function Cy(){if(pf)return _n;pf=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_string=void 0;const e=R();return _n.esnext_string={String:e.TYPE},_n}n(Cy,"requireEsnext_string");var vn={},ff;function Vy(){if(ff)return vn;ff=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.esnext_symbol=void 0;const e=R();return vn.esnext_symbol={Symbol:e.TYPE},vn}n(Vy,"requireEsnext_symbol");var bn={},Ef;function Ry(){if(Ef)return bn;Ef=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_weakref=void 0;const e=R(),l=qe();return bn.esnext_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},bn}n(Ry,"requireEsnext_weakref");var gn={},df;function Oy(){if(df)return gn;df=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.lib=void 0;const e=re(),l=Vi(),i=ne(),p=ie();return gn.lib={...l.es5,...e.dom,...p.webworker_importscripts,...i.scripthost},gn}n(Oy,"requireLib$1");var Sn={},Tf;function wy(){if(Tf)return Sn;Tf=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.webworker=void 0;const e=R();return Sn.webworker={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,ANGLE_instanced_arrays:e.TYPE,AnimationFrameProvider:e.TYPE,AudioConfiguration:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioSampleFormat:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BigInteger:e.TYPE,BinaryType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,Client:e.TYPE_VALUE,ClientQueryOptions:e.TYPE,Clients:e.TYPE_VALUE,ClientTypes:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,Console:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSSImageValue:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,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,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,DecompressionStream:e.TYPE_VALUE,DedicatedWorkerGlobalScope:e.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:e.TYPE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EpochTimeStamp:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget: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_shader_texture_lod:e.TYPE,EXT_sRGB: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,ExtendableEvent:e.TYPE_VALUE,ExtendableEventInit:e.TYPE,ExtendableMessageEvent:e.TYPE_VALUE,ExtendableMessageEventInit:e.TYPE,FetchEvent:e.TYPE_VALUE,FetchEventInit:e.TYPE,File:e.TYPE_VALUE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileReaderSync:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemReadWriteOptions:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemSyncAccessHandle:e.TYPE_VALUE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,Float32List:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FrameRequestCallback:e.TYPE,FrameType:e.TYPE,GenericTransformStream:e.TYPE,GetNotificationOptions: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,GlobalCompositeOperation:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyGenParams:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,Int32List:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyFormat:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LatencyMode:e.TYPE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStreamTrackProcessor:e.TYPE_VALUE,MediaStreamTrackProcessorInit:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MultiCacheQueryOptions:e.TYPE,NamedCurve:e.TYPE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorStorage:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEvent:e.TYPE_VALUE,NotificationEventInit:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,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,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OVR_multiview2:e.TYPE,Path2D:e.TYPE_VALUE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PlaneLayout:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PushEncryptionKeyName:e.TYPE,PushEvent:e.TYPE_VALUE,PushEventInit:e.TYPE,PushManager:e.TYPE_VALUE,PushMessageData:e.TYPE_VALUE,PushMessageDataInit:e.TYPE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCRtpScriptTransformer:e.TYPE_VALUE,RTCTransformEvent:e.TYPE_VALUE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerGlobalScope:e.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,SharedWorkerGlobalScope:e.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:e.TYPE,StorageEstimate:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StylePropertyMapReadOnly:e.TYPE_VALUE,SubtleCrypto:e.TYPE_VALUE,TexImageSource:e.TYPE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TimerHandler:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,Uint32List:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoTransferCharacteristics:e.TYPE,VoidFunction:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,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,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,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,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WindowClient:e.TYPE_VALUE,WindowOrWorkerGlobalScope:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerGlobalScope:e.TYPE_VALUE,WorkerGlobalScopeEventMap:e.TYPE,WorkerLocation:e.TYPE_VALUE,WorkerNavigator:e.TYPE_VALUE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE},Sn}n(wy,"requireWebworker");var Yn={},Pf;function My(){if(Pf)return Yn;Pf=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.webworker_asynciterable=void 0;const e=R();return Yn.webworker_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Yn}n(My,"requireWebworker_asynciterable");var Ln={},mf;function Uy(){if(mf)return Ln;mf=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.webworker_iterable=void 0;const e=R();return Ln.webworker_iterable={AbortSignal:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSNumericArray:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,DOMStringList:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MessageEvent:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,SubtleCrypto:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Ln}n(Uy,"requireWebworker_iterable");var yf;function Iy(){if(yf)return Ct;yf=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.lib=void 0;const e=oo(),l=Rl(),i=re(),p=Te(),c=oe(),u=Vi(),t=py(),r=fy(),o=Eo(),a=ao(),E=uo(),T=lo(),P=ue(),s=co(),f=po(),d=fo(),y=ae(),m=qe(),b=mo(),Y=To(),h=Ey(),L=Po(),V=yo(),O=ec(),w=rc(),N=dy(),D=ic(),M=oc(),k=uc(),U=cc(),B=fc(),z=_o(),$=mc(),H=Ri(),Q=Ty(),Z=ho(),Le=_c(),Ie=bc(),le=vo(),Mi=Lc(),ai=Py(),W=Cc(),$e=Rc(),We=wc(),Ae=Uc(),Ce=go(),ui=Oi(),Ui=Nc(),Ii=my(),li=Ue(),xi=Bc(),ci=Gc(),Di=Wc(),pi=Xc(),Fi=bo(),fi=Yo(),ki=yy(),Ni=Zc(),ji=So(),Ei=rp(),Bi=ip(),pe=Lo(),G=up(),fe=cp(),me=hy(),xe=fp(),qi=dp(),di=Pp(),Gi=yp(),ye=Ao(),$i=bp(),Wi=Sp(),v=_y(),g=Lp(),_=Vo(),S=Rp(),C=Co(),A=vy(),I=Mp(),q=Ip(),ee=Dp(),Ti=kp(),Ve=jp(),gE=nf(),SE=$p(),YE=by(),LE=gy(),AE=Hp(),CE=Xp(),VE=Jp(),RE=Sy(),OE=Zp(),wE=tf(),ME=Yy(),UE=Ly(),IE=Ay(),xE=Cy(),DE=Vy(),FE=Ry(),kE=Oy(),NE=ne(),jE=wy(),BE=My(),qE=ie(),GE=Uy(),$E={decorators:e.decorators,"decorators.legacy":l.decorators_legacy,dom:i.dom,"dom.asynciterable":p.dom_asynciterable,"dom.iterable":c.dom_iterable,es5:u.es5,es6:t.es6,es7:r.es7,es2015:o.es2015,"es2015.collection":a.es2015_collection,"es2015.core":E.es2015_core,"es2015.generator":T.es2015_generator,"es2015.iterable":P.es2015_iterable,"es2015.promise":s.es2015_promise,"es2015.proxy":f.es2015_proxy,"es2015.reflect":d.es2015_reflect,"es2015.symbol":y.es2015_symbol,"es2015.symbol.wellknown":m.es2015_symbol_wellknown,es2016:b.es2016,"es2016.array.include":Y.es2016_array_include,"es2016.full":h.es2016_full,"es2016.intl":L.es2016_intl,es2017:V.es2017,"es2017.arraybuffer":O.es2017_arraybuffer,"es2017.date":w.es2017_date,"es2017.full":N.es2017_full,"es2017.intl":D.es2017_intl,"es2017.object":M.es2017_object,"es2017.sharedmemory":k.es2017_sharedmemory,"es2017.string":U.es2017_string,"es2017.typedarrays":B.es2017_typedarrays,es2018:z.es2018,"es2018.asyncgenerator":$.es2018_asyncgenerator,"es2018.asynciterable":H.es2018_asynciterable,"es2018.full":Q.es2018_full,"es2018.intl":Z.es2018_intl,"es2018.promise":Le.es2018_promise,"es2018.regexp":Ie.es2018_regexp,es2019:le.es2019,"es2019.array":Mi.es2019_array,"es2019.full":ai.es2019_full,"es2019.intl":W.es2019_intl,"es2019.object":$e.es2019_object,"es2019.string":We.es2019_string,"es2019.symbol":Ae.es2019_symbol,es2020:Ce.es2020,"es2020.bigint":ui.es2020_bigint,"es2020.date":Ui.es2020_date,"es2020.full":Ii.es2020_full,"es2020.intl":li.es2020_intl,"es2020.number":xi.es2020_number,"es2020.promise":ci.es2020_promise,"es2020.sharedmemory":Di.es2020_sharedmemory,"es2020.string":pi.es2020_string,"es2020.symbol.wellknown":Fi.es2020_symbol_wellknown,es2021:fi.es2021,"es2021.full":ki.es2021_full,"es2021.intl":Ni.es2021_intl,"es2021.promise":ji.es2021_promise,"es2021.string":Ei.es2021_string,"es2021.weakref":Bi.es2021_weakref,es2022:pe.es2022,"es2022.array":G.es2022_array,"es2022.error":fe.es2022_error,"es2022.full":me.es2022_full,"es2022.intl":xe.es2022_intl,"es2022.object":qi.es2022_object,"es2022.regexp":di.es2022_regexp,"es2022.string":Gi.es2022_string,es2023:ye.es2023,"es2023.array":$i.es2023_array,"es2023.collection":Wi.es2023_collection,"es2023.full":v.es2023_full,"es2023.intl":g.es2023_intl,es2024:_.es2024,"es2024.arraybuffer":S.es2024_arraybuffer,"es2024.collection":C.es2024_collection,"es2024.full":A.es2024_full,"es2024.object":I.es2024_object,"es2024.promise":q.es2024_promise,"es2024.regexp":ee.es2024_regexp,"es2024.sharedmemory":Ti.es2024_sharedmemory,"es2024.string":Ve.es2024_string,esnext:gE.esnext,"esnext.array":SE.esnext_array,"esnext.asynciterable":YE.esnext_asynciterable,"esnext.bigint":LE.esnext_bigint,"esnext.collection":AE.esnext_collection,"esnext.decorators":CE.esnext_decorators,"esnext.disposable":VE.esnext_disposable,"esnext.full":RE.esnext_full,"esnext.intl":OE.esnext_intl,"esnext.iterator":wE.esnext_iterator,"esnext.object":ME.esnext_object,"esnext.promise":UE.esnext_promise,"esnext.regexp":IE.esnext_regexp,"esnext.string":xE.esnext_string,"esnext.symbol":DE.esnext_symbol,"esnext.weakref":FE.esnext_weakref,lib:kE.lib,scripthost:NE.scripthost,webworker:jE.webworker,"webworker.asynciterable":BE.webworker_asynciterable,"webworker.importscripts":qE.webworker_importscripts,"webworker.iterable":GE.webworker_iterable};return Ct.lib=$E,Ct}n(Iy,"requireLib");var An={},Cn={},Vn={},Rn={},On={},Pe={},hf;function Ro(){if(hf)return Pe;hf=1,Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.ReferenceTypeFlag=Pe.ReferenceFlag=Pe.Reference=void 0;const e=Ci();var l;(function(u){u[u.Read=1]="Read",u[u.Write=2]="Write",u[u.ReadWrite=3]="ReadWrite"})(l||(Pe.ReferenceFlag=l={}));const i=(0,e.createIdGenerator)();var p;(function(u){u[u.Value=1]="Value",u[u.Type=2]="Type"})(p||(Pe.ReferenceTypeFlag=p={}));let c=class{static{n(this,"Reference")}$id=i();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,r,o,a,E,T,P=p.Value){this.identifier=t,this.from=r,this.resolved=null,this.#e=o,this.isWrite()&&(this.writeExpr=a,this.init=T),this.maybeImplicitGlobal=E,this.#t=P}get isTypeReference(){return(this.#t&p.Type)!==0}get isValueReference(){return(this.#t&p.Value)!==0}isWrite(){return!!(this.#e&l.Write)}isRead(){return!!(this.#e&l.Read)}isReadOnly(){return this.#e===l.Read}isWriteOnly(){return this.#e===l.Write}isReadWrite(){return this.#e===l.ReadWrite}};return Pe.Reference=c,Pe}n(Ro,"requireReference");var Oo={},wn={},Mn={},_f;function vf(){if(_f)return Mn;_f=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.VariableBase=void 0;const l=(0,Ci().createIdGenerator)();let i=class{static{n(this,"VariableBase")}$id=l();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(c,u){this.name=c,this.scope=u}};return Mn.VariableBase=i,Mn}n(vf,"requireVariableBase");var bf;function gf(){if(bf)return wn;bf=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.ESLintScopeVariable=void 0;const e=vf();let l=class extends e.VariableBase{static{n(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return wn.ESLintScopeVariable=l,wn}n(gf,"requireESLintScopeVariable");var Un={},Sf;function xy(){if(Sf)return Un;Sf=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.ImplicitLibVariable=void 0;const e=gf();let l=class extends e.ESLintScopeVariable{static{n(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(p,c,{eslintImplicitGlobalSetting:u,isTypeVariable:t,isValueVariable:r,writeable:o}){super(c,p),this.isTypeVariable=t??!1,this.isValueVariable=r??!1,this.writeable=o??!1,this.eslintImplicitGlobalSetting=u??"readonly"}};return Un.ImplicitLibVariable=l,Un}n(xy,"requireImplicitLibVariable");var In={},Yf;function Dy(){if(Yf)return In;Yf=1,Object.defineProperty(In,"__esModule",{value:!0}),In.Variable=void 0;const e=vf();let l=class extends e.VariableBase{static{n(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 In.Variable=l,In}n(Dy,"requireVariable$1");var Lf;function wo(){return Lf||(Lf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var l=gf();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:n(function(){return l.ESLintScopeVariable},"get")});var i=xy();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:n(function(){return i.ImplicitLibVariable},"get")});var p=Dy();Object.defineProperty(e,"Variable",{enumerable:!0,get:n(function(){return p.Variable},"get")})}(Oo)),Oo}n(wo,"requireVariable");var xn={},Af;function X(){if(Af)return xn;Af=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.ScopeType=void 0;var e;return function(l){l.block="block",l.catch="catch",l.class="class",l.classFieldInitializer="class-field-initializer",l.classStaticBlock="class-static-block",l.conditionalType="conditionalType",l.for="for",l.function="function",l.functionExpressionName="function-expression-name",l.functionType="functionType",l.global="global",l.mappedType="mappedType",l.module="module",l.switch="switch",l.tsEnum="tsEnum",l.tsModule="tsModule",l.type="type",l.with="with"}(e||(xn.ScopeType=e={})),xn}n(X,"requireScopeType");var Cf;function J(){if(Cf)return On;Cf=1,Object.defineProperty(On,"__esModule",{value:!0}),On.ScopeBase=void 0;const e=Ee(),l=ft(),i=Me(),p=Ci(),c=Ro(),u=wo(),t=X();function r(P,s,f){let d;if(P.upper?.isStrict||f||P.type===t.ScopeType.class||P.type===t.ScopeType.conditionalType||P.type===t.ScopeType.functionType||P.type===t.ScopeType.mappedType||P.type===t.ScopeType.module||P.type===t.ScopeType.tsEnum||P.type===t.ScopeType.tsModule||P.type===t.ScopeType.type)return!0;if(P.type===t.ScopeType.block||P.type===t.ScopeType.switch)return!1;if(P.type===t.ScopeType.function){const y=s;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(P.type===t.ScopeType.global)d=s;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 m=y.expression;if(m.type!==e.AST_NODE_TYPES.Literal)break;if(m.raw==='"use strict"'||m.raw==="'use strict'"||m.value==="use strict")return!0}return!1}n(r,"isStrictScope");function o(P,s){P.scopes.push(s);const f=P.nodeToScope.get(s.block);f?f.push(s):P.nodeToScope.set(s.block,[s])}n(o,"registerScope");const a=(0,p.createIdGenerator)(),E=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let T=class{static{n(this,"ScopeBase")}$id=a();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=n(s=>{let f=this;do f.through.push(s),f=f.upper;while(f)},"#dynamicCloseRef");#o=n((s,f)=>{this.shouldStaticallyCloseForGlobal(s,f)?this.#m(s):this.#n(s)},"#globalCloseRef");#m=n(s=>{n(()=>{const d=s.identifier.name,y=this.set.get(d);if(!y||!this.isValidResolution(s,y))return!1;const m=s.isTypeReference&&y.isTypeVariable,b=s.isValueReference&&y.isValueVariable;return!m&&!b?!1:(y.references.push(s),s.resolved=y,!0)},"resolve")()||this.delegateToUpperScope(s)},"#staticCloseRef");variableScope;constructor(s,f,d,y,m){const b=d;this.type=f,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=y,this.variableScope=this.isVariableScope()?this:b.variableScope,this.upper=d,this.isStrict=r(this,y,m),b?.childScopes.push(this),this.#e=s.declaredVariables,o(s,this)}isVariableScope(){return E.has(this.type)}shouldStaticallyCloseForGlobal(s,f){const d=s.identifier.name,y=this.set.get(d);if(!y)return!1;if(f.isModule())return!0;const m=y.defs;return m.length>0&&m.every(b=>!(b.type===i.DefinitionType.Variable&&b.parent.kind==="var"))}close(s){let f;return this.shouldStaticallyClose()?f=this.#m:this.type!=="global"?f=this.#n:f=this.#o,(0,l.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>f(d,s)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(s,f,d,y,m){const b=typeof s=="string"?s:s.name;let Y=f.get(b);Y||(Y=typeof s=="string"?new u.Variable(b,this):s,f.set(b,Y),d.push(Y)),m&&(Y.defs.push(m),this.addDeclaredVariablesOfNode(Y,m.node),this.addDeclaredVariablesOfNode(Y,m.parent)),y&&Y.identifiers.push(y)}delegateToUpperScope(s){this.upper?.leftToResolve?.push(s),this.through.push(s)}isValidResolution(s,f){return!0}addDeclaredVariablesOfNode(s,f){if(f==null)return;let d=this.#e.get(f);d==null&&(d=[],this.#e.set(f,d)),d.includes(s)||d.push(s)}defineIdentifier(s,f){this.defineVariable(s.name,this.set,this.variables,s,f)}defineLiteralIdentifier(s,f){this.defineVariable(s.value,this.set,this.variables,null,f)}referenceDualValueType(s){const f=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type|c.ReferenceTypeFlag.Value);this.references.push(f),this.leftToResolve?.push(f)}referenceType(s){const f=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type);this.references.push(f),this.leftToResolve?.push(f)}referenceValue(s,f=c.ReferenceFlag.Read,d,y,m=!1){const b=new c.Reference(s,this,f,d,y,m,c.ReferenceTypeFlag.Value);this.references.push(b),this.leftToResolve?.push(b)}};return On.ScopeBase=T,On}n(J,"requireScopeBase");var Vf;function Fy(){if(Vf)return Rn;Vf=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.BlockScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"BlockScope")}constructor(c,u,t){super(c,l.ScopeType.block,u,t,!1)}};return Rn.BlockScope=i,Rn}n(Fy,"requireBlockScope");var Dn={},Rf;function ky(){if(Rf)return Dn;Rf=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.CatchScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"CatchScope")}constructor(c,u,t){super(c,l.ScopeType.catch,u,t,!1)}};return Dn.CatchScope=i,Dn}n(ky,"requireCatchScope");var Fn={},Of;function wf(){if(Of)return Fn;Of=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.ClassFieldInitializerScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassFieldInitializerScope")}constructor(c,u,t){super(c,l.ScopeType.classFieldInitializer,u,t,!1)}};return Fn.ClassFieldInitializerScope=i,Fn}n(wf,"requireClassFieldInitializerScope");var kn={},Mf;function Ny(){if(Mf)return kn;Mf=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ClassScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassScope")}constructor(c,u,t){super(c,l.ScopeType.class,u,t,!1)}};return kn.ClassScope=i,kn}n(Ny,"requireClassScope");var Nn={},Uf;function jy(){if(Uf)return Nn;Uf=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ConditionalTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ConditionalTypeScope")}constructor(c,u,t){super(c,l.ScopeType.conditionalType,u,t,!1)}};return Nn.ConditionalTypeScope=i,Nn}n(jy,"requireConditionalTypeScope");var jn={},If;function By(){if(If)return jn;If=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.ForScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ForScope")}constructor(c,u,t){super(c,l.ScopeType.for,u,t,!1)}};return jn.ForScope=i,jn}n(By,"requireForScope");var Bn={},xf;function qy(){if(xf)return Bn;xf=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.FunctionExpressionNameScope=void 0;const e=Me(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(u,t,r){super(u,i.ScopeType.functionExpressionName,t,r,!1),r.id&&this.defineIdentifier(r.id,new e.FunctionNameDefinition(r.id,r)),this.functionExpressionScope=!0}};return Bn.FunctionExpressionNameScope=p,Bn}n(qy,"requireFunctionExpressionNameScope");var qn={},Df;function Gy(){if(Df)return qn;Df=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.FunctionScope=void 0;const e=Ee(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"FunctionScope")}constructor(u,t,r,o){super(u,i.ScopeType.function,t,r,o),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(u,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const r=this.block.body?.range[0]??-1;return!(t.scope===this&&u.identifier.range[0]<r&&t.defs.every(o=>o.name.range[0]>=r))}};return qn.FunctionScope=p,qn}n(Gy,"requireFunctionScope");var Gn={},Ff;function $y(){if(Ff)return Gn;Ff=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FunctionTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"FunctionTypeScope")}constructor(c,u,t){super(c,l.ScopeType.functionType,u,t,!1)}};return Gn.FunctionTypeScope=i,Gn}n($y,"requireFunctionTypeScope");var $n={},kf;function Wy(){if(kf)return $n;kf=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.GlobalScope=void 0;const e=Ee(),l=ft(),i=yl(),p=wo(),c=J(),u=X();let t=class extends c.ScopeBase{static{n(this,"GlobalScope")}implicit;constructor(o,a){super(o,u.ScopeType.global,null,a,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(o){(0,l.assert)(this.leftToResolve);for(const a of this.leftToResolve)if(a.maybeImplicitGlobal&&!this.set.has(a.identifier.name)){const E=a.maybeImplicitGlobal,T=E.pattern;T.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(T.name,this.implicit.set,this.implicit.variables,T,new i.ImplicitGlobalVariableDefinition(E.pattern,E.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(o)}defineImplicitVariable(o,a){this.defineVariable(new p.ImplicitLibVariable(this,o,a),this.set,this.variables,null,null)}};return $n.GlobalScope=t,$n}n(Wy,"requireGlobalScope");var Wn={},Nf;function Hy(){if(Nf)return Wn;Nf=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.MappedTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"MappedTypeScope")}constructor(c,u,t){super(c,l.ScopeType.mappedType,u,t,!1)}};return Wn.MappedTypeScope=i,Wn}n(Hy,"requireMappedTypeScope");var Hn={},jf;function Ky(){if(jf)return Hn;jf=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.ModuleScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ModuleScope")}constructor(c,u,t){super(c,l.ScopeType.module,u,t,!1)}};return Hn.ModuleScope=i,Hn}n(Ky,"requireModuleScope");var Mo={},Bf;function Xy(){return Bf||(Bf=1,Object.defineProperty(Mo,"__esModule",{value:!0})),Mo}n(Xy,"requireScope$2");var Kn={},qf;function zy(){if(qf)return Kn;qf=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.SwitchScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"SwitchScope")}constructor(c,u,t){super(c,l.ScopeType.switch,u,t,!1)}};return Kn.SwitchScope=i,Kn}n(zy,"requireSwitchScope");var Xn={},Gf;function Jy(){if(Gf)return Xn;Gf=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.TSEnumScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TSEnumScope")}constructor(c,u,t){super(c,l.ScopeType.tsEnum,u,t,!1)}};return Xn.TSEnumScope=i,Xn}n(Jy,"requireTSEnumScope");var zn={},$f;function Qy(){if($f)return zn;$f=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.TSModuleScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TSModuleScope")}constructor(c,u,t){super(c,l.ScopeType.tsModule,u,t,!1)}};return zn.TSModuleScope=i,zn}n(Qy,"requireTSModuleScope");var Jn={},Wf;function Zy(){if(Wf)return Jn;Wf=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TypeScope")}constructor(c,u,t){super(c,l.ScopeType.type,u,t,!1)}};return Jn.TypeScope=i,Jn}n(Zy,"requireTypeScope");var Qn={},Hf;function eh(){if(Hf)return Qn;Hf=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.WithScope=void 0;const e=ft(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"WithScope")}constructor(u,t,r){super(u,i.ScopeType.with,t,r,!1)}close(u){return this.shouldStaticallyClose()?super.close(u):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return Qn.WithScope=p,Qn}n(eh,"requireWithScope");var Kf;function Uo(){return Kf||(Kf=1,function(e){var l=Vn.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Vn.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Fy(),e),i(ky(),e),i(wf(),e),i(Ny(),e),i(jy(),e),i(By(),e),i(qy(),e),i(Gy(),e),i($y(),e),i(Wy(),e),i(Hy(),e),i(Ky(),e),i(Xy(),e),i(X(),e),i(zy(),e),i(Jy(),e),i(Qy(),e),i(Zy(),e),i(eh(),e)}(Vn)),Vn}n(Uo,"requireScope$1");var Io={},Zn={},ei={},Xf;function xo(){if(Xf)return ei;Xf=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.VisitorBase=void 0;const e=ul();function l(c){return typeof c=="object"&&c!=null}n(l,"isObject");function i(c){return l(c)&&typeof c.type=="string"}n(i,"isNode");let p=class{static{n(this,"VisitorBase")}#e;#t;constructor(u){this.#e=u.childVisitorKeys??e.visitorKeys,this.#t=u.visitChildrenEvenIfSelectorExists??!1}visitChildren(u,t=[]){if(u?.type==null)return;const r=new Set([...t,"parent"]),o=this.#e[u.type]??Object.keys(u);for(const a of o){if(r.has(a))continue;const E=u[a];if(E)if(Array.isArray(E))for(const T of E)i(T)&&this.visit(T);else i(E)&&this.visit(E)}}visit(u){if(u?.type==null)return;const t=this[u.type];t&&(t.call(this,u),!this.#t)||this.visitChildren(u)}};return ei.VisitorBase=p,ei}n(xo,"requireVisitorBase");var zf;function Do(){if(zf)return Zn;zf=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.PatternVisitor=void 0;const e=Ee(),l=xo();let i=class extends l.VisitorBase{static{n(this,"PatternVisitor")}#e=[];#t;#n=[];#o;rightHandNodes=[];constructor(c,u,t){super(c),this.#o=u,this.#t=t}static isPattern(c){const u=c.type;return u===e.AST_NODE_TYPES.Identifier||u===e.AST_NODE_TYPES.ObjectPattern||u===e.AST_NODE_TYPES.ArrayPattern||u===e.AST_NODE_TYPES.SpreadElement||u===e.AST_NODE_TYPES.RestElement||u===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(c){c.elements.forEach(this.visit,this)}ArrayPattern(c){for(const u of c.elements)this.visit(u)}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(u=>{this.rightHandNodes.push(u)}),this.visit(c.callee)}Decorator(){}Identifier(c){const u=this.#n.at(-1);this.#t(c,{assignments:this.#e,rest:u?.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 Zn.PatternVisitor=i,Zn}n(Do,"requirePatternVisitor");var Jf;function Ge(){return Jf||(Jf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const l=Do(),i=xo();class p extends i.VisitorBase{static{n(this,"Visitor")}#e;constructor(t){super(t instanceof p?t.#e:t),this.#e=t instanceof p?t.#e:t}visitPattern(t,r,o={processRightHandNodes:!1}){const a=new l.PatternVisitor(this.#e,t,r);a.visit(t),o.processRightHandNodes&&a.rightHandNodes.forEach(this.visit,this)}}e.Visitor=p;var c=xo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:n(function(){return c.VisitorBase},"get")})}(Io)),Io}n(Ge,"requireVisitor");var Qf;function Zf(){if(Qf)return Cn;Qf=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.TypeVisitor=void 0;const e=Ee(),l=Me(),i=Uo(),p=Ge();let c=class hE extends p.Visitor{static{n(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,r){new hE(t).visit(r)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const r of t.params){let o=!1;this.visitPattern(r,(a,E)=>{this.#e.currentScope().defineIdentifier(a,new l.ParameterDefinition(a,t,E.rest)),a.typeAnnotation&&(this.visit(a.typeAnnotation),o=!0)}),!o&&"typeAnnotation"in r&&this.visit(r.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 r of t.parameters)r.type===e.AST_NODE_TYPES.Identifier&&this.visit(r.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const r=t.typeParameter;let o=this.#e.currentScope();if(o.type===i.ScopeType.functionType||o.type===i.ScopeType.mappedType){let a=o.upper;for(;a;){if(a.type===i.ScopeType.functionType||a.type===i.ScopeType.mappedType){a=a.upper;continue}if(a.type===i.ScopeType.conditionalType){o=a;break}break}}o.defineIdentifier(r.name,new l.TypeDefinition(r.name,r)),this.visit(r.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new l.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new l.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let r;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let o=t.exprName;for(;o.left.type===e.AST_NODE_TYPES.TSQualifiedName;)o=o.left;r=o.left}else r=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);r.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(r),this.visit(t.typeArguments)}};return Cn.TypeVisitor=c,Cn}n(Zf,"requireTypeVisitor");var eE;function th(){if(eE)return An;eE=1,Object.defineProperty(An,"__esModule",{value:!0}),An.ClassVisitor=void 0;const e=Ee(),l=Me(),i=Zf(),p=Ge();let c=class _E extends p.Visitor{static{n(this,"ClassVisitor")}#e;#t;constructor(r,o){super(r),this.#t=r,this.#e=o}static visit(r,o){new _E(r,o).visitClass(o)}visit(r){r&&r.type in this?super.visit(r):this.#t.visit(r)}visitClass(r){r.type===e.AST_NODE_TYPES.ClassDeclaration&&r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),r.decorators.forEach(o=>this.#t.visit(o)),this.#t.scopeManager.nestClassScope(r),r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),this.#t.visit(r.superClass),this.visitType(r.typeParameters),this.visitType(r.superTypeArguments),r.implements.forEach(o=>this.visitType(o)),this.visit(r.body),this.#t.close(r)}visitFunctionParameterTypeAnnotation(r){switch(r.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(r.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(r.parameter);break;default:this.visitType(r.typeAnnotation)}}visitMethod(r){r.computed&&this.#t.visit(r.key),r.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(r.value,r):this.#t.visit(r.value),r.decorators.forEach(o=>this.#t.visit(o))}visitMethodFunction(r,o){r.id&&this.#t.scopeManager.nestFunctionExpressionNameScope(r),r.params.forEach(E=>{E.decorators.forEach(T=>this.visit(T))}),this.#t.scopeManager.nestFunctionScope(r,!0);let a=!!o.decorators.length;if(a||=o.kind!=="set"&&r.params.some(E=>E.decorators.length),!a&&o.kind==="set"){const E=u(o);E!=null&&this.#e.body.body.find(T=>T!==o&&T.type===e.AST_NODE_TYPES.MethodDefinition&&T.static===o.static&&u(T)===E)?.decorators.length&&(a=!0)}!a&&o.kind==="constructor"&&this.#e.decorators.length&&(a=!0);for(const E of r.params)this.visitPattern(E,(T,P)=>{this.#t.currentScope().defineIdentifier(T,new l.ParameterDefinition(T,r,P.rest)),this.#t.referencingDefaultValue(T,P.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(E);this.visitType(r.returnType),this.visitType(r.typeParameters),this.#t.visitChildren(r.body),this.#t.close(r)}visitPropertyBase(r){r.computed&&this.#t.visit(r.key),r.value&&((r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.scopeManager.nestClassFieldInitializerScope(r.value),this.#t.visit(r.value),(r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.close(r.value)),r.decorators.forEach(o=>this.#t.visit(o))}visitPropertyDefinition(r){this.visitPropertyBase(r),this.visitType(r.typeAnnotation)}visitType(r){r&&i.TypeVisitor.visit(this.#t,r)}AccessorProperty(r){this.visitPropertyDefinition(r)}ClassBody(r){this.visitChildren(r)}Identifier(r){this.#t.visit(r)}MethodDefinition(r){this.visitMethod(r)}PrivateIdentifier(){}PropertyDefinition(r){this.visitPropertyDefinition(r)}StaticBlock(r){this.#t.scopeManager.nestClassStaticBlockScope(r),r.body.forEach(o=>this.visit(o)),this.#t.close(r)}TSAbstractAccessorProperty(r){this.visitPropertyDefinition(r)}TSAbstractMethodDefinition(r){this.visitPropertyBase(r)}TSAbstractPropertyDefinition(r){this.visitPropertyDefinition(r)}TSIndexSignature(r){this.visitType(r)}};An.ClassVisitor=c;function u(t){if(t.computed&&t.key.type===e.AST_NODE_TYPES.Literal){if(typeof t.key.value=="string"||typeof t.key.value=="number")return t.key.value}else if(!t.computed&&t.key.type===e.AST_NODE_TYPES.Identifier)return t.key.name;return null}return n(u,"getLiteralMethodKeyName"),An}n(th,"requireClassVisitor");var ti={},tE;function rh(){if(tE)return ti;tE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.ExportVisitor=void 0;const e=Ee(),l=Ge();let i=class vE extends l.Visitor{static{n(this,"ExportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new vE(u,c).visit(u)}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.#t.currentScope().referenceType(c.local):this.visit(c.local)}Identifier(c){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(c):this.#t.currentScope().referenceDualValueType(c)}};return ti.ExportVisitor=i,ti}n(rh,"requireExportVisitor");var ri={},rE;function nh(){if(rE)return ri;rE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.ImportVisitor=void 0;const e=Me(),l=Ge();let i=class bE extends l.Visitor{static{n(this,"ImportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new bE(u,c).visit(u)}ImportDefaultSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportNamespaceSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportSpecifier(c){const u=c.local;this.visitImport(u,c)}visitImport(c,u){this.#t.currentScope().defineIdentifier(c,new e.ImportBindingDefinition(c,u,this.#e))}};return ri.ImportVisitor=i,ri}n(nh,"requireImportVisitor");var nE;function ih(){if(nE)return pt;nE=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.Referencer=void 0;const e=Ee(),l=ft(),i=Me(),p=Iy(),c=th(),u=rh(),t=nh(),r=Do(),o=Ro(),a=Zf(),E=Ge();let T=class extends E.Visitor{static{n(this,"Referencer")}#e=!1;#t=!1;#n;#o;#m;scopeManager;constructor(s,f){super(s),this.scopeManager=f,this.#o=s.jsxPragma,this.#n=s.jsxFragmentName,this.#m=s.lib}populateGlobalsFromLib(s){for(const f of this.#m){const d=p.lib[f];if(!d)throw new Error(`Invalid value for lib provided: ${f}`);for(const[y,m]of Object.entries(d))s.defineImplicitVariable(y,m)}s.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(s){for(;this.currentScope(!0)&&s===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(s){return s||(0,l.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(s,f,d,y){f.forEach(m=>{this.currentScope().referenceValue(s,o.ReferenceFlag.Write,m.right,d,y)})}referenceInSomeUpperScope(s){let f=this.scopeManager.currentScope;for(;f;){const d=f.set.get(s);if(!d){f=f.upper;continue}return f.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#n==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#n))}referenceJsxPragma(){this.#o==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#o))}visitClass(s){c.ClassVisitor.visit(this,s)}visitForIn(s){s.left.type===e.AST_NODE_TYPES.VariableDeclaration&&s.left.kind!=="var"&&this.scopeManager.nestForScope(s),s.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(s.left),this.visitPattern(s.left.declarations[0].id,f=>{this.currentScope().referenceValue(f,o.ReferenceFlag.Write,s.right,null,!0)})):this.visitPattern(s.left,(f,d)=>{const y=this.currentScope().isStrict?null:{node:s,pattern:f};this.referencingDefaultValue(f,d.assignments,y,!1),this.currentScope().referenceValue(f,o.ReferenceFlag.Write,s.right,y,!1)},{processRightHandNodes:!0}),this.visit(s.right),this.visit(s.body),this.close(s)}visitFunction(s){s.type===e.AST_NODE_TYPES.FunctionExpression?s.id&&this.scopeManager.nestFunctionExpressionNameScope(s):s.id&&this.currentScope().defineIdentifier(s.id,new i.FunctionNameDefinition(s.id,s)),this.scopeManager.nestFunctionScope(s,!1);for(const f of s.params)this.visitPattern(f,(d,y)=>{this.currentScope().defineIdentifier(d,new i.ParameterDefinition(d,s,y.rest)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(f),f.decorators.forEach(d=>this.visit(d));this.visitType(s.returnType),this.visitType(s.typeParameters),s.body&&(s.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(s.body):this.visit(s.body)),this.close(s)}visitFunctionParameterTypeAnnotation(s){switch(s.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(s.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(s.parameter);break;default:this.visitType(s.typeAnnotation);break}}visitProperty(s){s.computed&&this.visit(s.key),this.visit(s.value)}visitType(s){s&&a.TypeVisitor.visit(this,s)}visitTypeAssertion(s){this.visit(s.expression),this.visitType(s.typeAnnotation)}ArrowFunctionExpression(s){this.visitFunction(s)}AssignmentExpression(s){const f=this.visitExpressionTarget(s.left);r.PatternVisitor.isPattern(f)?s.operator==="="?this.visitPattern(f,(d,y)=>{const m=this.currentScope().isStrict?null:{node:s,pattern:d};this.referencingDefaultValue(d,y.assignments,m,!1),this.currentScope().referenceValue(d,o.ReferenceFlag.Write,s.right,m,!1)},{processRightHandNodes:!0}):f.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(f,o.ReferenceFlag.ReadWrite,s.right):this.visit(f),this.visit(s.right)}BlockStatement(s){this.scopeManager.nestBlockScope(s),this.visitChildren(s),this.close(s)}BreakStatement(){}CallExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}CatchClause(s){if(this.scopeManager.nestCatchScope(s),s.param){const f=s.param;this.visitPattern(f,(d,y)=>{this.currentScope().defineIdentifier(d,new i.CatchClauseDefinition(f,s)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(s.body),this.close(s)}ClassDeclaration(s){this.visitClass(s)}ClassExpression(s){this.visitClass(s)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(s){s.declaration.type===e.AST_NODE_TYPES.Identifier?u.ExportVisitor.visit(this,s):this.visit(s.declaration)}ExportNamedDeclaration(s){s.declaration?this.visit(s.declaration):u.ExportVisitor.visit(this,s)}ForInStatement(s){this.visitForIn(s)}ForOfStatement(s){this.visitForIn(s)}ForStatement(s){s.init&&s.init.type===e.AST_NODE_TYPES.VariableDeclaration&&s.init.kind!=="var"&&this.scopeManager.nestForScope(s),this.visitChildren(s),this.close(s)}FunctionDeclaration(s){this.visitFunction(s)}FunctionExpression(s){this.visitFunction(s)}Identifier(s){this.currentScope().referenceValue(s),this.visitType(s.typeAnnotation)}ImportAttribute(){}ImportDeclaration(s){(0,l.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,s)}JSXAttribute(s){this.visit(s.value)}JSXClosingElement(){}JSXFragment(s){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(s)}JSXIdentifier(s){this.currentScope().referenceValue(s)}JSXMemberExpression(s){(s.object.type!==e.AST_NODE_TYPES.JSXIdentifier||s.object.name!=="this")&&this.visit(s.object)}JSXOpeningElement(s){this.referenceJsxPragma(),s.name.type===e.AST_NODE_TYPES.JSXIdentifier?(s.name.name[0].toUpperCase()===s.name.name[0]||s.name.name==="this")&&this.visit(s.name):this.visit(s.name),this.visitType(s.typeArguments);for(const f of s.attributes)this.visit(f)}LabeledStatement(s){this.visit(s.body)}MemberExpression(s){this.visit(s.object),s.computed&&this.visit(s.property)}MetaProperty(){}NewExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}PrivateIdentifier(){}Program(s){const f=this.scopeManager.nestGlobalScope(s);this.populateGlobalsFromLib(f),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(s,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(s),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(s),this.close(s)}Property(s){this.visitProperty(s)}SwitchStatement(s){this.visit(s.discriminant),this.scopeManager.nestSwitchScope(s);for(const f of s.cases)this.visit(f);this.close(s)}TaggedTemplateExpression(s){this.visit(s.tag),this.visit(s.quasi),this.visitType(s.typeArguments)}TSAsExpression(s){this.visitTypeAssertion(s)}TSDeclareFunction(s){this.visitFunction(s)}TSEmptyBodyFunctionExpression(s){this.visitFunction(s)}TSEnumDeclaration(s){this.currentScope().defineIdentifier(s.id,new i.TSEnumNameDefinition(s.id,s)),this.scopeManager.nestTSEnumScope(s);for(const f of s.body.members){if(f.id.type===e.AST_NODE_TYPES.Literal&&typeof f.id.value=="string"){const d=f.id;this.currentScope().defineLiteralIdentifier(d,new i.TSEnumMemberDefinition(d,f))}else!f.computed&&f.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(f.id,new i.TSEnumMemberDefinition(f.id,f));this.visit(f.initializer)}this.close(s)}TSExportAssignment(s){s.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(s.expression):this.visit(s.expression)}TSImportEqualsDeclaration(s){if(this.currentScope().defineIdentifier(s.id,new i.ImportBindingDefinition(s.id,s,s)),s.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let f=s.moduleReference.left;for(;f.type===e.AST_NODE_TYPES.TSQualifiedName;)f=f.left;this.visit(f)}else this.visit(s.moduleReference)}TSInstantiationExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}TSInterfaceDeclaration(s){this.visitType(s)}TSModuleDeclaration(s){s.id.type===e.AST_NODE_TYPES.Identifier&&s.kind!=="global"&&this.currentScope().defineIdentifier(s.id,new i.TSModuleNameDefinition(s.id,s)),this.scopeManager.nestTSModuleScope(s),this.visit(s.body),this.close(s)}TSSatisfiesExpression(s){this.visitTypeAssertion(s)}TSTypeAliasDeclaration(s){this.visitType(s)}TSTypeAssertion(s){this.visitTypeAssertion(s)}UpdateExpression(s){const f=this.visitExpressionTarget(s.argument);r.PatternVisitor.isPattern(f)?this.visitPattern(f,d=>{this.currentScope().referenceValue(d,o.ReferenceFlag.ReadWrite,null)}):this.visitChildren(s)}VariableDeclaration(s){const f=s.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of s.declarations){const y=d.init;this.visitPattern(d.id,(m,b)=>{f.defineIdentifier(m,new i.VariableDefinition(m,d,s)),this.referencingDefaultValue(m,b.assignments,null,!0),y&&this.currentScope().referenceValue(m,o.ReferenceFlag.Write,y,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(s){this.visit(s.object),this.scopeManager.nestWithScope(s),this.visit(s.body),this.close(s)}visitExpressionTarget(s){switch(s.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(s.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:s=s.expression}return s}};return pt.Referencer=T,pt}n(ih,"requireReferencer$1");var iE;function sh(){return iE||(iE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var l=ih();Object.defineProperty(e,"Referencer",{enumerable:!0,get:n(function(){return l.Referencer},"get")})}(io)),io}n(sh,"requireReferencer");var ni={},ii={},sE;function oh(){if(sE)return ii;sE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.ClassStaticBlockScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassStaticBlockScope")}constructor(c,u,t){super(c,l.ScopeType.classStaticBlock,u,t,!1)}};return ii.ClassStaticBlockScope=i,ii}n(oh,"requireClassStaticBlockScope");var oE;function aE(){if(oE)return ni;oE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.ScopeManager=void 0;const e=ft(),l=Uo(),i=wf(),p=oh();let c=class{static{n(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 r(o){o.variables.forEach(a=>t.add(a)),o.childScopes.forEach(r)}return n(r,"recurse"),this.scopes.forEach(r),[...t].sort((o,a)=>o.$id-a.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,r=!1){function o(E){return!(E.type===l.ScopeType.function&&E.functionExpressionScope)}n(o,"predicate");const a=this.nodeToScope.get(t);if(!a||a.length===0)return null;if(a.length===1)return a[0];if(r){for(let E=a.length-1;E>=0;--E){const T=a[E];if(o(T))return T}return null}return a.find(o)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new i.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new p.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,r){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionScope(this,this.currentScope,t,r))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new l.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof l.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ni.ScopeManager=c,ni}n(aE,"requireScopeManager");var uE;function ah(){if(uE)return Li;uE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.analyze=c;const e=ul(),l=sh(),i=aE(),p={childVisitorKeys:e.visitorKeys,emitDecoratorMetadata:!1,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",lib:["es2018"],sourceType:"script"};function c(u,t){const r={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};r.lib=r.lib.map(E=>E.toLowerCase());const o=new i.ScopeManager(r);return new l.Referencer(r,o).visit(u),o}return n(c,"analyze$1"),Li}n(ah,"requireAnalyze");var lE;function uh(){return lE||(lE=1,function(e){var l=ut.__createBinding||(Object.create?function(o,a,E,T){T===void 0&&(T=E);var P=Object.getOwnPropertyDescriptor(a,E);(!P||("get"in P?!a.__esModule:P.writable||P.configurable))&&(P={enumerable:!0,get:n(function(){return a[E]},"get")}),Object.defineProperty(o,T,P)}:function(o,a,E,T){T===void 0&&(T=E),o[T]=a[E]}),i=ut.__exportStar||function(o,a){for(var E in o)E!=="default"&&!Object.prototype.hasOwnProperty.call(a,E)&&l(a,o,E)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var p=ah();Object.defineProperty(e,"analyze",{enumerable:!0,get:n(function(){return p.analyze},"get")}),i(Me(),e);var c=Do();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:n(function(){return c.PatternVisitor},"get")});var u=Ro();Object.defineProperty(e,"Reference",{enumerable:!0,get:n(function(){return u.Reference},"get")});var t=Ge();Object.defineProperty(e,"Visitor",{enumerable:!0,get:n(function(){return t.Visitor},"get")}),i(Uo(),e);var r=aE();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:n(function(){return r.ScopeManager},"get")}),i(wo(),e)}(ut)),ut}n(uh,"requireDist$1");var cE;function lh(){if(cE)return Se;cE=1;var e=Se.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=Se.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=Se.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(Se,"__esModule",{value:!0}),Se.Scope=void 0;const p=i(uh());var c;return function(u){u.ScopeType=p.ScopeType,u.DefinitionType=p.DefinitionType}(c||(Se.Scope=c={})),Se}n(lh,"requireScope");var si={},pE;function ch(){if(pE)return si;pE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.SourceCode=void 0;const e=Xi;let l=class extends e.SourceCode{static{n(this,"SourceCode")}};return si.SourceCode=l,si}n(ch,"requireSourceCode");var fE;function ph(){return fE||(fE=1,function(e){var l=nt.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=nt.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Bm(),e),i(qm(),e),i($m(),e),i(Wm(),e),i(Hm(),e),i(Km(),e),i(Xm(),e),i(zm(),e),i(Jm(),e),i(lh(),e),i(ch(),e)}(nt)),nt}n(ph,"requireTsEslint");var oi={},wi={},EE;function fh(){if(EE)return wi;EE=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.isArray=e;function e(l){return Array.isArray(l)}return n(e,"isArray$1"),wi}n(fh,"requireIsArray");var Fo={},dE;function Eh(){return dE||(dE=1,Object.defineProperty(Fo,"__esModule",{value:!0})),Fo}n(Eh,"requireNoInfer");var TE;function dh(){return TE||(TE=1,function(e){var l=oi.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=oi.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(fh(),e),i(Eh(),e)}(oi)),oi}n(dh,"requireTsUtils");var PE;function Th(){return PE||(PE=1,function(e){var l=Oe.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),i=Oe.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),p=Oe.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&l(r,t,o[a]);return i(r,t),r}}(),c=Oe.__exportStar||function(u,t){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&l(t,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=p(Um()),e.ESLintUtils=p(Nm()),e.JSONSchema=p(jm()),e.TSESLint=p(ph()),c(Ou(),e),e.TSUtils=p(dh())}(Oe)),Oe}n(Th,"requireDist");var Ph=Th();const mh=Ph.ESLintUtils.RuleCreator(e=>e),yh={preferArrowFunction:"Prefer arrow function"},hh=mh({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:yh},defaultOptions:[],create:n(e=>{const l=new Set,i=["prototype","name","length"],p=n(a=>{if(a.generator||l.has(a))return!1;const{parent:E}=a;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor"))return!1;const T=e.sourceCode.getScope(a);if(T.set.get("arguments").references.length>0)return!1;let s=[];if(a.type==="FunctionDeclaration"&&a.id){const[f]=e.sourceCode.getDeclaredVariables(a),[d]=f.references;if(d&&a.range[0]>d.identifier.range[0])return!1;s=f.references}else if(a.type==="FunctionExpression"){const f=e.sourceCode.getDeclaredVariables(a).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(f){if(f.references.some(({from:y})=>y===T))return!1;s.push(...f.references)}if(a.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(a.parent);s.push(...d.references.slice(1))}}for(const{identifier:f}of s)if(f.parent.type==="MemberExpression"&&f.parent.property.type==="Identifier"&&i.includes(f.parent.property.name))return!1;return!0},"isConvertable"),c=n(a=>{let E=e.sourceCode.getScope(a);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),u=n((a,E)=>{const T=e.sourceCode.getFirstToken(a,{filter:n(P=>P.type==="Keyword"&&P.value==="function","filter")});return T?[E.remove(T)]:[]},"removeFunctionToken"),t=n((a,E)=>{const T=e.sourceCode.getTokenBefore(a.body);return[E.insertTextAfter(T,"=>")]},"insertArrow"),r=n((a,E)=>{const T=e.sourceCode.getFirstToken(a.parent,{filter:n(s=>s.type==="Identifier"&&s.value==="async","filter")}),P=e.sourceCode.getTokenAfter(T,{includeComments:!0});return[E.removeRange([T.range[0],P.range[0]]),E.insertTextBefore(a,"async")]},"moveAsyncToken"),o=n((a,E)=>[E.insertTextBefore(a,"("),E.insertTextAfter(a,")")],"wrapInParentheses");return{ThisExpression:n(a=>{l.add(c(a))},"ThisExpression"),Super:n(a=>{l.add(c(a))},"Super"),MetaProperty:n(a=>{a.meta.name==="new"&&a.property.name==="target"&&l.add(c(a))},"MetaProperty"),"FunctionExpression:exit":n(a=>{p(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E)],{parent:P}=a;if(P.type==="Property"&&P.method||P.type==="MethodDefinition"&&P.kind==="method")T.push(E.insertTextBefore(a,P.type==="Property"?":":"=")),a.async&&T.push(...r(a,E));else if(T.push(...u(a,E)),a.id&&T.push(E.remove(a.id)),P.type==="LogicalExpression"){const f=e.sourceCode.getTokenBefore(a),d=e.sourceCode.getTokenAfter(a);f?.value==="("&&d?.value===")"||T.push(...o(a,E))}return T},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":n(a=>{p(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E),...u(a,E)];if(a.id){const d=e.sourceCode.getText(a.id);T.push(E.remove(a.id),E.insertTextBefore(a,`const ${d}=`))}const{parent:P}=a;if(P.type==="ExportDefaultDeclaration"&&a.id){const d=e.sourceCode.getFirstToken(P,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="export","filter")}),y=e.sourceCode.getTokenAfter(d,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="default","filter")}),m=[d.range[0],y.range[1]],b=e.sourceCode.text.slice(...m);T.push(E.removeRange(m),E.insertTextAfter(a,`;${b} ${a.id.name}`))}const s=e.sourceCode.getTokenAfter(a,{includeComments:!0});return s&&!e.sourceCode.isSpaceBetween(a,s)&&T.push(E.insertTextAfter(a,";")),T},"fix")})},"FunctionDeclaration:exit")}},"create")}),mE={meta:{name:"pvtnbr/custom-rules",version:vm},rules:{"prefer-arrow-functions":hh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},_h=j({plugins:{pvtnbr:mE},rules:mE.configs.base.rules}),yE=n(e=>[j({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),j({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),ym,ld,Qi,sd,od,...ud,...fm(e),cd,Zi,...pd,...im,...nm(e),...pm,...lm,cm,hm,dm,...am(),sm,_h].filter(Boolean),"pvtnbr");var vh=yE();exports.defineConfig=j,exports.index=vh,exports.name=_m,exports.pvtnbr=yE;
|
|
14
|
+
`))}return n(c,"throwError"),gi}n(xm,"requireGetParserServices");var Ks={},Nu;function Dm(){return Nu||(Nu=1,Object.defineProperty(Ks,"__esModule",{value:!0})),Ks}n(Dm,"requireInferTypesFromRule");var Be={},ju;function Fm(){if(ju)return Be;ju=1,Object.defineProperty(Be,"__esModule",{value:!0}),Be.NullThrowsReasons=void 0,Be.nullThrows=l;const e={MissingParent:"Expected node to have a parent.",MissingToken:n((i,p)=>`Expected to find a ${i} for the ${p}.`,"MissingToken")};Be.NullThrowsReasons=e;function l(i,p){if(i==null)throw new Error(`Non-null Assertion Failed: ${p}`);return i}return n(l,"nullThrows$1"),Be}n(Fm,"requireNullThrows");var Yi={},Bu;function km(){if(Bu)return Yi;Bu=1,Object.defineProperty(Yi,"__esModule",{value:!0}),Yi.RuleCreator=l;const e=Du();function l(p){return n(function({meta:u,name:t,...r}){return i({meta:{...u,docs:{...u.docs,url:p(t)}},...r})},"createNamedRule")}n(l,"RuleCreator$1");function i({create:p,defaultOptions:c,meta:u}){return{create(t){const r=(0,e.applyDefault)(c,t.options);return p(t,r)},defaultOptions:c,meta:u}}return n(i,"createRule"),l.withoutDocs=n(function(c){return i(c)},"withoutDocs"),Yi}n(km,"requireRuleCreator");var qu;function Nm(){return qu||(qu=1,function(e){var l=tt.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=tt.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Du(),e),i(Iu(),e),i(xm(),e),i(Dm(),e),i(Fm(),e),i(km(),e)}(tt)),tt}n(Nm,"requireEslintUtils");var Xs={},Gu;function jm(){return Gu||(Gu=1,Object.defineProperty(Xs,"__esModule",{value:!0})),Xs}n(jm,"requireJsonSchema");var nt={},zs={},$u;function Bm(){return $u||($u=1,Object.defineProperty(zs,"__esModule",{value:!0})),zs}n(Bm,"requireAST");var Js={},Wu;function qm(){return Wu||(Wu=1,Object.defineProperty(Js,"__esModule",{value:!0})),Js}n(qm,"requireConfig");var Qs={},it={},Hu;function Ku(){if(Hu)return it;Hu=1,Object.defineProperty(it,"__esModule",{value:!0}),it.FlatESLint=void 0;const e=Zo;let l=class extends e.FlatESLint{static{n(this,"FlatESLint")}};return it.FlatESLint=l,it}n(Ku,"requireFlatESLint");var st={},Xu;function Gm(){if(Xu)return st;Xu=1,Object.defineProperty(st,"__esModule",{value:!0}),st.LegacyESLint=void 0;const e=Zo;let l=class extends e.LegacyESLint{static{n(this,"LegacyESLint")}};return st.LegacyESLint=l,st}n(Gm,"requireLegacyESLint");var zu;function $m(){return zu||(zu=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.ESLint=e.FlatESLint=void 0;var l=Ku();Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:n(function(){return l.FlatESLint},"get")});var i=Ku();Object.defineProperty(e,"ESLint",{enumerable:!0,get:n(function(){return i.FlatESLint},"get")});var p=Gm();Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:n(function(){return p.LegacyESLint},"get")})}(Qs)),Qs}n($m,"requireESLint");var ot={},Ju;function Wm(){if(Ju)return ot;Ju=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.Linter=void 0;const e=Xi;let l=class extends e.Linter{static{n(this,"Linter")}};return ot.Linter=l,ot}n(Wm,"requireLinter");var Zs={},Qu;function Hm(){return Qu||(Qu=1,Object.defineProperty(Zs,"__esModule",{value:!0})),Zs}n(Hm,"requireParser");var eo={},Zu;function Km(){return Zu||(Zu=1,Object.defineProperty(eo,"__esModule",{value:!0})),eo}n(Km,"requireParserOptions");var to={},el;function Xm(){return el||(el=1,Object.defineProperty(to,"__esModule",{value:!0})),to}n(Xm,"requireProcessor");var ro={},tl;function zm(){return tl||(tl=1,Object.defineProperty(ro,"__esModule",{value:!0})),ro}n(zm,"requireRule");var at={},rl;function Jm(){if(rl)return at;rl=1,Object.defineProperty(at,"__esModule",{value:!0}),at.RuleTester=void 0;const e=Xi;let l=class extends e.RuleTester{static{n(this,"RuleTester")}};return at.RuleTester=l,at}n(Jm,"requireRuleTester");var Se={},ut={},Li={},no={},lt={},ct={},nl;function il(){if(nl)return ct;nl=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:["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"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportExpression:["source","options"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXClosingFragment:[],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXFragment:["openingFragment","children","closingFragment"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXOpeningFragment:[],JSXSpreadAttribute:["argument"],JSXSpreadChild:["expression"],JSXText:[],LabeledStatement:["label","body"],Literal:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},l=Object.keys(e);for(const t of l)Object.freeze(e[t]);Object.freeze(e);const i=new Set(["parent","leadingComments","trailingComments"]);function p(t){return!i.has(t)&&t[0]!=="_"}n(p,"filterKey");function c(t){return Object.keys(t).filter(p)}n(c,"getKeys");function u(t){const r=Object.assign({},e);for(const o of Object.keys(t))if(Object.hasOwn(r,o)){const a=new Set(t[o]);for(const E of r[o])a.add(E);r[o]=Object.freeze(Array.from(a))}else r[o]=Object.freeze(Array.from(t[o]));return Object.freeze(r)}return n(u,"unionWith"),ct.KEYS=e,ct.getKeys=c,ct.unionWith=u,ct}n(il,"requireEslintVisitorKeys");var sl;function Qm(){if(sl)return lt;sl=1,Object.defineProperty(lt,"__esModule",{value:!0}),lt.getKeys=void 0;const l=il().getKeys;return lt.getKeys=l,lt}n(Qm,"requireGetKeys");var Ye={},ol;function Zm(){if(ol)return Ye;ol=1;var e=Ye.__createBinding||(Object.create?function(r,o,a,E){E===void 0&&(E=a);var T=Object.getOwnPropertyDescriptor(o,a);(!T||("get"in T?!o.__esModule:T.writable||T.configurable))&&(T={enumerable:!0,get:n(function(){return o[a]},"get")}),Object.defineProperty(r,E,T)}:function(r,o,a,E){E===void 0&&(E=a),r[E]=o[a]}),l=Ye.__setModuleDefault||(Object.create?function(r,o){Object.defineProperty(r,"default",{enumerable:!0,value:o})}:function(r,o){r.default=o}),i=Ye.__importStar||function(){var r=n(function(o){return r=Object.getOwnPropertyNames||function(a){var E=[];for(var T in a)Object.prototype.hasOwnProperty.call(a,T)&&(E[E.length]=T);return E},r(o)},"ownKeys");return function(o){if(o&&o.__esModule)return o;var a={};if(o!=null)for(var E=r(o),T=0;T<E.length;T++)E[T]!=="default"&&e(a,o,E[T]);return l(a,o),a}}();Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.visitorKeys=void 0;const p=i(il()),c=(()=>{const r=["typeParameters","params","returnType"],o=[...r,"body"],a=["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:r,PropertyDefinition:[...a,"value"]}})(),u={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","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:c.Function,FunctionExpression:c.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],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","qualifier","typeArguments"],TSIndexedAccessType:["indexType","objectType"],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:["typeParameters","key","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:["typeAnnotation","key"],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:["typeAnnotation","parameterName"],TSTypeQuery:["exprName","typeArguments"],TSTypeReference:["typeName","typeArguments"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]},t=p.unionWith(u);return Ye.visitorKeys=t,Ye}n(Zm,"requireVisitorKeys");var al;function ul(){return al||(al=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var l=Qm();Object.defineProperty(e,"getKeys",{enumerable:!0,get:n(function(){return l.getKeys},"get")});var i=Zm();Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:n(function(){return i.visitorKeys},"get")})}(no)),no}n(ul,"requireDist$2");var io={},pt={},Ai={},ll;function ft(){if(ll)return Ai;ll=1,Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.assert=e;function e(l,i){if(l==null)throw new Error(i)}return n(e,"assert$1"),Ai}n(ft,"requireAssert");var Et={},dt={},Tt={},Pt={},cl;function Ci(){if(cl)return Pt;cl=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.createIdGenerator=i,Pt.resetIds=p;const e=new Map;let l=0;function i(){const c=l+=1;return e.set(c,0),()=>{const t=(e.get(c)??0)+1;return e.set(c,t),t}}n(i,"createIdGenerator");function p(){e.clear()}return n(p,"resetIds"),Pt}n(Ci,"requireID");var pl;function se(){if(pl)return Tt;pl=1,Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.DefinitionBase=void 0;const l=(0,Ci().createIdGenerator)();let i=class{static{n(this,"DefinitionBase")}$id=l();type;name;node;parent;constructor(c,u,t,r){this.type=c,this.name=u,this.node=t,this.parent=r}};return Tt.DefinitionBase=i,Tt}n(se,"requireDefinitionBase");var mt={},fl;function te(){if(fl)return mt;fl=1,Object.defineProperty(mt,"__esModule",{value:!0}),mt.DefinitionType=void 0;var e;return function(l){l.CatchClause="CatchClause",l.ClassName="ClassName",l.FunctionName="FunctionName",l.ImplicitGlobalVariable="ImplicitGlobalVariable",l.ImportBinding="ImportBinding",l.Parameter="Parameter",l.TSEnumName="TSEnumName",l.TSEnumMember="TSEnumMemberName",l.TSModuleName="TSModuleName",l.Type="Type",l.Variable="Variable"}(e||(mt.DefinitionType=e={})),mt}n(te,"requireDefinitionType");var El;function ey(){if(El)return dt;El=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.CatchClauseDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.CatchClause,c,u,null)}};return dt.CatchClauseDefinition=i,dt}n(ey,"requireCatchClauseDefinition");var yt={},dl;function ty(){if(dl)return yt;dl=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.ClassNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ClassName,c,u,null)}};return yt.ClassNameDefinition=i,yt}n(ty,"requireClassNameDefinition");var so={},Tl;function ry(){return Tl||(Tl=1,Object.defineProperty(so,"__esModule",{value:!0})),so}n(ry,"requireDefinition$1");var ht={},Pl;function ny(){if(Pl)return ht;Pl=1,Object.defineProperty(ht,"__esModule",{value:!0}),ht.FunctionNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.FunctionName,c,u,null)}};return ht.FunctionNameDefinition=i,ht}n(ny,"requireFunctionNameDefinition");var _t={},ml;function yl(){if(ml)return _t;ml=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.ImplicitGlobalVariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.ImplicitGlobalVariable,c,u,null)}};return _t.ImplicitGlobalVariableDefinition=i,_t}n(yl,"requireImplicitGlobalVariableDefinition");var vt={},hl;function iy(){if(hl)return vt;hl=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.ImportBindingDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.ImportBinding,c,u,t)}};return vt.ImportBindingDefinition=i,vt}n(iy,"requireImportBindingDefinition");var bt={},_l;function sy(){if(_l)return bt;_l=1,Object.defineProperty(bt,"__esModule",{value:!0}),bt.ParameterDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(c,u,t){super(l.DefinitionType.Parameter,c,u,null),this.rest=t}};return bt.ParameterDefinition=i,bt}n(sy,"requireParameterDefinition");var gt={},vl;function oy(){if(vl)return gt;vl=1,Object.defineProperty(gt,"__esModule",{value:!0}),gt.TSEnumMemberDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumMember,c,u,null)}};return gt.TSEnumMemberDefinition=i,gt}n(oy,"requireTSEnumMemberDefinition");var St={},bl;function ay(){if(bl)return St;bl=1,Object.defineProperty(St,"__esModule",{value:!0}),St.TSEnumNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSEnumName,c,u,null)}};return St.TSEnumNameDefinition=i,St}n(ay,"requireTSEnumNameDefinition");var Yt={},gl;function uy(){if(gl)return Yt;gl=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.TSModuleNameDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(c,u){super(l.DefinitionType.TSModuleName,c,u,null)}};return Yt.TSModuleNameDefinition=i,Yt}n(uy,"requireTSModuleNameDefinition");var Lt={},Sl;function ly(){if(Sl)return Lt;Sl=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.TypeDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(c,u){super(l.DefinitionType.Type,c,u,null)}};return Lt.TypeDefinition=i,Lt}n(ly,"requireTypeDefinition");var At={},Yl;function cy(){if(Yl)return At;Yl=1,Object.defineProperty(At,"__esModule",{value:!0}),At.VariableDefinition=void 0;const e=se(),l=te();let i=class extends e.DefinitionBase{static{n(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(c,u,t){super(l.DefinitionType.Variable,c,u,t)}};return At.VariableDefinition=i,At}n(cy,"requireVariableDefinition");var Ll;function Me(){return Ll||(Ll=1,function(e){var l=Et.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Et.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(ey(),e),i(ty(),e),i(ry(),e),i(te(),e),i(ny(),e),i(yl(),e),i(iy(),e),i(sy(),e),i(oy(),e),i(ay(),e),i(uy(),e),i(ly(),e),i(cy(),e)}(Et)),Et}n(Me,"requireDefinition");var Ct={},Vt={},de={},Al;function R(){return Al||(Al=1,Object.defineProperty(de,"__esModule",{value:!0}),de.TYPE_VALUE=de.VALUE=de.TYPE=void 0,de.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),de.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),de.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0})),de}n(R,"requireBaseConfig");var Cl;function oo(){if(Cl)return Vt;Cl=1,Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.decorators=void 0;const e=R();return Vt.decorators={ClassAccessorDecoratorContext:e.TYPE,ClassAccessorDecoratorResult:e.TYPE,ClassAccessorDecoratorTarget:e.TYPE,ClassDecoratorContext:e.TYPE,ClassFieldDecoratorContext:e.TYPE,ClassGetterDecoratorContext:e.TYPE,ClassMemberDecoratorContext:e.TYPE,ClassMethodDecoratorContext:e.TYPE,ClassSetterDecoratorContext:e.TYPE,DecoratorContext:e.TYPE,DecoratorMetadata:e.TYPE,DecoratorMetadataObject:e.TYPE},Vt}n(oo,"requireDecorators");var Rt={},Vl;function Rl(){if(Vl)return Rt;Vl=1,Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.decorators_legacy=void 0;const e=R();return Rt.decorators_legacy={ClassDecorator:e.TYPE,MethodDecorator:e.TYPE,ParameterDecorator:e.TYPE,PropertyDecorator:e.TYPE},Rt}n(Rl,"requireDecorators_legacy");var Ot={},Ol;function re(){if(Ol)return Ot;Ol=1,Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.dom=void 0;const e=R();return Ot.dom={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractRange:e.TYPE_VALUE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AddressErrors:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AlignSetting:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,AnalyserNode:e.TYPE_VALUE,AnalyserOptions:e.TYPE,ANGLE_instanced_arrays:e.TYPE,Animatable:e.TYPE,Animation:e.TYPE_VALUE,AnimationEffect:e.TYPE_VALUE,AnimationEvent:e.TYPE_VALUE,AnimationEventInit:e.TYPE,AnimationEventMap:e.TYPE,AnimationFrameProvider:e.TYPE,AnimationPlaybackEvent:e.TYPE_VALUE,AnimationPlaybackEventInit:e.TYPE,AnimationPlayState:e.TYPE,AnimationReplaceState:e.TYPE,AnimationTimeline:e.TYPE_VALUE,AppendMode:e.TYPE,ARIAMixin:e.TYPE,AssignedNodesOptions:e.TYPE,AttestationConveyancePreference:e.TYPE,Attr:e.TYPE_VALUE,AudioBuffer:e.TYPE_VALUE,AudioBufferOptions:e.TYPE,AudioBufferSourceNode:e.TYPE_VALUE,AudioBufferSourceOptions:e.TYPE,AudioConfiguration:e.TYPE,AudioContext:e.TYPE_VALUE,AudioContextLatencyCategory:e.TYPE,AudioContextOptions:e.TYPE,AudioContextState:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioDestinationNode:e.TYPE_VALUE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioListener:e.TYPE_VALUE,AudioNode:e.TYPE_VALUE,AudioNodeOptions:e.TYPE,AudioParam:e.TYPE_VALUE,AudioParamMap:e.TYPE_VALUE,AudioProcessingEvent:e.TYPE_VALUE,AudioProcessingEventInit:e.TYPE,AudioSampleFormat:e.TYPE,AudioScheduledSourceNode:e.TYPE_VALUE,AudioScheduledSourceNodeEventMap:e.TYPE,AudioTimestamp:e.TYPE,AudioWorklet:e.TYPE_VALUE,AudioWorkletNode:e.TYPE_VALUE,AudioWorkletNodeEventMap:e.TYPE,AudioWorkletNodeOptions:e.TYPE,AuthenticationExtensionsClientInputs:e.TYPE,AuthenticationExtensionsClientInputsJSON:e.TYPE,AuthenticationExtensionsClientOutputs:e.TYPE,AuthenticationExtensionsPRFInputs:e.TYPE,AuthenticationExtensionsPRFOutputs:e.TYPE,AuthenticationExtensionsPRFValues:e.TYPE,AuthenticatorAssertionResponse:e.TYPE_VALUE,AuthenticatorAttachment:e.TYPE,AuthenticatorAttestationResponse:e.TYPE_VALUE,AuthenticatorResponse:e.TYPE_VALUE,AuthenticatorSelectionCriteria:e.TYPE,AuthenticatorTransport:e.TYPE,AutoFill:e.TYPE,AutoFillAddressKind:e.TYPE,AutoFillBase:e.TYPE,AutoFillContactField:e.TYPE,AutoFillContactKind:e.TYPE,AutoFillCredentialField:e.TYPE,AutoFillField:e.TYPE,AutoFillNormalField:e.TYPE,AutoFillSection:e.TYPE,AutoKeyword:e.TYPE,AutomationRate:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BarProp:e.TYPE_VALUE,Base64URLString:e.TYPE,BaseAudioContext:e.TYPE_VALUE,BaseAudioContextEventMap:e.TYPE,BeforeUnloadEvent:e.TYPE_VALUE,BigInteger:e.TYPE,BinaryType:e.TYPE,BiquadFilterNode:e.TYPE_VALUE,BiquadFilterOptions:e.TYPE,BiquadFilterType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobCallback:e.TYPE,BlobEvent:e.TYPE_VALUE,BlobEventInit:e.TYPE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanPlayTypeResult:e.TYPE,CanvasCaptureMediaStreamTrack:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasRenderingContext2D:e.TYPE_VALUE,CanvasRenderingContext2DSettings:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,CanvasUserInterface:e.TYPE,CaretPosition:e.TYPE_VALUE,CaretPositionFromPointOptions:e.TYPE,CDATASection:e.TYPE_VALUE,ChannelCountMode:e.TYPE,ChannelInterpretation:e.TYPE,ChannelMergerNode:e.TYPE_VALUE,ChannelMergerOptions:e.TYPE,ChannelSplitterNode:e.TYPE_VALUE,ChannelSplitterOptions:e.TYPE,CharacterData:e.TYPE_VALUE,CheckVisibilityOptions:e.TYPE,ChildNode:e.TYPE,ClientQueryOptions:e.TYPE,ClientRect:e.TYPE,ClientTypes:e.TYPE,Clipboard:e.TYPE_VALUE,ClipboardEvent:e.TYPE_VALUE,ClipboardEventInit:e.TYPE,ClipboardItem:e.TYPE_VALUE,ClipboardItemData:e.TYPE,ClipboardItemOptions:e.TYPE,ClipboardItems:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,Comment:e.TYPE_VALUE,CompositeOperation:e.TYPE,CompositeOperationOrAuto:e.TYPE,CompositionEvent:e.TYPE_VALUE,CompositionEventInit:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,ComputedEffectTiming:e.TYPE,ComputedKeyframe:e.TYPE,Console:e.TYPE,ConstantSourceNode:e.TYPE_VALUE,ConstantSourceOptions:e.TYPE,ConstrainBoolean:e.TYPE,ConstrainBooleanParameters:e.TYPE,ConstrainDOMString:e.TYPE,ConstrainDOMStringParameters:e.TYPE,ConstrainDouble:e.TYPE,ConstrainDoubleRange:e.TYPE,ConstrainULong:e.TYPE,ConstrainULongRange:e.TYPE,ContentVisibilityAutoStateChangeEvent:e.TYPE_VALUE,ContentVisibilityAutoStateChangeEventInit:e.TYPE,ConvolverNode:e.TYPE_VALUE,ConvolverOptions:e.TYPE,COSEAlgorithmIdentifier:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Credential:e.TYPE_VALUE,CredentialCreationOptions:e.TYPE,CredentialMediationRequirement:e.TYPE,CredentialPropertiesOutput:e.TYPE,CredentialRequestOptions:e.TYPE,CredentialsContainer:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSS: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,CSSKeywordish:e.TYPE,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,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSMediaRule:e.TYPE_VALUE,CSSNamespaceRule:e.TYPE_VALUE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPageRule:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,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,CSSStyleSheetInit:e.TYPE,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,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomElementConstructor:e.TYPE,CustomElementRegistry:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,CustomStateSet:e.TYPE_VALUE,DataTransfer:e.TYPE_VALUE,DataTransferItem:e.TYPE_VALUE,DataTransferItemList:e.TYPE_VALUE,DecodeErrorCallback:e.TYPE,DecodeSuccessCallback:e.TYPE,DecompressionStream:e.TYPE_VALUE,DelayNode:e.TYPE_VALUE,DelayOptions:e.TYPE,DeviceMotionEvent:e.TYPE_VALUE,DeviceMotionEventAcceleration:e.TYPE,DeviceMotionEventAccelerationInit:e.TYPE,DeviceMotionEventInit:e.TYPE,DeviceMotionEventRotationRate:e.TYPE,DeviceMotionEventRotationRateInit:e.TYPE,DeviceOrientationEvent:e.TYPE_VALUE,DeviceOrientationEventInit:e.TYPE,DirectionSetting:e.TYPE,DisplayCaptureSurfaceType:e.TYPE,DisplayMediaStreamOptions:e.TYPE,DistanceModelType:e.TYPE,Document:e.TYPE_VALUE,DocumentEventMap:e.TYPE,DocumentFragment:e.TYPE_VALUE,DocumentOrShadowRoot:e.TYPE,DocumentReadyState:e.TYPE,DocumentTimeline:e.TYPE_VALUE,DocumentTimelineOptions:e.TYPE,DocumentType:e.TYPE_VALUE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMImplementation:e.TYPE_VALUE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMParser:e.TYPE_VALUE,DOMParserSupportedType:e.TYPE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectList:e.TYPE_VALUE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,DOMStringMap:e.TYPE_VALUE,DOMTokenList:e.TYPE_VALUE,DoubleRange:e.TYPE,DragEvent:e.TYPE_VALUE,DragEventInit:e.TYPE,DynamicsCompressorNode:e.TYPE_VALUE,DynamicsCompressorOptions:e.TYPE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyAlgorithm:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EffectTiming:e.TYPE,Element:e.TYPE_VALUE,ElementContentEditable:e.TYPE,ElementCreationOptions:e.TYPE,ElementCSSInlineStyle:e.TYPE,ElementDefinitionOptions:e.TYPE,ElementEventMap:e.TYPE,ElementInternals:e.TYPE_VALUE,ElementTagNameMap:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EndOfStreamError:e.TYPE,EpochTimeStamp:e.TYPE,ErrorCallback:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventCounts:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventModifierInit:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget: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_shader_texture_lod:e.TYPE,EXT_sRGB: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,External:e.TYPE_VALUE,File:e.TYPE_VALUE,FileCallback:e.TYPE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileSystem:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryEntry:e.TYPE_VALUE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemDirectoryReader:e.TYPE_VALUE,FileSystemEntriesCallback:e.TYPE,FileSystemEntry:e.TYPE_VALUE,FileSystemEntryCallback:e.TYPE,FileSystemFileEntry:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemFlags:e.TYPE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,FillMode:e.TYPE,Float32List:e.TYPE,FocusEvent:e.TYPE_VALUE,FocusEventInit:e.TYPE,FocusOptions:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FormDataEvent:e.TYPE_VALUE,FormDataEventInit:e.TYPE,FragmentDirective:e.TYPE_VALUE,FrameRequestCallback:e.TYPE,FullscreenNavigationUI:e.TYPE,FullscreenOptions:e.TYPE,FunctionStringCallback:e.TYPE,GainNode:e.TYPE_VALUE,GainOptions:e.TYPE,Gamepad:e.TYPE_VALUE,GamepadButton:e.TYPE_VALUE,GamepadEffectParameters:e.TYPE,GamepadEvent:e.TYPE_VALUE,GamepadEventInit:e.TYPE,GamepadHapticActuator:e.TYPE_VALUE,GamepadHapticEffectType:e.TYPE,GamepadHapticsResult:e.TYPE,GamepadMappingType:e.TYPE,GenericTransformStream:e.TYPE,Geolocation:e.TYPE_VALUE,GeolocationCoordinates:e.TYPE_VALUE,GeolocationPosition:e.TYPE_VALUE,GeolocationPositionError:e.TYPE_VALUE,GetAnimationsOptions:e.TYPE,GetHTMLOptions:e.TYPE,GetNotificationOptions:e.TYPE,GetRootNodeOptions: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,GlobalCompositeOperation:e.TYPE,GlobalEventHandlers:e.TYPE,GlobalEventHandlersEventMap:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HashChangeEvent:e.TYPE_VALUE,HashChangeEventInit:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,Highlight:e.TYPE_VALUE,HighlightRegistry:e.TYPE_VALUE,HighlightType:e.TYPE,History:e.TYPE_VALUE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyAlgorithm:e.TYPE,HmacKeyGenParams:e.TYPE,HTMLAllCollection:e.TYPE_VALUE,HTMLAnchorElement:e.TYPE_VALUE,HTMLAreaElement:e.TYPE_VALUE,HTMLAudioElement:e.TYPE_VALUE,HTMLBaseElement:e.TYPE_VALUE,HTMLBodyElement:e.TYPE_VALUE,HTMLBodyElementEventMap:e.TYPE,HTMLBRElement:e.TYPE_VALUE,HTMLButtonElement:e.TYPE_VALUE,HTMLCanvasElement:e.TYPE_VALUE,HTMLCollection:e.TYPE_VALUE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLDataElement:e.TYPE_VALUE,HTMLDataListElement:e.TYPE_VALUE,HTMLDetailsElement:e.TYPE_VALUE,HTMLDialogElement:e.TYPE_VALUE,HTMLDirectoryElement:e.TYPE_VALUE,HTMLDivElement:e.TYPE_VALUE,HTMLDListElement:e.TYPE_VALUE,HTMLDocument:e.TYPE_VALUE,HTMLElement:e.TYPE_VALUE,HTMLElementDeprecatedTagNameMap:e.TYPE,HTMLElementEventMap:e.TYPE,HTMLElementTagNameMap:e.TYPE,HTMLEmbedElement:e.TYPE_VALUE,HTMLFieldSetElement:e.TYPE_VALUE,HTMLFontElement:e.TYPE_VALUE,HTMLFormControlsCollection:e.TYPE_VALUE,HTMLFormElement:e.TYPE_VALUE,HTMLFrameElement:e.TYPE_VALUE,HTMLFrameSetElement:e.TYPE_VALUE,HTMLFrameSetElementEventMap:e.TYPE,HTMLHeadElement:e.TYPE_VALUE,HTMLHeadingElement:e.TYPE_VALUE,HTMLHRElement:e.TYPE_VALUE,HTMLHtmlElement:e.TYPE_VALUE,HTMLHyperlinkElementUtils:e.TYPE,HTMLIFrameElement:e.TYPE_VALUE,HTMLImageElement:e.TYPE_VALUE,HTMLInputElement:e.TYPE_VALUE,HTMLLabelElement:e.TYPE_VALUE,HTMLLegendElement:e.TYPE_VALUE,HTMLLIElement:e.TYPE_VALUE,HTMLLinkElement:e.TYPE_VALUE,HTMLMapElement:e.TYPE_VALUE,HTMLMarqueeElement:e.TYPE_VALUE,HTMLMediaElement:e.TYPE_VALUE,HTMLMediaElementEventMap:e.TYPE,HTMLMenuElement:e.TYPE_VALUE,HTMLMetaElement:e.TYPE_VALUE,HTMLMeterElement:e.TYPE_VALUE,HTMLModElement:e.TYPE_VALUE,HTMLObjectElement:e.TYPE_VALUE,HTMLOListElement:e.TYPE_VALUE,HTMLOptGroupElement:e.TYPE_VALUE,HTMLOptionElement:e.TYPE_VALUE,HTMLOptionsCollection:e.TYPE_VALUE,HTMLOrSVGElement:e.TYPE,HTMLOrSVGImageElement:e.TYPE,HTMLOrSVGScriptElement: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,HTMLVideoElement:e.TYPE_VALUE,HTMLVideoElementEventMap:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,IdleDeadline:e.TYPE_VALUE,IdleRequestCallback:e.TYPE,IdleRequestOptions:e.TYPE,IIRFilterNode:e.TYPE_VALUE,IIRFilterOptions:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,InputDeviceInfo:e.TYPE_VALUE,InputEvent:e.TYPE_VALUE,InputEventInit:e.TYPE,InsertPosition:e.TYPE,Int32List:e.TYPE,IntersectionObserver:e.TYPE_VALUE,IntersectionObserverCallback:e.TYPE,IntersectionObserverEntry:e.TYPE_VALUE,IntersectionObserverInit:e.TYPE,IterationCompositeOperation:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyboardEvent:e.TYPE_VALUE,KeyboardEventInit:e.TYPE,KeyFormat:e.TYPE,Keyframe:e.TYPE,KeyframeAnimationOptions:e.TYPE,KeyframeEffect:e.TYPE_VALUE,KeyframeEffectOptions:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LargestContentfulPaint:e.TYPE_VALUE,LatencyMode:e.TYPE,LineAlignSetting:e.TYPE,LineAndPositionSetting:e.TYPE,LinkStyle:e.TYPE,Location:e.TYPE_VALUE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MathMLElement:e.TYPE_VALUE,MathMLElementEventMap:e.TYPE,MathMLElementTagNameMap:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaDeviceInfo:e.TYPE_VALUE,MediaDeviceKind:e.TYPE,MediaDevices:e.TYPE_VALUE,MediaDevicesEventMap:e.TYPE,MediaElementAudioSourceNode:e.TYPE_VALUE,MediaElementAudioSourceOptions:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaEncryptedEvent:e.TYPE_VALUE,MediaEncryptedEventInit:e.TYPE,MediaError:e.TYPE_VALUE,MediaImage:e.TYPE,MediaKeyMessageEvent:e.TYPE_VALUE,MediaKeyMessageEventInit:e.TYPE,MediaKeyMessageType:e.TYPE,MediaKeys:e.TYPE_VALUE,MediaKeySession:e.TYPE_VALUE,MediaKeySessionClosedReason:e.TYPE,MediaKeySessionEventMap:e.TYPE,MediaKeySessionType:e.TYPE,MediaKeysPolicy:e.TYPE,MediaKeysRequirement:e.TYPE,MediaKeyStatus:e.TYPE,MediaKeyStatusMap:e.TYPE_VALUE,MediaKeySystemAccess:e.TYPE_VALUE,MediaKeySystemConfiguration:e.TYPE,MediaKeySystemMediaCapability:e.TYPE,MediaList:e.TYPE_VALUE,MediaMetadata:e.TYPE_VALUE,MediaMetadataInit:e.TYPE,MediaPositionState:e.TYPE,MediaProvider:e.TYPE,MediaQueryList:e.TYPE_VALUE,MediaQueryListEvent:e.TYPE_VALUE,MediaQueryListEventInit:e.TYPE,MediaQueryListEventMap:e.TYPE,MediaRecorder:e.TYPE_VALUE,MediaRecorderEventMap:e.TYPE,MediaRecorderOptions:e.TYPE,MediaSession:e.TYPE_VALUE,MediaSessionAction:e.TYPE,MediaSessionActionDetails:e.TYPE,MediaSessionActionHandler:e.TYPE,MediaSessionPlaybackState:e.TYPE,MediaSource:e.TYPE_VALUE,MediaSourceEventMap:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStream:e.TYPE_VALUE,MediaStreamAudioDestinationNode:e.TYPE_VALUE,MediaStreamAudioSourceNode:e.TYPE_VALUE,MediaStreamAudioSourceOptions:e.TYPE,MediaStreamConstraints:e.TYPE,MediaStreamEventMap:e.TYPE,MediaStreamTrack:e.TYPE_VALUE,MediaStreamTrackEvent:e.TYPE_VALUE,MediaStreamTrackEventInit:e.TYPE,MediaStreamTrackEventMap:e.TYPE,MediaStreamTrackState:e.TYPE,MediaTrackCapabilities:e.TYPE,MediaTrackConstraints:e.TYPE,MediaTrackConstraintSet:e.TYPE,MediaTrackSettings:e.TYPE,MediaTrackSupportedConstraints:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MIDIAccess:e.TYPE_VALUE,MIDIAccessEventMap:e.TYPE,MIDIConnectionEvent:e.TYPE_VALUE,MIDIConnectionEventInit:e.TYPE,MIDIInput:e.TYPE_VALUE,MIDIInputEventMap:e.TYPE,MIDIInputMap:e.TYPE_VALUE,MIDIMessageEvent:e.TYPE_VALUE,MIDIMessageEventInit:e.TYPE,MIDIOptions:e.TYPE,MIDIOutput:e.TYPE_VALUE,MIDIOutputMap:e.TYPE_VALUE,MIDIPort:e.TYPE_VALUE,MIDIPortConnectionState:e.TYPE,MIDIPortDeviceState:e.TYPE,MIDIPortEventMap:e.TYPE,MIDIPortType:e.TYPE,MimeType:e.TYPE_VALUE,MimeTypeArray:e.TYPE_VALUE,MouseEvent:e.TYPE_VALUE,MouseEventInit:e.TYPE,MultiCacheQueryOptions:e.TYPE,MutationCallback:e.TYPE,MutationObserver:e.TYPE_VALUE,MutationObserverInit:e.TYPE,MutationRecord:e.TYPE_VALUE,MutationRecordType:e.TYPE,NamedCurve:e.TYPE,NamedNodeMap:e.TYPE_VALUE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigationTimingType:e.TYPE,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,NavigatorOnLine:e.TYPE,NavigatorPlugins:e.TYPE,NavigatorStorage:e.TYPE,Node:e.TYPE_VALUE,NodeFilter:e.TYPE_VALUE,NodeIterator:e.TYPE_VALUE,NodeList:e.TYPE_VALUE,NodeListOf:e.TYPE,NonDocumentTypeChildNode:e.TYPE,NonElementParentNode:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,NotificationPermissionCallback:e.TYPE,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,OfflineAudioCompletionEvent:e.TYPE_VALUE,OfflineAudioCompletionEventInit:e.TYPE,OfflineAudioContext:e.TYPE_VALUE,OfflineAudioContextEventMap:e.TYPE,OfflineAudioContextOptions:e.TYPE,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnBeforeUnloadEventHandler:e.TYPE,OnBeforeUnloadEventHandlerNonNull:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OptionalEffectTiming:e.TYPE,OptionalPostfixToken:e.TYPE,OptionalPrefixToken:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OrientationType:e.TYPE,OscillatorNode:e.TYPE_VALUE,OscillatorOptions:e.TYPE,OscillatorType:e.TYPE,OverconstrainedError:e.TYPE_VALUE,OverSampleType:e.TYPE,OVR_multiview2:e.TYPE,PageTransitionEvent:e.TYPE_VALUE,PageTransitionEventInit:e.TYPE,PannerNode:e.TYPE_VALUE,PannerOptions:e.TYPE,PanningModelType:e.TYPE,ParentNode:e.TYPE,Path2D:e.TYPE_VALUE,PayerErrors:e.TYPE,PaymentAddress:e.TYPE_VALUE,PaymentComplete:e.TYPE,PaymentCurrencyAmount:e.TYPE,PaymentDetailsBase:e.TYPE,PaymentDetailsInit:e.TYPE,PaymentDetailsModifier:e.TYPE,PaymentDetailsUpdate:e.TYPE,PaymentItem:e.TYPE,PaymentMethodChangeEvent:e.TYPE_VALUE,PaymentMethodChangeEventInit:e.TYPE,PaymentMethodData:e.TYPE,PaymentOptions:e.TYPE,PaymentRequest:e.TYPE_VALUE,PaymentRequestEventMap:e.TYPE,PaymentRequestUpdateEvent:e.TYPE_VALUE,PaymentRequestUpdateEventInit:e.TYPE,PaymentResponse:e.TYPE_VALUE,PaymentResponseEventMap:e.TYPE,PaymentShippingOption:e.TYPE,PaymentShippingType:e.TYPE,PaymentValidationErrors:e.TYPE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceEventTiming:e.TYPE_VALUE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceNavigation:e.TYPE_VALUE,PerformanceNavigationTiming:e.TYPE_VALUE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformancePaintTiming:e.TYPE_VALUE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PerformanceTiming:e.TYPE_VALUE,PeriodicWave:e.TYPE_VALUE,PeriodicWaveConstraints:e.TYPE,PeriodicWaveOptions:e.TYPE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PictureInPictureEvent:e.TYPE_VALUE,PictureInPictureEventInit:e.TYPE,PictureInPictureWindow:e.TYPE_VALUE,PictureInPictureWindowEventMap:e.TYPE,PlaneLayout:e.TYPE,PlaybackDirection:e.TYPE,Plugin:e.TYPE_VALUE,PluginArray:e.TYPE_VALUE,PointerEvent:e.TYPE_VALUE,PointerEventInit:e.TYPE,PointerLockOptions:e.TYPE,PopoverInvokerElement:e.TYPE,PopStateEvent:e.TYPE_VALUE,PopStateEventInit:e.TYPE,PositionAlignSetting:e.TYPE,PositionCallback:e.TYPE,PositionErrorCallback:e.TYPE,PositionOptions:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,PresentationStyle:e.TYPE,ProcessingInstruction:e.TYPE_VALUE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PropertyDefinition:e.TYPE,PropertyIndexedKeyframes:e.TYPE,PublicKeyCredential:e.TYPE_VALUE,PublicKeyCredentialCreationOptions:e.TYPE,PublicKeyCredentialCreationOptionsJSON:e.TYPE,PublicKeyCredentialDescriptor:e.TYPE,PublicKeyCredentialDescriptorJSON:e.TYPE,PublicKeyCredentialEntity:e.TYPE,PublicKeyCredentialJSON:e.TYPE,PublicKeyCredentialParameters:e.TYPE,PublicKeyCredentialRequestOptions:e.TYPE,PublicKeyCredentialRequestOptionsJSON:e.TYPE,PublicKeyCredentialRpEntity:e.TYPE,PublicKeyCredentialType:e.TYPE,PublicKeyCredentialUserEntity:e.TYPE,PublicKeyCredentialUserEntityJSON:e.TYPE,PushEncryptionKeyName:e.TYPE,PushManager:e.TYPE_VALUE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,RadioNodeList:e.TYPE_VALUE,Range:e.TYPE_VALUE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReadyState:e.TYPE,RecordingState:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,RemotePlayback:e.TYPE_VALUE,RemotePlaybackAvailabilityCallback:e.TYPE,RemotePlaybackEventMap:e.TYPE,RemotePlaybackState:e.TYPE,RenderingContext:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResidentKeyRequirement:e.TYPE,ResizeObserver:e.TYPE_VALUE,ResizeObserverBoxOptions:e.TYPE,ResizeObserverCallback:e.TYPE,ResizeObserverEntry:e.TYPE_VALUE,ResizeObserverOptions:e.TYPE,ResizeObserverSize:e.TYPE_VALUE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType: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,RTCAnswerOptions:e.TYPE,RTCBundlePolicy:e.TYPE,RTCCertificate:e.TYPE_VALUE,RTCCertificateExpiration:e.TYPE,RTCConfiguration:e.TYPE,RTCDataChannel:e.TYPE_VALUE,RTCDataChannelEvent:e.TYPE_VALUE,RTCDataChannelEventInit:e.TYPE,RTCDataChannelEventMap:e.TYPE,RTCDataChannelInit:e.TYPE,RTCDataChannelState:e.TYPE,RTCDegradationPreference:e.TYPE,RTCDtlsFingerprint:e.TYPE,RTCDtlsTransport:e.TYPE_VALUE,RTCDtlsTransportEventMap:e.TYPE,RTCDtlsTransportState:e.TYPE,RTCDTMFSender:e.TYPE_VALUE,RTCDTMFSenderEventMap:e.TYPE,RTCDTMFToneChangeEvent:e.TYPE_VALUE,RTCDTMFToneChangeEventInit:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCError:e.TYPE_VALUE,RTCErrorDetailType:e.TYPE,RTCErrorEvent:e.TYPE_VALUE,RTCErrorEventInit:e.TYPE,RTCErrorInit:e.TYPE,RTCIceCandidate:e.TYPE_VALUE,RTCIceCandidateInit:e.TYPE,RTCIceCandidatePair:e.TYPE,RTCIceCandidatePairStats:e.TYPE,RTCIceCandidateType:e.TYPE,RTCIceComponent:e.TYPE,RTCIceConnectionState:e.TYPE,RTCIceGathererState:e.TYPE,RTCIceGatheringState:e.TYPE,RTCIceProtocol:e.TYPE,RTCIceServer:e.TYPE,RTCIceTcpCandidateType:e.TYPE,RTCIceTransport:e.TYPE_VALUE,RTCIceTransportEventMap:e.TYPE,RTCIceTransportPolicy:e.TYPE,RTCIceTransportState:e.TYPE,RTCInboundRtpStreamStats:e.TYPE,RTCLocalSessionDescriptionInit:e.TYPE,RTCOfferAnswerOptions:e.TYPE,RTCOfferOptions:e.TYPE,RTCOutboundRtpStreamStats:e.TYPE,RTCPeerConnection:e.TYPE_VALUE,RTCPeerConnectionErrorCallback:e.TYPE,RTCPeerConnectionEventMap:e.TYPE,RTCPeerConnectionIceErrorEvent:e.TYPE_VALUE,RTCPeerConnectionIceErrorEventInit:e.TYPE,RTCPeerConnectionIceEvent:e.TYPE_VALUE,RTCPeerConnectionIceEventInit:e.TYPE,RTCPeerConnectionState:e.TYPE,RTCPriorityType:e.TYPE,RTCReceivedRtpStreamStats:e.TYPE,RTCRtcpMuxPolicy: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,RTCRtpReceiver:e.TYPE_VALUE,RTCRtpScriptTransform:e.TYPE_VALUE,RTCRtpSender:e.TYPE_VALUE,RTCRtpSendParameters:e.TYPE,RTCRtpStreamStats:e.TYPE,RTCRtpSynchronizationSource:e.TYPE,RTCRtpTransceiver:e.TYPE_VALUE,RTCRtpTransceiverDirection:e.TYPE,RTCRtpTransceiverInit:e.TYPE,RTCRtpTransform:e.TYPE,RTCSctpTransport:e.TYPE_VALUE,RTCSctpTransportEventMap:e.TYPE,RTCSctpTransportState:e.TYPE,RTCSdpType:e.TYPE,RTCSentRtpStreamStats:e.TYPE,RTCSessionDescription:e.TYPE_VALUE,RTCSessionDescriptionCallback:e.TYPE,RTCSessionDescriptionInit:e.TYPE,RTCSetParameterOptions:e.TYPE,RTCSignalingState:e.TYPE,RTCStats:e.TYPE,RTCStatsIceCandidatePairState:e.TYPE,RTCStatsReport:e.TYPE_VALUE,RTCStatsType:e.TYPE,RTCTrackEvent:e.TYPE_VALUE,RTCTrackEventInit:e.TYPE,RTCTransportStats:e.TYPE,Screen:e.TYPE_VALUE,ScreenOrientation:e.TYPE_VALUE,ScreenOrientationEventMap:e.TYPE,ScriptProcessorNode:e.TYPE_VALUE,ScriptProcessorNodeEventMap:e.TYPE,ScrollBehavior:e.TYPE,ScrollIntoViewOptions:e.TYPE,ScrollLogicalPosition:e.TYPE,ScrollOptions:e.TYPE,ScrollRestoration:e.TYPE,ScrollSetting:e.TYPE,ScrollToOptions:e.TYPE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,Selection:e.TYPE_VALUE,SelectionMode:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,ShadowRoot:e.TYPE_VALUE,ShadowRootEventMap:e.TYPE,ShadowRootInit:e.TYPE,ShadowRootMode:e.TYPE,ShareData:e.TYPE,SharedWorker:e.TYPE_VALUE,SlotAssignmentMode:e.TYPE,Slottable:e.TYPE,SourceBuffer:e.TYPE_VALUE,SourceBufferEventMap:e.TYPE,SourceBufferList:e.TYPE_VALUE,SourceBufferListEventMap:e.TYPE,SpeechRecognitionAlternative:e.TYPE_VALUE,SpeechRecognitionResult:e.TYPE_VALUE,SpeechRecognitionResultList:e.TYPE_VALUE,SpeechSynthesis:e.TYPE_VALUE,SpeechSynthesisErrorCode:e.TYPE,SpeechSynthesisErrorEvent:e.TYPE_VALUE,SpeechSynthesisErrorEventInit:e.TYPE,SpeechSynthesisEvent:e.TYPE_VALUE,SpeechSynthesisEventInit:e.TYPE,SpeechSynthesisEventMap:e.TYPE,SpeechSynthesisUtterance:e.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:e.TYPE,SpeechSynthesisVoice:e.TYPE_VALUE,StaticRange:e.TYPE_VALUE,StaticRangeInit:e.TYPE,StereoPannerNode:e.TYPE_VALUE,StereoPannerOptions:e.TYPE,Storage:e.TYPE_VALUE,StorageEstimate:e.TYPE,StorageEvent:e.TYPE_VALUE,StorageEventInit:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StyleMedia:e.TYPE,StylePropertyMap:e.TYPE_VALUE,StylePropertyMapReadOnly:e.TYPE_VALUE,StyleSheet:e.TYPE_VALUE,StyleSheetList:e.TYPE_VALUE,SubmitEvent:e.TYPE_VALUE,SubmitEventInit:e.TYPE,SubtleCrypto:e.TYPE_VALUE,SVGAElement:e.TYPE_VALUE,SVGAngle: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,SVGAnimateElement:e.TYPE_VALUE,SVGAnimateMotionElement:e.TYPE_VALUE,SVGAnimateTransformElement:e.TYPE_VALUE,SVGAnimationElement:e.TYPE_VALUE,SVGBoundingBoxOptions:e.TYPE,SVGCircleElement:e.TYPE_VALUE,SVGClipPathElement:e.TYPE_VALUE,SVGComponentTransferFunctionElement:e.TYPE_VALUE,SVGDefsElement:e.TYPE_VALUE,SVGDescElement:e.TYPE_VALUE,SVGElement:e.TYPE_VALUE,SVGElementEventMap:e.TYPE,SVGElementTagNameMap:e.TYPE,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,SVGLinearGradientElement:e.TYPE_VALUE,SVGLineElement:e.TYPE_VALUE,SVGMarkerElement:e.TYPE_VALUE,SVGMaskElement:e.TYPE_VALUE,SVGMatrix:e.TYPE_VALUE,SVGMetadataElement:e.TYPE_VALUE,SVGMPathElement:e.TYPE_VALUE,SVGNumber:e.TYPE_VALUE,SVGNumberList:e.TYPE_VALUE,SVGPathElement:e.TYPE_VALUE,SVGPatternElement:e.TYPE_VALUE,SVGPoint:e.TYPE_VALUE,SVGPointList:e.TYPE_VALUE,SVGPolygonElement:e.TYPE_VALUE,SVGPolylineElement:e.TYPE_VALUE,SVGPreserveAspectRatio:e.TYPE_VALUE,SVGRadialGradientElement:e.TYPE_VALUE,SVGRect:e.TYPE_VALUE,SVGRectElement:e.TYPE_VALUE,SVGScriptElement:e.TYPE_VALUE,SVGSetElement:e.TYPE_VALUE,SVGStopElement:e.TYPE_VALUE,SVGStringList:e.TYPE_VALUE,SVGStyleElement:e.TYPE_VALUE,SVGSVGElement:e.TYPE_VALUE,SVGSVGElementEventMap:e.TYPE,SVGSwitchElement:e.TYPE_VALUE,SVGSymbolElement: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,SVGTSpanElement:e.TYPE_VALUE,SVGUnitTypes:e.TYPE_VALUE,SVGURIReference:e.TYPE,SVGUseElement:e.TYPE_VALUE,SVGViewElement:e.TYPE_VALUE,TexImageSource:e.TYPE,Text:e.TYPE_VALUE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextEvent:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TextTrack:e.TYPE_VALUE,TextTrackCue:e.TYPE_VALUE,TextTrackCueEventMap:e.TYPE,TextTrackCueList:e.TYPE_VALUE,TextTrackEventMap:e.TYPE,TextTrackKind:e.TYPE,TextTrackList:e.TYPE_VALUE,TextTrackListEventMap:e.TYPE,TextTrackMode:e.TYPE,TimeRanges:e.TYPE_VALUE,TimerHandler:e.TYPE,ToggleEvent:e.TYPE_VALUE,ToggleEventInit:e.TYPE,Touch:e.TYPE_VALUE,TouchEvent:e.TYPE_VALUE,TouchEventInit:e.TYPE,TouchInit:e.TYPE,TouchList:e.TYPE_VALUE,TouchType:e.TYPE,TrackEvent:e.TYPE_VALUE,TrackEventInit:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,TransitionEvent:e.TYPE_VALUE,TransitionEventInit:e.TYPE,TreeWalker:e.TYPE_VALUE,UIEvent:e.TYPE_VALUE,UIEventInit:e.TYPE,Uint32List:e.TYPE,ULongRange:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,UserActivation:e.TYPE_VALUE,UserVerificationRequirement:e.TYPE,ValidityState:e.TYPE_VALUE,ValidityStateFlags:e.TYPE,VibratePattern:e.TYPE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFacingModeEnum:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCallbackMetadata:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoFrameRequestCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoPlaybackQuality:e.TYPE_VALUE,VideoTransferCharacteristics:e.TYPE,ViewTransition:e.TYPE_VALUE,ViewTransitionUpdateCallback:e.TYPE,VisualViewport:e.TYPE_VALUE,VisualViewportEventMap:e.TYPE,VoidFunction:e.TYPE,VTTCue:e.TYPE_VALUE,VTTRegion:e.TYPE_VALUE,WakeLock:e.TYPE_VALUE,WakeLockSentinel:e.TYPE_VALUE,WakeLockSentinelEventMap:e.TYPE,WakeLockType:e.TYPE,WaveShaperNode:e.TYPE_VALUE,WaveShaperOptions:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,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,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,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,WebKitCSSMatrix:e.TYPE_VALUE,webkitURL:e.TYPE_VALUE,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WheelEvent:e.TYPE_VALUE,WheelEventInit:e.TYPE,Window:e.TYPE_VALUE,WindowEventHandlers:e.TYPE,WindowEventHandlersEventMap:e.TYPE,WindowEventMap:e.TYPE,WindowLocalStorage:e.TYPE,WindowOrWorkerGlobalScope:e.TYPE,WindowPostMessageOptions:e.TYPE,WindowProxy:e.TYPE,WindowSessionStorage:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,Worklet:e.TYPE_VALUE,WorkletOptions:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLDocument:e.TYPE_VALUE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE,XMLSerializer:e.TYPE_VALUE,XPathEvaluator:e.TYPE_VALUE,XPathEvaluatorBase:e.TYPE,XPathExpression:e.TYPE_VALUE,XPathNSResolver:e.TYPE,XPathResult:e.TYPE_VALUE,XSLTProcessor:e.TYPE_VALUE},Ot}n(re,"requireDom");var wt={},wl;function Te(){if(wl)return wt;wl=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.dom_asynciterable=void 0;const e=R();return wt.dom_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},wt}n(Te,"requireDom_asynciterable");var Mt={},Ml;function oe(){if(Ml)return Mt;Ml=1,Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.dom_iterable=void 0;const e=R();return Mt.dom_iterable={AbortSignal:e.TYPE,AudioParam:e.TYPE,AudioParamMap:e.TYPE,BaseAudioContext:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSKeyframesRule:e.TYPE,CSSNumericArray:e.TYPE,CSSRuleList:e.TYPE,CSSStyleDeclaration:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,CustomStateSet:e.TYPE,DataTransferItemList:e.TYPE,DOMRectList:e.TYPE,DOMStringList:e.TYPE,DOMTokenList:e.TYPE,EventCounts:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,Highlight:e.TYPE,HighlightRegistry:e.TYPE,HTMLAllCollection:e.TYPE,HTMLCollectionBase:e.TYPE,HTMLCollectionOf:e.TYPE,HTMLFormElement:e.TYPE,HTMLSelectElement:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MediaKeyStatusMap:e.TYPE,MediaKeyStatusMapIterator:e.TYPE,MediaList:e.TYPE,MessageEvent:e.TYPE,MIDIInputMap:e.TYPE,MIDIOutput:e.TYPE,MIDIOutputMap: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,SourceBufferList:e.TYPE,SpeechRecognitionResult:e.TYPE,SpeechRecognitionResultList:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,StyleSheetList:e.TYPE,SubtleCrypto:e.TYPE,SVGLengthList:e.TYPE,SVGNumberList:e.TYPE,SVGPointList:e.TYPE,SVGStringList:e.TYPE,SVGTransformList:e.TYPE,TextTrackCueList:e.TYPE,TextTrackList:e.TYPE,TouchList:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Mt}n(oe,"requireDom_iterable");var Ut={},Ul;function Vi(){if(Ul)return Ut;Ul=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es5=void 0;const e=R(),l=oo(),i=Rl();return Ut.es5={...l.decorators,...i.decorators_legacy,Array:e.TYPE_VALUE,ArrayBuffer:e.TYPE_VALUE,ArrayBufferConstructor:e.TYPE,ArrayBufferLike:e.TYPE,ArrayBufferTypes:e.TYPE,ArrayBufferView:e.TYPE,ArrayConstructor:e.TYPE,ArrayLike:e.TYPE,Awaited:e.TYPE,Boolean:e.TYPE_VALUE,BooleanConstructor:e.TYPE,CallableFunction:e.TYPE,Capitalize:e.TYPE,ConcatArray:e.TYPE,ConstructorParameters:e.TYPE,DataView:e.TYPE_VALUE,DataViewConstructor:e.TYPE,Date:e.TYPE_VALUE,DateConstructor:e.TYPE,Error:e.TYPE_VALUE,ErrorConstructor:e.TYPE,EvalError:e.TYPE_VALUE,EvalErrorConstructor:e.TYPE,Exclude:e.TYPE,Extract:e.TYPE,Float32Array:e.TYPE_VALUE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE_VALUE,Float64ArrayConstructor:e.TYPE,Function:e.TYPE_VALUE,FunctionConstructor:e.TYPE,IArguments:e.TYPE,ImportAssertions:e.TYPE,ImportAttributes:e.TYPE,ImportCallOptions:e.TYPE,ImportMeta:e.TYPE,InstanceType:e.TYPE,Int8Array:e.TYPE_VALUE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE_VALUE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE_VALUE,Int32ArrayConstructor:e.TYPE,Intl:e.TYPE_VALUE,JSON:e.TYPE_VALUE,Lowercase:e.TYPE,Math:e.TYPE_VALUE,NewableFunction:e.TYPE,NoInfer:e.TYPE,NonNullable:e.TYPE,Number:e.TYPE_VALUE,NumberConstructor:e.TYPE,Object:e.TYPE_VALUE,ObjectConstructor:e.TYPE,Omit:e.TYPE,OmitThisParameter:e.TYPE,Parameters:e.TYPE,Partial:e.TYPE,Pick:e.TYPE,Promise:e.TYPE,PromiseConstructorLike:e.TYPE,PromiseLike:e.TYPE,PropertyDescriptor:e.TYPE,PropertyDescriptorMap:e.TYPE,PropertyKey:e.TYPE,RangeError:e.TYPE_VALUE,RangeErrorConstructor:e.TYPE,Readonly:e.TYPE,ReadonlyArray:e.TYPE,Record:e.TYPE,ReferenceError:e.TYPE_VALUE,ReferenceErrorConstructor:e.TYPE,RegExp:e.TYPE_VALUE,RegExpConstructor:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE,Required:e.TYPE,ReturnType:e.TYPE,String:e.TYPE_VALUE,StringConstructor:e.TYPE,Symbol:e.TYPE,SyntaxError:e.TYPE_VALUE,SyntaxErrorConstructor:e.TYPE,TemplateStringsArray:e.TYPE,ThisParameterType:e.TYPE,ThisType:e.TYPE,TypedPropertyDescriptor:e.TYPE,TypeError:e.TYPE_VALUE,TypeErrorConstructor:e.TYPE,Uint8Array:e.TYPE_VALUE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE_VALUE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE_VALUE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE_VALUE,Uint32ArrayConstructor:e.TYPE,Uncapitalize:e.TYPE,Uppercase:e.TYPE,URIError:e.TYPE_VALUE,URIErrorConstructor:e.TYPE,WeakKey:e.TYPE,WeakKeyTypes:e.TYPE},Ut}n(Vi,"requireEs5");var It={},xt={},Il;function ao(){if(Il)return xt;Il=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2015_collection=void 0;const e=R();return xt.es2015_collection={Map:e.TYPE_VALUE,MapConstructor:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE_VALUE,SetConstructor:e.TYPE,WeakMap:e.TYPE_VALUE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE_VALUE,WeakSetConstructor:e.TYPE},xt}n(ao,"requireEs2015_collection");var Dt={},xl;function uo(){if(xl)return Dt;xl=1,Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2015_core=void 0;const e=R();return Dt.es2015_core={Array:e.TYPE,ArrayConstructor:e.TYPE,DateConstructor:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array: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,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Dt}n(uo,"requireEs2015_core");var Ft={},kt={},Nt={},Dl;function ae(){if(Dl)return Nt;Dl=1,Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2015_symbol=void 0;const e=R();return Nt.es2015_symbol={SymbolConstructor:e.TYPE},Nt}n(ae,"requireEs2015_symbol");var Fl;function ue(){if(Fl)return kt;Fl=1,Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2015_iterable=void 0;const e=R(),l=ae();return kt.es2015_iterable={...l.es2015_symbol,Array:e.TYPE,ArrayConstructor:e.TYPE,ArrayIterator:e.TYPE,BuiltinIteratorReturn:e.TYPE,Float32Array:e.TYPE,Float32ArrayConstructor:e.TYPE,Float64Array:e.TYPE,Float64ArrayConstructor:e.TYPE,IArguments:e.TYPE,Int8Array:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16Array:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32Array:e.TYPE,Int32ArrayConstructor:e.TYPE,Iterable:e.TYPE,IterableIterator:e.TYPE,Iterator:e.TYPE,IteratorObject:e.TYPE,IteratorResult:e.TYPE,IteratorReturnResult:e.TYPE,IteratorYieldResult:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,MapIterator:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,ReadonlyMap:e.TYPE,ReadonlySet:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,SetIterator:e.TYPE,String:e.TYPE,StringIterator:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArray:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16Array:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32Array:e.TYPE,Uint32ArrayConstructor:e.TYPE,WeakMap:e.TYPE,WeakMapConstructor:e.TYPE,WeakSet:e.TYPE,WeakSetConstructor:e.TYPE},kt}n(ue,"requireEs2015_iterable");var kl;function lo(){if(kl)return Ft;kl=1,Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2015_generator=void 0;const e=R(),l=ue();return Ft.es2015_generator={...l.es2015_iterable,Generator:e.TYPE,GeneratorFunction:e.TYPE,GeneratorFunctionConstructor:e.TYPE},Ft}n(lo,"requireEs2015_generator");var jt={},Nl;function co(){if(Nl)return jt;Nl=1,Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2015_promise=void 0;const e=R();return jt.es2015_promise={PromiseConstructor:e.TYPE},jt}n(co,"requireEs2015_promise");var Bt={},jl;function po(){if(jl)return Bt;jl=1,Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2015_proxy=void 0;const e=R();return Bt.es2015_proxy={ProxyConstructor:e.TYPE,ProxyHandler:e.TYPE},Bt}n(po,"requireEs2015_proxy");var qt={},Bl;function fo(){if(Bl)return qt;Bl=1,Object.defineProperty(qt,"__esModule",{value:!0}),qt.es2015_reflect=void 0;const e=R();return qt.es2015_reflect={Reflect:e.TYPE_VALUE},qt}n(fo,"requireEs2015_reflect");var Gt={},ql;function qe(){if(ql)return Gt;ql=1,Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2015_symbol_wellknown=void 0;const e=R(),l=ae();return Gt.es2015_symbol_wellknown={...l.es2015_symbol,Array:e.TYPE,ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE,ArrayConstructor:e.TYPE,DataView:e.TYPE,Date:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Function:e.TYPE,GeneratorFunction:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,JSON:e.TYPE,Map:e.TYPE,MapConstructor:e.TYPE,Math:e.TYPE,Promise:e.TYPE,PromiseConstructor:e.TYPE,ReadonlyArray:e.TYPE,RegExp:e.TYPE,RegExpConstructor:e.TYPE,Set:e.TYPE,SetConstructor:e.TYPE,String:e.TYPE,Symbol:e.TYPE,SymbolConstructor:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE,WeakMap:e.TYPE,WeakSet:e.TYPE},Gt}n(qe,"requireEs2015_symbol_wellknown");var Gl;function py(){if(Gl)return It;Gl=1,Object.defineProperty(It,"__esModule",{value:!0}),It.es6=void 0;const e=Vi(),l=ao(),i=uo(),p=lo(),c=ue(),u=co(),t=po(),r=fo(),o=ae(),a=qe();return It.es6={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...p.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},It}n(py,"requireEs6");var $t={},Wt={},$l;function Eo(){if($l)return Wt;$l=1,Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2015=void 0;const e=Vi(),l=ao(),i=uo(),p=lo(),c=ue(),u=co(),t=po(),r=fo(),o=ae(),a=qe();return Wt.es2015={...e.es5,...i.es2015_core,...l.es2015_collection,...c.es2015_iterable,...p.es2015_generator,...u.es2015_promise,...t.es2015_proxy,...r.es2015_reflect,...o.es2015_symbol,...a.es2015_symbol_wellknown},Wt}n(Eo,"requireEs2015");var Ht={},Wl;function To(){if(Wl)return Ht;Wl=1,Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2016_array_include=void 0;const e=R();return Ht.es2016_array_include={Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Ht}n(To,"requireEs2016_array_include");var Kt={},Hl;function Po(){if(Hl)return Kt;Hl=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.es2016_intl=void 0;const e=R();return Kt.es2016_intl={Intl:e.TYPE_VALUE},Kt}n(Po,"requireEs2016_intl");var Kl;function fy(){if(Kl)return $t;Kl=1,Object.defineProperty($t,"__esModule",{value:!0}),$t.es7=void 0;const e=Eo(),l=To(),i=Po();return $t.es7={...e.es2015,...l.es2016_array_include,...i.es2016_intl},$t}n(fy,"requireEs7");var Xt={},Xl;function mo(){if(Xl)return Xt;Xl=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.es2016=void 0;const e=Eo(),l=To(),i=Po();return Xt.es2016={...e.es2015,...l.es2016_array_include,...i.es2016_intl},Xt}n(mo,"requireEs2016");var zt={},Jt={},zl;function ne(){if(zl)return Jt;zl=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.scripthost=void 0;const e=R();return Jt.scripthost={ActiveXObject:e.TYPE_VALUE,Date:e.TYPE,DateConstructor:e.TYPE,Enumerator:e.TYPE_VALUE,EnumeratorConstructor:e.TYPE,ITextWriter:e.TYPE,SafeArray:e.TYPE_VALUE,TextStreamBase:e.TYPE,TextStreamReader:e.TYPE,TextStreamWriter:e.TYPE,VarDate:e.TYPE_VALUE,VBArray:e.TYPE_VALUE,VBArrayConstructor:e.TYPE},Jt}n(ne,"requireScripthost");var Qt={},Jl;function ie(){return Jl||(Jl=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.webworker_importscripts=void 0,Qt.webworker_importscripts={}),Qt}n(ie,"requireWebworker_importscripts");var Ql;function Ey(){if(Ql)return zt;Ql=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.es2016_full=void 0;const e=re(),l=oe(),i=mo(),p=ne(),c=ie();return zt.es2016_full={...i.es2016,...e.dom,...c.webworker_importscripts,...p.scripthost,...l.dom_iterable},zt}n(Ey,"requireEs2016_full");var Zt={},er={},Zl;function ec(){if(Zl)return er;Zl=1,Object.defineProperty(er,"__esModule",{value:!0}),er.es2017_arraybuffer=void 0;const e=R();return er.es2017_arraybuffer={ArrayBufferConstructor:e.TYPE},er}n(ec,"requireEs2017_arraybuffer");var tr={},tc;function rc(){if(tc)return tr;tc=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.es2017_date=void 0;const e=R();return tr.es2017_date={DateConstructor:e.TYPE},tr}n(rc,"requireEs2017_date");var rr={},nc;function ic(){if(nc)return rr;nc=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.es2017_intl=void 0;const e=R();return rr.es2017_intl={Intl:e.TYPE_VALUE},rr}n(ic,"requireEs2017_intl");var nr={},sc;function oc(){if(sc)return nr;sc=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.es2017_object=void 0;const e=R();return nr.es2017_object={ObjectConstructor:e.TYPE},nr}n(oc,"requireEs2017_object");var ir={},ac;function uc(){if(ac)return ir;ac=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.es2017_sharedmemory=void 0;const e=R(),l=ae(),i=qe();return ir.es2017_sharedmemory={...l.es2015_symbol,...i.es2015_symbol_wellknown,ArrayBufferTypes:e.TYPE,Atomics:e.TYPE_VALUE,SharedArrayBuffer:e.TYPE_VALUE,SharedArrayBufferConstructor:e.TYPE},ir}n(uc,"requireEs2017_sharedmemory");var sr={},lc;function cc(){if(lc)return sr;lc=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.es2017_string=void 0;const e=R();return sr.es2017_string={String:e.TYPE},sr}n(cc,"requireEs2017_string");var or={},pc;function fc(){if(pc)return or;pc=1,Object.defineProperty(or,"__esModule",{value:!0}),or.es2017_typedarrays=void 0;const e=R();return or.es2017_typedarrays={Float32ArrayConstructor:e.TYPE,Float64ArrayConstructor:e.TYPE,Int8ArrayConstructor:e.TYPE,Int16ArrayConstructor:e.TYPE,Int32ArrayConstructor:e.TYPE,Uint8ArrayConstructor:e.TYPE,Uint8ClampedArrayConstructor:e.TYPE,Uint16ArrayConstructor:e.TYPE,Uint32ArrayConstructor:e.TYPE},or}n(fc,"requireEs2017_typedarrays");var Ec;function yo(){if(Ec)return Zt;Ec=1,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.es2017=void 0;const e=mo(),l=ec(),i=rc(),p=ic(),c=oc(),u=uc(),t=cc(),r=fc();return Zt.es2017={...e.es2016,...l.es2017_arraybuffer,...i.es2017_date,...p.es2017_intl,...c.es2017_object,...u.es2017_sharedmemory,...t.es2017_string,...r.es2017_typedarrays},Zt}n(yo,"requireEs2017");var ar={},dc;function dy(){if(dc)return ar;dc=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.es2017_full=void 0;const e=re(),l=oe(),i=yo(),p=ne(),c=ie();return ar.es2017_full={...i.es2017,...e.dom,...c.webworker_importscripts,...p.scripthost,...l.dom_iterable},ar}n(dy,"requireEs2017_full");var ur={},lr={},cr={},Tc;function Ri(){if(Tc)return cr;Tc=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2018_asynciterable=void 0;const e=R(),l=ue(),i=ae();return cr.es2018_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},cr}n(Ri,"requireEs2018_asynciterable");var Pc;function mc(){if(Pc)return lr;Pc=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.es2018_asyncgenerator=void 0;const e=R(),l=Ri();return lr.es2018_asyncgenerator={...l.es2018_asynciterable,AsyncGenerator:e.TYPE,AsyncGeneratorFunction:e.TYPE,AsyncGeneratorFunctionConstructor:e.TYPE},lr}n(mc,"requireEs2018_asyncgenerator");var pr={},yc;function ho(){if(yc)return pr;yc=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2018_intl=void 0;const e=R();return pr.es2018_intl={Intl:e.TYPE_VALUE},pr}n(ho,"requireEs2018_intl");var fr={},hc;function _c(){if(hc)return fr;hc=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2018_promise=void 0;const e=R();return fr.es2018_promise={Promise:e.TYPE},fr}n(_c,"requireEs2018_promise");var Er={},vc;function bc(){if(vc)return Er;vc=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2018_regexp=void 0;const e=R();return Er.es2018_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpMatchArray:e.TYPE},Er}n(bc,"requireEs2018_regexp");var gc;function _o(){if(gc)return ur;gc=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2018=void 0;const e=yo(),l=mc(),i=Ri(),p=ho(),c=_c(),u=bc();return ur.es2018={...e.es2017,...i.es2018_asynciterable,...l.es2018_asyncgenerator,...c.es2018_promise,...u.es2018_regexp,...p.es2018_intl},ur}n(_o,"requireEs2018");var dr={},Sc;function Ty(){if(Sc)return dr;Sc=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2018_full=void 0;const e=re(),l=Te(),i=oe(),p=_o(),c=ne(),u=ie();return dr.es2018_full={...p.es2018,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},dr}n(Ty,"requireEs2018_full");var Tr={},Pr={},Yc;function Lc(){if(Yc)return Pr;Yc=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.es2019_array=void 0;const e=R();return Pr.es2019_array={Array:e.TYPE,FlatArray:e.TYPE,ReadonlyArray:e.TYPE},Pr}n(Lc,"requireEs2019_array");var mr={},Ac;function Cc(){if(Ac)return mr;Ac=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2019_intl=void 0;const e=R();return mr.es2019_intl={Intl:e.TYPE_VALUE},mr}n(Cc,"requireEs2019_intl");var yr={},Vc;function Rc(){if(Vc)return yr;Vc=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2019_object=void 0;const e=R(),l=ue();return yr.es2019_object={...l.es2015_iterable,ObjectConstructor:e.TYPE},yr}n(Rc,"requireEs2019_object");var hr={},Oc;function wc(){if(Oc)return hr;Oc=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_string=void 0;const e=R();return hr.es2019_string={String:e.TYPE},hr}n(wc,"requireEs2019_string");var _r={},Mc;function Uc(){if(Mc)return _r;Mc=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_symbol=void 0;const e=R();return _r.es2019_symbol={Symbol:e.TYPE},_r}n(Uc,"requireEs2019_symbol");var Ic;function vo(){if(Ic)return Tr;Ic=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2019=void 0;const e=_o(),l=Lc(),i=Cc(),p=Rc(),c=wc(),u=Uc();return Tr.es2019={...e.es2018,...l.es2019_array,...p.es2019_object,...c.es2019_string,...u.es2019_symbol,...i.es2019_intl},Tr}n(vo,"requireEs2019");var vr={},xc;function Py(){if(xc)return vr;xc=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2019_full=void 0;const e=re(),l=Te(),i=oe(),p=vo(),c=ne(),u=ie();return vr.es2019_full={...p.es2019,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},vr}n(Py,"requireEs2019_full");var br={},gr={},Sr={},Dc;function Ue(){if(Dc)return Sr;Dc=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2020_intl=void 0;const e=R(),l=ho();return Sr.es2020_intl={...l.es2018_intl,Intl:e.TYPE_VALUE},Sr}n(Ue,"requireEs2020_intl");var Fc;function Oi(){if(Fc)return gr;Fc=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2020_bigint=void 0;const e=R(),l=Ue();return gr.es2020_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},gr}n(Oi,"requireEs2020_bigint");var Yr={},kc;function Nc(){if(kc)return Yr;kc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_date=void 0;const e=R(),l=Ue();return Yr.es2020_date={...l.es2020_intl,Date:e.TYPE},Yr}n(Nc,"requireEs2020_date");var Lr={},jc;function Bc(){if(jc)return Lr;jc=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_number=void 0;const e=R(),l=Ue();return Lr.es2020_number={...l.es2020_intl,Number:e.TYPE},Lr}n(Bc,"requireEs2020_number");var Ar={},qc;function Gc(){if(qc)return Ar;qc=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_promise=void 0;const e=R();return Ar.es2020_promise={PromiseConstructor:e.TYPE,PromiseFulfilledResult:e.TYPE,PromiseRejectedResult:e.TYPE,PromiseSettledResult:e.TYPE},Ar}n(Gc,"requireEs2020_promise");var Cr={},$c;function Wc(){if($c)return Cr;$c=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_sharedmemory=void 0;const e=R(),l=Oi();return Cr.es2020_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE},Cr}n(Wc,"requireEs2020_sharedmemory");var Vr={},Rr={},Hc;function bo(){if(Hc)return Rr;Hc=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_symbol_wellknown=void 0;const e=R(),l=ue(),i=ae();return Rr.es2020_symbol_wellknown={...l.es2015_iterable,...i.es2015_symbol,RegExp:e.TYPE,RegExpStringIterator:e.TYPE,SymbolConstructor:e.TYPE},Rr}n(bo,"requireEs2020_symbol_wellknown");var Kc;function Xc(){if(Kc)return Vr;Kc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_string=void 0;const e=R(),l=ue(),i=Ue(),p=bo();return Vr.es2020_string={...l.es2015_iterable,...i.es2020_intl,...p.es2020_symbol_wellknown,String:e.TYPE},Vr}n(Xc,"requireEs2020_string");var zc;function go(){if(zc)return br;zc=1,Object.defineProperty(br,"__esModule",{value:!0}),br.es2020=void 0;const e=vo(),l=Oi(),i=Nc(),p=Ue(),c=Bc(),u=Gc(),t=Wc(),r=Xc(),o=bo();return br.es2020={...e.es2019,...l.es2020_bigint,...i.es2020_date,...c.es2020_number,...u.es2020_promise,...t.es2020_sharedmemory,...r.es2020_string,...o.es2020_symbol_wellknown,...p.es2020_intl},br}n(go,"requireEs2020");var Or={},Jc;function my(){if(Jc)return Or;Jc=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_full=void 0;const e=re(),l=Te(),i=oe(),p=go(),c=ne(),u=ie();return Or.es2020_full={...p.es2020,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Or}n(my,"requireEs2020_full");var wr={},Mr={},Qc;function Zc(){if(Qc)return Mr;Qc=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021_intl=void 0;const e=R();return Mr.es2021_intl={Intl:e.TYPE_VALUE},Mr}n(Zc,"requireEs2021_intl");var Ur={},ep;function So(){if(ep)return Ur;ep=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_promise=void 0;const e=R();return Ur.es2021_promise={AggregateError:e.TYPE_VALUE,AggregateErrorConstructor:e.TYPE,PromiseConstructor:e.TYPE},Ur}n(So,"requireEs2021_promise");var Ir={},tp;function rp(){if(tp)return Ir;tp=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2021_string=void 0;const e=R();return Ir.es2021_string={String:e.TYPE},Ir}n(rp,"requireEs2021_string");var xr={},np;function ip(){if(np)return xr;np=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2021_weakref=void 0;const e=R(),l=qe();return xr.es2021_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},xr}n(ip,"requireEs2021_weakref");var sp;function Yo(){if(sp)return wr;sp=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2021=void 0;const e=go(),l=Zc(),i=So(),p=rp(),c=ip();return wr.es2021={...e.es2020,...i.es2021_promise,...p.es2021_string,...c.es2021_weakref,...l.es2021_intl},wr}n(Yo,"requireEs2021");var Dr={},op;function yy(){if(op)return Dr;op=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2021_full=void 0;const e=re(),l=Te(),i=oe(),p=Yo(),c=ne(),u=ie();return Dr.es2021_full={...p.es2021,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Dr}n(yy,"requireEs2021_full");var Fr={},kr={},ap;function up(){if(ap)return kr;ap=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022_array=void 0;const e=R();return kr.es2022_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},kr}n(up,"requireEs2022_array");var Nr={},lp;function cp(){if(lp)return Nr;lp=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2022_error=void 0;const e=R(),l=So();return Nr.es2022_error={...l.es2021_promise,AggregateErrorConstructor:e.TYPE,Error:e.TYPE,ErrorConstructor:e.TYPE,ErrorOptions:e.TYPE,EvalErrorConstructor:e.TYPE,RangeErrorConstructor:e.TYPE,ReferenceErrorConstructor:e.TYPE,SyntaxErrorConstructor:e.TYPE,TypeErrorConstructor:e.TYPE,URIErrorConstructor:e.TYPE},Nr}n(cp,"requireEs2022_error");var jr={},pp;function fp(){if(pp)return jr;pp=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_intl=void 0;const e=R();return jr.es2022_intl={Intl:e.TYPE_VALUE},jr}n(fp,"requireEs2022_intl");var Br={},Ep;function dp(){if(Ep)return Br;Ep=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_object=void 0;const e=R();return Br.es2022_object={ObjectConstructor:e.TYPE},Br}n(dp,"requireEs2022_object");var qr={},Tp;function Pp(){if(Tp)return qr;Tp=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2022_regexp=void 0;const e=R();return qr.es2022_regexp={RegExp:e.TYPE,RegExpExecArray:e.TYPE,RegExpIndicesArray:e.TYPE,RegExpMatchArray:e.TYPE},qr}n(Pp,"requireEs2022_regexp");var Gr={},mp;function yp(){if(mp)return Gr;mp=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_string=void 0;const e=R();return Gr.es2022_string={String:e.TYPE},Gr}n(yp,"requireEs2022_string");var hp;function Lo(){if(hp)return Fr;hp=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2022=void 0;const e=Yo(),l=up(),i=cp(),p=fp(),c=dp(),u=Pp(),t=yp();return Fr.es2022={...e.es2021,...l.es2022_array,...i.es2022_error,...p.es2022_intl,...c.es2022_object,...u.es2022_regexp,...t.es2022_string},Fr}n(Lo,"requireEs2022");var $r={},_p;function hy(){if(_p)return $r;_p=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_full=void 0;const e=re(),l=Te(),i=oe(),p=Lo(),c=ne(),u=ie();return $r.es2022_full={...p.es2022,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},$r}n(hy,"requireEs2022_full");var Wr={},Hr={},vp;function bp(){if(vp)return Hr;vp=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2023_array=void 0;const e=R();return Hr.es2023_array={Array:e.TYPE,BigInt64Array:e.TYPE,BigUint64Array:e.TYPE,Float32Array:e.TYPE,Float64Array:e.TYPE,Int8Array:e.TYPE,Int16Array:e.TYPE,Int32Array:e.TYPE,ReadonlyArray:e.TYPE,Uint8Array:e.TYPE,Uint8ClampedArray:e.TYPE,Uint16Array:e.TYPE,Uint32Array:e.TYPE},Hr}n(bp,"requireEs2023_array");var Kr={},gp;function Sp(){if(gp)return Kr;gp=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2023_collection=void 0;const e=R();return Kr.es2023_collection={WeakKeyTypes:e.TYPE},Kr}n(Sp,"requireEs2023_collection");var Xr={},Yp;function Lp(){if(Yp)return Xr;Yp=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2023_intl=void 0;const e=R();return Xr.es2023_intl={Intl:e.TYPE_VALUE},Xr}n(Lp,"requireEs2023_intl");var Ap;function Ao(){if(Ap)return Wr;Ap=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2023=void 0;const e=Lo(),l=bp(),i=Sp(),p=Lp();return Wr.es2023={...e.es2022,...l.es2023_array,...i.es2023_collection,...p.es2023_intl},Wr}n(Ao,"requireEs2023");var zr={},Cp;function _y(){if(Cp)return zr;Cp=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_full=void 0;const e=re(),l=Te(),i=oe(),p=Ao(),c=ne(),u=ie();return zr.es2023_full={...p.es2023,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},zr}n(_y,"requireEs2023_full");var Jr={},Qr={},Vp;function Rp(){if(Vp)return Qr;Vp=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.es2024_arraybuffer=void 0;const e=R();return Qr.es2024_arraybuffer={ArrayBuffer:e.TYPE,ArrayBufferConstructor:e.TYPE},Qr}n(Rp,"requireEs2024_arraybuffer");var Zr={},Op;function Co(){if(Op)return Zr;Op=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.es2024_collection=void 0;const e=R();return Zr.es2024_collection={MapConstructor:e.TYPE},Zr}n(Co,"requireEs2024_collection");var en={},wp;function Mp(){if(wp)return en;wp=1,Object.defineProperty(en,"__esModule",{value:!0}),en.es2024_object=void 0;const e=R();return en.es2024_object={ObjectConstructor:e.TYPE},en}n(Mp,"requireEs2024_object");var tn={},Up;function Ip(){if(Up)return tn;Up=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.es2024_promise=void 0;const e=R();return tn.es2024_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},tn}n(Ip,"requireEs2024_promise");var rn={},xp;function Dp(){if(xp)return rn;xp=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.es2024_regexp=void 0;const e=R();return rn.es2024_regexp={RegExp:e.TYPE},rn}n(Dp,"requireEs2024_regexp");var nn={},Fp;function kp(){if(Fp)return nn;Fp=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.es2024_sharedmemory=void 0;const e=R(),l=Oi();return nn.es2024_sharedmemory={...l.es2020_bigint,Atomics:e.TYPE,SharedArrayBuffer:e.TYPE,SharedArrayBufferConstructor:e.TYPE},nn}n(kp,"requireEs2024_sharedmemory");var sn={},Np;function jp(){if(Np)return sn;Np=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.es2024_string=void 0;const e=R();return sn.es2024_string={String:e.TYPE},sn}n(jp,"requireEs2024_string");var Bp;function Vo(){if(Bp)return Jr;Bp=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2024=void 0;const e=Ao(),l=Rp(),i=Co(),p=Mp(),c=Ip(),u=Dp(),t=kp(),r=jp();return Jr.es2024={...e.es2023,...l.es2024_arraybuffer,...i.es2024_collection,...p.es2024_object,...c.es2024_promise,...u.es2024_regexp,...t.es2024_sharedmemory,...r.es2024_string},Jr}n(Vo,"requireEs2024");var on={},qp;function vy(){if(qp)return on;qp=1,Object.defineProperty(on,"__esModule",{value:!0}),on.es2024_full=void 0;const e=re(),l=Te(),i=oe(),p=Vo(),c=ne(),u=ie();return on.es2024_full={...p.es2024,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},on}n(vy,"requireEs2024_full");var an={},un={},Gp;function $p(){if(Gp)return un;Gp=1,Object.defineProperty(un,"__esModule",{value:!0}),un.esnext_array=void 0;const e=R();return un.esnext_array={ArrayConstructor:e.TYPE},un}n($p,"requireEsnext_array");var ln={},Wp;function Hp(){if(Wp)return ln;Wp=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_collection=void 0;const e=R(),l=Co();return ln.esnext_collection={...l.es2024_collection,ReadonlySet:e.TYPE,ReadonlySetLike:e.TYPE,Set:e.TYPE},ln}n(Hp,"requireEsnext_collection");var cn={},Kp;function Xp(){if(Kp)return cn;Kp=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.esnext_decorators=void 0;const e=R(),l=oo(),i=ae();return cn.esnext_decorators={...i.es2015_symbol,...l.decorators,Function:e.TYPE,SymbolConstructor:e.TYPE},cn}n(Xp,"requireEsnext_decorators");var pn={},zp;function Jp(){if(zp)return pn;zp=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.esnext_disposable=void 0;const e=R(),l=ue(),i=ae(),p=Ri();return pn.esnext_disposable={...i.es2015_symbol,...l.es2015_iterable,...p.es2018_asynciterable,AsyncDisposable:e.TYPE,AsyncDisposableStack:e.TYPE_VALUE,AsyncDisposableStackConstructor:e.TYPE,AsyncIteratorObject:e.TYPE,Disposable:e.TYPE,DisposableStack:e.TYPE_VALUE,DisposableStackConstructor:e.TYPE,IteratorObject:e.TYPE,SuppressedError:e.TYPE_VALUE,SuppressedErrorConstructor:e.TYPE,SymbolConstructor:e.TYPE},pn}n(Jp,"requireEsnext_disposable");var fn={},Qp;function Zp(){if(Qp)return fn;Qp=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.esnext_intl=void 0;const e=R();return fn.esnext_intl={Intl:e.TYPE_VALUE},fn}n(Zp,"requireEsnext_intl");var En={},ef;function tf(){if(ef)return En;ef=1,Object.defineProperty(En,"__esModule",{value:!0}),En.esnext_iterator=void 0;const e=R(),l=ue();return En.esnext_iterator={...l.es2015_iterable,Iterator:e.TYPE_VALUE,IteratorObjectConstructor:e.TYPE},En}n(tf,"requireEsnext_iterator");var rf;function nf(){if(rf)return an;rf=1,Object.defineProperty(an,"__esModule",{value:!0}),an.esnext=void 0;const e=Vo(),l=$p(),i=Hp(),p=Xp(),c=Jp(),u=Zp(),t=tf();return an.esnext={...e.es2024,...u.esnext_intl,...p.esnext_decorators,...c.esnext_disposable,...i.esnext_collection,...l.esnext_array,...t.esnext_iterator},an}n(nf,"requireEsnext");var dn={},sf;function by(){if(sf)return dn;sf=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.esnext_asynciterable=void 0;const e=R(),l=ue(),i=ae();return dn.esnext_asynciterable={...i.es2015_symbol,...l.es2015_iterable,AsyncIterable:e.TYPE,AsyncIterableIterator:e.TYPE,AsyncIterator:e.TYPE,AsyncIteratorObject:e.TYPE,SymbolConstructor:e.TYPE},dn}n(by,"requireEsnext_asynciterable");var Tn={},of;function gy(){if(of)return Tn;of=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.esnext_bigint=void 0;const e=R(),l=Ue();return Tn.esnext_bigint={...l.es2020_intl,BigInt:e.TYPE_VALUE,BigInt64Array:e.TYPE_VALUE,BigInt64ArrayConstructor:e.TYPE,BigIntConstructor:e.TYPE,BigIntToLocaleStringOptions:e.TYPE,BigUint64Array:e.TYPE_VALUE,BigUint64ArrayConstructor:e.TYPE,DataView:e.TYPE,Intl:e.TYPE_VALUE},Tn}n(gy,"requireEsnext_bigint");var Pn={},af;function Sy(){if(af)return Pn;af=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.esnext_full=void 0;const e=re(),l=Te(),i=oe(),p=nf(),c=ne(),u=ie();return Pn.esnext_full={...p.esnext,...e.dom,...u.webworker_importscripts,...c.scripthost,...i.dom_iterable,...l.dom_asynciterable},Pn}n(Sy,"requireEsnext_full");var mn={},uf;function Yy(){if(uf)return mn;uf=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.esnext_object=void 0;const e=R();return mn.esnext_object={ObjectConstructor:e.TYPE},mn}n(Yy,"requireEsnext_object");var yn={},lf;function Ly(){if(lf)return yn;lf=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.esnext_promise=void 0;const e=R();return yn.esnext_promise={PromiseConstructor:e.TYPE,PromiseWithResolvers:e.TYPE},yn}n(Ly,"requireEsnext_promise");var hn={},cf;function Ay(){if(cf)return hn;cf=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.esnext_regexp=void 0;const e=R();return hn.esnext_regexp={RegExp:e.TYPE},hn}n(Ay,"requireEsnext_regexp");var _n={},pf;function Cy(){if(pf)return _n;pf=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.esnext_string=void 0;const e=R();return _n.esnext_string={String:e.TYPE},_n}n(Cy,"requireEsnext_string");var vn={},ff;function Vy(){if(ff)return vn;ff=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.esnext_symbol=void 0;const e=R();return vn.esnext_symbol={Symbol:e.TYPE},vn}n(Vy,"requireEsnext_symbol");var bn={},Ef;function Ry(){if(Ef)return bn;Ef=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.esnext_weakref=void 0;const e=R(),l=qe();return bn.esnext_weakref={...l.es2015_symbol_wellknown,FinalizationRegistry:e.TYPE_VALUE,FinalizationRegistryConstructor:e.TYPE,WeakRef:e.TYPE_VALUE,WeakRefConstructor:e.TYPE},bn}n(Ry,"requireEsnext_weakref");var gn={},df;function Oy(){if(df)return gn;df=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.lib=void 0;const e=re(),l=Vi(),i=ne(),p=ie();return gn.lib={...l.es5,...e.dom,...p.webworker_importscripts,...i.scripthost},gn}n(Oy,"requireLib$1");var Sn={},Tf;function wy(){if(Tf)return Sn;Tf=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.webworker=void 0;const e=R();return Sn.webworker={AbortController:e.TYPE_VALUE,AbortSignal:e.TYPE_VALUE,AbortSignalEventMap:e.TYPE,AbstractWorker:e.TYPE,AbstractWorkerEventMap:e.TYPE,AddEventListenerOptions:e.TYPE,AesCbcParams:e.TYPE,AesCtrParams:e.TYPE,AesDerivedKeyParams:e.TYPE,AesGcmParams:e.TYPE,AesKeyAlgorithm:e.TYPE,AesKeyGenParams:e.TYPE,Algorithm:e.TYPE,AlgorithmIdentifier:e.TYPE,AllowSharedBufferSource:e.TYPE,AlphaOption:e.TYPE,ANGLE_instanced_arrays:e.TYPE,AnimationFrameProvider:e.TYPE,AudioConfiguration:e.TYPE,AudioData:e.TYPE_VALUE,AudioDataCopyToOptions:e.TYPE,AudioDataInit:e.TYPE,AudioDataOutputCallback:e.TYPE,AudioDecoder:e.TYPE_VALUE,AudioDecoderConfig:e.TYPE,AudioDecoderEventMap:e.TYPE,AudioDecoderInit:e.TYPE,AudioDecoderSupport:e.TYPE,AudioEncoder:e.TYPE_VALUE,AudioEncoderConfig:e.TYPE,AudioEncoderEventMap:e.TYPE,AudioEncoderInit:e.TYPE,AudioEncoderSupport:e.TYPE,AudioSampleFormat:e.TYPE,AvcBitstreamFormat:e.TYPE,AvcEncoderConfig:e.TYPE,BigInteger:e.TYPE,BinaryType:e.TYPE,BitrateMode:e.TYPE,Blob:e.TYPE_VALUE,BlobPart:e.TYPE,BlobPropertyBag:e.TYPE,Body:e.TYPE,BodyInit:e.TYPE,BroadcastChannel:e.TYPE_VALUE,BroadcastChannelEventMap:e.TYPE,BufferSource:e.TYPE,ByteLengthQueuingStrategy:e.TYPE_VALUE,Cache:e.TYPE_VALUE,CacheQueryOptions:e.TYPE,CacheStorage:e.TYPE_VALUE,CanvasCompositing:e.TYPE,CanvasDirection:e.TYPE,CanvasDrawImage:e.TYPE,CanvasDrawPath:e.TYPE,CanvasFillRule:e.TYPE,CanvasFillStrokeStyles:e.TYPE,CanvasFilters:e.TYPE,CanvasFontKerning:e.TYPE,CanvasFontStretch:e.TYPE,CanvasFontVariantCaps:e.TYPE,CanvasGradient:e.TYPE_VALUE,CanvasImageData:e.TYPE,CanvasImageSmoothing:e.TYPE,CanvasImageSource:e.TYPE,CanvasLineCap:e.TYPE,CanvasLineJoin:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CanvasPattern:e.TYPE_VALUE,CanvasRect:e.TYPE,CanvasShadowStyles:e.TYPE,CanvasState:e.TYPE,CanvasText:e.TYPE,CanvasTextAlign:e.TYPE,CanvasTextBaseline:e.TYPE,CanvasTextDrawingStyles:e.TYPE,CanvasTextRendering:e.TYPE,CanvasTransform:e.TYPE,Client:e.TYPE_VALUE,ClientQueryOptions:e.TYPE,Clients:e.TYPE_VALUE,ClientTypes:e.TYPE,CloseEvent:e.TYPE_VALUE,CloseEventInit:e.TYPE,CodecState:e.TYPE,ColorGamut:e.TYPE,ColorSpaceConversion:e.TYPE,CompressionFormat:e.TYPE,CompressionStream:e.TYPE_VALUE,Console:e.TYPE,CountQueuingStrategy:e.TYPE_VALUE,Crypto:e.TYPE_VALUE,CryptoKey:e.TYPE_VALUE,CryptoKeyPair:e.TYPE,CSSImageValue:e.TYPE_VALUE,CSSKeywordish:e.TYPE,CSSKeywordValue:e.TYPE_VALUE,CSSMathClamp:e.TYPE_VALUE,CSSMathInvert:e.TYPE_VALUE,CSSMathMax:e.TYPE_VALUE,CSSMathMin:e.TYPE_VALUE,CSSMathNegate:e.TYPE_VALUE,CSSMathOperator:e.TYPE,CSSMathProduct:e.TYPE_VALUE,CSSMathSum:e.TYPE_VALUE,CSSMathValue:e.TYPE_VALUE,CSSMatrixComponent:e.TYPE_VALUE,CSSMatrixComponentOptions:e.TYPE,CSSNumberish:e.TYPE,CSSNumericArray:e.TYPE_VALUE,CSSNumericBaseType:e.TYPE,CSSNumericType:e.TYPE,CSSNumericValue:e.TYPE_VALUE,CSSPerspective:e.TYPE_VALUE,CSSPerspectiveValue:e.TYPE,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,CSSUnparsedSegment:e.TYPE,CSSUnparsedValue:e.TYPE_VALUE,CSSVariableReferenceValue:e.TYPE_VALUE,CustomEvent:e.TYPE_VALUE,CustomEventInit:e.TYPE,DecompressionStream:e.TYPE_VALUE,DedicatedWorkerGlobalScope:e.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:e.TYPE,DocumentVisibilityState:e.TYPE,DOMException:e.TYPE_VALUE,DOMHighResTimeStamp:e.TYPE,DOMMatrix:e.TYPE_VALUE,DOMMatrix2DInit:e.TYPE,DOMMatrixInit:e.TYPE,DOMMatrixReadOnly:e.TYPE_VALUE,DOMPoint:e.TYPE_VALUE,DOMPointInit:e.TYPE,DOMPointReadOnly:e.TYPE_VALUE,DOMQuad:e.TYPE_VALUE,DOMQuadInit:e.TYPE,DOMRect:e.TYPE_VALUE,DOMRectInit:e.TYPE,DOMRectReadOnly:e.TYPE_VALUE,DOMStringList:e.TYPE_VALUE,EcdhKeyDeriveParams:e.TYPE,EcdsaParams:e.TYPE,EcKeyGenParams:e.TYPE,EcKeyImportParams:e.TYPE,EncodedAudioChunk:e.TYPE_VALUE,EncodedAudioChunkInit:e.TYPE,EncodedAudioChunkMetadata:e.TYPE,EncodedAudioChunkOutputCallback:e.TYPE,EncodedAudioChunkType:e.TYPE,EncodedVideoChunk:e.TYPE_VALUE,EncodedVideoChunkInit:e.TYPE,EncodedVideoChunkMetadata:e.TYPE,EncodedVideoChunkOutputCallback:e.TYPE,EncodedVideoChunkType:e.TYPE,EndingType:e.TYPE,EpochTimeStamp:e.TYPE,ErrorEvent:e.TYPE_VALUE,ErrorEventInit:e.TYPE,Event:e.TYPE_VALUE,EventInit:e.TYPE,EventListener:e.TYPE,EventListenerObject:e.TYPE,EventListenerOptions:e.TYPE,EventListenerOrEventListenerObject:e.TYPE,EventSource:e.TYPE_VALUE,EventSourceEventMap:e.TYPE,EventSourceInit:e.TYPE,EventTarget: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_shader_texture_lod:e.TYPE,EXT_sRGB: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,ExtendableEvent:e.TYPE_VALUE,ExtendableEventInit:e.TYPE,ExtendableMessageEvent:e.TYPE_VALUE,ExtendableMessageEventInit:e.TYPE,FetchEvent:e.TYPE_VALUE,FetchEventInit:e.TYPE,File:e.TYPE_VALUE,FileList:e.TYPE_VALUE,FilePropertyBag:e.TYPE,FileReader:e.TYPE_VALUE,FileReaderEventMap:e.TYPE,FileReaderSync:e.TYPE_VALUE,FileSystemCreateWritableOptions:e.TYPE,FileSystemDirectoryHandle:e.TYPE_VALUE,FileSystemFileHandle:e.TYPE_VALUE,FileSystemGetDirectoryOptions:e.TYPE,FileSystemGetFileOptions:e.TYPE,FileSystemHandle:e.TYPE_VALUE,FileSystemHandleKind:e.TYPE,FileSystemReadWriteOptions:e.TYPE,FileSystemRemoveOptions:e.TYPE,FileSystemSyncAccessHandle:e.TYPE_VALUE,FileSystemWritableFileStream:e.TYPE_VALUE,FileSystemWriteChunkType:e.TYPE,Float32List:e.TYPE,FontDisplay:e.TYPE,FontFace:e.TYPE_VALUE,FontFaceDescriptors:e.TYPE,FontFaceLoadStatus:e.TYPE,FontFaceSet:e.TYPE_VALUE,FontFaceSetEventMap:e.TYPE,FontFaceSetLoadEvent:e.TYPE_VALUE,FontFaceSetLoadEventInit:e.TYPE,FontFaceSetLoadStatus:e.TYPE,FontFaceSource:e.TYPE,FormData:e.TYPE_VALUE,FormDataEntryValue:e.TYPE,FrameRequestCallback:e.TYPE,FrameType:e.TYPE,GenericTransformStream:e.TYPE,GetNotificationOptions: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,GlobalCompositeOperation:e.TYPE,GLsizei:e.TYPE,GLsizeiptr:e.TYPE,GLuint:e.TYPE,GLuint64:e.TYPE,HardwareAcceleration:e.TYPE,HashAlgorithmIdentifier:e.TYPE,HdrMetadataType:e.TYPE,Headers:e.TYPE_VALUE,HeadersInit:e.TYPE,HkdfParams:e.TYPE,HmacImportParams:e.TYPE,HmacKeyGenParams:e.TYPE,IDBCursor:e.TYPE_VALUE,IDBCursorDirection:e.TYPE,IDBCursorWithValue:e.TYPE_VALUE,IDBDatabase:e.TYPE_VALUE,IDBDatabaseEventMap:e.TYPE,IDBDatabaseInfo:e.TYPE,IDBFactory:e.TYPE_VALUE,IDBIndex:e.TYPE_VALUE,IDBIndexParameters:e.TYPE,IDBKeyRange:e.TYPE_VALUE,IDBObjectStore:e.TYPE_VALUE,IDBObjectStoreParameters:e.TYPE,IDBOpenDBRequest:e.TYPE_VALUE,IDBOpenDBRequestEventMap:e.TYPE,IDBRequest:e.TYPE_VALUE,IDBRequestEventMap:e.TYPE,IDBRequestReadyState:e.TYPE,IDBTransaction:e.TYPE_VALUE,IDBTransactionDurability:e.TYPE,IDBTransactionEventMap:e.TYPE,IDBTransactionMode:e.TYPE,IDBTransactionOptions:e.TYPE,IDBValidKey:e.TYPE,IDBVersionChangeEvent:e.TYPE_VALUE,IDBVersionChangeEventInit:e.TYPE,ImageBitmap:e.TYPE_VALUE,ImageBitmapOptions:e.TYPE,ImageBitmapRenderingContext:e.TYPE_VALUE,ImageBitmapRenderingContextSettings:e.TYPE,ImageBitmapSource:e.TYPE,ImageData:e.TYPE_VALUE,ImageDataSettings:e.TYPE,ImageEncodeOptions:e.TYPE,ImageOrientation:e.TYPE,ImageSmoothingQuality:e.TYPE,ImportMeta:e.TYPE,Int32List:e.TYPE,JsonWebKey:e.TYPE,KeyAlgorithm:e.TYPE,KeyFormat:e.TYPE,KeyType:e.TYPE,KeyUsage:e.TYPE,KHR_parallel_shader_compile:e.TYPE,LatencyMode:e.TYPE,Lock:e.TYPE_VALUE,LockGrantedCallback:e.TYPE,LockInfo:e.TYPE,LockManager:e.TYPE_VALUE,LockManagerSnapshot:e.TYPE,LockMode:e.TYPE,LockOptions:e.TYPE,MediaCapabilities:e.TYPE_VALUE,MediaCapabilitiesDecodingInfo:e.TYPE,MediaCapabilitiesEncodingInfo:e.TYPE,MediaCapabilitiesInfo:e.TYPE,MediaConfiguration:e.TYPE,MediaDecodingConfiguration:e.TYPE,MediaDecodingType:e.TYPE,MediaEncodingConfiguration:e.TYPE,MediaEncodingType:e.TYPE,MediaSourceHandle:e.TYPE_VALUE,MediaStreamTrackProcessor:e.TYPE_VALUE,MediaStreamTrackProcessorInit:e.TYPE,MessageChannel:e.TYPE_VALUE,MessageEvent:e.TYPE_VALUE,MessageEventInit:e.TYPE,MessageEventSource:e.TYPE,MessagePort:e.TYPE_VALUE,MessagePortEventMap:e.TYPE,MultiCacheQueryOptions:e.TYPE,NamedCurve:e.TYPE,NavigationPreloadManager:e.TYPE_VALUE,NavigationPreloadState:e.TYPE,NavigatorBadge:e.TYPE,NavigatorConcurrentHardware:e.TYPE,NavigatorID:e.TYPE,NavigatorLanguage:e.TYPE,NavigatorLocks:e.TYPE,NavigatorOnLine:e.TYPE,NavigatorStorage:e.TYPE,Notification:e.TYPE_VALUE,NotificationDirection:e.TYPE,NotificationEvent:e.TYPE_VALUE,NotificationEventInit:e.TYPE,NotificationEventMap:e.TYPE,NotificationOptions:e.TYPE,NotificationPermission:e.TYPE,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,OffscreenCanvas:e.TYPE_VALUE,OffscreenCanvasEventMap:e.TYPE,OffscreenCanvasRenderingContext2D:e.TYPE_VALUE,OffscreenRenderingContext:e.TYPE,OffscreenRenderingContextId:e.TYPE,OnErrorEventHandler:e.TYPE,OnErrorEventHandlerNonNull:e.TYPE,OpusBitstreamFormat:e.TYPE,OpusEncoderConfig:e.TYPE,OVR_multiview2:e.TYPE,Path2D:e.TYPE_VALUE,Pbkdf2Params:e.TYPE,Performance:e.TYPE_VALUE,PerformanceEntry:e.TYPE_VALUE,PerformanceEntryList:e.TYPE,PerformanceEventMap:e.TYPE,PerformanceMark:e.TYPE_VALUE,PerformanceMarkOptions:e.TYPE,PerformanceMeasure:e.TYPE_VALUE,PerformanceMeasureOptions:e.TYPE,PerformanceObserver:e.TYPE_VALUE,PerformanceObserverCallback:e.TYPE,PerformanceObserverEntryList:e.TYPE_VALUE,PerformanceObserverInit:e.TYPE,PerformanceResourceTiming:e.TYPE_VALUE,PerformanceServerTiming:e.TYPE_VALUE,PermissionDescriptor:e.TYPE,PermissionName:e.TYPE,Permissions:e.TYPE_VALUE,PermissionState:e.TYPE,PermissionStatus:e.TYPE_VALUE,PermissionStatusEventMap:e.TYPE,PlaneLayout:e.TYPE,PredefinedColorSpace:e.TYPE,PremultiplyAlpha:e.TYPE,ProgressEvent:e.TYPE_VALUE,ProgressEventInit:e.TYPE,PromiseRejectionEvent:e.TYPE_VALUE,PromiseRejectionEventInit:e.TYPE,PushEncryptionKeyName:e.TYPE,PushEvent:e.TYPE_VALUE,PushEventInit:e.TYPE,PushManager:e.TYPE_VALUE,PushMessageData:e.TYPE_VALUE,PushMessageDataInit:e.TYPE,PushSubscription:e.TYPE_VALUE,PushSubscriptionJSON:e.TYPE,PushSubscriptionOptions:e.TYPE_VALUE,PushSubscriptionOptionsInit:e.TYPE,QueuingStrategy:e.TYPE,QueuingStrategyInit:e.TYPE,QueuingStrategySize:e.TYPE,ReadableByteStreamController:e.TYPE_VALUE,ReadableStream:e.TYPE_VALUE,ReadableStreamBYOBReader:e.TYPE_VALUE,ReadableStreamBYOBRequest:e.TYPE_VALUE,ReadableStreamController:e.TYPE,ReadableStreamDefaultController:e.TYPE_VALUE,ReadableStreamDefaultReader:e.TYPE_VALUE,ReadableStreamGenericReader:e.TYPE,ReadableStreamGetReaderOptions:e.TYPE,ReadableStreamIteratorOptions:e.TYPE,ReadableStreamReadDoneResult:e.TYPE,ReadableStreamReader:e.TYPE,ReadableStreamReaderMode:e.TYPE,ReadableStreamReadResult:e.TYPE,ReadableStreamReadValueResult:e.TYPE,ReadableStreamType:e.TYPE,ReadableWritablePair:e.TYPE,ReferrerPolicy:e.TYPE,RegistrationOptions:e.TYPE,Report:e.TYPE_VALUE,ReportBody:e.TYPE_VALUE,ReportingObserver:e.TYPE_VALUE,ReportingObserverCallback:e.TYPE,ReportingObserverOptions:e.TYPE,ReportList:e.TYPE,Request:e.TYPE_VALUE,RequestCache:e.TYPE,RequestCredentials:e.TYPE,RequestDestination:e.TYPE,RequestInfo:e.TYPE,RequestInit:e.TYPE,RequestMode:e.TYPE,RequestPriority:e.TYPE,RequestRedirect:e.TYPE,ResizeQuality:e.TYPE,Response:e.TYPE_VALUE,ResponseInit:e.TYPE,ResponseType:e.TYPE,RsaHashedImportParams:e.TYPE,RsaHashedKeyGenParams:e.TYPE,RsaKeyGenParams:e.TYPE,RsaOaepParams:e.TYPE,RsaOtherPrimesInfo:e.TYPE,RsaPssParams:e.TYPE,RTCEncodedAudioFrame:e.TYPE_VALUE,RTCEncodedAudioFrameMetadata:e.TYPE,RTCEncodedVideoFrame:e.TYPE_VALUE,RTCEncodedVideoFrameMetadata:e.TYPE,RTCEncodedVideoFrameType:e.TYPE,RTCRtpScriptTransformer:e.TYPE_VALUE,RTCTransformEvent:e.TYPE_VALUE,SecurityPolicyViolationEvent:e.TYPE_VALUE,SecurityPolicyViolationEventDisposition:e.TYPE,SecurityPolicyViolationEventInit:e.TYPE,ServiceWorker:e.TYPE_VALUE,ServiceWorkerContainer:e.TYPE_VALUE,ServiceWorkerContainerEventMap:e.TYPE,ServiceWorkerEventMap:e.TYPE,ServiceWorkerGlobalScope:e.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:e.TYPE,ServiceWorkerRegistration:e.TYPE_VALUE,ServiceWorkerRegistrationEventMap:e.TYPE,ServiceWorkerState:e.TYPE,ServiceWorkerUpdateViaCache:e.TYPE,SharedWorkerGlobalScope:e.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:e.TYPE,StorageEstimate:e.TYPE,StorageManager:e.TYPE_VALUE,StreamPipeOptions:e.TYPE,StructuredSerializeOptions:e.TYPE,StylePropertyMapReadOnly:e.TYPE_VALUE,SubtleCrypto:e.TYPE_VALUE,TexImageSource:e.TYPE,TextDecodeOptions:e.TYPE,TextDecoder:e.TYPE_VALUE,TextDecoderCommon:e.TYPE,TextDecoderOptions:e.TYPE,TextDecoderStream:e.TYPE_VALUE,TextEncoder:e.TYPE_VALUE,TextEncoderCommon:e.TYPE,TextEncoderEncodeIntoResult:e.TYPE,TextEncoderStream:e.TYPE_VALUE,TextMetrics:e.TYPE_VALUE,TimerHandler:e.TYPE,Transferable:e.TYPE,TransferFunction:e.TYPE,Transformer:e.TYPE,TransformerFlushCallback:e.TYPE,TransformerStartCallback:e.TYPE,TransformerTransformCallback:e.TYPE,TransformStream:e.TYPE_VALUE,TransformStreamDefaultController:e.TYPE_VALUE,Uint32List:e.TYPE,UnderlyingByteSource:e.TYPE,UnderlyingDefaultSource:e.TYPE,UnderlyingSink:e.TYPE,UnderlyingSinkAbortCallback:e.TYPE,UnderlyingSinkCloseCallback:e.TYPE,UnderlyingSinkStartCallback:e.TYPE,UnderlyingSinkWriteCallback:e.TYPE,UnderlyingSource:e.TYPE,UnderlyingSourceCancelCallback:e.TYPE,UnderlyingSourcePullCallback:e.TYPE,UnderlyingSourceStartCallback:e.TYPE,URL:e.TYPE_VALUE,URLSearchParams:e.TYPE_VALUE,VideoColorPrimaries:e.TYPE,VideoColorSpace:e.TYPE_VALUE,VideoColorSpaceInit:e.TYPE,VideoConfiguration:e.TYPE,VideoDecoder:e.TYPE_VALUE,VideoDecoderConfig:e.TYPE,VideoDecoderEventMap:e.TYPE,VideoDecoderInit:e.TYPE,VideoDecoderSupport:e.TYPE,VideoEncoder:e.TYPE_VALUE,VideoEncoderBitrateMode:e.TYPE,VideoEncoderConfig:e.TYPE,VideoEncoderEncodeOptions:e.TYPE,VideoEncoderEncodeOptionsForAvc:e.TYPE,VideoEncoderEventMap:e.TYPE,VideoEncoderInit:e.TYPE,VideoEncoderSupport:e.TYPE,VideoFrame:e.TYPE_VALUE,VideoFrameBufferInit:e.TYPE,VideoFrameCopyToOptions:e.TYPE,VideoFrameInit:e.TYPE,VideoFrameOutputCallback:e.TYPE,VideoMatrixCoefficients:e.TYPE,VideoPixelFormat:e.TYPE,VideoTransferCharacteristics:e.TYPE,VoidFunction:e.TYPE,WebAssembly:e.TYPE_VALUE,WebCodecsErrorCallback:e.TYPE,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,WebGLContextAttributes:e.TYPE,WebGLContextEvent:e.TYPE_VALUE,WebGLContextEventInit:e.TYPE,WebGLFramebuffer:e.TYPE_VALUE,WebGLPowerPreference:e.TYPE,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,WebSocket:e.TYPE_VALUE,WebSocketEventMap:e.TYPE,WebTransport:e.TYPE_VALUE,WebTransportBidirectionalStream:e.TYPE_VALUE,WebTransportCloseInfo:e.TYPE,WebTransportCongestionControl:e.TYPE,WebTransportDatagramDuplexStream:e.TYPE_VALUE,WebTransportError:e.TYPE_VALUE,WebTransportErrorOptions:e.TYPE,WebTransportErrorSource:e.TYPE,WebTransportHash:e.TYPE,WebTransportOptions:e.TYPE,WebTransportSendStreamOptions:e.TYPE,WindowClient:e.TYPE_VALUE,WindowOrWorkerGlobalScope:e.TYPE,Worker:e.TYPE_VALUE,WorkerEventMap:e.TYPE,WorkerGlobalScope:e.TYPE_VALUE,WorkerGlobalScopeEventMap:e.TYPE,WorkerLocation:e.TYPE_VALUE,WorkerNavigator:e.TYPE_VALUE,WorkerOptions:e.TYPE,WorkerType:e.TYPE,WritableStream:e.TYPE_VALUE,WritableStreamDefaultController:e.TYPE_VALUE,WritableStreamDefaultWriter:e.TYPE_VALUE,WriteCommandType:e.TYPE,WriteParams:e.TYPE,XMLHttpRequest:e.TYPE_VALUE,XMLHttpRequestBodyInit:e.TYPE,XMLHttpRequestEventMap:e.TYPE,XMLHttpRequestEventTarget:e.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:e.TYPE,XMLHttpRequestResponseType:e.TYPE,XMLHttpRequestUpload:e.TYPE_VALUE},Sn}n(wy,"requireWebworker");var Yn={},Pf;function My(){if(Pf)return Yn;Pf=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.webworker_asynciterable=void 0;const e=R();return Yn.webworker_asynciterable={FileSystemDirectoryHandle:e.TYPE,FileSystemDirectoryHandleAsyncIterator:e.TYPE,ReadableStream:e.TYPE,ReadableStreamAsyncIterator:e.TYPE},Yn}n(My,"requireWebworker_asynciterable");var Ln={},mf;function Uy(){if(mf)return Ln;mf=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.webworker_iterable=void 0;const e=R();return Ln.webworker_iterable={AbortSignal:e.TYPE,Cache:e.TYPE,CanvasPath:e.TYPE,CanvasPathDrawingStyles:e.TYPE,CSSNumericArray:e.TYPE,CSSTransformValue:e.TYPE,CSSUnparsedValue:e.TYPE,DOMStringList:e.TYPE,FileList:e.TYPE,FontFaceSet:e.TYPE,FormData:e.TYPE,FormDataIterator:e.TYPE,Headers:e.TYPE,HeadersIterator:e.TYPE,IDBDatabase:e.TYPE,IDBObjectStore:e.TYPE,MessageEvent:e.TYPE,StylePropertyMapReadOnly:e.TYPE,StylePropertyMapReadOnlyIterator:e.TYPE,SubtleCrypto:e.TYPE,URLSearchParams:e.TYPE,URLSearchParamsIterator:e.TYPE,WEBGL_draw_buffers:e.TYPE,WEBGL_multi_draw:e.TYPE,WebGL2RenderingContextBase:e.TYPE,WebGL2RenderingContextOverloads:e.TYPE,WebGLRenderingContextBase:e.TYPE,WebGLRenderingContextOverloads:e.TYPE},Ln}n(Uy,"requireWebworker_iterable");var yf;function Iy(){if(yf)return Ct;yf=1,Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.lib=void 0;const e=oo(),l=Rl(),i=re(),p=Te(),c=oe(),u=Vi(),t=py(),r=fy(),o=Eo(),a=ao(),E=uo(),T=lo(),P=ue(),s=co(),f=po(),d=fo(),y=ae(),m=qe(),b=mo(),Y=To(),h=Ey(),L=Po(),V=yo(),O=ec(),w=rc(),N=dy(),D=ic(),M=oc(),k=uc(),U=cc(),B=fc(),z=_o(),$=mc(),H=Ri(),Q=Ty(),Z=ho(),Le=_c(),Ie=bc(),le=vo(),Mi=Lc(),ai=Py(),W=Cc(),$e=Rc(),We=wc(),Ae=Uc(),Ce=go(),ui=Oi(),Ui=Nc(),Ii=my(),li=Ue(),xi=Bc(),ci=Gc(),Di=Wc(),pi=Xc(),Fi=bo(),fi=Yo(),ki=yy(),Ni=Zc(),ji=So(),Ei=rp(),Bi=ip(),pe=Lo(),G=up(),fe=cp(),me=hy(),xe=fp(),qi=dp(),di=Pp(),Gi=yp(),ye=Ao(),$i=bp(),Wi=Sp(),v=_y(),g=Lp(),_=Vo(),S=Rp(),C=Co(),A=vy(),I=Mp(),q=Ip(),ee=Dp(),Ti=kp(),Ve=jp(),gE=nf(),SE=$p(),YE=by(),LE=gy(),AE=Hp(),CE=Xp(),VE=Jp(),RE=Sy(),OE=Zp(),wE=tf(),ME=Yy(),UE=Ly(),IE=Ay(),xE=Cy(),DE=Vy(),FE=Ry(),kE=Oy(),NE=ne(),jE=wy(),BE=My(),qE=ie(),GE=Uy(),$E={decorators:e.decorators,"decorators.legacy":l.decorators_legacy,dom:i.dom,"dom.asynciterable":p.dom_asynciterable,"dom.iterable":c.dom_iterable,es5:u.es5,es6:t.es6,es7:r.es7,es2015:o.es2015,"es2015.collection":a.es2015_collection,"es2015.core":E.es2015_core,"es2015.generator":T.es2015_generator,"es2015.iterable":P.es2015_iterable,"es2015.promise":s.es2015_promise,"es2015.proxy":f.es2015_proxy,"es2015.reflect":d.es2015_reflect,"es2015.symbol":y.es2015_symbol,"es2015.symbol.wellknown":m.es2015_symbol_wellknown,es2016:b.es2016,"es2016.array.include":Y.es2016_array_include,"es2016.full":h.es2016_full,"es2016.intl":L.es2016_intl,es2017:V.es2017,"es2017.arraybuffer":O.es2017_arraybuffer,"es2017.date":w.es2017_date,"es2017.full":N.es2017_full,"es2017.intl":D.es2017_intl,"es2017.object":M.es2017_object,"es2017.sharedmemory":k.es2017_sharedmemory,"es2017.string":U.es2017_string,"es2017.typedarrays":B.es2017_typedarrays,es2018:z.es2018,"es2018.asyncgenerator":$.es2018_asyncgenerator,"es2018.asynciterable":H.es2018_asynciterable,"es2018.full":Q.es2018_full,"es2018.intl":Z.es2018_intl,"es2018.promise":Le.es2018_promise,"es2018.regexp":Ie.es2018_regexp,es2019:le.es2019,"es2019.array":Mi.es2019_array,"es2019.full":ai.es2019_full,"es2019.intl":W.es2019_intl,"es2019.object":$e.es2019_object,"es2019.string":We.es2019_string,"es2019.symbol":Ae.es2019_symbol,es2020:Ce.es2020,"es2020.bigint":ui.es2020_bigint,"es2020.date":Ui.es2020_date,"es2020.full":Ii.es2020_full,"es2020.intl":li.es2020_intl,"es2020.number":xi.es2020_number,"es2020.promise":ci.es2020_promise,"es2020.sharedmemory":Di.es2020_sharedmemory,"es2020.string":pi.es2020_string,"es2020.symbol.wellknown":Fi.es2020_symbol_wellknown,es2021:fi.es2021,"es2021.full":ki.es2021_full,"es2021.intl":Ni.es2021_intl,"es2021.promise":ji.es2021_promise,"es2021.string":Ei.es2021_string,"es2021.weakref":Bi.es2021_weakref,es2022:pe.es2022,"es2022.array":G.es2022_array,"es2022.error":fe.es2022_error,"es2022.full":me.es2022_full,"es2022.intl":xe.es2022_intl,"es2022.object":qi.es2022_object,"es2022.regexp":di.es2022_regexp,"es2022.string":Gi.es2022_string,es2023:ye.es2023,"es2023.array":$i.es2023_array,"es2023.collection":Wi.es2023_collection,"es2023.full":v.es2023_full,"es2023.intl":g.es2023_intl,es2024:_.es2024,"es2024.arraybuffer":S.es2024_arraybuffer,"es2024.collection":C.es2024_collection,"es2024.full":A.es2024_full,"es2024.object":I.es2024_object,"es2024.promise":q.es2024_promise,"es2024.regexp":ee.es2024_regexp,"es2024.sharedmemory":Ti.es2024_sharedmemory,"es2024.string":Ve.es2024_string,esnext:gE.esnext,"esnext.array":SE.esnext_array,"esnext.asynciterable":YE.esnext_asynciterable,"esnext.bigint":LE.esnext_bigint,"esnext.collection":AE.esnext_collection,"esnext.decorators":CE.esnext_decorators,"esnext.disposable":VE.esnext_disposable,"esnext.full":RE.esnext_full,"esnext.intl":OE.esnext_intl,"esnext.iterator":wE.esnext_iterator,"esnext.object":ME.esnext_object,"esnext.promise":UE.esnext_promise,"esnext.regexp":IE.esnext_regexp,"esnext.string":xE.esnext_string,"esnext.symbol":DE.esnext_symbol,"esnext.weakref":FE.esnext_weakref,lib:kE.lib,scripthost:NE.scripthost,webworker:jE.webworker,"webworker.asynciterable":BE.webworker_asynciterable,"webworker.importscripts":qE.webworker_importscripts,"webworker.iterable":GE.webworker_iterable};return Ct.lib=$E,Ct}n(Iy,"requireLib");var An={},Cn={},Vn={},Rn={},On={},Pe={},hf;function Ro(){if(hf)return Pe;hf=1,Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.ReferenceTypeFlag=Pe.ReferenceFlag=Pe.Reference=void 0;const e=Ci();var l;(function(u){u[u.Read=1]="Read",u[u.Write=2]="Write",u[u.ReadWrite=3]="ReadWrite"})(l||(Pe.ReferenceFlag=l={}));const i=(0,e.createIdGenerator)();var p;(function(u){u[u.Value=1]="Value",u[u.Type=2]="Type"})(p||(Pe.ReferenceTypeFlag=p={}));let c=class{static{n(this,"Reference")}$id=i();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(t,r,o,a,E,T,P=p.Value){this.identifier=t,this.from=r,this.resolved=null,this.#e=o,this.isWrite()&&(this.writeExpr=a,this.init=T),this.maybeImplicitGlobal=E,this.#t=P}get isTypeReference(){return(this.#t&p.Type)!==0}get isValueReference(){return(this.#t&p.Value)!==0}isWrite(){return!!(this.#e&l.Write)}isRead(){return!!(this.#e&l.Read)}isReadOnly(){return this.#e===l.Read}isWriteOnly(){return this.#e===l.Write}isReadWrite(){return this.#e===l.ReadWrite}};return Pe.Reference=c,Pe}n(Ro,"requireReference");var Oo={},wn={},Mn={},_f;function vf(){if(_f)return Mn;_f=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.VariableBase=void 0;const l=(0,Ci().createIdGenerator)();let i=class{static{n(this,"VariableBase")}$id=l();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(c,u){this.name=c,this.scope=u}};return Mn.VariableBase=i,Mn}n(vf,"requireVariableBase");var bf;function gf(){if(bf)return wn;bf=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.ESLintScopeVariable=void 0;const e=vf();let l=class extends e.VariableBase{static{n(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments};return wn.ESLintScopeVariable=l,wn}n(gf,"requireESLintScopeVariable");var Un={},Sf;function xy(){if(Sf)return Un;Sf=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.ImplicitLibVariable=void 0;const e=gf();let l=class extends e.ESLintScopeVariable{static{n(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(p,c,{eslintImplicitGlobalSetting:u,isTypeVariable:t,isValueVariable:r,writeable:o}){super(c,p),this.isTypeVariable=t??!1,this.isValueVariable=r??!1,this.writeable=o??!1,this.eslintImplicitGlobalSetting=u??"readonly"}};return Un.ImplicitLibVariable=l,Un}n(xy,"requireImplicitLibVariable");var In={},Yf;function Dy(){if(Yf)return In;Yf=1,Object.defineProperty(In,"__esModule",{value:!0}),In.Variable=void 0;const e=vf();let l=class extends e.VariableBase{static{n(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 In.Variable=l,In}n(Dy,"requireVariable$1");var Lf;function wo(){return Lf||(Lf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var l=gf();Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:n(function(){return l.ESLintScopeVariable},"get")});var i=xy();Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:n(function(){return i.ImplicitLibVariable},"get")});var p=Dy();Object.defineProperty(e,"Variable",{enumerable:!0,get:n(function(){return p.Variable},"get")})}(Oo)),Oo}n(wo,"requireVariable");var xn={},Af;function X(){if(Af)return xn;Af=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.ScopeType=void 0;var e;return function(l){l.block="block",l.catch="catch",l.class="class",l.classFieldInitializer="class-field-initializer",l.classStaticBlock="class-static-block",l.conditionalType="conditionalType",l.for="for",l.function="function",l.functionExpressionName="function-expression-name",l.functionType="functionType",l.global="global",l.mappedType="mappedType",l.module="module",l.switch="switch",l.tsEnum="tsEnum",l.tsModule="tsModule",l.type="type",l.with="with"}(e||(xn.ScopeType=e={})),xn}n(X,"requireScopeType");var Cf;function J(){if(Cf)return On;Cf=1,Object.defineProperty(On,"__esModule",{value:!0}),On.ScopeBase=void 0;const e=Ee(),l=ft(),i=Me(),p=Ci(),c=Ro(),u=wo(),t=X();function r(P,s,f){let d;if(P.upper?.isStrict||f||P.type===t.ScopeType.class||P.type===t.ScopeType.conditionalType||P.type===t.ScopeType.functionType||P.type===t.ScopeType.mappedType||P.type===t.ScopeType.module||P.type===t.ScopeType.tsEnum||P.type===t.ScopeType.tsModule||P.type===t.ScopeType.type)return!0;if(P.type===t.ScopeType.block||P.type===t.ScopeType.switch)return!1;if(P.type===t.ScopeType.function){const y=s;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(P.type===t.ScopeType.global)d=s;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 m=y.expression;if(m.type!==e.AST_NODE_TYPES.Literal)break;if(m.raw==='"use strict"'||m.raw==="'use strict'"||m.value==="use strict")return!0}return!1}n(r,"isStrictScope");function o(P,s){P.scopes.push(s);const f=P.nodeToScope.get(s.block);f?f.push(s):P.nodeToScope.set(s.block,[s])}n(o,"registerScope");const a=(0,p.createIdGenerator)(),E=new Set([t.ScopeType.classFieldInitializer,t.ScopeType.classStaticBlock,t.ScopeType.function,t.ScopeType.global,t.ScopeType.module,t.ScopeType.tsModule]);let T=class{static{n(this,"ScopeBase")}$id=a();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=n(s=>{let f=this;do f.through.push(s),f=f.upper;while(f)},"#dynamicCloseRef");#o=n((s,f)=>{this.shouldStaticallyCloseForGlobal(s,f)?this.#m(s):this.#n(s)},"#globalCloseRef");#m=n(s=>{n(()=>{const d=s.identifier.name,y=this.set.get(d);if(!y||!this.isValidResolution(s,y))return!1;const m=s.isTypeReference&&y.isTypeVariable,b=s.isValueReference&&y.isValueVariable;return!m&&!b?!1:(y.references.push(s),s.resolved=y,!0)},"resolve")()||this.delegateToUpperScope(s)},"#staticCloseRef");variableScope;constructor(s,f,d,y,m){const b=d;this.type=f,this.#t=this.type===t.ScopeType.global||this.type===t.ScopeType.with,this.block=y,this.variableScope=this.isVariableScope()?this:b.variableScope,this.upper=d,this.isStrict=r(this,y,m),b?.childScopes.push(this),this.#e=s.declaredVariables,o(s,this)}isVariableScope(){return E.has(this.type)}shouldStaticallyCloseForGlobal(s,f){const d=s.identifier.name,y=this.set.get(d);if(!y)return!1;if(f.isModule())return!0;const m=y.defs;return m.length>0&&m.every(b=>!(b.type===i.DefinitionType.Variable&&b.parent.kind==="var"))}close(s){let f;return this.shouldStaticallyClose()?f=this.#m:this.type!=="global"?f=this.#n:f=this.#o,(0,l.assert)(this.leftToResolve),this.leftToResolve.forEach(d=>f(d,s)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(s,f,d,y,m){const b=typeof s=="string"?s:s.name;let Y=f.get(b);Y||(Y=typeof s=="string"?new u.Variable(b,this):s,f.set(b,Y),d.push(Y)),m&&(Y.defs.push(m),this.addDeclaredVariablesOfNode(Y,m.node),this.addDeclaredVariablesOfNode(Y,m.parent)),y&&Y.identifiers.push(y)}delegateToUpperScope(s){this.upper?.leftToResolve?.push(s),this.through.push(s)}isValidResolution(s,f){return!0}addDeclaredVariablesOfNode(s,f){if(f==null)return;let d=this.#e.get(f);d==null&&(d=[],this.#e.set(f,d)),d.includes(s)||d.push(s)}defineIdentifier(s,f){this.defineVariable(s.name,this.set,this.variables,s,f)}defineLiteralIdentifier(s,f){this.defineVariable(s.value,this.set,this.variables,null,f)}referenceDualValueType(s){const f=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type|c.ReferenceTypeFlag.Value);this.references.push(f),this.leftToResolve?.push(f)}referenceType(s){const f=new c.Reference(s,this,c.ReferenceFlag.Read,null,null,!1,c.ReferenceTypeFlag.Type);this.references.push(f),this.leftToResolve?.push(f)}referenceValue(s,f=c.ReferenceFlag.Read,d,y,m=!1){const b=new c.Reference(s,this,f,d,y,m,c.ReferenceTypeFlag.Value);this.references.push(b),this.leftToResolve?.push(b)}};return On.ScopeBase=T,On}n(J,"requireScopeBase");var Vf;function Fy(){if(Vf)return Rn;Vf=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.BlockScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"BlockScope")}constructor(c,u,t){super(c,l.ScopeType.block,u,t,!1)}};return Rn.BlockScope=i,Rn}n(Fy,"requireBlockScope");var Dn={},Rf;function ky(){if(Rf)return Dn;Rf=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.CatchScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"CatchScope")}constructor(c,u,t){super(c,l.ScopeType.catch,u,t,!1)}};return Dn.CatchScope=i,Dn}n(ky,"requireCatchScope");var Fn={},Of;function wf(){if(Of)return Fn;Of=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.ClassFieldInitializerScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassFieldInitializerScope")}constructor(c,u,t){super(c,l.ScopeType.classFieldInitializer,u,t,!1)}};return Fn.ClassFieldInitializerScope=i,Fn}n(wf,"requireClassFieldInitializerScope");var kn={},Mf;function Ny(){if(Mf)return kn;Mf=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.ClassScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassScope")}constructor(c,u,t){super(c,l.ScopeType.class,u,t,!1)}};return kn.ClassScope=i,kn}n(Ny,"requireClassScope");var Nn={},Uf;function jy(){if(Uf)return Nn;Uf=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ConditionalTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ConditionalTypeScope")}constructor(c,u,t){super(c,l.ScopeType.conditionalType,u,t,!1)}};return Nn.ConditionalTypeScope=i,Nn}n(jy,"requireConditionalTypeScope");var jn={},If;function By(){if(If)return jn;If=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.ForScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ForScope")}constructor(c,u,t){super(c,l.ScopeType.for,u,t,!1)}};return jn.ForScope=i,jn}n(By,"requireForScope");var Bn={},xf;function qy(){if(xf)return Bn;xf=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.FunctionExpressionNameScope=void 0;const e=Me(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(u,t,r){super(u,i.ScopeType.functionExpressionName,t,r,!1),r.id&&this.defineIdentifier(r.id,new e.FunctionNameDefinition(r.id,r)),this.functionExpressionScope=!0}};return Bn.FunctionExpressionNameScope=p,Bn}n(qy,"requireFunctionExpressionNameScope");var qn={},Df;function Gy(){if(Df)return qn;Df=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.FunctionScope=void 0;const e=Ee(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"FunctionScope")}constructor(u,t,r,o){super(u,i.ScopeType.function,t,r,o),this.block.type!==e.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(u,t){if(this.block.type===e.AST_NODE_TYPES.Program)return!0;const r=this.block.body?.range[0]??-1;return!(t.scope===this&&u.identifier.range[0]<r&&t.defs.every(o=>o.name.range[0]>=r))}};return qn.FunctionScope=p,qn}n(Gy,"requireFunctionScope");var Gn={},Ff;function $y(){if(Ff)return Gn;Ff=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FunctionTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"FunctionTypeScope")}constructor(c,u,t){super(c,l.ScopeType.functionType,u,t,!1)}};return Gn.FunctionTypeScope=i,Gn}n($y,"requireFunctionTypeScope");var $n={},kf;function Wy(){if(kf)return $n;kf=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.GlobalScope=void 0;const e=Ee(),l=ft(),i=yl(),p=wo(),c=J(),u=X();let t=class extends c.ScopeBase{static{n(this,"GlobalScope")}implicit;constructor(o,a){super(o,u.ScopeType.global,null,a,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(o){(0,l.assert)(this.leftToResolve);for(const a of this.leftToResolve)if(a.maybeImplicitGlobal&&!this.set.has(a.identifier.name)){const E=a.maybeImplicitGlobal,T=E.pattern;T.type===e.AST_NODE_TYPES.Identifier&&this.defineVariable(T.name,this.implicit.set,this.implicit.variables,T,new i.ImplicitGlobalVariableDefinition(E.pattern,E.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(o)}defineImplicitVariable(o,a){this.defineVariable(new p.ImplicitLibVariable(this,o,a),this.set,this.variables,null,null)}};return $n.GlobalScope=t,$n}n(Wy,"requireGlobalScope");var Wn={},Nf;function Hy(){if(Nf)return Wn;Nf=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.MappedTypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"MappedTypeScope")}constructor(c,u,t){super(c,l.ScopeType.mappedType,u,t,!1)}};return Wn.MappedTypeScope=i,Wn}n(Hy,"requireMappedTypeScope");var Hn={},jf;function Ky(){if(jf)return Hn;jf=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.ModuleScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ModuleScope")}constructor(c,u,t){super(c,l.ScopeType.module,u,t,!1)}};return Hn.ModuleScope=i,Hn}n(Ky,"requireModuleScope");var Mo={},Bf;function Xy(){return Bf||(Bf=1,Object.defineProperty(Mo,"__esModule",{value:!0})),Mo}n(Xy,"requireScope$2");var Kn={},qf;function zy(){if(qf)return Kn;qf=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.SwitchScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"SwitchScope")}constructor(c,u,t){super(c,l.ScopeType.switch,u,t,!1)}};return Kn.SwitchScope=i,Kn}n(zy,"requireSwitchScope");var Xn={},Gf;function Jy(){if(Gf)return Xn;Gf=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.TSEnumScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TSEnumScope")}constructor(c,u,t){super(c,l.ScopeType.tsEnum,u,t,!1)}};return Xn.TSEnumScope=i,Xn}n(Jy,"requireTSEnumScope");var zn={},$f;function Qy(){if($f)return zn;$f=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.TSModuleScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TSModuleScope")}constructor(c,u,t){super(c,l.ScopeType.tsModule,u,t,!1)}};return zn.TSModuleScope=i,zn}n(Qy,"requireTSModuleScope");var Jn={},Wf;function Zy(){if(Wf)return Jn;Wf=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.TypeScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"TypeScope")}constructor(c,u,t){super(c,l.ScopeType.type,u,t,!1)}};return Jn.TypeScope=i,Jn}n(Zy,"requireTypeScope");var Qn={},Hf;function eh(){if(Hf)return Qn;Hf=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.WithScope=void 0;const e=ft(),l=J(),i=X();let p=class extends l.ScopeBase{static{n(this,"WithScope")}constructor(u,t,r){super(u,i.ScopeType.with,t,r,!1)}close(u){return this.shouldStaticallyClose()?super.close(u):((0,e.assert)(this.leftToResolve),this.leftToResolve.forEach(t=>this.delegateToUpperScope(t)),this.leftToResolve=null,this.upper)}};return Qn.WithScope=p,Qn}n(eh,"requireWithScope");var Kf;function Uo(){return Kf||(Kf=1,function(e){var l=Vn.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=Vn.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Fy(),e),i(ky(),e),i(wf(),e),i(Ny(),e),i(jy(),e),i(By(),e),i(qy(),e),i(Gy(),e),i($y(),e),i(Wy(),e),i(Hy(),e),i(Ky(),e),i(Xy(),e),i(X(),e),i(zy(),e),i(Jy(),e),i(Qy(),e),i(Zy(),e),i(eh(),e)}(Vn)),Vn}n(Uo,"requireScope$1");var Io={},Zn={},ei={},Xf;function xo(){if(Xf)return ei;Xf=1,Object.defineProperty(ei,"__esModule",{value:!0}),ei.VisitorBase=void 0;const e=ul();function l(c){return typeof c=="object"&&c!=null}n(l,"isObject");function i(c){return l(c)&&typeof c.type=="string"}n(i,"isNode");let p=class{static{n(this,"VisitorBase")}#e;#t;constructor(u){this.#e=u.childVisitorKeys??e.visitorKeys,this.#t=u.visitChildrenEvenIfSelectorExists??!1}visitChildren(u,t=[]){if(u?.type==null)return;const r=new Set([...t,"parent"]),o=this.#e[u.type]??Object.keys(u);for(const a of o){if(r.has(a))continue;const E=u[a];if(E)if(Array.isArray(E))for(const T of E)i(T)&&this.visit(T);else i(E)&&this.visit(E)}}visit(u){if(u?.type==null)return;const t=this[u.type];t&&(t.call(this,u),!this.#t)||this.visitChildren(u)}};return ei.VisitorBase=p,ei}n(xo,"requireVisitorBase");var zf;function Do(){if(zf)return Zn;zf=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.PatternVisitor=void 0;const e=Ee(),l=xo();let i=class extends l.VisitorBase{static{n(this,"PatternVisitor")}#e=[];#t;#n=[];#o;rightHandNodes=[];constructor(c,u,t){super(c),this.#o=u,this.#t=t}static isPattern(c){const u=c.type;return u===e.AST_NODE_TYPES.Identifier||u===e.AST_NODE_TYPES.ObjectPattern||u===e.AST_NODE_TYPES.ArrayPattern||u===e.AST_NODE_TYPES.SpreadElement||u===e.AST_NODE_TYPES.RestElement||u===e.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(c){c.elements.forEach(this.visit,this)}ArrayPattern(c){for(const u of c.elements)this.visit(u)}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(u=>{this.rightHandNodes.push(u)}),this.visit(c.callee)}Decorator(){}Identifier(c){const u=this.#n.at(-1);this.#t(c,{assignments:this.#e,rest:u?.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 Zn.PatternVisitor=i,Zn}n(Do,"requirePatternVisitor");var Jf;function Ge(){return Jf||(Jf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const l=Do(),i=xo();class p extends i.VisitorBase{static{n(this,"Visitor")}#e;constructor(t){super(t instanceof p?t.#e:t),this.#e=t instanceof p?t.#e:t}visitPattern(t,r,o={processRightHandNodes:!1}){const a=new l.PatternVisitor(this.#e,t,r);a.visit(t),o.processRightHandNodes&&a.rightHandNodes.forEach(this.visit,this)}}e.Visitor=p;var c=xo();Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:n(function(){return c.VisitorBase},"get")})}(Io)),Io}n(Ge,"requireVisitor");var Qf;function Zf(){if(Qf)return Cn;Qf=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.TypeVisitor=void 0;const e=Ee(),l=Me(),i=Uo(),p=Ge();let c=class hE extends p.Visitor{static{n(this,"TypeVisitor")}#e;constructor(t){super(t),this.#e=t}static visit(t,r){new hE(t).visit(r)}visitFunctionType(t){this.#e.scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const r of t.params){let o=!1;this.visitPattern(r,(a,E)=>{this.#e.currentScope().defineIdentifier(a,new l.ParameterDefinition(a,t,E.rest)),a.typeAnnotation&&(this.visit(a.typeAnnotation),o=!0)}),!o&&"typeAnnotation"in r&&this.visit(r.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 r of t.parameters)r.type===e.AST_NODE_TYPES.Identifier&&this.visit(r.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const r=t.typeParameter;let o=this.#e.currentScope();if(o.type===i.ScopeType.functionType||o.type===i.ScopeType.mappedType){let a=o.upper;for(;a;){if(a.type===i.ScopeType.functionType||a.type===i.ScopeType.mappedType){a=a.upper;continue}if(a.type===i.ScopeType.conditionalType){o=a;break}break}}o.defineIdentifier(r.name,new l.TypeDefinition(r.name,r)),this.visit(r.constraint)}TSInterfaceDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&this.#e.close(t)}TSMappedType(t){this.#e.scopeManager.nestMappedTypeScope(t),this.#e.currentScope().defineIdentifier(t.key,new l.TypeDefinition(t.key,t)),this.visit(t.constraint),this.visit(t.nameType),this.visit(t.typeAnnotation),this.#e.close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){this.#e.currentScope().defineIdentifier(t.id,new l.TypeDefinition(t.id,t)),t.typeParameters&&(this.#e.scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&this.#e.close(t)}TSTypeParameter(t){this.#e.currentScope().defineIdentifier(t.name,new l.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==e.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeAnnotation(t){this.visitChildren(t)}TSTypeQuery(t){let r;if(t.exprName.type===e.AST_NODE_TYPES.TSQualifiedName){let o=t.exprName;for(;o.left.type===e.AST_NODE_TYPES.TSQualifiedName;)o=o.left;r=o.left}else r=t.exprName,t.exprName.type===e.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);r.type===e.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(r),this.visit(t.typeArguments)}};return Cn.TypeVisitor=c,Cn}n(Zf,"requireTypeVisitor");var eE;function th(){if(eE)return An;eE=1,Object.defineProperty(An,"__esModule",{value:!0}),An.ClassVisitor=void 0;const e=Ee(),l=Me(),i=Zf(),p=Ge();let c=class _E extends p.Visitor{static{n(this,"ClassVisitor")}#e;#t;constructor(r,o){super(r),this.#t=r,this.#e=o}static visit(r,o){new _E(r,o).visitClass(o)}visit(r){r&&r.type in this?super.visit(r):this.#t.visit(r)}visitClass(r){r.type===e.AST_NODE_TYPES.ClassDeclaration&&r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),r.decorators.forEach(o=>this.#t.visit(o)),this.#t.scopeManager.nestClassScope(r),r.id&&this.#t.currentScope().defineIdentifier(r.id,new l.ClassNameDefinition(r.id,r)),this.#t.visit(r.superClass),this.visitType(r.typeParameters),this.visitType(r.superTypeArguments),r.implements.forEach(o=>this.visitType(o)),this.visit(r.body),this.#t.close(r)}visitFunctionParameterTypeAnnotation(r){switch(r.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(r.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(r.parameter);break;default:this.visitType(r.typeAnnotation)}}visitMethod(r){r.computed&&this.#t.visit(r.key),r.value.type===e.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(r.value,r):this.#t.visit(r.value),r.decorators.forEach(o=>this.#t.visit(o))}visitMethodFunction(r,o){r.id&&this.#t.scopeManager.nestFunctionExpressionNameScope(r),r.params.forEach(E=>{E.decorators.forEach(T=>this.visit(T))}),this.#t.scopeManager.nestFunctionScope(r,!0);let a=!!o.decorators.length;if(a||=o.kind!=="set"&&r.params.some(E=>E.decorators.length),!a&&o.kind==="set"){const E=u(o);E!=null&&this.#e.body.body.find(T=>T!==o&&T.type===e.AST_NODE_TYPES.MethodDefinition&&T.static===o.static&&u(T)===E)?.decorators.length&&(a=!0)}!a&&o.kind==="constructor"&&this.#e.decorators.length&&(a=!0);for(const E of r.params)this.visitPattern(E,(T,P)=>{this.#t.currentScope().defineIdentifier(T,new l.ParameterDefinition(T,r,P.rest)),this.#t.referencingDefaultValue(T,P.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(E);this.visitType(r.returnType),this.visitType(r.typeParameters),this.#t.visitChildren(r.body),this.#t.close(r)}visitPropertyBase(r){r.computed&&this.#t.visit(r.key),r.value&&((r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.scopeManager.nestClassFieldInitializerScope(r.value),this.#t.visit(r.value),(r.type===e.AST_NODE_TYPES.PropertyDefinition||r.type===e.AST_NODE_TYPES.AccessorProperty)&&this.#t.close(r.value)),r.decorators.forEach(o=>this.#t.visit(o))}visitPropertyDefinition(r){this.visitPropertyBase(r),this.visitType(r.typeAnnotation)}visitType(r){r&&i.TypeVisitor.visit(this.#t,r)}AccessorProperty(r){this.visitPropertyDefinition(r)}ClassBody(r){this.visitChildren(r)}Identifier(r){this.#t.visit(r)}MethodDefinition(r){this.visitMethod(r)}PrivateIdentifier(){}PropertyDefinition(r){this.visitPropertyDefinition(r)}StaticBlock(r){this.#t.scopeManager.nestClassStaticBlockScope(r),r.body.forEach(o=>this.visit(o)),this.#t.close(r)}TSAbstractAccessorProperty(r){this.visitPropertyDefinition(r)}TSAbstractMethodDefinition(r){this.visitPropertyBase(r)}TSAbstractPropertyDefinition(r){this.visitPropertyDefinition(r)}TSIndexSignature(r){this.visitType(r)}};An.ClassVisitor=c;function u(t){if(t.computed&&t.key.type===e.AST_NODE_TYPES.Literal){if(typeof t.key.value=="string"||typeof t.key.value=="number")return t.key.value}else if(!t.computed&&t.key.type===e.AST_NODE_TYPES.Identifier)return t.key.name;return null}return n(u,"getLiteralMethodKeyName"),An}n(th,"requireClassVisitor");var ti={},tE;function rh(){if(tE)return ti;tE=1,Object.defineProperty(ti,"__esModule",{value:!0}),ti.ExportVisitor=void 0;const e=Ee(),l=Ge();let i=class vE extends l.Visitor{static{n(this,"ExportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new vE(u,c).visit(u)}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.#t.currentScope().referenceType(c.local):this.visit(c.local)}Identifier(c){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(c):this.#t.currentScope().referenceDualValueType(c)}};return ti.ExportVisitor=i,ti}n(rh,"requireExportVisitor");var ri={},rE;function nh(){if(rE)return ri;rE=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.ImportVisitor=void 0;const e=Me(),l=Ge();let i=class bE extends l.Visitor{static{n(this,"ImportVisitor")}#e;#t;constructor(c,u){super(u),this.#e=c,this.#t=u}static visit(c,u){new bE(u,c).visit(u)}ImportDefaultSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportNamespaceSpecifier(c){const u=c.local;this.visitImport(u,c)}ImportSpecifier(c){const u=c.local;this.visitImport(u,c)}visitImport(c,u){this.#t.currentScope().defineIdentifier(c,new e.ImportBindingDefinition(c,u,this.#e))}};return ri.ImportVisitor=i,ri}n(nh,"requireImportVisitor");var nE;function ih(){if(nE)return pt;nE=1,Object.defineProperty(pt,"__esModule",{value:!0}),pt.Referencer=void 0;const e=Ee(),l=ft(),i=Me(),p=Iy(),c=th(),u=rh(),t=nh(),r=Do(),o=Ro(),a=Zf(),E=Ge();let T=class extends E.Visitor{static{n(this,"Referencer")}#e=!1;#t=!1;#n;#o;#m;scopeManager;constructor(s,f){super(s),this.scopeManager=f,this.#o=s.jsxPragma,this.#n=s.jsxFragmentName,this.#m=s.lib}populateGlobalsFromLib(s){for(const f of this.#m){const d=p.lib[f];if(!d)throw new Error(`Invalid value for lib provided: ${f}`);for(const[y,m]of Object.entries(d))s.defineImplicitVariable(y,m)}s.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(s){for(;this.currentScope(!0)&&s===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(s){return s||(0,l.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(s,f,d,y){f.forEach(m=>{this.currentScope().referenceValue(s,o.ReferenceFlag.Write,m.right,d,y)})}referenceInSomeUpperScope(s){let f=this.scopeManager.currentScope;for(;f;){const d=f.set.get(s);if(!d){f=f.upper;continue}return f.referenceValue(d.identifiers[0]),!0}return!1}referenceJsxFragment(){this.#n==null||this.#t||(this.#t=this.referenceInSomeUpperScope(this.#n))}referenceJsxPragma(){this.#o==null||this.#e||(this.#e=this.referenceInSomeUpperScope(this.#o))}visitClass(s){c.ClassVisitor.visit(this,s)}visitForIn(s){s.left.type===e.AST_NODE_TYPES.VariableDeclaration&&s.left.kind!=="var"&&this.scopeManager.nestForScope(s),s.left.type===e.AST_NODE_TYPES.VariableDeclaration?(this.visit(s.left),this.visitPattern(s.left.declarations[0].id,f=>{this.currentScope().referenceValue(f,o.ReferenceFlag.Write,s.right,null,!0)})):this.visitPattern(s.left,(f,d)=>{const y=this.currentScope().isStrict?null:{node:s,pattern:f};this.referencingDefaultValue(f,d.assignments,y,!1),this.currentScope().referenceValue(f,o.ReferenceFlag.Write,s.right,y,!1)},{processRightHandNodes:!0}),this.visit(s.right),this.visit(s.body),this.close(s)}visitFunction(s){s.type===e.AST_NODE_TYPES.FunctionExpression?s.id&&this.scopeManager.nestFunctionExpressionNameScope(s):s.id&&this.currentScope().defineIdentifier(s.id,new i.FunctionNameDefinition(s.id,s)),this.scopeManager.nestFunctionScope(s,!1);for(const f of s.params)this.visitPattern(f,(d,y)=>{this.currentScope().defineIdentifier(d,new i.ParameterDefinition(d,s,y.rest)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(f),f.decorators.forEach(d=>this.visit(d));this.visitType(s.returnType),this.visitType(s.typeParameters),s.body&&(s.body.type===e.AST_NODE_TYPES.BlockStatement?this.visitChildren(s.body):this.visit(s.body)),this.close(s)}visitFunctionParameterTypeAnnotation(s){switch(s.type){case e.AST_NODE_TYPES.AssignmentPattern:this.visitType(s.left.typeAnnotation);break;case e.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(s.parameter);break;default:this.visitType(s.typeAnnotation);break}}visitProperty(s){s.computed&&this.visit(s.key),this.visit(s.value)}visitType(s){s&&a.TypeVisitor.visit(this,s)}visitTypeAssertion(s){this.visit(s.expression),this.visitType(s.typeAnnotation)}ArrowFunctionExpression(s){this.visitFunction(s)}AssignmentExpression(s){const f=this.visitExpressionTarget(s.left);r.PatternVisitor.isPattern(f)?s.operator==="="?this.visitPattern(f,(d,y)=>{const m=this.currentScope().isStrict?null:{node:s,pattern:d};this.referencingDefaultValue(d,y.assignments,m,!1),this.currentScope().referenceValue(d,o.ReferenceFlag.Write,s.right,m,!1)},{processRightHandNodes:!0}):f.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(f,o.ReferenceFlag.ReadWrite,s.right):this.visit(f),this.visit(s.right)}BlockStatement(s){this.scopeManager.nestBlockScope(s),this.visitChildren(s),this.close(s)}BreakStatement(){}CallExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}CatchClause(s){if(this.scopeManager.nestCatchScope(s),s.param){const f=s.param;this.visitPattern(f,(d,y)=>{this.currentScope().defineIdentifier(d,new i.CatchClauseDefinition(f,s)),this.referencingDefaultValue(d,y.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(s.body),this.close(s)}ClassDeclaration(s){this.visitClass(s)}ClassExpression(s){this.visitClass(s)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(s){s.declaration.type===e.AST_NODE_TYPES.Identifier?u.ExportVisitor.visit(this,s):this.visit(s.declaration)}ExportNamedDeclaration(s){s.declaration?this.visit(s.declaration):u.ExportVisitor.visit(this,s)}ForInStatement(s){this.visitForIn(s)}ForOfStatement(s){this.visitForIn(s)}ForStatement(s){s.init&&s.init.type===e.AST_NODE_TYPES.VariableDeclaration&&s.init.kind!=="var"&&this.scopeManager.nestForScope(s),this.visitChildren(s),this.close(s)}FunctionDeclaration(s){this.visitFunction(s)}FunctionExpression(s){this.visitFunction(s)}Identifier(s){this.currentScope().referenceValue(s),this.visitType(s.typeAnnotation)}ImportAttribute(){}ImportDeclaration(s){(0,l.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),t.ImportVisitor.visit(this,s)}JSXAttribute(s){this.visit(s.value)}JSXClosingElement(){}JSXFragment(s){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(s)}JSXIdentifier(s){this.currentScope().referenceValue(s)}JSXMemberExpression(s){(s.object.type!==e.AST_NODE_TYPES.JSXIdentifier||s.object.name!=="this")&&this.visit(s.object)}JSXOpeningElement(s){this.referenceJsxPragma(),s.name.type===e.AST_NODE_TYPES.JSXIdentifier?(s.name.name[0].toUpperCase()===s.name.name[0]||s.name.name==="this")&&this.visit(s.name):this.visit(s.name),this.visitType(s.typeArguments);for(const f of s.attributes)this.visit(f)}LabeledStatement(s){this.visit(s.body)}MemberExpression(s){this.visit(s.object),s.computed&&this.visit(s.property)}MetaProperty(){}NewExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}PrivateIdentifier(){}Program(s){const f=this.scopeManager.nestGlobalScope(s);this.populateGlobalsFromLib(f),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(s,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(s),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(s),this.close(s)}Property(s){this.visitProperty(s)}SwitchStatement(s){this.visit(s.discriminant),this.scopeManager.nestSwitchScope(s);for(const f of s.cases)this.visit(f);this.close(s)}TaggedTemplateExpression(s){this.visit(s.tag),this.visit(s.quasi),this.visitType(s.typeArguments)}TSAsExpression(s){this.visitTypeAssertion(s)}TSDeclareFunction(s){this.visitFunction(s)}TSEmptyBodyFunctionExpression(s){this.visitFunction(s)}TSEnumDeclaration(s){this.currentScope().defineIdentifier(s.id,new i.TSEnumNameDefinition(s.id,s)),this.scopeManager.nestTSEnumScope(s);for(const f of s.body.members){if(f.id.type===e.AST_NODE_TYPES.Literal&&typeof f.id.value=="string"){const d=f.id;this.currentScope().defineLiteralIdentifier(d,new i.TSEnumMemberDefinition(d,f))}else!f.computed&&f.id.type===e.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(f.id,new i.TSEnumMemberDefinition(f.id,f));this.visit(f.initializer)}this.close(s)}TSExportAssignment(s){s.expression.type===e.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(s.expression):this.visit(s.expression)}TSImportEqualsDeclaration(s){if(this.currentScope().defineIdentifier(s.id,new i.ImportBindingDefinition(s.id,s,s)),s.moduleReference.type===e.AST_NODE_TYPES.TSQualifiedName){let f=s.moduleReference.left;for(;f.type===e.AST_NODE_TYPES.TSQualifiedName;)f=f.left;this.visit(f)}else this.visit(s.moduleReference)}TSInstantiationExpression(s){this.visitChildren(s,["typeArguments"]),this.visitType(s.typeArguments)}TSInterfaceDeclaration(s){this.visitType(s)}TSModuleDeclaration(s){s.id.type===e.AST_NODE_TYPES.Identifier&&s.kind!=="global"&&this.currentScope().defineIdentifier(s.id,new i.TSModuleNameDefinition(s.id,s)),this.scopeManager.nestTSModuleScope(s),this.visit(s.body),this.close(s)}TSSatisfiesExpression(s){this.visitTypeAssertion(s)}TSTypeAliasDeclaration(s){this.visitType(s)}TSTypeAssertion(s){this.visitTypeAssertion(s)}UpdateExpression(s){const f=this.visitExpressionTarget(s.argument);r.PatternVisitor.isPattern(f)?this.visitPattern(f,d=>{this.currentScope().referenceValue(d,o.ReferenceFlag.ReadWrite,null)}):this.visitChildren(s)}VariableDeclaration(s){const f=s.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const d of s.declarations){const y=d.init;this.visitPattern(d.id,(m,b)=>{f.defineIdentifier(m,new i.VariableDefinition(m,d,s)),this.referencingDefaultValue(m,b.assignments,null,!0),y&&this.currentScope().referenceValue(m,o.ReferenceFlag.Write,y,null,!0)},{processRightHandNodes:!0}),this.visit(d.init),this.visitType(d.id.typeAnnotation)}}WithStatement(s){this.visit(s.object),this.scopeManager.nestWithScope(s),this.visit(s.body),this.close(s)}visitExpressionTarget(s){switch(s.type){case e.AST_NODE_TYPES.TSAsExpression:case e.AST_NODE_TYPES.TSTypeAssertion:this.visitType(s.typeAnnotation);case e.AST_NODE_TYPES.TSNonNullExpression:s=s.expression}return s}};return pt.Referencer=T,pt}n(ih,"requireReferencer$1");var iE;function sh(){return iE||(iE=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var l=ih();Object.defineProperty(e,"Referencer",{enumerable:!0,get:n(function(){return l.Referencer},"get")})}(io)),io}n(sh,"requireReferencer");var ni={},ii={},sE;function oh(){if(sE)return ii;sE=1,Object.defineProperty(ii,"__esModule",{value:!0}),ii.ClassStaticBlockScope=void 0;const e=J(),l=X();let i=class extends e.ScopeBase{static{n(this,"ClassStaticBlockScope")}constructor(c,u,t){super(c,l.ScopeType.classStaticBlock,u,t,!1)}};return ii.ClassStaticBlockScope=i,ii}n(oh,"requireClassStaticBlockScope");var oE;function aE(){if(oE)return ni;oE=1,Object.defineProperty(ni,"__esModule",{value:!0}),ni.ScopeManager=void 0;const e=ft(),l=Uo(),i=wf(),p=oh();let c=class{static{n(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 r(o){o.variables.forEach(a=>t.add(a)),o.childScopes.forEach(r)}return n(r,"recurse"),this.scopes.forEach(r),[...t].sort((o,a)=>o.$id-a.$id)}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,r=!1){function o(E){return!(E.type===l.ScopeType.function&&E.functionExpressionScope)}n(o,"predicate");const a=this.nodeToScope.get(t);if(!a||a.length===0)return null;if(a.length===1)return a[0];if(r){for(let E=a.length-1;E>=0;--E){const T=a[E];if(o(T))return T}return null}return a.find(o)??null}nestBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.CatchScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new i.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ClassScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new p.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,r){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionScope(this,this.currentScope,t,r))}nestFunctionTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new l.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,e.assert)(this.currentScope),this.nestScope(new l.WithScope(this,this.currentScope,t))}nestScope(t){return t instanceof l.GlobalScope&&((0,e.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}};return ni.ScopeManager=c,ni}n(aE,"requireScopeManager");var uE;function ah(){if(uE)return Li;uE=1,Object.defineProperty(Li,"__esModule",{value:!0}),Li.analyze=c;const e=ul(),l=sh(),i=aE(),p={childVisitorKeys:e.visitorKeys,emitDecoratorMetadata:!1,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",lib:["es2018"],sourceType:"script"};function c(u,t){const r={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};r.lib=r.lib.map(E=>E.toLowerCase());const o=new i.ScopeManager(r);return new l.Referencer(r,o).visit(u),o}return n(c,"analyze$1"),Li}n(ah,"requireAnalyze");var lE;function uh(){return lE||(lE=1,function(e){var l=ut.__createBinding||(Object.create?function(o,a,E,T){T===void 0&&(T=E);var P=Object.getOwnPropertyDescriptor(a,E);(!P||("get"in P?!a.__esModule:P.writable||P.configurable))&&(P={enumerable:!0,get:n(function(){return a[E]},"get")}),Object.defineProperty(o,T,P)}:function(o,a,E,T){T===void 0&&(T=E),o[T]=a[E]}),i=ut.__exportStar||function(o,a){for(var E in o)E!=="default"&&!Object.prototype.hasOwnProperty.call(a,E)&&l(a,o,E)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.Visitor=e.Reference=e.PatternVisitor=e.analyze=void 0;var p=ah();Object.defineProperty(e,"analyze",{enumerable:!0,get:n(function(){return p.analyze},"get")}),i(Me(),e);var c=Do();Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:n(function(){return c.PatternVisitor},"get")});var u=Ro();Object.defineProperty(e,"Reference",{enumerable:!0,get:n(function(){return u.Reference},"get")});var t=Ge();Object.defineProperty(e,"Visitor",{enumerable:!0,get:n(function(){return t.Visitor},"get")}),i(Uo(),e);var r=aE();Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:n(function(){return r.ScopeManager},"get")}),i(wo(),e)}(ut)),ut}n(uh,"requireDist$1");var cE;function lh(){if(cE)return Se;cE=1;var e=Se.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),l=Se.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),i=Se.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&e(r,t,o[a]);return l(r,t),r}}();Object.defineProperty(Se,"__esModule",{value:!0}),Se.Scope=void 0;const p=i(uh());var c;return function(u){u.ScopeType=p.ScopeType,u.DefinitionType=p.DefinitionType}(c||(Se.Scope=c={})),Se}n(lh,"requireScope");var si={},pE;function ch(){if(pE)return si;pE=1,Object.defineProperty(si,"__esModule",{value:!0}),si.SourceCode=void 0;const e=Xi;let l=class extends e.SourceCode{static{n(this,"SourceCode")}};return si.SourceCode=l,si}n(ch,"requireSourceCode");var fE;function ph(){return fE||(fE=1,function(e){var l=nt.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=nt.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(Bm(),e),i(qm(),e),i($m(),e),i(Wm(),e),i(Hm(),e),i(Km(),e),i(Xm(),e),i(zm(),e),i(Jm(),e),i(lh(),e),i(ch(),e)}(nt)),nt}n(ph,"requireTsEslint");var oi={},wi={},EE;function fh(){if(EE)return wi;EE=1,Object.defineProperty(wi,"__esModule",{value:!0}),wi.isArray=e;function e(l){return Array.isArray(l)}return n(e,"isArray$1"),wi}n(fh,"requireIsArray");var Fo={},dE;function Eh(){return dE||(dE=1,Object.defineProperty(Fo,"__esModule",{value:!0})),Fo}n(Eh,"requireNoInfer");var TE;function dh(){return TE||(TE=1,function(e){var l=oi.__createBinding||(Object.create?function(p,c,u,t){t===void 0&&(t=u);var r=Object.getOwnPropertyDescriptor(c,u);(!r||("get"in r?!c.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:n(function(){return c[u]},"get")}),Object.defineProperty(p,t,r)}:function(p,c,u,t){t===void 0&&(t=u),p[t]=c[u]}),i=oi.__exportStar||function(p,c){for(var u in p)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&l(c,p,u)};Object.defineProperty(e,"__esModule",{value:!0}),i(fh(),e),i(Eh(),e)}(oi)),oi}n(dh,"requireTsUtils");var PE;function Th(){return PE||(PE=1,function(e){var l=Oe.__createBinding||(Object.create?function(u,t,r,o){o===void 0&&(o=r);var a=Object.getOwnPropertyDescriptor(t,r);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:n(function(){return t[r]},"get")}),Object.defineProperty(u,o,a)}:function(u,t,r,o){o===void 0&&(o=r),u[o]=t[r]}),i=Oe.__setModuleDefault||(Object.create?function(u,t){Object.defineProperty(u,"default",{enumerable:!0,value:t})}:function(u,t){u.default=t}),p=Oe.__importStar||function(){var u=n(function(t){return u=Object.getOwnPropertyNames||function(r){var o=[];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(o[o.length]=a);return o},u(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var o=u(t),a=0;a<o.length;a++)o[a]!=="default"&&l(r,t,o[a]);return i(r,t),r}}(),c=Oe.__exportStar||function(u,t){for(var r in u)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&l(t,u,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0,e.ASTUtils=p(Um()),e.ESLintUtils=p(Nm()),e.JSONSchema=p(jm()),e.TSESLint=p(ph()),c(Ou(),e),e.TSUtils=p(dh())}(Oe)),Oe}n(Th,"requireDist");var Ph=Th();const mh=Ph.ESLintUtils.RuleCreator(e=>e),yh={preferArrowFunction:"Prefer arrow function"},hh=mh({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:yh},defaultOptions:[],create:n(e=>{const l=new Set,i=["prototype","name","length"],p=n(a=>{if(a.generator||l.has(a))return!1;const{parent:E}=a;if((E.type==="Property"||E.type==="MethodDefinition")&&(E.kind==="set"||E.kind==="get"||E.kind==="constructor"))return!1;const T=e.sourceCode.getScope(a);if(T.set.get("arguments").references.length>0)return!1;let s=[];if(a.type==="FunctionDeclaration"&&a.id){const[f]=e.sourceCode.getDeclaredVariables(a),[d]=f.references;if(d&&a.range[0]>d.identifier.range[0])return!1;s=f.references}else if(a.type==="FunctionExpression"){const f=e.sourceCode.getDeclaredVariables(a).find(d=>d.identifiers[0].parent.type==="FunctionExpression");if(f){const d=n((m,b)=>{let Y=b;for(;Y&&Y!==m;)Y=Y.upper;return Y===m},"isInsideScope");if(f.references.some(({from:m})=>d(T,m)))return!1;s.push(...f.references)}if(a.parent.type==="VariableDeclarator"){const[d]=e.sourceCode.getDeclaredVariables(a.parent);s.push(...d.references.slice(1))}}for(const{identifier:f}of s)if(f.parent.type==="MemberExpression"&&f.parent.property.type==="Identifier"&&i.includes(f.parent.property.name))return!1;return!0},"isConvertable"),c=n(a=>{let E=e.sourceCode.getScope(a);for(;E&&E.block.type!=="FunctionDeclaration"&&E.block.type!=="FunctionExpression";)E=E.upper;return E?.block},"getNearestFunction"),u=n((a,E)=>{const T=e.sourceCode.getFirstToken(a,{filter:n(P=>P.type==="Keyword"&&P.value==="function","filter")});return T?[E.remove(T)]:[]},"removeFunctionToken"),t=n((a,E)=>{const T=e.sourceCode.getTokenBefore(a.body);return[E.insertTextAfter(T,"=>")]},"insertArrow"),r=n((a,E)=>{const T=e.sourceCode.getFirstToken(a.parent,{filter:n(s=>s.type==="Identifier"&&s.value==="async","filter")}),P=e.sourceCode.getTokenAfter(T,{includeComments:!0});return[E.removeRange([T.range[0],P.range[0]]),E.insertTextBefore(a,"async")]},"moveAsyncToken"),o=n((a,E)=>[E.insertTextBefore(a,"("),E.insertTextAfter(a,")")],"wrapInParentheses");return{ThisExpression:n(a=>{l.add(c(a))},"ThisExpression"),Super:n(a=>{l.add(c(a))},"Super"),MetaProperty:n(a=>{a.meta.name==="new"&&a.property.name==="target"&&l.add(c(a))},"MetaProperty"),"FunctionExpression:exit":n(a=>{p(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E)],{parent:P}=a;if(P.type==="Property"&&P.method||P.type==="MethodDefinition"&&P.kind==="method")T.push(E.insertTextBefore(a,P.type==="Property"?":":"=")),a.async&&T.push(...r(a,E));else if(T.push(...u(a,E)),a.id&&T.push(E.remove(a.id)),P.type==="LogicalExpression"){const f=e.sourceCode.getTokenBefore(a),d=e.sourceCode.getTokenAfter(a);f?.value==="("&&d?.value===")"||T.push(...o(a,E))}return T},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":n(a=>{p(a)&&e.report({node:a,messageId:"preferArrowFunction",fix:n(E=>{const T=[...t(a,E),...u(a,E)];if(a.id){const d=e.sourceCode.getText(a.id);T.push(E.remove(a.id),E.insertTextBefore(a,`const ${d}=`))}const{parent:P}=a;if(P.type==="ExportDefaultDeclaration"&&a.id){const d=e.sourceCode.getFirstToken(P,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="export","filter")}),y=e.sourceCode.getTokenAfter(d,{filter:n(Y=>Y.type==="Keyword"&&Y.value==="default","filter")}),m=[d.range[0],y.range[1]],b=e.sourceCode.text.slice(...m);T.push(E.removeRange(m),E.insertTextAfter(a,`;${b} ${a.id.name}`))}const s=e.sourceCode.getTokenAfter(a,{includeComments:!0});return s&&!e.sourceCode.isSpaceBetween(a,s)&&T.push(E.insertTextAfter(a,";")),T},"fix")})},"FunctionDeclaration:exit")}},"create")}),mE={meta:{name:"pvtnbr/custom-rules",version:vm},rules:{"prefer-arrow-functions":hh},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},_h=j({plugins:{pvtnbr:mE},rules:mE.configs.base.rules}),yE=n(e=>[j({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),j({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),ym,ld,Qi,sd,od,...ud,...fm(e),cd,Zi,...pd,...im,...nm(e),...pm,...lm,cm,hm,dm,...am(),sm,_h].filter(Boolean),"pvtnbr");var vh=yE();exports.defineConfig=j,exports.index=vh,exports.name=_m,exports.pvtnbr=yE;
|