lintroll 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.cjs +2 -2
- package/dist/cli/index.mjs +2 -2
- package/dist/{index-C-y_Zfn4.mjs → index-1N-QjbFO.mjs} +10 -10
- package/dist/{index-BluW8Z0G.cjs → index-sEg3Dxuj.cjs} +10 -10
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +8 -1
- package/dist/index.d.mts +8 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
var jc=Object.defineProperty;var l=(e,t)=>jc(e,"name",{value:t,configurable:!0});import Bc from"@eslint/js";import An from"globals";import ko from"confusing-browser-globals";import{createRequire as Gc}from"node:module";import No from"@eslint-community/eslint-plugin-eslint-comments";import Wc from"@stylistic/eslint-plugin";import{fileURLToPath as jo}from"node:url";import _t from"eslint-plugin-import-x";import Ys from"@typescript-eslint/eslint-plugin";import Hc from"@typescript-eslint/parser";import Bo from"eslint-plugin-regexp";import Cn from"node:fs";import Go from"eslint-plugin-n";import Wo from"node:path";import{f as Ho}from"./index-BbEs1OZt.mjs";import"node:fs/promises";import Kc from"os";import Ko from"url";import Xc from"util";import Xo from"eslint-plugin-promise";import zo from"eslint-plugin-markdown";import wn from"eslint-plugin-jsonc";import Ls from"eslint-plugin-yml";import zc from"yaml-eslint-parser";import qo from"eslint-plugin-no-use-extend-native";import Jo from"eslint-plugin-unicorn";import or from"eslint-plugin-react";import Qo from"eslint-plugin-react-hooks";import{getTsconfig as qc}from"get-tsconfig";import tt from"eslint-plugin-vue";import Jc from"vue-eslint-parser";import Zo from"eslint/use-at-your-own-risk";import As from"eslint";const Qc=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],ea=l(e=>{for(const t of Qc){const n=e[t];if(n){if(Object.freeze(n),t==="rules"){const i=n;for(const s in i)if(Object.hasOwn(i,s)){const a=i[s];a&&Object.freeze(a)}}if(t==="languageOptions"){const i=n;i.parserOptions&&Object.freeze(i.parserOptions),i.globals&&Object.freeze(i.globals)}}}return Object.freeze(e)},"deepFreeze"),$=l(e=>Array.isArray(e)?e.map(ea):ea(e),"defineConfig"),ta=Gc(`${process.cwd()}/`),We=l(e=>{try{return ta.resolve(e),!0}catch{}return!1},"isInstalled"),Zc=l(e=>Object.keys(ta(e)),"getExports"),Cs=$({languageOptions:{globals:An["shared-node-browser"]},rules:{...Bc.configs.recommended.rules,"no-mixed-spaces-and-tabs":"off","no-extra-semi":"off","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-symbol":"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",...ko],"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:[...We("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...We("tasuku")?["task","setTitle","setError","setWarning","setStatus","setOutput"]:[]]}],"no-shadow-restricted-names":"error","no-sparse-arrays":"error","no-template-curly-in-string":"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"}}),eu=$({files:["**/*.sw.{js,ts}"],languageOptions:{globals:An.serviceworker},rules:{"no-restricted-globals":["error",...ko.filter(e=>e!=="self")]}}),tu=$({plugins:{"@eslint-community/eslint-comments":No},rules:{...No.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),ru=$({plugins:{"@stylistic":Wc},ignores:["**/*.{json,json5,jsonc,yml,yaml}"],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"]}}),nu=jo(import.meta.resolve("#pkg-maps-resolver")),ra=$({plugins:{"import-x":_t},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[nu]:{}}},rules:{..._t.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"}}),iu=[ra,$({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,na]=ra.rules["import-x/no-extraneous-dependencies"],su=$({files:["**/*.{ts,tsx,mts,cts}"],languageOptions:{parser:Hc,parserOptions:{ecmaVersion:"latest"}},settings:_t.configs.typescript.settings}),ou=$({files:["**/*.{ts,tsx,mts,cts}"],plugins:{"@typescript-eslint":Ys},settings:{..._t.configs.typescript.settings,"import-x/resolver":{..._t.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Ys.configs["eslint-recommended"].overrides[0].rules,...Ys.configs.recommended.rules,..._t.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Cs.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Cs.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",{...na,devDependencies:na.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),au=[$({plugins:{regexp:Bo},rules:Bo.configs.recommended.rules})];var h=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function lu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}l(lu,"getDefaultExportFromCjs");var ws={},ar={},Vn={};Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.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,Vn.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!!(e[3]||e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t};var ia={},lr={};Object.defineProperty(lr,"__esModule",{value:!0}),lr.isIdentifierChar=la,lr.isIdentifierName=fu,lr.isIdentifierStart=aa;let Vs="\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",sa="\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 cu=new RegExp("["+Vs+"]"),uu=new RegExp("["+Vs+sa+"]");Vs=sa=null;const oa=[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],pu=[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 Os(e,t){let n=65536;for(let i=0,s=t.length;i<s;i+=2){if(n+=t[i],n>e)return!1;if(n+=t[i+1],n>=e)return!0}return!1}l(Os,"isInAstralSet");function aa(e){return e<65?e===36:e<=90?!0:e<97?e===95:e<=122?!0:e<=65535?e>=170&&cu.test(String.fromCharCode(e)):Os(e,oa)}l(aa,"isIdentifierStart");function la(e){return e<48?e===36:e<58?!0:e<65?!1:e<=90?!0:e<97?e===95:e<=122?!0:e<=65535?e>=170&&uu.test(String.fromCharCode(e)):Os(e,oa)||Os(e,pu)}l(la,"isIdentifierChar");function fu(e){let t=!0;for(let n=0;n<e.length;n++){let i=e.charCodeAt(n);if((i&64512)===55296&&n+1<e.length){const s=e.charCodeAt(++n);(s&64512)===56320&&(i=65536+((i&1023)<<10)+(s&1023))}if(t){if(t=!1,!aa(i))return!1}else if(!la(i))return!1}return!t}l(fu,"isIdentifierName");var rt={};Object.defineProperty(rt,"__esModule",{value:!0}),rt.isKeyword=mu,rt.isReservedWord=ca,rt.isStrictBindOnlyReservedWord=pa,rt.isStrictBindReservedWord=Pu,rt.isStrictReservedWord=ua;const Ms={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"]},Eu=new Set(Ms.keyword),du=new Set(Ms.strict),Tu=new Set(Ms.strictBind);function ca(e,t){return t&&e==="await"||e==="enum"}l(ca,"isReservedWord");function ua(e,t){return ca(e,t)||du.has(e)}l(ua,"isStrictReservedWord");function pa(e){return Tu.has(e)}l(pa,"isStrictBindOnlyReservedWord");function Pu(e,t){return ua(e,t)||pa(e)}l(Pu,"isStrictBindReservedWord");function mu(e){return Eu.has(e)}l(mu,"isKeyword"),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:l(function(){return t.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:l(function(){return t.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:l(function(){return t.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:l(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:l(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:l(function(){return n.isStrictReservedWord},"get")});var t=lr,n=rt}(ia);var fa={exports:{}},yu=/[|\\{}()[\]^$+*?.]/g,hu=l(function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(yu,"\\$&")},"escapeStringRegexp"),Us={exports:{}},Ea={exports:{}},_u={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]},nt=_u,da={};for(var Rs in nt)nt.hasOwnProperty(Rs)&&(da[nt[Rs]]=Rs);var O=Ea.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 Ee in O)if(O.hasOwnProperty(Ee)){if(!("channels"in O[Ee]))throw new Error("missing channels property: "+Ee);if(!("labels"in O[Ee]))throw new Error("missing channel labels property: "+Ee);if(O[Ee].labels.length!==O[Ee].channels)throw new Error("channel and label counts mismatch: "+Ee);var bu=O[Ee].channels,gu=O[Ee].labels;delete O[Ee].channels,delete O[Ee].labels,Object.defineProperty(O[Ee],"channels",{value:bu}),Object.defineProperty(O[Ee],"labels",{value:gu})}O.rgb.hsl=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s=Math.min(t,n,i),a=Math.max(t,n,i),c=a-s,u,p,E;return a===s?u=0:t===a?u=(n-i)/c:n===a?u=2+(i-t)/c:i===a&&(u=4+(t-n)/c),u=Math.min(u*60,360),u<0&&(u+=360),E=(s+a)/2,a===s?p=0:E<=.5?p=c/(a+s):p=c/(2-a-s),[u,p*100,E*100]},O.rgb.hsv=function(e){var t,n,i,s,a,c=e[0]/255,u=e[1]/255,p=e[2]/255,E=Math.max(c,u,p),m=E-Math.min(c,u,p),y=l(function(L){return(E-L)/6/m+1/2},"diffc");return m===0?s=a=0:(a=m/E,t=y(c),n=y(u),i=y(p),c===E?s=i-n:u===E?s=1/3+t-i:p===E&&(s=2/3+n-t),s<0?s+=1:s>1&&(s-=1)),[s*360,a*100,E*100]},O.rgb.hwb=function(e){var t=e[0],n=e[1],i=e[2],s=O.rgb.hsl(e)[0],a=1/255*Math.min(t,Math.min(n,i));return i=1-1/255*Math.max(t,Math.max(n,i)),[s,a*100,i*100]},O.rgb.cmyk=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s,a,c,u;return u=Math.min(1-t,1-n,1-i),s=(1-t-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 vu(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}l(vu,"comparativeDistance"),O.rgb.keyword=function(e){var t=da[e];if(t)return t;var n=1/0,i;for(var s in nt)if(nt.hasOwnProperty(s)){var a=nt[s],c=vu(e,a);c<n&&(n=c,i=s)}return i},O.keyword.rgb=function(e){return nt[e]},O.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/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=t*.4124+n*.3576+i*.1805,a=t*.2126+n*.7152+i*.0722,c=t*.0193+n*.1192+i*.9505;return[s*100,a*100,c*100]},O.rgb.lab=function(e){var t=O.rgb.xyz(e),n=t[0],i=t[1],s=t[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]},O.hsl.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[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 E=0;E<3;E++)c=t+1/3*-(E-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[E]=p*255;return u},O.hsl.hsv=function(e){var t=e[0],n=e[1]/100,i=e[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),[t,c*100,u*100]},O.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,i=e[2]/100,s=Math.floor(t)%6,a=t-Math.floor(t),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]}},O.hsv.hsl=function(e){var t=e[0],n=e[1]/100,i=e[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,[t,c*100,u*100]},O.hwb.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[2]/100,s=n+i,a,c,u,p;s>1&&(n/=s,i/=s),a=Math.floor(6*t),c=1-i,u=6*t-a,a&1&&(u=1-u),p=n+u*(c-n);var E,m,y;switch(a){default:case 6:case 0:E=c,m=p,y=n;break;case 1:E=p,m=c,y=n;break;case 2:E=n,m=c,y=p;break;case 3:E=n,m=p,y=c;break;case 4:E=p,m=n,y=c;break;case 5:E=c,m=n,y=p;break}return[E*255,m*255,y*255]},O.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,i=e[2]/100,s=e[3]/100,a,c,u;return a=1-Math.min(1,t*(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]},O.xyz.rgb=function(e){var t=e[0]/100,n=e[1]/100,i=e[2]/100,s,a,c;return s=t*3.2406+n*-1.5372+i*-.4986,a=t*-.9689+n*1.8758+i*.0415,c=t*.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]},O.xyz.lab=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;return t/=95.047,n/=100,i/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+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*(t-n),c=200*(n-i),[s,a,c]},O.lab.xyz=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;a=(t+16)/116,s=n/500+a,c=a-i/200;var u=Math.pow(a,3),p=Math.pow(s,3),E=Math.pow(c,3);return a=u>.008856?u:(a-16/116)/7.787,s=p>.008856?p:(s-16/116)/7.787,c=E>.008856?E:(c-16/116)/7.787,s*=95.047,a*=100,c*=108.883,[s,a,c]},O.lab.lch=function(e){var t=e[0],n=e[1],i=e[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),[t,c,a]},O.lch.lab=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;return c=i/360*2*Math.PI,s=n*Math.cos(c),a=n*Math.sin(c),[t,s,a]},O.rgb.ansi16=function(e){var t=e[0],n=e[1],i=e[2],s=1 in arguments?arguments[1]:O.rgb.hsv(e)[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(t/255));return s===2&&(a+=60),a},O.hsv.ansi16=function(e){return O.rgb.ansi16(O.hsv.rgb(e),e[2])},O.rgb.ansi256=function(e){var t=e[0],n=e[1],i=e[2];if(t===n&&n===i)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var s=16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(i/255*5);return s},O.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var n=(~~(e>50)+1)*.5,i=(t&1)*n*255,s=(t>>1&1)*n*255,a=(t>>2&1)*n*255;return[i,s,a]},O.ansi256.rgb=function(e){if(e>=232){var t=(e-232)*10+8;return[t,t,t]}e-=16;var n,i=Math.floor(e/36)/5*255,s=Math.floor((n=e%36)/6)/5*255,a=n%6/5*255;return[i,s,a]},O.rgb.hex=function(e){var t=((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255),n=t.toString(16).toUpperCase();return"000000".substring(n.length)+n},O.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];t[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]},O.rgb.hcg=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s=Math.max(Math.max(t,n),i),a=Math.min(Math.min(t,n),i),c=s-a,u,p;return c<1?u=a/(1-c):u=0,c<=0?p=0:s===t?p=(n-i)/c%6:s===n?p=2+(i-t)/c:p=4+(t-n)/c+4,p/=6,p%=1,[p*360,c*100,u*100]},O.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=1,s=0;return n<.5?i=2*t*n:i=2*t*(1-n),i<1&&(s=(n-.5*i)/(1-i)),[e[0],i*100,s*100]},O.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=t*n,s=0;return i<1&&(s=(n-i)/(1-i)),[e[0],i*100,s*100]},O.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[2]/100;if(n===0)return[i*255,i*255,i*255];var s=[0,0,0],a=t%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]},O.hcg.hsv=function(e){var t=e[1]/100,n=e[2]/100,i=t+n*(1-t),s=0;return i>0&&(s=t/i),[e[0],s*100,i*100]},O.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100,i=n*(1-t)+.5*t,s=0;return i>0&&i<.5?s=t/(2*i):i>=.5&&i<1&&(s=t/(2*(1-i))),[e[0],s*100,i*100]},O.hcg.hwb=function(e){var t=e[1]/100,n=e[2]/100,i=t+n*(1-t);return[e[0],(i-t)*100,(1-i)*100]},O.hwb.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=1-n,s=i-t,a=0;return s<1&&(a=(i-s)/(1-s)),[e[0],s*100,a*100]},O.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},O.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},O.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},O.gray.hsl=O.gray.hsv=function(e){return[0,0,e[0]]},O.gray.hwb=function(e){return[0,100,e[0]]},O.gray.cmyk=function(e){return[0,0,0,e[0]]},O.gray.lab=function(e){return[e[0],0,0]},O.gray.hex=function(e){var t=Math.round(e[0]/100*255)&255,n=(t<<16)+(t<<8)+t,i=n.toString(16).toUpperCase();return"000000".substring(i.length)+i},O.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]};var Ta=Ea.exports,On=Ta;function Su(){for(var e={},t=Object.keys(On),n=t.length,i=0;i<n;i++)e[t[i]]={distance:-1,parent:null};return e}l(Su,"buildGraph");function Yu(e){var t=Su(),n=[e];for(t[e].distance=0;n.length;)for(var i=n.pop(),s=Object.keys(On[i]),a=s.length,c=0;c<a;c++){var u=s[c],p=t[u];p.distance===-1&&(p.distance=t[i].distance+1,p.parent=i,n.unshift(u))}return t}l(Yu,"deriveBFS");function Lu(e,t){return function(n){return t(e(n))}}l(Lu,"link");function Au(e,t){for(var n=[t[e].parent,e],i=On[t[e].parent][e],s=t[e].parent;t[s].parent;)n.unshift(t[s].parent),i=Lu(On[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}l(Au,"wrapConversion");var Cu=l(function(e){for(var t=Yu(e),n={},i=Object.keys(t),s=i.length,a=0;a<s;a++){var c=i[a],u=t[c];u.parent!==null&&(n[c]=Au(c,t))}return n},"route$1"),Is=Ta,wu=Cu,bt={},Vu=Object.keys(Is);function Ou(e){var t=l(function(n){return n==null?n:(arguments.length>1&&(n=Array.prototype.slice.call(arguments)),e(n))},"wrappedFn");return"conversion"in e&&(t.conversion=e.conversion),t}l(Ou,"wrapRaw");function Mu(e){var t=l(function(n){if(n==null)return n;arguments.length>1&&(n=Array.prototype.slice.call(arguments));var i=e(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 e&&(t.conversion=e.conversion),t}l(Mu,"wrapRounded"),Vu.forEach(function(e){bt[e]={},Object.defineProperty(bt[e],"channels",{value:Is[e].channels}),Object.defineProperty(bt[e],"labels",{value:Is[e].labels});var t=wu(e),n=Object.keys(t);n.forEach(function(i){var s=t[i];bt[e][i]=Mu(s),bt[e][i].raw=Ou(s)})});var Uu=bt;Us.exports,function(e){const t=Uu,n=l((c,u)=>function(){return`\x1B[${c.apply(t,arguments)+u}m`},"wrapAnsi16"),i=l((c,u)=>function(){const p=c.apply(t,arguments);return`\x1B[${38+u};5;${p}m`},"wrapAnsi256"),s=l((c,u)=>function(){const p=c.apply(t,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 m of Object.keys(u)){const y=u[m];for(const L of Object.keys(y)){const w=y[L];u[L]={open:`\x1B[${w[0]}m`,close:`\x1B[${w[1]}m`},y[L]=u[L],c.set(w[0],w[1])}Object.defineProperty(u,m,{value:y,enumerable:!1}),Object.defineProperty(u,"codes",{value:c,enumerable:!1})}const p=l(m=>m,"ansi2ansi"),E=l((m,y,L)=>[m,y,L],"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(E,0)},u.bgColor.ansi={ansi:n(p,10)},u.bgColor.ansi256={ansi256:i(p,10)},u.bgColor.ansi16m={rgb:s(E,10)};for(let m of Object.keys(t)){if(typeof t[m]!="object")continue;const y=t[m];m==="ansi16"&&(m="ansi"),"ansi16"in y&&(u.color.ansi[m]=n(y.ansi16,0),u.bgColor.ansi[m]=n(y.ansi16,10)),"ansi256"in y&&(u.color.ansi256[m]=i(y.ansi256,0),u.bgColor.ansi256[m]=i(y.ansi256,10)),"rgb"in y&&(u.color.ansi16m[m]=s(y.rgb,0),u.bgColor.ansi16m[m]=s(y.rgb,10))}return u}l(a,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:a})}(Us);var Ru=Us.exports,Iu=l((e,t)=>{t=t||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",i=t.indexOf(n+e),s=t.indexOf("--");return i!==-1&&(s===-1?!0:i<s)},"hasFlag$1");const xu=Kc,Ae=Iu,ce=process.env;let gt;Ae("no-color")||Ae("no-colors")||Ae("color=false")?gt=!1:(Ae("color")||Ae("colors")||Ae("color=true")||Ae("color=always"))&&(gt=!0),"FORCE_COLOR"in ce&&(gt=ce.FORCE_COLOR.length===0||parseInt(ce.FORCE_COLOR,10)!==0);function Du(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}l(Du,"translateLevel");function Fu(e){if(gt===!1)return 0;if(Ae("color=16m")||Ae("color=full")||Ae("color=truecolor"))return 3;if(Ae("color=256"))return 2;if(e&&!e.isTTY&>!==!0)return 0;const t=gt?1:0;if(process.platform==="win32"){const n=xu.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 ce)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(n=>n in ce)||ce.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in ce)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ce.TEAMCITY_VERSION)?1:0;if(ce.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ce){const n=parseInt((ce.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ce.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ce.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ce.TERM)||"COLORTERM"in ce?1:(ce.TERM==="dumb",t)}l(Fu,"supportsColor");function xs(e){const t=Fu(e);return Du(t)}l(xs,"getSupportLevel");var $u={supportsColor:xs,stdout:xs(process.stdout),stderr:xs(process.stderr)};const ku=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Pa=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Nu=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,ju=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,Bu=new Map([["n",`
|
|
2
|
-
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function
|
|
3
|
-
`):n+=s}return n}l(
|
|
1
|
+
var Bc=Object.defineProperty;var l=(e,t)=>Bc(e,"name",{value:t,configurable:!0});import Gc from"@eslint/js";import An from"globals";import No from"confusing-browser-globals";import{createRequire as Wc}from"node:module";import jo from"@eslint-community/eslint-plugin-eslint-comments";import Hc from"@stylistic/eslint-plugin";import{fileURLToPath as Bo}from"node:url";import _t from"eslint-plugin-import-x";import Ys from"@typescript-eslint/eslint-plugin";import Kc from"@typescript-eslint/parser";import Go from"eslint-plugin-regexp";import Cn from"node:fs";import Wo from"eslint-plugin-n";import Ho from"node:path";import{f as Ko}from"./index-BbEs1OZt.mjs";import"node:fs/promises";import Xc from"os";import Xo from"url";import zc from"util";import zo from"eslint-plugin-promise";import qo from"eslint-plugin-markdown";import wn from"eslint-plugin-jsonc";import Ls from"eslint-plugin-yml";import qc from"yaml-eslint-parser";import Jo from"eslint-plugin-no-use-extend-native";import Qo from"eslint-plugin-unicorn";import or from"eslint-plugin-react";import Zo from"eslint-plugin-react-hooks";import{getTsconfig as Jc}from"get-tsconfig";import tt from"eslint-plugin-vue";import Qc from"vue-eslint-parser";import ea from"eslint/use-at-your-own-risk";import As from"eslint";const Zc=["files","ignores","languageOptions","linterOptions","plugins","rules","settings"],ta=l(e=>{for(const t of Zc){const n=e[t];if(n){if(Object.freeze(n),t==="rules"){const i=n;for(const s in i)if(Object.hasOwn(i,s)){const a=i[s];a&&Object.freeze(a)}}if(t==="languageOptions"){const i=n;i.parserOptions&&Object.freeze(i.parserOptions),i.globals&&Object.freeze(i.globals)}}}return Object.freeze(e)},"deepFreeze"),F=l(e=>Array.isArray(e)?e.map(ta):ta(e),"defineConfig"),ra=Wc(`${process.cwd()}/`),We=l(e=>{try{return ra.resolve(e),!0}catch{}return!1},"isInstalled"),eu=l(e=>Object.keys(ra(e)),"getExports"),Cs=F({languageOptions:{globals:An["shared-node-browser"]},rules:{...Gc.configs.recommended.rules,"no-mixed-spaces-and-tabs":"off","no-extra-semi":"off","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-symbol":"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",...No],"no-restricted-imports":["off",{paths:[],patterns:[]}],"no-restricted-properties":["error",{message:"arguments.callee is deprecated",object:"arguments",property:"callee"},{message:"Please use Number.isFinite instead",object:"global",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"self",property:"isFinite"},{message:"Please use Number.isFinite instead",object:"window",property:"isFinite"},{message:"Please use Number.isNaN instead",object:"global",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"self",property:"isNaN"},{message:"Please use Number.isNaN instead",object:"window",property:"isNaN"},{message:"Please use Object.defineProperty instead.",property:"__defineGetter__"},{message:"Please use Object.defineProperty instead.",property:"__defineSetter__"},{message:"Use the exponentiation operator (**) instead.",object:"Math",property:"pow"}],"no-return-assign":["error","always"],"no-script-url":"error","no-self-assign":["error",{props:!0}],"no-self-compare":"error","no-sequences":"error","no-setter-return":"error","no-shadow":["error",{allow:[...We("manten")?["test","describe","runTestSuite","onFinish","fixture"]:[],...We("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"}}),tu=F({files:["**/*.sw.{js,ts}"],languageOptions:{globals:An.serviceworker},rules:{"no-restricted-globals":["error",...No.filter(e=>e!=="self")]}}),ru=F({plugins:{"@eslint-community/eslint-comments":jo},rules:{...jo.configs.recommended.rules,"@eslint-community/eslint-comments/no-unused-enable":"off"}}),nu=F({plugins:{"@stylistic":Hc},ignores:["**/*.{json,json5,jsonc,yml,yaml}"],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"]}}),iu=Bo(import.meta.resolve("#pkg-maps-resolver")),na=F({plugins:{"import-x":_t},settings:{"import-x/ignore":["node_modules",String.raw`\.(css|svg|json)$`],"import-x/resolver":{node:{},[iu]:{}}},rules:{..._t.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"}}),su=[na,F({files:["**/src/**/*"],rules:{"import-x/no-dynamic-require":"error"}})],[,ia]=na.rules["import-x/no-extraneous-dependencies"],ws="**/*.{ts,tsx,mts,cts}",ou=F({files:[ws],languageOptions:{parser:Kc,parserOptions:{ecmaVersion:"latest"}},settings:_t.configs.typescript.settings}),au=F({files:[ws],plugins:{"@typescript-eslint":Ys},settings:{..._t.configs.typescript.settings,"import-x/resolver":{..._t.configs.typescript.settings["import-x/resolver"],typescript:{}}},rules:{...Ys.configs["eslint-recommended"].overrides[0].rules,...Ys.configs.recommended.rules,..._t.configs.typescript.rules,"@stylistic/member-delimiter-style":"error","@typescript-eslint/no-shadow":Cs.rules["no-shadow"],"@typescript-eslint/no-unused-vars":["error",{...Cs.rules["no-unused-vars"][1],argsIgnorePattern:"^_",caughtErrorsIgnorePattern:"^_",varsIgnorePattern:"^_"}],"@typescript-eslint/no-explicit-any":["error",{fixToUnknown:!1,ignoreRestArgs:!0}],"func-style":"off","no-shadow":"off","prefer-rest-params":"off","import-x/extensions":["error","ignorePackages",{ts:"never",tsx:"never",cts:"never",mts:"never"}],"import-x/no-extraneous-dependencies":["error",{...ia,devDependencies:ia.devDependencies.map(e=>e.replace(".js",".{js,ts}"))}],"unicorn/consistent-destructuring":"off","unicorn/no-array-callback-reference":"off","unicorn/no-useless-undefined":"off"}}),lu=[F({plugins:{regexp:Go},rules:Go.configs.recommended.rules})];var h=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function cu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}l(cu,"getDefaultExportFromCjs");var Vs={},ar={},Vn={};Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.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,Vn.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!!(e[3]||e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t};var sa={},lr={};Object.defineProperty(lr,"__esModule",{value:!0}),lr.isIdentifierChar=ca,lr.isIdentifierName=Eu,lr.isIdentifierStart=la;let Os="\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",oa="\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 uu=new RegExp("["+Os+"]"),pu=new RegExp("["+Os+oa+"]");Os=oa=null;const aa=[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],fu=[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 Ms(e,t){let n=65536;for(let i=0,s=t.length;i<s;i+=2){if(n+=t[i],n>e)return!1;if(n+=t[i+1],n>=e)return!0}return!1}l(Ms,"isInAstralSet");function la(e){return e<65?e===36:e<=90?!0:e<97?e===95:e<=122?!0:e<=65535?e>=170&&uu.test(String.fromCharCode(e)):Ms(e,aa)}l(la,"isIdentifierStart");function ca(e){return e<48?e===36:e<58?!0:e<65?!1:e<=90?!0:e<97?e===95:e<=122?!0:e<=65535?e>=170&&pu.test(String.fromCharCode(e)):Ms(e,aa)||Ms(e,fu)}l(ca,"isIdentifierChar");function Eu(e){let t=!0;for(let n=0;n<e.length;n++){let i=e.charCodeAt(n);if((i&64512)===55296&&n+1<e.length){const s=e.charCodeAt(++n);(s&64512)===56320&&(i=65536+((i&1023)<<10)+(s&1023))}if(t){if(t=!1,!la(i))return!1}else if(!ca(i))return!1}return!t}l(Eu,"isIdentifierName");var rt={};Object.defineProperty(rt,"__esModule",{value:!0}),rt.isKeyword=yu,rt.isReservedWord=ua,rt.isStrictBindOnlyReservedWord=fa,rt.isStrictBindReservedWord=mu,rt.isStrictReservedWord=pa;const Us={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"]},du=new Set(Us.keyword),Tu=new Set(Us.strict),Pu=new Set(Us.strictBind);function ua(e,t){return t&&e==="await"||e==="enum"}l(ua,"isReservedWord");function pa(e,t){return ua(e,t)||Tu.has(e)}l(pa,"isStrictReservedWord");function fa(e){return Pu.has(e)}l(fa,"isStrictBindOnlyReservedWord");function mu(e,t){return pa(e,t)||fa(e)}l(mu,"isStrictBindReservedWord");function yu(e){return du.has(e)}l(yu,"isKeyword"),function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:l(function(){return t.isIdentifierChar},"get")}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:l(function(){return t.isIdentifierName},"get")}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:l(function(){return t.isIdentifierStart},"get")}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:l(function(){return n.isKeyword},"get")}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:l(function(){return n.isReservedWord},"get")}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindOnlyReservedWord},"get")}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:l(function(){return n.isStrictBindReservedWord},"get")}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:l(function(){return n.isStrictReservedWord},"get")});var t=lr,n=rt}(sa);var Ea={exports:{}},hu=/[|\\{}()[\]^$+*?.]/g,_u=l(function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(hu,"\\$&")},"escapeStringRegexp"),Rs={exports:{}},da={exports:{}},bu={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]},nt=bu,Ta={};for(var Is in nt)nt.hasOwnProperty(Is)&&(Ta[nt[Is]]=Is);var O=da.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 Ee in O)if(O.hasOwnProperty(Ee)){if(!("channels"in O[Ee]))throw new Error("missing channels property: "+Ee);if(!("labels"in O[Ee]))throw new Error("missing channel labels property: "+Ee);if(O[Ee].labels.length!==O[Ee].channels)throw new Error("channel and label counts mismatch: "+Ee);var gu=O[Ee].channels,vu=O[Ee].labels;delete O[Ee].channels,delete O[Ee].labels,Object.defineProperty(O[Ee],"channels",{value:gu}),Object.defineProperty(O[Ee],"labels",{value:vu})}O.rgb.hsl=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s=Math.min(t,n,i),a=Math.max(t,n,i),c=a-s,u,p,E;return a===s?u=0:t===a?u=(n-i)/c:n===a?u=2+(i-t)/c:i===a&&(u=4+(t-n)/c),u=Math.min(u*60,360),u<0&&(u+=360),E=(s+a)/2,a===s?p=0:E<=.5?p=c/(a+s):p=c/(2-a-s),[u,p*100,E*100]},O.rgb.hsv=function(e){var t,n,i,s,a,c=e[0]/255,u=e[1]/255,p=e[2]/255,E=Math.max(c,u,p),m=E-Math.min(c,u,p),y=l(function(L){return(E-L)/6/m+1/2},"diffc");return m===0?s=a=0:(a=m/E,t=y(c),n=y(u),i=y(p),c===E?s=i-n:u===E?s=1/3+t-i:p===E&&(s=2/3+n-t),s<0?s+=1:s>1&&(s-=1)),[s*360,a*100,E*100]},O.rgb.hwb=function(e){var t=e[0],n=e[1],i=e[2],s=O.rgb.hsl(e)[0],a=1/255*Math.min(t,Math.min(n,i));return i=1-1/255*Math.max(t,Math.max(n,i)),[s,a*100,i*100]},O.rgb.cmyk=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s,a,c,u;return u=Math.min(1-t,1-n,1-i),s=(1-t-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 Su(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}l(Su,"comparativeDistance"),O.rgb.keyword=function(e){var t=Ta[e];if(t)return t;var n=1/0,i;for(var s in nt)if(nt.hasOwnProperty(s)){var a=nt[s],c=Su(e,a);c<n&&(n=c,i=s)}return i},O.keyword.rgb=function(e){return nt[e]},O.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/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=t*.4124+n*.3576+i*.1805,a=t*.2126+n*.7152+i*.0722,c=t*.0193+n*.1192+i*.9505;return[s*100,a*100,c*100]},O.rgb.lab=function(e){var t=O.rgb.xyz(e),n=t[0],i=t[1],s=t[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]},O.hsl.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[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 E=0;E<3;E++)c=t+1/3*-(E-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[E]=p*255;return u},O.hsl.hsv=function(e){var t=e[0],n=e[1]/100,i=e[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),[t,c*100,u*100]},O.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,i=e[2]/100,s=Math.floor(t)%6,a=t-Math.floor(t),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]}},O.hsv.hsl=function(e){var t=e[0],n=e[1]/100,i=e[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,[t,c*100,u*100]},O.hwb.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[2]/100,s=n+i,a,c,u,p;s>1&&(n/=s,i/=s),a=Math.floor(6*t),c=1-i,u=6*t-a,a&1&&(u=1-u),p=n+u*(c-n);var E,m,y;switch(a){default:case 6:case 0:E=c,m=p,y=n;break;case 1:E=p,m=c,y=n;break;case 2:E=n,m=c,y=p;break;case 3:E=n,m=p,y=c;break;case 4:E=p,m=n,y=c;break;case 5:E=c,m=n,y=p;break}return[E*255,m*255,y*255]},O.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,i=e[2]/100,s=e[3]/100,a,c,u;return a=1-Math.min(1,t*(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]},O.xyz.rgb=function(e){var t=e[0]/100,n=e[1]/100,i=e[2]/100,s,a,c;return s=t*3.2406+n*-1.5372+i*-.4986,a=t*-.9689+n*1.8758+i*.0415,c=t*.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]},O.xyz.lab=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;return t/=95.047,n/=100,i/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+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*(t-n),c=200*(n-i),[s,a,c]},O.lab.xyz=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;a=(t+16)/116,s=n/500+a,c=a-i/200;var u=Math.pow(a,3),p=Math.pow(s,3),E=Math.pow(c,3);return a=u>.008856?u:(a-16/116)/7.787,s=p>.008856?p:(s-16/116)/7.787,c=E>.008856?E:(c-16/116)/7.787,s*=95.047,a*=100,c*=108.883,[s,a,c]},O.lab.lch=function(e){var t=e[0],n=e[1],i=e[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),[t,c,a]},O.lch.lab=function(e){var t=e[0],n=e[1],i=e[2],s,a,c;return c=i/360*2*Math.PI,s=n*Math.cos(c),a=n*Math.sin(c),[t,s,a]},O.rgb.ansi16=function(e){var t=e[0],n=e[1],i=e[2],s=1 in arguments?arguments[1]:O.rgb.hsv(e)[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(t/255));return s===2&&(a+=60),a},O.hsv.ansi16=function(e){return O.rgb.ansi16(O.hsv.rgb(e),e[2])},O.rgb.ansi256=function(e){var t=e[0],n=e[1],i=e[2];if(t===n&&n===i)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var s=16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(i/255*5);return s},O.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var n=(~~(e>50)+1)*.5,i=(t&1)*n*255,s=(t>>1&1)*n*255,a=(t>>2&1)*n*255;return[i,s,a]},O.ansi256.rgb=function(e){if(e>=232){var t=(e-232)*10+8;return[t,t,t]}e-=16;var n,i=Math.floor(e/36)/5*255,s=Math.floor((n=e%36)/6)/5*255,a=n%6/5*255;return[i,s,a]},O.rgb.hex=function(e){var t=((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255),n=t.toString(16).toUpperCase();return"000000".substring(n.length)+n},O.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];t[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]},O.rgb.hcg=function(e){var t=e[0]/255,n=e[1]/255,i=e[2]/255,s=Math.max(Math.max(t,n),i),a=Math.min(Math.min(t,n),i),c=s-a,u,p;return c<1?u=a/(1-c):u=0,c<=0?p=0:s===t?p=(n-i)/c%6:s===n?p=2+(i-t)/c:p=4+(t-n)/c+4,p/=6,p%=1,[p*360,c*100,u*100]},O.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=1,s=0;return n<.5?i=2*t*n:i=2*t*(1-n),i<1&&(s=(n-.5*i)/(1-i)),[e[0],i*100,s*100]},O.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=t*n,s=0;return i<1&&(s=(n-i)/(1-i)),[e[0],i*100,s*100]},O.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,i=e[2]/100;if(n===0)return[i*255,i*255,i*255];var s=[0,0,0],a=t%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]},O.hcg.hsv=function(e){var t=e[1]/100,n=e[2]/100,i=t+n*(1-t),s=0;return i>0&&(s=t/i),[e[0],s*100,i*100]},O.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100,i=n*(1-t)+.5*t,s=0;return i>0&&i<.5?s=t/(2*i):i>=.5&&i<1&&(s=t/(2*(1-i))),[e[0],s*100,i*100]},O.hcg.hwb=function(e){var t=e[1]/100,n=e[2]/100,i=t+n*(1-t);return[e[0],(i-t)*100,(1-i)*100]},O.hwb.hcg=function(e){var t=e[1]/100,n=e[2]/100,i=1-n,s=i-t,a=0;return s<1&&(a=(i-s)/(1-s)),[e[0],s*100,a*100]},O.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},O.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},O.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},O.gray.hsl=O.gray.hsv=function(e){return[0,0,e[0]]},O.gray.hwb=function(e){return[0,100,e[0]]},O.gray.cmyk=function(e){return[0,0,0,e[0]]},O.gray.lab=function(e){return[e[0],0,0]},O.gray.hex=function(e){var t=Math.round(e[0]/100*255)&255,n=(t<<16)+(t<<8)+t,i=n.toString(16).toUpperCase();return"000000".substring(i.length)+i},O.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]};var Pa=da.exports,On=Pa;function Yu(){for(var e={},t=Object.keys(On),n=t.length,i=0;i<n;i++)e[t[i]]={distance:-1,parent:null};return e}l(Yu,"buildGraph");function Lu(e){var t=Yu(),n=[e];for(t[e].distance=0;n.length;)for(var i=n.pop(),s=Object.keys(On[i]),a=s.length,c=0;c<a;c++){var u=s[c],p=t[u];p.distance===-1&&(p.distance=t[i].distance+1,p.parent=i,n.unshift(u))}return t}l(Lu,"deriveBFS");function Au(e,t){return function(n){return t(e(n))}}l(Au,"link");function Cu(e,t){for(var n=[t[e].parent,e],i=On[t[e].parent][e],s=t[e].parent;t[s].parent;)n.unshift(t[s].parent),i=Au(On[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}l(Cu,"wrapConversion");var wu=l(function(e){for(var t=Lu(e),n={},i=Object.keys(t),s=i.length,a=0;a<s;a++){var c=i[a],u=t[c];u.parent!==null&&(n[c]=Cu(c,t))}return n},"route$1"),xs=Pa,Vu=wu,bt={},Ou=Object.keys(xs);function Mu(e){var t=l(function(n){return n==null?n:(arguments.length>1&&(n=Array.prototype.slice.call(arguments)),e(n))},"wrappedFn");return"conversion"in e&&(t.conversion=e.conversion),t}l(Mu,"wrapRaw");function Uu(e){var t=l(function(n){if(n==null)return n;arguments.length>1&&(n=Array.prototype.slice.call(arguments));var i=e(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 e&&(t.conversion=e.conversion),t}l(Uu,"wrapRounded"),Ou.forEach(function(e){bt[e]={},Object.defineProperty(bt[e],"channels",{value:xs[e].channels}),Object.defineProperty(bt[e],"labels",{value:xs[e].labels});var t=Vu(e),n=Object.keys(t);n.forEach(function(i){var s=t[i];bt[e][i]=Uu(s),bt[e][i].raw=Mu(s)})});var Ru=bt;Rs.exports,function(e){const t=Ru,n=l((c,u)=>function(){return`\x1B[${c.apply(t,arguments)+u}m`},"wrapAnsi16"),i=l((c,u)=>function(){const p=c.apply(t,arguments);return`\x1B[${38+u};5;${p}m`},"wrapAnsi256"),s=l((c,u)=>function(){const p=c.apply(t,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 m of Object.keys(u)){const y=u[m];for(const L of Object.keys(y)){const w=y[L];u[L]={open:`\x1B[${w[0]}m`,close:`\x1B[${w[1]}m`},y[L]=u[L],c.set(w[0],w[1])}Object.defineProperty(u,m,{value:y,enumerable:!1}),Object.defineProperty(u,"codes",{value:c,enumerable:!1})}const p=l(m=>m,"ansi2ansi"),E=l((m,y,L)=>[m,y,L],"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(E,0)},u.bgColor.ansi={ansi:n(p,10)},u.bgColor.ansi256={ansi256:i(p,10)},u.bgColor.ansi16m={rgb:s(E,10)};for(let m of Object.keys(t)){if(typeof t[m]!="object")continue;const y=t[m];m==="ansi16"&&(m="ansi"),"ansi16"in y&&(u.color.ansi[m]=n(y.ansi16,0),u.bgColor.ansi[m]=n(y.ansi16,10)),"ansi256"in y&&(u.color.ansi256[m]=i(y.ansi256,0),u.bgColor.ansi256[m]=i(y.ansi256,10)),"rgb"in y&&(u.color.ansi16m[m]=s(y.rgb,0),u.bgColor.ansi16m[m]=s(y.rgb,10))}return u}l(a,"assembleStyles"),Object.defineProperty(e,"exports",{enumerable:!0,get:a})}(Rs);var Iu=Rs.exports,xu=l((e,t)=>{t=t||process.argv;const n=e.startsWith("-")?"":e.length===1?"-":"--",i=t.indexOf(n+e),s=t.indexOf("--");return i!==-1&&(s===-1?!0:i<s)},"hasFlag$1");const Du=Xc,Ae=xu,ce=process.env;let gt;Ae("no-color")||Ae("no-colors")||Ae("color=false")?gt=!1:(Ae("color")||Ae("colors")||Ae("color=true")||Ae("color=always"))&&(gt=!0),"FORCE_COLOR"in ce&&(gt=ce.FORCE_COLOR.length===0||parseInt(ce.FORCE_COLOR,10)!==0);function Fu(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}l(Fu,"translateLevel");function $u(e){if(gt===!1)return 0;if(Ae("color=16m")||Ae("color=full")||Ae("color=truecolor"))return 3;if(Ae("color=256"))return 2;if(e&&!e.isTTY&>!==!0)return 0;const t=gt?1:0;if(process.platform==="win32"){const n=Du.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 ce)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(n=>n in ce)||ce.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in ce)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ce.TEAMCITY_VERSION)?1:0;if(ce.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ce){const n=parseInt((ce.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ce.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ce.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ce.TERM)||"COLORTERM"in ce?1:(ce.TERM==="dumb",t)}l($u,"supportsColor");function Ds(e){const t=$u(e);return Fu(t)}l(Ds,"getSupportLevel");var ku={supportsColor:Ds,stdout:Ds(process.stdout),stderr:Ds(process.stderr)};const Nu=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,ma=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,ju=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Bu=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,Gu=new Map([["n",`
|
|
2
|
+
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function ya(e){return e[0]==="u"&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):Gu.get(e)||e}l(ya,"unescape$1");function Wu(e,t){const n=[],i=t.trim().split(/\s*,\s*/g);let s;for(const a of i)if(!isNaN(a))n.push(Number(a));else if(s=a.match(ju))n.push(s[2].replace(Bu,(c,u,p)=>u?ya(u):p));else throw new Error(`Invalid Chalk template style argument: ${a} (in style '${e}')`);return n}l(Wu,"parseArguments");function Hu(e){ma.lastIndex=0;const t=[];let n;for(;(n=ma.exec(e))!==null;){const i=n[1];if(n[2]){const s=Wu(i,n[2]);t.push([i].concat(s))}else t.push([i])}return t}l(Hu,"parseStyle");function ha(e,t){const n={};for(const s of t)for(const a of s.styles)n[a[0]]=s.inverse?null:a.slice(1);let i=e;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(ha,"buildStyle");var Ku=l((e,t)=>{const n=[],i=[];let s=[];if(t.replace(Nu,(a,c,u,p,E,m)=>{if(c)s.push(ya(c));else if(p){const y=s.join("");s=[],i.push(n.length===0?y:ha(e,n)(y)),n.push({inverse:u,styles:Hu(p)})}else if(E){if(n.length===0)throw new Error("Found extraneous } in Chalk template literal");i.push(ha(e,n)(s.join(""))),s=[],n.pop()}else s.push(m)}),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(e){const t=_u,n=Iu,i=ku.stdout,s=Ku,a=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),c=["ansi","ansi","ansi256","ansi16m"],u=new Set(["gray"]),p=Object.create(null);function E(_,S){S=S||{};const A=i?i.level:0;_.level=S.level===void 0?A:S.level,_.enabled="enabled"in S?S.enabled:_.level>0}l(E,"applyOptions");function m(_){if(!this||!(this instanceof m)||this.template){const S={};return E(S,_),S.template=function(){const A=[].slice.call(arguments);return b.apply(null,[S.template].concat(A))},Object.setPrototypeOf(S,m.prototype),Object.setPrototypeOf(S.template,S),S.template.constructor=m,S.template}E(this,_)}l(m,"Chalk"),a&&(n.blue.open="\x1B[94m");for(const _ of Object.keys(n))n[_].closeRe=new RegExp(t(n[_].close),"g"),p[_]={get(){const S=n[_];return L.call(this,this._styles?this._styles.concat(S):[S],this._empty,_)}};p.visible={get(){return L.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(t(n.color.close),"g");for(const _ of Object.keys(n.color.ansi))u.has(_)||(p[_]={get(){const S=this.level;return function(){const I={open:n.color[c[S]][_].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return L.call(this,this._styles?this._styles.concat(I):[I],this._empty,_)}}});n.bgColor.closeRe=new RegExp(t(n.bgColor.close),"g");for(const _ of Object.keys(n.bgColor.ansi)){if(u.has(_))continue;const S="bg"+_[0].toUpperCase()+_.slice(1);p[S]={get(){const A=this.level;return function(){const M={open:n.bgColor[c[A]][_].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return L.call(this,this._styles?this._styles.concat(M):[M],this._empty,_)}}}}const y=Object.defineProperties(()=>{},p);function L(_,S,A){const I=l(function(){return w.apply(I,arguments)},"builder");I._styles=_,I._empty=S;const M=this;return Object.defineProperty(I,"level",{enumerable:!0,get(){return M.level},set(j){M.level=j}}),Object.defineProperty(I,"enabled",{enumerable:!0,get(){return M.enabled},set(j){M.enabled=j}}),I.hasGrey=this.hasGrey||A==="gray"||A==="grey",I.__proto__=y,I}l(L,"build");function w(){const _=arguments,S=_.length;let A=String(arguments[0]);if(S===0)return"";if(S>1)for(let M=1;M<S;M++)A+=" "+_[M];if(!this.enabled||this.level<=0||!A)return this._empty?"":A;const I=n.dim.open;a&&this.hasGrey&&(n.dim.open="");for(const M of this._styles.slice().reverse())A=M.open+A.replace(M.closeRe,M.open)+M.close,A=A.replace(/\r?\n/g,`${M.close}$&${M.open}`);return n.dim.open=I,A}l(w,"applyStyle");function b(_,S){if(!Array.isArray(S))return[].slice.call(arguments,1).join(" ");const A=[].slice.call(arguments,2),I=[S.raw[0]];for(let M=1;M<S.length;M++)I.push(String(A[M-1]).replace(/[{}\\]/g,"\\$&")),I.push(String(S.raw[M]));return s(_,I.join(""))}l(b,"chalkTag"),Object.defineProperties(m.prototype,p),e.exports=m(),e.exports.supportsColor=i,e.exports.default=e.exports})(Ea);var _a=Ea.exports;Object.defineProperty(ar,"__esModule",{value:!0}),ar.default=ep,ar.shouldHighlight=Ya;var ba=Vn,ga=sa,Fs=Xu(_a,!0);function va(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(va=l(function(i){return i?n:t},"_getRequireWildcardCache$1"))(e)}l(va,"_getRequireWildcardCache$1");function Xu(e,t){if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=va(t);if(n&&n.has(e))return n.get(e);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)){var c=s?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(i,a,c):i[a]=e[a]}return i.default=e,n&&n.set(e,i),i}l(Xu,"_interopRequireWildcard$1");const zu=new Set(["as","async","from","get","of","set"]);function qu(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}l(qu,"getDefs$1");const Ju=/\r\n|[\n\r\u2028\u2029]/,Qu=/^[()[\]{}]$/;let Sa;{const e=/^[a-z][\w-]*$/i,t=l(function(n,i,s){if(n.type==="name"){if((0,ga.isKeyword)(n.value)||(0,ga.isStrictReservedWord)(n.value,!0)||zu.has(n.value))return"keyword";if(e.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"&&Qu.test(n.value)?"bracket":n.type==="invalid"&&(n.value==="@"||n.value==="#")?"punctuator":n.type},"getTokenType");Sa=l(function*(n){let i;for(;i=ba.default.exec(n);){const s=ba.matchToToken(i);yield{type:t(s,i.index,n),value:s.value}}},"tokenize")}function Zu(e,t){let n="";for(const{type:i,value:s}of Sa(t)){const a=e[i];a?n+=s.split(Ju).map(c=>a(c)).join(`
|
|
3
|
+
`):n+=s}return n}l(Zu,"highlightTokens");function Ya(e){return Fs.default.level>0||e.forceColor}l(Ya,"shouldHighlight");let $s;function La(e){if(e){var t;return(t=$s)!=null||($s=new Fs.default.constructor({enabled:!0,level:1})),$s}return Fs.default}l(La,"getChalk$1"),ar.getChalk=e=>La(e.forceColor);function ep(e,t={}){if(e!==""&&Ya(t)){const n=qu(La(t.forceColor));return Zu(n,e)}else return e}l(ep,"highlight"),Object.defineProperty(Vs,"__esModule",{value:!0});var tp=Vs.codeFrameColumns=Ma;Vs.default=op;var Aa=ar,Ca=rp(_a,!0);function wa(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(wa=l(function(i){return i?n:t},"_getRequireWildcardCache"))(e)}l(wa,"_getRequireWildcardCache");function rp(e,t){if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=wa(t);if(n&&n.has(e))return n.get(e);var i={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)){var c=s?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(i,a,c):i[a]=e[a]}return i.default=e,n&&n.set(e,i),i}l(rp,"_interopRequireWildcard");let ks;function np(e){if(e){var t;return(t=ks)!=null||(ks=new Ca.default.constructor({enabled:!0,level:1})),ks}return Ca.default}l(np,"getChalk");let Va=!1;function ip(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}l(ip,"getDefs");const Oa=/\r\n|[\n\r\u2028\u2029]/;function sp(e,t,n){const i=Object.assign({column:0,line:-1},e.start),s=Object.assign({},i,e.end),{linesAbove:a=2,linesBelow:c=3}=n||{},u=i.line,p=i.column,E=s.line,m=s.column;let y=Math.max(u-(a+1),0),L=Math.min(t.length,E+c);u===-1&&(y=0),E===-1&&(L=t.length);const w=E-u,b={};if(w)for(let _=0;_<=w;_++){const S=_+u;if(!p)b[S]=!0;else if(_===0){const A=t[S-1].length;b[S]=[p,A-p+1]}else if(_===w)b[S]=[0,m];else{const A=t[S-_].length;b[S]=[0,A]}}else p===m?p?b[u]=[p,0]:b[u]=!0:b[u]=[p,m-p];return{start:y,end:L,markerLines:b}}l(sp,"getMarkerLines");function Ma(e,t,n={}){const i=(n.highlightCode||n.forceColor)&&(0,Aa.shouldHighlight)(n),s=np(n.forceColor),a=ip(s),c=l((_,S)=>i?_(S):S,"maybeHighlight"),u=e.split(Oa),{start:p,end:E,markerLines:m}=sp(t,u,n),y=t.start&&typeof t.start.column=="number",L=String(E).length;let b=(i?(0,Aa.default)(e,n):e).split(Oa,E).slice(p,E).map((_,S)=>{const A=p+1+S,M=` ${` ${A}`.slice(-L)} |`,j=m[A],ae=!m[A+1];if(j){let fe="";if(Array.isArray(j)){const he=_.slice(0,Math.max(j[0]-1,0)).replace(/[^\t]/g," "),mt=j[1]||1;fe=[`
|
|
4
4
|
`,c(a.gutter,M.replace(/\d/g," "))," ",he,c(a.marker,"^").repeat(mt)].join(""),ae&&n.message&&(fe+=" "+c(a.message,n.message))}return[c(a.marker,">"),c(a.gutter,M),_.length>0?` ${_}`:"",fe].join("")}else return` ${c(a.gutter,M)}${_.length>0?` ${_}`:""}`}).join(`
|
|
5
5
|
`);return n.message&&!y&&(b=`${" ".repeat(L+1)}${n.message}
|
|
6
|
-
${b}`),i?s.reset(b):b}l(
|
|
7
|
-
`,t-1),i=t-n-1;let s=0;for(let a=n;a>=0;a=
|
|
8
|
-
`,a-1))s++;return{line:s,column:i}}l(
|
|
6
|
+
${b}`),i?s.reset(b):b}l(Ma,"codeFrameColumns");function op(e,t,n,i={}){if(!Va){Va=!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),Ma(e,{start:{column:n,line:t}},i)}l(op,"_default");const Ua=l((e,t,n)=>n<0?-1:e.lastIndexOf(t,n),"safeLastIndexOf");function ap(e,t){const n=Ua(e,`
|
|
7
|
+
`,t-1),i=t-n-1;let s=0;for(let a=n;a>=0;a=Ua(e,`
|
|
8
|
+
`,a-1))s++;return{line:s,column:i}}l(ap,"getPosition");function Ra(e,t,{oneBased:n=!1}={}){if(t<0||t>=e.length&&e.length>0)throw new RangeError("Index out of bounds");const i=ap(e,t);return n?{line:i.line+1,column:i.column+1}:i}l(Ra,"indexToLineColumn");const lp=l(e=>`\\u{${e.codePointAt(0).toString(16)}}`,"getCodePoint");class bo extends Error{static{l(this,"JSONError")}name="JSONError";fileName;codeFrame;rawCodeFrame;#n;constructor(t){super(),this.#n=t,Error.captureStackTrace?.(this,bo)}get message(){const{fileName:t,codeFrame:n}=this;return`${this.#n}${t?` in ${t}`:""}${n?`
|
|
9
9
|
|
|
10
10
|
${n}
|
|
11
|
-
`:""}`}set message(t){this.#n=t}}const Ra=l((e,t,n=!0)=>ep(e,{start:t},{highlightCode:n}),"generateCodeFrame"),lp=l((e,t)=>{const n=t.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===e.length){const{line:c,column:u}=Ua(e,e.length-1,{oneBased:!0});return{line:c,column:u+1}}return Ua(e,i,{oneBased:!0})},"getErrorLocation"),cp=l(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(t,n,i)=>`"${i}"(${ap(i)})`),"addCodePointToUnexpectedToken");function up(e,t,n){let i;try{return JSON.parse(e,t)}catch(c){i=c.message}let s;e?(s=lp(e,i),i=cp(i)):i+=" while parsing empty string";const a=new _o(i);throw a.fileName=n,s&&(a.codeFrame=Ra(e,s),a.rawCodeFrame=Ra(e,s,!1)),a}l(up,"parseJson");const pp=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};var Ia=pp;const fp="2.0.0",xa=256,Ep=Number.MAX_SAFE_INTEGER||9007199254740991,dp=16,Tp=xa-6,Pp=["major","premajor","minor","preminor","patch","prepatch","prerelease"];var Da={MAX_LENGTH:xa,MAX_SAFE_COMPONENT_LENGTH:dp,MAX_SAFE_BUILD_LENGTH:Tp,MAX_SAFE_INTEGER:Ep,RELEASE_TYPES:Pp,SEMVER_SPEC_VERSION:fp,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},ks={exports:{}};(function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:s}=Da,a=Ia;t=e.exports={};const c=t.re=[],u=t.safeRe=[],p=t.src=[],E=t.t={};let m=0;const y="[a-zA-Z0-9-]",L=[["\\s",1],["\\d",s],[y,i]],w=l(_=>{for(const[S,A]of L)_=_.split(`${S}*`).join(`${S}{0,${A}}`).split(`${S}+`).join(`${S}{1,${A}}`);return _},"makeSafeRegex"),b=l((_,S,A)=>{const I=w(S),M=m++;a(_,M,S),E[_]=M,p[M]=S,c[M]=new RegExp(S,A?"g":void 0),u[M]=new RegExp(I,A?"g":void 0)},"createToken");b("NUMERICIDENTIFIER","0|[1-9]\\d*"),b("NUMERICIDENTIFIERLOOSE","\\d+"),b("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${y}*`),b("MAINVERSION",`(${p[E.NUMERICIDENTIFIER]})\\.(${p[E.NUMERICIDENTIFIER]})\\.(${p[E.NUMERICIDENTIFIER]})`),b("MAINVERSIONLOOSE",`(${p[E.NUMERICIDENTIFIERLOOSE]})\\.(${p[E.NUMERICIDENTIFIERLOOSE]})\\.(${p[E.NUMERICIDENTIFIERLOOSE]})`),b("PRERELEASEIDENTIFIER",`(?:${p[E.NUMERICIDENTIFIER]}|${p[E.NONNUMERICIDENTIFIER]})`),b("PRERELEASEIDENTIFIERLOOSE",`(?:${p[E.NUMERICIDENTIFIERLOOSE]}|${p[E.NONNUMERICIDENTIFIER]})`),b("PRERELEASE",`(?:-(${p[E.PRERELEASEIDENTIFIER]}(?:\\.${p[E.PRERELEASEIDENTIFIER]})*))`),b("PRERELEASELOOSE",`(?:-?(${p[E.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${p[E.PRERELEASEIDENTIFIERLOOSE]})*))`),b("BUILDIDENTIFIER",`${y}+`),b("BUILD",`(?:\\+(${p[E.BUILDIDENTIFIER]}(?:\\.${p[E.BUILDIDENTIFIER]})*))`),b("FULLPLAIN",`v?${p[E.MAINVERSION]}${p[E.PRERELEASE]}?${p[E.BUILD]}?`),b("FULL",`^${p[E.FULLPLAIN]}$`),b("LOOSEPLAIN",`[v=\\s]*${p[E.MAINVERSIONLOOSE]}${p[E.PRERELEASELOOSE]}?${p[E.BUILD]}?`),b("LOOSE",`^${p[E.LOOSEPLAIN]}$`),b("GTLT","((?:<|>)?=?)"),b("XRANGEIDENTIFIERLOOSE",`${p[E.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),b("XRANGEIDENTIFIER",`${p[E.NUMERICIDENTIFIER]}|x|X|\\*`),b("XRANGEPLAIN",`[v=\\s]*(${p[E.XRANGEIDENTIFIER]})(?:\\.(${p[E.XRANGEIDENTIFIER]})(?:\\.(${p[E.XRANGEIDENTIFIER]})(?:${p[E.PRERELEASE]})?${p[E.BUILD]}?)?)?`),b("XRANGEPLAINLOOSE",`[v=\\s]*(${p[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[E.XRANGEIDENTIFIERLOOSE]})(?:${p[E.PRERELEASELOOSE]})?${p[E.BUILD]}?)?)?`),b("XRANGE",`^${p[E.GTLT]}\\s*${p[E.XRANGEPLAIN]}$`),b("XRANGELOOSE",`^${p[E.GTLT]}\\s*${p[E.XRANGEPLAINLOOSE]}$`),b("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),b("COERCE",`${p[E.COERCEPLAIN]}(?:$|[^\\d])`),b("COERCEFULL",p[E.COERCEPLAIN]+`(?:${p[E.PRERELEASE]})?(?:${p[E.BUILD]})?(?:$|[^\\d])`),b("COERCERTL",p[E.COERCE],!0),b("COERCERTLFULL",p[E.COERCEFULL],!0),b("LONETILDE","(?:~>?)"),b("TILDETRIM",`(\\s*)${p[E.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",b("TILDE",`^${p[E.LONETILDE]}${p[E.XRANGEPLAIN]}$`),b("TILDELOOSE",`^${p[E.LONETILDE]}${p[E.XRANGEPLAINLOOSE]}$`),b("LONECARET","(?:\\^)"),b("CARETTRIM",`(\\s*)${p[E.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",b("CARET",`^${p[E.LONECARET]}${p[E.XRANGEPLAIN]}$`),b("CARETLOOSE",`^${p[E.LONECARET]}${p[E.XRANGEPLAINLOOSE]}$`),b("COMPARATORLOOSE",`^${p[E.GTLT]}\\s*(${p[E.LOOSEPLAIN]})$|^$`),b("COMPARATOR",`^${p[E.GTLT]}\\s*(${p[E.FULLPLAIN]})$|^$`),b("COMPARATORTRIM",`(\\s*)${p[E.GTLT]}\\s*(${p[E.LOOSEPLAIN]}|${p[E.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",b("HYPHENRANGE",`^\\s*(${p[E.XRANGEPLAIN]})\\s+-\\s+(${p[E.XRANGEPLAIN]})\\s*$`),b("HYPHENRANGELOOSE",`^\\s*(${p[E.XRANGEPLAINLOOSE]})\\s+-\\s+(${p[E.XRANGEPLAINLOOSE]})\\s*$`),b("STAR","(<|>)?=?\\s*\\*"),b("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),b("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(ks,ks.exports);var mp=ks.exports;const yp=Object.freeze({loose:!0}),hp=Object.freeze({}),_p=l(e=>e?typeof e!="object"?yp:e:hp,"parseOptions$1");var bp=_p;const Fa=/^[0-9]+$/,$a=l((e,t)=>{const n=Fa.test(e),i=Fa.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1},"compareIdentifiers$1"),gp=l((e,t)=>$a(t,e),"rcompareIdentifiers");var vp={compareIdentifiers:$a,rcompareIdentifiers:gp};const Mn=Ia,{MAX_LENGTH:ka,MAX_SAFE_INTEGER:Un}=Da,{safeRe:Na,t:ja}=mp,Sp=bp,{compareIdentifiers:vt}=vp;let Yp=class $e{static{l(this,"SemVer")}constructor(t,n){if(n=Sp(n),t instanceof $e){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>ka)throw new TypeError(`version is longer than ${ka} characters`);Mn("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;const i=t.trim().match(n.loose?Na[ja.LOOSE]:Na[ja.FULL]);if(!i)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Un||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Un||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Un||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<Un)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(t){if(Mn("SemVer.compare",this.version,this.options,t),!(t instanceof $e)){if(typeof t=="string"&&t===this.version)return 0;t=new $e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof $e||(t=new $e(t,this.options)),vt(this.major,t.major)||vt(this.minor,t.minor)||vt(this.patch,t.patch)}comparePre(t){if(t instanceof $e||(t=new $e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let n=0;do{const i=this.prerelease[n],s=t.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 vt(i,s)}while(++n)}compareBuild(t){t instanceof $e||(t=new $e(t,this.options));let n=0;do{const i=this.build[n],s=t.build[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 vt(i,s)}while(++n)}inc(t,n,i){switch(t){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]),vt(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};var Lp=Yp;const Ba=Lp,Ap=l((e,t,n=!1)=>{if(e instanceof Ba)return e;try{return new Ba(e,t)}catch(i){if(!n)return null;throw i}},"parse$6");var Ga=Ap;const Cp=Ga,wp=l((e,t)=>{const n=Cp(e,t);return n?n.version:null},"valid$1");var Vp=wp;const Op=Ga,Mp=l((e,t)=>{const n=Op(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},"clean");var Up=Mp,Wa=["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"],Rp=["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"],Ip=["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"],xp=[].concat(Wa).concat(Rp),Dp=Ip,Fp=l(function(e){var t=0;function n(){return t<e.length}l(n,"hasMore");function i(b){if(b instanceof RegExp){var _=e.slice(t),S=_.match(b);if(S)return t+=S[0].length,S[0]}else if(e.indexOf(b,t)===t)return t+=b.length,b}l(i,"read");function s(){i(/[ ]*/)}l(s,"skipWhitespace");function a(){for(var b,_=["WITH","AND","OR","(",")",":","+"],S=0;S<_.length&&(b=i(_[S]),!b);S++);if(b==="+"&&t>1&&e[t-2]===" ")throw new Error("Space before `+`");return b&&{type:"OPERATOR",string:b}}l(a,"operator");function c(){return i(/[A-Za-z0-9-.]+/)}l(c,"idstring");function u(){var b=c();if(!b)throw new Error("Expected idstring at offset "+t);return b}l(u,"expectIdstring");function p(){if(i("DocumentRef-")){var b=u();return{type:"DOCUMENTREF",string:b}}}l(p,"documentRef");function E(){if(i("LicenseRef-")){var b=u();return{type:"LICENSEREF",string:b}}}l(E,"licenseRef");function m(){var b=t,_=c();if(xp.indexOf(_)!==-1)return{type:"LICENSE",string:_};if(Dp.indexOf(_)!==-1)return{type:"EXCEPTION",string:_};t=b}l(m,"identifier");function y(){return a()||p()||E()||m()}l(y,"parseToken");for(var L=[];n()&&(s(),!!n());){var w=y();if(!w)throw new Error("Unexpected `"+e[t]+"` at offset "+t);L.push(w)}return L},"scan$1"),$p=l(function(e){var t=0;function n(){return t<e.length}l(n,"hasMore");function i(){return n()?e[t]:null}l(i,"token");function s(){if(!n())throw new Error;t++}l(s,"next");function a(_){var S=i();if(S&&S.type==="OPERATOR"&&_===S.string)return s(),S.string}l(a,"parseOperator");function c(){if(a("WITH")){var _=i();if(_&&_.type==="EXCEPTION")return s(),_.string;throw new Error("Expected exception after `WITH`")}}l(c,"parseWith");function u(){var _=t,S="",A=i();if(A.type==="DOCUMENTREF"&&(s(),S+="DocumentRef-"+A.string+":",!a(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(A=i(),A.type==="LICENSEREF")return s(),S+="LicenseRef-"+A.string,{license:S};t=_}l(u,"parseLicenseRef");function p(){var _=i();if(_&&_.type==="LICENSE"){s();var S={license:_.string};a("+")&&(S.plus=!0);var A=c();return A&&(S.exception=A),S}}l(p,"parseLicense");function E(){var _=a("(");if(_){var S=w();if(!a(")"))throw new Error("Expected `)`");return S}}l(E,"parseParenthesizedExpression");function m(){return E()||u()||p()}l(m,"parseAtom");function y(_,S){return l(function A(){var I=S();if(I){if(!a(_))return I;var M=A();if(!M)throw new Error("Expected expression");return{left:I,conjunction:_.toLowerCase(),right:M}}},"parseBinaryOp")}l(y,"makeBinaryOpParser");var L=y("AND",m),w=y("OR",L),b=w();if(!b||n())throw new Error("Syntax error");return b},"parse$3"),kp=Fp,Np=$p,Ha=l(function(e){return Np(kp(e))},"spdxExpressionParse"),jp=Ha,Bp=Wa;function Rn(e){try{return jp(e),!0}catch{return!1}}l(Rn,"valid");function Ka(e,t){var n=t[0].length-e[0].length;return n!==0?n:e[0].toUpperCase().localeCompare(t[0].toUpperCase())}l(Ka,"sortTranspositions");var Xa=[["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(Ka),Gp=0,Wp=1,za=[function(e){return e.toUpperCase()},function(e){return e.trim()},function(e){return e.replace(/\./g,"")},function(e){return e.replace(/\s+/g,"")},function(e){return e.replace(/\s+/g,"-")},function(e){return e.replace("v","-")},function(e){return e.replace(/,?\s*(\d)/,"-$1")},function(e){return e.replace(/,?\s*(\d)/,"-$1.0")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(e){return e[0].toUpperCase()+e.slice(1)},function(e){return e.replace("/","-")},function(e){return e.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(e){return e.indexOf("3.0")!==-1?e+"-or-later":e+"-only"},function(e){return e+"only"},function(e){return e.replace(/(\d)$/,"-$1.0")},function(e){return e.replace(/(-| )?(\d)$/,"-$2-Clause")},function(e){return e.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(e){return e.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(e){return e.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(e){return e.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(e){return e.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(e){return e.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(e){return"CC-"+e},function(e){return"CC-"+e+"-4.0"},function(e){return e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(e){return"CC-"+e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],Ns=Bp.map(function(e){var t=/^(.*)-\d+\.\d+$/.exec(e);return t?[t[0],t[1]]:[e,null]}).reduce(function(e,t){var n=t[1];return e[n]=e[n]||[],e[n].push(t[0]),e},{}),Hp=Object.keys(Ns).map(l(function(t){return[t,Ns[t]]},"makeEntries")).filter(l(function(t){return t[1].length===1&&t[0]!==null&&t[0]!=="APL"},"identifySoleVersions")).map(l(function(t){return[t[0],t[1][0]]},"createLastResorts"));Ns=void 0;var qa=[["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(Hp).sort(Ka),Kp=0,Xp=1,Ja=l(function(e){for(var t=0;t<za.length;t++){var n=za[t](e).trim();if(n!==e&&Rn(n))return n}return null},"validTransformation"),Qa=l(function(e){for(var t=e.toUpperCase(),n=0;n<qa.length;n++){var i=qa[n];if(t.indexOf(i[Kp])>-1)return i[Xp]}return null},"validLastResort"),Za=l(function(e,t){for(var n=0;n<Xa.length;n++){var i=Xa[n],s=i[Gp];if(e.indexOf(s)>-1){var a=e.replace(s,i[Wp]),c=t(a);if(c!==null)return c}}return null},"anyCorrection"),zp=l(function(e,t){t=t||{};var n=t.upgrade===void 0?!0:!!t.upgrade;function i(u){return n?qp(u):u}l(i,"postprocess");var s=typeof e=="string"&&e.trim().length!==0;if(!s)throw Error("Invalid argument. Expected non-empty string.");if(e=e.trim(),Rn(e))return i(e);var a=e.replace(/\+$/,"").trim();if(Rn(a))return i(a);var c=Ja(e);return c!==null||(c=Za(e,function(u){return Rn(u)?u:Ja(u)}),c!==null)||(c=Qa(e),c!==null)||(c=Za(e,Qa),c!==null)?i(c):null},"spdxCorrect");function qp(e){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(e)!==-1?e+"-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(e)!==-1?e.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(e)!==-1?e+"-or-later":e}l(qp,"upgradeGPLs");var Jp=Ha,Qp=zp,el='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',Zp=/^SEE LICEN[CS]E IN (.+)$/;function tl(e,t){return t.slice(0,e.length)===e}l(tl,"startsWith");function js(e){if(e.hasOwnProperty("license")){var t=e.license;return tl("LicenseRef",t)||tl("DocumentRef",t)}else return js(e.left)||js(e.right)}l(js,"usesLicenseRef");var ef=l(function(e){var t;try{t=Jp(e)}catch{var n;if(e==="UNLICENSED"||e==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(n=Zp.exec(e))return{validForOldPackages:!0,validForNewPackages:!0,inFile:n[1]};var i={validForOldPackages:!1,validForNewPackages:!1,warnings:[el]};if(e.trim().length!==0){var s=Qp(e);s&&i.warnings.push('license is similar to the valid expression "'+s+'"')}return i}return js(t)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[el]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),In={};Object.defineProperty(In,"__esModule",{value:!0}),In.LRUCache=void 0;const St=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,rl=new Set,Bs=typeof process=="object"&&process?process:{},nl=l((e,t,n,i)=>{typeof Bs.emitWarning=="function"?Bs.emitWarning(e,t,n,i):console.error(`[${n}] ${t}: ${e}`)},"emitWarning");let xn=globalThis.AbortController,il=globalThis.AbortSignal;if(typeof xn>"u"){il=class{static{l(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},xn=class{static{l(this,"AbortController")}constructor(){t()}signal=new il;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 e=Bs.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const t=l(()=>{e&&(e=!1,nl("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",t))},"warnACPolyfill")}const tf=l(e=>!rl.has(e),"shouldWarn"),He=l(e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),"isPosInt"),sl=l(e=>He(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?Dn:null:null,"getUintArray");class Dn extends Array{static{l(this,"ZeroArray")}constructor(t){super(t),this.fill(0)}}class Zt{static{l(this,"Stack")}heap;length;static#n=!1;static create(t){const n=sl(t);if(!n)return[];Zt.#n=!0;const i=new Zt(t,n);return Zt.#n=!1,i}constructor(t,n){if(!Zt.#n)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}let rf=class vc{static{l(this,"LRUCache")}#n;#c;#t;#P;#w;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#m;#s;#i;#e;#p;#E;#u;#a;#y;#l;#h;#_;#d;#b;#Y;#f;static unsafeExposeInternals(t){return{starts:t.#_,ttls:t.#d,sizes:t.#h,keyMap:t.#s,keyList:t.#i,valList:t.#e,next:t.#p,prev:t.#E,get head(){return t.#u},get tail(){return t.#a},free:t.#y,isBackgroundFetch:l(n=>t.#r(n),"isBackgroundFetch"),backgroundFetch:l((n,i,s,a)=>t.#M(n,i,s,a),"backgroundFetch"),moveToTail:l(n=>t.#C(n),"moveToTail"),indexes:l(n=>t.#g(n),"indexes"),rindexes:l(n=>t.#v(n),"rindexes"),isStale:l(n=>t.#T(n),"isStale")}}get max(){return this.#n}get maxSize(){return this.#c}get calculatedSize(){return this.#m}get size(){return this.#o}get fetchMethod(){return this.#w}get dispose(){return this.#t}get disposeAfter(){return this.#P}constructor(t){const{max:n=0,ttl:i,ttlResolution:s=1,ttlAutopurge:a,updateAgeOnGet:c,updateAgeOnHas:u,allowStale:p,dispose:E,disposeAfter:m,noDisposeOnSet:y,noUpdateTTL:L,maxSize:w=0,maxEntrySize:b=0,sizeCalculation:_,fetchMethod:S,noDeleteOnFetchRejection:A,noDeleteOnStaleGet:I,allowStaleOnFetchRejection:M,allowStaleOnFetchAbort:j,ignoreFetchAbort:ae}=t;if(n!==0&&!He(n))throw new TypeError("max option must be a nonnegative integer");const fe=n?sl(n):Array;if(!fe)throw new Error("invalid max value: "+n);if(this.#n=n,this.#c=w,this.maxEntrySize=b||this.#c,this.sizeCalculation=_,this.sizeCalculation){if(!this.#c&&!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.#w=S,this.#Y=!!S,this.#s=new Map,this.#i=new Array(n).fill(void 0),this.#e=new Array(n).fill(void 0),this.#p=new fe(n),this.#E=new fe(n),this.#u=0,this.#a=0,this.#y=Zt.create(n),this.#o=0,this.#m=0,typeof E=="function"&&(this.#t=E),typeof m=="function"?(this.#P=m,this.#l=[]):(this.#P=void 0,this.#l=void 0),this.#b=!!this.#t,this.#f=!!this.#P,this.noDisposeOnSet=!!y,this.noUpdateTTL=!!L,this.noDeleteOnFetchRejection=!!A,this.allowStaleOnFetchRejection=!!M,this.allowStaleOnFetchAbort=!!j,this.ignoreFetchAbort=!!ae,this.maxEntrySize!==0){if(this.#c!==0&&!He(this.#c))throw new TypeError("maxSize must be a positive integer if specified");if(!He(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!p,this.noDeleteOnStaleGet=!!I,this.updateAgeOnGet=!!c,this.updateAgeOnHas=!!u,this.ttlResolution=He(s)||s===0?s:1,this.ttlAutopurge=!!a,this.ttl=i||0,this.ttl){if(!He(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}if(this.#n===0&&this.ttl===0&&this.#c===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#c){const he="LRU_CACHE_UNBOUNDED";tf(he)&&(rl.add(he),nl("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",he,vc))}}getRemainingTTL(t){return this.#s.has(t)?1/0:0}#U(){const t=new Dn(this.#n),n=new Dn(this.#n);this.#d=t,this.#_=n,this.#R=(a,c,u=St.now())=>{if(n[a]=c!==0?u:0,t[a]=c,c!==0&&this.ttlAutopurge){const p=setTimeout(()=>{this.#T(a)&&this.delete(this.#i[a])},c+1);p.unref&&p.unref()}},this.#L=a=>{n[a]=t[a]!==0?St.now():0},this.#S=(a,c)=>{if(t[c]){const u=t[c],p=n[c];if(!u||!p)return;a.ttl=u,a.start=p,a.now=i||s();const E=a.now-p;a.remainingTTL=u-E}};let i=0;const s=l(()=>{const a=St.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.#s.get(a);if(c===void 0)return 0;const u=t[c],p=n[c];if(!u||!p)return 1/0;const E=(i||s())-p;return u-E},this.#T=a=>{const c=n[a],u=t[a];return!!u&&!!c&&(i||s())-c>u}}#L=l(()=>{},"#updateItemAge");#S=l(()=>{},"#statusTTL");#R=l(()=>{},"#setItemTTL");#T=l(()=>!1,"#isStale");#F(){const t=new Dn(this.#n);this.#m=0,this.#h=t,this.#A=n=>{this.#m-=t[n],t[n]=0},this.#I=(n,i,s,a)=>{if(this.#r(i))return 0;if(!He(s))if(a){if(typeof a!="function")throw new TypeError("sizeCalculation must be a function");if(s=a(i,n),!He(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.#V=(n,i,s)=>{if(t[n]=i,this.#c){const a=this.#c-t[n];for(;this.#m>a;)this.#O(!0)}this.#m+=t[n],s&&(s.entrySize=i,s.totalCalculatedSize=this.#m)}}#A=l(t=>{},"#removeItemSize");#V=l((t,n,i)=>{},"#addItemSize");#I=l((t,n,i,s)=>{if(i||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#g({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#a;!(!this.#x(n)||((t||!this.#T(n))&&(yield n),n===this.#u));)n=this.#E[n]}*#v({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#u;!(!this.#x(n)||((t||!this.#T(n))&&(yield n),n===this.#a));)n=this.#p[n]}#x(t){return t!==void 0&&this.#s.get(this.#i[t])===t}*entries(){for(const t of this.#g())this.#e[t]!==void 0&&this.#i[t]!==void 0&&!this.#r(this.#e[t])&&(yield[this.#i[t],this.#e[t]])}*rentries(){for(const t of this.#v())this.#e[t]!==void 0&&this.#i[t]!==void 0&&!this.#r(this.#e[t])&&(yield[this.#i[t],this.#e[t]])}*keys(){for(const t of this.#g()){const n=this.#i[t];n!==void 0&&!this.#r(this.#e[t])&&(yield n)}}*rkeys(){for(const t of this.#v()){const n=this.#i[t];n!==void 0&&!this.#r(this.#e[t])&&(yield n)}}*values(){for(const t of this.#g())this.#e[t]!==void 0&&!this.#r(this.#e[t])&&(yield this.#e[t])}*rvalues(){for(const t of this.#v())this.#e[t]!==void 0&&!this.#r(this.#e[t])&&(yield this.#e[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,n={}){for(const i of this.#g()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;if(a!==void 0&&t(a,this.#i[i],this))return this.get(this.#i[i],n)}}forEach(t,n=this){for(const i of this.#g()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;a!==void 0&&t.call(n,a,this.#i[i],this)}}rforEach(t,n=this){for(const i of this.#v()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;a!==void 0&&t.call(n,a,this.#i[i],this)}}purgeStale(){let t=!1;for(const n of this.#v({allowStale:!0}))this.#T(n)&&(this.delete(this.#i[n]),t=!0);return t}info(t){const n=this.#s.get(t);if(n===void 0)return;const i=this.#e[n],s=this.#r(i)?i.__staleWhileFetching:i;if(s===void 0)return;const a={value:s};if(this.#d&&this.#_){const c=this.#d[n],u=this.#_[n];if(c&&u){const p=c-(St.now()-u);a.ttl=p,a.start=Date.now()}}return this.#h&&(a.size=this.#h[n]),a}dump(){const t=[];for(const n of this.#g({allowStale:!0})){const i=this.#i[n],s=this.#e[n],a=this.#r(s)?s.__staleWhileFetching:s;if(a===void 0||i===void 0)continue;const c={value:a};if(this.#d&&this.#_){c.ttl=this.#d[n];const u=St.now()-this.#_[n];c.start=Math.floor(Date.now()-u)}this.#h&&(c.size=this.#h[n]),t.unshift([i,c])}return t}load(t){this.clear();for(const[n,i]of t){if(i.start){const s=Date.now()-i.start;i.start=St.now()-s}this.set(n,i.value,i)}}set(t,n,i={}){if(n===void 0)return this.delete(t),this;const{ttl:s=this.ttl,start:a,noDisposeOnSet:c=this.noDisposeOnSet,sizeCalculation:u=this.sizeCalculation,status:p}=i;let{noUpdateTTL:E=this.noUpdateTTL}=i;const m=this.#I(t,n,i.size||0,u);if(this.maxEntrySize&&m>this.maxEntrySize)return p&&(p.set="miss",p.maxEntrySizeExceeded=!0),this.delete(t),this;let y=this.#o===0?void 0:this.#s.get(t);if(y===void 0)y=this.#o===0?this.#a:this.#y.length!==0?this.#y.pop():this.#o===this.#n?this.#O(!1):this.#o,this.#i[y]=t,this.#e[y]=n,this.#s.set(t,y),this.#p[this.#a]=y,this.#E[y]=this.#a,this.#a=y,this.#o++,this.#V(y,m,p),p&&(p.set="add"),E=!1;else{this.#C(y);const L=this.#e[y];if(n!==L){if(this.#Y&&this.#r(L)){L.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:w}=L;w!==void 0&&!c&&(this.#b&&this.#t?.(w,t,"set"),this.#f&&this.#l?.push([w,t,"set"]))}else c||(this.#b&&this.#t?.(L,t,"set"),this.#f&&this.#l?.push([L,t,"set"]));if(this.#A(y),this.#V(y,m,p),this.#e[y]=n,p){p.set="replace";const w=L&&this.#r(L)?L.__staleWhileFetching:L;w!==void 0&&(p.oldValue=w)}}else p&&(p.set="update")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(E||this.#R(y,s,a),p&&this.#S(p,y)),!c&&this.#f&&this.#l){const L=this.#l;let w;for(;w=L?.shift();)this.#P?.(...w)}return this}pop(){try{for(;this.#o;){const t=this.#e[this.#u];if(this.#O(!0),this.#r(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#f&&this.#l){const t=this.#l;let n;for(;n=t?.shift();)this.#P?.(...n)}}}#O(t){const n=this.#u,i=this.#i[n],s=this.#e[n];return this.#Y&&this.#r(s)?s.__abortController.abort(new Error("evicted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,i,"evict"),this.#f&&this.#l?.push([s,i,"evict"])),this.#A(n),t&&(this.#i[n]=void 0,this.#e[n]=void 0,this.#y.push(n)),this.#o===1?(this.#u=this.#a=0,this.#y.length=0):this.#u=this.#p[n],this.#s.delete(i),this.#o--,n}has(t,n={}){const{updateAgeOnHas:i=this.updateAgeOnHas,status:s}=n,a=this.#s.get(t);if(a!==void 0){const c=this.#e[a];if(this.#r(c)&&c.__staleWhileFetching===void 0)return!1;if(this.#T(a))s&&(s.has="stale",this.#S(s,a));else return i&&this.#L(a),s&&(s.has="hit",this.#S(s,a)),!0}else s&&(s.has="miss");return!1}peek(t,n={}){const{allowStale:i=this.allowStale}=n,s=this.#s.get(t);if(s===void 0||!i&&this.#T(s))return;const a=this.#e[s];return this.#r(a)?a.__staleWhileFetching:a}#M(t,n,i,s){const a=n===void 0?void 0:this.#e[n];if(this.#r(a))return a;const c=new xn,{signal:u}=i;u?.addEventListener("abort",()=>c.abort(u.reason),{signal:c.signal});const p={signal:c.signal,options:i,context:s},E=l((_,S=!1)=>{const{aborted:A}=c.signal,I=i.ignoreFetchAbort&&_!==void 0;if(i.status&&(A&&!S?(i.status.fetchAborted=!0,i.status.fetchError=c.signal.reason,I&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),A&&!I&&!S)return y(c.signal.reason);const M=w;return this.#e[n]===w&&(_===void 0?M.__staleWhileFetching?this.#e[n]=M.__staleWhileFetching:this.delete(t):(i.status&&(i.status.fetchUpdated=!0),this.set(t,_,p.options))),_},"cb"),m=l(_=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=_),y(_)),"eb"),y=l(_=>{const{aborted:S}=c.signal,A=S&&i.allowStaleOnFetchAbort,I=A||i.allowStaleOnFetchRejection,M=I||i.noDeleteOnFetchRejection,j=w;if(this.#e[n]===w&&(!M||j.__staleWhileFetching===void 0?this.delete(t):A||(this.#e[n]=j.__staleWhileFetching)),I)return i.status&&j.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),j.__staleWhileFetching;if(j.__returned===j)throw _},"fetchFail"),L=l((_,S)=>{const A=this.#w?.(t,a,p);A&&A instanceof Promise&&A.then(I=>_(I===void 0?void 0:I),S),c.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(_(void 0),i.allowStaleOnFetchAbort&&(_=l(I=>E(I,!0),"res")))})},"pcall");i.status&&(i.status.fetchDispatched=!0);const w=new Promise(L).then(E,m),b=Object.assign(w,{__abortController:c,__staleWhileFetching:a,__returned:void 0});return n===void 0?(this.set(t,b,{...p.options,status:void 0}),n=this.#s.get(t)):this.#e[n]=b,b}#r(t){if(!this.#Y)return!1;const n=t;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof xn}async fetch(t,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:E=this.sizeCalculation,noUpdateTTL:m=this.noUpdateTTL,noDeleteOnFetchRejection:y=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:L=this.allowStaleOnFetchRejection,ignoreFetchAbort:w=this.ignoreFetchAbort,allowStaleOnFetchAbort:b=this.allowStaleOnFetchAbort,context:_,forceRefresh:S=!1,status:A,signal:I}=n;if(!this.#Y)return A&&(A.fetch="get"),this.get(t,{allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,status:A});const M={allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,ttl:c,noDisposeOnSet:u,size:p,sizeCalculation:E,noUpdateTTL:m,noDeleteOnFetchRejection:y,allowStaleOnFetchRejection:L,allowStaleOnFetchAbort:b,ignoreFetchAbort:w,status:A,signal:I};let j=this.#s.get(t);if(j===void 0){A&&(A.fetch="miss");const ae=this.#M(t,j,M,_);return ae.__returned=ae}else{const ae=this.#e[j];if(this.#r(ae)){const tr=i&&ae.__staleWhileFetching!==void 0;return A&&(A.fetch="inflight",tr&&(A.returnedStale=!0)),tr?ae.__staleWhileFetching:ae.__returned=ae}const fe=this.#T(j);if(!S&&!fe)return A&&(A.fetch="hit"),this.#C(j),s&&this.#L(j),A&&this.#S(A,j),ae;const he=this.#M(t,j,M,_),er=he.__staleWhileFetching!==void 0&&i;return A&&(A.fetch=fe?"stale":"refresh",er&&fe&&(A.returnedStale=!0)),er?he.__staleWhileFetching:he.__returned=he}}get(t,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:a=this.noDeleteOnStaleGet,status:c}=n,u=this.#s.get(t);if(u!==void 0){const p=this.#e[u],E=this.#r(p);return c&&this.#S(c,u),this.#T(u)?(c&&(c.get="stale"),E?(c&&i&&p.__staleWhileFetching!==void 0&&(c.returnedStale=!0),i?p.__staleWhileFetching:void 0):(a||this.delete(t),c&&i&&(c.returnedStale=!0),i?p:void 0)):(c&&(c.get="hit"),E?p.__staleWhileFetching:(this.#C(u),s&&this.#L(u),p))}else c&&(c.get="miss")}#D(t,n){this.#E[n]=t,this.#p[t]=n}#C(t){t!==this.#a&&(t===this.#u?this.#u=this.#p[t]:this.#D(this.#E[t],this.#p[t]),this.#D(this.#a,t),this.#a=t)}delete(t){let n=!1;if(this.#o!==0){const i=this.#s.get(t);if(i!==void 0)if(n=!0,this.#o===1)this.clear();else{this.#A(i);const s=this.#e[i];if(this.#r(s)?s.__abortController.abort(new Error("deleted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,t,"delete"),this.#f&&this.#l?.push([s,t,"delete"])),this.#s.delete(t),this.#i[i]=void 0,this.#e[i]=void 0,i===this.#a)this.#a=this.#E[i];else if(i===this.#u)this.#u=this.#p[i];else{const a=this.#E[i];this.#p[a]=this.#p[i];const c=this.#p[i];this.#E[c]=this.#E[i]}this.#o--,this.#y.push(i)}}if(this.#f&&this.#l?.length){const i=this.#l;let s;for(;s=i?.shift();)this.#P?.(...s)}return n}clear(){for(const t of this.#v({allowStale:!0})){const n=this.#e[t];if(this.#r(n))n.__abortController.abort(new Error("deleted"));else{const i=this.#i[t];this.#b&&this.#t?.(n,i,"delete"),this.#f&&this.#l?.push([n,i,"delete"])}}if(this.#s.clear(),this.#e.fill(void 0),this.#i.fill(void 0),this.#d&&this.#_&&(this.#d.fill(0),this.#_.fill(0)),this.#h&&this.#h.fill(0),this.#u=0,this.#a=0,this.#y.length=0,this.#m=0,this.#o=0,this.#f&&this.#l){const t=this.#l;let n;for(;n=t?.shift();)this.#P?.(...n)}}};In.LRUCache=rf;const N=l((...e)=>e.every(t=>t)?e.join(""):"","maybeJoin"),te=l(e=>e?encodeURIComponent(e):"","maybeEncode"),ol=l(e=>e.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),nf={sshtemplate:l(({domain:e,user:t,project:n,committish:i})=>`git@${e}:${t}/${n}.git${N("#",i)}`,"sshtemplate"),sshurltemplate:l(({domain:e,user:t,project:n,committish:i})=>`git+ssh://git@${e}/${t}/${n}.git${N("#",i)}`,"sshurltemplate"),edittemplate:l(({domain:e,user:t,project:n,committish:i,editpath:s,path:a})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i||"HEAD"),"/",a)}`,"edittemplate"),browsetemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i))}`,"browsetemplate"),browsetreetemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s,path:a,fragment:c,hashformat:u})=>`https://${e}/${t}/${n}/${s}/${te(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:e,user:t,project:n,committish:i,blobpath:s,path:a,fragment:c,hashformat:u})=>`https://${e}/${t}/${n}/${s}/${te(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browseblobtemplate"),docstemplate:l(({domain:e,user:t,project:n,treepath:i,committish:s})=>`https://${e}/${t}/${n}${N("/",i,"/",te(s))}#readme`,"docstemplate"),httpstemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git+https://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),filetemplate:l(({domain:e,user:t,project:n,committish:i,path:s})=>`https://${e}/${t}/${n}/raw/${te(i||"HEAD")}/${s}`,"filetemplate"),shortcuttemplate:l(({type:e,user:t,project:n,committish:i})=>`${e}:${t}/${n}${N("#",i)}`,"shortcuttemplate"),pathtemplate:l(({user:e,project:t,committish:n})=>`${e}/${t}${N("#",n)}`,"pathtemplate"),bugstemplate:l(({domain:e,user:t,project:n})=>`https://${e}/${t}/${n}/issues`,"bugstemplate"),hashformat:ol},Ke={};Ke.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:l(({auth:e,user:t,project:n,committish:i,path:s})=>`https://${N(e,"@")}raw.githubusercontent.com/${t}/${n}/${te(i||"HEAD")}/${s}`,"filetemplate"),gittemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"gittemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://codeload.${e}/${t}/${n}/tar.gz/${te(i||"HEAD")}`,"tarballtemplate"),extract:l(e=>{let[,t,n,i,s]=e.pathname.split("/",5);if(!(i&&i!=="tree")&&(i||(s=e.hash.slice(1)),n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:s}},"extract")},Ke.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s,path:a,editpath:c})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i||"HEAD"),"/",a,c)}`,"edittemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/get/${te(i||"HEAD")}.tar.gz`,"tarballtemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(!["get"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:e.hash.slice(1)}},"extract")},Ke.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git+https://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/repository/archive.tar.gz?ref=${te(i||"HEAD")}`,"tarballtemplate"),extract:l(e=>{const t=e.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const n=t.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:e.hash.slice(1)}},"extract")},Ke.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:l(({domain:e,project:t,committish:n})=>`git@${e}:${t}.git${N("#",n)}`,"sshtemplate"),sshurltemplate:l(({domain:e,project:t,committish:n})=>`git+ssh://git@${e}/${t}.git${N("#",n)}`,"sshurltemplate"),edittemplate:l(({domain:e,user:t,project:n,committish:i,editpath:s})=>`https://${e}/${t}/${n}${N("/",te(i))}/${s}`,"edittemplate"),browsetemplate:l(({domain:e,project:t,committish:n})=>`https://${e}/${t}${N("/",te(n))}`,"browsetemplate"),browsetreetemplate:l(({domain:e,project:t,committish:n,path:i,hashformat:s})=>`https://${e}/${t}${N("/",te(n))}${N("#",s(i))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:e,project:t,committish:n,path:i,hashformat:s})=>`https://${e}/${t}${N("/",te(n))}${N("#",s(i))}`,"browseblobtemplate"),docstemplate:l(({domain:e,project:t,committish:n})=>`https://${e}/${t}${N("/",te(n))}`,"docstemplate"),httpstemplate:l(({domain:e,project:t,committish:n})=>`git+https://${e}/${t}.git${N("#",n)}`,"httpstemplate"),filetemplate:l(({user:e,project:t,committish:n,path:i})=>`https://gist.githubusercontent.com/${e}/${t}/raw${N("/",te(n))}/${i}`,"filetemplate"),shortcuttemplate:l(({type:e,project:t,committish:n})=>`${e}:${t}${N("#",n)}`,"shortcuttemplate"),pathtemplate:l(({project:e,committish:t})=>`${e}${N("#",t)}`,"pathtemplate"),bugstemplate:l(({domain:e,project:t})=>`https://${e}/${t}`,"bugstemplate"),gittemplate:l(({domain:e,project:t,committish:n})=>`git://${e}/${t}.git${N("#",n)}`,"gittemplate"),tarballtemplate:l(({project:e,committish:t})=>`https://codeload.github.com/gist/${e}/tar.gz/${te(t||"HEAD")}`,"tarballtemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(i!=="raw"){if(!n){if(!t)return;n=t,t=null}return n.endsWith(".git")&&(n=n.slice(0,-4)),{user:t,project:n,committish:e.hash.slice(1)}}},"extract"),hashformat:l(function(e){return e&&"file-"+ol(e)},"hashformat")},Ke.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:l(({domain:e,user:t,project:n,committish:i,path:s})=>`https://${e}/${t}/${n}/blob/${te(i)||"HEAD"}/${s}`,"filetemplate"),httpstemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}.git${N("#",i)}`,"httpstemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/archive/${te(i)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:l(({user:e,project:t})=>null,"bugstemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(!["archive"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:e.hash.slice(1)}},"extract")};for(const[e,t]of Object.entries(Ke))Ke[e]=Object.assign({},nf,t);var sf=Ke;const of=Ko,Gs=l((e,t,n)=>{const i=e.indexOf(n);return e.lastIndexOf(t,i>-1?i:1/0)},"lastIndexOfBefore"),al=l(e=>{try{return new of.URL(e)}catch{}},"safeUrl"),af=l((e,t)=>{const n=e.indexOf(":"),i=e.slice(0,n+1);if(Object.prototype.hasOwnProperty.call(t,i))return e;const s=e.indexOf("@");return s>-1?s>n?`git+ssh://${e}`:e:e.indexOf("//")===n+1?e:`${e.slice(0,n+1)}//${e.slice(n+1)}`},"correctProtocol"),lf=l(e=>{const t=Gs(e,"@","#"),n=Gs(e,":","#");return n>t&&(e=e.slice(0,n)+"/"+e.slice(n+1)),Gs(e,":","#")===-1&&e.indexOf("//")===-1&&(e=`git+ssh://${e}`),e},"correctUrl");var ll=l((e,t)=>{const n=t?af(e,t):e;return al(n)||al(lf(n))},"parseUrl$2");const cf=ll,uf=l(e=>{const t=e.indexOf("#"),n=e.indexOf("/"),i=e.indexOf("/",n+1),s=e.indexOf(":"),a=/\s/.exec(e),c=e.indexOf("@"),u=!a||t>-1&&a.index>t,p=c===-1||t>-1&&c>t,E=s===-1||t>-1&&s>t,m=i===-1||t>-1&&i>t,y=n>0,L=t>-1?e[t-1]!=="/":!e.endsWith("/"),w=!e.startsWith(".");return u&&y&&L&&w&&p&&E&&m},"isGitHubShorthand");var pf=l((e,t,{gitHosts:n,protocols:i})=>{if(!e)return;const s=uf(e)?`github:${e}`:e,a=cf(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 E=n[c||u];let m=null;i[a.protocol]?.auth&&(a.username||a.password)&&(m=`${a.username}${a.password?":"+a.password:""}`);let y=null,L=null,w=null,b=null;try{if(c){let _=a.pathname.startsWith("/")?a.pathname.slice(1):a.pathname;const S=_.indexOf("@");S>-1&&(_=_.slice(S+1));const A=_.lastIndexOf("/");A>-1?(L=decodeURIComponent(_.slice(0,A)),L||(L=null),w=decodeURIComponent(_.slice(A+1))):w=decodeURIComponent(_),w.endsWith(".git")&&(w=w.slice(0,-4)),a.hash&&(y=decodeURIComponent(a.hash.slice(1))),b="shortcut"}else{if(!E.protocols.includes(a.protocol))return;const _=E.extract(a);if(!_)return;L=_.user&&decodeURIComponent(_.user),w=decodeURIComponent(_.project),y=decodeURIComponent(_.committish),b=i[a.protocol]?.name||a.protocol.slice(0,-1)}}catch(_){if(_ instanceof URIError)return;throw _}return[p,L,m,w,y,b,t]},"fromUrl$1");const{LRUCache:ff}=In,Ef=sf,df=pf,Tf=ll,Ws=new ff({max:1e3});class Oe{static{l(this,"GitHost")}constructor(t,n,i,s,a,c,u={}){Object.assign(this,Oe.#n[t],{type:t,user:n,auth:i,project:s,committish:a,default:c,opts:u})}static#n={byShortcut:{},byDomain:{}};static#c={"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(t,n){Oe.#n[t]=n,Oe.#n.byDomain[n.domain]=t,Oe.#n.byShortcut[`${t}:`]=t,Oe.#c[`${t}:`]={name:t}}static fromUrl(t,n){if(typeof t!="string")return;const i=t+JSON.stringify(n||{});if(!Ws.has(i)){const s=df(t,n,{gitHosts:Oe.#n,protocols:Oe.#c});Ws.set(i,s?new Oe(...s):void 0)}return Ws.get(i)}static parseUrl(t){return Tf(t)}#t(t,n){if(typeof t!="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=t(i);return i.noGitPlus&&s.startsWith("git+")?s.slice(4):s}hash(){return this.committish?`#${this.committish}`:""}ssh(t){return this.#t(this.sshtemplate,t)}sshurl(t){return this.#t(this.sshurltemplate,t)}browse(t,...n){return typeof t!="string"?this.#t(this.browsetemplate,t):typeof n[0]!="string"?this.#t(this.browsetreetemplate,{...n[0],path:t}):this.#t(this.browsetreetemplate,{...n[1],fragment:n[0],path:t})}browseFile(t,...n){return typeof n[0]!="string"?this.#t(this.browseblobtemplate,{...n[0],path:t}):this.#t(this.browseblobtemplate,{...n[1],fragment:n[0],path:t})}docs(t){return this.#t(this.docstemplate,t)}bugs(t){return this.#t(this.bugstemplate,t)}https(t){return this.#t(this.httpstemplate,t)}git(t){return this.#t(this.gittemplate,t)}shortcut(t){return this.#t(this.shortcuttemplate,t)}path(t){return this.#t(this.pathtemplate,t)}tarball(t){return this.#t(this.tarballtemplate,{...t,noCommittish:!1})}file(t,n){return this.#t(this.filetemplate,{...n,path:t})}edit(t,n){return this.#t(this.edittemplate,{...n,path:t})}getDefaultRepresentation(){return this.default}toString(t){return this.default&&typeof this[this.default]=="function"?this[this.default](t):this.sshurl(t)}}for(const[e,t]of Object.entries(Ef))Oe.addHost(e,t);var Pf=Oe,mf="Function.prototype.bind called on incompatible ",yf=Object.prototype.toString,hf=Math.max,_f="[object Function]",cl=l(function(t,n){for(var i=[],s=0;s<t.length;s+=1)i[s]=t[s];for(var a=0;a<n.length;a+=1)i[a+t.length]=n[a];return i},"concatty"),bf=l(function(t,n){for(var i=[],s=n,a=0;s<t.length;s+=1,a+=1)i[a]=t[s];return i},"slicy"),gf=l(function(e,t){for(var n="",i=0;i<e.length;i+=1)n+=e[i],i+1<e.length&&(n+=t);return n},"joiny"),vf=l(function(t){var n=this;if(typeof n!="function"||yf.apply(n)!==_f)throw new TypeError(mf+n);for(var i=bf(arguments,1),s,a=l(function(){if(this instanceof s){var m=n.apply(this,cl(i,arguments));return Object(m)===m?m:this}return n.apply(t,cl(i,arguments))},"binder"),c=hf(0,n.length-i.length),u=[],p=0;p<c;p++)u[p]="$"+p;if(s=Function("binder","return function ("+gf(u,",")+"){ return binder.apply(this,arguments); }")(a),n.prototype){var E=l(function(){},"Empty");E.prototype=n.prototype,s.prototype=new E,E.prototype=null}return s},"bind"),Sf=vf,Yf=Function.prototype.bind||Sf,Lf=Function.prototype.call,Af=Object.prototype.hasOwnProperty,Cf=Yf,wf=Cf.call(Lf,Af),Vf=!0,Of=">= 8",Mf=">= 0.5 && < 0.9.7",Uf=!0,Rf=!0,If=">= 0.5",xf=!0,Df=!0,Ff=!0,$f=">= 1 && < 8",kf="< 8",Nf=!0,jf=[">= 14.17 && < 15",">= 15.1"],Bf=!0,Gf=">= 0.7.12",Wf=!0,Hf="< 6",Kf=!0,Xf=">= 0.11.1",zf=">= 0.11.1",qf=">= 0.11.1",Jf=">= 0.11.1",Qf=">= 0.11.1",Zf=">= 0.11.1",eE=!0,tE=">= 8.8",rE=!0,nE=">= 8",iE="< 8",sE=!0,oE=!0,aE=!0,lE=!0,cE=">= 8.5",uE=">= 1",pE=">= 0.5",fE=!0,EE=!0,dE=!0,TE=">= 0.11.5 && < 3",PE=">= 0.9.4",mE=">= 0.9.4",yE=">= 1.4.1",hE=">= 0.9.4",_E=">= 0.9.4",bE=">= 0.9.4",gE=!0,vE=!0,SE=[">= 0.4 && < 0.7",">= 0.8"],YE=!0,LE=">= 0.11.13",AE=">= 0.11.3 && < 10",CE=">= 0.11.3",wE=!0,VE=">= 10",OE=!0,ME=!0,UE=!0,RE=">= 1",IE=!0,xE=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],DE=">= 11.7",FE=">= 0.5",$E={assert:Vf,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:Of,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:Mf,buffer:Uf,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:Rf,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:If,"node:cluster":[">= 14.18 && < 15",">= 16"],console:xf,"node:console":[">= 14.18 && < 15",">= 16"],constants:Df,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:Ff,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:$f,_debugger:kf,dgram:Nf,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:jf,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:Bf,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:Gf,"node:domain":[">= 14.18 && < 15",">= 16"],events:Wf,"node:events":[">= 14.18 && < 15",">= 16"],freelist:Hf,fs:Kf,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:Xf,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:zf,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:qf,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:Jf,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:Qf,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:Zf,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:eE,"node:http":[">= 14.18 && < 15",">= 16"],http2:tE,"node:http2":[">= 14.18 && < 15",">= 16"],https:rE,"node:https":[">= 14.18 && < 15",">= 16"],inspector:nE,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:iE,module:sE,"node:module":[">= 14.18 && < 15",">= 16"],net:oE,"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:aE,"node:os":[">= 14.18 && < 15",">= 16"],path:lE,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:cE,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:uE,"node:process":[">= 14.18 && < 15",">= 16"],punycode:pE,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:fE,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:EE,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:dE,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:TE,_stream_duplex:PE,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:mE,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:yE,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:hE,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:_E,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:bE,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:gE,"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:vE,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:SE,"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:YE,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:LE,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:AE,_tls_wrap:CE,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:wE,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:VE,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:OE,"node:tty":[">= 14.18 && < 15",">= 16"],url:ME,"node:url":[">= 14.18 && < 15",">= 16"],util:UE,"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:RE,"node:v8":[">= 14.18 && < 15",">= 16"],vm:IE,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:xE,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:DE,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:FE,"node:zlib":[">= 14.18 && < 15",">= 16"]},kE=wf;function NE(e,t){for(var n=e.split("."),i=t.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(NE,"specifierIncluded");function ul(e,t){var n=t.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!NE(e,n[i]))return!1;return!0}l(ul,"matchesRange");function jE(e,t){if(typeof t=="boolean")return t;var n=typeof e>"u"?process.versions&&process.versions.node:e;if(typeof n!="string")throw new TypeError(typeof e>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var i=0;i<t.length;++i)if(ul(n,t[i]))return!0;return!1}return ul(n,t)}l(jE,"versionIncluded");var pl=$E,BE=l(function(t,n){return kE(pl,t)&&jE(n,pl[t])},"isCore"),GE=WE;function WE(e){if(!e||e==="ERROR: No README data found!")return;e=e.trim().split(`
|
|
12
|
-
`);let t=0;for(;e[t]&&e[t].trim().match(/^(#|$)/);)t++;const n=e.length;let i=t+1;for(;i<n&&e[i].trim();)i++;return e.slice(t,i).join(" ").trim()}l(WE,"extractDescription$1");var HE={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"},KE={web:"url",name:"url"},XE={server:"start",tests:"test"},zE={topLevel:HE,bugs:KE,script:XE},qE=Vp,JE=Up,QE=ef,Fn=Pf,ZE=BE,ed=["dependencies","devDependencies","optionalDependencies"],td=GE,Hs=Ko,Xe=zE,fl=l(e=>e.includes("@")&&e.indexOf("@")<e.lastIndexOf("."),"isEmail"),rd={warn:l(function(){},"warn"),fixRepositoryField:l(function(e){if(e.repositories&&(this.warn("repositories"),e.repository=e.repositories[0]),!e.repository)return this.warn("missingRepository");typeof e.repository=="string"&&(e.repository={type:"git",url:e.repository});var t=e.repository.url||"";if(t){var n=Fn.fromUrl(t);n&&(t=e.repository.url=n.getDefaultRepresentation()==="shortcut"?n.https():n.toString())}t.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",t)},"fixRepositoryField"),fixTypos:l(function(e){Object.keys(Xe.topLevel).forEach(function(t){Object.prototype.hasOwnProperty.call(e,t)&&this.warn("typo",t,Xe.topLevel[t])},this)},"fixTypos"),fixScriptsField:l(function(e){if(e.scripts){if(typeof e.scripts!="object"){this.warn("nonObjectScripts"),delete e.scripts;return}Object.keys(e.scripts).forEach(function(t){typeof e.scripts[t]!="string"?(this.warn("nonStringScript"),delete e.scripts[t]):Xe.script[t]&&!e.scripts[Xe.script[t]]&&this.warn("typo",t,Xe.script[t],"scripts")},this)}},"fixScriptsField"),fixFilesField:l(function(e){var t=e.files;t&&!Array.isArray(t)?(this.warn("nonArrayFiles"),delete e.files):e.files&&(e.files=e.files.filter(function(n){return!n||typeof n!="string"?(this.warn("invalidFilename",n),!1):!0},this))},"fixFilesField"),fixBinField:l(function(e){if(e.bin&&typeof e.bin=="string"){var t={},n;(n=e.name.match(/^@[^/]+[/](.*)$/))?t[n[1]]=e.bin:t[e.name]=e.bin,e.bin=t}},"fixBinField"),fixManField:l(function(e){e.man&&typeof e.man=="string"&&(e.man=[e.man])},"fixManField"),fixBundleDependenciesField:l(function(e){var t="bundledDependencies",n="bundleDependencies";e[t]&&!e[n]&&(e[n]=e[t],delete e[t]),e[n]&&!Array.isArray(e[n])?(this.warn("nonArrayBundleDependencies"),delete e[n]):e[n]&&(e[n]=e[n].filter(function(i){return!i||typeof i!="string"?(this.warn("nonStringBundleDependency",i),!1):(e.dependencies||(e.dependencies={}),Object.prototype.hasOwnProperty.call(e.dependencies,i)||(this.warn("nonDependencyBundleDependency",i),e.dependencies[i]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:l(function(e,t){ud(e,this.warn),ld(e,this.warn),this.fixBundleDependenciesField(e),["dependencies","devDependencies"].forEach(function(n){if(n in e){if(!e[n]||typeof e[n]!="object"){this.warn("nonObjectDependencies",n),delete e[n];return}Object.keys(e[n]).forEach(function(i){var s=e[n][i];typeof s!="string"&&(this.warn("nonStringDependency",i,JSON.stringify(s)),delete e[n][i]);var a=Fn.fromUrl(e[n][i]);a&&(e[n][i]=a.toString())},this)}},this)},"fixDependencies"),fixModulesField:l(function(e){e.modules&&(this.warn("deprecatedModules"),delete e.modules)},"fixModulesField"),fixKeywordsField:l(function(e){typeof e.keywords=="string"&&(e.keywords=e.keywords.split(/,\s+/)),e.keywords&&!Array.isArray(e.keywords)?(delete e.keywords,this.warn("nonArrayKeywords")):e.keywords&&(e.keywords=e.keywords.filter(function(t){return typeof t!="string"||!t?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:l(function(e,t){var n=!t;if(!e.version)return e.version="",!0;if(!qE(e.version,n))throw new Error('Invalid version: "'+e.version+'"');return e.version=JE(e.version,n),!0},"fixVersionField"),fixPeople:l(function(e){El(e,od),El(e,ad)},"fixPeople"),fixNameField:l(function(e,t){typeof t=="boolean"?t={strict:t}:typeof t>"u"&&(t={});var n=t.strict;if(!e.name&&!n){e.name="";return}if(typeof e.name!="string")throw new Error("name field must be a string.");n||(e.name=e.name.trim()),sd(e.name,n,t.allowLegacyCase),ZE(e.name)&&this.warn("conflictingName",e.name)},"fixNameField"),fixDescriptionField:l(function(e){e.description&&typeof e.description!="string"&&(this.warn("nonStringDescription"),delete e.description),e.readme&&!e.description&&(e.description=td(e.readme)),e.description===void 0&&delete e.description,e.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:l(function(e){e.readme||(this.warn("missingReadme"),e.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:l(function(e){if(!e.bugs&&e.repository&&e.repository.url){var t=Fn.fromUrl(e.repository.url);t&&t.bugs()&&(e.bugs={url:t.bugs()})}else if(e.bugs){if(typeof e.bugs=="string")fl(e.bugs)?e.bugs={email:e.bugs}:Hs.parse(e.bugs).protocol?e.bugs={url:e.bugs}:this.warn("nonEmailUrlBugsString");else{pd(e.bugs,this.warn);var n=e.bugs;e.bugs={},n.url&&(typeof n.url=="string"&&Hs.parse(n.url).protocol?e.bugs.url=n.url:this.warn("nonUrlBugsUrlField")),n.email&&(typeof n.email=="string"&&fl(n.email)?e.bugs.email=n.email:this.warn("nonEmailBugsEmailField"))}!e.bugs.email&&!e.bugs.url&&(delete e.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:l(function(e){if(!e.homepage&&e.repository&&e.repository.url){var t=Fn.fromUrl(e.repository.url);t&&t.docs()&&(e.homepage=t.docs())}if(e.homepage){if(typeof e.homepage!="string")return this.warn("nonUrlHomepage"),delete e.homepage;Hs.parse(e.homepage).protocol||(e.homepage="http://"+e.homepage)}},"fixHomepageField"),fixLicenseField:l(function(e){const t=e.license||e.licence;if(!t)return this.warn("missingLicense");if(typeof t!="string"||t.length<1||t.trim()==="")return this.warn("invalidLicense");if(!QE(t).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function nd(e){if(e.charAt(0)!=="@")return!1;var t=e.slice(1).split("/");return t.length!==2?!1:t[0]&&t[1]&&t[0]===encodeURIComponent(t[0])&&t[1]===encodeURIComponent(t[1])}l(nd,"isValidScopedPackageName");function id(e){return!e.match(/[/@\s+%:]/)&&e===encodeURIComponent(e)}l(id,"isCorrectlyEncodedName");function sd(e,t,n){if(e.charAt(0)==="."||!(nd(e)||id(e))||t&&!n&&e!==e.toLowerCase()||e.toLowerCase()==="node_modules"||e.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(e))}l(sd,"ensureValidName");function El(e,t){return e.author&&(e.author=t(e.author)),["maintainers","contributors"].forEach(function(n){Array.isArray(e[n])&&(e[n]=e[n].map(t))}),e}l(El,"modifyPeople");function od(e){if(typeof e=="string")return e;var t=e.name||"",n=e.url||e.web,i=n?" ("+n+")":"",s=e.email||e.mail,a=s?" <"+s+">":"";return t+a+i}l(od,"unParsePerson");function ad(e){if(typeof e!="string")return e;var t=e.match(/^([^(<]+)/),n=e.match(/\(([^()]+)\)/),i=e.match(/<([^<>]+)>/),s={};return t&&t[0].trim()&&(s.name=t[0].trim()),i&&(s.email=i[1]),n&&(s.url=n[1]),s}l(ad,"parsePerson");function ld(e,t){var n=e.optionalDependencies;if(n){var i=e.dependencies||{};Object.keys(n).forEach(function(s){i[s]=n[s]}),e.dependencies=i}}l(ld,"addOptionalDepsToDeps");function cd(e,t,n){if(!e)return{};if(typeof e=="string"&&(e=e.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(e))return e;n("deprecatedArrayDependencies",t);var i={};return e.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(cd,"depObjectify");function ud(e,t){ed.forEach(function(n){e[n]&&(e[n]=cd(e[n],n,t))})}l(ud,"objectifyDeps");function pd(e,t){e&&Object.keys(e).forEach(function(n){Xe.bugs[n]&&(t("typo",n,Xe.bugs[n],"bugs"),e[Xe.bugs[n]]=e[n],delete e[n])})}l(pd,"bugsTypos");var fd="'repositories' (plural) Not supported. Please pick one as the 'repository' field",Ed="No repository field.",dd="Probably broken git url: %s",Td="scripts must be an object",Pd="script values must be string commands",md="Invalid 'files' member",yd="Invalid filename in 'files' list: %s",hd="Invalid 'bundleDependencies' list. Must be array of package names",_d="Invalid bundleDependencies member: %s",bd="Non-dependency in bundleDependencies: %s",gd="%s field must be an object",vd="Invalid dependency: %s %s",Sd="specifying %s as array is deprecated",Yd="modules field is deprecated",Ld="keywords should be an array of strings",Ad="keywords should be an array of strings",Cd="%s is also the name of a node core module.",wd="'description' field should be a string",Vd="No description",Od="No README data",Md="No license field.",Ud="Bug string field must be url, email, or {email,url}",Rd="bugs.url field must be a string url. Deleted.",Id="bugs.email field must be a string email. Deleted.",xd="Normalized value of bugs field is an empty object. Deleted.",Dd="homepage field must be a string url. Deleted.",Fd="license should be a valid SPDX license expression",$d="%s should probably be %s.",kd={repositories:fd,missingRepository:Ed,brokenGitUrl:dd,nonObjectScripts:Td,nonStringScript:Pd,nonArrayFiles:md,invalidFilename:yd,nonArrayBundleDependencies:hd,nonStringBundleDependency:_d,nonDependencyBundleDependency:bd,nonObjectDependencies:gd,nonStringDependency:vd,deprecatedArrayDependencies:Sd,deprecatedModules:Yd,nonArrayKeywords:Ld,nonStringKeyword:Ad,conflictingName:Cd,nonStringDescription:wd,missingDescription:Vd,missingReadme:Od,missingLicense:Md,nonEmailUrlBugsString:Ud,nonUrlBugsUrlField:Rd,nonEmailBugsEmailField:Id,emptyNormalizedBugs:xd,nonUrlHomepage:Dd,invalidLicense:Fd,typo:$d},dl=Xc,Ks=kd,Nd=l(function(){var e=Array.prototype.slice.call(arguments,0),t=e.shift();if(t==="typo")return jd.apply(null,e);var n=Ks[t]?Ks[t]:t+": '%s'";return e.unshift(n),dl.format.apply(null,e)},"make_warning");function jd(e,t,n){return n&&(e=n+"['"+e+"']",t=n+"['"+t+"']"),dl.format(Ks.typo,e,t)}l(jd,"makeTypoWarning");var Bd=Tl,Xs=rd;Tl.fixer=Xs;var Gd=Nd,Wd=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],Hd=["dependencies","people","typos"],zs=Wd.map(function(e){return Pl(e)+"Field"});zs=zs.concat(Hd);function Tl(e,t,n){t===!0&&(t=null,n=!0),n||(n=!1),(!t||e.private)&&(t=l(function(i){},"warn")),e.scripts&&e.scripts.install==="node-gyp rebuild"&&!e.scripts.preinstall&&(e.gypfile=!0),Xs.warn=function(){t(Gd.apply(null,arguments))},zs.forEach(function(i){Xs["fix"+Pl(i)](e,n)}),e._id=e.name+"@"+e.version}l(Tl,"normalize");function Pl(e){return e.charAt(0).toUpperCase()+e.slice(1)}l(Pl,"ucFirst");var Kd=lu(Bd);function Xd(e){return e instanceof URL?jo(e):e}l(Xd,"toPath");const zd=l(e=>Wo.resolve(Xd(e)??".","package.json"),"getPackagePath"),qd=l((e,t)=>{const n=typeof e=="string"?up(e):e;return t&&Kd(n),n},"_readPackage");function Jd({cwd:e,normalize:t=!0}={}){const n=Cn.readFileSync(zd(e),"utf8");return qd(n,t)}l(Jd,"readPackageSync");function Qd(e){const t=Ho("package.json",e);if(t)return{packageJson:Jd({...e,cwd:Wo.dirname(t)}),path:t}}l(Qd,"readPackageUpSync");const qs="js,ts,mjs,cjs,mts,cts",Zd=l(()=>{const e=Ho(".nvmrc");if(e){let t=Cn.readFileSync(e,"utf8");return t=t.trim(),t.startsWith("v")&&(t=t.slice(1)),t}return"18.19.0"},"getNodeVersion"),ml=Qd(),eT=ml&&"bin"in ml.packageJson,[$n,Js,Qs]=Go.configs["flat/mixed-esm-and-cjs"],Zs={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},eo=$({...$n,files:[...$n.files,"**/*.ts"],languageOptions:{...$n.languageOptions,sourceType:"module"},rules:{...$n.rules,...Zs}}),tT=$({...Js,files:[...Js.files,"**/*.mts"],rules:{...Js.rules,...Zs}}),rT=$({...Qs,files:[...Qs.files,"**/*.cts"],rules:{...Qs.rules,...Zs}}),nT=l((e={})=>{const t=[$({plugins:{n:Go},settings:{node:{version:`>=${Zd()}`}}}),rT];return e?.node&&t.push(eo,tT,$({files:e.node===!0?[`**/*.{${qs}}`]:e.node,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}})),eT&&t.push($({...eo,files:[`**/cli.{${qs}}`,`**/cli/**/*.{${qs}}`],rules:{...eo.rules,"n/no-process-exit":"off"}})),t},"node"),iT=[$({plugins:{promise:Xo},rules:Xo.configs.recommended.rules}),$({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],sT=We("jest")?$({files:["**/{test,tests}/*"],languageOptions:{globals:An.jest}}):void 0,{recommended:oT}=zo.configs,aT=l(()=>[$({files:["**/*.md"],plugins:{markdown:zo},processor:"markdown/markdown"}),$(oT[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"),[lT]=wn.configs.base.overrides,cT=[$({files:["**/*.{json,json5,jsonc}"],plugins:{jsonc:wn},languageOptions:{parser:wn},rules:{...lT.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:{...wn.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"]}]}})],uT=$({files:["**/*.{yml,yaml}"],plugins:{yml:Ls},languageOptions:{parser:zc},rules:{...Ls.configs.base.rules,...Ls.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),pT=[$({plugins:{"no-use-extend-native":qo},rules:qo.configs.recommended.rules})],fT=[$({plugins:{unicorn:Jo},rules:{...Jo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:{i:!0,j:!0},replacements:{args:!1,dev:!1,dist:!1,env:!1,pkg:!1,prop:!1,props:!1,params:!1,ref:!1,src:!1}}],"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"}})],ET=qc(),yl=ET?.config.compilerOptions?.jsx,hl=yl==="react-jsx"||yl==="react-jsxdev",dT=$({files:["**/*.{jsx,tsx}"],plugins:{react:or,"react-hooks":Qo},languageOptions:{parserOptions:hl?or.configs["jsx-runtime"].parserOptions:or.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...or.configs.recommended.rules,...hl?or.configs["jsx-runtime"].rules:{},...Qo.configs.recommended.rules,"@stylistic/jsx-quotes":["error","prefer-double"],"react/jsx-indent-props":["error","tab"],"react/jsx-max-props-per-line":["error",{maximum:1}],"unicorn/filename-case":["error",{case:"pascalCase",ignore:[String.raw`\.spec\.tsx$`]}]}}),TT={...tt.configs.base.rules,...tt.configs["vue3-essential"].rules,...tt.configs["vue3-strongly-recommended"].rules,...tt.configs["vue3-recommended"].rules},PT=l(()=>We("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>We(e)?Zc(e).map(t=>[t,"readonly"]):[])):{},"detectAutoImport"),mT=l(()=>{const e=[];We("vitepress")&&e.push("content","client-only","outbound-link");const t="./src/components";if(We("unplugin-vue-components")&&Cn.existsSync(t)){const i=Cn.readdirSync(t).filter(s=>s.endsWith(".vue")).map(s=>s.replace(".vue",""));e.push(...i)}return We("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),yT=$({files:["**/*.vue"],processor:tt.processors[".vue"],languageOptions:{globals:{...An.browser,...tt.environments["setup-compiler-macros"].globals,...PT()},parser:Jc,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),hT=$({files:["**/*.vue"],plugins:{vue:tt},rules:{...TT,"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",...mT()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var _T="lintroll",bT="1.8.0",_l={},bl={},gl={},ue={},Yt={},it={};Object.defineProperty(it,"__esModule",{value:!0});const cr={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"]},gT=Object.keys(cr);for(const e of gT)Object.freeze(cr[e]);Object.freeze(cr);const vT=new Set(["parent","leadingComments","trailingComments"]);function ST(e){return!vT.has(e)&&e[0]!=="_"}l(ST,"filterKey");function YT(e){return Object.keys(e).filter(ST)}l(YT,"getKeys$2");function LT(e){const t=Object.assign({},cr);for(const n of Object.keys(e))if(Object.prototype.hasOwnProperty.call(t,n)){const i=new Set(e[n]);for(const s of t[n])i.add(s);t[n]=Object.freeze(Array.from(i))}else t[n]=Object.freeze(Array.from(e[n]));return Object.freeze(t)}l(LT,"unionWith"),it.KEYS=cr,it.getKeys=YT,it.unionWith=LT,function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=it;function n(d,T){const f=T.range[0];let P=d,v=!1;do{v=!1;for(const g of P.childScopes){const U=g.block.range;if(U[0]<=f&&f<U[1]){P=g,v=!0;break}}}while(v);return P}l(n,"getInnermostScope");function i(d,T){let f="",P=d;for(typeof T=="string"?f=T:(f=T.name,P=n(P,T));P!=null;){const v=P.set.get(f);if(v!=null)return v;P=P.upper}return null}l(i,"findVariable");function s(d){return!this(d)}l(s,"negate0");function a(d){return s.bind(d)}l(a,"negate");function c(d,T){return d.type==="Punctuator"&&d.value===T}l(c,"isPunctuatorTokenWithValue");function u(d){return c(d,"=>")}l(u,"isArrowToken");function p(d){return c(d,",")}l(p,"isCommaToken");function E(d){return c(d,";")}l(E,"isSemicolonToken");function m(d){return c(d,":")}l(m,"isColonToken");function y(d){return c(d,"(")}l(y,"isOpeningParenToken");function L(d){return c(d,")")}l(L,"isClosingParenToken");function w(d){return c(d,"[")}l(w,"isOpeningBracketToken");function b(d){return c(d,"]")}l(b,"isClosingBracketToken");function _(d){return c(d,"{")}l(_,"isOpeningBraceToken");function S(d){return c(d,"}")}l(S,"isClosingBraceToken");function A(d){return["Block","Line","Shebang"].includes(d.type)}l(A,"isCommentToken");const I=a(u),M=a(p),j=a(E),ae=a(m),fe=a(y),he=a(L),mt=a(w),er=a(b),tr=a(_),Yo=a(S),Lo=a(A);function Ao(d,T){return d.id?T.getTokenAfter(d.id,y):T.getFirstToken(d,y)}l(Ao,"getOpeningParenOfParams");function Co(d,T){const f=d.parent;let P=null,v=null;if(d.type==="ArrowFunctionExpression"){const g=T.getTokenBefore(d.body,u);P=g.loc.start,v=g.loc.end}else f.type==="Property"||f.type==="MethodDefinition"||f.type==="PropertyDefinition"?(P=f.loc.start,v=Ao(d,T).loc.start):(P=d.loc.start,v=Ao(d,T).loc.start);return{start:{...P},end:{...v}}}l(Co,"getFunctionHeadLocation");const wo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof h<"u"?h:{},Sc=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"])),gs=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(d=>d!=="random").map(d=>Math[d]).filter(d=>typeof d=="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(d=>typeof d=="function")),Vo=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Yc=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Lc(d,T){let f=d;for(;(typeof f=="object"||typeof f=="function")&&f!==null;){const P=Object.getOwnPropertyDescriptor(f,T);if(P)return P;f=Object.getPrototypeOf(f)}return null}l(Lc,"getPropertyDescriptor");function Ac(d,T){const f=Lc(d,T);return f!=null&&f.get!=null}l(Ac,"isGetter");function rr(d,T){const f=[];for(let P=0;P<d.length;++P){const v=d[P];if(v==null)f.length=P+1;else if(v.type==="SpreadElement"){const g=K(v.argument,T);if(g==null)return null;f.push(...g.value)}else{const g=K(v,T);if(g==null)return null;f.push(g.value)}}return f}l(rr,"getElementValues");function Cc(d){const T=d.references,f=T.filter(v=>v.init).length,P=T.filter(v=>v.isReadOnly()).length;return f===1&&P+f===T.length}l(Cc,"isEffectivelyConst");const Oo=Object.freeze({ArrayExpression(d,T){const f=rr(d.elements,T);return f!=null?{value:f}:null},AssignmentExpression(d,T){return d.operator==="="?K(d.right,T):null},BinaryExpression(d,T){if(d.operator==="in"||d.operator==="instanceof")return null;const f=K(d.left,T),P=K(d.right,T);if(f!=null&&P!=null)switch(d.operator){case"==":return{value:f.value==P.value};case"!=":return{value:f.value!=P.value};case"===":return{value:f.value===P.value};case"!==":return{value:f.value!==P.value};case"<":return{value:f.value<P.value};case"<=":return{value:f.value<=P.value};case">":return{value:f.value>P.value};case">=":return{value:f.value>=P.value};case"<<":return{value:f.value<<P.value};case">>":return{value:f.value>>P.value};case">>>":return{value:f.value>>>P.value};case"+":return{value:f.value+P.value};case"-":return{value:f.value-P.value};case"*":return{value:f.value*P.value};case"/":return{value:f.value/P.value};case"%":return{value:f.value%P.value};case"**":return{value:f.value**P.value};case"|":return{value:f.value|P.value};case"^":return{value:f.value^P.value};case"&":return{value:f.value&P.value}}return null},CallExpression(d,T){const f=d.callee,P=rr(d.arguments,T);if(P!=null)if(f.type==="MemberExpression"){if(f.property.type==="PrivateIdentifier")return null;const v=K(f.object,T);if(v!=null){if(v.value==null&&(v.optional||d.optional))return{value:void 0,optional:!0};const g=vs(f,T);if(g!=null){const U=v.value,B=g.value;if(gs.has(U[B]))return{value:U[B](...P)};if(Vo.has(U[B]))return{value:P[0]}}}}else{const v=K(f,T);if(v!=null){if(v.value==null&&d.optional)return{value:void 0,optional:!0};const g=v.value;if(gs.has(g))return{value:g(...P)};if(Vo.has(g))return{value:P[0]}}}return null},ConditionalExpression(d,T){const f=K(d.test,T);return f!=null?f.value?K(d.consequent,T):K(d.alternate,T):null},ExpressionStatement(d,T){return K(d.expression,T)},Identifier(d,T){if(T!=null){const f=i(T,d);if(f!=null&&f.defs.length===0&&Sc.has(f.name)&&f.name in wo)return{value:wo[f.name]};if(f!=null&&f.defs.length===1){const P=f.defs[0];if(P.parent&&P.type==="Variable"&&(P.parent.kind==="const"||Cc(f))&&P.node.id.type==="Identifier")return K(P.node.init,T)}}return null},Literal(d){return(d.regex!=null||d.bigint!=null)&&d.value==null?null:{value:d.value}},LogicalExpression(d,T){const f=K(d.left,T);if(f!=null){if(d.operator==="||"&&f.value||d.operator==="&&"&&!f.value||d.operator==="??"&&f.value!=null)return f;const P=K(d.right,T);if(P!=null)return P}return null},MemberExpression(d,T){if(d.property.type==="PrivateIdentifier")return null;const f=K(d.object,T);if(f!=null){if(f.value==null&&(f.optional||d.optional))return{value:void 0,optional:!0};const P=vs(d,T);if(P!=null){if(!Ac(f.value,P.value))return{value:f.value[P.value]};for(const[v,g]of Yc)if(f.value instanceof v&&g.has(P.value))return{value:f.value[P.value]}}}return null},ChainExpression(d,T){const f=K(d.expression,T);return f!=null?{value:f.value}:null},NewExpression(d,T){const f=K(d.callee,T),P=rr(d.arguments,T);if(f!=null&&P!=null){const v=f.value;if(gs.has(v))return{value:new v(...P)}}return null},ObjectExpression(d,T){const f={};for(const P of d.properties)if(P.type==="Property"){if(P.kind!=="init")return null;const v=vs(P,T),g=K(P.value,T);if(v==null||g==null)return null;f[v.value]=g.value}else if(P.type==="SpreadElement"||P.type==="ExperimentalSpreadProperty"){const v=K(P.argument,T);if(v==null)return null;Object.assign(f,v.value)}else return null;return{value:f}},SequenceExpression(d,T){const f=d.expressions[d.expressions.length-1];return K(f,T)},TaggedTemplateExpression(d,T){const f=K(d.tag,T),P=rr(d.quasi.expressions,T);if(f!=null&&P!=null){const v=f.value,g=d.quasi.quasis.map(U=>U.value.cooked);if(g.raw=d.quasi.quasis.map(U=>U.value.raw),v===String.raw)return{value:v(g,...P)}}return null},TemplateLiteral(d,T){const f=rr(d.expressions,T);if(f!=null){let P=d.quasis[0].value.cooked;for(let v=0;v<f.length;++v)P+=f[v],P+=d.quasis[v+1].value.cooked;return{value:P}}return null},UnaryExpression(d,T){if(d.operator==="delete")return null;if(d.operator==="void")return{value:void 0};const f=K(d.argument,T);if(f!=null)switch(d.operator){case"-":return{value:-f.value};case"+":return{value:+f.value};case"!":return{value:!f.value};case"~":return{value:~f.value};case"typeof":return{value:typeof f.value}}return null}});function K(d,T){return d!=null&&Object.hasOwnProperty.call(Oo,d.type)?Oo[d.type](d,T):null}l(K,"getStaticValueR");function vs(d,T){const f=d.type==="Property"?d.key:d.property;return d.computed?K(f,T):f.type==="Identifier"?{value:f.name}:f.type==="Literal"?f.bigint?{value:f.bigint}:{value:String(f.value)}:null}l(vs,"getStaticPropertyNameValue");function Ss(d,T=null){try{return K(d,T)}catch{return null}}l(Ss,"getStaticValue");function nr(d,T=null){if(d&&d.type==="Literal"&&d.value===null){if(d.regex)return`/${d.regex.pattern}/${d.regex.flags}`;if(d.bigint)return d.bigint}const f=Ss(d,T);return f&&String(f.value)}l(nr,"getStringIfConstant");function ir(d,T){switch(d.type){case"MemberExpression":return d.computed?nr(d.property,T):d.property.type==="PrivateIdentifier"?null:d.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return d.computed?nr(d.key,T):d.key.type==="Literal"?String(d.key.value):d.key.type==="PrivateIdentifier"?null:d.key.name}return null}l(ir,"getPropertyName");function Mo(d,T){const f=d.parent,P=[],v=f.type==="Property"&&f.value===d,g=f.type==="MethodDefinition"&&f.value===d,U=f.type==="PropertyDefinition"&&f.value===d;if((g||U)&&(f.static&&P.push("static"),f.key.type==="PrivateIdentifier"&&P.push("private")),d.async&&P.push("async"),d.generator&&P.push("generator"),v||g){if(f.kind==="constructor")return"constructor";f.kind==="get"?P.push("getter"):f.kind==="set"?P.push("setter"):P.push("method")}else U?P.push("method"):(d.type==="ArrowFunctionExpression"&&P.push("arrow"),P.push("function"));if(v||g||U)if(f.key.type==="PrivateIdentifier")P.push(`#${f.key.name}`);else{const B=ir(f);if(B)P.push(`'${B}'`);else if(T){const Le=T.getText(f.key);Le.includes(`
|
|
13
|
-
`)||P.push(`[${Le}]`)}}else d.id?P.push(`'${d.id.name}'`):f.type==="VariableDeclarator"&&f.id&&f.id.type==="Identifier"?P.push(`'${f.id.name}'`):(f.type==="AssignmentExpression"||f.type==="AssignmentPattern")&&f.left&&f.left.type==="Identifier"?P.push(`'${f.left.name}'`):f.type==="ExportDefaultDeclaration"&&f.declaration===d&&P.push("'default'");return P.join(" ")}l(Mo,"getFunctionNameWithKind");const wc=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Vc=Object.freeze(new Set(["-","+","!","~"]));function Uo(d){return d!==null&&typeof d=="object"&&typeof d.type=="string"}l(Uo,"isNode");const Oc=Object.freeze(Object.assign(Object.create(null),{$visit(d,T,f){const{type:P}=d;return typeof this[P]=="function"?this[P](d,T,f):this.$visitChildren(d,T,f)},$visitChildren(d,T,f){const{type:P}=d;for(const v of f[P]||t.getKeys(d)){const g=d[v];if(Array.isArray(g)){for(const U of g)if(Uo(U)&&this.$visit(U,T,f))return!0}else if(Uo(g)&&this.$visit(g,T,f))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(d,T,f){return T.considerImplicitTypeConversion&&wc.has(d.operator)&&(d.left.type!=="Literal"||d.right.type!=="Literal")?!0:this.$visitChildren(d,T,f)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(d,T,f){return T.considerGetters||T.considerImplicitTypeConversion&&d.computed&&d.property.type!=="Literal"?!0:this.$visitChildren(d,T,f)},MethodDefinition(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},NewExpression(){return!0},Property(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},PropertyDefinition(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},UnaryExpression(d,T,f){return d.operator==="delete"||T.considerImplicitTypeConversion&&Vc.has(d.operator)&&d.argument.type!=="Literal"?!0:this.$visitChildren(d,T,f)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Ro(d,T,{considerGetters:f=!1,considerImplicitTypeConversion:P=!1}={}){return Oc.$visit(d,{considerGetters:f,considerImplicitTypeConversion:P},T.visitorKeys||t.KEYS)}l(Ro,"hasSideEffect");function Mc(d,T){const f=d.parent;switch(f.type){case"CallExpression":case"NewExpression":return f.arguments.length===1&&f.arguments[0]===d?T.getTokenAfter(f.callee,y):null;case"DoWhileStatement":return f.test===d?T.getTokenAfter(f.body,y):null;case"IfStatement":case"WhileStatement":return f.test===d?T.getFirstToken(f,1):null;case"ImportExpression":return f.source===d?T.getFirstToken(f,1):null;case"SwitchStatement":return f.discriminant===d?T.getFirstToken(f,1):null;case"WithStatement":return f.object===d?T.getFirstToken(f,1):null;default:return null}}l(Mc,"getParentSyntaxParen");function Io(d,T,f){let P,v,g,U,B;if(typeof d=="number"){if(P=d|0,v=T,g=f,!(P>=1))throw new TypeError("'times' should be a positive integer.")}else P=1,v=d,g=T;if(v==null||v.parent==null||v.parent.type==="CatchClause"&&v.parent.param===v)return!1;U=B=v;do U=g.getTokenBefore(U),B=g.getTokenAfter(B);while(U!=null&&B!=null&&y(U)&&L(B)&&U!==Mc(v,g)&&--P>0);return P===0}l(Io,"isParenthesized");const Uc=/\$(?:[$&`']|[1-9][0-9]?)/gu,xo=new WeakMap;function Rc(d,T){let f=!1;for(let P=T-1;P>=0&&d.charCodeAt(P)===92;--P)f=!f;return f}l(Rc,"isEscaped");function Ic(d,T,f){const P=[];let v=0,g=null;function U(B){switch(B){case"$$":return"$";case"$&":return g[0];case"$`":return T.slice(0,g.index);case"$'":return T.slice(g.index+g[0].length);default:{const Le=B.slice(1);return Le in g?g[Le]:B}}}l(U,"replacer");for(g of d.execAll(T))P.push(T.slice(v,g.index)),P.push(f.replace(Uc,U)),v=g.index+g[0].length;return P.push(T.slice(v)),P.join("")}l(Ic,"replaceS");function xc(d,T,f){const P=[];let v=0;for(const g of d.execAll(T))P.push(T.slice(v,g.index)),P.push(String(f(...g,g.index,g.input))),v=g.index+g[0].length;return P.push(T.slice(v)),P.join("")}l(xc,"replaceF");class Do{static{l(this,"PatternMatcher")}constructor(T,{escaped:f=!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.");xo.set(this,{pattern:new RegExp(T.source,T.flags),escaped:!!f})}*execAll(T){const{pattern:f,escaped:P}=xo.get(this);let v=null,g=0;for(f.lastIndex=0;(v=f.exec(T))!=null;)(P||!Rc(T,v.index))&&(g=f.lastIndex,yield v,f.lastIndex=g)}test(T){return!this.execAll(T).next().done}[Symbol.replace](T,f){return typeof f=="function"?xc(this,String(T),f):Ic(this,String(T),String(f))}}const Dc=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,Ze=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),et=Symbol("call"),yt=Symbol("construct"),Ln=Symbol("esm"),Fc={require:{[et]:!0}};function Fo(d){return d==null||d.defs.length!==0||d.references.some(T=>T.isWrite())}l(Fo,"isModifiedGlobal");function $c(d){const T=d.parent;switch(T&&T.type){case"ConditionalExpression":return T.consequent===d||T.alternate===d;case"LogicalExpression":return!0;case"SequenceExpression":return T.expressions[T.expressions.length-1]===d;case"ChainExpression":return!0;default:return!1}}l($c,"isPassThrough");class ht{static{l(this,"ReferenceTracker")}constructor(T,{mode:f="strict",globalObjectNames:P=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=T,this.mode=f,this.globalObjectNames=P.slice(0)}*iterateGlobalReferences(T){for(const f of Object.keys(T)){const P=T[f],v=[f],g=this.globalScope.set.get(f);Fo(g)||(yield*this._iterateVariableReferences(g,v,P,!0))}for(const f of this.globalObjectNames){const P=[],v=this.globalScope.set.get(f);Fo(v)||(yield*this._iterateVariableReferences(v,P,T,!1))}}*iterateCjsReferences(T){for(const{node:f}of this.iterateGlobalReferences(Fc)){const P=nr(f.arguments[0]);if(P==null||!Ze(T,P))continue;const v=T[P],g=[P];v[G]&&(yield{node:f,path:g,type:G,info:v[G]}),yield*this._iteratePropertyReferences(f,g,v)}}*iterateEsmReferences(T){const f=this.globalScope.block;for(const P of f.body){if(!Dc.test(P.type)||P.source==null)continue;const v=P.source.value;if(!Ze(T,v))continue;const g=T[v],U=[v];if(g[G]&&(yield{node:P,path:U,type:G,info:g[G]}),P.type==="ExportAllDeclaration")for(const B of Object.keys(g)){const Le=g[B];Le[G]&&(yield{node:P,path:U.concat(B),type:G,info:Le[G]})}else for(const B of P.specifiers){const Le=Ze(g,Ln),$o=this._iterateImportReferences(B,U,Le?g:this.mode==="legacy"?{default:g,...g}:{default:g});if(Le)yield*$o;else for(const sr of $o)sr.path=sr.path.filter(kc),(sr.path.length>=2||sr.type!==G)&&(yield sr)}}}*_iterateVariableReferences(T,f,P,v){if(!this.variableStack.includes(T)){this.variableStack.push(T);try{for(const g of T.references){if(!g.isRead())continue;const U=g.identifier;v&&P[G]&&(yield{node:U,path:f,type:G,info:P[G]}),yield*this._iteratePropertyReferences(U,f,P)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(T,f,P){let v=T;for(;$c(v);)v=v.parent;const g=v.parent;if(g.type==="MemberExpression"){if(g.object===v){const U=ir(g);if(U==null||!Ze(P,U))return;f=f.concat(U);const B=P[U];B[G]&&(yield{node:g,path:f,type:G,info:B[G]}),yield*this._iteratePropertyReferences(g,f,B)}return}if(g.type==="CallExpression"){g.callee===v&&P[et]&&(yield{node:g,path:f,type:et,info:P[et]});return}if(g.type==="NewExpression"){g.callee===v&&P[yt]&&(yield{node:g,path:f,type:yt,info:P[yt]});return}if(g.type==="AssignmentExpression"){g.right===v&&(yield*this._iterateLhsReferences(g.left,f,P),yield*this._iteratePropertyReferences(g,f,P));return}if(g.type==="AssignmentPattern"){g.right===v&&(yield*this._iterateLhsReferences(g.left,f,P));return}g.type==="VariableDeclarator"&&g.init===v&&(yield*this._iterateLhsReferences(g.id,f,P))}*_iterateLhsReferences(T,f,P){if(T.type==="Identifier"){const v=i(this.globalScope,T);v!=null&&(yield*this._iterateVariableReferences(v,f,P,!1));return}if(T.type==="ObjectPattern"){for(const v of T.properties){const g=ir(v);if(g==null||!Ze(P,g))continue;const U=f.concat(g),B=P[g];B[G]&&(yield{node:v,path:U,type:G,info:B[G]}),yield*this._iterateLhsReferences(v.value,U,B)}return}T.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(T.left,f,P))}*_iterateImportReferences(T,f,P){const v=T.type;if(v==="ImportSpecifier"||v==="ImportDefaultSpecifier"){const g=v==="ImportDefaultSpecifier"?"default":T.imported.name;if(!Ze(P,g))return;f=f.concat(g);const U=P[g];U[G]&&(yield{node:T,path:f,type:G,info:U[G]}),yield*this._iterateVariableReferences(i(this.globalScope,T.local),f,U,!1);return}if(v==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(i(this.globalScope,T.local),f,P,!1);return}if(v==="ExportSpecifier"){const g=T.local.name;if(!Ze(P,g))return;f=f.concat(g);const U=P[g];U[G]&&(yield{node:T,path:f,type:G,info:U[G]})}}}ht.READ=G,ht.CALL=et,ht.CONSTRUCT=yt,ht.ESM=Ln;function kc(d,T){return!(T===1&&d==="default")}l(kc,"exceptDefault");var Nc={CALL:et,CONSTRUCT:yt,ESM:Ln,findVariable:i,getFunctionHeadLocation:Co,getFunctionNameWithKind:Mo,getInnermostScope:n,getPropertyName:ir,getStaticValue:Ss,getStringIfConstant:nr,hasSideEffect:Ro,isArrowToken:u,isClosingBraceToken:S,isClosingBracketToken:b,isClosingParenToken:L,isColonToken:m,isCommaToken:p,isCommentToken:A,isNotArrowToken:I,isNotClosingBraceToken:Yo,isNotClosingBracketToken:er,isNotClosingParenToken:he,isNotColonToken:ae,isNotCommaToken:M,isNotCommentToken:Lo,isNotOpeningBraceToken:tr,isNotOpeningBracketToken:mt,isNotOpeningParenToken:fe,isNotSemicolonToken:j,isOpeningBraceToken:_,isOpeningBracketToken:w,isOpeningParenToken:y,isParenthesized:Io,isSemicolonToken:E,PatternMatcher:Do,READ:G,ReferenceTracker:ht};e.CALL=et,e.CONSTRUCT=yt,e.ESM=Ln,e.PatternMatcher=Do,e.READ=G,e.ReferenceTracker=ht,e.default=Nc,e.findVariable=i,e.getFunctionHeadLocation=Co,e.getFunctionNameWithKind=Mo,e.getInnermostScope=n,e.getPropertyName=ir,e.getStaticValue=Ss,e.getStringIfConstant=nr,e.hasSideEffect=Ro,e.isArrowToken=u,e.isClosingBraceToken=S,e.isClosingBracketToken=b,e.isClosingParenToken=L,e.isColonToken=m,e.isCommaToken=p,e.isCommentToken=A,e.isNotArrowToken=I,e.isNotClosingBraceToken=Yo,e.isNotClosingBracketToken=er,e.isNotClosingParenToken=he,e.isNotColonToken=ae,e.isNotCommaToken=M,e.isNotCommentToken=Lo,e.isNotOpeningBraceToken=tr,e.isNotOpeningBracketToken=mt,e.isNotOpeningParenToken=fe,e.isNotSemicolonToken=j,e.isOpeningBraceToken=_,e.isOpeningBracketToken=w,e.isOpeningParenToken=y,e.isParenthesized=Io,e.isSemicolonToken=E}(Yt);var AT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),CT=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),wT=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&AT(t,e,n);return CT(t,e),t};Object.defineProperty(ue,"__esModule",{value:!0}),ue.isParenthesized=ue.hasSideEffect=ue.getStringIfConstant=ue.getStaticValue=ue.getPropertyName=ue.getFunctionNameWithKind=ue.getFunctionHeadLocation=void 0;const st=wT(Yt),VT=st.getFunctionHeadLocation;ue.getFunctionHeadLocation=VT;const OT=st.getFunctionNameWithKind;ue.getFunctionNameWithKind=OT;const MT=st.getPropertyName;ue.getPropertyName=MT;const UT=st.getStaticValue;ue.getStaticValue=UT;const RT=st.getStringIfConstant;ue.getStringIfConstant=RT;const IT=st.hasSideEffect;ue.hasSideEffect=IT;const xT=st.isParenthesized;ue.isParenthesized=xT;var kn={},DT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),FT=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),$T=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&DT(t,e,n);return FT(t,e),t};Object.defineProperty(kn,"__esModule",{value:!0}),kn.PatternMatcher=void 0;const kT=$T(Yt),NT=kT.PatternMatcher;kn.PatternMatcher=NT;var R={},jT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),BT=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),GT=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&jT(t,e,n);return BT(t,e),t};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 q=GT(Yt),WT=q.isArrowToken;R.isArrowToken=WT;const HT=q.isNotArrowToken;R.isNotArrowToken=HT;const KT=q.isClosingBraceToken;R.isClosingBraceToken=KT;const XT=q.isNotClosingBraceToken;R.isNotClosingBraceToken=XT;const zT=q.isClosingBracketToken;R.isClosingBracketToken=zT;const qT=q.isNotClosingBracketToken;R.isNotClosingBracketToken=qT;const JT=q.isClosingParenToken;R.isClosingParenToken=JT;const QT=q.isNotClosingParenToken;R.isNotClosingParenToken=QT;const ZT=q.isColonToken;R.isColonToken=ZT;const eP=q.isNotColonToken;R.isNotColonToken=eP;const tP=q.isCommaToken;R.isCommaToken=tP;const rP=q.isNotCommaToken;R.isNotCommaToken=rP;const nP=q.isCommentToken;R.isCommentToken=nP;const iP=q.isNotCommentToken;R.isNotCommentToken=iP;const sP=q.isOpeningBraceToken;R.isOpeningBraceToken=sP;const oP=q.isNotOpeningBraceToken;R.isNotOpeningBraceToken=oP;const aP=q.isOpeningBracketToken;R.isOpeningBracketToken=aP;const lP=q.isNotOpeningBracketToken;R.isNotOpeningBracketToken=lP;const cP=q.isOpeningParenToken;R.isOpeningParenToken=cP;const uP=q.isNotOpeningParenToken;R.isNotOpeningParenToken=uP;const pP=q.isSemicolonToken;R.isSemicolonToken=pP;const fP=q.isNotSemicolonToken;R.isNotSemicolonToken=fP;var Nn={},EP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),dP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),TP=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&EP(t,e,n);return dP(t,e),t};Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ReferenceTracker=void 0;const ur=TP(Yt);ur.ReferenceTracker.READ,ur.ReferenceTracker.CALL,ur.ReferenceTracker.CONSTRUCT,ur.ReferenceTracker.ESM;const PP=ur.ReferenceTracker;Nn.ReferenceTracker=PP;var Lt={},mP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),yP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),hP=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&mP(t,e,n);return yP(t,e),t};Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.getInnermostScope=Lt.findVariable=void 0;const vl=hP(Yt),_P=vl.findVariable;Lt.findVariable=_P;const bP=vl.getInnermostScope;Lt.getInnermostScope=bP,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(ue,e),n(kn,e),n(R,e),n(Nn,e),n(Lt,e)}(gl);var to={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const t=l(c=>u=>u?.type===c,"isNodeOfType");e.isNodeOfType=t;const n=l(c=>u=>!!u&&c.includes(u.type),"isNodeOfTypes");e.isNodeOfTypes=n;const i=l((c,u)=>{const p=Object.entries(u);return E=>E?.type===c&&p.every(([m,y])=>E[m]===y)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=i;const s=l((c,u)=>{const p=Object.entries(u);return E=>E?.type===c&&p.every(([m,y])=>E[m]===y)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=s;const a=l((c,u)=>p=>!(0,e.isTokenOfTypeWithConditions)(c,u)(p),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=a})(to);var pr={};Object.defineProperty(pr,"__esModule",{value:!0}),pr.LINEBREAK_MATCHER=void 0,pr.isTokenOnSameLine=vP;const gP=/\r\n|[\r\n\u2028\u2029]/;pr.LINEBREAK_MATCHER=gP;function vP(e,t){return e.loc.end.line===t.loc.start.line}l(vP,"isTokenOnSameLine");var x={},ro={},Me={},ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.AST_TOKEN_TYPES=ot.AST_NODE_TYPES=void 0;var Sl;(function(e){e.AccessorProperty="AccessorProperty",e.ArrayExpression="ArrayExpression",e.ArrayPattern="ArrayPattern",e.ArrowFunctionExpression="ArrowFunctionExpression",e.AssignmentExpression="AssignmentExpression",e.AssignmentPattern="AssignmentPattern",e.AwaitExpression="AwaitExpression",e.BinaryExpression="BinaryExpression",e.BlockStatement="BlockStatement",e.BreakStatement="BreakStatement",e.CallExpression="CallExpression",e.CatchClause="CatchClause",e.ChainExpression="ChainExpression",e.ClassBody="ClassBody",e.ClassDeclaration="ClassDeclaration",e.ClassExpression="ClassExpression",e.ConditionalExpression="ConditionalExpression",e.ContinueStatement="ContinueStatement",e.DebuggerStatement="DebuggerStatement",e.Decorator="Decorator",e.DoWhileStatement="DoWhileStatement",e.EmptyStatement="EmptyStatement",e.ExportAllDeclaration="ExportAllDeclaration",e.ExportDefaultDeclaration="ExportDefaultDeclaration",e.ExportNamedDeclaration="ExportNamedDeclaration",e.ExportSpecifier="ExportSpecifier",e.ExpressionStatement="ExpressionStatement",e.ForInStatement="ForInStatement",e.ForOfStatement="ForOfStatement",e.ForStatement="ForStatement",e.FunctionDeclaration="FunctionDeclaration",e.FunctionExpression="FunctionExpression",e.Identifier="Identifier",e.IfStatement="IfStatement",e.ImportAttribute="ImportAttribute",e.ImportDeclaration="ImportDeclaration",e.ImportDefaultSpecifier="ImportDefaultSpecifier",e.ImportExpression="ImportExpression",e.ImportNamespaceSpecifier="ImportNamespaceSpecifier",e.ImportSpecifier="ImportSpecifier",e.JSXAttribute="JSXAttribute",e.JSXClosingElement="JSXClosingElement",e.JSXClosingFragment="JSXClosingFragment",e.JSXElement="JSXElement",e.JSXEmptyExpression="JSXEmptyExpression",e.JSXExpressionContainer="JSXExpressionContainer",e.JSXFragment="JSXFragment",e.JSXIdentifier="JSXIdentifier",e.JSXMemberExpression="JSXMemberExpression",e.JSXNamespacedName="JSXNamespacedName",e.JSXOpeningElement="JSXOpeningElement",e.JSXOpeningFragment="JSXOpeningFragment",e.JSXSpreadAttribute="JSXSpreadAttribute",e.JSXSpreadChild="JSXSpreadChild",e.JSXText="JSXText",e.LabeledStatement="LabeledStatement",e.Literal="Literal",e.LogicalExpression="LogicalExpression",e.MemberExpression="MemberExpression",e.MetaProperty="MetaProperty",e.MethodDefinition="MethodDefinition",e.NewExpression="NewExpression",e.ObjectExpression="ObjectExpression",e.ObjectPattern="ObjectPattern",e.PrivateIdentifier="PrivateIdentifier",e.Program="Program",e.Property="Property",e.PropertyDefinition="PropertyDefinition",e.RestElement="RestElement",e.ReturnStatement="ReturnStatement",e.SequenceExpression="SequenceExpression",e.SpreadElement="SpreadElement",e.StaticBlock="StaticBlock",e.Super="Super",e.SwitchCase="SwitchCase",e.SwitchStatement="SwitchStatement",e.TaggedTemplateExpression="TaggedTemplateExpression",e.TemplateElement="TemplateElement",e.TemplateLiteral="TemplateLiteral",e.ThisExpression="ThisExpression",e.ThrowStatement="ThrowStatement",e.TryStatement="TryStatement",e.UnaryExpression="UnaryExpression",e.UpdateExpression="UpdateExpression",e.VariableDeclaration="VariableDeclaration",e.VariableDeclarator="VariableDeclarator",e.WhileStatement="WhileStatement",e.WithStatement="WithStatement",e.YieldExpression="YieldExpression",e.TSAbstractAccessorProperty="TSAbstractAccessorProperty",e.TSAbstractKeyword="TSAbstractKeyword",e.TSAbstractMethodDefinition="TSAbstractMethodDefinition",e.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",e.TSAnyKeyword="TSAnyKeyword",e.TSArrayType="TSArrayType",e.TSAsExpression="TSAsExpression",e.TSAsyncKeyword="TSAsyncKeyword",e.TSBigIntKeyword="TSBigIntKeyword",e.TSBooleanKeyword="TSBooleanKeyword",e.TSCallSignatureDeclaration="TSCallSignatureDeclaration",e.TSClassImplements="TSClassImplements",e.TSConditionalType="TSConditionalType",e.TSConstructorType="TSConstructorType",e.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",e.TSDeclareFunction="TSDeclareFunction",e.TSDeclareKeyword="TSDeclareKeyword",e.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",e.TSEnumDeclaration="TSEnumDeclaration",e.TSEnumMember="TSEnumMember",e.TSExportAssignment="TSExportAssignment",e.TSExportKeyword="TSExportKeyword",e.TSExternalModuleReference="TSExternalModuleReference",e.TSFunctionType="TSFunctionType",e.TSInstantiationExpression="TSInstantiationExpression",e.TSImportEqualsDeclaration="TSImportEqualsDeclaration",e.TSImportType="TSImportType",e.TSIndexedAccessType="TSIndexedAccessType",e.TSIndexSignature="TSIndexSignature",e.TSInferType="TSInferType",e.TSInterfaceBody="TSInterfaceBody",e.TSInterfaceDeclaration="TSInterfaceDeclaration",e.TSInterfaceHeritage="TSInterfaceHeritage",e.TSIntersectionType="TSIntersectionType",e.TSIntrinsicKeyword="TSIntrinsicKeyword",e.TSLiteralType="TSLiteralType",e.TSMappedType="TSMappedType",e.TSMethodSignature="TSMethodSignature",e.TSModuleBlock="TSModuleBlock",e.TSModuleDeclaration="TSModuleDeclaration",e.TSNamedTupleMember="TSNamedTupleMember",e.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",e.TSNeverKeyword="TSNeverKeyword",e.TSNonNullExpression="TSNonNullExpression",e.TSNullKeyword="TSNullKeyword",e.TSNumberKeyword="TSNumberKeyword",e.TSObjectKeyword="TSObjectKeyword",e.TSOptionalType="TSOptionalType",e.TSParameterProperty="TSParameterProperty",e.TSPrivateKeyword="TSPrivateKeyword",e.TSPropertySignature="TSPropertySignature",e.TSProtectedKeyword="TSProtectedKeyword",e.TSPublicKeyword="TSPublicKeyword",e.TSQualifiedName="TSQualifiedName",e.TSReadonlyKeyword="TSReadonlyKeyword",e.TSRestType="TSRestType",e.TSSatisfiesExpression="TSSatisfiesExpression",e.TSStaticKeyword="TSStaticKeyword",e.TSStringKeyword="TSStringKeyword",e.TSSymbolKeyword="TSSymbolKeyword",e.TSTemplateLiteralType="TSTemplateLiteralType",e.TSThisType="TSThisType",e.TSTupleType="TSTupleType",e.TSTypeAliasDeclaration="TSTypeAliasDeclaration",e.TSTypeAnnotation="TSTypeAnnotation",e.TSTypeAssertion="TSTypeAssertion",e.TSTypeLiteral="TSTypeLiteral",e.TSTypeOperator="TSTypeOperator",e.TSTypeParameter="TSTypeParameter",e.TSTypeParameterDeclaration="TSTypeParameterDeclaration",e.TSTypeParameterInstantiation="TSTypeParameterInstantiation",e.TSTypePredicate="TSTypePredicate",e.TSTypeQuery="TSTypeQuery",e.TSTypeReference="TSTypeReference",e.TSUndefinedKeyword="TSUndefinedKeyword",e.TSUnionType="TSUnionType",e.TSUnknownKeyword="TSUnknownKeyword",e.TSVoidKeyword="TSVoidKeyword"})(Sl||(ot.AST_NODE_TYPES=Sl={}));var Yl;(function(e){e.Boolean="Boolean",e.Identifier="Identifier",e.JSXIdentifier="JSXIdentifier",e.JSXText="JSXText",e.Keyword="Keyword",e.Null="Null",e.Numeric="Numeric",e.Punctuator="Punctuator",e.RegularExpression="RegularExpression",e.String="String",e.Template="Template",e.Block="Block",e.Line="Line"})(Yl||(ot.AST_TOKEN_TYPES=Yl={}));var Ll={};Object.defineProperty(Ll,"__esModule",{value:!0});var Al={};Object.defineProperty(Al,"__esModule",{value:!0});var jn={},SP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),YP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),LP=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&SP(t,e,n);return YP(t,e),t};Object.defineProperty(jn,"__esModule",{value:!0}),jn.TSESTree=void 0,jn.TSESTree=LP(ot),function(e){var t=h&&h.__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=h&&h.__exportStar||function(s,a){for(var c in s)c!=="default"&&!Object.prototype.hasOwnProperty.call(a,c)&&t(a,s,c)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var i=ot;Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return i.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return i.AST_TOKEN_TYPES},"get")}),n(Ll,e),n(Al,e),n(jn,e)}(Me),function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var t=Me;Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return t.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return t.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:l(function(){return t.TSESTree},"get")})}(ro),Object.defineProperty(x,"__esModule",{value:!0}),x.isVariableDeclarator=x.isTypeKeyword=x.isTypeAssertion=x.isTSFunctionType=x.isTSConstructorType=x.isOptionalCallExpression=x.isOptionalChainPunctuator=x.isNotOptionalChainPunctuator=x.isNotNonNullAssertionPunctuator=x.isNonNullAssertionPunctuator=x.isLogicalOrOperator=x.isLoop=x.isImportKeyword=x.isIdentifier=x.isFunctionType=x.isFunctionOrFunctionType=x.isFunction=x.isClassOrTypeElement=x.isConstructor=x.isAwaitKeyword=x.isAwaitExpression=void 0,x.isSetter=jP;const D=ro,Q=to,AP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"?."});x.isOptionalChainPunctuator=AP;const CP=(0,Q.isNotTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"?."});x.isNotOptionalChainPunctuator=CP;const wP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"!"});x.isNonNullAssertionPunctuator=wP;const VP=(0,Q.isNotTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"!"});x.isNotNonNullAssertionPunctuator=VP;const OP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.CallExpression,{optional:!0});x.isOptionalCallExpression=OP;const MP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.LogicalExpression,{operator:"||"});x.isLogicalOrOperator=MP;const UP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.TSAsExpression,D.AST_NODE_TYPES.TSTypeAssertion]);x.isTypeAssertion=UP;const RP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.VariableDeclarator);x.isVariableDeclarator=RP;const Cl=[D.AST_NODE_TYPES.ArrowFunctionExpression,D.AST_NODE_TYPES.FunctionDeclaration,D.AST_NODE_TYPES.FunctionExpression],IP=(0,Q.isNodeOfTypes)(Cl);x.isFunction=IP;const wl=[D.AST_NODE_TYPES.TSCallSignatureDeclaration,D.AST_NODE_TYPES.TSConstructorType,D.AST_NODE_TYPES.TSConstructSignatureDeclaration,D.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,D.AST_NODE_TYPES.TSFunctionType,D.AST_NODE_TYPES.TSMethodSignature],xP=(0,Q.isNodeOfTypes)(wl);x.isFunctionType=xP;const DP=(0,Q.isNodeOfTypes)([...Cl,...wl]);x.isFunctionOrFunctionType=DP;const FP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.TSFunctionType);x.isTSFunctionType=FP;const $P=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.TSConstructorType);x.isTSConstructorType=$P;const kP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.PropertyDefinition,D.AST_NODE_TYPES.FunctionExpression,D.AST_NODE_TYPES.MethodDefinition,D.AST_NODE_TYPES.TSAbstractPropertyDefinition,D.AST_NODE_TYPES.TSAbstractMethodDefinition,D.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,D.AST_NODE_TYPES.TSIndexSignature,D.AST_NODE_TYPES.TSCallSignatureDeclaration,D.AST_NODE_TYPES.TSConstructSignatureDeclaration,D.AST_NODE_TYPES.TSMethodSignature,D.AST_NODE_TYPES.TSPropertySignature]);x.isClassOrTypeElement=kP;const NP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});x.isConstructor=NP;function jP(e){return!!e&&(e.type===D.AST_NODE_TYPES.MethodDefinition||e.type===D.AST_NODE_TYPES.Property)&&e.kind==="set"}l(jP,"isSetter");const BP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.Identifier);x.isIdentifier=BP;const GP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.AwaitExpression);x.isAwaitExpression=GP;const WP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Identifier,{value:"await"});x.isAwaitKeyword=WP;const HP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Identifier,{value:"type"});x.isTypeKeyword=HP;const KP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Keyword,{value:"import"});x.isImportKeyword=KP;const XP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.DoWhileStatement,D.AST_NODE_TYPES.ForStatement,D.AST_NODE_TYPES.ForInStatement,D.AST_NODE_TYPES.ForOfStatement,D.AST_NODE_TYPES.WhileStatement]);x.isLoop=XP,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(gl,e),n(to,e),n(pr,e),n(x,e)}(bl);var Vl={},Bn={},fr={};Object.defineProperty(fr,"__esModule",{value:!0}),fr.deepMerge=Ol,fr.isObjectNotArray=no;function no(e){return typeof e=="object"&&e!=null&&!Array.isArray(e)}l(no,"isObjectNotArray");function Ol(e={},t={}){const n=new Set(Object.keys(e).concat(Object.keys(t)));return Array.from(n).reduce((i,s)=>{const a=s in e,c=s in t,u=e[s],p=t[s];return a&&c?no(u)&&no(p)?i[s]=Ol(u,p):i[s]=p:a?i[s]=u:i[s]=p,i},{})}l(Ol,"deepMerge"),Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.applyDefault=zP;const io=fr;function zP(e,t){const n=JSON.parse(JSON.stringify(e));return t==null||n.forEach((i,s)=>{if(t[s]!==void 0){const a=t[s];(0,io.isObjectNotArray)(a)&&(0,io.isObjectNotArray)(i)?n[s]=(0,io.deepMerge)(i,a):n[s]=a}}),n}l(zP,"applyDefault");var ze={};Object.defineProperty(ze,"__esModule",{value:!0}),ze.getAncestors=qP,ze.getCwd=JP,ze.getDeclaredVariables=QP,ze.getFilename=ZP,ze.getScope=em,ze.getSourceCode=tm;function qP(e){return e.getAncestors()}l(qP,"getAncestors");function JP(e){return e.getCwd()}l(JP,"getCwd");function QP(e,t){return e.sourceCode.getDeclaredVariables(t)}l(QP,"getDeclaredVariables");function ZP(e){return e.filename}l(ZP,"getFilename");function em(e){return e.getScope()}l(em,"getScope");function tm(e){return e.sourceCode}l(tm,"getSourceCode");var so={},oo={};Object.defineProperty(oo,"__esModule",{value:!0}),oo.parserSeemsToBeTSESLint=rm;function rm(e){return!!e&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(e)}l(rm,"parserSeemsToBeTSESLint"),Object.defineProperty(so,"__esModule",{value:!0}),so.getParserServices=om;const nm=oo,im='You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.',sm='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function om(e,t=!1){const n=e.parserPath||e.languageOptions.parser?.meta?.name;return(e.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||e.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&Ml(n),e.sourceCode.parserServices.program==null&&!t&&Ml(n),e.sourceCode.parserServices}l(om,"getParserServices");function Ml(e){const t=[im,`Parser: ${e||"(unknown)"}`,!(0,nm.parserSeemsToBeTSESLint)(e)&&sm].filter(Boolean);throw new Error(t.join(`
|
|
14
|
-
`))}l(Ml,"throwError");var Ul={};Object.defineProperty(Ul,"__esModule",{value:!0});var ao={};Object.defineProperty(ao,"__esModule",{value:!0}),ao.RuleCreator=Rl;const am=Bn;function Rl(e){return l(function({name:n,meta:i,...s}){return Il({meta:{...i,docs:{...i.docs,url:e(n)}},...s})},"createNamedRule")}l(Rl,"RuleCreator");function Il({create:e,defaultOptions:t,meta:n}){return{create(i){const s=(0,am.applyDefault)(t,i.options);return e(i,s)},defaultOptions:t,meta:n}}l(Il,"createRule$1"),Rl.withoutDocs=Il;var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.NullThrowsReasons=void 0,Er.nullThrows=cm;const lm={MissingParent:"Expected node to have a parent.",MissingToken:l((e,t)=>`Expected to find a ${e} for the ${t}.`,"MissingToken")};Er.NullThrowsReasons=lm;function cm(e,t){if(e==null)throw new Error(`Non-null Assertion Failed: ${t}`);return e}l(cm,"nullThrows"),function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(Bn,e),n(ze,e),n(so,e),n(Ul,e),n(ao,e),n(fr,e),n(Er,e)}(Vl);var xl={};Object.defineProperty(xl,"__esModule",{value:!0});var Dl={},Fl={};Object.defineProperty(Fl,"__esModule",{value:!0});var $l={};Object.defineProperty($l,"__esModule",{value:!0});var kl={},dr={};Object.defineProperty(dr,"__esModule",{value:!0}),dr.LegacyESLint=void 0;const um=Zo;class pm extends um.LegacyESLint{static{l(this,"LegacyESLint")}}dr.LegacyESLint=pm;var Gn={};Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FlatESLint=void 0;const fm=Zo;class Em extends fm.FlatESLint{static{l(this,"FlatESLint")}}Gn.FlatESLint=Em,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.FlatESLint=e.ESLint=void 0;var t=dr;Object.defineProperty(e,"ESLint",{enumerable:!0,get:l(function(){return t.LegacyESLint},"get")});var n=Gn;Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:l(function(){return n.FlatESLint},"get")});var i=dr;Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:l(function(){return i.LegacyESLint},"get")})}(kl);var Wn={};Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.Linter=void 0;const dm=As;class Tm extends dm.Linter{static{l(this,"Linter")}}Wn.Linter=Tm;var Nl={};Object.defineProperty(Nl,"__esModule",{value:!0});var jl={};Object.defineProperty(jl,"__esModule",{value:!0});var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0});var Gl={};Object.defineProperty(Gl,"__esModule",{value:!0});var Hn={};Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.RuleTester=void 0;const Pm=As;class mm extends Pm.RuleTester{static{l(this,"RuleTester")}}Hn.RuleTester=mm;var Kn={},Wl={},lo={},co={},Xn={};Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.getKeys=void 0;const ym=it,hm=ym.getKeys;Xn.getKeys=hm;var zn={},_m=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),bm=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),gm=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&_m(t,e,n);return bm(t,e),t};Object.defineProperty(zn,"__esModule",{value:!0}),zn.visitorKeys=void 0;const vm=gm(it),le=(()=>{const e=["typeParameters","params","returnType"],t=[...e,"body"],n=["decorators","key","typeAnnotation"];return{AnonymousFunction:t,Function:["id",...t],FunctionType:e,ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],AbstractPropertyDefinition:["decorators","key","typeAnnotation"],PropertyDefinition:[...n,"value"],TypeAssertion:["expression","typeAnnotation"]}})(),Sm={AccessorProperty:le.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:le.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:le.ClassDeclaration,ClassExpression:le.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:le.Function,FunctionExpression:le.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","attributes"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:le.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:le.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:le.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:le.TypeAssertion,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:le.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:le.FunctionType,TSConstructSignatureDeclaration:le.FunctionType,TSDeclareFunction:le.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...le.FunctionType],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:le.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:["nameType","typeParameter","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:["typeAnnotation","expression"],TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:le.TypeAssertion,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:[]},Ym=vm.unionWith(Sm);zn.visitorKeys=Ym,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var t=Xn;Object.defineProperty(e,"getKeys",{enumerable:!0,get:l(function(){return t.getKeys},"get")});var n=zn;Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:l(function(){return n.visitorKeys},"get")})}(co);var Hl={},qn={},at={};Object.defineProperty(at,"__esModule",{value:!0}),at.assert=Lm;function Lm(e,t){if(e==null)throw new Error(t)}l(Lm,"assert");var qe={},Jn={},de={},lt={};Object.defineProperty(lt,"__esModule",{value:!0}),lt.createIdGenerator=Cm,lt.resetIds=wm;const Qn=new Map;let Am=0;function Cm(){const e=Am+=1;return Qn.set(e,0),()=>{const n=(Qn.get(e)??0)+1;return Qn.set(e,n),n}}l(Cm,"createIdGenerator");function wm(){Qn.clear()}l(wm,"resetIds"),Object.defineProperty(de,"__esModule",{value:!0}),de.DefinitionBase=void 0;const Vm=lt,Om=(0,Vm.createIdGenerator)();class Mm{static{l(this,"DefinitionBase")}constructor(t,n,i,s){this.$id=Om(),this.type=t,this.name=n,this.node=i,this.parent=s}}de.DefinitionBase=Mm;var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.DefinitionType=void 0;var Kl;(function(e){e.CatchClause="CatchClause",e.ClassName="ClassName",e.FunctionName="FunctionName",e.ImplicitGlobalVariable="ImplicitGlobalVariable",e.ImportBinding="ImportBinding",e.Parameter="Parameter",e.TSEnumName="TSEnumName",e.TSEnumMember="TSEnumMemberName",e.TSModuleName="TSModuleName",e.Type="Type",e.Variable="Variable"})(Kl||(pe.DefinitionType=Kl={})),Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.CatchClauseDefinition=void 0;const Um=de,Rm=pe;class Im extends Um.DefinitionBase{static{l(this,"CatchClauseDefinition")}constructor(t,n){super(Rm.DefinitionType.CatchClause,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Jn.CatchClauseDefinition=Im;var Zn={};Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.ClassNameDefinition=void 0;const xm=de,Dm=pe;class Fm extends xm.DefinitionBase{static{l(this,"ClassNameDefinition")}constructor(t,n){super(Dm.DefinitionType.ClassName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Zn.ClassNameDefinition=Fm;var Xl={};Object.defineProperty(Xl,"__esModule",{value:!0});var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.FunctionNameDefinition=void 0;const $m=de,km=pe;class Nm extends $m.DefinitionBase{static{l(this,"FunctionNameDefinition")}constructor(t,n){super(km.DefinitionType.FunctionName,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ei.FunctionNameDefinition=Nm;var Tr={};Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.ImplicitGlobalVariableDefinition=void 0;const jm=de,Bm=pe;class Gm extends jm.DefinitionBase{static{l(this,"ImplicitGlobalVariableDefinition")}constructor(t,n){super(Bm.DefinitionType.ImplicitGlobalVariable,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Tr.ImplicitGlobalVariableDefinition=Gm;var ti={};Object.defineProperty(ti,"__esModule",{value:!0}),ti.ImportBindingDefinition=void 0;const Wm=de,Hm=pe;class Km extends Wm.DefinitionBase{static{l(this,"ImportBindingDefinition")}constructor(t,n,i){super(Hm.DefinitionType.ImportBinding,t,n,i),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ti.ImportBindingDefinition=Km;var ri={};Object.defineProperty(ri,"__esModule",{value:!0}),ri.ParameterDefinition=void 0;const Xm=de,zm=pe;class qm extends Xm.DefinitionBase{static{l(this,"ParameterDefinition")}constructor(t,n,i){super(zm.DefinitionType.Parameter,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0,this.rest=i}}ri.ParameterDefinition=qm;var ni={};Object.defineProperty(ni,"__esModule",{value:!0}),ni.TSEnumMemberDefinition=void 0;const Jm=de,Qm=pe;class Zm extends Jm.DefinitionBase{static{l(this,"TSEnumMemberDefinition")}constructor(t,n){super(Qm.DefinitionType.TSEnumMember,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ni.TSEnumMemberDefinition=Zm;var ii={};Object.defineProperty(ii,"__esModule",{value:!0}),ii.TSEnumNameDefinition=void 0;const ey=de,ty=pe;class ry extends ey.DefinitionBase{static{l(this,"TSEnumNameDefinition")}constructor(t,n){super(ty.DefinitionType.TSEnumName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ii.TSEnumNameDefinition=ry;var si={};Object.defineProperty(si,"__esModule",{value:!0}),si.TSModuleNameDefinition=void 0;const ny=de,iy=pe;class sy extends ny.DefinitionBase{static{l(this,"TSModuleNameDefinition")}constructor(t,n){super(iy.DefinitionType.TSModuleName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}si.TSModuleNameDefinition=sy;var oi={};Object.defineProperty(oi,"__esModule",{value:!0}),oi.TypeDefinition=void 0;const oy=de,ay=pe;class ly extends oy.DefinitionBase{static{l(this,"TypeDefinition")}constructor(t,n){super(ay.DefinitionType.Type,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!1}}oi.TypeDefinition=ly;var ai={};Object.defineProperty(ai,"__esModule",{value:!0}),ai.VariableDefinition=void 0;const cy=de,uy=pe;class py extends cy.DefinitionBase{static{l(this,"VariableDefinition")}constructor(t,n,i){super(uy.DefinitionType.Variable,t,n,i),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ai.VariableDefinition=py,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(Jn,e),n(Zn,e),n(Xl,e),n(pe,e),n(ei,e),n(Tr,e),n(ti,e),n(ri,e),n(ni,e),n(ii,e),n(si,e),n(oi,e),n(ai,e)}(qe);var li={},At={},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(At,"__esModule",{value:!0}),At.decorators=void 0;const Se=C;At.decorators={ClassMemberDecoratorContext:Se.TYPE,DecoratorContext:Se.TYPE,DecoratorMetadataObject:Se.TYPE,DecoratorMetadata:Se.TYPE,ClassDecoratorContext:Se.TYPE,ClassMethodDecoratorContext:Se.TYPE,ClassGetterDecoratorContext:Se.TYPE,ClassSetterDecoratorContext:Se.TYPE,ClassAccessorDecoratorContext:Se.TYPE,ClassAccessorDecoratorTarget:Se.TYPE,ClassAccessorDecoratorResult:Se.TYPE,ClassFieldDecoratorContext:Se.TYPE};var Pr={};Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.decorators_legacy=void 0;const ci=C;Pr.decorators_legacy={ClassDecorator:ci.TYPE,PropertyDecorator:ci.TYPE,MethodDecorator:ci.TYPE,ParameterDecorator:ci.TYPE};var Te={};Object.defineProperty(Te,"__esModule",{value:!0}),Te.dom=void 0;const r=C;Te.dom={AddEventListenerOptions:r.TYPE,AesCbcParams:r.TYPE,AesCtrParams:r.TYPE,AesDerivedKeyParams:r.TYPE,AesGcmParams:r.TYPE,AesKeyAlgorithm:r.TYPE,AesKeyGenParams:r.TYPE,Algorithm:r.TYPE,AnalyserOptions:r.TYPE,AnimationEventInit:r.TYPE,AnimationPlaybackEventInit:r.TYPE,AssignedNodesOptions:r.TYPE,AudioBufferOptions:r.TYPE,AudioBufferSourceOptions:r.TYPE,AudioConfiguration:r.TYPE,AudioContextOptions:r.TYPE,AudioNodeOptions:r.TYPE,AudioProcessingEventInit:r.TYPE,AudioTimestamp:r.TYPE,AudioWorkletNodeOptions:r.TYPE,AuthenticationExtensionsClientInputs:r.TYPE,AuthenticationExtensionsClientOutputs:r.TYPE,AuthenticatorSelectionCriteria:r.TYPE,AvcEncoderConfig:r.TYPE,BiquadFilterOptions:r.TYPE,BlobEventInit:r.TYPE,BlobPropertyBag:r.TYPE,CSSMatrixComponentOptions:r.TYPE,CSSNumericType:r.TYPE,CSSStyleSheetInit:r.TYPE,CacheQueryOptions:r.TYPE,CanvasRenderingContext2DSettings:r.TYPE,ChannelMergerOptions:r.TYPE,ChannelSplitterOptions:r.TYPE,CheckVisibilityOptions:r.TYPE,ClientQueryOptions:r.TYPE,ClipboardEventInit:r.TYPE,ClipboardItemOptions:r.TYPE,CloseEventInit:r.TYPE,CompositionEventInit:r.TYPE,ComputedEffectTiming:r.TYPE,ComputedKeyframe:r.TYPE,ConstantSourceOptions:r.TYPE,ConstrainBooleanParameters:r.TYPE,ConstrainDOMStringParameters:r.TYPE,ConstrainDoubleRange:r.TYPE,ConstrainULongRange:r.TYPE,ContentVisibilityAutoStateChangeEventInit:r.TYPE,ConvolverOptions:r.TYPE,CredentialCreationOptions:r.TYPE,CredentialPropertiesOutput:r.TYPE,CredentialRequestOptions:r.TYPE,CryptoKeyPair:r.TYPE,CustomEventInit:r.TYPE,DOMMatrix2DInit:r.TYPE,DOMMatrixInit:r.TYPE,DOMPointInit:r.TYPE,DOMQuadInit:r.TYPE,DOMRectInit:r.TYPE,DelayOptions:r.TYPE,DeviceMotionEventAccelerationInit:r.TYPE,DeviceMotionEventInit:r.TYPE,DeviceMotionEventRotationRateInit:r.TYPE,DeviceOrientationEventInit:r.TYPE,DisplayMediaStreamOptions:r.TYPE,DocumentTimelineOptions:r.TYPE,DoubleRange:r.TYPE,DragEventInit:r.TYPE,DynamicsCompressorOptions:r.TYPE,EcKeyAlgorithm:r.TYPE,EcKeyGenParams:r.TYPE,EcKeyImportParams:r.TYPE,EcdhKeyDeriveParams:r.TYPE,EcdsaParams:r.TYPE,EffectTiming:r.TYPE,ElementCreationOptions:r.TYPE,ElementDefinitionOptions:r.TYPE,EncodedVideoChunkInit:r.TYPE,EncodedVideoChunkMetadata:r.TYPE,ErrorEventInit:r.TYPE,EventInit:r.TYPE,EventListenerOptions:r.TYPE,EventModifierInit:r.TYPE,EventSourceInit:r.TYPE,FilePropertyBag:r.TYPE,FileSystemCreateWritableOptions:r.TYPE,FileSystemFlags:r.TYPE,FileSystemGetDirectoryOptions:r.TYPE,FileSystemGetFileOptions:r.TYPE,FileSystemRemoveOptions:r.TYPE,FocusEventInit:r.TYPE,FocusOptions:r.TYPE,FontFaceDescriptors:r.TYPE,FontFaceSetLoadEventInit:r.TYPE,FormDataEventInit:r.TYPE,FullscreenOptions:r.TYPE,GainOptions:r.TYPE,GamepadEffectParameters:r.TYPE,GamepadEventInit:r.TYPE,GetAnimationsOptions:r.TYPE,GetNotificationOptions:r.TYPE,GetRootNodeOptions:r.TYPE,HashChangeEventInit:r.TYPE,HkdfParams:r.TYPE,HmacImportParams:r.TYPE,HmacKeyAlgorithm:r.TYPE,HmacKeyGenParams:r.TYPE,IDBDatabaseInfo:r.TYPE,IDBIndexParameters:r.TYPE,IDBObjectStoreParameters:r.TYPE,IDBTransactionOptions:r.TYPE,IDBVersionChangeEventInit:r.TYPE,IIRFilterOptions:r.TYPE,IdleRequestOptions:r.TYPE,ImageBitmapOptions:r.TYPE,ImageBitmapRenderingContextSettings:r.TYPE,ImageDataSettings:r.TYPE,ImageEncodeOptions:r.TYPE,ImportMeta:r.TYPE,InputEventInit:r.TYPE,IntersectionObserverEntryInit:r.TYPE,IntersectionObserverInit:r.TYPE,JsonWebKey:r.TYPE,KeyAlgorithm:r.TYPE,KeyboardEventInit:r.TYPE,Keyframe:r.TYPE,KeyframeAnimationOptions:r.TYPE,KeyframeEffectOptions:r.TYPE,LockInfo:r.TYPE,LockManagerSnapshot:r.TYPE,LockOptions:r.TYPE,MIDIConnectionEventInit:r.TYPE,MIDIMessageEventInit:r.TYPE,MIDIOptions:r.TYPE,MediaCapabilitiesDecodingInfo:r.TYPE,MediaCapabilitiesEncodingInfo:r.TYPE,MediaCapabilitiesInfo:r.TYPE,MediaConfiguration:r.TYPE,MediaDecodingConfiguration:r.TYPE,MediaElementAudioSourceOptions:r.TYPE,MediaEncodingConfiguration:r.TYPE,MediaEncryptedEventInit:r.TYPE,MediaImage:r.TYPE,MediaKeyMessageEventInit:r.TYPE,MediaKeySystemConfiguration:r.TYPE,MediaKeySystemMediaCapability:r.TYPE,MediaMetadataInit:r.TYPE,MediaPositionState:r.TYPE,MediaQueryListEventInit:r.TYPE,MediaRecorderOptions:r.TYPE,MediaSessionActionDetails:r.TYPE,MediaStreamAudioSourceOptions:r.TYPE,MediaStreamConstraints:r.TYPE,MediaStreamTrackEventInit:r.TYPE,MediaTrackCapabilities:r.TYPE,MediaTrackConstraintSet:r.TYPE,MediaTrackConstraints:r.TYPE,MediaTrackSettings:r.TYPE,MediaTrackSupportedConstraints:r.TYPE,MessageEventInit:r.TYPE,MouseEventInit:r.TYPE,MultiCacheQueryOptions:r.TYPE,MutationObserverInit:r.TYPE,NavigationPreloadState:r.TYPE,NotificationOptions:r.TYPE,OfflineAudioCompletionEventInit:r.TYPE,OfflineAudioContextOptions:r.TYPE,OptionalEffectTiming:r.TYPE,OscillatorOptions:r.TYPE,PageTransitionEventInit:r.TYPE,PannerOptions:r.TYPE,PaymentCurrencyAmount:r.TYPE,PaymentDetailsBase:r.TYPE,PaymentDetailsInit:r.TYPE,PaymentDetailsModifier:r.TYPE,PaymentDetailsUpdate:r.TYPE,PaymentItem:r.TYPE,PaymentMethodChangeEventInit:r.TYPE,PaymentMethodData:r.TYPE,PaymentRequestUpdateEventInit:r.TYPE,PaymentValidationErrors:r.TYPE,Pbkdf2Params:r.TYPE,PerformanceMarkOptions:r.TYPE,PerformanceMeasureOptions:r.TYPE,PerformanceObserverInit:r.TYPE,PeriodicWaveConstraints:r.TYPE,PeriodicWaveOptions:r.TYPE,PermissionDescriptor:r.TYPE,PictureInPictureEventInit:r.TYPE,PlaneLayout:r.TYPE,PointerEventInit:r.TYPE,PopStateEventInit:r.TYPE,PositionOptions:r.TYPE,ProgressEventInit:r.TYPE,PromiseRejectionEventInit:r.TYPE,PropertyDefinition:r.TYPE,PropertyIndexedKeyframes:r.TYPE,PublicKeyCredentialCreationOptions:r.TYPE,PublicKeyCredentialDescriptor:r.TYPE,PublicKeyCredentialEntity:r.TYPE,PublicKeyCredentialParameters:r.TYPE,PublicKeyCredentialRequestOptions:r.TYPE,PublicKeyCredentialRpEntity:r.TYPE,PublicKeyCredentialUserEntity:r.TYPE,PushSubscriptionJSON:r.TYPE,PushSubscriptionOptionsInit:r.TYPE,QueuingStrategy:r.TYPE,QueuingStrategyInit:r.TYPE,RTCAnswerOptions:r.TYPE,RTCCertificateExpiration:r.TYPE,RTCConfiguration:r.TYPE,RTCDTMFToneChangeEventInit:r.TYPE,RTCDataChannelEventInit:r.TYPE,RTCDataChannelInit:r.TYPE,RTCDtlsFingerprint:r.TYPE,RTCEncodedAudioFrameMetadata:r.TYPE,RTCEncodedVideoFrameMetadata:r.TYPE,RTCErrorEventInit:r.TYPE,RTCErrorInit:r.TYPE,RTCIceCandidateInit:r.TYPE,RTCIceCandidatePair:r.TYPE,RTCIceCandidatePairStats:r.TYPE,RTCIceServer:r.TYPE,RTCInboundRtpStreamStats:r.TYPE,RTCLocalSessionDescriptionInit:r.TYPE,RTCOfferAnswerOptions:r.TYPE,RTCOfferOptions:r.TYPE,RTCOutboundRtpStreamStats:r.TYPE,RTCPeerConnectionIceErrorEventInit:r.TYPE,RTCPeerConnectionIceEventInit:r.TYPE,RTCReceivedRtpStreamStats:r.TYPE,RTCRtcpParameters:r.TYPE,RTCRtpCapabilities:r.TYPE,RTCRtpCodec:r.TYPE,RTCRtpCodecCapability: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,RTCRtpSendParameters:r.TYPE,RTCRtpStreamStats:r.TYPE,RTCRtpSynchronizationSource:r.TYPE,RTCRtpTransceiverInit:r.TYPE,RTCSentRtpStreamStats:r.TYPE,RTCSessionDescriptionInit:r.TYPE,RTCSetParameterOptions:r.TYPE,RTCStats:r.TYPE,RTCTrackEventInit:r.TYPE,RTCTransportStats:r.TYPE,ReadableStreamGetReaderOptions:r.TYPE,ReadableStreamIteratorOptions:r.TYPE,ReadableStreamReadDoneResult:r.TYPE,ReadableStreamReadValueResult:r.TYPE,ReadableWritablePair:r.TYPE,RegistrationOptions:r.TYPE,ReportingObserverOptions:r.TYPE,RequestInit:r.TYPE,ResizeObserverOptions:r.TYPE,ResponseInit: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,SVGBoundingBoxOptions:r.TYPE,ScrollIntoViewOptions:r.TYPE,ScrollOptions:r.TYPE,ScrollToOptions:r.TYPE,SecurityPolicyViolationEventInit:r.TYPE,ShadowRootInit:r.TYPE,ShareData:r.TYPE,SpeechSynthesisErrorEventInit:r.TYPE,SpeechSynthesisEventInit:r.TYPE,StaticRangeInit:r.TYPE,StereoPannerOptions:r.TYPE,StorageEstimate:r.TYPE,StorageEventInit:r.TYPE,StreamPipeOptions:r.TYPE,StructuredSerializeOptions:r.TYPE,SubmitEventInit:r.TYPE,TextDecodeOptions:r.TYPE,TextDecoderOptions:r.TYPE,TextEncoderEncodeIntoResult:r.TYPE,ToggleEventInit:r.TYPE,TouchEventInit:r.TYPE,TouchInit:r.TYPE,TrackEventInit:r.TYPE,Transformer:r.TYPE,TransitionEventInit:r.TYPE,UIEventInit:r.TYPE,ULongRange:r.TYPE,UnderlyingByteSource:r.TYPE,UnderlyingDefaultSource:r.TYPE,UnderlyingSink:r.TYPE,UnderlyingSource:r.TYPE,ValidityStateFlags:r.TYPE,VideoColorSpaceInit:r.TYPE,VideoConfiguration:r.TYPE,VideoDecoderConfig:r.TYPE,VideoDecoderInit:r.TYPE,VideoDecoderSupport:r.TYPE,VideoEncoderConfig:r.TYPE,VideoEncoderEncodeOptions:r.TYPE,VideoEncoderInit:r.TYPE,VideoEncoderSupport:r.TYPE,VideoFrameBufferInit:r.TYPE,VideoFrameCallbackMetadata:r.TYPE,VideoFrameCopyToOptions:r.TYPE,VideoFrameInit:r.TYPE,WaveShaperOptions:r.TYPE,WebGLContextAttributes:r.TYPE,WebGLContextEventInit:r.TYPE,WebTransportCloseInfo:r.TYPE,WebTransportErrorOptions:r.TYPE,WebTransportHash:r.TYPE,WebTransportOptions:r.TYPE,WebTransportSendStreamOptions:r.TYPE,WheelEventInit:r.TYPE,WindowPostMessageOptions:r.TYPE,WorkerOptions:r.TYPE,WorkletOptions:r.TYPE,WriteParams:r.TYPE,NodeFilter:r.TYPE_VALUE,XPathNSResolver:r.TYPE,ANGLE_instanced_arrays:r.TYPE,ARIAMixin:r.TYPE,AbortController:r.TYPE_VALUE,AbortSignalEventMap:r.TYPE,AbortSignal:r.TYPE_VALUE,AbstractRange:r.TYPE_VALUE,AbstractWorkerEventMap:r.TYPE,AbstractWorker:r.TYPE,AnalyserNode:r.TYPE_VALUE,Animatable:r.TYPE,AnimationEventMap:r.TYPE,Animation:r.TYPE_VALUE,AnimationEffect:r.TYPE_VALUE,AnimationEvent:r.TYPE_VALUE,AnimationFrameProvider:r.TYPE,AnimationPlaybackEvent:r.TYPE_VALUE,AnimationTimeline:r.TYPE_VALUE,Attr:r.TYPE_VALUE,AudioBuffer:r.TYPE_VALUE,AudioBufferSourceNode:r.TYPE_VALUE,AudioContext:r.TYPE_VALUE,AudioDestinationNode:r.TYPE_VALUE,AudioListener:r.TYPE_VALUE,AudioNode:r.TYPE_VALUE,AudioParam:r.TYPE_VALUE,AudioParamMap:r.TYPE_VALUE,AudioProcessingEvent:r.TYPE_VALUE,AudioScheduledSourceNodeEventMap:r.TYPE,AudioScheduledSourceNode:r.TYPE_VALUE,AudioWorklet:r.TYPE_VALUE,AudioWorkletNodeEventMap:r.TYPE,AudioWorkletNode:r.TYPE_VALUE,AuthenticatorAssertionResponse:r.TYPE_VALUE,AuthenticatorAttestationResponse:r.TYPE_VALUE,AuthenticatorResponse:r.TYPE_VALUE,BarProp:r.TYPE_VALUE,BaseAudioContextEventMap:r.TYPE,BaseAudioContext:r.TYPE_VALUE,BeforeUnloadEvent:r.TYPE_VALUE,BiquadFilterNode:r.TYPE_VALUE,Blob:r.TYPE_VALUE,BlobEvent:r.TYPE_VALUE,Body:r.TYPE,BroadcastChannelEventMap:r.TYPE,BroadcastChannel:r.TYPE_VALUE,ByteLengthQueuingStrategy:r.TYPE_VALUE,CDATASection: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,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,CSSMathProduct:r.TYPE_VALUE,CSSMathSum:r.TYPE_VALUE,CSSMathValue:r.TYPE_VALUE,CSSMatrixComponent:r.TYPE_VALUE,CSSMediaRule:r.TYPE_VALUE,CSSNamespaceRule:r.TYPE_VALUE,CSSNumericArray:r.TYPE_VALUE,CSSNumericValue:r.TYPE_VALUE,CSSPageRule:r.TYPE_VALUE,CSSPerspective:r.TYPE_VALUE,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,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,CSSUnparsedValue:r.TYPE_VALUE,CSSVariableReferenceValue:r.TYPE_VALUE,Cache:r.TYPE_VALUE,CacheStorage:r.TYPE_VALUE,CanvasCaptureMediaStreamTrack:r.TYPE_VALUE,CanvasCompositing:r.TYPE,CanvasDrawImage:r.TYPE,CanvasDrawPath:r.TYPE,CanvasFillStrokeStyles:r.TYPE,CanvasFilters:r.TYPE,CanvasGradient:r.TYPE_VALUE,CanvasImageData:r.TYPE,CanvasImageSmoothing:r.TYPE,CanvasPath:r.TYPE,CanvasPathDrawingStyles:r.TYPE,CanvasPattern:r.TYPE_VALUE,CanvasRect:r.TYPE,CanvasRenderingContext2D:r.TYPE_VALUE,CanvasShadowStyles:r.TYPE,CanvasState:r.TYPE,CanvasText:r.TYPE,CanvasTextDrawingStyles:r.TYPE,CanvasTransform:r.TYPE,CanvasUserInterface:r.TYPE,ChannelMergerNode:r.TYPE_VALUE,ChannelSplitterNode:r.TYPE_VALUE,CharacterData:r.TYPE_VALUE,ChildNode:r.TYPE,ClientRect:r.TYPE,Clipboard:r.TYPE_VALUE,ClipboardEvent:r.TYPE_VALUE,ClipboardItem:r.TYPE_VALUE,CloseEvent:r.TYPE_VALUE,Comment:r.TYPE_VALUE,CompositionEvent:r.TYPE_VALUE,CompressionStream:r.TYPE_VALUE,ConstantSourceNode:r.TYPE_VALUE,ContentVisibilityAutoStateChangeEvent:r.TYPE_VALUE,ConvolverNode:r.TYPE_VALUE,CountQueuingStrategy:r.TYPE_VALUE,Credential:r.TYPE_VALUE,CredentialsContainer:r.TYPE_VALUE,Crypto:r.TYPE_VALUE,CryptoKey:r.TYPE_VALUE,CustomElementRegistry:r.TYPE_VALUE,CustomEvent:r.TYPE_VALUE,CustomStateSet:r.TYPE_VALUE,DOMException:r.TYPE_VALUE,DOMImplementation:r.TYPE_VALUE,DOMMatrix:r.TYPE_VALUE,SVGMatrix:r.TYPE_VALUE,WebKitCSSMatrix:r.TYPE_VALUE,DOMMatrixReadOnly:r.TYPE_VALUE,DOMParser:r.TYPE_VALUE,DOMPoint:r.TYPE_VALUE,SVGPoint:r.TYPE_VALUE,DOMPointReadOnly:r.TYPE_VALUE,DOMQuad:r.TYPE_VALUE,DOMRect:r.TYPE_VALUE,SVGRect:r.TYPE_VALUE,DOMRectList:r.TYPE_VALUE,DOMRectReadOnly:r.TYPE_VALUE,DOMStringList:r.TYPE_VALUE,DOMStringMap:r.TYPE_VALUE,DOMTokenList:r.TYPE_VALUE,DataTransfer:r.TYPE_VALUE,DataTransferItem:r.TYPE_VALUE,DataTransferItemList:r.TYPE_VALUE,DecompressionStream:r.TYPE_VALUE,DelayNode:r.TYPE_VALUE,DeviceMotionEvent:r.TYPE_VALUE,DeviceMotionEventAcceleration:r.TYPE,DeviceMotionEventRotationRate:r.TYPE,DeviceOrientationEvent:r.TYPE_VALUE,DocumentEventMap:r.TYPE,Document:r.TYPE_VALUE,DocumentFragment:r.TYPE_VALUE,DocumentOrShadowRoot:r.TYPE,DocumentTimeline:r.TYPE_VALUE,DocumentType:r.TYPE_VALUE,DragEvent:r.TYPE_VALUE,DynamicsCompressorNode: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_sRGB:r.TYPE,EXT_shader_texture_lod: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,ElementEventMap:r.TYPE,Element:r.TYPE_VALUE,ElementCSSInlineStyle:r.TYPE,ElementContentEditable:r.TYPE,ElementInternals:r.TYPE_VALUE,EncodedVideoChunk:r.TYPE_VALUE,ErrorEvent:r.TYPE_VALUE,Event:r.TYPE_VALUE,EventCounts:r.TYPE_VALUE,EventListener:r.TYPE,EventListenerObject:r.TYPE,EventSourceEventMap:r.TYPE,EventSource:r.TYPE_VALUE,EventTarget:r.TYPE_VALUE,External:r.TYPE_VALUE,File:r.TYPE_VALUE,FileList:r.TYPE_VALUE,FileReaderEventMap:r.TYPE,FileReader:r.TYPE_VALUE,FileSystem:r.TYPE_VALUE,FileSystemDirectoryEntry:r.TYPE_VALUE,FileSystemDirectoryHandle:r.TYPE_VALUE,FileSystemDirectoryReader:r.TYPE_VALUE,FileSystemEntry:r.TYPE_VALUE,FileSystemFileEntry:r.TYPE_VALUE,FileSystemFileHandle:r.TYPE_VALUE,FileSystemHandle:r.TYPE_VALUE,FileSystemWritableFileStream:r.TYPE_VALUE,FocusEvent:r.TYPE_VALUE,FontFace:r.TYPE_VALUE,FontFaceSetEventMap:r.TYPE,FontFaceSet:r.TYPE_VALUE,FontFaceSetLoadEvent:r.TYPE_VALUE,FontFaceSource:r.TYPE,FormData:r.TYPE_VALUE,FormDataEvent:r.TYPE_VALUE,GainNode:r.TYPE_VALUE,Gamepad:r.TYPE_VALUE,GamepadButton:r.TYPE_VALUE,GamepadEvent:r.TYPE_VALUE,GamepadHapticActuator:r.TYPE_VALUE,GenericTransformStream:r.TYPE,Geolocation:r.TYPE_VALUE,GeolocationCoordinates:r.TYPE_VALUE,GeolocationPosition:r.TYPE_VALUE,GeolocationPositionError:r.TYPE_VALUE,GlobalEventHandlersEventMap:r.TYPE,GlobalEventHandlers:r.TYPE,HTMLAllCollection:r.TYPE_VALUE,HTMLAnchorElement:r.TYPE_VALUE,HTMLAreaElement:r.TYPE_VALUE,HTMLAudioElement:r.TYPE_VALUE,HTMLBRElement:r.TYPE_VALUE,HTMLBaseElement:r.TYPE_VALUE,HTMLBodyElementEventMap:r.TYPE,HTMLBodyElement:r.TYPE_VALUE,HTMLButtonElement:r.TYPE_VALUE,HTMLCanvasElement:r.TYPE_VALUE,HTMLCollectionBase:r.TYPE,HTMLCollection:r.TYPE_VALUE,HTMLCollectionOf:r.TYPE,HTMLDListElement:r.TYPE_VALUE,HTMLDataElement:r.TYPE_VALUE,HTMLDataListElement:r.TYPE_VALUE,HTMLDetailsElement:r.TYPE_VALUE,HTMLDialogElement:r.TYPE_VALUE,HTMLDirectoryElement:r.TYPE_VALUE,HTMLDivElement:r.TYPE_VALUE,HTMLDocument:r.TYPE_VALUE,HTMLElementEventMap:r.TYPE,HTMLElement:r.TYPE_VALUE,HTMLEmbedElement:r.TYPE_VALUE,HTMLFieldSetElement:r.TYPE_VALUE,HTMLFontElement:r.TYPE_VALUE,HTMLFormControlsCollection:r.TYPE_VALUE,HTMLFormElement:r.TYPE_VALUE,HTMLFrameElement:r.TYPE_VALUE,HTMLFrameSetElementEventMap:r.TYPE,HTMLFrameSetElement:r.TYPE_VALUE,HTMLHRElement:r.TYPE_VALUE,HTMLHeadElement:r.TYPE_VALUE,HTMLHeadingElement:r.TYPE_VALUE,HTMLHtmlElement:r.TYPE_VALUE,HTMLHyperlinkElementUtils:r.TYPE,HTMLIFrameElement:r.TYPE_VALUE,HTMLImageElement:r.TYPE_VALUE,HTMLInputElement:r.TYPE_VALUE,HTMLLIElement:r.TYPE_VALUE,HTMLLabelElement:r.TYPE_VALUE,HTMLLegendElement:r.TYPE_VALUE,HTMLLinkElement:r.TYPE_VALUE,HTMLMapElement:r.TYPE_VALUE,HTMLMarqueeElement:r.TYPE_VALUE,HTMLMediaElementEventMap:r.TYPE,HTMLMediaElement:r.TYPE_VALUE,HTMLMenuElement:r.TYPE_VALUE,HTMLMetaElement:r.TYPE_VALUE,HTMLMeterElement:r.TYPE_VALUE,HTMLModElement:r.TYPE_VALUE,HTMLOListElement:r.TYPE_VALUE,HTMLObjectElement:r.TYPE_VALUE,HTMLOptGroupElement:r.TYPE_VALUE,HTMLOptionElement:r.TYPE_VALUE,HTMLOptionsCollection:r.TYPE_VALUE,HTMLOrSVGElement: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,HTMLVideoElementEventMap:r.TYPE,HTMLVideoElement:r.TYPE_VALUE,HashChangeEvent:r.TYPE_VALUE,Headers:r.TYPE_VALUE,Highlight:r.TYPE_VALUE,HighlightRegistry:r.TYPE_VALUE,History:r.TYPE_VALUE,IDBCursor:r.TYPE_VALUE,IDBCursorWithValue:r.TYPE_VALUE,IDBDatabaseEventMap:r.TYPE,IDBDatabase:r.TYPE_VALUE,IDBFactory:r.TYPE_VALUE,IDBIndex:r.TYPE_VALUE,IDBKeyRange:r.TYPE_VALUE,IDBObjectStore:r.TYPE_VALUE,IDBOpenDBRequestEventMap:r.TYPE,IDBOpenDBRequest:r.TYPE_VALUE,IDBRequestEventMap:r.TYPE,IDBRequest:r.TYPE_VALUE,IDBTransactionEventMap:r.TYPE,IDBTransaction:r.TYPE_VALUE,IDBVersionChangeEvent:r.TYPE_VALUE,IIRFilterNode:r.TYPE_VALUE,IdleDeadline:r.TYPE_VALUE,ImageBitmap:r.TYPE_VALUE,ImageBitmapRenderingContext:r.TYPE_VALUE,ImageData:r.TYPE_VALUE,InnerHTML:r.TYPE,InputDeviceInfo:r.TYPE_VALUE,InputEvent:r.TYPE_VALUE,IntersectionObserver:r.TYPE_VALUE,IntersectionObserverEntry:r.TYPE_VALUE,KHR_parallel_shader_compile:r.TYPE,KeyboardEvent:r.TYPE_VALUE,KeyframeEffect:r.TYPE_VALUE,LargestContentfulPaint:r.TYPE_VALUE,LinkStyle:r.TYPE,Location:r.TYPE_VALUE,Lock:r.TYPE_VALUE,LockManager:r.TYPE_VALUE,MIDIAccessEventMap:r.TYPE,MIDIAccess:r.TYPE_VALUE,MIDIConnectionEvent:r.TYPE_VALUE,MIDIInputEventMap:r.TYPE,MIDIInput:r.TYPE_VALUE,MIDIInputMap:r.TYPE_VALUE,MIDIMessageEvent:r.TYPE_VALUE,MIDIOutput:r.TYPE_VALUE,MIDIOutputMap:r.TYPE_VALUE,MIDIPortEventMap:r.TYPE,MIDIPort:r.TYPE_VALUE,MathMLElementEventMap:r.TYPE,MathMLElement:r.TYPE_VALUE,MediaCapabilities:r.TYPE_VALUE,MediaDeviceInfo:r.TYPE_VALUE,MediaDevicesEventMap:r.TYPE,MediaDevices:r.TYPE_VALUE,MediaElementAudioSourceNode:r.TYPE_VALUE,MediaEncryptedEvent:r.TYPE_VALUE,MediaError:r.TYPE_VALUE,MediaKeyMessageEvent:r.TYPE_VALUE,MediaKeySessionEventMap:r.TYPE,MediaKeySession:r.TYPE_VALUE,MediaKeyStatusMap:r.TYPE_VALUE,MediaKeySystemAccess:r.TYPE_VALUE,MediaKeys:r.TYPE_VALUE,MediaList:r.TYPE_VALUE,MediaMetadata:r.TYPE_VALUE,MediaQueryListEventMap:r.TYPE,MediaQueryList:r.TYPE_VALUE,MediaQueryListEvent:r.TYPE_VALUE,MediaRecorderEventMap:r.TYPE,MediaRecorder:r.TYPE_VALUE,MediaSession:r.TYPE_VALUE,MediaSourceEventMap:r.TYPE,MediaSource:r.TYPE_VALUE,MediaStreamEventMap:r.TYPE,MediaStream:r.TYPE_VALUE,MediaStreamAudioDestinationNode:r.TYPE_VALUE,MediaStreamAudioSourceNode:r.TYPE_VALUE,MediaStreamTrackEventMap:r.TYPE,MediaStreamTrack:r.TYPE_VALUE,MediaStreamTrackEvent:r.TYPE_VALUE,MessageChannel:r.TYPE_VALUE,MessageEvent:r.TYPE_VALUE,MessagePortEventMap:r.TYPE,MessagePort:r.TYPE_VALUE,MimeType:r.TYPE_VALUE,MimeTypeArray:r.TYPE_VALUE,MouseEvent:r.TYPE_VALUE,MutationEvent:r.TYPE_VALUE,MutationObserver:r.TYPE_VALUE,MutationRecord:r.TYPE_VALUE,NamedNodeMap:r.TYPE_VALUE,NavigationPreloadManager:r.TYPE_VALUE,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,NodeIterator:r.TYPE_VALUE,NodeList:r.TYPE_VALUE,NodeListOf:r.TYPE,NonDocumentTypeChildNode:r.TYPE,NonElementParentNode:r.TYPE,NotificationEventMap:r.TYPE,Notification:r.TYPE_VALUE,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,OVR_multiview2:r.TYPE,OfflineAudioCompletionEvent:r.TYPE_VALUE,OfflineAudioContextEventMap:r.TYPE,OfflineAudioContext:r.TYPE_VALUE,OffscreenCanvasEventMap:r.TYPE,OffscreenCanvas:r.TYPE_VALUE,OffscreenCanvasRenderingContext2D:r.TYPE_VALUE,OscillatorNode:r.TYPE_VALUE,OverconstrainedError:r.TYPE_VALUE,PageTransitionEvent:r.TYPE_VALUE,PannerNode:r.TYPE_VALUE,ParentNode:r.TYPE,Path2D:r.TYPE_VALUE,PaymentMethodChangeEvent:r.TYPE_VALUE,PaymentRequestEventMap:r.TYPE,PaymentRequest:r.TYPE_VALUE,PaymentRequestUpdateEvent:r.TYPE_VALUE,PaymentResponse:r.TYPE_VALUE,PerformanceEventMap:r.TYPE,Performance:r.TYPE_VALUE,PerformanceEntry:r.TYPE_VALUE,PerformanceEventTiming:r.TYPE_VALUE,PerformanceMark:r.TYPE_VALUE,PerformanceMeasure:r.TYPE_VALUE,PerformanceNavigation:r.TYPE_VALUE,PerformanceNavigationTiming:r.TYPE_VALUE,PerformanceObserver:r.TYPE_VALUE,PerformanceObserverEntryList:r.TYPE_VALUE,PerformancePaintTiming:r.TYPE_VALUE,PerformanceResourceTiming:r.TYPE_VALUE,PerformanceServerTiming:r.TYPE_VALUE,PerformanceTiming:r.TYPE_VALUE,PeriodicWave:r.TYPE_VALUE,PermissionStatusEventMap:r.TYPE,PermissionStatus:r.TYPE_VALUE,Permissions:r.TYPE_VALUE,PictureInPictureEvent:r.TYPE_VALUE,PictureInPictureWindowEventMap:r.TYPE,PictureInPictureWindow:r.TYPE_VALUE,Plugin:r.TYPE_VALUE,PluginArray:r.TYPE_VALUE,PointerEvent:r.TYPE_VALUE,PopStateEvent:r.TYPE_VALUE,PopoverInvokerElement:r.TYPE,ProcessingInstruction:r.TYPE_VALUE,ProgressEvent:r.TYPE_VALUE,PromiseRejectionEvent:r.TYPE_VALUE,PublicKeyCredential:r.TYPE_VALUE,PushManager:r.TYPE_VALUE,PushSubscription:r.TYPE_VALUE,PushSubscriptionOptions:r.TYPE_VALUE,RTCCertificate:r.TYPE_VALUE,RTCDTMFSenderEventMap:r.TYPE,RTCDTMFSender:r.TYPE_VALUE,RTCDTMFToneChangeEvent:r.TYPE_VALUE,RTCDataChannelEventMap:r.TYPE,RTCDataChannel:r.TYPE_VALUE,RTCDataChannelEvent:r.TYPE_VALUE,RTCDtlsTransportEventMap:r.TYPE,RTCDtlsTransport:r.TYPE_VALUE,RTCEncodedAudioFrame:r.TYPE_VALUE,RTCEncodedVideoFrame:r.TYPE_VALUE,RTCError:r.TYPE_VALUE,RTCErrorEvent:r.TYPE_VALUE,RTCIceCandidate:r.TYPE_VALUE,RTCIceTransportEventMap:r.TYPE,RTCIceTransport:r.TYPE_VALUE,RTCPeerConnectionEventMap:r.TYPE,RTCPeerConnection:r.TYPE_VALUE,RTCPeerConnectionIceErrorEvent:r.TYPE_VALUE,RTCPeerConnectionIceEvent:r.TYPE_VALUE,RTCRtpReceiver:r.TYPE_VALUE,RTCRtpScriptTransform:r.TYPE_VALUE,RTCRtpSender:r.TYPE_VALUE,RTCRtpTransceiver:r.TYPE_VALUE,RTCSctpTransportEventMap:r.TYPE,RTCSctpTransport:r.TYPE_VALUE,RTCSessionDescription:r.TYPE_VALUE,RTCStatsReport:r.TYPE_VALUE,RTCTrackEvent:r.TYPE_VALUE,RadioNodeList:r.TYPE_VALUE,Range:r.TYPE_VALUE,ReadableByteStreamController:r.TYPE_VALUE,ReadableStream:r.TYPE_VALUE,ReadableStreamBYOBReader:r.TYPE_VALUE,ReadableStreamBYOBRequest:r.TYPE_VALUE,ReadableStreamDefaultController:r.TYPE_VALUE,ReadableStreamDefaultReader:r.TYPE_VALUE,ReadableStreamGenericReader:r.TYPE,RemotePlaybackEventMap:r.TYPE,RemotePlayback:r.TYPE_VALUE,Report:r.TYPE_VALUE,ReportBody:r.TYPE_VALUE,ReportingObserver:r.TYPE_VALUE,Request:r.TYPE_VALUE,ResizeObserver:r.TYPE_VALUE,ResizeObserverEntry:r.TYPE_VALUE,ResizeObserverSize:r.TYPE_VALUE,Response:r.TYPE_VALUE,SVGAElement:r.TYPE_VALUE,SVGAngle:r.TYPE_VALUE,SVGAnimateElement:r.TYPE_VALUE,SVGAnimateMotionElement:r.TYPE_VALUE,SVGAnimateTransformElement: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,SVGAnimationElement:r.TYPE_VALUE,SVGCircleElement:r.TYPE_VALUE,SVGClipPathElement:r.TYPE_VALUE,SVGComponentTransferFunctionElement:r.TYPE_VALUE,SVGDefsElement:r.TYPE_VALUE,SVGDescElement:r.TYPE_VALUE,SVGElementEventMap:r.TYPE,SVGElement:r.TYPE_VALUE,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,SVGLineElement:r.TYPE_VALUE,SVGLinearGradientElement:r.TYPE_VALUE,SVGMPathElement:r.TYPE_VALUE,SVGMarkerElement:r.TYPE_VALUE,SVGMaskElement:r.TYPE_VALUE,SVGMetadataElement:r.TYPE_VALUE,SVGNumber:r.TYPE_VALUE,SVGNumberList:r.TYPE_VALUE,SVGPathElement:r.TYPE_VALUE,SVGPatternElement:r.TYPE_VALUE,SVGPointList:r.TYPE_VALUE,SVGPolygonElement:r.TYPE_VALUE,SVGPolylineElement:r.TYPE_VALUE,SVGPreserveAspectRatio:r.TYPE_VALUE,SVGRadialGradientElement:r.TYPE_VALUE,SVGRectElement:r.TYPE_VALUE,SVGSVGElementEventMap:r.TYPE,SVGSVGElement:r.TYPE_VALUE,SVGScriptElement:r.TYPE_VALUE,SVGSetElement:r.TYPE_VALUE,SVGStopElement:r.TYPE_VALUE,SVGStringList:r.TYPE_VALUE,SVGStyleElement:r.TYPE_VALUE,SVGSwitchElement:r.TYPE_VALUE,SVGSymbolElement:r.TYPE_VALUE,SVGTSpanElement: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,SVGURIReference:r.TYPE,SVGUnitTypes:r.TYPE_VALUE,SVGUseElement:r.TYPE_VALUE,SVGViewElement:r.TYPE_VALUE,Screen:r.TYPE_VALUE,ScreenOrientationEventMap:r.TYPE,ScreenOrientation:r.TYPE_VALUE,ScriptProcessorNodeEventMap:r.TYPE,ScriptProcessorNode:r.TYPE_VALUE,SecurityPolicyViolationEvent:r.TYPE_VALUE,Selection:r.TYPE_VALUE,ServiceWorkerEventMap:r.TYPE,ServiceWorker:r.TYPE_VALUE,ServiceWorkerContainerEventMap:r.TYPE,ServiceWorkerContainer:r.TYPE_VALUE,ServiceWorkerRegistrationEventMap:r.TYPE,ServiceWorkerRegistration:r.TYPE_VALUE,ShadowRootEventMap:r.TYPE,ShadowRoot:r.TYPE_VALUE,SharedWorker:r.TYPE_VALUE,Slottable:r.TYPE,SourceBufferEventMap:r.TYPE,SourceBuffer:r.TYPE_VALUE,SourceBufferListEventMap:r.TYPE,SourceBufferList:r.TYPE_VALUE,SpeechRecognitionAlternative:r.TYPE_VALUE,SpeechRecognitionResult:r.TYPE_VALUE,SpeechRecognitionResultList:r.TYPE_VALUE,SpeechSynthesisEventMap:r.TYPE,SpeechSynthesis:r.TYPE_VALUE,SpeechSynthesisErrorEvent:r.TYPE_VALUE,SpeechSynthesisEvent:r.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:r.TYPE,SpeechSynthesisUtterance:r.TYPE_VALUE,SpeechSynthesisVoice:r.TYPE_VALUE,StaticRange:r.TYPE_VALUE,StereoPannerNode:r.TYPE_VALUE,Storage:r.TYPE_VALUE,StorageEvent:r.TYPE_VALUE,StorageManager:r.TYPE_VALUE,StyleMedia:r.TYPE,StylePropertyMap:r.TYPE_VALUE,StylePropertyMapReadOnly:r.TYPE_VALUE,StyleSheet:r.TYPE_VALUE,StyleSheetList:r.TYPE_VALUE,SubmitEvent:r.TYPE_VALUE,SubtleCrypto:r.TYPE_VALUE,Text:r.TYPE_VALUE,TextDecoder:r.TYPE_VALUE,TextDecoderCommon:r.TYPE,TextDecoderStream:r.TYPE_VALUE,TextEncoder:r.TYPE_VALUE,TextEncoderCommon:r.TYPE,TextEncoderStream:r.TYPE_VALUE,TextMetrics:r.TYPE_VALUE,TextTrackEventMap:r.TYPE,TextTrack:r.TYPE_VALUE,TextTrackCueEventMap:r.TYPE,TextTrackCue:r.TYPE_VALUE,TextTrackCueList:r.TYPE_VALUE,TextTrackListEventMap:r.TYPE,TextTrackList:r.TYPE_VALUE,TimeRanges:r.TYPE_VALUE,ToggleEvent:r.TYPE_VALUE,Touch:r.TYPE_VALUE,TouchEvent:r.TYPE_VALUE,TouchList:r.TYPE_VALUE,TrackEvent:r.TYPE_VALUE,TransformStream:r.TYPE_VALUE,TransformStreamDefaultController:r.TYPE_VALUE,TransitionEvent:r.TYPE_VALUE,TreeWalker:r.TYPE_VALUE,UIEvent:r.TYPE_VALUE,URL:r.TYPE_VALUE,webkitURL:r.TYPE_VALUE,URLSearchParams:r.TYPE_VALUE,UserActivation:r.TYPE_VALUE,VTTCue:r.TYPE_VALUE,VTTRegion:r.TYPE_VALUE,ValidityState:r.TYPE_VALUE,VideoColorSpace:r.TYPE_VALUE,VideoDecoderEventMap:r.TYPE,VideoDecoder:r.TYPE_VALUE,VideoEncoderEventMap:r.TYPE,VideoEncoder:r.TYPE_VALUE,VideoFrame:r.TYPE_VALUE,VideoPlaybackQuality:r.TYPE_VALUE,VisualViewportEventMap:r.TYPE,VisualViewport:r.TYPE_VALUE,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,WakeLock:r.TYPE_VALUE,WakeLockSentinelEventMap:r.TYPE,WakeLockSentinel:r.TYPE_VALUE,WaveShaperNode:r.TYPE_VALUE,WebGL2RenderingContext:r.TYPE_VALUE,WebGL2RenderingContextBase:r.TYPE,WebGL2RenderingContextOverloads:r.TYPE,WebGLActiveInfo:r.TYPE_VALUE,WebGLBuffer:r.TYPE_VALUE,WebGLContextEvent:r.TYPE_VALUE,WebGLFramebuffer:r.TYPE_VALUE,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,WebSocketEventMap:r.TYPE,WebSocket:r.TYPE_VALUE,WebTransport:r.TYPE_VALUE,WebTransportBidirectionalStream:r.TYPE_VALUE,WebTransportDatagramDuplexStream:r.TYPE_VALUE,WebTransportError:r.TYPE_VALUE,WheelEvent:r.TYPE_VALUE,WindowEventMap:r.TYPE,Window:r.TYPE_VALUE,WindowEventHandlersEventMap:r.TYPE,WindowEventHandlers:r.TYPE,WindowLocalStorage:r.TYPE,WindowOrWorkerGlobalScope:r.TYPE,WindowSessionStorage:r.TYPE,WorkerEventMap:r.TYPE,Worker:r.TYPE_VALUE,Worklet:r.TYPE_VALUE,WritableStream:r.TYPE_VALUE,WritableStreamDefaultController:r.TYPE_VALUE,WritableStreamDefaultWriter:r.TYPE_VALUE,XMLDocument:r.TYPE_VALUE,XMLHttpRequestEventMap:r.TYPE,XMLHttpRequest:r.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:r.TYPE,XMLHttpRequestEventTarget:r.TYPE_VALUE,XMLHttpRequestUpload:r.TYPE_VALUE,XMLSerializer:r.TYPE_VALUE,XPathEvaluator:r.TYPE_VALUE,XPathEvaluatorBase:r.TYPE,XPathExpression:r.TYPE_VALUE,XPathResult:r.TYPE_VALUE,XSLTProcessor:r.TYPE_VALUE,Console:r.TYPE,CSS:r.TYPE_VALUE,WebAssembly:r.TYPE_VALUE,BlobCallback:r.TYPE,CustomElementConstructor:r.TYPE,DecodeErrorCallback:r.TYPE,DecodeSuccessCallback:r.TYPE,EncodedVideoChunkOutputCallback:r.TYPE,ErrorCallback:r.TYPE,FileCallback:r.TYPE,FileSystemEntriesCallback:r.TYPE,FileSystemEntryCallback:r.TYPE,FrameRequestCallback:r.TYPE,FunctionStringCallback:r.TYPE,IdleRequestCallback:r.TYPE,IntersectionObserverCallback:r.TYPE,LockGrantedCallback:r.TYPE,MediaSessionActionHandler:r.TYPE,MutationCallback:r.TYPE,NotificationPermissionCallback:r.TYPE,OnBeforeUnloadEventHandlerNonNull:r.TYPE,OnErrorEventHandlerNonNull:r.TYPE,PerformanceObserverCallback:r.TYPE,PositionCallback:r.TYPE,PositionErrorCallback:r.TYPE,QueuingStrategySize:r.TYPE,RTCPeerConnectionErrorCallback:r.TYPE,RTCSessionDescriptionCallback:r.TYPE,RemotePlaybackAvailabilityCallback:r.TYPE,ReportingObserverCallback:r.TYPE,ResizeObserverCallback:r.TYPE,TransformerFlushCallback:r.TYPE,TransformerStartCallback:r.TYPE,TransformerTransformCallback:r.TYPE,UnderlyingSinkAbortCallback:r.TYPE,UnderlyingSinkCloseCallback:r.TYPE,UnderlyingSinkStartCallback:r.TYPE,UnderlyingSinkWriteCallback:r.TYPE,UnderlyingSourceCancelCallback:r.TYPE,UnderlyingSourcePullCallback:r.TYPE,UnderlyingSourceStartCallback:r.TYPE,VideoFrameOutputCallback:r.TYPE,VideoFrameRequestCallback:r.TYPE,VoidFunction:r.TYPE,WebCodecsErrorCallback:r.TYPE,HTMLElementTagNameMap:r.TYPE,HTMLElementDeprecatedTagNameMap:r.TYPE,SVGElementTagNameMap:r.TYPE,MathMLElementTagNameMap:r.TYPE,ElementTagNameMap:r.TYPE,AlgorithmIdentifier:r.TYPE,AllowSharedBufferSource:r.TYPE,AutoFill:r.TYPE,AutoFillField:r.TYPE,AutoFillSection:r.TYPE,BigInteger:r.TYPE,BinaryData:r.TYPE,BlobPart:r.TYPE,BodyInit:r.TYPE,BufferSource:r.TYPE,COSEAlgorithmIdentifier:r.TYPE,CSSKeywordish:r.TYPE,CSSNumberish:r.TYPE,CSSPerspectiveValue:r.TYPE,CSSUnparsedSegment:r.TYPE,CanvasImageSource:r.TYPE,ClipboardItemData:r.TYPE,ClipboardItems:r.TYPE,ConstrainBoolean:r.TYPE,ConstrainDOMString:r.TYPE,ConstrainDouble:r.TYPE,ConstrainULong:r.TYPE,DOMHighResTimeStamp:r.TYPE,EpochTimeStamp:r.TYPE,EventListenerOrEventListenerObject:r.TYPE,FileSystemWriteChunkType:r.TYPE,Float32List:r.TYPE,FormDataEntryValue: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,GLsizei:r.TYPE,GLsizeiptr:r.TYPE,GLuint:r.TYPE,GLuint64:r.TYPE,HTMLOrSVGImageElement:r.TYPE,HTMLOrSVGScriptElement:r.TYPE,HashAlgorithmIdentifier:r.TYPE,HeadersInit:r.TYPE,IDBValidKey:r.TYPE,ImageBitmapSource:r.TYPE,Int32List:r.TYPE,LineAndPositionSetting:r.TYPE,MediaProvider:r.TYPE,MessageEventSource:r.TYPE,MutationRecordType:r.TYPE,NamedCurve:r.TYPE,OffscreenRenderingContext:r.TYPE,OnBeforeUnloadEventHandler:r.TYPE,OnErrorEventHandler:r.TYPE,OptionalPostfixToken:r.TYPE,OptionalPrefixToken:r.TYPE,PerformanceEntryList:r.TYPE,RTCRtpTransform:r.TYPE,ReadableStreamController:r.TYPE,ReadableStreamReadResult:r.TYPE,ReadableStreamReader:r.TYPE,RenderingContext:r.TYPE,ReportList:r.TYPE,RequestInfo:r.TYPE,TexImageSource:r.TYPE,TimerHandler:r.TYPE,Transferable:r.TYPE,Uint32List:r.TYPE,VibratePattern:r.TYPE,WindowProxy:r.TYPE,XMLHttpRequestBodyInit:r.TYPE,AlignSetting:r.TYPE,AlphaOption:r.TYPE,AnimationPlayState:r.TYPE,AnimationReplaceState:r.TYPE,AppendMode:r.TYPE,AttestationConveyancePreference:r.TYPE,AudioContextLatencyCategory:r.TYPE,AudioContextState:r.TYPE,AuthenticatorAttachment:r.TYPE,AuthenticatorTransport:r.TYPE,AutoFillAddressKind:r.TYPE,AutoFillBase:r.TYPE,AutoFillContactField:r.TYPE,AutoFillContactKind:r.TYPE,AutoFillCredentialField:r.TYPE,AutoFillNormalField:r.TYPE,AutoKeyword:r.TYPE,AutomationRate:r.TYPE,AvcBitstreamFormat:r.TYPE,BinaryType:r.TYPE,BiquadFilterType:r.TYPE,CSSMathOperator:r.TYPE,CSSNumericBaseType:r.TYPE,CanPlayTypeResult:r.TYPE,CanvasDirection:r.TYPE,CanvasFillRule:r.TYPE,CanvasFontKerning:r.TYPE,CanvasFontStretch:r.TYPE,CanvasFontVariantCaps:r.TYPE,CanvasLineCap:r.TYPE,CanvasLineJoin:r.TYPE,CanvasTextAlign:r.TYPE,CanvasTextBaseline:r.TYPE,CanvasTextRendering:r.TYPE,ChannelCountMode:r.TYPE,ChannelInterpretation:r.TYPE,ClientTypes:r.TYPE,CodecState:r.TYPE,ColorGamut:r.TYPE,ColorSpaceConversion:r.TYPE,CompositeOperation:r.TYPE,CompositeOperationOrAuto:r.TYPE,CompressionFormat:r.TYPE,CredentialMediationRequirement:r.TYPE,DOMParserSupportedType:r.TYPE,DirectionSetting:r.TYPE,DisplayCaptureSurfaceType:r.TYPE,DistanceModelType:r.TYPE,DocumentReadyState:r.TYPE,DocumentVisibilityState:r.TYPE,EncodedVideoChunkType:r.TYPE,EndOfStreamError:r.TYPE,EndingType:r.TYPE,FileSystemHandleKind:r.TYPE,FillMode:r.TYPE,FontDisplay:r.TYPE,FontFaceLoadStatus:r.TYPE,FontFaceSetLoadStatus:r.TYPE,FullscreenNavigationUI:r.TYPE,GamepadHapticEffectType:r.TYPE,GamepadHapticsResult:r.TYPE,GamepadMappingType:r.TYPE,GlobalCompositeOperation:r.TYPE,HardwareAcceleration:r.TYPE,HdrMetadataType:r.TYPE,HighlightType:r.TYPE,IDBCursorDirection:r.TYPE,IDBRequestReadyState:r.TYPE,IDBTransactionDurability:r.TYPE,IDBTransactionMode:r.TYPE,ImageOrientation:r.TYPE,ImageSmoothingQuality:r.TYPE,InsertPosition:r.TYPE,IterationCompositeOperation:r.TYPE,KeyFormat:r.TYPE,KeyType:r.TYPE,KeyUsage:r.TYPE,LatencyMode:r.TYPE,LineAlignSetting:r.TYPE,LockMode:r.TYPE,MIDIPortConnectionState:r.TYPE,MIDIPortDeviceState:r.TYPE,MIDIPortType:r.TYPE,MediaDecodingType:r.TYPE,MediaDeviceKind:r.TYPE,MediaEncodingType:r.TYPE,MediaKeyMessageType:r.TYPE,MediaKeySessionClosedReason:r.TYPE,MediaKeySessionType:r.TYPE,MediaKeyStatus:r.TYPE,MediaKeysRequirement:r.TYPE,MediaSessionAction:r.TYPE,MediaSessionPlaybackState:r.TYPE,MediaStreamTrackState:r.TYPE,NavigationTimingType:r.TYPE,NotificationDirection:r.TYPE,NotificationPermission:r.TYPE,OffscreenRenderingContextId:r.TYPE,OrientationType:r.TYPE,OscillatorType:r.TYPE,OverSampleType:r.TYPE,PanningModelType:r.TYPE,PaymentComplete:r.TYPE,PermissionName:r.TYPE,PermissionState:r.TYPE,PlaybackDirection:r.TYPE,PositionAlignSetting:r.TYPE,PredefinedColorSpace:r.TYPE,PremultiplyAlpha:r.TYPE,PresentationStyle:r.TYPE,PublicKeyCredentialType:r.TYPE,PushEncryptionKeyName:r.TYPE,RTCBundlePolicy:r.TYPE,RTCDataChannelState:r.TYPE,RTCDegradationPreference:r.TYPE,RTCDtlsTransportState:r.TYPE,RTCEncodedVideoFrameType:r.TYPE,RTCErrorDetailType:r.TYPE,RTCIceCandidateType:r.TYPE,RTCIceComponent:r.TYPE,RTCIceConnectionState:r.TYPE,RTCIceGathererState:r.TYPE,RTCIceGatheringState:r.TYPE,RTCIceProtocol:r.TYPE,RTCIceTcpCandidateType:r.TYPE,RTCIceTransportPolicy:r.TYPE,RTCIceTransportState:r.TYPE,RTCPeerConnectionState:r.TYPE,RTCPriorityType:r.TYPE,RTCRtcpMuxPolicy:r.TYPE,RTCRtpTransceiverDirection:r.TYPE,RTCSctpTransportState:r.TYPE,RTCSdpType:r.TYPE,RTCSignalingState:r.TYPE,RTCStatsIceCandidatePairState:r.TYPE,RTCStatsType:r.TYPE,ReadableStreamReaderMode:r.TYPE,ReadableStreamType:r.TYPE,ReadyState:r.TYPE,RecordingState:r.TYPE,ReferrerPolicy:r.TYPE,RemotePlaybackState:r.TYPE,RequestCache:r.TYPE,RequestCredentials:r.TYPE,RequestDestination:r.TYPE,RequestMode:r.TYPE,RequestPriority:r.TYPE,RequestRedirect:r.TYPE,ResidentKeyRequirement:r.TYPE,ResizeObserverBoxOptions:r.TYPE,ResizeQuality:r.TYPE,ResponseType:r.TYPE,ScrollBehavior:r.TYPE,ScrollLogicalPosition:r.TYPE,ScrollRestoration:r.TYPE,ScrollSetting:r.TYPE,SecurityPolicyViolationEventDisposition:r.TYPE,SelectionMode:r.TYPE,ServiceWorkerState:r.TYPE,ServiceWorkerUpdateViaCache:r.TYPE,ShadowRootMode:r.TYPE,SlotAssignmentMode:r.TYPE,SpeechSynthesisErrorCode:r.TYPE,TextTrackKind:r.TYPE,TextTrackMode:r.TYPE,TouchType:r.TYPE,TransferFunction:r.TYPE,UserVerificationRequirement:r.TYPE,VideoColorPrimaries:r.TYPE,VideoEncoderBitrateMode:r.TYPE,VideoFacingModeEnum:r.TYPE,VideoMatrixCoefficients:r.TYPE,VideoPixelFormat:r.TYPE,VideoTransferCharacteristics:r.TYPE,WakeLockType:r.TYPE,WebGLPowerPreference:r.TYPE,WebTransportCongestionControl:r.TYPE,WebTransportErrorSource:r.TYPE,WorkerType:r.TYPE,WriteCommandType:r.TYPE,XMLHttpRequestResponseType:r.TYPE};var Ce={};Object.defineProperty(Ce,"__esModule",{value:!0}),Ce.dom_asynciterable=void 0;const zl=C;Ce.dom_asynciterable={FileSystemDirectoryHandle:zl.TYPE,ReadableStream:zl.TYPE};var _e={};Object.defineProperty(_e,"__esModule",{value:!0}),_e.dom_iterable=void 0;const V=C;_e.dom_iterable={AbortSignal:V.TYPE,AudioParam:V.TYPE,AudioParamMap:V.TYPE,BaseAudioContext:V.TYPE,CSSKeyframesRule:V.TYPE,CSSNumericArray:V.TYPE,CSSRuleList:V.TYPE,CSSStyleDeclaration:V.TYPE,CSSTransformValue:V.TYPE,CSSUnparsedValue:V.TYPE,Cache:V.TYPE,CanvasPath:V.TYPE,CanvasPathDrawingStyles:V.TYPE,CustomStateSet:V.TYPE,DOMRectList:V.TYPE,DOMStringList:V.TYPE,DOMTokenList:V.TYPE,DataTransferItemList:V.TYPE,EventCounts:V.TYPE,FileList:V.TYPE,FontFaceSet:V.TYPE,FormData:V.TYPE,HTMLAllCollection:V.TYPE,HTMLCollectionBase:V.TYPE,HTMLCollectionOf:V.TYPE,HTMLFormElement:V.TYPE,HTMLSelectElement:V.TYPE,Headers:V.TYPE,Highlight:V.TYPE,HighlightRegistry:V.TYPE,IDBDatabase:V.TYPE,IDBObjectStore:V.TYPE,MIDIInputMap:V.TYPE,MIDIOutput:V.TYPE,MIDIOutputMap:V.TYPE,MediaKeyStatusMap:V.TYPE,MediaList:V.TYPE,MessageEvent: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,SVGLengthList:V.TYPE,SVGNumberList:V.TYPE,SVGPointList:V.TYPE,SVGStringList:V.TYPE,SVGTransformList:V.TYPE,SourceBufferList:V.TYPE,SpeechRecognitionResult:V.TYPE,SpeechRecognitionResultList:V.TYPE,StylePropertyMapReadOnly:V.TYPE,StyleSheetList:V.TYPE,SubtleCrypto:V.TYPE,TextTrackCueList:V.TYPE,TextTrackList:V.TYPE,TouchList:V.TYPE,URLSearchParams: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 ct={};Object.defineProperty(ct,"__esModule",{value:!0}),ct.es5=void 0;const Y=C,fy=At,Ey=Pr;ct.es5={...fy.decorators,...Ey.decorators_legacy,Symbol:Y.TYPE,PropertyKey:Y.TYPE,PropertyDescriptor:Y.TYPE,PropertyDescriptorMap:Y.TYPE,Object:Y.TYPE_VALUE,ObjectConstructor:Y.TYPE,Function:Y.TYPE_VALUE,FunctionConstructor:Y.TYPE,ThisParameterType:Y.TYPE,OmitThisParameter:Y.TYPE,CallableFunction:Y.TYPE,NewableFunction:Y.TYPE,IArguments:Y.TYPE,String:Y.TYPE_VALUE,StringConstructor:Y.TYPE,Boolean:Y.TYPE_VALUE,BooleanConstructor:Y.TYPE,Number:Y.TYPE_VALUE,NumberConstructor:Y.TYPE,TemplateStringsArray:Y.TYPE,ImportMeta:Y.TYPE,ImportCallOptions:Y.TYPE,ImportAssertions:Y.TYPE,ImportAttributes:Y.TYPE,Math:Y.TYPE_VALUE,Date:Y.TYPE_VALUE,DateConstructor:Y.TYPE,RegExpMatchArray:Y.TYPE,RegExpExecArray:Y.TYPE,RegExp:Y.TYPE_VALUE,RegExpConstructor:Y.TYPE,Error:Y.TYPE_VALUE,ErrorConstructor:Y.TYPE,EvalError:Y.TYPE_VALUE,EvalErrorConstructor:Y.TYPE,RangeError:Y.TYPE_VALUE,RangeErrorConstructor:Y.TYPE,ReferenceError:Y.TYPE_VALUE,ReferenceErrorConstructor:Y.TYPE,SyntaxError:Y.TYPE_VALUE,SyntaxErrorConstructor:Y.TYPE,TypeError:Y.TYPE_VALUE,TypeErrorConstructor:Y.TYPE,URIError:Y.TYPE_VALUE,URIErrorConstructor:Y.TYPE,JSON:Y.TYPE_VALUE,ReadonlyArray:Y.TYPE,ConcatArray:Y.TYPE,Array:Y.TYPE_VALUE,ArrayConstructor:Y.TYPE,TypedPropertyDescriptor:Y.TYPE,PromiseConstructorLike:Y.TYPE,PromiseLike:Y.TYPE,Promise:Y.TYPE,Awaited:Y.TYPE,ArrayLike:Y.TYPE,Partial:Y.TYPE,Required:Y.TYPE,Readonly:Y.TYPE,Pick:Y.TYPE,Record:Y.TYPE,Exclude:Y.TYPE,Extract:Y.TYPE,Omit:Y.TYPE,NonNullable:Y.TYPE,Parameters:Y.TYPE,ConstructorParameters:Y.TYPE,ReturnType:Y.TYPE,InstanceType:Y.TYPE,Uppercase:Y.TYPE,Lowercase:Y.TYPE,Capitalize:Y.TYPE,Uncapitalize:Y.TYPE,NoInfer:Y.TYPE,ThisType:Y.TYPE,WeakKeyTypes:Y.TYPE,WeakKey:Y.TYPE,ArrayBuffer:Y.TYPE_VALUE,ArrayBufferTypes:Y.TYPE,ArrayBufferLike:Y.TYPE,ArrayBufferConstructor:Y.TYPE,ArrayBufferView:Y.TYPE,DataView:Y.TYPE_VALUE,DataViewConstructor:Y.TYPE,Int8Array:Y.TYPE_VALUE,Int8ArrayConstructor:Y.TYPE,Uint8Array:Y.TYPE_VALUE,Uint8ArrayConstructor:Y.TYPE,Uint8ClampedArray:Y.TYPE_VALUE,Uint8ClampedArrayConstructor:Y.TYPE,Int16Array:Y.TYPE_VALUE,Int16ArrayConstructor:Y.TYPE,Uint16Array:Y.TYPE_VALUE,Uint16ArrayConstructor:Y.TYPE,Int32Array:Y.TYPE_VALUE,Int32ArrayConstructor:Y.TYPE,Uint32Array:Y.TYPE_VALUE,Uint32ArrayConstructor:Y.TYPE,Float32Array:Y.TYPE_VALUE,Float32ArrayConstructor:Y.TYPE,Float64Array:Y.TYPE_VALUE,Float64ArrayConstructor:Y.TYPE,Intl:Y.TYPE_VALUE};var ui={},Ct={};Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.es2015_collection=void 0;const Ue=C;Ct.es2015_collection={Map:Ue.TYPE_VALUE,MapConstructor:Ue.TYPE,ReadonlyMap:Ue.TYPE,WeakMap:Ue.TYPE_VALUE,WeakMapConstructor:Ue.TYPE,Set:Ue.TYPE_VALUE,SetConstructor:Ue.TYPE,ReadonlySet:Ue.TYPE,WeakSet:Ue.TYPE_VALUE,WeakSetConstructor:Ue.TYPE};var wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.es2015_core=void 0;const Z=C;wt.es2015_core={Array:Z.TYPE,ArrayConstructor:Z.TYPE,DateConstructor:Z.TYPE,Function:Z.TYPE,Math:Z.TYPE,NumberConstructor:Z.TYPE,ObjectConstructor:Z.TYPE,ReadonlyArray:Z.TYPE,RegExp:Z.TYPE,RegExpConstructor:Z.TYPE,String:Z.TYPE,StringConstructor:Z.TYPE,Int8Array:Z.TYPE,Uint8Array:Z.TYPE,Uint8ClampedArray:Z.TYPE,Int16Array:Z.TYPE,Uint16Array:Z.TYPE,Int32Array:Z.TYPE,Uint32Array:Z.TYPE,Float32Array:Z.TYPE,Float64Array:Z.TYPE};var Vt={},Ye={},Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.es2015_symbol=void 0;const dy=C;Pe.es2015_symbol={SymbolConstructor:dy.TYPE},Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.es2015_iterable=void 0;const F=C,Ty=Pe;Ye.es2015_iterable={...Ty.es2015_symbol,SymbolConstructor:F.TYPE,IteratorYieldResult:F.TYPE,IteratorReturnResult:F.TYPE,IteratorResult:F.TYPE,Iterator:F.TYPE,Iterable:F.TYPE,IterableIterator:F.TYPE,Array:F.TYPE,ArrayConstructor:F.TYPE,ReadonlyArray:F.TYPE,IArguments:F.TYPE,Map:F.TYPE,ReadonlyMap:F.TYPE,MapConstructor:F.TYPE,WeakMap:F.TYPE,WeakMapConstructor:F.TYPE,Set:F.TYPE,ReadonlySet:F.TYPE,SetConstructor:F.TYPE,WeakSet:F.TYPE,WeakSetConstructor:F.TYPE,Promise:F.TYPE,PromiseConstructor:F.TYPE,String:F.TYPE,Int8Array:F.TYPE,Int8ArrayConstructor:F.TYPE,Uint8Array:F.TYPE,Uint8ArrayConstructor:F.TYPE,Uint8ClampedArray:F.TYPE,Uint8ClampedArrayConstructor:F.TYPE,Int16Array:F.TYPE,Int16ArrayConstructor:F.TYPE,Uint16Array:F.TYPE,Uint16ArrayConstructor:F.TYPE,Int32Array:F.TYPE,Int32ArrayConstructor:F.TYPE,Uint32Array:F.TYPE,Uint32ArrayConstructor:F.TYPE,Float32Array:F.TYPE,Float32ArrayConstructor:F.TYPE,Float64Array:F.TYPE,Float64ArrayConstructor:F.TYPE},Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.es2015_generator=void 0;const uo=C,Py=Ye;Vt.es2015_generator={...Py.es2015_iterable,Generator:uo.TYPE,GeneratorFunction:uo.TYPE,GeneratorFunctionConstructor:uo.TYPE};var Ot={};Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.es2015_promise=void 0;const my=C;Ot.es2015_promise={PromiseConstructor:my.TYPE};var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.es2015_proxy=void 0;const ql=C;Mt.es2015_proxy={ProxyHandler:ql.TYPE,ProxyConstructor:ql.TYPE};var Ut={};Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es2015_reflect=void 0;const yy=C;Ut.es2015_reflect={Reflect:yy.TYPE_VALUE};var ut={};Object.defineProperty(ut,"__esModule",{value:!0}),ut.es2015_symbol_wellknown=void 0;const k=C,hy=Pe;ut.es2015_symbol_wellknown={...hy.es2015_symbol,SymbolConstructor:k.TYPE,Symbol:k.TYPE,Array:k.TYPE,ReadonlyArray:k.TYPE,Date:k.TYPE,Map:k.TYPE,WeakMap:k.TYPE,Set:k.TYPE,WeakSet:k.TYPE,JSON:k.TYPE,Function:k.TYPE,GeneratorFunction:k.TYPE,Math:k.TYPE,Promise:k.TYPE,PromiseConstructor:k.TYPE,RegExp:k.TYPE,RegExpConstructor:k.TYPE,String:k.TYPE,ArrayBuffer:k.TYPE,DataView:k.TYPE,Int8Array:k.TYPE,Uint8Array:k.TYPE,Uint8ClampedArray:k.TYPE,Int16Array:k.TYPE,Uint16Array:k.TYPE,Int32Array:k.TYPE,Uint32Array:k.TYPE,Float32Array:k.TYPE,Float64Array:k.TYPE,ArrayConstructor:k.TYPE,MapConstructor:k.TYPE,SetConstructor:k.TYPE,ArrayBufferConstructor:k.TYPE},Object.defineProperty(ui,"__esModule",{value:!0}),ui.es6=void 0;const _y=ct,by=Ct,gy=wt,vy=Vt,Sy=Ye,Yy=Ot,Ly=Mt,Ay=Ut,Cy=Pe,wy=ut;ui.es6={..._y.es5,...gy.es2015_core,...by.es2015_collection,...Sy.es2015_iterable,...vy.es2015_generator,...Yy.es2015_promise,...Ly.es2015_proxy,...Ay.es2015_reflect,...Cy.es2015_symbol,...wy.es2015_symbol_wellknown};var pi={},Rt={};Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.es2015=void 0;const Vy=ct,Oy=Ct,My=wt,Uy=Vt,Ry=Ye,Iy=Ot,xy=Mt,Dy=Ut,Fy=Pe,$y=ut;Rt.es2015={...Vy.es5,...My.es2015_core,...Oy.es2015_collection,...Ry.es2015_iterable,...Uy.es2015_generator,...Iy.es2015_promise,...xy.es2015_proxy,...Dy.es2015_reflect,...Fy.es2015_symbol,...$y.es2015_symbol_wellknown};var It={};Object.defineProperty(It,"__esModule",{value:!0}),It.es2016_array_include=void 0;const we=C;It.es2016_array_include={Array:we.TYPE,ReadonlyArray:we.TYPE,Int8Array:we.TYPE,Uint8Array:we.TYPE,Uint8ClampedArray:we.TYPE,Int16Array:we.TYPE,Uint16Array:we.TYPE,Int32Array:we.TYPE,Uint32Array:we.TYPE,Float32Array:we.TYPE,Float64Array:we.TYPE};var xt={};Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2016_intl=void 0;const ky=C;xt.es2016_intl={Intl:ky.TYPE_VALUE},Object.defineProperty(pi,"__esModule",{value:!0}),pi.es7=void 0;const Ny=Rt,jy=It,By=xt;pi.es7={...Ny.es2015,...jy.es2016_array_include,...By.es2016_intl};var Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2016=void 0;const Gy=Rt,Wy=It,Hy=xt;Dt.es2016={...Gy.es2015,...Wy.es2016_array_include,...Hy.es2016_intl};var fi={},me={};Object.defineProperty(me,"__esModule",{value:!0}),me.scripthost=void 0;const be=C;me.scripthost={ActiveXObject:be.TYPE_VALUE,ITextWriter:be.TYPE,TextStreamBase:be.TYPE,TextStreamWriter:be.TYPE,TextStreamReader:be.TYPE,SafeArray:be.TYPE_VALUE,Enumerator:be.TYPE_VALUE,EnumeratorConstructor:be.TYPE,VBArray:be.TYPE_VALUE,VBArrayConstructor:be.TYPE,VarDate:be.TYPE_VALUE,DateConstructor:be.TYPE,Date:be.TYPE};var ye={};Object.defineProperty(ye,"__esModule",{value:!0}),ye.webworker_importscripts=void 0,ye.webworker_importscripts={},Object.defineProperty(fi,"__esModule",{value:!0}),fi.es2016_full=void 0;const Ky=Te,Xy=_e,zy=Dt,qy=me,Jy=ye;fi.es2016_full={...zy.es2016,...Ky.dom,...Jy.webworker_importscripts,...qy.scripthost,...Xy.dom_iterable};var Ft={},mr={};Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2017_date=void 0;const Qy=C;mr.es2017_date={DateConstructor:Qy.TYPE};var yr={};Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2017_intl=void 0;const Zy=C;yr.es2017_intl={Intl:Zy.TYPE_VALUE};var hr={};Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2017_object=void 0;const eh=C;hr.es2017_object={ObjectConstructor:eh.TYPE};var _r={};Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2017_sharedmemory=void 0;const Ei=C,th=Pe,rh=ut;_r.es2017_sharedmemory={...th.es2015_symbol,...rh.es2015_symbol_wellknown,SharedArrayBuffer:Ei.TYPE_VALUE,SharedArrayBufferConstructor:Ei.TYPE,ArrayBufferTypes:Ei.TYPE,Atomics:Ei.TYPE_VALUE};var br={};Object.defineProperty(br,"__esModule",{value:!0}),br.es2017_string=void 0;const nh=C;br.es2017_string={String:nh.TYPE};var gr={};Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2017_typedarrays=void 0;const ke=C;gr.es2017_typedarrays={Int8ArrayConstructor:ke.TYPE,Uint8ArrayConstructor:ke.TYPE,Uint8ClampedArrayConstructor:ke.TYPE,Int16ArrayConstructor:ke.TYPE,Uint16ArrayConstructor:ke.TYPE,Int32ArrayConstructor:ke.TYPE,Uint32ArrayConstructor:ke.TYPE,Float32ArrayConstructor:ke.TYPE,Float64ArrayConstructor:ke.TYPE},Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2017=void 0;const ih=Dt,sh=mr,oh=yr,ah=hr,lh=_r,ch=br,uh=gr;Ft.es2017={...ih.es2016,...ah.es2017_object,...lh.es2017_sharedmemory,...ch.es2017_string,...oh.es2017_intl,...uh.es2017_typedarrays,...sh.es2017_date};var di={};Object.defineProperty(di,"__esModule",{value:!0}),di.es2017_full=void 0;const ph=Te,fh=_e,Eh=Ft,dh=me,Th=ye;di.es2017_full={...Eh.es2017,...ph.dom,...Th.webworker_importscripts,...dh.scripthost,...fh.dom_iterable};var $t={},vr={},kt={};Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2018_asynciterable=void 0;const Ti=C,Ph=Ye,mh=Pe;kt.es2018_asynciterable={...mh.es2015_symbol,...Ph.es2015_iterable,SymbolConstructor:Ti.TYPE,AsyncIterator:Ti.TYPE,AsyncIterable:Ti.TYPE,AsyncIterableIterator:Ti.TYPE},Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2018_asyncgenerator=void 0;const po=C,yh=kt;vr.es2018_asyncgenerator={...yh.es2018_asynciterable,AsyncGenerator:po.TYPE,AsyncGeneratorFunction:po.TYPE,AsyncGeneratorFunctionConstructor:po.TYPE};var Nt={};Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2018_intl=void 0;const hh=C;Nt.es2018_intl={Intl:hh.TYPE_VALUE};var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2018_promise=void 0;const _h=C;Sr.es2018_promise={Promise:_h.TYPE};var Yr={};Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2018_regexp=void 0;const fo=C;Yr.es2018_regexp={RegExpMatchArray:fo.TYPE,RegExpExecArray:fo.TYPE,RegExp:fo.TYPE},Object.defineProperty($t,"__esModule",{value:!0}),$t.es2018=void 0;const bh=Ft,gh=vr,vh=kt,Sh=Nt,Yh=Sr,Lh=Yr;$t.es2018={...bh.es2017,...vh.es2018_asynciterable,...gh.es2018_asyncgenerator,...Yh.es2018_promise,...Lh.es2018_regexp,...Sh.es2018_intl};var Pi={};Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.es2018_full=void 0;const Ah=Te,Ch=Ce,wh=_e,Vh=$t,Oh=me,Mh=ye;Pi.es2018_full={...Vh.es2018,...Ah.dom,...Mh.webworker_importscripts,...Oh.scripthost,...wh.dom_iterable,...Ch.dom_asynciterable};var jt={},Lr={};Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2019_array=void 0;const Eo=C;Lr.es2019_array={FlatArray:Eo.TYPE,ReadonlyArray:Eo.TYPE,Array:Eo.TYPE};var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2019_intl=void 0;const Uh=C;Ar.es2019_intl={Intl:Uh.TYPE_VALUE};var Cr={};Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2019_object=void 0;const Rh=C,Ih=Ye;Cr.es2019_object={...Ih.es2015_iterable,ObjectConstructor:Rh.TYPE};var wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2019_string=void 0;const xh=C;wr.es2019_string={String:xh.TYPE};var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2019_symbol=void 0;const Dh=C;Vr.es2019_symbol={Symbol:Dh.TYPE},Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2019=void 0;const Fh=$t,$h=Lr,kh=Ar,Nh=Cr,jh=wr,Bh=Vr;jt.es2019={...Fh.es2018,...$h.es2019_array,...Nh.es2019_object,...jh.es2019_string,...Bh.es2019_symbol,...kh.es2019_intl};var mi={};Object.defineProperty(mi,"__esModule",{value:!0}),mi.es2019_full=void 0;const Gh=Te,Wh=Ce,Hh=_e,Kh=jt,Xh=me,zh=ye;mi.es2019_full={...Kh.es2019,...Gh.dom,...zh.webworker_importscripts,...Xh.scripthost,...Hh.dom_iterable,...Wh.dom_asynciterable};var Bt={},Or={},Ne={};Object.defineProperty(Ne,"__esModule",{value:!0}),Ne.es2020_intl=void 0;const qh=C,Jh=Nt;Ne.es2020_intl={...Jh.es2018_intl,Intl:qh.TYPE_VALUE},Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_bigint=void 0;const je=C,Qh=Ne;Or.es2020_bigint={...Qh.es2020_intl,BigIntToLocaleStringOptions:je.TYPE,BigInt:je.TYPE_VALUE,BigIntConstructor:je.TYPE,BigInt64Array:je.TYPE_VALUE,BigInt64ArrayConstructor:je.TYPE,BigUint64Array:je.TYPE_VALUE,BigUint64ArrayConstructor:je.TYPE,DataView:je.TYPE,Intl:je.TYPE_VALUE};var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2020_date=void 0;const Zh=C,e_=Ne;Mr.es2020_date={...e_.es2020_intl,Date:Zh.TYPE};var Ur={};Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2020_number=void 0;const t_=C,r_=Ne;Ur.es2020_number={...r_.es2020_intl,Number:t_.TYPE};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_promise=void 0;const yi=C;Rr.es2020_promise={PromiseFulfilledResult:yi.TYPE,PromiseRejectedResult:yi.TYPE,PromiseSettledResult:yi.TYPE,PromiseConstructor:yi.TYPE};var Ir={};Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2020_sharedmemory=void 0;const n_=C;Ir.es2020_sharedmemory={Atomics:n_.TYPE};var xr={};Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2020_string=void 0;const i_=C,s_=Ye;xr.es2020_string={...s_.es2015_iterable,String:i_.TYPE};var Dr={};Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_symbol_wellknown=void 0;const Jl=C,o_=Ye,a_=Pe;Dr.es2020_symbol_wellknown={...o_.es2015_iterable,...a_.es2015_symbol,SymbolConstructor:Jl.TYPE,RegExp:Jl.TYPE},Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2020=void 0;const l_=jt,c_=Or,u_=Mr,p_=Ne,f_=Ur,E_=Rr,d_=Ir,T_=xr,P_=Dr;Bt.es2020={...l_.es2019,...c_.es2020_bigint,...u_.es2020_date,...f_.es2020_number,...E_.es2020_promise,...d_.es2020_sharedmemory,...T_.es2020_string,...P_.es2020_symbol_wellknown,...p_.es2020_intl};var hi={};Object.defineProperty(hi,"__esModule",{value:!0}),hi.es2020_full=void 0;const m_=Te,y_=Ce,h_=_e,__=Bt,b_=me,g_=ye;hi.es2020_full={...__.es2020,...m_.dom,...g_.webworker_importscripts,...b_.scripthost,...h_.dom_iterable,...y_.dom_asynciterable};var Gt={},Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_intl=void 0;const v_=C;Fr.es2021_intl={Intl:v_.TYPE_VALUE};var $r={};Object.defineProperty($r,"__esModule",{value:!0}),$r.es2021_promise=void 0;const To=C;$r.es2021_promise={AggregateError:To.TYPE_VALUE,AggregateErrorConstructor:To.TYPE,PromiseConstructor:To.TYPE};var kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2021_string=void 0;const S_=C;kr.es2021_string={String:S_.TYPE};var Nr={};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2021_weakref=void 0;const _i=C;Nr.es2021_weakref={WeakRef:_i.TYPE_VALUE,WeakRefConstructor:_i.TYPE,FinalizationRegistry:_i.TYPE_VALUE,FinalizationRegistryConstructor:_i.TYPE},Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2021=void 0;const Y_=Bt,L_=Fr,A_=$r,C_=kr,w_=Nr;Gt.es2021={...Y_.es2020,...A_.es2021_promise,...C_.es2021_string,...w_.es2021_weakref,...L_.es2021_intl};var bi={};Object.defineProperty(bi,"__esModule",{value:!0}),bi.es2021_full=void 0;const V_=Te,O_=Ce,M_=_e,U_=Gt,R_=me,I_=ye;bi.es2021_full={...U_.es2021,...V_.dom,...I_.webworker_importscripts,...R_.scripthost,...M_.dom_iterable,...O_.dom_asynciterable};var Wt={},jr={};Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_array=void 0;const ge=C;jr.es2022_array={Array:ge.TYPE,ReadonlyArray:ge.TYPE,Int8Array:ge.TYPE,Uint8Array:ge.TYPE,Uint8ClampedArray:ge.TYPE,Int16Array:ge.TYPE,Uint16Array:ge.TYPE,Int32Array:ge.TYPE,Uint32Array:ge.TYPE,Float32Array:ge.TYPE,Float64Array:ge.TYPE,BigInt64Array:ge.TYPE,BigUint64Array:ge.TYPE};var Br={};Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_error=void 0;const Re=C;Br.es2022_error={ErrorOptions:Re.TYPE,Error:Re.TYPE,ErrorConstructor:Re.TYPE,EvalErrorConstructor:Re.TYPE,RangeErrorConstructor:Re.TYPE,ReferenceErrorConstructor:Re.TYPE,SyntaxErrorConstructor:Re.TYPE,TypeErrorConstructor:Re.TYPE,URIErrorConstructor:Re.TYPE,AggregateErrorConstructor:Re.TYPE};var Gr={};Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_intl=void 0;const x_=C;Gr.es2022_intl={Intl:x_.TYPE_VALUE};var Wr={};Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_object=void 0;const D_=C;Wr.es2022_object={ObjectConstructor:D_.TYPE};var Hr={};Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_regexp=void 0;const gi=C;Hr.es2022_regexp={RegExpMatchArray:gi.TYPE,RegExpExecArray:gi.TYPE,RegExpIndicesArray:gi.TYPE,RegExp:gi.TYPE};var Kr={};Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2022_sharedmemory=void 0;const F_=C;Kr.es2022_sharedmemory={Atomics:F_.TYPE};var Xr={};Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2022_string=void 0;const $_=C;Xr.es2022_string={String:$_.TYPE},Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2022=void 0;const k_=Gt,N_=jr,j_=Br,B_=Gr,G_=Wr,W_=Hr,H_=Kr,K_=Xr;Wt.es2022={...k_.es2021,...N_.es2022_array,...j_.es2022_error,...B_.es2022_intl,...G_.es2022_object,...H_.es2022_sharedmemory,...K_.es2022_string,...W_.es2022_regexp};var vi={};Object.defineProperty(vi,"__esModule",{value:!0}),vi.es2022_full=void 0;const X_=Te,z_=Ce,q_=_e,J_=Wt,Q_=me,Z_=ye;vi.es2022_full={...J_.es2022,...X_.dom,...Z_.webworker_importscripts,...Q_.scripthost,...q_.dom_iterable,...z_.dom_asynciterable};var Ht={},zr={};Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_array=void 0;const ve=C;zr.es2023_array={Array:ve.TYPE,ReadonlyArray:ve.TYPE,Int8Array:ve.TYPE,Uint8Array:ve.TYPE,Uint8ClampedArray:ve.TYPE,Int16Array:ve.TYPE,Uint16Array:ve.TYPE,Int32Array:ve.TYPE,Uint32Array:ve.TYPE,Float32Array:ve.TYPE,Float64Array:ve.TYPE,BigInt64Array:ve.TYPE,BigUint64Array:ve.TYPE};var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2023_collection=void 0;const e0=C;qr.es2023_collection={WeakKeyTypes:e0.TYPE};var Jr={};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_intl=void 0;const t0=C;Jr.es2023_intl={Intl:t0.TYPE_VALUE},Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2023=void 0;const r0=Wt,n0=zr,i0=qr,s0=Jr;Ht.es2023={...r0.es2022,...n0.es2023_array,...i0.es2023_collection,...s0.es2023_intl};var Si={};Object.defineProperty(Si,"__esModule",{value:!0}),Si.es2023_full=void 0;const o0=Te,a0=Ce,l0=_e,c0=Ht,u0=me,p0=ye;Si.es2023_full={...c0.es2023,...o0.dom,...p0.webworker_importscripts,...u0.scripthost,...l0.dom_iterable,...a0.dom_asynciterable};var Qr={},Zr={};Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.esnext_array=void 0;const f0=C;Zr.esnext_array={ArrayConstructor:f0.TYPE};var en={};Object.defineProperty(en,"__esModule",{value:!0}),en.esnext_collection=void 0;const Yi=C;en.esnext_collection={MapConstructor:Yi.TYPE,ReadonlySetLike:Yi.TYPE,Set:Yi.TYPE,ReadonlySet:Yi.TYPE};var tn={};Object.defineProperty(tn,"__esModule",{value:!0}),tn.esnext_decorators=void 0;const Ql=C,E0=At,d0=Pe;tn.esnext_decorators={...d0.es2015_symbol,...E0.decorators,SymbolConstructor:Ql.TYPE,Function:Ql.TYPE};var rn={};Object.defineProperty(rn,"__esModule",{value:!0}),rn.esnext_disposable=void 0;const Be=C,T0=Pe;rn.esnext_disposable={...T0.es2015_symbol,SymbolConstructor:Be.TYPE,Disposable:Be.TYPE,AsyncDisposable:Be.TYPE,SuppressedError:Be.TYPE_VALUE,SuppressedErrorConstructor:Be.TYPE,DisposableStack:Be.TYPE_VALUE,DisposableStackConstructor:Be.TYPE,AsyncDisposableStack:Be.TYPE_VALUE,AsyncDisposableStackConstructor:Be.TYPE};var nn={};Object.defineProperty(nn,"__esModule",{value:!0}),nn.esnext_intl=void 0;const P0=C;nn.esnext_intl={Intl:P0.TYPE_VALUE};var sn={};Object.defineProperty(sn,"__esModule",{value:!0}),sn.esnext_object=void 0;const m0=C;sn.esnext_object={ObjectConstructor:m0.TYPE};var on={};Object.defineProperty(on,"__esModule",{value:!0}),on.esnext_promise=void 0;const Zl=C;on.esnext_promise={PromiseWithResolvers:Zl.TYPE,PromiseConstructor:Zl.TYPE};var an={};Object.defineProperty(an,"__esModule",{value:!0}),an.esnext_regexp=void 0;const y0=C;an.esnext_regexp={RegExp:y0.TYPE};var ln={};Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_string=void 0;const h0=C;ln.esnext_string={String:h0.TYPE},Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.esnext=void 0;const _0=Ht,b0=Zr,g0=en,v0=tn,S0=rn,Y0=nn,L0=sn,A0=on,C0=an,w0=ln;Qr.esnext={..._0.es2023,...Y0.esnext_intl,...v0.esnext_decorators,...S0.esnext_disposable,...A0.esnext_promise,...L0.esnext_object,...g0.esnext_collection,...b0.esnext_array,...C0.esnext_regexp,...w0.esnext_string};var Li={};Object.defineProperty(Li,"__esModule",{value:!0}),Li.esnext_asynciterable=void 0;const Ai=C,V0=Ye,O0=Pe;Li.esnext_asynciterable={...O0.es2015_symbol,...V0.es2015_iterable,SymbolConstructor:Ai.TYPE,AsyncIterator:Ai.TYPE,AsyncIterable:Ai.TYPE,AsyncIterableIterator:Ai.TYPE};var Ci={};Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.esnext_bigint=void 0;const Ge=C,M0=Ne;Ci.esnext_bigint={...M0.es2020_intl,BigIntToLocaleStringOptions:Ge.TYPE,BigInt:Ge.TYPE_VALUE,BigIntConstructor:Ge.TYPE,BigInt64Array:Ge.TYPE_VALUE,BigInt64ArrayConstructor:Ge.TYPE,BigUint64Array:Ge.TYPE_VALUE,BigUint64ArrayConstructor:Ge.TYPE,DataView:Ge.TYPE,Intl:Ge.TYPE_VALUE};var wi={};Object.defineProperty(wi,"__esModule",{value:!0}),wi.esnext_full=void 0;const U0=Te,R0=Ce,I0=_e,x0=Qr,D0=me,F0=ye;wi.esnext_full={...x0.esnext,...U0.dom,...F0.webworker_importscripts,...D0.scripthost,...I0.dom_iterable,...R0.dom_asynciterable};var Vi={};Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.esnext_symbol=void 0;const $0=C;Vi.esnext_symbol={Symbol:$0.TYPE};var Oi={};Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.esnext_weakref=void 0;const Mi=C;Oi.esnext_weakref={WeakRef:Mi.TYPE_VALUE,WeakRefConstructor:Mi.TYPE,FinalizationRegistry:Mi.TYPE_VALUE,FinalizationRegistryConstructor:Mi.TYPE};var Ui={};Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.lib=void 0;const k0=Te,N0=ct,j0=me,B0=ye;Ui.lib={...N0.es5,...k0.dom,...B0.webworker_importscripts,...j0.scripthost};var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.webworker=void 0;const o=C;Ri.webworker={AddEventListenerOptions:o.TYPE,AesCbcParams:o.TYPE,AesCtrParams:o.TYPE,AesDerivedKeyParams:o.TYPE,AesGcmParams:o.TYPE,AesKeyAlgorithm:o.TYPE,AesKeyGenParams:o.TYPE,Algorithm:o.TYPE,AudioConfiguration:o.TYPE,AvcEncoderConfig:o.TYPE,BlobPropertyBag:o.TYPE,CSSMatrixComponentOptions:o.TYPE,CSSNumericType:o.TYPE,CacheQueryOptions:o.TYPE,ClientQueryOptions:o.TYPE,CloseEventInit:o.TYPE,CryptoKeyPair:o.TYPE,CustomEventInit:o.TYPE,DOMMatrix2DInit:o.TYPE,DOMMatrixInit:o.TYPE,DOMPointInit:o.TYPE,DOMQuadInit:o.TYPE,DOMRectInit:o.TYPE,EcKeyGenParams:o.TYPE,EcKeyImportParams:o.TYPE,EcdhKeyDeriveParams:o.TYPE,EcdsaParams:o.TYPE,EncodedVideoChunkInit:o.TYPE,EncodedVideoChunkMetadata:o.TYPE,ErrorEventInit:o.TYPE,EventInit:o.TYPE,EventListenerOptions:o.TYPE,EventSourceInit:o.TYPE,ExtendableEventInit:o.TYPE,ExtendableMessageEventInit:o.TYPE,FetchEventInit:o.TYPE,FilePropertyBag:o.TYPE,FileSystemCreateWritableOptions:o.TYPE,FileSystemGetDirectoryOptions:o.TYPE,FileSystemGetFileOptions:o.TYPE,FileSystemReadWriteOptions:o.TYPE,FileSystemRemoveOptions:o.TYPE,FontFaceDescriptors:o.TYPE,FontFaceSetLoadEventInit:o.TYPE,GetNotificationOptions:o.TYPE,HkdfParams:o.TYPE,HmacImportParams:o.TYPE,HmacKeyGenParams:o.TYPE,IDBDatabaseInfo:o.TYPE,IDBIndexParameters:o.TYPE,IDBObjectStoreParameters:o.TYPE,IDBTransactionOptions:o.TYPE,IDBVersionChangeEventInit:o.TYPE,ImageBitmapOptions:o.TYPE,ImageBitmapRenderingContextSettings:o.TYPE,ImageDataSettings:o.TYPE,ImageEncodeOptions:o.TYPE,ImportMeta:o.TYPE,JsonWebKey:o.TYPE,KeyAlgorithm:o.TYPE,LockInfo:o.TYPE,LockManagerSnapshot:o.TYPE,LockOptions:o.TYPE,MediaCapabilitiesDecodingInfo:o.TYPE,MediaCapabilitiesEncodingInfo:o.TYPE,MediaCapabilitiesInfo:o.TYPE,MediaConfiguration:o.TYPE,MediaDecodingConfiguration:o.TYPE,MediaEncodingConfiguration:o.TYPE,MessageEventInit:o.TYPE,MultiCacheQueryOptions:o.TYPE,NavigationPreloadState:o.TYPE,NotificationEventInit:o.TYPE,NotificationOptions:o.TYPE,Pbkdf2Params:o.TYPE,PerformanceMarkOptions:o.TYPE,PerformanceMeasureOptions:o.TYPE,PerformanceObserverInit:o.TYPE,PermissionDescriptor:o.TYPE,PlaneLayout:o.TYPE,ProgressEventInit:o.TYPE,PromiseRejectionEventInit:o.TYPE,PushEventInit:o.TYPE,PushSubscriptionJSON:o.TYPE,PushSubscriptionOptionsInit:o.TYPE,QueuingStrategy:o.TYPE,QueuingStrategyInit:o.TYPE,RTCEncodedAudioFrameMetadata:o.TYPE,RTCEncodedVideoFrameMetadata:o.TYPE,ReadableStreamGetReaderOptions:o.TYPE,ReadableStreamIteratorOptions:o.TYPE,ReadableStreamReadDoneResult:o.TYPE,ReadableStreamReadValueResult:o.TYPE,ReadableWritablePair:o.TYPE,RegistrationOptions:o.TYPE,ReportingObserverOptions:o.TYPE,RequestInit:o.TYPE,ResponseInit:o.TYPE,RsaHashedImportParams:o.TYPE,RsaHashedKeyGenParams:o.TYPE,RsaKeyGenParams:o.TYPE,RsaOaepParams:o.TYPE,RsaOtherPrimesInfo:o.TYPE,RsaPssParams:o.TYPE,SecurityPolicyViolationEventInit:o.TYPE,StorageEstimate:o.TYPE,StreamPipeOptions:o.TYPE,StructuredSerializeOptions:o.TYPE,TextDecodeOptions:o.TYPE,TextDecoderOptions:o.TYPE,TextEncoderEncodeIntoResult:o.TYPE,Transformer:o.TYPE,UnderlyingByteSource:o.TYPE,UnderlyingDefaultSource:o.TYPE,UnderlyingSink:o.TYPE,UnderlyingSource:o.TYPE,VideoColorSpaceInit:o.TYPE,VideoConfiguration:o.TYPE,VideoDecoderConfig:o.TYPE,VideoDecoderInit:o.TYPE,VideoDecoderSupport:o.TYPE,VideoEncoderConfig:o.TYPE,VideoEncoderEncodeOptions:o.TYPE,VideoEncoderInit:o.TYPE,VideoEncoderSupport:o.TYPE,VideoFrameBufferInit:o.TYPE,VideoFrameCopyToOptions:o.TYPE,VideoFrameInit:o.TYPE,WebGLContextAttributes:o.TYPE,WebGLContextEventInit:o.TYPE,WebTransportCloseInfo:o.TYPE,WebTransportErrorOptions:o.TYPE,WebTransportHash:o.TYPE,WebTransportOptions:o.TYPE,WebTransportSendStreamOptions:o.TYPE,WorkerOptions:o.TYPE,WriteParams:o.TYPE,ANGLE_instanced_arrays:o.TYPE,AbortController:o.TYPE_VALUE,AbortSignalEventMap:o.TYPE,AbortSignal:o.TYPE_VALUE,AbstractWorkerEventMap:o.TYPE,AbstractWorker:o.TYPE,AnimationFrameProvider:o.TYPE,Blob:o.TYPE_VALUE,Body:o.TYPE,BroadcastChannelEventMap:o.TYPE,BroadcastChannel:o.TYPE_VALUE,ByteLengthQueuingStrategy:o.TYPE_VALUE,CSSImageValue:o.TYPE_VALUE,CSSKeywordValue:o.TYPE_VALUE,CSSMathClamp:o.TYPE_VALUE,CSSMathInvert:o.TYPE_VALUE,CSSMathMax:o.TYPE_VALUE,CSSMathMin:o.TYPE_VALUE,CSSMathNegate:o.TYPE_VALUE,CSSMathProduct:o.TYPE_VALUE,CSSMathSum:o.TYPE_VALUE,CSSMathValue:o.TYPE_VALUE,CSSMatrixComponent:o.TYPE_VALUE,CSSNumericArray:o.TYPE_VALUE,CSSNumericValue:o.TYPE_VALUE,CSSPerspective:o.TYPE_VALUE,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,CSSUnparsedValue:o.TYPE_VALUE,CSSVariableReferenceValue:o.TYPE_VALUE,Cache:o.TYPE_VALUE,CacheStorage:o.TYPE_VALUE,CanvasCompositing:o.TYPE,CanvasDrawImage:o.TYPE,CanvasDrawPath:o.TYPE,CanvasFillStrokeStyles:o.TYPE,CanvasFilters:o.TYPE,CanvasGradient:o.TYPE_VALUE,CanvasImageData:o.TYPE,CanvasImageSmoothing:o.TYPE,CanvasPath:o.TYPE,CanvasPathDrawingStyles:o.TYPE,CanvasPattern:o.TYPE_VALUE,CanvasRect:o.TYPE,CanvasShadowStyles:o.TYPE,CanvasState:o.TYPE,CanvasText:o.TYPE,CanvasTextDrawingStyles:o.TYPE,CanvasTransform:o.TYPE,Client:o.TYPE_VALUE,Clients:o.TYPE_VALUE,CloseEvent:o.TYPE_VALUE,CompressionStream:o.TYPE_VALUE,CountQueuingStrategy:o.TYPE_VALUE,Crypto:o.TYPE_VALUE,CryptoKey:o.TYPE_VALUE,CustomEvent:o.TYPE_VALUE,DOMException:o.TYPE_VALUE,DOMMatrix:o.TYPE_VALUE,DOMMatrixReadOnly:o.TYPE_VALUE,DOMPoint:o.TYPE_VALUE,DOMPointReadOnly:o.TYPE_VALUE,DOMQuad:o.TYPE_VALUE,DOMRect:o.TYPE_VALUE,DOMRectReadOnly:o.TYPE_VALUE,DOMStringList:o.TYPE_VALUE,DecompressionStream:o.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:o.TYPE,DedicatedWorkerGlobalScope: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_sRGB:o.TYPE,EXT_shader_texture_lod: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,EncodedVideoChunk:o.TYPE_VALUE,ErrorEvent:o.TYPE_VALUE,Event:o.TYPE_VALUE,EventListener:o.TYPE,EventListenerObject:o.TYPE,EventSourceEventMap:o.TYPE,EventSource:o.TYPE_VALUE,EventTarget:o.TYPE_VALUE,ExtendableEvent:o.TYPE_VALUE,ExtendableMessageEvent:o.TYPE_VALUE,FetchEvent:o.TYPE_VALUE,File:o.TYPE_VALUE,FileList:o.TYPE_VALUE,FileReaderEventMap:o.TYPE,FileReader:o.TYPE_VALUE,FileReaderSync:o.TYPE_VALUE,FileSystemDirectoryHandle:o.TYPE_VALUE,FileSystemFileHandle:o.TYPE_VALUE,FileSystemHandle:o.TYPE_VALUE,FileSystemSyncAccessHandle:o.TYPE_VALUE,FileSystemWritableFileStream:o.TYPE_VALUE,FontFace:o.TYPE_VALUE,FontFaceSetEventMap:o.TYPE,FontFaceSet:o.TYPE_VALUE,FontFaceSetLoadEvent:o.TYPE_VALUE,FontFaceSource:o.TYPE,FormData:o.TYPE_VALUE,GenericTransformStream:o.TYPE,Headers:o.TYPE_VALUE,IDBCursor:o.TYPE_VALUE,IDBCursorWithValue:o.TYPE_VALUE,IDBDatabaseEventMap:o.TYPE,IDBDatabase:o.TYPE_VALUE,IDBFactory:o.TYPE_VALUE,IDBIndex:o.TYPE_VALUE,IDBKeyRange:o.TYPE_VALUE,IDBObjectStore:o.TYPE_VALUE,IDBOpenDBRequestEventMap:o.TYPE,IDBOpenDBRequest:o.TYPE_VALUE,IDBRequestEventMap:o.TYPE,IDBRequest:o.TYPE_VALUE,IDBTransactionEventMap:o.TYPE,IDBTransaction:o.TYPE_VALUE,IDBVersionChangeEvent:o.TYPE_VALUE,ImageBitmap:o.TYPE_VALUE,ImageBitmapRenderingContext:o.TYPE_VALUE,ImageData:o.TYPE_VALUE,KHR_parallel_shader_compile:o.TYPE,Lock:o.TYPE_VALUE,LockManager:o.TYPE_VALUE,MediaCapabilities:o.TYPE_VALUE,MessageChannel:o.TYPE_VALUE,MessageEvent:o.TYPE_VALUE,MessagePortEventMap:o.TYPE,MessagePort:o.TYPE_VALUE,NavigationPreloadManager:o.TYPE_VALUE,NavigatorBadge:o.TYPE,NavigatorConcurrentHardware:o.TYPE,NavigatorID:o.TYPE,NavigatorLanguage:o.TYPE,NavigatorLocks:o.TYPE,NavigatorOnLine:o.TYPE,NavigatorStorage:o.TYPE,NotificationEventMap:o.TYPE,Notification:o.TYPE_VALUE,NotificationEvent:o.TYPE_VALUE,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,OVR_multiview2:o.TYPE,OffscreenCanvasEventMap:o.TYPE,OffscreenCanvas:o.TYPE_VALUE,OffscreenCanvasRenderingContext2D:o.TYPE_VALUE,Path2D:o.TYPE_VALUE,PerformanceEventMap:o.TYPE,Performance:o.TYPE_VALUE,PerformanceEntry:o.TYPE_VALUE,PerformanceMark:o.TYPE_VALUE,PerformanceMeasure:o.TYPE_VALUE,PerformanceObserver:o.TYPE_VALUE,PerformanceObserverEntryList:o.TYPE_VALUE,PerformanceResourceTiming:o.TYPE_VALUE,PerformanceServerTiming:o.TYPE_VALUE,PermissionStatusEventMap:o.TYPE,PermissionStatus:o.TYPE_VALUE,Permissions:o.TYPE_VALUE,ProgressEvent:o.TYPE_VALUE,PromiseRejectionEvent:o.TYPE_VALUE,PushEvent:o.TYPE_VALUE,PushManager:o.TYPE_VALUE,PushMessageData:o.TYPE_VALUE,PushSubscription:o.TYPE_VALUE,PushSubscriptionOptions:o.TYPE_VALUE,RTCEncodedAudioFrame:o.TYPE_VALUE,RTCEncodedVideoFrame:o.TYPE_VALUE,RTCRtpScriptTransformer:o.TYPE_VALUE,RTCTransformEvent:o.TYPE_VALUE,ReadableByteStreamController:o.TYPE_VALUE,ReadableStream:o.TYPE_VALUE,ReadableStreamBYOBReader:o.TYPE_VALUE,ReadableStreamBYOBRequest:o.TYPE_VALUE,ReadableStreamDefaultController:o.TYPE_VALUE,ReadableStreamDefaultReader:o.TYPE_VALUE,ReadableStreamGenericReader:o.TYPE,Report:o.TYPE_VALUE,ReportBody:o.TYPE_VALUE,ReportingObserver:o.TYPE_VALUE,Request:o.TYPE_VALUE,Response:o.TYPE_VALUE,SecurityPolicyViolationEvent:o.TYPE_VALUE,ServiceWorkerEventMap:o.TYPE,ServiceWorker:o.TYPE_VALUE,ServiceWorkerContainerEventMap:o.TYPE,ServiceWorkerContainer:o.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:o.TYPE,ServiceWorkerGlobalScope:o.TYPE_VALUE,ServiceWorkerRegistrationEventMap:o.TYPE,ServiceWorkerRegistration:o.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:o.TYPE,SharedWorkerGlobalScope:o.TYPE_VALUE,StorageManager:o.TYPE_VALUE,StylePropertyMapReadOnly:o.TYPE_VALUE,SubtleCrypto:o.TYPE_VALUE,TextDecoder:o.TYPE_VALUE,TextDecoderCommon:o.TYPE,TextDecoderStream:o.TYPE_VALUE,TextEncoder:o.TYPE_VALUE,TextEncoderCommon:o.TYPE,TextEncoderStream:o.TYPE_VALUE,TextMetrics:o.TYPE_VALUE,TransformStream:o.TYPE_VALUE,TransformStreamDefaultController:o.TYPE_VALUE,URL:o.TYPE_VALUE,URLSearchParams:o.TYPE_VALUE,VideoColorSpace:o.TYPE_VALUE,VideoDecoderEventMap:o.TYPE,VideoDecoder:o.TYPE_VALUE,VideoEncoderEventMap:o.TYPE,VideoEncoder:o.TYPE_VALUE,VideoFrame:o.TYPE_VALUE,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,WebGLContextEvent:o.TYPE_VALUE,WebGLFramebuffer:o.TYPE_VALUE,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,WebSocketEventMap:o.TYPE,WebSocket:o.TYPE_VALUE,WebTransport:o.TYPE_VALUE,WebTransportBidirectionalStream:o.TYPE_VALUE,WebTransportDatagramDuplexStream:o.TYPE_VALUE,WebTransportError:o.TYPE_VALUE,WindowClient:o.TYPE_VALUE,WindowOrWorkerGlobalScope:o.TYPE,WorkerEventMap:o.TYPE,Worker:o.TYPE_VALUE,WorkerGlobalScopeEventMap:o.TYPE,WorkerGlobalScope:o.TYPE_VALUE,WorkerLocation:o.TYPE_VALUE,WorkerNavigator:o.TYPE_VALUE,WritableStream:o.TYPE_VALUE,WritableStreamDefaultController:o.TYPE_VALUE,WritableStreamDefaultWriter:o.TYPE_VALUE,XMLHttpRequestEventMap:o.TYPE,XMLHttpRequest:o.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:o.TYPE,XMLHttpRequestEventTarget:o.TYPE_VALUE,XMLHttpRequestUpload:o.TYPE_VALUE,Console:o.TYPE,WebAssembly:o.TYPE_VALUE,EncodedVideoChunkOutputCallback:o.TYPE,FrameRequestCallback:o.TYPE,LockGrantedCallback:o.TYPE,OnErrorEventHandlerNonNull:o.TYPE,PerformanceObserverCallback:o.TYPE,QueuingStrategySize:o.TYPE,ReportingObserverCallback:o.TYPE,TransformerFlushCallback:o.TYPE,TransformerStartCallback:o.TYPE,TransformerTransformCallback:o.TYPE,UnderlyingSinkAbortCallback:o.TYPE,UnderlyingSinkCloseCallback:o.TYPE,UnderlyingSinkStartCallback:o.TYPE,UnderlyingSinkWriteCallback:o.TYPE,UnderlyingSourceCancelCallback:o.TYPE,UnderlyingSourcePullCallback:o.TYPE,UnderlyingSourceStartCallback:o.TYPE,VideoFrameOutputCallback:o.TYPE,VoidFunction:o.TYPE,WebCodecsErrorCallback:o.TYPE,AlgorithmIdentifier:o.TYPE,AllowSharedBufferSource:o.TYPE,BigInteger:o.TYPE,BinaryData:o.TYPE,BlobPart:o.TYPE,BodyInit:o.TYPE,BufferSource:o.TYPE,CSSKeywordish:o.TYPE,CSSNumberish:o.TYPE,CSSPerspectiveValue:o.TYPE,CSSUnparsedSegment:o.TYPE,CanvasImageSource:o.TYPE,DOMHighResTimeStamp:o.TYPE,EpochTimeStamp:o.TYPE,EventListenerOrEventListenerObject:o.TYPE,FileSystemWriteChunkType:o.TYPE,Float32List:o.TYPE,FormDataEntryValue: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,GLsizei:o.TYPE,GLsizeiptr:o.TYPE,GLuint:o.TYPE,GLuint64:o.TYPE,HashAlgorithmIdentifier:o.TYPE,HeadersInit:o.TYPE,IDBValidKey:o.TYPE,ImageBitmapSource:o.TYPE,Int32List:o.TYPE,MessageEventSource:o.TYPE,NamedCurve:o.TYPE,OffscreenRenderingContext:o.TYPE,OnErrorEventHandler:o.TYPE,PerformanceEntryList:o.TYPE,PushMessageDataInit:o.TYPE,ReadableStreamController:o.TYPE,ReadableStreamReadResult:o.TYPE,ReadableStreamReader:o.TYPE,ReportList:o.TYPE,RequestInfo:o.TYPE,TexImageSource:o.TYPE,TimerHandler:o.TYPE,Transferable:o.TYPE,Uint32List:o.TYPE,XMLHttpRequestBodyInit:o.TYPE,AlphaOption:o.TYPE,AvcBitstreamFormat:o.TYPE,BinaryType:o.TYPE,CSSMathOperator:o.TYPE,CSSNumericBaseType:o.TYPE,CanvasDirection:o.TYPE,CanvasFillRule:o.TYPE,CanvasFontKerning:o.TYPE,CanvasFontStretch:o.TYPE,CanvasFontVariantCaps:o.TYPE,CanvasLineCap:o.TYPE,CanvasLineJoin:o.TYPE,CanvasTextAlign:o.TYPE,CanvasTextBaseline:o.TYPE,CanvasTextRendering:o.TYPE,ClientTypes:o.TYPE,CodecState:o.TYPE,ColorGamut:o.TYPE,ColorSpaceConversion:o.TYPE,CompressionFormat:o.TYPE,DocumentVisibilityState:o.TYPE,EncodedVideoChunkType:o.TYPE,EndingType:o.TYPE,FileSystemHandleKind:o.TYPE,FontDisplay:o.TYPE,FontFaceLoadStatus:o.TYPE,FontFaceSetLoadStatus:o.TYPE,FrameType:o.TYPE,GlobalCompositeOperation:o.TYPE,HardwareAcceleration:o.TYPE,HdrMetadataType:o.TYPE,IDBCursorDirection:o.TYPE,IDBRequestReadyState:o.TYPE,IDBTransactionDurability:o.TYPE,IDBTransactionMode:o.TYPE,ImageOrientation:o.TYPE,ImageSmoothingQuality:o.TYPE,KeyFormat:o.TYPE,KeyType:o.TYPE,KeyUsage:o.TYPE,LatencyMode:o.TYPE,LockMode:o.TYPE,MediaDecodingType:o.TYPE,MediaEncodingType:o.TYPE,NotificationDirection:o.TYPE,NotificationPermission:o.TYPE,OffscreenRenderingContextId:o.TYPE,PermissionName:o.TYPE,PermissionState:o.TYPE,PredefinedColorSpace:o.TYPE,PremultiplyAlpha:o.TYPE,PushEncryptionKeyName:o.TYPE,RTCEncodedVideoFrameType:o.TYPE,ReadableStreamReaderMode:o.TYPE,ReadableStreamType:o.TYPE,ReferrerPolicy:o.TYPE,RequestCache:o.TYPE,RequestCredentials:o.TYPE,RequestDestination:o.TYPE,RequestMode:o.TYPE,RequestPriority:o.TYPE,RequestRedirect:o.TYPE,ResizeQuality:o.TYPE,ResponseType:o.TYPE,SecurityPolicyViolationEventDisposition:o.TYPE,ServiceWorkerState:o.TYPE,ServiceWorkerUpdateViaCache:o.TYPE,TransferFunction:o.TYPE,VideoColorPrimaries:o.TYPE,VideoEncoderBitrateMode:o.TYPE,VideoMatrixCoefficients:o.TYPE,VideoPixelFormat:o.TYPE,VideoTransferCharacteristics:o.TYPE,WebGLPowerPreference:o.TYPE,WebTransportCongestionControl:o.TYPE,WebTransportErrorSource:o.TYPE,WorkerType:o.TYPE,WriteCommandType:o.TYPE,XMLHttpRequestResponseType:o.TYPE};var Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.webworker_asynciterable=void 0;const ec=C;Ii.webworker_asynciterable={FileSystemDirectoryHandle:ec.TYPE,ReadableStream:ec.TYPE};var xi={};Object.defineProperty(xi,"__esModule",{value:!0}),xi.webworker_iterable=void 0;const X=C;xi.webworker_iterable={AbortSignal:X.TYPE,CSSNumericArray:X.TYPE,CSSTransformValue:X.TYPE,CSSUnparsedValue:X.TYPE,Cache:X.TYPE,CanvasPath:X.TYPE,CanvasPathDrawingStyles:X.TYPE,DOMStringList:X.TYPE,FileList:X.TYPE,FontFaceSet:X.TYPE,FormData:X.TYPE,Headers:X.TYPE,IDBDatabase:X.TYPE,IDBObjectStore:X.TYPE,MessageEvent:X.TYPE,StylePropertyMapReadOnly:X.TYPE,SubtleCrypto:X.TYPE,URLSearchParams:X.TYPE,WEBGL_draw_buffers:X.TYPE,WEBGL_multi_draw:X.TYPE,WebGL2RenderingContextBase:X.TYPE,WebGL2RenderingContextOverloads:X.TYPE,WebGLRenderingContextBase:X.TYPE,WebGLRenderingContextOverloads:X.TYPE},Object.defineProperty(li,"__esModule",{value:!0}),li.lib=void 0;const G0=At,W0=Pr,H0=Te,K0=Ce,X0=_e,z0=ct,q0=ui,J0=pi,Q0=Rt,Z0=Ct,e1=wt,t1=Vt,r1=Ye,n1=Ot,i1=Mt,s1=Ut,o1=Pe,a1=ut,l1=Dt,c1=It,u1=fi,p1=xt,f1=Ft,E1=mr,d1=di,T1=yr,P1=hr,m1=_r,y1=br,h1=gr,_1=$t,b1=vr,g1=kt,v1=Pi,S1=Nt,Y1=Sr,L1=Yr,A1=jt,C1=Lr,w1=mi,V1=Ar,O1=Cr,M1=wr,U1=Vr,R1=Bt,I1=Or,x1=Mr,D1=hi,F1=Ne,$1=Ur,k1=Rr,N1=Ir,j1=xr,B1=Dr,G1=Gt,W1=bi,H1=Fr,K1=$r,X1=kr,z1=Nr,q1=Wt,J1=jr,Q1=Br,Z1=vi,eb=Gr,tb=Wr,rb=Hr,nb=Kr,ib=Xr,sb=Ht,ob=zr,ab=qr,lb=Si,cb=Jr,ub=Qr,pb=Zr,fb=Li,Eb=Ci,db=en,Tb=tn,Pb=rn,mb=wi,yb=nn,hb=sn,_b=on,bb=an,gb=ln,vb=Vi,Sb=Oi,Yb=Ui,Lb=me,Ab=Ri,Cb=Ii,wb=ye,Vb=xi,Ob={es5:z0.es5,es6:q0.es6,es2015:Q0.es2015,es7:J0.es7,es2016:l1.es2016,es2017:f1.es2017,es2018:_1.es2018,es2019:A1.es2019,es2020:R1.es2020,es2021:G1.es2021,es2022:q1.es2022,es2023:sb.es2023,esnext:ub.esnext,dom:H0.dom,"dom.iterable":X0.dom_iterable,"dom.asynciterable":K0.dom_asynciterable,webworker:Ab.webworker,"webworker.importscripts":wb.webworker_importscripts,"webworker.iterable":Vb.webworker_iterable,"webworker.asynciterable":Cb.webworker_asynciterable,scripthost:Lb.scripthost,"es2015.core":e1.es2015_core,"es2015.collection":Z0.es2015_collection,"es2015.generator":t1.es2015_generator,"es2015.iterable":r1.es2015_iterable,"es2015.promise":n1.es2015_promise,"es2015.proxy":i1.es2015_proxy,"es2015.reflect":s1.es2015_reflect,"es2015.symbol":o1.es2015_symbol,"es2015.symbol.wellknown":a1.es2015_symbol_wellknown,"es2016.array.include":c1.es2016_array_include,"es2016.intl":p1.es2016_intl,"es2017.date":E1.es2017_date,"es2017.object":P1.es2017_object,"es2017.sharedmemory":m1.es2017_sharedmemory,"es2017.string":y1.es2017_string,"es2017.intl":T1.es2017_intl,"es2017.typedarrays":h1.es2017_typedarrays,"es2018.asyncgenerator":b1.es2018_asyncgenerator,"es2018.asynciterable":g1.es2018_asynciterable,"es2018.intl":S1.es2018_intl,"es2018.promise":Y1.es2018_promise,"es2018.regexp":L1.es2018_regexp,"es2019.array":C1.es2019_array,"es2019.object":O1.es2019_object,"es2019.string":M1.es2019_string,"es2019.symbol":U1.es2019_symbol,"es2019.intl":V1.es2019_intl,"es2020.bigint":I1.es2020_bigint,"es2020.date":x1.es2020_date,"es2020.promise":k1.es2020_promise,"es2020.sharedmemory":N1.es2020_sharedmemory,"es2020.string":j1.es2020_string,"es2020.symbol.wellknown":B1.es2020_symbol_wellknown,"es2020.intl":F1.es2020_intl,"es2020.number":$1.es2020_number,"es2021.promise":K1.es2021_promise,"es2021.string":X1.es2021_string,"es2021.weakref":z1.es2021_weakref,"es2021.intl":H1.es2021_intl,"es2022.array":J1.es2022_array,"es2022.error":Q1.es2022_error,"es2022.intl":eb.es2022_intl,"es2022.object":tb.es2022_object,"es2022.sharedmemory":nb.es2022_sharedmemory,"es2022.string":ib.es2022_string,"es2022.regexp":rb.es2022_regexp,"es2023.array":ob.es2023_array,"es2023.collection":ab.es2023_collection,"es2023.intl":cb.es2023_intl,"esnext.array":pb.esnext_array,"esnext.collection":db.esnext_collection,"esnext.symbol":vb.esnext_symbol,"esnext.asynciterable":fb.esnext_asynciterable,"esnext.intl":yb.esnext_intl,"esnext.disposable":Pb.esnext_disposable,"esnext.bigint":Eb.esnext_bigint,"esnext.string":gb.esnext_string,"esnext.promise":_b.esnext_promise,"esnext.weakref":Sb.esnext_weakref,"esnext.decorators":Tb.esnext_decorators,"esnext.object":hb.esnext_object,"esnext.regexp":bb.esnext_regexp,decorators:G0.decorators,"decorators.legacy":W0.decorators_legacy,"es2016.full":u1.es2016_full,"es2017.full":d1.es2017_full,"es2018.full":v1.es2018_full,"es2019.full":w1.es2019_full,"es2020.full":D1.es2020_full,"es2021.full":W1.es2021_full,"es2022.full":Z1.es2022_full,"es2023.full":lb.es2023_full,"esnext.full":mb.esnext_full,lib:Yb.lib};li.lib=Ob;var Di={},cn={},Fi={},$i={},ee={},Ie={},pt=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},tc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Je,un;Object.defineProperty(Ie,"__esModule",{value:!0}),Ie.ReferenceTypeFlag=Ie.ReferenceFlag=Ie.Reference=void 0;const Mb=lt;var ft;(function(e){e[e.Read=1]="Read",e[e.Write=2]="Write",e[e.ReadWrite=3]="ReadWrite"})(ft||(Ie.ReferenceFlag=ft={}));const Ub=(0,Mb.createIdGenerator)();var pn;(function(e){e[e.Value=1]="Value",e[e.Type=2]="Type"})(pn||(Ie.ReferenceTypeFlag=pn={}));class Rb{static{l(this,"Reference")}get isTypeReference(){return(pt(this,un,"f")&pn.Type)!==0}get isValueReference(){return(pt(this,un,"f")&pn.Value)!==0}constructor(t,n,i,s,a,c,u=pn.Value){this.$id=Ub(),Je.set(this,void 0),un.set(this,void 0),this.identifier=t,this.from=n,this.resolved=null,tc(this,Je,i,"f"),this.isWrite()&&(this.writeExpr=s,this.init=c),this.maybeImplicitGlobal=a,tc(this,un,u,"f")}isWrite(){return!!(pt(this,Je,"f")&ft.Write)}isRead(){return!!(pt(this,Je,"f")&ft.Read)}isReadOnly(){return pt(this,Je,"f")===ft.Read}isWriteOnly(){return pt(this,Je,"f")===ft.Write}isReadWrite(){return pt(this,Je,"f")===ft.ReadWrite}}Ie.Reference=Rb,Je=new WeakMap,un=new WeakMap;var ki={},fn={},En={};Object.defineProperty(En,"__esModule",{value:!0}),En.VariableBase=void 0;const Ib=lt,xb=(0,Ib.createIdGenerator)();class Db{static{l(this,"VariableBase")}constructor(t,n){this.$id=xb(),this.defs=[],this.eslintUsed=!1,this.identifiers=[],this.references=[],this.name=t,this.scope=n}}En.VariableBase=Db,Object.defineProperty(fn,"__esModule",{value:!0}),fn.ESLintScopeVariable=void 0;const Fb=En;class $b extends Fb.VariableBase{static{l(this,"ESLintScopeVariable")}}fn.ESLintScopeVariable=$b;var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.ImplicitLibVariable=void 0;const kb=fn;class Nb extends kb.ESLintScopeVariable{static{l(this,"ImplicitLibVariable")}constructor(t,n,{isTypeVariable:i,isValueVariable:s,writeable:a,eslintImplicitGlobalSetting:c}){super(n,t),this.isTypeVariable=i??!1,this.isValueVariable=s??!1,this.writeable=a??!1,this.eslintImplicitGlobalSetting=c??"readonly"}}Ni.ImplicitLibVariable=Nb;var ji={};Object.defineProperty(ji,"__esModule",{value:!0}),ji.Variable=void 0;const jb=En;class Bb extends jb.VariableBase{static{l(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(t=>t.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(t=>t.isVariableDefinition)}}ji.Variable=Bb,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var t=fn;Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:l(function(){return t.ESLintScopeVariable},"get")});var n=Ni;Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:l(function(){return n.ImplicitLibVariable},"get")});var i=ji;Object.defineProperty(e,"Variable",{enumerable:!0,get:l(function(){return i.Variable},"get")})}(ki);var z={};Object.defineProperty(z,"__esModule",{value:!0}),z.ScopeType=void 0;var rc;(function(e){e.block="block",e.catch="catch",e.class="class",e.classFieldInitializer="class-field-initializer",e.classStaticBlock="class-static-block",e.conditionalType="conditionalType",e.for="for",e.function="function",e.functionExpressionName="function-expression-name",e.functionType="functionType",e.global="global",e.mappedType="mappedType",e.module="module",e.switch="switch",e.tsEnum="tsEnum",e.tsModule="tsModule",e.type="type",e.with="with"})(rc||(z.ScopeType=rc={}));var nc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Qe=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},dn,Bi,Gi,Wi,Po;Object.defineProperty(ee,"__esModule",{value:!0}),ee.ScopeBase=void 0;const Tn=Me,Gb=at,Wb=qe,Hb=lt,xe=Ie,Kb=ki,re=z;function Xb(e,t,n){let i;if(e.upper?.isStrict||n||e.type===re.ScopeType.class||e.type===re.ScopeType.conditionalType||e.type===re.ScopeType.functionType||e.type===re.ScopeType.mappedType||e.type===re.ScopeType.module||e.type===re.ScopeType.tsEnum||e.type===re.ScopeType.tsModule||e.type===re.ScopeType.type)return!0;if(e.type===re.ScopeType.block||e.type===re.ScopeType.switch)return!1;if(e.type===re.ScopeType.function){const s=t;switch(s.type){case Tn.AST_NODE_TYPES.ArrowFunctionExpression:if(s.body.type!==Tn.AST_NODE_TYPES.BlockStatement)return!1;i=s.body;break;case Tn.AST_NODE_TYPES.Program:i=s;break;default:i=s.body}if(!i)return!1}else if(e.type===re.ScopeType.global)i=t;else return!1;for(const s of i.body){if(s.type!==Tn.AST_NODE_TYPES.ExpressionStatement)break;if(s.directive==="use strict")return!0;const a=s.expression;if(a.type!==Tn.AST_NODE_TYPES.Literal)break;if(a.raw==='"use strict"'||a.raw==="'use strict'"||a.value==="use strict")return!0}return!1}l(Xb,"isStrictScope");function zb(e,t){e.scopes.push(t);const n=e.nodeToScope.get(t.block);n?n.push(t):e.nodeToScope.set(t.block,[t])}l(zb,"registerScope");const qb=(0,Hb.createIdGenerator)(),Jb=new Set([re.ScopeType.classFieldInitializer,re.ScopeType.classStaticBlock,re.ScopeType.function,re.ScopeType.global,re.ScopeType.module,re.ScopeType.tsModule]);class Qb{static{l(this,"ScopeBase")}constructor(t,n,i,s,a){this.$id=qb(),this.childScopes=[],dn.set(this,void 0),Bi.set(this,void 0),this.functionExpressionScope=!1,this.leftToResolve=[],this.references=[],this.set=new Map,this.through=[],this.variables=[],Gi.set(this,u=>{l(()=>{const E=u.identifier.name,m=this.set.get(E);if(!m||!this.isValidResolution(u,m))return!1;const y=u.isTypeReference&&m.isTypeVariable,L=u.isValueReference&&m.isValueVariable;return!y&&!L?!1:(m.references.push(u),u.resolved=m,!0)},"resolve")()||this.delegateToUpperScope(u)}),Wi.set(this,u=>{let p=this;do p.through.push(u),p=p.upper;while(p)}),Po.set(this,(u,p)=>{this.shouldStaticallyCloseForGlobal(u,p)?Qe(this,Gi,"f").call(this,u):Qe(this,Wi,"f").call(this,u)});const c=i;this.type=n,nc(this,Bi,this.type===re.ScopeType.global||this.type===re.ScopeType.with,"f"),this.block=s,this.variableScope=this.isVariableScope()?this:c.variableScope,this.upper=i,this.isStrict=Xb(this,s,a),c?.childScopes.push(this),nc(this,dn,t.declaredVariables,"f"),zb(t,this)}isVariableScope(){return Jb.has(this.type)}shouldStaticallyClose(){return!Qe(this,Bi,"f")}shouldStaticallyCloseForGlobal(t,n){const i=t.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===Wb.DefinitionType.Variable&&c.parent.kind==="var"))}close(t){let n;return this.shouldStaticallyClose()?n=Qe(this,Gi,"f"):this.type!=="global"?n=Qe(this,Wi,"f"):n=Qe(this,Po,"f"),(0,Gb.assert)(this.leftToResolve),this.leftToResolve.forEach(i=>n(i,t)),this.leftToResolve=null,this.upper}isValidResolution(t,n){return!0}delegateToUpperScope(t){this.upper?.leftToResolve?.push(t),this.through.push(t)}addDeclaredVariablesOfNode(t,n){if(n==null)return;let i=Qe(this,dn,"f").get(n);i==null&&(i=[],Qe(this,dn,"f").set(n,i)),i.includes(t)||i.push(t)}defineVariable(t,n,i,s,a){const c=typeof t=="string"?t:t.name;let u=n.get(c);u||(u=typeof t=="string"?new Kb.Variable(c,this):t,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)}defineIdentifier(t,n){this.defineVariable(t.name,this.set,this.variables,t,n)}defineLiteralIdentifier(t,n){this.defineVariable(t.value,this.set,this.variables,null,n)}referenceValue(t,n=xe.ReferenceFlag.Read,i,s,a=!1){const c=new xe.Reference(t,this,n,i,s,a,xe.ReferenceTypeFlag.Value);this.references.push(c),this.leftToResolve?.push(c)}referenceType(t){const n=new xe.Reference(t,this,xe.ReferenceFlag.Read,null,null,!1,xe.ReferenceTypeFlag.Type);this.references.push(n),this.leftToResolve?.push(n)}referenceDualValueType(t){const n=new xe.Reference(t,this,xe.ReferenceFlag.Read,null,null,!1,xe.ReferenceTypeFlag.Type|xe.ReferenceTypeFlag.Value);this.references.push(n),this.leftToResolve?.push(n)}}ee.ScopeBase=Qb,dn=new WeakMap,Bi=new WeakMap,Gi=new WeakMap,Wi=new WeakMap,Po=new WeakMap,Object.defineProperty($i,"__esModule",{value:!0}),$i.BlockScope=void 0;const Zb=ee,eg=z;class tg extends Zb.ScopeBase{static{l(this,"BlockScope")}constructor(t,n,i){super(t,eg.ScopeType.block,n,i,!1)}}$i.BlockScope=tg;var Hi={};Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.CatchScope=void 0;const rg=ee,ng=z;class ig extends rg.ScopeBase{static{l(this,"CatchScope")}constructor(t,n,i){super(t,ng.ScopeType.catch,n,i,!1)}}Hi.CatchScope=ig;var Pn={};Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.ClassFieldInitializerScope=void 0;const sg=ee,og=z;class ag extends sg.ScopeBase{static{l(this,"ClassFieldInitializerScope")}constructor(t,n,i){super(t,og.ScopeType.classFieldInitializer,n,i,!1)}}Pn.ClassFieldInitializerScope=ag;var Ki={};Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.ClassScope=void 0;const lg=ee,cg=z;class ug extends lg.ScopeBase{static{l(this,"ClassScope")}constructor(t,n,i){super(t,cg.ScopeType.class,n,i,!1)}}Ki.ClassScope=ug;var Xi={};Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.ConditionalTypeScope=void 0;const pg=ee,fg=z;class Eg extends pg.ScopeBase{static{l(this,"ConditionalTypeScope")}constructor(t,n,i){super(t,fg.ScopeType.conditionalType,n,i,!1)}}Xi.ConditionalTypeScope=Eg;var zi={};Object.defineProperty(zi,"__esModule",{value:!0}),zi.ForScope=void 0;const dg=ee,Tg=z;class Pg extends dg.ScopeBase{static{l(this,"ForScope")}constructor(t,n,i){super(t,Tg.ScopeType.for,n,i,!1)}}zi.ForScope=Pg;var qi={};Object.defineProperty(qi,"__esModule",{value:!0}),qi.FunctionExpressionNameScope=void 0;const mg=qe,yg=ee,hg=z;class _g extends yg.ScopeBase{static{l(this,"FunctionExpressionNameScope")}constructor(t,n,i){super(t,hg.ScopeType.functionExpressionName,n,i,!1),i.id&&this.defineIdentifier(i.id,new mg.FunctionNameDefinition(i.id,i)),this.functionExpressionScope=!0}}qi.FunctionExpressionNameScope=_g;var Ji={};Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.FunctionScope=void 0;const ic=Me,bg=ee,gg=z;class vg extends bg.ScopeBase{static{l(this,"FunctionScope")}constructor(t,n,i,s){super(t,gg.ScopeType.function,n,i,s),this.block.type!==ic.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(t,n){if(this.block.type===ic.AST_NODE_TYPES.Program)return!0;const i=this.block.body?.range[0]??-1;return!(n.scope===this&&t.identifier.range[0]<i&&n.defs.every(s=>s.name.range[0]>=i))}}Ji.FunctionScope=vg;var Qi={};Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.FunctionTypeScope=void 0;const Sg=ee,Yg=z;class Lg extends Sg.ScopeBase{static{l(this,"FunctionTypeScope")}constructor(t,n,i){super(t,Yg.ScopeType.functionType,n,i,!1)}}Qi.FunctionTypeScope=Lg;var Zi={};Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.GlobalScope=void 0;const Ag=Me,Cg=at,wg=Tr,Vg=ki,Og=ee,Mg=z;class Ug extends Og.ScopeBase{static{l(this,"GlobalScope")}constructor(t,n){super(t,Mg.ScopeType.global,null,n,!1),this.implicit={set:new Map,variables:[],leftToBeResolved:[]}}defineImplicitVariable(t,n){this.defineVariable(new Vg.ImplicitLibVariable(this,t,n),this.set,this.variables,null,null)}close(t){(0,Cg.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===Ag.AST_NODE_TYPES.Identifier&&this.defineVariable(s.name,this.implicit.set,this.implicit.variables,s,new wg.ImplicitGlobalVariableDefinition(i.pattern,i.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(t)}}Zi.GlobalScope=Ug;var es={};Object.defineProperty(es,"__esModule",{value:!0}),es.MappedTypeScope=void 0;const Rg=ee,Ig=z;class xg extends Rg.ScopeBase{static{l(this,"MappedTypeScope")}constructor(t,n,i){super(t,Ig.ScopeType.mappedType,n,i,!1)}}es.MappedTypeScope=xg;var ts={};Object.defineProperty(ts,"__esModule",{value:!0}),ts.ModuleScope=void 0;const Dg=ee,Fg=z;class $g extends Dg.ScopeBase{static{l(this,"ModuleScope")}constructor(t,n,i){super(t,Fg.ScopeType.module,n,i,!1)}}ts.ModuleScope=$g;var sc={};Object.defineProperty(sc,"__esModule",{value:!0});var rs={};Object.defineProperty(rs,"__esModule",{value:!0}),rs.SwitchScope=void 0;const kg=ee,Ng=z;class jg extends kg.ScopeBase{static{l(this,"SwitchScope")}constructor(t,n,i){super(t,Ng.ScopeType.switch,n,i,!1)}}rs.SwitchScope=jg;var ns={};Object.defineProperty(ns,"__esModule",{value:!0}),ns.TSEnumScope=void 0;const Bg=ee,Gg=z;class Wg extends Bg.ScopeBase{static{l(this,"TSEnumScope")}constructor(t,n,i){super(t,Gg.ScopeType.tsEnum,n,i,!1)}}ns.TSEnumScope=Wg;var is={};Object.defineProperty(is,"__esModule",{value:!0}),is.TSModuleScope=void 0;const Hg=ee,Kg=z;class Xg extends Hg.ScopeBase{static{l(this,"TSModuleScope")}constructor(t,n,i){super(t,Kg.ScopeType.tsModule,n,i,!1)}}is.TSModuleScope=Xg;var ss={};Object.defineProperty(ss,"__esModule",{value:!0}),ss.TypeScope=void 0;const zg=ee,qg=z;class Jg extends zg.ScopeBase{static{l(this,"TypeScope")}constructor(t,n,i){super(t,qg.ScopeType.type,n,i,!1)}}ss.TypeScope=Jg;var os={};Object.defineProperty(os,"__esModule",{value:!0}),os.WithScope=void 0;const Qg=at,Zg=ee,ev=z;class tv extends Zg.ScopeBase{static{l(this,"WithScope")}constructor(t,n,i){super(t,ev.ScopeType.with,n,i,!1)}close(t){return this.shouldStaticallyClose()?super.close(t):((0,Qg.assert)(this.leftToResolve),this.leftToResolve.forEach(n=>this.delegateToUpperScope(n)),this.leftToResolve=null,this.upper)}}os.WithScope=tv,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n($i,e),n(Hi,e),n(Pn,e),n(Ki,e),n(Xi,e),n(zi,e),n(qi,e),n(Ji,e),n(Qi,e),n(Zi,e),n(es,e),n(ts,e),n(sc,e),n(z,e),n(rs,e),n(ns,e),n(is,e),n(ss,e),n(os,e)}(Fi);var Et={},Kt={},mn={},oc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},ac=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},as,ls;Object.defineProperty(mn,"__esModule",{value:!0}),mn.VisitorBase=void 0;const rv=co;function nv(e){return typeof e=="object"&&e!=null}l(nv,"isObject");function lc(e){return nv(e)&&typeof e.type=="string"}l(lc,"isNode");class iv{static{l(this,"VisitorBase")}constructor(t){as.set(this,void 0),ls.set(this,void 0),oc(this,as,t.childVisitorKeys??rv.visitorKeys,"f"),oc(this,ls,t.visitChildrenEvenIfSelectorExists??!1,"f")}visitChildren(t,n=[]){if(t?.type==null)return;const i=new Set([...n,"parent"]),s=ac(this,as,"f")[t.type]??Object.keys(t);for(const a of s){if(i.has(a))continue;const c=t[a];if(c)if(Array.isArray(c))for(const u of c)lc(u)&&this.visit(u);else lc(c)&&this.visit(c)}}visit(t){if(t?.type==null)return;const n=this[t.type];n&&(n.call(this,t),!ac(this,ls,"f"))||this.visitChildren(t)}}mn.VisitorBase=iv,as=new WeakMap,ls=new WeakMap;var cc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},De=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},cs,us,dt,yn;Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.PatternVisitor=void 0;const Xt=Me,sv=mn;class ov extends sv.VisitorBase{static{l(this,"PatternVisitor")}static isPattern(t){const n=t.type;return n===Xt.AST_NODE_TYPES.Identifier||n===Xt.AST_NODE_TYPES.ObjectPattern||n===Xt.AST_NODE_TYPES.ArrayPattern||n===Xt.AST_NODE_TYPES.SpreadElement||n===Xt.AST_NODE_TYPES.RestElement||n===Xt.AST_NODE_TYPES.AssignmentPattern}constructor(t,n,i){super(t),cs.set(this,void 0),us.set(this,void 0),dt.set(this,[]),this.rightHandNodes=[],yn.set(this,[]),cc(this,cs,n,"f"),cc(this,us,i,"f")}ArrayExpression(t){t.elements.forEach(this.visit,this)}ArrayPattern(t){for(const n of t.elements)this.visit(n)}AssignmentExpression(t){De(this,dt,"f").push(t),this.visit(t.left),this.rightHandNodes.push(t.right),De(this,dt,"f").pop()}AssignmentPattern(t){De(this,dt,"f").push(t),this.visit(t.left),this.rightHandNodes.push(t.right),De(this,dt,"f").pop()}CallExpression(t){t.arguments.forEach(n=>{this.rightHandNodes.push(n)}),this.visit(t.callee)}Decorator(){}Identifier(t){const n=De(this,yn,"f").at(-1);De(this,us,"f").call(this,t,{topLevel:t===De(this,cs,"f"),rest:n?.argument===t,assignments:De(this,dt,"f")})}MemberExpression(t){t.computed&&this.rightHandNodes.push(t.property),this.rightHandNodes.push(t.object)}Property(t){t.computed&&this.rightHandNodes.push(t.key),this.visit(t.value)}RestElement(t){De(this,yn,"f").push(t),this.visit(t.argument),De(this,yn,"f").pop()}SpreadElement(t){this.visit(t.argument)}TSTypeAnnotation(){}}Kt.PatternVisitor=ov,cs=new WeakMap,us=new WeakMap,dt=new WeakMap,yn=new WeakMap,function(e){var t=h&&h.__classPrivateFieldGet||function(u,p,E,m){if(E==="a"&&!m)throw new TypeError("Private accessor was defined without a getter");if(typeof p=="function"?u!==p||!m:!p.has(u))throw new TypeError("Cannot read private member from an object whose class did not declare it");return E==="m"?m:E==="a"?m.call(u):m?m.value:p.get(u)},n=h&&h.__classPrivateFieldSet||function(u,p,E,m,y){if(m==="m")throw new TypeError("Private method is not writable");if(m==="a"&&!y)throw new TypeError("Private accessor was defined without a setter");if(typeof p=="function"?u!==p||!y:!p.has(u))throw new TypeError("Cannot write private member to an object whose class did not declare it");return m==="a"?y.call(u,E):y?y.value=E:p.set(u,E),E},i;Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const s=Kt,a=mn;Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:l(function(){return a.VisitorBase},"get")});class c extends a.VisitorBase{static{l(this,"Visitor")}constructor(p){super(p instanceof c?t(p,i,"f"):p),i.set(this,void 0),n(this,i,p instanceof c?t(p,i,"f"):p,"f")}visitPattern(p,E,m={processRightHandNodes:!1}){const y=new s.PatternVisitor(t(this,i,"f"),p,E);y.visit(p),m.processRightHandNodes&&y.rightHandNodes.forEach(this.visit,this)}}e.Visitor=c,i=new WeakMap}(Et);var av=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},ne=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},J;Object.defineProperty(cn,"__esModule",{value:!0}),cn.TypeVisitor=void 0;const zt=Me,hn=qe,_n=Fi,lv=Et;class bo extends lv.Visitor{static{l(this,"TypeVisitor")}constructor(t){super(t),J.set(this,void 0),av(this,J,t,"f")}static visit(t,n){new bo(t).visit(n)}visitFunctionType(t){ne(this,J,"f").scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const n of t.params){let i=!1;this.visitPattern(n,(s,a)=>{ne(this,J,"f").currentScope().defineIdentifier(s,new hn.ParameterDefinition(s,t,a.rest)),s.typeAnnotation&&(this.visit(s.typeAnnotation),i=!0)}),!i&&"typeAnnotation"in n&&this.visit(n.typeAnnotation)}this.visit(t.returnType),ne(this,J,"f").close(t)}visitPropertyKey(t){t.computed&&ne(this,J,"f").visit(t.key)}Identifier(t){ne(this,J,"f").currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){ne(this,J,"f").scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),ne(this,J,"f").close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const n of t.parameters)n.type===zt.AST_NODE_TYPES.Identifier&&this.visit(n.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const n=t.typeParameter;let i=ne(this,J,"f").currentScope();if(i.type===_n.ScopeType.functionType||i.type===_n.ScopeType.mappedType){let s=i.upper;for(;s;){if(s.type===_n.ScopeType.functionType||s.type===_n.ScopeType.mappedType){s=s.upper;continue}if(s.type===_n.ScopeType.conditionalType){i=s;break}break}}i.defineIdentifier(n.name,new hn.TypeDefinition(n.name,n)),this.visit(n.constraint)}TSInterfaceDeclaration(t){ne(this,J,"f").currentScope().defineIdentifier(t.id,new hn.TypeDefinition(t.id,t)),t.typeParameters&&(ne(this,J,"f").scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&ne(this,J,"f").close(t)}TSMappedType(t){ne(this,J,"f").scopeManager.nestMappedTypeScope(t),this.visitChildren(t),ne(this,J,"f").close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){ne(this,J,"f").currentScope().defineIdentifier(t.id,new hn.TypeDefinition(t.id,t)),t.typeParameters&&(ne(this,J,"f").scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&ne(this,J,"f").close(t)}TSTypeParameter(t){ne(this,J,"f").currentScope().defineIdentifier(t.name,new hn.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==zt.AST_NODE_TYPES.TSThisType&&ne(this,J,"f").currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeQuery(t){let n;if(t.exprName.type===zt.AST_NODE_TYPES.TSQualifiedName){let i=t.exprName;for(;i.left.type===zt.AST_NODE_TYPES.TSQualifiedName;)i=i.left;n=i.left}else n=t.exprName,t.exprName.type===zt.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);n.type===zt.AST_NODE_TYPES.Identifier&&ne(this,J,"f").currentScope().referenceValue(n),this.visit(t.typeArguments)}TSTypeAnnotation(t){this.visitChildren(t)}}cn.TypeVisitor=bo,J=new WeakMap;var uc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},H=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},bn,W;Object.defineProperty(Di,"__esModule",{value:!0}),Di.ClassVisitor=void 0;const Ve=Me,mo=qe,cv=cn,uv=Et;class go extends uv.Visitor{static{l(this,"ClassVisitor")}constructor(t,n){super(t),bn.set(this,void 0),W.set(this,void 0),uc(this,W,t,"f"),uc(this,bn,n,"f")}static visit(t,n){new go(t,n).visitClass(n)}visit(t){t&&t.type in this?super.visit(t):H(this,W,"f").visit(t)}visitClass(t){t.type===Ve.AST_NODE_TYPES.ClassDeclaration&&t.id&&H(this,W,"f").currentScope().defineIdentifier(t.id,new mo.ClassNameDefinition(t.id,t)),t.decorators.forEach(n=>H(this,W,"f").visit(n)),H(this,W,"f").scopeManager.nestClassScope(t),t.id&&H(this,W,"f").currentScope().defineIdentifier(t.id,new mo.ClassNameDefinition(t.id,t)),H(this,W,"f").visit(t.superClass),this.visitType(t.typeParameters),this.visitType(t.superTypeArguments),t.implements.forEach(n=>this.visitType(n)),this.visit(t.body),H(this,W,"f").close(t)}visitPropertyDefinition(t){this.visitPropertyBase(t),this.visitType(t.typeAnnotation)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case Ve.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case Ve.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation)}}visitMethodFunction(t,n){t.id&&H(this,W,"f").scopeManager.nestFunctionExpressionNameScope(t),H(this,W,"f").scopeManager.nestFunctionScope(t,!0);let i=!!n.decorators.length;if(i||=n.kind!=="set"&&t.params.some(s=>s.decorators.length),!i&&n.kind==="set"){const s=pc(n);s!=null&&H(this,bn,"f").body.body.find(a=>a!==n&&a.type===Ve.AST_NODE_TYPES.MethodDefinition&&a.static===n.static&&pc(a)===s)?.decorators.length&&(i=!0)}!i&&n.kind==="constructor"&&H(this,bn,"f").decorators.length&&(i=!0);for(const s of t.params)this.visitPattern(s,(a,c)=>{H(this,W,"f").currentScope().defineIdentifier(a,new mo.ParameterDefinition(a,t,c.rest)),H(this,W,"f").referencingDefaultValue(a,c.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(s),s.decorators.forEach(a=>this.visit(a));this.visitType(t.returnType),this.visitType(t.typeParameters),H(this,W,"f").visitChildren(t.body),H(this,W,"f").close(t)}visitPropertyBase(t){t.computed&&H(this,W,"f").visit(t.key),t.value&&((t.type===Ve.AST_NODE_TYPES.PropertyDefinition||t.type===Ve.AST_NODE_TYPES.AccessorProperty)&&H(this,W,"f").scopeManager.nestClassFieldInitializerScope(t.value),H(this,W,"f").visit(t.value),(t.type===Ve.AST_NODE_TYPES.PropertyDefinition||t.type===Ve.AST_NODE_TYPES.AccessorProperty)&&H(this,W,"f").close(t.value)),t.decorators.forEach(n=>H(this,W,"f").visit(n))}visitMethod(t){t.computed&&H(this,W,"f").visit(t.key),t.value.type===Ve.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(t.value,t):H(this,W,"f").visit(t.value),t.decorators.forEach(n=>H(this,W,"f").visit(n))}visitType(t){t&&cv.TypeVisitor.visit(H(this,W,"f"),t)}AccessorProperty(t){this.visitPropertyDefinition(t)}ClassBody(t){this.visitChildren(t)}PropertyDefinition(t){this.visitPropertyDefinition(t)}MethodDefinition(t){this.visitMethod(t)}TSAbstractAccessorProperty(t){this.visitPropertyDefinition(t)}TSAbstractPropertyDefinition(t){this.visitPropertyDefinition(t)}TSAbstractMethodDefinition(t){this.visitPropertyBase(t)}Identifier(t){H(this,W,"f").visit(t)}PrivateIdentifier(){}TSIndexSignature(t){this.visitType(t)}StaticBlock(t){H(this,W,"f").scopeManager.nestClassStaticBlockScope(t),t.body.forEach(n=>this.visit(n)),H(this,W,"f").close(t)}}Di.ClassVisitor=go,bn=new WeakMap,W=new WeakMap;function pc(e){if(e.computed&&e.key.type===Ve.AST_NODE_TYPES.Literal){if(typeof e.key.value=="string"||typeof e.key.value=="number")return e.key.value}else if(!e.computed&&e.key.type===Ve.AST_NODE_TYPES.Identifier)return e.key.name;return null}l(pc,"getLiteralMethodKeyName");var ps={},fc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},fs=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},qt,Es;Object.defineProperty(ps,"__esModule",{value:!0}),ps.ExportVisitor=void 0;const pv=Me,fv=Et;class vo extends fv.Visitor{static{l(this,"ExportVisitor")}constructor(t,n){super(n),qt.set(this,void 0),Es.set(this,void 0),fc(this,Es,t,"f"),fc(this,qt,n,"f")}static visit(t,n){new vo(n,t).visit(n)}Identifier(t){fs(this,Es,"f").exportKind==="type"?fs(this,qt,"f").currentScope().referenceType(t):fs(this,qt,"f").currentScope().referenceDualValueType(t)}ExportDefaultDeclaration(t){t.declaration.type===pv.AST_NODE_TYPES.Identifier&&this.visit(t.declaration)}ExportNamedDeclaration(t){t.source||t.declaration||this.visitChildren(t)}ExportSpecifier(t){t.exportKind==="type"?fs(this,qt,"f").currentScope().referenceType(t.local):this.visit(t.local)}}ps.ExportVisitor=vo,qt=new WeakMap,Es=new WeakMap;var ds={},Ec=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},dc=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},Ts,Ps;Object.defineProperty(ds,"__esModule",{value:!0}),ds.ImportVisitor=void 0;const Ev=qe,dv=Et;class So extends dv.Visitor{static{l(this,"ImportVisitor")}constructor(t,n){super(n),Ts.set(this,void 0),Ps.set(this,void 0),Ec(this,Ts,t,"f"),Ec(this,Ps,n,"f")}static visit(t,n){new So(n,t).visit(n)}visitImport(t,n){dc(this,Ps,"f").currentScope().defineIdentifier(t,new Ev.ImportBindingDefinition(t,n,dc(this,Ts,"f")))}ImportNamespaceSpecifier(t){const n=t.local;this.visitImport(n,t)}ImportDefaultSpecifier(t){const n=t.local;this.visitImport(n,t)}ImportSpecifier(t){const n=t.local;this.visitImport(n,t)}}ds.ImportVisitor=So,Ts=new WeakMap,Ps=new WeakMap;var gn=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Tt=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},vn,Sn,ms,ys,hs;Object.defineProperty(qn,"__esModule",{value:!0}),qn.Referencer=void 0;const ie=Me,Tc=at,Fe=qe,Tv=li,Pv=Di,Pc=ps,mv=ds,mc=Kt,Pt=Ie,yv=cn,hv=Et;class _v extends hv.Visitor{static{l(this,"Referencer")}constructor(t,n){super(t),vn.set(this,void 0),Sn.set(this,void 0),ms.set(this,!1),ys.set(this,!1),hs.set(this,void 0),this.scopeManager=n,gn(this,vn,t.jsxPragma,"f"),gn(this,Sn,t.jsxFragmentName,"f"),gn(this,hs,t.lib,"f")}currentScope(t){return t||(0,Tc.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}close(t){for(;this.currentScope(!0)&&t===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}referencingDefaultValue(t,n,i,s){n.forEach(a=>{this.currentScope().referenceValue(t,Pt.ReferenceFlag.Write,a.right,i,s)})}populateGlobalsFromLib(t){for(const n of Tt(this,hs,"f")){const i=Tv.lib[n];if(!i)throw new Error(`Invalid value for lib provided: ${n}`);for(const[s,a]of Object.entries(i))t.defineImplicitVariable(s,a)}t.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}referenceInSomeUpperScope(t){let n=this.scopeManager.currentScope;for(;n;){const i=n.set.get(t);if(!i){n=n.upper;continue}return n.referenceValue(i.identifiers[0]),!0}return!1}referenceJsxPragma(){Tt(this,vn,"f")==null||Tt(this,ms,"f")||gn(this,ms,this.referenceInSomeUpperScope(Tt(this,vn,"f")),"f")}referenceJsxFragment(){Tt(this,Sn,"f")==null||Tt(this,ys,"f")||gn(this,ys,this.referenceInSomeUpperScope(Tt(this,Sn,"f")),"f")}visitClass(t){Pv.ClassVisitor.visit(this,t)}visitForIn(t){t.left.type===ie.AST_NODE_TYPES.VariableDeclaration&&t.left.kind!=="var"&&this.scopeManager.nestForScope(t),t.left.type===ie.AST_NODE_TYPES.VariableDeclaration?(this.visit(t.left),this.visitPattern(t.left.declarations[0].id,n=>{this.currentScope().referenceValue(n,Pt.ReferenceFlag.Write,t.right,null,!0)})):this.visitPattern(t.left,(n,i)=>{const s=this.currentScope().isStrict?null:{pattern:n,node:t};this.referencingDefaultValue(n,i.assignments,s,!1),this.currentScope().referenceValue(n,Pt.ReferenceFlag.Write,t.right,s,!1)},{processRightHandNodes:!0}),this.visit(t.right),this.visit(t.body),this.close(t)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case ie.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case ie.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation);break}}visitFunction(t){t.type===ie.AST_NODE_TYPES.FunctionExpression?t.id&&this.scopeManager.nestFunctionExpressionNameScope(t):t.id&&this.currentScope().defineIdentifier(t.id,new Fe.FunctionNameDefinition(t.id,t)),this.scopeManager.nestFunctionScope(t,!1);for(const n of t.params)this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new Fe.ParameterDefinition(i,t,s.rest)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(n),n.decorators.forEach(i=>this.visit(i));this.visitType(t.returnType),this.visitType(t.typeParameters),t.body&&(t.body.type===ie.AST_NODE_TYPES.BlockStatement?this.visitChildren(t.body):this.visit(t.body)),this.close(t)}visitProperty(t){t.computed&&this.visit(t.key),this.visit(t.value)}visitType(t){t&&yv.TypeVisitor.visit(this,t)}visitTypeAssertion(t){this.visit(t.expression),this.visitType(t.typeAnnotation)}ArrowFunctionExpression(t){this.visitFunction(t)}AssignmentExpression(t){let n=t.left;switch(n.type){case ie.AST_NODE_TYPES.TSAsExpression:case ie.AST_NODE_TYPES.TSTypeAssertion:this.visitType(n.typeAnnotation);case ie.AST_NODE_TYPES.TSNonNullExpression:n=n.expression}mc.PatternVisitor.isPattern(n)?t.operator==="="?this.visitPattern(n,(i,s)=>{const a=this.currentScope().isStrict?null:{pattern:i,node:t};this.referencingDefaultValue(i,s.assignments,a,!1),this.currentScope().referenceValue(i,Pt.ReferenceFlag.Write,t.right,a,!1)},{processRightHandNodes:!0}):n.type===ie.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(n,Pt.ReferenceFlag.ReadWrite,t.right):this.visit(n),this.visit(t.right)}BlockStatement(t){this.scopeManager.nestBlockScope(t),this.visitChildren(t),this.close(t)}BreakStatement(){}CallExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}CatchClause(t){if(this.scopeManager.nestCatchScope(t),t.param){const n=t.param;this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new Fe.CatchClauseDefinition(n,t)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(t.body),this.close(t)}ClassExpression(t){this.visitClass(t)}ClassDeclaration(t){this.visitClass(t)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(t){t.declaration.type===ie.AST_NODE_TYPES.Identifier?Pc.ExportVisitor.visit(this,t):this.visit(t.declaration)}TSExportAssignment(t){t.expression.type===ie.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(t.expression):this.visit(t.expression)}ExportNamedDeclaration(t){t.declaration?this.visit(t.declaration):Pc.ExportVisitor.visit(this,t)}ForInStatement(t){this.visitForIn(t)}ForOfStatement(t){this.visitForIn(t)}ForStatement(t){t.init&&t.init.type===ie.AST_NODE_TYPES.VariableDeclaration&&t.init.kind!=="var"&&this.scopeManager.nestForScope(t),this.visitChildren(t),this.close(t)}FunctionDeclaration(t){this.visitFunction(t)}FunctionExpression(t){this.visitFunction(t)}Identifier(t){this.currentScope().referenceValue(t),this.visitType(t.typeAnnotation)}ImportDeclaration(t){(0,Tc.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),mv.ImportVisitor.visit(this,t)}JSXAttribute(t){this.visit(t.value)}JSXClosingElement(){}JSXFragment(t){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(t)}JSXIdentifier(t){this.currentScope().referenceValue(t)}JSXMemberExpression(t){t.object.type!==ie.AST_NODE_TYPES.JSXIdentifier?this.visit(t.object):t.object.name!=="this"&&this.visit(t.object)}JSXOpeningElement(t){this.referenceJsxPragma(),t.name.type===ie.AST_NODE_TYPES.JSXIdentifier?(t.name.name[0].toUpperCase()===t.name.name[0]||t.name.name==="this")&&this.visit(t.name):this.visit(t.name),this.visitType(t.typeArguments);for(const n of t.attributes)this.visit(n)}LabeledStatement(t){this.visit(t.body)}MemberExpression(t){this.visit(t.object),t.computed&&this.visit(t.property)}MetaProperty(){}NewExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}PrivateIdentifier(){}Program(t){const n=this.scopeManager.nestGlobalScope(t);this.populateGlobalsFromLib(n),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(t,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(t),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(t),this.close(t)}Property(t){this.visitProperty(t)}SwitchStatement(t){this.visit(t.discriminant),this.scopeManager.nestSwitchScope(t);for(const n of t.cases)this.visit(n);this.close(t)}TaggedTemplateExpression(t){this.visit(t.tag),this.visit(t.quasi),this.visitType(t.typeArguments)}TSAsExpression(t){this.visitTypeAssertion(t)}TSDeclareFunction(t){this.visitFunction(t)}TSImportEqualsDeclaration(t){this.currentScope().defineIdentifier(t.id,new Fe.ImportBindingDefinition(t.id,t,t)),t.moduleReference.type===ie.AST_NODE_TYPES.TSQualifiedName?this.visit(t.moduleReference.left):this.visit(t.moduleReference)}TSEmptyBodyFunctionExpression(t){this.visitFunction(t)}TSEnumDeclaration(t){this.currentScope().defineIdentifier(t.id,new Fe.TSEnumNameDefinition(t.id,t)),this.scopeManager.nestTSEnumScope(t),this.currentScope().defineIdentifier(t.id,new Fe.TSEnumNameDefinition(t.id,t));for(const n of t.members){if(n.id.type===ie.AST_NODE_TYPES.Literal&&typeof n.id.value=="string"){const i=n.id;this.currentScope().defineLiteralIdentifier(i,new Fe.TSEnumMemberDefinition(i,n))}else!n.computed&&n.id.type===ie.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(n.id,new Fe.TSEnumMemberDefinition(n.id,n));this.visit(n.initializer)}this.close(t)}TSInstantiationExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}TSInterfaceDeclaration(t){this.visitType(t)}TSModuleDeclaration(t){t.id.type===ie.AST_NODE_TYPES.Identifier&&t.kind!=="global"&&this.currentScope().defineIdentifier(t.id,new Fe.TSModuleNameDefinition(t.id,t)),this.scopeManager.nestTSModuleScope(t),this.visit(t.body),this.close(t)}TSSatisfiesExpression(t){this.visitTypeAssertion(t)}TSTypeAliasDeclaration(t){this.visitType(t)}TSTypeAssertion(t){this.visitTypeAssertion(t)}UpdateExpression(t){mc.PatternVisitor.isPattern(t.argument)?this.visitPattern(t.argument,n=>{this.currentScope().referenceValue(n,Pt.ReferenceFlag.ReadWrite,null)}):this.visitChildren(t)}VariableDeclaration(t){const n=t.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const i of t.declarations){const s=i.init;this.visitPattern(i.id,(a,c)=>{n.defineIdentifier(a,new Fe.VariableDefinition(a,i,t)),this.referencingDefaultValue(a,c.assignments,null,!0),s&&this.currentScope().referenceValue(a,Pt.ReferenceFlag.Write,s,null,!0)},{processRightHandNodes:!0}),this.visit(i.init),this.visitType(i.id.typeAnnotation)}}WithStatement(t){this.visit(t.object),this.scopeManager.nestWithScope(t),this.visit(t.body),this.close(t)}ImportAttribute(){}}qn.Referencer=_v,vn=new WeakMap,Sn=new WeakMap,ms=new WeakMap,ys=new WeakMap,hs=new WeakMap,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var t=qn;Object.defineProperty(e,"Referencer",{enumerable:!0,get:l(function(){return t.Referencer},"get")})}(Hl);var Yn={},_s={};Object.defineProperty(_s,"__esModule",{value:!0}),_s.ClassStaticBlockScope=void 0;const bv=ee,gv=z;class vv extends bv.ScopeBase{static{l(this,"ClassStaticBlockScope")}constructor(t,n,i){super(t,gv.ScopeType.classStaticBlock,n,i,!1)}}_s.ClassStaticBlockScope=vv;var Sv=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},yo=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},Jt;Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.ScopeManager=void 0;const se=at,oe=Fi,Yv=Pn,Lv=_s;class Av{static{l(this,"ScopeManager")}get variables(){const t=new Set;function n(i){i.variables.forEach(s=>t.add(s)),i.childScopes.forEach(n)}return l(n,"recurse"),this.scopes.forEach(n),Array.from(t).sort((i,s)=>i.$id-s.$id)}constructor(t){Jt.set(this,void 0),this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,Sv(this,Jt,t,"f"),this.declaredVariables=new WeakMap}isGlobalReturn(){return yo(this,Jt,"f").globalReturn===!0}isModule(){return yo(this,Jt,"f").sourceType==="module"}isImpliedStrict(){return yo(this,Jt,"f").impliedStrict===!0}isStrictModeSupported(){return!0}isES6(){return!0}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,n=!1){function i(a){return!(a.type===oe.ScopeType.function&&a.functionExpressionScope)}l(i,"predicate");const s=this.nodeToScope.get(t);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}nestScope(t){return t instanceof oe.GlobalScope&&((0,se.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}nestBlockScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.CatchScope(this,this.currentScope,t))}nestClassScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ClassScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new Yv.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new Lv.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,n){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionScope(this,this.currentScope,t,n))}nestFunctionTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new oe.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.WithScope(this,this.currentScope,t))}}Yn.ScopeManager=Av,Jt=new WeakMap,Object.defineProperty(lo,"__esModule",{value:!0}),lo.analyze=Ov;const Cv=co,wv=Hl,Vv=Yn,Qt={childVisitorKeys:Cv.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxPragma:"React",jsxFragmentName:null,lib:["es2018"],sourceType:"script",emitDecoratorMetadata:!1};function Ov(e,t){const n={childVisitorKeys:t?.childVisitorKeys??Qt.childVisitorKeys,globalReturn:t?.globalReturn??Qt.globalReturn,impliedStrict:t?.impliedStrict??Qt.impliedStrict,jsxPragma:t?.jsxPragma===void 0?Qt.jsxPragma:t.jsxPragma,jsxFragmentName:t?.jsxFragmentName??Qt.jsxFragmentName,sourceType:t?.sourceType??Qt.sourceType,lib:t?.lib??["esnext"],emitDecoratorMetadata:!1};n.lib=n.lib.map(a=>a.toLowerCase());const i=new Vv.ScopeManager(n);return new wv.Referencer(n,i).visit(e),i}l(Ov,"analyze"),function(e){var t=h&&h.__createBinding||(Object.create?function(p,E,m,y){y===void 0&&(y=m);var L=Object.getOwnPropertyDescriptor(E,m);(!L||("get"in L?!E.__esModule:L.writable||L.configurable))&&(L={enumerable:!0,get:l(function(){return E[m]},"get")}),Object.defineProperty(p,y,L)}:function(p,E,m,y){y===void 0&&(y=m),p[y]=E[m]}),n=h&&h.__exportStar||function(p,E){for(var m in p)m!=="default"&&!Object.prototype.hasOwnProperty.call(E,m)&&t(E,p,m)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.PatternVisitor=e.Visitor=e.Reference=e.analyze=void 0;var i=lo;Object.defineProperty(e,"analyze",{enumerable:!0,get:l(function(){return i.analyze},"get")}),n(qe,e);var s=Ie;Object.defineProperty(e,"Reference",{enumerable:!0,get:l(function(){return s.Reference},"get")});var a=Et;Object.defineProperty(e,"Visitor",{enumerable:!0,get:l(function(){return a.Visitor},"get")});var c=Kt;Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:l(function(){return c.PatternVisitor},"get")}),n(Fi,e);var u=Yn;Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:l(function(){return u.ScopeManager},"get")}),n(ki,e)}(Wl);var Mv=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),Uv=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Rv=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&Mv(t,e,n);return Uv(t,e),t};Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.Scope=void 0;const yc=Rv(Wl);var hc;(function(e){e.ScopeType=yc.ScopeType,e.DefinitionType=yc.DefinitionType})(hc||(Kn.Scope=hc={}));var bs={};Object.defineProperty(bs,"__esModule",{value:!0}),bs.SourceCode=void 0;const Iv=As;class xv extends Iv.SourceCode{static{l(this,"SourceCode")}}bs.SourceCode=xv,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(Fl,e),n($l,e),n(kl,e),n(Wn,e),n(Nl,e),n(jl,e),n(Bl,e),n(Gl,e),n(Hn,e),n(Kn,e),n(bs,e)}(Dl);var _c={},ho={};Object.defineProperty(ho,"__esModule",{value:!0}),ho.isArray=Dv;function Dv(e){return Array.isArray(e)}l(Dv,"isArray"),function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(ho,e)}(_c),function(e){var t=h&&h.__createBinding||(Object.create?function(m,y,L,w){w===void 0&&(w=L);var b=Object.getOwnPropertyDescriptor(y,L);(!b||("get"in b?!y.__esModule:b.writable||b.configurable))&&(b={enumerable:!0,get:l(function(){return y[L]},"get")}),Object.defineProperty(m,w,b)}:function(m,y,L,w){w===void 0&&(w=L),m[w]=y[L]}),n=h&&h.__setModuleDefault||(Object.create?function(m,y){Object.defineProperty(m,"default",{enumerable:!0,value:y})}:function(m,y){m.default=y}),i=h&&h.__importStar||function(m){if(m&&m.__esModule)return m;var y={};if(m!=null)for(var L in m)L!=="default"&&Object.prototype.hasOwnProperty.call(m,L)&&t(y,m,L);return n(y,m),y},s=h&&h.__exportStar||function(m,y){for(var L in m)L!=="default"&&!Object.prototype.hasOwnProperty.call(y,L)&&t(y,m,L)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0;const a=i(bl);e.ASTUtils=a;const c=i(Vl);e.ESLintUtils=c;const u=i(xl);e.JSONSchema=u;const p=i(Dl);e.TSESLint=p;const E=i(_c);e.TSUtils=E,s(ro,e)}(_l);const Fv=_l.ESLintUtils.RuleCreator(e=>e),$v={preferArrowFunction:"Prefer arrow function"},kv=Fv({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:$v},defaultOptions:[],create:l(e=>{const t=new Set,n=["prototype","name","length"],i=l(E=>{if(E.generator||t.has(E))return!1;const{parent:m}=E;if((m.type==="Property"||m.type==="MethodDefinition")&&(m.kind==="set"||m.kind==="get"||m.kind==="constructor")||e.sourceCode.getScope(E).set.get("arguments").references.length>0)return!1;let w=[];if(E.type==="FunctionDeclaration"&&E.id){const[b]=e.sourceCode.getDeclaredVariables(E),[_]=b.references;if(_&&E.range[0]>_.identifier.range[0])return!1;w=b.references}else if(E.type==="FunctionExpression"){const[b]=e.sourceCode.getDeclaredVariables(E);if(b&&w.push(...b.references),E.parent.type==="VariableDeclarator"){const[_]=e.sourceCode.getDeclaredVariables(E.parent);w.push(..._.references.slice(1))}}for(const{identifier:b}of w)if(b.parent.type==="MemberExpression"&&b.parent.property.type==="Identifier"&&n.includes(b.parent.property.name))return!1;return!0},"isConvertable"),s=l(E=>{let m=e.sourceCode.getScope(E);for(;m&&m.block.type!=="FunctionDeclaration"&&m.block.type!=="FunctionExpression";)m=m.upper;return m?.block},"getNearestFunction"),a=l((E,m)=>{const y=e.sourceCode.getFirstToken(E,{filter:l(L=>L.type==="Keyword"&&L.value==="function","filter")});return y?[m.remove(y)]:[]},"removeFunctionToken"),c=l((E,m)=>{const y=e.sourceCode.getTokenBefore(E.body);return[m.insertTextAfter(y,"=>")]},"insertArrow"),u=l((E,m)=>{const y=e.sourceCode.getFirstToken(E.parent,{filter:l(w=>w.type==="Identifier"&&w.value==="async","filter")}),L=e.sourceCode.getTokenAfter(y,{includeComments:!0});return[m.removeRange([y.range[0],L.range[0]]),m.insertTextBefore(E,"async")]},"moveAsyncToken"),p=l((E,m)=>[m.insertTextBefore(E,"("),m.insertTextAfter(E,")")],"wrapInParentheses");return{ThisExpression:l(E=>{t.add(s(E))},"ThisExpression"),Super:l(E=>{t.add(s(E))},"Super"),MetaProperty:l(E=>{E.meta.name==="new"&&E.property.name==="target"&&t.add(s(E))},"MetaProperty"),"FunctionExpression:exit":l(E=>{i(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:l(m=>{const y=[...c(E,m)],{parent:L}=E;if(L.type==="Property"&&L.method||L.type==="MethodDefinition"&&L.kind==="method")y.push(m.insertTextBefore(E,L.type==="Property"?":":"=")),E.async&&y.push(...u(E,m));else if(y.push(...a(E,m)),E.id&&y.push(m.remove(E.id)),L.type==="LogicalExpression"){const b=e.sourceCode.getTokenBefore(E),_=e.sourceCode.getTokenAfter(E);b?.value==="("&&_?.value===")"||y.push(...p(E,m))}return y},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":l(E=>{i(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:l(m=>{const y=[...c(E,m),...a(E,m)];if(E.id){const _=e.sourceCode.getText(E.id);y.push(m.remove(E.id),m.insertTextBefore(E,`const ${_}=`))}const{parent:L}=E;if(L.type==="ExportDefaultDeclaration"&&E.id){const _=e.sourceCode.getFirstToken(L,{filter:l(M=>M.type==="Keyword"&&M.value==="export","filter")}),S=e.sourceCode.getTokenAfter(_,{filter:l(M=>M.type==="Keyword"&&M.value==="default","filter")}),A=[_.range[0],S.range[1]],I=e.sourceCode.text.slice(...A);y.push(m.removeRange(A),m.insertTextAfter(E,`;${I} ${E.id.name}`))}const w=e.sourceCode.getTokenAfter(E,{includeComments:!0});return w&&!e.sourceCode.isSpaceBetween(E,w)&&y.push(m.insertTextAfter(E,";")),y},"fix")})},"FunctionDeclaration:exit")}},"create")}),bc={meta:{name:"pvtnbr/custom-rules",version:bT},rules:{"prefer-arrow-functions":kv},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},Nv=$({plugins:{pvtnbr:bc},rules:bc.configs.base.rules}),gc=l(e=>[$({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),$({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),yT,su,Cs,eu,tu,...iu,...fT,ou,ru,...au,...iT,...nT(e),...pT,...cT,uT,hT,dT,...aT(),sT,Nv].filter(Boolean),"pvtnbr");var jv=gc();export{$ as d,jv as i,_T as n,gc as p};
|
|
11
|
+
`:""}`}set message(t){this.#n=t}}const Ia=l((e,t,n=!0)=>tp(e,{start:t},{highlightCode:n}),"generateCodeFrame"),cp=l((e,t)=>{const n=t.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===e.length){const{line:c,column:u}=Ra(e,e.length-1,{oneBased:!0});return{line:c,column:u+1}}return Ra(e,i,{oneBased:!0})},"getErrorLocation"),up=l(e=>e.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(t,n,i)=>`"${i}"(${lp(i)})`),"addCodePointToUnexpectedToken");function pp(e,t,n){let i;try{return JSON.parse(e,t)}catch(c){i=c.message}let s;e?(s=cp(e,i),i=up(i)):i+=" while parsing empty string";const a=new bo(i);throw a.fileName=n,s&&(a.codeFrame=Ia(e,s),a.rawCodeFrame=Ia(e,s,!1)),a}l(pp,"parseJson");const fp=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};var xa=fp;const Ep="2.0.0",Da=256,dp=Number.MAX_SAFE_INTEGER||9007199254740991,Tp=16,Pp=Da-6,mp=["major","premajor","minor","preminor","patch","prepatch","prerelease"];var Fa={MAX_LENGTH:Da,MAX_SAFE_COMPONENT_LENGTH:Tp,MAX_SAFE_BUILD_LENGTH:Pp,MAX_SAFE_INTEGER:dp,RELEASE_TYPES:mp,SEMVER_SPEC_VERSION:Ep,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Ns={exports:{}};(function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:s}=Fa,a=xa;t=e.exports={};const c=t.re=[],u=t.safeRe=[],p=t.src=[],E=t.t={};let m=0;const y="[a-zA-Z0-9-]",L=[["\\s",1],["\\d",s],[y,i]],w=l(_=>{for(const[S,A]of L)_=_.split(`${S}*`).join(`${S}{0,${A}}`).split(`${S}+`).join(`${S}{1,${A}}`);return _},"makeSafeRegex"),b=l((_,S,A)=>{const I=w(S),M=m++;a(_,M,S),E[_]=M,p[M]=S,c[M]=new RegExp(S,A?"g":void 0),u[M]=new RegExp(I,A?"g":void 0)},"createToken");b("NUMERICIDENTIFIER","0|[1-9]\\d*"),b("NUMERICIDENTIFIERLOOSE","\\d+"),b("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${y}*`),b("MAINVERSION",`(${p[E.NUMERICIDENTIFIER]})\\.(${p[E.NUMERICIDENTIFIER]})\\.(${p[E.NUMERICIDENTIFIER]})`),b("MAINVERSIONLOOSE",`(${p[E.NUMERICIDENTIFIERLOOSE]})\\.(${p[E.NUMERICIDENTIFIERLOOSE]})\\.(${p[E.NUMERICIDENTIFIERLOOSE]})`),b("PRERELEASEIDENTIFIER",`(?:${p[E.NUMERICIDENTIFIER]}|${p[E.NONNUMERICIDENTIFIER]})`),b("PRERELEASEIDENTIFIERLOOSE",`(?:${p[E.NUMERICIDENTIFIERLOOSE]}|${p[E.NONNUMERICIDENTIFIER]})`),b("PRERELEASE",`(?:-(${p[E.PRERELEASEIDENTIFIER]}(?:\\.${p[E.PRERELEASEIDENTIFIER]})*))`),b("PRERELEASELOOSE",`(?:-?(${p[E.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${p[E.PRERELEASEIDENTIFIERLOOSE]})*))`),b("BUILDIDENTIFIER",`${y}+`),b("BUILD",`(?:\\+(${p[E.BUILDIDENTIFIER]}(?:\\.${p[E.BUILDIDENTIFIER]})*))`),b("FULLPLAIN",`v?${p[E.MAINVERSION]}${p[E.PRERELEASE]}?${p[E.BUILD]}?`),b("FULL",`^${p[E.FULLPLAIN]}$`),b("LOOSEPLAIN",`[v=\\s]*${p[E.MAINVERSIONLOOSE]}${p[E.PRERELEASELOOSE]}?${p[E.BUILD]}?`),b("LOOSE",`^${p[E.LOOSEPLAIN]}$`),b("GTLT","((?:<|>)?=?)"),b("XRANGEIDENTIFIERLOOSE",`${p[E.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),b("XRANGEIDENTIFIER",`${p[E.NUMERICIDENTIFIER]}|x|X|\\*`),b("XRANGEPLAIN",`[v=\\s]*(${p[E.XRANGEIDENTIFIER]})(?:\\.(${p[E.XRANGEIDENTIFIER]})(?:\\.(${p[E.XRANGEIDENTIFIER]})(?:${p[E.PRERELEASE]})?${p[E.BUILD]}?)?)?`),b("XRANGEPLAINLOOSE",`[v=\\s]*(${p[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[E.XRANGEIDENTIFIERLOOSE]})(?:\\.(${p[E.XRANGEIDENTIFIERLOOSE]})(?:${p[E.PRERELEASELOOSE]})?${p[E.BUILD]}?)?)?`),b("XRANGE",`^${p[E.GTLT]}\\s*${p[E.XRANGEPLAIN]}$`),b("XRANGELOOSE",`^${p[E.GTLT]}\\s*${p[E.XRANGEPLAINLOOSE]}$`),b("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),b("COERCE",`${p[E.COERCEPLAIN]}(?:$|[^\\d])`),b("COERCEFULL",p[E.COERCEPLAIN]+`(?:${p[E.PRERELEASE]})?(?:${p[E.BUILD]})?(?:$|[^\\d])`),b("COERCERTL",p[E.COERCE],!0),b("COERCERTLFULL",p[E.COERCEFULL],!0),b("LONETILDE","(?:~>?)"),b("TILDETRIM",`(\\s*)${p[E.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",b("TILDE",`^${p[E.LONETILDE]}${p[E.XRANGEPLAIN]}$`),b("TILDELOOSE",`^${p[E.LONETILDE]}${p[E.XRANGEPLAINLOOSE]}$`),b("LONECARET","(?:\\^)"),b("CARETTRIM",`(\\s*)${p[E.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",b("CARET",`^${p[E.LONECARET]}${p[E.XRANGEPLAIN]}$`),b("CARETLOOSE",`^${p[E.LONECARET]}${p[E.XRANGEPLAINLOOSE]}$`),b("COMPARATORLOOSE",`^${p[E.GTLT]}\\s*(${p[E.LOOSEPLAIN]})$|^$`),b("COMPARATOR",`^${p[E.GTLT]}\\s*(${p[E.FULLPLAIN]})$|^$`),b("COMPARATORTRIM",`(\\s*)${p[E.GTLT]}\\s*(${p[E.LOOSEPLAIN]}|${p[E.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",b("HYPHENRANGE",`^\\s*(${p[E.XRANGEPLAIN]})\\s+-\\s+(${p[E.XRANGEPLAIN]})\\s*$`),b("HYPHENRANGELOOSE",`^\\s*(${p[E.XRANGEPLAINLOOSE]})\\s+-\\s+(${p[E.XRANGEPLAINLOOSE]})\\s*$`),b("STAR","(<|>)?=?\\s*\\*"),b("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),b("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Ns,Ns.exports);var yp=Ns.exports;const hp=Object.freeze({loose:!0}),_p=Object.freeze({}),bp=l(e=>e?typeof e!="object"?hp:e:_p,"parseOptions$1");var gp=bp;const $a=/^[0-9]+$/,ka=l((e,t)=>{const n=$a.test(e),i=$a.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1},"compareIdentifiers$1"),vp=l((e,t)=>ka(t,e),"rcompareIdentifiers");var Sp={compareIdentifiers:ka,rcompareIdentifiers:vp};const Mn=xa,{MAX_LENGTH:Na,MAX_SAFE_INTEGER:Un}=Fa,{safeRe:ja,t:Ba}=yp,Yp=gp,{compareIdentifiers:vt}=Sp;let Lp=class $e{static{l(this,"SemVer")}constructor(t,n){if(n=Yp(n),t instanceof $e){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>Na)throw new TypeError(`version is longer than ${Na} characters`);Mn("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;const i=t.trim().match(n.loose?ja[Ba.LOOSE]:ja[Ba.FULL]);if(!i)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Un||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Un||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Un||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<Un)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(t){if(Mn("SemVer.compare",this.version,this.options,t),!(t instanceof $e)){if(typeof t=="string"&&t===this.version)return 0;t=new $e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof $e||(t=new $e(t,this.options)),vt(this.major,t.major)||vt(this.minor,t.minor)||vt(this.patch,t.patch)}comparePre(t){if(t instanceof $e||(t=new $e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let n=0;do{const i=this.prerelease[n],s=t.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 vt(i,s)}while(++n)}compareBuild(t){t instanceof $e||(t=new $e(t,this.options));let n=0;do{const i=this.build[n],s=t.build[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 vt(i,s)}while(++n)}inc(t,n,i){switch(t){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]),vt(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};var Ap=Lp;const Ga=Ap,Cp=l((e,t,n=!1)=>{if(e instanceof Ga)return e;try{return new Ga(e,t)}catch(i){if(!n)return null;throw i}},"parse$6");var Wa=Cp;const wp=Wa,Vp=l((e,t)=>{const n=wp(e,t);return n?n.version:null},"valid$1");var Op=Vp;const Mp=Wa,Up=l((e,t)=>{const n=Mp(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},"clean");var Rp=Up,Ha=["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"],Ip=["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"],xp=["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"],Dp=[].concat(Ha).concat(Ip),Fp=xp,$p=l(function(e){var t=0;function n(){return t<e.length}l(n,"hasMore");function i(b){if(b instanceof RegExp){var _=e.slice(t),S=_.match(b);if(S)return t+=S[0].length,S[0]}else if(e.indexOf(b,t)===t)return t+=b.length,b}l(i,"read");function s(){i(/[ ]*/)}l(s,"skipWhitespace");function a(){for(var b,_=["WITH","AND","OR","(",")",":","+"],S=0;S<_.length&&(b=i(_[S]),!b);S++);if(b==="+"&&t>1&&e[t-2]===" ")throw new Error("Space before `+`");return b&&{type:"OPERATOR",string:b}}l(a,"operator");function c(){return i(/[A-Za-z0-9-.]+/)}l(c,"idstring");function u(){var b=c();if(!b)throw new Error("Expected idstring at offset "+t);return b}l(u,"expectIdstring");function p(){if(i("DocumentRef-")){var b=u();return{type:"DOCUMENTREF",string:b}}}l(p,"documentRef");function E(){if(i("LicenseRef-")){var b=u();return{type:"LICENSEREF",string:b}}}l(E,"licenseRef");function m(){var b=t,_=c();if(Dp.indexOf(_)!==-1)return{type:"LICENSE",string:_};if(Fp.indexOf(_)!==-1)return{type:"EXCEPTION",string:_};t=b}l(m,"identifier");function y(){return a()||p()||E()||m()}l(y,"parseToken");for(var L=[];n()&&(s(),!!n());){var w=y();if(!w)throw new Error("Unexpected `"+e[t]+"` at offset "+t);L.push(w)}return L},"scan$1"),kp=l(function(e){var t=0;function n(){return t<e.length}l(n,"hasMore");function i(){return n()?e[t]:null}l(i,"token");function s(){if(!n())throw new Error;t++}l(s,"next");function a(_){var S=i();if(S&&S.type==="OPERATOR"&&_===S.string)return s(),S.string}l(a,"parseOperator");function c(){if(a("WITH")){var _=i();if(_&&_.type==="EXCEPTION")return s(),_.string;throw new Error("Expected exception after `WITH`")}}l(c,"parseWith");function u(){var _=t,S="",A=i();if(A.type==="DOCUMENTREF"&&(s(),S+="DocumentRef-"+A.string+":",!a(":")))throw new Error("Expected `:` after `DocumentRef-...`");if(A=i(),A.type==="LICENSEREF")return s(),S+="LicenseRef-"+A.string,{license:S};t=_}l(u,"parseLicenseRef");function p(){var _=i();if(_&&_.type==="LICENSE"){s();var S={license:_.string};a("+")&&(S.plus=!0);var A=c();return A&&(S.exception=A),S}}l(p,"parseLicense");function E(){var _=a("(");if(_){var S=w();if(!a(")"))throw new Error("Expected `)`");return S}}l(E,"parseParenthesizedExpression");function m(){return E()||u()||p()}l(m,"parseAtom");function y(_,S){return l(function A(){var I=S();if(I){if(!a(_))return I;var M=A();if(!M)throw new Error("Expected expression");return{left:I,conjunction:_.toLowerCase(),right:M}}},"parseBinaryOp")}l(y,"makeBinaryOpParser");var L=y("AND",m),w=y("OR",L),b=w();if(!b||n())throw new Error("Syntax error");return b},"parse$3"),Np=$p,jp=kp,Ka=l(function(e){return jp(Np(e))},"spdxExpressionParse"),Bp=Ka,Gp=Ha;function Rn(e){try{return Bp(e),!0}catch{return!1}}l(Rn,"valid");function Xa(e,t){var n=t[0].length-e[0].length;return n!==0?n:e[0].toUpperCase().localeCompare(t[0].toUpperCase())}l(Xa,"sortTranspositions");var za=[["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(Xa),Wp=0,Hp=1,qa=[function(e){return e.toUpperCase()},function(e){return e.trim()},function(e){return e.replace(/\./g,"")},function(e){return e.replace(/\s+/g,"")},function(e){return e.replace(/\s+/g,"-")},function(e){return e.replace("v","-")},function(e){return e.replace(/,?\s*(\d)/,"-$1")},function(e){return e.replace(/,?\s*(\d)/,"-$1.0")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2")},function(e){return e.replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/,"-$2.0")},function(e){return e[0].toUpperCase()+e.slice(1)},function(e){return e.replace("/","-")},function(e){return e.replace(/\s*V\s*(\d)/,"-$1").replace(/(\d)$/,"$1.0")},function(e){return e.indexOf("3.0")!==-1?e+"-or-later":e+"-only"},function(e){return e+"only"},function(e){return e.replace(/(\d)$/,"-$1.0")},function(e){return e.replace(/(-| )?(\d)$/,"-$2-Clause")},function(e){return e.replace(/(-| )clause(-| )(\d)/,"-$3-Clause")},function(e){return e.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i,"BSD-3-Clause")},function(e){return e.replace(/\bSimplified(-| )?BSD((-| )License)?/i,"BSD-2-Clause")},function(e){return e.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i,"BSD-2-Clause-$1BSD")},function(e){return e.replace(/\bClear(-| )?BSD((-| )License)?/i,"BSD-3-Clause-Clear")},function(e){return e.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i,"BSD-4-Clause")},function(e){return"CC-"+e},function(e){return"CC-"+e+"-4.0"},function(e){return e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")},function(e){return"CC-"+e.replace("Attribution","BY").replace("NonCommercial","NC").replace("NoDerivatives","ND").replace(/ (\d)/,"-$1").replace(/ ?International/,"")+"-4.0"}],js=Gp.map(function(e){var t=/^(.*)-\d+\.\d+$/.exec(e);return t?[t[0],t[1]]:[e,null]}).reduce(function(e,t){var n=t[1];return e[n]=e[n]||[],e[n].push(t[0]),e},{}),Kp=Object.keys(js).map(l(function(t){return[t,js[t]]},"makeEntries")).filter(l(function(t){return t[1].length===1&&t[0]!==null&&t[0]!=="APL"},"identifySoleVersions")).map(l(function(t){return[t[0],t[1][0]]},"createLastResorts"));js=void 0;var Ja=[["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(Kp).sort(Xa),Xp=0,zp=1,Qa=l(function(e){for(var t=0;t<qa.length;t++){var n=qa[t](e).trim();if(n!==e&&Rn(n))return n}return null},"validTransformation"),Za=l(function(e){for(var t=e.toUpperCase(),n=0;n<Ja.length;n++){var i=Ja[n];if(t.indexOf(i[Xp])>-1)return i[zp]}return null},"validLastResort"),el=l(function(e,t){for(var n=0;n<za.length;n++){var i=za[n],s=i[Wp];if(e.indexOf(s)>-1){var a=e.replace(s,i[Hp]),c=t(a);if(c!==null)return c}}return null},"anyCorrection"),qp=l(function(e,t){t=t||{};var n=t.upgrade===void 0?!0:!!t.upgrade;function i(u){return n?Jp(u):u}l(i,"postprocess");var s=typeof e=="string"&&e.trim().length!==0;if(!s)throw Error("Invalid argument. Expected non-empty string.");if(e=e.trim(),Rn(e))return i(e);var a=e.replace(/\+$/,"").trim();if(Rn(a))return i(a);var c=Qa(e);return c!==null||(c=el(e,function(u){return Rn(u)?u:Qa(u)}),c!==null)||(c=Za(e),c!==null)||(c=el(e,Za),c!==null)?i(c):null},"spdxCorrect");function Jp(e){return["GPL-1.0","LGPL-1.0","AGPL-1.0","GPL-2.0","LGPL-2.0","AGPL-2.0","LGPL-2.1"].indexOf(e)!==-1?e+"-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(e)!==-1?e.replace(/\+$/,"-or-later"):["GPL-3.0","LGPL-3.0","AGPL-3.0"].indexOf(e)!==-1?e+"-or-later":e}l(Jp,"upgradeGPLs");var Qp=Ka,Zp=qp,tl='license should be a valid SPDX license expression (without "LicenseRef"), "UNLICENSED", or "SEE LICENSE IN <filename>"',ef=/^SEE LICEN[CS]E IN (.+)$/;function rl(e,t){return t.slice(0,e.length)===e}l(rl,"startsWith");function Bs(e){if(e.hasOwnProperty("license")){var t=e.license;return rl("LicenseRef",t)||rl("DocumentRef",t)}else return Bs(e.left)||Bs(e.right)}l(Bs,"usesLicenseRef");var tf=l(function(e){var t;try{t=Qp(e)}catch{var n;if(e==="UNLICENSED"||e==="UNLICENCED")return{validForOldPackages:!0,validForNewPackages:!0,unlicensed:!0};if(n=ef.exec(e))return{validForOldPackages:!0,validForNewPackages:!0,inFile:n[1]};var i={validForOldPackages:!1,validForNewPackages:!1,warnings:[tl]};if(e.trim().length!==0){var s=Zp(e);s&&i.warnings.push('license is similar to the valid expression "'+s+'"')}return i}return Bs(t)?{validForNewPackages:!1,validForOldPackages:!1,spdx:!0,warnings:[tl]}:{validForNewPackages:!0,validForOldPackages:!0,spdx:!0}},"validateNpmPackageLicense"),In={};Object.defineProperty(In,"__esModule",{value:!0}),In.LRUCache=void 0;const St=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,nl=new Set,Gs=typeof process=="object"&&process?process:{},il=l((e,t,n,i)=>{typeof Gs.emitWarning=="function"?Gs.emitWarning(e,t,n,i):console.error(`[${n}] ${t}: ${e}`)},"emitWarning");let xn=globalThis.AbortController,sl=globalThis.AbortSignal;if(typeof xn>"u"){sl=class{static{l(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(i,s){this._onabort.push(s)}},xn=class{static{l(this,"AbortController")}constructor(){t()}signal=new sl;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 e=Gs.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const t=l(()=>{e&&(e=!1,il("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",t))},"warnACPolyfill")}const rf=l(e=>!nl.has(e),"shouldWarn"),He=l(e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),"isPosInt"),ol=l(e=>He(e)?e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?Dn:null:null,"getUintArray");class Dn extends Array{static{l(this,"ZeroArray")}constructor(t){super(t),this.fill(0)}}class Zt{static{l(this,"Stack")}heap;length;static#n=!1;static create(t){const n=ol(t);if(!n)return[];Zt.#n=!0;const i=new Zt(t,n);return Zt.#n=!1,i}constructor(t,n){if(!Zt.#n)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}let nf=class Sc{static{l(this,"LRUCache")}#n;#c;#t;#P;#w;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#m;#s;#i;#e;#p;#E;#u;#a;#y;#l;#h;#_;#d;#b;#Y;#f;static unsafeExposeInternals(t){return{starts:t.#_,ttls:t.#d,sizes:t.#h,keyMap:t.#s,keyList:t.#i,valList:t.#e,next:t.#p,prev:t.#E,get head(){return t.#u},get tail(){return t.#a},free:t.#y,isBackgroundFetch:l(n=>t.#r(n),"isBackgroundFetch"),backgroundFetch:l((n,i,s,a)=>t.#M(n,i,s,a),"backgroundFetch"),moveToTail:l(n=>t.#C(n),"moveToTail"),indexes:l(n=>t.#g(n),"indexes"),rindexes:l(n=>t.#v(n),"rindexes"),isStale:l(n=>t.#T(n),"isStale")}}get max(){return this.#n}get maxSize(){return this.#c}get calculatedSize(){return this.#m}get size(){return this.#o}get fetchMethod(){return this.#w}get dispose(){return this.#t}get disposeAfter(){return this.#P}constructor(t){const{max:n=0,ttl:i,ttlResolution:s=1,ttlAutopurge:a,updateAgeOnGet:c,updateAgeOnHas:u,allowStale:p,dispose:E,disposeAfter:m,noDisposeOnSet:y,noUpdateTTL:L,maxSize:w=0,maxEntrySize:b=0,sizeCalculation:_,fetchMethod:S,noDeleteOnFetchRejection:A,noDeleteOnStaleGet:I,allowStaleOnFetchRejection:M,allowStaleOnFetchAbort:j,ignoreFetchAbort:ae}=t;if(n!==0&&!He(n))throw new TypeError("max option must be a nonnegative integer");const fe=n?ol(n):Array;if(!fe)throw new Error("invalid max value: "+n);if(this.#n=n,this.#c=w,this.maxEntrySize=b||this.#c,this.sizeCalculation=_,this.sizeCalculation){if(!this.#c&&!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.#w=S,this.#Y=!!S,this.#s=new Map,this.#i=new Array(n).fill(void 0),this.#e=new Array(n).fill(void 0),this.#p=new fe(n),this.#E=new fe(n),this.#u=0,this.#a=0,this.#y=Zt.create(n),this.#o=0,this.#m=0,typeof E=="function"&&(this.#t=E),typeof m=="function"?(this.#P=m,this.#l=[]):(this.#P=void 0,this.#l=void 0),this.#b=!!this.#t,this.#f=!!this.#P,this.noDisposeOnSet=!!y,this.noUpdateTTL=!!L,this.noDeleteOnFetchRejection=!!A,this.allowStaleOnFetchRejection=!!M,this.allowStaleOnFetchAbort=!!j,this.ignoreFetchAbort=!!ae,this.maxEntrySize!==0){if(this.#c!==0&&!He(this.#c))throw new TypeError("maxSize must be a positive integer if specified");if(!He(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!p,this.noDeleteOnStaleGet=!!I,this.updateAgeOnGet=!!c,this.updateAgeOnHas=!!u,this.ttlResolution=He(s)||s===0?s:1,this.ttlAutopurge=!!a,this.ttl=i||0,this.ttl){if(!He(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}if(this.#n===0&&this.ttl===0&&this.#c===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#c){const he="LRU_CACHE_UNBOUNDED";rf(he)&&(nl.add(he),il("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",he,Sc))}}getRemainingTTL(t){return this.#s.has(t)?1/0:0}#U(){const t=new Dn(this.#n),n=new Dn(this.#n);this.#d=t,this.#_=n,this.#R=(a,c,u=St.now())=>{if(n[a]=c!==0?u:0,t[a]=c,c!==0&&this.ttlAutopurge){const p=setTimeout(()=>{this.#T(a)&&this.delete(this.#i[a])},c+1);p.unref&&p.unref()}},this.#L=a=>{n[a]=t[a]!==0?St.now():0},this.#S=(a,c)=>{if(t[c]){const u=t[c],p=n[c];if(!u||!p)return;a.ttl=u,a.start=p,a.now=i||s();const E=a.now-p;a.remainingTTL=u-E}};let i=0;const s=l(()=>{const a=St.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.#s.get(a);if(c===void 0)return 0;const u=t[c],p=n[c];if(!u||!p)return 1/0;const E=(i||s())-p;return u-E},this.#T=a=>{const c=n[a],u=t[a];return!!u&&!!c&&(i||s())-c>u}}#L=l(()=>{},"#updateItemAge");#S=l(()=>{},"#statusTTL");#R=l(()=>{},"#setItemTTL");#T=l(()=>!1,"#isStale");#F(){const t=new Dn(this.#n);this.#m=0,this.#h=t,this.#A=n=>{this.#m-=t[n],t[n]=0},this.#I=(n,i,s,a)=>{if(this.#r(i))return 0;if(!He(s))if(a){if(typeof a!="function")throw new TypeError("sizeCalculation must be a function");if(s=a(i,n),!He(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.#V=(n,i,s)=>{if(t[n]=i,this.#c){const a=this.#c-t[n];for(;this.#m>a;)this.#O(!0)}this.#m+=t[n],s&&(s.entrySize=i,s.totalCalculatedSize=this.#m)}}#A=l(t=>{},"#removeItemSize");#V=l((t,n,i)=>{},"#addItemSize");#I=l((t,n,i,s)=>{if(i||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#g({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#a;!(!this.#x(n)||((t||!this.#T(n))&&(yield n),n===this.#u));)n=this.#E[n]}*#v({allowStale:t=this.allowStale}={}){if(this.#o)for(let n=this.#u;!(!this.#x(n)||((t||!this.#T(n))&&(yield n),n===this.#a));)n=this.#p[n]}#x(t){return t!==void 0&&this.#s.get(this.#i[t])===t}*entries(){for(const t of this.#g())this.#e[t]!==void 0&&this.#i[t]!==void 0&&!this.#r(this.#e[t])&&(yield[this.#i[t],this.#e[t]])}*rentries(){for(const t of this.#v())this.#e[t]!==void 0&&this.#i[t]!==void 0&&!this.#r(this.#e[t])&&(yield[this.#i[t],this.#e[t]])}*keys(){for(const t of this.#g()){const n=this.#i[t];n!==void 0&&!this.#r(this.#e[t])&&(yield n)}}*rkeys(){for(const t of this.#v()){const n=this.#i[t];n!==void 0&&!this.#r(this.#e[t])&&(yield n)}}*values(){for(const t of this.#g())this.#e[t]!==void 0&&!this.#r(this.#e[t])&&(yield this.#e[t])}*rvalues(){for(const t of this.#v())this.#e[t]!==void 0&&!this.#r(this.#e[t])&&(yield this.#e[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,n={}){for(const i of this.#g()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;if(a!==void 0&&t(a,this.#i[i],this))return this.get(this.#i[i],n)}}forEach(t,n=this){for(const i of this.#g()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;a!==void 0&&t.call(n,a,this.#i[i],this)}}rforEach(t,n=this){for(const i of this.#v()){const s=this.#e[i],a=this.#r(s)?s.__staleWhileFetching:s;a!==void 0&&t.call(n,a,this.#i[i],this)}}purgeStale(){let t=!1;for(const n of this.#v({allowStale:!0}))this.#T(n)&&(this.delete(this.#i[n]),t=!0);return t}info(t){const n=this.#s.get(t);if(n===void 0)return;const i=this.#e[n],s=this.#r(i)?i.__staleWhileFetching:i;if(s===void 0)return;const a={value:s};if(this.#d&&this.#_){const c=this.#d[n],u=this.#_[n];if(c&&u){const p=c-(St.now()-u);a.ttl=p,a.start=Date.now()}}return this.#h&&(a.size=this.#h[n]),a}dump(){const t=[];for(const n of this.#g({allowStale:!0})){const i=this.#i[n],s=this.#e[n],a=this.#r(s)?s.__staleWhileFetching:s;if(a===void 0||i===void 0)continue;const c={value:a};if(this.#d&&this.#_){c.ttl=this.#d[n];const u=St.now()-this.#_[n];c.start=Math.floor(Date.now()-u)}this.#h&&(c.size=this.#h[n]),t.unshift([i,c])}return t}load(t){this.clear();for(const[n,i]of t){if(i.start){const s=Date.now()-i.start;i.start=St.now()-s}this.set(n,i.value,i)}}set(t,n,i={}){if(n===void 0)return this.delete(t),this;const{ttl:s=this.ttl,start:a,noDisposeOnSet:c=this.noDisposeOnSet,sizeCalculation:u=this.sizeCalculation,status:p}=i;let{noUpdateTTL:E=this.noUpdateTTL}=i;const m=this.#I(t,n,i.size||0,u);if(this.maxEntrySize&&m>this.maxEntrySize)return p&&(p.set="miss",p.maxEntrySizeExceeded=!0),this.delete(t),this;let y=this.#o===0?void 0:this.#s.get(t);if(y===void 0)y=this.#o===0?this.#a:this.#y.length!==0?this.#y.pop():this.#o===this.#n?this.#O(!1):this.#o,this.#i[y]=t,this.#e[y]=n,this.#s.set(t,y),this.#p[this.#a]=y,this.#E[y]=this.#a,this.#a=y,this.#o++,this.#V(y,m,p),p&&(p.set="add"),E=!1;else{this.#C(y);const L=this.#e[y];if(n!==L){if(this.#Y&&this.#r(L)){L.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:w}=L;w!==void 0&&!c&&(this.#b&&this.#t?.(w,t,"set"),this.#f&&this.#l?.push([w,t,"set"]))}else c||(this.#b&&this.#t?.(L,t,"set"),this.#f&&this.#l?.push([L,t,"set"]));if(this.#A(y),this.#V(y,m,p),this.#e[y]=n,p){p.set="replace";const w=L&&this.#r(L)?L.__staleWhileFetching:L;w!==void 0&&(p.oldValue=w)}}else p&&(p.set="update")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(E||this.#R(y,s,a),p&&this.#S(p,y)),!c&&this.#f&&this.#l){const L=this.#l;let w;for(;w=L?.shift();)this.#P?.(...w)}return this}pop(){try{for(;this.#o;){const t=this.#e[this.#u];if(this.#O(!0),this.#r(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#f&&this.#l){const t=this.#l;let n;for(;n=t?.shift();)this.#P?.(...n)}}}#O(t){const n=this.#u,i=this.#i[n],s=this.#e[n];return this.#Y&&this.#r(s)?s.__abortController.abort(new Error("evicted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,i,"evict"),this.#f&&this.#l?.push([s,i,"evict"])),this.#A(n),t&&(this.#i[n]=void 0,this.#e[n]=void 0,this.#y.push(n)),this.#o===1?(this.#u=this.#a=0,this.#y.length=0):this.#u=this.#p[n],this.#s.delete(i),this.#o--,n}has(t,n={}){const{updateAgeOnHas:i=this.updateAgeOnHas,status:s}=n,a=this.#s.get(t);if(a!==void 0){const c=this.#e[a];if(this.#r(c)&&c.__staleWhileFetching===void 0)return!1;if(this.#T(a))s&&(s.has="stale",this.#S(s,a));else return i&&this.#L(a),s&&(s.has="hit",this.#S(s,a)),!0}else s&&(s.has="miss");return!1}peek(t,n={}){const{allowStale:i=this.allowStale}=n,s=this.#s.get(t);if(s===void 0||!i&&this.#T(s))return;const a=this.#e[s];return this.#r(a)?a.__staleWhileFetching:a}#M(t,n,i,s){const a=n===void 0?void 0:this.#e[n];if(this.#r(a))return a;const c=new xn,{signal:u}=i;u?.addEventListener("abort",()=>c.abort(u.reason),{signal:c.signal});const p={signal:c.signal,options:i,context:s},E=l((_,S=!1)=>{const{aborted:A}=c.signal,I=i.ignoreFetchAbort&&_!==void 0;if(i.status&&(A&&!S?(i.status.fetchAborted=!0,i.status.fetchError=c.signal.reason,I&&(i.status.fetchAbortIgnored=!0)):i.status.fetchResolved=!0),A&&!I&&!S)return y(c.signal.reason);const M=w;return this.#e[n]===w&&(_===void 0?M.__staleWhileFetching?this.#e[n]=M.__staleWhileFetching:this.delete(t):(i.status&&(i.status.fetchUpdated=!0),this.set(t,_,p.options))),_},"cb"),m=l(_=>(i.status&&(i.status.fetchRejected=!0,i.status.fetchError=_),y(_)),"eb"),y=l(_=>{const{aborted:S}=c.signal,A=S&&i.allowStaleOnFetchAbort,I=A||i.allowStaleOnFetchRejection,M=I||i.noDeleteOnFetchRejection,j=w;if(this.#e[n]===w&&(!M||j.__staleWhileFetching===void 0?this.delete(t):A||(this.#e[n]=j.__staleWhileFetching)),I)return i.status&&j.__staleWhileFetching!==void 0&&(i.status.returnedStale=!0),j.__staleWhileFetching;if(j.__returned===j)throw _},"fetchFail"),L=l((_,S)=>{const A=this.#w?.(t,a,p);A&&A instanceof Promise&&A.then(I=>_(I===void 0?void 0:I),S),c.signal.addEventListener("abort",()=>{(!i.ignoreFetchAbort||i.allowStaleOnFetchAbort)&&(_(void 0),i.allowStaleOnFetchAbort&&(_=l(I=>E(I,!0),"res")))})},"pcall");i.status&&(i.status.fetchDispatched=!0);const w=new Promise(L).then(E,m),b=Object.assign(w,{__abortController:c,__staleWhileFetching:a,__returned:void 0});return n===void 0?(this.set(t,b,{...p.options,status:void 0}),n=this.#s.get(t)):this.#e[n]=b,b}#r(t){if(!this.#Y)return!1;const n=t;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof xn}async fetch(t,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:E=this.sizeCalculation,noUpdateTTL:m=this.noUpdateTTL,noDeleteOnFetchRejection:y=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:L=this.allowStaleOnFetchRejection,ignoreFetchAbort:w=this.ignoreFetchAbort,allowStaleOnFetchAbort:b=this.allowStaleOnFetchAbort,context:_,forceRefresh:S=!1,status:A,signal:I}=n;if(!this.#Y)return A&&(A.fetch="get"),this.get(t,{allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,status:A});const M={allowStale:i,updateAgeOnGet:s,noDeleteOnStaleGet:a,ttl:c,noDisposeOnSet:u,size:p,sizeCalculation:E,noUpdateTTL:m,noDeleteOnFetchRejection:y,allowStaleOnFetchRejection:L,allowStaleOnFetchAbort:b,ignoreFetchAbort:w,status:A,signal:I};let j=this.#s.get(t);if(j===void 0){A&&(A.fetch="miss");const ae=this.#M(t,j,M,_);return ae.__returned=ae}else{const ae=this.#e[j];if(this.#r(ae)){const tr=i&&ae.__staleWhileFetching!==void 0;return A&&(A.fetch="inflight",tr&&(A.returnedStale=!0)),tr?ae.__staleWhileFetching:ae.__returned=ae}const fe=this.#T(j);if(!S&&!fe)return A&&(A.fetch="hit"),this.#C(j),s&&this.#L(j),A&&this.#S(A,j),ae;const he=this.#M(t,j,M,_),er=he.__staleWhileFetching!==void 0&&i;return A&&(A.fetch=fe?"stale":"refresh",er&&fe&&(A.returnedStale=!0)),er?he.__staleWhileFetching:he.__returned=he}}get(t,n={}){const{allowStale:i=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:a=this.noDeleteOnStaleGet,status:c}=n,u=this.#s.get(t);if(u!==void 0){const p=this.#e[u],E=this.#r(p);return c&&this.#S(c,u),this.#T(u)?(c&&(c.get="stale"),E?(c&&i&&p.__staleWhileFetching!==void 0&&(c.returnedStale=!0),i?p.__staleWhileFetching:void 0):(a||this.delete(t),c&&i&&(c.returnedStale=!0),i?p:void 0)):(c&&(c.get="hit"),E?p.__staleWhileFetching:(this.#C(u),s&&this.#L(u),p))}else c&&(c.get="miss")}#D(t,n){this.#E[n]=t,this.#p[t]=n}#C(t){t!==this.#a&&(t===this.#u?this.#u=this.#p[t]:this.#D(this.#E[t],this.#p[t]),this.#D(this.#a,t),this.#a=t)}delete(t){let n=!1;if(this.#o!==0){const i=this.#s.get(t);if(i!==void 0)if(n=!0,this.#o===1)this.clear();else{this.#A(i);const s=this.#e[i];if(this.#r(s)?s.__abortController.abort(new Error("deleted")):(this.#b||this.#f)&&(this.#b&&this.#t?.(s,t,"delete"),this.#f&&this.#l?.push([s,t,"delete"])),this.#s.delete(t),this.#i[i]=void 0,this.#e[i]=void 0,i===this.#a)this.#a=this.#E[i];else if(i===this.#u)this.#u=this.#p[i];else{const a=this.#E[i];this.#p[a]=this.#p[i];const c=this.#p[i];this.#E[c]=this.#E[i]}this.#o--,this.#y.push(i)}}if(this.#f&&this.#l?.length){const i=this.#l;let s;for(;s=i?.shift();)this.#P?.(...s)}return n}clear(){for(const t of this.#v({allowStale:!0})){const n=this.#e[t];if(this.#r(n))n.__abortController.abort(new Error("deleted"));else{const i=this.#i[t];this.#b&&this.#t?.(n,i,"delete"),this.#f&&this.#l?.push([n,i,"delete"])}}if(this.#s.clear(),this.#e.fill(void 0),this.#i.fill(void 0),this.#d&&this.#_&&(this.#d.fill(0),this.#_.fill(0)),this.#h&&this.#h.fill(0),this.#u=0,this.#a=0,this.#y.length=0,this.#m=0,this.#o=0,this.#f&&this.#l){const t=this.#l;let n;for(;n=t?.shift();)this.#P?.(...n)}}};In.LRUCache=nf;const N=l((...e)=>e.every(t=>t)?e.join(""):"","maybeJoin"),te=l(e=>e?encodeURIComponent(e):"","maybeEncode"),al=l(e=>e.toLowerCase().replace(/^\W+|\/|\W+$/g,"").replace(/\W+/g,"-"),"formatHashFragment"),sf={sshtemplate:l(({domain:e,user:t,project:n,committish:i})=>`git@${e}:${t}/${n}.git${N("#",i)}`,"sshtemplate"),sshurltemplate:l(({domain:e,user:t,project:n,committish:i})=>`git+ssh://git@${e}/${t}/${n}.git${N("#",i)}`,"sshurltemplate"),edittemplate:l(({domain:e,user:t,project:n,committish:i,editpath:s,path:a})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i||"HEAD"),"/",a)}`,"edittemplate"),browsetemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i))}`,"browsetemplate"),browsetreetemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s,path:a,fragment:c,hashformat:u})=>`https://${e}/${t}/${n}/${s}/${te(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:e,user:t,project:n,committish:i,blobpath:s,path:a,fragment:c,hashformat:u})=>`https://${e}/${t}/${n}/${s}/${te(i||"HEAD")}/${a}${N("#",u(c||""))}`,"browseblobtemplate"),docstemplate:l(({domain:e,user:t,project:n,treepath:i,committish:s})=>`https://${e}/${t}/${n}${N("/",i,"/",te(s))}#readme`,"docstemplate"),httpstemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git+https://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),filetemplate:l(({domain:e,user:t,project:n,committish:i,path:s})=>`https://${e}/${t}/${n}/raw/${te(i||"HEAD")}/${s}`,"filetemplate"),shortcuttemplate:l(({type:e,user:t,project:n,committish:i})=>`${e}:${t}/${n}${N("#",i)}`,"shortcuttemplate"),pathtemplate:l(({user:e,project:t,committish:n})=>`${e}/${t}${N("#",n)}`,"pathtemplate"),bugstemplate:l(({domain:e,user:t,project:n})=>`https://${e}/${t}/${n}/issues`,"bugstemplate"),hashformat:al},Ke={};Ke.github={protocols:["git:","http:","git+ssh:","git+https:","ssh:","https:"],domain:"github.com",treepath:"tree",blobpath:"blob",editpath:"edit",filetemplate:l(({auth:e,user:t,project:n,committish:i,path:s})=>`https://${N(e,"@")}raw.githubusercontent.com/${t}/${n}/${te(i||"HEAD")}/${s}`,"filetemplate"),gittemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"gittemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://codeload.${e}/${t}/${n}/tar.gz/${te(i||"HEAD")}`,"tarballtemplate"),extract:l(e=>{let[,t,n,i,s]=e.pathname.split("/",5);if(!(i&&i!=="tree")&&(i||(s=e.hash.slice(1)),n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:s}},"extract")},Ke.bitbucket={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"bitbucket.org",treepath:"src",blobpath:"src",editpath:"?mode=edit",edittemplate:l(({domain:e,user:t,project:n,committish:i,treepath:s,path:a,editpath:c})=>`https://${e}/${t}/${n}${N("/",s,"/",te(i||"HEAD"),"/",a,c)}`,"edittemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/get/${te(i||"HEAD")}.tar.gz`,"tarballtemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(!["get"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:e.hash.slice(1)}},"extract")},Ke.gitlab={protocols:["git+ssh:","git+https:","ssh:","https:"],domain:"gitlab.com",treepath:"tree",blobpath:"tree",editpath:"-/edit",httpstemplate:l(({auth:e,domain:t,user:n,project:i,committish:s})=>`git+https://${N(e,"@")}${t}/${n}/${i}.git${N("#",s)}`,"httpstemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/repository/archive.tar.gz?ref=${te(i||"HEAD")}`,"tarballtemplate"),extract:l(e=>{const t=e.pathname.slice(1);if(t.includes("/-/")||t.includes("/archive.tar.gz"))return;const n=t.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:e.hash.slice(1)}},"extract")},Ke.gist={protocols:["git:","git+ssh:","git+https:","ssh:","https:"],domain:"gist.github.com",editpath:"edit",sshtemplate:l(({domain:e,project:t,committish:n})=>`git@${e}:${t}.git${N("#",n)}`,"sshtemplate"),sshurltemplate:l(({domain:e,project:t,committish:n})=>`git+ssh://git@${e}/${t}.git${N("#",n)}`,"sshurltemplate"),edittemplate:l(({domain:e,user:t,project:n,committish:i,editpath:s})=>`https://${e}/${t}/${n}${N("/",te(i))}/${s}`,"edittemplate"),browsetemplate:l(({domain:e,project:t,committish:n})=>`https://${e}/${t}${N("/",te(n))}`,"browsetemplate"),browsetreetemplate:l(({domain:e,project:t,committish:n,path:i,hashformat:s})=>`https://${e}/${t}${N("/",te(n))}${N("#",s(i))}`,"browsetreetemplate"),browseblobtemplate:l(({domain:e,project:t,committish:n,path:i,hashformat:s})=>`https://${e}/${t}${N("/",te(n))}${N("#",s(i))}`,"browseblobtemplate"),docstemplate:l(({domain:e,project:t,committish:n})=>`https://${e}/${t}${N("/",te(n))}`,"docstemplate"),httpstemplate:l(({domain:e,project:t,committish:n})=>`git+https://${e}/${t}.git${N("#",n)}`,"httpstemplate"),filetemplate:l(({user:e,project:t,committish:n,path:i})=>`https://gist.githubusercontent.com/${e}/${t}/raw${N("/",te(n))}/${i}`,"filetemplate"),shortcuttemplate:l(({type:e,project:t,committish:n})=>`${e}:${t}${N("#",n)}`,"shortcuttemplate"),pathtemplate:l(({project:e,committish:t})=>`${e}${N("#",t)}`,"pathtemplate"),bugstemplate:l(({domain:e,project:t})=>`https://${e}/${t}`,"bugstemplate"),gittemplate:l(({domain:e,project:t,committish:n})=>`git://${e}/${t}.git${N("#",n)}`,"gittemplate"),tarballtemplate:l(({project:e,committish:t})=>`https://codeload.github.com/gist/${e}/tar.gz/${te(t||"HEAD")}`,"tarballtemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(i!=="raw"){if(!n){if(!t)return;n=t,t=null}return n.endsWith(".git")&&(n=n.slice(0,-4)),{user:t,project:n,committish:e.hash.slice(1)}}},"extract"),hashformat:l(function(e){return e&&"file-"+al(e)},"hashformat")},Ke.sourcehut={protocols:["git+ssh:","https:"],domain:"git.sr.ht",treepath:"tree",blobpath:"tree",filetemplate:l(({domain:e,user:t,project:n,committish:i,path:s})=>`https://${e}/${t}/${n}/blob/${te(i)||"HEAD"}/${s}`,"filetemplate"),httpstemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}.git${N("#",i)}`,"httpstemplate"),tarballtemplate:l(({domain:e,user:t,project:n,committish:i})=>`https://${e}/${t}/${n}/archive/${te(i)||"HEAD"}.tar.gz`,"tarballtemplate"),bugstemplate:l(({user:e,project:t})=>null,"bugstemplate"),extract:l(e=>{let[,t,n,i]=e.pathname.split("/",4);if(!["archive"].includes(i)&&(n&&n.endsWith(".git")&&(n=n.slice(0,-4)),!(!t||!n)))return{user:t,project:n,committish:e.hash.slice(1)}},"extract")};for(const[e,t]of Object.entries(Ke))Ke[e]=Object.assign({},sf,t);var of=Ke;const af=Xo,Ws=l((e,t,n)=>{const i=e.indexOf(n);return e.lastIndexOf(t,i>-1?i:1/0)},"lastIndexOfBefore"),ll=l(e=>{try{return new af.URL(e)}catch{}},"safeUrl"),lf=l((e,t)=>{const n=e.indexOf(":"),i=e.slice(0,n+1);if(Object.prototype.hasOwnProperty.call(t,i))return e;const s=e.indexOf("@");return s>-1?s>n?`git+ssh://${e}`:e:e.indexOf("//")===n+1?e:`${e.slice(0,n+1)}//${e.slice(n+1)}`},"correctProtocol"),cf=l(e=>{const t=Ws(e,"@","#"),n=Ws(e,":","#");return n>t&&(e=e.slice(0,n)+"/"+e.slice(n+1)),Ws(e,":","#")===-1&&e.indexOf("//")===-1&&(e=`git+ssh://${e}`),e},"correctUrl");var cl=l((e,t)=>{const n=t?lf(e,t):e;return ll(n)||ll(cf(n))},"parseUrl$2");const uf=cl,pf=l(e=>{const t=e.indexOf("#"),n=e.indexOf("/"),i=e.indexOf("/",n+1),s=e.indexOf(":"),a=/\s/.exec(e),c=e.indexOf("@"),u=!a||t>-1&&a.index>t,p=c===-1||t>-1&&c>t,E=s===-1||t>-1&&s>t,m=i===-1||t>-1&&i>t,y=n>0,L=t>-1?e[t-1]!=="/":!e.endsWith("/"),w=!e.startsWith(".");return u&&y&&L&&w&&p&&E&&m},"isGitHubShorthand");var ff=l((e,t,{gitHosts:n,protocols:i})=>{if(!e)return;const s=pf(e)?`github:${e}`:e,a=uf(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 E=n[c||u];let m=null;i[a.protocol]?.auth&&(a.username||a.password)&&(m=`${a.username}${a.password?":"+a.password:""}`);let y=null,L=null,w=null,b=null;try{if(c){let _=a.pathname.startsWith("/")?a.pathname.slice(1):a.pathname;const S=_.indexOf("@");S>-1&&(_=_.slice(S+1));const A=_.lastIndexOf("/");A>-1?(L=decodeURIComponent(_.slice(0,A)),L||(L=null),w=decodeURIComponent(_.slice(A+1))):w=decodeURIComponent(_),w.endsWith(".git")&&(w=w.slice(0,-4)),a.hash&&(y=decodeURIComponent(a.hash.slice(1))),b="shortcut"}else{if(!E.protocols.includes(a.protocol))return;const _=E.extract(a);if(!_)return;L=_.user&&decodeURIComponent(_.user),w=decodeURIComponent(_.project),y=decodeURIComponent(_.committish),b=i[a.protocol]?.name||a.protocol.slice(0,-1)}}catch(_){if(_ instanceof URIError)return;throw _}return[p,L,m,w,y,b,t]},"fromUrl$1");const{LRUCache:Ef}=In,df=of,Tf=ff,Pf=cl,Hs=new Ef({max:1e3});class Oe{static{l(this,"GitHost")}constructor(t,n,i,s,a,c,u={}){Object.assign(this,Oe.#n[t],{type:t,user:n,auth:i,project:s,committish:a,default:c,opts:u})}static#n={byShortcut:{},byDomain:{}};static#c={"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(t,n){Oe.#n[t]=n,Oe.#n.byDomain[n.domain]=t,Oe.#n.byShortcut[`${t}:`]=t,Oe.#c[`${t}:`]={name:t}}static fromUrl(t,n){if(typeof t!="string")return;const i=t+JSON.stringify(n||{});if(!Hs.has(i)){const s=Tf(t,n,{gitHosts:Oe.#n,protocols:Oe.#c});Hs.set(i,s?new Oe(...s):void 0)}return Hs.get(i)}static parseUrl(t){return Pf(t)}#t(t,n){if(typeof t!="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=t(i);return i.noGitPlus&&s.startsWith("git+")?s.slice(4):s}hash(){return this.committish?`#${this.committish}`:""}ssh(t){return this.#t(this.sshtemplate,t)}sshurl(t){return this.#t(this.sshurltemplate,t)}browse(t,...n){return typeof t!="string"?this.#t(this.browsetemplate,t):typeof n[0]!="string"?this.#t(this.browsetreetemplate,{...n[0],path:t}):this.#t(this.browsetreetemplate,{...n[1],fragment:n[0],path:t})}browseFile(t,...n){return typeof n[0]!="string"?this.#t(this.browseblobtemplate,{...n[0],path:t}):this.#t(this.browseblobtemplate,{...n[1],fragment:n[0],path:t})}docs(t){return this.#t(this.docstemplate,t)}bugs(t){return this.#t(this.bugstemplate,t)}https(t){return this.#t(this.httpstemplate,t)}git(t){return this.#t(this.gittemplate,t)}shortcut(t){return this.#t(this.shortcuttemplate,t)}path(t){return this.#t(this.pathtemplate,t)}tarball(t){return this.#t(this.tarballtemplate,{...t,noCommittish:!1})}file(t,n){return this.#t(this.filetemplate,{...n,path:t})}edit(t,n){return this.#t(this.edittemplate,{...n,path:t})}getDefaultRepresentation(){return this.default}toString(t){return this.default&&typeof this[this.default]=="function"?this[this.default](t):this.sshurl(t)}}for(const[e,t]of Object.entries(df))Oe.addHost(e,t);var mf=Oe,yf="Function.prototype.bind called on incompatible ",hf=Object.prototype.toString,_f=Math.max,bf="[object Function]",ul=l(function(t,n){for(var i=[],s=0;s<t.length;s+=1)i[s]=t[s];for(var a=0;a<n.length;a+=1)i[a+t.length]=n[a];return i},"concatty"),gf=l(function(t,n){for(var i=[],s=n,a=0;s<t.length;s+=1,a+=1)i[a]=t[s];return i},"slicy"),vf=l(function(e,t){for(var n="",i=0;i<e.length;i+=1)n+=e[i],i+1<e.length&&(n+=t);return n},"joiny"),Sf=l(function(t){var n=this;if(typeof n!="function"||hf.apply(n)!==bf)throw new TypeError(yf+n);for(var i=gf(arguments,1),s,a=l(function(){if(this instanceof s){var m=n.apply(this,ul(i,arguments));return Object(m)===m?m:this}return n.apply(t,ul(i,arguments))},"binder"),c=_f(0,n.length-i.length),u=[],p=0;p<c;p++)u[p]="$"+p;if(s=Function("binder","return function ("+vf(u,",")+"){ return binder.apply(this,arguments); }")(a),n.prototype){var E=l(function(){},"Empty");E.prototype=n.prototype,s.prototype=new E,E.prototype=null}return s},"bind"),Yf=Sf,Lf=Function.prototype.bind||Yf,Af=Function.prototype.call,Cf=Object.prototype.hasOwnProperty,wf=Lf,Vf=wf.call(Af,Cf),Of=!0,Mf=">= 8",Uf=">= 0.5 && < 0.9.7",Rf=!0,If=!0,xf=">= 0.5",Df=!0,Ff=!0,$f=!0,kf=">= 1 && < 8",Nf="< 8",jf=!0,Bf=[">= 14.17 && < 15",">= 15.1"],Gf=!0,Wf=">= 0.7.12",Hf=!0,Kf="< 6",Xf=!0,zf=">= 0.11.1",qf=">= 0.11.1",Jf=">= 0.11.1",Qf=">= 0.11.1",Zf=">= 0.11.1",eE=">= 0.11.1",tE=!0,rE=">= 8.8",nE=!0,iE=">= 8",sE="< 8",oE=!0,aE=!0,lE=!0,cE=!0,uE=">= 8.5",pE=">= 1",fE=">= 0.5",EE=!0,dE=!0,TE=!0,PE=">= 0.11.5 && < 3",mE=">= 0.9.4",yE=">= 0.9.4",hE=">= 1.4.1",_E=">= 0.9.4",bE=">= 0.9.4",gE=">= 0.9.4",vE=!0,SE=!0,YE=[">= 0.4 && < 0.7",">= 0.8"],LE=!0,AE=">= 0.11.13",CE=">= 0.11.3 && < 10",wE=">= 0.11.3",VE=!0,OE=">= 10",ME=!0,UE=!0,RE=!0,IE=">= 1",xE=!0,DE=[">= 13.4 && < 13.5",">= 18.17 && < 19",">= 20"],FE=">= 11.7",$E=">= 0.5",kE={assert:Of,"node:assert":[">= 14.18 && < 15",">= 16"],"assert/strict":">= 15","node:assert/strict":">= 16",async_hooks:Mf,"node:async_hooks":[">= 14.18 && < 15",">= 16"],buffer_ieee754:Uf,buffer:Rf,"node:buffer":[">= 14.18 && < 15",">= 16"],child_process:If,"node:child_process":[">= 14.18 && < 15",">= 16"],cluster:xf,"node:cluster":[">= 14.18 && < 15",">= 16"],console:Df,"node:console":[">= 14.18 && < 15",">= 16"],constants:Ff,"node:constants":[">= 14.18 && < 15",">= 16"],crypto:$f,"node:crypto":[">= 14.18 && < 15",">= 16"],_debug_agent:kf,_debugger:Nf,dgram:jf,"node:dgram":[">= 14.18 && < 15",">= 16"],diagnostics_channel:Bf,"node:diagnostics_channel":[">= 14.18 && < 15",">= 16"],dns:Gf,"node:dns":[">= 14.18 && < 15",">= 16"],"dns/promises":">= 15","node:dns/promises":">= 16",domain:Wf,"node:domain":[">= 14.18 && < 15",">= 16"],events:Hf,"node:events":[">= 14.18 && < 15",">= 16"],freelist:Kf,fs:Xf,"node:fs":[">= 14.18 && < 15",">= 16"],"fs/promises":[">= 10 && < 10.1",">= 14"],"node:fs/promises":[">= 14.18 && < 15",">= 16"],_http_agent:zf,"node:_http_agent":[">= 14.18 && < 15",">= 16"],_http_client:qf,"node:_http_client":[">= 14.18 && < 15",">= 16"],_http_common:Jf,"node:_http_common":[">= 14.18 && < 15",">= 16"],_http_incoming:Qf,"node:_http_incoming":[">= 14.18 && < 15",">= 16"],_http_outgoing:Zf,"node:_http_outgoing":[">= 14.18 && < 15",">= 16"],_http_server:eE,"node:_http_server":[">= 14.18 && < 15",">= 16"],http:tE,"node:http":[">= 14.18 && < 15",">= 16"],http2:rE,"node:http2":[">= 14.18 && < 15",">= 16"],https:nE,"node:https":[">= 14.18 && < 15",">= 16"],inspector:iE,"node:inspector":[">= 14.18 && < 15",">= 16"],"inspector/promises":[">= 19"],"node:inspector/promises":[">= 19"],_linklist:sE,module:oE,"node:module":[">= 14.18 && < 15",">= 16"],net:aE,"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:lE,"node:os":[">= 14.18 && < 15",">= 16"],path:cE,"node:path":[">= 14.18 && < 15",">= 16"],"path/posix":">= 15.3","node:path/posix":">= 16","path/win32":">= 15.3","node:path/win32":">= 16",perf_hooks:uE,"node:perf_hooks":[">= 14.18 && < 15",">= 16"],process:pE,"node:process":[">= 14.18 && < 15",">= 16"],punycode:fE,"node:punycode":[">= 14.18 && < 15",">= 16"],querystring:EE,"node:querystring":[">= 14.18 && < 15",">= 16"],readline:dE,"node:readline":[">= 14.18 && < 15",">= 16"],"readline/promises":">= 17","node:readline/promises":">= 17",repl:TE,"node:repl":[">= 14.18 && < 15",">= 16"],smalloc:PE,_stream_duplex:mE,"node:_stream_duplex":[">= 14.18 && < 15",">= 16"],_stream_transform:yE,"node:_stream_transform":[">= 14.18 && < 15",">= 16"],_stream_wrap:hE,"node:_stream_wrap":[">= 14.18 && < 15",">= 16"],_stream_passthrough:_E,"node:_stream_passthrough":[">= 14.18 && < 15",">= 16"],_stream_readable:bE,"node:_stream_readable":[">= 14.18 && < 15",">= 16"],_stream_writable:gE,"node:_stream_writable":[">= 14.18 && < 15",">= 16"],stream:vE,"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:SE,"node:string_decoder":[">= 14.18 && < 15",">= 16"],sys:YE,"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:LE,"node:timers":[">= 14.18 && < 15",">= 16"],"timers/promises":">= 15","node:timers/promises":">= 16",_tls_common:AE,"node:_tls_common":[">= 14.18 && < 15",">= 16"],_tls_legacy:CE,_tls_wrap:wE,"node:_tls_wrap":[">= 14.18 && < 15",">= 16"],tls:VE,"node:tls":[">= 14.18 && < 15",">= 16"],trace_events:OE,"node:trace_events":[">= 14.18 && < 15",">= 16"],tty:ME,"node:tty":[">= 14.18 && < 15",">= 16"],url:UE,"node:url":[">= 14.18 && < 15",">= 16"],util:RE,"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:IE,"node:v8":[">= 14.18 && < 15",">= 16"],vm:xE,"node:vm":[">= 14.18 && < 15",">= 16"],wasi:DE,"node:wasi":[">= 18.17 && < 19",">= 20"],worker_threads:FE,"node:worker_threads":[">= 14.18 && < 15",">= 16"],zlib:$E,"node:zlib":[">= 14.18 && < 15",">= 16"]},NE=Vf;function jE(e,t){for(var n=e.split("."),i=t.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(jE,"specifierIncluded");function pl(e,t){var n=t.split(/ ?&& ?/);if(n.length===0)return!1;for(var i=0;i<n.length;++i)if(!jE(e,n[i]))return!1;return!0}l(pl,"matchesRange");function BE(e,t){if(typeof t=="boolean")return t;var n=typeof e>"u"?process.versions&&process.versions.node:e;if(typeof n!="string")throw new TypeError(typeof e>"u"?"Unable to determine current node version":"If provided, a valid node version is required");if(t&&typeof t=="object"){for(var i=0;i<t.length;++i)if(pl(n,t[i]))return!0;return!1}return pl(n,t)}l(BE,"versionIncluded");var fl=kE,GE=l(function(t,n){return NE(fl,t)&&BE(n,fl[t])},"isCore"),WE=HE;function HE(e){if(!e||e==="ERROR: No README data found!")return;e=e.trim().split(`
|
|
12
|
+
`);let t=0;for(;e[t]&&e[t].trim().match(/^(#|$)/);)t++;const n=e.length;let i=t+1;for(;i<n&&e[i].trim();)i++;return e.slice(t,i).join(" ").trim()}l(HE,"extractDescription$1");var KE={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"},XE={web:"url",name:"url"},zE={server:"start",tests:"test"},qE={topLevel:KE,bugs:XE,script:zE},JE=Op,QE=Rp,ZE=tf,Fn=mf,ed=GE,td=["dependencies","devDependencies","optionalDependencies"],rd=WE,Ks=Xo,Xe=qE,El=l(e=>e.includes("@")&&e.indexOf("@")<e.lastIndexOf("."),"isEmail"),nd={warn:l(function(){},"warn"),fixRepositoryField:l(function(e){if(e.repositories&&(this.warn("repositories"),e.repository=e.repositories[0]),!e.repository)return this.warn("missingRepository");typeof e.repository=="string"&&(e.repository={type:"git",url:e.repository});var t=e.repository.url||"";if(t){var n=Fn.fromUrl(t);n&&(t=e.repository.url=n.getDefaultRepresentation()==="shortcut"?n.https():n.toString())}t.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)&&this.warn("brokenGitUrl",t)},"fixRepositoryField"),fixTypos:l(function(e){Object.keys(Xe.topLevel).forEach(function(t){Object.prototype.hasOwnProperty.call(e,t)&&this.warn("typo",t,Xe.topLevel[t])},this)},"fixTypos"),fixScriptsField:l(function(e){if(e.scripts){if(typeof e.scripts!="object"){this.warn("nonObjectScripts"),delete e.scripts;return}Object.keys(e.scripts).forEach(function(t){typeof e.scripts[t]!="string"?(this.warn("nonStringScript"),delete e.scripts[t]):Xe.script[t]&&!e.scripts[Xe.script[t]]&&this.warn("typo",t,Xe.script[t],"scripts")},this)}},"fixScriptsField"),fixFilesField:l(function(e){var t=e.files;t&&!Array.isArray(t)?(this.warn("nonArrayFiles"),delete e.files):e.files&&(e.files=e.files.filter(function(n){return!n||typeof n!="string"?(this.warn("invalidFilename",n),!1):!0},this))},"fixFilesField"),fixBinField:l(function(e){if(e.bin&&typeof e.bin=="string"){var t={},n;(n=e.name.match(/^@[^/]+[/](.*)$/))?t[n[1]]=e.bin:t[e.name]=e.bin,e.bin=t}},"fixBinField"),fixManField:l(function(e){e.man&&typeof e.man=="string"&&(e.man=[e.man])},"fixManField"),fixBundleDependenciesField:l(function(e){var t="bundledDependencies",n="bundleDependencies";e[t]&&!e[n]&&(e[n]=e[t],delete e[t]),e[n]&&!Array.isArray(e[n])?(this.warn("nonArrayBundleDependencies"),delete e[n]):e[n]&&(e[n]=e[n].filter(function(i){return!i||typeof i!="string"?(this.warn("nonStringBundleDependency",i),!1):(e.dependencies||(e.dependencies={}),Object.prototype.hasOwnProperty.call(e.dependencies,i)||(this.warn("nonDependencyBundleDependency",i),e.dependencies[i]="*"),!0)},this))},"fixBundleDependenciesField"),fixDependencies:l(function(e,t){pd(e,this.warn),cd(e,this.warn),this.fixBundleDependenciesField(e),["dependencies","devDependencies"].forEach(function(n){if(n in e){if(!e[n]||typeof e[n]!="object"){this.warn("nonObjectDependencies",n),delete e[n];return}Object.keys(e[n]).forEach(function(i){var s=e[n][i];typeof s!="string"&&(this.warn("nonStringDependency",i,JSON.stringify(s)),delete e[n][i]);var a=Fn.fromUrl(e[n][i]);a&&(e[n][i]=a.toString())},this)}},this)},"fixDependencies"),fixModulesField:l(function(e){e.modules&&(this.warn("deprecatedModules"),delete e.modules)},"fixModulesField"),fixKeywordsField:l(function(e){typeof e.keywords=="string"&&(e.keywords=e.keywords.split(/,\s+/)),e.keywords&&!Array.isArray(e.keywords)?(delete e.keywords,this.warn("nonArrayKeywords")):e.keywords&&(e.keywords=e.keywords.filter(function(t){return typeof t!="string"||!t?(this.warn("nonStringKeyword"),!1):!0},this))},"fixKeywordsField"),fixVersionField:l(function(e,t){var n=!t;if(!e.version)return e.version="",!0;if(!JE(e.version,n))throw new Error('Invalid version: "'+e.version+'"');return e.version=QE(e.version,n),!0},"fixVersionField"),fixPeople:l(function(e){dl(e,ad),dl(e,ld)},"fixPeople"),fixNameField:l(function(e,t){typeof t=="boolean"?t={strict:t}:typeof t>"u"&&(t={});var n=t.strict;if(!e.name&&!n){e.name="";return}if(typeof e.name!="string")throw new Error("name field must be a string.");n||(e.name=e.name.trim()),od(e.name,n,t.allowLegacyCase),ed(e.name)&&this.warn("conflictingName",e.name)},"fixNameField"),fixDescriptionField:l(function(e){e.description&&typeof e.description!="string"&&(this.warn("nonStringDescription"),delete e.description),e.readme&&!e.description&&(e.description=rd(e.readme)),e.description===void 0&&delete e.description,e.description||this.warn("missingDescription")},"fixDescriptionField"),fixReadmeField:l(function(e){e.readme||(this.warn("missingReadme"),e.readme="ERROR: No README data found!")},"fixReadmeField"),fixBugsField:l(function(e){if(!e.bugs&&e.repository&&e.repository.url){var t=Fn.fromUrl(e.repository.url);t&&t.bugs()&&(e.bugs={url:t.bugs()})}else if(e.bugs){if(typeof e.bugs=="string")El(e.bugs)?e.bugs={email:e.bugs}:Ks.parse(e.bugs).protocol?e.bugs={url:e.bugs}:this.warn("nonEmailUrlBugsString");else{fd(e.bugs,this.warn);var n=e.bugs;e.bugs={},n.url&&(typeof n.url=="string"&&Ks.parse(n.url).protocol?e.bugs.url=n.url:this.warn("nonUrlBugsUrlField")),n.email&&(typeof n.email=="string"&&El(n.email)?e.bugs.email=n.email:this.warn("nonEmailBugsEmailField"))}!e.bugs.email&&!e.bugs.url&&(delete e.bugs,this.warn("emptyNormalizedBugs"))}},"fixBugsField"),fixHomepageField:l(function(e){if(!e.homepage&&e.repository&&e.repository.url){var t=Fn.fromUrl(e.repository.url);t&&t.docs()&&(e.homepage=t.docs())}if(e.homepage){if(typeof e.homepage!="string")return this.warn("nonUrlHomepage"),delete e.homepage;Ks.parse(e.homepage).protocol||(e.homepage="http://"+e.homepage)}},"fixHomepageField"),fixLicenseField:l(function(e){const t=e.license||e.licence;if(!t)return this.warn("missingLicense");if(typeof t!="string"||t.length<1||t.trim()==="")return this.warn("invalidLicense");if(!ZE(t).validForNewPackages)return this.warn("invalidLicense")},"fixLicenseField")};function id(e){if(e.charAt(0)!=="@")return!1;var t=e.slice(1).split("/");return t.length!==2?!1:t[0]&&t[1]&&t[0]===encodeURIComponent(t[0])&&t[1]===encodeURIComponent(t[1])}l(id,"isValidScopedPackageName");function sd(e){return!e.match(/[/@\s+%:]/)&&e===encodeURIComponent(e)}l(sd,"isCorrectlyEncodedName");function od(e,t,n){if(e.charAt(0)==="."||!(id(e)||sd(e))||t&&!n&&e!==e.toLowerCase()||e.toLowerCase()==="node_modules"||e.toLowerCase()==="favicon.ico")throw new Error("Invalid name: "+JSON.stringify(e))}l(od,"ensureValidName");function dl(e,t){return e.author&&(e.author=t(e.author)),["maintainers","contributors"].forEach(function(n){Array.isArray(e[n])&&(e[n]=e[n].map(t))}),e}l(dl,"modifyPeople");function ad(e){if(typeof e=="string")return e;var t=e.name||"",n=e.url||e.web,i=n?" ("+n+")":"",s=e.email||e.mail,a=s?" <"+s+">":"";return t+a+i}l(ad,"unParsePerson");function ld(e){if(typeof e!="string")return e;var t=e.match(/^([^(<]+)/),n=e.match(/\(([^()]+)\)/),i=e.match(/<([^<>]+)>/),s={};return t&&t[0].trim()&&(s.name=t[0].trim()),i&&(s.email=i[1]),n&&(s.url=n[1]),s}l(ld,"parsePerson");function cd(e,t){var n=e.optionalDependencies;if(n){var i=e.dependencies||{};Object.keys(n).forEach(function(s){i[s]=n[s]}),e.dependencies=i}}l(cd,"addOptionalDepsToDeps");function ud(e,t,n){if(!e)return{};if(typeof e=="string"&&(e=e.trim().split(/[\n\r\s\t ,]+/)),!Array.isArray(e))return e;n("deprecatedArrayDependencies",t);var i={};return e.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(ud,"depObjectify");function pd(e,t){td.forEach(function(n){e[n]&&(e[n]=ud(e[n],n,t))})}l(pd,"objectifyDeps");function fd(e,t){e&&Object.keys(e).forEach(function(n){Xe.bugs[n]&&(t("typo",n,Xe.bugs[n],"bugs"),e[Xe.bugs[n]]=e[n],delete e[n])})}l(fd,"bugsTypos");var Ed="'repositories' (plural) Not supported. Please pick one as the 'repository' field",dd="No repository field.",Td="Probably broken git url: %s",Pd="scripts must be an object",md="script values must be string commands",yd="Invalid 'files' member",hd="Invalid filename in 'files' list: %s",_d="Invalid 'bundleDependencies' list. Must be array of package names",bd="Invalid bundleDependencies member: %s",gd="Non-dependency in bundleDependencies: %s",vd="%s field must be an object",Sd="Invalid dependency: %s %s",Yd="specifying %s as array is deprecated",Ld="modules field is deprecated",Ad="keywords should be an array of strings",Cd="keywords should be an array of strings",wd="%s is also the name of a node core module.",Vd="'description' field should be a string",Od="No description",Md="No README data",Ud="No license field.",Rd="Bug string field must be url, email, or {email,url}",Id="bugs.url field must be a string url. Deleted.",xd="bugs.email field must be a string email. Deleted.",Dd="Normalized value of bugs field is an empty object. Deleted.",Fd="homepage field must be a string url. Deleted.",$d="license should be a valid SPDX license expression",kd="%s should probably be %s.",Nd={repositories:Ed,missingRepository:dd,brokenGitUrl:Td,nonObjectScripts:Pd,nonStringScript:md,nonArrayFiles:yd,invalidFilename:hd,nonArrayBundleDependencies:_d,nonStringBundleDependency:bd,nonDependencyBundleDependency:gd,nonObjectDependencies:vd,nonStringDependency:Sd,deprecatedArrayDependencies:Yd,deprecatedModules:Ld,nonArrayKeywords:Ad,nonStringKeyword:Cd,conflictingName:wd,nonStringDescription:Vd,missingDescription:Od,missingReadme:Md,missingLicense:Ud,nonEmailUrlBugsString:Rd,nonUrlBugsUrlField:Id,nonEmailBugsEmailField:xd,emptyNormalizedBugs:Dd,nonUrlHomepage:Fd,invalidLicense:$d,typo:kd},Tl=zc,Xs=Nd,jd=l(function(){var e=Array.prototype.slice.call(arguments,0),t=e.shift();if(t==="typo")return Bd.apply(null,e);var n=Xs[t]?Xs[t]:t+": '%s'";return e.unshift(n),Tl.format.apply(null,e)},"make_warning");function Bd(e,t,n){return n&&(e=n+"['"+e+"']",t=n+"['"+t+"']"),Tl.format(Xs.typo,e,t)}l(Bd,"makeTypoWarning");var Gd=Pl,zs=nd;Pl.fixer=zs;var Wd=jd,Hd=["name","version","description","repository","modules","scripts","files","bin","man","bugs","keywords","readme","homepage","license"],Kd=["dependencies","people","typos"],qs=Hd.map(function(e){return ml(e)+"Field"});qs=qs.concat(Kd);function Pl(e,t,n){t===!0&&(t=null,n=!0),n||(n=!1),(!t||e.private)&&(t=l(function(i){},"warn")),e.scripts&&e.scripts.install==="node-gyp rebuild"&&!e.scripts.preinstall&&(e.gypfile=!0),zs.warn=function(){t(Wd.apply(null,arguments))},qs.forEach(function(i){zs["fix"+ml(i)](e,n)}),e._id=e.name+"@"+e.version}l(Pl,"normalize");function ml(e){return e.charAt(0).toUpperCase()+e.slice(1)}l(ml,"ucFirst");var Xd=cu(Gd);function zd(e){return e instanceof URL?Bo(e):e}l(zd,"toPath");const qd=l(e=>Ho.resolve(zd(e)??".","package.json"),"getPackagePath"),Jd=l((e,t)=>{const n=typeof e=="string"?pp(e):e;return t&&Xd(n),n},"_readPackage");function Qd({cwd:e,normalize:t=!0}={}){const n=Cn.readFileSync(qd(e),"utf8");return Jd(n,t)}l(Qd,"readPackageSync");function Zd(e){const t=Ko("package.json",e);if(t)return{packageJson:Qd({...e,cwd:Ho.dirname(t)}),path:t}}l(Zd,"readPackageUpSync");const Js="js,ts,mjs,cjs,mts,cts",eT=l(()=>{const e=Ko(".nvmrc");if(e){let t=Cn.readFileSync(e,"utf8");return t=t.trim(),t.startsWith("v")&&(t=t.slice(1)),t}return"18.19.0"},"getNodeVersion"),yl=Zd(),tT=yl&&"bin"in yl.packageJson,[$n,Qs,Zs]=Wo.configs["flat/mixed-esm-and-cjs"],eo={"n/no-missing-import":"off","n/no-missing-require":"off","n/no-extraneous-import":"off"},to=F({...$n,files:[...$n.files,"**/*.ts"],languageOptions:{...$n.languageOptions,sourceType:"module"},rules:{...$n.rules,...eo}}),rT=F({...Qs,files:[...Qs.files,"**/*.mts"],rules:{...Qs.rules,...eo}}),nT=F({...Zs,files:[...Zs.files,"**/*.cts"],rules:{...Zs.rules,...eo}}),iT=l((e={})=>{const t=[F({plugins:{n:Wo},settings:{node:{version:`>=${eT()}`}}}),nT];return e?.node&&t.push(to,rT,F({files:e.node===!0?[`**/*.{${Js}}`]:e.node,rules:{"n/global-require":"error","n/no-mixed-requires":["error",{allowCall:!0,grouping:!0}],"n/no-new-require":"error","n/no-path-concat":"error","n/prefer-global/buffer":["error","always"],"n/prefer-global/console":["error","always"],"n/prefer-global/process":["error","always"],"n/prefer-global/text-decoder":["error","always"],"n/prefer-global/text-encoder":["error","always"],"n/prefer-global/url":["error","always"],"n/prefer-global/url-search-params":["error","always"],"n/prefer-promises/dns":"error","n/prefer-promises/fs":"error","n/no-unsupported-features/node-builtins":"warn","n/prefer-node-protocol":"error"}}),F({files:[ws],rules:{"n/global-require":"off"}})),tT&&t.push(F({...to,files:[`**/cli.{${Js}}`,`**/cli/**/*.{${Js}}`],rules:{...to.rules,"n/no-process-exit":"off"}})),t},"node"),sT=[F({plugins:{promise:zo},rules:zo.configs.recommended.rules}),F({rules:{"promise/always-return":"off","promise/catch-or-return":["error",{allowThen:!0}]}})],oT=We("jest")?F({files:["**/{test,tests}/*"],languageOptions:{globals:An.jest}}):void 0,{recommended:aT}=qo.configs,lT=l(()=>[F({files:["**/*.md"],plugins:{markdown:qo},processor:"markdown/markdown"}),F(aT[2]),F({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"]}}),F({files:["**/*.md/*.{js,jsx,vue}"],rules:{"no-unused-vars":"warn"}}),F({files:["**/*.md/*.{jsx,tsx}"],rules:{"react/jsx-indent-props":["error",4],"react/jsx-no-undef":"off","react/react-in-jsx-scope":"off"}}),F({files:["**/*.md/*.vue"],rules:{"vue/html-indent":["error",4],"vue/no-undef-components":"warn","vue/require-v-for-key":"off"}}),F({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"}}),F({files:["**/*.md/*.{json,json5}"],rules:{"jsonc/indent":["error",4],"unicorn/filename-case":"off"}})],"markdown"),[cT]=wn.configs.base.overrides,uT=[F({files:["**/*.{json,json5,jsonc}"],plugins:{jsonc:wn},languageOptions:{parser:wn},rules:{...cT.rules,"jsonc/indent":["error","tab"],"jsonc/key-spacing":["error",{afterColon:!0,beforeColon:!1,mode:"strict"}],"jsonc/object-property-newline":"error"}}),F({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"}}]}}),F({files:["**/tsconfig.json","**/tsconfig.*.json"],rules:{...wn.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"]}]}})],pT=F({files:["**/*.{yml,yaml}"],plugins:{yml:Ls},languageOptions:{parser:qc},rules:{...Ls.configs.base.rules,...Ls.configs.standard.rules,"yml/no-empty-mapping-value":"off"}}),fT=[F({plugins:{"no-use-extend-native":Jo},rules:Jo.configs.recommended.rules})],ET=l(e=>{const t={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(e?.allowAbbreviations){const{allowAbbreviations:i}=e;if(i.exactWords)for(const s of i.exactWords)t[s]=!0;if(i.substrings)for(const s of i.substrings)n[s]=!1}return[F({plugins:{unicorn:Qo},rules:{...Qo.configs["flat/recommended"].rules,"unicorn/better-regex":"off","unicorn/consistent-function-scoping":"off","unicorn/no-array-for-each":"off","unicorn/no-for-loop":"off","unicorn/no-new-buffer":"off","unicorn/no-null":"off","unicorn/no-process-exit":"off","unicorn/prefer-export-from":["off",{ignoreUsedVariables:!0}],"unicorn/prefer-json-parse-buffer":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-spread":"off","unicorn/prefer-ternary":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":["error",{allowList:t,replacements:n}],"unicorn/template-indent":"off","unicorn/no-abusive-eslint-disable":"off"}}),F({files:["FUNDING.json"],rules:{"unicorn/filename-case":"off"}}),F({files:["**/*.d.ts"],rules:{"unicorn/prevent-abbreviations":"off"}})]},"unicorn"),dT=Jc(),hl=dT?.config.compilerOptions?.jsx,_l=hl==="react-jsx"||hl==="react-jsxdev",TT=F({files:["**/*.{jsx,tsx}"],plugins:{react:or,"react-hooks":Zo},languageOptions:{parserOptions:_l?or.configs["jsx-runtime"].parserOptions:or.configs.recommended.parserOptions},settings:{react:{version:"detect"}},rules:{...or.configs.recommended.rules,..._l?or.configs["jsx-runtime"].rules:{},...Zo.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$`]}]}}),PT={...tt.configs.base.rules,...tt.configs["vue3-essential"].rules,...tt.configs["vue3-strongly-recommended"].rules,...tt.configs["vue3-recommended"].rules},mT=l(()=>We("unplugin-auto-import")?Object.fromEntries(["vue","vue-router","@vueuse/core","@vueuse/head"].flatMap(e=>We(e)?eu(e).map(t=>[t,"readonly"]):[])):{},"detectAutoImport"),yT=l(()=>{const e=[];We("vitepress")&&e.push("content","client-only","outbound-link");const t="./src/components";if(We("unplugin-vue-components")&&Cn.existsSync(t)){const i=Cn.readdirSync(t).filter(s=>s.endsWith(".vue")).map(s=>s.replace(".vue",""));e.push(...i)}return We("unplugin-icons")&&e.push("icon-*"),e},"detectAutoImportComponents"),hT=F({files:["**/*.vue"],processor:tt.processors[".vue"],languageOptions:{globals:{...An.browser,...tt.environments["setup-compiler-macros"].globals,...mT()},parser:Qc,parserOptions:{parser:{ts:"@typescript-eslint/parser"}}}}),_T=F({files:["**/*.vue"],plugins:{vue:tt},rules:{...PT,"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",...yT()]}],"vue/comment-directive":["error",{reportUnusedDisableDirectives:!0}],"vue/component-tags-order":"off","vue/block-order":["error",{order:["script[setup]",["script","template"],"style"]}]}});var bT="lintroll",gT="1.9.0",bl={},gl={},vl={},ue={},Yt={},it={};Object.defineProperty(it,"__esModule",{value:!0});const cr={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"]},vT=Object.keys(cr);for(const e of vT)Object.freeze(cr[e]);Object.freeze(cr);const ST=new Set(["parent","leadingComments","trailingComments"]);function YT(e){return!ST.has(e)&&e[0]!=="_"}l(YT,"filterKey");function LT(e){return Object.keys(e).filter(YT)}l(LT,"getKeys$2");function AT(e){const t=Object.assign({},cr);for(const n of Object.keys(e))if(Object.prototype.hasOwnProperty.call(t,n)){const i=new Set(e[n]);for(const s of t[n])i.add(s);t[n]=Object.freeze(Array.from(i))}else t[n]=Object.freeze(Array.from(e[n]));return Object.freeze(t)}l(AT,"unionWith"),it.KEYS=cr,it.getKeys=LT,it.unionWith=AT,function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=it;function n(d,T){const f=T.range[0];let P=d,v=!1;do{v=!1;for(const g of P.childScopes){const U=g.block.range;if(U[0]<=f&&f<U[1]){P=g,v=!0;break}}}while(v);return P}l(n,"getInnermostScope");function i(d,T){let f="",P=d;for(typeof T=="string"?f=T:(f=T.name,P=n(P,T));P!=null;){const v=P.set.get(f);if(v!=null)return v;P=P.upper}return null}l(i,"findVariable");function s(d){return!this(d)}l(s,"negate0");function a(d){return s.bind(d)}l(a,"negate");function c(d,T){return d.type==="Punctuator"&&d.value===T}l(c,"isPunctuatorTokenWithValue");function u(d){return c(d,"=>")}l(u,"isArrowToken");function p(d){return c(d,",")}l(p,"isCommaToken");function E(d){return c(d,";")}l(E,"isSemicolonToken");function m(d){return c(d,":")}l(m,"isColonToken");function y(d){return c(d,"(")}l(y,"isOpeningParenToken");function L(d){return c(d,")")}l(L,"isClosingParenToken");function w(d){return c(d,"[")}l(w,"isOpeningBracketToken");function b(d){return c(d,"]")}l(b,"isClosingBracketToken");function _(d){return c(d,"{")}l(_,"isOpeningBraceToken");function S(d){return c(d,"}")}l(S,"isClosingBraceToken");function A(d){return["Block","Line","Shebang"].includes(d.type)}l(A,"isCommentToken");const I=a(u),M=a(p),j=a(E),ae=a(m),fe=a(y),he=a(L),mt=a(w),er=a(b),tr=a(_),Lo=a(S),Ao=a(A);function Co(d,T){return d.id?T.getTokenAfter(d.id,y):T.getFirstToken(d,y)}l(Co,"getOpeningParenOfParams");function wo(d,T){const f=d.parent;let P=null,v=null;if(d.type==="ArrowFunctionExpression"){const g=T.getTokenBefore(d.body,u);P=g.loc.start,v=g.loc.end}else f.type==="Property"||f.type==="MethodDefinition"||f.type==="PropertyDefinition"?(P=f.loc.start,v=Co(d,T).loc.start):(P=d.loc.start,v=Co(d,T).loc.start);return{start:{...P},end:{...v}}}l(wo,"getFunctionHeadLocation");const Vo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof h<"u"?h:{},Yc=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"])),gs=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(d=>d!=="random").map(d=>Math[d]).filter(d=>typeof d=="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(d=>typeof d=="function")),Oo=new Set([Object.freeze,Object.preventExtensions,Object.seal]),Lc=[[Map,new Set(["size"])],[RegExp,new Set(["dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"])],[Set,new Set(["size"])]];function Ac(d,T){let f=d;for(;(typeof f=="object"||typeof f=="function")&&f!==null;){const P=Object.getOwnPropertyDescriptor(f,T);if(P)return P;f=Object.getPrototypeOf(f)}return null}l(Ac,"getPropertyDescriptor");function Cc(d,T){const f=Ac(d,T);return f!=null&&f.get!=null}l(Cc,"isGetter");function rr(d,T){const f=[];for(let P=0;P<d.length;++P){const v=d[P];if(v==null)f.length=P+1;else if(v.type==="SpreadElement"){const g=K(v.argument,T);if(g==null)return null;f.push(...g.value)}else{const g=K(v,T);if(g==null)return null;f.push(g.value)}}return f}l(rr,"getElementValues");function wc(d){const T=d.references,f=T.filter(v=>v.init).length,P=T.filter(v=>v.isReadOnly()).length;return f===1&&P+f===T.length}l(wc,"isEffectivelyConst");const Mo=Object.freeze({ArrayExpression(d,T){const f=rr(d.elements,T);return f!=null?{value:f}:null},AssignmentExpression(d,T){return d.operator==="="?K(d.right,T):null},BinaryExpression(d,T){if(d.operator==="in"||d.operator==="instanceof")return null;const f=K(d.left,T),P=K(d.right,T);if(f!=null&&P!=null)switch(d.operator){case"==":return{value:f.value==P.value};case"!=":return{value:f.value!=P.value};case"===":return{value:f.value===P.value};case"!==":return{value:f.value!==P.value};case"<":return{value:f.value<P.value};case"<=":return{value:f.value<=P.value};case">":return{value:f.value>P.value};case">=":return{value:f.value>=P.value};case"<<":return{value:f.value<<P.value};case">>":return{value:f.value>>P.value};case">>>":return{value:f.value>>>P.value};case"+":return{value:f.value+P.value};case"-":return{value:f.value-P.value};case"*":return{value:f.value*P.value};case"/":return{value:f.value/P.value};case"%":return{value:f.value%P.value};case"**":return{value:f.value**P.value};case"|":return{value:f.value|P.value};case"^":return{value:f.value^P.value};case"&":return{value:f.value&P.value}}return null},CallExpression(d,T){const f=d.callee,P=rr(d.arguments,T);if(P!=null)if(f.type==="MemberExpression"){if(f.property.type==="PrivateIdentifier")return null;const v=K(f.object,T);if(v!=null){if(v.value==null&&(v.optional||d.optional))return{value:void 0,optional:!0};const g=vs(f,T);if(g!=null){const U=v.value,B=g.value;if(gs.has(U[B]))return{value:U[B](...P)};if(Oo.has(U[B]))return{value:P[0]}}}}else{const v=K(f,T);if(v!=null){if(v.value==null&&d.optional)return{value:void 0,optional:!0};const g=v.value;if(gs.has(g))return{value:g(...P)};if(Oo.has(g))return{value:P[0]}}}return null},ConditionalExpression(d,T){const f=K(d.test,T);return f!=null?f.value?K(d.consequent,T):K(d.alternate,T):null},ExpressionStatement(d,T){return K(d.expression,T)},Identifier(d,T){if(T!=null){const f=i(T,d);if(f!=null&&f.defs.length===0&&Yc.has(f.name)&&f.name in Vo)return{value:Vo[f.name]};if(f!=null&&f.defs.length===1){const P=f.defs[0];if(P.parent&&P.type==="Variable"&&(P.parent.kind==="const"||wc(f))&&P.node.id.type==="Identifier")return K(P.node.init,T)}}return null},Literal(d){return(d.regex!=null||d.bigint!=null)&&d.value==null?null:{value:d.value}},LogicalExpression(d,T){const f=K(d.left,T);if(f!=null){if(d.operator==="||"&&f.value||d.operator==="&&"&&!f.value||d.operator==="??"&&f.value!=null)return f;const P=K(d.right,T);if(P!=null)return P}return null},MemberExpression(d,T){if(d.property.type==="PrivateIdentifier")return null;const f=K(d.object,T);if(f!=null){if(f.value==null&&(f.optional||d.optional))return{value:void 0,optional:!0};const P=vs(d,T);if(P!=null){if(!Cc(f.value,P.value))return{value:f.value[P.value]};for(const[v,g]of Lc)if(f.value instanceof v&&g.has(P.value))return{value:f.value[P.value]}}}return null},ChainExpression(d,T){const f=K(d.expression,T);return f!=null?{value:f.value}:null},NewExpression(d,T){const f=K(d.callee,T),P=rr(d.arguments,T);if(f!=null&&P!=null){const v=f.value;if(gs.has(v))return{value:new v(...P)}}return null},ObjectExpression(d,T){const f={};for(const P of d.properties)if(P.type==="Property"){if(P.kind!=="init")return null;const v=vs(P,T),g=K(P.value,T);if(v==null||g==null)return null;f[v.value]=g.value}else if(P.type==="SpreadElement"||P.type==="ExperimentalSpreadProperty"){const v=K(P.argument,T);if(v==null)return null;Object.assign(f,v.value)}else return null;return{value:f}},SequenceExpression(d,T){const f=d.expressions[d.expressions.length-1];return K(f,T)},TaggedTemplateExpression(d,T){const f=K(d.tag,T),P=rr(d.quasi.expressions,T);if(f!=null&&P!=null){const v=f.value,g=d.quasi.quasis.map(U=>U.value.cooked);if(g.raw=d.quasi.quasis.map(U=>U.value.raw),v===String.raw)return{value:v(g,...P)}}return null},TemplateLiteral(d,T){const f=rr(d.expressions,T);if(f!=null){let P=d.quasis[0].value.cooked;for(let v=0;v<f.length;++v)P+=f[v],P+=d.quasis[v+1].value.cooked;return{value:P}}return null},UnaryExpression(d,T){if(d.operator==="delete")return null;if(d.operator==="void")return{value:void 0};const f=K(d.argument,T);if(f!=null)switch(d.operator){case"-":return{value:-f.value};case"+":return{value:+f.value};case"!":return{value:!f.value};case"~":return{value:~f.value};case"typeof":return{value:typeof f.value}}return null}});function K(d,T){return d!=null&&Object.hasOwnProperty.call(Mo,d.type)?Mo[d.type](d,T):null}l(K,"getStaticValueR");function vs(d,T){const f=d.type==="Property"?d.key:d.property;return d.computed?K(f,T):f.type==="Identifier"?{value:f.name}:f.type==="Literal"?f.bigint?{value:f.bigint}:{value:String(f.value)}:null}l(vs,"getStaticPropertyNameValue");function Ss(d,T=null){try{return K(d,T)}catch{return null}}l(Ss,"getStaticValue");function nr(d,T=null){if(d&&d.type==="Literal"&&d.value===null){if(d.regex)return`/${d.regex.pattern}/${d.regex.flags}`;if(d.bigint)return d.bigint}const f=Ss(d,T);return f&&String(f.value)}l(nr,"getStringIfConstant");function ir(d,T){switch(d.type){case"MemberExpression":return d.computed?nr(d.property,T):d.property.type==="PrivateIdentifier"?null:d.property.name;case"Property":case"MethodDefinition":case"PropertyDefinition":return d.computed?nr(d.key,T):d.key.type==="Literal"?String(d.key.value):d.key.type==="PrivateIdentifier"?null:d.key.name}return null}l(ir,"getPropertyName");function Uo(d,T){const f=d.parent,P=[],v=f.type==="Property"&&f.value===d,g=f.type==="MethodDefinition"&&f.value===d,U=f.type==="PropertyDefinition"&&f.value===d;if((g||U)&&(f.static&&P.push("static"),f.key.type==="PrivateIdentifier"&&P.push("private")),d.async&&P.push("async"),d.generator&&P.push("generator"),v||g){if(f.kind==="constructor")return"constructor";f.kind==="get"?P.push("getter"):f.kind==="set"?P.push("setter"):P.push("method")}else U?P.push("method"):(d.type==="ArrowFunctionExpression"&&P.push("arrow"),P.push("function"));if(v||g||U)if(f.key.type==="PrivateIdentifier")P.push(`#${f.key.name}`);else{const B=ir(f);if(B)P.push(`'${B}'`);else if(T){const Le=T.getText(f.key);Le.includes(`
|
|
13
|
+
`)||P.push(`[${Le}]`)}}else d.id?P.push(`'${d.id.name}'`):f.type==="VariableDeclarator"&&f.id&&f.id.type==="Identifier"?P.push(`'${f.id.name}'`):(f.type==="AssignmentExpression"||f.type==="AssignmentPattern")&&f.left&&f.left.type==="Identifier"?P.push(`'${f.left.name}'`):f.type==="ExportDefaultDeclaration"&&f.declaration===d&&P.push("'default'");return P.join(" ")}l(Uo,"getFunctionNameWithKind");const Vc=Object.freeze(new Set(["==","!=","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","in"])),Oc=Object.freeze(new Set(["-","+","!","~"]));function Ro(d){return d!==null&&typeof d=="object"&&typeof d.type=="string"}l(Ro,"isNode");const Mc=Object.freeze(Object.assign(Object.create(null),{$visit(d,T,f){const{type:P}=d;return typeof this[P]=="function"?this[P](d,T,f):this.$visitChildren(d,T,f)},$visitChildren(d,T,f){const{type:P}=d;for(const v of f[P]||t.getKeys(d)){const g=d[v];if(Array.isArray(g)){for(const U of g)if(Ro(U)&&this.$visit(U,T,f))return!0}else if(Ro(g)&&this.$visit(g,T,f))return!0}return!1},ArrowFunctionExpression(){return!1},AssignmentExpression(){return!0},AwaitExpression(){return!0},BinaryExpression(d,T,f){return T.considerImplicitTypeConversion&&Vc.has(d.operator)&&(d.left.type!=="Literal"||d.right.type!=="Literal")?!0:this.$visitChildren(d,T,f)},CallExpression(){return!0},FunctionExpression(){return!1},ImportExpression(){return!0},MemberExpression(d,T,f){return T.considerGetters||T.considerImplicitTypeConversion&&d.computed&&d.property.type!=="Literal"?!0:this.$visitChildren(d,T,f)},MethodDefinition(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},NewExpression(){return!0},Property(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},PropertyDefinition(d,T,f){return T.considerImplicitTypeConversion&&d.computed&&d.key.type!=="Literal"?!0:this.$visitChildren(d,T,f)},UnaryExpression(d,T,f){return d.operator==="delete"||T.considerImplicitTypeConversion&&Oc.has(d.operator)&&d.argument.type!=="Literal"?!0:this.$visitChildren(d,T,f)},UpdateExpression(){return!0},YieldExpression(){return!0}}));function Io(d,T,{considerGetters:f=!1,considerImplicitTypeConversion:P=!1}={}){return Mc.$visit(d,{considerGetters:f,considerImplicitTypeConversion:P},T.visitorKeys||t.KEYS)}l(Io,"hasSideEffect");function Uc(d,T){const f=d.parent;switch(f.type){case"CallExpression":case"NewExpression":return f.arguments.length===1&&f.arguments[0]===d?T.getTokenAfter(f.callee,y):null;case"DoWhileStatement":return f.test===d?T.getTokenAfter(f.body,y):null;case"IfStatement":case"WhileStatement":return f.test===d?T.getFirstToken(f,1):null;case"ImportExpression":return f.source===d?T.getFirstToken(f,1):null;case"SwitchStatement":return f.discriminant===d?T.getFirstToken(f,1):null;case"WithStatement":return f.object===d?T.getFirstToken(f,1):null;default:return null}}l(Uc,"getParentSyntaxParen");function xo(d,T,f){let P,v,g,U,B;if(typeof d=="number"){if(P=d|0,v=T,g=f,!(P>=1))throw new TypeError("'times' should be a positive integer.")}else P=1,v=d,g=T;if(v==null||v.parent==null||v.parent.type==="CatchClause"&&v.parent.param===v)return!1;U=B=v;do U=g.getTokenBefore(U),B=g.getTokenAfter(B);while(U!=null&&B!=null&&y(U)&&L(B)&&U!==Uc(v,g)&&--P>0);return P===0}l(xo,"isParenthesized");const Rc=/\$(?:[$&`']|[1-9][0-9]?)/gu,Do=new WeakMap;function Ic(d,T){let f=!1;for(let P=T-1;P>=0&&d.charCodeAt(P)===92;--P)f=!f;return f}l(Ic,"isEscaped");function xc(d,T,f){const P=[];let v=0,g=null;function U(B){switch(B){case"$$":return"$";case"$&":return g[0];case"$`":return T.slice(0,g.index);case"$'":return T.slice(g.index+g[0].length);default:{const Le=B.slice(1);return Le in g?g[Le]:B}}}l(U,"replacer");for(g of d.execAll(T))P.push(T.slice(v,g.index)),P.push(f.replace(Rc,U)),v=g.index+g[0].length;return P.push(T.slice(v)),P.join("")}l(xc,"replaceS");function Dc(d,T,f){const P=[];let v=0;for(const g of d.execAll(T))P.push(T.slice(v,g.index)),P.push(String(f(...g,g.index,g.input))),v=g.index+g[0].length;return P.push(T.slice(v)),P.join("")}l(Dc,"replaceF");class Fo{static{l(this,"PatternMatcher")}constructor(T,{escaped:f=!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.");Do.set(this,{pattern:new RegExp(T.source,T.flags),escaped:!!f})}*execAll(T){const{pattern:f,escaped:P}=Do.get(this);let v=null,g=0;for(f.lastIndex=0;(v=f.exec(T))!=null;)(P||!Ic(T,v.index))&&(g=f.lastIndex,yield v,f.lastIndex=g)}test(T){return!this.execAll(T).next().done}[Symbol.replace](T,f){return typeof f=="function"?Dc(this,String(T),f):xc(this,String(T),String(f))}}const Fc=/^(?:Import|Export(?:All|Default|Named))Declaration$/u,Ze=Function.call.bind(Object.hasOwnProperty),G=Symbol("read"),et=Symbol("call"),yt=Symbol("construct"),Ln=Symbol("esm"),$c={require:{[et]:!0}};function $o(d){return d==null||d.defs.length!==0||d.references.some(T=>T.isWrite())}l($o,"isModifiedGlobal");function kc(d){const T=d.parent;switch(T&&T.type){case"ConditionalExpression":return T.consequent===d||T.alternate===d;case"LogicalExpression":return!0;case"SequenceExpression":return T.expressions[T.expressions.length-1]===d;case"ChainExpression":return!0;default:return!1}}l(kc,"isPassThrough");class ht{static{l(this,"ReferenceTracker")}constructor(T,{mode:f="strict",globalObjectNames:P=["global","globalThis","self","window"]}={}){this.variableStack=[],this.globalScope=T,this.mode=f,this.globalObjectNames=P.slice(0)}*iterateGlobalReferences(T){for(const f of Object.keys(T)){const P=T[f],v=[f],g=this.globalScope.set.get(f);$o(g)||(yield*this._iterateVariableReferences(g,v,P,!0))}for(const f of this.globalObjectNames){const P=[],v=this.globalScope.set.get(f);$o(v)||(yield*this._iterateVariableReferences(v,P,T,!1))}}*iterateCjsReferences(T){for(const{node:f}of this.iterateGlobalReferences($c)){const P=nr(f.arguments[0]);if(P==null||!Ze(T,P))continue;const v=T[P],g=[P];v[G]&&(yield{node:f,path:g,type:G,info:v[G]}),yield*this._iteratePropertyReferences(f,g,v)}}*iterateEsmReferences(T){const f=this.globalScope.block;for(const P of f.body){if(!Fc.test(P.type)||P.source==null)continue;const v=P.source.value;if(!Ze(T,v))continue;const g=T[v],U=[v];if(g[G]&&(yield{node:P,path:U,type:G,info:g[G]}),P.type==="ExportAllDeclaration")for(const B of Object.keys(g)){const Le=g[B];Le[G]&&(yield{node:P,path:U.concat(B),type:G,info:Le[G]})}else for(const B of P.specifiers){const Le=Ze(g,Ln),ko=this._iterateImportReferences(B,U,Le?g:this.mode==="legacy"?{default:g,...g}:{default:g});if(Le)yield*ko;else for(const sr of ko)sr.path=sr.path.filter(Nc),(sr.path.length>=2||sr.type!==G)&&(yield sr)}}}*_iterateVariableReferences(T,f,P,v){if(!this.variableStack.includes(T)){this.variableStack.push(T);try{for(const g of T.references){if(!g.isRead())continue;const U=g.identifier;v&&P[G]&&(yield{node:U,path:f,type:G,info:P[G]}),yield*this._iteratePropertyReferences(U,f,P)}}finally{this.variableStack.pop()}}}*_iteratePropertyReferences(T,f,P){let v=T;for(;kc(v);)v=v.parent;const g=v.parent;if(g.type==="MemberExpression"){if(g.object===v){const U=ir(g);if(U==null||!Ze(P,U))return;f=f.concat(U);const B=P[U];B[G]&&(yield{node:g,path:f,type:G,info:B[G]}),yield*this._iteratePropertyReferences(g,f,B)}return}if(g.type==="CallExpression"){g.callee===v&&P[et]&&(yield{node:g,path:f,type:et,info:P[et]});return}if(g.type==="NewExpression"){g.callee===v&&P[yt]&&(yield{node:g,path:f,type:yt,info:P[yt]});return}if(g.type==="AssignmentExpression"){g.right===v&&(yield*this._iterateLhsReferences(g.left,f,P),yield*this._iteratePropertyReferences(g,f,P));return}if(g.type==="AssignmentPattern"){g.right===v&&(yield*this._iterateLhsReferences(g.left,f,P));return}g.type==="VariableDeclarator"&&g.init===v&&(yield*this._iterateLhsReferences(g.id,f,P))}*_iterateLhsReferences(T,f,P){if(T.type==="Identifier"){const v=i(this.globalScope,T);v!=null&&(yield*this._iterateVariableReferences(v,f,P,!1));return}if(T.type==="ObjectPattern"){for(const v of T.properties){const g=ir(v);if(g==null||!Ze(P,g))continue;const U=f.concat(g),B=P[g];B[G]&&(yield{node:v,path:U,type:G,info:B[G]}),yield*this._iterateLhsReferences(v.value,U,B)}return}T.type==="AssignmentPattern"&&(yield*this._iterateLhsReferences(T.left,f,P))}*_iterateImportReferences(T,f,P){const v=T.type;if(v==="ImportSpecifier"||v==="ImportDefaultSpecifier"){const g=v==="ImportDefaultSpecifier"?"default":T.imported.name;if(!Ze(P,g))return;f=f.concat(g);const U=P[g];U[G]&&(yield{node:T,path:f,type:G,info:U[G]}),yield*this._iterateVariableReferences(i(this.globalScope,T.local),f,U,!1);return}if(v==="ImportNamespaceSpecifier"){yield*this._iterateVariableReferences(i(this.globalScope,T.local),f,P,!1);return}if(v==="ExportSpecifier"){const g=T.local.name;if(!Ze(P,g))return;f=f.concat(g);const U=P[g];U[G]&&(yield{node:T,path:f,type:G,info:U[G]})}}}ht.READ=G,ht.CALL=et,ht.CONSTRUCT=yt,ht.ESM=Ln;function Nc(d,T){return!(T===1&&d==="default")}l(Nc,"exceptDefault");var jc={CALL:et,CONSTRUCT:yt,ESM:Ln,findVariable:i,getFunctionHeadLocation:wo,getFunctionNameWithKind:Uo,getInnermostScope:n,getPropertyName:ir,getStaticValue:Ss,getStringIfConstant:nr,hasSideEffect:Io,isArrowToken:u,isClosingBraceToken:S,isClosingBracketToken:b,isClosingParenToken:L,isColonToken:m,isCommaToken:p,isCommentToken:A,isNotArrowToken:I,isNotClosingBraceToken:Lo,isNotClosingBracketToken:er,isNotClosingParenToken:he,isNotColonToken:ae,isNotCommaToken:M,isNotCommentToken:Ao,isNotOpeningBraceToken:tr,isNotOpeningBracketToken:mt,isNotOpeningParenToken:fe,isNotSemicolonToken:j,isOpeningBraceToken:_,isOpeningBracketToken:w,isOpeningParenToken:y,isParenthesized:xo,isSemicolonToken:E,PatternMatcher:Fo,READ:G,ReferenceTracker:ht};e.CALL=et,e.CONSTRUCT=yt,e.ESM=Ln,e.PatternMatcher=Fo,e.READ=G,e.ReferenceTracker=ht,e.default=jc,e.findVariable=i,e.getFunctionHeadLocation=wo,e.getFunctionNameWithKind=Uo,e.getInnermostScope=n,e.getPropertyName=ir,e.getStaticValue=Ss,e.getStringIfConstant=nr,e.hasSideEffect=Io,e.isArrowToken=u,e.isClosingBraceToken=S,e.isClosingBracketToken=b,e.isClosingParenToken=L,e.isColonToken=m,e.isCommaToken=p,e.isCommentToken=A,e.isNotArrowToken=I,e.isNotClosingBraceToken=Lo,e.isNotClosingBracketToken=er,e.isNotClosingParenToken=he,e.isNotColonToken=ae,e.isNotCommaToken=M,e.isNotCommentToken=Ao,e.isNotOpeningBraceToken=tr,e.isNotOpeningBracketToken=mt,e.isNotOpeningParenToken=fe,e.isNotSemicolonToken=j,e.isOpeningBraceToken=_,e.isOpeningBracketToken=w,e.isOpeningParenToken=y,e.isParenthesized=xo,e.isSemicolonToken=E}(Yt);var CT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),wT=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),VT=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&CT(t,e,n);return wT(t,e),t};Object.defineProperty(ue,"__esModule",{value:!0}),ue.isParenthesized=ue.hasSideEffect=ue.getStringIfConstant=ue.getStaticValue=ue.getPropertyName=ue.getFunctionNameWithKind=ue.getFunctionHeadLocation=void 0;const st=VT(Yt),OT=st.getFunctionHeadLocation;ue.getFunctionHeadLocation=OT;const MT=st.getFunctionNameWithKind;ue.getFunctionNameWithKind=MT;const UT=st.getPropertyName;ue.getPropertyName=UT;const RT=st.getStaticValue;ue.getStaticValue=RT;const IT=st.getStringIfConstant;ue.getStringIfConstant=IT;const xT=st.hasSideEffect;ue.hasSideEffect=xT;const DT=st.isParenthesized;ue.isParenthesized=DT;var kn={},FT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),$T=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),kT=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&FT(t,e,n);return $T(t,e),t};Object.defineProperty(kn,"__esModule",{value:!0}),kn.PatternMatcher=void 0;const NT=kT(Yt),jT=NT.PatternMatcher;kn.PatternMatcher=jT;var R={},BT=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),GT=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),WT=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&BT(t,e,n);return GT(t,e),t};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 q=WT(Yt),HT=q.isArrowToken;R.isArrowToken=HT;const KT=q.isNotArrowToken;R.isNotArrowToken=KT;const XT=q.isClosingBraceToken;R.isClosingBraceToken=XT;const zT=q.isNotClosingBraceToken;R.isNotClosingBraceToken=zT;const qT=q.isClosingBracketToken;R.isClosingBracketToken=qT;const JT=q.isNotClosingBracketToken;R.isNotClosingBracketToken=JT;const QT=q.isClosingParenToken;R.isClosingParenToken=QT;const ZT=q.isNotClosingParenToken;R.isNotClosingParenToken=ZT;const eP=q.isColonToken;R.isColonToken=eP;const tP=q.isNotColonToken;R.isNotColonToken=tP;const rP=q.isCommaToken;R.isCommaToken=rP;const nP=q.isNotCommaToken;R.isNotCommaToken=nP;const iP=q.isCommentToken;R.isCommentToken=iP;const sP=q.isNotCommentToken;R.isNotCommentToken=sP;const oP=q.isOpeningBraceToken;R.isOpeningBraceToken=oP;const aP=q.isNotOpeningBraceToken;R.isNotOpeningBraceToken=aP;const lP=q.isOpeningBracketToken;R.isOpeningBracketToken=lP;const cP=q.isNotOpeningBracketToken;R.isNotOpeningBracketToken=cP;const uP=q.isOpeningParenToken;R.isOpeningParenToken=uP;const pP=q.isNotOpeningParenToken;R.isNotOpeningParenToken=pP;const fP=q.isSemicolonToken;R.isSemicolonToken=fP;const EP=q.isNotSemicolonToken;R.isNotSemicolonToken=EP;var Nn={},dP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),TP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),PP=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&dP(t,e,n);return TP(t,e),t};Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.ReferenceTracker=void 0;const ur=PP(Yt);ur.ReferenceTracker.READ,ur.ReferenceTracker.CALL,ur.ReferenceTracker.CONSTRUCT,ur.ReferenceTracker.ESM;const mP=ur.ReferenceTracker;Nn.ReferenceTracker=mP;var Lt={},yP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),hP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),_P=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&yP(t,e,n);return hP(t,e),t};Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.getInnermostScope=Lt.findVariable=void 0;const Sl=_P(Yt),bP=Sl.findVariable;Lt.findVariable=bP;const gP=Sl.getInnermostScope;Lt.getInnermostScope=gP,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(ue,e),n(kn,e),n(R,e),n(Nn,e),n(Lt,e)}(vl);var ro={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNotTokenOfTypeWithConditions=e.isTokenOfTypeWithConditions=e.isNodeOfTypeWithConditions=e.isNodeOfTypes=e.isNodeOfType=void 0;const t=l(c=>u=>u?.type===c,"isNodeOfType");e.isNodeOfType=t;const n=l(c=>u=>!!u&&c.includes(u.type),"isNodeOfTypes");e.isNodeOfTypes=n;const i=l((c,u)=>{const p=Object.entries(u);return E=>E?.type===c&&p.every(([m,y])=>E[m]===y)},"isNodeOfTypeWithConditions");e.isNodeOfTypeWithConditions=i;const s=l((c,u)=>{const p=Object.entries(u);return E=>E?.type===c&&p.every(([m,y])=>E[m]===y)},"isTokenOfTypeWithConditions");e.isTokenOfTypeWithConditions=s;const a=l((c,u)=>p=>!(0,e.isTokenOfTypeWithConditions)(c,u)(p),"isNotTokenOfTypeWithConditions");e.isNotTokenOfTypeWithConditions=a})(ro);var pr={};Object.defineProperty(pr,"__esModule",{value:!0}),pr.LINEBREAK_MATCHER=void 0,pr.isTokenOnSameLine=SP;const vP=/\r\n|[\r\n\u2028\u2029]/;pr.LINEBREAK_MATCHER=vP;function SP(e,t){return e.loc.end.line===t.loc.start.line}l(SP,"isTokenOnSameLine");var x={},no={},Me={},ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.AST_TOKEN_TYPES=ot.AST_NODE_TYPES=void 0;var Yl;(function(e){e.AccessorProperty="AccessorProperty",e.ArrayExpression="ArrayExpression",e.ArrayPattern="ArrayPattern",e.ArrowFunctionExpression="ArrowFunctionExpression",e.AssignmentExpression="AssignmentExpression",e.AssignmentPattern="AssignmentPattern",e.AwaitExpression="AwaitExpression",e.BinaryExpression="BinaryExpression",e.BlockStatement="BlockStatement",e.BreakStatement="BreakStatement",e.CallExpression="CallExpression",e.CatchClause="CatchClause",e.ChainExpression="ChainExpression",e.ClassBody="ClassBody",e.ClassDeclaration="ClassDeclaration",e.ClassExpression="ClassExpression",e.ConditionalExpression="ConditionalExpression",e.ContinueStatement="ContinueStatement",e.DebuggerStatement="DebuggerStatement",e.Decorator="Decorator",e.DoWhileStatement="DoWhileStatement",e.EmptyStatement="EmptyStatement",e.ExportAllDeclaration="ExportAllDeclaration",e.ExportDefaultDeclaration="ExportDefaultDeclaration",e.ExportNamedDeclaration="ExportNamedDeclaration",e.ExportSpecifier="ExportSpecifier",e.ExpressionStatement="ExpressionStatement",e.ForInStatement="ForInStatement",e.ForOfStatement="ForOfStatement",e.ForStatement="ForStatement",e.FunctionDeclaration="FunctionDeclaration",e.FunctionExpression="FunctionExpression",e.Identifier="Identifier",e.IfStatement="IfStatement",e.ImportAttribute="ImportAttribute",e.ImportDeclaration="ImportDeclaration",e.ImportDefaultSpecifier="ImportDefaultSpecifier",e.ImportExpression="ImportExpression",e.ImportNamespaceSpecifier="ImportNamespaceSpecifier",e.ImportSpecifier="ImportSpecifier",e.JSXAttribute="JSXAttribute",e.JSXClosingElement="JSXClosingElement",e.JSXClosingFragment="JSXClosingFragment",e.JSXElement="JSXElement",e.JSXEmptyExpression="JSXEmptyExpression",e.JSXExpressionContainer="JSXExpressionContainer",e.JSXFragment="JSXFragment",e.JSXIdentifier="JSXIdentifier",e.JSXMemberExpression="JSXMemberExpression",e.JSXNamespacedName="JSXNamespacedName",e.JSXOpeningElement="JSXOpeningElement",e.JSXOpeningFragment="JSXOpeningFragment",e.JSXSpreadAttribute="JSXSpreadAttribute",e.JSXSpreadChild="JSXSpreadChild",e.JSXText="JSXText",e.LabeledStatement="LabeledStatement",e.Literal="Literal",e.LogicalExpression="LogicalExpression",e.MemberExpression="MemberExpression",e.MetaProperty="MetaProperty",e.MethodDefinition="MethodDefinition",e.NewExpression="NewExpression",e.ObjectExpression="ObjectExpression",e.ObjectPattern="ObjectPattern",e.PrivateIdentifier="PrivateIdentifier",e.Program="Program",e.Property="Property",e.PropertyDefinition="PropertyDefinition",e.RestElement="RestElement",e.ReturnStatement="ReturnStatement",e.SequenceExpression="SequenceExpression",e.SpreadElement="SpreadElement",e.StaticBlock="StaticBlock",e.Super="Super",e.SwitchCase="SwitchCase",e.SwitchStatement="SwitchStatement",e.TaggedTemplateExpression="TaggedTemplateExpression",e.TemplateElement="TemplateElement",e.TemplateLiteral="TemplateLiteral",e.ThisExpression="ThisExpression",e.ThrowStatement="ThrowStatement",e.TryStatement="TryStatement",e.UnaryExpression="UnaryExpression",e.UpdateExpression="UpdateExpression",e.VariableDeclaration="VariableDeclaration",e.VariableDeclarator="VariableDeclarator",e.WhileStatement="WhileStatement",e.WithStatement="WithStatement",e.YieldExpression="YieldExpression",e.TSAbstractAccessorProperty="TSAbstractAccessorProperty",e.TSAbstractKeyword="TSAbstractKeyword",e.TSAbstractMethodDefinition="TSAbstractMethodDefinition",e.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",e.TSAnyKeyword="TSAnyKeyword",e.TSArrayType="TSArrayType",e.TSAsExpression="TSAsExpression",e.TSAsyncKeyword="TSAsyncKeyword",e.TSBigIntKeyword="TSBigIntKeyword",e.TSBooleanKeyword="TSBooleanKeyword",e.TSCallSignatureDeclaration="TSCallSignatureDeclaration",e.TSClassImplements="TSClassImplements",e.TSConditionalType="TSConditionalType",e.TSConstructorType="TSConstructorType",e.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",e.TSDeclareFunction="TSDeclareFunction",e.TSDeclareKeyword="TSDeclareKeyword",e.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",e.TSEnumDeclaration="TSEnumDeclaration",e.TSEnumMember="TSEnumMember",e.TSExportAssignment="TSExportAssignment",e.TSExportKeyword="TSExportKeyword",e.TSExternalModuleReference="TSExternalModuleReference",e.TSFunctionType="TSFunctionType",e.TSInstantiationExpression="TSInstantiationExpression",e.TSImportEqualsDeclaration="TSImportEqualsDeclaration",e.TSImportType="TSImportType",e.TSIndexedAccessType="TSIndexedAccessType",e.TSIndexSignature="TSIndexSignature",e.TSInferType="TSInferType",e.TSInterfaceBody="TSInterfaceBody",e.TSInterfaceDeclaration="TSInterfaceDeclaration",e.TSInterfaceHeritage="TSInterfaceHeritage",e.TSIntersectionType="TSIntersectionType",e.TSIntrinsicKeyword="TSIntrinsicKeyword",e.TSLiteralType="TSLiteralType",e.TSMappedType="TSMappedType",e.TSMethodSignature="TSMethodSignature",e.TSModuleBlock="TSModuleBlock",e.TSModuleDeclaration="TSModuleDeclaration",e.TSNamedTupleMember="TSNamedTupleMember",e.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",e.TSNeverKeyword="TSNeverKeyword",e.TSNonNullExpression="TSNonNullExpression",e.TSNullKeyword="TSNullKeyword",e.TSNumberKeyword="TSNumberKeyword",e.TSObjectKeyword="TSObjectKeyword",e.TSOptionalType="TSOptionalType",e.TSParameterProperty="TSParameterProperty",e.TSPrivateKeyword="TSPrivateKeyword",e.TSPropertySignature="TSPropertySignature",e.TSProtectedKeyword="TSProtectedKeyword",e.TSPublicKeyword="TSPublicKeyword",e.TSQualifiedName="TSQualifiedName",e.TSReadonlyKeyword="TSReadonlyKeyword",e.TSRestType="TSRestType",e.TSSatisfiesExpression="TSSatisfiesExpression",e.TSStaticKeyword="TSStaticKeyword",e.TSStringKeyword="TSStringKeyword",e.TSSymbolKeyword="TSSymbolKeyword",e.TSTemplateLiteralType="TSTemplateLiteralType",e.TSThisType="TSThisType",e.TSTupleType="TSTupleType",e.TSTypeAliasDeclaration="TSTypeAliasDeclaration",e.TSTypeAnnotation="TSTypeAnnotation",e.TSTypeAssertion="TSTypeAssertion",e.TSTypeLiteral="TSTypeLiteral",e.TSTypeOperator="TSTypeOperator",e.TSTypeParameter="TSTypeParameter",e.TSTypeParameterDeclaration="TSTypeParameterDeclaration",e.TSTypeParameterInstantiation="TSTypeParameterInstantiation",e.TSTypePredicate="TSTypePredicate",e.TSTypeQuery="TSTypeQuery",e.TSTypeReference="TSTypeReference",e.TSUndefinedKeyword="TSUndefinedKeyword",e.TSUnionType="TSUnionType",e.TSUnknownKeyword="TSUnknownKeyword",e.TSVoidKeyword="TSVoidKeyword"})(Yl||(ot.AST_NODE_TYPES=Yl={}));var Ll;(function(e){e.Boolean="Boolean",e.Identifier="Identifier",e.JSXIdentifier="JSXIdentifier",e.JSXText="JSXText",e.Keyword="Keyword",e.Null="Null",e.Numeric="Numeric",e.Punctuator="Punctuator",e.RegularExpression="RegularExpression",e.String="String",e.Template="Template",e.Block="Block",e.Line="Line"})(Ll||(ot.AST_TOKEN_TYPES=Ll={}));var Al={};Object.defineProperty(Al,"__esModule",{value:!0});var Cl={};Object.defineProperty(Cl,"__esModule",{value:!0});var jn={},YP=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),LP=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),AP=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&YP(t,e,n);return LP(t,e),t};Object.defineProperty(jn,"__esModule",{value:!0}),jn.TSESTree=void 0,jn.TSESTree=AP(ot),function(e){var t=h&&h.__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=h&&h.__exportStar||function(s,a){for(var c in s)c!=="default"&&!Object.prototype.hasOwnProperty.call(a,c)&&t(a,s,c)};Object.defineProperty(e,"__esModule",{value:!0}),e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var i=ot;Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return i.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return i.AST_TOKEN_TYPES},"get")}),n(Al,e),n(Cl,e),n(jn,e)}(Me),function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.TSESTree=e.AST_TOKEN_TYPES=e.AST_NODE_TYPES=void 0;var t=Me;Object.defineProperty(e,"AST_NODE_TYPES",{enumerable:!0,get:l(function(){return t.AST_NODE_TYPES},"get")}),Object.defineProperty(e,"AST_TOKEN_TYPES",{enumerable:!0,get:l(function(){return t.AST_TOKEN_TYPES},"get")}),Object.defineProperty(e,"TSESTree",{enumerable:!0,get:l(function(){return t.TSESTree},"get")})}(no),Object.defineProperty(x,"__esModule",{value:!0}),x.isVariableDeclarator=x.isTypeKeyword=x.isTypeAssertion=x.isTSFunctionType=x.isTSConstructorType=x.isOptionalCallExpression=x.isOptionalChainPunctuator=x.isNotOptionalChainPunctuator=x.isNotNonNullAssertionPunctuator=x.isNonNullAssertionPunctuator=x.isLogicalOrOperator=x.isLoop=x.isImportKeyword=x.isIdentifier=x.isFunctionType=x.isFunctionOrFunctionType=x.isFunction=x.isClassOrTypeElement=x.isConstructor=x.isAwaitKeyword=x.isAwaitExpression=void 0,x.isSetter=BP;const D=no,Q=ro,CP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"?."});x.isOptionalChainPunctuator=CP;const wP=(0,Q.isNotTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"?."});x.isNotOptionalChainPunctuator=wP;const VP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"!"});x.isNonNullAssertionPunctuator=VP;const OP=(0,Q.isNotTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Punctuator,{value:"!"});x.isNotNonNullAssertionPunctuator=OP;const MP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.CallExpression,{optional:!0});x.isOptionalCallExpression=MP;const UP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.LogicalExpression,{operator:"||"});x.isLogicalOrOperator=UP;const RP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.TSAsExpression,D.AST_NODE_TYPES.TSTypeAssertion]);x.isTypeAssertion=RP;const IP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.VariableDeclarator);x.isVariableDeclarator=IP;const wl=[D.AST_NODE_TYPES.ArrowFunctionExpression,D.AST_NODE_TYPES.FunctionDeclaration,D.AST_NODE_TYPES.FunctionExpression],xP=(0,Q.isNodeOfTypes)(wl);x.isFunction=xP;const Vl=[D.AST_NODE_TYPES.TSCallSignatureDeclaration,D.AST_NODE_TYPES.TSConstructorType,D.AST_NODE_TYPES.TSConstructSignatureDeclaration,D.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,D.AST_NODE_TYPES.TSFunctionType,D.AST_NODE_TYPES.TSMethodSignature],DP=(0,Q.isNodeOfTypes)(Vl);x.isFunctionType=DP;const FP=(0,Q.isNodeOfTypes)([...wl,...Vl]);x.isFunctionOrFunctionType=FP;const $P=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.TSFunctionType);x.isTSFunctionType=$P;const kP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.TSConstructorType);x.isTSConstructorType=kP;const NP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.PropertyDefinition,D.AST_NODE_TYPES.FunctionExpression,D.AST_NODE_TYPES.MethodDefinition,D.AST_NODE_TYPES.TSAbstractPropertyDefinition,D.AST_NODE_TYPES.TSAbstractMethodDefinition,D.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,D.AST_NODE_TYPES.TSIndexSignature,D.AST_NODE_TYPES.TSCallSignatureDeclaration,D.AST_NODE_TYPES.TSConstructSignatureDeclaration,D.AST_NODE_TYPES.TSMethodSignature,D.AST_NODE_TYPES.TSPropertySignature]);x.isClassOrTypeElement=NP;const jP=(0,Q.isNodeOfTypeWithConditions)(D.AST_NODE_TYPES.MethodDefinition,{kind:"constructor"});x.isConstructor=jP;function BP(e){return!!e&&(e.type===D.AST_NODE_TYPES.MethodDefinition||e.type===D.AST_NODE_TYPES.Property)&&e.kind==="set"}l(BP,"isSetter");const GP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.Identifier);x.isIdentifier=GP;const WP=(0,Q.isNodeOfType)(D.AST_NODE_TYPES.AwaitExpression);x.isAwaitExpression=WP;const HP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Identifier,{value:"await"});x.isAwaitKeyword=HP;const KP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Identifier,{value:"type"});x.isTypeKeyword=KP;const XP=(0,Q.isTokenOfTypeWithConditions)(D.AST_TOKEN_TYPES.Keyword,{value:"import"});x.isImportKeyword=XP;const zP=(0,Q.isNodeOfTypes)([D.AST_NODE_TYPES.DoWhileStatement,D.AST_NODE_TYPES.ForStatement,D.AST_NODE_TYPES.ForInStatement,D.AST_NODE_TYPES.ForOfStatement,D.AST_NODE_TYPES.WhileStatement]);x.isLoop=zP,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(vl,e),n(ro,e),n(pr,e),n(x,e)}(gl);var Ol={},Bn={},fr={};Object.defineProperty(fr,"__esModule",{value:!0}),fr.deepMerge=Ml,fr.isObjectNotArray=io;function io(e){return typeof e=="object"&&e!=null&&!Array.isArray(e)}l(io,"isObjectNotArray");function Ml(e={},t={}){const n=new Set(Object.keys(e).concat(Object.keys(t)));return Array.from(n).reduce((i,s)=>{const a=s in e,c=s in t,u=e[s],p=t[s];return a&&c?io(u)&&io(p)?i[s]=Ml(u,p):i[s]=p:a?i[s]=u:i[s]=p,i},{})}l(Ml,"deepMerge"),Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.applyDefault=qP;const so=fr;function qP(e,t){const n=JSON.parse(JSON.stringify(e));return t==null||n.forEach((i,s)=>{if(t[s]!==void 0){const a=t[s];(0,so.isObjectNotArray)(a)&&(0,so.isObjectNotArray)(i)?n[s]=(0,so.deepMerge)(i,a):n[s]=a}}),n}l(qP,"applyDefault");var ze={};Object.defineProperty(ze,"__esModule",{value:!0}),ze.getAncestors=JP,ze.getCwd=QP,ze.getDeclaredVariables=ZP,ze.getFilename=em,ze.getScope=tm,ze.getSourceCode=rm;function JP(e){return e.getAncestors()}l(JP,"getAncestors");function QP(e){return e.getCwd()}l(QP,"getCwd");function ZP(e,t){return e.sourceCode.getDeclaredVariables(t)}l(ZP,"getDeclaredVariables");function em(e){return e.filename}l(em,"getFilename");function tm(e){return e.getScope()}l(tm,"getScope");function rm(e){return e.sourceCode}l(rm,"getSourceCode");var oo={},ao={};Object.defineProperty(ao,"__esModule",{value:!0}),ao.parserSeemsToBeTSESLint=nm;function nm(e){return!!e&&/(?:typescript-eslint|\.\.)[\w/\\]*parser/.test(e)}l(nm,"parserSeemsToBeTSESLint"),Object.defineProperty(oo,"__esModule",{value:!0}),oo.getParserServices=am;const im=ao,sm='You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.',om='Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.';function am(e,t=!1){const n=e.parserPath||e.languageOptions.parser?.meta?.name;return(e.sourceCode.parserServices?.esTreeNodeToTSNodeMap==null||e.sourceCode.parserServices.tsNodeToESTreeNodeMap==null)&&Ul(n),e.sourceCode.parserServices.program==null&&!t&&Ul(n),e.sourceCode.parserServices}l(am,"getParserServices");function Ul(e){const t=[sm,`Parser: ${e||"(unknown)"}`,!(0,im.parserSeemsToBeTSESLint)(e)&&om].filter(Boolean);throw new Error(t.join(`
|
|
14
|
+
`))}l(Ul,"throwError");var Rl={};Object.defineProperty(Rl,"__esModule",{value:!0});var lo={};Object.defineProperty(lo,"__esModule",{value:!0}),lo.RuleCreator=Il;const lm=Bn;function Il(e){return l(function({name:n,meta:i,...s}){return xl({meta:{...i,docs:{...i.docs,url:e(n)}},...s})},"createNamedRule")}l(Il,"RuleCreator");function xl({create:e,defaultOptions:t,meta:n}){return{create(i){const s=(0,lm.applyDefault)(t,i.options);return e(i,s)},defaultOptions:t,meta:n}}l(xl,"createRule$1"),Il.withoutDocs=xl;var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.NullThrowsReasons=void 0,Er.nullThrows=um;const cm={MissingParent:"Expected node to have a parent.",MissingToken:l((e,t)=>`Expected to find a ${e} for the ${t}.`,"MissingToken")};Er.NullThrowsReasons=cm;function um(e,t){if(e==null)throw new Error(`Non-null Assertion Failed: ${t}`);return e}l(um,"nullThrows"),function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(Bn,e),n(ze,e),n(oo,e),n(Rl,e),n(lo,e),n(fr,e),n(Er,e)}(Ol);var Dl={};Object.defineProperty(Dl,"__esModule",{value:!0});var Fl={},$l={};Object.defineProperty($l,"__esModule",{value:!0});var kl={};Object.defineProperty(kl,"__esModule",{value:!0});var Nl={},dr={};Object.defineProperty(dr,"__esModule",{value:!0}),dr.LegacyESLint=void 0;const pm=ea;class fm extends pm.LegacyESLint{static{l(this,"LegacyESLint")}}dr.LegacyESLint=fm;var Gn={};Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.FlatESLint=void 0;const Em=ea;class dm extends Em.FlatESLint{static{l(this,"FlatESLint")}}Gn.FlatESLint=dm,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.LegacyESLint=e.FlatESLint=e.ESLint=void 0;var t=dr;Object.defineProperty(e,"ESLint",{enumerable:!0,get:l(function(){return t.LegacyESLint},"get")});var n=Gn;Object.defineProperty(e,"FlatESLint",{enumerable:!0,get:l(function(){return n.FlatESLint},"get")});var i=dr;Object.defineProperty(e,"LegacyESLint",{enumerable:!0,get:l(function(){return i.LegacyESLint},"get")})}(Nl);var Wn={};Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.Linter=void 0;const Tm=As;class Pm extends Tm.Linter{static{l(this,"Linter")}}Wn.Linter=Pm;var jl={};Object.defineProperty(jl,"__esModule",{value:!0});var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0});var Gl={};Object.defineProperty(Gl,"__esModule",{value:!0});var Wl={};Object.defineProperty(Wl,"__esModule",{value:!0});var Hn={};Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.RuleTester=void 0;const mm=As;class ym extends mm.RuleTester{static{l(this,"RuleTester")}}Hn.RuleTester=ym;var Kn={},Hl={},co={},uo={},Xn={};Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.getKeys=void 0;const hm=it,_m=hm.getKeys;Xn.getKeys=_m;var zn={},bm=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),gm=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),vm=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&bm(t,e,n);return gm(t,e),t};Object.defineProperty(zn,"__esModule",{value:!0}),zn.visitorKeys=void 0;const Sm=vm(it),le=(()=>{const e=["typeParameters","params","returnType"],t=[...e,"body"],n=["decorators","key","typeAnnotation"];return{AnonymousFunction:t,Function:["id",...t],FunctionType:e,ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeArguments","implements","body"],AbstractPropertyDefinition:["decorators","key","typeAnnotation"],PropertyDefinition:[...n,"value"],TypeAssertion:["expression","typeAnnotation"]}})(),Ym={AccessorProperty:le.PropertyDefinition,ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:le.AnonymousFunction,AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeArguments","arguments"],ClassDeclaration:le.ClassDeclaration,ClassExpression:le.ClassDeclaration,Decorator:["expression"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:le.Function,FunctionExpression:le.Function,Identifier:["decorators","typeAnnotation"],ImportAttribute:["key","value"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","attributes"],JSXClosingFragment:[],JSXOpeningElement:["name","typeArguments","attributes"],JSXOpeningFragment:[],JSXSpreadChild:["expression"],MethodDefinition:["decorators","key","value"],NewExpression:["callee","typeArguments","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:le.PropertyDefinition,RestElement:["decorators","argument","typeAnnotation"],StaticBlock:["body"],TaggedTemplateExpression:["tag","typeArguments","quasi"],TSAbstractAccessorProperty:le.AbstractPropertyDefinition,TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:le.AbstractPropertyDefinition,TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:le.TypeAssertion,TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:le.FunctionType,TSClassImplements:["expression","typeArguments"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:le.FunctionType,TSConstructSignatureDeclaration:le.FunctionType,TSDeclareFunction:le.Function,TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id",...le.FunctionType],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:le.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:["nameType","typeParameter","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:["typeAnnotation","expression"],TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:le.TypeAssertion,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:[]},Lm=Sm.unionWith(Ym);zn.visitorKeys=Lm,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.visitorKeys=e.getKeys=void 0;var t=Xn;Object.defineProperty(e,"getKeys",{enumerable:!0,get:l(function(){return t.getKeys},"get")});var n=zn;Object.defineProperty(e,"visitorKeys",{enumerable:!0,get:l(function(){return n.visitorKeys},"get")})}(uo);var Kl={},qn={},at={};Object.defineProperty(at,"__esModule",{value:!0}),at.assert=Am;function Am(e,t){if(e==null)throw new Error(t)}l(Am,"assert");var qe={},Jn={},de={},lt={};Object.defineProperty(lt,"__esModule",{value:!0}),lt.createIdGenerator=wm,lt.resetIds=Vm;const Qn=new Map;let Cm=0;function wm(){const e=Cm+=1;return Qn.set(e,0),()=>{const n=(Qn.get(e)??0)+1;return Qn.set(e,n),n}}l(wm,"createIdGenerator");function Vm(){Qn.clear()}l(Vm,"resetIds"),Object.defineProperty(de,"__esModule",{value:!0}),de.DefinitionBase=void 0;const Om=lt,Mm=(0,Om.createIdGenerator)();class Um{static{l(this,"DefinitionBase")}constructor(t,n,i,s){this.$id=Mm(),this.type=t,this.name=n,this.node=i,this.parent=s}}de.DefinitionBase=Um;var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.DefinitionType=void 0;var Xl;(function(e){e.CatchClause="CatchClause",e.ClassName="ClassName",e.FunctionName="FunctionName",e.ImplicitGlobalVariable="ImplicitGlobalVariable",e.ImportBinding="ImportBinding",e.Parameter="Parameter",e.TSEnumName="TSEnumName",e.TSEnumMember="TSEnumMemberName",e.TSModuleName="TSModuleName",e.Type="Type",e.Variable="Variable"})(Xl||(pe.DefinitionType=Xl={})),Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.CatchClauseDefinition=void 0;const Rm=de,Im=pe;class xm extends Rm.DefinitionBase{static{l(this,"CatchClauseDefinition")}constructor(t,n){super(Im.DefinitionType.CatchClause,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Jn.CatchClauseDefinition=xm;var Zn={};Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.ClassNameDefinition=void 0;const Dm=de,Fm=pe;class $m extends Dm.DefinitionBase{static{l(this,"ClassNameDefinition")}constructor(t,n){super(Fm.DefinitionType.ClassName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}Zn.ClassNameDefinition=$m;var zl={};Object.defineProperty(zl,"__esModule",{value:!0});var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.FunctionNameDefinition=void 0;const km=de,Nm=pe;class jm extends km.DefinitionBase{static{l(this,"FunctionNameDefinition")}constructor(t,n){super(Nm.DefinitionType.FunctionName,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ei.FunctionNameDefinition=jm;var Tr={};Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.ImplicitGlobalVariableDefinition=void 0;const Bm=de,Gm=pe;class Wm extends Bm.DefinitionBase{static{l(this,"ImplicitGlobalVariableDefinition")}constructor(t,n){super(Gm.DefinitionType.ImplicitGlobalVariable,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}Tr.ImplicitGlobalVariableDefinition=Wm;var ti={};Object.defineProperty(ti,"__esModule",{value:!0}),ti.ImportBindingDefinition=void 0;const Hm=de,Km=pe;class Xm extends Hm.DefinitionBase{static{l(this,"ImportBindingDefinition")}constructor(t,n,i){super(Km.DefinitionType.ImportBinding,t,n,i),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ti.ImportBindingDefinition=Xm;var ri={};Object.defineProperty(ri,"__esModule",{value:!0}),ri.ParameterDefinition=void 0;const zm=de,qm=pe;class Jm extends zm.DefinitionBase{static{l(this,"ParameterDefinition")}constructor(t,n,i){super(qm.DefinitionType.Parameter,t,n,null),this.isTypeDefinition=!1,this.isVariableDefinition=!0,this.rest=i}}ri.ParameterDefinition=Jm;var ni={};Object.defineProperty(ni,"__esModule",{value:!0}),ni.TSEnumMemberDefinition=void 0;const Qm=de,Zm=pe;class ey extends Qm.DefinitionBase{static{l(this,"TSEnumMemberDefinition")}constructor(t,n){super(Zm.DefinitionType.TSEnumMember,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ni.TSEnumMemberDefinition=ey;var ii={};Object.defineProperty(ii,"__esModule",{value:!0}),ii.TSEnumNameDefinition=void 0;const ty=de,ry=pe;class ny extends ty.DefinitionBase{static{l(this,"TSEnumNameDefinition")}constructor(t,n){super(ry.DefinitionType.TSEnumName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}ii.TSEnumNameDefinition=ny;var si={};Object.defineProperty(si,"__esModule",{value:!0}),si.TSModuleNameDefinition=void 0;const iy=de,sy=pe;class oy extends iy.DefinitionBase{static{l(this,"TSModuleNameDefinition")}constructor(t,n){super(sy.DefinitionType.TSModuleName,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!0}}si.TSModuleNameDefinition=oy;var oi={};Object.defineProperty(oi,"__esModule",{value:!0}),oi.TypeDefinition=void 0;const ay=de,ly=pe;class cy extends ay.DefinitionBase{static{l(this,"TypeDefinition")}constructor(t,n){super(ly.DefinitionType.Type,t,n,null),this.isTypeDefinition=!0,this.isVariableDefinition=!1}}oi.TypeDefinition=cy;var ai={};Object.defineProperty(ai,"__esModule",{value:!0}),ai.VariableDefinition=void 0;const uy=de,py=pe;class fy extends uy.DefinitionBase{static{l(this,"VariableDefinition")}constructor(t,n,i){super(py.DefinitionType.Variable,t,n,i),this.isTypeDefinition=!1,this.isVariableDefinition=!0}}ai.VariableDefinition=fy,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(Jn,e),n(Zn,e),n(zl,e),n(pe,e),n(ei,e),n(Tr,e),n(ti,e),n(ri,e),n(ni,e),n(ii,e),n(si,e),n(oi,e),n(ai,e)}(qe);var li={},At={},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(At,"__esModule",{value:!0}),At.decorators=void 0;const Se=C;At.decorators={ClassMemberDecoratorContext:Se.TYPE,DecoratorContext:Se.TYPE,DecoratorMetadataObject:Se.TYPE,DecoratorMetadata:Se.TYPE,ClassDecoratorContext:Se.TYPE,ClassMethodDecoratorContext:Se.TYPE,ClassGetterDecoratorContext:Se.TYPE,ClassSetterDecoratorContext:Se.TYPE,ClassAccessorDecoratorContext:Se.TYPE,ClassAccessorDecoratorTarget:Se.TYPE,ClassAccessorDecoratorResult:Se.TYPE,ClassFieldDecoratorContext:Se.TYPE};var Pr={};Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.decorators_legacy=void 0;const ci=C;Pr.decorators_legacy={ClassDecorator:ci.TYPE,PropertyDecorator:ci.TYPE,MethodDecorator:ci.TYPE,ParameterDecorator:ci.TYPE};var Te={};Object.defineProperty(Te,"__esModule",{value:!0}),Te.dom=void 0;const r=C;Te.dom={AddEventListenerOptions:r.TYPE,AesCbcParams:r.TYPE,AesCtrParams:r.TYPE,AesDerivedKeyParams:r.TYPE,AesGcmParams:r.TYPE,AesKeyAlgorithm:r.TYPE,AesKeyGenParams:r.TYPE,Algorithm:r.TYPE,AnalyserOptions:r.TYPE,AnimationEventInit:r.TYPE,AnimationPlaybackEventInit:r.TYPE,AssignedNodesOptions:r.TYPE,AudioBufferOptions:r.TYPE,AudioBufferSourceOptions:r.TYPE,AudioConfiguration:r.TYPE,AudioContextOptions:r.TYPE,AudioNodeOptions:r.TYPE,AudioProcessingEventInit:r.TYPE,AudioTimestamp:r.TYPE,AudioWorkletNodeOptions:r.TYPE,AuthenticationExtensionsClientInputs:r.TYPE,AuthenticationExtensionsClientOutputs:r.TYPE,AuthenticatorSelectionCriteria:r.TYPE,AvcEncoderConfig:r.TYPE,BiquadFilterOptions:r.TYPE,BlobEventInit:r.TYPE,BlobPropertyBag:r.TYPE,CSSMatrixComponentOptions:r.TYPE,CSSNumericType:r.TYPE,CSSStyleSheetInit:r.TYPE,CacheQueryOptions:r.TYPE,CanvasRenderingContext2DSettings:r.TYPE,ChannelMergerOptions:r.TYPE,ChannelSplitterOptions:r.TYPE,CheckVisibilityOptions:r.TYPE,ClientQueryOptions:r.TYPE,ClipboardEventInit:r.TYPE,ClipboardItemOptions:r.TYPE,CloseEventInit:r.TYPE,CompositionEventInit:r.TYPE,ComputedEffectTiming:r.TYPE,ComputedKeyframe:r.TYPE,ConstantSourceOptions:r.TYPE,ConstrainBooleanParameters:r.TYPE,ConstrainDOMStringParameters:r.TYPE,ConstrainDoubleRange:r.TYPE,ConstrainULongRange:r.TYPE,ContentVisibilityAutoStateChangeEventInit:r.TYPE,ConvolverOptions:r.TYPE,CredentialCreationOptions:r.TYPE,CredentialPropertiesOutput:r.TYPE,CredentialRequestOptions:r.TYPE,CryptoKeyPair:r.TYPE,CustomEventInit:r.TYPE,DOMMatrix2DInit:r.TYPE,DOMMatrixInit:r.TYPE,DOMPointInit:r.TYPE,DOMQuadInit:r.TYPE,DOMRectInit:r.TYPE,DelayOptions:r.TYPE,DeviceMotionEventAccelerationInit:r.TYPE,DeviceMotionEventInit:r.TYPE,DeviceMotionEventRotationRateInit:r.TYPE,DeviceOrientationEventInit:r.TYPE,DisplayMediaStreamOptions:r.TYPE,DocumentTimelineOptions:r.TYPE,DoubleRange:r.TYPE,DragEventInit:r.TYPE,DynamicsCompressorOptions:r.TYPE,EcKeyAlgorithm:r.TYPE,EcKeyGenParams:r.TYPE,EcKeyImportParams:r.TYPE,EcdhKeyDeriveParams:r.TYPE,EcdsaParams:r.TYPE,EffectTiming:r.TYPE,ElementCreationOptions:r.TYPE,ElementDefinitionOptions:r.TYPE,EncodedVideoChunkInit:r.TYPE,EncodedVideoChunkMetadata:r.TYPE,ErrorEventInit:r.TYPE,EventInit:r.TYPE,EventListenerOptions:r.TYPE,EventModifierInit:r.TYPE,EventSourceInit:r.TYPE,FilePropertyBag:r.TYPE,FileSystemCreateWritableOptions:r.TYPE,FileSystemFlags:r.TYPE,FileSystemGetDirectoryOptions:r.TYPE,FileSystemGetFileOptions:r.TYPE,FileSystemRemoveOptions:r.TYPE,FocusEventInit:r.TYPE,FocusOptions:r.TYPE,FontFaceDescriptors:r.TYPE,FontFaceSetLoadEventInit:r.TYPE,FormDataEventInit:r.TYPE,FullscreenOptions:r.TYPE,GainOptions:r.TYPE,GamepadEffectParameters:r.TYPE,GamepadEventInit:r.TYPE,GetAnimationsOptions:r.TYPE,GetNotificationOptions:r.TYPE,GetRootNodeOptions:r.TYPE,HashChangeEventInit:r.TYPE,HkdfParams:r.TYPE,HmacImportParams:r.TYPE,HmacKeyAlgorithm:r.TYPE,HmacKeyGenParams:r.TYPE,IDBDatabaseInfo:r.TYPE,IDBIndexParameters:r.TYPE,IDBObjectStoreParameters:r.TYPE,IDBTransactionOptions:r.TYPE,IDBVersionChangeEventInit:r.TYPE,IIRFilterOptions:r.TYPE,IdleRequestOptions:r.TYPE,ImageBitmapOptions:r.TYPE,ImageBitmapRenderingContextSettings:r.TYPE,ImageDataSettings:r.TYPE,ImageEncodeOptions:r.TYPE,ImportMeta:r.TYPE,InputEventInit:r.TYPE,IntersectionObserverEntryInit:r.TYPE,IntersectionObserverInit:r.TYPE,JsonWebKey:r.TYPE,KeyAlgorithm:r.TYPE,KeyboardEventInit:r.TYPE,Keyframe:r.TYPE,KeyframeAnimationOptions:r.TYPE,KeyframeEffectOptions:r.TYPE,LockInfo:r.TYPE,LockManagerSnapshot:r.TYPE,LockOptions:r.TYPE,MIDIConnectionEventInit:r.TYPE,MIDIMessageEventInit:r.TYPE,MIDIOptions:r.TYPE,MediaCapabilitiesDecodingInfo:r.TYPE,MediaCapabilitiesEncodingInfo:r.TYPE,MediaCapabilitiesInfo:r.TYPE,MediaConfiguration:r.TYPE,MediaDecodingConfiguration:r.TYPE,MediaElementAudioSourceOptions:r.TYPE,MediaEncodingConfiguration:r.TYPE,MediaEncryptedEventInit:r.TYPE,MediaImage:r.TYPE,MediaKeyMessageEventInit:r.TYPE,MediaKeySystemConfiguration:r.TYPE,MediaKeySystemMediaCapability:r.TYPE,MediaMetadataInit:r.TYPE,MediaPositionState:r.TYPE,MediaQueryListEventInit:r.TYPE,MediaRecorderOptions:r.TYPE,MediaSessionActionDetails:r.TYPE,MediaStreamAudioSourceOptions:r.TYPE,MediaStreamConstraints:r.TYPE,MediaStreamTrackEventInit:r.TYPE,MediaTrackCapabilities:r.TYPE,MediaTrackConstraintSet:r.TYPE,MediaTrackConstraints:r.TYPE,MediaTrackSettings:r.TYPE,MediaTrackSupportedConstraints:r.TYPE,MessageEventInit:r.TYPE,MouseEventInit:r.TYPE,MultiCacheQueryOptions:r.TYPE,MutationObserverInit:r.TYPE,NavigationPreloadState:r.TYPE,NotificationOptions:r.TYPE,OfflineAudioCompletionEventInit:r.TYPE,OfflineAudioContextOptions:r.TYPE,OptionalEffectTiming:r.TYPE,OscillatorOptions:r.TYPE,PageTransitionEventInit:r.TYPE,PannerOptions:r.TYPE,PaymentCurrencyAmount:r.TYPE,PaymentDetailsBase:r.TYPE,PaymentDetailsInit:r.TYPE,PaymentDetailsModifier:r.TYPE,PaymentDetailsUpdate:r.TYPE,PaymentItem:r.TYPE,PaymentMethodChangeEventInit:r.TYPE,PaymentMethodData:r.TYPE,PaymentRequestUpdateEventInit:r.TYPE,PaymentValidationErrors:r.TYPE,Pbkdf2Params:r.TYPE,PerformanceMarkOptions:r.TYPE,PerformanceMeasureOptions:r.TYPE,PerformanceObserverInit:r.TYPE,PeriodicWaveConstraints:r.TYPE,PeriodicWaveOptions:r.TYPE,PermissionDescriptor:r.TYPE,PictureInPictureEventInit:r.TYPE,PlaneLayout:r.TYPE,PointerEventInit:r.TYPE,PopStateEventInit:r.TYPE,PositionOptions:r.TYPE,ProgressEventInit:r.TYPE,PromiseRejectionEventInit:r.TYPE,PropertyDefinition:r.TYPE,PropertyIndexedKeyframes:r.TYPE,PublicKeyCredentialCreationOptions:r.TYPE,PublicKeyCredentialDescriptor:r.TYPE,PublicKeyCredentialEntity:r.TYPE,PublicKeyCredentialParameters:r.TYPE,PublicKeyCredentialRequestOptions:r.TYPE,PublicKeyCredentialRpEntity:r.TYPE,PublicKeyCredentialUserEntity:r.TYPE,PushSubscriptionJSON:r.TYPE,PushSubscriptionOptionsInit:r.TYPE,QueuingStrategy:r.TYPE,QueuingStrategyInit:r.TYPE,RTCAnswerOptions:r.TYPE,RTCCertificateExpiration:r.TYPE,RTCConfiguration:r.TYPE,RTCDTMFToneChangeEventInit:r.TYPE,RTCDataChannelEventInit:r.TYPE,RTCDataChannelInit:r.TYPE,RTCDtlsFingerprint:r.TYPE,RTCEncodedAudioFrameMetadata:r.TYPE,RTCEncodedVideoFrameMetadata:r.TYPE,RTCErrorEventInit:r.TYPE,RTCErrorInit:r.TYPE,RTCIceCandidateInit:r.TYPE,RTCIceCandidatePair:r.TYPE,RTCIceCandidatePairStats:r.TYPE,RTCIceServer:r.TYPE,RTCInboundRtpStreamStats:r.TYPE,RTCLocalSessionDescriptionInit:r.TYPE,RTCOfferAnswerOptions:r.TYPE,RTCOfferOptions:r.TYPE,RTCOutboundRtpStreamStats:r.TYPE,RTCPeerConnectionIceErrorEventInit:r.TYPE,RTCPeerConnectionIceEventInit:r.TYPE,RTCReceivedRtpStreamStats:r.TYPE,RTCRtcpParameters:r.TYPE,RTCRtpCapabilities:r.TYPE,RTCRtpCodec:r.TYPE,RTCRtpCodecCapability: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,RTCRtpSendParameters:r.TYPE,RTCRtpStreamStats:r.TYPE,RTCRtpSynchronizationSource:r.TYPE,RTCRtpTransceiverInit:r.TYPE,RTCSentRtpStreamStats:r.TYPE,RTCSessionDescriptionInit:r.TYPE,RTCSetParameterOptions:r.TYPE,RTCStats:r.TYPE,RTCTrackEventInit:r.TYPE,RTCTransportStats:r.TYPE,ReadableStreamGetReaderOptions:r.TYPE,ReadableStreamIteratorOptions:r.TYPE,ReadableStreamReadDoneResult:r.TYPE,ReadableStreamReadValueResult:r.TYPE,ReadableWritablePair:r.TYPE,RegistrationOptions:r.TYPE,ReportingObserverOptions:r.TYPE,RequestInit:r.TYPE,ResizeObserverOptions:r.TYPE,ResponseInit: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,SVGBoundingBoxOptions:r.TYPE,ScrollIntoViewOptions:r.TYPE,ScrollOptions:r.TYPE,ScrollToOptions:r.TYPE,SecurityPolicyViolationEventInit:r.TYPE,ShadowRootInit:r.TYPE,ShareData:r.TYPE,SpeechSynthesisErrorEventInit:r.TYPE,SpeechSynthesisEventInit:r.TYPE,StaticRangeInit:r.TYPE,StereoPannerOptions:r.TYPE,StorageEstimate:r.TYPE,StorageEventInit:r.TYPE,StreamPipeOptions:r.TYPE,StructuredSerializeOptions:r.TYPE,SubmitEventInit:r.TYPE,TextDecodeOptions:r.TYPE,TextDecoderOptions:r.TYPE,TextEncoderEncodeIntoResult:r.TYPE,ToggleEventInit:r.TYPE,TouchEventInit:r.TYPE,TouchInit:r.TYPE,TrackEventInit:r.TYPE,Transformer:r.TYPE,TransitionEventInit:r.TYPE,UIEventInit:r.TYPE,ULongRange:r.TYPE,UnderlyingByteSource:r.TYPE,UnderlyingDefaultSource:r.TYPE,UnderlyingSink:r.TYPE,UnderlyingSource:r.TYPE,ValidityStateFlags:r.TYPE,VideoColorSpaceInit:r.TYPE,VideoConfiguration:r.TYPE,VideoDecoderConfig:r.TYPE,VideoDecoderInit:r.TYPE,VideoDecoderSupport:r.TYPE,VideoEncoderConfig:r.TYPE,VideoEncoderEncodeOptions:r.TYPE,VideoEncoderInit:r.TYPE,VideoEncoderSupport:r.TYPE,VideoFrameBufferInit:r.TYPE,VideoFrameCallbackMetadata:r.TYPE,VideoFrameCopyToOptions:r.TYPE,VideoFrameInit:r.TYPE,WaveShaperOptions:r.TYPE,WebGLContextAttributes:r.TYPE,WebGLContextEventInit:r.TYPE,WebTransportCloseInfo:r.TYPE,WebTransportErrorOptions:r.TYPE,WebTransportHash:r.TYPE,WebTransportOptions:r.TYPE,WebTransportSendStreamOptions:r.TYPE,WheelEventInit:r.TYPE,WindowPostMessageOptions:r.TYPE,WorkerOptions:r.TYPE,WorkletOptions:r.TYPE,WriteParams:r.TYPE,NodeFilter:r.TYPE_VALUE,XPathNSResolver:r.TYPE,ANGLE_instanced_arrays:r.TYPE,ARIAMixin:r.TYPE,AbortController:r.TYPE_VALUE,AbortSignalEventMap:r.TYPE,AbortSignal:r.TYPE_VALUE,AbstractRange:r.TYPE_VALUE,AbstractWorkerEventMap:r.TYPE,AbstractWorker:r.TYPE,AnalyserNode:r.TYPE_VALUE,Animatable:r.TYPE,AnimationEventMap:r.TYPE,Animation:r.TYPE_VALUE,AnimationEffect:r.TYPE_VALUE,AnimationEvent:r.TYPE_VALUE,AnimationFrameProvider:r.TYPE,AnimationPlaybackEvent:r.TYPE_VALUE,AnimationTimeline:r.TYPE_VALUE,Attr:r.TYPE_VALUE,AudioBuffer:r.TYPE_VALUE,AudioBufferSourceNode:r.TYPE_VALUE,AudioContext:r.TYPE_VALUE,AudioDestinationNode:r.TYPE_VALUE,AudioListener:r.TYPE_VALUE,AudioNode:r.TYPE_VALUE,AudioParam:r.TYPE_VALUE,AudioParamMap:r.TYPE_VALUE,AudioProcessingEvent:r.TYPE_VALUE,AudioScheduledSourceNodeEventMap:r.TYPE,AudioScheduledSourceNode:r.TYPE_VALUE,AudioWorklet:r.TYPE_VALUE,AudioWorkletNodeEventMap:r.TYPE,AudioWorkletNode:r.TYPE_VALUE,AuthenticatorAssertionResponse:r.TYPE_VALUE,AuthenticatorAttestationResponse:r.TYPE_VALUE,AuthenticatorResponse:r.TYPE_VALUE,BarProp:r.TYPE_VALUE,BaseAudioContextEventMap:r.TYPE,BaseAudioContext:r.TYPE_VALUE,BeforeUnloadEvent:r.TYPE_VALUE,BiquadFilterNode:r.TYPE_VALUE,Blob:r.TYPE_VALUE,BlobEvent:r.TYPE_VALUE,Body:r.TYPE,BroadcastChannelEventMap:r.TYPE,BroadcastChannel:r.TYPE_VALUE,ByteLengthQueuingStrategy:r.TYPE_VALUE,CDATASection: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,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,CSSMathProduct:r.TYPE_VALUE,CSSMathSum:r.TYPE_VALUE,CSSMathValue:r.TYPE_VALUE,CSSMatrixComponent:r.TYPE_VALUE,CSSMediaRule:r.TYPE_VALUE,CSSNamespaceRule:r.TYPE_VALUE,CSSNumericArray:r.TYPE_VALUE,CSSNumericValue:r.TYPE_VALUE,CSSPageRule:r.TYPE_VALUE,CSSPerspective:r.TYPE_VALUE,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,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,CSSUnparsedValue:r.TYPE_VALUE,CSSVariableReferenceValue:r.TYPE_VALUE,Cache:r.TYPE_VALUE,CacheStorage:r.TYPE_VALUE,CanvasCaptureMediaStreamTrack:r.TYPE_VALUE,CanvasCompositing:r.TYPE,CanvasDrawImage:r.TYPE,CanvasDrawPath:r.TYPE,CanvasFillStrokeStyles:r.TYPE,CanvasFilters:r.TYPE,CanvasGradient:r.TYPE_VALUE,CanvasImageData:r.TYPE,CanvasImageSmoothing:r.TYPE,CanvasPath:r.TYPE,CanvasPathDrawingStyles:r.TYPE,CanvasPattern:r.TYPE_VALUE,CanvasRect:r.TYPE,CanvasRenderingContext2D:r.TYPE_VALUE,CanvasShadowStyles:r.TYPE,CanvasState:r.TYPE,CanvasText:r.TYPE,CanvasTextDrawingStyles:r.TYPE,CanvasTransform:r.TYPE,CanvasUserInterface:r.TYPE,ChannelMergerNode:r.TYPE_VALUE,ChannelSplitterNode:r.TYPE_VALUE,CharacterData:r.TYPE_VALUE,ChildNode:r.TYPE,ClientRect:r.TYPE,Clipboard:r.TYPE_VALUE,ClipboardEvent:r.TYPE_VALUE,ClipboardItem:r.TYPE_VALUE,CloseEvent:r.TYPE_VALUE,Comment:r.TYPE_VALUE,CompositionEvent:r.TYPE_VALUE,CompressionStream:r.TYPE_VALUE,ConstantSourceNode:r.TYPE_VALUE,ContentVisibilityAutoStateChangeEvent:r.TYPE_VALUE,ConvolverNode:r.TYPE_VALUE,CountQueuingStrategy:r.TYPE_VALUE,Credential:r.TYPE_VALUE,CredentialsContainer:r.TYPE_VALUE,Crypto:r.TYPE_VALUE,CryptoKey:r.TYPE_VALUE,CustomElementRegistry:r.TYPE_VALUE,CustomEvent:r.TYPE_VALUE,CustomStateSet:r.TYPE_VALUE,DOMException:r.TYPE_VALUE,DOMImplementation:r.TYPE_VALUE,DOMMatrix:r.TYPE_VALUE,SVGMatrix:r.TYPE_VALUE,WebKitCSSMatrix:r.TYPE_VALUE,DOMMatrixReadOnly:r.TYPE_VALUE,DOMParser:r.TYPE_VALUE,DOMPoint:r.TYPE_VALUE,SVGPoint:r.TYPE_VALUE,DOMPointReadOnly:r.TYPE_VALUE,DOMQuad:r.TYPE_VALUE,DOMRect:r.TYPE_VALUE,SVGRect:r.TYPE_VALUE,DOMRectList:r.TYPE_VALUE,DOMRectReadOnly:r.TYPE_VALUE,DOMStringList:r.TYPE_VALUE,DOMStringMap:r.TYPE_VALUE,DOMTokenList:r.TYPE_VALUE,DataTransfer:r.TYPE_VALUE,DataTransferItem:r.TYPE_VALUE,DataTransferItemList:r.TYPE_VALUE,DecompressionStream:r.TYPE_VALUE,DelayNode:r.TYPE_VALUE,DeviceMotionEvent:r.TYPE_VALUE,DeviceMotionEventAcceleration:r.TYPE,DeviceMotionEventRotationRate:r.TYPE,DeviceOrientationEvent:r.TYPE_VALUE,DocumentEventMap:r.TYPE,Document:r.TYPE_VALUE,DocumentFragment:r.TYPE_VALUE,DocumentOrShadowRoot:r.TYPE,DocumentTimeline:r.TYPE_VALUE,DocumentType:r.TYPE_VALUE,DragEvent:r.TYPE_VALUE,DynamicsCompressorNode: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_sRGB:r.TYPE,EXT_shader_texture_lod: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,ElementEventMap:r.TYPE,Element:r.TYPE_VALUE,ElementCSSInlineStyle:r.TYPE,ElementContentEditable:r.TYPE,ElementInternals:r.TYPE_VALUE,EncodedVideoChunk:r.TYPE_VALUE,ErrorEvent:r.TYPE_VALUE,Event:r.TYPE_VALUE,EventCounts:r.TYPE_VALUE,EventListener:r.TYPE,EventListenerObject:r.TYPE,EventSourceEventMap:r.TYPE,EventSource:r.TYPE_VALUE,EventTarget:r.TYPE_VALUE,External:r.TYPE_VALUE,File:r.TYPE_VALUE,FileList:r.TYPE_VALUE,FileReaderEventMap:r.TYPE,FileReader:r.TYPE_VALUE,FileSystem:r.TYPE_VALUE,FileSystemDirectoryEntry:r.TYPE_VALUE,FileSystemDirectoryHandle:r.TYPE_VALUE,FileSystemDirectoryReader:r.TYPE_VALUE,FileSystemEntry:r.TYPE_VALUE,FileSystemFileEntry:r.TYPE_VALUE,FileSystemFileHandle:r.TYPE_VALUE,FileSystemHandle:r.TYPE_VALUE,FileSystemWritableFileStream:r.TYPE_VALUE,FocusEvent:r.TYPE_VALUE,FontFace:r.TYPE_VALUE,FontFaceSetEventMap:r.TYPE,FontFaceSet:r.TYPE_VALUE,FontFaceSetLoadEvent:r.TYPE_VALUE,FontFaceSource:r.TYPE,FormData:r.TYPE_VALUE,FormDataEvent:r.TYPE_VALUE,GainNode:r.TYPE_VALUE,Gamepad:r.TYPE_VALUE,GamepadButton:r.TYPE_VALUE,GamepadEvent:r.TYPE_VALUE,GamepadHapticActuator:r.TYPE_VALUE,GenericTransformStream:r.TYPE,Geolocation:r.TYPE_VALUE,GeolocationCoordinates:r.TYPE_VALUE,GeolocationPosition:r.TYPE_VALUE,GeolocationPositionError:r.TYPE_VALUE,GlobalEventHandlersEventMap:r.TYPE,GlobalEventHandlers:r.TYPE,HTMLAllCollection:r.TYPE_VALUE,HTMLAnchorElement:r.TYPE_VALUE,HTMLAreaElement:r.TYPE_VALUE,HTMLAudioElement:r.TYPE_VALUE,HTMLBRElement:r.TYPE_VALUE,HTMLBaseElement:r.TYPE_VALUE,HTMLBodyElementEventMap:r.TYPE,HTMLBodyElement:r.TYPE_VALUE,HTMLButtonElement:r.TYPE_VALUE,HTMLCanvasElement:r.TYPE_VALUE,HTMLCollectionBase:r.TYPE,HTMLCollection:r.TYPE_VALUE,HTMLCollectionOf:r.TYPE,HTMLDListElement:r.TYPE_VALUE,HTMLDataElement:r.TYPE_VALUE,HTMLDataListElement:r.TYPE_VALUE,HTMLDetailsElement:r.TYPE_VALUE,HTMLDialogElement:r.TYPE_VALUE,HTMLDirectoryElement:r.TYPE_VALUE,HTMLDivElement:r.TYPE_VALUE,HTMLDocument:r.TYPE_VALUE,HTMLElementEventMap:r.TYPE,HTMLElement:r.TYPE_VALUE,HTMLEmbedElement:r.TYPE_VALUE,HTMLFieldSetElement:r.TYPE_VALUE,HTMLFontElement:r.TYPE_VALUE,HTMLFormControlsCollection:r.TYPE_VALUE,HTMLFormElement:r.TYPE_VALUE,HTMLFrameElement:r.TYPE_VALUE,HTMLFrameSetElementEventMap:r.TYPE,HTMLFrameSetElement:r.TYPE_VALUE,HTMLHRElement:r.TYPE_VALUE,HTMLHeadElement:r.TYPE_VALUE,HTMLHeadingElement:r.TYPE_VALUE,HTMLHtmlElement:r.TYPE_VALUE,HTMLHyperlinkElementUtils:r.TYPE,HTMLIFrameElement:r.TYPE_VALUE,HTMLImageElement:r.TYPE_VALUE,HTMLInputElement:r.TYPE_VALUE,HTMLLIElement:r.TYPE_VALUE,HTMLLabelElement:r.TYPE_VALUE,HTMLLegendElement:r.TYPE_VALUE,HTMLLinkElement:r.TYPE_VALUE,HTMLMapElement:r.TYPE_VALUE,HTMLMarqueeElement:r.TYPE_VALUE,HTMLMediaElementEventMap:r.TYPE,HTMLMediaElement:r.TYPE_VALUE,HTMLMenuElement:r.TYPE_VALUE,HTMLMetaElement:r.TYPE_VALUE,HTMLMeterElement:r.TYPE_VALUE,HTMLModElement:r.TYPE_VALUE,HTMLOListElement:r.TYPE_VALUE,HTMLObjectElement:r.TYPE_VALUE,HTMLOptGroupElement:r.TYPE_VALUE,HTMLOptionElement:r.TYPE_VALUE,HTMLOptionsCollection:r.TYPE_VALUE,HTMLOrSVGElement: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,HTMLVideoElementEventMap:r.TYPE,HTMLVideoElement:r.TYPE_VALUE,HashChangeEvent:r.TYPE_VALUE,Headers:r.TYPE_VALUE,Highlight:r.TYPE_VALUE,HighlightRegistry:r.TYPE_VALUE,History:r.TYPE_VALUE,IDBCursor:r.TYPE_VALUE,IDBCursorWithValue:r.TYPE_VALUE,IDBDatabaseEventMap:r.TYPE,IDBDatabase:r.TYPE_VALUE,IDBFactory:r.TYPE_VALUE,IDBIndex:r.TYPE_VALUE,IDBKeyRange:r.TYPE_VALUE,IDBObjectStore:r.TYPE_VALUE,IDBOpenDBRequestEventMap:r.TYPE,IDBOpenDBRequest:r.TYPE_VALUE,IDBRequestEventMap:r.TYPE,IDBRequest:r.TYPE_VALUE,IDBTransactionEventMap:r.TYPE,IDBTransaction:r.TYPE_VALUE,IDBVersionChangeEvent:r.TYPE_VALUE,IIRFilterNode:r.TYPE_VALUE,IdleDeadline:r.TYPE_VALUE,ImageBitmap:r.TYPE_VALUE,ImageBitmapRenderingContext:r.TYPE_VALUE,ImageData:r.TYPE_VALUE,InnerHTML:r.TYPE,InputDeviceInfo:r.TYPE_VALUE,InputEvent:r.TYPE_VALUE,IntersectionObserver:r.TYPE_VALUE,IntersectionObserverEntry:r.TYPE_VALUE,KHR_parallel_shader_compile:r.TYPE,KeyboardEvent:r.TYPE_VALUE,KeyframeEffect:r.TYPE_VALUE,LargestContentfulPaint:r.TYPE_VALUE,LinkStyle:r.TYPE,Location:r.TYPE_VALUE,Lock:r.TYPE_VALUE,LockManager:r.TYPE_VALUE,MIDIAccessEventMap:r.TYPE,MIDIAccess:r.TYPE_VALUE,MIDIConnectionEvent:r.TYPE_VALUE,MIDIInputEventMap:r.TYPE,MIDIInput:r.TYPE_VALUE,MIDIInputMap:r.TYPE_VALUE,MIDIMessageEvent:r.TYPE_VALUE,MIDIOutput:r.TYPE_VALUE,MIDIOutputMap:r.TYPE_VALUE,MIDIPortEventMap:r.TYPE,MIDIPort:r.TYPE_VALUE,MathMLElementEventMap:r.TYPE,MathMLElement:r.TYPE_VALUE,MediaCapabilities:r.TYPE_VALUE,MediaDeviceInfo:r.TYPE_VALUE,MediaDevicesEventMap:r.TYPE,MediaDevices:r.TYPE_VALUE,MediaElementAudioSourceNode:r.TYPE_VALUE,MediaEncryptedEvent:r.TYPE_VALUE,MediaError:r.TYPE_VALUE,MediaKeyMessageEvent:r.TYPE_VALUE,MediaKeySessionEventMap:r.TYPE,MediaKeySession:r.TYPE_VALUE,MediaKeyStatusMap:r.TYPE_VALUE,MediaKeySystemAccess:r.TYPE_VALUE,MediaKeys:r.TYPE_VALUE,MediaList:r.TYPE_VALUE,MediaMetadata:r.TYPE_VALUE,MediaQueryListEventMap:r.TYPE,MediaQueryList:r.TYPE_VALUE,MediaQueryListEvent:r.TYPE_VALUE,MediaRecorderEventMap:r.TYPE,MediaRecorder:r.TYPE_VALUE,MediaSession:r.TYPE_VALUE,MediaSourceEventMap:r.TYPE,MediaSource:r.TYPE_VALUE,MediaStreamEventMap:r.TYPE,MediaStream:r.TYPE_VALUE,MediaStreamAudioDestinationNode:r.TYPE_VALUE,MediaStreamAudioSourceNode:r.TYPE_VALUE,MediaStreamTrackEventMap:r.TYPE,MediaStreamTrack:r.TYPE_VALUE,MediaStreamTrackEvent:r.TYPE_VALUE,MessageChannel:r.TYPE_VALUE,MessageEvent:r.TYPE_VALUE,MessagePortEventMap:r.TYPE,MessagePort:r.TYPE_VALUE,MimeType:r.TYPE_VALUE,MimeTypeArray:r.TYPE_VALUE,MouseEvent:r.TYPE_VALUE,MutationEvent:r.TYPE_VALUE,MutationObserver:r.TYPE_VALUE,MutationRecord:r.TYPE_VALUE,NamedNodeMap:r.TYPE_VALUE,NavigationPreloadManager:r.TYPE_VALUE,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,NodeIterator:r.TYPE_VALUE,NodeList:r.TYPE_VALUE,NodeListOf:r.TYPE,NonDocumentTypeChildNode:r.TYPE,NonElementParentNode:r.TYPE,NotificationEventMap:r.TYPE,Notification:r.TYPE_VALUE,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,OVR_multiview2:r.TYPE,OfflineAudioCompletionEvent:r.TYPE_VALUE,OfflineAudioContextEventMap:r.TYPE,OfflineAudioContext:r.TYPE_VALUE,OffscreenCanvasEventMap:r.TYPE,OffscreenCanvas:r.TYPE_VALUE,OffscreenCanvasRenderingContext2D:r.TYPE_VALUE,OscillatorNode:r.TYPE_VALUE,OverconstrainedError:r.TYPE_VALUE,PageTransitionEvent:r.TYPE_VALUE,PannerNode:r.TYPE_VALUE,ParentNode:r.TYPE,Path2D:r.TYPE_VALUE,PaymentMethodChangeEvent:r.TYPE_VALUE,PaymentRequestEventMap:r.TYPE,PaymentRequest:r.TYPE_VALUE,PaymentRequestUpdateEvent:r.TYPE_VALUE,PaymentResponse:r.TYPE_VALUE,PerformanceEventMap:r.TYPE,Performance:r.TYPE_VALUE,PerformanceEntry:r.TYPE_VALUE,PerformanceEventTiming:r.TYPE_VALUE,PerformanceMark:r.TYPE_VALUE,PerformanceMeasure:r.TYPE_VALUE,PerformanceNavigation:r.TYPE_VALUE,PerformanceNavigationTiming:r.TYPE_VALUE,PerformanceObserver:r.TYPE_VALUE,PerformanceObserverEntryList:r.TYPE_VALUE,PerformancePaintTiming:r.TYPE_VALUE,PerformanceResourceTiming:r.TYPE_VALUE,PerformanceServerTiming:r.TYPE_VALUE,PerformanceTiming:r.TYPE_VALUE,PeriodicWave:r.TYPE_VALUE,PermissionStatusEventMap:r.TYPE,PermissionStatus:r.TYPE_VALUE,Permissions:r.TYPE_VALUE,PictureInPictureEvent:r.TYPE_VALUE,PictureInPictureWindowEventMap:r.TYPE,PictureInPictureWindow:r.TYPE_VALUE,Plugin:r.TYPE_VALUE,PluginArray:r.TYPE_VALUE,PointerEvent:r.TYPE_VALUE,PopStateEvent:r.TYPE_VALUE,PopoverInvokerElement:r.TYPE,ProcessingInstruction:r.TYPE_VALUE,ProgressEvent:r.TYPE_VALUE,PromiseRejectionEvent:r.TYPE_VALUE,PublicKeyCredential:r.TYPE_VALUE,PushManager:r.TYPE_VALUE,PushSubscription:r.TYPE_VALUE,PushSubscriptionOptions:r.TYPE_VALUE,RTCCertificate:r.TYPE_VALUE,RTCDTMFSenderEventMap:r.TYPE,RTCDTMFSender:r.TYPE_VALUE,RTCDTMFToneChangeEvent:r.TYPE_VALUE,RTCDataChannelEventMap:r.TYPE,RTCDataChannel:r.TYPE_VALUE,RTCDataChannelEvent:r.TYPE_VALUE,RTCDtlsTransportEventMap:r.TYPE,RTCDtlsTransport:r.TYPE_VALUE,RTCEncodedAudioFrame:r.TYPE_VALUE,RTCEncodedVideoFrame:r.TYPE_VALUE,RTCError:r.TYPE_VALUE,RTCErrorEvent:r.TYPE_VALUE,RTCIceCandidate:r.TYPE_VALUE,RTCIceTransportEventMap:r.TYPE,RTCIceTransport:r.TYPE_VALUE,RTCPeerConnectionEventMap:r.TYPE,RTCPeerConnection:r.TYPE_VALUE,RTCPeerConnectionIceErrorEvent:r.TYPE_VALUE,RTCPeerConnectionIceEvent:r.TYPE_VALUE,RTCRtpReceiver:r.TYPE_VALUE,RTCRtpScriptTransform:r.TYPE_VALUE,RTCRtpSender:r.TYPE_VALUE,RTCRtpTransceiver:r.TYPE_VALUE,RTCSctpTransportEventMap:r.TYPE,RTCSctpTransport:r.TYPE_VALUE,RTCSessionDescription:r.TYPE_VALUE,RTCStatsReport:r.TYPE_VALUE,RTCTrackEvent:r.TYPE_VALUE,RadioNodeList:r.TYPE_VALUE,Range:r.TYPE_VALUE,ReadableByteStreamController:r.TYPE_VALUE,ReadableStream:r.TYPE_VALUE,ReadableStreamBYOBReader:r.TYPE_VALUE,ReadableStreamBYOBRequest:r.TYPE_VALUE,ReadableStreamDefaultController:r.TYPE_VALUE,ReadableStreamDefaultReader:r.TYPE_VALUE,ReadableStreamGenericReader:r.TYPE,RemotePlaybackEventMap:r.TYPE,RemotePlayback:r.TYPE_VALUE,Report:r.TYPE_VALUE,ReportBody:r.TYPE_VALUE,ReportingObserver:r.TYPE_VALUE,Request:r.TYPE_VALUE,ResizeObserver:r.TYPE_VALUE,ResizeObserverEntry:r.TYPE_VALUE,ResizeObserverSize:r.TYPE_VALUE,Response:r.TYPE_VALUE,SVGAElement:r.TYPE_VALUE,SVGAngle:r.TYPE_VALUE,SVGAnimateElement:r.TYPE_VALUE,SVGAnimateMotionElement:r.TYPE_VALUE,SVGAnimateTransformElement: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,SVGAnimationElement:r.TYPE_VALUE,SVGCircleElement:r.TYPE_VALUE,SVGClipPathElement:r.TYPE_VALUE,SVGComponentTransferFunctionElement:r.TYPE_VALUE,SVGDefsElement:r.TYPE_VALUE,SVGDescElement:r.TYPE_VALUE,SVGElementEventMap:r.TYPE,SVGElement:r.TYPE_VALUE,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,SVGLineElement:r.TYPE_VALUE,SVGLinearGradientElement:r.TYPE_VALUE,SVGMPathElement:r.TYPE_VALUE,SVGMarkerElement:r.TYPE_VALUE,SVGMaskElement:r.TYPE_VALUE,SVGMetadataElement:r.TYPE_VALUE,SVGNumber:r.TYPE_VALUE,SVGNumberList:r.TYPE_VALUE,SVGPathElement:r.TYPE_VALUE,SVGPatternElement:r.TYPE_VALUE,SVGPointList:r.TYPE_VALUE,SVGPolygonElement:r.TYPE_VALUE,SVGPolylineElement:r.TYPE_VALUE,SVGPreserveAspectRatio:r.TYPE_VALUE,SVGRadialGradientElement:r.TYPE_VALUE,SVGRectElement:r.TYPE_VALUE,SVGSVGElementEventMap:r.TYPE,SVGSVGElement:r.TYPE_VALUE,SVGScriptElement:r.TYPE_VALUE,SVGSetElement:r.TYPE_VALUE,SVGStopElement:r.TYPE_VALUE,SVGStringList:r.TYPE_VALUE,SVGStyleElement:r.TYPE_VALUE,SVGSwitchElement:r.TYPE_VALUE,SVGSymbolElement:r.TYPE_VALUE,SVGTSpanElement: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,SVGURIReference:r.TYPE,SVGUnitTypes:r.TYPE_VALUE,SVGUseElement:r.TYPE_VALUE,SVGViewElement:r.TYPE_VALUE,Screen:r.TYPE_VALUE,ScreenOrientationEventMap:r.TYPE,ScreenOrientation:r.TYPE_VALUE,ScriptProcessorNodeEventMap:r.TYPE,ScriptProcessorNode:r.TYPE_VALUE,SecurityPolicyViolationEvent:r.TYPE_VALUE,Selection:r.TYPE_VALUE,ServiceWorkerEventMap:r.TYPE,ServiceWorker:r.TYPE_VALUE,ServiceWorkerContainerEventMap:r.TYPE,ServiceWorkerContainer:r.TYPE_VALUE,ServiceWorkerRegistrationEventMap:r.TYPE,ServiceWorkerRegistration:r.TYPE_VALUE,ShadowRootEventMap:r.TYPE,ShadowRoot:r.TYPE_VALUE,SharedWorker:r.TYPE_VALUE,Slottable:r.TYPE,SourceBufferEventMap:r.TYPE,SourceBuffer:r.TYPE_VALUE,SourceBufferListEventMap:r.TYPE,SourceBufferList:r.TYPE_VALUE,SpeechRecognitionAlternative:r.TYPE_VALUE,SpeechRecognitionResult:r.TYPE_VALUE,SpeechRecognitionResultList:r.TYPE_VALUE,SpeechSynthesisEventMap:r.TYPE,SpeechSynthesis:r.TYPE_VALUE,SpeechSynthesisErrorEvent:r.TYPE_VALUE,SpeechSynthesisEvent:r.TYPE_VALUE,SpeechSynthesisUtteranceEventMap:r.TYPE,SpeechSynthesisUtterance:r.TYPE_VALUE,SpeechSynthesisVoice:r.TYPE_VALUE,StaticRange:r.TYPE_VALUE,StereoPannerNode:r.TYPE_VALUE,Storage:r.TYPE_VALUE,StorageEvent:r.TYPE_VALUE,StorageManager:r.TYPE_VALUE,StyleMedia:r.TYPE,StylePropertyMap:r.TYPE_VALUE,StylePropertyMapReadOnly:r.TYPE_VALUE,StyleSheet:r.TYPE_VALUE,StyleSheetList:r.TYPE_VALUE,SubmitEvent:r.TYPE_VALUE,SubtleCrypto:r.TYPE_VALUE,Text:r.TYPE_VALUE,TextDecoder:r.TYPE_VALUE,TextDecoderCommon:r.TYPE,TextDecoderStream:r.TYPE_VALUE,TextEncoder:r.TYPE_VALUE,TextEncoderCommon:r.TYPE,TextEncoderStream:r.TYPE_VALUE,TextMetrics:r.TYPE_VALUE,TextTrackEventMap:r.TYPE,TextTrack:r.TYPE_VALUE,TextTrackCueEventMap:r.TYPE,TextTrackCue:r.TYPE_VALUE,TextTrackCueList:r.TYPE_VALUE,TextTrackListEventMap:r.TYPE,TextTrackList:r.TYPE_VALUE,TimeRanges:r.TYPE_VALUE,ToggleEvent:r.TYPE_VALUE,Touch:r.TYPE_VALUE,TouchEvent:r.TYPE_VALUE,TouchList:r.TYPE_VALUE,TrackEvent:r.TYPE_VALUE,TransformStream:r.TYPE_VALUE,TransformStreamDefaultController:r.TYPE_VALUE,TransitionEvent:r.TYPE_VALUE,TreeWalker:r.TYPE_VALUE,UIEvent:r.TYPE_VALUE,URL:r.TYPE_VALUE,webkitURL:r.TYPE_VALUE,URLSearchParams:r.TYPE_VALUE,UserActivation:r.TYPE_VALUE,VTTCue:r.TYPE_VALUE,VTTRegion:r.TYPE_VALUE,ValidityState:r.TYPE_VALUE,VideoColorSpace:r.TYPE_VALUE,VideoDecoderEventMap:r.TYPE,VideoDecoder:r.TYPE_VALUE,VideoEncoderEventMap:r.TYPE,VideoEncoder:r.TYPE_VALUE,VideoFrame:r.TYPE_VALUE,VideoPlaybackQuality:r.TYPE_VALUE,VisualViewportEventMap:r.TYPE,VisualViewport:r.TYPE_VALUE,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,WakeLock:r.TYPE_VALUE,WakeLockSentinelEventMap:r.TYPE,WakeLockSentinel:r.TYPE_VALUE,WaveShaperNode:r.TYPE_VALUE,WebGL2RenderingContext:r.TYPE_VALUE,WebGL2RenderingContextBase:r.TYPE,WebGL2RenderingContextOverloads:r.TYPE,WebGLActiveInfo:r.TYPE_VALUE,WebGLBuffer:r.TYPE_VALUE,WebGLContextEvent:r.TYPE_VALUE,WebGLFramebuffer:r.TYPE_VALUE,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,WebSocketEventMap:r.TYPE,WebSocket:r.TYPE_VALUE,WebTransport:r.TYPE_VALUE,WebTransportBidirectionalStream:r.TYPE_VALUE,WebTransportDatagramDuplexStream:r.TYPE_VALUE,WebTransportError:r.TYPE_VALUE,WheelEvent:r.TYPE_VALUE,WindowEventMap:r.TYPE,Window:r.TYPE_VALUE,WindowEventHandlersEventMap:r.TYPE,WindowEventHandlers:r.TYPE,WindowLocalStorage:r.TYPE,WindowOrWorkerGlobalScope:r.TYPE,WindowSessionStorage:r.TYPE,WorkerEventMap:r.TYPE,Worker:r.TYPE_VALUE,Worklet:r.TYPE_VALUE,WritableStream:r.TYPE_VALUE,WritableStreamDefaultController:r.TYPE_VALUE,WritableStreamDefaultWriter:r.TYPE_VALUE,XMLDocument:r.TYPE_VALUE,XMLHttpRequestEventMap:r.TYPE,XMLHttpRequest:r.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:r.TYPE,XMLHttpRequestEventTarget:r.TYPE_VALUE,XMLHttpRequestUpload:r.TYPE_VALUE,XMLSerializer:r.TYPE_VALUE,XPathEvaluator:r.TYPE_VALUE,XPathEvaluatorBase:r.TYPE,XPathExpression:r.TYPE_VALUE,XPathResult:r.TYPE_VALUE,XSLTProcessor:r.TYPE_VALUE,Console:r.TYPE,CSS:r.TYPE_VALUE,WebAssembly:r.TYPE_VALUE,BlobCallback:r.TYPE,CustomElementConstructor:r.TYPE,DecodeErrorCallback:r.TYPE,DecodeSuccessCallback:r.TYPE,EncodedVideoChunkOutputCallback:r.TYPE,ErrorCallback:r.TYPE,FileCallback:r.TYPE,FileSystemEntriesCallback:r.TYPE,FileSystemEntryCallback:r.TYPE,FrameRequestCallback:r.TYPE,FunctionStringCallback:r.TYPE,IdleRequestCallback:r.TYPE,IntersectionObserverCallback:r.TYPE,LockGrantedCallback:r.TYPE,MediaSessionActionHandler:r.TYPE,MutationCallback:r.TYPE,NotificationPermissionCallback:r.TYPE,OnBeforeUnloadEventHandlerNonNull:r.TYPE,OnErrorEventHandlerNonNull:r.TYPE,PerformanceObserverCallback:r.TYPE,PositionCallback:r.TYPE,PositionErrorCallback:r.TYPE,QueuingStrategySize:r.TYPE,RTCPeerConnectionErrorCallback:r.TYPE,RTCSessionDescriptionCallback:r.TYPE,RemotePlaybackAvailabilityCallback:r.TYPE,ReportingObserverCallback:r.TYPE,ResizeObserverCallback:r.TYPE,TransformerFlushCallback:r.TYPE,TransformerStartCallback:r.TYPE,TransformerTransformCallback:r.TYPE,UnderlyingSinkAbortCallback:r.TYPE,UnderlyingSinkCloseCallback:r.TYPE,UnderlyingSinkStartCallback:r.TYPE,UnderlyingSinkWriteCallback:r.TYPE,UnderlyingSourceCancelCallback:r.TYPE,UnderlyingSourcePullCallback:r.TYPE,UnderlyingSourceStartCallback:r.TYPE,VideoFrameOutputCallback:r.TYPE,VideoFrameRequestCallback:r.TYPE,VoidFunction:r.TYPE,WebCodecsErrorCallback:r.TYPE,HTMLElementTagNameMap:r.TYPE,HTMLElementDeprecatedTagNameMap:r.TYPE,SVGElementTagNameMap:r.TYPE,MathMLElementTagNameMap:r.TYPE,ElementTagNameMap:r.TYPE,AlgorithmIdentifier:r.TYPE,AllowSharedBufferSource:r.TYPE,AutoFill:r.TYPE,AutoFillField:r.TYPE,AutoFillSection:r.TYPE,BigInteger:r.TYPE,BinaryData:r.TYPE,BlobPart:r.TYPE,BodyInit:r.TYPE,BufferSource:r.TYPE,COSEAlgorithmIdentifier:r.TYPE,CSSKeywordish:r.TYPE,CSSNumberish:r.TYPE,CSSPerspectiveValue:r.TYPE,CSSUnparsedSegment:r.TYPE,CanvasImageSource:r.TYPE,ClipboardItemData:r.TYPE,ClipboardItems:r.TYPE,ConstrainBoolean:r.TYPE,ConstrainDOMString:r.TYPE,ConstrainDouble:r.TYPE,ConstrainULong:r.TYPE,DOMHighResTimeStamp:r.TYPE,EpochTimeStamp:r.TYPE,EventListenerOrEventListenerObject:r.TYPE,FileSystemWriteChunkType:r.TYPE,Float32List:r.TYPE,FormDataEntryValue: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,GLsizei:r.TYPE,GLsizeiptr:r.TYPE,GLuint:r.TYPE,GLuint64:r.TYPE,HTMLOrSVGImageElement:r.TYPE,HTMLOrSVGScriptElement:r.TYPE,HashAlgorithmIdentifier:r.TYPE,HeadersInit:r.TYPE,IDBValidKey:r.TYPE,ImageBitmapSource:r.TYPE,Int32List:r.TYPE,LineAndPositionSetting:r.TYPE,MediaProvider:r.TYPE,MessageEventSource:r.TYPE,MutationRecordType:r.TYPE,NamedCurve:r.TYPE,OffscreenRenderingContext:r.TYPE,OnBeforeUnloadEventHandler:r.TYPE,OnErrorEventHandler:r.TYPE,OptionalPostfixToken:r.TYPE,OptionalPrefixToken:r.TYPE,PerformanceEntryList:r.TYPE,RTCRtpTransform:r.TYPE,ReadableStreamController:r.TYPE,ReadableStreamReadResult:r.TYPE,ReadableStreamReader:r.TYPE,RenderingContext:r.TYPE,ReportList:r.TYPE,RequestInfo:r.TYPE,TexImageSource:r.TYPE,TimerHandler:r.TYPE,Transferable:r.TYPE,Uint32List:r.TYPE,VibratePattern:r.TYPE,WindowProxy:r.TYPE,XMLHttpRequestBodyInit:r.TYPE,AlignSetting:r.TYPE,AlphaOption:r.TYPE,AnimationPlayState:r.TYPE,AnimationReplaceState:r.TYPE,AppendMode:r.TYPE,AttestationConveyancePreference:r.TYPE,AudioContextLatencyCategory:r.TYPE,AudioContextState:r.TYPE,AuthenticatorAttachment:r.TYPE,AuthenticatorTransport:r.TYPE,AutoFillAddressKind:r.TYPE,AutoFillBase:r.TYPE,AutoFillContactField:r.TYPE,AutoFillContactKind:r.TYPE,AutoFillCredentialField:r.TYPE,AutoFillNormalField:r.TYPE,AutoKeyword:r.TYPE,AutomationRate:r.TYPE,AvcBitstreamFormat:r.TYPE,BinaryType:r.TYPE,BiquadFilterType:r.TYPE,CSSMathOperator:r.TYPE,CSSNumericBaseType:r.TYPE,CanPlayTypeResult:r.TYPE,CanvasDirection:r.TYPE,CanvasFillRule:r.TYPE,CanvasFontKerning:r.TYPE,CanvasFontStretch:r.TYPE,CanvasFontVariantCaps:r.TYPE,CanvasLineCap:r.TYPE,CanvasLineJoin:r.TYPE,CanvasTextAlign:r.TYPE,CanvasTextBaseline:r.TYPE,CanvasTextRendering:r.TYPE,ChannelCountMode:r.TYPE,ChannelInterpretation:r.TYPE,ClientTypes:r.TYPE,CodecState:r.TYPE,ColorGamut:r.TYPE,ColorSpaceConversion:r.TYPE,CompositeOperation:r.TYPE,CompositeOperationOrAuto:r.TYPE,CompressionFormat:r.TYPE,CredentialMediationRequirement:r.TYPE,DOMParserSupportedType:r.TYPE,DirectionSetting:r.TYPE,DisplayCaptureSurfaceType:r.TYPE,DistanceModelType:r.TYPE,DocumentReadyState:r.TYPE,DocumentVisibilityState:r.TYPE,EncodedVideoChunkType:r.TYPE,EndOfStreamError:r.TYPE,EndingType:r.TYPE,FileSystemHandleKind:r.TYPE,FillMode:r.TYPE,FontDisplay:r.TYPE,FontFaceLoadStatus:r.TYPE,FontFaceSetLoadStatus:r.TYPE,FullscreenNavigationUI:r.TYPE,GamepadHapticEffectType:r.TYPE,GamepadHapticsResult:r.TYPE,GamepadMappingType:r.TYPE,GlobalCompositeOperation:r.TYPE,HardwareAcceleration:r.TYPE,HdrMetadataType:r.TYPE,HighlightType:r.TYPE,IDBCursorDirection:r.TYPE,IDBRequestReadyState:r.TYPE,IDBTransactionDurability:r.TYPE,IDBTransactionMode:r.TYPE,ImageOrientation:r.TYPE,ImageSmoothingQuality:r.TYPE,InsertPosition:r.TYPE,IterationCompositeOperation:r.TYPE,KeyFormat:r.TYPE,KeyType:r.TYPE,KeyUsage:r.TYPE,LatencyMode:r.TYPE,LineAlignSetting:r.TYPE,LockMode:r.TYPE,MIDIPortConnectionState:r.TYPE,MIDIPortDeviceState:r.TYPE,MIDIPortType:r.TYPE,MediaDecodingType:r.TYPE,MediaDeviceKind:r.TYPE,MediaEncodingType:r.TYPE,MediaKeyMessageType:r.TYPE,MediaKeySessionClosedReason:r.TYPE,MediaKeySessionType:r.TYPE,MediaKeyStatus:r.TYPE,MediaKeysRequirement:r.TYPE,MediaSessionAction:r.TYPE,MediaSessionPlaybackState:r.TYPE,MediaStreamTrackState:r.TYPE,NavigationTimingType:r.TYPE,NotificationDirection:r.TYPE,NotificationPermission:r.TYPE,OffscreenRenderingContextId:r.TYPE,OrientationType:r.TYPE,OscillatorType:r.TYPE,OverSampleType:r.TYPE,PanningModelType:r.TYPE,PaymentComplete:r.TYPE,PermissionName:r.TYPE,PermissionState:r.TYPE,PlaybackDirection:r.TYPE,PositionAlignSetting:r.TYPE,PredefinedColorSpace:r.TYPE,PremultiplyAlpha:r.TYPE,PresentationStyle:r.TYPE,PublicKeyCredentialType:r.TYPE,PushEncryptionKeyName:r.TYPE,RTCBundlePolicy:r.TYPE,RTCDataChannelState:r.TYPE,RTCDegradationPreference:r.TYPE,RTCDtlsTransportState:r.TYPE,RTCEncodedVideoFrameType:r.TYPE,RTCErrorDetailType:r.TYPE,RTCIceCandidateType:r.TYPE,RTCIceComponent:r.TYPE,RTCIceConnectionState:r.TYPE,RTCIceGathererState:r.TYPE,RTCIceGatheringState:r.TYPE,RTCIceProtocol:r.TYPE,RTCIceTcpCandidateType:r.TYPE,RTCIceTransportPolicy:r.TYPE,RTCIceTransportState:r.TYPE,RTCPeerConnectionState:r.TYPE,RTCPriorityType:r.TYPE,RTCRtcpMuxPolicy:r.TYPE,RTCRtpTransceiverDirection:r.TYPE,RTCSctpTransportState:r.TYPE,RTCSdpType:r.TYPE,RTCSignalingState:r.TYPE,RTCStatsIceCandidatePairState:r.TYPE,RTCStatsType:r.TYPE,ReadableStreamReaderMode:r.TYPE,ReadableStreamType:r.TYPE,ReadyState:r.TYPE,RecordingState:r.TYPE,ReferrerPolicy:r.TYPE,RemotePlaybackState:r.TYPE,RequestCache:r.TYPE,RequestCredentials:r.TYPE,RequestDestination:r.TYPE,RequestMode:r.TYPE,RequestPriority:r.TYPE,RequestRedirect:r.TYPE,ResidentKeyRequirement:r.TYPE,ResizeObserverBoxOptions:r.TYPE,ResizeQuality:r.TYPE,ResponseType:r.TYPE,ScrollBehavior:r.TYPE,ScrollLogicalPosition:r.TYPE,ScrollRestoration:r.TYPE,ScrollSetting:r.TYPE,SecurityPolicyViolationEventDisposition:r.TYPE,SelectionMode:r.TYPE,ServiceWorkerState:r.TYPE,ServiceWorkerUpdateViaCache:r.TYPE,ShadowRootMode:r.TYPE,SlotAssignmentMode:r.TYPE,SpeechSynthesisErrorCode:r.TYPE,TextTrackKind:r.TYPE,TextTrackMode:r.TYPE,TouchType:r.TYPE,TransferFunction:r.TYPE,UserVerificationRequirement:r.TYPE,VideoColorPrimaries:r.TYPE,VideoEncoderBitrateMode:r.TYPE,VideoFacingModeEnum:r.TYPE,VideoMatrixCoefficients:r.TYPE,VideoPixelFormat:r.TYPE,VideoTransferCharacteristics:r.TYPE,WakeLockType:r.TYPE,WebGLPowerPreference:r.TYPE,WebTransportCongestionControl:r.TYPE,WebTransportErrorSource:r.TYPE,WorkerType:r.TYPE,WriteCommandType:r.TYPE,XMLHttpRequestResponseType:r.TYPE};var Ce={};Object.defineProperty(Ce,"__esModule",{value:!0}),Ce.dom_asynciterable=void 0;const ql=C;Ce.dom_asynciterable={FileSystemDirectoryHandle:ql.TYPE,ReadableStream:ql.TYPE};var _e={};Object.defineProperty(_e,"__esModule",{value:!0}),_e.dom_iterable=void 0;const V=C;_e.dom_iterable={AbortSignal:V.TYPE,AudioParam:V.TYPE,AudioParamMap:V.TYPE,BaseAudioContext:V.TYPE,CSSKeyframesRule:V.TYPE,CSSNumericArray:V.TYPE,CSSRuleList:V.TYPE,CSSStyleDeclaration:V.TYPE,CSSTransformValue:V.TYPE,CSSUnparsedValue:V.TYPE,Cache:V.TYPE,CanvasPath:V.TYPE,CanvasPathDrawingStyles:V.TYPE,CustomStateSet:V.TYPE,DOMRectList:V.TYPE,DOMStringList:V.TYPE,DOMTokenList:V.TYPE,DataTransferItemList:V.TYPE,EventCounts:V.TYPE,FileList:V.TYPE,FontFaceSet:V.TYPE,FormData:V.TYPE,HTMLAllCollection:V.TYPE,HTMLCollectionBase:V.TYPE,HTMLCollectionOf:V.TYPE,HTMLFormElement:V.TYPE,HTMLSelectElement:V.TYPE,Headers:V.TYPE,Highlight:V.TYPE,HighlightRegistry:V.TYPE,IDBDatabase:V.TYPE,IDBObjectStore:V.TYPE,MIDIInputMap:V.TYPE,MIDIOutput:V.TYPE,MIDIOutputMap:V.TYPE,MediaKeyStatusMap:V.TYPE,MediaList:V.TYPE,MessageEvent: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,SVGLengthList:V.TYPE,SVGNumberList:V.TYPE,SVGPointList:V.TYPE,SVGStringList:V.TYPE,SVGTransformList:V.TYPE,SourceBufferList:V.TYPE,SpeechRecognitionResult:V.TYPE,SpeechRecognitionResultList:V.TYPE,StylePropertyMapReadOnly:V.TYPE,StyleSheetList:V.TYPE,SubtleCrypto:V.TYPE,TextTrackCueList:V.TYPE,TextTrackList:V.TYPE,TouchList:V.TYPE,URLSearchParams: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 ct={};Object.defineProperty(ct,"__esModule",{value:!0}),ct.es5=void 0;const Y=C,Ey=At,dy=Pr;ct.es5={...Ey.decorators,...dy.decorators_legacy,Symbol:Y.TYPE,PropertyKey:Y.TYPE,PropertyDescriptor:Y.TYPE,PropertyDescriptorMap:Y.TYPE,Object:Y.TYPE_VALUE,ObjectConstructor:Y.TYPE,Function:Y.TYPE_VALUE,FunctionConstructor:Y.TYPE,ThisParameterType:Y.TYPE,OmitThisParameter:Y.TYPE,CallableFunction:Y.TYPE,NewableFunction:Y.TYPE,IArguments:Y.TYPE,String:Y.TYPE_VALUE,StringConstructor:Y.TYPE,Boolean:Y.TYPE_VALUE,BooleanConstructor:Y.TYPE,Number:Y.TYPE_VALUE,NumberConstructor:Y.TYPE,TemplateStringsArray:Y.TYPE,ImportMeta:Y.TYPE,ImportCallOptions:Y.TYPE,ImportAssertions:Y.TYPE,ImportAttributes:Y.TYPE,Math:Y.TYPE_VALUE,Date:Y.TYPE_VALUE,DateConstructor:Y.TYPE,RegExpMatchArray:Y.TYPE,RegExpExecArray:Y.TYPE,RegExp:Y.TYPE_VALUE,RegExpConstructor:Y.TYPE,Error:Y.TYPE_VALUE,ErrorConstructor:Y.TYPE,EvalError:Y.TYPE_VALUE,EvalErrorConstructor:Y.TYPE,RangeError:Y.TYPE_VALUE,RangeErrorConstructor:Y.TYPE,ReferenceError:Y.TYPE_VALUE,ReferenceErrorConstructor:Y.TYPE,SyntaxError:Y.TYPE_VALUE,SyntaxErrorConstructor:Y.TYPE,TypeError:Y.TYPE_VALUE,TypeErrorConstructor:Y.TYPE,URIError:Y.TYPE_VALUE,URIErrorConstructor:Y.TYPE,JSON:Y.TYPE_VALUE,ReadonlyArray:Y.TYPE,ConcatArray:Y.TYPE,Array:Y.TYPE_VALUE,ArrayConstructor:Y.TYPE,TypedPropertyDescriptor:Y.TYPE,PromiseConstructorLike:Y.TYPE,PromiseLike:Y.TYPE,Promise:Y.TYPE,Awaited:Y.TYPE,ArrayLike:Y.TYPE,Partial:Y.TYPE,Required:Y.TYPE,Readonly:Y.TYPE,Pick:Y.TYPE,Record:Y.TYPE,Exclude:Y.TYPE,Extract:Y.TYPE,Omit:Y.TYPE,NonNullable:Y.TYPE,Parameters:Y.TYPE,ConstructorParameters:Y.TYPE,ReturnType:Y.TYPE,InstanceType:Y.TYPE,Uppercase:Y.TYPE,Lowercase:Y.TYPE,Capitalize:Y.TYPE,Uncapitalize:Y.TYPE,NoInfer:Y.TYPE,ThisType:Y.TYPE,WeakKeyTypes:Y.TYPE,WeakKey:Y.TYPE,ArrayBuffer:Y.TYPE_VALUE,ArrayBufferTypes:Y.TYPE,ArrayBufferLike:Y.TYPE,ArrayBufferConstructor:Y.TYPE,ArrayBufferView:Y.TYPE,DataView:Y.TYPE_VALUE,DataViewConstructor:Y.TYPE,Int8Array:Y.TYPE_VALUE,Int8ArrayConstructor:Y.TYPE,Uint8Array:Y.TYPE_VALUE,Uint8ArrayConstructor:Y.TYPE,Uint8ClampedArray:Y.TYPE_VALUE,Uint8ClampedArrayConstructor:Y.TYPE,Int16Array:Y.TYPE_VALUE,Int16ArrayConstructor:Y.TYPE,Uint16Array:Y.TYPE_VALUE,Uint16ArrayConstructor:Y.TYPE,Int32Array:Y.TYPE_VALUE,Int32ArrayConstructor:Y.TYPE,Uint32Array:Y.TYPE_VALUE,Uint32ArrayConstructor:Y.TYPE,Float32Array:Y.TYPE_VALUE,Float32ArrayConstructor:Y.TYPE,Float64Array:Y.TYPE_VALUE,Float64ArrayConstructor:Y.TYPE,Intl:Y.TYPE_VALUE};var ui={},Ct={};Object.defineProperty(Ct,"__esModule",{value:!0}),Ct.es2015_collection=void 0;const Ue=C;Ct.es2015_collection={Map:Ue.TYPE_VALUE,MapConstructor:Ue.TYPE,ReadonlyMap:Ue.TYPE,WeakMap:Ue.TYPE_VALUE,WeakMapConstructor:Ue.TYPE,Set:Ue.TYPE_VALUE,SetConstructor:Ue.TYPE,ReadonlySet:Ue.TYPE,WeakSet:Ue.TYPE_VALUE,WeakSetConstructor:Ue.TYPE};var wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.es2015_core=void 0;const Z=C;wt.es2015_core={Array:Z.TYPE,ArrayConstructor:Z.TYPE,DateConstructor:Z.TYPE,Function:Z.TYPE,Math:Z.TYPE,NumberConstructor:Z.TYPE,ObjectConstructor:Z.TYPE,ReadonlyArray:Z.TYPE,RegExp:Z.TYPE,RegExpConstructor:Z.TYPE,String:Z.TYPE,StringConstructor:Z.TYPE,Int8Array:Z.TYPE,Uint8Array:Z.TYPE,Uint8ClampedArray:Z.TYPE,Int16Array:Z.TYPE,Uint16Array:Z.TYPE,Int32Array:Z.TYPE,Uint32Array:Z.TYPE,Float32Array:Z.TYPE,Float64Array:Z.TYPE};var Vt={},Ye={},Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.es2015_symbol=void 0;const Ty=C;Pe.es2015_symbol={SymbolConstructor:Ty.TYPE},Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.es2015_iterable=void 0;const $=C,Py=Pe;Ye.es2015_iterable={...Py.es2015_symbol,SymbolConstructor:$.TYPE,IteratorYieldResult:$.TYPE,IteratorReturnResult:$.TYPE,IteratorResult:$.TYPE,Iterator:$.TYPE,Iterable:$.TYPE,IterableIterator:$.TYPE,Array:$.TYPE,ArrayConstructor:$.TYPE,ReadonlyArray:$.TYPE,IArguments:$.TYPE,Map:$.TYPE,ReadonlyMap:$.TYPE,MapConstructor:$.TYPE,WeakMap:$.TYPE,WeakMapConstructor:$.TYPE,Set:$.TYPE,ReadonlySet:$.TYPE,SetConstructor:$.TYPE,WeakSet:$.TYPE,WeakSetConstructor:$.TYPE,Promise:$.TYPE,PromiseConstructor:$.TYPE,String:$.TYPE,Int8Array:$.TYPE,Int8ArrayConstructor:$.TYPE,Uint8Array:$.TYPE,Uint8ArrayConstructor:$.TYPE,Uint8ClampedArray:$.TYPE,Uint8ClampedArrayConstructor:$.TYPE,Int16Array:$.TYPE,Int16ArrayConstructor:$.TYPE,Uint16Array:$.TYPE,Uint16ArrayConstructor:$.TYPE,Int32Array:$.TYPE,Int32ArrayConstructor:$.TYPE,Uint32Array:$.TYPE,Uint32ArrayConstructor:$.TYPE,Float32Array:$.TYPE,Float32ArrayConstructor:$.TYPE,Float64Array:$.TYPE,Float64ArrayConstructor:$.TYPE},Object.defineProperty(Vt,"__esModule",{value:!0}),Vt.es2015_generator=void 0;const po=C,my=Ye;Vt.es2015_generator={...my.es2015_iterable,Generator:po.TYPE,GeneratorFunction:po.TYPE,GeneratorFunctionConstructor:po.TYPE};var Ot={};Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.es2015_promise=void 0;const yy=C;Ot.es2015_promise={PromiseConstructor:yy.TYPE};var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.es2015_proxy=void 0;const Jl=C;Mt.es2015_proxy={ProxyHandler:Jl.TYPE,ProxyConstructor:Jl.TYPE};var Ut={};Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.es2015_reflect=void 0;const hy=C;Ut.es2015_reflect={Reflect:hy.TYPE_VALUE};var ut={};Object.defineProperty(ut,"__esModule",{value:!0}),ut.es2015_symbol_wellknown=void 0;const k=C,_y=Pe;ut.es2015_symbol_wellknown={..._y.es2015_symbol,SymbolConstructor:k.TYPE,Symbol:k.TYPE,Array:k.TYPE,ReadonlyArray:k.TYPE,Date:k.TYPE,Map:k.TYPE,WeakMap:k.TYPE,Set:k.TYPE,WeakSet:k.TYPE,JSON:k.TYPE,Function:k.TYPE,GeneratorFunction:k.TYPE,Math:k.TYPE,Promise:k.TYPE,PromiseConstructor:k.TYPE,RegExp:k.TYPE,RegExpConstructor:k.TYPE,String:k.TYPE,ArrayBuffer:k.TYPE,DataView:k.TYPE,Int8Array:k.TYPE,Uint8Array:k.TYPE,Uint8ClampedArray:k.TYPE,Int16Array:k.TYPE,Uint16Array:k.TYPE,Int32Array:k.TYPE,Uint32Array:k.TYPE,Float32Array:k.TYPE,Float64Array:k.TYPE,ArrayConstructor:k.TYPE,MapConstructor:k.TYPE,SetConstructor:k.TYPE,ArrayBufferConstructor:k.TYPE},Object.defineProperty(ui,"__esModule",{value:!0}),ui.es6=void 0;const by=ct,gy=Ct,vy=wt,Sy=Vt,Yy=Ye,Ly=Ot,Ay=Mt,Cy=Ut,wy=Pe,Vy=ut;ui.es6={...by.es5,...vy.es2015_core,...gy.es2015_collection,...Yy.es2015_iterable,...Sy.es2015_generator,...Ly.es2015_promise,...Ay.es2015_proxy,...Cy.es2015_reflect,...wy.es2015_symbol,...Vy.es2015_symbol_wellknown};var pi={},Rt={};Object.defineProperty(Rt,"__esModule",{value:!0}),Rt.es2015=void 0;const Oy=ct,My=Ct,Uy=wt,Ry=Vt,Iy=Ye,xy=Ot,Dy=Mt,Fy=Ut,$y=Pe,ky=ut;Rt.es2015={...Oy.es5,...Uy.es2015_core,...My.es2015_collection,...Iy.es2015_iterable,...Ry.es2015_generator,...xy.es2015_promise,...Dy.es2015_proxy,...Fy.es2015_reflect,...$y.es2015_symbol,...ky.es2015_symbol_wellknown};var It={};Object.defineProperty(It,"__esModule",{value:!0}),It.es2016_array_include=void 0;const we=C;It.es2016_array_include={Array:we.TYPE,ReadonlyArray:we.TYPE,Int8Array:we.TYPE,Uint8Array:we.TYPE,Uint8ClampedArray:we.TYPE,Int16Array:we.TYPE,Uint16Array:we.TYPE,Int32Array:we.TYPE,Uint32Array:we.TYPE,Float32Array:we.TYPE,Float64Array:we.TYPE};var xt={};Object.defineProperty(xt,"__esModule",{value:!0}),xt.es2016_intl=void 0;const Ny=C;xt.es2016_intl={Intl:Ny.TYPE_VALUE},Object.defineProperty(pi,"__esModule",{value:!0}),pi.es7=void 0;const jy=Rt,By=It,Gy=xt;pi.es7={...jy.es2015,...By.es2016_array_include,...Gy.es2016_intl};var Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.es2016=void 0;const Wy=Rt,Hy=It,Ky=xt;Dt.es2016={...Wy.es2015,...Hy.es2016_array_include,...Ky.es2016_intl};var fi={},me={};Object.defineProperty(me,"__esModule",{value:!0}),me.scripthost=void 0;const be=C;me.scripthost={ActiveXObject:be.TYPE_VALUE,ITextWriter:be.TYPE,TextStreamBase:be.TYPE,TextStreamWriter:be.TYPE,TextStreamReader:be.TYPE,SafeArray:be.TYPE_VALUE,Enumerator:be.TYPE_VALUE,EnumeratorConstructor:be.TYPE,VBArray:be.TYPE_VALUE,VBArrayConstructor:be.TYPE,VarDate:be.TYPE_VALUE,DateConstructor:be.TYPE,Date:be.TYPE};var ye={};Object.defineProperty(ye,"__esModule",{value:!0}),ye.webworker_importscripts=void 0,ye.webworker_importscripts={},Object.defineProperty(fi,"__esModule",{value:!0}),fi.es2016_full=void 0;const Xy=Te,zy=_e,qy=Dt,Jy=me,Qy=ye;fi.es2016_full={...qy.es2016,...Xy.dom,...Qy.webworker_importscripts,...Jy.scripthost,...zy.dom_iterable};var Ft={},mr={};Object.defineProperty(mr,"__esModule",{value:!0}),mr.es2017_date=void 0;const Zy=C;mr.es2017_date={DateConstructor:Zy.TYPE};var yr={};Object.defineProperty(yr,"__esModule",{value:!0}),yr.es2017_intl=void 0;const eh=C;yr.es2017_intl={Intl:eh.TYPE_VALUE};var hr={};Object.defineProperty(hr,"__esModule",{value:!0}),hr.es2017_object=void 0;const th=C;hr.es2017_object={ObjectConstructor:th.TYPE};var _r={};Object.defineProperty(_r,"__esModule",{value:!0}),_r.es2017_sharedmemory=void 0;const Ei=C,rh=Pe,nh=ut;_r.es2017_sharedmemory={...rh.es2015_symbol,...nh.es2015_symbol_wellknown,SharedArrayBuffer:Ei.TYPE_VALUE,SharedArrayBufferConstructor:Ei.TYPE,ArrayBufferTypes:Ei.TYPE,Atomics:Ei.TYPE_VALUE};var br={};Object.defineProperty(br,"__esModule",{value:!0}),br.es2017_string=void 0;const ih=C;br.es2017_string={String:ih.TYPE};var gr={};Object.defineProperty(gr,"__esModule",{value:!0}),gr.es2017_typedarrays=void 0;const ke=C;gr.es2017_typedarrays={Int8ArrayConstructor:ke.TYPE,Uint8ArrayConstructor:ke.TYPE,Uint8ClampedArrayConstructor:ke.TYPE,Int16ArrayConstructor:ke.TYPE,Uint16ArrayConstructor:ke.TYPE,Int32ArrayConstructor:ke.TYPE,Uint32ArrayConstructor:ke.TYPE,Float32ArrayConstructor:ke.TYPE,Float64ArrayConstructor:ke.TYPE},Object.defineProperty(Ft,"__esModule",{value:!0}),Ft.es2017=void 0;const sh=Dt,oh=mr,ah=yr,lh=hr,ch=_r,uh=br,ph=gr;Ft.es2017={...sh.es2016,...lh.es2017_object,...ch.es2017_sharedmemory,...uh.es2017_string,...ah.es2017_intl,...ph.es2017_typedarrays,...oh.es2017_date};var di={};Object.defineProperty(di,"__esModule",{value:!0}),di.es2017_full=void 0;const fh=Te,Eh=_e,dh=Ft,Th=me,Ph=ye;di.es2017_full={...dh.es2017,...fh.dom,...Ph.webworker_importscripts,...Th.scripthost,...Eh.dom_iterable};var $t={},vr={},kt={};Object.defineProperty(kt,"__esModule",{value:!0}),kt.es2018_asynciterable=void 0;const Ti=C,mh=Ye,yh=Pe;kt.es2018_asynciterable={...yh.es2015_symbol,...mh.es2015_iterable,SymbolConstructor:Ti.TYPE,AsyncIterator:Ti.TYPE,AsyncIterable:Ti.TYPE,AsyncIterableIterator:Ti.TYPE},Object.defineProperty(vr,"__esModule",{value:!0}),vr.es2018_asyncgenerator=void 0;const fo=C,hh=kt;vr.es2018_asyncgenerator={...hh.es2018_asynciterable,AsyncGenerator:fo.TYPE,AsyncGeneratorFunction:fo.TYPE,AsyncGeneratorFunctionConstructor:fo.TYPE};var Nt={};Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.es2018_intl=void 0;const _h=C;Nt.es2018_intl={Intl:_h.TYPE_VALUE};var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.es2018_promise=void 0;const bh=C;Sr.es2018_promise={Promise:bh.TYPE};var Yr={};Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.es2018_regexp=void 0;const Eo=C;Yr.es2018_regexp={RegExpMatchArray:Eo.TYPE,RegExpExecArray:Eo.TYPE,RegExp:Eo.TYPE},Object.defineProperty($t,"__esModule",{value:!0}),$t.es2018=void 0;const gh=Ft,vh=vr,Sh=kt,Yh=Nt,Lh=Sr,Ah=Yr;$t.es2018={...gh.es2017,...Sh.es2018_asynciterable,...vh.es2018_asyncgenerator,...Lh.es2018_promise,...Ah.es2018_regexp,...Yh.es2018_intl};var Pi={};Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.es2018_full=void 0;const Ch=Te,wh=Ce,Vh=_e,Oh=$t,Mh=me,Uh=ye;Pi.es2018_full={...Oh.es2018,...Ch.dom,...Uh.webworker_importscripts,...Mh.scripthost,...Vh.dom_iterable,...wh.dom_asynciterable};var jt={},Lr={};Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.es2019_array=void 0;const To=C;Lr.es2019_array={FlatArray:To.TYPE,ReadonlyArray:To.TYPE,Array:To.TYPE};var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.es2019_intl=void 0;const Rh=C;Ar.es2019_intl={Intl:Rh.TYPE_VALUE};var Cr={};Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.es2019_object=void 0;const Ih=C,xh=Ye;Cr.es2019_object={...xh.es2015_iterable,ObjectConstructor:Ih.TYPE};var wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.es2019_string=void 0;const Dh=C;wr.es2019_string={String:Dh.TYPE};var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.es2019_symbol=void 0;const Fh=C;Vr.es2019_symbol={Symbol:Fh.TYPE},Object.defineProperty(jt,"__esModule",{value:!0}),jt.es2019=void 0;const $h=$t,kh=Lr,Nh=Ar,jh=Cr,Bh=wr,Gh=Vr;jt.es2019={...$h.es2018,...kh.es2019_array,...jh.es2019_object,...Bh.es2019_string,...Gh.es2019_symbol,...Nh.es2019_intl};var mi={};Object.defineProperty(mi,"__esModule",{value:!0}),mi.es2019_full=void 0;const Wh=Te,Hh=Ce,Kh=_e,Xh=jt,zh=me,qh=ye;mi.es2019_full={...Xh.es2019,...Wh.dom,...qh.webworker_importscripts,...zh.scripthost,...Kh.dom_iterable,...Hh.dom_asynciterable};var Bt={},Or={},Ne={};Object.defineProperty(Ne,"__esModule",{value:!0}),Ne.es2020_intl=void 0;const Jh=C,Qh=Nt;Ne.es2020_intl={...Qh.es2018_intl,Intl:Jh.TYPE_VALUE},Object.defineProperty(Or,"__esModule",{value:!0}),Or.es2020_bigint=void 0;const je=C,Zh=Ne;Or.es2020_bigint={...Zh.es2020_intl,BigIntToLocaleStringOptions:je.TYPE,BigInt:je.TYPE_VALUE,BigIntConstructor:je.TYPE,BigInt64Array:je.TYPE_VALUE,BigInt64ArrayConstructor:je.TYPE,BigUint64Array:je.TYPE_VALUE,BigUint64ArrayConstructor:je.TYPE,DataView:je.TYPE,Intl:je.TYPE_VALUE};var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.es2020_date=void 0;const e_=C,t_=Ne;Mr.es2020_date={...t_.es2020_intl,Date:e_.TYPE};var Ur={};Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.es2020_number=void 0;const r_=C,n_=Ne;Ur.es2020_number={...n_.es2020_intl,Number:r_.TYPE};var Rr={};Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.es2020_promise=void 0;const yi=C;Rr.es2020_promise={PromiseFulfilledResult:yi.TYPE,PromiseRejectedResult:yi.TYPE,PromiseSettledResult:yi.TYPE,PromiseConstructor:yi.TYPE};var Ir={};Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.es2020_sharedmemory=void 0;const i_=C;Ir.es2020_sharedmemory={Atomics:i_.TYPE};var xr={};Object.defineProperty(xr,"__esModule",{value:!0}),xr.es2020_string=void 0;const s_=C,o_=Ye;xr.es2020_string={...o_.es2015_iterable,String:s_.TYPE};var Dr={};Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.es2020_symbol_wellknown=void 0;const Ql=C,a_=Ye,l_=Pe;Dr.es2020_symbol_wellknown={...a_.es2015_iterable,...l_.es2015_symbol,SymbolConstructor:Ql.TYPE,RegExp:Ql.TYPE},Object.defineProperty(Bt,"__esModule",{value:!0}),Bt.es2020=void 0;const c_=jt,u_=Or,p_=Mr,f_=Ne,E_=Ur,d_=Rr,T_=Ir,P_=xr,m_=Dr;Bt.es2020={...c_.es2019,...u_.es2020_bigint,...p_.es2020_date,...E_.es2020_number,...d_.es2020_promise,...T_.es2020_sharedmemory,...P_.es2020_string,...m_.es2020_symbol_wellknown,...f_.es2020_intl};var hi={};Object.defineProperty(hi,"__esModule",{value:!0}),hi.es2020_full=void 0;const y_=Te,h_=Ce,__=_e,b_=Bt,g_=me,v_=ye;hi.es2020_full={...b_.es2020,...y_.dom,...v_.webworker_importscripts,...g_.scripthost,...__.dom_iterable,...h_.dom_asynciterable};var Gt={},Fr={};Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.es2021_intl=void 0;const S_=C;Fr.es2021_intl={Intl:S_.TYPE_VALUE};var $r={};Object.defineProperty($r,"__esModule",{value:!0}),$r.es2021_promise=void 0;const Po=C;$r.es2021_promise={AggregateError:Po.TYPE_VALUE,AggregateErrorConstructor:Po.TYPE,PromiseConstructor:Po.TYPE};var kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.es2021_string=void 0;const Y_=C;kr.es2021_string={String:Y_.TYPE};var Nr={};Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.es2021_weakref=void 0;const _i=C;Nr.es2021_weakref={WeakRef:_i.TYPE_VALUE,WeakRefConstructor:_i.TYPE,FinalizationRegistry:_i.TYPE_VALUE,FinalizationRegistryConstructor:_i.TYPE},Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.es2021=void 0;const L_=Bt,A_=Fr,C_=$r,w_=kr,V_=Nr;Gt.es2021={...L_.es2020,...C_.es2021_promise,...w_.es2021_string,...V_.es2021_weakref,...A_.es2021_intl};var bi={};Object.defineProperty(bi,"__esModule",{value:!0}),bi.es2021_full=void 0;const O_=Te,M_=Ce,U_=_e,R_=Gt,I_=me,x_=ye;bi.es2021_full={...R_.es2021,...O_.dom,...x_.webworker_importscripts,...I_.scripthost,...U_.dom_iterable,...M_.dom_asynciterable};var Wt={},jr={};Object.defineProperty(jr,"__esModule",{value:!0}),jr.es2022_array=void 0;const ge=C;jr.es2022_array={Array:ge.TYPE,ReadonlyArray:ge.TYPE,Int8Array:ge.TYPE,Uint8Array:ge.TYPE,Uint8ClampedArray:ge.TYPE,Int16Array:ge.TYPE,Uint16Array:ge.TYPE,Int32Array:ge.TYPE,Uint32Array:ge.TYPE,Float32Array:ge.TYPE,Float64Array:ge.TYPE,BigInt64Array:ge.TYPE,BigUint64Array:ge.TYPE};var Br={};Object.defineProperty(Br,"__esModule",{value:!0}),Br.es2022_error=void 0;const Re=C;Br.es2022_error={ErrorOptions:Re.TYPE,Error:Re.TYPE,ErrorConstructor:Re.TYPE,EvalErrorConstructor:Re.TYPE,RangeErrorConstructor:Re.TYPE,ReferenceErrorConstructor:Re.TYPE,SyntaxErrorConstructor:Re.TYPE,TypeErrorConstructor:Re.TYPE,URIErrorConstructor:Re.TYPE,AggregateErrorConstructor:Re.TYPE};var Gr={};Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.es2022_intl=void 0;const D_=C;Gr.es2022_intl={Intl:D_.TYPE_VALUE};var Wr={};Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.es2022_object=void 0;const F_=C;Wr.es2022_object={ObjectConstructor:F_.TYPE};var Hr={};Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.es2022_regexp=void 0;const gi=C;Hr.es2022_regexp={RegExpMatchArray:gi.TYPE,RegExpExecArray:gi.TYPE,RegExpIndicesArray:gi.TYPE,RegExp:gi.TYPE};var Kr={};Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.es2022_sharedmemory=void 0;const $_=C;Kr.es2022_sharedmemory={Atomics:$_.TYPE};var Xr={};Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.es2022_string=void 0;const k_=C;Xr.es2022_string={String:k_.TYPE},Object.defineProperty(Wt,"__esModule",{value:!0}),Wt.es2022=void 0;const N_=Gt,j_=jr,B_=Br,G_=Gr,W_=Wr,H_=Hr,K_=Kr,X_=Xr;Wt.es2022={...N_.es2021,...j_.es2022_array,...B_.es2022_error,...G_.es2022_intl,...W_.es2022_object,...K_.es2022_sharedmemory,...X_.es2022_string,...H_.es2022_regexp};var vi={};Object.defineProperty(vi,"__esModule",{value:!0}),vi.es2022_full=void 0;const z_=Te,q_=Ce,J_=_e,Q_=Wt,Z_=me,e0=ye;vi.es2022_full={...Q_.es2022,...z_.dom,...e0.webworker_importscripts,...Z_.scripthost,...J_.dom_iterable,...q_.dom_asynciterable};var Ht={},zr={};Object.defineProperty(zr,"__esModule",{value:!0}),zr.es2023_array=void 0;const ve=C;zr.es2023_array={Array:ve.TYPE,ReadonlyArray:ve.TYPE,Int8Array:ve.TYPE,Uint8Array:ve.TYPE,Uint8ClampedArray:ve.TYPE,Int16Array:ve.TYPE,Uint16Array:ve.TYPE,Int32Array:ve.TYPE,Uint32Array:ve.TYPE,Float32Array:ve.TYPE,Float64Array:ve.TYPE,BigInt64Array:ve.TYPE,BigUint64Array:ve.TYPE};var qr={};Object.defineProperty(qr,"__esModule",{value:!0}),qr.es2023_collection=void 0;const t0=C;qr.es2023_collection={WeakKeyTypes:t0.TYPE};var Jr={};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.es2023_intl=void 0;const r0=C;Jr.es2023_intl={Intl:r0.TYPE_VALUE},Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.es2023=void 0;const n0=Wt,i0=zr,s0=qr,o0=Jr;Ht.es2023={...n0.es2022,...i0.es2023_array,...s0.es2023_collection,...o0.es2023_intl};var Si={};Object.defineProperty(Si,"__esModule",{value:!0}),Si.es2023_full=void 0;const a0=Te,l0=Ce,c0=_e,u0=Ht,p0=me,f0=ye;Si.es2023_full={...u0.es2023,...a0.dom,...f0.webworker_importscripts,...p0.scripthost,...c0.dom_iterable,...l0.dom_asynciterable};var Qr={},Zr={};Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.esnext_array=void 0;const E0=C;Zr.esnext_array={ArrayConstructor:E0.TYPE};var en={};Object.defineProperty(en,"__esModule",{value:!0}),en.esnext_collection=void 0;const Yi=C;en.esnext_collection={MapConstructor:Yi.TYPE,ReadonlySetLike:Yi.TYPE,Set:Yi.TYPE,ReadonlySet:Yi.TYPE};var tn={};Object.defineProperty(tn,"__esModule",{value:!0}),tn.esnext_decorators=void 0;const Zl=C,d0=At,T0=Pe;tn.esnext_decorators={...T0.es2015_symbol,...d0.decorators,SymbolConstructor:Zl.TYPE,Function:Zl.TYPE};var rn={};Object.defineProperty(rn,"__esModule",{value:!0}),rn.esnext_disposable=void 0;const Be=C,P0=Pe;rn.esnext_disposable={...P0.es2015_symbol,SymbolConstructor:Be.TYPE,Disposable:Be.TYPE,AsyncDisposable:Be.TYPE,SuppressedError:Be.TYPE_VALUE,SuppressedErrorConstructor:Be.TYPE,DisposableStack:Be.TYPE_VALUE,DisposableStackConstructor:Be.TYPE,AsyncDisposableStack:Be.TYPE_VALUE,AsyncDisposableStackConstructor:Be.TYPE};var nn={};Object.defineProperty(nn,"__esModule",{value:!0}),nn.esnext_intl=void 0;const m0=C;nn.esnext_intl={Intl:m0.TYPE_VALUE};var sn={};Object.defineProperty(sn,"__esModule",{value:!0}),sn.esnext_object=void 0;const y0=C;sn.esnext_object={ObjectConstructor:y0.TYPE};var on={};Object.defineProperty(on,"__esModule",{value:!0}),on.esnext_promise=void 0;const ec=C;on.esnext_promise={PromiseWithResolvers:ec.TYPE,PromiseConstructor:ec.TYPE};var an={};Object.defineProperty(an,"__esModule",{value:!0}),an.esnext_regexp=void 0;const h0=C;an.esnext_regexp={RegExp:h0.TYPE};var ln={};Object.defineProperty(ln,"__esModule",{value:!0}),ln.esnext_string=void 0;const _0=C;ln.esnext_string={String:_0.TYPE},Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.esnext=void 0;const b0=Ht,g0=Zr,v0=en,S0=tn,Y0=rn,L0=nn,A0=sn,C0=on,w0=an,V0=ln;Qr.esnext={...b0.es2023,...L0.esnext_intl,...S0.esnext_decorators,...Y0.esnext_disposable,...C0.esnext_promise,...A0.esnext_object,...v0.esnext_collection,...g0.esnext_array,...w0.esnext_regexp,...V0.esnext_string};var Li={};Object.defineProperty(Li,"__esModule",{value:!0}),Li.esnext_asynciterable=void 0;const Ai=C,O0=Ye,M0=Pe;Li.esnext_asynciterable={...M0.es2015_symbol,...O0.es2015_iterable,SymbolConstructor:Ai.TYPE,AsyncIterator:Ai.TYPE,AsyncIterable:Ai.TYPE,AsyncIterableIterator:Ai.TYPE};var Ci={};Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.esnext_bigint=void 0;const Ge=C,U0=Ne;Ci.esnext_bigint={...U0.es2020_intl,BigIntToLocaleStringOptions:Ge.TYPE,BigInt:Ge.TYPE_VALUE,BigIntConstructor:Ge.TYPE,BigInt64Array:Ge.TYPE_VALUE,BigInt64ArrayConstructor:Ge.TYPE,BigUint64Array:Ge.TYPE_VALUE,BigUint64ArrayConstructor:Ge.TYPE,DataView:Ge.TYPE,Intl:Ge.TYPE_VALUE};var wi={};Object.defineProperty(wi,"__esModule",{value:!0}),wi.esnext_full=void 0;const R0=Te,I0=Ce,x0=_e,D0=Qr,F0=me,$0=ye;wi.esnext_full={...D0.esnext,...R0.dom,...$0.webworker_importscripts,...F0.scripthost,...x0.dom_iterable,...I0.dom_asynciterable};var Vi={};Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.esnext_symbol=void 0;const k0=C;Vi.esnext_symbol={Symbol:k0.TYPE};var Oi={};Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.esnext_weakref=void 0;const Mi=C;Oi.esnext_weakref={WeakRef:Mi.TYPE_VALUE,WeakRefConstructor:Mi.TYPE,FinalizationRegistry:Mi.TYPE_VALUE,FinalizationRegistryConstructor:Mi.TYPE};var Ui={};Object.defineProperty(Ui,"__esModule",{value:!0}),Ui.lib=void 0;const N0=Te,j0=ct,B0=me,G0=ye;Ui.lib={...j0.es5,...N0.dom,...G0.webworker_importscripts,...B0.scripthost};var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.webworker=void 0;const o=C;Ri.webworker={AddEventListenerOptions:o.TYPE,AesCbcParams:o.TYPE,AesCtrParams:o.TYPE,AesDerivedKeyParams:o.TYPE,AesGcmParams:o.TYPE,AesKeyAlgorithm:o.TYPE,AesKeyGenParams:o.TYPE,Algorithm:o.TYPE,AudioConfiguration:o.TYPE,AvcEncoderConfig:o.TYPE,BlobPropertyBag:o.TYPE,CSSMatrixComponentOptions:o.TYPE,CSSNumericType:o.TYPE,CacheQueryOptions:o.TYPE,ClientQueryOptions:o.TYPE,CloseEventInit:o.TYPE,CryptoKeyPair:o.TYPE,CustomEventInit:o.TYPE,DOMMatrix2DInit:o.TYPE,DOMMatrixInit:o.TYPE,DOMPointInit:o.TYPE,DOMQuadInit:o.TYPE,DOMRectInit:o.TYPE,EcKeyGenParams:o.TYPE,EcKeyImportParams:o.TYPE,EcdhKeyDeriveParams:o.TYPE,EcdsaParams:o.TYPE,EncodedVideoChunkInit:o.TYPE,EncodedVideoChunkMetadata:o.TYPE,ErrorEventInit:o.TYPE,EventInit:o.TYPE,EventListenerOptions:o.TYPE,EventSourceInit:o.TYPE,ExtendableEventInit:o.TYPE,ExtendableMessageEventInit:o.TYPE,FetchEventInit:o.TYPE,FilePropertyBag:o.TYPE,FileSystemCreateWritableOptions:o.TYPE,FileSystemGetDirectoryOptions:o.TYPE,FileSystemGetFileOptions:o.TYPE,FileSystemReadWriteOptions:o.TYPE,FileSystemRemoveOptions:o.TYPE,FontFaceDescriptors:o.TYPE,FontFaceSetLoadEventInit:o.TYPE,GetNotificationOptions:o.TYPE,HkdfParams:o.TYPE,HmacImportParams:o.TYPE,HmacKeyGenParams:o.TYPE,IDBDatabaseInfo:o.TYPE,IDBIndexParameters:o.TYPE,IDBObjectStoreParameters:o.TYPE,IDBTransactionOptions:o.TYPE,IDBVersionChangeEventInit:o.TYPE,ImageBitmapOptions:o.TYPE,ImageBitmapRenderingContextSettings:o.TYPE,ImageDataSettings:o.TYPE,ImageEncodeOptions:o.TYPE,ImportMeta:o.TYPE,JsonWebKey:o.TYPE,KeyAlgorithm:o.TYPE,LockInfo:o.TYPE,LockManagerSnapshot:o.TYPE,LockOptions:o.TYPE,MediaCapabilitiesDecodingInfo:o.TYPE,MediaCapabilitiesEncodingInfo:o.TYPE,MediaCapabilitiesInfo:o.TYPE,MediaConfiguration:o.TYPE,MediaDecodingConfiguration:o.TYPE,MediaEncodingConfiguration:o.TYPE,MessageEventInit:o.TYPE,MultiCacheQueryOptions:o.TYPE,NavigationPreloadState:o.TYPE,NotificationEventInit:o.TYPE,NotificationOptions:o.TYPE,Pbkdf2Params:o.TYPE,PerformanceMarkOptions:o.TYPE,PerformanceMeasureOptions:o.TYPE,PerformanceObserverInit:o.TYPE,PermissionDescriptor:o.TYPE,PlaneLayout:o.TYPE,ProgressEventInit:o.TYPE,PromiseRejectionEventInit:o.TYPE,PushEventInit:o.TYPE,PushSubscriptionJSON:o.TYPE,PushSubscriptionOptionsInit:o.TYPE,QueuingStrategy:o.TYPE,QueuingStrategyInit:o.TYPE,RTCEncodedAudioFrameMetadata:o.TYPE,RTCEncodedVideoFrameMetadata:o.TYPE,ReadableStreamGetReaderOptions:o.TYPE,ReadableStreamIteratorOptions:o.TYPE,ReadableStreamReadDoneResult:o.TYPE,ReadableStreamReadValueResult:o.TYPE,ReadableWritablePair:o.TYPE,RegistrationOptions:o.TYPE,ReportingObserverOptions:o.TYPE,RequestInit:o.TYPE,ResponseInit:o.TYPE,RsaHashedImportParams:o.TYPE,RsaHashedKeyGenParams:o.TYPE,RsaKeyGenParams:o.TYPE,RsaOaepParams:o.TYPE,RsaOtherPrimesInfo:o.TYPE,RsaPssParams:o.TYPE,SecurityPolicyViolationEventInit:o.TYPE,StorageEstimate:o.TYPE,StreamPipeOptions:o.TYPE,StructuredSerializeOptions:o.TYPE,TextDecodeOptions:o.TYPE,TextDecoderOptions:o.TYPE,TextEncoderEncodeIntoResult:o.TYPE,Transformer:o.TYPE,UnderlyingByteSource:o.TYPE,UnderlyingDefaultSource:o.TYPE,UnderlyingSink:o.TYPE,UnderlyingSource:o.TYPE,VideoColorSpaceInit:o.TYPE,VideoConfiguration:o.TYPE,VideoDecoderConfig:o.TYPE,VideoDecoderInit:o.TYPE,VideoDecoderSupport:o.TYPE,VideoEncoderConfig:o.TYPE,VideoEncoderEncodeOptions:o.TYPE,VideoEncoderInit:o.TYPE,VideoEncoderSupport:o.TYPE,VideoFrameBufferInit:o.TYPE,VideoFrameCopyToOptions:o.TYPE,VideoFrameInit:o.TYPE,WebGLContextAttributes:o.TYPE,WebGLContextEventInit:o.TYPE,WebTransportCloseInfo:o.TYPE,WebTransportErrorOptions:o.TYPE,WebTransportHash:o.TYPE,WebTransportOptions:o.TYPE,WebTransportSendStreamOptions:o.TYPE,WorkerOptions:o.TYPE,WriteParams:o.TYPE,ANGLE_instanced_arrays:o.TYPE,AbortController:o.TYPE_VALUE,AbortSignalEventMap:o.TYPE,AbortSignal:o.TYPE_VALUE,AbstractWorkerEventMap:o.TYPE,AbstractWorker:o.TYPE,AnimationFrameProvider:o.TYPE,Blob:o.TYPE_VALUE,Body:o.TYPE,BroadcastChannelEventMap:o.TYPE,BroadcastChannel:o.TYPE_VALUE,ByteLengthQueuingStrategy:o.TYPE_VALUE,CSSImageValue:o.TYPE_VALUE,CSSKeywordValue:o.TYPE_VALUE,CSSMathClamp:o.TYPE_VALUE,CSSMathInvert:o.TYPE_VALUE,CSSMathMax:o.TYPE_VALUE,CSSMathMin:o.TYPE_VALUE,CSSMathNegate:o.TYPE_VALUE,CSSMathProduct:o.TYPE_VALUE,CSSMathSum:o.TYPE_VALUE,CSSMathValue:o.TYPE_VALUE,CSSMatrixComponent:o.TYPE_VALUE,CSSNumericArray:o.TYPE_VALUE,CSSNumericValue:o.TYPE_VALUE,CSSPerspective:o.TYPE_VALUE,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,CSSUnparsedValue:o.TYPE_VALUE,CSSVariableReferenceValue:o.TYPE_VALUE,Cache:o.TYPE_VALUE,CacheStorage:o.TYPE_VALUE,CanvasCompositing:o.TYPE,CanvasDrawImage:o.TYPE,CanvasDrawPath:o.TYPE,CanvasFillStrokeStyles:o.TYPE,CanvasFilters:o.TYPE,CanvasGradient:o.TYPE_VALUE,CanvasImageData:o.TYPE,CanvasImageSmoothing:o.TYPE,CanvasPath:o.TYPE,CanvasPathDrawingStyles:o.TYPE,CanvasPattern:o.TYPE_VALUE,CanvasRect:o.TYPE,CanvasShadowStyles:o.TYPE,CanvasState:o.TYPE,CanvasText:o.TYPE,CanvasTextDrawingStyles:o.TYPE,CanvasTransform:o.TYPE,Client:o.TYPE_VALUE,Clients:o.TYPE_VALUE,CloseEvent:o.TYPE_VALUE,CompressionStream:o.TYPE_VALUE,CountQueuingStrategy:o.TYPE_VALUE,Crypto:o.TYPE_VALUE,CryptoKey:o.TYPE_VALUE,CustomEvent:o.TYPE_VALUE,DOMException:o.TYPE_VALUE,DOMMatrix:o.TYPE_VALUE,DOMMatrixReadOnly:o.TYPE_VALUE,DOMPoint:o.TYPE_VALUE,DOMPointReadOnly:o.TYPE_VALUE,DOMQuad:o.TYPE_VALUE,DOMRect:o.TYPE_VALUE,DOMRectReadOnly:o.TYPE_VALUE,DOMStringList:o.TYPE_VALUE,DecompressionStream:o.TYPE_VALUE,DedicatedWorkerGlobalScopeEventMap:o.TYPE,DedicatedWorkerGlobalScope: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_sRGB:o.TYPE,EXT_shader_texture_lod: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,EncodedVideoChunk:o.TYPE_VALUE,ErrorEvent:o.TYPE_VALUE,Event:o.TYPE_VALUE,EventListener:o.TYPE,EventListenerObject:o.TYPE,EventSourceEventMap:o.TYPE,EventSource:o.TYPE_VALUE,EventTarget:o.TYPE_VALUE,ExtendableEvent:o.TYPE_VALUE,ExtendableMessageEvent:o.TYPE_VALUE,FetchEvent:o.TYPE_VALUE,File:o.TYPE_VALUE,FileList:o.TYPE_VALUE,FileReaderEventMap:o.TYPE,FileReader:o.TYPE_VALUE,FileReaderSync:o.TYPE_VALUE,FileSystemDirectoryHandle:o.TYPE_VALUE,FileSystemFileHandle:o.TYPE_VALUE,FileSystemHandle:o.TYPE_VALUE,FileSystemSyncAccessHandle:o.TYPE_VALUE,FileSystemWritableFileStream:o.TYPE_VALUE,FontFace:o.TYPE_VALUE,FontFaceSetEventMap:o.TYPE,FontFaceSet:o.TYPE_VALUE,FontFaceSetLoadEvent:o.TYPE_VALUE,FontFaceSource:o.TYPE,FormData:o.TYPE_VALUE,GenericTransformStream:o.TYPE,Headers:o.TYPE_VALUE,IDBCursor:o.TYPE_VALUE,IDBCursorWithValue:o.TYPE_VALUE,IDBDatabaseEventMap:o.TYPE,IDBDatabase:o.TYPE_VALUE,IDBFactory:o.TYPE_VALUE,IDBIndex:o.TYPE_VALUE,IDBKeyRange:o.TYPE_VALUE,IDBObjectStore:o.TYPE_VALUE,IDBOpenDBRequestEventMap:o.TYPE,IDBOpenDBRequest:o.TYPE_VALUE,IDBRequestEventMap:o.TYPE,IDBRequest:o.TYPE_VALUE,IDBTransactionEventMap:o.TYPE,IDBTransaction:o.TYPE_VALUE,IDBVersionChangeEvent:o.TYPE_VALUE,ImageBitmap:o.TYPE_VALUE,ImageBitmapRenderingContext:o.TYPE_VALUE,ImageData:o.TYPE_VALUE,KHR_parallel_shader_compile:o.TYPE,Lock:o.TYPE_VALUE,LockManager:o.TYPE_VALUE,MediaCapabilities:o.TYPE_VALUE,MessageChannel:o.TYPE_VALUE,MessageEvent:o.TYPE_VALUE,MessagePortEventMap:o.TYPE,MessagePort:o.TYPE_VALUE,NavigationPreloadManager:o.TYPE_VALUE,NavigatorBadge:o.TYPE,NavigatorConcurrentHardware:o.TYPE,NavigatorID:o.TYPE,NavigatorLanguage:o.TYPE,NavigatorLocks:o.TYPE,NavigatorOnLine:o.TYPE,NavigatorStorage:o.TYPE,NotificationEventMap:o.TYPE,Notification:o.TYPE_VALUE,NotificationEvent:o.TYPE_VALUE,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,OVR_multiview2:o.TYPE,OffscreenCanvasEventMap:o.TYPE,OffscreenCanvas:o.TYPE_VALUE,OffscreenCanvasRenderingContext2D:o.TYPE_VALUE,Path2D:o.TYPE_VALUE,PerformanceEventMap:o.TYPE,Performance:o.TYPE_VALUE,PerformanceEntry:o.TYPE_VALUE,PerformanceMark:o.TYPE_VALUE,PerformanceMeasure:o.TYPE_VALUE,PerformanceObserver:o.TYPE_VALUE,PerformanceObserverEntryList:o.TYPE_VALUE,PerformanceResourceTiming:o.TYPE_VALUE,PerformanceServerTiming:o.TYPE_VALUE,PermissionStatusEventMap:o.TYPE,PermissionStatus:o.TYPE_VALUE,Permissions:o.TYPE_VALUE,ProgressEvent:o.TYPE_VALUE,PromiseRejectionEvent:o.TYPE_VALUE,PushEvent:o.TYPE_VALUE,PushManager:o.TYPE_VALUE,PushMessageData:o.TYPE_VALUE,PushSubscription:o.TYPE_VALUE,PushSubscriptionOptions:o.TYPE_VALUE,RTCEncodedAudioFrame:o.TYPE_VALUE,RTCEncodedVideoFrame:o.TYPE_VALUE,RTCRtpScriptTransformer:o.TYPE_VALUE,RTCTransformEvent:o.TYPE_VALUE,ReadableByteStreamController:o.TYPE_VALUE,ReadableStream:o.TYPE_VALUE,ReadableStreamBYOBReader:o.TYPE_VALUE,ReadableStreamBYOBRequest:o.TYPE_VALUE,ReadableStreamDefaultController:o.TYPE_VALUE,ReadableStreamDefaultReader:o.TYPE_VALUE,ReadableStreamGenericReader:o.TYPE,Report:o.TYPE_VALUE,ReportBody:o.TYPE_VALUE,ReportingObserver:o.TYPE_VALUE,Request:o.TYPE_VALUE,Response:o.TYPE_VALUE,SecurityPolicyViolationEvent:o.TYPE_VALUE,ServiceWorkerEventMap:o.TYPE,ServiceWorker:o.TYPE_VALUE,ServiceWorkerContainerEventMap:o.TYPE,ServiceWorkerContainer:o.TYPE_VALUE,ServiceWorkerGlobalScopeEventMap:o.TYPE,ServiceWorkerGlobalScope:o.TYPE_VALUE,ServiceWorkerRegistrationEventMap:o.TYPE,ServiceWorkerRegistration:o.TYPE_VALUE,SharedWorkerGlobalScopeEventMap:o.TYPE,SharedWorkerGlobalScope:o.TYPE_VALUE,StorageManager:o.TYPE_VALUE,StylePropertyMapReadOnly:o.TYPE_VALUE,SubtleCrypto:o.TYPE_VALUE,TextDecoder:o.TYPE_VALUE,TextDecoderCommon:o.TYPE,TextDecoderStream:o.TYPE_VALUE,TextEncoder:o.TYPE_VALUE,TextEncoderCommon:o.TYPE,TextEncoderStream:o.TYPE_VALUE,TextMetrics:o.TYPE_VALUE,TransformStream:o.TYPE_VALUE,TransformStreamDefaultController:o.TYPE_VALUE,URL:o.TYPE_VALUE,URLSearchParams:o.TYPE_VALUE,VideoColorSpace:o.TYPE_VALUE,VideoDecoderEventMap:o.TYPE,VideoDecoder:o.TYPE_VALUE,VideoEncoderEventMap:o.TYPE,VideoEncoder:o.TYPE_VALUE,VideoFrame:o.TYPE_VALUE,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,WebGLContextEvent:o.TYPE_VALUE,WebGLFramebuffer:o.TYPE_VALUE,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,WebSocketEventMap:o.TYPE,WebSocket:o.TYPE_VALUE,WebTransport:o.TYPE_VALUE,WebTransportBidirectionalStream:o.TYPE_VALUE,WebTransportDatagramDuplexStream:o.TYPE_VALUE,WebTransportError:o.TYPE_VALUE,WindowClient:o.TYPE_VALUE,WindowOrWorkerGlobalScope:o.TYPE,WorkerEventMap:o.TYPE,Worker:o.TYPE_VALUE,WorkerGlobalScopeEventMap:o.TYPE,WorkerGlobalScope:o.TYPE_VALUE,WorkerLocation:o.TYPE_VALUE,WorkerNavigator:o.TYPE_VALUE,WritableStream:o.TYPE_VALUE,WritableStreamDefaultController:o.TYPE_VALUE,WritableStreamDefaultWriter:o.TYPE_VALUE,XMLHttpRequestEventMap:o.TYPE,XMLHttpRequest:o.TYPE_VALUE,XMLHttpRequestEventTargetEventMap:o.TYPE,XMLHttpRequestEventTarget:o.TYPE_VALUE,XMLHttpRequestUpload:o.TYPE_VALUE,Console:o.TYPE,WebAssembly:o.TYPE_VALUE,EncodedVideoChunkOutputCallback:o.TYPE,FrameRequestCallback:o.TYPE,LockGrantedCallback:o.TYPE,OnErrorEventHandlerNonNull:o.TYPE,PerformanceObserverCallback:o.TYPE,QueuingStrategySize:o.TYPE,ReportingObserverCallback:o.TYPE,TransformerFlushCallback:o.TYPE,TransformerStartCallback:o.TYPE,TransformerTransformCallback:o.TYPE,UnderlyingSinkAbortCallback:o.TYPE,UnderlyingSinkCloseCallback:o.TYPE,UnderlyingSinkStartCallback:o.TYPE,UnderlyingSinkWriteCallback:o.TYPE,UnderlyingSourceCancelCallback:o.TYPE,UnderlyingSourcePullCallback:o.TYPE,UnderlyingSourceStartCallback:o.TYPE,VideoFrameOutputCallback:o.TYPE,VoidFunction:o.TYPE,WebCodecsErrorCallback:o.TYPE,AlgorithmIdentifier:o.TYPE,AllowSharedBufferSource:o.TYPE,BigInteger:o.TYPE,BinaryData:o.TYPE,BlobPart:o.TYPE,BodyInit:o.TYPE,BufferSource:o.TYPE,CSSKeywordish:o.TYPE,CSSNumberish:o.TYPE,CSSPerspectiveValue:o.TYPE,CSSUnparsedSegment:o.TYPE,CanvasImageSource:o.TYPE,DOMHighResTimeStamp:o.TYPE,EpochTimeStamp:o.TYPE,EventListenerOrEventListenerObject:o.TYPE,FileSystemWriteChunkType:o.TYPE,Float32List:o.TYPE,FormDataEntryValue: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,GLsizei:o.TYPE,GLsizeiptr:o.TYPE,GLuint:o.TYPE,GLuint64:o.TYPE,HashAlgorithmIdentifier:o.TYPE,HeadersInit:o.TYPE,IDBValidKey:o.TYPE,ImageBitmapSource:o.TYPE,Int32List:o.TYPE,MessageEventSource:o.TYPE,NamedCurve:o.TYPE,OffscreenRenderingContext:o.TYPE,OnErrorEventHandler:o.TYPE,PerformanceEntryList:o.TYPE,PushMessageDataInit:o.TYPE,ReadableStreamController:o.TYPE,ReadableStreamReadResult:o.TYPE,ReadableStreamReader:o.TYPE,ReportList:o.TYPE,RequestInfo:o.TYPE,TexImageSource:o.TYPE,TimerHandler:o.TYPE,Transferable:o.TYPE,Uint32List:o.TYPE,XMLHttpRequestBodyInit:o.TYPE,AlphaOption:o.TYPE,AvcBitstreamFormat:o.TYPE,BinaryType:o.TYPE,CSSMathOperator:o.TYPE,CSSNumericBaseType:o.TYPE,CanvasDirection:o.TYPE,CanvasFillRule:o.TYPE,CanvasFontKerning:o.TYPE,CanvasFontStretch:o.TYPE,CanvasFontVariantCaps:o.TYPE,CanvasLineCap:o.TYPE,CanvasLineJoin:o.TYPE,CanvasTextAlign:o.TYPE,CanvasTextBaseline:o.TYPE,CanvasTextRendering:o.TYPE,ClientTypes:o.TYPE,CodecState:o.TYPE,ColorGamut:o.TYPE,ColorSpaceConversion:o.TYPE,CompressionFormat:o.TYPE,DocumentVisibilityState:o.TYPE,EncodedVideoChunkType:o.TYPE,EndingType:o.TYPE,FileSystemHandleKind:o.TYPE,FontDisplay:o.TYPE,FontFaceLoadStatus:o.TYPE,FontFaceSetLoadStatus:o.TYPE,FrameType:o.TYPE,GlobalCompositeOperation:o.TYPE,HardwareAcceleration:o.TYPE,HdrMetadataType:o.TYPE,IDBCursorDirection:o.TYPE,IDBRequestReadyState:o.TYPE,IDBTransactionDurability:o.TYPE,IDBTransactionMode:o.TYPE,ImageOrientation:o.TYPE,ImageSmoothingQuality:o.TYPE,KeyFormat:o.TYPE,KeyType:o.TYPE,KeyUsage:o.TYPE,LatencyMode:o.TYPE,LockMode:o.TYPE,MediaDecodingType:o.TYPE,MediaEncodingType:o.TYPE,NotificationDirection:o.TYPE,NotificationPermission:o.TYPE,OffscreenRenderingContextId:o.TYPE,PermissionName:o.TYPE,PermissionState:o.TYPE,PredefinedColorSpace:o.TYPE,PremultiplyAlpha:o.TYPE,PushEncryptionKeyName:o.TYPE,RTCEncodedVideoFrameType:o.TYPE,ReadableStreamReaderMode:o.TYPE,ReadableStreamType:o.TYPE,ReferrerPolicy:o.TYPE,RequestCache:o.TYPE,RequestCredentials:o.TYPE,RequestDestination:o.TYPE,RequestMode:o.TYPE,RequestPriority:o.TYPE,RequestRedirect:o.TYPE,ResizeQuality:o.TYPE,ResponseType:o.TYPE,SecurityPolicyViolationEventDisposition:o.TYPE,ServiceWorkerState:o.TYPE,ServiceWorkerUpdateViaCache:o.TYPE,TransferFunction:o.TYPE,VideoColorPrimaries:o.TYPE,VideoEncoderBitrateMode:o.TYPE,VideoMatrixCoefficients:o.TYPE,VideoPixelFormat:o.TYPE,VideoTransferCharacteristics:o.TYPE,WebGLPowerPreference:o.TYPE,WebTransportCongestionControl:o.TYPE,WebTransportErrorSource:o.TYPE,WorkerType:o.TYPE,WriteCommandType:o.TYPE,XMLHttpRequestResponseType:o.TYPE};var Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.webworker_asynciterable=void 0;const tc=C;Ii.webworker_asynciterable={FileSystemDirectoryHandle:tc.TYPE,ReadableStream:tc.TYPE};var xi={};Object.defineProperty(xi,"__esModule",{value:!0}),xi.webworker_iterable=void 0;const X=C;xi.webworker_iterable={AbortSignal:X.TYPE,CSSNumericArray:X.TYPE,CSSTransformValue:X.TYPE,CSSUnparsedValue:X.TYPE,Cache:X.TYPE,CanvasPath:X.TYPE,CanvasPathDrawingStyles:X.TYPE,DOMStringList:X.TYPE,FileList:X.TYPE,FontFaceSet:X.TYPE,FormData:X.TYPE,Headers:X.TYPE,IDBDatabase:X.TYPE,IDBObjectStore:X.TYPE,MessageEvent:X.TYPE,StylePropertyMapReadOnly:X.TYPE,SubtleCrypto:X.TYPE,URLSearchParams:X.TYPE,WEBGL_draw_buffers:X.TYPE,WEBGL_multi_draw:X.TYPE,WebGL2RenderingContextBase:X.TYPE,WebGL2RenderingContextOverloads:X.TYPE,WebGLRenderingContextBase:X.TYPE,WebGLRenderingContextOverloads:X.TYPE},Object.defineProperty(li,"__esModule",{value:!0}),li.lib=void 0;const W0=At,H0=Pr,K0=Te,X0=Ce,z0=_e,q0=ct,J0=ui,Q0=pi,Z0=Rt,e1=Ct,t1=wt,r1=Vt,n1=Ye,i1=Ot,s1=Mt,o1=Ut,a1=Pe,l1=ut,c1=Dt,u1=It,p1=fi,f1=xt,E1=Ft,d1=mr,T1=di,P1=yr,m1=hr,y1=_r,h1=br,_1=gr,b1=$t,g1=vr,v1=kt,S1=Pi,Y1=Nt,L1=Sr,A1=Yr,C1=jt,w1=Lr,V1=mi,O1=Ar,M1=Cr,U1=wr,R1=Vr,I1=Bt,x1=Or,D1=Mr,F1=hi,$1=Ne,k1=Ur,N1=Rr,j1=Ir,B1=xr,G1=Dr,W1=Gt,H1=bi,K1=Fr,X1=$r,z1=kr,q1=Nr,J1=Wt,Q1=jr,Z1=Br,eb=vi,tb=Gr,rb=Wr,nb=Hr,ib=Kr,sb=Xr,ob=Ht,ab=zr,lb=qr,cb=Si,ub=Jr,pb=Qr,fb=Zr,Eb=Li,db=Ci,Tb=en,Pb=tn,mb=rn,yb=wi,hb=nn,_b=sn,bb=on,gb=an,vb=ln,Sb=Vi,Yb=Oi,Lb=Ui,Ab=me,Cb=Ri,wb=Ii,Vb=ye,Ob=xi,Mb={es5:q0.es5,es6:J0.es6,es2015:Z0.es2015,es7:Q0.es7,es2016:c1.es2016,es2017:E1.es2017,es2018:b1.es2018,es2019:C1.es2019,es2020:I1.es2020,es2021:W1.es2021,es2022:J1.es2022,es2023:ob.es2023,esnext:pb.esnext,dom:K0.dom,"dom.iterable":z0.dom_iterable,"dom.asynciterable":X0.dom_asynciterable,webworker:Cb.webworker,"webworker.importscripts":Vb.webworker_importscripts,"webworker.iterable":Ob.webworker_iterable,"webworker.asynciterable":wb.webworker_asynciterable,scripthost:Ab.scripthost,"es2015.core":t1.es2015_core,"es2015.collection":e1.es2015_collection,"es2015.generator":r1.es2015_generator,"es2015.iterable":n1.es2015_iterable,"es2015.promise":i1.es2015_promise,"es2015.proxy":s1.es2015_proxy,"es2015.reflect":o1.es2015_reflect,"es2015.symbol":a1.es2015_symbol,"es2015.symbol.wellknown":l1.es2015_symbol_wellknown,"es2016.array.include":u1.es2016_array_include,"es2016.intl":f1.es2016_intl,"es2017.date":d1.es2017_date,"es2017.object":m1.es2017_object,"es2017.sharedmemory":y1.es2017_sharedmemory,"es2017.string":h1.es2017_string,"es2017.intl":P1.es2017_intl,"es2017.typedarrays":_1.es2017_typedarrays,"es2018.asyncgenerator":g1.es2018_asyncgenerator,"es2018.asynciterable":v1.es2018_asynciterable,"es2018.intl":Y1.es2018_intl,"es2018.promise":L1.es2018_promise,"es2018.regexp":A1.es2018_regexp,"es2019.array":w1.es2019_array,"es2019.object":M1.es2019_object,"es2019.string":U1.es2019_string,"es2019.symbol":R1.es2019_symbol,"es2019.intl":O1.es2019_intl,"es2020.bigint":x1.es2020_bigint,"es2020.date":D1.es2020_date,"es2020.promise":N1.es2020_promise,"es2020.sharedmemory":j1.es2020_sharedmemory,"es2020.string":B1.es2020_string,"es2020.symbol.wellknown":G1.es2020_symbol_wellknown,"es2020.intl":$1.es2020_intl,"es2020.number":k1.es2020_number,"es2021.promise":X1.es2021_promise,"es2021.string":z1.es2021_string,"es2021.weakref":q1.es2021_weakref,"es2021.intl":K1.es2021_intl,"es2022.array":Q1.es2022_array,"es2022.error":Z1.es2022_error,"es2022.intl":tb.es2022_intl,"es2022.object":rb.es2022_object,"es2022.sharedmemory":ib.es2022_sharedmemory,"es2022.string":sb.es2022_string,"es2022.regexp":nb.es2022_regexp,"es2023.array":ab.es2023_array,"es2023.collection":lb.es2023_collection,"es2023.intl":ub.es2023_intl,"esnext.array":fb.esnext_array,"esnext.collection":Tb.esnext_collection,"esnext.symbol":Sb.esnext_symbol,"esnext.asynciterable":Eb.esnext_asynciterable,"esnext.intl":hb.esnext_intl,"esnext.disposable":mb.esnext_disposable,"esnext.bigint":db.esnext_bigint,"esnext.string":vb.esnext_string,"esnext.promise":bb.esnext_promise,"esnext.weakref":Yb.esnext_weakref,"esnext.decorators":Pb.esnext_decorators,"esnext.object":_b.esnext_object,"esnext.regexp":gb.esnext_regexp,decorators:W0.decorators,"decorators.legacy":H0.decorators_legacy,"es2016.full":p1.es2016_full,"es2017.full":T1.es2017_full,"es2018.full":S1.es2018_full,"es2019.full":V1.es2019_full,"es2020.full":F1.es2020_full,"es2021.full":H1.es2021_full,"es2022.full":eb.es2022_full,"es2023.full":cb.es2023_full,"esnext.full":yb.esnext_full,lib:Lb.lib};li.lib=Mb;var Di={},cn={},Fi={},$i={},ee={},Ie={},pt=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},rc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Je,un;Object.defineProperty(Ie,"__esModule",{value:!0}),Ie.ReferenceTypeFlag=Ie.ReferenceFlag=Ie.Reference=void 0;const Ub=lt;var ft;(function(e){e[e.Read=1]="Read",e[e.Write=2]="Write",e[e.ReadWrite=3]="ReadWrite"})(ft||(Ie.ReferenceFlag=ft={}));const Rb=(0,Ub.createIdGenerator)();var pn;(function(e){e[e.Value=1]="Value",e[e.Type=2]="Type"})(pn||(Ie.ReferenceTypeFlag=pn={}));class Ib{static{l(this,"Reference")}get isTypeReference(){return(pt(this,un,"f")&pn.Type)!==0}get isValueReference(){return(pt(this,un,"f")&pn.Value)!==0}constructor(t,n,i,s,a,c,u=pn.Value){this.$id=Rb(),Je.set(this,void 0),un.set(this,void 0),this.identifier=t,this.from=n,this.resolved=null,rc(this,Je,i,"f"),this.isWrite()&&(this.writeExpr=s,this.init=c),this.maybeImplicitGlobal=a,rc(this,un,u,"f")}isWrite(){return!!(pt(this,Je,"f")&ft.Write)}isRead(){return!!(pt(this,Je,"f")&ft.Read)}isReadOnly(){return pt(this,Je,"f")===ft.Read}isWriteOnly(){return pt(this,Je,"f")===ft.Write}isReadWrite(){return pt(this,Je,"f")===ft.ReadWrite}}Ie.Reference=Ib,Je=new WeakMap,un=new WeakMap;var ki={},fn={},En={};Object.defineProperty(En,"__esModule",{value:!0}),En.VariableBase=void 0;const xb=lt,Db=(0,xb.createIdGenerator)();class Fb{static{l(this,"VariableBase")}constructor(t,n){this.$id=Db(),this.defs=[],this.eslintUsed=!1,this.identifiers=[],this.references=[],this.name=t,this.scope=n}}En.VariableBase=Fb,Object.defineProperty(fn,"__esModule",{value:!0}),fn.ESLintScopeVariable=void 0;const $b=En;class kb extends $b.VariableBase{static{l(this,"ESLintScopeVariable")}}fn.ESLintScopeVariable=kb;var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0}),Ni.ImplicitLibVariable=void 0;const Nb=fn;class jb extends Nb.ESLintScopeVariable{static{l(this,"ImplicitLibVariable")}constructor(t,n,{isTypeVariable:i,isValueVariable:s,writeable:a,eslintImplicitGlobalSetting:c}){super(n,t),this.isTypeVariable=i??!1,this.isValueVariable=s??!1,this.writeable=a??!1,this.eslintImplicitGlobalSetting=c??"readonly"}}Ni.ImplicitLibVariable=jb;var ji={};Object.defineProperty(ji,"__esModule",{value:!0}),ji.Variable=void 0;const Bb=En;class Gb extends Bb.VariableBase{static{l(this,"Variable")}get isTypeVariable(){return this.defs.length===0?!0:this.defs.some(t=>t.isTypeDefinition)}get isValueVariable(){return this.defs.length===0?!0:this.defs.some(t=>t.isVariableDefinition)}}ji.Variable=Gb,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Variable=e.ImplicitLibVariable=e.ESLintScopeVariable=void 0;var t=fn;Object.defineProperty(e,"ESLintScopeVariable",{enumerable:!0,get:l(function(){return t.ESLintScopeVariable},"get")});var n=Ni;Object.defineProperty(e,"ImplicitLibVariable",{enumerable:!0,get:l(function(){return n.ImplicitLibVariable},"get")});var i=ji;Object.defineProperty(e,"Variable",{enumerable:!0,get:l(function(){return i.Variable},"get")})}(ki);var z={};Object.defineProperty(z,"__esModule",{value:!0}),z.ScopeType=void 0;var nc;(function(e){e.block="block",e.catch="catch",e.class="class",e.classFieldInitializer="class-field-initializer",e.classStaticBlock="class-static-block",e.conditionalType="conditionalType",e.for="for",e.function="function",e.functionExpressionName="function-expression-name",e.functionType="functionType",e.global="global",e.mappedType="mappedType",e.module="module",e.switch="switch",e.tsEnum="tsEnum",e.tsModule="tsModule",e.type="type",e.with="with"})(nc||(z.ScopeType=nc={}));var ic=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Qe=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},dn,Bi,Gi,Wi,mo;Object.defineProperty(ee,"__esModule",{value:!0}),ee.ScopeBase=void 0;const Tn=Me,Wb=at,Hb=qe,Kb=lt,xe=Ie,Xb=ki,re=z;function zb(e,t,n){let i;if(e.upper?.isStrict||n||e.type===re.ScopeType.class||e.type===re.ScopeType.conditionalType||e.type===re.ScopeType.functionType||e.type===re.ScopeType.mappedType||e.type===re.ScopeType.module||e.type===re.ScopeType.tsEnum||e.type===re.ScopeType.tsModule||e.type===re.ScopeType.type)return!0;if(e.type===re.ScopeType.block||e.type===re.ScopeType.switch)return!1;if(e.type===re.ScopeType.function){const s=t;switch(s.type){case Tn.AST_NODE_TYPES.ArrowFunctionExpression:if(s.body.type!==Tn.AST_NODE_TYPES.BlockStatement)return!1;i=s.body;break;case Tn.AST_NODE_TYPES.Program:i=s;break;default:i=s.body}if(!i)return!1}else if(e.type===re.ScopeType.global)i=t;else return!1;for(const s of i.body){if(s.type!==Tn.AST_NODE_TYPES.ExpressionStatement)break;if(s.directive==="use strict")return!0;const a=s.expression;if(a.type!==Tn.AST_NODE_TYPES.Literal)break;if(a.raw==='"use strict"'||a.raw==="'use strict'"||a.value==="use strict")return!0}return!1}l(zb,"isStrictScope");function qb(e,t){e.scopes.push(t);const n=e.nodeToScope.get(t.block);n?n.push(t):e.nodeToScope.set(t.block,[t])}l(qb,"registerScope");const Jb=(0,Kb.createIdGenerator)(),Qb=new Set([re.ScopeType.classFieldInitializer,re.ScopeType.classStaticBlock,re.ScopeType.function,re.ScopeType.global,re.ScopeType.module,re.ScopeType.tsModule]);class Zb{static{l(this,"ScopeBase")}constructor(t,n,i,s,a){this.$id=Jb(),this.childScopes=[],dn.set(this,void 0),Bi.set(this,void 0),this.functionExpressionScope=!1,this.leftToResolve=[],this.references=[],this.set=new Map,this.through=[],this.variables=[],Gi.set(this,u=>{l(()=>{const E=u.identifier.name,m=this.set.get(E);if(!m||!this.isValidResolution(u,m))return!1;const y=u.isTypeReference&&m.isTypeVariable,L=u.isValueReference&&m.isValueVariable;return!y&&!L?!1:(m.references.push(u),u.resolved=m,!0)},"resolve")()||this.delegateToUpperScope(u)}),Wi.set(this,u=>{let p=this;do p.through.push(u),p=p.upper;while(p)}),mo.set(this,(u,p)=>{this.shouldStaticallyCloseForGlobal(u,p)?Qe(this,Gi,"f").call(this,u):Qe(this,Wi,"f").call(this,u)});const c=i;this.type=n,ic(this,Bi,this.type===re.ScopeType.global||this.type===re.ScopeType.with,"f"),this.block=s,this.variableScope=this.isVariableScope()?this:c.variableScope,this.upper=i,this.isStrict=zb(this,s,a),c?.childScopes.push(this),ic(this,dn,t.declaredVariables,"f"),qb(t,this)}isVariableScope(){return Qb.has(this.type)}shouldStaticallyClose(){return!Qe(this,Bi,"f")}shouldStaticallyCloseForGlobal(t,n){const i=t.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===Hb.DefinitionType.Variable&&c.parent.kind==="var"))}close(t){let n;return this.shouldStaticallyClose()?n=Qe(this,Gi,"f"):this.type!=="global"?n=Qe(this,Wi,"f"):n=Qe(this,mo,"f"),(0,Wb.assert)(this.leftToResolve),this.leftToResolve.forEach(i=>n(i,t)),this.leftToResolve=null,this.upper}isValidResolution(t,n){return!0}delegateToUpperScope(t){this.upper?.leftToResolve?.push(t),this.through.push(t)}addDeclaredVariablesOfNode(t,n){if(n==null)return;let i=Qe(this,dn,"f").get(n);i==null&&(i=[],Qe(this,dn,"f").set(n,i)),i.includes(t)||i.push(t)}defineVariable(t,n,i,s,a){const c=typeof t=="string"?t:t.name;let u=n.get(c);u||(u=typeof t=="string"?new Xb.Variable(c,this):t,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)}defineIdentifier(t,n){this.defineVariable(t.name,this.set,this.variables,t,n)}defineLiteralIdentifier(t,n){this.defineVariable(t.value,this.set,this.variables,null,n)}referenceValue(t,n=xe.ReferenceFlag.Read,i,s,a=!1){const c=new xe.Reference(t,this,n,i,s,a,xe.ReferenceTypeFlag.Value);this.references.push(c),this.leftToResolve?.push(c)}referenceType(t){const n=new xe.Reference(t,this,xe.ReferenceFlag.Read,null,null,!1,xe.ReferenceTypeFlag.Type);this.references.push(n),this.leftToResolve?.push(n)}referenceDualValueType(t){const n=new xe.Reference(t,this,xe.ReferenceFlag.Read,null,null,!1,xe.ReferenceTypeFlag.Type|xe.ReferenceTypeFlag.Value);this.references.push(n),this.leftToResolve?.push(n)}}ee.ScopeBase=Zb,dn=new WeakMap,Bi=new WeakMap,Gi=new WeakMap,Wi=new WeakMap,mo=new WeakMap,Object.defineProperty($i,"__esModule",{value:!0}),$i.BlockScope=void 0;const eg=ee,tg=z;class rg extends eg.ScopeBase{static{l(this,"BlockScope")}constructor(t,n,i){super(t,tg.ScopeType.block,n,i,!1)}}$i.BlockScope=rg;var Hi={};Object.defineProperty(Hi,"__esModule",{value:!0}),Hi.CatchScope=void 0;const ng=ee,ig=z;class sg extends ng.ScopeBase{static{l(this,"CatchScope")}constructor(t,n,i){super(t,ig.ScopeType.catch,n,i,!1)}}Hi.CatchScope=sg;var Pn={};Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.ClassFieldInitializerScope=void 0;const og=ee,ag=z;class lg extends og.ScopeBase{static{l(this,"ClassFieldInitializerScope")}constructor(t,n,i){super(t,ag.ScopeType.classFieldInitializer,n,i,!1)}}Pn.ClassFieldInitializerScope=lg;var Ki={};Object.defineProperty(Ki,"__esModule",{value:!0}),Ki.ClassScope=void 0;const cg=ee,ug=z;class pg extends cg.ScopeBase{static{l(this,"ClassScope")}constructor(t,n,i){super(t,ug.ScopeType.class,n,i,!1)}}Ki.ClassScope=pg;var Xi={};Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.ConditionalTypeScope=void 0;const fg=ee,Eg=z;class dg extends fg.ScopeBase{static{l(this,"ConditionalTypeScope")}constructor(t,n,i){super(t,Eg.ScopeType.conditionalType,n,i,!1)}}Xi.ConditionalTypeScope=dg;var zi={};Object.defineProperty(zi,"__esModule",{value:!0}),zi.ForScope=void 0;const Tg=ee,Pg=z;class mg extends Tg.ScopeBase{static{l(this,"ForScope")}constructor(t,n,i){super(t,Pg.ScopeType.for,n,i,!1)}}zi.ForScope=mg;var qi={};Object.defineProperty(qi,"__esModule",{value:!0}),qi.FunctionExpressionNameScope=void 0;const yg=qe,hg=ee,_g=z;class bg extends hg.ScopeBase{static{l(this,"FunctionExpressionNameScope")}constructor(t,n,i){super(t,_g.ScopeType.functionExpressionName,n,i,!1),i.id&&this.defineIdentifier(i.id,new yg.FunctionNameDefinition(i.id,i)),this.functionExpressionScope=!0}}qi.FunctionExpressionNameScope=bg;var Ji={};Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.FunctionScope=void 0;const sc=Me,gg=ee,vg=z;class Sg extends gg.ScopeBase{static{l(this,"FunctionScope")}constructor(t,n,i,s){super(t,vg.ScopeType.function,n,i,s),this.block.type!==sc.AST_NODE_TYPES.ArrowFunctionExpression&&this.defineVariable("arguments",this.set,this.variables,null,null)}isValidResolution(t,n){if(this.block.type===sc.AST_NODE_TYPES.Program)return!0;const i=this.block.body?.range[0]??-1;return!(n.scope===this&&t.identifier.range[0]<i&&n.defs.every(s=>s.name.range[0]>=i))}}Ji.FunctionScope=Sg;var Qi={};Object.defineProperty(Qi,"__esModule",{value:!0}),Qi.FunctionTypeScope=void 0;const Yg=ee,Lg=z;class Ag extends Yg.ScopeBase{static{l(this,"FunctionTypeScope")}constructor(t,n,i){super(t,Lg.ScopeType.functionType,n,i,!1)}}Qi.FunctionTypeScope=Ag;var Zi={};Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.GlobalScope=void 0;const Cg=Me,wg=at,Vg=Tr,Og=ki,Mg=ee,Ug=z;class Rg extends Mg.ScopeBase{static{l(this,"GlobalScope")}constructor(t,n){super(t,Ug.ScopeType.global,null,n,!1),this.implicit={set:new Map,variables:[],leftToBeResolved:[]}}defineImplicitVariable(t,n){this.defineVariable(new Og.ImplicitLibVariable(this,t,n),this.set,this.variables,null,null)}close(t){(0,wg.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===Cg.AST_NODE_TYPES.Identifier&&this.defineVariable(s.name,this.implicit.set,this.implicit.variables,s,new Vg.ImplicitGlobalVariableDefinition(i.pattern,i.node))}return this.implicit.leftToBeResolved=this.leftToResolve,super.close(t)}}Zi.GlobalScope=Rg;var es={};Object.defineProperty(es,"__esModule",{value:!0}),es.MappedTypeScope=void 0;const Ig=ee,xg=z;class Dg extends Ig.ScopeBase{static{l(this,"MappedTypeScope")}constructor(t,n,i){super(t,xg.ScopeType.mappedType,n,i,!1)}}es.MappedTypeScope=Dg;var ts={};Object.defineProperty(ts,"__esModule",{value:!0}),ts.ModuleScope=void 0;const Fg=ee,$g=z;class kg extends Fg.ScopeBase{static{l(this,"ModuleScope")}constructor(t,n,i){super(t,$g.ScopeType.module,n,i,!1)}}ts.ModuleScope=kg;var oc={};Object.defineProperty(oc,"__esModule",{value:!0});var rs={};Object.defineProperty(rs,"__esModule",{value:!0}),rs.SwitchScope=void 0;const Ng=ee,jg=z;class Bg extends Ng.ScopeBase{static{l(this,"SwitchScope")}constructor(t,n,i){super(t,jg.ScopeType.switch,n,i,!1)}}rs.SwitchScope=Bg;var ns={};Object.defineProperty(ns,"__esModule",{value:!0}),ns.TSEnumScope=void 0;const Gg=ee,Wg=z;class Hg extends Gg.ScopeBase{static{l(this,"TSEnumScope")}constructor(t,n,i){super(t,Wg.ScopeType.tsEnum,n,i,!1)}}ns.TSEnumScope=Hg;var is={};Object.defineProperty(is,"__esModule",{value:!0}),is.TSModuleScope=void 0;const Kg=ee,Xg=z;class zg extends Kg.ScopeBase{static{l(this,"TSModuleScope")}constructor(t,n,i){super(t,Xg.ScopeType.tsModule,n,i,!1)}}is.TSModuleScope=zg;var ss={};Object.defineProperty(ss,"__esModule",{value:!0}),ss.TypeScope=void 0;const qg=ee,Jg=z;class Qg extends qg.ScopeBase{static{l(this,"TypeScope")}constructor(t,n,i){super(t,Jg.ScopeType.type,n,i,!1)}}ss.TypeScope=Qg;var os={};Object.defineProperty(os,"__esModule",{value:!0}),os.WithScope=void 0;const Zg=at,ev=ee,tv=z;class rv extends ev.ScopeBase{static{l(this,"WithScope")}constructor(t,n,i){super(t,tv.ScopeType.with,n,i,!1)}close(t){return this.shouldStaticallyClose()?super.close(t):((0,Zg.assert)(this.leftToResolve),this.leftToResolve.forEach(n=>this.delegateToUpperScope(n)),this.leftToResolve=null,this.upper)}}os.WithScope=rv,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n($i,e),n(Hi,e),n(Pn,e),n(Ki,e),n(Xi,e),n(zi,e),n(qi,e),n(Ji,e),n(Qi,e),n(Zi,e),n(es,e),n(ts,e),n(oc,e),n(z,e),n(rs,e),n(ns,e),n(is,e),n(ss,e),n(os,e)}(Fi);var Et={},Kt={},mn={},ac=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},lc=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},as,ls;Object.defineProperty(mn,"__esModule",{value:!0}),mn.VisitorBase=void 0;const nv=uo;function iv(e){return typeof e=="object"&&e!=null}l(iv,"isObject");function cc(e){return iv(e)&&typeof e.type=="string"}l(cc,"isNode");class sv{static{l(this,"VisitorBase")}constructor(t){as.set(this,void 0),ls.set(this,void 0),ac(this,as,t.childVisitorKeys??nv.visitorKeys,"f"),ac(this,ls,t.visitChildrenEvenIfSelectorExists??!1,"f")}visitChildren(t,n=[]){if(t?.type==null)return;const i=new Set([...n,"parent"]),s=lc(this,as,"f")[t.type]??Object.keys(t);for(const a of s){if(i.has(a))continue;const c=t[a];if(c)if(Array.isArray(c))for(const u of c)cc(u)&&this.visit(u);else cc(c)&&this.visit(c)}}visit(t){if(t?.type==null)return;const n=this[t.type];n&&(n.call(this,t),!lc(this,ls,"f"))||this.visitChildren(t)}}mn.VisitorBase=sv,as=new WeakMap,ls=new WeakMap;var uc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},De=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},cs,us,dt,yn;Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.PatternVisitor=void 0;const Xt=Me,ov=mn;class av extends ov.VisitorBase{static{l(this,"PatternVisitor")}static isPattern(t){const n=t.type;return n===Xt.AST_NODE_TYPES.Identifier||n===Xt.AST_NODE_TYPES.ObjectPattern||n===Xt.AST_NODE_TYPES.ArrayPattern||n===Xt.AST_NODE_TYPES.SpreadElement||n===Xt.AST_NODE_TYPES.RestElement||n===Xt.AST_NODE_TYPES.AssignmentPattern}constructor(t,n,i){super(t),cs.set(this,void 0),us.set(this,void 0),dt.set(this,[]),this.rightHandNodes=[],yn.set(this,[]),uc(this,cs,n,"f"),uc(this,us,i,"f")}ArrayExpression(t){t.elements.forEach(this.visit,this)}ArrayPattern(t){for(const n of t.elements)this.visit(n)}AssignmentExpression(t){De(this,dt,"f").push(t),this.visit(t.left),this.rightHandNodes.push(t.right),De(this,dt,"f").pop()}AssignmentPattern(t){De(this,dt,"f").push(t),this.visit(t.left),this.rightHandNodes.push(t.right),De(this,dt,"f").pop()}CallExpression(t){t.arguments.forEach(n=>{this.rightHandNodes.push(n)}),this.visit(t.callee)}Decorator(){}Identifier(t){const n=De(this,yn,"f").at(-1);De(this,us,"f").call(this,t,{topLevel:t===De(this,cs,"f"),rest:n?.argument===t,assignments:De(this,dt,"f")})}MemberExpression(t){t.computed&&this.rightHandNodes.push(t.property),this.rightHandNodes.push(t.object)}Property(t){t.computed&&this.rightHandNodes.push(t.key),this.visit(t.value)}RestElement(t){De(this,yn,"f").push(t),this.visit(t.argument),De(this,yn,"f").pop()}SpreadElement(t){this.visit(t.argument)}TSTypeAnnotation(){}}Kt.PatternVisitor=av,cs=new WeakMap,us=new WeakMap,dt=new WeakMap,yn=new WeakMap,function(e){var t=h&&h.__classPrivateFieldGet||function(u,p,E,m){if(E==="a"&&!m)throw new TypeError("Private accessor was defined without a getter");if(typeof p=="function"?u!==p||!m:!p.has(u))throw new TypeError("Cannot read private member from an object whose class did not declare it");return E==="m"?m:E==="a"?m.call(u):m?m.value:p.get(u)},n=h&&h.__classPrivateFieldSet||function(u,p,E,m,y){if(m==="m")throw new TypeError("Private method is not writable");if(m==="a"&&!y)throw new TypeError("Private accessor was defined without a setter");if(typeof p=="function"?u!==p||!y:!p.has(u))throw new TypeError("Cannot write private member to an object whose class did not declare it");return m==="a"?y.call(u,E):y?y.value=E:p.set(u,E),E},i;Object.defineProperty(e,"__esModule",{value:!0}),e.VisitorBase=e.Visitor=void 0;const s=Kt,a=mn;Object.defineProperty(e,"VisitorBase",{enumerable:!0,get:l(function(){return a.VisitorBase},"get")});class c extends a.VisitorBase{static{l(this,"Visitor")}constructor(p){super(p instanceof c?t(p,i,"f"):p),i.set(this,void 0),n(this,i,p instanceof c?t(p,i,"f"):p,"f")}visitPattern(p,E,m={processRightHandNodes:!1}){const y=new s.PatternVisitor(t(this,i,"f"),p,E);y.visit(p),m.processRightHandNodes&&y.rightHandNodes.forEach(this.visit,this)}}e.Visitor=c,i=new WeakMap}(Et);var lv=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},ne=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},J;Object.defineProperty(cn,"__esModule",{value:!0}),cn.TypeVisitor=void 0;const zt=Me,hn=qe,_n=Fi,cv=Et;class go extends cv.Visitor{static{l(this,"TypeVisitor")}constructor(t){super(t),J.set(this,void 0),lv(this,J,t,"f")}static visit(t,n){new go(t).visit(n)}visitFunctionType(t){ne(this,J,"f").scopeManager.nestFunctionTypeScope(t),this.visit(t.typeParameters);for(const n of t.params){let i=!1;this.visitPattern(n,(s,a)=>{ne(this,J,"f").currentScope().defineIdentifier(s,new hn.ParameterDefinition(s,t,a.rest)),s.typeAnnotation&&(this.visit(s.typeAnnotation),i=!0)}),!i&&"typeAnnotation"in n&&this.visit(n.typeAnnotation)}this.visit(t.returnType),ne(this,J,"f").close(t)}visitPropertyKey(t){t.computed&&ne(this,J,"f").visit(t.key)}Identifier(t){ne(this,J,"f").currentScope().referenceType(t)}MemberExpression(t){this.visit(t.object)}TSCallSignatureDeclaration(t){this.visitFunctionType(t)}TSConditionalType(t){ne(this,J,"f").scopeManager.nestConditionalTypeScope(t),this.visitChildren(t,["falseType"]),ne(this,J,"f").close(t),this.visit(t.falseType)}TSConstructorType(t){this.visitFunctionType(t)}TSConstructSignatureDeclaration(t){this.visitFunctionType(t)}TSFunctionType(t){this.visitFunctionType(t)}TSImportType(t){this.visit(t.typeArguments)}TSIndexSignature(t){for(const n of t.parameters)n.type===zt.AST_NODE_TYPES.Identifier&&this.visit(n.typeAnnotation);this.visit(t.typeAnnotation)}TSInferType(t){const n=t.typeParameter;let i=ne(this,J,"f").currentScope();if(i.type===_n.ScopeType.functionType||i.type===_n.ScopeType.mappedType){let s=i.upper;for(;s;){if(s.type===_n.ScopeType.functionType||s.type===_n.ScopeType.mappedType){s=s.upper;continue}if(s.type===_n.ScopeType.conditionalType){i=s;break}break}}i.defineIdentifier(n.name,new hn.TypeDefinition(n.name,n)),this.visit(n.constraint)}TSInterfaceDeclaration(t){ne(this,J,"f").currentScope().defineIdentifier(t.id,new hn.TypeDefinition(t.id,t)),t.typeParameters&&(ne(this,J,"f").scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),t.extends.forEach(this.visit,this),this.visit(t.body),t.typeParameters&&ne(this,J,"f").close(t)}TSMappedType(t){ne(this,J,"f").scopeManager.nestMappedTypeScope(t),this.visitChildren(t),ne(this,J,"f").close(t)}TSMethodSignature(t){this.visitPropertyKey(t),this.visitFunctionType(t)}TSNamedTupleMember(t){this.visit(t.elementType)}TSPropertySignature(t){this.visitPropertyKey(t),this.visit(t.typeAnnotation)}TSQualifiedName(t){this.visit(t.left)}TSTypeAliasDeclaration(t){ne(this,J,"f").currentScope().defineIdentifier(t.id,new hn.TypeDefinition(t.id,t)),t.typeParameters&&(ne(this,J,"f").scopeManager.nestTypeScope(t),this.visit(t.typeParameters)),this.visit(t.typeAnnotation),t.typeParameters&&ne(this,J,"f").close(t)}TSTypeParameter(t){ne(this,J,"f").currentScope().defineIdentifier(t.name,new hn.TypeDefinition(t.name,t)),this.visit(t.constraint),this.visit(t.default)}TSTypePredicate(t){t.parameterName.type!==zt.AST_NODE_TYPES.TSThisType&&ne(this,J,"f").currentScope().referenceValue(t.parameterName),this.visit(t.typeAnnotation)}TSTypeQuery(t){let n;if(t.exprName.type===zt.AST_NODE_TYPES.TSQualifiedName){let i=t.exprName;for(;i.left.type===zt.AST_NODE_TYPES.TSQualifiedName;)i=i.left;n=i.left}else n=t.exprName,t.exprName.type===zt.AST_NODE_TYPES.TSImportType&&this.visit(t.exprName);n.type===zt.AST_NODE_TYPES.Identifier&&ne(this,J,"f").currentScope().referenceValue(n),this.visit(t.typeArguments)}TSTypeAnnotation(t){this.visitChildren(t)}}cn.TypeVisitor=go,J=new WeakMap;var pc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},H=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},bn,W;Object.defineProperty(Di,"__esModule",{value:!0}),Di.ClassVisitor=void 0;const Ve=Me,yo=qe,uv=cn,pv=Et;class vo extends pv.Visitor{static{l(this,"ClassVisitor")}constructor(t,n){super(t),bn.set(this,void 0),W.set(this,void 0),pc(this,W,t,"f"),pc(this,bn,n,"f")}static visit(t,n){new vo(t,n).visitClass(n)}visit(t){t&&t.type in this?super.visit(t):H(this,W,"f").visit(t)}visitClass(t){t.type===Ve.AST_NODE_TYPES.ClassDeclaration&&t.id&&H(this,W,"f").currentScope().defineIdentifier(t.id,new yo.ClassNameDefinition(t.id,t)),t.decorators.forEach(n=>H(this,W,"f").visit(n)),H(this,W,"f").scopeManager.nestClassScope(t),t.id&&H(this,W,"f").currentScope().defineIdentifier(t.id,new yo.ClassNameDefinition(t.id,t)),H(this,W,"f").visit(t.superClass),this.visitType(t.typeParameters),this.visitType(t.superTypeArguments),t.implements.forEach(n=>this.visitType(n)),this.visit(t.body),H(this,W,"f").close(t)}visitPropertyDefinition(t){this.visitPropertyBase(t),this.visitType(t.typeAnnotation)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case Ve.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case Ve.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation)}}visitMethodFunction(t,n){t.id&&H(this,W,"f").scopeManager.nestFunctionExpressionNameScope(t),H(this,W,"f").scopeManager.nestFunctionScope(t,!0);let i=!!n.decorators.length;if(i||=n.kind!=="set"&&t.params.some(s=>s.decorators.length),!i&&n.kind==="set"){const s=fc(n);s!=null&&H(this,bn,"f").body.body.find(a=>a!==n&&a.type===Ve.AST_NODE_TYPES.MethodDefinition&&a.static===n.static&&fc(a)===s)?.decorators.length&&(i=!0)}!i&&n.kind==="constructor"&&H(this,bn,"f").decorators.length&&(i=!0);for(const s of t.params)this.visitPattern(s,(a,c)=>{H(this,W,"f").currentScope().defineIdentifier(a,new yo.ParameterDefinition(a,t,c.rest)),H(this,W,"f").referencingDefaultValue(a,c.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(s),s.decorators.forEach(a=>this.visit(a));this.visitType(t.returnType),this.visitType(t.typeParameters),H(this,W,"f").visitChildren(t.body),H(this,W,"f").close(t)}visitPropertyBase(t){t.computed&&H(this,W,"f").visit(t.key),t.value&&((t.type===Ve.AST_NODE_TYPES.PropertyDefinition||t.type===Ve.AST_NODE_TYPES.AccessorProperty)&&H(this,W,"f").scopeManager.nestClassFieldInitializerScope(t.value),H(this,W,"f").visit(t.value),(t.type===Ve.AST_NODE_TYPES.PropertyDefinition||t.type===Ve.AST_NODE_TYPES.AccessorProperty)&&H(this,W,"f").close(t.value)),t.decorators.forEach(n=>H(this,W,"f").visit(n))}visitMethod(t){t.computed&&H(this,W,"f").visit(t.key),t.value.type===Ve.AST_NODE_TYPES.FunctionExpression?this.visitMethodFunction(t.value,t):H(this,W,"f").visit(t.value),t.decorators.forEach(n=>H(this,W,"f").visit(n))}visitType(t){t&&uv.TypeVisitor.visit(H(this,W,"f"),t)}AccessorProperty(t){this.visitPropertyDefinition(t)}ClassBody(t){this.visitChildren(t)}PropertyDefinition(t){this.visitPropertyDefinition(t)}MethodDefinition(t){this.visitMethod(t)}TSAbstractAccessorProperty(t){this.visitPropertyDefinition(t)}TSAbstractPropertyDefinition(t){this.visitPropertyDefinition(t)}TSAbstractMethodDefinition(t){this.visitPropertyBase(t)}Identifier(t){H(this,W,"f").visit(t)}PrivateIdentifier(){}TSIndexSignature(t){this.visitType(t)}StaticBlock(t){H(this,W,"f").scopeManager.nestClassStaticBlockScope(t),t.body.forEach(n=>this.visit(n)),H(this,W,"f").close(t)}}Di.ClassVisitor=vo,bn=new WeakMap,W=new WeakMap;function fc(e){if(e.computed&&e.key.type===Ve.AST_NODE_TYPES.Literal){if(typeof e.key.value=="string"||typeof e.key.value=="number")return e.key.value}else if(!e.computed&&e.key.type===Ve.AST_NODE_TYPES.Identifier)return e.key.name;return null}l(fc,"getLiteralMethodKeyName");var ps={},Ec=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},fs=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},qt,Es;Object.defineProperty(ps,"__esModule",{value:!0}),ps.ExportVisitor=void 0;const fv=Me,Ev=Et;class So extends Ev.Visitor{static{l(this,"ExportVisitor")}constructor(t,n){super(n),qt.set(this,void 0),Es.set(this,void 0),Ec(this,Es,t,"f"),Ec(this,qt,n,"f")}static visit(t,n){new So(n,t).visit(n)}Identifier(t){fs(this,Es,"f").exportKind==="type"?fs(this,qt,"f").currentScope().referenceType(t):fs(this,qt,"f").currentScope().referenceDualValueType(t)}ExportDefaultDeclaration(t){t.declaration.type===fv.AST_NODE_TYPES.Identifier&&this.visit(t.declaration)}ExportNamedDeclaration(t){t.source||t.declaration||this.visitChildren(t)}ExportSpecifier(t){t.exportKind==="type"?fs(this,qt,"f").currentScope().referenceType(t.local):this.visit(t.local)}}ps.ExportVisitor=So,qt=new WeakMap,Es=new WeakMap;var ds={},dc=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Tc=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},Ts,Ps;Object.defineProperty(ds,"__esModule",{value:!0}),ds.ImportVisitor=void 0;const dv=qe,Tv=Et;class Yo extends Tv.Visitor{static{l(this,"ImportVisitor")}constructor(t,n){super(n),Ts.set(this,void 0),Ps.set(this,void 0),dc(this,Ts,t,"f"),dc(this,Ps,n,"f")}static visit(t,n){new Yo(n,t).visit(n)}visitImport(t,n){Tc(this,Ps,"f").currentScope().defineIdentifier(t,new dv.ImportBindingDefinition(t,n,Tc(this,Ts,"f")))}ImportNamespaceSpecifier(t){const n=t.local;this.visitImport(n,t)}ImportDefaultSpecifier(t){const n=t.local;this.visitImport(n,t)}ImportSpecifier(t){const n=t.local;this.visitImport(n,t)}}ds.ImportVisitor=Yo,Ts=new WeakMap,Ps=new WeakMap;var gn=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},Tt=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},vn,Sn,ms,ys,hs;Object.defineProperty(qn,"__esModule",{value:!0}),qn.Referencer=void 0;const ie=Me,Pc=at,Fe=qe,Pv=li,mv=Di,mc=ps,yv=ds,yc=Kt,Pt=Ie,hv=cn,_v=Et;class bv extends _v.Visitor{static{l(this,"Referencer")}constructor(t,n){super(t),vn.set(this,void 0),Sn.set(this,void 0),ms.set(this,!1),ys.set(this,!1),hs.set(this,void 0),this.scopeManager=n,gn(this,vn,t.jsxPragma,"f"),gn(this,Sn,t.jsxFragmentName,"f"),gn(this,hs,t.lib,"f")}currentScope(t){return t||(0,Pc.assert)(this.scopeManager.currentScope,"aaa"),this.scopeManager.currentScope}close(t){for(;this.currentScope(!0)&&t===this.currentScope().block;)this.scopeManager.currentScope=this.currentScope().close(this.scopeManager)}referencingDefaultValue(t,n,i,s){n.forEach(a=>{this.currentScope().referenceValue(t,Pt.ReferenceFlag.Write,a.right,i,s)})}populateGlobalsFromLib(t){for(const n of Tt(this,hs,"f")){const i=Pv.lib[n];if(!i)throw new Error(`Invalid value for lib provided: ${n}`);for(const[s,a]of Object.entries(i))t.defineImplicitVariable(s,a)}t.defineImplicitVariable("const",{eslintImplicitGlobalSetting:"readonly",isTypeVariable:!0,isValueVariable:!1})}referenceInSomeUpperScope(t){let n=this.scopeManager.currentScope;for(;n;){const i=n.set.get(t);if(!i){n=n.upper;continue}return n.referenceValue(i.identifiers[0]),!0}return!1}referenceJsxPragma(){Tt(this,vn,"f")==null||Tt(this,ms,"f")||gn(this,ms,this.referenceInSomeUpperScope(Tt(this,vn,"f")),"f")}referenceJsxFragment(){Tt(this,Sn,"f")==null||Tt(this,ys,"f")||gn(this,ys,this.referenceInSomeUpperScope(Tt(this,Sn,"f")),"f")}visitClass(t){mv.ClassVisitor.visit(this,t)}visitForIn(t){t.left.type===ie.AST_NODE_TYPES.VariableDeclaration&&t.left.kind!=="var"&&this.scopeManager.nestForScope(t),t.left.type===ie.AST_NODE_TYPES.VariableDeclaration?(this.visit(t.left),this.visitPattern(t.left.declarations[0].id,n=>{this.currentScope().referenceValue(n,Pt.ReferenceFlag.Write,t.right,null,!0)})):this.visitPattern(t.left,(n,i)=>{const s=this.currentScope().isStrict?null:{pattern:n,node:t};this.referencingDefaultValue(n,i.assignments,s,!1),this.currentScope().referenceValue(n,Pt.ReferenceFlag.Write,t.right,s,!1)},{processRightHandNodes:!0}),this.visit(t.right),this.visit(t.body),this.close(t)}visitFunctionParameterTypeAnnotation(t){switch(t.type){case ie.AST_NODE_TYPES.AssignmentPattern:this.visitType(t.left.typeAnnotation);break;case ie.AST_NODE_TYPES.TSParameterProperty:this.visitFunctionParameterTypeAnnotation(t.parameter);break;default:this.visitType(t.typeAnnotation);break}}visitFunction(t){t.type===ie.AST_NODE_TYPES.FunctionExpression?t.id&&this.scopeManager.nestFunctionExpressionNameScope(t):t.id&&this.currentScope().defineIdentifier(t.id,new Fe.FunctionNameDefinition(t.id,t)),this.scopeManager.nestFunctionScope(t,!1);for(const n of t.params)this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new Fe.ParameterDefinition(i,t,s.rest)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0}),this.visitFunctionParameterTypeAnnotation(n),n.decorators.forEach(i=>this.visit(i));this.visitType(t.returnType),this.visitType(t.typeParameters),t.body&&(t.body.type===ie.AST_NODE_TYPES.BlockStatement?this.visitChildren(t.body):this.visit(t.body)),this.close(t)}visitProperty(t){t.computed&&this.visit(t.key),this.visit(t.value)}visitType(t){t&&hv.TypeVisitor.visit(this,t)}visitTypeAssertion(t){this.visit(t.expression),this.visitType(t.typeAnnotation)}ArrowFunctionExpression(t){this.visitFunction(t)}AssignmentExpression(t){let n=t.left;switch(n.type){case ie.AST_NODE_TYPES.TSAsExpression:case ie.AST_NODE_TYPES.TSTypeAssertion:this.visitType(n.typeAnnotation);case ie.AST_NODE_TYPES.TSNonNullExpression:n=n.expression}yc.PatternVisitor.isPattern(n)?t.operator==="="?this.visitPattern(n,(i,s)=>{const a=this.currentScope().isStrict?null:{pattern:i,node:t};this.referencingDefaultValue(i,s.assignments,a,!1),this.currentScope().referenceValue(i,Pt.ReferenceFlag.Write,t.right,a,!1)},{processRightHandNodes:!0}):n.type===ie.AST_NODE_TYPES.Identifier&&this.currentScope().referenceValue(n,Pt.ReferenceFlag.ReadWrite,t.right):this.visit(n),this.visit(t.right)}BlockStatement(t){this.scopeManager.nestBlockScope(t),this.visitChildren(t),this.close(t)}BreakStatement(){}CallExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}CatchClause(t){if(this.scopeManager.nestCatchScope(t),t.param){const n=t.param;this.visitPattern(n,(i,s)=>{this.currentScope().defineIdentifier(i,new Fe.CatchClauseDefinition(n,t)),this.referencingDefaultValue(i,s.assignments,null,!0)},{processRightHandNodes:!0})}this.visit(t.body),this.close(t)}ClassExpression(t){this.visitClass(t)}ClassDeclaration(t){this.visitClass(t)}ContinueStatement(){}ExportAllDeclaration(){}ExportDefaultDeclaration(t){t.declaration.type===ie.AST_NODE_TYPES.Identifier?mc.ExportVisitor.visit(this,t):this.visit(t.declaration)}TSExportAssignment(t){t.expression.type===ie.AST_NODE_TYPES.Identifier?this.currentScope().referenceDualValueType(t.expression):this.visit(t.expression)}ExportNamedDeclaration(t){t.declaration?this.visit(t.declaration):mc.ExportVisitor.visit(this,t)}ForInStatement(t){this.visitForIn(t)}ForOfStatement(t){this.visitForIn(t)}ForStatement(t){t.init&&t.init.type===ie.AST_NODE_TYPES.VariableDeclaration&&t.init.kind!=="var"&&this.scopeManager.nestForScope(t),this.visitChildren(t),this.close(t)}FunctionDeclaration(t){this.visitFunction(t)}FunctionExpression(t){this.visitFunction(t)}Identifier(t){this.currentScope().referenceValue(t),this.visitType(t.typeAnnotation)}ImportDeclaration(t){(0,Pc.assert)(this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),yv.ImportVisitor.visit(this,t)}JSXAttribute(t){this.visit(t.value)}JSXClosingElement(){}JSXFragment(t){this.referenceJsxPragma(),this.referenceJsxFragment(),this.visitChildren(t)}JSXIdentifier(t){this.currentScope().referenceValue(t)}JSXMemberExpression(t){t.object.type!==ie.AST_NODE_TYPES.JSXIdentifier?this.visit(t.object):t.object.name!=="this"&&this.visit(t.object)}JSXOpeningElement(t){this.referenceJsxPragma(),t.name.type===ie.AST_NODE_TYPES.JSXIdentifier?(t.name.name[0].toUpperCase()===t.name.name[0]||t.name.name==="this")&&this.visit(t.name):this.visit(t.name),this.visitType(t.typeArguments);for(const n of t.attributes)this.visit(n)}LabeledStatement(t){this.visit(t.body)}MemberExpression(t){this.visit(t.object),t.computed&&this.visit(t.property)}MetaProperty(){}NewExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}PrivateIdentifier(){}Program(t){const n=this.scopeManager.nestGlobalScope(t);this.populateGlobalsFromLib(n),this.scopeManager.isGlobalReturn()&&(this.currentScope().isStrict=!1,this.scopeManager.nestFunctionScope(t,!1)),this.scopeManager.isModule()&&this.scopeManager.nestModuleScope(t),this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(t),this.close(t)}Property(t){this.visitProperty(t)}SwitchStatement(t){this.visit(t.discriminant),this.scopeManager.nestSwitchScope(t);for(const n of t.cases)this.visit(n);this.close(t)}TaggedTemplateExpression(t){this.visit(t.tag),this.visit(t.quasi),this.visitType(t.typeArguments)}TSAsExpression(t){this.visitTypeAssertion(t)}TSDeclareFunction(t){this.visitFunction(t)}TSImportEqualsDeclaration(t){this.currentScope().defineIdentifier(t.id,new Fe.ImportBindingDefinition(t.id,t,t)),t.moduleReference.type===ie.AST_NODE_TYPES.TSQualifiedName?this.visit(t.moduleReference.left):this.visit(t.moduleReference)}TSEmptyBodyFunctionExpression(t){this.visitFunction(t)}TSEnumDeclaration(t){this.currentScope().defineIdentifier(t.id,new Fe.TSEnumNameDefinition(t.id,t)),this.scopeManager.nestTSEnumScope(t),this.currentScope().defineIdentifier(t.id,new Fe.TSEnumNameDefinition(t.id,t));for(const n of t.members){if(n.id.type===ie.AST_NODE_TYPES.Literal&&typeof n.id.value=="string"){const i=n.id;this.currentScope().defineLiteralIdentifier(i,new Fe.TSEnumMemberDefinition(i,n))}else!n.computed&&n.id.type===ie.AST_NODE_TYPES.Identifier&&this.currentScope().defineIdentifier(n.id,new Fe.TSEnumMemberDefinition(n.id,n));this.visit(n.initializer)}this.close(t)}TSInstantiationExpression(t){this.visitChildren(t,["typeArguments"]),this.visitType(t.typeArguments)}TSInterfaceDeclaration(t){this.visitType(t)}TSModuleDeclaration(t){t.id.type===ie.AST_NODE_TYPES.Identifier&&t.kind!=="global"&&this.currentScope().defineIdentifier(t.id,new Fe.TSModuleNameDefinition(t.id,t)),this.scopeManager.nestTSModuleScope(t),this.visit(t.body),this.close(t)}TSSatisfiesExpression(t){this.visitTypeAssertion(t)}TSTypeAliasDeclaration(t){this.visitType(t)}TSTypeAssertion(t){this.visitTypeAssertion(t)}UpdateExpression(t){yc.PatternVisitor.isPattern(t.argument)?this.visitPattern(t.argument,n=>{this.currentScope().referenceValue(n,Pt.ReferenceFlag.ReadWrite,null)}):this.visitChildren(t)}VariableDeclaration(t){const n=t.kind==="var"?this.currentScope().variableScope:this.currentScope();for(const i of t.declarations){const s=i.init;this.visitPattern(i.id,(a,c)=>{n.defineIdentifier(a,new Fe.VariableDefinition(a,i,t)),this.referencingDefaultValue(a,c.assignments,null,!0),s&&this.currentScope().referenceValue(a,Pt.ReferenceFlag.Write,s,null,!0)},{processRightHandNodes:!0}),this.visit(i.init),this.visitType(i.id.typeAnnotation)}}WithStatement(t){this.visit(t.object),this.scopeManager.nestWithScope(t),this.visit(t.body),this.close(t)}ImportAttribute(){}}qn.Referencer=bv,vn=new WeakMap,Sn=new WeakMap,ms=new WeakMap,ys=new WeakMap,hs=new WeakMap,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Referencer=void 0;var t=qn;Object.defineProperty(e,"Referencer",{enumerable:!0,get:l(function(){return t.Referencer},"get")})}(Kl);var Yn={},_s={};Object.defineProperty(_s,"__esModule",{value:!0}),_s.ClassStaticBlockScope=void 0;const gv=ee,vv=z;class Sv extends gv.ScopeBase{static{l(this,"ClassStaticBlockScope")}constructor(t,n,i){super(t,vv.ScopeType.classStaticBlock,n,i,!1)}}_s.ClassStaticBlockScope=Sv;var Yv=h&&h.__classPrivateFieldSet||function(e,t,n,i,s){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?s.call(e,n):s?s.value=n:t.set(e,n),n},ho=h&&h.__classPrivateFieldGet||function(e,t,n,i){if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?i:n==="a"?i.call(e):i?i.value:t.get(e)},Jt;Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.ScopeManager=void 0;const se=at,oe=Fi,Lv=Pn,Av=_s;class Cv{static{l(this,"ScopeManager")}get variables(){const t=new Set;function n(i){i.variables.forEach(s=>t.add(s)),i.childScopes.forEach(n)}return l(n,"recurse"),this.scopes.forEach(n),Array.from(t).sort((i,s)=>i.$id-s.$id)}constructor(t){Jt.set(this,void 0),this.scopes=[],this.globalScope=null,this.nodeToScope=new WeakMap,this.currentScope=null,Yv(this,Jt,t,"f"),this.declaredVariables=new WeakMap}isGlobalReturn(){return ho(this,Jt,"f").globalReturn===!0}isModule(){return ho(this,Jt,"f").sourceType==="module"}isImpliedStrict(){return ho(this,Jt,"f").impliedStrict===!0}isStrictModeSupported(){return!0}isES6(){return!0}getDeclaredVariables(t){return this.declaredVariables.get(t)??[]}acquire(t,n=!1){function i(a){return!(a.type===oe.ScopeType.function&&a.functionExpressionScope)}l(i,"predicate");const s=this.nodeToScope.get(t);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}nestScope(t){return t instanceof oe.GlobalScope&&((0,se.assert)(this.currentScope==null),this.globalScope=t),this.currentScope=t,t}nestBlockScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.BlockScope(this,this.currentScope,t))}nestCatchScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.CatchScope(this,this.currentScope,t))}nestClassScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ClassScope(this,this.currentScope,t))}nestClassFieldInitializerScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new Lv.ClassFieldInitializerScope(this,this.currentScope,t))}nestClassStaticBlockScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new Av.ClassStaticBlockScope(this,this.currentScope,t))}nestConditionalTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ConditionalTypeScope(this,this.currentScope,t))}nestForScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ForScope(this,this.currentScope,t))}nestFunctionExpressionNameScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionExpressionNameScope(this,this.currentScope,t))}nestFunctionScope(t,n){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionScope(this,this.currentScope,t,n))}nestFunctionTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.FunctionTypeScope(this,this.currentScope,t))}nestGlobalScope(t){return this.nestScope(new oe.GlobalScope(this,t))}nestMappedTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.MappedTypeScope(this,this.currentScope,t))}nestModuleScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.ModuleScope(this,this.currentScope,t))}nestSwitchScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.SwitchScope(this,this.currentScope,t))}nestTSEnumScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TSEnumScope(this,this.currentScope,t))}nestTSModuleScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TSModuleScope(this,this.currentScope,t))}nestTypeScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.TypeScope(this,this.currentScope,t))}nestWithScope(t){return(0,se.assert)(this.currentScope),this.nestScope(new oe.WithScope(this,this.currentScope,t))}}Yn.ScopeManager=Cv,Jt=new WeakMap,Object.defineProperty(co,"__esModule",{value:!0}),co.analyze=Mv;const wv=uo,Vv=Kl,Ov=Yn,Qt={childVisitorKeys:wv.visitorKeys,globalReturn:!1,impliedStrict:!1,jsxPragma:"React",jsxFragmentName:null,lib:["es2018"],sourceType:"script",emitDecoratorMetadata:!1};function Mv(e,t){const n={childVisitorKeys:t?.childVisitorKeys??Qt.childVisitorKeys,globalReturn:t?.globalReturn??Qt.globalReturn,impliedStrict:t?.impliedStrict??Qt.impliedStrict,jsxPragma:t?.jsxPragma===void 0?Qt.jsxPragma:t.jsxPragma,jsxFragmentName:t?.jsxFragmentName??Qt.jsxFragmentName,sourceType:t?.sourceType??Qt.sourceType,lib:t?.lib??["esnext"],emitDecoratorMetadata:!1};n.lib=n.lib.map(a=>a.toLowerCase());const i=new Ov.ScopeManager(n);return new Vv.Referencer(n,i).visit(e),i}l(Mv,"analyze"),function(e){var t=h&&h.__createBinding||(Object.create?function(p,E,m,y){y===void 0&&(y=m);var L=Object.getOwnPropertyDescriptor(E,m);(!L||("get"in L?!E.__esModule:L.writable||L.configurable))&&(L={enumerable:!0,get:l(function(){return E[m]},"get")}),Object.defineProperty(p,y,L)}:function(p,E,m,y){y===void 0&&(y=m),p[y]=E[m]}),n=h&&h.__exportStar||function(p,E){for(var m in p)m!=="default"&&!Object.prototype.hasOwnProperty.call(E,m)&&t(E,p,m)};Object.defineProperty(e,"__esModule",{value:!0}),e.ScopeManager=e.PatternVisitor=e.Visitor=e.Reference=e.analyze=void 0;var i=co;Object.defineProperty(e,"analyze",{enumerable:!0,get:l(function(){return i.analyze},"get")}),n(qe,e);var s=Ie;Object.defineProperty(e,"Reference",{enumerable:!0,get:l(function(){return s.Reference},"get")});var a=Et;Object.defineProperty(e,"Visitor",{enumerable:!0,get:l(function(){return a.Visitor},"get")});var c=Kt;Object.defineProperty(e,"PatternVisitor",{enumerable:!0,get:l(function(){return c.PatternVisitor},"get")}),n(Fi,e);var u=Yn;Object.defineProperty(e,"ScopeManager",{enumerable:!0,get:l(function(){return u.ScopeManager},"get")}),n(ki,e)}(Hl);var Uv=h&&h.__createBinding||(Object.create?function(e,t,n,i){i===void 0&&(i=n);var s=Object.getOwnPropertyDescriptor(t,n);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:l(function(){return t[n]},"get")}),Object.defineProperty(e,i,s)}:function(e,t,n,i){i===void 0&&(i=n),e[i]=t[n]}),Rv=h&&h.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Iv=h&&h.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&Uv(t,e,n);return Rv(t,e),t};Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.Scope=void 0;const hc=Iv(Hl);var _c;(function(e){e.ScopeType=hc.ScopeType,e.DefinitionType=hc.DefinitionType})(_c||(Kn.Scope=_c={}));var bs={};Object.defineProperty(bs,"__esModule",{value:!0}),bs.SourceCode=void 0;const xv=As;class Dv extends xv.SourceCode{static{l(this,"SourceCode")}}bs.SourceCode=Dv,function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n($l,e),n(kl,e),n(Nl,e),n(Wn,e),n(jl,e),n(Bl,e),n(Gl,e),n(Wl,e),n(Hn,e),n(Kn,e),n(bs,e)}(Fl);var bc={},_o={};Object.defineProperty(_o,"__esModule",{value:!0}),_o.isArray=Fv;function Fv(e){return Array.isArray(e)}l(Fv,"isArray"),function(e){var t=h&&h.__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=h&&h.__exportStar||function(i,s){for(var a in i)a!=="default"&&!Object.prototype.hasOwnProperty.call(s,a)&&t(s,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(_o,e)}(bc),function(e){var t=h&&h.__createBinding||(Object.create?function(m,y,L,w){w===void 0&&(w=L);var b=Object.getOwnPropertyDescriptor(y,L);(!b||("get"in b?!y.__esModule:b.writable||b.configurable))&&(b={enumerable:!0,get:l(function(){return y[L]},"get")}),Object.defineProperty(m,w,b)}:function(m,y,L,w){w===void 0&&(w=L),m[w]=y[L]}),n=h&&h.__setModuleDefault||(Object.create?function(m,y){Object.defineProperty(m,"default",{enumerable:!0,value:y})}:function(m,y){m.default=y}),i=h&&h.__importStar||function(m){if(m&&m.__esModule)return m;var y={};if(m!=null)for(var L in m)L!=="default"&&Object.prototype.hasOwnProperty.call(m,L)&&t(y,m,L);return n(y,m),y},s=h&&h.__exportStar||function(m,y){for(var L in m)L!=="default"&&!Object.prototype.hasOwnProperty.call(y,L)&&t(y,m,L)};Object.defineProperty(e,"__esModule",{value:!0}),e.TSUtils=e.TSESLint=e.JSONSchema=e.ESLintUtils=e.ASTUtils=void 0;const a=i(gl);e.ASTUtils=a;const c=i(Ol);e.ESLintUtils=c;const u=i(Dl);e.JSONSchema=u;const p=i(Fl);e.TSESLint=p;const E=i(bc);e.TSUtils=E,s(no,e)}(bl);const $v=bl.ESLintUtils.RuleCreator(e=>e),kv={preferArrowFunction:"Prefer arrow function"},Nv=$v({name:"prefer-arrow-functions",meta:{type:"suggestion",docs:{description:"Prefer arrow functions when possible"},fixable:"code",schema:[],messages:kv},defaultOptions:[],create:l(e=>{const t=new Set,n=["prototype","name","length"],i=l(E=>{if(E.generator||t.has(E))return!1;const{parent:m}=E;if((m.type==="Property"||m.type==="MethodDefinition")&&(m.kind==="set"||m.kind==="get"||m.kind==="constructor")||e.sourceCode.getScope(E).set.get("arguments").references.length>0)return!1;let w=[];if(E.type==="FunctionDeclaration"&&E.id){const[b]=e.sourceCode.getDeclaredVariables(E),[_]=b.references;if(_&&E.range[0]>_.identifier.range[0])return!1;w=b.references}else if(E.type==="FunctionExpression"){const[b]=e.sourceCode.getDeclaredVariables(E);if(b&&w.push(...b.references),E.parent.type==="VariableDeclarator"){const[_]=e.sourceCode.getDeclaredVariables(E.parent);w.push(..._.references.slice(1))}}for(const{identifier:b}of w)if(b.parent.type==="MemberExpression"&&b.parent.property.type==="Identifier"&&n.includes(b.parent.property.name))return!1;return!0},"isConvertable"),s=l(E=>{let m=e.sourceCode.getScope(E);for(;m&&m.block.type!=="FunctionDeclaration"&&m.block.type!=="FunctionExpression";)m=m.upper;return m?.block},"getNearestFunction"),a=l((E,m)=>{const y=e.sourceCode.getFirstToken(E,{filter:l(L=>L.type==="Keyword"&&L.value==="function","filter")});return y?[m.remove(y)]:[]},"removeFunctionToken"),c=l((E,m)=>{const y=e.sourceCode.getTokenBefore(E.body);return[m.insertTextAfter(y,"=>")]},"insertArrow"),u=l((E,m)=>{const y=e.sourceCode.getFirstToken(E.parent,{filter:l(w=>w.type==="Identifier"&&w.value==="async","filter")}),L=e.sourceCode.getTokenAfter(y,{includeComments:!0});return[m.removeRange([y.range[0],L.range[0]]),m.insertTextBefore(E,"async")]},"moveAsyncToken"),p=l((E,m)=>[m.insertTextBefore(E,"("),m.insertTextAfter(E,")")],"wrapInParentheses");return{ThisExpression:l(E=>{t.add(s(E))},"ThisExpression"),Super:l(E=>{t.add(s(E))},"Super"),MetaProperty:l(E=>{E.meta.name==="new"&&E.property.name==="target"&&t.add(s(E))},"MetaProperty"),"FunctionExpression:exit":l(E=>{i(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:l(m=>{const y=[...c(E,m)],{parent:L}=E;if(L.type==="Property"&&L.method||L.type==="MethodDefinition"&&L.kind==="method")y.push(m.insertTextBefore(E,L.type==="Property"?":":"=")),E.async&&y.push(...u(E,m));else if(y.push(...a(E,m)),E.id&&y.push(m.remove(E.id)),L.type==="LogicalExpression"){const b=e.sourceCode.getTokenBefore(E),_=e.sourceCode.getTokenAfter(E);b?.value==="("&&_?.value===")"||y.push(...p(E,m))}return y},"fix")})},"FunctionExpression:exit"),"FunctionDeclaration:exit":l(E=>{i(E)&&e.report({node:E,messageId:"preferArrowFunction",fix:l(m=>{const y=[...c(E,m),...a(E,m)];if(E.id){const _=e.sourceCode.getText(E.id);y.push(m.remove(E.id),m.insertTextBefore(E,`const ${_}=`))}const{parent:L}=E;if(L.type==="ExportDefaultDeclaration"&&E.id){const _=e.sourceCode.getFirstToken(L,{filter:l(M=>M.type==="Keyword"&&M.value==="export","filter")}),S=e.sourceCode.getTokenAfter(_,{filter:l(M=>M.type==="Keyword"&&M.value==="default","filter")}),A=[_.range[0],S.range[1]],I=e.sourceCode.text.slice(...A);y.push(m.removeRange(A),m.insertTextAfter(E,`;${I} ${E.id.name}`))}const w=e.sourceCode.getTokenAfter(E,{includeComments:!0});return w&&!e.sourceCode.isSpaceBetween(E,w)&&y.push(m.insertTextAfter(E,";")),y},"fix")})},"FunctionDeclaration:exit")}},"create")}),gc={meta:{name:"pvtnbr/custom-rules",version:gT},rules:{"prefer-arrow-functions":Nv},configs:{base:{rules:{"pvtnbr/prefer-arrow-functions":"error"}}}},jv=F({plugins:{pvtnbr:gc},rules:gc.configs.base.rules}),vc=l(e=>[F({ignores:["**/package-lock.json","**/pnpm-lock.yaml","{tmp,temp}/**","**/*.min.js","**/dist/**","**/node_modules/**","**/vendor/**","**/.vitepress"]}),F({linterOptions:{reportUnusedDisableDirectives:!0},languageOptions:{ecmaVersion:"latest",sourceType:"module"}}),hT,ou,Cs,tu,ru,...su,...ET(e),au,nu,...lu,...sT,...iT(e),...fT,...uT,pT,_T,TT,...lT(),oT,jv].filter(Boolean),"pvtnbr");var Bv=vc();export{F as d,Bv as i,bT as n,vc as p};
|