lintroll 1.11.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.cjs +2 -2
- package/dist/cli/index.mjs +1 -1
- package/dist/index-C1o6LFOD.mjs +14 -0
- package/dist/index-lUNHnaPw.cjs +14 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +16 -16
- package/dist/index-6HLDIbQh.mjs +0 -14
- package/dist/index-NFeY68G3.cjs +0 -14
package/dist/index-6HLDIbQh.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var ic=Object.defineProperty;var l=(t,e)=>ic(t,"name",{value:e,configurable:!0});import sc from"@eslint/js";import En from"globals";import uo from"confusing-browser-globals";import{createRequire as oc}from"node:module";import po from"@eslint-community/eslint-plugin-eslint-comments";import ac from"@stylistic/eslint-plugin";import{fileURLToPath as Eo}from"node:url";import ct from"eslint-plugin-import-x";import qi from"@typescript-eslint/eslint-plugin";import lc from"@typescript-eslint/parser";import fo from"eslint-plugin-regexp";import fn from"node:fs";import To from"eslint-plugin-n";import Po from"node:path";import{f as mo}from"./index-BbEs1OZt.mjs";import"node:fs/promises";import cc from"os";import yo from"url";import uc from"util";import ho from"eslint-plugin-promise";import _o from"eslint-plugin-markdown";import dn from"eslint-plugin-jsonc";import Ji from"eslint-plugin-yml";import pc from"yaml-eslint-parser";import bo from"eslint-plugin-no-use-extend-native";import go from"eslint-plugin-unicorn";import zt from"eslint-plugin-react";import So from"eslint-plugin-react-hooks";import{getTsconfig as Ec}from"get-tsconfig";import Ke from"eslint-plugin-vue";import fc from"vue-eslint-parser";import vo from"eslint/use-at-your-own-risk";import Qi from"eslint";const dc=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],Yo=l(t=>{for(const e of dc){const n=t[e];if(!(typeof n!="object"||n===null)){if(Object.freeze(n),e==="rules"){const i=n;for(const s in i)if(Object.hasOwn(i,s)){const a=i[s];a&&Object.freeze(a)}}if(e==="languageOptions"){const i=n;i.parserOptions&&Object.freeze(i.parserOptions),i.globals&&Object.freeze(i.globals)}}}return Object.freeze(t)},"deepFreeze"),$=l(t=>Array.isArray(t)?t.map(Yo):Yo(t),"defineConfig"),Lo=oc(`${process.cwd()}/`),ke=l(t=>{try{return Lo.resolve(t),!0}catch{}return!1},"isInstalled"),Tc=l(t=>Object.keys(Lo(t)),"getExports"),Zi=$({languageOptions:{globals:En["shared-node-browser"]},rules:{...sc.configs.recommended.rules,"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","constructor-super":"error",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"}],"for-direction":"error","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-async-promise-executor":"error","no-bitwise":"error","no-caller":"error","no-case-declarations":"error","no-catch-shadow":"off","no-class-assign":"error","no-compare-neg-zero":"error","no-cond-assign":["error","always"],"no-console":"warn","no-const-assign":"error","no-constant-condition":"warn","no-constructor-return":"error","no-control-regex":"error","no-debugger":"error","no-delete-var":"error","no-dupe-args":"error","no-dupe-class-members":"error","no-dupe-else-if":"error","no-dupe-keys":"error","no-duplicate-case":"error","no-duplicate-imports":"off","no-else-return":["error",{allowElseIf:!1}],"no-empty":["error",{allowEmptyCatch:!0}],"no-empty-character-class":"error","no-empty-function":["error",{allow:["arrowFunctions","functions","methods"]}],"no-empty-pattern":"error","no-eq-null":"error","no-eval":"error","no-ex-assign":"error","no-extend-native":"error","no-extra-bind":"error","no-extra-boolean-cast":"error","no-extra-label":"error","no-fallthrough":"error","no-func-assign":"error","no-global-assign":"error","no-implicit-coercion":["off",{allow:[],boolean:!1,number:!0,string:!0}],"no-implicit-globals":"error","no-implied-eval":"error","no-import-assign":"error","no-inline-comments":"off","no-inner-declarations":"off","no-invalid-regexp":"error","no-irregular-whitespace":"error","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-loss-of-precision":"error","no-magic-numbers":["off",{detectObjects:!1,enforceConst:!0,ignore:[],ignoreArrayIndexes:!0}],"no-misleading-character-class":"error","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-native-nonconstructor":"error","no-new-wrappers":"error","no-nonoctal-decimal-escape":"error","no-obj-calls":"error","no-octal":"error","no-octal-escape":"error","no-plusplus":"error","no-promise-executor-return":"error","no-proto":"error","no-prototype-builtins":"error","no-redeclare":"error","no-regex-spaces":"error","no-restricted-exports":["error",{restrictedNamedExports:["then"]}],"no-restricted-globals":["error",...uo],"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-setter-return":"error","no-shadow":["error",{allow:[...ke("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...ke("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-shadow-restricted-names":"error","no-sparse-arrays":"error","no-this-before-super":"error","no-throw-literal":"error","no-undef":"error","no-undef-init":"error","no-unexpected-multiline":"error","no-unmodified-loop-condition":"off","no-unneeded-ternary":["error",{defaultAssignment:!1}],"no-unreachable":"error","no-unreachable-loop":"error","no-unsafe-finally":"error","no-unsafe-negation":"error","no-unused-expressions":["error",{allowShortCircuit:!1,allowTaggedTemplates:!1,allowTernary:!1}],"no-unused-labels":"error","no-unused-vars":["error",{args:"after-used",ignoreRestSiblings:!0,vars:"all"}],"no-use-before-define":"off","no-useless-backreference":"error","no-useless-call":"off","no-useless-catch":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-constructor":"error","no-useless-escape":"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"]}],"no-with":"error","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","require-yield":"error","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"],"use-isnan":"error","valid-typeof":["error",{requireStringLiterals:!0}],"vars-on-top":"error",yoda:"error"}}),Pc=$({files:["**/*.sw.{js,ts}"],languageOptions:{globals:En.serviceworker},rules:{"no-restricted-globals":["error",...uo.filter(t=>t!=="self")]}}),mc=$({plugins:{"@eslint-community/eslint-comments":po},rules:{...po.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),yc=$({plugins:{"@stylistic":ac},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"]}}),hc=Eo(import.meta.resolve("#pkg-maps-resolver")),Ao=$({plugins:{"import-x":ct},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[hc]:{}}},rules:{...ct.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"}}),_c=[Ao,$({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,Co]=Ao.rules["import-x/no-extraneous-dependencies"],es="**/*.{ts,tsx,mts,cts}",bc=$({files:[es],languageOptions:{parser:lc,parserOptions:{ecmaVersion:"latest"}},settings:ct.configs.typescript.settings}),gc=$({files:[es],plugins:{"@typescript-eslint":qi},settings:{...ct.configs.typescript.settings,"import-x/resolver":{...ct.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...qi.configs["eslint-recommended"].overrides[0].rules,...qi.configs.recommended.rules,...ct.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Zi.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Zi.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",{...Co,devDependencies:Co.devDependencies.map(t=>t.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),Sc=[$({plugins:{regexp:fo},rules:fo.configs.recommended.rules})];var Y=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function vc(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}l(vc,"getDefaultExportFromCjs");var ts={},qt={},Tn={};Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.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,Tn.matchToToken=function(t){var e={type:"invalid",value:t[0],closed:void 0};return t[1]?(e.type="string",e.closed=!!(t[3]||t[4])):t[5]?e.type="comment":t[6]?(e.type="comment",e.closed=!!t[7]):t[8]?e.type="regex":t[9]?e.type="number":t[10]?e.type="name":t[11]?e.type="punctuator":t[12]&&(e.type="whitespace"),e};var Vo={},Jt={};Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.isIdentifierChar=Uo,Jt.isIdentifierName=Cc,Jt.isIdentifierStart=wo;let rs="\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",Oo="\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 Yc=new RegExp("["+rs+"]"),Lc=new RegExp("["+rs+Oo+"]");rs=Oo=null;const Mo=[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],Ac=[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 ns(t,e){let n=65536;for(let i=0,s=e.length;i<s;i+=2){if(n+=e[i],n>t)return!1;if(n+=e[i+1],n>=t)return!0}return!1}l(ns,"isInAstralSet");function wo(t){return t<65?t===36:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&Yc.test(String.fromCharCode(t)):ns(t,Mo)}l(wo,"isIdentifierStart");function Uo(t){return t<48?t===36:t<58?!0:t<65?!1:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&Lc.test(String.fromCharCode(t)):ns(t,Mo)||ns(t,Ac)}l(Uo,"isIdentifierChar");function Cc(t){let e=!0;for(let n=0;n<t.length;n++){let i=t.charCodeAt(n);if((i&64512)===55296&&n+1<t.length){const s=t.charCodeAt(++n);(s&64512)===56320&&(i=65536+((i&1023)<<10)+(s&1023))}if(e){if(e=!1,!wo(i))return!1}else if(!Uo(i))return!1}return!e}l(Cc,"isIdentifierName");var Xe={};Object.defineProperty(Xe,"__esModule",{value:!0}),Xe.isKeyword=Uc,Xe.isReservedWord=Io,Xe.isStrictBindOnlyReservedWord=xo,Xe.isStrictBindReservedWord=wc,Xe.isStrictReservedWord=Ro;const is={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"]},Vc=new Set(is.keyword),Oc=new Set(is.strict),Mc=new Set(is.strictBind);function Io(t,e){return e&&t==="await"||t==="enum"}l(Io,"isReservedWord");function Ro(t,e){return Io(t,e)||Oc.has(t)}l(Ro,"isStrictReservedWord");function xo(t){return Mc.has(t)}l(xo,"isStrictBindOnlyReservedWord");function wc(t,e){return Ro(t,e)||xo(t)}l(wc,"isStrictBindReservedWord");function Uc(t){return Vc.has(t)}l(Uc,"isKeyword"),function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"isIdentifierChar",{enumerable:!0,get:l(function(){return e.isIdentifierChar},"get")}),Object.defineProperty(t,"isIdentifierName",{enumerable:!0,get:l(function(){return e.isIdentifierName},"get")}),Object.defineProperty(t,"isIdentifierStart",{enumerable:!0,get:l(function(){return e.isIdentifierStart},"get")}),Object.defineProperty(t,"isKeyword",{enumerable:!0,get:l(function(){return n.isKeyword},"get")}),Object.defineProperty(t,"isReservedWord",{enumerable:!0,get:l(function(){return n.isReservedWord},"get")}),Object.defineProperty(t,"isStrictBindOnlyReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(t,"isStrictBindReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(t,"isStrictReservedWord",{enumerable:!0,get:l(function(){return n.isStrictReservedWord},"get")});var e=Jt,n=Xe}(Vo);var Do={exports:{}},Ic=/[|\\{}()[\]^$+*?.]/g,Rc=l(function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(Ic,"\\$&")},"escapeStringRegexp"),ss={exports:{}},Fo={exports:{}},xc={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]},ze=xc,$o={};for(var os in ze)ze.hasOwnProperty(os)&&($o[ze[os]]=os);var M=Fo.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 ce in M)if(M.hasOwnProperty(ce)){if(!("channels"in M[ce]))throw new Error("missing channels property: "+ce);if(!("labels"in M[ce]))throw new Error("missing channel labels property: "+ce);if(M[ce].labels.length!==M[ce].channels)throw new Error("channel and label counts mismatch: "+ce);var Dc=M[ce].channels,Fc=M[ce].labels;delete M[ce].channels,delete M[ce].labels,Object.defineProperty(M[ce],"channels",{value:Dc}),Object.defineProperty(M[ce],"labels",{value:Fc})}M.rgb.hsl=function(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255,s=Math.min(e,n,i),a=Math.max(e,n,i),c=a-s,u,p,d;return a===s?u=0:e===a?u=(n-i)/c:n===a?u=2+(i-e)/c:i===a&&(u=4+(e-n)/c),u=Math.min(u*60,360),u<0&&(u+=360),d=(s+a)/2,a===s?p=0:d<=.5?p=c/(a+s):p=c/(2-a-s),[u,p*100,d*100]},M.rgb.hsv=function(t){var e,n,i,s,a,c=t[0]/255,u=t[1]/255,p=t[2]/255,d=Math.max(c,u,p),y=d-Math.min(c,u,p),h=l(function(A){return(d-A)/6/y+1/2},"diffc");return y===0?s=a=0:(a=y/d,e=h(c),n=h(u),i=h(p),c===d?s=i-n:u===d?s=1/3+e-i:p===d&&(s=2/3+n-e),s<0?s+=1:s>1&&(s-=1)),[s*360,a*100,d*100]},M.rgb.hwb=function(t){var e=t[0],n=t[1],i=t[2],s=M.rgb.hsl(t)[0],a=1/255*Math.min(e,Math.min(n,i));return i=1-1/255*Math.max(e,Math.max(n,i)),[s,a*100,i*100]},M.rgb.cmyk=function(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255,s,a,c,u;return u=Math.min(1-e,1-n,1-i),s=(1-e-u)/(1-u)||0,a=(1-n-u)/(1-u)||0,c=(1-i-u)/(1-u)||0,[s*100,a*100,c*100,u*100]};function $c(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2)}l($c,"comparativeDistance"),M.rgb.keyword=function(t){var e=$o[t];if(e)return e;var n=1/0,i;for(var s in ze)if(ze.hasOwnProperty(s)){var a=ze[s],c=$c(t,a);c<n&&(n=c,i=s)}return i},M.keyword.rgb=function(t){return ze[t]},M.rgb.xyz=function(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92;var s=e*.4124+n*.3576+i*.1805,a=e*.2126+n*.7152+i*.0722,c=e*.0193+n*.1192+i*.9505;return[s*100,a*100,c*100]},M.rgb.lab=function(t){var e=M.rgb.xyz(t),n=e[0],i=e[1],s=e[2],a,c,u;return n/=95.047,i/=100,s/=108.883,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,a=116*i-16,c=500*(n-i),u=200*(i-s),[a,c,u]},M.hsl.rgb=function(t){var e=t[0]/360,n=t[1]/100,i=t[2]/100,s,a,c,u,p;if(n===0)return p=i*255,[p,p,p];i<.5?a=i*(1+n):a=i+n-i*n,s=2*i-a,u=[0,0,0];for(var d=0;d<3;d++)c=e+1/3*-(d-1),c<0&&c++,c>1&&c--,6*c<1?p=s+(a-s)*6*c:2*c<1?p=a:3*c<2?p=s+(a-s)*(2/3-c)*6:p=s,u[d]=p*255;return u},M.hsl.hsv=function(t){var e=t[0],n=t[1]/100,i=t[2]/100,s=n,a=Math.max(i,.01),c,u;return i*=2,n*=i<=1?i:2-i,s*=a<=1?a:2-a,u=(i+n)/2,c=i===0?2*s/(a+s):2*n/(i+n),[e,c*100,u*100]},M.hsv.rgb=function(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,s=Math.floor(e)%6,a=e-Math.floor(e),c=255*i*(1-n),u=255*i*(1-n*a),p=255*i*(1-n*(1-a));switch(i*=255,s){case 0:return[i,p,c];case 1:return[u,i,c];case 2:return[c,i,p];case 3:return[c,u,i];case 4:return[p,c,i];case 5:return[i,c,u]}},M.hsv.hsl=function(t){var e=t[0],n=t[1]/100,i=t[2]/100,s=Math.max(i,.01),a,c,u;return u=(2-n)*i,a=(2-n)*s,c=n*s,c/=a<=1?a:2-a,c=c||0,u/=2,[e,c*100,u*100]},M.hwb.rgb=function(t){var e=t[0]/360,n=t[1]/100,i=t[2]/100,s=n+i,a,c,u,p;s>1&&(n/=s,i/=s),a=Math.floor(6*e),c=1-i,u=6*e-a,a&1&&(u=1-u),p=n+u*(c-n);var d,y,h;switch(a){default:case 6:case 0:d=c,y=p,h=n;break;case 1:d=p,y=c,h=n;break;case 2:d=n,y=c,h=p;break;case 3:d=n,y=p,h=c;break;case 4:d=p,y=n,h=c;break;case 5:d=c,y=n,h=p;break}return[d*255,y*255,h*255]},M.cmyk.rgb=function(t){var e=t[0]/100,n=t[1]/100,i=t[2]/100,s=t[3]/100,a,c,u;return a=1-Math.min(1,e*(1-s)+s),c=1-Math.min(1,n*(1-s)+s),u=1-Math.min(1,i*(1-s)+s),[a*255,c*255,u*255]},M.xyz.rgb=function(t){var e=t[0]/100,n=t[1]/100,i=t[2]/100,s,a,c;return s=e*3.2406+n*-1.5372+i*-.4986,a=e*-.9689+n*1.8758+i*.0415,c=e*.0557+n*-.204+i*1.057,s=s>.0031308?1.055*Math.pow(s,1/2.4)-.055:s*12.92,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92,c=c>.0031308?1.055*Math.pow(c,1/2.4)-.055:c*12.92,s=Math.min(Math.max(0,s),1),a=Math.min(Math.max(0,a),1),c=Math.min(Math.max(0,c),1),[s*255,a*255,c*255]},M.xyz.lab=function(t){var e=t[0],n=t[1],i=t[2],s,a,c;return e/=95.047,n/=100,i/=108.883,e=e>.008856?Math.pow(e,1/3):7.787*e+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=116*n-16,a=500*(e-n),c=200*(n-i),[s,a,c]},M.lab.xyz=function(t){var e=t[0],n=t[1],i=t[2],s,a,c;a=(e+16)/116,s=n/500+a,c=a-i/200;var u=Math.pow(a,3),p=Math.pow(s,3),d=Math.pow(c,3);return a=u>.008856?u:(a-16/116)/7.787,s=p>.008856?p:(s-16/116)/7.787,c=d>.008856?d:(c-16/116)/7.787,s*=95.047,a*=100,c*=108.883,[s,a,c]},M.lab.lch=function(t){var e=t[0],n=t[1],i=t[2],s,a,c;return s=Math.atan2(i,n),a=s*360/2/Math.PI,a<0&&(a+=360),c=Math.sqrt(n*n+i*i),[e,c,a]},M.lch.lab=function(t){var e=t[0],n=t[1],i=t[2],s,a,c;return c=i/360*2*Math.PI,s=n*Math.cos(c),a=n*Math.sin(c),[e,s,a]},M.rgb.ansi16=function(t){var e=t[0],n=t[1],i=t[2],s=1 in arguments?arguments[1]:M.rgb.hsv(t)[2];if(s=Math.round(s/50),s===0)return 30;var a=30+(Math.round(i/255)<<2|Math.round(n/255)<<1|Math.round(e/255));return s===2&&(a+=60),a},M.hsv.ansi16=function(t){return M.rgb.ansi16(M.hsv.rgb(t),t[2])},M.rgb.ansi256=function(t){var e=t[0],n=t[1],i=t[2];if(e===n&&n===i)return e<8?16:e>248?231:Math.round((e-8)/247*24)+232;var s=16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(i/255*5);return s},M.ansi16.rgb=function(t){var e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];var n=(~~(t>50)+1)*.5,i=(e&1)*n*255,s=(e>>1&1)*n*255,a=(e>>2&1)*n*255;return[i,s,a]},M.ansi256.rgb=function(t){if(t>=232){var e=(t-232)*10+8;return[e,e,e]}t-=16;var n,i=Math.floor(t/36)/5*255,s=Math.floor((n=t%36)/6)/5*255,a=n%6/5*255;return[i,s,a]},M.rgb.hex=function(t){var e=((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255),n=e.toString(16).toUpperCase();return"000000".substring(n.length)+n},M.hex.rgb=function(t){var e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];var n=e[0];e[0].length===3&&(n=n.split("").map(function(u){return u+u}).join(""));var i=parseInt(n,16),s=i>>16&255,a=i>>8&255,c=i&255;return[s,a,c]},M.rgb.hcg=function(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255,s=Math.max(Math.max(e,n),i),a=Math.min(Math.min(e,n),i),c=s-a,u,p;return c<1?u=a/(1-c):u=0,c<=0?p=0:s===e?p=(n-i)/c%6:s===n?p=2+(i-e)/c:p=4+(e-n)/c+4,p/=6,p%=1,[p*360,c*100,u*100]},M.hsl.hcg=function(t){var e=t[1]/100,n=t[2]/100,i=1,s=0;return n<.5?i=2*e*n:i=2*e*(1-n),i<1&&(s=(n-.5*i)/(1-i)),[t[0],i*100,s*100]},M.hsv.hcg=function(t){var e=t[1]/100,n=t[2]/100,i=e*n,s=0;return i<1&&(s=(n-i)/(1-i)),[t[0],i*100,s*100]},M.hcg.rgb=function(t){var e=t[0]/360,n=t[1]/100,i=t[2]/100;if(n===0)return[i*255,i*255,i*255];var s=[0,0,0],a=e%1*6,c=a%1,u=1-c,p=0;switch(Math.floor(a)){case 0:s[0]=1,s[1]=c,s[2]=0;break;case 1:s[0]=u,s[1]=1,s[2]=0;break;case 2:s[0]=0,s[1]=1,s[2]=c;break;case 3:s[0]=0,s[1]=u,s[2]=1;break;case 4:s[0]=c,s[1]=0,s[2]=1;break;default:s[0]=1,s[1]=0,s[2]=u}return p=(1-n)*i,[(n*s[0]+p)*255,(n*s[1]+p)*255,(n*s[2]+p)*255]},M.hcg.hsv=function(t){var e=t[1]/100,n=t[2]/100,i=e+n*(1-e),s=0;return i>0&&(s=e/i),[t[0],s*100,i*100]},M.hcg.hsl=function(t){var e=t[1]/100,n=t[2]/100,i=n*(1-e)+.5*e,s=0;return i>0&&i<.5?s=e/(2*i):i>=.5&&i<1&&(s=e/(2*(1-i))),[t[0],s*100,i*100]},M.hcg.hwb=function(t){var e=t[1]/100,n=t[2]/100,i=e+n*(1-e);return[t[0],(i-e)*100,(1-i)*100]},M.hwb.hcg=function(t){var e=t[1]/100,n=t[2]/100,i=1-n,s=i-e,a=0;return s<1&&(a=(i-s)/(1-s)),[t[0],s*100,a*100]},M.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},M.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},M.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},M.gray.hsl=M.gray.hsv=function(t){return[0,0,t[0]]},M.gray.hwb=function(t){return[0,100,t[0]]},M.gray.cmyk=function(t){return[0,0,0,t[0]]},M.gray.lab=function(t){return[t[0],0,0]},M.gray.hex=function(t){var e=Math.round(t[0]/100*255)&255,n=(e<<16)+(e<<8)+e,i=n.toString(16).toUpperCase();return"000000".substring(i.length)+i},M.rgb.gray=function(t){var e=(t[0]+t[1]+t[2])/3;return[e/255*100]};var ko=Fo.exports,Pn=ko;function kc(){for(var t={},e=Object.keys(Pn),n=e.length,i=0;i<n;i++)t[e[i]]={distance:-1,parent:null};return t}l(kc,"buildGraph");function Nc(t){var e=kc(),n=[t];for(e[t].distance=0;n.length;)for(var i=n.pop(),s=Object.keys(Pn[i]),a=s.length,c=0;c<a;c++){var u=s[c],p=e[u];p.distance===-1&&(p.distance=e[i].distance+1,p.parent=i,n.unshift(u))}return e}l(Nc,"deriveBFS");function Bc(t,e){return function(n){return e(t(n))}}l(Bc,"link");function jc(t,e){for(var n=[e[t].parent,t],i=Pn[e[t].parent][t],s=e[t].parent;e[s].parent;)n.unshift(e[s].parent),i=Bc(Pn[e[s].parent][s],i),s=e[s].parent;return i.conversion=n,i}l(jc,"wrapConversion");var Gc=l(function(t){for(var e=Nc(t),n={},i=Object.keys(e),s=i.length,a=0;a<s;a++){var c=i[a],u=e[c];u.parent!==null&&(n[c]=jc(c,e))}return n},"route$1"),as=ko,Wc=Gc,ut={},Hc=Object.keys(as);function Kc(t){var e=l(function(n){return n==null?n:(arguments.length>1&&(n=Array.prototype.slice.call(arguments)),t(n))},"wrappedFn");return"conversion"in t&&(e.conversion=t.conversion),e}l(Kc,"wrapRaw");function Xc(t){var e=l(function(n){if(n==null)return n;arguments.length>1&&(n=Array.prototype.slice.call(arguments));var i=t(n);if(typeof i=="object")for(var s=i.length,a=0;a<s;a++)i[a]=Math.round(i[a]);return i},"wrappedFn");return"conversion"in t&&(e.conversion=t.conversion),e}l(Xc,"wrapRounded"),Hc.forEach(function(t){ut[t]={},Object.defineProperty(ut[t],"channels",{value:as[t].channels}),Object.defineProperty(ut[t],"labels",{value:as[t].labels});var e=Wc(t),n=Object.keys(e);n.forEach(function(i){var s=e[i];ut[t][i]=Xc(s),ut[t][i].raw=Kc(s)})});var zc=ut;ss.exports,function(t){const e=zc,n=l((c,u)=>function(){return`\x1B[${c.apply(e,arguments)+u}m`},"wrapAnsi16"),i=l((c,u)=>function(){const p=c.apply(e,arguments);return`\x1B[${38+u};5;${p}m`},"wrapAnsi256"),s=l((c,u)=>function(){const p=c.apply(e,arguments);return`\x1B[${38+u};2;${p[0]};${p[1]};${p[2]}m`},"wrapAnsi16m");function a(){const c=new Map,u={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]}};u.color.grey=u.color.gray;for(const y of Object.keys(u)){const h=u[y];for(const A of Object.keys(h)){const O=h[A];u[A]={open:`\x1B[${O[0]}m`,close:`\x1B[${O[1]}m`},h[A]=u[A],c.set(O[0],O[1])}Object.defineProperty(u,y,{value:h,enumerable:!1}),Object.defineProperty(u,"codes",{value:c,enumerable:!1})}const p=l(y=>y,"ansi2ansi"),d=l((y,h,A)=>[y,h,A],"rgb2rgb");u.color.close="\x1B[39m",u.bgColor.close="\x1B[49m",u.color.ansi={ansi:n(p,0)},u.color.ansi256={ansi256:i(p,0)},u.color.ansi16m={rgb:s(d,0)},u.bgColor.ansi={ansi:n(p,10)},u.bgColor.ansi256={ansi256:i(p,10)},u.bgColor.ansi16m={rgb:s(d,10)};for(let y of Object.keys(e)){if(typeof e[y]!="object")continue;const h=e[y];y==="ansi16"&&(y="ansi"),"ansi16"in h&&(u.color.ansi[y]=n(h.ansi16,0),u.bgColor.ansi[y]=n(h.ansi16,10)),"ansi256"in h&&(u.color.ansi256[y]=i(h.ansi256,0),u.bgColor.ansi256[y]=i(h.ansi256,10)),"rgb"in h&&(u.color.ansi16m[y]=s(h.rgb,0),u.bgColor.ansi16m[y]=s(h.rgb,10))}return u}l(a,"assembleStyles"),Object.defineProperty(t,"exports",{enumerable:!0,get:a})}(ss);var qc=ss.exports,Jc=l((t,e)=>{e=e||process.argv;const n=t.startsWith("-")?"":t.length===1?"-":"--",i=e.indexOf(n+t),s=e.indexOf("--");return i!==-1&&(s===-1?!0:i<s)},"hasFlag$1");const Qc=cc,Se=Jc,se=process.env;let pt;Se("no-color")||Se("no-colors")||Se("color=false")?pt=!1:(Se("color")||Se("colors")||Se("color=true")||Se("color=always"))&&(pt=!0),"FORCE_COLOR"in se&&(pt=se.FORCE_COLOR.length===0||parseInt(se.FORCE_COLOR,10)!==0);function Zc(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}l(Zc,"translateLevel");function eu(t){if(pt===!1)return 0;if(Se("color=16m")||Se("color=full")||Se("color=truecolor"))return 3;if(Se("color=256"))return 2;if(t&&!t.isTTY&&pt!==!0)return 0;const e=pt?1:0;if(process.platform==="win32"){const n=Qc.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in se)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(n=>n in se)||se.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in se)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(se.TEAMCITY_VERSION)?1:0;if(se.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in se){const n=parseInt((se.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(se.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(se.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(se.TERM)||"COLORTERM"in se?1:(se.TERM==="dumb",e)}l(eu,"supportsColor");function ls(t){const e=eu(t);return Zc(e)}l(ls,"getSupportLevel");var tu={supportsColor:ls,stdout:ls(process.stdout),stderr:ls(process.stderr)};const ru=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,No=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,nu=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,iu=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,su=new Map([["n",`
|
|
2
|
-
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function Bo(t){return t[0]==="u"&&t.length===5||t[0]==="x"&&t.length===3?String.fromCharCode(parseInt(t.slice(1),16)):su.get(t)||t}l(Bo,"unescape$1");function ou(t,e){const n=[],i=e.trim().split(/\s*,\s*/g);let s;for(const a of i)if(!isNaN(a))n.push(Number(a));else if(s=a.match(nu))n.push(s[2].replace(iu,(c,u,p)=>u?Bo(u):p));else throw new Error(`Invalid Chalk template style argument: ${a} (in style '${t}')`);return n}l(ou,"parseArguments");function au(t){No.lastIndex=0;const e=[];let n;for(;(n=No.exec(t))!==null;){const i=n[1];if(n[2]){const s=ou(i,n[2]);e.push([i].concat(s))}else e.push([i])}return e}l(au,"parseStyle");function jo(t,e){const n={};for(const s of e)for(const a of s.styles)n[a[0]]=s.inverse?null:a.slice(1);let i=t;for(const s of Object.keys(n))if(Array.isArray(n[s])){if(!(s in i))throw new Error(`Unknown Chalk style: ${s}`);n[s].length>0?i=i[s].apply(i,n[s]):i=i[s]}return i}l(jo,"buildStyle");var lu=l((t,e)=>{const n=[],i=[];let s=[];if(e.replace(ru,(a,c,u,p,d,y)=>{if(c)s.push(Bo(c));else if(p){const h=s.join("");s=[],i.push(n.length===0?h:jo(t,n)(h)),n.push({inverse:u,styles:au(p)})}else if(d){if(n.length===0)throw new Error("Found extraneous } in Chalk template literal");i.push(jo(t,n)(s.join(""))),s=[],n.pop()}else s.push(y)}),i.push(s.join("")),n.length>0){const a=`Chalk template literal is missing ${n.length} closing bracket${n.length===1?"":"s"} (\`}\`)`;throw new Error(a)}return i.join("")},"templates");(function(t){const e=Rc,n=qc,i=tu.stdout,s=lu,a=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),c=["ansi","ansi","ansi256","ansi16m"],u=new Set(["gray"]),p=Object.create(null);function d(m,S){S=S||{};const L=i?i.level:0;m.level=S.level===void 0?L:S.level,m.enabled="enabled"in S?S.enabled:m.level>0}l(d,"applyOptions");function y(m){if(!this||!(this instanceof y)||this.template){const S={};return d(S,m),S.template=function(){const L=[].slice.call(arguments);return g.apply(null,[S.template].concat(L))},Object.setPrototypeOf(S,y.prototype),Object.setPrototypeOf(S.template,S),S.template.constructor=y,S.template}d(this,m)}l(y,"Chalk"),a&&(n.blue.open="\x1B[94m");for(const m of Object.keys(n))n[m].closeRe=new RegExp(e(n[m].close),"g"),p[m]={get(){const S=n[m];return A.call(this,this._styles?this._styles.concat(S):[S],this._empty,m)}};p.visible={get(){return A.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(e(n.color.close),"g");for(const m of Object.keys(n.color.ansi))u.has(m)||(p[m]={get(){const S=this.level;return function(){const x={open:n.color[c[S]][m].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return A.call(this,this._styles?this._styles.concat(x):[x],this._empty,m)}}});n.bgColor.closeRe=new RegExp(e(n.bgColor.close),"g");for(const m of Object.keys(n.bgColor.ansi)){if(u.has(m))continue;const S="bg"+m[0].toUpperCase()+m.slice(1);p[S]={get(){const L=this.level;return function(){const w={open:n.bgColor[c[L]][m].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return A.call(this,this._styles?this._styles.concat(w):[w],this._empty,m)}}}}const h=Object.defineProperties(()=>{},p);function A(m,S,L){const x=l(function(){return O.apply(x,arguments)},"builder");x._styles=m,x._empty=S;const w=this;return Object.defineProperty(x,"level",{enumerable:!0,get(){return w.level},set(B){w.level=B}}),Object.defineProperty(x,"enabled",{enumerable:!0,get(){return w.enabled},set(B){w.enabled=B}}),x.hasGrey=this.hasGrey||L==="gray"||L==="grey",x.__proto__=h,x}l(A,"build");function O(){const m=arguments,S=m.length;let L=String(arguments[0]);if(S===0)return"";if(S>1)for(let w=1;w<S;w++)L+=" "+m[w];if(!this.enabled||this.level<=0||!L)return this._empty?"":L;const x=n.dim.open;a&&this.hasGrey&&(n.dim.open="");for(const w of this._styles.slice().reverse())L=w.open+L.replace(w.closeRe,w.open)+w.close,L=L.replace(/\r?\n/g,`${w.close}$&${w.open}`);return n.dim.open=x,L}l(O,"applyStyle");function g(m,S){if(!Array.isArray(S))return[].slice.call(arguments,1).join(" ");const L=[].slice.call(arguments,2),x=[S.raw[0]];for(let w=1;w<S.length;w++)x.push(String(L[w-1]).replace(/[{}\\]/g,"\\$&")),x.push(String(S.raw[w]));return s(m,x.join(""))}l(g,"chalkTag"),Object.defineProperties(y.prototype,p),t.exports=y(),t.exports.supportsColor=i,t.exports.default=t.exports})(Do);var Go=Do.exports;Object.defineProperty(qt,"__esModule",{value:!0}),qt.default=Tu,qt.shouldHighlight=zo;var Wo=Tn,Ho=Vo,cs=cu(Go,!0);function Ko(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Ko=l(function(i){return i?n:e},"_getRequireWildcardCache$1"))(t)}l(Ko,"_getRequireWildcardCache$1");function cu(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Ko(e);if(n&&n.has(t))return n.get(t);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var c=s?Object.getOwnPropertyDescriptor(t,a):null;c&&(c.get||c.set)?Object.defineProperty(i,a,c):i[a]=t[a]}return i.default=t,n&&n.set(t,i),i}l(cu,"_interopRequireWildcard$1");const uu=new Set(["as","async","from","get","of","set"]);function pu(t){return{keyword:t.cyan,capitalized:t.yellow,jsxIdentifier:t.yellow,punctuator:t.yellow,number:t.magenta,string:t.green,regex:t.magenta,comment:t.grey,invalid:t.white.bgRed.bold}}l(pu,"getDefs$1");const Eu=/\r\n|[\n\r\u2028\u2029]/,fu=/^[()[\]{}]$/;let Xo;{const t=/^[a-z][\w-]*$/i,e=l(function(n,i,s){if(n.type==="name"){if((0,Ho.isKeyword)(n.value)||(0,Ho.isStrictReservedWord)(n.value,!0)||uu.has(n.value))return"keyword";if(t.test(n.value)&&(s[i-1]==="<"||s.slice(i-2,i)=="</"))return"jsxIdentifier";if(n.value[0]!==n.value[0].toLowerCase())return"capitalized"}return n.type==="punctuator"&&fu.test(n.value)?"bracket":n.type==="invalid"&&(n.value==="@"||n.value==="#")?"punctuator":n.type},"getTokenType");Xo=l(function*(n){let i;for(;i=Wo.default.exec(n);){const s=Wo.matchToToken(i);yield{type:e(s,i.index,n),value:s.value}}},"tokenize")}function du(t,e){let n="";for(const{type:i,value:s}of Xo(e)){const a=t[i];a?n+=s.split(Eu).map(c=>a(c)).join(`
|
|
3
|
-
`):n+=s}return n}l(du,"highlightTokens");function zo(t){return cs.default.level>0||t.forceColor}l(zo,"shouldHighlight");let us;function qo(t){if(t){var e;return(e=us)!=null||(us=new cs.default.constructor({enabled:!0,level:1})),us}return cs.default}l(qo,"getChalk$1"),qt.getChalk=t=>qo(t.forceColor);function Tu(t,e={}){if(t!==""&&zo(e)){const n=pu(qo(e.forceColor));return du(n,t)}else return t}l(Tu,"highlight"),Object.defineProperty(ts,"__esModule",{value:!0});var Pu=ts.codeFrameColumns=ra;ts.default=bu;var Jo=qt,Qo=mu(Go,!0);function Zo(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(Zo=l(function(i){return i?n:e},"_getRequireWildcardCache"))(t)}l(Zo,"_getRequireWildcardCache");function mu(t,e){if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=Zo(e);if(n&&n.has(t))return n.get(t);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var c=s?Object.getOwnPropertyDescriptor(t,a):null;c&&(c.get||c.set)?Object.defineProperty(i,a,c):i[a]=t[a]}return i.default=t,n&&n.set(t,i),i}l(mu,"_interopRequireWildcard");let ps;function yu(t){if(t){var e;return(e=ps)!=null||(ps=new Qo.default.constructor({enabled:!0,level:1})),ps}return Qo.default}l(yu,"getChalk");let ea=!1;function hu(t){return{gutter:t.grey,marker:t.red.bold,message:t.red.bold}}l(hu,"getDefs");const ta=/\r\n|[\n\r\u2028\u2029]/;function _u(t,e,n){const i=Object.assign({column:0,line:-1},t.start),s=Object.assign({},i,t.end),{linesAbove:a=2,linesBelow:c=3}=n||{},u=i.line,p=i.column,d=s.line,y=s.column;let h=Math.max(u-(a+1),0),A=Math.min(e.length,d+c);u===-1&&(h=0),d===-1&&(A=e.length);const O=d-u,g={};if(O)for(let m=0;m<=O;m++){const S=m+u;if(!p)g[S]=!0;else if(m===0){const L=e[S-1].length;g[S]=[p,L-p+1]}else if(m===O)g[S]=[0,y];else{const L=e[S-m].length;g[S]=[0,L]}}else p===y?p?g[u]=[p,0]:g[u]=!0:g[u]=[p,y-p];return{start:h,end:A,markerLines:g}}l(_u,"getMarkerLines");function ra(t,e,n={}){const i=(n.highlightCode||n.forceColor)&&(0,Jo.shouldHighlight)(n),s=yu(n.forceColor),a=hu(s),c=l((m,S)=>i?m(S):S,"maybeHighlight"),u=t.split(ta),{start:p,end:d,markerLines:y}=_u(e,u,n),h=e.start&&typeof e.start.column=="number",A=String(d).length;let g=(i?(0,Jo.default)(t,n):t).split(ta,d).slice(p,d).map((m,S)=>{const L=p+1+S,w=` ${` ${L}`.slice(-A)} |`,B=y[L],ne=!y[L+1];if(B){let le="";if(Array.isArray(B)){const Te=m.slice(0,Math.max(B[0]-1,0)).replace(/[^\t]/g," "),ot=B[1]||1;le=[`
|
|
4
|
-
`,c(a.gutter,w.replace(/\d/g," "))," ",Te,c(a.marker,"^").repeat(ot)].join(""),ne&&n.message&&(le+=" "+c(a.message,n.message))}return[c(a.marker,">"),c(a.gutter,w),m.length>0?` ${m}`:"",le].join("")}else return` ${c(a.gutter,w)}${m.length>0?` ${m}`:""}`}).join(`
|
|
5
|
-
`);return n.message&&!h&&(g=`${" ".repeat(A+1)}${n.message}
|
|
6
|
-
${g}`),i?s.reset(g):g}l(ra,"codeFrameColumns");function bu(t,e,n,i={}){if(!ea){ea=!0;const a="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning)process.emitWarning(a,"DeprecationWarning");else{const c=new Error(a);c.name="DeprecationWarning",console.warn(new Error(a))}}return n=Math.max(n,0),ra(t,{start:{column:n,line:e}},i)}l(bu,"_default");const na=l((t,e,n)=>n<0?-1:t.lastIndexOf(e,n),"safeLastIndexOf");function gu(t,e){const n=na(t,`
|
|
7
|
-
`,e-1),i=e-n-1;let s=0;for(let a=n;a>=0;a=na(t,`
|
|
8
|
-
`,a-1))s++;return{line:s,column:i}}l(gu,"getPosition");function ia(t,e,{oneBased:n=!1}={}){if(e<0||e>=t.length&&t.length>0)throw new RangeError("Index out of bounds");const i=gu(t,e);return n?{line:i.line+1,column:i.column+1}:i}l(ia,"indexToLineColumn");const Su=l(t=>`\\u{${t.codePointAt(0).toString(16)}}`,"getCodePoint");class Gs extends Error{static{l(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#e;constructor(e){super(),this.#e=e,Error.captureStackTrace?.(this,Gs)}get message(){const{fileName:e,codeFrame:n}=this;return`${this.#e}${e?` in ${e}`:""}${n?`
|
|
9
|
-
|
|
10
|
-
${n}
|
|
11
|
-
`:""}`}set message(e){this.#e=e}}const sa=l((t,e,n=!0)=>Pu(t,{start:e},{highlightCode:n}),"generateCodeFrame"),vu=l((t,e)=>{const n=e.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!n)return;let{index:i,line:s,column:a}=n.groups;if(s&&a)return{line:Number(s),column:Number(a)};if(i=Number(i),i===t.length){const{line:c,column:u}=ia(t,t.length-1,{oneBased:!0});return{line:c,column:u+1}}return ia(t,i,{oneBased:!0})},"getErrorLocation"),Yu=l(t=>t.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,n,i)=>`"${i}"(${Su(i)})`),"addCodePointToUnexpectedToken");function Lu(t,e,n){let i;try{return JSON.parse(t,e)}catch(c){i=c.message}let s;t?(s=vu(t,i),i=Yu(i)):i+=" while parsing empty string";const a=new Gs(i);throw a.fileName=n,s&&(a.codeFrame=sa(t,s),a.rawCodeFrame=sa(t,s,!1)),a}l(Lu,"parseJson");const Au=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};var oa=Au;const Cu="2.0.0",aa=256,Vu=Number.MAX_SAFE_INTEGER||9007199254740991,Ou=16,Mu=aa-6,wu=["major","premajor","minor","preminor","patch","prepatch","prerelease"];var la={MAX_LENGTH:aa,MAX_SAFE_COMPONENT_LENGTH:Ou,MAX_SAFE_BUILD_LENGTH:Mu,MAX_SAFE_INTEGER:Vu,RELEASE_TYPES:wu,SEMVER_SPEC_VERSION:Cu,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Es={exports:{}};(function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:s}=la,a=oa;e=t.exports={};const c=e.re=[],u=e.safeRe=[],p=e.src=[],d=e.t={};let y=0;const h="[a-zA-Z0-9-]",A=[["\\s",1],["\\d",s],[h,i]],O=l(m=>{for(const[S,L]of A)m=m.split(`${S}*`).join(`${S}{0,${L}}`).split(`${S}+`).join(`${S}{1,${L}}`);return m},"makeSafeRegex"),g=l((m,S,L)=>{const x=O(S),w=y++;a(m,w,S),d[m]=w,p[w]=S,c[w]=new RegExp(S,L?"g":void 0),u[w]=new RegExp(x,L?"g":void 0)},"createToken");g("NUMERICIDENTIFIER","0|[1-9]\\d*"),g("NUMERICIDENTIFIERLOOSE","\\d+"),g("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${h}*`),g("MAINVERSION",`(${p[d.NUMERICIDENTIFIER]})\\.(${p[d.NUMERICIDENTIFIER]})\\.(${p[d.NUMERICIDENTIFIER]})`),g("MAINVERSIONLOOSE",`(${p[d.NUMERICIDENTIFIERLOOSE]})\\.(${p[d.NUMERICIDENTIFIERLOOSE]})\\.(${p[d.NUMERICIDENTIFIERLOOSE]})`),g("PRERELEASEIDENTIFIER",`(?:${p[d.NUMERICIDENTIFIER]}|${p[d.NONNUMERICIDENTIFIER]})`),g("PRERELEASEIDENTIFIERLOOSE",`(?:${p[d.NUMERICIDENTIFIERLOOSE]}|${p[d.NONNUMERICIDENTIFIER]})`),g("PRERELEASE",`(?:-(${p[d.PRERELEASEIDENTIFIER]}(?:\\.${p[d.PRERELEASEIDENTIFIER]})*))`),g("PRERELEASELOOSE",`(?:-?(${p[d.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${p[d.PRERELEASEIDENTIFIERLOOSE]})*))`),g("BUILDIDENTIFIER",`${h}+`),g("BUILD",`(?:\\+(${p[d.BUILDIDENTIFIER]}(?:\\.${p[d.BUILDIDENTIFIER]})*))`),g("FULLPLAIN",`v?${p[d.MAINVERSION]}${p[d.PRERELEASE]}?${p[d.BUILD]}?`),g("FULL",`^${p[d.FULLPLAIN]}$`),g("LOOSEPLAIN",`[v=\\s]*${p[d.MAINVERSIONLOOSE]}${p[d.PRERELEASELOOSE]}?${p[d.BUILD]}?`),g("LOOSE",`^${p[d.LOOSEPLAIN]}$`),g("GTLT","((?:<|>)?=?)"),g("XRANGEIDENTIFIERLOOSE",`${p[d.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),g("XRANGEIDENTIFIER",`${p[d.NUMERICIDENTIFIER]}|x|X|\\*`),g("XRANGEPLAIN",`[v=\\s]*(${p[d.XRANGEIDENTIFIER]})(?:\\.(${p[d.XRANGEIDENTIFIER]})(?:\\.(${p[d.XRANGEIDENTIFIER]})(?:${p[d.PRERELEASE]})?${p[d.BUILD]}?)?)?`),g("XRANGEPLAINLOOSE",`[v=\\s]*(${p[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[d.XRANGEIDENTIFIERLOOSE]})(?:${p[d.PRERELEASELOOSE]})?${p[d.BUILD]}?)?)?`),g("XRANGE",`^${p[d.GTLT]}\\s*${p[d.XRANGEPLAIN]}$`),g("XRANGELOOSE",`^${p[d.GTLT]}\\s*${p[d.XRANGEPLAINLOOSE]}$`),g("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),g("COERCE",`${p[d.COERCEPLAIN]}(?:$|[^\\d])`),g("COERCEFULL",p[d.COERCEPLAIN]+`(?:${p[d.PRERELEASE]})?(?:${p[d.BUILD]})?(?:$|[^\\d])`),g("COERCERTL",p[d.COERCE],!0),g("COERCERTLFULL",p[d.COERCEFULL],!0),g("LONETILDE","(?:~>?)"),g("TILDETRIM",`(\\s*)${p[d.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",g("TILDE",`^${p[d.LONETILDE]}${p[d.XRANGEPLAIN]}$`),g("TILDELOOSE",`^${p[d.LONETILDE]}${p[d.XRANGEPLAINLOOSE]}$`),g("LONECARET","(?:\\^)"),g("CARETTRIM",`(\\s*)${p[d.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",g("CARET",`^${p[d.LONECARET]}${p[d.XRANGEPLAIN]}$`),g("CARETLOOSE",`^${p[d.LONECARET]}${p[d.XRANGEPLAINLOOSE]}$`),g("COMPARATORLOOSE",`^${p[d.GTLT]}\\s*(${p[d.LOOSEPLAIN]})$|^$`),g("COMPARATOR",`^${p[d.GTLT]}\\s*(${p[d.FULLPLAIN]})$|^$`),g("COMPARATORTRIM",`(\\s*)${p[d.GTLT]}\\s*(${p[d.LOOSEPLAIN]}|${p[d.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",g("HYPHENRANGE",`^\\s*(${p[d.XRANGEPLAIN]})\\s+-\\s+(${p[d.XRANGEPLAIN]})\\s*$`),g("HYPHENRANGELOOSE",`^\\s*(${p[d.XRANGEPLAINLOOSE]})\\s+-\\s+(${p[d.XRANGEPLAINLOOSE]})\\s*$`),g("STAR","(<|>)?=?\\s*\\*"),g("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),g("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Es,Es.exports);var Uu=Es.exports;const Iu=Object.freeze({loose:!0}),Ru=Object.freeze({}),xu=l(t=>t?typeof t!="object"?Iu:t:Ru,"parseOptions$1");var Du=xu;const ca=/^[0-9]+$/,ua=l((t,e)=>{const n=ca.test(t),i=ca.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:t<e?-1:1},"compareIdentifiers$1"),Fu=l((t,e)=>ua(e,t),"rcompareIdentifiers");var $u={compareIdentifiers:ua,rcompareIdentifiers:Fu};const mn=oa,{MAX_LENGTH:pa,MAX_SAFE_INTEGER:yn}=la,{safeRe:Ea,t:fa}=Uu,ku=Du,{compareIdentifiers:Et}=$u;let Nu=class Ie{static{l(this,"SemVer")}constructor(e,n){if(n=ku(n),e instanceof Ie){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>pa)throw new TypeError(`version is longer than ${pa} characters`);mn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;const i=e.trim().match(n.loose?Ea[fa.LOOSE]:Ea[fa.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>yn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>yn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>yn||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map(s=>{if(/^[0-9]+$/.test(s)){const a=+s;if(a>=0&&a<yn)return a}return s}):this.prerelease=[],this.build=i[5]?i[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(mn("SemVer.compare",this.version,this.options,e),!(e instanceof Ie)){if(typeof e=="string"&&e===this.version)return 0;e=new Ie(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof Ie||(e=new Ie(e,this.options)),Et(this.major,e.major)||Et(this.minor,e.minor)||Et(this.patch,e.patch)}comparePre(e){if(e instanceof Ie||(e=new Ie(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{const i=this.prerelease[n],s=e.prerelease[n];if(mn("prerelease compare",n,i,s),i===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(i===void 0)return-1;if(i===s)continue;return Et(i,s)}while(++n)}compareBuild(e){e instanceof Ie||(e=new Ie(e,this.options));let n=0;do{const i=this.build[n],s=e.build[n];if(mn("build compare",n,i,s),i===void 0&&s===void 0)return 0;if(s===void 0)return 1;if(i===void 0)return-1;if(i===s)continue;return Et(i,s)}while(++n)}inc(e,n,i){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,i);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,i);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,i),this.inc("pre",n,i);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,i),this.inc("pre",n,i);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 s=Number(i)?1:0;if(!n&&i===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[s];else{let a=this.prerelease.length;for(;--a>=0;)typeof this.prerelease[a]=="number"&&(this.prerelease[a]++,a=-2);if(a===-1){if(n===this.prerelease.join(".")&&i===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(s)}}if(n){let a=[n,s];i===!1&&(a=[n]),Et(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};var Bu=Nu;const da=Bu,ju=l((t,e,n=!1)=>{if(t instanceof da)return t;try{return new da(t,e)}catch(i){if(!n)return null;throw i}},"parse$6");var Ta=ju;const Gu=Ta,Wu=l((t,e)=>{const n=Gu(t,e);return n?n.version:null},"valid$1");var Hu=Wu;const Ku=Ta,Xu=l((t,e)=>{const n=Ku(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null},"clean");var zu=Xu,Pa=["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"],qu=["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"],Ju=["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"],Qu=[].concat(Pa).concat(qu),Zu=Ju,ep=l(function(t){var e=0;function n(){return e<t.length}l(n,"hasMore");function i(g){if(g instanceof RegExp){var m=t.slice(e),S=m.match(g);if(S)return e+=S[0].length,S[0]}else if(t.indexOf(g,e)===e)return e+=g.length,g}l(i,"read");function s(){i(/[ ]*/)}l(s,"skipWhitespace");function a(){for(var g,m=["WITH","AND","OR","(",")",":","+"],S=0;S<m.length&&(g=i(m[S]),!g);S++);if(g==="+"&&e>1&&t[e-2]===" ")throw new Error("Space before `+`");return g&&{type:"OPERATOR",string:g}}l(a,"operator");function c(){return i(/[A-Za-z0-9-.]+/)}l(c,"idstring");function u(){var g=c();if(!g)throw new Error("Expected idstring at offset "+e);return g}l(u,"expectIdstring");function p(){if(i("DocumentRef-")){var g=u();return{type:"DOCUMENTREF",string:g}}}l(p,"documentRef");function d(){if(i("LicenseRef-")){var g=u();return{type:"LICENSEREF",string:g}}}l(d,"licenseRef");function y(){var g=e,m=c();if(Qu.indexOf(m)!==-1)return{type:"LICENSE",string:m};if(Zu.indexOf(m)!==-1)return{type:"EXCEPTION",string:m};e=g}l(y,"identifier");function h(){return a()||p()||d()||y()}l(h,"parseToken");for(var A=[];n()&&(s(),!!n());){var O=h();if(!O)throw new Error("Unexpected `"+t[e]+"` at offset "+e);A.push(O)}return A},"scan$1"),tp=l(function(t){var e=0;function n(){return e<t.length}l(n,"hasMore");function i(){return n()?t[e]:null}l(i,"token");function s(){if(!n())throw new Error;e++}l(s,"next");function a(m){var S=i();if(S&&S.type==="OPERATOR"&&m===S.string)return s(),S.string}l(a,"parseOperator");function c(){if(a("WITH")){var m=i();if(m&&m.type==="EXCEPTION")return s(),m.string;throw new Error("Expected exception after `WITH`")}}l(c,"parseWith");function u(){var m=e,S="",L=i();if(L.type==="DOCUMENTREF"&&(s(),S+="DocumentRef-"+L.string+":",!a(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(L=i(),L.type==="LICENSEREF")return s(),S+="LicenseRef-"+L.string,{license:S};e=m}l(u,"parseLicenseRef");function p(){var m=i();if(m&&m.type==="LICENSE"){s();var S={license:m.string};a("+")&&(S.plus=!0);var L=c();return L&&(S.exception=L),S}}l(p,"parseLicense");function d(){var m=a("(");if(m){var S=O();if(!a(")"))throw new Error("Expected `)`");return S}}l(d,"parseParenthesizedExpression");function y(){return d()||u()||p()}l(y,"parseAtom");function h(m,S){return l(function L(){var x=S();if(x){if(!a(m))return x;var w=L();if(!w)throw new Error("Expected expression");return{left:x,conjunction:m.toLowerCase(),right:w}}},"parseBinaryOp")}l(h,"makeBinaryOpParser");var A=h("AND",y),O=h("OR",A),g=O();if(!g||n())throw new Error("Syntax error");return g},"parse$3"),rp=ep,np=tp,ma=l(function(t){return np(rp(t))},"spdxExpressionParse"),ip=ma,sp=Pa;function hn(t){try{return ip(t),!0}catch{return!1}}l(hn,"valid");function ya(t,e){var n=e[0].length-t[0].length;return n!==0?n:t[0].toUpperCase().localeCompare(e[0].toUpperCase())}l(ya,"sortTranspositions");var ha=[["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(ya),op=0,ap=1,_a=[function(t){return t.toUpperCase()},function(t){return t.trim()},function(t){return t.replace(/\./g,"")},function(t){return t.replace(/\s+/g,"")},function(t){return t.replace(/\s+/g,"-")},function(t){return t.replace("v","-")},function(t){return t.replace(/,?\s*(\d)/,"-$1")},function(t){return t.replace(/,?\s*(\d)/,"-$1.0")},function(t){return t.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(t){return t.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(t){return t[0].toUpperCase()+t.slice(1)},function(t){return t.replace("/","-")},function(t){return t.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(t){return t.indexOf("3.0")!==-1?t+"-or-later":t+"-only"},function(t){return t+"only"},function(t){return t.replace(/(\d)$/,"-$1.0")},function(t){return t.replace(/(-| )?(\d)$/,"-$2-Clause")},function(t){return t.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(t){return t.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(t){return t.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(t){return t.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(t){return t.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(t){return t.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(t){return"CC-"+t},function(t){return"CC-"+t+"-4.0"},function(t){return t.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(t){return"CC-"+t.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],fs=sp.map(function(t){var e=/^(.*)-\d+\.\d+$/.exec(t);return e?[e[0],e[1]]:[t,null]}).reduce(function(t,e){var n=e[1];return t[n]=t[n]||[],t[n].push(e[0]),t},{}),lp=Object.keys(fs).map(l(function(e){return[e,fs[e]]},"makeEntries")).filter(l(function(e){return e[1].length===1&&e[0]!==null&&e[0]!=="APL"},"identifySoleVersions")).map(l(function(e){return[e[0],e[1][0]]},"createLastResorts"));fs=void 0;var ba=[["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(lp).sort(ya),cp=0,up=1,ga=l(function(t){for(var e=0;e<_a.length;e++){var n=_a[e](t).trim();if(n!==t&&hn(n))return n}return null},"validTransformation"),Sa=l(function(t){for(var e=t.toUpperCase(),n=0;n<ba.length;n++){var i=ba[n];if(e.indexOf(i[cp])>-1)return i[up]}return null},"validLastResort"),va=l(function(t,e){for(var n=0;n<ha.length;n++){var i=ha[n],s=i[op];if(t.indexOf(s)>-1){var a=t.replace(s,i[ap]),c=e(a);if(c!==null)return c}}return null},"anyCorrection"),pp=l(function(t,e){e=e||{};var n=e.upgrade===void 0?!0:!!e.upgrade;function i(u){return n?Ep(u):u}l(i,"postprocess");var s=typeof t=="string"&&t.trim().length!==0;if(!s)throw Error("Invalid argument. Expected non-empty string.");if(t=t.trim(),hn(t))return i(t);var a=t.replace(/\+$/,"").trim();if(hn(a))return i(a);var c=ga(t);return c!==null||(c=va(t,function(u){return hn(u)?u:ga(u)}),c!==null)||(c=Sa(t),c!==null)||(c=va(t,Sa),c!==null)?i(c):null},"spdxCorrect");function Ep(t){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(t)!==-1?t+"-only":["GPL-1.0+","GPL-2.0+","GPL-3.0+","LGPL-2.0+","LGPL-2.1+","LGPL-3.0+","AGPL-1.0+","AGPL-3.0+"].indexOf(t)!==-1?t.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(t)!==-1?t+"-or-later":t}l(Ep,"upgradeGPLs");var fp=ma,dp=pp,Ya='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',Tp=/^SEE LICEN[CS]E IN (.+)$/;function La(t,e){return e.slice(0,t.length)===t}l(La,"startsWith");function ds(t){if(t.hasOwnProperty("license")){var e=t.license;return La("LicenseRef",e)||La("DocumentRef",e)}else return ds(t.left)||ds(t.right)}l(ds,"usesLicenseRef");var Pp=l(function(t){var e;try{e=fp(t)}catch{var n;if(t==="UNLICENSED"||t==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(n=Tp.exec(t))return{validForOldPackages:!0,validForNewPackages:!0,inFile:n[1]};var i={validForOldPackages:!1,validForNewPackages:!1,warnings:[Ya]};if(t.trim().length!==0){var s=dp(t);s&&i.warnings.push('license is similar to the valid expression "'+s+'"')}return i}return ds(e)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[Ya]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),_n={};Object.defineProperty(_n,"__esModule",{value:!0}),_n.LRUCache=void 0;const ft=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Aa=new Set,Ts=typeof process=="object"&&process?process:{},Ca=l((t,e,n,i)=>{typeof Ts.emitWarning=="function"?Ts.emitWarning(t,e,n,i):console.error(`[${n}] ${e}: ${t}`)},"emitWarning");let bn=globalThis.AbortController,Va=globalThis.AbortSignal;if(typeof bn>"u"){Va=class{static{l(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},bn=class{static{l(this,"AbortController")}constructor(){e()}signal=new Va;abort(i){if(!this.signal.aborted){this.signal.reason=i,this.signal.aborted=!0;for(const s of this.signal._onabort)s(i);this.signal.onabort?.(i)}}};let t=Ts.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const e=l(()=>{t&&(t=!1,Ca("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",e))},"warnACPolyfill")}const mp=l(t=>!Aa.has(t),"shouldWarn"),Ne=l(t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),"isPosInt"),Oa=l(t=>Ne(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?gn:null:null,"getUintArray");class gn extends Array{static{l(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}}class Bt{static{l(this,"Stack")}heap;length;static#e=!1;static create(e){const n=Oa(e);if(!n)return[];Bt.#e=!0;const i=new Bt(e,n);return Bt.#e=!1,i}constructor(e,n){if(!Bt.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}}let yp=class $l{static{l(this,"LRUCache")}#e;#t;#n;#o;#m;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#l;#y;#a;#s;#r;#E;#d;#p;#c;#h;#u;#_;#b;#T;#g;#L;#f;static unsafeExposeInternals(e){return{starts:e.#b,ttls:e.#T,sizes:e.#_,keyMap:e.#a,keyList:e.#s,valList:e.#r,next:e.#E,prev:e.#d,get head(){return e.#p},get tail(){return e.#c},free:e.#h,isBackgroundFetch:l(n=>e.#i(n),"isBackgroundFetch"),backgroundFetch:l((n,i,s,a)=>e.#w(n,i,s,a),"backgroundFetch"),moveToTail:l(n=>e.#V(n),"moveToTail"),indexes:l(n=>e.#S(n),"indexes"),rindexes:l(n=>e.#v(n),"rindexes"),isStale:l(n=>e.#P(n),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#y}get size(){return this.#l}get fetchMethod(){return this.#m}get dispose(){return this.#n}get disposeAfter(){return this.#o}constructor(e){const{max:n=0,ttl:i,ttlResolution:s=1,ttlAutopurge:a,updateAgeOnGet:c,updateAgeOnHas:u,allowStale:p,dispose:d,disposeAfter:y,noDisposeOnSet:h,noUpdateTTL:A,maxSize:O=0,maxEntrySize:g=0,sizeCalculation:m,fetchMethod:S,noDeleteOnFetchRejection:L,noDeleteOnStaleGet:x,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:B,ignoreFetchAbort:ne}=e;if(n!==0&&!Ne(n))throw new TypeError("max option must be a nonnegative integer");const le=n?Oa(n):Array;if(!le)throw new Error("invalid max value: "+n);if(this.#e=n,this.#t=O,this.maxEntrySize=g||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(S!==void 0&&typeof S!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#m=S,this.#L=!!S,this.#a=new Map,this.#s=new Array(n).fill(void 0),this.#r=new Array(n).fill(void 0),this.#E=new le(n),this.#d=new le(n),this.#p=0,this.#c=0,this.#h=Bt.create(n),this.#l=0,this.#y=0,typeof d=="function"&&(this.#n=d),typeof y=="function"?(this.#o=y,this.#u=[]):(this.#o=void 0,this.#u=void 0),this.#g=!!this.#n,this.#f=!!this.#o,this.noDisposeOnSet=!!h,this.noUpdateTTL=!!A,this.noDeleteOnFetchRejection=!!L,this.allowStaleOnFetchRejection=!!w,this.allowStaleOnFetchAbort=!!B,this.ignoreFetchAbort=!!ne,this.maxEntrySize!==0){if(this.#t!==0&&!Ne(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!Ne(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!p,this.noDeleteOnStaleGet=!!x,this.updateAgeOnGet=!!c,this.updateAgeOnHas=!!u,this.ttlResolution=Ne(s)||s===0?s:1,this.ttlAutopurge=!!a,this.ttl=i||0,this.ttl){if(!Ne(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}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 Te="LRU_CACHE_UNBOUNDED";mp(Te)&&(Aa.add(Te),Ca("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",Te,$l))}}getRemainingTTL(e){return this.#a.has(e)?1/0:0}#U(){const e=new gn(this.#e),n=new gn(this.#e);this.#T=e,this.#b=n,this.#I=(a,c,u=ft.now())=>{if(n[a]=c!==0?u:0,e[a]=c,c!==0&&this.ttlAutopurge){const p=setTimeout(()=>{this.#P(a)&&this.delete(this.#s[a])},c+1);p.unref&&p.unref()}},this.#A=a=>{n[a]=e[a]!==0?ft.now():0},this.#Y=(a,c)=>{if(e[c]){const u=e[c],p=n[c];if(!u||!p)return;a.ttl=u,a.start=p,a.now=i||s();const d=a.now-p;a.remainingTTL=u-d}};let i=0;const s=l(()=>{const a=ft.now();if(this.ttlResolution>0){i=a;const c=setTimeout(()=>i=0,this.ttlResolution);c.unref&&c.unref()}return a},"getNow");this.getRemainingTTL=a=>{const c=this.#a.get(a);if(c===void 0)return 0;const u=e[c],p=n[c];if(!u||!p)return 1/0;const d=(i||s())-p;return u-d},this.#P=a=>{const c=n[a],u=e[a];return!!u&&!!c&&(i||s())-c>u}}#A=l(()=>{},"#updateItemAge");#Y=l(()=>{},"#statusTTL");#I=l(()=>{},"#setItemTTL");#P=l(()=>!1,"#isStale");#F(){const e=new gn(this.#e);this.#y=0,this.#_=e,this.#C=n=>{this.#y-=e[n],e[n]=0},this.#R=(n,i,s,a)=>{if(this.#i(i))return 0;if(!Ne(s))if(a){if(typeof a!="function")throw new TypeError("sizeCalculation must be a function");if(s=a(i,n),!Ne(s))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return s},this.#O=(n,i,s)=>{if(e[n]=i,this.#t){const a=this.#t-e[n];for(;this.#y>a;)this.#M(!0)}this.#y+=e[n],s&&(s.entrySize=i,s.totalCalculatedSize=this.#y)}}#C=l(e=>{},"#removeItemSize");#O=l((e,n,i)=>{},"#addItemSize");#R=l((e,n,i,s)=>{if(i||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#S({allowStale:e=this.allowStale}={}){if(this.#l)for(let n=this.#c;!(!this.#x(n)||((e||!this.#P(n))&&(yield n),n===this.#p));)n=this.#d[n]}*#v({allowStale:e=this.allowStale}={}){if(this.#l)for(let n=this.#p;!(!this.#x(n)||((e||!this.#P(n))&&(yield n),n===this.#c));)n=this.#E[n]}#x(e){return e!==void 0&&this.#a.get(this.#s[e])===e}*entries(){for(const e of this.#S())this.#r[e]!==void 0&&this.#s[e]!==void 0&&!this.#i(this.#r[e])&&(yield[this.#s[e],this.#r[e]])}*rentries(){for(const e of this.#v())this.#r[e]!==void 0&&this.#s[e]!==void 0&&!this.#i(this.#r[e])&&(yield[this.#s[e],this.#r[e]])}*keys(){for(const e of this.#S()){const n=this.#s[e];n!==void 0&&!this.#i(this.#r[e])&&(yield n)}}*rkeys(){for(const e of this.#v()){const n=this.#s[e];n!==void 0&&!this.#i(this.#r[e])&&(yield n)}}*values(){for(const e of this.#S())this.#r[e]!==void 0&&!this.#i(this.#r[e])&&(yield this.#r[e])}*rvalues(){for(const e of this.#v())this.#r[e]!==void 0&&!this.#i(this.#r[e])&&(yield this.#r[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,n={}){for(const i of this.#S()){const s=this.#r[i],a=this.#i(s)?s.__staleWhileFetching:s;if(a!==void 0&&e(a,this.#s[i],this))return this.get(this.#s[i],n)}}forEach(e,n=this){for(const i of this.#S()){const s=this.#r[i],a=this.#i(s)?s.__staleWhileFetching:s;a!==void 0&&e.call(n,a,this.#s[i],this)}}rforEach(e,n=this){for(const i of this.#v()){const s=this.#r[i],a=this.#i(s)?s.__staleWhileFetching:s;a!==void 0&&e.call(n,a,this.#s[i],this)}}purgeStale(){let e=!1;for(const n of this.#v({allowStale:!0}))this.#P(n)&&(this.delete(this.#s[n]),e=!0);return e}info(e){const n=this.#a.get(e);if(n===void 0)return;const i=this.#r[n],s=this.#i(i)?i.__staleWhileFetching:i;if(s===void 0)return;const a={value:s};if(this.#T&&this.#b){const c=this.#T[n],u=this.#b[n];if(c&&u){const p=c-(ft.now()-u);a.ttl=p,a.start=Date.now()}}return this.#_&&(a.size=this.#_[n]),a}dump(){const e=[];for(const n of this.#S({allowStale:!0})){const i=this.#s[n],s=this.#r[n],a=this.#i(s)?s.__staleWhileFetching:s;if(a===void 0||i===void 0)continue;const c={value:a};if(this.#T&&this.#b){c.ttl=this.#T[n];const u=ft.now()-this.#b[n];c.start=Math.floor(Date.now()-u)}this.#_&&(c.size=this.#_[n]),e.unshift([i,c])}return e}load(e){this.clear();for(const[n,i]of e){if(i.start){const s=Date.now()-i.start;i.start=ft.now()-s}this.set(n,i.value,i)}}set(e,n,i={}){if(n===void 0)return this.delete(e),this;const{ttl:s=this.ttl,start:a,noDisposeOnSet:c=this.noDisposeOnSet,sizeCalculation:u=this.sizeCalculation,status:p}=i;let{noUpdateTTL:d=this.noUpdateTTL}=i;const y=this.#R(e,n,i.size||0,u);if(this.maxEntrySize&&y>this.maxEntrySize)return p&&(p.set="miss",p.maxEntrySizeExceeded=!0),this.delete(e),this;let h=this.#l===0?void 0:this.#a.get(e);if(h===void 0)h=this.#l===0?this.#c:this.#h.length!==0?this.#h.pop():this.#l===this.#e?this.#M(!1):this.#l,this.#s[h]=e,this.#r[h]=n,this.#a.set(e,h),this.#E[this.#c]=h,this.#d[h]=this.#c,this.#c=h,this.#l++,this.#O(h,y,p),p&&(p.set="add"),d=!1;else{this.#V(h);const A=this.#r[h];if(n!==A){if(this.#L&&this.#i(A)){A.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:O}=A;O!==void 0&&!c&&(this.#g&&this.#n?.(O,e,"set"),this.#f&&this.#u?.push([O,e,"set"]))}else c||(this.#g&&this.#n?.(A,e,"set"),this.#f&&this.#u?.push([A,e,"set"]));if(this.#C(h),this.#O(h,y,p),this.#r[h]=n,p){p.set="replace";const O=A&&this.#i(A)?A.__staleWhileFetching:A;O!==void 0&&(p.oldValue=O)}}else p&&(p.set="update")}if(s!==0&&!this.#T&&this.#U(),this.#T&&(d||this.#I(h,s,a),p&&this.#Y(p,h)),!c&&this.#f&&this.#u){const A=this.#u;let O;for(;O=A?.shift();)this.#o?.(...O)}return this}pop(){try{for(;this.#l;){const e=this.#r[this.#p];if(this.#M(!0),this.#i(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#f&&this.#u){const e=this.#u;let n;for(;n=e?.shift();)this.#o?.(...n)}}}#M(e){const n=this.#p,i=this.#s[n],s=this.#r[n];return this.#L&&this.#i(s)?s.__abortController.abort(new Error("evicted")):(this.#g||this.#f)&&(this.#g&&this.#n?.(s,i,"evict"),this.#f&&this.#u?.push([s,i,"evict"])),this.#C(n),e&&(this.#s[n]=void 0,this.#r[n]=void 0,this.#h.push(n)),this.#l===1?(this.#p=this.#c=0,this.#h.length=0):this.#p=this.#E[n],this.#a.delete(i),this.#l--,n}has(e,n={}){const{updateAgeOnHas:i=this.updateAgeOnHas,status:s}=n,a=this.#a.get(e);if(a!==void 0){const c=this.#r[a];if(this.#i(c)&&c.__staleWhileFetching===void 0)return!1;if(this.#P(a))s&&(s.has="stale",this.#Y(s,a));else return i&&this.#A(a),s&&(s.has="hit",this.#Y(s,a)),!0}else s&&(s.has="miss");return!1}peek(e,n={}){const{allowStale:i=this.allowStale}=n,s=this.#a.get(e);if(s===void 0||!i&&this.#P(s))return;const a=this.#r[s];return this.#i(a)?a.__staleWhileFetching:a}#w(e,n,i,s){const a=n===void 0?void 0:this.#r[n];if(this.#i(a))return a;const c=new bn,{signal:u}=i;u?.addEventListener("abort",()=>c.abort(u.reason),{signal:c.signal});const p={signal:c.signal,options:i,context:s},d=l((m,S=!1)=>{const{aborted:L}=c.signal,x=i.ignoreFetchAbort&&m!==void 0;if(i.status&&(L&&!S?(i.status.fetchAborted=!0,i.status.fetchError=c.signal.reason,x&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),L&&!x&&!S)return h(c.signal.reason);const w=O;return this.#r[n]===O&&(m===void 0?w.__staleWhileFetching?this.#r[n]=w.__staleWhileFetching:this.delete(e):(i.status&&(i.status.fetchUpdated=!0),this.set(e,m,p.options))),m},"cb"),y=l(m=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=m),h(m)),"eb"),h=l(m=>{const{aborted:S}=c.signal,L=S&&i.allowStaleOnFetchAbort,x=L||i.allowStaleOnFetchRejection,w=x||i.noDeleteOnFetchRejection,B=O;if(this.#r[n]===O&&(!w||B.__staleWhileFetching===void 0?this.delete(e):L||(this.#r[n]=B.__staleWhileFetching)),x)return i.status&&B.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),B.__staleWhileFetching;if(B.__returned===B)throw m},"fetchFail"),A=l((m,S)=>{const L=this.#m?.(e,a,p);L&&L instanceof Promise&&L.then(x=>m(x===void 0?void 0:x),S),c.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(m(void 0),i.allowStaleOnFetchAbort&&(m=l(x=>d(x,!0),"res")))})},"pcall");i.status&&(i.status.fetchDispatched=!0);const O=new Promise(A).then(d,y),g=Object.assign(O,{__abortController:c,__staleWhileFetching:a,__returned:void 0});return n===void 0?(this.set(e,g,{...p.options,status:void 0}),n=this.#a.get(e)):this.#r[n]=g,g}#i(e){if(!this.#L)return!1;const n=e;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof bn}async fetch(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:a=this.noDeleteOnStaleGet,ttl:c=this.ttl,noDisposeOnSet:u=this.noDisposeOnSet,size:p=0,sizeCalculation:d=this.sizeCalculation,noUpdateTTL:y=this.noUpdateTTL,noDeleteOnFetchRejection:h=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:A=this.allowStaleOnFetchRejection,ignoreFetchAbort:O=this.ignoreFetchAbort,allowStaleOnFetchAbort:g=this.allowStaleOnFetchAbort,context:m,forceRefresh:S=!1,status:L,signal:x}=n;if(!this.#L)return L&&(L.fetch="get"),this.get(e,{allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,status:L});const w={allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,ttl:c,noDisposeOnSet:u,size:p,sizeCalculation:d,noUpdateTTL:y,noDeleteOnFetchRejection:h,allowStaleOnFetchRejection:A,allowStaleOnFetchAbort:g,ignoreFetchAbort:O,status:L,signal:x};let B=this.#a.get(e);if(B===void 0){L&&(L.fetch="miss");const ne=this.#w(e,B,w,m);return ne.__returned=ne}else{const ne=this.#r[B];if(this.#i(ne)){const Gt=i&&ne.__staleWhileFetching!==void 0;return L&&(L.fetch="inflight",Gt&&(L.returnedStale=!0)),Gt?ne.__staleWhileFetching:ne.__returned=ne}const le=this.#P(B);if(!S&&!le)return L&&(L.fetch="hit"),this.#V(B),s&&this.#A(B),L&&this.#Y(L,B),ne;const Te=this.#w(e,B,w,m),jt=Te.__staleWhileFetching!==void 0&&i;return L&&(L.fetch=le?"stale":"refresh",jt&&le&&(L.returnedStale=!0)),jt?Te.__staleWhileFetching:Te.__returned=Te}}get(e,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:a=this.noDeleteOnStaleGet,status:c}=n,u=this.#a.get(e);if(u!==void 0){const p=this.#r[u],d=this.#i(p);return c&&this.#Y(c,u),this.#P(u)?(c&&(c.get="stale"),d?(c&&i&&p.__staleWhileFetching!==void 0&&(c.returnedStale=!0),i?p.__staleWhileFetching:void 0):(a||this.delete(e),c&&i&&(c.returnedStale=!0),i?p:void 0)):(c&&(c.get="hit"),d?p.__staleWhileFetching:(this.#V(u),s&&this.#A(u),p))}else c&&(c.get="miss")}#D(e,n){this.#d[n]=e,this.#E[e]=n}#V(e){e!==this.#c&&(e===this.#p?this.#p=this.#E[e]:this.#D(this.#d[e],this.#E[e]),this.#D(this.#c,e),this.#c=e)}delete(e){let n=!1;if(this.#l!==0){const i=this.#a.get(e);if(i!==void 0)if(n=!0,this.#l===1)this.clear();else{this.#C(i);const s=this.#r[i];if(this.#i(s)?s.__abortController.abort(new Error("deleted")):(this.#g||this.#f)&&(this.#g&&this.#n?.(s,e,"delete"),this.#f&&this.#u?.push([s,e,"delete"])),this.#a.delete(e),this.#s[i]=void 0,this.#r[i]=void 0,i===this.#c)this.#c=this.#d[i];else if(i===this.#p)this.#p=this.#E[i];else{const a=this.#d[i];this.#E[a]=this.#E[i];const c=this.#E[i];this.#d[c]=this.#d[i]}this.#l--,this.#h.push(i)}}if(this.#f&&this.#u?.length){const i=this.#u;let s;for(;s=i?.shift();)this.#o?.(...s)}return n}clear(){for(const e of this.#v({allowStale:!0})){const n=this.#r[e];if(this.#i(n))n.__abortController.abort(new Error("deleted"));else{const i=this.#s[e];this.#g&&this.#n?.(n,i,"delete"),this.#f&&this.#u?.push([n,i,"delete"])}}if(this.#a.clear(),this.#r.fill(void 0),this.#s.fill(void 0),this.#T&&this.#b&&(this.#T.fill(0),this.#b.fill(0)),this.#_&&this.#_.fill(0),this.#p=0,this.#c=0,this.#h.length=0,this.#y=0,this.#l=0,this.#f&&this.#u){const e=this.#u;let n;for(;n=e?.shift();)this.#o?.(...n)}}};_n.LRUCache=yp;const N=l((...t)=>t.every(e=>e)?t.join(""):"","maybeJoin"),Q=l(t=>t?encodeURIComponent(t):"","maybeEncode"),Ma=l(t=>t.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),hp={sshtemplate:l(({domain:t,user:e,project:n,committish:i})=>`git@${t}:${e}/${n}.git${N("#",i)}`,"sshtemplate"),sshurltemplate:l(({domain:t,user:e,project:n,committish:i})=>`git+ssh://git@${t}/${e}/${n}.git${N("#",i)}`,"sshurltemplate"),edittemplate:l(({domain:t,user:e,project:n,committish:i,editpath:s,path:a})=>`https://${t}/${e}/${n}${N("/",s,"/",Q(i||"HEAD"),"/",a)}`,"edittemplate"),browsetemplate:l(({domain:t,user:e,project:n,committish:i,treepath:s})=>`https://${t}/${e}/${n}${N("/",s,"/",Q(i))}`,"browsetemplate"),browsetreetemplate:l(({domain:t,user:e,project:n,committish:i,treepath:s,path:a,fragment:c,hashformat:u})=>`https://${t}/${e}/${n}/${s}/${Q(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:t,user:e,project:n,committish:i,blobpath:s,path:a,fragment:c,hashformat:u})=>`https://${t}/${e}/${n}/${s}/${Q(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browseblobtemplate"),docstemplate:l(({domain:t,user:e,project:n,treepath:i,committish:s})=>`https://${t}/${e}/${n}${N("/",i,"/",Q(s))}#readme`,"docstemplate"),httpstemplate:l(({auth:t,domain:e,user:n,project:i,committish:s})=>`git+https://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),filetemplate:l(({domain:t,user:e,project:n,committish:i,path:s})=>`https://${t}/${e}/${n}/raw/${Q(i||"HEAD")}/${s}`,"filetemplate"),shortcuttemplate:l(({type:t,user:e,project:n,committish:i})=>`${t}:${e}/${n}${N("#",i)}`,"shortcuttemplate"),pathtemplate:l(({user:t,project:e,committish:n})=>`${t}/${e}${N("#",n)}`,"pathtemplate"),bugstemplate:l(({domain:t,user:e,project:n})=>`https://${t}/${e}/${n}/issues`,"bugstemplate"),hashformat:Ma},Be={};Be.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:l(({auth:t,user:e,project:n,committish:i,path:s})=>`https://${N(t,"@")}raw.githubusercontent.com/${e}/${n}/${Q(i||"HEAD")}/${s}`,"filetemplate"),gittemplate:l(({auth:t,domain:e,user:n,project:i,committish:s})=>`git://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,"gittemplate"),tarballtemplate:l(({domain:t,user:e,project:n,committish:i})=>`https://codeload.${t}/${e}/${n}/tar.gz/${Q(i||"HEAD")}`,"tarballtemplate"),extract:l(t=>{let[,e,n,i,s]=t.pathname.split("/",5);if(!(i&&i!=="tree")&&(i||(s=t.hash.slice(1)),n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:s}},"extract")},Be.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:l(({domain:t,user:e,project:n,committish:i,treepath:s,path:a,editpath:c})=>`https://${t}/${e}/${n}${N("/",s,"/",Q(i||"HEAD"),"/",a,c)}`,"edittemplate"),tarballtemplate:l(({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/get/${Q(i||"HEAD")}.tar.gz`,"tarballtemplate"),extract:l(t=>{let[,e,n,i]=t.pathname.split("/",4);if(!["get"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:t.hash.slice(1)}},"extract")},Be.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:l(({auth:t,domain:e,user:n,project:i,committish:s})=>`git+https://${N(t,"@")}${e}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),tarballtemplate:l(({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/repository/archive.tar.gz?ref=${Q(i||"HEAD")}`,"tarballtemplate"),extract:l(t=>{const e=t.pathname.slice(1);if(e.includes("/-/")||e.includes("/archive.tar.gz"))return;const n=e.split("/");let i=n.pop();i.endsWith(".git")&&(i=i.slice(0,-4));const s=n.join("/");if(!(!s||!i))return{user:s,project:i,committish:t.hash.slice(1)}},"extract")},Be.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:l(({domain:t,project:e,committish:n})=>`git@${t}:${e}.git${N("#",n)}`,"sshtemplate"),sshurltemplate:l(({domain:t,project:e,committish:n})=>`git+ssh://git@${t}/${e}.git${N("#",n)}`,"sshurltemplate"),edittemplate:l(({domain:t,user:e,project:n,committish:i,editpath:s})=>`https://${t}/${e}/${n}${N("/",Q(i))}/${s}`,"edittemplate"),browsetemplate:l(({domain:t,project:e,committish:n})=>`https://${t}/${e}${N("/",Q(n))}`,"browsetemplate"),browsetreetemplate:l(({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${N("/",Q(n))}${N("#",s(i))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:t,project:e,committish:n,path:i,hashformat:s})=>`https://${t}/${e}${N("/",Q(n))}${N("#",s(i))}`,"browseblobtemplate"),docstemplate:l(({domain:t,project:e,committish:n})=>`https://${t}/${e}${N("/",Q(n))}`,"docstemplate"),httpstemplate:l(({domain:t,project:e,committish:n})=>`git+https://${t}/${e}.git${N("#",n)}`,"httpstemplate"),filetemplate:l(({user:t,project:e,committish:n,path:i})=>`https://gist.githubusercontent.com/${t}/${e}/raw${N("/",Q(n))}/${i}`,"filetemplate"),shortcuttemplate:l(({type:t,project:e,committish:n})=>`${t}:${e}${N("#",n)}`,"shortcuttemplate"),pathtemplate:l(({project:t,committish:e})=>`${t}${N("#",e)}`,"pathtemplate"),bugstemplate:l(({domain:t,project:e})=>`https://${t}/${e}`,"bugstemplate"),gittemplate:l(({domain:t,project:e,committish:n})=>`git://${t}/${e}.git${N("#",n)}`,"gittemplate"),tarballtemplate:l(({project:t,committish:e})=>`https://codeload.github.com/gist/${t}/tar.gz/${Q(e||"HEAD")}`,"tarballtemplate"),extract:l(t=>{let[,e,n,i]=t.pathname.split("/",4);if(i!=="raw"){if(!n){if(!e)return;n=e,e=null}return n.endsWith(".git")&&(n=n.slice(0,-4)),{user:e,project:n,committish:t.hash.slice(1)}}},"extract"),hashformat:l(function(t){return t&&"file-"+Ma(t)},"hashformat")},Be.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:l(({domain:t,user:e,project:n,committish:i,path:s})=>`https://${t}/${e}/${n}/blob/${Q(i)||"HEAD"}/${s}`,"filetemplate"),httpstemplate:l(({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}.git${N("#",i)}`,"httpstemplate"),tarballtemplate:l(({domain:t,user:e,project:n,committish:i})=>`https://${t}/${e}/${n}/archive/${Q(i)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:l(({user:t,project:e})=>null,"bugstemplate"),extract:l(t=>{let[,e,n,i]=t.pathname.split("/",4);if(!["archive"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!e||!n)))return{user:e,project:n,committish:t.hash.slice(1)}},"extract")};for(const[t,e]of Object.entries(Be))Be[t]=Object.assign({},hp,e);var _p=Be;const bp=yo,Ps=l((t,e,n)=>{const i=t.indexOf(n);return t.lastIndexOf(e,i>-1?i:1/0)},"lastIndexOfBefore"),wa=l(t=>{try{return new bp.URL(t)}catch{}},"safeUrl"),gp=l((t,e)=>{const n=t.indexOf(":"),i=t.slice(0,n+1);if(Object.prototype.hasOwnProperty.call(e,i))return t;const s=t.indexOf("@");return s>-1?s>n?`git+ssh://${t}`:t:t.indexOf("//")===n+1?t:`${t.slice(0,n+1)}//${t.slice(n+1)}`},"correctProtocol"),Sp=l(t=>{const e=Ps(t,"@","#"),n=Ps(t,":","#");return n>e&&(t=t.slice(0,n)+"/"+t.slice(n+1)),Ps(t,":","#")===-1&&t.indexOf("//")===-1&&(t=`git+ssh://${t}`),t},"correctUrl");var Ua=l((t,e)=>{const n=e?gp(t,e):t;return wa(n)||wa(Sp(n))},"parseUrl$2");const vp=Ua,Yp=l(t=>{const e=t.indexOf("#"),n=t.indexOf("/"),i=t.indexOf("/",n+1),s=t.indexOf(":"),a=/\s/.exec(t),c=t.indexOf("@"),u=!a||e>-1&&a.index>e,p=c===-1||e>-1&&c>e,d=s===-1||e>-1&&s>e,y=i===-1||e>-1&&i>e,h=n>0,A=e>-1?t[e-1]!=="/":!t.endsWith("/"),O=!t.startsWith(".");return u&&h&&A&&O&&p&&d&&y},"isGitHubShorthand");var Lp=l((t,e,{gitHosts:n,protocols:i})=>{if(!t)return;const s=Yp(t)?`github:${t}`:t,a=vp(s,i);if(!a)return;const c=n.byShortcut[a.protocol],u=n.byDomain[a.hostname.startsWith("www.")?a.hostname.slice(4):a.hostname],p=c||u;if(!p)return;const d=n[c||u];let y=null;i[a.protocol]?.auth&&(a.username||a.password)&&(y=`${a.username}${a.password?":"+a.password:""}`);let h=null,A=null,O=null,g=null;try{if(c){let m=a.pathname.startsWith("/")?a.pathname.slice(1):a.pathname;const S=m.indexOf("@");S>-1&&(m=m.slice(S+1));const L=m.lastIndexOf("/");L>-1?(A=decodeURIComponent(m.slice(0,L)),A||(A=null),O=decodeURIComponent(m.slice(L+1))):O=decodeURIComponent(m),O.endsWith(".git")&&(O=O.slice(0,-4)),a.hash&&(h=decodeURIComponent(a.hash.slice(1))),g="shortcut"}else{if(!d.protocols.includes(a.protocol))return;const m=d.extract(a);if(!m)return;A=m.user&&decodeURIComponent(m.user),O=decodeURIComponent(m.project),h=decodeURIComponent(m.committish),g=i[a.protocol]?.name||a.protocol.slice(0,-1)}}catch(m){if(m instanceof URIError)return;throw m}return[p,A,y,O,h,g,e]},"fromUrl$1");const{LRUCache:Ap}=_n,Cp=_p,Vp=Lp,Op=Ua,ms=new Ap({max:1e3});class Ce{static{l(this,"GitHost")}constructor(e,n,i,s,a,c,u={}){Object.assign(this,Ce.#e[e],{type:e,user:n,auth:i,project:s,committish:a,default:c,opts:u})}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(e,n){Ce.#e[e]=n,Ce.#e.byDomain[n.domain]=e,Ce.#e.byShortcut[`${e}:`]=e,Ce.#t[`${e}:`]={name:e}}static fromUrl(e,n){if(typeof e!="string")return;const i=e+JSON.stringify(n||{});if(!ms.has(i)){const s=Vp(e,n,{gitHosts:Ce.#e,protocols:Ce.#t});ms.set(i,s?new Ce(...s):void 0)}return ms.get(i)}static parseUrl(e){return Op(e)}#n(e,n){if(typeof e!="function")return null;const i={...this,...this.opts,...n};i.path||(i.path=""),i.path.startsWith("/")&&(i.path=i.path.slice(1)),i.noCommittish&&(i.committish=null);const s=e(i);return i.noGitPlus&&s.startsWith("git+")?s.slice(4):s}hash(){return this.committish?`#${this.committish}`:""}ssh(e){return this.#n(this.sshtemplate,e)}sshurl(e){return this.#n(this.sshurltemplate,e)}browse(e,...n){return typeof e!="string"?this.#n(this.browsetemplate,e):typeof n[0]!="string"?this.#n(this.browsetreetemplate,{...n[0],path:e}):this.#n(this.browsetreetemplate,{...n[1],fragment:n[0],path:e})}browseFile(e,...n){return typeof n[0]!="string"?this.#n(this.browseblobtemplate,{...n[0],path:e}):this.#n(this.browseblobtemplate,{...n[1],fragment:n[0],path:e})}docs(e){return this.#n(this.docstemplate,e)}bugs(e){return this.#n(this.bugstemplate,e)}https(e){return this.#n(this.httpstemplate,e)}git(e){return this.#n(this.gittemplate,e)}shortcut(e){return this.#n(this.shortcuttemplate,e)}path(e){return this.#n(this.pathtemplate,e)}tarball(e){return this.#n(this.tarballtemplate,{...e,noCommittish:!1})}file(e,n){return this.#n(this.filetemplate,{...n,path:e})}edit(e,n){return this.#n(this.edittemplate,{...n,path:e})}getDefaultRepresentation(){return this.default}toString(e){return this.default&&typeof this[this.default]=="function"?this[this.default](e):this.sshurl(e)}}for(const[t,e]of Object.entries(Cp))Ce.addHost(t,e);var Mp=Ce,wp="Function.prototype.bind called on incompatible ",Up=Object.prototype.toString,Ip=Math.max,Rp="[object Function]",Ia=l(function(e,n){for(var i=[],s=0;s<e.length;s+=1)i[s]=e[s];for(var a=0;a<n.length;a+=1)i[a+e.length]=n[a];return i},"concatty"),xp=l(function(e,n){for(var i=[],s=n,a=0;s<e.length;s+=1,a+=1)i[a]=e[s];return i},"slicy"),Dp=l(function(t,e){for(var n="",i=0;i<t.length;i+=1)n+=t[i],i+1<t.length&&(n+=e);return n},"joiny"),Fp=l(function(e){var n=this;if(typeof n!="function"||Up.apply(n)!==Rp)throw new TypeError(wp+n);for(var i=xp(arguments,1),s,a=l(function(){if(this instanceof s){var y=n.apply(this,Ia(i,arguments));return Object(y)===y?y:this}return n.apply(e,Ia(i,arguments))},"binder"),c=Ip(0,n.length-i.length),u=[],p=0;p<c;p++)u[p]="$"+p;if(s=Function("binder","return function ("+Dp(u,",")+"){ return binder.apply(this,arguments); }")(a),n.prototype){var d=l(function(){},"Empty");d.prototype=n.prototype,s.prototype=new d,d.prototype=null}return s},"bind"),$p=Fp,kp=Function.prototype.bind||$p,Np=Function.prototype.call,Bp=Object.prototype.hasOwnProperty,jp=kp,Gp=jp.call(Np,Bp),Wp=!0,Hp=">= 8",Kp=">= 0.5 && < 0.9.7",Xp=!0,zp=!0,qp=">= 0.5",Jp=!0,Qp=!0,Zp=!0,eE=">= 1 && < 8",tE="< 8",rE=!0,nE=[">= 14.17 && < 15",">= 15.1"],iE=!0,sE=">= 0.7.12",oE=!0,aE="< 6",lE=!0,cE=">= 0.11.1",uE=">= 0.11.1",pE=">= 0.11.1",EE=">= 0.11.1",fE=">= 0.11.1",dE=">= 0.11.1",TE=!0,PE=">= 8.8",mE=!0,yE=">= 8",hE="< 8",_E=!0,bE=!0,gE=!0,SE=!0,vE=">= 8.5",YE=">= 1",LE=">= 0.5",AE=!0,CE=!0,VE=!0,OE=">= 0.11.5 && < 3",ME=">= 0.9.4",wE=">= 0.9.4",UE=">= 1.4.1",IE=">= 0.9.4",RE=">= 0.9.4",xE=">= 0.9.4",DE=!0,FE=!0,$E=[">= 0.4 && < 0.7",">= 0.8"],kE=!0,NE=">= 0.11.13",BE=">= 0.11.3 && < 10",jE=">= 0.11.3",GE=!0,WE=">= 10",HE=!0,KE=!0,XE=!0,zE=">= 1",qE=!0,JE=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],QE=">= 11.7",ZE=">= 0.5",ef={assert:Wp,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:Hp,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:Kp,buffer:Xp,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:zp,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:qp,"node:cluster":[">= 14.18 && < 15",">= 16"],console:Jp,"node:console":[">= 14.18 && < 15",">= 16"],constants:Qp,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:Zp,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:eE,_debugger:tE,dgram:rE,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:nE,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:iE,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:sE,"node:domain":[">= 14.18 && < 15",">= 16"],events:oE,"node:events":[">= 14.18 && < 15",">= 16"],freelist:aE,fs:lE,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:cE,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:uE,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:pE,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:EE,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:fE,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:dE,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:TE,"node:http":[">= 14.18 && < 15",">= 16"],http2:PE,"node:http2":[">= 14.18 && < 15",">= 16"],https:mE,"node:https":[">= 14.18 && < 15",">= 16"],inspector:yE,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:hE,module:_E,"node:module":[">= 14.18 && < 15",">= 16"],net:bE,"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:gE,"node:os":[">= 14.18 && < 15",">= 16"],path:SE,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:vE,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:YE,"node:process":[">= 14.18 && < 15",">= 16"],punycode:LE,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:AE,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:CE,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:VE,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:OE,_stream_duplex:ME,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:wE,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:UE,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:IE,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:RE,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:xE,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:DE,"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:FE,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:$E,"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:kE,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:NE,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:BE,_tls_wrap:jE,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:GE,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:WE,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:HE,"node:tty":[">= 14.18 && < 15",">= 16"],url:KE,"node:url":[">= 14.18 && < 15",">= 16"],util:XE,"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:zE,"node:v8":[">= 14.18 && < 15",">= 16"],vm:qE,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:JE,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:QE,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:ZE,"node:zlib":[">= 14.18 && < 15",">= 16"]},tf=Gp;function rf(t,e){for(var n=t.split("."),i=e.split(" "),s=i.length>1?i[0]:"=",a=(i.length>1?i[1]:i[0]).split("."),c=0;c<3;++c){var u=parseInt(n[c]||0,10),p=parseInt(a[c]||0,10);if(u!==p)return s==="<"?u<p:s===">="?u>=p:!1}return s===">="}l(rf,"specifierIncluded");function Ra(t,e){var n=e.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!rf(t,n[i]))return!1;return!0}l(Ra,"matchesRange");function nf(t,e){if(typeof e=="boolean")return e;var n=typeof t>"u"?process.versions&&process.versions.node:t;if(typeof n!="string")throw new TypeError(typeof t>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(e&&typeof e=="object"){for(var i=0;i<e.length;++i)if(Ra(n,e[i]))return!0;return!1}return Ra(n,e)}l(nf,"versionIncluded");var xa=ef,sf=l(function(e,n){return tf(xa,e)&&nf(n,xa[e])},"isCore"),of=af;function af(t){if(!t||t==="ERROR: No README data found!")return;t=t.trim().split(`
|
|
12
|
-
`);let e=0;for(;t[e]&&t[e].trim().match(/^(#|$)/);)e++;const n=t.length;let i=e+1;for(;i<n&&t[i].trim();)i++;return t.slice(e,i).join(" ").trim()}l(af,"extractDescription$1");var lf={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"},cf={web:"url",name:"url"},uf={server:"start",tests:"test"},pf={topLevel:lf,bugs:cf,script:uf},Ef=Hu,ff=zu,df=Pp,Sn=Mp,Tf=sf,Pf=["dependencies","devDependencies","optionalDependencies"],mf=of,ys=yo,je=pf,Da=l(t=>t.includes("@")&&t.indexOf("@")<t.lastIndexOf("."),"isEmail"),yf={warn:l(function(){},"warn"),fixRepositoryField:l(function(t){if(t.repositories&&(this.warn("repositories"),t.repository=t.repositories[0]),!t.repository)return this.warn("missingRepository");typeof t.repository=="string"&&(t.repository={type:"git",url:t.repository});var e=t.repository.url||"";if(e){var n=Sn.fromUrl(e);n&&(e=t.repository.url=n.getDefaultRepresentation()==="shortcut"?n.https():n.toString())}e.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",e)},"fixRepositoryField"),fixTypos:l(function(t){Object.keys(je.topLevel).forEach(function(e){Object.prototype.hasOwnProperty.call(t,e)&&this.warn("typo",e,je.topLevel[e])},this)},"fixTypos"),fixScriptsField:l(function(t){if(t.scripts){if(typeof t.scripts!="object"){this.warn("nonObjectScripts"),delete t.scripts;return}Object.keys(t.scripts).forEach(function(e){typeof t.scripts[e]!="string"?(this.warn("nonStringScript"),delete t.scripts[e]):je.script[e]&&!t.scripts[je.script[e]]&&this.warn("typo",e,je.script[e],"scripts")},this)}},"fixScriptsField"),fixFilesField:l(function(t){var e=t.files;e&&!Array.isArray(e)?(this.warn("nonArrayFiles"),delete t.files):t.files&&(t.files=t.files.filter(function(n){return!n||typeof n!="string"?(this.warn("invalidFilename",n),!1):!0},this))},"fixFilesField"),fixBinField:l(function(t){if(t.bin&&typeof t.bin=="string"){var e={},n;(n=t.name.match(/^@[^/]+[/](.*)$/))?e[n[1]]=t.bin:e[t.name]=t.bin,t.bin=e}},"fixBinField"),fixManField:l(function(t){t.man&&typeof t.man=="string"&&(t.man=[t.man])},"fixManField"),fixBundleDependenciesField:l(function(t){var e="bundledDependencies",n="bundleDependencies";t[e]&&!t[n]&&(t[n]=t[e],delete t[e]),t[n]&&!Array.isArray(t[n])?(this.warn("nonArrayBundleDependencies"),delete t[n]):t[n]&&(t[n]=t[n].filter(function(i){return!i||typeof i!="string"?(this.warn("nonStringBundleDependency",i),!1):(t.dependencies||(t.dependencies={}),Object.prototype.hasOwnProperty.call(t.dependencies,i)||(this.warn("nonDependencyBundleDependency",i),t.dependencies[i]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:l(function(t,e){Lf(t,this.warn),vf(t,this.warn),this.fixBundleDependenciesField(t),["dependencies","devDependencies"].forEach(function(n){if(n in t){if(!t[n]||typeof t[n]!="object"){this.warn("nonObjectDependencies",n),delete t[n];return}Object.keys(t[n]).forEach(function(i){var s=t[n][i];typeof s!="string"&&(this.warn("nonStringDependency",i,JSON.stringify(s)),delete t[n][i]);var a=Sn.fromUrl(t[n][i]);a&&(t[n][i]=a.toString())},this)}},this)},"fixDependencies"),fixModulesField:l(function(t){t.modules&&(this.warn("deprecatedModules"),delete t.modules)},"fixModulesField"),fixKeywordsField:l(function(t){typeof t.keywords=="string"&&(t.keywords=t.keywords.split(/,\s+/)),t.keywords&&!Array.isArray(t.keywords)?(delete t.keywords,this.warn("nonArrayKeywords")):t.keywords&&(t.keywords=t.keywords.filter(function(e){return typeof e!="string"||!e?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:l(function(t,e){var n=!e;if(!t.version)return t.version="",!0;if(!Ef(t.version,n))throw new Error('Invalid version: "'+t.version+'"');return t.version=ff(t.version,n),!0},"fixVersionField"),fixPeople:l(function(t){Fa(t,gf),Fa(t,Sf)},"fixPeople"),fixNameField:l(function(t,e){typeof e=="boolean"?e={strict:e}:typeof e>"u"&&(e={});var n=e.strict;if(!t.name&&!n){t.name="";return}if(typeof t.name!="string")throw new Error("name field must be a string.");n||(t.name=t.name.trim()),bf(t.name,n,e.allowLegacyCase),Tf(t.name)&&this.warn("conflictingName",t.name)},"fixNameField"),fixDescriptionField:l(function(t){t.description&&typeof t.description!="string"&&(this.warn("nonStringDescription"),delete t.description),t.readme&&!t.description&&(t.description=mf(t.readme)),t.description===void 0&&delete t.description,t.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:l(function(t){t.readme||(this.warn("missingReadme"),t.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:l(function(t){if(!t.bugs&&t.repository&&t.repository.url){var e=Sn.fromUrl(t.repository.url);e&&e.bugs()&&(t.bugs={url:e.bugs()})}else if(t.bugs){if(typeof t.bugs=="string")Da(t.bugs)?t.bugs={email:t.bugs}:ys.parse(t.bugs).protocol?t.bugs={url:t.bugs}:this.warn("nonEmailUrlBugsString");else{Af(t.bugs,this.warn);var n=t.bugs;t.bugs={},n.url&&(typeof n.url=="string"&&ys.parse(n.url).protocol?t.bugs.url=n.url:this.warn("nonUrlBugsUrlField")),n.email&&(typeof n.email=="string"&&Da(n.email)?t.bugs.email=n.email:this.warn("nonEmailBugsEmailField"))}!t.bugs.email&&!t.bugs.url&&(delete t.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:l(function(t){if(!t.homepage&&t.repository&&t.repository.url){var e=Sn.fromUrl(t.repository.url);e&&e.docs()&&(t.homepage=e.docs())}if(t.homepage){if(typeof t.homepage!="string")return this.warn("nonUrlHomepage"),delete t.homepage;ys.parse(t.homepage).protocol||(t.homepage="http://"+t.homepage)}},"fixHomepageField"),fixLicenseField:l(function(t){const e=t.license||t.licence;if(!e)return this.warn("missingLicense");if(typeof e!="string"||e.length<1||e.trim()==="")return this.warn("invalidLicense");if(!df(e).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function hf(t){if(t.charAt(0)!=="@")return!1;var e=t.slice(1).split("/");return e.length!==2?!1:e[0]&&e[1]&&e[0]===encodeURIComponent(e[0])&&e[1]===encodeURIComponent(e[1])}l(hf,"isValidScopedPackageName");function _f(t){return!t.match(/[/@\s+%:]/)&&t===encodeURIComponent(t)}l(_f,"isCorrectlyEncodedName");function bf(t,e,n){if(t.charAt(0)==="."||!(hf(t)||_f(t))||e&&!n&&t!==t.toLowerCase()||t.toLowerCase()==="node_modules"||t.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(t))}l(bf,"ensureValidName");function Fa(t,e){return t.author&&(t.author=e(t.author)),["maintainers","contributors"].forEach(function(n){Array.isArray(t[n])&&(t[n]=t[n].map(e))}),t}l(Fa,"modifyPeople");function gf(t){if(typeof t=="string")return t;var e=t.name||"",n=t.url||t.web,i=n?" ("+n+")":"",s=t.email||t.mail,a=s?" <"+s+">":"";return e+a+i}l(gf,"unParsePerson");function Sf(t){if(typeof t!="string")return t;var e=t.match(/^([^(<]+)/),n=t.match(/\(([^()]+)\)/),i=t.match(/<([^<>]+)>/),s={};return e&&e[0].trim()&&(s.name=e[0].trim()),i&&(s.email=i[1]),n&&(s.url=n[1]),s}l(Sf,"parsePerson");function vf(t,e){var n=t.optionalDependencies;if(n){var i=t.dependencies||{};Object.keys(n).forEach(function(s){i[s]=n[s]}),t.dependencies=i}}l(vf,"addOptionalDepsToDeps");function Yf(t,e,n){if(!t)return{};if(typeof t=="string"&&(t=t.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(t))return t;n("deprecatedArrayDependencies",e);var i={};return t.filter(function(s){return typeof s=="string"}).forEach(function(s){s=s.trim().split(/(:?[@\s><=])/);var a=s.shift(),c=s.join("");c=c.trim(),c=c.replace(/^@/,""),i[a]=c}),i}l(Yf,"depObjectify");function Lf(t,e){Pf.forEach(function(n){t[n]&&(t[n]=Yf(t[n],n,e))})}l(Lf,"objectifyDeps");function Af(t,e){t&&Object.keys(t).forEach(function(n){je.bugs[n]&&(e("typo",n,je.bugs[n],"bugs"),t[je.bugs[n]]=t[n],delete t[n])})}l(Af,"bugsTypos");var Cf="'repositories' (plural) Not supported. Please pick one as the 'repository' field",Vf="No repository field.",Of="Probably broken git url: %s",Mf="scripts must be an object",wf="script values must be string commands",Uf="Invalid 'files' member",If="Invalid filename in 'files' list: %s",Rf="Invalid 'bundleDependencies' list. Must be array of package names",xf="Invalid bundleDependencies member: %s",Df="Non-dependency in bundleDependencies: %s",Ff="%s field must be an object",$f="Invalid dependency: %s %s",kf="specifying %s as array is deprecated",Nf="modules field is deprecated",Bf="keywords should be an array of strings",jf="keywords should be an array of strings",Gf="%s is also the name of a node core module.",Wf="'description' field should be a string",Hf="No description",Kf="No README data",Xf="No license field.",zf="Bug string field must be url, email, or {email,url}",qf="bugs.url field must be a string url. Deleted.",Jf="bugs.email field must be a string email. Deleted.",Qf="Normalized value of bugs field is an empty object. Deleted.",Zf="homepage field must be a string url. Deleted.",ed="license should be a valid SPDX license expression",td="%s should probably be %s.",rd={repositories:Cf,missingRepository:Vf,brokenGitUrl:Of,nonObjectScripts:Mf,nonStringScript:wf,nonArrayFiles:Uf,invalidFilename:If,nonArrayBundleDependencies:Rf,nonStringBundleDependency:xf,nonDependencyBundleDependency:Df,nonObjectDependencies:Ff,nonStringDependency:$f,deprecatedArrayDependencies:kf,deprecatedModules:Nf,nonArrayKeywords:Bf,nonStringKeyword:jf,conflictingName:Gf,nonStringDescription:Wf,missingDescription:Hf,missingReadme:Kf,missingLicense:Xf,nonEmailUrlBugsString:zf,nonUrlBugsUrlField:qf,nonEmailBugsEmailField:Jf,emptyNormalizedBugs:Qf,nonUrlHomepage:Zf,invalidLicense:ed,typo:td},$a=uc,hs=rd,nd=l(function(){var t=Array.prototype.slice.call(arguments,0),e=t.shift();if(e==="typo")return id.apply(null,t);var n=hs[e]?hs[e]:e+": '%s'";return t.unshift(n),$a.format.apply(null,t)},"make_warning");function id(t,e,n){return n&&(t=n+"['"+t+"']",e=n+"['"+e+"']"),$a.format(hs.typo,t,e)}l(id,"makeTypoWarning");var sd=ka,_s=yf;ka.fixer=_s;var od=nd,ad=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],ld=["dependencies","people","typos"],bs=ad.map(function(t){return Na(t)+"Field"});bs=bs.concat(ld);function ka(t,e,n){e===!0&&(e=null,n=!0),n||(n=!1),(!e||t.private)&&(e=l(function(i){},"warn")),t.scripts&&t.scripts.install==="node-gyp rebuild"&&!t.scripts.preinstall&&(t.gypfile=!0),_s.warn=function(){e(od.apply(null,arguments))},bs.forEach(function(i){_s["fix"+Na(i)](t,n)}),t._id=t.name+"@"+t.version}l(ka,"normalize");function Na(t){return t.charAt(0).toUpperCase()+t.slice(1)}l(Na,"ucFirst");var cd=vc(sd);function ud(t){return t instanceof URL?Eo(t):t}l(ud,"toPath");const pd=l(t=>Po.resolve(ud(t)??".","package.json"),"getPackagePath"),Ed=l((t,e)=>{const n=typeof t=="string"?Lu(t):t;return e&&cd(n),n},"_readPackage");function fd({cwd:t,normalize:e=!0}={}){const n=fn.readFileSync(pd(t),"utf8");return Ed(n,e)}l(fd,"readPackageSync");function dd(t){const e=mo("package.json",t);if(e)return{packageJson:fd({...t,cwd:Po.dirname(e)}),path:e}}l(dd,"readPackageUpSync");const gs="js,ts,mjs,cjs,mts,cts",Td=l(()=>{const t=mo(".nvmrc");if(t){let e=fn.readFileSync(t,"utf8");return e=e.trim(),e.startsWith("v")&&(e=e.slice(1)),e}return"18.19.0"},"getNodeVersion"),Ba=dd(),Pd=Ba&&"bin"in Ba.packageJson,[vn,Ss,vs]=To.configs["flat/mixed-esm-and-cjs"],Ys={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},Ls=$({...vn,files:[...vn.files,"**/*.ts"],languageOptions:{...vn.languageOptions,sourceType:"module"},rules:{...vn.rules,...Ys}}),md=$({...Ss,files:[...Ss.files,"**/*.mts"],rules:{...Ss.rules,...Ys}}),yd=$({...vs,files:[...vs.files,"**/*.cts"],rules:{...vs.rules,...Ys}}),hd=l((t={})=>{const e=[$({plugins:{n:To},settings:{node:{version:`>=${Td()}`}}}),yd];return t?.node&&e.push(Ls,md,$({files:t.node===!0?[`**/*.{${gs}}`]:t.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"}}),$({files:[es],rules:{"n/global-require":"off"}})),Pd&&e.push($({...Ls,files:[`**/cli.{${gs}}`,`**/cli/**/*.{${gs}}`],rules:{...Ls.rules,"n/no-process-exit":"off"}})),e},"node"),_d=[$({plugins:{promise:ho},rules:ho.configs.recommended.rules}),$({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],bd=ke("jest")?$({files:["**/{test,tests}/*"],languageOptions:{globals:En.jest}}):void 0,{recommended:gd}=_o.configs,Sd=l(()=>[$({files:["**/*.md"],plugins:{markdown:_o},processor:"markdown/markdown"}),$(gd[2]),$({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"]}}),$({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),$({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),$({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),$({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"}}),$({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],"markdown"),[vd]=dn.configs.base.overrides,Yd=[$({files:["**/*.{json,json5,jsonc}"],plugins:{jsonc:dn},languageOptions:{parser:dn},rules:{...vd.rules,"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-property-newline":"error"}}),$({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","exports","imports","unpkg","packageManager","scripts","husky","simple-git-hooks","lint-staged","engines","peerDependencies","peerDependenciesMeta","dependencies","optionalDependencies","devDependencies","bundledDependencies","bundleDependencies","overrides","eslintConfig"]},{pathPattern:"^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$",order:{type:"asc"}}]}}),$({files:["**/tsconfig.json","**/tsconfig.*.json"],rules:{...dn.configs["recommended-with-jsonc"].rules,"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","baseUrl","rootDir","rootDirs","customConditions","module","moduleResolution","moduleSuffixes","noResolve","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"]}]}})],Ld=$({files:["**/*.{yml,yaml}"],plugins:{yml:Ji},languageOptions:{parser:pc},rules:{...Ji.configs.base.rules,...Ji.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),Ad=[$({plugins:{"no-use-extend-native":bo},rules:bo.configs.recommended.rules})],Cd=l(t=>{const e={i:!0,j:!0},n={args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1};if(t?.allowAbbreviations){const{allowAbbreviations:i}=t;if(i.exactWords)for(const s of i.exactWords)e[s]=!0;if(i.substrings)for(const s of i.substrings)n[s]=!1}return[$({plugins:{unicorn:go},rules:{...go.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:e,replacements:n}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),$({files:["FUNDING.json"],rules:{"unicorn/filename-case":"off"}}),$({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),Vd=Ec(),ja=Vd?.config.compilerOptions?.jsx,Ga=ja==="react-jsx"||ja==="react-jsxdev",Od=$({files:["**/*.{jsx,tsx}"],plugins:{react:zt,"react-hooks":So},languageOptions:{parserOptions:Ga?zt.configs["jsx-runtime"].parserOptions:zt.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...zt.configs.recommended.rules,...Ga?zt.configs["jsx-runtime"].rules:{},...So.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$`]}]}}),Md={...Ke.configs.base.rules,...Ke.configs["vue3-essential"].rules,...Ke.configs["vue3-strongly-recommended"].rules,...Ke.configs["vue3-recommended"].rules},wd=l(()=>ke("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(t=>ke(t)?Tc(t).map(e=>[e,"readonly"]):[])):{},"detectAutoImport"),Ud=l(()=>{const t=[];ke("vitepress")&&t.push("content","client-only","outbound-link");const e="./src/components";if(ke("unplugin-vue-components")&&fn.existsSync(e)){const i=fn.readdirSync(e).filter(s=>s.endsWith(".vue")).map(s=>s.replace(".vue",""));t.push(...i)}return ke("unplugin-icons")&&t.push("icon-*"),t},"detectAutoImportComponents"),Id=$({files:["**/*.vue"],processor:Ke.processors[".vue"],languageOptions:{globals:{...En.browser,...Ke.environments["setup-compiler-macros"].globals,...wd()},parser:fc,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),Rd=$({files:["**/*.vue"],plugins:{vue:Ke},rules:{...Md,"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",...Ud()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var xd="lintroll",Dd="1.11.0",Wa={},Ha={},Ka={},oe={},dt={},Qt={};Object.defineProperty(Qt,"__esModule",{value:!0});const Zt={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"]},Fd=Object.keys(Zt);for(const t of Fd)Object.freeze(Zt[t]);Object.freeze(Zt);const $d=new Set(["parent","leadingComments","trailingComments"]);function kd(t){return!$d.has(t)&&t[0]!=="_"}l(kd,"filterKey$1");function Nd(t){return Object.keys(t).filter(kd)}l(Nd,"getKeys$3");function Bd(t){const e=Object.assign({},Zt);for(const n of Object.keys(t))if(Object.prototype.hasOwnProperty.call(e,n)){const i=new Set(t[n]);for(const s of e[n])i.add(s);e[n]=Object.freeze(Array.from(i))}else e[n]=Object.freeze(Array.from(t[n]));return Object.freeze(e)}l(Bd,"unionWith$1"),Qt.KEYS=Zt,Qt.getKeys=Nd,Qt.unionWith=Bd,function(t){Object.defineProperty(t,"__esModule",{value:!0});var e=Qt;function n(f,T){const E=T.range[0];let P=f,b=!1;do{b=!1;for(const _ of P.childScopes){const U=_.block.range;if(U[0]<=E&&E<U[1]){P=_,b=!0;break}}}while(b);return P}l(n,"getInnermostScope");function i(f,T){let E="",P=f;for(typeof T=="string"?E=T:(E=T.name,P=n(P,T));P!=null;){const b=P.set.get(E);if(b!=null)return b;P=P.upper}return null}l(i,"findVariable");function s(f){return!this(f)}l(s,"negate0");function a(f){return s.bind(f)}l(a,"negate");function c(f,T){return f.type==="Punctuator"&&f.value===T}l(c,"isPunctuatorTokenWithValue");function u(f){return c(f,"=>")}l(u,"isArrowToken");function p(f){return c(f,",")}l(p,"isCommaToken");function d(f){return c(f,";")}l(d,"isSemicolonToken");function y(f){return c(f,":")}l(y,"isColonToken");function h(f){return c(f,"(")}l(h,"isOpeningParenToken");function A(f){return c(f,")")}l(A,"isClosingParenToken");function O(f){return c(f,"[")}l(O,"isOpeningBracketToken");function g(f){return c(f,"]")}l(g,"isClosingBracketToken");function m(f){return c(f,"{")}l(m,"isOpeningBraceToken");function S(f){return c(f,"}")}l(S,"isClosingBraceToken");function L(f){return["Block","Line","Shebang"].includes(f.type)}l(L,"isCommentToken");const x=a(u),w=a(p),B=a(d),ne=a(y),le=a(h),Te=a(A),ot=a(O),jt=a(g),Gt=a(m),zs=a(S),qs=a(L);function Js(f,T){return f.id?T.getTokenAfter(f.id,h):T.getFirstToken(f,h)}l(Js,"getOpeningParenOfParams");function Qs(f,T){const E=f.parent;let P=null,b=null;if(f.type==="ArrowFunctionExpression"){const _=T.getTokenBefore(f.body,u);P=_.loc.start,b=_.loc.end}else E.type==="Property"||E.type==="MethodDefinition"||E.type==="PropertyDefinition"?(P=E.loc.start,b=Js(f,T).loc.start):(P=f.loc.start,b=Js(f,T).loc.start);return{start:{...P},end:{...b}}}l(Qs,"getFunctionHeadLocation");const Zs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof Y<"u"?Y:{},kl=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"])),Ki=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(f=>f!=="random").map(f=>Math[f]).filter(f=>typeof f=="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(f=>typeof f=="function")),eo=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Nl=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Bl(f,T){let E=f;for(;(typeof E=="object"||typeof E=="function")&&E!==null;){const P=Object.getOwnPropertyDescriptor(E,T);if(P)return P;E=Object.getPrototypeOf(E)}return null}l(Bl,"getPropertyDescriptor");function jl(f,T){const E=Bl(f,T);return E!=null&&E.get!=null}l(jl,"isGetter");function Wt(f,T){const E=[];for(let P=0;P<f.length;++P){const b=f[P];if(b==null)E.length=P+1;else if(b.type==="SpreadElement"){const _=H(b.argument,T);if(_==null)return null;E.push(..._.value)}else{const _=H(b,T);if(_==null)return null;E.push(_.value)}}return E}l(Wt,"getElementValues");function Gl(f){const T=f.references,E=T.filter(b=>b.init).length,P=T.filter(b=>b.isReadOnly()).length;return E===1&&P+E===T.length}l(Gl,"isEffectivelyConst");const to=Object.freeze({ArrayExpression(f,T){const E=Wt(f.elements,T);return E!=null?{value:E}:null},AssignmentExpression(f,T){return f.operator==="="?H(f.right,T):null},BinaryExpression(f,T){if(f.operator==="in"||f.operator==="instanceof")return null;const E=H(f.left,T),P=H(f.right,T);if(E!=null&&P!=null)switch(f.operator){case"==":return{value:E.value==P.value};case"!=":return{value:E.value!=P.value};case"===":return{value:E.value===P.value};case"!==":return{value:E.value!==P.value};case"<":return{value:E.value<P.value};case"<=":return{value:E.value<=P.value};case">":return{value:E.value>P.value};case">=":return{value:E.value>=P.value};case"<<":return{value:E.value<<P.value};case">>":return{value:E.value>>P.value};case">>>":return{value:E.value>>>P.value};case"+":return{value:E.value+P.value};case"-":return{value:E.value-P.value};case"*":return{value:E.value*P.value};case"/":return{value:E.value/P.value};case"%":return{value:E.value%P.value};case"**":return{value:E.value**P.value};case"|":return{value:E.value|P.value};case"^":return{value:E.value^P.value};case"&":return{value:E.value&P.value}}return null},CallExpression(f,T){const E=f.callee,P=Wt(f.arguments,T);if(P!=null)if(E.type==="MemberExpression"){if(E.property.type==="PrivateIdentifier")return null;const b=H(E.object,T);if(b!=null){if(b.value==null&&(b.optional||f.optional))return{value:void 0,optional:!0};const _=Xi(E,T);if(_!=null){const U=b.value,j=_.value;if(Ki.has(U[j]))return{value:U[j](...P)};if(eo.has(U[j]))return{value:P[0]}}}}else{const b=H(E,T);if(b!=null){if(b.value==null&&f.optional)return{value:void 0,optional:!0};const _=b.value;if(Ki.has(_))return{value:_(...P)};if(eo.has(_))return{value:P[0]}}}return null},ConditionalExpression(f,T){const E=H(f.test,T);return E!=null?E.value?H(f.consequent,T):H(f.alternate,T):null},ExpressionStatement(f,T){return H(f.expression,T)},Identifier(f,T){if(T!=null){const E=i(T,f);if(E!=null&&E.defs.length===0&&kl.has(E.name)&&E.name in Zs)return{value:Zs[E.name]};if(E!=null&&E.defs.length===1){const P=E.defs[0];if(P.parent&&P.type==="Variable"&&(P.parent.kind==="const"||Gl(E))&&P.node.id.type==="Identifier")return H(P.node.init,T)}}return null},Literal(f){return(f.regex!=null||f.bigint!=null)&&f.value==null?null:{value:f.value}},LogicalExpression(f,T){const E=H(f.left,T);if(E!=null){if(f.operator==="||"&&E.value||f.operator==="&&"&&!E.value||f.operator==="??"&&E.value!=null)return E;const P=H(f.right,T);if(P!=null)return P}return null},MemberExpression(f,T){if(f.property.type==="PrivateIdentifier")return null;const E=H(f.object,T);if(E!=null){if(E.value==null&&(E.optional||f.optional))return{value:void 0,optional:!0};const P=Xi(f,T);if(P!=null){if(!jl(E.value,P.value))return{value:E.value[P.value]};for(const[b,_]of Nl)if(E.value instanceof b&&_.has(P.value))return{value:E.value[P.value]}}}return null},ChainExpression(f,T){const E=H(f.expression,T);return E!=null?{value:E.value}:null},NewExpression(f,T){const E=H(f.callee,T),P=Wt(f.arguments,T);if(E!=null&&P!=null){const b=E.value;if(Ki.has(b))return{value:new b(...P)}}return null},ObjectExpression(f,T){const E={};for(const P of f.properties)if(P.type==="Property"){if(P.kind!=="init")return null;const b=Xi(P,T),_=H(P.value,T);if(b==null||_==null)return null;E[b.value]=_.value}else if(P.type==="SpreadElement"||P.type==="ExperimentalSpreadProperty"){const b=H(P.argument,T);if(b==null)return null;Object.assign(E,b.value)}else return null;return{value:E}},SequenceExpression(f,T){const E=f.expressions[f.expressions.length-1];return H(E,T)},TaggedTemplateExpression(f,T){const E=H(f.tag,T),P=Wt(f.quasi.expressions,T);if(E!=null&&P!=null){const b=E.value,_=f.quasi.quasis.map(U=>U.value.cooked);if(_.raw=f.quasi.quasis.map(U=>U.value.raw),b===String.raw)return{value:b(_,...P)}}return null},TemplateLiteral(f,T){const E=Wt(f.expressions,T);if(E!=null){let P=f.quasis[0].value.cooked;for(let b=0;b<E.length;++b)P+=E[b],P+=f.quasis[b+1].value.cooked;return{value:P}}return null},UnaryExpression(f,T){if(f.operator==="delete")return null;if(f.operator==="void")return{value:void 0};const E=H(f.argument,T);if(E!=null)switch(f.operator){case"-":return{value:-E.value};case"+":return{value:+E.value};case"!":return{value:!E.value};case"~":return{value:~E.value};case"typeof":return{value:typeof E.value}}return null}});function H(f,T){return f!=null&&Object.hasOwnProperty.call(to,f.type)?to[f.type](f,T):null}l(H,"getStaticValueR");function Xi(f,T){const E=f.type==="Property"?f.key:f.property;return f.computed?H(E,T):E.type==="Identifier"?{value:E.name}:E.type==="Literal"?E.bigint?{value:E.bigint}:{value:String(E.value)}:null}l(Xi,"getStaticPropertyNameValue");function zi(f,T=null){try{return H(f,T)}catch{return null}}l(zi,"getStaticValue");function Ht(f,T=null){if(f&&f.type==="Literal"&&f.value===null){if(f.regex)return`/${f.regex.pattern}/${f.regex.flags}`;if(f.bigint)return f.bigint}const E=zi(f,T);return E&&String(E.value)}l(Ht,"getStringIfConstant");function Kt(f,T){switch(f.type){case"MemberExpression":return f.computed?Ht(f.property,T):f.property.type==="PrivateIdentifier"?null:f.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return f.computed?Ht(f.key,T):f.key.type==="Literal"?String(f.key.value):f.key.type==="PrivateIdentifier"?null:f.key.name}return null}l(Kt,"getPropertyName");function ro(f,T){const E=f.parent,P=[],b=E.type==="Property"&&E.value===f,_=E.type==="MethodDefinition"&&E.value===f,U=E.type==="PropertyDefinition"&&E.value===f;if((_||U)&&(E.static&&P.push("static"),E.key.type==="PrivateIdentifier"&&P.push("private")),f.async&&P.push("async"),f.generator&&P.push("generator"),b||_){if(E.kind==="constructor")return"constructor";E.kind==="get"?P.push("getter"):E.kind==="set"?P.push("setter"):P.push("method")}else U?P.push("method"):(f.type==="ArrowFunctionExpression"&&P.push("arrow"),P.push("function"));if(b||_||U)if(E.key.type==="PrivateIdentifier")P.push(`#${E.key.name}`);else{const j=Kt(E);if(j)P.push(`'${j}'`);else if(T){const ge=T.getText(E.key);ge.includes(`
|
|
13
|
-
`)||P.push(`[${ge}]`)}}else f.id?P.push(`'${f.id.name}'`):E.type==="VariableDeclarator"&&E.id&&E.id.type==="Identifier"?P.push(`'${E.id.name}'`):(E.type==="AssignmentExpression"||E.type==="AssignmentPattern")&&E.left&&E.left.type==="Identifier"?P.push(`'${E.left.name}'`):E.type==="ExportDefaultDeclaration"&&E.declaration===f&&P.push("'default'");return P.join(" ")}l(ro,"getFunctionNameWithKind");const Wl=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Hl=Object.freeze(new Set(["-","+","!","~"]));function no(f){return f!==null&&typeof f=="object"&&typeof f.type=="string"}l(no,"isNode");const Kl=Object.freeze(Object.assign(Object.create(null),{$visit(f,T,E){const{type:P}=f;return typeof this[P]=="function"?this[P](f,T,E):this.$visitChildren(f,T,E)},$visitChildren(f,T,E){const{type:P}=f;for(const b of E[P]||e.getKeys(f)){const _=f[b];if(Array.isArray(_)){for(const U of _)if(no(U)&&this.$visit(U,T,E))return!0}else if(no(_)&&this.$visit(_,T,E))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(f,T,E){return T.considerImplicitTypeConversion&&Wl.has(f.operator)&&(f.left.type!=="Literal"||f.right.type!=="Literal")?!0:this.$visitChildren(f,T,E)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(f,T,E){return T.considerGetters||T.considerImplicitTypeConversion&&f.computed&&f.property.type!=="Literal"?!0:this.$visitChildren(f,T,E)},MethodDefinition(f,T,E){return T.considerImplicitTypeConversion&&f.computed&&f.key.type!=="Literal"?!0:this.$visitChildren(f,T,E)},NewExpression(){return!0},Property(f,T,E){return T.considerImplicitTypeConversion&&f.computed&&f.key.type!=="Literal"?!0:this.$visitChildren(f,T,E)},PropertyDefinition(f,T,E){return T.considerImplicitTypeConversion&&f.computed&&f.key.type!=="Literal"?!0:this.$visitChildren(f,T,E)},UnaryExpression(f,T,E){return f.operator==="delete"||T.considerImplicitTypeConversion&&Hl.has(f.operator)&&f.argument.type!=="Literal"?!0:this.$visitChildren(f,T,E)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function io(f,T,{considerGetters:E=!1,considerImplicitTypeConversion:P=!1}={}){return Kl.$visit(f,{considerGetters:E,considerImplicitTypeConversion:P},T.visitorKeys||e.KEYS)}l(io,"hasSideEffect");function Xl(f,T){const E=f.parent;switch(E.type){case"CallExpression":case"NewExpression":return E.arguments.length===1&&E.arguments[0]===f?T.getTokenAfter(E.callee,h):null;case"DoWhileStatement":return E.test===f?T.getTokenAfter(E.body,h):null;case"IfStatement":case"WhileStatement":return E.test===f?T.getFirstToken(E,1):null;case"ImportExpression":return E.source===f?T.getFirstToken(E,1):null;case"SwitchStatement":return E.discriminant===f?T.getFirstToken(E,1):null;case"WithStatement":return E.object===f?T.getFirstToken(E,1):null;default:return null}}l(Xl,"getParentSyntaxParen");function so(f,T,E){let P,b,_,U,j;if(typeof f=="number"){if(P=f|0,b=T,_=E,!(P>=1))throw new TypeError("'times' should be a positive integer.")}else P=1,b=f,_=T;if(b==null||b.parent==null||b.parent.type==="CatchClause"&&b.parent.param===b)return!1;U=j=b;do U=_.getTokenBefore(U),j=_.getTokenAfter(j);while(U!=null&&j!=null&&h(U)&&A(j)&&U!==Xl(b,_)&&--P>0);return P===0}l(so,"isParenthesized");const zl=/\$(?:[$&`']|[1-9][0-9]?)/gu,oo=new WeakMap;function ql(f,T){let E=!1;for(let P=T-1;P>=0&&f.charCodeAt(P)===92;--P)E=!E;return E}l(ql,"isEscaped");function Jl(f,T,E){const P=[];let b=0,_=null;function U(j){switch(j){case"$$":return"$";case"$&":return _[0];case"$`":return T.slice(0,_.index);case"$'":return T.slice(_.index+_[0].length);default:{const ge=j.slice(1);return ge in _?_[ge]:j}}}l(U,"replacer");for(_ of f.execAll(T))P.push(T.slice(b,_.index)),P.push(E.replace(zl,U)),b=_.index+_[0].length;return P.push(T.slice(b)),P.join("")}l(Jl,"replaceS");function Ql(f,T,E){const P=[];let b=0;for(const _ of f.execAll(T))P.push(T.slice(b,_.index)),P.push(String(E(..._,_.index,_.input))),b=_.index+_[0].length;return P.push(T.slice(b)),P.join("")}l(Ql,"replaceF");class ao{static{l(this,"PatternMatcher")}constructor(T,{escaped:E=!1}={}){if(!(T instanceof RegExp))throw new TypeError("'pattern' should be a RegExp instance.");if(!T.flags.includes("g"))throw new Error("'pattern' should contains 'g' flag.");oo.set(this,{pattern:new RegExp(T.source,T.flags),escaped:!!E})}*execAll(T){const{pattern:E,escaped:P}=oo.get(this);let b=null,_=0;for(E.lastIndex=0;(b=E.exec(T))!=null;)(P||!ql(T,b.index))&&(_=E.lastIndex,yield b,E.lastIndex=_)}test(T){return!this.execAll(T).next().done}[Symbol.replace](T,E){return typeof E=="function"?Ql(this,String(T),E):Jl(this,String(T),String(E))}}const Zl=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,We=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),He=Symbol("call"),at=Symbol("construct"),pn=Symbol("esm"),ec={require:{[He]:!0}};function lo(f){return f==null||f.defs.length!==0||f.references.some(T=>T.isWrite())}l(lo,"isModifiedGlobal");function tc(f){const T=f.parent;switch(T&&T.type){case"ConditionalExpression":return T.consequent===f||T.alternate===f;case"LogicalExpression":return!0;case"SequenceExpression":return T.expressions[T.expressions.length-1]===f;case"ChainExpression":return!0;default:return!1}}l(tc,"isPassThrough");class lt{static{l(this,"ReferenceTracker")}constructor(T,{mode:E="strict",globalObjectNames:P=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=T,this.mode=E,this.globalObjectNames=P.slice(0)}*iterateGlobalReferences(T){for(const E of Object.keys(T)){const P=T[E],b=[E],_=this.globalScope.set.get(E);lo(_)||(yield*this._iterateVariableReferences(_,b,P,!0))}for(const E of this.globalObjectNames){const P=[],b=this.globalScope.set.get(E);lo(b)||(yield*this._iterateVariableReferences(b,P,T,!1))}}*iterateCjsReferences(T){for(const{node:E}of this.iterateGlobalReferences(ec)){const P=Ht(E.arguments[0]);if(P==null||!We(T,P))continue;const b=T[P],_=[P];b[G]&&(yield{node:E,path:_,type:G,info:b[G]}),yield*this._iteratePropertyReferences(E,_,b)}}*iterateEsmReferences(T){const E=this.globalScope.block;for(const P of E.body){if(!Zl.test(P.type)||P.source==null)continue;const b=P.source.value;if(!We(T,b))continue;const _=T[b],U=[b];if(_[G]&&(yield{node:P,path:U,type:G,info:_[G]}),P.type==="ExportAllDeclaration")for(const j of Object.keys(_)){const ge=_[j];ge[G]&&(yield{node:P,path:U.concat(j),type:G,info:ge[G]})}else for(const j of P.specifiers){const ge=We(_,pn),co=this._iterateImportReferences(j,U,ge?_:this.mode==="legacy"?{default:_,..._}:{default:_});if(ge)yield*co;else for(const Xt of co)Xt.path=Xt.path.filter(rc),(Xt.path.length>=2||Xt.type!==G)&&(yield Xt)}}}*_iterateVariableReferences(T,E,P,b){if(!this.variableStack.includes(T)){this.variableStack.push(T);try{for(const _ of T.references){if(!_.isRead())continue;const U=_.identifier;b&&P[G]&&(yield{node:U,path:E,type:G,info:P[G]}),yield*this._iteratePropertyReferences(U,E,P)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(T,E,P){let b=T;for(;tc(b);)b=b.parent;const _=b.parent;if(_.type==="MemberExpression"){if(_.object===b){const U=Kt(_);if(U==null||!We(P,U))return;E=E.concat(U);const j=P[U];j[G]&&(yield{node:_,path:E,type:G,info:j[G]}),yield*this._iteratePropertyReferences(_,E,j)}return}if(_.type==="CallExpression"){_.callee===b&&P[He]&&(yield{node:_,path:E,type:He,info:P[He]});return}if(_.type==="NewExpression"){_.callee===b&&P[at]&&(yield{node:_,path:E,type:at,info:P[at]});return}if(_.type==="AssignmentExpression"){_.right===b&&(yield*this._iterateLhsReferences(_.left,E,P),yield*this._iteratePropertyReferences(_,E,P));return}if(_.type==="AssignmentPattern"){_.right===b&&(yield*this._iterateLhsReferences(_.left,E,P));return}_.type==="VariableDeclarator"&&_.init===b&&(yield*this._iterateLhsReferences(_.id,E,P))}*_iterateLhsReferences(T,E,P){if(T.type==="Identifier"){const b=i(this.globalScope,T);b!=null&&(yield*this._iterateVariableReferences(b,E,P,!1));return}if(T.type==="ObjectPattern"){for(const b of T.properties){const _=Kt(b);if(_==null||!We(P,_))continue;const U=E.concat(_),j=P[_];j[G]&&(yield{node:b,path:U,type:G,info:j[G]}),yield*this._iterateLhsReferences(b.value,U,j)}return}T.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(T.left,E,P))}*_iterateImportReferences(T,E,P){const b=T.type;if(b==="ImportSpecifier"||b==="ImportDefaultSpecifier"){const _=b==="ImportDefaultSpecifier"?"default":T.imported.name;if(!We(P,_))return;E=E.concat(_);const U=P[_];U[G]&&(yield{node:T,path:E,type:G,info:U[G]}),yield*this._iterateVariableReferences(i(this.globalScope,T.local),E,U,!1);return}if(b==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(i(this.globalScope,T.local),E,P,!1);return}if(b==="ExportSpecifier"){const _=T.local.name;if(!We(P,_))return;E=E.concat(_);const U=P[_];U[G]&&(yield{node:T,path:E,type:G,info:U[G]})}}}lt.READ=G,lt.CALL=He,lt.CONSTRUCT=at,lt.ESM=pn;function rc(f,T){return!(T===1&&f==="default")}l(rc,"exceptDefault");var nc={CALL:He,CONSTRUCT:at,ESM:pn,findVariable:i,getFunctionHeadLocation:Qs,getFunctionNameWithKind:ro,getInnermostScope:n,getPropertyName:Kt,getStaticValue:zi,getStringIfConstant:Ht,hasSideEffect:io,isArrowToken:u,isClosingBraceToken:S,isClosingBracketToken:g,isClosingParenToken:A,isColonToken:y,isCommaToken:p,isCommentToken:L,isNotArrowToken:x,isNotClosingBraceToken:zs,isNotClosingBracketToken:jt,isNotClosingParenToken:Te,isNotColonToken:ne,isNotCommaToken:w,isNotCommentToken:qs,isNotOpeningBraceToken:Gt,isNotOpeningBracketToken:ot,isNotOpeningParenToken:le,isNotSemicolonToken:B,isOpeningBraceToken:m,isOpeningBracketToken:O,isOpeningParenToken:h,isParenthesized:so,isSemicolonToken:d,PatternMatcher:ao,READ:G,ReferenceTracker:lt};t.CALL=He,t.CONSTRUCT=at,t.ESM=pn,t.PatternMatcher=ao,t.READ=G,t.ReferenceTracker=lt,t.default=nc,t.findVariable=i,t.getFunctionHeadLocation=Qs,t.getFunctionNameWithKind=ro,t.getInnermostScope=n,t.getPropertyName=Kt,t.getStaticValue=zi,t.getStringIfConstant=Ht,t.hasSideEffect=io,t.isArrowToken=u,t.isClosingBraceToken=S,t.isClosingBracketToken=g,t.isClosingParenToken=A,t.isColonToken=y,t.isCommaToken=p,t.isCommentToken=L,t.isNotArrowToken=x,t.isNotClosingBraceToken=zs,t.isNotClosingBracketToken=jt,t.isNotClosingParenToken=Te,t.isNotColonToken=ne,t.isNotCommaToken=w,t.isNotCommentToken=qs,t.isNotOpeningBraceToken=Gt,t.isNotOpeningBracketToken=ot,t.isNotOpeningParenToken=le,t.isNotSemicolonToken=B,t.isOpeningBraceToken=m,t.isOpeningBracketToken=O,t.isOpeningParenToken=h,t.isParenthesized=so,t.isSemicolonToken=d}(dt);var jd=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),Gd=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Wd=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&jd(e,t,n);return Gd(e,t),e};Object.defineProperty(oe,"__esModule",{value:!0}),oe.isParenthesized=oe.hasSideEffect=oe.getStringIfConstant=oe.getStaticValue=oe.getPropertyName=oe.getFunctionNameWithKind=oe.getFunctionHeadLocation=void 0;const qe=Wd(dt),Hd=qe.getFunctionHeadLocation;oe.getFunctionHeadLocation=Hd;const Kd=qe.getFunctionNameWithKind;oe.getFunctionNameWithKind=Kd;const Xd=qe.getPropertyName;oe.getPropertyName=Xd;const zd=qe.getStaticValue;oe.getStaticValue=zd;const qd=qe.getStringIfConstant;oe.getStringIfConstant=qd;const Jd=qe.hasSideEffect;oe.hasSideEffect=Jd;const Qd=qe.isParenthesized;oe.isParenthesized=Qd;var Yn={},Zd=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),eT=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),tT=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&Zd(e,t,n);return eT(e,t),e};Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.PatternMatcher=void 0;const rT=tT(dt),nT=rT.PatternMatcher;Yn.PatternMatcher=nT;var R={},iT=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),sT=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),oT=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&iT(e,t,n);return sT(e,t),e};Object.defineProperty(R,"__esModule",{value:!0}),R.isSemicolonToken=R.isOpeningParenToken=R.isOpeningBracketToken=R.isOpeningBraceToken=R.isNotSemicolonToken=R.isNotOpeningParenToken=R.isNotOpeningBracketToken=R.isNotOpeningBraceToken=R.isNotCommentToken=R.isNotCommaToken=R.isNotColonToken=R.isNotClosingParenToken=R.isNotClosingBracketToken=R.isNotClosingBraceToken=R.isNotArrowToken=R.isCommentToken=R.isCommaToken=R.isColonToken=R.isClosingParenToken=R.isClosingBracketToken=R.isClosingBraceToken=R.isArrowToken=void 0;const X=oT(dt),aT=X.isArrowToken;R.isArrowToken=aT;const lT=X.isNotArrowToken;R.isNotArrowToken=lT;const cT=X.isClosingBraceToken;R.isClosingBraceToken=cT;const uT=X.isNotClosingBraceToken;R.isNotClosingBraceToken=uT;const pT=X.isClosingBracketToken;R.isClosingBracketToken=pT;const ET=X.isNotClosingBracketToken;R.isNotClosingBracketToken=ET;const fT=X.isClosingParenToken;R.isClosingParenToken=fT;const dT=X.isNotClosingParenToken;R.isNotClosingParenToken=dT;const TT=X.isColonToken;R.isColonToken=TT;const PT=X.isNotColonToken;R.isNotColonToken=PT;const mT=X.isCommaToken;R.isCommaToken=mT;const yT=X.isNotCommaToken;R.isNotCommaToken=yT;const hT=X.isCommentToken;R.isCommentToken=hT;const _T=X.isNotCommentToken;R.isNotCommentToken=_T;const bT=X.isOpeningBraceToken;R.isOpeningBraceToken=bT;const gT=X.isNotOpeningBraceToken;R.isNotOpeningBraceToken=gT;const ST=X.isOpeningBracketToken;R.isOpeningBracketToken=ST;const vT=X.isNotOpeningBracketToken;R.isNotOpeningBracketToken=vT;const YT=X.isOpeningParenToken;R.isOpeningParenToken=YT;const LT=X.isNotOpeningParenToken;R.isNotOpeningParenToken=LT;const AT=X.isSemicolonToken;R.isSemicolonToken=AT;const CT=X.isNotSemicolonToken;R.isNotSemicolonToken=CT;var Ln={},VT=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),OT=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),MT=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&VT(e,t,n);return OT(e,t),e};Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.ReferenceTracker=void 0;const er=MT(dt);er.ReferenceTracker.READ,er.ReferenceTracker.CALL,er.ReferenceTracker.CONSTRUCT,er.ReferenceTracker.ESM;const wT=er.ReferenceTracker;Ln.ReferenceTracker=wT;var Tt={},UT=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),IT=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),RT=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&UT(e,t,n);return IT(e,t),e};Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.getInnermostScope=Tt.findVariable=void 0;const Xa=RT(dt),xT=Xa.findVariable;Tt.findVariable=xT;const DT=Xa.getInnermostScope;Tt.getInnermostScope=DT,function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(oe,t),n(Yn,t),n(R,t),n(Ln,t),n(Tt,t)}(Ka);var As={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.isNotTokenOfTypeWithConditions=t.isTokenOfTypeWithConditions=t.isNodeOfTypeWithConditions=t.isNodeOfTypes=t.isNodeOfType=void 0;const e=l(c=>u=>u?.type===c,"isNodeOfType");t.isNodeOfType=e;const n=l(c=>u=>!!u&&c.includes(u.type),"isNodeOfTypes");t.isNodeOfTypes=n;const i=l((c,u)=>{const p=Object.entries(u);return d=>d?.type===c&&p.every(([y,h])=>d[y]===h)},"isNodeOfTypeWithConditions");t.isNodeOfTypeWithConditions=i;const s=l((c,u)=>{const p=Object.entries(u);return d=>d?.type===c&&p.every(([y,h])=>d[y]===h)},"isTokenOfTypeWithConditions");t.isTokenOfTypeWithConditions=s;const a=l((c,u)=>p=>!(0,t.isTokenOfTypeWithConditions)(c,u)(p),"isNotTokenOfTypeWithConditions");t.isNotTokenOfTypeWithConditions=a})(As);var tr={};Object.defineProperty(tr,"__esModule",{value:!0}),tr.LINEBREAK_MATCHER=void 0,tr.isTokenOnSameLine=$T;const FT=/\r\n|[\r\n\u2028\u2029]/;tr.LINEBREAK_MATCHER=FT;function $T(t,e){return t.loc.end.line===e.loc.start.line}l($T,"isTokenOnSameLine");var D={},Cs={},Ve={},Je={};Object.defineProperty(Je,"__esModule",{value:!0}),Je.AST_TOKEN_TYPES=Je.AST_NODE_TYPES=void 0;var za;(function(t){t.AccessorProperty="AccessorProperty",t.ArrayExpression="ArrayExpression",t.ArrayPattern="ArrayPattern",t.ArrowFunctionExpression="ArrowFunctionExpression",t.AssignmentExpression="AssignmentExpression",t.AssignmentPattern="AssignmentPattern",t.AwaitExpression="AwaitExpression",t.BinaryExpression="BinaryExpression",t.BlockStatement="BlockStatement",t.BreakStatement="BreakStatement",t.CallExpression="CallExpression",t.CatchClause="CatchClause",t.ChainExpression="ChainExpression",t.ClassBody="ClassBody",t.ClassDeclaration="ClassDeclaration",t.ClassExpression="ClassExpression",t.ConditionalExpression="ConditionalExpression",t.ContinueStatement="ContinueStatement",t.DebuggerStatement="DebuggerStatement",t.Decorator="Decorator",t.DoWhileStatement="DoWhileStatement",t.EmptyStatement="EmptyStatement",t.ExportAllDeclaration="ExportAllDeclaration",t.ExportDefaultDeclaration="ExportDefaultDeclaration",t.ExportNamedDeclaration="ExportNamedDeclaration",t.ExportSpecifier="ExportSpecifier",t.ExpressionStatement="ExpressionStatement",t.ForInStatement="ForInStatement",t.ForOfStatement="ForOfStatement",t.ForStatement="ForStatement",t.FunctionDeclaration="FunctionDeclaration",t.FunctionExpression="FunctionExpression",t.Identifier="Identifier",t.IfStatement="IfStatement",t.ImportAttribute="ImportAttribute",t.ImportDeclaration="ImportDeclaration",t.ImportDefaultSpecifier="ImportDefaultSpecifier",t.ImportExpression="ImportExpression",t.ImportNamespaceSpecifier="ImportNamespaceSpecifier",t.ImportSpecifier="ImportSpecifier",t.JSXAttribute="JSXAttribute",t.JSXClosingElement="JSXClosingElement",t.JSXClosingFragment="JSXClosingFragment",t.JSXElement="JSXElement",t.JSXEmptyExpression="JSXEmptyExpression",t.JSXExpressionContainer="JSXExpressionContainer",t.JSXFragment="JSXFragment",t.JSXIdentifier="JSXIdentifier",t.JSXMemberExpression="JSXMemberExpression",t.JSXNamespacedName="JSXNamespacedName",t.JSXOpeningElement="JSXOpeningElement",t.JSXOpeningFragment="JSXOpeningFragment",t.JSXSpreadAttribute="JSXSpreadAttribute",t.JSXSpreadChild="JSXSpreadChild",t.JSXText="JSXText",t.LabeledStatement="LabeledStatement",t.Literal="Literal",t.LogicalExpression="LogicalExpression",t.MemberExpression="MemberExpression",t.MetaProperty="MetaProperty",t.MethodDefinition="MethodDefinition",t.NewExpression="NewExpression",t.ObjectExpression="ObjectExpression",t.ObjectPattern="ObjectPattern",t.PrivateIdentifier="PrivateIdentifier",t.Program="Program",t.Property="Property",t.PropertyDefinition="PropertyDefinition",t.RestElement="RestElement",t.ReturnStatement="ReturnStatement",t.SequenceExpression="SequenceExpression",t.SpreadElement="SpreadElement",t.StaticBlock="StaticBlock",t.Super="Super",t.SwitchCase="SwitchCase",t.SwitchStatement="SwitchStatement",t.TaggedTemplateExpression="TaggedTemplateExpression",t.TemplateElement="TemplateElement",t.TemplateLiteral="TemplateLiteral",t.ThisExpression="ThisExpression",t.ThrowStatement="ThrowStatement",t.TryStatement="TryStatement",t.UnaryExpression="UnaryExpression",t.UpdateExpression="UpdateExpression",t.VariableDeclaration="VariableDeclaration",t.VariableDeclarator="VariableDeclarator",t.WhileStatement="WhileStatement",t.WithStatement="WithStatement",t.YieldExpression="YieldExpression",t.TSAbstractAccessorProperty="TSAbstractAccessorProperty",t.TSAbstractKeyword="TSAbstractKeyword",t.TSAbstractMethodDefinition="TSAbstractMethodDefinition",t.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",t.TSAnyKeyword="TSAnyKeyword",t.TSArrayType="TSArrayType",t.TSAsExpression="TSAsExpression",t.TSAsyncKeyword="TSAsyncKeyword",t.TSBigIntKeyword="TSBigIntKeyword",t.TSBooleanKeyword="TSBooleanKeyword",t.TSCallSignatureDeclaration="TSCallSignatureDeclaration",t.TSClassImplements="TSClassImplements",t.TSConditionalType="TSConditionalType",t.TSConstructorType="TSConstructorType",t.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",t.TSDeclareFunction="TSDeclareFunction",t.TSDeclareKeyword="TSDeclareKeyword",t.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",t.TSEnumBody="TSEnumBody",t.TSEnumDeclaration="TSEnumDeclaration",t.TSEnumMember="TSEnumMember",t.TSExportAssignment="TSExportAssignment",t.TSExportKeyword="TSExportKeyword",t.TSExternalModuleReference="TSExternalModuleReference",t.TSFunctionType="TSFunctionType",t.TSImportEqualsDeclaration="TSImportEqualsDeclaration",t.TSImportType="TSImportType",t.TSIndexedAccessType="TSIndexedAccessType",t.TSIndexSignature="TSIndexSignature",t.TSInferType="TSInferType",t.TSInstantiationExpression="TSInstantiationExpression",t.TSInterfaceBody="TSInterfaceBody",t.TSInterfaceDeclaration="TSInterfaceDeclaration",t.TSInterfaceHeritage="TSInterfaceHeritage",t.TSIntersectionType="TSIntersectionType",t.TSIntrinsicKeyword="TSIntrinsicKeyword",t.TSLiteralType="TSLiteralType",t.TSMappedType="TSMappedType",t.TSMethodSignature="TSMethodSignature",t.TSModuleBlock="TSModuleBlock",t.TSModuleDeclaration="TSModuleDeclaration",t.TSNamedTupleMember="TSNamedTupleMember",t.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",t.TSNeverKeyword="TSNeverKeyword",t.TSNonNullExpression="TSNonNullExpression",t.TSNullKeyword="TSNullKeyword",t.TSNumberKeyword="TSNumberKeyword",t.TSObjectKeyword="TSObjectKeyword",t.TSOptionalType="TSOptionalType",t.TSParameterProperty="TSParameterProperty",t.TSPrivateKeyword="TSPrivateKeyword",t.TSPropertySignature="TSPropertySignature",t.TSProtectedKeyword="TSProtectedKeyword",t.TSPublicKeyword="TSPublicKeyword",t.TSQualifiedName="TSQualifiedName",t.TSReadonlyKeyword="TSReadonlyKeyword",t.TSRestType="TSRestType",t.TSSatisfiesExpression="TSSatisfiesExpression",t.TSStaticKeyword="TSStaticKeyword",t.TSStringKeyword="TSStringKeyword",t.TSSymbolKeyword="TSSymbolKeyword",t.TSTemplateLiteralType="TSTemplateLiteralType",t.TSThisType="TSThisType",t.TSTupleType="TSTupleType",t.TSTypeAliasDeclaration="TSTypeAliasDeclaration",t.TSTypeAnnotation="TSTypeAnnotation",t.TSTypeAssertion="TSTypeAssertion",t.TSTypeLiteral="TSTypeLiteral",t.TSTypeOperator="TSTypeOperator",t.TSTypeParameter="TSTypeParameter",t.TSTypeParameterDeclaration="TSTypeParameterDeclaration",t.TSTypeParameterInstantiation="TSTypeParameterInstantiation",t.TSTypePredicate="TSTypePredicate",t.TSTypeQuery="TSTypeQuery",t.TSTypeReference="TSTypeReference",t.TSUndefinedKeyword="TSUndefinedKeyword",t.TSUnionType="TSUnionType",t.TSUnknownKeyword="TSUnknownKeyword",t.TSVoidKeyword="TSVoidKeyword"})(za||(Je.AST_NODE_TYPES=za={}));var qa;(function(t){t.Boolean="Boolean",t.Identifier="Identifier",t.JSXIdentifier="JSXIdentifier",t.JSXText="JSXText",t.Keyword="Keyword",t.Null="Null",t.Numeric="Numeric",t.Punctuator="Punctuator",t.RegularExpression="RegularExpression",t.String="String",t.Template="Template",t.Block="Block",t.Line="Line"})(qa||(Je.AST_TOKEN_TYPES=qa={}));var Ja={};Object.defineProperty(Ja,"__esModule",{value:!0});var Qa={};Object.defineProperty(Qa,"__esModule",{value:!0});var An={},kT=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),NT=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),BT=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&kT(e,t,n);return NT(e,t),e};Object.defineProperty(An,"__esModule",{value:!0}),An.TSESTree=void 0,An.TSESTree=BT(Je),function(t){var e=Y&&Y.__createBinding||(Object.create?function(s,a,c,u){u===void 0&&(u=c);var p=Object.getOwnPropertyDescriptor(a,c);(!p||("get"in p?!a.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:l(function(){return a[c]},"get")}),Object.defineProperty(s,u,p)}:function(s,a,c,u){u===void 0&&(u=c),s[u]=a[c]}),n=Y&&Y.__exportStar||function(s,a){for(var c in s)c!=="default"&&!Object.prototype.hasOwnProperty.call(a,c)&&e(a,s,c)};Object.defineProperty(t,"__esModule",{value:!0}),t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var i=Je;Object.defineProperty(t,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return i.AST_NODE_TYPES},"get")}),Object.defineProperty(t,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return i.AST_TOKEN_TYPES},"get")}),n(Ja,t),n(Qa,t),n(An,t)}(Ve),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.TSESTree=t.AST_TOKEN_TYPES=t.AST_NODE_TYPES=void 0;var e=Ve;Object.defineProperty(t,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return e.AST_NODE_TYPES},"get")}),Object.defineProperty(t,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return e.AST_TOKEN_TYPES},"get")}),Object.defineProperty(t,"TSESTree",{enumerable:!0,get:l(function(){return e.TSESTree},"get")})}(Cs),Object.defineProperty(D,"__esModule",{value:!0}),D.isVariableDeclarator=D.isTypeKeyword=D.isTypeAssertion=D.isTSFunctionType=D.isTSConstructorType=D.isOptionalChainPunctuator=D.isOptionalCallExpression=D.isNotOptionalChainPunctuator=D.isNotNonNullAssertionPunctuator=D.isNonNullAssertionPunctuator=D.isLoop=D.isLogicalOrOperator=D.isImportKeyword=D.isIdentifier=D.isFunctionType=D.isFunctionOrFunctionType=D.isFunction=D.isConstructor=D.isClassOrTypeElement=D.isAwaitKeyword=D.isAwaitExpression=void 0,D.isSetter=iP;const F=Cs,z=As,jT=(0,z.isTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Punctuator,{value:"?."});D.isOptionalChainPunctuator=jT;const GT=(0,z.isNotTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Punctuator,{value:"?."});D.isNotOptionalChainPunctuator=GT;const WT=(0,z.isTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Punctuator,{value:"!"});D.isNonNullAssertionPunctuator=WT;const HT=(0,z.isNotTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Punctuator,{value:"!"});D.isNotNonNullAssertionPunctuator=HT;const KT=(0,z.isNodeOfTypeWithConditions)(F.AST_NODE_TYPES.CallExpression,{optional:!0});D.isOptionalCallExpression=KT;const XT=(0,z.isNodeOfTypeWithConditions)(F.AST_NODE_TYPES.LogicalExpression,{operator:"||"});D.isLogicalOrOperator=XT;const zT=(0,z.isNodeOfTypes)([F.AST_NODE_TYPES.TSAsExpression,F.AST_NODE_TYPES.TSTypeAssertion]);D.isTypeAssertion=zT;const qT=(0,z.isNodeOfType)(F.AST_NODE_TYPES.VariableDeclarator);D.isVariableDeclarator=qT;const Za=[F.AST_NODE_TYPES.ArrowFunctionExpression,F.AST_NODE_TYPES.FunctionDeclaration,F.AST_NODE_TYPES.FunctionExpression],JT=(0,z.isNodeOfTypes)(Za);D.isFunction=JT;const el=[F.AST_NODE_TYPES.TSCallSignatureDeclaration,F.AST_NODE_TYPES.TSConstructorType,F.AST_NODE_TYPES.TSConstructSignatureDeclaration,F.AST_NODE_TYPES.TSDeclareFunction,F.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,F.AST_NODE_TYPES.TSFunctionType,F.AST_NODE_TYPES.TSMethodSignature],QT=(0,z.isNodeOfTypes)(el);D.isFunctionType=QT;const ZT=(0,z.isNodeOfTypes)([...Za,...el]);D.isFunctionOrFunctionType=ZT;const eP=(0,z.isNodeOfType)(F.AST_NODE_TYPES.TSFunctionType);D.isTSFunctionType=eP;const tP=(0,z.isNodeOfType)(F.AST_NODE_TYPES.TSConstructorType);D.isTSConstructorType=tP;const rP=(0,z.isNodeOfTypes)([F.AST_NODE_TYPES.PropertyDefinition,F.AST_NODE_TYPES.FunctionExpression,F.AST_NODE_TYPES.MethodDefinition,F.AST_NODE_TYPES.TSAbstractPropertyDefinition,F.AST_NODE_TYPES.TSAbstractMethodDefinition,F.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,F.AST_NODE_TYPES.TSIndexSignature,F.AST_NODE_TYPES.TSCallSignatureDeclaration,F.AST_NODE_TYPES.TSConstructSignatureDeclaration,F.AST_NODE_TYPES.TSMethodSignature,F.AST_NODE_TYPES.TSPropertySignature]);D.isClassOrTypeElement=rP;const nP=(0,z.isNodeOfTypeWithConditions)(F.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});D.isConstructor=nP;function iP(t){return!!t&&(t.type===F.AST_NODE_TYPES.MethodDefinition||t.type===F.AST_NODE_TYPES.Property)&&t.kind==="set"}l(iP,"isSetter");const sP=(0,z.isNodeOfType)(F.AST_NODE_TYPES.Identifier);D.isIdentifier=sP;const oP=(0,z.isNodeOfType)(F.AST_NODE_TYPES.AwaitExpression);D.isAwaitExpression=oP;const aP=(0,z.isTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Identifier,{value:"await"});D.isAwaitKeyword=aP;const lP=(0,z.isTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Identifier,{value:"type"});D.isTypeKeyword=lP;const cP=(0,z.isTokenOfTypeWithConditions)(F.AST_TOKEN_TYPES.Keyword,{value:"import"});D.isImportKeyword=cP;const uP=(0,z.isNodeOfTypes)([F.AST_NODE_TYPES.DoWhileStatement,F.AST_NODE_TYPES.ForStatement,F.AST_NODE_TYPES.ForInStatement,F.AST_NODE_TYPES.ForOfStatement,F.AST_NODE_TYPES.WhileStatement]);D.isLoop=uP,function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(Ka,t),n(As,t),n(tr,t),n(D,t)}(Ha);var tl={},Cn={},rr={};Object.defineProperty(rr,"__esModule",{value:!0}),rr.deepMerge=rl,rr.isObjectNotArray=Vs;function Vs(t){return typeof t=="object"&&t!=null&&!Array.isArray(t)}l(Vs,"isObjectNotArray");function rl(t={},e={}){const n=new Set([...Object.keys(t),...Object.keys(e)]);return Object.fromEntries([...n].map(i=>{const s=i in t,a=i in e,c=t[i],u=e[i];let p;return s&&a?Vs(c)&&Vs(u)?p=rl(c,u):p=u:s?p=c:p=u,[i,p]}))}l(rl,"deepMerge"),Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.applyDefault=pP;const Os=rr;function pP(t,e){const n=structuredClone(t);return e==null||n.forEach((i,s)=>{if(e[s]!==void 0){const a=e[s];(0,Os.isObjectNotArray)(a)&&(0,Os.isObjectNotArray)(i)?n[s]=(0,Os.deepMerge)(i,a):n[s]=a}}),n}l(pP,"applyDefault");var Ms={},ws={};Object.defineProperty(ws,"__esModule",{value:!0}),ws.parserSeemsToBeTSESLint=EP;function EP(t){return!!t&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(t)}l(EP,"parserSeemsToBeTSESLint"),Object.defineProperty(Ms,"__esModule",{value:!0}),Ms.getParserServices=PP;const fP=ws,dP="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.",TP='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function PP(t,e=!1){const n=t.parserPath||t.languageOptions.parser?.meta?.name;return(t.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||t.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&nl(n),t.sourceCode.parserServices.program==null&&!e&&nl(n),t.sourceCode.parserServices}l(PP,"getParserServices");function nl(t){const e=[dP,`Parser: ${t||"(unknown)"}`,!(0,fP.parserSeemsToBeTSESLint)(t)&&TP].filter(Boolean);throw new Error(e.join(`
|
|
14
|
-
`))}l(nl,"throwError");var il={};Object.defineProperty(il,"__esModule",{value:!0});var nr={};Object.defineProperty(nr,"__esModule",{value:!0}),nr.NullThrowsReasons=void 0,nr.nullThrows=yP;const mP={MissingParent:"Expected node to have a parent.",MissingToken:l((t,e)=>`Expected to find a ${t} for the ${e}.`,"MissingToken")};nr.NullThrowsReasons=mP;function yP(t,e){if(t==null)throw new Error(`Non-null Assertion Failed: ${e}`);return t}l(yP,"nullThrows");var Us={};Object.defineProperty(Us,"__esModule",{value:!0}),Us.RuleCreator=sl;const hP=Cn;function sl(t){return l(function({meta:n,name:i,...s}){return ol({meta:{...n,docs:{...n.docs,url:t(i)}},...s})},"createNamedRule")}l(sl,"RuleCreator");function ol({create:t,defaultOptions:e,meta:n}){return{create(i){const s=(0,hP.applyDefault)(e,i.options);return t(i,s)},defaultOptions:e,meta:n}}l(ol,"createRule$1"),sl.withoutDocs=l(function(e){return ol(e)},"withoutDocs"),function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(Cn,t),n(rr,t),n(Ms,t),n(il,t),n(nr,t),n(Us,t)}(tl);var al={};Object.defineProperty(al,"__esModule",{value:!0});var ll={},cl={};Object.defineProperty(cl,"__esModule",{value:!0});var ul={};Object.defineProperty(ul,"__esModule",{value:!0});var pl={},ir={};Object.defineProperty(ir,"__esModule",{value:!0}),ir.FlatESLint=void 0;const _P=vo;class bP extends _P.FlatESLint{static{l(this,"FlatESLint")}}ir.FlatESLint=bP;var Vn={};Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.LegacyESLint=void 0;const gP=vo;class SP extends gP.LegacyESLint{static{l(this,"LegacyESLint")}}Vn.LegacyESLint=SP,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.LegacyESLint=t.ESLint=t.FlatESLint=void 0;var e=ir;Object.defineProperty(t,"FlatESLint",{enumerable:!0,get:l(function(){return e.FlatESLint},"get")});var n=ir;Object.defineProperty(t,"ESLint",{enumerable:!0,get:l(function(){return n.FlatESLint},"get")});var i=Vn;Object.defineProperty(t,"LegacyESLint",{enumerable:!0,get:l(function(){return i.LegacyESLint},"get")})}(pl);var On={};Object.defineProperty(On,"__esModule",{value:!0}),On.Linter=void 0;const vP=Qi;class YP extends vP.Linter{static{l(this,"Linter")}}On.Linter=YP;var El={};Object.defineProperty(El,"__esModule",{value:!0});var fl={};Object.defineProperty(fl,"__esModule",{value:!0});var dl={};Object.defineProperty(dl,"__esModule",{value:!0});var Tl={};Object.defineProperty(Tl,"__esModule",{value:!0});var Mn={};Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.RuleTester=void 0;const LP=Qi;class AP extends LP.RuleTester{static{l(this,"RuleTester")}}Mn.RuleTester=AP;var wn={},Pl={},Is={},Rs={},Un={},sr={};const or={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"]},CP=Object.keys(or);for(const t of CP)Object.freeze(or[t]);Object.freeze(or);const VP=new Set(["parent","leadingComments","trailingComments"]);function OP(t){return!VP.has(t)&&t[0]!=="_"}l(OP,"filterKey");function MP(t){return Object.keys(t).filter(OP)}l(MP,"getKeys$1");function wP(t){const e=Object.assign({},or);for(const n of Object.keys(t))if(Object.hasOwn(e,n)){const i=new Set(t[n]);for(const s of e[n])i.add(s);e[n]=Object.freeze(Array.from(i))}else e[n]=Object.freeze(Array.from(t[n]));return Object.freeze(e)}l(wP,"unionWith"),sr.KEYS=or,sr.getKeys=MP,sr.unionWith=wP,Object.defineProperty(Un,"__esModule",{value:!0}),Un.getKeys=void 0;const UP=sr,IP=UP.getKeys;Un.getKeys=IP;var In={},RP=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),xP=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),DP=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&RP(e,t,n);return xP(e,t),e};Object.defineProperty(In,"__esModule",{value:!0}),In.visitorKeys=void 0;const FP=DP(sr),ie=(()=>{const t=["typeParameters","params","returnType"],e=[...t,"body"],n=["decorators","key","typeAnnotation"];return{AbstractPropertyDefinition:["decorators","key","typeAnnotation"],AnonymousFunction:e,AsExpression:["expression","typeAnnotation"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],Function:["id",...e],FunctionType:t,PropertyDefinition:[...n,"value"]}})(),$P={AccessorProperty:ie.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:ie.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:ie.ClassDeclaration,ClassExpression:ie.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:ie.Function,FunctionExpression:ie.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:ie.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:ie.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:ie.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:ie.AsExpression,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:ie.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:ie.FunctionType,TSConstructSignatureDeclaration:ie.FunctionType,TSDeclareFunction:ie.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...ie.FunctionType],TSEnumBody:["members"],TSEnumDeclaration:["id","body"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:ie.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:ie.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:[]},kP=FP.unionWith($P);In.visitorKeys=kP,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.visitorKeys=t.getKeys=void 0;var e=Un;Object.defineProperty(t,"getKeys",{enumerable:!0,get:l(function(){return e.getKeys},"get")});var n=In;Object.defineProperty(t,"visitorKeys",{enumerable:!0,get:l(function(){return n.visitorKeys},"get")})}(Rs);var ml={},Rn={},Qe={};Object.defineProperty(Qe,"__esModule",{value:!0}),Qe.assert=NP;function NP(t,e){if(t==null)throw new Error(e)}l(NP,"assert");var Ge={},xn={},ue={},Ze={};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.createIdGenerator=jP,Ze.resetIds=GP;const Dn=new Map;let BP=0;function jP(){const t=BP+=1;return Dn.set(t,0),()=>{const n=(Dn.get(t)??0)+1;return Dn.set(t,n),n}}l(jP,"createIdGenerator");function GP(){Dn.clear()}l(GP,"resetIds"),Object.defineProperty(ue,"__esModule",{value:!0}),ue.DefinitionBase=void 0;const WP=Ze,HP=(0,WP.createIdGenerator)();class KP{static{l(this,"DefinitionBase")}$id=HP();type;name;node;parent;constructor(e,n,i,s){this.type=e,this.name=n,this.node=i,this.parent=s}}ue.DefinitionBase=KP;var ae={};Object.defineProperty(ae,"__esModule",{value:!0}),ae.DefinitionType=void 0;var yl;(function(t){t.CatchClause="CatchClause",t.ClassName="ClassName",t.FunctionName="FunctionName",t.ImplicitGlobalVariable="ImplicitGlobalVariable",t.ImportBinding="ImportBinding",t.Parameter="Parameter",t.TSEnumName="TSEnumName",t.TSEnumMember="TSEnumMemberName",t.TSModuleName="TSModuleName",t.Type="Type",t.Variable="Variable"})(yl||(ae.DefinitionType=yl={})),Object.defineProperty(xn,"__esModule",{value:!0}),xn.CatchClauseDefinition=void 0;const XP=ue,zP=ae;class qP extends XP.DefinitionBase{static{l(this,"CatchClauseDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(e,n){super(zP.DefinitionType.CatchClause,e,n,null)}}xn.CatchClauseDefinition=qP;var Fn={};Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.ClassNameDefinition=void 0;const JP=ue,QP=ae;class ZP extends JP.DefinitionBase{static{l(this,"ClassNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(e,n){super(QP.DefinitionType.ClassName,e,n,null)}}Fn.ClassNameDefinition=ZP;var hl={};Object.defineProperty(hl,"__esModule",{value:!0});var $n={};Object.defineProperty($n,"__esModule",{value:!0}),$n.FunctionNameDefinition=void 0;const em=ue,tm=ae;class rm extends em.DefinitionBase{static{l(this,"FunctionNameDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(e,n){super(tm.DefinitionType.FunctionName,e,n,null)}}$n.FunctionNameDefinition=rm;var ar={};Object.defineProperty(ar,"__esModule",{value:!0}),ar.ImplicitGlobalVariableDefinition=void 0;const nm=ue,im=ae;class sm extends nm.DefinitionBase{static{l(this,"ImplicitGlobalVariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(e,n){super(im.DefinitionType.ImplicitGlobalVariable,e,n,null)}}ar.ImplicitGlobalVariableDefinition=sm;var kn={};Object.defineProperty(kn,"__esModule",{value:!0}),kn.ImportBindingDefinition=void 0;const om=ue,am=ae;class lm extends om.DefinitionBase{static{l(this,"ImportBindingDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(e,n,i){super(am.DefinitionType.ImportBinding,e,n,i)}}kn.ImportBindingDefinition=lm;var Nn={};Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ParameterDefinition=void 0;const cm=ue,um=ae;class pm extends cm.DefinitionBase{static{l(this,"ParameterDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;rest;constructor(e,n,i){super(um.DefinitionType.Parameter,e,n,null),this.rest=i}}Nn.ParameterDefinition=pm;var Bn={};Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.TSEnumMemberDefinition=void 0;const Em=ue,fm=ae;class dm extends Em.DefinitionBase{static{l(this,"TSEnumMemberDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(e,n){super(fm.DefinitionType.TSEnumMember,e,n,null)}}Bn.TSEnumMemberDefinition=dm;var jn={};Object.defineProperty(jn,"__esModule",{value:!0}),jn.TSEnumNameDefinition=void 0;const Tm=ue,Pm=ae;class mm extends Tm.DefinitionBase{static{l(this,"TSEnumNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(e,n){super(Pm.DefinitionType.TSEnumName,e,n,null)}}jn.TSEnumNameDefinition=mm;var Gn={};Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.TSModuleNameDefinition=void 0;const ym=ue,hm=ae;class _m extends ym.DefinitionBase{static{l(this,"TSModuleNameDefinition")}isTypeDefinition=!0;isVariableDefinition=!0;constructor(e,n){super(hm.DefinitionType.TSModuleName,e,n,null)}}Gn.TSModuleNameDefinition=_m;var Wn={};Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.TypeDefinition=void 0;const bm=ue,gm=ae;class Sm extends bm.DefinitionBase{static{l(this,"TypeDefinition")}isTypeDefinition=!0;isVariableDefinition=!1;constructor(e,n){super(gm.DefinitionType.Type,e,n,null)}}Wn.TypeDefinition=Sm;var Hn={};Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.VariableDefinition=void 0;const vm=ue,Ym=ae;class Lm extends vm.DefinitionBase{static{l(this,"VariableDefinition")}isTypeDefinition=!1;isVariableDefinition=!0;constructor(e,n,i){super(Ym.DefinitionType.Variable,e,n,i)}}Hn.VariableDefinition=Lm,function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(xn,t),n(Fn,t),n(hl,t),n(ae,t),n($n,t),n(ar,t),n(kn,t),n(Nn,t),n(Bn,t),n(jn,t),n(Gn,t),n(Wn,t),n(Hn,t)}(Ge);var Kn={},Pt={},C={};Object.defineProperty(C,"__esModule",{value:!0}),C.TYPE_VALUE=C.VALUE=C.TYPE=void 0,C.TYPE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1}),C.VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!1,isValueVariable:!0}),C.TYPE_VALUE=Object.freeze({eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!0}),Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.decorators=void 0;const be=C;Pt.decorators={ClassAccessorDecoratorContext:be.TYPE,ClassAccessorDecoratorResult:be.TYPE,ClassAccessorDecoratorTarget:be.TYPE,ClassDecoratorContext:be.TYPE,ClassFieldDecoratorContext:be.TYPE,ClassGetterDecoratorContext:be.TYPE,ClassMemberDecoratorContext:be.TYPE,ClassMethodDecoratorContext:be.TYPE,ClassSetterDecoratorContext:be.TYPE,DecoratorContext:be.TYPE,DecoratorMetadata:be.TYPE,DecoratorMetadataObject:be.TYPE};var lr={};Object.defineProperty(lr,"__esModule",{value:!0}),lr.decorators_legacy=void 0;const Xn=C;lr.decorators_legacy={ClassDecorator:Xn.TYPE,MethodDecorator:Xn.TYPE,ParameterDecorator:Xn.TYPE,PropertyDecorator:Xn.TYPE};var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.dom=void 0;const r=C;pe.dom={AbortController:r.TYPE_VALUE,AbortSignal:r.TYPE_VALUE,AbortSignalEventMap:r.TYPE,AbstractRange:r.TYPE_VALUE,AbstractWorker:r.TYPE,AbstractWorkerEventMap:r.TYPE,AddEventListenerOptions:r.TYPE,AesCbcParams:r.TYPE,AesCtrParams:r.TYPE,AesDerivedKeyParams:r.TYPE,AesGcmParams:r.TYPE,AesKeyAlgorithm:r.TYPE,AesKeyGenParams:r.TYPE,Algorithm:r.TYPE,AlgorithmIdentifier:r.TYPE,AlignSetting:r.TYPE,AllowSharedBufferSource:r.TYPE,AlphaOption:r.TYPE,AnalyserNode:r.TYPE_VALUE,AnalyserOptions:r.TYPE,ANGLE_instanced_arrays:r.TYPE,Animatable:r.TYPE,Animation:r.TYPE_VALUE,AnimationEffect:r.TYPE_VALUE,AnimationEvent:r.TYPE_VALUE,AnimationEventInit:r.TYPE,AnimationEventMap:r.TYPE,AnimationFrameProvider:r.TYPE,AnimationPlaybackEvent:r.TYPE_VALUE,AnimationPlaybackEventInit:r.TYPE,AnimationPlayState:r.TYPE,AnimationReplaceState:r.TYPE,AnimationTimeline:r.TYPE_VALUE,AppendMode:r.TYPE,ARIAMixin:r.TYPE,AssignedNodesOptions:r.TYPE,AttestationConveyancePreference:r.TYPE,Attr:r.TYPE_VALUE,AudioBuffer:r.TYPE_VALUE,AudioBufferOptions:r.TYPE,AudioBufferSourceNode:r.TYPE_VALUE,AudioBufferSourceOptions:r.TYPE,AudioConfiguration:r.TYPE,AudioContext:r.TYPE_VALUE,AudioContextLatencyCategory:r.TYPE,AudioContextOptions:r.TYPE,AudioContextState:r.TYPE,AudioDestinationNode:r.TYPE_VALUE,AudioListener:r.TYPE_VALUE,AudioNode:r.TYPE_VALUE,AudioNodeOptions:r.TYPE,AudioParam:r.TYPE_VALUE,AudioParamMap:r.TYPE_VALUE,AudioProcessingEvent:r.TYPE_VALUE,AudioProcessingEventInit:r.TYPE,AudioScheduledSourceNode:r.TYPE_VALUE,AudioScheduledSourceNodeEventMap:r.TYPE,AudioTimestamp:r.TYPE,AudioWorklet:r.TYPE_VALUE,AudioWorkletNode:r.TYPE_VALUE,AudioWorkletNodeEventMap:r.TYPE,AudioWorkletNodeOptions:r.TYPE,AuthenticationExtensionsClientInputs:r.TYPE,AuthenticationExtensionsClientOutputs:r.TYPE,AuthenticatorAssertionResponse:r.TYPE_VALUE,AuthenticatorAttachment:r.TYPE,AuthenticatorAttestationResponse:r.TYPE_VALUE,AuthenticatorResponse:r.TYPE_VALUE,AuthenticatorSelectionCriteria:r.TYPE,AuthenticatorTransport:r.TYPE,AutoFill:r.TYPE,AutoFillAddressKind:r.TYPE,AutoFillBase:r.TYPE,AutoFillContactField:r.TYPE,AutoFillContactKind:r.TYPE,AutoFillCredentialField:r.TYPE,AutoFillField:r.TYPE,AutoFillNormalField:r.TYPE,AutoFillSection:r.TYPE,AutoKeyword:r.TYPE,AutomationRate:r.TYPE,AvcBitstreamFormat:r.TYPE,AvcEncoderConfig:r.TYPE,BarProp:r.TYPE_VALUE,BaseAudioContext:r.TYPE_VALUE,BaseAudioContextEventMap:r.TYPE,BeforeUnloadEvent:r.TYPE_VALUE,BigInteger:r.TYPE,BinaryData:r.TYPE,BinaryType:r.TYPE,BiquadFilterNode:r.TYPE_VALUE,BiquadFilterOptions:r.TYPE,BiquadFilterType:r.TYPE,Blob:r.TYPE_VALUE,BlobCallback:r.TYPE,BlobEvent:r.TYPE_VALUE,BlobEventInit:r.TYPE,BlobPart:r.TYPE,BlobPropertyBag:r.TYPE,Body:r.TYPE,BodyInit:r.TYPE,BroadcastChannel:r.TYPE_VALUE,BroadcastChannelEventMap:r.TYPE,BufferSource:r.TYPE,ByteLengthQueuingStrategy:r.TYPE_VALUE,Cache:r.TYPE_VALUE,CacheQueryOptions:r.TYPE,CacheStorage:r.TYPE_VALUE,CanPlayTypeResult:r.TYPE,CanvasCaptureMediaStreamTrack:r.TYPE_VALUE,CanvasCompositing:r.TYPE,CanvasDirection:r.TYPE,CanvasDrawImage:r.TYPE,CanvasDrawPath:r.TYPE,CanvasFillRule:r.TYPE,CanvasFillStrokeStyles:r.TYPE,CanvasFilters:r.TYPE,CanvasFontKerning:r.TYPE,CanvasFontStretch:r.TYPE,CanvasFontVariantCaps:r.TYPE,CanvasGradient:r.TYPE_VALUE,CanvasImageData:r.TYPE,CanvasImageSmoothing:r.TYPE,CanvasImageSource:r.TYPE,CanvasLineCap:r.TYPE,CanvasLineJoin:r.TYPE,CanvasPath:r.TYPE,CanvasPathDrawingStyles:r.TYPE,CanvasPattern:r.TYPE_VALUE,CanvasRect:r.TYPE,CanvasRenderingContext2D:r.TYPE_VALUE,CanvasRenderingContext2DSettings:r.TYPE,CanvasShadowStyles:r.TYPE,CanvasState:r.TYPE,CanvasText:r.TYPE,CanvasTextAlign:r.TYPE,CanvasTextBaseline:r.TYPE,CanvasTextDrawingStyles:r.TYPE,CanvasTextRendering:r.TYPE,CanvasTransform:r.TYPE,CanvasUserInterface:r.TYPE,CDATASection:r.TYPE_VALUE,ChannelCountMode:r.TYPE,ChannelInterpretation:r.TYPE,ChannelMergerNode:r.TYPE_VALUE,ChannelMergerOptions:r.TYPE,ChannelSplitterNode:r.TYPE_VALUE,ChannelSplitterOptions:r.TYPE,CharacterData:r.TYPE_VALUE,CheckVisibilityOptions:r.TYPE,ChildNode:r.TYPE,ClientQueryOptions:r.TYPE,ClientRect:r.TYPE,ClientTypes:r.TYPE,Clipboard:r.TYPE_VALUE,ClipboardEvent:r.TYPE_VALUE,ClipboardEventInit:r.TYPE,ClipboardItem:r.TYPE_VALUE,ClipboardItemData:r.TYPE,ClipboardItemOptions:r.TYPE,ClipboardItems:r.TYPE,CloseEvent:r.TYPE_VALUE,CloseEventInit:r.TYPE,CodecState:r.TYPE,ColorGamut:r.TYPE,ColorSpaceConversion:r.TYPE,Comment:r.TYPE_VALUE,CompositeOperation:r.TYPE,CompositeOperationOrAuto:r.TYPE,CompositionEvent:r.TYPE_VALUE,CompositionEventInit:r.TYPE,CompressionFormat:r.TYPE,CompressionStream:r.TYPE_VALUE,ComputedEffectTiming:r.TYPE,ComputedKeyframe:r.TYPE,Console:r.TYPE,ConstantSourceNode:r.TYPE_VALUE,ConstantSourceOptions:r.TYPE,ConstrainBoolean:r.TYPE,ConstrainBooleanParameters:r.TYPE,ConstrainDOMString:r.TYPE,ConstrainDOMStringParameters:r.TYPE,ConstrainDouble:r.TYPE,ConstrainDoubleRange:r.TYPE,ConstrainULong:r.TYPE,ConstrainULongRange:r.TYPE,ContentVisibilityAutoStateChangeEvent:r.TYPE_VALUE,ContentVisibilityAutoStateChangeEventInit:r.TYPE,ConvolverNode:r.TYPE_VALUE,ConvolverOptions:r.TYPE,COSEAlgorithmIdentifier:r.TYPE,CountQueuingStrategy:r.TYPE_VALUE,Credential:r.TYPE_VALUE,CredentialCreationOptions:r.TYPE,CredentialMediationRequirement:r.TYPE,CredentialPropertiesOutput:r.TYPE,CredentialRequestOptions:r.TYPE,CredentialsContainer:r.TYPE_VALUE,Crypto:r.TYPE_VALUE,CryptoKey:r.TYPE_VALUE,CryptoKeyPair:r.TYPE,CSS:r.TYPE_VALUE,CSSAnimation:r.TYPE_VALUE,CSSConditionRule:r.TYPE_VALUE,CSSContainerRule:r.TYPE_VALUE,CSSCounterStyleRule:r.TYPE_VALUE,CSSFontFaceRule:r.TYPE_VALUE,CSSFontFeatureValuesRule:r.TYPE_VALUE,CSSFontPaletteValuesRule:r.TYPE_VALUE,CSSGroupingRule:r.TYPE_VALUE,CSSImageValue:r.TYPE_VALUE,CSSImportRule:r.TYPE_VALUE,CSSKeyframeRule:r.TYPE_VALUE,CSSKeyframesRule:r.TYPE_VALUE,CSSKeywordish:r.TYPE,CSSKeywordValue:r.TYPE_VALUE,CSSLayerBlockRule:r.TYPE_VALUE,CSSLayerStatementRule:r.TYPE_VALUE,CSSMathClamp:r.TYPE_VALUE,CSSMathInvert:r.TYPE_VALUE,CSSMathMax:r.TYPE_VALUE,CSSMathMin:r.TYPE_VALUE,CSSMathNegate:r.TYPE_VALUE,CSSMathOperator:r.TYPE,CSSMathProduct:r.TYPE_VALUE,CSSMathSum:r.TYPE_VALUE,CSSMathValue:r.TYPE_VALUE,CSSMatrixComponent:r.TYPE_VALUE,CSSMatrixComponentOptions:r.TYPE,CSSMediaRule:r.TYPE_VALUE,CSSNamespaceRule:r.TYPE_VALUE,CSSNumberish:r.TYPE,CSSNumericArray:r.TYPE_VALUE,CSSNumericBaseType:r.TYPE,CSSNumericType:r.TYPE,CSSNumericValue:r.TYPE_VALUE,CSSPageRule:r.TYPE_VALUE,CSSPerspective:r.TYPE_VALUE,CSSPerspectiveValue:r.TYPE,CSSPropertyRule:r.TYPE_VALUE,CSSRotate:r.TYPE_VALUE,CSSRule:r.TYPE_VALUE,CSSRuleList:r.TYPE_VALUE,CSSScale:r.TYPE_VALUE,CSSScopeRule:r.TYPE_VALUE,CSSSkew:r.TYPE_VALUE,CSSSkewX:r.TYPE_VALUE,CSSSkewY:r.TYPE_VALUE,CSSStartingStyleRule:r.TYPE_VALUE,CSSStyleDeclaration:r.TYPE_VALUE,CSSStyleRule:r.TYPE_VALUE,CSSStyleSheet:r.TYPE_VALUE,CSSStyleSheetInit:r.TYPE,CSSStyleValue:r.TYPE_VALUE,CSSSupportsRule:r.TYPE_VALUE,CSSTransformComponent:r.TYPE_VALUE,CSSTransformValue:r.TYPE_VALUE,CSSTransition:r.TYPE_VALUE,CSSTranslate:r.TYPE_VALUE,CSSUnitValue:r.TYPE_VALUE,CSSUnparsedSegment:r.TYPE,CSSUnparsedValue:r.TYPE_VALUE,CSSVariableReferenceValue:r.TYPE_VALUE,CustomElementConstructor:r.TYPE,CustomElementRegistry:r.TYPE_VALUE,CustomEvent:r.TYPE_VALUE,CustomEventInit:r.TYPE,CustomStateSet:r.TYPE_VALUE,DataTransfer:r.TYPE_VALUE,DataTransferItem:r.TYPE_VALUE,DataTransferItemList:r.TYPE_VALUE,DecodeErrorCallback:r.TYPE,DecodeSuccessCallback:r.TYPE,DecompressionStream:r.TYPE_VALUE,DelayNode:r.TYPE_VALUE,DelayOptions:r.TYPE,DeviceMotionEvent:r.TYPE_VALUE,DeviceMotionEventAcceleration:r.TYPE,DeviceMotionEventAccelerationInit:r.TYPE,DeviceMotionEventInit:r.TYPE,DeviceMotionEventRotationRate:r.TYPE,DeviceMotionEventRotationRateInit:r.TYPE,DeviceOrientationEvent:r.TYPE_VALUE,DeviceOrientationEventInit:r.TYPE,DirectionSetting:r.TYPE,DisplayCaptureSurfaceType:r.TYPE,DisplayMediaStreamOptions:r.TYPE,DistanceModelType:r.TYPE,Document:r.TYPE_VALUE,DocumentEventMap:r.TYPE,DocumentFragment:r.TYPE_VALUE,DocumentOrShadowRoot:r.TYPE,DocumentReadyState:r.TYPE,DocumentTimeline:r.TYPE_VALUE,DocumentTimelineOptions:r.TYPE,DocumentType:r.TYPE_VALUE,DocumentVisibilityState:r.TYPE,DOMException:r.TYPE_VALUE,DOMHighResTimeStamp:r.TYPE,DOMImplementation:r.TYPE_VALUE,DOMMatrix:r.TYPE_VALUE,DOMMatrix2DInit:r.TYPE,DOMMatrixInit:r.TYPE,DOMMatrixReadOnly:r.TYPE_VALUE,DOMParser:r.TYPE_VALUE,DOMParserSupportedType:r.TYPE,DOMPoint:r.TYPE_VALUE,DOMPointInit:r.TYPE,DOMPointReadOnly:r.TYPE_VALUE,DOMQuad:r.TYPE_VALUE,DOMQuadInit:r.TYPE,DOMRect:r.TYPE_VALUE,DOMRectInit:r.TYPE,DOMRectList:r.TYPE_VALUE,DOMRectReadOnly:r.TYPE_VALUE,DOMStringList:r.TYPE_VALUE,DOMStringMap:r.TYPE_VALUE,DOMTokenList:r.TYPE_VALUE,DoubleRange:r.TYPE,DragEvent:r.TYPE_VALUE,DragEventInit:r.TYPE,DynamicsCompressorNode:r.TYPE_VALUE,DynamicsCompressorOptions:r.TYPE,EcdhKeyDeriveParams:r.TYPE,EcdsaParams:r.TYPE,EcKeyAlgorithm:r.TYPE,EcKeyGenParams:r.TYPE,EcKeyImportParams:r.TYPE,EffectTiming:r.TYPE,Element:r.TYPE_VALUE,ElementContentEditable:r.TYPE,ElementCreationOptions:r.TYPE,ElementCSSInlineStyle:r.TYPE,ElementDefinitionOptions:r.TYPE,ElementEventMap:r.TYPE,ElementInternals:r.TYPE_VALUE,ElementTagNameMap:r.TYPE,EncodedVideoChunk:r.TYPE_VALUE,EncodedVideoChunkInit:r.TYPE,EncodedVideoChunkMetadata:r.TYPE,EncodedVideoChunkOutputCallback:r.TYPE,EncodedVideoChunkType:r.TYPE,EndingType:r.TYPE,EndOfStreamError:r.TYPE,EpochTimeStamp:r.TYPE,ErrorCallback:r.TYPE,ErrorEvent:r.TYPE_VALUE,ErrorEventInit:r.TYPE,Event:r.TYPE_VALUE,EventCounts:r.TYPE_VALUE,EventInit:r.TYPE,EventListener:r.TYPE,EventListenerObject:r.TYPE,EventListenerOptions:r.TYPE,EventListenerOrEventListenerObject:r.TYPE,EventModifierInit:r.TYPE,EventSource:r.TYPE_VALUE,EventSourceEventMap:r.TYPE,EventSourceInit:r.TYPE,EventTarget:r.TYPE_VALUE,EXT_blend_minmax:r.TYPE,EXT_color_buffer_float:r.TYPE,EXT_color_buffer_half_float:r.TYPE,EXT_float_blend:r.TYPE,EXT_frag_depth:r.TYPE,EXT_shader_texture_lod:r.TYPE,EXT_sRGB:r.TYPE,EXT_texture_compression_bptc:r.TYPE,EXT_texture_compression_rgtc:r.TYPE,EXT_texture_filter_anisotropic:r.TYPE,EXT_texture_norm16:r.TYPE,External:r.TYPE_VALUE,File:r.TYPE_VALUE,FileCallback:r.TYPE,FileList:r.TYPE_VALUE,FilePropertyBag:r.TYPE,FileReader:r.TYPE_VALUE,FileReaderEventMap:r.TYPE,FileSystem:r.TYPE_VALUE,FileSystemCreateWritableOptions:r.TYPE,FileSystemDirectoryEntry:r.TYPE_VALUE,FileSystemDirectoryHandle:r.TYPE_VALUE,FileSystemDirectoryReader:r.TYPE_VALUE,FileSystemEntriesCallback:r.TYPE,FileSystemEntry:r.TYPE_VALUE,FileSystemEntryCallback:r.TYPE,FileSystemFileEntry:r.TYPE_VALUE,FileSystemFileHandle:r.TYPE_VALUE,FileSystemFlags:r.TYPE,FileSystemGetDirectoryOptions:r.TYPE,FileSystemGetFileOptions:r.TYPE,FileSystemHandle:r.TYPE_VALUE,FileSystemHandleKind:r.TYPE,FileSystemRemoveOptions:r.TYPE,FileSystemWritableFileStream:r.TYPE_VALUE,FileSystemWriteChunkType:r.TYPE,FillMode:r.TYPE,Float32List:r.TYPE,FocusEvent:r.TYPE_VALUE,FocusEventInit:r.TYPE,FocusOptions:r.TYPE,FontDisplay:r.TYPE,FontFace:r.TYPE_VALUE,FontFaceDescriptors:r.TYPE,FontFaceLoadStatus:r.TYPE,FontFaceSet:r.TYPE_VALUE,FontFaceSetEventMap:r.TYPE,FontFaceSetLoadEvent:r.TYPE_VALUE,FontFaceSetLoadEventInit:r.TYPE,FontFaceSetLoadStatus:r.TYPE,FontFaceSource:r.TYPE,FormData:r.TYPE_VALUE,FormDataEntryValue:r.TYPE,FormDataEvent:r.TYPE_VALUE,FormDataEventInit:r.TYPE,FrameRequestCallback:r.TYPE,FullscreenNavigationUI:r.TYPE,FullscreenOptions:r.TYPE,FunctionStringCallback:r.TYPE,GainNode:r.TYPE_VALUE,GainOptions:r.TYPE,Gamepad:r.TYPE_VALUE,GamepadButton:r.TYPE_VALUE,GamepadEffectParameters:r.TYPE,GamepadEvent:r.TYPE_VALUE,GamepadEventInit:r.TYPE,GamepadHapticActuator:r.TYPE_VALUE,GamepadHapticEffectType:r.TYPE,GamepadHapticsResult:r.TYPE,GamepadMappingType:r.TYPE,GenericTransformStream:r.TYPE,Geolocation:r.TYPE_VALUE,GeolocationCoordinates:r.TYPE_VALUE,GeolocationPosition:r.TYPE_VALUE,GeolocationPositionError:r.TYPE_VALUE,GetAnimationsOptions:r.TYPE,GetHTMLOptions:r.TYPE,GetNotificationOptions:r.TYPE,GetRootNodeOptions:r.TYPE,GLbitfield:r.TYPE,GLboolean:r.TYPE,GLclampf:r.TYPE,GLenum:r.TYPE,GLfloat:r.TYPE,GLint:r.TYPE,GLint64:r.TYPE,GLintptr:r.TYPE,GlobalCompositeOperation:r.TYPE,GlobalEventHandlers:r.TYPE,GlobalEventHandlersEventMap:r.TYPE,GLsizei:r.TYPE,GLsizeiptr:r.TYPE,GLuint:r.TYPE,GLuint64:r.TYPE,HardwareAcceleration:r.TYPE,HashAlgorithmIdentifier:r.TYPE,HashChangeEvent:r.TYPE_VALUE,HashChangeEventInit:r.TYPE,HdrMetadataType:r.TYPE,Headers:r.TYPE_VALUE,HeadersInit:r.TYPE,Highlight:r.TYPE_VALUE,HighlightRegistry:r.TYPE_VALUE,HighlightType:r.TYPE,History:r.TYPE_VALUE,HkdfParams:r.TYPE,HmacImportParams:r.TYPE,HmacKeyAlgorithm:r.TYPE,HmacKeyGenParams:r.TYPE,HTMLAllCollection:r.TYPE_VALUE,HTMLAnchorElement:r.TYPE_VALUE,HTMLAreaElement:r.TYPE_VALUE,HTMLAudioElement:r.TYPE_VALUE,HTMLBaseElement:r.TYPE_VALUE,HTMLBodyElement:r.TYPE_VALUE,HTMLBodyElementEventMap:r.TYPE,HTMLBRElement:r.TYPE_VALUE,HTMLButtonElement:r.TYPE_VALUE,HTMLCanvasElement:r.TYPE_VALUE,HTMLCollection:r.TYPE_VALUE,HTMLCollectionBase:r.TYPE,HTMLCollectionOf:r.TYPE,HTMLDataElement:r.TYPE_VALUE,HTMLDataListElement:r.TYPE_VALUE,HTMLDetailsElement:r.TYPE_VALUE,HTMLDialogElement:r.TYPE_VALUE,HTMLDirectoryElement:r.TYPE_VALUE,HTMLDivElement:r.TYPE_VALUE,HTMLDListElement:r.TYPE_VALUE,HTMLDocument:r.TYPE_VALUE,HTMLElement:r.TYPE_VALUE,HTMLElementDeprecatedTagNameMap:r.TYPE,HTMLElementEventMap:r.TYPE,HTMLElementTagNameMap:r.TYPE,HTMLEmbedElement:r.TYPE_VALUE,HTMLFieldSetElement:r.TYPE_VALUE,HTMLFontElement:r.TYPE_VALUE,HTMLFormControlsCollection:r.TYPE_VALUE,HTMLFormElement:r.TYPE_VALUE,HTMLFrameElement:r.TYPE_VALUE,HTMLFrameSetElement:r.TYPE_VALUE,HTMLFrameSetElementEventMap:r.TYPE,HTMLHeadElement:r.TYPE_VALUE,HTMLHeadingElement:r.TYPE_VALUE,HTMLHRElement:r.TYPE_VALUE,HTMLHtmlElement:r.TYPE_VALUE,HTMLHyperlinkElementUtils:r.TYPE,HTMLIFrameElement:r.TYPE_VALUE,HTMLImageElement:r.TYPE_VALUE,HTMLInputElement:r.TYPE_VALUE,HTMLLabelElement:r.TYPE_VALUE,HTMLLegendElement:r.TYPE_VALUE,HTMLLIElement:r.TYPE_VALUE,HTMLLinkElement:r.TYPE_VALUE,HTMLMapElement:r.TYPE_VALUE,HTMLMarqueeElement:r.TYPE_VALUE,HTMLMediaElement:r.TYPE_VALUE,HTMLMediaElementEventMap:r.TYPE,HTMLMenuElement:r.TYPE_VALUE,HTMLMetaElement:r.TYPE_VALUE,HTMLMeterElement:r.TYPE_VALUE,HTMLModElement:r.TYPE_VALUE,HTMLObjectElement:r.TYPE_VALUE,HTMLOListElement:r.TYPE_VALUE,HTMLOptGroupElement:r.TYPE_VALUE,HTMLOptionElement:r.TYPE_VALUE,HTMLOptionsCollection:r.TYPE_VALUE,HTMLOrSVGElement:r.TYPE,HTMLOrSVGImageElement:r.TYPE,HTMLOrSVGScriptElement:r.TYPE,HTMLOutputElement:r.TYPE_VALUE,HTMLParagraphElement:r.TYPE_VALUE,HTMLParamElement:r.TYPE_VALUE,HTMLPictureElement:r.TYPE_VALUE,HTMLPreElement:r.TYPE_VALUE,HTMLProgressElement:r.TYPE_VALUE,HTMLQuoteElement:r.TYPE_VALUE,HTMLScriptElement:r.TYPE_VALUE,HTMLSelectElement:r.TYPE_VALUE,HTMLSlotElement:r.TYPE_VALUE,HTMLSourceElement:r.TYPE_VALUE,HTMLSpanElement:r.TYPE_VALUE,HTMLStyleElement:r.TYPE_VALUE,HTMLTableCaptionElement:r.TYPE_VALUE,HTMLTableCellElement:r.TYPE_VALUE,HTMLTableColElement:r.TYPE_VALUE,HTMLTableDataCellElement:r.TYPE,HTMLTableElement:r.TYPE_VALUE,HTMLTableHeaderCellElement:r.TYPE,HTMLTableRowElement:r.TYPE_VALUE,HTMLTableSectionElement:r.TYPE_VALUE,HTMLTemplateElement:r.TYPE_VALUE,HTMLTextAreaElement:r.TYPE_VALUE,HTMLTimeElement:r.TYPE_VALUE,HTMLTitleElement:r.TYPE_VALUE,HTMLTrackElement:r.TYPE_VALUE,HTMLUListElement:r.TYPE_VALUE,HTMLUnknownElement:r.TYPE_VALUE,HTMLVideoElement:r.TYPE_VALUE,HTMLVideoElementEventMap:r.TYPE,IDBCursor:r.TYPE_VALUE,IDBCursorDirection:r.TYPE,IDBCursorWithValue:r.TYPE_VALUE,IDBDatabase:r.TYPE_VALUE,IDBDatabaseEventMap:r.TYPE,IDBDatabaseInfo:r.TYPE,IDBFactory:r.TYPE_VALUE,IDBIndex:r.TYPE_VALUE,IDBIndexParameters:r.TYPE,IDBKeyRange:r.TYPE_VALUE,IDBObjectStore:r.TYPE_VALUE,IDBObjectStoreParameters:r.TYPE,IDBOpenDBRequest:r.TYPE_VALUE,IDBOpenDBRequestEventMap:r.TYPE,IDBRequest:r.TYPE_VALUE,IDBRequestEventMap:r.TYPE,IDBRequestReadyState:r.TYPE,IDBTransaction:r.TYPE_VALUE,IDBTransactionDurability:r.TYPE,IDBTransactionEventMap:r.TYPE,IDBTransactionMode:r.TYPE,IDBTransactionOptions:r.TYPE,IDBValidKey:r.TYPE,IDBVersionChangeEvent:r.TYPE_VALUE,IDBVersionChangeEventInit:r.TYPE,IdleDeadline:r.TYPE_VALUE,IdleRequestCallback:r.TYPE,IdleRequestOptions:r.TYPE,IIRFilterNode:r.TYPE_VALUE,IIRFilterOptions:r.TYPE,ImageBitmap:r.TYPE_VALUE,ImageBitmapOptions:r.TYPE,ImageBitmapRenderingContext:r.TYPE_VALUE,ImageBitmapRenderingContextSettings:r.TYPE,ImageBitmapSource:r.TYPE,ImageData:r.TYPE_VALUE,ImageDataSettings:r.TYPE,ImageEncodeOptions:r.TYPE,ImageOrientation:r.TYPE,ImageSmoothingQuality:r.TYPE,ImportMeta:r.TYPE,InputDeviceInfo:r.TYPE_VALUE,InputEvent:r.TYPE_VALUE,InputEventInit:r.TYPE,InsertPosition:r.TYPE,Int32List:r.TYPE,IntersectionObserver:r.TYPE_VALUE,IntersectionObserverCallback:r.TYPE,IntersectionObserverEntry:r.TYPE_VALUE,IntersectionObserverEntryInit:r.TYPE,IntersectionObserverInit:r.TYPE,IterationCompositeOperation:r.TYPE,JsonWebKey:r.TYPE,KeyAlgorithm:r.TYPE,KeyboardEvent:r.TYPE_VALUE,KeyboardEventInit:r.TYPE,KeyFormat:r.TYPE,Keyframe:r.TYPE,KeyframeAnimationOptions:r.TYPE,KeyframeEffect:r.TYPE_VALUE,KeyframeEffectOptions:r.TYPE,KeyType:r.TYPE,KeyUsage:r.TYPE,KHR_parallel_shader_compile:r.TYPE,LargestContentfulPaint:r.TYPE_VALUE,LatencyMode:r.TYPE,LineAlignSetting:r.TYPE,LineAndPositionSetting:r.TYPE,LinkStyle:r.TYPE,Location:r.TYPE_VALUE,Lock:r.TYPE_VALUE,LockGrantedCallback:r.TYPE,LockInfo:r.TYPE,LockManager:r.TYPE_VALUE,LockManagerSnapshot:r.TYPE,LockMode:r.TYPE,LockOptions:r.TYPE,MathMLElement:r.TYPE_VALUE,MathMLElementEventMap:r.TYPE,MathMLElementTagNameMap:r.TYPE,MediaCapabilities:r.TYPE_VALUE,MediaCapabilitiesDecodingInfo:r.TYPE,MediaCapabilitiesEncodingInfo:r.TYPE,MediaCapabilitiesInfo:r.TYPE,MediaConfiguration:r.TYPE,MediaDecodingConfiguration:r.TYPE,MediaDecodingType:r.TYPE,MediaDeviceInfo:r.TYPE_VALUE,MediaDeviceKind:r.TYPE,MediaDevices:r.TYPE_VALUE,MediaDevicesEventMap:r.TYPE,MediaElementAudioSourceNode:r.TYPE_VALUE,MediaElementAudioSourceOptions:r.TYPE,MediaEncodingConfiguration:r.TYPE,MediaEncodingType:r.TYPE,MediaEncryptedEvent:r.TYPE_VALUE,MediaEncryptedEventInit:r.TYPE,MediaError:r.TYPE_VALUE,MediaImage:r.TYPE,MediaKeyMessageEvent:r.TYPE_VALUE,MediaKeyMessageEventInit:r.TYPE,MediaKeyMessageType:r.TYPE,MediaKeys:r.TYPE_VALUE,MediaKeySession:r.TYPE_VALUE,MediaKeySessionClosedReason:r.TYPE,MediaKeySessionEventMap:r.TYPE,MediaKeySessionType:r.TYPE,MediaKeysPolicy:r.TYPE,MediaKeysRequirement:r.TYPE,MediaKeyStatus:r.TYPE,MediaKeyStatusMap:r.TYPE_VALUE,MediaKeySystemAccess:r.TYPE_VALUE,MediaKeySystemConfiguration:r.TYPE,MediaKeySystemMediaCapability:r.TYPE,MediaList:r.TYPE_VALUE,MediaMetadata:r.TYPE_VALUE,MediaMetadataInit:r.TYPE,MediaPositionState:r.TYPE,MediaProvider:r.TYPE,MediaQueryList:r.TYPE_VALUE,MediaQueryListEvent:r.TYPE_VALUE,MediaQueryListEventInit:r.TYPE,MediaQueryListEventMap:r.TYPE,MediaRecorder:r.TYPE_VALUE,MediaRecorderEventMap:r.TYPE,MediaRecorderOptions:r.TYPE,MediaSession:r.TYPE_VALUE,MediaSessionAction:r.TYPE,MediaSessionActionDetails:r.TYPE,MediaSessionActionHandler:r.TYPE,MediaSessionPlaybackState:r.TYPE,MediaSource:r.TYPE_VALUE,MediaSourceEventMap:r.TYPE,MediaSourceHandle:r.TYPE_VALUE,MediaStream:r.TYPE_VALUE,MediaStreamAudioDestinationNode:r.TYPE_VALUE,MediaStreamAudioSourceNode:r.TYPE_VALUE,MediaStreamAudioSourceOptions:r.TYPE,MediaStreamConstraints:r.TYPE,MediaStreamEventMap:r.TYPE,MediaStreamTrack:r.TYPE_VALUE,MediaStreamTrackEvent:r.TYPE_VALUE,MediaStreamTrackEventInit:r.TYPE,MediaStreamTrackEventMap:r.TYPE,MediaStreamTrackState:r.TYPE,MediaTrackCapabilities:r.TYPE,MediaTrackConstraints:r.TYPE,MediaTrackConstraintSet:r.TYPE,MediaTrackSettings:r.TYPE,MediaTrackSupportedConstraints:r.TYPE,MessageChannel:r.TYPE_VALUE,MessageEvent:r.TYPE_VALUE,MessageEventInit:r.TYPE,MessageEventSource:r.TYPE,MessagePort:r.TYPE_VALUE,MessagePortEventMap:r.TYPE,MIDIAccess:r.TYPE_VALUE,MIDIAccessEventMap:r.TYPE,MIDIConnectionEvent:r.TYPE_VALUE,MIDIConnectionEventInit:r.TYPE,MIDIInput:r.TYPE_VALUE,MIDIInputEventMap:r.TYPE,MIDIInputMap:r.TYPE_VALUE,MIDIMessageEvent:r.TYPE_VALUE,MIDIMessageEventInit:r.TYPE,MIDIOptions:r.TYPE,MIDIOutput:r.TYPE_VALUE,MIDIOutputMap:r.TYPE_VALUE,MIDIPort:r.TYPE_VALUE,MIDIPortConnectionState:r.TYPE,MIDIPortDeviceState:r.TYPE,MIDIPortEventMap:r.TYPE,MIDIPortType:r.TYPE,MimeType:r.TYPE_VALUE,MimeTypeArray:r.TYPE_VALUE,MouseEvent:r.TYPE_VALUE,MouseEventInit:r.TYPE,MultiCacheQueryOptions:r.TYPE,MutationCallback:r.TYPE,MutationEvent:r.TYPE_VALUE,MutationObserver:r.TYPE_VALUE,MutationObserverInit:r.TYPE,MutationRecord:r.TYPE_VALUE,MutationRecordType:r.TYPE,NamedCurve:r.TYPE,NamedNodeMap:r.TYPE_VALUE,NavigationPreloadManager:r.TYPE_VALUE,NavigationPreloadState:r.TYPE,NavigationTimingType:r.TYPE,Navigator:r.TYPE_VALUE,NavigatorAutomationInformation:r.TYPE,NavigatorBadge:r.TYPE,NavigatorConcurrentHardware:r.TYPE,NavigatorContentUtils:r.TYPE,NavigatorCookies:r.TYPE,NavigatorID:r.TYPE,NavigatorLanguage:r.TYPE,NavigatorLocks:r.TYPE,NavigatorOnLine:r.TYPE,NavigatorPlugins:r.TYPE,NavigatorStorage:r.TYPE,Node:r.TYPE_VALUE,NodeFilter:r.TYPE_VALUE,NodeIterator:r.TYPE_VALUE,NodeList:r.TYPE_VALUE,NodeListOf:r.TYPE,NonDocumentTypeChildNode:r.TYPE,NonElementParentNode:r.TYPE,Notification:r.TYPE_VALUE,NotificationDirection:r.TYPE,NotificationEventMap:r.TYPE,NotificationOptions:r.TYPE,NotificationPermission:r.TYPE,NotificationPermissionCallback:r.TYPE,OES_draw_buffers_indexed:r.TYPE,OES_element_index_uint:r.TYPE,OES_fbo_render_mipmap:r.TYPE,OES_standard_derivatives:r.TYPE,OES_texture_float:r.TYPE,OES_texture_float_linear:r.TYPE,OES_texture_half_float:r.TYPE,OES_texture_half_float_linear:r.TYPE,OES_vertex_array_object:r.TYPE,OfflineAudioCompletionEvent:r.TYPE_VALUE,OfflineAudioCompletionEventInit:r.TYPE,OfflineAudioContext:r.TYPE_VALUE,OfflineAudioContextEventMap:r.TYPE,OfflineAudioContextOptions:r.TYPE,OffscreenCanvas:r.TYPE_VALUE,OffscreenCanvasEventMap:r.TYPE,OffscreenCanvasRenderingContext2D:r.TYPE_VALUE,OffscreenRenderingContext:r.TYPE,OffscreenRenderingContextId:r.TYPE,OnBeforeUnloadEventHandler:r.TYPE,OnBeforeUnloadEventHandlerNonNull:r.TYPE,OnErrorEventHandler:r.TYPE,OnErrorEventHandlerNonNull:r.TYPE,OptionalEffectTiming:r.TYPE,OptionalPostfixToken:r.TYPE,OptionalPrefixToken:r.TYPE,OrientationType:r.TYPE,OscillatorNode:r.TYPE_VALUE,OscillatorOptions:r.TYPE,OscillatorType:r.TYPE,OverconstrainedError:r.TYPE_VALUE,OverSampleType:r.TYPE,OVR_multiview2:r.TYPE,PageTransitionEvent:r.TYPE_VALUE,PageTransitionEventInit:r.TYPE,PannerNode:r.TYPE_VALUE,PannerOptions:r.TYPE,PanningModelType:r.TYPE,ParentNode:r.TYPE,Path2D:r.TYPE_VALUE,PaymentComplete:r.TYPE,PaymentCurrencyAmount:r.TYPE,PaymentDetailsBase:r.TYPE,PaymentDetailsInit:r.TYPE,PaymentDetailsModifier:r.TYPE,PaymentDetailsUpdate:r.TYPE,PaymentItem:r.TYPE,PaymentMethodChangeEvent:r.TYPE_VALUE,PaymentMethodChangeEventInit:r.TYPE,PaymentMethodData:r.TYPE,PaymentRequest:r.TYPE_VALUE,PaymentRequestEventMap:r.TYPE,PaymentRequestUpdateEvent:r.TYPE_VALUE,PaymentRequestUpdateEventInit:r.TYPE,PaymentResponse:r.TYPE_VALUE,PaymentValidationErrors:r.TYPE,Pbkdf2Params:r.TYPE,Performance:r.TYPE_VALUE,PerformanceEntry:r.TYPE_VALUE,PerformanceEntryList:r.TYPE,PerformanceEventMap:r.TYPE,PerformanceEventTiming:r.TYPE_VALUE,PerformanceMark:r.TYPE_VALUE,PerformanceMarkOptions:r.TYPE,PerformanceMeasure:r.TYPE_VALUE,PerformanceMeasureOptions:r.TYPE,PerformanceNavigation:r.TYPE_VALUE,PerformanceNavigationTiming:r.TYPE_VALUE,PerformanceObserver:r.TYPE_VALUE,PerformanceObserverCallback:r.TYPE,PerformanceObserverEntryList:r.TYPE_VALUE,PerformanceObserverInit:r.TYPE,PerformancePaintTiming:r.TYPE_VALUE,PerformanceResourceTiming:r.TYPE_VALUE,PerformanceServerTiming:r.TYPE_VALUE,PerformanceTiming:r.TYPE_VALUE,PeriodicWave:r.TYPE_VALUE,PeriodicWaveConstraints:r.TYPE,PeriodicWaveOptions:r.TYPE,PermissionDescriptor:r.TYPE,PermissionName:r.TYPE,Permissions:r.TYPE_VALUE,PermissionState:r.TYPE,PermissionStatus:r.TYPE_VALUE,PermissionStatusEventMap:r.TYPE,PictureInPictureEvent:r.TYPE_VALUE,PictureInPictureEventInit:r.TYPE,PictureInPictureWindow:r.TYPE_VALUE,PictureInPictureWindowEventMap:r.TYPE,PlaneLayout:r.TYPE,PlaybackDirection:r.TYPE,Plugin:r.TYPE_VALUE,PluginArray:r.TYPE_VALUE,PointerEvent:r.TYPE_VALUE,PointerEventInit:r.TYPE,PointerLockOptions:r.TYPE,PopoverInvokerElement:r.TYPE,PopStateEvent:r.TYPE_VALUE,PopStateEventInit:r.TYPE,PositionAlignSetting:r.TYPE,PositionCallback:r.TYPE,PositionErrorCallback:r.TYPE,PositionOptions:r.TYPE,PredefinedColorSpace:r.TYPE,PremultiplyAlpha:r.TYPE,PresentationStyle:r.TYPE,ProcessingInstruction:r.TYPE_VALUE,ProgressEvent:r.TYPE_VALUE,ProgressEventInit:r.TYPE,PromiseRejectionEvent:r.TYPE_VALUE,PromiseRejectionEventInit:r.TYPE,PropertyDefinition:r.TYPE,PropertyIndexedKeyframes:r.TYPE,PublicKeyCredential:r.TYPE_VALUE,PublicKeyCredentialCreationOptions:r.TYPE,PublicKeyCredentialDescriptor:r.TYPE,PublicKeyCredentialEntity:r.TYPE,PublicKeyCredentialParameters:r.TYPE,PublicKeyCredentialRequestOptions:r.TYPE,PublicKeyCredentialRpEntity:r.TYPE,PublicKeyCredentialType:r.TYPE,PublicKeyCredentialUserEntity:r.TYPE,PushEncryptionKeyName:r.TYPE,PushManager:r.TYPE_VALUE,PushSubscription:r.TYPE_VALUE,PushSubscriptionJSON:r.TYPE,PushSubscriptionOptions:r.TYPE_VALUE,PushSubscriptionOptionsInit:r.TYPE,QueuingStrategy:r.TYPE,QueuingStrategyInit:r.TYPE,QueuingStrategySize:r.TYPE,RadioNodeList:r.TYPE_VALUE,Range:r.TYPE_VALUE,ReadableByteStreamController:r.TYPE_VALUE,ReadableStream:r.TYPE_VALUE,ReadableStreamBYOBReader:r.TYPE_VALUE,ReadableStreamBYOBRequest:r.TYPE_VALUE,ReadableStreamController:r.TYPE,ReadableStreamDefaultController:r.TYPE_VALUE,ReadableStreamDefaultReader:r.TYPE_VALUE,ReadableStreamGenericReader:r.TYPE,ReadableStreamGetReaderOptions:r.TYPE,ReadableStreamIteratorOptions:r.TYPE,ReadableStreamReadDoneResult:r.TYPE,ReadableStreamReader:r.TYPE,ReadableStreamReaderMode:r.TYPE,ReadableStreamReadResult:r.TYPE,ReadableStreamReadValueResult:r.TYPE,ReadableStreamType:r.TYPE,ReadableWritablePair:r.TYPE,ReadyState:r.TYPE,RecordingState:r.TYPE,ReferrerPolicy:r.TYPE,RegistrationOptions:r.TYPE,RemotePlayback:r.TYPE_VALUE,RemotePlaybackAvailabilityCallback:r.TYPE,RemotePlaybackEventMap:r.TYPE,RemotePlaybackState:r.TYPE,RenderingContext:r.TYPE,Report:r.TYPE_VALUE,ReportBody:r.TYPE_VALUE,ReportingObserver:r.TYPE_VALUE,ReportingObserverCallback:r.TYPE,ReportingObserverOptions:r.TYPE,ReportList:r.TYPE,Request:r.TYPE_VALUE,RequestCache:r.TYPE,RequestCredentials:r.TYPE,RequestDestination:r.TYPE,RequestInfo:r.TYPE,RequestInit:r.TYPE,RequestMode:r.TYPE,RequestPriority:r.TYPE,RequestRedirect:r.TYPE,ResidentKeyRequirement:r.TYPE,ResizeObserver:r.TYPE_VALUE,ResizeObserverBoxOptions:r.TYPE,ResizeObserverCallback:r.TYPE,ResizeObserverEntry:r.TYPE_VALUE,ResizeObserverOptions:r.TYPE,ResizeObserverSize:r.TYPE_VALUE,ResizeQuality:r.TYPE,Response:r.TYPE_VALUE,ResponseInit:r.TYPE,ResponseType:r.TYPE,RsaHashedImportParams:r.TYPE,RsaHashedKeyAlgorithm:r.TYPE,RsaHashedKeyGenParams:r.TYPE,RsaKeyAlgorithm:r.TYPE,RsaKeyGenParams:r.TYPE,RsaOaepParams:r.TYPE,RsaOtherPrimesInfo:r.TYPE,RsaPssParams:r.TYPE,RTCAnswerOptions:r.TYPE,RTCBundlePolicy:r.TYPE,RTCCertificate:r.TYPE_VALUE,RTCCertificateExpiration:r.TYPE,RTCConfiguration:r.TYPE,RTCDataChannel:r.TYPE_VALUE,RTCDataChannelEvent:r.TYPE_VALUE,RTCDataChannelEventInit:r.TYPE,RTCDataChannelEventMap:r.TYPE,RTCDataChannelInit:r.TYPE,RTCDataChannelState:r.TYPE,RTCDegradationPreference:r.TYPE,RTCDtlsFingerprint:r.TYPE,RTCDtlsTransport:r.TYPE_VALUE,RTCDtlsTransportEventMap:r.TYPE,RTCDtlsTransportState:r.TYPE,RTCDTMFSender:r.TYPE_VALUE,RTCDTMFSenderEventMap:r.TYPE,RTCDTMFToneChangeEvent:r.TYPE_VALUE,RTCDTMFToneChangeEventInit:r.TYPE,RTCEncodedAudioFrame:r.TYPE_VALUE,RTCEncodedAudioFrameMetadata:r.TYPE,RTCEncodedVideoFrame:r.TYPE_VALUE,RTCEncodedVideoFrameMetadata:r.TYPE,RTCEncodedVideoFrameType:r.TYPE,RTCError:r.TYPE_VALUE,RTCErrorDetailType:r.TYPE,RTCErrorEvent:r.TYPE_VALUE,RTCErrorEventInit:r.TYPE,RTCErrorInit:r.TYPE,RTCIceCandidate:r.TYPE_VALUE,RTCIceCandidateInit:r.TYPE,RTCIceCandidatePair:r.TYPE,RTCIceCandidatePairStats:r.TYPE,RTCIceCandidateType:r.TYPE,RTCIceComponent:r.TYPE,RTCIceConnectionState:r.TYPE,RTCIceGathererState:r.TYPE,RTCIceGatheringState:r.TYPE,RTCIceProtocol:r.TYPE,RTCIceServer:r.TYPE,RTCIceTcpCandidateType:r.TYPE,RTCIceTransport:r.TYPE_VALUE,RTCIceTransportEventMap:r.TYPE,RTCIceTransportPolicy:r.TYPE,RTCIceTransportState:r.TYPE,RTCInboundRtpStreamStats:r.TYPE,RTCLocalSessionDescriptionInit:r.TYPE,RTCOfferAnswerOptions:r.TYPE,RTCOfferOptions:r.TYPE,RTCOutboundRtpStreamStats:r.TYPE,RTCPeerConnection:r.TYPE_VALUE,RTCPeerConnectionErrorCallback:r.TYPE,RTCPeerConnectionEventMap:r.TYPE,RTCPeerConnectionIceErrorEvent:r.TYPE_VALUE,RTCPeerConnectionIceErrorEventInit:r.TYPE,RTCPeerConnectionIceEvent:r.TYPE_VALUE,RTCPeerConnectionIceEventInit:r.TYPE,RTCPeerConnectionState:r.TYPE,RTCPriorityType:r.TYPE,RTCReceivedRtpStreamStats:r.TYPE,RTCRtcpMuxPolicy:r.TYPE,RTCRtcpParameters:r.TYPE,RTCRtpCapabilities:r.TYPE,RTCRtpCodec:r.TYPE,RTCRtpCodecParameters:r.TYPE,RTCRtpCodingParameters:r.TYPE,RTCRtpContributingSource:r.TYPE,RTCRtpEncodingParameters:r.TYPE,RTCRtpHeaderExtensionCapability:r.TYPE,RTCRtpHeaderExtensionParameters:r.TYPE,RTCRtpParameters:r.TYPE,RTCRtpReceiveParameters:r.TYPE,RTCRtpReceiver:r.TYPE_VALUE,RTCRtpScriptTransform:r.TYPE_VALUE,RTCRtpSender:r.TYPE_VALUE,RTCRtpSendParameters:r.TYPE,RTCRtpStreamStats:r.TYPE,RTCRtpSynchronizationSource:r.TYPE,RTCRtpTransceiver:r.TYPE_VALUE,RTCRtpTransceiverDirection:r.TYPE,RTCRtpTransceiverInit:r.TYPE,RTCRtpTransform:r.TYPE,RTCSctpTransport:r.TYPE_VALUE,RTCSctpTransportEventMap:r.TYPE,RTCSctpTransportState:r.TYPE,RTCSdpType:r.TYPE,RTCSentRtpStreamStats:r.TYPE,RTCSessionDescription:r.TYPE_VALUE,RTCSessionDescriptionCallback:r.TYPE,RTCSessionDescriptionInit:r.TYPE,RTCSetParameterOptions:r.TYPE,RTCSignalingState:r.TYPE,RTCStats:r.TYPE,RTCStatsIceCandidatePairState:r.TYPE,RTCStatsReport:r.TYPE_VALUE,RTCStatsType:r.TYPE,RTCTrackEvent:r.TYPE_VALUE,RTCTrackEventInit:r.TYPE,RTCTransportStats:r.TYPE,Screen:r.TYPE_VALUE,ScreenOrientation:r.TYPE_VALUE,ScreenOrientationEventMap:r.TYPE,ScriptProcessorNode:r.TYPE_VALUE,ScriptProcessorNodeEventMap:r.TYPE,ScrollBehavior:r.TYPE,ScrollIntoViewOptions:r.TYPE,ScrollLogicalPosition:r.TYPE,ScrollOptions:r.TYPE,ScrollRestoration:r.TYPE,ScrollSetting:r.TYPE,ScrollToOptions:r.TYPE,SecurityPolicyViolationEvent:r.TYPE_VALUE,SecurityPolicyViolationEventDisposition:r.TYPE,SecurityPolicyViolationEventInit:r.TYPE,Selection:r.TYPE_VALUE,SelectionMode:r.TYPE,ServiceWorker:r.TYPE_VALUE,ServiceWorkerContainer:r.TYPE_VALUE,ServiceWorkerContainerEventMap:r.TYPE,ServiceWorkerEventMap:r.TYPE,ServiceWorkerRegistration:r.TYPE_VALUE,ServiceWorkerRegistrationEventMap:r.TYPE,ServiceWorkerState:r.TYPE,ServiceWorkerUpdateViaCache:r.TYPE,ShadowRoot:r.TYPE_VALUE,ShadowRootEventMap:r.TYPE,ShadowRootInit:r.TYPE,ShadowRootMode:r.TYPE,ShareData:r.TYPE,SharedWorker:r.TYPE_VALUE,SlotAssignmentMode:r.TYPE,Slottable:r.TYPE,SourceBuffer:r.TYPE_VALUE,SourceBufferEventMap:r.TYPE,SourceBufferList:r.TYPE_VALUE,SourceBufferListEventMap:r.TYPE,SpeechRecognitionAlternative:r.TYPE_VALUE,SpeechRecognitionResult:r.TYPE_VALUE,SpeechRecognitionResultList:r.TYPE_VALUE,SpeechSynthesis:r.TYPE_VALUE,SpeechSynthesisErrorCode:r.TYPE,SpeechSynthesisErrorEvent:r.TYPE_VALUE,SpeechSynthesisErrorEventInit:r.TYPE,SpeechSynthesisEvent:r.TYPE_VALUE,SpeechSynthesisEventInit:r.TYPE,SpeechSynthesisEventMap:r.TYPE,SpeechSynthesisUtterance:r.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:r.TYPE,SpeechSynthesisVoice:r.TYPE_VALUE,StaticRange:r.TYPE_VALUE,StaticRangeInit:r.TYPE,StereoPannerNode:r.TYPE_VALUE,StereoPannerOptions:r.TYPE,Storage:r.TYPE_VALUE,StorageEstimate:r.TYPE,StorageEvent:r.TYPE_VALUE,StorageEventInit:r.TYPE,StorageManager:r.TYPE_VALUE,StreamPipeOptions:r.TYPE,StructuredSerializeOptions:r.TYPE,StyleMedia:r.TYPE,StylePropertyMap:r.TYPE_VALUE,StylePropertyMapReadOnly:r.TYPE_VALUE,StyleSheet:r.TYPE_VALUE,StyleSheetList:r.TYPE_VALUE,SubmitEvent:r.TYPE_VALUE,SubmitEventInit:r.TYPE,SubtleCrypto:r.TYPE_VALUE,SVGAElement:r.TYPE_VALUE,SVGAngle:r.TYPE_VALUE,SVGAnimatedAngle:r.TYPE_VALUE,SVGAnimatedBoolean:r.TYPE_VALUE,SVGAnimatedEnumeration:r.TYPE_VALUE,SVGAnimatedInteger:r.TYPE_VALUE,SVGAnimatedLength:r.TYPE_VALUE,SVGAnimatedLengthList:r.TYPE_VALUE,SVGAnimatedNumber:r.TYPE_VALUE,SVGAnimatedNumberList:r.TYPE_VALUE,SVGAnimatedPoints:r.TYPE,SVGAnimatedPreserveAspectRatio:r.TYPE_VALUE,SVGAnimatedRect:r.TYPE_VALUE,SVGAnimatedString:r.TYPE_VALUE,SVGAnimatedTransformList:r.TYPE_VALUE,SVGAnimateElement:r.TYPE_VALUE,SVGAnimateMotionElement:r.TYPE_VALUE,SVGAnimateTransformElement:r.TYPE_VALUE,SVGAnimationElement:r.TYPE_VALUE,SVGBoundingBoxOptions:r.TYPE,SVGCircleElement:r.TYPE_VALUE,SVGClipPathElement:r.TYPE_VALUE,SVGComponentTransferFunctionElement:r.TYPE_VALUE,SVGDefsElement:r.TYPE_VALUE,SVGDescElement:r.TYPE_VALUE,SVGElement:r.TYPE_VALUE,SVGElementEventMap:r.TYPE,SVGElementTagNameMap:r.TYPE,SVGEllipseElement:r.TYPE_VALUE,SVGFEBlendElement:r.TYPE_VALUE,SVGFEColorMatrixElement:r.TYPE_VALUE,SVGFEComponentTransferElement:r.TYPE_VALUE,SVGFECompositeElement:r.TYPE_VALUE,SVGFEConvolveMatrixElement:r.TYPE_VALUE,SVGFEDiffuseLightingElement:r.TYPE_VALUE,SVGFEDisplacementMapElement:r.TYPE_VALUE,SVGFEDistantLightElement:r.TYPE_VALUE,SVGFEDropShadowElement:r.TYPE_VALUE,SVGFEFloodElement:r.TYPE_VALUE,SVGFEFuncAElement:r.TYPE_VALUE,SVGFEFuncBElement:r.TYPE_VALUE,SVGFEFuncGElement:r.TYPE_VALUE,SVGFEFuncRElement:r.TYPE_VALUE,SVGFEGaussianBlurElement:r.TYPE_VALUE,SVGFEImageElement:r.TYPE_VALUE,SVGFEMergeElement:r.TYPE_VALUE,SVGFEMergeNodeElement:r.TYPE_VALUE,SVGFEMorphologyElement:r.TYPE_VALUE,SVGFEOffsetElement:r.TYPE_VALUE,SVGFEPointLightElement:r.TYPE_VALUE,SVGFESpecularLightingElement:r.TYPE_VALUE,SVGFESpotLightElement:r.TYPE_VALUE,SVGFETileElement:r.TYPE_VALUE,SVGFETurbulenceElement:r.TYPE_VALUE,SVGFilterElement:r.TYPE_VALUE,SVGFilterPrimitiveStandardAttributes:r.TYPE,SVGFitToViewBox:r.TYPE,SVGForeignObjectElement:r.TYPE_VALUE,SVGGElement:r.TYPE_VALUE,SVGGeometryElement:r.TYPE_VALUE,SVGGradientElement:r.TYPE_VALUE,SVGGraphicsElement:r.TYPE_VALUE,SVGImageElement:r.TYPE_VALUE,SVGLength:r.TYPE_VALUE,SVGLengthList:r.TYPE_VALUE,SVGLinearGradientElement:r.TYPE_VALUE,SVGLineElement:r.TYPE_VALUE,SVGMarkerElement:r.TYPE_VALUE,SVGMaskElement:r.TYPE_VALUE,SVGMatrix:r.TYPE_VALUE,SVGMetadataElement:r.TYPE_VALUE,SVGMPathElement:r.TYPE_VALUE,SVGNumber:r.TYPE_VALUE,SVGNumberList:r.TYPE_VALUE,SVGPathElement:r.TYPE_VALUE,SVGPatternElement:r.TYPE_VALUE,SVGPoint:r.TYPE_VALUE,SVGPointList:r.TYPE_VALUE,SVGPolygonElement:r.TYPE_VALUE,SVGPolylineElement:r.TYPE_VALUE,SVGPreserveAspectRatio:r.TYPE_VALUE,SVGRadialGradientElement:r.TYPE_VALUE,SVGRect:r.TYPE_VALUE,SVGRectElement:r.TYPE_VALUE,SVGScriptElement:r.TYPE_VALUE,SVGSetElement:r.TYPE_VALUE,SVGStopElement:r.TYPE_VALUE,SVGStringList:r.TYPE_VALUE,SVGStyleElement:r.TYPE_VALUE,SVGSVGElement:r.TYPE_VALUE,SVGSVGElementEventMap:r.TYPE,SVGSwitchElement:r.TYPE_VALUE,SVGSymbolElement:r.TYPE_VALUE,SVGTests:r.TYPE,SVGTextContentElement:r.TYPE_VALUE,SVGTextElement:r.TYPE_VALUE,SVGTextPathElement:r.TYPE_VALUE,SVGTextPositioningElement:r.TYPE_VALUE,SVGTitleElement:r.TYPE_VALUE,SVGTransform:r.TYPE_VALUE,SVGTransformList:r.TYPE_VALUE,SVGTSpanElement:r.TYPE_VALUE,SVGUnitTypes:r.TYPE_VALUE,SVGURIReference:r.TYPE,SVGUseElement:r.TYPE_VALUE,SVGViewElement:r.TYPE_VALUE,TexImageSource:r.TYPE,Text:r.TYPE_VALUE,TextDecodeOptions:r.TYPE,TextDecoder:r.TYPE_VALUE,TextDecoderCommon:r.TYPE,TextDecoderOptions:r.TYPE,TextDecoderStream:r.TYPE_VALUE,TextEncoder:r.TYPE_VALUE,TextEncoderCommon:r.TYPE,TextEncoderEncodeIntoResult:r.TYPE,TextEncoderStream:r.TYPE_VALUE,TextEvent:r.TYPE_VALUE,TextMetrics:r.TYPE_VALUE,TextTrack:r.TYPE_VALUE,TextTrackCue:r.TYPE_VALUE,TextTrackCueEventMap:r.TYPE,TextTrackCueList:r.TYPE_VALUE,TextTrackEventMap:r.TYPE,TextTrackKind:r.TYPE,TextTrackList:r.TYPE_VALUE,TextTrackListEventMap:r.TYPE,TextTrackMode:r.TYPE,TimeRanges:r.TYPE_VALUE,TimerHandler:r.TYPE,ToggleEvent:r.TYPE_VALUE,ToggleEventInit:r.TYPE,Touch:r.TYPE_VALUE,TouchEvent:r.TYPE_VALUE,TouchEventInit:r.TYPE,TouchInit:r.TYPE,TouchList:r.TYPE_VALUE,TouchType:r.TYPE,TrackEvent:r.TYPE_VALUE,TrackEventInit:r.TYPE,Transferable:r.TYPE,TransferFunction:r.TYPE,Transformer:r.TYPE,TransformerFlushCallback:r.TYPE,TransformerStartCallback:r.TYPE,TransformerTransformCallback:r.TYPE,TransformStream:r.TYPE_VALUE,TransformStreamDefaultController:r.TYPE_VALUE,TransitionEvent:r.TYPE_VALUE,TransitionEventInit:r.TYPE,TreeWalker:r.TYPE_VALUE,UIEvent:r.TYPE_VALUE,UIEventInit:r.TYPE,Uint32List:r.TYPE,ULongRange:r.TYPE,UnderlyingByteSource:r.TYPE,UnderlyingDefaultSource:r.TYPE,UnderlyingSink:r.TYPE,UnderlyingSinkAbortCallback:r.TYPE,UnderlyingSinkCloseCallback:r.TYPE,UnderlyingSinkStartCallback:r.TYPE,UnderlyingSinkWriteCallback:r.TYPE,UnderlyingSource:r.TYPE,UnderlyingSourceCancelCallback:r.TYPE,UnderlyingSourcePullCallback:r.TYPE,UnderlyingSourceStartCallback:r.TYPE,UpdateCallback:r.TYPE,URL:r.TYPE_VALUE,URLSearchParams:r.TYPE_VALUE,UserActivation:r.TYPE_VALUE,UserVerificationRequirement:r.TYPE,ValidityState:r.TYPE_VALUE,ValidityStateFlags:r.TYPE,VibratePattern:r.TYPE,VideoColorPrimaries:r.TYPE,VideoColorSpace:r.TYPE_VALUE,VideoColorSpaceInit:r.TYPE,VideoConfiguration:r.TYPE,VideoDecoder:r.TYPE_VALUE,VideoDecoderConfig:r.TYPE,VideoDecoderEventMap:r.TYPE,VideoDecoderInit:r.TYPE,VideoDecoderSupport:r.TYPE,VideoEncoder:r.TYPE_VALUE,VideoEncoderBitrateMode:r.TYPE,VideoEncoderConfig:r.TYPE,VideoEncoderEncodeOptions:r.TYPE,VideoEncoderEventMap:r.TYPE,VideoEncoderInit:r.TYPE,VideoEncoderSupport:r.TYPE,VideoFacingModeEnum:r.TYPE,VideoFrame:r.TYPE_VALUE,VideoFrameBufferInit:r.TYPE,VideoFrameCallbackMetadata:r.TYPE,VideoFrameCopyToOptions:r.TYPE,VideoFrameInit:r.TYPE,VideoFrameOutputCallback:r.TYPE,VideoFrameRequestCallback:r.TYPE,VideoMatrixCoefficients:r.TYPE,VideoPixelFormat:r.TYPE,VideoPlaybackQuality:r.TYPE_VALUE,VideoTransferCharacteristics:r.TYPE,ViewTransition:r.TYPE_VALUE,VisualViewport:r.TYPE_VALUE,VisualViewportEventMap:r.TYPE,VoidFunction:r.TYPE,VTTCue:r.TYPE_VALUE,VTTRegion:r.TYPE_VALUE,WakeLock:r.TYPE_VALUE,WakeLockSentinel:r.TYPE_VALUE,WakeLockSentinelEventMap:r.TYPE,WakeLockType:r.TYPE,WaveShaperNode:r.TYPE_VALUE,WaveShaperOptions:r.TYPE,WebAssembly:r.TYPE_VALUE,WebCodecsErrorCallback:r.TYPE,WEBGL_color_buffer_float:r.TYPE,WEBGL_compressed_texture_astc:r.TYPE,WEBGL_compressed_texture_etc:r.TYPE,WEBGL_compressed_texture_etc1:r.TYPE,WEBGL_compressed_texture_pvrtc:r.TYPE,WEBGL_compressed_texture_s3tc:r.TYPE,WEBGL_compressed_texture_s3tc_srgb:r.TYPE,WEBGL_debug_renderer_info:r.TYPE,WEBGL_debug_shaders:r.TYPE,WEBGL_depth_texture:r.TYPE,WEBGL_draw_buffers:r.TYPE,WEBGL_lose_context:r.TYPE,WEBGL_multi_draw:r.TYPE,WebGL2RenderingContext:r.TYPE_VALUE,WebGL2RenderingContextBase:r.TYPE,WebGL2RenderingContextOverloads:r.TYPE,WebGLActiveInfo:r.TYPE_VALUE,WebGLBuffer:r.TYPE_VALUE,WebGLContextAttributes:r.TYPE,WebGLContextEvent:r.TYPE_VALUE,WebGLContextEventInit:r.TYPE,WebGLFramebuffer:r.TYPE_VALUE,WebGLPowerPreference:r.TYPE,WebGLProgram:r.TYPE_VALUE,WebGLQuery:r.TYPE_VALUE,WebGLRenderbuffer:r.TYPE_VALUE,WebGLRenderingContext:r.TYPE_VALUE,WebGLRenderingContextBase:r.TYPE,WebGLRenderingContextOverloads:r.TYPE,WebGLSampler:r.TYPE_VALUE,WebGLShader:r.TYPE_VALUE,WebGLShaderPrecisionFormat:r.TYPE_VALUE,WebGLSync:r.TYPE_VALUE,WebGLTexture:r.TYPE_VALUE,WebGLTransformFeedback:r.TYPE_VALUE,WebGLUniformLocation:r.TYPE_VALUE,WebGLVertexArrayObject:r.TYPE_VALUE,WebGLVertexArrayObjectOES:r.TYPE,WebKitCSSMatrix:r.TYPE_VALUE,webkitURL:r.TYPE_VALUE,WebSocket:r.TYPE_VALUE,WebSocketEventMap:r.TYPE,WebTransport:r.TYPE_VALUE,WebTransportBidirectionalStream:r.TYPE_VALUE,WebTransportCloseInfo:r.TYPE,WebTransportCongestionControl:r.TYPE,WebTransportDatagramDuplexStream:r.TYPE_VALUE,WebTransportError:r.TYPE_VALUE,WebTransportErrorOptions:r.TYPE,WebTransportErrorSource:r.TYPE,WebTransportHash:r.TYPE,WebTransportOptions:r.TYPE,WebTransportSendStreamOptions:r.TYPE,WheelEvent:r.TYPE_VALUE,WheelEventInit:r.TYPE,Window:r.TYPE_VALUE,WindowEventHandlers:r.TYPE,WindowEventHandlersEventMap:r.TYPE,WindowEventMap:r.TYPE,WindowLocalStorage:r.TYPE,WindowOrWorkerGlobalScope:r.TYPE,WindowPostMessageOptions:r.TYPE,WindowProxy:r.TYPE,WindowSessionStorage:r.TYPE,Worker:r.TYPE_VALUE,WorkerEventMap:r.TYPE,WorkerOptions:r.TYPE,WorkerType:r.TYPE,Worklet:r.TYPE_VALUE,WorkletOptions:r.TYPE,WritableStream:r.TYPE_VALUE,WritableStreamDefaultController:r.TYPE_VALUE,WritableStreamDefaultWriter:r.TYPE_VALUE,WriteCommandType:r.TYPE,WriteParams:r.TYPE,XMLDocument:r.TYPE_VALUE,XMLHttpRequest:r.TYPE_VALUE,XMLHttpRequestBodyInit:r.TYPE,XMLHttpRequestEventMap:r.TYPE,XMLHttpRequestEventTarget:r.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:r.TYPE,XMLHttpRequestResponseType:r.TYPE,XMLHttpRequestUpload:r.TYPE_VALUE,XMLSerializer:r.TYPE_VALUE,XPathEvaluator:r.TYPE_VALUE,XPathEvaluatorBase:r.TYPE,XPathExpression:r.TYPE_VALUE,XPathNSResolver:r.TYPE,XPathResult:r.TYPE_VALUE,XSLTProcessor:r.TYPE_VALUE};var ve={};Object.defineProperty(ve,"__esModule",{value:!0}),ve.dom_asynciterable=void 0;const zn=C;ve.dom_asynciterable={FileSystemDirectoryHandle:zn.TYPE,FileSystemDirectoryHandleAsyncIterator:zn.TYPE,ReadableStream:zn.TYPE,ReadableStreamAsyncIterator:zn.TYPE};var Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.dom_iterable=void 0;const V=C;Pe.dom_iterable={AbortSignal:V.TYPE,AudioParam:V.TYPE,AudioParamMap:V.TYPE,BaseAudioContext:V.TYPE,Cache:V.TYPE,CanvasPath:V.TYPE,CanvasPathDrawingStyles:V.TYPE,CSSKeyframesRule:V.TYPE,CSSNumericArray:V.TYPE,CSSRuleList:V.TYPE,CSSStyleDeclaration:V.TYPE,CSSTransformValue:V.TYPE,CSSUnparsedValue:V.TYPE,CustomStateSet:V.TYPE,DataTransferItemList:V.TYPE,DOMRectList:V.TYPE,DOMStringList:V.TYPE,DOMTokenList:V.TYPE,EventCounts:V.TYPE,FileList:V.TYPE,FontFaceSet:V.TYPE,FormData:V.TYPE,FormDataIterator:V.TYPE,Headers:V.TYPE,HeadersIterator:V.TYPE,Highlight:V.TYPE,HighlightRegistry:V.TYPE,HTMLAllCollection:V.TYPE,HTMLCollectionBase:V.TYPE,HTMLCollectionOf:V.TYPE,HTMLFormElement:V.TYPE,HTMLSelectElement:V.TYPE,IDBDatabase:V.TYPE,IDBObjectStore:V.TYPE,MediaKeyStatusMap:V.TYPE,MediaKeyStatusMapIterator:V.TYPE,MediaList:V.TYPE,MessageEvent:V.TYPE,MIDIInputMap:V.TYPE,MIDIOutput:V.TYPE,MIDIOutputMap:V.TYPE,MimeTypeArray:V.TYPE,NamedNodeMap:V.TYPE,Navigator:V.TYPE,NodeList:V.TYPE,NodeListOf:V.TYPE,Plugin:V.TYPE,PluginArray:V.TYPE,RTCRtpTransceiver:V.TYPE,RTCStatsReport:V.TYPE,SourceBufferList:V.TYPE,SpeechRecognitionResult:V.TYPE,SpeechRecognitionResultList:V.TYPE,StylePropertyMapReadOnly:V.TYPE,StylePropertyMapReadOnlyIterator:V.TYPE,StyleSheetList:V.TYPE,SubtleCrypto:V.TYPE,SVGLengthList:V.TYPE,SVGNumberList:V.TYPE,SVGPointList:V.TYPE,SVGStringList:V.TYPE,SVGTransformList:V.TYPE,TextTrackCueList:V.TYPE,TextTrackList:V.TYPE,TouchList:V.TYPE,URLSearchParams:V.TYPE,URLSearchParamsIterator:V.TYPE,WEBGL_draw_buffers:V.TYPE,WEBGL_multi_draw:V.TYPE,WebGL2RenderingContextBase:V.TYPE,WebGL2RenderingContextOverloads:V.TYPE,WebGLRenderingContextBase:V.TYPE,WebGLRenderingContextOverloads:V.TYPE};var et={};Object.defineProperty(et,"__esModule",{value:!0}),et.es5=void 0;const v=C,Am=Pt,Cm=lr;et.es5={...Am.decorators,...Cm.decorators_legacy,Array:v.TYPE_VALUE,ArrayBuffer:v.TYPE_VALUE,ArrayBufferConstructor:v.TYPE,ArrayBufferLike:v.TYPE,ArrayBufferTypes:v.TYPE,ArrayBufferView:v.TYPE,ArrayConstructor:v.TYPE,ArrayLike:v.TYPE,Awaited:v.TYPE,Boolean:v.TYPE_VALUE,BooleanConstructor:v.TYPE,CallableFunction:v.TYPE,Capitalize:v.TYPE,ConcatArray:v.TYPE,ConstructorParameters:v.TYPE,DataView:v.TYPE_VALUE,DataViewConstructor:v.TYPE,Date:v.TYPE_VALUE,DateConstructor:v.TYPE,Error:v.TYPE_VALUE,ErrorConstructor:v.TYPE,EvalError:v.TYPE_VALUE,EvalErrorConstructor:v.TYPE,Exclude:v.TYPE,Extract:v.TYPE,Float32Array:v.TYPE_VALUE,Float32ArrayConstructor:v.TYPE,Float64Array:v.TYPE_VALUE,Float64ArrayConstructor:v.TYPE,Function:v.TYPE_VALUE,FunctionConstructor:v.TYPE,IArguments:v.TYPE,ImportAssertions:v.TYPE,ImportAttributes:v.TYPE,ImportCallOptions:v.TYPE,ImportMeta:v.TYPE,InstanceType:v.TYPE,Int8Array:v.TYPE_VALUE,Int8ArrayConstructor:v.TYPE,Int16Array:v.TYPE_VALUE,Int16ArrayConstructor:v.TYPE,Int32Array:v.TYPE_VALUE,Int32ArrayConstructor:v.TYPE,Intl:v.TYPE_VALUE,JSON:v.TYPE_VALUE,Lowercase:v.TYPE,Math:v.TYPE_VALUE,NewableFunction:v.TYPE,NoInfer:v.TYPE,NonNullable:v.TYPE,Number:v.TYPE_VALUE,NumberConstructor:v.TYPE,Object:v.TYPE_VALUE,ObjectConstructor:v.TYPE,Omit:v.TYPE,OmitThisParameter:v.TYPE,Parameters:v.TYPE,Partial:v.TYPE,Pick:v.TYPE,Promise:v.TYPE,PromiseConstructorLike:v.TYPE,PromiseLike:v.TYPE,PropertyDescriptor:v.TYPE,PropertyDescriptorMap:v.TYPE,PropertyKey:v.TYPE,RangeError:v.TYPE_VALUE,RangeErrorConstructor:v.TYPE,Readonly:v.TYPE,ReadonlyArray:v.TYPE,Record:v.TYPE,ReferenceError:v.TYPE_VALUE,ReferenceErrorConstructor:v.TYPE,RegExp:v.TYPE_VALUE,RegExpConstructor:v.TYPE,RegExpExecArray:v.TYPE,RegExpMatchArray:v.TYPE,Required:v.TYPE,ReturnType:v.TYPE,String:v.TYPE_VALUE,StringConstructor:v.TYPE,Symbol:v.TYPE,SyntaxError:v.TYPE_VALUE,SyntaxErrorConstructor:v.TYPE,TemplateStringsArray:v.TYPE,ThisParameterType:v.TYPE,ThisType:v.TYPE,TypedPropertyDescriptor:v.TYPE,TypeError:v.TYPE_VALUE,TypeErrorConstructor:v.TYPE,Uint8Array:v.TYPE_VALUE,Uint8ArrayConstructor:v.TYPE,Uint8ClampedArray:v.TYPE_VALUE,Uint8ClampedArrayConstructor:v.TYPE,Uint16Array:v.TYPE_VALUE,Uint16ArrayConstructor:v.TYPE,Uint32Array:v.TYPE_VALUE,Uint32ArrayConstructor:v.TYPE,Uncapitalize:v.TYPE,Uppercase:v.TYPE,URIError:v.TYPE_VALUE,URIErrorConstructor:v.TYPE,WeakKey:v.TYPE,WeakKeyTypes:v.TYPE};var qn={},mt={};Object.defineProperty(mt,"__esModule",{value:!0}),mt.es2015_collection=void 0;const Oe=C;mt.es2015_collection={Map:Oe.TYPE_VALUE,MapConstructor:Oe.TYPE,ReadonlyMap:Oe.TYPE,ReadonlySet:Oe.TYPE,Set:Oe.TYPE_VALUE,SetConstructor:Oe.TYPE,WeakMap:Oe.TYPE_VALUE,WeakMapConstructor:Oe.TYPE,WeakSet:Oe.TYPE_VALUE,WeakSetConstructor:Oe.TYPE};var yt={};Object.defineProperty(yt,"__esModule",{value:!0}),yt.es2015_core=void 0;const q=C;yt.es2015_core={Array:q.TYPE,ArrayConstructor:q.TYPE,DateConstructor:q.TYPE,Float32Array:q.TYPE,Float64Array:q.TYPE,Function:q.TYPE,Int8Array:q.TYPE,Int16Array:q.TYPE,Int32Array:q.TYPE,Math:q.TYPE,NumberConstructor:q.TYPE,ObjectConstructor:q.TYPE,ReadonlyArray:q.TYPE,RegExp:q.TYPE,RegExpConstructor:q.TYPE,String:q.TYPE,StringConstructor:q.TYPE,Uint8Array:q.TYPE,Uint8ClampedArray:q.TYPE,Uint16Array:q.TYPE,Uint32Array:q.TYPE};var ht={},me={},Ee={};Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.es2015_symbol=void 0;const Vm=C;Ee.es2015_symbol={SymbolConstructor:Vm.TYPE},Object.defineProperty(me,"__esModule",{value:!0}),me.es2015_iterable=void 0;const I=C,Om=Ee;me.es2015_iterable={...Om.es2015_symbol,Array:I.TYPE,ArrayConstructor:I.TYPE,ArrayIterator:I.TYPE,BuiltinIteratorReturn:I.TYPE,Float32Array:I.TYPE,Float32ArrayConstructor:I.TYPE,Float64Array:I.TYPE,Float64ArrayConstructor:I.TYPE,IArguments:I.TYPE,Int8Array:I.TYPE,Int8ArrayConstructor:I.TYPE,Int16Array:I.TYPE,Int16ArrayConstructor:I.TYPE,Int32Array:I.TYPE,Int32ArrayConstructor:I.TYPE,Iterable:I.TYPE,IterableIterator:I.TYPE,Iterator:I.TYPE,IteratorObject:I.TYPE,IteratorResult:I.TYPE,IteratorReturnResult:I.TYPE,IteratorYieldResult:I.TYPE,Map:I.TYPE,MapConstructor:I.TYPE,MapIterator:I.TYPE,Promise:I.TYPE,PromiseConstructor:I.TYPE,ReadonlyArray:I.TYPE,ReadonlyMap:I.TYPE,ReadonlySet:I.TYPE,Set:I.TYPE,SetConstructor:I.TYPE,SetIterator:I.TYPE,String:I.TYPE,StringIterator:I.TYPE,SymbolConstructor:I.TYPE,Uint8Array:I.TYPE,Uint8ArrayConstructor:I.TYPE,Uint8ClampedArray:I.TYPE,Uint8ClampedArrayConstructor:I.TYPE,Uint16Array:I.TYPE,Uint16ArrayConstructor:I.TYPE,Uint32Array:I.TYPE,Uint32ArrayConstructor:I.TYPE,WeakMap:I.TYPE,WeakMapConstructor:I.TYPE,WeakSet:I.TYPE,WeakSetConstructor:I.TYPE},Object.defineProperty(ht,"__esModule",{value:!0}),ht.es2015_generator=void 0;const xs=C,Mm=me;ht.es2015_generator={...Mm.es2015_iterable,Generator:xs.TYPE,GeneratorFunction:xs.TYPE,GeneratorFunctionConstructor:xs.TYPE};var _t={};Object.defineProperty(_t,"__esModule",{value:!0}),_t.es2015_promise=void 0;const wm=C;_t.es2015_promise={PromiseConstructor:wm.TYPE};var bt={};Object.defineProperty(bt,"__esModule",{value:!0}),bt.es2015_proxy=void 0;const _l=C;bt.es2015_proxy={ProxyConstructor:_l.TYPE,ProxyHandler:_l.TYPE};var gt={};Object.defineProperty(gt,"__esModule",{value:!0}),gt.es2015_reflect=void 0;const Um=C;gt.es2015_reflect={Reflect:Um.TYPE_VALUE};var tt={};Object.defineProperty(tt,"__esModule",{value:!0}),tt.es2015_symbol_wellknown=void 0;const k=C,Im=Ee;tt.es2015_symbol_wellknown={...Im.es2015_symbol,Array:k.TYPE,ArrayBuffer:k.TYPE,ArrayBufferConstructor:k.TYPE,ArrayConstructor:k.TYPE,DataView:k.TYPE,Date:k.TYPE,Float32Array:k.TYPE,Float64Array:k.TYPE,Function:k.TYPE,GeneratorFunction:k.TYPE,Int8Array:k.TYPE,Int16Array:k.TYPE,Int32Array:k.TYPE,JSON:k.TYPE,Map:k.TYPE,MapConstructor:k.TYPE,Math:k.TYPE,Promise:k.TYPE,PromiseConstructor:k.TYPE,ReadonlyArray:k.TYPE,RegExp:k.TYPE,RegExpConstructor:k.TYPE,Set:k.TYPE,SetConstructor:k.TYPE,String:k.TYPE,Symbol:k.TYPE,SymbolConstructor:k.TYPE,Uint8Array:k.TYPE,Uint8ClampedArray:k.TYPE,Uint16Array:k.TYPE,Uint32Array:k.TYPE,WeakMap:k.TYPE,WeakSet:k.TYPE},Object.defineProperty(qn,"__esModule",{value:!0}),qn.es6=void 0;const Rm=et,xm=mt,Dm=yt,Fm=ht,$m=me,km=_t,Nm=bt,Bm=gt,jm=Ee,Gm=tt;qn.es6={...Rm.es5,...Dm.es2015_core,...xm.es2015_collection,...$m.es2015_iterable,...Fm.es2015_generator,...km.es2015_promise,...Nm.es2015_proxy,...Bm.es2015_reflect,...jm.es2015_symbol,...Gm.es2015_symbol_wellknown};var Jn={},St={};Object.defineProperty(St,"__esModule",{value:!0}),St.es2015=void 0;const Wm=et,Hm=mt,Km=yt,Xm=ht,zm=me,qm=_t,Jm=bt,Qm=gt,Zm=Ee,ey=tt;St.es2015={...Wm.es5,...Km.es2015_core,...Hm.es2015_collection,...zm.es2015_iterable,...Xm.es2015_generator,...qm.es2015_promise,...Jm.es2015_proxy,...Qm.es2015_reflect,...Zm.es2015_symbol,...ey.es2015_symbol_wellknown};var vt={};Object.defineProperty(vt,"__esModule",{value:!0}),vt.es2016_array_include=void 0;const Ye=C;vt.es2016_array_include={Array:Ye.TYPE,Float32Array:Ye.TYPE,Float64Array:Ye.TYPE,Int8Array:Ye.TYPE,Int16Array:Ye.TYPE,Int32Array:Ye.TYPE,ReadonlyArray:Ye.TYPE,Uint8Array:Ye.TYPE,Uint8ClampedArray:Ye.TYPE,Uint16Array:Ye.TYPE,Uint32Array:Ye.TYPE};var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.es2016_intl=void 0;const ty=C;Yt.es2016_intl={Intl:ty.TYPE_VALUE},Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.es7=void 0;const ry=St,ny=vt,iy=Yt;Jn.es7={...ry.es2015,...ny.es2016_array_include,...iy.es2016_intl};var Lt={};Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.es2016=void 0;const sy=St,oy=vt,ay=Yt;Lt.es2016={...sy.es2015,...oy.es2016_array_include,...ay.es2016_intl};var Qn={},fe={};Object.defineProperty(fe,"__esModule",{value:!0}),fe.scripthost=void 0;const ye=C;fe.scripthost={ActiveXObject:ye.TYPE_VALUE,Date:ye.TYPE,DateConstructor:ye.TYPE,Enumerator:ye.TYPE_VALUE,EnumeratorConstructor:ye.TYPE,ITextWriter:ye.TYPE,SafeArray:ye.TYPE_VALUE,TextStreamBase:ye.TYPE,TextStreamReader:ye.TYPE,TextStreamWriter:ye.TYPE,VarDate:ye.TYPE_VALUE,VBArray:ye.TYPE_VALUE,VBArrayConstructor:ye.TYPE};var de={};Object.defineProperty(de,"__esModule",{value:!0}),de.webworker_importscripts=void 0,de.webworker_importscripts={},Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.es2016_full=void 0;const ly=pe,cy=Pe,uy=Lt,py=fe,Ey=de;Qn.es2016_full={...uy.es2016,...ly.dom,...Ey.webworker_importscripts,...py.scripthost,...cy.dom_iterable};var At={},cr={};Object.defineProperty(cr,"__esModule",{value:!0}),cr.es2017_date=void 0;const fy=C;cr.es2017_date={DateConstructor:fy.TYPE};var ur={};Object.defineProperty(ur,"__esModule",{value:!0}),ur.es2017_intl=void 0;const dy=C;ur.es2017_intl={Intl:dy.TYPE_VALUE};var pr={};Object.defineProperty(pr,"__esModule",{value:!0}),pr.es2017_object=void 0;const Ty=C;pr.es2017_object={ObjectConstructor:Ty.TYPE};var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.es2017_sharedmemory=void 0;const Zn=C,Py=Ee,my=tt;Er.es2017_sharedmemory={...Py.es2015_symbol,...my.es2015_symbol_wellknown,ArrayBufferTypes:Zn.TYPE,Atomics:Zn.TYPE_VALUE,SharedArrayBuffer:Zn.TYPE_VALUE,SharedArrayBufferConstructor:Zn.TYPE};var fr={};Object.defineProperty(fr,"__esModule",{value:!0}),fr.es2017_string=void 0;const yy=C;fr.es2017_string={String:yy.TYPE};var dr={};Object.defineProperty(dr,"__esModule",{value:!0}),dr.es2017_typedarrays=void 0;const Re=C;dr.es2017_typedarrays={Float32ArrayConstructor:Re.TYPE,Float64ArrayConstructor:Re.TYPE,Int8ArrayConstructor:Re.TYPE,Int16ArrayConstructor:Re.TYPE,Int32ArrayConstructor:Re.TYPE,Uint8ArrayConstructor:Re.TYPE,Uint8ClampedArrayConstructor:Re.TYPE,Uint16ArrayConstructor:Re.TYPE,Uint32ArrayConstructor:Re.TYPE},Object.defineProperty(At,"__esModule",{value:!0}),At.es2017=void 0;const hy=Lt,_y=cr,by=ur,gy=pr,Sy=Er,vy=fr,Yy=dr;At.es2017={...hy.es2016,...gy.es2017_object,...Sy.es2017_sharedmemory,...vy.es2017_string,...by.es2017_intl,...Yy.es2017_typedarrays,..._y.es2017_date};var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.es2017_full=void 0;const Ly=pe,Ay=Pe,Cy=At,Vy=fe,Oy=de;ei.es2017_full={...Cy.es2017,...Ly.dom,...Oy.webworker_importscripts,...Vy.scripthost,...Ay.dom_iterable};var Ct={},Tr={},rt={};Object.defineProperty(rt,"__esModule",{value:!0}),rt.es2018_asynciterable=void 0;const Pr=C,My=me,wy=Ee;rt.es2018_asynciterable={...wy.es2015_symbol,...My.es2015_iterable,AsyncIterable:Pr.TYPE,AsyncIterableIterator:Pr.TYPE,AsyncIterator:Pr.TYPE,AsyncIteratorObject:Pr.TYPE,SymbolConstructor:Pr.TYPE},Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.es2018_asyncgenerator=void 0;const Ds=C,Uy=rt;Tr.es2018_asyncgenerator={...Uy.es2018_asynciterable,AsyncGenerator:Ds.TYPE,AsyncGeneratorFunction:Ds.TYPE,AsyncGeneratorFunctionConstructor:Ds.TYPE};var Vt={};Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.es2018_intl=void 0;const Iy=C;Vt.es2018_intl={Intl:Iy.TYPE_VALUE};var mr={};Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2018_promise=void 0;const Ry=C;mr.es2018_promise={Promise:Ry.TYPE};var yr={};Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2018_regexp=void 0;const Fs=C;yr.es2018_regexp={RegExp:Fs.TYPE,RegExpExecArray:Fs.TYPE,RegExpMatchArray:Fs.TYPE},Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.es2018=void 0;const xy=At,Dy=Tr,Fy=rt,$y=Vt,ky=mr,Ny=yr;Ct.es2018={...xy.es2017,...Fy.es2018_asynciterable,...Dy.es2018_asyncgenerator,...ky.es2018_promise,...Ny.es2018_regexp,...$y.es2018_intl};var ti={};Object.defineProperty(ti,"__esModule",{value:!0}),ti.es2018_full=void 0;const By=pe,jy=ve,Gy=Pe,Wy=Ct,Hy=fe,Ky=de;ti.es2018_full={...Wy.es2018,...By.dom,...Ky.webworker_importscripts,...Hy.scripthost,...Gy.dom_iterable,...jy.dom_asynciterable};var Ot={},hr={};Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2019_array=void 0;const $s=C;hr.es2019_array={Array:$s.TYPE,FlatArray:$s.TYPE,ReadonlyArray:$s.TYPE};var _r={};Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2019_intl=void 0;const Xy=C;_r.es2019_intl={Intl:Xy.TYPE_VALUE};var br={};Object.defineProperty(br,"__esModule",{value:!0}),br.es2019_object=void 0;const zy=C,qy=me;br.es2019_object={...qy.es2015_iterable,ObjectConstructor:zy.TYPE};var gr={};Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2019_string=void 0;const Jy=C;gr.es2019_string={String:Jy.TYPE};var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2019_symbol=void 0;const Qy=C;Sr.es2019_symbol={Symbol:Qy.TYPE},Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.es2019=void 0;const Zy=Ct,eh=hr,th=_r,rh=br,nh=gr,ih=Sr;Ot.es2019={...Zy.es2018,...eh.es2019_array,...rh.es2019_object,...nh.es2019_string,...ih.es2019_symbol,...th.es2019_intl};var ri={};Object.defineProperty(ri,"__esModule",{value:!0}),ri.es2019_full=void 0;const sh=pe,oh=ve,ah=Pe,lh=Ot,ch=fe,uh=de;ri.es2019_full={...lh.es2019,...sh.dom,...uh.webworker_importscripts,...ch.scripthost,...ah.dom_iterable,...oh.dom_asynciterable};var Mt={},vr={},xe={};Object.defineProperty(xe,"__esModule",{value:!0}),xe.es2020_intl=void 0;const ph=C,Eh=Vt;xe.es2020_intl={...Eh.es2018_intl,Intl:ph.TYPE_VALUE},Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2020_bigint=void 0;const De=C,fh=xe;vr.es2020_bigint={...fh.es2020_intl,BigInt:De.TYPE_VALUE,BigInt64Array:De.TYPE_VALUE,BigInt64ArrayConstructor:De.TYPE,BigIntConstructor:De.TYPE,BigIntToLocaleStringOptions:De.TYPE,BigUint64Array:De.TYPE_VALUE,BigUint64ArrayConstructor:De.TYPE,DataView:De.TYPE,Intl:De.TYPE_VALUE};var Yr={};Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2020_date=void 0;const dh=C,Th=xe;Yr.es2020_date={...Th.es2020_intl,Date:dh.TYPE};var Lr={};Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2020_number=void 0;const Ph=C,mh=xe;Lr.es2020_number={...mh.es2020_intl,Number:Ph.TYPE};var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2020_promise=void 0;const ni=C;Ar.es2020_promise={PromiseConstructor:ni.TYPE,PromiseFulfilledResult:ni.TYPE,PromiseRejectedResult:ni.TYPE,PromiseSettledResult:ni.TYPE};var Cr={};Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2020_sharedmemory=void 0;const yh=C;Cr.es2020_sharedmemory={Atomics:yh.TYPE};var Vr={},wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.es2020_symbol_wellknown=void 0;const ks=C,hh=me,_h=Ee;wt.es2020_symbol_wellknown={...hh.es2015_iterable,..._h.es2015_symbol,RegExp:ks.TYPE,RegExpStringIterator:ks.TYPE,SymbolConstructor:ks.TYPE},Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2020_string=void 0;const bh=C,gh=wt;Vr.es2020_string={...gh.es2020_symbol_wellknown,String:bh.TYPE},Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.es2020=void 0;const Sh=Ot,vh=vr,Yh=Yr,Lh=xe,Ah=Lr,Ch=Ar,Vh=Cr,Oh=Vr,Mh=wt;Mt.es2020={...Sh.es2019,...vh.es2020_bigint,...Yh.es2020_date,...Ah.es2020_number,...Ch.es2020_promise,...Vh.es2020_sharedmemory,...Oh.es2020_string,...Mh.es2020_symbol_wellknown,...Lh.es2020_intl};var ii={};Object.defineProperty(ii,"__esModule",{value:!0}),ii.es2020_full=void 0;const wh=pe,Uh=ve,Ih=Pe,Rh=Mt,xh=fe,Dh=de;ii.es2020_full={...Rh.es2020,...wh.dom,...Dh.webworker_importscripts,...xh.scripthost,...Ih.dom_iterable,...Uh.dom_asynciterable};var Ut={},Or={};Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2021_intl=void 0;const Fh=C;Or.es2021_intl={Intl:Fh.TYPE_VALUE};var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2021_promise=void 0;const Ns=C;Mr.es2021_promise={AggregateError:Ns.TYPE_VALUE,AggregateErrorConstructor:Ns.TYPE,PromiseConstructor:Ns.TYPE};var wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2021_string=void 0;const $h=C;wr.es2021_string={String:$h.TYPE};var Ur={};Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2021_weakref=void 0;const si=C;Ur.es2021_weakref={FinalizationRegistry:si.TYPE_VALUE,FinalizationRegistryConstructor:si.TYPE,WeakRef:si.TYPE_VALUE,WeakRefConstructor:si.TYPE},Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es2021=void 0;const kh=Mt,Nh=Or,Bh=Mr,jh=wr,Gh=Ur;Ut.es2021={...kh.es2020,...Bh.es2021_promise,...jh.es2021_string,...Gh.es2021_weakref,...Nh.es2021_intl};var oi={};Object.defineProperty(oi,"__esModule",{value:!0}),oi.es2021_full=void 0;const Wh=pe,Hh=ve,Kh=Pe,Xh=Ut,zh=fe,qh=de;oi.es2021_full={...Xh.es2021,...Wh.dom,...qh.webworker_importscripts,...zh.scripthost,...Kh.dom_iterable,...Hh.dom_asynciterable};var It={},Ir={};Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2022_array=void 0;const he=C;Ir.es2022_array={Array:he.TYPE,BigInt64Array:he.TYPE,BigUint64Array:he.TYPE,Float32Array:he.TYPE,Float64Array:he.TYPE,Int8Array:he.TYPE,Int16Array:he.TYPE,Int32Array:he.TYPE,ReadonlyArray:he.TYPE,Uint8Array:he.TYPE,Uint8ClampedArray:he.TYPE,Uint16Array:he.TYPE,Uint32Array:he.TYPE};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2022_error=void 0;const Me=C;Rr.es2022_error={AggregateErrorConstructor:Me.TYPE,Error:Me.TYPE,ErrorConstructor:Me.TYPE,ErrorOptions:Me.TYPE,EvalErrorConstructor:Me.TYPE,RangeErrorConstructor:Me.TYPE,ReferenceErrorConstructor:Me.TYPE,SyntaxErrorConstructor:Me.TYPE,TypeErrorConstructor:Me.TYPE,URIErrorConstructor:Me.TYPE};var xr={};Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2022_intl=void 0;const Jh=C;xr.es2022_intl={Intl:Jh.TYPE_VALUE};var Dr={};Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2022_object=void 0;const Qh=C;Dr.es2022_object={ObjectConstructor:Qh.TYPE};var Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2022_regexp=void 0;const ai=C;Fr.es2022_regexp={RegExp:ai.TYPE,RegExpExecArray:ai.TYPE,RegExpIndicesArray:ai.TYPE,RegExpMatchArray:ai.TYPE};var $r={};Object.defineProperty($r,"__esModule",{value:!0}),$r.es2022_sharedmemory=void 0;const Zh=C;$r.es2022_sharedmemory={Atomics:Zh.TYPE};var kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2022_string=void 0;const e1=C;kr.es2022_string={String:e1.TYPE},Object.defineProperty(It,"__esModule",{value:!0}),It.es2022=void 0;const t1=Ut,r1=Ir,n1=Rr,i1=xr,s1=Dr,o1=Fr,a1=$r,l1=kr;It.es2022={...t1.es2021,...r1.es2022_array,...n1.es2022_error,...i1.es2022_intl,...s1.es2022_object,...a1.es2022_sharedmemory,...l1.es2022_string,...o1.es2022_regexp};var li={};Object.defineProperty(li,"__esModule",{value:!0}),li.es2022_full=void 0;const c1=pe,u1=ve,p1=Pe,E1=It,f1=fe,d1=de;li.es2022_full={...E1.es2022,...c1.dom,...d1.webworker_importscripts,...f1.scripthost,...p1.dom_iterable,...u1.dom_asynciterable};var Rt={},Nr={};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2023_array=void 0;const _e=C;Nr.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};var Br={};Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2023_collection=void 0;const T1=C;Br.es2023_collection={WeakKeyTypes:T1.TYPE};var jr={};Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2023_intl=void 0;const P1=C;jr.es2023_intl={Intl:P1.TYPE_VALUE},Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.es2023=void 0;const m1=It,y1=Nr,h1=Br,_1=jr;Rt.es2023={...m1.es2022,...y1.es2023_array,...h1.es2023_collection,..._1.es2023_intl};var ci={};Object.defineProperty(ci,"__esModule",{value:!0}),ci.es2023_full=void 0;const b1=pe,g1=ve,S1=Pe,v1=Rt,Y1=fe,L1=de;ci.es2023_full={...v1.es2023,...b1.dom,...L1.webworker_importscripts,...Y1.scripthost,...S1.dom_iterable,...g1.dom_asynciterable};var Gr={},Wr={};Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.esnext_array=void 0;const A1=C;Wr.esnext_array={ArrayConstructor:A1.TYPE};var Hr={};Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.esnext_collection=void 0;const ui=C;Hr.esnext_collection={MapConstructor:ui.TYPE,ReadonlySet:ui.TYPE,ReadonlySetLike:ui.TYPE,Set:ui.TYPE};var Kr={};Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.esnext_decorators=void 0;const bl=C,C1=Pt,V1=Ee;Kr.esnext_decorators={...V1.es2015_symbol,...C1.decorators,Function:bl.TYPE,SymbolConstructor:bl.TYPE};var Xr={};Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.esnext_disposable=void 0;const Le=C,O1=me,M1=Ee,w1=rt;Xr.esnext_disposable={...M1.es2015_symbol,...O1.es2015_iterable,...w1.es2018_asynciterable,AsyncDisposable:Le.TYPE,AsyncDisposableStack:Le.TYPE_VALUE,AsyncDisposableStackConstructor:Le.TYPE,AsyncIteratorObject:Le.TYPE,Disposable:Le.TYPE,DisposableStack:Le.TYPE_VALUE,DisposableStackConstructor:Le.TYPE,IteratorObject:Le.TYPE,SuppressedError:Le.TYPE_VALUE,SuppressedErrorConstructor:Le.TYPE,SymbolConstructor:Le.TYPE};var zr={};Object.defineProperty(zr,"__esModule",{value:!0}),zr.esnext_intl=void 0;const U1=C;zr.esnext_intl={Intl:U1.TYPE_VALUE};var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.esnext_iterator=void 0;const gl=C,I1=me;qr.esnext_iterator={...I1.es2015_iterable,Iterator:gl.TYPE_VALUE,IteratorObjectConstructor:gl.TYPE};var Jr={};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.esnext_object=void 0;const R1=C;Jr.esnext_object={ObjectConstructor:R1.TYPE};var Qr={};Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.esnext_promise=void 0;const Sl=C;Qr.esnext_promise={PromiseConstructor:Sl.TYPE,PromiseWithResolvers:Sl.TYPE};var Zr={};Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.esnext_regexp=void 0;const x1=C;Zr.esnext_regexp={RegExp:x1.TYPE};var en={};Object.defineProperty(en,"__esModule",{value:!0}),en.esnext_string=void 0;const D1=C;en.esnext_string={String:D1.TYPE},Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.esnext=void 0;const F1=Rt,$1=Wr,k1=Hr,N1=Kr,B1=Xr,j1=zr,G1=qr,W1=Jr,H1=Qr,K1=Zr,X1=en;Gr.esnext={...F1.es2023,...j1.esnext_intl,...N1.esnext_decorators,...B1.esnext_disposable,...H1.esnext_promise,...W1.esnext_object,...k1.esnext_collection,...$1.esnext_array,...K1.esnext_regexp,...X1.esnext_string,...G1.esnext_iterator};var pi={};Object.defineProperty(pi,"__esModule",{value:!0}),pi.esnext_asynciterable=void 0;const tn=C,z1=me,q1=Ee;pi.esnext_asynciterable={...q1.es2015_symbol,...z1.es2015_iterable,AsyncIterable:tn.TYPE,AsyncIterableIterator:tn.TYPE,AsyncIterator:tn.TYPE,AsyncIteratorObject:tn.TYPE,SymbolConstructor:tn.TYPE};var Ei={};Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.esnext_bigint=void 0;const Fe=C,J1=xe;Ei.esnext_bigint={...J1.es2020_intl,BigInt:Fe.TYPE_VALUE,BigInt64Array:Fe.TYPE_VALUE,BigInt64ArrayConstructor:Fe.TYPE,BigIntConstructor:Fe.TYPE,BigIntToLocaleStringOptions:Fe.TYPE,BigUint64Array:Fe.TYPE_VALUE,BigUint64ArrayConstructor:Fe.TYPE,DataView:Fe.TYPE,Intl:Fe.TYPE_VALUE};var fi={};Object.defineProperty(fi,"__esModule",{value:!0}),fi.esnext_full=void 0;const Q1=pe,Z1=ve,e_=Pe,t_=Gr,r_=fe,n_=de;fi.esnext_full={...t_.esnext,...Q1.dom,...n_.webworker_importscripts,...r_.scripthost,...e_.dom_iterable,...Z1.dom_asynciterable};var di={};Object.defineProperty(di,"__esModule",{value:!0}),di.esnext_symbol=void 0;const i_=C;di.esnext_symbol={Symbol:i_.TYPE};var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.esnext_weakref=void 0;const Pi=C;Ti.esnext_weakref={FinalizationRegistry:Pi.TYPE_VALUE,FinalizationRegistryConstructor:Pi.TYPE,WeakRef:Pi.TYPE_VALUE,WeakRefConstructor:Pi.TYPE};var mi={};Object.defineProperty(mi,"__esModule",{value:!0}),mi.lib=void 0;const s_=pe,o_=et,a_=fe,l_=de;mi.lib={...o_.es5,...s_.dom,...l_.webworker_importscripts,...a_.scripthost};var yi={};Object.defineProperty(yi,"__esModule",{value:!0}),yi.webworker=void 0;const o=C;yi.webworker={AbortController:o.TYPE_VALUE,AbortSignal:o.TYPE_VALUE,AbortSignalEventMap:o.TYPE,AbstractWorker:o.TYPE,AbstractWorkerEventMap:o.TYPE,AddEventListenerOptions:o.TYPE,AesCbcParams:o.TYPE,AesCtrParams:o.TYPE,AesDerivedKeyParams:o.TYPE,AesGcmParams:o.TYPE,AesKeyAlgorithm:o.TYPE,AesKeyGenParams:o.TYPE,Algorithm:o.TYPE,AlgorithmIdentifier:o.TYPE,AllowSharedBufferSource:o.TYPE,AlphaOption:o.TYPE,ANGLE_instanced_arrays:o.TYPE,AnimationFrameProvider:o.TYPE,AudioConfiguration:o.TYPE,AvcBitstreamFormat:o.TYPE,AvcEncoderConfig:o.TYPE,BigInteger:o.TYPE,BinaryData:o.TYPE,BinaryType:o.TYPE,Blob:o.TYPE_VALUE,BlobPart:o.TYPE,BlobPropertyBag:o.TYPE,Body:o.TYPE,BodyInit:o.TYPE,BroadcastChannel:o.TYPE_VALUE,BroadcastChannelEventMap:o.TYPE,BufferSource:o.TYPE,ByteLengthQueuingStrategy:o.TYPE_VALUE,Cache:o.TYPE_VALUE,CacheQueryOptions:o.TYPE,CacheStorage:o.TYPE_VALUE,CanvasCompositing:o.TYPE,CanvasDirection:o.TYPE,CanvasDrawImage:o.TYPE,CanvasDrawPath:o.TYPE,CanvasFillRule:o.TYPE,CanvasFillStrokeStyles:o.TYPE,CanvasFilters:o.TYPE,CanvasFontKerning:o.TYPE,CanvasFontStretch:o.TYPE,CanvasFontVariantCaps:o.TYPE,CanvasGradient:o.TYPE_VALUE,CanvasImageData:o.TYPE,CanvasImageSmoothing:o.TYPE,CanvasImageSource:o.TYPE,CanvasLineCap:o.TYPE,CanvasLineJoin:o.TYPE,CanvasPath:o.TYPE,CanvasPathDrawingStyles:o.TYPE,CanvasPattern:o.TYPE_VALUE,CanvasRect:o.TYPE,CanvasShadowStyles:o.TYPE,CanvasState:o.TYPE,CanvasText:o.TYPE,CanvasTextAlign:o.TYPE,CanvasTextBaseline:o.TYPE,CanvasTextDrawingStyles:o.TYPE,CanvasTextRendering:o.TYPE,CanvasTransform:o.TYPE,Client:o.TYPE_VALUE,ClientQueryOptions:o.TYPE,Clients:o.TYPE_VALUE,ClientTypes:o.TYPE,CloseEvent:o.TYPE_VALUE,CloseEventInit:o.TYPE,CodecState:o.TYPE,ColorGamut:o.TYPE,ColorSpaceConversion:o.TYPE,CompressionFormat:o.TYPE,CompressionStream:o.TYPE_VALUE,Console:o.TYPE,CountQueuingStrategy:o.TYPE_VALUE,Crypto:o.TYPE_VALUE,CryptoKey:o.TYPE_VALUE,CryptoKeyPair:o.TYPE,CSSImageValue:o.TYPE_VALUE,CSSKeywordish:o.TYPE,CSSKeywordValue:o.TYPE_VALUE,CSSMathClamp:o.TYPE_VALUE,CSSMathInvert:o.TYPE_VALUE,CSSMathMax:o.TYPE_VALUE,CSSMathMin:o.TYPE_VALUE,CSSMathNegate:o.TYPE_VALUE,CSSMathOperator:o.TYPE,CSSMathProduct:o.TYPE_VALUE,CSSMathSum:o.TYPE_VALUE,CSSMathValue:o.TYPE_VALUE,CSSMatrixComponent:o.TYPE_VALUE,CSSMatrixComponentOptions:o.TYPE,CSSNumberish:o.TYPE,CSSNumericArray:o.TYPE_VALUE,CSSNumericBaseType:o.TYPE,CSSNumericType:o.TYPE,CSSNumericValue:o.TYPE_VALUE,CSSPerspective:o.TYPE_VALUE,CSSPerspectiveValue:o.TYPE,CSSRotate:o.TYPE_VALUE,CSSScale:o.TYPE_VALUE,CSSSkew:o.TYPE_VALUE,CSSSkewX:o.TYPE_VALUE,CSSSkewY:o.TYPE_VALUE,CSSStyleValue:o.TYPE_VALUE,CSSTransformComponent:o.TYPE_VALUE,CSSTransformValue:o.TYPE_VALUE,CSSTranslate:o.TYPE_VALUE,CSSUnitValue:o.TYPE_VALUE,CSSUnparsedSegment:o.TYPE,CSSUnparsedValue:o.TYPE_VALUE,CSSVariableReferenceValue:o.TYPE_VALUE,CustomEvent:o.TYPE_VALUE,CustomEventInit:o.TYPE,DecompressionStream:o.TYPE_VALUE,DedicatedWorkerGlobalScope:o.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:o.TYPE,DocumentVisibilityState:o.TYPE,DOMException:o.TYPE_VALUE,DOMHighResTimeStamp:o.TYPE,DOMMatrix:o.TYPE_VALUE,DOMMatrix2DInit:o.TYPE,DOMMatrixInit:o.TYPE,DOMMatrixReadOnly:o.TYPE_VALUE,DOMPoint:o.TYPE_VALUE,DOMPointInit:o.TYPE,DOMPointReadOnly:o.TYPE_VALUE,DOMQuad:o.TYPE_VALUE,DOMQuadInit:o.TYPE,DOMRect:o.TYPE_VALUE,DOMRectInit:o.TYPE,DOMRectReadOnly:o.TYPE_VALUE,DOMStringList:o.TYPE_VALUE,EcdhKeyDeriveParams:o.TYPE,EcdsaParams:o.TYPE,EcKeyGenParams:o.TYPE,EcKeyImportParams:o.TYPE,EncodedVideoChunk:o.TYPE_VALUE,EncodedVideoChunkInit:o.TYPE,EncodedVideoChunkMetadata:o.TYPE,EncodedVideoChunkOutputCallback:o.TYPE,EncodedVideoChunkType:o.TYPE,EndingType:o.TYPE,EpochTimeStamp:o.TYPE,ErrorEvent:o.TYPE_VALUE,ErrorEventInit:o.TYPE,Event:o.TYPE_VALUE,EventInit:o.TYPE,EventListener:o.TYPE,EventListenerObject:o.TYPE,EventListenerOptions:o.TYPE,EventListenerOrEventListenerObject:o.TYPE,EventSource:o.TYPE_VALUE,EventSourceEventMap:o.TYPE,EventSourceInit:o.TYPE,EventTarget:o.TYPE_VALUE,EXT_blend_minmax:o.TYPE,EXT_color_buffer_float:o.TYPE,EXT_color_buffer_half_float:o.TYPE,EXT_float_blend:o.TYPE,EXT_frag_depth:o.TYPE,EXT_shader_texture_lod:o.TYPE,EXT_sRGB:o.TYPE,EXT_texture_compression_bptc:o.TYPE,EXT_texture_compression_rgtc:o.TYPE,EXT_texture_filter_anisotropic:o.TYPE,EXT_texture_norm16:o.TYPE,ExtendableEvent:o.TYPE_VALUE,ExtendableEventInit:o.TYPE,ExtendableMessageEvent:o.TYPE_VALUE,ExtendableMessageEventInit:o.TYPE,FetchEvent:o.TYPE_VALUE,FetchEventInit:o.TYPE,File:o.TYPE_VALUE,FileList:o.TYPE_VALUE,FilePropertyBag:o.TYPE,FileReader:o.TYPE_VALUE,FileReaderEventMap:o.TYPE,FileReaderSync:o.TYPE_VALUE,FileSystemCreateWritableOptions:o.TYPE,FileSystemDirectoryHandle:o.TYPE_VALUE,FileSystemFileHandle:o.TYPE_VALUE,FileSystemGetDirectoryOptions:o.TYPE,FileSystemGetFileOptions:o.TYPE,FileSystemHandle:o.TYPE_VALUE,FileSystemHandleKind:o.TYPE,FileSystemReadWriteOptions:o.TYPE,FileSystemRemoveOptions:o.TYPE,FileSystemSyncAccessHandle:o.TYPE_VALUE,FileSystemWritableFileStream:o.TYPE_VALUE,FileSystemWriteChunkType:o.TYPE,Float32List:o.TYPE,FontDisplay:o.TYPE,FontFace:o.TYPE_VALUE,FontFaceDescriptors:o.TYPE,FontFaceLoadStatus:o.TYPE,FontFaceSet:o.TYPE_VALUE,FontFaceSetEventMap:o.TYPE,FontFaceSetLoadEvent:o.TYPE_VALUE,FontFaceSetLoadEventInit:o.TYPE,FontFaceSetLoadStatus:o.TYPE,FontFaceSource:o.TYPE,FormData:o.TYPE_VALUE,FormDataEntryValue:o.TYPE,FrameRequestCallback:o.TYPE,FrameType:o.TYPE,GenericTransformStream:o.TYPE,GetNotificationOptions:o.TYPE,GLbitfield:o.TYPE,GLboolean:o.TYPE,GLclampf:o.TYPE,GLenum:o.TYPE,GLfloat:o.TYPE,GLint:o.TYPE,GLint64:o.TYPE,GLintptr:o.TYPE,GlobalCompositeOperation:o.TYPE,GLsizei:o.TYPE,GLsizeiptr:o.TYPE,GLuint:o.TYPE,GLuint64:o.TYPE,HardwareAcceleration:o.TYPE,HashAlgorithmIdentifier:o.TYPE,HdrMetadataType:o.TYPE,Headers:o.TYPE_VALUE,HeadersInit:o.TYPE,HkdfParams:o.TYPE,HmacImportParams:o.TYPE,HmacKeyGenParams:o.TYPE,IDBCursor:o.TYPE_VALUE,IDBCursorDirection:o.TYPE,IDBCursorWithValue:o.TYPE_VALUE,IDBDatabase:o.TYPE_VALUE,IDBDatabaseEventMap:o.TYPE,IDBDatabaseInfo:o.TYPE,IDBFactory:o.TYPE_VALUE,IDBIndex:o.TYPE_VALUE,IDBIndexParameters:o.TYPE,IDBKeyRange:o.TYPE_VALUE,IDBObjectStore:o.TYPE_VALUE,IDBObjectStoreParameters:o.TYPE,IDBOpenDBRequest:o.TYPE_VALUE,IDBOpenDBRequestEventMap:o.TYPE,IDBRequest:o.TYPE_VALUE,IDBRequestEventMap:o.TYPE,IDBRequestReadyState:o.TYPE,IDBTransaction:o.TYPE_VALUE,IDBTransactionDurability:o.TYPE,IDBTransactionEventMap:o.TYPE,IDBTransactionMode:o.TYPE,IDBTransactionOptions:o.TYPE,IDBValidKey:o.TYPE,IDBVersionChangeEvent:o.TYPE_VALUE,IDBVersionChangeEventInit:o.TYPE,ImageBitmap:o.TYPE_VALUE,ImageBitmapOptions:o.TYPE,ImageBitmapRenderingContext:o.TYPE_VALUE,ImageBitmapRenderingContextSettings:o.TYPE,ImageBitmapSource:o.TYPE,ImageData:o.TYPE_VALUE,ImageDataSettings:o.TYPE,ImageEncodeOptions:o.TYPE,ImageOrientation:o.TYPE,ImageSmoothingQuality:o.TYPE,ImportMeta:o.TYPE,Int32List:o.TYPE,JsonWebKey:o.TYPE,KeyAlgorithm:o.TYPE,KeyFormat:o.TYPE,KeyType:o.TYPE,KeyUsage:o.TYPE,KHR_parallel_shader_compile:o.TYPE,LatencyMode:o.TYPE,Lock:o.TYPE_VALUE,LockGrantedCallback:o.TYPE,LockInfo:o.TYPE,LockManager:o.TYPE_VALUE,LockManagerSnapshot:o.TYPE,LockMode:o.TYPE,LockOptions:o.TYPE,MediaCapabilities:o.TYPE_VALUE,MediaCapabilitiesDecodingInfo:o.TYPE,MediaCapabilitiesEncodingInfo:o.TYPE,MediaCapabilitiesInfo:o.TYPE,MediaConfiguration:o.TYPE,MediaDecodingConfiguration:o.TYPE,MediaDecodingType:o.TYPE,MediaEncodingConfiguration:o.TYPE,MediaEncodingType:o.TYPE,MediaSourceHandle:o.TYPE_VALUE,MediaStreamTrackProcessor:o.TYPE_VALUE,MediaStreamTrackProcessorInit:o.TYPE,MessageChannel:o.TYPE_VALUE,MessageEvent:o.TYPE_VALUE,MessageEventInit:o.TYPE,MessageEventSource:o.TYPE,MessagePort:o.TYPE_VALUE,MessagePortEventMap:o.TYPE,MultiCacheQueryOptions:o.TYPE,NamedCurve:o.TYPE,NavigationPreloadManager:o.TYPE_VALUE,NavigationPreloadState:o.TYPE,NavigatorBadge:o.TYPE,NavigatorConcurrentHardware:o.TYPE,NavigatorID:o.TYPE,NavigatorLanguage:o.TYPE,NavigatorLocks:o.TYPE,NavigatorOnLine:o.TYPE,NavigatorStorage:o.TYPE,Notification:o.TYPE_VALUE,NotificationDirection:o.TYPE,NotificationEvent:o.TYPE_VALUE,NotificationEventInit:o.TYPE,NotificationEventMap:o.TYPE,NotificationOptions:o.TYPE,NotificationPermission:o.TYPE,OES_draw_buffers_indexed:o.TYPE,OES_element_index_uint:o.TYPE,OES_fbo_render_mipmap:o.TYPE,OES_standard_derivatives:o.TYPE,OES_texture_float:o.TYPE,OES_texture_float_linear:o.TYPE,OES_texture_half_float:o.TYPE,OES_texture_half_float_linear:o.TYPE,OES_vertex_array_object:o.TYPE,OffscreenCanvas:o.TYPE_VALUE,OffscreenCanvasEventMap:o.TYPE,OffscreenCanvasRenderingContext2D:o.TYPE_VALUE,OffscreenRenderingContext:o.TYPE,OffscreenRenderingContextId:o.TYPE,OnErrorEventHandler:o.TYPE,OnErrorEventHandlerNonNull:o.TYPE,OVR_multiview2:o.TYPE,Path2D:o.TYPE_VALUE,Pbkdf2Params:o.TYPE,Performance:o.TYPE_VALUE,PerformanceEntry:o.TYPE_VALUE,PerformanceEntryList:o.TYPE,PerformanceEventMap:o.TYPE,PerformanceMark:o.TYPE_VALUE,PerformanceMarkOptions:o.TYPE,PerformanceMeasure:o.TYPE_VALUE,PerformanceMeasureOptions:o.TYPE,PerformanceObserver:o.TYPE_VALUE,PerformanceObserverCallback:o.TYPE,PerformanceObserverEntryList:o.TYPE_VALUE,PerformanceObserverInit:o.TYPE,PerformanceResourceTiming:o.TYPE_VALUE,PerformanceServerTiming:o.TYPE_VALUE,PermissionDescriptor:o.TYPE,PermissionName:o.TYPE,Permissions:o.TYPE_VALUE,PermissionState:o.TYPE,PermissionStatus:o.TYPE_VALUE,PermissionStatusEventMap:o.TYPE,PlaneLayout:o.TYPE,PredefinedColorSpace:o.TYPE,PremultiplyAlpha:o.TYPE,ProgressEvent:o.TYPE_VALUE,ProgressEventInit:o.TYPE,PromiseRejectionEvent:o.TYPE_VALUE,PromiseRejectionEventInit:o.TYPE,PushEncryptionKeyName:o.TYPE,PushEvent:o.TYPE_VALUE,PushEventInit:o.TYPE,PushManager:o.TYPE_VALUE,PushMessageData:o.TYPE_VALUE,PushMessageDataInit:o.TYPE,PushSubscription:o.TYPE_VALUE,PushSubscriptionJSON:o.TYPE,PushSubscriptionOptions:o.TYPE_VALUE,PushSubscriptionOptionsInit:o.TYPE,QueuingStrategy:o.TYPE,QueuingStrategyInit:o.TYPE,QueuingStrategySize:o.TYPE,ReadableByteStreamController:o.TYPE_VALUE,ReadableStream:o.TYPE_VALUE,ReadableStreamBYOBReader:o.TYPE_VALUE,ReadableStreamBYOBRequest:o.TYPE_VALUE,ReadableStreamController:o.TYPE,ReadableStreamDefaultController:o.TYPE_VALUE,ReadableStreamDefaultReader:o.TYPE_VALUE,ReadableStreamGenericReader:o.TYPE,ReadableStreamGetReaderOptions:o.TYPE,ReadableStreamIteratorOptions:o.TYPE,ReadableStreamReadDoneResult:o.TYPE,ReadableStreamReader:o.TYPE,ReadableStreamReaderMode:o.TYPE,ReadableStreamReadResult:o.TYPE,ReadableStreamReadValueResult:o.TYPE,ReadableStreamType:o.TYPE,ReadableWritablePair:o.TYPE,ReferrerPolicy:o.TYPE,RegistrationOptions:o.TYPE,Report:o.TYPE_VALUE,ReportBody:o.TYPE_VALUE,ReportingObserver:o.TYPE_VALUE,ReportingObserverCallback:o.TYPE,ReportingObserverOptions:o.TYPE,ReportList:o.TYPE,Request:o.TYPE_VALUE,RequestCache:o.TYPE,RequestCredentials:o.TYPE,RequestDestination:o.TYPE,RequestInfo:o.TYPE,RequestInit:o.TYPE,RequestMode:o.TYPE,RequestPriority:o.TYPE,RequestRedirect:o.TYPE,ResizeQuality:o.TYPE,Response:o.TYPE_VALUE,ResponseInit:o.TYPE,ResponseType:o.TYPE,RsaHashedImportParams:o.TYPE,RsaHashedKeyGenParams:o.TYPE,RsaKeyGenParams:o.TYPE,RsaOaepParams:o.TYPE,RsaOtherPrimesInfo:o.TYPE,RsaPssParams:o.TYPE,RTCEncodedAudioFrame:o.TYPE_VALUE,RTCEncodedAudioFrameMetadata:o.TYPE,RTCEncodedVideoFrame:o.TYPE_VALUE,RTCEncodedVideoFrameMetadata:o.TYPE,RTCEncodedVideoFrameType:o.TYPE,RTCRtpScriptTransformer:o.TYPE_VALUE,RTCTransformEvent:o.TYPE_VALUE,SecurityPolicyViolationEvent:o.TYPE_VALUE,SecurityPolicyViolationEventDisposition:o.TYPE,SecurityPolicyViolationEventInit:o.TYPE,ServiceWorker:o.TYPE_VALUE,ServiceWorkerContainer:o.TYPE_VALUE,ServiceWorkerContainerEventMap:o.TYPE,ServiceWorkerEventMap:o.TYPE,ServiceWorkerGlobalScope:o.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:o.TYPE,ServiceWorkerRegistration:o.TYPE_VALUE,ServiceWorkerRegistrationEventMap:o.TYPE,ServiceWorkerState:o.TYPE,ServiceWorkerUpdateViaCache:o.TYPE,SharedWorkerGlobalScope:o.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:o.TYPE,StorageEstimate:o.TYPE,StorageManager:o.TYPE_VALUE,StreamPipeOptions:o.TYPE,StructuredSerializeOptions:o.TYPE,StylePropertyMapReadOnly:o.TYPE_VALUE,SubtleCrypto:o.TYPE_VALUE,TexImageSource:o.TYPE,TextDecodeOptions:o.TYPE,TextDecoder:o.TYPE_VALUE,TextDecoderCommon:o.TYPE,TextDecoderOptions:o.TYPE,TextDecoderStream:o.TYPE_VALUE,TextEncoder:o.TYPE_VALUE,TextEncoderCommon:o.TYPE,TextEncoderEncodeIntoResult:o.TYPE,TextEncoderStream:o.TYPE_VALUE,TextMetrics:o.TYPE_VALUE,TimerHandler:o.TYPE,Transferable:o.TYPE,TransferFunction:o.TYPE,Transformer:o.TYPE,TransformerFlushCallback:o.TYPE,TransformerStartCallback:o.TYPE,TransformerTransformCallback:o.TYPE,TransformStream:o.TYPE_VALUE,TransformStreamDefaultController:o.TYPE_VALUE,Uint32List:o.TYPE,UnderlyingByteSource:o.TYPE,UnderlyingDefaultSource:o.TYPE,UnderlyingSink:o.TYPE,UnderlyingSinkAbortCallback:o.TYPE,UnderlyingSinkCloseCallback:o.TYPE,UnderlyingSinkStartCallback:o.TYPE,UnderlyingSinkWriteCallback:o.TYPE,UnderlyingSource:o.TYPE,UnderlyingSourceCancelCallback:o.TYPE,UnderlyingSourcePullCallback:o.TYPE,UnderlyingSourceStartCallback:o.TYPE,URL:o.TYPE_VALUE,URLSearchParams:o.TYPE_VALUE,VideoColorPrimaries:o.TYPE,VideoColorSpace:o.TYPE_VALUE,VideoColorSpaceInit:o.TYPE,VideoConfiguration:o.TYPE,VideoDecoder:o.TYPE_VALUE,VideoDecoderConfig:o.TYPE,VideoDecoderEventMap:o.TYPE,VideoDecoderInit:o.TYPE,VideoDecoderSupport:o.TYPE,VideoEncoder:o.TYPE_VALUE,VideoEncoderBitrateMode:o.TYPE,VideoEncoderConfig:o.TYPE,VideoEncoderEncodeOptions:o.TYPE,VideoEncoderEventMap:o.TYPE,VideoEncoderInit:o.TYPE,VideoEncoderSupport:o.TYPE,VideoFrame:o.TYPE_VALUE,VideoFrameBufferInit:o.TYPE,VideoFrameCopyToOptions:o.TYPE,VideoFrameInit:o.TYPE,VideoFrameOutputCallback:o.TYPE,VideoMatrixCoefficients:o.TYPE,VideoPixelFormat:o.TYPE,VideoTransferCharacteristics:o.TYPE,VoidFunction:o.TYPE,WebAssembly:o.TYPE_VALUE,WebCodecsErrorCallback:o.TYPE,WEBGL_color_buffer_float:o.TYPE,WEBGL_compressed_texture_astc:o.TYPE,WEBGL_compressed_texture_etc:o.TYPE,WEBGL_compressed_texture_etc1:o.TYPE,WEBGL_compressed_texture_pvrtc:o.TYPE,WEBGL_compressed_texture_s3tc:o.TYPE,WEBGL_compressed_texture_s3tc_srgb:o.TYPE,WEBGL_debug_renderer_info:o.TYPE,WEBGL_debug_shaders:o.TYPE,WEBGL_depth_texture:o.TYPE,WEBGL_draw_buffers:o.TYPE,WEBGL_lose_context:o.TYPE,WEBGL_multi_draw:o.TYPE,WebGL2RenderingContext:o.TYPE_VALUE,WebGL2RenderingContextBase:o.TYPE,WebGL2RenderingContextOverloads:o.TYPE,WebGLActiveInfo:o.TYPE_VALUE,WebGLBuffer:o.TYPE_VALUE,WebGLContextAttributes:o.TYPE,WebGLContextEvent:o.TYPE_VALUE,WebGLContextEventInit:o.TYPE,WebGLFramebuffer:o.TYPE_VALUE,WebGLPowerPreference:o.TYPE,WebGLProgram:o.TYPE_VALUE,WebGLQuery:o.TYPE_VALUE,WebGLRenderbuffer:o.TYPE_VALUE,WebGLRenderingContext:o.TYPE_VALUE,WebGLRenderingContextBase:o.TYPE,WebGLRenderingContextOverloads:o.TYPE,WebGLSampler:o.TYPE_VALUE,WebGLShader:o.TYPE_VALUE,WebGLShaderPrecisionFormat:o.TYPE_VALUE,WebGLSync:o.TYPE_VALUE,WebGLTexture:o.TYPE_VALUE,WebGLTransformFeedback:o.TYPE_VALUE,WebGLUniformLocation:o.TYPE_VALUE,WebGLVertexArrayObject:o.TYPE_VALUE,WebGLVertexArrayObjectOES:o.TYPE,WebSocket:o.TYPE_VALUE,WebSocketEventMap:o.TYPE,WebTransport:o.TYPE_VALUE,WebTransportBidirectionalStream:o.TYPE_VALUE,WebTransportCloseInfo:o.TYPE,WebTransportCongestionControl:o.TYPE,WebTransportDatagramDuplexStream:o.TYPE_VALUE,WebTransportError:o.TYPE_VALUE,WebTransportErrorOptions:o.TYPE,WebTransportErrorSource:o.TYPE,WebTransportHash:o.TYPE,WebTransportOptions:o.TYPE,WebTransportSendStreamOptions:o.TYPE,WindowClient:o.TYPE_VALUE,WindowOrWorkerGlobalScope:o.TYPE,Worker:o.TYPE_VALUE,WorkerEventMap:o.TYPE,WorkerGlobalScope:o.TYPE_VALUE,WorkerGlobalScopeEventMap:o.TYPE,WorkerLocation:o.TYPE_VALUE,WorkerNavigator:o.TYPE_VALUE,WorkerOptions:o.TYPE,WorkerType:o.TYPE,WritableStream:o.TYPE_VALUE,WritableStreamDefaultController:o.TYPE_VALUE,WritableStreamDefaultWriter:o.TYPE_VALUE,WriteCommandType:o.TYPE,WriteParams:o.TYPE,XMLHttpRequest:o.TYPE_VALUE,XMLHttpRequestBodyInit:o.TYPE,XMLHttpRequestEventMap:o.TYPE,XMLHttpRequestEventTarget:o.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:o.TYPE,XMLHttpRequestResponseType:o.TYPE,XMLHttpRequestUpload:o.TYPE_VALUE};var hi={};Object.defineProperty(hi,"__esModule",{value:!0}),hi.webworker_asynciterable=void 0;const _i=C;hi.webworker_asynciterable={FileSystemDirectoryHandle:_i.TYPE,FileSystemDirectoryHandleAsyncIterator:_i.TYPE,ReadableStream:_i.TYPE,ReadableStreamAsyncIterator:_i.TYPE};var bi={};Object.defineProperty(bi,"__esModule",{value:!0}),bi.webworker_iterable=void 0;const W=C;bi.webworker_iterable={AbortSignal:W.TYPE,Cache:W.TYPE,CanvasPath:W.TYPE,CanvasPathDrawingStyles:W.TYPE,CSSNumericArray:W.TYPE,CSSTransformValue:W.TYPE,CSSUnparsedValue:W.TYPE,DOMStringList:W.TYPE,FileList:W.TYPE,FontFaceSet:W.TYPE,FormData:W.TYPE,FormDataIterator:W.TYPE,Headers:W.TYPE,HeadersIterator:W.TYPE,IDBDatabase:W.TYPE,IDBObjectStore:W.TYPE,MessageEvent:W.TYPE,StylePropertyMapReadOnly:W.TYPE,StylePropertyMapReadOnlyIterator:W.TYPE,SubtleCrypto:W.TYPE,URLSearchParams:W.TYPE,URLSearchParamsIterator:W.TYPE,WEBGL_draw_buffers:W.TYPE,WEBGL_multi_draw:W.TYPE,WebGL2RenderingContextBase:W.TYPE,WebGL2RenderingContextOverloads:W.TYPE,WebGLRenderingContextBase:W.TYPE,WebGLRenderingContextOverloads:W.TYPE},Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.lib=void 0;const c_=Pt,u_=lr,p_=pe,E_=ve,f_=Pe,d_=et,T_=qn,P_=Jn,m_=St,y_=mt,h_=yt,__=ht,b_=me,g_=_t,S_=bt,v_=gt,Y_=Ee,L_=tt,A_=Lt,C_=vt,V_=Qn,O_=Yt,M_=At,w_=cr,U_=ei,I_=ur,R_=pr,x_=Er,D_=fr,F_=dr,$_=Ct,k_=Tr,N_=rt,B_=ti,j_=Vt,G_=mr,W_=yr,H_=Ot,K_=hr,X_=ri,z_=_r,q_=br,J_=gr,Q_=Sr,Z_=Mt,e0=vr,t0=Yr,r0=ii,n0=xe,i0=Lr,s0=Ar,o0=Cr,a0=Vr,l0=wt,c0=Ut,u0=oi,p0=Or,E0=Mr,f0=wr,d0=Ur,T0=It,P0=Ir,m0=Rr,y0=li,h0=xr,_0=Dr,b0=Fr,g0=$r,S0=kr,v0=Rt,Y0=Nr,L0=Br,A0=ci,C0=jr,V0=Gr,O0=Wr,M0=pi,w0=Ei,U0=Hr,I0=Kr,R0=Xr,x0=fi,D0=zr,F0=qr,$0=Jr,k0=Qr,N0=Zr,B0=en,j0=di,G0=Ti,W0=mi,H0=fe,K0=yi,X0=hi,z0=de,q0=bi,J0={decorators:c_.decorators,"decorators.legacy":u_.decorators_legacy,dom:p_.dom,"dom.asynciterable":E_.dom_asynciterable,"dom.iterable":f_.dom_iterable,es5:d_.es5,es6:T_.es6,es7:P_.es7,es2015:m_.es2015,"es2015.collection":y_.es2015_collection,"es2015.core":h_.es2015_core,"es2015.generator":__.es2015_generator,"es2015.iterable":b_.es2015_iterable,"es2015.promise":g_.es2015_promise,"es2015.proxy":S_.es2015_proxy,"es2015.reflect":v_.es2015_reflect,"es2015.symbol":Y_.es2015_symbol,"es2015.symbol.wellknown":L_.es2015_symbol_wellknown,es2016:A_.es2016,"es2016.array.include":C_.es2016_array_include,"es2016.full":V_.es2016_full,"es2016.intl":O_.es2016_intl,es2017:M_.es2017,"es2017.date":w_.es2017_date,"es2017.full":U_.es2017_full,"es2017.intl":I_.es2017_intl,"es2017.object":R_.es2017_object,"es2017.sharedmemory":x_.es2017_sharedmemory,"es2017.string":D_.es2017_string,"es2017.typedarrays":F_.es2017_typedarrays,es2018:$_.es2018,"es2018.asyncgenerator":k_.es2018_asyncgenerator,"es2018.asynciterable":N_.es2018_asynciterable,"es2018.full":B_.es2018_full,"es2018.intl":j_.es2018_intl,"es2018.promise":G_.es2018_promise,"es2018.regexp":W_.es2018_regexp,es2019:H_.es2019,"es2019.array":K_.es2019_array,"es2019.full":X_.es2019_full,"es2019.intl":z_.es2019_intl,"es2019.object":q_.es2019_object,"es2019.string":J_.es2019_string,"es2019.symbol":Q_.es2019_symbol,es2020:Z_.es2020,"es2020.bigint":e0.es2020_bigint,"es2020.date":t0.es2020_date,"es2020.full":r0.es2020_full,"es2020.intl":n0.es2020_intl,"es2020.number":i0.es2020_number,"es2020.promise":s0.es2020_promise,"es2020.sharedmemory":o0.es2020_sharedmemory,"es2020.string":a0.es2020_string,"es2020.symbol.wellknown":l0.es2020_symbol_wellknown,es2021:c0.es2021,"es2021.full":u0.es2021_full,"es2021.intl":p0.es2021_intl,"es2021.promise":E0.es2021_promise,"es2021.string":f0.es2021_string,"es2021.weakref":d0.es2021_weakref,es2022:T0.es2022,"es2022.array":P0.es2022_array,"es2022.error":m0.es2022_error,"es2022.full":y0.es2022_full,"es2022.intl":h0.es2022_intl,"es2022.object":_0.es2022_object,"es2022.regexp":b0.es2022_regexp,"es2022.sharedmemory":g0.es2022_sharedmemory,"es2022.string":S0.es2022_string,es2023:v0.es2023,"es2023.array":Y0.es2023_array,"es2023.collection":L0.es2023_collection,"es2023.full":A0.es2023_full,"es2023.intl":C0.es2023_intl,esnext:V0.esnext,"esnext.array":O0.esnext_array,"esnext.asynciterable":M0.esnext_asynciterable,"esnext.bigint":w0.esnext_bigint,"esnext.collection":U0.esnext_collection,"esnext.decorators":I0.esnext_decorators,"esnext.disposable":R0.esnext_disposable,"esnext.full":x0.esnext_full,"esnext.intl":D0.esnext_intl,"esnext.iterator":F0.esnext_iterator,"esnext.object":$0.esnext_object,"esnext.promise":k0.esnext_promise,"esnext.regexp":N0.esnext_regexp,"esnext.string":B0.esnext_string,"esnext.symbol":j0.esnext_symbol,"esnext.weakref":G0.esnext_weakref,lib:W0.lib,scripthost:H0.scripthost,webworker:K0.webworker,"webworker.asynciterable":X0.webworker_asynciterable,"webworker.importscripts":z0.webworker_importscripts,"webworker.iterable":q0.webworker_iterable};Kn.lib=J0;var gi={},rn={},Si={},vi={},J={},we={};Object.defineProperty(we,"__esModule",{value:!0}),we.ReferenceTypeFlag=we.ReferenceFlag=we.Reference=void 0;const Q0=Ze;var nt;(function(t){t[t.Read=1]="Read",t[t.Write=2]="Write",t[t.ReadWrite=3]="ReadWrite"})(nt||(we.ReferenceFlag=nt={}));const Z0=(0,Q0.createIdGenerator)();var nn;(function(t){t[t.Value=1]="Value",t[t.Type=2]="Type"})(nn||(we.ReferenceTypeFlag=nn={}));class eb{static{l(this,"Reference")}$id=Z0();#e;from;identifier;init;maybeImplicitGlobal;resolved;writeExpr;#t;constructor(e,n,i,s,a,c,u=nn.Value){this.identifier=e,this.from=n,this.resolved=null,this.#e=i,this.isWrite()&&(this.writeExpr=s,this.init=c),this.maybeImplicitGlobal=a,this.#t=u}get isTypeReference(){return(this.#t&nn.Type)!==0}get isValueReference(){return(this.#t&nn.Value)!==0}isWrite(){return!!(this.#e&nt.Write)}isRead(){return!!(this.#e&nt.Read)}isReadOnly(){return this.#e===nt.Read}isWriteOnly(){return this.#e===nt.Write}isReadWrite(){return this.#e===nt.ReadWrite}}we.Reference=eb;var Yi={},sn={},on={};Object.defineProperty(on,"__esModule",{value:!0}),on.VariableBase=void 0;const tb=Ze,rb=(0,tb.createIdGenerator)();class nb{static{l(this,"VariableBase")}$id=rb();defs=[];eslintUsed=!1;identifiers=[];name;references=[];scope;constructor(e,n){this.name=e,this.scope=n}}on.VariableBase=nb,Object.defineProperty(sn,"__esModule",{value:!0}),sn.ESLintScopeVariable=void 0;const ib=on;class sb extends ib.VariableBase{static{l(this,"ESLintScopeVariable")}writeable;eslintExplicitGlobal;eslintImplicitGlobalSetting;eslintExplicitGlobalComments}sn.ESLintScopeVariable=sb;var Li={};Object.defineProperty(Li,"__esModule",{value:!0}),Li.ImplicitLibVariable=void 0;const ob=sn;class ab extends ob.ESLintScopeVariable{static{l(this,"ImplicitLibVariable")}isTypeVariable;isValueVariable;constructor(e,n,{eslintImplicitGlobalSetting:i,isTypeVariable:s,isValueVariable:a,writeable:c}){super(n,e),this.isTypeVariable=s??!1,this.isValueVariable=a??!1,this.writeable=c??!1,this.eslintImplicitGlobalSetting=i??"readonly"}}Li.ImplicitLibVariable=ab;var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.Variable=void 0;const lb=on;class cb extends lb.VariableBase{static{l(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(e=>e.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(e=>e.isVariableDefinition)}}Ai.Variable=cb,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Variable=t.ImplicitLibVariable=t.ESLintScopeVariable=void 0;var e=sn;Object.defineProperty(t,"ESLintScopeVariable",{enumerable:!0,get:l(function(){return e.ESLintScopeVariable},"get")});var n=Li;Object.defineProperty(t,"ImplicitLibVariable",{enumerable:!0,get:l(function(){return n.ImplicitLibVariable},"get")});var i=Ai;Object.defineProperty(t,"Variable",{enumerable:!0,get:l(function(){return i.Variable},"get")})}(Yi);var K={};Object.defineProperty(K,"__esModule",{value:!0}),K.ScopeType=void 0;var vl;(function(t){t.block="block",t.catch="catch",t.class="class",t.classFieldInitializer="class-field-initializer",t.classStaticBlock="class-static-block",t.conditionalType="conditionalType",t.for="for",t.function="function",t.functionExpressionName="function-expression-name",t.functionType="functionType",t.global="global",t.mappedType="mappedType",t.module="module",t.switch="switch",t.tsEnum="tsEnum",t.tsModule="tsModule",t.type="type",t.with="with"})(vl||(K.ScopeType=vl={})),Object.defineProperty(J,"__esModule",{value:!0}),J.ScopeBase=void 0;const an=Ve,ub=Qe,pb=Ge,Eb=Ze,Ue=we,fb=Yi,Z=K;function db(t,e,n){let i;if(t.upper?.isStrict||n||t.type===Z.ScopeType.class||t.type===Z.ScopeType.conditionalType||t.type===Z.ScopeType.functionType||t.type===Z.ScopeType.mappedType||t.type===Z.ScopeType.module||t.type===Z.ScopeType.tsEnum||t.type===Z.ScopeType.tsModule||t.type===Z.ScopeType.type)return!0;if(t.type===Z.ScopeType.block||t.type===Z.ScopeType.switch)return!1;if(t.type===Z.ScopeType.function){const s=e;switch(s.type){case an.AST_NODE_TYPES.ArrowFunctionExpression:if(s.body.type!==an.AST_NODE_TYPES.BlockStatement)return!1;i=s.body;break;case an.AST_NODE_TYPES.Program:i=s;break;default:i=s.body}if(!i)return!1}else if(t.type===Z.ScopeType.global)i=e;else return!1;for(const s of i.body){if(s.type!==an.AST_NODE_TYPES.ExpressionStatement)break;if(s.directive==="use strict")return!0;const a=s.expression;if(a.type!==an.AST_NODE_TYPES.Literal)break;if(a.raw==='"use strict"'||a.raw==="'use strict'"||a.value==="use strict")return!0}return!1}l(db,"isStrictScope");function Tb(t,e){t.scopes.push(e);const n=t.nodeToScope.get(e.block);n?n.push(e):t.nodeToScope.set(e.block,[e])}l(Tb,"registerScope");const Pb=(0,Eb.createIdGenerator)(),mb=new Set([Z.ScopeType.classFieldInitializer,Z.ScopeType.classStaticBlock,Z.ScopeType.function,Z.ScopeType.global,Z.ScopeType.module,Z.ScopeType.tsModule]);class yb{static{l(this,"ScopeBase")}$id=Pb();block;childScopes=[];#e;#t;functionExpressionScope=!1;isStrict;leftToResolve=[];references=[];set=new Map;through=[];type;upper;variables=[];#n=l(e=>{let n=this;do n.through.push(e),n=n.upper;while(n)},"#dynamicCloseRef");#o=l((e,n)=>{this.shouldStaticallyCloseForGlobal(e,n)?this.#m(e):this.#n(e)},"#globalCloseRef");#m=l(e=>{l(()=>{const i=e.identifier.name,s=this.set.get(i);if(!s||!this.isValidResolution(e,s))return!1;const a=e.isTypeReference&&s.isTypeVariable,c=e.isValueReference&&s.isValueVariable;return!a&&!c?!1:(s.references.push(e),e.resolved=s,!0)},"resolve")()||this.delegateToUpperScope(e)},"#staticCloseRef");variableScope;constructor(e,n,i,s,a){const c=i;this.type=n,this.#t=this.type===Z.ScopeType.global||this.type===Z.ScopeType.with,this.block=s,this.variableScope=this.isVariableScope()?this:c.variableScope,this.upper=i,this.isStrict=db(this,s,a),c?.childScopes.push(this),this.#e=e.declaredVariables,Tb(e,this)}isVariableScope(){return mb.has(this.type)}shouldStaticallyCloseForGlobal(e,n){const i=e.identifier.name,s=this.set.get(i);if(!s)return!1;if(n.isModule())return!0;const a=s.defs;return a.length>0&&a.every(c=>!(c.type===pb.DefinitionType.Variable&&c.parent.kind==="var"))}close(e){let n;return this.shouldStaticallyClose()?n=this.#m:this.type!=="global"?n=this.#n:n=this.#o,(0,ub.assert)(this.leftToResolve),this.leftToResolve.forEach(i=>n(i,e)),this.leftToResolve=null,this.upper}shouldStaticallyClose(){return!this.#t}defineVariable(e,n,i,s,a){const c=typeof e=="string"?e:e.name;let u=n.get(c);u||(u=typeof e=="string"?new fb.Variable(c,this):e,n.set(c,u),i.push(u)),a&&(u.defs.push(a),this.addDeclaredVariablesOfNode(u,a.node),this.addDeclaredVariablesOfNode(u,a.parent)),s&&u.identifiers.push(s)}delegateToUpperScope(e){this.upper?.leftToResolve?.push(e),this.through.push(e)}isValidResolution(e,n){return!0}addDeclaredVariablesOfNode(e,n){if(n==null)return;let i=this.#e.get(n);i==null&&(i=[],this.#e.set(n,i)),i.includes(e)||i.push(e)}defineIdentifier(e,n){this.defineVariable(e.name,this.set,this.variables,e,n)}defineLiteralIdentifier(e,n){this.defineVariable(e.value,this.set,this.variables,null,n)}referenceDualValueType(e){const n=new Ue.Reference(e,this,Ue.ReferenceFlag.Read,null,null,!1,Ue.ReferenceTypeFlag.Type|Ue.ReferenceTypeFlag.Value);this.references.push(n),this.leftToResolve?.push(n)}referenceType(e){const n=new Ue.Reference(e,this,Ue.ReferenceFlag.Read,null,null,!1,Ue.ReferenceTypeFlag.Type);this.references.push(n),this.leftToResolve?.push(n)}referenceValue(e,n=Ue.ReferenceFlag.Read,i,s,a=!1){const c=new Ue.Reference(e,this,n,i,s,a,Ue.ReferenceTypeFlag.Value);this.references.push(c),this.leftToResolve?.push(c)}}J.ScopeBase=yb,Object.defineProperty(vi,"__esModule",{value:!0}),vi.BlockScope=void 0;const hb=J,_b=K;class bb extends hb.ScopeBase{static{l(this,"BlockScope")}constructor(e,n,i){super(e,_b.ScopeType.block,n,i,!1)}}vi.BlockScope=bb;var Ci={};Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.CatchScope=void 0;const gb=J,Sb=K;class vb extends gb.ScopeBase{static{l(this,"CatchScope")}constructor(e,n,i){super(e,Sb.ScopeType.catch,n,i,!1)}}Ci.CatchScope=vb;var ln={};Object.defineProperty(ln,"__esModule",{value:!0}),ln.ClassFieldInitializerScope=void 0;const Yb=J,Lb=K;class Ab extends Yb.ScopeBase{static{l(this,"ClassFieldInitializerScope")}constructor(e,n,i){super(e,Lb.ScopeType.classFieldInitializer,n,i,!1)}}ln.ClassFieldInitializerScope=Ab;var Vi={};Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.ClassScope=void 0;const Cb=J,Vb=K;class Ob extends Cb.ScopeBase{static{l(this,"ClassScope")}constructor(e,n,i){super(e,Vb.ScopeType.class,n,i,!1)}}Vi.ClassScope=Ob;var Oi={};Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.ConditionalTypeScope=void 0;const Mb=J,wb=K;class Ub extends Mb.ScopeBase{static{l(this,"ConditionalTypeScope")}constructor(e,n,i){super(e,wb.ScopeType.conditionalType,n,i,!1)}}Oi.ConditionalTypeScope=Ub;var Mi={};Object.defineProperty(Mi,"__esModule",{value:!0}),Mi.ForScope=void 0;const Ib=J,Rb=K;class xb extends Ib.ScopeBase{static{l(this,"ForScope")}constructor(e,n,i){super(e,Rb.ScopeType.for,n,i,!1)}}Mi.ForScope=xb;var wi={};Object.defineProperty(wi,"__esModule",{value:!0}),wi.FunctionExpressionNameScope=void 0;const Db=Ge,Fb=J,$b=K;class kb extends Fb.ScopeBase{static{l(this,"FunctionExpressionNameScope")}functionExpressionScope;constructor(e,n,i){super(e,$b.ScopeType.functionExpressionName,n,i,!1),i.id&&this.defineIdentifier(i.id,new Db.FunctionNameDefinition(i.id,i)),this.functionExpressionScope=!0}}wi.FunctionExpressionNameScope=kb;var Ui={};Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.FunctionScope=void 0;const Yl=Ve,Nb=J,Bb=K;class jb extends Nb.ScopeBase{static{l(this,"FunctionScope")}constructor(e,n,i,s){super(e,Bb.ScopeType.function,n,i,s),this.block.type!==Yl.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(e,n){if(this.block.type===Yl.AST_NODE_TYPES.Program)return!0;const i=this.block.body?.range[0]??-1;return!(n.scope===this&&e.identifier.range[0]<i&&n.defs.every(s=>s.name.range[0]>=i))}}Ui.FunctionScope=jb;var Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.FunctionTypeScope=void 0;const Gb=J,Wb=K;class Hb extends Gb.ScopeBase{static{l(this,"FunctionTypeScope")}constructor(e,n,i){super(e,Wb.ScopeType.functionType,n,i,!1)}}Ii.FunctionTypeScope=Hb;var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.GlobalScope=void 0;const Kb=Ve,Xb=Qe,zb=ar,qb=Yi,Jb=J,Qb=K;class Zb extends Jb.ScopeBase{static{l(this,"GlobalScope")}implicit;constructor(e,n){super(e,Qb.ScopeType.global,null,n,!1),this.implicit={leftToBeResolved:[],set:new Map,variables:[]}}close(e){(0,Xb.assert)(this.leftToResolve);for(const n of this.leftToResolve)if(n.maybeImplicitGlobal&&!this.set.has(n.identifier.name)){const i=n.maybeImplicitGlobal,s=i.pattern;s.type===Kb.AST_NODE_TYPES.Identifier&&this.defineVariable(s.name,this.implicit.set,this.implicit.variables,s,new zb.ImplicitGlobalVariableDefinition(i.pattern,i.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(e)}defineImplicitVariable(e,n){this.defineVariable(new qb.ImplicitLibVariable(this,e,n),this.set,this.variables,null,null)}}Ri.GlobalScope=Zb;var xi={};Object.defineProperty(xi,"__esModule",{value:!0}),xi.MappedTypeScope=void 0;const eg=J,tg=K;class rg extends eg.ScopeBase{static{l(this,"MappedTypeScope")}constructor(e,n,i){super(e,tg.ScopeType.mappedType,n,i,!1)}}xi.MappedTypeScope=rg;var Di={};Object.defineProperty(Di,"__esModule",{value:!0}),Di.ModuleScope=void 0;const ng=J,ig=K;class sg extends ng.ScopeBase{static{l(this,"ModuleScope")}constructor(e,n,i){super(e,ig.ScopeType.module,n,i,!1)}}Di.ModuleScope=sg;var Ll={};Object.defineProperty(Ll,"__esModule",{value:!0});var Fi={};Object.defineProperty(Fi,"__esModule",{value:!0}),Fi.SwitchScope=void 0;const og=J,ag=K;class lg extends og.ScopeBase{static{l(this,"SwitchScope")}constructor(e,n,i){super(e,ag.ScopeType.switch,n,i,!1)}}Fi.SwitchScope=lg;var $i={};Object.defineProperty($i,"__esModule",{value:!0}),$i.TSEnumScope=void 0;const cg=J,ug=K;class pg extends cg.ScopeBase{static{l(this,"TSEnumScope")}constructor(e,n,i){super(e,ug.ScopeType.tsEnum,n,i,!1)}}$i.TSEnumScope=pg;var ki={};Object.defineProperty(ki,"__esModule",{value:!0}),ki.TSModuleScope=void 0;const Eg=J,fg=K;class dg extends Eg.ScopeBase{static{l(this,"TSModuleScope")}constructor(e,n,i){super(e,fg.ScopeType.tsModule,n,i,!1)}}ki.TSModuleScope=dg;var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.TypeScope=void 0;const Tg=J,Pg=K;class mg extends Tg.ScopeBase{static{l(this,"TypeScope")}constructor(e,n,i){super(e,Pg.ScopeType.type,n,i,!1)}}Ni.TypeScope=mg;var Bi={};Object.defineProperty(Bi,"__esModule",{value:!0}),Bi.WithScope=void 0;const yg=Qe,hg=J,_g=K;class bg extends hg.ScopeBase{static{l(this,"WithScope")}constructor(e,n,i){super(e,_g.ScopeType.with,n,i,!1)}close(e){return this.shouldStaticallyClose()?super.close(e):((0,yg.assert)(this.leftToResolve),this.leftToResolve.forEach(n=>this.delegateToUpperScope(n)),this.leftToResolve=null,this.upper)}}Bi.WithScope=bg,function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(vi,t),n(Ci,t),n(ln,t),n(Vi,t),n(Oi,t),n(Mi,t),n(wi,t),n(Ui,t),n(Ii,t),n(Ri,t),n(xi,t),n(Di,t),n(Ll,t),n(K,t),n(Fi,t),n($i,t),n(ki,t),n(Ni,t),n(Bi,t)}(Si);var it={},xt={},Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.VisitorBase=void 0;const gg=Rs;function Sg(t){return typeof t=="object"&&t!=null}l(Sg,"isObject");function Al(t){return Sg(t)&&typeof t.type=="string"}l(Al,"isNode");class vg{static{l(this,"VisitorBase")}#e;#t;constructor(e){this.#e=e.childVisitorKeys??gg.visitorKeys,this.#t=e.visitChildrenEvenIfSelectorExists??!1}visitChildren(e,n=[]){if(e?.type==null)return;const i=new Set([...n,"parent"]),s=this.#e[e.type]??Object.keys(e);for(const a of s){if(i.has(a))continue;const c=e[a];if(c)if(Array.isArray(c))for(const u of c)Al(u)&&this.visit(u);else Al(c)&&this.visit(c)}}visit(e){if(e?.type==null)return;const n=this[e.type];n&&(n.call(this,e),!this.#t)||this.visitChildren(e)}}Dt.VisitorBase=vg,Object.defineProperty(xt,"__esModule",{value:!0}),xt.PatternVisitor=void 0;const Ft=Ve,Yg=Dt;class Lg extends Yg.VisitorBase{static{l(this,"PatternVisitor")}#e=[];#t;#n=[];#o;rightHandNodes=[];constructor(e,n,i){super(e),this.#o=n,this.#t=i}static isPattern(e){const n=e.type;return n===Ft.AST_NODE_TYPES.Identifier||n===Ft.AST_NODE_TYPES.ObjectPattern||n===Ft.AST_NODE_TYPES.ArrayPattern||n===Ft.AST_NODE_TYPES.SpreadElement||n===Ft.AST_NODE_TYPES.RestElement||n===Ft.AST_NODE_TYPES.AssignmentPattern}ArrayExpression(e){e.elements.forEach(this.visit,this)}ArrayPattern(e){for(const n of e.elements)this.visit(n)}AssignmentExpression(e){this.#e.push(e),this.visit(e.left),this.rightHandNodes.push(e.right),this.#e.pop()}AssignmentPattern(e){this.#e.push(e),this.visit(e.left),this.rightHandNodes.push(e.right),this.#e.pop()}CallExpression(e){e.arguments.forEach(n=>{this.rightHandNodes.push(n)}),this.visit(e.callee)}Decorator(){}Identifier(e){const n=this.#n.at(-1);this.#t(e,{assignments:this.#e,rest:n?.argument===e,topLevel:e===this.#o})}MemberExpression(e){e.computed&&this.rightHandNodes.push(e.property),this.rightHandNodes.push(e.object)}Property(e){e.computed&&this.rightHandNodes.push(e.key),this.visit(e.value)}RestElement(e){this.#n.push(e),this.visit(e.argument),this.#n.pop()}SpreadElement(e){this.visit(e.argument)}TSTypeAnnotation(){}}xt.PatternVisitor=Lg,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.VisitorBase=t.Visitor=void 0;const e=xt,n=Dt;class i extends n.VisitorBase{static{l(this,"Visitor")}#e;constructor(c){super(c instanceof i?c.#e:c),this.#e=c instanceof i?c.#e:c}visitPattern(c,u,p={processRightHandNodes:!1}){const d=new e.PatternVisitor(this.#e,c,u);d.visit(c),p.processRightHandNodes&&d.rightHandNodes.forEach(this.visit,this)}}t.Visitor=i;var s=Dt;Object.defineProperty(t,"VisitorBase",{enumerable:!0,get:l(function(){return s.VisitorBase},"get")})}(it),Object.defineProperty(rn,"__esModule",{value:!0}),rn.TypeVisitor=void 0;const $t=Ve,kt=Ge,cn=Si,Ag=it;class Ws extends Ag.Visitor{static{l(this,"TypeVisitor")}#e;constructor(e){super(e),this.#e=e}static visit(e,n){new Ws(e).visit(n)}visitFunctionType(e){this.#e.scopeManager.nestFunctionTypeScope(e),this.visit(e.typeParameters);for(const n of e.params){let i=!1;this.visitPattern(n,(s,a)=>{this.#e.currentScope().defineIdentifier(s,new kt.ParameterDefinition(s,e,a.rest)),s.typeAnnotation&&(this.visit(s.typeAnnotation),i=!0)}),!i&&"typeAnnotation"in n&&this.visit(n.typeAnnotation)}this.visit(e.returnType),this.#e.close(e)}visitPropertyKey(e){e.computed&&this.#e.visit(e.key)}Identifier(e){this.#e.currentScope().referenceType(e)}MemberExpression(e){this.visit(e.object)}TSCallSignatureDeclaration(e){this.visitFunctionType(e)}TSConditionalType(e){this.#e.scopeManager.nestConditionalTypeScope(e),this.visitChildren(e,["falseType"]),this.#e.close(e),this.visit(e.falseType)}TSConstructorType(e){this.visitFunctionType(e)}TSConstructSignatureDeclaration(e){this.visitFunctionType(e)}TSFunctionType(e){this.visitFunctionType(e)}TSImportType(e){this.visit(e.typeArguments)}TSIndexSignature(e){for(const n of e.parameters)n.type===$t.AST_NODE_TYPES.Identifier&&this.visit(n.typeAnnotation);this.visit(e.typeAnnotation)}TSInferType(e){const n=e.typeParameter;let i=this.#e.currentScope();if(i.type===cn.ScopeType.functionType||i.type===cn.ScopeType.mappedType){let s=i.upper;for(;s;){if(s.type===cn.ScopeType.functionType||s.type===cn.ScopeType.mappedType){s=s.upper;continue}if(s.type===cn.ScopeType.conditionalType){i=s;break}break}}i.defineIdentifier(n.name,new kt.TypeDefinition(n.name,n)),this.visit(n.constraint)}TSInterfaceDeclaration(e){this.#e.currentScope().defineIdentifier(e.id,new kt.TypeDefinition(e.id,e)),e.typeParameters&&(this.#e.scopeManager.nestTypeScope(e),this.visit(e.typeParameters)),e.extends.forEach(this.visit,this),this.visit(e.body),e.typeParameters&&this.#e.close(e)}TSMappedType(e){this.#e.scopeManager.nestMappedTypeScope(e),this.#e.currentScope().defineIdentifier(e.key,new kt.TypeDefinition(e.key,e)),this.visit(e.constraint),this.visit(e.nameType),this.visit(e.typeAnnotation),this.#e.close(e)}TSMethodSignature(e){this.visitPropertyKey(e),this.visitFunctionType(e)}TSNamedTupleMember(e){this.visit(e.elementType)}TSPropertySignature(e){this.visitPropertyKey(e),this.visit(e.typeAnnotation)}TSQualifiedName(e){this.visit(e.left)}TSTypeAliasDeclaration(e){this.#e.currentScope().defineIdentifier(e.id,new kt.TypeDefinition(e.id,e)),e.typeParameters&&(this.#e.scopeManager.nestTypeScope(e),this.visit(e.typeParameters)),this.visit(e.typeAnnotation),e.typeParameters&&this.#e.close(e)}TSTypeParameter(e){this.#e.currentScope().defineIdentifier(e.name,new kt.TypeDefinition(e.name,e)),this.visit(e.constraint),this.visit(e.default)}TSTypePredicate(e){e.parameterName.type!==$t.AST_NODE_TYPES.TSThisType&&this.#e.currentScope().referenceValue(e.parameterName),this.visit(e.typeAnnotation)}TSTypeAnnotation(e){this.visitChildren(e)}TSTypeQuery(e){let n;if(e.exprName.type===$t.AST_NODE_TYPES.TSQualifiedName){let i=e.exprName;for(;i.left.type===$t.AST_NODE_TYPES.TSQualifiedName;)i=i.left;n=i.left}else n=e.exprName,e.exprName.type===$t.AST_NODE_TYPES.TSImportType&&this.visit(e.exprName);n.type===$t.AST_NODE_TYPES.Identifier&&this.#e.currentScope().referenceValue(n),this.visit(e.typeArguments)}}rn.TypeVisitor=Ws,Object.defineProperty(gi,"__esModule",{value:!0}),gi.ClassVisitor=void 0;const Ae=Ve,Bs=Ge,Cg=rn,Vg=it;class Hs extends Vg.Visitor{static{l(this,"ClassVisitor")}#e;#t;constructor(e,n){super(e),this.#t=e,this.#e=n}static visit(e,n){new Hs(e,n).visitClass(n)}visit(e){e&&e.type in this?super.visit(e):this.#t.visit(e)}visitClass(e){e.type===Ae.AST_NODE_TYPES.ClassDeclaration&&e.id&&this.#t.currentScope().defineIdentifier(e.id,new Bs.ClassNameDefinition(e.id,e)),e.decorators.forEach(n=>this.#t.visit(n)),this.#t.scopeManager.nestClassScope(e),e.id&&this.#t.currentScope().defineIdentifier(e.id,new Bs.ClassNameDefinition(e.id,e)),this.#t.visit(e.superClass),this.visitType(e.typeParameters),this.visitType(e.superTypeArguments),e.implements.forEach(n=>this.visitType(n)),this.visit(e.body),this.#t.close(e)}visitFunctionParameterTypeAnnotation(e){switch(e.type){case Ae.AST_NODE_TYPES.AssignmentPattern:this.visitType(e.left.typeAnnotation);break;case Ae.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(e.parameter);break;default:this.visitType(e.typeAnnotation)}}visitMethod(e){e.computed&&this.#t.visit(e.key),e.value.type===Ae.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(e.value,e):this.#t.visit(e.value),e.decorators.forEach(n=>this.#t.visit(n))}visitMethodFunction(e,n){e.id&&this.#t.scopeManager.nestFunctionExpressionNameScope(e),this.#t.scopeManager.nestFunctionScope(e,!0);let i=!!n.decorators.length;if(i||=n.kind!=="set"&&e.params.some(s=>s.decorators.length),!i&&n.kind==="set"){const s=Cl(n);s!=null&&this.#e.body.body.find(a=>a!==n&&a.type===Ae.AST_NODE_TYPES.MethodDefinition&&a.static===n.static&&Cl(a)===s)?.decorators.length&&(i=!0)}!i&&n.kind==="constructor"&&this.#e.decorators.length&&(i=!0);for(const s of e.params)this.visitPattern(s,(a,c)=>{this.#t.currentScope().defineIdentifier(a,new Bs.ParameterDefinition(a,e,c.rest)),this.#t.referencingDefaultValue(a,c.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(s),s.decorators.forEach(a=>this.visit(a));this.visitType(e.returnType),this.visitType(e.typeParameters),this.#t.visitChildren(e.body),this.#t.close(e)}visitPropertyBase(e){e.computed&&this.#t.visit(e.key),e.value&&((e.type===Ae.AST_NODE_TYPES.PropertyDefinition||e.type===Ae.AST_NODE_TYPES.AccessorProperty)&&this.#t.scopeManager.nestClassFieldInitializerScope(e.value),this.#t.visit(e.value),(e.type===Ae.AST_NODE_TYPES.PropertyDefinition||e.type===Ae.AST_NODE_TYPES.AccessorProperty)&&this.#t.close(e.value)),e.decorators.forEach(n=>this.#t.visit(n))}visitPropertyDefinition(e){this.visitPropertyBase(e),this.visitType(e.typeAnnotation)}visitType(e){e&&Cg.TypeVisitor.visit(this.#t,e)}AccessorProperty(e){this.visitPropertyDefinition(e)}ClassBody(e){this.visitChildren(e)}Identifier(e){this.#t.visit(e)}MethodDefinition(e){this.visitMethod(e)}PrivateIdentifier(){}PropertyDefinition(e){this.visitPropertyDefinition(e)}StaticBlock(e){this.#t.scopeManager.nestClassStaticBlockScope(e),e.body.forEach(n=>this.visit(n)),this.#t.close(e)}TSAbstractAccessorProperty(e){this.visitPropertyDefinition(e)}TSAbstractMethodDefinition(e){this.visitPropertyBase(e)}TSAbstractPropertyDefinition(e){this.visitPropertyDefinition(e)}TSIndexSignature(e){this.visitType(e)}}gi.ClassVisitor=Hs;function Cl(t){if(t.computed&&t.key.type===Ae.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===Ae.AST_NODE_TYPES.Identifier)return t.key.name;return null}l(Cl,"getLiteralMethodKeyName");var ji={};Object.defineProperty(ji,"__esModule",{value:!0}),ji.ExportVisitor=void 0;const Vl=Ve,Og=it;class Ks extends Og.Visitor{static{l(this,"ExportVisitor")}#e;#t;constructor(e,n){super(n),this.#e=e,this.#t=n}static visit(e,n){new Ks(n,e).visit(n)}ExportDefaultDeclaration(e){e.declaration.type===Vl.AST_NODE_TYPES.Identifier&&this.visit(e.declaration)}ExportNamedDeclaration(e){e.source||e.declaration||this.visitChildren(e)}ExportSpecifier(e){e.exportKind==="type"&&e.local.type===Vl.AST_NODE_TYPES.Identifier?this.#t.currentScope().referenceType(e.local):this.visit(e.local)}Identifier(e){this.#e.exportKind==="type"?this.#t.currentScope().referenceType(e):this.#t.currentScope().referenceDualValueType(e)}}ji.ExportVisitor=Ks;var Gi={};Object.defineProperty(Gi,"__esModule",{value:!0}),Gi.ImportVisitor=void 0;const Mg=Ge,wg=it;class Xs extends wg.Visitor{static{l(this,"ImportVisitor")}#e;#t;constructor(e,n){super(n),this.#e=e,this.#t=n}static visit(e,n){new Xs(n,e).visit(n)}ImportDefaultSpecifier(e){const n=e.local;this.visitImport(n,e)}ImportNamespaceSpecifier(e){const n=e.local;this.visitImport(n,e)}ImportSpecifier(e){const n=e.local;this.visitImport(n,e)}visitImport(e,n){this.#t.currentScope().defineIdentifier(e,new Mg.ImportBindingDefinition(e,n,this.#e))}}Gi.ImportVisitor=Xs,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.Referencer=void 0;const ee=Ve,Ol=Qe,$e=Ge,Ug=Kn,Ig=gi,Ml=ji,Rg=Gi,wl=xt,st=we,xg=rn,Dg=it;class Fg extends Dg.Visitor{static{l(this,"Referencer")}#e=!1;#t=!1;#n;#o;#m;scopeManager;constructor(e,n){super(e),this.scopeManager=n,this.#o=e.jsxPragma,this.#n=e.jsxFragmentName,this.#m=e.lib}populateGlobalsFromLib(e){for(const n of this.#m){const i=Ug.lib[n];if(!i)throw new Error(`Invalid value for lib provided: ${n}`);for(const[s,a]of Object.entries(i))e.defineImplicitVariable(s,a)}e.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}close(e){for(;this.currentScope(!0)&&e===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}currentScope(e){return e||(0,Ol.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}referencingDefaultValue(e,n,i,s){n.forEach(a=>{this.currentScope().referenceValue(e,st.ReferenceFlag.Write,a.right,i,s)})}referenceInSomeUpperScope(e){let n=this.scopeManager.currentScope;for(;n;){const i=n.set.get(e);if(!i){n=n.upper;continue}return n.referenceValue(i.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(e){Ig.ClassVisitor.visit(this,e)}visitForIn(e){e.left.type===ee.AST_NODE_TYPES.VariableDeclaration&&e.left.kind!=="var"&&this.scopeManager.nestForScope(e),e.left.type===ee.AST_NODE_TYPES.VariableDeclaration?(this.visit(e.left),this.visitPattern(e.left.declarations[0].id,n=>{this.currentScope().referenceValue(n,st.ReferenceFlag.Write,e.right,null,!0)})):this.visitPattern(e.left,(n,i)=>{const s=this.currentScope().isStrict?null:{node:e,pattern:n};this.referencingDefaultValue(n,i.assignments,s,!1),this.currentScope().referenceValue(n,st.ReferenceFlag.Write,e.right,s,!1)},{processRightHandNodes:!0}),this.visit(e.right),this.visit(e.body),this.close(e)}visitFunction(e){e.type===ee.AST_NODE_TYPES.FunctionExpression?e.id&&this.scopeManager.nestFunctionExpressionNameScope(e):e.id&&this.currentScope().defineIdentifier(e.id,new $e.FunctionNameDefinition(e.id,e)),this.scopeManager.nestFunctionScope(e,!1);for(const n of e.params)this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new $e.ParameterDefinition(i,e,s.rest)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(n),n.decorators.forEach(i=>this.visit(i));this.visitType(e.returnType),this.visitType(e.typeParameters),e.body&&(e.body.type===ee.AST_NODE_TYPES.BlockStatement?this.visitChildren(e.body):this.visit(e.body)),this.close(e)}visitFunctionParameterTypeAnnotation(e){switch(e.type){case ee.AST_NODE_TYPES.AssignmentPattern:this.visitType(e.left.typeAnnotation);break;case ee.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(e.parameter);break;default:this.visitType(e.typeAnnotation);break}}visitProperty(e){e.computed&&this.visit(e.key),this.visit(e.value)}visitType(e){e&&xg.TypeVisitor.visit(this,e)}visitTypeAssertion(e){this.visit(e.expression),this.visitType(e.typeAnnotation)}ArrowFunctionExpression(e){this.visitFunction(e)}AssignmentExpression(e){const n=this.visitExpressionTarget(e.left);wl.PatternVisitor.isPattern(n)?e.operator==="="?this.visitPattern(n,(i,s)=>{const a=this.currentScope().isStrict?null:{node:e,pattern:i};this.referencingDefaultValue(i,s.assignments,a,!1),this.currentScope().referenceValue(i,st.ReferenceFlag.Write,e.right,a,!1)},{processRightHandNodes:!0}):n.type===ee.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(n,st.ReferenceFlag.ReadWrite,e.right):this.visit(n),this.visit(e.right)}BlockStatement(e){this.scopeManager.nestBlockScope(e),this.visitChildren(e),this.close(e)}BreakStatement(){}CallExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}CatchClause(e){if(this.scopeManager.nestCatchScope(e),e.param){const n=e.param;this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new $e.CatchClauseDefinition(n,e)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(e.body),this.close(e)}ClassDeclaration(e){this.visitClass(e)}ClassExpression(e){this.visitClass(e)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(e){e.declaration.type===ee.AST_NODE_TYPES.Identifier?Ml.ExportVisitor.visit(this,e):this.visit(e.declaration)}ExportNamedDeclaration(e){e.declaration?this.visit(e.declaration):Ml.ExportVisitor.visit(this,e)}ForInStatement(e){this.visitForIn(e)}ForOfStatement(e){this.visitForIn(e)}ForStatement(e){e.init&&e.init.type===ee.AST_NODE_TYPES.VariableDeclaration&&e.init.kind!=="var"&&this.scopeManager.nestForScope(e),this.visitChildren(e),this.close(e)}FunctionDeclaration(e){this.visitFunction(e)}FunctionExpression(e){this.visitFunction(e)}Identifier(e){this.currentScope().referenceValue(e),this.visitType(e.typeAnnotation)}ImportAttribute(){}ImportDeclaration(e){(0,Ol.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),Rg.ImportVisitor.visit(this,e)}JSXAttribute(e){this.visit(e.value)}JSXClosingElement(){}JSXFragment(e){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(e)}JSXIdentifier(e){this.currentScope().referenceValue(e)}JSXMemberExpression(e){(e.object.type!==ee.AST_NODE_TYPES.JSXIdentifier||e.object.name!=="this")&&this.visit(e.object)}JSXOpeningElement(e){this.referenceJsxPragma(),e.name.type===ee.AST_NODE_TYPES.JSXIdentifier?(e.name.name[0].toUpperCase()===e.name.name[0]||e.name.name==="this")&&this.visit(e.name):this.visit(e.name),this.visitType(e.typeArguments);for(const n of e.attributes)this.visit(n)}LabeledStatement(e){this.visit(e.body)}MemberExpression(e){this.visit(e.object),e.computed&&this.visit(e.property)}MetaProperty(){}NewExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}PrivateIdentifier(){}Program(e){const n=this.scopeManager.nestGlobalScope(e);this.populateGlobalsFromLib(n),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(e,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(e),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(e),this.close(e)}Property(e){this.visitProperty(e)}SwitchStatement(e){this.visit(e.discriminant),this.scopeManager.nestSwitchScope(e);for(const n of e.cases)this.visit(n);this.close(e)}TaggedTemplateExpression(e){this.visit(e.tag),this.visit(e.quasi),this.visitType(e.typeArguments)}TSAsExpression(e){this.visitTypeAssertion(e)}TSDeclareFunction(e){this.visitFunction(e)}TSEmptyBodyFunctionExpression(e){this.visitFunction(e)}TSEnumDeclaration(e){this.currentScope().defineIdentifier(e.id,new $e.TSEnumNameDefinition(e.id,e)),this.scopeManager.nestTSEnumScope(e);for(const n of e.body.members){if(n.id.type===ee.AST_NODE_TYPES.Literal&&typeof n.id.value=="string"){const i=n.id;this.currentScope().defineLiteralIdentifier(i,new $e.TSEnumMemberDefinition(i,n))}else!n.computed&&n.id.type===ee.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(n.id,new $e.TSEnumMemberDefinition(n.id,n));this.visit(n.initializer)}this.close(e)}TSExportAssignment(e){e.expression.type===ee.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(e.expression):this.visit(e.expression)}TSImportEqualsDeclaration(e){if(this.currentScope().defineIdentifier(e.id,new $e.ImportBindingDefinition(e.id,e,e)),e.moduleReference.type===ee.AST_NODE_TYPES.TSQualifiedName){let n=e.moduleReference.left;for(;n.type===ee.AST_NODE_TYPES.TSQualifiedName;)n=n.left;this.visit(n)}else this.visit(e.moduleReference)}TSInstantiationExpression(e){this.visitChildren(e,["typeArguments"]),this.visitType(e.typeArguments)}TSInterfaceDeclaration(e){this.visitType(e)}TSModuleDeclaration(e){e.id.type===ee.AST_NODE_TYPES.Identifier&&e.kind!=="global"&&this.currentScope().defineIdentifier(e.id,new $e.TSModuleNameDefinition(e.id,e)),this.scopeManager.nestTSModuleScope(e),this.visit(e.body),this.close(e)}TSSatisfiesExpression(e){this.visitTypeAssertion(e)}TSTypeAliasDeclaration(e){this.visitType(e)}TSTypeAssertion(e){this.visitTypeAssertion(e)}UpdateExpression(e){const n=this.visitExpressionTarget(e.argument);wl.PatternVisitor.isPattern(n)?this.visitPattern(n,i=>{this.currentScope().referenceValue(i,st.ReferenceFlag.ReadWrite,null)}):this.visitChildren(e)}VariableDeclaration(e){const n=e.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const i of e.declarations){const s=i.init;this.visitPattern(i.id,(a,c)=>{n.defineIdentifier(a,new $e.VariableDefinition(a,i,e)),this.referencingDefaultValue(a,c.assignments,null,!0),s&&this.currentScope().referenceValue(a,st.ReferenceFlag.Write,s,null,!0)},{processRightHandNodes:!0}),this.visit(i.init),this.visitType(i.id.typeAnnotation)}}WithStatement(e){this.visit(e.object),this.scopeManager.nestWithScope(e),this.visit(e.body),this.close(e)}visitExpressionTarget(e){switch(e.type){case ee.AST_NODE_TYPES.TSAsExpression:case ee.AST_NODE_TYPES.TSTypeAssertion:this.visitType(e.typeAnnotation);case ee.AST_NODE_TYPES.TSNonNullExpression:e=e.expression}return e}}Rn.Referencer=Fg,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Referencer=void 0;var e=Rn;Object.defineProperty(t,"Referencer",{enumerable:!0,get:l(function(){return e.Referencer},"get")})}(ml);var un={},Wi={};Object.defineProperty(Wi,"__esModule",{value:!0}),Wi.ClassStaticBlockScope=void 0;const $g=J,kg=K;class Ng extends $g.ScopeBase{static{l(this,"ClassStaticBlockScope")}constructor(e,n,i){super(e,kg.ScopeType.classStaticBlock,n,i,!1)}}Wi.ClassStaticBlockScope=Ng,Object.defineProperty(un,"__esModule",{value:!0}),un.ScopeManager=void 0;const te=Qe,re=Si,Bg=ln,jg=Wi;class Gg{static{l(this,"ScopeManager")}#e;currentScope;declaredVariables;globalScope;nodeToScope;scopes;constructor(e){this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,this.#e=e,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 e=new Set;function n(i){i.variables.forEach(s=>e.add(s)),i.childScopes.forEach(n)}return l(n,"recurse"),this.scopes.forEach(n),[...e].sort((i,s)=>i.$id-s.$id)}getDeclaredVariables(e){return this.declaredVariables.get(e)??[]}acquire(e,n=!1){function i(a){return!(a.type===re.ScopeType.function&&a.functionExpressionScope)}l(i,"predicate");const s=this.nodeToScope.get(e);if(!s||s.length===0)return null;if(s.length===1)return s[0];if(n){for(let a=s.length-1;a>=0;--a){const c=s[a];if(i(c))return c}return null}return s.find(i)??null}nestBlockScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.BlockScope(this,this.currentScope,e))}nestCatchScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.CatchScope(this,this.currentScope,e))}nestClassFieldInitializerScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new Bg.ClassFieldInitializerScope(this,this.currentScope,e))}nestClassScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.ClassScope(this,this.currentScope,e))}nestClassStaticBlockScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new jg.ClassStaticBlockScope(this,this.currentScope,e))}nestConditionalTypeScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.ConditionalTypeScope(this,this.currentScope,e))}nestForScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.ForScope(this,this.currentScope,e))}nestFunctionExpressionNameScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.FunctionExpressionNameScope(this,this.currentScope,e))}nestFunctionScope(e,n){return(0,te.assert)(this.currentScope),this.nestScope(new re.FunctionScope(this,this.currentScope,e,n))}nestFunctionTypeScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.FunctionTypeScope(this,this.currentScope,e))}nestGlobalScope(e){return this.nestScope(new re.GlobalScope(this,e))}nestMappedTypeScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.MappedTypeScope(this,this.currentScope,e))}nestModuleScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.ModuleScope(this,this.currentScope,e))}nestSwitchScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.SwitchScope(this,this.currentScope,e))}nestTSEnumScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.TSEnumScope(this,this.currentScope,e))}nestTSModuleScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.TSModuleScope(this,this.currentScope,e))}nestTypeScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.TypeScope(this,this.currentScope,e))}nestWithScope(e){return(0,te.assert)(this.currentScope),this.nestScope(new re.WithScope(this,this.currentScope,e))}nestScope(e){return e instanceof re.GlobalScope&&((0,te.assert)(this.currentScope==null),this.globalScope=e),this.currentScope=e,e}}un.ScopeManager=Gg,Object.defineProperty(Is,"__esModule",{value:!0}),Is.analyze=Xg;const Wg=Rs,Hg=ml,Kg=un,Nt={childVisitorKeys:Wg.visitorKeys,emitDecoratorMetadata:!1,globalReturn:!1,impliedStrict:!1,jsxFragmentName:null,jsxPragma:"React",lib:["es2018"],sourceType:"script"};function Xg(t,e){const n={childVisitorKeys:e?.childVisitorKeys??Nt.childVisitorKeys,emitDecoratorMetadata:!1,globalReturn:e?.globalReturn??Nt.globalReturn,impliedStrict:e?.impliedStrict??Nt.impliedStrict,jsxFragmentName:e?.jsxFragmentName??Nt.jsxFragmentName,jsxPragma:e?.jsxPragma===void 0?Nt.jsxPragma:e.jsxPragma,lib:e?.lib??["esnext"],sourceType:e?.sourceType??Nt.sourceType};n.lib=n.lib.map(a=>a.toLowerCase());const i=new Kg.ScopeManager(n);return new Hg.Referencer(n,i).visit(t),i}l(Xg,"analyze"),function(t){var e=Y&&Y.__createBinding||(Object.create?function(p,d,y,h){h===void 0&&(h=y);var A=Object.getOwnPropertyDescriptor(d,y);(!A||("get"in A?!d.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:l(function(){return d[y]},"get")}),Object.defineProperty(p,h,A)}:function(p,d,y,h){h===void 0&&(h=y),p[h]=d[y]}),n=Y&&Y.__exportStar||function(p,d){for(var y in p)y!=="default"&&!Object.prototype.hasOwnProperty.call(d,y)&&e(d,p,y)};Object.defineProperty(t,"__esModule",{value:!0}),t.ScopeManager=t.Visitor=t.Reference=t.PatternVisitor=t.analyze=void 0;var i=Is;Object.defineProperty(t,"analyze",{enumerable:!0,get:l(function(){return i.analyze},"get")}),n(Ge,t);var s=xt;Object.defineProperty(t,"PatternVisitor",{enumerable:!0,get:l(function(){return s.PatternVisitor},"get")});var a=we;Object.defineProperty(t,"Reference",{enumerable:!0,get:l(function(){return a.Reference},"get")});var c=it;Object.defineProperty(t,"Visitor",{enumerable:!0,get:l(function(){return c.Visitor},"get")}),n(Si,t);var u=un;Object.defineProperty(t,"ScopeManager",{enumerable:!0,get:l(function(){return u.ScopeManager},"get")}),n(Yi,t)}(Pl);var zg=Y&&Y.__createBinding||(Object.create?function(t,e,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(e,n);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return e[n]},"get")}),Object.defineProperty(t,i,s)}:function(t,e,n,i){i===void 0&&(i=n),t[i]=e[n]}),qg=Y&&Y.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Jg=Y&&Y.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var n in t)n!=="default"&&Object.prototype.hasOwnProperty.call(t,n)&&zg(e,t,n);return qg(e,t),e};Object.defineProperty(wn,"__esModule",{value:!0}),wn.Scope=void 0;const Ul=Jg(Pl);var Il;(function(t){t.ScopeType=Ul.ScopeType,t.DefinitionType=Ul.DefinitionType})(Il||(wn.Scope=Il={}));var Hi={};Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.SourceCode=void 0;const Qg=Qi;class Zg extends Qg.SourceCode{static{l(this,"SourceCode")}}Hi.SourceCode=Zg,function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(cl,t),n(ul,t),n(pl,t),n(On,t),n(El,t),n(fl,t),n(dl,t),n(Tl,t),n(Mn,t),n(wn,t),n(Hi,t)}(ll);var Rl={},js={};Object.defineProperty(js,"__esModule",{value:!0}),js.isArray=eS;function eS(t){return Array.isArray(t)}l(eS,"isArray");var xl={};Object.defineProperty(xl,"__esModule",{value:!0}),function(t){var e=Y&&Y.__createBinding||(Object.create?function(i,s,a,c){c===void 0&&(c=a);var u=Object.getOwnPropertyDescriptor(s,a);(!u||("get"in u?!s.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:l(function(){return s[a]},"get")}),Object.defineProperty(i,c,u)}:function(i,s,a,c){c===void 0&&(c=a),i[c]=s[a]}),n=Y&&Y.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&e(s,i,a)};Object.defineProperty(t,"__esModule",{value:!0}),n(js,t),n(xl,t)}(Rl),function(t){var e=Y&&Y.__createBinding||(Object.create?function(a,c,u,p){p===void 0&&(p=u);var d=Object.getOwnPropertyDescriptor(c,u);(!d||("get"in d?!c.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:l(function(){return c[u]},"get")}),Object.defineProperty(a,p,d)}:function(a,c,u,p){p===void 0&&(p=u),a[p]=c[u]}),n=Y&&Y.__setModuleDefault||(Object.create?function(a,c){Object.defineProperty(a,"default",{enumerable:!0,value:c})}:function(a,c){a.default=c}),i=Y&&Y.__importStar||function(a){if(a&&a.__esModule)return a;var c={};if(a!=null)for(var u in a)u!=="default"&&Object.prototype.hasOwnProperty.call(a,u)&&e(c,a,u);return n(c,a),c},s=Y&&Y.__exportStar||function(a,c){for(var u in a)u!=="default"&&!Object.prototype.hasOwnProperty.call(c,u)&&e(c,a,u)};Object.defineProperty(t,"__esModule",{value:!0}),t.TSUtils=t.TSESLint=t.JSONSchema=t.ESLintUtils=t.ASTUtils=void 0,t.ASTUtils=i(Ha),t.ESLintUtils=i(tl),t.JSONSchema=i(al),t.TSESLint=i(ll),s(Cs,t),t.TSUtils=i(Rl)}(Wa);const tS=Wa.ESLintUtils.RuleCreator(t=>t),rS={preferArrowFunction:"Prefer arrow function"},nS=tS({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:rS},defaultOptions:[],create:l(t=>{const e=new Set,n=["prototype","name","length"],i=l(d=>{if(d.generator||e.has(d))return!1;const{parent:y}=d;if((y.type==="Property"||y.type==="MethodDefinition")&&(y.kind==="set"||y.kind==="get"||y.kind==="constructor")||t.sourceCode.getScope(d).set.get("arguments").references.length>0)return!1;let O=[];if(d.type==="FunctionDeclaration"&&d.id){const[g]=t.sourceCode.getDeclaredVariables(d),[m]=g.references;if(m&&d.range[0]>m.identifier.range[0])return!1;O=g.references}else if(d.type==="FunctionExpression"){const[g]=t.sourceCode.getDeclaredVariables(d);if(g&&O.push(...g.references),d.parent.type==="VariableDeclarator"){const[m]=t.sourceCode.getDeclaredVariables(d.parent);O.push(...m.references.slice(1))}}for(const{identifier:g}of O)if(g.parent.type==="MemberExpression"&&g.parent.property.type==="Identifier"&&n.includes(g.parent.property.name))return!1;return!0},"isConvertable"),s=l(d=>{let y=t.sourceCode.getScope(d);for(;y&&y.block.type!=="FunctionDeclaration"&&y.block.type!=="FunctionExpression";)y=y.upper;return y?.block},"getNearestFunction"),a=l((d,y)=>{const h=t.sourceCode.getFirstToken(d,{filter:l(A=>A.type==="Keyword"&&A.value==="function","filter")});return h?[y.remove(h)]:[]},"removeFunctionToken"),c=l((d,y)=>{const h=t.sourceCode.getTokenBefore(d.body);return[y.insertTextAfter(h,"=>")]},"insertArrow"),u=l((d,y)=>{const h=t.sourceCode.getFirstToken(d.parent,{filter:l(O=>O.type==="Identifier"&&O.value==="async","filter")}),A=t.sourceCode.getTokenAfter(h,{includeComments:!0});return[y.removeRange([h.range[0],A.range[0]]),y.insertTextBefore(d,"async")]},"moveAsyncToken"),p=l((d,y)=>[y.insertTextBefore(d,"("),y.insertTextAfter(d,")")],"wrapInParentheses");return{ThisExpression:l(d=>{e.add(s(d))},"ThisExpression"),Super:l(d=>{e.add(s(d))},"Super"),MetaProperty:l(d=>{d.meta.name==="new"&&d.property.name==="target"&&e.add(s(d))},"MetaProperty"),"FunctionExpression:exit":l(d=>{i(d)&&t.report({node:d,messageId:"preferArrowFunction",fix:l(y=>{const h=[...c(d,y)],{parent:A}=d;if(A.type==="Property"&&A.method||A.type==="MethodDefinition"&&A.kind==="method")h.push(y.insertTextBefore(d,A.type==="Property"?":":"=")),d.async&&h.push(...u(d,y));else if(h.push(...a(d,y)),d.id&&h.push(y.remove(d.id)),A.type==="LogicalExpression"){const g=t.sourceCode.getTokenBefore(d),m=t.sourceCode.getTokenAfter(d);g?.value==="("&&m?.value===")"||h.push(...p(d,y))}return h},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":l(d=>{i(d)&&t.report({node:d,messageId:"preferArrowFunction",fix:l(y=>{const h=[...c(d,y),...a(d,y)];if(d.id){const m=t.sourceCode.getText(d.id);h.push(y.remove(d.id),y.insertTextBefore(d,`const ${m}=`))}const{parent:A}=d;if(A.type==="ExportDefaultDeclaration"&&d.id){const m=t.sourceCode.getFirstToken(A,{filter:l(w=>w.type==="Keyword"&&w.value==="export","filter")}),S=t.sourceCode.getTokenAfter(m,{filter:l(w=>w.type==="Keyword"&&w.value==="default","filter")}),L=[m.range[0],S.range[1]],x=t.sourceCode.text.slice(...L);h.push(y.removeRange(L),y.insertTextAfter(d,`;${x} ${d.id.name}`))}const O=t.sourceCode.getTokenAfter(d,{includeComments:!0});return O&&!t.sourceCode.isSpaceBetween(d,O)&&h.push(y.insertTextAfter(d,";")),h},"fix")})},"FunctionDeclaration:exit")}},"create")}),Dl={meta:{name:"pvtnbr/custom-rules",version:Dd},rules:{"prefer-arrow-functions":nS},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},iS=$({plugins:{pvtnbr:Dl},rules:Dl.configs.base.rules}),Fl=l(t=>[$({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),$({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),Id,bc,Zi,Pc,mc,..._c,...Cd(t),gc,yc,...Sc,..._d,...hd(t),...Ad,...Yd,Ld,Rd,Od,...Sd(),bd,iS].filter(Boolean),"pvtnbr");var sS=Fl();export{$ as d,sS as i,xd as n,Fl as p};
|