install-expo-modules 0.14.20 → 0.14.21
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/build/index.js +1 -1
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -268,4 +268,4 @@ var te={};(S=>{"use strict";var J=Object.defineProperty;var te=Object.getOwnProp
|
|
|
268
268
|
|
|
269
269
|
return ${Ue(te)};
|
|
270
270
|
})(${De(this.node)})
|
|
271
|
-
`;return this.replaceWith(le)[0].get("arguments.0")}function getFunctionArity(S){const J=S.params.findIndex((S=>Me(S)||Re(S)));return J===-1?S.params.length:J}},67406:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.evaluate=evaluate;J.evaluateTruthy=evaluateTruthy;const ee=["Number","String","Math"];const te=["isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent",null,null];const re=["random"];function isValidObjectCallee(S){return ee.includes(S)}function isValidIdentifierCallee(S){return te.includes(S)}function isInvalidMethod(S){return re.includes(S)}function evaluateTruthy(){const S=this.evaluate();if(S.confident)return!!S.value}function deopt(S,J){if(!J.confident)return;J.deoptPath=S;J.confident=false}const ne=new Map([["undefined",undefined],["Infinity",Infinity],["NaN",NaN]]);function evaluateCached(S,J){const{node:ee}=S;const{seen:te}=J;if(te.has(ee)){const re=te.get(ee);if(re.resolved){return re.value}else{deopt(S,J);return}}else{const re={resolved:false};te.set(ee,re);const ne=_evaluate(S,J);if(J.confident){re.resolved=true;re.value=ne}return ne}}function _evaluate(S,J){if(!J.confident)return;if(S.isSequenceExpression()){const ee=S.get("expressions");return evaluateCached(ee[ee.length-1],J)}if(S.isStringLiteral()||S.isNumericLiteral()||S.isBooleanLiteral()){return S.node.value}if(S.isNullLiteral()){return null}if(S.isTemplateLiteral()){return evaluateQuasis(S,S.node.quasis,J)}if(S.isTaggedTemplateExpression()&&S.get("tag").isMemberExpression()){const ee=S.get("tag.object");const{node:{name:te}}=ee;const re=S.get("tag.property");if(ee.isIdentifier()&&te==="String"&&!S.scope.getBinding(te)&&re.isIdentifier()&&re.node.name==="raw"){return evaluateQuasis(S,S.node.quasi.quasis,J,true)}}if(S.isConditionalExpression()){const ee=evaluateCached(S.get("test"),J);if(!J.confident)return;if(ee){return evaluateCached(S.get("consequent"),J)}else{return evaluateCached(S.get("alternate"),J)}}if(S.isExpressionWrapper()){return evaluateCached(S.get("expression"),J)}if(S.isMemberExpression()&&!S.parentPath.isCallExpression({callee:S.node})){const ee=S.get("property");const te=S.get("object");if(te.isLiteral()){const re=te.node.value;const ne=typeof re;let ie=null;if(S.node.computed){ie=evaluateCached(ee,J);if(!J.confident)return}else if(ee.isIdentifier()){ie=ee.node.name}if((ne==="number"||ne==="string")&&ie!=null&&(typeof ie==="number"||typeof ie==="string")){return re[ie]}}}if(S.isReferencedIdentifier()){const te=S.scope.getBinding(S.node.name);if(te){if(te.constantViolations.length>0||S.node.start<te.path.node.end){deopt(te.path,J);return}const re=te.path.scope;if(te.kind==="var"&&re!==te.scope){let ne=!re.path.parentPath.isBlockStatement();for(let ie=re.parent;ie;ie=ie.parent){var ee;if(ie===S.scope){if(ne){deopt(te.path,J);return}break}if((ee=ie.path.parentPath)!=null&&ee.isBlockStatement()){ne=true}}}if(te.hasValue){return te.value}}const re=S.node.name;if(ne.has(re)){if(!te){return ne.get(re)}deopt(te.path,J);return}if(!te){deopt(S,J);return}const ie=te.path;if(!ie.isVariableDeclarator()){deopt(ie,J);return}const oe=ie.get("init");const se=evaluateCached(oe,J);if(typeof se==="object"&&se!==null&&te.references>1){deopt(oe,J);return}return se}if(S.isUnaryExpression({prefix:true})){if(S.node.operator==="void"){return undefined}const ee=S.get("argument");if(S.node.operator==="typeof"&&(ee.isFunction()||ee.isClass())){return"function"}const te=evaluateCached(ee,J);if(!J.confident)return;switch(S.node.operator){case"!":return!te;case"+":return+te;case"-":return-te;case"~":return~te;case"typeof":return typeof te}}if(S.isArrayExpression()){const ee=[];const te=S.get("elements");for(const S of te){const te=S.evaluate();if(te.confident){ee.push(te.value)}else{deopt(te.deopt,J);return}}return ee}if(S.isObjectExpression()){const ee={};const te=S.get("properties");for(const S of te){if(S.isObjectMethod()||S.isSpreadElement()){deopt(S,J);return}const te=S.get("key");let re;if(S.node.computed){re=te.evaluate();if(!re.confident){deopt(re.deopt,J);return}re=re.value}else if(te.isIdentifier()){re=te.node.name}else{re=te.node.value}const ne=S.get("value");let ie=ne.evaluate();if(!ie.confident){deopt(ie.deopt,J);return}ie=ie.value;ee[re]=ie}return ee}if(S.isLogicalExpression()){const ee=J.confident;const te=evaluateCached(S.get("left"),J);const re=J.confident;J.confident=ee;const ne=evaluateCached(S.get("right"),J);const ie=J.confident;switch(S.node.operator){case"||":J.confident=re&&(!!te||ie);if(!J.confident)return;return te||ne;case"&&":J.confident=re&&(!te||ie);if(!J.confident)return;return te&≠case"??":J.confident=re&&(te!=null||ie);if(!J.confident)return;return te!=null?te:ne}}if(S.isBinaryExpression()){const ee=evaluateCached(S.get("left"),J);if(!J.confident)return;const te=evaluateCached(S.get("right"),J);if(!J.confident)return;switch(S.node.operator){case"-":return ee-te;case"+":return ee+te;case"/":return ee/te;case"*":return ee*te;case"%":return ee%te;case"**":return Math.pow(ee,te);case"<":return ee<te;case">":return ee>te;case"<=":return ee<=te;case">=":return ee>=te;case"==":return ee==te;case"!=":return ee!=te;case"===":return ee===te;case"!==":return ee!==te;case"|":return ee|te;case"&":return ee&te;case"^":return ee^te;case"<<":return ee<<te;case">>":return ee>>te;case">>>":return ee>>>te}}if(S.isCallExpression()){const ee=S.get("callee");let te;let re;if(ee.isIdentifier()&&!S.scope.getBinding(ee.node.name)&&(isValidObjectCallee(ee.node.name)||isValidIdentifierCallee(ee.node.name))){re=global[ee.node.name]}if(ee.isMemberExpression()){const S=ee.get("object");const J=ee.get("property");if(S.isIdentifier()&&J.isIdentifier()&&isValidObjectCallee(S.node.name)&&!isInvalidMethod(J.node.name)){te=global[S.node.name];const ee=J.node.name;if(hasOwnProperty.call(te,ee)){re=te[ee]}}if(S.isLiteral()&&J.isIdentifier()){const ee=typeof S.node.value;if(ee==="string"||ee==="number"){te=S.node.value;re=te[J.node.name]}}}if(re){const ee=S.get("arguments").map((S=>evaluateCached(S,J)));if(!J.confident)return;return re.apply(te,ee)}}deopt(S,J)}function evaluateQuasis(S,J,ee,te=false){let re="";let ne=0;const ie=S.isTemplateLiteral()?S.get("expressions"):S.get("quasi.expressions");for(const S of J){if(!ee.confident)break;re+=te?S.value.raw:S.value.cooked;const J=ie[ne++];if(J)re+=String(evaluateCached(J,ee))}if(!ee.confident)return;return re}function evaluate(){const S={confident:true,deoptPath:null,seen:new Map};let J=evaluateCached(this,S);if(!S.confident)J=undefined;return{confident:S.confident,deopt:S.deoptPath,value:J}}},33476:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._getKey=_getKey;J._getPattern=_getPattern;J.get=get;J.getAllNextSiblings=getAllNextSiblings;J.getAllPrevSiblings=getAllPrevSiblings;J.getAssignmentIdentifiers=getAssignmentIdentifiers;J.getBindingIdentifierPaths=getBindingIdentifierPaths;J.getBindingIdentifiers=getBindingIdentifiers;J.getCompletionRecords=getCompletionRecords;J.getNextSibling=getNextSibling;J.getOpposite=getOpposite;J.getOuterBindingIdentifierPaths=getOuterBindingIdentifierPaths;J.getOuterBindingIdentifiers=getOuterBindingIdentifiers;J.getPrevSibling=getPrevSibling;J.getSibling=getSibling;var te=ee(74974);var re=ee(6348);const{getAssignmentIdentifiers:ne,getBindingIdentifiers:ie,getOuterBindingIdentifiers:oe,numericLiteral:se,unaryExpression:ae}=re;const le=0;const ue=1;function NormalCompletion(S){return{type:le,path:S}}function BreakCompletion(S){return{type:ue,path:S}}function getOpposite(){if(this.key==="left"){return this.getSibling("right")}else if(this.key==="right"){return this.getSibling("left")}return null}function addCompletionRecords(S,J,ee){if(S){J.push(..._getCompletionRecords(S,ee))}return J}function completionRecordForSwitch(S,J,ee){let te=[];for(let re=0;re<S.length;re++){const ne=S[re];const ie=_getCompletionRecords(ne,ee);const oe=[];const se=[];for(const S of ie){if(S.type===le){oe.push(S)}if(S.type===ue){se.push(S)}}if(oe.length){te=oe}J.push(...se)}J.push(...te);return J}function normalCompletionToBreak(S){S.forEach((S=>{S.type=ue}))}function replaceBreakStatementInBreakCompletion(S,J){S.forEach((S=>{if(S.path.isBreakStatement({label:null})){if(J){S.path.replaceWith(ae("void",se(0)))}else{S.path.remove()}}}))}function getStatementListCompletion(S,J){const ee=[];if(J.canHaveBreak){let te=[];for(let re=0;re<S.length;re++){const ne=S[re];const ie=Object.assign({},J,{inCaseClause:false});if(ne.isBlockStatement()&&(J.inCaseClause||J.shouldPopulateBreak)){ie.shouldPopulateBreak=true}else{ie.shouldPopulateBreak=false}const oe=_getCompletionRecords(ne,ie);if(oe.length>0&&oe.every((S=>S.type===ue))){if(te.length>0&&oe.every((S=>S.path.isBreakStatement({label:null})))){normalCompletionToBreak(te);ee.push(...te);if(te.some((S=>S.path.isDeclaration()))){ee.push(...oe);if(!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,true)}}if(!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,false)}}else{ee.push(...oe);if(!J.shouldPopulateBreak&&!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,true)}}break}if(re===S.length-1){ee.push(...oe)}else{te=[];for(let S=0;S<oe.length;S++){const J=oe[S];if(J.type===ue){ee.push(J)}if(J.type===le){te.push(J)}}}}}else if(S.length){for(let te=S.length-1;te>=0;te--){const re=_getCompletionRecords(S[te],J);if(re.length>1||re.length===1&&!re[0].path.isVariableDeclaration()&&!re[0].path.isEmptyStatement()){ee.push(...re);break}}}return ee}function _getCompletionRecords(S,J){let ee=[];if(S.isIfStatement()){ee=addCompletionRecords(S.get("consequent"),ee,J);ee=addCompletionRecords(S.get("alternate"),ee,J)}else if(S.isDoExpression()||S.isFor()||S.isWhile()||S.isLabeledStatement()){return addCompletionRecords(S.get("body"),ee,J)}else if(S.isProgram()||S.isBlockStatement()){return getStatementListCompletion(S.get("body"),J)}else if(S.isFunction()){return _getCompletionRecords(S.get("body"),J)}else if(S.isTryStatement()){ee=addCompletionRecords(S.get("block"),ee,J);ee=addCompletionRecords(S.get("handler"),ee,J)}else if(S.isCatchClause()){return addCompletionRecords(S.get("body"),ee,J)}else if(S.isSwitchStatement()){return completionRecordForSwitch(S.get("cases"),ee,J)}else if(S.isSwitchCase()){return getStatementListCompletion(S.get("consequent"),{canHaveBreak:true,shouldPopulateBreak:false,inCaseClause:true,shouldPreserveBreak:J.shouldPreserveBreak})}else if(S.isBreakStatement()){ee.push(BreakCompletion(S))}else{ee.push(NormalCompletion(S))}return ee}function getCompletionRecords(S=false){const J=_getCompletionRecords(this,{canHaveBreak:false,shouldPopulateBreak:false,inCaseClause:false,shouldPreserveBreak:S});return J.map((S=>S.path))}function getSibling(S){return te.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:S}).setContext(this.context)}function getPrevSibling(){return this.getSibling(this.key-1)}function getNextSibling(){return this.getSibling(this.key+1)}function getAllNextSiblings(){let S=this.key;let J=this.getSibling(++S);const ee=[];while(J.node){ee.push(J);J=this.getSibling(++S)}return ee}function getAllPrevSiblings(){let S=this.key;let J=this.getSibling(--S);const ee=[];while(J.node){ee.push(J);J=this.getSibling(--S)}return ee}function get(S,J=true){if(J===true)J=this.context;const ee=S.split(".");if(ee.length===1){return _getKey.call(this,S,J)}else{return _getPattern.call(this,ee,J)}}function _getKey(S,J){const ee=this.node;const re=ee[S];if(Array.isArray(re)){return re.map(((ne,ie)=>te.default.get({listKey:S,parentPath:this,parent:ee,container:re,key:ie}).setContext(J)))}else{return te.default.get({parentPath:this,parent:ee,container:ee,key:S}).setContext(J)}}function _getPattern(S,J){let ee=this;for(const te of S){if(te==="."){ee=ee.parentPath}else{if(Array.isArray(ee)){ee=ee[te]}else{ee=ee.get(te,J)}}}return ee}function getAssignmentIdentifiers(){return ne(this.node)}function getBindingIdentifiers(S){return ie(this.node,S)}function getOuterBindingIdentifiers(S){return oe(this.node,S)}function getBindingIdentifierPaths(S=false,J=false){const ee=this;const te=[ee];const re=Object.create(null);while(te.length){const ee=te.shift();if(!ee)continue;if(!ee.node)continue;const ne=ie.keys[ee.node.type];if(ee.isIdentifier()){if(S){const S=re[ee.node.name]=re[ee.node.name]||[];S.push(ee)}else{re[ee.node.name]=ee}continue}if(ee.isExportDeclaration()){const S=ee.get("declaration");if(S.isDeclaration()){te.push(S)}continue}if(J){if(ee.isFunctionDeclaration()){te.push(ee.get("id"));continue}if(ee.isFunctionExpression()){continue}}if(ne){for(let S=0;S<ne.length;S++){const J=ne[S];const re=ee.get(J);if(Array.isArray(re)){te.push(...re)}else if(re.node){te.push(re)}}}}return re}function getOuterBindingIdentifierPaths(S=false){return this.getBindingIdentifierPaths(S,true)}},74974:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=J.SHOULD_STOP=J.SHOULD_SKIP=J.REMOVED=void 0;var te=ee(21817);var re=ee(26675);var ne=ee(40420);var ie=ee(4059);var oe=ee(6348);var se=oe;var ae=ee(13354);var le=ee(93067);var ue=ee(77581);var pe=ee(82882);var de=ee(7154);var fe=ee(67406);var me=ee(73908);var ge=ee(54689);var he=ee(22201);var _e=he;var ye=ee(55306);var ve=ee(25560);var be=ee(33476);var Se=ee(31970);var xe=ee(95030);const{validate:Ee}=oe;const Ce=re("babel");const Pe=J.REMOVED=1<<0;const Ne=J.SHOULD_STOP=1<<1;const Ae=J.SHOULD_SKIP=1<<2;const ke=J["default"]=class NodePath{constructor(S,J){this.contexts=[];this.state=null;this._traverseFlags=0;this.skipKeys=null;this.parentPath=null;this.container=null;this.listKey=null;this.key=null;this.node=null;this.type=null;this._store=null;this.parent=J;this.hub=S;this.data=null;this.context=null;this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(S){if(S)this._traverseFlags|=1;else this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(S){if(S)this._traverseFlags|=2;else this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(S){if(S)this._traverseFlags|=4;else this._traverseFlags&=-5}static get({hub:S,parentPath:J,parent:ee,container:te,listKey:re,key:ne}){if(!S&&J){S=J.hub}if(!ee){throw new Error("To get a node path the parent needs to exist")}const ie=te[ne];const oe=ae.getOrCreateCachedPaths(ee,J);let se=oe.get(ie);if(!se){se=new NodePath(S,ee);if(ie)oe.set(ie,se)}he.setup.call(se,J,te,re,ne);return se}getScope(S){return this.isScope()?new ie.default(this):S}setData(S,J){if(this.data==null){this.data=Object.create(null)}return this.data[S]=J}getData(S,J){if(this.data==null){this.data=Object.create(null)}let ee=this.data[S];if(ee===undefined&&J!==undefined)ee=this.data[S]=J;return ee}hasNode(){return this.node!=null}buildCodeFrameError(S,J=SyntaxError){return this.hub.buildError(this.node,S,J)}traverse(S,J){(0,ne.default)(this.node,S,this.scope,J,this)}set(S,J){Ee(this.node,S,J);this.node[S]=J}getPathLocation(){const S=[];let J=this;do{let ee=J.key;if(J.inList)ee=`${J.listKey}[${ee}]`;S.unshift(ee)}while(J=J.parentPath);return S.join(".")}debug(S){if(!Ce.enabled)return;Ce(`${this.getPathLocation()} ${this.type}: ${S}`)}toString(){return(0,le.default)(this.node).code}get inList(){return!!this.listKey}set inList(S){if(!S){this.listKey=null}}get parentKey(){return this.listKey||this.key}};const De={findParent:ue.findParent,find:ue.find,getFunctionParent:ue.getFunctionParent,getStatementParent:ue.getStatementParent,getEarliestCommonAncestorFrom:ue.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:ue.getDeepestCommonAncestorFrom,getAncestry:ue.getAncestry,isAncestor:ue.isAncestor,isDescendant:ue.isDescendant,inType:ue.inType,getTypeAnnotation:pe.getTypeAnnotation,isBaseType:pe.isBaseType,couldBeBaseType:pe.couldBeBaseType,baseTypeStrictlyMatches:pe.baseTypeStrictlyMatches,isGenericType:pe.isGenericType,replaceWithMultiple:de.replaceWithMultiple,replaceWithSourceString:de.replaceWithSourceString,replaceWith:de.replaceWith,replaceExpressionWithStatements:de.replaceExpressionWithStatements,replaceInline:de.replaceInline,evaluateTruthy:fe.evaluateTruthy,evaluate:fe.evaluate,toComputedKey:me.toComputedKey,ensureBlock:me.ensureBlock,unwrapFunctionEnvironment:me.unwrapFunctionEnvironment,arrowFunctionToExpression:me.arrowFunctionToExpression,splitExportDeclaration:me.splitExportDeclaration,ensureFunctionName:me.ensureFunctionName,matchesPattern:ge.matchesPattern,isStatic:ge.isStatic,isNodeType:ge.isNodeType,canHaveVariableDeclarationOrExpression:ge.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:ge.canSwapBetweenExpressionAndStatement,isCompletionRecord:ge.isCompletionRecord,isStatementOrBlock:ge.isStatementOrBlock,referencesImport:ge.referencesImport,getSource:ge.getSource,willIMaybeExecuteBefore:ge.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:ge._guessExecutionStatusRelativeTo,resolve:ge.resolve,isConstantExpression:ge.isConstantExpression,isInStrictMode:ge.isInStrictMode,isDenylisted:_e.isDenylisted,visit:_e.visit,skip:_e.skip,skipKey:_e.skipKey,stop:_e.stop,setContext:_e.setContext,requeue:_e.requeue,requeueComputedKeyAndDecorators:_e.requeueComputedKeyAndDecorators,remove:ye.remove,insertBefore:ve.insertBefore,insertAfter:ve.insertAfter,unshiftContainer:ve.unshiftContainer,pushContainer:ve.pushContainer,getOpposite:be.getOpposite,getCompletionRecords:be.getCompletionRecords,getSibling:be.getSibling,getPrevSibling:be.getPrevSibling,getNextSibling:be.getNextSibling,getAllNextSiblings:be.getAllNextSiblings,getAllPrevSiblings:be.getAllPrevSiblings,get:be.get,getAssignmentIdentifiers:be.getAssignmentIdentifiers,getBindingIdentifiers:be.getBindingIdentifiers,getOuterBindingIdentifiers:be.getOuterBindingIdentifiers,getBindingIdentifierPaths:be.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:be.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:Se.shareCommentsWithSiblings,addComment:Se.addComment,addComments:Se.addComments};Object.assign(ke.prototype,De);ke.prototype.arrowFunctionToShadowed=me[String("arrowFunctionToShadowed")];Object.assign(ke.prototype,{has:ge[String("has")],is:ge[String("is")],isnt:ge[String("isnt")],equals:ge[String("equals")],hoist:ve[String("hoist")],updateSiblingKeys:ve.updateSiblingKeys,call:_e.call,isBlacklisted:_e[String("isBlacklisted")],setScope:_e.setScope,resync:_e.resync,popContext:_e.popContext,pushContext:_e.pushContext,setup:_e.setup,setKey:_e.setKey});ke.prototype._guessExecutionStatusRelativeToDifferentFunctions=ge._guessExecutionStatusRelativeTo;ke.prototype._guessExecutionStatusRelativeToDifferentFunctions=ge._guessExecutionStatusRelativeTo;Object.assign(ke.prototype,{_getTypeAnnotation:pe._getTypeAnnotation,_replaceWith:de._replaceWith,_resolve:ge._resolve,_call:_e._call,_resyncParent:_e._resyncParent,_resyncKey:_e._resyncKey,_resyncList:_e._resyncList,_resyncRemoved:_e._resyncRemoved,_getQueueContexts:_e._getQueueContexts,_removeFromScope:ye._removeFromScope,_callRemovalHooks:ye._callRemovalHooks,_remove:ye._remove,_markRemoved:ye._markRemoved,_assertUnremoved:ye._assertUnremoved,_containerInsert:ve._containerInsert,_containerInsertBefore:ve._containerInsertBefore,_containerInsertAfter:ve._containerInsertAfter,_verifyNodeList:ve._verifyNodeList,_getKey:be._getKey,_getPattern:be._getPattern});for(const S of se.TYPES){const J=`is${S}`;const ee=se[J];ke.prototype[J]=function(S){return ee(this.node,S)};ke.prototype[`assert${S}`]=function(J){if(!ee(this.node,J)){throw new TypeError(`Expected node path of type ${S}`)}}}Object.assign(ke.prototype,xe);for(const S of Object.keys(te)){if(S.startsWith("_"))continue;if(!se.TYPES.includes(S))se.TYPES.push(S)}},82882:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._getTypeAnnotation=_getTypeAnnotation;J.baseTypeStrictlyMatches=baseTypeStrictlyMatches;J.couldBeBaseType=couldBeBaseType;J.getTypeAnnotation=getTypeAnnotation;J.isBaseType=isBaseType;J.isGenericType=isGenericType;var te=ee(41388);var re=ee(6348);const{anyTypeAnnotation:ne,isAnyTypeAnnotation:ie,isArrayTypeAnnotation:oe,isBooleanTypeAnnotation:se,isEmptyTypeAnnotation:ae,isFlowBaseAnnotation:le,isGenericTypeAnnotation:ue,isIdentifier:pe,isMixedTypeAnnotation:de,isNumberTypeAnnotation:fe,isStringTypeAnnotation:me,isTSArrayType:ge,isTSTypeAnnotation:he,isTSTypeReference:_e,isTupleTypeAnnotation:ye,isTypeAnnotation:ve,isUnionTypeAnnotation:be,isVoidTypeAnnotation:Se,stringTypeAnnotation:xe,voidTypeAnnotation:Ee}=re;function getTypeAnnotation(){let S=this.getData("typeAnnotation");if(S!=null){return S}S=_getTypeAnnotation.call(this)||ne();if(ve(S)||he(S)){S=S.typeAnnotation}this.setData("typeAnnotation",S);return S}const Ce=new WeakSet;function _getTypeAnnotation(){const S=this.node;if(!S){if(this.key==="init"&&this.parentPath.isVariableDeclarator()){const S=this.parentPath.parentPath;const J=S.parentPath;if(S.key==="left"&&J.isForInStatement()){return xe()}if(S.key==="left"&&J.isForOfStatement()){return ne()}return Ee()}else{return}}if(S.typeAnnotation){return S.typeAnnotation}if(Ce.has(S)){return}Ce.add(S);try{var J;let ee=te[S.type];if(ee){return ee.call(this,S)}ee=te[this.parentPath.type];if((J=ee)!=null&&J.validParent){return this.parentPath.getTypeAnnotation()}}finally{Ce.delete(S)}}function isBaseType(S,J){return _isBaseType(S,this.getTypeAnnotation(),J)}function _isBaseType(S,J,ee){if(S==="string"){return me(J)}else if(S==="number"){return fe(J)}else if(S==="boolean"){return se(J)}else if(S==="any"){return ie(J)}else if(S==="mixed"){return de(J)}else if(S==="empty"){return ae(J)}else if(S==="void"){return Se(J)}else{if(ee){return false}else{throw new Error(`Unknown base type ${S}`)}}}function couldBeBaseType(S){const J=this.getTypeAnnotation();if(ie(J))return true;if(be(J)){for(const ee of J.types){if(ie(ee)||_isBaseType(S,ee,true)){return true}}return false}else{return _isBaseType(S,J,true)}}function baseTypeStrictlyMatches(S){const J=this.getTypeAnnotation();const ee=S.getTypeAnnotation();if(!ie(J)&&le(J)){return ee.type===J.type}return false}function isGenericType(S){const J=this.getTypeAnnotation();if(S==="Array"){if(ge(J)||oe(J)||ye(J)){return true}}return ue(J)&&pe(J.id,{name:S})||_e(J)&&pe(J.typeName,{name:S})}},5529:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=_default;var te=ee(6348);var re=ee(57036);const{BOOLEAN_NUMBER_BINARY_OPERATORS:ne,createTypeAnnotationBasedOnTypeof:ie,numberTypeAnnotation:oe,voidTypeAnnotation:se}=te;function _default(S){if(!this.isReferenced())return;const J=this.scope.getBinding(S.name);if(J){if(J.identifier.typeAnnotation){return J.identifier.typeAnnotation}else{return getTypeAnnotationBindingConstantViolations(J,this,S.name)}}if(S.name==="undefined"){return se()}else if(S.name==="NaN"||S.name==="Infinity"){return oe()}else if(S.name==="arguments"){}}function getTypeAnnotationBindingConstantViolations(S,J,ee){const te=[];const ne=[];let ie=getConstantViolationsBefore(S,J,ne);const oe=getConditionalAnnotation(S,J,ee);if(oe){const J=getConstantViolationsBefore(S,oe.ifStatement);ie=ie.filter((S=>!J.includes(S)));te.push(oe.typeAnnotation)}if(ie.length){ie.push(...ne);for(const S of ie){te.push(S.getTypeAnnotation())}}if(!te.length){return}return(0,re.createUnionType)(te)}function getConstantViolationsBefore(S,J,ee){const te=S.constantViolations.slice();te.unshift(S.path);return te.filter((S=>{S=S.resolve();const te=S._guessExecutionStatusRelativeTo(J);if(ee&&te==="unknown")ee.push(S);return te==="before"}))}function inferAnnotationFromBinaryExpression(S,J){const ee=J.node.operator;const te=J.get("right").resolve();const re=J.get("left").resolve();let se;if(re.isIdentifier({name:S})){se=te}else if(te.isIdentifier({name:S})){se=re}if(se){if(ee==="==="){return se.getTypeAnnotation()}if(ne.includes(ee)){return oe()}return}if(ee!=="==="&&ee!=="==")return;let ae;let le;if(re.isUnaryExpression({operator:"typeof"})){ae=re;le=te}else if(te.isUnaryExpression({operator:"typeof"})){ae=te;le=re}if(!ae)return;if(!ae.get("argument").isIdentifier({name:S}))return;le=le.resolve();if(!le.isLiteral())return;const ue=le.node.value;if(typeof ue!=="string")return;return ie(ue)}function getParentConditionalPath(S,J,ee){let te;while(te=J.parentPath){if(te.isIfStatement()||te.isConditionalExpression()){if(J.key==="test"){return}return te}if(te.isFunction()){if(ee==null||te.parentPath.scope.getBinding(ee)!==S)return}J=te}}function getConditionalAnnotation(S,J,ee){const te=getParentConditionalPath(S,J,ee);if(!te)return;const ne=te.get("test");const ie=[ne];const oe=[];for(let S=0;S<ie.length;S++){const J=ie[S];if(J.isLogicalExpression()){if(J.node.operator==="&&"){ie.push(J.get("left"));ie.push(J.get("right"))}}else if(J.isBinaryExpression()){const S=inferAnnotationFromBinaryExpression(ee,J);if(S)oe.push(S)}}if(oe.length){return{typeAnnotation:(0,re.createUnionType)(oe),ifStatement:te}}return getConditionalAnnotation(S,te,ee)}},41388:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.ArrayExpression=ArrayExpression;J.AssignmentExpression=AssignmentExpression;J.BinaryExpression=BinaryExpression;J.BooleanLiteral=BooleanLiteral;J.CallExpression=CallExpression;J.ConditionalExpression=ConditionalExpression;J.ClassDeclaration=J.ClassExpression=J.FunctionDeclaration=J.ArrowFunctionExpression=J.FunctionExpression=Func;Object.defineProperty(J,"Identifier",{enumerable:true,get:function(){return re.default}});J.LogicalExpression=LogicalExpression;J.NewExpression=NewExpression;J.NullLiteral=NullLiteral;J.NumericLiteral=NumericLiteral;J.ObjectExpression=ObjectExpression;J.ParenthesizedExpression=ParenthesizedExpression;J.RegExpLiteral=RegExpLiteral;J.RestElement=RestElement;J.SequenceExpression=SequenceExpression;J.StringLiteral=StringLiteral;J.TSAsExpression=TSAsExpression;J.TSNonNullExpression=TSNonNullExpression;J.TaggedTemplateExpression=TaggedTemplateExpression;J.TemplateLiteral=TemplateLiteral;J.TypeCastExpression=TypeCastExpression;J.UnaryExpression=UnaryExpression;J.UpdateExpression=UpdateExpression;J.VariableDeclarator=VariableDeclarator;var te=ee(6348);var re=ee(5529);var ne=ee(57036);const{BOOLEAN_BINARY_OPERATORS:ie,BOOLEAN_UNARY_OPERATORS:oe,NUMBER_BINARY_OPERATORS:se,NUMBER_UNARY_OPERATORS:ae,STRING_UNARY_OPERATORS:le,anyTypeAnnotation:ue,arrayTypeAnnotation:pe,booleanTypeAnnotation:de,buildMatchMemberExpression:fe,genericTypeAnnotation:me,identifier:ge,nullLiteralTypeAnnotation:he,numberTypeAnnotation:_e,stringTypeAnnotation:ye,tupleTypeAnnotation:ve,unionTypeAnnotation:be,voidTypeAnnotation:Se,isIdentifier:xe}=te;function VariableDeclarator(){if(!this.get("id").isIdentifier())return;return this.get("init").getTypeAnnotation()}function TypeCastExpression(S){return S.typeAnnotation}TypeCastExpression.validParent=true;function TSAsExpression(S){return S.typeAnnotation}TSAsExpression.validParent=true;function TSNonNullExpression(){return this.get("expression").getTypeAnnotation()}function NewExpression(S){if(S.callee.type==="Identifier"){return me(S.callee)}}function TemplateLiteral(){return ye()}function UnaryExpression(S){const J=S.operator;if(J==="void"){return Se()}else if(ae.includes(J)){return _e()}else if(le.includes(J)){return ye()}else if(oe.includes(J)){return de()}}function BinaryExpression(S){const J=S.operator;if(se.includes(J)){return _e()}else if(ie.includes(J)){return de()}else if(J==="+"){const S=this.get("right");const J=this.get("left");if(J.isBaseType("number")&&S.isBaseType("number")){return _e()}else if(J.isBaseType("string")||S.isBaseType("string")){return ye()}return be([ye(),_e()])}}function LogicalExpression(){const S=[this.get("left").getTypeAnnotation(),this.get("right").getTypeAnnotation()];return(0,ne.createUnionType)(S)}function ConditionalExpression(){const S=[this.get("consequent").getTypeAnnotation(),this.get("alternate").getTypeAnnotation()];return(0,ne.createUnionType)(S)}function SequenceExpression(){return this.get("expressions").pop().getTypeAnnotation()}function ParenthesizedExpression(){return this.get("expression").getTypeAnnotation()}function AssignmentExpression(){return this.get("right").getTypeAnnotation()}function UpdateExpression(S){const J=S.operator;if(J==="++"||J==="--"){return _e()}}function StringLiteral(){return ye()}function NumericLiteral(){return _e()}function BooleanLiteral(){return de()}function NullLiteral(){return he()}function RegExpLiteral(){return me(ge("RegExp"))}function ObjectExpression(){return me(ge("Object"))}function ArrayExpression(){return me(ge("Array"))}function RestElement(){return ArrayExpression()}RestElement.validParent=true;function Func(){return me(ge("Function"))}const Ee=fe("Array.from");const Ce=fe("Object.keys");const Pe=fe("Object.values");const Ne=fe("Object.entries");function CallExpression(){const{callee:S}=this.node;if(Ce(S)){return pe(ye())}else if(Ee(S)||Pe(S)||xe(S,{name:"Array"})){return pe(ue())}else if(Ne(S)){return pe(ve([ye(),ue()]))}return resolveCall(this.get("callee"))}function TaggedTemplateExpression(){return resolveCall(this.get("tag"))}function resolveCall(S){S=S.resolve();if(S.isFunction()){const{node:J}=S;if(J.async){if(J.generator){return me(ge("AsyncIterator"))}else{return me(ge("Promise"))}}else{if(J.generator){return me(ge("Iterator"))}else if(S.node.returnType){return S.node.returnType}else{}}}}},57036:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.createUnionType=createUnionType;var te=ee(6348);const{createFlowUnionType:re,createTSUnionType:ne,createUnionTypeAnnotation:ie,isFlowType:oe,isTSType:se}=te;function createUnionType(S){if(S.every((S=>oe(S)))){if(re){return re(S)}return ie(S)}else if(S.every((S=>se(S)))){if(ne){return ne(S)}}}},54689:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._guessExecutionStatusRelativeTo=_guessExecutionStatusRelativeTo;J._resolve=_resolve;J.canHaveVariableDeclarationOrExpression=canHaveVariableDeclarationOrExpression;J.canSwapBetweenExpressionAndStatement=canSwapBetweenExpressionAndStatement;J.getSource=getSource;J.isCompletionRecord=isCompletionRecord;J.isConstantExpression=isConstantExpression;J.isInStrictMode=isInStrictMode;J.isNodeType=isNodeType;J.isStatementOrBlock=isStatementOrBlock;J.isStatic=isStatic;J.matchesPattern=matchesPattern;J.referencesImport=referencesImport;J.resolve=resolve;J.willIMaybeExecuteBefore=willIMaybeExecuteBefore;var te=ee(6348);const{STATEMENT_OR_BLOCK_KEYS:re,VISITOR_KEYS:ne,isBlockStatement:ie,isExpression:oe,isIdentifier:se,isLiteral:ae,isStringLiteral:le,isType:ue,matchesPattern:pe}=te;function matchesPattern(S,J){return pe(this.node,S,J)}J.has=function has(S){var J;const ee=(J=this.node)==null?void 0:J[S];if(ee&&Array.isArray(ee)){return!!ee.length}else{return!!ee}};function isStatic(){return this.scope.isStatic(this.node)}J.is=J.has;J.isnt=function isnt(S){return!this.has(S)};J.equals=function equals(S,J){return this.node[S]===J};function isNodeType(S){return ue(this.type,S)}function canHaveVariableDeclarationOrExpression(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function canSwapBetweenExpressionAndStatement(S){if(this.key!=="body"||!this.parentPath.isArrowFunctionExpression()){return false}if(this.isExpression()){return ie(S)}else if(this.isBlockStatement()){return oe(S)}return false}function isCompletionRecord(S){let J=this;let ee=true;do{const{type:te,container:re}=J;if(!ee&&(J.isFunction()||te==="StaticBlock")){return!!S}ee=false;if(Array.isArray(re)&&J.key!==re.length-1){return false}}while((J=J.parentPath)&&!J.isProgram()&&!J.isDoExpression());return true}function isStatementOrBlock(){if(this.parentPath.isLabeledStatement()||ie(this.container)){return false}else{return re.includes(this.key)}}function referencesImport(S,J){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===J||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?le(this.node.property,{value:J}):this.node.property.name===J)){const J=this.get("object");return J.isReferencedIdentifier()&&J.referencesImport(S,"*")}return false}const ee=this.scope.getBinding(this.node.name);if((ee==null?void 0:ee.kind)!=="module")return false;const te=ee.path;const re=te.parentPath;if(!re.isImportDeclaration())return false;if(re.node.source.value===S){if(!J)return true}else{return false}if(te.isImportDefaultSpecifier()&&J==="default"){return true}if(te.isImportNamespaceSpecifier()&&J==="*"){return true}if(te.isImportSpecifier()&&se(te.node.imported,{name:J})){return true}return false}function getSource(){const S=this.node;if(S.end){const J=this.hub.getCode();if(J)return J.slice(S.start,S.end)}return""}function willIMaybeExecuteBefore(S){return this._guessExecutionStatusRelativeTo(S)!=="after"}function getOuterFunction(S){return S.isProgram()?S:(S.parentPath.scope.getFunctionParent()||S.parentPath.scope.getProgramParent()).path}function isExecutionUncertain(S,J){switch(S){case"LogicalExpression":return J==="right";case"ConditionalExpression":case"IfStatement":return J==="consequent"||J==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return J==="body";case"ForStatement":return J==="body"||J==="update";case"SwitchStatement":return J==="cases";case"TryStatement":return J==="handler";case"AssignmentPattern":return J==="right";case"OptionalMemberExpression":return J==="property";case"OptionalCallExpression":return J==="arguments";default:return false}}function isExecutionUncertainInList(S,J){for(let ee=0;ee<J;ee++){const J=S[ee];if(isExecutionUncertain(J.parent.type,J.parentKey)){return true}}return false}const de=Symbol();function _guessExecutionStatusRelativeTo(S){return _guessExecutionStatusRelativeToCached(this,S,new Map)}function _guessExecutionStatusRelativeToCached(S,J,ee){const te={this:getOuterFunction(S),target:getOuterFunction(J)};if(te.target.node!==te.this.node){return _guessExecutionStatusRelativeToDifferentFunctionsCached(S,te.target,ee)}const re={target:J.getAncestry(),this:S.getAncestry()};if(re.target.includes(S))return"after";if(re.this.includes(J))return"before";let ie;const oe={target:0,this:0};while(!ie&&oe.this<re.this.length){const S=re.this[oe.this];oe.target=re.target.indexOf(S);if(oe.target>=0){ie=S}else{oe.this++}}if(!ie){throw new Error("Internal Babel error - The two compared nodes"+" don't appear to belong to the same program.")}if(isExecutionUncertainInList(re.this,oe.this-1)||isExecutionUncertainInList(re.target,oe.target-1)){return"unknown"}const se={this:re.this[oe.this-1],target:re.target[oe.target-1]};if(se.target.listKey&&se.this.listKey&&se.target.container===se.this.container){return se.target.key>se.this.key?"before":"after"}const ae=ne[ie.type];const le={this:ae.indexOf(se.this.parentKey),target:ae.indexOf(se.target.parentKey)};return le.target>le.this?"before":"after"}function _guessExecutionStatusRelativeToDifferentFunctionsInternal(S,J,ee){if(!J.isFunctionDeclaration()){if(_guessExecutionStatusRelativeToCached(S,J,ee)==="before"){return"before"}return"unknown"}else if(J.parentPath.isExportDeclaration()){return"unknown"}const te=J.scope.getBinding(J.node.id.name);if(!te.references)return"before";const re=te.referencePaths;let ne;for(const te of re){const re=!!te.find((S=>S.node===J.node));if(re)continue;if(te.key!=="callee"||!te.parentPath.isCallExpression()){return"unknown"}const ie=_guessExecutionStatusRelativeToCached(S,te,ee);if(ne&&ne!==ie){return"unknown"}else{ne=ie}}return ne}function _guessExecutionStatusRelativeToDifferentFunctionsCached(S,J,ee){let te=ee.get(S.node);let re;if(!te){ee.set(S.node,te=new Map)}else if(re=te.get(J.node)){if(re===de){return"unknown"}return re}te.set(J.node,de);const ne=_guessExecutionStatusRelativeToDifferentFunctionsInternal(S,J,ee);te.set(J.node,ne);return ne}function resolve(S,J){return _resolve.call(this,S,J)||this}function _resolve(S,J){var ee;if((ee=J)!=null&&ee.includes(this))return;J=J||[];J.push(this);if(this.isVariableDeclarator()){if(this.get("id").isIdentifier()){return this.get("init").resolve(S,J)}else{}}else if(this.isReferencedIdentifier()){const ee=this.scope.getBinding(this.node.name);if(!ee)return;if(!ee.constant)return;if(ee.kind==="module")return;if(ee.path!==this){const te=ee.path.resolve(S,J);if(this.find((S=>S.node===te.node)))return;return te}}else if(this.isTypeCastExpression()){return this.get("expression").resolve(S,J)}else if(S&&this.isMemberExpression()){const ee=this.toComputedKey();if(!ae(ee))return;const te=ee.value;const re=this.get("object").resolve(S,J);if(re.isObjectExpression()){const ee=re.get("properties");for(const re of ee){if(!re.isProperty())continue;const ee=re.get("key");let ne=re.isnt("computed")&&ee.isIdentifier({name:te});ne=ne||ee.isLiteral({value:te});if(ne)return re.get("value").resolve(S,J)}}else if(re.isArrayExpression()&&!isNaN(+te)){const ee=re.get("elements");const ne=ee[te];if(ne)return ne.resolve(S,J)}}}function isConstantExpression(){if(this.isIdentifier()){const S=this.scope.getBinding(this.node.name);if(!S)return false;return S.constant}if(this.isLiteral()){if(this.isRegExpLiteral()){return false}if(this.isTemplateLiteral()){return this.get("expressions").every((S=>S.isConstantExpression()))}return true}if(this.isUnaryExpression()){if(this.node.operator!=="void"){return false}return this.get("argument").isConstantExpression()}if(this.isBinaryExpression()){const{operator:S}=this.node;return S!=="in"&&S!=="instanceof"&&this.get("left").isConstantExpression()&&this.get("right").isConstantExpression()}if(this.isMemberExpression()){return!this.node.computed&&this.get("object").isIdentifier({name:"Symbol"})&&!this.scope.hasBinding("Symbol",{noGlobals:true})}if(this.isCallExpression()){return this.node.arguments.length===1&&this.get("callee").matchesPattern("Symbol.for")&&!this.scope.hasBinding("Symbol",{noGlobals:true})&&this.get("arguments")[0].isStringLiteral()}return false}function isInStrictMode(){const S=this.isProgram()?this:this.parentPath;const J=S.find((S=>{if(S.isProgram({sourceType:"module"}))return true;if(S.isClass())return true;if(S.isArrowFunctionExpression()&&!S.get("body").isBlockStatement()){return false}let J;if(S.isFunction()){J=S.node.body}else if(S.isProgram()){J=S.node}else{return false}for(const S of J.directives){if(S.value.value==="use strict"){return true}}return false}));return!!J}},26226:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(6348);var re=te;const{react:ne}=te;const{cloneNode:ie,jsxExpressionContainer:oe,variableDeclaration:se,variableDeclarator:ae}=re;const le={ReferencedIdentifier(S,J){if(S.isJSXIdentifier()&&ne.isCompatTag(S.node.name)&&!S.parentPath.isJSXMemberExpression()){return}if(S.node.name==="this"){let ee=S.scope;do{if(ee.path.isFunction()&&!ee.path.isArrowFunctionExpression()){break}}while(ee=ee.parent);if(ee)J.breakOnScopePaths.push(ee.path)}const ee=S.scope.getBinding(S.node.name);if(!ee)return;for(const te of ee.constantViolations){if(te.scope!==ee.path.scope){J.mutableBinding=true;S.stop();return}}if(ee!==J.scope.getBinding(S.node.name))return;J.bindings[S.node.name]=ee}};class PathHoister{constructor(S,J){this.breakOnScopePaths=void 0;this.bindings=void 0;this.mutableBinding=void 0;this.scopes=void 0;this.scope=void 0;this.path=void 0;this.attachAfter=void 0;this.breakOnScopePaths=[];this.bindings={};this.mutableBinding=false;this.scopes=[];this.scope=J;this.path=S;this.attachAfter=false}isCompatibleScope(S){for(const J of Object.keys(this.bindings)){const ee=this.bindings[J];if(!S.bindingIdentifierEquals(J,ee.identifier)){return false}}return true}getCompatibleScopes(){let S=this.path.scope;do{if(this.isCompatibleScope(S)){this.scopes.push(S)}else{break}if(this.breakOnScopePaths.includes(S.path)){break}}while(S=S.parent)}getAttachmentPath(){let S=this._getAttachmentPath();if(!S)return;let J=S.scope;if(J.path===S){J=S.scope.parent}if(J.path.isProgram()||J.path.isFunction()){for(const ee of Object.keys(this.bindings)){if(!J.hasOwnBinding(ee))continue;const te=this.bindings[ee];if(te.kind==="param"||te.path.parentKey==="params"){continue}const re=this.getAttachmentParentForPath(te.path);if(re.key>=S.key){this.attachAfter=true;S=te.path;for(const J of te.constantViolations){if(this.getAttachmentParentForPath(J).key>S.key){S=J}}}}}return S}_getAttachmentPath(){const S=this.scopes;const J=S.pop();if(!J)return;if(J.path.isFunction()){if(this.hasOwnParamBindings(J)){if(this.scope===J)return;const S=J.path.get("body").get("body");for(let J=0;J<S.length;J++){if(S[J].node._blockHoist)continue;return S[J]}}else{return this.getNextScopeAttachmentParent()}}else if(J.path.isProgram()){return this.getNextScopeAttachmentParent()}}getNextScopeAttachmentParent(){const S=this.scopes.pop();if(S)return this.getAttachmentParentForPath(S.path)}getAttachmentParentForPath(S){do{if(!S.parentPath||Array.isArray(S.container)&&S.isStatement()){return S}}while(S=S.parentPath);return S}hasOwnParamBindings(S){for(const J of Object.keys(this.bindings)){if(!S.hasOwnBinding(J))continue;const ee=this.bindings[J];if(ee.kind==="param"&&ee.constant)return true}return false}run(){this.path.traverse(le,this);if(this.mutableBinding)return;this.getCompatibleScopes();const S=this.getAttachmentPath();if(!S)return;if(S.getFunctionParent()===this.path.getFunctionParent())return;let J=S.scope.generateUidIdentifier("ref");const ee=ae(J,this.path.node);const te=this.attachAfter?"insertAfter":"insertBefore";const[re]=S[te]([S.isVariableDeclarator()?ee:se("var",[ee])]);const ne=this.path.parentPath;if(ne.isJSXElement()&&this.path.container===ne.node.children){J=oe(J)}this.path.replaceWith(ie(J));return re.isVariableDeclarator()?re.get("init"):re.get("declarations.0.init")}}J["default"]=PathHoister},24291:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.hooks=void 0;const ee=J.hooks=[function(S,J){const ee=S.key==="test"&&(J.isWhile()||J.isSwitchCase())||S.key==="declaration"&&J.isExportDeclaration()||S.key==="body"&&J.isLabeledStatement()||S.listKey==="declarations"&&J.isVariableDeclaration()&&J.node.declarations.length===1||S.key==="expression"&&J.isExpressionStatement();if(ee){J.remove();return true}},function(S,J){if(J.isSequenceExpression()&&J.node.expressions.length===1){J.replaceWith(J.node.expressions[0]);return true}},function(S,J){if(J.isBinary()){if(S.key==="left"){J.replaceWith(J.node.right)}else{J.replaceWith(J.node.left)}return true}},function(S,J){if(J.isIfStatement()&&S.key==="consequent"||S.key==="body"&&(J.isLoop()||J.isArrowFunctionExpression())){S.replaceWith({type:"BlockStatement",directives:[],body:[]});return true}}]},95030:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.isBindingIdentifier=isBindingIdentifier;J.isBlockScoped=isBlockScoped;J.isExpression=isExpression;J.isFlow=isFlow;J.isForAwaitStatement=isForAwaitStatement;J.isGenerated=isGenerated;J.isPure=isPure;J.isReferenced=isReferenced;J.isReferencedIdentifier=isReferencedIdentifier;J.isReferencedMemberExpression=isReferencedMemberExpression;J.isRestProperty=isRestProperty;J.isScope=isScope;J.isSpreadProperty=isSpreadProperty;J.isStatement=isStatement;J.isUser=isUser;J.isVar=isVar;var te=ee(6348);const{isBinding:re,isBlockScoped:ne,isExportDeclaration:ie,isExpression:oe,isFlow:se,isForStatement:ae,isForXStatement:le,isIdentifier:ue,isImportDeclaration:pe,isImportSpecifier:de,isJSXIdentifier:fe,isJSXMemberExpression:me,isMemberExpression:ge,isRestElement:he,isReferenced:_e,isScope:ye,isStatement:ve,isVar:be,isVariableDeclaration:Se,react:xe,isForOfStatement:Ee}=te;const{isCompatTag:Ce}=xe;function isReferencedIdentifier(S){const{node:J,parent:ee}=this;if(ue(J,S)){return _e(J,ee,this.parentPath.parent)}else if(fe(J,S)){if(!me(ee)&&Ce(J.name))return false;return _e(J,ee,this.parentPath.parent)}else{return false}}function isReferencedMemberExpression(){const{node:S,parent:J}=this;return ge(S)&&_e(S,J)}function isBindingIdentifier(){const{node:S,parent:J}=this;const ee=this.parentPath.parent;return ue(S)&&re(S,J,ee)}function isStatement(){const{node:S,parent:J}=this;if(ve(S)){if(Se(S)){if(le(J,{left:S}))return false;if(ae(J,{init:S}))return false}return true}else{return false}}function isExpression(){if(this.isIdentifier()){return this.isReferencedIdentifier()}else{return oe(this.node)}}function isScope(){return ye(this.node,this.parent)}function isReferenced(){return _e(this.node,this.parent)}function isBlockScoped(){return ne(this.node)}function isVar(){return be(this.node)}function isUser(){var S;return!!((S=this.node)!=null&&S.loc)}function isGenerated(){return!this.isUser()}function isPure(S){return this.scope.isPure(this.node,S)}function isFlow(){const{node:S}=this;if(se(S)){return true}else if(pe(S)){return S.importKind==="type"||S.importKind==="typeof"}else if(ie(S)){return S.exportKind==="type"}else if(de(S)){return S.importKind==="type"||S.importKind==="typeof"}else{return false}}function isRestProperty(){var S;return he(this.node)&&((S=this.parentPath)==null?void 0:S.isObjectPattern())}function isSpreadProperty(){var S;return he(this.node)&&((S=this.parentPath)==null?void 0:S.isObjectExpression())}function isForAwaitStatement(){return Ee(this.node,{await:true})}J.isExistentialTypeParam=function isExistentialTypeParam(){throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.")};J.isNumericLiteralTypeAnnotation=function isNumericLiteralTypeAnnotation(){throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.")}},21817:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.Var=J.User=J.Statement=J.SpreadProperty=J.Scope=J.RestProperty=J.ReferencedMemberExpression=J.ReferencedIdentifier=J.Referenced=J.Pure=J.NumericLiteralTypeAnnotation=J.Generated=J.ForAwaitStatement=J.Flow=J.Expression=J.ExistentialTypeParam=J.BlockScoped=J.BindingIdentifier=void 0;const ee=J.ReferencedIdentifier=["Identifier","JSXIdentifier"];const te=J.ReferencedMemberExpression=["MemberExpression"];const re=J.BindingIdentifier=["Identifier"];const ne=J.Statement=["Statement"];const ie=J.Expression=["Expression"];const oe=J.Scope=["Scopable","Pattern"];const se=J.Referenced=null;const ae=J.BlockScoped=["FunctionDeclaration","ClassDeclaration","VariableDeclaration"];const le=J.Var=["VariableDeclaration"];const ue=J.User=null;const pe=J.Generated=null;const de=J.Pure=null;const fe=J.Flow=["Flow","ImportDeclaration","ExportDeclaration","ImportSpecifier"];const me=J.RestProperty=["RestElement"];const ge=J.SpreadProperty=["RestElement"];const he=J.ExistentialTypeParam=["ExistsTypeAnnotation"];const _e=J.NumericLiteralTypeAnnotation=["NumberLiteralTypeAnnotation"];const ye=J.ForAwaitStatement=["ForOfStatement"]},25560:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._containerInsert=_containerInsert;J._containerInsertAfter=_containerInsertAfter;J._containerInsertBefore=_containerInsertBefore;J._verifyNodeList=_verifyNodeList;J.insertAfter=insertAfter;J.insertBefore=insertBefore;J.pushContainer=pushContainer;J.unshiftContainer=unshiftContainer;J.updateSiblingKeys=updateSiblingKeys;var te=ee(13354);var re=ee(74974);var ne=ee(22201);var ie=ee(55306);var oe=ee(6348);var se=ee(26226);const{arrowFunctionExpression:ae,assertExpression:le,assignmentExpression:ue,blockStatement:pe,callExpression:de,cloneNode:fe,expressionStatement:me,isAssignmentExpression:ge,isCallExpression:he,isExportNamedDeclaration:_e,isExpression:ye,isIdentifier:ve,isSequenceExpression:be,isSuper:Se,thisExpression:xe}=oe;function insertBefore(S){ie._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const{parentPath:ee,parent:te}=this;if(ee.isExpressionStatement()||ee.isLabeledStatement()||_e(te)||ee.isExportDefaultDeclaration()&&this.isDeclaration()){return ee.insertBefore(J)}else if(this.isNodeType("Expression")&&!this.isJSXElement()||ee.isForStatement()&&this.key==="init"){if(this.node)J.push(this.node);return this.replaceExpressionWithStatements(J)}else if(Array.isArray(this.container)){return _containerInsertBefore.call(this,J)}else if(this.isStatementOrBlock()){const S=this.node;const ee=S&&(!this.isExpressionStatement()||S.expression!=null);const[te]=this.replaceWith(pe(ee?[S]:[]));return te.unshiftContainer("body",J)}else{throw new Error("We don't know what to do with this node type. "+"We were previously a Statement but we can't fit in here?")}}function _containerInsert(S,J){updateSiblingKeys.call(this,S,J.length);const ee=[];this.container.splice(S,0,...J);for(let re=0;re<J.length;re++){var te;const J=S+re;const ie=this.getSibling(J);ee.push(ie);if((te=this.context)!=null&&te.queue){ne.pushContext.call(ie,this.context)}}const re=ne._getQueueContexts.call(this);for(const S of ee){ne.setScope.call(S);S.debug("Inserted.");for(const J of re){J.maybeQueue(S,true)}}return ee}function _containerInsertBefore(S){return _containerInsert.call(this,this.key,S)}function _containerInsertAfter(S){return _containerInsert.call(this,this.key+1,S)}const last=S=>S[S.length-1];function isHiddenInSequenceExpression(S){return be(S.parent)&&(last(S.parent.expressions)!==S.node||isHiddenInSequenceExpression(S.parentPath))}function isAlmostConstantAssignment(S,J){if(!ge(S)||!ve(S.left)){return false}const ee=J.getBlockParent();return ee.hasOwnBinding(S.left.name)&&ee.getOwnBinding(S.left.name).constantViolations.length<=1}function insertAfter(S){ie._assertUnremoved.call(this);if(this.isSequenceExpression()){return last(this.get("expressions")).insertAfter(S)}const J=_verifyNodeList.call(this,S);const{parentPath:ee,parent:te}=this;if(ee.isExpressionStatement()||ee.isLabeledStatement()||_e(te)||ee.isExportDefaultDeclaration()&&this.isDeclaration()){return ee.insertAfter(J.map((S=>ye(S)?me(S):S)))}else if(this.isNodeType("Expression")&&!this.isJSXElement()&&!ee.isJSXElement()||ee.isForStatement()&&this.key==="init"){const S=this;if(S.node){const te=S.node;let{scope:re}=this;if(re.path.isPattern()){le(te);S.replaceWith(de(ae([],te),[]));S.get("callee.body").insertAfter(J);return[S]}if(isHiddenInSequenceExpression(S)){J.unshift(te)}else if(he(te)&&Se(te.callee)){J.unshift(te);J.push(xe())}else if(isAlmostConstantAssignment(te,re)){J.unshift(te);J.push(fe(te.left))}else if(re.isPure(te,true)){J.push(te)}else{if(ee.isMethod({computed:true,key:te})){re=re.parent}const S=re.generateDeclaredUidIdentifier();J.unshift(me(ue("=",fe(S),te)));J.push(me(fe(S)))}}return this.replaceExpressionWithStatements(J)}else if(Array.isArray(this.container)){return _containerInsertAfter.call(this,J)}else if(this.isStatementOrBlock()){const S=this.node;const ee=S&&(!this.isExpressionStatement()||S.expression!=null);const[te]=this.replaceWith(pe(ee?[S]:[]));return te.pushContainer("body",J)}else{throw new Error("We don't know what to do with this node type. "+"We were previously a Statement but we can't fit in here?")}}function updateSiblingKeys(S,J){if(!this.parent)return;const ee=(0,te.getCachedPaths)(this);if(!ee)return;for(const[,te]of ee){if(typeof te.key==="number"&&te.container===this.container&&te.key>=S){te.key+=J}}}function _verifyNodeList(S){if(!S){return[]}if(!Array.isArray(S)){S=[S]}for(let J=0;J<S.length;J++){const ee=S[J];let te;if(!ee){te="has falsy node"}else if(typeof ee!=="object"){te="contains a non-object node"}else if(!ee.type){te="without a type"}else if(ee instanceof re.default){te="has a NodePath when it expected a raw object"}if(te){const S=Array.isArray(ee)?"array":typeof ee;throw new Error(`Node list ${te} with the index of ${J} and type of ${S}`)}}return S}function unshiftContainer(S,J){ie._assertUnremoved.call(this);const ee=_verifyNodeList.call(this,J);const te=this.node[S];const ne=re.default.get({parentPath:this,parent:this.node,container:te,listKey:S,key:0}).setContext(this.context);return _containerInsertBefore.call(ne,ee)}function pushContainer(S,J){ie._assertUnremoved.call(this);const ee=_verifyNodeList.call(this,J);const te=this.node[S];const ne=re.default.get({parentPath:this,parent:this.node,container:te,listKey:S,key:te.length}).setContext(this.context);return ne.replaceWithMultiple(ee)}J.hoist=function hoist(S=this.scope){const J=new se.default(this,S);return J.run()}},55306:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._assertUnremoved=_assertUnremoved;J._callRemovalHooks=_callRemovalHooks;J._markRemoved=_markRemoved;J._remove=_remove;J._removeFromScope=_removeFromScope;J.remove=remove;var te=ee(24291);var re=ee(13354);var ne=ee(7154);var ie=ee(74974);var oe=ee(6348);var se=ee(25560);var ae=ee(22201);function remove(){var S;_assertUnremoved.call(this);ae.resync.call(this);if(_callRemovalHooks.call(this)){_markRemoved.call(this);return}if(!((S=this.opts)!=null&&S.noScope)){_removeFromScope.call(this)}this.shareCommentsWithSiblings();_remove.call(this);_markRemoved.call(this)}function _removeFromScope(){const S=oe.getBindingIdentifiers(this.node,false,false,true);Object.keys(S).forEach((S=>this.scope.removeBinding(S)))}function _callRemovalHooks(){if(this.parentPath){for(const S of te.hooks){if(S(this,this.parentPath))return true}}}function _remove(){if(Array.isArray(this.container)){this.container.splice(this.key,1);se.updateSiblingKeys.call(this,this.key,-1)}else{ne._replaceWith.call(this,null)}}function _markRemoved(){this._traverseFlags|=ie.SHOULD_SKIP|ie.REMOVED;if(this.parent){var S;(S=(0,re.getCachedPaths)(this))==null||S.delete(this.node)}this.node=null}function _assertUnremoved(){if(this.removed){throw this.buildCodeFrameError("NodePath has been removed so is read-only.")}}},7154:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._replaceWith=_replaceWith;J.replaceExpressionWithStatements=replaceExpressionWithStatements;J.replaceInline=replaceInline;J.replaceWith=replaceWith;J.replaceWithMultiple=replaceWithMultiple;J.replaceWithSourceString=replaceWithSourceString;var te=ee(55112);var re=ee(40420);var ne=ee(74974);var ie=ee(13354);var oe=ee(25560);var se=ee(14890);var ae=ee(6348);var le=ee(22201);const{FUNCTION_TYPES:ue,arrowFunctionExpression:pe,assignmentExpression:de,awaitExpression:fe,blockStatement:me,buildUndefinedNode:ge,callExpression:he,cloneNode:_e,conditionalExpression:ye,expressionStatement:ve,getBindingIdentifiers:be,identifier:Se,inheritLeadingComments:xe,inheritTrailingComments:Ee,inheritsComments:Ce,isBlockStatement:Pe,isEmptyStatement:Ne,isExpression:Ae,isExpressionStatement:ke,isIfStatement:De,isProgram:Fe,isStatement:Oe,isVariableDeclaration:we,removeComments:Me,returnStatement:Re,sequenceExpression:je,validate:Ue,yieldExpression:Je}=ae;function replaceWithMultiple(S){var J;le.resync.call(this);const ee=oe._verifyNodeList.call(this,S);xe(ee[0],this.node);Ee(ee[ee.length-1],this.node);(J=(0,ie.getCachedPaths)(this))==null||J.delete(this.node);this.node=this.container[this.key]=null;const te=this.insertAfter(S);if(this.node){this.requeue()}else{this.remove()}return te}function replaceWithSourceString(S){le.resync.call(this);let J;try{S=`(${S})`;J=(0,se.parse)(S)}catch(J){const ee=J.loc;if(ee){J.message+=" - make sure this is an expression.\n"+(0,te.codeFrameColumns)(S,{start:{line:ee.line,column:ee.column+1}});J.code="BABEL_REPLACE_SOURCE_ERROR"}throw J}const ee=J.program.body[0].expression;re.default.removeProperties(ee);return this.replaceWith(ee)}function replaceWith(S){le.resync.call(this);if(this.removed){throw new Error("You can't replace this node, we've already removed it")}let J=S instanceof ne.default?S.node:S;if(!J){throw new Error("You passed `path.replaceWith()` a falsy node, use `path.remove()` instead")}if(this.node===J){return[this]}if(this.isProgram()&&!Fe(J)){throw new Error("You can only replace a Program root node with another Program node")}if(Array.isArray(J)){throw new Error("Don't use `path.replaceWith()` with an array of nodes, use `path.replaceWithMultiple()`")}if(typeof J==="string"){throw new Error("Don't use `path.replaceWith()` with a source string, use `path.replaceWithSourceString()`")}let ee="";if(this.isNodeType("Statement")&&Ae(J)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(J)&&!this.parentPath.isExportDefaultDeclaration()){J=ve(J);ee="expression"}}if(this.isNodeType("Expression")&&Oe(J)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(J)){return this.replaceExpressionWithStatements([J])}}const te=this.node;if(te){Ce(J,te);Me(te)}_replaceWith.call(this,J);this.type=J.type;le.setScope.call(this);this.requeue();return[ee?this.get(ee):this]}function _replaceWith(S){var J;if(!this.container){throw new ReferenceError("Container is falsy")}if(this.inList){Ue(this.parent,this.key,[S])}else{Ue(this.parent,this.key,S)}this.debug(`Replace with ${S==null?void 0:S.type}`);(J=(0,ie.getCachedPaths)(this))==null||J.set(S,this).delete(this.node);this.node=S;this.container[this.key]=S}function replaceExpressionWithStatements(S){le.resync.call(this);const J=[];const ee=gatherSequenceExpressions(S,J);if(ee){for(const S of J)this.scope.push({id:S});return this.replaceWith(ee)[0].get("expressions")}const te=this.getFunctionParent();const ne=te==null?void 0:te.node.async;const ie=te==null?void 0:te.node.generator;const oe=pe([],me(S));this.replaceWith(he(oe,[]));const se=this.get("callee");se.get("body").scope.hoistVariables((S=>this.scope.push({id:S})));const ae=se.getCompletionRecords();for(const S of ae){if(!S.isExpressionStatement())continue;const J=S.findParent((S=>S.isLoop()));if(J){let ee=J.getData("expressionReplacementReturnUid");if(!ee){ee=se.scope.generateDeclaredUidIdentifier("ret");se.get("body").pushContainer("body",Re(_e(ee)));J.setData("expressionReplacementReturnUid",ee)}else{ee=Se(ee.name)}S.get("expression").replaceWith(de("=",_e(ee),S.node.expression))}else{S.replaceWith(Re(S.node.expression))}}se.arrowFunctionToExpression();const ge=se;const ye=ne&&re.default.hasType(ge.node.body,"AwaitExpression",ue);const ve=ie&&re.default.hasType(ge.node.body,"YieldExpression",ue);if(ye){ge.set("async",true);if(!ve){this.replaceWith(fe(this.node))}}if(ve){ge.set("generator",true);this.replaceWith(Je(this.node,true))}return ge.get("body.body")}function gatherSequenceExpressions(S,J){const ee=[];let te=true;for(const re of S){if(!Ne(re)){te=false}if(Ae(re)){ee.push(re)}else if(ke(re)){ee.push(re.expression)}else if(we(re)){if(re.kind!=="var")return;for(const S of re.declarations){const te=be(S);for(const S of Object.keys(te)){J.push(_e(te[S]))}if(S.init){ee.push(de("=",S.id,S.init))}}te=true}else if(De(re)){const S=re.consequent?gatherSequenceExpressions([re.consequent],J):ge();const te=re.alternate?gatherSequenceExpressions([re.alternate],J):ge();if(!S||!te)return;ee.push(ye(re.test,S,te))}else if(Pe(re)){const S=gatherSequenceExpressions(re.body,J);if(!S)return;ee.push(S)}else if(Ne(re)){if(S.indexOf(re)===0){te=true}}else{return}}if(te)ee.push(ge());if(ee.length===1){return ee[0]}else{return je(ee)}}function replaceInline(S){le.resync.call(this);if(Array.isArray(S)){if(Array.isArray(this.container)){S=oe._verifyNodeList.call(this,S);const J=oe._containerInsertAfter.call(this,S);this.remove();return J}else{return this.replaceWithMultiple(S)}}else{return this.replaceWith(S)}}},72586:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;class Binding{constructor({identifier:S,scope:J,path:ee,kind:te}){this.identifier=void 0;this.scope=void 0;this.path=void 0;this.kind=void 0;this.constantViolations=[];this.constant=true;this.referencePaths=[];this.referenced=false;this.references=0;this.identifier=S;this.scope=J;this.path=ee;this.kind=te;if((te==="var"||te==="hoisted")&&isInitInLoop(ee)){this.reassign(ee)}this.clearValue()}deoptValue(){this.clearValue();this.hasDeoptedValue=true}setValue(S){if(this.hasDeoptedValue)return;this.hasValue=true;this.value=S}clearValue(){this.hasDeoptedValue=false;this.hasValue=false;this.value=null}reassign(S){this.constant=false;if(this.constantViolations.includes(S)){return}this.constantViolations.push(S)}reference(S){if(this.referencePaths.includes(S)){return}this.referenced=true;this.references++;this.referencePaths.push(S)}dereference(){this.references--;this.referenced=!!this.references}}J["default"]=Binding;function isInitInLoop(S){const J=!S.isVariableDeclarator()||S.node.init;for(let{parentPath:ee,key:te}=S;ee;({parentPath:ee,key:te}=ee)){if(ee.isFunctionParent())return false;if(te==="left"&&ee.isForXStatement()||J&&te==="body"&&ee.isLoop()){return true}}return false}},4059:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(4767);var re=ee(40420);var ne=ee(32760);var ie=ee(72586);var oe=ee(6348);var se=oe;var ae=ee(13354);const le=ee(95266),ue=ee(50963);const{assignmentExpression:pe,callExpression:de,cloneNode:fe,getBindingIdentifiers:me,identifier:ge,isArrayExpression:he,isBinary:_e,isCallExpression:ye,isClass:ve,isClassBody:be,isClassDeclaration:Se,isExportAllDeclaration:xe,isExportDefaultDeclaration:Ee,isExportNamedDeclaration:Ce,isFunctionDeclaration:Pe,isIdentifier:Ne,isImportDeclaration:Ae,isLiteral:ke,isMemberExpression:De,isMethod:Fe,isModuleSpecifier:Oe,isNullLiteral:we,isObjectExpression:Me,isProperty:Re,isPureish:je,isRegExpLiteral:Ue,isSuper:Je,isTaggedTemplateExpression:ze,isTemplateLiteral:Ge,isThisExpression:qe,isUnaryExpression:$e,isVariableDeclaration:He,expressionStatement:Ke,matchesPattern:Xe,memberExpression:Qe,numericLiteral:et,toIdentifier:rt,variableDeclaration:nt,variableDeclarator:it,isObjectProperty:st,isTopicReference:ct,isMetaProperty:ut,isPrivateName:pt,isExportDeclaration:dt,buildUndefinedNode:mt,sequenceExpression:yt}=oe;function gatherNodeParts(S,J){switch(S==null?void 0:S.type){default:if(Ae(S)||dt(S)){var ee;if((xe(S)||Ce(S)||Ae(S))&&S.source){gatherNodeParts(S.source,J)}else if((Ce(S)||Ae(S))&&(ee=S.specifiers)!=null&&ee.length){for(const ee of S.specifiers)gatherNodeParts(ee,J)}else if((Ee(S)||Ce(S))&&S.declaration){gatherNodeParts(S.declaration,J)}}else if(Oe(S)){gatherNodeParts(S.local,J)}else if(ke(S)&&!we(S)&&!Ue(S)&&!Ge(S)){J.push(S.value)}break;case"MemberExpression":case"OptionalMemberExpression":case"JSXMemberExpression":gatherNodeParts(S.object,J);gatherNodeParts(S.property,J);break;case"Identifier":case"JSXIdentifier":J.push(S.name);break;case"CallExpression":case"OptionalCallExpression":case"NewExpression":gatherNodeParts(S.callee,J);break;case"ObjectExpression":case"ObjectPattern":for(const ee of S.properties){gatherNodeParts(ee,J)}break;case"SpreadElement":case"RestElement":gatherNodeParts(S.argument,J);break;case"ObjectProperty":case"ObjectMethod":case"ClassProperty":case"ClassMethod":case"ClassPrivateProperty":case"ClassPrivateMethod":gatherNodeParts(S.key,J);break;case"ThisExpression":J.push("this");break;case"Super":J.push("super");break;case"Import":case"ImportExpression":J.push("import");break;case"DoExpression":J.push("do");break;case"YieldExpression":J.push("yield");gatherNodeParts(S.argument,J);break;case"AwaitExpression":J.push("await");gatherNodeParts(S.argument,J);break;case"AssignmentExpression":gatherNodeParts(S.left,J);break;case"VariableDeclarator":gatherNodeParts(S.id,J);break;case"FunctionExpression":case"FunctionDeclaration":case"ClassExpression":case"ClassDeclaration":gatherNodeParts(S.id,J);break;case"PrivateName":gatherNodeParts(S.id,J);break;case"ParenthesizedExpression":gatherNodeParts(S.expression,J);break;case"UnaryExpression":case"UpdateExpression":gatherNodeParts(S.argument,J);break;case"MetaProperty":gatherNodeParts(S.meta,J);gatherNodeParts(S.property,J);break;case"JSXElement":gatherNodeParts(S.openingElement,J);break;case"JSXOpeningElement":gatherNodeParts(S.name,J);break;case"JSXFragment":gatherNodeParts(S.openingFragment,J);break;case"JSXOpeningFragment":J.push("Fragment");break;case"JSXNamespacedName":gatherNodeParts(S.namespace,J);gatherNodeParts(S.name,J);break}}function resetScope(S){S.references=Object.create(null);S.uids=Object.create(null);S.bindings=Object.create(null);S.globals=Object.create(null)}function isAnonymousFunctionExpression(S){return S.isFunctionExpression()&&!S.node.id||S.isArrowFunctionExpression()}var vt=Symbol.for("should not be considered a local binding");const bt={ForStatement(S){const J=S.get("init");if(J.isVar()){const{scope:ee}=S;const te=ee.getFunctionParent()||ee.getProgramParent();te.registerBinding("var",J)}},Declaration(S){if(S.isBlockScoped())return;if(S.isImportDeclaration())return;if(S.isExportDeclaration())return;const J=S.scope.getFunctionParent()||S.scope.getProgramParent();J.registerDeclaration(S)},ImportDeclaration(S){const J=S.scope.getBlockParent();J.registerDeclaration(S)},TSImportEqualsDeclaration(S){const J=S.scope.getBlockParent();J.registerDeclaration(S)},ReferencedIdentifier(S,J){if(se.isTSQualifiedName(S.parent)&&S.parent.right===S.node){return}if(S.parentPath.isTSImportEqualsDeclaration())return;J.references.push(S)},ForXStatement(S,J){const ee=S.get("left");if(ee.isPattern()||ee.isIdentifier()){J.constantViolations.push(S)}else if(ee.isVar()){const{scope:J}=S;const te=J.getFunctionParent()||J.getProgramParent();te.registerBinding("var",ee)}},ExportDeclaration:{exit(S){const{node:J,scope:ee}=S;if(xe(J))return;const te=J.declaration;if(Se(te)||Pe(te)){const J=te.id;if(!J)return;const re=ee.getBinding(J.name);re==null||re.reference(S)}else if(He(te)){for(const J of te.declarations){for(const te of Object.keys(me(J))){const J=ee.getBinding(te);J==null||J.reference(S)}}}}},LabeledStatement(S){S.scope.getBlockParent().registerDeclaration(S)},AssignmentExpression(S,J){J.assignments.push(S)},UpdateExpression(S,J){J.constantViolations.push(S)},UnaryExpression(S,J){if(S.node.operator==="delete"){J.constantViolations.push(S)}},BlockScoped(S){let J=S.scope;if(J.path===S)J=J.parent;const ee=J.getBlockParent();ee.registerDeclaration(S);if(S.isClassDeclaration()&&S.node.id){const J=S.node.id;const ee=J.name;S.scope.bindings[ee]=S.scope.parent.getBinding(ee)}},CatchClause(S){S.scope.registerBinding("let",S)},Function(S){const J=S.get("params");for(const ee of J){S.scope.registerBinding("param",ee)}if(S.isFunctionExpression()&&S.node.id&&!S.node.id[vt]){S.scope.registerBinding("local",S.get("id"),S)}},ClassExpression(S){if(S.node.id&&!S.node.id[vt]){S.scope.registerBinding("local",S.get("id"),S)}},TSTypeAnnotation(S){S.skip()}};let St;let Et=0;class Scope{constructor(S){this.uid=void 0;this.path=void 0;this.block=void 0;this.inited=void 0;this.labels=void 0;this.bindings=void 0;this.referencesSet=void 0;this.globals=void 0;this.uidsSet=void 0;this.data=void 0;this.crawling=void 0;const{node:J}=S;const ee=ae.scope.get(J);if((ee==null?void 0:ee.path)===S){return ee}ae.scope.set(J,this);this.uid=Et++;this.block=J;this.path=S;this.labels=new Map;this.inited=false;Object.defineProperties(this,{references:{enumerable:true,configurable:true,writable:true,value:Object.create(null)},uids:{enumerable:true,configurable:true,writable:true,value:Object.create(null)}})}get parent(){var S;let J,ee=this.path;do{var te;const S=ee.key==="key"||ee.listKey==="decorators";ee=ee.parentPath;if(S&&ee.isMethod())ee=ee.parentPath;if((te=ee)!=null&&te.isScope())J=ee}while(ee&&!J);return(S=J)==null?void 0:S.scope}get references(){throw new Error("Scope#references is not available in Babel 8. Use Scope#referencesSet instead.")}get uids(){throw new Error("Scope#uids is not available in Babel 8. Use Scope#uidsSet instead.")}generateDeclaredUidIdentifier(S){const J=this.generateUidIdentifier(S);this.push({id:J});return fe(J)}generateUidIdentifier(S){return ge(this.generateUid(S))}generateUid(S="temp"){S=rt(S).replace(/^_+/,"").replace(/\d+$/g,"");let J;let ee=0;do{J=`_${S}`;if(ee>=11)J+=ee-1;else if(ee>=9)J+=ee-9;else if(ee>=1)J+=ee+1;ee++}while(this.hasLabel(J)||this.hasBinding(J)||this.hasGlobal(J)||this.hasReference(J));const te=this.getProgramParent();te.references[J]=true;te.uids[J]=true;return J}generateUidBasedOnNode(S,J){const ee=[];gatherNodeParts(S,ee);let te=ee.join("$");te=te.replace(/^_/,"")||J||"ref";return this.generateUid(te.slice(0,20))}generateUidIdentifierBasedOnNode(S,J){return ge(this.generateUidBasedOnNode(S,J))}isStatic(S){if(qe(S)||Je(S)||ct(S)){return true}if(Ne(S)){const J=this.getBinding(S.name);if(J){return J.constant}else{return this.hasBinding(S.name)}}return false}maybeGenerateMemoised(S,J){if(this.isStatic(S)){return null}else{const ee=this.generateUidIdentifierBasedOnNode(S);if(!J){this.push({id:ee});return fe(ee)}return ee}}checkBlockScopedCollisions(S,J,ee,te){if(J==="param")return;if(S.kind==="local")return;const re=J==="let"||S.kind==="let"||S.kind==="const"||S.kind==="module"||S.kind==="param"&&J==="const";if(re){throw this.path.hub.buildError(te,`Duplicate declaration "${ee}"`,TypeError)}}rename(S,J){const ee=this.getBinding(S);if(ee){J||(J=this.generateUidIdentifier(S).name);const re=new te.default(ee,S,J);re.rename(arguments[2])}}dump(){const S="-".repeat(60);console.log(S);let J=this;do{console.log("#",J.block.type);for(const S of Object.keys(J.bindings)){const ee=J.bindings[S];console.log(" -",S,{constant:ee.constant,references:ee.references,violations:ee.constantViolations.length,kind:ee.kind})}}while(J=J.parent);console.log(S)}hasLabel(S){return!!this.getLabel(S)}getLabel(S){return this.labels.get(S)}registerLabel(S){this.labels.set(S.node.label.name,S)}registerDeclaration(S){if(S.isLabeledStatement()){this.registerLabel(S)}else if(S.isFunctionDeclaration()){this.registerBinding("hoisted",S.get("id"),S)}else if(S.isVariableDeclaration()){const J=S.get("declarations");const{kind:ee}=S.node;for(const S of J){this.registerBinding(ee==="using"||ee==="await using"?"const":ee,S)}}else if(S.isClassDeclaration()){if(S.node.declare)return;this.registerBinding("let",S)}else if(S.isImportDeclaration()){const J=S.node.importKind==="type"||S.node.importKind==="typeof";const ee=S.get("specifiers");for(const S of ee){const ee=J||S.isImportSpecifier()&&(S.node.importKind==="type"||S.node.importKind==="typeof");this.registerBinding(ee?"unknown":"module",S)}}else if(S.isExportDeclaration()){const J=S.get("declaration");if(J.isClassDeclaration()||J.isFunctionDeclaration()||J.isVariableDeclaration()){this.registerDeclaration(J)}}else{this.registerBinding("unknown",S)}}buildUndefinedNode(){return mt()}registerConstantViolation(S){const J=S.getAssignmentIdentifiers();for(const te of Object.keys(J)){var ee;(ee=this.getBinding(te))==null||ee.reassign(S)}}registerBinding(S,J,ee=J){if(!S)throw new ReferenceError("no `kind`");if(J.isVariableDeclaration()){const ee=J.get("declarations");for(const J of ee){this.registerBinding(S,J)}return}const te=this.getProgramParent();const re=J.getOuterBindingIdentifiers(true);for(const J of Object.keys(re)){te.references[J]=true;for(const te of re[J]){const re=this.getOwnBinding(J);if(re){if(re.identifier===te)continue;this.checkBlockScopedCollisions(re,S,J,te)}if(re){re.reassign(ee)}else{this.bindings[J]=new ie.default({identifier:te,scope:this,path:ee,kind:S})}}}}addGlobal(S){this.globals[S.name]=S}hasUid(S){let J=this;do{if(J.uids[S])return true}while(J=J.parent);return false}hasGlobal(S){let J=this;do{if(J.globals[S])return true}while(J=J.parent);return false}hasReference(S){return!!this.getProgramParent().references[S]}isPure(S,J){if(Ne(S)){const ee=this.getBinding(S.name);if(!ee)return false;if(J)return ee.constant;return true}else if(qe(S)||ut(S)||ct(S)||pt(S)){return true}else if(ve(S)){var ee;if(S.superClass&&!this.isPure(S.superClass,J)){return false}if(((ee=S.decorators)==null?void 0:ee.length)>0){return false}return this.isPure(S.body,J)}else if(be(S)){for(const ee of S.body){if(!this.isPure(ee,J))return false}return true}else if(_e(S)){return this.isPure(S.left,J)&&this.isPure(S.right,J)}else if(he(S)||(S==null?void 0:S.type)==="TupleExpression"){for(const ee of S.elements){if(ee!==null&&!this.isPure(ee,J))return false}return true}else if(Me(S)||(S==null?void 0:S.type)==="RecordExpression"){for(const ee of S.properties){if(!this.isPure(ee,J))return false}return true}else if(Fe(S)){var te;if(S.computed&&!this.isPure(S.key,J))return false;if(((te=S.decorators)==null?void 0:te.length)>0){return false}return true}else if(Re(S)){var re;if(S.computed&&!this.isPure(S.key,J))return false;if(((re=S.decorators)==null?void 0:re.length)>0){return false}if(st(S)||S.static){if(S.value!==null&&!this.isPure(S.value,J)){return false}}return true}else if($e(S)){return this.isPure(S.argument,J)}else if(Ge(S)){for(const ee of S.expressions){if(!this.isPure(ee,J))return false}return true}else if(ze(S)){return Xe(S.tag,"String.raw")&&!this.hasBinding("String",{noGlobals:true})&&this.isPure(S.quasi,J)}else if(De(S)){return!S.computed&&Ne(S.object)&&S.object.name==="Symbol"&&Ne(S.property)&&S.property.name!=="for"&&!this.hasBinding("Symbol",{noGlobals:true})}else if(ye(S)){return Xe(S.callee,"Symbol.for")&&!this.hasBinding("Symbol",{noGlobals:true})&&S.arguments.length===1&&se.isStringLiteral(S.arguments[0])}else{return je(S)}}setData(S,J){return this.data[S]=J}getData(S){let J=this;do{const ee=J.data[S];if(ee!=null)return ee}while(J=J.parent)}removeData(S){let J=this;do{const ee=J.data[S];if(ee!=null)J.data[S]=null}while(J=J.parent)}init(){if(!this.inited){this.inited=true;this.crawl()}}crawl(){const S=this.path;resetScope(this);this.data=Object.create(null);let J=this;do{if(J.crawling)return;if(J.path.isProgram()){break}}while(J=J.parent);const ee=J;const te={references:[],constantViolations:[],assignments:[]};this.crawling=true;St||(St=re.default.visitors.merge([{Scope(S){resetScope(S.scope)}},bt]));if(S.type!=="Program"){const J=St[S.type];if(J){for(const ee of J.enter){ee.call(te,S,te)}}}S.traverse(St,te);this.crawling=false;for(const S of te.assignments){const J=S.getAssignmentIdentifiers();for(const te of Object.keys(J)){if(S.scope.getBinding(te))continue;ee.addGlobal(J[te])}S.scope.registerConstantViolation(S)}for(const S of te.references){const J=S.scope.getBinding(S.node.name);if(J){J.reference(S)}else{ee.addGlobal(S.node)}}for(const S of te.constantViolations){S.scope.registerConstantViolation(S)}}push(S){let J=this.path;if(J.isPattern()){J=this.getPatternParent().path}else if(!J.isBlockStatement()&&!J.isProgram()){J=this.getBlockParent().path}if(J.isSwitchStatement()){J=(this.getFunctionParent()||this.getProgramParent()).path}const{init:ee,unique:te,kind:re="var",id:ne}=S;if(!ee&&!te&&(re==="var"||re==="let")&&isAnonymousFunctionExpression(J)&&ye(J.parent,{callee:J.node})&&J.parent.arguments.length<=J.node.params.length&&Ne(ne)){J.pushContainer("params",ne);J.scope.registerBinding("param",J.get("params")[J.node.params.length-1]);return}if(J.isLoop()||J.isCatchClause()||J.isFunction()){J.ensureBlock();J=J.get("body")}const ie=S._blockHoist==null?2:S._blockHoist;const oe=`declaration:${re}:${ie}`;let se=!te&&J.getData(oe);if(!se){const S=nt(re,[]);S._blockHoist=ie;[se]=J.unshiftContainer("body",[S]);if(!te)J.setData(oe,se)}const ae=it(ne,ee);const le=se.node.declarations.push(ae);J.scope.registerBinding(re,se.get("declarations")[le-1])}getProgramParent(){let S=this;do{if(S.path.isProgram()){return S}}while(S=S.parent);throw new Error("Couldn't find a Program")}getFunctionParent(){let S=this;do{if(S.path.isFunctionParent()){return S}}while(S=S.parent);return null}getBlockParent(){let S=this;do{if(S.path.isBlockParent()){return S}}while(S=S.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getPatternParent(){let S=this;do{if(!S.path.isPattern()){return S.getBlockParent()}}while(S=S.parent.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getAllBindings(){const S=Object.create(null);let J=this;do{for(const ee of Object.keys(J.bindings)){if(ee in S===false){S[ee]=J.bindings[ee]}}J=J.parent}while(J);return S}bindingIdentifierEquals(S,J){return this.getBindingIdentifier(S)===J}getBinding(S){let J=this;let ee;do{const re=J.getOwnBinding(S);if(re){var te;if((te=ee)!=null&&te.isPattern()&&re.kind!=="param"&&re.kind!=="local"){}else{return re}}else if(!re&&S==="arguments"&&J.path.isFunction()&&!J.path.isArrowFunctionExpression()){break}ee=J.path}while(J=J.parent)}getOwnBinding(S){return this.bindings[S]}getBindingIdentifier(S){var J;return(J=this.getBinding(S))==null?void 0:J.identifier}getOwnBindingIdentifier(S){const J=this.bindings[S];return J==null?void 0:J.identifier}hasOwnBinding(S){return!!this.getOwnBinding(S)}hasBinding(S,J){if(!S)return false;let ee;let te;let re;if(typeof J==="object"){ee=J.noGlobals;te=J.noUids;re=J.upToScope}else if(typeof J==="boolean"){ee=J}let ne=this;do{if(re===ne){break}if(ne.hasOwnBinding(S)){return true}}while(ne=ne.parent);if(!te&&this.hasUid(S))return true;if(!ee&&Scope.globals.includes(S))return true;if(!ee&&Scope.contextVariables.includes(S))return true;return false}parentHasBinding(S,J){var ee;return(ee=this.parent)==null?void 0:ee.hasBinding(S,J)}moveBindingTo(S,J){const ee=this.getBinding(S);if(ee){ee.scope.removeOwnBinding(S);ee.scope=J;J.bindings[S]=ee}}removeOwnBinding(S){delete this.bindings[S]}removeBinding(S){var J;(J=this.getBinding(S))==null||J.scope.removeOwnBinding(S);let ee=this;do{if(ee.uids[S]){ee.uids[S]=false}}while(ee=ee.parent)}hoistVariables(S=S=>this.push({id:S})){this.crawl();const J=new Set;for(const ee of Object.keys(this.bindings)){const te=this.bindings[ee];if(!te)continue;const{path:re}=te;if(!re.isVariableDeclarator())continue;const{parent:ne,parentPath:ie}=re;if(ne.kind!=="var"||J.has(ne))continue;J.add(re.parent);let oe;const se=[];for(const J of ne.declarations){oe!=null?oe:oe=J.id;if(J.init){se.push(pe("=",J.id,J.init))}const ee=Object.keys(me(J,false,true,true));for(const te of ee){S(ge(te),J.init!=null)}}if(ie.parentPath.isForXStatement({left:ne})){ie.replaceWith(oe)}else if(se.length===0){ie.remove()}else{const S=se.length===1?se[0]:yt(se);if(ie.parentPath.isForStatement({init:ne})){ie.replaceWith(S)}else{ie.replaceWith(Ke(S))}}}}}J["default"]=Scope;Scope.globals=[...le,...ue];Scope.contextVariables=["arguments","undefined","Infinity","NaN"];Scope.prototype._renameFromMap=function _renameFromMap(S,J,ee,te){if(S[J]){S[ee]=te;S[J]=null}};Scope.prototype.traverse=function(S,J,ee){(0,re.default)(S,J,this,ee,this.path)};Scope.prototype._generateUid=function _generateUid(S,J){let ee=S;if(J>1)ee+=J;return`_${ee}`};Scope.prototype.toArray=function toArray(S,J,ee){if(Ne(S)){const J=this.getBinding(S.name);if(J!=null&&J.constant&&J.path.isGenericType("Array")){return S}}if(he(S)){return S}if(Ne(S,{name:"arguments"})){return de(Qe(Qe(Qe(ge("Array"),ge("prototype")),ge("slice")),ge("call")),[S])}let te;const re=[S];if(J===true){te="toConsumableArray"}else if(typeof J==="number"){re.push(et(J));te="slicedToArray"}else{te="toArray"}if(ee){re.unshift(this.path.hub.addHelper(te));te="maybeArrayLike"}return de(this.path.hub.addHelper(te),re)};Scope.prototype.getAllBindingsOfKind=function getAllBindingsOfKind(...S){const J=Object.create(null);for(const ee of S){let S=this;do{for(const te of Object.keys(S.bindings)){const re=S.bindings[te];if(re.kind===ee)J[te]=re}S=S.parent}while(S)}return J};Object.defineProperties(Scope.prototype,{parentBlock:{configurable:true,enumerable:true,get(){return this.path.parent}},hub:{configurable:true,enumerable:true,get(){return this.path.hub}}})},4767:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(6348);var re=te;var ne=ee(25997);var ie=ee(45461);var oe=ee(22201);const{getAssignmentIdentifiers:se}=re;const ae={ReferencedIdentifier({node:S},J){if(S.name===J.oldName){S.name=J.newName}},Scope(S,J){if(!S.scope.bindingIdentifierEquals(J.oldName,J.binding.identifier)){S.skip();if(S.isMethod()){if(!S.requeueComputedKeyAndDecorators){oe.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}if(S.isSwitchStatement()){S.context.maybeQueue(S.get("discriminant"))}}},ObjectProperty({node:S,scope:J},ee){const{name:te}=S.key;if(S.shorthand&&(te===ee.oldName||te===ee.newName)&&J.getBindingIdentifier(te)===ee.binding.identifier){var re;S.shorthand=false;if((re=S.extra)!=null&&re.shorthand)S.extra.shorthand=false}},"AssignmentExpression|Declaration|VariableDeclarator"(S,J){if(S.isVariableDeclaration())return;const ee=S.isAssignmentExpression()?se(S.node):S.getOuterBindingIdentifiers();for(const S in ee){if(S===J.oldName)ee[S].name=J.newName}}};class Renamer{constructor(S,J,ee){this.newName=ee;this.oldName=J;this.binding=S}maybeConvertFromExportDeclaration(S){const J=S.parentPath;if(!J.isExportDeclaration()){return}if(J.isExportDefaultDeclaration()){const{declaration:S}=J.node;if(te.isDeclaration(S)&&!S.id){return}}if(J.isExportAllDeclaration()){return}J.splitExportDeclaration()}maybeConvertFromClassFunctionDeclaration(S){return S}maybeConvertFromClassFunctionExpression(S){return S}rename(){const{binding:S,oldName:J,newName:ee}=this;const{scope:re,path:oe}=S;const se=oe.find((S=>S.isDeclaration()||S.isFunctionExpression()||S.isClassExpression()));if(se){const ee=se.getOuterBindingIdentifiers();if(ee[J]===S.identifier){this.maybeConvertFromExportDeclaration(se)}}const le=arguments[0]||re.block;const ue={discriminant:true};if(te.isMethod(le)){if(le.computed){ue.key=true}if(!te.isObjectMethod(le)){ue.decorators=true}}(0,ne.traverseNode)(le,(0,ie.explode)(ae),re,this,re.path,ue);if(!arguments[0]){re.removeOwnBinding(J);re.bindings[ee]=S;this.binding.identifier.name=ee}if(se){this.maybeConvertFromClassFunctionDeclaration(oe);this.maybeConvertFromClassFunctionExpression(oe)}}}J["default"]=Renamer},32760:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverseForScope;var te=ee(6348);var re=ee(40420);var ne=ee(45461);var ie=ee(22201);const{VISITOR_KEYS:oe}=te;function traverseForScope(S,J,ee){const te=(0,ne.explode)(J);if(te.enter||te.exit){throw new Error("Should not be used with enter/exit visitors.")}_traverse(S.parentPath,S.parent,S.node,S.container,S.key,S.listKey,S.hub,S);function _traverse(S,J,ne,se,ae,le,ue,pe){if(!ne){return}const de=pe||re.NodePath.get({hub:ue,parentPath:S,parent:J,container:se,listKey:le,key:ae});ie._forceSetScope.call(de);const fe=te[ne.type];if(fe!=null&&fe.enter){for(const S of fe.enter){S.call(ee,de,ee)}}if(de.shouldSkip){return}const me=oe[ne.type];if(!(me!=null&&me.length)){return}for(const S of me){const J=ne[S];if(!J)continue;if(Array.isArray(J)){for(let ee=0;ee<J.length;ee++){const te=J[ee];_traverse(de,ne,te,J,ee,S)}}else{_traverse(de,ne,J,ne,S,null)}}if(fe!=null&&fe.exit){for(const S of fe.exit){S.call(ee,de,ee)}}}}},25997:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.traverseNode=traverseNode;var te=ee(68263);var re=ee(74974);var ne=ee(6348);var ie=ee(22201);const{VISITOR_KEYS:oe}=ne;function _visitPaths(S,J){S.queue=J;S.priorityQueue=[];const ee=new Set;let te=false;let re=0;for(;re<J.length;){const ne=J[re];re++;ie.resync.call(ne);if(ne.contexts.length===0||ne.contexts[ne.contexts.length-1]!==S){ie.pushContext.call(ne,S)}if(ne.key===null)continue;const{node:oe}=ne;if(ee.has(oe))continue;if(oe)ee.add(oe);if(_visit(S,ne)){te=true;break}if(S.priorityQueue.length){te=_visitPaths(S,S.priorityQueue);S.priorityQueue=[];S.queue=J;if(te)break}}for(let S=0;S<re;S++){ie.popContext.call(J[S])}S.queue=null;return te}function _visit(S,J){var ee;const te=J.node;if(!te){return false}const re=S.opts;const ne=(ee=re.denylist)!=null?ee:re.blacklist;if(ne!=null&&ne.includes(te.type)){return false}if(re.shouldSkip!=null&&re.shouldSkip(J)){return false}if(J.shouldSkip)return J.shouldStop;if(ie._call.call(J,re.enter))return J.shouldStop;if(J.node){var oe;if(ie._call.call(J,(oe=re[te.type])==null?void 0:oe.enter))return J.shouldStop}J.shouldStop=_traverse(J.node,re,J.scope,S.state,J,J.skipKeys);if(J.node){if(ie._call.call(J,re.exit))return true}if(J.node){var se;ie._call.call(J,(se=re[te.type])==null?void 0:se.exit)}return J.shouldStop}function _traverse(S,J,ee,ne,ie,se,ae){const le=oe[S.type];if(!(le!=null&&le.length))return false;const ue=new te.default(ee,J,ne,ie);if(ae){if(se!=null&&se[ie.parentKey])return false;return _visitPaths(ue,[ie])}for(const J of le){if(se!=null&&se[J])continue;const ee=S[J];if(!ee)continue;if(Array.isArray(ee)){if(!ee.length)continue;const te=[];for(let ne=0;ne<ee.length;ne++){const oe=re.default.get({parentPath:ie,parent:S,container:ee,key:ne,listKey:J});te.push(oe)}if(_visitPaths(ue,te))return true}else{if(_visitPaths(ue,[re.default.get({parentPath:ie,parent:S,container:S,key:J,listKey:null})])){return true}}}return false}function traverseNode(S,J,ee,re,ne,ie,se){const ae=oe[S.type];if(!ae)return false;const le=new te.default(ee,J,re,ne);if(se){if(ie!=null&&ie[ne.parentKey])return false;return le.visitQueue([ne])}for(const J of ae){if(ie!=null&&ie[J])continue;if(le.visit(S,J)){return true}}return false}},45461:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.environmentVisitor=environmentVisitor;J.explode=explode$1;J.isExplodedVisitor=isExplodedVisitor;J.merge=merge;J.verify=verify$1;var te=ee(21817);var re=ee(95030);var ne=ee(6348);var ie=ee(22201);const{DEPRECATED_KEYS:oe,DEPRECATED_ALIASES:se,FLIPPED_ALIAS_KEYS:ae,TYPES:le,__internal__deprecationWarning:ue}=ne;function isVirtualType(S){return S in te}function isExplodedVisitor(S){return S==null?void 0:S._exploded}function explode$1(S){if(isExplodedVisitor(S))return S;S._exploded=true;for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;const ee=J.split("|");if(ee.length===1)continue;const te=S[J];delete S[J];for(const J of ee){S[J]=te}}verify$1(S);delete S.__esModule;ensureEntranceObjects(S);ensureCallbackArrays(S);for(const ee of Object.keys(S)){if(shouldIgnoreKey(ee))continue;if(!isVirtualType(ee))continue;const re=S[ee];for(const S of Object.keys(re)){re[S]=wrapCheck(ee,re[S])}delete S[ee];const ne=te[ee];if(ne!==null){for(const ee of ne){var J;(J=S[ee])!=null?J:S[ee]={};mergePair(S[ee],re)}}else{mergePair(S,re)}}for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;let ee=ae[J];if(J in oe){const S=oe[J];ue(J,S,"Visitor ");ee=[S]}else if(J in se){const S=se[J];ue(J,S,"Visitor ");ee=ae[S]}if(!ee)continue;const te=S[J];delete S[J];for(const J of ee){const ee=S[J];if(ee){mergePair(ee,te)}else{S[J]=Object.assign({},te)}}}for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;ensureCallbackArrays(S[J])}return S}function verify$1(S){if(S._verified)return;if(typeof S==="function"){throw new Error("You passed `traverse()` a function when it expected a visitor object, "+"are you sure you didn't mean `{ enter: Function }`?")}for(const J of Object.keys(S)){if(J==="enter"||J==="exit"){validateVisitorMethods(J,S[J])}if(shouldIgnoreKey(J))continue;if(!le.includes(J)){throw new Error(`You gave us a visitor for the node type ${J} but it's not a valid type in @babel/traverse ${"7.29.0"}`)}const ee=S[J];if(typeof ee==="object"){for(const S of Object.keys(ee)){if(S==="enter"||S==="exit"){validateVisitorMethods(`${J}.${S}`,ee[S])}else{throw new Error("You passed `traverse()` a visitor object with the property "+`${J} that has the invalid property ${S}`)}}}}S._verified=true}function validateVisitorMethods(S,J){const ee=[].concat(J);for(const J of ee){if(typeof J!=="function"){throw new TypeError(`Non-function found defined in ${S} with type ${typeof J}`)}}}function merge(S,J=[],ee){const te={_verified:true,_exploded:true};Object.defineProperty(te,"_exploded",{enumerable:false});Object.defineProperty(te,"_verified",{enumerable:false});for(let re=0;re<S.length;re++){const ne=explode$1(S[re]);const ie=J[re];let oe=ne;if(ie||ee){oe=wrapWithStateOrWrapper(oe,ie,ee)}mergePair(te,oe);for(const S of Object.keys(ne)){if(shouldIgnoreKey(S))continue;let J=ne[S];if(ie||ee){J=wrapWithStateOrWrapper(J,ie,ee)}const re=te[S]||(te[S]={});mergePair(re,J)}}return te}function wrapWithStateOrWrapper(S,J,ee){const te={};for(const re of["enter","exit"]){let ne=S[re];if(!Array.isArray(ne))continue;ne=ne.map((function(S){let te=S;if(J){te=function(ee){S.call(J,ee,J)}}if(ee){te=ee(J==null?void 0:J.key,re,te)}if(te!==S){te.toString=()=>S.toString()}return te}));te[re]=ne}return te}function ensureEntranceObjects(S){for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;const ee=S[J];if(typeof ee==="function"){S[J]={enter:ee}}}}function ensureCallbackArrays(S){if(S.enter&&!Array.isArray(S.enter))S.enter=[S.enter];if(S.exit&&!Array.isArray(S.exit))S.exit=[S.exit]}function wrapCheck(S,J){const ee=`is${S}`;const te=re[ee];const newFn=function(S){if(te.call(S)){return J.apply(this,arguments)}};newFn.toString=()=>J.toString();return newFn}function shouldIgnoreKey(S){if(S.startsWith("_"))return true;if(S==="enter"||S==="exit"||S==="shouldSkip")return true;if(S==="denylist"||S==="noScope"||S==="skipKeys"){return true}if(S==="blacklist"){return true}return false}function mergePair(S,J){for(const ee of["enter","exit"]){if(!J[ee])continue;S[ee]=[].concat(S[ee]||[],J[ee])}}const pe={FunctionParent(S){if(S.isArrowFunctionExpression())return;S.skip();if(S.isMethod()){if(!S.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}},Property(S){if(S.isObjectProperty())return;S.skip();if(!S.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}};function environmentVisitor(S){return merge([pe,S])}},84540:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=assertNode;var te=ee(9592);function assertNode(S){if(!(0,te.default)(S)){var J;const ee=(J=S==null?void 0:S.type)!=null?J:JSON.stringify(S);throw new TypeError(`Not a valid node of type "${ee}"`)}}},43034:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.assertAccessor=assertAccessor;J.assertAnyTypeAnnotation=assertAnyTypeAnnotation;J.assertArgumentPlaceholder=assertArgumentPlaceholder;J.assertArrayExpression=assertArrayExpression;J.assertArrayPattern=assertArrayPattern;J.assertArrayTypeAnnotation=assertArrayTypeAnnotation;J.assertArrowFunctionExpression=assertArrowFunctionExpression;J.assertAssignmentExpression=assertAssignmentExpression;J.assertAssignmentPattern=assertAssignmentPattern;J.assertAwaitExpression=assertAwaitExpression;J.assertBigIntLiteral=assertBigIntLiteral;J.assertBinary=assertBinary;J.assertBinaryExpression=assertBinaryExpression;J.assertBindExpression=assertBindExpression;J.assertBlock=assertBlock;J.assertBlockParent=assertBlockParent;J.assertBlockStatement=assertBlockStatement;J.assertBooleanLiteral=assertBooleanLiteral;J.assertBooleanLiteralTypeAnnotation=assertBooleanLiteralTypeAnnotation;J.assertBooleanTypeAnnotation=assertBooleanTypeAnnotation;J.assertBreakStatement=assertBreakStatement;J.assertCallExpression=assertCallExpression;J.assertCatchClause=assertCatchClause;J.assertClass=assertClass;J.assertClassAccessorProperty=assertClassAccessorProperty;J.assertClassBody=assertClassBody;J.assertClassDeclaration=assertClassDeclaration;J.assertClassExpression=assertClassExpression;J.assertClassImplements=assertClassImplements;J.assertClassMethod=assertClassMethod;J.assertClassPrivateMethod=assertClassPrivateMethod;J.assertClassPrivateProperty=assertClassPrivateProperty;J.assertClassProperty=assertClassProperty;J.assertCompletionStatement=assertCompletionStatement;J.assertConditional=assertConditional;J.assertConditionalExpression=assertConditionalExpression;J.assertContinueStatement=assertContinueStatement;J.assertDebuggerStatement=assertDebuggerStatement;J.assertDecimalLiteral=assertDecimalLiteral;J.assertDeclaration=assertDeclaration;J.assertDeclareClass=assertDeclareClass;J.assertDeclareExportAllDeclaration=assertDeclareExportAllDeclaration;J.assertDeclareExportDeclaration=assertDeclareExportDeclaration;J.assertDeclareFunction=assertDeclareFunction;J.assertDeclareInterface=assertDeclareInterface;J.assertDeclareModule=assertDeclareModule;J.assertDeclareModuleExports=assertDeclareModuleExports;J.assertDeclareOpaqueType=assertDeclareOpaqueType;J.assertDeclareTypeAlias=assertDeclareTypeAlias;J.assertDeclareVariable=assertDeclareVariable;J.assertDeclaredPredicate=assertDeclaredPredicate;J.assertDecorator=assertDecorator;J.assertDirective=assertDirective;J.assertDirectiveLiteral=assertDirectiveLiteral;J.assertDoExpression=assertDoExpression;J.assertDoWhileStatement=assertDoWhileStatement;J.assertEmptyStatement=assertEmptyStatement;J.assertEmptyTypeAnnotation=assertEmptyTypeAnnotation;J.assertEnumBody=assertEnumBody;J.assertEnumBooleanBody=assertEnumBooleanBody;J.assertEnumBooleanMember=assertEnumBooleanMember;J.assertEnumDeclaration=assertEnumDeclaration;J.assertEnumDefaultedMember=assertEnumDefaultedMember;J.assertEnumMember=assertEnumMember;J.assertEnumNumberBody=assertEnumNumberBody;J.assertEnumNumberMember=assertEnumNumberMember;J.assertEnumStringBody=assertEnumStringBody;J.assertEnumStringMember=assertEnumStringMember;J.assertEnumSymbolBody=assertEnumSymbolBody;J.assertExistsTypeAnnotation=assertExistsTypeAnnotation;J.assertExportAllDeclaration=assertExportAllDeclaration;J.assertExportDeclaration=assertExportDeclaration;J.assertExportDefaultDeclaration=assertExportDefaultDeclaration;J.assertExportDefaultSpecifier=assertExportDefaultSpecifier;J.assertExportNamedDeclaration=assertExportNamedDeclaration;J.assertExportNamespaceSpecifier=assertExportNamespaceSpecifier;J.assertExportSpecifier=assertExportSpecifier;J.assertExpression=assertExpression;J.assertExpressionStatement=assertExpressionStatement;J.assertExpressionWrapper=assertExpressionWrapper;J.assertFile=assertFile;J.assertFlow=assertFlow;J.assertFlowBaseAnnotation=assertFlowBaseAnnotation;J.assertFlowDeclaration=assertFlowDeclaration;J.assertFlowPredicate=assertFlowPredicate;J.assertFlowType=assertFlowType;J.assertFor=assertFor;J.assertForInStatement=assertForInStatement;J.assertForOfStatement=assertForOfStatement;J.assertForStatement=assertForStatement;J.assertForXStatement=assertForXStatement;J.assertFunction=assertFunction;J.assertFunctionDeclaration=assertFunctionDeclaration;J.assertFunctionExpression=assertFunctionExpression;J.assertFunctionParameter=assertFunctionParameter;J.assertFunctionParent=assertFunctionParent;J.assertFunctionTypeAnnotation=assertFunctionTypeAnnotation;J.assertFunctionTypeParam=assertFunctionTypeParam;J.assertGenericTypeAnnotation=assertGenericTypeAnnotation;J.assertIdentifier=assertIdentifier;J.assertIfStatement=assertIfStatement;J.assertImmutable=assertImmutable;J.assertImport=assertImport;J.assertImportAttribute=assertImportAttribute;J.assertImportDeclaration=assertImportDeclaration;J.assertImportDefaultSpecifier=assertImportDefaultSpecifier;J.assertImportExpression=assertImportExpression;J.assertImportNamespaceSpecifier=assertImportNamespaceSpecifier;J.assertImportOrExportDeclaration=assertImportOrExportDeclaration;J.assertImportSpecifier=assertImportSpecifier;J.assertIndexedAccessType=assertIndexedAccessType;J.assertInferredPredicate=assertInferredPredicate;J.assertInterfaceDeclaration=assertInterfaceDeclaration;J.assertInterfaceExtends=assertInterfaceExtends;J.assertInterfaceTypeAnnotation=assertInterfaceTypeAnnotation;J.assertInterpreterDirective=assertInterpreterDirective;J.assertIntersectionTypeAnnotation=assertIntersectionTypeAnnotation;J.assertJSX=assertJSX;J.assertJSXAttribute=assertJSXAttribute;J.assertJSXClosingElement=assertJSXClosingElement;J.assertJSXClosingFragment=assertJSXClosingFragment;J.assertJSXElement=assertJSXElement;J.assertJSXEmptyExpression=assertJSXEmptyExpression;J.assertJSXExpressionContainer=assertJSXExpressionContainer;J.assertJSXFragment=assertJSXFragment;J.assertJSXIdentifier=assertJSXIdentifier;J.assertJSXMemberExpression=assertJSXMemberExpression;J.assertJSXNamespacedName=assertJSXNamespacedName;J.assertJSXOpeningElement=assertJSXOpeningElement;J.assertJSXOpeningFragment=assertJSXOpeningFragment;J.assertJSXSpreadAttribute=assertJSXSpreadAttribute;J.assertJSXSpreadChild=assertJSXSpreadChild;J.assertJSXText=assertJSXText;J.assertLVal=assertLVal;J.assertLabeledStatement=assertLabeledStatement;J.assertLiteral=assertLiteral;J.assertLogicalExpression=assertLogicalExpression;J.assertLoop=assertLoop;J.assertMemberExpression=assertMemberExpression;J.assertMetaProperty=assertMetaProperty;J.assertMethod=assertMethod;J.assertMiscellaneous=assertMiscellaneous;J.assertMixedTypeAnnotation=assertMixedTypeAnnotation;J.assertModuleDeclaration=assertModuleDeclaration;J.assertModuleExpression=assertModuleExpression;J.assertModuleSpecifier=assertModuleSpecifier;J.assertNewExpression=assertNewExpression;J.assertNoop=assertNoop;J.assertNullLiteral=assertNullLiteral;J.assertNullLiteralTypeAnnotation=assertNullLiteralTypeAnnotation;J.assertNullableTypeAnnotation=assertNullableTypeAnnotation;J.assertNumberLiteral=assertNumberLiteral;J.assertNumberLiteralTypeAnnotation=assertNumberLiteralTypeAnnotation;J.assertNumberTypeAnnotation=assertNumberTypeAnnotation;J.assertNumericLiteral=assertNumericLiteral;J.assertObjectExpression=assertObjectExpression;J.assertObjectMember=assertObjectMember;J.assertObjectMethod=assertObjectMethod;J.assertObjectPattern=assertObjectPattern;J.assertObjectProperty=assertObjectProperty;J.assertObjectTypeAnnotation=assertObjectTypeAnnotation;J.assertObjectTypeCallProperty=assertObjectTypeCallProperty;J.assertObjectTypeIndexer=assertObjectTypeIndexer;J.assertObjectTypeInternalSlot=assertObjectTypeInternalSlot;J.assertObjectTypeProperty=assertObjectTypeProperty;J.assertObjectTypeSpreadProperty=assertObjectTypeSpreadProperty;J.assertOpaqueType=assertOpaqueType;J.assertOptionalCallExpression=assertOptionalCallExpression;J.assertOptionalIndexedAccessType=assertOptionalIndexedAccessType;J.assertOptionalMemberExpression=assertOptionalMemberExpression;J.assertParenthesizedExpression=assertParenthesizedExpression;J.assertPattern=assertPattern;J.assertPatternLike=assertPatternLike;J.assertPipelineBareFunction=assertPipelineBareFunction;J.assertPipelinePrimaryTopicReference=assertPipelinePrimaryTopicReference;J.assertPipelineTopicExpression=assertPipelineTopicExpression;J.assertPlaceholder=assertPlaceholder;J.assertPrivate=assertPrivate;J.assertPrivateName=assertPrivateName;J.assertProgram=assertProgram;J.assertProperty=assertProperty;J.assertPureish=assertPureish;J.assertQualifiedTypeIdentifier=assertQualifiedTypeIdentifier;J.assertRecordExpression=assertRecordExpression;J.assertRegExpLiteral=assertRegExpLiteral;J.assertRegexLiteral=assertRegexLiteral;J.assertRestElement=assertRestElement;J.assertRestProperty=assertRestProperty;J.assertReturnStatement=assertReturnStatement;J.assertScopable=assertScopable;J.assertSequenceExpression=assertSequenceExpression;J.assertSpreadElement=assertSpreadElement;J.assertSpreadProperty=assertSpreadProperty;J.assertStandardized=assertStandardized;J.assertStatement=assertStatement;J.assertStaticBlock=assertStaticBlock;J.assertStringLiteral=assertStringLiteral;J.assertStringLiteralTypeAnnotation=assertStringLiteralTypeAnnotation;J.assertStringTypeAnnotation=assertStringTypeAnnotation;J.assertSuper=assertSuper;J.assertSwitchCase=assertSwitchCase;J.assertSwitchStatement=assertSwitchStatement;J.assertSymbolTypeAnnotation=assertSymbolTypeAnnotation;J.assertTSAnyKeyword=assertTSAnyKeyword;J.assertTSArrayType=assertTSArrayType;J.assertTSAsExpression=assertTSAsExpression;J.assertTSBaseType=assertTSBaseType;J.assertTSBigIntKeyword=assertTSBigIntKeyword;J.assertTSBooleanKeyword=assertTSBooleanKeyword;J.assertTSCallSignatureDeclaration=assertTSCallSignatureDeclaration;J.assertTSConditionalType=assertTSConditionalType;J.assertTSConstructSignatureDeclaration=assertTSConstructSignatureDeclaration;J.assertTSConstructorType=assertTSConstructorType;J.assertTSDeclareFunction=assertTSDeclareFunction;J.assertTSDeclareMethod=assertTSDeclareMethod;J.assertTSEntityName=assertTSEntityName;J.assertTSEnumBody=assertTSEnumBody;J.assertTSEnumDeclaration=assertTSEnumDeclaration;J.assertTSEnumMember=assertTSEnumMember;J.assertTSExportAssignment=assertTSExportAssignment;J.assertTSExpressionWithTypeArguments=assertTSExpressionWithTypeArguments;J.assertTSExternalModuleReference=assertTSExternalModuleReference;J.assertTSFunctionType=assertTSFunctionType;J.assertTSImportEqualsDeclaration=assertTSImportEqualsDeclaration;J.assertTSImportType=assertTSImportType;J.assertTSIndexSignature=assertTSIndexSignature;J.assertTSIndexedAccessType=assertTSIndexedAccessType;J.assertTSInferType=assertTSInferType;J.assertTSInstantiationExpression=assertTSInstantiationExpression;J.assertTSInterfaceBody=assertTSInterfaceBody;J.assertTSInterfaceDeclaration=assertTSInterfaceDeclaration;J.assertTSIntersectionType=assertTSIntersectionType;J.assertTSIntrinsicKeyword=assertTSIntrinsicKeyword;J.assertTSLiteralType=assertTSLiteralType;J.assertTSMappedType=assertTSMappedType;J.assertTSMethodSignature=assertTSMethodSignature;J.assertTSModuleBlock=assertTSModuleBlock;J.assertTSModuleDeclaration=assertTSModuleDeclaration;J.assertTSNamedTupleMember=assertTSNamedTupleMember;J.assertTSNamespaceExportDeclaration=assertTSNamespaceExportDeclaration;J.assertTSNeverKeyword=assertTSNeverKeyword;J.assertTSNonNullExpression=assertTSNonNullExpression;J.assertTSNullKeyword=assertTSNullKeyword;J.assertTSNumberKeyword=assertTSNumberKeyword;J.assertTSObjectKeyword=assertTSObjectKeyword;J.assertTSOptionalType=assertTSOptionalType;J.assertTSParameterProperty=assertTSParameterProperty;J.assertTSParenthesizedType=assertTSParenthesizedType;J.assertTSPropertySignature=assertTSPropertySignature;J.assertTSQualifiedName=assertTSQualifiedName;J.assertTSRestType=assertTSRestType;J.assertTSSatisfiesExpression=assertTSSatisfiesExpression;J.assertTSStringKeyword=assertTSStringKeyword;J.assertTSSymbolKeyword=assertTSSymbolKeyword;J.assertTSTemplateLiteralType=assertTSTemplateLiteralType;J.assertTSThisType=assertTSThisType;J.assertTSTupleType=assertTSTupleType;J.assertTSType=assertTSType;J.assertTSTypeAliasDeclaration=assertTSTypeAliasDeclaration;J.assertTSTypeAnnotation=assertTSTypeAnnotation;J.assertTSTypeAssertion=assertTSTypeAssertion;J.assertTSTypeElement=assertTSTypeElement;J.assertTSTypeLiteral=assertTSTypeLiteral;J.assertTSTypeOperator=assertTSTypeOperator;J.assertTSTypeParameter=assertTSTypeParameter;J.assertTSTypeParameterDeclaration=assertTSTypeParameterDeclaration;J.assertTSTypeParameterInstantiation=assertTSTypeParameterInstantiation;J.assertTSTypePredicate=assertTSTypePredicate;J.assertTSTypeQuery=assertTSTypeQuery;J.assertTSTypeReference=assertTSTypeReference;J.assertTSUndefinedKeyword=assertTSUndefinedKeyword;J.assertTSUnionType=assertTSUnionType;J.assertTSUnknownKeyword=assertTSUnknownKeyword;J.assertTSVoidKeyword=assertTSVoidKeyword;J.assertTaggedTemplateExpression=assertTaggedTemplateExpression;J.assertTemplateElement=assertTemplateElement;J.assertTemplateLiteral=assertTemplateLiteral;J.assertTerminatorless=assertTerminatorless;J.assertThisExpression=assertThisExpression;J.assertThisTypeAnnotation=assertThisTypeAnnotation;J.assertThrowStatement=assertThrowStatement;J.assertTopicReference=assertTopicReference;J.assertTryStatement=assertTryStatement;J.assertTupleExpression=assertTupleExpression;J.assertTupleTypeAnnotation=assertTupleTypeAnnotation;J.assertTypeAlias=assertTypeAlias;J.assertTypeAnnotation=assertTypeAnnotation;J.assertTypeCastExpression=assertTypeCastExpression;J.assertTypeParameter=assertTypeParameter;J.assertTypeParameterDeclaration=assertTypeParameterDeclaration;J.assertTypeParameterInstantiation=assertTypeParameterInstantiation;J.assertTypeScript=assertTypeScript;J.assertTypeofTypeAnnotation=assertTypeofTypeAnnotation;J.assertUnaryExpression=assertUnaryExpression;J.assertUnaryLike=assertUnaryLike;J.assertUnionTypeAnnotation=assertUnionTypeAnnotation;J.assertUpdateExpression=assertUpdateExpression;J.assertUserWhitespacable=assertUserWhitespacable;J.assertV8IntrinsicIdentifier=assertV8IntrinsicIdentifier;J.assertVariableDeclaration=assertVariableDeclaration;J.assertVariableDeclarator=assertVariableDeclarator;J.assertVariance=assertVariance;J.assertVoidPattern=assertVoidPattern;J.assertVoidTypeAnnotation=assertVoidTypeAnnotation;J.assertWhile=assertWhile;J.assertWhileStatement=assertWhileStatement;J.assertWithStatement=assertWithStatement;J.assertYieldExpression=assertYieldExpression;var te=ee(32664);var re=ee(49230);function assert(S,J,ee){if(!(0,te.default)(S,J,ee)){throw new Error(`Expected type "${S}" with option ${JSON.stringify(ee)}, `+`but instead got "${J.type}".`)}}function assertArrayExpression(S,J){assert("ArrayExpression",S,J)}function assertAssignmentExpression(S,J){assert("AssignmentExpression",S,J)}function assertBinaryExpression(S,J){assert("BinaryExpression",S,J)}function assertInterpreterDirective(S,J){assert("InterpreterDirective",S,J)}function assertDirective(S,J){assert("Directive",S,J)}function assertDirectiveLiteral(S,J){assert("DirectiveLiteral",S,J)}function assertBlockStatement(S,J){assert("BlockStatement",S,J)}function assertBreakStatement(S,J){assert("BreakStatement",S,J)}function assertCallExpression(S,J){assert("CallExpression",S,J)}function assertCatchClause(S,J){assert("CatchClause",S,J)}function assertConditionalExpression(S,J){assert("ConditionalExpression",S,J)}function assertContinueStatement(S,J){assert("ContinueStatement",S,J)}function assertDebuggerStatement(S,J){assert("DebuggerStatement",S,J)}function assertDoWhileStatement(S,J){assert("DoWhileStatement",S,J)}function assertEmptyStatement(S,J){assert("EmptyStatement",S,J)}function assertExpressionStatement(S,J){assert("ExpressionStatement",S,J)}function assertFile(S,J){assert("File",S,J)}function assertForInStatement(S,J){assert("ForInStatement",S,J)}function assertForStatement(S,J){assert("ForStatement",S,J)}function assertFunctionDeclaration(S,J){assert("FunctionDeclaration",S,J)}function assertFunctionExpression(S,J){assert("FunctionExpression",S,J)}function assertIdentifier(S,J){assert("Identifier",S,J)}function assertIfStatement(S,J){assert("IfStatement",S,J)}function assertLabeledStatement(S,J){assert("LabeledStatement",S,J)}function assertStringLiteral(S,J){assert("StringLiteral",S,J)}function assertNumericLiteral(S,J){assert("NumericLiteral",S,J)}function assertNullLiteral(S,J){assert("NullLiteral",S,J)}function assertBooleanLiteral(S,J){assert("BooleanLiteral",S,J)}function assertRegExpLiteral(S,J){assert("RegExpLiteral",S,J)}function assertLogicalExpression(S,J){assert("LogicalExpression",S,J)}function assertMemberExpression(S,J){assert("MemberExpression",S,J)}function assertNewExpression(S,J){assert("NewExpression",S,J)}function assertProgram(S,J){assert("Program",S,J)}function assertObjectExpression(S,J){assert("ObjectExpression",S,J)}function assertObjectMethod(S,J){assert("ObjectMethod",S,J)}function assertObjectProperty(S,J){assert("ObjectProperty",S,J)}function assertRestElement(S,J){assert("RestElement",S,J)}function assertReturnStatement(S,J){assert("ReturnStatement",S,J)}function assertSequenceExpression(S,J){assert("SequenceExpression",S,J)}function assertParenthesizedExpression(S,J){assert("ParenthesizedExpression",S,J)}function assertSwitchCase(S,J){assert("SwitchCase",S,J)}function assertSwitchStatement(S,J){assert("SwitchStatement",S,J)}function assertThisExpression(S,J){assert("ThisExpression",S,J)}function assertThrowStatement(S,J){assert("ThrowStatement",S,J)}function assertTryStatement(S,J){assert("TryStatement",S,J)}function assertUnaryExpression(S,J){assert("UnaryExpression",S,J)}function assertUpdateExpression(S,J){assert("UpdateExpression",S,J)}function assertVariableDeclaration(S,J){assert("VariableDeclaration",S,J)}function assertVariableDeclarator(S,J){assert("VariableDeclarator",S,J)}function assertWhileStatement(S,J){assert("WhileStatement",S,J)}function assertWithStatement(S,J){assert("WithStatement",S,J)}function assertAssignmentPattern(S,J){assert("AssignmentPattern",S,J)}function assertArrayPattern(S,J){assert("ArrayPattern",S,J)}function assertArrowFunctionExpression(S,J){assert("ArrowFunctionExpression",S,J)}function assertClassBody(S,J){assert("ClassBody",S,J)}function assertClassExpression(S,J){assert("ClassExpression",S,J)}function assertClassDeclaration(S,J){assert("ClassDeclaration",S,J)}function assertExportAllDeclaration(S,J){assert("ExportAllDeclaration",S,J)}function assertExportDefaultDeclaration(S,J){assert("ExportDefaultDeclaration",S,J)}function assertExportNamedDeclaration(S,J){assert("ExportNamedDeclaration",S,J)}function assertExportSpecifier(S,J){assert("ExportSpecifier",S,J)}function assertForOfStatement(S,J){assert("ForOfStatement",S,J)}function assertImportDeclaration(S,J){assert("ImportDeclaration",S,J)}function assertImportDefaultSpecifier(S,J){assert("ImportDefaultSpecifier",S,J)}function assertImportNamespaceSpecifier(S,J){assert("ImportNamespaceSpecifier",S,J)}function assertImportSpecifier(S,J){assert("ImportSpecifier",S,J)}function assertImportExpression(S,J){assert("ImportExpression",S,J)}function assertMetaProperty(S,J){assert("MetaProperty",S,J)}function assertClassMethod(S,J){assert("ClassMethod",S,J)}function assertObjectPattern(S,J){assert("ObjectPattern",S,J)}function assertSpreadElement(S,J){assert("SpreadElement",S,J)}function assertSuper(S,J){assert("Super",S,J)}function assertTaggedTemplateExpression(S,J){assert("TaggedTemplateExpression",S,J)}function assertTemplateElement(S,J){assert("TemplateElement",S,J)}function assertTemplateLiteral(S,J){assert("TemplateLiteral",S,J)}function assertYieldExpression(S,J){assert("YieldExpression",S,J)}function assertAwaitExpression(S,J){assert("AwaitExpression",S,J)}function assertImport(S,J){assert("Import",S,J)}function assertBigIntLiteral(S,J){assert("BigIntLiteral",S,J)}function assertExportNamespaceSpecifier(S,J){assert("ExportNamespaceSpecifier",S,J)}function assertOptionalMemberExpression(S,J){assert("OptionalMemberExpression",S,J)}function assertOptionalCallExpression(S,J){assert("OptionalCallExpression",S,J)}function assertClassProperty(S,J){assert("ClassProperty",S,J)}function assertClassAccessorProperty(S,J){assert("ClassAccessorProperty",S,J)}function assertClassPrivateProperty(S,J){assert("ClassPrivateProperty",S,J)}function assertClassPrivateMethod(S,J){assert("ClassPrivateMethod",S,J)}function assertPrivateName(S,J){assert("PrivateName",S,J)}function assertStaticBlock(S,J){assert("StaticBlock",S,J)}function assertImportAttribute(S,J){assert("ImportAttribute",S,J)}function assertAnyTypeAnnotation(S,J){assert("AnyTypeAnnotation",S,J)}function assertArrayTypeAnnotation(S,J){assert("ArrayTypeAnnotation",S,J)}function assertBooleanTypeAnnotation(S,J){assert("BooleanTypeAnnotation",S,J)}function assertBooleanLiteralTypeAnnotation(S,J){assert("BooleanLiteralTypeAnnotation",S,J)}function assertNullLiteralTypeAnnotation(S,J){assert("NullLiteralTypeAnnotation",S,J)}function assertClassImplements(S,J){assert("ClassImplements",S,J)}function assertDeclareClass(S,J){assert("DeclareClass",S,J)}function assertDeclareFunction(S,J){assert("DeclareFunction",S,J)}function assertDeclareInterface(S,J){assert("DeclareInterface",S,J)}function assertDeclareModule(S,J){assert("DeclareModule",S,J)}function assertDeclareModuleExports(S,J){assert("DeclareModuleExports",S,J)}function assertDeclareTypeAlias(S,J){assert("DeclareTypeAlias",S,J)}function assertDeclareOpaqueType(S,J){assert("DeclareOpaqueType",S,J)}function assertDeclareVariable(S,J){assert("DeclareVariable",S,J)}function assertDeclareExportDeclaration(S,J){assert("DeclareExportDeclaration",S,J)}function assertDeclareExportAllDeclaration(S,J){assert("DeclareExportAllDeclaration",S,J)}function assertDeclaredPredicate(S,J){assert("DeclaredPredicate",S,J)}function assertExistsTypeAnnotation(S,J){assert("ExistsTypeAnnotation",S,J)}function assertFunctionTypeAnnotation(S,J){assert("FunctionTypeAnnotation",S,J)}function assertFunctionTypeParam(S,J){assert("FunctionTypeParam",S,J)}function assertGenericTypeAnnotation(S,J){assert("GenericTypeAnnotation",S,J)}function assertInferredPredicate(S,J){assert("InferredPredicate",S,J)}function assertInterfaceExtends(S,J){assert("InterfaceExtends",S,J)}function assertInterfaceDeclaration(S,J){assert("InterfaceDeclaration",S,J)}function assertInterfaceTypeAnnotation(S,J){assert("InterfaceTypeAnnotation",S,J)}function assertIntersectionTypeAnnotation(S,J){assert("IntersectionTypeAnnotation",S,J)}function assertMixedTypeAnnotation(S,J){assert("MixedTypeAnnotation",S,J)}function assertEmptyTypeAnnotation(S,J){assert("EmptyTypeAnnotation",S,J)}function assertNullableTypeAnnotation(S,J){assert("NullableTypeAnnotation",S,J)}function assertNumberLiteralTypeAnnotation(S,J){assert("NumberLiteralTypeAnnotation",S,J)}function assertNumberTypeAnnotation(S,J){assert("NumberTypeAnnotation",S,J)}function assertObjectTypeAnnotation(S,J){assert("ObjectTypeAnnotation",S,J)}function assertObjectTypeInternalSlot(S,J){assert("ObjectTypeInternalSlot",S,J)}function assertObjectTypeCallProperty(S,J){assert("ObjectTypeCallProperty",S,J)}function assertObjectTypeIndexer(S,J){assert("ObjectTypeIndexer",S,J)}function assertObjectTypeProperty(S,J){assert("ObjectTypeProperty",S,J)}function assertObjectTypeSpreadProperty(S,J){assert("ObjectTypeSpreadProperty",S,J)}function assertOpaqueType(S,J){assert("OpaqueType",S,J)}function assertQualifiedTypeIdentifier(S,J){assert("QualifiedTypeIdentifier",S,J)}function assertStringLiteralTypeAnnotation(S,J){assert("StringLiteralTypeAnnotation",S,J)}function assertStringTypeAnnotation(S,J){assert("StringTypeAnnotation",S,J)}function assertSymbolTypeAnnotation(S,J){assert("SymbolTypeAnnotation",S,J)}function assertThisTypeAnnotation(S,J){assert("ThisTypeAnnotation",S,J)}function assertTupleTypeAnnotation(S,J){assert("TupleTypeAnnotation",S,J)}function assertTypeofTypeAnnotation(S,J){assert("TypeofTypeAnnotation",S,J)}function assertTypeAlias(S,J){assert("TypeAlias",S,J)}function assertTypeAnnotation(S,J){assert("TypeAnnotation",S,J)}function assertTypeCastExpression(S,J){assert("TypeCastExpression",S,J)}function assertTypeParameter(S,J){assert("TypeParameter",S,J)}function assertTypeParameterDeclaration(S,J){assert("TypeParameterDeclaration",S,J)}function assertTypeParameterInstantiation(S,J){assert("TypeParameterInstantiation",S,J)}function assertUnionTypeAnnotation(S,J){assert("UnionTypeAnnotation",S,J)}function assertVariance(S,J){assert("Variance",S,J)}function assertVoidTypeAnnotation(S,J){assert("VoidTypeAnnotation",S,J)}function assertEnumDeclaration(S,J){assert("EnumDeclaration",S,J)}function assertEnumBooleanBody(S,J){assert("EnumBooleanBody",S,J)}function assertEnumNumberBody(S,J){assert("EnumNumberBody",S,J)}function assertEnumStringBody(S,J){assert("EnumStringBody",S,J)}function assertEnumSymbolBody(S,J){assert("EnumSymbolBody",S,J)}function assertEnumBooleanMember(S,J){assert("EnumBooleanMember",S,J)}function assertEnumNumberMember(S,J){assert("EnumNumberMember",S,J)}function assertEnumStringMember(S,J){assert("EnumStringMember",S,J)}function assertEnumDefaultedMember(S,J){assert("EnumDefaultedMember",S,J)}function assertIndexedAccessType(S,J){assert("IndexedAccessType",S,J)}function assertOptionalIndexedAccessType(S,J){assert("OptionalIndexedAccessType",S,J)}function assertJSXAttribute(S,J){assert("JSXAttribute",S,J)}function assertJSXClosingElement(S,J){assert("JSXClosingElement",S,J)}function assertJSXElement(S,J){assert("JSXElement",S,J)}function assertJSXEmptyExpression(S,J){assert("JSXEmptyExpression",S,J)}function assertJSXExpressionContainer(S,J){assert("JSXExpressionContainer",S,J)}function assertJSXSpreadChild(S,J){assert("JSXSpreadChild",S,J)}function assertJSXIdentifier(S,J){assert("JSXIdentifier",S,J)}function assertJSXMemberExpression(S,J){assert("JSXMemberExpression",S,J)}function assertJSXNamespacedName(S,J){assert("JSXNamespacedName",S,J)}function assertJSXOpeningElement(S,J){assert("JSXOpeningElement",S,J)}function assertJSXSpreadAttribute(S,J){assert("JSXSpreadAttribute",S,J)}function assertJSXText(S,J){assert("JSXText",S,J)}function assertJSXFragment(S,J){assert("JSXFragment",S,J)}function assertJSXOpeningFragment(S,J){assert("JSXOpeningFragment",S,J)}function assertJSXClosingFragment(S,J){assert("JSXClosingFragment",S,J)}function assertNoop(S,J){assert("Noop",S,J)}function assertPlaceholder(S,J){assert("Placeholder",S,J)}function assertV8IntrinsicIdentifier(S,J){assert("V8IntrinsicIdentifier",S,J)}function assertArgumentPlaceholder(S,J){assert("ArgumentPlaceholder",S,J)}function assertBindExpression(S,J){assert("BindExpression",S,J)}function assertDecorator(S,J){assert("Decorator",S,J)}function assertDoExpression(S,J){assert("DoExpression",S,J)}function assertExportDefaultSpecifier(S,J){assert("ExportDefaultSpecifier",S,J)}function assertRecordExpression(S,J){assert("RecordExpression",S,J)}function assertTupleExpression(S,J){assert("TupleExpression",S,J)}function assertDecimalLiteral(S,J){assert("DecimalLiteral",S,J)}function assertModuleExpression(S,J){assert("ModuleExpression",S,J)}function assertTopicReference(S,J){assert("TopicReference",S,J)}function assertPipelineTopicExpression(S,J){assert("PipelineTopicExpression",S,J)}function assertPipelineBareFunction(S,J){assert("PipelineBareFunction",S,J)}function assertPipelinePrimaryTopicReference(S,J){assert("PipelinePrimaryTopicReference",S,J)}function assertVoidPattern(S,J){assert("VoidPattern",S,J)}function assertTSParameterProperty(S,J){assert("TSParameterProperty",S,J)}function assertTSDeclareFunction(S,J){assert("TSDeclareFunction",S,J)}function assertTSDeclareMethod(S,J){assert("TSDeclareMethod",S,J)}function assertTSQualifiedName(S,J){assert("TSQualifiedName",S,J)}function assertTSCallSignatureDeclaration(S,J){assert("TSCallSignatureDeclaration",S,J)}function assertTSConstructSignatureDeclaration(S,J){assert("TSConstructSignatureDeclaration",S,J)}function assertTSPropertySignature(S,J){assert("TSPropertySignature",S,J)}function assertTSMethodSignature(S,J){assert("TSMethodSignature",S,J)}function assertTSIndexSignature(S,J){assert("TSIndexSignature",S,J)}function assertTSAnyKeyword(S,J){assert("TSAnyKeyword",S,J)}function assertTSBooleanKeyword(S,J){assert("TSBooleanKeyword",S,J)}function assertTSBigIntKeyword(S,J){assert("TSBigIntKeyword",S,J)}function assertTSIntrinsicKeyword(S,J){assert("TSIntrinsicKeyword",S,J)}function assertTSNeverKeyword(S,J){assert("TSNeverKeyword",S,J)}function assertTSNullKeyword(S,J){assert("TSNullKeyword",S,J)}function assertTSNumberKeyword(S,J){assert("TSNumberKeyword",S,J)}function assertTSObjectKeyword(S,J){assert("TSObjectKeyword",S,J)}function assertTSStringKeyword(S,J){assert("TSStringKeyword",S,J)}function assertTSSymbolKeyword(S,J){assert("TSSymbolKeyword",S,J)}function assertTSUndefinedKeyword(S,J){assert("TSUndefinedKeyword",S,J)}function assertTSUnknownKeyword(S,J){assert("TSUnknownKeyword",S,J)}function assertTSVoidKeyword(S,J){assert("TSVoidKeyword",S,J)}function assertTSThisType(S,J){assert("TSThisType",S,J)}function assertTSFunctionType(S,J){assert("TSFunctionType",S,J)}function assertTSConstructorType(S,J){assert("TSConstructorType",S,J)}function assertTSTypeReference(S,J){assert("TSTypeReference",S,J)}function assertTSTypePredicate(S,J){assert("TSTypePredicate",S,J)}function assertTSTypeQuery(S,J){assert("TSTypeQuery",S,J)}function assertTSTypeLiteral(S,J){assert("TSTypeLiteral",S,J)}function assertTSArrayType(S,J){assert("TSArrayType",S,J)}function assertTSTupleType(S,J){assert("TSTupleType",S,J)}function assertTSOptionalType(S,J){assert("TSOptionalType",S,J)}function assertTSRestType(S,J){assert("TSRestType",S,J)}function assertTSNamedTupleMember(S,J){assert("TSNamedTupleMember",S,J)}function assertTSUnionType(S,J){assert("TSUnionType",S,J)}function assertTSIntersectionType(S,J){assert("TSIntersectionType",S,J)}function assertTSConditionalType(S,J){assert("TSConditionalType",S,J)}function assertTSInferType(S,J){assert("TSInferType",S,J)}function assertTSParenthesizedType(S,J){assert("TSParenthesizedType",S,J)}function assertTSTypeOperator(S,J){assert("TSTypeOperator",S,J)}function assertTSIndexedAccessType(S,J){assert("TSIndexedAccessType",S,J)}function assertTSMappedType(S,J){assert("TSMappedType",S,J)}function assertTSTemplateLiteralType(S,J){assert("TSTemplateLiteralType",S,J)}function assertTSLiteralType(S,J){assert("TSLiteralType",S,J)}function assertTSExpressionWithTypeArguments(S,J){assert("TSExpressionWithTypeArguments",S,J)}function assertTSInterfaceDeclaration(S,J){assert("TSInterfaceDeclaration",S,J)}function assertTSInterfaceBody(S,J){assert("TSInterfaceBody",S,J)}function assertTSTypeAliasDeclaration(S,J){assert("TSTypeAliasDeclaration",S,J)}function assertTSInstantiationExpression(S,J){assert("TSInstantiationExpression",S,J)}function assertTSAsExpression(S,J){assert("TSAsExpression",S,J)}function assertTSSatisfiesExpression(S,J){assert("TSSatisfiesExpression",S,J)}function assertTSTypeAssertion(S,J){assert("TSTypeAssertion",S,J)}function assertTSEnumBody(S,J){assert("TSEnumBody",S,J)}function assertTSEnumDeclaration(S,J){assert("TSEnumDeclaration",S,J)}function assertTSEnumMember(S,J){assert("TSEnumMember",S,J)}function assertTSModuleDeclaration(S,J){assert("TSModuleDeclaration",S,J)}function assertTSModuleBlock(S,J){assert("TSModuleBlock",S,J)}function assertTSImportType(S,J){assert("TSImportType",S,J)}function assertTSImportEqualsDeclaration(S,J){assert("TSImportEqualsDeclaration",S,J)}function assertTSExternalModuleReference(S,J){assert("TSExternalModuleReference",S,J)}function assertTSNonNullExpression(S,J){assert("TSNonNullExpression",S,J)}function assertTSExportAssignment(S,J){assert("TSExportAssignment",S,J)}function assertTSNamespaceExportDeclaration(S,J){assert("TSNamespaceExportDeclaration",S,J)}function assertTSTypeAnnotation(S,J){assert("TSTypeAnnotation",S,J)}function assertTSTypeParameterInstantiation(S,J){assert("TSTypeParameterInstantiation",S,J)}function assertTSTypeParameterDeclaration(S,J){assert("TSTypeParameterDeclaration",S,J)}function assertTSTypeParameter(S,J){assert("TSTypeParameter",S,J)}function assertStandardized(S,J){assert("Standardized",S,J)}function assertExpression(S,J){assert("Expression",S,J)}function assertBinary(S,J){assert("Binary",S,J)}function assertScopable(S,J){assert("Scopable",S,J)}function assertBlockParent(S,J){assert("BlockParent",S,J)}function assertBlock(S,J){assert("Block",S,J)}function assertStatement(S,J){assert("Statement",S,J)}function assertTerminatorless(S,J){assert("Terminatorless",S,J)}function assertCompletionStatement(S,J){assert("CompletionStatement",S,J)}function assertConditional(S,J){assert("Conditional",S,J)}function assertLoop(S,J){assert("Loop",S,J)}function assertWhile(S,J){assert("While",S,J)}function assertExpressionWrapper(S,J){assert("ExpressionWrapper",S,J)}function assertFor(S,J){assert("For",S,J)}function assertForXStatement(S,J){assert("ForXStatement",S,J)}function assertFunction(S,J){assert("Function",S,J)}function assertFunctionParent(S,J){assert("FunctionParent",S,J)}function assertPureish(S,J){assert("Pureish",S,J)}function assertDeclaration(S,J){assert("Declaration",S,J)}function assertFunctionParameter(S,J){assert("FunctionParameter",S,J)}function assertPatternLike(S,J){assert("PatternLike",S,J)}function assertLVal(S,J){assert("LVal",S,J)}function assertTSEntityName(S,J){assert("TSEntityName",S,J)}function assertLiteral(S,J){assert("Literal",S,J)}function assertImmutable(S,J){assert("Immutable",S,J)}function assertUserWhitespacable(S,J){assert("UserWhitespacable",S,J)}function assertMethod(S,J){assert("Method",S,J)}function assertObjectMember(S,J){assert("ObjectMember",S,J)}function assertProperty(S,J){assert("Property",S,J)}function assertUnaryLike(S,J){assert("UnaryLike",S,J)}function assertPattern(S,J){assert("Pattern",S,J)}function assertClass(S,J){assert("Class",S,J)}function assertImportOrExportDeclaration(S,J){assert("ImportOrExportDeclaration",S,J)}function assertExportDeclaration(S,J){assert("ExportDeclaration",S,J)}function assertModuleSpecifier(S,J){assert("ModuleSpecifier",S,J)}function assertAccessor(S,J){assert("Accessor",S,J)}function assertPrivate(S,J){assert("Private",S,J)}function assertFlow(S,J){assert("Flow",S,J)}function assertFlowType(S,J){assert("FlowType",S,J)}function assertFlowBaseAnnotation(S,J){assert("FlowBaseAnnotation",S,J)}function assertFlowDeclaration(S,J){assert("FlowDeclaration",S,J)}function assertFlowPredicate(S,J){assert("FlowPredicate",S,J)}function assertEnumBody(S,J){assert("EnumBody",S,J)}function assertEnumMember(S,J){assert("EnumMember",S,J)}function assertJSX(S,J){assert("JSX",S,J)}function assertMiscellaneous(S,J){assert("Miscellaneous",S,J)}function assertTypeScript(S,J){assert("TypeScript",S,J)}function assertTSTypeElement(S,J){assert("TSTypeElement",S,J)}function assertTSType(S,J){assert("TSType",S,J)}function assertTSBaseType(S,J){assert("TSBaseType",S,J)}function assertNumberLiteral(S,J){(0,re.default)("assertNumberLiteral","assertNumericLiteral");assert("NumberLiteral",S,J)}function assertRegexLiteral(S,J){(0,re.default)("assertRegexLiteral","assertRegExpLiteral");assert("RegexLiteral",S,J)}function assertRestProperty(S,J){(0,re.default)("assertRestProperty","assertRestElement");assert("RestProperty",S,J)}function assertSpreadProperty(S,J){(0,re.default)("assertSpreadProperty","assertSpreadElement");assert("SpreadProperty",S,J)}function assertModuleDeclaration(S,J){(0,re.default)("assertModuleDeclaration","assertImportOrExportDeclaration");assert("ModuleDeclaration",S,J)}},55517:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=createFlowUnionType;var te=ee(74555);var re=ee(27313);function createFlowUnionType(S){const J=(0,re.default)(S);if(J.length===1){return J[0]}else{return(0,te.unionTypeAnnotation)(J)}}},28938:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(74555);var re=J["default"]=createTypeAnnotationBasedOnTypeof;function createTypeAnnotationBasedOnTypeof(S){switch(S){case"string":return(0,te.stringTypeAnnotation)();case"number":return(0,te.numberTypeAnnotation)();case"undefined":return(0,te.voidTypeAnnotation)();case"boolean":return(0,te.booleanTypeAnnotation)();case"function":return(0,te.genericTypeAnnotation)((0,te.identifier)("Function"));case"object":return(0,te.genericTypeAnnotation)((0,te.identifier)("Object"));case"symbol":return(0,te.genericTypeAnnotation)((0,te.identifier)("Symbol"));case"bigint":return(0,te.anyTypeAnnotation)()}throw new Error("Invalid typeof value: "+S)}},74555:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});var te=ee(93602);Object.keys(te).forEach((function(S){if(S==="default"||S==="__esModule")return;if(S in J&&J[S]===te[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return te[S]}})}));var re=ee(80567);Object.keys(re).forEach((function(S){if(S==="default"||S==="__esModule")return;if(S in J&&J[S]===re[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return re[S]}})}))},93602:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.anyTypeAnnotation=anyTypeAnnotation;J.argumentPlaceholder=argumentPlaceholder;J.arrayExpression=arrayExpression;J.arrayPattern=arrayPattern;J.arrayTypeAnnotation=arrayTypeAnnotation;J.arrowFunctionExpression=arrowFunctionExpression;J.assignmentExpression=assignmentExpression;J.assignmentPattern=assignmentPattern;J.awaitExpression=awaitExpression;J.bigIntLiteral=bigIntLiteral;J.binaryExpression=binaryExpression;J.bindExpression=bindExpression;J.blockStatement=blockStatement;J.booleanLiteral=booleanLiteral;J.booleanLiteralTypeAnnotation=booleanLiteralTypeAnnotation;J.booleanTypeAnnotation=booleanTypeAnnotation;J.breakStatement=breakStatement;J.callExpression=callExpression;J.catchClause=catchClause;J.classAccessorProperty=classAccessorProperty;J.classBody=classBody;J.classDeclaration=classDeclaration;J.classExpression=classExpression;J.classImplements=classImplements;J.classMethod=classMethod;J.classPrivateMethod=classPrivateMethod;J.classPrivateProperty=classPrivateProperty;J.classProperty=classProperty;J.conditionalExpression=conditionalExpression;J.continueStatement=continueStatement;J.debuggerStatement=debuggerStatement;J.decimalLiteral=decimalLiteral;J.declareClass=declareClass;J.declareExportAllDeclaration=declareExportAllDeclaration;J.declareExportDeclaration=declareExportDeclaration;J.declareFunction=declareFunction;J.declareInterface=declareInterface;J.declareModule=declareModule;J.declareModuleExports=declareModuleExports;J.declareOpaqueType=declareOpaqueType;J.declareTypeAlias=declareTypeAlias;J.declareVariable=declareVariable;J.declaredPredicate=declaredPredicate;J.decorator=decorator;J.directive=directive;J.directiveLiteral=directiveLiteral;J.doExpression=doExpression;J.doWhileStatement=doWhileStatement;J.emptyStatement=emptyStatement;J.emptyTypeAnnotation=emptyTypeAnnotation;J.enumBooleanBody=enumBooleanBody;J.enumBooleanMember=enumBooleanMember;J.enumDeclaration=enumDeclaration;J.enumDefaultedMember=enumDefaultedMember;J.enumNumberBody=enumNumberBody;J.enumNumberMember=enumNumberMember;J.enumStringBody=enumStringBody;J.enumStringMember=enumStringMember;J.enumSymbolBody=enumSymbolBody;J.existsTypeAnnotation=existsTypeAnnotation;J.exportAllDeclaration=exportAllDeclaration;J.exportDefaultDeclaration=exportDefaultDeclaration;J.exportDefaultSpecifier=exportDefaultSpecifier;J.exportNamedDeclaration=exportNamedDeclaration;J.exportNamespaceSpecifier=exportNamespaceSpecifier;J.exportSpecifier=exportSpecifier;J.expressionStatement=expressionStatement;J.file=file;J.forInStatement=forInStatement;J.forOfStatement=forOfStatement;J.forStatement=forStatement;J.functionDeclaration=functionDeclaration;J.functionExpression=functionExpression;J.functionTypeAnnotation=functionTypeAnnotation;J.functionTypeParam=functionTypeParam;J.genericTypeAnnotation=genericTypeAnnotation;J.identifier=identifier;J.ifStatement=ifStatement;J["import"]=_import;J.importAttribute=importAttribute;J.importDeclaration=importDeclaration;J.importDefaultSpecifier=importDefaultSpecifier;J.importExpression=importExpression;J.importNamespaceSpecifier=importNamespaceSpecifier;J.importSpecifier=importSpecifier;J.indexedAccessType=indexedAccessType;J.inferredPredicate=inferredPredicate;J.interfaceDeclaration=interfaceDeclaration;J.interfaceExtends=interfaceExtends;J.interfaceTypeAnnotation=interfaceTypeAnnotation;J.interpreterDirective=interpreterDirective;J.intersectionTypeAnnotation=intersectionTypeAnnotation;J.jSXAttribute=J.jsxAttribute=jsxAttribute;J.jSXClosingElement=J.jsxClosingElement=jsxClosingElement;J.jSXClosingFragment=J.jsxClosingFragment=jsxClosingFragment;J.jSXElement=J.jsxElement=jsxElement;J.jSXEmptyExpression=J.jsxEmptyExpression=jsxEmptyExpression;J.jSXExpressionContainer=J.jsxExpressionContainer=jsxExpressionContainer;J.jSXFragment=J.jsxFragment=jsxFragment;J.jSXIdentifier=J.jsxIdentifier=jsxIdentifier;J.jSXMemberExpression=J.jsxMemberExpression=jsxMemberExpression;J.jSXNamespacedName=J.jsxNamespacedName=jsxNamespacedName;J.jSXOpeningElement=J.jsxOpeningElement=jsxOpeningElement;J.jSXOpeningFragment=J.jsxOpeningFragment=jsxOpeningFragment;J.jSXSpreadAttribute=J.jsxSpreadAttribute=jsxSpreadAttribute;J.jSXSpreadChild=J.jsxSpreadChild=jsxSpreadChild;J.jSXText=J.jsxText=jsxText;J.labeledStatement=labeledStatement;J.logicalExpression=logicalExpression;J.memberExpression=memberExpression;J.metaProperty=metaProperty;J.mixedTypeAnnotation=mixedTypeAnnotation;J.moduleExpression=moduleExpression;J.newExpression=newExpression;J.noop=noop;J.nullLiteral=nullLiteral;J.nullLiteralTypeAnnotation=nullLiteralTypeAnnotation;J.nullableTypeAnnotation=nullableTypeAnnotation;J.numberLiteral=NumberLiteral;J.numberLiteralTypeAnnotation=numberLiteralTypeAnnotation;J.numberTypeAnnotation=numberTypeAnnotation;J.numericLiteral=numericLiteral;J.objectExpression=objectExpression;J.objectMethod=objectMethod;J.objectPattern=objectPattern;J.objectProperty=objectProperty;J.objectTypeAnnotation=objectTypeAnnotation;J.objectTypeCallProperty=objectTypeCallProperty;J.objectTypeIndexer=objectTypeIndexer;J.objectTypeInternalSlot=objectTypeInternalSlot;J.objectTypeProperty=objectTypeProperty;J.objectTypeSpreadProperty=objectTypeSpreadProperty;J.opaqueType=opaqueType;J.optionalCallExpression=optionalCallExpression;J.optionalIndexedAccessType=optionalIndexedAccessType;J.optionalMemberExpression=optionalMemberExpression;J.parenthesizedExpression=parenthesizedExpression;J.pipelineBareFunction=pipelineBareFunction;J.pipelinePrimaryTopicReference=pipelinePrimaryTopicReference;J.pipelineTopicExpression=pipelineTopicExpression;J.placeholder=placeholder;J.privateName=privateName;J.program=program;J.qualifiedTypeIdentifier=qualifiedTypeIdentifier;J.recordExpression=recordExpression;J.regExpLiteral=regExpLiteral;J.regexLiteral=RegexLiteral;J.restElement=restElement;J.restProperty=RestProperty;J.returnStatement=returnStatement;J.sequenceExpression=sequenceExpression;J.spreadElement=spreadElement;J.spreadProperty=SpreadProperty;J.staticBlock=staticBlock;J.stringLiteral=stringLiteral;J.stringLiteralTypeAnnotation=stringLiteralTypeAnnotation;J.stringTypeAnnotation=stringTypeAnnotation;J["super"]=_super;J.switchCase=switchCase;J.switchStatement=switchStatement;J.symbolTypeAnnotation=symbolTypeAnnotation;J.taggedTemplateExpression=taggedTemplateExpression;J.templateElement=templateElement;J.templateLiteral=templateLiteral;J.thisExpression=thisExpression;J.thisTypeAnnotation=thisTypeAnnotation;J.throwStatement=throwStatement;J.topicReference=topicReference;J.tryStatement=tryStatement;J.tSAnyKeyword=J.tsAnyKeyword=tsAnyKeyword;J.tSArrayType=J.tsArrayType=tsArrayType;J.tSAsExpression=J.tsAsExpression=tsAsExpression;J.tSBigIntKeyword=J.tsBigIntKeyword=tsBigIntKeyword;J.tSBooleanKeyword=J.tsBooleanKeyword=tsBooleanKeyword;J.tSCallSignatureDeclaration=J.tsCallSignatureDeclaration=tsCallSignatureDeclaration;J.tSConditionalType=J.tsConditionalType=tsConditionalType;J.tSConstructSignatureDeclaration=J.tsConstructSignatureDeclaration=tsConstructSignatureDeclaration;J.tSConstructorType=J.tsConstructorType=tsConstructorType;J.tSDeclareFunction=J.tsDeclareFunction=tsDeclareFunction;J.tSDeclareMethod=J.tsDeclareMethod=tsDeclareMethod;J.tSEnumBody=J.tsEnumBody=tsEnumBody;J.tSEnumDeclaration=J.tsEnumDeclaration=tsEnumDeclaration;J.tSEnumMember=J.tsEnumMember=tsEnumMember;J.tSExportAssignment=J.tsExportAssignment=tsExportAssignment;J.tSExpressionWithTypeArguments=J.tsExpressionWithTypeArguments=tsExpressionWithTypeArguments;J.tSExternalModuleReference=J.tsExternalModuleReference=tsExternalModuleReference;J.tSFunctionType=J.tsFunctionType=tsFunctionType;J.tSImportEqualsDeclaration=J.tsImportEqualsDeclaration=tsImportEqualsDeclaration;J.tSImportType=J.tsImportType=tsImportType;J.tSIndexSignature=J.tsIndexSignature=tsIndexSignature;J.tSIndexedAccessType=J.tsIndexedAccessType=tsIndexedAccessType;J.tSInferType=J.tsInferType=tsInferType;J.tSInstantiationExpression=J.tsInstantiationExpression=tsInstantiationExpression;J.tSInterfaceBody=J.tsInterfaceBody=tsInterfaceBody;J.tSInterfaceDeclaration=J.tsInterfaceDeclaration=tsInterfaceDeclaration;J.tSIntersectionType=J.tsIntersectionType=tsIntersectionType;J.tSIntrinsicKeyword=J.tsIntrinsicKeyword=tsIntrinsicKeyword;J.tSLiteralType=J.tsLiteralType=tsLiteralType;J.tSMappedType=J.tsMappedType=tsMappedType;J.tSMethodSignature=J.tsMethodSignature=tsMethodSignature;J.tSModuleBlock=J.tsModuleBlock=tsModuleBlock;J.tSModuleDeclaration=J.tsModuleDeclaration=tsModuleDeclaration;J.tSNamedTupleMember=J.tsNamedTupleMember=tsNamedTupleMember;J.tSNamespaceExportDeclaration=J.tsNamespaceExportDeclaration=tsNamespaceExportDeclaration;J.tSNeverKeyword=J.tsNeverKeyword=tsNeverKeyword;J.tSNonNullExpression=J.tsNonNullExpression=tsNonNullExpression;J.tSNullKeyword=J.tsNullKeyword=tsNullKeyword;J.tSNumberKeyword=J.tsNumberKeyword=tsNumberKeyword;J.tSObjectKeyword=J.tsObjectKeyword=tsObjectKeyword;J.tSOptionalType=J.tsOptionalType=tsOptionalType;J.tSParameterProperty=J.tsParameterProperty=tsParameterProperty;J.tSParenthesizedType=J.tsParenthesizedType=tsParenthesizedType;J.tSPropertySignature=J.tsPropertySignature=tsPropertySignature;J.tSQualifiedName=J.tsQualifiedName=tsQualifiedName;J.tSRestType=J.tsRestType=tsRestType;J.tSSatisfiesExpression=J.tsSatisfiesExpression=tsSatisfiesExpression;J.tSStringKeyword=J.tsStringKeyword=tsStringKeyword;J.tSSymbolKeyword=J.tsSymbolKeyword=tsSymbolKeyword;J.tSTemplateLiteralType=J.tsTemplateLiteralType=tsTemplateLiteralType;J.tSThisType=J.tsThisType=tsThisType;J.tSTupleType=J.tsTupleType=tsTupleType;J.tSTypeAliasDeclaration=J.tsTypeAliasDeclaration=tsTypeAliasDeclaration;J.tSTypeAnnotation=J.tsTypeAnnotation=tsTypeAnnotation;J.tSTypeAssertion=J.tsTypeAssertion=tsTypeAssertion;J.tSTypeLiteral=J.tsTypeLiteral=tsTypeLiteral;J.tSTypeOperator=J.tsTypeOperator=tsTypeOperator;J.tSTypeParameter=J.tsTypeParameter=tsTypeParameter;J.tSTypeParameterDeclaration=J.tsTypeParameterDeclaration=tsTypeParameterDeclaration;J.tSTypeParameterInstantiation=J.tsTypeParameterInstantiation=tsTypeParameterInstantiation;J.tSTypePredicate=J.tsTypePredicate=tsTypePredicate;J.tSTypeQuery=J.tsTypeQuery=tsTypeQuery;J.tSTypeReference=J.tsTypeReference=tsTypeReference;J.tSUndefinedKeyword=J.tsUndefinedKeyword=tsUndefinedKeyword;J.tSUnionType=J.tsUnionType=tsUnionType;J.tSUnknownKeyword=J.tsUnknownKeyword=tsUnknownKeyword;J.tSVoidKeyword=J.tsVoidKeyword=tsVoidKeyword;J.tupleExpression=tupleExpression;J.tupleTypeAnnotation=tupleTypeAnnotation;J.typeAlias=typeAlias;J.typeAnnotation=typeAnnotation;J.typeCastExpression=typeCastExpression;J.typeParameter=typeParameter;J.typeParameterDeclaration=typeParameterDeclaration;J.typeParameterInstantiation=typeParameterInstantiation;J.typeofTypeAnnotation=typeofTypeAnnotation;J.unaryExpression=unaryExpression;J.unionTypeAnnotation=unionTypeAnnotation;J.updateExpression=updateExpression;J.v8IntrinsicIdentifier=v8IntrinsicIdentifier;J.variableDeclaration=variableDeclaration;J.variableDeclarator=variableDeclarator;J.variance=variance;J.voidPattern=voidPattern;J.voidTypeAnnotation=voidTypeAnnotation;J.whileStatement=whileStatement;J.withStatement=withStatement;J.yieldExpression=yieldExpression;var te=ee(58546);var re=ee(49230);var ne=ee(26376);const{validateInternal:ie}=te;const{NODE_FIELDS:oe}=ne;function bigIntLiteral(S){if(typeof S==="bigint"){S=S.toString()}const J={type:"BigIntLiteral",value:S};const ee=oe.BigIntLiteral;ie(ee.value,J,"value",S);return J}function arrayExpression(S=[]){const J={type:"ArrayExpression",elements:S};const ee=oe.ArrayExpression;ie(ee.elements,J,"elements",S,1);return J}function assignmentExpression(S,J,ee){const te={type:"AssignmentExpression",operator:S,left:J,right:ee};const re=oe.AssignmentExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function binaryExpression(S,J,ee){const te={type:"BinaryExpression",operator:S,left:J,right:ee};const re=oe.BinaryExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function interpreterDirective(S){const J={type:"InterpreterDirective",value:S};const ee=oe.InterpreterDirective;ie(ee.value,J,"value",S);return J}function directive(S){const J={type:"Directive",value:S};const ee=oe.Directive;ie(ee.value,J,"value",S,1);return J}function directiveLiteral(S){const J={type:"DirectiveLiteral",value:S};const ee=oe.DirectiveLiteral;ie(ee.value,J,"value",S);return J}function blockStatement(S,J=[]){const ee={type:"BlockStatement",body:S,directives:J};const te=oe.BlockStatement;ie(te.body,ee,"body",S,1);ie(te.directives,ee,"directives",J,1);return ee}function breakStatement(S=null){const J={type:"BreakStatement",label:S};const ee=oe.BreakStatement;ie(ee.label,J,"label",S,1);return J}function callExpression(S,J){const ee={type:"CallExpression",callee:S,arguments:J};const te=oe.CallExpression;ie(te.callee,ee,"callee",S,1);ie(te.arguments,ee,"arguments",J,1);return ee}function catchClause(S=null,J){const ee={type:"CatchClause",param:S,body:J};const te=oe.CatchClause;ie(te.param,ee,"param",S,1);ie(te.body,ee,"body",J,1);return ee}function conditionalExpression(S,J,ee){const te={type:"ConditionalExpression",test:S,consequent:J,alternate:ee};const re=oe.ConditionalExpression;ie(re.test,te,"test",S,1);ie(re.consequent,te,"consequent",J,1);ie(re.alternate,te,"alternate",ee,1);return te}function continueStatement(S=null){const J={type:"ContinueStatement",label:S};const ee=oe.ContinueStatement;ie(ee.label,J,"label",S,1);return J}function debuggerStatement(){return{type:"DebuggerStatement"}}function doWhileStatement(S,J){const ee={type:"DoWhileStatement",test:S,body:J};const te=oe.DoWhileStatement;ie(te.test,ee,"test",S,1);ie(te.body,ee,"body",J,1);return ee}function emptyStatement(){return{type:"EmptyStatement"}}function expressionStatement(S){const J={type:"ExpressionStatement",expression:S};const ee=oe.ExpressionStatement;ie(ee.expression,J,"expression",S,1);return J}function file(S,J=null,ee=null){const te={type:"File",program:S,comments:J,tokens:ee};const re=oe.File;ie(re.program,te,"program",S,1);ie(re.comments,te,"comments",J,1);ie(re.tokens,te,"tokens",ee);return te}function forInStatement(S,J,ee){const te={type:"ForInStatement",left:S,right:J,body:ee};const re=oe.ForInStatement;ie(re.left,te,"left",S,1);ie(re.right,te,"right",J,1);ie(re.body,te,"body",ee,1);return te}function forStatement(S=null,J=null,ee=null,te){const re={type:"ForStatement",init:S,test:J,update:ee,body:te};const ne=oe.ForStatement;ie(ne.init,re,"init",S,1);ie(ne.test,re,"test",J,1);ie(ne.update,re,"update",ee,1);ie(ne.body,re,"body",te,1);return re}function functionDeclaration(S=null,J,ee,te=false,re=false){const ne={type:"FunctionDeclaration",id:S,params:J,body:ee,generator:te,async:re};const se=oe.FunctionDeclaration;ie(se.id,ne,"id",S,1);ie(se.params,ne,"params",J,1);ie(se.body,ne,"body",ee,1);ie(se.generator,ne,"generator",te);ie(se.async,ne,"async",re);return ne}function functionExpression(S=null,J,ee,te=false,re=false){const ne={type:"FunctionExpression",id:S,params:J,body:ee,generator:te,async:re};const se=oe.FunctionExpression;ie(se.id,ne,"id",S,1);ie(se.params,ne,"params",J,1);ie(se.body,ne,"body",ee,1);ie(se.generator,ne,"generator",te);ie(se.async,ne,"async",re);return ne}function identifier(S){const J={type:"Identifier",name:S};const ee=oe.Identifier;ie(ee.name,J,"name",S);return J}function ifStatement(S,J,ee=null){const te={type:"IfStatement",test:S,consequent:J,alternate:ee};const re=oe.IfStatement;ie(re.test,te,"test",S,1);ie(re.consequent,te,"consequent",J,1);ie(re.alternate,te,"alternate",ee,1);return te}function labeledStatement(S,J){const ee={type:"LabeledStatement",label:S,body:J};const te=oe.LabeledStatement;ie(te.label,ee,"label",S,1);ie(te.body,ee,"body",J,1);return ee}function stringLiteral(S){const J={type:"StringLiteral",value:S};const ee=oe.StringLiteral;ie(ee.value,J,"value",S);return J}function numericLiteral(S){const J={type:"NumericLiteral",value:S};const ee=oe.NumericLiteral;ie(ee.value,J,"value",S);return J}function nullLiteral(){return{type:"NullLiteral"}}function booleanLiteral(S){const J={type:"BooleanLiteral",value:S};const ee=oe.BooleanLiteral;ie(ee.value,J,"value",S);return J}function regExpLiteral(S,J=""){const ee={type:"RegExpLiteral",pattern:S,flags:J};const te=oe.RegExpLiteral;ie(te.pattern,ee,"pattern",S);ie(te.flags,ee,"flags",J);return ee}function logicalExpression(S,J,ee){const te={type:"LogicalExpression",operator:S,left:J,right:ee};const re=oe.LogicalExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function memberExpression(S,J,ee=false,te=null){const re={type:"MemberExpression",object:S,property:J,computed:ee,optional:te};const ne=oe.MemberExpression;ie(ne.object,re,"object",S,1);ie(ne.property,re,"property",J,1);ie(ne.computed,re,"computed",ee);ie(ne.optional,re,"optional",te);return re}function newExpression(S,J){const ee={type:"NewExpression",callee:S,arguments:J};const te=oe.NewExpression;ie(te.callee,ee,"callee",S,1);ie(te.arguments,ee,"arguments",J,1);return ee}function program(S,J=[],ee="script",te=null){const re={type:"Program",body:S,directives:J,sourceType:ee,interpreter:te};const ne=oe.Program;ie(ne.body,re,"body",S,1);ie(ne.directives,re,"directives",J,1);ie(ne.sourceType,re,"sourceType",ee);ie(ne.interpreter,re,"interpreter",te,1);return re}function objectExpression(S){const J={type:"ObjectExpression",properties:S};const ee=oe.ObjectExpression;ie(ee.properties,J,"properties",S,1);return J}function objectMethod(S="method",J,ee,te,re=false,ne=false,se=false){const ae={type:"ObjectMethod",kind:S,key:J,params:ee,body:te,computed:re,generator:ne,async:se};const le=oe.ObjectMethod;ie(le.kind,ae,"kind",S);ie(le.key,ae,"key",J,1);ie(le.params,ae,"params",ee,1);ie(le.body,ae,"body",te,1);ie(le.computed,ae,"computed",re);ie(le.generator,ae,"generator",ne);ie(le.async,ae,"async",se);return ae}function objectProperty(S,J,ee=false,te=false,re=null){const ne={type:"ObjectProperty",key:S,value:J,computed:ee,shorthand:te,decorators:re};const se=oe.ObjectProperty;ie(se.key,ne,"key",S,1);ie(se.value,ne,"value",J,1);ie(se.computed,ne,"computed",ee);ie(se.shorthand,ne,"shorthand",te);ie(se.decorators,ne,"decorators",re,1);return ne}function restElement(S){const J={type:"RestElement",argument:S};const ee=oe.RestElement;ie(ee.argument,J,"argument",S,1);return J}function returnStatement(S=null){const J={type:"ReturnStatement",argument:S};const ee=oe.ReturnStatement;ie(ee.argument,J,"argument",S,1);return J}function sequenceExpression(S){const J={type:"SequenceExpression",expressions:S};const ee=oe.SequenceExpression;ie(ee.expressions,J,"expressions",S,1);return J}function parenthesizedExpression(S){const J={type:"ParenthesizedExpression",expression:S};const ee=oe.ParenthesizedExpression;ie(ee.expression,J,"expression",S,1);return J}function switchCase(S=null,J){const ee={type:"SwitchCase",test:S,consequent:J};const te=oe.SwitchCase;ie(te.test,ee,"test",S,1);ie(te.consequent,ee,"consequent",J,1);return ee}function switchStatement(S,J){const ee={type:"SwitchStatement",discriminant:S,cases:J};const te=oe.SwitchStatement;ie(te.discriminant,ee,"discriminant",S,1);ie(te.cases,ee,"cases",J,1);return ee}function thisExpression(){return{type:"ThisExpression"}}function throwStatement(S){const J={type:"ThrowStatement",argument:S};const ee=oe.ThrowStatement;ie(ee.argument,J,"argument",S,1);return J}function tryStatement(S,J=null,ee=null){const te={type:"TryStatement",block:S,handler:J,finalizer:ee};const re=oe.TryStatement;ie(re.block,te,"block",S,1);ie(re.handler,te,"handler",J,1);ie(re.finalizer,te,"finalizer",ee,1);return te}function unaryExpression(S,J,ee=true){const te={type:"UnaryExpression",operator:S,argument:J,prefix:ee};const re=oe.UnaryExpression;ie(re.operator,te,"operator",S);ie(re.argument,te,"argument",J,1);ie(re.prefix,te,"prefix",ee);return te}function updateExpression(S,J,ee=false){const te={type:"UpdateExpression",operator:S,argument:J,prefix:ee};const re=oe.UpdateExpression;ie(re.operator,te,"operator",S);ie(re.argument,te,"argument",J,1);ie(re.prefix,te,"prefix",ee);return te}function variableDeclaration(S,J){const ee={type:"VariableDeclaration",kind:S,declarations:J};const te=oe.VariableDeclaration;ie(te.kind,ee,"kind",S);ie(te.declarations,ee,"declarations",J,1);return ee}function variableDeclarator(S,J=null){const ee={type:"VariableDeclarator",id:S,init:J};const te=oe.VariableDeclarator;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function whileStatement(S,J){const ee={type:"WhileStatement",test:S,body:J};const te=oe.WhileStatement;ie(te.test,ee,"test",S,1);ie(te.body,ee,"body",J,1);return ee}function withStatement(S,J){const ee={type:"WithStatement",object:S,body:J};const te=oe.WithStatement;ie(te.object,ee,"object",S,1);ie(te.body,ee,"body",J,1);return ee}function assignmentPattern(S,J){const ee={type:"AssignmentPattern",left:S,right:J};const te=oe.AssignmentPattern;ie(te.left,ee,"left",S,1);ie(te.right,ee,"right",J,1);return ee}function arrayPattern(S){const J={type:"ArrayPattern",elements:S};const ee=oe.ArrayPattern;ie(ee.elements,J,"elements",S,1);return J}function arrowFunctionExpression(S,J,ee=false){const te={type:"ArrowFunctionExpression",params:S,body:J,async:ee,expression:null};const re=oe.ArrowFunctionExpression;ie(re.params,te,"params",S,1);ie(re.body,te,"body",J,1);ie(re.async,te,"async",ee);return te}function classBody(S){const J={type:"ClassBody",body:S};const ee=oe.ClassBody;ie(ee.body,J,"body",S,1);return J}function classExpression(S=null,J=null,ee,te=null){const re={type:"ClassExpression",id:S,superClass:J,body:ee,decorators:te};const ne=oe.ClassExpression;ie(ne.id,re,"id",S,1);ie(ne.superClass,re,"superClass",J,1);ie(ne.body,re,"body",ee,1);ie(ne.decorators,re,"decorators",te,1);return re}function classDeclaration(S=null,J=null,ee,te=null){const re={type:"ClassDeclaration",id:S,superClass:J,body:ee,decorators:te};const ne=oe.ClassDeclaration;ie(ne.id,re,"id",S,1);ie(ne.superClass,re,"superClass",J,1);ie(ne.body,re,"body",ee,1);ie(ne.decorators,re,"decorators",te,1);return re}function exportAllDeclaration(S,J=null){const ee={type:"ExportAllDeclaration",source:S,attributes:J};const te=oe.ExportAllDeclaration;ie(te.source,ee,"source",S,1);ie(te.attributes,ee,"attributes",J,1);return ee}function exportDefaultDeclaration(S){const J={type:"ExportDefaultDeclaration",declaration:S};const ee=oe.ExportDefaultDeclaration;ie(ee.declaration,J,"declaration",S,1);return J}function exportNamedDeclaration(S=null,J=[],ee=null,te=null){const re={type:"ExportNamedDeclaration",declaration:S,specifiers:J,source:ee,attributes:te};const ne=oe.ExportNamedDeclaration;ie(ne.declaration,re,"declaration",S,1);ie(ne.specifiers,re,"specifiers",J,1);ie(ne.source,re,"source",ee,1);ie(ne.attributes,re,"attributes",te,1);return re}function exportSpecifier(S,J){const ee={type:"ExportSpecifier",local:S,exported:J};const te=oe.ExportSpecifier;ie(te.local,ee,"local",S,1);ie(te.exported,ee,"exported",J,1);return ee}function forOfStatement(S,J,ee,te=false){const re={type:"ForOfStatement",left:S,right:J,body:ee,await:te};const ne=oe.ForOfStatement;ie(ne.left,re,"left",S,1);ie(ne.right,re,"right",J,1);ie(ne.body,re,"body",ee,1);ie(ne.await,re,"await",te);return re}function importDeclaration(S,J,ee=null){const te={type:"ImportDeclaration",specifiers:S,source:J,attributes:ee};const re=oe.ImportDeclaration;ie(re.specifiers,te,"specifiers",S,1);ie(re.source,te,"source",J,1);ie(re.attributes,te,"attributes",ee,1);return te}function importDefaultSpecifier(S){const J={type:"ImportDefaultSpecifier",local:S};const ee=oe.ImportDefaultSpecifier;ie(ee.local,J,"local",S,1);return J}function importNamespaceSpecifier(S){const J={type:"ImportNamespaceSpecifier",local:S};const ee=oe.ImportNamespaceSpecifier;ie(ee.local,J,"local",S,1);return J}function importSpecifier(S,J){const ee={type:"ImportSpecifier",local:S,imported:J};const te=oe.ImportSpecifier;ie(te.local,ee,"local",S,1);ie(te.imported,ee,"imported",J,1);return ee}function importExpression(S,J=null){const ee={type:"ImportExpression",source:S,options:J};const te=oe.ImportExpression;ie(te.source,ee,"source",S,1);ie(te.options,ee,"options",J,1);return ee}function metaProperty(S,J){const ee={type:"MetaProperty",meta:S,property:J};const te=oe.MetaProperty;ie(te.meta,ee,"meta",S,1);ie(te.property,ee,"property",J,1);return ee}function classMethod(S="method",J,ee,te,re=false,ne=false,se=false,ae=false){const le={type:"ClassMethod",kind:S,key:J,params:ee,body:te,computed:re,static:ne,generator:se,async:ae};const ue=oe.ClassMethod;ie(ue.kind,le,"kind",S);ie(ue.key,le,"key",J,1);ie(ue.params,le,"params",ee,1);ie(ue.body,le,"body",te,1);ie(ue.computed,le,"computed",re);ie(ue.static,le,"static",ne);ie(ue.generator,le,"generator",se);ie(ue.async,le,"async",ae);return le}function objectPattern(S){const J={type:"ObjectPattern",properties:S};const ee=oe.ObjectPattern;ie(ee.properties,J,"properties",S,1);return J}function spreadElement(S){const J={type:"SpreadElement",argument:S};const ee=oe.SpreadElement;ie(ee.argument,J,"argument",S,1);return J}function _super(){return{type:"Super"}}function taggedTemplateExpression(S,J){const ee={type:"TaggedTemplateExpression",tag:S,quasi:J};const te=oe.TaggedTemplateExpression;ie(te.tag,ee,"tag",S,1);ie(te.quasi,ee,"quasi",J,1);return ee}function templateElement(S,J=false){const ee={type:"TemplateElement",value:S,tail:J};const te=oe.TemplateElement;ie(te.value,ee,"value",S);ie(te.tail,ee,"tail",J);return ee}function templateLiteral(S,J){const ee={type:"TemplateLiteral",quasis:S,expressions:J};const te=oe.TemplateLiteral;ie(te.quasis,ee,"quasis",S,1);ie(te.expressions,ee,"expressions",J,1);return ee}function yieldExpression(S=null,J=false){const ee={type:"YieldExpression",argument:S,delegate:J};const te=oe.YieldExpression;ie(te.argument,ee,"argument",S,1);ie(te.delegate,ee,"delegate",J);return ee}function awaitExpression(S){const J={type:"AwaitExpression",argument:S};const ee=oe.AwaitExpression;ie(ee.argument,J,"argument",S,1);return J}function _import(){return{type:"Import"}}function exportNamespaceSpecifier(S){const J={type:"ExportNamespaceSpecifier",exported:S};const ee=oe.ExportNamespaceSpecifier;ie(ee.exported,J,"exported",S,1);return J}function optionalMemberExpression(S,J,ee=false,te){const re={type:"OptionalMemberExpression",object:S,property:J,computed:ee,optional:te};const ne=oe.OptionalMemberExpression;ie(ne.object,re,"object",S,1);ie(ne.property,re,"property",J,1);ie(ne.computed,re,"computed",ee);ie(ne.optional,re,"optional",te);return re}function optionalCallExpression(S,J,ee){const te={type:"OptionalCallExpression",callee:S,arguments:J,optional:ee};const re=oe.OptionalCallExpression;ie(re.callee,te,"callee",S,1);ie(re.arguments,te,"arguments",J,1);ie(re.optional,te,"optional",ee);return te}function classProperty(S,J=null,ee=null,te=null,re=false,ne=false){const se={type:"ClassProperty",key:S,value:J,typeAnnotation:ee,decorators:te,computed:re,static:ne};const ae=oe.ClassProperty;ie(ae.key,se,"key",S,1);ie(ae.value,se,"value",J,1);ie(ae.typeAnnotation,se,"typeAnnotation",ee,1);ie(ae.decorators,se,"decorators",te,1);ie(ae.computed,se,"computed",re);ie(ae.static,se,"static",ne);return se}function classAccessorProperty(S,J=null,ee=null,te=null,re=false,ne=false){const se={type:"ClassAccessorProperty",key:S,value:J,typeAnnotation:ee,decorators:te,computed:re,static:ne};const ae=oe.ClassAccessorProperty;ie(ae.key,se,"key",S,1);ie(ae.value,se,"value",J,1);ie(ae.typeAnnotation,se,"typeAnnotation",ee,1);ie(ae.decorators,se,"decorators",te,1);ie(ae.computed,se,"computed",re);ie(ae.static,se,"static",ne);return se}function classPrivateProperty(S,J=null,ee=null,te=false){const re={type:"ClassPrivateProperty",key:S,value:J,decorators:ee,static:te};const ne=oe.ClassPrivateProperty;ie(ne.key,re,"key",S,1);ie(ne.value,re,"value",J,1);ie(ne.decorators,re,"decorators",ee,1);ie(ne.static,re,"static",te);return re}function classPrivateMethod(S="method",J,ee,te,re=false){const ne={type:"ClassPrivateMethod",kind:S,key:J,params:ee,body:te,static:re};const se=oe.ClassPrivateMethod;ie(se.kind,ne,"kind",S);ie(se.key,ne,"key",J,1);ie(se.params,ne,"params",ee,1);ie(se.body,ne,"body",te,1);ie(se.static,ne,"static",re);return ne}function privateName(S){const J={type:"PrivateName",id:S};const ee=oe.PrivateName;ie(ee.id,J,"id",S,1);return J}function staticBlock(S){const J={type:"StaticBlock",body:S};const ee=oe.StaticBlock;ie(ee.body,J,"body",S,1);return J}function importAttribute(S,J){const ee={type:"ImportAttribute",key:S,value:J};const te=oe.ImportAttribute;ie(te.key,ee,"key",S,1);ie(te.value,ee,"value",J,1);return ee}function anyTypeAnnotation(){return{type:"AnyTypeAnnotation"}}function arrayTypeAnnotation(S){const J={type:"ArrayTypeAnnotation",elementType:S};const ee=oe.ArrayTypeAnnotation;ie(ee.elementType,J,"elementType",S,1);return J}function booleanTypeAnnotation(){return{type:"BooleanTypeAnnotation"}}function booleanLiteralTypeAnnotation(S){const J={type:"BooleanLiteralTypeAnnotation",value:S};const ee=oe.BooleanLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function nullLiteralTypeAnnotation(){return{type:"NullLiteralTypeAnnotation"}}function classImplements(S,J=null){const ee={type:"ClassImplements",id:S,typeParameters:J};const te=oe.ClassImplements;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function declareClass(S,J=null,ee=null,te){const re={type:"DeclareClass",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.DeclareClass;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function declareFunction(S){const J={type:"DeclareFunction",id:S};const ee=oe.DeclareFunction;ie(ee.id,J,"id",S,1);return J}function declareInterface(S,J=null,ee=null,te){const re={type:"DeclareInterface",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.DeclareInterface;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function declareModule(S,J,ee=null){const te={type:"DeclareModule",id:S,body:J,kind:ee};const re=oe.DeclareModule;ie(re.id,te,"id",S,1);ie(re.body,te,"body",J,1);ie(re.kind,te,"kind",ee);return te}function declareModuleExports(S){const J={type:"DeclareModuleExports",typeAnnotation:S};const ee=oe.DeclareModuleExports;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function declareTypeAlias(S,J=null,ee){const te={type:"DeclareTypeAlias",id:S,typeParameters:J,right:ee};const re=oe.DeclareTypeAlias;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.right,te,"right",ee,1);return te}function declareOpaqueType(S,J=null,ee=null){const te={type:"DeclareOpaqueType",id:S,typeParameters:J,supertype:ee};const re=oe.DeclareOpaqueType;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.supertype,te,"supertype",ee,1);return te}function declareVariable(S){const J={type:"DeclareVariable",id:S};const ee=oe.DeclareVariable;ie(ee.id,J,"id",S,1);return J}function declareExportDeclaration(S=null,J=null,ee=null,te=null){const re={type:"DeclareExportDeclaration",declaration:S,specifiers:J,source:ee,attributes:te};const ne=oe.DeclareExportDeclaration;ie(ne.declaration,re,"declaration",S,1);ie(ne.specifiers,re,"specifiers",J,1);ie(ne.source,re,"source",ee,1);ie(ne.attributes,re,"attributes",te,1);return re}function declareExportAllDeclaration(S,J=null){const ee={type:"DeclareExportAllDeclaration",source:S,attributes:J};const te=oe.DeclareExportAllDeclaration;ie(te.source,ee,"source",S,1);ie(te.attributes,ee,"attributes",J,1);return ee}function declaredPredicate(S){const J={type:"DeclaredPredicate",value:S};const ee=oe.DeclaredPredicate;ie(ee.value,J,"value",S,1);return J}function existsTypeAnnotation(){return{type:"ExistsTypeAnnotation"}}function functionTypeAnnotation(S=null,J,ee=null,te){const re={type:"FunctionTypeAnnotation",typeParameters:S,params:J,rest:ee,returnType:te};const ne=oe.FunctionTypeAnnotation;ie(ne.typeParameters,re,"typeParameters",S,1);ie(ne.params,re,"params",J,1);ie(ne.rest,re,"rest",ee,1);ie(ne.returnType,re,"returnType",te,1);return re}function functionTypeParam(S=null,J){const ee={type:"FunctionTypeParam",name:S,typeAnnotation:J};const te=oe.FunctionTypeParam;ie(te.name,ee,"name",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function genericTypeAnnotation(S,J=null){const ee={type:"GenericTypeAnnotation",id:S,typeParameters:J};const te=oe.GenericTypeAnnotation;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function inferredPredicate(){return{type:"InferredPredicate"}}function interfaceExtends(S,J=null){const ee={type:"InterfaceExtends",id:S,typeParameters:J};const te=oe.InterfaceExtends;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function interfaceDeclaration(S,J=null,ee=null,te){const re={type:"InterfaceDeclaration",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.InterfaceDeclaration;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function interfaceTypeAnnotation(S=null,J){const ee={type:"InterfaceTypeAnnotation",extends:S,body:J};const te=oe.InterfaceTypeAnnotation;ie(te.extends,ee,"extends",S,1);ie(te.body,ee,"body",J,1);return ee}function intersectionTypeAnnotation(S){const J={type:"IntersectionTypeAnnotation",types:S};const ee=oe.IntersectionTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function mixedTypeAnnotation(){return{type:"MixedTypeAnnotation"}}function emptyTypeAnnotation(){return{type:"EmptyTypeAnnotation"}}function nullableTypeAnnotation(S){const J={type:"NullableTypeAnnotation",typeAnnotation:S};const ee=oe.NullableTypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function numberLiteralTypeAnnotation(S){const J={type:"NumberLiteralTypeAnnotation",value:S};const ee=oe.NumberLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function numberTypeAnnotation(){return{type:"NumberTypeAnnotation"}}function objectTypeAnnotation(S,J=[],ee=[],te=[],re=false){const ne={type:"ObjectTypeAnnotation",properties:S,indexers:J,callProperties:ee,internalSlots:te,exact:re};const se=oe.ObjectTypeAnnotation;ie(se.properties,ne,"properties",S,1);ie(se.indexers,ne,"indexers",J,1);ie(se.callProperties,ne,"callProperties",ee,1);ie(se.internalSlots,ne,"internalSlots",te,1);ie(se.exact,ne,"exact",re);return ne}function objectTypeInternalSlot(S,J,ee,te,re){const ne={type:"ObjectTypeInternalSlot",id:S,value:J,optional:ee,static:te,method:re};const se=oe.ObjectTypeInternalSlot;ie(se.id,ne,"id",S,1);ie(se.value,ne,"value",J,1);ie(se.optional,ne,"optional",ee);ie(se.static,ne,"static",te);ie(se.method,ne,"method",re);return ne}function objectTypeCallProperty(S){const J={type:"ObjectTypeCallProperty",value:S,static:null};const ee=oe.ObjectTypeCallProperty;ie(ee.value,J,"value",S,1);return J}function objectTypeIndexer(S=null,J,ee,te=null){const re={type:"ObjectTypeIndexer",id:S,key:J,value:ee,variance:te,static:null};const ne=oe.ObjectTypeIndexer;ie(ne.id,re,"id",S,1);ie(ne.key,re,"key",J,1);ie(ne.value,re,"value",ee,1);ie(ne.variance,re,"variance",te,1);return re}function objectTypeProperty(S,J,ee=null){const te={type:"ObjectTypeProperty",key:S,value:J,variance:ee,kind:null,method:null,optional:null,proto:null,static:null};const re=oe.ObjectTypeProperty;ie(re.key,te,"key",S,1);ie(re.value,te,"value",J,1);ie(re.variance,te,"variance",ee,1);return te}function objectTypeSpreadProperty(S){const J={type:"ObjectTypeSpreadProperty",argument:S};const ee=oe.ObjectTypeSpreadProperty;ie(ee.argument,J,"argument",S,1);return J}function opaqueType(S,J=null,ee=null,te){const re={type:"OpaqueType",id:S,typeParameters:J,supertype:ee,impltype:te};const ne=oe.OpaqueType;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.supertype,re,"supertype",ee,1);ie(ne.impltype,re,"impltype",te,1);return re}function qualifiedTypeIdentifier(S,J){const ee={type:"QualifiedTypeIdentifier",id:S,qualification:J};const te=oe.QualifiedTypeIdentifier;ie(te.id,ee,"id",S,1);ie(te.qualification,ee,"qualification",J,1);return ee}function stringLiteralTypeAnnotation(S){const J={type:"StringLiteralTypeAnnotation",value:S};const ee=oe.StringLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function stringTypeAnnotation(){return{type:"StringTypeAnnotation"}}function symbolTypeAnnotation(){return{type:"SymbolTypeAnnotation"}}function thisTypeAnnotation(){return{type:"ThisTypeAnnotation"}}function tupleTypeAnnotation(S){const J={type:"TupleTypeAnnotation",types:S};const ee=oe.TupleTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function typeofTypeAnnotation(S){const J={type:"TypeofTypeAnnotation",argument:S};const ee=oe.TypeofTypeAnnotation;ie(ee.argument,J,"argument",S,1);return J}function typeAlias(S,J=null,ee){const te={type:"TypeAlias",id:S,typeParameters:J,right:ee};const re=oe.TypeAlias;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.right,te,"right",ee,1);return te}function typeAnnotation(S){const J={type:"TypeAnnotation",typeAnnotation:S};const ee=oe.TypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function typeCastExpression(S,J){const ee={type:"TypeCastExpression",expression:S,typeAnnotation:J};const te=oe.TypeCastExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function typeParameter(S=null,J=null,ee=null){const te={type:"TypeParameter",bound:S,default:J,variance:ee,name:null};const re=oe.TypeParameter;ie(re.bound,te,"bound",S,1);ie(re.default,te,"default",J,1);ie(re.variance,te,"variance",ee,1);return te}function typeParameterDeclaration(S){const J={type:"TypeParameterDeclaration",params:S};const ee=oe.TypeParameterDeclaration;ie(ee.params,J,"params",S,1);return J}function typeParameterInstantiation(S){const J={type:"TypeParameterInstantiation",params:S};const ee=oe.TypeParameterInstantiation;ie(ee.params,J,"params",S,1);return J}function unionTypeAnnotation(S){const J={type:"UnionTypeAnnotation",types:S};const ee=oe.UnionTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function variance(S){const J={type:"Variance",kind:S};const ee=oe.Variance;ie(ee.kind,J,"kind",S);return J}function voidTypeAnnotation(){return{type:"VoidTypeAnnotation"}}function enumDeclaration(S,J){const ee={type:"EnumDeclaration",id:S,body:J};const te=oe.EnumDeclaration;ie(te.id,ee,"id",S,1);ie(te.body,ee,"body",J,1);return ee}function enumBooleanBody(S){const J={type:"EnumBooleanBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumBooleanBody;ie(ee.members,J,"members",S,1);return J}function enumNumberBody(S){const J={type:"EnumNumberBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumNumberBody;ie(ee.members,J,"members",S,1);return J}function enumStringBody(S){const J={type:"EnumStringBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumStringBody;ie(ee.members,J,"members",S,1);return J}function enumSymbolBody(S){const J={type:"EnumSymbolBody",members:S,hasUnknownMembers:null};const ee=oe.EnumSymbolBody;ie(ee.members,J,"members",S,1);return J}function enumBooleanMember(S){const J={type:"EnumBooleanMember",id:S,init:null};const ee=oe.EnumBooleanMember;ie(ee.id,J,"id",S,1);return J}function enumNumberMember(S,J){const ee={type:"EnumNumberMember",id:S,init:J};const te=oe.EnumNumberMember;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function enumStringMember(S,J){const ee={type:"EnumStringMember",id:S,init:J};const te=oe.EnumStringMember;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function enumDefaultedMember(S){const J={type:"EnumDefaultedMember",id:S};const ee=oe.EnumDefaultedMember;ie(ee.id,J,"id",S,1);return J}function indexedAccessType(S,J){const ee={type:"IndexedAccessType",objectType:S,indexType:J};const te=oe.IndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function optionalIndexedAccessType(S,J){const ee={type:"OptionalIndexedAccessType",objectType:S,indexType:J,optional:null};const te=oe.OptionalIndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function jsxAttribute(S,J=null){const ee={type:"JSXAttribute",name:S,value:J};const te=oe.JSXAttribute;ie(te.name,ee,"name",S,1);ie(te.value,ee,"value",J,1);return ee}function jsxClosingElement(S){const J={type:"JSXClosingElement",name:S};const ee=oe.JSXClosingElement;ie(ee.name,J,"name",S,1);return J}function jsxElement(S,J=null,ee,te=null){const re={type:"JSXElement",openingElement:S,closingElement:J,children:ee,selfClosing:te};const ne=oe.JSXElement;ie(ne.openingElement,re,"openingElement",S,1);ie(ne.closingElement,re,"closingElement",J,1);ie(ne.children,re,"children",ee,1);ie(ne.selfClosing,re,"selfClosing",te);return re}function jsxEmptyExpression(){return{type:"JSXEmptyExpression"}}function jsxExpressionContainer(S){const J={type:"JSXExpressionContainer",expression:S};const ee=oe.JSXExpressionContainer;ie(ee.expression,J,"expression",S,1);return J}function jsxSpreadChild(S){const J={type:"JSXSpreadChild",expression:S};const ee=oe.JSXSpreadChild;ie(ee.expression,J,"expression",S,1);return J}function jsxIdentifier(S){const J={type:"JSXIdentifier",name:S};const ee=oe.JSXIdentifier;ie(ee.name,J,"name",S);return J}function jsxMemberExpression(S,J){const ee={type:"JSXMemberExpression",object:S,property:J};const te=oe.JSXMemberExpression;ie(te.object,ee,"object",S,1);ie(te.property,ee,"property",J,1);return ee}function jsxNamespacedName(S,J){const ee={type:"JSXNamespacedName",namespace:S,name:J};const te=oe.JSXNamespacedName;ie(te.namespace,ee,"namespace",S,1);ie(te.name,ee,"name",J,1);return ee}function jsxOpeningElement(S,J,ee=false){const te={type:"JSXOpeningElement",name:S,attributes:J,selfClosing:ee};const re=oe.JSXOpeningElement;ie(re.name,te,"name",S,1);ie(re.attributes,te,"attributes",J,1);ie(re.selfClosing,te,"selfClosing",ee);return te}function jsxSpreadAttribute(S){const J={type:"JSXSpreadAttribute",argument:S};const ee=oe.JSXSpreadAttribute;ie(ee.argument,J,"argument",S,1);return J}function jsxText(S){const J={type:"JSXText",value:S};const ee=oe.JSXText;ie(ee.value,J,"value",S);return J}function jsxFragment(S,J,ee){const te={type:"JSXFragment",openingFragment:S,closingFragment:J,children:ee};const re=oe.JSXFragment;ie(re.openingFragment,te,"openingFragment",S,1);ie(re.closingFragment,te,"closingFragment",J,1);ie(re.children,te,"children",ee,1);return te}function jsxOpeningFragment(){return{type:"JSXOpeningFragment"}}function jsxClosingFragment(){return{type:"JSXClosingFragment"}}function noop(){return{type:"Noop"}}function placeholder(S,J){const ee={type:"Placeholder",expectedNode:S,name:J};const te=oe.Placeholder;ie(te.expectedNode,ee,"expectedNode",S);ie(te.name,ee,"name",J,1);return ee}function v8IntrinsicIdentifier(S){const J={type:"V8IntrinsicIdentifier",name:S};const ee=oe.V8IntrinsicIdentifier;ie(ee.name,J,"name",S);return J}function argumentPlaceholder(){return{type:"ArgumentPlaceholder"}}function bindExpression(S,J){const ee={type:"BindExpression",object:S,callee:J};const te=oe.BindExpression;ie(te.object,ee,"object",S,1);ie(te.callee,ee,"callee",J,1);return ee}function decorator(S){const J={type:"Decorator",expression:S};const ee=oe.Decorator;ie(ee.expression,J,"expression",S,1);return J}function doExpression(S,J=false){const ee={type:"DoExpression",body:S,async:J};const te=oe.DoExpression;ie(te.body,ee,"body",S,1);ie(te.async,ee,"async",J);return ee}function exportDefaultSpecifier(S){const J={type:"ExportDefaultSpecifier",exported:S};const ee=oe.ExportDefaultSpecifier;ie(ee.exported,J,"exported",S,1);return J}function recordExpression(S){const J={type:"RecordExpression",properties:S};const ee=oe.RecordExpression;ie(ee.properties,J,"properties",S,1);return J}function tupleExpression(S=[]){const J={type:"TupleExpression",elements:S};const ee=oe.TupleExpression;ie(ee.elements,J,"elements",S,1);return J}function decimalLiteral(S){const J={type:"DecimalLiteral",value:S};const ee=oe.DecimalLiteral;ie(ee.value,J,"value",S);return J}function moduleExpression(S){const J={type:"ModuleExpression",body:S};const ee=oe.ModuleExpression;ie(ee.body,J,"body",S,1);return J}function topicReference(){return{type:"TopicReference"}}function pipelineTopicExpression(S){const J={type:"PipelineTopicExpression",expression:S};const ee=oe.PipelineTopicExpression;ie(ee.expression,J,"expression",S,1);return J}function pipelineBareFunction(S){const J={type:"PipelineBareFunction",callee:S};const ee=oe.PipelineBareFunction;ie(ee.callee,J,"callee",S,1);return J}function pipelinePrimaryTopicReference(){return{type:"PipelinePrimaryTopicReference"}}function voidPattern(){return{type:"VoidPattern"}}function tsParameterProperty(S){const J={type:"TSParameterProperty",parameter:S};const ee=oe.TSParameterProperty;ie(ee.parameter,J,"parameter",S,1);return J}function tsDeclareFunction(S=null,J=null,ee,te=null){const re={type:"TSDeclareFunction",id:S,typeParameters:J,params:ee,returnType:te};const ne=oe.TSDeclareFunction;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.params,re,"params",ee,1);ie(ne.returnType,re,"returnType",te,1);return re}function tsDeclareMethod(S=null,J,ee=null,te,re=null){const ne={type:"TSDeclareMethod",decorators:S,key:J,typeParameters:ee,params:te,returnType:re};const se=oe.TSDeclareMethod;ie(se.decorators,ne,"decorators",S,1);ie(se.key,ne,"key",J,1);ie(se.typeParameters,ne,"typeParameters",ee,1);ie(se.params,ne,"params",te,1);ie(se.returnType,ne,"returnType",re,1);return ne}function tsQualifiedName(S,J){const ee={type:"TSQualifiedName",left:S,right:J};const te=oe.TSQualifiedName;ie(te.left,ee,"left",S,1);ie(te.right,ee,"right",J,1);return ee}function tsCallSignatureDeclaration(S=null,J,ee=null){const te={type:"TSCallSignatureDeclaration",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSCallSignatureDeclaration;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsConstructSignatureDeclaration(S=null,J,ee=null){const te={type:"TSConstructSignatureDeclaration",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSConstructSignatureDeclaration;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsPropertySignature(S,J=null){const ee={type:"TSPropertySignature",key:S,typeAnnotation:J};const te=oe.TSPropertySignature;ie(te.key,ee,"key",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsMethodSignature(S,J=null,ee,te=null){const re={type:"TSMethodSignature",key:S,typeParameters:J,parameters:ee,typeAnnotation:te,kind:null};const ne=oe.TSMethodSignature;ie(ne.key,re,"key",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.parameters,re,"parameters",ee,1);ie(ne.typeAnnotation,re,"typeAnnotation",te,1);return re}function tsIndexSignature(S,J=null){const ee={type:"TSIndexSignature",parameters:S,typeAnnotation:J};const te=oe.TSIndexSignature;ie(te.parameters,ee,"parameters",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsAnyKeyword(){return{type:"TSAnyKeyword"}}function tsBooleanKeyword(){return{type:"TSBooleanKeyword"}}function tsBigIntKeyword(){return{type:"TSBigIntKeyword"}}function tsIntrinsicKeyword(){return{type:"TSIntrinsicKeyword"}}function tsNeverKeyword(){return{type:"TSNeverKeyword"}}function tsNullKeyword(){return{type:"TSNullKeyword"}}function tsNumberKeyword(){return{type:"TSNumberKeyword"}}function tsObjectKeyword(){return{type:"TSObjectKeyword"}}function tsStringKeyword(){return{type:"TSStringKeyword"}}function tsSymbolKeyword(){return{type:"TSSymbolKeyword"}}function tsUndefinedKeyword(){return{type:"TSUndefinedKeyword"}}function tsUnknownKeyword(){return{type:"TSUnknownKeyword"}}function tsVoidKeyword(){return{type:"TSVoidKeyword"}}function tsThisType(){return{type:"TSThisType"}}function tsFunctionType(S=null,J,ee=null){const te={type:"TSFunctionType",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSFunctionType;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsConstructorType(S=null,J,ee=null){const te={type:"TSConstructorType",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSConstructorType;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsTypeReference(S,J=null){const ee={type:"TSTypeReference",typeName:S,typeParameters:J};const te=oe.TSTypeReference;ie(te.typeName,ee,"typeName",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsTypePredicate(S,J=null,ee=null){const te={type:"TSTypePredicate",parameterName:S,typeAnnotation:J,asserts:ee};const re=oe.TSTypePredicate;ie(re.parameterName,te,"parameterName",S,1);ie(re.typeAnnotation,te,"typeAnnotation",J,1);ie(re.asserts,te,"asserts",ee);return te}function tsTypeQuery(S,J=null){const ee={type:"TSTypeQuery",exprName:S,typeParameters:J};const te=oe.TSTypeQuery;ie(te.exprName,ee,"exprName",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsTypeLiteral(S){const J={type:"TSTypeLiteral",members:S};const ee=oe.TSTypeLiteral;ie(ee.members,J,"members",S,1);return J}function tsArrayType(S){const J={type:"TSArrayType",elementType:S};const ee=oe.TSArrayType;ie(ee.elementType,J,"elementType",S,1);return J}function tsTupleType(S){const J={type:"TSTupleType",elementTypes:S};const ee=oe.TSTupleType;ie(ee.elementTypes,J,"elementTypes",S,1);return J}function tsOptionalType(S){const J={type:"TSOptionalType",typeAnnotation:S};const ee=oe.TSOptionalType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsRestType(S){const J={type:"TSRestType",typeAnnotation:S};const ee=oe.TSRestType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsNamedTupleMember(S,J,ee=false){const te={type:"TSNamedTupleMember",label:S,elementType:J,optional:ee};const re=oe.TSNamedTupleMember;ie(re.label,te,"label",S,1);ie(re.elementType,te,"elementType",J,1);ie(re.optional,te,"optional",ee);return te}function tsUnionType(S){const J={type:"TSUnionType",types:S};const ee=oe.TSUnionType;ie(ee.types,J,"types",S,1);return J}function tsIntersectionType(S){const J={type:"TSIntersectionType",types:S};const ee=oe.TSIntersectionType;ie(ee.types,J,"types",S,1);return J}function tsConditionalType(S,J,ee,te){const re={type:"TSConditionalType",checkType:S,extendsType:J,trueType:ee,falseType:te};const ne=oe.TSConditionalType;ie(ne.checkType,re,"checkType",S,1);ie(ne.extendsType,re,"extendsType",J,1);ie(ne.trueType,re,"trueType",ee,1);ie(ne.falseType,re,"falseType",te,1);return re}function tsInferType(S){const J={type:"TSInferType",typeParameter:S};const ee=oe.TSInferType;ie(ee.typeParameter,J,"typeParameter",S,1);return J}function tsParenthesizedType(S){const J={type:"TSParenthesizedType",typeAnnotation:S};const ee=oe.TSParenthesizedType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeOperator(S,J="keyof"){const ee={type:"TSTypeOperator",typeAnnotation:S,operator:J};const te=oe.TSTypeOperator;ie(te.typeAnnotation,ee,"typeAnnotation",S,1);ie(te.operator,ee,"operator",J);return ee}function tsIndexedAccessType(S,J){const ee={type:"TSIndexedAccessType",objectType:S,indexType:J};const te=oe.TSIndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function tsMappedType(S,J=null,ee=null){const te={type:"TSMappedType",typeParameter:S,typeAnnotation:J,nameType:ee};const re=oe.TSMappedType;ie(re.typeParameter,te,"typeParameter",S,1);ie(re.typeAnnotation,te,"typeAnnotation",J,1);ie(re.nameType,te,"nameType",ee,1);return te}function tsTemplateLiteralType(S,J){const ee={type:"TSTemplateLiteralType",quasis:S,types:J};const te=oe.TSTemplateLiteralType;ie(te.quasis,ee,"quasis",S,1);ie(te.types,ee,"types",J,1);return ee}function tsLiteralType(S){const J={type:"TSLiteralType",literal:S};const ee=oe.TSLiteralType;ie(ee.literal,J,"literal",S,1);return J}function tsExpressionWithTypeArguments(S,J=null){const ee={type:"TSExpressionWithTypeArguments",expression:S,typeParameters:J};const te=oe.TSExpressionWithTypeArguments;ie(te.expression,ee,"expression",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsInterfaceDeclaration(S,J=null,ee=null,te){const re={type:"TSInterfaceDeclaration",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.TSInterfaceDeclaration;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function tsInterfaceBody(S){const J={type:"TSInterfaceBody",body:S};const ee=oe.TSInterfaceBody;ie(ee.body,J,"body",S,1);return J}function tsTypeAliasDeclaration(S,J=null,ee){const te={type:"TSTypeAliasDeclaration",id:S,typeParameters:J,typeAnnotation:ee};const re=oe.TSTypeAliasDeclaration;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsInstantiationExpression(S,J=null){const ee={type:"TSInstantiationExpression",expression:S,typeParameters:J};const te=oe.TSInstantiationExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsAsExpression(S,J){const ee={type:"TSAsExpression",expression:S,typeAnnotation:J};const te=oe.TSAsExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsSatisfiesExpression(S,J){const ee={type:"TSSatisfiesExpression",expression:S,typeAnnotation:J};const te=oe.TSSatisfiesExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsTypeAssertion(S,J){const ee={type:"TSTypeAssertion",typeAnnotation:S,expression:J};const te=oe.TSTypeAssertion;ie(te.typeAnnotation,ee,"typeAnnotation",S,1);ie(te.expression,ee,"expression",J,1);return ee}function tsEnumBody(S){const J={type:"TSEnumBody",members:S};const ee=oe.TSEnumBody;ie(ee.members,J,"members",S,1);return J}function tsEnumDeclaration(S,J){const ee={type:"TSEnumDeclaration",id:S,members:J};const te=oe.TSEnumDeclaration;ie(te.id,ee,"id",S,1);ie(te.members,ee,"members",J,1);return ee}function tsEnumMember(S,J=null){const ee={type:"TSEnumMember",id:S,initializer:J};const te=oe.TSEnumMember;ie(te.id,ee,"id",S,1);ie(te.initializer,ee,"initializer",J,1);return ee}function tsModuleDeclaration(S,J){const ee={type:"TSModuleDeclaration",id:S,body:J,kind:null};const te=oe.TSModuleDeclaration;ie(te.id,ee,"id",S,1);ie(te.body,ee,"body",J,1);return ee}function tsModuleBlock(S){const J={type:"TSModuleBlock",body:S};const ee=oe.TSModuleBlock;ie(ee.body,J,"body",S,1);return J}function tsImportType(S,J=null,ee=null){const te={type:"TSImportType",argument:S,qualifier:J,typeParameters:ee};const re=oe.TSImportType;ie(re.argument,te,"argument",S,1);ie(re.qualifier,te,"qualifier",J,1);ie(re.typeParameters,te,"typeParameters",ee,1);return te}function tsImportEqualsDeclaration(S,J){const ee={type:"TSImportEqualsDeclaration",id:S,moduleReference:J,isExport:null};const te=oe.TSImportEqualsDeclaration;ie(te.id,ee,"id",S,1);ie(te.moduleReference,ee,"moduleReference",J,1);return ee}function tsExternalModuleReference(S){const J={type:"TSExternalModuleReference",expression:S};const ee=oe.TSExternalModuleReference;ie(ee.expression,J,"expression",S,1);return J}function tsNonNullExpression(S){const J={type:"TSNonNullExpression",expression:S};const ee=oe.TSNonNullExpression;ie(ee.expression,J,"expression",S,1);return J}function tsExportAssignment(S){const J={type:"TSExportAssignment",expression:S};const ee=oe.TSExportAssignment;ie(ee.expression,J,"expression",S,1);return J}function tsNamespaceExportDeclaration(S){const J={type:"TSNamespaceExportDeclaration",id:S};const ee=oe.TSNamespaceExportDeclaration;ie(ee.id,J,"id",S,1);return J}function tsTypeAnnotation(S){const J={type:"TSTypeAnnotation",typeAnnotation:S};const ee=oe.TSTypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeParameterInstantiation(S){const J={type:"TSTypeParameterInstantiation",params:S};const ee=oe.TSTypeParameterInstantiation;ie(ee.params,J,"params",S,1);return J}function tsTypeParameterDeclaration(S){const J={type:"TSTypeParameterDeclaration",params:S};const ee=oe.TSTypeParameterDeclaration;ie(ee.params,J,"params",S,1);return J}function tsTypeParameter(S=null,J=null,ee){const te={type:"TSTypeParameter",constraint:S,default:J,name:ee};const re=oe.TSTypeParameter;ie(re.constraint,te,"constraint",S,1);ie(re.default,te,"default",J,1);ie(re.name,te,"name",ee);return te}function NumberLiteral(S){(0,re.default)("NumberLiteral","NumericLiteral","The node type ");return numericLiteral(S)}function RegexLiteral(S,J=""){(0,re.default)("RegexLiteral","RegExpLiteral","The node type ");return regExpLiteral(S,J)}function RestProperty(S){(0,re.default)("RestProperty","RestElement","The node type ");return restElement(S)}function SpreadProperty(S){(0,re.default)("SpreadProperty","SpreadElement","The node type ");return spreadElement(S)}},80567:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.JSXIdentifier=J.JSXFragment=J.JSXExpressionContainer=J.JSXEmptyExpression=J.JSXElement=J.JSXClosingFragment=J.JSXClosingElement=J.JSXAttribute=J.IntersectionTypeAnnotation=J.InterpreterDirective=J.InterfaceTypeAnnotation=J.InterfaceExtends=J.InterfaceDeclaration=J.InferredPredicate=J.IndexedAccessType=J.ImportSpecifier=J.ImportNamespaceSpecifier=J.ImportExpression=J.ImportDefaultSpecifier=J.ImportDeclaration=J.ImportAttribute=J.Import=J.IfStatement=J.Identifier=J.GenericTypeAnnotation=J.FunctionTypeParam=J.FunctionTypeAnnotation=J.FunctionExpression=J.FunctionDeclaration=J.ForStatement=J.ForOfStatement=J.ForInStatement=J.File=J.ExpressionStatement=J.ExportSpecifier=J.ExportNamespaceSpecifier=J.ExportNamedDeclaration=J.ExportDefaultSpecifier=J.ExportDefaultDeclaration=J.ExportAllDeclaration=J.ExistsTypeAnnotation=J.EnumSymbolBody=J.EnumStringMember=J.EnumStringBody=J.EnumNumberMember=J.EnumNumberBody=J.EnumDefaultedMember=J.EnumDeclaration=J.EnumBooleanMember=J.EnumBooleanBody=J.EmptyTypeAnnotation=J.EmptyStatement=J.DoWhileStatement=J.DoExpression=J.DirectiveLiteral=J.Directive=J.Decorator=J.DeclaredPredicate=J.DeclareVariable=J.DeclareTypeAlias=J.DeclareOpaqueType=J.DeclareModuleExports=J.DeclareModule=J.DeclareInterface=J.DeclareFunction=J.DeclareExportDeclaration=J.DeclareExportAllDeclaration=J.DeclareClass=J.DecimalLiteral=J.DebuggerStatement=J.ContinueStatement=J.ConditionalExpression=J.ClassProperty=J.ClassPrivateProperty=J.ClassPrivateMethod=J.ClassMethod=J.ClassImplements=J.ClassExpression=J.ClassDeclaration=J.ClassBody=J.ClassAccessorProperty=J.CatchClause=J.CallExpression=J.BreakStatement=J.BooleanTypeAnnotation=J.BooleanLiteralTypeAnnotation=J.BooleanLiteral=J.BlockStatement=J.BindExpression=J.BinaryExpression=J.BigIntLiteral=J.AwaitExpression=J.AssignmentPattern=J.AssignmentExpression=J.ArrowFunctionExpression=J.ArrayTypeAnnotation=J.ArrayPattern=J.ArrayExpression=J.ArgumentPlaceholder=J.AnyTypeAnnotation=void 0;J.TSNumberKeyword=J.TSNullKeyword=J.TSNonNullExpression=J.TSNeverKeyword=J.TSNamespaceExportDeclaration=J.TSNamedTupleMember=J.TSModuleDeclaration=J.TSModuleBlock=J.TSMethodSignature=J.TSMappedType=J.TSLiteralType=J.TSIntrinsicKeyword=J.TSIntersectionType=J.TSInterfaceDeclaration=J.TSInterfaceBody=J.TSInstantiationExpression=J.TSInferType=J.TSIndexedAccessType=J.TSIndexSignature=J.TSImportType=J.TSImportEqualsDeclaration=J.TSFunctionType=J.TSExternalModuleReference=J.TSExpressionWithTypeArguments=J.TSExportAssignment=J.TSEnumMember=J.TSEnumDeclaration=J.TSEnumBody=J.TSDeclareMethod=J.TSDeclareFunction=J.TSConstructorType=J.TSConstructSignatureDeclaration=J.TSConditionalType=J.TSCallSignatureDeclaration=J.TSBooleanKeyword=J.TSBigIntKeyword=J.TSAsExpression=J.TSArrayType=J.TSAnyKeyword=J.SymbolTypeAnnotation=J.SwitchStatement=J.SwitchCase=J.Super=J.StringTypeAnnotation=J.StringLiteralTypeAnnotation=J.StringLiteral=J.StaticBlock=J.SpreadProperty=J.SpreadElement=J.SequenceExpression=J.ReturnStatement=J.RestProperty=J.RestElement=J.RegexLiteral=J.RegExpLiteral=J.RecordExpression=J.QualifiedTypeIdentifier=J.Program=J.PrivateName=J.Placeholder=J.PipelineTopicExpression=J.PipelinePrimaryTopicReference=J.PipelineBareFunction=J.ParenthesizedExpression=J.OptionalMemberExpression=J.OptionalIndexedAccessType=J.OptionalCallExpression=J.OpaqueType=J.ObjectTypeSpreadProperty=J.ObjectTypeProperty=J.ObjectTypeInternalSlot=J.ObjectTypeIndexer=J.ObjectTypeCallProperty=J.ObjectTypeAnnotation=J.ObjectProperty=J.ObjectPattern=J.ObjectMethod=J.ObjectExpression=J.NumericLiteral=J.NumberTypeAnnotation=J.NumberLiteralTypeAnnotation=J.NumberLiteral=J.NullableTypeAnnotation=J.NullLiteralTypeAnnotation=J.NullLiteral=J.Noop=J.NewExpression=J.ModuleExpression=J.MixedTypeAnnotation=J.MetaProperty=J.MemberExpression=J.LogicalExpression=J.LabeledStatement=J.JSXText=J.JSXSpreadChild=J.JSXSpreadAttribute=J.JSXOpeningFragment=J.JSXOpeningElement=J.JSXNamespacedName=J.JSXMemberExpression=void 0;J.YieldExpression=J.WithStatement=J.WhileStatement=J.VoidTypeAnnotation=J.VoidPattern=J.Variance=J.VariableDeclarator=J.VariableDeclaration=J.V8IntrinsicIdentifier=J.UpdateExpression=J.UnionTypeAnnotation=J.UnaryExpression=J.TypeofTypeAnnotation=J.TypeParameterInstantiation=J.TypeParameterDeclaration=J.TypeParameter=J.TypeCastExpression=J.TypeAnnotation=J.TypeAlias=J.TupleTypeAnnotation=J.TupleExpression=J.TryStatement=J.TopicReference=J.ThrowStatement=J.ThisTypeAnnotation=J.ThisExpression=J.TemplateLiteral=J.TemplateElement=J.TaggedTemplateExpression=J.TSVoidKeyword=J.TSUnknownKeyword=J.TSUnionType=J.TSUndefinedKeyword=J.TSTypeReference=J.TSTypeQuery=J.TSTypePredicate=J.TSTypeParameterInstantiation=J.TSTypeParameterDeclaration=J.TSTypeParameter=J.TSTypeOperator=J.TSTypeLiteral=J.TSTypeAssertion=J.TSTypeAnnotation=J.TSTypeAliasDeclaration=J.TSTupleType=J.TSThisType=J.TSTemplateLiteralType=J.TSSymbolKeyword=J.TSStringKeyword=J.TSSatisfiesExpression=J.TSRestType=J.TSQualifiedName=J.TSPropertySignature=J.TSParenthesizedType=J.TSParameterProperty=J.TSOptionalType=J.TSObjectKeyword=void 0;var te=ee(93602);var re=ee(49230);function alias(S){return te[S]}const ne=J.ArrayExpression=alias("arrayExpression"),ie=J.AssignmentExpression=alias("assignmentExpression"),oe=J.BinaryExpression=alias("binaryExpression"),se=J.InterpreterDirective=alias("interpreterDirective"),ae=J.Directive=alias("directive"),le=J.DirectiveLiteral=alias("directiveLiteral"),ue=J.BlockStatement=alias("blockStatement"),pe=J.BreakStatement=alias("breakStatement"),de=J.CallExpression=alias("callExpression"),fe=J.CatchClause=alias("catchClause"),me=J.ConditionalExpression=alias("conditionalExpression"),ge=J.ContinueStatement=alias("continueStatement"),he=J.DebuggerStatement=alias("debuggerStatement"),_e=J.DoWhileStatement=alias("doWhileStatement"),ye=J.EmptyStatement=alias("emptyStatement"),ve=J.ExpressionStatement=alias("expressionStatement"),be=J.File=alias("file"),Se=J.ForInStatement=alias("forInStatement"),xe=J.ForStatement=alias("forStatement"),Ee=J.FunctionDeclaration=alias("functionDeclaration"),Ce=J.FunctionExpression=alias("functionExpression"),Pe=J.Identifier=alias("identifier"),Ne=J.IfStatement=alias("ifStatement"),Ae=J.LabeledStatement=alias("labeledStatement"),ke=J.StringLiteral=alias("stringLiteral"),De=J.NumericLiteral=alias("numericLiteral"),Fe=J.NullLiteral=alias("nullLiteral"),Oe=J.BooleanLiteral=alias("booleanLiteral"),we=J.RegExpLiteral=alias("regExpLiteral"),Me=J.LogicalExpression=alias("logicalExpression"),Re=J.MemberExpression=alias("memberExpression"),je=J.NewExpression=alias("newExpression"),Ue=J.Program=alias("program"),Je=J.ObjectExpression=alias("objectExpression"),ze=J.ObjectMethod=alias("objectMethod"),Ge=J.ObjectProperty=alias("objectProperty"),qe=J.RestElement=alias("restElement"),$e=J.ReturnStatement=alias("returnStatement"),He=J.SequenceExpression=alias("sequenceExpression"),Ke=J.ParenthesizedExpression=alias("parenthesizedExpression"),Xe=J.SwitchCase=alias("switchCase"),Qe=J.SwitchStatement=alias("switchStatement"),et=J.ThisExpression=alias("thisExpression"),rt=J.ThrowStatement=alias("throwStatement"),nt=J.TryStatement=alias("tryStatement"),it=J.UnaryExpression=alias("unaryExpression"),st=J.UpdateExpression=alias("updateExpression"),ct=J.VariableDeclaration=alias("variableDeclaration"),ut=J.VariableDeclarator=alias("variableDeclarator"),pt=J.WhileStatement=alias("whileStatement"),dt=J.WithStatement=alias("withStatement"),mt=J.AssignmentPattern=alias("assignmentPattern"),yt=J.ArrayPattern=alias("arrayPattern"),vt=J.ArrowFunctionExpression=alias("arrowFunctionExpression"),bt=J.ClassBody=alias("classBody"),St=J.ClassExpression=alias("classExpression"),Et=J.ClassDeclaration=alias("classDeclaration"),Ct=J.ExportAllDeclaration=alias("exportAllDeclaration"),Pt=J.ExportDefaultDeclaration=alias("exportDefaultDeclaration"),Nt=J.ExportNamedDeclaration=alias("exportNamedDeclaration"),At=J.ExportSpecifier=alias("exportSpecifier"),kt=J.ForOfStatement=alias("forOfStatement"),Dt=J.ImportDeclaration=alias("importDeclaration"),It=J.ImportDefaultSpecifier=alias("importDefaultSpecifier"),Ft=J.ImportNamespaceSpecifier=alias("importNamespaceSpecifier"),Ot=J.ImportSpecifier=alias("importSpecifier"),Lt=J.ImportExpression=alias("importExpression"),Mt=J.MetaProperty=alias("metaProperty"),Rt=J.ClassMethod=alias("classMethod"),Bt=J.ObjectPattern=alias("objectPattern"),jt=J.SpreadElement=alias("spreadElement"),Ut=J.Super=alias("super"),Wt=J.TaggedTemplateExpression=alias("taggedTemplateExpression"),Jt=J.TemplateElement=alias("templateElement"),Vt=J.TemplateLiteral=alias("templateLiteral"),zt=J.YieldExpression=alias("yieldExpression"),Gt=J.AwaitExpression=alias("awaitExpression"),qt=J.Import=alias("import"),$t=J.BigIntLiteral=alias("bigIntLiteral"),Ht=J.ExportNamespaceSpecifier=alias("exportNamespaceSpecifier"),Xt=J.OptionalMemberExpression=alias("optionalMemberExpression"),Yt=J.OptionalCallExpression=alias("optionalCallExpression"),Qt=J.ClassProperty=alias("classProperty"),Zt=J.ClassAccessorProperty=alias("classAccessorProperty"),er=J.ClassPrivateProperty=alias("classPrivateProperty"),tr=J.ClassPrivateMethod=alias("classPrivateMethod"),rr=J.PrivateName=alias("privateName"),nr=J.StaticBlock=alias("staticBlock"),ir=J.ImportAttribute=alias("importAttribute"),gr=J.AnyTypeAnnotation=alias("anyTypeAnnotation"),hr=J.ArrayTypeAnnotation=alias("arrayTypeAnnotation"),_r=J.BooleanTypeAnnotation=alias("booleanTypeAnnotation"),yr=J.BooleanLiteralTypeAnnotation=alias("booleanLiteralTypeAnnotation"),vr=J.NullLiteralTypeAnnotation=alias("nullLiteralTypeAnnotation"),br=J.ClassImplements=alias("classImplements"),Sr=J.DeclareClass=alias("declareClass"),xr=J.DeclareFunction=alias("declareFunction"),Nr=J.DeclareInterface=alias("declareInterface"),Ar=J.DeclareModule=alias("declareModule"),kr=J.DeclareModuleExports=alias("declareModuleExports"),Dr=J.DeclareTypeAlias=alias("declareTypeAlias"),Ir=J.DeclareOpaqueType=alias("declareOpaqueType"),Fr=J.DeclareVariable=alias("declareVariable"),Or=J.DeclareExportDeclaration=alias("declareExportDeclaration"),wr=J.DeclareExportAllDeclaration=alias("declareExportAllDeclaration"),Lr=J.DeclaredPredicate=alias("declaredPredicate"),Mr=J.ExistsTypeAnnotation=alias("existsTypeAnnotation"),Rr=J.FunctionTypeAnnotation=alias("functionTypeAnnotation"),Br=J.FunctionTypeParam=alias("functionTypeParam"),jr=J.GenericTypeAnnotation=alias("genericTypeAnnotation"),Ur=J.InferredPredicate=alias("inferredPredicate"),Jr=J.InterfaceExtends=alias("interfaceExtends"),Vr=J.InterfaceDeclaration=alias("interfaceDeclaration"),zr=J.InterfaceTypeAnnotation=alias("interfaceTypeAnnotation"),Gr=J.IntersectionTypeAnnotation=alias("intersectionTypeAnnotation"),qr=J.MixedTypeAnnotation=alias("mixedTypeAnnotation"),$r=J.EmptyTypeAnnotation=alias("emptyTypeAnnotation"),Hr=J.NullableTypeAnnotation=alias("nullableTypeAnnotation"),Kr=J.NumberLiteralTypeAnnotation=alias("numberLiteralTypeAnnotation"),Xr=J.NumberTypeAnnotation=alias("numberTypeAnnotation"),Yr=J.ObjectTypeAnnotation=alias("objectTypeAnnotation"),Qr=J.ObjectTypeInternalSlot=alias("objectTypeInternalSlot"),Zr=J.ObjectTypeCallProperty=alias("objectTypeCallProperty"),en=J.ObjectTypeIndexer=alias("objectTypeIndexer"),tn=J.ObjectTypeProperty=alias("objectTypeProperty"),rn=J.ObjectTypeSpreadProperty=alias("objectTypeSpreadProperty"),nn=J.OpaqueType=alias("opaqueType"),on=J.QualifiedTypeIdentifier=alias("qualifiedTypeIdentifier"),sn=J.StringLiteralTypeAnnotation=alias("stringLiteralTypeAnnotation"),an=J.StringTypeAnnotation=alias("stringTypeAnnotation"),cn=J.SymbolTypeAnnotation=alias("symbolTypeAnnotation"),ln=J.ThisTypeAnnotation=alias("thisTypeAnnotation"),un=J.TupleTypeAnnotation=alias("tupleTypeAnnotation"),pn=J.TypeofTypeAnnotation=alias("typeofTypeAnnotation"),dn=J.TypeAlias=alias("typeAlias"),fn=J.TypeAnnotation=alias("typeAnnotation"),mn=J.TypeCastExpression=alias("typeCastExpression"),gn=J.TypeParameter=alias("typeParameter"),hn=J.TypeParameterDeclaration=alias("typeParameterDeclaration"),_n=J.TypeParameterInstantiation=alias("typeParameterInstantiation"),yn=J.UnionTypeAnnotation=alias("unionTypeAnnotation"),vn=J.Variance=alias("variance"),bn=J.VoidTypeAnnotation=alias("voidTypeAnnotation"),Tn=J.EnumDeclaration=alias("enumDeclaration"),Sn=J.EnumBooleanBody=alias("enumBooleanBody"),xn=J.EnumNumberBody=alias("enumNumberBody"),En=J.EnumStringBody=alias("enumStringBody"),Cn=J.EnumSymbolBody=alias("enumSymbolBody"),Pn=J.EnumBooleanMember=alias("enumBooleanMember"),Nn=J.EnumNumberMember=alias("enumNumberMember"),An=J.EnumStringMember=alias("enumStringMember"),kn=J.EnumDefaultedMember=alias("enumDefaultedMember"),Dn=J.IndexedAccessType=alias("indexedAccessType"),In=J.OptionalIndexedAccessType=alias("optionalIndexedAccessType"),Fn=J.JSXAttribute=alias("jsxAttribute"),On=J.JSXClosingElement=alias("jsxClosingElement"),wn=J.JSXElement=alias("jsxElement"),Ln=J.JSXEmptyExpression=alias("jsxEmptyExpression"),Mn=J.JSXExpressionContainer=alias("jsxExpressionContainer"),Rn=J.JSXSpreadChild=alias("jsxSpreadChild"),Bn=J.JSXIdentifier=alias("jsxIdentifier"),jn=J.JSXMemberExpression=alias("jsxMemberExpression"),Un=J.JSXNamespacedName=alias("jsxNamespacedName"),Wn=J.JSXOpeningElement=alias("jsxOpeningElement"),Jn=J.JSXSpreadAttribute=alias("jsxSpreadAttribute"),Vn=J.JSXText=alias("jsxText"),zn=J.JSXFragment=alias("jsxFragment"),Gn=J.JSXOpeningFragment=alias("jsxOpeningFragment"),qn=J.JSXClosingFragment=alias("jsxClosingFragment"),$n=J.Noop=alias("noop"),Hn=J.Placeholder=alias("placeholder"),Kn=J.V8IntrinsicIdentifier=alias("v8IntrinsicIdentifier"),Xn=J.ArgumentPlaceholder=alias("argumentPlaceholder"),Yn=J.BindExpression=alias("bindExpression"),Qn=J.Decorator=alias("decorator"),Zn=J.DoExpression=alias("doExpression"),ai=J.ExportDefaultSpecifier=alias("exportDefaultSpecifier"),pi=J.RecordExpression=alias("recordExpression"),di=J.TupleExpression=alias("tupleExpression"),fi=J.DecimalLiteral=alias("decimalLiteral"),mi=J.ModuleExpression=alias("moduleExpression"),gi=J.TopicReference=alias("topicReference"),hi=J.PipelineTopicExpression=alias("pipelineTopicExpression"),vi=J.PipelineBareFunction=alias("pipelineBareFunction"),Si=J.PipelinePrimaryTopicReference=alias("pipelinePrimaryTopicReference"),Ei=J.VoidPattern=alias("voidPattern"),Pi=J.TSParameterProperty=alias("tsParameterProperty"),Ai=J.TSDeclareFunction=alias("tsDeclareFunction"),Fi=J.TSDeclareMethod=alias("tsDeclareMethod"),Oi=J.TSQualifiedName=alias("tsQualifiedName"),wi=J.TSCallSignatureDeclaration=alias("tsCallSignatureDeclaration"),Li=J.TSConstructSignatureDeclaration=alias("tsConstructSignatureDeclaration"),Ui=J.TSPropertySignature=alias("tsPropertySignature"),zi=J.TSMethodSignature=alias("tsMethodSignature"),qi=J.TSIndexSignature=alias("tsIndexSignature"),$i=J.TSAnyKeyword=alias("tsAnyKeyword"),Qi=J.TSBooleanKeyword=alias("tsBooleanKeyword"),Zi=J.TSBigIntKeyword=alias("tsBigIntKeyword"),eo=J.TSIntrinsicKeyword=alias("tsIntrinsicKeyword"),to=J.TSNeverKeyword=alias("tsNeverKeyword"),ro=J.TSNullKeyword=alias("tsNullKeyword"),no=J.TSNumberKeyword=alias("tsNumberKeyword"),io=J.TSObjectKeyword=alias("tsObjectKeyword"),oo=J.TSStringKeyword=alias("tsStringKeyword"),so=J.TSSymbolKeyword=alias("tsSymbolKeyword"),ao=J.TSUndefinedKeyword=alias("tsUndefinedKeyword"),co=J.TSUnknownKeyword=alias("tsUnknownKeyword"),lo=J.TSVoidKeyword=alias("tsVoidKeyword"),uo=J.TSThisType=alias("tsThisType"),po=J.TSFunctionType=alias("tsFunctionType"),fo=J.TSConstructorType=alias("tsConstructorType"),mo=J.TSTypeReference=alias("tsTypeReference"),go=J.TSTypePredicate=alias("tsTypePredicate"),ho=J.TSTypeQuery=alias("tsTypeQuery"),_o=J.TSTypeLiteral=alias("tsTypeLiteral"),yo=J.TSArrayType=alias("tsArrayType"),vo=J.TSTupleType=alias("tsTupleType"),bo=J.TSOptionalType=alias("tsOptionalType"),To=J.TSRestType=alias("tsRestType"),So=J.TSNamedTupleMember=alias("tsNamedTupleMember"),xo=J.TSUnionType=alias("tsUnionType"),Eo=J.TSIntersectionType=alias("tsIntersectionType"),Co=J.TSConditionalType=alias("tsConditionalType"),Po=J.TSInferType=alias("tsInferType"),No=J.TSParenthesizedType=alias("tsParenthesizedType"),Ao=J.TSTypeOperator=alias("tsTypeOperator"),ko=J.TSIndexedAccessType=alias("tsIndexedAccessType"),Do=J.TSMappedType=alias("tsMappedType"),Io=J.TSTemplateLiteralType=alias("tsTemplateLiteralType"),Fo=J.TSLiteralType=alias("tsLiteralType"),Oo=J.TSExpressionWithTypeArguments=alias("tsExpressionWithTypeArguments"),wo=J.TSInterfaceDeclaration=alias("tsInterfaceDeclaration"),Lo=J.TSInterfaceBody=alias("tsInterfaceBody"),Mo=J.TSTypeAliasDeclaration=alias("tsTypeAliasDeclaration"),Ro=J.TSInstantiationExpression=alias("tsInstantiationExpression"),Bo=J.TSAsExpression=alias("tsAsExpression"),jo=J.TSSatisfiesExpression=alias("tsSatisfiesExpression"),Uo=J.TSTypeAssertion=alias("tsTypeAssertion"),Wo=J.TSEnumBody=alias("tsEnumBody"),Jo=J.TSEnumDeclaration=alias("tsEnumDeclaration"),Vo=J.TSEnumMember=alias("tsEnumMember"),zo=J.TSModuleDeclaration=alias("tsModuleDeclaration"),Go=J.TSModuleBlock=alias("tsModuleBlock"),qo=J.TSImportType=alias("tsImportType"),$o=J.TSImportEqualsDeclaration=alias("tsImportEqualsDeclaration"),Ho=J.TSExternalModuleReference=alias("tsExternalModuleReference"),Ko=J.TSNonNullExpression=alias("tsNonNullExpression"),Xo=J.TSExportAssignment=alias("tsExportAssignment"),Yo=J.TSNamespaceExportDeclaration=alias("tsNamespaceExportDeclaration"),Qo=J.TSTypeAnnotation=alias("tsTypeAnnotation"),Zo=J.TSTypeParameterInstantiation=alias("tsTypeParameterInstantiation"),es=J.TSTypeParameterDeclaration=alias("tsTypeParameterDeclaration"),ts=J.TSTypeParameter=alias("tsTypeParameter");const os=J.NumberLiteral=te.numberLiteral,ss=J.RegexLiteral=te.regexLiteral,as=J.RestProperty=te.restProperty,ps=J.SpreadProperty=te.spreadProperty},70589:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.buildUndefinedNode=buildUndefinedNode;var te=ee(74555);function buildUndefinedNode(){return(0,te.unaryExpression)("void",(0,te.numericLiteral)(0),true)}},55774:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=buildChildren;var te=ee(78596);var re=ee(74527);function buildChildren(S){const J=[];for(let ee=0;ee<S.children.length;ee++){let ne=S.children[ee];if((0,te.isJSXText)(ne)){(0,re.default)(ne,J);continue}if((0,te.isJSXExpressionContainer)(ne))ne=ne.expression;if((0,te.isJSXEmptyExpression)(ne))continue;J.push(ne)}return J}},78973:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=createTSUnionType;var te=ee(74555);var re=ee(5376);var ne=ee(78596);function createTSUnionType(S){const J=S.map((S=>(0,ne.isTSTypeAnnotation)(S)?S.typeAnnotation:S));const ee=(0,re.default)(J);if(ee.length===1){return ee[0]}else{return(0,te.tsUnionType)(ee)}}},16167:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=clone;var te=ee(6731);function clone(S){return(0,te.default)(S,false)}},20185:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneDeep;var te=ee(6731);function cloneDeep(S){return(0,te.default)(S)}},18127:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneDeepWithoutLoc;var te=ee(6731);function cloneDeepWithoutLoc(S){return(0,te.default)(S,true,true)}},6731:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneNode;var te=ee(85437);var re=ee(78596);const{hasOwn:ne}={hasOwn:Function.call.bind(Object.prototype.hasOwnProperty)};function cloneIfNode(S,J,ee,te){if(S&&typeof S.type==="string"){return cloneNodeInternal(S,J,ee,te)}return S}function cloneIfNodeOrArray(S,J,ee,te){if(Array.isArray(S)){return S.map((S=>cloneIfNode(S,J,ee,te)))}return cloneIfNode(S,J,ee,te)}function cloneNode(S,J=true,ee=false){return cloneNodeInternal(S,J,ee,new Map)}function cloneNodeInternal(S,J=true,ee=false,ie){if(!S)return S;const{type:oe}=S;const se={type:S.type};if((0,re.isIdentifier)(S)){se.name=S.name;if(ne(S,"optional")&&typeof S.optional==="boolean"){se.optional=S.optional}if(ne(S,"typeAnnotation")){se.typeAnnotation=J?cloneIfNodeOrArray(S.typeAnnotation,true,ee,ie):S.typeAnnotation}if(ne(S,"decorators")){se.decorators=J?cloneIfNodeOrArray(S.decorators,true,ee,ie):S.decorators}}else if(!ne(te.NODE_FIELDS,oe)){throw new Error(`Unknown node type: "${oe}"`)}else{for(const ae of Object.keys(te.NODE_FIELDS[oe])){if(ne(S,ae)){if(J){se[ae]=(0,re.isFile)(S)&&ae==="comments"?maybeCloneComments(S.comments,J,ee,ie):cloneIfNodeOrArray(S[ae],true,ee,ie)}else{se[ae]=S[ae]}}}}if(ne(S,"loc")){if(ee){se.loc=null}else{se.loc=S.loc}}if(ne(S,"leadingComments")){se.leadingComments=maybeCloneComments(S.leadingComments,J,ee,ie)}if(ne(S,"innerComments")){se.innerComments=maybeCloneComments(S.innerComments,J,ee,ie)}if(ne(S,"trailingComments")){se.trailingComments=maybeCloneComments(S.trailingComments,J,ee,ie)}if(ne(S,"extra")){se.extra=Object.assign({},S.extra)}return se}function maybeCloneComments(S,J,ee,te){if(!S||!J){return S}return S.map((S=>{const J=te.get(S);if(J)return J;const{type:re,value:ne,loc:ie}=S;const oe={type:re,value:ne,loc:ie};if(ee){oe.loc=null}te.set(S,oe);return oe}))}},17309:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneWithoutLoc;var te=ee(6731);function cloneWithoutLoc(S){return(0,te.default)(S,false,true)}},23871:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=addComment;var te=ee(71354);function addComment(S,J,ee,re){return(0,te.default)(S,J,[{type:re?"CommentLine":"CommentBlock",value:ee}])}},71354:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=addComments;function addComments(S,J,ee){if(!ee||!S)return S;const te=`${J}Comments`;if(S[te]){if(J==="leading"){S[te]=ee.concat(S[te])}else{S[te].push(...ee)}}else{S[te]=ee}return S}},64232:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritInnerComments;var te=ee(93633);function inheritInnerComments(S,J){(0,te.default)("innerComments",S,J)}},81922:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritLeadingComments;var te=ee(93633);function inheritLeadingComments(S,J){(0,te.default)("leadingComments",S,J)}},89854:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritTrailingComments;var te=ee(93633);function inheritTrailingComments(S,J){(0,te.default)("trailingComments",S,J)}},85185:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritsComments;var te=ee(89854);var re=ee(81922);var ne=ee(64232);function inheritsComments(S,J){(0,te.default)(S,J);(0,re.default)(S,J);(0,ne.default)(S,J);return S}},88321:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeComments;var te=ee(15594);function removeComments(S){te.COMMENT_KEYS.forEach((J=>{S[J]=null}));return S}},61576:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.WHILE_TYPES=J.USERWHITESPACABLE_TYPES=J.UNARYLIKE_TYPES=J.TYPESCRIPT_TYPES=J.TSTYPE_TYPES=J.TSTYPEELEMENT_TYPES=J.TSENTITYNAME_TYPES=J.TSBASETYPE_TYPES=J.TERMINATORLESS_TYPES=J.STATEMENT_TYPES=J.STANDARDIZED_TYPES=J.SCOPABLE_TYPES=J.PUREISH_TYPES=J.PROPERTY_TYPES=J.PRIVATE_TYPES=J.PATTERN_TYPES=J.PATTERNLIKE_TYPES=J.OBJECTMEMBER_TYPES=J.MODULESPECIFIER_TYPES=J.MODULEDECLARATION_TYPES=J.MISCELLANEOUS_TYPES=J.METHOD_TYPES=J.LVAL_TYPES=J.LOOP_TYPES=J.LITERAL_TYPES=J.JSX_TYPES=J.IMPORTOREXPORTDECLARATION_TYPES=J.IMMUTABLE_TYPES=J.FUNCTION_TYPES=J.FUNCTIONPARENT_TYPES=J.FUNCTIONPARAMETER_TYPES=J.FOR_TYPES=J.FORXSTATEMENT_TYPES=J.FLOW_TYPES=J.FLOWTYPE_TYPES=J.FLOWPREDICATE_TYPES=J.FLOWDECLARATION_TYPES=J.FLOWBASEANNOTATION_TYPES=J.EXPRESSION_TYPES=J.EXPRESSIONWRAPPER_TYPES=J.EXPORTDECLARATION_TYPES=J.ENUMMEMBER_TYPES=J.ENUMBODY_TYPES=J.DECLARATION_TYPES=J.CONDITIONAL_TYPES=J.COMPLETIONSTATEMENT_TYPES=J.CLASS_TYPES=J.BLOCK_TYPES=J.BLOCKPARENT_TYPES=J.BINARY_TYPES=J.ACCESSOR_TYPES=void 0;var te=ee(85437);const re=J.STANDARDIZED_TYPES=te.FLIPPED_ALIAS_KEYS["Standardized"];const ne=J.EXPRESSION_TYPES=te.FLIPPED_ALIAS_KEYS["Expression"];const ie=J.BINARY_TYPES=te.FLIPPED_ALIAS_KEYS["Binary"];const oe=J.SCOPABLE_TYPES=te.FLIPPED_ALIAS_KEYS["Scopable"];const se=J.BLOCKPARENT_TYPES=te.FLIPPED_ALIAS_KEYS["BlockParent"];const ae=J.BLOCK_TYPES=te.FLIPPED_ALIAS_KEYS["Block"];const le=J.STATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["Statement"];const ue=J.TERMINATORLESS_TYPES=te.FLIPPED_ALIAS_KEYS["Terminatorless"];const pe=J.COMPLETIONSTATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["CompletionStatement"];const de=J.CONDITIONAL_TYPES=te.FLIPPED_ALIAS_KEYS["Conditional"];const fe=J.LOOP_TYPES=te.FLIPPED_ALIAS_KEYS["Loop"];const me=J.WHILE_TYPES=te.FLIPPED_ALIAS_KEYS["While"];const ge=J.EXPRESSIONWRAPPER_TYPES=te.FLIPPED_ALIAS_KEYS["ExpressionWrapper"];const he=J.FOR_TYPES=te.FLIPPED_ALIAS_KEYS["For"];const _e=J.FORXSTATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["ForXStatement"];const ye=J.FUNCTION_TYPES=te.FLIPPED_ALIAS_KEYS["Function"];const ve=J.FUNCTIONPARENT_TYPES=te.FLIPPED_ALIAS_KEYS["FunctionParent"];const be=J.PUREISH_TYPES=te.FLIPPED_ALIAS_KEYS["Pureish"];const Se=J.DECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["Declaration"];const xe=J.FUNCTIONPARAMETER_TYPES=te.FLIPPED_ALIAS_KEYS["FunctionParameter"];const Ee=J.PATTERNLIKE_TYPES=te.FLIPPED_ALIAS_KEYS["PatternLike"];const Ce=J.LVAL_TYPES=te.FLIPPED_ALIAS_KEYS["LVal"];const Pe=J.TSENTITYNAME_TYPES=te.FLIPPED_ALIAS_KEYS["TSEntityName"];const Ne=J.LITERAL_TYPES=te.FLIPPED_ALIAS_KEYS["Literal"];const Ae=J.IMMUTABLE_TYPES=te.FLIPPED_ALIAS_KEYS["Immutable"];const ke=J.USERWHITESPACABLE_TYPES=te.FLIPPED_ALIAS_KEYS["UserWhitespacable"];const De=J.METHOD_TYPES=te.FLIPPED_ALIAS_KEYS["Method"];const Fe=J.OBJECTMEMBER_TYPES=te.FLIPPED_ALIAS_KEYS["ObjectMember"];const Oe=J.PROPERTY_TYPES=te.FLIPPED_ALIAS_KEYS["Property"];const we=J.UNARYLIKE_TYPES=te.FLIPPED_ALIAS_KEYS["UnaryLike"];const Me=J.PATTERN_TYPES=te.FLIPPED_ALIAS_KEYS["Pattern"];const Re=J.CLASS_TYPES=te.FLIPPED_ALIAS_KEYS["Class"];const je=J.IMPORTOREXPORTDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["ImportOrExportDeclaration"];const Ue=J.EXPORTDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["ExportDeclaration"];const Je=J.MODULESPECIFIER_TYPES=te.FLIPPED_ALIAS_KEYS["ModuleSpecifier"];const ze=J.ACCESSOR_TYPES=te.FLIPPED_ALIAS_KEYS["Accessor"];const Ge=J.PRIVATE_TYPES=te.FLIPPED_ALIAS_KEYS["Private"];const qe=J.FLOW_TYPES=te.FLIPPED_ALIAS_KEYS["Flow"];const $e=J.FLOWTYPE_TYPES=te.FLIPPED_ALIAS_KEYS["FlowType"];const He=J.FLOWBASEANNOTATION_TYPES=te.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"];const Ke=J.FLOWDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["FlowDeclaration"];const Xe=J.FLOWPREDICATE_TYPES=te.FLIPPED_ALIAS_KEYS["FlowPredicate"];const Qe=J.ENUMBODY_TYPES=te.FLIPPED_ALIAS_KEYS["EnumBody"];const et=J.ENUMMEMBER_TYPES=te.FLIPPED_ALIAS_KEYS["EnumMember"];const rt=J.JSX_TYPES=te.FLIPPED_ALIAS_KEYS["JSX"];const nt=J.MISCELLANEOUS_TYPES=te.FLIPPED_ALIAS_KEYS["Miscellaneous"];const it=J.TYPESCRIPT_TYPES=te.FLIPPED_ALIAS_KEYS["TypeScript"];const st=J.TSTYPEELEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["TSTypeElement"];const ct=J.TSTYPE_TYPES=te.FLIPPED_ALIAS_KEYS["TSType"];const ut=J.TSBASETYPE_TYPES=te.FLIPPED_ALIAS_KEYS["TSBaseType"];const pt=J.MODULEDECLARATION_TYPES=je},15594:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.UPDATE_OPERATORS=J.UNARY_OPERATORS=J.STRING_UNARY_OPERATORS=J.STATEMENT_OR_BLOCK_KEYS=J.NUMBER_UNARY_OPERATORS=J.NUMBER_BINARY_OPERATORS=J.LOGICAL_OPERATORS=J.INHERIT_KEYS=J.FOR_INIT_KEYS=J.FLATTENABLE_KEYS=J.EQUALITY_BINARY_OPERATORS=J.COMPARISON_BINARY_OPERATORS=J.COMMENT_KEYS=J.BOOLEAN_UNARY_OPERATORS=J.BOOLEAN_NUMBER_BINARY_OPERATORS=J.BOOLEAN_BINARY_OPERATORS=J.BINARY_OPERATORS=J.ASSIGNMENT_OPERATORS=void 0;const ee=J.STATEMENT_OR_BLOCK_KEYS=["consequent","body","alternate"];const te=J.FLATTENABLE_KEYS=["body","expressions"];const re=J.FOR_INIT_KEYS=["left","init"];const ne=J.COMMENT_KEYS=["leadingComments","trailingComments","innerComments"];const ie=J.LOGICAL_OPERATORS=["||","&&","??"];const oe=J.UPDATE_OPERATORS=["++","--"];const se=J.BOOLEAN_NUMBER_BINARY_OPERATORS=[">","<",">=","<="];const ae=J.EQUALITY_BINARY_OPERATORS=["==","===","!=","!=="];const le=J.COMPARISON_BINARY_OPERATORS=[...ae,"in","instanceof"];const ue=J.BOOLEAN_BINARY_OPERATORS=[...le,...se];const pe=J.NUMBER_BINARY_OPERATORS=["-","/","%","*","**","&","|",">>",">>>","<<","^"];const de=J.BINARY_OPERATORS=["+",...pe,...ue,"|>"];const fe=J.ASSIGNMENT_OPERATORS=["=","+=",...pe.map((S=>S+"=")),...ie.map((S=>S+"="))];const me=J.BOOLEAN_UNARY_OPERATORS=["delete","!"];const ge=J.NUMBER_UNARY_OPERATORS=["+","-","~"];const he=J.STRING_UNARY_OPERATORS=["typeof"];const _e=J.UNARY_OPERATORS=["void","throw",...me,...ge,...he];const ye=J.INHERIT_KEYS={optional:["typeAnnotation","typeParameters","returnType"],force:["start","loc","end"]};J.BLOCK_SCOPED_SYMBOL=Symbol.for("var used to be block scoped");J.NOT_LOCAL_BINDING=Symbol.for("should not be considered a local binding")},35087:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=ensureBlock;var te=ee(84950);function ensureBlock(S,J="body"){const ee=(0,te.default)(S[J],S);S[J]=ee;return ee}},96173:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=gatherSequenceExpressions;var te=ee(79005);var re=ee(78596);var ne=ee(74555);var ie=ee(70589);var oe=ee(6731);function gatherSequenceExpressions(S,J){const ee=[];let se=true;for(const ae of S){if(!(0,re.isEmptyStatement)(ae)){se=false}if((0,re.isExpression)(ae)){ee.push(ae)}else if((0,re.isExpressionStatement)(ae)){ee.push(ae.expression)}else if((0,re.isVariableDeclaration)(ae)){if(ae.kind!=="var")return;for(const S of ae.declarations){const re=(0,te.default)(S);for(const S of Object.keys(re)){J.push({kind:ae.kind,id:(0,oe.default)(re[S])})}if(S.init){ee.push((0,ne.assignmentExpression)("=",S.id,S.init))}}se=true}else if((0,re.isIfStatement)(ae)){const S=ae.consequent?gatherSequenceExpressions([ae.consequent],J):(0,ie.buildUndefinedNode)();const te=ae.alternate?gatherSequenceExpressions([ae.alternate],J):(0,ie.buildUndefinedNode)();if(!S||!te)return;ee.push((0,ne.conditionalExpression)(ae.test,S,te))}else if((0,re.isBlockStatement)(ae)){const S=gatherSequenceExpressions(ae.body,J);if(!S)return;ee.push(S)}else if((0,re.isEmptyStatement)(ae)){if(S.indexOf(ae)===0){se=true}}else{return}}if(se){ee.push((0,ie.buildUndefinedNode)())}if(ee.length===1){return ee[0]}else{return(0,ne.sequenceExpression)(ee)}}},73142:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toBindingIdentifierName;var te=ee(95540);function toBindingIdentifierName(S){S=(0,te.default)(S);if(S==="eval"||S==="arguments")S="_"+S;return S}},84950:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toBlock;var te=ee(78596);var re=ee(74555);function toBlock(S,J){if((0,te.isBlockStatement)(S)){return S}let ee=[];if((0,te.isEmptyStatement)(S)){ee=[]}else{if(!(0,te.isStatement)(S)){if((0,te.isFunction)(J)){S=(0,re.returnStatement)(S)}else{S=(0,re.expressionStatement)(S)}}ee=[S]}return(0,re.blockStatement)(ee)}},74885:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toComputedKey;var te=ee(78596);var re=ee(74555);function toComputedKey(S,J=S.key||S.property){if(!S.computed&&(0,te.isIdentifier)(J))J=(0,re.stringLiteral)(J.name);return J}},47601:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(78596);var re=J["default"]=toExpression;function toExpression(S){if((0,te.isExpressionStatement)(S)){S=S.expression}if((0,te.isExpression)(S)){return S}if((0,te.isClass)(S)){S.type="ClassExpression";S.abstract=false}else if((0,te.isFunction)(S)){S.type="FunctionExpression"}if(!(0,te.isExpression)(S)){throw new Error(`cannot turn ${S.type} to an expression`)}return S}},95540:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toIdentifier;var te=ee(44939);var re=ee(8740);function toIdentifier(S){S=S+"";let J="";for(const ee of S){J+=(0,re.isIdentifierChar)(ee.codePointAt(0))?ee:"-"}J=J.replace(/^[-0-9]+/,"");J=J.replace(/[-\s]+(.)?/g,(function(S,J){return J?J.toUpperCase():""}));if(!(0,te.default)(J)){J=`_${J}`}return J||"_"}},13022:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toKeyAlias;var te=ee(78596);var re=ee(6731);var ne=ee(18291);function toKeyAlias(S,J=S.key){let ee;if(S.kind==="method"){return toKeyAlias.increment()+""}else if((0,te.isIdentifier)(J)){ee=J.name}else if((0,te.isStringLiteral)(J)){ee=JSON.stringify(J.value)}else{ee=JSON.stringify((0,ne.default)((0,re.default)(J)))}if(S.computed){ee=`[${ee}]`}if(S.static){ee=`static:${ee}`}return ee}toKeyAlias.uid=0;toKeyAlias.increment=function(){if(toKeyAlias.uid>=Number.MAX_SAFE_INTEGER){return toKeyAlias.uid=0}else{return toKeyAlias.uid++}}},83940:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toSequenceExpression;var te=ee(96173);function toSequenceExpression(S,J){if(!(S!=null&&S.length))return;const ee=[];const re=(0,te.default)(S,ee);if(!re)return;for(const S of ee){J.push(S)}return re}},52298:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(78596);var re=ee(74555);var ne=J["default"]=toStatement;function toStatement(S,J){if((0,te.isStatement)(S)){return S}let ee=false;let ne;if((0,te.isClass)(S)){ee=true;ne="ClassDeclaration"}else if((0,te.isFunction)(S)){ee=true;ne="FunctionDeclaration"}else if((0,te.isAssignmentExpression)(S)){return(0,re.expressionStatement)(S)}if(ee&&!S.id){ne=false}if(!ne){if(J){return false}else{throw new Error(`cannot turn ${S.type} to a statement`)}}S.type=ne;return S}},56260:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(44939);var re=ee(74555);var ne=J["default"]=valueToNode;const ie=Function.call.bind(Object.prototype.toString);function isRegExp(S){return ie(S)==="[object RegExp]"}function isPlainObject(S){if(typeof S!=="object"||S===null||Object.prototype.toString.call(S)!=="[object Object]"){return false}const J=Object.getPrototypeOf(S);return J===null||Object.getPrototypeOf(J)===null}function valueToNode(S){if(S===undefined){return(0,re.identifier)("undefined")}if(S===true||S===false){return(0,re.booleanLiteral)(S)}if(S===null){return(0,re.nullLiteral)()}if(typeof S==="string"){return(0,re.stringLiteral)(S)}if(typeof S==="number"){let J;if(Number.isFinite(S)){J=(0,re.numericLiteral)(Math.abs(S))}else{let ee;if(Number.isNaN(S)){ee=(0,re.numericLiteral)(0)}else{ee=(0,re.numericLiteral)(1)}J=(0,re.binaryExpression)("/",ee,(0,re.numericLiteral)(0))}if(S<0||Object.is(S,-0)){J=(0,re.unaryExpression)("-",J)}return J}if(typeof S==="bigint"){if(S<0){return(0,re.unaryExpression)("-",(0,re.bigIntLiteral)(-S))}else{return(0,re.bigIntLiteral)(S)}}if(isRegExp(S)){const J=S.source;const ee=/\/([a-z]*)$/.exec(S.toString())[1];return(0,re.regExpLiteral)(J,ee)}if(Array.isArray(S)){return(0,re.arrayExpression)(S.map(valueToNode))}if(isPlainObject(S)){const J=[];for(const ee of Object.keys(S)){let ne,ie=false;if((0,te.default)(ee)){if(ee==="__proto__"){ie=true;ne=(0,re.stringLiteral)(ee)}else{ne=(0,re.identifier)(ee)}}else{ne=(0,re.stringLiteral)(ee)}J.push((0,re.objectProperty)(ne,valueToNode(S[ee]),ie))}return(0,re.objectExpression)(J)}throw new Error("don't know how to turn this value into a node")}},6322:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.patternLikeCommon=J.importAttributes=J.functionTypeAnnotationCommon=J.functionDeclarationCommon=J.functionCommon=J.classMethodOrPropertyUnionShapeCommon=J.classMethodOrPropertyCommon=J.classMethodOrDeclareMethodCommon=void 0;var te=ee(32664);var re=ee(44939);var ne=ee(8740);var ie=ee(46679);var oe=ee(15594);var se=ee(26376);const classMethodOrPropertyUnionShapeCommon=(S=false)=>({unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:S?(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName"):(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral")}}}]}});J.classMethodOrPropertyUnionShapeCommon=classMethodOrPropertyUnionShapeCommon;const ae=(0,se.defineAliasedType)("Standardized");ae("ArrayExpression",{fields:{elements:{validate:(0,se.arrayOf)((0,se.assertNodeOrValueType)("null","Expression","SpreadElement")),default:!process.env.BABEL_TYPES_8_BREAKING?[]:undefined}},visitor:["elements"],aliases:["Expression"]});ae("AssignmentExpression",{fields:{operator:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("string"):Object.assign(function(){const S=(0,se.assertOneOf)(...oe.ASSIGNMENT_OPERATORS);const J=(0,se.assertOneOf)("=");return function(ee,re,ne){const ie=(0,te.default)("Pattern",ee.left)?J:S;ie(ee,re,ne)}}(),{oneOf:oe.ASSIGNMENT_OPERATORS})},left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("LVal","OptionalMemberExpression"):(0,se.assertNodeType)("Identifier","MemberExpression","OptionalMemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")}},builder:["operator","left","right"],visitor:["left","right"],aliases:["Expression"]});ae("BinaryExpression",{builder:["operator","left","right"],fields:{operator:{validate:(0,se.assertOneOf)(...oe.BINARY_OPERATORS)},left:{validate:function(){const S=(0,se.assertNodeType)("Expression");const J=(0,se.assertNodeType)("Expression","PrivateName");const ee=Object.assign((function(ee,te,re){const ne=ee.operator==="in"?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","PrivateName"]});return ee}()},right:{validate:(0,se.assertNodeType)("Expression")}},visitor:["left","right"],aliases:["Binary","Expression"]});ae("InterpreterDirective",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}}});ae("Directive",{visitor:["value"],fields:{value:{validate:(0,se.assertNodeType)("DirectiveLiteral")}}});ae("DirectiveLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}}});ae("BlockStatement",{builder:["body","directives"],visitor:["directives","body"],fields:{directives:{validate:(0,se.arrayOfType)("Directive"),default:[]},body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block","Statement"]});ae("BreakStatement",{visitor:["label"],fields:{label:{validate:(0,se.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});ae("CallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,se.assertNodeType)("Expression","Super","V8IntrinsicIdentifier")},arguments:(0,se.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),typeArguments:{validate:(0,se.assertNodeType)("TypeParameterInstantiation"),optional:true}},process.env.BABEL_TYPES_8_BREAKING?{}:{optional:{validate:(0,se.assertValueType)("boolean"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});ae("CatchClause",{visitor:["param","body"],fields:{param:{validate:(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")}},aliases:["Scopable","BlockParent"]});ae("ConditionalExpression",{visitor:["test","consequent","alternate"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},consequent:{validate:(0,se.assertNodeType)("Expression")},alternate:{validate:(0,se.assertNodeType)("Expression")}},aliases:["Expression","Conditional"]});ae("ContinueStatement",{visitor:["label"],fields:{label:{validate:(0,se.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});ae("DebuggerStatement",{aliases:["Statement"]});ae("DoWhileStatement",{builder:["test","body"],visitor:["body","test"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}},aliases:["Statement","BlockParent","Loop","While","Scopable"]});ae("EmptyStatement",{aliases:["Statement"]});ae("ExpressionStatement",{visitor:["expression"],fields:{expression:{validate:(0,se.assertNodeType)("Expression")}},aliases:["Statement","ExpressionWrapper"]});ae("File",{builder:["program","comments","tokens"],visitor:["program"],fields:{program:{validate:(0,se.assertNodeType)("Program")},comments:{validate:!process.env.BABEL_TYPES_8_BREAKING?Object.assign((()=>{}),{each:{oneOfNodeTypes:["CommentBlock","CommentLine"]}}):(0,se.assertEach)((0,se.assertNodeType)("CommentBlock","CommentLine")),optional:true},tokens:{validate:(0,se.assertEach)(Object.assign((()=>{}),{type:"any"})),optional:true}}});ae("ForInStatement",{visitor:["left","right","body"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("VariableDeclaration","LVal"):(0,se.assertNodeType)("VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("ForStatement",{visitor:["init","test","update","body"],aliases:["Scopable","Statement","For","BlockParent","Loop"],fields:{init:{validate:(0,se.assertNodeType)("VariableDeclaration","Expression"),optional:true},test:{validate:(0,se.assertNodeType)("Expression"),optional:true},update:{validate:(0,se.assertNodeType)("Expression"),optional:true},body:{validate:(0,se.assertNodeType)("Statement")}}});const functionCommon=()=>({params:(0,se.validateArrayOfType)("FunctionParameter"),generator:{default:false},async:{default:false}});J.functionCommon=functionCommon;const functionTypeAnnotationCommon=()=>({returnType:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true}});J.functionTypeAnnotationCommon=functionTypeAnnotationCommon;const functionDeclarationCommon=()=>Object.assign({},functionCommon(),{declare:{validate:(0,se.assertValueType)("boolean"),optional:true},id:{validate:(0,se.assertNodeType)("Identifier"),optional:true}});J.functionDeclarationCommon=functionDeclarationCommon;ae("FunctionDeclaration",{builder:["id","params","body","generator","async"],visitor:["id","typeParameters","params","predicate","returnType","body"],fields:Object.assign({},functionDeclarationCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,se.assertNodeType)("BlockStatement")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}}),aliases:["Scopable","Function","BlockParent","FunctionParent","Statement","Pureish","Declaration"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier");return function(J,ee,re){if(!(0,te.default)("ExportDefaultDeclaration",J)){S(re,"id",re.id)}}}()});ae("FunctionExpression",{inherits:"FunctionDeclaration",aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});const patternLikeCommon=()=>({typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}});J.patternLikeCommon=patternLikeCommon;ae("Identifier",{builder:["name"],visitor:["typeAnnotation","decorators"],aliases:["Expression","FunctionParameter","PatternLike","LVal","TSEntityName"],fields:Object.assign({},patternLikeCommon(),{name:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("string"),Object.assign((function(S,J,ee){if(!(0,re.default)(ee,false)){throw new TypeError(`"${ee}" is not a valid identifier name`)}}),{type:"string"})):(0,se.assertValueType)("string")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(S,J,ee){const re=/\.(\w+)$/.exec(J.toString());if(!re)return;const[,ie]=re;const oe={computed:false};if(ie==="property"){if((0,te.default)("MemberExpression",S,oe))return;if((0,te.default)("OptionalMemberExpression",S,oe))return}else if(ie==="key"){if((0,te.default)("Property",S,oe))return;if((0,te.default)("Method",S,oe))return}else if(ie==="exported"){if((0,te.default)("ExportSpecifier",S))return}else if(ie==="imported"){if((0,te.default)("ImportSpecifier",S,{imported:ee}))return}else if(ie==="meta"){if((0,te.default)("MetaProperty",S,{meta:ee}))return}if(((0,ne.isKeyword)(ee.name)||(0,ne.isReservedWord)(ee.name,false))&&ee.name!=="this"){throw new TypeError(`"${ee.name}" is not a valid identifier`)}}:undefined});ae("IfStatement",{visitor:["test","consequent","alternate"],aliases:["Statement","Conditional"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},consequent:{validate:(0,se.assertNodeType)("Statement")},alternate:{optional:true,validate:(0,se.assertNodeType)("Statement")}}});ae("LabeledStatement",{visitor:["label","body"],aliases:["Statement"],fields:{label:{validate:(0,se.assertNodeType)("Identifier")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("StringLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("NumericLiteral",{builder:["value"],deprecatedAlias:"NumberLiteral",fields:{value:{validate:(0,se.chain)((0,se.assertValueType)("number"),Object.assign((function(S,J,ee){if(1/ee<0||!Number.isFinite(ee)){const S=new Error("NumericLiterals must be non-negative finite numbers. "+`You can use t.valueToNode(${ee}) instead.`)}}),{type:"number"}))}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("NullLiteral",{aliases:["Expression","Pureish","Literal","Immutable"]});ae("BooleanLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("boolean")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("RegExpLiteral",{builder:["pattern","flags"],deprecatedAlias:"RegexLiteral",aliases:["Expression","Pureish","Literal"],fields:{pattern:{validate:(0,se.assertValueType)("string")},flags:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("string"),Object.assign((function(S,J,ee){const te=/[^dgimsuvy]/.exec(ee);if(te){throw new TypeError(`"${te[0]}" is not a valid RegExp flag`)}}),{type:"string"})):(0,se.assertValueType)("string"),default:""}}});ae("LogicalExpression",{builder:["operator","left","right"],visitor:["left","right"],aliases:["Binary","Expression"],fields:{operator:{validate:(0,se.assertOneOf)(...oe.LOGICAL_OPERATORS)},left:{validate:(0,se.assertNodeType)("Expression")},right:{validate:(0,se.assertNodeType)("Expression")}}});ae("MemberExpression",{builder:["object","property","computed",...!process.env.BABEL_TYPES_8_BREAKING?["optional"]:[]],visitor:["object","property"],aliases:["Expression","LVal","PatternLike"],unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{property:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{property:{validate:(0,se.assertNodeType)("Identifier","PrivateName")}}}]},fields:Object.assign({object:{validate:(0,se.assertNodeType)("Expression","Super")},property:{validate:function(){const S=(0,se.assertNodeType)("Identifier","PrivateName");const J=(0,se.assertNodeType)("Expression");const validator=function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)};validator.oneOfNodeTypes=["Expression","Identifier","PrivateName"];return validator}()},computed:{default:false}},!process.env.BABEL_TYPES_8_BREAKING?{optional:{validate:(0,se.assertValueType)("boolean"),optional:true}}:{})});ae("NewExpression",{inherits:"CallExpression"});ae("Program",{visitor:["directives","body"],builder:["body","directives","sourceType","interpreter"],fields:{sourceType:{validate:(0,se.assertOneOf)("script","module"),default:"script"},interpreter:{validate:(0,se.assertNodeType)("InterpreterDirective"),default:null,optional:true},directives:{validate:(0,se.arrayOfType)("Directive"),default:[]},body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block"]});ae("ObjectExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,se.validateArrayOfType)("ObjectMethod","ObjectProperty","SpreadElement")}});ae("ObjectMethod",Object.assign({builder:["kind","key","params","body","computed","generator","async"],visitor:["decorators","key","typeParameters","params","returnType","body"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{kind:Object.assign({validate:(0,se.assertOneOf)("method","get","set")},!process.env.BABEL_TYPES_8_BREAKING?{default:"method"}:{}),computed:{default:false},key:{validate:function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const J=(0,se.assertNodeType)("Expression");const validator=function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)};validator.oneOfNodeTypes=["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral"];return validator}()},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")}}),aliases:["UserWhitespacable","Function","Scopable","BlockParent","FunctionParent","Method","ObjectMember"]}));ae("ObjectProperty",{builder:["key","value","computed","shorthand",...!process.env.BABEL_TYPES_8_BREAKING?["decorators"]:[]],unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName")}}}]},fields:{computed:{default:false},key:{validate:function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName");const J=(0,se.assertNodeType)("Expression");const ee=Object.assign((function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName"]});return ee}()},value:{validate:(0,se.assertNodeType)("Expression","PatternLike")},shorthand:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("boolean"),Object.assign((function(S,J,ee){if(!ee)return;if(S.computed){throw new TypeError("Property shorthand of ObjectProperty cannot be true if computed is true")}if(!(0,te.default)("Identifier",S.key)){throw new TypeError("Property shorthand of ObjectProperty cannot be true if key is not an Identifier")}}),{type:"boolean"})):(0,se.assertValueType)("boolean"),default:false},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}},visitor:["decorators","key","value"],aliases:["UserWhitespacable","Property","ObjectMember"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier","Pattern","TSAsExpression","TSSatisfiesExpression","TSNonNullExpression","TSTypeAssertion");const J=(0,se.assertNodeType)("Expression");return function(ee,re,ne){const ie=(0,te.default)("ObjectPattern",ee)?S:J;ie(ne,"value",ne.value)}}()});ae("RestElement",{visitor:["argument","typeAnnotation"],builder:["argument"],aliases:["FunctionParameter","PatternLike","LVal"],deprecatedAlias:"RestProperty",fields:Object.assign({},patternLikeCommon(),{argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression","RestElement","AssignmentPattern"):(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(S,J){const ee=/(\w+)\[(\d+)\]/.exec(J.toString());if(!ee)throw new Error("Internal Babel error: malformed key.");const[,te,re]=ee;if(S[te].length>+re+1){throw new TypeError(`RestElement must be last element of ${te}`)}}:undefined});ae("ReturnStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,se.assertNodeType)("Expression"),optional:true}}});ae("SequenceExpression",{visitor:["expressions"],fields:{expressions:(0,se.validateArrayOfType)("Expression")},aliases:["Expression"]});ae("ParenthesizedExpression",{visitor:["expression"],aliases:["Expression","ExpressionWrapper"],fields:{expression:{validate:(0,se.assertNodeType)("Expression")}}});ae("SwitchCase",{visitor:["test","consequent"],fields:{test:{validate:(0,se.assertNodeType)("Expression"),optional:true},consequent:(0,se.validateArrayOfType)("Statement")}});ae("SwitchStatement",{visitor:["discriminant","cases"],aliases:["Statement","BlockParent","Scopable"],fields:{discriminant:{validate:(0,se.assertNodeType)("Expression")},cases:(0,se.validateArrayOfType)("SwitchCase")}});ae("ThisExpression",{aliases:["Expression"]});ae("ThrowStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("TryStatement",{visitor:["block","handler","finalizer"],aliases:["Statement"],fields:{block:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("BlockStatement"),Object.assign((function(S){if(!S.handler&&!S.finalizer){throw new TypeError("TryStatement expects either a handler or finalizer, or both")}}),{oneOfNodeTypes:["BlockStatement"]})):(0,se.assertNodeType)("BlockStatement")},handler:{optional:true,validate:(0,se.assertNodeType)("CatchClause")},finalizer:{optional:true,validate:(0,se.assertNodeType)("BlockStatement")}}});ae("UnaryExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:true},argument:{validate:(0,se.assertNodeType)("Expression")},operator:{validate:(0,se.assertOneOf)(...oe.UNARY_OPERATORS)}},visitor:["argument"],aliases:["UnaryLike","Expression"]});ae("UpdateExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:false},argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("Expression"):(0,se.assertNodeType)("Identifier","MemberExpression")},operator:{validate:(0,se.assertOneOf)(...oe.UPDATE_OPERATORS)}},visitor:["argument"],aliases:["Expression"]});ae("VariableDeclaration",{builder:["kind","declarations"],visitor:["declarations"],aliases:["Statement","Declaration"],fields:{declare:{validate:(0,se.assertValueType)("boolean"),optional:true},kind:{validate:(0,se.assertOneOf)("var","let","const","using","await using")},declarations:(0,se.validateArrayOfType)("VariableDeclarator")},validate:process.env.BABEL_TYPES_8_BREAKING?(()=>{const S=(0,se.assertNodeType)("Identifier","Placeholder");const J=(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","Placeholder");const ee=(0,se.assertNodeType)("Identifier","VoidPattern","Placeholder");return function(re,ne,ie){const{kind:oe,declarations:se}=ie;const ae=(0,te.default)("ForXStatement",re,{left:ie});if(ae){if(se.length!==1){throw new TypeError(`Exactly one VariableDeclarator is required in the VariableDeclaration of a ${re.type}`)}}for(const te of se){if(oe==="const"||oe==="let"||oe==="var"){if(!ae&&!te.init){S(te,"id",te.id)}else{J(te,"id",te.id)}}else{ee(te,"id",te.id)}}}})():undefined});ae("VariableDeclarator",{visitor:["id","init"],fields:{id:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("LVal","VoidPattern"):(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","VoidPattern")},definite:{optional:true,validate:(0,se.assertValueType)("boolean")},init:{optional:true,validate:(0,se.assertNodeType)("Expression")}}});ae("WhileStatement",{visitor:["test","body"],aliases:["Statement","BlockParent","Loop","While","Scopable"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("WithStatement",{visitor:["object","body"],aliases:["Statement"],fields:{object:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("AssignmentPattern",{visitor:["left","right","decorators"],builder:["left","right"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{left:{validate:(0,se.assertNodeType)("Identifier","ObjectPattern","ArrayPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}})});ae("ArrayPattern",{visitor:["elements","typeAnnotation"],builder:["elements"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{elements:{validate:(0,se.chain)((0,se.assertValueType)("array"),(0,se.assertEach)((0,se.assertNodeOrValueType)("null","PatternLike")))}})});ae("ArrowFunctionExpression",{builder:["params","body","async"],visitor:["typeParameters","params","predicate","returnType","body"],aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{expression:{validate:(0,se.assertValueType)("boolean")},body:{validate:(0,se.assertNodeType)("BlockStatement","Expression")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});ae("ClassBody",{visitor:["body"],fields:{body:(0,se.validateArrayOfType)("ClassMethod","ClassPrivateMethod","ClassProperty","ClassPrivateProperty","ClassAccessorProperty","TSDeclareMethod","TSIndexSignature","StaticBlock")}});ae("ClassExpression",{builder:["id","superClass","body","decorators"],visitor:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body"],aliases:["Scopable","Class","Expression"],fields:{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,se.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,se.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,se.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,se.assertNodeType)("InterfaceExtends"),optional:true}}});ae("ClassDeclaration",{inherits:"ClassExpression",aliases:["Scopable","Class","Statement","Declaration"],fields:{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,se.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,se.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,se.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,se.assertNodeType)("InterfaceExtends"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},abstract:{validate:(0,se.assertValueType)("boolean"),optional:true}},validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier");return function(J,ee,re){if(!(0,te.default)("ExportDefaultDeclaration",J)){S(re,"id",re.id)}}}()});const le=J.importAttributes={attributes:{optional:true,validate:(0,se.arrayOfType)("ImportAttribute")}};le.assertions={deprecated:true,optional:true,validate:(0,se.arrayOfType)("ImportAttribute")};ae("ExportAllDeclaration",{builder:["source","attributes"],visitor:["source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({source:{validate:(0,se.assertNodeType)("StringLiteral")},exportKind:(0,se.validateOptional)((0,se.assertOneOf)("type","value"))},le)});ae("ExportDefaultDeclaration",{visitor:["declaration"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:{declaration:(0,se.validateType)("TSDeclareFunction","FunctionDeclaration","ClassDeclaration","Expression"),exportKind:(0,se.validateOptional)((0,se.assertOneOf)("value"))}});ae("ExportNamedDeclaration",{builder:["declaration","specifiers","source","attributes"],visitor:["declaration","specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({declaration:{optional:true,validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("Declaration"),Object.assign((function(S,J,ee){if(ee&&S.specifiers.length){throw new TypeError("Only declaration or specifiers is allowed on ExportNamedDeclaration")}if(ee&&S.source){throw new TypeError("Cannot export a declaration from a source")}}),{oneOfNodeTypes:["Declaration"]})):(0,se.assertNodeType)("Declaration")}},le,{specifiers:{default:[],validate:(0,se.arrayOf)(function(){const S=(0,se.assertNodeType)("ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier");const J=(0,se.assertNodeType)("ExportSpecifier");if(!process.env.BABEL_TYPES_8_BREAKING)return S;return Object.assign((function(ee,te,re){const ne=ee.source?S:J;ne(ee,te,re)}),{oneOfNodeTypes:["ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier"]})}())},source:{validate:(0,se.assertNodeType)("StringLiteral"),optional:true},exportKind:(0,se.validateOptional)((0,se.assertOneOf)("type","value"))})});ae("ExportSpecifier",{visitor:["local","exported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")},exported:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},exportKind:{validate:(0,se.assertOneOf)("type","value"),optional:true}}});ae("ForOfStatement",{visitor:["left","right","body"],builder:["left","right","body","await"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:function(){if(!process.env.BABEL_TYPES_8_BREAKING){return(0,se.assertNodeType)("VariableDeclaration","LVal")}const S=(0,se.assertNodeType)("VariableDeclaration");const J=(0,se.assertNodeType)("Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression");return Object.assign((function(ee,re,ne){if((0,te.default)("VariableDeclaration",ne)){S(ee,re,ne)}else{J(ee,re,ne)}}),{oneOfNodeTypes:["VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression"]})}()},right:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")},await:{default:false}}});ae("ImportDeclaration",{builder:["specifiers","source","attributes"],visitor:["specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration"],fields:Object.assign({},le,{module:{optional:true,validate:(0,se.assertValueType)("boolean")},phase:{default:null,validate:(0,se.assertOneOf)("source","defer")},specifiers:(0,se.validateArrayOfType)("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"),source:{validate:(0,se.assertNodeType)("StringLiteral")},importKind:{validate:(0,se.assertOneOf)("type","typeof","value"),optional:true}})});ae("ImportDefaultSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")}}});ae("ImportNamespaceSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")}}});ae("ImportSpecifier",{visitor:["imported","local"],builder:["local","imported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")},imported:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},importKind:{validate:(0,se.assertOneOf)("type","typeof","value"),optional:true}}});ae("ImportExpression",{visitor:["source","options"],aliases:["Expression"],fields:{phase:{default:null,validate:(0,se.assertOneOf)("source","defer")},source:{validate:(0,se.assertNodeType)("Expression")},options:{validate:(0,se.assertNodeType)("Expression"),optional:true}}});ae("MetaProperty",{visitor:["meta","property"],aliases:["Expression"],fields:{meta:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("Identifier"),Object.assign((function(S,J,ee){let re;switch(ee.name){case"function":re="sent";break;case"new":re="target";break;case"import":re="meta";break}if(!(0,te.default)("Identifier",S.property,{name:re})){throw new TypeError("Unrecognised MetaProperty")}}),{oneOfNodeTypes:["Identifier"]})):(0,se.assertNodeType)("Identifier")},property:{validate:(0,se.assertNodeType)("Identifier")}}});const classMethodOrPropertyCommon=()=>({abstract:{validate:(0,se.assertValueType)("boolean"),optional:true},accessibility:{validate:(0,se.assertOneOf)("public","private","protected"),optional:true},static:{default:false},override:{default:false},computed:{default:false},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},key:{validate:(0,se.chain)(function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const J=(0,se.assertNodeType)("Expression");return function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}}(),(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression"))}});J.classMethodOrPropertyCommon=classMethodOrPropertyCommon;const classMethodOrDeclareMethodCommon=()=>Object.assign({},functionCommon(),classMethodOrPropertyCommon(),{params:(0,se.validateArrayOfType)("FunctionParameter","TSParameterProperty"),kind:{validate:(0,se.assertOneOf)("get","set","method","constructor"),default:"method"},access:{validate:(0,se.chain)((0,se.assertValueType)("string"),(0,se.assertOneOf)("public","private","protected")),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}});J.classMethodOrDeclareMethodCommon=classMethodOrDeclareMethodCommon;ae("ClassMethod",Object.assign({aliases:["Function","Scopable","BlockParent","FunctionParent","Method"],builder:["kind","key","params","body","computed","static","generator","async"],visitor:["decorators","key","typeParameters","params","returnType","body"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},classMethodOrDeclareMethodCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,se.assertNodeType)("BlockStatement")}})}));ae("ObjectPattern",{visitor:["decorators","properties","typeAnnotation"],builder:["properties"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{properties:(0,se.validateArrayOfType)("RestElement","ObjectProperty")})});ae("SpreadElement",{visitor:["argument"],aliases:["UnaryLike"],deprecatedAlias:"SpreadProperty",fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("Super",{aliases:["Expression"]});ae("TaggedTemplateExpression",{visitor:["tag","typeParameters","quasi"],builder:["tag","quasi"],aliases:["Expression"],fields:{tag:{validate:(0,se.assertNodeType)("Expression")},quasi:{validate:(0,se.assertNodeType)("TemplateLiteral")},["typeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true}}});ae("TemplateElement",{builder:["value","tail"],fields:{value:{validate:(0,se.chain)((0,se.assertShape)({raw:{validate:(0,se.assertValueType)("string")},cooked:{validate:(0,se.assertValueType)("string"),optional:true}}),(function templateElementCookedValidator(S){const J=S.value.raw;let ee=false;const error=()=>{throw new Error("Internal @babel/types error.")};const{str:te,firstInvalidLoc:re}=(0,ie.readStringContents)("template",J,0,0,0,{unterminated(){ee=true},strictNumericEscape:error,invalidEscapeSequence:error,numericSeparatorInEscapeSequence:error,unexpectedNumericSeparator:error,invalidDigit:error,invalidCodePoint:error});if(!ee)throw new Error("Invalid raw");S.value.cooked=re?null:te}))},tail:{default:false}}});ae("TemplateLiteral",{visitor:["quasis","expressions"],aliases:["Expression","Literal"],fields:{quasis:(0,se.validateArrayOfType)("TemplateElement"),expressions:{validate:(0,se.chain)((0,se.assertValueType)("array"),(0,se.assertEach)((0,se.assertNodeType)("Expression","TSType")),(function(S,J,ee){if(S.quasis.length!==ee.length+1){throw new TypeError(`Number of ${S.type} quasis should be exactly one more than the number of expressions.\nExpected ${ee.length+1} quasis but got ${S.quasis.length}`)}}))}}});ae("YieldExpression",{builder:["argument","delegate"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{delegate:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("boolean"),Object.assign((function(S,J,ee){if(ee&&!S.argument){throw new TypeError("Property delegate of YieldExpression cannot be true if there is no argument")}}),{type:"boolean"})):(0,se.assertValueType)("boolean"),default:false},argument:{optional:true,validate:(0,se.assertNodeType)("Expression")}}});ae("AwaitExpression",{builder:["argument"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("Import",{aliases:["Expression"]});ae("BigIntLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("ExportNamespaceSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,se.assertNodeType)("Identifier")}}});ae("OptionalMemberExpression",{builder:["object","property","computed","optional"],visitor:["object","property"],aliases:["Expression"],fields:{object:{validate:(0,se.assertNodeType)("Expression")},property:{validate:function(){const S=(0,se.assertNodeType)("Identifier");const J=(0,se.assertNodeType)("Expression");const ee=Object.assign((function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","Identifier"]});return ee}()},computed:{default:false},optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("boolean"):(0,se.chain)((0,se.assertValueType)("boolean"),(0,se.assertOptionalChainStart)())}}});ae("OptionalCallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments","optional"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,se.assertNodeType)("Expression")},arguments:(0,se.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("boolean"):(0,se.chain)((0,se.assertValueType)("boolean"),(0,se.assertOptionalChainStart)())},typeArguments:{validate:(0,se.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,se.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});ae("ClassProperty",Object.assign({visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","typeAnnotation","decorators","computed","static"],aliases:["Property"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},classMethodOrPropertyCommon(),{value:{validate:(0,se.assertNodeType)("Expression"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}})}));ae("ClassAccessorProperty",Object.assign({visitor:["decorators","key","typeAnnotation","value"],builder:["key","value","typeAnnotation","decorators","computed","static"],aliases:["Property","Accessor"]},classMethodOrPropertyUnionShapeCommon(true),{fields:Object.assign({},classMethodOrPropertyCommon(),{key:{validate:(0,se.chain)(function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName");const J=(0,se.assertNodeType)("Expression");return function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}}(),(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression","PrivateName"))},value:{validate:(0,se.assertNodeType)("Expression"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}})}));ae("ClassPrivateProperty",{visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","decorators","static"],aliases:["Property","Private"],fields:{key:{validate:(0,se.assertNodeType)("PrivateName")},value:{validate:(0,se.assertNodeType)("Expression"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},static:{validate:(0,se.assertValueType)("boolean"),default:false},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}}});ae("ClassPrivateMethod",{builder:["kind","key","params","body","static"],visitor:["decorators","key","typeParameters","params","returnType","body"],aliases:["Function","Scopable","BlockParent","FunctionParent","Method","Private"],fields:Object.assign({},classMethodOrDeclareMethodCommon(),functionTypeAnnotationCommon(),{kind:{validate:(0,se.assertOneOf)("get","set","method"),default:"method"},key:{validate:(0,se.assertNodeType)("PrivateName")},body:{validate:(0,se.assertNodeType)("BlockStatement")}})});ae("PrivateName",{visitor:["id"],aliases:["Private"],fields:{id:{validate:(0,se.assertNodeType)("Identifier")}}});ae("StaticBlock",{visitor:["body"],fields:{body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","FunctionParent"]});ae("ImportAttribute",{visitor:["key","value"],fields:{key:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},value:{validate:(0,se.assertNodeType)("StringLiteral")}}})},42461:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.DEPRECATED_ALIASES=void 0;const ee=J.DEPRECATED_ALIASES={ModuleDeclaration:"ImportOrExportDeclaration"}},10571:(S,J,ee)=>{"use strict";var te=ee(26376);(0,te.default)("ArgumentPlaceholder",{});(0,te.default)("BindExpression",{visitor:["object","callee"],aliases:["Expression"],fields:!process.env.BABEL_TYPES_8_BREAKING?{object:{validate:Object.assign((()=>{}),{oneOfNodeTypes:["Expression"]})},callee:{validate:Object.assign((()=>{}),{oneOfNodeTypes:["Expression"]})}}:{object:{validate:(0,te.assertNodeType)("Expression")},callee:{validate:(0,te.assertNodeType)("Expression")}}});(0,te.default)("Decorator",{visitor:["expression"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}}});(0,te.default)("DoExpression",{visitor:["body"],builder:["body","async"],aliases:["Expression"],fields:{body:{validate:(0,te.assertNodeType)("BlockStatement")},async:{validate:(0,te.assertValueType)("boolean"),default:false}}});(0,te.default)("ExportDefaultSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,te.assertNodeType)("Identifier")}}});(0,te.default)("RecordExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,te.validateArrayOfType)("ObjectProperty","SpreadElement")}});(0,te.default)("TupleExpression",{fields:{elements:{validate:(0,te.arrayOfType)("Expression","SpreadElement"),default:[]}},visitor:["elements"],aliases:["Expression"]});(0,te.default)("DecimalLiteral",{builder:["value"],fields:{value:{validate:(0,te.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});(0,te.default)("ModuleExpression",{visitor:["body"],fields:{body:{validate:(0,te.assertNodeType)("Program")}},aliases:["Expression"]});(0,te.default)("TopicReference",{aliases:["Expression"]});(0,te.default)("PipelineTopicExpression",{builder:["expression"],visitor:["expression"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}},aliases:["Expression"]});(0,te.default)("PipelineBareFunction",{builder:["callee"],visitor:["callee"],fields:{callee:{validate:(0,te.assertNodeType)("Expression")}},aliases:["Expression"]});(0,te.default)("PipelinePrimaryTopicReference",{aliases:["Expression"]});(0,te.default)("VoidPattern",{aliases:["Pattern","PatternLike","FunctionParameter"]})},34437:(S,J,ee)=>{"use strict";var te=ee(6322);var re=ee(26376);const ne=(0,re.defineAliasedType)("Flow");const defineInterfaceishType=S=>{const J=S==="DeclareClass";ne(S,{builder:["id","typeParameters","extends","body"],visitor:["id","typeParameters","extends",...J?["mixins","implements"]:[],"body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),extends:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends"))},J?{mixins:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends")),implements:(0,re.validateOptional)((0,re.arrayOfType)("ClassImplements"))}:{},{body:(0,re.validateType)("ObjectTypeAnnotation")})})};ne("AnyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ArrayTypeAnnotation",{visitor:["elementType"],aliases:["FlowType"],fields:{elementType:(0,re.validateType)("FlowType")}});ne("BooleanTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("BooleanLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("NullLiteralTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ClassImplements",{visitor:["id","typeParameters"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("DeclareClass");ne("DeclareFunction",{builder:["id"],visitor:["id","predicate"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),predicate:(0,re.validateOptionalType)("DeclaredPredicate")}});defineInterfaceishType("DeclareInterface");ne("DeclareModule",{builder:["id","body","kind"],visitor:["id","body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier","StringLiteral"),body:(0,re.validateType)("BlockStatement"),kind:(0,re.validateOptional)((0,re.assertOneOf)("CommonJS","ES"))}});ne("DeclareModuleExports",{visitor:["typeAnnotation"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{typeAnnotation:(0,re.validateType)("TypeAnnotation")}});ne("DeclareTypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),right:(0,re.validateType)("FlowType")}});ne("DeclareOpaqueType",{visitor:["id","typeParameters","supertype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,re.validateOptionalType)("FlowType"),impltype:(0,re.validateOptionalType)("FlowType")}});ne("DeclareVariable",{visitor:["id"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier")}});ne("DeclareExportDeclaration",{visitor:["declaration","specifiers","source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({declaration:(0,re.validateOptionalType)("Flow"),specifiers:(0,re.validateOptional)((0,re.arrayOfType)("ExportSpecifier","ExportNamespaceSpecifier")),source:(0,re.validateOptionalType)("StringLiteral"),default:(0,re.validateOptional)((0,re.assertValueType)("boolean"))},te.importAttributes)});ne("DeclareExportAllDeclaration",{visitor:["source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({source:(0,re.validateType)("StringLiteral"),exportKind:(0,re.validateOptional)((0,re.assertOneOf)("type","value"))},te.importAttributes)});ne("DeclaredPredicate",{visitor:["value"],aliases:["FlowPredicate"],fields:{value:(0,re.validateType)("Flow")}});ne("ExistsTypeAnnotation",{aliases:["FlowType"]});ne("FunctionTypeAnnotation",{builder:["typeParameters","params","rest","returnType"],visitor:["typeParameters","this","params","rest","returnType"],aliases:["FlowType"],fields:{typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),params:(0,re.validateArrayOfType)("FunctionTypeParam"),rest:(0,re.validateOptionalType)("FunctionTypeParam"),this:(0,re.validateOptionalType)("FunctionTypeParam"),returnType:(0,re.validateType)("FlowType")}});ne("FunctionTypeParam",{visitor:["name","typeAnnotation"],fields:{name:(0,re.validateOptionalType)("Identifier"),typeAnnotation:(0,re.validateType)("FlowType"),optional:(0,re.validateOptional)((0,re.assertValueType)("boolean"))}});ne("GenericTypeAnnotation",{visitor:["id","typeParameters"],aliases:["FlowType"],fields:{id:(0,re.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});ne("InferredPredicate",{aliases:["FlowPredicate"]});ne("InterfaceExtends",{visitor:["id","typeParameters"],fields:{id:(0,re.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("InterfaceDeclaration");ne("InterfaceTypeAnnotation",{visitor:["extends","body"],aliases:["FlowType"],fields:{extends:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends")),body:(0,re.validateType)("ObjectTypeAnnotation")}});ne("IntersectionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("MixedTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("EmptyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("NullableTypeAnnotation",{visitor:["typeAnnotation"],aliases:["FlowType"],fields:{typeAnnotation:(0,re.validateType)("FlowType")}});ne("NumberLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("number"))}});ne("NumberTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ObjectTypeAnnotation",{visitor:["properties","indexers","callProperties","internalSlots"],aliases:["FlowType"],builder:["properties","indexers","callProperties","internalSlots","exact"],fields:{properties:(0,re.validate)((0,re.arrayOfType)("ObjectTypeProperty","ObjectTypeSpreadProperty")),indexers:{validate:(0,re.arrayOfType)("ObjectTypeIndexer"),optional:true,default:[]},callProperties:{validate:(0,re.arrayOfType)("ObjectTypeCallProperty"),optional:true,default:[]},internalSlots:{validate:(0,re.arrayOfType)("ObjectTypeInternalSlot"),optional:true,default:[]},exact:{validate:(0,re.assertValueType)("boolean"),default:false},inexact:(0,re.validateOptional)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeInternalSlot",{visitor:["id","value"],builder:["id","value","optional","static","method"],aliases:["UserWhitespacable"],fields:{id:(0,re.validateType)("Identifier"),value:(0,re.validateType)("FlowType"),optional:(0,re.validate)((0,re.assertValueType)("boolean")),static:(0,re.validate)((0,re.assertValueType)("boolean")),method:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeCallProperty",{visitor:["value"],aliases:["UserWhitespacable"],fields:{value:(0,re.validateType)("FlowType"),static:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeIndexer",{visitor:["variance","id","key","value"],builder:["id","key","value","variance"],aliases:["UserWhitespacable"],fields:{id:(0,re.validateOptionalType)("Identifier"),key:(0,re.validateType)("FlowType"),value:(0,re.validateType)("FlowType"),static:(0,re.validate)((0,re.assertValueType)("boolean")),variance:(0,re.validateOptionalType)("Variance")}});ne("ObjectTypeProperty",{visitor:["key","value","variance"],aliases:["UserWhitespacable"],fields:{key:(0,re.validateType)("Identifier","StringLiteral"),value:(0,re.validateType)("FlowType"),kind:(0,re.validate)((0,re.assertOneOf)("init","get","set")),static:(0,re.validate)((0,re.assertValueType)("boolean")),proto:(0,re.validate)((0,re.assertValueType)("boolean")),optional:(0,re.validate)((0,re.assertValueType)("boolean")),variance:(0,re.validateOptionalType)("Variance"),method:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeSpreadProperty",{visitor:["argument"],aliases:["UserWhitespacable"],fields:{argument:(0,re.validateType)("FlowType")}});ne("OpaqueType",{visitor:["id","typeParameters","supertype","impltype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,re.validateOptionalType)("FlowType"),impltype:(0,re.validateType)("FlowType")}});ne("QualifiedTypeIdentifier",{visitor:["qualification","id"],builder:["id","qualification"],fields:{id:(0,re.validateType)("Identifier"),qualification:(0,re.validateType)("Identifier","QualifiedTypeIdentifier")}});ne("StringLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("string"))}});ne("StringTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("SymbolTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ThisTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("TupleTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("TypeofTypeAnnotation",{visitor:["argument"],aliases:["FlowType"],fields:{argument:(0,re.validateType)("FlowType")}});ne("TypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),right:(0,re.validateType)("FlowType")}});ne("TypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:(0,re.validateType)("FlowType")}});ne("TypeCastExpression",{visitor:["expression","typeAnnotation"],aliases:["ExpressionWrapper","Expression"],fields:{expression:(0,re.validateType)("Expression"),typeAnnotation:(0,re.validateType)("TypeAnnotation")}});ne("TypeParameter",{visitor:["bound","default","variance"],fields:{name:(0,re.validate)((0,re.assertValueType)("string")),bound:(0,re.validateOptionalType)("TypeAnnotation"),default:(0,re.validateOptionalType)("FlowType"),variance:(0,re.validateOptionalType)("Variance")}});ne("TypeParameterDeclaration",{visitor:["params"],fields:{params:(0,re.validate)((0,re.arrayOfType)("TypeParameter"))}});ne("TypeParameterInstantiation",{visitor:["params"],fields:{params:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("UnionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("Variance",{builder:["kind"],fields:{kind:(0,re.validate)((0,re.assertOneOf)("minus","plus"))}});ne("VoidTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("EnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:{id:(0,re.validateType)("Identifier"),body:(0,re.validateType)("EnumBooleanBody","EnumNumberBody","EnumStringBody","EnumSymbolBody")}});ne("EnumBooleanBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumBooleanMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumNumberBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumNumberMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumStringBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumStringMember","EnumDefaultedMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumSymbolBody",{aliases:["EnumBody"],visitor:["members"],fields:{members:(0,re.validateArrayOfType)("EnumDefaultedMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumBooleanMember",{aliases:["EnumMember"],builder:["id"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("BooleanLiteral")}});ne("EnumNumberMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("NumericLiteral")}});ne("EnumStringMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("StringLiteral")}});ne("EnumDefaultedMember",{aliases:["EnumMember"],visitor:["id"],fields:{id:(0,re.validateType)("Identifier")}});ne("IndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,re.validateType)("FlowType"),indexType:(0,re.validateType)("FlowType")}});ne("OptionalIndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,re.validateType)("FlowType"),indexType:(0,re.validateType)("FlowType"),optional:(0,re.validate)((0,re.assertValueType)("boolean"))}})},85437:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});Object.defineProperty(J,"ALIAS_KEYS",{enumerable:true,get:function(){return te.ALIAS_KEYS}});Object.defineProperty(J,"BUILDER_KEYS",{enumerable:true,get:function(){return te.BUILDER_KEYS}});Object.defineProperty(J,"DEPRECATED_ALIASES",{enumerable:true,get:function(){return ne.DEPRECATED_ALIASES}});Object.defineProperty(J,"DEPRECATED_KEYS",{enumerable:true,get:function(){return te.DEPRECATED_KEYS}});Object.defineProperty(J,"FLIPPED_ALIAS_KEYS",{enumerable:true,get:function(){return te.FLIPPED_ALIAS_KEYS}});Object.defineProperty(J,"NODE_FIELDS",{enumerable:true,get:function(){return te.NODE_FIELDS}});Object.defineProperty(J,"NODE_PARENT_VALIDATIONS",{enumerable:true,get:function(){return te.NODE_PARENT_VALIDATIONS}});Object.defineProperty(J,"NODE_UNION_SHAPES__PRIVATE",{enumerable:true,get:function(){return te.NODE_UNION_SHAPES__PRIVATE}});Object.defineProperty(J,"PLACEHOLDERS",{enumerable:true,get:function(){return re.PLACEHOLDERS}});Object.defineProperty(J,"PLACEHOLDERS_ALIAS",{enumerable:true,get:function(){return re.PLACEHOLDERS_ALIAS}});Object.defineProperty(J,"PLACEHOLDERS_FLIPPED_ALIAS",{enumerable:true,get:function(){return re.PLACEHOLDERS_FLIPPED_ALIAS}});J.TYPES=void 0;Object.defineProperty(J,"VISITOR_KEYS",{enumerable:true,get:function(){return te.VISITOR_KEYS}});ee(6322);ee(34437);ee(84028);ee(12153);ee(10571);ee(81390);var te=ee(26376);var re=ee(75007);var ne=ee(42461);Object.keys(ne.DEPRECATED_ALIASES).forEach((S=>{te.FLIPPED_ALIAS_KEYS[S]=te.FLIPPED_ALIAS_KEYS[ne.DEPRECATED_ALIASES[S]]}));for(const{types:S,set:J}of te.allExpandedTypes){for(const ee of S){const S=te.FLIPPED_ALIAS_KEYS[ee];if(S){S.forEach(J.add,J)}else{J.add(ee)}}}const ie=J.TYPES=[].concat(Object.keys(te.VISITOR_KEYS),Object.keys(te.FLIPPED_ALIAS_KEYS),Object.keys(te.DEPRECATED_KEYS))},84028:(S,J,ee)=>{"use strict";var te=ee(26376);const re=(0,te.defineAliasedType)("JSX");re("JSXAttribute",{visitor:["name","value"],aliases:["Immutable"],fields:{name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXNamespacedName")},value:{optional:true,validate:(0,te.assertNodeType)("JSXElement","JSXFragment","StringLiteral","JSXExpressionContainer")}}});re("JSXClosingElement",{visitor:["name"],aliases:["Immutable"],fields:{name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")}}});re("JSXElement",{builder:["openingElement","closingElement","children","selfClosing"],visitor:["openingElement","children","closingElement"],aliases:["Immutable","Expression"],fields:Object.assign({openingElement:{validate:(0,te.assertNodeType)("JSXOpeningElement")},closingElement:{optional:true,validate:(0,te.assertNodeType)("JSXClosingElement")},children:(0,te.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")},{selfClosing:{validate:(0,te.assertValueType)("boolean"),optional:true}})});re("JSXEmptyExpression",{});re("JSXExpressionContainer",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,te.assertNodeType)("Expression","JSXEmptyExpression")}}});re("JSXSpreadChild",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}}});re("JSXIdentifier",{builder:["name"],fields:{name:{validate:(0,te.assertValueType)("string")}}});re("JSXMemberExpression",{visitor:["object","property"],fields:{object:{validate:(0,te.assertNodeType)("JSXMemberExpression","JSXIdentifier")},property:{validate:(0,te.assertNodeType)("JSXIdentifier")}}});re("JSXNamespacedName",{visitor:["namespace","name"],fields:{namespace:{validate:(0,te.assertNodeType)("JSXIdentifier")},name:{validate:(0,te.assertNodeType)("JSXIdentifier")}}});re("JSXOpeningElement",{builder:["name","attributes","selfClosing"],visitor:["name","typeParameters","typeArguments","attributes"],aliases:["Immutable"],fields:Object.assign({name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")},selfClosing:{default:false},attributes:(0,te.validateArrayOfType)("JSXAttribute","JSXSpreadAttribute"),typeArguments:{validate:(0,te.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,te.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});re("JSXSpreadAttribute",{visitor:["argument"],fields:{argument:{validate:(0,te.assertNodeType)("Expression")}}});re("JSXText",{aliases:["Immutable"],builder:["value"],fields:{value:{validate:(0,te.assertValueType)("string")}}});re("JSXFragment",{builder:["openingFragment","closingFragment","children"],visitor:["openingFragment","children","closingFragment"],aliases:["Immutable","Expression"],fields:{openingFragment:{validate:(0,te.assertNodeType)("JSXOpeningFragment")},closingFragment:{validate:(0,te.assertNodeType)("JSXClosingFragment")},children:(0,te.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")}});re("JSXOpeningFragment",{aliases:["Immutable"]});re("JSXClosingFragment",{aliases:["Immutable"]})},12153:(S,J,ee)=>{"use strict";var te=ee(26376);var re=ee(75007);var ne=ee(6322);const ie=(0,te.defineAliasedType)("Miscellaneous");ie("Noop",{visitor:[]});ie("Placeholder",{visitor:[],builder:["expectedNode","name"],fields:Object.assign({name:{validate:(0,te.assertNodeType)("Identifier")},expectedNode:{validate:(0,te.assertOneOf)(...re.PLACEHOLDERS)}},(0,ne.patternLikeCommon)())});ie("V8IntrinsicIdentifier",{builder:["name"],fields:{name:{validate:(0,te.assertValueType)("string")}}})},75007:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.PLACEHOLDERS_FLIPPED_ALIAS=J.PLACEHOLDERS_ALIAS=J.PLACEHOLDERS=void 0;var te=ee(26376);const re=J.PLACEHOLDERS=["Identifier","StringLiteral","Expression","Statement","Declaration","BlockStatement","ClassBody","Pattern"];const ne=J.PLACEHOLDERS_ALIAS={Declaration:["Statement"],Pattern:["PatternLike","LVal"]};for(const S of re){const J=te.ALIAS_KEYS[S];if(J!=null&&J.length)ne[S]=J}const ie=J.PLACEHOLDERS_FLIPPED_ALIAS={};Object.keys(ne).forEach((S=>{ne[S].forEach((J=>{if(!hasOwnProperty.call(ie,J)){ie[J]=[]}ie[J].push(S)}))}))},81390:(S,J,ee)=>{"use strict";var te=ee(26376);var re=ee(6322);var ne=ee(32664);const ie=(0,te.defineAliasedType)("TypeScript");const oe=(0,te.assertValueType)("boolean");const tSFunctionTypeAnnotationCommon=()=>({returnType:{validate:(0,te.assertNodeType)("TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,te.assertNodeType)("TSTypeParameterDeclaration","Noop"),optional:true}});ie("TSParameterProperty",{aliases:["LVal"],visitor:["parameter"],fields:{accessibility:{validate:(0,te.assertOneOf)("public","private","protected"),optional:true},readonly:{validate:(0,te.assertValueType)("boolean"),optional:true},parameter:{validate:(0,te.assertNodeType)("Identifier","AssignmentPattern")},override:{validate:(0,te.assertValueType)("boolean"),optional:true},decorators:{validate:(0,te.arrayOfType)("Decorator"),optional:true}}});ie("TSDeclareFunction",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","params","returnType"],fields:Object.assign({},(0,re.functionDeclarationCommon)(),tSFunctionTypeAnnotationCommon())});ie("TSDeclareMethod",Object.assign({visitor:["decorators","key","typeParameters","params","returnType"]},(0,re.classMethodOrPropertyUnionShapeCommon)(),{fields:Object.assign({},(0,re.classMethodOrDeclareMethodCommon)(),tSFunctionTypeAnnotationCommon())}));ie("TSQualifiedName",{aliases:["TSEntityName"],visitor:["left","right"],fields:{left:(0,te.validateType)("TSEntityName"),right:(0,te.validateType)("Identifier")}});const signatureDeclarationCommon=()=>({typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),["parameters"]:(0,te.validateArrayOfType)("ArrayPattern","Identifier","ObjectPattern","RestElement"),["typeAnnotation"]:(0,te.validateOptionalType)("TSTypeAnnotation")});const se={aliases:["TSTypeElement"],visitor:["typeParameters","parameters","typeAnnotation"],fields:signatureDeclarationCommon()};ie("TSCallSignatureDeclaration",se);ie("TSConstructSignatureDeclaration",se);const namedTypeElementCommon=()=>({key:(0,te.validateType)("Expression"),computed:{default:false},optional:(0,te.validateOptional)(oe)});ie("TSPropertySignature",{aliases:["TSTypeElement"],visitor:["key","typeAnnotation"],fields:Object.assign({},namedTypeElementCommon(),{readonly:(0,te.validateOptional)(oe),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation"),kind:{optional:true,validate:(0,te.assertOneOf)("get","set")}})});ie("TSMethodSignature",{aliases:["TSTypeElement"],visitor:["key","typeParameters","parameters","typeAnnotation"],fields:Object.assign({},signatureDeclarationCommon(),namedTypeElementCommon(),{kind:{validate:(0,te.assertOneOf)("method","get","set")}})});ie("TSIndexSignature",{aliases:["TSTypeElement"],visitor:["parameters","typeAnnotation"],fields:{readonly:(0,te.validateOptional)(oe),static:(0,te.validateOptional)(oe),parameters:(0,te.validateArrayOfType)("Identifier"),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation")}});const ae=["TSAnyKeyword","TSBooleanKeyword","TSBigIntKeyword","TSIntrinsicKeyword","TSNeverKeyword","TSNullKeyword","TSNumberKeyword","TSObjectKeyword","TSStringKeyword","TSSymbolKeyword","TSUndefinedKeyword","TSUnknownKeyword","TSVoidKeyword"];for(const S of ae){ie(S,{aliases:["TSType","TSBaseType"],visitor:[],fields:{}})}ie("TSThisType",{aliases:["TSType","TSBaseType"],visitor:[],fields:{}});const le={aliases:["TSType"],visitor:["typeParameters","parameters","typeAnnotation"]};ie("TSFunctionType",Object.assign({},le,{fields:signatureDeclarationCommon()}));ie("TSConstructorType",Object.assign({},le,{fields:Object.assign({},signatureDeclarationCommon(),{abstract:(0,te.validateOptional)(oe)})}));ie("TSTypeReference",{aliases:["TSType"],visitor:["typeName","typeParameters"],fields:{typeName:(0,te.validateType)("TSEntityName"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSTypePredicate",{aliases:["TSType"],visitor:["parameterName","typeAnnotation"],builder:["parameterName","typeAnnotation","asserts"],fields:{parameterName:(0,te.validateType)("Identifier","TSThisType"),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation"),asserts:(0,te.validateOptional)(oe)}});ie("TSTypeQuery",{aliases:["TSType"],visitor:["exprName","typeParameters"],fields:{exprName:(0,te.validateType)("TSEntityName","TSImportType"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSTypeLiteral",{aliases:["TSType"],visitor:["members"],fields:{members:(0,te.validateArrayOfType)("TSTypeElement")}});ie("TSArrayType",{aliases:["TSType"],visitor:["elementType"],fields:{elementType:(0,te.validateType)("TSType")}});ie("TSTupleType",{aliases:["TSType"],visitor:["elementTypes"],fields:{elementTypes:(0,te.validateArrayOfType)("TSType","TSNamedTupleMember")}});ie("TSOptionalType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSRestType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSNamedTupleMember",{visitor:["label","elementType"],builder:["label","elementType","optional"],fields:{label:(0,te.validateType)("Identifier"),optional:{validate:oe,default:false},elementType:(0,te.validateType)("TSType")}});const ue={aliases:["TSType"],visitor:["types"],fields:{types:(0,te.validateArrayOfType)("TSType")}};ie("TSUnionType",ue);ie("TSIntersectionType",ue);ie("TSConditionalType",{aliases:["TSType"],visitor:["checkType","extendsType","trueType","falseType"],fields:{checkType:(0,te.validateType)("TSType"),extendsType:(0,te.validateType)("TSType"),trueType:(0,te.validateType)("TSType"),falseType:(0,te.validateType)("TSType")}});ie("TSInferType",{aliases:["TSType"],visitor:["typeParameter"],fields:{typeParameter:(0,te.validateType)("TSTypeParameter")}});ie("TSParenthesizedType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSTypeOperator",{aliases:["TSType"],visitor:["typeAnnotation"],builder:["typeAnnotation","operator"],fields:{operator:{validate:(0,te.assertValueType)("string"),default:"keyof"},typeAnnotation:(0,te.validateType)("TSType")}});ie("TSIndexedAccessType",{aliases:["TSType"],visitor:["objectType","indexType"],fields:{objectType:(0,te.validateType)("TSType"),indexType:(0,te.validateType)("TSType")}});ie("TSMappedType",{aliases:["TSType"],visitor:["typeParameter","nameType","typeAnnotation"],builder:["typeParameter","typeAnnotation","nameType"],fields:Object.assign({},{typeParameter:(0,te.validateType)("TSTypeParameter")},{readonly:(0,te.validateOptional)((0,te.assertOneOf)(true,false,"+","-")),optional:(0,te.validateOptional)((0,te.assertOneOf)(true,false,"+","-")),typeAnnotation:(0,te.validateOptionalType)("TSType"),nameType:(0,te.validateOptionalType)("TSType")})});ie("TSTemplateLiteralType",{aliases:["TSType","TSBaseType"],visitor:["quasis","types"],fields:{quasis:(0,te.validateArrayOfType)("TemplateElement"),types:{validate:(0,te.chain)((0,te.assertValueType)("array"),(0,te.assertEach)((0,te.assertNodeType)("TSType")),(function(S,J,ee){if(S.quasis.length!==ee.length+1){throw new TypeError(`Number of ${S.type} quasis should be exactly one more than the number of types.\nExpected ${ee.length+1} quasis but got ${S.quasis.length}`)}}))}}});ie("TSLiteralType",{aliases:["TSType","TSBaseType"],visitor:["literal"],fields:{literal:{validate:function(){const S=(0,te.assertNodeType)("NumericLiteral","BigIntLiteral");const J=(0,te.assertOneOf)("-");const ee=(0,te.assertNodeType)("NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral");const re=function validator(te,re,ie){if((0,ne.default)("UnaryExpression",ie)){J(ie,"operator",ie.operator);S(ie,"argument",ie.argument)}else{ee(te,re,ie)}};re.oneOfNodeTypes=["NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral","UnaryExpression"];return re}()}}});ie("TSExpressionWithTypeArguments",{aliases:["TSType"],visitor:["expression","typeParameters"],fields:{expression:(0,te.validateType)("TSEntityName"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSInterfaceDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","extends","body"],fields:{declare:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),extends:(0,te.validateOptional)((0,te.arrayOfType)("TSExpressionWithTypeArguments")),body:(0,te.validateType)("TSInterfaceBody")}});ie("TSInterfaceBody",{visitor:["body"],fields:{body:(0,te.validateArrayOfType)("TSTypeElement")}});ie("TSTypeAliasDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","typeAnnotation"],fields:{declare:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),typeAnnotation:(0,te.validateType)("TSType")}});ie("TSInstantiationExpression",{aliases:["Expression"],visitor:["expression","typeParameters"],fields:{expression:(0,te.validateType)("Expression"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});const pe={aliases:["Expression","LVal","PatternLike"],visitor:["expression","typeAnnotation"],fields:{expression:(0,te.validateType)("Expression"),typeAnnotation:(0,te.validateType)("TSType")}};ie("TSAsExpression",pe);ie("TSSatisfiesExpression",pe);ie("TSTypeAssertion",{aliases:["Expression","LVal","PatternLike"],visitor:["typeAnnotation","expression"],fields:{typeAnnotation:(0,te.validateType)("TSType"),expression:(0,te.validateType)("Expression")}});ie("TSEnumBody",{visitor:["members"],fields:{members:(0,te.validateArrayOfType)("TSEnumMember")}});ie("TSEnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","members"],fields:{declare:(0,te.validateOptional)(oe),const:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),members:(0,te.validateArrayOfType)("TSEnumMember"),initializer:(0,te.validateOptionalType)("Expression"),body:(0,te.validateOptionalType)("TSEnumBody")}});ie("TSEnumMember",{visitor:["id","initializer"],fields:{id:(0,te.validateType)("Identifier","StringLiteral"),initializer:(0,te.validateOptionalType)("Expression")}});ie("TSModuleDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:Object.assign({kind:{validate:(0,te.assertOneOf)("global","module","namespace")},declare:(0,te.validateOptional)(oe)},{global:(0,te.validateOptional)(oe)},{id:(0,te.validateType)("Identifier","StringLiteral"),body:(0,te.validateType)("TSModuleBlock","TSModuleDeclaration")})});ie("TSModuleBlock",{aliases:["Scopable","Block","BlockParent","FunctionParent"],visitor:["body"],fields:{body:(0,te.validateArrayOfType)("Statement")}});ie("TSImportType",{aliases:["TSType"],builder:["argument","qualifier","typeParameters"],visitor:["argument","options","qualifier","typeParameters"],fields:Object.assign({},{argument:(0,te.validateType)("StringLiteral")},{qualifier:(0,te.validateOptionalType)("TSEntityName")},{typeParameters:(0,te.validateOptionalType)("TSTypeParameterInstantiation")},{options:{validate:(0,te.assertNodeType)("ObjectExpression"),optional:true}})});ie("TSImportEqualsDeclaration",{aliases:["Statement","Declaration"],visitor:["id","moduleReference"],fields:Object.assign({},{isExport:(0,te.validate)(oe)},{id:(0,te.validateType)("Identifier"),moduleReference:(0,te.validateType)("TSEntityName","TSExternalModuleReference"),importKind:{validate:(0,te.assertOneOf)("type","value"),optional:true}})});ie("TSExternalModuleReference",{visitor:["expression"],fields:{expression:(0,te.validateType)("StringLiteral")}});ie("TSNonNullExpression",{aliases:["Expression","LVal","PatternLike"],visitor:["expression"],fields:{expression:(0,te.validateType)("Expression")}});ie("TSExportAssignment",{aliases:["Statement"],visitor:["expression"],fields:{expression:(0,te.validateType)("Expression")}});ie("TSNamespaceExportDeclaration",{aliases:["Statement"],visitor:["id"],fields:{id:(0,te.validateType)("Identifier")}});ie("TSTypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:{validate:(0,te.assertNodeType)("TSType")}}});ie("TSTypeParameterInstantiation",{visitor:["params"],fields:{params:(0,te.validateArrayOfType)("TSType")}});ie("TSTypeParameterDeclaration",{visitor:["params"],fields:{params:(0,te.validateArrayOfType)("TSTypeParameter")}});ie("TSTypeParameter",{builder:["constraint","default","name"],visitor:["constraint","default"],fields:{name:{validate:(0,te.assertValueType)("string")},in:{validate:(0,te.assertValueType)("boolean"),optional:true},out:{validate:(0,te.assertValueType)("boolean"),optional:true},const:{validate:(0,te.assertValueType)("boolean"),optional:true},constraint:{validate:(0,te.assertNodeType)("TSType"),optional:true},default:{validate:(0,te.assertNodeType)("TSType"),optional:true}}})},26376:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.allExpandedTypes=J.VISITOR_KEYS=J.NODE_UNION_SHAPES__PRIVATE=J.NODE_PARENT_VALIDATIONS=J.NODE_FIELDS=J.FLIPPED_ALIAS_KEYS=J.DEPRECATED_KEYS=J.BUILDER_KEYS=J.ALIAS_KEYS=void 0;J.arrayOf=arrayOf;J.arrayOfType=arrayOfType;J.assertEach=assertEach;J.assertNodeOrValueType=assertNodeOrValueType;J.assertNodeType=assertNodeType;J.assertOneOf=assertOneOf;J.assertOptionalChainStart=assertOptionalChainStart;J.assertShape=assertShape;J.assertValueType=assertValueType;J.chain=chain;J["default"]=defineType;J.defineAliasedType=defineAliasedType;J.validate=validate;J.validateArrayOfType=validateArrayOfType;J.validateOptional=validateOptional;J.validateOptionalType=validateOptionalType;J.validateType=validateType;var te=ee(32664);var re=ee(58546);const ne=J.VISITOR_KEYS={};const ie=J.ALIAS_KEYS={};const oe=J.FLIPPED_ALIAS_KEYS={};const se=J.NODE_FIELDS={};const ae=J.BUILDER_KEYS={};const le=J.DEPRECATED_KEYS={};const ue=J.NODE_PARENT_VALIDATIONS={};const pe=J.NODE_UNION_SHAPES__PRIVATE={};function getType(S){if(Array.isArray(S)){return"array"}else if(S===null){return"null"}else{return typeof S}}function validate(S){return{validate:S}}function validateType(...S){return validate(assertNodeType(...S))}function validateOptional(S){return{validate:S,optional:true}}function validateOptionalType(...S){return{validate:assertNodeType(...S),optional:true}}function arrayOf(S){return chain(assertValueType("array"),assertEach(S))}function arrayOfType(...S){return arrayOf(assertNodeType(...S))}function validateArrayOfType(...S){return validate(arrayOfType(...S))}function assertEach(S){const J=process.env.BABEL_TYPES_8_BREAKING?re.validateChild:()=>{};function validator(ee,te,re){if(!Array.isArray(re))return;let ne=0;const ie={toString(){return`${te}[${ne}]`}};for(;ne<re.length;ne++){const te=re[ne];S(ee,ie,te);J(ee,ie,te)}}validator.each=S;return validator}function assertOneOf(...S){function validate(J,ee,te){if(!S.includes(te)){throw new TypeError(`Property ${ee} expected value to be one of ${JSON.stringify(S)} but got ${JSON.stringify(te)}`)}}validate.oneOf=S;return validate}const de=J.allExpandedTypes=[];function assertNodeType(...S){const J=new Set;de.push({types:S,set:J});function validate(ee,ne,ie){const oe=ie==null?void 0:ie.type;if(oe!=null){if(J.has(oe)){(0,re.validateChild)(ee,ne,ie);return}if(oe==="Placeholder"){for(const J of S){if((0,te.default)(J,ie)){(0,re.validateChild)(ee,ne,ie);return}}}}throw new TypeError(`Property ${ne} of ${ee.type} expected node to be of a type ${JSON.stringify(S)} but instead got ${JSON.stringify(oe)}`)}validate.oneOfNodeTypes=S;return validate}function assertNodeOrValueType(...S){function validate(J,ee,ne){const ie=getType(ne);for(const oe of S){if(ie===oe||(0,te.default)(oe,ne)){(0,re.validateChild)(J,ee,ne);return}}throw new TypeError(`Property ${ee} of ${J.type} expected node to be of a type ${JSON.stringify(S)} but instead got ${JSON.stringify(ne==null?void 0:ne.type)}`)}validate.oneOfNodeOrValueTypes=S;return validate}function assertValueType(S){function validate(J,ee,te){if(getType(te)===S){return}throw new TypeError(`Property ${ee} expected type of ${S} but got ${getType(te)}`)}validate.type=S;return validate}function assertShape(S){const J=Object.keys(S);function validate(ee,te,ne){const ie=[];for(const te of J){try{(0,re.validateField)(ee,te,ne[te],S[te])}catch(S){if(S instanceof TypeError){ie.push(S.message);continue}throw S}}if(ie.length){throw new TypeError(`Property ${te} of ${ee.type} expected to have the following:\n${ie.join("\n")}`)}}validate.shapeOf=S;return validate}function assertOptionalChainStart(){function validate(S){var J;let ee=S;while(S){const{type:S}=ee;if(S==="OptionalCallExpression"){if(ee.optional)return;ee=ee.callee;continue}if(S==="OptionalMemberExpression"){if(ee.optional)return;ee=ee.object;continue}break}throw new TypeError(`Non-optional ${S.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(J=ee)==null?void 0:J.type}`)}return validate}function chain(...S){function validate(...J){for(const ee of S){ee(...J)}}validate.chainOf=S;if(S.length>=2&&"type"in S[0]&&S[0].type==="array"&&!("each"in S[1])){throw new Error(`An assertValueType("array") validator can only be followed by an assertEach(...) validator.`)}return validate}const fe=new Set(["aliases","builder","deprecatedAlias","fields","inherits","visitor","validate","unionShape"]);const me=new Set(["default","optional","deprecated","validate"]);const ge={};function defineAliasedType(...S){return(J,ee={})=>{let te=ee.aliases;if(!te){var re;if(ee.inherits)te=(re=ge[ee.inherits].aliases)==null?void 0:re.slice();te!=null?te:te=[];ee.aliases=te}const ne=S.filter((S=>!te.includes(S)));te.unshift(...ne);defineType(J,ee)}}function defineType(S,J={}){const ee=J.inherits&&ge[J.inherits]||{};let te=J.fields;if(!te){te={};if(ee.fields){const S=Object.getOwnPropertyNames(ee.fields);for(const J of S){const S=ee.fields[J];const re=S.default;if(Array.isArray(re)?re.length>0:re&&typeof re==="object"){throw new Error("field defaults can only be primitives or empty arrays currently")}te[J]={default:Array.isArray(re)?[]:re,optional:S.optional,deprecated:S.deprecated,validate:S.validate}}}}const re=J.visitor||ee.visitor||[];const de=J.aliases||ee.aliases||[];const he=J.builder||ee.builder||J.visitor||[];for(const ee of Object.keys(J)){if(!fe.has(ee)){throw new Error(`Unknown type option "${ee}" on ${S}`)}}if(J.deprecatedAlias){le[J.deprecatedAlias]=S}for(const S of re.concat(he)){te[S]=te[S]||{}}for(const J of Object.keys(te)){const ee=te[J];if(ee.default!==undefined&&!he.includes(J)){ee.optional=true}if(ee.default===undefined){ee.default=null}else if(!ee.validate&&ee.default!=null){ee.validate=assertValueType(getType(ee.default))}for(const te of Object.keys(ee)){if(!me.has(te)){throw new Error(`Unknown field key "${te}" on ${S}.${J}`)}}}ne[S]=J.visitor=re;ae[S]=J.builder=he;se[S]=J.fields=te;ie[S]=J.aliases=de;de.forEach((J=>{oe[J]=oe[J]||[];oe[J].push(S)}));if(J.validate){ue[S]=J.validate}if(J.unionShape){pe[S]=J.unionShape}ge[S]=J}},6348:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});var te={react:true,assertNode:true,createTypeAnnotationBasedOnTypeof:true,createUnionTypeAnnotation:true,createFlowUnionType:true,createTSUnionType:true,cloneNode:true,clone:true,cloneDeep:true,cloneDeepWithoutLoc:true,cloneWithoutLoc:true,addComment:true,addComments:true,inheritInnerComments:true,inheritLeadingComments:true,inheritsComments:true,inheritTrailingComments:true,removeComments:true,ensureBlock:true,toBindingIdentifierName:true,toBlock:true,toComputedKey:true,toExpression:true,toIdentifier:true,toKeyAlias:true,toStatement:true,valueToNode:true,appendToMemberExpression:true,inherits:true,prependToMemberExpression:true,removeProperties:true,removePropertiesDeep:true,removeTypeDuplicates:true,getAssignmentIdentifiers:true,getBindingIdentifiers:true,getOuterBindingIdentifiers:true,getFunctionName:true,traverse:true,traverseFast:true,shallowEqual:true,is:true,isBinding:true,isBlockScoped:true,isImmutable:true,isLet:true,isNode:true,isNodesEquivalent:true,isPlaceholderType:true,isReferenced:true,isScope:true,isSpecifierDefault:true,isType:true,isValidES3Identifier:true,isValidIdentifier:true,isVar:true,matchesPattern:true,validate:true,buildMatchMemberExpression:true,__internal__deprecationWarning:true};Object.defineProperty(J,"__internal__deprecationWarning",{enumerable:true,get:function(){return Ot.default}});Object.defineProperty(J,"addComment",{enumerable:true,get:function(){return ye.default}});Object.defineProperty(J,"addComments",{enumerable:true,get:function(){return ve.default}});Object.defineProperty(J,"appendToMemberExpression",{enumerable:true,get:function(){return Je.default}});Object.defineProperty(J,"assertNode",{enumerable:true,get:function(){return oe.default}});Object.defineProperty(J,"buildMatchMemberExpression",{enumerable:true,get:function(){return It.default}});Object.defineProperty(J,"clone",{enumerable:true,get:function(){return me.default}});Object.defineProperty(J,"cloneDeep",{enumerable:true,get:function(){return ge.default}});Object.defineProperty(J,"cloneDeepWithoutLoc",{enumerable:true,get:function(){return he.default}});Object.defineProperty(J,"cloneNode",{enumerable:true,get:function(){return fe.default}});Object.defineProperty(J,"cloneWithoutLoc",{enumerable:true,get:function(){return _e.default}});Object.defineProperty(J,"createFlowUnionType",{enumerable:true,get:function(){return le.default}});Object.defineProperty(J,"createTSUnionType",{enumerable:true,get:function(){return ue.default}});Object.defineProperty(J,"createTypeAnnotationBasedOnTypeof",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(J,"createUnionTypeAnnotation",{enumerable:true,get:function(){return le.default}});Object.defineProperty(J,"ensureBlock",{enumerable:true,get:function(){return Ae.default}});Object.defineProperty(J,"getAssignmentIdentifiers",{enumerable:true,get:function(){return Ke.default}});Object.defineProperty(J,"getBindingIdentifiers",{enumerable:true,get:function(){return Xe.default}});Object.defineProperty(J,"getFunctionName",{enumerable:true,get:function(){return et.default}});Object.defineProperty(J,"getOuterBindingIdentifiers",{enumerable:true,get:function(){return Qe.default}});Object.defineProperty(J,"inheritInnerComments",{enumerable:true,get:function(){return be.default}});Object.defineProperty(J,"inheritLeadingComments",{enumerable:true,get:function(){return Se.default}});Object.defineProperty(J,"inheritTrailingComments",{enumerable:true,get:function(){return Ee.default}});Object.defineProperty(J,"inherits",{enumerable:true,get:function(){return ze.default}});Object.defineProperty(J,"inheritsComments",{enumerable:true,get:function(){return xe.default}});Object.defineProperty(J,"is",{enumerable:true,get:function(){return st.default}});Object.defineProperty(J,"isBinding",{enumerable:true,get:function(){return ct.default}});Object.defineProperty(J,"isBlockScoped",{enumerable:true,get:function(){return ut.default}});Object.defineProperty(J,"isImmutable",{enumerable:true,get:function(){return pt.default}});Object.defineProperty(J,"isLet",{enumerable:true,get:function(){return dt.default}});Object.defineProperty(J,"isNode",{enumerable:true,get:function(){return mt.default}});Object.defineProperty(J,"isNodesEquivalent",{enumerable:true,get:function(){return yt.default}});Object.defineProperty(J,"isPlaceholderType",{enumerable:true,get:function(){return vt.default}});Object.defineProperty(J,"isReferenced",{enumerable:true,get:function(){return bt.default}});Object.defineProperty(J,"isScope",{enumerable:true,get:function(){return St.default}});Object.defineProperty(J,"isSpecifierDefault",{enumerable:true,get:function(){return Et.default}});Object.defineProperty(J,"isType",{enumerable:true,get:function(){return Ct.default}});Object.defineProperty(J,"isValidES3Identifier",{enumerable:true,get:function(){return Pt.default}});Object.defineProperty(J,"isValidIdentifier",{enumerable:true,get:function(){return Nt.default}});Object.defineProperty(J,"isVar",{enumerable:true,get:function(){return At.default}});Object.defineProperty(J,"matchesPattern",{enumerable:true,get:function(){return kt.default}});Object.defineProperty(J,"prependToMemberExpression",{enumerable:true,get:function(){return Ge.default}});J.react=void 0;Object.defineProperty(J,"removeComments",{enumerable:true,get:function(){return Ce.default}});Object.defineProperty(J,"removeProperties",{enumerable:true,get:function(){return qe.default}});Object.defineProperty(J,"removePropertiesDeep",{enumerable:true,get:function(){return $e.default}});Object.defineProperty(J,"removeTypeDuplicates",{enumerable:true,get:function(){return He.default}});Object.defineProperty(J,"shallowEqual",{enumerable:true,get:function(){return it.default}});Object.defineProperty(J,"toBindingIdentifierName",{enumerable:true,get:function(){return ke.default}});Object.defineProperty(J,"toBlock",{enumerable:true,get:function(){return De.default}});Object.defineProperty(J,"toComputedKey",{enumerable:true,get:function(){return Fe.default}});Object.defineProperty(J,"toExpression",{enumerable:true,get:function(){return Oe.default}});Object.defineProperty(J,"toIdentifier",{enumerable:true,get:function(){return we.default}});Object.defineProperty(J,"toKeyAlias",{enumerable:true,get:function(){return Me.default}});Object.defineProperty(J,"toStatement",{enumerable:true,get:function(){return Re.default}});Object.defineProperty(J,"traverse",{enumerable:true,get:function(){return rt.default}});Object.defineProperty(J,"traverseFast",{enumerable:true,get:function(){return nt.default}});Object.defineProperty(J,"validate",{enumerable:true,get:function(){return Dt.default}});Object.defineProperty(J,"valueToNode",{enumerable:true,get:function(){return je.default}});var re=ee(27686);var ne=ee(85080);var ie=ee(55774);var oe=ee(84540);var se=ee(43034);Object.keys(se).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===se[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return se[S]}})}));var ae=ee(28938);var le=ee(55517);var ue=ee(78973);var pe=ee(70589);Object.keys(pe).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===pe[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return pe[S]}})}));var de=ee(74555);Object.keys(de).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===de[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return de[S]}})}));var fe=ee(6731);var me=ee(16167);var ge=ee(20185);var he=ee(18127);var _e=ee(17309);var ye=ee(23871);var ve=ee(71354);var be=ee(64232);var Se=ee(81922);var xe=ee(85185);var Ee=ee(89854);var Ce=ee(88321);var Pe=ee(61576);Object.keys(Pe).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Pe[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Pe[S]}})}));var Ne=ee(15594);Object.keys(Ne).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ne[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ne[S]}})}));var Ae=ee(35087);var ke=ee(73142);var De=ee(84950);var Fe=ee(74885);var Oe=ee(47601);var we=ee(95540);var Me=ee(13022);var Re=ee(52298);var je=ee(56260);var Ue=ee(85437);Object.keys(Ue).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ue[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ue[S]}})}));var Je=ee(56325);var ze=ee(72944);var Ge=ee(13407);var qe=ee(46025);var $e=ee(18291);var He=ee(27313);var Ke=ee(64603);var Xe=ee(79005);var Qe=ee(85864);var et=ee(42401);var rt=ee(12217);Object.keys(rt).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===rt[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return rt[S]}})}));var nt=ee(94219);var it=ee(30732);var st=ee(32664);var ct=ee(10139);var ut=ee(10395);var pt=ee(68262);var dt=ee(96923);var mt=ee(9592);var yt=ee(90639);var vt=ee(40975);var bt=ee(87171);var St=ee(47450);var Et=ee(56709);var Ct=ee(43872);var Pt=ee(67292);var Nt=ee(44939);var At=ee(22407);var kt=ee(85841);var Dt=ee(58546);var It=ee(41693);var Ft=ee(78596);Object.keys(Ft).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ft[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ft[S]}})}));var Ot=ee(49230);var Lt=ee(83940);const Mt=J.react={isReactComponent:re.default,isCompatTag:ne.default,buildChildren:ie.default};J.toSequenceExpression=Lt.default;if(process.env.BABEL_TYPES_8_BREAKING){console.warn("BABEL_TYPES_8_BREAKING is not supported anymore. Use the latest Babel 8.0.0 pre-release instead!")}},56325:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=appendToMemberExpression;var te=ee(74555);function appendToMemberExpression(S,J,ee=false){S.object=(0,te.memberExpression)(S.object,S.property,S.computed);S.property=J;S.computed=!!ee;return S}},27313:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeTypeDuplicates;var te=ee(78596);function getQualifiedName(S){return(0,te.isIdentifier)(S)?S.name:`${S.id.name}.${getQualifiedName(S.qualification)}`}function removeTypeDuplicates(S){const J=Array.from(S);const ee=new Map;const re=new Map;const ne=new Set;const ie=[];for(let S=0;S<J.length;S++){const oe=J[S];if(!oe)continue;if(ie.includes(oe)){continue}if((0,te.isAnyTypeAnnotation)(oe)){return[oe]}if((0,te.isFlowBaseAnnotation)(oe)){re.set(oe.type,oe);continue}if((0,te.isUnionTypeAnnotation)(oe)){if(!ne.has(oe.types)){J.push(...oe.types);ne.add(oe.types)}continue}if((0,te.isGenericTypeAnnotation)(oe)){const S=getQualifiedName(oe.id);if(ee.has(S)){let J=ee.get(S);if(J.typeParameters){if(oe.typeParameters){J.typeParameters.params.push(...oe.typeParameters.params);J.typeParameters.params=removeTypeDuplicates(J.typeParameters.params)}}else{J=oe.typeParameters}}else{ee.set(S,oe)}continue}ie.push(oe)}for(const[,S]of re){ie.push(S)}for(const[,S]of ee){ie.push(S)}return ie}},72944:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inherits;var te=ee(15594);var re=ee(85185);function inherits(S,J){if(!S||!J)return S;for(const ee of te.INHERIT_KEYS.optional){if(S[ee]==null){S[ee]=J[ee]}}for(const ee of Object.keys(J)){if(ee.startsWith("_")&&ee!=="__clone"){S[ee]=J[ee]}}for(const ee of te.INHERIT_KEYS.force){S[ee]=J[ee]}(0,re.default)(S,J);return S}},13407:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=prependToMemberExpression;var te=ee(74555);var re=ee(6348);function prependToMemberExpression(S,J){if((0,re.isSuper)(S.object)){throw new Error("Cannot prepend node to super property access (`super.foo`).")}S.object=(0,te.memberExpression)(J,S.object);return S}},46025:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeProperties;var te=ee(15594);const re=["tokens","start","end","loc","raw","rawValue"];const ne=[...te.COMMENT_KEYS,"comments",...re];function removeProperties(S,J={}){const ee=J.preserveComments?re:ne;for(const J of ee){if(S[J]!=null)S[J]=undefined}for(const J of Object.keys(S)){if(J.startsWith("_")&&S[J]!=null)S[J]=undefined}const te=Object.getOwnPropertySymbols(S);for(const J of te){S[J]=null}}},18291:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removePropertiesDeep;var te=ee(94219);var re=ee(46025);function removePropertiesDeep(S,J){(0,te.default)(S,re.default,J);return S}},5376:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeTypeDuplicates;var te=ee(78596);function getQualifiedName(S){return(0,te.isIdentifier)(S)?S.name:(0,te.isThisExpression)(S)?"this":`${S.right.name}.${getQualifiedName(S.left)}`}function removeTypeDuplicates(S){const J=Array.from(S);const ee=new Map;const re=new Map;const ne=new Set;const ie=[];for(let S=0;S<J.length;S++){const oe=J[S];if(!oe)continue;if(ie.includes(oe)){continue}if((0,te.isTSAnyKeyword)(oe)){return[oe]}if((0,te.isTSBaseType)(oe)){re.set(oe.type,oe);continue}if((0,te.isTSUnionType)(oe)){if(!ne.has(oe.types)){J.push(...oe.types);ne.add(oe.types)}continue}const se="typeParameters";if((0,te.isTSTypeReference)(oe)&&oe[se]){const S=oe[se];const J=getQualifiedName(oe.typeName);if(ee.has(J)){let te=ee.get(J);const re=te[se];if(re){re.params.push(...S.params);re.params=removeTypeDuplicates(re.params)}else{te=S}}else{ee.set(J,oe)}continue}ie.push(oe)}for(const[,S]of re){ie.push(S)}for(const[,S]of ee){ie.push(S)}return ie}},64603:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getAssignmentIdentifiers;function getAssignmentIdentifiers(S){const J=[].concat(S);const ee=Object.create(null);while(J.length){const S=J.pop();if(!S)continue;switch(S.type){case"ArrayPattern":J.push(...S.elements);break;case"AssignmentExpression":case"AssignmentPattern":case"ForInStatement":case"ForOfStatement":J.push(S.left);break;case"ObjectPattern":J.push(...S.properties);break;case"ObjectProperty":J.push(S.value);break;case"RestElement":case"UpdateExpression":J.push(S.argument);break;case"UnaryExpression":if(S.operator==="delete"){J.push(S.argument)}break;case"Identifier":ee[S.name]=S;break;default:break}}return ee}},79005:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getBindingIdentifiers;var te=ee(78596);function getBindingIdentifiers(S,J,ee,re){const ne=[].concat(S);const ie=Object.create(null);while(ne.length){const S=ne.shift();if(!S)continue;if(re&&((0,te.isAssignmentExpression)(S)||(0,te.isUnaryExpression)(S)||(0,te.isUpdateExpression)(S))){continue}if((0,te.isIdentifier)(S)){if(J){const J=ie[S.name]=ie[S.name]||[];J.push(S)}else{ie[S.name]=S}continue}if((0,te.isExportDeclaration)(S)&&!(0,te.isExportAllDeclaration)(S)){if((0,te.isDeclaration)(S.declaration)){ne.push(S.declaration)}continue}if(ee){if((0,te.isFunctionDeclaration)(S)){ne.push(S.id);continue}if((0,te.isFunctionExpression)(S)){continue}}const oe=getBindingIdentifiers.keys[S.type];if(oe){for(let J=0;J<oe.length;J++){const ee=oe[J];const te=S[ee];if(te){if(Array.isArray(te)){ne.push(...te)}else{ne.push(te)}}}}}return ie}const re={DeclareClass:["id"],DeclareFunction:["id"],DeclareModule:["id"],DeclareVariable:["id"],DeclareInterface:["id"],DeclareTypeAlias:["id"],DeclareOpaqueType:["id"],InterfaceDeclaration:["id"],TypeAlias:["id"],OpaqueType:["id"],CatchClause:["param"],LabeledStatement:["label"],UnaryExpression:["argument"],AssignmentExpression:["left"],ImportSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportDefaultSpecifier:["local"],ImportDeclaration:["specifiers"],TSImportEqualsDeclaration:["id"],ExportSpecifier:["exported"],ExportNamespaceSpecifier:["exported"],ExportDefaultSpecifier:["exported"],FunctionDeclaration:["id","params"],FunctionExpression:["id","params"],ArrowFunctionExpression:["params"],ObjectMethod:["params"],ClassMethod:["params"],ClassPrivateMethod:["params"],ForInStatement:["left"],ForOfStatement:["left"],ClassDeclaration:["id"],ClassExpression:["id"],RestElement:["argument"],UpdateExpression:["argument"],ObjectProperty:["value"],AssignmentPattern:["left"],ArrayPattern:["elements"],ObjectPattern:["properties"],VariableDeclaration:["declarations"],VariableDeclarator:["id"]};getBindingIdentifiers.keys=re},42401:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getFunctionName;var te=ee(78596);function getNameFromLiteralId(S){if((0,te.isNullLiteral)(S)){return"null"}if((0,te.isRegExpLiteral)(S)){return`/${S.pattern}/${S.flags}`}if((0,te.isTemplateLiteral)(S)){return S.quasis.map((S=>S.value.raw)).join("")}if(S.value!==undefined){return String(S.value)}return null}function getObjectMemberKey(S){if(!S.computed||(0,te.isLiteral)(S.key)){return S.key}}function getFunctionName(S,J){if("id"in S&&S.id){return{name:S.id.name,originalNode:S.id}}let ee="";let re;if((0,te.isObjectProperty)(J,{value:S})){re=getObjectMemberKey(J)}else if((0,te.isObjectMethod)(S)||(0,te.isClassMethod)(S)){re=getObjectMemberKey(S);if(S.kind==="get")ee="get ";else if(S.kind==="set")ee="set "}else if((0,te.isVariableDeclarator)(J,{init:S})){re=J.id}else if((0,te.isAssignmentExpression)(J,{operator:"=",right:S})){re=J.left}if(!re)return null;const ne=(0,te.isLiteral)(re)?getNameFromLiteralId(re):(0,te.isIdentifier)(re)?re.name:(0,te.isPrivateName)(re)?re.id.name:null;if(ne==null)return null;return{name:ee+ne,originalNode:re}}},85864:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(79005);var re=J["default"]=getOuterBindingIdentifiers;function getOuterBindingIdentifiers(S,J){return(0,te.default)(S,J,true)}},12217:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverse;var te=ee(85437);function traverse(S,J,ee){if(typeof J==="function"){J={enter:J}}const{enter:te,exit:re}=J;traverseSimpleImpl(S,te,re,ee,[])}function traverseSimpleImpl(S,J,ee,re,ne){const ie=te.VISITOR_KEYS[S.type];if(!ie)return;if(J)J(S,ne,re);for(const te of ie){const ie=S[te];if(Array.isArray(ie)){for(let oe=0;oe<ie.length;oe++){const se=ie[oe];if(!se)continue;ne.push({node:S,key:te,index:oe});traverseSimpleImpl(se,J,ee,re,ne);ne.pop()}}else if(ie){ne.push({node:S,key:te});traverseSimpleImpl(ie,J,ee,re,ne);ne.pop()}}if(ee)ee(S,ne,re)}},94219:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverseFast;var te=ee(85437);const re=Symbol();const ne=Symbol();function traverseFast(S,J,ee){if(!S)return false;const ie=te.VISITOR_KEYS[S.type];if(!ie)return false;ee=ee||{};const oe=J(S,ee);if(oe!==undefined){switch(oe){case re:return false;case ne:return true}}for(const te of ie){const re=S[te];if(!re)continue;if(Array.isArray(re)){for(const S of re){if(traverseFast(S,J,ee))return true}}else{if(traverseFast(re,J,ee))return true}}return false}traverseFast.skip=re;traverseFast.stop=ne},49230:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=deprecationWarning;const ee=new Set;function deprecationWarning(S,J,te="",re=S){if(ee.has(re))return;ee.add(re);const{internal:ne,trace:ie}=captureShortStackTrace(1,2);if(ne){return}console.warn(`${te}\`${S}\` has been deprecated, please migrate to \`${J}\`\n${ie}`)}function captureShortStackTrace(S,J){const{stackTraceLimit:ee,prepareStackTrace:te}=Error;let re;Error.stackTraceLimit=1+S+J;Error.prepareStackTrace=function(S,J){re=J};(new Error).stack;Error.stackTraceLimit=ee;Error.prepareStackTrace=te;if(!re)return{internal:false,trace:""};const ne=re.slice(1+S,1+S+J);return{internal:/[\\/]@babel[\\/]/.test(ne[1].getFileName()),trace:ne.map((S=>` at ${S}`)).join("\n")}}},93633:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inherit;function inherit(S,J,ee){if(J&&ee){J[S]=Array.from(new Set([].concat(J[S],ee[S]).filter(Boolean)))}}},74527:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cleanJSXElementLiteralChild;var te=ee(74555);var re=ee(6348);function cleanJSXElementLiteralChild(S,J){const ee=S.value.split(/\r\n|\n|\r/);let ne=0;for(let S=0;S<ee.length;S++){if(/[^ \t]/.exec(ee[S])){ne=S}}let ie="";for(let S=0;S<ee.length;S++){const J=ee[S];const te=S===0;const re=S===ee.length-1;const oe=S===ne;let se=J.replace(/\t/g," ");if(!te){se=se.replace(/^ +/,"")}if(!re){se=se.replace(/ +$/,"")}if(se){if(!oe){se+=" "}ie+=se}}if(ie)J.push((0,re.inherits)((0,te.stringLiteral)(ie),S))}},30732:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=shallowEqual;function shallowEqual(S,J){const ee=Object.keys(J);for(const te of ee){if(S[te]!==J[te]){return false}}return true}},41693:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=buildMatchMemberExpression;var te=ee(85841);function buildMatchMemberExpression(S,J){const ee=S.split(".");return S=>(0,te.default)(S,ee,J)}},78596:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.isAccessor=isAccessor;J.isAnyTypeAnnotation=isAnyTypeAnnotation;J.isArgumentPlaceholder=isArgumentPlaceholder;J.isArrayExpression=isArrayExpression;J.isArrayPattern=isArrayPattern;J.isArrayTypeAnnotation=isArrayTypeAnnotation;J.isArrowFunctionExpression=isArrowFunctionExpression;J.isAssignmentExpression=isAssignmentExpression;J.isAssignmentPattern=isAssignmentPattern;J.isAwaitExpression=isAwaitExpression;J.isBigIntLiteral=isBigIntLiteral;J.isBinary=isBinary;J.isBinaryExpression=isBinaryExpression;J.isBindExpression=isBindExpression;J.isBlock=isBlock;J.isBlockParent=isBlockParent;J.isBlockStatement=isBlockStatement;J.isBooleanLiteral=isBooleanLiteral;J.isBooleanLiteralTypeAnnotation=isBooleanLiteralTypeAnnotation;J.isBooleanTypeAnnotation=isBooleanTypeAnnotation;J.isBreakStatement=isBreakStatement;J.isCallExpression=isCallExpression;J.isCatchClause=isCatchClause;J.isClass=isClass;J.isClassAccessorProperty=isClassAccessorProperty;J.isClassBody=isClassBody;J.isClassDeclaration=isClassDeclaration;J.isClassExpression=isClassExpression;J.isClassImplements=isClassImplements;J.isClassMethod=isClassMethod;J.isClassPrivateMethod=isClassPrivateMethod;J.isClassPrivateProperty=isClassPrivateProperty;J.isClassProperty=isClassProperty;J.isCompletionStatement=isCompletionStatement;J.isConditional=isConditional;J.isConditionalExpression=isConditionalExpression;J.isContinueStatement=isContinueStatement;J.isDebuggerStatement=isDebuggerStatement;J.isDecimalLiteral=isDecimalLiteral;J.isDeclaration=isDeclaration;J.isDeclareClass=isDeclareClass;J.isDeclareExportAllDeclaration=isDeclareExportAllDeclaration;J.isDeclareExportDeclaration=isDeclareExportDeclaration;J.isDeclareFunction=isDeclareFunction;J.isDeclareInterface=isDeclareInterface;J.isDeclareModule=isDeclareModule;J.isDeclareModuleExports=isDeclareModuleExports;J.isDeclareOpaqueType=isDeclareOpaqueType;J.isDeclareTypeAlias=isDeclareTypeAlias;J.isDeclareVariable=isDeclareVariable;J.isDeclaredPredicate=isDeclaredPredicate;J.isDecorator=isDecorator;J.isDirective=isDirective;J.isDirectiveLiteral=isDirectiveLiteral;J.isDoExpression=isDoExpression;J.isDoWhileStatement=isDoWhileStatement;J.isEmptyStatement=isEmptyStatement;J.isEmptyTypeAnnotation=isEmptyTypeAnnotation;J.isEnumBody=isEnumBody;J.isEnumBooleanBody=isEnumBooleanBody;J.isEnumBooleanMember=isEnumBooleanMember;J.isEnumDeclaration=isEnumDeclaration;J.isEnumDefaultedMember=isEnumDefaultedMember;J.isEnumMember=isEnumMember;J.isEnumNumberBody=isEnumNumberBody;J.isEnumNumberMember=isEnumNumberMember;J.isEnumStringBody=isEnumStringBody;J.isEnumStringMember=isEnumStringMember;J.isEnumSymbolBody=isEnumSymbolBody;J.isExistsTypeAnnotation=isExistsTypeAnnotation;J.isExportAllDeclaration=isExportAllDeclaration;J.isExportDeclaration=isExportDeclaration;J.isExportDefaultDeclaration=isExportDefaultDeclaration;J.isExportDefaultSpecifier=isExportDefaultSpecifier;J.isExportNamedDeclaration=isExportNamedDeclaration;J.isExportNamespaceSpecifier=isExportNamespaceSpecifier;J.isExportSpecifier=isExportSpecifier;J.isExpression=isExpression;J.isExpressionStatement=isExpressionStatement;J.isExpressionWrapper=isExpressionWrapper;J.isFile=isFile;J.isFlow=isFlow;J.isFlowBaseAnnotation=isFlowBaseAnnotation;J.isFlowDeclaration=isFlowDeclaration;J.isFlowPredicate=isFlowPredicate;J.isFlowType=isFlowType;J.isFor=isFor;J.isForInStatement=isForInStatement;J.isForOfStatement=isForOfStatement;J.isForStatement=isForStatement;J.isForXStatement=isForXStatement;J.isFunction=isFunction;J.isFunctionDeclaration=isFunctionDeclaration;J.isFunctionExpression=isFunctionExpression;J.isFunctionParameter=isFunctionParameter;J.isFunctionParent=isFunctionParent;J.isFunctionTypeAnnotation=isFunctionTypeAnnotation;J.isFunctionTypeParam=isFunctionTypeParam;J.isGenericTypeAnnotation=isGenericTypeAnnotation;J.isIdentifier=isIdentifier;J.isIfStatement=isIfStatement;J.isImmutable=isImmutable;J.isImport=isImport;J.isImportAttribute=isImportAttribute;J.isImportDeclaration=isImportDeclaration;J.isImportDefaultSpecifier=isImportDefaultSpecifier;J.isImportExpression=isImportExpression;J.isImportNamespaceSpecifier=isImportNamespaceSpecifier;J.isImportOrExportDeclaration=isImportOrExportDeclaration;J.isImportSpecifier=isImportSpecifier;J.isIndexedAccessType=isIndexedAccessType;J.isInferredPredicate=isInferredPredicate;J.isInterfaceDeclaration=isInterfaceDeclaration;J.isInterfaceExtends=isInterfaceExtends;J.isInterfaceTypeAnnotation=isInterfaceTypeAnnotation;J.isInterpreterDirective=isInterpreterDirective;J.isIntersectionTypeAnnotation=isIntersectionTypeAnnotation;J.isJSX=isJSX;J.isJSXAttribute=isJSXAttribute;J.isJSXClosingElement=isJSXClosingElement;J.isJSXClosingFragment=isJSXClosingFragment;J.isJSXElement=isJSXElement;J.isJSXEmptyExpression=isJSXEmptyExpression;J.isJSXExpressionContainer=isJSXExpressionContainer;J.isJSXFragment=isJSXFragment;J.isJSXIdentifier=isJSXIdentifier;J.isJSXMemberExpression=isJSXMemberExpression;J.isJSXNamespacedName=isJSXNamespacedName;J.isJSXOpeningElement=isJSXOpeningElement;J.isJSXOpeningFragment=isJSXOpeningFragment;J.isJSXSpreadAttribute=isJSXSpreadAttribute;J.isJSXSpreadChild=isJSXSpreadChild;J.isJSXText=isJSXText;J.isLVal=isLVal;J.isLabeledStatement=isLabeledStatement;J.isLiteral=isLiteral;J.isLogicalExpression=isLogicalExpression;J.isLoop=isLoop;J.isMemberExpression=isMemberExpression;J.isMetaProperty=isMetaProperty;J.isMethod=isMethod;J.isMiscellaneous=isMiscellaneous;J.isMixedTypeAnnotation=isMixedTypeAnnotation;J.isModuleDeclaration=isModuleDeclaration;J.isModuleExpression=isModuleExpression;J.isModuleSpecifier=isModuleSpecifier;J.isNewExpression=isNewExpression;J.isNoop=isNoop;J.isNullLiteral=isNullLiteral;J.isNullLiteralTypeAnnotation=isNullLiteralTypeAnnotation;J.isNullableTypeAnnotation=isNullableTypeAnnotation;J.isNumberLiteral=isNumberLiteral;J.isNumberLiteralTypeAnnotation=isNumberLiteralTypeAnnotation;J.isNumberTypeAnnotation=isNumberTypeAnnotation;J.isNumericLiteral=isNumericLiteral;J.isObjectExpression=isObjectExpression;J.isObjectMember=isObjectMember;J.isObjectMethod=isObjectMethod;J.isObjectPattern=isObjectPattern;J.isObjectProperty=isObjectProperty;J.isObjectTypeAnnotation=isObjectTypeAnnotation;J.isObjectTypeCallProperty=isObjectTypeCallProperty;J.isObjectTypeIndexer=isObjectTypeIndexer;J.isObjectTypeInternalSlot=isObjectTypeInternalSlot;J.isObjectTypeProperty=isObjectTypeProperty;J.isObjectTypeSpreadProperty=isObjectTypeSpreadProperty;J.isOpaqueType=isOpaqueType;J.isOptionalCallExpression=isOptionalCallExpression;J.isOptionalIndexedAccessType=isOptionalIndexedAccessType;J.isOptionalMemberExpression=isOptionalMemberExpression;J.isParenthesizedExpression=isParenthesizedExpression;J.isPattern=isPattern;J.isPatternLike=isPatternLike;J.isPipelineBareFunction=isPipelineBareFunction;J.isPipelinePrimaryTopicReference=isPipelinePrimaryTopicReference;J.isPipelineTopicExpression=isPipelineTopicExpression;J.isPlaceholder=isPlaceholder;J.isPrivate=isPrivate;J.isPrivateName=isPrivateName;J.isProgram=isProgram;J.isProperty=isProperty;J.isPureish=isPureish;J.isQualifiedTypeIdentifier=isQualifiedTypeIdentifier;J.isRecordExpression=isRecordExpression;J.isRegExpLiteral=isRegExpLiteral;J.isRegexLiteral=isRegexLiteral;J.isRestElement=isRestElement;J.isRestProperty=isRestProperty;J.isReturnStatement=isReturnStatement;J.isScopable=isScopable;J.isSequenceExpression=isSequenceExpression;J.isSpreadElement=isSpreadElement;J.isSpreadProperty=isSpreadProperty;J.isStandardized=isStandardized;J.isStatement=isStatement;J.isStaticBlock=isStaticBlock;J.isStringLiteral=isStringLiteral;J.isStringLiteralTypeAnnotation=isStringLiteralTypeAnnotation;J.isStringTypeAnnotation=isStringTypeAnnotation;J.isSuper=isSuper;J.isSwitchCase=isSwitchCase;J.isSwitchStatement=isSwitchStatement;J.isSymbolTypeAnnotation=isSymbolTypeAnnotation;J.isTSAnyKeyword=isTSAnyKeyword;J.isTSArrayType=isTSArrayType;J.isTSAsExpression=isTSAsExpression;J.isTSBaseType=isTSBaseType;J.isTSBigIntKeyword=isTSBigIntKeyword;J.isTSBooleanKeyword=isTSBooleanKeyword;J.isTSCallSignatureDeclaration=isTSCallSignatureDeclaration;J.isTSConditionalType=isTSConditionalType;J.isTSConstructSignatureDeclaration=isTSConstructSignatureDeclaration;J.isTSConstructorType=isTSConstructorType;J.isTSDeclareFunction=isTSDeclareFunction;J.isTSDeclareMethod=isTSDeclareMethod;J.isTSEntityName=isTSEntityName;J.isTSEnumBody=isTSEnumBody;J.isTSEnumDeclaration=isTSEnumDeclaration;J.isTSEnumMember=isTSEnumMember;J.isTSExportAssignment=isTSExportAssignment;J.isTSExpressionWithTypeArguments=isTSExpressionWithTypeArguments;J.isTSExternalModuleReference=isTSExternalModuleReference;J.isTSFunctionType=isTSFunctionType;J.isTSImportEqualsDeclaration=isTSImportEqualsDeclaration;J.isTSImportType=isTSImportType;J.isTSIndexSignature=isTSIndexSignature;J.isTSIndexedAccessType=isTSIndexedAccessType;J.isTSInferType=isTSInferType;J.isTSInstantiationExpression=isTSInstantiationExpression;J.isTSInterfaceBody=isTSInterfaceBody;J.isTSInterfaceDeclaration=isTSInterfaceDeclaration;J.isTSIntersectionType=isTSIntersectionType;J.isTSIntrinsicKeyword=isTSIntrinsicKeyword;J.isTSLiteralType=isTSLiteralType;J.isTSMappedType=isTSMappedType;J.isTSMethodSignature=isTSMethodSignature;J.isTSModuleBlock=isTSModuleBlock;J.isTSModuleDeclaration=isTSModuleDeclaration;J.isTSNamedTupleMember=isTSNamedTupleMember;J.isTSNamespaceExportDeclaration=isTSNamespaceExportDeclaration;J.isTSNeverKeyword=isTSNeverKeyword;J.isTSNonNullExpression=isTSNonNullExpression;J.isTSNullKeyword=isTSNullKeyword;J.isTSNumberKeyword=isTSNumberKeyword;J.isTSObjectKeyword=isTSObjectKeyword;J.isTSOptionalType=isTSOptionalType;J.isTSParameterProperty=isTSParameterProperty;J.isTSParenthesizedType=isTSParenthesizedType;J.isTSPropertySignature=isTSPropertySignature;J.isTSQualifiedName=isTSQualifiedName;J.isTSRestType=isTSRestType;J.isTSSatisfiesExpression=isTSSatisfiesExpression;J.isTSStringKeyword=isTSStringKeyword;J.isTSSymbolKeyword=isTSSymbolKeyword;J.isTSTemplateLiteralType=isTSTemplateLiteralType;J.isTSThisType=isTSThisType;J.isTSTupleType=isTSTupleType;J.isTSType=isTSType;J.isTSTypeAliasDeclaration=isTSTypeAliasDeclaration;J.isTSTypeAnnotation=isTSTypeAnnotation;J.isTSTypeAssertion=isTSTypeAssertion;J.isTSTypeElement=isTSTypeElement;J.isTSTypeLiteral=isTSTypeLiteral;J.isTSTypeOperator=isTSTypeOperator;J.isTSTypeParameter=isTSTypeParameter;J.isTSTypeParameterDeclaration=isTSTypeParameterDeclaration;J.isTSTypeParameterInstantiation=isTSTypeParameterInstantiation;J.isTSTypePredicate=isTSTypePredicate;J.isTSTypeQuery=isTSTypeQuery;J.isTSTypeReference=isTSTypeReference;J.isTSUndefinedKeyword=isTSUndefinedKeyword;J.isTSUnionType=isTSUnionType;J.isTSUnknownKeyword=isTSUnknownKeyword;J.isTSVoidKeyword=isTSVoidKeyword;J.isTaggedTemplateExpression=isTaggedTemplateExpression;J.isTemplateElement=isTemplateElement;J.isTemplateLiteral=isTemplateLiteral;J.isTerminatorless=isTerminatorless;J.isThisExpression=isThisExpression;J.isThisTypeAnnotation=isThisTypeAnnotation;J.isThrowStatement=isThrowStatement;J.isTopicReference=isTopicReference;J.isTryStatement=isTryStatement;J.isTupleExpression=isTupleExpression;J.isTupleTypeAnnotation=isTupleTypeAnnotation;J.isTypeAlias=isTypeAlias;J.isTypeAnnotation=isTypeAnnotation;J.isTypeCastExpression=isTypeCastExpression;J.isTypeParameter=isTypeParameter;J.isTypeParameterDeclaration=isTypeParameterDeclaration;J.isTypeParameterInstantiation=isTypeParameterInstantiation;J.isTypeScript=isTypeScript;J.isTypeofTypeAnnotation=isTypeofTypeAnnotation;J.isUnaryExpression=isUnaryExpression;J.isUnaryLike=isUnaryLike;J.isUnionTypeAnnotation=isUnionTypeAnnotation;J.isUpdateExpression=isUpdateExpression;J.isUserWhitespacable=isUserWhitespacable;J.isV8IntrinsicIdentifier=isV8IntrinsicIdentifier;J.isVariableDeclaration=isVariableDeclaration;J.isVariableDeclarator=isVariableDeclarator;J.isVariance=isVariance;J.isVoidPattern=isVoidPattern;J.isVoidTypeAnnotation=isVoidTypeAnnotation;J.isWhile=isWhile;J.isWhileStatement=isWhileStatement;J.isWithStatement=isWithStatement;J.isYieldExpression=isYieldExpression;var te=ee(30732);var re=ee(49230);function isArrayExpression(S,J){if(!S)return false;if(S.type!=="ArrayExpression")return false;return J==null||(0,te.default)(S,J)}function isAssignmentExpression(S,J){if(!S)return false;if(S.type!=="AssignmentExpression")return false;return J==null||(0,te.default)(S,J)}function isBinaryExpression(S,J){if(!S)return false;if(S.type!=="BinaryExpression")return false;return J==null||(0,te.default)(S,J)}function isInterpreterDirective(S,J){if(!S)return false;if(S.type!=="InterpreterDirective")return false;return J==null||(0,te.default)(S,J)}function isDirective(S,J){if(!S)return false;if(S.type!=="Directive")return false;return J==null||(0,te.default)(S,J)}function isDirectiveLiteral(S,J){if(!S)return false;if(S.type!=="DirectiveLiteral")return false;return J==null||(0,te.default)(S,J)}function isBlockStatement(S,J){if(!S)return false;if(S.type!=="BlockStatement")return false;return J==null||(0,te.default)(S,J)}function isBreakStatement(S,J){if(!S)return false;if(S.type!=="BreakStatement")return false;return J==null||(0,te.default)(S,J)}function isCallExpression(S,J){if(!S)return false;if(S.type!=="CallExpression")return false;return J==null||(0,te.default)(S,J)}function isCatchClause(S,J){if(!S)return false;if(S.type!=="CatchClause")return false;return J==null||(0,te.default)(S,J)}function isConditionalExpression(S,J){if(!S)return false;if(S.type!=="ConditionalExpression")return false;return J==null||(0,te.default)(S,J)}function isContinueStatement(S,J){if(!S)return false;if(S.type!=="ContinueStatement")return false;return J==null||(0,te.default)(S,J)}function isDebuggerStatement(S,J){if(!S)return false;if(S.type!=="DebuggerStatement")return false;return J==null||(0,te.default)(S,J)}function isDoWhileStatement(S,J){if(!S)return false;if(S.type!=="DoWhileStatement")return false;return J==null||(0,te.default)(S,J)}function isEmptyStatement(S,J){if(!S)return false;if(S.type!=="EmptyStatement")return false;return J==null||(0,te.default)(S,J)}function isExpressionStatement(S,J){if(!S)return false;if(S.type!=="ExpressionStatement")return false;return J==null||(0,te.default)(S,J)}function isFile(S,J){if(!S)return false;if(S.type!=="File")return false;return J==null||(0,te.default)(S,J)}function isForInStatement(S,J){if(!S)return false;if(S.type!=="ForInStatement")return false;return J==null||(0,te.default)(S,J)}function isForStatement(S,J){if(!S)return false;if(S.type!=="ForStatement")return false;return J==null||(0,te.default)(S,J)}function isFunctionDeclaration(S,J){if(!S)return false;if(S.type!=="FunctionDeclaration")return false;return J==null||(0,te.default)(S,J)}function isFunctionExpression(S,J){if(!S)return false;if(S.type!=="FunctionExpression")return false;return J==null||(0,te.default)(S,J)}function isIdentifier(S,J){if(!S)return false;if(S.type!=="Identifier")return false;return J==null||(0,te.default)(S,J)}function isIfStatement(S,J){if(!S)return false;if(S.type!=="IfStatement")return false;return J==null||(0,te.default)(S,J)}function isLabeledStatement(S,J){if(!S)return false;if(S.type!=="LabeledStatement")return false;return J==null||(0,te.default)(S,J)}function isStringLiteral(S,J){if(!S)return false;if(S.type!=="StringLiteral")return false;return J==null||(0,te.default)(S,J)}function isNumericLiteral(S,J){if(!S)return false;if(S.type!=="NumericLiteral")return false;return J==null||(0,te.default)(S,J)}function isNullLiteral(S,J){if(!S)return false;if(S.type!=="NullLiteral")return false;return J==null||(0,te.default)(S,J)}function isBooleanLiteral(S,J){if(!S)return false;if(S.type!=="BooleanLiteral")return false;return J==null||(0,te.default)(S,J)}function isRegExpLiteral(S,J){if(!S)return false;if(S.type!=="RegExpLiteral")return false;return J==null||(0,te.default)(S,J)}function isLogicalExpression(S,J){if(!S)return false;if(S.type!=="LogicalExpression")return false;return J==null||(0,te.default)(S,J)}function isMemberExpression(S,J){if(!S)return false;if(S.type!=="MemberExpression")return false;return J==null||(0,te.default)(S,J)}function isNewExpression(S,J){if(!S)return false;if(S.type!=="NewExpression")return false;return J==null||(0,te.default)(S,J)}function isProgram(S,J){if(!S)return false;if(S.type!=="Program")return false;return J==null||(0,te.default)(S,J)}function isObjectExpression(S,J){if(!S)return false;if(S.type!=="ObjectExpression")return false;return J==null||(0,te.default)(S,J)}function isObjectMethod(S,J){if(!S)return false;if(S.type!=="ObjectMethod")return false;return J==null||(0,te.default)(S,J)}function isObjectProperty(S,J){if(!S)return false;if(S.type!=="ObjectProperty")return false;return J==null||(0,te.default)(S,J)}function isRestElement(S,J){if(!S)return false;if(S.type!=="RestElement")return false;return J==null||(0,te.default)(S,J)}function isReturnStatement(S,J){if(!S)return false;if(S.type!=="ReturnStatement")return false;return J==null||(0,te.default)(S,J)}function isSequenceExpression(S,J){if(!S)return false;if(S.type!=="SequenceExpression")return false;return J==null||(0,te.default)(S,J)}function isParenthesizedExpression(S,J){if(!S)return false;if(S.type!=="ParenthesizedExpression")return false;return J==null||(0,te.default)(S,J)}function isSwitchCase(S,J){if(!S)return false;if(S.type!=="SwitchCase")return false;return J==null||(0,te.default)(S,J)}function isSwitchStatement(S,J){if(!S)return false;if(S.type!=="SwitchStatement")return false;return J==null||(0,te.default)(S,J)}function isThisExpression(S,J){if(!S)return false;if(S.type!=="ThisExpression")return false;return J==null||(0,te.default)(S,J)}function isThrowStatement(S,J){if(!S)return false;if(S.type!=="ThrowStatement")return false;return J==null||(0,te.default)(S,J)}function isTryStatement(S,J){if(!S)return false;if(S.type!=="TryStatement")return false;return J==null||(0,te.default)(S,J)}function isUnaryExpression(S,J){if(!S)return false;if(S.type!=="UnaryExpression")return false;return J==null||(0,te.default)(S,J)}function isUpdateExpression(S,J){if(!S)return false;if(S.type!=="UpdateExpression")return false;return J==null||(0,te.default)(S,J)}function isVariableDeclaration(S,J){if(!S)return false;if(S.type!=="VariableDeclaration")return false;return J==null||(0,te.default)(S,J)}function isVariableDeclarator(S,J){if(!S)return false;if(S.type!=="VariableDeclarator")return false;return J==null||(0,te.default)(S,J)}function isWhileStatement(S,J){if(!S)return false;if(S.type!=="WhileStatement")return false;return J==null||(0,te.default)(S,J)}function isWithStatement(S,J){if(!S)return false;if(S.type!=="WithStatement")return false;return J==null||(0,te.default)(S,J)}function isAssignmentPattern(S,J){if(!S)return false;if(S.type!=="AssignmentPattern")return false;return J==null||(0,te.default)(S,J)}function isArrayPattern(S,J){if(!S)return false;if(S.type!=="ArrayPattern")return false;return J==null||(0,te.default)(S,J)}function isArrowFunctionExpression(S,J){if(!S)return false;if(S.type!=="ArrowFunctionExpression")return false;return J==null||(0,te.default)(S,J)}function isClassBody(S,J){if(!S)return false;if(S.type!=="ClassBody")return false;return J==null||(0,te.default)(S,J)}function isClassExpression(S,J){if(!S)return false;if(S.type!=="ClassExpression")return false;return J==null||(0,te.default)(S,J)}function isClassDeclaration(S,J){if(!S)return false;if(S.type!=="ClassDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportAllDeclaration(S,J){if(!S)return false;if(S.type!=="ExportAllDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportDefaultDeclaration(S,J){if(!S)return false;if(S.type!=="ExportDefaultDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportNamedDeclaration(S,J){if(!S)return false;if(S.type!=="ExportNamedDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportSpecifier(S,J){if(!S)return false;if(S.type!=="ExportSpecifier")return false;return J==null||(0,te.default)(S,J)}function isForOfStatement(S,J){if(!S)return false;if(S.type!=="ForOfStatement")return false;return J==null||(0,te.default)(S,J)}function isImportDeclaration(S,J){if(!S)return false;if(S.type!=="ImportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isImportDefaultSpecifier(S,J){if(!S)return false;if(S.type!=="ImportDefaultSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportNamespaceSpecifier(S,J){if(!S)return false;if(S.type!=="ImportNamespaceSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportSpecifier(S,J){if(!S)return false;if(S.type!=="ImportSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportExpression(S,J){if(!S)return false;if(S.type!=="ImportExpression")return false;return J==null||(0,te.default)(S,J)}function isMetaProperty(S,J){if(!S)return false;if(S.type!=="MetaProperty")return false;return J==null||(0,te.default)(S,J)}function isClassMethod(S,J){if(!S)return false;if(S.type!=="ClassMethod")return false;return J==null||(0,te.default)(S,J)}function isObjectPattern(S,J){if(!S)return false;if(S.type!=="ObjectPattern")return false;return J==null||(0,te.default)(S,J)}function isSpreadElement(S,J){if(!S)return false;if(S.type!=="SpreadElement")return false;return J==null||(0,te.default)(S,J)}function isSuper(S,J){if(!S)return false;if(S.type!=="Super")return false;return J==null||(0,te.default)(S,J)}function isTaggedTemplateExpression(S,J){if(!S)return false;if(S.type!=="TaggedTemplateExpression")return false;return J==null||(0,te.default)(S,J)}function isTemplateElement(S,J){if(!S)return false;if(S.type!=="TemplateElement")return false;return J==null||(0,te.default)(S,J)}function isTemplateLiteral(S,J){if(!S)return false;if(S.type!=="TemplateLiteral")return false;return J==null||(0,te.default)(S,J)}function isYieldExpression(S,J){if(!S)return false;if(S.type!=="YieldExpression")return false;return J==null||(0,te.default)(S,J)}function isAwaitExpression(S,J){if(!S)return false;if(S.type!=="AwaitExpression")return false;return J==null||(0,te.default)(S,J)}function isImport(S,J){if(!S)return false;if(S.type!=="Import")return false;return J==null||(0,te.default)(S,J)}function isBigIntLiteral(S,J){if(!S)return false;if(S.type!=="BigIntLiteral")return false;return J==null||(0,te.default)(S,J)}function isExportNamespaceSpecifier(S,J){if(!S)return false;if(S.type!=="ExportNamespaceSpecifier")return false;return J==null||(0,te.default)(S,J)}function isOptionalMemberExpression(S,J){if(!S)return false;if(S.type!=="OptionalMemberExpression")return false;return J==null||(0,te.default)(S,J)}function isOptionalCallExpression(S,J){if(!S)return false;if(S.type!=="OptionalCallExpression")return false;return J==null||(0,te.default)(S,J)}function isClassProperty(S,J){if(!S)return false;if(S.type!=="ClassProperty")return false;return J==null||(0,te.default)(S,J)}function isClassAccessorProperty(S,J){if(!S)return false;if(S.type!=="ClassAccessorProperty")return false;return J==null||(0,te.default)(S,J)}function isClassPrivateProperty(S,J){if(!S)return false;if(S.type!=="ClassPrivateProperty")return false;return J==null||(0,te.default)(S,J)}function isClassPrivateMethod(S,J){if(!S)return false;if(S.type!=="ClassPrivateMethod")return false;return J==null||(0,te.default)(S,J)}function isPrivateName(S,J){if(!S)return false;if(S.type!=="PrivateName")return false;return J==null||(0,te.default)(S,J)}function isStaticBlock(S,J){if(!S)return false;if(S.type!=="StaticBlock")return false;return J==null||(0,te.default)(S,J)}function isImportAttribute(S,J){if(!S)return false;if(S.type!=="ImportAttribute")return false;return J==null||(0,te.default)(S,J)}function isAnyTypeAnnotation(S,J){if(!S)return false;if(S.type!=="AnyTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isArrayTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ArrayTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isBooleanTypeAnnotation(S,J){if(!S)return false;if(S.type!=="BooleanTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isBooleanLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="BooleanLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNullLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NullLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isClassImplements(S,J){if(!S)return false;if(S.type!=="ClassImplements")return false;return J==null||(0,te.default)(S,J)}function isDeclareClass(S,J){if(!S)return false;if(S.type!=="DeclareClass")return false;return J==null||(0,te.default)(S,J)}function isDeclareFunction(S,J){if(!S)return false;if(S.type!=="DeclareFunction")return false;return J==null||(0,te.default)(S,J)}function isDeclareInterface(S,J){if(!S)return false;if(S.type!=="DeclareInterface")return false;return J==null||(0,te.default)(S,J)}function isDeclareModule(S,J){if(!S)return false;if(S.type!=="DeclareModule")return false;return J==null||(0,te.default)(S,J)}function isDeclareModuleExports(S,J){if(!S)return false;if(S.type!=="DeclareModuleExports")return false;return J==null||(0,te.default)(S,J)}function isDeclareTypeAlias(S,J){if(!S)return false;if(S.type!=="DeclareTypeAlias")return false;return J==null||(0,te.default)(S,J)}function isDeclareOpaqueType(S,J){if(!S)return false;if(S.type!=="DeclareOpaqueType")return false;return J==null||(0,te.default)(S,J)}function isDeclareVariable(S,J){if(!S)return false;if(S.type!=="DeclareVariable")return false;return J==null||(0,te.default)(S,J)}function isDeclareExportDeclaration(S,J){if(!S)return false;if(S.type!=="DeclareExportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isDeclareExportAllDeclaration(S,J){if(!S)return false;if(S.type!=="DeclareExportAllDeclaration")return false;return J==null||(0,te.default)(S,J)}function isDeclaredPredicate(S,J){if(!S)return false;if(S.type!=="DeclaredPredicate")return false;return J==null||(0,te.default)(S,J)}function isExistsTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ExistsTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isFunctionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="FunctionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isFunctionTypeParam(S,J){if(!S)return false;if(S.type!=="FunctionTypeParam")return false;return J==null||(0,te.default)(S,J)}function isGenericTypeAnnotation(S,J){if(!S)return false;if(S.type!=="GenericTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isInferredPredicate(S,J){if(!S)return false;if(S.type!=="InferredPredicate")return false;return J==null||(0,te.default)(S,J)}function isInterfaceExtends(S,J){if(!S)return false;if(S.type!=="InterfaceExtends")return false;return J==null||(0,te.default)(S,J)}function isInterfaceDeclaration(S,J){if(!S)return false;if(S.type!=="InterfaceDeclaration")return false;return J==null||(0,te.default)(S,J)}function isInterfaceTypeAnnotation(S,J){if(!S)return false;if(S.type!=="InterfaceTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isIntersectionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="IntersectionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isMixedTypeAnnotation(S,J){if(!S)return false;if(S.type!=="MixedTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isEmptyTypeAnnotation(S,J){if(!S)return false;if(S.type!=="EmptyTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNullableTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NullableTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNumberLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NumberLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNumberTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NumberTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ObjectTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeInternalSlot(S,J){if(!S)return false;if(S.type!=="ObjectTypeInternalSlot")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeCallProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeCallProperty")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeIndexer(S,J){if(!S)return false;if(S.type!=="ObjectTypeIndexer")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeProperty")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeSpreadProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeSpreadProperty")return false;return J==null||(0,te.default)(S,J)}function isOpaqueType(S,J){if(!S)return false;if(S.type!=="OpaqueType")return false;return J==null||(0,te.default)(S,J)}function isQualifiedTypeIdentifier(S,J){if(!S)return false;if(S.type!=="QualifiedTypeIdentifier")return false;return J==null||(0,te.default)(S,J)}function isStringLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="StringLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isStringTypeAnnotation(S,J){if(!S)return false;if(S.type!=="StringTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isSymbolTypeAnnotation(S,J){if(!S)return false;if(S.type!=="SymbolTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isThisTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ThisTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTupleTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TupleTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeofTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TypeofTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeAlias(S,J){if(!S)return false;if(S.type!=="TypeAlias")return false;return J==null||(0,te.default)(S,J)}function isTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeCastExpression(S,J){if(!S)return false;if(S.type!=="TypeCastExpression")return false;return J==null||(0,te.default)(S,J)}function isTypeParameter(S,J){if(!S)return false;if(S.type!=="TypeParameter")return false;return J==null||(0,te.default)(S,J)}function isTypeParameterDeclaration(S,J){if(!S)return false;if(S.type!=="TypeParameterDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTypeParameterInstantiation(S,J){if(!S)return false;if(S.type!=="TypeParameterInstantiation")return false;return J==null||(0,te.default)(S,J)}function isUnionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="UnionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isVariance(S,J){if(!S)return false;if(S.type!=="Variance")return false;return J==null||(0,te.default)(S,J)}function isVoidTypeAnnotation(S,J){if(!S)return false;if(S.type!=="VoidTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isEnumDeclaration(S,J){if(!S)return false;if(S.type!=="EnumDeclaration")return false;return J==null||(0,te.default)(S,J)}function isEnumBooleanBody(S,J){if(!S)return false;if(S.type!=="EnumBooleanBody")return false;return J==null||(0,te.default)(S,J)}function isEnumNumberBody(S,J){if(!S)return false;if(S.type!=="EnumNumberBody")return false;return J==null||(0,te.default)(S,J)}function isEnumStringBody(S,J){if(!S)return false;if(S.type!=="EnumStringBody")return false;return J==null||(0,te.default)(S,J)}function isEnumSymbolBody(S,J){if(!S)return false;if(S.type!=="EnumSymbolBody")return false;return J==null||(0,te.default)(S,J)}function isEnumBooleanMember(S,J){if(!S)return false;if(S.type!=="EnumBooleanMember")return false;return J==null||(0,te.default)(S,J)}function isEnumNumberMember(S,J){if(!S)return false;if(S.type!=="EnumNumberMember")return false;return J==null||(0,te.default)(S,J)}function isEnumStringMember(S,J){if(!S)return false;if(S.type!=="EnumStringMember")return false;return J==null||(0,te.default)(S,J)}function isEnumDefaultedMember(S,J){if(!S)return false;if(S.type!=="EnumDefaultedMember")return false;return J==null||(0,te.default)(S,J)}function isIndexedAccessType(S,J){if(!S)return false;if(S.type!=="IndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isOptionalIndexedAccessType(S,J){if(!S)return false;if(S.type!=="OptionalIndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isJSXAttribute(S,J){if(!S)return false;if(S.type!=="JSXAttribute")return false;return J==null||(0,te.default)(S,J)}function isJSXClosingElement(S,J){if(!S)return false;if(S.type!=="JSXClosingElement")return false;return J==null||(0,te.default)(S,J)}function isJSXElement(S,J){if(!S)return false;if(S.type!=="JSXElement")return false;return J==null||(0,te.default)(S,J)}function isJSXEmptyExpression(S,J){if(!S)return false;if(S.type!=="JSXEmptyExpression")return false;return J==null||(0,te.default)(S,J)}function isJSXExpressionContainer(S,J){if(!S)return false;if(S.type!=="JSXExpressionContainer")return false;return J==null||(0,te.default)(S,J)}function isJSXSpreadChild(S,J){if(!S)return false;if(S.type!=="JSXSpreadChild")return false;return J==null||(0,te.default)(S,J)}function isJSXIdentifier(S,J){if(!S)return false;if(S.type!=="JSXIdentifier")return false;return J==null||(0,te.default)(S,J)}function isJSXMemberExpression(S,J){if(!S)return false;if(S.type!=="JSXMemberExpression")return false;return J==null||(0,te.default)(S,J)}function isJSXNamespacedName(S,J){if(!S)return false;if(S.type!=="JSXNamespacedName")return false;return J==null||(0,te.default)(S,J)}function isJSXOpeningElement(S,J){if(!S)return false;if(S.type!=="JSXOpeningElement")return false;return J==null||(0,te.default)(S,J)}function isJSXSpreadAttribute(S,J){if(!S)return false;if(S.type!=="JSXSpreadAttribute")return false;return J==null||(0,te.default)(S,J)}function isJSXText(S,J){if(!S)return false;if(S.type!=="JSXText")return false;return J==null||(0,te.default)(S,J)}function isJSXFragment(S,J){if(!S)return false;if(S.type!=="JSXFragment")return false;return J==null||(0,te.default)(S,J)}function isJSXOpeningFragment(S,J){if(!S)return false;if(S.type!=="JSXOpeningFragment")return false;return J==null||(0,te.default)(S,J)}function isJSXClosingFragment(S,J){if(!S)return false;if(S.type!=="JSXClosingFragment")return false;return J==null||(0,te.default)(S,J)}function isNoop(S,J){if(!S)return false;if(S.type!=="Noop")return false;return J==null||(0,te.default)(S,J)}function isPlaceholder(S,J){if(!S)return false;if(S.type!=="Placeholder")return false;return J==null||(0,te.default)(S,J)}function isV8IntrinsicIdentifier(S,J){if(!S)return false;if(S.type!=="V8IntrinsicIdentifier")return false;return J==null||(0,te.default)(S,J)}function isArgumentPlaceholder(S,J){if(!S)return false;if(S.type!=="ArgumentPlaceholder")return false;return J==null||(0,te.default)(S,J)}function isBindExpression(S,J){if(!S)return false;if(S.type!=="BindExpression")return false;return J==null||(0,te.default)(S,J)}function isDecorator(S,J){if(!S)return false;if(S.type!=="Decorator")return false;return J==null||(0,te.default)(S,J)}function isDoExpression(S,J){if(!S)return false;if(S.type!=="DoExpression")return false;return J==null||(0,te.default)(S,J)}function isExportDefaultSpecifier(S,J){if(!S)return false;if(S.type!=="ExportDefaultSpecifier")return false;return J==null||(0,te.default)(S,J)}function isRecordExpression(S,J){if(!S)return false;if(S.type!=="RecordExpression")return false;return J==null||(0,te.default)(S,J)}function isTupleExpression(S,J){if(!S)return false;if(S.type!=="TupleExpression")return false;return J==null||(0,te.default)(S,J)}function isDecimalLiteral(S,J){if(!S)return false;if(S.type!=="DecimalLiteral")return false;return J==null||(0,te.default)(S,J)}function isModuleExpression(S,J){if(!S)return false;if(S.type!=="ModuleExpression")return false;return J==null||(0,te.default)(S,J)}function isTopicReference(S,J){if(!S)return false;if(S.type!=="TopicReference")return false;return J==null||(0,te.default)(S,J)}function isPipelineTopicExpression(S,J){if(!S)return false;if(S.type!=="PipelineTopicExpression")return false;return J==null||(0,te.default)(S,J)}function isPipelineBareFunction(S,J){if(!S)return false;if(S.type!=="PipelineBareFunction")return false;return J==null||(0,te.default)(S,J)}function isPipelinePrimaryTopicReference(S,J){if(!S)return false;if(S.type!=="PipelinePrimaryTopicReference")return false;return J==null||(0,te.default)(S,J)}function isVoidPattern(S,J){if(!S)return false;if(S.type!=="VoidPattern")return false;return J==null||(0,te.default)(S,J)}function isTSParameterProperty(S,J){if(!S)return false;if(S.type!=="TSParameterProperty")return false;return J==null||(0,te.default)(S,J)}function isTSDeclareFunction(S,J){if(!S)return false;if(S.type!=="TSDeclareFunction")return false;return J==null||(0,te.default)(S,J)}function isTSDeclareMethod(S,J){if(!S)return false;if(S.type!=="TSDeclareMethod")return false;return J==null||(0,te.default)(S,J)}function isTSQualifiedName(S,J){if(!S)return false;if(S.type!=="TSQualifiedName")return false;return J==null||(0,te.default)(S,J)}function isTSCallSignatureDeclaration(S,J){if(!S)return false;if(S.type!=="TSCallSignatureDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSConstructSignatureDeclaration(S,J){if(!S)return false;if(S.type!=="TSConstructSignatureDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSPropertySignature(S,J){if(!S)return false;if(S.type!=="TSPropertySignature")return false;return J==null||(0,te.default)(S,J)}function isTSMethodSignature(S,J){if(!S)return false;if(S.type!=="TSMethodSignature")return false;return J==null||(0,te.default)(S,J)}function isTSIndexSignature(S,J){if(!S)return false;if(S.type!=="TSIndexSignature")return false;return J==null||(0,te.default)(S,J)}function isTSAnyKeyword(S,J){if(!S)return false;if(S.type!=="TSAnyKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSBooleanKeyword(S,J){if(!S)return false;if(S.type!=="TSBooleanKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSBigIntKeyword(S,J){if(!S)return false;if(S.type!=="TSBigIntKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSIntrinsicKeyword(S,J){if(!S)return false;if(S.type!=="TSIntrinsicKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNeverKeyword(S,J){if(!S)return false;if(S.type!=="TSNeverKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNullKeyword(S,J){if(!S)return false;if(S.type!=="TSNullKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNumberKeyword(S,J){if(!S)return false;if(S.type!=="TSNumberKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSObjectKeyword(S,J){if(!S)return false;if(S.type!=="TSObjectKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSStringKeyword(S,J){if(!S)return false;if(S.type!=="TSStringKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSSymbolKeyword(S,J){if(!S)return false;if(S.type!=="TSSymbolKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSUndefinedKeyword(S,J){if(!S)return false;if(S.type!=="TSUndefinedKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSUnknownKeyword(S,J){if(!S)return false;if(S.type!=="TSUnknownKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSVoidKeyword(S,J){if(!S)return false;if(S.type!=="TSVoidKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSThisType(S,J){if(!S)return false;if(S.type!=="TSThisType")return false;return J==null||(0,te.default)(S,J)}function isTSFunctionType(S,J){if(!S)return false;if(S.type!=="TSFunctionType")return false;return J==null||(0,te.default)(S,J)}function isTSConstructorType(S,J){if(!S)return false;if(S.type!=="TSConstructorType")return false;return J==null||(0,te.default)(S,J)}function isTSTypeReference(S,J){if(!S)return false;if(S.type!=="TSTypeReference")return false;return J==null||(0,te.default)(S,J)}function isTSTypePredicate(S,J){if(!S)return false;if(S.type!=="TSTypePredicate")return false;return J==null||(0,te.default)(S,J)}function isTSTypeQuery(S,J){if(!S)return false;if(S.type!=="TSTypeQuery")return false;return J==null||(0,te.default)(S,J)}function isTSTypeLiteral(S,J){if(!S)return false;if(S.type!=="TSTypeLiteral")return false;return J==null||(0,te.default)(S,J)}function isTSArrayType(S,J){if(!S)return false;if(S.type!=="TSArrayType")return false;return J==null||(0,te.default)(S,J)}function isTSTupleType(S,J){if(!S)return false;if(S.type!=="TSTupleType")return false;return J==null||(0,te.default)(S,J)}function isTSOptionalType(S,J){if(!S)return false;if(S.type!=="TSOptionalType")return false;return J==null||(0,te.default)(S,J)}function isTSRestType(S,J){if(!S)return false;if(S.type!=="TSRestType")return false;return J==null||(0,te.default)(S,J)}function isTSNamedTupleMember(S,J){if(!S)return false;if(S.type!=="TSNamedTupleMember")return false;return J==null||(0,te.default)(S,J)}function isTSUnionType(S,J){if(!S)return false;if(S.type!=="TSUnionType")return false;return J==null||(0,te.default)(S,J)}function isTSIntersectionType(S,J){if(!S)return false;if(S.type!=="TSIntersectionType")return false;return J==null||(0,te.default)(S,J)}function isTSConditionalType(S,J){if(!S)return false;if(S.type!=="TSConditionalType")return false;return J==null||(0,te.default)(S,J)}function isTSInferType(S,J){if(!S)return false;if(S.type!=="TSInferType")return false;return J==null||(0,te.default)(S,J)}function isTSParenthesizedType(S,J){if(!S)return false;if(S.type!=="TSParenthesizedType")return false;return J==null||(0,te.default)(S,J)}function isTSTypeOperator(S,J){if(!S)return false;if(S.type!=="TSTypeOperator")return false;return J==null||(0,te.default)(S,J)}function isTSIndexedAccessType(S,J){if(!S)return false;if(S.type!=="TSIndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isTSMappedType(S,J){if(!S)return false;if(S.type!=="TSMappedType")return false;return J==null||(0,te.default)(S,J)}function isTSTemplateLiteralType(S,J){if(!S)return false;if(S.type!=="TSTemplateLiteralType")return false;return J==null||(0,te.default)(S,J)}function isTSLiteralType(S,J){if(!S)return false;if(S.type!=="TSLiteralType")return false;return J==null||(0,te.default)(S,J)}function isTSExpressionWithTypeArguments(S,J){if(!S)return false;if(S.type!=="TSExpressionWithTypeArguments")return false;return J==null||(0,te.default)(S,J)}function isTSInterfaceDeclaration(S,J){if(!S)return false;if(S.type!=="TSInterfaceDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSInterfaceBody(S,J){if(!S)return false;if(S.type!=="TSInterfaceBody")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAliasDeclaration(S,J){if(!S)return false;if(S.type!=="TSTypeAliasDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSInstantiationExpression(S,J){if(!S)return false;if(S.type!=="TSInstantiationExpression")return false;return J==null||(0,te.default)(S,J)}function isTSAsExpression(S,J){if(!S)return false;if(S.type!=="TSAsExpression")return false;return J==null||(0,te.default)(S,J)}function isTSSatisfiesExpression(S,J){if(!S)return false;if(S.type!=="TSSatisfiesExpression")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAssertion(S,J){if(!S)return false;if(S.type!=="TSTypeAssertion")return false;return J==null||(0,te.default)(S,J)}function isTSEnumBody(S,J){if(!S)return false;if(S.type!=="TSEnumBody")return false;return J==null||(0,te.default)(S,J)}function isTSEnumDeclaration(S,J){if(!S)return false;if(S.type!=="TSEnumDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSEnumMember(S,J){if(!S)return false;if(S.type!=="TSEnumMember")return false;return J==null||(0,te.default)(S,J)}function isTSModuleDeclaration(S,J){if(!S)return false;if(S.type!=="TSModuleDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSModuleBlock(S,J){if(!S)return false;if(S.type!=="TSModuleBlock")return false;return J==null||(0,te.default)(S,J)}function isTSImportType(S,J){if(!S)return false;if(S.type!=="TSImportType")return false;return J==null||(0,te.default)(S,J)}function isTSImportEqualsDeclaration(S,J){if(!S)return false;if(S.type!=="TSImportEqualsDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSExternalModuleReference(S,J){if(!S)return false;if(S.type!=="TSExternalModuleReference")return false;return J==null||(0,te.default)(S,J)}function isTSNonNullExpression(S,J){if(!S)return false;if(S.type!=="TSNonNullExpression")return false;return J==null||(0,te.default)(S,J)}function isTSExportAssignment(S,J){if(!S)return false;if(S.type!=="TSExportAssignment")return false;return J==null||(0,te.default)(S,J)}function isTSNamespaceExportDeclaration(S,J){if(!S)return false;if(S.type!=="TSNamespaceExportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TSTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameterInstantiation(S,J){if(!S)return false;if(S.type!=="TSTypeParameterInstantiation")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameterDeclaration(S,J){if(!S)return false;if(S.type!=="TSTypeParameterDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameter(S,J){if(!S)return false;if(S.type!=="TSTypeParameter")return false;return J==null||(0,te.default)(S,J)}function isStandardized(S,J){if(!S)return false;switch(S.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"InterpreterDirective":case"Directive":case"DirectiveLiteral":case"BlockStatement":case"BreakStatement":case"CallExpression":case"CatchClause":case"ConditionalExpression":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"File":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Identifier":case"IfStatement":case"LabeledStatement":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"Program":case"ObjectExpression":case"ObjectMethod":case"ObjectProperty":case"RestElement":case"ReturnStatement":case"SequenceExpression":case"ParenthesizedExpression":case"SwitchCase":case"SwitchStatement":case"ThisExpression":case"ThrowStatement":case"TryStatement":case"UnaryExpression":case"UpdateExpression":case"VariableDeclaration":case"VariableDeclarator":case"WhileStatement":case"WithStatement":case"AssignmentPattern":case"ArrayPattern":case"ArrowFunctionExpression":case"ClassBody":case"ClassExpression":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ExportSpecifier":case"ForOfStatement":case"ImportDeclaration":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ImportExpression":case"MetaProperty":case"ClassMethod":case"ObjectPattern":case"SpreadElement":case"Super":case"TaggedTemplateExpression":case"TemplateElement":case"TemplateLiteral":case"YieldExpression":case"AwaitExpression":case"Import":case"BigIntLiteral":case"ExportNamespaceSpecifier":case"OptionalMemberExpression":case"OptionalCallExpression":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":case"StaticBlock":case"ImportAttribute":break;case"Placeholder":switch(S.expectedNode){case"Identifier":case"StringLiteral":case"BlockStatement":case"ClassBody":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isExpression(S,J){if(!S)return false;switch(S.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ParenthesizedExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":case"ArrowFunctionExpression":case"ClassExpression":case"ImportExpression":case"MetaProperty":case"Super":case"TaggedTemplateExpression":case"TemplateLiteral":case"YieldExpression":case"AwaitExpression":case"Import":case"BigIntLiteral":case"OptionalMemberExpression":case"OptionalCallExpression":case"TypeCastExpression":case"JSXElement":case"JSXFragment":case"BindExpression":case"DoExpression":case"RecordExpression":case"TupleExpression":case"DecimalLiteral":case"ModuleExpression":case"TopicReference":case"PipelineTopicExpression":case"PipelineBareFunction":case"PipelinePrimaryTopicReference":case"TSInstantiationExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Expression":case"Identifier":case"StringLiteral":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isBinary(S,J){if(!S)return false;switch(S.type){case"BinaryExpression":case"LogicalExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isScopable(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Program":case"ObjectMethod":case"SwitchStatement":case"WhileStatement":case"ArrowFunctionExpression":case"ClassExpression":case"ClassDeclaration":case"ForOfStatement":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isBlockParent(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Program":case"ObjectMethod":case"SwitchStatement":case"WhileStatement":case"ArrowFunctionExpression":case"ForOfStatement":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isBlock(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"Program":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isStatement(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ForOfStatement":case"ImportDeclaration":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":case"EnumDeclaration":case"TSDeclareFunction":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"TSEnumDeclaration":case"TSModuleDeclaration":case"TSImportEqualsDeclaration":case"TSExportAssignment":case"TSNamespaceExportDeclaration":break;case"Placeholder":switch(S.expectedNode){case"Statement":case"Declaration":case"BlockStatement":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isTerminatorless(S,J){if(!S)return false;switch(S.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":case"YieldExpression":case"AwaitExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isCompletionStatement(S,J){if(!S)return false;switch(S.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isConditional(S,J){if(!S)return false;switch(S.type){case"ConditionalExpression":case"IfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isLoop(S,J){if(!S)return false;switch(S.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isWhile(S,J){if(!S)return false;switch(S.type){case"DoWhileStatement":case"WhileStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isExpressionWrapper(S,J){if(!S)return false;switch(S.type){case"ExpressionStatement":case"ParenthesizedExpression":case"TypeCastExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isFor(S,J){if(!S)return false;switch(S.type){case"ForInStatement":case"ForStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isForXStatement(S,J){if(!S)return false;switch(S.type){case"ForInStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isFunction(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return J==null||(0,te.default)(S,J)}function isFunctionParent(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;default:return false}return J==null||(0,te.default)(S,J)}function isPureish(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"ArrowFunctionExpression":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isDeclaration(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"VariableDeclaration":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":case"EnumDeclaration":case"TSDeclareFunction":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"TSEnumDeclaration":case"TSModuleDeclaration":case"TSImportEqualsDeclaration":break;case"Placeholder":if(S.expectedNode==="Declaration")break;default:return false}return J==null||(0,te.default)(S,J)}function isFunctionParameter(S,J){if(!S)return false;switch(S.type){case"Identifier":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(S.expectedNode==="Identifier")break;default:return false}return J==null||(0,te.default)(S,J)}function isPatternLike(S,J){if(!S)return false;switch(S.type){case"Identifier":case"MemberExpression":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isLVal(S,J){if(!S)return false;switch(S.type){case"Identifier":case"MemberExpression":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"TSParameterProperty":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isTSEntityName(S,J){if(!S)return false;switch(S.type){case"Identifier":case"TSQualifiedName":break;case"Placeholder":if(S.expectedNode==="Identifier")break;default:return false}return J==null||(0,te.default)(S,J)}function isLiteral(S,J){if(!S)return false;switch(S.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"TemplateLiteral":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isImmutable(S,J){if(!S)return false;switch(S.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"BigIntLiteral":case"JSXAttribute":case"JSXClosingElement":case"JSXElement":case"JSXExpressionContainer":case"JSXSpreadChild":case"JSXOpeningElement":case"JSXText":case"JSXFragment":case"JSXOpeningFragment":case"JSXClosingFragment":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isUserWhitespacable(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ObjectProperty":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isMethod(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return J==null||(0,te.default)(S,J)}function isObjectMember(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ObjectProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isProperty(S,J){if(!S)return false;switch(S.type){case"ObjectProperty":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isUnaryLike(S,J){if(!S)return false;switch(S.type){case"UnaryExpression":case"SpreadElement":break;default:return false}return J==null||(0,te.default)(S,J)}function isPattern(S,J){if(!S)return false;switch(S.type){case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(S.expectedNode==="Pattern")break;default:return false}return J==null||(0,te.default)(S,J)}function isClass(S,J){if(!S)return false;switch(S.type){case"ClassExpression":case"ClassDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isImportOrExportDeclaration(S,J){if(!S)return false;switch(S.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isExportDeclaration(S,J){if(!S)return false;switch(S.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isModuleSpecifier(S,J){if(!S)return false;switch(S.type){case"ExportSpecifier":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":break;default:return false}return J==null||(0,te.default)(S,J)}function isAccessor(S,J){if(!S)return false;switch(S.type){case"ClassAccessorProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isPrivate(S,J){if(!S)return false;switch(S.type){case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlow(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"ArrayTypeAnnotation":case"BooleanTypeAnnotation":case"BooleanLiteralTypeAnnotation":case"NullLiteralTypeAnnotation":case"ClassImplements":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"DeclaredPredicate":case"ExistsTypeAnnotation":case"FunctionTypeAnnotation":case"FunctionTypeParam":case"GenericTypeAnnotation":case"InferredPredicate":case"InterfaceExtends":case"InterfaceDeclaration":case"InterfaceTypeAnnotation":case"IntersectionTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NullableTypeAnnotation":case"NumberLiteralTypeAnnotation":case"NumberTypeAnnotation":case"ObjectTypeAnnotation":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":case"OpaqueType":case"QualifiedTypeIdentifier":case"StringLiteralTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"TupleTypeAnnotation":case"TypeofTypeAnnotation":case"TypeAlias":case"TypeAnnotation":case"TypeCastExpression":case"TypeParameter":case"TypeParameterDeclaration":case"TypeParameterInstantiation":case"UnionTypeAnnotation":case"Variance":case"VoidTypeAnnotation":case"EnumDeclaration":case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":case"IndexedAccessType":case"OptionalIndexedAccessType":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowType(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"ArrayTypeAnnotation":case"BooleanTypeAnnotation":case"BooleanLiteralTypeAnnotation":case"NullLiteralTypeAnnotation":case"ExistsTypeAnnotation":case"FunctionTypeAnnotation":case"GenericTypeAnnotation":case"InterfaceTypeAnnotation":case"IntersectionTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NullableTypeAnnotation":case"NumberLiteralTypeAnnotation":case"NumberTypeAnnotation":case"ObjectTypeAnnotation":case"StringLiteralTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"TupleTypeAnnotation":case"TypeofTypeAnnotation":case"UnionTypeAnnotation":case"VoidTypeAnnotation":case"IndexedAccessType":case"OptionalIndexedAccessType":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowBaseAnnotation(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"BooleanTypeAnnotation":case"NullLiteralTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NumberTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"VoidTypeAnnotation":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowDeclaration(S,J){if(!S)return false;switch(S.type){case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowPredicate(S,J){if(!S)return false;switch(S.type){case"DeclaredPredicate":case"InferredPredicate":break;default:return false}return J==null||(0,te.default)(S,J)}function isEnumBody(S,J){if(!S)return false;switch(S.type){case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":break;default:return false}return J==null||(0,te.default)(S,J)}function isEnumMember(S,J){if(!S)return false;switch(S.type){case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":break;default:return false}return J==null||(0,te.default)(S,J)}function isJSX(S,J){if(!S)return false;switch(S.type){case"JSXAttribute":case"JSXClosingElement":case"JSXElement":case"JSXEmptyExpression":case"JSXExpressionContainer":case"JSXSpreadChild":case"JSXIdentifier":case"JSXMemberExpression":case"JSXNamespacedName":case"JSXOpeningElement":case"JSXSpreadAttribute":case"JSXText":case"JSXFragment":case"JSXOpeningFragment":case"JSXClosingFragment":break;default:return false}return J==null||(0,te.default)(S,J)}function isMiscellaneous(S,J){if(!S)return false;switch(S.type){case"Noop":case"Placeholder":case"V8IntrinsicIdentifier":break;default:return false}return J==null||(0,te.default)(S,J)}function isTypeScript(S,J){if(!S)return false;switch(S.type){case"TSParameterProperty":case"TSDeclareFunction":case"TSDeclareMethod":case"TSQualifiedName":case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSFunctionType":case"TSConstructorType":case"TSTypeReference":case"TSTypePredicate":case"TSTypeQuery":case"TSTypeLiteral":case"TSArrayType":case"TSTupleType":case"TSOptionalType":case"TSRestType":case"TSNamedTupleMember":case"TSUnionType":case"TSIntersectionType":case"TSConditionalType":case"TSInferType":case"TSParenthesizedType":case"TSTypeOperator":case"TSIndexedAccessType":case"TSMappedType":case"TSTemplateLiteralType":case"TSLiteralType":case"TSExpressionWithTypeArguments":case"TSInterfaceDeclaration":case"TSInterfaceBody":case"TSTypeAliasDeclaration":case"TSInstantiationExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSEnumBody":case"TSEnumDeclaration":case"TSEnumMember":case"TSModuleDeclaration":case"TSModuleBlock":case"TSImportType":case"TSImportEqualsDeclaration":case"TSExternalModuleReference":case"TSNonNullExpression":case"TSExportAssignment":case"TSNamespaceExportDeclaration":case"TSTypeAnnotation":case"TSTypeParameterInstantiation":case"TSTypeParameterDeclaration":case"TSTypeParameter":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSTypeElement(S,J){if(!S)return false;switch(S.type){case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSType(S,J){if(!S)return false;switch(S.type){case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSFunctionType":case"TSConstructorType":case"TSTypeReference":case"TSTypePredicate":case"TSTypeQuery":case"TSTypeLiteral":case"TSArrayType":case"TSTupleType":case"TSOptionalType":case"TSRestType":case"TSUnionType":case"TSIntersectionType":case"TSConditionalType":case"TSInferType":case"TSParenthesizedType":case"TSTypeOperator":case"TSIndexedAccessType":case"TSMappedType":case"TSTemplateLiteralType":case"TSLiteralType":case"TSExpressionWithTypeArguments":case"TSImportType":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSBaseType(S,J){if(!S)return false;switch(S.type){case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSTemplateLiteralType":case"TSLiteralType":break;default:return false}return J==null||(0,te.default)(S,J)}function isNumberLiteral(S,J){(0,re.default)("isNumberLiteral","isNumericLiteral");if(!S)return false;if(S.type!=="NumberLiteral")return false;return J==null||(0,te.default)(S,J)}function isRegexLiteral(S,J){(0,re.default)("isRegexLiteral","isRegExpLiteral");if(!S)return false;if(S.type!=="RegexLiteral")return false;return J==null||(0,te.default)(S,J)}function isRestProperty(S,J){(0,re.default)("isRestProperty","isRestElement");if(!S)return false;if(S.type!=="RestProperty")return false;return J==null||(0,te.default)(S,J)}function isSpreadProperty(S,J){(0,re.default)("isSpreadProperty","isSpreadElement");if(!S)return false;if(S.type!=="SpreadProperty")return false;return J==null||(0,te.default)(S,J)}function isModuleDeclaration(S,J){(0,re.default)("isModuleDeclaration","isImportOrExportDeclaration");return isImportOrExportDeclaration(S,J)}},32664:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=is;var te=ee(30732);var re=ee(43872);var ne=ee(40975);var ie=ee(85437);function is(S,J,ee){if(!J)return false;const oe=(0,re.default)(J.type,S);if(!oe){if(!ee&&J.type==="Placeholder"&&S in ie.FLIPPED_ALIAS_KEYS){return(0,ne.default)(J.expectedNode,S)}return false}if(ee===undefined){return true}else{return(0,te.default)(J,ee)}}},10139:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isBinding;var te=ee(79005);function isBinding(S,J,ee){if(ee&&S.type==="Identifier"&&J.type==="ObjectProperty"&&ee.type==="ObjectExpression"){return false}const re=te.default.keys[J.type];if(re){for(let ee=0;ee<re.length;ee++){const te=re[ee];const ne=J[te];if(Array.isArray(ne)){if(ne.includes(S))return true}else{if(ne===S)return true}}}return false}},10395:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isBlockScoped;var te=ee(78596);var re=ee(96923);function isBlockScoped(S){return(0,te.isFunctionDeclaration)(S)||(0,te.isClassDeclaration)(S)||(0,re.default)(S)}},68262:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isImmutable;var te=ee(43872);var re=ee(78596);function isImmutable(S){if((0,te.default)(S.type,"Immutable"))return true;if((0,re.isIdentifier)(S)){if(S.name==="undefined"){return true}else{return false}}return false}},96923:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isLet;var te=ee(78596);var re=Symbol.for("var used to be block scoped");function isLet(S){return(0,te.isVariableDeclaration)(S)&&(S.kind!=="var"||S[re])}},9592:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isNode;var te=ee(85437);function isNode(S){return!!(S&&te.VISITOR_KEYS[S.type])}},90639:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isNodesEquivalent;var te=ee(85437);function isNodesEquivalent(S,J){if(typeof S!=="object"||typeof J!=="object"||S==null||J==null){return S===J}if(S.type!==J.type){return false}const ee=Object.keys(te.NODE_FIELDS[S.type]||S.type);const re=te.VISITOR_KEYS[S.type];for(const te of ee){const ee=S[te];const ne=J[te];if(typeof ee!==typeof ne){return false}if(ee==null&&ne==null){continue}else if(ee==null||ne==null){return false}if(Array.isArray(ee)){if(!Array.isArray(ne)){return false}if(ee.length!==ne.length){return false}for(let S=0;S<ee.length;S++){if(!isNodesEquivalent(ee[S],ne[S])){return false}}continue}if(typeof ee==="object"&&!(re!=null&&re.includes(te))){for(const S of Object.keys(ee)){if(ee[S]!==ne[S]){return false}}continue}if(!isNodesEquivalent(ee,ne)){return false}}return true}},40975:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isPlaceholderType;var te=ee(85437);function isPlaceholderType(S,J){if(S===J)return true;const ee=te.PLACEHOLDERS_ALIAS[S];if(ee!=null&&ee.includes(J))return true;return false}},87171:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isReferenced;function isReferenced(S,J,ee){switch(J.type){case"MemberExpression":case"OptionalMemberExpression":if(J.property===S){return!!J.computed}return J.object===S;case"JSXMemberExpression":return J.object===S;case"VariableDeclarator":return J.init===S;case"ArrowFunctionExpression":return J.body===S;case"PrivateName":return false;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":if(J.key===S){return!!J.computed}return false;case"ObjectProperty":if(J.key===S){return!!J.computed}return(ee==null?void 0:ee.type)!=="ObjectPattern";case"ClassProperty":case"ClassAccessorProperty":if(J.key===S){return!!J.computed}return true;case"ClassPrivateProperty":return J.key!==S;case"ClassDeclaration":case"ClassExpression":return J.superClass===S;case"AssignmentExpression":return J.right===S;case"AssignmentPattern":return J.right===S;case"LabeledStatement":return false;case"CatchClause":return false;case"RestElement":return false;case"BreakStatement":case"ContinueStatement":return false;case"FunctionDeclaration":case"FunctionExpression":return false;case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":return false;case"ExportSpecifier":if(ee!=null&&ee.source){return false}return J.local===S;case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":return false;case"ImportAttribute":return false;case"JSXAttribute":return false;case"ObjectPattern":case"ArrayPattern":return false;case"MetaProperty":return false;case"ObjectTypeProperty":return J.key!==S;case"TSEnumMember":return J.id!==S;case"TSPropertySignature":if(J.key===S){return!!J.computed}return true}return true}},47450:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isScope;var te=ee(78596);function isScope(S,J){if((0,te.isBlockStatement)(S)&&((0,te.isFunction)(J)||(0,te.isCatchClause)(J))){return false}if((0,te.isPattern)(S)&&((0,te.isFunction)(J)||(0,te.isCatchClause)(J))){return true}return(0,te.isScopable)(S)}},56709:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isSpecifierDefault;var te=ee(78596);function isSpecifierDefault(S){return(0,te.isImportDefaultSpecifier)(S)||(0,te.isIdentifier)(S.imported||S.exported,{name:"default"})}},43872:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isType;var te=ee(85437);function isType(S,J){if(S===J)return true;if(S==null)return false;if(te.ALIAS_KEYS[J])return false;const ee=te.FLIPPED_ALIAS_KEYS[J];if(ee!=null&&ee.includes(S))return true;return false}},67292:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isValidES3Identifier;var te=ee(44939);const re=new Set(["abstract","boolean","byte","char","double","enum","final","float","goto","implements","int","interface","long","native","package","private","protected","public","short","static","synchronized","throws","transient","volatile"]);function isValidES3Identifier(S){return(0,te.default)(S)&&!re.has(S)}},44939:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isValidIdentifier;var te=ee(8740);function isValidIdentifier(S,J=true){if(typeof S!=="string")return false;if(J){if((0,te.isKeyword)(S)||(0,te.isStrictReservedWord)(S,true)){return false}}return(0,te.isIdentifierName)(S)}},22407:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isVar;var te=ee(78596);var re=Symbol.for("var used to be block scoped");function isVar(S){return(0,te.isVariableDeclaration)(S,{kind:"var"})&&!S[re]}},85841:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=matchesPattern;var te=ee(78596);function isMemberExpressionLike(S){return(0,te.isMemberExpression)(S)||(0,te.isMetaProperty)(S)}function matchesPattern(S,J,ee){if(!isMemberExpressionLike(S))return false;const re=Array.isArray(J)?J:J.split(".");const ne=[];let ie;for(ie=S;isMemberExpressionLike(ie);ie=(oe=ie.object)!=null?oe:ie.meta){var oe;ne.push(ie.property)}ne.push(ie);if(ne.length<re.length)return false;if(!ee&&ne.length>re.length)return false;for(let S=0,J=ne.length-1;S<re.length;S++,J--){const ee=ne[J];let ie;if((0,te.isIdentifier)(ee)){ie=ee.name}else if((0,te.isStringLiteral)(ee)){ie=ee.value}else if((0,te.isThisExpression)(ee)){ie="this"}else if((0,te.isSuper)(ee)){ie="super"}else if((0,te.isPrivateName)(ee)){ie="#"+ee.id.name}else{return false}if(re[S]!==ie)return false}return true}},85080:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isCompatTag;function isCompatTag(S){return!!S&&/^[a-z]/.test(S)}},27686:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(41693);const re=(0,te.default)("React.Component");var ne=J["default"]=re},58546:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=validate;J.validateChild=validateChild;J.validateField=validateField;J.validateInternal=validateInternal;var te=ee(85437);function validate(S,J,ee){if(!S)return;const re=te.NODE_FIELDS[S.type];if(!re)return;const ne=re[J];validateField(S,J,ee,ne);validateChild(S,J,ee)}function validateInternal(S,J,ee,re,ne){if(!(S!=null&&S.validate))return;if(S.optional&&re==null)return;S.validate(J,ee,re);if(ne){var ie;const S=re.type;if(S==null)return;(ie=te.NODE_PARENT_VALIDATIONS[S])==null||ie.call(te.NODE_PARENT_VALIDATIONS,J,ee,re)}}function validateField(S,J,ee,te){if(!(te!=null&&te.validate))return;if(te.optional&&ee==null)return;te.validate(S,J,ee)}function validateChild(S,J,ee){var re;const ne=ee==null?void 0:ee.type;if(ne==null)return;(re=te.NODE_PARENT_VALIDATIONS[ne])==null||re.call(te.NODE_PARENT_VALIDATIONS,S,J,ee)}},61414:(S,J,ee)=>{const{Argument:te}=ee(1047);const{Command:re}=ee(71175);const{CommanderError:ne,InvalidArgumentError:ie}=ee(94848);const{Help:oe}=ee(98151);const{Option:se}=ee(20513);J.program=new re;J.createCommand=S=>new re(S);J.createOption=(S,J)=>new se(S,J);J.createArgument=(S,J)=>new te(S,J);J.Command=re;J.Option=se;J.Argument=te;J.Help=oe;J.CommanderError=ne;J.InvalidArgumentError=ie;J.InvalidOptionArgumentError=ie},1047:(S,J,ee)=>{const{InvalidArgumentError:te}=ee(94848);class Argument{constructor(S,J){this.description=J||"";this.variadic=false;this.parseArg=undefined;this.defaultValue=undefined;this.defaultValueDescription=undefined;this.argChoices=undefined;switch(S[0]){case"<":this.required=true;this._name=S.slice(1,-1);break;case"[":this.required=false;this._name=S.slice(1,-1);break;default:this.required=true;this._name=S;break}if(this._name.length>3&&this._name.slice(-3)==="..."){this.variadic=true;this._name=this._name.slice(0,-3)}}name(){return this._name}_concatValue(S,J){if(J===this.defaultValue||!Array.isArray(J)){return[S]}return J.concat(S)}default(S,J){this.defaultValue=S;this.defaultValueDescription=J;return this}argParser(S){this.parseArg=S;return this}choices(S){this.argChoices=S.slice();this.parseArg=(S,J)=>{if(!this.argChoices.includes(S)){throw new te(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(S,J)}return S};return this}argRequired(){this.required=true;return this}argOptional(){this.required=false;return this}}function humanReadableArgName(S){const J=S.name()+(S.variadic===true?"...":"");return S.required?"<"+J+">":"["+J+"]"}J.Argument=Argument;J.humanReadableArgName=humanReadableArgName},71175:(S,J,ee)=>{const te=ee(78474).EventEmitter;const re=ee(31421);const ne=ee(76760);const ie=ee(73024);const oe=ee(1708);const{Argument:se,humanReadableArgName:ae}=ee(1047);const{CommanderError:le}=ee(94848);const{Help:ue}=ee(98151);const{Option:pe,DualOptions:de}=ee(20513);const{suggestSimilar:fe}=ee(46587);class Command extends te{constructor(S){super();this.commands=[];this.options=[];this.parent=null;this._allowUnknownOption=false;this._allowExcessArguments=true;this.registeredArguments=[];this._args=this.registeredArguments;this.args=[];this.rawArgs=[];this.processedArgs=[];this._scriptPath=null;this._name=S||"";this._optionValues={};this._optionValueSources={};this._storeOptionsAsProperties=false;this._actionHandler=null;this._executableHandler=false;this._executableFile=null;this._executableDir=null;this._defaultCommandName=null;this._exitCallback=null;this._aliases=[];this._combineFlagAndOptionalValue=true;this._description="";this._summary="";this._argsDescription=undefined;this._enablePositionalOptions=false;this._passThroughOptions=false;this._lifeCycleHooks={};this._showHelpAfterError=false;this._showSuggestionAfterError=true;this._outputConfiguration={writeOut:S=>oe.stdout.write(S),writeErr:S=>oe.stderr.write(S),getOutHelpWidth:()=>oe.stdout.isTTY?oe.stdout.columns:undefined,getErrHelpWidth:()=>oe.stderr.isTTY?oe.stderr.columns:undefined,outputError:(S,J)=>J(S)};this._hidden=false;this._helpOption=undefined;this._addImplicitHelpCommand=undefined;this._helpCommand=undefined;this._helpConfiguration={}}copyInheritedSettings(S){this._outputConfiguration=S._outputConfiguration;this._helpOption=S._helpOption;this._helpCommand=S._helpCommand;this._helpConfiguration=S._helpConfiguration;this._exitCallback=S._exitCallback;this._storeOptionsAsProperties=S._storeOptionsAsProperties;this._combineFlagAndOptionalValue=S._combineFlagAndOptionalValue;this._allowExcessArguments=S._allowExcessArguments;this._enablePositionalOptions=S._enablePositionalOptions;this._showHelpAfterError=S._showHelpAfterError;this._showSuggestionAfterError=S._showSuggestionAfterError;return this}_getCommandAndAncestors(){const S=[];for(let J=this;J;J=J.parent){S.push(J)}return S}command(S,J,ee){let te=J;let re=ee;if(typeof te==="object"&&te!==null){re=te;te=null}re=re||{};const[,ne,ie]=S.match(/([^ ]+) *(.*)/);const oe=this.createCommand(ne);if(te){oe.description(te);oe._executableHandler=true}if(re.isDefault)this._defaultCommandName=oe._name;oe._hidden=!!(re.noHelp||re.hidden);oe._executableFile=re.executableFile||null;if(ie)oe.arguments(ie);this._registerCommand(oe);oe.parent=this;oe.copyInheritedSettings(this);if(te)return this;return oe}createCommand(S){return new Command(S)}createHelp(){return Object.assign(new ue,this.configureHelp())}configureHelp(S){if(S===undefined)return this._helpConfiguration;this._helpConfiguration=S;return this}configureOutput(S){if(S===undefined)return this._outputConfiguration;Object.assign(this._outputConfiguration,S);return this}showHelpAfterError(S=true){if(typeof S!=="string")S=!!S;this._showHelpAfterError=S;return this}showSuggestionAfterError(S=true){this._showSuggestionAfterError=!!S;return this}addCommand(S,J){if(!S._name){throw new Error(`Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()`)}J=J||{};if(J.isDefault)this._defaultCommandName=S._name;if(J.noHelp||J.hidden)S._hidden=true;this._registerCommand(S);S.parent=this;S._checkForBrokenPassThrough();return this}createArgument(S,J){return new se(S,J)}argument(S,J,ee,te){const re=this.createArgument(S,J);if(typeof ee==="function"){re.default(te).argParser(ee)}else{re.default(ee)}this.addArgument(re);return this}arguments(S){S.trim().split(/ +/).forEach((S=>{this.argument(S)}));return this}addArgument(S){const J=this.registeredArguments.slice(-1)[0];if(J&&J.variadic){throw new Error(`only the last argument can be variadic '${J.name()}'`)}if(S.required&&S.defaultValue!==undefined&&S.parseArg===undefined){throw new Error(`a default value for a required argument is never used: '${S.name()}'`)}this.registeredArguments.push(S);return this}helpCommand(S,J){if(typeof S==="boolean"){this._addImplicitHelpCommand=S;return this}S=S??"help [command]";const[,ee,te]=S.match(/([^ ]+) *(.*)/);const re=J??"display help for command";const ne=this.createCommand(ee);ne.helpOption(false);if(te)ne.arguments(te);if(re)ne.description(re);this._addImplicitHelpCommand=true;this._helpCommand=ne;return this}addHelpCommand(S,J){if(typeof S!=="object"){this.helpCommand(S,J);return this}this._addImplicitHelpCommand=true;this._helpCommand=S;return this}_getHelpCommand(){const S=this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"));if(S){if(this._helpCommand===undefined){this.helpCommand(undefined,undefined)}return this._helpCommand}return null}hook(S,J){const ee=["preSubcommand","preAction","postAction"];if(!ee.includes(S)){throw new Error(`Unexpected value for event passed to hook : '${S}'.\nExpecting one of '${ee.join("', '")}'`)}if(this._lifeCycleHooks[S]){this._lifeCycleHooks[S].push(J)}else{this._lifeCycleHooks[S]=[J]}return this}exitOverride(S){if(S){this._exitCallback=S}else{this._exitCallback=S=>{if(S.code!=="commander.executeSubCommandAsync"){throw S}else{}}}return this}_exit(S,J,ee){if(this._exitCallback){this._exitCallback(new le(S,J,ee))}oe.exit(S)}action(S){const listener=J=>{const ee=this.registeredArguments.length;const te=J.slice(0,ee);if(this._storeOptionsAsProperties){te[ee]=this}else{te[ee]=this.opts()}te.push(this);return S.apply(this,te)};this._actionHandler=listener;return this}createOption(S,J){return new pe(S,J)}_callParseArg(S,J,ee,te){try{return S.parseArg(J,ee)}catch(S){if(S.code==="commander.invalidArgument"){const J=`${te} ${S.message}`;this.error(J,{exitCode:S.exitCode,code:S.code})}throw S}}_registerOption(S){const J=S.short&&this._findOption(S.short)||S.long&&this._findOption(S.long);if(J){const ee=S.long&&this._findOption(S.long)?S.long:S.short;throw new Error(`Cannot add option '${S.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${ee}'\n- already used by option '${J.flags}'`)}this.options.push(S)}_registerCommand(S){const knownBy=S=>[S.name()].concat(S.aliases());const J=knownBy(S).find((S=>this._findCommand(S)));if(J){const ee=knownBy(this._findCommand(J)).join("|");const te=knownBy(S).join("|");throw new Error(`cannot add command '${te}' as already have command '${ee}'`)}this.commands.push(S)}addOption(S){this._registerOption(S);const J=S.name();const ee=S.attributeName();if(S.negate){const J=S.long.replace(/^--no-/,"--");if(!this._findOption(J)){this.setOptionValueWithSource(ee,S.defaultValue===undefined?true:S.defaultValue,"default")}}else if(S.defaultValue!==undefined){this.setOptionValueWithSource(ee,S.defaultValue,"default")}const handleOptionValue=(J,te,re)=>{if(J==null&&S.presetArg!==undefined){J=S.presetArg}const ne=this.getOptionValue(ee);if(J!==null&&S.parseArg){J=this._callParseArg(S,J,ne,te)}else if(J!==null&&S.variadic){J=S._concatValue(J,ne)}if(J==null){if(S.negate){J=false}else if(S.isBoolean()||S.optional){J=true}else{J=""}}this.setOptionValueWithSource(ee,J,re)};this.on("option:"+J,(J=>{const ee=`error: option '${S.flags}' argument '${J}' is invalid.`;handleOptionValue(J,ee,"cli")}));if(S.envVar){this.on("optionEnv:"+J,(J=>{const ee=`error: option '${S.flags}' value '${J}' from env '${S.envVar}' is invalid.`;handleOptionValue(J,ee,"env")}))}return this}_optionEx(S,J,ee,te,re){if(typeof J==="object"&&J instanceof pe){throw new Error("To add an Option object use addOption() instead of option() or requiredOption()")}const ne=this.createOption(J,ee);ne.makeOptionMandatory(!!S.mandatory);if(typeof te==="function"){ne.default(re).argParser(te)}else if(te instanceof RegExp){const S=te;te=(J,ee)=>{const te=S.exec(J);return te?te[0]:ee};ne.default(re).argParser(te)}else{ne.default(te)}return this.addOption(ne)}option(S,J,ee,te){return this._optionEx({},S,J,ee,te)}requiredOption(S,J,ee,te){return this._optionEx({mandatory:true},S,J,ee,te)}combineFlagAndOptionalValue(S=true){this._combineFlagAndOptionalValue=!!S;return this}allowUnknownOption(S=true){this._allowUnknownOption=!!S;return this}allowExcessArguments(S=true){this._allowExcessArguments=!!S;return this}enablePositionalOptions(S=true){this._enablePositionalOptions=!!S;return this}passThroughOptions(S=true){this._passThroughOptions=!!S;this._checkForBrokenPassThrough();return this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions){throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}}storeOptionsAsProperties(S=true){if(this.options.length){throw new Error("call .storeOptionsAsProperties() before adding options")}if(Object.keys(this._optionValues).length){throw new Error("call .storeOptionsAsProperties() before setting option values")}this._storeOptionsAsProperties=!!S;return this}getOptionValue(S){if(this._storeOptionsAsProperties){return this[S]}return this._optionValues[S]}setOptionValue(S,J){return this.setOptionValueWithSource(S,J,undefined)}setOptionValueWithSource(S,J,ee){if(this._storeOptionsAsProperties){this[S]=J}else{this._optionValues[S]=J}this._optionValueSources[S]=ee;return this}getOptionValueSource(S){return this._optionValueSources[S]}getOptionValueSourceWithGlobals(S){let J;this._getCommandAndAncestors().forEach((ee=>{if(ee.getOptionValueSource(S)!==undefined){J=ee.getOptionValueSource(S)}}));return J}_prepareUserArgs(S,J){if(S!==undefined&&!Array.isArray(S)){throw new Error("first parameter to parse must be array or undefined")}J=J||{};if(S===undefined&&J.from===undefined){if(oe.versions?.electron){J.from="electron"}const S=oe.execArgv??[];if(S.includes("-e")||S.includes("--eval")||S.includes("-p")||S.includes("--print")){J.from="eval"}}if(S===undefined){S=oe.argv}this.rawArgs=S.slice();let ee;switch(J.from){case undefined:case"node":this._scriptPath=S[1];ee=S.slice(2);break;case"electron":if(oe.defaultApp){this._scriptPath=S[1];ee=S.slice(2)}else{ee=S.slice(1)}break;case"user":ee=S.slice(0);break;case"eval":ee=S.slice(1);break;default:throw new Error(`unexpected parse option { from: '${J.from}' }`)}if(!this._name&&this._scriptPath)this.nameFromFilename(this._scriptPath);this._name=this._name||"program";return ee}parse(S,J){const ee=this._prepareUserArgs(S,J);this._parseCommand([],ee);return this}async parseAsync(S,J){const ee=this._prepareUserArgs(S,J);await this._parseCommand([],ee);return this}_executeSubCommand(S,J){J=J.slice();let ee=false;const te=[".js",".ts",".tsx",".mjs",".cjs"];function findFile(S,J){const ee=ne.resolve(S,J);if(ie.existsSync(ee))return ee;if(te.includes(ne.extname(J)))return undefined;const re=te.find((S=>ie.existsSync(`${ee}${S}`)));if(re)return`${ee}${re}`;return undefined}this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();let se=S._executableFile||`${this._name}-${S._name}`;let ae=this._executableDir||"";if(this._scriptPath){let S;try{S=ie.realpathSync(this._scriptPath)}catch(J){S=this._scriptPath}ae=ne.resolve(ne.dirname(S),ae)}if(ae){let J=findFile(ae,se);if(!J&&!S._executableFile&&this._scriptPath){const ee=ne.basename(this._scriptPath,ne.extname(this._scriptPath));if(ee!==this._name){J=findFile(ae,`${ee}-${S._name}`)}}se=J||se}ee=te.includes(ne.extname(se));let ue;if(oe.platform!=="win32"){if(ee){J.unshift(se);J=incrementNodeInspectorPort(oe.execArgv).concat(J);ue=re.spawn(oe.argv[0],J,{stdio:"inherit"})}else{ue=re.spawn(se,J,{stdio:"inherit"})}}else{J.unshift(se);J=incrementNodeInspectorPort(oe.execArgv).concat(J);ue=re.spawn(oe.execPath,J,{stdio:"inherit"})}if(!ue.killed){const S=["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"];S.forEach((S=>{oe.on(S,(()=>{if(ue.killed===false&&ue.exitCode===null){ue.kill(S)}}))}))}const pe=this._exitCallback;ue.on("close",(S=>{S=S??1;if(!pe){oe.exit(S)}else{pe(new le(S,"commander.executeSubCommandAsync","(close)"))}}));ue.on("error",(J=>{if(J.code==="ENOENT"){const J=ae?`searched for local subcommand relative to directory '${ae}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory";const ee=`'${se}' does not exist\n - if '${S._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ${J}`;throw new Error(ee)}else if(J.code==="EACCES"){throw new Error(`'${se}' not executable`)}if(!pe){oe.exit(1)}else{const S=new le(1,"commander.executeSubCommandAsync","(error)");S.nestedError=J;pe(S)}}));this.runningCommand=ue}_dispatchSubcommand(S,J,ee){const te=this._findCommand(S);if(!te)this.help({error:true});let re;re=this._chainOrCallSubCommandHook(re,te,"preSubcommand");re=this._chainOrCall(re,(()=>{if(te._executableHandler){this._executeSubCommand(te,J.concat(ee))}else{return te._parseCommand(J,ee)}}));return re}_dispatchHelpCommand(S){if(!S){this.help()}const J=this._findCommand(S);if(J&&!J._executableHandler){J.help()}return this._dispatchSubcommand(S,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach(((S,J)=>{if(S.required&&this.args[J]==null){this.missingArgument(S.name())}}));if(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic){return}if(this.args.length>this.registeredArguments.length){this._excessArguments(this.args)}}_processArguments(){const myParseArg=(S,J,ee)=>{let te=J;if(J!==null&&S.parseArg){const re=`error: command-argument value '${J}' is invalid for argument '${S.name()}'.`;te=this._callParseArg(S,J,ee,re)}return te};this._checkNumberOfArguments();const S=[];this.registeredArguments.forEach(((J,ee)=>{let te=J.defaultValue;if(J.variadic){if(ee<this.args.length){te=this.args.slice(ee);if(J.parseArg){te=te.reduce(((S,ee)=>myParseArg(J,ee,S)),J.defaultValue)}}else if(te===undefined){te=[]}}else if(ee<this.args.length){te=this.args[ee];if(J.parseArg){te=myParseArg(J,te,J.defaultValue)}}S[ee]=te}));this.processedArgs=S}_chainOrCall(S,J){if(S&&S.then&&typeof S.then==="function"){return S.then((()=>J()))}return J()}_chainOrCallHooks(S,J){let ee=S;const te=[];this._getCommandAndAncestors().reverse().filter((S=>S._lifeCycleHooks[J]!==undefined)).forEach((S=>{S._lifeCycleHooks[J].forEach((J=>{te.push({hookedCommand:S,callback:J})}))}));if(J==="postAction"){te.reverse()}te.forEach((S=>{ee=this._chainOrCall(ee,(()=>S.callback(S.hookedCommand,this)))}));return ee}_chainOrCallSubCommandHook(S,J,ee){let te=S;if(this._lifeCycleHooks[ee]!==undefined){this._lifeCycleHooks[ee].forEach((S=>{te=this._chainOrCall(te,(()=>S(this,J)))}))}return te}_parseCommand(S,J){const ee=this.parseOptions(J);this._parseOptionsEnv();this._parseOptionsImplied();S=S.concat(ee.operands);J=ee.unknown;this.args=S.concat(J);if(S&&this._findCommand(S[0])){return this._dispatchSubcommand(S[0],S.slice(1),J)}if(this._getHelpCommand()&&S[0]===this._getHelpCommand().name()){return this._dispatchHelpCommand(S[1])}if(this._defaultCommandName){this._outputHelpIfRequested(J);return this._dispatchSubcommand(this._defaultCommandName,S,J)}if(this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName){this.help({error:true})}this._outputHelpIfRequested(ee.unknown);this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();const checkForUnknownOptions=()=>{if(ee.unknown.length>0){this.unknownOption(ee.unknown[0])}};const te=`command:${this.name()}`;if(this._actionHandler){checkForUnknownOptions();this._processArguments();let ee;ee=this._chainOrCallHooks(ee,"preAction");ee=this._chainOrCall(ee,(()=>this._actionHandler(this.processedArgs)));if(this.parent){ee=this._chainOrCall(ee,(()=>{this.parent.emit(te,S,J)}))}ee=this._chainOrCallHooks(ee,"postAction");return ee}if(this.parent&&this.parent.listenerCount(te)){checkForUnknownOptions();this._processArguments();this.parent.emit(te,S,J)}else if(S.length){if(this._findCommand("*")){return this._dispatchSubcommand("*",S,J)}if(this.listenerCount("command:*")){this.emit("command:*",S,J)}else if(this.commands.length){this.unknownCommand()}else{checkForUnknownOptions();this._processArguments()}}else if(this.commands.length){checkForUnknownOptions();this.help({error:true})}else{checkForUnknownOptions();this._processArguments()}}_findCommand(S){if(!S)return undefined;return this.commands.find((J=>J._name===S||J._aliases.includes(S)))}_findOption(S){return this.options.find((J=>J.is(S)))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach((S=>{S.options.forEach((J=>{if(J.mandatory&&S.getOptionValue(J.attributeName())===undefined){S.missingMandatoryOptionValue(J)}}))}))}_checkForConflictingLocalOptions(){const S=this.options.filter((S=>{const J=S.attributeName();if(this.getOptionValue(J)===undefined){return false}return this.getOptionValueSource(J)!=="default"}));const J=S.filter((S=>S.conflictsWith.length>0));J.forEach((J=>{const ee=S.find((S=>J.conflictsWith.includes(S.attributeName())));if(ee){this._conflictingOption(J,ee)}}))}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach((S=>{S._checkForConflictingLocalOptions()}))}parseOptions(S){const J=[];const ee=[];let te=J;const re=S.slice();function maybeOption(S){return S.length>1&&S[0]==="-"}let ne=null;while(re.length){const S=re.shift();if(S==="--"){if(te===ee)te.push(S);te.push(...re);break}if(ne&&!maybeOption(S)){this.emit(`option:${ne.name()}`,S);continue}ne=null;if(maybeOption(S)){const J=this._findOption(S);if(J){if(J.required){const S=re.shift();if(S===undefined)this.optionMissingArgument(J);this.emit(`option:${J.name()}`,S)}else if(J.optional){let S=null;if(re.length>0&&!maybeOption(re[0])){S=re.shift()}this.emit(`option:${J.name()}`,S)}else{this.emit(`option:${J.name()}`)}ne=J.variadic?J:null;continue}}if(S.length>2&&S[0]==="-"&&S[1]!=="-"){const J=this._findOption(`-${S[1]}`);if(J){if(J.required||J.optional&&this._combineFlagAndOptionalValue){this.emit(`option:${J.name()}`,S.slice(2))}else{this.emit(`option:${J.name()}`);re.unshift(`-${S.slice(2)}`)}continue}}if(/^--[^=]+=/.test(S)){const J=S.indexOf("=");const ee=this._findOption(S.slice(0,J));if(ee&&(ee.required||ee.optional)){this.emit(`option:${ee.name()}`,S.slice(J+1));continue}}if(maybeOption(S)){te=ee}if((this._enablePositionalOptions||this._passThroughOptions)&&J.length===0&&ee.length===0){if(this._findCommand(S)){J.push(S);if(re.length>0)ee.push(...re);break}else if(this._getHelpCommand()&&S===this._getHelpCommand().name()){J.push(S);if(re.length>0)J.push(...re);break}else if(this._defaultCommandName){ee.push(S);if(re.length>0)ee.push(...re);break}}if(this._passThroughOptions){te.push(S);if(re.length>0)te.push(...re);break}te.push(S)}return{operands:J,unknown:ee}}opts(){if(this._storeOptionsAsProperties){const S={};const J=this.options.length;for(let ee=0;ee<J;ee++){const J=this.options[ee].attributeName();S[J]=J===this._versionOptionName?this._version:this[J]}return S}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce(((S,J)=>Object.assign(S,J.opts())),{})}error(S,J){this._outputConfiguration.outputError(`${S}\n`,this._outputConfiguration.writeErr);if(typeof this._showHelpAfterError==="string"){this._outputConfiguration.writeErr(`${this._showHelpAfterError}\n`)}else if(this._showHelpAfterError){this._outputConfiguration.writeErr("\n");this.outputHelp({error:true})}const ee=J||{};const te=ee.exitCode||1;const re=ee.code||"commander.error";this._exit(te,re,S)}_parseOptionsEnv(){this.options.forEach((S=>{if(S.envVar&&S.envVar in oe.env){const J=S.attributeName();if(this.getOptionValue(J)===undefined||["default","config","env"].includes(this.getOptionValueSource(J))){if(S.required||S.optional){this.emit(`optionEnv:${S.name()}`,oe.env[S.envVar])}else{this.emit(`optionEnv:${S.name()}`)}}}}))}_parseOptionsImplied(){const S=new de(this.options);const hasCustomOptionValue=S=>this.getOptionValue(S)!==undefined&&!["default","implied"].includes(this.getOptionValueSource(S));this.options.filter((J=>J.implied!==undefined&&hasCustomOptionValue(J.attributeName())&&S.valueFromOption(this.getOptionValue(J.attributeName()),J))).forEach((S=>{Object.keys(S.implied).filter((S=>!hasCustomOptionValue(S))).forEach((J=>{this.setOptionValueWithSource(J,S.implied[J],"implied")}))}))}missingArgument(S){const J=`error: missing required argument '${S}'`;this.error(J,{code:"commander.missingArgument"})}optionMissingArgument(S){const J=`error: option '${S.flags}' argument missing`;this.error(J,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(S){const J=`error: required option '${S.flags}' not specified`;this.error(J,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(S,J){const findBestOptionFromValue=S=>{const J=S.attributeName();const ee=this.getOptionValue(J);const te=this.options.find((S=>S.negate&&J===S.attributeName()));const re=this.options.find((S=>!S.negate&&J===S.attributeName()));if(te&&(te.presetArg===undefined&&ee===false||te.presetArg!==undefined&&ee===te.presetArg)){return te}return re||S};const getErrorMessage=S=>{const J=findBestOptionFromValue(S);const ee=J.attributeName();const te=this.getOptionValueSource(ee);if(te==="env"){return`environment variable '${J.envVar}'`}return`option '${J.flags}'`};const ee=`error: ${getErrorMessage(S)} cannot be used with ${getErrorMessage(J)}`;this.error(ee,{code:"commander.conflictingOption"})}unknownOption(S){if(this._allowUnknownOption)return;let J="";if(S.startsWith("--")&&this._showSuggestionAfterError){let ee=[];let te=this;do{const S=te.createHelp().visibleOptions(te).filter((S=>S.long)).map((S=>S.long));ee=ee.concat(S);te=te.parent}while(te&&!te._enablePositionalOptions);J=fe(S,ee)}const ee=`error: unknown option '${S}'${J}`;this.error(ee,{code:"commander.unknownOption"})}_excessArguments(S){if(this._allowExcessArguments)return;const J=this.registeredArguments.length;const ee=J===1?"":"s";const te=this.parent?` for '${this.name()}'`:"";const re=`error: too many arguments${te}. Expected ${J} argument${ee} but got ${S.length}.`;this.error(re,{code:"commander.excessArguments"})}unknownCommand(){const S=this.args[0];let J="";if(this._showSuggestionAfterError){const ee=[];this.createHelp().visibleCommands(this).forEach((S=>{ee.push(S.name());if(S.alias())ee.push(S.alias())}));J=fe(S,ee)}const ee=`error: unknown command '${S}'${J}`;this.error(ee,{code:"commander.unknownCommand"})}version(S,J,ee){if(S===undefined)return this._version;this._version=S;J=J||"-V, --version";ee=ee||"output the version number";const te=this.createOption(J,ee);this._versionOptionName=te.attributeName();this._registerOption(te);this.on("option:"+te.name(),(()=>{this._outputConfiguration.writeOut(`${S}\n`);this._exit(0,"commander.version",S)}));return this}description(S,J){if(S===undefined&&J===undefined)return this._description;this._description=S;if(J){this._argsDescription=J}return this}summary(S){if(S===undefined)return this._summary;this._summary=S;return this}alias(S){if(S===undefined)return this._aliases[0];let J=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler){J=this.commands[this.commands.length-1]}if(S===J._name)throw new Error("Command alias can't be the same as its name");const ee=this.parent?._findCommand(S);if(ee){const J=[ee.name()].concat(ee.aliases()).join("|");throw new Error(`cannot add alias '${S}' to command '${this.name()}' as already have command '${J}'`)}J._aliases.push(S);return this}aliases(S){if(S===undefined)return this._aliases;S.forEach((S=>this.alias(S)));return this}usage(S){if(S===undefined){if(this._usage)return this._usage;const S=this.registeredArguments.map((S=>ae(S)));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?S:[]).join(" ")}this._usage=S;return this}name(S){if(S===undefined)return this._name;this._name=S;return this}nameFromFilename(S){this._name=ne.basename(S,ne.extname(S));return this}executableDir(S){if(S===undefined)return this._executableDir;this._executableDir=S;return this}helpInformation(S){const J=this.createHelp();if(J.helpWidth===undefined){J.helpWidth=S&&S.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()}return J.formatHelp(this,J)}_getHelpContext(S){S=S||{};const J={error:!!S.error};let ee;if(J.error){ee=S=>this._outputConfiguration.writeErr(S)}else{ee=S=>this._outputConfiguration.writeOut(S)}J.write=S.write||ee;J.command=this;return J}outputHelp(S){let J;if(typeof S==="function"){J=S;S=undefined}const ee=this._getHelpContext(S);this._getCommandAndAncestors().reverse().forEach((S=>S.emit("beforeAllHelp",ee)));this.emit("beforeHelp",ee);let te=this.helpInformation(ee);if(J){te=J(te);if(typeof te!=="string"&&!Buffer.isBuffer(te)){throw new Error("outputHelp callback must return a string or a Buffer")}}ee.write(te);if(this._getHelpOption()?.long){this.emit(this._getHelpOption().long)}this.emit("afterHelp",ee);this._getCommandAndAncestors().forEach((S=>S.emit("afterAllHelp",ee)))}helpOption(S,J){if(typeof S==="boolean"){if(S){this._helpOption=this._helpOption??undefined}else{this._helpOption=null}return this}S=S??"-h, --help";J=J??"display help for command";this._helpOption=this.createOption(S,J);return this}_getHelpOption(){if(this._helpOption===undefined){this.helpOption(undefined,undefined)}return this._helpOption}addHelpOption(S){this._helpOption=S;return this}help(S){this.outputHelp(S);let J=oe.exitCode||0;if(J===0&&S&&typeof S!=="function"&&S.error){J=1}this._exit(J,"commander.help","(outputHelp)")}addHelpText(S,J){const ee=["beforeAll","before","after","afterAll"];if(!ee.includes(S)){throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${ee.join("', '")}'`)}const te=`${S}Help`;this.on(te,(S=>{let ee;if(typeof J==="function"){ee=J({error:S.error,command:S.command})}else{ee=J}if(ee){S.write(`${ee}\n`)}}));return this}_outputHelpIfRequested(S){const J=this._getHelpOption();const ee=J&&S.find((S=>J.is(S)));if(ee){this.outputHelp();this._exit(0,"commander.helpDisplayed","(outputHelp)")}}}function incrementNodeInspectorPort(S){return S.map((S=>{if(!S.startsWith("--inspect")){return S}let J;let ee="127.0.0.1";let te="9229";let re;if((re=S.match(/^(--inspect(-brk)?)$/))!==null){J=re[1]}else if((re=S.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null){J=re[1];if(/^\d+$/.test(re[3])){te=re[3]}else{ee=re[3]}}else if((re=S.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null){J=re[1];ee=re[3];te=re[4]}if(J&&te!=="0"){return`${J}=${ee}:${parseInt(te)+1}`}return S}))}J.Command=Command},94848:(S,J)=>{class CommanderError extends Error{constructor(S,J,ee){super(ee);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name;this.code=J;this.exitCode=S;this.nestedError=undefined}}class InvalidArgumentError extends CommanderError{constructor(S){super(1,"commander.invalidArgument",S);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name}}J.CommanderError=CommanderError;J.InvalidArgumentError=InvalidArgumentError},98151:(S,J,ee)=>{const{humanReadableArgName:te}=ee(1047);class Help{constructor(){this.helpWidth=undefined;this.sortSubcommands=false;this.sortOptions=false;this.showGlobalOptions=false}visibleCommands(S){const J=S.commands.filter((S=>!S._hidden));const ee=S._getHelpCommand();if(ee&&!ee._hidden){J.push(ee)}if(this.sortSubcommands){J.sort(((S,J)=>S.name().localeCompare(J.name())))}return J}compareOptions(S,J){const getSortKey=S=>S.short?S.short.replace(/^-/,""):S.long.replace(/^--/,"");return getSortKey(S).localeCompare(getSortKey(J))}visibleOptions(S){const J=S.options.filter((S=>!S.hidden));const ee=S._getHelpOption();if(ee&&!ee.hidden){const te=ee.short&&S._findOption(ee.short);const re=ee.long&&S._findOption(ee.long);if(!te&&!re){J.push(ee)}else if(ee.long&&!re){J.push(S.createOption(ee.long,ee.description))}else if(ee.short&&!te){J.push(S.createOption(ee.short,ee.description))}}if(this.sortOptions){J.sort(this.compareOptions)}return J}visibleGlobalOptions(S){if(!this.showGlobalOptions)return[];const J=[];for(let ee=S.parent;ee;ee=ee.parent){const S=ee.options.filter((S=>!S.hidden));J.push(...S)}if(this.sortOptions){J.sort(this.compareOptions)}return J}visibleArguments(S){if(S._argsDescription){S.registeredArguments.forEach((J=>{J.description=J.description||S._argsDescription[J.name()]||""}))}if(S.registeredArguments.find((S=>S.description))){return S.registeredArguments}return[]}subcommandTerm(S){const J=S.registeredArguments.map((S=>te(S))).join(" ");return S._name+(S._aliases[0]?"|"+S._aliases[0]:"")+(S.options.length?" [options]":"")+(J?" "+J:"")}optionTerm(S){return S.flags}argumentTerm(S){return S.name()}longestSubcommandTermLength(S,J){return J.visibleCommands(S).reduce(((S,ee)=>Math.max(S,J.subcommandTerm(ee).length)),0)}longestOptionTermLength(S,J){return J.visibleOptions(S).reduce(((S,ee)=>Math.max(S,J.optionTerm(ee).length)),0)}longestGlobalOptionTermLength(S,J){return J.visibleGlobalOptions(S).reduce(((S,ee)=>Math.max(S,J.optionTerm(ee).length)),0)}longestArgumentTermLength(S,J){return J.visibleArguments(S).reduce(((S,ee)=>Math.max(S,J.argumentTerm(ee).length)),0)}commandUsage(S){let J=S._name;if(S._aliases[0]){J=J+"|"+S._aliases[0]}let ee="";for(let J=S.parent;J;J=J.parent){ee=J.name()+" "+ee}return ee+J+" "+S.usage()}commandDescription(S){return S.description()}subcommandDescription(S){return S.summary()||S.description()}optionDescription(S){const J=[];if(S.argChoices){J.push(`choices: ${S.argChoices.map((S=>JSON.stringify(S))).join(", ")}`)}if(S.defaultValue!==undefined){const ee=S.required||S.optional||S.isBoolean()&&typeof S.defaultValue==="boolean";if(ee){J.push(`default: ${S.defaultValueDescription||JSON.stringify(S.defaultValue)}`)}}if(S.presetArg!==undefined&&S.optional){J.push(`preset: ${JSON.stringify(S.presetArg)}`)}if(S.envVar!==undefined){J.push(`env: ${S.envVar}`)}if(J.length>0){return`${S.description} (${J.join(", ")})`}return S.description}argumentDescription(S){const J=[];if(S.argChoices){J.push(`choices: ${S.argChoices.map((S=>JSON.stringify(S))).join(", ")}`)}if(S.defaultValue!==undefined){J.push(`default: ${S.defaultValueDescription||JSON.stringify(S.defaultValue)}`)}if(J.length>0){const ee=`(${J.join(", ")})`;if(S.description){return`${S.description} ${ee}`}return ee}return S.description}formatHelp(S,J){const ee=J.padWidth(S,J);const te=J.helpWidth||80;const re=2;const ne=2;function formatItem(S,ie){if(ie){const oe=`${S.padEnd(ee+ne)}${ie}`;return J.wrap(oe,te-re,ee+ne)}return S}function formatList(S){return S.join("\n").replace(/^/gm," ".repeat(re))}let ie=[`Usage: ${J.commandUsage(S)}`,""];const oe=J.commandDescription(S);if(oe.length>0){ie=ie.concat([J.wrap(oe,te,0),""])}const se=J.visibleArguments(S).map((S=>formatItem(J.argumentTerm(S),J.argumentDescription(S))));if(se.length>0){ie=ie.concat(["Arguments:",formatList(se),""])}const ae=J.visibleOptions(S).map((S=>formatItem(J.optionTerm(S),J.optionDescription(S))));if(ae.length>0){ie=ie.concat(["Options:",formatList(ae),""])}if(this.showGlobalOptions){const ee=J.visibleGlobalOptions(S).map((S=>formatItem(J.optionTerm(S),J.optionDescription(S))));if(ee.length>0){ie=ie.concat(["Global Options:",formatList(ee),""])}}const le=J.visibleCommands(S).map((S=>formatItem(J.subcommandTerm(S),J.subcommandDescription(S))));if(le.length>0){ie=ie.concat(["Commands:",formatList(le),""])}return ie.join("\n")}padWidth(S,J){return Math.max(J.longestOptionTermLength(S,J),J.longestGlobalOptionTermLength(S,J),J.longestSubcommandTermLength(S,J),J.longestArgumentTermLength(S,J))}wrap(S,J,ee,te=40){const re=" \\f\\t\\v - \ufeff";const ne=new RegExp(`[\\n][${re}]+`);if(S.match(ne))return S;const ie=J-ee;if(ie<te)return S;const oe=S.slice(0,ee);const se=S.slice(ee).replace("\r\n","\n");const ae=" ".repeat(ee);const le="";const ue=`\\s${le}`;const pe=new RegExp(`\n|.{1,${ie-1}}([${ue}]|$)|[^${ue}]+?([${ue}]|$)`,"g");const de=se.match(pe)||[];return oe+de.map(((S,J)=>{if(S==="\n")return"";return(J>0?ae:"")+S.trimEnd()})).join("\n")}}J.Help=Help},20513:(S,J,ee)=>{const{InvalidArgumentError:te}=ee(94848);class Option{constructor(S,J){this.flags=S;this.description=J||"";this.required=S.includes("<");this.optional=S.includes("[");this.variadic=/\w\.\.\.[>\]]$/.test(S);this.mandatory=false;const ee=splitOptionFlags(S);this.short=ee.shortFlag;this.long=ee.longFlag;this.negate=false;if(this.long){this.negate=this.long.startsWith("--no-")}this.defaultValue=undefined;this.defaultValueDescription=undefined;this.presetArg=undefined;this.envVar=undefined;this.parseArg=undefined;this.hidden=false;this.argChoices=undefined;this.conflictsWith=[];this.implied=undefined}default(S,J){this.defaultValue=S;this.defaultValueDescription=J;return this}preset(S){this.presetArg=S;return this}conflicts(S){this.conflictsWith=this.conflictsWith.concat(S);return this}implies(S){let J=S;if(typeof S==="string"){J={[S]:true}}this.implied=Object.assign(this.implied||{},J);return this}env(S){this.envVar=S;return this}argParser(S){this.parseArg=S;return this}makeOptionMandatory(S=true){this.mandatory=!!S;return this}hideHelp(S=true){this.hidden=!!S;return this}_concatValue(S,J){if(J===this.defaultValue||!Array.isArray(J)){return[S]}return J.concat(S)}choices(S){this.argChoices=S.slice();this.parseArg=(S,J)=>{if(!this.argChoices.includes(S)){throw new te(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(S,J)}return S};return this}name(){if(this.long){return this.long.replace(/^--/,"")}return this.short.replace(/^-/,"")}attributeName(){return camelcase(this.name().replace(/^no-/,""))}is(S){return this.short===S||this.long===S}isBoolean(){return!this.required&&!this.optional&&!this.negate}}class DualOptions{constructor(S){this.positiveOptions=new Map;this.negativeOptions=new Map;this.dualOptions=new Set;S.forEach((S=>{if(S.negate){this.negativeOptions.set(S.attributeName(),S)}else{this.positiveOptions.set(S.attributeName(),S)}}));this.negativeOptions.forEach(((S,J)=>{if(this.positiveOptions.has(J)){this.dualOptions.add(J)}}))}valueFromOption(S,J){const ee=J.attributeName();if(!this.dualOptions.has(ee))return true;const te=this.negativeOptions.get(ee).presetArg;const re=te!==undefined?te:false;return J.negate===(re===S)}}function camelcase(S){return S.split("-").reduce(((S,J)=>S+J[0].toUpperCase()+J.slice(1)))}function splitOptionFlags(S){let J;let ee;const te=S.split(/[ |,]+/);if(te.length>1&&!/^[[<]/.test(te[1]))J=te.shift();ee=te.shift();if(!J&&/^-[^-]$/.test(ee)){J=ee;ee=undefined}return{shortFlag:J,longFlag:ee}}J.Option=Option;J.DualOptions=DualOptions},46587:(S,J)=>{const ee=3;function editDistance(S,J){if(Math.abs(S.length-J.length)>ee)return Math.max(S.length,J.length);const te=[];for(let J=0;J<=S.length;J++){te[J]=[J]}for(let S=0;S<=J.length;S++){te[0][S]=S}for(let ee=1;ee<=J.length;ee++){for(let re=1;re<=S.length;re++){let ne=1;if(S[re-1]===J[ee-1]){ne=0}else{ne=1}te[re][ee]=Math.min(te[re-1][ee]+1,te[re][ee-1]+1,te[re-1][ee-1]+ne);if(re>1&&ee>1&&S[re-1]===J[ee-2]&&S[re-2]===J[ee-1]){te[re][ee]=Math.min(te[re][ee],te[re-2][ee-2]+1)}}}return te[S.length][J.length]}function suggestSimilar(S,J){if(!J||J.length===0)return"";J=Array.from(new Set(J));const te=S.startsWith("--");if(te){S=S.slice(2);J=J.map((S=>S.slice(2)))}let re=[];let ne=ee;const ie=.4;J.forEach((J=>{if(J.length<=1)return;const ee=editDistance(S,J);const te=Math.max(S.length,J.length);const oe=(te-ee)/te;if(oe>ie){if(ee<ne){ne=ee;re=[J]}else if(ee===ne){re.push(J)}}}));re.sort(((S,J)=>S.localeCompare(J)));if(te){re=re.map((S=>`--${S}`))}if(re.length>1){return`\n(Did you mean one of ${re.join(", ")}?)`}if(re.length===1){return`\n(Did you mean ${re[0]}?)`}return""}J.suggestSimilar=suggestSimilar},62514:(S,J,ee)=>{"use strict";var R=(S,J)=>()=>(J||S((J={exports:{}}).exports,J),J.exports);var te=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.range=S.balanced=void 0;var Gs=(J,ee,te)=>{let re=J instanceof RegExp?Ie(J,te):J,ne=ee instanceof RegExp?Ie(ee,te):ee,ie=re!==null&&ne!=null&&(0,S.range)(re,ne,te);return ie&&{start:ie[0],end:ie[1],pre:te.slice(0,ie[0]),body:te.slice(ie[0]+re.length,ie[1]),post:te.slice(ie[1]+ne.length)}};S.balanced=Gs;var Ie=(S,J)=>{let ee=J.match(S);return ee?ee[0]:null},zs=(S,J,ee)=>{let te,re,ne,ie,oe,se=ee.indexOf(S),ae=ee.indexOf(J,se+1),le=se;if(se>=0&&ae>0){if(S===J)return[se,ae];for(te=[],ne=ee.length;le>=0&&!oe;){if(le===se)te.push(le),se=ee.indexOf(S,le+1);else if(te.length===1){let S=te.pop();S!==void 0&&(oe=[S,ae])}else re=te.pop(),re!==void 0&&re<ne&&(ne=re,ie=ae),ae=ee.indexOf(J,le+1);le=se<ae&&se>=0?se:ae}te.length&&ie!==void 0&&(oe=[ne,ie])}return oe};S.range=zs}));var re=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.EXPANSION_MAX=void 0;S.expand=ei;var J=te(),ee="\0SLASH"+Math.random()+"\0",re="\0OPEN"+Math.random()+"\0",ne="\0CLOSE"+Math.random()+"\0",ie="\0COMMA"+Math.random()+"\0",oe="\0PERIOD"+Math.random()+"\0",se=new RegExp(ee,"g"),ae=new RegExp(re,"g"),le=new RegExp(ne,"g"),ue=new RegExp(ie,"g"),pe=new RegExp(oe,"g"),de=/\\\\/g,fe=/\\{/g,me=/\\}/g,ge=/\\,/g,he=/\\./g;S.EXPANSION_MAX=1e5;function ce(S){return isNaN(S)?S.charCodeAt(0):parseInt(S,10)}function Qs(S){return S.replace(de,ee).replace(fe,re).replace(me,ne).replace(ge,ie).replace(he,oe)}function ti(S){return S.replace(se,"\\").replace(ae,"{").replace(le,"}").replace(ue,",").replace(pe,".")}function Ve(S){if(!S)return[""];let ee=[],te=(0,J.balanced)("{","}",S);if(!te)return S.split(",");let{pre:re,body:ne,post:ie}=te,oe=re.split(",");oe[oe.length-1]+="{"+ne+"}";let se=Ve(ie);return ie.length&&(oe[oe.length-1]+=se.shift(),oe.push.apply(oe,se)),ee.push.apply(ee,oe),ee}function ei(J,ee={}){if(!J)return[];let{max:te=S.EXPANSION_MAX}=ee;return J.slice(0,2)==="{}"&&(J="\\{\\}"+J.slice(2)),ht(Qs(J),te,!0).map(ti)}function si(S){return"{"+S+"}"}function ii(S){return/^-?0\d/.test(S)}function ri(S,J){return S<=J}function ni(S,J){return S>=J}function ht(S,ee,te){let re=[],ie=(0,J.balanced)("{","}",S);if(!ie)return[S];let oe=ie.pre,se=ie.post.length?ht(ie.post,ee,!1):[""];if(/\$$/.test(ie.pre))for(let S=0;S<se.length&&S<ee;S++){let J=oe+"{"+ie.body+"}"+se[S];re.push(J)}else{let J=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(ie.body),ae=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(ie.body),le=J||ae,ue=ie.body.indexOf(",")>=0;if(!le&&!ue)return ie.post.match(/,(?!,).*\}/)?(S=ie.pre+"{"+ie.body+ne+ie.post,ht(S,ee,!0)):[S];let pe;if(le)pe=ie.body.split(/\.\./);else if(pe=Ve(ie.body),pe.length===1&&pe[0]!==void 0&&(pe=ht(pe[0],ee,!1).map(si),pe.length===1))return se.map((S=>ie.pre+pe[0]+S));let de;if(le&&pe[0]!==void 0&&pe[1]!==void 0){let S=ce(pe[0]),J=ce(pe[1]),ee=Math.max(pe[0].length,pe[1].length),te=pe.length===3&&pe[2]!==void 0?Math.abs(ce(pe[2])):1,re=ri;J<S&&(te*=-1,re=ni);let ne=pe.some(ii);de=[];for(let ie=S;re(ie,J);ie+=te){let S;if(ae)S=String.fromCharCode(ie),S==="\\"&&(S="");else if(S=String(ie),ne){let J=ee-S.length;if(J>0){let ee=new Array(J+1).join("0");ie<0?S="-"+ee+S.slice(1):S=ee+S}}de.push(S)}}else{de=[];for(let S=0;S<pe.length;S++)de.push.apply(de,ht(pe[S],ee,!1))}for(let S=0;S<de.length;S++)for(let J=0;J<se.length&&re.length<ee;J++){let ee=oe+de[S]+se[J];(!te||le||ee)&&re.push(ee)}}return re}}));var ne=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.assertValidPattern=void 0;var J=1024*64,oi=S=>{if(typeof S!="string")throw new TypeError("invalid pattern");if(S.length>J)throw new TypeError("pattern is too long")};S.assertValidPattern=oi}));var ie=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.parseClass=void 0;var J={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ot=S=>S.replace(/[[\]\\-]/g,"\\$&"),li=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Ye=S=>S.join(""),ci=(S,ee)=>{let te=ee;if(S.charAt(te)!=="[")throw new Error("not in a brace expression");let re=[],ne=[],ie=te+1,oe=!1,se=!1,ae=!1,le=!1,ue=te,pe="";e:for(;ie<S.length;){let ee=S.charAt(ie);if((ee==="!"||ee==="^")&&ie===te+1){le=!0,ie++;continue}if(ee==="]"&&oe&&!ae){ue=ie+1;break}if(oe=!0,ee==="\\"&&!ae){ae=!0,ie++;continue}if(ee==="["&&!ae){for(let[ee,[oe,ae,le]]of Object.entries(J))if(S.startsWith(ee,ie)){if(pe)return["$.",!1,S.length-te,!0];ie+=ee.length,le?ne.push(oe):re.push(oe),se=se||ae;continue e}}if(ae=!1,pe){ee>pe?re.push(ot(pe)+"-"+ot(ee)):ee===pe&&re.push(ot(ee)),pe="",ie++;continue}if(S.startsWith("-]",ie+1)){re.push(ot(ee+"-")),ie+=2;continue}if(S.startsWith("-",ie+1)){pe=ee,ie+=2;continue}re.push(ot(ee)),ie++}if(ue<ie)return["",!1,0,!1];if(!re.length&&!ne.length)return["$.",!1,S.length-te,!0];if(ne.length===0&&re.length===1&&/^\\?.$/.test(re[0])&&!le){let S=re[0].length===2?re[0].slice(-1):re[0];return[li(S),!1,ue-te,!1]}let de="["+(le?"^":"")+Ye(re)+"]",fe="["+(le?"":"^")+Ye(ne)+"]";return[re.length&&ne.length?"("+de+"|"+fe+")":re.length?de:fe,se,ue-te,!0]};S.parseClass=ci}));var oe=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.unescape=void 0;var ui=(S,{windowsPathsNoEscape:J=!1,magicalBraces:ee=!0}={})=>ee?J?S.replace(/\[([^\/\\])\]/g,"$1"):S.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):J?S.replace(/\[([^\/\\{}])\]/g,"$1"):S.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");S.unescape=ui}));var se=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.AST=void 0;var J=ie(),ee=oe(),te=new Set(["!","?","+","*","@"]),Ze=S=>te.has(S),re="(?!(?:^|/)\\.\\.?(?:$|/))",ne="(?!\\.)",se=new Set(["[","."]),ae=new Set(["..","."]),le=new Set("().*{}+?[]^$\\!"),bi=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),ue="[^/]",pe=ue+"*?",de=ue+"+?",fe=class n{type;#n;#i;#o=!1;#s=[];#a;#c;#l;#u=!1;#p;#d;#f=!1;constructor(S,J,ee={}){this.type=S,S&&(this.#i=!0),this.#a=J,this.#n=this.#a?this.#a.#n:this,this.#p=this.#n===this?ee:this.#n.#p,this.#l=this.#n===this?[]:this.#n.#l,S==="!"&&!this.#n.#u&&this.#l.push(this),this.#c=this.#a?this.#a.#s.length:0}get hasMagic(){if(this.#i!==void 0)return this.#i;for(let S of this.#s)if(typeof S!="string"&&(S.type||S.hasMagic))return this.#i=!0;return this.#i}toString(){return this.#d!==void 0?this.#d:this.type?this.#d=this.type+"("+this.#s.map((S=>String(S))).join("|")+")":this.#d=this.#s.map((S=>String(S))).join("")}#m(){if(this!==this.#n)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let S;for(;S=this.#l.pop();){if(S.type!=="!")continue;let J=S,ee=J.#a;for(;ee;){for(let te=J.#c+1;!ee.type&&te<ee.#s.length;te++)for(let J of S.#s){if(typeof J=="string")throw new Error("string part in extglob AST??");J.copyIn(ee.#s[te])}J=ee,ee=J.#a}}return this}push(...S){for(let J of S)if(J!==""){if(typeof J!="string"&&!(J instanceof n&&J.#a===this))throw new Error("invalid part: "+J);this.#s.push(J)}}toJSON(){let S=this.type===null?this.#s.slice().map((S=>typeof S=="string"?S:S.toJSON())):[this.type,...this.#s.map((S=>S.toJSON()))];return this.isStart()&&!this.type&&S.unshift([]),this.isEnd()&&(this===this.#n||this.#n.#u&&this.#a?.type==="!")&&S.push({}),S}isStart(){if(this.#n===this)return!0;if(!this.#a?.isStart())return!1;if(this.#c===0)return!0;let S=this.#a;for(let J=0;J<this.#c;J++){let ee=S.#s[J];if(!(ee instanceof n&&ee.type==="!"))return!1}return!0}isEnd(){if(this.#n===this||this.#a?.type==="!")return!0;if(!this.#a?.isEnd())return!1;if(!this.type)return this.#a?.isEnd();let S=this.#a?this.#a.#s.length:0;return this.#c===S-1}copyIn(S){typeof S=="string"?this.push(S):this.push(S.clone(this))}clone(S){let J=new n(this.type,S);for(let S of this.#s)J.copyIn(S);return J}static#g(S,J,ee,te){let re=!1,ne=!1,ie=-1,oe=!1;if(J.type===null){let se=ee,ae="";for(;se<S.length;){let ee=S.charAt(se++);if(re||ee==="\\"){re=!re,ae+=ee;continue}if(ne){se===ie+1?(ee==="^"||ee==="!")&&(oe=!0):ee==="]"&&!(se===ie+2&&oe)&&(ne=!1),ae+=ee;continue}else if(ee==="["){ne=!0,ie=se,oe=!1,ae+=ee;continue}if(!te.noext&&Ze(ee)&&S.charAt(se)==="("){J.push(ae),ae="";let re=new n(ee,J);se=n.#g(S,re,se,te),J.push(re);continue}ae+=ee}return J.push(ae),se}let se=ee+1,ae=new n(null,J),le=[],ue="";for(;se<S.length;){let ee=S.charAt(se++);if(re||ee==="\\"){re=!re,ue+=ee;continue}if(ne){se===ie+1?(ee==="^"||ee==="!")&&(oe=!0):ee==="]"&&!(se===ie+2&&oe)&&(ne=!1),ue+=ee;continue}else if(ee==="["){ne=!0,ie=se,oe=!1,ue+=ee;continue}if(Ze(ee)&&S.charAt(se)==="("){ae.push(ue),ue="";let J=new n(ee,ae);ae.push(J),se=n.#g(S,J,se,te);continue}if(ee==="|"){ae.push(ue),ue="",le.push(ae),ae=new n(null,J);continue}if(ee===")")return ue===""&&J.#s.length===0&&(J.#f=!0),ae.push(ue),ue="",J.push(...le,ae),se;ue+=ee}return J.type=null,J.#i=void 0,J.#s=[S.substring(ee-1)],se}static fromGlob(S,J={}){let ee=new n(null,void 0,J);return n.#g(S,ee,0,J),ee}toMMPattern(){if(this!==this.#n)return this.#n.toMMPattern();let S=this.toString(),[J,ee,te,re]=this.toRegExpSource();if(!(te||this.#i||this.#p.nocase&&!this.#p.nocaseMagicOnly&&S.toUpperCase()!==S.toLowerCase()))return ee;let ne=(this.#p.nocase?"i":"")+(re?"u":"");return Object.assign(new RegExp(`^${J}$`,ne),{_src:J,_glob:S})}get options(){return this.#p}toRegExpSource(S){let J=S??!!this.#p.dot;if(this.#n===this&&this.#m(),!this.type){let te=this.isStart()&&this.isEnd()&&!this.#s.some((S=>typeof S!="string")),ie=this.#s.map((J=>{let[ee,re,ne,ie]=typeof J=="string"?n.#h(J,this.#i,te):J.toRegExpSource(S);return this.#i=this.#i||ne,this.#o=this.#o||ie,ee})).join(""),oe="";if(this.isStart()&&typeof this.#s[0]=="string"&&!(this.#s.length===1&&ae.has(this.#s[0]))){let ee=se,te=J&&ee.has(ie.charAt(0))||ie.startsWith("\\.")&&ee.has(ie.charAt(2))||ie.startsWith("\\.\\.")&&ee.has(ie.charAt(4)),ae=!J&&!S&&ee.has(ie.charAt(0));oe=te?re:ae?ne:""}let le="";return this.isEnd()&&this.#n.#u&&this.#a?.type==="!"&&(le="(?:$|\\/)"),[oe+ie+le,(0,ee.unescape)(ie),this.#i=!!this.#i,this.#o]}let te=this.type==="*"||this.type==="+",ie=this.type==="!"?"(?:(?!(?:":"(?:",oe=this.#_(J);if(this.isStart()&&this.isEnd()&&!oe&&this.type!=="!"){let S=this.toString();return this.#s=[S],this.type=null,this.#i=void 0,[S,(0,ee.unescape)(this.toString()),!1,!1]}let le=!te||S||J||!ne?"":this.#_(!0);le===oe&&(le=""),le&&(oe=`(?:${oe})(?:${le})*?`);let ue="";if(this.type==="!"&&this.#f)ue=(this.isStart()&&!J?ne:"")+de;else{let ee=this.type==="!"?"))"+(this.isStart()&&!J&&!S?ne:"")+pe+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&le?")":this.type==="*"&&le?")?":`)${this.type}`;ue=ie+oe+ee}return[ue,(0,ee.unescape)(oe),this.#i=!!this.#i,this.#o]}#_(S){return this.#s.map((J=>{if(typeof J=="string")throw new Error("string type in extglob ast??");let[ee,te,re,ne]=J.toRegExpSource(S);return this.#o=this.#o||ne,ee})).filter((S=>!(this.isStart()&&this.isEnd())||!!S)).join("|")}static#h(S,te,re=!1){let ne=!1,ie="",oe=!1,se=!1;for(let ee=0;ee<S.length;ee++){let ae=S.charAt(ee);if(ne){ne=!1,ie+=(le.has(ae)?"\\":"")+ae;continue}if(ae==="*"){if(se)continue;se=!0,ie+=re&&/^[*]+$/.test(S)?de:pe,te=!0;continue}else se=!1;if(ae==="\\"){ee===S.length-1?ie+="\\\\":ne=!0;continue}if(ae==="["){let[re,ne,se,ae]=(0,J.parseClass)(S,ee);if(se){ie+=re,oe=oe||ne,ee+=se-1,te=te||ae;continue}}if(ae==="?"){ie+=ue,te=!0;continue}ie+=bi(ae)}return[ie,(0,ee.unescape)(S),!!te,oe]}};S.AST=fe}));var ae=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.escape=void 0;var yi=(S,{windowsPathsNoEscape:J=!1,magicalBraces:ee=!1}={})=>ee?J?S.replace(/[?*()[\]{}]/g,"[$&]"):S.replace(/[?*()[\]\\{}]/g,"\\$&"):J?S.replace(/[?*()[\]]/g,"[$&]"):S.replace(/[?*()[\]\\]/g,"\\$&");S.escape=yi}));var le=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.unescape=S.escape=S.AST=S.Minimatch=S.match=S.makeRe=S.braceExpand=S.defaults=S.filter=S.GLOBSTAR=S.sep=S.minimatch=void 0;var J=re(),ee=ne(),te=se(),ie=ae(),le=oe(),_i=(S,J,te={})=>((0,ee.assertValidPattern)(J),!te.nocomment&&J.charAt(0)==="#"?!1:new xe(J,te).match(S));S.minimatch=_i;var ue=/^\*+([^+@!?\*\[\(]*)$/,xi=S=>J=>!J.startsWith(".")&&J.endsWith(S),Ti=S=>J=>J.endsWith(S),Ci=S=>(S=S.toLowerCase(),J=>!J.startsWith(".")&&J.toLowerCase().endsWith(S)),Ri=S=>(S=S.toLowerCase(),J=>J.toLowerCase().endsWith(S)),pe=/^\*+\.\*+$/,ki=S=>!S.startsWith(".")&&S.includes("."),Mi=S=>S!=="."&&S!==".."&&S.includes("."),de=/^\.\*+$/,Di=S=>S!=="."&&S!==".."&&S.startsWith("."),fe=/^\*+$/,ji=S=>S.length!==0&&!S.startsWith("."),Ni=S=>S.length!==0&&S!=="."&&S!=="..",me=/^\?+([^+@!?\*\[\(]*)?$/,Wi=([S,J=""])=>{let ee=rs([S]);return J?(J=J.toLowerCase(),S=>ee(S)&&S.toLowerCase().endsWith(J)):ee},Bi=([S,J=""])=>{let ee=ns([S]);return J?(J=J.toLowerCase(),S=>ee(S)&&S.toLowerCase().endsWith(J)):ee},Ii=([S,J=""])=>{let ee=ns([S]);return J?S=>ee(S)&&S.endsWith(J):ee},Gi=([S,J=""])=>{let ee=rs([S]);return J?S=>ee(S)&&S.endsWith(J):ee},rs=([S])=>{let J=S.length;return S=>S.length===J&&!S.startsWith(".")},ns=([S])=>{let J=S.length;return S=>S.length===J&&S!=="."&&S!==".."},ge=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",he={win32:{sep:"\\"},posix:{sep:"/"}};S.sep=ge==="win32"?he.win32.sep:he.posix.sep;S.minimatch.sep=S.sep;S.GLOBSTAR=Symbol("globstar **");S.minimatch.GLOBSTAR=S.GLOBSTAR;var _e="[^/]",ye=_e+"*?",ve="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",be="(?:(?!(?:\\/|^)\\.).)*?",Hi=(J,ee={})=>te=>(0,S.minimatch)(te,J,ee);S.filter=Hi;S.minimatch.filter=S.filter;var F=(S,J={})=>Object.assign({},S,J),Vi=J=>{if(!J||typeof J!="object"||!Object.keys(J).length)return S.minimatch;let ee=S.minimatch;return Object.assign(((S,te,re={})=>ee(S,te,F(J,re))),{Minimatch:class extends ee.Minimatch{constructor(S,ee={}){super(S,F(J,ee))}static defaults(S){return ee.defaults(F(J,S)).Minimatch}},AST:class extends ee.AST{constructor(S,ee,te={}){super(S,ee,F(J,te))}static fromGlob(S,te={}){return ee.AST.fromGlob(S,F(J,te))}},unescape:(S,te={})=>ee.unescape(S,F(J,te)),escape:(S,te={})=>ee.escape(S,F(J,te)),filter:(S,te={})=>ee.filter(S,F(J,te)),defaults:S=>ee.defaults(F(J,S)),makeRe:(S,te={})=>ee.makeRe(S,F(J,te)),braceExpand:(S,te={})=>ee.braceExpand(S,F(J,te)),match:(S,te,re={})=>ee.match(S,te,F(J,re)),sep:ee.sep,GLOBSTAR:S.GLOBSTAR})};S.defaults=Vi;S.minimatch.defaults=S.defaults;var Ki=(S,te={})=>((0,ee.assertValidPattern)(S),te.nobrace||!/\{(?:(?!\{).)*\}/.test(S)?[S]:(0,J.expand)(S,{max:te.braceExpandMax}));S.braceExpand=Ki;S.minimatch.braceExpand=S.braceExpand;var Xi=(S,J={})=>new xe(S,J).makeRe();S.makeRe=Xi;S.minimatch.makeRe=S.makeRe;var Yi=(S,J,ee={})=>{let te=new xe(J,ee);return S=S.filter((S=>te.match(S))),te.options.nonull&&!S.length&&S.push(J),S};S.match=Yi;S.minimatch.match=S.match;var Se=/[?*]|[+@!]\(.*?\)|\[|\]/,Ji=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),xe=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(S,J={}){(0,ee.assertValidPattern)(S),J=J||{},this.options=J,this.pattern=S,this.platform=J.platform||ge,this.isWindows=this.platform==="win32";let te="allowWindowsEscape";this.windowsPathsNoEscape=!!J.windowsPathsNoEscape||J[te]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!J.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!J.nonegate,this.comment=!1,this.empty=!1,this.partial=!!J.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=J.windowsNoMagicRoot!==void 0?J.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let S of this.set)for(let J of S)if(typeof J!="string")return!0;return!1}debug(...S){}make(){let S=this.pattern,J=this.options;if(!J.nocomment&&S.charAt(0)==="#"){this.comment=!0;return}if(!S){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],J.debug&&(this.debug=(...S)=>console.error(...S)),this.debug(this.pattern,this.globSet);let ee=this.globSet.map((S=>this.slashSplit(S)));this.globParts=this.preprocess(ee),this.debug(this.pattern,this.globParts);let te=this.globParts.map(((S,J,ee)=>{if(this.isWindows&&this.windowsNoMagicRoot){let J=S[0]===""&&S[1]===""&&(S[2]==="?"||!Se.test(S[2]))&&!Se.test(S[3]),ee=/^[a-z]:/i.test(S[0]);if(J)return[...S.slice(0,4),...S.slice(4).map((S=>this.parse(S)))];if(ee)return[S[0],...S.slice(1).map((S=>this.parse(S)))]}return S.map((S=>this.parse(S)))}));if(this.debug(this.pattern,te),this.set=te.filter((S=>S.indexOf(!1)===-1)),this.isWindows)for(let S=0;S<this.set.length;S++){let J=this.set[S];J[0]===""&&J[1]===""&&this.globParts[S][2]==="?"&&typeof J[3]=="string"&&/^[a-z]:$/i.test(J[3])&&(J[2]="?")}this.debug(this.pattern,this.set)}preprocess(S){if(this.options.noglobstar)for(let J=0;J<S.length;J++)for(let ee=0;ee<S[J].length;ee++)S[J][ee]==="**"&&(S[J][ee]="*");let{optimizationLevel:J=1}=this.options;return J>=2?(S=this.firstPhasePreProcess(S),S=this.secondPhasePreProcess(S)):J>=1?S=this.levelOneOptimize(S):S=this.adjascentGlobstarOptimize(S),S}adjascentGlobstarOptimize(S){return S.map((S=>{let J=-1;for(;(J=S.indexOf("**",J+1))!==-1;){let ee=J;for(;S[ee+1]==="**";)ee++;ee!==J&&S.splice(J,ee-J)}return S}))}levelOneOptimize(S){return S.map((S=>(S=S.reduce(((S,J)=>{let ee=S[S.length-1];return J==="**"&&ee==="**"?S:J===".."&&ee&&ee!==".."&&ee!=="."&&ee!=="**"?(S.pop(),S):(S.push(J),S)}),[]),S.length===0?[""]:S)))}levelTwoFileOptimize(S){Array.isArray(S)||(S=this.slashSplit(S));let J=!1;do{if(J=!1,!this.preserveMultipleSlashes){for(let ee=1;ee<S.length-1;ee++){let te=S[ee];ee===1&&te===""&&S[0]===""||(te==="."||te==="")&&(J=!0,S.splice(ee,1),ee--)}S[0]==="."&&S.length===2&&(S[1]==="."||S[1]==="")&&(J=!0,S.pop())}let ee=0;for(;(ee=S.indexOf("..",ee+1))!==-1;){let te=S[ee-1];te&&te!=="."&&te!==".."&&te!=="**"&&(J=!0,S.splice(ee-1,2),ee-=2)}}while(J);return S.length===0?[""]:S}firstPhasePreProcess(S){let J=!1;do{J=!1;for(let ee of S){let te=-1;for(;(te=ee.indexOf("**",te+1))!==-1;){let re=te;for(;ee[re+1]==="**";)re++;re>te&&ee.splice(te+1,re-te);let ne=ee[te+1],ie=ee[te+2],oe=ee[te+3];if(ne!==".."||!ie||ie==="."||ie===".."||!oe||oe==="."||oe==="..")continue;J=!0,ee.splice(te,1);let se=ee.slice(0);se[te]="**",S.push(se),te--}if(!this.preserveMultipleSlashes){for(let S=1;S<ee.length-1;S++){let te=ee[S];S===1&&te===""&&ee[0]===""||(te==="."||te==="")&&(J=!0,ee.splice(S,1),S--)}ee[0]==="."&&ee.length===2&&(ee[1]==="."||ee[1]==="")&&(J=!0,ee.pop())}let re=0;for(;(re=ee.indexOf("..",re+1))!==-1;){let S=ee[re-1];if(S&&S!=="."&&S!==".."&&S!=="**"){J=!0;let S=re===1&&ee[re+1]==="**"?["."]:[];ee.splice(re-1,2,...S),ee.length===0&&ee.push(""),re-=2}}}}while(J);return S}secondPhasePreProcess(S){for(let J=0;J<S.length-1;J++)for(let ee=J+1;ee<S.length;ee++){let te=this.partsMatch(S[J],S[ee],!this.preserveMultipleSlashes);if(te){S[J]=[],S[ee]=te;break}}return S.filter((S=>S.length))}partsMatch(S,J,ee=!1){let te=0,re=0,ne=[],ie="";for(;te<S.length&&re<J.length;)if(S[te]===J[re])ne.push(ie==="b"?J[re]:S[te]),te++,re++;else if(ee&&S[te]==="**"&&J[re]===S[te+1])ne.push(S[te]),te++;else if(ee&&J[re]==="**"&&S[te]===J[re+1])ne.push(J[re]),re++;else if(S[te]==="*"&&J[re]&&(this.options.dot||!J[re].startsWith("."))&&J[re]!=="**"){if(ie==="b")return!1;ie="a",ne.push(S[te]),te++,re++}else if(J[re]==="*"&&S[te]&&(this.options.dot||!S[te].startsWith("."))&&S[te]!=="**"){if(ie==="a")return!1;ie="b",ne.push(J[re]),te++,re++}else return!1;return S.length===J.length&&ne}parseNegate(){if(this.nonegate)return;let S=this.pattern,J=!1,ee=0;for(let te=0;te<S.length&&S.charAt(te)==="!";te++)J=!J,ee++;ee&&(this.pattern=S.slice(ee)),this.negate=J}matchOne(J,ee,te=!1){let re=this.options;if(this.isWindows){let S=typeof J[0]=="string"&&/^[a-z]:$/i.test(J[0]),te=!S&&J[0]===""&&J[1]===""&&J[2]==="?"&&/^[a-z]:$/i.test(J[3]),re=typeof ee[0]=="string"&&/^[a-z]:$/i.test(ee[0]),ne=!re&&ee[0]===""&&ee[1]===""&&ee[2]==="?"&&typeof ee[3]=="string"&&/^[a-z]:$/i.test(ee[3]),ie=te?3:S?0:void 0,oe=ne?3:re?0:void 0;if(typeof ie=="number"&&typeof oe=="number"){let[S,te]=[J[ie],ee[oe]];S.toLowerCase()===te.toLowerCase()&&(ee[oe]=S,oe>ie?ee=ee.slice(oe):ie>oe&&(J=J.slice(ie)))}}let{optimizationLevel:ne=1}=this.options;ne>=2&&(J=this.levelTwoFileOptimize(J)),this.debug("matchOne",this,{file:J,pattern:ee}),this.debug("matchOne",J.length,ee.length);for(var ie=0,oe=0,se=J.length,ae=ee.length;ie<se&&oe<ae;ie++,oe++){this.debug("matchOne loop");var le=ee[oe],ue=J[ie];if(this.debug(ee,le,ue),le===!1)return!1;if(le===S.GLOBSTAR){this.debug("GLOBSTAR",[ee,le,ue]);var pe=ie,de=oe+1;if(de===ae){for(this.debug("** at the end");ie<se;ie++)if(J[ie]==="."||J[ie]===".."||!re.dot&&J[ie].charAt(0)===".")return!1;return!0}for(;pe<se;){var fe=J[pe];if(this.debug(`\nglobstar while`,J,pe,ee,de,fe),this.matchOne(J.slice(pe),ee.slice(de),te))return this.debug("globstar found match!",pe,se,fe),!0;if(fe==="."||fe===".."||!re.dot&&fe.charAt(0)==="."){this.debug("dot detected!",J,pe,ee,de);break}this.debug("globstar swallow a segment, and continue"),pe++}return!!(te&&(this.debug(`\n>>> no match, partial?`,J,pe,ee,de),pe===se))}let ne;if(typeof le=="string"?(ne=ue===le,this.debug("string match",le,ue,ne)):(ne=le.test(ue),this.debug("pattern match",le,ue,ne)),!ne)return!1}if(ie===se&&oe===ae)return!0;if(ie===se)return te;if(oe===ae)return ie===se-1&&J[ie]==="";throw new Error("wtf?")}braceExpand(){return(0,S.braceExpand)(this.pattern,this.options)}parse(J){(0,ee.assertValidPattern)(J);let re=this.options;if(J==="**")return S.GLOBSTAR;if(J==="")return"";let ne,ie=null;(ne=J.match(fe))?ie=re.dot?Ni:ji:(ne=J.match(ue))?ie=(re.nocase?re.dot?Ri:Ci:re.dot?Ti:xi)(ne[1]):(ne=J.match(me))?ie=(re.nocase?re.dot?Bi:Wi:re.dot?Ii:Gi)(ne):(ne=J.match(pe))?ie=re.dot?Mi:ki:(ne=J.match(de))&&(ie=Di);let oe=te.AST.fromGlob(J,this.options).toMMPattern();return ie&&typeof oe=="object"&&Reflect.defineProperty(oe,"test",{value:ie}),oe}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let J=this.set;if(!J.length)return this.regexp=!1,this.regexp;let ee=this.options,te=ee.noglobstar?ye:ee.dot?ve:be,re=new Set(ee.nocase?["i"]:[]),ne=J.map((J=>{let ee=J.map((J=>{if(J instanceof RegExp)for(let S of J.flags.split(""))re.add(S);return typeof J=="string"?Ji(J):J===S.GLOBSTAR?S.GLOBSTAR:J._src}));ee.forEach(((J,re)=>{let ne=ee[re+1],ie=ee[re-1];J!==S.GLOBSTAR||ie===S.GLOBSTAR||(ie===void 0?ne!==void 0&&ne!==S.GLOBSTAR?ee[re+1]="(?:\\/|"+te+"\\/)?"+ne:ee[re]=te:ne===void 0?ee[re-1]=ie+"(?:\\/|\\/"+te+")?":ne!==S.GLOBSTAR&&(ee[re-1]=ie+"(?:\\/|\\/"+te+"\\/)"+ne,ee[re+1]=S.GLOBSTAR))}));let ne=ee.filter((J=>J!==S.GLOBSTAR));if(this.partial&&ne.length>=1){let S=[];for(let J=1;J<=ne.length;J++)S.push(ne.slice(0,J).join("/"));return"(?:"+S.join("|")+")"}return ne.join("/")})).join("|"),[ie,oe]=J.length>1?["(?:",")"]:["",""];ne="^"+ie+ne+oe+"$",this.partial&&(ne="^(?:\\/|"+ie+ne.slice(1,-1)+oe+")$"),this.negate&&(ne="^(?!"+ne+").+$");try{this.regexp=new RegExp(ne,[...re].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(S){return this.preserveMultipleSlashes?S.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(S)?["",...S.split(/\/+/)]:S.split(/\/+/)}match(S,J=this.partial){if(this.debug("match",S,this.pattern),this.comment)return!1;if(this.empty)return S==="";if(S==="/"&&J)return!0;let ee=this.options;this.isWindows&&(S=S.split("\\").join("/"));let te=this.slashSplit(S);this.debug(this.pattern,"split",te);let re=this.set;this.debug(this.pattern,"set",re);let ne=te[te.length-1];if(!ne)for(let S=te.length-2;!ne&&S>=0;S--)ne=te[S];for(let S=0;S<re.length;S++){let ie=re[S],oe=te;if(ee.matchBase&&ie.length===1&&(oe=[ne]),this.matchOne(oe,ie,J))return ee.flipNegate?!0:!this.negate}return ee.flipNegate?!1:this.negate}static defaults(J){return S.minimatch.defaults(J).Minimatch}};S.Minimatch=xe;var Ee=se();Object.defineProperty(S,"AST",{enumerable:!0,get:function(){return Ee.AST}});var Ce=ae();Object.defineProperty(S,"escape",{enumerable:!0,get:function(){return Ce.escape}});var Pe=oe();Object.defineProperty(S,"unescape",{enumerable:!0,get:function(){return Pe.unescape}});S.minimatch.AST=te.AST;S.minimatch.Minimatch=xe;S.minimatch.escape=ie.escape;S.minimatch.unescape=le.unescape}));var ue=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.LRUCache=void 0;var J=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,ee=new Set,te=typeof process=="object"&&process?process:{},ls=(S,J,ee,re)=>{typeof te.emitWarning=="function"?te.emitWarning(S,J,ee,re):console.error(`[${ee}] ${J}: ${S}`)},re=globalThis.AbortController,ne=globalThis.AbortSignal;if(typeof re>"u"){ne=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(S,J){this._onabort.push(J)}},re=class{constructor(){t()}signal=new ne;abort(S){if(!this.signal.aborted){this.signal.reason=S,this.signal.aborted=!0;for(let J of this.signal._onabort)J(S);this.signal.onabort?.(S)}}};let S=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{S&&(S=!1,ls("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))}}var sr=S=>!ee.has(S),V=S=>S&&S===Math.floor(S)&&S>0&&isFinite(S),cs=S=>V(S)?S<=Math.pow(2,8)?Uint8Array:S<=Math.pow(2,16)?Uint16Array:S<=Math.pow(2,32)?Uint32Array:S<=Number.MAX_SAFE_INTEGER?ie:null:null,ie=class extends Array{constructor(S){super(S),this.fill(0)}},oe=class at{heap;length;static#n=!1;static create(S){let J=cs(S);if(!J)return[];at.#n=!0;let ee=new at(S,J);return at.#n=!1,ee}constructor(S,J){if(!at.#n)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new J(S),this.length=0}push(S){this.heap[this.length++]=S}pop(){return this.heap[--this.length]}},se=class us{#n;#i;#o;#s;#a;#c;#l;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#p;#d;#f;#m;#g;#_;#h;#y;#v;#b;#T;#S;#x;#E;#C;#P;#N;#A;#k;static unsafeExposeInternals(S){return{starts:S.#x,ttls:S.#E,autopurgeTimers:S.#C,sizes:S.#S,keyMap:S.#f,keyList:S.#m,valList:S.#g,next:S.#_,prev:S.#h,get head(){return S.#y},get tail(){return S.#v},free:S.#b,isBackgroundFetch:J=>S.#D(J),backgroundFetch:(J,ee,te,re)=>S.#I(J,ee,te,re),moveToTail:J=>S.#F(J),indexes:J=>S.#O(J),rindexes:J=>S.#w(J),isStale:J=>S.#L(J)}}get max(){return this.#n}get maxSize(){return this.#i}get calculatedSize(){return this.#d}get size(){return this.#p}get fetchMethod(){return this.#c}get memoMethod(){return this.#l}get dispose(){return this.#o}get onInsert(){return this.#s}get disposeAfter(){return this.#a}constructor(S){let{max:te=0,ttl:re,ttlResolution:ne=1,ttlAutopurge:ie,updateAgeOnGet:se,updateAgeOnHas:ae,allowStale:le,dispose:ue,onInsert:pe,disposeAfter:de,noDisposeOnSet:fe,noUpdateTTL:me,maxSize:ge=0,maxEntrySize:he=0,sizeCalculation:_e,fetchMethod:ye,memoMethod:ve,noDeleteOnFetchRejection:be,noDeleteOnStaleGet:Se,allowStaleOnFetchRejection:xe,allowStaleOnFetchAbort:Ee,ignoreFetchAbort:Ce,perf:Pe}=S;if(Pe!==void 0&&typeof Pe?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#u=Pe??J,te!==0&&!V(te))throw new TypeError("max option must be a nonnegative integer");let Ne=te?cs(te):Array;if(!Ne)throw new Error("invalid max value: "+te);if(this.#n=te,this.#i=ge,this.maxEntrySize=he||this.#i,this.sizeCalculation=_e,this.sizeCalculation){if(!this.#i&&!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(ve!==void 0&&typeof ve!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#l=ve,ye!==void 0&&typeof ye!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#c=ye,this.#N=!!ye,this.#f=new Map,this.#m=new Array(te).fill(void 0),this.#g=new Array(te).fill(void 0),this.#_=new Ne(te),this.#h=new Ne(te),this.#y=0,this.#v=0,this.#b=oe.create(te),this.#p=0,this.#d=0,typeof ue=="function"&&(this.#o=ue),typeof pe=="function"&&(this.#s=pe),typeof de=="function"?(this.#a=de,this.#T=[]):(this.#a=void 0,this.#T=void 0),this.#P=!!this.#o,this.#k=!!this.#s,this.#A=!!this.#a,this.noDisposeOnSet=!!fe,this.noUpdateTTL=!!me,this.noDeleteOnFetchRejection=!!be,this.allowStaleOnFetchRejection=!!xe,this.allowStaleOnFetchAbort=!!Ee,this.ignoreFetchAbort=!!Ce,this.maxEntrySize!==0){if(this.#i!==0&&!V(this.#i))throw new TypeError("maxSize must be a positive integer if specified");if(!V(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#M()}if(this.allowStale=!!le,this.noDeleteOnStaleGet=!!Se,this.updateAgeOnGet=!!se,this.updateAgeOnHas=!!ae,this.ttlResolution=V(ne)||ne===0?ne:1,this.ttlAutopurge=!!ie,this.ttl=re||0,this.ttl){if(!V(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#R()}if(this.#n===0&&this.ttl===0&&this.#i===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#i){let S="LRU_CACHE_UNBOUNDED";sr(S)&&(ee.add(S),ls("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",S,us))}}getRemainingTTL(S){return this.#f.has(S)?1/0:0}#R(){let S=new ie(this.#n),J=new ie(this.#n);this.#E=S,this.#x=J;let ee=this.ttlAutopurge?new Array(this.#n):void 0;this.#C=ee,this.#B=(te,re,ne=this.#u.now())=>{if(J[te]=re!==0?ne:0,S[te]=re,ee?.[te]&&(clearTimeout(ee[te]),ee[te]=void 0),re!==0&&ee){let S=setTimeout((()=>{this.#L(te)&&this.#j(this.#m[te],"expire")}),re+1);S.unref&&S.unref(),ee[te]=S}},this.#U=ee=>{J[ee]=S[ee]!==0?this.#u.now():0},this.#W=(ee,re)=>{if(S[re]){let ne=S[re],ie=J[re];if(!ne||!ie)return;ee.ttl=ne,ee.start=ie,ee.now=te||r();let oe=ee.now-ie;ee.remainingTTL=ne-oe}};let te=0,r=()=>{let S=this.#u.now();if(this.ttlResolution>0){te=S;let J=setTimeout((()=>te=0),this.ttlResolution);J.unref&&J.unref()}return S};this.getRemainingTTL=ee=>{let re=this.#f.get(ee);if(re===void 0)return 0;let ne=S[re],ie=J[re];if(!ne||!ie)return 1/0;let oe=(te||r())-ie;return ne-oe},this.#L=ee=>{let re=J[ee],ne=S[ee];return!!ne&&!!re&&(te||r())-re>ne}}#U=()=>{};#W=()=>{};#B=()=>{};#L=()=>!1;#M(){let S=new ie(this.#n);this.#d=0,this.#S=S,this.#J=J=>{this.#d-=S[J],S[J]=0},this.#V=(S,J,ee,te)=>{if(this.#D(J))return 0;if(!V(ee))if(te){if(typeof te!="function")throw new TypeError("sizeCalculation must be a function");if(ee=te(J,S),!V(ee))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 ee},this.#z=(J,ee,te)=>{if(S[J]=ee,this.#i){let ee=this.#i-S[J];for(;this.#d>ee;)this.#G(!0)}this.#d+=S[J],te&&(te.entrySize=ee,te.totalCalculatedSize=this.#d)}}#J=S=>{};#z=(S,J,ee)=>{};#V=(S,J,ee,te)=>{if(ee||te)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#O({allowStale:S=this.allowStale}={}){if(this.#p)for(let J=this.#v;!(!this.#q(J)||((S||!this.#L(J))&&(yield J),J===this.#y));)J=this.#h[J]}*#w({allowStale:S=this.allowStale}={}){if(this.#p)for(let J=this.#y;!(!this.#q(J)||((S||!this.#L(J))&&(yield J),J===this.#v));)J=this.#_[J]}#q(S){return S!==void 0&&this.#f.get(this.#m[S])===S}*entries(){for(let S of this.#O())this.#g[S]!==void 0&&this.#m[S]!==void 0&&!this.#D(this.#g[S])&&(yield[this.#m[S],this.#g[S]])}*rentries(){for(let S of this.#w())this.#g[S]!==void 0&&this.#m[S]!==void 0&&!this.#D(this.#g[S])&&(yield[this.#m[S],this.#g[S]])}*keys(){for(let S of this.#O()){let J=this.#m[S];J!==void 0&&!this.#D(this.#g[S])&&(yield J)}}*rkeys(){for(let S of this.#w()){let J=this.#m[S];J!==void 0&&!this.#D(this.#g[S])&&(yield J)}}*values(){for(let S of this.#O())this.#g[S]!==void 0&&!this.#D(this.#g[S])&&(yield this.#g[S])}*rvalues(){for(let S of this.#w())this.#g[S]!==void 0&&!this.#D(this.#g[S])&&(yield this.#g[S])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(S,J={}){for(let ee of this.#O()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;if(re!==void 0&&S(re,this.#m[ee],this))return this.get(this.#m[ee],J)}}forEach(S,J=this){for(let ee of this.#O()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;re!==void 0&&S.call(J,re,this.#m[ee],this)}}rforEach(S,J=this){for(let ee of this.#w()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;re!==void 0&&S.call(J,re,this.#m[ee],this)}}purgeStale(){let S=!1;for(let J of this.#w({allowStale:!0}))this.#L(J)&&(this.#j(this.#m[J],"expire"),S=!0);return S}info(S){let J=this.#f.get(S);if(J===void 0)return;let ee=this.#g[J],te=this.#D(ee)?ee.__staleWhileFetching:ee;if(te===void 0)return;let re={value:te};if(this.#E&&this.#x){let S=this.#E[J],ee=this.#x[J];if(S&&ee){let J=S-(this.#u.now()-ee);re.ttl=J,re.start=Date.now()}}return this.#S&&(re.size=this.#S[J]),re}dump(){let S=[];for(let J of this.#O({allowStale:!0})){let ee=this.#m[J],te=this.#g[J],re=this.#D(te)?te.__staleWhileFetching:te;if(re===void 0||ee===void 0)continue;let ne={value:re};if(this.#E&&this.#x){ne.ttl=this.#E[J];let S=this.#u.now()-this.#x[J];ne.start=Math.floor(Date.now()-S)}this.#S&&(ne.size=this.#S[J]),S.unshift([ee,ne])}return S}load(S){this.clear();for(let[J,ee]of S){if(ee.start){let S=Date.now()-ee.start;ee.start=this.#u.now()-S}this.set(J,ee.value,ee)}}set(S,J,ee={}){if(J===void 0)return this.delete(S),this;let{ttl:te=this.ttl,start:re,noDisposeOnSet:ne=this.noDisposeOnSet,sizeCalculation:ie=this.sizeCalculation,status:oe}=ee,{noUpdateTTL:se=this.noUpdateTTL}=ee,ae=this.#V(S,J,ee.size||0,ie);if(this.maxEntrySize&&ae>this.maxEntrySize)return oe&&(oe.set="miss",oe.maxEntrySizeExceeded=!0),this.#j(S,"set"),this;let le=this.#p===0?void 0:this.#f.get(S);if(le===void 0)le=this.#p===0?this.#v:this.#b.length!==0?this.#b.pop():this.#p===this.#n?this.#G(!1):this.#p,this.#m[le]=S,this.#g[le]=J,this.#f.set(S,le),this.#_[this.#v]=le,this.#h[le]=this.#v,this.#v=le,this.#p++,this.#z(le,ae,oe),oe&&(oe.set="add"),se=!1,this.#k&&this.#s?.(J,S,"add");else{this.#F(le);let ee=this.#g[le];if(J!==ee){if(this.#N&&this.#D(ee)){ee.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:J}=ee;J!==void 0&&!ne&&(this.#P&&this.#o?.(J,S,"set"),this.#A&&this.#T?.push([J,S,"set"]))}else ne||(this.#P&&this.#o?.(ee,S,"set"),this.#A&&this.#T?.push([ee,S,"set"]));if(this.#J(le),this.#z(le,ae,oe),this.#g[le]=J,oe){oe.set="replace";let S=ee&&this.#D(ee)?ee.__staleWhileFetching:ee;S!==void 0&&(oe.oldValue=S)}}else oe&&(oe.set="update");this.#k&&this.onInsert?.(J,S,J===ee?"update":"replace")}if(te!==0&&!this.#E&&this.#R(),this.#E&&(se||this.#B(le,te,re),oe&&this.#W(oe,le)),!ne&&this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}return this}pop(){try{for(;this.#p;){let S=this.#g[this.#y];if(this.#G(!0),this.#D(S)){if(S.__staleWhileFetching)return S.__staleWhileFetching}else if(S!==void 0)return S}}finally{if(this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}}}#G(S){let J=this.#y,ee=this.#m[J],te=this.#g[J];return this.#N&&this.#D(te)?te.__abortController.abort(new Error("evicted")):(this.#P||this.#A)&&(this.#P&&this.#o?.(te,ee,"evict"),this.#A&&this.#T?.push([te,ee,"evict"])),this.#J(J),this.#C?.[J]&&(clearTimeout(this.#C[J]),this.#C[J]=void 0),S&&(this.#m[J]=void 0,this.#g[J]=void 0,this.#b.push(J)),this.#p===1?(this.#y=this.#v=0,this.#b.length=0):this.#y=this.#_[J],this.#f.delete(ee),this.#p--,J}has(S,J={}){let{updateAgeOnHas:ee=this.updateAgeOnHas,status:te}=J,re=this.#f.get(S);if(re!==void 0){let S=this.#g[re];if(this.#D(S)&&S.__staleWhileFetching===void 0)return!1;if(this.#L(re))te&&(te.has="stale",this.#W(te,re));else return ee&&this.#U(re),te&&(te.has="hit",this.#W(te,re)),!0}else te&&(te.has="miss");return!1}peek(S,J={}){let{allowStale:ee=this.allowStale}=J,te=this.#f.get(S);if(te===void 0||!ee&&this.#L(te))return;let re=this.#g[te];return this.#D(re)?re.__staleWhileFetching:re}#I(S,J,ee,te){let ne=J===void 0?void 0:this.#g[J];if(this.#D(ne))return ne;let ie=new re,{signal:oe}=ee;oe?.addEventListener("abort",(()=>ie.abort(oe.reason)),{signal:ie.signal});let se={signal:ie.signal,options:ee,context:te},l=(te,re=!1)=>{let{aborted:ne}=ie.signal,oe=ee.ignoreFetchAbort&&te!==void 0,le=ee.ignoreFetchAbort||!!(ee.allowStaleOnFetchAbort&&te!==void 0);if(ee.status&&(ne&&!re?(ee.status.fetchAborted=!0,ee.status.fetchError=ie.signal.reason,oe&&(ee.status.fetchAbortIgnored=!0)):ee.status.fetchResolved=!0),ne&&!oe&&!re)return c(ie.signal.reason,le);let ue=ae,pe=this.#g[J];return(pe===ae||oe&&re&&pe===void 0)&&(te===void 0?ue.__staleWhileFetching!==void 0?this.#g[J]=ue.__staleWhileFetching:this.#j(S,"fetch"):(ee.status&&(ee.status.fetchUpdated=!0),this.set(S,te,se.options))),te},f=S=>(ee.status&&(ee.status.fetchRejected=!0,ee.status.fetchError=S),c(S,!1)),c=(te,re)=>{let{aborted:ne}=ie.signal,oe=ne&&ee.allowStaleOnFetchAbort,se=oe||ee.allowStaleOnFetchRejection,le=se||ee.noDeleteOnFetchRejection,ue=ae;if(this.#g[J]===ae&&(!le||!re&&ue.__staleWhileFetching===void 0?this.#j(S,"fetch"):oe||(this.#g[J]=ue.__staleWhileFetching)),se)return ee.status&&ue.__staleWhileFetching!==void 0&&(ee.status.returnedStale=!0),ue.__staleWhileFetching;if(ue.__returned===ue)throw te},d=(J,te)=>{let re=this.#c?.(S,ne,se);re&&re instanceof Promise&&re.then((S=>J(S===void 0?void 0:S)),te),ie.signal.addEventListener("abort",(()=>{(!ee.ignoreFetchAbort||ee.allowStaleOnFetchAbort)&&(J(void 0),ee.allowStaleOnFetchAbort&&(J=S=>l(S,!0)))}))};ee.status&&(ee.status.fetchDispatched=!0);let ae=new Promise(d).then(l,f),le=Object.assign(ae,{__abortController:ie,__staleWhileFetching:ne,__returned:void 0});return J===void 0?(this.set(S,le,{...se.options,status:void 0}),J=this.#f.get(S)):this.#g[J]=le,le}#D(S){if(!this.#N)return!1;let J=S;return!!J&&J instanceof Promise&&J.hasOwnProperty("__staleWhileFetching")&&J.__abortController instanceof re}async fetch(S,J={}){let{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,ttl:ne=this.ttl,noDisposeOnSet:ie=this.noDisposeOnSet,size:oe=0,sizeCalculation:se=this.sizeCalculation,noUpdateTTL:ae=this.noUpdateTTL,noDeleteOnFetchRejection:le=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ue=this.allowStaleOnFetchRejection,ignoreFetchAbort:pe=this.ignoreFetchAbort,allowStaleOnFetchAbort:de=this.allowStaleOnFetchAbort,context:fe,forceRefresh:me=!1,status:ge,signal:he}=J;if(!this.#N)return ge&&(ge.fetch="get"),this.get(S,{allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,status:ge});let _e={allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,ttl:ne,noDisposeOnSet:ie,size:oe,sizeCalculation:se,noUpdateTTL:ae,noDeleteOnFetchRejection:le,allowStaleOnFetchRejection:ue,allowStaleOnFetchAbort:de,ignoreFetchAbort:pe,status:ge,signal:he},ye=this.#f.get(S);if(ye===void 0){ge&&(ge.fetch="miss");let J=this.#I(S,ye,_e,fe);return J.__returned=J}else{let J=this.#g[ye];if(this.#D(J)){let S=ee&&J.__staleWhileFetching!==void 0;return ge&&(ge.fetch="inflight",S&&(ge.returnedStale=!0)),S?J.__staleWhileFetching:J.__returned=J}let re=this.#L(ye);if(!me&&!re)return ge&&(ge.fetch="hit"),this.#F(ye),te&&this.#U(ye),ge&&this.#W(ge,ye),J;let ne=this.#I(S,ye,_e,fe),ie=ne.__staleWhileFetching!==void 0&ⅇreturn ge&&(ge.fetch=re?"stale":"refresh",ie&&re&&(ge.returnedStale=!0)),ie?ne.__staleWhileFetching:ne.__returned=ne}}async forceFetch(S,J={}){let ee=await this.fetch(S,J);if(ee===void 0)throw new Error("fetch() returned undefined");return ee}memo(S,J={}){let ee=this.#l;if(!ee)throw new Error("no memoMethod provided to constructor");let{context:te,forceRefresh:re,...ne}=J,ie=this.get(S,ne);if(!re&&ie!==void 0)return ie;let oe=ee(S,ie,{options:ne,context:te});return this.set(S,oe,ne),oe}get(S,J={}){let{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,status:ne}=J,ie=this.#f.get(S);if(ie!==void 0){let J=this.#g[ie],oe=this.#D(J);return ne&&this.#W(ne,ie),this.#L(ie)?(ne&&(ne.get="stale"),oe?(ne&&ee&&J.__staleWhileFetching!==void 0&&(ne.returnedStale=!0),ee?J.__staleWhileFetching:void 0):(re||this.#j(S,"expire"),ne&&ee&&(ne.returnedStale=!0),ee?J:void 0)):(ne&&(ne.get="hit"),oe?J.__staleWhileFetching:(this.#F(ie),te&&this.#U(ie),J))}else ne&&(ne.get="miss")}#$(S,J){this.#h[J]=S,this.#_[S]=J}#F(S){S!==this.#v&&(S===this.#y?this.#y=this.#_[S]:this.#$(this.#h[S],this.#_[S]),this.#$(this.#v,S),this.#v=S)}delete(S){return this.#j(S,"delete")}#j(S,J){let ee=!1;if(this.#p!==0){let te=this.#f.get(S);if(te!==void 0)if(this.#C?.[te]&&(clearTimeout(this.#C?.[te]),this.#C[te]=void 0),ee=!0,this.#p===1)this.#H(J);else{this.#J(te);let ee=this.#g[te];if(this.#D(ee)?ee.__abortController.abort(new Error("deleted")):(this.#P||this.#A)&&(this.#P&&this.#o?.(ee,S,J),this.#A&&this.#T?.push([ee,S,J])),this.#f.delete(S),this.#m[te]=void 0,this.#g[te]=void 0,te===this.#v)this.#v=this.#h[te];else if(te===this.#y)this.#y=this.#_[te];else{let S=this.#h[te];this.#_[S]=this.#_[te];let J=this.#_[te];this.#h[J]=this.#h[te]}this.#p--,this.#b.push(te)}}if(this.#A&&this.#T?.length){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}return ee}clear(){return this.#H("delete")}#H(S){for(let J of this.#w({allowStale:!0})){let ee=this.#g[J];if(this.#D(ee))ee.__abortController.abort(new Error("deleted"));else{let te=this.#m[J];this.#P&&this.#o?.(ee,te,S),this.#A&&this.#T?.push([ee,te,S])}}if(this.#f.clear(),this.#g.fill(void 0),this.#m.fill(void 0),this.#E&&this.#x){this.#E.fill(0),this.#x.fill(0);for(let S of this.#C??[])S!==void 0&&clearTimeout(S);this.#C?.fill(void 0)}if(this.#S&&this.#S.fill(0),this.#y=0,this.#v=0,this.#b.length=0,this.#d=0,this.#p=0,this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}}};S.LRUCache=se}));var pe=R((S=>{"use strict";var J=S&&S.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(S,"__esModule",{value:!0});S.Minipass=S.isWritable=S.isReadable=S.isStream=void 0;var te=typeof process=="object"&&process?process:{stdout:null,stderr:null},re=ee(78474),ne=J(ee(57075)),ie=ee(46193),or=J=>!!J&&typeof J=="object"&&(J instanceof Ge||J instanceof ne.default||(0,S.isReadable)(J)||(0,S.isWritable)(J));S.isStream=or;var ar=S=>!!S&&typeof S=="object"&&S instanceof re.EventEmitter&&typeof S.pipe=="function"&&S.pipe!==ne.default.Writable.prototype.pipe;S.isReadable=ar;var lr=S=>!!S&&typeof S=="object"&&S instanceof re.EventEmitter&&typeof S.write=="function"&&typeof S.end=="function";S.isWritable=lr;var oe=Symbol("EOF"),se=Symbol("maybeEmitEnd"),ae=Symbol("emittedEnd"),le=Symbol("emittingEnd"),ue=Symbol("emittedError"),pe=Symbol("closed"),de=Symbol("read"),fe=Symbol("flush"),me=Symbol("flushChunk"),ge=Symbol("encoding"),he=Symbol("decoder"),_e=Symbol("flowing"),ye=Symbol("paused"),ve=Symbol("resume"),be=Symbol("buffer"),Se=Symbol("pipes"),xe=Symbol("bufferLength"),Ee=Symbol("bufferPush"),Ce=Symbol("bufferShift"),Pe=Symbol("objectMode"),Ne=Symbol("destroyed"),Ae=Symbol("error"),ke=Symbol("emitData"),De=Symbol("emitEnd"),Fe=Symbol("emitEnd2"),Oe=Symbol("async"),we=Symbol("abort"),Me=Symbol("aborted"),Re=Symbol("signal"),je=Symbol("dataListeners"),Ue=Symbol("discarded"),ft=S=>Promise.resolve().then(S),cr=S=>S(),ur=S=>S==="end"||S==="finish"||S==="prefinish",fr=S=>S instanceof ArrayBuffer||!!S&&typeof S=="object"&&S.constructor&&S.constructor.name==="ArrayBuffer"&&S.byteLength>=0,dr=S=>!Buffer.isBuffer(S)&&ArrayBuffer.isView(S),Je=class{src;dest;opts;ondrain;constructor(S,J,ee){this.src=S,this.dest=J,this.opts=ee,this.ondrain=()=>S[ve](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(S){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},ze=class extends Je{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(S,J,ee){super(S,J,ee),this.proxyErrors=S=>this.dest.emit("error",S),S.on("error",this.proxyErrors)}},pr=S=>!!S.objectMode,mr=S=>!S.objectMode&&!!S.encoding&&S.encoding!=="buffer",Ge=class extends re.EventEmitter{[_e]=!1;[ye]=!1;[Se]=[];[be]=[];[Pe];[ge];[Oe];[he];[oe]=!1;[ae]=!1;[le]=!1;[pe]=!1;[ue]=null;[xe]=0;[Ne]=!1;[Re];[Me]=!1;[je]=0;[Ue]=!1;writable=!0;readable=!0;constructor(...S){let J=S[0]||{};if(super(),J.objectMode&&typeof J.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");pr(J)?(this[Pe]=!0,this[ge]=null):mr(J)?(this[ge]=J.encoding,this[Pe]=!1):(this[Pe]=!1,this[ge]=null),this[Oe]=!!J.async,this[he]=this[ge]?new ie.StringDecoder(this[ge]):null,J&&J.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[be]}),J&&J.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Se]});let{signal:ee}=J;ee&&(this[Re]=ee,ee.aborted?this[we]():ee.addEventListener("abort",(()=>this[we]())))}get bufferLength(){return this[xe]}get encoding(){return this[ge]}set encoding(S){throw new Error("Encoding must be set at instantiation time")}setEncoding(S){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Pe]}set objectMode(S){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Oe]}set async(S){this[Oe]=this[Oe]||!!S}[we](){this[Me]=!0,this.emit("abort",this[Re]?.reason),this.destroy(this[Re]?.reason)}get aborted(){return this[Me]}set aborted(S){}write(S,J,ee){if(this[Me])return!1;if(this[oe])throw new Error("write after end");if(this[Ne])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof J=="function"&&(ee=J,J="utf8"),J||(J="utf8");let te=this[Oe]?ft:cr;if(!this[Pe]&&!Buffer.isBuffer(S)){if(dr(S))S=Buffer.from(S.buffer,S.byteOffset,S.byteLength);else if(fr(S))S=Buffer.from(S);else if(typeof S!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[Pe]?(this[_e]&&this[xe]!==0&&this[fe](!0),this[_e]?this.emit("data",S):this[Ee](S),this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e]):S.length?(typeof S=="string"&&!(J===this[ge]&&!this[he]?.lastNeed)&&(S=Buffer.from(S,J)),Buffer.isBuffer(S)&&this[ge]&&(S=this[he].write(S)),this[_e]&&this[xe]!==0&&this[fe](!0),this[_e]?this.emit("data",S):this[Ee](S),this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e]):(this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e])}read(S){if(this[Ne])return null;if(this[Ue]=!1,this[xe]===0||S===0||S&&S>this[xe])return this[se](),null;this[Pe]&&(S=null),this[be].length>1&&!this[Pe]&&(this[be]=[this[ge]?this[be].join(""):Buffer.concat(this[be],this[xe])]);let J=this[de](S||null,this[be][0]);return this[se](),J}[de](S,J){if(this[Pe])this[Ce]();else{let ee=J;S===ee.length||S===null?this[Ce]():typeof ee=="string"?(this[be][0]=ee.slice(S),J=ee.slice(0,S),this[xe]-=S):(this[be][0]=ee.subarray(S),J=ee.subarray(0,S),this[xe]-=S)}return this.emit("data",J),!this[be].length&&!this[oe]&&this.emit("drain"),J}end(S,J,ee){return typeof S=="function"&&(ee=S,S=void 0),typeof J=="function"&&(ee=J,J="utf8"),S!==void 0&&this.write(S,J),ee&&this.once("end",ee),this[oe]=!0,this.writable=!1,(this[_e]||!this[ye])&&this[se](),this}[ve](){this[Ne]||(!this[je]&&!this[Se].length&&(this[Ue]=!0),this[ye]=!1,this[_e]=!0,this.emit("resume"),this[be].length?this[fe]():this[oe]?this[se]():this.emit("drain"))}resume(){return this[ve]()}pause(){this[_e]=!1,this[ye]=!0,this[Ue]=!1}get destroyed(){return this[Ne]}get flowing(){return this[_e]}get paused(){return this[ye]}[Ee](S){this[Pe]?this[xe]+=1:this[xe]+=S.length,this[be].push(S)}[Ce](){return this[Pe]?this[xe]-=1:this[xe]-=this[be][0].length,this[be].shift()}[fe](S=!1){do{}while(this[me](this[Ce]())&&this[be].length);!S&&!this[be].length&&!this[oe]&&this.emit("drain")}[me](S){return this.emit("data",S),this[_e]}pipe(S,J){if(this[Ne])return S;this[Ue]=!1;let ee=this[ae];return J=J||{},S===te.stdout||S===te.stderr?J.end=!1:J.end=J.end!==!1,J.proxyErrors=!!J.proxyErrors,ee?J.end&&S.end():(this[Se].push(J.proxyErrors?new ze(this,S,J):new Je(this,S,J)),this[Oe]?ft((()=>this[ve]())):this[ve]()),S}unpipe(S){let J=this[Se].find((J=>J.dest===S));J&&(this[Se].length===1?(this[_e]&&this[je]===0&&(this[_e]=!1),this[Se]=[]):this[Se].splice(this[Se].indexOf(J),1),J.unpipe())}addListener(S,J){return this.on(S,J)}on(S,J){let ee=super.on(S,J);if(S==="data")this[Ue]=!1,this[je]++,!this[Se].length&&!this[_e]&&this[ve]();else if(S==="readable"&&this[xe]!==0)super.emit("readable");else if(ur(S)&&this[ae])super.emit(S),this.removeAllListeners(S);else if(S==="error"&&this[ue]){let S=J;this[Oe]?ft((()=>S.call(this,this[ue]))):S.call(this,this[ue])}return ee}removeListener(S,J){return this.off(S,J)}off(S,J){let ee=super.off(S,J);return S==="data"&&(this[je]=this.listeners("data").length,this[je]===0&&!this[Ue]&&!this[Se].length&&(this[_e]=!1)),ee}removeAllListeners(S){let J=super.removeAllListeners(S);return(S==="data"||S===void 0)&&(this[je]=0,!this[Ue]&&!this[Se].length&&(this[_e]=!1)),J}get emittedEnd(){return this[ae]}[se](){!this[le]&&!this[ae]&&!this[Ne]&&this[be].length===0&&this[oe]&&(this[le]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[pe]&&this.emit("close"),this[le]=!1)}emit(S,...J){let ee=J[0];if(S!=="error"&&S!=="close"&&S!==Ne&&this[Ne])return!1;if(S==="data")return!this[Pe]&&!ee?!1:this[Oe]?(ft((()=>this[ke](ee))),!0):this[ke](ee);if(S==="end")return this[De]();if(S==="close"){if(this[pe]=!0,!this[ae]&&!this[Ne])return!1;let S=super.emit("close");return this.removeAllListeners("close"),S}else if(S==="error"){this[ue]=ee,super.emit(Ae,ee);let S=!this[Re]||this.listeners("error").length?super.emit("error",ee):!1;return this[se](),S}else if(S==="resume"){let S=super.emit("resume");return this[se](),S}else if(S==="finish"||S==="prefinish"){let J=super.emit(S);return this.removeAllListeners(S),J}let te=super.emit(S,...J);return this[se](),te}[ke](S){for(let J of this[Se])J.dest.write(S)===!1&&this.pause();let J=this[Ue]?!1:super.emit("data",S);return this[se](),J}[De](){return this[ae]?!1:(this[ae]=!0,this.readable=!1,this[Oe]?(ft((()=>this[Fe]())),!0):this[Fe]())}[Fe](){if(this[he]){let S=this[he].end();if(S){for(let J of this[Se])J.dest.write(S);this[Ue]||super.emit("data",S)}}for(let S of this[Se])S.end();let S=super.emit("end");return this.removeAllListeners("end"),S}async collect(){let S=Object.assign([],{dataLength:0});this[Pe]||(S.dataLength=0);let J=this.promise();return this.on("data",(J=>{S.push(J),this[Pe]||(S.dataLength+=J.length)})),await J,S}async concat(){if(this[Pe])throw new Error("cannot concat in objectMode");let S=await this.collect();return this[ge]?S.join(""):Buffer.concat(S,S.dataLength)}async promise(){return new Promise(((S,J)=>{this.on(Ne,(()=>J(new Error("stream destroyed")))),this.on("error",(S=>J(S))),this.on("end",(()=>S()))}))}[Symbol.asyncIterator](){this[Ue]=!1;let S=!1,e=async()=>(this.pause(),S=!0,{value:void 0,done:!0});return{next:()=>{if(S)return e();let J=this.read();if(J!==null)return Promise.resolve({done:!1,value:J});if(this[oe])return e();let ee,te,o=S=>{this.off("data",a),this.off("end",l),this.off(Ne,f),e(),te(S)},a=S=>{this.off("error",o),this.off("end",l),this.off(Ne,f),this.pause(),ee({value:S,done:!!this[oe]})},l=()=>{this.off("error",o),this.off("data",a),this.off(Ne,f),e(),ee({done:!0,value:void 0})},f=()=>o(new Error("stream destroyed"));return new Promise(((S,J)=>{te=J,ee=S,this.once(Ne,f),this.once("error",o),this.once("end",l),this.once("data",a)}))},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[Ue]=!1;let S=!1,e=()=>(this.pause(),this.off(Ae,e),this.off(Ne,e),this.off("end",e),S=!0,{done:!0,value:void 0}),s=()=>{if(S)return e();let J=this.read();return J===null?e():{done:!1,value:J}};return this.once("end",e),this.once(Ae,e),this.once(Ne,e),{next:s,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(S){if(this[Ne])return S?this.emit("error",S):this.emit(Ne),this;this[Ne]=!0,this[Ue]=!0,this[be].length=0,this[xe]=0;let J=this;return typeof J.close=="function"&&!this[pe]&&J.close(),S?this.emit("error",S):this.emit(Ne),this}static get isStream(){return S.isStream}};S.Minipass=Ge}));var de=R((S=>{"use strict";var J=S&&S.__createBinding||(Object.create?function(S,J,ee,te){te===void 0&&(te=ee);var re=Object.getOwnPropertyDescriptor(J,ee);(!re||("get"in re?!J.__esModule:re.writable||re.configurable))&&(re={enumerable:!0,get:function(){return J[ee]}}),Object.defineProperty(S,te,re)}:function(S,J,ee,te){te===void 0&&(te=ee),S[te]=J[ee]}),te=S&&S.__setModuleDefault||(Object.create?function(S,J){Object.defineProperty(S,"default",{enumerable:!0,value:J})}:function(S,J){S.default=J}),re=S&&S.__importStar||function(S){if(S&&S.__esModule)return S;var ee={};if(S!=null)for(var re in S)re!=="default"&&Object.prototype.hasOwnProperty.call(S,re)&&J(ee,S,re);return te(ee,S),ee};Object.defineProperty(S,"__esModule",{value:!0});S.PathScurry=S.Path=S.PathScurryDarwin=S.PathScurryPosix=S.PathScurryWin32=S.PathScurryBase=S.PathPosix=S.PathWin32=S.PathBase=S.ChildrenCache=S.ResolveCache=void 0;var ne=ue(),ie=ee(76760),oe=ee(73136),se=ee(79896),ae=re(ee(73024)),le=se.realpathSync.native,de=ee(51455),fe=pe(),me={lstatSync:se.lstatSync,readdir:se.readdir,readdirSync:se.readdirSync,readlinkSync:se.readlinkSync,realpathSync:le,promises:{lstat:de.lstat,readdir:de.readdir,readlink:de.readlink,realpath:de.realpath}},_s=S=>!S||S===me||S===ae?me:{...me,...S,promises:{...me.promises,...S.promises||{}}},ge=/^\\\\\?\\([a-z]:)\\?$/i,Er=S=>S.replace(/\//g,"\\").replace(ge,"$1\\"),he=/[\\\/]/,_e=0,ye=1,ve=2,be=4,Se=6,xe=8,Ee=10,Ce=12,Pe=15,Ne=~Pe,Ae=16,ke=32,De=64,Fe=128,Oe=256,we=512,Me=De|Fe|we,Re=1023,Te=S=>S.isFile()?xe:S.isDirectory()?be:S.isSymbolicLink()?Ee:S.isCharacterDevice()?ve:S.isBlockDevice()?Se:S.isSocket()?Ce:S.isFIFO()?ye:_e,je=new ne.LRUCache({max:2**12}),wt=S=>{let J=je.get(S);if(J)return J;let ee=S.normalize("NFKD");return je.set(S,ee),ee},Ue=new ne.LRUCache({max:2**12}),Kt=S=>{let J=Ue.get(S);if(J)return J;let ee=wt(S.toLowerCase());return Ue.set(S,ee),ee},Je=class extends ne.LRUCache{constructor(){super({max:256})}};S.ResolveCache=Je;var ze=class extends ne.LRUCache{constructor(S=16*1024){super({maxSize:S,sizeCalculation:S=>S.length+1})}};S.ChildrenCache=ze;var Ge=Symbol("PathScurry setAsCwd"),qe=class{name;root;roots;parent;nocase;isCWD=!1;#n;#i;get dev(){return this.#i}#o;get mode(){return this.#o}#s;get nlink(){return this.#s}#a;get uid(){return this.#a}#c;get gid(){return this.#c}#l;get rdev(){return this.#l}#u;get blksize(){return this.#u}#p;get ino(){return this.#p}#d;get size(){return this.#d}#f;get blocks(){return this.#f}#m;get atimeMs(){return this.#m}#g;get mtimeMs(){return this.#g}#_;get ctimeMs(){return this.#_}#h;get birthtimeMs(){return this.#h}#y;get atime(){return this.#y}#v;get mtime(){return this.#v}#b;get ctime(){return this.#b}#T;get birthtime(){return this.#T}#S;#x;#E;#C;#P;#N;#A;#k;#R;#U;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(S,J=_e,ee,te,re,ne,ie){this.name=S,this.#S=re?Kt(S):wt(S),this.#A=J&Re,this.nocase=re,this.roots=te,this.root=ee||this,this.#k=ne,this.#E=ie.fullpath,this.#P=ie.relative,this.#N=ie.relativePosix,this.parent=ie.parent,this.parent?this.#n=this.parent.#n:this.#n=_s(ie.fs)}depth(){return this.#x!==void 0?this.#x:this.parent?this.#x=this.parent.depth()+1:this.#x=0}childrenCache(){return this.#k}resolve(S){if(!S)return this;let J=this.getRootString(S),ee=S.substring(J.length).split(this.splitSep);return J?this.getRoot(J).#W(ee):this.#W(ee)}#W(S){let J=this;for(let ee of S)J=J.child(ee);return J}children(){let S=this.#k.get(this);if(S)return S;let J=Object.assign([],{provisional:0});return this.#k.set(this,J),this.#A&=~Ae,J}child(S,J){if(S===""||S===".")return this;if(S==="..")return this.parent||this;let ee=this.children(),te=this.nocase?Kt(S):wt(S);for(let S of ee)if(S.#S===te)return S;let re=this.parent?this.sep:"",ne=this.#E?this.#E+re+S:void 0,ie=this.newChild(S,_e,{...J,parent:this,fullpath:ne});return this.canReaddir()||(ie.#A|=Fe),ee.push(ie),ie}relative(){if(this.isCWD)return"";if(this.#P!==void 0)return this.#P;let S=this.name,J=this.parent;if(!J)return this.#P=this.name;let ee=J.relative();return ee+(!ee||!J.parent?"":this.sep)+S}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#N!==void 0)return this.#N;let S=this.name,J=this.parent;if(!J)return this.#N=this.fullpathPosix();let ee=J.relativePosix();return ee+(!ee||!J.parent?"":"/")+S}fullpath(){if(this.#E!==void 0)return this.#E;let S=this.name,J=this.parent;if(!J)return this.#E=this.name;let ee=J.fullpath()+(J.parent?this.sep:"")+S;return this.#E=ee}fullpathPosix(){if(this.#C!==void 0)return this.#C;if(this.sep==="/")return this.#C=this.fullpath();if(!this.parent){let S=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(S)?this.#C=`//?/${S}`:this.#C=S}let S=this.parent,J=S.fullpathPosix(),ee=J+(!J||!S.parent?"":"/")+this.name;return this.#C=ee}isUnknown(){return(this.#A&Pe)===_e}isType(S){return this[`is${S}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#A&Pe)===xe}isDirectory(){return(this.#A&Pe)===be}isCharacterDevice(){return(this.#A&Pe)===ve}isBlockDevice(){return(this.#A&Pe)===Se}isFIFO(){return(this.#A&Pe)===ye}isSocket(){return(this.#A&Pe)===Ce}isSymbolicLink(){return(this.#A&Ee)===Ee}lstatCached(){return this.#A&ke?this:void 0}readlinkCached(){return this.#R}realpathCached(){return this.#U}readdirCached(){let S=this.children();return S.slice(0,S.provisional)}canReadlink(){if(this.#R)return!0;if(!this.parent)return!1;let S=this.#A&Pe;return!(S!==_e&&S!==Ee||this.#A&Oe||this.#A&Fe)}calledReaddir(){return!!(this.#A&Ae)}isENOENT(){return!!(this.#A&Fe)}isNamed(S){return this.nocase?this.#S===Kt(S):this.#S===wt(S)}async readlink(){let S=this.#R;if(S)return S;if(this.canReadlink()&&this.parent)try{let S=await this.#n.promises.readlink(this.fullpath()),J=(await this.parent.realpath())?.resolve(S);if(J)return this.#R=J}catch(S){this.#w(S.code);return}}readlinkSync(){let S=this.#R;if(S)return S;if(this.canReadlink()&&this.parent)try{let S=this.#n.readlinkSync(this.fullpath()),J=this.parent.realpathSync()?.resolve(S);if(J)return this.#R=J}catch(S){this.#w(S.code);return}}#B(S){this.#A|=Ae;for(let J=S.provisional;J<S.length;J++){let ee=S[J];ee&&ee.#L()}}#L(){this.#A&Fe||(this.#A=(this.#A|Fe)&Ne,this.#M())}#M(){let S=this.children();S.provisional=0;for(let J of S)J.#L()}#J(){this.#A|=we,this.#z()}#z(){if(this.#A&De)return;let S=this.#A;(S&Pe)===be&&(S&=Ne),this.#A=S|De,this.#M()}#V(S=""){S==="ENOTDIR"||S==="EPERM"?this.#z():S==="ENOENT"?this.#L():this.children().provisional=0}#O(S=""){S==="ENOTDIR"?this.parent.#z():S==="ENOENT"&&this.#L()}#w(S=""){let J=this.#A;J|=Oe,S==="ENOENT"&&(J|=Fe),(S==="EINVAL"||S==="UNKNOWN")&&(J&=Ne),this.#A=J,S==="ENOTDIR"&&this.parent&&this.parent.#z()}#q(S,J){return this.#I(S,J)||this.#G(S,J)}#G(S,J){let ee=Te(S),te=this.newChild(S.name,ee,{parent:this}),re=te.#A&Pe;return re!==be&&re!==Ee&&re!==_e&&(te.#A|=De),J.unshift(te),J.provisional++,te}#I(S,J){for(let ee=J.provisional;ee<J.length;ee++){let te=J[ee];if((this.nocase?Kt(S.name):wt(S.name))===te.#S)return this.#D(S,te,ee,J)}}#D(S,J,ee,te){let re=J.name;return J.#A=J.#A&Ne|Te(S),re!==S.name&&(J.name=S.name),ee!==te.provisional&&(ee===te.length-1?te.pop():te.splice(ee,1),te.unshift(J)),te.provisional++,J}async lstat(){if((this.#A&Fe)===0)try{return this.#$(await this.#n.promises.lstat(this.fullpath())),this}catch(S){this.#O(S.code)}}lstatSync(){if((this.#A&Fe)===0)try{return this.#$(this.#n.lstatSync(this.fullpath())),this}catch(S){this.#O(S.code)}}#$(S){let{atime:J,atimeMs:ee,birthtime:te,birthtimeMs:re,blksize:ne,blocks:ie,ctime:oe,ctimeMs:se,dev:ae,gid:le,ino:ue,mode:pe,mtime:de,mtimeMs:fe,nlink:me,rdev:ge,size:he,uid:ye}=S;this.#y=J,this.#m=ee,this.#T=te,this.#h=re,this.#u=ne,this.#f=ie,this.#b=oe,this.#_=se,this.#i=ae,this.#c=le,this.#p=ue,this.#o=pe,this.#v=de,this.#g=fe,this.#s=me,this.#l=ge,this.#d=he,this.#a=ye;let ve=Te(S);this.#A=this.#A&Ne|ve|ke,ve!==_e&&ve!==be&&ve!==Ee&&(this.#A|=De)}#F=[];#j=!1;#H(S){this.#j=!1;let J=this.#F.slice();this.#F.length=0,J.forEach((J=>J(null,S)))}readdirCB(S,J=!1){if(!this.canReaddir()){J?S(null,[]):queueMicrotask((()=>S(null,[])));return}let ee=this.children();if(this.calledReaddir()){let te=ee.slice(0,ee.provisional);J?S(null,te):queueMicrotask((()=>S(null,te)));return}if(this.#F.push(S),this.#j)return;this.#j=!0;let te=this.fullpath();this.#n.readdir(te,{withFileTypes:!0},((S,J)=>{if(S)this.#V(S.code),ee.provisional=0;else{for(let S of J)this.#q(S,ee);this.#B(ee)}this.#H(ee.slice(0,ee.provisional))}))}#K;async readdir(){if(!this.canReaddir())return[];let S=this.children();if(this.calledReaddir())return S.slice(0,S.provisional);let J=this.fullpath();if(this.#K)await this.#K;else{let s=()=>{};this.#K=new Promise((S=>s=S));try{for(let ee of await this.#n.promises.readdir(J,{withFileTypes:!0}))this.#q(ee,S);this.#B(S)}catch(J){this.#V(J.code),S.provisional=0}this.#K=void 0,s()}return S.slice(0,S.provisional)}readdirSync(){if(!this.canReaddir())return[];let S=this.children();if(this.calledReaddir())return S.slice(0,S.provisional);let J=this.fullpath();try{for(let ee of this.#n.readdirSync(J,{withFileTypes:!0}))this.#q(ee,S);this.#B(S)}catch(J){this.#V(J.code),S.provisional=0}return S.slice(0,S.provisional)}canReaddir(){if(this.#A&Me)return!1;let S=Pe&this.#A;return S===_e||S===be||S===Ee}shouldWalk(S,J){return(this.#A&be)===be&&!(this.#A&Me)&&!S.has(this)&&(!J||J(this))}async realpath(){if(this.#U)return this.#U;if(!((we|Oe|Fe)&this.#A))try{let S=await this.#n.promises.realpath(this.fullpath());return this.#U=this.resolve(S)}catch{this.#J()}}realpathSync(){if(this.#U)return this.#U;if(!((we|Oe|Fe)&this.#A))try{let S=this.#n.realpathSync(this.fullpath());return this.#U=this.resolve(S)}catch{this.#J()}}[Ge](S){if(S===this)return;S.isCWD=!1,this.isCWD=!0;let J=new Set([]),ee=[],te=this;for(;te&&te.parent;)J.add(te),te.#P=ee.join(this.sep),te.#N=ee.join("/"),te=te.parent,ee.push("..");for(te=S;te&&te.parent&&!J.has(te);)te.#P=void 0,te.#N=void 0,te=te.parent}};S.PathBase=qe;var $e=class n extends qe{sep="\\";splitSep=he;constructor(S,J=_e,ee,te,re,ne,ie){super(S,J,ee,te,re,ne,ie)}newChild(S,J=_e,ee={}){return new n(S,J,this.root,this.roots,this.nocase,this.childrenCache(),ee)}getRootString(S){return ie.win32.parse(S).root}getRoot(S){if(S=Er(S.toUpperCase()),S===this.root.name)return this.root;for(let[J,ee]of Object.entries(this.roots))if(this.sameRoot(S,J))return this.roots[S]=ee;return this.roots[S]=new Xe(S,this).root}sameRoot(S,J=this.root.name){return S=S.toUpperCase().replace(/\//g,"\\").replace(ge,"$1\\"),S===J}};S.PathWin32=$e;var He=class n extends qe{splitSep="/";sep="/";constructor(S,J=_e,ee,te,re,ne,ie){super(S,J,ee,te,re,ne,ie)}getRootString(S){return S.startsWith("/")?"/":""}getRoot(S){return this.root}newChild(S,J=_e,ee={}){return new n(S,J,this.root,this.roots,this.nocase,this.childrenCache(),ee)}};S.PathPosix=He;var Ke=class{root;rootPath;roots;cwd;#n;#i;#o;nocase;#s;constructor(S=process.cwd(),J,ee,{nocase:te,childrenCacheSize:re=16*1024,fs:ne=me}={}){this.#s=_s(ne),(S instanceof URL||S.startsWith("file://"))&&(S=(0,oe.fileURLToPath)(S));let ie=J.resolve(S);this.roots=Object.create(null),this.rootPath=this.parseRootPath(ie),this.#n=new Je,this.#i=new Je,this.#o=new ze(re);let se=ie.substring(this.rootPath.length).split(ee);if(se.length===1&&!se[0]&&se.pop(),te===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=te,this.root=this.newRoot(this.#s),this.roots[this.rootPath]=this.root;let ae=this.root,le=se.length-1,ue=J.sep,pe=this.rootPath,de=!1;for(let S of se){let J=le--;ae=ae.child(S,{relative:new Array(J).fill("..").join(ue),relativePosix:new Array(J).fill("..").join("/"),fullpath:pe+=(de?"":ue)+S}),de=!0}this.cwd=ae}depth(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.depth()}childrenCache(){return this.#o}resolve(...S){let J="";for(let ee=S.length-1;ee>=0;ee--){let te=S[ee];if(!(!te||te===".")&&(J=J?`${te}/${J}`:te,this.isAbsolute(te)))break}let ee=this.#n.get(J);if(ee!==void 0)return ee;let te=this.cwd.resolve(J).fullpath();return this.#n.set(J,te),te}resolvePosix(...S){let J="";for(let ee=S.length-1;ee>=0;ee--){let te=S[ee];if(!(!te||te===".")&&(J=J?`${te}/${J}`:te,this.isAbsolute(te)))break}let ee=this.#i.get(J);if(ee!==void 0)return ee;let te=this.cwd.resolve(J).fullpathPosix();return this.#i.set(J,te),te}relative(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.relative()}relativePosix(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.relativePosix()}basename(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.name}dirname(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),(S.parent||S).fullpath()}async readdir(S=this.cwd,J={withFileTypes:!0}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee}=J;if(S.canReaddir()){let J=await S.readdir();return ee?J:J.map((S=>S.name))}else return[]}readdirSync(S=this.cwd,J={withFileTypes:!0}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0}=J;return S.canReaddir()?ee?S.readdirSync():S.readdirSync().map((S=>S.name)):[]}async lstat(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.lstat()}lstatSync(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.lstatSync()}async readlink(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=await S.readlink();return J?ee:ee?.fullpath()}readlinkSync(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=S.readlinkSync();return J?ee:ee?.fullpath()}async realpath(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=await S.realpath();return J?ee:ee?.fullpath()}realpathSync(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=S.realpathSync();return J?ee:ee?.fullpath()}async walk(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=[];(!re||re(S))&&ie.push(ee?S:S.fullpath());let oe=new Set,l=(S,J)=>{oe.add(S),S.readdirCB(((S,se)=>{if(S)return J(S);let ae=se.length;if(!ae)return J();let b=()=>{--ae===0&&J()};for(let S of se)(!re||re(S))&&ie.push(ee?S:S.fullpath()),te&&S.isSymbolicLink()?S.realpath().then((S=>S?.isUnknown()?S.lstat():S)).then((S=>S?.shouldWalk(oe,ne)?l(S,b):b())):S.shouldWalk(oe,ne)?l(S,b):b()}),!0)},se=S;return new Promise(((S,J)=>{l(se,(ee=>{if(ee)return J(ee);S(ie)}))}))}walkSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=[];(!re||re(S))&&ie.push(ee?S:S.fullpath());let oe=new Set([S]);for(let S of oe){let J=S.readdirSync();for(let S of J){(!re||re(S))&&ie.push(ee?S:S.fullpath());let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(oe,ne)&&oe.add(J)}}return ie}[Symbol.asyncIterator](){return this.iterate()}iterate(S=this.cwd,J={}){return typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd),this.stream(S,J)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J;(!re||re(S))&&(yield ee?S:S.fullpath());let ie=new Set([S]);for(let S of ie){let J=S.readdirSync();for(let S of J){(!re||re(S))&&(yield ee?S:S.fullpath());let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(ie,ne)&&ie.add(J)}}}stream(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=new fe.Minipass({objectMode:!0});(!re||re(S))&&ie.write(ee?S:S.fullpath());let oe=new Set,se=[S],ae=0,c=()=>{let S=!1;for(;!S;){let J=se.shift();if(!J){ae===0&&ie.end();return}ae++,oe.add(J);let m=(J,ue,pe=!1)=>{if(J)return ie.emit("error",J);if(te&&!pe){let S=[];for(let J of ue)J.isSymbolicLink()&&S.push(J.realpath().then((S=>S?.isUnknown()?S.lstat():S)));if(S.length){Promise.all(S).then((()=>m(null,ue,!0)));return}}for(let J of ue)J&&(!re||re(J))&&(ie.write(ee?J:J.fullpath())||(S=!0));ae--;for(let S of ue){let J=S.realpathCached()||S;J.shouldWalk(oe,ne)&&se.push(J)}S&&!ie.flowing?ie.once("drain",c):le||c()},le=!0;J.readdirCB(m,!0),le=!1}};return c(),ie}streamSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=new fe.Minipass({objectMode:!0}),oe=new Set;(!re||re(S))&&ie.write(ee?S:S.fullpath());let se=[S],ae=0,c=()=>{let S=!1;for(;!S;){let J=se.shift();if(!J){ae===0&&ie.end();return}ae++,oe.add(J);let le=J.readdirSync();for(let J of le)(!re||re(J))&&(ie.write(ee?J:J.fullpath())||(S=!0));ae--;for(let S of le){let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(oe,ne)&&se.push(J)}}S&&!ie.flowing&&ie.once("drain",c)};return c(),ie}chdir(S=this.cwd){let J=this.cwd;this.cwd=typeof S=="string"?this.cwd.resolve(S):S,this.cwd[Ge](J)}};S.PathScurryBase=Ke;var Xe=class extends Ke{sep="\\";constructor(S=process.cwd(),J={}){let{nocase:ee=!0}=J;super(S,ie.win32,"\\",{...J,nocase:ee}),this.nocase=ee;for(let S=this.cwd;S;S=S.parent)S.nocase=this.nocase}parseRootPath(S){return ie.win32.parse(S).root.toUpperCase()}newRoot(S){return new $e(this.rootPath,be,void 0,this.roots,this.nocase,this.childrenCache(),{fs:S})}isAbsolute(S){return S.startsWith("/")||S.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(S)}};S.PathScurryWin32=Xe;var Qe=class extends Ke{sep="/";constructor(S=process.cwd(),J={}){let{nocase:ee=!1}=J;super(S,ie.posix,"/",{...J,nocase:ee}),this.nocase=ee}parseRootPath(S){return"/"}newRoot(S){return new He(this.rootPath,be,void 0,this.roots,this.nocase,this.childrenCache(),{fs:S})}isAbsolute(S){return S.startsWith("/")}};S.PathScurryPosix=Qe;var et=class extends Qe{constructor(S=process.cwd(),J={}){let{nocase:ee=!0}=J;super(S,{...J,nocase:ee})}};S.PathScurryDarwin=et;S.Path=process.platform==="win32"?$e:He;S.PathScurry=process.platform==="win32"?Xe:process.platform==="darwin"?et:Qe}));var fe=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Pattern=void 0;var J=le(),Tr=S=>S.length>=1,Cr=S=>S.length>=1,ee=Symbol.for("nodejs.util.inspect.custom"),te=class n{#n;#i;#o;length;#s;#a;#c;#l;#u;#p;#d=!0;constructor(S,J,ee,te){if(!Tr(S))throw new TypeError("empty pattern list");if(!Cr(J))throw new TypeError("empty glob list");if(J.length!==S.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=S.length,ee<0||ee>=this.length)throw new TypeError("index out of range");if(this.#n=S,this.#i=J,this.#o=ee,this.#s=te,this.#o===0){if(this.isUNC()){let[S,J,ee,te,...re]=this.#n,[ne,ie,oe,se,...ae]=this.#i;re[0]===""&&(re.shift(),ae.shift());let le=[S,J,ee,te,""].join("/"),ue=[ne,ie,oe,se,""].join("/");this.#n=[le,...re],this.#i=[ue,...ae],this.length=this.#n.length}else if(this.isDrive()||this.isAbsolute()){let[S,...J]=this.#n,[ee,...te]=this.#i;J[0]===""&&(J.shift(),te.shift());let re=S+"/",ne=ee+"/";this.#n=[re,...J],this.#i=[ne,...te],this.length=this.#n.length}}}[ee](){return"Pattern <"+this.#i.slice(this.#o).join("/")+">"}pattern(){return this.#n[this.#o]}isString(){return typeof this.#n[this.#o]=="string"}isGlobstar(){return this.#n[this.#o]===J.GLOBSTAR}isRegExp(){return this.#n[this.#o]instanceof RegExp}globString(){return this.#c=this.#c||(this.#o===0?this.isAbsolute()?this.#i[0]+this.#i.slice(1).join("/"):this.#i.join("/"):this.#i.slice(this.#o).join("/"))}hasMore(){return this.length>this.#o+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new n(this.#n,this.#i,this.#o+1,this.#s),this.#a.#p=this.#p,this.#a.#u=this.#u,this.#a.#l=this.#l,this.#a):this.#a=null}isUNC(){let S=this.#n;return this.#u!==void 0?this.#u:this.#u=this.#s==="win32"&&this.#o===0&&S[0]===""&&S[1]===""&&typeof S[2]=="string"&&!!S[2]&&typeof S[3]=="string"&&!!S[3]}isDrive(){let S=this.#n;return this.#l!==void 0?this.#l:this.#l=this.#s==="win32"&&this.#o===0&&this.length>1&&typeof S[0]=="string"&&/^[a-z]:$/i.test(S[0])}isAbsolute(){let S=this.#n;return this.#p!==void 0?this.#p:this.#p=S[0]===""&&S.length>1||this.isDrive()||this.isUNC()}root(){let S=this.#n[0];return typeof S=="string"&&this.isAbsolute()&&this.#o===0?S:""}checkFollowGlobstar(){return!(this.#o===0||!this.isGlobstar()||!this.#d)}markFollowGlobstar(){return this.#o===0||!this.isGlobstar()||!this.#d?!1:(this.#d=!1,!0)}};S.Pattern=te}));var me=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Ignore=void 0;var J=le(),ee=fe(),te=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",re=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(S,{nobrace:J,nocase:ee,noext:re,noglobstar:ne,platform:ie=te}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=ie,this.mmopts={dot:!0,nobrace:J,nocase:ee,noext:re,noglobstar:ne,optimizationLevel:2,platform:ie,nocomment:!0,nonegate:!0};for(let J of S)this.add(J)}add(S){let te=new J.Minimatch(S,this.mmopts);for(let S=0;S<te.set.length;S++){let re=te.set[S],ne=te.globParts[S];if(!re||!ne)throw new Error("invalid pattern object");for(;re[0]==="."&&ne[0]===".";)re.shift(),ne.shift();let ie=new ee.Pattern(re,ne,0,this.platform),oe=new J.Minimatch(ie.globString(),this.mmopts),se=ne[ne.length-1]==="**",ae=ie.isAbsolute();ae?this.absolute.push(oe):this.relative.push(oe),se&&(ae?this.absoluteChildren.push(oe):this.relativeChildren.push(oe))}}ignored(S){let J=S.fullpath(),ee=`${J}/`,te=S.relative()||".",re=`${te}/`;for(let S of this.relative)if(S.match(te)||S.match(re))return!0;for(let S of this.absolute)if(S.match(J)||S.match(ee))return!0;return!1}childrenIgnored(S){let J=S.fullpath()+"/",ee=(S.relative()||".")+"/";for(let S of this.relativeChildren)if(S.match(ee))return!0;for(let S of this.absoluteChildren)if(S.match(J))return!0;return!1}};S.Ignore=re}));var ge=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Processor=S.SubWalks=S.MatchRecord=S.HasWalkedCache=void 0;var J=le(),ee=class n{store;constructor(S=new Map){this.store=S}copy(){return new n(new Map(this.store))}hasWalked(S,J){return this.store.get(S.fullpath())?.has(J.globString())}storeWalked(S,J){let ee=S.fullpath(),te=this.store.get(ee);te?te.add(J.globString()):this.store.set(ee,new Set([J.globString()]))}};S.HasWalkedCache=ee;var te=class{store=new Map;add(S,J,ee){let te=(J?2:0)|(ee?1:0),re=this.store.get(S);this.store.set(S,re===void 0?te:te&re)}entries(){return[...this.store.entries()].map((([S,J])=>[S,!!(J&2),!!(J&1)]))}};S.MatchRecord=te;var re=class{store=new Map;add(S,J){if(!S.canReaddir())return;let ee=this.store.get(S);ee?ee.find((S=>S.globString()===J.globString()))||ee.push(J):this.store.set(S,[J])}get(S){let J=this.store.get(S);if(!J)throw new Error("attempting to walk unknown path");return J}entries(){return this.keys().map((S=>[S,this.store.get(S)]))}keys(){return[...this.store.keys()].filter((S=>S.canReaddir()))}};S.SubWalks=re;var ne=class n{hasWalkedCache;matches=new te;subwalks=new re;patterns;follow;dot;opts;constructor(S,J){this.opts=S,this.follow=!!S.follow,this.dot=!!S.dot,this.hasWalkedCache=J?J.copy():new ee}processPatterns(S,ee){this.patterns=ee;let te=ee.map((J=>[S,J]));for(let[S,ee]of te){this.hasWalkedCache.storeWalked(S,ee);let te=ee.root(),re=ee.isAbsolute()&&this.opts.absolute!==!1;if(te){S=S.resolve(te==="/"&&this.opts.root!==void 0?this.opts.root:te);let J=ee.rest();if(J)ee=J;else{this.matches.add(S,!0,!1);continue}}if(S.isENOENT())continue;let ne,ie,oe=!1;for(;typeof(ne=ee.pattern())=="string"&&(ie=ee.rest());)S=S.resolve(ne),ee=ie,oe=!0;if(ne=ee.pattern(),ie=ee.rest(),oe){if(this.hasWalkedCache.hasWalked(S,ee))continue;this.hasWalkedCache.storeWalked(S,ee)}if(typeof ne=="string"){let J=ne===".."||ne===""||ne===".";this.matches.add(S.resolve(ne),re,J);continue}else if(ne===J.GLOBSTAR){(!S.isSymbolicLink()||this.follow||ee.checkFollowGlobstar())&&this.subwalks.add(S,ee);let J=ie?.pattern(),te=ie?.rest();if(!ie||(J===""||J===".")&&!te)this.matches.add(S,re,J===""||J===".");else if(J===".."){let J=S.parent||S;te?this.hasWalkedCache.hasWalked(J,te)||this.subwalks.add(J,te):this.matches.add(J,re,!0)}}else ne instanceof RegExp&&this.subwalks.add(S,ee)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(S,ee){let te=this.subwalks.get(S),re=this.child();for(let S of ee)for(let ee of te){let te=ee.isAbsolute(),ne=ee.pattern(),ie=ee.rest();ne===J.GLOBSTAR?re.testGlobstar(S,ee,ie,te):ne instanceof RegExp?re.testRegExp(S,ne,ie,te):re.testString(S,ne,ie,te)}return re}testGlobstar(S,J,ee,te){if((this.dot||!S.name.startsWith("."))&&(J.hasMore()||this.matches.add(S,te,!1),S.canReaddir()&&(this.follow||!S.isSymbolicLink()?this.subwalks.add(S,J):S.isSymbolicLink()&&(ee&&J.checkFollowGlobstar()?this.subwalks.add(S,ee):J.markFollowGlobstar()&&this.subwalks.add(S,J)))),ee){let J=ee.pattern();if(typeof J=="string"&&J!==".."&&J!==""&&J!==".")this.testString(S,J,ee.rest(),te);else if(J===".."){let J=S.parent||S;this.subwalks.add(J,ee)}else J instanceof RegExp&&this.testRegExp(S,J,ee.rest(),te)}}testRegExp(S,J,ee,te){J.test(S.name)&&(ee?this.subwalks.add(S,ee):this.matches.add(S,te,!1))}testString(S,J,ee,te){S.isNamed(J)&&(ee?this.subwalks.add(S,ee):this.matches.add(S,te,!1))}};S.Processor=ne}));var he=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.GlobStream=S.GlobWalker=S.GlobUtil=void 0;var J=pe(),ee=me(),te=ge(),Pr=(S,J)=>typeof S=="string"?new ee.Ignore([S],J):Array.isArray(S)?new ee.Ignore(S,J):S,re=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#n=[];#i;#o;signal;maxDepth;includeChildMatches;constructor(S,J,ee){if(this.patterns=S,this.path=J,this.opts=ee,this.#o=!ee.posix&&ee.platform==="win32"?"\\":"/",this.includeChildMatches=ee.includeChildMatches!==!1,(ee.ignore||!this.includeChildMatches)&&(this.#i=Pr(ee.ignore??[],ee),!this.includeChildMatches&&typeof this.#i.add!="function")){let S="cannot ignore child matches, ignore lacks add() method.";throw new Error(S)}this.maxDepth=ee.maxDepth||1/0,ee.signal&&(this.signal=ee.signal,this.signal.addEventListener("abort",(()=>{this.#n.length=0})))}#s(S){return this.seen.has(S)||!!this.#i?.ignored?.(S)}#a(S){return!!this.#i?.childrenIgnored?.(S)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let S;for(;!this.paused&&(S=this.#n.shift());)S()}onResume(S){this.signal?.aborted||(this.paused?this.#n.push(S):S())}async matchCheck(S,J){if(J&&this.opts.nodir)return;let ee;if(this.opts.realpath){if(ee=S.realpathCached()||await S.realpath(),!ee)return;S=ee}let te=S.isUnknown()||this.opts.stat?await S.lstat():S;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){let S=await te.realpath();S&&(S.isUnknown()||this.opts.stat)&&await S.lstat()}return this.matchCheckTest(te,J)}matchCheckTest(S,J){return S&&(this.maxDepth===1/0||S.depth()<=this.maxDepth)&&(!J||S.canReaddir())&&(!this.opts.nodir||!S.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!S.isSymbolicLink()||!S.realpathCached()?.isDirectory())&&!this.#s(S)?S:void 0}matchCheckSync(S,J){if(J&&this.opts.nodir)return;let ee;if(this.opts.realpath){if(ee=S.realpathCached()||S.realpathSync(),!ee)return;S=ee}let te=S.isUnknown()||this.opts.stat?S.lstatSync():S;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){let S=te.realpathSync();S&&(S?.isUnknown()||this.opts.stat)&&S.lstatSync()}return this.matchCheckTest(te,J)}matchFinish(S,J){if(this.#s(S))return;if(!this.includeChildMatches&&this.#i?.add){let J=`${S.relativePosix()}/**`;this.#i.add(J)}let ee=this.opts.absolute===void 0?J:this.opts.absolute;this.seen.add(S);let te=this.opts.mark&&S.isDirectory()?this.#o:"";if(this.opts.withFileTypes)this.matchEmit(S);else if(ee){let J=this.opts.posix?S.fullpathPosix():S.fullpath();this.matchEmit(J+te)}else{let J=this.opts.posix?S.relativePosix():S.relative(),ee=this.opts.dotRelative&&!J.startsWith(".."+this.#o)?"."+this.#o:"";this.matchEmit(J?ee+J+te:"."+te)}}async match(S,J,ee){let te=await this.matchCheck(S,ee);te&&this.matchFinish(te,J)}matchSync(S,J,ee){let te=this.matchCheckSync(S,ee);te&&this.matchFinish(te,J)}walkCB(S,J,ee){this.signal?.aborted&&ee(),this.walkCB2(S,J,new te.Processor(this.opts),ee)}walkCB2(S,J,ee,te){if(this.#a(S))return te();if(this.signal?.aborted&&te(),this.paused){this.onResume((()=>this.walkCB2(S,J,ee,te)));return}ee.processPatterns(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||(re++,this.match(S,J,te).then((()=>h())));for(let S of ee.subwalkTargets()){if(this.maxDepth!==1/0&&S.depth()>=this.maxDepth)continue;re++;let J=S.readdirCached();S.calledReaddir()?this.walkCB3(S,J,ee,h):S.readdirCB(((J,te)=>this.walkCB3(S,te,ee,h)),!0)}h()}walkCB3(S,J,ee,te){ee=ee.filterEntries(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||(re++,this.match(S,J,te).then((()=>h())));for(let[S,J]of ee.subwalks.entries())re++,this.walkCB2(S,J,ee.child(),h);h()}walkCBSync(S,J,ee){this.signal?.aborted&&ee(),this.walkCB2Sync(S,J,new te.Processor(this.opts),ee)}walkCB2Sync(S,J,ee,te){if(this.#a(S))return te();if(this.signal?.aborted&&te(),this.paused){this.onResume((()=>this.walkCB2Sync(S,J,ee,te)));return}ee.processPatterns(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||this.matchSync(S,J,te);for(let S of ee.subwalkTargets()){if(this.maxDepth!==1/0&&S.depth()>=this.maxDepth)continue;re++;let J=S.readdirSync();this.walkCB3Sync(S,J,ee,h)}h()}walkCB3Sync(S,J,ee,te){ee=ee.filterEntries(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||this.matchSync(S,J,te);for(let[S,J]of ee.subwalks.entries())re++,this.walkCB2Sync(S,J,ee.child(),h);h()}};S.GlobUtil=re;var ne=class extends re{matches=new Set;constructor(S,J,ee){super(S,J,ee)}matchEmit(S){this.matches.add(S)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise(((S,J)=>{this.walkCB(this.path,this.patterns,(()=>{this.signal?.aborted?J(this.signal.reason):S(this.matches)}))})),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason})),this.matches}};S.GlobWalker=ne;var ie=class extends re{results;constructor(S,ee,te){super(S,ee,te),this.results=new J.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",(()=>this.resume())),this.results.on("resume",(()=>this.resume()))}matchEmit(S){this.results.write(S),this.results.flowing||this.pause()}stream(){let S=this.path;return S.isUnknown()?S.lstat().then((()=>{this.walkCB(S,this.patterns,(()=>this.results.end()))})):this.walkCB(S,this.patterns,(()=>this.results.end())),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>this.results.end())),this.results}};S.GlobStream=ie}));var _e=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Glob=void 0;var J=le(),te=ee(73136),re=de(),ne=fe(),ie=he(),oe=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",se=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(S,ee){if(!ee)throw new TypeError("glob options required");if(this.withFileTypes=!!ee.withFileTypes,this.signal=ee.signal,this.follow=!!ee.follow,this.dot=!!ee.dot,this.dotRelative=!!ee.dotRelative,this.nodir=!!ee.nodir,this.mark=!!ee.mark,ee.cwd?(ee.cwd instanceof URL||ee.cwd.startsWith("file://"))&&(ee.cwd=(0,te.fileURLToPath)(ee.cwd)):this.cwd="",this.cwd=ee.cwd||"",this.root=ee.root,this.magicalBraces=!!ee.magicalBraces,this.nobrace=!!ee.nobrace,this.noext=!!ee.noext,this.realpath=!!ee.realpath,this.absolute=ee.absolute,this.includeChildMatches=ee.includeChildMatches!==!1,this.noglobstar=!!ee.noglobstar,this.matchBase=!!ee.matchBase,this.maxDepth=typeof ee.maxDepth=="number"?ee.maxDepth:1/0,this.stat=!!ee.stat,this.ignore=ee.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof S=="string"&&(S=[S]),this.windowsPathsNoEscape=!!ee.windowsPathsNoEscape||ee.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(S=S.map((S=>S.replace(/\\/g,"/")))),this.matchBase){if(ee.noglobstar)throw new TypeError("base matching requires globstar");S=S.map((S=>S.includes("/")?S:`./**/${S}`))}if(this.pattern=S,this.platform=ee.platform||oe,this.opts={...ee,platform:this.platform},ee.scurry){if(this.scurry=ee.scurry,ee.nocase!==void 0&&ee.nocase!==ee.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let S=ee.platform==="win32"?re.PathScurryWin32:ee.platform==="darwin"?re.PathScurryDarwin:ee.platform?re.PathScurryPosix:re.PathScurry;this.scurry=new S(this.cwd,{nocase:ee.nocase,fs:ee.fs})}this.nocase=this.scurry.nocase;let ie=this.platform==="darwin"||this.platform==="win32",se={braceExpandMax:1e4,...ee,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:ie,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},ae=this.pattern.map((S=>new J.Minimatch(S,se))),[le,ue]=ae.reduce(((S,J)=>(S[0].push(...J.set),S[1].push(...J.globParts),S)),[[],[]]);this.patterns=le.map(((S,J)=>{let ee=ue[J];if(!ee)throw new Error("invalid pattern object");return new ne.Pattern(S,ee,0,this.platform)}))}async walk(){return[...await new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new ie.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new ie.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};S.Glob=se}));var ye=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.hasMagic=void 0;var J=le(),Wr=(S,ee={})=>{Array.isArray(S)||(S=[S]);for(let te of S)if(new J.Minimatch(te,ee).hasMagic())return!0;return!1};S.hasMagic=Wr}));Object.defineProperty(J,"__esModule",{value:!0});J.glob=J.sync=J.iterate=J.iterateSync=J.stream=J.streamSync=J.Ignore=J.hasMagic=J.Glob=J.unescape=J.escape=void 0;J.globStreamSync=xt;J.globStream=Le;J.globSync=We;J.globIterateSync=Tt;J.globIterate=Be;var ve=le(),be=_e(),Se=ye(),xe=le();Object.defineProperty(J,"escape",{enumerable:!0,get:function(){return xe.escape}});Object.defineProperty(J,"unescape",{enumerable:!0,get:function(){return xe.unescape}});var Ee=_e();Object.defineProperty(J,"Glob",{enumerable:!0,get:function(){return Ee.Glob}});var Ce=ye();Object.defineProperty(J,"hasMagic",{enumerable:!0,get:function(){return Ce.hasMagic}});var Pe=me();Object.defineProperty(J,"Ignore",{enumerable:!0,get:function(){return Pe.Ignore}});function xt(S,J={}){return new be.Glob(S,J).streamSync()}function Le(S,J={}){return new be.Glob(S,J).stream()}function We(S,J={}){return new be.Glob(S,J).walkSync()}async function Bs(S,J={}){return new be.Glob(S,J).walk()}function Tt(S,J={}){return new be.Glob(S,J).iterateSync()}function Be(S,J={}){return new be.Glob(S,J).iterate()}J.streamSync=xt;J.stream=Object.assign(Le,{sync:xt});J.iterateSync=Tt;J.iterate=Object.assign(Be,{sync:Tt});J.sync=Object.assign(We,{stream:xt,iterate:Tt});J.glob=Object.assign(Bs,{glob:Bs,globSync:We,sync:J.sync,globStream:Le,stream:J.stream,globStreamSync:xt,streamSync:J.streamSync,globIterate:Be,iterate:J.iterate,globIterateSync:Tt,iterateSync:J.iterateSync,Glob:be.Glob,hasMagic:Se.hasMagic,escape:ve.escape,unescape:ve.unescape});J.glob.glob=J.glob},85934:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.LRUCache=void 0;const ee=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const te=new Set;const re=typeof process==="object"&&!!process?process:{};const emitWarning=(S,J,ee,te)=>{typeof re.emitWarning==="function"?re.emitWarning(S,J,ee,te):console.error(`[${ee}] ${J}: ${S}`)};let ne=globalThis.AbortController;let ie=globalThis.AbortSignal;if(typeof ne==="undefined"){ie=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(S,J){this._onabort.push(J)}};ne=class AbortController{constructor(){warnACPolyfill()}signal=new ie;abort(S){if(this.signal.aborted)return;this.signal.reason=S;this.signal.aborted=true;for(const J of this.signal._onabort){J(S)}this.signal.onabort?.(S)}};let S=re.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!S)return;S=false;emitWarning("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",warnACPolyfill)}}const shouldWarn=S=>!te.has(S);const oe=Symbol("type");const isPosInt=S=>S&&S===Math.floor(S)&&S>0&&isFinite(S);const getUintArray=S=>!isPosInt(S)?null:S<=Math.pow(2,8)?Uint8Array:S<=Math.pow(2,16)?Uint16Array:S<=Math.pow(2,32)?Uint32Array:S<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(S){super(S);this.fill(0)}}class Stack{heap;length;static#X=false;static create(S){const J=getUintArray(S);if(!J)return[];Stack.#X=true;const ee=new Stack(S,J);Stack.#X=false;return ee}constructor(S,J){if(!Stack.#X){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new J(S);this.length=0}push(S){this.heap[this.length++]=S}pop(){return this.heap[--this.length]}}class LRUCache{#Y;#Q;#Z;#ee;#te;#re;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#ne;#ie;#oe;#se;#ae;#ce;#le;#ue;#pe;#de;#fe;#me;#ge;#he;#_e;#ye;#ve;static unsafeExposeInternals(S){return{starts:S.#ge,ttls:S.#he,sizes:S.#me,keyMap:S.#oe,keyList:S.#se,valList:S.#ae,next:S.#ce,prev:S.#le,get head(){return S.#ue},get tail(){return S.#pe},free:S.#de,isBackgroundFetch:J=>S.#be(J),backgroundFetch:(J,ee,te,re)=>S.#Te(J,ee,te,re),moveToTail:J=>S.#Se(J),indexes:J=>S.#xe(J),rindexes:J=>S.#Ee(J),isStale:J=>S.#Ce(J)}}get max(){return this.#Y}get maxSize(){return this.#Q}get calculatedSize(){return this.#ie}get size(){return this.#ne}get fetchMethod(){return this.#te}get memoMethod(){return this.#re}get dispose(){return this.#Z}get disposeAfter(){return this.#ee}constructor(S){const{max:J=0,ttl:ee,ttlResolution:re=1,ttlAutopurge:ne,updateAgeOnGet:ie,updateAgeOnHas:oe,allowStale:se,dispose:ae,disposeAfter:le,noDisposeOnSet:ue,noUpdateTTL:pe,maxSize:de=0,maxEntrySize:fe=0,sizeCalculation:me,fetchMethod:ge,memoMethod:he,noDeleteOnFetchRejection:_e,noDeleteOnStaleGet:ye,allowStaleOnFetchRejection:ve,allowStaleOnFetchAbort:be,ignoreFetchAbort:Se}=S;if(J!==0&&!isPosInt(J)){throw new TypeError("max option must be a nonnegative integer")}const xe=J?getUintArray(J):Array;if(!xe){throw new Error("invalid max value: "+J)}this.#Y=J;this.#Q=de;this.maxEntrySize=fe||this.#Q;this.sizeCalculation=me;if(this.sizeCalculation){if(!this.#Q&&!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(he!==undefined&&typeof he!=="function"){throw new TypeError("memoMethod must be a function if defined")}this.#re=he;if(ge!==undefined&&typeof ge!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#te=ge;this.#ye=!!ge;this.#oe=new Map;this.#se=new Array(J).fill(undefined);this.#ae=new Array(J).fill(undefined);this.#ce=new xe(J);this.#le=new xe(J);this.#ue=0;this.#pe=0;this.#de=Stack.create(J);this.#ne=0;this.#ie=0;if(typeof ae==="function"){this.#Z=ae}if(typeof le==="function"){this.#ee=le;this.#fe=[]}else{this.#ee=undefined;this.#fe=undefined}this.#_e=!!this.#Z;this.#ve=!!this.#ee;this.noDisposeOnSet=!!ue;this.noUpdateTTL=!!pe;this.noDeleteOnFetchRejection=!!_e;this.allowStaleOnFetchRejection=!!ve;this.allowStaleOnFetchAbort=!!be;this.ignoreFetchAbort=!!Se;if(this.maxEntrySize!==0){if(this.#Q!==0){if(!isPosInt(this.#Q)){throw new TypeError("maxSize must be a positive integer if specified")}}if(!isPosInt(this.maxEntrySize)){throw new TypeError("maxEntrySize must be a positive integer if specified")}this.#Pe()}this.allowStale=!!se;this.noDeleteOnStaleGet=!!ye;this.updateAgeOnGet=!!ie;this.updateAgeOnHas=!!oe;this.ttlResolution=isPosInt(re)||re===0?re:1;this.ttlAutopurge=!!ne;this.ttl=ee||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#Ne()}if(this.#Y===0&&this.ttl===0&&this.#Q===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#Y&&!this.#Q){const S="LRU_CACHE_UNBOUNDED";if(shouldWarn(S)){te.add(S);const J="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(J,"UnboundedCacheWarning",S,LRUCache)}}}getRemainingTTL(S){return this.#oe.has(S)?Infinity:0}#Ne(){const S=new ZeroArray(this.#Y);const J=new ZeroArray(this.#Y);this.#he=S;this.#ge=J;this.#Ae=(te,re,ne=ee.now())=>{J[te]=re!==0?ne:0;S[te]=re;if(re!==0&&this.ttlAutopurge){const S=setTimeout((()=>{if(this.#Ce(te)){this.#ke(this.#se[te],"expire")}}),re+1);if(S.unref){S.unref()}}};this.#De=te=>{J[te]=S[te]!==0?ee.now():0};this.#Ie=(ee,re)=>{if(S[re]){const ne=S[re];const ie=J[re];if(!ne||!ie)return;ee.ttl=ne;ee.start=ie;ee.now=te||getNow();const oe=ee.now-ie;ee.remainingTTL=ne-oe}};let te=0;const getNow=()=>{const S=ee.now();if(this.ttlResolution>0){te=S;const J=setTimeout((()=>te=0),this.ttlResolution);if(J.unref){J.unref()}}return S};this.getRemainingTTL=ee=>{const re=this.#oe.get(ee);if(re===undefined){return 0}const ne=S[re];const ie=J[re];if(!ne||!ie){return Infinity}const oe=(te||getNow())-ie;return ne-oe};this.#Ce=ee=>{const re=J[ee];const ne=S[ee];return!!ne&&!!re&&(te||getNow())-re>ne}}#De=()=>{};#Ie=()=>{};#Ae=()=>{};#Ce=()=>false;#Pe(){const S=new ZeroArray(this.#Y);this.#ie=0;this.#me=S;this.#Fe=J=>{this.#ie-=S[J];S[J]=0};this.#Oe=(S,J,ee,te)=>{if(this.#be(J)){return 0}if(!isPosInt(ee)){if(te){if(typeof te!=="function"){throw new TypeError("sizeCalculation must be a function")}ee=te(J,S);if(!isPosInt(ee)){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 ee};this.#we=(J,ee,te)=>{S[J]=ee;if(this.#Q){const ee=this.#Q-S[J];while(this.#ie>ee){this.#Le(true)}}this.#ie+=S[J];if(te){te.entrySize=ee;te.totalCalculatedSize=this.#ie}}}#Fe=S=>{};#we=(S,J,ee)=>{};#Oe=(S,J,ee,te)=>{if(ee||te){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#xe({allowStale:S=this.allowStale}={}){if(this.#ne){for(let J=this.#pe;true;){if(!this.#Me(J)){break}if(S||!this.#Ce(J)){yield J}if(J===this.#ue){break}else{J=this.#le[J]}}}}*#Ee({allowStale:S=this.allowStale}={}){if(this.#ne){for(let J=this.#ue;true;){if(!this.#Me(J)){break}if(S||!this.#Ce(J)){yield J}if(J===this.#pe){break}else{J=this.#ce[J]}}}}#Me(S){return S!==undefined&&this.#oe.get(this.#se[S])===S}*entries(){for(const S of this.#xe()){if(this.#ae[S]!==undefined&&this.#se[S]!==undefined&&!this.#be(this.#ae[S])){yield[this.#se[S],this.#ae[S]]}}}*rentries(){for(const S of this.#Ee()){if(this.#ae[S]!==undefined&&this.#se[S]!==undefined&&!this.#be(this.#ae[S])){yield[this.#se[S],this.#ae[S]]}}}*keys(){for(const S of this.#xe()){const J=this.#se[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield J}}}*rkeys(){for(const S of this.#Ee()){const J=this.#se[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield J}}}*values(){for(const S of this.#xe()){const J=this.#ae[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield this.#ae[S]}}}*rvalues(){for(const S of this.#Ee()){const J=this.#ae[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield this.#ae[S]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(S,J={}){for(const ee of this.#xe()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;if(S(re,this.#se[ee],this)){return this.get(this.#se[ee],J)}}}forEach(S,J=this){for(const ee of this.#xe()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;S.call(J,re,this.#se[ee],this)}}rforEach(S,J=this){for(const ee of this.#Ee()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;S.call(J,re,this.#se[ee],this)}}purgeStale(){let S=false;for(const J of this.#Ee({allowStale:true})){if(this.#Ce(J)){this.#ke(this.#se[J],"expire");S=true}}return S}info(S){const J=this.#oe.get(S);if(J===undefined)return undefined;const te=this.#ae[J];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)return undefined;const ne={value:re};if(this.#he&&this.#ge){const S=this.#he[J];const te=this.#ge[J];if(S&&te){const J=S-(ee.now()-te);ne.ttl=J;ne.start=Date.now()}}if(this.#me){ne.size=this.#me[J]}return ne}dump(){const S=[];for(const J of this.#xe({allowStale:true})){const te=this.#se[J];const re=this.#ae[J];const ne=this.#be(re)?re.__staleWhileFetching:re;if(ne===undefined||te===undefined)continue;const ie={value:ne};if(this.#he&&this.#ge){ie.ttl=this.#he[J];const S=ee.now()-this.#ge[J];ie.start=Math.floor(Date.now()-S)}if(this.#me){ie.size=this.#me[J]}S.unshift([te,ie])}return S}load(S){this.clear();for(const[J,te]of S){if(te.start){const S=Date.now()-te.start;te.start=ee.now()-S}this.set(J,te.value,te)}}set(S,J,ee={}){if(J===undefined){this.delete(S);return this}const{ttl:te=this.ttl,start:re,noDisposeOnSet:ne=this.noDisposeOnSet,sizeCalculation:ie=this.sizeCalculation,status:oe}=ee;let{noUpdateTTL:se=this.noUpdateTTL}=ee;const ae=this.#Oe(S,J,ee.size||0,ie);if(this.maxEntrySize&&ae>this.maxEntrySize){if(oe){oe.set="miss";oe.maxEntrySizeExceeded=true}this.#ke(S,"set");return this}let le=this.#ne===0?undefined:this.#oe.get(S);if(le===undefined){le=this.#ne===0?this.#pe:this.#de.length!==0?this.#de.pop():this.#ne===this.#Y?this.#Le(false):this.#ne;this.#se[le]=S;this.#ae[le]=J;this.#oe.set(S,le);this.#ce[this.#pe]=le;this.#le[le]=this.#pe;this.#pe=le;this.#ne++;this.#we(le,ae,oe);if(oe)oe.set="add";se=false}else{this.#Se(le);const ee=this.#ae[le];if(J!==ee){if(this.#ye&&this.#be(ee)){ee.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:J}=ee;if(J!==undefined&&!ne){if(this.#_e){this.#Z?.(J,S,"set")}if(this.#ve){this.#fe?.push([J,S,"set"])}}}else if(!ne){if(this.#_e){this.#Z?.(ee,S,"set")}if(this.#ve){this.#fe?.push([ee,S,"set"])}}this.#Fe(le);this.#we(le,ae,oe);this.#ae[le]=J;if(oe){oe.set="replace";const S=ee&&this.#be(ee)?ee.__staleWhileFetching:ee;if(S!==undefined)oe.oldValue=S}}else if(oe){oe.set="update"}}if(te!==0&&!this.#he){this.#Ne()}if(this.#he){if(!se){this.#Ae(le,te,re)}if(oe)this.#Ie(oe,le)}if(!ne&&this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}return this}pop(){try{while(this.#ne){const S=this.#ae[this.#ue];this.#Le(true);if(this.#be(S)){if(S.__staleWhileFetching){return S.__staleWhileFetching}}else if(S!==undefined){return S}}}finally{if(this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}}}#Le(S){const J=this.#ue;const ee=this.#se[J];const te=this.#ae[J];if(this.#ye&&this.#be(te)){te.__abortController.abort(new Error("evicted"))}else if(this.#_e||this.#ve){if(this.#_e){this.#Z?.(te,ee,"evict")}if(this.#ve){this.#fe?.push([te,ee,"evict"])}}this.#Fe(J);if(S){this.#se[J]=undefined;this.#ae[J]=undefined;this.#de.push(J)}if(this.#ne===1){this.#ue=this.#pe=0;this.#de.length=0}else{this.#ue=this.#ce[J]}this.#oe.delete(ee);this.#ne--;return J}has(S,J={}){const{updateAgeOnHas:ee=this.updateAgeOnHas,status:te}=J;const re=this.#oe.get(S);if(re!==undefined){const S=this.#ae[re];if(this.#be(S)&&S.__staleWhileFetching===undefined){return false}if(!this.#Ce(re)){if(ee){this.#De(re)}if(te){te.has="hit";this.#Ie(te,re)}return true}else if(te){te.has="stale";this.#Ie(te,re)}}else if(te){te.has="miss"}return false}peek(S,J={}){const{allowStale:ee=this.allowStale}=J;const te=this.#oe.get(S);if(te===undefined||!ee&&this.#Ce(te)){return}const re=this.#ae[te];return this.#be(re)?re.__staleWhileFetching:re}#Te(S,J,ee,te){const re=J===undefined?undefined:this.#ae[J];if(this.#be(re)){return re}const ie=new ne;const{signal:oe}=ee;oe?.addEventListener("abort",(()=>ie.abort(oe.reason)),{signal:ie.signal});const se={signal:ie.signal,options:ee,context:te};const cb=(te,re=false)=>{const{aborted:ne}=ie.signal;const oe=ee.ignoreFetchAbort&&te!==undefined;if(ee.status){if(ne&&!re){ee.status.fetchAborted=true;ee.status.fetchError=ie.signal.reason;if(oe)ee.status.fetchAbortIgnored=true}else{ee.status.fetchResolved=true}}if(ne&&!oe&&!re){return fetchFail(ie.signal.reason)}const le=ae;if(this.#ae[J]===ae){if(te===undefined){if(le.__staleWhileFetching){this.#ae[J]=le.__staleWhileFetching}else{this.#ke(S,"fetch")}}else{if(ee.status)ee.status.fetchUpdated=true;this.set(S,te,se.options)}}return te};const eb=S=>{if(ee.status){ee.status.fetchRejected=true;ee.status.fetchError=S}return fetchFail(S)};const fetchFail=te=>{const{aborted:re}=ie.signal;const ne=re&&ee.allowStaleOnFetchAbort;const oe=ne||ee.allowStaleOnFetchRejection;const se=oe||ee.noDeleteOnFetchRejection;const le=ae;if(this.#ae[J]===ae){const ee=!se||le.__staleWhileFetching===undefined;if(ee){this.#ke(S,"fetch")}else if(!ne){this.#ae[J]=le.__staleWhileFetching}}if(oe){if(ee.status&&le.__staleWhileFetching!==undefined){ee.status.returnedStale=true}return le.__staleWhileFetching}else if(le.__returned===le){throw te}};const pcall=(J,te)=>{const ne=this.#te?.(S,re,se);if(ne&&ne instanceof Promise){ne.then((S=>J(S===undefined?undefined:S)),te)}ie.signal.addEventListener("abort",(()=>{if(!ee.ignoreFetchAbort||ee.allowStaleOnFetchAbort){J(undefined);if(ee.allowStaleOnFetchAbort){J=S=>cb(S,true)}}}))};if(ee.status)ee.status.fetchDispatched=true;const ae=new Promise(pcall).then(cb,eb);const le=Object.assign(ae,{__abortController:ie,__staleWhileFetching:re,__returned:undefined});if(J===undefined){this.set(S,le,{...se.options,status:undefined});J=this.#oe.get(S)}else{this.#ae[J]=le}return le}#be(S){if(!this.#ye)return false;const J=S;return!!J&&J instanceof Promise&&J.hasOwnProperty("__staleWhileFetching")&&J.__abortController instanceof ne}async fetch(S,J={}){const{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,ttl:ne=this.ttl,noDisposeOnSet:ie=this.noDisposeOnSet,size:oe=0,sizeCalculation:se=this.sizeCalculation,noUpdateTTL:ae=this.noUpdateTTL,noDeleteOnFetchRejection:le=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ue=this.allowStaleOnFetchRejection,ignoreFetchAbort:pe=this.ignoreFetchAbort,allowStaleOnFetchAbort:de=this.allowStaleOnFetchAbort,context:fe,forceRefresh:me=false,status:ge,signal:he}=J;if(!this.#ye){if(ge)ge.fetch="get";return this.get(S,{allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,status:ge})}const _e={allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,ttl:ne,noDisposeOnSet:ie,size:oe,sizeCalculation:se,noUpdateTTL:ae,noDeleteOnFetchRejection:le,allowStaleOnFetchRejection:ue,allowStaleOnFetchAbort:de,ignoreFetchAbort:pe,status:ge,signal:he};let ye=this.#oe.get(S);if(ye===undefined){if(ge)ge.fetch="miss";const J=this.#Te(S,ye,_e,fe);return J.__returned=J}else{const J=this.#ae[ye];if(this.#be(J)){const S=ee&&J.__staleWhileFetching!==undefined;if(ge){ge.fetch="inflight";if(S)ge.returnedStale=true}return S?J.__staleWhileFetching:J.__returned=J}const re=this.#Ce(ye);if(!me&&!re){if(ge)ge.fetch="hit";this.#Se(ye);if(te){this.#De(ye)}if(ge)this.#Ie(ge,ye);return J}const ne=this.#Te(S,ye,_e,fe);const ie=ne.__staleWhileFetching!==undefined;const oe=ie&ⅇif(ge){ge.fetch=re?"stale":"refresh";if(oe&&re)ge.returnedStale=true}return oe?ne.__staleWhileFetching:ne.__returned=ne}}async forceFetch(S,J={}){const ee=await this.fetch(S,J);if(ee===undefined)throw new Error("fetch() returned undefined");return ee}memo(S,J={}){const ee=this.#re;if(!ee){throw new Error("no memoMethod provided to constructor")}const{context:te,forceRefresh:re,...ne}=J;const ie=this.get(S,ne);if(!re&&ie!==undefined)return ie;const oe=ee(S,ie,{options:ne,context:te});this.set(S,oe,ne);return oe}get(S,J={}){const{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,status:ne}=J;const ie=this.#oe.get(S);if(ie!==undefined){const J=this.#ae[ie];const oe=this.#be(J);if(ne)this.#Ie(ne,ie);if(this.#Ce(ie)){if(ne)ne.get="stale";if(!oe){if(!re){this.#ke(S,"expire")}if(ne&&ee)ne.returnedStale=true;return ee?J:undefined}else{if(ne&&ee&&J.__staleWhileFetching!==undefined){ne.returnedStale=true}return ee?J.__staleWhileFetching:undefined}}else{if(ne)ne.get="hit";if(oe){return J.__staleWhileFetching}this.#Se(ie);if(te){this.#De(ie)}return J}}else if(ne){ne.get="miss"}}#Re(S,J){this.#le[J]=S;this.#ce[S]=J}#Se(S){if(S!==this.#pe){if(S===this.#ue){this.#ue=this.#ce[S]}else{this.#Re(this.#le[S],this.#ce[S])}this.#Re(this.#pe,S);this.#pe=S}}delete(S){return this.#ke(S,"delete")}#ke(S,J){let ee=false;if(this.#ne!==0){const te=this.#oe.get(S);if(te!==undefined){ee=true;if(this.#ne===1){this.#Be(J)}else{this.#Fe(te);const ee=this.#ae[te];if(this.#be(ee)){ee.__abortController.abort(new Error("deleted"))}else if(this.#_e||this.#ve){if(this.#_e){this.#Z?.(ee,S,J)}if(this.#ve){this.#fe?.push([ee,S,J])}}this.#oe.delete(S);this.#se[te]=undefined;this.#ae[te]=undefined;if(te===this.#pe){this.#pe=this.#le[te]}else if(te===this.#ue){this.#ue=this.#ce[te]}else{const S=this.#le[te];this.#ce[S]=this.#ce[te];const J=this.#ce[te];this.#le[J]=this.#le[te]}this.#ne--;this.#de.push(te)}}}if(this.#ve&&this.#fe?.length){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}return ee}clear(){return this.#Be("delete")}#Be(S){for(const J of this.#Ee({allowStale:true})){const ee=this.#ae[J];if(this.#be(ee)){ee.__abortController.abort(new Error("deleted"))}else{const te=this.#se[J];if(this.#_e){this.#Z?.(ee,te,S)}if(this.#ve){this.#fe?.push([ee,te,S])}}}this.#oe.clear();this.#ae.fill(undefined);this.#se.fill(undefined);if(this.#he&&this.#ge){this.#he.fill(0);this.#ge.fill(0)}if(this.#me){this.#me.fill(0)}this.#ue=0;this.#pe=0;this.#de.length=0;this.#ie=0;this.#ne=0;if(this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}}}J.LRUCache=LRUCache},13296:(S,J,ee)=>{S.exports=function import_(S){return ee(62550)(S)};0&&0},56383:(S,J,ee)=>{J.getModuleName=()=>ee(59590).getModuleName;0&&0},28378:(S,J)=>{"use strict";const ee={chrome:{releases:[["1","2008-12-11","r","w","528"],["2","2009-05-21","r","w","530"],["3","2009-09-15","r","w","532"],["4","2010-01-25","r","w","532.5"],["5","2010-05-25","r","w","533"],["6","2010-09-02","r","w","534.3"],["7","2010-10-19","r","w","534.7"],["8","2010-12-02","r","w","534.10"],["9","2011-02-03","r","w","534.13"],["10","2011-03-08","r","w","534.16"],["11","2011-04-27","r","w","534.24"],["12","2011-06-07","r","w","534.30"],["13","2011-08-02","r","w","535.1"],["14","2011-09-16","r","w","535.1"],["15","2011-10-25","r","w","535.2"],["16","2011-12-13","r","w","535.7"],["17","2012-02-08","r","w","535.11"],["18","2012-03-28","r","w","535.19"],["19","2012-05-15","r","w","536.5"],["20","2012-06-26","r","w","536.10"],["21","2012-07-31","r","w","537.1"],["22","2012-09-25","r","w","537.4"],["23","2012-11-06","r","w","537.11"],["24","2013-01-10","r","w","537.17"],["25","2013-02-21","r","w","537.22"],["26","2013-03-26","r","w","537.31"],["27","2013-05-21","r","w","537.36"],["28","2013-07-09","r","b","28"],["29","2013-08-20","r","b","29"],["30","2013-10-01","r","b","30"],["31","2013-11-12","r","b","31"],["32","2014-01-14","r","b","32"],["33","2014-02-20","r","b","33"],["34","2014-04-08","r","b","34"],["35","2014-05-20","r","b","35"],["36","2014-07-16","r","b","36"],["37","2014-08-26","r","b","37"],["38","2014-10-07","r","b","38"],["39","2014-11-18","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-03","r","b","41"],["42","2015-04-14","r","b","42"],["43","2015-05-19","r","b","43"],["44","2015-07-21","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-13","r","b","46"],["47","2015-12-01","r","b","47"],["48","2016-01-20","r","b","48"],["49","2016-03-02","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-05-25","r","b","51"],["52","2016-07-20","r","b","52"],["53","2016-08-31","r","b","53"],["54","2016-10-12","r","b","54"],["55","2016-12-01","r","b","55"],["56","2017-01-25","r","b","56"],["57","2017-03-09","r","b","57"],["58","2017-04-19","r","b","58"],["59","2017-06-05","r","b","59"],["60","2017-07-25","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-17","r","b","62"],["63","2017-12-06","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-29","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-16","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-23","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-10","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-07","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-18","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"]]},chrome_android:{releases:[["18","2012-06-27","r","w","535.19"],["25","2013-02-27","r","w","537.22"],["26","2013-04-03","r","w","537.31"],["27","2013-05-22","r","w","537.36"],["28","2013-07-10","r","b","28"],["29","2013-08-21","r","b","29"],["30","2013-10-02","r","b","30"],["31","2013-11-14","r","b","31"],["32","2014-01-15","r","b","32"],["33","2014-02-26","r","b","33"],["34","2014-04-02","r","b","34"],["35","2014-05-20","r","b","35"],["36","2014-07-16","r","b","36"],["37","2014-09-03","r","b","37"],["38","2014-10-08","r","b","38"],["39","2014-11-12","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-11","r","b","41"],["42","2015-04-15","r","b","42"],["43","2015-05-27","r","b","43"],["44","2015-07-29","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-14","r","b","46"],["47","2015-12-02","r","b","47"],["48","2016-01-26","r","b","48"],["49","2016-03-09","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-06-08","r","b","51"],["52","2016-07-27","r","b","52"],["53","2016-09-07","r","b","53"],["54","2016-10-19","r","b","54"],["55","2016-12-06","r","b","55"],["56","2017-02-01","r","b","56"],["57","2017-03-16","r","b","57"],["58","2017-04-25","r","b","58"],["59","2017-06-06","r","b","59"],["60","2017-08-01","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-24","r","b","62"],["63","2017-12-05","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-31","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-17","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-24","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-17","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-07","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"]]},edge:{releases:[["12","2015-07-29","r",null,"12"],["13","2015-11-12","r",null,"13"],["14","2016-08-02","r",null,"14"],["15","2017-04-05","r",null,"15"],["16","2017-10-17","r",null,"16"],["17","2018-04-30","r",null,"17"],["18","2018-10-02","r",null,"18"],["79","2020-01-15","r","b","79"],["80","2020-02-07","r","b","80"],["81","2020-04-13","r","b","81"],["83","2020-05-21","r","b","83"],["84","2020-07-16","r","b","84"],["85","2020-08-27","r","b","85"],["86","2020-10-09","r","b","86"],["87","2020-11-19","r","b","87"],["88","2021-01-21","r","b","88"],["89","2021-03-04","r","b","89"],["90","2021-04-15","r","b","90"],["91","2021-05-27","r","b","91"],["92","2021-07-22","r","b","92"],["93","2021-09-02","r","b","93"],["94","2021-09-24","r","b","94"],["95","2021-10-21","r","b","95"],["96","2021-11-19","r","b","96"],["97","2022-01-06","r","b","97"],["98","2022-02-03","r","b","98"],["99","2022-03-03","r","b","99"],["100","2022-04-01","r","b","100"],["101","2022-04-28","r","b","101"],["102","2022-05-31","r","b","102"],["103","2022-06-23","r","b","103"],["104","2022-08-05","r","b","104"],["105","2022-09-01","r","b","105"],["106","2022-10-03","r","b","106"],["107","2022-10-27","r","b","107"],["108","2022-12-05","r","b","108"],["109","2023-01-12","r","b","109"],["110","2023-02-09","r","b","110"],["111","2023-03-13","r","b","111"],["112","2023-04-06","r","b","112"],["113","2023-05-05","r","b","113"],["114","2023-06-02","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-21","r","b","116"],["117","2023-09-15","r","b","117"],["118","2023-10-13","r","b","118"],["119","2023-11-02","r","b","119"],["120","2023-12-07","r","b","120"],["121","2024-01-25","r","b","121"],["122","2024-02-23","r","b","122"],["123","2024-03-22","r","b","123"],["124","2024-04-18","r","b","124"],["125","2024-05-17","r","b","125"],["126","2024-06-13","r","b","126"],["127","2024-07-25","r","b","127"],["128","2024-08-22","r","b","128"],["129","2024-09-19","r","b","129"],["130","2024-10-17","r","b","130"],["131","2024-11-14","r","b","131"],["132","2025-01-17","r","b","132"],["133","2025-02-06","r","b","133"],["134","2025-03-06","r","b","134"],["135","2025-04-04","r","b","135"],["136","2025-05-01","r","b","136"],["137","2025-05-29","r","b","137"],["138","2025-06-26","r","b","138"],["139","2025-08-07","r","b","139"],["140","2025-09-05","r","b","140"],["141","2025-10-03","r","b","141"],["142","2025-10-31","r","b","142"],["143","2025-12-05","r","b","143"],["144","2026-01-21","r","b","144"],["145","2026-02-14","r","b","145"],["146","2026-03-13","c","b","146"],["147","2026-04-09","b","b","147"],["148","2026-05-07","n","b","148"],["149","2026-06-04","p","b","149"]]},firefox:{releases:[["1","2004-11-09","r","g","1.7"],["2","2006-10-24","r","g","1.8.1"],["3","2008-06-17","r","g","1.9"],["4","2011-03-22","r","g","2"],["5","2011-06-21","r","g","5"],["6","2011-08-16","r","g","6"],["7","2011-09-27","r","g","7"],["8","2011-11-08","r","g","8"],["9","2011-12-20","r","g","9"],["10","2012-01-31","r","g","10"],["11","2012-03-13","r","g","11"],["12","2012-04-24","r","g","12"],["13","2012-06-05","r","g","13"],["14","2012-07-17","r","g","14"],["15","2012-08-28","r","g","15"],["16","2012-10-09","r","g","16"],["17","2012-11-20","r","g","17"],["18","2013-01-08","r","g","18"],["19","2013-02-19","r","g","19"],["20","2013-04-02","r","g","20"],["21","2013-05-14","r","g","21"],["22","2013-06-25","r","g","22"],["23","2013-08-06","r","g","23"],["24","2013-09-17","r","g","24"],["25","2013-10-29","r","g","25"],["26","2013-12-10","r","g","26"],["27","2014-02-04","r","g","27"],["28","2014-03-18","r","g","28"],["29","2014-04-29","r","g","29"],["30","2014-06-10","r","g","30"],["31","2014-07-22","r","g","31"],["32","2014-09-02","r","g","32"],["33","2014-10-14","r","g","33"],["34","2014-12-01","r","g","34"],["35","2015-01-13","r","g","35"],["36","2015-02-24","r","g","36"],["37","2015-03-31","r","g","37"],["38","2015-05-12","r","g","38"],["39","2015-07-02","r","g","39"],["40","2015-08-11","r","g","40"],["41","2015-09-22","r","g","41"],["42","2015-11-03","r","g","42"],["43","2015-12-15","r","g","43"],["44","2016-01-26","r","g","44"],["45","2016-03-08","r","g","45"],["46","2016-04-26","r","g","46"],["47","2016-06-07","r","g","47"],["48","2016-08-02","r","g","48"],["49","2016-09-20","r","g","49"],["50","2016-11-15","r","g","50"],["51","2017-01-24","r","g","51"],["52","2017-03-07","r","g","52"],["53","2017-04-19","r","g","53"],["54","2017-06-13","r","g","54"],["55","2017-08-08","r","g","55"],["56","2017-09-28","r","g","56"],["57","2017-11-14","r","g","57"],["58","2018-01-23","r","g","58"],["59","2018-03-13","r","g","59"],["60","2018-05-09","r","g","60"],["61","2018-06-26","r","g","61"],["62","2018-09-05","r","g","62"],["63","2018-10-23","r","g","63"],["64","2018-12-11","r","g","64"],["65","2019-01-29","r","g","65"],["66","2019-03-19","r","g","66"],["67","2019-05-21","r","g","67"],["68","2019-07-09","r","g","68"],["69","2019-09-03","r","g","69"],["70","2019-10-22","r","g","70"],["71","2019-12-10","r","g","71"],["72","2020-01-07","r","g","72"],["73","2020-02-11","r","g","73"],["74","2020-03-10","r","g","74"],["75","2020-04-07","r","g","75"],["76","2020-05-05","r","g","76"],["77","2020-06-02","r","g","77"],["78","2020-06-30","r","g","78"],["79","2020-07-28","r","g","79"],["80","2020-08-25","r","g","80"],["81","2020-09-22","r","g","81"],["82","2020-10-20","r","g","82"],["83","2020-11-17","r","g","83"],["84","2020-12-15","r","g","84"],["85","2021-01-26","r","g","85"],["86","2021-02-23","r","g","86"],["87","2021-03-23","r","g","87"],["88","2021-04-19","r","g","88"],["89","2021-06-01","r","g","89"],["90","2021-07-13","r","g","90"],["91","2021-08-10","r","g","91"],["92","2021-09-07","r","g","92"],["93","2021-10-05","r","g","93"],["94","2021-11-02","r","g","94"],["95","2021-12-07","r","g","95"],["96","2022-01-11","r","g","96"],["97","2022-02-08","r","g","97"],["98","2022-03-08","r","g","98"],["99","2022-04-05","r","g","99"],["100","2022-05-03","r","g","100"],["101","2022-05-31","r","g","101"],["102","2022-06-28","r","g","102"],["103","2022-07-26","r","g","103"],["104","2022-08-23","r","g","104"],["105","2022-09-20","r","g","105"],["106","2022-10-18","r","g","106"],["107","2022-11-15","r","g","107"],["108","2022-12-13","r","g","108"],["109","2023-01-17","r","g","109"],["110","2023-02-14","r","g","110"],["111","2023-03-14","r","g","111"],["112","2023-04-11","r","g","112"],["113","2023-05-09","r","g","113"],["114","2023-06-06","r","g","114"],["115","2023-07-04","r","g","115"],["116","2023-08-01","r","g","116"],["117","2023-08-29","r","g","117"],["118","2023-09-26","r","g","118"],["119","2023-10-24","r","g","119"],["120","2023-11-21","r","g","120"],["121","2023-12-19","r","g","121"],["122","2024-01-23","r","g","122"],["123","2024-02-20","r","g","123"],["124","2024-03-19","r","g","124"],["125","2024-04-16","r","g","125"],["126","2024-05-14","r","g","126"],["127","2024-06-11","r","g","127"],["128","2024-07-09","r","g","128"],["129","2024-08-06","r","g","129"],["130","2024-09-03","r","g","130"],["131","2024-10-01","r","g","131"],["132","2024-10-29","r","g","132"],["133","2024-11-26","r","g","133"],["134","2025-01-07","r","g","134"],["135","2025-02-04","r","g","135"],["136","2025-03-04","r","g","136"],["137","2025-04-01","r","g","137"],["138","2025-04-29","r","g","138"],["139","2025-05-27","r","g","139"],["140","2025-06-24","e","g","140"],["141","2025-07-22","r","g","141"],["142","2025-08-19","r","g","142"],["143","2025-09-16","r","g","143"],["144","2025-10-14","r","g","144"],["145","2025-11-11","r","g","145"],["146","2025-12-09","r","g","146"],["147","2026-01-13","r","g","147"],["148","2026-02-24","r","g","148"],["149","2026-03-24","c","g","149"],["150","2026-04-21","b","g","150"],["151","2026-05-19","n","g","151"],["152","2026-06-16","p","g","152"],["1.5","2005-11-29","r","g","1.8"],["3.5","2009-06-30","r","g","1.9.1"],["3.6","2010-01-21","r","g","1.9.2"]]},firefox_android:{releases:[["4","2011-03-29","r","g","2"],["5","2011-06-21","r","g","5"],["6","2011-08-16","r","g","6"],["7","2011-09-27","r","g","7"],["8","2011-11-08","r","g","8"],["9","2011-12-21","r","g","9"],["10","2012-01-31","r","g","10"],["14","2012-06-26","r","g","14"],["15","2012-08-28","r","g","15"],["16","2012-10-09","r","g","16"],["17","2012-11-20","r","g","17"],["18","2013-01-08","r","g","18"],["19","2013-02-19","r","g","19"],["20","2013-04-02","r","g","20"],["21","2013-05-14","r","g","21"],["22","2013-06-25","r","g","22"],["23","2013-08-06","r","g","23"],["24","2013-09-17","r","g","24"],["25","2013-10-29","r","g","25"],["26","2013-12-10","r","g","26"],["27","2014-02-04","r","g","27"],["28","2014-03-18","r","g","28"],["29","2014-04-29","r","g","29"],["30","2014-06-10","r","g","30"],["31","2014-07-22","r","g","31"],["32","2014-09-02","r","g","32"],["33","2014-10-14","r","g","33"],["34","2014-12-01","r","g","34"],["35","2015-01-13","r","g","35"],["36","2015-02-27","r","g","36"],["37","2015-03-31","r","g","37"],["38","2015-05-12","r","g","38"],["39","2015-07-02","r","g","39"],["40","2015-08-11","r","g","40"],["41","2015-09-22","r","g","41"],["42","2015-11-03","r","g","42"],["43","2015-12-15","r","g","43"],["44","2016-01-26","r","g","44"],["45","2016-03-08","r","g","45"],["46","2016-04-26","r","g","46"],["47","2016-06-07","r","g","47"],["48","2016-08-02","r","g","48"],["49","2016-09-20","r","g","49"],["50","2016-11-15","r","g","50"],["51","2017-01-24","r","g","51"],["52","2017-03-07","r","g","52"],["53","2017-04-19","r","g","53"],["54","2017-06-13","r","g","54"],["55","2017-08-08","r","g","55"],["56","2017-09-28","r","g","56"],["57","2017-11-28","r","g","57"],["58","2018-01-22","r","g","58"],["59","2018-03-13","r","g","59"],["60","2018-05-09","r","g","60"],["61","2018-06-26","r","g","61"],["62","2018-09-05","r","g","62"],["63","2018-10-23","r","g","63"],["64","2018-12-11","r","g","64"],["65","2019-01-29","r","g","65"],["66","2019-03-19","r","g","66"],["67","2019-05-21","r","g","67"],["68","2019-07-09","r","g","68"],["79","2020-07-28","r","g","79"],["80","2020-08-31","r","g","80"],["81","2020-09-22","r","g","81"],["82","2020-10-20","r","g","82"],["83","2020-11-17","r","g","83"],["84","2020-12-15","r","g","84"],["85","2021-01-26","r","g","85"],["86","2021-02-23","r","g","86"],["87","2021-03-23","r","g","87"],["88","2021-04-19","r","g","88"],["89","2021-06-01","r","g","89"],["90","2021-07-13","r","g","90"],["91","2021-08-10","r","g","91"],["92","2021-09-07","r","g","92"],["93","2021-10-05","r","g","93"],["94","2021-11-02","r","g","94"],["95","2021-12-07","r","g","95"],["96","2022-01-11","r","g","96"],["97","2022-02-08","r","g","97"],["98","2022-03-08","r","g","98"],["99","2022-04-05","r","g","99"],["100","2022-05-03","r","g","100"],["101","2022-05-31","r","g","101"],["102","2022-06-28","r","g","102"],["103","2022-07-26","r","g","103"],["104","2022-08-23","r","g","104"],["105","2022-09-20","r","g","105"],["106","2022-10-18","r","g","106"],["107","2022-11-15","r","g","107"],["108","2022-12-13","r","g","108"],["109","2023-01-17","r","g","109"],["110","2023-02-14","r","g","110"],["111","2023-03-14","r","g","111"],["112","2023-04-11","r","g","112"],["113","2023-05-09","r","g","113"],["114","2023-06-06","r","g","114"],["115","2023-07-04","r","g","115"],["116","2023-08-01","r","g","116"],["117","2023-08-29","r","g","117"],["118","2023-09-26","r","g","118"],["119","2023-10-24","r","g","119"],["120","2023-11-21","r","g","120"],["121","2023-12-19","r","g","121"],["122","2024-01-23","r","g","122"],["123","2024-02-20","r","g","123"],["124","2024-03-19","r","g","124"],["125","2024-04-16","r","g","125"],["126","2024-05-14","r","g","126"],["127","2024-06-11","r","g","127"],["128","2024-07-09","r","g","128"],["129","2024-08-06","r","g","129"],["130","2024-09-03","r","g","130"],["131","2024-10-01","r","g","131"],["132","2024-10-29","r","g","132"],["133","2024-11-26","r","g","133"],["134","2025-01-07","r","g","134"],["135","2025-02-04","r","g","135"],["136","2025-03-04","r","g","136"],["137","2025-04-01","r","g","137"],["138","2025-04-29","r","g","138"],["139","2025-05-27","r","g","139"],["140","2025-06-24","e","g","140"],["141","2025-07-22","r","g","141"],["142","2025-08-19","r","g","142"],["143","2025-09-16","r","g","143"],["144","2025-10-14","r","g","144"],["145","2025-11-11","r","g","145"],["146","2025-12-09","r","g","146"],["147","2026-01-13","r","g","147"],["148","2026-02-24","r","g","148"],["149","2026-03-24","c","g","149"],["150","2026-04-21","b","g","150"],["151","2026-05-19","n","g","151"],["152","2026-06-16","p","g","152"]]},opera:{releases:[["2","1996-07-14","r",null,null],["3","1997-12-01","r",null,null],["4","2000-06-28","r",null,null],["5","2000-12-06","r",null,null],["6","2001-12-18","r",null,null],["7","2003-01-28","r","p","1"],["8","2005-04-19","r","p","1"],["9","2006-06-20","r","p","2"],["10","2009-09-01","r","p","2.2"],["11","2010-12-16","r","p","2.7"],["12","2012-06-14","r","p","2.10"],["15","2013-07-02","r","b","28"],["16","2013-08-27","r","b","29"],["17","2013-10-08","r","b","30"],["18","2013-11-19","r","b","31"],["19","2014-01-28","r","b","32"],["20","2014-03-04","r","b","33"],["21","2014-05-06","r","b","34"],["22","2014-06-03","r","b","35"],["23","2014-07-22","r","b","36"],["24","2014-09-02","r","b","37"],["25","2014-10-15","r","b","38"],["26","2014-12-03","r","b","39"],["27","2015-01-27","r","b","40"],["28","2015-03-10","r","b","41"],["29","2015-04-28","r","b","42"],["30","2015-06-09","r","b","43"],["31","2015-08-04","r","b","44"],["32","2015-09-15","r","b","45"],["33","2015-10-27","r","b","46"],["34","2015-12-08","r","b","47"],["35","2016-02-02","r","b","48"],["36","2016-03-15","r","b","49"],["37","2016-05-04","r","b","50"],["38","2016-06-08","r","b","51"],["39","2016-08-02","r","b","52"],["40","2016-09-20","r","b","53"],["41","2016-10-25","r","b","54"],["42","2016-12-13","r","b","55"],["43","2017-02-07","r","b","56"],["44","2017-03-21","r","b","57"],["45","2017-05-10","r","b","58"],["46","2017-06-22","r","b","59"],["47","2017-08-09","r","b","60"],["48","2017-09-27","r","b","61"],["49","2017-11-08","r","b","62"],["50","2018-01-04","r","b","63"],["51","2018-02-07","r","b","64"],["52","2018-03-22","r","b","65"],["53","2018-05-10","r","b","66"],["54","2018-06-28","r","b","67"],["55","2018-08-16","r","b","68"],["56","2018-09-25","r","b","69"],["57","2018-11-28","r","b","70"],["58","2019-01-23","r","b","71"],["60","2019-04-09","r","b","73"],["62","2019-06-27","r","b","75"],["63","2019-08-20","r","b","76"],["64","2019-10-07","r","b","77"],["65","2019-11-13","r","b","78"],["66","2020-01-07","r","b","79"],["67","2020-03-03","r","b","80"],["68","2020-04-22","r","b","81"],["69","2020-06-24","r","b","83"],["70","2020-07-27","r","b","84"],["71","2020-09-15","r","b","85"],["72","2020-10-21","r","b","86"],["73","2020-12-09","r","b","87"],["74","2021-02-02","r","b","88"],["75","2021-03-24","r","b","89"],["76","2021-04-28","r","b","90"],["77","2021-06-09","r","b","91"],["78","2021-08-03","r","b","92"],["79","2021-09-14","r","b","93"],["80","2021-10-05","r","b","94"],["81","2021-11-04","r","b","95"],["82","2021-12-02","r","b","96"],["83","2022-01-19","r","b","97"],["84","2022-02-16","r","b","98"],["85","2022-03-23","r","b","99"],["86","2022-04-20","r","b","100"],["87","2022-05-17","r","b","101"],["88","2022-06-08","r","b","102"],["89","2022-07-07","r","b","103"],["90","2022-08-18","r","b","104"],["91","2022-09-14","r","b","105"],["92","2022-10-19","r","b","106"],["93","2022-11-17","r","b","107"],["94","2022-12-15","r","b","108"],["95","2023-02-01","r","b","109"],["96","2023-02-22","r","b","110"],["97","2023-03-22","r","b","111"],["98","2023-04-20","r","b","112"],["99","2023-05-16","r","b","113"],["100","2023-06-29","r","b","114"],["101","2023-07-26","r","b","115"],["102","2023-08-23","r","b","116"],["103","2023-10-03","r","b","117"],["104","2023-10-23","r","b","118"],["105","2023-11-14","r","b","119"],["106","2023-12-19","r","b","120"],["107","2024-02-07","r","b","121"],["108","2024-03-05","r","b","122"],["109","2024-03-27","r","b","123"],["110","2024-05-14","r","b","124"],["111","2024-06-12","r","b","125"],["112","2024-07-11","r","b","126"],["113","2024-08-22","r","b","127"],["114","2024-09-25","r","b","128"],["115","2024-11-27","r","b","130"],["116","2025-01-08","r","b","131"],["117","2025-02-13","r","b","132"],["118","2025-04-15","r","b","133"],["119","2025-05-13","r","b","134"],["120","2025-07-02","r","b","135"],["121","2025-08-27","r","b","137"],["122","2025-09-11","r","b","138"],["123","2025-10-28","c","b","139"],["124",null,"b","b","140"],["125",null,"n","b","141"],["10.1","2009-11-23","r","p","2.2"],["10.5","2010-03-02","r","p","2.5"],["10.6","2010-07-01","r","p","2.6"],["11.1","2011-04-12","r","p","2.8"],["11.5","2011-06-28","r","p","2.9"],["11.6","2011-12-06","r","p","2.10"],["12.1","2012-11-20","r","p","2.12"],["3.5","1998-11-18","r",null,null],["3.6","1999-05-06","r",null,null],["5.1","2001-04-10","r",null,null],["7.1","2003-04-11","r","p","1"],["7.2","2003-09-23","r","p","1"],["7.5","2004-05-12","r","p","1"],["8.5","2005-09-20","r","p","1"],["9.1","2006-12-18","r","p","2"],["9.2","2007-04-11","r","p","2"],["9.5","2008-06-12","r","p","2.1"],["9.6","2008-10-08","r","p","2.1"]]},opera_android:{releases:[["11","2011-03-22","r","p","2.7"],["12","2012-02-25","r","p","2.10"],["14","2013-05-21","r","w","537.31"],["15","2013-07-08","r","b","28"],["16","2013-09-18","r","b","29"],["18","2013-11-20","r","b","31"],["19","2014-01-28","r","b","32"],["20","2014-03-06","r","b","33"],["21","2014-04-22","r","b","34"],["22","2014-06-17","r","b","35"],["24","2014-09-10","r","b","37"],["25","2014-10-16","r","b","38"],["26","2014-12-02","r","b","39"],["27","2015-01-29","r","b","40"],["28","2015-03-10","r","b","41"],["29","2015-04-28","r","b","42"],["30","2015-06-10","r","b","43"],["32","2015-09-23","r","b","45"],["33","2015-11-03","r","b","46"],["34","2015-12-16","r","b","47"],["35","2016-02-04","r","b","48"],["36","2016-03-31","r","b","49"],["37","2016-06-16","r","b","50"],["41","2016-10-25","r","b","54"],["42","2017-01-21","r","b","55"],["43","2017-09-27","r","b","59"],["44","2017-12-11","r","b","60"],["45","2018-02-15","r","b","61"],["46","2018-05-14","r","b","63"],["47","2018-07-23","r","b","66"],["48","2018-11-08","r","b","69"],["49","2018-12-07","r","b","70"],["50","2019-02-18","r","b","71"],["51","2019-03-21","r","b","72"],["52","2019-05-17","r","b","73"],["53","2019-07-11","r","b","74"],["54","2019-10-18","r","b","76"],["55","2019-12-03","r","b","77"],["56","2020-02-06","r","b","78"],["57","2020-03-30","r","b","80"],["58","2020-05-13","r","b","81"],["59","2020-06-30","r","b","83"],["60","2020-09-23","r","b","85"],["61","2020-12-07","r","b","86"],["62","2021-02-16","r","b","87"],["63","2021-04-16","r","b","89"],["64","2021-05-25","r","b","91"],["65","2021-10-20","r","b","92"],["66","2021-12-15","r","b","94"],["67","2022-01-31","r","b","96"],["68","2022-03-30","r","b","99"],["69","2022-05-09","r","b","100"],["70","2022-06-29","r","b","102"],["71","2022-09-16","r","b","104"],["72","2022-10-21","r","b","106"],["73","2023-01-17","r","b","108"],["74","2023-03-13","r","b","110"],["75","2023-05-17","r","b","112"],["76","2023-06-26","r","b","114"],["77","2023-08-31","r","b","115"],["78","2023-10-23","r","b","117"],["79","2023-12-06","r","b","119"],["80","2024-01-25","r","b","120"],["81","2024-03-14","r","b","122"],["82","2024-05-02","r","b","124"],["83","2024-06-25","r","b","126"],["84","2024-08-26","r","b","127"],["85","2024-10-29","r","b","128"],["86","2024-12-02","r","b","130"],["87","2025-01-22","r","b","132"],["88","2025-03-19","r","b","134"],["89","2025-04-29","r","b","135"],["90","2025-06-18","r","b","137"],["91","2025-08-19","r","b","139"],["92","2025-10-08","r","b","140"],["93","2025-11-25","r","b","142"],["94","2026-01-13","r","b","143"],["95","2026-02-11","r","b","144"],["96","2026-03-10","c","b","145"],["10.1","2010-11-09","r","p","2.5"],["11.1","2011-06-30","r","p","2.8"],["11.5","2011-10-12","r","p","2.9"],["12.1","2012-10-09","r","p","2.11"]]},safari:{releases:[["1","2003-06-23","r","w","85"],["2","2005-04-29","r","w","412"],["3","2007-10-26","r","w","523.10"],["4","2009-06-08","r","w","530.17"],["5","2010-06-07","r","w","533.16"],["6","2012-07-25","r","w","536.25"],["7","2013-10-22","r","w","537.71"],["8","2014-10-16","r","w","538.35"],["9","2015-09-30","r","w","601.1.56"],["10","2016-09-20","r","w","602.1.50"],["11","2017-09-19","r","w","604.2.4"],["12","2018-09-17","r","w","606.1.36"],["13","2019-09-19","r","w","608.2.11"],["14","2020-09-16","r","w","610.1.28"],["15","2021-09-20","r","w","612.1.27"],["16","2022-09-12","r","w","614.1.25"],["17","2023-09-18","r","w","616.1.27"],["18","2024-09-16","r","w","619.1.26"],["26","2025-09-15","r","w","622.1.22"],["1.1","2003-10-24","r","w","100"],["1.2","2004-02-02","r","w","125"],["1.3","2005-04-15","r","w","312"],["10.1","2017-03-27","r","w","603.2.1"],["11.1","2018-04-12","r","w","605.1.33"],["12.1","2019-03-25","r","w","607.1.40"],["13.1","2020-03-24","r","w","609.1.20"],["14.1","2021-04-26","r","w","611.1.21"],["15.1","2021-10-25","r","w","612.2.9"],["15.2","2021-12-13","r","w","612.3.6"],["15.3","2022-01-26","r","w","612.4.9"],["15.4","2022-03-14","r","w","613.1.17"],["15.5","2022-05-16","r","w","613.2.7"],["15.6","2022-07-20","r","w","613.3.9"],["16.1","2022-10-24","r","w","614.2.9"],["16.2","2022-12-13","r","w","614.3.7"],["16.3","2023-01-23","r","w","614.4.6"],["16.4","2023-03-27","r","w","615.1.26"],["16.5","2023-05-18","r","w","615.2.9"],["16.6","2023-07-24","r","w","615.3.12"],["17.1","2023-10-25","r","w","616.2.9"],["17.2","2023-12-11","r","w","617.1.17"],["17.3","2024-01-22","r","w","617.2.4"],["17.4","2024-03-05","r","w","618.1.15"],["17.5","2024-05-13","r","w","618.2.12"],["17.6","2024-07-29","r","w","618.3.11"],["18.1","2024-10-28","r","w","619.2.8"],["18.2","2024-12-11","r","w","620.1.16"],["18.3","2025-01-27","r","w","620.2.4"],["18.4","2025-03-31","r","w","621.1.15"],["18.5","2025-05-12","r","w","621.2.5"],["18.6","2025-07-29","r","w","621.3.11"],["26.1","2025-11-03","r","w","622.2.11"],["26.2","2025-12-12","r","w","623.1.14"],["26.3","2026-02-11","r","w","623.2.7"],["26.4","2026-03-24","c","w","624.1.16"],["3.1","2008-03-18","r","w","525.13"],["5.1","2011-07-20","r","w","534.48"],["9.1","2016-03-21","r","w","601.5.17"]]},safari_ios:{releases:[["1","2007-06-29","r","w","522.11"],["2","2008-07-11","r","w","525.18"],["3","2009-06-17","r","w","528.18"],["4","2010-06-21","r","w","532.9"],["5","2011-10-12","r","w","534.46"],["6","2012-09-10","r","w","536.26"],["7","2013-09-18","r","w","537.51"],["8","2014-09-17","r","w","600.1.4"],["9","2015-09-16","r","w","601.1.56"],["10","2016-09-13","r","w","602.1.50"],["11","2017-09-19","r","w","604.2.4"],["12","2018-09-17","r","w","606.1.36"],["13","2019-09-19","r","w","608.2.11"],["14","2020-09-16","r","w","610.1.28"],["15","2021-09-20","r","w","612.1.27"],["16","2022-09-12","r","w","614.1.25"],["17","2023-09-18","r","w","616.1.27"],["18","2024-09-16","r","w","619.1.26"],["26","2025-09-15","r","w","622.1.22"],["10.3","2017-03-27","r","w","603.2.1"],["11.3","2018-03-29","r","w","605.1.33"],["12.2","2019-03-25","r","w","607.1.40"],["13.4","2020-03-24","r","w","609.1.20"],["14.5","2021-04-26","r","w","611.1.21"],["15.1","2021-10-25","r","w","612.2.9"],["15.2","2021-12-13","r","w","612.3.6"],["15.3","2022-01-26","r","w","612.4.9"],["15.4","2022-03-14","r","w","613.1.17"],["15.5","2022-05-16","r","w","613.2.7"],["15.6","2022-07-20","r","w","613.3.9"],["16.1","2022-10-24","r","w","614.2.9"],["16.2","2022-12-13","r","w","614.3.7"],["16.3","2023-01-23","r","w","614.4.6"],["16.4","2023-03-27","r","w","615.1.26"],["16.5","2023-05-18","r","w","615.2.9"],["16.6","2023-07-24","r","w","615.3.12"],["17.1","2023-10-25","r","w","616.2.9"],["17.2","2023-12-11","r","w","617.1.17"],["17.3","2024-01-22","r","w","617.2.4"],["17.4","2024-03-05","r","w","618.1.15"],["17.5","2024-05-13","r","w","618.2.12"],["17.6","2024-07-29","r","w","618.3.11"],["18.1","2024-10-28","r","w","619.2.8"],["18.2","2024-12-11","r","w","620.1.16"],["18.3","2025-01-27","r","w","620.2.4"],["18.4","2025-03-31","r","w","621.1.15"],["18.5","2025-05-12","r","w","621.2.5"],["18.6","2025-07-29","r","w","621.3.11"],["26.1","2025-11-03","r","w","622.2.11"],["26.2","2025-12-12","r","w","623.1.14"],["26.3","2026-02-11","r","w","623.2.7"],["26.4","2026-03-24","c","w","624.1.16"],["3.2","2010-04-03","r","w","531.21"],["4.2","2010-11-22","r","w","533.17"],["9.3","2016-03-21","r","w","601.5.17"]]},samsunginternet_android:{releases:[["1.0","2013-04-27","r","w","535.19"],["1.5","2013-09-25","r","b","28"],["1.6","2014-04-11","r","b","28"],["10.0","2019-08-22","r","b","71"],["10.2","2019-10-09","r","b","71"],["11.0","2019-12-05","r","b","75"],["11.2","2020-03-22","r","b","75"],["12.0","2020-06-19","r","b","79"],["12.1","2020-07-07","r","b","79"],["13.0","2020-12-02","r","b","83"],["13.2","2021-01-20","r","b","83"],["14.0","2021-04-17","r","b","87"],["14.2","2021-06-25","r","b","87"],["15.0","2021-08-13","r","b","90"],["16.0","2021-11-25","r","b","92"],["16.2","2022-03-06","r","b","92"],["17.0","2022-05-04","r","b","96"],["18.0","2022-08-08","r","b","99"],["18.1","2022-09-09","r","b","99"],["19.0","2022-11-01","r","b","102"],["19.1","2022-11-08","r","b","102"],["2.0","2014-10-17","r","b","34"],["2.1","2015-01-07","r","b","34"],["20.0","2023-02-10","r","b","106"],["21.0","2023-05-19","r","b","110"],["22.0","2023-07-14","r","b","111"],["23.0","2023-10-18","r","b","115"],["24.0","2024-01-25","r","b","117"],["25.0","2024-04-24","r","b","121"],["26.0","2024-06-07","r","b","122"],["27.0","2024-11-06","r","b","125"],["28.0","2025-04-02","r","b","130"],["29.0","2025-10-25","c","b","136"],["3.0","2015-04-10","r","b","38"],["3.2","2015-08-24","r","b","38"],["4.0","2016-03-11","r","b","44"],["4.2","2016-08-02","r","b","44"],["5.0","2016-12-15","r","b","51"],["5.2","2017-04-21","r","b","51"],["5.4","2017-05-17","r","b","51"],["6.0","2017-08-23","r","b","56"],["6.2","2017-10-26","r","b","56"],["6.4","2018-02-19","r","b","56"],["7.0","2018-03-16","r","b","59"],["7.2","2018-06-20","r","b","59"],["7.4","2018-09-12","r","b","59"],["8.0","2018-07-18","r","b","63"],["8.2","2018-12-21","r","b","63"],["9.0","2018-09-15","r","b","67"],["9.2","2019-04-02","r","b","67"],["9.4","2019-07-25","r","b","67"]]},webview_android:{releases:[["1","2008-09-23","r","w","523.12"],["2","2009-10-26","r","w","530.17"],["3","2011-02-22","r","w","534.13"],["4","2011-10-18","r","w","534.30"],["37","2014-09-03","r","b","37"],["38","2014-10-08","r","b","38"],["39","2014-11-12","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-11","r","b","41"],["42","2015-04-15","r","b","42"],["43","2015-05-27","r","b","43"],["44","2015-07-29","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-14","r","b","46"],["47","2015-12-02","r","b","47"],["48","2016-01-26","r","b","48"],["49","2016-03-09","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-06-08","r","b","51"],["52","2016-07-27","r","b","52"],["53","2016-09-07","r","b","53"],["54","2016-10-19","r","b","54"],["55","2016-12-06","r","b","55"],["56","2017-02-01","r","b","56"],["57","2017-03-16","r","b","57"],["58","2017-04-25","r","b","58"],["59","2017-06-06","r","b","59"],["60","2017-08-01","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-24","r","b","62"],["63","2017-12-05","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-31","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-17","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-24","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-17","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-01","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"],["1.5","2009-04-27","r","w","525.20"],["2.2","2010-05-20","r","w","533.1"],["4.4","2013-12-09","r","b","30"],["4.4.3","2014-06-02","r","b","33"]]}},te={ya_android:{releases:[["1.0","u","u","b","25"],["1.5","u","u","b","22"],["1.6","u","u","b","25"],["1.7","u","u","b","25"],["1.20","u","u","b","25"],["2.5","u","u","b","25"],["3.2","u","u","b","25"],["4.6","u","u","b","25"],["5.3","u","u","b","25"],["5.4","u","u","b","25"],["7.4","u","u","b","25"],["9.6","u","u","b","25"],["10.5","u","u","b","25"],["11.4","u","u","b","25"],["11.5","u","u","b","25"],["12.7","u","u","b","25"],["13.9","u","u","b","28"],["13.10","u","u","b","28"],["13.11","u","u","b","28"],["13.12","u","u","b","30"],["14.2","u","u","b","32"],["14.4","u","u","b","33"],["14.5","u","u","b","34"],["14.7","u","u","b","35"],["14.8","u","u","b","36"],["14.10","u","u","b","37"],["14.12","u","u","b","38"],["15.2","u","u","b","40"],["15.4","u","u","b","41"],["15.6","u","u","b","42"],["15.7","u","u","b","43"],["15.9","u","u","b","44"],["15.10","u","u","b","45"],["15.12","u","u","b","46"],["16.2","u","u","b","47"],["16.3","u","u","b","47"],["16.4","u","u","b","49"],["16.6","u","u","b","50"],["16.7","u","u","b","51"],["16.9","u","u","b","52"],["16.10","u","u","b","53"],["16.11","u","u","b","54"],["17.1","u","u","b","55"],["17.3","u","u","b","56"],["17.4","u","u","b","57"],["17.6","u","u","b","58"],["17.7","u","u","b","59"],["17.9","u","u","b","60"],["17.10","u","u","b","61"],["17.11","u","u","b","62"],["18.1","u","u","b","63"],["18.2","u","u","b","63"],["18.3","u","u","b","64"],["18.4","u","u","b","65"],["18.6","u","u","b","66"],["18.7","u","u","b","67"],["18.9","u","u","b","68"],["18.10","u","u","b","69"],["18.11","u","u","b","70"],["19.1","u","u","b","71"],["19.3","u","u","b","72"],["19.4","u","u","b","73"],["19.5","u","u","b","75"],["19.6","u","u","b","75"],["19.7","u","u","b","75"],["19.9","u","u","b","76"],["19.10","u","u","b","77"],["19.11","u","u","b","78"],["19.12","u","u","b","78"],["20.2","u","u","b","79"],["20.3","u","u","b","80"],["20.4","u","u","b","81"],["20.6","u","u","b","81"],["20.7","u","u","b","83"],["20.8","2020-09-02","u","b","84"],["20.9","2020-09-27","u","b","85"],["20.11","2020-11-11","u","b","86"],["20.12","2020-12-20","u","b","87"],["21.1","2021-12-31","u","b","88"],["21.2","u","u","b","88"],["21.3","2021-04-04","u","b","89"],["21.5","u","u","b","90"],["21.6","2021-09-28","u","b","91"],["21.8","2021-09-28","u","b","92"],["21.9","2021-09-29","u","b","93"],["21.11","2021-10-29","u","b","94"],["22.1","2021-12-31","u","b","96"],["22.3","2022-03-25","u","b","98"],["22.4","u","u","b","92"],["22.5","2022-05-20","u","b","100"],["22.7","2022-07-07","u","b","102"],["22.8","u","u","b","104"],["22.9","2022-08-27","u","b","104"],["22.11","2022-11-11","u","b","106"],["23.1","2023-01-10","u","b","108"],["23.3","2023-03-26","u","b","110"],["23.5","2023-05-19","u","b","112"],["23.7","2023-07-06","u","b","114"],["23.9","2023-09-13","u","b","116"],["23.11","2023-11-15","u","b","118"],["24.1","2024-01-18","u","b","120"],["24.2","2024-03-25","u","b","120"],["24.4","2024-03-27","u","b","122"],["24.6","2024-06-04","u","b","124"],["24.7","2024-07-18","u","b","126"],["24.9","2024-10-01","u","b","126"],["24.10","2024-10-11","u","b","128"],["24.12","2024-11-30","u","b","130"],["25.2","2025-04-24","u","b","132"],["25.3","2025-04-23","u","b","132"],["25.4","2025-04-23","u","b","134"],["25.6","2025-09-04","u","b","136"],["25.8","2025-08-30","u","b","138"],["25.10","2025-10-09","u","b","140"],["25.12","2025-12-07","u","b","142"],["26.3","2026-03-04","u","b","144"]]},uc_android:{releases:[["10.5","u","u","b","31"],["10.7","u","u","b","31"],["10.8","u","u","b","31"],["10.10","u","u","b","31"],["11.0","u","u","b","31"],["11.1","u","u","b","40"],["11.2","u","u","b","40"],["11.3","u","u","b","40"],["11.4","u","u","b","40"],["11.5","u","u","b","40"],["11.6","u","u","b","57"],["11.8","u","u","b","57"],["11.9","u","u","b","57"],["12.0","u","u","b","57"],["12.1","u","u","b","57"],["12.2","u","u","b","57"],["12.3","u","u","b","57"],["12.4","u","u","b","57"],["12.5","u","u","b","57"],["12.6","u","u","b","57"],["12.7","u","u","b","57"],["12.8","u","u","b","57"],["12.9","u","u","b","57"],["12.10","u","u","b","57"],["12.11","u","u","b","57"],["12.12","u","u","b","57"],["12.13","u","u","b","57"],["12.14","u","u","b","57"],["13.0","u","u","b","57"],["13.1","u","u","b","57"],["13.2","u","u","b","57"],["13.3","2020-09-09","u","b","78"],["13.4","2021-09-28","u","b","78"],["13.5","2023-08-25","u","b","78"],["13.6","2023-12-17","u","b","78"],["13.7","2023-06-24","u","b","78"],["13.8","2022-04-30","u","b","78"],["13.9","2022-05-18","u","b","78"],["15.0","2022-08-24","u","b","78"],["15.1","2022-11-11","u","b","78"],["15.2","2023-04-23","u","b","78"],["15.3","2023-03-17","u","b","100"],["15.4","2023-10-25","u","b","100"],["15.5","2023-08-22","u","b","100"],["16.0","2023-08-24","u","b","100"],["16.1","2023-10-15","u","b","100"],["16.2","2023-12-09","u","b","100"],["16.3","2024-03-08","u","b","100"],["16.4","2024-10-03","u","b","100"],["16.5","2024-05-30","u","b","100"],["16.6","2024-07-23","u","b","100"],["17.0","2024-08-24","u","b","100"],["17.1","2024-09-26","u","b","100"],["17.2","2024-11-29","u","b","100"],["17.3","2025-01-07","u","b","100"],["17.4","2025-02-26","u","b","100"],["17.5","2025-04-08","u","b","100"],["17.6","2025-05-15","u","b","123"],["17.7","2025-06-11","u","b","123"],["17.8","2025-07-30","u","b","123"],["18.0","2025-08-17","u","b","123"],["18.1","2025-10-04","u","b","123"],["18.2","2025-11-04","u","b","123"],["18.3","2025-12-12","u","b","123"],["18.4","2026-01-09","u","b","123"],["18.5","2026-01-28","u","b","123"],["18.6","2026-03-21","u","b","123"]]},qq_android:{releases:[["6.0","u","u","b","37"],["6.1","u","u","b","37"],["6.2","u","u","b","37"],["6.3","u","u","b","37"],["6.4","u","u","b","37"],["6.6","u","u","b","37"],["6.7","u","u","b","37"],["6.8","u","u","b","37"],["6.9","u","u","b","37"],["7.0","u","u","b","37"],["7.1","u","u","b","37"],["7.2","u","u","b","37"],["7.3","u","u","b","37"],["7.4","u","u","b","37"],["7.5","u","u","b","37"],["7.6","u","u","b","37"],["7.7","u","u","b","37"],["7.8","u","u","b","37"],["7.9","u","u","b","37"],["8.0","u","u","b","37"],["8.1","u","u","b","57"],["8.2","u","u","b","57"],["8.3","u","u","b","57"],["8.4","u","u","b","57"],["8.5","u","u","b","57"],["8.6","u","u","b","57"],["8.7","u","u","b","57"],["8.8","u","u","b","57"],["8.9","u","u","b","57"],["9.1","u","u","b","57"],["9.6","u","u","b","66"],["9.7","u","u","b","66"],["9.8","u","u","b","66"],["10.0","u","u","b","66"],["10.1","u","u","b","66"],["10.2","u","u","b","66"],["10.3","u","u","b","66"],["10.4","u","u","b","66"],["10.5","u","u","b","66"],["10.7","2020-09-09","u","b","66"],["10.9","2020-11-22","u","b","77"],["11.0","u","u","b","77"],["11.2","2021-01-30","u","b","77"],["11.3","2021-03-31","u","b","77"],["11.7","2021-11-02","u","b","89"],["11.9","u","u","b","89"],["12.0","2021-11-04","u","b","89"],["12.1","2021-11-05","u","b","89"],["12.2","2021-12-07","u","b","89"],["12.5","2022-04-07","u","b","89"],["12.7","2022-05-21","u","b","89"],["12.8","2022-06-30","u","b","89"],["12.9","2022-07-26","u","b","89"],["13.0","2022-08-15","u","b","89"],["13.1","2022-09-10","u","b","89"],["13.2","2022-10-26","u","b","89"],["13.3","2022-11-09","u","b","89"],["13.4","2023-04-26","u","b","98"],["13.5","2023-02-06","u","b","98"],["13.6","2023-02-09","u","b","98"],["13.7","2023-04-21","u","b","98"],["13.8","2023-04-21","u","b","98"],["14.0","2023-12-12","u","b","98"],["14.1","2023-07-16","u","b","98"],["14.2","2023-10-14","u","b","109"],["14.3","2023-09-13","u","b","109"],["14.4","2023-10-31","u","b","109"],["14.5","2023-11-12","u","b","109"],["14.6","2023-12-24","u","b","109"],["14.7","2024-01-18","u","b","109"],["14.8","2024-03-04","u","b","109"],["14.9","2024-04-09","u","b","109"],["15.0","2024-04-17","u","b","109"],["15.1","2024-05-18","u","b","109"],["15.2","2024-10-24","u","b","109"],["15.3","2024-07-28","u","b","109"],["15.4","2024-09-07","u","b","109"],["15.5","2024-09-24","u","b","109"],["15.6","2024-10-24","u","b","109"],["15.7","2024-12-03","u","b","109"],["15.8","2024-12-11","u","b","109"],["15.9","2025-02-01","u","b","109"],["19.1","2025-07-08","u","b","121"],["19.2","2025-07-15","u","b","121"],["19.3","2025-08-31","u","b","121"],["19.4","2025-09-20","u","b","121"],["19.5","2025-10-23","u","b","121"],["19.6","2025-11-17","u","b","121"],["19.7","2025-12-18","u","b","121"],["19.8","2026-01-20","u","b","121"],["19.9","2026-03-09","u","b","121"]]},kai_os:{releases:[["1.0","2017-03-01","u","g","37"],["2.0","2017-07-01","u","g","48"],["2.5","2017-07-01","u","g","48"],["3.0","2021-09-01","u","g","84"],["3.1","2022-03-01","u","g","84"],["4.0","2025-05-01","u","g","123"]]},facebook_android:{releases:[["66","u","u","b","48"],["68","u","u","b","48"],["74","u","u","b","50"],["75","u","u","b","50"],["76","u","u","b","50"],["77","u","u","b","50"],["78","u","u","b","50"],["79","u","u","b","50"],["80","u","u","b","51"],["81","u","u","b","51"],["82","u","u","b","51"],["83","u","u","b","51"],["84","u","u","b","51"],["86","u","u","b","51"],["87","u","u","b","52"],["88","u","u","b","52"],["89","u","u","b","52"],["90","u","u","b","52"],["91","u","u","b","52"],["92","u","u","b","52"],["93","u","u","b","52"],["94","u","u","b","52"],["95","u","u","b","53"],["96","u","u","b","53"],["97","u","u","b","53"],["98","u","u","b","53"],["99","u","u","b","53"],["100","u","u","b","54"],["101","u","u","b","54"],["103","u","u","b","54"],["104","u","u","b","54"],["105","u","u","b","54"],["106","u","u","b","55"],["107","u","u","b","55"],["108","u","u","b","55"],["109","u","u","b","55"],["110","u","u","b","55"],["111","u","u","b","55"],["112","u","u","b","56"],["113","u","u","b","56"],["114","u","u","b","56"],["115","u","u","b","56"],["116","u","u","b","56"],["117","u","u","b","57"],["118","u","u","b","57"],["119","u","u","b","57"],["120","u","u","b","57"],["121","u","u","b","57"],["122","u","u","b","58"],["123","u","u","b","58"],["124","u","u","b","58"],["125","u","u","b","58"],["126","u","u","b","58"],["127","u","u","b","58"],["128","u","u","b","58"],["129","u","u","b","58"],["130","u","u","b","59"],["131","u","u","b","59"],["132","u","u","b","59"],["133","u","u","b","59"],["134","u","u","b","59"],["135","u","u","b","59"],["136","u","u","b","59"],["137","u","u","b","59"],["138","u","u","b","60"],["140","u","u","b","60"],["142","u","u","b","61"],["143","u","u","b","61"],["144","u","u","b","61"],["145","u","u","b","61"],["146","u","u","b","61"],["147","u","u","b","61"],["148","u","u","b","61"],["149","u","u","b","62"],["150","u","u","b","62"],["151","u","u","b","62"],["152","u","u","b","62"],["153","u","u","b","63"],["154","u","u","b","63"],["155","u","u","b","63"],["156","u","u","b","63"],["157","u","u","b","64"],["158","u","u","b","64"],["159","u","u","b","64"],["160","u","u","b","64"],["161","u","u","b","64"],["162","u","u","b","64"],["163","u","u","b","65"],["164","u","u","b","65"],["165","u","u","b","65"],["166","u","u","b","65"],["167","u","u","b","65"],["168","u","u","b","65"],["169","u","u","b","66"],["170","u","u","b","66"],["171","u","u","b","66"],["172","u","u","b","66"],["173","u","u","b","66"],["174","u","u","b","66"],["175","u","u","b","67"],["176","u","u","b","67"],["177","u","u","b","67"],["178","u","u","b","67"],["180","u","u","b","67"],["181","u","u","b","67"],["182","u","u","b","67"],["183","u","u","b","68"],["184","u","u","b","68"],["185","u","u","b","68"],["186","u","u","b","68"],["187","u","u","b","68"],["188","u","u","b","68"],["202","u","u","b","71"],["227","u","u","b","75"],["228","u","u","b","75"],["229","u","u","b","75"],["230","u","u","b","75"],["231","u","u","b","75"],["233","u","u","b","76"],["235","u","u","b","76"],["236","u","u","b","76"],["237","u","u","b","76"],["238","u","u","b","76"],["240","u","u","b","77"],["241","u","u","b","77"],["242","u","u","b","77"],["243","u","u","b","77"],["244","u","u","b","78"],["245","u","u","b","78"],["246","u","u","b","78"],["247","u","u","b","78"],["248","u","u","b","78"],["249","u","u","b","78"],["250","u","u","b","78"],["251","u","u","b","79"],["252","u","u","b","79"],["253","u","u","b","79"],["254","u","u","b","79"],["255","u","u","b","79"],["256","u","u","b","80"],["257","u","u","b","80"],["258","u","u","b","80"],["259","u","u","b","80"],["260","u","u","b","80"],["261","u","u","b","80"],["262","u","u","b","80"],["263","u","u","b","80"],["264","u","u","b","80"],["265","u","u","b","80"],["266","u","u","b","81"],["267","u","u","b","81"],["268","u","u","b","81"],["269","u","u","b","81"],["270","u","u","b","81"],["271","u","u","b","81"],["272","u","u","b","83"],["273","u","u","b","83"],["274","u","u","b","83"],["275","u","u","b","83"],["297","2020-12-02","u","b","86"],["348","2021-12-19","u","b","96"],["399","2023-02-04","u","b","109"],["400","2023-02-10","u","b","109"],["420","2023-06-28","u","b","114"],["430","2023-09-03","u","b","116"],["434","2023-10-05","u","b","117"],["436","2023-10-13","u","b","117"],["437","u","u","b","118"],["438","2023-10-28","u","b","118"],["439","2023-11-11","u","b","119"],["440","2023-11-12","u","b","119"],["441","2023-11-20","u","b","119"],["442","2023-11-29","u","b","119"],["443","2023-12-07","u","b","120"],["444","2023-12-13","u","b","120"],["445","2023-12-21","u","b","120"],["446","2024-01-06","u","b","120"],["447","2024-01-12","u","b","120"],["448","2024-01-29","u","b","121"],["449","2024-02-02","u","b","121"],["450","2024-02-05","u","b","121"],["451","2024-02-17","u","b","121"],["452","2024-02-25","u","b","122"],["453","2024-02-28","u","b","122"],["454","2024-03-04","u","b","122"],["465","2024-07-07","u","b","126"],["466","u","u","b","126"],["469","u","u","b","126"],["471","2024-07-10","u","b","126"],["472","2024-07-11","u","b","126"],["474","2024-07-30","u","b","127"],["475","2024-08-01","u","b","127"],["476","2024-08-09","u","b","127"],["477","2024-08-16","u","b","127"],["478","2024-08-21","u","b","128"],["479","2024-08-31","u","b","128"],["480","2024-09-07","u","b","128"],["481","2024-09-14","u","b","128"],["482","2024-09-20","u","b","129"],["483","2024-09-27","u","b","129"],["484","2024-10-04","u","b","129"],["485","2024-10-11","u","b","129"],["486","2024-10-18","u","b","130"],["487","2024-10-26","u","b","130"],["488","2024-11-02","u","b","130"],["489","2024-11-09","u","b","130"],["494","2024-12-26","u","b","131"],["497","2025-01-26","u","b","132"],["503","2025-03-12","u","b","134"],["514","2025-05-28","u","b","136"],["515","2025-05-31","u","b","137"]]},instagram_android:{releases:[["23","u","u","b","62"],["24","u","u","b","62"],["25","u","u","b","62"],["26","u","u","b","63"],["27","u","u","b","63"],["28","u","u","b","63"],["29","u","u","b","63"],["30","u","u","b","63"],["31","u","u","b","64"],["32","u","u","b","64"],["33","u","u","b","64"],["34","u","u","b","64"],["35","u","u","b","65"],["36","u","u","b","65"],["37","u","u","b","65"],["38","u","u","b","65"],["39","u","u","b","65"],["40","u","u","b","65"],["41","u","u","b","65"],["42","u","u","b","66"],["43","u","u","b","66"],["44","u","u","b","66"],["45","u","u","b","66"],["46","u","u","b","66"],["47","u","u","b","66"],["48","u","u","b","67"],["49","u","u","b","67"],["50","u","u","b","67"],["51","u","u","b","67"],["52","u","u","b","67"],["53","u","u","b","67"],["54","u","u","b","67"],["55","u","u","b","67"],["56","u","u","b","68"],["57","u","u","b","68"],["58","u","u","b","68"],["59","u","u","b","68"],["60","u","u","b","68"],["61","u","u","b","68"],["65","u","u","b","69"],["66","u","u","b","69"],["68","u","u","b","69"],["72","u","u","b","70"],["74","u","u","b","71"],["75","u","u","b","71"],["79","u","u","b","71"],["81","u","u","b","72"],["82","u","u","b","72"],["83","u","u","b","72"],["84","u","u","b","73"],["86","u","u","b","73"],["95","u","u","b","74"],["96","u","u","b","80"],["97","u","u","b","80"],["98","u","u","b","80"],["103","u","u","b","80"],["104","u","u","b","80"],["117","u","u","b","80"],["118","u","u","b","80"],["119","u","u","b","80"],["120","u","u","b","80"],["121","u","u","b","80"],["127","u","u","b","80"],["128","u","u","b","80"],["129","u","u","b","80"],["130","u","u","b","80"],["131","u","u","b","80"],["132","u","u","b","80"],["133","u","u","b","80"],["134","u","u","b","80"],["135","u","u","b","80"],["136","u","u","b","80"],["137","u","u","b","81"],["138","u","u","b","81"],["139","u","u","b","81"],["140","u","u","b","81"],["141","u","u","b","81"],["142","u","u","b","81"],["143","u","u","b","83"],["144","u","u","b","83"],["145","u","u","b","83"],["146","u","u","b","83"],["153","u","u","b","84"],["163","u","u","b","92"],["164","u","u","b","92"],["230","u","u","b","92"],["258","2022-11-04","u","b","106"],["259","2022-11-04","u","b","106"],["279","2023-12-31","u","b","109"],["281","u","u","b","109"],["288","u","u","b","114"],["289","2023-12-21","u","b","114"],["290","2023-12-30","u","b","114"],["292","u","u","b","115"],["295","u","u","b","115"],["296","u","u","b","115"],["297","u","u","b","115"],["298","2024-01-11","u","b","115"],["299","u","u","b","115"],["300","u","u","b","116"],["301","2024-01-12","u","b","116"],["302","u","u","b","117"],["303","u","u","b","117"],["304","u","u","b","117"],["305","u","u","b","117"],["306","2024-01-17","u","b","118"],["307","u","u","b","118"],["308","2024-01-19","u","b","118"],["309","u","u","b","119"],["310","u","u","b","119"],["311","u","u","b","120"],["312","u","u","b","120"],["313","u","u","b","120"],["314","u","u","b","120"],["315","2024-01-19","u","b","120"],["316","2024-01-25","u","b","120"],["317","2024-02-03","u","b","121"],["318","2024-02-16","u","b","121"],["320","2024-03-04","u","b","121"],["321","2024-03-07","u","b","122"],["338","2024-07-06","u","b","126"],["346","2024-09-01","u","b","127"],["347","2024-09-11","u","b","127"],["349","2024-09-20","u","b","128"],["355","2024-11-06","u","b","130"],["366","u","u","b","132"],["367","2025-02-15","u","b","132"],["378","2025-05-03","u","b","135"],["381","2025-06-19","u","b","137"],["382","2025-06-19","u","b","137"],["383","2025-06-18","u","b","137"],["384","2025-06-16","u","b","137"],["385","2025-06-27","u","b","137"],["387","2025-07-09","u","b","137"],["390","2025-07-26","u","b","138"],["392","2025-08-12","u","b","138"],["394","2025-08-26","u","b","139"],["395","2025-09-13","u","b","139"],["396","2025-09-20","u","b","139"],["397","2025-09-19","u","b","139"],["399","2025-09-28","u","b","140"],["400","2025-10-06","u","b","141"],["401","2025-10-08","u","b","141"],["404","2025-10-31","u","b","141"],["406","2025-11-16","u","b","141"],["407","2025-11-23","u","b","142"],["408","2025-11-28","u","b","142"],["409","2025-12-16","u","b","143"],["410","2025-12-17","u","b","143"],["411","2026-01-07","u","b","143"]]}},re=[["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2019-03-25",{c:"66",ca:"66",e:"16",f:"57",fa:"57",s:"12.1",si:"12.2"}],["2019-03-25",{c:"66",ca:"66",e:"16",f:"57",fa:"57",s:"12.1",si:"12.2"}],["2024-03-19",{c:"116",ca:"116",e:"116",f:"124",fa:"124",s:"17.4",si:"17.4"}],["2024-04-18",{c:"124",ca:"124",e:"124",f:"100",fa:"100",s:"16",si:"16"}],["2025-06-26",{c:"138",ca:"138",e:"138",f:"118",fa:"118",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"17",ca:"18",e:"12",f:"5",fa:"5",s:"6",si:"6"}],["2026-01-13",{c:"125",ca:"125",e:"125",f:"147",fa:"147",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-04-16",{c:"123",ca:"123",e:"123",f:"125",fa:"125",s:"17.4",si:"17.4"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"27",fa:"27",s:"9.1",si:"9.3"}],["2024-07-09",{c:"77",ca:"77",e:"79",f:"128",fa:"128",s:"17.4",si:"17.4"}],["2016-06-07",{c:"32",ca:"30",e:"12",f:"47",fa:"47",s:"8",si:"8"}],["2023-07-04",{c:"112",ca:"112",e:"112",f:"115",fa:"115",s:"16",si:"16"}],["2015-09-30",{c:"43",ca:"43",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2022-03-14",{c:"84",ca:"84",e:"84",f:"80",fa:"80",s:"15.4",si:"15.4"}],["2023-10-24",{c:"103",ca:"103",e:"103",f:"119",fa:"119",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"92",ca:"92",e:"92",f:"90",fa:"90",s:"15.4",si:"15.4"}],["2023-07-04",{c:"110",ca:"110",e:"110",f:"115",fa:"115",s:"16",si:"16"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"34",fa:"34",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2022-08-23",{c:"97",ca:"97",e:"97",f:"104",fa:"104",s:"15.4",si:"15.4"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"62",fa:"62",s:"12",si:"12"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2024-01-25",{c:"121",ca:"121",e:"121",f:"115",fa:"115",s:"16.4",si:"16.4"}],["2024-03-05",{c:"117",ca:"117",e:"117",f:"119",fa:"119",s:"17.4",si:"17.4"}],["2016-09-20",{c:"47",ca:"47",e:"14",f:"43",fa:"43",s:"10",si:"10"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3.2"}],["2018-05-09",{c:"66",ca:"66",e:"14",f:"60",fa:"60",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2021-09-20",{c:"88",ca:"88",e:"88",f:"89",fa:"89",s:"15",si:"15"}],["2017-04-05",{c:"55",ca:"55",e:"15",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2024-06-11",{c:"76",ca:"76",e:"79",f:"127",fa:"127",s:"13.1",si:"13.4"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"57",fa:"57",s:"12",si:"12"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"57",fa:"57",s:"12",si:"12"}],["2025-04-01",{c:"133",ca:"133",e:"133",f:"137",fa:"137",s:"18.4",si:"18.4"}],["2025-11-11",{c:"90",ca:"90",e:"90",f:"145",fa:"145",s:"16.4",si:"16.4"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"3"}],["2021-04-26",{c:"66",ca:"66",e:"79",f:"76",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2020-01-15",{c:"54",ca:"54",e:"79",f:"63",fa:"63",s:"10.1",si:"10.3"}],["2024-01-25",{c:"85",ca:"85",e:"121",f:"113",fa:"113",s:"16.4",si:"16.1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"37",ca:"37",e:"79",f:"47",fa:"47",s:"15.4",si:"15.4"}],["2024-09-16",{c:"76",ca:"76",e:"79",f:"103",fa:"103",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"1.3",si:"1"}],["2020-01-15",{c:"35",ca:"59",e:"79",f:"30",fa:"54",s:"8",si:"8"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"22",fa:"22",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"1.3",si:"1"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"22",fa:"22",s:"5.1",si:"4"}],["2015-07-29",{c:"25",ca:"25",e:"12",f:"13",fa:"14",s:"7",si:"7"}],["2016-09-20",{c:"30",ca:"30",e:"12",f:"49",fa:"49",s:"8",si:"8"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"9",fa:"18",s:"5.1",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2016-09-20",{c:"30",ca:"30",e:"12",f:"4",fa:"4",s:"10",si:"10"}],["2020-01-15",{c:"16",ca:"18",e:"79",f:"10",fa:"10",s:"6",si:"6"}],["2015-07-29",{c:"≤15",ca:"18",e:"12",f:"10",fa:"10",s:"≤4",si:"≤3.2"}],["2018-04-12",{c:"39",ca:"42",e:"14",f:"31",fa:"31",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2020-09-16",{c:"67",ca:"67",e:"79",f:"68",fa:"68",s:"14",si:"14"}],["2021-09-20",{c:"67",ca:"67",e:"79",f:"68",fa:"68",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2017-02-01",{c:"56",ca:"56",e:"12",f:"50",fa:"50",s:"9.1",si:"9.3"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"14",s:"1",si:"3"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"29",fa:"29",s:"5.1",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2022-03-14",{c:"54",ca:"54",e:"79",f:"38",fa:"38",s:"15.4",si:"15.4"}],["2017-09-19",{c:"50",ca:"51",e:"15",f:"44",fa:"44",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"26",ca:"28",e:"12",f:"16",fa:"16",s:"7",si:"7"}],["2023-06-06",{c:"110",ca:"110",e:"110",f:"114",fa:"114",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"2",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"2",si:"1"}],["2024-09-16",{c:"99",ca:"99",e:"99",f:"28",fa:"28",s:"18",si:"18"}],["2023-04-11",{c:"99",ca:"99",e:"99",f:"112",fa:"112",s:"16.4",si:"16.4"}],["2023-12-11",{c:"99",ca:"99",e:"99",f:"113",fa:"113",s:"17.2",si:"17.2"}],["2023-04-11",{c:"99",ca:"99",e:"99",f:"112",fa:"112",s:"16.4",si:"16.4"}],["2023-12-11",{c:"118",ca:"118",e:"118",f:"97",fa:"97",s:"17.2",si:"17.2"}],["2020-01-15",{c:"51",ca:"51",e:"79",f:"43",fa:"43",s:"11",si:"11"}],["2020-01-15",{c:"57",ca:"57",e:"79",f:"53",fa:"53",s:"11.1",si:"11.3"}],["2022-03-14",{c:"99",ca:"99",e:"99",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2020-01-15",{c:"49",ca:"49",e:"79",f:"47",fa:"47",s:"9",si:"9"}],["2015-07-29",{c:"27",ca:"27",e:"12",f:"1",fa:"4",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2015-09-22",{c:"4",ca:"18",e:"12",f:"41",fa:"41",s:"5",si:"4.2"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"4"}],["2024-03-05",{c:"105",ca:"105",e:"105",f:"106",fa:"106",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2016-03-08",{c:"42",ca:"42",e:"13",f:"45",fa:"45",s:"9",si:"9"}],["2023-09-18",{c:"117",ca:"117",e:"117",f:"63",fa:"63",s:"17",si:"17"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"71",fa:"79",s:"13.1",si:"13"}],["2020-01-15",{c:"55",ca:"55",e:"79",f:"49",fa:"49",s:"12.1",si:"12.2"}],["2023-11-02",{c:"119",ca:"119",e:"119",f:"54",fa:"54",s:"13.1",si:"13.4"}],["2017-03-27",{c:"41",ca:"41",e:"12",f:"22",fa:"22",s:"10.1",si:"10.3"}],["2025-03-31",{c:"121",ca:"121",e:"121",f:"127",fa:"127",s:"18.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15",si:"15"}],["2023-02-14",{c:"58",ca:"58",e:"79",f:"110",fa:"110",s:"10",si:"10"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"16.2",si:"16.2"}],["2022-02-03",{c:"98",ca:"98",e:"98",f:"96",fa:"96",s:"13",si:"13"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"31",fa:"31",s:"11.1",si:"11.3"}],["2017-03-07",{c:"50",ca:"50",e:"12",f:"52",fa:"52",s:"9",si:"9"}],["2020-07-28",{c:"50",ca:"50",e:"12",f:"71",fa:"79",s:"9",si:"9"}],["2025-08-19",{c:"137",ca:"137",e:"137",f:"142",fa:"142",s:"17",si:"17"}],["2017-04-19",{c:"26",ca:"26",e:"12",f:"53",fa:"53",s:"7",si:"7"}],["2023-05-09",{c:"80",ca:"80",e:"80",f:"113",fa:"113",s:"16.4",si:"16.4"}],["2020-11-17",{c:"69",ca:"69",e:"79",f:"83",fa:"83",s:"12.1",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"4",fa:"4",s:"3",si:"1"}],["2018-12-11",{c:"40",ca:"40",e:"18",f:"51",fa:"64",s:"10.1",si:"10.3"}],["2023-03-27",{c:"73",ca:"73",e:"79",f:"101",fa:"101",s:"16.4",si:"16.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-09-12",{c:"105",ca:"105",e:"105",f:"101",fa:"101",s:"16",si:"16"}],["2023-09-18",{c:"83",ca:"83",e:"83",f:"107",fa:"107",s:"17",si:"17"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-07-26",{c:"52",ca:"52",e:"79",f:"103",fa:"103",s:"15.4",si:"15.4"}],["2023-02-14",{c:"105",ca:"105",e:"105",f:"110",fa:"110",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-09-15",{c:"108",ca:"108",e:"108",f:"130",fa:"130",s:"26",si:"26"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"4",fa:"4",s:"≤4",si:"≤3.2"}],["2025-03-04",{c:"51",ca:"51",e:"12",f:"136",fa:"136",s:"5.1",si:"5"}],["2024-09-16",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"3.2"}],["2023-12-11",{c:"85",ca:"85",e:"85",f:"68",fa:"68",s:"17.2",si:"17.2"}],["2023-09-18",{c:"91",ca:"91",e:"91",f:"33",fa:"33",s:"17",si:"17"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"25",s:"3",si:"1"}],["2023-12-11",{c:"59",ca:"59",e:"79",f:"98",fa:"98",s:"17.2",si:"17.2"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"60",fa:"60",s:"13",si:"13"}],["2016-08-02",{c:"25",ca:"25",e:"14",f:"23",fa:"23",s:"7",si:"7"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"31",fa:"31",s:"10.1",si:"10.3"}],["2015-09-30",{c:"28",ca:"28",e:"12",f:"22",fa:"22",s:"9",si:"9"}],["2020-01-15",{c:"61",ca:"61",e:"79",f:"55",fa:"55",s:"11",si:"11"}],["2015-07-29",{c:"16",ca:"18",e:"12",f:"4",fa:"4",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2017-04-05",{c:"49",ca:"49",e:"15",f:"31",fa:"31",s:"9.1",si:"9.3"}],["2017-10-24",{c:"62",ca:"62",e:"14",f:"22",fa:"22",s:"10",si:"10"}],["2015-07-29",{c:"≤4",ca:"18",e:"12",f:"≤2",fa:"4",s:"≤3.1",si:"≤2"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"6",fa:"6",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-02-20",{c:"111",ca:"111",e:"111",f:"123",fa:"123",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"4",si:"5"}],["2020-01-15",{c:"10",ca:"18",e:"79",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"55",fa:"55",s:"11.1",si:"11.3"}],["2020-01-15",{c:"12",ca:"18",e:"79",f:"49",fa:"49",s:"6",si:"6"}],["2025-09-16",{c:"131",ca:"131",e:"131",f:"143",fa:"143",s:"18.4",si:"18.4"}],["2024-09-03",{c:"120",ca:"120",e:"120",f:"130",fa:"130",s:"17.2",si:"17.2"}],["2023-09-18",{c:"31",ca:"31",e:"12",f:"6",fa:"6",s:"17",si:"4.2"}],["2015-07-29",{c:"15",ca:"18",e:"12",f:"1",fa:"4",s:"6",si:"6"}],["2022-03-14",{c:"37",ca:"37",e:"79",f:"98",fa:"98",s:"15.4",si:"15.4"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"49",fa:"49",s:"16.4",si:"16.4"}],["2023-08-01",{c:"17",ca:"18",e:"79",f:"116",fa:"116",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"58",ca:"58",e:"79",f:"53",fa:"53",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["≤2017-04-05",{c:"1",ca:"18",e:"≤15",f:"3",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-12-12",{c:"128",ca:"128",e:"128",f:"20",fa:"20",s:"26.2",si:"26.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"61",ca:"61",e:"79",f:"33",fa:"33",s:"11",si:"11"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1",fa:"4",s:"4",si:"3.2"}],["2016-03-21",{c:"31",ca:"31",e:"12",f:"12",fa:"14",s:"9.1",si:"9.3"}],["2019-09-19",{c:"14",ca:"18",e:"18",f:"20",fa:"20",s:"10.1",si:"13"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"3.2"}],["2022-05-03",{c:"98",ca:"98",e:"98",f:"100",fa:"100",s:"13.1",si:"13.4"}],["2020-01-15",{c:"43",ca:"43",e:"79",f:"46",fa:"46",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1.5",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2019-03-25",{c:"42",ca:"42",e:"13",f:"38",fa:"38",s:"12.1",si:"12.2"}],["2021-11-02",{c:"77",ca:"77",e:"79",f:"94",fa:"94",s:"13.1",si:"13.4"}],["2021-09-20",{c:"93",ca:"93",e:"93",f:"91",fa:"91",s:"15",si:"15"}],["2025-12-12",{c:"76",ca:"76",e:"79",f:"89",fa:"89",s:"26.2",si:"26.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"118",fa:"118",s:"15.4",si:"15.4"}],["2017-03-27",{c:"52",ca:"52",e:"14",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2018-04-30",{c:"38",ca:"38",e:"17",f:"47",fa:"35",s:"9",si:"9"}],["2021-09-20",{c:"56",ca:"56",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2020-09-16",{c:"63",ca:"63",e:"17",f:"47",fa:"36",s:"14",si:"14"}],["2020-02-07",{c:"40",ca:"40",e:"80",f:"58",fa:"28",s:"9",si:"9"}],["2016-06-07",{c:"34",ca:"34",e:"12",f:"47",fa:"47",s:"9.1",si:"9.3"}],["2017-03-27",{c:"42",ca:"42",e:"14",f:"39",fa:"39",s:"10.1",si:"10.3"}],["2024-10-29",{c:"103",ca:"103",e:"103",f:"132",fa:"132",s:"17.2",si:"17.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"8",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2020-01-15",{c:"38",ca:"38",e:"79",f:"28",fa:"28",s:"10.1",si:"10.3"}],["2021-04-26",{c:"89",ca:"89",e:"89",f:"82",fa:"82",s:"14.1",si:"14.5"}],["2016-09-07",{c:"53",ca:"53",e:"12",f:"35",fa:"35",s:"9.1",si:"9.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-11-02",{c:"46",ca:"46",e:"79",f:"94",fa:"94",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"29",ca:"29",e:"12",f:"20",fa:"20",s:"9",si:"9"}],["2021-04-26",{c:"84",ca:"84",e:"84",f:"63",fa:"63",s:"14.1",si:"14.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-04-04",{c:"135",ca:"135",e:"135",f:"129",fa:"129",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"24",fa:"24",s:"3.1",si:"2"}],["2022-03-14",{c:"86",ca:"86",e:"86",f:"85",fa:"85",s:"15.4",si:"15.4"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2016-09-20",{c:"36",ca:"36",e:"14",f:"39",fa:"39",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2026-03-24",{c:"109",ca:"109",e:"109",f:"149",fa:"149",s:"26.2",si:"26.2"}],["2021-09-07",{c:"56",ca:"56",e:"79",f:"92",fa:"92",s:"11",si:"11"}],["2017-04-05",{c:"48",ca:"48",e:"15",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"33",ca:"33",e:"79",f:"32",fa:"32",s:"9",si:"9"}],["2020-01-15",{c:"35",ca:"35",e:"79",f:"41",fa:"41",s:"10",si:"10"}],["2020-03-24",{c:"79",ca:"79",e:"17",f:"62",fa:"62",s:"13.1",si:"13.4"}],["2022-11-15",{c:"101",ca:"101",e:"101",f:"107",fa:"107",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-07-25",{c:"127",ca:"127",e:"127",f:"118",fa:"118",s:"17",si:"17"}],["2020-01-15",{c:"62",ca:"62",e:"79",f:"62",fa:"62",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-01-06",{c:"97",ca:"97",e:"97",f:"34",fa:"34",s:"9",si:"9"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-13",{c:"111",ca:"111",e:"111",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"52",ca:"52",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"34",ca:"34",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"52",ca:"52",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2018-09-05",{c:"62",ca:"62",e:"17",f:"62",fa:"62",s:"11",si:"11"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-09-12",{c:"89",ca:"89",e:"79",f:"89",fa:"89",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2023-03-27",{c:"77",ca:"77",e:"79",f:"98",fa:"98",s:"16.4",si:"16.4"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-27",{c:"35",ca:"35",e:"12",f:"29",fa:"32",s:"10.1",si:"10.3"}],["2016-09-20",{c:"39",ca:"39",e:"13",f:"26",fa:"26",s:"10",si:"10"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"3.5",fa:"4",s:"5",si:"≤3"}],["2015-07-29",{c:"11",ca:"18",e:"12",f:"3.5",fa:"4",s:"5.1",si:"5"}],["2024-09-16",{c:"125",ca:"125",e:"125",f:"128",fa:"128",s:"18",si:"18"}],["2026-02-14",{c:"145",ca:"145",e:"145",f:"144",fa:"144",s:"26.2",si:"26.2"}],["2020-01-15",{c:"71",ca:"71",e:"79",f:"65",fa:"65",s:"12.1",si:"12.2"}],["2024-06-11",{c:"111",ca:"111",e:"111",f:"127",fa:"127",s:"16.2",si:"16.2"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"3.6",fa:"4",s:"7",si:"7"}],["2017-10-17",{c:"57",ca:"57",e:"16",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2022-10-27",{c:"107",ca:"107",e:"107",f:"66",fa:"66",s:"16",si:"16"}],["2022-03-14",{c:"37",ca:"37",e:"15",f:"48",fa:"48",s:"15.4",si:"15.4"}],["2023-12-19",{c:"105",ca:"105",e:"105",f:"121",fa:"121",s:"15.4",si:"15.4"}],["2020-03-24",{c:"74",ca:"74",e:"79",f:"67",fa:"67",s:"13.1",si:"13.4"}],["2015-07-29",{c:"16",ca:"18",e:"12",f:"11",fa:"14",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4"}],["2020-01-15",{c:"54",ca:"54",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"52",fa:"52",s:"12.1",si:"12.2"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"36",fa:"36",s:"9",si:"9"}],["2024-09-16",{c:"87",ca:"87",e:"87",f:"88",fa:"88",s:"18",si:"18"}],["2022-04-28",{c:"101",ca:"101",e:"101",f:"96",fa:"96",s:"15",si:"15"}],["2023-09-18",{c:"106",ca:"106",e:"106",f:"98",fa:"98",s:"17",si:"17"}],["2023-09-18",{c:"88",ca:"55",e:"88",f:"43",fa:"43",s:"17",si:"17"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-10-03",{c:"106",ca:"106",e:"106",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"17",fa:"17",s:"5",si:"4"}],["2020-01-15",{c:"20",ca:"25",e:"79",f:"25",fa:"25",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-04-13",{c:"81",ca:"81",e:"81",f:"26",fa:"26",s:"13.1",si:"13.4"}],["2021-10-05",{c:"41",ca:"41",e:"79",f:"93",fa:"93",s:"10",si:"10"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"89",fa:"89",s:"17",si:"17"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"50",fa:"50",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-27",{c:"89",ca:"89",e:"89",f:"108",fa:"108",s:"16.4",si:"16.4"}],["2020-01-15",{c:"39",ca:"39",e:"79",f:"51",fa:"51",s:"10",si:"10"}],["2021-09-20",{c:"58",ca:"58",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2022-08-05",{c:"104",ca:"104",e:"104",f:"72",fa:"79",s:"14.1",si:"14.5"}],["2023-04-11",{c:"102",ca:"102",e:"102",f:"112",fa:"112",s:"15.5",si:"15.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-11-12",{c:"1",ca:"18",e:"13",f:"19",fa:"19",s:"1.2",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"3",si:"1"}],["2021-04-26",{c:"20",ca:"25",e:"12",f:"57",fa:"57",s:"14.1",si:"5"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"3"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"6",fa:"6",s:"3.1",si:"2"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.6",fa:"4",s:"4",si:"3.2"}],["2025-08-19",{c:"13",ca:"132",e:"13",f:"50",fa:"142",s:"11.1",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"29",fa:"29",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-16",{c:"4",ca:"57",e:"12",f:"23",fa:"52",s:"3.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-12-07",{c:"66",ca:"66",e:"79",f:"95",fa:"79",s:"12.1",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2018-12-11",{c:"41",ca:"41",e:"12",f:"64",fa:"64",s:"9",si:"9"}],["2019-03-25",{c:"58",ca:"58",e:"16",f:"55",fa:"55",s:"12.1",si:"12.2"}],["2017-09-28",{c:"24",ca:"25",e:"12",f:"29",fa:"56",s:"10",si:"10"}],["2021-04-26",{c:"81",ca:"81",e:"81",f:"86",fa:"86",s:"14.1",si:"14.5"}],["2025-03-04",{c:"129",ca:"129",e:"129",f:"136",fa:"136",s:"16.4",si:"16.4"}],["2021-04-26",{c:"72",ca:"72",e:"79",f:"78",fa:"79",s:"14.1",si:"14.5"}],["2020-09-16",{c:"74",ca:"74",e:"79",f:"75",fa:"79",s:"14",si:"14"}],["2019-09-19",{c:"63",ca:"63",e:"18",f:"58",fa:"58",s:"13",si:"13"}],["2020-09-16",{c:"71",ca:"71",e:"79",f:"76",fa:"79",s:"14",si:"14"}],["2024-04-16",{c:"87",ca:"87",e:"87",f:"125",fa:"125",s:"14.1",si:"14.5"}],["2025-12-12",{c:"135",ca:"135",e:"135",f:"144",fa:"144",s:"26.2",si:"26.2"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"82",fa:"82",s:"14",si:"14"}],["2018-04-12",{c:"55",ca:"55",e:"15",f:"52",fa:"52",s:"11.1",si:"11.3"}],["2020-01-15",{c:"41",ca:"41",e:"79",f:"36",fa:"36",s:"8",si:"8"}],["2026-03-24",{c:"146",ca:"146",e:"146",f:"147",fa:"147",s:"26.4",si:"26.4"}],["2025-03-31",{c:"122",ca:"122",e:"122",f:"131",fa:"131",s:"18.4",si:"18.4"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"7",si:"7"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"1",fa:"4",s:"5",si:"4.2"}],["2018-05-09",{c:"61",ca:"61",e:"16",f:"60",fa:"60",s:"11",si:"11"}],["2026-01-13",{c:"91",ca:"91",e:"91",f:"147",fa:"147",s:"15",si:"15"}],["2023-06-06",{c:"80",ca:"80",e:"80",f:"114",fa:"114",s:"15",si:"15"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"4"}],["2025-04-29",{c:"123",ca:"123",e:"123",f:"138",fa:"138",s:"17.2",si:"17.2"}],["2025-03-31",{c:"114",ca:"114",e:"114",f:"135",fa:"135",s:"18.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"6",fa:"6",s:"1.2",si:"1"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-12-12",{c:"77",ca:"77",e:"79",f:"122",fa:"122",s:"26.2",si:"26.2"}],["2020-01-15",{c:"48",ca:"48",e:"79",f:"50",fa:"50",s:"11",si:"11"}],["2016-09-20",{c:"49",ca:"49",e:"14",f:"44",fa:"44",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-11-21",{c:"109",ca:"109",e:"109",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2024-05-13",{c:"123",ca:"123",e:"123",f:"120",fa:"120",s:"17.5",si:"17.5"}],["2020-07-28",{c:"83",ca:"83",e:"83",f:"69",fa:"79",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-11",{c:"113",ca:"113",e:"113",f:"112",fa:"112",s:"17.2",si:"17.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2025-09-15",{c:"46",ca:"46",e:"79",f:"127",fa:"127",s:"5",si:"26"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"39",fa:"39",s:"11.1",si:"11.3"}],["2021-01-26",{c:"50",ca:"50",e:"79",f:"85",fa:"85",s:"11.1",si:"11.3"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"50",fa:"50",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-19",{c:"77",ca:"77",e:"79",f:"121",fa:"121",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"6",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2021-09-20",{c:"89",ca:"89",e:"89",f:"66",fa:"66",s:"15",si:"15"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"21",fa:"21",s:"7",si:"7"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"8",si:"8"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2020-01-15",{c:"24",ca:"25",e:"79",f:"35",fa:"35",s:"7",si:"7"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"53",fa:"53",s:"15.4",si:"15.4"}],["2015-07-29",{c:"9",ca:"18",e:"12",f:"6",fa:"6",s:"5.1",si:"5"}],["2023-01-12",{c:"109",ca:"109",e:"109",f:"4",fa:"4",s:"5.1",si:"5"}],["2022-04-28",{c:"101",ca:"101",e:"101",f:"63",fa:"63",s:"15.4",si:"15.4"}],["2017-09-19",{c:"53",ca:"53",e:"12",f:"36",fa:"36",s:"11",si:"11"}],["2020-02-04",{c:"80",ca:"80",e:"12",f:"42",fa:"42",s:"8",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2023-03-27",{c:"104",ca:"104",e:"104",f:"102",fa:"102",s:"16.4",si:"16.4"}],["2021-04-26",{c:"49",ca:"49",e:"79",f:"25",fa:"25",s:"14.1",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2023-03-27",{c:"60",ca:"60",e:"18",f:"57",fa:"57",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2018-10-02",{c:"6",ca:"18",e:"18",f:"56",fa:"56",s:"6",si:"10.3"}],["2020-07-28",{c:"79",ca:"79",e:"79",f:"75",fa:"79",s:"13.1",si:"13.4"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"66",fa:"66",s:"11",si:"11"}],["2015-07-29",{c:"18",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"1"}],["2020-01-15",{c:"41",ca:"41",e:"79",f:"32",fa:"32",s:"8",si:"8"}],["2020-01-15",{c:"≤79",ca:"≤79",e:"79",f:"≤23",fa:"≤23",s:"≤9.1",si:"≤9.3"}],["2022-09-02",{c:"105",ca:"105",e:"105",f:"103",fa:"103",s:"15.6",si:"15.6"}],["2023-09-18",{c:"66",ca:"66",e:"79",f:"115",fa:"115",s:"17",si:"17"}],["2022-09-12",{c:"55",ca:"55",e:"79",f:"72",fa:"79",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-07",{c:"50",ca:"50",e:"12",f:"52",fa:"52",s:"9",si:"9"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"14",fa:"14",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2026-01-13",{c:"102",ca:"102",e:"102",f:"147",fa:"147",s:"26.2",si:"26.2"}],["2021-10-25",{c:"57",ca:"57",e:"12",f:"58",fa:"58",s:"15",si:"15.1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-11",{c:"120",ca:"120",e:"120",f:"117",fa:"117",s:"17.2",si:"17.2"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"84",fa:"84",s:"9",si:"9"}],["2023-03-27",{c:"20",ca:"42",e:"14",f:"22",fa:"22",s:"7",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"9",si:"9"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-07-28",{c:"75",ca:"75",e:"79",f:"70",fa:"79",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2020-01-15",{c:"32",ca:"32",e:"79",f:"36",fa:"36",s:"10",si:"10"}],["2022-03-14",{c:"93",ca:"93",e:"93",f:"92",fa:"92",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"32",ca:"32",e:"79",f:"36",fa:"36",s:"10",si:"10"}],["2015-07-29",{c:"24",ca:"25",e:"12",f:"24",fa:"24",s:"8",si:"8"}],["2021-04-26",{c:"80",ca:"80",e:"80",f:"71",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"10",fa:"10",s:"8",si:"8"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"6",fa:"6",s:"8",si:"8"}],["2015-07-29",{c:"29",ca:"29",e:"12",f:"24",fa:"24",s:"8",si:"8"}],["2016-08-02",{c:"27",ca:"27",e:"14",f:"29",fa:"29",s:"8",si:"8"}],["2018-04-30",{c:"24",ca:"25",e:"17",f:"25",fa:"25",s:"8",si:"9"}],["2021-04-26",{c:"35",ca:"35",e:"12",f:"25",fa:"25",s:"14.1",si:"14.5"}],["2023-03-27",{c:"69",ca:"69",e:"79",f:"105",fa:"105",s:"16.4",si:"16.4"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15.4",si:"15.4"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"2",si:"1"}],["≤2020-03-24",{c:"≤80",ca:"≤80",e:"≤80",f:"1.5",fa:"4",s:"≤13.1",si:"≤13.4"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2023-03-27",{c:"108",ca:"109",e:"108",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"94",ca:"94",e:"94",f:"88",fa:"88",s:"16.4",si:"16.4"}],["2017-04-05",{c:"1",ca:"18",e:"15",f:"1.5",fa:"4",s:"1.2",si:"1"}],["≤2018-10-02",{c:"10",ca:"18",e:"≤18",f:"4",fa:"4",s:"7",si:"7"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"66",fa:"66",s:"17",si:"17"}],["2022-09-12",{c:"90",ca:"90",e:"90",f:"81",fa:"81",s:"16",si:"16"}],["2020-03-24",{c:"68",ca:"68",e:"79",f:"61",fa:"61",s:"13.1",si:"13.4"}],["2018-10-02",{c:"23",ca:"25",e:"18",f:"49",fa:"49",s:"7",si:"7"}],["2022-09-12",{c:"63",ca:"63",e:"18",f:"59",fa:"59",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2019-01-29",{c:"50",ca:"50",e:"12",f:"65",fa:"65",s:"10",si:"10"}],["2024-12-11",{c:"15",ca:"18",e:"79",f:"95",fa:"95",s:"18.2",si:"18.2"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"1.5",fa:"4",s:"5",si:"4"}],["2015-07-29",{c:"33",ca:"33",e:"12",f:"18",fa:"18",s:"7",si:"7"}],["2024-03-22",{c:"123",ca:"123",e:"123",f:"≤66",fa:"≤66",s:"≤12",si:"≤12"}],["2021-04-26",{c:"60",ca:"60",e:"79",f:"84",fa:"84",s:"14.1",si:"14.5"}],["2025-09-15",{c:"124",ca:"124",e:"124",f:"128",fa:"128",s:"26",si:"26"}],["2023-03-27",{c:"94",ca:"94",e:"94",f:"99",fa:"99",s:"16.4",si:"16.4"}],["2015-09-16",{c:"6",ca:"18",e:"12",f:"7",fa:"7",s:"8",si:"9"}],["2022-09-12",{c:"44",ca:"44",e:"79",f:"46",fa:"46",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2016-03-21",{c:"38",ca:"38",e:"13",f:"38",fa:"38",s:"9.1",si:"9.3"}],["2020-01-15",{c:"57",ca:"57",e:"79",f:"51",fa:"51",s:"10.1",si:"10.3"}],["2020-01-15",{c:"47",ca:"47",e:"79",f:"51",fa:"51",s:"9",si:"9"}],["2020-01-15",{c:"59",ca:"59",e:"79",f:"3",fa:"4",s:"8",si:"8"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.6",fa:"4",s:"4",si:"3.2"}],["2020-07-28",{c:"55",ca:"55",e:"12",f:"59",fa:"79",s:"13",si:"13"}],["2025-01-27",{c:"116",ca:"116",e:"116",f:"125",fa:"125",s:"17",si:"18.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"76",ca:"76",e:"79",f:"67",fa:"67",s:"12.1",si:"13"}],["2022-05-31",{c:"96",ca:"96",e:"96",f:"101",fa:"101",s:"14.1",si:"14.5"}],["2020-01-15",{c:"74",ca:"74",e:"79",f:"63",fa:"64",s:"10.1",si:"10.3"}],["2023-12-11",{c:"73",ca:"73",e:"79",f:"78",fa:"79",s:"17.2",si:"17.2"}],["2023-12-11",{c:"86",ca:"86",e:"86",f:"101",fa:"101",s:"17.2",si:"17.2"}],["2023-06-06",{c:"1",ca:"18",e:"12",f:"1",fa:"114",s:"1.1",si:"1"}],["2025-05-01",{c:"136",ca:"136",e:"136",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2019-09-19",{c:"63",ca:"63",e:"12",f:"6",fa:"6",s:"13",si:"13"}],["2015-07-29",{c:"6",ca:"18",e:"12",f:"6",fa:"6",s:"6",si:"7"}],["2015-07-29",{c:"32",ca:"32",e:"12",f:"29",fa:"29",s:"8",si:"8"}],["2020-07-28",{c:"76",ca:"76",e:"79",f:"71",fa:"79",s:"13",si:"13"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2018-10-02",{c:"63",ca:"63",e:"18",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2025-01-07",{c:"128",ca:"128",e:"128",f:"134",fa:"134",s:"18.2",si:"18.2"}],["2024-03-05",{c:"119",ca:"119",e:"119",f:"121",fa:"121",s:"17.4",si:"17.4"}],["2016-09-20",{c:"49",ca:"49",e:"12",f:"18",fa:"18",s:"10",si:"10"}],["2023-03-27",{c:"50",ca:"50",e:"17",f:"44",fa:"48",s:"16",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2020-03-24",{c:"63",ca:"63",e:"79",f:"49",fa:"49",s:"13.1",si:"13.4"}],["2020-07-28",{c:"71",ca:"71",e:"79",f:"69",fa:"79",s:"12.1",si:"12.2"}],["2021-04-26",{c:"87",ca:"87",e:"87",f:"70",fa:"79",s:"14.1",si:"14.5"}],["2026-01-13",{c:"118",ca:"118",e:"118",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2020-07-28",{c:"1",ca:"18",e:"13",f:"78",fa:"79",s:"4",si:"3.2"}],["2026-03-24",{c:"89",ca:"89",e:"89",f:"102",fa:"102",s:"26.4",si:"26.4"}],["2024-01-23",{c:"119",ca:"119",e:"119",f:"122",fa:"122",s:"17.2",si:"17.2"}],["2021-09-20",{c:"85",ca:"85",e:"85",f:"87",fa:"87",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-05-01",{c:"136",ca:"136",e:"136",f:"134",fa:"134",s:"18.2",si:"18.2"}],["2024-07-09",{c:"85",ca:"85",e:"85",f:"128",fa:"128",s:"16.4",si:"16.4"}],["2024-09-16",{c:"125",ca:"125",e:"125",f:"128",fa:"128",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.6",fa:"4",s:"5",si:"4"}],["2026-03-24",{c:"96",ca:"96",e:"96",f:"149",fa:"149",s:"16.4",si:"16.4"}],["2015-07-29",{c:"24",ca:"25",e:"12",f:"23",fa:"23",s:"7",si:"7"}],["2023-03-27",{c:"69",ca:"69",e:"79",f:"99",fa:"99",s:"16.4",si:"16.4"}],["2024-10-29",{c:"83",ca:"83",e:"83",f:"132",fa:"132",s:"15.4",si:"15.4"}],["2025-05-27",{c:"134",ca:"134",e:"134",f:"139",fa:"139",s:"18.4",si:"18.4"}],["2024-07-09",{c:"111",ca:"111",e:"111",f:"128",fa:"128",s:"16.4",si:"16.4"}],["2020-07-28",{c:"64",ca:"64",e:"79",f:"69",fa:"79",s:"13.1",si:"13.4"}],["2022-09-12",{c:"68",ca:"68",e:"79",f:"62",fa:"62",s:"16",si:"16"}],["2018-10-23",{c:"1",ca:"18",e:"12",f:"63",fa:"63",s:"3",si:"1"}],["2023-03-27",{c:"54",ca:"54",e:"17",f:"45",fa:"45",s:"16.4",si:"16.4"}],["2017-09-19",{c:"29",ca:"29",e:"12",f:"35",fa:"35",s:"11",si:"11"}],["2020-07-27",{c:"84",ca:"84",e:"84",f:"67",fa:"67",s:"9.1",si:"9.3"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"52",fa:"52",s:"12.1",si:"12.2"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2023-11-21",{c:"111",ca:"111",e:"111",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-05-17",{c:"125",ca:"125",e:"125",f:"118",fa:"118",s:"17.2",si:"17.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"38",fa:"38",s:"5",si:"4.2"}],["2024-12-11",{c:"128",ca:"128",e:"128",f:"38",fa:"38",s:"18.2",si:"18.2"}],["2024-12-11",{c:"84",ca:"84",e:"84",f:"38",fa:"38",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"65",fa:"65",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2025-12-12",{c:"143",ca:"143",e:"143",f:"146",fa:"146",s:"26.2",si:"26.2"}],["2020-01-15",{c:"27",ca:"27",e:"79",f:"32",fa:"32",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-27",{c:"38",ca:"39",e:"79",f:"43",fa:"43",s:"16.4",si:"16.4"}],["2025-03-31",{c:"84",ca:"84",e:"84",f:"126",fa:"126",s:"16.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"113",fa:"113",s:"17",si:"17"}],["2022-03-14",{c:"61",ca:"61",e:"79",f:"36",fa:"36",s:"15.4",si:"15.4"}],["2020-09-16",{c:"61",ca:"61",e:"79",f:"36",fa:"36",s:"14",si:"14"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"68",fa:"68",s:"11",si:"11"}],["2024-10-01",{c:"80",ca:"80",e:"80",f:"131",fa:"131",s:"16.1",si:"16.1"}],["2025-12-12",{c:"121",ca:"121",e:"121",f:"64",fa:"64",s:"26.2",si:"26.2"}],["2024-12-11",{c:"94",ca:"94",e:"94",f:"97",fa:"97",s:"18.2",si:"18.2"}],["2024-12-11",{c:"121",ca:"121",e:"121",f:"64",fa:"64",s:"18.2",si:"18.2"}],["2025-12-12",{c:"114",ca:"114",e:"114",f:"109",fa:"109",s:"26.2",si:"26.2"}],["2023-10-13",{c:"118",ca:"118",e:"118",f:"118",fa:"118",s:"17",si:"17"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-07",{c:"11",ca:"18",e:"12",f:"52",fa:"52",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"6",ca:"18",e:"79",f:"6",fa:"45",s:"5",si:"5"}],["2023-03-27",{c:"65",ca:"65",e:"79",f:"61",fa:"61",s:"16.4",si:"16.4"}],["2018-04-30",{c:"45",ca:"45",e:"17",f:"44",fa:"44",s:"11.1",si:"11.3"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"8",si:"8"}],["2024-06-11",{c:"122",ca:"122",e:"122",f:"127",fa:"127",s:"17",si:"17"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2020-07-28",{c:"73",ca:"73",e:"79",f:"72",fa:"79",s:"13.1",si:"13.4"}],["2026-02-24",{c:"135",ca:"135",e:"135",f:"148",fa:"148",s:"18.4",si:"18.4"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"62",fa:"62",s:"10.1",si:"10.3"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"54",fa:"54",s:"10.1",si:"10.3"}],["2021-12-13",{c:"68",ca:"89",e:"79",f:"79",fa:"79",s:"15.2",si:"15.2"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2023-03-27",{c:"92",ca:"92",e:"92",f:"92",fa:"92",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"19",ca:"25",e:"79",f:"4",fa:"4",s:"6",si:"6"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2020-01-15",{c:"18",ca:"18",e:"79",f:"55",fa:"55",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2018-09-05",{c:"33",ca:"33",e:"14",f:"49",fa:"62",s:"7",si:"7"}],["2017-11-28",{c:"9",ca:"47",e:"12",f:"2",fa:"57",s:"5.1",si:"5"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"55",fa:"55",s:"11.1",si:"11.3"}],["2017-03-27",{c:"38",ca:"38",e:"13",f:"38",fa:"38",s:"10.1",si:"10.3"}],["2020-01-15",{c:"70",ca:"70",e:"79",f:"3",fa:"4",s:"10.1",si:"10.3"}],["2024-08-06",{c:"117",ca:"117",e:"117",f:"129",fa:"129",s:"17.5",si:"17.5"}],["2024-05-17",{c:"125",ca:"125",e:"125",f:"126",fa:"126",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-09-16",{c:"77",ca:"77",e:"79",f:"65",fa:"65",s:"14",si:"14"}],["2019-09-19",{c:"56",ca:"56",e:"16",f:"59",fa:"59",s:"13",si:"13"}],["2023-12-05",{c:"119",ca:"120",e:"85",f:"65",fa:"65",s:"11.1",si:"11.3"}],["2023-09-18",{c:"61",ca:"61",e:"79",f:"57",fa:"57",s:"17",si:"17"}],["2022-06-28",{c:"67",ca:"67",e:"79",f:"102",fa:"102",s:"14.1",si:"14.5"}],["2022-03-14",{c:"92",ca:"92",e:"92",f:"90",fa:"90",s:"15.4",si:"15.4"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"29",fa:"29",s:"9",si:"9"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"40",fa:"40",s:"9",si:"9"}],["2020-01-15",{c:"73",ca:"73",e:"79",f:"67",fa:"67",s:"13",si:"13"}],["2016-09-20",{c:"34",ca:"34",e:"12",f:"31",fa:"31",s:"10",si:"10"}],["2017-04-05",{c:"57",ca:"57",e:"15",f:"48",fa:"48",s:"10",si:"10"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"34",fa:"34",s:"9",si:"9"}],["2015-09-30",{c:"41",ca:"36",e:"12",f:"24",fa:"24",s:"9",si:"9"}],["2020-08-27",{c:"85",ca:"85",e:"85",f:"77",fa:"79",s:"13.1",si:"13.4"}],["2015-09-30",{c:"41",ca:"36",e:"12",f:"17",fa:"17",s:"9",si:"9"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"61",fa:"61",s:"12",si:"12"}],["2023-10-24",{c:"111",ca:"111",e:"111",f:"119",fa:"119",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2022-03-14",{c:"98",ca:"98",e:"98",f:"94",fa:"94",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2023-09-15",{c:"117",ca:"117",e:"117",f:"71",fa:"79",s:"16",si:"16"}],["2015-09-30",{c:"28",ca:"28",e:"12",f:"22",fa:"22",s:"9",si:"9"}],["2016-09-20",{c:"2",ca:"18",e:"12",f:"49",fa:"49",s:"4",si:"3.2"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"3",fa:"4",s:"3",si:"2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"3",fa:"4",s:"6",si:"6"}],["2015-09-30",{c:"38",ca:"38",e:"12",f:"36",fa:"36",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-08-10",{c:"42",ca:"42",e:"79",f:"91",fa:"91",s:"13.1",si:"13.4"}],["2018-10-02",{c:"1",ca:"18",e:"18",f:"1.5",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"2"}],["2024-12-11",{c:"89",ca:"89",e:"89",f:"131",fa:"131",s:"18.2",si:"18.2"}],["2015-11-12",{c:"26",ca:"26",e:"13",f:"22",fa:"22",s:"8",si:"8"}],["2020-01-15",{c:"62",ca:"62",e:"79",f:"53",fa:"53",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-09-12",{c:"47",ca:"47",e:"12",f:"49",fa:"49",s:"16",si:"16"}],["2022-03-14",{c:"48",ca:"48",e:"79",f:"48",fa:"48",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"64",ca:"64",e:"79",f:"70",fa:"79",s:"15.4",si:"15.4"}],["2025-12-12",{c:"121",ca:"121",e:"121",f:"137",fa:"137",s:"26.2",si:"26.2"}],["2022-03-03",{c:"99",ca:"99",e:"99",f:"46",fa:"46",s:"7",si:"7"}],["2020-01-15",{c:"38",ca:"38",e:"79",f:"19",fa:"19",s:"10.1",si:"10.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2026-03-13",{c:"146",ca:"146",e:"146",f:"121",fa:"121",s:"15",si:"15"}],["2026-03-13",{c:"146",ca:"146",e:"146",f:"121",fa:"121",s:"15",si:"15"}],["2020-09-16",{c:"48",ca:"48",e:"79",f:"41",fa:"41",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"7",fa:"7",s:"1.3",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.5",fa:"4",s:"1.1",si:"1"}],["2017-04-05",{c:"4",ca:"18",e:"15",f:"49",fa:"49",s:"3",si:"2"}],["2015-07-29",{c:"23",ca:"25",e:"12",f:"31",fa:"31",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-11-19",{c:"87",ca:"87",e:"87",f:"70",fa:"79",s:"12.1",si:"12.2"}],["2020-07-28",{c:"33",ca:"33",e:"12",f:"74",fa:"79",s:"12.1",si:"12.2"}],["2024-10-17",{c:"130",ca:"130",e:"130",f:"124",fa:"124",s:"17.5",si:"17.5"}],["2024-05-13",{c:"114",ca:"114",e:"114",f:"121",fa:"121",s:"17.5",si:"17.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3"}],["2017-10-24",{c:"62",ca:"62",e:"14",f:"22",fa:"22",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2019-09-19",{c:"36",ca:"36",e:"12",f:"52",fa:"52",s:"13",si:"9.3"}],["2024-03-05",{c:"114",ca:"114",e:"114",f:"122",fa:"122",s:"17.4",si:"17.4"}],["2024-04-16",{c:"118",ca:"118",e:"118",f:"125",fa:"125",s:"13.1",si:"13.4"}],["2015-09-30",{c:"36",ca:"36",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2022-03-14",{c:"36",ca:"36",e:"12",f:"16",fa:"16",s:"15.4",si:"15.4"}],["2024-08-06",{c:"117",ca:"117",e:"117",f:"129",fa:"129",s:"17.4",si:"17.4"}],["2015-09-30",{c:"26",ca:"26",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2023-03-14",{c:"19",ca:"25",e:"79",f:"111",fa:"111",s:"6",si:"6"}],["2023-03-13",{c:"111",ca:"111",e:"111",f:"108",fa:"108",s:"15.4",si:"15.4"}],["2026-02-24",{c:"83",ca:"83",e:"83",f:"148",fa:"148",s:"26",si:"26"}],["2023-07-21",{c:"115",ca:"115",e:"115",f:"70",fa:"79",s:"15",si:"15"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-09-05",{c:"140",ca:"140",e:"140",f:"133",fa:"133",s:"18.2",si:"18.2"}],["2015-09-30",{c:"44",ca:"44",e:"12",f:"40",fa:"40",s:"9",si:"9"}],["2016-03-21",{c:"41",ca:"41",e:"13",f:"27",fa:"27",s:"9.1",si:"9.3"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"102",fa:"102",s:"17",si:"17"}],["2018-04-30",{c:"44",ca:"44",e:"17",f:"48",fa:"48",s:"10.1",si:"10.3"}],["2015-07-29",{c:"32",ca:"32",e:"12",f:"19",fa:"19",s:"7",si:"7"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"115",fa:"115",s:"17",si:"17"}],["2025-09-15",{c:"95",ca:"95",e:"95",f:"142",fa:"142",s:"26",si:"26"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"2",si:"1"}],["2023-11-21",{c:"72",ca:"72",e:"79",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2023-11-02",{c:"119",ca:"119",e:"119",f:"88",fa:"88",s:"16.5",si:"16.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-04-18",{c:"124",ca:"124",e:"124",f:"120",fa:"120",s:"17.4",si:"17.4"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"3"}],["2025-10-14",{c:"125",ca:"125",e:"125",f:"144",fa:"144",s:"18.2",si:"18.2"}],["2025-10-14",{c:"111",ca:"111",e:"111",f:"144",fa:"144",s:"18",si:"18"}],["2022-12-05",{c:"108",ca:"108",e:"108",f:"101",fa:"101",s:"15.4",si:"15.4"}],["2017-10-17",{c:"26",ca:"26",e:"16",f:"19",fa:"19",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"1"}],["2021-08-10",{c:"61",ca:"61",e:"79",f:"91",fa:"68",s:"13",si:"13"}],["2017-10-17",{c:"57",ca:"57",e:"16",f:"52",fa:"52",s:"11",si:"11"}],["2021-04-26",{c:"85",ca:"85",e:"85",f:"78",fa:"79",s:"14.1",si:"14.5"}],["2021-10-25",{c:"75",ca:"75",e:"79",f:"78",fa:"79",s:"15.1",si:"15.1"}],["2022-05-03",{c:"95",ca:"95",e:"95",f:"100",fa:"100",s:"15.2",si:"15.2"}],["2024-03-05",{c:"114",ca:"114",e:"114",f:"112",fa:"112",s:"17.4",si:"17.4"}],["2024-12-11",{c:"119",ca:"119",e:"119",f:"120",fa:"120",s:"18.2",si:"18.2"}],["2020-10-20",{c:"86",ca:"86",e:"86",f:"78",fa:"79",s:"13.1",si:"13.4"}],["2020-03-24",{c:"69",ca:"69",e:"79",f:"62",fa:"62",s:"13.1",si:"13.4"}],["2021-10-25",{c:"75",ca:"75",e:"18",f:"64",fa:"64",s:"15.1",si:"15.1"}],["2021-11-19",{c:"96",ca:"96",e:"96",f:"79",fa:"79",s:"15.1",si:"15.1"}],["2021-04-26",{c:"69",ca:"69",e:"18",f:"62",fa:"62",s:"14.1",si:"14.5"}],["2023-03-27",{c:"91",ca:"91",e:"91",f:"89",fa:"89",s:"16.4",si:"16.4"}],["2024-12-11",{c:"112",ca:"112",e:"112",f:"121",fa:"121",s:"18.2",si:"18.2"}],["2021-12-13",{c:"74",ca:"88",e:"79",f:"79",fa:"79",s:"15.2",si:"15.2"}],["2024-09-16",{c:"119",ca:"119",e:"119",f:"120",fa:"120",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2021-04-26",{c:"84",ca:"84",e:"84",f:"79",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"36",ca:"36",e:"12",f:"6",fa:"6",s:"8",si:"8"}],["2015-09-30",{c:"36",ca:"36",e:"12",f:"34",fa:"34",s:"9",si:"9"}],["2020-09-16",{c:"84",ca:"84",e:"84",f:"75",fa:"79",s:"14",si:"14"}],["2021-04-26",{c:"35",ca:"35",e:"12",f:"25",fa:"25",s:"14.1",si:"14.5"}],["2015-07-29",{c:"37",ca:"37",e:"12",f:"34",fa:"34",s:"11",si:"11"}],["2022-03-14",{c:"69",ca:"69",e:"79",f:"96",fa:"96",s:"15.4",si:"15.4"}],["2021-09-07",{c:"67",ca:"70",e:"18",f:"60",fa:"92",s:"13",si:"13"}],["2023-10-24",{c:"85",ca:"85",e:"85",f:"119",fa:"119",s:"16",si:"16"}],["2015-07-29",{c:"9",ca:"25",e:"12",f:"4",fa:"4",s:"5.1",si:"8"}],["2021-09-20",{c:"63",ca:"63",e:"17",f:"30",fa:"30",s:"14",si:"15"}],["2024-10-29",{c:"104",ca:"104",e:"104",f:"132",fa:"132",s:"16.4",si:"16.4"}],["2020-01-15",{c:"47",ca:"47",e:"79",f:"53",fa:"53",s:"12",si:"12"}],["2017-04-19",{c:"33",ca:"33",e:"12",f:"53",fa:"53",s:"9.1",si:"9.3"}],["2020-09-16",{c:"47",ca:"47",e:"79",f:"56",fa:"56",s:"14",si:"14"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"22",fa:"22",s:"8",si:"8"}],["2018-04-30",{c:"26",ca:"26",e:"17",f:"22",fa:"22",s:"8",si:"8"}],["2022-12-13",{c:"100",ca:"100",e:"100",f:"108",fa:"108",s:"16",si:"16"}],["2021-09-20",{c:"56",ca:"58",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2024-10-29",{c:"104",ca:"104",e:"104",f:"132",fa:"132",s:"16.4",si:"16.4"}],["2020-09-16",{c:"32",ca:"32",e:"18",f:"65",fa:"65",s:"14",si:"14"}],["2020-01-15",{c:"56",ca:"56",e:"79",f:"22",fa:"24",s:"11",si:"11"}],["2025-10-03",{c:"141",ca:"141",e:"141",f:"117",fa:"117",s:"15.4",si:"15.4"}],["2023-05-09",{c:"76",ca:"76",e:"79",f:"113",fa:"113",s:"15.4",si:"15.4"}],["2020-01-15",{c:"58",ca:"58",e:"79",f:"44",fa:"44",s:"11",si:"11"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"11",fa:"14",s:"5",si:"4.2"}],["2026-03-24",{c:"97",ca:"97",e:"97",f:"114",fa:"114",s:"26.4",si:"26.4"}],["2015-07-29",{c:"23",ca:"25",e:"12",f:"31",fa:"31",s:"6",si:"8"}],["2020-01-15",{c:"23",ca:"25",e:"79",f:"31",fa:"31",s:"6",si:"8"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"82",fa:"82",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-03-19",{c:"114",ca:"114",e:"114",f:"124",fa:"124",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"36",ca:"36",e:"79",f:"36",fa:"36",s:"9.1",si:"9.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"44",ca:"44",e:"12",f:"15",fa:"15",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-27",{c:"48",ca:"48",e:"12",f:"41",fa:"41",s:"10.1",si:"10.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3",fa:"4",s:"1",si:"1"}],["2024-05-14",{c:"1",ca:"18",e:"12",f:"126",fa:"126",s:"3.1",si:"3"}],["2026-02-11",{c:"123",ca:"123",e:"123",f:"126",fa:"126",s:"26.3",si:"26.3"}]],ne={w:"WebKit",g:"Gecko",p:"Presto",b:"Blink"},ie={r:"retired",c:"current",b:"beta",n:"nightly",p:"planned",u:"unknown",e:"esr"},e=S=>{const J={};return Object.keys(S).forEach((ee=>{const te=S[ee];if(te&&te.releases){J[ee]||(J[ee]={releases:{}});const S=J[ee].releases;te.releases.forEach((J=>{S[J[0]]={version:J[0],release_date:"u"==J[1]?"unknown":J[1],status:ie[J[2]],engine:J[3]?ne[J[3]]:void 0,engine_version:J[4]}}))}})),J},oe=(()=>{const S=[];return re.forEach((J=>{var ee;S.push({status:{baseline_low_date:J[0],support:(ee=J[1],{chrome:ee.c,chrome_android:ee.ca,edge:ee.e,firefox:ee.f,firefox_android:ee.fa,safari:ee.s,safari_ios:ee.si})}})})),S})(),se=e(ee),ae=e(te);let le=!1;const ue=["chrome","chrome_android","edge","firefox","firefox_android","safari","safari_ios"],pe=Object.keys(se).map((S=>[S,se[S]])).filter((([S])=>ue.includes(S))),de=["webview_android","samsunginternet_android","opera_android","opera"],fe=[...Object.keys(se).map((S=>[S,se[S]])).filter((([S])=>de.includes(S))),...Object.keys(ae).map((S=>[S,ae[S]]))],me=["current","esr","retired","unknown","beta","nightly"];let ge=!1;const d=S=>{if(!1===S.includeDownstreamBrowsers&&!0===S.includeKaiOS){if(console.log(new Error("KaiOS is a downstream browser and can only be included if you include other downstream browsers. Please ensure you use `includeDownstreamBrowsers: true`.")),"undefined"==typeof process||!process.exit)throw new Error("KaiOS configuration error: process.exit is not available");process.exit(1)}},v=S=>S&&S.startsWith("≤")?S.slice(1):S,_=(S,J)=>{if(S===J)return 0;const[ee=0,te=0]=S.split(".",2).map(Number),[re=0,ne=0]=J.split(".",2).map(Number);if(isNaN(ee)||isNaN(te))throw new Error(`Invalid version: ${S}`);if(isNaN(re)||isNaN(ne))throw new Error(`Invalid version: ${J}`);return ee!==re?ee>re?1:-1:te!==ne?te>ne?1:-1:0},h=S=>{let J=[];return S.forEach((S=>{let ee=pe.find((J=>J[0]===S.browser));if(ee){Object.keys(ee[1].releases).map((S=>[S,ee[1].releases[S]])).filter((([,S])=>me.includes(S.status))).sort(((S,J)=>_(S[0],J[0]))).forEach((([ee,te])=>!!me.includes(te.status)&&(1===_(ee,S.version)&&(J.push({browser:S.browser,version:ee,release_date:te.release_date?te.release_date:"unknown"}),!0))))}})),J},m=(S,J=!1)=>{if(S.getFullYear()<2015&&!ge&&console.warn(new Error("There are no browser versions compatible with Baseline before 2015. You may receive unexpected results.")),S.getFullYear()<2002)throw new Error("None of the browsers in the core set were released before 2002. Please use a date after 2002.");if(S.getFullYear()>(new Date).getFullYear())throw new Error("There are no browser versions compatible with Baseline in the future");const ee=(S=>oe.filter((J=>J.status.baseline_low_date&&new Date(J.status.baseline_low_date)<=S)).map((S=>({baseline_low_date:S.status.baseline_low_date,support:S.status.support}))))(S),te=(S=>{let J={};return pe.forEach((S=>{J[S[0]]={browser:S[0],version:"0",release_date:""}})),S.forEach((S=>{Object.keys(S.support).forEach((ee=>{const te=S.support[ee],re=v(te);J[ee]&&1===_(re,v(J[ee].version))&&(J[ee]={browser:ee,version:re,release_date:S.baseline_low_date})}))})),Object.keys(J).map((S=>J[S]))})(ee);return J?[...te,...h(te)].sort(((S,J)=>S.browser<J.browser?-1:S.browser>J.browser?1:_(S.version,J.version))):te},y=(S=[],J=!0,ee=!1)=>{const c=J=>{var ee;return S&&S.length>0?null===(ee=S.filter((S=>S.browser===J)).sort(((S,J)=>_(S.version,J.version)))[0])||void 0===ee?void 0:ee.version:void 0},te=c("chrome"),re=c("firefox");if(!te&&!re)throw new Error("There are no browser versions compatible with Baseline before Chrome and Firefox");let ne=[];return fe.filter((([S])=>!("kai_os"===S&&!ee))).forEach((([S,ee])=>{var ie;if(!ee.releases)return;let oe=Object.keys(ee.releases).map((S=>[S,ee.releases[S]])).filter((([,S])=>{const{engine:J,engine_version:ee}=S;return!(!J||!ee)&&("Blink"===J&&te?_(ee,te)>=0:!("Gecko"!==J||!re)&&_(ee,re)>=0)})).sort(((S,J)=>_(S[0],J[0])));for(let ee=0;ee<oe.length;ee++){const te=oe[ee];if(te){const[ee,re]=te;let oe={browser:S,version:ee,release_date:null!==(ie=re.release_date)&&void 0!==ie?ie:"unknown"};if(re.engine&&re.engine_version&&(oe.engine=re.engine,oe.engine_version=re.engine_version),ne.push(oe),!J)break}}})),ne};function O(S){var J,ee,te,re,ne,ie,oe;let se=null!=S?S:{},ae={listAllCompatibleVersions:null!==(J=se.listAllCompatibleVersions)&&void 0!==J&&J,includeDownstreamBrowsers:null!==(ee=se.includeDownstreamBrowsers)&&void 0!==ee&&ee,widelyAvailableOnDate:null!==(te=se.widelyAvailableOnDate)&&void 0!==te?te:void 0,targetYear:null!==(re=se.targetYear)&&void 0!==re?re:void 0,includeKaiOS:null!==(ne=se.includeKaiOS)&&void 0!==ne&&ne,overrideLastUpdated:null!==(ie=se.overrideLastUpdated)&&void 0!==ie?ie:void 0,suppressWarnings:null!==(oe=se.suppressWarnings)&&void 0!==oe&&oe},ue=new Date;if(d(ae),ae.widelyAvailableOnDate||ae.targetYear)if(ae.targetYear&&ae.widelyAvailableOnDate){if(console.log(new Error("You cannot use targetYear and widelyAvailableOnDate at the same time. Please remove one of these options and try again.")),"undefined"==typeof process||!process.exit)throw new Error("Configuration error: targetYear and widelyAvailableOnDate cannot be used together");process.exit(1)}else ae.widelyAvailableOnDate?ue=new Date(ae.widelyAvailableOnDate):ae.targetYear&&(ue=new Date(`${ae.targetYear}-12-31`));else ue=new Date;(ae.widelyAvailableOnDate||void 0===ae.targetYear)&&ue.setMonth(ue.getMonth()-30);let pe=m(ue,ae.listAllCompatibleVersions);return ae.suppressWarnings||((S,J)=>{if(le||"undefined"!=typeof process&&process.env&&(process.env.BROWSERSLIST_IGNORE_OLD_DATA||process.env.BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA))return;const ee=new Date;ee.setMonth(ee.getMonth()-2),S>ee&&(null!=J?J:1774968778517)<ee.getTime()&&(console.warn("[baseline-browser-mapping] The data in this module is over two months old and you are targetting a recent feature cut off date of "+S.toISOString().slice(0,10)+". To ensure accurate Baseline data, please update to the latest version of this module using the package manager of your choice.You can suppress these warnings using the environment variables `BROWSERSLIST_IGNORE_OLD_DATA=true` or `BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA=true` or by passing `suppressWarnings: true` when you call `getCompatibleVersions()` or `getAllVersions()`."),le=!0)})(ue,ae.overrideLastUpdated),!1===ae.includeDownstreamBrowsers?pe:[...pe,...y(pe,ae.listAllCompatibleVersions,ae.includeKaiOS)]}J._resetHasWarned=function(){le=!1},J.getAllVersions=function(S){var J,ee,te,re,ne;ge=!0;let ie=null!=S?S:{},oe={outputFormat:null!==(J=ie.outputFormat)&&void 0!==J?J:"array",includeDownstreamBrowsers:null!==(ee=ie.includeDownstreamBrowsers)&&void 0!==ee&&ee,useSupports:null!==(te=ie.useSupports)&&void 0!==te&&te,includeKaiOS:null!==(re=ie.includeKaiOS)&&void 0!==re&&re,suppressWarnings:null!==(ne=ie.suppressWarnings)&&void 0!==ne&&ne};d(oe);let se=(new Date).getFullYear()+1;const ae=[...Array(se).keys()].slice(2002),le={};ae.forEach((S=>{le[S]={},O({targetYear:S,suppressWarnings:oe.suppressWarnings}).forEach((J=>{le[S]&&(le[S][J.browser]=J)}))}));const pe=O({suppressWarnings:oe.suppressWarnings}),de={};pe.forEach((S=>{de[S.browser]=S}));const fe=new Date;fe.setMonth(fe.getMonth()+30);const me=O({widelyAvailableOnDate:fe.toISOString().slice(0,10),suppressWarnings:oe.suppressWarnings}),he={};me.forEach((S=>{he[S.browser]=S}));const _e=O({targetYear:2002,listAllCompatibleVersions:!0,suppressWarnings:oe.suppressWarnings}),ye=[];if(ue.forEach((S=>{var J,ee,te,re;let ne=_e.filter((J=>J.browser==S)).sort(((S,J)=>_(S.version,J.version))),ie=null!==(ee=null===(J=de[S])||void 0===J?void 0:J.version)&&void 0!==ee?ee:"0",ue=null!==(re=null===(te=he[S])||void 0===te?void 0:te.version)&&void 0!==re?re:"0";ae.forEach((J=>{var ee;if(le[J]){let te=(null!==(ee=le[J][S])&&void 0!==ee?ee:{version:"0"}).version,re=ne.findIndex((S=>0===_(S.version,te)));(J===se-1?ne:ne.slice(0,re)).forEach((S=>{let ee=_(S.version,ie)>=0,te=_(S.version,ue)>=0,re=Object.assign(Object.assign({},S),{year:J<=2015?"pre_baseline":J-1});oe.useSupports?(ee&&(re.supports="widely"),te&&(re.supports="newly")):re=Object.assign(Object.assign({},re),{wa_compatible:ee}),ye.push(re)})),ne=ne.slice(re,ne.length)}}))})),oe.includeDownstreamBrowsers){y(ye,!0,oe.includeKaiOS).forEach((S=>{let J=ye.find((J=>"chrome"===J.browser&&J.version===S.engine_version));J&&(oe.useSupports?ye.push(Object.assign(Object.assign({},S),{year:J.year,supports:J.supports})):ye.push(Object.assign(Object.assign({},S),{year:J.year,wa_compatible:J.wa_compatible})))}))}if(ye.sort(((S,J)=>{if("pre_baseline"===S.year&&"pre_baseline"!==J.year)return-1;if("pre_baseline"===J.year&&"pre_baseline"!==S.year)return 1;if("pre_baseline"!==S.year&&"pre_baseline"!==J.year){if(S.year<J.year)return-1;if(S.year>J.year)return 1}return S.browser<J.browser?-1:S.browser>J.browser?1:_(S.version,J.version)})),"object"===oe.outputFormat){const S={};return ye.forEach((J=>{S[J.browser]||(S[J.browser]={});let ee={year:J.year,release_date:J.release_date,engine:J.engine,engine_version:J.engine_version};S[J.browser][J.version]=oe.useSupports?J.supports?Object.assign(Object.assign({},ee),{supports:J.supports}):ee:Object.assign(Object.assign({},ee),{wa_compatible:J.wa_compatible})})),null!=S?S:{}}if("csv"===oe.outputFormat){let S=`"browser","version","year","${oe.useSupports?"supports":"wa_compatible"}","release_date","engine","engine_version"`;return ye.forEach((J=>{var ee,te,re,ne;let ie={browser:J.browser,version:J.version,year:J.year,release_date:null!==(ee=J.release_date)&&void 0!==ee?ee:"NULL",engine:null!==(te=J.engine)&&void 0!==te?te:"NULL",engine_version:null!==(re=J.engine_version)&&void 0!==re?re:"NULL"};ie=oe.useSupports?Object.assign(Object.assign({},ie),{supports:null!==(ne=J.supports)&&void 0!==ne?ne:""}):Object.assign(Object.assign({},ie),{wa_compatible:J.wa_compatible}),S+=`\n"${ie.browser}","${ie.version}","${ie.year}","${oe.useSupports?ie.supports:ie.wa_compatible}","${ie.release_date}","${ie.engine}","${ie.engine_version}"`})),S}return ye},J.getCompatibleVersions=O},88785:S=>{"use strict";S.exports=JSON.parse('{"es6.module":{"chrome":"61","and_chr":"61","edge":"16","firefox":"60","and_ff":"60","node":"13.2.0","opera":"48","op_mob":"45","safari":"10.1","ios":"10.3","samsung":"8.2","android":"61","electron":"2.0","ios_saf":"10.3"}}')},53738:S=>{"use strict";S.exports=JSON.parse('{"transform-explicit-resource-management":{"chrome":"134","edge":"134","firefox":"141","node":"24","electron":"35.0"},"transform-duplicate-named-capturing-groups-regex":{"chrome":"126","opera":"112","edge":"126","firefox":"129","safari":"17.4","node":"23","ios":"17.4","electron":"31.0"},"transform-regexp-modifiers":{"chrome":"125","opera":"111","edge":"125","firefox":"132","node":"23","samsung":"27","electron":"31.0"},"transform-unicode-sets-regex":{"chrome":"112","opera":"98","edge":"112","firefox":"116","safari":"17","node":"20","deno":"1.32","ios":"17","samsung":"23","opera_mobile":"75","electron":"24.0"},"bugfix/transform-v8-static-class-fields-redefine-readonly":{"chrome":"98","opera":"84","edge":"98","firefox":"75","safari":"15","node":"12","deno":"1.18","ios":"15","samsung":"11","opera_mobile":"52","electron":"17.0"},"bugfix/transform-firefox-class-in-computed-class-key":{"chrome":"74","opera":"62","edge":"79","firefox":"126","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"bugfix/transform-safari-class-field-initializer-scope":{"chrome":"74","opera":"62","edge":"79","firefox":"69","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"proposal-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"transform-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"proposal-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"proposal-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"transform-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","rhino":"1.8","opera_mobile":"57","electron":"8.0"},"proposal-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","rhino":"1.8","opera_mobile":"57","electron":"8.0"},"transform-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"proposal-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"transform-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-parameters":{"chrome":"49","opera":"36","edge":"18","firefox":"52","safari":"16.3","node":"6","deno":"1","ios":"16.3","samsung":"5","opera_mobile":"36","electron":"0.37"},"transform-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"proposal-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"transform-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"proposal-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"transform-dotall-regex":{"chrome":"62","opera":"49","edge":"79","firefox":"78","safari":"11.1","node":"8.10","deno":"1","ios":"11.3","samsung":"8","rhino":"1.7.15","opera_mobile":"46","electron":"3.0"},"transform-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-named-capturing-groups-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-async-to-generator":{"chrome":"55","opera":"42","edge":"15","firefox":"52","safari":"11","node":"7.6","deno":"1","ios":"11","samsung":"6","opera_mobile":"42","electron":"1.6"},"transform-exponentiation-operator":{"chrome":"52","opera":"39","edge":"14","firefox":"52","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","rhino":"1.7.14","opera_mobile":"41","electron":"1.3"},"transform-template-literals":{"chrome":"41","opera":"28","edge":"13","firefox":"34","safari":"13","node":"4","deno":"1","ios":"13","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-literals":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-function-name":{"chrome":"51","opera":"38","edge":"79","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-arrow-functions":{"chrome":"47","opera":"34","edge":"13","firefox":"43","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.13","opera_mobile":"34","electron":"0.36"},"transform-block-scoped-functions":{"chrome":"41","opera":"28","edge":"12","firefox":"46","safari":"10","node":"4","deno":"1","ie":"11","ios":"10","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-classes":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-object-super":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-shorthand-properties":{"chrome":"43","opera":"30","edge":"12","firefox":"33","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.14","opera_mobile":"30","electron":"0.27"},"transform-duplicate-keys":{"chrome":"42","opera":"29","edge":"12","firefox":"34","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","opera_mobile":"29","electron":"0.25"},"transform-computed-properties":{"chrome":"44","opera":"31","edge":"12","firefox":"34","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"4","rhino":"1.8","opera_mobile":"32","electron":"0.30"},"transform-for-of":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-sticky-regex":{"chrome":"49","opera":"36","edge":"13","firefox":"3","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"36","electron":"0.37"},"transform-unicode-escapes":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-unicode-regex":{"chrome":"50","opera":"37","edge":"13","firefox":"46","safari":"12","node":"6","deno":"1","ios":"12","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-spread":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-destructuring":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-block-scoping":{"chrome":"50","opera":"37","edge":"14","firefox":"53","safari":"11","node":"6","deno":"1","ios":"11","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-typeof-symbol":{"chrome":"48","opera":"35","edge":"12","firefox":"36","safari":"9","node":"6","deno":"1","ios":"9","samsung":"5","rhino":"1.8","opera_mobile":"35","electron":"0.37"},"transform-new-target":{"chrome":"46","opera":"33","edge":"14","firefox":"41","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-regenerator":{"chrome":"50","opera":"37","edge":"13","firefox":"53","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-member-expression-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-property-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-reserved-words":{"chrome":"13","opera":"10.50","edge":"12","firefox":"2","safari":"3.1","node":"0.6","deno":"1","ie":"9","android":"4.4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"transform-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2.0","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"},"proposal-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2.0","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"}}')},95266:S=>{"use strict";S.exports=JSON.parse('["decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","eval","globalThis","isFinite","isNaN","parseFloat","parseInt","undefined","unescape"]')},50963:S=>{"use strict";S.exports=JSON.parse('["AggregateError","Array","ArrayBuffer","Atomics","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","Error","EvalError","FinalizationRegistry","Float16Array","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","Intl","Iterator","JSON","Map","Math","NaN","Number","Object","Promise","Proxy","RangeError","ReferenceError","Reflect","RegExp","Set","SharedArrayBuffer","String","Symbol","SyntaxError","TypeError","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","URIError","WeakMap","WeakRef","WeakSet"]')},62962:S=>{"use strict";S.exports=JSON.parse('{"name":"@babel/preset-typescript","version":"7.28.5","description":"Babel preset for TypeScript.","repository":{"type":"git","url":"https://github.com/babel/babel.git","directory":"packages/babel-preset-typescript"},"license":"MIT","publishConfig":{"access":"public"},"main":"./lib/index.js","keywords":["babel-preset","typescript"],"dependencies":{"@babel/helper-plugin-utils":"^7.27.1","@babel/helper-validator-option":"^7.27.1","@babel/plugin-syntax-jsx":"^7.27.1","@babel/plugin-transform-modules-commonjs":"^7.27.1","@babel/plugin-transform-typescript":"^7.28.5"},"peerDependencies":{"@babel/core":"^7.0.0-0"},"devDependencies":{"@babel/core":"^7.28.5","@babel/helper-plugin-test-runner":"^7.27.1"},"homepage":"https://babel.dev/docs/en/next/babel-preset-typescript","bugs":"https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20typescript%22+is%3Aopen","engines":{"node":">=6.9.0"},"author":"The Babel Team (https://babel.dev/team)","type":"commonjs"}')},17252:S=>{"use strict";S.exports=JSON.parse('[{"name":"nodejs","version":"0.2.0","date":"2011-08-26","lts":false,"security":false,"v8":"2.3.8.0"},{"name":"nodejs","version":"0.3.0","date":"2011-08-26","lts":false,"security":false,"v8":"2.5.1.0"},{"name":"nodejs","version":"0.4.0","date":"2011-08-26","lts":false,"security":false,"v8":"3.1.2.0"},{"name":"nodejs","version":"0.5.0","date":"2011-08-26","lts":false,"security":false,"v8":"3.1.8.25"},{"name":"nodejs","version":"0.6.0","date":"2011-11-04","lts":false,"security":false,"v8":"3.6.6.6"},{"name":"nodejs","version":"0.7.0","date":"2012-01-17","lts":false,"security":false,"v8":"3.8.6.0"},{"name":"nodejs","version":"0.8.0","date":"2012-06-22","lts":false,"security":false,"v8":"3.11.10.10"},{"name":"nodejs","version":"0.9.0","date":"2012-07-20","lts":false,"security":false,"v8":"3.11.10.15"},{"name":"nodejs","version":"0.10.0","date":"2013-03-11","lts":false,"security":false,"v8":"3.14.5.8"},{"name":"nodejs","version":"0.11.0","date":"2013-03-28","lts":false,"security":false,"v8":"3.17.13.0"},{"name":"nodejs","version":"0.12.0","date":"2015-02-06","lts":false,"security":false,"v8":"3.28.73.0"},{"name":"nodejs","version":"4.0.0","date":"2015-09-08","lts":false,"security":false,"v8":"4.5.103.30"},{"name":"nodejs","version":"4.1.0","date":"2015-09-17","lts":false,"security":false,"v8":"4.5.103.33"},{"name":"nodejs","version":"4.2.0","date":"2015-10-12","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.3.0","date":"2016-02-09","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.4.0","date":"2016-03-08","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.5.0","date":"2016-08-16","lts":"Argon","security":false,"v8":"4.5.103.37"},{"name":"nodejs","version":"4.6.0","date":"2016-09-27","lts":"Argon","security":true,"v8":"4.5.103.37"},{"name":"nodejs","version":"4.7.0","date":"2016-12-06","lts":"Argon","security":false,"v8":"4.5.103.43"},{"name":"nodejs","version":"4.8.0","date":"2017-02-21","lts":"Argon","security":false,"v8":"4.5.103.45"},{"name":"nodejs","version":"4.9.0","date":"2018-03-28","lts":"Argon","security":true,"v8":"4.5.103.53"},{"name":"nodejs","version":"5.0.0","date":"2015-10-29","lts":false,"security":false,"v8":"4.6.85.28"},{"name":"nodejs","version":"5.1.0","date":"2015-11-17","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.2.0","date":"2015-12-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.3.0","date":"2015-12-15","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.4.0","date":"2016-01-06","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.5.0","date":"2016-01-21","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.6.0","date":"2016-02-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.7.0","date":"2016-02-23","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.8.0","date":"2016-03-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.9.0","date":"2016-03-16","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.10.0","date":"2016-04-01","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.11.0","date":"2016-04-21","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.12.0","date":"2016-06-23","lts":false,"security":false,"v8":"4.6.85.32"},{"name":"nodejs","version":"6.0.0","date":"2016-04-26","lts":false,"security":false,"v8":"5.0.71.35"},{"name":"nodejs","version":"6.1.0","date":"2016-05-05","lts":false,"security":false,"v8":"5.0.71.35"},{"name":"nodejs","version":"6.2.0","date":"2016-05-17","lts":false,"security":false,"v8":"5.0.71.47"},{"name":"nodejs","version":"6.3.0","date":"2016-07-06","lts":false,"security":false,"v8":"5.0.71.52"},{"name":"nodejs","version":"6.4.0","date":"2016-08-12","lts":false,"security":false,"v8":"5.0.71.60"},{"name":"nodejs","version":"6.5.0","date":"2016-08-26","lts":false,"security":false,"v8":"5.1.281.81"},{"name":"nodejs","version":"6.6.0","date":"2016-09-14","lts":false,"security":false,"v8":"5.1.281.83"},{"name":"nodejs","version":"6.7.0","date":"2016-09-27","lts":false,"security":true,"v8":"5.1.281.83"},{"name":"nodejs","version":"6.8.0","date":"2016-10-12","lts":false,"security":false,"v8":"5.1.281.84"},{"name":"nodejs","version":"6.9.0","date":"2016-10-18","lts":"Boron","security":false,"v8":"5.1.281.84"},{"name":"nodejs","version":"6.10.0","date":"2017-02-21","lts":"Boron","security":false,"v8":"5.1.281.93"},{"name":"nodejs","version":"6.11.0","date":"2017-06-06","lts":"Boron","security":false,"v8":"5.1.281.102"},{"name":"nodejs","version":"6.12.0","date":"2017-11-06","lts":"Boron","security":false,"v8":"5.1.281.108"},{"name":"nodejs","version":"6.13.0","date":"2018-02-10","lts":"Boron","security":false,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.14.0","date":"2018-03-28","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.15.0","date":"2018-11-27","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.16.0","date":"2018-12-26","lts":"Boron","security":false,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.17.0","date":"2019-02-28","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"7.0.0","date":"2016-10-25","lts":false,"security":false,"v8":"5.4.500.36"},{"name":"nodejs","version":"7.1.0","date":"2016-11-08","lts":false,"security":false,"v8":"5.4.500.36"},{"name":"nodejs","version":"7.2.0","date":"2016-11-22","lts":false,"security":false,"v8":"5.4.500.43"},{"name":"nodejs","version":"7.3.0","date":"2016-12-20","lts":false,"security":false,"v8":"5.4.500.45"},{"name":"nodejs","version":"7.4.0","date":"2017-01-04","lts":false,"security":false,"v8":"5.4.500.45"},{"name":"nodejs","version":"7.5.0","date":"2017-01-31","lts":false,"security":false,"v8":"5.4.500.48"},{"name":"nodejs","version":"7.6.0","date":"2017-02-21","lts":false,"security":false,"v8":"5.5.372.40"},{"name":"nodejs","version":"7.7.0","date":"2017-02-28","lts":false,"security":false,"v8":"5.5.372.41"},{"name":"nodejs","version":"7.8.0","date":"2017-03-29","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"7.9.0","date":"2017-04-11","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"7.10.0","date":"2017-05-02","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"8.0.0","date":"2017-05-30","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.1.0","date":"2017-06-08","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.2.0","date":"2017-07-19","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.3.0","date":"2017-08-08","lts":false,"security":false,"v8":"6.0.286.52"},{"name":"nodejs","version":"8.4.0","date":"2017-08-15","lts":false,"security":false,"v8":"6.0.286.52"},{"name":"nodejs","version":"8.5.0","date":"2017-09-12","lts":false,"security":false,"v8":"6.0.287.53"},{"name":"nodejs","version":"8.6.0","date":"2017-09-26","lts":false,"security":false,"v8":"6.0.287.53"},{"name":"nodejs","version":"8.7.0","date":"2017-10-11","lts":false,"security":false,"v8":"6.1.534.42"},{"name":"nodejs","version":"8.8.0","date":"2017-10-24","lts":false,"security":false,"v8":"6.1.534.42"},{"name":"nodejs","version":"8.9.0","date":"2017-10-31","lts":"Carbon","security":false,"v8":"6.1.534.46"},{"name":"nodejs","version":"8.10.0","date":"2018-03-06","lts":"Carbon","security":false,"v8":"6.2.414.50"},{"name":"nodejs","version":"8.11.0","date":"2018-03-28","lts":"Carbon","security":true,"v8":"6.2.414.50"},{"name":"nodejs","version":"8.12.0","date":"2018-09-10","lts":"Carbon","security":false,"v8":"6.2.414.66"},{"name":"nodejs","version":"8.13.0","date":"2018-11-20","lts":"Carbon","security":false,"v8":"6.2.414.72"},{"name":"nodejs","version":"8.14.0","date":"2018-11-27","lts":"Carbon","security":true,"v8":"6.2.414.72"},{"name":"nodejs","version":"8.15.0","date":"2018-12-26","lts":"Carbon","security":false,"v8":"6.2.414.75"},{"name":"nodejs","version":"8.16.0","date":"2019-04-16","lts":"Carbon","security":false,"v8":"6.2.414.77"},{"name":"nodejs","version":"8.17.0","date":"2019-12-17","lts":"Carbon","security":true,"v8":"6.2.414.78"},{"name":"nodejs","version":"9.0.0","date":"2017-10-31","lts":false,"security":false,"v8":"6.2.414.32"},{"name":"nodejs","version":"9.1.0","date":"2017-11-07","lts":false,"security":false,"v8":"6.2.414.32"},{"name":"nodejs","version":"9.2.0","date":"2017-11-14","lts":false,"security":false,"v8":"6.2.414.44"},{"name":"nodejs","version":"9.3.0","date":"2017-12-12","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.4.0","date":"2018-01-10","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.5.0","date":"2018-01-31","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.6.0","date":"2018-02-21","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.7.0","date":"2018-03-01","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.8.0","date":"2018-03-07","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.9.0","date":"2018-03-21","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.10.0","date":"2018-03-28","lts":false,"security":true,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.11.0","date":"2018-04-04","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"10.0.0","date":"2018-04-24","lts":false,"security":false,"v8":"6.6.346.24"},{"name":"nodejs","version":"10.1.0","date":"2018-05-08","lts":false,"security":false,"v8":"6.6.346.27"},{"name":"nodejs","version":"10.2.0","date":"2018-05-23","lts":false,"security":false,"v8":"6.6.346.32"},{"name":"nodejs","version":"10.3.0","date":"2018-05-29","lts":false,"security":false,"v8":"6.6.346.32"},{"name":"nodejs","version":"10.4.0","date":"2018-06-06","lts":false,"security":false,"v8":"6.7.288.43"},{"name":"nodejs","version":"10.5.0","date":"2018-06-20","lts":false,"security":false,"v8":"6.7.288.46"},{"name":"nodejs","version":"10.6.0","date":"2018-07-04","lts":false,"security":false,"v8":"6.7.288.46"},{"name":"nodejs","version":"10.7.0","date":"2018-07-18","lts":false,"security":false,"v8":"6.7.288.49"},{"name":"nodejs","version":"10.8.0","date":"2018-08-01","lts":false,"security":false,"v8":"6.7.288.49"},{"name":"nodejs","version":"10.9.0","date":"2018-08-15","lts":false,"security":false,"v8":"6.8.275.24"},{"name":"nodejs","version":"10.10.0","date":"2018-09-06","lts":false,"security":false,"v8":"6.8.275.30"},{"name":"nodejs","version":"10.11.0","date":"2018-09-19","lts":false,"security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.12.0","date":"2018-10-10","lts":false,"security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.13.0","date":"2018-10-30","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.14.0","date":"2018-11-27","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.15.0","date":"2018-12-26","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.16.0","date":"2019-05-28","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.17.0","date":"2019-10-22","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.18.0","date":"2019-12-17","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.19.0","date":"2020-02-05","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.20.0","date":"2020-03-26","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.21.0","date":"2020-06-02","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.22.0","date":"2020-07-21","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.23.0","date":"2020-10-27","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.24.0","date":"2021-02-23","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"11.0.0","date":"2018-10-23","lts":false,"security":false,"v8":"7.0.276.28"},{"name":"nodejs","version":"11.1.0","date":"2018-10-30","lts":false,"security":false,"v8":"7.0.276.32"},{"name":"nodejs","version":"11.2.0","date":"2018-11-15","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.3.0","date":"2018-11-27","lts":false,"security":true,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.4.0","date":"2018-12-07","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.5.0","date":"2018-12-18","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.6.0","date":"2018-12-26","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.7.0","date":"2019-01-17","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.8.0","date":"2019-01-24","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.9.0","date":"2019-01-30","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.10.0","date":"2019-02-14","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.11.0","date":"2019-03-05","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.12.0","date":"2019-03-14","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.13.0","date":"2019-03-28","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.14.0","date":"2019-04-10","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.15.0","date":"2019-04-30","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"12.0.0","date":"2019-04-23","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.1.0","date":"2019-04-29","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.2.0","date":"2019-05-07","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.3.0","date":"2019-05-21","lts":false,"security":false,"v8":"7.4.288.27"},{"name":"nodejs","version":"12.4.0","date":"2019-06-04","lts":false,"security":false,"v8":"7.4.288.27"},{"name":"nodejs","version":"12.5.0","date":"2019-06-26","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.6.0","date":"2019-07-03","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.7.0","date":"2019-07-23","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.8.0","date":"2019-08-06","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.9.0","date":"2019-08-20","lts":false,"security":false,"v8":"7.6.303.29"},{"name":"nodejs","version":"12.10.0","date":"2019-09-04","lts":false,"security":false,"v8":"7.6.303.29"},{"name":"nodejs","version":"12.11.0","date":"2019-09-25","lts":false,"security":false,"v8":"7.7.299.11"},{"name":"nodejs","version":"12.12.0","date":"2019-10-11","lts":false,"security":false,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.13.0","date":"2019-10-21","lts":"Erbium","security":false,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.14.0","date":"2019-12-17","lts":"Erbium","security":true,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.15.0","date":"2020-02-05","lts":"Erbium","security":true,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.16.0","date":"2020-02-11","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.17.0","date":"2020-05-26","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.18.0","date":"2020-06-02","lts":"Erbium","security":true,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.19.0","date":"2020-10-06","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.20.0","date":"2020-11-24","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.21.0","date":"2021-02-23","lts":"Erbium","security":true,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.22.0","date":"2021-03-30","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"13.0.0","date":"2019-10-22","lts":false,"security":false,"v8":"7.8.279.17"},{"name":"nodejs","version":"13.1.0","date":"2019-11-05","lts":false,"security":false,"v8":"7.8.279.17"},{"name":"nodejs","version":"13.2.0","date":"2019-11-21","lts":false,"security":false,"v8":"7.9.317.23"},{"name":"nodejs","version":"13.3.0","date":"2019-12-03","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.4.0","date":"2019-12-17","lts":false,"security":true,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.5.0","date":"2019-12-18","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.6.0","date":"2020-01-07","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.7.0","date":"2020-01-21","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.8.0","date":"2020-02-05","lts":false,"security":true,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.9.0","date":"2020-02-18","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.10.0","date":"2020-03-04","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.11.0","date":"2020-03-12","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.12.0","date":"2020-03-26","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.13.0","date":"2020-04-14","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.14.0","date":"2020-04-29","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"14.0.0","date":"2020-04-21","lts":false,"security":false,"v8":"8.1.307.30"},{"name":"nodejs","version":"14.1.0","date":"2020-04-29","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.2.0","date":"2020-05-05","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.3.0","date":"2020-05-19","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.4.0","date":"2020-06-02","lts":false,"security":true,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.5.0","date":"2020-06-30","lts":false,"security":false,"v8":"8.3.110.9"},{"name":"nodejs","version":"14.6.0","date":"2020-07-20","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.7.0","date":"2020-07-29","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.8.0","date":"2020-08-11","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.9.0","date":"2020-08-27","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.10.0","date":"2020-09-08","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.11.0","date":"2020-09-15","lts":false,"security":true,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.12.0","date":"2020-09-22","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.13.0","date":"2020-09-29","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.14.0","date":"2020-10-15","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.15.0","date":"2020-10-27","lts":"Fermium","security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.16.0","date":"2021-02-23","lts":"Fermium","security":true,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.17.0","date":"2021-05-11","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.18.0","date":"2021-09-28","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.19.0","date":"2022-02-01","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.20.0","date":"2022-07-07","lts":"Fermium","security":true,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.21.0","date":"2022-11-01","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"15.0.0","date":"2020-10-20","lts":false,"security":false,"v8":"8.6.395.16"},{"name":"nodejs","version":"15.1.0","date":"2020-11-04","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.2.0","date":"2020-11-10","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.3.0","date":"2020-11-24","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.4.0","date":"2020-12-09","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.5.0","date":"2020-12-22","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.6.0","date":"2021-01-14","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.7.0","date":"2021-01-25","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.8.0","date":"2021-02-02","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.9.0","date":"2021-02-18","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.10.0","date":"2021-02-23","lts":false,"security":true,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.11.0","date":"2021-03-03","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.12.0","date":"2021-03-17","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.13.0","date":"2021-03-31","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.14.0","date":"2021-04-06","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"16.0.0","date":"2021-04-20","lts":false,"security":false,"v8":"9.0.257.17"},{"name":"nodejs","version":"16.1.0","date":"2021-05-04","lts":false,"security":false,"v8":"9.0.257.24"},{"name":"nodejs","version":"16.2.0","date":"2021-05-19","lts":false,"security":false,"v8":"9.0.257.25"},{"name":"nodejs","version":"16.3.0","date":"2021-06-03","lts":false,"security":false,"v8":"9.0.257.25"},{"name":"nodejs","version":"16.4.0","date":"2021-06-23","lts":false,"security":false,"v8":"9.1.269.36"},{"name":"nodejs","version":"16.5.0","date":"2021-07-14","lts":false,"security":false,"v8":"9.1.269.38"},{"name":"nodejs","version":"16.6.0","date":"2021-07-29","lts":false,"security":true,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.7.0","date":"2021-08-18","lts":false,"security":false,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.8.0","date":"2021-08-25","lts":false,"security":false,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.9.0","date":"2021-09-07","lts":false,"security":false,"v8":"9.3.345.16"},{"name":"nodejs","version":"16.10.0","date":"2021-09-22","lts":false,"security":false,"v8":"9.3.345.19"},{"name":"nodejs","version":"16.11.0","date":"2021-10-08","lts":false,"security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.12.0","date":"2021-10-20","lts":false,"security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.13.0","date":"2021-10-26","lts":"Gallium","security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.14.0","date":"2022-02-08","lts":"Gallium","security":false,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.15.0","date":"2022-04-26","lts":"Gallium","security":false,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.16.0","date":"2022-07-07","lts":"Gallium","security":true,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.17.0","date":"2022-08-16","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.18.0","date":"2022-10-12","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.19.0","date":"2022-12-13","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.20.0","date":"2023-03-28","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"17.0.0","date":"2021-10-19","lts":false,"security":false,"v8":"9.5.172.21"},{"name":"nodejs","version":"17.1.0","date":"2021-11-09","lts":false,"security":false,"v8":"9.5.172.25"},{"name":"nodejs","version":"17.2.0","date":"2021-11-30","lts":false,"security":false,"v8":"9.6.180.14"},{"name":"nodejs","version":"17.3.0","date":"2021-12-17","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.4.0","date":"2022-01-18","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.5.0","date":"2022-02-10","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.6.0","date":"2022-02-22","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.7.0","date":"2022-03-09","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.8.0","date":"2022-03-22","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.9.0","date":"2022-04-07","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"18.0.0","date":"2022-04-18","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.1.0","date":"2022-05-03","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.2.0","date":"2022-05-17","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.3.0","date":"2022-06-02","lts":false,"security":false,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.4.0","date":"2022-06-16","lts":false,"security":false,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.5.0","date":"2022-07-06","lts":false,"security":true,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.6.0","date":"2022-07-13","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.7.0","date":"2022-07-26","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.8.0","date":"2022-08-24","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.9.0","date":"2022-09-07","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.10.0","date":"2022-09-28","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.11.0","date":"2022-10-13","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.12.0","date":"2022-10-25","lts":"Hydrogen","security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.13.0","date":"2023-01-05","lts":"Hydrogen","security":false,"v8":"10.2.154.23"},{"name":"nodejs","version":"18.14.0","date":"2023-02-01","lts":"Hydrogen","security":false,"v8":"10.2.154.23"},{"name":"nodejs","version":"18.15.0","date":"2023-03-05","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.16.0","date":"2023-04-12","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.17.0","date":"2023-07-18","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.18.0","date":"2023-09-18","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.19.0","date":"2023-11-29","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.20.0","date":"2024-03-26","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"19.0.0","date":"2022-10-17","lts":false,"security":false,"v8":"10.7.193.13"},{"name":"nodejs","version":"19.1.0","date":"2022-11-14","lts":false,"security":false,"v8":"10.7.193.20"},{"name":"nodejs","version":"19.2.0","date":"2022-11-29","lts":false,"security":false,"v8":"10.8.168.20"},{"name":"nodejs","version":"19.3.0","date":"2022-12-14","lts":false,"security":false,"v8":"10.8.168.21"},{"name":"nodejs","version":"19.4.0","date":"2023-01-05","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.5.0","date":"2023-01-24","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.6.0","date":"2023-02-01","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.7.0","date":"2023-02-21","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.8.0","date":"2023-03-14","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.9.0","date":"2023-04-10","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"20.0.0","date":"2023-04-17","lts":false,"security":false,"v8":"11.3.244.4"},{"name":"nodejs","version":"20.1.0","date":"2023-05-03","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.2.0","date":"2023-05-16","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.3.0","date":"2023-06-08","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.4.0","date":"2023-07-04","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.5.0","date":"2023-07-19","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.6.0","date":"2023-08-23","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.7.0","date":"2023-09-18","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.8.0","date":"2023-09-28","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.9.0","date":"2023-10-24","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.10.0","date":"2023-11-22","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.11.0","date":"2024-01-09","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.12.0","date":"2024-03-26","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.13.0","date":"2024-05-07","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.14.0","date":"2024-05-28","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.15.0","date":"2024-06-20","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.16.0","date":"2024-07-24","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.17.0","date":"2024-08-21","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.18.0","date":"2024-10-03","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.19.0","date":"2025-03-13","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.20.0","date":"2026-01-12","lts":"Iron","security":true,"v8":"11.3.244.8"},{"name":"nodejs","version":"21.0.0","date":"2023-10-17","lts":false,"security":false,"v8":"11.8.172.13"},{"name":"nodejs","version":"21.1.0","date":"2023-10-24","lts":false,"security":false,"v8":"11.8.172.15"},{"name":"nodejs","version":"21.2.0","date":"2023-11-14","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.3.0","date":"2023-11-30","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.4.0","date":"2023-12-05","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.5.0","date":"2023-12-19","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.6.0","date":"2024-01-14","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.7.0","date":"2024-03-06","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"22.0.0","date":"2024-04-24","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.1.0","date":"2024-05-02","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.2.0","date":"2024-05-15","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.3.0","date":"2024-06-11","lts":false,"security":false,"v8":"12.4.254.20"},{"name":"nodejs","version":"22.4.0","date":"2024-07-02","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.5.0","date":"2024-07-17","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.6.0","date":"2024-08-06","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.7.0","date":"2024-08-21","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.8.0","date":"2024-09-03","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.9.0","date":"2024-09-17","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.10.0","date":"2024-10-16","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.11.0","date":"2024-10-29","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.12.0","date":"2024-12-02","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.13.0","date":"2025-01-06","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.14.0","date":"2025-02-11","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.15.0","date":"2025-04-22","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.16.0","date":"2025-05-20","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.17.0","date":"2025-06-24","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.18.0","date":"2025-07-31","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.19.0","date":"2025-08-28","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.20.0","date":"2025-09-24","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.21.0","date":"2025-10-20","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.22.0","date":"2026-01-12","lts":"Jod","security":true,"v8":"12.4.254.21"},{"name":"nodejs","version":"23.0.0","date":"2024-10-16","lts":false,"security":false,"v8":"12.9.202.26"},{"name":"nodejs","version":"23.1.0","date":"2024-10-24","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.2.0","date":"2024-11-11","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.3.0","date":"2024-11-20","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.4.0","date":"2024-12-10","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.5.0","date":"2024-12-19","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.6.0","date":"2025-01-07","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.7.0","date":"2025-01-30","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.8.0","date":"2025-02-13","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.9.0","date":"2025-02-26","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.10.0","date":"2025-03-13","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.11.0","date":"2025-04-01","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"24.0.0","date":"2025-05-06","lts":false,"security":false,"v8":"13.6.233.8"},{"name":"nodejs","version":"24.1.0","date":"2025-05-20","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.2.0","date":"2025-06-09","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.3.0","date":"2025-06-24","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.4.0","date":"2025-07-09","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.5.0","date":"2025-07-31","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.6.0","date":"2025-08-14","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.7.0","date":"2025-08-27","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.8.0","date":"2025-09-10","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.9.0","date":"2025-09-25","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.10.0","date":"2025-10-08","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.11.0","date":"2025-10-28","lts":"Krypton","security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.12.0","date":"2025-12-10","lts":"Krypton","security":false,"v8":"13.6.233.17"},{"name":"nodejs","version":"24.13.0","date":"2026-01-12","lts":"Krypton","security":true,"v8":"13.6.233.17"},{"name":"nodejs","version":"24.14.0","date":"2026-02-24","lts":"Krypton","security":false,"v8":"13.6.233.17"},{"name":"nodejs","version":"25.0.0","date":"2025-10-15","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.1.0","date":"2025-10-28","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.2.0","date":"2025-11-11","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.3.0","date":"2026-01-12","lts":false,"security":true,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.4.0","date":"2026-01-19","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.5.0","date":"2026-01-26","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.6.0","date":"2026-02-02","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.7.0","date":"2026-02-24","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.8.0","date":"2026-03-03","lts":false,"security":false,"v8":"14.1.146.11"}]')},97220:S=>{"use strict";S.exports=JSON.parse('{"v0.8":{"start":"2012-06-25","end":"2014-07-31"},"v0.10":{"start":"2013-03-11","end":"2016-10-31"},"v0.12":{"start":"2015-02-06","end":"2016-12-31"},"v4":{"start":"2015-09-08","lts":"2015-10-12","maintenance":"2017-04-01","end":"2018-04-30","codename":"Argon"},"v5":{"start":"2015-10-29","maintenance":"2016-04-30","end":"2016-06-30"},"v6":{"start":"2016-04-26","lts":"2016-10-18","maintenance":"2018-04-30","end":"2019-04-30","codename":"Boron"},"v7":{"start":"2016-10-25","maintenance":"2017-04-30","end":"2017-06-30"},"v8":{"start":"2017-05-30","lts":"2017-10-31","maintenance":"2019-01-01","end":"2019-12-31","codename":"Carbon"},"v9":{"start":"2017-10-01","maintenance":"2018-04-01","end":"2018-06-30"},"v10":{"start":"2018-04-24","lts":"2018-10-30","maintenance":"2020-05-19","end":"2021-04-30","codename":"Dubnium"},"v11":{"start":"2018-10-23","maintenance":"2019-04-22","end":"2019-06-01"},"v12":{"start":"2019-04-23","lts":"2019-10-21","maintenance":"2020-11-30","end":"2022-04-30","codename":"Erbium"},"v13":{"start":"2019-10-22","maintenance":"2020-04-01","end":"2020-06-01"},"v14":{"start":"2020-04-21","lts":"2020-10-27","maintenance":"2021-10-19","end":"2023-04-30","codename":"Fermium"},"v15":{"start":"2020-10-20","maintenance":"2021-04-01","end":"2021-06-01"},"v16":{"start":"2021-04-20","lts":"2021-10-26","maintenance":"2022-10-18","end":"2023-09-11","codename":"Gallium"},"v17":{"start":"2021-10-19","maintenance":"2022-04-01","end":"2022-06-01"},"v18":{"start":"2022-04-19","lts":"2022-10-25","maintenance":"2023-10-18","end":"2025-04-30","codename":"Hydrogen"},"v19":{"start":"2022-10-18","maintenance":"2023-04-01","end":"2023-06-01"},"v20":{"start":"2023-04-18","lts":"2023-10-24","maintenance":"2024-10-22","end":"2026-04-30","codename":"Iron"},"v21":{"start":"2023-10-17","maintenance":"2024-04-01","end":"2024-06-01"},"v22":{"start":"2024-04-24","lts":"2024-10-29","maintenance":"2025-10-21","end":"2027-04-30","codename":"Jod"},"v23":{"start":"2024-10-16","maintenance":"2025-04-01","end":"2025-06-01"},"v24":{"start":"2025-05-06","lts":"2025-10-28","maintenance":"2026-10-20","end":"2028-04-30","codename":"Krypton"},"v25":{"start":"2025-10-15","maintenance":"2026-04-01","end":"2026-06-01"},"v26":{"start":"2026-04-22","lts":"2026-10-28","maintenance":"2027-10-20","end":"2029-04-30","codename":""}}')},8330:S=>{"use strict";S.exports=JSON.parse('{"name":"install-expo-modules","version":"0.14.20","license":"MIT","description":"Tools to install expo-modules for existing react-native projects","keywords":["expo","expo-modules","npx","react-native","react"],"bin":"bin/install-expo-modules.js","main":"build/index.js","files":["bin","build"],"scripts":{"build":"ncc build ./src/index.ts -o build/","build:prod":"ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register","clean":"expo-module clean","lint":"expo-module lint","test":"expo-module test","typecheck":"expo-module typecheck","watch":"pnpm run build --watch","prepublishOnly":"pnpm run clean && pnpm run build:prod"},"homepage":"https://github.com/expo/expo/tree/main/packages/install-expo-modules#readme","bugs":{"url":"https://github.com/expo/expo/issues"},"repository":{"type":"git","url":"https://github.com/expo/expo.git","directory":"packages/install-expo-modules"},"devDependencies":{"@expo/config":"workspace:*","@expo/config-plugins":"workspace:*","@expo/package-manager":"workspace:*","@expo/spawn-async":"^1.7.2","@types/prompts":"^2.0.6","@types/semver":"^7.0.0","chalk":"^4.1.2","commander":"^12.1.0","expo-module-scripts":"workspace:*","glob":"^13.0.0","prompts":"^2.3.2","resolve-from":"^5.0.0","semver":"7.5.4","terminal-link":"^2.1.1","xcparse":"^0.0.3"},"publishConfig":{"access":"public"},"gitHead":"71ec800b2fa6133d22d69b70945132e22f1b7ae8"}')}};var J={};function __nccwpck_require__(ee){var te=J[ee];if(te!==undefined){return te.exports}var re=J[ee]={id:ee,loaded:false,exports:{}};var ne=true;try{S[ee].call(re.exports,re,re.exports,__nccwpck_require__);ne=false}finally{if(ne)delete J[ee]}re.loaded=true;return re.exports}(()=>{__nccwpck_require__.o=(S,J)=>Object.prototype.hasOwnProperty.call(S,J)})();(()=>{__nccwpck_require__.nmd=S=>{S.paths=[];if(!S.children)S.children=[];return S}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var ee=__nccwpck_require__(43887);module.exports=ee})();
|
|
271
|
+
`;return this.replaceWith(le)[0].get("arguments.0")}function getFunctionArity(S){const J=S.params.findIndex((S=>Me(S)||Re(S)));return J===-1?S.params.length:J}},67406:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.evaluate=evaluate;J.evaluateTruthy=evaluateTruthy;const ee=["Number","String","Math"];const te=["isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent",null,null];const re=["random"];function isValidObjectCallee(S){return ee.includes(S)}function isValidIdentifierCallee(S){return te.includes(S)}function isInvalidMethod(S){return re.includes(S)}function evaluateTruthy(){const S=this.evaluate();if(S.confident)return!!S.value}function deopt(S,J){if(!J.confident)return;J.deoptPath=S;J.confident=false}const ne=new Map([["undefined",undefined],["Infinity",Infinity],["NaN",NaN]]);function evaluateCached(S,J){const{node:ee}=S;const{seen:te}=J;if(te.has(ee)){const re=te.get(ee);if(re.resolved){return re.value}else{deopt(S,J);return}}else{const re={resolved:false};te.set(ee,re);const ne=_evaluate(S,J);if(J.confident){re.resolved=true;re.value=ne}return ne}}function _evaluate(S,J){if(!J.confident)return;if(S.isSequenceExpression()){const ee=S.get("expressions");return evaluateCached(ee[ee.length-1],J)}if(S.isStringLiteral()||S.isNumericLiteral()||S.isBooleanLiteral()){return S.node.value}if(S.isNullLiteral()){return null}if(S.isTemplateLiteral()){return evaluateQuasis(S,S.node.quasis,J)}if(S.isTaggedTemplateExpression()&&S.get("tag").isMemberExpression()){const ee=S.get("tag.object");const{node:{name:te}}=ee;const re=S.get("tag.property");if(ee.isIdentifier()&&te==="String"&&!S.scope.getBinding(te)&&re.isIdentifier()&&re.node.name==="raw"){return evaluateQuasis(S,S.node.quasi.quasis,J,true)}}if(S.isConditionalExpression()){const ee=evaluateCached(S.get("test"),J);if(!J.confident)return;if(ee){return evaluateCached(S.get("consequent"),J)}else{return evaluateCached(S.get("alternate"),J)}}if(S.isExpressionWrapper()){return evaluateCached(S.get("expression"),J)}if(S.isMemberExpression()&&!S.parentPath.isCallExpression({callee:S.node})){const ee=S.get("property");const te=S.get("object");if(te.isLiteral()){const re=te.node.value;const ne=typeof re;let ie=null;if(S.node.computed){ie=evaluateCached(ee,J);if(!J.confident)return}else if(ee.isIdentifier()){ie=ee.node.name}if((ne==="number"||ne==="string")&&ie!=null&&(typeof ie==="number"||typeof ie==="string")){return re[ie]}}}if(S.isReferencedIdentifier()){const te=S.scope.getBinding(S.node.name);if(te){if(te.constantViolations.length>0||S.node.start<te.path.node.end){deopt(te.path,J);return}const re=te.path.scope;if(te.kind==="var"&&re!==te.scope){let ne=!re.path.parentPath.isBlockStatement();for(let ie=re.parent;ie;ie=ie.parent){var ee;if(ie===S.scope){if(ne){deopt(te.path,J);return}break}if((ee=ie.path.parentPath)!=null&&ee.isBlockStatement()){ne=true}}}if(te.hasValue){return te.value}}const re=S.node.name;if(ne.has(re)){if(!te){return ne.get(re)}deopt(te.path,J);return}if(!te){deopt(S,J);return}const ie=te.path;if(!ie.isVariableDeclarator()){deopt(ie,J);return}const oe=ie.get("init");const se=evaluateCached(oe,J);if(typeof se==="object"&&se!==null&&te.references>1){deopt(oe,J);return}return se}if(S.isUnaryExpression({prefix:true})){if(S.node.operator==="void"){return undefined}const ee=S.get("argument");if(S.node.operator==="typeof"&&(ee.isFunction()||ee.isClass())){return"function"}const te=evaluateCached(ee,J);if(!J.confident)return;switch(S.node.operator){case"!":return!te;case"+":return+te;case"-":return-te;case"~":return~te;case"typeof":return typeof te}}if(S.isArrayExpression()){const ee=[];const te=S.get("elements");for(const S of te){const te=S.evaluate();if(te.confident){ee.push(te.value)}else{deopt(te.deopt,J);return}}return ee}if(S.isObjectExpression()){const ee={};const te=S.get("properties");for(const S of te){if(S.isObjectMethod()||S.isSpreadElement()){deopt(S,J);return}const te=S.get("key");let re;if(S.node.computed){re=te.evaluate();if(!re.confident){deopt(re.deopt,J);return}re=re.value}else if(te.isIdentifier()){re=te.node.name}else{re=te.node.value}const ne=S.get("value");let ie=ne.evaluate();if(!ie.confident){deopt(ie.deopt,J);return}ie=ie.value;ee[re]=ie}return ee}if(S.isLogicalExpression()){const ee=J.confident;const te=evaluateCached(S.get("left"),J);const re=J.confident;J.confident=ee;const ne=evaluateCached(S.get("right"),J);const ie=J.confident;switch(S.node.operator){case"||":J.confident=re&&(!!te||ie);if(!J.confident)return;return te||ne;case"&&":J.confident=re&&(!te||ie);if(!J.confident)return;return te&≠case"??":J.confident=re&&(te!=null||ie);if(!J.confident)return;return te!=null?te:ne}}if(S.isBinaryExpression()){const ee=evaluateCached(S.get("left"),J);if(!J.confident)return;const te=evaluateCached(S.get("right"),J);if(!J.confident)return;switch(S.node.operator){case"-":return ee-te;case"+":return ee+te;case"/":return ee/te;case"*":return ee*te;case"%":return ee%te;case"**":return Math.pow(ee,te);case"<":return ee<te;case">":return ee>te;case"<=":return ee<=te;case">=":return ee>=te;case"==":return ee==te;case"!=":return ee!=te;case"===":return ee===te;case"!==":return ee!==te;case"|":return ee|te;case"&":return ee&te;case"^":return ee^te;case"<<":return ee<<te;case">>":return ee>>te;case">>>":return ee>>>te}}if(S.isCallExpression()){const ee=S.get("callee");let te;let re;if(ee.isIdentifier()&&!S.scope.getBinding(ee.node.name)&&(isValidObjectCallee(ee.node.name)||isValidIdentifierCallee(ee.node.name))){re=global[ee.node.name]}if(ee.isMemberExpression()){const S=ee.get("object");const J=ee.get("property");if(S.isIdentifier()&&J.isIdentifier()&&isValidObjectCallee(S.node.name)&&!isInvalidMethod(J.node.name)){te=global[S.node.name];const ee=J.node.name;if(hasOwnProperty.call(te,ee)){re=te[ee]}}if(S.isLiteral()&&J.isIdentifier()){const ee=typeof S.node.value;if(ee==="string"||ee==="number"){te=S.node.value;re=te[J.node.name]}}}if(re){const ee=S.get("arguments").map((S=>evaluateCached(S,J)));if(!J.confident)return;return re.apply(te,ee)}}deopt(S,J)}function evaluateQuasis(S,J,ee,te=false){let re="";let ne=0;const ie=S.isTemplateLiteral()?S.get("expressions"):S.get("quasi.expressions");for(const S of J){if(!ee.confident)break;re+=te?S.value.raw:S.value.cooked;const J=ie[ne++];if(J)re+=String(evaluateCached(J,ee))}if(!ee.confident)return;return re}function evaluate(){const S={confident:true,deoptPath:null,seen:new Map};let J=evaluateCached(this,S);if(!S.confident)J=undefined;return{confident:S.confident,deopt:S.deoptPath,value:J}}},33476:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._getKey=_getKey;J._getPattern=_getPattern;J.get=get;J.getAllNextSiblings=getAllNextSiblings;J.getAllPrevSiblings=getAllPrevSiblings;J.getAssignmentIdentifiers=getAssignmentIdentifiers;J.getBindingIdentifierPaths=getBindingIdentifierPaths;J.getBindingIdentifiers=getBindingIdentifiers;J.getCompletionRecords=getCompletionRecords;J.getNextSibling=getNextSibling;J.getOpposite=getOpposite;J.getOuterBindingIdentifierPaths=getOuterBindingIdentifierPaths;J.getOuterBindingIdentifiers=getOuterBindingIdentifiers;J.getPrevSibling=getPrevSibling;J.getSibling=getSibling;var te=ee(74974);var re=ee(6348);const{getAssignmentIdentifiers:ne,getBindingIdentifiers:ie,getOuterBindingIdentifiers:oe,numericLiteral:se,unaryExpression:ae}=re;const le=0;const ue=1;function NormalCompletion(S){return{type:le,path:S}}function BreakCompletion(S){return{type:ue,path:S}}function getOpposite(){if(this.key==="left"){return this.getSibling("right")}else if(this.key==="right"){return this.getSibling("left")}return null}function addCompletionRecords(S,J,ee){if(S){J.push(..._getCompletionRecords(S,ee))}return J}function completionRecordForSwitch(S,J,ee){let te=[];for(let re=0;re<S.length;re++){const ne=S[re];const ie=_getCompletionRecords(ne,ee);const oe=[];const se=[];for(const S of ie){if(S.type===le){oe.push(S)}if(S.type===ue){se.push(S)}}if(oe.length){te=oe}J.push(...se)}J.push(...te);return J}function normalCompletionToBreak(S){S.forEach((S=>{S.type=ue}))}function replaceBreakStatementInBreakCompletion(S,J){S.forEach((S=>{if(S.path.isBreakStatement({label:null})){if(J){S.path.replaceWith(ae("void",se(0)))}else{S.path.remove()}}}))}function getStatementListCompletion(S,J){const ee=[];if(J.canHaveBreak){let te=[];for(let re=0;re<S.length;re++){const ne=S[re];const ie=Object.assign({},J,{inCaseClause:false});if(ne.isBlockStatement()&&(J.inCaseClause||J.shouldPopulateBreak)){ie.shouldPopulateBreak=true}else{ie.shouldPopulateBreak=false}const oe=_getCompletionRecords(ne,ie);if(oe.length>0&&oe.every((S=>S.type===ue))){if(te.length>0&&oe.every((S=>S.path.isBreakStatement({label:null})))){normalCompletionToBreak(te);ee.push(...te);if(te.some((S=>S.path.isDeclaration()))){ee.push(...oe);if(!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,true)}}if(!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,false)}}else{ee.push(...oe);if(!J.shouldPopulateBreak&&!J.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(oe,true)}}break}if(re===S.length-1){ee.push(...oe)}else{te=[];for(let S=0;S<oe.length;S++){const J=oe[S];if(J.type===ue){ee.push(J)}if(J.type===le){te.push(J)}}}}}else if(S.length){for(let te=S.length-1;te>=0;te--){const re=_getCompletionRecords(S[te],J);if(re.length>1||re.length===1&&!re[0].path.isVariableDeclaration()&&!re[0].path.isEmptyStatement()){ee.push(...re);break}}}return ee}function _getCompletionRecords(S,J){let ee=[];if(S.isIfStatement()){ee=addCompletionRecords(S.get("consequent"),ee,J);ee=addCompletionRecords(S.get("alternate"),ee,J)}else if(S.isDoExpression()||S.isFor()||S.isWhile()||S.isLabeledStatement()){return addCompletionRecords(S.get("body"),ee,J)}else if(S.isProgram()||S.isBlockStatement()){return getStatementListCompletion(S.get("body"),J)}else if(S.isFunction()){return _getCompletionRecords(S.get("body"),J)}else if(S.isTryStatement()){ee=addCompletionRecords(S.get("block"),ee,J);ee=addCompletionRecords(S.get("handler"),ee,J)}else if(S.isCatchClause()){return addCompletionRecords(S.get("body"),ee,J)}else if(S.isSwitchStatement()){return completionRecordForSwitch(S.get("cases"),ee,J)}else if(S.isSwitchCase()){return getStatementListCompletion(S.get("consequent"),{canHaveBreak:true,shouldPopulateBreak:false,inCaseClause:true,shouldPreserveBreak:J.shouldPreserveBreak})}else if(S.isBreakStatement()){ee.push(BreakCompletion(S))}else{ee.push(NormalCompletion(S))}return ee}function getCompletionRecords(S=false){const J=_getCompletionRecords(this,{canHaveBreak:false,shouldPopulateBreak:false,inCaseClause:false,shouldPreserveBreak:S});return J.map((S=>S.path))}function getSibling(S){return te.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:S}).setContext(this.context)}function getPrevSibling(){return this.getSibling(this.key-1)}function getNextSibling(){return this.getSibling(this.key+1)}function getAllNextSiblings(){let S=this.key;let J=this.getSibling(++S);const ee=[];while(J.node){ee.push(J);J=this.getSibling(++S)}return ee}function getAllPrevSiblings(){let S=this.key;let J=this.getSibling(--S);const ee=[];while(J.node){ee.push(J);J=this.getSibling(--S)}return ee}function get(S,J=true){if(J===true)J=this.context;const ee=S.split(".");if(ee.length===1){return _getKey.call(this,S,J)}else{return _getPattern.call(this,ee,J)}}function _getKey(S,J){const ee=this.node;const re=ee[S];if(Array.isArray(re)){return re.map(((ne,ie)=>te.default.get({listKey:S,parentPath:this,parent:ee,container:re,key:ie}).setContext(J)))}else{return te.default.get({parentPath:this,parent:ee,container:ee,key:S}).setContext(J)}}function _getPattern(S,J){let ee=this;for(const te of S){if(te==="."){ee=ee.parentPath}else{if(Array.isArray(ee)){ee=ee[te]}else{ee=ee.get(te,J)}}}return ee}function getAssignmentIdentifiers(){return ne(this.node)}function getBindingIdentifiers(S){return ie(this.node,S)}function getOuterBindingIdentifiers(S){return oe(this.node,S)}function getBindingIdentifierPaths(S=false,J=false){const ee=this;const te=[ee];const re=Object.create(null);while(te.length){const ee=te.shift();if(!ee)continue;if(!ee.node)continue;const ne=ie.keys[ee.node.type];if(ee.isIdentifier()){if(S){const S=re[ee.node.name]=re[ee.node.name]||[];S.push(ee)}else{re[ee.node.name]=ee}continue}if(ee.isExportDeclaration()){const S=ee.get("declaration");if(S.isDeclaration()){te.push(S)}continue}if(J){if(ee.isFunctionDeclaration()){te.push(ee.get("id"));continue}if(ee.isFunctionExpression()){continue}}if(ne){for(let S=0;S<ne.length;S++){const J=ne[S];const re=ee.get(J);if(Array.isArray(re)){te.push(...re)}else if(re.node){te.push(re)}}}}return re}function getOuterBindingIdentifierPaths(S=false){return this.getBindingIdentifierPaths(S,true)}},74974:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=J.SHOULD_STOP=J.SHOULD_SKIP=J.REMOVED=void 0;var te=ee(21817);var re=ee(26675);var ne=ee(40420);var ie=ee(4059);var oe=ee(6348);var se=oe;var ae=ee(13354);var le=ee(93067);var ue=ee(77581);var pe=ee(82882);var de=ee(7154);var fe=ee(67406);var me=ee(73908);var ge=ee(54689);var he=ee(22201);var _e=he;var ye=ee(55306);var ve=ee(25560);var be=ee(33476);var Se=ee(31970);var xe=ee(95030);const{validate:Ee}=oe;const Ce=re("babel");const Pe=J.REMOVED=1<<0;const Ne=J.SHOULD_STOP=1<<1;const Ae=J.SHOULD_SKIP=1<<2;const ke=J["default"]=class NodePath{constructor(S,J){this.contexts=[];this.state=null;this._traverseFlags=0;this.skipKeys=null;this.parentPath=null;this.container=null;this.listKey=null;this.key=null;this.node=null;this.type=null;this._store=null;this.parent=J;this.hub=S;this.data=null;this.context=null;this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(S){if(S)this._traverseFlags|=1;else this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(S){if(S)this._traverseFlags|=2;else this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(S){if(S)this._traverseFlags|=4;else this._traverseFlags&=-5}static get({hub:S,parentPath:J,parent:ee,container:te,listKey:re,key:ne}){if(!S&&J){S=J.hub}if(!ee){throw new Error("To get a node path the parent needs to exist")}const ie=te[ne];const oe=ae.getOrCreateCachedPaths(ee,J);let se=oe.get(ie);if(!se){se=new NodePath(S,ee);if(ie)oe.set(ie,se)}he.setup.call(se,J,te,re,ne);return se}getScope(S){return this.isScope()?new ie.default(this):S}setData(S,J){if(this.data==null){this.data=Object.create(null)}return this.data[S]=J}getData(S,J){if(this.data==null){this.data=Object.create(null)}let ee=this.data[S];if(ee===undefined&&J!==undefined)ee=this.data[S]=J;return ee}hasNode(){return this.node!=null}buildCodeFrameError(S,J=SyntaxError){return this.hub.buildError(this.node,S,J)}traverse(S,J){(0,ne.default)(this.node,S,this.scope,J,this)}set(S,J){Ee(this.node,S,J);this.node[S]=J}getPathLocation(){const S=[];let J=this;do{let ee=J.key;if(J.inList)ee=`${J.listKey}[${ee}]`;S.unshift(ee)}while(J=J.parentPath);return S.join(".")}debug(S){if(!Ce.enabled)return;Ce(`${this.getPathLocation()} ${this.type}: ${S}`)}toString(){return(0,le.default)(this.node).code}get inList(){return!!this.listKey}set inList(S){if(!S){this.listKey=null}}get parentKey(){return this.listKey||this.key}};const De={findParent:ue.findParent,find:ue.find,getFunctionParent:ue.getFunctionParent,getStatementParent:ue.getStatementParent,getEarliestCommonAncestorFrom:ue.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:ue.getDeepestCommonAncestorFrom,getAncestry:ue.getAncestry,isAncestor:ue.isAncestor,isDescendant:ue.isDescendant,inType:ue.inType,getTypeAnnotation:pe.getTypeAnnotation,isBaseType:pe.isBaseType,couldBeBaseType:pe.couldBeBaseType,baseTypeStrictlyMatches:pe.baseTypeStrictlyMatches,isGenericType:pe.isGenericType,replaceWithMultiple:de.replaceWithMultiple,replaceWithSourceString:de.replaceWithSourceString,replaceWith:de.replaceWith,replaceExpressionWithStatements:de.replaceExpressionWithStatements,replaceInline:de.replaceInline,evaluateTruthy:fe.evaluateTruthy,evaluate:fe.evaluate,toComputedKey:me.toComputedKey,ensureBlock:me.ensureBlock,unwrapFunctionEnvironment:me.unwrapFunctionEnvironment,arrowFunctionToExpression:me.arrowFunctionToExpression,splitExportDeclaration:me.splitExportDeclaration,ensureFunctionName:me.ensureFunctionName,matchesPattern:ge.matchesPattern,isStatic:ge.isStatic,isNodeType:ge.isNodeType,canHaveVariableDeclarationOrExpression:ge.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:ge.canSwapBetweenExpressionAndStatement,isCompletionRecord:ge.isCompletionRecord,isStatementOrBlock:ge.isStatementOrBlock,referencesImport:ge.referencesImport,getSource:ge.getSource,willIMaybeExecuteBefore:ge.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:ge._guessExecutionStatusRelativeTo,resolve:ge.resolve,isConstantExpression:ge.isConstantExpression,isInStrictMode:ge.isInStrictMode,isDenylisted:_e.isDenylisted,visit:_e.visit,skip:_e.skip,skipKey:_e.skipKey,stop:_e.stop,setContext:_e.setContext,requeue:_e.requeue,requeueComputedKeyAndDecorators:_e.requeueComputedKeyAndDecorators,remove:ye.remove,insertBefore:ve.insertBefore,insertAfter:ve.insertAfter,unshiftContainer:ve.unshiftContainer,pushContainer:ve.pushContainer,getOpposite:be.getOpposite,getCompletionRecords:be.getCompletionRecords,getSibling:be.getSibling,getPrevSibling:be.getPrevSibling,getNextSibling:be.getNextSibling,getAllNextSiblings:be.getAllNextSiblings,getAllPrevSiblings:be.getAllPrevSiblings,get:be.get,getAssignmentIdentifiers:be.getAssignmentIdentifiers,getBindingIdentifiers:be.getBindingIdentifiers,getOuterBindingIdentifiers:be.getOuterBindingIdentifiers,getBindingIdentifierPaths:be.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:be.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:Se.shareCommentsWithSiblings,addComment:Se.addComment,addComments:Se.addComments};Object.assign(ke.prototype,De);ke.prototype.arrowFunctionToShadowed=me[String("arrowFunctionToShadowed")];Object.assign(ke.prototype,{has:ge[String("has")],is:ge[String("is")],isnt:ge[String("isnt")],equals:ge[String("equals")],hoist:ve[String("hoist")],updateSiblingKeys:ve.updateSiblingKeys,call:_e.call,isBlacklisted:_e[String("isBlacklisted")],setScope:_e.setScope,resync:_e.resync,popContext:_e.popContext,pushContext:_e.pushContext,setup:_e.setup,setKey:_e.setKey});ke.prototype._guessExecutionStatusRelativeToDifferentFunctions=ge._guessExecutionStatusRelativeTo;ke.prototype._guessExecutionStatusRelativeToDifferentFunctions=ge._guessExecutionStatusRelativeTo;Object.assign(ke.prototype,{_getTypeAnnotation:pe._getTypeAnnotation,_replaceWith:de._replaceWith,_resolve:ge._resolve,_call:_e._call,_resyncParent:_e._resyncParent,_resyncKey:_e._resyncKey,_resyncList:_e._resyncList,_resyncRemoved:_e._resyncRemoved,_getQueueContexts:_e._getQueueContexts,_removeFromScope:ye._removeFromScope,_callRemovalHooks:ye._callRemovalHooks,_remove:ye._remove,_markRemoved:ye._markRemoved,_assertUnremoved:ye._assertUnremoved,_containerInsert:ve._containerInsert,_containerInsertBefore:ve._containerInsertBefore,_containerInsertAfter:ve._containerInsertAfter,_verifyNodeList:ve._verifyNodeList,_getKey:be._getKey,_getPattern:be._getPattern});for(const S of se.TYPES){const J=`is${S}`;const ee=se[J];ke.prototype[J]=function(S){return ee(this.node,S)};ke.prototype[`assert${S}`]=function(J){if(!ee(this.node,J)){throw new TypeError(`Expected node path of type ${S}`)}}}Object.assign(ke.prototype,xe);for(const S of Object.keys(te)){if(S.startsWith("_"))continue;if(!se.TYPES.includes(S))se.TYPES.push(S)}},82882:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._getTypeAnnotation=_getTypeAnnotation;J.baseTypeStrictlyMatches=baseTypeStrictlyMatches;J.couldBeBaseType=couldBeBaseType;J.getTypeAnnotation=getTypeAnnotation;J.isBaseType=isBaseType;J.isGenericType=isGenericType;var te=ee(41388);var re=ee(6348);const{anyTypeAnnotation:ne,isAnyTypeAnnotation:ie,isArrayTypeAnnotation:oe,isBooleanTypeAnnotation:se,isEmptyTypeAnnotation:ae,isFlowBaseAnnotation:le,isGenericTypeAnnotation:ue,isIdentifier:pe,isMixedTypeAnnotation:de,isNumberTypeAnnotation:fe,isStringTypeAnnotation:me,isTSArrayType:ge,isTSTypeAnnotation:he,isTSTypeReference:_e,isTupleTypeAnnotation:ye,isTypeAnnotation:ve,isUnionTypeAnnotation:be,isVoidTypeAnnotation:Se,stringTypeAnnotation:xe,voidTypeAnnotation:Ee}=re;function getTypeAnnotation(){let S=this.getData("typeAnnotation");if(S!=null){return S}S=_getTypeAnnotation.call(this)||ne();if(ve(S)||he(S)){S=S.typeAnnotation}this.setData("typeAnnotation",S);return S}const Ce=new WeakSet;function _getTypeAnnotation(){const S=this.node;if(!S){if(this.key==="init"&&this.parentPath.isVariableDeclarator()){const S=this.parentPath.parentPath;const J=S.parentPath;if(S.key==="left"&&J.isForInStatement()){return xe()}if(S.key==="left"&&J.isForOfStatement()){return ne()}return Ee()}else{return}}if(S.typeAnnotation){return S.typeAnnotation}if(Ce.has(S)){return}Ce.add(S);try{var J;let ee=te[S.type];if(ee){return ee.call(this,S)}ee=te[this.parentPath.type];if((J=ee)!=null&&J.validParent){return this.parentPath.getTypeAnnotation()}}finally{Ce.delete(S)}}function isBaseType(S,J){return _isBaseType(S,this.getTypeAnnotation(),J)}function _isBaseType(S,J,ee){if(S==="string"){return me(J)}else if(S==="number"){return fe(J)}else if(S==="boolean"){return se(J)}else if(S==="any"){return ie(J)}else if(S==="mixed"){return de(J)}else if(S==="empty"){return ae(J)}else if(S==="void"){return Se(J)}else{if(ee){return false}else{throw new Error(`Unknown base type ${S}`)}}}function couldBeBaseType(S){const J=this.getTypeAnnotation();if(ie(J))return true;if(be(J)){for(const ee of J.types){if(ie(ee)||_isBaseType(S,ee,true)){return true}}return false}else{return _isBaseType(S,J,true)}}function baseTypeStrictlyMatches(S){const J=this.getTypeAnnotation();const ee=S.getTypeAnnotation();if(!ie(J)&&le(J)){return ee.type===J.type}return false}function isGenericType(S){const J=this.getTypeAnnotation();if(S==="Array"){if(ge(J)||oe(J)||ye(J)){return true}}return ue(J)&&pe(J.id,{name:S})||_e(J)&&pe(J.typeName,{name:S})}},5529:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=_default;var te=ee(6348);var re=ee(57036);const{BOOLEAN_NUMBER_BINARY_OPERATORS:ne,createTypeAnnotationBasedOnTypeof:ie,numberTypeAnnotation:oe,voidTypeAnnotation:se}=te;function _default(S){if(!this.isReferenced())return;const J=this.scope.getBinding(S.name);if(J){if(J.identifier.typeAnnotation){return J.identifier.typeAnnotation}else{return getTypeAnnotationBindingConstantViolations(J,this,S.name)}}if(S.name==="undefined"){return se()}else if(S.name==="NaN"||S.name==="Infinity"){return oe()}else if(S.name==="arguments"){}}function getTypeAnnotationBindingConstantViolations(S,J,ee){const te=[];const ne=[];let ie=getConstantViolationsBefore(S,J,ne);const oe=getConditionalAnnotation(S,J,ee);if(oe){const J=getConstantViolationsBefore(S,oe.ifStatement);ie=ie.filter((S=>!J.includes(S)));te.push(oe.typeAnnotation)}if(ie.length){ie.push(...ne);for(const S of ie){te.push(S.getTypeAnnotation())}}if(!te.length){return}return(0,re.createUnionType)(te)}function getConstantViolationsBefore(S,J,ee){const te=S.constantViolations.slice();te.unshift(S.path);return te.filter((S=>{S=S.resolve();const te=S._guessExecutionStatusRelativeTo(J);if(ee&&te==="unknown")ee.push(S);return te==="before"}))}function inferAnnotationFromBinaryExpression(S,J){const ee=J.node.operator;const te=J.get("right").resolve();const re=J.get("left").resolve();let se;if(re.isIdentifier({name:S})){se=te}else if(te.isIdentifier({name:S})){se=re}if(se){if(ee==="==="){return se.getTypeAnnotation()}if(ne.includes(ee)){return oe()}return}if(ee!=="==="&&ee!=="==")return;let ae;let le;if(re.isUnaryExpression({operator:"typeof"})){ae=re;le=te}else if(te.isUnaryExpression({operator:"typeof"})){ae=te;le=re}if(!ae)return;if(!ae.get("argument").isIdentifier({name:S}))return;le=le.resolve();if(!le.isLiteral())return;const ue=le.node.value;if(typeof ue!=="string")return;return ie(ue)}function getParentConditionalPath(S,J,ee){let te;while(te=J.parentPath){if(te.isIfStatement()||te.isConditionalExpression()){if(J.key==="test"){return}return te}if(te.isFunction()){if(ee==null||te.parentPath.scope.getBinding(ee)!==S)return}J=te}}function getConditionalAnnotation(S,J,ee){const te=getParentConditionalPath(S,J,ee);if(!te)return;const ne=te.get("test");const ie=[ne];const oe=[];for(let S=0;S<ie.length;S++){const J=ie[S];if(J.isLogicalExpression()){if(J.node.operator==="&&"){ie.push(J.get("left"));ie.push(J.get("right"))}}else if(J.isBinaryExpression()){const S=inferAnnotationFromBinaryExpression(ee,J);if(S)oe.push(S)}}if(oe.length){return{typeAnnotation:(0,re.createUnionType)(oe),ifStatement:te}}return getConditionalAnnotation(S,te,ee)}},41388:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.ArrayExpression=ArrayExpression;J.AssignmentExpression=AssignmentExpression;J.BinaryExpression=BinaryExpression;J.BooleanLiteral=BooleanLiteral;J.CallExpression=CallExpression;J.ConditionalExpression=ConditionalExpression;J.ClassDeclaration=J.ClassExpression=J.FunctionDeclaration=J.ArrowFunctionExpression=J.FunctionExpression=Func;Object.defineProperty(J,"Identifier",{enumerable:true,get:function(){return re.default}});J.LogicalExpression=LogicalExpression;J.NewExpression=NewExpression;J.NullLiteral=NullLiteral;J.NumericLiteral=NumericLiteral;J.ObjectExpression=ObjectExpression;J.ParenthesizedExpression=ParenthesizedExpression;J.RegExpLiteral=RegExpLiteral;J.RestElement=RestElement;J.SequenceExpression=SequenceExpression;J.StringLiteral=StringLiteral;J.TSAsExpression=TSAsExpression;J.TSNonNullExpression=TSNonNullExpression;J.TaggedTemplateExpression=TaggedTemplateExpression;J.TemplateLiteral=TemplateLiteral;J.TypeCastExpression=TypeCastExpression;J.UnaryExpression=UnaryExpression;J.UpdateExpression=UpdateExpression;J.VariableDeclarator=VariableDeclarator;var te=ee(6348);var re=ee(5529);var ne=ee(57036);const{BOOLEAN_BINARY_OPERATORS:ie,BOOLEAN_UNARY_OPERATORS:oe,NUMBER_BINARY_OPERATORS:se,NUMBER_UNARY_OPERATORS:ae,STRING_UNARY_OPERATORS:le,anyTypeAnnotation:ue,arrayTypeAnnotation:pe,booleanTypeAnnotation:de,buildMatchMemberExpression:fe,genericTypeAnnotation:me,identifier:ge,nullLiteralTypeAnnotation:he,numberTypeAnnotation:_e,stringTypeAnnotation:ye,tupleTypeAnnotation:ve,unionTypeAnnotation:be,voidTypeAnnotation:Se,isIdentifier:xe}=te;function VariableDeclarator(){if(!this.get("id").isIdentifier())return;return this.get("init").getTypeAnnotation()}function TypeCastExpression(S){return S.typeAnnotation}TypeCastExpression.validParent=true;function TSAsExpression(S){return S.typeAnnotation}TSAsExpression.validParent=true;function TSNonNullExpression(){return this.get("expression").getTypeAnnotation()}function NewExpression(S){if(S.callee.type==="Identifier"){return me(S.callee)}}function TemplateLiteral(){return ye()}function UnaryExpression(S){const J=S.operator;if(J==="void"){return Se()}else if(ae.includes(J)){return _e()}else if(le.includes(J)){return ye()}else if(oe.includes(J)){return de()}}function BinaryExpression(S){const J=S.operator;if(se.includes(J)){return _e()}else if(ie.includes(J)){return de()}else if(J==="+"){const S=this.get("right");const J=this.get("left");if(J.isBaseType("number")&&S.isBaseType("number")){return _e()}else if(J.isBaseType("string")||S.isBaseType("string")){return ye()}return be([ye(),_e()])}}function LogicalExpression(){const S=[this.get("left").getTypeAnnotation(),this.get("right").getTypeAnnotation()];return(0,ne.createUnionType)(S)}function ConditionalExpression(){const S=[this.get("consequent").getTypeAnnotation(),this.get("alternate").getTypeAnnotation()];return(0,ne.createUnionType)(S)}function SequenceExpression(){return this.get("expressions").pop().getTypeAnnotation()}function ParenthesizedExpression(){return this.get("expression").getTypeAnnotation()}function AssignmentExpression(){return this.get("right").getTypeAnnotation()}function UpdateExpression(S){const J=S.operator;if(J==="++"||J==="--"){return _e()}}function StringLiteral(){return ye()}function NumericLiteral(){return _e()}function BooleanLiteral(){return de()}function NullLiteral(){return he()}function RegExpLiteral(){return me(ge("RegExp"))}function ObjectExpression(){return me(ge("Object"))}function ArrayExpression(){return me(ge("Array"))}function RestElement(){return ArrayExpression()}RestElement.validParent=true;function Func(){return me(ge("Function"))}const Ee=fe("Array.from");const Ce=fe("Object.keys");const Pe=fe("Object.values");const Ne=fe("Object.entries");function CallExpression(){const{callee:S}=this.node;if(Ce(S)){return pe(ye())}else if(Ee(S)||Pe(S)||xe(S,{name:"Array"})){return pe(ue())}else if(Ne(S)){return pe(ve([ye(),ue()]))}return resolveCall(this.get("callee"))}function TaggedTemplateExpression(){return resolveCall(this.get("tag"))}function resolveCall(S){S=S.resolve();if(S.isFunction()){const{node:J}=S;if(J.async){if(J.generator){return me(ge("AsyncIterator"))}else{return me(ge("Promise"))}}else{if(J.generator){return me(ge("Iterator"))}else if(S.node.returnType){return S.node.returnType}else{}}}}},57036:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.createUnionType=createUnionType;var te=ee(6348);const{createFlowUnionType:re,createTSUnionType:ne,createUnionTypeAnnotation:ie,isFlowType:oe,isTSType:se}=te;function createUnionType(S){if(S.every((S=>oe(S)))){if(re){return re(S)}return ie(S)}else if(S.every((S=>se(S)))){if(ne){return ne(S)}}}},54689:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._guessExecutionStatusRelativeTo=_guessExecutionStatusRelativeTo;J._resolve=_resolve;J.canHaveVariableDeclarationOrExpression=canHaveVariableDeclarationOrExpression;J.canSwapBetweenExpressionAndStatement=canSwapBetweenExpressionAndStatement;J.getSource=getSource;J.isCompletionRecord=isCompletionRecord;J.isConstantExpression=isConstantExpression;J.isInStrictMode=isInStrictMode;J.isNodeType=isNodeType;J.isStatementOrBlock=isStatementOrBlock;J.isStatic=isStatic;J.matchesPattern=matchesPattern;J.referencesImport=referencesImport;J.resolve=resolve;J.willIMaybeExecuteBefore=willIMaybeExecuteBefore;var te=ee(6348);const{STATEMENT_OR_BLOCK_KEYS:re,VISITOR_KEYS:ne,isBlockStatement:ie,isExpression:oe,isIdentifier:se,isLiteral:ae,isStringLiteral:le,isType:ue,matchesPattern:pe}=te;function matchesPattern(S,J){return pe(this.node,S,J)}J.has=function has(S){var J;const ee=(J=this.node)==null?void 0:J[S];if(ee&&Array.isArray(ee)){return!!ee.length}else{return!!ee}};function isStatic(){return this.scope.isStatic(this.node)}J.is=J.has;J.isnt=function isnt(S){return!this.has(S)};J.equals=function equals(S,J){return this.node[S]===J};function isNodeType(S){return ue(this.type,S)}function canHaveVariableDeclarationOrExpression(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function canSwapBetweenExpressionAndStatement(S){if(this.key!=="body"||!this.parentPath.isArrowFunctionExpression()){return false}if(this.isExpression()){return ie(S)}else if(this.isBlockStatement()){return oe(S)}return false}function isCompletionRecord(S){let J=this;let ee=true;do{const{type:te,container:re}=J;if(!ee&&(J.isFunction()||te==="StaticBlock")){return!!S}ee=false;if(Array.isArray(re)&&J.key!==re.length-1){return false}}while((J=J.parentPath)&&!J.isProgram()&&!J.isDoExpression());return true}function isStatementOrBlock(){if(this.parentPath.isLabeledStatement()||ie(this.container)){return false}else{return re.includes(this.key)}}function referencesImport(S,J){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===J||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?le(this.node.property,{value:J}):this.node.property.name===J)){const J=this.get("object");return J.isReferencedIdentifier()&&J.referencesImport(S,"*")}return false}const ee=this.scope.getBinding(this.node.name);if((ee==null?void 0:ee.kind)!=="module")return false;const te=ee.path;const re=te.parentPath;if(!re.isImportDeclaration())return false;if(re.node.source.value===S){if(!J)return true}else{return false}if(te.isImportDefaultSpecifier()&&J==="default"){return true}if(te.isImportNamespaceSpecifier()&&J==="*"){return true}if(te.isImportSpecifier()&&se(te.node.imported,{name:J})){return true}return false}function getSource(){const S=this.node;if(S.end){const J=this.hub.getCode();if(J)return J.slice(S.start,S.end)}return""}function willIMaybeExecuteBefore(S){return this._guessExecutionStatusRelativeTo(S)!=="after"}function getOuterFunction(S){return S.isProgram()?S:(S.parentPath.scope.getFunctionParent()||S.parentPath.scope.getProgramParent()).path}function isExecutionUncertain(S,J){switch(S){case"LogicalExpression":return J==="right";case"ConditionalExpression":case"IfStatement":return J==="consequent"||J==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return J==="body";case"ForStatement":return J==="body"||J==="update";case"SwitchStatement":return J==="cases";case"TryStatement":return J==="handler";case"AssignmentPattern":return J==="right";case"OptionalMemberExpression":return J==="property";case"OptionalCallExpression":return J==="arguments";default:return false}}function isExecutionUncertainInList(S,J){for(let ee=0;ee<J;ee++){const J=S[ee];if(isExecutionUncertain(J.parent.type,J.parentKey)){return true}}return false}const de=Symbol();function _guessExecutionStatusRelativeTo(S){return _guessExecutionStatusRelativeToCached(this,S,new Map)}function _guessExecutionStatusRelativeToCached(S,J,ee){const te={this:getOuterFunction(S),target:getOuterFunction(J)};if(te.target.node!==te.this.node){return _guessExecutionStatusRelativeToDifferentFunctionsCached(S,te.target,ee)}const re={target:J.getAncestry(),this:S.getAncestry()};if(re.target.includes(S))return"after";if(re.this.includes(J))return"before";let ie;const oe={target:0,this:0};while(!ie&&oe.this<re.this.length){const S=re.this[oe.this];oe.target=re.target.indexOf(S);if(oe.target>=0){ie=S}else{oe.this++}}if(!ie){throw new Error("Internal Babel error - The two compared nodes"+" don't appear to belong to the same program.")}if(isExecutionUncertainInList(re.this,oe.this-1)||isExecutionUncertainInList(re.target,oe.target-1)){return"unknown"}const se={this:re.this[oe.this-1],target:re.target[oe.target-1]};if(se.target.listKey&&se.this.listKey&&se.target.container===se.this.container){return se.target.key>se.this.key?"before":"after"}const ae=ne[ie.type];const le={this:ae.indexOf(se.this.parentKey),target:ae.indexOf(se.target.parentKey)};return le.target>le.this?"before":"after"}function _guessExecutionStatusRelativeToDifferentFunctionsInternal(S,J,ee){if(!J.isFunctionDeclaration()){if(_guessExecutionStatusRelativeToCached(S,J,ee)==="before"){return"before"}return"unknown"}else if(J.parentPath.isExportDeclaration()){return"unknown"}const te=J.scope.getBinding(J.node.id.name);if(!te.references)return"before";const re=te.referencePaths;let ne;for(const te of re){const re=!!te.find((S=>S.node===J.node));if(re)continue;if(te.key!=="callee"||!te.parentPath.isCallExpression()){return"unknown"}const ie=_guessExecutionStatusRelativeToCached(S,te,ee);if(ne&&ne!==ie){return"unknown"}else{ne=ie}}return ne}function _guessExecutionStatusRelativeToDifferentFunctionsCached(S,J,ee){let te=ee.get(S.node);let re;if(!te){ee.set(S.node,te=new Map)}else if(re=te.get(J.node)){if(re===de){return"unknown"}return re}te.set(J.node,de);const ne=_guessExecutionStatusRelativeToDifferentFunctionsInternal(S,J,ee);te.set(J.node,ne);return ne}function resolve(S,J){return _resolve.call(this,S,J)||this}function _resolve(S,J){var ee;if((ee=J)!=null&&ee.includes(this))return;J=J||[];J.push(this);if(this.isVariableDeclarator()){if(this.get("id").isIdentifier()){return this.get("init").resolve(S,J)}else{}}else if(this.isReferencedIdentifier()){const ee=this.scope.getBinding(this.node.name);if(!ee)return;if(!ee.constant)return;if(ee.kind==="module")return;if(ee.path!==this){const te=ee.path.resolve(S,J);if(this.find((S=>S.node===te.node)))return;return te}}else if(this.isTypeCastExpression()){return this.get("expression").resolve(S,J)}else if(S&&this.isMemberExpression()){const ee=this.toComputedKey();if(!ae(ee))return;const te=ee.value;const re=this.get("object").resolve(S,J);if(re.isObjectExpression()){const ee=re.get("properties");for(const re of ee){if(!re.isProperty())continue;const ee=re.get("key");let ne=re.isnt("computed")&&ee.isIdentifier({name:te});ne=ne||ee.isLiteral({value:te});if(ne)return re.get("value").resolve(S,J)}}else if(re.isArrayExpression()&&!isNaN(+te)){const ee=re.get("elements");const ne=ee[te];if(ne)return ne.resolve(S,J)}}}function isConstantExpression(){if(this.isIdentifier()){const S=this.scope.getBinding(this.node.name);if(!S)return false;return S.constant}if(this.isLiteral()){if(this.isRegExpLiteral()){return false}if(this.isTemplateLiteral()){return this.get("expressions").every((S=>S.isConstantExpression()))}return true}if(this.isUnaryExpression()){if(this.node.operator!=="void"){return false}return this.get("argument").isConstantExpression()}if(this.isBinaryExpression()){const{operator:S}=this.node;return S!=="in"&&S!=="instanceof"&&this.get("left").isConstantExpression()&&this.get("right").isConstantExpression()}if(this.isMemberExpression()){return!this.node.computed&&this.get("object").isIdentifier({name:"Symbol"})&&!this.scope.hasBinding("Symbol",{noGlobals:true})}if(this.isCallExpression()){return this.node.arguments.length===1&&this.get("callee").matchesPattern("Symbol.for")&&!this.scope.hasBinding("Symbol",{noGlobals:true})&&this.get("arguments")[0].isStringLiteral()}return false}function isInStrictMode(){const S=this.isProgram()?this:this.parentPath;const J=S.find((S=>{if(S.isProgram({sourceType:"module"}))return true;if(S.isClass())return true;if(S.isArrowFunctionExpression()&&!S.get("body").isBlockStatement()){return false}let J;if(S.isFunction()){J=S.node.body}else if(S.isProgram()){J=S.node}else{return false}for(const S of J.directives){if(S.value.value==="use strict"){return true}}return false}));return!!J}},26226:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(6348);var re=te;const{react:ne}=te;const{cloneNode:ie,jsxExpressionContainer:oe,variableDeclaration:se,variableDeclarator:ae}=re;const le={ReferencedIdentifier(S,J){if(S.isJSXIdentifier()&&ne.isCompatTag(S.node.name)&&!S.parentPath.isJSXMemberExpression()){return}if(S.node.name==="this"){let ee=S.scope;do{if(ee.path.isFunction()&&!ee.path.isArrowFunctionExpression()){break}}while(ee=ee.parent);if(ee)J.breakOnScopePaths.push(ee.path)}const ee=S.scope.getBinding(S.node.name);if(!ee)return;for(const te of ee.constantViolations){if(te.scope!==ee.path.scope){J.mutableBinding=true;S.stop();return}}if(ee!==J.scope.getBinding(S.node.name))return;J.bindings[S.node.name]=ee}};class PathHoister{constructor(S,J){this.breakOnScopePaths=void 0;this.bindings=void 0;this.mutableBinding=void 0;this.scopes=void 0;this.scope=void 0;this.path=void 0;this.attachAfter=void 0;this.breakOnScopePaths=[];this.bindings={};this.mutableBinding=false;this.scopes=[];this.scope=J;this.path=S;this.attachAfter=false}isCompatibleScope(S){for(const J of Object.keys(this.bindings)){const ee=this.bindings[J];if(!S.bindingIdentifierEquals(J,ee.identifier)){return false}}return true}getCompatibleScopes(){let S=this.path.scope;do{if(this.isCompatibleScope(S)){this.scopes.push(S)}else{break}if(this.breakOnScopePaths.includes(S.path)){break}}while(S=S.parent)}getAttachmentPath(){let S=this._getAttachmentPath();if(!S)return;let J=S.scope;if(J.path===S){J=S.scope.parent}if(J.path.isProgram()||J.path.isFunction()){for(const ee of Object.keys(this.bindings)){if(!J.hasOwnBinding(ee))continue;const te=this.bindings[ee];if(te.kind==="param"||te.path.parentKey==="params"){continue}const re=this.getAttachmentParentForPath(te.path);if(re.key>=S.key){this.attachAfter=true;S=te.path;for(const J of te.constantViolations){if(this.getAttachmentParentForPath(J).key>S.key){S=J}}}}}return S}_getAttachmentPath(){const S=this.scopes;const J=S.pop();if(!J)return;if(J.path.isFunction()){if(this.hasOwnParamBindings(J)){if(this.scope===J)return;const S=J.path.get("body").get("body");for(let J=0;J<S.length;J++){if(S[J].node._blockHoist)continue;return S[J]}}else{return this.getNextScopeAttachmentParent()}}else if(J.path.isProgram()){return this.getNextScopeAttachmentParent()}}getNextScopeAttachmentParent(){const S=this.scopes.pop();if(S)return this.getAttachmentParentForPath(S.path)}getAttachmentParentForPath(S){do{if(!S.parentPath||Array.isArray(S.container)&&S.isStatement()){return S}}while(S=S.parentPath);return S}hasOwnParamBindings(S){for(const J of Object.keys(this.bindings)){if(!S.hasOwnBinding(J))continue;const ee=this.bindings[J];if(ee.kind==="param"&&ee.constant)return true}return false}run(){this.path.traverse(le,this);if(this.mutableBinding)return;this.getCompatibleScopes();const S=this.getAttachmentPath();if(!S)return;if(S.getFunctionParent()===this.path.getFunctionParent())return;let J=S.scope.generateUidIdentifier("ref");const ee=ae(J,this.path.node);const te=this.attachAfter?"insertAfter":"insertBefore";const[re]=S[te]([S.isVariableDeclarator()?ee:se("var",[ee])]);const ne=this.path.parentPath;if(ne.isJSXElement()&&this.path.container===ne.node.children){J=oe(J)}this.path.replaceWith(ie(J));return re.isVariableDeclarator()?re.get("init"):re.get("declarations.0.init")}}J["default"]=PathHoister},24291:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.hooks=void 0;const ee=J.hooks=[function(S,J){const ee=S.key==="test"&&(J.isWhile()||J.isSwitchCase())||S.key==="declaration"&&J.isExportDeclaration()||S.key==="body"&&J.isLabeledStatement()||S.listKey==="declarations"&&J.isVariableDeclaration()&&J.node.declarations.length===1||S.key==="expression"&&J.isExpressionStatement();if(ee){J.remove();return true}},function(S,J){if(J.isSequenceExpression()&&J.node.expressions.length===1){J.replaceWith(J.node.expressions[0]);return true}},function(S,J){if(J.isBinary()){if(S.key==="left"){J.replaceWith(J.node.right)}else{J.replaceWith(J.node.left)}return true}},function(S,J){if(J.isIfStatement()&&S.key==="consequent"||S.key==="body"&&(J.isLoop()||J.isArrowFunctionExpression())){S.replaceWith({type:"BlockStatement",directives:[],body:[]});return true}}]},95030:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.isBindingIdentifier=isBindingIdentifier;J.isBlockScoped=isBlockScoped;J.isExpression=isExpression;J.isFlow=isFlow;J.isForAwaitStatement=isForAwaitStatement;J.isGenerated=isGenerated;J.isPure=isPure;J.isReferenced=isReferenced;J.isReferencedIdentifier=isReferencedIdentifier;J.isReferencedMemberExpression=isReferencedMemberExpression;J.isRestProperty=isRestProperty;J.isScope=isScope;J.isSpreadProperty=isSpreadProperty;J.isStatement=isStatement;J.isUser=isUser;J.isVar=isVar;var te=ee(6348);const{isBinding:re,isBlockScoped:ne,isExportDeclaration:ie,isExpression:oe,isFlow:se,isForStatement:ae,isForXStatement:le,isIdentifier:ue,isImportDeclaration:pe,isImportSpecifier:de,isJSXIdentifier:fe,isJSXMemberExpression:me,isMemberExpression:ge,isRestElement:he,isReferenced:_e,isScope:ye,isStatement:ve,isVar:be,isVariableDeclaration:Se,react:xe,isForOfStatement:Ee}=te;const{isCompatTag:Ce}=xe;function isReferencedIdentifier(S){const{node:J,parent:ee}=this;if(ue(J,S)){return _e(J,ee,this.parentPath.parent)}else if(fe(J,S)){if(!me(ee)&&Ce(J.name))return false;return _e(J,ee,this.parentPath.parent)}else{return false}}function isReferencedMemberExpression(){const{node:S,parent:J}=this;return ge(S)&&_e(S,J)}function isBindingIdentifier(){const{node:S,parent:J}=this;const ee=this.parentPath.parent;return ue(S)&&re(S,J,ee)}function isStatement(){const{node:S,parent:J}=this;if(ve(S)){if(Se(S)){if(le(J,{left:S}))return false;if(ae(J,{init:S}))return false}return true}else{return false}}function isExpression(){if(this.isIdentifier()){return this.isReferencedIdentifier()}else{return oe(this.node)}}function isScope(){return ye(this.node,this.parent)}function isReferenced(){return _e(this.node,this.parent)}function isBlockScoped(){return ne(this.node)}function isVar(){return be(this.node)}function isUser(){var S;return!!((S=this.node)!=null&&S.loc)}function isGenerated(){return!this.isUser()}function isPure(S){return this.scope.isPure(this.node,S)}function isFlow(){const{node:S}=this;if(se(S)){return true}else if(pe(S)){return S.importKind==="type"||S.importKind==="typeof"}else if(ie(S)){return S.exportKind==="type"}else if(de(S)){return S.importKind==="type"||S.importKind==="typeof"}else{return false}}function isRestProperty(){var S;return he(this.node)&&((S=this.parentPath)==null?void 0:S.isObjectPattern())}function isSpreadProperty(){var S;return he(this.node)&&((S=this.parentPath)==null?void 0:S.isObjectExpression())}function isForAwaitStatement(){return Ee(this.node,{await:true})}J.isExistentialTypeParam=function isExistentialTypeParam(){throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.")};J.isNumericLiteralTypeAnnotation=function isNumericLiteralTypeAnnotation(){throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.")}},21817:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.Var=J.User=J.Statement=J.SpreadProperty=J.Scope=J.RestProperty=J.ReferencedMemberExpression=J.ReferencedIdentifier=J.Referenced=J.Pure=J.NumericLiteralTypeAnnotation=J.Generated=J.ForAwaitStatement=J.Flow=J.Expression=J.ExistentialTypeParam=J.BlockScoped=J.BindingIdentifier=void 0;const ee=J.ReferencedIdentifier=["Identifier","JSXIdentifier"];const te=J.ReferencedMemberExpression=["MemberExpression"];const re=J.BindingIdentifier=["Identifier"];const ne=J.Statement=["Statement"];const ie=J.Expression=["Expression"];const oe=J.Scope=["Scopable","Pattern"];const se=J.Referenced=null;const ae=J.BlockScoped=["FunctionDeclaration","ClassDeclaration","VariableDeclaration"];const le=J.Var=["VariableDeclaration"];const ue=J.User=null;const pe=J.Generated=null;const de=J.Pure=null;const fe=J.Flow=["Flow","ImportDeclaration","ExportDeclaration","ImportSpecifier"];const me=J.RestProperty=["RestElement"];const ge=J.SpreadProperty=["RestElement"];const he=J.ExistentialTypeParam=["ExistsTypeAnnotation"];const _e=J.NumericLiteralTypeAnnotation=["NumberLiteralTypeAnnotation"];const ye=J.ForAwaitStatement=["ForOfStatement"]},25560:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._containerInsert=_containerInsert;J._containerInsertAfter=_containerInsertAfter;J._containerInsertBefore=_containerInsertBefore;J._verifyNodeList=_verifyNodeList;J.insertAfter=insertAfter;J.insertBefore=insertBefore;J.pushContainer=pushContainer;J.unshiftContainer=unshiftContainer;J.updateSiblingKeys=updateSiblingKeys;var te=ee(13354);var re=ee(74974);var ne=ee(22201);var ie=ee(55306);var oe=ee(6348);var se=ee(26226);const{arrowFunctionExpression:ae,assertExpression:le,assignmentExpression:ue,blockStatement:pe,callExpression:de,cloneNode:fe,expressionStatement:me,isAssignmentExpression:ge,isCallExpression:he,isExportNamedDeclaration:_e,isExpression:ye,isIdentifier:ve,isSequenceExpression:be,isSuper:Se,thisExpression:xe}=oe;function insertBefore(S){ie._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const{parentPath:ee,parent:te}=this;if(ee.isExpressionStatement()||ee.isLabeledStatement()||_e(te)||ee.isExportDefaultDeclaration()&&this.isDeclaration()){return ee.insertBefore(J)}else if(this.isNodeType("Expression")&&!this.isJSXElement()||ee.isForStatement()&&this.key==="init"){if(this.node)J.push(this.node);return this.replaceExpressionWithStatements(J)}else if(Array.isArray(this.container)){return _containerInsertBefore.call(this,J)}else if(this.isStatementOrBlock()){const S=this.node;const ee=S&&(!this.isExpressionStatement()||S.expression!=null);const[te]=this.replaceWith(pe(ee?[S]:[]));return te.unshiftContainer("body",J)}else{throw new Error("We don't know what to do with this node type. "+"We were previously a Statement but we can't fit in here?")}}function _containerInsert(S,J){updateSiblingKeys.call(this,S,J.length);const ee=[];this.container.splice(S,0,...J);for(let re=0;re<J.length;re++){var te;const J=S+re;const ie=this.getSibling(J);ee.push(ie);if((te=this.context)!=null&&te.queue){ne.pushContext.call(ie,this.context)}}const re=ne._getQueueContexts.call(this);for(const S of ee){ne.setScope.call(S);S.debug("Inserted.");for(const J of re){J.maybeQueue(S,true)}}return ee}function _containerInsertBefore(S){return _containerInsert.call(this,this.key,S)}function _containerInsertAfter(S){return _containerInsert.call(this,this.key+1,S)}const last=S=>S[S.length-1];function isHiddenInSequenceExpression(S){return be(S.parent)&&(last(S.parent.expressions)!==S.node||isHiddenInSequenceExpression(S.parentPath))}function isAlmostConstantAssignment(S,J){if(!ge(S)||!ve(S.left)){return false}const ee=J.getBlockParent();return ee.hasOwnBinding(S.left.name)&&ee.getOwnBinding(S.left.name).constantViolations.length<=1}function insertAfter(S){ie._assertUnremoved.call(this);if(this.isSequenceExpression()){return last(this.get("expressions")).insertAfter(S)}const J=_verifyNodeList.call(this,S);const{parentPath:ee,parent:te}=this;if(ee.isExpressionStatement()||ee.isLabeledStatement()||_e(te)||ee.isExportDefaultDeclaration()&&this.isDeclaration()){return ee.insertAfter(J.map((S=>ye(S)?me(S):S)))}else if(this.isNodeType("Expression")&&!this.isJSXElement()&&!ee.isJSXElement()||ee.isForStatement()&&this.key==="init"){const S=this;if(S.node){const te=S.node;let{scope:re}=this;if(re.path.isPattern()){le(te);S.replaceWith(de(ae([],te),[]));S.get("callee.body").insertAfter(J);return[S]}if(isHiddenInSequenceExpression(S)){J.unshift(te)}else if(he(te)&&Se(te.callee)){J.unshift(te);J.push(xe())}else if(isAlmostConstantAssignment(te,re)){J.unshift(te);J.push(fe(te.left))}else if(re.isPure(te,true)){J.push(te)}else{if(ee.isMethod({computed:true,key:te})){re=re.parent}const S=re.generateDeclaredUidIdentifier();J.unshift(me(ue("=",fe(S),te)));J.push(me(fe(S)))}}return this.replaceExpressionWithStatements(J)}else if(Array.isArray(this.container)){return _containerInsertAfter.call(this,J)}else if(this.isStatementOrBlock()){const S=this.node;const ee=S&&(!this.isExpressionStatement()||S.expression!=null);const[te]=this.replaceWith(pe(ee?[S]:[]));return te.pushContainer("body",J)}else{throw new Error("We don't know what to do with this node type. "+"We were previously a Statement but we can't fit in here?")}}function updateSiblingKeys(S,J){if(!this.parent)return;const ee=(0,te.getCachedPaths)(this);if(!ee)return;for(const[,te]of ee){if(typeof te.key==="number"&&te.container===this.container&&te.key>=S){te.key+=J}}}function _verifyNodeList(S){if(!S){return[]}if(!Array.isArray(S)){S=[S]}for(let J=0;J<S.length;J++){const ee=S[J];let te;if(!ee){te="has falsy node"}else if(typeof ee!=="object"){te="contains a non-object node"}else if(!ee.type){te="without a type"}else if(ee instanceof re.default){te="has a NodePath when it expected a raw object"}if(te){const S=Array.isArray(ee)?"array":typeof ee;throw new Error(`Node list ${te} with the index of ${J} and type of ${S}`)}}return S}function unshiftContainer(S,J){ie._assertUnremoved.call(this);const ee=_verifyNodeList.call(this,J);const te=this.node[S];const ne=re.default.get({parentPath:this,parent:this.node,container:te,listKey:S,key:0}).setContext(this.context);return _containerInsertBefore.call(ne,ee)}function pushContainer(S,J){ie._assertUnremoved.call(this);const ee=_verifyNodeList.call(this,J);const te=this.node[S];const ne=re.default.get({parentPath:this,parent:this.node,container:te,listKey:S,key:te.length}).setContext(this.context);return ne.replaceWithMultiple(ee)}J.hoist=function hoist(S=this.scope){const J=new se.default(this,S);return J.run()}},55306:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._assertUnremoved=_assertUnremoved;J._callRemovalHooks=_callRemovalHooks;J._markRemoved=_markRemoved;J._remove=_remove;J._removeFromScope=_removeFromScope;J.remove=remove;var te=ee(24291);var re=ee(13354);var ne=ee(7154);var ie=ee(74974);var oe=ee(6348);var se=ee(25560);var ae=ee(22201);function remove(){var S;_assertUnremoved.call(this);ae.resync.call(this);if(_callRemovalHooks.call(this)){_markRemoved.call(this);return}if(!((S=this.opts)!=null&&S.noScope)){_removeFromScope.call(this)}this.shareCommentsWithSiblings();_remove.call(this);_markRemoved.call(this)}function _removeFromScope(){const S=oe.getBindingIdentifiers(this.node,false,false,true);Object.keys(S).forEach((S=>this.scope.removeBinding(S)))}function _callRemovalHooks(){if(this.parentPath){for(const S of te.hooks){if(S(this,this.parentPath))return true}}}function _remove(){if(Array.isArray(this.container)){this.container.splice(this.key,1);se.updateSiblingKeys.call(this,this.key,-1)}else{ne._replaceWith.call(this,null)}}function _markRemoved(){this._traverseFlags|=ie.SHOULD_SKIP|ie.REMOVED;if(this.parent){var S;(S=(0,re.getCachedPaths)(this))==null||S.delete(this.node)}this.node=null}function _assertUnremoved(){if(this.removed){throw this.buildCodeFrameError("NodePath has been removed so is read-only.")}}},7154:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J._replaceWith=_replaceWith;J.replaceExpressionWithStatements=replaceExpressionWithStatements;J.replaceInline=replaceInline;J.replaceWith=replaceWith;J.replaceWithMultiple=replaceWithMultiple;J.replaceWithSourceString=replaceWithSourceString;var te=ee(55112);var re=ee(40420);var ne=ee(74974);var ie=ee(13354);var oe=ee(25560);var se=ee(14890);var ae=ee(6348);var le=ee(22201);const{FUNCTION_TYPES:ue,arrowFunctionExpression:pe,assignmentExpression:de,awaitExpression:fe,blockStatement:me,buildUndefinedNode:ge,callExpression:he,cloneNode:_e,conditionalExpression:ye,expressionStatement:ve,getBindingIdentifiers:be,identifier:Se,inheritLeadingComments:xe,inheritTrailingComments:Ee,inheritsComments:Ce,isBlockStatement:Pe,isEmptyStatement:Ne,isExpression:Ae,isExpressionStatement:ke,isIfStatement:De,isProgram:Fe,isStatement:Oe,isVariableDeclaration:we,removeComments:Me,returnStatement:Re,sequenceExpression:je,validate:Ue,yieldExpression:Je}=ae;function replaceWithMultiple(S){var J;le.resync.call(this);const ee=oe._verifyNodeList.call(this,S);xe(ee[0],this.node);Ee(ee[ee.length-1],this.node);(J=(0,ie.getCachedPaths)(this))==null||J.delete(this.node);this.node=this.container[this.key]=null;const te=this.insertAfter(S);if(this.node){this.requeue()}else{this.remove()}return te}function replaceWithSourceString(S){le.resync.call(this);let J;try{S=`(${S})`;J=(0,se.parse)(S)}catch(J){const ee=J.loc;if(ee){J.message+=" - make sure this is an expression.\n"+(0,te.codeFrameColumns)(S,{start:{line:ee.line,column:ee.column+1}});J.code="BABEL_REPLACE_SOURCE_ERROR"}throw J}const ee=J.program.body[0].expression;re.default.removeProperties(ee);return this.replaceWith(ee)}function replaceWith(S){le.resync.call(this);if(this.removed){throw new Error("You can't replace this node, we've already removed it")}let J=S instanceof ne.default?S.node:S;if(!J){throw new Error("You passed `path.replaceWith()` a falsy node, use `path.remove()` instead")}if(this.node===J){return[this]}if(this.isProgram()&&!Fe(J)){throw new Error("You can only replace a Program root node with another Program node")}if(Array.isArray(J)){throw new Error("Don't use `path.replaceWith()` with an array of nodes, use `path.replaceWithMultiple()`")}if(typeof J==="string"){throw new Error("Don't use `path.replaceWith()` with a source string, use `path.replaceWithSourceString()`")}let ee="";if(this.isNodeType("Statement")&&Ae(J)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(J)&&!this.parentPath.isExportDefaultDeclaration()){J=ve(J);ee="expression"}}if(this.isNodeType("Expression")&&Oe(J)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(J)){return this.replaceExpressionWithStatements([J])}}const te=this.node;if(te){Ce(J,te);Me(te)}_replaceWith.call(this,J);this.type=J.type;le.setScope.call(this);this.requeue();return[ee?this.get(ee):this]}function _replaceWith(S){var J;if(!this.container){throw new ReferenceError("Container is falsy")}if(this.inList){Ue(this.parent,this.key,[S])}else{Ue(this.parent,this.key,S)}this.debug(`Replace with ${S==null?void 0:S.type}`);(J=(0,ie.getCachedPaths)(this))==null||J.set(S,this).delete(this.node);this.node=S;this.container[this.key]=S}function replaceExpressionWithStatements(S){le.resync.call(this);const J=[];const ee=gatherSequenceExpressions(S,J);if(ee){for(const S of J)this.scope.push({id:S});return this.replaceWith(ee)[0].get("expressions")}const te=this.getFunctionParent();const ne=te==null?void 0:te.node.async;const ie=te==null?void 0:te.node.generator;const oe=pe([],me(S));this.replaceWith(he(oe,[]));const se=this.get("callee");se.get("body").scope.hoistVariables((S=>this.scope.push({id:S})));const ae=se.getCompletionRecords();for(const S of ae){if(!S.isExpressionStatement())continue;const J=S.findParent((S=>S.isLoop()));if(J){let ee=J.getData("expressionReplacementReturnUid");if(!ee){ee=se.scope.generateDeclaredUidIdentifier("ret");se.get("body").pushContainer("body",Re(_e(ee)));J.setData("expressionReplacementReturnUid",ee)}else{ee=Se(ee.name)}S.get("expression").replaceWith(de("=",_e(ee),S.node.expression))}else{S.replaceWith(Re(S.node.expression))}}se.arrowFunctionToExpression();const ge=se;const ye=ne&&re.default.hasType(ge.node.body,"AwaitExpression",ue);const ve=ie&&re.default.hasType(ge.node.body,"YieldExpression",ue);if(ye){ge.set("async",true);if(!ve){this.replaceWith(fe(this.node))}}if(ve){ge.set("generator",true);this.replaceWith(Je(this.node,true))}return ge.get("body.body")}function gatherSequenceExpressions(S,J){const ee=[];let te=true;for(const re of S){if(!Ne(re)){te=false}if(Ae(re)){ee.push(re)}else if(ke(re)){ee.push(re.expression)}else if(we(re)){if(re.kind!=="var")return;for(const S of re.declarations){const te=be(S);for(const S of Object.keys(te)){J.push(_e(te[S]))}if(S.init){ee.push(de("=",S.id,S.init))}}te=true}else if(De(re)){const S=re.consequent?gatherSequenceExpressions([re.consequent],J):ge();const te=re.alternate?gatherSequenceExpressions([re.alternate],J):ge();if(!S||!te)return;ee.push(ye(re.test,S,te))}else if(Pe(re)){const S=gatherSequenceExpressions(re.body,J);if(!S)return;ee.push(S)}else if(Ne(re)){if(S.indexOf(re)===0){te=true}}else{return}}if(te)ee.push(ge());if(ee.length===1){return ee[0]}else{return je(ee)}}function replaceInline(S){le.resync.call(this);if(Array.isArray(S)){if(Array.isArray(this.container)){S=oe._verifyNodeList.call(this,S);const J=oe._containerInsertAfter.call(this,S);this.remove();return J}else{return this.replaceWithMultiple(S)}}else{return this.replaceWith(S)}}},72586:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;class Binding{constructor({identifier:S,scope:J,path:ee,kind:te}){this.identifier=void 0;this.scope=void 0;this.path=void 0;this.kind=void 0;this.constantViolations=[];this.constant=true;this.referencePaths=[];this.referenced=false;this.references=0;this.identifier=S;this.scope=J;this.path=ee;this.kind=te;if((te==="var"||te==="hoisted")&&isInitInLoop(ee)){this.reassign(ee)}this.clearValue()}deoptValue(){this.clearValue();this.hasDeoptedValue=true}setValue(S){if(this.hasDeoptedValue)return;this.hasValue=true;this.value=S}clearValue(){this.hasDeoptedValue=false;this.hasValue=false;this.value=null}reassign(S){this.constant=false;if(this.constantViolations.includes(S)){return}this.constantViolations.push(S)}reference(S){if(this.referencePaths.includes(S)){return}this.referenced=true;this.references++;this.referencePaths.push(S)}dereference(){this.references--;this.referenced=!!this.references}}J["default"]=Binding;function isInitInLoop(S){const J=!S.isVariableDeclarator()||S.node.init;for(let{parentPath:ee,key:te}=S;ee;({parentPath:ee,key:te}=ee)){if(ee.isFunctionParent())return false;if(te==="left"&&ee.isForXStatement()||J&&te==="body"&&ee.isLoop()){return true}}return false}},4059:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(4767);var re=ee(40420);var ne=ee(32760);var ie=ee(72586);var oe=ee(6348);var se=oe;var ae=ee(13354);const le=ee(95266),ue=ee(50963);const{assignmentExpression:pe,callExpression:de,cloneNode:fe,getBindingIdentifiers:me,identifier:ge,isArrayExpression:he,isBinary:_e,isCallExpression:ye,isClass:ve,isClassBody:be,isClassDeclaration:Se,isExportAllDeclaration:xe,isExportDefaultDeclaration:Ee,isExportNamedDeclaration:Ce,isFunctionDeclaration:Pe,isIdentifier:Ne,isImportDeclaration:Ae,isLiteral:ke,isMemberExpression:De,isMethod:Fe,isModuleSpecifier:Oe,isNullLiteral:we,isObjectExpression:Me,isProperty:Re,isPureish:je,isRegExpLiteral:Ue,isSuper:Je,isTaggedTemplateExpression:ze,isTemplateLiteral:Ge,isThisExpression:qe,isUnaryExpression:$e,isVariableDeclaration:He,expressionStatement:Ke,matchesPattern:Xe,memberExpression:Qe,numericLiteral:et,toIdentifier:rt,variableDeclaration:nt,variableDeclarator:it,isObjectProperty:st,isTopicReference:ct,isMetaProperty:ut,isPrivateName:pt,isExportDeclaration:dt,buildUndefinedNode:mt,sequenceExpression:yt}=oe;function gatherNodeParts(S,J){switch(S==null?void 0:S.type){default:if(Ae(S)||dt(S)){var ee;if((xe(S)||Ce(S)||Ae(S))&&S.source){gatherNodeParts(S.source,J)}else if((Ce(S)||Ae(S))&&(ee=S.specifiers)!=null&&ee.length){for(const ee of S.specifiers)gatherNodeParts(ee,J)}else if((Ee(S)||Ce(S))&&S.declaration){gatherNodeParts(S.declaration,J)}}else if(Oe(S)){gatherNodeParts(S.local,J)}else if(ke(S)&&!we(S)&&!Ue(S)&&!Ge(S)){J.push(S.value)}break;case"MemberExpression":case"OptionalMemberExpression":case"JSXMemberExpression":gatherNodeParts(S.object,J);gatherNodeParts(S.property,J);break;case"Identifier":case"JSXIdentifier":J.push(S.name);break;case"CallExpression":case"OptionalCallExpression":case"NewExpression":gatherNodeParts(S.callee,J);break;case"ObjectExpression":case"ObjectPattern":for(const ee of S.properties){gatherNodeParts(ee,J)}break;case"SpreadElement":case"RestElement":gatherNodeParts(S.argument,J);break;case"ObjectProperty":case"ObjectMethod":case"ClassProperty":case"ClassMethod":case"ClassPrivateProperty":case"ClassPrivateMethod":gatherNodeParts(S.key,J);break;case"ThisExpression":J.push("this");break;case"Super":J.push("super");break;case"Import":case"ImportExpression":J.push("import");break;case"DoExpression":J.push("do");break;case"YieldExpression":J.push("yield");gatherNodeParts(S.argument,J);break;case"AwaitExpression":J.push("await");gatherNodeParts(S.argument,J);break;case"AssignmentExpression":gatherNodeParts(S.left,J);break;case"VariableDeclarator":gatherNodeParts(S.id,J);break;case"FunctionExpression":case"FunctionDeclaration":case"ClassExpression":case"ClassDeclaration":gatherNodeParts(S.id,J);break;case"PrivateName":gatherNodeParts(S.id,J);break;case"ParenthesizedExpression":gatherNodeParts(S.expression,J);break;case"UnaryExpression":case"UpdateExpression":gatherNodeParts(S.argument,J);break;case"MetaProperty":gatherNodeParts(S.meta,J);gatherNodeParts(S.property,J);break;case"JSXElement":gatherNodeParts(S.openingElement,J);break;case"JSXOpeningElement":gatherNodeParts(S.name,J);break;case"JSXFragment":gatherNodeParts(S.openingFragment,J);break;case"JSXOpeningFragment":J.push("Fragment");break;case"JSXNamespacedName":gatherNodeParts(S.namespace,J);gatherNodeParts(S.name,J);break}}function resetScope(S){S.references=Object.create(null);S.uids=Object.create(null);S.bindings=Object.create(null);S.globals=Object.create(null)}function isAnonymousFunctionExpression(S){return S.isFunctionExpression()&&!S.node.id||S.isArrowFunctionExpression()}var vt=Symbol.for("should not be considered a local binding");const bt={ForStatement(S){const J=S.get("init");if(J.isVar()){const{scope:ee}=S;const te=ee.getFunctionParent()||ee.getProgramParent();te.registerBinding("var",J)}},Declaration(S){if(S.isBlockScoped())return;if(S.isImportDeclaration())return;if(S.isExportDeclaration())return;const J=S.scope.getFunctionParent()||S.scope.getProgramParent();J.registerDeclaration(S)},ImportDeclaration(S){const J=S.scope.getBlockParent();J.registerDeclaration(S)},TSImportEqualsDeclaration(S){const J=S.scope.getBlockParent();J.registerDeclaration(S)},ReferencedIdentifier(S,J){if(se.isTSQualifiedName(S.parent)&&S.parent.right===S.node){return}if(S.parentPath.isTSImportEqualsDeclaration())return;J.references.push(S)},ForXStatement(S,J){const ee=S.get("left");if(ee.isPattern()||ee.isIdentifier()){J.constantViolations.push(S)}else if(ee.isVar()){const{scope:J}=S;const te=J.getFunctionParent()||J.getProgramParent();te.registerBinding("var",ee)}},ExportDeclaration:{exit(S){const{node:J,scope:ee}=S;if(xe(J))return;const te=J.declaration;if(Se(te)||Pe(te)){const J=te.id;if(!J)return;const re=ee.getBinding(J.name);re==null||re.reference(S)}else if(He(te)){for(const J of te.declarations){for(const te of Object.keys(me(J))){const J=ee.getBinding(te);J==null||J.reference(S)}}}}},LabeledStatement(S){S.scope.getBlockParent().registerDeclaration(S)},AssignmentExpression(S,J){J.assignments.push(S)},UpdateExpression(S,J){J.constantViolations.push(S)},UnaryExpression(S,J){if(S.node.operator==="delete"){J.constantViolations.push(S)}},BlockScoped(S){let J=S.scope;if(J.path===S)J=J.parent;const ee=J.getBlockParent();ee.registerDeclaration(S);if(S.isClassDeclaration()&&S.node.id){const J=S.node.id;const ee=J.name;S.scope.bindings[ee]=S.scope.parent.getBinding(ee)}},CatchClause(S){S.scope.registerBinding("let",S)},Function(S){const J=S.get("params");for(const ee of J){S.scope.registerBinding("param",ee)}if(S.isFunctionExpression()&&S.node.id&&!S.node.id[vt]){S.scope.registerBinding("local",S.get("id"),S)}},ClassExpression(S){if(S.node.id&&!S.node.id[vt]){S.scope.registerBinding("local",S.get("id"),S)}},TSTypeAnnotation(S){S.skip()}};let St;let Et=0;class Scope{constructor(S){this.uid=void 0;this.path=void 0;this.block=void 0;this.inited=void 0;this.labels=void 0;this.bindings=void 0;this.referencesSet=void 0;this.globals=void 0;this.uidsSet=void 0;this.data=void 0;this.crawling=void 0;const{node:J}=S;const ee=ae.scope.get(J);if((ee==null?void 0:ee.path)===S){return ee}ae.scope.set(J,this);this.uid=Et++;this.block=J;this.path=S;this.labels=new Map;this.inited=false;Object.defineProperties(this,{references:{enumerable:true,configurable:true,writable:true,value:Object.create(null)},uids:{enumerable:true,configurable:true,writable:true,value:Object.create(null)}})}get parent(){var S;let J,ee=this.path;do{var te;const S=ee.key==="key"||ee.listKey==="decorators";ee=ee.parentPath;if(S&&ee.isMethod())ee=ee.parentPath;if((te=ee)!=null&&te.isScope())J=ee}while(ee&&!J);return(S=J)==null?void 0:S.scope}get references(){throw new Error("Scope#references is not available in Babel 8. Use Scope#referencesSet instead.")}get uids(){throw new Error("Scope#uids is not available in Babel 8. Use Scope#uidsSet instead.")}generateDeclaredUidIdentifier(S){const J=this.generateUidIdentifier(S);this.push({id:J});return fe(J)}generateUidIdentifier(S){return ge(this.generateUid(S))}generateUid(S="temp"){S=rt(S).replace(/^_+/,"").replace(/\d+$/g,"");let J;let ee=0;do{J=`_${S}`;if(ee>=11)J+=ee-1;else if(ee>=9)J+=ee-9;else if(ee>=1)J+=ee+1;ee++}while(this.hasLabel(J)||this.hasBinding(J)||this.hasGlobal(J)||this.hasReference(J));const te=this.getProgramParent();te.references[J]=true;te.uids[J]=true;return J}generateUidBasedOnNode(S,J){const ee=[];gatherNodeParts(S,ee);let te=ee.join("$");te=te.replace(/^_/,"")||J||"ref";return this.generateUid(te.slice(0,20))}generateUidIdentifierBasedOnNode(S,J){return ge(this.generateUidBasedOnNode(S,J))}isStatic(S){if(qe(S)||Je(S)||ct(S)){return true}if(Ne(S)){const J=this.getBinding(S.name);if(J){return J.constant}else{return this.hasBinding(S.name)}}return false}maybeGenerateMemoised(S,J){if(this.isStatic(S)){return null}else{const ee=this.generateUidIdentifierBasedOnNode(S);if(!J){this.push({id:ee});return fe(ee)}return ee}}checkBlockScopedCollisions(S,J,ee,te){if(J==="param")return;if(S.kind==="local")return;const re=J==="let"||S.kind==="let"||S.kind==="const"||S.kind==="module"||S.kind==="param"&&J==="const";if(re){throw this.path.hub.buildError(te,`Duplicate declaration "${ee}"`,TypeError)}}rename(S,J){const ee=this.getBinding(S);if(ee){J||(J=this.generateUidIdentifier(S).name);const re=new te.default(ee,S,J);re.rename(arguments[2])}}dump(){const S="-".repeat(60);console.log(S);let J=this;do{console.log("#",J.block.type);for(const S of Object.keys(J.bindings)){const ee=J.bindings[S];console.log(" -",S,{constant:ee.constant,references:ee.references,violations:ee.constantViolations.length,kind:ee.kind})}}while(J=J.parent);console.log(S)}hasLabel(S){return!!this.getLabel(S)}getLabel(S){return this.labels.get(S)}registerLabel(S){this.labels.set(S.node.label.name,S)}registerDeclaration(S){if(S.isLabeledStatement()){this.registerLabel(S)}else if(S.isFunctionDeclaration()){this.registerBinding("hoisted",S.get("id"),S)}else if(S.isVariableDeclaration()){const J=S.get("declarations");const{kind:ee}=S.node;for(const S of J){this.registerBinding(ee==="using"||ee==="await using"?"const":ee,S)}}else if(S.isClassDeclaration()){if(S.node.declare)return;this.registerBinding("let",S)}else if(S.isImportDeclaration()){const J=S.node.importKind==="type"||S.node.importKind==="typeof";const ee=S.get("specifiers");for(const S of ee){const ee=J||S.isImportSpecifier()&&(S.node.importKind==="type"||S.node.importKind==="typeof");this.registerBinding(ee?"unknown":"module",S)}}else if(S.isExportDeclaration()){const J=S.get("declaration");if(J.isClassDeclaration()||J.isFunctionDeclaration()||J.isVariableDeclaration()){this.registerDeclaration(J)}}else{this.registerBinding("unknown",S)}}buildUndefinedNode(){return mt()}registerConstantViolation(S){const J=S.getAssignmentIdentifiers();for(const te of Object.keys(J)){var ee;(ee=this.getBinding(te))==null||ee.reassign(S)}}registerBinding(S,J,ee=J){if(!S)throw new ReferenceError("no `kind`");if(J.isVariableDeclaration()){const ee=J.get("declarations");for(const J of ee){this.registerBinding(S,J)}return}const te=this.getProgramParent();const re=J.getOuterBindingIdentifiers(true);for(const J of Object.keys(re)){te.references[J]=true;for(const te of re[J]){const re=this.getOwnBinding(J);if(re){if(re.identifier===te)continue;this.checkBlockScopedCollisions(re,S,J,te)}if(re){re.reassign(ee)}else{this.bindings[J]=new ie.default({identifier:te,scope:this,path:ee,kind:S})}}}}addGlobal(S){this.globals[S.name]=S}hasUid(S){let J=this;do{if(J.uids[S])return true}while(J=J.parent);return false}hasGlobal(S){let J=this;do{if(J.globals[S])return true}while(J=J.parent);return false}hasReference(S){return!!this.getProgramParent().references[S]}isPure(S,J){if(Ne(S)){const ee=this.getBinding(S.name);if(!ee)return false;if(J)return ee.constant;return true}else if(qe(S)||ut(S)||ct(S)||pt(S)){return true}else if(ve(S)){var ee;if(S.superClass&&!this.isPure(S.superClass,J)){return false}if(((ee=S.decorators)==null?void 0:ee.length)>0){return false}return this.isPure(S.body,J)}else if(be(S)){for(const ee of S.body){if(!this.isPure(ee,J))return false}return true}else if(_e(S)){return this.isPure(S.left,J)&&this.isPure(S.right,J)}else if(he(S)||(S==null?void 0:S.type)==="TupleExpression"){for(const ee of S.elements){if(ee!==null&&!this.isPure(ee,J))return false}return true}else if(Me(S)||(S==null?void 0:S.type)==="RecordExpression"){for(const ee of S.properties){if(!this.isPure(ee,J))return false}return true}else if(Fe(S)){var te;if(S.computed&&!this.isPure(S.key,J))return false;if(((te=S.decorators)==null?void 0:te.length)>0){return false}return true}else if(Re(S)){var re;if(S.computed&&!this.isPure(S.key,J))return false;if(((re=S.decorators)==null?void 0:re.length)>0){return false}if(st(S)||S.static){if(S.value!==null&&!this.isPure(S.value,J)){return false}}return true}else if($e(S)){return this.isPure(S.argument,J)}else if(Ge(S)){for(const ee of S.expressions){if(!this.isPure(ee,J))return false}return true}else if(ze(S)){return Xe(S.tag,"String.raw")&&!this.hasBinding("String",{noGlobals:true})&&this.isPure(S.quasi,J)}else if(De(S)){return!S.computed&&Ne(S.object)&&S.object.name==="Symbol"&&Ne(S.property)&&S.property.name!=="for"&&!this.hasBinding("Symbol",{noGlobals:true})}else if(ye(S)){return Xe(S.callee,"Symbol.for")&&!this.hasBinding("Symbol",{noGlobals:true})&&S.arguments.length===1&&se.isStringLiteral(S.arguments[0])}else{return je(S)}}setData(S,J){return this.data[S]=J}getData(S){let J=this;do{const ee=J.data[S];if(ee!=null)return ee}while(J=J.parent)}removeData(S){let J=this;do{const ee=J.data[S];if(ee!=null)J.data[S]=null}while(J=J.parent)}init(){if(!this.inited){this.inited=true;this.crawl()}}crawl(){const S=this.path;resetScope(this);this.data=Object.create(null);let J=this;do{if(J.crawling)return;if(J.path.isProgram()){break}}while(J=J.parent);const ee=J;const te={references:[],constantViolations:[],assignments:[]};this.crawling=true;St||(St=re.default.visitors.merge([{Scope(S){resetScope(S.scope)}},bt]));if(S.type!=="Program"){const J=St[S.type];if(J){for(const ee of J.enter){ee.call(te,S,te)}}}S.traverse(St,te);this.crawling=false;for(const S of te.assignments){const J=S.getAssignmentIdentifiers();for(const te of Object.keys(J)){if(S.scope.getBinding(te))continue;ee.addGlobal(J[te])}S.scope.registerConstantViolation(S)}for(const S of te.references){const J=S.scope.getBinding(S.node.name);if(J){J.reference(S)}else{ee.addGlobal(S.node)}}for(const S of te.constantViolations){S.scope.registerConstantViolation(S)}}push(S){let J=this.path;if(J.isPattern()){J=this.getPatternParent().path}else if(!J.isBlockStatement()&&!J.isProgram()){J=this.getBlockParent().path}if(J.isSwitchStatement()){J=(this.getFunctionParent()||this.getProgramParent()).path}const{init:ee,unique:te,kind:re="var",id:ne}=S;if(!ee&&!te&&(re==="var"||re==="let")&&isAnonymousFunctionExpression(J)&&ye(J.parent,{callee:J.node})&&J.parent.arguments.length<=J.node.params.length&&Ne(ne)){J.pushContainer("params",ne);J.scope.registerBinding("param",J.get("params")[J.node.params.length-1]);return}if(J.isLoop()||J.isCatchClause()||J.isFunction()){J.ensureBlock();J=J.get("body")}const ie=S._blockHoist==null?2:S._blockHoist;const oe=`declaration:${re}:${ie}`;let se=!te&&J.getData(oe);if(!se){const S=nt(re,[]);S._blockHoist=ie;[se]=J.unshiftContainer("body",[S]);if(!te)J.setData(oe,se)}const ae=it(ne,ee);const le=se.node.declarations.push(ae);J.scope.registerBinding(re,se.get("declarations")[le-1])}getProgramParent(){let S=this;do{if(S.path.isProgram()){return S}}while(S=S.parent);throw new Error("Couldn't find a Program")}getFunctionParent(){let S=this;do{if(S.path.isFunctionParent()){return S}}while(S=S.parent);return null}getBlockParent(){let S=this;do{if(S.path.isBlockParent()){return S}}while(S=S.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getPatternParent(){let S=this;do{if(!S.path.isPattern()){return S.getBlockParent()}}while(S=S.parent.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getAllBindings(){const S=Object.create(null);let J=this;do{for(const ee of Object.keys(J.bindings)){if(ee in S===false){S[ee]=J.bindings[ee]}}J=J.parent}while(J);return S}bindingIdentifierEquals(S,J){return this.getBindingIdentifier(S)===J}getBinding(S){let J=this;let ee;do{const re=J.getOwnBinding(S);if(re){var te;if((te=ee)!=null&&te.isPattern()&&re.kind!=="param"&&re.kind!=="local"){}else{return re}}else if(!re&&S==="arguments"&&J.path.isFunction()&&!J.path.isArrowFunctionExpression()){break}ee=J.path}while(J=J.parent)}getOwnBinding(S){return this.bindings[S]}getBindingIdentifier(S){var J;return(J=this.getBinding(S))==null?void 0:J.identifier}getOwnBindingIdentifier(S){const J=this.bindings[S];return J==null?void 0:J.identifier}hasOwnBinding(S){return!!this.getOwnBinding(S)}hasBinding(S,J){if(!S)return false;let ee;let te;let re;if(typeof J==="object"){ee=J.noGlobals;te=J.noUids;re=J.upToScope}else if(typeof J==="boolean"){ee=J}let ne=this;do{if(re===ne){break}if(ne.hasOwnBinding(S)){return true}}while(ne=ne.parent);if(!te&&this.hasUid(S))return true;if(!ee&&Scope.globals.includes(S))return true;if(!ee&&Scope.contextVariables.includes(S))return true;return false}parentHasBinding(S,J){var ee;return(ee=this.parent)==null?void 0:ee.hasBinding(S,J)}moveBindingTo(S,J){const ee=this.getBinding(S);if(ee){ee.scope.removeOwnBinding(S);ee.scope=J;J.bindings[S]=ee}}removeOwnBinding(S){delete this.bindings[S]}removeBinding(S){var J;(J=this.getBinding(S))==null||J.scope.removeOwnBinding(S);let ee=this;do{if(ee.uids[S]){ee.uids[S]=false}}while(ee=ee.parent)}hoistVariables(S=S=>this.push({id:S})){this.crawl();const J=new Set;for(const ee of Object.keys(this.bindings)){const te=this.bindings[ee];if(!te)continue;const{path:re}=te;if(!re.isVariableDeclarator())continue;const{parent:ne,parentPath:ie}=re;if(ne.kind!=="var"||J.has(ne))continue;J.add(re.parent);let oe;const se=[];for(const J of ne.declarations){oe!=null?oe:oe=J.id;if(J.init){se.push(pe("=",J.id,J.init))}const ee=Object.keys(me(J,false,true,true));for(const te of ee){S(ge(te),J.init!=null)}}if(ie.parentPath.isForXStatement({left:ne})){ie.replaceWith(oe)}else if(se.length===0){ie.remove()}else{const S=se.length===1?se[0]:yt(se);if(ie.parentPath.isForStatement({init:ne})){ie.replaceWith(S)}else{ie.replaceWith(Ke(S))}}}}}J["default"]=Scope;Scope.globals=[...le,...ue];Scope.contextVariables=["arguments","undefined","Infinity","NaN"];Scope.prototype._renameFromMap=function _renameFromMap(S,J,ee,te){if(S[J]){S[ee]=te;S[J]=null}};Scope.prototype.traverse=function(S,J,ee){(0,re.default)(S,J,this,ee,this.path)};Scope.prototype._generateUid=function _generateUid(S,J){let ee=S;if(J>1)ee+=J;return`_${ee}`};Scope.prototype.toArray=function toArray(S,J,ee){if(Ne(S)){const J=this.getBinding(S.name);if(J!=null&&J.constant&&J.path.isGenericType("Array")){return S}}if(he(S)){return S}if(Ne(S,{name:"arguments"})){return de(Qe(Qe(Qe(ge("Array"),ge("prototype")),ge("slice")),ge("call")),[S])}let te;const re=[S];if(J===true){te="toConsumableArray"}else if(typeof J==="number"){re.push(et(J));te="slicedToArray"}else{te="toArray"}if(ee){re.unshift(this.path.hub.addHelper(te));te="maybeArrayLike"}return de(this.path.hub.addHelper(te),re)};Scope.prototype.getAllBindingsOfKind=function getAllBindingsOfKind(...S){const J=Object.create(null);for(const ee of S){let S=this;do{for(const te of Object.keys(S.bindings)){const re=S.bindings[te];if(re.kind===ee)J[te]=re}S=S.parent}while(S)}return J};Object.defineProperties(Scope.prototype,{parentBlock:{configurable:true,enumerable:true,get(){return this.path.parent}},hub:{configurable:true,enumerable:true,get(){return this.path.hub}}})},4767:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(6348);var re=te;var ne=ee(25997);var ie=ee(45461);var oe=ee(22201);const{getAssignmentIdentifiers:se}=re;const ae={ReferencedIdentifier({node:S},J){if(S.name===J.oldName){S.name=J.newName}},Scope(S,J){if(!S.scope.bindingIdentifierEquals(J.oldName,J.binding.identifier)){S.skip();if(S.isMethod()){if(!S.requeueComputedKeyAndDecorators){oe.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}if(S.isSwitchStatement()){S.context.maybeQueue(S.get("discriminant"))}}},ObjectProperty({node:S,scope:J},ee){const{name:te}=S.key;if(S.shorthand&&(te===ee.oldName||te===ee.newName)&&J.getBindingIdentifier(te)===ee.binding.identifier){var re;S.shorthand=false;if((re=S.extra)!=null&&re.shorthand)S.extra.shorthand=false}},"AssignmentExpression|Declaration|VariableDeclarator"(S,J){if(S.isVariableDeclaration())return;const ee=S.isAssignmentExpression()?se(S.node):S.getOuterBindingIdentifiers();for(const S in ee){if(S===J.oldName)ee[S].name=J.newName}}};class Renamer{constructor(S,J,ee){this.newName=ee;this.oldName=J;this.binding=S}maybeConvertFromExportDeclaration(S){const J=S.parentPath;if(!J.isExportDeclaration()){return}if(J.isExportDefaultDeclaration()){const{declaration:S}=J.node;if(te.isDeclaration(S)&&!S.id){return}}if(J.isExportAllDeclaration()){return}J.splitExportDeclaration()}maybeConvertFromClassFunctionDeclaration(S){return S}maybeConvertFromClassFunctionExpression(S){return S}rename(){const{binding:S,oldName:J,newName:ee}=this;const{scope:re,path:oe}=S;const se=oe.find((S=>S.isDeclaration()||S.isFunctionExpression()||S.isClassExpression()));if(se){const ee=se.getOuterBindingIdentifiers();if(ee[J]===S.identifier){this.maybeConvertFromExportDeclaration(se)}}const le=arguments[0]||re.block;const ue={discriminant:true};if(te.isMethod(le)){if(le.computed){ue.key=true}if(!te.isObjectMethod(le)){ue.decorators=true}}(0,ne.traverseNode)(le,(0,ie.explode)(ae),re,this,re.path,ue);if(!arguments[0]){re.removeOwnBinding(J);re.bindings[ee]=S;this.binding.identifier.name=ee}if(se){this.maybeConvertFromClassFunctionDeclaration(oe);this.maybeConvertFromClassFunctionExpression(oe)}}}J["default"]=Renamer},32760:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverseForScope;var te=ee(6348);var re=ee(40420);var ne=ee(45461);var ie=ee(22201);const{VISITOR_KEYS:oe}=te;function traverseForScope(S,J,ee){const te=(0,ne.explode)(J);if(te.enter||te.exit){throw new Error("Should not be used with enter/exit visitors.")}_traverse(S.parentPath,S.parent,S.node,S.container,S.key,S.listKey,S.hub,S);function _traverse(S,J,ne,se,ae,le,ue,pe){if(!ne){return}const de=pe||re.NodePath.get({hub:ue,parentPath:S,parent:J,container:se,listKey:le,key:ae});ie._forceSetScope.call(de);const fe=te[ne.type];if(fe!=null&&fe.enter){for(const S of fe.enter){S.call(ee,de,ee)}}if(de.shouldSkip){return}const me=oe[ne.type];if(!(me!=null&&me.length)){return}for(const S of me){const J=ne[S];if(!J)continue;if(Array.isArray(J)){for(let ee=0;ee<J.length;ee++){const te=J[ee];_traverse(de,ne,te,J,ee,S)}}else{_traverse(de,ne,J,ne,S,null)}}if(fe!=null&&fe.exit){for(const S of fe.exit){S.call(ee,de,ee)}}}}},25997:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.traverseNode=traverseNode;var te=ee(68263);var re=ee(74974);var ne=ee(6348);var ie=ee(22201);const{VISITOR_KEYS:oe}=ne;function _visitPaths(S,J){S.queue=J;S.priorityQueue=[];const ee=new Set;let te=false;let re=0;for(;re<J.length;){const ne=J[re];re++;ie.resync.call(ne);if(ne.contexts.length===0||ne.contexts[ne.contexts.length-1]!==S){ie.pushContext.call(ne,S)}if(ne.key===null)continue;const{node:oe}=ne;if(ee.has(oe))continue;if(oe)ee.add(oe);if(_visit(S,ne)){te=true;break}if(S.priorityQueue.length){te=_visitPaths(S,S.priorityQueue);S.priorityQueue=[];S.queue=J;if(te)break}}for(let S=0;S<re;S++){ie.popContext.call(J[S])}S.queue=null;return te}function _visit(S,J){var ee;const te=J.node;if(!te){return false}const re=S.opts;const ne=(ee=re.denylist)!=null?ee:re.blacklist;if(ne!=null&&ne.includes(te.type)){return false}if(re.shouldSkip!=null&&re.shouldSkip(J)){return false}if(J.shouldSkip)return J.shouldStop;if(ie._call.call(J,re.enter))return J.shouldStop;if(J.node){var oe;if(ie._call.call(J,(oe=re[te.type])==null?void 0:oe.enter))return J.shouldStop}J.shouldStop=_traverse(J.node,re,J.scope,S.state,J,J.skipKeys);if(J.node){if(ie._call.call(J,re.exit))return true}if(J.node){var se;ie._call.call(J,(se=re[te.type])==null?void 0:se.exit)}return J.shouldStop}function _traverse(S,J,ee,ne,ie,se,ae){const le=oe[S.type];if(!(le!=null&&le.length))return false;const ue=new te.default(ee,J,ne,ie);if(ae){if(se!=null&&se[ie.parentKey])return false;return _visitPaths(ue,[ie])}for(const J of le){if(se!=null&&se[J])continue;const ee=S[J];if(!ee)continue;if(Array.isArray(ee)){if(!ee.length)continue;const te=[];for(let ne=0;ne<ee.length;ne++){const oe=re.default.get({parentPath:ie,parent:S,container:ee,key:ne,listKey:J});te.push(oe)}if(_visitPaths(ue,te))return true}else{if(_visitPaths(ue,[re.default.get({parentPath:ie,parent:S,container:S,key:J,listKey:null})])){return true}}}return false}function traverseNode(S,J,ee,re,ne,ie,se){const ae=oe[S.type];if(!ae)return false;const le=new te.default(ee,J,re,ne);if(se){if(ie!=null&&ie[ne.parentKey])return false;return le.visitQueue([ne])}for(const J of ae){if(ie!=null&&ie[J])continue;if(le.visit(S,J)){return true}}return false}},45461:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.environmentVisitor=environmentVisitor;J.explode=explode$1;J.isExplodedVisitor=isExplodedVisitor;J.merge=merge;J.verify=verify$1;var te=ee(21817);var re=ee(95030);var ne=ee(6348);var ie=ee(22201);const{DEPRECATED_KEYS:oe,DEPRECATED_ALIASES:se,FLIPPED_ALIAS_KEYS:ae,TYPES:le,__internal__deprecationWarning:ue}=ne;function isVirtualType(S){return S in te}function isExplodedVisitor(S){return S==null?void 0:S._exploded}function explode$1(S){if(isExplodedVisitor(S))return S;S._exploded=true;for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;const ee=J.split("|");if(ee.length===1)continue;const te=S[J];delete S[J];for(const J of ee){S[J]=te}}verify$1(S);delete S.__esModule;ensureEntranceObjects(S);ensureCallbackArrays(S);for(const ee of Object.keys(S)){if(shouldIgnoreKey(ee))continue;if(!isVirtualType(ee))continue;const re=S[ee];for(const S of Object.keys(re)){re[S]=wrapCheck(ee,re[S])}delete S[ee];const ne=te[ee];if(ne!==null){for(const ee of ne){var J;(J=S[ee])!=null?J:S[ee]={};mergePair(S[ee],re)}}else{mergePair(S,re)}}for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;let ee=ae[J];if(J in oe){const S=oe[J];ue(J,S,"Visitor ");ee=[S]}else if(J in se){const S=se[J];ue(J,S,"Visitor ");ee=ae[S]}if(!ee)continue;const te=S[J];delete S[J];for(const J of ee){const ee=S[J];if(ee){mergePair(ee,te)}else{S[J]=Object.assign({},te)}}}for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;ensureCallbackArrays(S[J])}return S}function verify$1(S){if(S._verified)return;if(typeof S==="function"){throw new Error("You passed `traverse()` a function when it expected a visitor object, "+"are you sure you didn't mean `{ enter: Function }`?")}for(const J of Object.keys(S)){if(J==="enter"||J==="exit"){validateVisitorMethods(J,S[J])}if(shouldIgnoreKey(J))continue;if(!le.includes(J)){throw new Error(`You gave us a visitor for the node type ${J} but it's not a valid type in @babel/traverse ${"7.29.0"}`)}const ee=S[J];if(typeof ee==="object"){for(const S of Object.keys(ee)){if(S==="enter"||S==="exit"){validateVisitorMethods(`${J}.${S}`,ee[S])}else{throw new Error("You passed `traverse()` a visitor object with the property "+`${J} that has the invalid property ${S}`)}}}}S._verified=true}function validateVisitorMethods(S,J){const ee=[].concat(J);for(const J of ee){if(typeof J!=="function"){throw new TypeError(`Non-function found defined in ${S} with type ${typeof J}`)}}}function merge(S,J=[],ee){const te={_verified:true,_exploded:true};Object.defineProperty(te,"_exploded",{enumerable:false});Object.defineProperty(te,"_verified",{enumerable:false});for(let re=0;re<S.length;re++){const ne=explode$1(S[re]);const ie=J[re];let oe=ne;if(ie||ee){oe=wrapWithStateOrWrapper(oe,ie,ee)}mergePair(te,oe);for(const S of Object.keys(ne)){if(shouldIgnoreKey(S))continue;let J=ne[S];if(ie||ee){J=wrapWithStateOrWrapper(J,ie,ee)}const re=te[S]||(te[S]={});mergePair(re,J)}}return te}function wrapWithStateOrWrapper(S,J,ee){const te={};for(const re of["enter","exit"]){let ne=S[re];if(!Array.isArray(ne))continue;ne=ne.map((function(S){let te=S;if(J){te=function(ee){S.call(J,ee,J)}}if(ee){te=ee(J==null?void 0:J.key,re,te)}if(te!==S){te.toString=()=>S.toString()}return te}));te[re]=ne}return te}function ensureEntranceObjects(S){for(const J of Object.keys(S)){if(shouldIgnoreKey(J))continue;const ee=S[J];if(typeof ee==="function"){S[J]={enter:ee}}}}function ensureCallbackArrays(S){if(S.enter&&!Array.isArray(S.enter))S.enter=[S.enter];if(S.exit&&!Array.isArray(S.exit))S.exit=[S.exit]}function wrapCheck(S,J){const ee=`is${S}`;const te=re[ee];const newFn=function(S){if(te.call(S)){return J.apply(this,arguments)}};newFn.toString=()=>J.toString();return newFn}function shouldIgnoreKey(S){if(S.startsWith("_"))return true;if(S==="enter"||S==="exit"||S==="shouldSkip")return true;if(S==="denylist"||S==="noScope"||S==="skipKeys"){return true}if(S==="blacklist"){return true}return false}function mergePair(S,J){for(const ee of["enter","exit"]){if(!J[ee])continue;S[ee]=[].concat(S[ee]||[],J[ee])}}const pe={FunctionParent(S){if(S.isArrowFunctionExpression())return;S.skip();if(S.isMethod()){if(!S.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}},Property(S){if(S.isObjectProperty())return;S.skip();if(!S.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(S)}else{S.requeueComputedKeyAndDecorators()}}};function environmentVisitor(S){return merge([pe,S])}},84540:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=assertNode;var te=ee(9592);function assertNode(S){if(!(0,te.default)(S)){var J;const ee=(J=S==null?void 0:S.type)!=null?J:JSON.stringify(S);throw new TypeError(`Not a valid node of type "${ee}"`)}}},43034:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.assertAccessor=assertAccessor;J.assertAnyTypeAnnotation=assertAnyTypeAnnotation;J.assertArgumentPlaceholder=assertArgumentPlaceholder;J.assertArrayExpression=assertArrayExpression;J.assertArrayPattern=assertArrayPattern;J.assertArrayTypeAnnotation=assertArrayTypeAnnotation;J.assertArrowFunctionExpression=assertArrowFunctionExpression;J.assertAssignmentExpression=assertAssignmentExpression;J.assertAssignmentPattern=assertAssignmentPattern;J.assertAwaitExpression=assertAwaitExpression;J.assertBigIntLiteral=assertBigIntLiteral;J.assertBinary=assertBinary;J.assertBinaryExpression=assertBinaryExpression;J.assertBindExpression=assertBindExpression;J.assertBlock=assertBlock;J.assertBlockParent=assertBlockParent;J.assertBlockStatement=assertBlockStatement;J.assertBooleanLiteral=assertBooleanLiteral;J.assertBooleanLiteralTypeAnnotation=assertBooleanLiteralTypeAnnotation;J.assertBooleanTypeAnnotation=assertBooleanTypeAnnotation;J.assertBreakStatement=assertBreakStatement;J.assertCallExpression=assertCallExpression;J.assertCatchClause=assertCatchClause;J.assertClass=assertClass;J.assertClassAccessorProperty=assertClassAccessorProperty;J.assertClassBody=assertClassBody;J.assertClassDeclaration=assertClassDeclaration;J.assertClassExpression=assertClassExpression;J.assertClassImplements=assertClassImplements;J.assertClassMethod=assertClassMethod;J.assertClassPrivateMethod=assertClassPrivateMethod;J.assertClassPrivateProperty=assertClassPrivateProperty;J.assertClassProperty=assertClassProperty;J.assertCompletionStatement=assertCompletionStatement;J.assertConditional=assertConditional;J.assertConditionalExpression=assertConditionalExpression;J.assertContinueStatement=assertContinueStatement;J.assertDebuggerStatement=assertDebuggerStatement;J.assertDecimalLiteral=assertDecimalLiteral;J.assertDeclaration=assertDeclaration;J.assertDeclareClass=assertDeclareClass;J.assertDeclareExportAllDeclaration=assertDeclareExportAllDeclaration;J.assertDeclareExportDeclaration=assertDeclareExportDeclaration;J.assertDeclareFunction=assertDeclareFunction;J.assertDeclareInterface=assertDeclareInterface;J.assertDeclareModule=assertDeclareModule;J.assertDeclareModuleExports=assertDeclareModuleExports;J.assertDeclareOpaqueType=assertDeclareOpaqueType;J.assertDeclareTypeAlias=assertDeclareTypeAlias;J.assertDeclareVariable=assertDeclareVariable;J.assertDeclaredPredicate=assertDeclaredPredicate;J.assertDecorator=assertDecorator;J.assertDirective=assertDirective;J.assertDirectiveLiteral=assertDirectiveLiteral;J.assertDoExpression=assertDoExpression;J.assertDoWhileStatement=assertDoWhileStatement;J.assertEmptyStatement=assertEmptyStatement;J.assertEmptyTypeAnnotation=assertEmptyTypeAnnotation;J.assertEnumBody=assertEnumBody;J.assertEnumBooleanBody=assertEnumBooleanBody;J.assertEnumBooleanMember=assertEnumBooleanMember;J.assertEnumDeclaration=assertEnumDeclaration;J.assertEnumDefaultedMember=assertEnumDefaultedMember;J.assertEnumMember=assertEnumMember;J.assertEnumNumberBody=assertEnumNumberBody;J.assertEnumNumberMember=assertEnumNumberMember;J.assertEnumStringBody=assertEnumStringBody;J.assertEnumStringMember=assertEnumStringMember;J.assertEnumSymbolBody=assertEnumSymbolBody;J.assertExistsTypeAnnotation=assertExistsTypeAnnotation;J.assertExportAllDeclaration=assertExportAllDeclaration;J.assertExportDeclaration=assertExportDeclaration;J.assertExportDefaultDeclaration=assertExportDefaultDeclaration;J.assertExportDefaultSpecifier=assertExportDefaultSpecifier;J.assertExportNamedDeclaration=assertExportNamedDeclaration;J.assertExportNamespaceSpecifier=assertExportNamespaceSpecifier;J.assertExportSpecifier=assertExportSpecifier;J.assertExpression=assertExpression;J.assertExpressionStatement=assertExpressionStatement;J.assertExpressionWrapper=assertExpressionWrapper;J.assertFile=assertFile;J.assertFlow=assertFlow;J.assertFlowBaseAnnotation=assertFlowBaseAnnotation;J.assertFlowDeclaration=assertFlowDeclaration;J.assertFlowPredicate=assertFlowPredicate;J.assertFlowType=assertFlowType;J.assertFor=assertFor;J.assertForInStatement=assertForInStatement;J.assertForOfStatement=assertForOfStatement;J.assertForStatement=assertForStatement;J.assertForXStatement=assertForXStatement;J.assertFunction=assertFunction;J.assertFunctionDeclaration=assertFunctionDeclaration;J.assertFunctionExpression=assertFunctionExpression;J.assertFunctionParameter=assertFunctionParameter;J.assertFunctionParent=assertFunctionParent;J.assertFunctionTypeAnnotation=assertFunctionTypeAnnotation;J.assertFunctionTypeParam=assertFunctionTypeParam;J.assertGenericTypeAnnotation=assertGenericTypeAnnotation;J.assertIdentifier=assertIdentifier;J.assertIfStatement=assertIfStatement;J.assertImmutable=assertImmutable;J.assertImport=assertImport;J.assertImportAttribute=assertImportAttribute;J.assertImportDeclaration=assertImportDeclaration;J.assertImportDefaultSpecifier=assertImportDefaultSpecifier;J.assertImportExpression=assertImportExpression;J.assertImportNamespaceSpecifier=assertImportNamespaceSpecifier;J.assertImportOrExportDeclaration=assertImportOrExportDeclaration;J.assertImportSpecifier=assertImportSpecifier;J.assertIndexedAccessType=assertIndexedAccessType;J.assertInferredPredicate=assertInferredPredicate;J.assertInterfaceDeclaration=assertInterfaceDeclaration;J.assertInterfaceExtends=assertInterfaceExtends;J.assertInterfaceTypeAnnotation=assertInterfaceTypeAnnotation;J.assertInterpreterDirective=assertInterpreterDirective;J.assertIntersectionTypeAnnotation=assertIntersectionTypeAnnotation;J.assertJSX=assertJSX;J.assertJSXAttribute=assertJSXAttribute;J.assertJSXClosingElement=assertJSXClosingElement;J.assertJSXClosingFragment=assertJSXClosingFragment;J.assertJSXElement=assertJSXElement;J.assertJSXEmptyExpression=assertJSXEmptyExpression;J.assertJSXExpressionContainer=assertJSXExpressionContainer;J.assertJSXFragment=assertJSXFragment;J.assertJSXIdentifier=assertJSXIdentifier;J.assertJSXMemberExpression=assertJSXMemberExpression;J.assertJSXNamespacedName=assertJSXNamespacedName;J.assertJSXOpeningElement=assertJSXOpeningElement;J.assertJSXOpeningFragment=assertJSXOpeningFragment;J.assertJSXSpreadAttribute=assertJSXSpreadAttribute;J.assertJSXSpreadChild=assertJSXSpreadChild;J.assertJSXText=assertJSXText;J.assertLVal=assertLVal;J.assertLabeledStatement=assertLabeledStatement;J.assertLiteral=assertLiteral;J.assertLogicalExpression=assertLogicalExpression;J.assertLoop=assertLoop;J.assertMemberExpression=assertMemberExpression;J.assertMetaProperty=assertMetaProperty;J.assertMethod=assertMethod;J.assertMiscellaneous=assertMiscellaneous;J.assertMixedTypeAnnotation=assertMixedTypeAnnotation;J.assertModuleDeclaration=assertModuleDeclaration;J.assertModuleExpression=assertModuleExpression;J.assertModuleSpecifier=assertModuleSpecifier;J.assertNewExpression=assertNewExpression;J.assertNoop=assertNoop;J.assertNullLiteral=assertNullLiteral;J.assertNullLiteralTypeAnnotation=assertNullLiteralTypeAnnotation;J.assertNullableTypeAnnotation=assertNullableTypeAnnotation;J.assertNumberLiteral=assertNumberLiteral;J.assertNumberLiteralTypeAnnotation=assertNumberLiteralTypeAnnotation;J.assertNumberTypeAnnotation=assertNumberTypeAnnotation;J.assertNumericLiteral=assertNumericLiteral;J.assertObjectExpression=assertObjectExpression;J.assertObjectMember=assertObjectMember;J.assertObjectMethod=assertObjectMethod;J.assertObjectPattern=assertObjectPattern;J.assertObjectProperty=assertObjectProperty;J.assertObjectTypeAnnotation=assertObjectTypeAnnotation;J.assertObjectTypeCallProperty=assertObjectTypeCallProperty;J.assertObjectTypeIndexer=assertObjectTypeIndexer;J.assertObjectTypeInternalSlot=assertObjectTypeInternalSlot;J.assertObjectTypeProperty=assertObjectTypeProperty;J.assertObjectTypeSpreadProperty=assertObjectTypeSpreadProperty;J.assertOpaqueType=assertOpaqueType;J.assertOptionalCallExpression=assertOptionalCallExpression;J.assertOptionalIndexedAccessType=assertOptionalIndexedAccessType;J.assertOptionalMemberExpression=assertOptionalMemberExpression;J.assertParenthesizedExpression=assertParenthesizedExpression;J.assertPattern=assertPattern;J.assertPatternLike=assertPatternLike;J.assertPipelineBareFunction=assertPipelineBareFunction;J.assertPipelinePrimaryTopicReference=assertPipelinePrimaryTopicReference;J.assertPipelineTopicExpression=assertPipelineTopicExpression;J.assertPlaceholder=assertPlaceholder;J.assertPrivate=assertPrivate;J.assertPrivateName=assertPrivateName;J.assertProgram=assertProgram;J.assertProperty=assertProperty;J.assertPureish=assertPureish;J.assertQualifiedTypeIdentifier=assertQualifiedTypeIdentifier;J.assertRecordExpression=assertRecordExpression;J.assertRegExpLiteral=assertRegExpLiteral;J.assertRegexLiteral=assertRegexLiteral;J.assertRestElement=assertRestElement;J.assertRestProperty=assertRestProperty;J.assertReturnStatement=assertReturnStatement;J.assertScopable=assertScopable;J.assertSequenceExpression=assertSequenceExpression;J.assertSpreadElement=assertSpreadElement;J.assertSpreadProperty=assertSpreadProperty;J.assertStandardized=assertStandardized;J.assertStatement=assertStatement;J.assertStaticBlock=assertStaticBlock;J.assertStringLiteral=assertStringLiteral;J.assertStringLiteralTypeAnnotation=assertStringLiteralTypeAnnotation;J.assertStringTypeAnnotation=assertStringTypeAnnotation;J.assertSuper=assertSuper;J.assertSwitchCase=assertSwitchCase;J.assertSwitchStatement=assertSwitchStatement;J.assertSymbolTypeAnnotation=assertSymbolTypeAnnotation;J.assertTSAnyKeyword=assertTSAnyKeyword;J.assertTSArrayType=assertTSArrayType;J.assertTSAsExpression=assertTSAsExpression;J.assertTSBaseType=assertTSBaseType;J.assertTSBigIntKeyword=assertTSBigIntKeyword;J.assertTSBooleanKeyword=assertTSBooleanKeyword;J.assertTSCallSignatureDeclaration=assertTSCallSignatureDeclaration;J.assertTSConditionalType=assertTSConditionalType;J.assertTSConstructSignatureDeclaration=assertTSConstructSignatureDeclaration;J.assertTSConstructorType=assertTSConstructorType;J.assertTSDeclareFunction=assertTSDeclareFunction;J.assertTSDeclareMethod=assertTSDeclareMethod;J.assertTSEntityName=assertTSEntityName;J.assertTSEnumBody=assertTSEnumBody;J.assertTSEnumDeclaration=assertTSEnumDeclaration;J.assertTSEnumMember=assertTSEnumMember;J.assertTSExportAssignment=assertTSExportAssignment;J.assertTSExpressionWithTypeArguments=assertTSExpressionWithTypeArguments;J.assertTSExternalModuleReference=assertTSExternalModuleReference;J.assertTSFunctionType=assertTSFunctionType;J.assertTSImportEqualsDeclaration=assertTSImportEqualsDeclaration;J.assertTSImportType=assertTSImportType;J.assertTSIndexSignature=assertTSIndexSignature;J.assertTSIndexedAccessType=assertTSIndexedAccessType;J.assertTSInferType=assertTSInferType;J.assertTSInstantiationExpression=assertTSInstantiationExpression;J.assertTSInterfaceBody=assertTSInterfaceBody;J.assertTSInterfaceDeclaration=assertTSInterfaceDeclaration;J.assertTSIntersectionType=assertTSIntersectionType;J.assertTSIntrinsicKeyword=assertTSIntrinsicKeyword;J.assertTSLiteralType=assertTSLiteralType;J.assertTSMappedType=assertTSMappedType;J.assertTSMethodSignature=assertTSMethodSignature;J.assertTSModuleBlock=assertTSModuleBlock;J.assertTSModuleDeclaration=assertTSModuleDeclaration;J.assertTSNamedTupleMember=assertTSNamedTupleMember;J.assertTSNamespaceExportDeclaration=assertTSNamespaceExportDeclaration;J.assertTSNeverKeyword=assertTSNeverKeyword;J.assertTSNonNullExpression=assertTSNonNullExpression;J.assertTSNullKeyword=assertTSNullKeyword;J.assertTSNumberKeyword=assertTSNumberKeyword;J.assertTSObjectKeyword=assertTSObjectKeyword;J.assertTSOptionalType=assertTSOptionalType;J.assertTSParameterProperty=assertTSParameterProperty;J.assertTSParenthesizedType=assertTSParenthesizedType;J.assertTSPropertySignature=assertTSPropertySignature;J.assertTSQualifiedName=assertTSQualifiedName;J.assertTSRestType=assertTSRestType;J.assertTSSatisfiesExpression=assertTSSatisfiesExpression;J.assertTSStringKeyword=assertTSStringKeyword;J.assertTSSymbolKeyword=assertTSSymbolKeyword;J.assertTSTemplateLiteralType=assertTSTemplateLiteralType;J.assertTSThisType=assertTSThisType;J.assertTSTupleType=assertTSTupleType;J.assertTSType=assertTSType;J.assertTSTypeAliasDeclaration=assertTSTypeAliasDeclaration;J.assertTSTypeAnnotation=assertTSTypeAnnotation;J.assertTSTypeAssertion=assertTSTypeAssertion;J.assertTSTypeElement=assertTSTypeElement;J.assertTSTypeLiteral=assertTSTypeLiteral;J.assertTSTypeOperator=assertTSTypeOperator;J.assertTSTypeParameter=assertTSTypeParameter;J.assertTSTypeParameterDeclaration=assertTSTypeParameterDeclaration;J.assertTSTypeParameterInstantiation=assertTSTypeParameterInstantiation;J.assertTSTypePredicate=assertTSTypePredicate;J.assertTSTypeQuery=assertTSTypeQuery;J.assertTSTypeReference=assertTSTypeReference;J.assertTSUndefinedKeyword=assertTSUndefinedKeyword;J.assertTSUnionType=assertTSUnionType;J.assertTSUnknownKeyword=assertTSUnknownKeyword;J.assertTSVoidKeyword=assertTSVoidKeyword;J.assertTaggedTemplateExpression=assertTaggedTemplateExpression;J.assertTemplateElement=assertTemplateElement;J.assertTemplateLiteral=assertTemplateLiteral;J.assertTerminatorless=assertTerminatorless;J.assertThisExpression=assertThisExpression;J.assertThisTypeAnnotation=assertThisTypeAnnotation;J.assertThrowStatement=assertThrowStatement;J.assertTopicReference=assertTopicReference;J.assertTryStatement=assertTryStatement;J.assertTupleExpression=assertTupleExpression;J.assertTupleTypeAnnotation=assertTupleTypeAnnotation;J.assertTypeAlias=assertTypeAlias;J.assertTypeAnnotation=assertTypeAnnotation;J.assertTypeCastExpression=assertTypeCastExpression;J.assertTypeParameter=assertTypeParameter;J.assertTypeParameterDeclaration=assertTypeParameterDeclaration;J.assertTypeParameterInstantiation=assertTypeParameterInstantiation;J.assertTypeScript=assertTypeScript;J.assertTypeofTypeAnnotation=assertTypeofTypeAnnotation;J.assertUnaryExpression=assertUnaryExpression;J.assertUnaryLike=assertUnaryLike;J.assertUnionTypeAnnotation=assertUnionTypeAnnotation;J.assertUpdateExpression=assertUpdateExpression;J.assertUserWhitespacable=assertUserWhitespacable;J.assertV8IntrinsicIdentifier=assertV8IntrinsicIdentifier;J.assertVariableDeclaration=assertVariableDeclaration;J.assertVariableDeclarator=assertVariableDeclarator;J.assertVariance=assertVariance;J.assertVoidPattern=assertVoidPattern;J.assertVoidTypeAnnotation=assertVoidTypeAnnotation;J.assertWhile=assertWhile;J.assertWhileStatement=assertWhileStatement;J.assertWithStatement=assertWithStatement;J.assertYieldExpression=assertYieldExpression;var te=ee(32664);var re=ee(49230);function assert(S,J,ee){if(!(0,te.default)(S,J,ee)){throw new Error(`Expected type "${S}" with option ${JSON.stringify(ee)}, `+`but instead got "${J.type}".`)}}function assertArrayExpression(S,J){assert("ArrayExpression",S,J)}function assertAssignmentExpression(S,J){assert("AssignmentExpression",S,J)}function assertBinaryExpression(S,J){assert("BinaryExpression",S,J)}function assertInterpreterDirective(S,J){assert("InterpreterDirective",S,J)}function assertDirective(S,J){assert("Directive",S,J)}function assertDirectiveLiteral(S,J){assert("DirectiveLiteral",S,J)}function assertBlockStatement(S,J){assert("BlockStatement",S,J)}function assertBreakStatement(S,J){assert("BreakStatement",S,J)}function assertCallExpression(S,J){assert("CallExpression",S,J)}function assertCatchClause(S,J){assert("CatchClause",S,J)}function assertConditionalExpression(S,J){assert("ConditionalExpression",S,J)}function assertContinueStatement(S,J){assert("ContinueStatement",S,J)}function assertDebuggerStatement(S,J){assert("DebuggerStatement",S,J)}function assertDoWhileStatement(S,J){assert("DoWhileStatement",S,J)}function assertEmptyStatement(S,J){assert("EmptyStatement",S,J)}function assertExpressionStatement(S,J){assert("ExpressionStatement",S,J)}function assertFile(S,J){assert("File",S,J)}function assertForInStatement(S,J){assert("ForInStatement",S,J)}function assertForStatement(S,J){assert("ForStatement",S,J)}function assertFunctionDeclaration(S,J){assert("FunctionDeclaration",S,J)}function assertFunctionExpression(S,J){assert("FunctionExpression",S,J)}function assertIdentifier(S,J){assert("Identifier",S,J)}function assertIfStatement(S,J){assert("IfStatement",S,J)}function assertLabeledStatement(S,J){assert("LabeledStatement",S,J)}function assertStringLiteral(S,J){assert("StringLiteral",S,J)}function assertNumericLiteral(S,J){assert("NumericLiteral",S,J)}function assertNullLiteral(S,J){assert("NullLiteral",S,J)}function assertBooleanLiteral(S,J){assert("BooleanLiteral",S,J)}function assertRegExpLiteral(S,J){assert("RegExpLiteral",S,J)}function assertLogicalExpression(S,J){assert("LogicalExpression",S,J)}function assertMemberExpression(S,J){assert("MemberExpression",S,J)}function assertNewExpression(S,J){assert("NewExpression",S,J)}function assertProgram(S,J){assert("Program",S,J)}function assertObjectExpression(S,J){assert("ObjectExpression",S,J)}function assertObjectMethod(S,J){assert("ObjectMethod",S,J)}function assertObjectProperty(S,J){assert("ObjectProperty",S,J)}function assertRestElement(S,J){assert("RestElement",S,J)}function assertReturnStatement(S,J){assert("ReturnStatement",S,J)}function assertSequenceExpression(S,J){assert("SequenceExpression",S,J)}function assertParenthesizedExpression(S,J){assert("ParenthesizedExpression",S,J)}function assertSwitchCase(S,J){assert("SwitchCase",S,J)}function assertSwitchStatement(S,J){assert("SwitchStatement",S,J)}function assertThisExpression(S,J){assert("ThisExpression",S,J)}function assertThrowStatement(S,J){assert("ThrowStatement",S,J)}function assertTryStatement(S,J){assert("TryStatement",S,J)}function assertUnaryExpression(S,J){assert("UnaryExpression",S,J)}function assertUpdateExpression(S,J){assert("UpdateExpression",S,J)}function assertVariableDeclaration(S,J){assert("VariableDeclaration",S,J)}function assertVariableDeclarator(S,J){assert("VariableDeclarator",S,J)}function assertWhileStatement(S,J){assert("WhileStatement",S,J)}function assertWithStatement(S,J){assert("WithStatement",S,J)}function assertAssignmentPattern(S,J){assert("AssignmentPattern",S,J)}function assertArrayPattern(S,J){assert("ArrayPattern",S,J)}function assertArrowFunctionExpression(S,J){assert("ArrowFunctionExpression",S,J)}function assertClassBody(S,J){assert("ClassBody",S,J)}function assertClassExpression(S,J){assert("ClassExpression",S,J)}function assertClassDeclaration(S,J){assert("ClassDeclaration",S,J)}function assertExportAllDeclaration(S,J){assert("ExportAllDeclaration",S,J)}function assertExportDefaultDeclaration(S,J){assert("ExportDefaultDeclaration",S,J)}function assertExportNamedDeclaration(S,J){assert("ExportNamedDeclaration",S,J)}function assertExportSpecifier(S,J){assert("ExportSpecifier",S,J)}function assertForOfStatement(S,J){assert("ForOfStatement",S,J)}function assertImportDeclaration(S,J){assert("ImportDeclaration",S,J)}function assertImportDefaultSpecifier(S,J){assert("ImportDefaultSpecifier",S,J)}function assertImportNamespaceSpecifier(S,J){assert("ImportNamespaceSpecifier",S,J)}function assertImportSpecifier(S,J){assert("ImportSpecifier",S,J)}function assertImportExpression(S,J){assert("ImportExpression",S,J)}function assertMetaProperty(S,J){assert("MetaProperty",S,J)}function assertClassMethod(S,J){assert("ClassMethod",S,J)}function assertObjectPattern(S,J){assert("ObjectPattern",S,J)}function assertSpreadElement(S,J){assert("SpreadElement",S,J)}function assertSuper(S,J){assert("Super",S,J)}function assertTaggedTemplateExpression(S,J){assert("TaggedTemplateExpression",S,J)}function assertTemplateElement(S,J){assert("TemplateElement",S,J)}function assertTemplateLiteral(S,J){assert("TemplateLiteral",S,J)}function assertYieldExpression(S,J){assert("YieldExpression",S,J)}function assertAwaitExpression(S,J){assert("AwaitExpression",S,J)}function assertImport(S,J){assert("Import",S,J)}function assertBigIntLiteral(S,J){assert("BigIntLiteral",S,J)}function assertExportNamespaceSpecifier(S,J){assert("ExportNamespaceSpecifier",S,J)}function assertOptionalMemberExpression(S,J){assert("OptionalMemberExpression",S,J)}function assertOptionalCallExpression(S,J){assert("OptionalCallExpression",S,J)}function assertClassProperty(S,J){assert("ClassProperty",S,J)}function assertClassAccessorProperty(S,J){assert("ClassAccessorProperty",S,J)}function assertClassPrivateProperty(S,J){assert("ClassPrivateProperty",S,J)}function assertClassPrivateMethod(S,J){assert("ClassPrivateMethod",S,J)}function assertPrivateName(S,J){assert("PrivateName",S,J)}function assertStaticBlock(S,J){assert("StaticBlock",S,J)}function assertImportAttribute(S,J){assert("ImportAttribute",S,J)}function assertAnyTypeAnnotation(S,J){assert("AnyTypeAnnotation",S,J)}function assertArrayTypeAnnotation(S,J){assert("ArrayTypeAnnotation",S,J)}function assertBooleanTypeAnnotation(S,J){assert("BooleanTypeAnnotation",S,J)}function assertBooleanLiteralTypeAnnotation(S,J){assert("BooleanLiteralTypeAnnotation",S,J)}function assertNullLiteralTypeAnnotation(S,J){assert("NullLiteralTypeAnnotation",S,J)}function assertClassImplements(S,J){assert("ClassImplements",S,J)}function assertDeclareClass(S,J){assert("DeclareClass",S,J)}function assertDeclareFunction(S,J){assert("DeclareFunction",S,J)}function assertDeclareInterface(S,J){assert("DeclareInterface",S,J)}function assertDeclareModule(S,J){assert("DeclareModule",S,J)}function assertDeclareModuleExports(S,J){assert("DeclareModuleExports",S,J)}function assertDeclareTypeAlias(S,J){assert("DeclareTypeAlias",S,J)}function assertDeclareOpaqueType(S,J){assert("DeclareOpaqueType",S,J)}function assertDeclareVariable(S,J){assert("DeclareVariable",S,J)}function assertDeclareExportDeclaration(S,J){assert("DeclareExportDeclaration",S,J)}function assertDeclareExportAllDeclaration(S,J){assert("DeclareExportAllDeclaration",S,J)}function assertDeclaredPredicate(S,J){assert("DeclaredPredicate",S,J)}function assertExistsTypeAnnotation(S,J){assert("ExistsTypeAnnotation",S,J)}function assertFunctionTypeAnnotation(S,J){assert("FunctionTypeAnnotation",S,J)}function assertFunctionTypeParam(S,J){assert("FunctionTypeParam",S,J)}function assertGenericTypeAnnotation(S,J){assert("GenericTypeAnnotation",S,J)}function assertInferredPredicate(S,J){assert("InferredPredicate",S,J)}function assertInterfaceExtends(S,J){assert("InterfaceExtends",S,J)}function assertInterfaceDeclaration(S,J){assert("InterfaceDeclaration",S,J)}function assertInterfaceTypeAnnotation(S,J){assert("InterfaceTypeAnnotation",S,J)}function assertIntersectionTypeAnnotation(S,J){assert("IntersectionTypeAnnotation",S,J)}function assertMixedTypeAnnotation(S,J){assert("MixedTypeAnnotation",S,J)}function assertEmptyTypeAnnotation(S,J){assert("EmptyTypeAnnotation",S,J)}function assertNullableTypeAnnotation(S,J){assert("NullableTypeAnnotation",S,J)}function assertNumberLiteralTypeAnnotation(S,J){assert("NumberLiteralTypeAnnotation",S,J)}function assertNumberTypeAnnotation(S,J){assert("NumberTypeAnnotation",S,J)}function assertObjectTypeAnnotation(S,J){assert("ObjectTypeAnnotation",S,J)}function assertObjectTypeInternalSlot(S,J){assert("ObjectTypeInternalSlot",S,J)}function assertObjectTypeCallProperty(S,J){assert("ObjectTypeCallProperty",S,J)}function assertObjectTypeIndexer(S,J){assert("ObjectTypeIndexer",S,J)}function assertObjectTypeProperty(S,J){assert("ObjectTypeProperty",S,J)}function assertObjectTypeSpreadProperty(S,J){assert("ObjectTypeSpreadProperty",S,J)}function assertOpaqueType(S,J){assert("OpaqueType",S,J)}function assertQualifiedTypeIdentifier(S,J){assert("QualifiedTypeIdentifier",S,J)}function assertStringLiteralTypeAnnotation(S,J){assert("StringLiteralTypeAnnotation",S,J)}function assertStringTypeAnnotation(S,J){assert("StringTypeAnnotation",S,J)}function assertSymbolTypeAnnotation(S,J){assert("SymbolTypeAnnotation",S,J)}function assertThisTypeAnnotation(S,J){assert("ThisTypeAnnotation",S,J)}function assertTupleTypeAnnotation(S,J){assert("TupleTypeAnnotation",S,J)}function assertTypeofTypeAnnotation(S,J){assert("TypeofTypeAnnotation",S,J)}function assertTypeAlias(S,J){assert("TypeAlias",S,J)}function assertTypeAnnotation(S,J){assert("TypeAnnotation",S,J)}function assertTypeCastExpression(S,J){assert("TypeCastExpression",S,J)}function assertTypeParameter(S,J){assert("TypeParameter",S,J)}function assertTypeParameterDeclaration(S,J){assert("TypeParameterDeclaration",S,J)}function assertTypeParameterInstantiation(S,J){assert("TypeParameterInstantiation",S,J)}function assertUnionTypeAnnotation(S,J){assert("UnionTypeAnnotation",S,J)}function assertVariance(S,J){assert("Variance",S,J)}function assertVoidTypeAnnotation(S,J){assert("VoidTypeAnnotation",S,J)}function assertEnumDeclaration(S,J){assert("EnumDeclaration",S,J)}function assertEnumBooleanBody(S,J){assert("EnumBooleanBody",S,J)}function assertEnumNumberBody(S,J){assert("EnumNumberBody",S,J)}function assertEnumStringBody(S,J){assert("EnumStringBody",S,J)}function assertEnumSymbolBody(S,J){assert("EnumSymbolBody",S,J)}function assertEnumBooleanMember(S,J){assert("EnumBooleanMember",S,J)}function assertEnumNumberMember(S,J){assert("EnumNumberMember",S,J)}function assertEnumStringMember(S,J){assert("EnumStringMember",S,J)}function assertEnumDefaultedMember(S,J){assert("EnumDefaultedMember",S,J)}function assertIndexedAccessType(S,J){assert("IndexedAccessType",S,J)}function assertOptionalIndexedAccessType(S,J){assert("OptionalIndexedAccessType",S,J)}function assertJSXAttribute(S,J){assert("JSXAttribute",S,J)}function assertJSXClosingElement(S,J){assert("JSXClosingElement",S,J)}function assertJSXElement(S,J){assert("JSXElement",S,J)}function assertJSXEmptyExpression(S,J){assert("JSXEmptyExpression",S,J)}function assertJSXExpressionContainer(S,J){assert("JSXExpressionContainer",S,J)}function assertJSXSpreadChild(S,J){assert("JSXSpreadChild",S,J)}function assertJSXIdentifier(S,J){assert("JSXIdentifier",S,J)}function assertJSXMemberExpression(S,J){assert("JSXMemberExpression",S,J)}function assertJSXNamespacedName(S,J){assert("JSXNamespacedName",S,J)}function assertJSXOpeningElement(S,J){assert("JSXOpeningElement",S,J)}function assertJSXSpreadAttribute(S,J){assert("JSXSpreadAttribute",S,J)}function assertJSXText(S,J){assert("JSXText",S,J)}function assertJSXFragment(S,J){assert("JSXFragment",S,J)}function assertJSXOpeningFragment(S,J){assert("JSXOpeningFragment",S,J)}function assertJSXClosingFragment(S,J){assert("JSXClosingFragment",S,J)}function assertNoop(S,J){assert("Noop",S,J)}function assertPlaceholder(S,J){assert("Placeholder",S,J)}function assertV8IntrinsicIdentifier(S,J){assert("V8IntrinsicIdentifier",S,J)}function assertArgumentPlaceholder(S,J){assert("ArgumentPlaceholder",S,J)}function assertBindExpression(S,J){assert("BindExpression",S,J)}function assertDecorator(S,J){assert("Decorator",S,J)}function assertDoExpression(S,J){assert("DoExpression",S,J)}function assertExportDefaultSpecifier(S,J){assert("ExportDefaultSpecifier",S,J)}function assertRecordExpression(S,J){assert("RecordExpression",S,J)}function assertTupleExpression(S,J){assert("TupleExpression",S,J)}function assertDecimalLiteral(S,J){assert("DecimalLiteral",S,J)}function assertModuleExpression(S,J){assert("ModuleExpression",S,J)}function assertTopicReference(S,J){assert("TopicReference",S,J)}function assertPipelineTopicExpression(S,J){assert("PipelineTopicExpression",S,J)}function assertPipelineBareFunction(S,J){assert("PipelineBareFunction",S,J)}function assertPipelinePrimaryTopicReference(S,J){assert("PipelinePrimaryTopicReference",S,J)}function assertVoidPattern(S,J){assert("VoidPattern",S,J)}function assertTSParameterProperty(S,J){assert("TSParameterProperty",S,J)}function assertTSDeclareFunction(S,J){assert("TSDeclareFunction",S,J)}function assertTSDeclareMethod(S,J){assert("TSDeclareMethod",S,J)}function assertTSQualifiedName(S,J){assert("TSQualifiedName",S,J)}function assertTSCallSignatureDeclaration(S,J){assert("TSCallSignatureDeclaration",S,J)}function assertTSConstructSignatureDeclaration(S,J){assert("TSConstructSignatureDeclaration",S,J)}function assertTSPropertySignature(S,J){assert("TSPropertySignature",S,J)}function assertTSMethodSignature(S,J){assert("TSMethodSignature",S,J)}function assertTSIndexSignature(S,J){assert("TSIndexSignature",S,J)}function assertTSAnyKeyword(S,J){assert("TSAnyKeyword",S,J)}function assertTSBooleanKeyword(S,J){assert("TSBooleanKeyword",S,J)}function assertTSBigIntKeyword(S,J){assert("TSBigIntKeyword",S,J)}function assertTSIntrinsicKeyword(S,J){assert("TSIntrinsicKeyword",S,J)}function assertTSNeverKeyword(S,J){assert("TSNeverKeyword",S,J)}function assertTSNullKeyword(S,J){assert("TSNullKeyword",S,J)}function assertTSNumberKeyword(S,J){assert("TSNumberKeyword",S,J)}function assertTSObjectKeyword(S,J){assert("TSObjectKeyword",S,J)}function assertTSStringKeyword(S,J){assert("TSStringKeyword",S,J)}function assertTSSymbolKeyword(S,J){assert("TSSymbolKeyword",S,J)}function assertTSUndefinedKeyword(S,J){assert("TSUndefinedKeyword",S,J)}function assertTSUnknownKeyword(S,J){assert("TSUnknownKeyword",S,J)}function assertTSVoidKeyword(S,J){assert("TSVoidKeyword",S,J)}function assertTSThisType(S,J){assert("TSThisType",S,J)}function assertTSFunctionType(S,J){assert("TSFunctionType",S,J)}function assertTSConstructorType(S,J){assert("TSConstructorType",S,J)}function assertTSTypeReference(S,J){assert("TSTypeReference",S,J)}function assertTSTypePredicate(S,J){assert("TSTypePredicate",S,J)}function assertTSTypeQuery(S,J){assert("TSTypeQuery",S,J)}function assertTSTypeLiteral(S,J){assert("TSTypeLiteral",S,J)}function assertTSArrayType(S,J){assert("TSArrayType",S,J)}function assertTSTupleType(S,J){assert("TSTupleType",S,J)}function assertTSOptionalType(S,J){assert("TSOptionalType",S,J)}function assertTSRestType(S,J){assert("TSRestType",S,J)}function assertTSNamedTupleMember(S,J){assert("TSNamedTupleMember",S,J)}function assertTSUnionType(S,J){assert("TSUnionType",S,J)}function assertTSIntersectionType(S,J){assert("TSIntersectionType",S,J)}function assertTSConditionalType(S,J){assert("TSConditionalType",S,J)}function assertTSInferType(S,J){assert("TSInferType",S,J)}function assertTSParenthesizedType(S,J){assert("TSParenthesizedType",S,J)}function assertTSTypeOperator(S,J){assert("TSTypeOperator",S,J)}function assertTSIndexedAccessType(S,J){assert("TSIndexedAccessType",S,J)}function assertTSMappedType(S,J){assert("TSMappedType",S,J)}function assertTSTemplateLiteralType(S,J){assert("TSTemplateLiteralType",S,J)}function assertTSLiteralType(S,J){assert("TSLiteralType",S,J)}function assertTSExpressionWithTypeArguments(S,J){assert("TSExpressionWithTypeArguments",S,J)}function assertTSInterfaceDeclaration(S,J){assert("TSInterfaceDeclaration",S,J)}function assertTSInterfaceBody(S,J){assert("TSInterfaceBody",S,J)}function assertTSTypeAliasDeclaration(S,J){assert("TSTypeAliasDeclaration",S,J)}function assertTSInstantiationExpression(S,J){assert("TSInstantiationExpression",S,J)}function assertTSAsExpression(S,J){assert("TSAsExpression",S,J)}function assertTSSatisfiesExpression(S,J){assert("TSSatisfiesExpression",S,J)}function assertTSTypeAssertion(S,J){assert("TSTypeAssertion",S,J)}function assertTSEnumBody(S,J){assert("TSEnumBody",S,J)}function assertTSEnumDeclaration(S,J){assert("TSEnumDeclaration",S,J)}function assertTSEnumMember(S,J){assert("TSEnumMember",S,J)}function assertTSModuleDeclaration(S,J){assert("TSModuleDeclaration",S,J)}function assertTSModuleBlock(S,J){assert("TSModuleBlock",S,J)}function assertTSImportType(S,J){assert("TSImportType",S,J)}function assertTSImportEqualsDeclaration(S,J){assert("TSImportEqualsDeclaration",S,J)}function assertTSExternalModuleReference(S,J){assert("TSExternalModuleReference",S,J)}function assertTSNonNullExpression(S,J){assert("TSNonNullExpression",S,J)}function assertTSExportAssignment(S,J){assert("TSExportAssignment",S,J)}function assertTSNamespaceExportDeclaration(S,J){assert("TSNamespaceExportDeclaration",S,J)}function assertTSTypeAnnotation(S,J){assert("TSTypeAnnotation",S,J)}function assertTSTypeParameterInstantiation(S,J){assert("TSTypeParameterInstantiation",S,J)}function assertTSTypeParameterDeclaration(S,J){assert("TSTypeParameterDeclaration",S,J)}function assertTSTypeParameter(S,J){assert("TSTypeParameter",S,J)}function assertStandardized(S,J){assert("Standardized",S,J)}function assertExpression(S,J){assert("Expression",S,J)}function assertBinary(S,J){assert("Binary",S,J)}function assertScopable(S,J){assert("Scopable",S,J)}function assertBlockParent(S,J){assert("BlockParent",S,J)}function assertBlock(S,J){assert("Block",S,J)}function assertStatement(S,J){assert("Statement",S,J)}function assertTerminatorless(S,J){assert("Terminatorless",S,J)}function assertCompletionStatement(S,J){assert("CompletionStatement",S,J)}function assertConditional(S,J){assert("Conditional",S,J)}function assertLoop(S,J){assert("Loop",S,J)}function assertWhile(S,J){assert("While",S,J)}function assertExpressionWrapper(S,J){assert("ExpressionWrapper",S,J)}function assertFor(S,J){assert("For",S,J)}function assertForXStatement(S,J){assert("ForXStatement",S,J)}function assertFunction(S,J){assert("Function",S,J)}function assertFunctionParent(S,J){assert("FunctionParent",S,J)}function assertPureish(S,J){assert("Pureish",S,J)}function assertDeclaration(S,J){assert("Declaration",S,J)}function assertFunctionParameter(S,J){assert("FunctionParameter",S,J)}function assertPatternLike(S,J){assert("PatternLike",S,J)}function assertLVal(S,J){assert("LVal",S,J)}function assertTSEntityName(S,J){assert("TSEntityName",S,J)}function assertLiteral(S,J){assert("Literal",S,J)}function assertImmutable(S,J){assert("Immutable",S,J)}function assertUserWhitespacable(S,J){assert("UserWhitespacable",S,J)}function assertMethod(S,J){assert("Method",S,J)}function assertObjectMember(S,J){assert("ObjectMember",S,J)}function assertProperty(S,J){assert("Property",S,J)}function assertUnaryLike(S,J){assert("UnaryLike",S,J)}function assertPattern(S,J){assert("Pattern",S,J)}function assertClass(S,J){assert("Class",S,J)}function assertImportOrExportDeclaration(S,J){assert("ImportOrExportDeclaration",S,J)}function assertExportDeclaration(S,J){assert("ExportDeclaration",S,J)}function assertModuleSpecifier(S,J){assert("ModuleSpecifier",S,J)}function assertAccessor(S,J){assert("Accessor",S,J)}function assertPrivate(S,J){assert("Private",S,J)}function assertFlow(S,J){assert("Flow",S,J)}function assertFlowType(S,J){assert("FlowType",S,J)}function assertFlowBaseAnnotation(S,J){assert("FlowBaseAnnotation",S,J)}function assertFlowDeclaration(S,J){assert("FlowDeclaration",S,J)}function assertFlowPredicate(S,J){assert("FlowPredicate",S,J)}function assertEnumBody(S,J){assert("EnumBody",S,J)}function assertEnumMember(S,J){assert("EnumMember",S,J)}function assertJSX(S,J){assert("JSX",S,J)}function assertMiscellaneous(S,J){assert("Miscellaneous",S,J)}function assertTypeScript(S,J){assert("TypeScript",S,J)}function assertTSTypeElement(S,J){assert("TSTypeElement",S,J)}function assertTSType(S,J){assert("TSType",S,J)}function assertTSBaseType(S,J){assert("TSBaseType",S,J)}function assertNumberLiteral(S,J){(0,re.default)("assertNumberLiteral","assertNumericLiteral");assert("NumberLiteral",S,J)}function assertRegexLiteral(S,J){(0,re.default)("assertRegexLiteral","assertRegExpLiteral");assert("RegexLiteral",S,J)}function assertRestProperty(S,J){(0,re.default)("assertRestProperty","assertRestElement");assert("RestProperty",S,J)}function assertSpreadProperty(S,J){(0,re.default)("assertSpreadProperty","assertSpreadElement");assert("SpreadProperty",S,J)}function assertModuleDeclaration(S,J){(0,re.default)("assertModuleDeclaration","assertImportOrExportDeclaration");assert("ModuleDeclaration",S,J)}},55517:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=createFlowUnionType;var te=ee(74555);var re=ee(27313);function createFlowUnionType(S){const J=(0,re.default)(S);if(J.length===1){return J[0]}else{return(0,te.unionTypeAnnotation)(J)}}},28938:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(74555);var re=J["default"]=createTypeAnnotationBasedOnTypeof;function createTypeAnnotationBasedOnTypeof(S){switch(S){case"string":return(0,te.stringTypeAnnotation)();case"number":return(0,te.numberTypeAnnotation)();case"undefined":return(0,te.voidTypeAnnotation)();case"boolean":return(0,te.booleanTypeAnnotation)();case"function":return(0,te.genericTypeAnnotation)((0,te.identifier)("Function"));case"object":return(0,te.genericTypeAnnotation)((0,te.identifier)("Object"));case"symbol":return(0,te.genericTypeAnnotation)((0,te.identifier)("Symbol"));case"bigint":return(0,te.anyTypeAnnotation)()}throw new Error("Invalid typeof value: "+S)}},74555:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});var te=ee(93602);Object.keys(te).forEach((function(S){if(S==="default"||S==="__esModule")return;if(S in J&&J[S]===te[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return te[S]}})}));var re=ee(80567);Object.keys(re).forEach((function(S){if(S==="default"||S==="__esModule")return;if(S in J&&J[S]===re[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return re[S]}})}))},93602:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.anyTypeAnnotation=anyTypeAnnotation;J.argumentPlaceholder=argumentPlaceholder;J.arrayExpression=arrayExpression;J.arrayPattern=arrayPattern;J.arrayTypeAnnotation=arrayTypeAnnotation;J.arrowFunctionExpression=arrowFunctionExpression;J.assignmentExpression=assignmentExpression;J.assignmentPattern=assignmentPattern;J.awaitExpression=awaitExpression;J.bigIntLiteral=bigIntLiteral;J.binaryExpression=binaryExpression;J.bindExpression=bindExpression;J.blockStatement=blockStatement;J.booleanLiteral=booleanLiteral;J.booleanLiteralTypeAnnotation=booleanLiteralTypeAnnotation;J.booleanTypeAnnotation=booleanTypeAnnotation;J.breakStatement=breakStatement;J.callExpression=callExpression;J.catchClause=catchClause;J.classAccessorProperty=classAccessorProperty;J.classBody=classBody;J.classDeclaration=classDeclaration;J.classExpression=classExpression;J.classImplements=classImplements;J.classMethod=classMethod;J.classPrivateMethod=classPrivateMethod;J.classPrivateProperty=classPrivateProperty;J.classProperty=classProperty;J.conditionalExpression=conditionalExpression;J.continueStatement=continueStatement;J.debuggerStatement=debuggerStatement;J.decimalLiteral=decimalLiteral;J.declareClass=declareClass;J.declareExportAllDeclaration=declareExportAllDeclaration;J.declareExportDeclaration=declareExportDeclaration;J.declareFunction=declareFunction;J.declareInterface=declareInterface;J.declareModule=declareModule;J.declareModuleExports=declareModuleExports;J.declareOpaqueType=declareOpaqueType;J.declareTypeAlias=declareTypeAlias;J.declareVariable=declareVariable;J.declaredPredicate=declaredPredicate;J.decorator=decorator;J.directive=directive;J.directiveLiteral=directiveLiteral;J.doExpression=doExpression;J.doWhileStatement=doWhileStatement;J.emptyStatement=emptyStatement;J.emptyTypeAnnotation=emptyTypeAnnotation;J.enumBooleanBody=enumBooleanBody;J.enumBooleanMember=enumBooleanMember;J.enumDeclaration=enumDeclaration;J.enumDefaultedMember=enumDefaultedMember;J.enumNumberBody=enumNumberBody;J.enumNumberMember=enumNumberMember;J.enumStringBody=enumStringBody;J.enumStringMember=enumStringMember;J.enumSymbolBody=enumSymbolBody;J.existsTypeAnnotation=existsTypeAnnotation;J.exportAllDeclaration=exportAllDeclaration;J.exportDefaultDeclaration=exportDefaultDeclaration;J.exportDefaultSpecifier=exportDefaultSpecifier;J.exportNamedDeclaration=exportNamedDeclaration;J.exportNamespaceSpecifier=exportNamespaceSpecifier;J.exportSpecifier=exportSpecifier;J.expressionStatement=expressionStatement;J.file=file;J.forInStatement=forInStatement;J.forOfStatement=forOfStatement;J.forStatement=forStatement;J.functionDeclaration=functionDeclaration;J.functionExpression=functionExpression;J.functionTypeAnnotation=functionTypeAnnotation;J.functionTypeParam=functionTypeParam;J.genericTypeAnnotation=genericTypeAnnotation;J.identifier=identifier;J.ifStatement=ifStatement;J["import"]=_import;J.importAttribute=importAttribute;J.importDeclaration=importDeclaration;J.importDefaultSpecifier=importDefaultSpecifier;J.importExpression=importExpression;J.importNamespaceSpecifier=importNamespaceSpecifier;J.importSpecifier=importSpecifier;J.indexedAccessType=indexedAccessType;J.inferredPredicate=inferredPredicate;J.interfaceDeclaration=interfaceDeclaration;J.interfaceExtends=interfaceExtends;J.interfaceTypeAnnotation=interfaceTypeAnnotation;J.interpreterDirective=interpreterDirective;J.intersectionTypeAnnotation=intersectionTypeAnnotation;J.jSXAttribute=J.jsxAttribute=jsxAttribute;J.jSXClosingElement=J.jsxClosingElement=jsxClosingElement;J.jSXClosingFragment=J.jsxClosingFragment=jsxClosingFragment;J.jSXElement=J.jsxElement=jsxElement;J.jSXEmptyExpression=J.jsxEmptyExpression=jsxEmptyExpression;J.jSXExpressionContainer=J.jsxExpressionContainer=jsxExpressionContainer;J.jSXFragment=J.jsxFragment=jsxFragment;J.jSXIdentifier=J.jsxIdentifier=jsxIdentifier;J.jSXMemberExpression=J.jsxMemberExpression=jsxMemberExpression;J.jSXNamespacedName=J.jsxNamespacedName=jsxNamespacedName;J.jSXOpeningElement=J.jsxOpeningElement=jsxOpeningElement;J.jSXOpeningFragment=J.jsxOpeningFragment=jsxOpeningFragment;J.jSXSpreadAttribute=J.jsxSpreadAttribute=jsxSpreadAttribute;J.jSXSpreadChild=J.jsxSpreadChild=jsxSpreadChild;J.jSXText=J.jsxText=jsxText;J.labeledStatement=labeledStatement;J.logicalExpression=logicalExpression;J.memberExpression=memberExpression;J.metaProperty=metaProperty;J.mixedTypeAnnotation=mixedTypeAnnotation;J.moduleExpression=moduleExpression;J.newExpression=newExpression;J.noop=noop;J.nullLiteral=nullLiteral;J.nullLiteralTypeAnnotation=nullLiteralTypeAnnotation;J.nullableTypeAnnotation=nullableTypeAnnotation;J.numberLiteral=NumberLiteral;J.numberLiteralTypeAnnotation=numberLiteralTypeAnnotation;J.numberTypeAnnotation=numberTypeAnnotation;J.numericLiteral=numericLiteral;J.objectExpression=objectExpression;J.objectMethod=objectMethod;J.objectPattern=objectPattern;J.objectProperty=objectProperty;J.objectTypeAnnotation=objectTypeAnnotation;J.objectTypeCallProperty=objectTypeCallProperty;J.objectTypeIndexer=objectTypeIndexer;J.objectTypeInternalSlot=objectTypeInternalSlot;J.objectTypeProperty=objectTypeProperty;J.objectTypeSpreadProperty=objectTypeSpreadProperty;J.opaqueType=opaqueType;J.optionalCallExpression=optionalCallExpression;J.optionalIndexedAccessType=optionalIndexedAccessType;J.optionalMemberExpression=optionalMemberExpression;J.parenthesizedExpression=parenthesizedExpression;J.pipelineBareFunction=pipelineBareFunction;J.pipelinePrimaryTopicReference=pipelinePrimaryTopicReference;J.pipelineTopicExpression=pipelineTopicExpression;J.placeholder=placeholder;J.privateName=privateName;J.program=program;J.qualifiedTypeIdentifier=qualifiedTypeIdentifier;J.recordExpression=recordExpression;J.regExpLiteral=regExpLiteral;J.regexLiteral=RegexLiteral;J.restElement=restElement;J.restProperty=RestProperty;J.returnStatement=returnStatement;J.sequenceExpression=sequenceExpression;J.spreadElement=spreadElement;J.spreadProperty=SpreadProperty;J.staticBlock=staticBlock;J.stringLiteral=stringLiteral;J.stringLiteralTypeAnnotation=stringLiteralTypeAnnotation;J.stringTypeAnnotation=stringTypeAnnotation;J["super"]=_super;J.switchCase=switchCase;J.switchStatement=switchStatement;J.symbolTypeAnnotation=symbolTypeAnnotation;J.taggedTemplateExpression=taggedTemplateExpression;J.templateElement=templateElement;J.templateLiteral=templateLiteral;J.thisExpression=thisExpression;J.thisTypeAnnotation=thisTypeAnnotation;J.throwStatement=throwStatement;J.topicReference=topicReference;J.tryStatement=tryStatement;J.tSAnyKeyword=J.tsAnyKeyword=tsAnyKeyword;J.tSArrayType=J.tsArrayType=tsArrayType;J.tSAsExpression=J.tsAsExpression=tsAsExpression;J.tSBigIntKeyword=J.tsBigIntKeyword=tsBigIntKeyword;J.tSBooleanKeyword=J.tsBooleanKeyword=tsBooleanKeyword;J.tSCallSignatureDeclaration=J.tsCallSignatureDeclaration=tsCallSignatureDeclaration;J.tSConditionalType=J.tsConditionalType=tsConditionalType;J.tSConstructSignatureDeclaration=J.tsConstructSignatureDeclaration=tsConstructSignatureDeclaration;J.tSConstructorType=J.tsConstructorType=tsConstructorType;J.tSDeclareFunction=J.tsDeclareFunction=tsDeclareFunction;J.tSDeclareMethod=J.tsDeclareMethod=tsDeclareMethod;J.tSEnumBody=J.tsEnumBody=tsEnumBody;J.tSEnumDeclaration=J.tsEnumDeclaration=tsEnumDeclaration;J.tSEnumMember=J.tsEnumMember=tsEnumMember;J.tSExportAssignment=J.tsExportAssignment=tsExportAssignment;J.tSExpressionWithTypeArguments=J.tsExpressionWithTypeArguments=tsExpressionWithTypeArguments;J.tSExternalModuleReference=J.tsExternalModuleReference=tsExternalModuleReference;J.tSFunctionType=J.tsFunctionType=tsFunctionType;J.tSImportEqualsDeclaration=J.tsImportEqualsDeclaration=tsImportEqualsDeclaration;J.tSImportType=J.tsImportType=tsImportType;J.tSIndexSignature=J.tsIndexSignature=tsIndexSignature;J.tSIndexedAccessType=J.tsIndexedAccessType=tsIndexedAccessType;J.tSInferType=J.tsInferType=tsInferType;J.tSInstantiationExpression=J.tsInstantiationExpression=tsInstantiationExpression;J.tSInterfaceBody=J.tsInterfaceBody=tsInterfaceBody;J.tSInterfaceDeclaration=J.tsInterfaceDeclaration=tsInterfaceDeclaration;J.tSIntersectionType=J.tsIntersectionType=tsIntersectionType;J.tSIntrinsicKeyword=J.tsIntrinsicKeyword=tsIntrinsicKeyword;J.tSLiteralType=J.tsLiteralType=tsLiteralType;J.tSMappedType=J.tsMappedType=tsMappedType;J.tSMethodSignature=J.tsMethodSignature=tsMethodSignature;J.tSModuleBlock=J.tsModuleBlock=tsModuleBlock;J.tSModuleDeclaration=J.tsModuleDeclaration=tsModuleDeclaration;J.tSNamedTupleMember=J.tsNamedTupleMember=tsNamedTupleMember;J.tSNamespaceExportDeclaration=J.tsNamespaceExportDeclaration=tsNamespaceExportDeclaration;J.tSNeverKeyword=J.tsNeverKeyword=tsNeverKeyword;J.tSNonNullExpression=J.tsNonNullExpression=tsNonNullExpression;J.tSNullKeyword=J.tsNullKeyword=tsNullKeyword;J.tSNumberKeyword=J.tsNumberKeyword=tsNumberKeyword;J.tSObjectKeyword=J.tsObjectKeyword=tsObjectKeyword;J.tSOptionalType=J.tsOptionalType=tsOptionalType;J.tSParameterProperty=J.tsParameterProperty=tsParameterProperty;J.tSParenthesizedType=J.tsParenthesizedType=tsParenthesizedType;J.tSPropertySignature=J.tsPropertySignature=tsPropertySignature;J.tSQualifiedName=J.tsQualifiedName=tsQualifiedName;J.tSRestType=J.tsRestType=tsRestType;J.tSSatisfiesExpression=J.tsSatisfiesExpression=tsSatisfiesExpression;J.tSStringKeyword=J.tsStringKeyword=tsStringKeyword;J.tSSymbolKeyword=J.tsSymbolKeyword=tsSymbolKeyword;J.tSTemplateLiteralType=J.tsTemplateLiteralType=tsTemplateLiteralType;J.tSThisType=J.tsThisType=tsThisType;J.tSTupleType=J.tsTupleType=tsTupleType;J.tSTypeAliasDeclaration=J.tsTypeAliasDeclaration=tsTypeAliasDeclaration;J.tSTypeAnnotation=J.tsTypeAnnotation=tsTypeAnnotation;J.tSTypeAssertion=J.tsTypeAssertion=tsTypeAssertion;J.tSTypeLiteral=J.tsTypeLiteral=tsTypeLiteral;J.tSTypeOperator=J.tsTypeOperator=tsTypeOperator;J.tSTypeParameter=J.tsTypeParameter=tsTypeParameter;J.tSTypeParameterDeclaration=J.tsTypeParameterDeclaration=tsTypeParameterDeclaration;J.tSTypeParameterInstantiation=J.tsTypeParameterInstantiation=tsTypeParameterInstantiation;J.tSTypePredicate=J.tsTypePredicate=tsTypePredicate;J.tSTypeQuery=J.tsTypeQuery=tsTypeQuery;J.tSTypeReference=J.tsTypeReference=tsTypeReference;J.tSUndefinedKeyword=J.tsUndefinedKeyword=tsUndefinedKeyword;J.tSUnionType=J.tsUnionType=tsUnionType;J.tSUnknownKeyword=J.tsUnknownKeyword=tsUnknownKeyword;J.tSVoidKeyword=J.tsVoidKeyword=tsVoidKeyword;J.tupleExpression=tupleExpression;J.tupleTypeAnnotation=tupleTypeAnnotation;J.typeAlias=typeAlias;J.typeAnnotation=typeAnnotation;J.typeCastExpression=typeCastExpression;J.typeParameter=typeParameter;J.typeParameterDeclaration=typeParameterDeclaration;J.typeParameterInstantiation=typeParameterInstantiation;J.typeofTypeAnnotation=typeofTypeAnnotation;J.unaryExpression=unaryExpression;J.unionTypeAnnotation=unionTypeAnnotation;J.updateExpression=updateExpression;J.v8IntrinsicIdentifier=v8IntrinsicIdentifier;J.variableDeclaration=variableDeclaration;J.variableDeclarator=variableDeclarator;J.variance=variance;J.voidPattern=voidPattern;J.voidTypeAnnotation=voidTypeAnnotation;J.whileStatement=whileStatement;J.withStatement=withStatement;J.yieldExpression=yieldExpression;var te=ee(58546);var re=ee(49230);var ne=ee(26376);const{validateInternal:ie}=te;const{NODE_FIELDS:oe}=ne;function bigIntLiteral(S){if(typeof S==="bigint"){S=S.toString()}const J={type:"BigIntLiteral",value:S};const ee=oe.BigIntLiteral;ie(ee.value,J,"value",S);return J}function arrayExpression(S=[]){const J={type:"ArrayExpression",elements:S};const ee=oe.ArrayExpression;ie(ee.elements,J,"elements",S,1);return J}function assignmentExpression(S,J,ee){const te={type:"AssignmentExpression",operator:S,left:J,right:ee};const re=oe.AssignmentExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function binaryExpression(S,J,ee){const te={type:"BinaryExpression",operator:S,left:J,right:ee};const re=oe.BinaryExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function interpreterDirective(S){const J={type:"InterpreterDirective",value:S};const ee=oe.InterpreterDirective;ie(ee.value,J,"value",S);return J}function directive(S){const J={type:"Directive",value:S};const ee=oe.Directive;ie(ee.value,J,"value",S,1);return J}function directiveLiteral(S){const J={type:"DirectiveLiteral",value:S};const ee=oe.DirectiveLiteral;ie(ee.value,J,"value",S);return J}function blockStatement(S,J=[]){const ee={type:"BlockStatement",body:S,directives:J};const te=oe.BlockStatement;ie(te.body,ee,"body",S,1);ie(te.directives,ee,"directives",J,1);return ee}function breakStatement(S=null){const J={type:"BreakStatement",label:S};const ee=oe.BreakStatement;ie(ee.label,J,"label",S,1);return J}function callExpression(S,J){const ee={type:"CallExpression",callee:S,arguments:J};const te=oe.CallExpression;ie(te.callee,ee,"callee",S,1);ie(te.arguments,ee,"arguments",J,1);return ee}function catchClause(S=null,J){const ee={type:"CatchClause",param:S,body:J};const te=oe.CatchClause;ie(te.param,ee,"param",S,1);ie(te.body,ee,"body",J,1);return ee}function conditionalExpression(S,J,ee){const te={type:"ConditionalExpression",test:S,consequent:J,alternate:ee};const re=oe.ConditionalExpression;ie(re.test,te,"test",S,1);ie(re.consequent,te,"consequent",J,1);ie(re.alternate,te,"alternate",ee,1);return te}function continueStatement(S=null){const J={type:"ContinueStatement",label:S};const ee=oe.ContinueStatement;ie(ee.label,J,"label",S,1);return J}function debuggerStatement(){return{type:"DebuggerStatement"}}function doWhileStatement(S,J){const ee={type:"DoWhileStatement",test:S,body:J};const te=oe.DoWhileStatement;ie(te.test,ee,"test",S,1);ie(te.body,ee,"body",J,1);return ee}function emptyStatement(){return{type:"EmptyStatement"}}function expressionStatement(S){const J={type:"ExpressionStatement",expression:S};const ee=oe.ExpressionStatement;ie(ee.expression,J,"expression",S,1);return J}function file(S,J=null,ee=null){const te={type:"File",program:S,comments:J,tokens:ee};const re=oe.File;ie(re.program,te,"program",S,1);ie(re.comments,te,"comments",J,1);ie(re.tokens,te,"tokens",ee);return te}function forInStatement(S,J,ee){const te={type:"ForInStatement",left:S,right:J,body:ee};const re=oe.ForInStatement;ie(re.left,te,"left",S,1);ie(re.right,te,"right",J,1);ie(re.body,te,"body",ee,1);return te}function forStatement(S=null,J=null,ee=null,te){const re={type:"ForStatement",init:S,test:J,update:ee,body:te};const ne=oe.ForStatement;ie(ne.init,re,"init",S,1);ie(ne.test,re,"test",J,1);ie(ne.update,re,"update",ee,1);ie(ne.body,re,"body",te,1);return re}function functionDeclaration(S=null,J,ee,te=false,re=false){const ne={type:"FunctionDeclaration",id:S,params:J,body:ee,generator:te,async:re};const se=oe.FunctionDeclaration;ie(se.id,ne,"id",S,1);ie(se.params,ne,"params",J,1);ie(se.body,ne,"body",ee,1);ie(se.generator,ne,"generator",te);ie(se.async,ne,"async",re);return ne}function functionExpression(S=null,J,ee,te=false,re=false){const ne={type:"FunctionExpression",id:S,params:J,body:ee,generator:te,async:re};const se=oe.FunctionExpression;ie(se.id,ne,"id",S,1);ie(se.params,ne,"params",J,1);ie(se.body,ne,"body",ee,1);ie(se.generator,ne,"generator",te);ie(se.async,ne,"async",re);return ne}function identifier(S){const J={type:"Identifier",name:S};const ee=oe.Identifier;ie(ee.name,J,"name",S);return J}function ifStatement(S,J,ee=null){const te={type:"IfStatement",test:S,consequent:J,alternate:ee};const re=oe.IfStatement;ie(re.test,te,"test",S,1);ie(re.consequent,te,"consequent",J,1);ie(re.alternate,te,"alternate",ee,1);return te}function labeledStatement(S,J){const ee={type:"LabeledStatement",label:S,body:J};const te=oe.LabeledStatement;ie(te.label,ee,"label",S,1);ie(te.body,ee,"body",J,1);return ee}function stringLiteral(S){const J={type:"StringLiteral",value:S};const ee=oe.StringLiteral;ie(ee.value,J,"value",S);return J}function numericLiteral(S){const J={type:"NumericLiteral",value:S};const ee=oe.NumericLiteral;ie(ee.value,J,"value",S);return J}function nullLiteral(){return{type:"NullLiteral"}}function booleanLiteral(S){const J={type:"BooleanLiteral",value:S};const ee=oe.BooleanLiteral;ie(ee.value,J,"value",S);return J}function regExpLiteral(S,J=""){const ee={type:"RegExpLiteral",pattern:S,flags:J};const te=oe.RegExpLiteral;ie(te.pattern,ee,"pattern",S);ie(te.flags,ee,"flags",J);return ee}function logicalExpression(S,J,ee){const te={type:"LogicalExpression",operator:S,left:J,right:ee};const re=oe.LogicalExpression;ie(re.operator,te,"operator",S);ie(re.left,te,"left",J,1);ie(re.right,te,"right",ee,1);return te}function memberExpression(S,J,ee=false,te=null){const re={type:"MemberExpression",object:S,property:J,computed:ee,optional:te};const ne=oe.MemberExpression;ie(ne.object,re,"object",S,1);ie(ne.property,re,"property",J,1);ie(ne.computed,re,"computed",ee);ie(ne.optional,re,"optional",te);return re}function newExpression(S,J){const ee={type:"NewExpression",callee:S,arguments:J};const te=oe.NewExpression;ie(te.callee,ee,"callee",S,1);ie(te.arguments,ee,"arguments",J,1);return ee}function program(S,J=[],ee="script",te=null){const re={type:"Program",body:S,directives:J,sourceType:ee,interpreter:te};const ne=oe.Program;ie(ne.body,re,"body",S,1);ie(ne.directives,re,"directives",J,1);ie(ne.sourceType,re,"sourceType",ee);ie(ne.interpreter,re,"interpreter",te,1);return re}function objectExpression(S){const J={type:"ObjectExpression",properties:S};const ee=oe.ObjectExpression;ie(ee.properties,J,"properties",S,1);return J}function objectMethod(S="method",J,ee,te,re=false,ne=false,se=false){const ae={type:"ObjectMethod",kind:S,key:J,params:ee,body:te,computed:re,generator:ne,async:se};const le=oe.ObjectMethod;ie(le.kind,ae,"kind",S);ie(le.key,ae,"key",J,1);ie(le.params,ae,"params",ee,1);ie(le.body,ae,"body",te,1);ie(le.computed,ae,"computed",re);ie(le.generator,ae,"generator",ne);ie(le.async,ae,"async",se);return ae}function objectProperty(S,J,ee=false,te=false,re=null){const ne={type:"ObjectProperty",key:S,value:J,computed:ee,shorthand:te,decorators:re};const se=oe.ObjectProperty;ie(se.key,ne,"key",S,1);ie(se.value,ne,"value",J,1);ie(se.computed,ne,"computed",ee);ie(se.shorthand,ne,"shorthand",te);ie(se.decorators,ne,"decorators",re,1);return ne}function restElement(S){const J={type:"RestElement",argument:S};const ee=oe.RestElement;ie(ee.argument,J,"argument",S,1);return J}function returnStatement(S=null){const J={type:"ReturnStatement",argument:S};const ee=oe.ReturnStatement;ie(ee.argument,J,"argument",S,1);return J}function sequenceExpression(S){const J={type:"SequenceExpression",expressions:S};const ee=oe.SequenceExpression;ie(ee.expressions,J,"expressions",S,1);return J}function parenthesizedExpression(S){const J={type:"ParenthesizedExpression",expression:S};const ee=oe.ParenthesizedExpression;ie(ee.expression,J,"expression",S,1);return J}function switchCase(S=null,J){const ee={type:"SwitchCase",test:S,consequent:J};const te=oe.SwitchCase;ie(te.test,ee,"test",S,1);ie(te.consequent,ee,"consequent",J,1);return ee}function switchStatement(S,J){const ee={type:"SwitchStatement",discriminant:S,cases:J};const te=oe.SwitchStatement;ie(te.discriminant,ee,"discriminant",S,1);ie(te.cases,ee,"cases",J,1);return ee}function thisExpression(){return{type:"ThisExpression"}}function throwStatement(S){const J={type:"ThrowStatement",argument:S};const ee=oe.ThrowStatement;ie(ee.argument,J,"argument",S,1);return J}function tryStatement(S,J=null,ee=null){const te={type:"TryStatement",block:S,handler:J,finalizer:ee};const re=oe.TryStatement;ie(re.block,te,"block",S,1);ie(re.handler,te,"handler",J,1);ie(re.finalizer,te,"finalizer",ee,1);return te}function unaryExpression(S,J,ee=true){const te={type:"UnaryExpression",operator:S,argument:J,prefix:ee};const re=oe.UnaryExpression;ie(re.operator,te,"operator",S);ie(re.argument,te,"argument",J,1);ie(re.prefix,te,"prefix",ee);return te}function updateExpression(S,J,ee=false){const te={type:"UpdateExpression",operator:S,argument:J,prefix:ee};const re=oe.UpdateExpression;ie(re.operator,te,"operator",S);ie(re.argument,te,"argument",J,1);ie(re.prefix,te,"prefix",ee);return te}function variableDeclaration(S,J){const ee={type:"VariableDeclaration",kind:S,declarations:J};const te=oe.VariableDeclaration;ie(te.kind,ee,"kind",S);ie(te.declarations,ee,"declarations",J,1);return ee}function variableDeclarator(S,J=null){const ee={type:"VariableDeclarator",id:S,init:J};const te=oe.VariableDeclarator;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function whileStatement(S,J){const ee={type:"WhileStatement",test:S,body:J};const te=oe.WhileStatement;ie(te.test,ee,"test",S,1);ie(te.body,ee,"body",J,1);return ee}function withStatement(S,J){const ee={type:"WithStatement",object:S,body:J};const te=oe.WithStatement;ie(te.object,ee,"object",S,1);ie(te.body,ee,"body",J,1);return ee}function assignmentPattern(S,J){const ee={type:"AssignmentPattern",left:S,right:J};const te=oe.AssignmentPattern;ie(te.left,ee,"left",S,1);ie(te.right,ee,"right",J,1);return ee}function arrayPattern(S){const J={type:"ArrayPattern",elements:S};const ee=oe.ArrayPattern;ie(ee.elements,J,"elements",S,1);return J}function arrowFunctionExpression(S,J,ee=false){const te={type:"ArrowFunctionExpression",params:S,body:J,async:ee,expression:null};const re=oe.ArrowFunctionExpression;ie(re.params,te,"params",S,1);ie(re.body,te,"body",J,1);ie(re.async,te,"async",ee);return te}function classBody(S){const J={type:"ClassBody",body:S};const ee=oe.ClassBody;ie(ee.body,J,"body",S,1);return J}function classExpression(S=null,J=null,ee,te=null){const re={type:"ClassExpression",id:S,superClass:J,body:ee,decorators:te};const ne=oe.ClassExpression;ie(ne.id,re,"id",S,1);ie(ne.superClass,re,"superClass",J,1);ie(ne.body,re,"body",ee,1);ie(ne.decorators,re,"decorators",te,1);return re}function classDeclaration(S=null,J=null,ee,te=null){const re={type:"ClassDeclaration",id:S,superClass:J,body:ee,decorators:te};const ne=oe.ClassDeclaration;ie(ne.id,re,"id",S,1);ie(ne.superClass,re,"superClass",J,1);ie(ne.body,re,"body",ee,1);ie(ne.decorators,re,"decorators",te,1);return re}function exportAllDeclaration(S,J=null){const ee={type:"ExportAllDeclaration",source:S,attributes:J};const te=oe.ExportAllDeclaration;ie(te.source,ee,"source",S,1);ie(te.attributes,ee,"attributes",J,1);return ee}function exportDefaultDeclaration(S){const J={type:"ExportDefaultDeclaration",declaration:S};const ee=oe.ExportDefaultDeclaration;ie(ee.declaration,J,"declaration",S,1);return J}function exportNamedDeclaration(S=null,J=[],ee=null,te=null){const re={type:"ExportNamedDeclaration",declaration:S,specifiers:J,source:ee,attributes:te};const ne=oe.ExportNamedDeclaration;ie(ne.declaration,re,"declaration",S,1);ie(ne.specifiers,re,"specifiers",J,1);ie(ne.source,re,"source",ee,1);ie(ne.attributes,re,"attributes",te,1);return re}function exportSpecifier(S,J){const ee={type:"ExportSpecifier",local:S,exported:J};const te=oe.ExportSpecifier;ie(te.local,ee,"local",S,1);ie(te.exported,ee,"exported",J,1);return ee}function forOfStatement(S,J,ee,te=false){const re={type:"ForOfStatement",left:S,right:J,body:ee,await:te};const ne=oe.ForOfStatement;ie(ne.left,re,"left",S,1);ie(ne.right,re,"right",J,1);ie(ne.body,re,"body",ee,1);ie(ne.await,re,"await",te);return re}function importDeclaration(S,J,ee=null){const te={type:"ImportDeclaration",specifiers:S,source:J,attributes:ee};const re=oe.ImportDeclaration;ie(re.specifiers,te,"specifiers",S,1);ie(re.source,te,"source",J,1);ie(re.attributes,te,"attributes",ee,1);return te}function importDefaultSpecifier(S){const J={type:"ImportDefaultSpecifier",local:S};const ee=oe.ImportDefaultSpecifier;ie(ee.local,J,"local",S,1);return J}function importNamespaceSpecifier(S){const J={type:"ImportNamespaceSpecifier",local:S};const ee=oe.ImportNamespaceSpecifier;ie(ee.local,J,"local",S,1);return J}function importSpecifier(S,J){const ee={type:"ImportSpecifier",local:S,imported:J};const te=oe.ImportSpecifier;ie(te.local,ee,"local",S,1);ie(te.imported,ee,"imported",J,1);return ee}function importExpression(S,J=null){const ee={type:"ImportExpression",source:S,options:J};const te=oe.ImportExpression;ie(te.source,ee,"source",S,1);ie(te.options,ee,"options",J,1);return ee}function metaProperty(S,J){const ee={type:"MetaProperty",meta:S,property:J};const te=oe.MetaProperty;ie(te.meta,ee,"meta",S,1);ie(te.property,ee,"property",J,1);return ee}function classMethod(S="method",J,ee,te,re=false,ne=false,se=false,ae=false){const le={type:"ClassMethod",kind:S,key:J,params:ee,body:te,computed:re,static:ne,generator:se,async:ae};const ue=oe.ClassMethod;ie(ue.kind,le,"kind",S);ie(ue.key,le,"key",J,1);ie(ue.params,le,"params",ee,1);ie(ue.body,le,"body",te,1);ie(ue.computed,le,"computed",re);ie(ue.static,le,"static",ne);ie(ue.generator,le,"generator",se);ie(ue.async,le,"async",ae);return le}function objectPattern(S){const J={type:"ObjectPattern",properties:S};const ee=oe.ObjectPattern;ie(ee.properties,J,"properties",S,1);return J}function spreadElement(S){const J={type:"SpreadElement",argument:S};const ee=oe.SpreadElement;ie(ee.argument,J,"argument",S,1);return J}function _super(){return{type:"Super"}}function taggedTemplateExpression(S,J){const ee={type:"TaggedTemplateExpression",tag:S,quasi:J};const te=oe.TaggedTemplateExpression;ie(te.tag,ee,"tag",S,1);ie(te.quasi,ee,"quasi",J,1);return ee}function templateElement(S,J=false){const ee={type:"TemplateElement",value:S,tail:J};const te=oe.TemplateElement;ie(te.value,ee,"value",S);ie(te.tail,ee,"tail",J);return ee}function templateLiteral(S,J){const ee={type:"TemplateLiteral",quasis:S,expressions:J};const te=oe.TemplateLiteral;ie(te.quasis,ee,"quasis",S,1);ie(te.expressions,ee,"expressions",J,1);return ee}function yieldExpression(S=null,J=false){const ee={type:"YieldExpression",argument:S,delegate:J};const te=oe.YieldExpression;ie(te.argument,ee,"argument",S,1);ie(te.delegate,ee,"delegate",J);return ee}function awaitExpression(S){const J={type:"AwaitExpression",argument:S};const ee=oe.AwaitExpression;ie(ee.argument,J,"argument",S,1);return J}function _import(){return{type:"Import"}}function exportNamespaceSpecifier(S){const J={type:"ExportNamespaceSpecifier",exported:S};const ee=oe.ExportNamespaceSpecifier;ie(ee.exported,J,"exported",S,1);return J}function optionalMemberExpression(S,J,ee=false,te){const re={type:"OptionalMemberExpression",object:S,property:J,computed:ee,optional:te};const ne=oe.OptionalMemberExpression;ie(ne.object,re,"object",S,1);ie(ne.property,re,"property",J,1);ie(ne.computed,re,"computed",ee);ie(ne.optional,re,"optional",te);return re}function optionalCallExpression(S,J,ee){const te={type:"OptionalCallExpression",callee:S,arguments:J,optional:ee};const re=oe.OptionalCallExpression;ie(re.callee,te,"callee",S,1);ie(re.arguments,te,"arguments",J,1);ie(re.optional,te,"optional",ee);return te}function classProperty(S,J=null,ee=null,te=null,re=false,ne=false){const se={type:"ClassProperty",key:S,value:J,typeAnnotation:ee,decorators:te,computed:re,static:ne};const ae=oe.ClassProperty;ie(ae.key,se,"key",S,1);ie(ae.value,se,"value",J,1);ie(ae.typeAnnotation,se,"typeAnnotation",ee,1);ie(ae.decorators,se,"decorators",te,1);ie(ae.computed,se,"computed",re);ie(ae.static,se,"static",ne);return se}function classAccessorProperty(S,J=null,ee=null,te=null,re=false,ne=false){const se={type:"ClassAccessorProperty",key:S,value:J,typeAnnotation:ee,decorators:te,computed:re,static:ne};const ae=oe.ClassAccessorProperty;ie(ae.key,se,"key",S,1);ie(ae.value,se,"value",J,1);ie(ae.typeAnnotation,se,"typeAnnotation",ee,1);ie(ae.decorators,se,"decorators",te,1);ie(ae.computed,se,"computed",re);ie(ae.static,se,"static",ne);return se}function classPrivateProperty(S,J=null,ee=null,te=false){const re={type:"ClassPrivateProperty",key:S,value:J,decorators:ee,static:te};const ne=oe.ClassPrivateProperty;ie(ne.key,re,"key",S,1);ie(ne.value,re,"value",J,1);ie(ne.decorators,re,"decorators",ee,1);ie(ne.static,re,"static",te);return re}function classPrivateMethod(S="method",J,ee,te,re=false){const ne={type:"ClassPrivateMethod",kind:S,key:J,params:ee,body:te,static:re};const se=oe.ClassPrivateMethod;ie(se.kind,ne,"kind",S);ie(se.key,ne,"key",J,1);ie(se.params,ne,"params",ee,1);ie(se.body,ne,"body",te,1);ie(se.static,ne,"static",re);return ne}function privateName(S){const J={type:"PrivateName",id:S};const ee=oe.PrivateName;ie(ee.id,J,"id",S,1);return J}function staticBlock(S){const J={type:"StaticBlock",body:S};const ee=oe.StaticBlock;ie(ee.body,J,"body",S,1);return J}function importAttribute(S,J){const ee={type:"ImportAttribute",key:S,value:J};const te=oe.ImportAttribute;ie(te.key,ee,"key",S,1);ie(te.value,ee,"value",J,1);return ee}function anyTypeAnnotation(){return{type:"AnyTypeAnnotation"}}function arrayTypeAnnotation(S){const J={type:"ArrayTypeAnnotation",elementType:S};const ee=oe.ArrayTypeAnnotation;ie(ee.elementType,J,"elementType",S,1);return J}function booleanTypeAnnotation(){return{type:"BooleanTypeAnnotation"}}function booleanLiteralTypeAnnotation(S){const J={type:"BooleanLiteralTypeAnnotation",value:S};const ee=oe.BooleanLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function nullLiteralTypeAnnotation(){return{type:"NullLiteralTypeAnnotation"}}function classImplements(S,J=null){const ee={type:"ClassImplements",id:S,typeParameters:J};const te=oe.ClassImplements;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function declareClass(S,J=null,ee=null,te){const re={type:"DeclareClass",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.DeclareClass;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function declareFunction(S){const J={type:"DeclareFunction",id:S};const ee=oe.DeclareFunction;ie(ee.id,J,"id",S,1);return J}function declareInterface(S,J=null,ee=null,te){const re={type:"DeclareInterface",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.DeclareInterface;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function declareModule(S,J,ee=null){const te={type:"DeclareModule",id:S,body:J,kind:ee};const re=oe.DeclareModule;ie(re.id,te,"id",S,1);ie(re.body,te,"body",J,1);ie(re.kind,te,"kind",ee);return te}function declareModuleExports(S){const J={type:"DeclareModuleExports",typeAnnotation:S};const ee=oe.DeclareModuleExports;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function declareTypeAlias(S,J=null,ee){const te={type:"DeclareTypeAlias",id:S,typeParameters:J,right:ee};const re=oe.DeclareTypeAlias;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.right,te,"right",ee,1);return te}function declareOpaqueType(S,J=null,ee=null){const te={type:"DeclareOpaqueType",id:S,typeParameters:J,supertype:ee};const re=oe.DeclareOpaqueType;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.supertype,te,"supertype",ee,1);return te}function declareVariable(S){const J={type:"DeclareVariable",id:S};const ee=oe.DeclareVariable;ie(ee.id,J,"id",S,1);return J}function declareExportDeclaration(S=null,J=null,ee=null,te=null){const re={type:"DeclareExportDeclaration",declaration:S,specifiers:J,source:ee,attributes:te};const ne=oe.DeclareExportDeclaration;ie(ne.declaration,re,"declaration",S,1);ie(ne.specifiers,re,"specifiers",J,1);ie(ne.source,re,"source",ee,1);ie(ne.attributes,re,"attributes",te,1);return re}function declareExportAllDeclaration(S,J=null){const ee={type:"DeclareExportAllDeclaration",source:S,attributes:J};const te=oe.DeclareExportAllDeclaration;ie(te.source,ee,"source",S,1);ie(te.attributes,ee,"attributes",J,1);return ee}function declaredPredicate(S){const J={type:"DeclaredPredicate",value:S};const ee=oe.DeclaredPredicate;ie(ee.value,J,"value",S,1);return J}function existsTypeAnnotation(){return{type:"ExistsTypeAnnotation"}}function functionTypeAnnotation(S=null,J,ee=null,te){const re={type:"FunctionTypeAnnotation",typeParameters:S,params:J,rest:ee,returnType:te};const ne=oe.FunctionTypeAnnotation;ie(ne.typeParameters,re,"typeParameters",S,1);ie(ne.params,re,"params",J,1);ie(ne.rest,re,"rest",ee,1);ie(ne.returnType,re,"returnType",te,1);return re}function functionTypeParam(S=null,J){const ee={type:"FunctionTypeParam",name:S,typeAnnotation:J};const te=oe.FunctionTypeParam;ie(te.name,ee,"name",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function genericTypeAnnotation(S,J=null){const ee={type:"GenericTypeAnnotation",id:S,typeParameters:J};const te=oe.GenericTypeAnnotation;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function inferredPredicate(){return{type:"InferredPredicate"}}function interfaceExtends(S,J=null){const ee={type:"InterfaceExtends",id:S,typeParameters:J};const te=oe.InterfaceExtends;ie(te.id,ee,"id",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function interfaceDeclaration(S,J=null,ee=null,te){const re={type:"InterfaceDeclaration",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.InterfaceDeclaration;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function interfaceTypeAnnotation(S=null,J){const ee={type:"InterfaceTypeAnnotation",extends:S,body:J};const te=oe.InterfaceTypeAnnotation;ie(te.extends,ee,"extends",S,1);ie(te.body,ee,"body",J,1);return ee}function intersectionTypeAnnotation(S){const J={type:"IntersectionTypeAnnotation",types:S};const ee=oe.IntersectionTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function mixedTypeAnnotation(){return{type:"MixedTypeAnnotation"}}function emptyTypeAnnotation(){return{type:"EmptyTypeAnnotation"}}function nullableTypeAnnotation(S){const J={type:"NullableTypeAnnotation",typeAnnotation:S};const ee=oe.NullableTypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function numberLiteralTypeAnnotation(S){const J={type:"NumberLiteralTypeAnnotation",value:S};const ee=oe.NumberLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function numberTypeAnnotation(){return{type:"NumberTypeAnnotation"}}function objectTypeAnnotation(S,J=[],ee=[],te=[],re=false){const ne={type:"ObjectTypeAnnotation",properties:S,indexers:J,callProperties:ee,internalSlots:te,exact:re};const se=oe.ObjectTypeAnnotation;ie(se.properties,ne,"properties",S,1);ie(se.indexers,ne,"indexers",J,1);ie(se.callProperties,ne,"callProperties",ee,1);ie(se.internalSlots,ne,"internalSlots",te,1);ie(se.exact,ne,"exact",re);return ne}function objectTypeInternalSlot(S,J,ee,te,re){const ne={type:"ObjectTypeInternalSlot",id:S,value:J,optional:ee,static:te,method:re};const se=oe.ObjectTypeInternalSlot;ie(se.id,ne,"id",S,1);ie(se.value,ne,"value",J,1);ie(se.optional,ne,"optional",ee);ie(se.static,ne,"static",te);ie(se.method,ne,"method",re);return ne}function objectTypeCallProperty(S){const J={type:"ObjectTypeCallProperty",value:S,static:null};const ee=oe.ObjectTypeCallProperty;ie(ee.value,J,"value",S,1);return J}function objectTypeIndexer(S=null,J,ee,te=null){const re={type:"ObjectTypeIndexer",id:S,key:J,value:ee,variance:te,static:null};const ne=oe.ObjectTypeIndexer;ie(ne.id,re,"id",S,1);ie(ne.key,re,"key",J,1);ie(ne.value,re,"value",ee,1);ie(ne.variance,re,"variance",te,1);return re}function objectTypeProperty(S,J,ee=null){const te={type:"ObjectTypeProperty",key:S,value:J,variance:ee,kind:null,method:null,optional:null,proto:null,static:null};const re=oe.ObjectTypeProperty;ie(re.key,te,"key",S,1);ie(re.value,te,"value",J,1);ie(re.variance,te,"variance",ee,1);return te}function objectTypeSpreadProperty(S){const J={type:"ObjectTypeSpreadProperty",argument:S};const ee=oe.ObjectTypeSpreadProperty;ie(ee.argument,J,"argument",S,1);return J}function opaqueType(S,J=null,ee=null,te){const re={type:"OpaqueType",id:S,typeParameters:J,supertype:ee,impltype:te};const ne=oe.OpaqueType;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.supertype,re,"supertype",ee,1);ie(ne.impltype,re,"impltype",te,1);return re}function qualifiedTypeIdentifier(S,J){const ee={type:"QualifiedTypeIdentifier",id:S,qualification:J};const te=oe.QualifiedTypeIdentifier;ie(te.id,ee,"id",S,1);ie(te.qualification,ee,"qualification",J,1);return ee}function stringLiteralTypeAnnotation(S){const J={type:"StringLiteralTypeAnnotation",value:S};const ee=oe.StringLiteralTypeAnnotation;ie(ee.value,J,"value",S);return J}function stringTypeAnnotation(){return{type:"StringTypeAnnotation"}}function symbolTypeAnnotation(){return{type:"SymbolTypeAnnotation"}}function thisTypeAnnotation(){return{type:"ThisTypeAnnotation"}}function tupleTypeAnnotation(S){const J={type:"TupleTypeAnnotation",types:S};const ee=oe.TupleTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function typeofTypeAnnotation(S){const J={type:"TypeofTypeAnnotation",argument:S};const ee=oe.TypeofTypeAnnotation;ie(ee.argument,J,"argument",S,1);return J}function typeAlias(S,J=null,ee){const te={type:"TypeAlias",id:S,typeParameters:J,right:ee};const re=oe.TypeAlias;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.right,te,"right",ee,1);return te}function typeAnnotation(S){const J={type:"TypeAnnotation",typeAnnotation:S};const ee=oe.TypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function typeCastExpression(S,J){const ee={type:"TypeCastExpression",expression:S,typeAnnotation:J};const te=oe.TypeCastExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function typeParameter(S=null,J=null,ee=null){const te={type:"TypeParameter",bound:S,default:J,variance:ee,name:null};const re=oe.TypeParameter;ie(re.bound,te,"bound",S,1);ie(re.default,te,"default",J,1);ie(re.variance,te,"variance",ee,1);return te}function typeParameterDeclaration(S){const J={type:"TypeParameterDeclaration",params:S};const ee=oe.TypeParameterDeclaration;ie(ee.params,J,"params",S,1);return J}function typeParameterInstantiation(S){const J={type:"TypeParameterInstantiation",params:S};const ee=oe.TypeParameterInstantiation;ie(ee.params,J,"params",S,1);return J}function unionTypeAnnotation(S){const J={type:"UnionTypeAnnotation",types:S};const ee=oe.UnionTypeAnnotation;ie(ee.types,J,"types",S,1);return J}function variance(S){const J={type:"Variance",kind:S};const ee=oe.Variance;ie(ee.kind,J,"kind",S);return J}function voidTypeAnnotation(){return{type:"VoidTypeAnnotation"}}function enumDeclaration(S,J){const ee={type:"EnumDeclaration",id:S,body:J};const te=oe.EnumDeclaration;ie(te.id,ee,"id",S,1);ie(te.body,ee,"body",J,1);return ee}function enumBooleanBody(S){const J={type:"EnumBooleanBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumBooleanBody;ie(ee.members,J,"members",S,1);return J}function enumNumberBody(S){const J={type:"EnumNumberBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumNumberBody;ie(ee.members,J,"members",S,1);return J}function enumStringBody(S){const J={type:"EnumStringBody",members:S,explicitType:null,hasUnknownMembers:null};const ee=oe.EnumStringBody;ie(ee.members,J,"members",S,1);return J}function enumSymbolBody(S){const J={type:"EnumSymbolBody",members:S,hasUnknownMembers:null};const ee=oe.EnumSymbolBody;ie(ee.members,J,"members",S,1);return J}function enumBooleanMember(S){const J={type:"EnumBooleanMember",id:S,init:null};const ee=oe.EnumBooleanMember;ie(ee.id,J,"id",S,1);return J}function enumNumberMember(S,J){const ee={type:"EnumNumberMember",id:S,init:J};const te=oe.EnumNumberMember;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function enumStringMember(S,J){const ee={type:"EnumStringMember",id:S,init:J};const te=oe.EnumStringMember;ie(te.id,ee,"id",S,1);ie(te.init,ee,"init",J,1);return ee}function enumDefaultedMember(S){const J={type:"EnumDefaultedMember",id:S};const ee=oe.EnumDefaultedMember;ie(ee.id,J,"id",S,1);return J}function indexedAccessType(S,J){const ee={type:"IndexedAccessType",objectType:S,indexType:J};const te=oe.IndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function optionalIndexedAccessType(S,J){const ee={type:"OptionalIndexedAccessType",objectType:S,indexType:J,optional:null};const te=oe.OptionalIndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function jsxAttribute(S,J=null){const ee={type:"JSXAttribute",name:S,value:J};const te=oe.JSXAttribute;ie(te.name,ee,"name",S,1);ie(te.value,ee,"value",J,1);return ee}function jsxClosingElement(S){const J={type:"JSXClosingElement",name:S};const ee=oe.JSXClosingElement;ie(ee.name,J,"name",S,1);return J}function jsxElement(S,J=null,ee,te=null){const re={type:"JSXElement",openingElement:S,closingElement:J,children:ee,selfClosing:te};const ne=oe.JSXElement;ie(ne.openingElement,re,"openingElement",S,1);ie(ne.closingElement,re,"closingElement",J,1);ie(ne.children,re,"children",ee,1);ie(ne.selfClosing,re,"selfClosing",te);return re}function jsxEmptyExpression(){return{type:"JSXEmptyExpression"}}function jsxExpressionContainer(S){const J={type:"JSXExpressionContainer",expression:S};const ee=oe.JSXExpressionContainer;ie(ee.expression,J,"expression",S,1);return J}function jsxSpreadChild(S){const J={type:"JSXSpreadChild",expression:S};const ee=oe.JSXSpreadChild;ie(ee.expression,J,"expression",S,1);return J}function jsxIdentifier(S){const J={type:"JSXIdentifier",name:S};const ee=oe.JSXIdentifier;ie(ee.name,J,"name",S);return J}function jsxMemberExpression(S,J){const ee={type:"JSXMemberExpression",object:S,property:J};const te=oe.JSXMemberExpression;ie(te.object,ee,"object",S,1);ie(te.property,ee,"property",J,1);return ee}function jsxNamespacedName(S,J){const ee={type:"JSXNamespacedName",namespace:S,name:J};const te=oe.JSXNamespacedName;ie(te.namespace,ee,"namespace",S,1);ie(te.name,ee,"name",J,1);return ee}function jsxOpeningElement(S,J,ee=false){const te={type:"JSXOpeningElement",name:S,attributes:J,selfClosing:ee};const re=oe.JSXOpeningElement;ie(re.name,te,"name",S,1);ie(re.attributes,te,"attributes",J,1);ie(re.selfClosing,te,"selfClosing",ee);return te}function jsxSpreadAttribute(S){const J={type:"JSXSpreadAttribute",argument:S};const ee=oe.JSXSpreadAttribute;ie(ee.argument,J,"argument",S,1);return J}function jsxText(S){const J={type:"JSXText",value:S};const ee=oe.JSXText;ie(ee.value,J,"value",S);return J}function jsxFragment(S,J,ee){const te={type:"JSXFragment",openingFragment:S,closingFragment:J,children:ee};const re=oe.JSXFragment;ie(re.openingFragment,te,"openingFragment",S,1);ie(re.closingFragment,te,"closingFragment",J,1);ie(re.children,te,"children",ee,1);return te}function jsxOpeningFragment(){return{type:"JSXOpeningFragment"}}function jsxClosingFragment(){return{type:"JSXClosingFragment"}}function noop(){return{type:"Noop"}}function placeholder(S,J){const ee={type:"Placeholder",expectedNode:S,name:J};const te=oe.Placeholder;ie(te.expectedNode,ee,"expectedNode",S);ie(te.name,ee,"name",J,1);return ee}function v8IntrinsicIdentifier(S){const J={type:"V8IntrinsicIdentifier",name:S};const ee=oe.V8IntrinsicIdentifier;ie(ee.name,J,"name",S);return J}function argumentPlaceholder(){return{type:"ArgumentPlaceholder"}}function bindExpression(S,J){const ee={type:"BindExpression",object:S,callee:J};const te=oe.BindExpression;ie(te.object,ee,"object",S,1);ie(te.callee,ee,"callee",J,1);return ee}function decorator(S){const J={type:"Decorator",expression:S};const ee=oe.Decorator;ie(ee.expression,J,"expression",S,1);return J}function doExpression(S,J=false){const ee={type:"DoExpression",body:S,async:J};const te=oe.DoExpression;ie(te.body,ee,"body",S,1);ie(te.async,ee,"async",J);return ee}function exportDefaultSpecifier(S){const J={type:"ExportDefaultSpecifier",exported:S};const ee=oe.ExportDefaultSpecifier;ie(ee.exported,J,"exported",S,1);return J}function recordExpression(S){const J={type:"RecordExpression",properties:S};const ee=oe.RecordExpression;ie(ee.properties,J,"properties",S,1);return J}function tupleExpression(S=[]){const J={type:"TupleExpression",elements:S};const ee=oe.TupleExpression;ie(ee.elements,J,"elements",S,1);return J}function decimalLiteral(S){const J={type:"DecimalLiteral",value:S};const ee=oe.DecimalLiteral;ie(ee.value,J,"value",S);return J}function moduleExpression(S){const J={type:"ModuleExpression",body:S};const ee=oe.ModuleExpression;ie(ee.body,J,"body",S,1);return J}function topicReference(){return{type:"TopicReference"}}function pipelineTopicExpression(S){const J={type:"PipelineTopicExpression",expression:S};const ee=oe.PipelineTopicExpression;ie(ee.expression,J,"expression",S,1);return J}function pipelineBareFunction(S){const J={type:"PipelineBareFunction",callee:S};const ee=oe.PipelineBareFunction;ie(ee.callee,J,"callee",S,1);return J}function pipelinePrimaryTopicReference(){return{type:"PipelinePrimaryTopicReference"}}function voidPattern(){return{type:"VoidPattern"}}function tsParameterProperty(S){const J={type:"TSParameterProperty",parameter:S};const ee=oe.TSParameterProperty;ie(ee.parameter,J,"parameter",S,1);return J}function tsDeclareFunction(S=null,J=null,ee,te=null){const re={type:"TSDeclareFunction",id:S,typeParameters:J,params:ee,returnType:te};const ne=oe.TSDeclareFunction;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.params,re,"params",ee,1);ie(ne.returnType,re,"returnType",te,1);return re}function tsDeclareMethod(S=null,J,ee=null,te,re=null){const ne={type:"TSDeclareMethod",decorators:S,key:J,typeParameters:ee,params:te,returnType:re};const se=oe.TSDeclareMethod;ie(se.decorators,ne,"decorators",S,1);ie(se.key,ne,"key",J,1);ie(se.typeParameters,ne,"typeParameters",ee,1);ie(se.params,ne,"params",te,1);ie(se.returnType,ne,"returnType",re,1);return ne}function tsQualifiedName(S,J){const ee={type:"TSQualifiedName",left:S,right:J};const te=oe.TSQualifiedName;ie(te.left,ee,"left",S,1);ie(te.right,ee,"right",J,1);return ee}function tsCallSignatureDeclaration(S=null,J,ee=null){const te={type:"TSCallSignatureDeclaration",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSCallSignatureDeclaration;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsConstructSignatureDeclaration(S=null,J,ee=null){const te={type:"TSConstructSignatureDeclaration",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSConstructSignatureDeclaration;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsPropertySignature(S,J=null){const ee={type:"TSPropertySignature",key:S,typeAnnotation:J};const te=oe.TSPropertySignature;ie(te.key,ee,"key",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsMethodSignature(S,J=null,ee,te=null){const re={type:"TSMethodSignature",key:S,typeParameters:J,parameters:ee,typeAnnotation:te,kind:null};const ne=oe.TSMethodSignature;ie(ne.key,re,"key",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.parameters,re,"parameters",ee,1);ie(ne.typeAnnotation,re,"typeAnnotation",te,1);return re}function tsIndexSignature(S,J=null){const ee={type:"TSIndexSignature",parameters:S,typeAnnotation:J};const te=oe.TSIndexSignature;ie(te.parameters,ee,"parameters",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsAnyKeyword(){return{type:"TSAnyKeyword"}}function tsBooleanKeyword(){return{type:"TSBooleanKeyword"}}function tsBigIntKeyword(){return{type:"TSBigIntKeyword"}}function tsIntrinsicKeyword(){return{type:"TSIntrinsicKeyword"}}function tsNeverKeyword(){return{type:"TSNeverKeyword"}}function tsNullKeyword(){return{type:"TSNullKeyword"}}function tsNumberKeyword(){return{type:"TSNumberKeyword"}}function tsObjectKeyword(){return{type:"TSObjectKeyword"}}function tsStringKeyword(){return{type:"TSStringKeyword"}}function tsSymbolKeyword(){return{type:"TSSymbolKeyword"}}function tsUndefinedKeyword(){return{type:"TSUndefinedKeyword"}}function tsUnknownKeyword(){return{type:"TSUnknownKeyword"}}function tsVoidKeyword(){return{type:"TSVoidKeyword"}}function tsThisType(){return{type:"TSThisType"}}function tsFunctionType(S=null,J,ee=null){const te={type:"TSFunctionType",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSFunctionType;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsConstructorType(S=null,J,ee=null){const te={type:"TSConstructorType",typeParameters:S,parameters:J,typeAnnotation:ee};const re=oe.TSConstructorType;ie(re.typeParameters,te,"typeParameters",S,1);ie(re.parameters,te,"parameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsTypeReference(S,J=null){const ee={type:"TSTypeReference",typeName:S,typeParameters:J};const te=oe.TSTypeReference;ie(te.typeName,ee,"typeName",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsTypePredicate(S,J=null,ee=null){const te={type:"TSTypePredicate",parameterName:S,typeAnnotation:J,asserts:ee};const re=oe.TSTypePredicate;ie(re.parameterName,te,"parameterName",S,1);ie(re.typeAnnotation,te,"typeAnnotation",J,1);ie(re.asserts,te,"asserts",ee);return te}function tsTypeQuery(S,J=null){const ee={type:"TSTypeQuery",exprName:S,typeParameters:J};const te=oe.TSTypeQuery;ie(te.exprName,ee,"exprName",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsTypeLiteral(S){const J={type:"TSTypeLiteral",members:S};const ee=oe.TSTypeLiteral;ie(ee.members,J,"members",S,1);return J}function tsArrayType(S){const J={type:"TSArrayType",elementType:S};const ee=oe.TSArrayType;ie(ee.elementType,J,"elementType",S,1);return J}function tsTupleType(S){const J={type:"TSTupleType",elementTypes:S};const ee=oe.TSTupleType;ie(ee.elementTypes,J,"elementTypes",S,1);return J}function tsOptionalType(S){const J={type:"TSOptionalType",typeAnnotation:S};const ee=oe.TSOptionalType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsRestType(S){const J={type:"TSRestType",typeAnnotation:S};const ee=oe.TSRestType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsNamedTupleMember(S,J,ee=false){const te={type:"TSNamedTupleMember",label:S,elementType:J,optional:ee};const re=oe.TSNamedTupleMember;ie(re.label,te,"label",S,1);ie(re.elementType,te,"elementType",J,1);ie(re.optional,te,"optional",ee);return te}function tsUnionType(S){const J={type:"TSUnionType",types:S};const ee=oe.TSUnionType;ie(ee.types,J,"types",S,1);return J}function tsIntersectionType(S){const J={type:"TSIntersectionType",types:S};const ee=oe.TSIntersectionType;ie(ee.types,J,"types",S,1);return J}function tsConditionalType(S,J,ee,te){const re={type:"TSConditionalType",checkType:S,extendsType:J,trueType:ee,falseType:te};const ne=oe.TSConditionalType;ie(ne.checkType,re,"checkType",S,1);ie(ne.extendsType,re,"extendsType",J,1);ie(ne.trueType,re,"trueType",ee,1);ie(ne.falseType,re,"falseType",te,1);return re}function tsInferType(S){const J={type:"TSInferType",typeParameter:S};const ee=oe.TSInferType;ie(ee.typeParameter,J,"typeParameter",S,1);return J}function tsParenthesizedType(S){const J={type:"TSParenthesizedType",typeAnnotation:S};const ee=oe.TSParenthesizedType;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeOperator(S,J="keyof"){const ee={type:"TSTypeOperator",typeAnnotation:S,operator:J};const te=oe.TSTypeOperator;ie(te.typeAnnotation,ee,"typeAnnotation",S,1);ie(te.operator,ee,"operator",J);return ee}function tsIndexedAccessType(S,J){const ee={type:"TSIndexedAccessType",objectType:S,indexType:J};const te=oe.TSIndexedAccessType;ie(te.objectType,ee,"objectType",S,1);ie(te.indexType,ee,"indexType",J,1);return ee}function tsMappedType(S,J=null,ee=null){const te={type:"TSMappedType",typeParameter:S,typeAnnotation:J,nameType:ee};const re=oe.TSMappedType;ie(re.typeParameter,te,"typeParameter",S,1);ie(re.typeAnnotation,te,"typeAnnotation",J,1);ie(re.nameType,te,"nameType",ee,1);return te}function tsTemplateLiteralType(S,J){const ee={type:"TSTemplateLiteralType",quasis:S,types:J};const te=oe.TSTemplateLiteralType;ie(te.quasis,ee,"quasis",S,1);ie(te.types,ee,"types",J,1);return ee}function tsLiteralType(S){const J={type:"TSLiteralType",literal:S};const ee=oe.TSLiteralType;ie(ee.literal,J,"literal",S,1);return J}function tsExpressionWithTypeArguments(S,J=null){const ee={type:"TSExpressionWithTypeArguments",expression:S,typeParameters:J};const te=oe.TSExpressionWithTypeArguments;ie(te.expression,ee,"expression",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsInterfaceDeclaration(S,J=null,ee=null,te){const re={type:"TSInterfaceDeclaration",id:S,typeParameters:J,extends:ee,body:te};const ne=oe.TSInterfaceDeclaration;ie(ne.id,re,"id",S,1);ie(ne.typeParameters,re,"typeParameters",J,1);ie(ne.extends,re,"extends",ee,1);ie(ne.body,re,"body",te,1);return re}function tsInterfaceBody(S){const J={type:"TSInterfaceBody",body:S};const ee=oe.TSInterfaceBody;ie(ee.body,J,"body",S,1);return J}function tsTypeAliasDeclaration(S,J=null,ee){const te={type:"TSTypeAliasDeclaration",id:S,typeParameters:J,typeAnnotation:ee};const re=oe.TSTypeAliasDeclaration;ie(re.id,te,"id",S,1);ie(re.typeParameters,te,"typeParameters",J,1);ie(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsInstantiationExpression(S,J=null){const ee={type:"TSInstantiationExpression",expression:S,typeParameters:J};const te=oe.TSInstantiationExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsAsExpression(S,J){const ee={type:"TSAsExpression",expression:S,typeAnnotation:J};const te=oe.TSAsExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsSatisfiesExpression(S,J){const ee={type:"TSSatisfiesExpression",expression:S,typeAnnotation:J};const te=oe.TSSatisfiesExpression;ie(te.expression,ee,"expression",S,1);ie(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsTypeAssertion(S,J){const ee={type:"TSTypeAssertion",typeAnnotation:S,expression:J};const te=oe.TSTypeAssertion;ie(te.typeAnnotation,ee,"typeAnnotation",S,1);ie(te.expression,ee,"expression",J,1);return ee}function tsEnumBody(S){const J={type:"TSEnumBody",members:S};const ee=oe.TSEnumBody;ie(ee.members,J,"members",S,1);return J}function tsEnumDeclaration(S,J){const ee={type:"TSEnumDeclaration",id:S,members:J};const te=oe.TSEnumDeclaration;ie(te.id,ee,"id",S,1);ie(te.members,ee,"members",J,1);return ee}function tsEnumMember(S,J=null){const ee={type:"TSEnumMember",id:S,initializer:J};const te=oe.TSEnumMember;ie(te.id,ee,"id",S,1);ie(te.initializer,ee,"initializer",J,1);return ee}function tsModuleDeclaration(S,J){const ee={type:"TSModuleDeclaration",id:S,body:J,kind:null};const te=oe.TSModuleDeclaration;ie(te.id,ee,"id",S,1);ie(te.body,ee,"body",J,1);return ee}function tsModuleBlock(S){const J={type:"TSModuleBlock",body:S};const ee=oe.TSModuleBlock;ie(ee.body,J,"body",S,1);return J}function tsImportType(S,J=null,ee=null){const te={type:"TSImportType",argument:S,qualifier:J,typeParameters:ee};const re=oe.TSImportType;ie(re.argument,te,"argument",S,1);ie(re.qualifier,te,"qualifier",J,1);ie(re.typeParameters,te,"typeParameters",ee,1);return te}function tsImportEqualsDeclaration(S,J){const ee={type:"TSImportEqualsDeclaration",id:S,moduleReference:J,isExport:null};const te=oe.TSImportEqualsDeclaration;ie(te.id,ee,"id",S,1);ie(te.moduleReference,ee,"moduleReference",J,1);return ee}function tsExternalModuleReference(S){const J={type:"TSExternalModuleReference",expression:S};const ee=oe.TSExternalModuleReference;ie(ee.expression,J,"expression",S,1);return J}function tsNonNullExpression(S){const J={type:"TSNonNullExpression",expression:S};const ee=oe.TSNonNullExpression;ie(ee.expression,J,"expression",S,1);return J}function tsExportAssignment(S){const J={type:"TSExportAssignment",expression:S};const ee=oe.TSExportAssignment;ie(ee.expression,J,"expression",S,1);return J}function tsNamespaceExportDeclaration(S){const J={type:"TSNamespaceExportDeclaration",id:S};const ee=oe.TSNamespaceExportDeclaration;ie(ee.id,J,"id",S,1);return J}function tsTypeAnnotation(S){const J={type:"TSTypeAnnotation",typeAnnotation:S};const ee=oe.TSTypeAnnotation;ie(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeParameterInstantiation(S){const J={type:"TSTypeParameterInstantiation",params:S};const ee=oe.TSTypeParameterInstantiation;ie(ee.params,J,"params",S,1);return J}function tsTypeParameterDeclaration(S){const J={type:"TSTypeParameterDeclaration",params:S};const ee=oe.TSTypeParameterDeclaration;ie(ee.params,J,"params",S,1);return J}function tsTypeParameter(S=null,J=null,ee){const te={type:"TSTypeParameter",constraint:S,default:J,name:ee};const re=oe.TSTypeParameter;ie(re.constraint,te,"constraint",S,1);ie(re.default,te,"default",J,1);ie(re.name,te,"name",ee);return te}function NumberLiteral(S){(0,re.default)("NumberLiteral","NumericLiteral","The node type ");return numericLiteral(S)}function RegexLiteral(S,J=""){(0,re.default)("RegexLiteral","RegExpLiteral","The node type ");return regExpLiteral(S,J)}function RestProperty(S){(0,re.default)("RestProperty","RestElement","The node type ");return restElement(S)}function SpreadProperty(S){(0,re.default)("SpreadProperty","SpreadElement","The node type ");return spreadElement(S)}},80567:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.JSXIdentifier=J.JSXFragment=J.JSXExpressionContainer=J.JSXEmptyExpression=J.JSXElement=J.JSXClosingFragment=J.JSXClosingElement=J.JSXAttribute=J.IntersectionTypeAnnotation=J.InterpreterDirective=J.InterfaceTypeAnnotation=J.InterfaceExtends=J.InterfaceDeclaration=J.InferredPredicate=J.IndexedAccessType=J.ImportSpecifier=J.ImportNamespaceSpecifier=J.ImportExpression=J.ImportDefaultSpecifier=J.ImportDeclaration=J.ImportAttribute=J.Import=J.IfStatement=J.Identifier=J.GenericTypeAnnotation=J.FunctionTypeParam=J.FunctionTypeAnnotation=J.FunctionExpression=J.FunctionDeclaration=J.ForStatement=J.ForOfStatement=J.ForInStatement=J.File=J.ExpressionStatement=J.ExportSpecifier=J.ExportNamespaceSpecifier=J.ExportNamedDeclaration=J.ExportDefaultSpecifier=J.ExportDefaultDeclaration=J.ExportAllDeclaration=J.ExistsTypeAnnotation=J.EnumSymbolBody=J.EnumStringMember=J.EnumStringBody=J.EnumNumberMember=J.EnumNumberBody=J.EnumDefaultedMember=J.EnumDeclaration=J.EnumBooleanMember=J.EnumBooleanBody=J.EmptyTypeAnnotation=J.EmptyStatement=J.DoWhileStatement=J.DoExpression=J.DirectiveLiteral=J.Directive=J.Decorator=J.DeclaredPredicate=J.DeclareVariable=J.DeclareTypeAlias=J.DeclareOpaqueType=J.DeclareModuleExports=J.DeclareModule=J.DeclareInterface=J.DeclareFunction=J.DeclareExportDeclaration=J.DeclareExportAllDeclaration=J.DeclareClass=J.DecimalLiteral=J.DebuggerStatement=J.ContinueStatement=J.ConditionalExpression=J.ClassProperty=J.ClassPrivateProperty=J.ClassPrivateMethod=J.ClassMethod=J.ClassImplements=J.ClassExpression=J.ClassDeclaration=J.ClassBody=J.ClassAccessorProperty=J.CatchClause=J.CallExpression=J.BreakStatement=J.BooleanTypeAnnotation=J.BooleanLiteralTypeAnnotation=J.BooleanLiteral=J.BlockStatement=J.BindExpression=J.BinaryExpression=J.BigIntLiteral=J.AwaitExpression=J.AssignmentPattern=J.AssignmentExpression=J.ArrowFunctionExpression=J.ArrayTypeAnnotation=J.ArrayPattern=J.ArrayExpression=J.ArgumentPlaceholder=J.AnyTypeAnnotation=void 0;J.TSNumberKeyword=J.TSNullKeyword=J.TSNonNullExpression=J.TSNeverKeyword=J.TSNamespaceExportDeclaration=J.TSNamedTupleMember=J.TSModuleDeclaration=J.TSModuleBlock=J.TSMethodSignature=J.TSMappedType=J.TSLiteralType=J.TSIntrinsicKeyword=J.TSIntersectionType=J.TSInterfaceDeclaration=J.TSInterfaceBody=J.TSInstantiationExpression=J.TSInferType=J.TSIndexedAccessType=J.TSIndexSignature=J.TSImportType=J.TSImportEqualsDeclaration=J.TSFunctionType=J.TSExternalModuleReference=J.TSExpressionWithTypeArguments=J.TSExportAssignment=J.TSEnumMember=J.TSEnumDeclaration=J.TSEnumBody=J.TSDeclareMethod=J.TSDeclareFunction=J.TSConstructorType=J.TSConstructSignatureDeclaration=J.TSConditionalType=J.TSCallSignatureDeclaration=J.TSBooleanKeyword=J.TSBigIntKeyword=J.TSAsExpression=J.TSArrayType=J.TSAnyKeyword=J.SymbolTypeAnnotation=J.SwitchStatement=J.SwitchCase=J.Super=J.StringTypeAnnotation=J.StringLiteralTypeAnnotation=J.StringLiteral=J.StaticBlock=J.SpreadProperty=J.SpreadElement=J.SequenceExpression=J.ReturnStatement=J.RestProperty=J.RestElement=J.RegexLiteral=J.RegExpLiteral=J.RecordExpression=J.QualifiedTypeIdentifier=J.Program=J.PrivateName=J.Placeholder=J.PipelineTopicExpression=J.PipelinePrimaryTopicReference=J.PipelineBareFunction=J.ParenthesizedExpression=J.OptionalMemberExpression=J.OptionalIndexedAccessType=J.OptionalCallExpression=J.OpaqueType=J.ObjectTypeSpreadProperty=J.ObjectTypeProperty=J.ObjectTypeInternalSlot=J.ObjectTypeIndexer=J.ObjectTypeCallProperty=J.ObjectTypeAnnotation=J.ObjectProperty=J.ObjectPattern=J.ObjectMethod=J.ObjectExpression=J.NumericLiteral=J.NumberTypeAnnotation=J.NumberLiteralTypeAnnotation=J.NumberLiteral=J.NullableTypeAnnotation=J.NullLiteralTypeAnnotation=J.NullLiteral=J.Noop=J.NewExpression=J.ModuleExpression=J.MixedTypeAnnotation=J.MetaProperty=J.MemberExpression=J.LogicalExpression=J.LabeledStatement=J.JSXText=J.JSXSpreadChild=J.JSXSpreadAttribute=J.JSXOpeningFragment=J.JSXOpeningElement=J.JSXNamespacedName=J.JSXMemberExpression=void 0;J.YieldExpression=J.WithStatement=J.WhileStatement=J.VoidTypeAnnotation=J.VoidPattern=J.Variance=J.VariableDeclarator=J.VariableDeclaration=J.V8IntrinsicIdentifier=J.UpdateExpression=J.UnionTypeAnnotation=J.UnaryExpression=J.TypeofTypeAnnotation=J.TypeParameterInstantiation=J.TypeParameterDeclaration=J.TypeParameter=J.TypeCastExpression=J.TypeAnnotation=J.TypeAlias=J.TupleTypeAnnotation=J.TupleExpression=J.TryStatement=J.TopicReference=J.ThrowStatement=J.ThisTypeAnnotation=J.ThisExpression=J.TemplateLiteral=J.TemplateElement=J.TaggedTemplateExpression=J.TSVoidKeyword=J.TSUnknownKeyword=J.TSUnionType=J.TSUndefinedKeyword=J.TSTypeReference=J.TSTypeQuery=J.TSTypePredicate=J.TSTypeParameterInstantiation=J.TSTypeParameterDeclaration=J.TSTypeParameter=J.TSTypeOperator=J.TSTypeLiteral=J.TSTypeAssertion=J.TSTypeAnnotation=J.TSTypeAliasDeclaration=J.TSTupleType=J.TSThisType=J.TSTemplateLiteralType=J.TSSymbolKeyword=J.TSStringKeyword=J.TSSatisfiesExpression=J.TSRestType=J.TSQualifiedName=J.TSPropertySignature=J.TSParenthesizedType=J.TSParameterProperty=J.TSOptionalType=J.TSObjectKeyword=void 0;var te=ee(93602);var re=ee(49230);function alias(S){return te[S]}const ne=J.ArrayExpression=alias("arrayExpression"),ie=J.AssignmentExpression=alias("assignmentExpression"),oe=J.BinaryExpression=alias("binaryExpression"),se=J.InterpreterDirective=alias("interpreterDirective"),ae=J.Directive=alias("directive"),le=J.DirectiveLiteral=alias("directiveLiteral"),ue=J.BlockStatement=alias("blockStatement"),pe=J.BreakStatement=alias("breakStatement"),de=J.CallExpression=alias("callExpression"),fe=J.CatchClause=alias("catchClause"),me=J.ConditionalExpression=alias("conditionalExpression"),ge=J.ContinueStatement=alias("continueStatement"),he=J.DebuggerStatement=alias("debuggerStatement"),_e=J.DoWhileStatement=alias("doWhileStatement"),ye=J.EmptyStatement=alias("emptyStatement"),ve=J.ExpressionStatement=alias("expressionStatement"),be=J.File=alias("file"),Se=J.ForInStatement=alias("forInStatement"),xe=J.ForStatement=alias("forStatement"),Ee=J.FunctionDeclaration=alias("functionDeclaration"),Ce=J.FunctionExpression=alias("functionExpression"),Pe=J.Identifier=alias("identifier"),Ne=J.IfStatement=alias("ifStatement"),Ae=J.LabeledStatement=alias("labeledStatement"),ke=J.StringLiteral=alias("stringLiteral"),De=J.NumericLiteral=alias("numericLiteral"),Fe=J.NullLiteral=alias("nullLiteral"),Oe=J.BooleanLiteral=alias("booleanLiteral"),we=J.RegExpLiteral=alias("regExpLiteral"),Me=J.LogicalExpression=alias("logicalExpression"),Re=J.MemberExpression=alias("memberExpression"),je=J.NewExpression=alias("newExpression"),Ue=J.Program=alias("program"),Je=J.ObjectExpression=alias("objectExpression"),ze=J.ObjectMethod=alias("objectMethod"),Ge=J.ObjectProperty=alias("objectProperty"),qe=J.RestElement=alias("restElement"),$e=J.ReturnStatement=alias("returnStatement"),He=J.SequenceExpression=alias("sequenceExpression"),Ke=J.ParenthesizedExpression=alias("parenthesizedExpression"),Xe=J.SwitchCase=alias("switchCase"),Qe=J.SwitchStatement=alias("switchStatement"),et=J.ThisExpression=alias("thisExpression"),rt=J.ThrowStatement=alias("throwStatement"),nt=J.TryStatement=alias("tryStatement"),it=J.UnaryExpression=alias("unaryExpression"),st=J.UpdateExpression=alias("updateExpression"),ct=J.VariableDeclaration=alias("variableDeclaration"),ut=J.VariableDeclarator=alias("variableDeclarator"),pt=J.WhileStatement=alias("whileStatement"),dt=J.WithStatement=alias("withStatement"),mt=J.AssignmentPattern=alias("assignmentPattern"),yt=J.ArrayPattern=alias("arrayPattern"),vt=J.ArrowFunctionExpression=alias("arrowFunctionExpression"),bt=J.ClassBody=alias("classBody"),St=J.ClassExpression=alias("classExpression"),Et=J.ClassDeclaration=alias("classDeclaration"),Ct=J.ExportAllDeclaration=alias("exportAllDeclaration"),Pt=J.ExportDefaultDeclaration=alias("exportDefaultDeclaration"),Nt=J.ExportNamedDeclaration=alias("exportNamedDeclaration"),At=J.ExportSpecifier=alias("exportSpecifier"),kt=J.ForOfStatement=alias("forOfStatement"),Dt=J.ImportDeclaration=alias("importDeclaration"),It=J.ImportDefaultSpecifier=alias("importDefaultSpecifier"),Ft=J.ImportNamespaceSpecifier=alias("importNamespaceSpecifier"),Ot=J.ImportSpecifier=alias("importSpecifier"),Lt=J.ImportExpression=alias("importExpression"),Mt=J.MetaProperty=alias("metaProperty"),Rt=J.ClassMethod=alias("classMethod"),Bt=J.ObjectPattern=alias("objectPattern"),jt=J.SpreadElement=alias("spreadElement"),Ut=J.Super=alias("super"),Wt=J.TaggedTemplateExpression=alias("taggedTemplateExpression"),Jt=J.TemplateElement=alias("templateElement"),Vt=J.TemplateLiteral=alias("templateLiteral"),zt=J.YieldExpression=alias("yieldExpression"),Gt=J.AwaitExpression=alias("awaitExpression"),qt=J.Import=alias("import"),$t=J.BigIntLiteral=alias("bigIntLiteral"),Ht=J.ExportNamespaceSpecifier=alias("exportNamespaceSpecifier"),Xt=J.OptionalMemberExpression=alias("optionalMemberExpression"),Yt=J.OptionalCallExpression=alias("optionalCallExpression"),Qt=J.ClassProperty=alias("classProperty"),Zt=J.ClassAccessorProperty=alias("classAccessorProperty"),er=J.ClassPrivateProperty=alias("classPrivateProperty"),tr=J.ClassPrivateMethod=alias("classPrivateMethod"),rr=J.PrivateName=alias("privateName"),nr=J.StaticBlock=alias("staticBlock"),ir=J.ImportAttribute=alias("importAttribute"),gr=J.AnyTypeAnnotation=alias("anyTypeAnnotation"),hr=J.ArrayTypeAnnotation=alias("arrayTypeAnnotation"),_r=J.BooleanTypeAnnotation=alias("booleanTypeAnnotation"),yr=J.BooleanLiteralTypeAnnotation=alias("booleanLiteralTypeAnnotation"),vr=J.NullLiteralTypeAnnotation=alias("nullLiteralTypeAnnotation"),br=J.ClassImplements=alias("classImplements"),Sr=J.DeclareClass=alias("declareClass"),xr=J.DeclareFunction=alias("declareFunction"),Nr=J.DeclareInterface=alias("declareInterface"),Ar=J.DeclareModule=alias("declareModule"),kr=J.DeclareModuleExports=alias("declareModuleExports"),Dr=J.DeclareTypeAlias=alias("declareTypeAlias"),Ir=J.DeclareOpaqueType=alias("declareOpaqueType"),Fr=J.DeclareVariable=alias("declareVariable"),Or=J.DeclareExportDeclaration=alias("declareExportDeclaration"),wr=J.DeclareExportAllDeclaration=alias("declareExportAllDeclaration"),Lr=J.DeclaredPredicate=alias("declaredPredicate"),Mr=J.ExistsTypeAnnotation=alias("existsTypeAnnotation"),Rr=J.FunctionTypeAnnotation=alias("functionTypeAnnotation"),Br=J.FunctionTypeParam=alias("functionTypeParam"),jr=J.GenericTypeAnnotation=alias("genericTypeAnnotation"),Ur=J.InferredPredicate=alias("inferredPredicate"),Jr=J.InterfaceExtends=alias("interfaceExtends"),Vr=J.InterfaceDeclaration=alias("interfaceDeclaration"),zr=J.InterfaceTypeAnnotation=alias("interfaceTypeAnnotation"),Gr=J.IntersectionTypeAnnotation=alias("intersectionTypeAnnotation"),qr=J.MixedTypeAnnotation=alias("mixedTypeAnnotation"),$r=J.EmptyTypeAnnotation=alias("emptyTypeAnnotation"),Hr=J.NullableTypeAnnotation=alias("nullableTypeAnnotation"),Kr=J.NumberLiteralTypeAnnotation=alias("numberLiteralTypeAnnotation"),Xr=J.NumberTypeAnnotation=alias("numberTypeAnnotation"),Yr=J.ObjectTypeAnnotation=alias("objectTypeAnnotation"),Qr=J.ObjectTypeInternalSlot=alias("objectTypeInternalSlot"),Zr=J.ObjectTypeCallProperty=alias("objectTypeCallProperty"),en=J.ObjectTypeIndexer=alias("objectTypeIndexer"),tn=J.ObjectTypeProperty=alias("objectTypeProperty"),rn=J.ObjectTypeSpreadProperty=alias("objectTypeSpreadProperty"),nn=J.OpaqueType=alias("opaqueType"),on=J.QualifiedTypeIdentifier=alias("qualifiedTypeIdentifier"),sn=J.StringLiteralTypeAnnotation=alias("stringLiteralTypeAnnotation"),an=J.StringTypeAnnotation=alias("stringTypeAnnotation"),cn=J.SymbolTypeAnnotation=alias("symbolTypeAnnotation"),ln=J.ThisTypeAnnotation=alias("thisTypeAnnotation"),un=J.TupleTypeAnnotation=alias("tupleTypeAnnotation"),pn=J.TypeofTypeAnnotation=alias("typeofTypeAnnotation"),dn=J.TypeAlias=alias("typeAlias"),fn=J.TypeAnnotation=alias("typeAnnotation"),mn=J.TypeCastExpression=alias("typeCastExpression"),gn=J.TypeParameter=alias("typeParameter"),hn=J.TypeParameterDeclaration=alias("typeParameterDeclaration"),_n=J.TypeParameterInstantiation=alias("typeParameterInstantiation"),yn=J.UnionTypeAnnotation=alias("unionTypeAnnotation"),vn=J.Variance=alias("variance"),bn=J.VoidTypeAnnotation=alias("voidTypeAnnotation"),Tn=J.EnumDeclaration=alias("enumDeclaration"),Sn=J.EnumBooleanBody=alias("enumBooleanBody"),xn=J.EnumNumberBody=alias("enumNumberBody"),En=J.EnumStringBody=alias("enumStringBody"),Cn=J.EnumSymbolBody=alias("enumSymbolBody"),Pn=J.EnumBooleanMember=alias("enumBooleanMember"),Nn=J.EnumNumberMember=alias("enumNumberMember"),An=J.EnumStringMember=alias("enumStringMember"),kn=J.EnumDefaultedMember=alias("enumDefaultedMember"),Dn=J.IndexedAccessType=alias("indexedAccessType"),In=J.OptionalIndexedAccessType=alias("optionalIndexedAccessType"),Fn=J.JSXAttribute=alias("jsxAttribute"),On=J.JSXClosingElement=alias("jsxClosingElement"),wn=J.JSXElement=alias("jsxElement"),Ln=J.JSXEmptyExpression=alias("jsxEmptyExpression"),Mn=J.JSXExpressionContainer=alias("jsxExpressionContainer"),Rn=J.JSXSpreadChild=alias("jsxSpreadChild"),Bn=J.JSXIdentifier=alias("jsxIdentifier"),jn=J.JSXMemberExpression=alias("jsxMemberExpression"),Un=J.JSXNamespacedName=alias("jsxNamespacedName"),Wn=J.JSXOpeningElement=alias("jsxOpeningElement"),Jn=J.JSXSpreadAttribute=alias("jsxSpreadAttribute"),Vn=J.JSXText=alias("jsxText"),zn=J.JSXFragment=alias("jsxFragment"),Gn=J.JSXOpeningFragment=alias("jsxOpeningFragment"),qn=J.JSXClosingFragment=alias("jsxClosingFragment"),$n=J.Noop=alias("noop"),Hn=J.Placeholder=alias("placeholder"),Kn=J.V8IntrinsicIdentifier=alias("v8IntrinsicIdentifier"),Xn=J.ArgumentPlaceholder=alias("argumentPlaceholder"),Yn=J.BindExpression=alias("bindExpression"),Qn=J.Decorator=alias("decorator"),Zn=J.DoExpression=alias("doExpression"),ai=J.ExportDefaultSpecifier=alias("exportDefaultSpecifier"),pi=J.RecordExpression=alias("recordExpression"),di=J.TupleExpression=alias("tupleExpression"),fi=J.DecimalLiteral=alias("decimalLiteral"),mi=J.ModuleExpression=alias("moduleExpression"),gi=J.TopicReference=alias("topicReference"),hi=J.PipelineTopicExpression=alias("pipelineTopicExpression"),vi=J.PipelineBareFunction=alias("pipelineBareFunction"),Si=J.PipelinePrimaryTopicReference=alias("pipelinePrimaryTopicReference"),Ei=J.VoidPattern=alias("voidPattern"),Pi=J.TSParameterProperty=alias("tsParameterProperty"),Ai=J.TSDeclareFunction=alias("tsDeclareFunction"),Fi=J.TSDeclareMethod=alias("tsDeclareMethod"),Oi=J.TSQualifiedName=alias("tsQualifiedName"),wi=J.TSCallSignatureDeclaration=alias("tsCallSignatureDeclaration"),Li=J.TSConstructSignatureDeclaration=alias("tsConstructSignatureDeclaration"),Ui=J.TSPropertySignature=alias("tsPropertySignature"),zi=J.TSMethodSignature=alias("tsMethodSignature"),qi=J.TSIndexSignature=alias("tsIndexSignature"),$i=J.TSAnyKeyword=alias("tsAnyKeyword"),Qi=J.TSBooleanKeyword=alias("tsBooleanKeyword"),Zi=J.TSBigIntKeyword=alias("tsBigIntKeyword"),eo=J.TSIntrinsicKeyword=alias("tsIntrinsicKeyword"),to=J.TSNeverKeyword=alias("tsNeverKeyword"),ro=J.TSNullKeyword=alias("tsNullKeyword"),no=J.TSNumberKeyword=alias("tsNumberKeyword"),io=J.TSObjectKeyword=alias("tsObjectKeyword"),oo=J.TSStringKeyword=alias("tsStringKeyword"),so=J.TSSymbolKeyword=alias("tsSymbolKeyword"),ao=J.TSUndefinedKeyword=alias("tsUndefinedKeyword"),co=J.TSUnknownKeyword=alias("tsUnknownKeyword"),lo=J.TSVoidKeyword=alias("tsVoidKeyword"),uo=J.TSThisType=alias("tsThisType"),po=J.TSFunctionType=alias("tsFunctionType"),fo=J.TSConstructorType=alias("tsConstructorType"),mo=J.TSTypeReference=alias("tsTypeReference"),go=J.TSTypePredicate=alias("tsTypePredicate"),ho=J.TSTypeQuery=alias("tsTypeQuery"),_o=J.TSTypeLiteral=alias("tsTypeLiteral"),yo=J.TSArrayType=alias("tsArrayType"),vo=J.TSTupleType=alias("tsTupleType"),bo=J.TSOptionalType=alias("tsOptionalType"),To=J.TSRestType=alias("tsRestType"),So=J.TSNamedTupleMember=alias("tsNamedTupleMember"),xo=J.TSUnionType=alias("tsUnionType"),Eo=J.TSIntersectionType=alias("tsIntersectionType"),Co=J.TSConditionalType=alias("tsConditionalType"),Po=J.TSInferType=alias("tsInferType"),No=J.TSParenthesizedType=alias("tsParenthesizedType"),Ao=J.TSTypeOperator=alias("tsTypeOperator"),ko=J.TSIndexedAccessType=alias("tsIndexedAccessType"),Do=J.TSMappedType=alias("tsMappedType"),Io=J.TSTemplateLiteralType=alias("tsTemplateLiteralType"),Fo=J.TSLiteralType=alias("tsLiteralType"),Oo=J.TSExpressionWithTypeArguments=alias("tsExpressionWithTypeArguments"),wo=J.TSInterfaceDeclaration=alias("tsInterfaceDeclaration"),Lo=J.TSInterfaceBody=alias("tsInterfaceBody"),Mo=J.TSTypeAliasDeclaration=alias("tsTypeAliasDeclaration"),Ro=J.TSInstantiationExpression=alias("tsInstantiationExpression"),Bo=J.TSAsExpression=alias("tsAsExpression"),jo=J.TSSatisfiesExpression=alias("tsSatisfiesExpression"),Uo=J.TSTypeAssertion=alias("tsTypeAssertion"),Wo=J.TSEnumBody=alias("tsEnumBody"),Jo=J.TSEnumDeclaration=alias("tsEnumDeclaration"),Vo=J.TSEnumMember=alias("tsEnumMember"),zo=J.TSModuleDeclaration=alias("tsModuleDeclaration"),Go=J.TSModuleBlock=alias("tsModuleBlock"),qo=J.TSImportType=alias("tsImportType"),$o=J.TSImportEqualsDeclaration=alias("tsImportEqualsDeclaration"),Ho=J.TSExternalModuleReference=alias("tsExternalModuleReference"),Ko=J.TSNonNullExpression=alias("tsNonNullExpression"),Xo=J.TSExportAssignment=alias("tsExportAssignment"),Yo=J.TSNamespaceExportDeclaration=alias("tsNamespaceExportDeclaration"),Qo=J.TSTypeAnnotation=alias("tsTypeAnnotation"),Zo=J.TSTypeParameterInstantiation=alias("tsTypeParameterInstantiation"),es=J.TSTypeParameterDeclaration=alias("tsTypeParameterDeclaration"),ts=J.TSTypeParameter=alias("tsTypeParameter");const os=J.NumberLiteral=te.numberLiteral,ss=J.RegexLiteral=te.regexLiteral,as=J.RestProperty=te.restProperty,ps=J.SpreadProperty=te.spreadProperty},70589:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.buildUndefinedNode=buildUndefinedNode;var te=ee(74555);function buildUndefinedNode(){return(0,te.unaryExpression)("void",(0,te.numericLiteral)(0),true)}},55774:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=buildChildren;var te=ee(78596);var re=ee(74527);function buildChildren(S){const J=[];for(let ee=0;ee<S.children.length;ee++){let ne=S.children[ee];if((0,te.isJSXText)(ne)){(0,re.default)(ne,J);continue}if((0,te.isJSXExpressionContainer)(ne))ne=ne.expression;if((0,te.isJSXEmptyExpression)(ne))continue;J.push(ne)}return J}},78973:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=createTSUnionType;var te=ee(74555);var re=ee(5376);var ne=ee(78596);function createTSUnionType(S){const J=S.map((S=>(0,ne.isTSTypeAnnotation)(S)?S.typeAnnotation:S));const ee=(0,re.default)(J);if(ee.length===1){return ee[0]}else{return(0,te.tsUnionType)(ee)}}},16167:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=clone;var te=ee(6731);function clone(S){return(0,te.default)(S,false)}},20185:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneDeep;var te=ee(6731);function cloneDeep(S){return(0,te.default)(S)}},18127:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneDeepWithoutLoc;var te=ee(6731);function cloneDeepWithoutLoc(S){return(0,te.default)(S,true,true)}},6731:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneNode;var te=ee(85437);var re=ee(78596);const{hasOwn:ne}={hasOwn:Function.call.bind(Object.prototype.hasOwnProperty)};function cloneIfNode(S,J,ee,te){if(S&&typeof S.type==="string"){return cloneNodeInternal(S,J,ee,te)}return S}function cloneIfNodeOrArray(S,J,ee,te){if(Array.isArray(S)){return S.map((S=>cloneIfNode(S,J,ee,te)))}return cloneIfNode(S,J,ee,te)}function cloneNode(S,J=true,ee=false){return cloneNodeInternal(S,J,ee,new Map)}function cloneNodeInternal(S,J=true,ee=false,ie){if(!S)return S;const{type:oe}=S;const se={type:S.type};if((0,re.isIdentifier)(S)){se.name=S.name;if(ne(S,"optional")&&typeof S.optional==="boolean"){se.optional=S.optional}if(ne(S,"typeAnnotation")){se.typeAnnotation=J?cloneIfNodeOrArray(S.typeAnnotation,true,ee,ie):S.typeAnnotation}if(ne(S,"decorators")){se.decorators=J?cloneIfNodeOrArray(S.decorators,true,ee,ie):S.decorators}}else if(!ne(te.NODE_FIELDS,oe)){throw new Error(`Unknown node type: "${oe}"`)}else{for(const ae of Object.keys(te.NODE_FIELDS[oe])){if(ne(S,ae)){if(J){se[ae]=(0,re.isFile)(S)&&ae==="comments"?maybeCloneComments(S.comments,J,ee,ie):cloneIfNodeOrArray(S[ae],true,ee,ie)}else{se[ae]=S[ae]}}}}if(ne(S,"loc")){if(ee){se.loc=null}else{se.loc=S.loc}}if(ne(S,"leadingComments")){se.leadingComments=maybeCloneComments(S.leadingComments,J,ee,ie)}if(ne(S,"innerComments")){se.innerComments=maybeCloneComments(S.innerComments,J,ee,ie)}if(ne(S,"trailingComments")){se.trailingComments=maybeCloneComments(S.trailingComments,J,ee,ie)}if(ne(S,"extra")){se.extra=Object.assign({},S.extra)}return se}function maybeCloneComments(S,J,ee,te){if(!S||!J){return S}return S.map((S=>{const J=te.get(S);if(J)return J;const{type:re,value:ne,loc:ie}=S;const oe={type:re,value:ne,loc:ie};if(ee){oe.loc=null}te.set(S,oe);return oe}))}},17309:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cloneWithoutLoc;var te=ee(6731);function cloneWithoutLoc(S){return(0,te.default)(S,false,true)}},23871:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=addComment;var te=ee(71354);function addComment(S,J,ee,re){return(0,te.default)(S,J,[{type:re?"CommentLine":"CommentBlock",value:ee}])}},71354:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=addComments;function addComments(S,J,ee){if(!ee||!S)return S;const te=`${J}Comments`;if(S[te]){if(J==="leading"){S[te]=ee.concat(S[te])}else{S[te].push(...ee)}}else{S[te]=ee}return S}},64232:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritInnerComments;var te=ee(93633);function inheritInnerComments(S,J){(0,te.default)("innerComments",S,J)}},81922:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritLeadingComments;var te=ee(93633);function inheritLeadingComments(S,J){(0,te.default)("leadingComments",S,J)}},89854:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritTrailingComments;var te=ee(93633);function inheritTrailingComments(S,J){(0,te.default)("trailingComments",S,J)}},85185:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inheritsComments;var te=ee(89854);var re=ee(81922);var ne=ee(64232);function inheritsComments(S,J){(0,te.default)(S,J);(0,re.default)(S,J);(0,ne.default)(S,J);return S}},88321:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeComments;var te=ee(15594);function removeComments(S){te.COMMENT_KEYS.forEach((J=>{S[J]=null}));return S}},61576:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.WHILE_TYPES=J.USERWHITESPACABLE_TYPES=J.UNARYLIKE_TYPES=J.TYPESCRIPT_TYPES=J.TSTYPE_TYPES=J.TSTYPEELEMENT_TYPES=J.TSENTITYNAME_TYPES=J.TSBASETYPE_TYPES=J.TERMINATORLESS_TYPES=J.STATEMENT_TYPES=J.STANDARDIZED_TYPES=J.SCOPABLE_TYPES=J.PUREISH_TYPES=J.PROPERTY_TYPES=J.PRIVATE_TYPES=J.PATTERN_TYPES=J.PATTERNLIKE_TYPES=J.OBJECTMEMBER_TYPES=J.MODULESPECIFIER_TYPES=J.MODULEDECLARATION_TYPES=J.MISCELLANEOUS_TYPES=J.METHOD_TYPES=J.LVAL_TYPES=J.LOOP_TYPES=J.LITERAL_TYPES=J.JSX_TYPES=J.IMPORTOREXPORTDECLARATION_TYPES=J.IMMUTABLE_TYPES=J.FUNCTION_TYPES=J.FUNCTIONPARENT_TYPES=J.FUNCTIONPARAMETER_TYPES=J.FOR_TYPES=J.FORXSTATEMENT_TYPES=J.FLOW_TYPES=J.FLOWTYPE_TYPES=J.FLOWPREDICATE_TYPES=J.FLOWDECLARATION_TYPES=J.FLOWBASEANNOTATION_TYPES=J.EXPRESSION_TYPES=J.EXPRESSIONWRAPPER_TYPES=J.EXPORTDECLARATION_TYPES=J.ENUMMEMBER_TYPES=J.ENUMBODY_TYPES=J.DECLARATION_TYPES=J.CONDITIONAL_TYPES=J.COMPLETIONSTATEMENT_TYPES=J.CLASS_TYPES=J.BLOCK_TYPES=J.BLOCKPARENT_TYPES=J.BINARY_TYPES=J.ACCESSOR_TYPES=void 0;var te=ee(85437);const re=J.STANDARDIZED_TYPES=te.FLIPPED_ALIAS_KEYS["Standardized"];const ne=J.EXPRESSION_TYPES=te.FLIPPED_ALIAS_KEYS["Expression"];const ie=J.BINARY_TYPES=te.FLIPPED_ALIAS_KEYS["Binary"];const oe=J.SCOPABLE_TYPES=te.FLIPPED_ALIAS_KEYS["Scopable"];const se=J.BLOCKPARENT_TYPES=te.FLIPPED_ALIAS_KEYS["BlockParent"];const ae=J.BLOCK_TYPES=te.FLIPPED_ALIAS_KEYS["Block"];const le=J.STATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["Statement"];const ue=J.TERMINATORLESS_TYPES=te.FLIPPED_ALIAS_KEYS["Terminatorless"];const pe=J.COMPLETIONSTATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["CompletionStatement"];const de=J.CONDITIONAL_TYPES=te.FLIPPED_ALIAS_KEYS["Conditional"];const fe=J.LOOP_TYPES=te.FLIPPED_ALIAS_KEYS["Loop"];const me=J.WHILE_TYPES=te.FLIPPED_ALIAS_KEYS["While"];const ge=J.EXPRESSIONWRAPPER_TYPES=te.FLIPPED_ALIAS_KEYS["ExpressionWrapper"];const he=J.FOR_TYPES=te.FLIPPED_ALIAS_KEYS["For"];const _e=J.FORXSTATEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["ForXStatement"];const ye=J.FUNCTION_TYPES=te.FLIPPED_ALIAS_KEYS["Function"];const ve=J.FUNCTIONPARENT_TYPES=te.FLIPPED_ALIAS_KEYS["FunctionParent"];const be=J.PUREISH_TYPES=te.FLIPPED_ALIAS_KEYS["Pureish"];const Se=J.DECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["Declaration"];const xe=J.FUNCTIONPARAMETER_TYPES=te.FLIPPED_ALIAS_KEYS["FunctionParameter"];const Ee=J.PATTERNLIKE_TYPES=te.FLIPPED_ALIAS_KEYS["PatternLike"];const Ce=J.LVAL_TYPES=te.FLIPPED_ALIAS_KEYS["LVal"];const Pe=J.TSENTITYNAME_TYPES=te.FLIPPED_ALIAS_KEYS["TSEntityName"];const Ne=J.LITERAL_TYPES=te.FLIPPED_ALIAS_KEYS["Literal"];const Ae=J.IMMUTABLE_TYPES=te.FLIPPED_ALIAS_KEYS["Immutable"];const ke=J.USERWHITESPACABLE_TYPES=te.FLIPPED_ALIAS_KEYS["UserWhitespacable"];const De=J.METHOD_TYPES=te.FLIPPED_ALIAS_KEYS["Method"];const Fe=J.OBJECTMEMBER_TYPES=te.FLIPPED_ALIAS_KEYS["ObjectMember"];const Oe=J.PROPERTY_TYPES=te.FLIPPED_ALIAS_KEYS["Property"];const we=J.UNARYLIKE_TYPES=te.FLIPPED_ALIAS_KEYS["UnaryLike"];const Me=J.PATTERN_TYPES=te.FLIPPED_ALIAS_KEYS["Pattern"];const Re=J.CLASS_TYPES=te.FLIPPED_ALIAS_KEYS["Class"];const je=J.IMPORTOREXPORTDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["ImportOrExportDeclaration"];const Ue=J.EXPORTDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["ExportDeclaration"];const Je=J.MODULESPECIFIER_TYPES=te.FLIPPED_ALIAS_KEYS["ModuleSpecifier"];const ze=J.ACCESSOR_TYPES=te.FLIPPED_ALIAS_KEYS["Accessor"];const Ge=J.PRIVATE_TYPES=te.FLIPPED_ALIAS_KEYS["Private"];const qe=J.FLOW_TYPES=te.FLIPPED_ALIAS_KEYS["Flow"];const $e=J.FLOWTYPE_TYPES=te.FLIPPED_ALIAS_KEYS["FlowType"];const He=J.FLOWBASEANNOTATION_TYPES=te.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"];const Ke=J.FLOWDECLARATION_TYPES=te.FLIPPED_ALIAS_KEYS["FlowDeclaration"];const Xe=J.FLOWPREDICATE_TYPES=te.FLIPPED_ALIAS_KEYS["FlowPredicate"];const Qe=J.ENUMBODY_TYPES=te.FLIPPED_ALIAS_KEYS["EnumBody"];const et=J.ENUMMEMBER_TYPES=te.FLIPPED_ALIAS_KEYS["EnumMember"];const rt=J.JSX_TYPES=te.FLIPPED_ALIAS_KEYS["JSX"];const nt=J.MISCELLANEOUS_TYPES=te.FLIPPED_ALIAS_KEYS["Miscellaneous"];const it=J.TYPESCRIPT_TYPES=te.FLIPPED_ALIAS_KEYS["TypeScript"];const st=J.TSTYPEELEMENT_TYPES=te.FLIPPED_ALIAS_KEYS["TSTypeElement"];const ct=J.TSTYPE_TYPES=te.FLIPPED_ALIAS_KEYS["TSType"];const ut=J.TSBASETYPE_TYPES=te.FLIPPED_ALIAS_KEYS["TSBaseType"];const pt=J.MODULEDECLARATION_TYPES=je},15594:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.UPDATE_OPERATORS=J.UNARY_OPERATORS=J.STRING_UNARY_OPERATORS=J.STATEMENT_OR_BLOCK_KEYS=J.NUMBER_UNARY_OPERATORS=J.NUMBER_BINARY_OPERATORS=J.LOGICAL_OPERATORS=J.INHERIT_KEYS=J.FOR_INIT_KEYS=J.FLATTENABLE_KEYS=J.EQUALITY_BINARY_OPERATORS=J.COMPARISON_BINARY_OPERATORS=J.COMMENT_KEYS=J.BOOLEAN_UNARY_OPERATORS=J.BOOLEAN_NUMBER_BINARY_OPERATORS=J.BOOLEAN_BINARY_OPERATORS=J.BINARY_OPERATORS=J.ASSIGNMENT_OPERATORS=void 0;const ee=J.STATEMENT_OR_BLOCK_KEYS=["consequent","body","alternate"];const te=J.FLATTENABLE_KEYS=["body","expressions"];const re=J.FOR_INIT_KEYS=["left","init"];const ne=J.COMMENT_KEYS=["leadingComments","trailingComments","innerComments"];const ie=J.LOGICAL_OPERATORS=["||","&&","??"];const oe=J.UPDATE_OPERATORS=["++","--"];const se=J.BOOLEAN_NUMBER_BINARY_OPERATORS=[">","<",">=","<="];const ae=J.EQUALITY_BINARY_OPERATORS=["==","===","!=","!=="];const le=J.COMPARISON_BINARY_OPERATORS=[...ae,"in","instanceof"];const ue=J.BOOLEAN_BINARY_OPERATORS=[...le,...se];const pe=J.NUMBER_BINARY_OPERATORS=["-","/","%","*","**","&","|",">>",">>>","<<","^"];const de=J.BINARY_OPERATORS=["+",...pe,...ue,"|>"];const fe=J.ASSIGNMENT_OPERATORS=["=","+=",...pe.map((S=>S+"=")),...ie.map((S=>S+"="))];const me=J.BOOLEAN_UNARY_OPERATORS=["delete","!"];const ge=J.NUMBER_UNARY_OPERATORS=["+","-","~"];const he=J.STRING_UNARY_OPERATORS=["typeof"];const _e=J.UNARY_OPERATORS=["void","throw",...me,...ge,...he];const ye=J.INHERIT_KEYS={optional:["typeAnnotation","typeParameters","returnType"],force:["start","loc","end"]};J.BLOCK_SCOPED_SYMBOL=Symbol.for("var used to be block scoped");J.NOT_LOCAL_BINDING=Symbol.for("should not be considered a local binding")},35087:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=ensureBlock;var te=ee(84950);function ensureBlock(S,J="body"){const ee=(0,te.default)(S[J],S);S[J]=ee;return ee}},96173:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=gatherSequenceExpressions;var te=ee(79005);var re=ee(78596);var ne=ee(74555);var ie=ee(70589);var oe=ee(6731);function gatherSequenceExpressions(S,J){const ee=[];let se=true;for(const ae of S){if(!(0,re.isEmptyStatement)(ae)){se=false}if((0,re.isExpression)(ae)){ee.push(ae)}else if((0,re.isExpressionStatement)(ae)){ee.push(ae.expression)}else if((0,re.isVariableDeclaration)(ae)){if(ae.kind!=="var")return;for(const S of ae.declarations){const re=(0,te.default)(S);for(const S of Object.keys(re)){J.push({kind:ae.kind,id:(0,oe.default)(re[S])})}if(S.init){ee.push((0,ne.assignmentExpression)("=",S.id,S.init))}}se=true}else if((0,re.isIfStatement)(ae)){const S=ae.consequent?gatherSequenceExpressions([ae.consequent],J):(0,ie.buildUndefinedNode)();const te=ae.alternate?gatherSequenceExpressions([ae.alternate],J):(0,ie.buildUndefinedNode)();if(!S||!te)return;ee.push((0,ne.conditionalExpression)(ae.test,S,te))}else if((0,re.isBlockStatement)(ae)){const S=gatherSequenceExpressions(ae.body,J);if(!S)return;ee.push(S)}else if((0,re.isEmptyStatement)(ae)){if(S.indexOf(ae)===0){se=true}}else{return}}if(se){ee.push((0,ie.buildUndefinedNode)())}if(ee.length===1){return ee[0]}else{return(0,ne.sequenceExpression)(ee)}}},73142:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toBindingIdentifierName;var te=ee(95540);function toBindingIdentifierName(S){S=(0,te.default)(S);if(S==="eval"||S==="arguments")S="_"+S;return S}},84950:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toBlock;var te=ee(78596);var re=ee(74555);function toBlock(S,J){if((0,te.isBlockStatement)(S)){return S}let ee=[];if((0,te.isEmptyStatement)(S)){ee=[]}else{if(!(0,te.isStatement)(S)){if((0,te.isFunction)(J)){S=(0,re.returnStatement)(S)}else{S=(0,re.expressionStatement)(S)}}ee=[S]}return(0,re.blockStatement)(ee)}},74885:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toComputedKey;var te=ee(78596);var re=ee(74555);function toComputedKey(S,J=S.key||S.property){if(!S.computed&&(0,te.isIdentifier)(J))J=(0,re.stringLiteral)(J.name);return J}},47601:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(78596);var re=J["default"]=toExpression;function toExpression(S){if((0,te.isExpressionStatement)(S)){S=S.expression}if((0,te.isExpression)(S)){return S}if((0,te.isClass)(S)){S.type="ClassExpression";S.abstract=false}else if((0,te.isFunction)(S)){S.type="FunctionExpression"}if(!(0,te.isExpression)(S)){throw new Error(`cannot turn ${S.type} to an expression`)}return S}},95540:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toIdentifier;var te=ee(44939);var re=ee(8740);function toIdentifier(S){S=S+"";let J="";for(const ee of S){J+=(0,re.isIdentifierChar)(ee.codePointAt(0))?ee:"-"}J=J.replace(/^[-0-9]+/,"");J=J.replace(/[-\s]+(.)?/g,(function(S,J){return J?J.toUpperCase():""}));if(!(0,te.default)(J)){J=`_${J}`}return J||"_"}},13022:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toKeyAlias;var te=ee(78596);var re=ee(6731);var ne=ee(18291);function toKeyAlias(S,J=S.key){let ee;if(S.kind==="method"){return toKeyAlias.increment()+""}else if((0,te.isIdentifier)(J)){ee=J.name}else if((0,te.isStringLiteral)(J)){ee=JSON.stringify(J.value)}else{ee=JSON.stringify((0,ne.default)((0,re.default)(J)))}if(S.computed){ee=`[${ee}]`}if(S.static){ee=`static:${ee}`}return ee}toKeyAlias.uid=0;toKeyAlias.increment=function(){if(toKeyAlias.uid>=Number.MAX_SAFE_INTEGER){return toKeyAlias.uid=0}else{return toKeyAlias.uid++}}},83940:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=toSequenceExpression;var te=ee(96173);function toSequenceExpression(S,J){if(!(S!=null&&S.length))return;const ee=[];const re=(0,te.default)(S,ee);if(!re)return;for(const S of ee){J.push(S)}return re}},52298:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(78596);var re=ee(74555);var ne=J["default"]=toStatement;function toStatement(S,J){if((0,te.isStatement)(S)){return S}let ee=false;let ne;if((0,te.isClass)(S)){ee=true;ne="ClassDeclaration"}else if((0,te.isFunction)(S)){ee=true;ne="FunctionDeclaration"}else if((0,te.isAssignmentExpression)(S)){return(0,re.expressionStatement)(S)}if(ee&&!S.id){ne=false}if(!ne){if(J){return false}else{throw new Error(`cannot turn ${S.type} to a statement`)}}S.type=ne;return S}},56260:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(44939);var re=ee(74555);var ne=J["default"]=valueToNode;const ie=Function.call.bind(Object.prototype.toString);function isRegExp(S){return ie(S)==="[object RegExp]"}function isPlainObject(S){if(typeof S!=="object"||S===null||Object.prototype.toString.call(S)!=="[object Object]"){return false}const J=Object.getPrototypeOf(S);return J===null||Object.getPrototypeOf(J)===null}function valueToNode(S){if(S===undefined){return(0,re.identifier)("undefined")}if(S===true||S===false){return(0,re.booleanLiteral)(S)}if(S===null){return(0,re.nullLiteral)()}if(typeof S==="string"){return(0,re.stringLiteral)(S)}if(typeof S==="number"){let J;if(Number.isFinite(S)){J=(0,re.numericLiteral)(Math.abs(S))}else{let ee;if(Number.isNaN(S)){ee=(0,re.numericLiteral)(0)}else{ee=(0,re.numericLiteral)(1)}J=(0,re.binaryExpression)("/",ee,(0,re.numericLiteral)(0))}if(S<0||Object.is(S,-0)){J=(0,re.unaryExpression)("-",J)}return J}if(typeof S==="bigint"){if(S<0){return(0,re.unaryExpression)("-",(0,re.bigIntLiteral)(-S))}else{return(0,re.bigIntLiteral)(S)}}if(isRegExp(S)){const J=S.source;const ee=/\/([a-z]*)$/.exec(S.toString())[1];return(0,re.regExpLiteral)(J,ee)}if(Array.isArray(S)){return(0,re.arrayExpression)(S.map(valueToNode))}if(isPlainObject(S)){const J=[];for(const ee of Object.keys(S)){let ne,ie=false;if((0,te.default)(ee)){if(ee==="__proto__"){ie=true;ne=(0,re.stringLiteral)(ee)}else{ne=(0,re.identifier)(ee)}}else{ne=(0,re.stringLiteral)(ee)}J.push((0,re.objectProperty)(ne,valueToNode(S[ee]),ie))}return(0,re.objectExpression)(J)}throw new Error("don't know how to turn this value into a node")}},6322:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.patternLikeCommon=J.importAttributes=J.functionTypeAnnotationCommon=J.functionDeclarationCommon=J.functionCommon=J.classMethodOrPropertyUnionShapeCommon=J.classMethodOrPropertyCommon=J.classMethodOrDeclareMethodCommon=void 0;var te=ee(32664);var re=ee(44939);var ne=ee(8740);var ie=ee(46679);var oe=ee(15594);var se=ee(26376);const classMethodOrPropertyUnionShapeCommon=(S=false)=>({unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:S?(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName"):(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral")}}}]}});J.classMethodOrPropertyUnionShapeCommon=classMethodOrPropertyUnionShapeCommon;const ae=(0,se.defineAliasedType)("Standardized");ae("ArrayExpression",{fields:{elements:{validate:(0,se.arrayOf)((0,se.assertNodeOrValueType)("null","Expression","SpreadElement")),default:!process.env.BABEL_TYPES_8_BREAKING?[]:undefined}},visitor:["elements"],aliases:["Expression"]});ae("AssignmentExpression",{fields:{operator:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("string"):Object.assign(function(){const S=(0,se.assertOneOf)(...oe.ASSIGNMENT_OPERATORS);const J=(0,se.assertOneOf)("=");return function(ee,re,ne){const ie=(0,te.default)("Pattern",ee.left)?J:S;ie(ee,re,ne)}}(),{oneOf:oe.ASSIGNMENT_OPERATORS})},left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("LVal","OptionalMemberExpression"):(0,se.assertNodeType)("Identifier","MemberExpression","OptionalMemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")}},builder:["operator","left","right"],visitor:["left","right"],aliases:["Expression"]});ae("BinaryExpression",{builder:["operator","left","right"],fields:{operator:{validate:(0,se.assertOneOf)(...oe.BINARY_OPERATORS)},left:{validate:function(){const S=(0,se.assertNodeType)("Expression");const J=(0,se.assertNodeType)("Expression","PrivateName");const ee=Object.assign((function(ee,te,re){const ne=ee.operator==="in"?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","PrivateName"]});return ee}()},right:{validate:(0,se.assertNodeType)("Expression")}},visitor:["left","right"],aliases:["Binary","Expression"]});ae("InterpreterDirective",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}}});ae("Directive",{visitor:["value"],fields:{value:{validate:(0,se.assertNodeType)("DirectiveLiteral")}}});ae("DirectiveLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}}});ae("BlockStatement",{builder:["body","directives"],visitor:["directives","body"],fields:{directives:{validate:(0,se.arrayOfType)("Directive"),default:[]},body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block","Statement"]});ae("BreakStatement",{visitor:["label"],fields:{label:{validate:(0,se.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});ae("CallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,se.assertNodeType)("Expression","Super","V8IntrinsicIdentifier")},arguments:(0,se.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),typeArguments:{validate:(0,se.assertNodeType)("TypeParameterInstantiation"),optional:true}},process.env.BABEL_TYPES_8_BREAKING?{}:{optional:{validate:(0,se.assertValueType)("boolean"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});ae("CatchClause",{visitor:["param","body"],fields:{param:{validate:(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")}},aliases:["Scopable","BlockParent"]});ae("ConditionalExpression",{visitor:["test","consequent","alternate"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},consequent:{validate:(0,se.assertNodeType)("Expression")},alternate:{validate:(0,se.assertNodeType)("Expression")}},aliases:["Expression","Conditional"]});ae("ContinueStatement",{visitor:["label"],fields:{label:{validate:(0,se.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});ae("DebuggerStatement",{aliases:["Statement"]});ae("DoWhileStatement",{builder:["test","body"],visitor:["body","test"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}},aliases:["Statement","BlockParent","Loop","While","Scopable"]});ae("EmptyStatement",{aliases:["Statement"]});ae("ExpressionStatement",{visitor:["expression"],fields:{expression:{validate:(0,se.assertNodeType)("Expression")}},aliases:["Statement","ExpressionWrapper"]});ae("File",{builder:["program","comments","tokens"],visitor:["program"],fields:{program:{validate:(0,se.assertNodeType)("Program")},comments:{validate:!process.env.BABEL_TYPES_8_BREAKING?Object.assign((()=>{}),{each:{oneOfNodeTypes:["CommentBlock","CommentLine"]}}):(0,se.assertEach)((0,se.assertNodeType)("CommentBlock","CommentLine")),optional:true},tokens:{validate:(0,se.assertEach)(Object.assign((()=>{}),{type:"any"})),optional:true}}});ae("ForInStatement",{visitor:["left","right","body"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("VariableDeclaration","LVal"):(0,se.assertNodeType)("VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("ForStatement",{visitor:["init","test","update","body"],aliases:["Scopable","Statement","For","BlockParent","Loop"],fields:{init:{validate:(0,se.assertNodeType)("VariableDeclaration","Expression"),optional:true},test:{validate:(0,se.assertNodeType)("Expression"),optional:true},update:{validate:(0,se.assertNodeType)("Expression"),optional:true},body:{validate:(0,se.assertNodeType)("Statement")}}});const functionCommon=()=>({params:(0,se.validateArrayOfType)("FunctionParameter"),generator:{default:false},async:{default:false}});J.functionCommon=functionCommon;const functionTypeAnnotationCommon=()=>({returnType:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true}});J.functionTypeAnnotationCommon=functionTypeAnnotationCommon;const functionDeclarationCommon=()=>Object.assign({},functionCommon(),{declare:{validate:(0,se.assertValueType)("boolean"),optional:true},id:{validate:(0,se.assertNodeType)("Identifier"),optional:true}});J.functionDeclarationCommon=functionDeclarationCommon;ae("FunctionDeclaration",{builder:["id","params","body","generator","async"],visitor:["id","typeParameters","params","predicate","returnType","body"],fields:Object.assign({},functionDeclarationCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,se.assertNodeType)("BlockStatement")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}}),aliases:["Scopable","Function","BlockParent","FunctionParent","Statement","Pureish","Declaration"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier");return function(J,ee,re){if(!(0,te.default)("ExportDefaultDeclaration",J)){S(re,"id",re.id)}}}()});ae("FunctionExpression",{inherits:"FunctionDeclaration",aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});const patternLikeCommon=()=>({typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}});J.patternLikeCommon=patternLikeCommon;ae("Identifier",{builder:["name"],visitor:["typeAnnotation","decorators"],aliases:["Expression","FunctionParameter","PatternLike","LVal","TSEntityName"],fields:Object.assign({},patternLikeCommon(),{name:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("string"),Object.assign((function(S,J,ee){if(!(0,re.default)(ee,false)){throw new TypeError(`"${ee}" is not a valid identifier name`)}}),{type:"string"})):(0,se.assertValueType)("string")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(S,J,ee){const re=/\.(\w+)$/.exec(J.toString());if(!re)return;const[,ie]=re;const oe={computed:false};if(ie==="property"){if((0,te.default)("MemberExpression",S,oe))return;if((0,te.default)("OptionalMemberExpression",S,oe))return}else if(ie==="key"){if((0,te.default)("Property",S,oe))return;if((0,te.default)("Method",S,oe))return}else if(ie==="exported"){if((0,te.default)("ExportSpecifier",S))return}else if(ie==="imported"){if((0,te.default)("ImportSpecifier",S,{imported:ee}))return}else if(ie==="meta"){if((0,te.default)("MetaProperty",S,{meta:ee}))return}if(((0,ne.isKeyword)(ee.name)||(0,ne.isReservedWord)(ee.name,false))&&ee.name!=="this"){throw new TypeError(`"${ee.name}" is not a valid identifier`)}}:undefined});ae("IfStatement",{visitor:["test","consequent","alternate"],aliases:["Statement","Conditional"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},consequent:{validate:(0,se.assertNodeType)("Statement")},alternate:{optional:true,validate:(0,se.assertNodeType)("Statement")}}});ae("LabeledStatement",{visitor:["label","body"],aliases:["Statement"],fields:{label:{validate:(0,se.assertNodeType)("Identifier")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("StringLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("NumericLiteral",{builder:["value"],deprecatedAlias:"NumberLiteral",fields:{value:{validate:(0,se.chain)((0,se.assertValueType)("number"),Object.assign((function(S,J,ee){if(1/ee<0||!Number.isFinite(ee)){const S=new Error("NumericLiterals must be non-negative finite numbers. "+`You can use t.valueToNode(${ee}) instead.`)}}),{type:"number"}))}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("NullLiteral",{aliases:["Expression","Pureish","Literal","Immutable"]});ae("BooleanLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("boolean")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("RegExpLiteral",{builder:["pattern","flags"],deprecatedAlias:"RegexLiteral",aliases:["Expression","Pureish","Literal"],fields:{pattern:{validate:(0,se.assertValueType)("string")},flags:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("string"),Object.assign((function(S,J,ee){const te=/[^dgimsuvy]/.exec(ee);if(te){throw new TypeError(`"${te[0]}" is not a valid RegExp flag`)}}),{type:"string"})):(0,se.assertValueType)("string"),default:""}}});ae("LogicalExpression",{builder:["operator","left","right"],visitor:["left","right"],aliases:["Binary","Expression"],fields:{operator:{validate:(0,se.assertOneOf)(...oe.LOGICAL_OPERATORS)},left:{validate:(0,se.assertNodeType)("Expression")},right:{validate:(0,se.assertNodeType)("Expression")}}});ae("MemberExpression",{builder:["object","property","computed",...!process.env.BABEL_TYPES_8_BREAKING?["optional"]:[]],visitor:["object","property"],aliases:["Expression","LVal","PatternLike"],unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{property:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{property:{validate:(0,se.assertNodeType)("Identifier","PrivateName")}}}]},fields:Object.assign({object:{validate:(0,se.assertNodeType)("Expression","Super")},property:{validate:function(){const S=(0,se.assertNodeType)("Identifier","PrivateName");const J=(0,se.assertNodeType)("Expression");const validator=function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)};validator.oneOfNodeTypes=["Expression","Identifier","PrivateName"];return validator}()},computed:{default:false}},!process.env.BABEL_TYPES_8_BREAKING?{optional:{validate:(0,se.assertValueType)("boolean"),optional:true}}:{})});ae("NewExpression",{inherits:"CallExpression"});ae("Program",{visitor:["directives","body"],builder:["body","directives","sourceType","interpreter"],fields:{sourceType:{validate:(0,se.assertOneOf)("script","module"),default:"script"},interpreter:{validate:(0,se.assertNodeType)("InterpreterDirective"),default:null,optional:true},directives:{validate:(0,se.arrayOfType)("Directive"),default:[]},body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block"]});ae("ObjectExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,se.validateArrayOfType)("ObjectMethod","ObjectProperty","SpreadElement")}});ae("ObjectMethod",Object.assign({builder:["kind","key","params","body","computed","generator","async"],visitor:["decorators","key","typeParameters","params","returnType","body"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{kind:Object.assign({validate:(0,se.assertOneOf)("method","get","set")},!process.env.BABEL_TYPES_8_BREAKING?{default:"method"}:{}),computed:{default:false},key:{validate:function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const J=(0,se.assertNodeType)("Expression");const validator=function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)};validator.oneOfNodeTypes=["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral"];return validator}()},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},body:{validate:(0,se.assertNodeType)("BlockStatement")}}),aliases:["UserWhitespacable","Function","Scopable","BlockParent","FunctionParent","Method","ObjectMember"]}));ae("ObjectProperty",{builder:["key","value","computed","shorthand",...!process.env.BABEL_TYPES_8_BREAKING?["decorators"]:[]],unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,se.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName")}}}]},fields:{computed:{default:false},key:{validate:function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName");const J=(0,se.assertNodeType)("Expression");const ee=Object.assign((function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName"]});return ee}()},value:{validate:(0,se.assertNodeType)("Expression","PatternLike")},shorthand:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("boolean"),Object.assign((function(S,J,ee){if(!ee)return;if(S.computed){throw new TypeError("Property shorthand of ObjectProperty cannot be true if computed is true")}if(!(0,te.default)("Identifier",S.key)){throw new TypeError("Property shorthand of ObjectProperty cannot be true if key is not an Identifier")}}),{type:"boolean"})):(0,se.assertValueType)("boolean"),default:false},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}},visitor:["decorators","key","value"],aliases:["UserWhitespacable","Property","ObjectMember"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier","Pattern","TSAsExpression","TSSatisfiesExpression","TSNonNullExpression","TSTypeAssertion");const J=(0,se.assertNodeType)("Expression");return function(ee,re,ne){const ie=(0,te.default)("ObjectPattern",ee)?S:J;ie(ne,"value",ne.value)}}()});ae("RestElement",{visitor:["argument","typeAnnotation"],builder:["argument"],aliases:["FunctionParameter","PatternLike","LVal"],deprecatedAlias:"RestProperty",fields:Object.assign({},patternLikeCommon(),{argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression","RestElement","AssignmentPattern"):(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(S,J){const ee=/(\w+)\[(\d+)\]/.exec(J.toString());if(!ee)throw new Error("Internal Babel error: malformed key.");const[,te,re]=ee;if(S[te].length>+re+1){throw new TypeError(`RestElement must be last element of ${te}`)}}:undefined});ae("ReturnStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,se.assertNodeType)("Expression"),optional:true}}});ae("SequenceExpression",{visitor:["expressions"],fields:{expressions:(0,se.validateArrayOfType)("Expression")},aliases:["Expression"]});ae("ParenthesizedExpression",{visitor:["expression"],aliases:["Expression","ExpressionWrapper"],fields:{expression:{validate:(0,se.assertNodeType)("Expression")}}});ae("SwitchCase",{visitor:["test","consequent"],fields:{test:{validate:(0,se.assertNodeType)("Expression"),optional:true},consequent:(0,se.validateArrayOfType)("Statement")}});ae("SwitchStatement",{visitor:["discriminant","cases"],aliases:["Statement","BlockParent","Scopable"],fields:{discriminant:{validate:(0,se.assertNodeType)("Expression")},cases:(0,se.validateArrayOfType)("SwitchCase")}});ae("ThisExpression",{aliases:["Expression"]});ae("ThrowStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("TryStatement",{visitor:["block","handler","finalizer"],aliases:["Statement"],fields:{block:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("BlockStatement"),Object.assign((function(S){if(!S.handler&&!S.finalizer){throw new TypeError("TryStatement expects either a handler or finalizer, or both")}}),{oneOfNodeTypes:["BlockStatement"]})):(0,se.assertNodeType)("BlockStatement")},handler:{optional:true,validate:(0,se.assertNodeType)("CatchClause")},finalizer:{optional:true,validate:(0,se.assertNodeType)("BlockStatement")}}});ae("UnaryExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:true},argument:{validate:(0,se.assertNodeType)("Expression")},operator:{validate:(0,se.assertOneOf)(...oe.UNARY_OPERATORS)}},visitor:["argument"],aliases:["UnaryLike","Expression"]});ae("UpdateExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:false},argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("Expression"):(0,se.assertNodeType)("Identifier","MemberExpression")},operator:{validate:(0,se.assertOneOf)(...oe.UPDATE_OPERATORS)}},visitor:["argument"],aliases:["Expression"]});ae("VariableDeclaration",{builder:["kind","declarations"],visitor:["declarations"],aliases:["Statement","Declaration"],fields:{declare:{validate:(0,se.assertValueType)("boolean"),optional:true},kind:{validate:(0,se.assertOneOf)("var","let","const","using","await using")},declarations:(0,se.validateArrayOfType)("VariableDeclarator")},validate:process.env.BABEL_TYPES_8_BREAKING?(()=>{const S=(0,se.assertNodeType)("Identifier","Placeholder");const J=(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","Placeholder");const ee=(0,se.assertNodeType)("Identifier","VoidPattern","Placeholder");return function(re,ne,ie){const{kind:oe,declarations:se}=ie;const ae=(0,te.default)("ForXStatement",re,{left:ie});if(ae){if(se.length!==1){throw new TypeError(`Exactly one VariableDeclarator is required in the VariableDeclaration of a ${re.type}`)}}for(const te of se){if(oe==="const"||oe==="let"||oe==="var"){if(!ae&&!te.init){S(te,"id",te.id)}else{J(te,"id",te.id)}}else{ee(te,"id",te.id)}}}})():undefined});ae("VariableDeclarator",{visitor:["id","init"],fields:{id:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertNodeType)("LVal","VoidPattern"):(0,se.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","VoidPattern")},definite:{optional:true,validate:(0,se.assertValueType)("boolean")},init:{optional:true,validate:(0,se.assertNodeType)("Expression")}}});ae("WhileStatement",{visitor:["test","body"],aliases:["Statement","BlockParent","Loop","While","Scopable"],fields:{test:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("WithStatement",{visitor:["object","body"],aliases:["Statement"],fields:{object:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")}}});ae("AssignmentPattern",{visitor:["left","right","decorators"],builder:["left","right"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{left:{validate:(0,se.assertNodeType)("Identifier","ObjectPattern","ArrayPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,se.assertNodeType)("Expression")},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}})});ae("ArrayPattern",{visitor:["elements","typeAnnotation"],builder:["elements"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{elements:{validate:(0,se.chain)((0,se.assertValueType)("array"),(0,se.assertEach)((0,se.assertNodeOrValueType)("null","PatternLike")))}})});ae("ArrowFunctionExpression",{builder:["params","body","async"],visitor:["typeParameters","params","predicate","returnType","body"],aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{expression:{validate:(0,se.assertValueType)("boolean")},body:{validate:(0,se.assertNodeType)("BlockStatement","Expression")},predicate:{validate:(0,se.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});ae("ClassBody",{visitor:["body"],fields:{body:(0,se.validateArrayOfType)("ClassMethod","ClassPrivateMethod","ClassProperty","ClassPrivateProperty","ClassAccessorProperty","TSDeclareMethod","TSIndexSignature","StaticBlock")}});ae("ClassExpression",{builder:["id","superClass","body","decorators"],visitor:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body"],aliases:["Scopable","Class","Expression"],fields:{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,se.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,se.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,se.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,se.assertNodeType)("InterfaceExtends"),optional:true}}});ae("ClassDeclaration",{inherits:"ClassExpression",aliases:["Scopable","Class","Statement","Declaration"],fields:{id:{validate:(0,se.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,se.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,se.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,se.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,se.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,se.assertNodeType)("InterfaceExtends"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},abstract:{validate:(0,se.assertValueType)("boolean"),optional:true}},validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const S=(0,se.assertNodeType)("Identifier");return function(J,ee,re){if(!(0,te.default)("ExportDefaultDeclaration",J)){S(re,"id",re.id)}}}()});const le=J.importAttributes={attributes:{optional:true,validate:(0,se.arrayOfType)("ImportAttribute")}};le.assertions={deprecated:true,optional:true,validate:(0,se.arrayOfType)("ImportAttribute")};ae("ExportAllDeclaration",{builder:["source","attributes"],visitor:["source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({source:{validate:(0,se.assertNodeType)("StringLiteral")},exportKind:(0,se.validateOptional)((0,se.assertOneOf)("type","value"))},le)});ae("ExportDefaultDeclaration",{visitor:["declaration"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:{declaration:(0,se.validateType)("TSDeclareFunction","FunctionDeclaration","ClassDeclaration","Expression"),exportKind:(0,se.validateOptional)((0,se.assertOneOf)("value"))}});ae("ExportNamedDeclaration",{builder:["declaration","specifiers","source","attributes"],visitor:["declaration","specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({declaration:{optional:true,validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("Declaration"),Object.assign((function(S,J,ee){if(ee&&S.specifiers.length){throw new TypeError("Only declaration or specifiers is allowed on ExportNamedDeclaration")}if(ee&&S.source){throw new TypeError("Cannot export a declaration from a source")}}),{oneOfNodeTypes:["Declaration"]})):(0,se.assertNodeType)("Declaration")}},le,{specifiers:{default:[],validate:(0,se.arrayOf)(function(){const S=(0,se.assertNodeType)("ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier");const J=(0,se.assertNodeType)("ExportSpecifier");if(!process.env.BABEL_TYPES_8_BREAKING)return S;return Object.assign((function(ee,te,re){const ne=ee.source?S:J;ne(ee,te,re)}),{oneOfNodeTypes:["ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier"]})}())},source:{validate:(0,se.assertNodeType)("StringLiteral"),optional:true},exportKind:(0,se.validateOptional)((0,se.assertOneOf)("type","value"))})});ae("ExportSpecifier",{visitor:["local","exported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")},exported:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},exportKind:{validate:(0,se.assertOneOf)("type","value"),optional:true}}});ae("ForOfStatement",{visitor:["left","right","body"],builder:["left","right","body","await"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:function(){if(!process.env.BABEL_TYPES_8_BREAKING){return(0,se.assertNodeType)("VariableDeclaration","LVal")}const S=(0,se.assertNodeType)("VariableDeclaration");const J=(0,se.assertNodeType)("Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression");return Object.assign((function(ee,re,ne){if((0,te.default)("VariableDeclaration",ne)){S(ee,re,ne)}else{J(ee,re,ne)}}),{oneOfNodeTypes:["VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression"]})}()},right:{validate:(0,se.assertNodeType)("Expression")},body:{validate:(0,se.assertNodeType)("Statement")},await:{default:false}}});ae("ImportDeclaration",{builder:["specifiers","source","attributes"],visitor:["specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration"],fields:Object.assign({},le,{module:{optional:true,validate:(0,se.assertValueType)("boolean")},phase:{default:null,validate:(0,se.assertOneOf)("source","defer")},specifiers:(0,se.validateArrayOfType)("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"),source:{validate:(0,se.assertNodeType)("StringLiteral")},importKind:{validate:(0,se.assertOneOf)("type","typeof","value"),optional:true}})});ae("ImportDefaultSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")}}});ae("ImportNamespaceSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")}}});ae("ImportSpecifier",{visitor:["imported","local"],builder:["local","imported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,se.assertNodeType)("Identifier")},imported:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},importKind:{validate:(0,se.assertOneOf)("type","typeof","value"),optional:true}}});ae("ImportExpression",{visitor:["source","options"],aliases:["Expression"],fields:{phase:{default:null,validate:(0,se.assertOneOf)("source","defer")},source:{validate:(0,se.assertNodeType)("Expression")},options:{validate:(0,se.assertNodeType)("Expression"),optional:true}}});ae("MetaProperty",{visitor:["meta","property"],aliases:["Expression"],fields:{meta:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertNodeType)("Identifier"),Object.assign((function(S,J,ee){let re;switch(ee.name){case"function":re="sent";break;case"new":re="target";break;case"import":re="meta";break}if(!(0,te.default)("Identifier",S.property,{name:re})){throw new TypeError("Unrecognised MetaProperty")}}),{oneOfNodeTypes:["Identifier"]})):(0,se.assertNodeType)("Identifier")},property:{validate:(0,se.assertNodeType)("Identifier")}}});const classMethodOrPropertyCommon=()=>({abstract:{validate:(0,se.assertValueType)("boolean"),optional:true},accessibility:{validate:(0,se.assertOneOf)("public","private","protected"),optional:true},static:{default:false},override:{default:false},computed:{default:false},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},key:{validate:(0,se.chain)(function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const J=(0,se.assertNodeType)("Expression");return function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}}(),(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression"))}});J.classMethodOrPropertyCommon=classMethodOrPropertyCommon;const classMethodOrDeclareMethodCommon=()=>Object.assign({},functionCommon(),classMethodOrPropertyCommon(),{params:(0,se.validateArrayOfType)("FunctionParameter","TSParameterProperty"),kind:{validate:(0,se.assertOneOf)("get","set","method","constructor"),default:"method"},access:{validate:(0,se.chain)((0,se.assertValueType)("string"),(0,se.assertOneOf)("public","private","protected")),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true}});J.classMethodOrDeclareMethodCommon=classMethodOrDeclareMethodCommon;ae("ClassMethod",Object.assign({aliases:["Function","Scopable","BlockParent","FunctionParent","Method"],builder:["kind","key","params","body","computed","static","generator","async"],visitor:["decorators","key","typeParameters","params","returnType","body"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},classMethodOrDeclareMethodCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,se.assertNodeType)("BlockStatement")}})}));ae("ObjectPattern",{visitor:["decorators","properties","typeAnnotation"],builder:["properties"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{properties:(0,se.validateArrayOfType)("RestElement","ObjectProperty")})});ae("SpreadElement",{visitor:["argument"],aliases:["UnaryLike"],deprecatedAlias:"SpreadProperty",fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("Super",{aliases:["Expression"]});ae("TaggedTemplateExpression",{visitor:["tag","typeParameters","quasi"],builder:["tag","quasi"],aliases:["Expression"],fields:{tag:{validate:(0,se.assertNodeType)("Expression")},quasi:{validate:(0,se.assertNodeType)("TemplateLiteral")},["typeParameters"]:{validate:(0,se.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true}}});ae("TemplateElement",{builder:["value","tail"],fields:{value:{validate:(0,se.chain)((0,se.assertShape)({raw:{validate:(0,se.assertValueType)("string")},cooked:{validate:(0,se.assertValueType)("string"),optional:true}}),(function templateElementCookedValidator(S){const J=S.value.raw;let ee=false;const error=()=>{throw new Error("Internal @babel/types error.")};const{str:te,firstInvalidLoc:re}=(0,ie.readStringContents)("template",J,0,0,0,{unterminated(){ee=true},strictNumericEscape:error,invalidEscapeSequence:error,numericSeparatorInEscapeSequence:error,unexpectedNumericSeparator:error,invalidDigit:error,invalidCodePoint:error});if(!ee)throw new Error("Invalid raw");S.value.cooked=re?null:te}))},tail:{default:false}}});ae("TemplateLiteral",{visitor:["quasis","expressions"],aliases:["Expression","Literal"],fields:{quasis:(0,se.validateArrayOfType)("TemplateElement"),expressions:{validate:(0,se.chain)((0,se.assertValueType)("array"),(0,se.assertEach)((0,se.assertNodeType)("Expression","TSType")),(function(S,J,ee){if(S.quasis.length!==ee.length+1){throw new TypeError(`Number of ${S.type} quasis should be exactly one more than the number of expressions.\nExpected ${ee.length+1} quasis but got ${S.quasis.length}`)}}))}}});ae("YieldExpression",{builder:["argument","delegate"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{delegate:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,se.chain)((0,se.assertValueType)("boolean"),Object.assign((function(S,J,ee){if(ee&&!S.argument){throw new TypeError("Property delegate of YieldExpression cannot be true if there is no argument")}}),{type:"boolean"})):(0,se.assertValueType)("boolean"),default:false},argument:{optional:true,validate:(0,se.assertNodeType)("Expression")}}});ae("AwaitExpression",{builder:["argument"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{argument:{validate:(0,se.assertNodeType)("Expression")}}});ae("Import",{aliases:["Expression"]});ae("BigIntLiteral",{builder:["value"],fields:{value:{validate:(0,se.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});ae("ExportNamespaceSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,se.assertNodeType)("Identifier")}}});ae("OptionalMemberExpression",{builder:["object","property","computed","optional"],visitor:["object","property"],aliases:["Expression"],fields:{object:{validate:(0,se.assertNodeType)("Expression")},property:{validate:function(){const S=(0,se.assertNodeType)("Identifier");const J=(0,se.assertNodeType)("Expression");const ee=Object.assign((function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}),{oneOfNodeTypes:["Expression","Identifier"]});return ee}()},computed:{default:false},optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("boolean"):(0,se.chain)((0,se.assertValueType)("boolean"),(0,se.assertOptionalChainStart)())}}});ae("OptionalCallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments","optional"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,se.assertNodeType)("Expression")},arguments:(0,se.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,se.assertValueType)("boolean"):(0,se.chain)((0,se.assertValueType)("boolean"),(0,se.assertOptionalChainStart)())},typeArguments:{validate:(0,se.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,se.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});ae("ClassProperty",Object.assign({visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","typeAnnotation","decorators","computed","static"],aliases:["Property"]},classMethodOrPropertyUnionShapeCommon(),{fields:Object.assign({},classMethodOrPropertyCommon(),{value:{validate:(0,se.assertNodeType)("Expression"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}})}));ae("ClassAccessorProperty",Object.assign({visitor:["decorators","key","typeAnnotation","value"],builder:["key","value","typeAnnotation","decorators","computed","static"],aliases:["Property","Accessor"]},classMethodOrPropertyUnionShapeCommon(true),{fields:Object.assign({},classMethodOrPropertyCommon(),{key:{validate:(0,se.chain)(function(){const S=(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName");const J=(0,se.assertNodeType)("Expression");return function(ee,te,re){const ne=ee.computed?J:S;ne(ee,te,re)}}(),(0,se.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression","PrivateName"))},value:{validate:(0,se.assertNodeType)("Expression"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},declare:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}})}));ae("ClassPrivateProperty",{visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","decorators","static"],aliases:["Property","Private"],fields:{key:{validate:(0,se.assertNodeType)("PrivateName")},value:{validate:(0,se.assertNodeType)("Expression"),optional:true},typeAnnotation:{validate:(0,se.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,se.arrayOfType)("Decorator"),optional:true},static:{validate:(0,se.assertValueType)("boolean"),default:false},readonly:{validate:(0,se.assertValueType)("boolean"),optional:true},optional:{validate:(0,se.assertValueType)("boolean"),optional:true},definite:{validate:(0,se.assertValueType)("boolean"),optional:true},variance:{validate:(0,se.assertNodeType)("Variance"),optional:true}}});ae("ClassPrivateMethod",{builder:["kind","key","params","body","static"],visitor:["decorators","key","typeParameters","params","returnType","body"],aliases:["Function","Scopable","BlockParent","FunctionParent","Method","Private"],fields:Object.assign({},classMethodOrDeclareMethodCommon(),functionTypeAnnotationCommon(),{kind:{validate:(0,se.assertOneOf)("get","set","method"),default:"method"},key:{validate:(0,se.assertNodeType)("PrivateName")},body:{validate:(0,se.assertNodeType)("BlockStatement")}})});ae("PrivateName",{visitor:["id"],aliases:["Private"],fields:{id:{validate:(0,se.assertNodeType)("Identifier")}}});ae("StaticBlock",{visitor:["body"],fields:{body:(0,se.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","FunctionParent"]});ae("ImportAttribute",{visitor:["key","value"],fields:{key:{validate:(0,se.assertNodeType)("Identifier","StringLiteral")},value:{validate:(0,se.assertNodeType)("StringLiteral")}}})},42461:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.DEPRECATED_ALIASES=void 0;const ee=J.DEPRECATED_ALIASES={ModuleDeclaration:"ImportOrExportDeclaration"}},10571:(S,J,ee)=>{"use strict";var te=ee(26376);(0,te.default)("ArgumentPlaceholder",{});(0,te.default)("BindExpression",{visitor:["object","callee"],aliases:["Expression"],fields:!process.env.BABEL_TYPES_8_BREAKING?{object:{validate:Object.assign((()=>{}),{oneOfNodeTypes:["Expression"]})},callee:{validate:Object.assign((()=>{}),{oneOfNodeTypes:["Expression"]})}}:{object:{validate:(0,te.assertNodeType)("Expression")},callee:{validate:(0,te.assertNodeType)("Expression")}}});(0,te.default)("Decorator",{visitor:["expression"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}}});(0,te.default)("DoExpression",{visitor:["body"],builder:["body","async"],aliases:["Expression"],fields:{body:{validate:(0,te.assertNodeType)("BlockStatement")},async:{validate:(0,te.assertValueType)("boolean"),default:false}}});(0,te.default)("ExportDefaultSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,te.assertNodeType)("Identifier")}}});(0,te.default)("RecordExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,te.validateArrayOfType)("ObjectProperty","SpreadElement")}});(0,te.default)("TupleExpression",{fields:{elements:{validate:(0,te.arrayOfType)("Expression","SpreadElement"),default:[]}},visitor:["elements"],aliases:["Expression"]});(0,te.default)("DecimalLiteral",{builder:["value"],fields:{value:{validate:(0,te.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});(0,te.default)("ModuleExpression",{visitor:["body"],fields:{body:{validate:(0,te.assertNodeType)("Program")}},aliases:["Expression"]});(0,te.default)("TopicReference",{aliases:["Expression"]});(0,te.default)("PipelineTopicExpression",{builder:["expression"],visitor:["expression"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}},aliases:["Expression"]});(0,te.default)("PipelineBareFunction",{builder:["callee"],visitor:["callee"],fields:{callee:{validate:(0,te.assertNodeType)("Expression")}},aliases:["Expression"]});(0,te.default)("PipelinePrimaryTopicReference",{aliases:["Expression"]});(0,te.default)("VoidPattern",{aliases:["Pattern","PatternLike","FunctionParameter"]})},34437:(S,J,ee)=>{"use strict";var te=ee(6322);var re=ee(26376);const ne=(0,re.defineAliasedType)("Flow");const defineInterfaceishType=S=>{const J=S==="DeclareClass";ne(S,{builder:["id","typeParameters","extends","body"],visitor:["id","typeParameters","extends",...J?["mixins","implements"]:[],"body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),extends:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends"))},J?{mixins:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends")),implements:(0,re.validateOptional)((0,re.arrayOfType)("ClassImplements"))}:{},{body:(0,re.validateType)("ObjectTypeAnnotation")})})};ne("AnyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ArrayTypeAnnotation",{visitor:["elementType"],aliases:["FlowType"],fields:{elementType:(0,re.validateType)("FlowType")}});ne("BooleanTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("BooleanLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("NullLiteralTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ClassImplements",{visitor:["id","typeParameters"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("DeclareClass");ne("DeclareFunction",{builder:["id"],visitor:["id","predicate"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),predicate:(0,re.validateOptionalType)("DeclaredPredicate")}});defineInterfaceishType("DeclareInterface");ne("DeclareModule",{builder:["id","body","kind"],visitor:["id","body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier","StringLiteral"),body:(0,re.validateType)("BlockStatement"),kind:(0,re.validateOptional)((0,re.assertOneOf)("CommonJS","ES"))}});ne("DeclareModuleExports",{visitor:["typeAnnotation"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{typeAnnotation:(0,re.validateType)("TypeAnnotation")}});ne("DeclareTypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),right:(0,re.validateType)("FlowType")}});ne("DeclareOpaqueType",{visitor:["id","typeParameters","supertype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,re.validateOptionalType)("FlowType"),impltype:(0,re.validateOptionalType)("FlowType")}});ne("DeclareVariable",{visitor:["id"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier")}});ne("DeclareExportDeclaration",{visitor:["declaration","specifiers","source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({declaration:(0,re.validateOptionalType)("Flow"),specifiers:(0,re.validateOptional)((0,re.arrayOfType)("ExportSpecifier","ExportNamespaceSpecifier")),source:(0,re.validateOptionalType)("StringLiteral"),default:(0,re.validateOptional)((0,re.assertValueType)("boolean"))},te.importAttributes)});ne("DeclareExportAllDeclaration",{visitor:["source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({source:(0,re.validateType)("StringLiteral"),exportKind:(0,re.validateOptional)((0,re.assertOneOf)("type","value"))},te.importAttributes)});ne("DeclaredPredicate",{visitor:["value"],aliases:["FlowPredicate"],fields:{value:(0,re.validateType)("Flow")}});ne("ExistsTypeAnnotation",{aliases:["FlowType"]});ne("FunctionTypeAnnotation",{builder:["typeParameters","params","rest","returnType"],visitor:["typeParameters","this","params","rest","returnType"],aliases:["FlowType"],fields:{typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),params:(0,re.validateArrayOfType)("FunctionTypeParam"),rest:(0,re.validateOptionalType)("FunctionTypeParam"),this:(0,re.validateOptionalType)("FunctionTypeParam"),returnType:(0,re.validateType)("FlowType")}});ne("FunctionTypeParam",{visitor:["name","typeAnnotation"],fields:{name:(0,re.validateOptionalType)("Identifier"),typeAnnotation:(0,re.validateType)("FlowType"),optional:(0,re.validateOptional)((0,re.assertValueType)("boolean"))}});ne("GenericTypeAnnotation",{visitor:["id","typeParameters"],aliases:["FlowType"],fields:{id:(0,re.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});ne("InferredPredicate",{aliases:["FlowPredicate"]});ne("InterfaceExtends",{visitor:["id","typeParameters"],fields:{id:(0,re.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("InterfaceDeclaration");ne("InterfaceTypeAnnotation",{visitor:["extends","body"],aliases:["FlowType"],fields:{extends:(0,re.validateOptional)((0,re.arrayOfType)("InterfaceExtends")),body:(0,re.validateType)("ObjectTypeAnnotation")}});ne("IntersectionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("MixedTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("EmptyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("NullableTypeAnnotation",{visitor:["typeAnnotation"],aliases:["FlowType"],fields:{typeAnnotation:(0,re.validateType)("FlowType")}});ne("NumberLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("number"))}});ne("NumberTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ObjectTypeAnnotation",{visitor:["properties","indexers","callProperties","internalSlots"],aliases:["FlowType"],builder:["properties","indexers","callProperties","internalSlots","exact"],fields:{properties:(0,re.validate)((0,re.arrayOfType)("ObjectTypeProperty","ObjectTypeSpreadProperty")),indexers:{validate:(0,re.arrayOfType)("ObjectTypeIndexer"),optional:true,default:[]},callProperties:{validate:(0,re.arrayOfType)("ObjectTypeCallProperty"),optional:true,default:[]},internalSlots:{validate:(0,re.arrayOfType)("ObjectTypeInternalSlot"),optional:true,default:[]},exact:{validate:(0,re.assertValueType)("boolean"),default:false},inexact:(0,re.validateOptional)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeInternalSlot",{visitor:["id","value"],builder:["id","value","optional","static","method"],aliases:["UserWhitespacable"],fields:{id:(0,re.validateType)("Identifier"),value:(0,re.validateType)("FlowType"),optional:(0,re.validate)((0,re.assertValueType)("boolean")),static:(0,re.validate)((0,re.assertValueType)("boolean")),method:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeCallProperty",{visitor:["value"],aliases:["UserWhitespacable"],fields:{value:(0,re.validateType)("FlowType"),static:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeIndexer",{visitor:["variance","id","key","value"],builder:["id","key","value","variance"],aliases:["UserWhitespacable"],fields:{id:(0,re.validateOptionalType)("Identifier"),key:(0,re.validateType)("FlowType"),value:(0,re.validateType)("FlowType"),static:(0,re.validate)((0,re.assertValueType)("boolean")),variance:(0,re.validateOptionalType)("Variance")}});ne("ObjectTypeProperty",{visitor:["key","value","variance"],aliases:["UserWhitespacable"],fields:{key:(0,re.validateType)("Identifier","StringLiteral"),value:(0,re.validateType)("FlowType"),kind:(0,re.validate)((0,re.assertOneOf)("init","get","set")),static:(0,re.validate)((0,re.assertValueType)("boolean")),proto:(0,re.validate)((0,re.assertValueType)("boolean")),optional:(0,re.validate)((0,re.assertValueType)("boolean")),variance:(0,re.validateOptionalType)("Variance"),method:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("ObjectTypeSpreadProperty",{visitor:["argument"],aliases:["UserWhitespacable"],fields:{argument:(0,re.validateType)("FlowType")}});ne("OpaqueType",{visitor:["id","typeParameters","supertype","impltype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,re.validateOptionalType)("FlowType"),impltype:(0,re.validateType)("FlowType")}});ne("QualifiedTypeIdentifier",{visitor:["qualification","id"],builder:["id","qualification"],fields:{id:(0,re.validateType)("Identifier"),qualification:(0,re.validateType)("Identifier","QualifiedTypeIdentifier")}});ne("StringLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,re.validate)((0,re.assertValueType)("string"))}});ne("StringTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("SymbolTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("ThisTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("TupleTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("TypeofTypeAnnotation",{visitor:["argument"],aliases:["FlowType"],fields:{argument:(0,re.validateType)("FlowType")}});ne("TypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,re.validateType)("Identifier"),typeParameters:(0,re.validateOptionalType)("TypeParameterDeclaration"),right:(0,re.validateType)("FlowType")}});ne("TypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:(0,re.validateType)("FlowType")}});ne("TypeCastExpression",{visitor:["expression","typeAnnotation"],aliases:["ExpressionWrapper","Expression"],fields:{expression:(0,re.validateType)("Expression"),typeAnnotation:(0,re.validateType)("TypeAnnotation")}});ne("TypeParameter",{visitor:["bound","default","variance"],fields:{name:(0,re.validate)((0,re.assertValueType)("string")),bound:(0,re.validateOptionalType)("TypeAnnotation"),default:(0,re.validateOptionalType)("FlowType"),variance:(0,re.validateOptionalType)("Variance")}});ne("TypeParameterDeclaration",{visitor:["params"],fields:{params:(0,re.validate)((0,re.arrayOfType)("TypeParameter"))}});ne("TypeParameterInstantiation",{visitor:["params"],fields:{params:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("UnionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,re.validate)((0,re.arrayOfType)("FlowType"))}});ne("Variance",{builder:["kind"],fields:{kind:(0,re.validate)((0,re.assertOneOf)("minus","plus"))}});ne("VoidTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});ne("EnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:{id:(0,re.validateType)("Identifier"),body:(0,re.validateType)("EnumBooleanBody","EnumNumberBody","EnumStringBody","EnumSymbolBody")}});ne("EnumBooleanBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumBooleanMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumNumberBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumNumberMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumStringBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,re.validate)((0,re.assertValueType)("boolean")),members:(0,re.validateArrayOfType)("EnumStringMember","EnumDefaultedMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumSymbolBody",{aliases:["EnumBody"],visitor:["members"],fields:{members:(0,re.validateArrayOfType)("EnumDefaultedMember"),hasUnknownMembers:(0,re.validate)((0,re.assertValueType)("boolean"))}});ne("EnumBooleanMember",{aliases:["EnumMember"],builder:["id"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("BooleanLiteral")}});ne("EnumNumberMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("NumericLiteral")}});ne("EnumStringMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,re.validateType)("Identifier"),init:(0,re.validateType)("StringLiteral")}});ne("EnumDefaultedMember",{aliases:["EnumMember"],visitor:["id"],fields:{id:(0,re.validateType)("Identifier")}});ne("IndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,re.validateType)("FlowType"),indexType:(0,re.validateType)("FlowType")}});ne("OptionalIndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,re.validateType)("FlowType"),indexType:(0,re.validateType)("FlowType"),optional:(0,re.validate)((0,re.assertValueType)("boolean"))}})},85437:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});Object.defineProperty(J,"ALIAS_KEYS",{enumerable:true,get:function(){return te.ALIAS_KEYS}});Object.defineProperty(J,"BUILDER_KEYS",{enumerable:true,get:function(){return te.BUILDER_KEYS}});Object.defineProperty(J,"DEPRECATED_ALIASES",{enumerable:true,get:function(){return ne.DEPRECATED_ALIASES}});Object.defineProperty(J,"DEPRECATED_KEYS",{enumerable:true,get:function(){return te.DEPRECATED_KEYS}});Object.defineProperty(J,"FLIPPED_ALIAS_KEYS",{enumerable:true,get:function(){return te.FLIPPED_ALIAS_KEYS}});Object.defineProperty(J,"NODE_FIELDS",{enumerable:true,get:function(){return te.NODE_FIELDS}});Object.defineProperty(J,"NODE_PARENT_VALIDATIONS",{enumerable:true,get:function(){return te.NODE_PARENT_VALIDATIONS}});Object.defineProperty(J,"NODE_UNION_SHAPES__PRIVATE",{enumerable:true,get:function(){return te.NODE_UNION_SHAPES__PRIVATE}});Object.defineProperty(J,"PLACEHOLDERS",{enumerable:true,get:function(){return re.PLACEHOLDERS}});Object.defineProperty(J,"PLACEHOLDERS_ALIAS",{enumerable:true,get:function(){return re.PLACEHOLDERS_ALIAS}});Object.defineProperty(J,"PLACEHOLDERS_FLIPPED_ALIAS",{enumerable:true,get:function(){return re.PLACEHOLDERS_FLIPPED_ALIAS}});J.TYPES=void 0;Object.defineProperty(J,"VISITOR_KEYS",{enumerable:true,get:function(){return te.VISITOR_KEYS}});ee(6322);ee(34437);ee(84028);ee(12153);ee(10571);ee(81390);var te=ee(26376);var re=ee(75007);var ne=ee(42461);Object.keys(ne.DEPRECATED_ALIASES).forEach((S=>{te.FLIPPED_ALIAS_KEYS[S]=te.FLIPPED_ALIAS_KEYS[ne.DEPRECATED_ALIASES[S]]}));for(const{types:S,set:J}of te.allExpandedTypes){for(const ee of S){const S=te.FLIPPED_ALIAS_KEYS[ee];if(S){S.forEach(J.add,J)}else{J.add(ee)}}}const ie=J.TYPES=[].concat(Object.keys(te.VISITOR_KEYS),Object.keys(te.FLIPPED_ALIAS_KEYS),Object.keys(te.DEPRECATED_KEYS))},84028:(S,J,ee)=>{"use strict";var te=ee(26376);const re=(0,te.defineAliasedType)("JSX");re("JSXAttribute",{visitor:["name","value"],aliases:["Immutable"],fields:{name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXNamespacedName")},value:{optional:true,validate:(0,te.assertNodeType)("JSXElement","JSXFragment","StringLiteral","JSXExpressionContainer")}}});re("JSXClosingElement",{visitor:["name"],aliases:["Immutable"],fields:{name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")}}});re("JSXElement",{builder:["openingElement","closingElement","children","selfClosing"],visitor:["openingElement","children","closingElement"],aliases:["Immutable","Expression"],fields:Object.assign({openingElement:{validate:(0,te.assertNodeType)("JSXOpeningElement")},closingElement:{optional:true,validate:(0,te.assertNodeType)("JSXClosingElement")},children:(0,te.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")},{selfClosing:{validate:(0,te.assertValueType)("boolean"),optional:true}})});re("JSXEmptyExpression",{});re("JSXExpressionContainer",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,te.assertNodeType)("Expression","JSXEmptyExpression")}}});re("JSXSpreadChild",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,te.assertNodeType)("Expression")}}});re("JSXIdentifier",{builder:["name"],fields:{name:{validate:(0,te.assertValueType)("string")}}});re("JSXMemberExpression",{visitor:["object","property"],fields:{object:{validate:(0,te.assertNodeType)("JSXMemberExpression","JSXIdentifier")},property:{validate:(0,te.assertNodeType)("JSXIdentifier")}}});re("JSXNamespacedName",{visitor:["namespace","name"],fields:{namespace:{validate:(0,te.assertNodeType)("JSXIdentifier")},name:{validate:(0,te.assertNodeType)("JSXIdentifier")}}});re("JSXOpeningElement",{builder:["name","attributes","selfClosing"],visitor:["name","typeParameters","typeArguments","attributes"],aliases:["Immutable"],fields:Object.assign({name:{validate:(0,te.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")},selfClosing:{default:false},attributes:(0,te.validateArrayOfType)("JSXAttribute","JSXSpreadAttribute"),typeArguments:{validate:(0,te.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,te.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});re("JSXSpreadAttribute",{visitor:["argument"],fields:{argument:{validate:(0,te.assertNodeType)("Expression")}}});re("JSXText",{aliases:["Immutable"],builder:["value"],fields:{value:{validate:(0,te.assertValueType)("string")}}});re("JSXFragment",{builder:["openingFragment","closingFragment","children"],visitor:["openingFragment","children","closingFragment"],aliases:["Immutable","Expression"],fields:{openingFragment:{validate:(0,te.assertNodeType)("JSXOpeningFragment")},closingFragment:{validate:(0,te.assertNodeType)("JSXClosingFragment")},children:(0,te.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")}});re("JSXOpeningFragment",{aliases:["Immutable"]});re("JSXClosingFragment",{aliases:["Immutable"]})},12153:(S,J,ee)=>{"use strict";var te=ee(26376);var re=ee(75007);var ne=ee(6322);const ie=(0,te.defineAliasedType)("Miscellaneous");ie("Noop",{visitor:[]});ie("Placeholder",{visitor:[],builder:["expectedNode","name"],fields:Object.assign({name:{validate:(0,te.assertNodeType)("Identifier")},expectedNode:{validate:(0,te.assertOneOf)(...re.PLACEHOLDERS)}},(0,ne.patternLikeCommon)())});ie("V8IntrinsicIdentifier",{builder:["name"],fields:{name:{validate:(0,te.assertValueType)("string")}}})},75007:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.PLACEHOLDERS_FLIPPED_ALIAS=J.PLACEHOLDERS_ALIAS=J.PLACEHOLDERS=void 0;var te=ee(26376);const re=J.PLACEHOLDERS=["Identifier","StringLiteral","Expression","Statement","Declaration","BlockStatement","ClassBody","Pattern"];const ne=J.PLACEHOLDERS_ALIAS={Declaration:["Statement"],Pattern:["PatternLike","LVal"]};for(const S of re){const J=te.ALIAS_KEYS[S];if(J!=null&&J.length)ne[S]=J}const ie=J.PLACEHOLDERS_FLIPPED_ALIAS={};Object.keys(ne).forEach((S=>{ne[S].forEach((J=>{if(!hasOwnProperty.call(ie,J)){ie[J]=[]}ie[J].push(S)}))}))},81390:(S,J,ee)=>{"use strict";var te=ee(26376);var re=ee(6322);var ne=ee(32664);const ie=(0,te.defineAliasedType)("TypeScript");const oe=(0,te.assertValueType)("boolean");const tSFunctionTypeAnnotationCommon=()=>({returnType:{validate:(0,te.assertNodeType)("TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,te.assertNodeType)("TSTypeParameterDeclaration","Noop"),optional:true}});ie("TSParameterProperty",{aliases:["LVal"],visitor:["parameter"],fields:{accessibility:{validate:(0,te.assertOneOf)("public","private","protected"),optional:true},readonly:{validate:(0,te.assertValueType)("boolean"),optional:true},parameter:{validate:(0,te.assertNodeType)("Identifier","AssignmentPattern")},override:{validate:(0,te.assertValueType)("boolean"),optional:true},decorators:{validate:(0,te.arrayOfType)("Decorator"),optional:true}}});ie("TSDeclareFunction",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","params","returnType"],fields:Object.assign({},(0,re.functionDeclarationCommon)(),tSFunctionTypeAnnotationCommon())});ie("TSDeclareMethod",Object.assign({visitor:["decorators","key","typeParameters","params","returnType"]},(0,re.classMethodOrPropertyUnionShapeCommon)(),{fields:Object.assign({},(0,re.classMethodOrDeclareMethodCommon)(),tSFunctionTypeAnnotationCommon())}));ie("TSQualifiedName",{aliases:["TSEntityName"],visitor:["left","right"],fields:{left:(0,te.validateType)("TSEntityName"),right:(0,te.validateType)("Identifier")}});const signatureDeclarationCommon=()=>({typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),["parameters"]:(0,te.validateArrayOfType)("ArrayPattern","Identifier","ObjectPattern","RestElement"),["typeAnnotation"]:(0,te.validateOptionalType)("TSTypeAnnotation")});const se={aliases:["TSTypeElement"],visitor:["typeParameters","parameters","typeAnnotation"],fields:signatureDeclarationCommon()};ie("TSCallSignatureDeclaration",se);ie("TSConstructSignatureDeclaration",se);const namedTypeElementCommon=()=>({key:(0,te.validateType)("Expression"),computed:{default:false},optional:(0,te.validateOptional)(oe)});ie("TSPropertySignature",{aliases:["TSTypeElement"],visitor:["key","typeAnnotation"],fields:Object.assign({},namedTypeElementCommon(),{readonly:(0,te.validateOptional)(oe),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation"),kind:{optional:true,validate:(0,te.assertOneOf)("get","set")}})});ie("TSMethodSignature",{aliases:["TSTypeElement"],visitor:["key","typeParameters","parameters","typeAnnotation"],fields:Object.assign({},signatureDeclarationCommon(),namedTypeElementCommon(),{kind:{validate:(0,te.assertOneOf)("method","get","set")}})});ie("TSIndexSignature",{aliases:["TSTypeElement"],visitor:["parameters","typeAnnotation"],fields:{readonly:(0,te.validateOptional)(oe),static:(0,te.validateOptional)(oe),parameters:(0,te.validateArrayOfType)("Identifier"),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation")}});const ae=["TSAnyKeyword","TSBooleanKeyword","TSBigIntKeyword","TSIntrinsicKeyword","TSNeverKeyword","TSNullKeyword","TSNumberKeyword","TSObjectKeyword","TSStringKeyword","TSSymbolKeyword","TSUndefinedKeyword","TSUnknownKeyword","TSVoidKeyword"];for(const S of ae){ie(S,{aliases:["TSType","TSBaseType"],visitor:[],fields:{}})}ie("TSThisType",{aliases:["TSType","TSBaseType"],visitor:[],fields:{}});const le={aliases:["TSType"],visitor:["typeParameters","parameters","typeAnnotation"]};ie("TSFunctionType",Object.assign({},le,{fields:signatureDeclarationCommon()}));ie("TSConstructorType",Object.assign({},le,{fields:Object.assign({},signatureDeclarationCommon(),{abstract:(0,te.validateOptional)(oe)})}));ie("TSTypeReference",{aliases:["TSType"],visitor:["typeName","typeParameters"],fields:{typeName:(0,te.validateType)("TSEntityName"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSTypePredicate",{aliases:["TSType"],visitor:["parameterName","typeAnnotation"],builder:["parameterName","typeAnnotation","asserts"],fields:{parameterName:(0,te.validateType)("Identifier","TSThisType"),typeAnnotation:(0,te.validateOptionalType)("TSTypeAnnotation"),asserts:(0,te.validateOptional)(oe)}});ie("TSTypeQuery",{aliases:["TSType"],visitor:["exprName","typeParameters"],fields:{exprName:(0,te.validateType)("TSEntityName","TSImportType"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSTypeLiteral",{aliases:["TSType"],visitor:["members"],fields:{members:(0,te.validateArrayOfType)("TSTypeElement")}});ie("TSArrayType",{aliases:["TSType"],visitor:["elementType"],fields:{elementType:(0,te.validateType)("TSType")}});ie("TSTupleType",{aliases:["TSType"],visitor:["elementTypes"],fields:{elementTypes:(0,te.validateArrayOfType)("TSType","TSNamedTupleMember")}});ie("TSOptionalType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSRestType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSNamedTupleMember",{visitor:["label","elementType"],builder:["label","elementType","optional"],fields:{label:(0,te.validateType)("Identifier"),optional:{validate:oe,default:false},elementType:(0,te.validateType)("TSType")}});const ue={aliases:["TSType"],visitor:["types"],fields:{types:(0,te.validateArrayOfType)("TSType")}};ie("TSUnionType",ue);ie("TSIntersectionType",ue);ie("TSConditionalType",{aliases:["TSType"],visitor:["checkType","extendsType","trueType","falseType"],fields:{checkType:(0,te.validateType)("TSType"),extendsType:(0,te.validateType)("TSType"),trueType:(0,te.validateType)("TSType"),falseType:(0,te.validateType)("TSType")}});ie("TSInferType",{aliases:["TSType"],visitor:["typeParameter"],fields:{typeParameter:(0,te.validateType)("TSTypeParameter")}});ie("TSParenthesizedType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("TSType")}});ie("TSTypeOperator",{aliases:["TSType"],visitor:["typeAnnotation"],builder:["typeAnnotation","operator"],fields:{operator:{validate:(0,te.assertValueType)("string"),default:"keyof"},typeAnnotation:(0,te.validateType)("TSType")}});ie("TSIndexedAccessType",{aliases:["TSType"],visitor:["objectType","indexType"],fields:{objectType:(0,te.validateType)("TSType"),indexType:(0,te.validateType)("TSType")}});ie("TSMappedType",{aliases:["TSType"],visitor:["typeParameter","nameType","typeAnnotation"],builder:["typeParameter","typeAnnotation","nameType"],fields:Object.assign({},{typeParameter:(0,te.validateType)("TSTypeParameter")},{readonly:(0,te.validateOptional)((0,te.assertOneOf)(true,false,"+","-")),optional:(0,te.validateOptional)((0,te.assertOneOf)(true,false,"+","-")),typeAnnotation:(0,te.validateOptionalType)("TSType"),nameType:(0,te.validateOptionalType)("TSType")})});ie("TSTemplateLiteralType",{aliases:["TSType","TSBaseType"],visitor:["quasis","types"],fields:{quasis:(0,te.validateArrayOfType)("TemplateElement"),types:{validate:(0,te.chain)((0,te.assertValueType)("array"),(0,te.assertEach)((0,te.assertNodeType)("TSType")),(function(S,J,ee){if(S.quasis.length!==ee.length+1){throw new TypeError(`Number of ${S.type} quasis should be exactly one more than the number of types.\nExpected ${ee.length+1} quasis but got ${S.quasis.length}`)}}))}}});ie("TSLiteralType",{aliases:["TSType","TSBaseType"],visitor:["literal"],fields:{literal:{validate:function(){const S=(0,te.assertNodeType)("NumericLiteral","BigIntLiteral");const J=(0,te.assertOneOf)("-");const ee=(0,te.assertNodeType)("NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral");const re=function validator(te,re,ie){if((0,ne.default)("UnaryExpression",ie)){J(ie,"operator",ie.operator);S(ie,"argument",ie.argument)}else{ee(te,re,ie)}};re.oneOfNodeTypes=["NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral","UnaryExpression"];return re}()}}});ie("TSExpressionWithTypeArguments",{aliases:["TSType"],visitor:["expression","typeParameters"],fields:{expression:(0,te.validateType)("TSEntityName"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});ie("TSInterfaceDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","extends","body"],fields:{declare:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),extends:(0,te.validateOptional)((0,te.arrayOfType)("TSExpressionWithTypeArguments")),body:(0,te.validateType)("TSInterfaceBody")}});ie("TSInterfaceBody",{visitor:["body"],fields:{body:(0,te.validateArrayOfType)("TSTypeElement")}});ie("TSTypeAliasDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","typeAnnotation"],fields:{declare:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TSTypeParameterDeclaration"),typeAnnotation:(0,te.validateType)("TSType")}});ie("TSInstantiationExpression",{aliases:["Expression"],visitor:["expression","typeParameters"],fields:{expression:(0,te.validateType)("Expression"),["typeParameters"]:(0,te.validateOptionalType)("TSTypeParameterInstantiation")}});const pe={aliases:["Expression","LVal","PatternLike"],visitor:["expression","typeAnnotation"],fields:{expression:(0,te.validateType)("Expression"),typeAnnotation:(0,te.validateType)("TSType")}};ie("TSAsExpression",pe);ie("TSSatisfiesExpression",pe);ie("TSTypeAssertion",{aliases:["Expression","LVal","PatternLike"],visitor:["typeAnnotation","expression"],fields:{typeAnnotation:(0,te.validateType)("TSType"),expression:(0,te.validateType)("Expression")}});ie("TSEnumBody",{visitor:["members"],fields:{members:(0,te.validateArrayOfType)("TSEnumMember")}});ie("TSEnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","members"],fields:{declare:(0,te.validateOptional)(oe),const:(0,te.validateOptional)(oe),id:(0,te.validateType)("Identifier"),members:(0,te.validateArrayOfType)("TSEnumMember"),initializer:(0,te.validateOptionalType)("Expression"),body:(0,te.validateOptionalType)("TSEnumBody")}});ie("TSEnumMember",{visitor:["id","initializer"],fields:{id:(0,te.validateType)("Identifier","StringLiteral"),initializer:(0,te.validateOptionalType)("Expression")}});ie("TSModuleDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:Object.assign({kind:{validate:(0,te.assertOneOf)("global","module","namespace")},declare:(0,te.validateOptional)(oe)},{global:(0,te.validateOptional)(oe)},{id:(0,te.validateType)("Identifier","StringLiteral"),body:(0,te.validateType)("TSModuleBlock","TSModuleDeclaration")})});ie("TSModuleBlock",{aliases:["Scopable","Block","BlockParent","FunctionParent"],visitor:["body"],fields:{body:(0,te.validateArrayOfType)("Statement")}});ie("TSImportType",{aliases:["TSType"],builder:["argument","qualifier","typeParameters"],visitor:["argument","options","qualifier","typeParameters"],fields:Object.assign({},{argument:(0,te.validateType)("StringLiteral")},{qualifier:(0,te.validateOptionalType)("TSEntityName")},{typeParameters:(0,te.validateOptionalType)("TSTypeParameterInstantiation")},{options:{validate:(0,te.assertNodeType)("ObjectExpression"),optional:true}})});ie("TSImportEqualsDeclaration",{aliases:["Statement","Declaration"],visitor:["id","moduleReference"],fields:Object.assign({},{isExport:(0,te.validate)(oe)},{id:(0,te.validateType)("Identifier"),moduleReference:(0,te.validateType)("TSEntityName","TSExternalModuleReference"),importKind:{validate:(0,te.assertOneOf)("type","value"),optional:true}})});ie("TSExternalModuleReference",{visitor:["expression"],fields:{expression:(0,te.validateType)("StringLiteral")}});ie("TSNonNullExpression",{aliases:["Expression","LVal","PatternLike"],visitor:["expression"],fields:{expression:(0,te.validateType)("Expression")}});ie("TSExportAssignment",{aliases:["Statement"],visitor:["expression"],fields:{expression:(0,te.validateType)("Expression")}});ie("TSNamespaceExportDeclaration",{aliases:["Statement"],visitor:["id"],fields:{id:(0,te.validateType)("Identifier")}});ie("TSTypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:{validate:(0,te.assertNodeType)("TSType")}}});ie("TSTypeParameterInstantiation",{visitor:["params"],fields:{params:(0,te.validateArrayOfType)("TSType")}});ie("TSTypeParameterDeclaration",{visitor:["params"],fields:{params:(0,te.validateArrayOfType)("TSTypeParameter")}});ie("TSTypeParameter",{builder:["constraint","default","name"],visitor:["constraint","default"],fields:{name:{validate:(0,te.assertValueType)("string")},in:{validate:(0,te.assertValueType)("boolean"),optional:true},out:{validate:(0,te.assertValueType)("boolean"),optional:true},const:{validate:(0,te.assertValueType)("boolean"),optional:true},constraint:{validate:(0,te.assertNodeType)("TSType"),optional:true},default:{validate:(0,te.assertNodeType)("TSType"),optional:true}}})},26376:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.allExpandedTypes=J.VISITOR_KEYS=J.NODE_UNION_SHAPES__PRIVATE=J.NODE_PARENT_VALIDATIONS=J.NODE_FIELDS=J.FLIPPED_ALIAS_KEYS=J.DEPRECATED_KEYS=J.BUILDER_KEYS=J.ALIAS_KEYS=void 0;J.arrayOf=arrayOf;J.arrayOfType=arrayOfType;J.assertEach=assertEach;J.assertNodeOrValueType=assertNodeOrValueType;J.assertNodeType=assertNodeType;J.assertOneOf=assertOneOf;J.assertOptionalChainStart=assertOptionalChainStart;J.assertShape=assertShape;J.assertValueType=assertValueType;J.chain=chain;J["default"]=defineType;J.defineAliasedType=defineAliasedType;J.validate=validate;J.validateArrayOfType=validateArrayOfType;J.validateOptional=validateOptional;J.validateOptionalType=validateOptionalType;J.validateType=validateType;var te=ee(32664);var re=ee(58546);const ne=J.VISITOR_KEYS={};const ie=J.ALIAS_KEYS={};const oe=J.FLIPPED_ALIAS_KEYS={};const se=J.NODE_FIELDS={};const ae=J.BUILDER_KEYS={};const le=J.DEPRECATED_KEYS={};const ue=J.NODE_PARENT_VALIDATIONS={};const pe=J.NODE_UNION_SHAPES__PRIVATE={};function getType(S){if(Array.isArray(S)){return"array"}else if(S===null){return"null"}else{return typeof S}}function validate(S){return{validate:S}}function validateType(...S){return validate(assertNodeType(...S))}function validateOptional(S){return{validate:S,optional:true}}function validateOptionalType(...S){return{validate:assertNodeType(...S),optional:true}}function arrayOf(S){return chain(assertValueType("array"),assertEach(S))}function arrayOfType(...S){return arrayOf(assertNodeType(...S))}function validateArrayOfType(...S){return validate(arrayOfType(...S))}function assertEach(S){const J=process.env.BABEL_TYPES_8_BREAKING?re.validateChild:()=>{};function validator(ee,te,re){if(!Array.isArray(re))return;let ne=0;const ie={toString(){return`${te}[${ne}]`}};for(;ne<re.length;ne++){const te=re[ne];S(ee,ie,te);J(ee,ie,te)}}validator.each=S;return validator}function assertOneOf(...S){function validate(J,ee,te){if(!S.includes(te)){throw new TypeError(`Property ${ee} expected value to be one of ${JSON.stringify(S)} but got ${JSON.stringify(te)}`)}}validate.oneOf=S;return validate}const de=J.allExpandedTypes=[];function assertNodeType(...S){const J=new Set;de.push({types:S,set:J});function validate(ee,ne,ie){const oe=ie==null?void 0:ie.type;if(oe!=null){if(J.has(oe)){(0,re.validateChild)(ee,ne,ie);return}if(oe==="Placeholder"){for(const J of S){if((0,te.default)(J,ie)){(0,re.validateChild)(ee,ne,ie);return}}}}throw new TypeError(`Property ${ne} of ${ee.type} expected node to be of a type ${JSON.stringify(S)} but instead got ${JSON.stringify(oe)}`)}validate.oneOfNodeTypes=S;return validate}function assertNodeOrValueType(...S){function validate(J,ee,ne){const ie=getType(ne);for(const oe of S){if(ie===oe||(0,te.default)(oe,ne)){(0,re.validateChild)(J,ee,ne);return}}throw new TypeError(`Property ${ee} of ${J.type} expected node to be of a type ${JSON.stringify(S)} but instead got ${JSON.stringify(ne==null?void 0:ne.type)}`)}validate.oneOfNodeOrValueTypes=S;return validate}function assertValueType(S){function validate(J,ee,te){if(getType(te)===S){return}throw new TypeError(`Property ${ee} expected type of ${S} but got ${getType(te)}`)}validate.type=S;return validate}function assertShape(S){const J=Object.keys(S);function validate(ee,te,ne){const ie=[];for(const te of J){try{(0,re.validateField)(ee,te,ne[te],S[te])}catch(S){if(S instanceof TypeError){ie.push(S.message);continue}throw S}}if(ie.length){throw new TypeError(`Property ${te} of ${ee.type} expected to have the following:\n${ie.join("\n")}`)}}validate.shapeOf=S;return validate}function assertOptionalChainStart(){function validate(S){var J;let ee=S;while(S){const{type:S}=ee;if(S==="OptionalCallExpression"){if(ee.optional)return;ee=ee.callee;continue}if(S==="OptionalMemberExpression"){if(ee.optional)return;ee=ee.object;continue}break}throw new TypeError(`Non-optional ${S.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(J=ee)==null?void 0:J.type}`)}return validate}function chain(...S){function validate(...J){for(const ee of S){ee(...J)}}validate.chainOf=S;if(S.length>=2&&"type"in S[0]&&S[0].type==="array"&&!("each"in S[1])){throw new Error(`An assertValueType("array") validator can only be followed by an assertEach(...) validator.`)}return validate}const fe=new Set(["aliases","builder","deprecatedAlias","fields","inherits","visitor","validate","unionShape"]);const me=new Set(["default","optional","deprecated","validate"]);const ge={};function defineAliasedType(...S){return(J,ee={})=>{let te=ee.aliases;if(!te){var re;if(ee.inherits)te=(re=ge[ee.inherits].aliases)==null?void 0:re.slice();te!=null?te:te=[];ee.aliases=te}const ne=S.filter((S=>!te.includes(S)));te.unshift(...ne);defineType(J,ee)}}function defineType(S,J={}){const ee=J.inherits&&ge[J.inherits]||{};let te=J.fields;if(!te){te={};if(ee.fields){const S=Object.getOwnPropertyNames(ee.fields);for(const J of S){const S=ee.fields[J];const re=S.default;if(Array.isArray(re)?re.length>0:re&&typeof re==="object"){throw new Error("field defaults can only be primitives or empty arrays currently")}te[J]={default:Array.isArray(re)?[]:re,optional:S.optional,deprecated:S.deprecated,validate:S.validate}}}}const re=J.visitor||ee.visitor||[];const de=J.aliases||ee.aliases||[];const he=J.builder||ee.builder||J.visitor||[];for(const ee of Object.keys(J)){if(!fe.has(ee)){throw new Error(`Unknown type option "${ee}" on ${S}`)}}if(J.deprecatedAlias){le[J.deprecatedAlias]=S}for(const S of re.concat(he)){te[S]=te[S]||{}}for(const J of Object.keys(te)){const ee=te[J];if(ee.default!==undefined&&!he.includes(J)){ee.optional=true}if(ee.default===undefined){ee.default=null}else if(!ee.validate&&ee.default!=null){ee.validate=assertValueType(getType(ee.default))}for(const te of Object.keys(ee)){if(!me.has(te)){throw new Error(`Unknown field key "${te}" on ${S}.${J}`)}}}ne[S]=J.visitor=re;ae[S]=J.builder=he;se[S]=J.fields=te;ie[S]=J.aliases=de;de.forEach((J=>{oe[J]=oe[J]||[];oe[J].push(S)}));if(J.validate){ue[S]=J.validate}if(J.unionShape){pe[S]=J.unionShape}ge[S]=J}},6348:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});var te={react:true,assertNode:true,createTypeAnnotationBasedOnTypeof:true,createUnionTypeAnnotation:true,createFlowUnionType:true,createTSUnionType:true,cloneNode:true,clone:true,cloneDeep:true,cloneDeepWithoutLoc:true,cloneWithoutLoc:true,addComment:true,addComments:true,inheritInnerComments:true,inheritLeadingComments:true,inheritsComments:true,inheritTrailingComments:true,removeComments:true,ensureBlock:true,toBindingIdentifierName:true,toBlock:true,toComputedKey:true,toExpression:true,toIdentifier:true,toKeyAlias:true,toStatement:true,valueToNode:true,appendToMemberExpression:true,inherits:true,prependToMemberExpression:true,removeProperties:true,removePropertiesDeep:true,removeTypeDuplicates:true,getAssignmentIdentifiers:true,getBindingIdentifiers:true,getOuterBindingIdentifiers:true,getFunctionName:true,traverse:true,traverseFast:true,shallowEqual:true,is:true,isBinding:true,isBlockScoped:true,isImmutable:true,isLet:true,isNode:true,isNodesEquivalent:true,isPlaceholderType:true,isReferenced:true,isScope:true,isSpecifierDefault:true,isType:true,isValidES3Identifier:true,isValidIdentifier:true,isVar:true,matchesPattern:true,validate:true,buildMatchMemberExpression:true,__internal__deprecationWarning:true};Object.defineProperty(J,"__internal__deprecationWarning",{enumerable:true,get:function(){return Ot.default}});Object.defineProperty(J,"addComment",{enumerable:true,get:function(){return ye.default}});Object.defineProperty(J,"addComments",{enumerable:true,get:function(){return ve.default}});Object.defineProperty(J,"appendToMemberExpression",{enumerable:true,get:function(){return Je.default}});Object.defineProperty(J,"assertNode",{enumerable:true,get:function(){return oe.default}});Object.defineProperty(J,"buildMatchMemberExpression",{enumerable:true,get:function(){return It.default}});Object.defineProperty(J,"clone",{enumerable:true,get:function(){return me.default}});Object.defineProperty(J,"cloneDeep",{enumerable:true,get:function(){return ge.default}});Object.defineProperty(J,"cloneDeepWithoutLoc",{enumerable:true,get:function(){return he.default}});Object.defineProperty(J,"cloneNode",{enumerable:true,get:function(){return fe.default}});Object.defineProperty(J,"cloneWithoutLoc",{enumerable:true,get:function(){return _e.default}});Object.defineProperty(J,"createFlowUnionType",{enumerable:true,get:function(){return le.default}});Object.defineProperty(J,"createTSUnionType",{enumerable:true,get:function(){return ue.default}});Object.defineProperty(J,"createTypeAnnotationBasedOnTypeof",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(J,"createUnionTypeAnnotation",{enumerable:true,get:function(){return le.default}});Object.defineProperty(J,"ensureBlock",{enumerable:true,get:function(){return Ae.default}});Object.defineProperty(J,"getAssignmentIdentifiers",{enumerable:true,get:function(){return Ke.default}});Object.defineProperty(J,"getBindingIdentifiers",{enumerable:true,get:function(){return Xe.default}});Object.defineProperty(J,"getFunctionName",{enumerable:true,get:function(){return et.default}});Object.defineProperty(J,"getOuterBindingIdentifiers",{enumerable:true,get:function(){return Qe.default}});Object.defineProperty(J,"inheritInnerComments",{enumerable:true,get:function(){return be.default}});Object.defineProperty(J,"inheritLeadingComments",{enumerable:true,get:function(){return Se.default}});Object.defineProperty(J,"inheritTrailingComments",{enumerable:true,get:function(){return Ee.default}});Object.defineProperty(J,"inherits",{enumerable:true,get:function(){return ze.default}});Object.defineProperty(J,"inheritsComments",{enumerable:true,get:function(){return xe.default}});Object.defineProperty(J,"is",{enumerable:true,get:function(){return st.default}});Object.defineProperty(J,"isBinding",{enumerable:true,get:function(){return ct.default}});Object.defineProperty(J,"isBlockScoped",{enumerable:true,get:function(){return ut.default}});Object.defineProperty(J,"isImmutable",{enumerable:true,get:function(){return pt.default}});Object.defineProperty(J,"isLet",{enumerable:true,get:function(){return dt.default}});Object.defineProperty(J,"isNode",{enumerable:true,get:function(){return mt.default}});Object.defineProperty(J,"isNodesEquivalent",{enumerable:true,get:function(){return yt.default}});Object.defineProperty(J,"isPlaceholderType",{enumerable:true,get:function(){return vt.default}});Object.defineProperty(J,"isReferenced",{enumerable:true,get:function(){return bt.default}});Object.defineProperty(J,"isScope",{enumerable:true,get:function(){return St.default}});Object.defineProperty(J,"isSpecifierDefault",{enumerable:true,get:function(){return Et.default}});Object.defineProperty(J,"isType",{enumerable:true,get:function(){return Ct.default}});Object.defineProperty(J,"isValidES3Identifier",{enumerable:true,get:function(){return Pt.default}});Object.defineProperty(J,"isValidIdentifier",{enumerable:true,get:function(){return Nt.default}});Object.defineProperty(J,"isVar",{enumerable:true,get:function(){return At.default}});Object.defineProperty(J,"matchesPattern",{enumerable:true,get:function(){return kt.default}});Object.defineProperty(J,"prependToMemberExpression",{enumerable:true,get:function(){return Ge.default}});J.react=void 0;Object.defineProperty(J,"removeComments",{enumerable:true,get:function(){return Ce.default}});Object.defineProperty(J,"removeProperties",{enumerable:true,get:function(){return qe.default}});Object.defineProperty(J,"removePropertiesDeep",{enumerable:true,get:function(){return $e.default}});Object.defineProperty(J,"removeTypeDuplicates",{enumerable:true,get:function(){return He.default}});Object.defineProperty(J,"shallowEqual",{enumerable:true,get:function(){return it.default}});Object.defineProperty(J,"toBindingIdentifierName",{enumerable:true,get:function(){return ke.default}});Object.defineProperty(J,"toBlock",{enumerable:true,get:function(){return De.default}});Object.defineProperty(J,"toComputedKey",{enumerable:true,get:function(){return Fe.default}});Object.defineProperty(J,"toExpression",{enumerable:true,get:function(){return Oe.default}});Object.defineProperty(J,"toIdentifier",{enumerable:true,get:function(){return we.default}});Object.defineProperty(J,"toKeyAlias",{enumerable:true,get:function(){return Me.default}});Object.defineProperty(J,"toStatement",{enumerable:true,get:function(){return Re.default}});Object.defineProperty(J,"traverse",{enumerable:true,get:function(){return rt.default}});Object.defineProperty(J,"traverseFast",{enumerable:true,get:function(){return nt.default}});Object.defineProperty(J,"validate",{enumerable:true,get:function(){return Dt.default}});Object.defineProperty(J,"valueToNode",{enumerable:true,get:function(){return je.default}});var re=ee(27686);var ne=ee(85080);var ie=ee(55774);var oe=ee(84540);var se=ee(43034);Object.keys(se).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===se[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return se[S]}})}));var ae=ee(28938);var le=ee(55517);var ue=ee(78973);var pe=ee(70589);Object.keys(pe).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===pe[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return pe[S]}})}));var de=ee(74555);Object.keys(de).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===de[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return de[S]}})}));var fe=ee(6731);var me=ee(16167);var ge=ee(20185);var he=ee(18127);var _e=ee(17309);var ye=ee(23871);var ve=ee(71354);var be=ee(64232);var Se=ee(81922);var xe=ee(85185);var Ee=ee(89854);var Ce=ee(88321);var Pe=ee(61576);Object.keys(Pe).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Pe[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Pe[S]}})}));var Ne=ee(15594);Object.keys(Ne).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ne[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ne[S]}})}));var Ae=ee(35087);var ke=ee(73142);var De=ee(84950);var Fe=ee(74885);var Oe=ee(47601);var we=ee(95540);var Me=ee(13022);var Re=ee(52298);var je=ee(56260);var Ue=ee(85437);Object.keys(Ue).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ue[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ue[S]}})}));var Je=ee(56325);var ze=ee(72944);var Ge=ee(13407);var qe=ee(46025);var $e=ee(18291);var He=ee(27313);var Ke=ee(64603);var Xe=ee(79005);var Qe=ee(85864);var et=ee(42401);var rt=ee(12217);Object.keys(rt).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===rt[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return rt[S]}})}));var nt=ee(94219);var it=ee(30732);var st=ee(32664);var ct=ee(10139);var ut=ee(10395);var pt=ee(68262);var dt=ee(96923);var mt=ee(9592);var yt=ee(90639);var vt=ee(40975);var bt=ee(87171);var St=ee(47450);var Et=ee(56709);var Ct=ee(43872);var Pt=ee(67292);var Nt=ee(44939);var At=ee(22407);var kt=ee(85841);var Dt=ee(58546);var It=ee(41693);var Ft=ee(78596);Object.keys(Ft).forEach((function(S){if(S==="default"||S==="__esModule")return;if(Object.prototype.hasOwnProperty.call(te,S))return;if(S in J&&J[S]===Ft[S])return;Object.defineProperty(J,S,{enumerable:true,get:function(){return Ft[S]}})}));var Ot=ee(49230);var Lt=ee(83940);const Mt=J.react={isReactComponent:re.default,isCompatTag:ne.default,buildChildren:ie.default};J.toSequenceExpression=Lt.default;if(process.env.BABEL_TYPES_8_BREAKING){console.warn("BABEL_TYPES_8_BREAKING is not supported anymore. Use the latest Babel 8.0.0 pre-release instead!")}},56325:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=appendToMemberExpression;var te=ee(74555);function appendToMemberExpression(S,J,ee=false){S.object=(0,te.memberExpression)(S.object,S.property,S.computed);S.property=J;S.computed=!!ee;return S}},27313:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeTypeDuplicates;var te=ee(78596);function getQualifiedName(S){return(0,te.isIdentifier)(S)?S.name:`${S.id.name}.${getQualifiedName(S.qualification)}`}function removeTypeDuplicates(S){const J=Array.from(S);const ee=new Map;const re=new Map;const ne=new Set;const ie=[];for(let S=0;S<J.length;S++){const oe=J[S];if(!oe)continue;if(ie.includes(oe)){continue}if((0,te.isAnyTypeAnnotation)(oe)){return[oe]}if((0,te.isFlowBaseAnnotation)(oe)){re.set(oe.type,oe);continue}if((0,te.isUnionTypeAnnotation)(oe)){if(!ne.has(oe.types)){J.push(...oe.types);ne.add(oe.types)}continue}if((0,te.isGenericTypeAnnotation)(oe)){const S=getQualifiedName(oe.id);if(ee.has(S)){let J=ee.get(S);if(J.typeParameters){if(oe.typeParameters){J.typeParameters.params.push(...oe.typeParameters.params);J.typeParameters.params=removeTypeDuplicates(J.typeParameters.params)}}else{J=oe.typeParameters}}else{ee.set(S,oe)}continue}ie.push(oe)}for(const[,S]of re){ie.push(S)}for(const[,S]of ee){ie.push(S)}return ie}},72944:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inherits;var te=ee(15594);var re=ee(85185);function inherits(S,J){if(!S||!J)return S;for(const ee of te.INHERIT_KEYS.optional){if(S[ee]==null){S[ee]=J[ee]}}for(const ee of Object.keys(J)){if(ee.startsWith("_")&&ee!=="__clone"){S[ee]=J[ee]}}for(const ee of te.INHERIT_KEYS.force){S[ee]=J[ee]}(0,re.default)(S,J);return S}},13407:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=prependToMemberExpression;var te=ee(74555);var re=ee(6348);function prependToMemberExpression(S,J){if((0,re.isSuper)(S.object)){throw new Error("Cannot prepend node to super property access (`super.foo`).")}S.object=(0,te.memberExpression)(J,S.object);return S}},46025:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeProperties;var te=ee(15594);const re=["tokens","start","end","loc","raw","rawValue"];const ne=[...te.COMMENT_KEYS,"comments",...re];function removeProperties(S,J={}){const ee=J.preserveComments?re:ne;for(const J of ee){if(S[J]!=null)S[J]=undefined}for(const J of Object.keys(S)){if(J.startsWith("_")&&S[J]!=null)S[J]=undefined}const te=Object.getOwnPropertySymbols(S);for(const J of te){S[J]=null}}},18291:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removePropertiesDeep;var te=ee(94219);var re=ee(46025);function removePropertiesDeep(S,J){(0,te.default)(S,re.default,J);return S}},5376:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=removeTypeDuplicates;var te=ee(78596);function getQualifiedName(S){return(0,te.isIdentifier)(S)?S.name:(0,te.isThisExpression)(S)?"this":`${S.right.name}.${getQualifiedName(S.left)}`}function removeTypeDuplicates(S){const J=Array.from(S);const ee=new Map;const re=new Map;const ne=new Set;const ie=[];for(let S=0;S<J.length;S++){const oe=J[S];if(!oe)continue;if(ie.includes(oe)){continue}if((0,te.isTSAnyKeyword)(oe)){return[oe]}if((0,te.isTSBaseType)(oe)){re.set(oe.type,oe);continue}if((0,te.isTSUnionType)(oe)){if(!ne.has(oe.types)){J.push(...oe.types);ne.add(oe.types)}continue}const se="typeParameters";if((0,te.isTSTypeReference)(oe)&&oe[se]){const S=oe[se];const J=getQualifiedName(oe.typeName);if(ee.has(J)){let te=ee.get(J);const re=te[se];if(re){re.params.push(...S.params);re.params=removeTypeDuplicates(re.params)}else{te=S}}else{ee.set(J,oe)}continue}ie.push(oe)}for(const[,S]of re){ie.push(S)}for(const[,S]of ee){ie.push(S)}return ie}},64603:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getAssignmentIdentifiers;function getAssignmentIdentifiers(S){const J=[].concat(S);const ee=Object.create(null);while(J.length){const S=J.pop();if(!S)continue;switch(S.type){case"ArrayPattern":J.push(...S.elements);break;case"AssignmentExpression":case"AssignmentPattern":case"ForInStatement":case"ForOfStatement":J.push(S.left);break;case"ObjectPattern":J.push(...S.properties);break;case"ObjectProperty":J.push(S.value);break;case"RestElement":case"UpdateExpression":J.push(S.argument);break;case"UnaryExpression":if(S.operator==="delete"){J.push(S.argument)}break;case"Identifier":ee[S.name]=S;break;default:break}}return ee}},79005:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getBindingIdentifiers;var te=ee(78596);function getBindingIdentifiers(S,J,ee,re){const ne=[].concat(S);const ie=Object.create(null);while(ne.length){const S=ne.shift();if(!S)continue;if(re&&((0,te.isAssignmentExpression)(S)||(0,te.isUnaryExpression)(S)||(0,te.isUpdateExpression)(S))){continue}if((0,te.isIdentifier)(S)){if(J){const J=ie[S.name]=ie[S.name]||[];J.push(S)}else{ie[S.name]=S}continue}if((0,te.isExportDeclaration)(S)&&!(0,te.isExportAllDeclaration)(S)){if((0,te.isDeclaration)(S.declaration)){ne.push(S.declaration)}continue}if(ee){if((0,te.isFunctionDeclaration)(S)){ne.push(S.id);continue}if((0,te.isFunctionExpression)(S)){continue}}const oe=getBindingIdentifiers.keys[S.type];if(oe){for(let J=0;J<oe.length;J++){const ee=oe[J];const te=S[ee];if(te){if(Array.isArray(te)){ne.push(...te)}else{ne.push(te)}}}}}return ie}const re={DeclareClass:["id"],DeclareFunction:["id"],DeclareModule:["id"],DeclareVariable:["id"],DeclareInterface:["id"],DeclareTypeAlias:["id"],DeclareOpaqueType:["id"],InterfaceDeclaration:["id"],TypeAlias:["id"],OpaqueType:["id"],CatchClause:["param"],LabeledStatement:["label"],UnaryExpression:["argument"],AssignmentExpression:["left"],ImportSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportDefaultSpecifier:["local"],ImportDeclaration:["specifiers"],TSImportEqualsDeclaration:["id"],ExportSpecifier:["exported"],ExportNamespaceSpecifier:["exported"],ExportDefaultSpecifier:["exported"],FunctionDeclaration:["id","params"],FunctionExpression:["id","params"],ArrowFunctionExpression:["params"],ObjectMethod:["params"],ClassMethod:["params"],ClassPrivateMethod:["params"],ForInStatement:["left"],ForOfStatement:["left"],ClassDeclaration:["id"],ClassExpression:["id"],RestElement:["argument"],UpdateExpression:["argument"],ObjectProperty:["value"],AssignmentPattern:["left"],ArrayPattern:["elements"],ObjectPattern:["properties"],VariableDeclaration:["declarations"],VariableDeclarator:["id"]};getBindingIdentifiers.keys=re},42401:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=getFunctionName;var te=ee(78596);function getNameFromLiteralId(S){if((0,te.isNullLiteral)(S)){return"null"}if((0,te.isRegExpLiteral)(S)){return`/${S.pattern}/${S.flags}`}if((0,te.isTemplateLiteral)(S)){return S.quasis.map((S=>S.value.raw)).join("")}if(S.value!==undefined){return String(S.value)}return null}function getObjectMemberKey(S){if(!S.computed||(0,te.isLiteral)(S.key)){return S.key}}function getFunctionName(S,J){if("id"in S&&S.id){return{name:S.id.name,originalNode:S.id}}let ee="";let re;if((0,te.isObjectProperty)(J,{value:S})){re=getObjectMemberKey(J)}else if((0,te.isObjectMethod)(S)||(0,te.isClassMethod)(S)){re=getObjectMemberKey(S);if(S.kind==="get")ee="get ";else if(S.kind==="set")ee="set "}else if((0,te.isVariableDeclarator)(J,{init:S})){re=J.id}else if((0,te.isAssignmentExpression)(J,{operator:"=",right:S})){re=J.left}if(!re)return null;const ne=(0,te.isLiteral)(re)?getNameFromLiteralId(re):(0,te.isIdentifier)(re)?re.name:(0,te.isPrivateName)(re)?re.id.name:null;if(ne==null)return null;return{name:ee+ne,originalNode:re}}},85864:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(79005);var re=J["default"]=getOuterBindingIdentifiers;function getOuterBindingIdentifiers(S,J){return(0,te.default)(S,J,true)}},12217:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverse;var te=ee(85437);function traverse(S,J,ee){if(typeof J==="function"){J={enter:J}}const{enter:te,exit:re}=J;traverseSimpleImpl(S,te,re,ee,[])}function traverseSimpleImpl(S,J,ee,re,ne){const ie=te.VISITOR_KEYS[S.type];if(!ie)return;if(J)J(S,ne,re);for(const te of ie){const ie=S[te];if(Array.isArray(ie)){for(let oe=0;oe<ie.length;oe++){const se=ie[oe];if(!se)continue;ne.push({node:S,key:te,index:oe});traverseSimpleImpl(se,J,ee,re,ne);ne.pop()}}else if(ie){ne.push({node:S,key:te});traverseSimpleImpl(ie,J,ee,re,ne);ne.pop()}}if(ee)ee(S,ne,re)}},94219:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=traverseFast;var te=ee(85437);const re=Symbol();const ne=Symbol();function traverseFast(S,J,ee){if(!S)return false;const ie=te.VISITOR_KEYS[S.type];if(!ie)return false;ee=ee||{};const oe=J(S,ee);if(oe!==undefined){switch(oe){case re:return false;case ne:return true}}for(const te of ie){const re=S[te];if(!re)continue;if(Array.isArray(re)){for(const S of re){if(traverseFast(S,J,ee))return true}}else{if(traverseFast(re,J,ee))return true}}return false}traverseFast.skip=re;traverseFast.stop=ne},49230:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=deprecationWarning;const ee=new Set;function deprecationWarning(S,J,te="",re=S){if(ee.has(re))return;ee.add(re);const{internal:ne,trace:ie}=captureShortStackTrace(1,2);if(ne){return}console.warn(`${te}\`${S}\` has been deprecated, please migrate to \`${J}\`\n${ie}`)}function captureShortStackTrace(S,J){const{stackTraceLimit:ee,prepareStackTrace:te}=Error;let re;Error.stackTraceLimit=1+S+J;Error.prepareStackTrace=function(S,J){re=J};(new Error).stack;Error.stackTraceLimit=ee;Error.prepareStackTrace=te;if(!re)return{internal:false,trace:""};const ne=re.slice(1+S,1+S+J);return{internal:/[\\/]@babel[\\/]/.test(ne[1].getFileName()),trace:ne.map((S=>` at ${S}`)).join("\n")}}},93633:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=inherit;function inherit(S,J,ee){if(J&&ee){J[S]=Array.from(new Set([].concat(J[S],ee[S]).filter(Boolean)))}}},74527:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=cleanJSXElementLiteralChild;var te=ee(74555);var re=ee(6348);function cleanJSXElementLiteralChild(S,J){const ee=S.value.split(/\r\n|\n|\r/);let ne=0;for(let S=0;S<ee.length;S++){if(/[^ \t]/.exec(ee[S])){ne=S}}let ie="";for(let S=0;S<ee.length;S++){const J=ee[S];const te=S===0;const re=S===ee.length-1;const oe=S===ne;let se=J.replace(/\t/g," ");if(!te){se=se.replace(/^ +/,"")}if(!re){se=se.replace(/ +$/,"")}if(se){if(!oe){se+=" "}ie+=se}}if(ie)J.push((0,re.inherits)((0,te.stringLiteral)(ie),S))}},30732:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=shallowEqual;function shallowEqual(S,J){const ee=Object.keys(J);for(const te of ee){if(S[te]!==J[te]){return false}}return true}},41693:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=buildMatchMemberExpression;var te=ee(85841);function buildMatchMemberExpression(S,J){const ee=S.split(".");return S=>(0,te.default)(S,ee,J)}},78596:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.isAccessor=isAccessor;J.isAnyTypeAnnotation=isAnyTypeAnnotation;J.isArgumentPlaceholder=isArgumentPlaceholder;J.isArrayExpression=isArrayExpression;J.isArrayPattern=isArrayPattern;J.isArrayTypeAnnotation=isArrayTypeAnnotation;J.isArrowFunctionExpression=isArrowFunctionExpression;J.isAssignmentExpression=isAssignmentExpression;J.isAssignmentPattern=isAssignmentPattern;J.isAwaitExpression=isAwaitExpression;J.isBigIntLiteral=isBigIntLiteral;J.isBinary=isBinary;J.isBinaryExpression=isBinaryExpression;J.isBindExpression=isBindExpression;J.isBlock=isBlock;J.isBlockParent=isBlockParent;J.isBlockStatement=isBlockStatement;J.isBooleanLiteral=isBooleanLiteral;J.isBooleanLiteralTypeAnnotation=isBooleanLiteralTypeAnnotation;J.isBooleanTypeAnnotation=isBooleanTypeAnnotation;J.isBreakStatement=isBreakStatement;J.isCallExpression=isCallExpression;J.isCatchClause=isCatchClause;J.isClass=isClass;J.isClassAccessorProperty=isClassAccessorProperty;J.isClassBody=isClassBody;J.isClassDeclaration=isClassDeclaration;J.isClassExpression=isClassExpression;J.isClassImplements=isClassImplements;J.isClassMethod=isClassMethod;J.isClassPrivateMethod=isClassPrivateMethod;J.isClassPrivateProperty=isClassPrivateProperty;J.isClassProperty=isClassProperty;J.isCompletionStatement=isCompletionStatement;J.isConditional=isConditional;J.isConditionalExpression=isConditionalExpression;J.isContinueStatement=isContinueStatement;J.isDebuggerStatement=isDebuggerStatement;J.isDecimalLiteral=isDecimalLiteral;J.isDeclaration=isDeclaration;J.isDeclareClass=isDeclareClass;J.isDeclareExportAllDeclaration=isDeclareExportAllDeclaration;J.isDeclareExportDeclaration=isDeclareExportDeclaration;J.isDeclareFunction=isDeclareFunction;J.isDeclareInterface=isDeclareInterface;J.isDeclareModule=isDeclareModule;J.isDeclareModuleExports=isDeclareModuleExports;J.isDeclareOpaqueType=isDeclareOpaqueType;J.isDeclareTypeAlias=isDeclareTypeAlias;J.isDeclareVariable=isDeclareVariable;J.isDeclaredPredicate=isDeclaredPredicate;J.isDecorator=isDecorator;J.isDirective=isDirective;J.isDirectiveLiteral=isDirectiveLiteral;J.isDoExpression=isDoExpression;J.isDoWhileStatement=isDoWhileStatement;J.isEmptyStatement=isEmptyStatement;J.isEmptyTypeAnnotation=isEmptyTypeAnnotation;J.isEnumBody=isEnumBody;J.isEnumBooleanBody=isEnumBooleanBody;J.isEnumBooleanMember=isEnumBooleanMember;J.isEnumDeclaration=isEnumDeclaration;J.isEnumDefaultedMember=isEnumDefaultedMember;J.isEnumMember=isEnumMember;J.isEnumNumberBody=isEnumNumberBody;J.isEnumNumberMember=isEnumNumberMember;J.isEnumStringBody=isEnumStringBody;J.isEnumStringMember=isEnumStringMember;J.isEnumSymbolBody=isEnumSymbolBody;J.isExistsTypeAnnotation=isExistsTypeAnnotation;J.isExportAllDeclaration=isExportAllDeclaration;J.isExportDeclaration=isExportDeclaration;J.isExportDefaultDeclaration=isExportDefaultDeclaration;J.isExportDefaultSpecifier=isExportDefaultSpecifier;J.isExportNamedDeclaration=isExportNamedDeclaration;J.isExportNamespaceSpecifier=isExportNamespaceSpecifier;J.isExportSpecifier=isExportSpecifier;J.isExpression=isExpression;J.isExpressionStatement=isExpressionStatement;J.isExpressionWrapper=isExpressionWrapper;J.isFile=isFile;J.isFlow=isFlow;J.isFlowBaseAnnotation=isFlowBaseAnnotation;J.isFlowDeclaration=isFlowDeclaration;J.isFlowPredicate=isFlowPredicate;J.isFlowType=isFlowType;J.isFor=isFor;J.isForInStatement=isForInStatement;J.isForOfStatement=isForOfStatement;J.isForStatement=isForStatement;J.isForXStatement=isForXStatement;J.isFunction=isFunction;J.isFunctionDeclaration=isFunctionDeclaration;J.isFunctionExpression=isFunctionExpression;J.isFunctionParameter=isFunctionParameter;J.isFunctionParent=isFunctionParent;J.isFunctionTypeAnnotation=isFunctionTypeAnnotation;J.isFunctionTypeParam=isFunctionTypeParam;J.isGenericTypeAnnotation=isGenericTypeAnnotation;J.isIdentifier=isIdentifier;J.isIfStatement=isIfStatement;J.isImmutable=isImmutable;J.isImport=isImport;J.isImportAttribute=isImportAttribute;J.isImportDeclaration=isImportDeclaration;J.isImportDefaultSpecifier=isImportDefaultSpecifier;J.isImportExpression=isImportExpression;J.isImportNamespaceSpecifier=isImportNamespaceSpecifier;J.isImportOrExportDeclaration=isImportOrExportDeclaration;J.isImportSpecifier=isImportSpecifier;J.isIndexedAccessType=isIndexedAccessType;J.isInferredPredicate=isInferredPredicate;J.isInterfaceDeclaration=isInterfaceDeclaration;J.isInterfaceExtends=isInterfaceExtends;J.isInterfaceTypeAnnotation=isInterfaceTypeAnnotation;J.isInterpreterDirective=isInterpreterDirective;J.isIntersectionTypeAnnotation=isIntersectionTypeAnnotation;J.isJSX=isJSX;J.isJSXAttribute=isJSXAttribute;J.isJSXClosingElement=isJSXClosingElement;J.isJSXClosingFragment=isJSXClosingFragment;J.isJSXElement=isJSXElement;J.isJSXEmptyExpression=isJSXEmptyExpression;J.isJSXExpressionContainer=isJSXExpressionContainer;J.isJSXFragment=isJSXFragment;J.isJSXIdentifier=isJSXIdentifier;J.isJSXMemberExpression=isJSXMemberExpression;J.isJSXNamespacedName=isJSXNamespacedName;J.isJSXOpeningElement=isJSXOpeningElement;J.isJSXOpeningFragment=isJSXOpeningFragment;J.isJSXSpreadAttribute=isJSXSpreadAttribute;J.isJSXSpreadChild=isJSXSpreadChild;J.isJSXText=isJSXText;J.isLVal=isLVal;J.isLabeledStatement=isLabeledStatement;J.isLiteral=isLiteral;J.isLogicalExpression=isLogicalExpression;J.isLoop=isLoop;J.isMemberExpression=isMemberExpression;J.isMetaProperty=isMetaProperty;J.isMethod=isMethod;J.isMiscellaneous=isMiscellaneous;J.isMixedTypeAnnotation=isMixedTypeAnnotation;J.isModuleDeclaration=isModuleDeclaration;J.isModuleExpression=isModuleExpression;J.isModuleSpecifier=isModuleSpecifier;J.isNewExpression=isNewExpression;J.isNoop=isNoop;J.isNullLiteral=isNullLiteral;J.isNullLiteralTypeAnnotation=isNullLiteralTypeAnnotation;J.isNullableTypeAnnotation=isNullableTypeAnnotation;J.isNumberLiteral=isNumberLiteral;J.isNumberLiteralTypeAnnotation=isNumberLiteralTypeAnnotation;J.isNumberTypeAnnotation=isNumberTypeAnnotation;J.isNumericLiteral=isNumericLiteral;J.isObjectExpression=isObjectExpression;J.isObjectMember=isObjectMember;J.isObjectMethod=isObjectMethod;J.isObjectPattern=isObjectPattern;J.isObjectProperty=isObjectProperty;J.isObjectTypeAnnotation=isObjectTypeAnnotation;J.isObjectTypeCallProperty=isObjectTypeCallProperty;J.isObjectTypeIndexer=isObjectTypeIndexer;J.isObjectTypeInternalSlot=isObjectTypeInternalSlot;J.isObjectTypeProperty=isObjectTypeProperty;J.isObjectTypeSpreadProperty=isObjectTypeSpreadProperty;J.isOpaqueType=isOpaqueType;J.isOptionalCallExpression=isOptionalCallExpression;J.isOptionalIndexedAccessType=isOptionalIndexedAccessType;J.isOptionalMemberExpression=isOptionalMemberExpression;J.isParenthesizedExpression=isParenthesizedExpression;J.isPattern=isPattern;J.isPatternLike=isPatternLike;J.isPipelineBareFunction=isPipelineBareFunction;J.isPipelinePrimaryTopicReference=isPipelinePrimaryTopicReference;J.isPipelineTopicExpression=isPipelineTopicExpression;J.isPlaceholder=isPlaceholder;J.isPrivate=isPrivate;J.isPrivateName=isPrivateName;J.isProgram=isProgram;J.isProperty=isProperty;J.isPureish=isPureish;J.isQualifiedTypeIdentifier=isQualifiedTypeIdentifier;J.isRecordExpression=isRecordExpression;J.isRegExpLiteral=isRegExpLiteral;J.isRegexLiteral=isRegexLiteral;J.isRestElement=isRestElement;J.isRestProperty=isRestProperty;J.isReturnStatement=isReturnStatement;J.isScopable=isScopable;J.isSequenceExpression=isSequenceExpression;J.isSpreadElement=isSpreadElement;J.isSpreadProperty=isSpreadProperty;J.isStandardized=isStandardized;J.isStatement=isStatement;J.isStaticBlock=isStaticBlock;J.isStringLiteral=isStringLiteral;J.isStringLiteralTypeAnnotation=isStringLiteralTypeAnnotation;J.isStringTypeAnnotation=isStringTypeAnnotation;J.isSuper=isSuper;J.isSwitchCase=isSwitchCase;J.isSwitchStatement=isSwitchStatement;J.isSymbolTypeAnnotation=isSymbolTypeAnnotation;J.isTSAnyKeyword=isTSAnyKeyword;J.isTSArrayType=isTSArrayType;J.isTSAsExpression=isTSAsExpression;J.isTSBaseType=isTSBaseType;J.isTSBigIntKeyword=isTSBigIntKeyword;J.isTSBooleanKeyword=isTSBooleanKeyword;J.isTSCallSignatureDeclaration=isTSCallSignatureDeclaration;J.isTSConditionalType=isTSConditionalType;J.isTSConstructSignatureDeclaration=isTSConstructSignatureDeclaration;J.isTSConstructorType=isTSConstructorType;J.isTSDeclareFunction=isTSDeclareFunction;J.isTSDeclareMethod=isTSDeclareMethod;J.isTSEntityName=isTSEntityName;J.isTSEnumBody=isTSEnumBody;J.isTSEnumDeclaration=isTSEnumDeclaration;J.isTSEnumMember=isTSEnumMember;J.isTSExportAssignment=isTSExportAssignment;J.isTSExpressionWithTypeArguments=isTSExpressionWithTypeArguments;J.isTSExternalModuleReference=isTSExternalModuleReference;J.isTSFunctionType=isTSFunctionType;J.isTSImportEqualsDeclaration=isTSImportEqualsDeclaration;J.isTSImportType=isTSImportType;J.isTSIndexSignature=isTSIndexSignature;J.isTSIndexedAccessType=isTSIndexedAccessType;J.isTSInferType=isTSInferType;J.isTSInstantiationExpression=isTSInstantiationExpression;J.isTSInterfaceBody=isTSInterfaceBody;J.isTSInterfaceDeclaration=isTSInterfaceDeclaration;J.isTSIntersectionType=isTSIntersectionType;J.isTSIntrinsicKeyword=isTSIntrinsicKeyword;J.isTSLiteralType=isTSLiteralType;J.isTSMappedType=isTSMappedType;J.isTSMethodSignature=isTSMethodSignature;J.isTSModuleBlock=isTSModuleBlock;J.isTSModuleDeclaration=isTSModuleDeclaration;J.isTSNamedTupleMember=isTSNamedTupleMember;J.isTSNamespaceExportDeclaration=isTSNamespaceExportDeclaration;J.isTSNeverKeyword=isTSNeverKeyword;J.isTSNonNullExpression=isTSNonNullExpression;J.isTSNullKeyword=isTSNullKeyword;J.isTSNumberKeyword=isTSNumberKeyword;J.isTSObjectKeyword=isTSObjectKeyword;J.isTSOptionalType=isTSOptionalType;J.isTSParameterProperty=isTSParameterProperty;J.isTSParenthesizedType=isTSParenthesizedType;J.isTSPropertySignature=isTSPropertySignature;J.isTSQualifiedName=isTSQualifiedName;J.isTSRestType=isTSRestType;J.isTSSatisfiesExpression=isTSSatisfiesExpression;J.isTSStringKeyword=isTSStringKeyword;J.isTSSymbolKeyword=isTSSymbolKeyword;J.isTSTemplateLiteralType=isTSTemplateLiteralType;J.isTSThisType=isTSThisType;J.isTSTupleType=isTSTupleType;J.isTSType=isTSType;J.isTSTypeAliasDeclaration=isTSTypeAliasDeclaration;J.isTSTypeAnnotation=isTSTypeAnnotation;J.isTSTypeAssertion=isTSTypeAssertion;J.isTSTypeElement=isTSTypeElement;J.isTSTypeLiteral=isTSTypeLiteral;J.isTSTypeOperator=isTSTypeOperator;J.isTSTypeParameter=isTSTypeParameter;J.isTSTypeParameterDeclaration=isTSTypeParameterDeclaration;J.isTSTypeParameterInstantiation=isTSTypeParameterInstantiation;J.isTSTypePredicate=isTSTypePredicate;J.isTSTypeQuery=isTSTypeQuery;J.isTSTypeReference=isTSTypeReference;J.isTSUndefinedKeyword=isTSUndefinedKeyword;J.isTSUnionType=isTSUnionType;J.isTSUnknownKeyword=isTSUnknownKeyword;J.isTSVoidKeyword=isTSVoidKeyword;J.isTaggedTemplateExpression=isTaggedTemplateExpression;J.isTemplateElement=isTemplateElement;J.isTemplateLiteral=isTemplateLiteral;J.isTerminatorless=isTerminatorless;J.isThisExpression=isThisExpression;J.isThisTypeAnnotation=isThisTypeAnnotation;J.isThrowStatement=isThrowStatement;J.isTopicReference=isTopicReference;J.isTryStatement=isTryStatement;J.isTupleExpression=isTupleExpression;J.isTupleTypeAnnotation=isTupleTypeAnnotation;J.isTypeAlias=isTypeAlias;J.isTypeAnnotation=isTypeAnnotation;J.isTypeCastExpression=isTypeCastExpression;J.isTypeParameter=isTypeParameter;J.isTypeParameterDeclaration=isTypeParameterDeclaration;J.isTypeParameterInstantiation=isTypeParameterInstantiation;J.isTypeScript=isTypeScript;J.isTypeofTypeAnnotation=isTypeofTypeAnnotation;J.isUnaryExpression=isUnaryExpression;J.isUnaryLike=isUnaryLike;J.isUnionTypeAnnotation=isUnionTypeAnnotation;J.isUpdateExpression=isUpdateExpression;J.isUserWhitespacable=isUserWhitespacable;J.isV8IntrinsicIdentifier=isV8IntrinsicIdentifier;J.isVariableDeclaration=isVariableDeclaration;J.isVariableDeclarator=isVariableDeclarator;J.isVariance=isVariance;J.isVoidPattern=isVoidPattern;J.isVoidTypeAnnotation=isVoidTypeAnnotation;J.isWhile=isWhile;J.isWhileStatement=isWhileStatement;J.isWithStatement=isWithStatement;J.isYieldExpression=isYieldExpression;var te=ee(30732);var re=ee(49230);function isArrayExpression(S,J){if(!S)return false;if(S.type!=="ArrayExpression")return false;return J==null||(0,te.default)(S,J)}function isAssignmentExpression(S,J){if(!S)return false;if(S.type!=="AssignmentExpression")return false;return J==null||(0,te.default)(S,J)}function isBinaryExpression(S,J){if(!S)return false;if(S.type!=="BinaryExpression")return false;return J==null||(0,te.default)(S,J)}function isInterpreterDirective(S,J){if(!S)return false;if(S.type!=="InterpreterDirective")return false;return J==null||(0,te.default)(S,J)}function isDirective(S,J){if(!S)return false;if(S.type!=="Directive")return false;return J==null||(0,te.default)(S,J)}function isDirectiveLiteral(S,J){if(!S)return false;if(S.type!=="DirectiveLiteral")return false;return J==null||(0,te.default)(S,J)}function isBlockStatement(S,J){if(!S)return false;if(S.type!=="BlockStatement")return false;return J==null||(0,te.default)(S,J)}function isBreakStatement(S,J){if(!S)return false;if(S.type!=="BreakStatement")return false;return J==null||(0,te.default)(S,J)}function isCallExpression(S,J){if(!S)return false;if(S.type!=="CallExpression")return false;return J==null||(0,te.default)(S,J)}function isCatchClause(S,J){if(!S)return false;if(S.type!=="CatchClause")return false;return J==null||(0,te.default)(S,J)}function isConditionalExpression(S,J){if(!S)return false;if(S.type!=="ConditionalExpression")return false;return J==null||(0,te.default)(S,J)}function isContinueStatement(S,J){if(!S)return false;if(S.type!=="ContinueStatement")return false;return J==null||(0,te.default)(S,J)}function isDebuggerStatement(S,J){if(!S)return false;if(S.type!=="DebuggerStatement")return false;return J==null||(0,te.default)(S,J)}function isDoWhileStatement(S,J){if(!S)return false;if(S.type!=="DoWhileStatement")return false;return J==null||(0,te.default)(S,J)}function isEmptyStatement(S,J){if(!S)return false;if(S.type!=="EmptyStatement")return false;return J==null||(0,te.default)(S,J)}function isExpressionStatement(S,J){if(!S)return false;if(S.type!=="ExpressionStatement")return false;return J==null||(0,te.default)(S,J)}function isFile(S,J){if(!S)return false;if(S.type!=="File")return false;return J==null||(0,te.default)(S,J)}function isForInStatement(S,J){if(!S)return false;if(S.type!=="ForInStatement")return false;return J==null||(0,te.default)(S,J)}function isForStatement(S,J){if(!S)return false;if(S.type!=="ForStatement")return false;return J==null||(0,te.default)(S,J)}function isFunctionDeclaration(S,J){if(!S)return false;if(S.type!=="FunctionDeclaration")return false;return J==null||(0,te.default)(S,J)}function isFunctionExpression(S,J){if(!S)return false;if(S.type!=="FunctionExpression")return false;return J==null||(0,te.default)(S,J)}function isIdentifier(S,J){if(!S)return false;if(S.type!=="Identifier")return false;return J==null||(0,te.default)(S,J)}function isIfStatement(S,J){if(!S)return false;if(S.type!=="IfStatement")return false;return J==null||(0,te.default)(S,J)}function isLabeledStatement(S,J){if(!S)return false;if(S.type!=="LabeledStatement")return false;return J==null||(0,te.default)(S,J)}function isStringLiteral(S,J){if(!S)return false;if(S.type!=="StringLiteral")return false;return J==null||(0,te.default)(S,J)}function isNumericLiteral(S,J){if(!S)return false;if(S.type!=="NumericLiteral")return false;return J==null||(0,te.default)(S,J)}function isNullLiteral(S,J){if(!S)return false;if(S.type!=="NullLiteral")return false;return J==null||(0,te.default)(S,J)}function isBooleanLiteral(S,J){if(!S)return false;if(S.type!=="BooleanLiteral")return false;return J==null||(0,te.default)(S,J)}function isRegExpLiteral(S,J){if(!S)return false;if(S.type!=="RegExpLiteral")return false;return J==null||(0,te.default)(S,J)}function isLogicalExpression(S,J){if(!S)return false;if(S.type!=="LogicalExpression")return false;return J==null||(0,te.default)(S,J)}function isMemberExpression(S,J){if(!S)return false;if(S.type!=="MemberExpression")return false;return J==null||(0,te.default)(S,J)}function isNewExpression(S,J){if(!S)return false;if(S.type!=="NewExpression")return false;return J==null||(0,te.default)(S,J)}function isProgram(S,J){if(!S)return false;if(S.type!=="Program")return false;return J==null||(0,te.default)(S,J)}function isObjectExpression(S,J){if(!S)return false;if(S.type!=="ObjectExpression")return false;return J==null||(0,te.default)(S,J)}function isObjectMethod(S,J){if(!S)return false;if(S.type!=="ObjectMethod")return false;return J==null||(0,te.default)(S,J)}function isObjectProperty(S,J){if(!S)return false;if(S.type!=="ObjectProperty")return false;return J==null||(0,te.default)(S,J)}function isRestElement(S,J){if(!S)return false;if(S.type!=="RestElement")return false;return J==null||(0,te.default)(S,J)}function isReturnStatement(S,J){if(!S)return false;if(S.type!=="ReturnStatement")return false;return J==null||(0,te.default)(S,J)}function isSequenceExpression(S,J){if(!S)return false;if(S.type!=="SequenceExpression")return false;return J==null||(0,te.default)(S,J)}function isParenthesizedExpression(S,J){if(!S)return false;if(S.type!=="ParenthesizedExpression")return false;return J==null||(0,te.default)(S,J)}function isSwitchCase(S,J){if(!S)return false;if(S.type!=="SwitchCase")return false;return J==null||(0,te.default)(S,J)}function isSwitchStatement(S,J){if(!S)return false;if(S.type!=="SwitchStatement")return false;return J==null||(0,te.default)(S,J)}function isThisExpression(S,J){if(!S)return false;if(S.type!=="ThisExpression")return false;return J==null||(0,te.default)(S,J)}function isThrowStatement(S,J){if(!S)return false;if(S.type!=="ThrowStatement")return false;return J==null||(0,te.default)(S,J)}function isTryStatement(S,J){if(!S)return false;if(S.type!=="TryStatement")return false;return J==null||(0,te.default)(S,J)}function isUnaryExpression(S,J){if(!S)return false;if(S.type!=="UnaryExpression")return false;return J==null||(0,te.default)(S,J)}function isUpdateExpression(S,J){if(!S)return false;if(S.type!=="UpdateExpression")return false;return J==null||(0,te.default)(S,J)}function isVariableDeclaration(S,J){if(!S)return false;if(S.type!=="VariableDeclaration")return false;return J==null||(0,te.default)(S,J)}function isVariableDeclarator(S,J){if(!S)return false;if(S.type!=="VariableDeclarator")return false;return J==null||(0,te.default)(S,J)}function isWhileStatement(S,J){if(!S)return false;if(S.type!=="WhileStatement")return false;return J==null||(0,te.default)(S,J)}function isWithStatement(S,J){if(!S)return false;if(S.type!=="WithStatement")return false;return J==null||(0,te.default)(S,J)}function isAssignmentPattern(S,J){if(!S)return false;if(S.type!=="AssignmentPattern")return false;return J==null||(0,te.default)(S,J)}function isArrayPattern(S,J){if(!S)return false;if(S.type!=="ArrayPattern")return false;return J==null||(0,te.default)(S,J)}function isArrowFunctionExpression(S,J){if(!S)return false;if(S.type!=="ArrowFunctionExpression")return false;return J==null||(0,te.default)(S,J)}function isClassBody(S,J){if(!S)return false;if(S.type!=="ClassBody")return false;return J==null||(0,te.default)(S,J)}function isClassExpression(S,J){if(!S)return false;if(S.type!=="ClassExpression")return false;return J==null||(0,te.default)(S,J)}function isClassDeclaration(S,J){if(!S)return false;if(S.type!=="ClassDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportAllDeclaration(S,J){if(!S)return false;if(S.type!=="ExportAllDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportDefaultDeclaration(S,J){if(!S)return false;if(S.type!=="ExportDefaultDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportNamedDeclaration(S,J){if(!S)return false;if(S.type!=="ExportNamedDeclaration")return false;return J==null||(0,te.default)(S,J)}function isExportSpecifier(S,J){if(!S)return false;if(S.type!=="ExportSpecifier")return false;return J==null||(0,te.default)(S,J)}function isForOfStatement(S,J){if(!S)return false;if(S.type!=="ForOfStatement")return false;return J==null||(0,te.default)(S,J)}function isImportDeclaration(S,J){if(!S)return false;if(S.type!=="ImportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isImportDefaultSpecifier(S,J){if(!S)return false;if(S.type!=="ImportDefaultSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportNamespaceSpecifier(S,J){if(!S)return false;if(S.type!=="ImportNamespaceSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportSpecifier(S,J){if(!S)return false;if(S.type!=="ImportSpecifier")return false;return J==null||(0,te.default)(S,J)}function isImportExpression(S,J){if(!S)return false;if(S.type!=="ImportExpression")return false;return J==null||(0,te.default)(S,J)}function isMetaProperty(S,J){if(!S)return false;if(S.type!=="MetaProperty")return false;return J==null||(0,te.default)(S,J)}function isClassMethod(S,J){if(!S)return false;if(S.type!=="ClassMethod")return false;return J==null||(0,te.default)(S,J)}function isObjectPattern(S,J){if(!S)return false;if(S.type!=="ObjectPattern")return false;return J==null||(0,te.default)(S,J)}function isSpreadElement(S,J){if(!S)return false;if(S.type!=="SpreadElement")return false;return J==null||(0,te.default)(S,J)}function isSuper(S,J){if(!S)return false;if(S.type!=="Super")return false;return J==null||(0,te.default)(S,J)}function isTaggedTemplateExpression(S,J){if(!S)return false;if(S.type!=="TaggedTemplateExpression")return false;return J==null||(0,te.default)(S,J)}function isTemplateElement(S,J){if(!S)return false;if(S.type!=="TemplateElement")return false;return J==null||(0,te.default)(S,J)}function isTemplateLiteral(S,J){if(!S)return false;if(S.type!=="TemplateLiteral")return false;return J==null||(0,te.default)(S,J)}function isYieldExpression(S,J){if(!S)return false;if(S.type!=="YieldExpression")return false;return J==null||(0,te.default)(S,J)}function isAwaitExpression(S,J){if(!S)return false;if(S.type!=="AwaitExpression")return false;return J==null||(0,te.default)(S,J)}function isImport(S,J){if(!S)return false;if(S.type!=="Import")return false;return J==null||(0,te.default)(S,J)}function isBigIntLiteral(S,J){if(!S)return false;if(S.type!=="BigIntLiteral")return false;return J==null||(0,te.default)(S,J)}function isExportNamespaceSpecifier(S,J){if(!S)return false;if(S.type!=="ExportNamespaceSpecifier")return false;return J==null||(0,te.default)(S,J)}function isOptionalMemberExpression(S,J){if(!S)return false;if(S.type!=="OptionalMemberExpression")return false;return J==null||(0,te.default)(S,J)}function isOptionalCallExpression(S,J){if(!S)return false;if(S.type!=="OptionalCallExpression")return false;return J==null||(0,te.default)(S,J)}function isClassProperty(S,J){if(!S)return false;if(S.type!=="ClassProperty")return false;return J==null||(0,te.default)(S,J)}function isClassAccessorProperty(S,J){if(!S)return false;if(S.type!=="ClassAccessorProperty")return false;return J==null||(0,te.default)(S,J)}function isClassPrivateProperty(S,J){if(!S)return false;if(S.type!=="ClassPrivateProperty")return false;return J==null||(0,te.default)(S,J)}function isClassPrivateMethod(S,J){if(!S)return false;if(S.type!=="ClassPrivateMethod")return false;return J==null||(0,te.default)(S,J)}function isPrivateName(S,J){if(!S)return false;if(S.type!=="PrivateName")return false;return J==null||(0,te.default)(S,J)}function isStaticBlock(S,J){if(!S)return false;if(S.type!=="StaticBlock")return false;return J==null||(0,te.default)(S,J)}function isImportAttribute(S,J){if(!S)return false;if(S.type!=="ImportAttribute")return false;return J==null||(0,te.default)(S,J)}function isAnyTypeAnnotation(S,J){if(!S)return false;if(S.type!=="AnyTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isArrayTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ArrayTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isBooleanTypeAnnotation(S,J){if(!S)return false;if(S.type!=="BooleanTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isBooleanLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="BooleanLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNullLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NullLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isClassImplements(S,J){if(!S)return false;if(S.type!=="ClassImplements")return false;return J==null||(0,te.default)(S,J)}function isDeclareClass(S,J){if(!S)return false;if(S.type!=="DeclareClass")return false;return J==null||(0,te.default)(S,J)}function isDeclareFunction(S,J){if(!S)return false;if(S.type!=="DeclareFunction")return false;return J==null||(0,te.default)(S,J)}function isDeclareInterface(S,J){if(!S)return false;if(S.type!=="DeclareInterface")return false;return J==null||(0,te.default)(S,J)}function isDeclareModule(S,J){if(!S)return false;if(S.type!=="DeclareModule")return false;return J==null||(0,te.default)(S,J)}function isDeclareModuleExports(S,J){if(!S)return false;if(S.type!=="DeclareModuleExports")return false;return J==null||(0,te.default)(S,J)}function isDeclareTypeAlias(S,J){if(!S)return false;if(S.type!=="DeclareTypeAlias")return false;return J==null||(0,te.default)(S,J)}function isDeclareOpaqueType(S,J){if(!S)return false;if(S.type!=="DeclareOpaqueType")return false;return J==null||(0,te.default)(S,J)}function isDeclareVariable(S,J){if(!S)return false;if(S.type!=="DeclareVariable")return false;return J==null||(0,te.default)(S,J)}function isDeclareExportDeclaration(S,J){if(!S)return false;if(S.type!=="DeclareExportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isDeclareExportAllDeclaration(S,J){if(!S)return false;if(S.type!=="DeclareExportAllDeclaration")return false;return J==null||(0,te.default)(S,J)}function isDeclaredPredicate(S,J){if(!S)return false;if(S.type!=="DeclaredPredicate")return false;return J==null||(0,te.default)(S,J)}function isExistsTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ExistsTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isFunctionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="FunctionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isFunctionTypeParam(S,J){if(!S)return false;if(S.type!=="FunctionTypeParam")return false;return J==null||(0,te.default)(S,J)}function isGenericTypeAnnotation(S,J){if(!S)return false;if(S.type!=="GenericTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isInferredPredicate(S,J){if(!S)return false;if(S.type!=="InferredPredicate")return false;return J==null||(0,te.default)(S,J)}function isInterfaceExtends(S,J){if(!S)return false;if(S.type!=="InterfaceExtends")return false;return J==null||(0,te.default)(S,J)}function isInterfaceDeclaration(S,J){if(!S)return false;if(S.type!=="InterfaceDeclaration")return false;return J==null||(0,te.default)(S,J)}function isInterfaceTypeAnnotation(S,J){if(!S)return false;if(S.type!=="InterfaceTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isIntersectionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="IntersectionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isMixedTypeAnnotation(S,J){if(!S)return false;if(S.type!=="MixedTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isEmptyTypeAnnotation(S,J){if(!S)return false;if(S.type!=="EmptyTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNullableTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NullableTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNumberLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NumberLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isNumberTypeAnnotation(S,J){if(!S)return false;if(S.type!=="NumberTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ObjectTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeInternalSlot(S,J){if(!S)return false;if(S.type!=="ObjectTypeInternalSlot")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeCallProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeCallProperty")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeIndexer(S,J){if(!S)return false;if(S.type!=="ObjectTypeIndexer")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeProperty")return false;return J==null||(0,te.default)(S,J)}function isObjectTypeSpreadProperty(S,J){if(!S)return false;if(S.type!=="ObjectTypeSpreadProperty")return false;return J==null||(0,te.default)(S,J)}function isOpaqueType(S,J){if(!S)return false;if(S.type!=="OpaqueType")return false;return J==null||(0,te.default)(S,J)}function isQualifiedTypeIdentifier(S,J){if(!S)return false;if(S.type!=="QualifiedTypeIdentifier")return false;return J==null||(0,te.default)(S,J)}function isStringLiteralTypeAnnotation(S,J){if(!S)return false;if(S.type!=="StringLiteralTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isStringTypeAnnotation(S,J){if(!S)return false;if(S.type!=="StringTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isSymbolTypeAnnotation(S,J){if(!S)return false;if(S.type!=="SymbolTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isThisTypeAnnotation(S,J){if(!S)return false;if(S.type!=="ThisTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTupleTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TupleTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeofTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TypeofTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeAlias(S,J){if(!S)return false;if(S.type!=="TypeAlias")return false;return J==null||(0,te.default)(S,J)}function isTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTypeCastExpression(S,J){if(!S)return false;if(S.type!=="TypeCastExpression")return false;return J==null||(0,te.default)(S,J)}function isTypeParameter(S,J){if(!S)return false;if(S.type!=="TypeParameter")return false;return J==null||(0,te.default)(S,J)}function isTypeParameterDeclaration(S,J){if(!S)return false;if(S.type!=="TypeParameterDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTypeParameterInstantiation(S,J){if(!S)return false;if(S.type!=="TypeParameterInstantiation")return false;return J==null||(0,te.default)(S,J)}function isUnionTypeAnnotation(S,J){if(!S)return false;if(S.type!=="UnionTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isVariance(S,J){if(!S)return false;if(S.type!=="Variance")return false;return J==null||(0,te.default)(S,J)}function isVoidTypeAnnotation(S,J){if(!S)return false;if(S.type!=="VoidTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isEnumDeclaration(S,J){if(!S)return false;if(S.type!=="EnumDeclaration")return false;return J==null||(0,te.default)(S,J)}function isEnumBooleanBody(S,J){if(!S)return false;if(S.type!=="EnumBooleanBody")return false;return J==null||(0,te.default)(S,J)}function isEnumNumberBody(S,J){if(!S)return false;if(S.type!=="EnumNumberBody")return false;return J==null||(0,te.default)(S,J)}function isEnumStringBody(S,J){if(!S)return false;if(S.type!=="EnumStringBody")return false;return J==null||(0,te.default)(S,J)}function isEnumSymbolBody(S,J){if(!S)return false;if(S.type!=="EnumSymbolBody")return false;return J==null||(0,te.default)(S,J)}function isEnumBooleanMember(S,J){if(!S)return false;if(S.type!=="EnumBooleanMember")return false;return J==null||(0,te.default)(S,J)}function isEnumNumberMember(S,J){if(!S)return false;if(S.type!=="EnumNumberMember")return false;return J==null||(0,te.default)(S,J)}function isEnumStringMember(S,J){if(!S)return false;if(S.type!=="EnumStringMember")return false;return J==null||(0,te.default)(S,J)}function isEnumDefaultedMember(S,J){if(!S)return false;if(S.type!=="EnumDefaultedMember")return false;return J==null||(0,te.default)(S,J)}function isIndexedAccessType(S,J){if(!S)return false;if(S.type!=="IndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isOptionalIndexedAccessType(S,J){if(!S)return false;if(S.type!=="OptionalIndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isJSXAttribute(S,J){if(!S)return false;if(S.type!=="JSXAttribute")return false;return J==null||(0,te.default)(S,J)}function isJSXClosingElement(S,J){if(!S)return false;if(S.type!=="JSXClosingElement")return false;return J==null||(0,te.default)(S,J)}function isJSXElement(S,J){if(!S)return false;if(S.type!=="JSXElement")return false;return J==null||(0,te.default)(S,J)}function isJSXEmptyExpression(S,J){if(!S)return false;if(S.type!=="JSXEmptyExpression")return false;return J==null||(0,te.default)(S,J)}function isJSXExpressionContainer(S,J){if(!S)return false;if(S.type!=="JSXExpressionContainer")return false;return J==null||(0,te.default)(S,J)}function isJSXSpreadChild(S,J){if(!S)return false;if(S.type!=="JSXSpreadChild")return false;return J==null||(0,te.default)(S,J)}function isJSXIdentifier(S,J){if(!S)return false;if(S.type!=="JSXIdentifier")return false;return J==null||(0,te.default)(S,J)}function isJSXMemberExpression(S,J){if(!S)return false;if(S.type!=="JSXMemberExpression")return false;return J==null||(0,te.default)(S,J)}function isJSXNamespacedName(S,J){if(!S)return false;if(S.type!=="JSXNamespacedName")return false;return J==null||(0,te.default)(S,J)}function isJSXOpeningElement(S,J){if(!S)return false;if(S.type!=="JSXOpeningElement")return false;return J==null||(0,te.default)(S,J)}function isJSXSpreadAttribute(S,J){if(!S)return false;if(S.type!=="JSXSpreadAttribute")return false;return J==null||(0,te.default)(S,J)}function isJSXText(S,J){if(!S)return false;if(S.type!=="JSXText")return false;return J==null||(0,te.default)(S,J)}function isJSXFragment(S,J){if(!S)return false;if(S.type!=="JSXFragment")return false;return J==null||(0,te.default)(S,J)}function isJSXOpeningFragment(S,J){if(!S)return false;if(S.type!=="JSXOpeningFragment")return false;return J==null||(0,te.default)(S,J)}function isJSXClosingFragment(S,J){if(!S)return false;if(S.type!=="JSXClosingFragment")return false;return J==null||(0,te.default)(S,J)}function isNoop(S,J){if(!S)return false;if(S.type!=="Noop")return false;return J==null||(0,te.default)(S,J)}function isPlaceholder(S,J){if(!S)return false;if(S.type!=="Placeholder")return false;return J==null||(0,te.default)(S,J)}function isV8IntrinsicIdentifier(S,J){if(!S)return false;if(S.type!=="V8IntrinsicIdentifier")return false;return J==null||(0,te.default)(S,J)}function isArgumentPlaceholder(S,J){if(!S)return false;if(S.type!=="ArgumentPlaceholder")return false;return J==null||(0,te.default)(S,J)}function isBindExpression(S,J){if(!S)return false;if(S.type!=="BindExpression")return false;return J==null||(0,te.default)(S,J)}function isDecorator(S,J){if(!S)return false;if(S.type!=="Decorator")return false;return J==null||(0,te.default)(S,J)}function isDoExpression(S,J){if(!S)return false;if(S.type!=="DoExpression")return false;return J==null||(0,te.default)(S,J)}function isExportDefaultSpecifier(S,J){if(!S)return false;if(S.type!=="ExportDefaultSpecifier")return false;return J==null||(0,te.default)(S,J)}function isRecordExpression(S,J){if(!S)return false;if(S.type!=="RecordExpression")return false;return J==null||(0,te.default)(S,J)}function isTupleExpression(S,J){if(!S)return false;if(S.type!=="TupleExpression")return false;return J==null||(0,te.default)(S,J)}function isDecimalLiteral(S,J){if(!S)return false;if(S.type!=="DecimalLiteral")return false;return J==null||(0,te.default)(S,J)}function isModuleExpression(S,J){if(!S)return false;if(S.type!=="ModuleExpression")return false;return J==null||(0,te.default)(S,J)}function isTopicReference(S,J){if(!S)return false;if(S.type!=="TopicReference")return false;return J==null||(0,te.default)(S,J)}function isPipelineTopicExpression(S,J){if(!S)return false;if(S.type!=="PipelineTopicExpression")return false;return J==null||(0,te.default)(S,J)}function isPipelineBareFunction(S,J){if(!S)return false;if(S.type!=="PipelineBareFunction")return false;return J==null||(0,te.default)(S,J)}function isPipelinePrimaryTopicReference(S,J){if(!S)return false;if(S.type!=="PipelinePrimaryTopicReference")return false;return J==null||(0,te.default)(S,J)}function isVoidPattern(S,J){if(!S)return false;if(S.type!=="VoidPattern")return false;return J==null||(0,te.default)(S,J)}function isTSParameterProperty(S,J){if(!S)return false;if(S.type!=="TSParameterProperty")return false;return J==null||(0,te.default)(S,J)}function isTSDeclareFunction(S,J){if(!S)return false;if(S.type!=="TSDeclareFunction")return false;return J==null||(0,te.default)(S,J)}function isTSDeclareMethod(S,J){if(!S)return false;if(S.type!=="TSDeclareMethod")return false;return J==null||(0,te.default)(S,J)}function isTSQualifiedName(S,J){if(!S)return false;if(S.type!=="TSQualifiedName")return false;return J==null||(0,te.default)(S,J)}function isTSCallSignatureDeclaration(S,J){if(!S)return false;if(S.type!=="TSCallSignatureDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSConstructSignatureDeclaration(S,J){if(!S)return false;if(S.type!=="TSConstructSignatureDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSPropertySignature(S,J){if(!S)return false;if(S.type!=="TSPropertySignature")return false;return J==null||(0,te.default)(S,J)}function isTSMethodSignature(S,J){if(!S)return false;if(S.type!=="TSMethodSignature")return false;return J==null||(0,te.default)(S,J)}function isTSIndexSignature(S,J){if(!S)return false;if(S.type!=="TSIndexSignature")return false;return J==null||(0,te.default)(S,J)}function isTSAnyKeyword(S,J){if(!S)return false;if(S.type!=="TSAnyKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSBooleanKeyword(S,J){if(!S)return false;if(S.type!=="TSBooleanKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSBigIntKeyword(S,J){if(!S)return false;if(S.type!=="TSBigIntKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSIntrinsicKeyword(S,J){if(!S)return false;if(S.type!=="TSIntrinsicKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNeverKeyword(S,J){if(!S)return false;if(S.type!=="TSNeverKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNullKeyword(S,J){if(!S)return false;if(S.type!=="TSNullKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSNumberKeyword(S,J){if(!S)return false;if(S.type!=="TSNumberKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSObjectKeyword(S,J){if(!S)return false;if(S.type!=="TSObjectKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSStringKeyword(S,J){if(!S)return false;if(S.type!=="TSStringKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSSymbolKeyword(S,J){if(!S)return false;if(S.type!=="TSSymbolKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSUndefinedKeyword(S,J){if(!S)return false;if(S.type!=="TSUndefinedKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSUnknownKeyword(S,J){if(!S)return false;if(S.type!=="TSUnknownKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSVoidKeyword(S,J){if(!S)return false;if(S.type!=="TSVoidKeyword")return false;return J==null||(0,te.default)(S,J)}function isTSThisType(S,J){if(!S)return false;if(S.type!=="TSThisType")return false;return J==null||(0,te.default)(S,J)}function isTSFunctionType(S,J){if(!S)return false;if(S.type!=="TSFunctionType")return false;return J==null||(0,te.default)(S,J)}function isTSConstructorType(S,J){if(!S)return false;if(S.type!=="TSConstructorType")return false;return J==null||(0,te.default)(S,J)}function isTSTypeReference(S,J){if(!S)return false;if(S.type!=="TSTypeReference")return false;return J==null||(0,te.default)(S,J)}function isTSTypePredicate(S,J){if(!S)return false;if(S.type!=="TSTypePredicate")return false;return J==null||(0,te.default)(S,J)}function isTSTypeQuery(S,J){if(!S)return false;if(S.type!=="TSTypeQuery")return false;return J==null||(0,te.default)(S,J)}function isTSTypeLiteral(S,J){if(!S)return false;if(S.type!=="TSTypeLiteral")return false;return J==null||(0,te.default)(S,J)}function isTSArrayType(S,J){if(!S)return false;if(S.type!=="TSArrayType")return false;return J==null||(0,te.default)(S,J)}function isTSTupleType(S,J){if(!S)return false;if(S.type!=="TSTupleType")return false;return J==null||(0,te.default)(S,J)}function isTSOptionalType(S,J){if(!S)return false;if(S.type!=="TSOptionalType")return false;return J==null||(0,te.default)(S,J)}function isTSRestType(S,J){if(!S)return false;if(S.type!=="TSRestType")return false;return J==null||(0,te.default)(S,J)}function isTSNamedTupleMember(S,J){if(!S)return false;if(S.type!=="TSNamedTupleMember")return false;return J==null||(0,te.default)(S,J)}function isTSUnionType(S,J){if(!S)return false;if(S.type!=="TSUnionType")return false;return J==null||(0,te.default)(S,J)}function isTSIntersectionType(S,J){if(!S)return false;if(S.type!=="TSIntersectionType")return false;return J==null||(0,te.default)(S,J)}function isTSConditionalType(S,J){if(!S)return false;if(S.type!=="TSConditionalType")return false;return J==null||(0,te.default)(S,J)}function isTSInferType(S,J){if(!S)return false;if(S.type!=="TSInferType")return false;return J==null||(0,te.default)(S,J)}function isTSParenthesizedType(S,J){if(!S)return false;if(S.type!=="TSParenthesizedType")return false;return J==null||(0,te.default)(S,J)}function isTSTypeOperator(S,J){if(!S)return false;if(S.type!=="TSTypeOperator")return false;return J==null||(0,te.default)(S,J)}function isTSIndexedAccessType(S,J){if(!S)return false;if(S.type!=="TSIndexedAccessType")return false;return J==null||(0,te.default)(S,J)}function isTSMappedType(S,J){if(!S)return false;if(S.type!=="TSMappedType")return false;return J==null||(0,te.default)(S,J)}function isTSTemplateLiteralType(S,J){if(!S)return false;if(S.type!=="TSTemplateLiteralType")return false;return J==null||(0,te.default)(S,J)}function isTSLiteralType(S,J){if(!S)return false;if(S.type!=="TSLiteralType")return false;return J==null||(0,te.default)(S,J)}function isTSExpressionWithTypeArguments(S,J){if(!S)return false;if(S.type!=="TSExpressionWithTypeArguments")return false;return J==null||(0,te.default)(S,J)}function isTSInterfaceDeclaration(S,J){if(!S)return false;if(S.type!=="TSInterfaceDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSInterfaceBody(S,J){if(!S)return false;if(S.type!=="TSInterfaceBody")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAliasDeclaration(S,J){if(!S)return false;if(S.type!=="TSTypeAliasDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSInstantiationExpression(S,J){if(!S)return false;if(S.type!=="TSInstantiationExpression")return false;return J==null||(0,te.default)(S,J)}function isTSAsExpression(S,J){if(!S)return false;if(S.type!=="TSAsExpression")return false;return J==null||(0,te.default)(S,J)}function isTSSatisfiesExpression(S,J){if(!S)return false;if(S.type!=="TSSatisfiesExpression")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAssertion(S,J){if(!S)return false;if(S.type!=="TSTypeAssertion")return false;return J==null||(0,te.default)(S,J)}function isTSEnumBody(S,J){if(!S)return false;if(S.type!=="TSEnumBody")return false;return J==null||(0,te.default)(S,J)}function isTSEnumDeclaration(S,J){if(!S)return false;if(S.type!=="TSEnumDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSEnumMember(S,J){if(!S)return false;if(S.type!=="TSEnumMember")return false;return J==null||(0,te.default)(S,J)}function isTSModuleDeclaration(S,J){if(!S)return false;if(S.type!=="TSModuleDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSModuleBlock(S,J){if(!S)return false;if(S.type!=="TSModuleBlock")return false;return J==null||(0,te.default)(S,J)}function isTSImportType(S,J){if(!S)return false;if(S.type!=="TSImportType")return false;return J==null||(0,te.default)(S,J)}function isTSImportEqualsDeclaration(S,J){if(!S)return false;if(S.type!=="TSImportEqualsDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSExternalModuleReference(S,J){if(!S)return false;if(S.type!=="TSExternalModuleReference")return false;return J==null||(0,te.default)(S,J)}function isTSNonNullExpression(S,J){if(!S)return false;if(S.type!=="TSNonNullExpression")return false;return J==null||(0,te.default)(S,J)}function isTSExportAssignment(S,J){if(!S)return false;if(S.type!=="TSExportAssignment")return false;return J==null||(0,te.default)(S,J)}function isTSNamespaceExportDeclaration(S,J){if(!S)return false;if(S.type!=="TSNamespaceExportDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSTypeAnnotation(S,J){if(!S)return false;if(S.type!=="TSTypeAnnotation")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameterInstantiation(S,J){if(!S)return false;if(S.type!=="TSTypeParameterInstantiation")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameterDeclaration(S,J){if(!S)return false;if(S.type!=="TSTypeParameterDeclaration")return false;return J==null||(0,te.default)(S,J)}function isTSTypeParameter(S,J){if(!S)return false;if(S.type!=="TSTypeParameter")return false;return J==null||(0,te.default)(S,J)}function isStandardized(S,J){if(!S)return false;switch(S.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"InterpreterDirective":case"Directive":case"DirectiveLiteral":case"BlockStatement":case"BreakStatement":case"CallExpression":case"CatchClause":case"ConditionalExpression":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"File":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Identifier":case"IfStatement":case"LabeledStatement":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"Program":case"ObjectExpression":case"ObjectMethod":case"ObjectProperty":case"RestElement":case"ReturnStatement":case"SequenceExpression":case"ParenthesizedExpression":case"SwitchCase":case"SwitchStatement":case"ThisExpression":case"ThrowStatement":case"TryStatement":case"UnaryExpression":case"UpdateExpression":case"VariableDeclaration":case"VariableDeclarator":case"WhileStatement":case"WithStatement":case"AssignmentPattern":case"ArrayPattern":case"ArrowFunctionExpression":case"ClassBody":case"ClassExpression":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ExportSpecifier":case"ForOfStatement":case"ImportDeclaration":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ImportExpression":case"MetaProperty":case"ClassMethod":case"ObjectPattern":case"SpreadElement":case"Super":case"TaggedTemplateExpression":case"TemplateElement":case"TemplateLiteral":case"YieldExpression":case"AwaitExpression":case"Import":case"BigIntLiteral":case"ExportNamespaceSpecifier":case"OptionalMemberExpression":case"OptionalCallExpression":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":case"StaticBlock":case"ImportAttribute":break;case"Placeholder":switch(S.expectedNode){case"Identifier":case"StringLiteral":case"BlockStatement":case"ClassBody":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isExpression(S,J){if(!S)return false;switch(S.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ParenthesizedExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":case"ArrowFunctionExpression":case"ClassExpression":case"ImportExpression":case"MetaProperty":case"Super":case"TaggedTemplateExpression":case"TemplateLiteral":case"YieldExpression":case"AwaitExpression":case"Import":case"BigIntLiteral":case"OptionalMemberExpression":case"OptionalCallExpression":case"TypeCastExpression":case"JSXElement":case"JSXFragment":case"BindExpression":case"DoExpression":case"RecordExpression":case"TupleExpression":case"DecimalLiteral":case"ModuleExpression":case"TopicReference":case"PipelineTopicExpression":case"PipelineBareFunction":case"PipelinePrimaryTopicReference":case"TSInstantiationExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Expression":case"Identifier":case"StringLiteral":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isBinary(S,J){if(!S)return false;switch(S.type){case"BinaryExpression":case"LogicalExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isScopable(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Program":case"ObjectMethod":case"SwitchStatement":case"WhileStatement":case"ArrowFunctionExpression":case"ClassExpression":case"ClassDeclaration":case"ForOfStatement":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isBlockParent(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"FunctionExpression":case"Program":case"ObjectMethod":case"SwitchStatement":case"WhileStatement":case"ArrowFunctionExpression":case"ForOfStatement":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isBlock(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"Program":case"TSModuleBlock":break;case"Placeholder":if(S.expectedNode==="BlockStatement")break;default:return false}return J==null||(0,te.default)(S,J)}function isStatement(S,J){if(!S)return false;switch(S.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"FunctionDeclaration":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ForOfStatement":case"ImportDeclaration":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":case"EnumDeclaration":case"TSDeclareFunction":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"TSEnumDeclaration":case"TSModuleDeclaration":case"TSImportEqualsDeclaration":case"TSExportAssignment":case"TSNamespaceExportDeclaration":break;case"Placeholder":switch(S.expectedNode){case"Statement":case"Declaration":case"BlockStatement":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isTerminatorless(S,J){if(!S)return false;switch(S.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":case"YieldExpression":case"AwaitExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isCompletionStatement(S,J){if(!S)return false;switch(S.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isConditional(S,J){if(!S)return false;switch(S.type){case"ConditionalExpression":case"IfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isLoop(S,J){if(!S)return false;switch(S.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isWhile(S,J){if(!S)return false;switch(S.type){case"DoWhileStatement":case"WhileStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isExpressionWrapper(S,J){if(!S)return false;switch(S.type){case"ExpressionStatement":case"ParenthesizedExpression":case"TypeCastExpression":break;default:return false}return J==null||(0,te.default)(S,J)}function isFor(S,J){if(!S)return false;switch(S.type){case"ForInStatement":case"ForStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isForXStatement(S,J){if(!S)return false;switch(S.type){case"ForInStatement":case"ForOfStatement":break;default:return false}return J==null||(0,te.default)(S,J)}function isFunction(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return J==null||(0,te.default)(S,J)}function isFunctionParent(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;default:return false}return J==null||(0,te.default)(S,J)}function isPureish(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"FunctionExpression":case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"ArrowFunctionExpression":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isDeclaration(S,J){if(!S)return false;switch(S.type){case"FunctionDeclaration":case"VariableDeclaration":case"ClassDeclaration":case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":case"EnumDeclaration":case"TSDeclareFunction":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"TSEnumDeclaration":case"TSModuleDeclaration":case"TSImportEqualsDeclaration":break;case"Placeholder":if(S.expectedNode==="Declaration")break;default:return false}return J==null||(0,te.default)(S,J)}function isFunctionParameter(S,J){if(!S)return false;switch(S.type){case"Identifier":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(S.expectedNode==="Identifier")break;default:return false}return J==null||(0,te.default)(S,J)}function isPatternLike(S,J){if(!S)return false;switch(S.type){case"Identifier":case"MemberExpression":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isLVal(S,J){if(!S)return false;switch(S.type){case"Identifier":case"MemberExpression":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"TSParameterProperty":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":break;case"Placeholder":switch(S.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return J==null||(0,te.default)(S,J)}function isTSEntityName(S,J){if(!S)return false;switch(S.type){case"Identifier":case"TSQualifiedName":break;case"Placeholder":if(S.expectedNode==="Identifier")break;default:return false}return J==null||(0,te.default)(S,J)}function isLiteral(S,J){if(!S)return false;switch(S.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"TemplateLiteral":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isImmutable(S,J){if(!S)return false;switch(S.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"BigIntLiteral":case"JSXAttribute":case"JSXClosingElement":case"JSXElement":case"JSXExpressionContainer":case"JSXSpreadChild":case"JSXOpeningElement":case"JSXText":case"JSXFragment":case"JSXOpeningFragment":case"JSXClosingFragment":case"DecimalLiteral":break;case"Placeholder":if(S.expectedNode==="StringLiteral")break;default:return false}return J==null||(0,te.default)(S,J)}function isUserWhitespacable(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ObjectProperty":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isMethod(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return J==null||(0,te.default)(S,J)}function isObjectMember(S,J){if(!S)return false;switch(S.type){case"ObjectMethod":case"ObjectProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isProperty(S,J){if(!S)return false;switch(S.type){case"ObjectProperty":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isUnaryLike(S,J){if(!S)return false;switch(S.type){case"UnaryExpression":case"SpreadElement":break;default:return false}return J==null||(0,te.default)(S,J)}function isPattern(S,J){if(!S)return false;switch(S.type){case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(S.expectedNode==="Pattern")break;default:return false}return J==null||(0,te.default)(S,J)}function isClass(S,J){if(!S)return false;switch(S.type){case"ClassExpression":case"ClassDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isImportOrExportDeclaration(S,J){if(!S)return false;switch(S.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isExportDeclaration(S,J){if(!S)return false;switch(S.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":break;default:return false}return J==null||(0,te.default)(S,J)}function isModuleSpecifier(S,J){if(!S)return false;switch(S.type){case"ExportSpecifier":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":break;default:return false}return J==null||(0,te.default)(S,J)}function isAccessor(S,J){if(!S)return false;switch(S.type){case"ClassAccessorProperty":break;default:return false}return J==null||(0,te.default)(S,J)}function isPrivate(S,J){if(!S)return false;switch(S.type){case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlow(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"ArrayTypeAnnotation":case"BooleanTypeAnnotation":case"BooleanLiteralTypeAnnotation":case"NullLiteralTypeAnnotation":case"ClassImplements":case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"DeclaredPredicate":case"ExistsTypeAnnotation":case"FunctionTypeAnnotation":case"FunctionTypeParam":case"GenericTypeAnnotation":case"InferredPredicate":case"InterfaceExtends":case"InterfaceDeclaration":case"InterfaceTypeAnnotation":case"IntersectionTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NullableTypeAnnotation":case"NumberLiteralTypeAnnotation":case"NumberTypeAnnotation":case"ObjectTypeAnnotation":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":case"OpaqueType":case"QualifiedTypeIdentifier":case"StringLiteralTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"TupleTypeAnnotation":case"TypeofTypeAnnotation":case"TypeAlias":case"TypeAnnotation":case"TypeCastExpression":case"TypeParameter":case"TypeParameterDeclaration":case"TypeParameterInstantiation":case"UnionTypeAnnotation":case"Variance":case"VoidTypeAnnotation":case"EnumDeclaration":case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":case"IndexedAccessType":case"OptionalIndexedAccessType":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowType(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"ArrayTypeAnnotation":case"BooleanTypeAnnotation":case"BooleanLiteralTypeAnnotation":case"NullLiteralTypeAnnotation":case"ExistsTypeAnnotation":case"FunctionTypeAnnotation":case"GenericTypeAnnotation":case"InterfaceTypeAnnotation":case"IntersectionTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NullableTypeAnnotation":case"NumberLiteralTypeAnnotation":case"NumberTypeAnnotation":case"ObjectTypeAnnotation":case"StringLiteralTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"TupleTypeAnnotation":case"TypeofTypeAnnotation":case"UnionTypeAnnotation":case"VoidTypeAnnotation":case"IndexedAccessType":case"OptionalIndexedAccessType":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowBaseAnnotation(S,J){if(!S)return false;switch(S.type){case"AnyTypeAnnotation":case"BooleanTypeAnnotation":case"NullLiteralTypeAnnotation":case"MixedTypeAnnotation":case"EmptyTypeAnnotation":case"NumberTypeAnnotation":case"StringTypeAnnotation":case"SymbolTypeAnnotation":case"ThisTypeAnnotation":case"VoidTypeAnnotation":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowDeclaration(S,J){if(!S)return false;switch(S.type){case"DeclareClass":case"DeclareFunction":case"DeclareInterface":case"DeclareModule":case"DeclareModuleExports":case"DeclareTypeAlias":case"DeclareOpaqueType":case"DeclareVariable":case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":case"InterfaceDeclaration":case"OpaqueType":case"TypeAlias":break;default:return false}return J==null||(0,te.default)(S,J)}function isFlowPredicate(S,J){if(!S)return false;switch(S.type){case"DeclaredPredicate":case"InferredPredicate":break;default:return false}return J==null||(0,te.default)(S,J)}function isEnumBody(S,J){if(!S)return false;switch(S.type){case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":break;default:return false}return J==null||(0,te.default)(S,J)}function isEnumMember(S,J){if(!S)return false;switch(S.type){case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":break;default:return false}return J==null||(0,te.default)(S,J)}function isJSX(S,J){if(!S)return false;switch(S.type){case"JSXAttribute":case"JSXClosingElement":case"JSXElement":case"JSXEmptyExpression":case"JSXExpressionContainer":case"JSXSpreadChild":case"JSXIdentifier":case"JSXMemberExpression":case"JSXNamespacedName":case"JSXOpeningElement":case"JSXSpreadAttribute":case"JSXText":case"JSXFragment":case"JSXOpeningFragment":case"JSXClosingFragment":break;default:return false}return J==null||(0,te.default)(S,J)}function isMiscellaneous(S,J){if(!S)return false;switch(S.type){case"Noop":case"Placeholder":case"V8IntrinsicIdentifier":break;default:return false}return J==null||(0,te.default)(S,J)}function isTypeScript(S,J){if(!S)return false;switch(S.type){case"TSParameterProperty":case"TSDeclareFunction":case"TSDeclareMethod":case"TSQualifiedName":case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSFunctionType":case"TSConstructorType":case"TSTypeReference":case"TSTypePredicate":case"TSTypeQuery":case"TSTypeLiteral":case"TSArrayType":case"TSTupleType":case"TSOptionalType":case"TSRestType":case"TSNamedTupleMember":case"TSUnionType":case"TSIntersectionType":case"TSConditionalType":case"TSInferType":case"TSParenthesizedType":case"TSTypeOperator":case"TSIndexedAccessType":case"TSMappedType":case"TSTemplateLiteralType":case"TSLiteralType":case"TSExpressionWithTypeArguments":case"TSInterfaceDeclaration":case"TSInterfaceBody":case"TSTypeAliasDeclaration":case"TSInstantiationExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSEnumBody":case"TSEnumDeclaration":case"TSEnumMember":case"TSModuleDeclaration":case"TSModuleBlock":case"TSImportType":case"TSImportEqualsDeclaration":case"TSExternalModuleReference":case"TSNonNullExpression":case"TSExportAssignment":case"TSNamespaceExportDeclaration":case"TSTypeAnnotation":case"TSTypeParameterInstantiation":case"TSTypeParameterDeclaration":case"TSTypeParameter":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSTypeElement(S,J){if(!S)return false;switch(S.type){case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSType(S,J){if(!S)return false;switch(S.type){case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSFunctionType":case"TSConstructorType":case"TSTypeReference":case"TSTypePredicate":case"TSTypeQuery":case"TSTypeLiteral":case"TSArrayType":case"TSTupleType":case"TSOptionalType":case"TSRestType":case"TSUnionType":case"TSIntersectionType":case"TSConditionalType":case"TSInferType":case"TSParenthesizedType":case"TSTypeOperator":case"TSIndexedAccessType":case"TSMappedType":case"TSTemplateLiteralType":case"TSLiteralType":case"TSExpressionWithTypeArguments":case"TSImportType":break;default:return false}return J==null||(0,te.default)(S,J)}function isTSBaseType(S,J){if(!S)return false;switch(S.type){case"TSAnyKeyword":case"TSBooleanKeyword":case"TSBigIntKeyword":case"TSIntrinsicKeyword":case"TSNeverKeyword":case"TSNullKeyword":case"TSNumberKeyword":case"TSObjectKeyword":case"TSStringKeyword":case"TSSymbolKeyword":case"TSUndefinedKeyword":case"TSUnknownKeyword":case"TSVoidKeyword":case"TSThisType":case"TSTemplateLiteralType":case"TSLiteralType":break;default:return false}return J==null||(0,te.default)(S,J)}function isNumberLiteral(S,J){(0,re.default)("isNumberLiteral","isNumericLiteral");if(!S)return false;if(S.type!=="NumberLiteral")return false;return J==null||(0,te.default)(S,J)}function isRegexLiteral(S,J){(0,re.default)("isRegexLiteral","isRegExpLiteral");if(!S)return false;if(S.type!=="RegexLiteral")return false;return J==null||(0,te.default)(S,J)}function isRestProperty(S,J){(0,re.default)("isRestProperty","isRestElement");if(!S)return false;if(S.type!=="RestProperty")return false;return J==null||(0,te.default)(S,J)}function isSpreadProperty(S,J){(0,re.default)("isSpreadProperty","isSpreadElement");if(!S)return false;if(S.type!=="SpreadProperty")return false;return J==null||(0,te.default)(S,J)}function isModuleDeclaration(S,J){(0,re.default)("isModuleDeclaration","isImportOrExportDeclaration");return isImportOrExportDeclaration(S,J)}},32664:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=is;var te=ee(30732);var re=ee(43872);var ne=ee(40975);var ie=ee(85437);function is(S,J,ee){if(!J)return false;const oe=(0,re.default)(J.type,S);if(!oe){if(!ee&&J.type==="Placeholder"&&S in ie.FLIPPED_ALIAS_KEYS){return(0,ne.default)(J.expectedNode,S)}return false}if(ee===undefined){return true}else{return(0,te.default)(J,ee)}}},10139:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isBinding;var te=ee(79005);function isBinding(S,J,ee){if(ee&&S.type==="Identifier"&&J.type==="ObjectProperty"&&ee.type==="ObjectExpression"){return false}const re=te.default.keys[J.type];if(re){for(let ee=0;ee<re.length;ee++){const te=re[ee];const ne=J[te];if(Array.isArray(ne)){if(ne.includes(S))return true}else{if(ne===S)return true}}}return false}},10395:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isBlockScoped;var te=ee(78596);var re=ee(96923);function isBlockScoped(S){return(0,te.isFunctionDeclaration)(S)||(0,te.isClassDeclaration)(S)||(0,re.default)(S)}},68262:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isImmutable;var te=ee(43872);var re=ee(78596);function isImmutable(S){if((0,te.default)(S.type,"Immutable"))return true;if((0,re.isIdentifier)(S)){if(S.name==="undefined"){return true}else{return false}}return false}},96923:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isLet;var te=ee(78596);var re=Symbol.for("var used to be block scoped");function isLet(S){return(0,te.isVariableDeclaration)(S)&&(S.kind!=="var"||S[re])}},9592:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isNode;var te=ee(85437);function isNode(S){return!!(S&&te.VISITOR_KEYS[S.type])}},90639:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isNodesEquivalent;var te=ee(85437);function isNodesEquivalent(S,J){if(typeof S!=="object"||typeof J!=="object"||S==null||J==null){return S===J}if(S.type!==J.type){return false}const ee=Object.keys(te.NODE_FIELDS[S.type]||S.type);const re=te.VISITOR_KEYS[S.type];for(const te of ee){const ee=S[te];const ne=J[te];if(typeof ee!==typeof ne){return false}if(ee==null&&ne==null){continue}else if(ee==null||ne==null){return false}if(Array.isArray(ee)){if(!Array.isArray(ne)){return false}if(ee.length!==ne.length){return false}for(let S=0;S<ee.length;S++){if(!isNodesEquivalent(ee[S],ne[S])){return false}}continue}if(typeof ee==="object"&&!(re!=null&&re.includes(te))){for(const S of Object.keys(ee)){if(ee[S]!==ne[S]){return false}}continue}if(!isNodesEquivalent(ee,ne)){return false}}return true}},40975:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isPlaceholderType;var te=ee(85437);function isPlaceholderType(S,J){if(S===J)return true;const ee=te.PLACEHOLDERS_ALIAS[S];if(ee!=null&&ee.includes(J))return true;return false}},87171:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isReferenced;function isReferenced(S,J,ee){switch(J.type){case"MemberExpression":case"OptionalMemberExpression":if(J.property===S){return!!J.computed}return J.object===S;case"JSXMemberExpression":return J.object===S;case"VariableDeclarator":return J.init===S;case"ArrowFunctionExpression":return J.body===S;case"PrivateName":return false;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":if(J.key===S){return!!J.computed}return false;case"ObjectProperty":if(J.key===S){return!!J.computed}return(ee==null?void 0:ee.type)!=="ObjectPattern";case"ClassProperty":case"ClassAccessorProperty":if(J.key===S){return!!J.computed}return true;case"ClassPrivateProperty":return J.key!==S;case"ClassDeclaration":case"ClassExpression":return J.superClass===S;case"AssignmentExpression":return J.right===S;case"AssignmentPattern":return J.right===S;case"LabeledStatement":return false;case"CatchClause":return false;case"RestElement":return false;case"BreakStatement":case"ContinueStatement":return false;case"FunctionDeclaration":case"FunctionExpression":return false;case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":return false;case"ExportSpecifier":if(ee!=null&&ee.source){return false}return J.local===S;case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":return false;case"ImportAttribute":return false;case"JSXAttribute":return false;case"ObjectPattern":case"ArrayPattern":return false;case"MetaProperty":return false;case"ObjectTypeProperty":return J.key!==S;case"TSEnumMember":return J.id!==S;case"TSPropertySignature":if(J.key===S){return!!J.computed}return true}return true}},47450:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isScope;var te=ee(78596);function isScope(S,J){if((0,te.isBlockStatement)(S)&&((0,te.isFunction)(J)||(0,te.isCatchClause)(J))){return false}if((0,te.isPattern)(S)&&((0,te.isFunction)(J)||(0,te.isCatchClause)(J))){return true}return(0,te.isScopable)(S)}},56709:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isSpecifierDefault;var te=ee(78596);function isSpecifierDefault(S){return(0,te.isImportDefaultSpecifier)(S)||(0,te.isIdentifier)(S.imported||S.exported,{name:"default"})}},43872:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isType;var te=ee(85437);function isType(S,J){if(S===J)return true;if(S==null)return false;if(te.ALIAS_KEYS[J])return false;const ee=te.FLIPPED_ALIAS_KEYS[J];if(ee!=null&&ee.includes(S))return true;return false}},67292:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isValidES3Identifier;var te=ee(44939);const re=new Set(["abstract","boolean","byte","char","double","enum","final","float","goto","implements","int","interface","long","native","package","private","protected","public","short","static","synchronized","throws","transient","volatile"]);function isValidES3Identifier(S){return(0,te.default)(S)&&!re.has(S)}},44939:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isValidIdentifier;var te=ee(8740);function isValidIdentifier(S,J=true){if(typeof S!=="string")return false;if(J){if((0,te.isKeyword)(S)||(0,te.isStrictReservedWord)(S,true)){return false}}return(0,te.isIdentifierName)(S)}},22407:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isVar;var te=ee(78596);var re=Symbol.for("var used to be block scoped");function isVar(S){return(0,te.isVariableDeclaration)(S,{kind:"var"})&&!S[re]}},85841:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=matchesPattern;var te=ee(78596);function isMemberExpressionLike(S){return(0,te.isMemberExpression)(S)||(0,te.isMetaProperty)(S)}function matchesPattern(S,J,ee){if(!isMemberExpressionLike(S))return false;const re=Array.isArray(J)?J:J.split(".");const ne=[];let ie;for(ie=S;isMemberExpressionLike(ie);ie=(oe=ie.object)!=null?oe:ie.meta){var oe;ne.push(ie.property)}ne.push(ie);if(ne.length<re.length)return false;if(!ee&&ne.length>re.length)return false;for(let S=0,J=ne.length-1;S<re.length;S++,J--){const ee=ne[J];let ie;if((0,te.isIdentifier)(ee)){ie=ee.name}else if((0,te.isStringLiteral)(ee)){ie=ee.value}else if((0,te.isThisExpression)(ee)){ie="this"}else if((0,te.isSuper)(ee)){ie="super"}else if((0,te.isPrivateName)(ee)){ie="#"+ee.id.name}else{return false}if(re[S]!==ie)return false}return true}},85080:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=isCompatTag;function isCompatTag(S){return!!S&&/^[a-z]/.test(S)}},27686:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=void 0;var te=ee(41693);const re=(0,te.default)("React.Component");var ne=J["default"]=re},58546:(S,J,ee)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J["default"]=validate;J.validateChild=validateChild;J.validateField=validateField;J.validateInternal=validateInternal;var te=ee(85437);function validate(S,J,ee){if(!S)return;const re=te.NODE_FIELDS[S.type];if(!re)return;const ne=re[J];validateField(S,J,ee,ne);validateChild(S,J,ee)}function validateInternal(S,J,ee,re,ne){if(!(S!=null&&S.validate))return;if(S.optional&&re==null)return;S.validate(J,ee,re);if(ne){var ie;const S=re.type;if(S==null)return;(ie=te.NODE_PARENT_VALIDATIONS[S])==null||ie.call(te.NODE_PARENT_VALIDATIONS,J,ee,re)}}function validateField(S,J,ee,te){if(!(te!=null&&te.validate))return;if(te.optional&&ee==null)return;te.validate(S,J,ee)}function validateChild(S,J,ee){var re;const ne=ee==null?void 0:ee.type;if(ne==null)return;(re=te.NODE_PARENT_VALIDATIONS[ne])==null||re.call(te.NODE_PARENT_VALIDATIONS,S,J,ee)}},61414:(S,J,ee)=>{const{Argument:te}=ee(1047);const{Command:re}=ee(71175);const{CommanderError:ne,InvalidArgumentError:ie}=ee(94848);const{Help:oe}=ee(98151);const{Option:se}=ee(20513);J.program=new re;J.createCommand=S=>new re(S);J.createOption=(S,J)=>new se(S,J);J.createArgument=(S,J)=>new te(S,J);J.Command=re;J.Option=se;J.Argument=te;J.Help=oe;J.CommanderError=ne;J.InvalidArgumentError=ie;J.InvalidOptionArgumentError=ie},1047:(S,J,ee)=>{const{InvalidArgumentError:te}=ee(94848);class Argument{constructor(S,J){this.description=J||"";this.variadic=false;this.parseArg=undefined;this.defaultValue=undefined;this.defaultValueDescription=undefined;this.argChoices=undefined;switch(S[0]){case"<":this.required=true;this._name=S.slice(1,-1);break;case"[":this.required=false;this._name=S.slice(1,-1);break;default:this.required=true;this._name=S;break}if(this._name.length>3&&this._name.slice(-3)==="..."){this.variadic=true;this._name=this._name.slice(0,-3)}}name(){return this._name}_concatValue(S,J){if(J===this.defaultValue||!Array.isArray(J)){return[S]}return J.concat(S)}default(S,J){this.defaultValue=S;this.defaultValueDescription=J;return this}argParser(S){this.parseArg=S;return this}choices(S){this.argChoices=S.slice();this.parseArg=(S,J)=>{if(!this.argChoices.includes(S)){throw new te(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(S,J)}return S};return this}argRequired(){this.required=true;return this}argOptional(){this.required=false;return this}}function humanReadableArgName(S){const J=S.name()+(S.variadic===true?"...":"");return S.required?"<"+J+">":"["+J+"]"}J.Argument=Argument;J.humanReadableArgName=humanReadableArgName},71175:(S,J,ee)=>{const te=ee(78474).EventEmitter;const re=ee(31421);const ne=ee(76760);const ie=ee(73024);const oe=ee(1708);const{Argument:se,humanReadableArgName:ae}=ee(1047);const{CommanderError:le}=ee(94848);const{Help:ue}=ee(98151);const{Option:pe,DualOptions:de}=ee(20513);const{suggestSimilar:fe}=ee(46587);class Command extends te{constructor(S){super();this.commands=[];this.options=[];this.parent=null;this._allowUnknownOption=false;this._allowExcessArguments=true;this.registeredArguments=[];this._args=this.registeredArguments;this.args=[];this.rawArgs=[];this.processedArgs=[];this._scriptPath=null;this._name=S||"";this._optionValues={};this._optionValueSources={};this._storeOptionsAsProperties=false;this._actionHandler=null;this._executableHandler=false;this._executableFile=null;this._executableDir=null;this._defaultCommandName=null;this._exitCallback=null;this._aliases=[];this._combineFlagAndOptionalValue=true;this._description="";this._summary="";this._argsDescription=undefined;this._enablePositionalOptions=false;this._passThroughOptions=false;this._lifeCycleHooks={};this._showHelpAfterError=false;this._showSuggestionAfterError=true;this._outputConfiguration={writeOut:S=>oe.stdout.write(S),writeErr:S=>oe.stderr.write(S),getOutHelpWidth:()=>oe.stdout.isTTY?oe.stdout.columns:undefined,getErrHelpWidth:()=>oe.stderr.isTTY?oe.stderr.columns:undefined,outputError:(S,J)=>J(S)};this._hidden=false;this._helpOption=undefined;this._addImplicitHelpCommand=undefined;this._helpCommand=undefined;this._helpConfiguration={}}copyInheritedSettings(S){this._outputConfiguration=S._outputConfiguration;this._helpOption=S._helpOption;this._helpCommand=S._helpCommand;this._helpConfiguration=S._helpConfiguration;this._exitCallback=S._exitCallback;this._storeOptionsAsProperties=S._storeOptionsAsProperties;this._combineFlagAndOptionalValue=S._combineFlagAndOptionalValue;this._allowExcessArguments=S._allowExcessArguments;this._enablePositionalOptions=S._enablePositionalOptions;this._showHelpAfterError=S._showHelpAfterError;this._showSuggestionAfterError=S._showSuggestionAfterError;return this}_getCommandAndAncestors(){const S=[];for(let J=this;J;J=J.parent){S.push(J)}return S}command(S,J,ee){let te=J;let re=ee;if(typeof te==="object"&&te!==null){re=te;te=null}re=re||{};const[,ne,ie]=S.match(/([^ ]+) *(.*)/);const oe=this.createCommand(ne);if(te){oe.description(te);oe._executableHandler=true}if(re.isDefault)this._defaultCommandName=oe._name;oe._hidden=!!(re.noHelp||re.hidden);oe._executableFile=re.executableFile||null;if(ie)oe.arguments(ie);this._registerCommand(oe);oe.parent=this;oe.copyInheritedSettings(this);if(te)return this;return oe}createCommand(S){return new Command(S)}createHelp(){return Object.assign(new ue,this.configureHelp())}configureHelp(S){if(S===undefined)return this._helpConfiguration;this._helpConfiguration=S;return this}configureOutput(S){if(S===undefined)return this._outputConfiguration;Object.assign(this._outputConfiguration,S);return this}showHelpAfterError(S=true){if(typeof S!=="string")S=!!S;this._showHelpAfterError=S;return this}showSuggestionAfterError(S=true){this._showSuggestionAfterError=!!S;return this}addCommand(S,J){if(!S._name){throw new Error(`Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()`)}J=J||{};if(J.isDefault)this._defaultCommandName=S._name;if(J.noHelp||J.hidden)S._hidden=true;this._registerCommand(S);S.parent=this;S._checkForBrokenPassThrough();return this}createArgument(S,J){return new se(S,J)}argument(S,J,ee,te){const re=this.createArgument(S,J);if(typeof ee==="function"){re.default(te).argParser(ee)}else{re.default(ee)}this.addArgument(re);return this}arguments(S){S.trim().split(/ +/).forEach((S=>{this.argument(S)}));return this}addArgument(S){const J=this.registeredArguments.slice(-1)[0];if(J&&J.variadic){throw new Error(`only the last argument can be variadic '${J.name()}'`)}if(S.required&&S.defaultValue!==undefined&&S.parseArg===undefined){throw new Error(`a default value for a required argument is never used: '${S.name()}'`)}this.registeredArguments.push(S);return this}helpCommand(S,J){if(typeof S==="boolean"){this._addImplicitHelpCommand=S;return this}S=S??"help [command]";const[,ee,te]=S.match(/([^ ]+) *(.*)/);const re=J??"display help for command";const ne=this.createCommand(ee);ne.helpOption(false);if(te)ne.arguments(te);if(re)ne.description(re);this._addImplicitHelpCommand=true;this._helpCommand=ne;return this}addHelpCommand(S,J){if(typeof S!=="object"){this.helpCommand(S,J);return this}this._addImplicitHelpCommand=true;this._helpCommand=S;return this}_getHelpCommand(){const S=this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"));if(S){if(this._helpCommand===undefined){this.helpCommand(undefined,undefined)}return this._helpCommand}return null}hook(S,J){const ee=["preSubcommand","preAction","postAction"];if(!ee.includes(S)){throw new Error(`Unexpected value for event passed to hook : '${S}'.\nExpecting one of '${ee.join("', '")}'`)}if(this._lifeCycleHooks[S]){this._lifeCycleHooks[S].push(J)}else{this._lifeCycleHooks[S]=[J]}return this}exitOverride(S){if(S){this._exitCallback=S}else{this._exitCallback=S=>{if(S.code!=="commander.executeSubCommandAsync"){throw S}else{}}}return this}_exit(S,J,ee){if(this._exitCallback){this._exitCallback(new le(S,J,ee))}oe.exit(S)}action(S){const listener=J=>{const ee=this.registeredArguments.length;const te=J.slice(0,ee);if(this._storeOptionsAsProperties){te[ee]=this}else{te[ee]=this.opts()}te.push(this);return S.apply(this,te)};this._actionHandler=listener;return this}createOption(S,J){return new pe(S,J)}_callParseArg(S,J,ee,te){try{return S.parseArg(J,ee)}catch(S){if(S.code==="commander.invalidArgument"){const J=`${te} ${S.message}`;this.error(J,{exitCode:S.exitCode,code:S.code})}throw S}}_registerOption(S){const J=S.short&&this._findOption(S.short)||S.long&&this._findOption(S.long);if(J){const ee=S.long&&this._findOption(S.long)?S.long:S.short;throw new Error(`Cannot add option '${S.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${ee}'\n- already used by option '${J.flags}'`)}this.options.push(S)}_registerCommand(S){const knownBy=S=>[S.name()].concat(S.aliases());const J=knownBy(S).find((S=>this._findCommand(S)));if(J){const ee=knownBy(this._findCommand(J)).join("|");const te=knownBy(S).join("|");throw new Error(`cannot add command '${te}' as already have command '${ee}'`)}this.commands.push(S)}addOption(S){this._registerOption(S);const J=S.name();const ee=S.attributeName();if(S.negate){const J=S.long.replace(/^--no-/,"--");if(!this._findOption(J)){this.setOptionValueWithSource(ee,S.defaultValue===undefined?true:S.defaultValue,"default")}}else if(S.defaultValue!==undefined){this.setOptionValueWithSource(ee,S.defaultValue,"default")}const handleOptionValue=(J,te,re)=>{if(J==null&&S.presetArg!==undefined){J=S.presetArg}const ne=this.getOptionValue(ee);if(J!==null&&S.parseArg){J=this._callParseArg(S,J,ne,te)}else if(J!==null&&S.variadic){J=S._concatValue(J,ne)}if(J==null){if(S.negate){J=false}else if(S.isBoolean()||S.optional){J=true}else{J=""}}this.setOptionValueWithSource(ee,J,re)};this.on("option:"+J,(J=>{const ee=`error: option '${S.flags}' argument '${J}' is invalid.`;handleOptionValue(J,ee,"cli")}));if(S.envVar){this.on("optionEnv:"+J,(J=>{const ee=`error: option '${S.flags}' value '${J}' from env '${S.envVar}' is invalid.`;handleOptionValue(J,ee,"env")}))}return this}_optionEx(S,J,ee,te,re){if(typeof J==="object"&&J instanceof pe){throw new Error("To add an Option object use addOption() instead of option() or requiredOption()")}const ne=this.createOption(J,ee);ne.makeOptionMandatory(!!S.mandatory);if(typeof te==="function"){ne.default(re).argParser(te)}else if(te instanceof RegExp){const S=te;te=(J,ee)=>{const te=S.exec(J);return te?te[0]:ee};ne.default(re).argParser(te)}else{ne.default(te)}return this.addOption(ne)}option(S,J,ee,te){return this._optionEx({},S,J,ee,te)}requiredOption(S,J,ee,te){return this._optionEx({mandatory:true},S,J,ee,te)}combineFlagAndOptionalValue(S=true){this._combineFlagAndOptionalValue=!!S;return this}allowUnknownOption(S=true){this._allowUnknownOption=!!S;return this}allowExcessArguments(S=true){this._allowExcessArguments=!!S;return this}enablePositionalOptions(S=true){this._enablePositionalOptions=!!S;return this}passThroughOptions(S=true){this._passThroughOptions=!!S;this._checkForBrokenPassThrough();return this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions){throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}}storeOptionsAsProperties(S=true){if(this.options.length){throw new Error("call .storeOptionsAsProperties() before adding options")}if(Object.keys(this._optionValues).length){throw new Error("call .storeOptionsAsProperties() before setting option values")}this._storeOptionsAsProperties=!!S;return this}getOptionValue(S){if(this._storeOptionsAsProperties){return this[S]}return this._optionValues[S]}setOptionValue(S,J){return this.setOptionValueWithSource(S,J,undefined)}setOptionValueWithSource(S,J,ee){if(this._storeOptionsAsProperties){this[S]=J}else{this._optionValues[S]=J}this._optionValueSources[S]=ee;return this}getOptionValueSource(S){return this._optionValueSources[S]}getOptionValueSourceWithGlobals(S){let J;this._getCommandAndAncestors().forEach((ee=>{if(ee.getOptionValueSource(S)!==undefined){J=ee.getOptionValueSource(S)}}));return J}_prepareUserArgs(S,J){if(S!==undefined&&!Array.isArray(S)){throw new Error("first parameter to parse must be array or undefined")}J=J||{};if(S===undefined&&J.from===undefined){if(oe.versions?.electron){J.from="electron"}const S=oe.execArgv??[];if(S.includes("-e")||S.includes("--eval")||S.includes("-p")||S.includes("--print")){J.from="eval"}}if(S===undefined){S=oe.argv}this.rawArgs=S.slice();let ee;switch(J.from){case undefined:case"node":this._scriptPath=S[1];ee=S.slice(2);break;case"electron":if(oe.defaultApp){this._scriptPath=S[1];ee=S.slice(2)}else{ee=S.slice(1)}break;case"user":ee=S.slice(0);break;case"eval":ee=S.slice(1);break;default:throw new Error(`unexpected parse option { from: '${J.from}' }`)}if(!this._name&&this._scriptPath)this.nameFromFilename(this._scriptPath);this._name=this._name||"program";return ee}parse(S,J){const ee=this._prepareUserArgs(S,J);this._parseCommand([],ee);return this}async parseAsync(S,J){const ee=this._prepareUserArgs(S,J);await this._parseCommand([],ee);return this}_executeSubCommand(S,J){J=J.slice();let ee=false;const te=[".js",".ts",".tsx",".mjs",".cjs"];function findFile(S,J){const ee=ne.resolve(S,J);if(ie.existsSync(ee))return ee;if(te.includes(ne.extname(J)))return undefined;const re=te.find((S=>ie.existsSync(`${ee}${S}`)));if(re)return`${ee}${re}`;return undefined}this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();let se=S._executableFile||`${this._name}-${S._name}`;let ae=this._executableDir||"";if(this._scriptPath){let S;try{S=ie.realpathSync(this._scriptPath)}catch(J){S=this._scriptPath}ae=ne.resolve(ne.dirname(S),ae)}if(ae){let J=findFile(ae,se);if(!J&&!S._executableFile&&this._scriptPath){const ee=ne.basename(this._scriptPath,ne.extname(this._scriptPath));if(ee!==this._name){J=findFile(ae,`${ee}-${S._name}`)}}se=J||se}ee=te.includes(ne.extname(se));let ue;if(oe.platform!=="win32"){if(ee){J.unshift(se);J=incrementNodeInspectorPort(oe.execArgv).concat(J);ue=re.spawn(oe.argv[0],J,{stdio:"inherit"})}else{ue=re.spawn(se,J,{stdio:"inherit"})}}else{J.unshift(se);J=incrementNodeInspectorPort(oe.execArgv).concat(J);ue=re.spawn(oe.execPath,J,{stdio:"inherit"})}if(!ue.killed){const S=["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"];S.forEach((S=>{oe.on(S,(()=>{if(ue.killed===false&&ue.exitCode===null){ue.kill(S)}}))}))}const pe=this._exitCallback;ue.on("close",(S=>{S=S??1;if(!pe){oe.exit(S)}else{pe(new le(S,"commander.executeSubCommandAsync","(close)"))}}));ue.on("error",(J=>{if(J.code==="ENOENT"){const J=ae?`searched for local subcommand relative to directory '${ae}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory";const ee=`'${se}' does not exist\n - if '${S._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ${J}`;throw new Error(ee)}else if(J.code==="EACCES"){throw new Error(`'${se}' not executable`)}if(!pe){oe.exit(1)}else{const S=new le(1,"commander.executeSubCommandAsync","(error)");S.nestedError=J;pe(S)}}));this.runningCommand=ue}_dispatchSubcommand(S,J,ee){const te=this._findCommand(S);if(!te)this.help({error:true});let re;re=this._chainOrCallSubCommandHook(re,te,"preSubcommand");re=this._chainOrCall(re,(()=>{if(te._executableHandler){this._executeSubCommand(te,J.concat(ee))}else{return te._parseCommand(J,ee)}}));return re}_dispatchHelpCommand(S){if(!S){this.help()}const J=this._findCommand(S);if(J&&!J._executableHandler){J.help()}return this._dispatchSubcommand(S,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach(((S,J)=>{if(S.required&&this.args[J]==null){this.missingArgument(S.name())}}));if(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic){return}if(this.args.length>this.registeredArguments.length){this._excessArguments(this.args)}}_processArguments(){const myParseArg=(S,J,ee)=>{let te=J;if(J!==null&&S.parseArg){const re=`error: command-argument value '${J}' is invalid for argument '${S.name()}'.`;te=this._callParseArg(S,J,ee,re)}return te};this._checkNumberOfArguments();const S=[];this.registeredArguments.forEach(((J,ee)=>{let te=J.defaultValue;if(J.variadic){if(ee<this.args.length){te=this.args.slice(ee);if(J.parseArg){te=te.reduce(((S,ee)=>myParseArg(J,ee,S)),J.defaultValue)}}else if(te===undefined){te=[]}}else if(ee<this.args.length){te=this.args[ee];if(J.parseArg){te=myParseArg(J,te,J.defaultValue)}}S[ee]=te}));this.processedArgs=S}_chainOrCall(S,J){if(S&&S.then&&typeof S.then==="function"){return S.then((()=>J()))}return J()}_chainOrCallHooks(S,J){let ee=S;const te=[];this._getCommandAndAncestors().reverse().filter((S=>S._lifeCycleHooks[J]!==undefined)).forEach((S=>{S._lifeCycleHooks[J].forEach((J=>{te.push({hookedCommand:S,callback:J})}))}));if(J==="postAction"){te.reverse()}te.forEach((S=>{ee=this._chainOrCall(ee,(()=>S.callback(S.hookedCommand,this)))}));return ee}_chainOrCallSubCommandHook(S,J,ee){let te=S;if(this._lifeCycleHooks[ee]!==undefined){this._lifeCycleHooks[ee].forEach((S=>{te=this._chainOrCall(te,(()=>S(this,J)))}))}return te}_parseCommand(S,J){const ee=this.parseOptions(J);this._parseOptionsEnv();this._parseOptionsImplied();S=S.concat(ee.operands);J=ee.unknown;this.args=S.concat(J);if(S&&this._findCommand(S[0])){return this._dispatchSubcommand(S[0],S.slice(1),J)}if(this._getHelpCommand()&&S[0]===this._getHelpCommand().name()){return this._dispatchHelpCommand(S[1])}if(this._defaultCommandName){this._outputHelpIfRequested(J);return this._dispatchSubcommand(this._defaultCommandName,S,J)}if(this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName){this.help({error:true})}this._outputHelpIfRequested(ee.unknown);this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();const checkForUnknownOptions=()=>{if(ee.unknown.length>0){this.unknownOption(ee.unknown[0])}};const te=`command:${this.name()}`;if(this._actionHandler){checkForUnknownOptions();this._processArguments();let ee;ee=this._chainOrCallHooks(ee,"preAction");ee=this._chainOrCall(ee,(()=>this._actionHandler(this.processedArgs)));if(this.parent){ee=this._chainOrCall(ee,(()=>{this.parent.emit(te,S,J)}))}ee=this._chainOrCallHooks(ee,"postAction");return ee}if(this.parent&&this.parent.listenerCount(te)){checkForUnknownOptions();this._processArguments();this.parent.emit(te,S,J)}else if(S.length){if(this._findCommand("*")){return this._dispatchSubcommand("*",S,J)}if(this.listenerCount("command:*")){this.emit("command:*",S,J)}else if(this.commands.length){this.unknownCommand()}else{checkForUnknownOptions();this._processArguments()}}else if(this.commands.length){checkForUnknownOptions();this.help({error:true})}else{checkForUnknownOptions();this._processArguments()}}_findCommand(S){if(!S)return undefined;return this.commands.find((J=>J._name===S||J._aliases.includes(S)))}_findOption(S){return this.options.find((J=>J.is(S)))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach((S=>{S.options.forEach((J=>{if(J.mandatory&&S.getOptionValue(J.attributeName())===undefined){S.missingMandatoryOptionValue(J)}}))}))}_checkForConflictingLocalOptions(){const S=this.options.filter((S=>{const J=S.attributeName();if(this.getOptionValue(J)===undefined){return false}return this.getOptionValueSource(J)!=="default"}));const J=S.filter((S=>S.conflictsWith.length>0));J.forEach((J=>{const ee=S.find((S=>J.conflictsWith.includes(S.attributeName())));if(ee){this._conflictingOption(J,ee)}}))}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach((S=>{S._checkForConflictingLocalOptions()}))}parseOptions(S){const J=[];const ee=[];let te=J;const re=S.slice();function maybeOption(S){return S.length>1&&S[0]==="-"}let ne=null;while(re.length){const S=re.shift();if(S==="--"){if(te===ee)te.push(S);te.push(...re);break}if(ne&&!maybeOption(S)){this.emit(`option:${ne.name()}`,S);continue}ne=null;if(maybeOption(S)){const J=this._findOption(S);if(J){if(J.required){const S=re.shift();if(S===undefined)this.optionMissingArgument(J);this.emit(`option:${J.name()}`,S)}else if(J.optional){let S=null;if(re.length>0&&!maybeOption(re[0])){S=re.shift()}this.emit(`option:${J.name()}`,S)}else{this.emit(`option:${J.name()}`)}ne=J.variadic?J:null;continue}}if(S.length>2&&S[0]==="-"&&S[1]!=="-"){const J=this._findOption(`-${S[1]}`);if(J){if(J.required||J.optional&&this._combineFlagAndOptionalValue){this.emit(`option:${J.name()}`,S.slice(2))}else{this.emit(`option:${J.name()}`);re.unshift(`-${S.slice(2)}`)}continue}}if(/^--[^=]+=/.test(S)){const J=S.indexOf("=");const ee=this._findOption(S.slice(0,J));if(ee&&(ee.required||ee.optional)){this.emit(`option:${ee.name()}`,S.slice(J+1));continue}}if(maybeOption(S)){te=ee}if((this._enablePositionalOptions||this._passThroughOptions)&&J.length===0&&ee.length===0){if(this._findCommand(S)){J.push(S);if(re.length>0)ee.push(...re);break}else if(this._getHelpCommand()&&S===this._getHelpCommand().name()){J.push(S);if(re.length>0)J.push(...re);break}else if(this._defaultCommandName){ee.push(S);if(re.length>0)ee.push(...re);break}}if(this._passThroughOptions){te.push(S);if(re.length>0)te.push(...re);break}te.push(S)}return{operands:J,unknown:ee}}opts(){if(this._storeOptionsAsProperties){const S={};const J=this.options.length;for(let ee=0;ee<J;ee++){const J=this.options[ee].attributeName();S[J]=J===this._versionOptionName?this._version:this[J]}return S}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce(((S,J)=>Object.assign(S,J.opts())),{})}error(S,J){this._outputConfiguration.outputError(`${S}\n`,this._outputConfiguration.writeErr);if(typeof this._showHelpAfterError==="string"){this._outputConfiguration.writeErr(`${this._showHelpAfterError}\n`)}else if(this._showHelpAfterError){this._outputConfiguration.writeErr("\n");this.outputHelp({error:true})}const ee=J||{};const te=ee.exitCode||1;const re=ee.code||"commander.error";this._exit(te,re,S)}_parseOptionsEnv(){this.options.forEach((S=>{if(S.envVar&&S.envVar in oe.env){const J=S.attributeName();if(this.getOptionValue(J)===undefined||["default","config","env"].includes(this.getOptionValueSource(J))){if(S.required||S.optional){this.emit(`optionEnv:${S.name()}`,oe.env[S.envVar])}else{this.emit(`optionEnv:${S.name()}`)}}}}))}_parseOptionsImplied(){const S=new de(this.options);const hasCustomOptionValue=S=>this.getOptionValue(S)!==undefined&&!["default","implied"].includes(this.getOptionValueSource(S));this.options.filter((J=>J.implied!==undefined&&hasCustomOptionValue(J.attributeName())&&S.valueFromOption(this.getOptionValue(J.attributeName()),J))).forEach((S=>{Object.keys(S.implied).filter((S=>!hasCustomOptionValue(S))).forEach((J=>{this.setOptionValueWithSource(J,S.implied[J],"implied")}))}))}missingArgument(S){const J=`error: missing required argument '${S}'`;this.error(J,{code:"commander.missingArgument"})}optionMissingArgument(S){const J=`error: option '${S.flags}' argument missing`;this.error(J,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(S){const J=`error: required option '${S.flags}' not specified`;this.error(J,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(S,J){const findBestOptionFromValue=S=>{const J=S.attributeName();const ee=this.getOptionValue(J);const te=this.options.find((S=>S.negate&&J===S.attributeName()));const re=this.options.find((S=>!S.negate&&J===S.attributeName()));if(te&&(te.presetArg===undefined&&ee===false||te.presetArg!==undefined&&ee===te.presetArg)){return te}return re||S};const getErrorMessage=S=>{const J=findBestOptionFromValue(S);const ee=J.attributeName();const te=this.getOptionValueSource(ee);if(te==="env"){return`environment variable '${J.envVar}'`}return`option '${J.flags}'`};const ee=`error: ${getErrorMessage(S)} cannot be used with ${getErrorMessage(J)}`;this.error(ee,{code:"commander.conflictingOption"})}unknownOption(S){if(this._allowUnknownOption)return;let J="";if(S.startsWith("--")&&this._showSuggestionAfterError){let ee=[];let te=this;do{const S=te.createHelp().visibleOptions(te).filter((S=>S.long)).map((S=>S.long));ee=ee.concat(S);te=te.parent}while(te&&!te._enablePositionalOptions);J=fe(S,ee)}const ee=`error: unknown option '${S}'${J}`;this.error(ee,{code:"commander.unknownOption"})}_excessArguments(S){if(this._allowExcessArguments)return;const J=this.registeredArguments.length;const ee=J===1?"":"s";const te=this.parent?` for '${this.name()}'`:"";const re=`error: too many arguments${te}. Expected ${J} argument${ee} but got ${S.length}.`;this.error(re,{code:"commander.excessArguments"})}unknownCommand(){const S=this.args[0];let J="";if(this._showSuggestionAfterError){const ee=[];this.createHelp().visibleCommands(this).forEach((S=>{ee.push(S.name());if(S.alias())ee.push(S.alias())}));J=fe(S,ee)}const ee=`error: unknown command '${S}'${J}`;this.error(ee,{code:"commander.unknownCommand"})}version(S,J,ee){if(S===undefined)return this._version;this._version=S;J=J||"-V, --version";ee=ee||"output the version number";const te=this.createOption(J,ee);this._versionOptionName=te.attributeName();this._registerOption(te);this.on("option:"+te.name(),(()=>{this._outputConfiguration.writeOut(`${S}\n`);this._exit(0,"commander.version",S)}));return this}description(S,J){if(S===undefined&&J===undefined)return this._description;this._description=S;if(J){this._argsDescription=J}return this}summary(S){if(S===undefined)return this._summary;this._summary=S;return this}alias(S){if(S===undefined)return this._aliases[0];let J=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler){J=this.commands[this.commands.length-1]}if(S===J._name)throw new Error("Command alias can't be the same as its name");const ee=this.parent?._findCommand(S);if(ee){const J=[ee.name()].concat(ee.aliases()).join("|");throw new Error(`cannot add alias '${S}' to command '${this.name()}' as already have command '${J}'`)}J._aliases.push(S);return this}aliases(S){if(S===undefined)return this._aliases;S.forEach((S=>this.alias(S)));return this}usage(S){if(S===undefined){if(this._usage)return this._usage;const S=this.registeredArguments.map((S=>ae(S)));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?S:[]).join(" ")}this._usage=S;return this}name(S){if(S===undefined)return this._name;this._name=S;return this}nameFromFilename(S){this._name=ne.basename(S,ne.extname(S));return this}executableDir(S){if(S===undefined)return this._executableDir;this._executableDir=S;return this}helpInformation(S){const J=this.createHelp();if(J.helpWidth===undefined){J.helpWidth=S&&S.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()}return J.formatHelp(this,J)}_getHelpContext(S){S=S||{};const J={error:!!S.error};let ee;if(J.error){ee=S=>this._outputConfiguration.writeErr(S)}else{ee=S=>this._outputConfiguration.writeOut(S)}J.write=S.write||ee;J.command=this;return J}outputHelp(S){let J;if(typeof S==="function"){J=S;S=undefined}const ee=this._getHelpContext(S);this._getCommandAndAncestors().reverse().forEach((S=>S.emit("beforeAllHelp",ee)));this.emit("beforeHelp",ee);let te=this.helpInformation(ee);if(J){te=J(te);if(typeof te!=="string"&&!Buffer.isBuffer(te)){throw new Error("outputHelp callback must return a string or a Buffer")}}ee.write(te);if(this._getHelpOption()?.long){this.emit(this._getHelpOption().long)}this.emit("afterHelp",ee);this._getCommandAndAncestors().forEach((S=>S.emit("afterAllHelp",ee)))}helpOption(S,J){if(typeof S==="boolean"){if(S){this._helpOption=this._helpOption??undefined}else{this._helpOption=null}return this}S=S??"-h, --help";J=J??"display help for command";this._helpOption=this.createOption(S,J);return this}_getHelpOption(){if(this._helpOption===undefined){this.helpOption(undefined,undefined)}return this._helpOption}addHelpOption(S){this._helpOption=S;return this}help(S){this.outputHelp(S);let J=oe.exitCode||0;if(J===0&&S&&typeof S!=="function"&&S.error){J=1}this._exit(J,"commander.help","(outputHelp)")}addHelpText(S,J){const ee=["beforeAll","before","after","afterAll"];if(!ee.includes(S)){throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${ee.join("', '")}'`)}const te=`${S}Help`;this.on(te,(S=>{let ee;if(typeof J==="function"){ee=J({error:S.error,command:S.command})}else{ee=J}if(ee){S.write(`${ee}\n`)}}));return this}_outputHelpIfRequested(S){const J=this._getHelpOption();const ee=J&&S.find((S=>J.is(S)));if(ee){this.outputHelp();this._exit(0,"commander.helpDisplayed","(outputHelp)")}}}function incrementNodeInspectorPort(S){return S.map((S=>{if(!S.startsWith("--inspect")){return S}let J;let ee="127.0.0.1";let te="9229";let re;if((re=S.match(/^(--inspect(-brk)?)$/))!==null){J=re[1]}else if((re=S.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null){J=re[1];if(/^\d+$/.test(re[3])){te=re[3]}else{ee=re[3]}}else if((re=S.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null){J=re[1];ee=re[3];te=re[4]}if(J&&te!=="0"){return`${J}=${ee}:${parseInt(te)+1}`}return S}))}J.Command=Command},94848:(S,J)=>{class CommanderError extends Error{constructor(S,J,ee){super(ee);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name;this.code=J;this.exitCode=S;this.nestedError=undefined}}class InvalidArgumentError extends CommanderError{constructor(S){super(1,"commander.invalidArgument",S);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name}}J.CommanderError=CommanderError;J.InvalidArgumentError=InvalidArgumentError},98151:(S,J,ee)=>{const{humanReadableArgName:te}=ee(1047);class Help{constructor(){this.helpWidth=undefined;this.sortSubcommands=false;this.sortOptions=false;this.showGlobalOptions=false}visibleCommands(S){const J=S.commands.filter((S=>!S._hidden));const ee=S._getHelpCommand();if(ee&&!ee._hidden){J.push(ee)}if(this.sortSubcommands){J.sort(((S,J)=>S.name().localeCompare(J.name())))}return J}compareOptions(S,J){const getSortKey=S=>S.short?S.short.replace(/^-/,""):S.long.replace(/^--/,"");return getSortKey(S).localeCompare(getSortKey(J))}visibleOptions(S){const J=S.options.filter((S=>!S.hidden));const ee=S._getHelpOption();if(ee&&!ee.hidden){const te=ee.short&&S._findOption(ee.short);const re=ee.long&&S._findOption(ee.long);if(!te&&!re){J.push(ee)}else if(ee.long&&!re){J.push(S.createOption(ee.long,ee.description))}else if(ee.short&&!te){J.push(S.createOption(ee.short,ee.description))}}if(this.sortOptions){J.sort(this.compareOptions)}return J}visibleGlobalOptions(S){if(!this.showGlobalOptions)return[];const J=[];for(let ee=S.parent;ee;ee=ee.parent){const S=ee.options.filter((S=>!S.hidden));J.push(...S)}if(this.sortOptions){J.sort(this.compareOptions)}return J}visibleArguments(S){if(S._argsDescription){S.registeredArguments.forEach((J=>{J.description=J.description||S._argsDescription[J.name()]||""}))}if(S.registeredArguments.find((S=>S.description))){return S.registeredArguments}return[]}subcommandTerm(S){const J=S.registeredArguments.map((S=>te(S))).join(" ");return S._name+(S._aliases[0]?"|"+S._aliases[0]:"")+(S.options.length?" [options]":"")+(J?" "+J:"")}optionTerm(S){return S.flags}argumentTerm(S){return S.name()}longestSubcommandTermLength(S,J){return J.visibleCommands(S).reduce(((S,ee)=>Math.max(S,J.subcommandTerm(ee).length)),0)}longestOptionTermLength(S,J){return J.visibleOptions(S).reduce(((S,ee)=>Math.max(S,J.optionTerm(ee).length)),0)}longestGlobalOptionTermLength(S,J){return J.visibleGlobalOptions(S).reduce(((S,ee)=>Math.max(S,J.optionTerm(ee).length)),0)}longestArgumentTermLength(S,J){return J.visibleArguments(S).reduce(((S,ee)=>Math.max(S,J.argumentTerm(ee).length)),0)}commandUsage(S){let J=S._name;if(S._aliases[0]){J=J+"|"+S._aliases[0]}let ee="";for(let J=S.parent;J;J=J.parent){ee=J.name()+" "+ee}return ee+J+" "+S.usage()}commandDescription(S){return S.description()}subcommandDescription(S){return S.summary()||S.description()}optionDescription(S){const J=[];if(S.argChoices){J.push(`choices: ${S.argChoices.map((S=>JSON.stringify(S))).join(", ")}`)}if(S.defaultValue!==undefined){const ee=S.required||S.optional||S.isBoolean()&&typeof S.defaultValue==="boolean";if(ee){J.push(`default: ${S.defaultValueDescription||JSON.stringify(S.defaultValue)}`)}}if(S.presetArg!==undefined&&S.optional){J.push(`preset: ${JSON.stringify(S.presetArg)}`)}if(S.envVar!==undefined){J.push(`env: ${S.envVar}`)}if(J.length>0){return`${S.description} (${J.join(", ")})`}return S.description}argumentDescription(S){const J=[];if(S.argChoices){J.push(`choices: ${S.argChoices.map((S=>JSON.stringify(S))).join(", ")}`)}if(S.defaultValue!==undefined){J.push(`default: ${S.defaultValueDescription||JSON.stringify(S.defaultValue)}`)}if(J.length>0){const ee=`(${J.join(", ")})`;if(S.description){return`${S.description} ${ee}`}return ee}return S.description}formatHelp(S,J){const ee=J.padWidth(S,J);const te=J.helpWidth||80;const re=2;const ne=2;function formatItem(S,ie){if(ie){const oe=`${S.padEnd(ee+ne)}${ie}`;return J.wrap(oe,te-re,ee+ne)}return S}function formatList(S){return S.join("\n").replace(/^/gm," ".repeat(re))}let ie=[`Usage: ${J.commandUsage(S)}`,""];const oe=J.commandDescription(S);if(oe.length>0){ie=ie.concat([J.wrap(oe,te,0),""])}const se=J.visibleArguments(S).map((S=>formatItem(J.argumentTerm(S),J.argumentDescription(S))));if(se.length>0){ie=ie.concat(["Arguments:",formatList(se),""])}const ae=J.visibleOptions(S).map((S=>formatItem(J.optionTerm(S),J.optionDescription(S))));if(ae.length>0){ie=ie.concat(["Options:",formatList(ae),""])}if(this.showGlobalOptions){const ee=J.visibleGlobalOptions(S).map((S=>formatItem(J.optionTerm(S),J.optionDescription(S))));if(ee.length>0){ie=ie.concat(["Global Options:",formatList(ee),""])}}const le=J.visibleCommands(S).map((S=>formatItem(J.subcommandTerm(S),J.subcommandDescription(S))));if(le.length>0){ie=ie.concat(["Commands:",formatList(le),""])}return ie.join("\n")}padWidth(S,J){return Math.max(J.longestOptionTermLength(S,J),J.longestGlobalOptionTermLength(S,J),J.longestSubcommandTermLength(S,J),J.longestArgumentTermLength(S,J))}wrap(S,J,ee,te=40){const re=" \\f\\t\\v - \ufeff";const ne=new RegExp(`[\\n][${re}]+`);if(S.match(ne))return S;const ie=J-ee;if(ie<te)return S;const oe=S.slice(0,ee);const se=S.slice(ee).replace("\r\n","\n");const ae=" ".repeat(ee);const le="";const ue=`\\s${le}`;const pe=new RegExp(`\n|.{1,${ie-1}}([${ue}]|$)|[^${ue}]+?([${ue}]|$)`,"g");const de=se.match(pe)||[];return oe+de.map(((S,J)=>{if(S==="\n")return"";return(J>0?ae:"")+S.trimEnd()})).join("\n")}}J.Help=Help},20513:(S,J,ee)=>{const{InvalidArgumentError:te}=ee(94848);class Option{constructor(S,J){this.flags=S;this.description=J||"";this.required=S.includes("<");this.optional=S.includes("[");this.variadic=/\w\.\.\.[>\]]$/.test(S);this.mandatory=false;const ee=splitOptionFlags(S);this.short=ee.shortFlag;this.long=ee.longFlag;this.negate=false;if(this.long){this.negate=this.long.startsWith("--no-")}this.defaultValue=undefined;this.defaultValueDescription=undefined;this.presetArg=undefined;this.envVar=undefined;this.parseArg=undefined;this.hidden=false;this.argChoices=undefined;this.conflictsWith=[];this.implied=undefined}default(S,J){this.defaultValue=S;this.defaultValueDescription=J;return this}preset(S){this.presetArg=S;return this}conflicts(S){this.conflictsWith=this.conflictsWith.concat(S);return this}implies(S){let J=S;if(typeof S==="string"){J={[S]:true}}this.implied=Object.assign(this.implied||{},J);return this}env(S){this.envVar=S;return this}argParser(S){this.parseArg=S;return this}makeOptionMandatory(S=true){this.mandatory=!!S;return this}hideHelp(S=true){this.hidden=!!S;return this}_concatValue(S,J){if(J===this.defaultValue||!Array.isArray(J)){return[S]}return J.concat(S)}choices(S){this.argChoices=S.slice();this.parseArg=(S,J)=>{if(!this.argChoices.includes(S)){throw new te(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(S,J)}return S};return this}name(){if(this.long){return this.long.replace(/^--/,"")}return this.short.replace(/^-/,"")}attributeName(){return camelcase(this.name().replace(/^no-/,""))}is(S){return this.short===S||this.long===S}isBoolean(){return!this.required&&!this.optional&&!this.negate}}class DualOptions{constructor(S){this.positiveOptions=new Map;this.negativeOptions=new Map;this.dualOptions=new Set;S.forEach((S=>{if(S.negate){this.negativeOptions.set(S.attributeName(),S)}else{this.positiveOptions.set(S.attributeName(),S)}}));this.negativeOptions.forEach(((S,J)=>{if(this.positiveOptions.has(J)){this.dualOptions.add(J)}}))}valueFromOption(S,J){const ee=J.attributeName();if(!this.dualOptions.has(ee))return true;const te=this.negativeOptions.get(ee).presetArg;const re=te!==undefined?te:false;return J.negate===(re===S)}}function camelcase(S){return S.split("-").reduce(((S,J)=>S+J[0].toUpperCase()+J.slice(1)))}function splitOptionFlags(S){let J;let ee;const te=S.split(/[ |,]+/);if(te.length>1&&!/^[[<]/.test(te[1]))J=te.shift();ee=te.shift();if(!J&&/^-[^-]$/.test(ee)){J=ee;ee=undefined}return{shortFlag:J,longFlag:ee}}J.Option=Option;J.DualOptions=DualOptions},46587:(S,J)=>{const ee=3;function editDistance(S,J){if(Math.abs(S.length-J.length)>ee)return Math.max(S.length,J.length);const te=[];for(let J=0;J<=S.length;J++){te[J]=[J]}for(let S=0;S<=J.length;S++){te[0][S]=S}for(let ee=1;ee<=J.length;ee++){for(let re=1;re<=S.length;re++){let ne=1;if(S[re-1]===J[ee-1]){ne=0}else{ne=1}te[re][ee]=Math.min(te[re-1][ee]+1,te[re][ee-1]+1,te[re-1][ee-1]+ne);if(re>1&&ee>1&&S[re-1]===J[ee-2]&&S[re-2]===J[ee-1]){te[re][ee]=Math.min(te[re][ee],te[re-2][ee-2]+1)}}}return te[S.length][J.length]}function suggestSimilar(S,J){if(!J||J.length===0)return"";J=Array.from(new Set(J));const te=S.startsWith("--");if(te){S=S.slice(2);J=J.map((S=>S.slice(2)))}let re=[];let ne=ee;const ie=.4;J.forEach((J=>{if(J.length<=1)return;const ee=editDistance(S,J);const te=Math.max(S.length,J.length);const oe=(te-ee)/te;if(oe>ie){if(ee<ne){ne=ee;re=[J]}else if(ee===ne){re.push(J)}}}));re.sort(((S,J)=>S.localeCompare(J)));if(te){re=re.map((S=>`--${S}`))}if(re.length>1){return`\n(Did you mean one of ${re.join(", ")}?)`}if(re.length===1){return`\n(Did you mean ${re[0]}?)`}return""}J.suggestSimilar=suggestSimilar},62514:(S,J,ee)=>{"use strict";var R=(S,J)=>()=>(J||S((J={exports:{}}).exports,J),J.exports);var te=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.range=S.balanced=void 0;var Gs=(J,ee,te)=>{let re=J instanceof RegExp?Ie(J,te):J,ne=ee instanceof RegExp?Ie(ee,te):ee,ie=re!==null&&ne!=null&&(0,S.range)(re,ne,te);return ie&&{start:ie[0],end:ie[1],pre:te.slice(0,ie[0]),body:te.slice(ie[0]+re.length,ie[1]),post:te.slice(ie[1]+ne.length)}};S.balanced=Gs;var Ie=(S,J)=>{let ee=J.match(S);return ee?ee[0]:null},zs=(S,J,ee)=>{let te,re,ne,ie,oe,se=ee.indexOf(S),ae=ee.indexOf(J,se+1),le=se;if(se>=0&&ae>0){if(S===J)return[se,ae];for(te=[],ne=ee.length;le>=0&&!oe;){if(le===se)te.push(le),se=ee.indexOf(S,le+1);else if(te.length===1){let S=te.pop();S!==void 0&&(oe=[S,ae])}else re=te.pop(),re!==void 0&&re<ne&&(ne=re,ie=ae),ae=ee.indexOf(J,le+1);le=se<ae&&se>=0?se:ae}te.length&&ie!==void 0&&(oe=[ne,ie])}return oe};S.range=zs}));var re=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.EXPANSION_MAX=void 0;S.expand=ei;var J=te(),ee="\0SLASH"+Math.random()+"\0",re="\0OPEN"+Math.random()+"\0",ne="\0CLOSE"+Math.random()+"\0",ie="\0COMMA"+Math.random()+"\0",oe="\0PERIOD"+Math.random()+"\0",se=new RegExp(ee,"g"),ae=new RegExp(re,"g"),le=new RegExp(ne,"g"),ue=new RegExp(ie,"g"),pe=new RegExp(oe,"g"),de=/\\\\/g,fe=/\\{/g,me=/\\}/g,ge=/\\,/g,he=/\\./g;S.EXPANSION_MAX=1e5;function ce(S){return isNaN(S)?S.charCodeAt(0):parseInt(S,10)}function Qs(S){return S.replace(de,ee).replace(fe,re).replace(me,ne).replace(ge,ie).replace(he,oe)}function ti(S){return S.replace(se,"\\").replace(ae,"{").replace(le,"}").replace(ue,",").replace(pe,".")}function Ve(S){if(!S)return[""];let ee=[],te=(0,J.balanced)("{","}",S);if(!te)return S.split(",");let{pre:re,body:ne,post:ie}=te,oe=re.split(",");oe[oe.length-1]+="{"+ne+"}";let se=Ve(ie);return ie.length&&(oe[oe.length-1]+=se.shift(),oe.push.apply(oe,se)),ee.push.apply(ee,oe),ee}function ei(J,ee={}){if(!J)return[];let{max:te=S.EXPANSION_MAX}=ee;return J.slice(0,2)==="{}"&&(J="\\{\\}"+J.slice(2)),ht(Qs(J),te,!0).map(ti)}function si(S){return"{"+S+"}"}function ii(S){return/^-?0\d/.test(S)}function ri(S,J){return S<=J}function ni(S,J){return S>=J}function ht(S,ee,te){let re=[],ie=(0,J.balanced)("{","}",S);if(!ie)return[S];let oe=ie.pre,se=ie.post.length?ht(ie.post,ee,!1):[""];if(/\$$/.test(ie.pre))for(let S=0;S<se.length&&S<ee;S++){let J=oe+"{"+ie.body+"}"+se[S];re.push(J)}else{let J=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(ie.body),ae=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(ie.body),le=J||ae,ue=ie.body.indexOf(",")>=0;if(!le&&!ue)return ie.post.match(/,(?!,).*\}/)?(S=ie.pre+"{"+ie.body+ne+ie.post,ht(S,ee,!0)):[S];let pe;if(le)pe=ie.body.split(/\.\./);else if(pe=Ve(ie.body),pe.length===1&&pe[0]!==void 0&&(pe=ht(pe[0],ee,!1).map(si),pe.length===1))return se.map((S=>ie.pre+pe[0]+S));let de;if(le&&pe[0]!==void 0&&pe[1]!==void 0){let S=ce(pe[0]),J=ce(pe[1]),ee=Math.max(pe[0].length,pe[1].length),te=pe.length===3&&pe[2]!==void 0?Math.abs(ce(pe[2])):1,re=ri;J<S&&(te*=-1,re=ni);let ne=pe.some(ii);de=[];for(let ie=S;re(ie,J);ie+=te){let S;if(ae)S=String.fromCharCode(ie),S==="\\"&&(S="");else if(S=String(ie),ne){let J=ee-S.length;if(J>0){let ee=new Array(J+1).join("0");ie<0?S="-"+ee+S.slice(1):S=ee+S}}de.push(S)}}else{de=[];for(let S=0;S<pe.length;S++)de.push.apply(de,ht(pe[S],ee,!1))}for(let S=0;S<de.length;S++)for(let J=0;J<se.length&&re.length<ee;J++){let ee=oe+de[S]+se[J];(!te||le||ee)&&re.push(ee)}}return re}}));var ne=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.assertValidPattern=void 0;var J=1024*64,oi=S=>{if(typeof S!="string")throw new TypeError("invalid pattern");if(S.length>J)throw new TypeError("pattern is too long")};S.assertValidPattern=oi}));var ie=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.parseClass=void 0;var J={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ot=S=>S.replace(/[[\]\\-]/g,"\\$&"),li=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Ye=S=>S.join(""),ci=(S,ee)=>{let te=ee;if(S.charAt(te)!=="[")throw new Error("not in a brace expression");let re=[],ne=[],ie=te+1,oe=!1,se=!1,ae=!1,le=!1,ue=te,pe="";e:for(;ie<S.length;){let ee=S.charAt(ie);if((ee==="!"||ee==="^")&&ie===te+1){le=!0,ie++;continue}if(ee==="]"&&oe&&!ae){ue=ie+1;break}if(oe=!0,ee==="\\"&&!ae){ae=!0,ie++;continue}if(ee==="["&&!ae){for(let[ee,[oe,ae,le]]of Object.entries(J))if(S.startsWith(ee,ie)){if(pe)return["$.",!1,S.length-te,!0];ie+=ee.length,le?ne.push(oe):re.push(oe),se=se||ae;continue e}}if(ae=!1,pe){ee>pe?re.push(ot(pe)+"-"+ot(ee)):ee===pe&&re.push(ot(ee)),pe="",ie++;continue}if(S.startsWith("-]",ie+1)){re.push(ot(ee+"-")),ie+=2;continue}if(S.startsWith("-",ie+1)){pe=ee,ie+=2;continue}re.push(ot(ee)),ie++}if(ue<ie)return["",!1,0,!1];if(!re.length&&!ne.length)return["$.",!1,S.length-te,!0];if(ne.length===0&&re.length===1&&/^\\?.$/.test(re[0])&&!le){let S=re[0].length===2?re[0].slice(-1):re[0];return[li(S),!1,ue-te,!1]}let de="["+(le?"^":"")+Ye(re)+"]",fe="["+(le?"":"^")+Ye(ne)+"]";return[re.length&&ne.length?"("+de+"|"+fe+")":re.length?de:fe,se,ue-te,!0]};S.parseClass=ci}));var oe=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.unescape=void 0;var ui=(S,{windowsPathsNoEscape:J=!1,magicalBraces:ee=!0}={})=>ee?J?S.replace(/\[([^\/\\])\]/g,"$1"):S.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):J?S.replace(/\[([^\/\\{}])\]/g,"$1"):S.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");S.unescape=ui}));var se=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.AST=void 0;var J=ie(),ee=oe(),te=new Set(["!","?","+","*","@"]),Ze=S=>te.has(S),re="(?!(?:^|/)\\.\\.?(?:$|/))",ne="(?!\\.)",se=new Set(["[","."]),ae=new Set(["..","."]),le=new Set("().*{}+?[]^$\\!"),bi=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),ue="[^/]",pe=ue+"*?",de=ue+"+?",fe=class n{type;#n;#i;#o=!1;#s=[];#a;#c;#l;#u=!1;#p;#d;#f=!1;constructor(S,J,ee={}){this.type=S,S&&(this.#i=!0),this.#a=J,this.#n=this.#a?this.#a.#n:this,this.#p=this.#n===this?ee:this.#n.#p,this.#l=this.#n===this?[]:this.#n.#l,S==="!"&&!this.#n.#u&&this.#l.push(this),this.#c=this.#a?this.#a.#s.length:0}get hasMagic(){if(this.#i!==void 0)return this.#i;for(let S of this.#s)if(typeof S!="string"&&(S.type||S.hasMagic))return this.#i=!0;return this.#i}toString(){return this.#d!==void 0?this.#d:this.type?this.#d=this.type+"("+this.#s.map((S=>String(S))).join("|")+")":this.#d=this.#s.map((S=>String(S))).join("")}#m(){if(this!==this.#n)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let S;for(;S=this.#l.pop();){if(S.type!=="!")continue;let J=S,ee=J.#a;for(;ee;){for(let te=J.#c+1;!ee.type&&te<ee.#s.length;te++)for(let J of S.#s){if(typeof J=="string")throw new Error("string part in extglob AST??");J.copyIn(ee.#s[te])}J=ee,ee=J.#a}}return this}push(...S){for(let J of S)if(J!==""){if(typeof J!="string"&&!(J instanceof n&&J.#a===this))throw new Error("invalid part: "+J);this.#s.push(J)}}toJSON(){let S=this.type===null?this.#s.slice().map((S=>typeof S=="string"?S:S.toJSON())):[this.type,...this.#s.map((S=>S.toJSON()))];return this.isStart()&&!this.type&&S.unshift([]),this.isEnd()&&(this===this.#n||this.#n.#u&&this.#a?.type==="!")&&S.push({}),S}isStart(){if(this.#n===this)return!0;if(!this.#a?.isStart())return!1;if(this.#c===0)return!0;let S=this.#a;for(let J=0;J<this.#c;J++){let ee=S.#s[J];if(!(ee instanceof n&&ee.type==="!"))return!1}return!0}isEnd(){if(this.#n===this||this.#a?.type==="!")return!0;if(!this.#a?.isEnd())return!1;if(!this.type)return this.#a?.isEnd();let S=this.#a?this.#a.#s.length:0;return this.#c===S-1}copyIn(S){typeof S=="string"?this.push(S):this.push(S.clone(this))}clone(S){let J=new n(this.type,S);for(let S of this.#s)J.copyIn(S);return J}static#g(S,J,ee,te){let re=!1,ne=!1,ie=-1,oe=!1;if(J.type===null){let se=ee,ae="";for(;se<S.length;){let ee=S.charAt(se++);if(re||ee==="\\"){re=!re,ae+=ee;continue}if(ne){se===ie+1?(ee==="^"||ee==="!")&&(oe=!0):ee==="]"&&!(se===ie+2&&oe)&&(ne=!1),ae+=ee;continue}else if(ee==="["){ne=!0,ie=se,oe=!1,ae+=ee;continue}if(!te.noext&&Ze(ee)&&S.charAt(se)==="("){J.push(ae),ae="";let re=new n(ee,J);se=n.#g(S,re,se,te),J.push(re);continue}ae+=ee}return J.push(ae),se}let se=ee+1,ae=new n(null,J),le=[],ue="";for(;se<S.length;){let ee=S.charAt(se++);if(re||ee==="\\"){re=!re,ue+=ee;continue}if(ne){se===ie+1?(ee==="^"||ee==="!")&&(oe=!0):ee==="]"&&!(se===ie+2&&oe)&&(ne=!1),ue+=ee;continue}else if(ee==="["){ne=!0,ie=se,oe=!1,ue+=ee;continue}if(Ze(ee)&&S.charAt(se)==="("){ae.push(ue),ue="";let J=new n(ee,ae);ae.push(J),se=n.#g(S,J,se,te);continue}if(ee==="|"){ae.push(ue),ue="",le.push(ae),ae=new n(null,J);continue}if(ee===")")return ue===""&&J.#s.length===0&&(J.#f=!0),ae.push(ue),ue="",J.push(...le,ae),se;ue+=ee}return J.type=null,J.#i=void 0,J.#s=[S.substring(ee-1)],se}static fromGlob(S,J={}){let ee=new n(null,void 0,J);return n.#g(S,ee,0,J),ee}toMMPattern(){if(this!==this.#n)return this.#n.toMMPattern();let S=this.toString(),[J,ee,te,re]=this.toRegExpSource();if(!(te||this.#i||this.#p.nocase&&!this.#p.nocaseMagicOnly&&S.toUpperCase()!==S.toLowerCase()))return ee;let ne=(this.#p.nocase?"i":"")+(re?"u":"");return Object.assign(new RegExp(`^${J}$`,ne),{_src:J,_glob:S})}get options(){return this.#p}toRegExpSource(S){let J=S??!!this.#p.dot;if(this.#n===this&&this.#m(),!this.type){let te=this.isStart()&&this.isEnd()&&!this.#s.some((S=>typeof S!="string")),ie=this.#s.map((J=>{let[ee,re,ne,ie]=typeof J=="string"?n.#h(J,this.#i,te):J.toRegExpSource(S);return this.#i=this.#i||ne,this.#o=this.#o||ie,ee})).join(""),oe="";if(this.isStart()&&typeof this.#s[0]=="string"&&!(this.#s.length===1&&ae.has(this.#s[0]))){let ee=se,te=J&&ee.has(ie.charAt(0))||ie.startsWith("\\.")&&ee.has(ie.charAt(2))||ie.startsWith("\\.\\.")&&ee.has(ie.charAt(4)),ae=!J&&!S&&ee.has(ie.charAt(0));oe=te?re:ae?ne:""}let le="";return this.isEnd()&&this.#n.#u&&this.#a?.type==="!"&&(le="(?:$|\\/)"),[oe+ie+le,(0,ee.unescape)(ie),this.#i=!!this.#i,this.#o]}let te=this.type==="*"||this.type==="+",ie=this.type==="!"?"(?:(?!(?:":"(?:",oe=this.#_(J);if(this.isStart()&&this.isEnd()&&!oe&&this.type!=="!"){let S=this.toString();return this.#s=[S],this.type=null,this.#i=void 0,[S,(0,ee.unescape)(this.toString()),!1,!1]}let le=!te||S||J||!ne?"":this.#_(!0);le===oe&&(le=""),le&&(oe=`(?:${oe})(?:${le})*?`);let ue="";if(this.type==="!"&&this.#f)ue=(this.isStart()&&!J?ne:"")+de;else{let ee=this.type==="!"?"))"+(this.isStart()&&!J&&!S?ne:"")+pe+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&le?")":this.type==="*"&&le?")?":`)${this.type}`;ue=ie+oe+ee}return[ue,(0,ee.unescape)(oe),this.#i=!!this.#i,this.#o]}#_(S){return this.#s.map((J=>{if(typeof J=="string")throw new Error("string type in extglob ast??");let[ee,te,re,ne]=J.toRegExpSource(S);return this.#o=this.#o||ne,ee})).filter((S=>!(this.isStart()&&this.isEnd())||!!S)).join("|")}static#h(S,te,re=!1){let ne=!1,ie="",oe=!1,se=!1;for(let ee=0;ee<S.length;ee++){let ae=S.charAt(ee);if(ne){ne=!1,ie+=(le.has(ae)?"\\":"")+ae;continue}if(ae==="*"){if(se)continue;se=!0,ie+=re&&/^[*]+$/.test(S)?de:pe,te=!0;continue}else se=!1;if(ae==="\\"){ee===S.length-1?ie+="\\\\":ne=!0;continue}if(ae==="["){let[re,ne,se,ae]=(0,J.parseClass)(S,ee);if(se){ie+=re,oe=oe||ne,ee+=se-1,te=te||ae;continue}}if(ae==="?"){ie+=ue,te=!0;continue}ie+=bi(ae)}return[ie,(0,ee.unescape)(S),!!te,oe]}};S.AST=fe}));var ae=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.escape=void 0;var yi=(S,{windowsPathsNoEscape:J=!1,magicalBraces:ee=!1}={})=>ee?J?S.replace(/[?*()[\]{}]/g,"[$&]"):S.replace(/[?*()[\]\\{}]/g,"\\$&"):J?S.replace(/[?*()[\]]/g,"[$&]"):S.replace(/[?*()[\]\\]/g,"\\$&");S.escape=yi}));var le=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.unescape=S.escape=S.AST=S.Minimatch=S.match=S.makeRe=S.braceExpand=S.defaults=S.filter=S.GLOBSTAR=S.sep=S.minimatch=void 0;var J=re(),ee=ne(),te=se(),ie=ae(),le=oe(),_i=(S,J,te={})=>((0,ee.assertValidPattern)(J),!te.nocomment&&J.charAt(0)==="#"?!1:new xe(J,te).match(S));S.minimatch=_i;var ue=/^\*+([^+@!?\*\[\(]*)$/,xi=S=>J=>!J.startsWith(".")&&J.endsWith(S),Ti=S=>J=>J.endsWith(S),Ci=S=>(S=S.toLowerCase(),J=>!J.startsWith(".")&&J.toLowerCase().endsWith(S)),Ri=S=>(S=S.toLowerCase(),J=>J.toLowerCase().endsWith(S)),pe=/^\*+\.\*+$/,ki=S=>!S.startsWith(".")&&S.includes("."),Mi=S=>S!=="."&&S!==".."&&S.includes("."),de=/^\.\*+$/,Di=S=>S!=="."&&S!==".."&&S.startsWith("."),fe=/^\*+$/,ji=S=>S.length!==0&&!S.startsWith("."),Ni=S=>S.length!==0&&S!=="."&&S!=="..",me=/^\?+([^+@!?\*\[\(]*)?$/,Wi=([S,J=""])=>{let ee=rs([S]);return J?(J=J.toLowerCase(),S=>ee(S)&&S.toLowerCase().endsWith(J)):ee},Bi=([S,J=""])=>{let ee=ns([S]);return J?(J=J.toLowerCase(),S=>ee(S)&&S.toLowerCase().endsWith(J)):ee},Ii=([S,J=""])=>{let ee=ns([S]);return J?S=>ee(S)&&S.endsWith(J):ee},Gi=([S,J=""])=>{let ee=rs([S]);return J?S=>ee(S)&&S.endsWith(J):ee},rs=([S])=>{let J=S.length;return S=>S.length===J&&!S.startsWith(".")},ns=([S])=>{let J=S.length;return S=>S.length===J&&S!=="."&&S!==".."},ge=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",he={win32:{sep:"\\"},posix:{sep:"/"}};S.sep=ge==="win32"?he.win32.sep:he.posix.sep;S.minimatch.sep=S.sep;S.GLOBSTAR=Symbol("globstar **");S.minimatch.GLOBSTAR=S.GLOBSTAR;var _e="[^/]",ye=_e+"*?",ve="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",be="(?:(?!(?:\\/|^)\\.).)*?",Hi=(J,ee={})=>te=>(0,S.minimatch)(te,J,ee);S.filter=Hi;S.minimatch.filter=S.filter;var F=(S,J={})=>Object.assign({},S,J),Vi=J=>{if(!J||typeof J!="object"||!Object.keys(J).length)return S.minimatch;let ee=S.minimatch;return Object.assign(((S,te,re={})=>ee(S,te,F(J,re))),{Minimatch:class extends ee.Minimatch{constructor(S,ee={}){super(S,F(J,ee))}static defaults(S){return ee.defaults(F(J,S)).Minimatch}},AST:class extends ee.AST{constructor(S,ee,te={}){super(S,ee,F(J,te))}static fromGlob(S,te={}){return ee.AST.fromGlob(S,F(J,te))}},unescape:(S,te={})=>ee.unescape(S,F(J,te)),escape:(S,te={})=>ee.escape(S,F(J,te)),filter:(S,te={})=>ee.filter(S,F(J,te)),defaults:S=>ee.defaults(F(J,S)),makeRe:(S,te={})=>ee.makeRe(S,F(J,te)),braceExpand:(S,te={})=>ee.braceExpand(S,F(J,te)),match:(S,te,re={})=>ee.match(S,te,F(J,re)),sep:ee.sep,GLOBSTAR:S.GLOBSTAR})};S.defaults=Vi;S.minimatch.defaults=S.defaults;var Ki=(S,te={})=>((0,ee.assertValidPattern)(S),te.nobrace||!/\{(?:(?!\{).)*\}/.test(S)?[S]:(0,J.expand)(S,{max:te.braceExpandMax}));S.braceExpand=Ki;S.minimatch.braceExpand=S.braceExpand;var Xi=(S,J={})=>new xe(S,J).makeRe();S.makeRe=Xi;S.minimatch.makeRe=S.makeRe;var Yi=(S,J,ee={})=>{let te=new xe(J,ee);return S=S.filter((S=>te.match(S))),te.options.nonull&&!S.length&&S.push(J),S};S.match=Yi;S.minimatch.match=S.match;var Se=/[?*]|[+@!]\(.*?\)|\[|\]/,Ji=S=>S.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),xe=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(S,J={}){(0,ee.assertValidPattern)(S),J=J||{},this.options=J,this.pattern=S,this.platform=J.platform||ge,this.isWindows=this.platform==="win32";let te="allowWindowsEscape";this.windowsPathsNoEscape=!!J.windowsPathsNoEscape||J[te]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!J.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!J.nonegate,this.comment=!1,this.empty=!1,this.partial=!!J.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=J.windowsNoMagicRoot!==void 0?J.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let S of this.set)for(let J of S)if(typeof J!="string")return!0;return!1}debug(...S){}make(){let S=this.pattern,J=this.options;if(!J.nocomment&&S.charAt(0)==="#"){this.comment=!0;return}if(!S){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],J.debug&&(this.debug=(...S)=>console.error(...S)),this.debug(this.pattern,this.globSet);let ee=this.globSet.map((S=>this.slashSplit(S)));this.globParts=this.preprocess(ee),this.debug(this.pattern,this.globParts);let te=this.globParts.map(((S,J,ee)=>{if(this.isWindows&&this.windowsNoMagicRoot){let J=S[0]===""&&S[1]===""&&(S[2]==="?"||!Se.test(S[2]))&&!Se.test(S[3]),ee=/^[a-z]:/i.test(S[0]);if(J)return[...S.slice(0,4),...S.slice(4).map((S=>this.parse(S)))];if(ee)return[S[0],...S.slice(1).map((S=>this.parse(S)))]}return S.map((S=>this.parse(S)))}));if(this.debug(this.pattern,te),this.set=te.filter((S=>S.indexOf(!1)===-1)),this.isWindows)for(let S=0;S<this.set.length;S++){let J=this.set[S];J[0]===""&&J[1]===""&&this.globParts[S][2]==="?"&&typeof J[3]=="string"&&/^[a-z]:$/i.test(J[3])&&(J[2]="?")}this.debug(this.pattern,this.set)}preprocess(S){if(this.options.noglobstar)for(let J=0;J<S.length;J++)for(let ee=0;ee<S[J].length;ee++)S[J][ee]==="**"&&(S[J][ee]="*");let{optimizationLevel:J=1}=this.options;return J>=2?(S=this.firstPhasePreProcess(S),S=this.secondPhasePreProcess(S)):J>=1?S=this.levelOneOptimize(S):S=this.adjascentGlobstarOptimize(S),S}adjascentGlobstarOptimize(S){return S.map((S=>{let J=-1;for(;(J=S.indexOf("**",J+1))!==-1;){let ee=J;for(;S[ee+1]==="**";)ee++;ee!==J&&S.splice(J,ee-J)}return S}))}levelOneOptimize(S){return S.map((S=>(S=S.reduce(((S,J)=>{let ee=S[S.length-1];return J==="**"&&ee==="**"?S:J===".."&&ee&&ee!==".."&&ee!=="."&&ee!=="**"?(S.pop(),S):(S.push(J),S)}),[]),S.length===0?[""]:S)))}levelTwoFileOptimize(S){Array.isArray(S)||(S=this.slashSplit(S));let J=!1;do{if(J=!1,!this.preserveMultipleSlashes){for(let ee=1;ee<S.length-1;ee++){let te=S[ee];ee===1&&te===""&&S[0]===""||(te==="."||te==="")&&(J=!0,S.splice(ee,1),ee--)}S[0]==="."&&S.length===2&&(S[1]==="."||S[1]==="")&&(J=!0,S.pop())}let ee=0;for(;(ee=S.indexOf("..",ee+1))!==-1;){let te=S[ee-1];te&&te!=="."&&te!==".."&&te!=="**"&&(J=!0,S.splice(ee-1,2),ee-=2)}}while(J);return S.length===0?[""]:S}firstPhasePreProcess(S){let J=!1;do{J=!1;for(let ee of S){let te=-1;for(;(te=ee.indexOf("**",te+1))!==-1;){let re=te;for(;ee[re+1]==="**";)re++;re>te&&ee.splice(te+1,re-te);let ne=ee[te+1],ie=ee[te+2],oe=ee[te+3];if(ne!==".."||!ie||ie==="."||ie===".."||!oe||oe==="."||oe==="..")continue;J=!0,ee.splice(te,1);let se=ee.slice(0);se[te]="**",S.push(se),te--}if(!this.preserveMultipleSlashes){for(let S=1;S<ee.length-1;S++){let te=ee[S];S===1&&te===""&&ee[0]===""||(te==="."||te==="")&&(J=!0,ee.splice(S,1),S--)}ee[0]==="."&&ee.length===2&&(ee[1]==="."||ee[1]==="")&&(J=!0,ee.pop())}let re=0;for(;(re=ee.indexOf("..",re+1))!==-1;){let S=ee[re-1];if(S&&S!=="."&&S!==".."&&S!=="**"){J=!0;let S=re===1&&ee[re+1]==="**"?["."]:[];ee.splice(re-1,2,...S),ee.length===0&&ee.push(""),re-=2}}}}while(J);return S}secondPhasePreProcess(S){for(let J=0;J<S.length-1;J++)for(let ee=J+1;ee<S.length;ee++){let te=this.partsMatch(S[J],S[ee],!this.preserveMultipleSlashes);if(te){S[J]=[],S[ee]=te;break}}return S.filter((S=>S.length))}partsMatch(S,J,ee=!1){let te=0,re=0,ne=[],ie="";for(;te<S.length&&re<J.length;)if(S[te]===J[re])ne.push(ie==="b"?J[re]:S[te]),te++,re++;else if(ee&&S[te]==="**"&&J[re]===S[te+1])ne.push(S[te]),te++;else if(ee&&J[re]==="**"&&S[te]===J[re+1])ne.push(J[re]),re++;else if(S[te]==="*"&&J[re]&&(this.options.dot||!J[re].startsWith("."))&&J[re]!=="**"){if(ie==="b")return!1;ie="a",ne.push(S[te]),te++,re++}else if(J[re]==="*"&&S[te]&&(this.options.dot||!S[te].startsWith("."))&&S[te]!=="**"){if(ie==="a")return!1;ie="b",ne.push(J[re]),te++,re++}else return!1;return S.length===J.length&&ne}parseNegate(){if(this.nonegate)return;let S=this.pattern,J=!1,ee=0;for(let te=0;te<S.length&&S.charAt(te)==="!";te++)J=!J,ee++;ee&&(this.pattern=S.slice(ee)),this.negate=J}matchOne(J,ee,te=!1){let re=this.options;if(this.isWindows){let S=typeof J[0]=="string"&&/^[a-z]:$/i.test(J[0]),te=!S&&J[0]===""&&J[1]===""&&J[2]==="?"&&/^[a-z]:$/i.test(J[3]),re=typeof ee[0]=="string"&&/^[a-z]:$/i.test(ee[0]),ne=!re&&ee[0]===""&&ee[1]===""&&ee[2]==="?"&&typeof ee[3]=="string"&&/^[a-z]:$/i.test(ee[3]),ie=te?3:S?0:void 0,oe=ne?3:re?0:void 0;if(typeof ie=="number"&&typeof oe=="number"){let[S,te]=[J[ie],ee[oe]];S.toLowerCase()===te.toLowerCase()&&(ee[oe]=S,oe>ie?ee=ee.slice(oe):ie>oe&&(J=J.slice(ie)))}}let{optimizationLevel:ne=1}=this.options;ne>=2&&(J=this.levelTwoFileOptimize(J)),this.debug("matchOne",this,{file:J,pattern:ee}),this.debug("matchOne",J.length,ee.length);for(var ie=0,oe=0,se=J.length,ae=ee.length;ie<se&&oe<ae;ie++,oe++){this.debug("matchOne loop");var le=ee[oe],ue=J[ie];if(this.debug(ee,le,ue),le===!1)return!1;if(le===S.GLOBSTAR){this.debug("GLOBSTAR",[ee,le,ue]);var pe=ie,de=oe+1;if(de===ae){for(this.debug("** at the end");ie<se;ie++)if(J[ie]==="."||J[ie]===".."||!re.dot&&J[ie].charAt(0)===".")return!1;return!0}for(;pe<se;){var fe=J[pe];if(this.debug(`\nglobstar while`,J,pe,ee,de,fe),this.matchOne(J.slice(pe),ee.slice(de),te))return this.debug("globstar found match!",pe,se,fe),!0;if(fe==="."||fe===".."||!re.dot&&fe.charAt(0)==="."){this.debug("dot detected!",J,pe,ee,de);break}this.debug("globstar swallow a segment, and continue"),pe++}return!!(te&&(this.debug(`\n>>> no match, partial?`,J,pe,ee,de),pe===se))}let ne;if(typeof le=="string"?(ne=ue===le,this.debug("string match",le,ue,ne)):(ne=le.test(ue),this.debug("pattern match",le,ue,ne)),!ne)return!1}if(ie===se&&oe===ae)return!0;if(ie===se)return te;if(oe===ae)return ie===se-1&&J[ie]==="";throw new Error("wtf?")}braceExpand(){return(0,S.braceExpand)(this.pattern,this.options)}parse(J){(0,ee.assertValidPattern)(J);let re=this.options;if(J==="**")return S.GLOBSTAR;if(J==="")return"";let ne,ie=null;(ne=J.match(fe))?ie=re.dot?Ni:ji:(ne=J.match(ue))?ie=(re.nocase?re.dot?Ri:Ci:re.dot?Ti:xi)(ne[1]):(ne=J.match(me))?ie=(re.nocase?re.dot?Bi:Wi:re.dot?Ii:Gi)(ne):(ne=J.match(pe))?ie=re.dot?Mi:ki:(ne=J.match(de))&&(ie=Di);let oe=te.AST.fromGlob(J,this.options).toMMPattern();return ie&&typeof oe=="object"&&Reflect.defineProperty(oe,"test",{value:ie}),oe}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let J=this.set;if(!J.length)return this.regexp=!1,this.regexp;let ee=this.options,te=ee.noglobstar?ye:ee.dot?ve:be,re=new Set(ee.nocase?["i"]:[]),ne=J.map((J=>{let ee=J.map((J=>{if(J instanceof RegExp)for(let S of J.flags.split(""))re.add(S);return typeof J=="string"?Ji(J):J===S.GLOBSTAR?S.GLOBSTAR:J._src}));ee.forEach(((J,re)=>{let ne=ee[re+1],ie=ee[re-1];J!==S.GLOBSTAR||ie===S.GLOBSTAR||(ie===void 0?ne!==void 0&&ne!==S.GLOBSTAR?ee[re+1]="(?:\\/|"+te+"\\/)?"+ne:ee[re]=te:ne===void 0?ee[re-1]=ie+"(?:\\/|\\/"+te+")?":ne!==S.GLOBSTAR&&(ee[re-1]=ie+"(?:\\/|\\/"+te+"\\/)"+ne,ee[re+1]=S.GLOBSTAR))}));let ne=ee.filter((J=>J!==S.GLOBSTAR));if(this.partial&&ne.length>=1){let S=[];for(let J=1;J<=ne.length;J++)S.push(ne.slice(0,J).join("/"));return"(?:"+S.join("|")+")"}return ne.join("/")})).join("|"),[ie,oe]=J.length>1?["(?:",")"]:["",""];ne="^"+ie+ne+oe+"$",this.partial&&(ne="^(?:\\/|"+ie+ne.slice(1,-1)+oe+")$"),this.negate&&(ne="^(?!"+ne+").+$");try{this.regexp=new RegExp(ne,[...re].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(S){return this.preserveMultipleSlashes?S.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(S)?["",...S.split(/\/+/)]:S.split(/\/+/)}match(S,J=this.partial){if(this.debug("match",S,this.pattern),this.comment)return!1;if(this.empty)return S==="";if(S==="/"&&J)return!0;let ee=this.options;this.isWindows&&(S=S.split("\\").join("/"));let te=this.slashSplit(S);this.debug(this.pattern,"split",te);let re=this.set;this.debug(this.pattern,"set",re);let ne=te[te.length-1];if(!ne)for(let S=te.length-2;!ne&&S>=0;S--)ne=te[S];for(let S=0;S<re.length;S++){let ie=re[S],oe=te;if(ee.matchBase&&ie.length===1&&(oe=[ne]),this.matchOne(oe,ie,J))return ee.flipNegate?!0:!this.negate}return ee.flipNegate?!1:this.negate}static defaults(J){return S.minimatch.defaults(J).Minimatch}};S.Minimatch=xe;var Ee=se();Object.defineProperty(S,"AST",{enumerable:!0,get:function(){return Ee.AST}});var Ce=ae();Object.defineProperty(S,"escape",{enumerable:!0,get:function(){return Ce.escape}});var Pe=oe();Object.defineProperty(S,"unescape",{enumerable:!0,get:function(){return Pe.unescape}});S.minimatch.AST=te.AST;S.minimatch.Minimatch=xe;S.minimatch.escape=ie.escape;S.minimatch.unescape=le.unescape}));var ue=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.LRUCache=void 0;var J=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,ee=new Set,te=typeof process=="object"&&process?process:{},ls=(S,J,ee,re)=>{typeof te.emitWarning=="function"?te.emitWarning(S,J,ee,re):console.error(`[${ee}] ${J}: ${S}`)},re=globalThis.AbortController,ne=globalThis.AbortSignal;if(typeof re>"u"){ne=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(S,J){this._onabort.push(J)}},re=class{constructor(){t()}signal=new ne;abort(S){if(!this.signal.aborted){this.signal.reason=S,this.signal.aborted=!0;for(let J of this.signal._onabort)J(S);this.signal.onabort?.(S)}}};let S=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{S&&(S=!1,ls("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))}}var sr=S=>!ee.has(S),V=S=>S&&S===Math.floor(S)&&S>0&&isFinite(S),cs=S=>V(S)?S<=Math.pow(2,8)?Uint8Array:S<=Math.pow(2,16)?Uint16Array:S<=Math.pow(2,32)?Uint32Array:S<=Number.MAX_SAFE_INTEGER?ie:null:null,ie=class extends Array{constructor(S){super(S),this.fill(0)}},oe=class at{heap;length;static#n=!1;static create(S){let J=cs(S);if(!J)return[];at.#n=!0;let ee=new at(S,J);return at.#n=!1,ee}constructor(S,J){if(!at.#n)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new J(S),this.length=0}push(S){this.heap[this.length++]=S}pop(){return this.heap[--this.length]}},se=class us{#n;#i;#o;#s;#a;#c;#l;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#p;#d;#f;#m;#g;#_;#h;#y;#v;#b;#T;#S;#x;#E;#C;#P;#N;#A;#k;static unsafeExposeInternals(S){return{starts:S.#x,ttls:S.#E,autopurgeTimers:S.#C,sizes:S.#S,keyMap:S.#f,keyList:S.#m,valList:S.#g,next:S.#_,prev:S.#h,get head(){return S.#y},get tail(){return S.#v},free:S.#b,isBackgroundFetch:J=>S.#D(J),backgroundFetch:(J,ee,te,re)=>S.#I(J,ee,te,re),moveToTail:J=>S.#F(J),indexes:J=>S.#O(J),rindexes:J=>S.#w(J),isStale:J=>S.#L(J)}}get max(){return this.#n}get maxSize(){return this.#i}get calculatedSize(){return this.#d}get size(){return this.#p}get fetchMethod(){return this.#c}get memoMethod(){return this.#l}get dispose(){return this.#o}get onInsert(){return this.#s}get disposeAfter(){return this.#a}constructor(S){let{max:te=0,ttl:re,ttlResolution:ne=1,ttlAutopurge:ie,updateAgeOnGet:se,updateAgeOnHas:ae,allowStale:le,dispose:ue,onInsert:pe,disposeAfter:de,noDisposeOnSet:fe,noUpdateTTL:me,maxSize:ge=0,maxEntrySize:he=0,sizeCalculation:_e,fetchMethod:ye,memoMethod:ve,noDeleteOnFetchRejection:be,noDeleteOnStaleGet:Se,allowStaleOnFetchRejection:xe,allowStaleOnFetchAbort:Ee,ignoreFetchAbort:Ce,perf:Pe}=S;if(Pe!==void 0&&typeof Pe?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#u=Pe??J,te!==0&&!V(te))throw new TypeError("max option must be a nonnegative integer");let Ne=te?cs(te):Array;if(!Ne)throw new Error("invalid max value: "+te);if(this.#n=te,this.#i=ge,this.maxEntrySize=he||this.#i,this.sizeCalculation=_e,this.sizeCalculation){if(!this.#i&&!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(ve!==void 0&&typeof ve!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#l=ve,ye!==void 0&&typeof ye!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#c=ye,this.#N=!!ye,this.#f=new Map,this.#m=new Array(te).fill(void 0),this.#g=new Array(te).fill(void 0),this.#_=new Ne(te),this.#h=new Ne(te),this.#y=0,this.#v=0,this.#b=oe.create(te),this.#p=0,this.#d=0,typeof ue=="function"&&(this.#o=ue),typeof pe=="function"&&(this.#s=pe),typeof de=="function"?(this.#a=de,this.#T=[]):(this.#a=void 0,this.#T=void 0),this.#P=!!this.#o,this.#k=!!this.#s,this.#A=!!this.#a,this.noDisposeOnSet=!!fe,this.noUpdateTTL=!!me,this.noDeleteOnFetchRejection=!!be,this.allowStaleOnFetchRejection=!!xe,this.allowStaleOnFetchAbort=!!Ee,this.ignoreFetchAbort=!!Ce,this.maxEntrySize!==0){if(this.#i!==0&&!V(this.#i))throw new TypeError("maxSize must be a positive integer if specified");if(!V(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#M()}if(this.allowStale=!!le,this.noDeleteOnStaleGet=!!Se,this.updateAgeOnGet=!!se,this.updateAgeOnHas=!!ae,this.ttlResolution=V(ne)||ne===0?ne:1,this.ttlAutopurge=!!ie,this.ttl=re||0,this.ttl){if(!V(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#R()}if(this.#n===0&&this.ttl===0&&this.#i===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#i){let S="LRU_CACHE_UNBOUNDED";sr(S)&&(ee.add(S),ls("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",S,us))}}getRemainingTTL(S){return this.#f.has(S)?1/0:0}#R(){let S=new ie(this.#n),J=new ie(this.#n);this.#E=S,this.#x=J;let ee=this.ttlAutopurge?new Array(this.#n):void 0;this.#C=ee,this.#B=(te,re,ne=this.#u.now())=>{if(J[te]=re!==0?ne:0,S[te]=re,ee?.[te]&&(clearTimeout(ee[te]),ee[te]=void 0),re!==0&&ee){let S=setTimeout((()=>{this.#L(te)&&this.#j(this.#m[te],"expire")}),re+1);S.unref&&S.unref(),ee[te]=S}},this.#U=ee=>{J[ee]=S[ee]!==0?this.#u.now():0},this.#W=(ee,re)=>{if(S[re]){let ne=S[re],ie=J[re];if(!ne||!ie)return;ee.ttl=ne,ee.start=ie,ee.now=te||r();let oe=ee.now-ie;ee.remainingTTL=ne-oe}};let te=0,r=()=>{let S=this.#u.now();if(this.ttlResolution>0){te=S;let J=setTimeout((()=>te=0),this.ttlResolution);J.unref&&J.unref()}return S};this.getRemainingTTL=ee=>{let re=this.#f.get(ee);if(re===void 0)return 0;let ne=S[re],ie=J[re];if(!ne||!ie)return 1/0;let oe=(te||r())-ie;return ne-oe},this.#L=ee=>{let re=J[ee],ne=S[ee];return!!ne&&!!re&&(te||r())-re>ne}}#U=()=>{};#W=()=>{};#B=()=>{};#L=()=>!1;#M(){let S=new ie(this.#n);this.#d=0,this.#S=S,this.#J=J=>{this.#d-=S[J],S[J]=0},this.#V=(S,J,ee,te)=>{if(this.#D(J))return 0;if(!V(ee))if(te){if(typeof te!="function")throw new TypeError("sizeCalculation must be a function");if(ee=te(J,S),!V(ee))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 ee},this.#z=(J,ee,te)=>{if(S[J]=ee,this.#i){let ee=this.#i-S[J];for(;this.#d>ee;)this.#G(!0)}this.#d+=S[J],te&&(te.entrySize=ee,te.totalCalculatedSize=this.#d)}}#J=S=>{};#z=(S,J,ee)=>{};#V=(S,J,ee,te)=>{if(ee||te)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#O({allowStale:S=this.allowStale}={}){if(this.#p)for(let J=this.#v;!(!this.#q(J)||((S||!this.#L(J))&&(yield J),J===this.#y));)J=this.#h[J]}*#w({allowStale:S=this.allowStale}={}){if(this.#p)for(let J=this.#y;!(!this.#q(J)||((S||!this.#L(J))&&(yield J),J===this.#v));)J=this.#_[J]}#q(S){return S!==void 0&&this.#f.get(this.#m[S])===S}*entries(){for(let S of this.#O())this.#g[S]!==void 0&&this.#m[S]!==void 0&&!this.#D(this.#g[S])&&(yield[this.#m[S],this.#g[S]])}*rentries(){for(let S of this.#w())this.#g[S]!==void 0&&this.#m[S]!==void 0&&!this.#D(this.#g[S])&&(yield[this.#m[S],this.#g[S]])}*keys(){for(let S of this.#O()){let J=this.#m[S];J!==void 0&&!this.#D(this.#g[S])&&(yield J)}}*rkeys(){for(let S of this.#w()){let J=this.#m[S];J!==void 0&&!this.#D(this.#g[S])&&(yield J)}}*values(){for(let S of this.#O())this.#g[S]!==void 0&&!this.#D(this.#g[S])&&(yield this.#g[S])}*rvalues(){for(let S of this.#w())this.#g[S]!==void 0&&!this.#D(this.#g[S])&&(yield this.#g[S])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(S,J={}){for(let ee of this.#O()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;if(re!==void 0&&S(re,this.#m[ee],this))return this.get(this.#m[ee],J)}}forEach(S,J=this){for(let ee of this.#O()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;re!==void 0&&S.call(J,re,this.#m[ee],this)}}rforEach(S,J=this){for(let ee of this.#w()){let te=this.#g[ee],re=this.#D(te)?te.__staleWhileFetching:te;re!==void 0&&S.call(J,re,this.#m[ee],this)}}purgeStale(){let S=!1;for(let J of this.#w({allowStale:!0}))this.#L(J)&&(this.#j(this.#m[J],"expire"),S=!0);return S}info(S){let J=this.#f.get(S);if(J===void 0)return;let ee=this.#g[J],te=this.#D(ee)?ee.__staleWhileFetching:ee;if(te===void 0)return;let re={value:te};if(this.#E&&this.#x){let S=this.#E[J],ee=this.#x[J];if(S&&ee){let J=S-(this.#u.now()-ee);re.ttl=J,re.start=Date.now()}}return this.#S&&(re.size=this.#S[J]),re}dump(){let S=[];for(let J of this.#O({allowStale:!0})){let ee=this.#m[J],te=this.#g[J],re=this.#D(te)?te.__staleWhileFetching:te;if(re===void 0||ee===void 0)continue;let ne={value:re};if(this.#E&&this.#x){ne.ttl=this.#E[J];let S=this.#u.now()-this.#x[J];ne.start=Math.floor(Date.now()-S)}this.#S&&(ne.size=this.#S[J]),S.unshift([ee,ne])}return S}load(S){this.clear();for(let[J,ee]of S){if(ee.start){let S=Date.now()-ee.start;ee.start=this.#u.now()-S}this.set(J,ee.value,ee)}}set(S,J,ee={}){if(J===void 0)return this.delete(S),this;let{ttl:te=this.ttl,start:re,noDisposeOnSet:ne=this.noDisposeOnSet,sizeCalculation:ie=this.sizeCalculation,status:oe}=ee,{noUpdateTTL:se=this.noUpdateTTL}=ee,ae=this.#V(S,J,ee.size||0,ie);if(this.maxEntrySize&&ae>this.maxEntrySize)return oe&&(oe.set="miss",oe.maxEntrySizeExceeded=!0),this.#j(S,"set"),this;let le=this.#p===0?void 0:this.#f.get(S);if(le===void 0)le=this.#p===0?this.#v:this.#b.length!==0?this.#b.pop():this.#p===this.#n?this.#G(!1):this.#p,this.#m[le]=S,this.#g[le]=J,this.#f.set(S,le),this.#_[this.#v]=le,this.#h[le]=this.#v,this.#v=le,this.#p++,this.#z(le,ae,oe),oe&&(oe.set="add"),se=!1,this.#k&&this.#s?.(J,S,"add");else{this.#F(le);let ee=this.#g[le];if(J!==ee){if(this.#N&&this.#D(ee)){ee.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:J}=ee;J!==void 0&&!ne&&(this.#P&&this.#o?.(J,S,"set"),this.#A&&this.#T?.push([J,S,"set"]))}else ne||(this.#P&&this.#o?.(ee,S,"set"),this.#A&&this.#T?.push([ee,S,"set"]));if(this.#J(le),this.#z(le,ae,oe),this.#g[le]=J,oe){oe.set="replace";let S=ee&&this.#D(ee)?ee.__staleWhileFetching:ee;S!==void 0&&(oe.oldValue=S)}}else oe&&(oe.set="update");this.#k&&this.onInsert?.(J,S,J===ee?"update":"replace")}if(te!==0&&!this.#E&&this.#R(),this.#E&&(se||this.#B(le,te,re),oe&&this.#W(oe,le)),!ne&&this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}return this}pop(){try{for(;this.#p;){let S=this.#g[this.#y];if(this.#G(!0),this.#D(S)){if(S.__staleWhileFetching)return S.__staleWhileFetching}else if(S!==void 0)return S}}finally{if(this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}}}#G(S){let J=this.#y,ee=this.#m[J],te=this.#g[J];return this.#N&&this.#D(te)?te.__abortController.abort(new Error("evicted")):(this.#P||this.#A)&&(this.#P&&this.#o?.(te,ee,"evict"),this.#A&&this.#T?.push([te,ee,"evict"])),this.#J(J),this.#C?.[J]&&(clearTimeout(this.#C[J]),this.#C[J]=void 0),S&&(this.#m[J]=void 0,this.#g[J]=void 0,this.#b.push(J)),this.#p===1?(this.#y=this.#v=0,this.#b.length=0):this.#y=this.#_[J],this.#f.delete(ee),this.#p--,J}has(S,J={}){let{updateAgeOnHas:ee=this.updateAgeOnHas,status:te}=J,re=this.#f.get(S);if(re!==void 0){let S=this.#g[re];if(this.#D(S)&&S.__staleWhileFetching===void 0)return!1;if(this.#L(re))te&&(te.has="stale",this.#W(te,re));else return ee&&this.#U(re),te&&(te.has="hit",this.#W(te,re)),!0}else te&&(te.has="miss");return!1}peek(S,J={}){let{allowStale:ee=this.allowStale}=J,te=this.#f.get(S);if(te===void 0||!ee&&this.#L(te))return;let re=this.#g[te];return this.#D(re)?re.__staleWhileFetching:re}#I(S,J,ee,te){let ne=J===void 0?void 0:this.#g[J];if(this.#D(ne))return ne;let ie=new re,{signal:oe}=ee;oe?.addEventListener("abort",(()=>ie.abort(oe.reason)),{signal:ie.signal});let se={signal:ie.signal,options:ee,context:te},l=(te,re=!1)=>{let{aborted:ne}=ie.signal,oe=ee.ignoreFetchAbort&&te!==void 0,le=ee.ignoreFetchAbort||!!(ee.allowStaleOnFetchAbort&&te!==void 0);if(ee.status&&(ne&&!re?(ee.status.fetchAborted=!0,ee.status.fetchError=ie.signal.reason,oe&&(ee.status.fetchAbortIgnored=!0)):ee.status.fetchResolved=!0),ne&&!oe&&!re)return c(ie.signal.reason,le);let ue=ae,pe=this.#g[J];return(pe===ae||oe&&re&&pe===void 0)&&(te===void 0?ue.__staleWhileFetching!==void 0?this.#g[J]=ue.__staleWhileFetching:this.#j(S,"fetch"):(ee.status&&(ee.status.fetchUpdated=!0),this.set(S,te,se.options))),te},f=S=>(ee.status&&(ee.status.fetchRejected=!0,ee.status.fetchError=S),c(S,!1)),c=(te,re)=>{let{aborted:ne}=ie.signal,oe=ne&&ee.allowStaleOnFetchAbort,se=oe||ee.allowStaleOnFetchRejection,le=se||ee.noDeleteOnFetchRejection,ue=ae;if(this.#g[J]===ae&&(!le||!re&&ue.__staleWhileFetching===void 0?this.#j(S,"fetch"):oe||(this.#g[J]=ue.__staleWhileFetching)),se)return ee.status&&ue.__staleWhileFetching!==void 0&&(ee.status.returnedStale=!0),ue.__staleWhileFetching;if(ue.__returned===ue)throw te},d=(J,te)=>{let re=this.#c?.(S,ne,se);re&&re instanceof Promise&&re.then((S=>J(S===void 0?void 0:S)),te),ie.signal.addEventListener("abort",(()=>{(!ee.ignoreFetchAbort||ee.allowStaleOnFetchAbort)&&(J(void 0),ee.allowStaleOnFetchAbort&&(J=S=>l(S,!0)))}))};ee.status&&(ee.status.fetchDispatched=!0);let ae=new Promise(d).then(l,f),le=Object.assign(ae,{__abortController:ie,__staleWhileFetching:ne,__returned:void 0});return J===void 0?(this.set(S,le,{...se.options,status:void 0}),J=this.#f.get(S)):this.#g[J]=le,le}#D(S){if(!this.#N)return!1;let J=S;return!!J&&J instanceof Promise&&J.hasOwnProperty("__staleWhileFetching")&&J.__abortController instanceof re}async fetch(S,J={}){let{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,ttl:ne=this.ttl,noDisposeOnSet:ie=this.noDisposeOnSet,size:oe=0,sizeCalculation:se=this.sizeCalculation,noUpdateTTL:ae=this.noUpdateTTL,noDeleteOnFetchRejection:le=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ue=this.allowStaleOnFetchRejection,ignoreFetchAbort:pe=this.ignoreFetchAbort,allowStaleOnFetchAbort:de=this.allowStaleOnFetchAbort,context:fe,forceRefresh:me=!1,status:ge,signal:he}=J;if(!this.#N)return ge&&(ge.fetch="get"),this.get(S,{allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,status:ge});let _e={allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,ttl:ne,noDisposeOnSet:ie,size:oe,sizeCalculation:se,noUpdateTTL:ae,noDeleteOnFetchRejection:le,allowStaleOnFetchRejection:ue,allowStaleOnFetchAbort:de,ignoreFetchAbort:pe,status:ge,signal:he},ye=this.#f.get(S);if(ye===void 0){ge&&(ge.fetch="miss");let J=this.#I(S,ye,_e,fe);return J.__returned=J}else{let J=this.#g[ye];if(this.#D(J)){let S=ee&&J.__staleWhileFetching!==void 0;return ge&&(ge.fetch="inflight",S&&(ge.returnedStale=!0)),S?J.__staleWhileFetching:J.__returned=J}let re=this.#L(ye);if(!me&&!re)return ge&&(ge.fetch="hit"),this.#F(ye),te&&this.#U(ye),ge&&this.#W(ge,ye),J;let ne=this.#I(S,ye,_e,fe),ie=ne.__staleWhileFetching!==void 0&ⅇreturn ge&&(ge.fetch=re?"stale":"refresh",ie&&re&&(ge.returnedStale=!0)),ie?ne.__staleWhileFetching:ne.__returned=ne}}async forceFetch(S,J={}){let ee=await this.fetch(S,J);if(ee===void 0)throw new Error("fetch() returned undefined");return ee}memo(S,J={}){let ee=this.#l;if(!ee)throw new Error("no memoMethod provided to constructor");let{context:te,forceRefresh:re,...ne}=J,ie=this.get(S,ne);if(!re&&ie!==void 0)return ie;let oe=ee(S,ie,{options:ne,context:te});return this.set(S,oe,ne),oe}get(S,J={}){let{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,status:ne}=J,ie=this.#f.get(S);if(ie!==void 0){let J=this.#g[ie],oe=this.#D(J);return ne&&this.#W(ne,ie),this.#L(ie)?(ne&&(ne.get="stale"),oe?(ne&&ee&&J.__staleWhileFetching!==void 0&&(ne.returnedStale=!0),ee?J.__staleWhileFetching:void 0):(re||this.#j(S,"expire"),ne&&ee&&(ne.returnedStale=!0),ee?J:void 0)):(ne&&(ne.get="hit"),oe?J.__staleWhileFetching:(this.#F(ie),te&&this.#U(ie),J))}else ne&&(ne.get="miss")}#$(S,J){this.#h[J]=S,this.#_[S]=J}#F(S){S!==this.#v&&(S===this.#y?this.#y=this.#_[S]:this.#$(this.#h[S],this.#_[S]),this.#$(this.#v,S),this.#v=S)}delete(S){return this.#j(S,"delete")}#j(S,J){let ee=!1;if(this.#p!==0){let te=this.#f.get(S);if(te!==void 0)if(this.#C?.[te]&&(clearTimeout(this.#C?.[te]),this.#C[te]=void 0),ee=!0,this.#p===1)this.#H(J);else{this.#J(te);let ee=this.#g[te];if(this.#D(ee)?ee.__abortController.abort(new Error("deleted")):(this.#P||this.#A)&&(this.#P&&this.#o?.(ee,S,J),this.#A&&this.#T?.push([ee,S,J])),this.#f.delete(S),this.#m[te]=void 0,this.#g[te]=void 0,te===this.#v)this.#v=this.#h[te];else if(te===this.#y)this.#y=this.#_[te];else{let S=this.#h[te];this.#_[S]=this.#_[te];let J=this.#_[te];this.#h[J]=this.#h[te]}this.#p--,this.#b.push(te)}}if(this.#A&&this.#T?.length){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}return ee}clear(){return this.#H("delete")}#H(S){for(let J of this.#w({allowStale:!0})){let ee=this.#g[J];if(this.#D(ee))ee.__abortController.abort(new Error("deleted"));else{let te=this.#m[J];this.#P&&this.#o?.(ee,te,S),this.#A&&this.#T?.push([ee,te,S])}}if(this.#f.clear(),this.#g.fill(void 0),this.#m.fill(void 0),this.#E&&this.#x){this.#E.fill(0),this.#x.fill(0);for(let S of this.#C??[])S!==void 0&&clearTimeout(S);this.#C?.fill(void 0)}if(this.#S&&this.#S.fill(0),this.#y=0,this.#v=0,this.#b.length=0,this.#d=0,this.#p=0,this.#A&&this.#T){let S=this.#T,J;for(;J=S?.shift();)this.#a?.(...J)}}};S.LRUCache=se}));var pe=R((S=>{"use strict";var J=S&&S.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(S,"__esModule",{value:!0});S.Minipass=S.isWritable=S.isReadable=S.isStream=void 0;var te=typeof process=="object"&&process?process:{stdout:null,stderr:null},re=ee(78474),ne=J(ee(57075)),ie=ee(46193),or=J=>!!J&&typeof J=="object"&&(J instanceof Ge||J instanceof ne.default||(0,S.isReadable)(J)||(0,S.isWritable)(J));S.isStream=or;var ar=S=>!!S&&typeof S=="object"&&S instanceof re.EventEmitter&&typeof S.pipe=="function"&&S.pipe!==ne.default.Writable.prototype.pipe;S.isReadable=ar;var lr=S=>!!S&&typeof S=="object"&&S instanceof re.EventEmitter&&typeof S.write=="function"&&typeof S.end=="function";S.isWritable=lr;var oe=Symbol("EOF"),se=Symbol("maybeEmitEnd"),ae=Symbol("emittedEnd"),le=Symbol("emittingEnd"),ue=Symbol("emittedError"),pe=Symbol("closed"),de=Symbol("read"),fe=Symbol("flush"),me=Symbol("flushChunk"),ge=Symbol("encoding"),he=Symbol("decoder"),_e=Symbol("flowing"),ye=Symbol("paused"),ve=Symbol("resume"),be=Symbol("buffer"),Se=Symbol("pipes"),xe=Symbol("bufferLength"),Ee=Symbol("bufferPush"),Ce=Symbol("bufferShift"),Pe=Symbol("objectMode"),Ne=Symbol("destroyed"),Ae=Symbol("error"),ke=Symbol("emitData"),De=Symbol("emitEnd"),Fe=Symbol("emitEnd2"),Oe=Symbol("async"),we=Symbol("abort"),Me=Symbol("aborted"),Re=Symbol("signal"),je=Symbol("dataListeners"),Ue=Symbol("discarded"),ft=S=>Promise.resolve().then(S),cr=S=>S(),ur=S=>S==="end"||S==="finish"||S==="prefinish",fr=S=>S instanceof ArrayBuffer||!!S&&typeof S=="object"&&S.constructor&&S.constructor.name==="ArrayBuffer"&&S.byteLength>=0,dr=S=>!Buffer.isBuffer(S)&&ArrayBuffer.isView(S),Je=class{src;dest;opts;ondrain;constructor(S,J,ee){this.src=S,this.dest=J,this.opts=ee,this.ondrain=()=>S[ve](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(S){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},ze=class extends Je{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(S,J,ee){super(S,J,ee),this.proxyErrors=S=>this.dest.emit("error",S),S.on("error",this.proxyErrors)}},pr=S=>!!S.objectMode,mr=S=>!S.objectMode&&!!S.encoding&&S.encoding!=="buffer",Ge=class extends re.EventEmitter{[_e]=!1;[ye]=!1;[Se]=[];[be]=[];[Pe];[ge];[Oe];[he];[oe]=!1;[ae]=!1;[le]=!1;[pe]=!1;[ue]=null;[xe]=0;[Ne]=!1;[Re];[Me]=!1;[je]=0;[Ue]=!1;writable=!0;readable=!0;constructor(...S){let J=S[0]||{};if(super(),J.objectMode&&typeof J.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");pr(J)?(this[Pe]=!0,this[ge]=null):mr(J)?(this[ge]=J.encoding,this[Pe]=!1):(this[Pe]=!1,this[ge]=null),this[Oe]=!!J.async,this[he]=this[ge]?new ie.StringDecoder(this[ge]):null,J&&J.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[be]}),J&&J.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Se]});let{signal:ee}=J;ee&&(this[Re]=ee,ee.aborted?this[we]():ee.addEventListener("abort",(()=>this[we]())))}get bufferLength(){return this[xe]}get encoding(){return this[ge]}set encoding(S){throw new Error("Encoding must be set at instantiation time")}setEncoding(S){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Pe]}set objectMode(S){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Oe]}set async(S){this[Oe]=this[Oe]||!!S}[we](){this[Me]=!0,this.emit("abort",this[Re]?.reason),this.destroy(this[Re]?.reason)}get aborted(){return this[Me]}set aborted(S){}write(S,J,ee){if(this[Me])return!1;if(this[oe])throw new Error("write after end");if(this[Ne])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof J=="function"&&(ee=J,J="utf8"),J||(J="utf8");let te=this[Oe]?ft:cr;if(!this[Pe]&&!Buffer.isBuffer(S)){if(dr(S))S=Buffer.from(S.buffer,S.byteOffset,S.byteLength);else if(fr(S))S=Buffer.from(S);else if(typeof S!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[Pe]?(this[_e]&&this[xe]!==0&&this[fe](!0),this[_e]?this.emit("data",S):this[Ee](S),this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e]):S.length?(typeof S=="string"&&!(J===this[ge]&&!this[he]?.lastNeed)&&(S=Buffer.from(S,J)),Buffer.isBuffer(S)&&this[ge]&&(S=this[he].write(S)),this[_e]&&this[xe]!==0&&this[fe](!0),this[_e]?this.emit("data",S):this[Ee](S),this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e]):(this[xe]!==0&&this.emit("readable"),ee&&te(ee),this[_e])}read(S){if(this[Ne])return null;if(this[Ue]=!1,this[xe]===0||S===0||S&&S>this[xe])return this[se](),null;this[Pe]&&(S=null),this[be].length>1&&!this[Pe]&&(this[be]=[this[ge]?this[be].join(""):Buffer.concat(this[be],this[xe])]);let J=this[de](S||null,this[be][0]);return this[se](),J}[de](S,J){if(this[Pe])this[Ce]();else{let ee=J;S===ee.length||S===null?this[Ce]():typeof ee=="string"?(this[be][0]=ee.slice(S),J=ee.slice(0,S),this[xe]-=S):(this[be][0]=ee.subarray(S),J=ee.subarray(0,S),this[xe]-=S)}return this.emit("data",J),!this[be].length&&!this[oe]&&this.emit("drain"),J}end(S,J,ee){return typeof S=="function"&&(ee=S,S=void 0),typeof J=="function"&&(ee=J,J="utf8"),S!==void 0&&this.write(S,J),ee&&this.once("end",ee),this[oe]=!0,this.writable=!1,(this[_e]||!this[ye])&&this[se](),this}[ve](){this[Ne]||(!this[je]&&!this[Se].length&&(this[Ue]=!0),this[ye]=!1,this[_e]=!0,this.emit("resume"),this[be].length?this[fe]():this[oe]?this[se]():this.emit("drain"))}resume(){return this[ve]()}pause(){this[_e]=!1,this[ye]=!0,this[Ue]=!1}get destroyed(){return this[Ne]}get flowing(){return this[_e]}get paused(){return this[ye]}[Ee](S){this[Pe]?this[xe]+=1:this[xe]+=S.length,this[be].push(S)}[Ce](){return this[Pe]?this[xe]-=1:this[xe]-=this[be][0].length,this[be].shift()}[fe](S=!1){do{}while(this[me](this[Ce]())&&this[be].length);!S&&!this[be].length&&!this[oe]&&this.emit("drain")}[me](S){return this.emit("data",S),this[_e]}pipe(S,J){if(this[Ne])return S;this[Ue]=!1;let ee=this[ae];return J=J||{},S===te.stdout||S===te.stderr?J.end=!1:J.end=J.end!==!1,J.proxyErrors=!!J.proxyErrors,ee?J.end&&S.end():(this[Se].push(J.proxyErrors?new ze(this,S,J):new Je(this,S,J)),this[Oe]?ft((()=>this[ve]())):this[ve]()),S}unpipe(S){let J=this[Se].find((J=>J.dest===S));J&&(this[Se].length===1?(this[_e]&&this[je]===0&&(this[_e]=!1),this[Se]=[]):this[Se].splice(this[Se].indexOf(J),1),J.unpipe())}addListener(S,J){return this.on(S,J)}on(S,J){let ee=super.on(S,J);if(S==="data")this[Ue]=!1,this[je]++,!this[Se].length&&!this[_e]&&this[ve]();else if(S==="readable"&&this[xe]!==0)super.emit("readable");else if(ur(S)&&this[ae])super.emit(S),this.removeAllListeners(S);else if(S==="error"&&this[ue]){let S=J;this[Oe]?ft((()=>S.call(this,this[ue]))):S.call(this,this[ue])}return ee}removeListener(S,J){return this.off(S,J)}off(S,J){let ee=super.off(S,J);return S==="data"&&(this[je]=this.listeners("data").length,this[je]===0&&!this[Ue]&&!this[Se].length&&(this[_e]=!1)),ee}removeAllListeners(S){let J=super.removeAllListeners(S);return(S==="data"||S===void 0)&&(this[je]=0,!this[Ue]&&!this[Se].length&&(this[_e]=!1)),J}get emittedEnd(){return this[ae]}[se](){!this[le]&&!this[ae]&&!this[Ne]&&this[be].length===0&&this[oe]&&(this[le]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[pe]&&this.emit("close"),this[le]=!1)}emit(S,...J){let ee=J[0];if(S!=="error"&&S!=="close"&&S!==Ne&&this[Ne])return!1;if(S==="data")return!this[Pe]&&!ee?!1:this[Oe]?(ft((()=>this[ke](ee))),!0):this[ke](ee);if(S==="end")return this[De]();if(S==="close"){if(this[pe]=!0,!this[ae]&&!this[Ne])return!1;let S=super.emit("close");return this.removeAllListeners("close"),S}else if(S==="error"){this[ue]=ee,super.emit(Ae,ee);let S=!this[Re]||this.listeners("error").length?super.emit("error",ee):!1;return this[se](),S}else if(S==="resume"){let S=super.emit("resume");return this[se](),S}else if(S==="finish"||S==="prefinish"){let J=super.emit(S);return this.removeAllListeners(S),J}let te=super.emit(S,...J);return this[se](),te}[ke](S){for(let J of this[Se])J.dest.write(S)===!1&&this.pause();let J=this[Ue]?!1:super.emit("data",S);return this[se](),J}[De](){return this[ae]?!1:(this[ae]=!0,this.readable=!1,this[Oe]?(ft((()=>this[Fe]())),!0):this[Fe]())}[Fe](){if(this[he]){let S=this[he].end();if(S){for(let J of this[Se])J.dest.write(S);this[Ue]||super.emit("data",S)}}for(let S of this[Se])S.end();let S=super.emit("end");return this.removeAllListeners("end"),S}async collect(){let S=Object.assign([],{dataLength:0});this[Pe]||(S.dataLength=0);let J=this.promise();return this.on("data",(J=>{S.push(J),this[Pe]||(S.dataLength+=J.length)})),await J,S}async concat(){if(this[Pe])throw new Error("cannot concat in objectMode");let S=await this.collect();return this[ge]?S.join(""):Buffer.concat(S,S.dataLength)}async promise(){return new Promise(((S,J)=>{this.on(Ne,(()=>J(new Error("stream destroyed")))),this.on("error",(S=>J(S))),this.on("end",(()=>S()))}))}[Symbol.asyncIterator](){this[Ue]=!1;let S=!1,e=async()=>(this.pause(),S=!0,{value:void 0,done:!0});return{next:()=>{if(S)return e();let J=this.read();if(J!==null)return Promise.resolve({done:!1,value:J});if(this[oe])return e();let ee,te,o=S=>{this.off("data",a),this.off("end",l),this.off(Ne,f),e(),te(S)},a=S=>{this.off("error",o),this.off("end",l),this.off(Ne,f),this.pause(),ee({value:S,done:!!this[oe]})},l=()=>{this.off("error",o),this.off("data",a),this.off(Ne,f),e(),ee({done:!0,value:void 0})},f=()=>o(new Error("stream destroyed"));return new Promise(((S,J)=>{te=J,ee=S,this.once(Ne,f),this.once("error",o),this.once("end",l),this.once("data",a)}))},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[Ue]=!1;let S=!1,e=()=>(this.pause(),this.off(Ae,e),this.off(Ne,e),this.off("end",e),S=!0,{done:!0,value:void 0}),s=()=>{if(S)return e();let J=this.read();return J===null?e():{done:!1,value:J}};return this.once("end",e),this.once(Ae,e),this.once(Ne,e),{next:s,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(S){if(this[Ne])return S?this.emit("error",S):this.emit(Ne),this;this[Ne]=!0,this[Ue]=!0,this[be].length=0,this[xe]=0;let J=this;return typeof J.close=="function"&&!this[pe]&&J.close(),S?this.emit("error",S):this.emit(Ne),this}static get isStream(){return S.isStream}};S.Minipass=Ge}));var de=R((S=>{"use strict";var J=S&&S.__createBinding||(Object.create?function(S,J,ee,te){te===void 0&&(te=ee);var re=Object.getOwnPropertyDescriptor(J,ee);(!re||("get"in re?!J.__esModule:re.writable||re.configurable))&&(re={enumerable:!0,get:function(){return J[ee]}}),Object.defineProperty(S,te,re)}:function(S,J,ee,te){te===void 0&&(te=ee),S[te]=J[ee]}),te=S&&S.__setModuleDefault||(Object.create?function(S,J){Object.defineProperty(S,"default",{enumerable:!0,value:J})}:function(S,J){S.default=J}),re=S&&S.__importStar||function(S){if(S&&S.__esModule)return S;var ee={};if(S!=null)for(var re in S)re!=="default"&&Object.prototype.hasOwnProperty.call(S,re)&&J(ee,S,re);return te(ee,S),ee};Object.defineProperty(S,"__esModule",{value:!0});S.PathScurry=S.Path=S.PathScurryDarwin=S.PathScurryPosix=S.PathScurryWin32=S.PathScurryBase=S.PathPosix=S.PathWin32=S.PathBase=S.ChildrenCache=S.ResolveCache=void 0;var ne=ue(),ie=ee(76760),oe=ee(73136),se=ee(79896),ae=re(ee(73024)),le=se.realpathSync.native,de=ee(51455),fe=pe(),me={lstatSync:se.lstatSync,readdir:se.readdir,readdirSync:se.readdirSync,readlinkSync:se.readlinkSync,realpathSync:le,promises:{lstat:de.lstat,readdir:de.readdir,readlink:de.readlink,realpath:de.realpath}},_s=S=>!S||S===me||S===ae?me:{...me,...S,promises:{...me.promises,...S.promises||{}}},ge=/^\\\\\?\\([a-z]:)\\?$/i,Er=S=>S.replace(/\//g,"\\").replace(ge,"$1\\"),he=/[\\\/]/,_e=0,ye=1,ve=2,be=4,Se=6,xe=8,Ee=10,Ce=12,Pe=15,Ne=~Pe,Ae=16,ke=32,De=64,Fe=128,Oe=256,we=512,Me=De|Fe|we,Re=1023,Te=S=>S.isFile()?xe:S.isDirectory()?be:S.isSymbolicLink()?Ee:S.isCharacterDevice()?ve:S.isBlockDevice()?Se:S.isSocket()?Ce:S.isFIFO()?ye:_e,je=new ne.LRUCache({max:2**12}),wt=S=>{let J=je.get(S);if(J)return J;let ee=S.normalize("NFKD");return je.set(S,ee),ee},Ue=new ne.LRUCache({max:2**12}),Kt=S=>{let J=Ue.get(S);if(J)return J;let ee=wt(S.toLowerCase());return Ue.set(S,ee),ee},Je=class extends ne.LRUCache{constructor(){super({max:256})}};S.ResolveCache=Je;var ze=class extends ne.LRUCache{constructor(S=16*1024){super({maxSize:S,sizeCalculation:S=>S.length+1})}};S.ChildrenCache=ze;var Ge=Symbol("PathScurry setAsCwd"),qe=class{name;root;roots;parent;nocase;isCWD=!1;#n;#i;get dev(){return this.#i}#o;get mode(){return this.#o}#s;get nlink(){return this.#s}#a;get uid(){return this.#a}#c;get gid(){return this.#c}#l;get rdev(){return this.#l}#u;get blksize(){return this.#u}#p;get ino(){return this.#p}#d;get size(){return this.#d}#f;get blocks(){return this.#f}#m;get atimeMs(){return this.#m}#g;get mtimeMs(){return this.#g}#_;get ctimeMs(){return this.#_}#h;get birthtimeMs(){return this.#h}#y;get atime(){return this.#y}#v;get mtime(){return this.#v}#b;get ctime(){return this.#b}#T;get birthtime(){return this.#T}#S;#x;#E;#C;#P;#N;#A;#k;#R;#U;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(S,J=_e,ee,te,re,ne,ie){this.name=S,this.#S=re?Kt(S):wt(S),this.#A=J&Re,this.nocase=re,this.roots=te,this.root=ee||this,this.#k=ne,this.#E=ie.fullpath,this.#P=ie.relative,this.#N=ie.relativePosix,this.parent=ie.parent,this.parent?this.#n=this.parent.#n:this.#n=_s(ie.fs)}depth(){return this.#x!==void 0?this.#x:this.parent?this.#x=this.parent.depth()+1:this.#x=0}childrenCache(){return this.#k}resolve(S){if(!S)return this;let J=this.getRootString(S),ee=S.substring(J.length).split(this.splitSep);return J?this.getRoot(J).#W(ee):this.#W(ee)}#W(S){let J=this;for(let ee of S)J=J.child(ee);return J}children(){let S=this.#k.get(this);if(S)return S;let J=Object.assign([],{provisional:0});return this.#k.set(this,J),this.#A&=~Ae,J}child(S,J){if(S===""||S===".")return this;if(S==="..")return this.parent||this;let ee=this.children(),te=this.nocase?Kt(S):wt(S);for(let S of ee)if(S.#S===te)return S;let re=this.parent?this.sep:"",ne=this.#E?this.#E+re+S:void 0,ie=this.newChild(S,_e,{...J,parent:this,fullpath:ne});return this.canReaddir()||(ie.#A|=Fe),ee.push(ie),ie}relative(){if(this.isCWD)return"";if(this.#P!==void 0)return this.#P;let S=this.name,J=this.parent;if(!J)return this.#P=this.name;let ee=J.relative();return ee+(!ee||!J.parent?"":this.sep)+S}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#N!==void 0)return this.#N;let S=this.name,J=this.parent;if(!J)return this.#N=this.fullpathPosix();let ee=J.relativePosix();return ee+(!ee||!J.parent?"":"/")+S}fullpath(){if(this.#E!==void 0)return this.#E;let S=this.name,J=this.parent;if(!J)return this.#E=this.name;let ee=J.fullpath()+(J.parent?this.sep:"")+S;return this.#E=ee}fullpathPosix(){if(this.#C!==void 0)return this.#C;if(this.sep==="/")return this.#C=this.fullpath();if(!this.parent){let S=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(S)?this.#C=`//?/${S}`:this.#C=S}let S=this.parent,J=S.fullpathPosix(),ee=J+(!J||!S.parent?"":"/")+this.name;return this.#C=ee}isUnknown(){return(this.#A&Pe)===_e}isType(S){return this[`is${S}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#A&Pe)===xe}isDirectory(){return(this.#A&Pe)===be}isCharacterDevice(){return(this.#A&Pe)===ve}isBlockDevice(){return(this.#A&Pe)===Se}isFIFO(){return(this.#A&Pe)===ye}isSocket(){return(this.#A&Pe)===Ce}isSymbolicLink(){return(this.#A&Ee)===Ee}lstatCached(){return this.#A&ke?this:void 0}readlinkCached(){return this.#R}realpathCached(){return this.#U}readdirCached(){let S=this.children();return S.slice(0,S.provisional)}canReadlink(){if(this.#R)return!0;if(!this.parent)return!1;let S=this.#A&Pe;return!(S!==_e&&S!==Ee||this.#A&Oe||this.#A&Fe)}calledReaddir(){return!!(this.#A&Ae)}isENOENT(){return!!(this.#A&Fe)}isNamed(S){return this.nocase?this.#S===Kt(S):this.#S===wt(S)}async readlink(){let S=this.#R;if(S)return S;if(this.canReadlink()&&this.parent)try{let S=await this.#n.promises.readlink(this.fullpath()),J=(await this.parent.realpath())?.resolve(S);if(J)return this.#R=J}catch(S){this.#w(S.code);return}}readlinkSync(){let S=this.#R;if(S)return S;if(this.canReadlink()&&this.parent)try{let S=this.#n.readlinkSync(this.fullpath()),J=this.parent.realpathSync()?.resolve(S);if(J)return this.#R=J}catch(S){this.#w(S.code);return}}#B(S){this.#A|=Ae;for(let J=S.provisional;J<S.length;J++){let ee=S[J];ee&&ee.#L()}}#L(){this.#A&Fe||(this.#A=(this.#A|Fe)&Ne,this.#M())}#M(){let S=this.children();S.provisional=0;for(let J of S)J.#L()}#J(){this.#A|=we,this.#z()}#z(){if(this.#A&De)return;let S=this.#A;(S&Pe)===be&&(S&=Ne),this.#A=S|De,this.#M()}#V(S=""){S==="ENOTDIR"||S==="EPERM"?this.#z():S==="ENOENT"?this.#L():this.children().provisional=0}#O(S=""){S==="ENOTDIR"?this.parent.#z():S==="ENOENT"&&this.#L()}#w(S=""){let J=this.#A;J|=Oe,S==="ENOENT"&&(J|=Fe),(S==="EINVAL"||S==="UNKNOWN")&&(J&=Ne),this.#A=J,S==="ENOTDIR"&&this.parent&&this.parent.#z()}#q(S,J){return this.#I(S,J)||this.#G(S,J)}#G(S,J){let ee=Te(S),te=this.newChild(S.name,ee,{parent:this}),re=te.#A&Pe;return re!==be&&re!==Ee&&re!==_e&&(te.#A|=De),J.unshift(te),J.provisional++,te}#I(S,J){for(let ee=J.provisional;ee<J.length;ee++){let te=J[ee];if((this.nocase?Kt(S.name):wt(S.name))===te.#S)return this.#D(S,te,ee,J)}}#D(S,J,ee,te){let re=J.name;return J.#A=J.#A&Ne|Te(S),re!==S.name&&(J.name=S.name),ee!==te.provisional&&(ee===te.length-1?te.pop():te.splice(ee,1),te.unshift(J)),te.provisional++,J}async lstat(){if((this.#A&Fe)===0)try{return this.#$(await this.#n.promises.lstat(this.fullpath())),this}catch(S){this.#O(S.code)}}lstatSync(){if((this.#A&Fe)===0)try{return this.#$(this.#n.lstatSync(this.fullpath())),this}catch(S){this.#O(S.code)}}#$(S){let{atime:J,atimeMs:ee,birthtime:te,birthtimeMs:re,blksize:ne,blocks:ie,ctime:oe,ctimeMs:se,dev:ae,gid:le,ino:ue,mode:pe,mtime:de,mtimeMs:fe,nlink:me,rdev:ge,size:he,uid:ye}=S;this.#y=J,this.#m=ee,this.#T=te,this.#h=re,this.#u=ne,this.#f=ie,this.#b=oe,this.#_=se,this.#i=ae,this.#c=le,this.#p=ue,this.#o=pe,this.#v=de,this.#g=fe,this.#s=me,this.#l=ge,this.#d=he,this.#a=ye;let ve=Te(S);this.#A=this.#A&Ne|ve|ke,ve!==_e&&ve!==be&&ve!==Ee&&(this.#A|=De)}#F=[];#j=!1;#H(S){this.#j=!1;let J=this.#F.slice();this.#F.length=0,J.forEach((J=>J(null,S)))}readdirCB(S,J=!1){if(!this.canReaddir()){J?S(null,[]):queueMicrotask((()=>S(null,[])));return}let ee=this.children();if(this.calledReaddir()){let te=ee.slice(0,ee.provisional);J?S(null,te):queueMicrotask((()=>S(null,te)));return}if(this.#F.push(S),this.#j)return;this.#j=!0;let te=this.fullpath();this.#n.readdir(te,{withFileTypes:!0},((S,J)=>{if(S)this.#V(S.code),ee.provisional=0;else{for(let S of J)this.#q(S,ee);this.#B(ee)}this.#H(ee.slice(0,ee.provisional))}))}#K;async readdir(){if(!this.canReaddir())return[];let S=this.children();if(this.calledReaddir())return S.slice(0,S.provisional);let J=this.fullpath();if(this.#K)await this.#K;else{let s=()=>{};this.#K=new Promise((S=>s=S));try{for(let ee of await this.#n.promises.readdir(J,{withFileTypes:!0}))this.#q(ee,S);this.#B(S)}catch(J){this.#V(J.code),S.provisional=0}this.#K=void 0,s()}return S.slice(0,S.provisional)}readdirSync(){if(!this.canReaddir())return[];let S=this.children();if(this.calledReaddir())return S.slice(0,S.provisional);let J=this.fullpath();try{for(let ee of this.#n.readdirSync(J,{withFileTypes:!0}))this.#q(ee,S);this.#B(S)}catch(J){this.#V(J.code),S.provisional=0}return S.slice(0,S.provisional)}canReaddir(){if(this.#A&Me)return!1;let S=Pe&this.#A;return S===_e||S===be||S===Ee}shouldWalk(S,J){return(this.#A&be)===be&&!(this.#A&Me)&&!S.has(this)&&(!J||J(this))}async realpath(){if(this.#U)return this.#U;if(!((we|Oe|Fe)&this.#A))try{let S=await this.#n.promises.realpath(this.fullpath());return this.#U=this.resolve(S)}catch{this.#J()}}realpathSync(){if(this.#U)return this.#U;if(!((we|Oe|Fe)&this.#A))try{let S=this.#n.realpathSync(this.fullpath());return this.#U=this.resolve(S)}catch{this.#J()}}[Ge](S){if(S===this)return;S.isCWD=!1,this.isCWD=!0;let J=new Set([]),ee=[],te=this;for(;te&&te.parent;)J.add(te),te.#P=ee.join(this.sep),te.#N=ee.join("/"),te=te.parent,ee.push("..");for(te=S;te&&te.parent&&!J.has(te);)te.#P=void 0,te.#N=void 0,te=te.parent}};S.PathBase=qe;var $e=class n extends qe{sep="\\";splitSep=he;constructor(S,J=_e,ee,te,re,ne,ie){super(S,J,ee,te,re,ne,ie)}newChild(S,J=_e,ee={}){return new n(S,J,this.root,this.roots,this.nocase,this.childrenCache(),ee)}getRootString(S){return ie.win32.parse(S).root}getRoot(S){if(S=Er(S.toUpperCase()),S===this.root.name)return this.root;for(let[J,ee]of Object.entries(this.roots))if(this.sameRoot(S,J))return this.roots[S]=ee;return this.roots[S]=new Xe(S,this).root}sameRoot(S,J=this.root.name){return S=S.toUpperCase().replace(/\//g,"\\").replace(ge,"$1\\"),S===J}};S.PathWin32=$e;var He=class n extends qe{splitSep="/";sep="/";constructor(S,J=_e,ee,te,re,ne,ie){super(S,J,ee,te,re,ne,ie)}getRootString(S){return S.startsWith("/")?"/":""}getRoot(S){return this.root}newChild(S,J=_e,ee={}){return new n(S,J,this.root,this.roots,this.nocase,this.childrenCache(),ee)}};S.PathPosix=He;var Ke=class{root;rootPath;roots;cwd;#n;#i;#o;nocase;#s;constructor(S=process.cwd(),J,ee,{nocase:te,childrenCacheSize:re=16*1024,fs:ne=me}={}){this.#s=_s(ne),(S instanceof URL||S.startsWith("file://"))&&(S=(0,oe.fileURLToPath)(S));let ie=J.resolve(S);this.roots=Object.create(null),this.rootPath=this.parseRootPath(ie),this.#n=new Je,this.#i=new Je,this.#o=new ze(re);let se=ie.substring(this.rootPath.length).split(ee);if(se.length===1&&!se[0]&&se.pop(),te===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=te,this.root=this.newRoot(this.#s),this.roots[this.rootPath]=this.root;let ae=this.root,le=se.length-1,ue=J.sep,pe=this.rootPath,de=!1;for(let S of se){let J=le--;ae=ae.child(S,{relative:new Array(J).fill("..").join(ue),relativePosix:new Array(J).fill("..").join("/"),fullpath:pe+=(de?"":ue)+S}),de=!0}this.cwd=ae}depth(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.depth()}childrenCache(){return this.#o}resolve(...S){let J="";for(let ee=S.length-1;ee>=0;ee--){let te=S[ee];if(!(!te||te===".")&&(J=J?`${te}/${J}`:te,this.isAbsolute(te)))break}let ee=this.#n.get(J);if(ee!==void 0)return ee;let te=this.cwd.resolve(J).fullpath();return this.#n.set(J,te),te}resolvePosix(...S){let J="";for(let ee=S.length-1;ee>=0;ee--){let te=S[ee];if(!(!te||te===".")&&(J=J?`${te}/${J}`:te,this.isAbsolute(te)))break}let ee=this.#i.get(J);if(ee!==void 0)return ee;let te=this.cwd.resolve(J).fullpathPosix();return this.#i.set(J,te),te}relative(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.relative()}relativePosix(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.relativePosix()}basename(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.name}dirname(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),(S.parent||S).fullpath()}async readdir(S=this.cwd,J={withFileTypes:!0}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee}=J;if(S.canReaddir()){let J=await S.readdir();return ee?J:J.map((S=>S.name))}else return[]}readdirSync(S=this.cwd,J={withFileTypes:!0}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0}=J;return S.canReaddir()?ee?S.readdirSync():S.readdirSync().map((S=>S.name)):[]}async lstat(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.lstat()}lstatSync(S=this.cwd){return typeof S=="string"&&(S=this.cwd.resolve(S)),S.lstatSync()}async readlink(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=await S.readlink();return J?ee:ee?.fullpath()}readlinkSync(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=S.readlinkSync();return J?ee:ee?.fullpath()}async realpath(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=await S.realpath();return J?ee:ee?.fullpath()}realpathSync(S=this.cwd,{withFileTypes:J}={withFileTypes:!1}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S.withFileTypes,S=this.cwd);let ee=S.realpathSync();return J?ee:ee?.fullpath()}async walk(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=[];(!re||re(S))&&ie.push(ee?S:S.fullpath());let oe=new Set,l=(S,J)=>{oe.add(S),S.readdirCB(((S,se)=>{if(S)return J(S);let ae=se.length;if(!ae)return J();let b=()=>{--ae===0&&J()};for(let S of se)(!re||re(S))&&ie.push(ee?S:S.fullpath()),te&&S.isSymbolicLink()?S.realpath().then((S=>S?.isUnknown()?S.lstat():S)).then((S=>S?.shouldWalk(oe,ne)?l(S,b):b())):S.shouldWalk(oe,ne)?l(S,b):b()}),!0)},se=S;return new Promise(((S,J)=>{l(se,(ee=>{if(ee)return J(ee);S(ie)}))}))}walkSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=[];(!re||re(S))&&ie.push(ee?S:S.fullpath());let oe=new Set([S]);for(let S of oe){let J=S.readdirSync();for(let S of J){(!re||re(S))&&ie.push(ee?S:S.fullpath());let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(oe,ne)&&oe.add(J)}}return ie}[Symbol.asyncIterator](){return this.iterate()}iterate(S=this.cwd,J={}){return typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd),this.stream(S,J)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J;(!re||re(S))&&(yield ee?S:S.fullpath());let ie=new Set([S]);for(let S of ie){let J=S.readdirSync();for(let S of J){(!re||re(S))&&(yield ee?S:S.fullpath());let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(ie,ne)&&ie.add(J)}}}stream(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=new fe.Minipass({objectMode:!0});(!re||re(S))&&ie.write(ee?S:S.fullpath());let oe=new Set,se=[S],ae=0,c=()=>{let S=!1;for(;!S;){let J=se.shift();if(!J){ae===0&&ie.end();return}ae++,oe.add(J);let m=(J,ue,pe=!1)=>{if(J)return ie.emit("error",J);if(te&&!pe){let S=[];for(let J of ue)J.isSymbolicLink()&&S.push(J.realpath().then((S=>S?.isUnknown()?S.lstat():S)));if(S.length){Promise.all(S).then((()=>m(null,ue,!0)));return}}for(let J of ue)J&&(!re||re(J))&&(ie.write(ee?J:J.fullpath())||(S=!0));ae--;for(let S of ue){let J=S.realpathCached()||S;J.shouldWalk(oe,ne)&&se.push(J)}S&&!ie.flowing?ie.once("drain",c):le||c()},le=!0;J.readdirCB(m,!0),le=!1}};return c(),ie}streamSync(S=this.cwd,J={}){typeof S=="string"?S=this.cwd.resolve(S):S instanceof qe||(J=S,S=this.cwd);let{withFileTypes:ee=!0,follow:te=!1,filter:re,walkFilter:ne}=J,ie=new fe.Minipass({objectMode:!0}),oe=new Set;(!re||re(S))&&ie.write(ee?S:S.fullpath());let se=[S],ae=0,c=()=>{let S=!1;for(;!S;){let J=se.shift();if(!J){ae===0&&ie.end();return}ae++,oe.add(J);let le=J.readdirSync();for(let J of le)(!re||re(J))&&(ie.write(ee?J:J.fullpath())||(S=!0));ae--;for(let S of le){let J=S;if(S.isSymbolicLink()){if(!(te&&(J=S.realpathSync())))continue;J.isUnknown()&&J.lstatSync()}J.shouldWalk(oe,ne)&&se.push(J)}}S&&!ie.flowing&&ie.once("drain",c)};return c(),ie}chdir(S=this.cwd){let J=this.cwd;this.cwd=typeof S=="string"?this.cwd.resolve(S):S,this.cwd[Ge](J)}};S.PathScurryBase=Ke;var Xe=class extends Ke{sep="\\";constructor(S=process.cwd(),J={}){let{nocase:ee=!0}=J;super(S,ie.win32,"\\",{...J,nocase:ee}),this.nocase=ee;for(let S=this.cwd;S;S=S.parent)S.nocase=this.nocase}parseRootPath(S){return ie.win32.parse(S).root.toUpperCase()}newRoot(S){return new $e(this.rootPath,be,void 0,this.roots,this.nocase,this.childrenCache(),{fs:S})}isAbsolute(S){return S.startsWith("/")||S.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(S)}};S.PathScurryWin32=Xe;var Qe=class extends Ke{sep="/";constructor(S=process.cwd(),J={}){let{nocase:ee=!1}=J;super(S,ie.posix,"/",{...J,nocase:ee}),this.nocase=ee}parseRootPath(S){return"/"}newRoot(S){return new He(this.rootPath,be,void 0,this.roots,this.nocase,this.childrenCache(),{fs:S})}isAbsolute(S){return S.startsWith("/")}};S.PathScurryPosix=Qe;var et=class extends Qe{constructor(S=process.cwd(),J={}){let{nocase:ee=!0}=J;super(S,{...J,nocase:ee})}};S.PathScurryDarwin=et;S.Path=process.platform==="win32"?$e:He;S.PathScurry=process.platform==="win32"?Xe:process.platform==="darwin"?et:Qe}));var fe=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Pattern=void 0;var J=le(),Tr=S=>S.length>=1,Cr=S=>S.length>=1,ee=Symbol.for("nodejs.util.inspect.custom"),te=class n{#n;#i;#o;length;#s;#a;#c;#l;#u;#p;#d=!0;constructor(S,J,ee,te){if(!Tr(S))throw new TypeError("empty pattern list");if(!Cr(J))throw new TypeError("empty glob list");if(J.length!==S.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=S.length,ee<0||ee>=this.length)throw new TypeError("index out of range");if(this.#n=S,this.#i=J,this.#o=ee,this.#s=te,this.#o===0){if(this.isUNC()){let[S,J,ee,te,...re]=this.#n,[ne,ie,oe,se,...ae]=this.#i;re[0]===""&&(re.shift(),ae.shift());let le=[S,J,ee,te,""].join("/"),ue=[ne,ie,oe,se,""].join("/");this.#n=[le,...re],this.#i=[ue,...ae],this.length=this.#n.length}else if(this.isDrive()||this.isAbsolute()){let[S,...J]=this.#n,[ee,...te]=this.#i;J[0]===""&&(J.shift(),te.shift());let re=S+"/",ne=ee+"/";this.#n=[re,...J],this.#i=[ne,...te],this.length=this.#n.length}}}[ee](){return"Pattern <"+this.#i.slice(this.#o).join("/")+">"}pattern(){return this.#n[this.#o]}isString(){return typeof this.#n[this.#o]=="string"}isGlobstar(){return this.#n[this.#o]===J.GLOBSTAR}isRegExp(){return this.#n[this.#o]instanceof RegExp}globString(){return this.#c=this.#c||(this.#o===0?this.isAbsolute()?this.#i[0]+this.#i.slice(1).join("/"):this.#i.join("/"):this.#i.slice(this.#o).join("/"))}hasMore(){return this.length>this.#o+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new n(this.#n,this.#i,this.#o+1,this.#s),this.#a.#p=this.#p,this.#a.#u=this.#u,this.#a.#l=this.#l,this.#a):this.#a=null}isUNC(){let S=this.#n;return this.#u!==void 0?this.#u:this.#u=this.#s==="win32"&&this.#o===0&&S[0]===""&&S[1]===""&&typeof S[2]=="string"&&!!S[2]&&typeof S[3]=="string"&&!!S[3]}isDrive(){let S=this.#n;return this.#l!==void 0?this.#l:this.#l=this.#s==="win32"&&this.#o===0&&this.length>1&&typeof S[0]=="string"&&/^[a-z]:$/i.test(S[0])}isAbsolute(){let S=this.#n;return this.#p!==void 0?this.#p:this.#p=S[0]===""&&S.length>1||this.isDrive()||this.isUNC()}root(){let S=this.#n[0];return typeof S=="string"&&this.isAbsolute()&&this.#o===0?S:""}checkFollowGlobstar(){return!(this.#o===0||!this.isGlobstar()||!this.#d)}markFollowGlobstar(){return this.#o===0||!this.isGlobstar()||!this.#d?!1:(this.#d=!1,!0)}};S.Pattern=te}));var me=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Ignore=void 0;var J=le(),ee=fe(),te=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",re=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(S,{nobrace:J,nocase:ee,noext:re,noglobstar:ne,platform:ie=te}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=ie,this.mmopts={dot:!0,nobrace:J,nocase:ee,noext:re,noglobstar:ne,optimizationLevel:2,platform:ie,nocomment:!0,nonegate:!0};for(let J of S)this.add(J)}add(S){let te=new J.Minimatch(S,this.mmopts);for(let S=0;S<te.set.length;S++){let re=te.set[S],ne=te.globParts[S];if(!re||!ne)throw new Error("invalid pattern object");for(;re[0]==="."&&ne[0]===".";)re.shift(),ne.shift();let ie=new ee.Pattern(re,ne,0,this.platform),oe=new J.Minimatch(ie.globString(),this.mmopts),se=ne[ne.length-1]==="**",ae=ie.isAbsolute();ae?this.absolute.push(oe):this.relative.push(oe),se&&(ae?this.absoluteChildren.push(oe):this.relativeChildren.push(oe))}}ignored(S){let J=S.fullpath(),ee=`${J}/`,te=S.relative()||".",re=`${te}/`;for(let S of this.relative)if(S.match(te)||S.match(re))return!0;for(let S of this.absolute)if(S.match(J)||S.match(ee))return!0;return!1}childrenIgnored(S){let J=S.fullpath()+"/",ee=(S.relative()||".")+"/";for(let S of this.relativeChildren)if(S.match(ee))return!0;for(let S of this.absoluteChildren)if(S.match(J))return!0;return!1}};S.Ignore=re}));var ge=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Processor=S.SubWalks=S.MatchRecord=S.HasWalkedCache=void 0;var J=le(),ee=class n{store;constructor(S=new Map){this.store=S}copy(){return new n(new Map(this.store))}hasWalked(S,J){return this.store.get(S.fullpath())?.has(J.globString())}storeWalked(S,J){let ee=S.fullpath(),te=this.store.get(ee);te?te.add(J.globString()):this.store.set(ee,new Set([J.globString()]))}};S.HasWalkedCache=ee;var te=class{store=new Map;add(S,J,ee){let te=(J?2:0)|(ee?1:0),re=this.store.get(S);this.store.set(S,re===void 0?te:te&re)}entries(){return[...this.store.entries()].map((([S,J])=>[S,!!(J&2),!!(J&1)]))}};S.MatchRecord=te;var re=class{store=new Map;add(S,J){if(!S.canReaddir())return;let ee=this.store.get(S);ee?ee.find((S=>S.globString()===J.globString()))||ee.push(J):this.store.set(S,[J])}get(S){let J=this.store.get(S);if(!J)throw new Error("attempting to walk unknown path");return J}entries(){return this.keys().map((S=>[S,this.store.get(S)]))}keys(){return[...this.store.keys()].filter((S=>S.canReaddir()))}};S.SubWalks=re;var ne=class n{hasWalkedCache;matches=new te;subwalks=new re;patterns;follow;dot;opts;constructor(S,J){this.opts=S,this.follow=!!S.follow,this.dot=!!S.dot,this.hasWalkedCache=J?J.copy():new ee}processPatterns(S,ee){this.patterns=ee;let te=ee.map((J=>[S,J]));for(let[S,ee]of te){this.hasWalkedCache.storeWalked(S,ee);let te=ee.root(),re=ee.isAbsolute()&&this.opts.absolute!==!1;if(te){S=S.resolve(te==="/"&&this.opts.root!==void 0?this.opts.root:te);let J=ee.rest();if(J)ee=J;else{this.matches.add(S,!0,!1);continue}}if(S.isENOENT())continue;let ne,ie,oe=!1;for(;typeof(ne=ee.pattern())=="string"&&(ie=ee.rest());)S=S.resolve(ne),ee=ie,oe=!0;if(ne=ee.pattern(),ie=ee.rest(),oe){if(this.hasWalkedCache.hasWalked(S,ee))continue;this.hasWalkedCache.storeWalked(S,ee)}if(typeof ne=="string"){let J=ne===".."||ne===""||ne===".";this.matches.add(S.resolve(ne),re,J);continue}else if(ne===J.GLOBSTAR){(!S.isSymbolicLink()||this.follow||ee.checkFollowGlobstar())&&this.subwalks.add(S,ee);let J=ie?.pattern(),te=ie?.rest();if(!ie||(J===""||J===".")&&!te)this.matches.add(S,re,J===""||J===".");else if(J===".."){let J=S.parent||S;te?this.hasWalkedCache.hasWalked(J,te)||this.subwalks.add(J,te):this.matches.add(J,re,!0)}}else ne instanceof RegExp&&this.subwalks.add(S,ee)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(S,ee){let te=this.subwalks.get(S),re=this.child();for(let S of ee)for(let ee of te){let te=ee.isAbsolute(),ne=ee.pattern(),ie=ee.rest();ne===J.GLOBSTAR?re.testGlobstar(S,ee,ie,te):ne instanceof RegExp?re.testRegExp(S,ne,ie,te):re.testString(S,ne,ie,te)}return re}testGlobstar(S,J,ee,te){if((this.dot||!S.name.startsWith("."))&&(J.hasMore()||this.matches.add(S,te,!1),S.canReaddir()&&(this.follow||!S.isSymbolicLink()?this.subwalks.add(S,J):S.isSymbolicLink()&&(ee&&J.checkFollowGlobstar()?this.subwalks.add(S,ee):J.markFollowGlobstar()&&this.subwalks.add(S,J)))),ee){let J=ee.pattern();if(typeof J=="string"&&J!==".."&&J!==""&&J!==".")this.testString(S,J,ee.rest(),te);else if(J===".."){let J=S.parent||S;this.subwalks.add(J,ee)}else J instanceof RegExp&&this.testRegExp(S,J,ee.rest(),te)}}testRegExp(S,J,ee,te){J.test(S.name)&&(ee?this.subwalks.add(S,ee):this.matches.add(S,te,!1))}testString(S,J,ee,te){S.isNamed(J)&&(ee?this.subwalks.add(S,ee):this.matches.add(S,te,!1))}};S.Processor=ne}));var he=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.GlobStream=S.GlobWalker=S.GlobUtil=void 0;var J=pe(),ee=me(),te=ge(),Pr=(S,J)=>typeof S=="string"?new ee.Ignore([S],J):Array.isArray(S)?new ee.Ignore(S,J):S,re=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#n=[];#i;#o;signal;maxDepth;includeChildMatches;constructor(S,J,ee){if(this.patterns=S,this.path=J,this.opts=ee,this.#o=!ee.posix&&ee.platform==="win32"?"\\":"/",this.includeChildMatches=ee.includeChildMatches!==!1,(ee.ignore||!this.includeChildMatches)&&(this.#i=Pr(ee.ignore??[],ee),!this.includeChildMatches&&typeof this.#i.add!="function")){let S="cannot ignore child matches, ignore lacks add() method.";throw new Error(S)}this.maxDepth=ee.maxDepth||1/0,ee.signal&&(this.signal=ee.signal,this.signal.addEventListener("abort",(()=>{this.#n.length=0})))}#s(S){return this.seen.has(S)||!!this.#i?.ignored?.(S)}#a(S){return!!this.#i?.childrenIgnored?.(S)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let S;for(;!this.paused&&(S=this.#n.shift());)S()}onResume(S){this.signal?.aborted||(this.paused?this.#n.push(S):S())}async matchCheck(S,J){if(J&&this.opts.nodir)return;let ee;if(this.opts.realpath){if(ee=S.realpathCached()||await S.realpath(),!ee)return;S=ee}let te=S.isUnknown()||this.opts.stat?await S.lstat():S;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){let S=await te.realpath();S&&(S.isUnknown()||this.opts.stat)&&await S.lstat()}return this.matchCheckTest(te,J)}matchCheckTest(S,J){return S&&(this.maxDepth===1/0||S.depth()<=this.maxDepth)&&(!J||S.canReaddir())&&(!this.opts.nodir||!S.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!S.isSymbolicLink()||!S.realpathCached()?.isDirectory())&&!this.#s(S)?S:void 0}matchCheckSync(S,J){if(J&&this.opts.nodir)return;let ee;if(this.opts.realpath){if(ee=S.realpathCached()||S.realpathSync(),!ee)return;S=ee}let te=S.isUnknown()||this.opts.stat?S.lstatSync():S;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){let S=te.realpathSync();S&&(S?.isUnknown()||this.opts.stat)&&S.lstatSync()}return this.matchCheckTest(te,J)}matchFinish(S,J){if(this.#s(S))return;if(!this.includeChildMatches&&this.#i?.add){let J=`${S.relativePosix()}/**`;this.#i.add(J)}let ee=this.opts.absolute===void 0?J:this.opts.absolute;this.seen.add(S);let te=this.opts.mark&&S.isDirectory()?this.#o:"";if(this.opts.withFileTypes)this.matchEmit(S);else if(ee){let J=this.opts.posix?S.fullpathPosix():S.fullpath();this.matchEmit(J+te)}else{let J=this.opts.posix?S.relativePosix():S.relative(),ee=this.opts.dotRelative&&!J.startsWith(".."+this.#o)?"."+this.#o:"";this.matchEmit(J?ee+J+te:"."+te)}}async match(S,J,ee){let te=await this.matchCheck(S,ee);te&&this.matchFinish(te,J)}matchSync(S,J,ee){let te=this.matchCheckSync(S,ee);te&&this.matchFinish(te,J)}walkCB(S,J,ee){this.signal?.aborted&&ee(),this.walkCB2(S,J,new te.Processor(this.opts),ee)}walkCB2(S,J,ee,te){if(this.#a(S))return te();if(this.signal?.aborted&&te(),this.paused){this.onResume((()=>this.walkCB2(S,J,ee,te)));return}ee.processPatterns(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||(re++,this.match(S,J,te).then((()=>h())));for(let S of ee.subwalkTargets()){if(this.maxDepth!==1/0&&S.depth()>=this.maxDepth)continue;re++;let J=S.readdirCached();S.calledReaddir()?this.walkCB3(S,J,ee,h):S.readdirCB(((J,te)=>this.walkCB3(S,te,ee,h)),!0)}h()}walkCB3(S,J,ee,te){ee=ee.filterEntries(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||(re++,this.match(S,J,te).then((()=>h())));for(let[S,J]of ee.subwalks.entries())re++,this.walkCB2(S,J,ee.child(),h);h()}walkCBSync(S,J,ee){this.signal?.aborted&&ee(),this.walkCB2Sync(S,J,new te.Processor(this.opts),ee)}walkCB2Sync(S,J,ee,te){if(this.#a(S))return te();if(this.signal?.aborted&&te(),this.paused){this.onResume((()=>this.walkCB2Sync(S,J,ee,te)));return}ee.processPatterns(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||this.matchSync(S,J,te);for(let S of ee.subwalkTargets()){if(this.maxDepth!==1/0&&S.depth()>=this.maxDepth)continue;re++;let J=S.readdirSync();this.walkCB3Sync(S,J,ee,h)}h()}walkCB3Sync(S,J,ee,te){ee=ee.filterEntries(S,J);let re=1,h=()=>{--re===0&&te()};for(let[S,J,te]of ee.matches.entries())this.#s(S)||this.matchSync(S,J,te);for(let[S,J]of ee.subwalks.entries())re++,this.walkCB2Sync(S,J,ee.child(),h);h()}};S.GlobUtil=re;var ne=class extends re{matches=new Set;constructor(S,J,ee){super(S,J,ee)}matchEmit(S){this.matches.add(S)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise(((S,J)=>{this.walkCB(this.path,this.patterns,(()=>{this.signal?.aborted?J(this.signal.reason):S(this.matches)}))})),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason})),this.matches}};S.GlobWalker=ne;var ie=class extends re{results;constructor(S,ee,te){super(S,ee,te),this.results=new J.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",(()=>this.resume())),this.results.on("resume",(()=>this.resume()))}matchEmit(S){this.results.write(S),this.results.flowing||this.pause()}stream(){let S=this.path;return S.isUnknown()?S.lstat().then((()=>{this.walkCB(S,this.patterns,(()=>this.results.end()))})):this.walkCB(S,this.patterns,(()=>this.results.end())),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>this.results.end())),this.results}};S.GlobStream=ie}));var _e=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.Glob=void 0;var J=le(),te=ee(73136),re=de(),ne=fe(),ie=he(),oe=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",se=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(S,ee){if(!ee)throw new TypeError("glob options required");if(this.withFileTypes=!!ee.withFileTypes,this.signal=ee.signal,this.follow=!!ee.follow,this.dot=!!ee.dot,this.dotRelative=!!ee.dotRelative,this.nodir=!!ee.nodir,this.mark=!!ee.mark,ee.cwd?(ee.cwd instanceof URL||ee.cwd.startsWith("file://"))&&(ee.cwd=(0,te.fileURLToPath)(ee.cwd)):this.cwd="",this.cwd=ee.cwd||"",this.root=ee.root,this.magicalBraces=!!ee.magicalBraces,this.nobrace=!!ee.nobrace,this.noext=!!ee.noext,this.realpath=!!ee.realpath,this.absolute=ee.absolute,this.includeChildMatches=ee.includeChildMatches!==!1,this.noglobstar=!!ee.noglobstar,this.matchBase=!!ee.matchBase,this.maxDepth=typeof ee.maxDepth=="number"?ee.maxDepth:1/0,this.stat=!!ee.stat,this.ignore=ee.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof S=="string"&&(S=[S]),this.windowsPathsNoEscape=!!ee.windowsPathsNoEscape||ee.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(S=S.map((S=>S.replace(/\\/g,"/")))),this.matchBase){if(ee.noglobstar)throw new TypeError("base matching requires globstar");S=S.map((S=>S.includes("/")?S:`./**/${S}`))}if(this.pattern=S,this.platform=ee.platform||oe,this.opts={...ee,platform:this.platform},ee.scurry){if(this.scurry=ee.scurry,ee.nocase!==void 0&&ee.nocase!==ee.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let S=ee.platform==="win32"?re.PathScurryWin32:ee.platform==="darwin"?re.PathScurryDarwin:ee.platform?re.PathScurryPosix:re.PathScurry;this.scurry=new S(this.cwd,{nocase:ee.nocase,fs:ee.fs})}this.nocase=this.scurry.nocase;let ie=this.platform==="darwin"||this.platform==="win32",se={braceExpandMax:1e4,...ee,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:ie,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},ae=this.pattern.map((S=>new J.Minimatch(S,se))),[le,ue]=ae.reduce(((S,J)=>(S[0].push(...J.set),S[1].push(...J.globParts),S)),[[],[]]);this.patterns=le.map(((S,J)=>{let ee=ue[J];if(!ee)throw new Error("invalid pattern object");return new ne.Pattern(S,ee,0,this.platform)}))}async walk(){return[...await new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new ie.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new ie.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};S.Glob=se}));var ye=R((S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.hasMagic=void 0;var J=le(),Wr=(S,ee={})=>{Array.isArray(S)||(S=[S]);for(let te of S)if(new J.Minimatch(te,ee).hasMagic())return!0;return!1};S.hasMagic=Wr}));Object.defineProperty(J,"__esModule",{value:!0});J.glob=J.sync=J.iterate=J.iterateSync=J.stream=J.streamSync=J.Ignore=J.hasMagic=J.Glob=J.unescape=J.escape=void 0;J.globStreamSync=xt;J.globStream=Le;J.globSync=We;J.globIterateSync=Tt;J.globIterate=Be;var ve=le(),be=_e(),Se=ye(),xe=le();Object.defineProperty(J,"escape",{enumerable:!0,get:function(){return xe.escape}});Object.defineProperty(J,"unescape",{enumerable:!0,get:function(){return xe.unescape}});var Ee=_e();Object.defineProperty(J,"Glob",{enumerable:!0,get:function(){return Ee.Glob}});var Ce=ye();Object.defineProperty(J,"hasMagic",{enumerable:!0,get:function(){return Ce.hasMagic}});var Pe=me();Object.defineProperty(J,"Ignore",{enumerable:!0,get:function(){return Pe.Ignore}});function xt(S,J={}){return new be.Glob(S,J).streamSync()}function Le(S,J={}){return new be.Glob(S,J).stream()}function We(S,J={}){return new be.Glob(S,J).walkSync()}async function Bs(S,J={}){return new be.Glob(S,J).walk()}function Tt(S,J={}){return new be.Glob(S,J).iterateSync()}function Be(S,J={}){return new be.Glob(S,J).iterate()}J.streamSync=xt;J.stream=Object.assign(Le,{sync:xt});J.iterateSync=Tt;J.iterate=Object.assign(Be,{sync:Tt});J.sync=Object.assign(We,{stream:xt,iterate:Tt});J.glob=Object.assign(Bs,{glob:Bs,globSync:We,sync:J.sync,globStream:Le,stream:J.stream,globStreamSync:xt,streamSync:J.streamSync,globIterate:Be,iterate:J.iterate,globIterateSync:Tt,iterateSync:J.iterateSync,Glob:be.Glob,hasMagic:Se.hasMagic,escape:ve.escape,unescape:ve.unescape});J.glob.glob=J.glob},85934:(S,J)=>{"use strict";Object.defineProperty(J,"__esModule",{value:true});J.LRUCache=void 0;const ee=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const te=new Set;const re=typeof process==="object"&&!!process?process:{};const emitWarning=(S,J,ee,te)=>{typeof re.emitWarning==="function"?re.emitWarning(S,J,ee,te):console.error(`[${ee}] ${J}: ${S}`)};let ne=globalThis.AbortController;let ie=globalThis.AbortSignal;if(typeof ne==="undefined"){ie=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(S,J){this._onabort.push(J)}};ne=class AbortController{constructor(){warnACPolyfill()}signal=new ie;abort(S){if(this.signal.aborted)return;this.signal.reason=S;this.signal.aborted=true;for(const J of this.signal._onabort){J(S)}this.signal.onabort?.(S)}};let S=re.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!S)return;S=false;emitWarning("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",warnACPolyfill)}}const shouldWarn=S=>!te.has(S);const oe=Symbol("type");const isPosInt=S=>S&&S===Math.floor(S)&&S>0&&isFinite(S);const getUintArray=S=>!isPosInt(S)?null:S<=Math.pow(2,8)?Uint8Array:S<=Math.pow(2,16)?Uint16Array:S<=Math.pow(2,32)?Uint32Array:S<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(S){super(S);this.fill(0)}}class Stack{heap;length;static#X=false;static create(S){const J=getUintArray(S);if(!J)return[];Stack.#X=true;const ee=new Stack(S,J);Stack.#X=false;return ee}constructor(S,J){if(!Stack.#X){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new J(S);this.length=0}push(S){this.heap[this.length++]=S}pop(){return this.heap[--this.length]}}class LRUCache{#Y;#Q;#Z;#ee;#te;#re;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#ne;#ie;#oe;#se;#ae;#ce;#le;#ue;#pe;#de;#fe;#me;#ge;#he;#_e;#ye;#ve;static unsafeExposeInternals(S){return{starts:S.#ge,ttls:S.#he,sizes:S.#me,keyMap:S.#oe,keyList:S.#se,valList:S.#ae,next:S.#ce,prev:S.#le,get head(){return S.#ue},get tail(){return S.#pe},free:S.#de,isBackgroundFetch:J=>S.#be(J),backgroundFetch:(J,ee,te,re)=>S.#Te(J,ee,te,re),moveToTail:J=>S.#Se(J),indexes:J=>S.#xe(J),rindexes:J=>S.#Ee(J),isStale:J=>S.#Ce(J)}}get max(){return this.#Y}get maxSize(){return this.#Q}get calculatedSize(){return this.#ie}get size(){return this.#ne}get fetchMethod(){return this.#te}get memoMethod(){return this.#re}get dispose(){return this.#Z}get disposeAfter(){return this.#ee}constructor(S){const{max:J=0,ttl:ee,ttlResolution:re=1,ttlAutopurge:ne,updateAgeOnGet:ie,updateAgeOnHas:oe,allowStale:se,dispose:ae,disposeAfter:le,noDisposeOnSet:ue,noUpdateTTL:pe,maxSize:de=0,maxEntrySize:fe=0,sizeCalculation:me,fetchMethod:ge,memoMethod:he,noDeleteOnFetchRejection:_e,noDeleteOnStaleGet:ye,allowStaleOnFetchRejection:ve,allowStaleOnFetchAbort:be,ignoreFetchAbort:Se}=S;if(J!==0&&!isPosInt(J)){throw new TypeError("max option must be a nonnegative integer")}const xe=J?getUintArray(J):Array;if(!xe){throw new Error("invalid max value: "+J)}this.#Y=J;this.#Q=de;this.maxEntrySize=fe||this.#Q;this.sizeCalculation=me;if(this.sizeCalculation){if(!this.#Q&&!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(he!==undefined&&typeof he!=="function"){throw new TypeError("memoMethod must be a function if defined")}this.#re=he;if(ge!==undefined&&typeof ge!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#te=ge;this.#ye=!!ge;this.#oe=new Map;this.#se=new Array(J).fill(undefined);this.#ae=new Array(J).fill(undefined);this.#ce=new xe(J);this.#le=new xe(J);this.#ue=0;this.#pe=0;this.#de=Stack.create(J);this.#ne=0;this.#ie=0;if(typeof ae==="function"){this.#Z=ae}if(typeof le==="function"){this.#ee=le;this.#fe=[]}else{this.#ee=undefined;this.#fe=undefined}this.#_e=!!this.#Z;this.#ve=!!this.#ee;this.noDisposeOnSet=!!ue;this.noUpdateTTL=!!pe;this.noDeleteOnFetchRejection=!!_e;this.allowStaleOnFetchRejection=!!ve;this.allowStaleOnFetchAbort=!!be;this.ignoreFetchAbort=!!Se;if(this.maxEntrySize!==0){if(this.#Q!==0){if(!isPosInt(this.#Q)){throw new TypeError("maxSize must be a positive integer if specified")}}if(!isPosInt(this.maxEntrySize)){throw new TypeError("maxEntrySize must be a positive integer if specified")}this.#Pe()}this.allowStale=!!se;this.noDeleteOnStaleGet=!!ye;this.updateAgeOnGet=!!ie;this.updateAgeOnHas=!!oe;this.ttlResolution=isPosInt(re)||re===0?re:1;this.ttlAutopurge=!!ne;this.ttl=ee||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#Ne()}if(this.#Y===0&&this.ttl===0&&this.#Q===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#Y&&!this.#Q){const S="LRU_CACHE_UNBOUNDED";if(shouldWarn(S)){te.add(S);const J="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(J,"UnboundedCacheWarning",S,LRUCache)}}}getRemainingTTL(S){return this.#oe.has(S)?Infinity:0}#Ne(){const S=new ZeroArray(this.#Y);const J=new ZeroArray(this.#Y);this.#he=S;this.#ge=J;this.#Ae=(te,re,ne=ee.now())=>{J[te]=re!==0?ne:0;S[te]=re;if(re!==0&&this.ttlAutopurge){const S=setTimeout((()=>{if(this.#Ce(te)){this.#ke(this.#se[te],"expire")}}),re+1);if(S.unref){S.unref()}}};this.#De=te=>{J[te]=S[te]!==0?ee.now():0};this.#Ie=(ee,re)=>{if(S[re]){const ne=S[re];const ie=J[re];if(!ne||!ie)return;ee.ttl=ne;ee.start=ie;ee.now=te||getNow();const oe=ee.now-ie;ee.remainingTTL=ne-oe}};let te=0;const getNow=()=>{const S=ee.now();if(this.ttlResolution>0){te=S;const J=setTimeout((()=>te=0),this.ttlResolution);if(J.unref){J.unref()}}return S};this.getRemainingTTL=ee=>{const re=this.#oe.get(ee);if(re===undefined){return 0}const ne=S[re];const ie=J[re];if(!ne||!ie){return Infinity}const oe=(te||getNow())-ie;return ne-oe};this.#Ce=ee=>{const re=J[ee];const ne=S[ee];return!!ne&&!!re&&(te||getNow())-re>ne}}#De=()=>{};#Ie=()=>{};#Ae=()=>{};#Ce=()=>false;#Pe(){const S=new ZeroArray(this.#Y);this.#ie=0;this.#me=S;this.#Fe=J=>{this.#ie-=S[J];S[J]=0};this.#Oe=(S,J,ee,te)=>{if(this.#be(J)){return 0}if(!isPosInt(ee)){if(te){if(typeof te!=="function"){throw new TypeError("sizeCalculation must be a function")}ee=te(J,S);if(!isPosInt(ee)){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 ee};this.#we=(J,ee,te)=>{S[J]=ee;if(this.#Q){const ee=this.#Q-S[J];while(this.#ie>ee){this.#Le(true)}}this.#ie+=S[J];if(te){te.entrySize=ee;te.totalCalculatedSize=this.#ie}}}#Fe=S=>{};#we=(S,J,ee)=>{};#Oe=(S,J,ee,te)=>{if(ee||te){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#xe({allowStale:S=this.allowStale}={}){if(this.#ne){for(let J=this.#pe;true;){if(!this.#Me(J)){break}if(S||!this.#Ce(J)){yield J}if(J===this.#ue){break}else{J=this.#le[J]}}}}*#Ee({allowStale:S=this.allowStale}={}){if(this.#ne){for(let J=this.#ue;true;){if(!this.#Me(J)){break}if(S||!this.#Ce(J)){yield J}if(J===this.#pe){break}else{J=this.#ce[J]}}}}#Me(S){return S!==undefined&&this.#oe.get(this.#se[S])===S}*entries(){for(const S of this.#xe()){if(this.#ae[S]!==undefined&&this.#se[S]!==undefined&&!this.#be(this.#ae[S])){yield[this.#se[S],this.#ae[S]]}}}*rentries(){for(const S of this.#Ee()){if(this.#ae[S]!==undefined&&this.#se[S]!==undefined&&!this.#be(this.#ae[S])){yield[this.#se[S],this.#ae[S]]}}}*keys(){for(const S of this.#xe()){const J=this.#se[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield J}}}*rkeys(){for(const S of this.#Ee()){const J=this.#se[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield J}}}*values(){for(const S of this.#xe()){const J=this.#ae[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield this.#ae[S]}}}*rvalues(){for(const S of this.#Ee()){const J=this.#ae[S];if(J!==undefined&&!this.#be(this.#ae[S])){yield this.#ae[S]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(S,J={}){for(const ee of this.#xe()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;if(S(re,this.#se[ee],this)){return this.get(this.#se[ee],J)}}}forEach(S,J=this){for(const ee of this.#xe()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;S.call(J,re,this.#se[ee],this)}}rforEach(S,J=this){for(const ee of this.#Ee()){const te=this.#ae[ee];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)continue;S.call(J,re,this.#se[ee],this)}}purgeStale(){let S=false;for(const J of this.#Ee({allowStale:true})){if(this.#Ce(J)){this.#ke(this.#se[J],"expire");S=true}}return S}info(S){const J=this.#oe.get(S);if(J===undefined)return undefined;const te=this.#ae[J];const re=this.#be(te)?te.__staleWhileFetching:te;if(re===undefined)return undefined;const ne={value:re};if(this.#he&&this.#ge){const S=this.#he[J];const te=this.#ge[J];if(S&&te){const J=S-(ee.now()-te);ne.ttl=J;ne.start=Date.now()}}if(this.#me){ne.size=this.#me[J]}return ne}dump(){const S=[];for(const J of this.#xe({allowStale:true})){const te=this.#se[J];const re=this.#ae[J];const ne=this.#be(re)?re.__staleWhileFetching:re;if(ne===undefined||te===undefined)continue;const ie={value:ne};if(this.#he&&this.#ge){ie.ttl=this.#he[J];const S=ee.now()-this.#ge[J];ie.start=Math.floor(Date.now()-S)}if(this.#me){ie.size=this.#me[J]}S.unshift([te,ie])}return S}load(S){this.clear();for(const[J,te]of S){if(te.start){const S=Date.now()-te.start;te.start=ee.now()-S}this.set(J,te.value,te)}}set(S,J,ee={}){if(J===undefined){this.delete(S);return this}const{ttl:te=this.ttl,start:re,noDisposeOnSet:ne=this.noDisposeOnSet,sizeCalculation:ie=this.sizeCalculation,status:oe}=ee;let{noUpdateTTL:se=this.noUpdateTTL}=ee;const ae=this.#Oe(S,J,ee.size||0,ie);if(this.maxEntrySize&&ae>this.maxEntrySize){if(oe){oe.set="miss";oe.maxEntrySizeExceeded=true}this.#ke(S,"set");return this}let le=this.#ne===0?undefined:this.#oe.get(S);if(le===undefined){le=this.#ne===0?this.#pe:this.#de.length!==0?this.#de.pop():this.#ne===this.#Y?this.#Le(false):this.#ne;this.#se[le]=S;this.#ae[le]=J;this.#oe.set(S,le);this.#ce[this.#pe]=le;this.#le[le]=this.#pe;this.#pe=le;this.#ne++;this.#we(le,ae,oe);if(oe)oe.set="add";se=false}else{this.#Se(le);const ee=this.#ae[le];if(J!==ee){if(this.#ye&&this.#be(ee)){ee.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:J}=ee;if(J!==undefined&&!ne){if(this.#_e){this.#Z?.(J,S,"set")}if(this.#ve){this.#fe?.push([J,S,"set"])}}}else if(!ne){if(this.#_e){this.#Z?.(ee,S,"set")}if(this.#ve){this.#fe?.push([ee,S,"set"])}}this.#Fe(le);this.#we(le,ae,oe);this.#ae[le]=J;if(oe){oe.set="replace";const S=ee&&this.#be(ee)?ee.__staleWhileFetching:ee;if(S!==undefined)oe.oldValue=S}}else if(oe){oe.set="update"}}if(te!==0&&!this.#he){this.#Ne()}if(this.#he){if(!se){this.#Ae(le,te,re)}if(oe)this.#Ie(oe,le)}if(!ne&&this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}return this}pop(){try{while(this.#ne){const S=this.#ae[this.#ue];this.#Le(true);if(this.#be(S)){if(S.__staleWhileFetching){return S.__staleWhileFetching}}else if(S!==undefined){return S}}}finally{if(this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}}}#Le(S){const J=this.#ue;const ee=this.#se[J];const te=this.#ae[J];if(this.#ye&&this.#be(te)){te.__abortController.abort(new Error("evicted"))}else if(this.#_e||this.#ve){if(this.#_e){this.#Z?.(te,ee,"evict")}if(this.#ve){this.#fe?.push([te,ee,"evict"])}}this.#Fe(J);if(S){this.#se[J]=undefined;this.#ae[J]=undefined;this.#de.push(J)}if(this.#ne===1){this.#ue=this.#pe=0;this.#de.length=0}else{this.#ue=this.#ce[J]}this.#oe.delete(ee);this.#ne--;return J}has(S,J={}){const{updateAgeOnHas:ee=this.updateAgeOnHas,status:te}=J;const re=this.#oe.get(S);if(re!==undefined){const S=this.#ae[re];if(this.#be(S)&&S.__staleWhileFetching===undefined){return false}if(!this.#Ce(re)){if(ee){this.#De(re)}if(te){te.has="hit";this.#Ie(te,re)}return true}else if(te){te.has="stale";this.#Ie(te,re)}}else if(te){te.has="miss"}return false}peek(S,J={}){const{allowStale:ee=this.allowStale}=J;const te=this.#oe.get(S);if(te===undefined||!ee&&this.#Ce(te)){return}const re=this.#ae[te];return this.#be(re)?re.__staleWhileFetching:re}#Te(S,J,ee,te){const re=J===undefined?undefined:this.#ae[J];if(this.#be(re)){return re}const ie=new ne;const{signal:oe}=ee;oe?.addEventListener("abort",(()=>ie.abort(oe.reason)),{signal:ie.signal});const se={signal:ie.signal,options:ee,context:te};const cb=(te,re=false)=>{const{aborted:ne}=ie.signal;const oe=ee.ignoreFetchAbort&&te!==undefined;if(ee.status){if(ne&&!re){ee.status.fetchAborted=true;ee.status.fetchError=ie.signal.reason;if(oe)ee.status.fetchAbortIgnored=true}else{ee.status.fetchResolved=true}}if(ne&&!oe&&!re){return fetchFail(ie.signal.reason)}const le=ae;if(this.#ae[J]===ae){if(te===undefined){if(le.__staleWhileFetching){this.#ae[J]=le.__staleWhileFetching}else{this.#ke(S,"fetch")}}else{if(ee.status)ee.status.fetchUpdated=true;this.set(S,te,se.options)}}return te};const eb=S=>{if(ee.status){ee.status.fetchRejected=true;ee.status.fetchError=S}return fetchFail(S)};const fetchFail=te=>{const{aborted:re}=ie.signal;const ne=re&&ee.allowStaleOnFetchAbort;const oe=ne||ee.allowStaleOnFetchRejection;const se=oe||ee.noDeleteOnFetchRejection;const le=ae;if(this.#ae[J]===ae){const ee=!se||le.__staleWhileFetching===undefined;if(ee){this.#ke(S,"fetch")}else if(!ne){this.#ae[J]=le.__staleWhileFetching}}if(oe){if(ee.status&&le.__staleWhileFetching!==undefined){ee.status.returnedStale=true}return le.__staleWhileFetching}else if(le.__returned===le){throw te}};const pcall=(J,te)=>{const ne=this.#te?.(S,re,se);if(ne&&ne instanceof Promise){ne.then((S=>J(S===undefined?undefined:S)),te)}ie.signal.addEventListener("abort",(()=>{if(!ee.ignoreFetchAbort||ee.allowStaleOnFetchAbort){J(undefined);if(ee.allowStaleOnFetchAbort){J=S=>cb(S,true)}}}))};if(ee.status)ee.status.fetchDispatched=true;const ae=new Promise(pcall).then(cb,eb);const le=Object.assign(ae,{__abortController:ie,__staleWhileFetching:re,__returned:undefined});if(J===undefined){this.set(S,le,{...se.options,status:undefined});J=this.#oe.get(S)}else{this.#ae[J]=le}return le}#be(S){if(!this.#ye)return false;const J=S;return!!J&&J instanceof Promise&&J.hasOwnProperty("__staleWhileFetching")&&J.__abortController instanceof ne}async fetch(S,J={}){const{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,ttl:ne=this.ttl,noDisposeOnSet:ie=this.noDisposeOnSet,size:oe=0,sizeCalculation:se=this.sizeCalculation,noUpdateTTL:ae=this.noUpdateTTL,noDeleteOnFetchRejection:le=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ue=this.allowStaleOnFetchRejection,ignoreFetchAbort:pe=this.ignoreFetchAbort,allowStaleOnFetchAbort:de=this.allowStaleOnFetchAbort,context:fe,forceRefresh:me=false,status:ge,signal:he}=J;if(!this.#ye){if(ge)ge.fetch="get";return this.get(S,{allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,status:ge})}const _e={allowStale:ee,updateAgeOnGet:te,noDeleteOnStaleGet:re,ttl:ne,noDisposeOnSet:ie,size:oe,sizeCalculation:se,noUpdateTTL:ae,noDeleteOnFetchRejection:le,allowStaleOnFetchRejection:ue,allowStaleOnFetchAbort:de,ignoreFetchAbort:pe,status:ge,signal:he};let ye=this.#oe.get(S);if(ye===undefined){if(ge)ge.fetch="miss";const J=this.#Te(S,ye,_e,fe);return J.__returned=J}else{const J=this.#ae[ye];if(this.#be(J)){const S=ee&&J.__staleWhileFetching!==undefined;if(ge){ge.fetch="inflight";if(S)ge.returnedStale=true}return S?J.__staleWhileFetching:J.__returned=J}const re=this.#Ce(ye);if(!me&&!re){if(ge)ge.fetch="hit";this.#Se(ye);if(te){this.#De(ye)}if(ge)this.#Ie(ge,ye);return J}const ne=this.#Te(S,ye,_e,fe);const ie=ne.__staleWhileFetching!==undefined;const oe=ie&ⅇif(ge){ge.fetch=re?"stale":"refresh";if(oe&&re)ge.returnedStale=true}return oe?ne.__staleWhileFetching:ne.__returned=ne}}async forceFetch(S,J={}){const ee=await this.fetch(S,J);if(ee===undefined)throw new Error("fetch() returned undefined");return ee}memo(S,J={}){const ee=this.#re;if(!ee){throw new Error("no memoMethod provided to constructor")}const{context:te,forceRefresh:re,...ne}=J;const ie=this.get(S,ne);if(!re&&ie!==undefined)return ie;const oe=ee(S,ie,{options:ne,context:te});this.set(S,oe,ne);return oe}get(S,J={}){const{allowStale:ee=this.allowStale,updateAgeOnGet:te=this.updateAgeOnGet,noDeleteOnStaleGet:re=this.noDeleteOnStaleGet,status:ne}=J;const ie=this.#oe.get(S);if(ie!==undefined){const J=this.#ae[ie];const oe=this.#be(J);if(ne)this.#Ie(ne,ie);if(this.#Ce(ie)){if(ne)ne.get="stale";if(!oe){if(!re){this.#ke(S,"expire")}if(ne&&ee)ne.returnedStale=true;return ee?J:undefined}else{if(ne&&ee&&J.__staleWhileFetching!==undefined){ne.returnedStale=true}return ee?J.__staleWhileFetching:undefined}}else{if(ne)ne.get="hit";if(oe){return J.__staleWhileFetching}this.#Se(ie);if(te){this.#De(ie)}return J}}else if(ne){ne.get="miss"}}#Re(S,J){this.#le[J]=S;this.#ce[S]=J}#Se(S){if(S!==this.#pe){if(S===this.#ue){this.#ue=this.#ce[S]}else{this.#Re(this.#le[S],this.#ce[S])}this.#Re(this.#pe,S);this.#pe=S}}delete(S){return this.#ke(S,"delete")}#ke(S,J){let ee=false;if(this.#ne!==0){const te=this.#oe.get(S);if(te!==undefined){ee=true;if(this.#ne===1){this.#Be(J)}else{this.#Fe(te);const ee=this.#ae[te];if(this.#be(ee)){ee.__abortController.abort(new Error("deleted"))}else if(this.#_e||this.#ve){if(this.#_e){this.#Z?.(ee,S,J)}if(this.#ve){this.#fe?.push([ee,S,J])}}this.#oe.delete(S);this.#se[te]=undefined;this.#ae[te]=undefined;if(te===this.#pe){this.#pe=this.#le[te]}else if(te===this.#ue){this.#ue=this.#ce[te]}else{const S=this.#le[te];this.#ce[S]=this.#ce[te];const J=this.#ce[te];this.#le[J]=this.#le[te]}this.#ne--;this.#de.push(te)}}}if(this.#ve&&this.#fe?.length){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}return ee}clear(){return this.#Be("delete")}#Be(S){for(const J of this.#Ee({allowStale:true})){const ee=this.#ae[J];if(this.#be(ee)){ee.__abortController.abort(new Error("deleted"))}else{const te=this.#se[J];if(this.#_e){this.#Z?.(ee,te,S)}if(this.#ve){this.#fe?.push([ee,te,S])}}}this.#oe.clear();this.#ae.fill(undefined);this.#se.fill(undefined);if(this.#he&&this.#ge){this.#he.fill(0);this.#ge.fill(0)}if(this.#me){this.#me.fill(0)}this.#ue=0;this.#pe=0;this.#de.length=0;this.#ie=0;this.#ne=0;if(this.#ve&&this.#fe){const S=this.#fe;let J;while(J=S?.shift()){this.#ee?.(...J)}}}}J.LRUCache=LRUCache},13296:(S,J,ee)=>{S.exports=function import_(S){return ee(62550)(S)};0&&0},56383:(S,J,ee)=>{J.getModuleName=()=>ee(59590).getModuleName;0&&0},28378:(S,J)=>{"use strict";const ee={chrome:{releases:[["1","2008-12-11","r","w","528"],["2","2009-05-21","r","w","530"],["3","2009-09-15","r","w","532"],["4","2010-01-25","r","w","532.5"],["5","2010-05-25","r","w","533"],["6","2010-09-02","r","w","534.3"],["7","2010-10-19","r","w","534.7"],["8","2010-12-02","r","w","534.10"],["9","2011-02-03","r","w","534.13"],["10","2011-03-08","r","w","534.16"],["11","2011-04-27","r","w","534.24"],["12","2011-06-07","r","w","534.30"],["13","2011-08-02","r","w","535.1"],["14","2011-09-16","r","w","535.1"],["15","2011-10-25","r","w","535.2"],["16","2011-12-13","r","w","535.7"],["17","2012-02-08","r","w","535.11"],["18","2012-03-28","r","w","535.19"],["19","2012-05-15","r","w","536.5"],["20","2012-06-26","r","w","536.10"],["21","2012-07-31","r","w","537.1"],["22","2012-09-25","r","w","537.4"],["23","2012-11-06","r","w","537.11"],["24","2013-01-10","r","w","537.17"],["25","2013-02-21","r","w","537.22"],["26","2013-03-26","r","w","537.31"],["27","2013-05-21","r","w","537.36"],["28","2013-07-09","r","b","28"],["29","2013-08-20","r","b","29"],["30","2013-10-01","r","b","30"],["31","2013-11-12","r","b","31"],["32","2014-01-14","r","b","32"],["33","2014-02-20","r","b","33"],["34","2014-04-08","r","b","34"],["35","2014-05-20","r","b","35"],["36","2014-07-16","r","b","36"],["37","2014-08-26","r","b","37"],["38","2014-10-07","r","b","38"],["39","2014-11-18","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-03","r","b","41"],["42","2015-04-14","r","b","42"],["43","2015-05-19","r","b","43"],["44","2015-07-21","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-13","r","b","46"],["47","2015-12-01","r","b","47"],["48","2016-01-20","r","b","48"],["49","2016-03-02","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-05-25","r","b","51"],["52","2016-07-20","r","b","52"],["53","2016-08-31","r","b","53"],["54","2016-10-12","r","b","54"],["55","2016-12-01","r","b","55"],["56","2017-01-25","r","b","56"],["57","2017-03-09","r","b","57"],["58","2017-04-19","r","b","58"],["59","2017-06-05","r","b","59"],["60","2017-07-25","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-17","r","b","62"],["63","2017-12-06","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-29","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-16","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-23","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-10","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-07","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-18","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"]]},chrome_android:{releases:[["18","2012-06-27","r","w","535.19"],["25","2013-02-27","r","w","537.22"],["26","2013-04-03","r","w","537.31"],["27","2013-05-22","r","w","537.36"],["28","2013-07-10","r","b","28"],["29","2013-08-21","r","b","29"],["30","2013-10-02","r","b","30"],["31","2013-11-14","r","b","31"],["32","2014-01-15","r","b","32"],["33","2014-02-26","r","b","33"],["34","2014-04-02","r","b","34"],["35","2014-05-20","r","b","35"],["36","2014-07-16","r","b","36"],["37","2014-09-03","r","b","37"],["38","2014-10-08","r","b","38"],["39","2014-11-12","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-11","r","b","41"],["42","2015-04-15","r","b","42"],["43","2015-05-27","r","b","43"],["44","2015-07-29","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-14","r","b","46"],["47","2015-12-02","r","b","47"],["48","2016-01-26","r","b","48"],["49","2016-03-09","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-06-08","r","b","51"],["52","2016-07-27","r","b","52"],["53","2016-09-07","r","b","53"],["54","2016-10-19","r","b","54"],["55","2016-12-06","r","b","55"],["56","2017-02-01","r","b","56"],["57","2017-03-16","r","b","57"],["58","2017-04-25","r","b","58"],["59","2017-06-06","r","b","59"],["60","2017-08-01","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-24","r","b","62"],["63","2017-12-05","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-31","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-17","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-24","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-17","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-07","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"]]},edge:{releases:[["12","2015-07-29","r",null,"12"],["13","2015-11-12","r",null,"13"],["14","2016-08-02","r",null,"14"],["15","2017-04-05","r",null,"15"],["16","2017-10-17","r",null,"16"],["17","2018-04-30","r",null,"17"],["18","2018-10-02","r",null,"18"],["79","2020-01-15","r","b","79"],["80","2020-02-07","r","b","80"],["81","2020-04-13","r","b","81"],["83","2020-05-21","r","b","83"],["84","2020-07-16","r","b","84"],["85","2020-08-27","r","b","85"],["86","2020-10-09","r","b","86"],["87","2020-11-19","r","b","87"],["88","2021-01-21","r","b","88"],["89","2021-03-04","r","b","89"],["90","2021-04-15","r","b","90"],["91","2021-05-27","r","b","91"],["92","2021-07-22","r","b","92"],["93","2021-09-02","r","b","93"],["94","2021-09-24","r","b","94"],["95","2021-10-21","r","b","95"],["96","2021-11-19","r","b","96"],["97","2022-01-06","r","b","97"],["98","2022-02-03","r","b","98"],["99","2022-03-03","r","b","99"],["100","2022-04-01","r","b","100"],["101","2022-04-28","r","b","101"],["102","2022-05-31","r","b","102"],["103","2022-06-23","r","b","103"],["104","2022-08-05","r","b","104"],["105","2022-09-01","r","b","105"],["106","2022-10-03","r","b","106"],["107","2022-10-27","r","b","107"],["108","2022-12-05","r","b","108"],["109","2023-01-12","r","b","109"],["110","2023-02-09","r","b","110"],["111","2023-03-13","r","b","111"],["112","2023-04-06","r","b","112"],["113","2023-05-05","r","b","113"],["114","2023-06-02","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-21","r","b","116"],["117","2023-09-15","r","b","117"],["118","2023-10-13","r","b","118"],["119","2023-11-02","r","b","119"],["120","2023-12-07","r","b","120"],["121","2024-01-25","r","b","121"],["122","2024-02-23","r","b","122"],["123","2024-03-22","r","b","123"],["124","2024-04-18","r","b","124"],["125","2024-05-17","r","b","125"],["126","2024-06-13","r","b","126"],["127","2024-07-25","r","b","127"],["128","2024-08-22","r","b","128"],["129","2024-09-19","r","b","129"],["130","2024-10-17","r","b","130"],["131","2024-11-14","r","b","131"],["132","2025-01-17","r","b","132"],["133","2025-02-06","r","b","133"],["134","2025-03-06","r","b","134"],["135","2025-04-04","r","b","135"],["136","2025-05-01","r","b","136"],["137","2025-05-29","r","b","137"],["138","2025-06-26","r","b","138"],["139","2025-08-07","r","b","139"],["140","2025-09-05","r","b","140"],["141","2025-10-03","r","b","141"],["142","2025-10-31","r","b","142"],["143","2025-12-05","r","b","143"],["144","2026-01-21","r","b","144"],["145","2026-02-14","r","b","145"],["146","2026-03-13","c","b","146"],["147","2026-04-09","b","b","147"],["148","2026-05-07","n","b","148"],["149","2026-06-04","p","b","149"]]},firefox:{releases:[["1","2004-11-09","r","g","1.7"],["2","2006-10-24","r","g","1.8.1"],["3","2008-06-17","r","g","1.9"],["4","2011-03-22","r","g","2"],["5","2011-06-21","r","g","5"],["6","2011-08-16","r","g","6"],["7","2011-09-27","r","g","7"],["8","2011-11-08","r","g","8"],["9","2011-12-20","r","g","9"],["10","2012-01-31","r","g","10"],["11","2012-03-13","r","g","11"],["12","2012-04-24","r","g","12"],["13","2012-06-05","r","g","13"],["14","2012-07-17","r","g","14"],["15","2012-08-28","r","g","15"],["16","2012-10-09","r","g","16"],["17","2012-11-20","r","g","17"],["18","2013-01-08","r","g","18"],["19","2013-02-19","r","g","19"],["20","2013-04-02","r","g","20"],["21","2013-05-14","r","g","21"],["22","2013-06-25","r","g","22"],["23","2013-08-06","r","g","23"],["24","2013-09-17","r","g","24"],["25","2013-10-29","r","g","25"],["26","2013-12-10","r","g","26"],["27","2014-02-04","r","g","27"],["28","2014-03-18","r","g","28"],["29","2014-04-29","r","g","29"],["30","2014-06-10","r","g","30"],["31","2014-07-22","r","g","31"],["32","2014-09-02","r","g","32"],["33","2014-10-14","r","g","33"],["34","2014-12-01","r","g","34"],["35","2015-01-13","r","g","35"],["36","2015-02-24","r","g","36"],["37","2015-03-31","r","g","37"],["38","2015-05-12","r","g","38"],["39","2015-07-02","r","g","39"],["40","2015-08-11","r","g","40"],["41","2015-09-22","r","g","41"],["42","2015-11-03","r","g","42"],["43","2015-12-15","r","g","43"],["44","2016-01-26","r","g","44"],["45","2016-03-08","r","g","45"],["46","2016-04-26","r","g","46"],["47","2016-06-07","r","g","47"],["48","2016-08-02","r","g","48"],["49","2016-09-20","r","g","49"],["50","2016-11-15","r","g","50"],["51","2017-01-24","r","g","51"],["52","2017-03-07","r","g","52"],["53","2017-04-19","r","g","53"],["54","2017-06-13","r","g","54"],["55","2017-08-08","r","g","55"],["56","2017-09-28","r","g","56"],["57","2017-11-14","r","g","57"],["58","2018-01-23","r","g","58"],["59","2018-03-13","r","g","59"],["60","2018-05-09","r","g","60"],["61","2018-06-26","r","g","61"],["62","2018-09-05","r","g","62"],["63","2018-10-23","r","g","63"],["64","2018-12-11","r","g","64"],["65","2019-01-29","r","g","65"],["66","2019-03-19","r","g","66"],["67","2019-05-21","r","g","67"],["68","2019-07-09","r","g","68"],["69","2019-09-03","r","g","69"],["70","2019-10-22","r","g","70"],["71","2019-12-10","r","g","71"],["72","2020-01-07","r","g","72"],["73","2020-02-11","r","g","73"],["74","2020-03-10","r","g","74"],["75","2020-04-07","r","g","75"],["76","2020-05-05","r","g","76"],["77","2020-06-02","r","g","77"],["78","2020-06-30","r","g","78"],["79","2020-07-28","r","g","79"],["80","2020-08-25","r","g","80"],["81","2020-09-22","r","g","81"],["82","2020-10-20","r","g","82"],["83","2020-11-17","r","g","83"],["84","2020-12-15","r","g","84"],["85","2021-01-26","r","g","85"],["86","2021-02-23","r","g","86"],["87","2021-03-23","r","g","87"],["88","2021-04-19","r","g","88"],["89","2021-06-01","r","g","89"],["90","2021-07-13","r","g","90"],["91","2021-08-10","r","g","91"],["92","2021-09-07","r","g","92"],["93","2021-10-05","r","g","93"],["94","2021-11-02","r","g","94"],["95","2021-12-07","r","g","95"],["96","2022-01-11","r","g","96"],["97","2022-02-08","r","g","97"],["98","2022-03-08","r","g","98"],["99","2022-04-05","r","g","99"],["100","2022-05-03","r","g","100"],["101","2022-05-31","r","g","101"],["102","2022-06-28","r","g","102"],["103","2022-07-26","r","g","103"],["104","2022-08-23","r","g","104"],["105","2022-09-20","r","g","105"],["106","2022-10-18","r","g","106"],["107","2022-11-15","r","g","107"],["108","2022-12-13","r","g","108"],["109","2023-01-17","r","g","109"],["110","2023-02-14","r","g","110"],["111","2023-03-14","r","g","111"],["112","2023-04-11","r","g","112"],["113","2023-05-09","r","g","113"],["114","2023-06-06","r","g","114"],["115","2023-07-04","r","g","115"],["116","2023-08-01","r","g","116"],["117","2023-08-29","r","g","117"],["118","2023-09-26","r","g","118"],["119","2023-10-24","r","g","119"],["120","2023-11-21","r","g","120"],["121","2023-12-19","r","g","121"],["122","2024-01-23","r","g","122"],["123","2024-02-20","r","g","123"],["124","2024-03-19","r","g","124"],["125","2024-04-16","r","g","125"],["126","2024-05-14","r","g","126"],["127","2024-06-11","r","g","127"],["128","2024-07-09","r","g","128"],["129","2024-08-06","r","g","129"],["130","2024-09-03","r","g","130"],["131","2024-10-01","r","g","131"],["132","2024-10-29","r","g","132"],["133","2024-11-26","r","g","133"],["134","2025-01-07","r","g","134"],["135","2025-02-04","r","g","135"],["136","2025-03-04","r","g","136"],["137","2025-04-01","r","g","137"],["138","2025-04-29","r","g","138"],["139","2025-05-27","r","g","139"],["140","2025-06-24","e","g","140"],["141","2025-07-22","r","g","141"],["142","2025-08-19","r","g","142"],["143","2025-09-16","r","g","143"],["144","2025-10-14","r","g","144"],["145","2025-11-11","r","g","145"],["146","2025-12-09","r","g","146"],["147","2026-01-13","r","g","147"],["148","2026-02-24","r","g","148"],["149","2026-03-24","c","g","149"],["150","2026-04-21","b","g","150"],["151","2026-05-19","n","g","151"],["152","2026-06-16","p","g","152"],["1.5","2005-11-29","r","g","1.8"],["3.5","2009-06-30","r","g","1.9.1"],["3.6","2010-01-21","r","g","1.9.2"]]},firefox_android:{releases:[["4","2011-03-29","r","g","2"],["5","2011-06-21","r","g","5"],["6","2011-08-16","r","g","6"],["7","2011-09-27","r","g","7"],["8","2011-11-08","r","g","8"],["9","2011-12-21","r","g","9"],["10","2012-01-31","r","g","10"],["14","2012-06-26","r","g","14"],["15","2012-08-28","r","g","15"],["16","2012-10-09","r","g","16"],["17","2012-11-20","r","g","17"],["18","2013-01-08","r","g","18"],["19","2013-02-19","r","g","19"],["20","2013-04-02","r","g","20"],["21","2013-05-14","r","g","21"],["22","2013-06-25","r","g","22"],["23","2013-08-06","r","g","23"],["24","2013-09-17","r","g","24"],["25","2013-10-29","r","g","25"],["26","2013-12-10","r","g","26"],["27","2014-02-04","r","g","27"],["28","2014-03-18","r","g","28"],["29","2014-04-29","r","g","29"],["30","2014-06-10","r","g","30"],["31","2014-07-22","r","g","31"],["32","2014-09-02","r","g","32"],["33","2014-10-14","r","g","33"],["34","2014-12-01","r","g","34"],["35","2015-01-13","r","g","35"],["36","2015-02-27","r","g","36"],["37","2015-03-31","r","g","37"],["38","2015-05-12","r","g","38"],["39","2015-07-02","r","g","39"],["40","2015-08-11","r","g","40"],["41","2015-09-22","r","g","41"],["42","2015-11-03","r","g","42"],["43","2015-12-15","r","g","43"],["44","2016-01-26","r","g","44"],["45","2016-03-08","r","g","45"],["46","2016-04-26","r","g","46"],["47","2016-06-07","r","g","47"],["48","2016-08-02","r","g","48"],["49","2016-09-20","r","g","49"],["50","2016-11-15","r","g","50"],["51","2017-01-24","r","g","51"],["52","2017-03-07","r","g","52"],["53","2017-04-19","r","g","53"],["54","2017-06-13","r","g","54"],["55","2017-08-08","r","g","55"],["56","2017-09-28","r","g","56"],["57","2017-11-28","r","g","57"],["58","2018-01-22","r","g","58"],["59","2018-03-13","r","g","59"],["60","2018-05-09","r","g","60"],["61","2018-06-26","r","g","61"],["62","2018-09-05","r","g","62"],["63","2018-10-23","r","g","63"],["64","2018-12-11","r","g","64"],["65","2019-01-29","r","g","65"],["66","2019-03-19","r","g","66"],["67","2019-05-21","r","g","67"],["68","2019-07-09","r","g","68"],["79","2020-07-28","r","g","79"],["80","2020-08-31","r","g","80"],["81","2020-09-22","r","g","81"],["82","2020-10-20","r","g","82"],["83","2020-11-17","r","g","83"],["84","2020-12-15","r","g","84"],["85","2021-01-26","r","g","85"],["86","2021-02-23","r","g","86"],["87","2021-03-23","r","g","87"],["88","2021-04-19","r","g","88"],["89","2021-06-01","r","g","89"],["90","2021-07-13","r","g","90"],["91","2021-08-10","r","g","91"],["92","2021-09-07","r","g","92"],["93","2021-10-05","r","g","93"],["94","2021-11-02","r","g","94"],["95","2021-12-07","r","g","95"],["96","2022-01-11","r","g","96"],["97","2022-02-08","r","g","97"],["98","2022-03-08","r","g","98"],["99","2022-04-05","r","g","99"],["100","2022-05-03","r","g","100"],["101","2022-05-31","r","g","101"],["102","2022-06-28","r","g","102"],["103","2022-07-26","r","g","103"],["104","2022-08-23","r","g","104"],["105","2022-09-20","r","g","105"],["106","2022-10-18","r","g","106"],["107","2022-11-15","r","g","107"],["108","2022-12-13","r","g","108"],["109","2023-01-17","r","g","109"],["110","2023-02-14","r","g","110"],["111","2023-03-14","r","g","111"],["112","2023-04-11","r","g","112"],["113","2023-05-09","r","g","113"],["114","2023-06-06","r","g","114"],["115","2023-07-04","r","g","115"],["116","2023-08-01","r","g","116"],["117","2023-08-29","r","g","117"],["118","2023-09-26","r","g","118"],["119","2023-10-24","r","g","119"],["120","2023-11-21","r","g","120"],["121","2023-12-19","r","g","121"],["122","2024-01-23","r","g","122"],["123","2024-02-20","r","g","123"],["124","2024-03-19","r","g","124"],["125","2024-04-16","r","g","125"],["126","2024-05-14","r","g","126"],["127","2024-06-11","r","g","127"],["128","2024-07-09","r","g","128"],["129","2024-08-06","r","g","129"],["130","2024-09-03","r","g","130"],["131","2024-10-01","r","g","131"],["132","2024-10-29","r","g","132"],["133","2024-11-26","r","g","133"],["134","2025-01-07","r","g","134"],["135","2025-02-04","r","g","135"],["136","2025-03-04","r","g","136"],["137","2025-04-01","r","g","137"],["138","2025-04-29","r","g","138"],["139","2025-05-27","r","g","139"],["140","2025-06-24","e","g","140"],["141","2025-07-22","r","g","141"],["142","2025-08-19","r","g","142"],["143","2025-09-16","r","g","143"],["144","2025-10-14","r","g","144"],["145","2025-11-11","r","g","145"],["146","2025-12-09","r","g","146"],["147","2026-01-13","r","g","147"],["148","2026-02-24","r","g","148"],["149","2026-03-24","c","g","149"],["150","2026-04-21","b","g","150"],["151","2026-05-19","n","g","151"],["152","2026-06-16","p","g","152"]]},opera:{releases:[["2","1996-07-14","r",null,null],["3","1997-12-01","r",null,null],["4","2000-06-28","r",null,null],["5","2000-12-06","r",null,null],["6","2001-12-18","r",null,null],["7","2003-01-28","r","p","1"],["8","2005-04-19","r","p","1"],["9","2006-06-20","r","p","2"],["10","2009-09-01","r","p","2.2"],["11","2010-12-16","r","p","2.7"],["12","2012-06-14","r","p","2.10"],["15","2013-07-02","r","b","28"],["16","2013-08-27","r","b","29"],["17","2013-10-08","r","b","30"],["18","2013-11-19","r","b","31"],["19","2014-01-28","r","b","32"],["20","2014-03-04","r","b","33"],["21","2014-05-06","r","b","34"],["22","2014-06-03","r","b","35"],["23","2014-07-22","r","b","36"],["24","2014-09-02","r","b","37"],["25","2014-10-15","r","b","38"],["26","2014-12-03","r","b","39"],["27","2015-01-27","r","b","40"],["28","2015-03-10","r","b","41"],["29","2015-04-28","r","b","42"],["30","2015-06-09","r","b","43"],["31","2015-08-04","r","b","44"],["32","2015-09-15","r","b","45"],["33","2015-10-27","r","b","46"],["34","2015-12-08","r","b","47"],["35","2016-02-02","r","b","48"],["36","2016-03-15","r","b","49"],["37","2016-05-04","r","b","50"],["38","2016-06-08","r","b","51"],["39","2016-08-02","r","b","52"],["40","2016-09-20","r","b","53"],["41","2016-10-25","r","b","54"],["42","2016-12-13","r","b","55"],["43","2017-02-07","r","b","56"],["44","2017-03-21","r","b","57"],["45","2017-05-10","r","b","58"],["46","2017-06-22","r","b","59"],["47","2017-08-09","r","b","60"],["48","2017-09-27","r","b","61"],["49","2017-11-08","r","b","62"],["50","2018-01-04","r","b","63"],["51","2018-02-07","r","b","64"],["52","2018-03-22","r","b","65"],["53","2018-05-10","r","b","66"],["54","2018-06-28","r","b","67"],["55","2018-08-16","r","b","68"],["56","2018-09-25","r","b","69"],["57","2018-11-28","r","b","70"],["58","2019-01-23","r","b","71"],["60","2019-04-09","r","b","73"],["62","2019-06-27","r","b","75"],["63","2019-08-20","r","b","76"],["64","2019-10-07","r","b","77"],["65","2019-11-13","r","b","78"],["66","2020-01-07","r","b","79"],["67","2020-03-03","r","b","80"],["68","2020-04-22","r","b","81"],["69","2020-06-24","r","b","83"],["70","2020-07-27","r","b","84"],["71","2020-09-15","r","b","85"],["72","2020-10-21","r","b","86"],["73","2020-12-09","r","b","87"],["74","2021-02-02","r","b","88"],["75","2021-03-24","r","b","89"],["76","2021-04-28","r","b","90"],["77","2021-06-09","r","b","91"],["78","2021-08-03","r","b","92"],["79","2021-09-14","r","b","93"],["80","2021-10-05","r","b","94"],["81","2021-11-04","r","b","95"],["82","2021-12-02","r","b","96"],["83","2022-01-19","r","b","97"],["84","2022-02-16","r","b","98"],["85","2022-03-23","r","b","99"],["86","2022-04-20","r","b","100"],["87","2022-05-17","r","b","101"],["88","2022-06-08","r","b","102"],["89","2022-07-07","r","b","103"],["90","2022-08-18","r","b","104"],["91","2022-09-14","r","b","105"],["92","2022-10-19","r","b","106"],["93","2022-11-17","r","b","107"],["94","2022-12-15","r","b","108"],["95","2023-02-01","r","b","109"],["96","2023-02-22","r","b","110"],["97","2023-03-22","r","b","111"],["98","2023-04-20","r","b","112"],["99","2023-05-16","r","b","113"],["100","2023-06-29","r","b","114"],["101","2023-07-26","r","b","115"],["102","2023-08-23","r","b","116"],["103","2023-10-03","r","b","117"],["104","2023-10-23","r","b","118"],["105","2023-11-14","r","b","119"],["106","2023-12-19","r","b","120"],["107","2024-02-07","r","b","121"],["108","2024-03-05","r","b","122"],["109","2024-03-27","r","b","123"],["110","2024-05-14","r","b","124"],["111","2024-06-12","r","b","125"],["112","2024-07-11","r","b","126"],["113","2024-08-22","r","b","127"],["114","2024-09-25","r","b","128"],["115","2024-11-27","r","b","130"],["116","2025-01-08","r","b","131"],["117","2025-02-13","r","b","132"],["118","2025-04-15","r","b","133"],["119","2025-05-13","r","b","134"],["120","2025-07-02","r","b","135"],["121","2025-08-27","r","b","137"],["122","2025-09-11","r","b","138"],["123","2025-10-28","c","b","139"],["124",null,"b","b","140"],["125",null,"n","b","141"],["10.1","2009-11-23","r","p","2.2"],["10.5","2010-03-02","r","p","2.5"],["10.6","2010-07-01","r","p","2.6"],["11.1","2011-04-12","r","p","2.8"],["11.5","2011-06-28","r","p","2.9"],["11.6","2011-12-06","r","p","2.10"],["12.1","2012-11-20","r","p","2.12"],["3.5","1998-11-18","r",null,null],["3.6","1999-05-06","r",null,null],["5.1","2001-04-10","r",null,null],["7.1","2003-04-11","r","p","1"],["7.2","2003-09-23","r","p","1"],["7.5","2004-05-12","r","p","1"],["8.5","2005-09-20","r","p","1"],["9.1","2006-12-18","r","p","2"],["9.2","2007-04-11","r","p","2"],["9.5","2008-06-12","r","p","2.1"],["9.6","2008-10-08","r","p","2.1"]]},opera_android:{releases:[["11","2011-03-22","r","p","2.7"],["12","2012-02-25","r","p","2.10"],["14","2013-05-21","r","w","537.31"],["15","2013-07-08","r","b","28"],["16","2013-09-18","r","b","29"],["18","2013-11-20","r","b","31"],["19","2014-01-28","r","b","32"],["20","2014-03-06","r","b","33"],["21","2014-04-22","r","b","34"],["22","2014-06-17","r","b","35"],["24","2014-09-10","r","b","37"],["25","2014-10-16","r","b","38"],["26","2014-12-02","r","b","39"],["27","2015-01-29","r","b","40"],["28","2015-03-10","r","b","41"],["29","2015-04-28","r","b","42"],["30","2015-06-10","r","b","43"],["32","2015-09-23","r","b","45"],["33","2015-11-03","r","b","46"],["34","2015-12-16","r","b","47"],["35","2016-02-04","r","b","48"],["36","2016-03-31","r","b","49"],["37","2016-06-16","r","b","50"],["41","2016-10-25","r","b","54"],["42","2017-01-21","r","b","55"],["43","2017-09-27","r","b","59"],["44","2017-12-11","r","b","60"],["45","2018-02-15","r","b","61"],["46","2018-05-14","r","b","63"],["47","2018-07-23","r","b","66"],["48","2018-11-08","r","b","69"],["49","2018-12-07","r","b","70"],["50","2019-02-18","r","b","71"],["51","2019-03-21","r","b","72"],["52","2019-05-17","r","b","73"],["53","2019-07-11","r","b","74"],["54","2019-10-18","r","b","76"],["55","2019-12-03","r","b","77"],["56","2020-02-06","r","b","78"],["57","2020-03-30","r","b","80"],["58","2020-05-13","r","b","81"],["59","2020-06-30","r","b","83"],["60","2020-09-23","r","b","85"],["61","2020-12-07","r","b","86"],["62","2021-02-16","r","b","87"],["63","2021-04-16","r","b","89"],["64","2021-05-25","r","b","91"],["65","2021-10-20","r","b","92"],["66","2021-12-15","r","b","94"],["67","2022-01-31","r","b","96"],["68","2022-03-30","r","b","99"],["69","2022-05-09","r","b","100"],["70","2022-06-29","r","b","102"],["71","2022-09-16","r","b","104"],["72","2022-10-21","r","b","106"],["73","2023-01-17","r","b","108"],["74","2023-03-13","r","b","110"],["75","2023-05-17","r","b","112"],["76","2023-06-26","r","b","114"],["77","2023-08-31","r","b","115"],["78","2023-10-23","r","b","117"],["79","2023-12-06","r","b","119"],["80","2024-01-25","r","b","120"],["81","2024-03-14","r","b","122"],["82","2024-05-02","r","b","124"],["83","2024-06-25","r","b","126"],["84","2024-08-26","r","b","127"],["85","2024-10-29","r","b","128"],["86","2024-12-02","r","b","130"],["87","2025-01-22","r","b","132"],["88","2025-03-19","r","b","134"],["89","2025-04-29","r","b","135"],["90","2025-06-18","r","b","137"],["91","2025-08-19","r","b","139"],["92","2025-10-08","r","b","140"],["93","2025-11-25","r","b","142"],["94","2026-01-13","r","b","143"],["95","2026-02-11","r","b","144"],["96","2026-03-10","c","b","145"],["10.1","2010-11-09","r","p","2.5"],["11.1","2011-06-30","r","p","2.8"],["11.5","2011-10-12","r","p","2.9"],["12.1","2012-10-09","r","p","2.11"]]},safari:{releases:[["1","2003-06-23","r","w","85"],["2","2005-04-29","r","w","412"],["3","2007-10-26","r","w","523.10"],["4","2009-06-08","r","w","530.17"],["5","2010-06-07","r","w","533.16"],["6","2012-07-25","r","w","536.25"],["7","2013-10-22","r","w","537.71"],["8","2014-10-16","r","w","538.35"],["9","2015-09-30","r","w","601.1.56"],["10","2016-09-20","r","w","602.1.50"],["11","2017-09-19","r","w","604.2.4"],["12","2018-09-17","r","w","606.1.36"],["13","2019-09-19","r","w","608.2.11"],["14","2020-09-16","r","w","610.1.28"],["15","2021-09-20","r","w","612.1.27"],["16","2022-09-12","r","w","614.1.25"],["17","2023-09-18","r","w","616.1.27"],["18","2024-09-16","r","w","619.1.26"],["26","2025-09-15","r","w","622.1.22"],["1.1","2003-10-24","r","w","100"],["1.2","2004-02-02","r","w","125"],["1.3","2005-04-15","r","w","312"],["10.1","2017-03-27","r","w","603.2.1"],["11.1","2018-04-12","r","w","605.1.33"],["12.1","2019-03-25","r","w","607.1.40"],["13.1","2020-03-24","r","w","609.1.20"],["14.1","2021-04-26","r","w","611.1.21"],["15.1","2021-10-25","r","w","612.2.9"],["15.2","2021-12-13","r","w","612.3.6"],["15.3","2022-01-26","r","w","612.4.9"],["15.4","2022-03-14","r","w","613.1.17"],["15.5","2022-05-16","r","w","613.2.7"],["15.6","2022-07-20","r","w","613.3.9"],["16.1","2022-10-24","r","w","614.2.9"],["16.2","2022-12-13","r","w","614.3.7"],["16.3","2023-01-23","r","w","614.4.6"],["16.4","2023-03-27","r","w","615.1.26"],["16.5","2023-05-18","r","w","615.2.9"],["16.6","2023-07-24","r","w","615.3.12"],["17.1","2023-10-25","r","w","616.2.9"],["17.2","2023-12-11","r","w","617.1.17"],["17.3","2024-01-22","r","w","617.2.4"],["17.4","2024-03-05","r","w","618.1.15"],["17.5","2024-05-13","r","w","618.2.12"],["17.6","2024-07-29","r","w","618.3.11"],["18.1","2024-10-28","r","w","619.2.8"],["18.2","2024-12-11","r","w","620.1.16"],["18.3","2025-01-27","r","w","620.2.4"],["18.4","2025-03-31","r","w","621.1.15"],["18.5","2025-05-12","r","w","621.2.5"],["18.6","2025-07-29","r","w","621.3.11"],["26.1","2025-11-03","r","w","622.2.11"],["26.2","2025-12-12","r","w","623.1.14"],["26.3","2026-02-11","r","w","623.2.7"],["26.4","2026-03-24","c","w","624.1.16"],["3.1","2008-03-18","r","w","525.13"],["5.1","2011-07-20","r","w","534.48"],["9.1","2016-03-21","r","w","601.5.17"]]},safari_ios:{releases:[["1","2007-06-29","r","w","522.11"],["2","2008-07-11","r","w","525.18"],["3","2009-06-17","r","w","528.18"],["4","2010-06-21","r","w","532.9"],["5","2011-10-12","r","w","534.46"],["6","2012-09-10","r","w","536.26"],["7","2013-09-18","r","w","537.51"],["8","2014-09-17","r","w","600.1.4"],["9","2015-09-16","r","w","601.1.56"],["10","2016-09-13","r","w","602.1.50"],["11","2017-09-19","r","w","604.2.4"],["12","2018-09-17","r","w","606.1.36"],["13","2019-09-19","r","w","608.2.11"],["14","2020-09-16","r","w","610.1.28"],["15","2021-09-20","r","w","612.1.27"],["16","2022-09-12","r","w","614.1.25"],["17","2023-09-18","r","w","616.1.27"],["18","2024-09-16","r","w","619.1.26"],["26","2025-09-15","r","w","622.1.22"],["10.3","2017-03-27","r","w","603.2.1"],["11.3","2018-03-29","r","w","605.1.33"],["12.2","2019-03-25","r","w","607.1.40"],["13.4","2020-03-24","r","w","609.1.20"],["14.5","2021-04-26","r","w","611.1.21"],["15.1","2021-10-25","r","w","612.2.9"],["15.2","2021-12-13","r","w","612.3.6"],["15.3","2022-01-26","r","w","612.4.9"],["15.4","2022-03-14","r","w","613.1.17"],["15.5","2022-05-16","r","w","613.2.7"],["15.6","2022-07-20","r","w","613.3.9"],["16.1","2022-10-24","r","w","614.2.9"],["16.2","2022-12-13","r","w","614.3.7"],["16.3","2023-01-23","r","w","614.4.6"],["16.4","2023-03-27","r","w","615.1.26"],["16.5","2023-05-18","r","w","615.2.9"],["16.6","2023-07-24","r","w","615.3.12"],["17.1","2023-10-25","r","w","616.2.9"],["17.2","2023-12-11","r","w","617.1.17"],["17.3","2024-01-22","r","w","617.2.4"],["17.4","2024-03-05","r","w","618.1.15"],["17.5","2024-05-13","r","w","618.2.12"],["17.6","2024-07-29","r","w","618.3.11"],["18.1","2024-10-28","r","w","619.2.8"],["18.2","2024-12-11","r","w","620.1.16"],["18.3","2025-01-27","r","w","620.2.4"],["18.4","2025-03-31","r","w","621.1.15"],["18.5","2025-05-12","r","w","621.2.5"],["18.6","2025-07-29","r","w","621.3.11"],["26.1","2025-11-03","r","w","622.2.11"],["26.2","2025-12-12","r","w","623.1.14"],["26.3","2026-02-11","r","w","623.2.7"],["26.4","2026-03-24","c","w","624.1.16"],["3.2","2010-04-03","r","w","531.21"],["4.2","2010-11-22","r","w","533.17"],["9.3","2016-03-21","r","w","601.5.17"]]},samsunginternet_android:{releases:[["1.0","2013-04-27","r","w","535.19"],["1.5","2013-09-25","r","b","28"],["1.6","2014-04-11","r","b","28"],["10.0","2019-08-22","r","b","71"],["10.2","2019-10-09","r","b","71"],["11.0","2019-12-05","r","b","75"],["11.2","2020-03-22","r","b","75"],["12.0","2020-06-19","r","b","79"],["12.1","2020-07-07","r","b","79"],["13.0","2020-12-02","r","b","83"],["13.2","2021-01-20","r","b","83"],["14.0","2021-04-17","r","b","87"],["14.2","2021-06-25","r","b","87"],["15.0","2021-08-13","r","b","90"],["16.0","2021-11-25","r","b","92"],["16.2","2022-03-06","r","b","92"],["17.0","2022-05-04","r","b","96"],["18.0","2022-08-08","r","b","99"],["18.1","2022-09-09","r","b","99"],["19.0","2022-11-01","r","b","102"],["19.1","2022-11-08","r","b","102"],["2.0","2014-10-17","r","b","34"],["2.1","2015-01-07","r","b","34"],["20.0","2023-02-10","r","b","106"],["21.0","2023-05-19","r","b","110"],["22.0","2023-07-14","r","b","111"],["23.0","2023-10-18","r","b","115"],["24.0","2024-01-25","r","b","117"],["25.0","2024-04-24","r","b","121"],["26.0","2024-06-07","r","b","122"],["27.0","2024-11-06","r","b","125"],["28.0","2025-04-02","r","b","130"],["29.0","2025-10-25","c","b","136"],["3.0","2015-04-10","r","b","38"],["3.2","2015-08-24","r","b","38"],["4.0","2016-03-11","r","b","44"],["4.2","2016-08-02","r","b","44"],["5.0","2016-12-15","r","b","51"],["5.2","2017-04-21","r","b","51"],["5.4","2017-05-17","r","b","51"],["6.0","2017-08-23","r","b","56"],["6.2","2017-10-26","r","b","56"],["6.4","2018-02-19","r","b","56"],["7.0","2018-03-16","r","b","59"],["7.2","2018-06-20","r","b","59"],["7.4","2018-09-12","r","b","59"],["8.0","2018-07-18","r","b","63"],["8.2","2018-12-21","r","b","63"],["9.0","2018-09-15","r","b","67"],["9.2","2019-04-02","r","b","67"],["9.4","2019-07-25","r","b","67"]]},webview_android:{releases:[["1","2008-09-23","r","w","523.12"],["2","2009-10-26","r","w","530.17"],["3","2011-02-22","r","w","534.13"],["4","2011-10-18","r","w","534.30"],["37","2014-09-03","r","b","37"],["38","2014-10-08","r","b","38"],["39","2014-11-12","r","b","39"],["40","2015-01-21","r","b","40"],["41","2015-03-11","r","b","41"],["42","2015-04-15","r","b","42"],["43","2015-05-27","r","b","43"],["44","2015-07-29","r","b","44"],["45","2015-09-01","r","b","45"],["46","2015-10-14","r","b","46"],["47","2015-12-02","r","b","47"],["48","2016-01-26","r","b","48"],["49","2016-03-09","r","b","49"],["50","2016-04-13","r","b","50"],["51","2016-06-08","r","b","51"],["52","2016-07-27","r","b","52"],["53","2016-09-07","r","b","53"],["54","2016-10-19","r","b","54"],["55","2016-12-06","r","b","55"],["56","2017-02-01","r","b","56"],["57","2017-03-16","r","b","57"],["58","2017-04-25","r","b","58"],["59","2017-06-06","r","b","59"],["60","2017-08-01","r","b","60"],["61","2017-09-05","r","b","61"],["62","2017-10-24","r","b","62"],["63","2017-12-05","r","b","63"],["64","2018-01-23","r","b","64"],["65","2018-03-06","r","b","65"],["66","2018-04-17","r","b","66"],["67","2018-05-31","r","b","67"],["68","2018-07-24","r","b","68"],["69","2018-09-04","r","b","69"],["70","2018-10-17","r","b","70"],["71","2018-12-04","r","b","71"],["72","2019-01-29","r","b","72"],["73","2019-03-12","r","b","73"],["74","2019-04-24","r","b","74"],["75","2019-06-04","r","b","75"],["76","2019-07-30","r","b","76"],["77","2019-09-10","r","b","77"],["78","2019-10-22","r","b","78"],["79","2019-12-17","r","b","79"],["80","2020-02-04","r","b","80"],["81","2020-04-07","r","b","81"],["83","2020-05-19","r","b","83"],["84","2020-07-27","r","b","84"],["85","2020-08-25","r","b","85"],["86","2020-10-20","r","b","86"],["87","2020-11-17","r","b","87"],["88","2021-01-19","r","b","88"],["89","2021-03-02","r","b","89"],["90","2021-04-13","r","b","90"],["91","2021-05-25","r","b","91"],["92","2021-07-20","r","b","92"],["93","2021-08-31","r","b","93"],["94","2021-09-21","r","b","94"],["95","2021-10-19","r","b","95"],["96","2021-11-15","r","b","96"],["97","2022-01-04","r","b","97"],["98","2022-02-01","r","b","98"],["99","2022-03-01","r","b","99"],["100","2022-03-29","r","b","100"],["101","2022-04-26","r","b","101"],["102","2022-05-24","r","b","102"],["103","2022-06-21","r","b","103"],["104","2022-08-02","r","b","104"],["105","2022-09-02","r","b","105"],["106","2022-09-27","r","b","106"],["107","2022-10-25","r","b","107"],["108","2022-11-29","r","b","108"],["109","2023-01-10","r","b","109"],["110","2023-02-07","r","b","110"],["111","2023-03-01","r","b","111"],["112","2023-04-04","r","b","112"],["113","2023-05-02","r","b","113"],["114","2023-05-30","r","b","114"],["115","2023-07-21","r","b","115"],["116","2023-08-15","r","b","116"],["117","2023-09-12","r","b","117"],["118","2023-10-10","r","b","118"],["119","2023-10-31","r","b","119"],["120","2023-12-05","r","b","120"],["121","2024-01-23","r","b","121"],["122","2024-02-20","r","b","122"],["123","2024-03-19","r","b","123"],["124","2024-04-16","r","b","124"],["125","2024-05-14","r","b","125"],["126","2024-06-11","r","b","126"],["127","2024-07-23","r","b","127"],["128","2024-08-20","r","b","128"],["129","2024-09-17","r","b","129"],["130","2024-10-15","r","b","130"],["131","2024-11-12","r","b","131"],["132","2025-01-14","r","b","132"],["133","2025-02-04","r","b","133"],["134","2025-03-04","r","b","134"],["135","2025-04-01","r","b","135"],["136","2025-04-29","r","b","136"],["137","2025-05-27","r","b","137"],["138","2025-06-24","r","b","138"],["139","2025-08-05","r","b","139"],["140","2025-09-02","r","b","140"],["141","2025-09-30","r","b","141"],["142","2025-10-28","r","b","142"],["143","2025-12-02","r","b","143"],["144","2026-01-13","r","b","144"],["145","2026-02-10","r","b","145"],["146","2026-03-10","c","b","146"],["147","2026-04-07","b","b","147"],["148","2026-05-05","n","b","148"],["149",null,"p","b","149"],["1.5","2009-04-27","r","w","525.20"],["2.2","2010-05-20","r","w","533.1"],["4.4","2013-12-09","r","b","30"],["4.4.3","2014-06-02","r","b","33"]]}},te={ya_android:{releases:[["1.0","u","u","b","25"],["1.5","u","u","b","22"],["1.6","u","u","b","25"],["1.7","u","u","b","25"],["1.20","u","u","b","25"],["2.5","u","u","b","25"],["3.2","u","u","b","25"],["4.6","u","u","b","25"],["5.3","u","u","b","25"],["5.4","u","u","b","25"],["7.4","u","u","b","25"],["9.6","u","u","b","25"],["10.5","u","u","b","25"],["11.4","u","u","b","25"],["11.5","u","u","b","25"],["12.7","u","u","b","25"],["13.9","u","u","b","28"],["13.10","u","u","b","28"],["13.11","u","u","b","28"],["13.12","u","u","b","30"],["14.2","u","u","b","32"],["14.4","u","u","b","33"],["14.5","u","u","b","34"],["14.7","u","u","b","35"],["14.8","u","u","b","36"],["14.10","u","u","b","37"],["14.12","u","u","b","38"],["15.2","u","u","b","40"],["15.4","u","u","b","41"],["15.6","u","u","b","42"],["15.7","u","u","b","43"],["15.9","u","u","b","44"],["15.10","u","u","b","45"],["15.12","u","u","b","46"],["16.2","u","u","b","47"],["16.3","u","u","b","47"],["16.4","u","u","b","49"],["16.6","u","u","b","50"],["16.7","u","u","b","51"],["16.9","u","u","b","52"],["16.10","u","u","b","53"],["16.11","u","u","b","54"],["17.1","u","u","b","55"],["17.3","u","u","b","56"],["17.4","u","u","b","57"],["17.6","u","u","b","58"],["17.7","u","u","b","59"],["17.9","u","u","b","60"],["17.10","u","u","b","61"],["17.11","u","u","b","62"],["18.1","u","u","b","63"],["18.2","u","u","b","63"],["18.3","u","u","b","64"],["18.4","u","u","b","65"],["18.6","u","u","b","66"],["18.7","u","u","b","67"],["18.9","u","u","b","68"],["18.10","u","u","b","69"],["18.11","u","u","b","70"],["19.1","u","u","b","71"],["19.3","u","u","b","72"],["19.4","u","u","b","73"],["19.5","u","u","b","75"],["19.6","u","u","b","75"],["19.7","u","u","b","75"],["19.9","u","u","b","76"],["19.10","u","u","b","77"],["19.11","u","u","b","78"],["19.12","u","u","b","78"],["20.2","u","u","b","79"],["20.3","u","u","b","80"],["20.4","u","u","b","81"],["20.6","u","u","b","81"],["20.7","u","u","b","83"],["20.8","2020-09-02","u","b","84"],["20.9","2020-09-27","u","b","85"],["20.11","2020-11-11","u","b","86"],["20.12","2020-12-20","u","b","87"],["21.1","2021-12-31","u","b","88"],["21.2","u","u","b","88"],["21.3","2021-04-04","u","b","89"],["21.5","u","u","b","90"],["21.6","2021-09-28","u","b","91"],["21.8","2021-09-28","u","b","92"],["21.9","2021-09-29","u","b","93"],["21.11","2021-10-29","u","b","94"],["22.1","2021-12-31","u","b","96"],["22.3","2022-03-25","u","b","98"],["22.4","u","u","b","92"],["22.5","2022-05-20","u","b","100"],["22.7","2022-07-07","u","b","102"],["22.8","u","u","b","104"],["22.9","2022-08-27","u","b","104"],["22.11","2022-11-11","u","b","106"],["23.1","2023-01-10","u","b","108"],["23.3","2023-03-26","u","b","110"],["23.5","2023-05-19","u","b","112"],["23.7","2023-07-06","u","b","114"],["23.9","2023-09-13","u","b","116"],["23.11","2023-11-15","u","b","118"],["24.1","2024-01-18","u","b","120"],["24.2","2024-03-25","u","b","120"],["24.4","2024-03-27","u","b","122"],["24.6","2024-06-04","u","b","124"],["24.7","2024-07-18","u","b","126"],["24.9","2024-10-01","u","b","126"],["24.10","2024-10-11","u","b","128"],["24.12","2024-11-30","u","b","130"],["25.2","2025-04-24","u","b","132"],["25.3","2025-04-23","u","b","132"],["25.4","2025-04-23","u","b","134"],["25.6","2025-09-04","u","b","136"],["25.8","2025-08-30","u","b","138"],["25.10","2025-10-09","u","b","140"],["25.12","2025-12-07","u","b","142"],["26.3","2026-03-04","u","b","144"]]},uc_android:{releases:[["10.5","u","u","b","31"],["10.7","u","u","b","31"],["10.8","u","u","b","31"],["10.10","u","u","b","31"],["11.0","u","u","b","31"],["11.1","u","u","b","40"],["11.2","u","u","b","40"],["11.3","u","u","b","40"],["11.4","u","u","b","40"],["11.5","u","u","b","40"],["11.6","u","u","b","57"],["11.8","u","u","b","57"],["11.9","u","u","b","57"],["12.0","u","u","b","57"],["12.1","u","u","b","57"],["12.2","u","u","b","57"],["12.3","u","u","b","57"],["12.4","u","u","b","57"],["12.5","u","u","b","57"],["12.6","u","u","b","57"],["12.7","u","u","b","57"],["12.8","u","u","b","57"],["12.9","u","u","b","57"],["12.10","u","u","b","57"],["12.11","u","u","b","57"],["12.12","u","u","b","57"],["12.13","u","u","b","57"],["12.14","u","u","b","57"],["13.0","u","u","b","57"],["13.1","u","u","b","57"],["13.2","u","u","b","57"],["13.3","2020-09-09","u","b","78"],["13.4","2021-09-28","u","b","78"],["13.5","2023-08-25","u","b","78"],["13.6","2023-12-17","u","b","78"],["13.7","2023-06-24","u","b","78"],["13.8","2022-04-30","u","b","78"],["13.9","2022-05-18","u","b","78"],["15.0","2022-08-24","u","b","78"],["15.1","2022-11-11","u","b","78"],["15.2","2023-04-23","u","b","78"],["15.3","2023-03-17","u","b","100"],["15.4","2023-10-25","u","b","100"],["15.5","2023-08-22","u","b","100"],["16.0","2023-08-24","u","b","100"],["16.1","2023-10-15","u","b","100"],["16.2","2023-12-09","u","b","100"],["16.3","2024-03-08","u","b","100"],["16.4","2024-10-03","u","b","100"],["16.5","2024-05-30","u","b","100"],["16.6","2024-07-23","u","b","100"],["17.0","2024-08-24","u","b","100"],["17.1","2024-09-26","u","b","100"],["17.2","2024-11-29","u","b","100"],["17.3","2025-01-07","u","b","100"],["17.4","2025-02-26","u","b","100"],["17.5","2025-04-08","u","b","100"],["17.6","2025-05-15","u","b","123"],["17.7","2025-06-11","u","b","123"],["17.8","2025-07-30","u","b","123"],["18.0","2025-08-17","u","b","123"],["18.1","2025-10-04","u","b","123"],["18.2","2025-11-04","u","b","123"],["18.3","2025-12-12","u","b","123"],["18.4","2026-01-09","u","b","123"],["18.5","2026-01-28","u","b","123"],["18.6","2026-03-21","u","b","123"]]},qq_android:{releases:[["6.0","u","u","b","37"],["6.1","u","u","b","37"],["6.2","u","u","b","37"],["6.3","u","u","b","37"],["6.4","u","u","b","37"],["6.6","u","u","b","37"],["6.7","u","u","b","37"],["6.8","u","u","b","37"],["6.9","u","u","b","37"],["7.0","u","u","b","37"],["7.1","u","u","b","37"],["7.2","u","u","b","37"],["7.3","u","u","b","37"],["7.4","u","u","b","37"],["7.5","u","u","b","37"],["7.6","u","u","b","37"],["7.7","u","u","b","37"],["7.8","u","u","b","37"],["7.9","u","u","b","37"],["8.0","u","u","b","37"],["8.1","u","u","b","57"],["8.2","u","u","b","57"],["8.3","u","u","b","57"],["8.4","u","u","b","57"],["8.5","u","u","b","57"],["8.6","u","u","b","57"],["8.7","u","u","b","57"],["8.8","u","u","b","57"],["8.9","u","u","b","57"],["9.1","u","u","b","57"],["9.6","u","u","b","66"],["9.7","u","u","b","66"],["9.8","u","u","b","66"],["10.0","u","u","b","66"],["10.1","u","u","b","66"],["10.2","u","u","b","66"],["10.3","u","u","b","66"],["10.4","u","u","b","66"],["10.5","u","u","b","66"],["10.7","2020-09-09","u","b","66"],["10.9","2020-11-22","u","b","77"],["11.0","u","u","b","77"],["11.2","2021-01-30","u","b","77"],["11.3","2021-03-31","u","b","77"],["11.7","2021-11-02","u","b","89"],["11.9","u","u","b","89"],["12.0","2021-11-04","u","b","89"],["12.1","2021-11-05","u","b","89"],["12.2","2021-12-07","u","b","89"],["12.5","2022-04-07","u","b","89"],["12.7","2022-05-21","u","b","89"],["12.8","2022-06-30","u","b","89"],["12.9","2022-07-26","u","b","89"],["13.0","2022-08-15","u","b","89"],["13.1","2022-09-10","u","b","89"],["13.2","2022-10-26","u","b","89"],["13.3","2022-11-09","u","b","89"],["13.4","2023-04-26","u","b","98"],["13.5","2023-02-06","u","b","98"],["13.6","2023-02-09","u","b","98"],["13.7","2023-04-21","u","b","98"],["13.8","2023-04-21","u","b","98"],["14.0","2023-12-12","u","b","98"],["14.1","2023-07-16","u","b","98"],["14.2","2023-10-14","u","b","109"],["14.3","2023-09-13","u","b","109"],["14.4","2023-10-31","u","b","109"],["14.5","2023-11-12","u","b","109"],["14.6","2023-12-24","u","b","109"],["14.7","2024-01-18","u","b","109"],["14.8","2024-03-04","u","b","109"],["14.9","2024-04-09","u","b","109"],["15.0","2024-04-17","u","b","109"],["15.1","2024-05-18","u","b","109"],["15.2","2024-10-24","u","b","109"],["15.3","2024-07-28","u","b","109"],["15.4","2024-09-07","u","b","109"],["15.5","2024-09-24","u","b","109"],["15.6","2024-10-24","u","b","109"],["15.7","2024-12-03","u","b","109"],["15.8","2024-12-11","u","b","109"],["15.9","2025-02-01","u","b","109"],["19.1","2025-07-08","u","b","121"],["19.2","2025-07-15","u","b","121"],["19.3","2025-08-31","u","b","121"],["19.4","2025-09-20","u","b","121"],["19.5","2025-10-23","u","b","121"],["19.6","2025-11-17","u","b","121"],["19.7","2025-12-18","u","b","121"],["19.8","2026-01-20","u","b","121"],["19.9","2026-03-09","u","b","121"]]},kai_os:{releases:[["1.0","2017-03-01","u","g","37"],["2.0","2017-07-01","u","g","48"],["2.5","2017-07-01","u","g","48"],["3.0","2021-09-01","u","g","84"],["3.1","2022-03-01","u","g","84"],["4.0","2025-05-01","u","g","123"]]},facebook_android:{releases:[["66","u","u","b","48"],["68","u","u","b","48"],["74","u","u","b","50"],["75","u","u","b","50"],["76","u","u","b","50"],["77","u","u","b","50"],["78","u","u","b","50"],["79","u","u","b","50"],["80","u","u","b","51"],["81","u","u","b","51"],["82","u","u","b","51"],["83","u","u","b","51"],["84","u","u","b","51"],["86","u","u","b","51"],["87","u","u","b","52"],["88","u","u","b","52"],["89","u","u","b","52"],["90","u","u","b","52"],["91","u","u","b","52"],["92","u","u","b","52"],["93","u","u","b","52"],["94","u","u","b","52"],["95","u","u","b","53"],["96","u","u","b","53"],["97","u","u","b","53"],["98","u","u","b","53"],["99","u","u","b","53"],["100","u","u","b","54"],["101","u","u","b","54"],["103","u","u","b","54"],["104","u","u","b","54"],["105","u","u","b","54"],["106","u","u","b","55"],["107","u","u","b","55"],["108","u","u","b","55"],["109","u","u","b","55"],["110","u","u","b","55"],["111","u","u","b","55"],["112","u","u","b","56"],["113","u","u","b","56"],["114","u","u","b","56"],["115","u","u","b","56"],["116","u","u","b","56"],["117","u","u","b","57"],["118","u","u","b","57"],["119","u","u","b","57"],["120","u","u","b","57"],["121","u","u","b","57"],["122","u","u","b","58"],["123","u","u","b","58"],["124","u","u","b","58"],["125","u","u","b","58"],["126","u","u","b","58"],["127","u","u","b","58"],["128","u","u","b","58"],["129","u","u","b","58"],["130","u","u","b","59"],["131","u","u","b","59"],["132","u","u","b","59"],["133","u","u","b","59"],["134","u","u","b","59"],["135","u","u","b","59"],["136","u","u","b","59"],["137","u","u","b","59"],["138","u","u","b","60"],["140","u","u","b","60"],["142","u","u","b","61"],["143","u","u","b","61"],["144","u","u","b","61"],["145","u","u","b","61"],["146","u","u","b","61"],["147","u","u","b","61"],["148","u","u","b","61"],["149","u","u","b","62"],["150","u","u","b","62"],["151","u","u","b","62"],["152","u","u","b","62"],["153","u","u","b","63"],["154","u","u","b","63"],["155","u","u","b","63"],["156","u","u","b","63"],["157","u","u","b","64"],["158","u","u","b","64"],["159","u","u","b","64"],["160","u","u","b","64"],["161","u","u","b","64"],["162","u","u","b","64"],["163","u","u","b","65"],["164","u","u","b","65"],["165","u","u","b","65"],["166","u","u","b","65"],["167","u","u","b","65"],["168","u","u","b","65"],["169","u","u","b","66"],["170","u","u","b","66"],["171","u","u","b","66"],["172","u","u","b","66"],["173","u","u","b","66"],["174","u","u","b","66"],["175","u","u","b","67"],["176","u","u","b","67"],["177","u","u","b","67"],["178","u","u","b","67"],["180","u","u","b","67"],["181","u","u","b","67"],["182","u","u","b","67"],["183","u","u","b","68"],["184","u","u","b","68"],["185","u","u","b","68"],["186","u","u","b","68"],["187","u","u","b","68"],["188","u","u","b","68"],["202","u","u","b","71"],["227","u","u","b","75"],["228","u","u","b","75"],["229","u","u","b","75"],["230","u","u","b","75"],["231","u","u","b","75"],["233","u","u","b","76"],["235","u","u","b","76"],["236","u","u","b","76"],["237","u","u","b","76"],["238","u","u","b","76"],["240","u","u","b","77"],["241","u","u","b","77"],["242","u","u","b","77"],["243","u","u","b","77"],["244","u","u","b","78"],["245","u","u","b","78"],["246","u","u","b","78"],["247","u","u","b","78"],["248","u","u","b","78"],["249","u","u","b","78"],["250","u","u","b","78"],["251","u","u","b","79"],["252","u","u","b","79"],["253","u","u","b","79"],["254","u","u","b","79"],["255","u","u","b","79"],["256","u","u","b","80"],["257","u","u","b","80"],["258","u","u","b","80"],["259","u","u","b","80"],["260","u","u","b","80"],["261","u","u","b","80"],["262","u","u","b","80"],["263","u","u","b","80"],["264","u","u","b","80"],["265","u","u","b","80"],["266","u","u","b","81"],["267","u","u","b","81"],["268","u","u","b","81"],["269","u","u","b","81"],["270","u","u","b","81"],["271","u","u","b","81"],["272","u","u","b","83"],["273","u","u","b","83"],["274","u","u","b","83"],["275","u","u","b","83"],["297","2020-12-02","u","b","86"],["348","2021-12-19","u","b","96"],["399","2023-02-04","u","b","109"],["400","2023-02-10","u","b","109"],["420","2023-06-28","u","b","114"],["430","2023-09-03","u","b","116"],["434","2023-10-05","u","b","117"],["436","2023-10-13","u","b","117"],["437","u","u","b","118"],["438","2023-10-28","u","b","118"],["439","2023-11-11","u","b","119"],["440","2023-11-12","u","b","119"],["441","2023-11-20","u","b","119"],["442","2023-11-29","u","b","119"],["443","2023-12-07","u","b","120"],["444","2023-12-13","u","b","120"],["445","2023-12-21","u","b","120"],["446","2024-01-06","u","b","120"],["447","2024-01-12","u","b","120"],["448","2024-01-29","u","b","121"],["449","2024-02-02","u","b","121"],["450","2024-02-05","u","b","121"],["451","2024-02-17","u","b","121"],["452","2024-02-25","u","b","122"],["453","2024-02-28","u","b","122"],["454","2024-03-04","u","b","122"],["465","2024-07-07","u","b","126"],["466","u","u","b","126"],["469","u","u","b","126"],["471","2024-07-10","u","b","126"],["472","2024-07-11","u","b","126"],["474","2024-07-30","u","b","127"],["475","2024-08-01","u","b","127"],["476","2024-08-09","u","b","127"],["477","2024-08-16","u","b","127"],["478","2024-08-21","u","b","128"],["479","2024-08-31","u","b","128"],["480","2024-09-07","u","b","128"],["481","2024-09-14","u","b","128"],["482","2024-09-20","u","b","129"],["483","2024-09-27","u","b","129"],["484","2024-10-04","u","b","129"],["485","2024-10-11","u","b","129"],["486","2024-10-18","u","b","130"],["487","2024-10-26","u","b","130"],["488","2024-11-02","u","b","130"],["489","2024-11-09","u","b","130"],["494","2024-12-26","u","b","131"],["497","2025-01-26","u","b","132"],["503","2025-03-12","u","b","134"],["514","2025-05-28","u","b","136"],["515","2025-05-31","u","b","137"]]},instagram_android:{releases:[["23","u","u","b","62"],["24","u","u","b","62"],["25","u","u","b","62"],["26","u","u","b","63"],["27","u","u","b","63"],["28","u","u","b","63"],["29","u","u","b","63"],["30","u","u","b","63"],["31","u","u","b","64"],["32","u","u","b","64"],["33","u","u","b","64"],["34","u","u","b","64"],["35","u","u","b","65"],["36","u","u","b","65"],["37","u","u","b","65"],["38","u","u","b","65"],["39","u","u","b","65"],["40","u","u","b","65"],["41","u","u","b","65"],["42","u","u","b","66"],["43","u","u","b","66"],["44","u","u","b","66"],["45","u","u","b","66"],["46","u","u","b","66"],["47","u","u","b","66"],["48","u","u","b","67"],["49","u","u","b","67"],["50","u","u","b","67"],["51","u","u","b","67"],["52","u","u","b","67"],["53","u","u","b","67"],["54","u","u","b","67"],["55","u","u","b","67"],["56","u","u","b","68"],["57","u","u","b","68"],["58","u","u","b","68"],["59","u","u","b","68"],["60","u","u","b","68"],["61","u","u","b","68"],["65","u","u","b","69"],["66","u","u","b","69"],["68","u","u","b","69"],["72","u","u","b","70"],["74","u","u","b","71"],["75","u","u","b","71"],["79","u","u","b","71"],["81","u","u","b","72"],["82","u","u","b","72"],["83","u","u","b","72"],["84","u","u","b","73"],["86","u","u","b","73"],["95","u","u","b","74"],["96","u","u","b","80"],["97","u","u","b","80"],["98","u","u","b","80"],["103","u","u","b","80"],["104","u","u","b","80"],["117","u","u","b","80"],["118","u","u","b","80"],["119","u","u","b","80"],["120","u","u","b","80"],["121","u","u","b","80"],["127","u","u","b","80"],["128","u","u","b","80"],["129","u","u","b","80"],["130","u","u","b","80"],["131","u","u","b","80"],["132","u","u","b","80"],["133","u","u","b","80"],["134","u","u","b","80"],["135","u","u","b","80"],["136","u","u","b","80"],["137","u","u","b","81"],["138","u","u","b","81"],["139","u","u","b","81"],["140","u","u","b","81"],["141","u","u","b","81"],["142","u","u","b","81"],["143","u","u","b","83"],["144","u","u","b","83"],["145","u","u","b","83"],["146","u","u","b","83"],["153","u","u","b","84"],["163","u","u","b","92"],["164","u","u","b","92"],["230","u","u","b","92"],["258","2022-11-04","u","b","106"],["259","2022-11-04","u","b","106"],["279","2023-12-31","u","b","109"],["281","u","u","b","109"],["288","u","u","b","114"],["289","2023-12-21","u","b","114"],["290","2023-12-30","u","b","114"],["292","u","u","b","115"],["295","u","u","b","115"],["296","u","u","b","115"],["297","u","u","b","115"],["298","2024-01-11","u","b","115"],["299","u","u","b","115"],["300","u","u","b","116"],["301","2024-01-12","u","b","116"],["302","u","u","b","117"],["303","u","u","b","117"],["304","u","u","b","117"],["305","u","u","b","117"],["306","2024-01-17","u","b","118"],["307","u","u","b","118"],["308","2024-01-19","u","b","118"],["309","u","u","b","119"],["310","u","u","b","119"],["311","u","u","b","120"],["312","u","u","b","120"],["313","u","u","b","120"],["314","u","u","b","120"],["315","2024-01-19","u","b","120"],["316","2024-01-25","u","b","120"],["317","2024-02-03","u","b","121"],["318","2024-02-16","u","b","121"],["320","2024-03-04","u","b","121"],["321","2024-03-07","u","b","122"],["338","2024-07-06","u","b","126"],["346","2024-09-01","u","b","127"],["347","2024-09-11","u","b","127"],["349","2024-09-20","u","b","128"],["355","2024-11-06","u","b","130"],["366","u","u","b","132"],["367","2025-02-15","u","b","132"],["378","2025-05-03","u","b","135"],["381","2025-06-19","u","b","137"],["382","2025-06-19","u","b","137"],["383","2025-06-18","u","b","137"],["384","2025-06-16","u","b","137"],["385","2025-06-27","u","b","137"],["387","2025-07-09","u","b","137"],["390","2025-07-26","u","b","138"],["392","2025-08-12","u","b","138"],["394","2025-08-26","u","b","139"],["395","2025-09-13","u","b","139"],["396","2025-09-20","u","b","139"],["397","2025-09-19","u","b","139"],["399","2025-09-28","u","b","140"],["400","2025-10-06","u","b","141"],["401","2025-10-08","u","b","141"],["404","2025-10-31","u","b","141"],["406","2025-11-16","u","b","141"],["407","2025-11-23","u","b","142"],["408","2025-11-28","u","b","142"],["409","2025-12-16","u","b","143"],["410","2025-12-17","u","b","143"],["411","2026-01-07","u","b","143"]]}},re=[["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2019-03-25",{c:"66",ca:"66",e:"16",f:"57",fa:"57",s:"12.1",si:"12.2"}],["2019-03-25",{c:"66",ca:"66",e:"16",f:"57",fa:"57",s:"12.1",si:"12.2"}],["2024-03-19",{c:"116",ca:"116",e:"116",f:"124",fa:"124",s:"17.4",si:"17.4"}],["2024-04-18",{c:"124",ca:"124",e:"124",f:"100",fa:"100",s:"16",si:"16"}],["2025-06-26",{c:"138",ca:"138",e:"138",f:"118",fa:"118",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"17",ca:"18",e:"12",f:"5",fa:"5",s:"6",si:"6"}],["2026-01-13",{c:"125",ca:"125",e:"125",f:"147",fa:"147",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-04-16",{c:"123",ca:"123",e:"123",f:"125",fa:"125",s:"17.4",si:"17.4"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"27",fa:"27",s:"9.1",si:"9.3"}],["2024-07-09",{c:"77",ca:"77",e:"79",f:"128",fa:"128",s:"17.4",si:"17.4"}],["2016-06-07",{c:"32",ca:"30",e:"12",f:"47",fa:"47",s:"8",si:"8"}],["2023-07-04",{c:"112",ca:"112",e:"112",f:"115",fa:"115",s:"16",si:"16"}],["2015-09-30",{c:"43",ca:"43",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2022-03-14",{c:"84",ca:"84",e:"84",f:"80",fa:"80",s:"15.4",si:"15.4"}],["2023-10-24",{c:"103",ca:"103",e:"103",f:"119",fa:"119",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"92",ca:"92",e:"92",f:"90",fa:"90",s:"15.4",si:"15.4"}],["2023-07-04",{c:"110",ca:"110",e:"110",f:"115",fa:"115",s:"16",si:"16"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"34",fa:"34",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2022-08-23",{c:"97",ca:"97",e:"97",f:"104",fa:"104",s:"15.4",si:"15.4"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"62",fa:"62",s:"12",si:"12"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2024-01-25",{c:"121",ca:"121",e:"121",f:"115",fa:"115",s:"16.4",si:"16.4"}],["2024-03-05",{c:"117",ca:"117",e:"117",f:"119",fa:"119",s:"17.4",si:"17.4"}],["2016-09-20",{c:"47",ca:"47",e:"14",f:"43",fa:"43",s:"10",si:"10"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3.2"}],["2018-05-09",{c:"66",ca:"66",e:"14",f:"60",fa:"60",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2021-09-20",{c:"88",ca:"88",e:"88",f:"89",fa:"89",s:"15",si:"15"}],["2017-04-05",{c:"55",ca:"55",e:"15",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2024-06-11",{c:"76",ca:"76",e:"79",f:"127",fa:"127",s:"13.1",si:"13.4"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"57",fa:"57",s:"12",si:"12"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"57",fa:"57",s:"12",si:"12"}],["2025-04-01",{c:"133",ca:"133",e:"133",f:"137",fa:"137",s:"18.4",si:"18.4"}],["2025-11-11",{c:"90",ca:"90",e:"90",f:"145",fa:"145",s:"16.4",si:"16.4"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"3"}],["2021-04-26",{c:"66",ca:"66",e:"79",f:"76",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2020-01-15",{c:"54",ca:"54",e:"79",f:"63",fa:"63",s:"10.1",si:"10.3"}],["2024-01-25",{c:"85",ca:"85",e:"121",f:"113",fa:"113",s:"16.4",si:"16.1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"37",ca:"37",e:"79",f:"47",fa:"47",s:"15.4",si:"15.4"}],["2024-09-16",{c:"76",ca:"76",e:"79",f:"103",fa:"103",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"1.3",si:"1"}],["2020-01-15",{c:"35",ca:"59",e:"79",f:"30",fa:"54",s:"8",si:"8"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"22",fa:"22",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"1.3",si:"1"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"22",fa:"22",s:"5.1",si:"4"}],["2015-07-29",{c:"25",ca:"25",e:"12",f:"13",fa:"14",s:"7",si:"7"}],["2016-09-20",{c:"30",ca:"30",e:"12",f:"49",fa:"49",s:"8",si:"8"}],["2015-07-29",{c:"21",ca:"25",e:"12",f:"9",fa:"18",s:"5.1",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2016-09-20",{c:"30",ca:"30",e:"12",f:"4",fa:"4",s:"10",si:"10"}],["2020-01-15",{c:"16",ca:"18",e:"79",f:"10",fa:"10",s:"6",si:"6"}],["2015-07-29",{c:"≤15",ca:"18",e:"12",f:"10",fa:"10",s:"≤4",si:"≤3.2"}],["2018-04-12",{c:"39",ca:"42",e:"14",f:"31",fa:"31",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2020-09-16",{c:"67",ca:"67",e:"79",f:"68",fa:"68",s:"14",si:"14"}],["2021-09-20",{c:"67",ca:"67",e:"79",f:"68",fa:"68",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2017-02-01",{c:"56",ca:"56",e:"12",f:"50",fa:"50",s:"9.1",si:"9.3"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"14",s:"1",si:"3"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"29",fa:"29",s:"5.1",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2022-03-14",{c:"54",ca:"54",e:"79",f:"38",fa:"38",s:"15.4",si:"15.4"}],["2017-09-19",{c:"50",ca:"51",e:"15",f:"44",fa:"44",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"26",ca:"28",e:"12",f:"16",fa:"16",s:"7",si:"7"}],["2023-06-06",{c:"110",ca:"110",e:"110",f:"114",fa:"114",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"2",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"2",si:"1"}],["2024-09-16",{c:"99",ca:"99",e:"99",f:"28",fa:"28",s:"18",si:"18"}],["2023-04-11",{c:"99",ca:"99",e:"99",f:"112",fa:"112",s:"16.4",si:"16.4"}],["2023-12-11",{c:"99",ca:"99",e:"99",f:"113",fa:"113",s:"17.2",si:"17.2"}],["2023-04-11",{c:"99",ca:"99",e:"99",f:"112",fa:"112",s:"16.4",si:"16.4"}],["2023-12-11",{c:"118",ca:"118",e:"118",f:"97",fa:"97",s:"17.2",si:"17.2"}],["2020-01-15",{c:"51",ca:"51",e:"79",f:"43",fa:"43",s:"11",si:"11"}],["2020-01-15",{c:"57",ca:"57",e:"79",f:"53",fa:"53",s:"11.1",si:"11.3"}],["2022-03-14",{c:"99",ca:"99",e:"99",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2020-01-15",{c:"49",ca:"49",e:"79",f:"47",fa:"47",s:"9",si:"9"}],["2015-07-29",{c:"27",ca:"27",e:"12",f:"1",fa:"4",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2015-09-22",{c:"4",ca:"18",e:"12",f:"41",fa:"41",s:"5",si:"4.2"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"4"}],["2024-03-05",{c:"105",ca:"105",e:"105",f:"106",fa:"106",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2016-03-08",{c:"42",ca:"42",e:"13",f:"45",fa:"45",s:"9",si:"9"}],["2023-09-18",{c:"117",ca:"117",e:"117",f:"63",fa:"63",s:"17",si:"17"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"71",fa:"79",s:"13.1",si:"13"}],["2020-01-15",{c:"55",ca:"55",e:"79",f:"49",fa:"49",s:"12.1",si:"12.2"}],["2023-11-02",{c:"119",ca:"119",e:"119",f:"54",fa:"54",s:"13.1",si:"13.4"}],["2017-03-27",{c:"41",ca:"41",e:"12",f:"22",fa:"22",s:"10.1",si:"10.3"}],["2025-03-31",{c:"121",ca:"121",e:"121",f:"127",fa:"127",s:"18.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15",si:"15"}],["2023-02-14",{c:"58",ca:"58",e:"79",f:"110",fa:"110",s:"10",si:"10"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"16.2",si:"16.2"}],["2022-02-03",{c:"98",ca:"98",e:"98",f:"96",fa:"96",s:"13",si:"13"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"31",fa:"31",s:"11.1",si:"11.3"}],["2017-03-07",{c:"50",ca:"50",e:"12",f:"52",fa:"52",s:"9",si:"9"}],["2020-07-28",{c:"50",ca:"50",e:"12",f:"71",fa:"79",s:"9",si:"9"}],["2025-08-19",{c:"137",ca:"137",e:"137",f:"142",fa:"142",s:"17",si:"17"}],["2017-04-19",{c:"26",ca:"26",e:"12",f:"53",fa:"53",s:"7",si:"7"}],["2023-05-09",{c:"80",ca:"80",e:"80",f:"113",fa:"113",s:"16.4",si:"16.4"}],["2020-11-17",{c:"69",ca:"69",e:"79",f:"83",fa:"83",s:"12.1",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"4",fa:"4",s:"3",si:"1"}],["2018-12-11",{c:"40",ca:"40",e:"18",f:"51",fa:"64",s:"10.1",si:"10.3"}],["2023-03-27",{c:"73",ca:"73",e:"79",f:"101",fa:"101",s:"16.4",si:"16.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-09-12",{c:"105",ca:"105",e:"105",f:"101",fa:"101",s:"16",si:"16"}],["2023-09-18",{c:"83",ca:"83",e:"83",f:"107",fa:"107",s:"17",si:"17"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-03-14",{c:"52",ca:"52",e:"79",f:"69",fa:"79",s:"15.4",si:"15.4"}],["2022-07-26",{c:"52",ca:"52",e:"79",f:"103",fa:"103",s:"15.4",si:"15.4"}],["2023-02-14",{c:"105",ca:"105",e:"105",f:"110",fa:"110",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-09-15",{c:"108",ca:"108",e:"108",f:"130",fa:"130",s:"26",si:"26"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"4",fa:"4",s:"≤4",si:"≤3.2"}],["2025-03-04",{c:"51",ca:"51",e:"12",f:"136",fa:"136",s:"5.1",si:"5"}],["2024-09-16",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"3.2"}],["2023-12-11",{c:"85",ca:"85",e:"85",f:"68",fa:"68",s:"17.2",si:"17.2"}],["2023-09-18",{c:"91",ca:"91",e:"91",f:"33",fa:"33",s:"17",si:"17"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"25",s:"3",si:"1"}],["2023-12-11",{c:"59",ca:"59",e:"79",f:"98",fa:"98",s:"17.2",si:"17.2"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"60",fa:"60",s:"13",si:"13"}],["2016-08-02",{c:"25",ca:"25",e:"14",f:"23",fa:"23",s:"7",si:"7"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"31",fa:"31",s:"10.1",si:"10.3"}],["2015-09-30",{c:"28",ca:"28",e:"12",f:"22",fa:"22",s:"9",si:"9"}],["2020-01-15",{c:"61",ca:"61",e:"79",f:"55",fa:"55",s:"11",si:"11"}],["2015-07-29",{c:"16",ca:"18",e:"12",f:"4",fa:"4",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2017-04-05",{c:"49",ca:"49",e:"15",f:"31",fa:"31",s:"9.1",si:"9.3"}],["2017-10-24",{c:"62",ca:"62",e:"14",f:"22",fa:"22",s:"10",si:"10"}],["2015-07-29",{c:"≤4",ca:"18",e:"12",f:"≤2",fa:"4",s:"≤3.1",si:"≤2"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"6",fa:"6",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-02-20",{c:"111",ca:"111",e:"111",f:"123",fa:"123",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"4",si:"5"}],["2020-01-15",{c:"10",ca:"18",e:"79",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"55",fa:"55",s:"11.1",si:"11.3"}],["2020-01-15",{c:"12",ca:"18",e:"79",f:"49",fa:"49",s:"6",si:"6"}],["2025-09-16",{c:"131",ca:"131",e:"131",f:"143",fa:"143",s:"18.4",si:"18.4"}],["2024-09-03",{c:"120",ca:"120",e:"120",f:"130",fa:"130",s:"17.2",si:"17.2"}],["2023-09-18",{c:"31",ca:"31",e:"12",f:"6",fa:"6",s:"17",si:"4.2"}],["2015-07-29",{c:"15",ca:"18",e:"12",f:"1",fa:"4",s:"6",si:"6"}],["2022-03-14",{c:"37",ca:"37",e:"79",f:"98",fa:"98",s:"15.4",si:"15.4"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"49",fa:"49",s:"16.4",si:"16.4"}],["2023-08-01",{c:"17",ca:"18",e:"79",f:"116",fa:"116",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"58",ca:"58",e:"79",f:"53",fa:"53",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["≤2017-04-05",{c:"1",ca:"18",e:"≤15",f:"3",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-12-12",{c:"128",ca:"128",e:"128",f:"20",fa:"20",s:"26.2",si:"26.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"61",ca:"61",e:"79",f:"33",fa:"33",s:"11",si:"11"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1",fa:"4",s:"4",si:"3.2"}],["2016-03-21",{c:"31",ca:"31",e:"12",f:"12",fa:"14",s:"9.1",si:"9.3"}],["2019-09-19",{c:"14",ca:"18",e:"18",f:"20",fa:"20",s:"10.1",si:"13"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"3.2"}],["2022-05-03",{c:"98",ca:"98",e:"98",f:"100",fa:"100",s:"13.1",si:"13.4"}],["2020-01-15",{c:"43",ca:"43",e:"79",f:"46",fa:"46",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1.5",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2019-03-25",{c:"42",ca:"42",e:"13",f:"38",fa:"38",s:"12.1",si:"12.2"}],["2021-11-02",{c:"77",ca:"77",e:"79",f:"94",fa:"94",s:"13.1",si:"13.4"}],["2021-09-20",{c:"93",ca:"93",e:"93",f:"91",fa:"91",s:"15",si:"15"}],["2025-12-12",{c:"76",ca:"76",e:"79",f:"89",fa:"89",s:"26.2",si:"26.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"118",fa:"118",s:"15.4",si:"15.4"}],["2017-03-27",{c:"52",ca:"52",e:"14",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2018-04-30",{c:"38",ca:"38",e:"17",f:"47",fa:"35",s:"9",si:"9"}],["2021-09-20",{c:"56",ca:"56",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2020-09-16",{c:"63",ca:"63",e:"17",f:"47",fa:"36",s:"14",si:"14"}],["2020-02-07",{c:"40",ca:"40",e:"80",f:"58",fa:"28",s:"9",si:"9"}],["2016-06-07",{c:"34",ca:"34",e:"12",f:"47",fa:"47",s:"9.1",si:"9.3"}],["2017-03-27",{c:"42",ca:"42",e:"14",f:"39",fa:"39",s:"10.1",si:"10.3"}],["2024-10-29",{c:"103",ca:"103",e:"103",f:"132",fa:"132",s:"17.2",si:"17.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"8",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2020-01-15",{c:"38",ca:"38",e:"79",f:"28",fa:"28",s:"10.1",si:"10.3"}],["2021-04-26",{c:"89",ca:"89",e:"89",f:"82",fa:"82",s:"14.1",si:"14.5"}],["2016-09-07",{c:"53",ca:"53",e:"12",f:"35",fa:"35",s:"9.1",si:"9.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-11-02",{c:"46",ca:"46",e:"79",f:"94",fa:"94",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"29",ca:"29",e:"12",f:"20",fa:"20",s:"9",si:"9"}],["2021-04-26",{c:"84",ca:"84",e:"84",f:"63",fa:"63",s:"14.1",si:"14.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-04-04",{c:"135",ca:"135",e:"135",f:"129",fa:"129",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"24",fa:"24",s:"3.1",si:"2"}],["2022-03-14",{c:"86",ca:"86",e:"86",f:"85",fa:"85",s:"15.4",si:"15.4"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2016-09-20",{c:"36",ca:"36",e:"14",f:"39",fa:"39",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2026-03-24",{c:"109",ca:"109",e:"109",f:"149",fa:"149",s:"26.2",si:"26.2"}],["2021-09-07",{c:"56",ca:"56",e:"79",f:"92",fa:"92",s:"11",si:"11"}],["2017-04-05",{c:"48",ca:"48",e:"15",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"33",ca:"33",e:"79",f:"32",fa:"32",s:"9",si:"9"}],["2020-01-15",{c:"35",ca:"35",e:"79",f:"41",fa:"41",s:"10",si:"10"}],["2020-03-24",{c:"79",ca:"79",e:"17",f:"62",fa:"62",s:"13.1",si:"13.4"}],["2022-11-15",{c:"101",ca:"101",e:"101",f:"107",fa:"107",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-07-25",{c:"127",ca:"127",e:"127",f:"118",fa:"118",s:"17",si:"17"}],["2020-01-15",{c:"62",ca:"62",e:"79",f:"62",fa:"62",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-01-06",{c:"97",ca:"97",e:"97",f:"34",fa:"34",s:"9",si:"9"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"97",ca:"97",e:"97",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-13",{c:"111",ca:"111",e:"111",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"52",ca:"52",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"63",ca:"63",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"34",ca:"34",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2020-01-15",{c:"52",ca:"52",e:"79",f:"34",fa:"34",s:"9.1",si:"9.3"}],["2018-09-05",{c:"62",ca:"62",e:"17",f:"62",fa:"62",s:"11",si:"11"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-09-12",{c:"89",ca:"89",e:"79",f:"89",fa:"89",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2023-03-27",{c:"77",ca:"77",e:"79",f:"98",fa:"98",s:"16.4",si:"16.4"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-27",{c:"35",ca:"35",e:"12",f:"29",fa:"32",s:"10.1",si:"10.3"}],["2016-09-20",{c:"39",ca:"39",e:"13",f:"26",fa:"26",s:"10",si:"10"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"3.5",fa:"4",s:"5",si:"≤3"}],["2015-07-29",{c:"11",ca:"18",e:"12",f:"3.5",fa:"4",s:"5.1",si:"5"}],["2024-09-16",{c:"125",ca:"125",e:"125",f:"128",fa:"128",s:"18",si:"18"}],["2026-02-14",{c:"145",ca:"145",e:"145",f:"144",fa:"144",s:"26.2",si:"26.2"}],["2020-01-15",{c:"71",ca:"71",e:"79",f:"65",fa:"65",s:"12.1",si:"12.2"}],["2024-06-11",{c:"111",ca:"111",e:"111",f:"127",fa:"127",s:"16.2",si:"16.2"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"3.6",fa:"4",s:"7",si:"7"}],["2017-10-17",{c:"57",ca:"57",e:"16",f:"52",fa:"52",s:"10.1",si:"10.3"}],["2022-10-27",{c:"107",ca:"107",e:"107",f:"66",fa:"66",s:"16",si:"16"}],["2022-03-14",{c:"37",ca:"37",e:"15",f:"48",fa:"48",s:"15.4",si:"15.4"}],["2023-12-19",{c:"105",ca:"105",e:"105",f:"121",fa:"121",s:"15.4",si:"15.4"}],["2020-03-24",{c:"74",ca:"74",e:"79",f:"67",fa:"67",s:"13.1",si:"13.4"}],["2015-07-29",{c:"16",ca:"18",e:"12",f:"11",fa:"14",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4"}],["2020-01-15",{c:"54",ca:"54",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"52",fa:"52",s:"12.1",si:"12.2"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"4",fa:"4",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"36",fa:"36",s:"9",si:"9"}],["2024-09-16",{c:"87",ca:"87",e:"87",f:"88",fa:"88",s:"18",si:"18"}],["2022-04-28",{c:"101",ca:"101",e:"101",f:"96",fa:"96",s:"15",si:"15"}],["2023-09-18",{c:"106",ca:"106",e:"106",f:"98",fa:"98",s:"17",si:"17"}],["2023-09-18",{c:"88",ca:"55",e:"88",f:"43",fa:"43",s:"17",si:"17"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-10-03",{c:"106",ca:"106",e:"106",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"17",fa:"17",s:"5",si:"4"}],["2020-01-15",{c:"20",ca:"25",e:"79",f:"25",fa:"25",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-04-13",{c:"81",ca:"81",e:"81",f:"26",fa:"26",s:"13.1",si:"13.4"}],["2021-10-05",{c:"41",ca:"41",e:"79",f:"93",fa:"93",s:"10",si:"10"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"89",fa:"89",s:"17",si:"17"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"50",fa:"50",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-27",{c:"89",ca:"89",e:"89",f:"108",fa:"108",s:"16.4",si:"16.4"}],["2020-01-15",{c:"39",ca:"39",e:"79",f:"51",fa:"51",s:"10",si:"10"}],["2021-09-20",{c:"58",ca:"58",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2022-08-05",{c:"104",ca:"104",e:"104",f:"72",fa:"79",s:"14.1",si:"14.5"}],["2023-04-11",{c:"102",ca:"102",e:"102",f:"112",fa:"112",s:"15.5",si:"15.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-11-12",{c:"1",ca:"18",e:"13",f:"19",fa:"19",s:"1.2",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.6",fa:"4",s:"3",si:"1"}],["2021-04-26",{c:"20",ca:"25",e:"12",f:"57",fa:"57",s:"14.1",si:"5"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"3"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"6",fa:"6",s:"3.1",si:"2"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.6",fa:"4",s:"4",si:"3.2"}],["2025-08-19",{c:"13",ca:"132",e:"13",f:"50",fa:"142",s:"11.1",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"29",fa:"29",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-16",{c:"4",ca:"57",e:"12",f:"23",fa:"52",s:"3.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-12-07",{c:"66",ca:"66",e:"79",f:"95",fa:"79",s:"12.1",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2018-12-11",{c:"41",ca:"41",e:"12",f:"64",fa:"64",s:"9",si:"9"}],["2019-03-25",{c:"58",ca:"58",e:"16",f:"55",fa:"55",s:"12.1",si:"12.2"}],["2017-09-28",{c:"24",ca:"25",e:"12",f:"29",fa:"56",s:"10",si:"10"}],["2021-04-26",{c:"81",ca:"81",e:"81",f:"86",fa:"86",s:"14.1",si:"14.5"}],["2025-03-04",{c:"129",ca:"129",e:"129",f:"136",fa:"136",s:"16.4",si:"16.4"}],["2021-04-26",{c:"72",ca:"72",e:"79",f:"78",fa:"79",s:"14.1",si:"14.5"}],["2020-09-16",{c:"74",ca:"74",e:"79",f:"75",fa:"79",s:"14",si:"14"}],["2019-09-19",{c:"63",ca:"63",e:"18",f:"58",fa:"58",s:"13",si:"13"}],["2020-09-16",{c:"71",ca:"71",e:"79",f:"76",fa:"79",s:"14",si:"14"}],["2024-04-16",{c:"87",ca:"87",e:"87",f:"125",fa:"125",s:"14.1",si:"14.5"}],["2025-12-12",{c:"135",ca:"135",e:"135",f:"144",fa:"144",s:"26.2",si:"26.2"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"82",fa:"82",s:"14",si:"14"}],["2018-04-12",{c:"55",ca:"55",e:"15",f:"52",fa:"52",s:"11.1",si:"11.3"}],["2020-01-15",{c:"41",ca:"41",e:"79",f:"36",fa:"36",s:"8",si:"8"}],["2026-03-24",{c:"146",ca:"146",e:"146",f:"147",fa:"147",s:"26.4",si:"26.4"}],["2025-03-31",{c:"122",ca:"122",e:"122",f:"131",fa:"131",s:"18.4",si:"18.4"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"7",si:"7"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"1",fa:"4",s:"5",si:"4.2"}],["2018-05-09",{c:"61",ca:"61",e:"16",f:"60",fa:"60",s:"11",si:"11"}],["2026-01-13",{c:"91",ca:"91",e:"91",f:"147",fa:"147",s:"15",si:"15"}],["2023-06-06",{c:"80",ca:"80",e:"80",f:"114",fa:"114",s:"15",si:"15"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"4"}],["2025-04-29",{c:"123",ca:"123",e:"123",f:"138",fa:"138",s:"17.2",si:"17.2"}],["2025-03-31",{c:"114",ca:"114",e:"114",f:"135",fa:"135",s:"18.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"6",fa:"6",s:"1.2",si:"1"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-12-12",{c:"77",ca:"77",e:"79",f:"122",fa:"122",s:"26.2",si:"26.2"}],["2020-01-15",{c:"48",ca:"48",e:"79",f:"50",fa:"50",s:"11",si:"11"}],["2016-09-20",{c:"49",ca:"49",e:"14",f:"44",fa:"44",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-11-21",{c:"109",ca:"109",e:"109",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2024-05-13",{c:"123",ca:"123",e:"123",f:"120",fa:"120",s:"17.5",si:"17.5"}],["2020-07-28",{c:"83",ca:"83",e:"83",f:"69",fa:"79",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-11",{c:"113",ca:"113",e:"113",f:"112",fa:"112",s:"17.2",si:"17.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2025-09-15",{c:"46",ca:"46",e:"79",f:"127",fa:"127",s:"5",si:"26"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"39",fa:"39",s:"11.1",si:"11.3"}],["2021-01-26",{c:"50",ca:"50",e:"79",f:"85",fa:"85",s:"11.1",si:"11.3"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"50",fa:"50",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-19",{c:"77",ca:"77",e:"79",f:"121",fa:"121",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"6",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2021-09-20",{c:"89",ca:"89",e:"89",f:"66",fa:"66",s:"15",si:"15"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"21",fa:"21",s:"7",si:"7"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"8",si:"8"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"5"}],["2020-01-15",{c:"24",ca:"25",e:"79",f:"35",fa:"35",s:"7",si:"7"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"53",fa:"53",s:"15.4",si:"15.4"}],["2015-07-29",{c:"9",ca:"18",e:"12",f:"6",fa:"6",s:"5.1",si:"5"}],["2023-01-12",{c:"109",ca:"109",e:"109",f:"4",fa:"4",s:"5.1",si:"5"}],["2022-04-28",{c:"101",ca:"101",e:"101",f:"63",fa:"63",s:"15.4",si:"15.4"}],["2017-09-19",{c:"53",ca:"53",e:"12",f:"36",fa:"36",s:"11",si:"11"}],["2020-02-04",{c:"80",ca:"80",e:"12",f:"42",fa:"42",s:"8",si:"12.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2023-03-27",{c:"104",ca:"104",e:"104",f:"102",fa:"102",s:"16.4",si:"16.4"}],["2021-04-26",{c:"49",ca:"49",e:"79",f:"25",fa:"25",s:"14.1",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2023-03-27",{c:"60",ca:"60",e:"18",f:"57",fa:"57",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2018-10-02",{c:"6",ca:"18",e:"18",f:"56",fa:"56",s:"6",si:"10.3"}],["2020-07-28",{c:"79",ca:"79",e:"79",f:"75",fa:"79",s:"13.1",si:"13.4"}],["2020-01-15",{c:"46",ca:"46",e:"79",f:"66",fa:"66",s:"11",si:"11"}],["2015-07-29",{c:"18",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"1"}],["2020-01-15",{c:"41",ca:"41",e:"79",f:"32",fa:"32",s:"8",si:"8"}],["2020-01-15",{c:"≤79",ca:"≤79",e:"79",f:"≤23",fa:"≤23",s:"≤9.1",si:"≤9.3"}],["2022-09-02",{c:"105",ca:"105",e:"105",f:"103",fa:"103",s:"15.6",si:"15.6"}],["2023-09-18",{c:"66",ca:"66",e:"79",f:"115",fa:"115",s:"17",si:"17"}],["2022-09-12",{c:"55",ca:"55",e:"79",f:"72",fa:"79",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-07",{c:"50",ca:"50",e:"12",f:"52",fa:"52",s:"9",si:"9"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"14",fa:"14",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2026-01-13",{c:"102",ca:"102",e:"102",f:"147",fa:"147",s:"26.2",si:"26.2"}],["2021-10-25",{c:"57",ca:"57",e:"12",f:"58",fa:"58",s:"15",si:"15.1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-12-11",{c:"120",ca:"120",e:"120",f:"117",fa:"117",s:"17.2",si:"17.2"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"84",fa:"84",s:"9",si:"9"}],["2023-03-27",{c:"20",ca:"42",e:"14",f:"22",fa:"22",s:"7",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"9",si:"9"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-07-28",{c:"75",ca:"75",e:"79",f:"70",fa:"79",s:"13",si:"13"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2020-01-15",{c:"32",ca:"32",e:"79",f:"36",fa:"36",s:"10",si:"10"}],["2022-03-14",{c:"93",ca:"93",e:"93",f:"92",fa:"92",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"32",ca:"32",e:"79",f:"36",fa:"36",s:"10",si:"10"}],["2015-07-29",{c:"24",ca:"25",e:"12",f:"24",fa:"24",s:"8",si:"8"}],["2021-04-26",{c:"80",ca:"80",e:"80",f:"71",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"10",fa:"10",s:"8",si:"8"}],["2015-07-29",{c:"10",ca:"18",e:"12",f:"6",fa:"6",s:"8",si:"8"}],["2015-07-29",{c:"29",ca:"29",e:"12",f:"24",fa:"24",s:"8",si:"8"}],["2016-08-02",{c:"27",ca:"27",e:"14",f:"29",fa:"29",s:"8",si:"8"}],["2018-04-30",{c:"24",ca:"25",e:"17",f:"25",fa:"25",s:"8",si:"9"}],["2021-04-26",{c:"35",ca:"35",e:"12",f:"25",fa:"25",s:"14.1",si:"14.5"}],["2023-03-27",{c:"69",ca:"69",e:"79",f:"105",fa:"105",s:"16.4",si:"16.4"}],["2023-05-09",{c:"111",ca:"111",e:"111",f:"113",fa:"113",s:"15.4",si:"15.4"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"1.5",fa:"4",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"2",si:"1"}],["≤2020-03-24",{c:"≤80",ca:"≤80",e:"≤80",f:"1.5",fa:"4",s:"≤13.1",si:"≤13.4"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2023-03-27",{c:"108",ca:"109",e:"108",f:"111",fa:"111",s:"16.4",si:"16.4"}],["2023-03-27",{c:"94",ca:"94",e:"94",f:"88",fa:"88",s:"16.4",si:"16.4"}],["2017-04-05",{c:"1",ca:"18",e:"15",f:"1.5",fa:"4",s:"1.2",si:"1"}],["≤2018-10-02",{c:"10",ca:"18",e:"≤18",f:"4",fa:"4",s:"7",si:"7"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"66",fa:"66",s:"17",si:"17"}],["2022-09-12",{c:"90",ca:"90",e:"90",f:"81",fa:"81",s:"16",si:"16"}],["2020-03-24",{c:"68",ca:"68",e:"79",f:"61",fa:"61",s:"13.1",si:"13.4"}],["2018-10-02",{c:"23",ca:"25",e:"18",f:"49",fa:"49",s:"7",si:"7"}],["2022-09-12",{c:"63",ca:"63",e:"18",f:"59",fa:"59",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2019-01-29",{c:"50",ca:"50",e:"12",f:"65",fa:"65",s:"10",si:"10"}],["2024-12-11",{c:"15",ca:"18",e:"79",f:"95",fa:"95",s:"18.2",si:"18.2"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"1.5",fa:"4",s:"5",si:"4"}],["2015-07-29",{c:"33",ca:"33",e:"12",f:"18",fa:"18",s:"7",si:"7"}],["2024-03-22",{c:"123",ca:"123",e:"123",f:"≤66",fa:"≤66",s:"≤12",si:"≤12"}],["2021-04-26",{c:"60",ca:"60",e:"79",f:"84",fa:"84",s:"14.1",si:"14.5"}],["2025-09-15",{c:"124",ca:"124",e:"124",f:"128",fa:"128",s:"26",si:"26"}],["2023-03-27",{c:"94",ca:"94",e:"94",f:"99",fa:"99",s:"16.4",si:"16.4"}],["2015-09-16",{c:"6",ca:"18",e:"12",f:"7",fa:"7",s:"8",si:"9"}],["2022-09-12",{c:"44",ca:"44",e:"79",f:"46",fa:"46",s:"16",si:"16"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2016-03-21",{c:"38",ca:"38",e:"13",f:"38",fa:"38",s:"9.1",si:"9.3"}],["2020-01-15",{c:"57",ca:"57",e:"79",f:"51",fa:"51",s:"10.1",si:"10.3"}],["2020-01-15",{c:"47",ca:"47",e:"79",f:"51",fa:"51",s:"9",si:"9"}],["2020-01-15",{c:"59",ca:"59",e:"79",f:"3",fa:"4",s:"8",si:"8"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.6",fa:"4",s:"4",si:"3.2"}],["2020-07-28",{c:"55",ca:"55",e:"12",f:"59",fa:"79",s:"13",si:"13"}],["2025-01-27",{c:"116",ca:"116",e:"116",f:"125",fa:"125",s:"17",si:"18.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3",fa:"4",s:"4",si:"3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"76",ca:"76",e:"79",f:"67",fa:"67",s:"12.1",si:"13"}],["2022-05-31",{c:"96",ca:"96",e:"96",f:"101",fa:"101",s:"14.1",si:"14.5"}],["2020-01-15",{c:"74",ca:"74",e:"79",f:"63",fa:"64",s:"10.1",si:"10.3"}],["2023-12-11",{c:"73",ca:"73",e:"79",f:"78",fa:"79",s:"17.2",si:"17.2"}],["2023-12-11",{c:"86",ca:"86",e:"86",f:"101",fa:"101",s:"17.2",si:"17.2"}],["2023-06-06",{c:"1",ca:"18",e:"12",f:"1",fa:"114",s:"1.1",si:"1"}],["2025-05-01",{c:"136",ca:"136",e:"136",f:"97",fa:"97",s:"15.4",si:"15.4"}],["2019-09-19",{c:"63",ca:"63",e:"12",f:"6",fa:"6",s:"13",si:"13"}],["2015-07-29",{c:"6",ca:"18",e:"12",f:"6",fa:"6",s:"6",si:"7"}],["2015-07-29",{c:"32",ca:"32",e:"12",f:"29",fa:"29",s:"8",si:"8"}],["2020-07-28",{c:"76",ca:"76",e:"79",f:"71",fa:"79",s:"13",si:"13"}],["2020-09-16",{c:"85",ca:"85",e:"85",f:"79",fa:"79",s:"14",si:"14"}],["2018-10-02",{c:"63",ca:"63",e:"18",f:"58",fa:"58",s:"11.1",si:"11.3"}],["2025-01-07",{c:"128",ca:"128",e:"128",f:"134",fa:"134",s:"18.2",si:"18.2"}],["2024-03-05",{c:"119",ca:"119",e:"119",f:"121",fa:"121",s:"17.4",si:"17.4"}],["2016-09-20",{c:"49",ca:"49",e:"12",f:"18",fa:"18",s:"10",si:"10"}],["2023-03-27",{c:"50",ca:"50",e:"17",f:"44",fa:"48",s:"16",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2020-03-24",{c:"63",ca:"63",e:"79",f:"49",fa:"49",s:"13.1",si:"13.4"}],["2020-07-28",{c:"71",ca:"71",e:"79",f:"69",fa:"79",s:"12.1",si:"12.2"}],["2021-04-26",{c:"87",ca:"87",e:"87",f:"70",fa:"79",s:"14.1",si:"14.5"}],["2026-01-13",{c:"118",ca:"118",e:"118",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2020-07-28",{c:"1",ca:"18",e:"13",f:"78",fa:"79",s:"4",si:"3.2"}],["2026-03-24",{c:"89",ca:"89",e:"89",f:"102",fa:"102",s:"26.4",si:"26.4"}],["2024-01-23",{c:"119",ca:"119",e:"119",f:"122",fa:"122",s:"17.2",si:"17.2"}],["2021-09-20",{c:"85",ca:"85",e:"85",f:"87",fa:"87",s:"15",si:"15"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-05-01",{c:"136",ca:"136",e:"136",f:"134",fa:"134",s:"18.2",si:"18.2"}],["2024-07-09",{c:"85",ca:"85",e:"85",f:"128",fa:"128",s:"16.4",si:"16.4"}],["2024-09-16",{c:"125",ca:"125",e:"125",f:"128",fa:"128",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.6",fa:"4",s:"5",si:"4"}],["2026-03-24",{c:"96",ca:"96",e:"96",f:"149",fa:"149",s:"16.4",si:"16.4"}],["2015-07-29",{c:"24",ca:"25",e:"12",f:"23",fa:"23",s:"7",si:"7"}],["2023-03-27",{c:"69",ca:"69",e:"79",f:"99",fa:"99",s:"16.4",si:"16.4"}],["2024-10-29",{c:"83",ca:"83",e:"83",f:"132",fa:"132",s:"15.4",si:"15.4"}],["2025-05-27",{c:"134",ca:"134",e:"134",f:"139",fa:"139",s:"18.4",si:"18.4"}],["2024-07-09",{c:"111",ca:"111",e:"111",f:"128",fa:"128",s:"16.4",si:"16.4"}],["2020-07-28",{c:"64",ca:"64",e:"79",f:"69",fa:"79",s:"13.1",si:"13.4"}],["2022-09-12",{c:"68",ca:"68",e:"79",f:"62",fa:"62",s:"16",si:"16"}],["2018-10-23",{c:"1",ca:"18",e:"12",f:"63",fa:"63",s:"3",si:"1"}],["2023-03-27",{c:"54",ca:"54",e:"17",f:"45",fa:"45",s:"16.4",si:"16.4"}],["2017-09-19",{c:"29",ca:"29",e:"12",f:"35",fa:"35",s:"11",si:"11"}],["2020-07-27",{c:"84",ca:"84",e:"84",f:"67",fa:"67",s:"9.1",si:"9.3"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2020-01-15",{c:"65",ca:"65",e:"79",f:"52",fa:"52",s:"12.1",si:"12.2"}],["2026-01-13",{c:"111",ca:"111",e:"111",f:"147",fa:"147",s:"17.2",si:"17.2"}],["2023-11-21",{c:"111",ca:"111",e:"111",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-05-17",{c:"125",ca:"125",e:"125",f:"118",fa:"118",s:"17.2",si:"17.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"38",fa:"38",s:"5",si:"4.2"}],["2024-12-11",{c:"128",ca:"128",e:"128",f:"38",fa:"38",s:"18.2",si:"18.2"}],["2024-12-11",{c:"84",ca:"84",e:"84",f:"38",fa:"38",s:"18.2",si:"18.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"65",fa:"65",s:"11.1",si:"11.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2025-12-12",{c:"143",ca:"143",e:"143",f:"146",fa:"146",s:"26.2",si:"26.2"}],["2020-01-15",{c:"27",ca:"27",e:"79",f:"32",fa:"32",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2023-03-27",{c:"38",ca:"39",e:"79",f:"43",fa:"43",s:"16.4",si:"16.4"}],["2025-03-31",{c:"84",ca:"84",e:"84",f:"126",fa:"126",s:"16.4",si:"18.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"2"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"113",fa:"113",s:"17",si:"17"}],["2022-03-14",{c:"61",ca:"61",e:"79",f:"36",fa:"36",s:"15.4",si:"15.4"}],["2020-09-16",{c:"61",ca:"61",e:"79",f:"36",fa:"36",s:"14",si:"14"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"69",ca:"69",e:"79",f:"68",fa:"68",s:"11",si:"11"}],["2024-10-01",{c:"80",ca:"80",e:"80",f:"131",fa:"131",s:"16.1",si:"16.1"}],["2025-12-12",{c:"121",ca:"121",e:"121",f:"64",fa:"64",s:"26.2",si:"26.2"}],["2024-12-11",{c:"94",ca:"94",e:"94",f:"97",fa:"97",s:"18.2",si:"18.2"}],["2024-12-11",{c:"121",ca:"121",e:"121",f:"64",fa:"64",s:"18.2",si:"18.2"}],["2025-12-12",{c:"114",ca:"114",e:"114",f:"109",fa:"109",s:"26.2",si:"26.2"}],["2023-10-13",{c:"118",ca:"118",e:"118",f:"118",fa:"118",s:"17",si:"17"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"4",fa:"4",s:"5",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-07",{c:"11",ca:"18",e:"12",f:"52",fa:"52",s:"5.1",si:"5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2020-01-15",{c:"6",ca:"18",e:"79",f:"6",fa:"45",s:"5",si:"5"}],["2023-03-27",{c:"65",ca:"65",e:"79",f:"61",fa:"61",s:"16.4",si:"16.4"}],["2018-04-30",{c:"45",ca:"45",e:"17",f:"44",fa:"44",s:"11.1",si:"11.3"}],["2015-07-29",{c:"38",ca:"38",e:"12",f:"13",fa:"14",s:"8",si:"8"}],["2024-06-11",{c:"122",ca:"122",e:"122",f:"127",fa:"127",s:"17",si:"17"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2020-07-28",{c:"73",ca:"73",e:"79",f:"72",fa:"79",s:"13.1",si:"13.4"}],["2026-02-24",{c:"135",ca:"135",e:"135",f:"148",fa:"148",s:"18.4",si:"18.4"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"62",fa:"62",s:"10.1",si:"10.3"}],["2020-01-15",{c:"37",ca:"37",e:"79",f:"54",fa:"54",s:"10.1",si:"10.3"}],["2021-12-13",{c:"68",ca:"89",e:"79",f:"79",fa:"79",s:"15.2",si:"15.2"}],["2020-01-15",{c:"53",ca:"53",e:"79",f:"63",fa:"63",s:"10",si:"10"}],["2023-03-27",{c:"92",ca:"92",e:"92",f:"92",fa:"92",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2020-01-15",{c:"19",ca:"25",e:"79",f:"4",fa:"4",s:"6",si:"6"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"2"}],["2020-01-15",{c:"18",ca:"18",e:"79",f:"55",fa:"55",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2018-09-05",{c:"33",ca:"33",e:"14",f:"49",fa:"62",s:"7",si:"7"}],["2017-11-28",{c:"9",ca:"47",e:"12",f:"2",fa:"57",s:"5.1",si:"5"}],["2020-01-15",{c:"60",ca:"60",e:"79",f:"55",fa:"55",s:"11.1",si:"11.3"}],["2017-03-27",{c:"38",ca:"38",e:"13",f:"38",fa:"38",s:"10.1",si:"10.3"}],["2020-01-15",{c:"70",ca:"70",e:"79",f:"3",fa:"4",s:"10.1",si:"10.3"}],["2024-08-06",{c:"117",ca:"117",e:"117",f:"129",fa:"129",s:"17.5",si:"17.5"}],["2024-05-17",{c:"125",ca:"125",e:"125",f:"126",fa:"126",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-09-16",{c:"77",ca:"77",e:"79",f:"65",fa:"65",s:"14",si:"14"}],["2019-09-19",{c:"56",ca:"56",e:"16",f:"59",fa:"59",s:"13",si:"13"}],["2023-12-05",{c:"119",ca:"120",e:"85",f:"65",fa:"65",s:"11.1",si:"11.3"}],["2023-09-18",{c:"61",ca:"61",e:"79",f:"57",fa:"57",s:"17",si:"17"}],["2022-06-28",{c:"67",ca:"67",e:"79",f:"102",fa:"102",s:"14.1",si:"14.5"}],["2022-03-14",{c:"92",ca:"92",e:"92",f:"90",fa:"90",s:"15.4",si:"15.4"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"29",fa:"29",s:"9",si:"9"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"40",fa:"40",s:"9",si:"9"}],["2020-01-15",{c:"73",ca:"73",e:"79",f:"67",fa:"67",s:"13",si:"13"}],["2016-09-20",{c:"34",ca:"34",e:"12",f:"31",fa:"31",s:"10",si:"10"}],["2017-04-05",{c:"57",ca:"57",e:"15",f:"48",fa:"48",s:"10",si:"10"}],["2015-09-30",{c:"41",ca:"41",e:"12",f:"34",fa:"34",s:"9",si:"9"}],["2015-09-30",{c:"41",ca:"36",e:"12",f:"24",fa:"24",s:"9",si:"9"}],["2020-08-27",{c:"85",ca:"85",e:"85",f:"77",fa:"79",s:"13.1",si:"13.4"}],["2015-09-30",{c:"41",ca:"36",e:"12",f:"17",fa:"17",s:"9",si:"9"}],["2020-01-15",{c:"66",ca:"66",e:"79",f:"61",fa:"61",s:"12",si:"12"}],["2023-10-24",{c:"111",ca:"111",e:"111",f:"119",fa:"119",s:"16.4",si:"16.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2022-03-14",{c:"98",ca:"98",e:"98",f:"94",fa:"94",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2023-09-15",{c:"117",ca:"117",e:"117",f:"71",fa:"79",s:"16",si:"16"}],["2015-09-30",{c:"28",ca:"28",e:"12",f:"22",fa:"22",s:"9",si:"9"}],["2016-09-20",{c:"2",ca:"18",e:"12",f:"49",fa:"49",s:"4",si:"3.2"}],["2020-01-15",{c:"1",ca:"18",e:"79",f:"3",fa:"4",s:"3",si:"2"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"3",fa:"4",s:"6",si:"6"}],["2015-09-30",{c:"38",ca:"38",e:"12",f:"36",fa:"36",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2021-08-10",{c:"42",ca:"42",e:"79",f:"91",fa:"91",s:"13.1",si:"13.4"}],["2018-10-02",{c:"1",ca:"18",e:"18",f:"1.5",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"2"}],["2024-12-11",{c:"89",ca:"89",e:"89",f:"131",fa:"131",s:"18.2",si:"18.2"}],["2015-11-12",{c:"26",ca:"26",e:"13",f:"22",fa:"22",s:"8",si:"8"}],["2020-01-15",{c:"62",ca:"62",e:"79",f:"53",fa:"53",s:"11",si:"11"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-09-12",{c:"47",ca:"47",e:"12",f:"49",fa:"49",s:"16",si:"16"}],["2022-03-14",{c:"48",ca:"48",e:"79",f:"48",fa:"48",s:"15.4",si:"15.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2022-03-14",{c:"64",ca:"64",e:"79",f:"70",fa:"79",s:"15.4",si:"15.4"}],["2025-12-12",{c:"121",ca:"121",e:"121",f:"137",fa:"137",s:"26.2",si:"26.2"}],["2022-03-03",{c:"99",ca:"99",e:"99",f:"46",fa:"46",s:"7",si:"7"}],["2020-01-15",{c:"38",ca:"38",e:"79",f:"19",fa:"19",s:"10.1",si:"10.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2026-03-13",{c:"146",ca:"146",e:"146",f:"121",fa:"121",s:"15",si:"15"}],["2026-03-13",{c:"146",ca:"146",e:"146",f:"121",fa:"121",s:"15",si:"15"}],["2020-09-16",{c:"48",ca:"48",e:"79",f:"41",fa:"41",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"7",fa:"7",s:"1.3",si:"1"}],["2015-07-29",{c:"2",ca:"18",e:"12",f:"3.5",fa:"4",s:"1.1",si:"1"}],["2017-04-05",{c:"4",ca:"18",e:"15",f:"49",fa:"49",s:"3",si:"2"}],["2015-07-29",{c:"23",ca:"25",e:"12",f:"31",fa:"31",s:"6",si:"6"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-11-19",{c:"87",ca:"87",e:"87",f:"70",fa:"79",s:"12.1",si:"12.2"}],["2020-07-28",{c:"33",ca:"33",e:"12",f:"74",fa:"79",s:"12.1",si:"12.2"}],["2024-10-17",{c:"130",ca:"130",e:"130",f:"124",fa:"124",s:"17.5",si:"17.5"}],["2024-05-13",{c:"114",ca:"114",e:"114",f:"121",fa:"121",s:"17.5",si:"17.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3"}],["2017-10-24",{c:"62",ca:"62",e:"14",f:"22",fa:"22",s:"10",si:"10"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2019-09-19",{c:"36",ca:"36",e:"12",f:"52",fa:"52",s:"13",si:"9.3"}],["2024-03-05",{c:"114",ca:"114",e:"114",f:"122",fa:"122",s:"17.4",si:"17.4"}],["2024-04-16",{c:"118",ca:"118",e:"118",f:"125",fa:"125",s:"13.1",si:"13.4"}],["2015-09-30",{c:"36",ca:"36",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2022-03-14",{c:"36",ca:"36",e:"12",f:"16",fa:"16",s:"15.4",si:"15.4"}],["2024-08-06",{c:"117",ca:"117",e:"117",f:"129",fa:"129",s:"17.4",si:"17.4"}],["2015-09-30",{c:"26",ca:"26",e:"12",f:"16",fa:"16",s:"9",si:"9"}],["2023-03-14",{c:"19",ca:"25",e:"79",f:"111",fa:"111",s:"6",si:"6"}],["2023-03-13",{c:"111",ca:"111",e:"111",f:"108",fa:"108",s:"15.4",si:"15.4"}],["2026-02-24",{c:"83",ca:"83",e:"83",f:"148",fa:"148",s:"26",si:"26"}],["2023-07-21",{c:"115",ca:"115",e:"115",f:"70",fa:"79",s:"15",si:"15"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"38",fa:"38",s:"10",si:"10"}],["2016-09-20",{c:"45",ca:"45",e:"12",f:"37",fa:"37",s:"10",si:"10"}],["2015-07-29",{c:"7",ca:"18",e:"12",f:"4",fa:"4",s:"5.1",si:"4.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2025-09-05",{c:"140",ca:"140",e:"140",f:"133",fa:"133",s:"18.2",si:"18.2"}],["2015-09-30",{c:"44",ca:"44",e:"12",f:"40",fa:"40",s:"9",si:"9"}],["2016-03-21",{c:"41",ca:"41",e:"13",f:"27",fa:"27",s:"9.1",si:"9.3"}],["2023-09-18",{c:"113",ca:"113",e:"113",f:"102",fa:"102",s:"17",si:"17"}],["2018-04-30",{c:"44",ca:"44",e:"17",f:"48",fa:"48",s:"10.1",si:"10.3"}],["2015-07-29",{c:"32",ca:"32",e:"12",f:"19",fa:"19",s:"7",si:"7"}],["2023-12-07",{c:"120",ca:"120",e:"120",f:"115",fa:"115",s:"17",si:"17"}],["2025-09-15",{c:"95",ca:"95",e:"95",f:"142",fa:"142",s:"26",si:"26"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"2",si:"1"}],["2023-11-21",{c:"72",ca:"72",e:"79",f:"120",fa:"120",s:"16.4",si:"16.4"}],["2015-07-29",{c:"4",ca:"18",e:"12",f:"3.5",fa:"4",s:"4",si:"5"}],["2023-11-02",{c:"119",ca:"119",e:"119",f:"88",fa:"88",s:"16.5",si:"16.5"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"≤4",si:"≤3.2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-04-18",{c:"124",ca:"124",e:"124",f:"120",fa:"120",s:"17.4",si:"17.4"}],["2015-07-29",{c:"3",ca:"18",e:"12",f:"3.5",fa:"4",s:"3.1",si:"3"}],["2025-10-14",{c:"125",ca:"125",e:"125",f:"144",fa:"144",s:"18.2",si:"18.2"}],["2025-10-14",{c:"111",ca:"111",e:"111",f:"144",fa:"144",s:"18",si:"18"}],["2022-12-05",{c:"108",ca:"108",e:"108",f:"101",fa:"101",s:"15.4",si:"15.4"}],["2017-10-17",{c:"26",ca:"26",e:"16",f:"19",fa:"19",s:"7",si:"7"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1.3",si:"1"}],["2021-08-10",{c:"61",ca:"61",e:"79",f:"91",fa:"68",s:"13",si:"13"}],["2017-10-17",{c:"57",ca:"57",e:"16",f:"52",fa:"52",s:"11",si:"11"}],["2021-04-26",{c:"85",ca:"85",e:"85",f:"78",fa:"79",s:"14.1",si:"14.5"}],["2021-10-25",{c:"75",ca:"75",e:"79",f:"78",fa:"79",s:"15.1",si:"15.1"}],["2022-05-03",{c:"95",ca:"95",e:"95",f:"100",fa:"100",s:"15.2",si:"15.2"}],["2024-03-05",{c:"114",ca:"114",e:"114",f:"112",fa:"112",s:"17.4",si:"17.4"}],["2024-12-11",{c:"119",ca:"119",e:"119",f:"120",fa:"120",s:"18.2",si:"18.2"}],["2020-10-20",{c:"86",ca:"86",e:"86",f:"78",fa:"79",s:"13.1",si:"13.4"}],["2020-03-24",{c:"69",ca:"69",e:"79",f:"62",fa:"62",s:"13.1",si:"13.4"}],["2021-10-25",{c:"75",ca:"75",e:"18",f:"64",fa:"64",s:"15.1",si:"15.1"}],["2021-11-19",{c:"96",ca:"96",e:"96",f:"79",fa:"79",s:"15.1",si:"15.1"}],["2021-04-26",{c:"69",ca:"69",e:"18",f:"62",fa:"62",s:"14.1",si:"14.5"}],["2023-03-27",{c:"91",ca:"91",e:"91",f:"89",fa:"89",s:"16.4",si:"16.4"}],["2024-12-11",{c:"112",ca:"112",e:"112",f:"121",fa:"121",s:"18.2",si:"18.2"}],["2021-12-13",{c:"74",ca:"88",e:"79",f:"79",fa:"79",s:"15.2",si:"15.2"}],["2024-09-16",{c:"119",ca:"119",e:"119",f:"120",fa:"120",s:"18",si:"18"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"4",si:"3.2"}],["2021-04-26",{c:"84",ca:"84",e:"84",f:"79",fa:"79",s:"14.1",si:"14.5"}],["2015-07-29",{c:"36",ca:"36",e:"12",f:"6",fa:"6",s:"8",si:"8"}],["2015-09-30",{c:"36",ca:"36",e:"12",f:"34",fa:"34",s:"9",si:"9"}],["2020-09-16",{c:"84",ca:"84",e:"84",f:"75",fa:"79",s:"14",si:"14"}],["2021-04-26",{c:"35",ca:"35",e:"12",f:"25",fa:"25",s:"14.1",si:"14.5"}],["2015-07-29",{c:"37",ca:"37",e:"12",f:"34",fa:"34",s:"11",si:"11"}],["2022-03-14",{c:"69",ca:"69",e:"79",f:"96",fa:"96",s:"15.4",si:"15.4"}],["2021-09-07",{c:"67",ca:"70",e:"18",f:"60",fa:"92",s:"13",si:"13"}],["2023-10-24",{c:"85",ca:"85",e:"85",f:"119",fa:"119",s:"16",si:"16"}],["2015-07-29",{c:"9",ca:"25",e:"12",f:"4",fa:"4",s:"5.1",si:"8"}],["2021-09-20",{c:"63",ca:"63",e:"17",f:"30",fa:"30",s:"14",si:"15"}],["2024-10-29",{c:"104",ca:"104",e:"104",f:"132",fa:"132",s:"16.4",si:"16.4"}],["2020-01-15",{c:"47",ca:"47",e:"79",f:"53",fa:"53",s:"12",si:"12"}],["2017-04-19",{c:"33",ca:"33",e:"12",f:"53",fa:"53",s:"9.1",si:"9.3"}],["2020-09-16",{c:"47",ca:"47",e:"79",f:"56",fa:"56",s:"14",si:"14"}],["2015-07-29",{c:"26",ca:"26",e:"12",f:"22",fa:"22",s:"8",si:"8"}],["2018-04-30",{c:"26",ca:"26",e:"17",f:"22",fa:"22",s:"8",si:"8"}],["2022-12-13",{c:"100",ca:"100",e:"100",f:"108",fa:"108",s:"16",si:"16"}],["2021-09-20",{c:"56",ca:"58",e:"79",f:"51",fa:"51",s:"15",si:"15"}],["2024-10-29",{c:"104",ca:"104",e:"104",f:"132",fa:"132",s:"16.4",si:"16.4"}],["2020-09-16",{c:"32",ca:"32",e:"18",f:"65",fa:"65",s:"14",si:"14"}],["2020-01-15",{c:"56",ca:"56",e:"79",f:"22",fa:"24",s:"11",si:"11"}],["2025-10-03",{c:"141",ca:"141",e:"141",f:"117",fa:"117",s:"15.4",si:"15.4"}],["2023-05-09",{c:"76",ca:"76",e:"79",f:"113",fa:"113",s:"15.4",si:"15.4"}],["2020-01-15",{c:"58",ca:"58",e:"79",f:"44",fa:"44",s:"11",si:"11"}],["2015-07-29",{c:"5",ca:"18",e:"12",f:"11",fa:"14",s:"5",si:"4.2"}],["2026-03-24",{c:"97",ca:"97",e:"97",f:"114",fa:"114",s:"26.4",si:"26.4"}],["2015-07-29",{c:"23",ca:"25",e:"12",f:"31",fa:"31",s:"6",si:"8"}],["2020-01-15",{c:"23",ca:"25",e:"79",f:"31",fa:"31",s:"6",si:"8"}],["2021-01-21",{c:"88",ca:"88",e:"88",f:"82",fa:"82",s:"14",si:"14"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2024-03-19",{c:"114",ca:"114",e:"114",f:"124",fa:"124",s:"17.4",si:"17.4"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2020-01-15",{c:"36",ca:"36",e:"79",f:"36",fa:"36",s:"9.1",si:"9.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2015-09-30",{c:"44",ca:"44",e:"12",f:"15",fa:"15",s:"9",si:"9"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"1",si:"1"}],["2017-03-27",{c:"48",ca:"48",e:"12",f:"41",fa:"41",s:"10.1",si:"10.3"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3",si:"1"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"1",fa:"4",s:"3.1",si:"2"}],["2015-07-29",{c:"1",ca:"18",e:"12",f:"3",fa:"4",s:"1",si:"1"}],["2024-05-14",{c:"1",ca:"18",e:"12",f:"126",fa:"126",s:"3.1",si:"3"}],["2026-02-11",{c:"123",ca:"123",e:"123",f:"126",fa:"126",s:"26.3",si:"26.3"}]],ne={w:"WebKit",g:"Gecko",p:"Presto",b:"Blink"},ie={r:"retired",c:"current",b:"beta",n:"nightly",p:"planned",u:"unknown",e:"esr"},e=S=>{const J={};return Object.keys(S).forEach((ee=>{const te=S[ee];if(te&&te.releases){J[ee]||(J[ee]={releases:{}});const S=J[ee].releases;te.releases.forEach((J=>{S[J[0]]={version:J[0],release_date:"u"==J[1]?"unknown":J[1],status:ie[J[2]],engine:J[3]?ne[J[3]]:void 0,engine_version:J[4]}}))}})),J},oe=(()=>{const S=[];return re.forEach((J=>{var ee;S.push({status:{baseline_low_date:J[0],support:(ee=J[1],{chrome:ee.c,chrome_android:ee.ca,edge:ee.e,firefox:ee.f,firefox_android:ee.fa,safari:ee.s,safari_ios:ee.si})}})})),S})(),se=e(ee),ae=e(te);let le=!1;const ue=["chrome","chrome_android","edge","firefox","firefox_android","safari","safari_ios"],pe=Object.keys(se).map((S=>[S,se[S]])).filter((([S])=>ue.includes(S))),de=["webview_android","samsunginternet_android","opera_android","opera"],fe=[...Object.keys(se).map((S=>[S,se[S]])).filter((([S])=>de.includes(S))),...Object.keys(ae).map((S=>[S,ae[S]]))],me=["current","esr","retired","unknown","beta","nightly"];let ge=!1;const d=S=>{if(!1===S.includeDownstreamBrowsers&&!0===S.includeKaiOS){if(console.log(new Error("KaiOS is a downstream browser and can only be included if you include other downstream browsers. Please ensure you use `includeDownstreamBrowsers: true`.")),"undefined"==typeof process||!process.exit)throw new Error("KaiOS configuration error: process.exit is not available");process.exit(1)}},v=S=>S&&S.startsWith("≤")?S.slice(1):S,_=(S,J)=>{if(S===J)return 0;const[ee=0,te=0]=S.split(".",2).map(Number),[re=0,ne=0]=J.split(".",2).map(Number);if(isNaN(ee)||isNaN(te))throw new Error(`Invalid version: ${S}`);if(isNaN(re)||isNaN(ne))throw new Error(`Invalid version: ${J}`);return ee!==re?ee>re?1:-1:te!==ne?te>ne?1:-1:0},h=S=>{let J=[];return S.forEach((S=>{let ee=pe.find((J=>J[0]===S.browser));if(ee){Object.keys(ee[1].releases).map((S=>[S,ee[1].releases[S]])).filter((([,S])=>me.includes(S.status))).sort(((S,J)=>_(S[0],J[0]))).forEach((([ee,te])=>!!me.includes(te.status)&&(1===_(ee,S.version)&&(J.push({browser:S.browser,version:ee,release_date:te.release_date?te.release_date:"unknown"}),!0))))}})),J},m=(S,J=!1)=>{if(S.getFullYear()<2015&&!ge&&console.warn(new Error("There are no browser versions compatible with Baseline before 2015. You may receive unexpected results.")),S.getFullYear()<2002)throw new Error("None of the browsers in the core set were released before 2002. Please use a date after 2002.");if(S.getFullYear()>(new Date).getFullYear())throw new Error("There are no browser versions compatible with Baseline in the future");const ee=(S=>oe.filter((J=>J.status.baseline_low_date&&new Date(J.status.baseline_low_date)<=S)).map((S=>({baseline_low_date:S.status.baseline_low_date,support:S.status.support}))))(S),te=(S=>{let J={};return pe.forEach((S=>{J[S[0]]={browser:S[0],version:"0",release_date:""}})),S.forEach((S=>{Object.keys(S.support).forEach((ee=>{const te=S.support[ee],re=v(te);J[ee]&&1===_(re,v(J[ee].version))&&(J[ee]={browser:ee,version:re,release_date:S.baseline_low_date})}))})),Object.keys(J).map((S=>J[S]))})(ee);return J?[...te,...h(te)].sort(((S,J)=>S.browser<J.browser?-1:S.browser>J.browser?1:_(S.version,J.version))):te},y=(S=[],J=!0,ee=!1)=>{const c=J=>{var ee;return S&&S.length>0?null===(ee=S.filter((S=>S.browser===J)).sort(((S,J)=>_(S.version,J.version)))[0])||void 0===ee?void 0:ee.version:void 0},te=c("chrome"),re=c("firefox");if(!te&&!re)throw new Error("There are no browser versions compatible with Baseline before Chrome and Firefox");let ne=[];return fe.filter((([S])=>!("kai_os"===S&&!ee))).forEach((([S,ee])=>{var ie;if(!ee.releases)return;let oe=Object.keys(ee.releases).map((S=>[S,ee.releases[S]])).filter((([,S])=>{const{engine:J,engine_version:ee}=S;return!(!J||!ee)&&("Blink"===J&&te?_(ee,te)>=0:!("Gecko"!==J||!re)&&_(ee,re)>=0)})).sort(((S,J)=>_(S[0],J[0])));for(let ee=0;ee<oe.length;ee++){const te=oe[ee];if(te){const[ee,re]=te;let oe={browser:S,version:ee,release_date:null!==(ie=re.release_date)&&void 0!==ie?ie:"unknown"};if(re.engine&&re.engine_version&&(oe.engine=re.engine,oe.engine_version=re.engine_version),ne.push(oe),!J)break}}})),ne};function O(S){var J,ee,te,re,ne,ie,oe;let se=null!=S?S:{},ae={listAllCompatibleVersions:null!==(J=se.listAllCompatibleVersions)&&void 0!==J&&J,includeDownstreamBrowsers:null!==(ee=se.includeDownstreamBrowsers)&&void 0!==ee&&ee,widelyAvailableOnDate:null!==(te=se.widelyAvailableOnDate)&&void 0!==te?te:void 0,targetYear:null!==(re=se.targetYear)&&void 0!==re?re:void 0,includeKaiOS:null!==(ne=se.includeKaiOS)&&void 0!==ne&&ne,overrideLastUpdated:null!==(ie=se.overrideLastUpdated)&&void 0!==ie?ie:void 0,suppressWarnings:null!==(oe=se.suppressWarnings)&&void 0!==oe&&oe},ue=new Date;if(d(ae),ae.widelyAvailableOnDate||ae.targetYear)if(ae.targetYear&&ae.widelyAvailableOnDate){if(console.log(new Error("You cannot use targetYear and widelyAvailableOnDate at the same time. Please remove one of these options and try again.")),"undefined"==typeof process||!process.exit)throw new Error("Configuration error: targetYear and widelyAvailableOnDate cannot be used together");process.exit(1)}else ae.widelyAvailableOnDate?ue=new Date(ae.widelyAvailableOnDate):ae.targetYear&&(ue=new Date(`${ae.targetYear}-12-31`));else ue=new Date;(ae.widelyAvailableOnDate||void 0===ae.targetYear)&&ue.setMonth(ue.getMonth()-30);let pe=m(ue,ae.listAllCompatibleVersions);return ae.suppressWarnings||((S,J)=>{if(le||"undefined"!=typeof process&&process.env&&(process.env.BROWSERSLIST_IGNORE_OLD_DATA||process.env.BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA))return;const ee=new Date;ee.setMonth(ee.getMonth()-2),S>ee&&(null!=J?J:1774968778517)<ee.getTime()&&(console.warn("[baseline-browser-mapping] The data in this module is over two months old and you are targetting a recent feature cut off date of "+S.toISOString().slice(0,10)+". To ensure accurate Baseline data, please update to the latest version of this module using the package manager of your choice.You can suppress these warnings using the environment variables `BROWSERSLIST_IGNORE_OLD_DATA=true` or `BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA=true` or by passing `suppressWarnings: true` when you call `getCompatibleVersions()` or `getAllVersions()`."),le=!0)})(ue,ae.overrideLastUpdated),!1===ae.includeDownstreamBrowsers?pe:[...pe,...y(pe,ae.listAllCompatibleVersions,ae.includeKaiOS)]}J._resetHasWarned=function(){le=!1},J.getAllVersions=function(S){var J,ee,te,re,ne;ge=!0;let ie=null!=S?S:{},oe={outputFormat:null!==(J=ie.outputFormat)&&void 0!==J?J:"array",includeDownstreamBrowsers:null!==(ee=ie.includeDownstreamBrowsers)&&void 0!==ee&&ee,useSupports:null!==(te=ie.useSupports)&&void 0!==te&&te,includeKaiOS:null!==(re=ie.includeKaiOS)&&void 0!==re&&re,suppressWarnings:null!==(ne=ie.suppressWarnings)&&void 0!==ne&&ne};d(oe);let se=(new Date).getFullYear()+1;const ae=[...Array(se).keys()].slice(2002),le={};ae.forEach((S=>{le[S]={},O({targetYear:S,suppressWarnings:oe.suppressWarnings}).forEach((J=>{le[S]&&(le[S][J.browser]=J)}))}));const pe=O({suppressWarnings:oe.suppressWarnings}),de={};pe.forEach((S=>{de[S.browser]=S}));const fe=new Date;fe.setMonth(fe.getMonth()+30);const me=O({widelyAvailableOnDate:fe.toISOString().slice(0,10),suppressWarnings:oe.suppressWarnings}),he={};me.forEach((S=>{he[S.browser]=S}));const _e=O({targetYear:2002,listAllCompatibleVersions:!0,suppressWarnings:oe.suppressWarnings}),ye=[];if(ue.forEach((S=>{var J,ee,te,re;let ne=_e.filter((J=>J.browser==S)).sort(((S,J)=>_(S.version,J.version))),ie=null!==(ee=null===(J=de[S])||void 0===J?void 0:J.version)&&void 0!==ee?ee:"0",ue=null!==(re=null===(te=he[S])||void 0===te?void 0:te.version)&&void 0!==re?re:"0";ae.forEach((J=>{var ee;if(le[J]){let te=(null!==(ee=le[J][S])&&void 0!==ee?ee:{version:"0"}).version,re=ne.findIndex((S=>0===_(S.version,te)));(J===se-1?ne:ne.slice(0,re)).forEach((S=>{let ee=_(S.version,ie)>=0,te=_(S.version,ue)>=0,re=Object.assign(Object.assign({},S),{year:J<=2015?"pre_baseline":J-1});oe.useSupports?(ee&&(re.supports="widely"),te&&(re.supports="newly")):re=Object.assign(Object.assign({},re),{wa_compatible:ee}),ye.push(re)})),ne=ne.slice(re,ne.length)}}))})),oe.includeDownstreamBrowsers){y(ye,!0,oe.includeKaiOS).forEach((S=>{let J=ye.find((J=>"chrome"===J.browser&&J.version===S.engine_version));J&&(oe.useSupports?ye.push(Object.assign(Object.assign({},S),{year:J.year,supports:J.supports})):ye.push(Object.assign(Object.assign({},S),{year:J.year,wa_compatible:J.wa_compatible})))}))}if(ye.sort(((S,J)=>{if("pre_baseline"===S.year&&"pre_baseline"!==J.year)return-1;if("pre_baseline"===J.year&&"pre_baseline"!==S.year)return 1;if("pre_baseline"!==S.year&&"pre_baseline"!==J.year){if(S.year<J.year)return-1;if(S.year>J.year)return 1}return S.browser<J.browser?-1:S.browser>J.browser?1:_(S.version,J.version)})),"object"===oe.outputFormat){const S={};return ye.forEach((J=>{S[J.browser]||(S[J.browser]={});let ee={year:J.year,release_date:J.release_date,engine:J.engine,engine_version:J.engine_version};S[J.browser][J.version]=oe.useSupports?J.supports?Object.assign(Object.assign({},ee),{supports:J.supports}):ee:Object.assign(Object.assign({},ee),{wa_compatible:J.wa_compatible})})),null!=S?S:{}}if("csv"===oe.outputFormat){let S=`"browser","version","year","${oe.useSupports?"supports":"wa_compatible"}","release_date","engine","engine_version"`;return ye.forEach((J=>{var ee,te,re,ne;let ie={browser:J.browser,version:J.version,year:J.year,release_date:null!==(ee=J.release_date)&&void 0!==ee?ee:"NULL",engine:null!==(te=J.engine)&&void 0!==te?te:"NULL",engine_version:null!==(re=J.engine_version)&&void 0!==re?re:"NULL"};ie=oe.useSupports?Object.assign(Object.assign({},ie),{supports:null!==(ne=J.supports)&&void 0!==ne?ne:""}):Object.assign(Object.assign({},ie),{wa_compatible:J.wa_compatible}),S+=`\n"${ie.browser}","${ie.version}","${ie.year}","${oe.useSupports?ie.supports:ie.wa_compatible}","${ie.release_date}","${ie.engine}","${ie.engine_version}"`})),S}return ye},J.getCompatibleVersions=O},88785:S=>{"use strict";S.exports=JSON.parse('{"es6.module":{"chrome":"61","and_chr":"61","edge":"16","firefox":"60","and_ff":"60","node":"13.2.0","opera":"48","op_mob":"45","safari":"10.1","ios":"10.3","samsung":"8.2","android":"61","electron":"2.0","ios_saf":"10.3"}}')},53738:S=>{"use strict";S.exports=JSON.parse('{"transform-explicit-resource-management":{"chrome":"134","edge":"134","firefox":"141","node":"24","electron":"35.0"},"transform-duplicate-named-capturing-groups-regex":{"chrome":"126","opera":"112","edge":"126","firefox":"129","safari":"17.4","node":"23","ios":"17.4","electron":"31.0"},"transform-regexp-modifiers":{"chrome":"125","opera":"111","edge":"125","firefox":"132","node":"23","samsung":"27","electron":"31.0"},"transform-unicode-sets-regex":{"chrome":"112","opera":"98","edge":"112","firefox":"116","safari":"17","node":"20","deno":"1.32","ios":"17","samsung":"23","opera_mobile":"75","electron":"24.0"},"bugfix/transform-v8-static-class-fields-redefine-readonly":{"chrome":"98","opera":"84","edge":"98","firefox":"75","safari":"15","node":"12","deno":"1.18","ios":"15","samsung":"11","opera_mobile":"52","electron":"17.0"},"bugfix/transform-firefox-class-in-computed-class-key":{"chrome":"74","opera":"62","edge":"79","firefox":"126","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"bugfix/transform-safari-class-field-initializer-scope":{"chrome":"74","opera":"62","edge":"79","firefox":"69","safari":"16","node":"12","deno":"1","ios":"16","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"proposal-class-static-block":{"chrome":"94","opera":"80","edge":"94","firefox":"93","safari":"16.4","node":"16.11","deno":"1.14","ios":"16.4","samsung":"17","opera_mobile":"66","electron":"15.0"},"transform-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-private-property-in-object":{"chrome":"91","opera":"77","edge":"91","firefox":"90","safari":"15","node":"16.9","deno":"1.9","ios":"15","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"proposal-class-properties":{"chrome":"74","opera":"62","edge":"79","firefox":"90","safari":"14.1","node":"12","deno":"1","ios":"14.5","samsung":"11","opera_mobile":"53","electron":"6.0"},"transform-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-private-methods":{"chrome":"84","opera":"70","edge":"84","firefox":"90","safari":"15","node":"14.6","deno":"1","ios":"15","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"proposal-numeric-separator":{"chrome":"75","opera":"62","edge":"79","firefox":"70","safari":"13","node":"12.5","deno":"1","ios":"13","samsung":"11","rhino":"1.7.14","opera_mobile":"54","electron":"6.0"},"transform-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"proposal-logical-assignment-operators":{"chrome":"85","opera":"71","edge":"85","firefox":"79","safari":"14","node":"15","deno":"1.2","ios":"14","samsung":"14","opera_mobile":"60","electron":"10.0"},"transform-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","rhino":"1.8","opera_mobile":"57","electron":"8.0"},"proposal-nullish-coalescing-operator":{"chrome":"80","opera":"67","edge":"80","firefox":"72","safari":"13.1","node":"14","deno":"1","ios":"13.4","samsung":"13","rhino":"1.8","opera_mobile":"57","electron":"8.0"},"transform-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"proposal-optional-chaining":{"chrome":"91","opera":"77","edge":"91","firefox":"74","safari":"13.1","node":"16.9","deno":"1.9","ios":"13.4","samsung":"16","opera_mobile":"64","electron":"13.0"},"transform-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"proposal-json-strings":{"chrome":"66","opera":"53","edge":"79","firefox":"62","safari":"12","node":"10","deno":"1","ios":"12","samsung":"9","rhino":"1.7.14","opera_mobile":"47","electron":"3.0"},"transform-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-optional-catch-binding":{"chrome":"66","opera":"53","edge":"79","firefox":"58","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-parameters":{"chrome":"49","opera":"36","edge":"18","firefox":"52","safari":"16.3","node":"6","deno":"1","ios":"16.3","samsung":"5","opera_mobile":"36","electron":"0.37"},"transform-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"proposal-async-generator-functions":{"chrome":"63","opera":"50","edge":"79","firefox":"57","safari":"12","node":"10","deno":"1","ios":"12","samsung":"8","opera_mobile":"46","electron":"3.0"},"transform-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"proposal-object-rest-spread":{"chrome":"60","opera":"47","edge":"79","firefox":"55","safari":"11.1","node":"8.3","deno":"1","ios":"11.3","samsung":"8","opera_mobile":"44","electron":"2.0"},"transform-dotall-regex":{"chrome":"62","opera":"49","edge":"79","firefox":"78","safari":"11.1","node":"8.10","deno":"1","ios":"11.3","samsung":"8","rhino":"1.7.15","opera_mobile":"46","electron":"3.0"},"transform-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"proposal-unicode-property-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-named-capturing-groups-regex":{"chrome":"64","opera":"51","edge":"79","firefox":"78","safari":"11.1","node":"10","deno":"1","ios":"11.3","samsung":"9","opera_mobile":"47","electron":"3.0"},"transform-async-to-generator":{"chrome":"55","opera":"42","edge":"15","firefox":"52","safari":"11","node":"7.6","deno":"1","ios":"11","samsung":"6","opera_mobile":"42","electron":"1.6"},"transform-exponentiation-operator":{"chrome":"52","opera":"39","edge":"14","firefox":"52","safari":"10.1","node":"7","deno":"1","ios":"10.3","samsung":"6","rhino":"1.7.14","opera_mobile":"41","electron":"1.3"},"transform-template-literals":{"chrome":"41","opera":"28","edge":"13","firefox":"34","safari":"13","node":"4","deno":"1","ios":"13","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-literals":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-function-name":{"chrome":"51","opera":"38","edge":"79","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-arrow-functions":{"chrome":"47","opera":"34","edge":"13","firefox":"43","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.13","opera_mobile":"34","electron":"0.36"},"transform-block-scoped-functions":{"chrome":"41","opera":"28","edge":"12","firefox":"46","safari":"10","node":"4","deno":"1","ie":"11","ios":"10","samsung":"3.4","opera_mobile":"28","electron":"0.21"},"transform-classes":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-object-super":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-shorthand-properties":{"chrome":"43","opera":"30","edge":"12","firefox":"33","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.14","opera_mobile":"30","electron":"0.27"},"transform-duplicate-keys":{"chrome":"42","opera":"29","edge":"12","firefox":"34","safari":"9","node":"4","deno":"1","ios":"9","samsung":"3.4","opera_mobile":"29","electron":"0.25"},"transform-computed-properties":{"chrome":"44","opera":"31","edge":"12","firefox":"34","safari":"7.1","node":"4","deno":"1","ios":"8","samsung":"4","rhino":"1.8","opera_mobile":"32","electron":"0.30"},"transform-for-of":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-sticky-regex":{"chrome":"49","opera":"36","edge":"13","firefox":"3","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","rhino":"1.7.15","opera_mobile":"36","electron":"0.37"},"transform-unicode-escapes":{"chrome":"44","opera":"31","edge":"12","firefox":"53","safari":"9","node":"4","deno":"1","ios":"9","samsung":"4","rhino":"1.7.15","opera_mobile":"32","electron":"0.30"},"transform-unicode-regex":{"chrome":"50","opera":"37","edge":"13","firefox":"46","safari":"12","node":"6","deno":"1","ios":"12","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-spread":{"chrome":"46","opera":"33","edge":"13","firefox":"45","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-destructuring":{"chrome":"51","opera":"38","edge":"15","firefox":"53","safari":"10","node":"6.5","deno":"1","ios":"10","samsung":"5","opera_mobile":"41","electron":"1.2"},"transform-block-scoping":{"chrome":"50","opera":"37","edge":"14","firefox":"53","safari":"11","node":"6","deno":"1","ios":"11","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-typeof-symbol":{"chrome":"48","opera":"35","edge":"12","firefox":"36","safari":"9","node":"6","deno":"1","ios":"9","samsung":"5","rhino":"1.8","opera_mobile":"35","electron":"0.37"},"transform-new-target":{"chrome":"46","opera":"33","edge":"14","firefox":"41","safari":"10","node":"5","deno":"1","ios":"10","samsung":"5","opera_mobile":"33","electron":"0.36"},"transform-regenerator":{"chrome":"50","opera":"37","edge":"13","firefox":"53","safari":"10","node":"6","deno":"1","ios":"10","samsung":"5","opera_mobile":"37","electron":"1.1"},"transform-member-expression-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-property-literals":{"chrome":"7","opera":"12","edge":"12","firefox":"2","safari":"5.1","node":"0.4","deno":"1","ie":"9","android":"4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"12","electron":"0.20"},"transform-reserved-words":{"chrome":"13","opera":"10.50","edge":"12","firefox":"2","safari":"3.1","node":"0.6","deno":"1","ie":"9","android":"4.4","ios":"6","phantom":"1.9","samsung":"1","rhino":"1.7.13","opera_mobile":"10.1","electron":"0.20"},"transform-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2.0","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"},"proposal-export-namespace-from":{"chrome":"72","deno":"1.0","edge":"79","firefox":"80","node":"13.2.0","opera":"60","opera_mobile":"51","safari":"14.1","ios":"14.5","samsung":"11.0","android":"72","electron":"5.0"}}')},95266:S=>{"use strict";S.exports=JSON.parse('["decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","eval","globalThis","isFinite","isNaN","parseFloat","parseInt","undefined","unescape"]')},50963:S=>{"use strict";S.exports=JSON.parse('["AggregateError","Array","ArrayBuffer","Atomics","BigInt","BigInt64Array","BigUint64Array","Boolean","DataView","Date","Error","EvalError","FinalizationRegistry","Float16Array","Float32Array","Float64Array","Function","Infinity","Int16Array","Int32Array","Int8Array","Intl","Iterator","JSON","Map","Math","NaN","Number","Object","Promise","Proxy","RangeError","ReferenceError","Reflect","RegExp","Set","SharedArrayBuffer","String","Symbol","SyntaxError","TypeError","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray","URIError","WeakMap","WeakRef","WeakSet"]')},62962:S=>{"use strict";S.exports=JSON.parse('{"name":"@babel/preset-typescript","version":"7.28.5","description":"Babel preset for TypeScript.","repository":{"type":"git","url":"https://github.com/babel/babel.git","directory":"packages/babel-preset-typescript"},"license":"MIT","publishConfig":{"access":"public"},"main":"./lib/index.js","keywords":["babel-preset","typescript"],"dependencies":{"@babel/helper-plugin-utils":"^7.27.1","@babel/helper-validator-option":"^7.27.1","@babel/plugin-syntax-jsx":"^7.27.1","@babel/plugin-transform-modules-commonjs":"^7.27.1","@babel/plugin-transform-typescript":"^7.28.5"},"peerDependencies":{"@babel/core":"^7.0.0-0"},"devDependencies":{"@babel/core":"^7.28.5","@babel/helper-plugin-test-runner":"^7.27.1"},"homepage":"https://babel.dev/docs/en/next/babel-preset-typescript","bugs":"https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20typescript%22+is%3Aopen","engines":{"node":">=6.9.0"},"author":"The Babel Team (https://babel.dev/team)","type":"commonjs"}')},17252:S=>{"use strict";S.exports=JSON.parse('[{"name":"nodejs","version":"0.2.0","date":"2011-08-26","lts":false,"security":false,"v8":"2.3.8.0"},{"name":"nodejs","version":"0.3.0","date":"2011-08-26","lts":false,"security":false,"v8":"2.5.1.0"},{"name":"nodejs","version":"0.4.0","date":"2011-08-26","lts":false,"security":false,"v8":"3.1.2.0"},{"name":"nodejs","version":"0.5.0","date":"2011-08-26","lts":false,"security":false,"v8":"3.1.8.25"},{"name":"nodejs","version":"0.6.0","date":"2011-11-04","lts":false,"security":false,"v8":"3.6.6.6"},{"name":"nodejs","version":"0.7.0","date":"2012-01-17","lts":false,"security":false,"v8":"3.8.6.0"},{"name":"nodejs","version":"0.8.0","date":"2012-06-22","lts":false,"security":false,"v8":"3.11.10.10"},{"name":"nodejs","version":"0.9.0","date":"2012-07-20","lts":false,"security":false,"v8":"3.11.10.15"},{"name":"nodejs","version":"0.10.0","date":"2013-03-11","lts":false,"security":false,"v8":"3.14.5.8"},{"name":"nodejs","version":"0.11.0","date":"2013-03-28","lts":false,"security":false,"v8":"3.17.13.0"},{"name":"nodejs","version":"0.12.0","date":"2015-02-06","lts":false,"security":false,"v8":"3.28.73.0"},{"name":"nodejs","version":"4.0.0","date":"2015-09-08","lts":false,"security":false,"v8":"4.5.103.30"},{"name":"nodejs","version":"4.1.0","date":"2015-09-17","lts":false,"security":false,"v8":"4.5.103.33"},{"name":"nodejs","version":"4.2.0","date":"2015-10-12","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.3.0","date":"2016-02-09","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.4.0","date":"2016-03-08","lts":"Argon","security":false,"v8":"4.5.103.35"},{"name":"nodejs","version":"4.5.0","date":"2016-08-16","lts":"Argon","security":false,"v8":"4.5.103.37"},{"name":"nodejs","version":"4.6.0","date":"2016-09-27","lts":"Argon","security":true,"v8":"4.5.103.37"},{"name":"nodejs","version":"4.7.0","date":"2016-12-06","lts":"Argon","security":false,"v8":"4.5.103.43"},{"name":"nodejs","version":"4.8.0","date":"2017-02-21","lts":"Argon","security":false,"v8":"4.5.103.45"},{"name":"nodejs","version":"4.9.0","date":"2018-03-28","lts":"Argon","security":true,"v8":"4.5.103.53"},{"name":"nodejs","version":"5.0.0","date":"2015-10-29","lts":false,"security":false,"v8":"4.6.85.28"},{"name":"nodejs","version":"5.1.0","date":"2015-11-17","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.2.0","date":"2015-12-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.3.0","date":"2015-12-15","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.4.0","date":"2016-01-06","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.5.0","date":"2016-01-21","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.6.0","date":"2016-02-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.7.0","date":"2016-02-23","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.8.0","date":"2016-03-09","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.9.0","date":"2016-03-16","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.10.0","date":"2016-04-01","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.11.0","date":"2016-04-21","lts":false,"security":false,"v8":"4.6.85.31"},{"name":"nodejs","version":"5.12.0","date":"2016-06-23","lts":false,"security":false,"v8":"4.6.85.32"},{"name":"nodejs","version":"6.0.0","date":"2016-04-26","lts":false,"security":false,"v8":"5.0.71.35"},{"name":"nodejs","version":"6.1.0","date":"2016-05-05","lts":false,"security":false,"v8":"5.0.71.35"},{"name":"nodejs","version":"6.2.0","date":"2016-05-17","lts":false,"security":false,"v8":"5.0.71.47"},{"name":"nodejs","version":"6.3.0","date":"2016-07-06","lts":false,"security":false,"v8":"5.0.71.52"},{"name":"nodejs","version":"6.4.0","date":"2016-08-12","lts":false,"security":false,"v8":"5.0.71.60"},{"name":"nodejs","version":"6.5.0","date":"2016-08-26","lts":false,"security":false,"v8":"5.1.281.81"},{"name":"nodejs","version":"6.6.0","date":"2016-09-14","lts":false,"security":false,"v8":"5.1.281.83"},{"name":"nodejs","version":"6.7.0","date":"2016-09-27","lts":false,"security":true,"v8":"5.1.281.83"},{"name":"nodejs","version":"6.8.0","date":"2016-10-12","lts":false,"security":false,"v8":"5.1.281.84"},{"name":"nodejs","version":"6.9.0","date":"2016-10-18","lts":"Boron","security":false,"v8":"5.1.281.84"},{"name":"nodejs","version":"6.10.0","date":"2017-02-21","lts":"Boron","security":false,"v8":"5.1.281.93"},{"name":"nodejs","version":"6.11.0","date":"2017-06-06","lts":"Boron","security":false,"v8":"5.1.281.102"},{"name":"nodejs","version":"6.12.0","date":"2017-11-06","lts":"Boron","security":false,"v8":"5.1.281.108"},{"name":"nodejs","version":"6.13.0","date":"2018-02-10","lts":"Boron","security":false,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.14.0","date":"2018-03-28","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.15.0","date":"2018-11-27","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.16.0","date":"2018-12-26","lts":"Boron","security":false,"v8":"5.1.281.111"},{"name":"nodejs","version":"6.17.0","date":"2019-02-28","lts":"Boron","security":true,"v8":"5.1.281.111"},{"name":"nodejs","version":"7.0.0","date":"2016-10-25","lts":false,"security":false,"v8":"5.4.500.36"},{"name":"nodejs","version":"7.1.0","date":"2016-11-08","lts":false,"security":false,"v8":"5.4.500.36"},{"name":"nodejs","version":"7.2.0","date":"2016-11-22","lts":false,"security":false,"v8":"5.4.500.43"},{"name":"nodejs","version":"7.3.0","date":"2016-12-20","lts":false,"security":false,"v8":"5.4.500.45"},{"name":"nodejs","version":"7.4.0","date":"2017-01-04","lts":false,"security":false,"v8":"5.4.500.45"},{"name":"nodejs","version":"7.5.0","date":"2017-01-31","lts":false,"security":false,"v8":"5.4.500.48"},{"name":"nodejs","version":"7.6.0","date":"2017-02-21","lts":false,"security":false,"v8":"5.5.372.40"},{"name":"nodejs","version":"7.7.0","date":"2017-02-28","lts":false,"security":false,"v8":"5.5.372.41"},{"name":"nodejs","version":"7.8.0","date":"2017-03-29","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"7.9.0","date":"2017-04-11","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"7.10.0","date":"2017-05-02","lts":false,"security":false,"v8":"5.5.372.43"},{"name":"nodejs","version":"8.0.0","date":"2017-05-30","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.1.0","date":"2017-06-08","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.2.0","date":"2017-07-19","lts":false,"security":false,"v8":"5.8.283.41"},{"name":"nodejs","version":"8.3.0","date":"2017-08-08","lts":false,"security":false,"v8":"6.0.286.52"},{"name":"nodejs","version":"8.4.0","date":"2017-08-15","lts":false,"security":false,"v8":"6.0.286.52"},{"name":"nodejs","version":"8.5.0","date":"2017-09-12","lts":false,"security":false,"v8":"6.0.287.53"},{"name":"nodejs","version":"8.6.0","date":"2017-09-26","lts":false,"security":false,"v8":"6.0.287.53"},{"name":"nodejs","version":"8.7.0","date":"2017-10-11","lts":false,"security":false,"v8":"6.1.534.42"},{"name":"nodejs","version":"8.8.0","date":"2017-10-24","lts":false,"security":false,"v8":"6.1.534.42"},{"name":"nodejs","version":"8.9.0","date":"2017-10-31","lts":"Carbon","security":false,"v8":"6.1.534.46"},{"name":"nodejs","version":"8.10.0","date":"2018-03-06","lts":"Carbon","security":false,"v8":"6.2.414.50"},{"name":"nodejs","version":"8.11.0","date":"2018-03-28","lts":"Carbon","security":true,"v8":"6.2.414.50"},{"name":"nodejs","version":"8.12.0","date":"2018-09-10","lts":"Carbon","security":false,"v8":"6.2.414.66"},{"name":"nodejs","version":"8.13.0","date":"2018-11-20","lts":"Carbon","security":false,"v8":"6.2.414.72"},{"name":"nodejs","version":"8.14.0","date":"2018-11-27","lts":"Carbon","security":true,"v8":"6.2.414.72"},{"name":"nodejs","version":"8.15.0","date":"2018-12-26","lts":"Carbon","security":false,"v8":"6.2.414.75"},{"name":"nodejs","version":"8.16.0","date":"2019-04-16","lts":"Carbon","security":false,"v8":"6.2.414.77"},{"name":"nodejs","version":"8.17.0","date":"2019-12-17","lts":"Carbon","security":true,"v8":"6.2.414.78"},{"name":"nodejs","version":"9.0.0","date":"2017-10-31","lts":false,"security":false,"v8":"6.2.414.32"},{"name":"nodejs","version":"9.1.0","date":"2017-11-07","lts":false,"security":false,"v8":"6.2.414.32"},{"name":"nodejs","version":"9.2.0","date":"2017-11-14","lts":false,"security":false,"v8":"6.2.414.44"},{"name":"nodejs","version":"9.3.0","date":"2017-12-12","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.4.0","date":"2018-01-10","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.5.0","date":"2018-01-31","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.6.0","date":"2018-02-21","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.7.0","date":"2018-03-01","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.8.0","date":"2018-03-07","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.9.0","date":"2018-03-21","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.10.0","date":"2018-03-28","lts":false,"security":true,"v8":"6.2.414.46"},{"name":"nodejs","version":"9.11.0","date":"2018-04-04","lts":false,"security":false,"v8":"6.2.414.46"},{"name":"nodejs","version":"10.0.0","date":"2018-04-24","lts":false,"security":false,"v8":"6.6.346.24"},{"name":"nodejs","version":"10.1.0","date":"2018-05-08","lts":false,"security":false,"v8":"6.6.346.27"},{"name":"nodejs","version":"10.2.0","date":"2018-05-23","lts":false,"security":false,"v8":"6.6.346.32"},{"name":"nodejs","version":"10.3.0","date":"2018-05-29","lts":false,"security":false,"v8":"6.6.346.32"},{"name":"nodejs","version":"10.4.0","date":"2018-06-06","lts":false,"security":false,"v8":"6.7.288.43"},{"name":"nodejs","version":"10.5.0","date":"2018-06-20","lts":false,"security":false,"v8":"6.7.288.46"},{"name":"nodejs","version":"10.6.0","date":"2018-07-04","lts":false,"security":false,"v8":"6.7.288.46"},{"name":"nodejs","version":"10.7.0","date":"2018-07-18","lts":false,"security":false,"v8":"6.7.288.49"},{"name":"nodejs","version":"10.8.0","date":"2018-08-01","lts":false,"security":false,"v8":"6.7.288.49"},{"name":"nodejs","version":"10.9.0","date":"2018-08-15","lts":false,"security":false,"v8":"6.8.275.24"},{"name":"nodejs","version":"10.10.0","date":"2018-09-06","lts":false,"security":false,"v8":"6.8.275.30"},{"name":"nodejs","version":"10.11.0","date":"2018-09-19","lts":false,"security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.12.0","date":"2018-10-10","lts":false,"security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.13.0","date":"2018-10-30","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.14.0","date":"2018-11-27","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.15.0","date":"2018-12-26","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.16.0","date":"2019-05-28","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.17.0","date":"2019-10-22","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.18.0","date":"2019-12-17","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.19.0","date":"2020-02-05","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.20.0","date":"2020-03-26","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.21.0","date":"2020-06-02","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.22.0","date":"2020-07-21","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.23.0","date":"2020-10-27","lts":"Dubnium","security":false,"v8":"6.8.275.32"},{"name":"nodejs","version":"10.24.0","date":"2021-02-23","lts":"Dubnium","security":true,"v8":"6.8.275.32"},{"name":"nodejs","version":"11.0.0","date":"2018-10-23","lts":false,"security":false,"v8":"7.0.276.28"},{"name":"nodejs","version":"11.1.0","date":"2018-10-30","lts":false,"security":false,"v8":"7.0.276.32"},{"name":"nodejs","version":"11.2.0","date":"2018-11-15","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.3.0","date":"2018-11-27","lts":false,"security":true,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.4.0","date":"2018-12-07","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.5.0","date":"2018-12-18","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.6.0","date":"2018-12-26","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.7.0","date":"2019-01-17","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.8.0","date":"2019-01-24","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.9.0","date":"2019-01-30","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.10.0","date":"2019-02-14","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.11.0","date":"2019-03-05","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.12.0","date":"2019-03-14","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.13.0","date":"2019-03-28","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.14.0","date":"2019-04-10","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"11.15.0","date":"2019-04-30","lts":false,"security":false,"v8":"7.0.276.38"},{"name":"nodejs","version":"12.0.0","date":"2019-04-23","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.1.0","date":"2019-04-29","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.2.0","date":"2019-05-07","lts":false,"security":false,"v8":"7.4.288.21"},{"name":"nodejs","version":"12.3.0","date":"2019-05-21","lts":false,"security":false,"v8":"7.4.288.27"},{"name":"nodejs","version":"12.4.0","date":"2019-06-04","lts":false,"security":false,"v8":"7.4.288.27"},{"name":"nodejs","version":"12.5.0","date":"2019-06-26","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.6.0","date":"2019-07-03","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.7.0","date":"2019-07-23","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.8.0","date":"2019-08-06","lts":false,"security":false,"v8":"7.5.288.22"},{"name":"nodejs","version":"12.9.0","date":"2019-08-20","lts":false,"security":false,"v8":"7.6.303.29"},{"name":"nodejs","version":"12.10.0","date":"2019-09-04","lts":false,"security":false,"v8":"7.6.303.29"},{"name":"nodejs","version":"12.11.0","date":"2019-09-25","lts":false,"security":false,"v8":"7.7.299.11"},{"name":"nodejs","version":"12.12.0","date":"2019-10-11","lts":false,"security":false,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.13.0","date":"2019-10-21","lts":"Erbium","security":false,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.14.0","date":"2019-12-17","lts":"Erbium","security":true,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.15.0","date":"2020-02-05","lts":"Erbium","security":true,"v8":"7.7.299.13"},{"name":"nodejs","version":"12.16.0","date":"2020-02-11","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.17.0","date":"2020-05-26","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.18.0","date":"2020-06-02","lts":"Erbium","security":true,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.19.0","date":"2020-10-06","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.20.0","date":"2020-11-24","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.21.0","date":"2021-02-23","lts":"Erbium","security":true,"v8":"7.8.279.23"},{"name":"nodejs","version":"12.22.0","date":"2021-03-30","lts":"Erbium","security":false,"v8":"7.8.279.23"},{"name":"nodejs","version":"13.0.0","date":"2019-10-22","lts":false,"security":false,"v8":"7.8.279.17"},{"name":"nodejs","version":"13.1.0","date":"2019-11-05","lts":false,"security":false,"v8":"7.8.279.17"},{"name":"nodejs","version":"13.2.0","date":"2019-11-21","lts":false,"security":false,"v8":"7.9.317.23"},{"name":"nodejs","version":"13.3.0","date":"2019-12-03","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.4.0","date":"2019-12-17","lts":false,"security":true,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.5.0","date":"2019-12-18","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.6.0","date":"2020-01-07","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.7.0","date":"2020-01-21","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.8.0","date":"2020-02-05","lts":false,"security":true,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.9.0","date":"2020-02-18","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.10.0","date":"2020-03-04","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.11.0","date":"2020-03-12","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.12.0","date":"2020-03-26","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.13.0","date":"2020-04-14","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"13.14.0","date":"2020-04-29","lts":false,"security":false,"v8":"7.9.317.25"},{"name":"nodejs","version":"14.0.0","date":"2020-04-21","lts":false,"security":false,"v8":"8.1.307.30"},{"name":"nodejs","version":"14.1.0","date":"2020-04-29","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.2.0","date":"2020-05-05","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.3.0","date":"2020-05-19","lts":false,"security":false,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.4.0","date":"2020-06-02","lts":false,"security":true,"v8":"8.1.307.31"},{"name":"nodejs","version":"14.5.0","date":"2020-06-30","lts":false,"security":false,"v8":"8.3.110.9"},{"name":"nodejs","version":"14.6.0","date":"2020-07-20","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.7.0","date":"2020-07-29","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.8.0","date":"2020-08-11","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.9.0","date":"2020-08-27","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.10.0","date":"2020-09-08","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.11.0","date":"2020-09-15","lts":false,"security":true,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.12.0","date":"2020-09-22","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.13.0","date":"2020-09-29","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.14.0","date":"2020-10-15","lts":false,"security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.15.0","date":"2020-10-27","lts":"Fermium","security":false,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.16.0","date":"2021-02-23","lts":"Fermium","security":true,"v8":"8.4.371.19"},{"name":"nodejs","version":"14.17.0","date":"2021-05-11","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.18.0","date":"2021-09-28","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.19.0","date":"2022-02-01","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.20.0","date":"2022-07-07","lts":"Fermium","security":true,"v8":"8.4.371.23"},{"name":"nodejs","version":"14.21.0","date":"2022-11-01","lts":"Fermium","security":false,"v8":"8.4.371.23"},{"name":"nodejs","version":"15.0.0","date":"2020-10-20","lts":false,"security":false,"v8":"8.6.395.16"},{"name":"nodejs","version":"15.1.0","date":"2020-11-04","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.2.0","date":"2020-11-10","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.3.0","date":"2020-11-24","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.4.0","date":"2020-12-09","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.5.0","date":"2020-12-22","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.6.0","date":"2021-01-14","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.7.0","date":"2021-01-25","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.8.0","date":"2021-02-02","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.9.0","date":"2021-02-18","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.10.0","date":"2021-02-23","lts":false,"security":true,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.11.0","date":"2021-03-03","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.12.0","date":"2021-03-17","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.13.0","date":"2021-03-31","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"15.14.0","date":"2021-04-06","lts":false,"security":false,"v8":"8.6.395.17"},{"name":"nodejs","version":"16.0.0","date":"2021-04-20","lts":false,"security":false,"v8":"9.0.257.17"},{"name":"nodejs","version":"16.1.0","date":"2021-05-04","lts":false,"security":false,"v8":"9.0.257.24"},{"name":"nodejs","version":"16.2.0","date":"2021-05-19","lts":false,"security":false,"v8":"9.0.257.25"},{"name":"nodejs","version":"16.3.0","date":"2021-06-03","lts":false,"security":false,"v8":"9.0.257.25"},{"name":"nodejs","version":"16.4.0","date":"2021-06-23","lts":false,"security":false,"v8":"9.1.269.36"},{"name":"nodejs","version":"16.5.0","date":"2021-07-14","lts":false,"security":false,"v8":"9.1.269.38"},{"name":"nodejs","version":"16.6.0","date":"2021-07-29","lts":false,"security":true,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.7.0","date":"2021-08-18","lts":false,"security":false,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.8.0","date":"2021-08-25","lts":false,"security":false,"v8":"9.2.230.21"},{"name":"nodejs","version":"16.9.0","date":"2021-09-07","lts":false,"security":false,"v8":"9.3.345.16"},{"name":"nodejs","version":"16.10.0","date":"2021-09-22","lts":false,"security":false,"v8":"9.3.345.19"},{"name":"nodejs","version":"16.11.0","date":"2021-10-08","lts":false,"security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.12.0","date":"2021-10-20","lts":false,"security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.13.0","date":"2021-10-26","lts":"Gallium","security":false,"v8":"9.4.146.19"},{"name":"nodejs","version":"16.14.0","date":"2022-02-08","lts":"Gallium","security":false,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.15.0","date":"2022-04-26","lts":"Gallium","security":false,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.16.0","date":"2022-07-07","lts":"Gallium","security":true,"v8":"9.4.146.24"},{"name":"nodejs","version":"16.17.0","date":"2022-08-16","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.18.0","date":"2022-10-12","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.19.0","date":"2022-12-13","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"16.20.0","date":"2023-03-28","lts":"Gallium","security":false,"v8":"9.4.146.26"},{"name":"nodejs","version":"17.0.0","date":"2021-10-19","lts":false,"security":false,"v8":"9.5.172.21"},{"name":"nodejs","version":"17.1.0","date":"2021-11-09","lts":false,"security":false,"v8":"9.5.172.25"},{"name":"nodejs","version":"17.2.0","date":"2021-11-30","lts":false,"security":false,"v8":"9.6.180.14"},{"name":"nodejs","version":"17.3.0","date":"2021-12-17","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.4.0","date":"2022-01-18","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.5.0","date":"2022-02-10","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.6.0","date":"2022-02-22","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.7.0","date":"2022-03-09","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.8.0","date":"2022-03-22","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"17.9.0","date":"2022-04-07","lts":false,"security":false,"v8":"9.6.180.15"},{"name":"nodejs","version":"18.0.0","date":"2022-04-18","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.1.0","date":"2022-05-03","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.2.0","date":"2022-05-17","lts":false,"security":false,"v8":"10.1.124.8"},{"name":"nodejs","version":"18.3.0","date":"2022-06-02","lts":false,"security":false,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.4.0","date":"2022-06-16","lts":false,"security":false,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.5.0","date":"2022-07-06","lts":false,"security":true,"v8":"10.2.154.4"},{"name":"nodejs","version":"18.6.0","date":"2022-07-13","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.7.0","date":"2022-07-26","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.8.0","date":"2022-08-24","lts":false,"security":false,"v8":"10.2.154.13"},{"name":"nodejs","version":"18.9.0","date":"2022-09-07","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.10.0","date":"2022-09-28","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.11.0","date":"2022-10-13","lts":false,"security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.12.0","date":"2022-10-25","lts":"Hydrogen","security":false,"v8":"10.2.154.15"},{"name":"nodejs","version":"18.13.0","date":"2023-01-05","lts":"Hydrogen","security":false,"v8":"10.2.154.23"},{"name":"nodejs","version":"18.14.0","date":"2023-02-01","lts":"Hydrogen","security":false,"v8":"10.2.154.23"},{"name":"nodejs","version":"18.15.0","date":"2023-03-05","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.16.0","date":"2023-04-12","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.17.0","date":"2023-07-18","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.18.0","date":"2023-09-18","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.19.0","date":"2023-11-29","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"18.20.0","date":"2024-03-26","lts":"Hydrogen","security":false,"v8":"10.2.154.26"},{"name":"nodejs","version":"19.0.0","date":"2022-10-17","lts":false,"security":false,"v8":"10.7.193.13"},{"name":"nodejs","version":"19.1.0","date":"2022-11-14","lts":false,"security":false,"v8":"10.7.193.20"},{"name":"nodejs","version":"19.2.0","date":"2022-11-29","lts":false,"security":false,"v8":"10.8.168.20"},{"name":"nodejs","version":"19.3.0","date":"2022-12-14","lts":false,"security":false,"v8":"10.8.168.21"},{"name":"nodejs","version":"19.4.0","date":"2023-01-05","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.5.0","date":"2023-01-24","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.6.0","date":"2023-02-01","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.7.0","date":"2023-02-21","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.8.0","date":"2023-03-14","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"19.9.0","date":"2023-04-10","lts":false,"security":false,"v8":"10.8.168.25"},{"name":"nodejs","version":"20.0.0","date":"2023-04-17","lts":false,"security":false,"v8":"11.3.244.4"},{"name":"nodejs","version":"20.1.0","date":"2023-05-03","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.2.0","date":"2023-05-16","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.3.0","date":"2023-06-08","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.4.0","date":"2023-07-04","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.5.0","date":"2023-07-19","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.6.0","date":"2023-08-23","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.7.0","date":"2023-09-18","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.8.0","date":"2023-09-28","lts":false,"security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.9.0","date":"2023-10-24","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.10.0","date":"2023-11-22","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.11.0","date":"2024-01-09","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.12.0","date":"2024-03-26","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.13.0","date":"2024-05-07","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.14.0","date":"2024-05-28","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.15.0","date":"2024-06-20","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.16.0","date":"2024-07-24","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.17.0","date":"2024-08-21","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.18.0","date":"2024-10-03","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.19.0","date":"2025-03-13","lts":"Iron","security":false,"v8":"11.3.244.8"},{"name":"nodejs","version":"20.20.0","date":"2026-01-12","lts":"Iron","security":true,"v8":"11.3.244.8"},{"name":"nodejs","version":"21.0.0","date":"2023-10-17","lts":false,"security":false,"v8":"11.8.172.13"},{"name":"nodejs","version":"21.1.0","date":"2023-10-24","lts":false,"security":false,"v8":"11.8.172.15"},{"name":"nodejs","version":"21.2.0","date":"2023-11-14","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.3.0","date":"2023-11-30","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.4.0","date":"2023-12-05","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.5.0","date":"2023-12-19","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.6.0","date":"2024-01-14","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"21.7.0","date":"2024-03-06","lts":false,"security":false,"v8":"11.8.172.17"},{"name":"nodejs","version":"22.0.0","date":"2024-04-24","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.1.0","date":"2024-05-02","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.2.0","date":"2024-05-15","lts":false,"security":false,"v8":"12.4.254.14"},{"name":"nodejs","version":"22.3.0","date":"2024-06-11","lts":false,"security":false,"v8":"12.4.254.20"},{"name":"nodejs","version":"22.4.0","date":"2024-07-02","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.5.0","date":"2024-07-17","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.6.0","date":"2024-08-06","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.7.0","date":"2024-08-21","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.8.0","date":"2024-09-03","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.9.0","date":"2024-09-17","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.10.0","date":"2024-10-16","lts":false,"security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.11.0","date":"2024-10-29","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.12.0","date":"2024-12-02","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.13.0","date":"2025-01-06","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.14.0","date":"2025-02-11","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.15.0","date":"2025-04-22","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.16.0","date":"2025-05-20","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.17.0","date":"2025-06-24","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.18.0","date":"2025-07-31","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.19.0","date":"2025-08-28","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.20.0","date":"2025-09-24","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.21.0","date":"2025-10-20","lts":"Jod","security":false,"v8":"12.4.254.21"},{"name":"nodejs","version":"22.22.0","date":"2026-01-12","lts":"Jod","security":true,"v8":"12.4.254.21"},{"name":"nodejs","version":"23.0.0","date":"2024-10-16","lts":false,"security":false,"v8":"12.9.202.26"},{"name":"nodejs","version":"23.1.0","date":"2024-10-24","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.2.0","date":"2024-11-11","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.3.0","date":"2024-11-20","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.4.0","date":"2024-12-10","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.5.0","date":"2024-12-19","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.6.0","date":"2025-01-07","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.7.0","date":"2025-01-30","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.8.0","date":"2025-02-13","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.9.0","date":"2025-02-26","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.10.0","date":"2025-03-13","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"23.11.0","date":"2025-04-01","lts":false,"security":false,"v8":"12.9.202.28"},{"name":"nodejs","version":"24.0.0","date":"2025-05-06","lts":false,"security":false,"v8":"13.6.233.8"},{"name":"nodejs","version":"24.1.0","date":"2025-05-20","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.2.0","date":"2025-06-09","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.3.0","date":"2025-06-24","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.4.0","date":"2025-07-09","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.5.0","date":"2025-07-31","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.6.0","date":"2025-08-14","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.7.0","date":"2025-08-27","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.8.0","date":"2025-09-10","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.9.0","date":"2025-09-25","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.10.0","date":"2025-10-08","lts":false,"security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.11.0","date":"2025-10-28","lts":"Krypton","security":false,"v8":"13.6.233.10"},{"name":"nodejs","version":"24.12.0","date":"2025-12-10","lts":"Krypton","security":false,"v8":"13.6.233.17"},{"name":"nodejs","version":"24.13.0","date":"2026-01-12","lts":"Krypton","security":true,"v8":"13.6.233.17"},{"name":"nodejs","version":"24.14.0","date":"2026-02-24","lts":"Krypton","security":false,"v8":"13.6.233.17"},{"name":"nodejs","version":"25.0.0","date":"2025-10-15","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.1.0","date":"2025-10-28","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.2.0","date":"2025-11-11","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.3.0","date":"2026-01-12","lts":false,"security":true,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.4.0","date":"2026-01-19","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.5.0","date":"2026-01-26","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.6.0","date":"2026-02-02","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.7.0","date":"2026-02-24","lts":false,"security":false,"v8":"14.1.146.11"},{"name":"nodejs","version":"25.8.0","date":"2026-03-03","lts":false,"security":false,"v8":"14.1.146.11"}]')},97220:S=>{"use strict";S.exports=JSON.parse('{"v0.8":{"start":"2012-06-25","end":"2014-07-31"},"v0.10":{"start":"2013-03-11","end":"2016-10-31"},"v0.12":{"start":"2015-02-06","end":"2016-12-31"},"v4":{"start":"2015-09-08","lts":"2015-10-12","maintenance":"2017-04-01","end":"2018-04-30","codename":"Argon"},"v5":{"start":"2015-10-29","maintenance":"2016-04-30","end":"2016-06-30"},"v6":{"start":"2016-04-26","lts":"2016-10-18","maintenance":"2018-04-30","end":"2019-04-30","codename":"Boron"},"v7":{"start":"2016-10-25","maintenance":"2017-04-30","end":"2017-06-30"},"v8":{"start":"2017-05-30","lts":"2017-10-31","maintenance":"2019-01-01","end":"2019-12-31","codename":"Carbon"},"v9":{"start":"2017-10-01","maintenance":"2018-04-01","end":"2018-06-30"},"v10":{"start":"2018-04-24","lts":"2018-10-30","maintenance":"2020-05-19","end":"2021-04-30","codename":"Dubnium"},"v11":{"start":"2018-10-23","maintenance":"2019-04-22","end":"2019-06-01"},"v12":{"start":"2019-04-23","lts":"2019-10-21","maintenance":"2020-11-30","end":"2022-04-30","codename":"Erbium"},"v13":{"start":"2019-10-22","maintenance":"2020-04-01","end":"2020-06-01"},"v14":{"start":"2020-04-21","lts":"2020-10-27","maintenance":"2021-10-19","end":"2023-04-30","codename":"Fermium"},"v15":{"start":"2020-10-20","maintenance":"2021-04-01","end":"2021-06-01"},"v16":{"start":"2021-04-20","lts":"2021-10-26","maintenance":"2022-10-18","end":"2023-09-11","codename":"Gallium"},"v17":{"start":"2021-10-19","maintenance":"2022-04-01","end":"2022-06-01"},"v18":{"start":"2022-04-19","lts":"2022-10-25","maintenance":"2023-10-18","end":"2025-04-30","codename":"Hydrogen"},"v19":{"start":"2022-10-18","maintenance":"2023-04-01","end":"2023-06-01"},"v20":{"start":"2023-04-18","lts":"2023-10-24","maintenance":"2024-10-22","end":"2026-04-30","codename":"Iron"},"v21":{"start":"2023-10-17","maintenance":"2024-04-01","end":"2024-06-01"},"v22":{"start":"2024-04-24","lts":"2024-10-29","maintenance":"2025-10-21","end":"2027-04-30","codename":"Jod"},"v23":{"start":"2024-10-16","maintenance":"2025-04-01","end":"2025-06-01"},"v24":{"start":"2025-05-06","lts":"2025-10-28","maintenance":"2026-10-20","end":"2028-04-30","codename":"Krypton"},"v25":{"start":"2025-10-15","maintenance":"2026-04-01","end":"2026-06-01"},"v26":{"start":"2026-04-22","lts":"2026-10-28","maintenance":"2027-10-20","end":"2029-04-30","codename":""}}')},8330:S=>{"use strict";S.exports=JSON.parse('{"name":"install-expo-modules","version":"0.14.21","license":"MIT","description":"Tools to install expo-modules for existing react-native projects","keywords":["expo","expo-modules","npx","react-native","react"],"bin":"bin/install-expo-modules.js","main":"build/index.js","files":["bin","build"],"scripts":{"build":"ncc build ./src/index.ts -o build/","build:prod":"ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register","clean":"expo-module clean","lint":"expo-module lint","test":"expo-module test","typecheck":"expo-module typecheck","watch":"pnpm run build --watch","prepublishOnly":"pnpm run clean && pnpm run build:prod"},"homepage":"https://github.com/expo/expo/tree/main/packages/install-expo-modules#readme","bugs":{"url":"https://github.com/expo/expo/issues"},"repository":{"type":"git","url":"https://github.com/expo/expo.git","directory":"packages/install-expo-modules"},"devDependencies":{"@expo/config":"workspace:*","@expo/config-plugins":"workspace:*","@expo/package-manager":"workspace:*","@expo/spawn-async":"^1.7.2","@types/prompts":"^2.0.6","@types/semver":"^7.0.0","chalk":"^4.1.2","commander":"^12.1.0","expo-module-scripts":"workspace:*","glob":"^13.0.0","prompts":"^2.3.2","resolve-from":"^5.0.0","semver":"7.5.4","terminal-link":"^2.1.1","xcparse":"^0.0.3"},"publishConfig":{"access":"public"},"gitHead":"d2109c94206280625a070242b0cb6e2500357c46"}')}};var J={};function __nccwpck_require__(ee){var te=J[ee];if(te!==undefined){return te.exports}var re=J[ee]={id:ee,loaded:false,exports:{}};var ne=true;try{S[ee].call(re.exports,re,re.exports,__nccwpck_require__);ne=false}finally{if(ne)delete J[ee]}re.loaded=true;return re.exports}(()=>{__nccwpck_require__.o=(S,J)=>Object.prototype.hasOwnProperty.call(S,J)})();(()=>{__nccwpck_require__.nmd=S=>{S.paths=[];if(!S.children)S.children=[];return S}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var ee=__nccwpck_require__(43887);module.exports=ee})();
|