install-expo-modules 0.14.15 → 0.14.16

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +5 -5
package/build/index.js CHANGED
@@ -268,4 +268,4 @@ var ee={};(b=>{"use strict";var S=Object.defineProperty;var ee=Object.getOwnProp
268
268
 
269
269
  return ${we(ee)};
270
270
  })(${Ne(this.node)})
271
- `;return this.replaceWith(ae)[0].get("arguments.0")}function getFunctionArity(b){const S=b.params.findIndex((b=>Ie(b)||Fe(b)));return S===-1?b.params.length:S}},6442:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.evaluate=evaluate;S.evaluateTruthy=evaluateTruthy;const J=["Number","String","Math"];const ee=["isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent",null,null];const te=["random"];function isValidObjectCallee(b){return J.includes(b)}function isValidIdentifierCallee(b){return ee.includes(b)}function isInvalidMethod(b){return te.includes(b)}function evaluateTruthy(){const b=this.evaluate();if(b.confident)return!!b.value}function deopt(b,S){if(!S.confident)return;S.deoptPath=b;S.confident=false}const re=new Map([["undefined",undefined],["Infinity",Infinity],["NaN",NaN]]);function evaluateCached(b,S){const{node:J}=b;const{seen:ee}=S;if(ee.has(J)){const te=ee.get(J);if(te.resolved){return te.value}else{deopt(b,S);return}}else{const te={resolved:false};ee.set(J,te);const re=_evaluate(b,S);if(S.confident){te.resolved=true;te.value=re}return re}}function _evaluate(b,S){if(!S.confident)return;if(b.isSequenceExpression()){const J=b.get("expressions");return evaluateCached(J[J.length-1],S)}if(b.isStringLiteral()||b.isNumericLiteral()||b.isBooleanLiteral()){return b.node.value}if(b.isNullLiteral()){return null}if(b.isTemplateLiteral()){return evaluateQuasis(b,b.node.quasis,S)}if(b.isTaggedTemplateExpression()&&b.get("tag").isMemberExpression()){const J=b.get("tag.object");const{node:{name:ee}}=J;const te=b.get("tag.property");if(J.isIdentifier()&&ee==="String"&&!b.scope.getBinding(ee)&&te.isIdentifier()&&te.node.name==="raw"){return evaluateQuasis(b,b.node.quasi.quasis,S,true)}}if(b.isConditionalExpression()){const J=evaluateCached(b.get("test"),S);if(!S.confident)return;if(J){return evaluateCached(b.get("consequent"),S)}else{return evaluateCached(b.get("alternate"),S)}}if(b.isExpressionWrapper()){return evaluateCached(b.get("expression"),S)}if(b.isMemberExpression()&&!b.parentPath.isCallExpression({callee:b.node})){const J=b.get("property");const ee=b.get("object");if(ee.isLiteral()){const te=ee.node.value;const re=typeof te;let ne=null;if(b.node.computed){ne=evaluateCached(J,S);if(!S.confident)return}else if(J.isIdentifier()){ne=J.node.name}if((re==="number"||re==="string")&&ne!=null&&(typeof ne==="number"||typeof ne==="string")){return te[ne]}}}if(b.isReferencedIdentifier()){const ee=b.scope.getBinding(b.node.name);if(ee){if(ee.constantViolations.length>0||b.node.start<ee.path.node.end){deopt(ee.path,S);return}const te=ee.path.scope;if(ee.kind==="var"&&te!==ee.scope){let re=!te.path.parentPath.isBlockStatement();for(let ne=te.parent;ne;ne=ne.parent){var J;if(ne===b.scope){if(re){deopt(ee.path,S);return}break}if((J=ne.path.parentPath)!=null&&J.isBlockStatement()){re=true}}}if(ee.hasValue){return ee.value}}const te=b.node.name;if(re.has(te)){if(!ee){return re.get(te)}deopt(ee.path,S);return}if(!ee){deopt(b,S);return}const ne=ee.path;if(!ne.isVariableDeclarator()){deopt(ne,S);return}const ie=ne.get("init");const oe=evaluateCached(ie,S);if(typeof oe==="object"&&oe!==null&&ee.references>1){deopt(ie,S);return}return oe}if(b.isUnaryExpression({prefix:true})){if(b.node.operator==="void"){return undefined}const J=b.get("argument");if(b.node.operator==="typeof"&&(J.isFunction()||J.isClass())){return"function"}const ee=evaluateCached(J,S);if(!S.confident)return;switch(b.node.operator){case"!":return!ee;case"+":return+ee;case"-":return-ee;case"~":return~ee;case"typeof":return typeof ee}}if(b.isArrayExpression()){const J=[];const ee=b.get("elements");for(const b of ee){const ee=b.evaluate();if(ee.confident){J.push(ee.value)}else{deopt(ee.deopt,S);return}}return J}if(b.isObjectExpression()){const J={};const ee=b.get("properties");for(const b of ee){if(b.isObjectMethod()||b.isSpreadElement()){deopt(b,S);return}const ee=b.get("key");let te;if(b.node.computed){te=ee.evaluate();if(!te.confident){deopt(te.deopt,S);return}te=te.value}else if(ee.isIdentifier()){te=ee.node.name}else{te=ee.node.value}const re=b.get("value");let ne=re.evaluate();if(!ne.confident){deopt(ne.deopt,S);return}ne=ne.value;J[te]=ne}return J}if(b.isLogicalExpression()){const J=S.confident;const ee=evaluateCached(b.get("left"),S);const te=S.confident;S.confident=J;const re=evaluateCached(b.get("right"),S);const ne=S.confident;switch(b.node.operator){case"||":S.confident=te&&(!!ee||ne);if(!S.confident)return;return ee||re;case"&&":S.confident=te&&(!ee||ne);if(!S.confident)return;return ee&&re;case"??":S.confident=te&&(ee!=null||ne);if(!S.confident)return;return ee!=null?ee:re}}if(b.isBinaryExpression()){const J=evaluateCached(b.get("left"),S);if(!S.confident)return;const ee=evaluateCached(b.get("right"),S);if(!S.confident)return;switch(b.node.operator){case"-":return J-ee;case"+":return J+ee;case"/":return J/ee;case"*":return J*ee;case"%":return J%ee;case"**":return Math.pow(J,ee);case"<":return J<ee;case">":return J>ee;case"<=":return J<=ee;case">=":return J>=ee;case"==":return J==ee;case"!=":return J!=ee;case"===":return J===ee;case"!==":return J!==ee;case"|":return J|ee;case"&":return J&ee;case"^":return J^ee;case"<<":return J<<ee;case">>":return J>>ee;case">>>":return J>>>ee}}if(b.isCallExpression()){const J=b.get("callee");let ee;let te;if(J.isIdentifier()&&!b.scope.getBinding(J.node.name)&&(isValidObjectCallee(J.node.name)||isValidIdentifierCallee(J.node.name))){te=global[J.node.name]}if(J.isMemberExpression()){const b=J.get("object");const S=J.get("property");if(b.isIdentifier()&&S.isIdentifier()&&isValidObjectCallee(b.node.name)&&!isInvalidMethod(S.node.name)){ee=global[b.node.name];const J=S.node.name;if(hasOwnProperty.call(ee,J)){te=ee[J]}}if(b.isLiteral()&&S.isIdentifier()){const J=typeof b.node.value;if(J==="string"||J==="number"){ee=b.node.value;te=ee[S.node.name]}}}if(te){const J=b.get("arguments").map((b=>evaluateCached(b,S)));if(!S.confident)return;return te.apply(ee,J)}}deopt(b,S)}function evaluateQuasis(b,S,J,ee=false){let te="";let re=0;const ne=b.isTemplateLiteral()?b.get("expressions"):b.get("quasi.expressions");for(const b of S){if(!J.confident)break;te+=ee?b.value.raw:b.value.cooked;const S=ne[re++];if(S)te+=String(evaluateCached(S,J))}if(!J.confident)return;return te}function evaluate(){const b={confident:true,deoptPath:null,seen:new Map};let S=evaluateCached(this,b);if(!b.confident)S=undefined;return{confident:b.confident,deopt:b.deoptPath,value:S}}},68448:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._getKey=_getKey;S._getPattern=_getPattern;S.get=get;S.getAllNextSiblings=getAllNextSiblings;S.getAllPrevSiblings=getAllPrevSiblings;S.getAssignmentIdentifiers=getAssignmentIdentifiers;S.getBindingIdentifierPaths=getBindingIdentifierPaths;S.getBindingIdentifiers=getBindingIdentifiers;S.getCompletionRecords=getCompletionRecords;S.getNextSibling=getNextSibling;S.getOpposite=getOpposite;S.getOuterBindingIdentifierPaths=getOuterBindingIdentifierPaths;S.getOuterBindingIdentifiers=getOuterBindingIdentifiers;S.getPrevSibling=getPrevSibling;S.getSibling=getSibling;var ee=J(23986);var te=J(22427);const{getAssignmentIdentifiers:re,getBindingIdentifiers:ne,getOuterBindingIdentifiers:ie,numericLiteral:oe,unaryExpression:se}=te;const ae=0;const ce=1;function NormalCompletion(b){return{type:ae,path:b}}function BreakCompletion(b){return{type:ce,path:b}}function getOpposite(){if(this.key==="left"){return this.getSibling("right")}else if(this.key==="right"){return this.getSibling("left")}return null}function addCompletionRecords(b,S,J){if(b){S.push(..._getCompletionRecords(b,J))}return S}function completionRecordForSwitch(b,S,J){let ee=[];for(let te=0;te<b.length;te++){const re=b[te];const ne=_getCompletionRecords(re,J);const ie=[];const oe=[];for(const b of ne){if(b.type===ae){ie.push(b)}if(b.type===ce){oe.push(b)}}if(ie.length){ee=ie}S.push(...oe)}S.push(...ee);return S}function normalCompletionToBreak(b){b.forEach((b=>{b.type=ce}))}function replaceBreakStatementInBreakCompletion(b,S){b.forEach((b=>{if(b.path.isBreakStatement({label:null})){if(S){b.path.replaceWith(se("void",oe(0)))}else{b.path.remove()}}}))}function getStatementListCompletion(b,S){const J=[];if(S.canHaveBreak){let ee=[];for(let te=0;te<b.length;te++){const re=b[te];const ne=Object.assign({},S,{inCaseClause:false});if(re.isBlockStatement()&&(S.inCaseClause||S.shouldPopulateBreak)){ne.shouldPopulateBreak=true}else{ne.shouldPopulateBreak=false}const ie=_getCompletionRecords(re,ne);if(ie.length>0&&ie.every((b=>b.type===ce))){if(ee.length>0&&ie.every((b=>b.path.isBreakStatement({label:null})))){normalCompletionToBreak(ee);J.push(...ee);if(ee.some((b=>b.path.isDeclaration()))){J.push(...ie);if(!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,true)}}if(!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,false)}}else{J.push(...ie);if(!S.shouldPopulateBreak&&!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,true)}}break}if(te===b.length-1){J.push(...ie)}else{ee=[];for(let b=0;b<ie.length;b++){const S=ie[b];if(S.type===ce){J.push(S)}if(S.type===ae){ee.push(S)}}}}}else if(b.length){for(let ee=b.length-1;ee>=0;ee--){const te=_getCompletionRecords(b[ee],S);if(te.length>1||te.length===1&&!te[0].path.isVariableDeclaration()&&!te[0].path.isEmptyStatement()){J.push(...te);break}}}return J}function _getCompletionRecords(b,S){let J=[];if(b.isIfStatement()){J=addCompletionRecords(b.get("consequent"),J,S);J=addCompletionRecords(b.get("alternate"),J,S)}else if(b.isDoExpression()||b.isFor()||b.isWhile()||b.isLabeledStatement()){return addCompletionRecords(b.get("body"),J,S)}else if(b.isProgram()||b.isBlockStatement()){return getStatementListCompletion(b.get("body"),S)}else if(b.isFunction()){return _getCompletionRecords(b.get("body"),S)}else if(b.isTryStatement()){J=addCompletionRecords(b.get("block"),J,S);J=addCompletionRecords(b.get("handler"),J,S)}else if(b.isCatchClause()){return addCompletionRecords(b.get("body"),J,S)}else if(b.isSwitchStatement()){return completionRecordForSwitch(b.get("cases"),J,S)}else if(b.isSwitchCase()){return getStatementListCompletion(b.get("consequent"),{canHaveBreak:true,shouldPopulateBreak:false,inCaseClause:true,shouldPreserveBreak:S.shouldPreserveBreak})}else if(b.isBreakStatement()){J.push(BreakCompletion(b))}else{J.push(NormalCompletion(b))}return J}function getCompletionRecords(b=false){const S=_getCompletionRecords(this,{canHaveBreak:false,shouldPopulateBreak:false,inCaseClause:false,shouldPreserveBreak:b});return S.map((b=>b.path))}function getSibling(b){return ee.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:b}).setContext(this.context)}function getPrevSibling(){return this.getSibling(this.key-1)}function getNextSibling(){return this.getSibling(this.key+1)}function getAllNextSiblings(){let b=this.key;let S=this.getSibling(++b);const J=[];while(S.node){J.push(S);S=this.getSibling(++b)}return J}function getAllPrevSiblings(){let b=this.key;let S=this.getSibling(--b);const J=[];while(S.node){J.push(S);S=this.getSibling(--b)}return J}function get(b,S=true){if(S===true)S=this.context;const J=b.split(".");if(J.length===1){return _getKey.call(this,b,S)}else{return _getPattern.call(this,J,S)}}function _getKey(b,S){const J=this.node;const te=J[b];if(Array.isArray(te)){return te.map(((re,ne)=>ee.default.get({listKey:b,parentPath:this,parent:J,container:te,key:ne}).setContext(S)))}else{return ee.default.get({parentPath:this,parent:J,container:J,key:b}).setContext(S)}}function _getPattern(b,S){let J=this;for(const ee of b){if(ee==="."){J=J.parentPath}else{if(Array.isArray(J)){J=J[ee]}else{J=J.get(ee,S)}}}return J}function getAssignmentIdentifiers(){return re(this.node)}function getBindingIdentifiers(b){return ne(this.node,b)}function getOuterBindingIdentifiers(b){return ie(this.node,b)}function getBindingIdentifierPaths(b=false,S=false){const J=this;const ee=[J];const te=Object.create(null);while(ee.length){const J=ee.shift();if(!J)continue;if(!J.node)continue;const re=ne.keys[J.node.type];if(J.isIdentifier()){if(b){const b=te[J.node.name]=te[J.node.name]||[];b.push(J)}else{te[J.node.name]=J}continue}if(J.isExportDeclaration()){const b=J.get("declaration");if(b.isDeclaration()){ee.push(b)}continue}if(S){if(J.isFunctionDeclaration()){ee.push(J.get("id"));continue}if(J.isFunctionExpression()){continue}}if(re){for(let b=0;b<re.length;b++){const S=re[b];const te=J.get(S);if(Array.isArray(te)){ee.push(...te)}else if(te.node){ee.push(te)}}}}return te}function getOuterBindingIdentifierPaths(b=false){return this.getBindingIdentifierPaths(b,true)}},23986:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=S.SHOULD_STOP=S.SHOULD_SKIP=S.REMOVED=void 0;var ee=J(36797);var te=J(67674);var re=J(24912);var ne=J(87935);var ie=J(22427);var oe=ie;var se=J(43430);var ae=J(59487);var ce=J(12697);var le=J(158);var ue=J(6534);var pe=J(6442);var de=J(40984);var fe=J(94261);var me=J(51069);var ge=me;var he=J(33150);var _e=J(57716);var ye=J(68448);var ve=J(66406);var Te=J(39434);const{validate:be}=ie;const Se=te("babel");const xe=S.REMOVED=1<<0;const Ee=S.SHOULD_STOP=1<<1;const Ce=S.SHOULD_SKIP=1<<2;const Pe=S["default"]=class NodePath{constructor(b,S){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=S;this.hub=b;this.data=null;this.context=null;this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(b){if(b)this._traverseFlags|=1;else this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(b){if(b)this._traverseFlags|=2;else this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(b){if(b)this._traverseFlags|=4;else this._traverseFlags&=-5}static get({hub:b,parentPath:S,parent:J,container:ee,listKey:te,key:re}){if(!b&&S){b=S.hub}if(!J){throw new Error("To get a node path the parent needs to exist")}const ne=ee[re];const ie=se.getOrCreateCachedPaths(J,S);let oe=ie.get(ne);if(!oe){oe=new NodePath(b,J);if(ne)ie.set(ne,oe)}me.setup.call(oe,S,ee,te,re);return oe}getScope(b){return this.isScope()?new ne.default(this):b}setData(b,S){if(this.data==null){this.data=Object.create(null)}return this.data[b]=S}getData(b,S){if(this.data==null){this.data=Object.create(null)}let J=this.data[b];if(J===undefined&&S!==undefined)J=this.data[b]=S;return J}hasNode(){return this.node!=null}buildCodeFrameError(b,S=SyntaxError){return this.hub.buildError(this.node,b,S)}traverse(b,S){(0,re.default)(this.node,b,this.scope,S,this)}set(b,S){be(this.node,b,S);this.node[b]=S}getPathLocation(){const b=[];let S=this;do{let J=S.key;if(S.inList)J=`${S.listKey}[${J}]`;b.unshift(J)}while(S=S.parentPath);return b.join(".")}debug(b){if(!Se.enabled)return;Se(`${this.getPathLocation()} ${this.type}: ${b}`)}toString(){return(0,ae.default)(this.node).code}get inList(){return!!this.listKey}set inList(b){if(!b){this.listKey=null}}get parentKey(){return this.listKey||this.key}};const Ne={findParent:ce.findParent,find:ce.find,getFunctionParent:ce.getFunctionParent,getStatementParent:ce.getStatementParent,getEarliestCommonAncestorFrom:ce.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:ce.getDeepestCommonAncestorFrom,getAncestry:ce.getAncestry,isAncestor:ce.isAncestor,isDescendant:ce.isDescendant,inType:ce.inType,getTypeAnnotation:le.getTypeAnnotation,isBaseType:le.isBaseType,couldBeBaseType:le.couldBeBaseType,baseTypeStrictlyMatches:le.baseTypeStrictlyMatches,isGenericType:le.isGenericType,replaceWithMultiple:ue.replaceWithMultiple,replaceWithSourceString:ue.replaceWithSourceString,replaceWith:ue.replaceWith,replaceExpressionWithStatements:ue.replaceExpressionWithStatements,replaceInline:ue.replaceInline,evaluateTruthy:pe.evaluateTruthy,evaluate:pe.evaluate,toComputedKey:de.toComputedKey,ensureBlock:de.ensureBlock,unwrapFunctionEnvironment:de.unwrapFunctionEnvironment,arrowFunctionToExpression:de.arrowFunctionToExpression,splitExportDeclaration:de.splitExportDeclaration,ensureFunctionName:de.ensureFunctionName,matchesPattern:fe.matchesPattern,isStatic:fe.isStatic,isNodeType:fe.isNodeType,canHaveVariableDeclarationOrExpression:fe.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:fe.canSwapBetweenExpressionAndStatement,isCompletionRecord:fe.isCompletionRecord,isStatementOrBlock:fe.isStatementOrBlock,referencesImport:fe.referencesImport,getSource:fe.getSource,willIMaybeExecuteBefore:fe.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:fe._guessExecutionStatusRelativeTo,resolve:fe.resolve,isConstantExpression:fe.isConstantExpression,isInStrictMode:fe.isInStrictMode,isDenylisted:ge.isDenylisted,visit:ge.visit,skip:ge.skip,skipKey:ge.skipKey,stop:ge.stop,setContext:ge.setContext,requeue:ge.requeue,requeueComputedKeyAndDecorators:ge.requeueComputedKeyAndDecorators,remove:he.remove,insertBefore:_e.insertBefore,insertAfter:_e.insertAfter,unshiftContainer:_e.unshiftContainer,pushContainer:_e.pushContainer,getOpposite:ye.getOpposite,getCompletionRecords:ye.getCompletionRecords,getSibling:ye.getSibling,getPrevSibling:ye.getPrevSibling,getNextSibling:ye.getNextSibling,getAllNextSiblings:ye.getAllNextSiblings,getAllPrevSiblings:ye.getAllPrevSiblings,get:ye.get,getAssignmentIdentifiers:ye.getAssignmentIdentifiers,getBindingIdentifiers:ye.getBindingIdentifiers,getOuterBindingIdentifiers:ye.getOuterBindingIdentifiers,getBindingIdentifierPaths:ye.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:ye.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:ve.shareCommentsWithSiblings,addComment:ve.addComment,addComments:ve.addComments};Object.assign(Pe.prototype,Ne);Pe.prototype.arrowFunctionToShadowed=de[String("arrowFunctionToShadowed")];Object.assign(Pe.prototype,{has:fe[String("has")],is:fe[String("is")],isnt:fe[String("isnt")],equals:fe[String("equals")],hoist:_e[String("hoist")],updateSiblingKeys:_e.updateSiblingKeys,call:ge.call,isBlacklisted:ge[String("isBlacklisted")],setScope:ge.setScope,resync:ge.resync,popContext:ge.popContext,pushContext:ge.pushContext,setup:ge.setup,setKey:ge.setKey});Pe.prototype._guessExecutionStatusRelativeToDifferentFunctions=fe._guessExecutionStatusRelativeTo;Pe.prototype._guessExecutionStatusRelativeToDifferentFunctions=fe._guessExecutionStatusRelativeTo;Object.assign(Pe.prototype,{_getTypeAnnotation:le._getTypeAnnotation,_replaceWith:ue._replaceWith,_resolve:fe._resolve,_call:ge._call,_resyncParent:ge._resyncParent,_resyncKey:ge._resyncKey,_resyncList:ge._resyncList,_resyncRemoved:ge._resyncRemoved,_getQueueContexts:ge._getQueueContexts,_removeFromScope:he._removeFromScope,_callRemovalHooks:he._callRemovalHooks,_remove:he._remove,_markRemoved:he._markRemoved,_assertUnremoved:he._assertUnremoved,_containerInsert:_e._containerInsert,_containerInsertBefore:_e._containerInsertBefore,_containerInsertAfter:_e._containerInsertAfter,_verifyNodeList:_e._verifyNodeList,_getKey:ye._getKey,_getPattern:ye._getPattern});for(const b of oe.TYPES){const S=`is${b}`;const J=oe[S];Pe.prototype[S]=function(b){return J(this.node,b)};Pe.prototype[`assert${b}`]=function(S){if(!J(this.node,S)){throw new TypeError(`Expected node path of type ${b}`)}}}Object.assign(Pe.prototype,Te);for(const b of Object.keys(ee)){if(b.startsWith("_"))continue;if(!oe.TYPES.includes(b))oe.TYPES.push(b)}},158:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._getTypeAnnotation=_getTypeAnnotation;S.baseTypeStrictlyMatches=baseTypeStrictlyMatches;S.couldBeBaseType=couldBeBaseType;S.getTypeAnnotation=getTypeAnnotation;S.isBaseType=isBaseType;S.isGenericType=isGenericType;var ee=J(67736);var te=J(22427);const{anyTypeAnnotation:re,isAnyTypeAnnotation:ne,isArrayTypeAnnotation:ie,isBooleanTypeAnnotation:oe,isEmptyTypeAnnotation:se,isFlowBaseAnnotation:ae,isGenericTypeAnnotation:ce,isIdentifier:le,isMixedTypeAnnotation:ue,isNumberTypeAnnotation:pe,isStringTypeAnnotation:de,isTSArrayType:fe,isTSTypeAnnotation:me,isTSTypeReference:ge,isTupleTypeAnnotation:he,isTypeAnnotation:_e,isUnionTypeAnnotation:ye,isVoidTypeAnnotation:ve,stringTypeAnnotation:Te,voidTypeAnnotation:be}=te;function getTypeAnnotation(){let b=this.getData("typeAnnotation");if(b!=null){return b}b=_getTypeAnnotation.call(this)||re();if(_e(b)||me(b)){b=b.typeAnnotation}this.setData("typeAnnotation",b);return b}const Se=new WeakSet;function _getTypeAnnotation(){const b=this.node;if(!b){if(this.key==="init"&&this.parentPath.isVariableDeclarator()){const b=this.parentPath.parentPath;const S=b.parentPath;if(b.key==="left"&&S.isForInStatement()){return Te()}if(b.key==="left"&&S.isForOfStatement()){return re()}return be()}else{return}}if(b.typeAnnotation){return b.typeAnnotation}if(Se.has(b)){return}Se.add(b);try{var S;let J=ee[b.type];if(J){return J.call(this,b)}J=ee[this.parentPath.type];if((S=J)!=null&&S.validParent){return this.parentPath.getTypeAnnotation()}}finally{Se.delete(b)}}function isBaseType(b,S){return _isBaseType(b,this.getTypeAnnotation(),S)}function _isBaseType(b,S,J){if(b==="string"){return de(S)}else if(b==="number"){return pe(S)}else if(b==="boolean"){return oe(S)}else if(b==="any"){return ne(S)}else if(b==="mixed"){return ue(S)}else if(b==="empty"){return se(S)}else if(b==="void"){return ve(S)}else{if(J){return false}else{throw new Error(`Unknown base type ${b}`)}}}function couldBeBaseType(b){const S=this.getTypeAnnotation();if(ne(S))return true;if(ye(S)){for(const J of S.types){if(ne(J)||_isBaseType(b,J,true)){return true}}return false}else{return _isBaseType(b,S,true)}}function baseTypeStrictlyMatches(b){const S=this.getTypeAnnotation();const J=b.getTypeAnnotation();if(!ne(S)&&ae(S)){return J.type===S.type}return false}function isGenericType(b){const S=this.getTypeAnnotation();if(b==="Array"){if(fe(S)||ie(S)||he(S)){return true}}return ce(S)&&le(S.id,{name:b})||ge(S)&&le(S.typeName,{name:b})}},80101:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=_default;var ee=J(22427);var te=J(37392);const{BOOLEAN_NUMBER_BINARY_OPERATORS:re,createTypeAnnotationBasedOnTypeof:ne,numberTypeAnnotation:ie,voidTypeAnnotation:oe}=ee;function _default(b){if(!this.isReferenced())return;const S=this.scope.getBinding(b.name);if(S){if(S.identifier.typeAnnotation){return S.identifier.typeAnnotation}else{return getTypeAnnotationBindingConstantViolations(S,this,b.name)}}if(b.name==="undefined"){return oe()}else if(b.name==="NaN"||b.name==="Infinity"){return ie()}else if(b.name==="arguments"){}}function getTypeAnnotationBindingConstantViolations(b,S,J){const ee=[];const re=[];let ne=getConstantViolationsBefore(b,S,re);const ie=getConditionalAnnotation(b,S,J);if(ie){const S=getConstantViolationsBefore(b,ie.ifStatement);ne=ne.filter((b=>!S.includes(b)));ee.push(ie.typeAnnotation)}if(ne.length){ne.push(...re);for(const b of ne){ee.push(b.getTypeAnnotation())}}if(!ee.length){return}return(0,te.createUnionType)(ee)}function getConstantViolationsBefore(b,S,J){const ee=b.constantViolations.slice();ee.unshift(b.path);return ee.filter((b=>{b=b.resolve();const ee=b._guessExecutionStatusRelativeTo(S);if(J&&ee==="unknown")J.push(b);return ee==="before"}))}function inferAnnotationFromBinaryExpression(b,S){const J=S.node.operator;const ee=S.get("right").resolve();const te=S.get("left").resolve();let oe;if(te.isIdentifier({name:b})){oe=ee}else if(ee.isIdentifier({name:b})){oe=te}if(oe){if(J==="==="){return oe.getTypeAnnotation()}if(re.includes(J)){return ie()}return}if(J!=="==="&&J!=="==")return;let se;let ae;if(te.isUnaryExpression({operator:"typeof"})){se=te;ae=ee}else if(ee.isUnaryExpression({operator:"typeof"})){se=ee;ae=te}if(!se)return;if(!se.get("argument").isIdentifier({name:b}))return;ae=ae.resolve();if(!ae.isLiteral())return;const ce=ae.node.value;if(typeof ce!=="string")return;return ne(ce)}function getParentConditionalPath(b,S,J){let ee;while(ee=S.parentPath){if(ee.isIfStatement()||ee.isConditionalExpression()){if(S.key==="test"){return}return ee}if(ee.isFunction()){if(J==null||ee.parentPath.scope.getBinding(J)!==b)return}S=ee}}function getConditionalAnnotation(b,S,J){const ee=getParentConditionalPath(b,S,J);if(!ee)return;const re=ee.get("test");const ne=[re];const ie=[];for(let b=0;b<ne.length;b++){const S=ne[b];if(S.isLogicalExpression()){if(S.node.operator==="&&"){ne.push(S.get("left"));ne.push(S.get("right"))}}else if(S.isBinaryExpression()){const b=inferAnnotationFromBinaryExpression(J,S);if(b)ie.push(b)}}if(ie.length){return{typeAnnotation:(0,te.createUnionType)(ie),ifStatement:ee}}return getConditionalAnnotation(b,ee,J)}},67736:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.ArrayExpression=ArrayExpression;S.AssignmentExpression=AssignmentExpression;S.BinaryExpression=BinaryExpression;S.BooleanLiteral=BooleanLiteral;S.CallExpression=CallExpression;S.ConditionalExpression=ConditionalExpression;S.ClassDeclaration=S.ClassExpression=S.FunctionDeclaration=S.ArrowFunctionExpression=S.FunctionExpression=Func;Object.defineProperty(S,"Identifier",{enumerable:true,get:function(){return te.default}});S.LogicalExpression=LogicalExpression;S.NewExpression=NewExpression;S.NullLiteral=NullLiteral;S.NumericLiteral=NumericLiteral;S.ObjectExpression=ObjectExpression;S.ParenthesizedExpression=ParenthesizedExpression;S.RegExpLiteral=RegExpLiteral;S.RestElement=RestElement;S.SequenceExpression=SequenceExpression;S.StringLiteral=StringLiteral;S.TSAsExpression=TSAsExpression;S.TSNonNullExpression=TSNonNullExpression;S.TaggedTemplateExpression=TaggedTemplateExpression;S.TemplateLiteral=TemplateLiteral;S.TypeCastExpression=TypeCastExpression;S.UnaryExpression=UnaryExpression;S.UpdateExpression=UpdateExpression;S.VariableDeclarator=VariableDeclarator;var ee=J(22427);var te=J(80101);var re=J(37392);const{BOOLEAN_BINARY_OPERATORS:ne,BOOLEAN_UNARY_OPERATORS:ie,NUMBER_BINARY_OPERATORS:oe,NUMBER_UNARY_OPERATORS:se,STRING_UNARY_OPERATORS:ae,anyTypeAnnotation:ce,arrayTypeAnnotation:le,booleanTypeAnnotation:ue,buildMatchMemberExpression:pe,genericTypeAnnotation:de,identifier:fe,nullLiteralTypeAnnotation:me,numberTypeAnnotation:ge,stringTypeAnnotation:he,tupleTypeAnnotation:_e,unionTypeAnnotation:ye,voidTypeAnnotation:ve,isIdentifier:Te}=ee;function VariableDeclarator(){if(!this.get("id").isIdentifier())return;return this.get("init").getTypeAnnotation()}function TypeCastExpression(b){return b.typeAnnotation}TypeCastExpression.validParent=true;function TSAsExpression(b){return b.typeAnnotation}TSAsExpression.validParent=true;function TSNonNullExpression(){return this.get("expression").getTypeAnnotation()}function NewExpression(b){if(b.callee.type==="Identifier"){return de(b.callee)}}function TemplateLiteral(){return he()}function UnaryExpression(b){const S=b.operator;if(S==="void"){return ve()}else if(se.includes(S)){return ge()}else if(ae.includes(S)){return he()}else if(ie.includes(S)){return ue()}}function BinaryExpression(b){const S=b.operator;if(oe.includes(S)){return ge()}else if(ne.includes(S)){return ue()}else if(S==="+"){const b=this.get("right");const S=this.get("left");if(S.isBaseType("number")&&b.isBaseType("number")){return ge()}else if(S.isBaseType("string")||b.isBaseType("string")){return he()}return ye([he(),ge()])}}function LogicalExpression(){const b=[this.get("left").getTypeAnnotation(),this.get("right").getTypeAnnotation()];return(0,re.createUnionType)(b)}function ConditionalExpression(){const b=[this.get("consequent").getTypeAnnotation(),this.get("alternate").getTypeAnnotation()];return(0,re.createUnionType)(b)}function SequenceExpression(){return this.get("expressions").pop().getTypeAnnotation()}function ParenthesizedExpression(){return this.get("expression").getTypeAnnotation()}function AssignmentExpression(){return this.get("right").getTypeAnnotation()}function UpdateExpression(b){const S=b.operator;if(S==="++"||S==="--"){return ge()}}function StringLiteral(){return he()}function NumericLiteral(){return ge()}function BooleanLiteral(){return ue()}function NullLiteral(){return me()}function RegExpLiteral(){return de(fe("RegExp"))}function ObjectExpression(){return de(fe("Object"))}function ArrayExpression(){return de(fe("Array"))}function RestElement(){return ArrayExpression()}RestElement.validParent=true;function Func(){return de(fe("Function"))}const be=pe("Array.from");const Se=pe("Object.keys");const xe=pe("Object.values");const Ee=pe("Object.entries");function CallExpression(){const{callee:b}=this.node;if(Se(b)){return le(he())}else if(be(b)||xe(b)||Te(b,{name:"Array"})){return le(ce())}else if(Ee(b)){return le(_e([he(),ce()]))}return resolveCall(this.get("callee"))}function TaggedTemplateExpression(){return resolveCall(this.get("tag"))}function resolveCall(b){b=b.resolve();if(b.isFunction()){const{node:S}=b;if(S.async){if(S.generator){return de(fe("AsyncIterator"))}else{return de(fe("Promise"))}}else{if(S.generator){return de(fe("Iterator"))}else if(b.node.returnType){return b.node.returnType}else{}}}}},37392:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.createUnionType=createUnionType;var ee=J(22427);const{createFlowUnionType:te,createTSUnionType:re,createUnionTypeAnnotation:ne,isFlowType:ie,isTSType:oe}=ee;function createUnionType(b){if(b.every((b=>ie(b)))){if(te){return te(b)}return ne(b)}else if(b.every((b=>oe(b)))){if(re){return re(b)}}}},94261:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._guessExecutionStatusRelativeTo=_guessExecutionStatusRelativeTo;S._resolve=_resolve;S.canHaveVariableDeclarationOrExpression=canHaveVariableDeclarationOrExpression;S.canSwapBetweenExpressionAndStatement=canSwapBetweenExpressionAndStatement;S.getSource=getSource;S.isCompletionRecord=isCompletionRecord;S.isConstantExpression=isConstantExpression;S.isInStrictMode=isInStrictMode;S.isNodeType=isNodeType;S.isStatementOrBlock=isStatementOrBlock;S.isStatic=isStatic;S.matchesPattern=matchesPattern;S.referencesImport=referencesImport;S.resolve=resolve;S.willIMaybeExecuteBefore=willIMaybeExecuteBefore;var ee=J(22427);const{STATEMENT_OR_BLOCK_KEYS:te,VISITOR_KEYS:re,isBlockStatement:ne,isExpression:ie,isIdentifier:oe,isLiteral:se,isStringLiteral:ae,isType:ce,matchesPattern:le}=ee;function matchesPattern(b,S){return le(this.node,b,S)}S.has=function has(b){var S;const J=(S=this.node)==null?void 0:S[b];if(J&&Array.isArray(J)){return!!J.length}else{return!!J}};function isStatic(){return this.scope.isStatic(this.node)}S.is=S.has;S.isnt=function isnt(b){return!this.has(b)};S.equals=function equals(b,S){return this.node[b]===S};function isNodeType(b){return ce(this.type,b)}function canHaveVariableDeclarationOrExpression(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function canSwapBetweenExpressionAndStatement(b){if(this.key!=="body"||!this.parentPath.isArrowFunctionExpression()){return false}if(this.isExpression()){return ne(b)}else if(this.isBlockStatement()){return ie(b)}return false}function isCompletionRecord(b){let S=this;let J=true;do{const{type:ee,container:te}=S;if(!J&&(S.isFunction()||ee==="StaticBlock")){return!!b}J=false;if(Array.isArray(te)&&S.key!==te.length-1){return false}}while((S=S.parentPath)&&!S.isProgram()&&!S.isDoExpression());return true}function isStatementOrBlock(){if(this.parentPath.isLabeledStatement()||ne(this.container)){return false}else{return te.includes(this.key)}}function referencesImport(b,S){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===S||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?ae(this.node.property,{value:S}):this.node.property.name===S)){const S=this.get("object");return S.isReferencedIdentifier()&&S.referencesImport(b,"*")}return false}const J=this.scope.getBinding(this.node.name);if((J==null?void 0:J.kind)!=="module")return false;const ee=J.path;const te=ee.parentPath;if(!te.isImportDeclaration())return false;if(te.node.source.value===b){if(!S)return true}else{return false}if(ee.isImportDefaultSpecifier()&&S==="default"){return true}if(ee.isImportNamespaceSpecifier()&&S==="*"){return true}if(ee.isImportSpecifier()&&oe(ee.node.imported,{name:S})){return true}return false}function getSource(){const b=this.node;if(b.end){const S=this.hub.getCode();if(S)return S.slice(b.start,b.end)}return""}function willIMaybeExecuteBefore(b){return this._guessExecutionStatusRelativeTo(b)!=="after"}function getOuterFunction(b){return b.isProgram()?b:(b.parentPath.scope.getFunctionParent()||b.parentPath.scope.getProgramParent()).path}function isExecutionUncertain(b,S){switch(b){case"LogicalExpression":return S==="right";case"ConditionalExpression":case"IfStatement":return S==="consequent"||S==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return S==="body";case"ForStatement":return S==="body"||S==="update";case"SwitchStatement":return S==="cases";case"TryStatement":return S==="handler";case"AssignmentPattern":return S==="right";case"OptionalMemberExpression":return S==="property";case"OptionalCallExpression":return S==="arguments";default:return false}}function isExecutionUncertainInList(b,S){for(let J=0;J<S;J++){const S=b[J];if(isExecutionUncertain(S.parent.type,S.parentKey)){return true}}return false}const ue=Symbol();function _guessExecutionStatusRelativeTo(b){return _guessExecutionStatusRelativeToCached(this,b,new Map)}function _guessExecutionStatusRelativeToCached(b,S,J){const ee={this:getOuterFunction(b),target:getOuterFunction(S)};if(ee.target.node!==ee.this.node){return _guessExecutionStatusRelativeToDifferentFunctionsCached(b,ee.target,J)}const te={target:S.getAncestry(),this:b.getAncestry()};if(te.target.includes(b))return"after";if(te.this.includes(S))return"before";let ne;const ie={target:0,this:0};while(!ne&&ie.this<te.this.length){const b=te.this[ie.this];ie.target=te.target.indexOf(b);if(ie.target>=0){ne=b}else{ie.this++}}if(!ne){throw new Error("Internal Babel error - The two compared nodes"+" don't appear to belong to the same program.")}if(isExecutionUncertainInList(te.this,ie.this-1)||isExecutionUncertainInList(te.target,ie.target-1)){return"unknown"}const oe={this:te.this[ie.this-1],target:te.target[ie.target-1]};if(oe.target.listKey&&oe.this.listKey&&oe.target.container===oe.this.container){return oe.target.key>oe.this.key?"before":"after"}const se=re[ne.type];const ae={this:se.indexOf(oe.this.parentKey),target:se.indexOf(oe.target.parentKey)};return ae.target>ae.this?"before":"after"}function _guessExecutionStatusRelativeToDifferentFunctionsInternal(b,S,J){if(!S.isFunctionDeclaration()){if(_guessExecutionStatusRelativeToCached(b,S,J)==="before"){return"before"}return"unknown"}else if(S.parentPath.isExportDeclaration()){return"unknown"}const ee=S.scope.getBinding(S.node.id.name);if(!ee.references)return"before";const te=ee.referencePaths;let re;for(const ee of te){const te=!!ee.find((b=>b.node===S.node));if(te)continue;if(ee.key!=="callee"||!ee.parentPath.isCallExpression()){return"unknown"}const ne=_guessExecutionStatusRelativeToCached(b,ee,J);if(re&&re!==ne){return"unknown"}else{re=ne}}return re}function _guessExecutionStatusRelativeToDifferentFunctionsCached(b,S,J){let ee=J.get(b.node);let te;if(!ee){J.set(b.node,ee=new Map)}else if(te=ee.get(S.node)){if(te===ue){return"unknown"}return te}ee.set(S.node,ue);const re=_guessExecutionStatusRelativeToDifferentFunctionsInternal(b,S,J);ee.set(S.node,re);return re}function resolve(b,S){return _resolve.call(this,b,S)||this}function _resolve(b,S){var J;if((J=S)!=null&&J.includes(this))return;S=S||[];S.push(this);if(this.isVariableDeclarator()){if(this.get("id").isIdentifier()){return this.get("init").resolve(b,S)}else{}}else if(this.isReferencedIdentifier()){const J=this.scope.getBinding(this.node.name);if(!J)return;if(!J.constant)return;if(J.kind==="module")return;if(J.path!==this){const ee=J.path.resolve(b,S);if(this.find((b=>b.node===ee.node)))return;return ee}}else if(this.isTypeCastExpression()){return this.get("expression").resolve(b,S)}else if(b&&this.isMemberExpression()){const J=this.toComputedKey();if(!se(J))return;const ee=J.value;const te=this.get("object").resolve(b,S);if(te.isObjectExpression()){const J=te.get("properties");for(const te of J){if(!te.isProperty())continue;const J=te.get("key");let re=te.isnt("computed")&&J.isIdentifier({name:ee});re=re||J.isLiteral({value:ee});if(re)return te.get("value").resolve(b,S)}}else if(te.isArrayExpression()&&!isNaN(+ee)){const J=te.get("elements");const re=J[ee];if(re)return re.resolve(b,S)}}}function isConstantExpression(){if(this.isIdentifier()){const b=this.scope.getBinding(this.node.name);if(!b)return false;return b.constant}if(this.isLiteral()){if(this.isRegExpLiteral()){return false}if(this.isTemplateLiteral()){return this.get("expressions").every((b=>b.isConstantExpression()))}return true}if(this.isUnaryExpression()){if(this.node.operator!=="void"){return false}return this.get("argument").isConstantExpression()}if(this.isBinaryExpression()){const{operator:b}=this.node;return b!=="in"&&b!=="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 b=this.isProgram()?this:this.parentPath;const S=b.find((b=>{if(b.isProgram({sourceType:"module"}))return true;if(b.isClass())return true;if(b.isArrowFunctionExpression()&&!b.get("body").isBlockStatement()){return false}let S;if(b.isFunction()){S=b.node.body}else if(b.isProgram()){S=b.node}else{return false}for(const b of S.directives){if(b.value.value==="use strict"){return true}}return false}));return!!S}},29958:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(22427);var te=ee;const{react:re}=ee;const{cloneNode:ne,jsxExpressionContainer:ie,variableDeclaration:oe,variableDeclarator:se}=te;const ae={ReferencedIdentifier(b,S){if(b.isJSXIdentifier()&&re.isCompatTag(b.node.name)&&!b.parentPath.isJSXMemberExpression()){return}if(b.node.name==="this"){let J=b.scope;do{if(J.path.isFunction()&&!J.path.isArrowFunctionExpression()){break}}while(J=J.parent);if(J)S.breakOnScopePaths.push(J.path)}const J=b.scope.getBinding(b.node.name);if(!J)return;for(const ee of J.constantViolations){if(ee.scope!==J.path.scope){S.mutableBinding=true;b.stop();return}}if(J!==S.scope.getBinding(b.node.name))return;S.bindings[b.node.name]=J}};class PathHoister{constructor(b,S){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=S;this.path=b;this.attachAfter=false}isCompatibleScope(b){for(const S of Object.keys(this.bindings)){const J=this.bindings[S];if(!b.bindingIdentifierEquals(S,J.identifier)){return false}}return true}getCompatibleScopes(){let b=this.path.scope;do{if(this.isCompatibleScope(b)){this.scopes.push(b)}else{break}if(this.breakOnScopePaths.includes(b.path)){break}}while(b=b.parent)}getAttachmentPath(){let b=this._getAttachmentPath();if(!b)return;let S=b.scope;if(S.path===b){S=b.scope.parent}if(S.path.isProgram()||S.path.isFunction()){for(const J of Object.keys(this.bindings)){if(!S.hasOwnBinding(J))continue;const ee=this.bindings[J];if(ee.kind==="param"||ee.path.parentKey==="params"){continue}const te=this.getAttachmentParentForPath(ee.path);if(te.key>=b.key){this.attachAfter=true;b=ee.path;for(const S of ee.constantViolations){if(this.getAttachmentParentForPath(S).key>b.key){b=S}}}}}return b}_getAttachmentPath(){const b=this.scopes;const S=b.pop();if(!S)return;if(S.path.isFunction()){if(this.hasOwnParamBindings(S)){if(this.scope===S)return;const b=S.path.get("body").get("body");for(let S=0;S<b.length;S++){if(b[S].node._blockHoist)continue;return b[S]}}else{return this.getNextScopeAttachmentParent()}}else if(S.path.isProgram()){return this.getNextScopeAttachmentParent()}}getNextScopeAttachmentParent(){const b=this.scopes.pop();if(b)return this.getAttachmentParentForPath(b.path)}getAttachmentParentForPath(b){do{if(!b.parentPath||Array.isArray(b.container)&&b.isStatement()){return b}}while(b=b.parentPath);return b}hasOwnParamBindings(b){for(const S of Object.keys(this.bindings)){if(!b.hasOwnBinding(S))continue;const J=this.bindings[S];if(J.kind==="param"&&J.constant)return true}return false}run(){this.path.traverse(ae,this);if(this.mutableBinding)return;this.getCompatibleScopes();const b=this.getAttachmentPath();if(!b)return;if(b.getFunctionParent()===this.path.getFunctionParent())return;let S=b.scope.generateUidIdentifier("ref");const J=se(S,this.path.node);const ee=this.attachAfter?"insertAfter":"insertBefore";const[te]=b[ee]([b.isVariableDeclarator()?J:oe("var",[J])]);const re=this.path.parentPath;if(re.isJSXElement()&&this.path.container===re.node.children){S=ie(S)}this.path.replaceWith(ne(S));return te.isVariableDeclarator()?te.get("init"):te.get("declarations.0.init")}}S["default"]=PathHoister},71231:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.hooks=void 0;const J=S.hooks=[function(b,S){const J=b.key==="test"&&(S.isWhile()||S.isSwitchCase())||b.key==="declaration"&&S.isExportDeclaration()||b.key==="body"&&S.isLabeledStatement()||b.listKey==="declarations"&&S.isVariableDeclaration()&&S.node.declarations.length===1||b.key==="expression"&&S.isExpressionStatement();if(J){S.remove();return true}},function(b,S){if(S.isSequenceExpression()&&S.node.expressions.length===1){S.replaceWith(S.node.expressions[0]);return true}},function(b,S){if(S.isBinary()){if(b.key==="left"){S.replaceWith(S.node.right)}else{S.replaceWith(S.node.left)}return true}},function(b,S){if(S.isIfStatement()&&b.key==="consequent"||b.key==="body"&&(S.isLoop()||S.isArrowFunctionExpression())){b.replaceWith({type:"BlockStatement",directives:[],body:[]});return true}}]},39434:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.isBindingIdentifier=isBindingIdentifier;S.isBlockScoped=isBlockScoped;S.isExpression=isExpression;S.isFlow=isFlow;S.isForAwaitStatement=isForAwaitStatement;S.isGenerated=isGenerated;S.isPure=isPure;S.isReferenced=isReferenced;S.isReferencedIdentifier=isReferencedIdentifier;S.isReferencedMemberExpression=isReferencedMemberExpression;S.isRestProperty=isRestProperty;S.isScope=isScope;S.isSpreadProperty=isSpreadProperty;S.isStatement=isStatement;S.isUser=isUser;S.isVar=isVar;var ee=J(22427);const{isBinding:te,isBlockScoped:re,isExportDeclaration:ne,isExpression:ie,isFlow:oe,isForStatement:se,isForXStatement:ae,isIdentifier:ce,isImportDeclaration:le,isImportSpecifier:ue,isJSXIdentifier:pe,isJSXMemberExpression:de,isMemberExpression:fe,isRestElement:me,isReferenced:ge,isScope:he,isStatement:_e,isVar:ye,isVariableDeclaration:ve,react:Te,isForOfStatement:be}=ee;const{isCompatTag:Se}=Te;function isReferencedIdentifier(b){const{node:S,parent:J}=this;if(ce(S,b)){return ge(S,J,this.parentPath.parent)}else if(pe(S,b)){if(!de(J)&&Se(S.name))return false;return ge(S,J,this.parentPath.parent)}else{return false}}function isReferencedMemberExpression(){const{node:b,parent:S}=this;return fe(b)&&ge(b,S)}function isBindingIdentifier(){const{node:b,parent:S}=this;const J=this.parentPath.parent;return ce(b)&&te(b,S,J)}function isStatement(){const{node:b,parent:S}=this;if(_e(b)){if(ve(b)){if(ae(S,{left:b}))return false;if(se(S,{init:b}))return false}return true}else{return false}}function isExpression(){if(this.isIdentifier()){return this.isReferencedIdentifier()}else{return ie(this.node)}}function isScope(){return he(this.node,this.parent)}function isReferenced(){return ge(this.node,this.parent)}function isBlockScoped(){return re(this.node)}function isVar(){return ye(this.node)}function isUser(){var b;return!!((b=this.node)!=null&&b.loc)}function isGenerated(){return!this.isUser()}function isPure(b){return this.scope.isPure(this.node,b)}function isFlow(){const{node:b}=this;if(oe(b)){return true}else if(le(b)){return b.importKind==="type"||b.importKind==="typeof"}else if(ne(b)){return b.exportKind==="type"}else if(ue(b)){return b.importKind==="type"||b.importKind==="typeof"}else{return false}}function isRestProperty(){var b;return me(this.node)&&((b=this.parentPath)==null?void 0:b.isObjectPattern())}function isSpreadProperty(){var b;return me(this.node)&&((b=this.parentPath)==null?void 0:b.isObjectExpression())}function isForAwaitStatement(){return be(this.node,{await:true})}S.isExistentialTypeParam=function isExistentialTypeParam(){throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.")};S.isNumericLiteralTypeAnnotation=function isNumericLiteralTypeAnnotation(){throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.")}},36797:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Var=S.User=S.Statement=S.SpreadProperty=S.Scope=S.RestProperty=S.ReferencedMemberExpression=S.ReferencedIdentifier=S.Referenced=S.Pure=S.NumericLiteralTypeAnnotation=S.Generated=S.ForAwaitStatement=S.Flow=S.Expression=S.ExistentialTypeParam=S.BlockScoped=S.BindingIdentifier=void 0;const J=S.ReferencedIdentifier=["Identifier","JSXIdentifier"];const ee=S.ReferencedMemberExpression=["MemberExpression"];const te=S.BindingIdentifier=["Identifier"];const re=S.Statement=["Statement"];const ne=S.Expression=["Expression"];const ie=S.Scope=["Scopable","Pattern"];const oe=S.Referenced=null;const se=S.BlockScoped=["FunctionDeclaration","ClassDeclaration","VariableDeclaration"];const ae=S.Var=["VariableDeclaration"];const ce=S.User=null;const le=S.Generated=null;const ue=S.Pure=null;const pe=S.Flow=["Flow","ImportDeclaration","ExportDeclaration","ImportSpecifier"];const de=S.RestProperty=["RestElement"];const fe=S.SpreadProperty=["RestElement"];const me=S.ExistentialTypeParam=["ExistsTypeAnnotation"];const ge=S.NumericLiteralTypeAnnotation=["NumberLiteralTypeAnnotation"];const he=S.ForAwaitStatement=["ForOfStatement"]},57716:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._containerInsert=_containerInsert;S._containerInsertAfter=_containerInsertAfter;S._containerInsertBefore=_containerInsertBefore;S._verifyNodeList=_verifyNodeList;S.insertAfter=insertAfter;S.insertBefore=insertBefore;S.pushContainer=pushContainer;S.unshiftContainer=unshiftContainer;S.updateSiblingKeys=updateSiblingKeys;var ee=J(43430);var te=J(23986);var re=J(51069);var ne=J(33150);var ie=J(22427);var oe=J(29958);const{arrowFunctionExpression:se,assertExpression:ae,assignmentExpression:ce,blockStatement:le,callExpression:ue,cloneNode:pe,expressionStatement:de,isAssignmentExpression:fe,isCallExpression:me,isExportNamedDeclaration:ge,isExpression:he,isIdentifier:_e,isSequenceExpression:ye,isSuper:ve,thisExpression:Te}=ie;function insertBefore(b){ne._assertUnremoved.call(this);const S=_verifyNodeList.call(this,b);const{parentPath:J,parent:ee}=this;if(J.isExpressionStatement()||J.isLabeledStatement()||ge(ee)||J.isExportDefaultDeclaration()&&this.isDeclaration()){return J.insertBefore(S)}else if(this.isNodeType("Expression")&&!this.isJSXElement()||J.isForStatement()&&this.key==="init"){if(this.node)S.push(this.node);return this.replaceExpressionWithStatements(S)}else if(Array.isArray(this.container)){return _containerInsertBefore.call(this,S)}else if(this.isStatementOrBlock()){const b=this.node;const J=b&&(!this.isExpressionStatement()||b.expression!=null);const[ee]=this.replaceWith(le(J?[b]:[]));return ee.unshiftContainer("body",S)}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(b,S){updateSiblingKeys.call(this,b,S.length);const J=[];this.container.splice(b,0,...S);for(let te=0;te<S.length;te++){var ee;const S=b+te;const ne=this.getSibling(S);J.push(ne);if((ee=this.context)!=null&&ee.queue){re.pushContext.call(ne,this.context)}}const te=re._getQueueContexts.call(this);for(const b of J){re.setScope.call(b);b.debug("Inserted.");for(const S of te){S.maybeQueue(b,true)}}return J}function _containerInsertBefore(b){return _containerInsert.call(this,this.key,b)}function _containerInsertAfter(b){return _containerInsert.call(this,this.key+1,b)}const last=b=>b[b.length-1];function isHiddenInSequenceExpression(b){return ye(b.parent)&&(last(b.parent.expressions)!==b.node||isHiddenInSequenceExpression(b.parentPath))}function isAlmostConstantAssignment(b,S){if(!fe(b)||!_e(b.left)){return false}const J=S.getBlockParent();return J.hasOwnBinding(b.left.name)&&J.getOwnBinding(b.left.name).constantViolations.length<=1}function insertAfter(b){ne._assertUnremoved.call(this);if(this.isSequenceExpression()){return last(this.get("expressions")).insertAfter(b)}const S=_verifyNodeList.call(this,b);const{parentPath:J,parent:ee}=this;if(J.isExpressionStatement()||J.isLabeledStatement()||ge(ee)||J.isExportDefaultDeclaration()&&this.isDeclaration()){return J.insertAfter(S.map((b=>he(b)?de(b):b)))}else if(this.isNodeType("Expression")&&!this.isJSXElement()&&!J.isJSXElement()||J.isForStatement()&&this.key==="init"){const b=this;if(b.node){const ee=b.node;let{scope:te}=this;if(te.path.isPattern()){ae(ee);b.replaceWith(ue(se([],ee),[]));b.get("callee.body").insertAfter(S);return[b]}if(isHiddenInSequenceExpression(b)){S.unshift(ee)}else if(me(ee)&&ve(ee.callee)){S.unshift(ee);S.push(Te())}else if(isAlmostConstantAssignment(ee,te)){S.unshift(ee);S.push(pe(ee.left))}else if(te.isPure(ee,true)){S.push(ee)}else{if(J.isMethod({computed:true,key:ee})){te=te.parent}const b=te.generateDeclaredUidIdentifier();S.unshift(de(ce("=",pe(b),ee)));S.push(de(pe(b)))}}return this.replaceExpressionWithStatements(S)}else if(Array.isArray(this.container)){return _containerInsertAfter.call(this,S)}else if(this.isStatementOrBlock()){const b=this.node;const J=b&&(!this.isExpressionStatement()||b.expression!=null);const[ee]=this.replaceWith(le(J?[b]:[]));return ee.pushContainer("body",S)}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(b,S){if(!this.parent)return;const J=(0,ee.getCachedPaths)(this);if(!J)return;for(const[,ee]of J){if(typeof ee.key==="number"&&ee.container===this.container&&ee.key>=b){ee.key+=S}}}function _verifyNodeList(b){if(!b){return[]}if(!Array.isArray(b)){b=[b]}for(let S=0;S<b.length;S++){const J=b[S];let ee;if(!J){ee="has falsy node"}else if(typeof J!=="object"){ee="contains a non-object node"}else if(!J.type){ee="without a type"}else if(J instanceof te.default){ee="has a NodePath when it expected a raw object"}if(ee){const b=Array.isArray(J)?"array":typeof J;throw new Error(`Node list ${ee} with the index of ${S} and type of ${b}`)}}return b}function unshiftContainer(b,S){ne._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const ee=this.node[b];const re=te.default.get({parentPath:this,parent:this.node,container:ee,listKey:b,key:0}).setContext(this.context);return _containerInsertBefore.call(re,J)}function pushContainer(b,S){ne._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const ee=this.node[b];const re=te.default.get({parentPath:this,parent:this.node,container:ee,listKey:b,key:ee.length}).setContext(this.context);return re.replaceWithMultiple(J)}S.hoist=function hoist(b=this.scope){const S=new oe.default(this,b);return S.run()}},33150:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._assertUnremoved=_assertUnremoved;S._callRemovalHooks=_callRemovalHooks;S._markRemoved=_markRemoved;S._remove=_remove;S._removeFromScope=_removeFromScope;S.remove=remove;var ee=J(71231);var te=J(43430);var re=J(6534);var ne=J(23986);var ie=J(22427);var oe=J(57716);var se=J(51069);function remove(){var b;_assertUnremoved.call(this);se.resync.call(this);if(_callRemovalHooks.call(this)){_markRemoved.call(this);return}if(!((b=this.opts)!=null&&b.noScope)){_removeFromScope.call(this)}this.shareCommentsWithSiblings();_remove.call(this);_markRemoved.call(this)}function _removeFromScope(){const b=ie.getBindingIdentifiers(this.node,false,false,true);Object.keys(b).forEach((b=>this.scope.removeBinding(b)))}function _callRemovalHooks(){if(this.parentPath){for(const b of ee.hooks){if(b(this,this.parentPath))return true}}}function _remove(){if(Array.isArray(this.container)){this.container.splice(this.key,1);oe.updateSiblingKeys.call(this,this.key,-1)}else{re._replaceWith.call(this,null)}}function _markRemoved(){this._traverseFlags|=ne.SHOULD_SKIP|ne.REMOVED;if(this.parent){var b;(b=(0,te.getCachedPaths)(this))==null||b.delete(this.node)}this.node=null}function _assertUnremoved(){if(this.removed){throw this.buildCodeFrameError("NodePath has been removed so is read-only.")}}},6534:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._replaceWith=_replaceWith;S.replaceExpressionWithStatements=replaceExpressionWithStatements;S.replaceInline=replaceInline;S.replaceWith=replaceWith;S.replaceWithMultiple=replaceWithMultiple;S.replaceWithSourceString=replaceWithSourceString;var ee=J(76775);var te=J(24912);var re=J(23986);var ne=J(43430);var ie=J(57716);var oe=J(6873);var se=J(22427);var ae=J(51069);const{FUNCTION_TYPES:ce,arrowFunctionExpression:le,assignmentExpression:ue,awaitExpression:pe,blockStatement:de,buildUndefinedNode:fe,callExpression:me,cloneNode:ge,conditionalExpression:he,expressionStatement:_e,getBindingIdentifiers:ye,identifier:ve,inheritLeadingComments:Te,inheritTrailingComments:be,inheritsComments:Se,isBlockStatement:xe,isEmptyStatement:Ee,isExpression:Ce,isExpressionStatement:Pe,isIfStatement:Ne,isProgram:Ae,isStatement:ke,isVariableDeclaration:De,removeComments:Ie,returnStatement:Fe,sequenceExpression:Oe,validate:we,yieldExpression:Le}=se;function replaceWithMultiple(b){var S;ae.resync.call(this);const J=ie._verifyNodeList.call(this,b);Te(J[0],this.node);be(J[J.length-1],this.node);(S=(0,ne.getCachedPaths)(this))==null||S.delete(this.node);this.node=this.container[this.key]=null;const ee=this.insertAfter(b);if(this.node){this.requeue()}else{this.remove()}return ee}function replaceWithSourceString(b){ae.resync.call(this);let S;try{b=`(${b})`;S=(0,oe.parse)(b)}catch(S){const J=S.loc;if(J){S.message+=" - make sure this is an expression.\n"+(0,ee.codeFrameColumns)(b,{start:{line:J.line,column:J.column+1}});S.code="BABEL_REPLACE_SOURCE_ERROR"}throw S}const J=S.program.body[0].expression;te.default.removeProperties(J);return this.replaceWith(J)}function replaceWith(b){ae.resync.call(this);if(this.removed){throw new Error("You can't replace this node, we've already removed it")}let S=b instanceof re.default?b.node:b;if(!S){throw new Error("You passed `path.replaceWith()` a falsy node, use `path.remove()` instead")}if(this.node===S){return[this]}if(this.isProgram()&&!Ae(S)){throw new Error("You can only replace a Program root node with another Program node")}if(Array.isArray(S)){throw new Error("Don't use `path.replaceWith()` with an array of nodes, use `path.replaceWithMultiple()`")}if(typeof S==="string"){throw new Error("Don't use `path.replaceWith()` with a source string, use `path.replaceWithSourceString()`")}let J="";if(this.isNodeType("Statement")&&Ce(S)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(S)&&!this.parentPath.isExportDefaultDeclaration()){S=_e(S);J="expression"}}if(this.isNodeType("Expression")&&ke(S)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(S)){return this.replaceExpressionWithStatements([S])}}const ee=this.node;if(ee){Se(S,ee);Ie(ee)}_replaceWith.call(this,S);this.type=S.type;ae.setScope.call(this);this.requeue();return[J?this.get(J):this]}function _replaceWith(b){var S;if(!this.container){throw new ReferenceError("Container is falsy")}if(this.inList){we(this.parent,this.key,[b])}else{we(this.parent,this.key,b)}this.debug(`Replace with ${b==null?void 0:b.type}`);(S=(0,ne.getCachedPaths)(this))==null||S.set(b,this).delete(this.node);this.node=b;this.container[this.key]=b}function replaceExpressionWithStatements(b){ae.resync.call(this);const S=[];const J=gatherSequenceExpressions(b,S);if(J){for(const b of S)this.scope.push({id:b});return this.replaceWith(J)[0].get("expressions")}const ee=this.getFunctionParent();const re=ee==null?void 0:ee.node.async;const ne=ee==null?void 0:ee.node.generator;const ie=le([],de(b));this.replaceWith(me(ie,[]));const oe=this.get("callee");oe.get("body").scope.hoistVariables((b=>this.scope.push({id:b})));const se=oe.getCompletionRecords();for(const b of se){if(!b.isExpressionStatement())continue;const S=b.findParent((b=>b.isLoop()));if(S){let J=S.getData("expressionReplacementReturnUid");if(!J){J=oe.scope.generateDeclaredUidIdentifier("ret");oe.get("body").pushContainer("body",Fe(ge(J)));S.setData("expressionReplacementReturnUid",J)}else{J=ve(J.name)}b.get("expression").replaceWith(ue("=",ge(J),b.node.expression))}else{b.replaceWith(Fe(b.node.expression))}}oe.arrowFunctionToExpression();const fe=oe;const he=re&&te.default.hasType(fe.node.body,"AwaitExpression",ce);const _e=ne&&te.default.hasType(fe.node.body,"YieldExpression",ce);if(he){fe.set("async",true);if(!_e){this.replaceWith(pe(this.node))}}if(_e){fe.set("generator",true);this.replaceWith(Le(this.node,true))}return fe.get("body.body")}function gatherSequenceExpressions(b,S){const J=[];let ee=true;for(const te of b){if(!Ee(te)){ee=false}if(Ce(te)){J.push(te)}else if(Pe(te)){J.push(te.expression)}else if(De(te)){if(te.kind!=="var")return;for(const b of te.declarations){const ee=ye(b);for(const b of Object.keys(ee)){S.push(ge(ee[b]))}if(b.init){J.push(ue("=",b.id,b.init))}}ee=true}else if(Ne(te)){const b=te.consequent?gatherSequenceExpressions([te.consequent],S):fe();const ee=te.alternate?gatherSequenceExpressions([te.alternate],S):fe();if(!b||!ee)return;J.push(he(te.test,b,ee))}else if(xe(te)){const b=gatherSequenceExpressions(te.body,S);if(!b)return;J.push(b)}else if(Ee(te)){if(b.indexOf(te)===0){ee=true}}else{return}}if(ee)J.push(fe());if(J.length===1){return J[0]}else{return Oe(J)}}function replaceInline(b){ae.resync.call(this);if(Array.isArray(b)){if(Array.isArray(this.container)){b=ie._verifyNodeList.call(this,b);const S=ie._containerInsertAfter.call(this,b);this.remove();return S}else{return this.replaceWithMultiple(b)}}else{return this.replaceWith(b)}}},86582:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;class Binding{constructor({identifier:b,scope:S,path:J,kind:ee}){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=b;this.scope=S;this.path=J;this.kind=ee;if((ee==="var"||ee==="hoisted")&&isInitInLoop(J)){this.reassign(J)}this.clearValue()}deoptValue(){this.clearValue();this.hasDeoptedValue=true}setValue(b){if(this.hasDeoptedValue)return;this.hasValue=true;this.value=b}clearValue(){this.hasDeoptedValue=false;this.hasValue=false;this.value=null}reassign(b){this.constant=false;if(this.constantViolations.includes(b)){return}this.constantViolations.push(b)}reference(b){if(this.referencePaths.includes(b)){return}this.referenced=true;this.references++;this.referencePaths.push(b)}dereference(){this.references--;this.referenced=!!this.references}}S["default"]=Binding;function isInitInLoop(b){const S=!b.isVariableDeclarator()||b.node.init;for(let{parentPath:J,key:ee}=b;J;({parentPath:J,key:ee}=J)){if(J.isFunctionParent())return false;if(ee==="left"&&J.isForXStatement()||S&&ee==="body"&&J.isLoop()){return true}}return false}},87935:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(30427);var te=J(24912);var re=J(92892);var ne=J(86582);var ie=J(22427);var oe=ie;var se=J(43430);const ae=J(1243),ce=J(70270);const{assignmentExpression:le,callExpression:ue,cloneNode:pe,getBindingIdentifiers:de,identifier:fe,isArrayExpression:me,isBinary:ge,isCallExpression:he,isClass:_e,isClassBody:ye,isClassDeclaration:ve,isExportAllDeclaration:Te,isExportDefaultDeclaration:be,isExportNamedDeclaration:Se,isFunctionDeclaration:xe,isIdentifier:Ee,isImportDeclaration:Ce,isLiteral:Pe,isMemberExpression:Ne,isMethod:Ae,isModuleSpecifier:ke,isNullLiteral:De,isObjectExpression:Ie,isProperty:Fe,isPureish:Oe,isRegExpLiteral:we,isSuper:Le,isTaggedTemplateExpression:Me,isTemplateLiteral:Re,isThisExpression:Be,isUnaryExpression:je,isVariableDeclaration:Ue,expressionStatement:We,matchesPattern:Je,memberExpression:Ve,numericLiteral:ze,toIdentifier:Ge,variableDeclaration:qe,variableDeclarator:$e,isObjectProperty:He,isTopicReference:Ke,isMetaProperty:Xe,isPrivateName:Ye,isExportDeclaration:Qe,buildUndefinedNode:Ze,sequenceExpression:et}=ie;function gatherNodeParts(b,S){switch(b==null?void 0:b.type){default:if(Ce(b)||Qe(b)){var J;if((Te(b)||Se(b)||Ce(b))&&b.source){gatherNodeParts(b.source,S)}else if((Se(b)||Ce(b))&&(J=b.specifiers)!=null&&J.length){for(const J of b.specifiers)gatherNodeParts(J,S)}else if((be(b)||Se(b))&&b.declaration){gatherNodeParts(b.declaration,S)}}else if(ke(b)){gatherNodeParts(b.local,S)}else if(Pe(b)&&!De(b)&&!we(b)&&!Re(b)){S.push(b.value)}break;case"MemberExpression":case"OptionalMemberExpression":case"JSXMemberExpression":gatherNodeParts(b.object,S);gatherNodeParts(b.property,S);break;case"Identifier":case"JSXIdentifier":S.push(b.name);break;case"CallExpression":case"OptionalCallExpression":case"NewExpression":gatherNodeParts(b.callee,S);break;case"ObjectExpression":case"ObjectPattern":for(const J of b.properties){gatherNodeParts(J,S)}break;case"SpreadElement":case"RestElement":gatherNodeParts(b.argument,S);break;case"ObjectProperty":case"ObjectMethod":case"ClassProperty":case"ClassMethod":case"ClassPrivateProperty":case"ClassPrivateMethod":gatherNodeParts(b.key,S);break;case"ThisExpression":S.push("this");break;case"Super":S.push("super");break;case"Import":case"ImportExpression":S.push("import");break;case"DoExpression":S.push("do");break;case"YieldExpression":S.push("yield");gatherNodeParts(b.argument,S);break;case"AwaitExpression":S.push("await");gatherNodeParts(b.argument,S);break;case"AssignmentExpression":gatherNodeParts(b.left,S);break;case"VariableDeclarator":gatherNodeParts(b.id,S);break;case"FunctionExpression":case"FunctionDeclaration":case"ClassExpression":case"ClassDeclaration":gatherNodeParts(b.id,S);break;case"PrivateName":gatherNodeParts(b.id,S);break;case"ParenthesizedExpression":gatherNodeParts(b.expression,S);break;case"UnaryExpression":case"UpdateExpression":gatherNodeParts(b.argument,S);break;case"MetaProperty":gatherNodeParts(b.meta,S);gatherNodeParts(b.property,S);break;case"JSXElement":gatherNodeParts(b.openingElement,S);break;case"JSXOpeningElement":gatherNodeParts(b.name,S);break;case"JSXFragment":gatherNodeParts(b.openingFragment,S);break;case"JSXOpeningFragment":S.push("Fragment");break;case"JSXNamespacedName":gatherNodeParts(b.namespace,S);gatherNodeParts(b.name,S);break}}function resetScope(b){b.references=Object.create(null);b.uids=Object.create(null);b.bindings=Object.create(null);b.globals=Object.create(null)}function isAnonymousFunctionExpression(b){return b.isFunctionExpression()&&!b.node.id||b.isArrowFunctionExpression()}var rt=Symbol.for("should not be considered a local binding");const nt={ForStatement(b){const S=b.get("init");if(S.isVar()){const{scope:J}=b;const ee=J.getFunctionParent()||J.getProgramParent();ee.registerBinding("var",S)}},Declaration(b){if(b.isBlockScoped())return;if(b.isImportDeclaration())return;if(b.isExportDeclaration())return;const S=b.scope.getFunctionParent()||b.scope.getProgramParent();S.registerDeclaration(b)},ImportDeclaration(b){const S=b.scope.getBlockParent();S.registerDeclaration(b)},TSImportEqualsDeclaration(b){const S=b.scope.getBlockParent();S.registerDeclaration(b)},ReferencedIdentifier(b,S){if(oe.isTSQualifiedName(b.parent)&&b.parent.right===b.node){return}if(b.parentPath.isTSImportEqualsDeclaration())return;S.references.push(b)},ForXStatement(b,S){const J=b.get("left");if(J.isPattern()||J.isIdentifier()){S.constantViolations.push(b)}else if(J.isVar()){const{scope:S}=b;const ee=S.getFunctionParent()||S.getProgramParent();ee.registerBinding("var",J)}},ExportDeclaration:{exit(b){const{node:S,scope:J}=b;if(Te(S))return;const ee=S.declaration;if(ve(ee)||xe(ee)){const S=ee.id;if(!S)return;const te=J.getBinding(S.name);te==null||te.reference(b)}else if(Ue(ee)){for(const S of ee.declarations){for(const ee of Object.keys(de(S))){const S=J.getBinding(ee);S==null||S.reference(b)}}}}},LabeledStatement(b){b.scope.getBlockParent().registerDeclaration(b)},AssignmentExpression(b,S){S.assignments.push(b)},UpdateExpression(b,S){S.constantViolations.push(b)},UnaryExpression(b,S){if(b.node.operator==="delete"){S.constantViolations.push(b)}},BlockScoped(b){let S=b.scope;if(S.path===b)S=S.parent;const J=S.getBlockParent();J.registerDeclaration(b);if(b.isClassDeclaration()&&b.node.id){const S=b.node.id;const J=S.name;b.scope.bindings[J]=b.scope.parent.getBinding(J)}},CatchClause(b){b.scope.registerBinding("let",b)},Function(b){const S=b.get("params");for(const J of S){b.scope.registerBinding("param",J)}if(b.isFunctionExpression()&&b.node.id&&!b.node.id[rt]){b.scope.registerBinding("local",b.get("id"),b)}},ClassExpression(b){if(b.node.id&&!b.node.id[rt]){b.scope.registerBinding("local",b.get("id"),b)}},TSTypeAnnotation(b){b.skip()}};let it;let ot=0;class Scope{constructor(b){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:S}=b;const J=se.scope.get(S);if((J==null?void 0:J.path)===b){return J}se.scope.set(S,this);this.uid=ot++;this.block=S;this.path=b;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 b;let S,J=this.path;do{var ee;const b=J.key==="key"||J.listKey==="decorators";J=J.parentPath;if(b&&J.isMethod())J=J.parentPath;if((ee=J)!=null&&ee.isScope())S=J}while(J&&!S);return(b=S)==null?void 0:b.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(b){const S=this.generateUidIdentifier(b);this.push({id:S});return pe(S)}generateUidIdentifier(b){return fe(this.generateUid(b))}generateUid(b="temp"){b=Ge(b).replace(/^_+/,"").replace(/\d+$/g,"");let S;let J=0;do{S=`_${b}`;if(J>=11)S+=J-1;else if(J>=9)S+=J-9;else if(J>=1)S+=J+1;J++}while(this.hasLabel(S)||this.hasBinding(S)||this.hasGlobal(S)||this.hasReference(S));const ee=this.getProgramParent();ee.references[S]=true;ee.uids[S]=true;return S}generateUidBasedOnNode(b,S){const J=[];gatherNodeParts(b,J);let ee=J.join("$");ee=ee.replace(/^_/,"")||S||"ref";return this.generateUid(ee.slice(0,20))}generateUidIdentifierBasedOnNode(b,S){return fe(this.generateUidBasedOnNode(b,S))}isStatic(b){if(Be(b)||Le(b)||Ke(b)){return true}if(Ee(b)){const S=this.getBinding(b.name);if(S){return S.constant}else{return this.hasBinding(b.name)}}return false}maybeGenerateMemoised(b,S){if(this.isStatic(b)){return null}else{const J=this.generateUidIdentifierBasedOnNode(b);if(!S){this.push({id:J});return pe(J)}return J}}checkBlockScopedCollisions(b,S,J,ee){if(S==="param")return;if(b.kind==="local")return;const te=S==="let"||b.kind==="let"||b.kind==="const"||b.kind==="module"||b.kind==="param"&&S==="const";if(te){throw this.path.hub.buildError(ee,`Duplicate declaration "${J}"`,TypeError)}}rename(b,S){const J=this.getBinding(b);if(J){S||(S=this.generateUidIdentifier(b).name);const te=new ee.default(J,b,S);te.rename(arguments[2])}}dump(){const b="-".repeat(60);console.log(b);let S=this;do{console.log("#",S.block.type);for(const b of Object.keys(S.bindings)){const J=S.bindings[b];console.log(" -",b,{constant:J.constant,references:J.references,violations:J.constantViolations.length,kind:J.kind})}}while(S=S.parent);console.log(b)}hasLabel(b){return!!this.getLabel(b)}getLabel(b){return this.labels.get(b)}registerLabel(b){this.labels.set(b.node.label.name,b)}registerDeclaration(b){if(b.isLabeledStatement()){this.registerLabel(b)}else if(b.isFunctionDeclaration()){this.registerBinding("hoisted",b.get("id"),b)}else if(b.isVariableDeclaration()){const S=b.get("declarations");const{kind:J}=b.node;for(const b of S){this.registerBinding(J==="using"||J==="await using"?"const":J,b)}}else if(b.isClassDeclaration()){if(b.node.declare)return;this.registerBinding("let",b)}else if(b.isImportDeclaration()){const S=b.node.importKind==="type"||b.node.importKind==="typeof";const J=b.get("specifiers");for(const b of J){const J=S||b.isImportSpecifier()&&(b.node.importKind==="type"||b.node.importKind==="typeof");this.registerBinding(J?"unknown":"module",b)}}else if(b.isExportDeclaration()){const S=b.get("declaration");if(S.isClassDeclaration()||S.isFunctionDeclaration()||S.isVariableDeclaration()){this.registerDeclaration(S)}}else{this.registerBinding("unknown",b)}}buildUndefinedNode(){return Ze()}registerConstantViolation(b){const S=b.getAssignmentIdentifiers();for(const ee of Object.keys(S)){var J;(J=this.getBinding(ee))==null||J.reassign(b)}}registerBinding(b,S,J=S){if(!b)throw new ReferenceError("no `kind`");if(S.isVariableDeclaration()){const J=S.get("declarations");for(const S of J){this.registerBinding(b,S)}return}const ee=this.getProgramParent();const te=S.getOuterBindingIdentifiers(true);for(const S of Object.keys(te)){ee.references[S]=true;for(const ee of te[S]){const te=this.getOwnBinding(S);if(te){if(te.identifier===ee)continue;this.checkBlockScopedCollisions(te,b,S,ee)}if(te){te.reassign(J)}else{this.bindings[S]=new ne.default({identifier:ee,scope:this,path:J,kind:b})}}}}addGlobal(b){this.globals[b.name]=b}hasUid(b){let S=this;do{if(S.uids[b])return true}while(S=S.parent);return false}hasGlobal(b){let S=this;do{if(S.globals[b])return true}while(S=S.parent);return false}hasReference(b){return!!this.getProgramParent().references[b]}isPure(b,S){if(Ee(b)){const J=this.getBinding(b.name);if(!J)return false;if(S)return J.constant;return true}else if(Be(b)||Xe(b)||Ke(b)||Ye(b)){return true}else if(_e(b)){var J;if(b.superClass&&!this.isPure(b.superClass,S)){return false}if(((J=b.decorators)==null?void 0:J.length)>0){return false}return this.isPure(b.body,S)}else if(ye(b)){for(const J of b.body){if(!this.isPure(J,S))return false}return true}else if(ge(b)){return this.isPure(b.left,S)&&this.isPure(b.right,S)}else if(me(b)||(b==null?void 0:b.type)==="TupleExpression"){for(const J of b.elements){if(J!==null&&!this.isPure(J,S))return false}return true}else if(Ie(b)||(b==null?void 0:b.type)==="RecordExpression"){for(const J of b.properties){if(!this.isPure(J,S))return false}return true}else if(Ae(b)){var ee;if(b.computed&&!this.isPure(b.key,S))return false;if(((ee=b.decorators)==null?void 0:ee.length)>0){return false}return true}else if(Fe(b)){var te;if(b.computed&&!this.isPure(b.key,S))return false;if(((te=b.decorators)==null?void 0:te.length)>0){return false}if(He(b)||b.static){if(b.value!==null&&!this.isPure(b.value,S)){return false}}return true}else if(je(b)){return this.isPure(b.argument,S)}else if(Re(b)){for(const J of b.expressions){if(!this.isPure(J,S))return false}return true}else if(Me(b)){return Je(b.tag,"String.raw")&&!this.hasBinding("String",{noGlobals:true})&&this.isPure(b.quasi,S)}else if(Ne(b)){return!b.computed&&Ee(b.object)&&b.object.name==="Symbol"&&Ee(b.property)&&b.property.name!=="for"&&!this.hasBinding("Symbol",{noGlobals:true})}else if(he(b)){return Je(b.callee,"Symbol.for")&&!this.hasBinding("Symbol",{noGlobals:true})&&b.arguments.length===1&&oe.isStringLiteral(b.arguments[0])}else{return Oe(b)}}setData(b,S){return this.data[b]=S}getData(b){let S=this;do{const J=S.data[b];if(J!=null)return J}while(S=S.parent)}removeData(b){let S=this;do{const J=S.data[b];if(J!=null)S.data[b]=null}while(S=S.parent)}init(){if(!this.inited){this.inited=true;this.crawl()}}crawl(){const b=this.path;resetScope(this);this.data=Object.create(null);let S=this;do{if(S.crawling)return;if(S.path.isProgram()){break}}while(S=S.parent);const J=S;const ee={references:[],constantViolations:[],assignments:[]};this.crawling=true;it||(it=te.default.visitors.merge([{Scope(b){resetScope(b.scope)}},nt]));if(b.type!=="Program"){const S=it[b.type];if(S){for(const J of S.enter){J.call(ee,b,ee)}}}b.traverse(it,ee);this.crawling=false;for(const b of ee.assignments){const S=b.getAssignmentIdentifiers();for(const ee of Object.keys(S)){if(b.scope.getBinding(ee))continue;J.addGlobal(S[ee])}b.scope.registerConstantViolation(b)}for(const b of ee.references){const S=b.scope.getBinding(b.node.name);if(S){S.reference(b)}else{J.addGlobal(b.node)}}for(const b of ee.constantViolations){b.scope.registerConstantViolation(b)}}push(b){let S=this.path;if(S.isPattern()){S=this.getPatternParent().path}else if(!S.isBlockStatement()&&!S.isProgram()){S=this.getBlockParent().path}if(S.isSwitchStatement()){S=(this.getFunctionParent()||this.getProgramParent()).path}const{init:J,unique:ee,kind:te="var",id:re}=b;if(!J&&!ee&&(te==="var"||te==="let")&&isAnonymousFunctionExpression(S)&&he(S.parent,{callee:S.node})&&S.parent.arguments.length<=S.node.params.length&&Ee(re)){S.pushContainer("params",re);S.scope.registerBinding("param",S.get("params")[S.node.params.length-1]);return}if(S.isLoop()||S.isCatchClause()||S.isFunction()){S.ensureBlock();S=S.get("body")}const ne=b._blockHoist==null?2:b._blockHoist;const ie=`declaration:${te}:${ne}`;let oe=!ee&&S.getData(ie);if(!oe){const b=qe(te,[]);b._blockHoist=ne;[oe]=S.unshiftContainer("body",[b]);if(!ee)S.setData(ie,oe)}const se=$e(re,J);const ae=oe.node.declarations.push(se);S.scope.registerBinding(te,oe.get("declarations")[ae-1])}getProgramParent(){let b=this;do{if(b.path.isProgram()){return b}}while(b=b.parent);throw new Error("Couldn't find a Program")}getFunctionParent(){let b=this;do{if(b.path.isFunctionParent()){return b}}while(b=b.parent);return null}getBlockParent(){let b=this;do{if(b.path.isBlockParent()){return b}}while(b=b.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getPatternParent(){let b=this;do{if(!b.path.isPattern()){return b.getBlockParent()}}while(b=b.parent.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getAllBindings(){const b=Object.create(null);let S=this;do{for(const J of Object.keys(S.bindings)){if(J in b===false){b[J]=S.bindings[J]}}S=S.parent}while(S);return b}bindingIdentifierEquals(b,S){return this.getBindingIdentifier(b)===S}getBinding(b){let S=this;let J;do{const te=S.getOwnBinding(b);if(te){var ee;if((ee=J)!=null&&ee.isPattern()&&te.kind!=="param"&&te.kind!=="local"){}else{return te}}else if(!te&&b==="arguments"&&S.path.isFunction()&&!S.path.isArrowFunctionExpression()){break}J=S.path}while(S=S.parent)}getOwnBinding(b){return this.bindings[b]}getBindingIdentifier(b){var S;return(S=this.getBinding(b))==null?void 0:S.identifier}getOwnBindingIdentifier(b){const S=this.bindings[b];return S==null?void 0:S.identifier}hasOwnBinding(b){return!!this.getOwnBinding(b)}hasBinding(b,S){if(!b)return false;let J;let ee;let te;if(typeof S==="object"){J=S.noGlobals;ee=S.noUids;te=S.upToScope}else if(typeof S==="boolean"){J=S}let re=this;do{if(te===re){break}if(re.hasOwnBinding(b)){return true}}while(re=re.parent);if(!ee&&this.hasUid(b))return true;if(!J&&Scope.globals.includes(b))return true;if(!J&&Scope.contextVariables.includes(b))return true;return false}parentHasBinding(b,S){var J;return(J=this.parent)==null?void 0:J.hasBinding(b,S)}moveBindingTo(b,S){const J=this.getBinding(b);if(J){J.scope.removeOwnBinding(b);J.scope=S;S.bindings[b]=J}}removeOwnBinding(b){delete this.bindings[b]}removeBinding(b){var S;(S=this.getBinding(b))==null||S.scope.removeOwnBinding(b);let J=this;do{if(J.uids[b]){J.uids[b]=false}}while(J=J.parent)}hoistVariables(b=b=>this.push({id:b})){this.crawl();const S=new Set;for(const J of Object.keys(this.bindings)){const ee=this.bindings[J];if(!ee)continue;const{path:te}=ee;if(!te.isVariableDeclarator())continue;const{parent:re,parentPath:ne}=te;if(re.kind!=="var"||S.has(re))continue;S.add(te.parent);let ie;const oe=[];for(const S of re.declarations){ie!=null?ie:ie=S.id;if(S.init){oe.push(le("=",S.id,S.init))}const J=Object.keys(de(S,false,true,true));for(const ee of J){b(fe(ee),S.init!=null)}}if(ne.parentPath.isForXStatement({left:re})){ne.replaceWith(ie)}else if(oe.length===0){ne.remove()}else{const b=oe.length===1?oe[0]:et(oe);if(ne.parentPath.isForStatement({init:re})){ne.replaceWith(b)}else{ne.replaceWith(We(b))}}}}}S["default"]=Scope;Scope.globals=[...ae,...ce];Scope.contextVariables=["arguments","undefined","Infinity","NaN"];Scope.prototype._renameFromMap=function _renameFromMap(b,S,J,ee){if(b[S]){b[J]=ee;b[S]=null}};Scope.prototype.traverse=function(b,S,J){(0,te.default)(b,S,this,J,this.path)};Scope.prototype._generateUid=function _generateUid(b,S){let J=b;if(S>1)J+=S;return`_${J}`};Scope.prototype.toArray=function toArray(b,S,J){if(Ee(b)){const S=this.getBinding(b.name);if(S!=null&&S.constant&&S.path.isGenericType("Array")){return b}}if(me(b)){return b}if(Ee(b,{name:"arguments"})){return ue(Ve(Ve(Ve(fe("Array"),fe("prototype")),fe("slice")),fe("call")),[b])}let ee;const te=[b];if(S===true){ee="toConsumableArray"}else if(typeof S==="number"){te.push(ze(S));ee="slicedToArray"}else{ee="toArray"}if(J){te.unshift(this.path.hub.addHelper(ee));ee="maybeArrayLike"}return ue(this.path.hub.addHelper(ee),te)};Scope.prototype.getAllBindingsOfKind=function getAllBindingsOfKind(...b){const S=Object.create(null);for(const J of b){let b=this;do{for(const ee of Object.keys(b.bindings)){const te=b.bindings[ee];if(te.kind===J)S[ee]=te}b=b.parent}while(b)}return S};Object.defineProperties(Scope.prototype,{parentBlock:{configurable:true,enumerable:true,get(){return this.path.parent}},hub:{configurable:true,enumerable:true,get(){return this.path.hub}}})},30427:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(22427);var te=ee;var re=J(68841);var ne=J(98457);var ie=J(51069);const{getAssignmentIdentifiers:oe}=te;const se={ReferencedIdentifier({node:b},S){if(b.name===S.oldName){b.name=S.newName}},Scope(b,S){if(!b.scope.bindingIdentifierEquals(S.oldName,S.binding.identifier)){b.skip();if(b.isMethod()){if(!b.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}if(b.isSwitchStatement()){b.context.maybeQueue(b.get("discriminant"))}}},ObjectProperty({node:b,scope:S},J){const{name:ee}=b.key;if(b.shorthand&&(ee===J.oldName||ee===J.newName)&&S.getBindingIdentifier(ee)===J.binding.identifier){var te;b.shorthand=false;if((te=b.extra)!=null&&te.shorthand)b.extra.shorthand=false}},"AssignmentExpression|Declaration|VariableDeclarator"(b,S){if(b.isVariableDeclaration())return;const J=b.isAssignmentExpression()?oe(b.node):b.getOuterBindingIdentifiers();for(const b in J){if(b===S.oldName)J[b].name=S.newName}}};class Renamer{constructor(b,S,J){this.newName=J;this.oldName=S;this.binding=b}maybeConvertFromExportDeclaration(b){const S=b.parentPath;if(!S.isExportDeclaration()){return}if(S.isExportDefaultDeclaration()){const{declaration:b}=S.node;if(ee.isDeclaration(b)&&!b.id){return}}if(S.isExportAllDeclaration()){return}S.splitExportDeclaration()}maybeConvertFromClassFunctionDeclaration(b){return b}maybeConvertFromClassFunctionExpression(b){return b}rename(){const{binding:b,oldName:S,newName:J}=this;const{scope:te,path:ie}=b;const oe=ie.find((b=>b.isDeclaration()||b.isFunctionExpression()||b.isClassExpression()));if(oe){const J=oe.getOuterBindingIdentifiers();if(J[S]===b.identifier){this.maybeConvertFromExportDeclaration(oe)}}const ae=arguments[0]||te.block;const ce={discriminant:true};if(ee.isMethod(ae)){if(ae.computed){ce.key=true}if(!ee.isObjectMethod(ae)){ce.decorators=true}}(0,re.traverseNode)(ae,(0,ne.explode)(se),te,this,te.path,ce);if(!arguments[0]){te.removeOwnBinding(S);te.bindings[J]=b;this.binding.identifier.name=J}if(oe){this.maybeConvertFromClassFunctionDeclaration(ie);this.maybeConvertFromClassFunctionExpression(ie)}}}S["default"]=Renamer},92892:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverseForScope;var ee=J(22427);var te=J(24912);var re=J(98457);var ne=J(51069);const{VISITOR_KEYS:ie}=ee;function traverseForScope(b,S,J){const ee=(0,re.explode)(S);if(ee.enter||ee.exit){throw new Error("Should not be used with enter/exit visitors.")}_traverse(b.parentPath,b.parent,b.node,b.container,b.key,b.listKey,b.hub,b);function _traverse(b,S,re,oe,se,ae,ce,le){if(!re){return}const ue=le||te.NodePath.get({hub:ce,parentPath:b,parent:S,container:oe,listKey:ae,key:se});ne._forceSetScope.call(ue);const pe=ee[re.type];if(pe!=null&&pe.enter){for(const b of pe.enter){b.call(J,ue,J)}}if(ue.shouldSkip){return}const de=ie[re.type];if(!(de!=null&&de.length)){return}for(const b of de){const S=re[b];if(!S)continue;if(Array.isArray(S)){for(let J=0;J<S.length;J++){const ee=S[J];_traverse(ue,re,ee,S,J,b)}}else{_traverse(ue,re,S,re,b,null)}}if(pe!=null&&pe.exit){for(const b of pe.exit){b.call(J,ue,J)}}}}},68841:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.traverseNode=traverseNode;var ee=J(24659);var te=J(23986);var re=J(22427);var ne=J(51069);const{VISITOR_KEYS:ie}=re;function _visitPaths(b,S){b.queue=S;b.priorityQueue=[];const J=new Set;let ee=false;let te=0;for(;te<S.length;){const re=S[te];te++;ne.resync.call(re);if(re.contexts.length===0||re.contexts[re.contexts.length-1]!==b){ne.pushContext.call(re,b)}if(re.key===null)continue;const{node:ie}=re;if(J.has(ie))continue;if(ie)J.add(ie);if(_visit(b,re)){ee=true;break}if(b.priorityQueue.length){ee=_visitPaths(b,b.priorityQueue);b.priorityQueue=[];b.queue=S;if(ee)break}}for(let b=0;b<te;b++){ne.popContext.call(S[b])}b.queue=null;return ee}function _visit(b,S){var J;const ee=S.node;if(!ee){return false}const te=b.opts;const re=(J=te.denylist)!=null?J:te.blacklist;if(re!=null&&re.includes(ee.type)){return false}if(te.shouldSkip!=null&&te.shouldSkip(S)){return false}if(S.shouldSkip)return S.shouldStop;if(ne._call.call(S,te.enter))return S.shouldStop;if(S.node){var ie;if(ne._call.call(S,(ie=te[ee.type])==null?void 0:ie.enter))return S.shouldStop}S.shouldStop=_traverse(S.node,te,S.scope,b.state,S,S.skipKeys);if(S.node){if(ne._call.call(S,te.exit))return true}if(S.node){var oe;ne._call.call(S,(oe=te[ee.type])==null?void 0:oe.exit)}return S.shouldStop}function _traverse(b,S,J,re,ne,oe,se){const ae=ie[b.type];if(!(ae!=null&&ae.length))return false;const ce=new ee.default(J,S,re,ne);if(se){if(oe!=null&&oe[ne.parentKey])return false;return _visitPaths(ce,[ne])}for(const S of ae){if(oe!=null&&oe[S])continue;const J=b[S];if(!J)continue;if(Array.isArray(J)){if(!J.length)continue;const ee=[];for(let re=0;re<J.length;re++){const ie=te.default.get({parentPath:ne,parent:b,container:J,key:re,listKey:S});ee.push(ie)}if(_visitPaths(ce,ee))return true}else{if(_visitPaths(ce,[te.default.get({parentPath:ne,parent:b,container:b,key:S,listKey:null})])){return true}}}return false}function traverseNode(b,S,J,te,re,ne,oe){const se=ie[b.type];if(!se)return false;const ae=new ee.default(J,S,te,re);if(oe){if(ne!=null&&ne[re.parentKey])return false;return ae.visitQueue([re])}for(const S of se){if(ne!=null&&ne[S])continue;if(ae.visit(b,S)){return true}}return false}},98457:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.environmentVisitor=environmentVisitor;S.explode=explode$1;S.isExplodedVisitor=isExplodedVisitor;S.merge=merge;S.verify=verify$1;var ee=J(36797);var te=J(39434);var re=J(22427);var ne=J(51069);const{DEPRECATED_KEYS:ie,DEPRECATED_ALIASES:oe,FLIPPED_ALIAS_KEYS:se,TYPES:ae,__internal__deprecationWarning:ce}=re;function isVirtualType(b){return b in ee}function isExplodedVisitor(b){return b==null?void 0:b._exploded}function explode$1(b){if(isExplodedVisitor(b))return b;b._exploded=true;for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;const J=S.split("|");if(J.length===1)continue;const ee=b[S];delete b[S];for(const S of J){b[S]=ee}}verify$1(b);delete b.__esModule;ensureEntranceObjects(b);ensureCallbackArrays(b);for(const J of Object.keys(b)){if(shouldIgnoreKey(J))continue;if(!isVirtualType(J))continue;const te=b[J];for(const b of Object.keys(te)){te[b]=wrapCheck(J,te[b])}delete b[J];const re=ee[J];if(re!==null){for(const J of re){var S;(S=b[J])!=null?S:b[J]={};mergePair(b[J],te)}}else{mergePair(b,te)}}for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;let J=se[S];if(S in ie){const b=ie[S];ce(S,b,"Visitor ");J=[b]}else if(S in oe){const b=oe[S];ce(S,b,"Visitor ");J=se[b]}if(!J)continue;const ee=b[S];delete b[S];for(const S of J){const J=b[S];if(J){mergePair(J,ee)}else{b[S]=Object.assign({},ee)}}}for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;ensureCallbackArrays(b[S])}return b}function verify$1(b){if(b._verified)return;if(typeof b==="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 S of Object.keys(b)){if(S==="enter"||S==="exit"){validateVisitorMethods(S,b[S])}if(shouldIgnoreKey(S))continue;if(!ae.includes(S)){throw new Error(`You gave us a visitor for the node type ${S} but it's not a valid type in @babel/traverse ${"7.29.0"}`)}const J=b[S];if(typeof J==="object"){for(const b of Object.keys(J)){if(b==="enter"||b==="exit"){validateVisitorMethods(`${S}.${b}`,J[b])}else{throw new Error("You passed `traverse()` a visitor object with the property "+`${S} that has the invalid property ${b}`)}}}}b._verified=true}function validateVisitorMethods(b,S){const J=[].concat(S);for(const S of J){if(typeof S!=="function"){throw new TypeError(`Non-function found defined in ${b} with type ${typeof S}`)}}}function merge(b,S=[],J){const ee={_verified:true,_exploded:true};Object.defineProperty(ee,"_exploded",{enumerable:false});Object.defineProperty(ee,"_verified",{enumerable:false});for(let te=0;te<b.length;te++){const re=explode$1(b[te]);const ne=S[te];let ie=re;if(ne||J){ie=wrapWithStateOrWrapper(ie,ne,J)}mergePair(ee,ie);for(const b of Object.keys(re)){if(shouldIgnoreKey(b))continue;let S=re[b];if(ne||J){S=wrapWithStateOrWrapper(S,ne,J)}const te=ee[b]||(ee[b]={});mergePair(te,S)}}return ee}function wrapWithStateOrWrapper(b,S,J){const ee={};for(const te of["enter","exit"]){let re=b[te];if(!Array.isArray(re))continue;re=re.map((function(b){let ee=b;if(S){ee=function(J){b.call(S,J,S)}}if(J){ee=J(S==null?void 0:S.key,te,ee)}if(ee!==b){ee.toString=()=>b.toString()}return ee}));ee[te]=re}return ee}function ensureEntranceObjects(b){for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;const J=b[S];if(typeof J==="function"){b[S]={enter:J}}}}function ensureCallbackArrays(b){if(b.enter&&!Array.isArray(b.enter))b.enter=[b.enter];if(b.exit&&!Array.isArray(b.exit))b.exit=[b.exit]}function wrapCheck(b,S){const J=`is${b}`;const ee=te[J];const newFn=function(b){if(ee.call(b)){return S.apply(this,arguments)}};newFn.toString=()=>S.toString();return newFn}function shouldIgnoreKey(b){if(b.startsWith("_"))return true;if(b==="enter"||b==="exit"||b==="shouldSkip")return true;if(b==="denylist"||b==="noScope"||b==="skipKeys"){return true}if(b==="blacklist"){return true}return false}function mergePair(b,S){for(const J of["enter","exit"]){if(!S[J])continue;b[J]=[].concat(b[J]||[],S[J])}}const le={FunctionParent(b){if(b.isArrowFunctionExpression())return;b.skip();if(b.isMethod()){if(!b.requeueComputedKeyAndDecorators){ne.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}},Property(b){if(b.isObjectProperty())return;b.skip();if(!b.requeueComputedKeyAndDecorators){ne.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}};function environmentVisitor(b){return merge([le,b])}},66437:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=assertNode;var ee=J(49107);function assertNode(b){if(!(0,ee.default)(b)){var S;const J=(S=b==null?void 0:b.type)!=null?S:JSON.stringify(b);throw new TypeError(`Not a valid node of type "${J}"`)}}},84517:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.assertAccessor=assertAccessor;S.assertAnyTypeAnnotation=assertAnyTypeAnnotation;S.assertArgumentPlaceholder=assertArgumentPlaceholder;S.assertArrayExpression=assertArrayExpression;S.assertArrayPattern=assertArrayPattern;S.assertArrayTypeAnnotation=assertArrayTypeAnnotation;S.assertArrowFunctionExpression=assertArrowFunctionExpression;S.assertAssignmentExpression=assertAssignmentExpression;S.assertAssignmentPattern=assertAssignmentPattern;S.assertAwaitExpression=assertAwaitExpression;S.assertBigIntLiteral=assertBigIntLiteral;S.assertBinary=assertBinary;S.assertBinaryExpression=assertBinaryExpression;S.assertBindExpression=assertBindExpression;S.assertBlock=assertBlock;S.assertBlockParent=assertBlockParent;S.assertBlockStatement=assertBlockStatement;S.assertBooleanLiteral=assertBooleanLiteral;S.assertBooleanLiteralTypeAnnotation=assertBooleanLiteralTypeAnnotation;S.assertBooleanTypeAnnotation=assertBooleanTypeAnnotation;S.assertBreakStatement=assertBreakStatement;S.assertCallExpression=assertCallExpression;S.assertCatchClause=assertCatchClause;S.assertClass=assertClass;S.assertClassAccessorProperty=assertClassAccessorProperty;S.assertClassBody=assertClassBody;S.assertClassDeclaration=assertClassDeclaration;S.assertClassExpression=assertClassExpression;S.assertClassImplements=assertClassImplements;S.assertClassMethod=assertClassMethod;S.assertClassPrivateMethod=assertClassPrivateMethod;S.assertClassPrivateProperty=assertClassPrivateProperty;S.assertClassProperty=assertClassProperty;S.assertCompletionStatement=assertCompletionStatement;S.assertConditional=assertConditional;S.assertConditionalExpression=assertConditionalExpression;S.assertContinueStatement=assertContinueStatement;S.assertDebuggerStatement=assertDebuggerStatement;S.assertDecimalLiteral=assertDecimalLiteral;S.assertDeclaration=assertDeclaration;S.assertDeclareClass=assertDeclareClass;S.assertDeclareExportAllDeclaration=assertDeclareExportAllDeclaration;S.assertDeclareExportDeclaration=assertDeclareExportDeclaration;S.assertDeclareFunction=assertDeclareFunction;S.assertDeclareInterface=assertDeclareInterface;S.assertDeclareModule=assertDeclareModule;S.assertDeclareModuleExports=assertDeclareModuleExports;S.assertDeclareOpaqueType=assertDeclareOpaqueType;S.assertDeclareTypeAlias=assertDeclareTypeAlias;S.assertDeclareVariable=assertDeclareVariable;S.assertDeclaredPredicate=assertDeclaredPredicate;S.assertDecorator=assertDecorator;S.assertDirective=assertDirective;S.assertDirectiveLiteral=assertDirectiveLiteral;S.assertDoExpression=assertDoExpression;S.assertDoWhileStatement=assertDoWhileStatement;S.assertEmptyStatement=assertEmptyStatement;S.assertEmptyTypeAnnotation=assertEmptyTypeAnnotation;S.assertEnumBody=assertEnumBody;S.assertEnumBooleanBody=assertEnumBooleanBody;S.assertEnumBooleanMember=assertEnumBooleanMember;S.assertEnumDeclaration=assertEnumDeclaration;S.assertEnumDefaultedMember=assertEnumDefaultedMember;S.assertEnumMember=assertEnumMember;S.assertEnumNumberBody=assertEnumNumberBody;S.assertEnumNumberMember=assertEnumNumberMember;S.assertEnumStringBody=assertEnumStringBody;S.assertEnumStringMember=assertEnumStringMember;S.assertEnumSymbolBody=assertEnumSymbolBody;S.assertExistsTypeAnnotation=assertExistsTypeAnnotation;S.assertExportAllDeclaration=assertExportAllDeclaration;S.assertExportDeclaration=assertExportDeclaration;S.assertExportDefaultDeclaration=assertExportDefaultDeclaration;S.assertExportDefaultSpecifier=assertExportDefaultSpecifier;S.assertExportNamedDeclaration=assertExportNamedDeclaration;S.assertExportNamespaceSpecifier=assertExportNamespaceSpecifier;S.assertExportSpecifier=assertExportSpecifier;S.assertExpression=assertExpression;S.assertExpressionStatement=assertExpressionStatement;S.assertExpressionWrapper=assertExpressionWrapper;S.assertFile=assertFile;S.assertFlow=assertFlow;S.assertFlowBaseAnnotation=assertFlowBaseAnnotation;S.assertFlowDeclaration=assertFlowDeclaration;S.assertFlowPredicate=assertFlowPredicate;S.assertFlowType=assertFlowType;S.assertFor=assertFor;S.assertForInStatement=assertForInStatement;S.assertForOfStatement=assertForOfStatement;S.assertForStatement=assertForStatement;S.assertForXStatement=assertForXStatement;S.assertFunction=assertFunction;S.assertFunctionDeclaration=assertFunctionDeclaration;S.assertFunctionExpression=assertFunctionExpression;S.assertFunctionParameter=assertFunctionParameter;S.assertFunctionParent=assertFunctionParent;S.assertFunctionTypeAnnotation=assertFunctionTypeAnnotation;S.assertFunctionTypeParam=assertFunctionTypeParam;S.assertGenericTypeAnnotation=assertGenericTypeAnnotation;S.assertIdentifier=assertIdentifier;S.assertIfStatement=assertIfStatement;S.assertImmutable=assertImmutable;S.assertImport=assertImport;S.assertImportAttribute=assertImportAttribute;S.assertImportDeclaration=assertImportDeclaration;S.assertImportDefaultSpecifier=assertImportDefaultSpecifier;S.assertImportExpression=assertImportExpression;S.assertImportNamespaceSpecifier=assertImportNamespaceSpecifier;S.assertImportOrExportDeclaration=assertImportOrExportDeclaration;S.assertImportSpecifier=assertImportSpecifier;S.assertIndexedAccessType=assertIndexedAccessType;S.assertInferredPredicate=assertInferredPredicate;S.assertInterfaceDeclaration=assertInterfaceDeclaration;S.assertInterfaceExtends=assertInterfaceExtends;S.assertInterfaceTypeAnnotation=assertInterfaceTypeAnnotation;S.assertInterpreterDirective=assertInterpreterDirective;S.assertIntersectionTypeAnnotation=assertIntersectionTypeAnnotation;S.assertJSX=assertJSX;S.assertJSXAttribute=assertJSXAttribute;S.assertJSXClosingElement=assertJSXClosingElement;S.assertJSXClosingFragment=assertJSXClosingFragment;S.assertJSXElement=assertJSXElement;S.assertJSXEmptyExpression=assertJSXEmptyExpression;S.assertJSXExpressionContainer=assertJSXExpressionContainer;S.assertJSXFragment=assertJSXFragment;S.assertJSXIdentifier=assertJSXIdentifier;S.assertJSXMemberExpression=assertJSXMemberExpression;S.assertJSXNamespacedName=assertJSXNamespacedName;S.assertJSXOpeningElement=assertJSXOpeningElement;S.assertJSXOpeningFragment=assertJSXOpeningFragment;S.assertJSXSpreadAttribute=assertJSXSpreadAttribute;S.assertJSXSpreadChild=assertJSXSpreadChild;S.assertJSXText=assertJSXText;S.assertLVal=assertLVal;S.assertLabeledStatement=assertLabeledStatement;S.assertLiteral=assertLiteral;S.assertLogicalExpression=assertLogicalExpression;S.assertLoop=assertLoop;S.assertMemberExpression=assertMemberExpression;S.assertMetaProperty=assertMetaProperty;S.assertMethod=assertMethod;S.assertMiscellaneous=assertMiscellaneous;S.assertMixedTypeAnnotation=assertMixedTypeAnnotation;S.assertModuleDeclaration=assertModuleDeclaration;S.assertModuleExpression=assertModuleExpression;S.assertModuleSpecifier=assertModuleSpecifier;S.assertNewExpression=assertNewExpression;S.assertNoop=assertNoop;S.assertNullLiteral=assertNullLiteral;S.assertNullLiteralTypeAnnotation=assertNullLiteralTypeAnnotation;S.assertNullableTypeAnnotation=assertNullableTypeAnnotation;S.assertNumberLiteral=assertNumberLiteral;S.assertNumberLiteralTypeAnnotation=assertNumberLiteralTypeAnnotation;S.assertNumberTypeAnnotation=assertNumberTypeAnnotation;S.assertNumericLiteral=assertNumericLiteral;S.assertObjectExpression=assertObjectExpression;S.assertObjectMember=assertObjectMember;S.assertObjectMethod=assertObjectMethod;S.assertObjectPattern=assertObjectPattern;S.assertObjectProperty=assertObjectProperty;S.assertObjectTypeAnnotation=assertObjectTypeAnnotation;S.assertObjectTypeCallProperty=assertObjectTypeCallProperty;S.assertObjectTypeIndexer=assertObjectTypeIndexer;S.assertObjectTypeInternalSlot=assertObjectTypeInternalSlot;S.assertObjectTypeProperty=assertObjectTypeProperty;S.assertObjectTypeSpreadProperty=assertObjectTypeSpreadProperty;S.assertOpaqueType=assertOpaqueType;S.assertOptionalCallExpression=assertOptionalCallExpression;S.assertOptionalIndexedAccessType=assertOptionalIndexedAccessType;S.assertOptionalMemberExpression=assertOptionalMemberExpression;S.assertParenthesizedExpression=assertParenthesizedExpression;S.assertPattern=assertPattern;S.assertPatternLike=assertPatternLike;S.assertPipelineBareFunction=assertPipelineBareFunction;S.assertPipelinePrimaryTopicReference=assertPipelinePrimaryTopicReference;S.assertPipelineTopicExpression=assertPipelineTopicExpression;S.assertPlaceholder=assertPlaceholder;S.assertPrivate=assertPrivate;S.assertPrivateName=assertPrivateName;S.assertProgram=assertProgram;S.assertProperty=assertProperty;S.assertPureish=assertPureish;S.assertQualifiedTypeIdentifier=assertQualifiedTypeIdentifier;S.assertRecordExpression=assertRecordExpression;S.assertRegExpLiteral=assertRegExpLiteral;S.assertRegexLiteral=assertRegexLiteral;S.assertRestElement=assertRestElement;S.assertRestProperty=assertRestProperty;S.assertReturnStatement=assertReturnStatement;S.assertScopable=assertScopable;S.assertSequenceExpression=assertSequenceExpression;S.assertSpreadElement=assertSpreadElement;S.assertSpreadProperty=assertSpreadProperty;S.assertStandardized=assertStandardized;S.assertStatement=assertStatement;S.assertStaticBlock=assertStaticBlock;S.assertStringLiteral=assertStringLiteral;S.assertStringLiteralTypeAnnotation=assertStringLiteralTypeAnnotation;S.assertStringTypeAnnotation=assertStringTypeAnnotation;S.assertSuper=assertSuper;S.assertSwitchCase=assertSwitchCase;S.assertSwitchStatement=assertSwitchStatement;S.assertSymbolTypeAnnotation=assertSymbolTypeAnnotation;S.assertTSAnyKeyword=assertTSAnyKeyword;S.assertTSArrayType=assertTSArrayType;S.assertTSAsExpression=assertTSAsExpression;S.assertTSBaseType=assertTSBaseType;S.assertTSBigIntKeyword=assertTSBigIntKeyword;S.assertTSBooleanKeyword=assertTSBooleanKeyword;S.assertTSCallSignatureDeclaration=assertTSCallSignatureDeclaration;S.assertTSConditionalType=assertTSConditionalType;S.assertTSConstructSignatureDeclaration=assertTSConstructSignatureDeclaration;S.assertTSConstructorType=assertTSConstructorType;S.assertTSDeclareFunction=assertTSDeclareFunction;S.assertTSDeclareMethod=assertTSDeclareMethod;S.assertTSEntityName=assertTSEntityName;S.assertTSEnumBody=assertTSEnumBody;S.assertTSEnumDeclaration=assertTSEnumDeclaration;S.assertTSEnumMember=assertTSEnumMember;S.assertTSExportAssignment=assertTSExportAssignment;S.assertTSExpressionWithTypeArguments=assertTSExpressionWithTypeArguments;S.assertTSExternalModuleReference=assertTSExternalModuleReference;S.assertTSFunctionType=assertTSFunctionType;S.assertTSImportEqualsDeclaration=assertTSImportEqualsDeclaration;S.assertTSImportType=assertTSImportType;S.assertTSIndexSignature=assertTSIndexSignature;S.assertTSIndexedAccessType=assertTSIndexedAccessType;S.assertTSInferType=assertTSInferType;S.assertTSInstantiationExpression=assertTSInstantiationExpression;S.assertTSInterfaceBody=assertTSInterfaceBody;S.assertTSInterfaceDeclaration=assertTSInterfaceDeclaration;S.assertTSIntersectionType=assertTSIntersectionType;S.assertTSIntrinsicKeyword=assertTSIntrinsicKeyword;S.assertTSLiteralType=assertTSLiteralType;S.assertTSMappedType=assertTSMappedType;S.assertTSMethodSignature=assertTSMethodSignature;S.assertTSModuleBlock=assertTSModuleBlock;S.assertTSModuleDeclaration=assertTSModuleDeclaration;S.assertTSNamedTupleMember=assertTSNamedTupleMember;S.assertTSNamespaceExportDeclaration=assertTSNamespaceExportDeclaration;S.assertTSNeverKeyword=assertTSNeverKeyword;S.assertTSNonNullExpression=assertTSNonNullExpression;S.assertTSNullKeyword=assertTSNullKeyword;S.assertTSNumberKeyword=assertTSNumberKeyword;S.assertTSObjectKeyword=assertTSObjectKeyword;S.assertTSOptionalType=assertTSOptionalType;S.assertTSParameterProperty=assertTSParameterProperty;S.assertTSParenthesizedType=assertTSParenthesizedType;S.assertTSPropertySignature=assertTSPropertySignature;S.assertTSQualifiedName=assertTSQualifiedName;S.assertTSRestType=assertTSRestType;S.assertTSSatisfiesExpression=assertTSSatisfiesExpression;S.assertTSStringKeyword=assertTSStringKeyword;S.assertTSSymbolKeyword=assertTSSymbolKeyword;S.assertTSTemplateLiteralType=assertTSTemplateLiteralType;S.assertTSThisType=assertTSThisType;S.assertTSTupleType=assertTSTupleType;S.assertTSType=assertTSType;S.assertTSTypeAliasDeclaration=assertTSTypeAliasDeclaration;S.assertTSTypeAnnotation=assertTSTypeAnnotation;S.assertTSTypeAssertion=assertTSTypeAssertion;S.assertTSTypeElement=assertTSTypeElement;S.assertTSTypeLiteral=assertTSTypeLiteral;S.assertTSTypeOperator=assertTSTypeOperator;S.assertTSTypeParameter=assertTSTypeParameter;S.assertTSTypeParameterDeclaration=assertTSTypeParameterDeclaration;S.assertTSTypeParameterInstantiation=assertTSTypeParameterInstantiation;S.assertTSTypePredicate=assertTSTypePredicate;S.assertTSTypeQuery=assertTSTypeQuery;S.assertTSTypeReference=assertTSTypeReference;S.assertTSUndefinedKeyword=assertTSUndefinedKeyword;S.assertTSUnionType=assertTSUnionType;S.assertTSUnknownKeyword=assertTSUnknownKeyword;S.assertTSVoidKeyword=assertTSVoidKeyword;S.assertTaggedTemplateExpression=assertTaggedTemplateExpression;S.assertTemplateElement=assertTemplateElement;S.assertTemplateLiteral=assertTemplateLiteral;S.assertTerminatorless=assertTerminatorless;S.assertThisExpression=assertThisExpression;S.assertThisTypeAnnotation=assertThisTypeAnnotation;S.assertThrowStatement=assertThrowStatement;S.assertTopicReference=assertTopicReference;S.assertTryStatement=assertTryStatement;S.assertTupleExpression=assertTupleExpression;S.assertTupleTypeAnnotation=assertTupleTypeAnnotation;S.assertTypeAlias=assertTypeAlias;S.assertTypeAnnotation=assertTypeAnnotation;S.assertTypeCastExpression=assertTypeCastExpression;S.assertTypeParameter=assertTypeParameter;S.assertTypeParameterDeclaration=assertTypeParameterDeclaration;S.assertTypeParameterInstantiation=assertTypeParameterInstantiation;S.assertTypeScript=assertTypeScript;S.assertTypeofTypeAnnotation=assertTypeofTypeAnnotation;S.assertUnaryExpression=assertUnaryExpression;S.assertUnaryLike=assertUnaryLike;S.assertUnionTypeAnnotation=assertUnionTypeAnnotation;S.assertUpdateExpression=assertUpdateExpression;S.assertUserWhitespacable=assertUserWhitespacable;S.assertV8IntrinsicIdentifier=assertV8IntrinsicIdentifier;S.assertVariableDeclaration=assertVariableDeclaration;S.assertVariableDeclarator=assertVariableDeclarator;S.assertVariance=assertVariance;S.assertVoidPattern=assertVoidPattern;S.assertVoidTypeAnnotation=assertVoidTypeAnnotation;S.assertWhile=assertWhile;S.assertWhileStatement=assertWhileStatement;S.assertWithStatement=assertWithStatement;S.assertYieldExpression=assertYieldExpression;var ee=J(23951);var te=J(14411);function assert(b,S,J){if(!(0,ee.default)(b,S,J)){throw new Error(`Expected type "${b}" with option ${JSON.stringify(J)}, `+`but instead got "${S.type}".`)}}function assertArrayExpression(b,S){assert("ArrayExpression",b,S)}function assertAssignmentExpression(b,S){assert("AssignmentExpression",b,S)}function assertBinaryExpression(b,S){assert("BinaryExpression",b,S)}function assertInterpreterDirective(b,S){assert("InterpreterDirective",b,S)}function assertDirective(b,S){assert("Directive",b,S)}function assertDirectiveLiteral(b,S){assert("DirectiveLiteral",b,S)}function assertBlockStatement(b,S){assert("BlockStatement",b,S)}function assertBreakStatement(b,S){assert("BreakStatement",b,S)}function assertCallExpression(b,S){assert("CallExpression",b,S)}function assertCatchClause(b,S){assert("CatchClause",b,S)}function assertConditionalExpression(b,S){assert("ConditionalExpression",b,S)}function assertContinueStatement(b,S){assert("ContinueStatement",b,S)}function assertDebuggerStatement(b,S){assert("DebuggerStatement",b,S)}function assertDoWhileStatement(b,S){assert("DoWhileStatement",b,S)}function assertEmptyStatement(b,S){assert("EmptyStatement",b,S)}function assertExpressionStatement(b,S){assert("ExpressionStatement",b,S)}function assertFile(b,S){assert("File",b,S)}function assertForInStatement(b,S){assert("ForInStatement",b,S)}function assertForStatement(b,S){assert("ForStatement",b,S)}function assertFunctionDeclaration(b,S){assert("FunctionDeclaration",b,S)}function assertFunctionExpression(b,S){assert("FunctionExpression",b,S)}function assertIdentifier(b,S){assert("Identifier",b,S)}function assertIfStatement(b,S){assert("IfStatement",b,S)}function assertLabeledStatement(b,S){assert("LabeledStatement",b,S)}function assertStringLiteral(b,S){assert("StringLiteral",b,S)}function assertNumericLiteral(b,S){assert("NumericLiteral",b,S)}function assertNullLiteral(b,S){assert("NullLiteral",b,S)}function assertBooleanLiteral(b,S){assert("BooleanLiteral",b,S)}function assertRegExpLiteral(b,S){assert("RegExpLiteral",b,S)}function assertLogicalExpression(b,S){assert("LogicalExpression",b,S)}function assertMemberExpression(b,S){assert("MemberExpression",b,S)}function assertNewExpression(b,S){assert("NewExpression",b,S)}function assertProgram(b,S){assert("Program",b,S)}function assertObjectExpression(b,S){assert("ObjectExpression",b,S)}function assertObjectMethod(b,S){assert("ObjectMethod",b,S)}function assertObjectProperty(b,S){assert("ObjectProperty",b,S)}function assertRestElement(b,S){assert("RestElement",b,S)}function assertReturnStatement(b,S){assert("ReturnStatement",b,S)}function assertSequenceExpression(b,S){assert("SequenceExpression",b,S)}function assertParenthesizedExpression(b,S){assert("ParenthesizedExpression",b,S)}function assertSwitchCase(b,S){assert("SwitchCase",b,S)}function assertSwitchStatement(b,S){assert("SwitchStatement",b,S)}function assertThisExpression(b,S){assert("ThisExpression",b,S)}function assertThrowStatement(b,S){assert("ThrowStatement",b,S)}function assertTryStatement(b,S){assert("TryStatement",b,S)}function assertUnaryExpression(b,S){assert("UnaryExpression",b,S)}function assertUpdateExpression(b,S){assert("UpdateExpression",b,S)}function assertVariableDeclaration(b,S){assert("VariableDeclaration",b,S)}function assertVariableDeclarator(b,S){assert("VariableDeclarator",b,S)}function assertWhileStatement(b,S){assert("WhileStatement",b,S)}function assertWithStatement(b,S){assert("WithStatement",b,S)}function assertAssignmentPattern(b,S){assert("AssignmentPattern",b,S)}function assertArrayPattern(b,S){assert("ArrayPattern",b,S)}function assertArrowFunctionExpression(b,S){assert("ArrowFunctionExpression",b,S)}function assertClassBody(b,S){assert("ClassBody",b,S)}function assertClassExpression(b,S){assert("ClassExpression",b,S)}function assertClassDeclaration(b,S){assert("ClassDeclaration",b,S)}function assertExportAllDeclaration(b,S){assert("ExportAllDeclaration",b,S)}function assertExportDefaultDeclaration(b,S){assert("ExportDefaultDeclaration",b,S)}function assertExportNamedDeclaration(b,S){assert("ExportNamedDeclaration",b,S)}function assertExportSpecifier(b,S){assert("ExportSpecifier",b,S)}function assertForOfStatement(b,S){assert("ForOfStatement",b,S)}function assertImportDeclaration(b,S){assert("ImportDeclaration",b,S)}function assertImportDefaultSpecifier(b,S){assert("ImportDefaultSpecifier",b,S)}function assertImportNamespaceSpecifier(b,S){assert("ImportNamespaceSpecifier",b,S)}function assertImportSpecifier(b,S){assert("ImportSpecifier",b,S)}function assertImportExpression(b,S){assert("ImportExpression",b,S)}function assertMetaProperty(b,S){assert("MetaProperty",b,S)}function assertClassMethod(b,S){assert("ClassMethod",b,S)}function assertObjectPattern(b,S){assert("ObjectPattern",b,S)}function assertSpreadElement(b,S){assert("SpreadElement",b,S)}function assertSuper(b,S){assert("Super",b,S)}function assertTaggedTemplateExpression(b,S){assert("TaggedTemplateExpression",b,S)}function assertTemplateElement(b,S){assert("TemplateElement",b,S)}function assertTemplateLiteral(b,S){assert("TemplateLiteral",b,S)}function assertYieldExpression(b,S){assert("YieldExpression",b,S)}function assertAwaitExpression(b,S){assert("AwaitExpression",b,S)}function assertImport(b,S){assert("Import",b,S)}function assertBigIntLiteral(b,S){assert("BigIntLiteral",b,S)}function assertExportNamespaceSpecifier(b,S){assert("ExportNamespaceSpecifier",b,S)}function assertOptionalMemberExpression(b,S){assert("OptionalMemberExpression",b,S)}function assertOptionalCallExpression(b,S){assert("OptionalCallExpression",b,S)}function assertClassProperty(b,S){assert("ClassProperty",b,S)}function assertClassAccessorProperty(b,S){assert("ClassAccessorProperty",b,S)}function assertClassPrivateProperty(b,S){assert("ClassPrivateProperty",b,S)}function assertClassPrivateMethod(b,S){assert("ClassPrivateMethod",b,S)}function assertPrivateName(b,S){assert("PrivateName",b,S)}function assertStaticBlock(b,S){assert("StaticBlock",b,S)}function assertImportAttribute(b,S){assert("ImportAttribute",b,S)}function assertAnyTypeAnnotation(b,S){assert("AnyTypeAnnotation",b,S)}function assertArrayTypeAnnotation(b,S){assert("ArrayTypeAnnotation",b,S)}function assertBooleanTypeAnnotation(b,S){assert("BooleanTypeAnnotation",b,S)}function assertBooleanLiteralTypeAnnotation(b,S){assert("BooleanLiteralTypeAnnotation",b,S)}function assertNullLiteralTypeAnnotation(b,S){assert("NullLiteralTypeAnnotation",b,S)}function assertClassImplements(b,S){assert("ClassImplements",b,S)}function assertDeclareClass(b,S){assert("DeclareClass",b,S)}function assertDeclareFunction(b,S){assert("DeclareFunction",b,S)}function assertDeclareInterface(b,S){assert("DeclareInterface",b,S)}function assertDeclareModule(b,S){assert("DeclareModule",b,S)}function assertDeclareModuleExports(b,S){assert("DeclareModuleExports",b,S)}function assertDeclareTypeAlias(b,S){assert("DeclareTypeAlias",b,S)}function assertDeclareOpaqueType(b,S){assert("DeclareOpaqueType",b,S)}function assertDeclareVariable(b,S){assert("DeclareVariable",b,S)}function assertDeclareExportDeclaration(b,S){assert("DeclareExportDeclaration",b,S)}function assertDeclareExportAllDeclaration(b,S){assert("DeclareExportAllDeclaration",b,S)}function assertDeclaredPredicate(b,S){assert("DeclaredPredicate",b,S)}function assertExistsTypeAnnotation(b,S){assert("ExistsTypeAnnotation",b,S)}function assertFunctionTypeAnnotation(b,S){assert("FunctionTypeAnnotation",b,S)}function assertFunctionTypeParam(b,S){assert("FunctionTypeParam",b,S)}function assertGenericTypeAnnotation(b,S){assert("GenericTypeAnnotation",b,S)}function assertInferredPredicate(b,S){assert("InferredPredicate",b,S)}function assertInterfaceExtends(b,S){assert("InterfaceExtends",b,S)}function assertInterfaceDeclaration(b,S){assert("InterfaceDeclaration",b,S)}function assertInterfaceTypeAnnotation(b,S){assert("InterfaceTypeAnnotation",b,S)}function assertIntersectionTypeAnnotation(b,S){assert("IntersectionTypeAnnotation",b,S)}function assertMixedTypeAnnotation(b,S){assert("MixedTypeAnnotation",b,S)}function assertEmptyTypeAnnotation(b,S){assert("EmptyTypeAnnotation",b,S)}function assertNullableTypeAnnotation(b,S){assert("NullableTypeAnnotation",b,S)}function assertNumberLiteralTypeAnnotation(b,S){assert("NumberLiteralTypeAnnotation",b,S)}function assertNumberTypeAnnotation(b,S){assert("NumberTypeAnnotation",b,S)}function assertObjectTypeAnnotation(b,S){assert("ObjectTypeAnnotation",b,S)}function assertObjectTypeInternalSlot(b,S){assert("ObjectTypeInternalSlot",b,S)}function assertObjectTypeCallProperty(b,S){assert("ObjectTypeCallProperty",b,S)}function assertObjectTypeIndexer(b,S){assert("ObjectTypeIndexer",b,S)}function assertObjectTypeProperty(b,S){assert("ObjectTypeProperty",b,S)}function assertObjectTypeSpreadProperty(b,S){assert("ObjectTypeSpreadProperty",b,S)}function assertOpaqueType(b,S){assert("OpaqueType",b,S)}function assertQualifiedTypeIdentifier(b,S){assert("QualifiedTypeIdentifier",b,S)}function assertStringLiteralTypeAnnotation(b,S){assert("StringLiteralTypeAnnotation",b,S)}function assertStringTypeAnnotation(b,S){assert("StringTypeAnnotation",b,S)}function assertSymbolTypeAnnotation(b,S){assert("SymbolTypeAnnotation",b,S)}function assertThisTypeAnnotation(b,S){assert("ThisTypeAnnotation",b,S)}function assertTupleTypeAnnotation(b,S){assert("TupleTypeAnnotation",b,S)}function assertTypeofTypeAnnotation(b,S){assert("TypeofTypeAnnotation",b,S)}function assertTypeAlias(b,S){assert("TypeAlias",b,S)}function assertTypeAnnotation(b,S){assert("TypeAnnotation",b,S)}function assertTypeCastExpression(b,S){assert("TypeCastExpression",b,S)}function assertTypeParameter(b,S){assert("TypeParameter",b,S)}function assertTypeParameterDeclaration(b,S){assert("TypeParameterDeclaration",b,S)}function assertTypeParameterInstantiation(b,S){assert("TypeParameterInstantiation",b,S)}function assertUnionTypeAnnotation(b,S){assert("UnionTypeAnnotation",b,S)}function assertVariance(b,S){assert("Variance",b,S)}function assertVoidTypeAnnotation(b,S){assert("VoidTypeAnnotation",b,S)}function assertEnumDeclaration(b,S){assert("EnumDeclaration",b,S)}function assertEnumBooleanBody(b,S){assert("EnumBooleanBody",b,S)}function assertEnumNumberBody(b,S){assert("EnumNumberBody",b,S)}function assertEnumStringBody(b,S){assert("EnumStringBody",b,S)}function assertEnumSymbolBody(b,S){assert("EnumSymbolBody",b,S)}function assertEnumBooleanMember(b,S){assert("EnumBooleanMember",b,S)}function assertEnumNumberMember(b,S){assert("EnumNumberMember",b,S)}function assertEnumStringMember(b,S){assert("EnumStringMember",b,S)}function assertEnumDefaultedMember(b,S){assert("EnumDefaultedMember",b,S)}function assertIndexedAccessType(b,S){assert("IndexedAccessType",b,S)}function assertOptionalIndexedAccessType(b,S){assert("OptionalIndexedAccessType",b,S)}function assertJSXAttribute(b,S){assert("JSXAttribute",b,S)}function assertJSXClosingElement(b,S){assert("JSXClosingElement",b,S)}function assertJSXElement(b,S){assert("JSXElement",b,S)}function assertJSXEmptyExpression(b,S){assert("JSXEmptyExpression",b,S)}function assertJSXExpressionContainer(b,S){assert("JSXExpressionContainer",b,S)}function assertJSXSpreadChild(b,S){assert("JSXSpreadChild",b,S)}function assertJSXIdentifier(b,S){assert("JSXIdentifier",b,S)}function assertJSXMemberExpression(b,S){assert("JSXMemberExpression",b,S)}function assertJSXNamespacedName(b,S){assert("JSXNamespacedName",b,S)}function assertJSXOpeningElement(b,S){assert("JSXOpeningElement",b,S)}function assertJSXSpreadAttribute(b,S){assert("JSXSpreadAttribute",b,S)}function assertJSXText(b,S){assert("JSXText",b,S)}function assertJSXFragment(b,S){assert("JSXFragment",b,S)}function assertJSXOpeningFragment(b,S){assert("JSXOpeningFragment",b,S)}function assertJSXClosingFragment(b,S){assert("JSXClosingFragment",b,S)}function assertNoop(b,S){assert("Noop",b,S)}function assertPlaceholder(b,S){assert("Placeholder",b,S)}function assertV8IntrinsicIdentifier(b,S){assert("V8IntrinsicIdentifier",b,S)}function assertArgumentPlaceholder(b,S){assert("ArgumentPlaceholder",b,S)}function assertBindExpression(b,S){assert("BindExpression",b,S)}function assertDecorator(b,S){assert("Decorator",b,S)}function assertDoExpression(b,S){assert("DoExpression",b,S)}function assertExportDefaultSpecifier(b,S){assert("ExportDefaultSpecifier",b,S)}function assertRecordExpression(b,S){assert("RecordExpression",b,S)}function assertTupleExpression(b,S){assert("TupleExpression",b,S)}function assertDecimalLiteral(b,S){assert("DecimalLiteral",b,S)}function assertModuleExpression(b,S){assert("ModuleExpression",b,S)}function assertTopicReference(b,S){assert("TopicReference",b,S)}function assertPipelineTopicExpression(b,S){assert("PipelineTopicExpression",b,S)}function assertPipelineBareFunction(b,S){assert("PipelineBareFunction",b,S)}function assertPipelinePrimaryTopicReference(b,S){assert("PipelinePrimaryTopicReference",b,S)}function assertVoidPattern(b,S){assert("VoidPattern",b,S)}function assertTSParameterProperty(b,S){assert("TSParameterProperty",b,S)}function assertTSDeclareFunction(b,S){assert("TSDeclareFunction",b,S)}function assertTSDeclareMethod(b,S){assert("TSDeclareMethod",b,S)}function assertTSQualifiedName(b,S){assert("TSQualifiedName",b,S)}function assertTSCallSignatureDeclaration(b,S){assert("TSCallSignatureDeclaration",b,S)}function assertTSConstructSignatureDeclaration(b,S){assert("TSConstructSignatureDeclaration",b,S)}function assertTSPropertySignature(b,S){assert("TSPropertySignature",b,S)}function assertTSMethodSignature(b,S){assert("TSMethodSignature",b,S)}function assertTSIndexSignature(b,S){assert("TSIndexSignature",b,S)}function assertTSAnyKeyword(b,S){assert("TSAnyKeyword",b,S)}function assertTSBooleanKeyword(b,S){assert("TSBooleanKeyword",b,S)}function assertTSBigIntKeyword(b,S){assert("TSBigIntKeyword",b,S)}function assertTSIntrinsicKeyword(b,S){assert("TSIntrinsicKeyword",b,S)}function assertTSNeverKeyword(b,S){assert("TSNeverKeyword",b,S)}function assertTSNullKeyword(b,S){assert("TSNullKeyword",b,S)}function assertTSNumberKeyword(b,S){assert("TSNumberKeyword",b,S)}function assertTSObjectKeyword(b,S){assert("TSObjectKeyword",b,S)}function assertTSStringKeyword(b,S){assert("TSStringKeyword",b,S)}function assertTSSymbolKeyword(b,S){assert("TSSymbolKeyword",b,S)}function assertTSUndefinedKeyword(b,S){assert("TSUndefinedKeyword",b,S)}function assertTSUnknownKeyword(b,S){assert("TSUnknownKeyword",b,S)}function assertTSVoidKeyword(b,S){assert("TSVoidKeyword",b,S)}function assertTSThisType(b,S){assert("TSThisType",b,S)}function assertTSFunctionType(b,S){assert("TSFunctionType",b,S)}function assertTSConstructorType(b,S){assert("TSConstructorType",b,S)}function assertTSTypeReference(b,S){assert("TSTypeReference",b,S)}function assertTSTypePredicate(b,S){assert("TSTypePredicate",b,S)}function assertTSTypeQuery(b,S){assert("TSTypeQuery",b,S)}function assertTSTypeLiteral(b,S){assert("TSTypeLiteral",b,S)}function assertTSArrayType(b,S){assert("TSArrayType",b,S)}function assertTSTupleType(b,S){assert("TSTupleType",b,S)}function assertTSOptionalType(b,S){assert("TSOptionalType",b,S)}function assertTSRestType(b,S){assert("TSRestType",b,S)}function assertTSNamedTupleMember(b,S){assert("TSNamedTupleMember",b,S)}function assertTSUnionType(b,S){assert("TSUnionType",b,S)}function assertTSIntersectionType(b,S){assert("TSIntersectionType",b,S)}function assertTSConditionalType(b,S){assert("TSConditionalType",b,S)}function assertTSInferType(b,S){assert("TSInferType",b,S)}function assertTSParenthesizedType(b,S){assert("TSParenthesizedType",b,S)}function assertTSTypeOperator(b,S){assert("TSTypeOperator",b,S)}function assertTSIndexedAccessType(b,S){assert("TSIndexedAccessType",b,S)}function assertTSMappedType(b,S){assert("TSMappedType",b,S)}function assertTSTemplateLiteralType(b,S){assert("TSTemplateLiteralType",b,S)}function assertTSLiteralType(b,S){assert("TSLiteralType",b,S)}function assertTSExpressionWithTypeArguments(b,S){assert("TSExpressionWithTypeArguments",b,S)}function assertTSInterfaceDeclaration(b,S){assert("TSInterfaceDeclaration",b,S)}function assertTSInterfaceBody(b,S){assert("TSInterfaceBody",b,S)}function assertTSTypeAliasDeclaration(b,S){assert("TSTypeAliasDeclaration",b,S)}function assertTSInstantiationExpression(b,S){assert("TSInstantiationExpression",b,S)}function assertTSAsExpression(b,S){assert("TSAsExpression",b,S)}function assertTSSatisfiesExpression(b,S){assert("TSSatisfiesExpression",b,S)}function assertTSTypeAssertion(b,S){assert("TSTypeAssertion",b,S)}function assertTSEnumBody(b,S){assert("TSEnumBody",b,S)}function assertTSEnumDeclaration(b,S){assert("TSEnumDeclaration",b,S)}function assertTSEnumMember(b,S){assert("TSEnumMember",b,S)}function assertTSModuleDeclaration(b,S){assert("TSModuleDeclaration",b,S)}function assertTSModuleBlock(b,S){assert("TSModuleBlock",b,S)}function assertTSImportType(b,S){assert("TSImportType",b,S)}function assertTSImportEqualsDeclaration(b,S){assert("TSImportEqualsDeclaration",b,S)}function assertTSExternalModuleReference(b,S){assert("TSExternalModuleReference",b,S)}function assertTSNonNullExpression(b,S){assert("TSNonNullExpression",b,S)}function assertTSExportAssignment(b,S){assert("TSExportAssignment",b,S)}function assertTSNamespaceExportDeclaration(b,S){assert("TSNamespaceExportDeclaration",b,S)}function assertTSTypeAnnotation(b,S){assert("TSTypeAnnotation",b,S)}function assertTSTypeParameterInstantiation(b,S){assert("TSTypeParameterInstantiation",b,S)}function assertTSTypeParameterDeclaration(b,S){assert("TSTypeParameterDeclaration",b,S)}function assertTSTypeParameter(b,S){assert("TSTypeParameter",b,S)}function assertStandardized(b,S){assert("Standardized",b,S)}function assertExpression(b,S){assert("Expression",b,S)}function assertBinary(b,S){assert("Binary",b,S)}function assertScopable(b,S){assert("Scopable",b,S)}function assertBlockParent(b,S){assert("BlockParent",b,S)}function assertBlock(b,S){assert("Block",b,S)}function assertStatement(b,S){assert("Statement",b,S)}function assertTerminatorless(b,S){assert("Terminatorless",b,S)}function assertCompletionStatement(b,S){assert("CompletionStatement",b,S)}function assertConditional(b,S){assert("Conditional",b,S)}function assertLoop(b,S){assert("Loop",b,S)}function assertWhile(b,S){assert("While",b,S)}function assertExpressionWrapper(b,S){assert("ExpressionWrapper",b,S)}function assertFor(b,S){assert("For",b,S)}function assertForXStatement(b,S){assert("ForXStatement",b,S)}function assertFunction(b,S){assert("Function",b,S)}function assertFunctionParent(b,S){assert("FunctionParent",b,S)}function assertPureish(b,S){assert("Pureish",b,S)}function assertDeclaration(b,S){assert("Declaration",b,S)}function assertFunctionParameter(b,S){assert("FunctionParameter",b,S)}function assertPatternLike(b,S){assert("PatternLike",b,S)}function assertLVal(b,S){assert("LVal",b,S)}function assertTSEntityName(b,S){assert("TSEntityName",b,S)}function assertLiteral(b,S){assert("Literal",b,S)}function assertImmutable(b,S){assert("Immutable",b,S)}function assertUserWhitespacable(b,S){assert("UserWhitespacable",b,S)}function assertMethod(b,S){assert("Method",b,S)}function assertObjectMember(b,S){assert("ObjectMember",b,S)}function assertProperty(b,S){assert("Property",b,S)}function assertUnaryLike(b,S){assert("UnaryLike",b,S)}function assertPattern(b,S){assert("Pattern",b,S)}function assertClass(b,S){assert("Class",b,S)}function assertImportOrExportDeclaration(b,S){assert("ImportOrExportDeclaration",b,S)}function assertExportDeclaration(b,S){assert("ExportDeclaration",b,S)}function assertModuleSpecifier(b,S){assert("ModuleSpecifier",b,S)}function assertAccessor(b,S){assert("Accessor",b,S)}function assertPrivate(b,S){assert("Private",b,S)}function assertFlow(b,S){assert("Flow",b,S)}function assertFlowType(b,S){assert("FlowType",b,S)}function assertFlowBaseAnnotation(b,S){assert("FlowBaseAnnotation",b,S)}function assertFlowDeclaration(b,S){assert("FlowDeclaration",b,S)}function assertFlowPredicate(b,S){assert("FlowPredicate",b,S)}function assertEnumBody(b,S){assert("EnumBody",b,S)}function assertEnumMember(b,S){assert("EnumMember",b,S)}function assertJSX(b,S){assert("JSX",b,S)}function assertMiscellaneous(b,S){assert("Miscellaneous",b,S)}function assertTypeScript(b,S){assert("TypeScript",b,S)}function assertTSTypeElement(b,S){assert("TSTypeElement",b,S)}function assertTSType(b,S){assert("TSType",b,S)}function assertTSBaseType(b,S){assert("TSBaseType",b,S)}function assertNumberLiteral(b,S){(0,te.default)("assertNumberLiteral","assertNumericLiteral");assert("NumberLiteral",b,S)}function assertRegexLiteral(b,S){(0,te.default)("assertRegexLiteral","assertRegExpLiteral");assert("RegexLiteral",b,S)}function assertRestProperty(b,S){(0,te.default)("assertRestProperty","assertRestElement");assert("RestProperty",b,S)}function assertSpreadProperty(b,S){(0,te.default)("assertSpreadProperty","assertSpreadElement");assert("SpreadProperty",b,S)}function assertModuleDeclaration(b,S){(0,te.default)("assertModuleDeclaration","assertImportOrExportDeclaration");assert("ModuleDeclaration",b,S)}},89978:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=createFlowUnionType;var ee=J(54002);var te=J(5150);function createFlowUnionType(b){const S=(0,te.default)(b);if(S.length===1){return S[0]}else{return(0,ee.unionTypeAnnotation)(S)}}},53753:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(54002);var te=S["default"]=createTypeAnnotationBasedOnTypeof;function createTypeAnnotationBasedOnTypeof(b){switch(b){case"string":return(0,ee.stringTypeAnnotation)();case"number":return(0,ee.numberTypeAnnotation)();case"undefined":return(0,ee.voidTypeAnnotation)();case"boolean":return(0,ee.booleanTypeAnnotation)();case"function":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Function"));case"object":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Object"));case"symbol":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Symbol"));case"bigint":return(0,ee.anyTypeAnnotation)()}throw new Error("Invalid typeof value: "+b)}},54002:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});var ee=J(74883);Object.keys(ee).forEach((function(b){if(b==="default"||b==="__esModule")return;if(b in S&&S[b]===ee[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return ee[b]}})}));var te=J(89898);Object.keys(te).forEach((function(b){if(b==="default"||b==="__esModule")return;if(b in S&&S[b]===te[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return te[b]}})}))},74883:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.anyTypeAnnotation=anyTypeAnnotation;S.argumentPlaceholder=argumentPlaceholder;S.arrayExpression=arrayExpression;S.arrayPattern=arrayPattern;S.arrayTypeAnnotation=arrayTypeAnnotation;S.arrowFunctionExpression=arrowFunctionExpression;S.assignmentExpression=assignmentExpression;S.assignmentPattern=assignmentPattern;S.awaitExpression=awaitExpression;S.bigIntLiteral=bigIntLiteral;S.binaryExpression=binaryExpression;S.bindExpression=bindExpression;S.blockStatement=blockStatement;S.booleanLiteral=booleanLiteral;S.booleanLiteralTypeAnnotation=booleanLiteralTypeAnnotation;S.booleanTypeAnnotation=booleanTypeAnnotation;S.breakStatement=breakStatement;S.callExpression=callExpression;S.catchClause=catchClause;S.classAccessorProperty=classAccessorProperty;S.classBody=classBody;S.classDeclaration=classDeclaration;S.classExpression=classExpression;S.classImplements=classImplements;S.classMethod=classMethod;S.classPrivateMethod=classPrivateMethod;S.classPrivateProperty=classPrivateProperty;S.classProperty=classProperty;S.conditionalExpression=conditionalExpression;S.continueStatement=continueStatement;S.debuggerStatement=debuggerStatement;S.decimalLiteral=decimalLiteral;S.declareClass=declareClass;S.declareExportAllDeclaration=declareExportAllDeclaration;S.declareExportDeclaration=declareExportDeclaration;S.declareFunction=declareFunction;S.declareInterface=declareInterface;S.declareModule=declareModule;S.declareModuleExports=declareModuleExports;S.declareOpaqueType=declareOpaqueType;S.declareTypeAlias=declareTypeAlias;S.declareVariable=declareVariable;S.declaredPredicate=declaredPredicate;S.decorator=decorator;S.directive=directive;S.directiveLiteral=directiveLiteral;S.doExpression=doExpression;S.doWhileStatement=doWhileStatement;S.emptyStatement=emptyStatement;S.emptyTypeAnnotation=emptyTypeAnnotation;S.enumBooleanBody=enumBooleanBody;S.enumBooleanMember=enumBooleanMember;S.enumDeclaration=enumDeclaration;S.enumDefaultedMember=enumDefaultedMember;S.enumNumberBody=enumNumberBody;S.enumNumberMember=enumNumberMember;S.enumStringBody=enumStringBody;S.enumStringMember=enumStringMember;S.enumSymbolBody=enumSymbolBody;S.existsTypeAnnotation=existsTypeAnnotation;S.exportAllDeclaration=exportAllDeclaration;S.exportDefaultDeclaration=exportDefaultDeclaration;S.exportDefaultSpecifier=exportDefaultSpecifier;S.exportNamedDeclaration=exportNamedDeclaration;S.exportNamespaceSpecifier=exportNamespaceSpecifier;S.exportSpecifier=exportSpecifier;S.expressionStatement=expressionStatement;S.file=file;S.forInStatement=forInStatement;S.forOfStatement=forOfStatement;S.forStatement=forStatement;S.functionDeclaration=functionDeclaration;S.functionExpression=functionExpression;S.functionTypeAnnotation=functionTypeAnnotation;S.functionTypeParam=functionTypeParam;S.genericTypeAnnotation=genericTypeAnnotation;S.identifier=identifier;S.ifStatement=ifStatement;S["import"]=_import;S.importAttribute=importAttribute;S.importDeclaration=importDeclaration;S.importDefaultSpecifier=importDefaultSpecifier;S.importExpression=importExpression;S.importNamespaceSpecifier=importNamespaceSpecifier;S.importSpecifier=importSpecifier;S.indexedAccessType=indexedAccessType;S.inferredPredicate=inferredPredicate;S.interfaceDeclaration=interfaceDeclaration;S.interfaceExtends=interfaceExtends;S.interfaceTypeAnnotation=interfaceTypeAnnotation;S.interpreterDirective=interpreterDirective;S.intersectionTypeAnnotation=intersectionTypeAnnotation;S.jSXAttribute=S.jsxAttribute=jsxAttribute;S.jSXClosingElement=S.jsxClosingElement=jsxClosingElement;S.jSXClosingFragment=S.jsxClosingFragment=jsxClosingFragment;S.jSXElement=S.jsxElement=jsxElement;S.jSXEmptyExpression=S.jsxEmptyExpression=jsxEmptyExpression;S.jSXExpressionContainer=S.jsxExpressionContainer=jsxExpressionContainer;S.jSXFragment=S.jsxFragment=jsxFragment;S.jSXIdentifier=S.jsxIdentifier=jsxIdentifier;S.jSXMemberExpression=S.jsxMemberExpression=jsxMemberExpression;S.jSXNamespacedName=S.jsxNamespacedName=jsxNamespacedName;S.jSXOpeningElement=S.jsxOpeningElement=jsxOpeningElement;S.jSXOpeningFragment=S.jsxOpeningFragment=jsxOpeningFragment;S.jSXSpreadAttribute=S.jsxSpreadAttribute=jsxSpreadAttribute;S.jSXSpreadChild=S.jsxSpreadChild=jsxSpreadChild;S.jSXText=S.jsxText=jsxText;S.labeledStatement=labeledStatement;S.logicalExpression=logicalExpression;S.memberExpression=memberExpression;S.metaProperty=metaProperty;S.mixedTypeAnnotation=mixedTypeAnnotation;S.moduleExpression=moduleExpression;S.newExpression=newExpression;S.noop=noop;S.nullLiteral=nullLiteral;S.nullLiteralTypeAnnotation=nullLiteralTypeAnnotation;S.nullableTypeAnnotation=nullableTypeAnnotation;S.numberLiteral=NumberLiteral;S.numberLiteralTypeAnnotation=numberLiteralTypeAnnotation;S.numberTypeAnnotation=numberTypeAnnotation;S.numericLiteral=numericLiteral;S.objectExpression=objectExpression;S.objectMethod=objectMethod;S.objectPattern=objectPattern;S.objectProperty=objectProperty;S.objectTypeAnnotation=objectTypeAnnotation;S.objectTypeCallProperty=objectTypeCallProperty;S.objectTypeIndexer=objectTypeIndexer;S.objectTypeInternalSlot=objectTypeInternalSlot;S.objectTypeProperty=objectTypeProperty;S.objectTypeSpreadProperty=objectTypeSpreadProperty;S.opaqueType=opaqueType;S.optionalCallExpression=optionalCallExpression;S.optionalIndexedAccessType=optionalIndexedAccessType;S.optionalMemberExpression=optionalMemberExpression;S.parenthesizedExpression=parenthesizedExpression;S.pipelineBareFunction=pipelineBareFunction;S.pipelinePrimaryTopicReference=pipelinePrimaryTopicReference;S.pipelineTopicExpression=pipelineTopicExpression;S.placeholder=placeholder;S.privateName=privateName;S.program=program;S.qualifiedTypeIdentifier=qualifiedTypeIdentifier;S.recordExpression=recordExpression;S.regExpLiteral=regExpLiteral;S.regexLiteral=RegexLiteral;S.restElement=restElement;S.restProperty=RestProperty;S.returnStatement=returnStatement;S.sequenceExpression=sequenceExpression;S.spreadElement=spreadElement;S.spreadProperty=SpreadProperty;S.staticBlock=staticBlock;S.stringLiteral=stringLiteral;S.stringLiteralTypeAnnotation=stringLiteralTypeAnnotation;S.stringTypeAnnotation=stringTypeAnnotation;S["super"]=_super;S.switchCase=switchCase;S.switchStatement=switchStatement;S.symbolTypeAnnotation=symbolTypeAnnotation;S.taggedTemplateExpression=taggedTemplateExpression;S.templateElement=templateElement;S.templateLiteral=templateLiteral;S.thisExpression=thisExpression;S.thisTypeAnnotation=thisTypeAnnotation;S.throwStatement=throwStatement;S.topicReference=topicReference;S.tryStatement=tryStatement;S.tSAnyKeyword=S.tsAnyKeyword=tsAnyKeyword;S.tSArrayType=S.tsArrayType=tsArrayType;S.tSAsExpression=S.tsAsExpression=tsAsExpression;S.tSBigIntKeyword=S.tsBigIntKeyword=tsBigIntKeyword;S.tSBooleanKeyword=S.tsBooleanKeyword=tsBooleanKeyword;S.tSCallSignatureDeclaration=S.tsCallSignatureDeclaration=tsCallSignatureDeclaration;S.tSConditionalType=S.tsConditionalType=tsConditionalType;S.tSConstructSignatureDeclaration=S.tsConstructSignatureDeclaration=tsConstructSignatureDeclaration;S.tSConstructorType=S.tsConstructorType=tsConstructorType;S.tSDeclareFunction=S.tsDeclareFunction=tsDeclareFunction;S.tSDeclareMethod=S.tsDeclareMethod=tsDeclareMethod;S.tSEnumBody=S.tsEnumBody=tsEnumBody;S.tSEnumDeclaration=S.tsEnumDeclaration=tsEnumDeclaration;S.tSEnumMember=S.tsEnumMember=tsEnumMember;S.tSExportAssignment=S.tsExportAssignment=tsExportAssignment;S.tSExpressionWithTypeArguments=S.tsExpressionWithTypeArguments=tsExpressionWithTypeArguments;S.tSExternalModuleReference=S.tsExternalModuleReference=tsExternalModuleReference;S.tSFunctionType=S.tsFunctionType=tsFunctionType;S.tSImportEqualsDeclaration=S.tsImportEqualsDeclaration=tsImportEqualsDeclaration;S.tSImportType=S.tsImportType=tsImportType;S.tSIndexSignature=S.tsIndexSignature=tsIndexSignature;S.tSIndexedAccessType=S.tsIndexedAccessType=tsIndexedAccessType;S.tSInferType=S.tsInferType=tsInferType;S.tSInstantiationExpression=S.tsInstantiationExpression=tsInstantiationExpression;S.tSInterfaceBody=S.tsInterfaceBody=tsInterfaceBody;S.tSInterfaceDeclaration=S.tsInterfaceDeclaration=tsInterfaceDeclaration;S.tSIntersectionType=S.tsIntersectionType=tsIntersectionType;S.tSIntrinsicKeyword=S.tsIntrinsicKeyword=tsIntrinsicKeyword;S.tSLiteralType=S.tsLiteralType=tsLiteralType;S.tSMappedType=S.tsMappedType=tsMappedType;S.tSMethodSignature=S.tsMethodSignature=tsMethodSignature;S.tSModuleBlock=S.tsModuleBlock=tsModuleBlock;S.tSModuleDeclaration=S.tsModuleDeclaration=tsModuleDeclaration;S.tSNamedTupleMember=S.tsNamedTupleMember=tsNamedTupleMember;S.tSNamespaceExportDeclaration=S.tsNamespaceExportDeclaration=tsNamespaceExportDeclaration;S.tSNeverKeyword=S.tsNeverKeyword=tsNeverKeyword;S.tSNonNullExpression=S.tsNonNullExpression=tsNonNullExpression;S.tSNullKeyword=S.tsNullKeyword=tsNullKeyword;S.tSNumberKeyword=S.tsNumberKeyword=tsNumberKeyword;S.tSObjectKeyword=S.tsObjectKeyword=tsObjectKeyword;S.tSOptionalType=S.tsOptionalType=tsOptionalType;S.tSParameterProperty=S.tsParameterProperty=tsParameterProperty;S.tSParenthesizedType=S.tsParenthesizedType=tsParenthesizedType;S.tSPropertySignature=S.tsPropertySignature=tsPropertySignature;S.tSQualifiedName=S.tsQualifiedName=tsQualifiedName;S.tSRestType=S.tsRestType=tsRestType;S.tSSatisfiesExpression=S.tsSatisfiesExpression=tsSatisfiesExpression;S.tSStringKeyword=S.tsStringKeyword=tsStringKeyword;S.tSSymbolKeyword=S.tsSymbolKeyword=tsSymbolKeyword;S.tSTemplateLiteralType=S.tsTemplateLiteralType=tsTemplateLiteralType;S.tSThisType=S.tsThisType=tsThisType;S.tSTupleType=S.tsTupleType=tsTupleType;S.tSTypeAliasDeclaration=S.tsTypeAliasDeclaration=tsTypeAliasDeclaration;S.tSTypeAnnotation=S.tsTypeAnnotation=tsTypeAnnotation;S.tSTypeAssertion=S.tsTypeAssertion=tsTypeAssertion;S.tSTypeLiteral=S.tsTypeLiteral=tsTypeLiteral;S.tSTypeOperator=S.tsTypeOperator=tsTypeOperator;S.tSTypeParameter=S.tsTypeParameter=tsTypeParameter;S.tSTypeParameterDeclaration=S.tsTypeParameterDeclaration=tsTypeParameterDeclaration;S.tSTypeParameterInstantiation=S.tsTypeParameterInstantiation=tsTypeParameterInstantiation;S.tSTypePredicate=S.tsTypePredicate=tsTypePredicate;S.tSTypeQuery=S.tsTypeQuery=tsTypeQuery;S.tSTypeReference=S.tsTypeReference=tsTypeReference;S.tSUndefinedKeyword=S.tsUndefinedKeyword=tsUndefinedKeyword;S.tSUnionType=S.tsUnionType=tsUnionType;S.tSUnknownKeyword=S.tsUnknownKeyword=tsUnknownKeyword;S.tSVoidKeyword=S.tsVoidKeyword=tsVoidKeyword;S.tupleExpression=tupleExpression;S.tupleTypeAnnotation=tupleTypeAnnotation;S.typeAlias=typeAlias;S.typeAnnotation=typeAnnotation;S.typeCastExpression=typeCastExpression;S.typeParameter=typeParameter;S.typeParameterDeclaration=typeParameterDeclaration;S.typeParameterInstantiation=typeParameterInstantiation;S.typeofTypeAnnotation=typeofTypeAnnotation;S.unaryExpression=unaryExpression;S.unionTypeAnnotation=unionTypeAnnotation;S.updateExpression=updateExpression;S.v8IntrinsicIdentifier=v8IntrinsicIdentifier;S.variableDeclaration=variableDeclaration;S.variableDeclarator=variableDeclarator;S.variance=variance;S.voidPattern=voidPattern;S.voidTypeAnnotation=voidTypeAnnotation;S.whileStatement=whileStatement;S.withStatement=withStatement;S.yieldExpression=yieldExpression;var ee=J(42625);var te=J(14411);var re=J(56259);const{validateInternal:ne}=ee;const{NODE_FIELDS:ie}=re;function bigIntLiteral(b){if(typeof b==="bigint"){b=b.toString()}const S={type:"BigIntLiteral",value:b};const J=ie.BigIntLiteral;ne(J.value,S,"value",b);return S}function arrayExpression(b=[]){const S={type:"ArrayExpression",elements:b};const J=ie.ArrayExpression;ne(J.elements,S,"elements",b,1);return S}function assignmentExpression(b,S,J){const ee={type:"AssignmentExpression",operator:b,left:S,right:J};const te=ie.AssignmentExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function binaryExpression(b,S,J){const ee={type:"BinaryExpression",operator:b,left:S,right:J};const te=ie.BinaryExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function interpreterDirective(b){const S={type:"InterpreterDirective",value:b};const J=ie.InterpreterDirective;ne(J.value,S,"value",b);return S}function directive(b){const S={type:"Directive",value:b};const J=ie.Directive;ne(J.value,S,"value",b,1);return S}function directiveLiteral(b){const S={type:"DirectiveLiteral",value:b};const J=ie.DirectiveLiteral;ne(J.value,S,"value",b);return S}function blockStatement(b,S=[]){const J={type:"BlockStatement",body:b,directives:S};const ee=ie.BlockStatement;ne(ee.body,J,"body",b,1);ne(ee.directives,J,"directives",S,1);return J}function breakStatement(b=null){const S={type:"BreakStatement",label:b};const J=ie.BreakStatement;ne(J.label,S,"label",b,1);return S}function callExpression(b,S){const J={type:"CallExpression",callee:b,arguments:S};const ee=ie.CallExpression;ne(ee.callee,J,"callee",b,1);ne(ee.arguments,J,"arguments",S,1);return J}function catchClause(b=null,S){const J={type:"CatchClause",param:b,body:S};const ee=ie.CatchClause;ne(ee.param,J,"param",b,1);ne(ee.body,J,"body",S,1);return J}function conditionalExpression(b,S,J){const ee={type:"ConditionalExpression",test:b,consequent:S,alternate:J};const te=ie.ConditionalExpression;ne(te.test,ee,"test",b,1);ne(te.consequent,ee,"consequent",S,1);ne(te.alternate,ee,"alternate",J,1);return ee}function continueStatement(b=null){const S={type:"ContinueStatement",label:b};const J=ie.ContinueStatement;ne(J.label,S,"label",b,1);return S}function debuggerStatement(){return{type:"DebuggerStatement"}}function doWhileStatement(b,S){const J={type:"DoWhileStatement",test:b,body:S};const ee=ie.DoWhileStatement;ne(ee.test,J,"test",b,1);ne(ee.body,J,"body",S,1);return J}function emptyStatement(){return{type:"EmptyStatement"}}function expressionStatement(b){const S={type:"ExpressionStatement",expression:b};const J=ie.ExpressionStatement;ne(J.expression,S,"expression",b,1);return S}function file(b,S=null,J=null){const ee={type:"File",program:b,comments:S,tokens:J};const te=ie.File;ne(te.program,ee,"program",b,1);ne(te.comments,ee,"comments",S,1);ne(te.tokens,ee,"tokens",J);return ee}function forInStatement(b,S,J){const ee={type:"ForInStatement",left:b,right:S,body:J};const te=ie.ForInStatement;ne(te.left,ee,"left",b,1);ne(te.right,ee,"right",S,1);ne(te.body,ee,"body",J,1);return ee}function forStatement(b=null,S=null,J=null,ee){const te={type:"ForStatement",init:b,test:S,update:J,body:ee};const re=ie.ForStatement;ne(re.init,te,"init",b,1);ne(re.test,te,"test",S,1);ne(re.update,te,"update",J,1);ne(re.body,te,"body",ee,1);return te}function functionDeclaration(b=null,S,J,ee=false,te=false){const re={type:"FunctionDeclaration",id:b,params:S,body:J,generator:ee,async:te};const oe=ie.FunctionDeclaration;ne(oe.id,re,"id",b,1);ne(oe.params,re,"params",S,1);ne(oe.body,re,"body",J,1);ne(oe.generator,re,"generator",ee);ne(oe.async,re,"async",te);return re}function functionExpression(b=null,S,J,ee=false,te=false){const re={type:"FunctionExpression",id:b,params:S,body:J,generator:ee,async:te};const oe=ie.FunctionExpression;ne(oe.id,re,"id",b,1);ne(oe.params,re,"params",S,1);ne(oe.body,re,"body",J,1);ne(oe.generator,re,"generator",ee);ne(oe.async,re,"async",te);return re}function identifier(b){const S={type:"Identifier",name:b};const J=ie.Identifier;ne(J.name,S,"name",b);return S}function ifStatement(b,S,J=null){const ee={type:"IfStatement",test:b,consequent:S,alternate:J};const te=ie.IfStatement;ne(te.test,ee,"test",b,1);ne(te.consequent,ee,"consequent",S,1);ne(te.alternate,ee,"alternate",J,1);return ee}function labeledStatement(b,S){const J={type:"LabeledStatement",label:b,body:S};const ee=ie.LabeledStatement;ne(ee.label,J,"label",b,1);ne(ee.body,J,"body",S,1);return J}function stringLiteral(b){const S={type:"StringLiteral",value:b};const J=ie.StringLiteral;ne(J.value,S,"value",b);return S}function numericLiteral(b){const S={type:"NumericLiteral",value:b};const J=ie.NumericLiteral;ne(J.value,S,"value",b);return S}function nullLiteral(){return{type:"NullLiteral"}}function booleanLiteral(b){const S={type:"BooleanLiteral",value:b};const J=ie.BooleanLiteral;ne(J.value,S,"value",b);return S}function regExpLiteral(b,S=""){const J={type:"RegExpLiteral",pattern:b,flags:S};const ee=ie.RegExpLiteral;ne(ee.pattern,J,"pattern",b);ne(ee.flags,J,"flags",S);return J}function logicalExpression(b,S,J){const ee={type:"LogicalExpression",operator:b,left:S,right:J};const te=ie.LogicalExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function memberExpression(b,S,J=false,ee=null){const te={type:"MemberExpression",object:b,property:S,computed:J,optional:ee};const re=ie.MemberExpression;ne(re.object,te,"object",b,1);ne(re.property,te,"property",S,1);ne(re.computed,te,"computed",J);ne(re.optional,te,"optional",ee);return te}function newExpression(b,S){const J={type:"NewExpression",callee:b,arguments:S};const ee=ie.NewExpression;ne(ee.callee,J,"callee",b,1);ne(ee.arguments,J,"arguments",S,1);return J}function program(b,S=[],J="script",ee=null){const te={type:"Program",body:b,directives:S,sourceType:J,interpreter:ee};const re=ie.Program;ne(re.body,te,"body",b,1);ne(re.directives,te,"directives",S,1);ne(re.sourceType,te,"sourceType",J);ne(re.interpreter,te,"interpreter",ee,1);return te}function objectExpression(b){const S={type:"ObjectExpression",properties:b};const J=ie.ObjectExpression;ne(J.properties,S,"properties",b,1);return S}function objectMethod(b="method",S,J,ee,te=false,re=false,oe=false){const se={type:"ObjectMethod",kind:b,key:S,params:J,body:ee,computed:te,generator:re,async:oe};const ae=ie.ObjectMethod;ne(ae.kind,se,"kind",b);ne(ae.key,se,"key",S,1);ne(ae.params,se,"params",J,1);ne(ae.body,se,"body",ee,1);ne(ae.computed,se,"computed",te);ne(ae.generator,se,"generator",re);ne(ae.async,se,"async",oe);return se}function objectProperty(b,S,J=false,ee=false,te=null){const re={type:"ObjectProperty",key:b,value:S,computed:J,shorthand:ee,decorators:te};const oe=ie.ObjectProperty;ne(oe.key,re,"key",b,1);ne(oe.value,re,"value",S,1);ne(oe.computed,re,"computed",J);ne(oe.shorthand,re,"shorthand",ee);ne(oe.decorators,re,"decorators",te,1);return re}function restElement(b){const S={type:"RestElement",argument:b};const J=ie.RestElement;ne(J.argument,S,"argument",b,1);return S}function returnStatement(b=null){const S={type:"ReturnStatement",argument:b};const J=ie.ReturnStatement;ne(J.argument,S,"argument",b,1);return S}function sequenceExpression(b){const S={type:"SequenceExpression",expressions:b};const J=ie.SequenceExpression;ne(J.expressions,S,"expressions",b,1);return S}function parenthesizedExpression(b){const S={type:"ParenthesizedExpression",expression:b};const J=ie.ParenthesizedExpression;ne(J.expression,S,"expression",b,1);return S}function switchCase(b=null,S){const J={type:"SwitchCase",test:b,consequent:S};const ee=ie.SwitchCase;ne(ee.test,J,"test",b,1);ne(ee.consequent,J,"consequent",S,1);return J}function switchStatement(b,S){const J={type:"SwitchStatement",discriminant:b,cases:S};const ee=ie.SwitchStatement;ne(ee.discriminant,J,"discriminant",b,1);ne(ee.cases,J,"cases",S,1);return J}function thisExpression(){return{type:"ThisExpression"}}function throwStatement(b){const S={type:"ThrowStatement",argument:b};const J=ie.ThrowStatement;ne(J.argument,S,"argument",b,1);return S}function tryStatement(b,S=null,J=null){const ee={type:"TryStatement",block:b,handler:S,finalizer:J};const te=ie.TryStatement;ne(te.block,ee,"block",b,1);ne(te.handler,ee,"handler",S,1);ne(te.finalizer,ee,"finalizer",J,1);return ee}function unaryExpression(b,S,J=true){const ee={type:"UnaryExpression",operator:b,argument:S,prefix:J};const te=ie.UnaryExpression;ne(te.operator,ee,"operator",b);ne(te.argument,ee,"argument",S,1);ne(te.prefix,ee,"prefix",J);return ee}function updateExpression(b,S,J=false){const ee={type:"UpdateExpression",operator:b,argument:S,prefix:J};const te=ie.UpdateExpression;ne(te.operator,ee,"operator",b);ne(te.argument,ee,"argument",S,1);ne(te.prefix,ee,"prefix",J);return ee}function variableDeclaration(b,S){const J={type:"VariableDeclaration",kind:b,declarations:S};const ee=ie.VariableDeclaration;ne(ee.kind,J,"kind",b);ne(ee.declarations,J,"declarations",S,1);return J}function variableDeclarator(b,S=null){const J={type:"VariableDeclarator",id:b,init:S};const ee=ie.VariableDeclarator;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function whileStatement(b,S){const J={type:"WhileStatement",test:b,body:S};const ee=ie.WhileStatement;ne(ee.test,J,"test",b,1);ne(ee.body,J,"body",S,1);return J}function withStatement(b,S){const J={type:"WithStatement",object:b,body:S};const ee=ie.WithStatement;ne(ee.object,J,"object",b,1);ne(ee.body,J,"body",S,1);return J}function assignmentPattern(b,S){const J={type:"AssignmentPattern",left:b,right:S};const ee=ie.AssignmentPattern;ne(ee.left,J,"left",b,1);ne(ee.right,J,"right",S,1);return J}function arrayPattern(b){const S={type:"ArrayPattern",elements:b};const J=ie.ArrayPattern;ne(J.elements,S,"elements",b,1);return S}function arrowFunctionExpression(b,S,J=false){const ee={type:"ArrowFunctionExpression",params:b,body:S,async:J,expression:null};const te=ie.ArrowFunctionExpression;ne(te.params,ee,"params",b,1);ne(te.body,ee,"body",S,1);ne(te.async,ee,"async",J);return ee}function classBody(b){const S={type:"ClassBody",body:b};const J=ie.ClassBody;ne(J.body,S,"body",b,1);return S}function classExpression(b=null,S=null,J,ee=null){const te={type:"ClassExpression",id:b,superClass:S,body:J,decorators:ee};const re=ie.ClassExpression;ne(re.id,te,"id",b,1);ne(re.superClass,te,"superClass",S,1);ne(re.body,te,"body",J,1);ne(re.decorators,te,"decorators",ee,1);return te}function classDeclaration(b=null,S=null,J,ee=null){const te={type:"ClassDeclaration",id:b,superClass:S,body:J,decorators:ee};const re=ie.ClassDeclaration;ne(re.id,te,"id",b,1);ne(re.superClass,te,"superClass",S,1);ne(re.body,te,"body",J,1);ne(re.decorators,te,"decorators",ee,1);return te}function exportAllDeclaration(b,S=null){const J={type:"ExportAllDeclaration",source:b,attributes:S};const ee=ie.ExportAllDeclaration;ne(ee.source,J,"source",b,1);ne(ee.attributes,J,"attributes",S,1);return J}function exportDefaultDeclaration(b){const S={type:"ExportDefaultDeclaration",declaration:b};const J=ie.ExportDefaultDeclaration;ne(J.declaration,S,"declaration",b,1);return S}function exportNamedDeclaration(b=null,S=[],J=null,ee=null){const te={type:"ExportNamedDeclaration",declaration:b,specifiers:S,source:J,attributes:ee};const re=ie.ExportNamedDeclaration;ne(re.declaration,te,"declaration",b,1);ne(re.specifiers,te,"specifiers",S,1);ne(re.source,te,"source",J,1);ne(re.attributes,te,"attributes",ee,1);return te}function exportSpecifier(b,S){const J={type:"ExportSpecifier",local:b,exported:S};const ee=ie.ExportSpecifier;ne(ee.local,J,"local",b,1);ne(ee.exported,J,"exported",S,1);return J}function forOfStatement(b,S,J,ee=false){const te={type:"ForOfStatement",left:b,right:S,body:J,await:ee};const re=ie.ForOfStatement;ne(re.left,te,"left",b,1);ne(re.right,te,"right",S,1);ne(re.body,te,"body",J,1);ne(re.await,te,"await",ee);return te}function importDeclaration(b,S,J=null){const ee={type:"ImportDeclaration",specifiers:b,source:S,attributes:J};const te=ie.ImportDeclaration;ne(te.specifiers,ee,"specifiers",b,1);ne(te.source,ee,"source",S,1);ne(te.attributes,ee,"attributes",J,1);return ee}function importDefaultSpecifier(b){const S={type:"ImportDefaultSpecifier",local:b};const J=ie.ImportDefaultSpecifier;ne(J.local,S,"local",b,1);return S}function importNamespaceSpecifier(b){const S={type:"ImportNamespaceSpecifier",local:b};const J=ie.ImportNamespaceSpecifier;ne(J.local,S,"local",b,1);return S}function importSpecifier(b,S){const J={type:"ImportSpecifier",local:b,imported:S};const ee=ie.ImportSpecifier;ne(ee.local,J,"local",b,1);ne(ee.imported,J,"imported",S,1);return J}function importExpression(b,S=null){const J={type:"ImportExpression",source:b,options:S};const ee=ie.ImportExpression;ne(ee.source,J,"source",b,1);ne(ee.options,J,"options",S,1);return J}function metaProperty(b,S){const J={type:"MetaProperty",meta:b,property:S};const ee=ie.MetaProperty;ne(ee.meta,J,"meta",b,1);ne(ee.property,J,"property",S,1);return J}function classMethod(b="method",S,J,ee,te=false,re=false,oe=false,se=false){const ae={type:"ClassMethod",kind:b,key:S,params:J,body:ee,computed:te,static:re,generator:oe,async:se};const ce=ie.ClassMethod;ne(ce.kind,ae,"kind",b);ne(ce.key,ae,"key",S,1);ne(ce.params,ae,"params",J,1);ne(ce.body,ae,"body",ee,1);ne(ce.computed,ae,"computed",te);ne(ce.static,ae,"static",re);ne(ce.generator,ae,"generator",oe);ne(ce.async,ae,"async",se);return ae}function objectPattern(b){const S={type:"ObjectPattern",properties:b};const J=ie.ObjectPattern;ne(J.properties,S,"properties",b,1);return S}function spreadElement(b){const S={type:"SpreadElement",argument:b};const J=ie.SpreadElement;ne(J.argument,S,"argument",b,1);return S}function _super(){return{type:"Super"}}function taggedTemplateExpression(b,S){const J={type:"TaggedTemplateExpression",tag:b,quasi:S};const ee=ie.TaggedTemplateExpression;ne(ee.tag,J,"tag",b,1);ne(ee.quasi,J,"quasi",S,1);return J}function templateElement(b,S=false){const J={type:"TemplateElement",value:b,tail:S};const ee=ie.TemplateElement;ne(ee.value,J,"value",b);ne(ee.tail,J,"tail",S);return J}function templateLiteral(b,S){const J={type:"TemplateLiteral",quasis:b,expressions:S};const ee=ie.TemplateLiteral;ne(ee.quasis,J,"quasis",b,1);ne(ee.expressions,J,"expressions",S,1);return J}function yieldExpression(b=null,S=false){const J={type:"YieldExpression",argument:b,delegate:S};const ee=ie.YieldExpression;ne(ee.argument,J,"argument",b,1);ne(ee.delegate,J,"delegate",S);return J}function awaitExpression(b){const S={type:"AwaitExpression",argument:b};const J=ie.AwaitExpression;ne(J.argument,S,"argument",b,1);return S}function _import(){return{type:"Import"}}function exportNamespaceSpecifier(b){const S={type:"ExportNamespaceSpecifier",exported:b};const J=ie.ExportNamespaceSpecifier;ne(J.exported,S,"exported",b,1);return S}function optionalMemberExpression(b,S,J=false,ee){const te={type:"OptionalMemberExpression",object:b,property:S,computed:J,optional:ee};const re=ie.OptionalMemberExpression;ne(re.object,te,"object",b,1);ne(re.property,te,"property",S,1);ne(re.computed,te,"computed",J);ne(re.optional,te,"optional",ee);return te}function optionalCallExpression(b,S,J){const ee={type:"OptionalCallExpression",callee:b,arguments:S,optional:J};const te=ie.OptionalCallExpression;ne(te.callee,ee,"callee",b,1);ne(te.arguments,ee,"arguments",S,1);ne(te.optional,ee,"optional",J);return ee}function classProperty(b,S=null,J=null,ee=null,te=false,re=false){const oe={type:"ClassProperty",key:b,value:S,typeAnnotation:J,decorators:ee,computed:te,static:re};const se=ie.ClassProperty;ne(se.key,oe,"key",b,1);ne(se.value,oe,"value",S,1);ne(se.typeAnnotation,oe,"typeAnnotation",J,1);ne(se.decorators,oe,"decorators",ee,1);ne(se.computed,oe,"computed",te);ne(se.static,oe,"static",re);return oe}function classAccessorProperty(b,S=null,J=null,ee=null,te=false,re=false){const oe={type:"ClassAccessorProperty",key:b,value:S,typeAnnotation:J,decorators:ee,computed:te,static:re};const se=ie.ClassAccessorProperty;ne(se.key,oe,"key",b,1);ne(se.value,oe,"value",S,1);ne(se.typeAnnotation,oe,"typeAnnotation",J,1);ne(se.decorators,oe,"decorators",ee,1);ne(se.computed,oe,"computed",te);ne(se.static,oe,"static",re);return oe}function classPrivateProperty(b,S=null,J=null,ee=false){const te={type:"ClassPrivateProperty",key:b,value:S,decorators:J,static:ee};const re=ie.ClassPrivateProperty;ne(re.key,te,"key",b,1);ne(re.value,te,"value",S,1);ne(re.decorators,te,"decorators",J,1);ne(re.static,te,"static",ee);return te}function classPrivateMethod(b="method",S,J,ee,te=false){const re={type:"ClassPrivateMethod",kind:b,key:S,params:J,body:ee,static:te};const oe=ie.ClassPrivateMethod;ne(oe.kind,re,"kind",b);ne(oe.key,re,"key",S,1);ne(oe.params,re,"params",J,1);ne(oe.body,re,"body",ee,1);ne(oe.static,re,"static",te);return re}function privateName(b){const S={type:"PrivateName",id:b};const J=ie.PrivateName;ne(J.id,S,"id",b,1);return S}function staticBlock(b){const S={type:"StaticBlock",body:b};const J=ie.StaticBlock;ne(J.body,S,"body",b,1);return S}function importAttribute(b,S){const J={type:"ImportAttribute",key:b,value:S};const ee=ie.ImportAttribute;ne(ee.key,J,"key",b,1);ne(ee.value,J,"value",S,1);return J}function anyTypeAnnotation(){return{type:"AnyTypeAnnotation"}}function arrayTypeAnnotation(b){const S={type:"ArrayTypeAnnotation",elementType:b};const J=ie.ArrayTypeAnnotation;ne(J.elementType,S,"elementType",b,1);return S}function booleanTypeAnnotation(){return{type:"BooleanTypeAnnotation"}}function booleanLiteralTypeAnnotation(b){const S={type:"BooleanLiteralTypeAnnotation",value:b};const J=ie.BooleanLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function nullLiteralTypeAnnotation(){return{type:"NullLiteralTypeAnnotation"}}function classImplements(b,S=null){const J={type:"ClassImplements",id:b,typeParameters:S};const ee=ie.ClassImplements;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function declareClass(b,S=null,J=null,ee){const te={type:"DeclareClass",id:b,typeParameters:S,extends:J,body:ee};const re=ie.DeclareClass;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function declareFunction(b){const S={type:"DeclareFunction",id:b};const J=ie.DeclareFunction;ne(J.id,S,"id",b,1);return S}function declareInterface(b,S=null,J=null,ee){const te={type:"DeclareInterface",id:b,typeParameters:S,extends:J,body:ee};const re=ie.DeclareInterface;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function declareModule(b,S,J=null){const ee={type:"DeclareModule",id:b,body:S,kind:J};const te=ie.DeclareModule;ne(te.id,ee,"id",b,1);ne(te.body,ee,"body",S,1);ne(te.kind,ee,"kind",J);return ee}function declareModuleExports(b){const S={type:"DeclareModuleExports",typeAnnotation:b};const J=ie.DeclareModuleExports;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function declareTypeAlias(b,S=null,J){const ee={type:"DeclareTypeAlias",id:b,typeParameters:S,right:J};const te=ie.DeclareTypeAlias;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.right,ee,"right",J,1);return ee}function declareOpaqueType(b,S=null,J=null){const ee={type:"DeclareOpaqueType",id:b,typeParameters:S,supertype:J};const te=ie.DeclareOpaqueType;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.supertype,ee,"supertype",J,1);return ee}function declareVariable(b){const S={type:"DeclareVariable",id:b};const J=ie.DeclareVariable;ne(J.id,S,"id",b,1);return S}function declareExportDeclaration(b=null,S=null,J=null,ee=null){const te={type:"DeclareExportDeclaration",declaration:b,specifiers:S,source:J,attributes:ee};const re=ie.DeclareExportDeclaration;ne(re.declaration,te,"declaration",b,1);ne(re.specifiers,te,"specifiers",S,1);ne(re.source,te,"source",J,1);ne(re.attributes,te,"attributes",ee,1);return te}function declareExportAllDeclaration(b,S=null){const J={type:"DeclareExportAllDeclaration",source:b,attributes:S};const ee=ie.DeclareExportAllDeclaration;ne(ee.source,J,"source",b,1);ne(ee.attributes,J,"attributes",S,1);return J}function declaredPredicate(b){const S={type:"DeclaredPredicate",value:b};const J=ie.DeclaredPredicate;ne(J.value,S,"value",b,1);return S}function existsTypeAnnotation(){return{type:"ExistsTypeAnnotation"}}function functionTypeAnnotation(b=null,S,J=null,ee){const te={type:"FunctionTypeAnnotation",typeParameters:b,params:S,rest:J,returnType:ee};const re=ie.FunctionTypeAnnotation;ne(re.typeParameters,te,"typeParameters",b,1);ne(re.params,te,"params",S,1);ne(re.rest,te,"rest",J,1);ne(re.returnType,te,"returnType",ee,1);return te}function functionTypeParam(b=null,S){const J={type:"FunctionTypeParam",name:b,typeAnnotation:S};const ee=ie.FunctionTypeParam;ne(ee.name,J,"name",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function genericTypeAnnotation(b,S=null){const J={type:"GenericTypeAnnotation",id:b,typeParameters:S};const ee=ie.GenericTypeAnnotation;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function inferredPredicate(){return{type:"InferredPredicate"}}function interfaceExtends(b,S=null){const J={type:"InterfaceExtends",id:b,typeParameters:S};const ee=ie.InterfaceExtends;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function interfaceDeclaration(b,S=null,J=null,ee){const te={type:"InterfaceDeclaration",id:b,typeParameters:S,extends:J,body:ee};const re=ie.InterfaceDeclaration;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function interfaceTypeAnnotation(b=null,S){const J={type:"InterfaceTypeAnnotation",extends:b,body:S};const ee=ie.InterfaceTypeAnnotation;ne(ee.extends,J,"extends",b,1);ne(ee.body,J,"body",S,1);return J}function intersectionTypeAnnotation(b){const S={type:"IntersectionTypeAnnotation",types:b};const J=ie.IntersectionTypeAnnotation;ne(J.types,S,"types",b,1);return S}function mixedTypeAnnotation(){return{type:"MixedTypeAnnotation"}}function emptyTypeAnnotation(){return{type:"EmptyTypeAnnotation"}}function nullableTypeAnnotation(b){const S={type:"NullableTypeAnnotation",typeAnnotation:b};const J=ie.NullableTypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function numberLiteralTypeAnnotation(b){const S={type:"NumberLiteralTypeAnnotation",value:b};const J=ie.NumberLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function numberTypeAnnotation(){return{type:"NumberTypeAnnotation"}}function objectTypeAnnotation(b,S=[],J=[],ee=[],te=false){const re={type:"ObjectTypeAnnotation",properties:b,indexers:S,callProperties:J,internalSlots:ee,exact:te};const oe=ie.ObjectTypeAnnotation;ne(oe.properties,re,"properties",b,1);ne(oe.indexers,re,"indexers",S,1);ne(oe.callProperties,re,"callProperties",J,1);ne(oe.internalSlots,re,"internalSlots",ee,1);ne(oe.exact,re,"exact",te);return re}function objectTypeInternalSlot(b,S,J,ee,te){const re={type:"ObjectTypeInternalSlot",id:b,value:S,optional:J,static:ee,method:te};const oe=ie.ObjectTypeInternalSlot;ne(oe.id,re,"id",b,1);ne(oe.value,re,"value",S,1);ne(oe.optional,re,"optional",J);ne(oe.static,re,"static",ee);ne(oe.method,re,"method",te);return re}function objectTypeCallProperty(b){const S={type:"ObjectTypeCallProperty",value:b,static:null};const J=ie.ObjectTypeCallProperty;ne(J.value,S,"value",b,1);return S}function objectTypeIndexer(b=null,S,J,ee=null){const te={type:"ObjectTypeIndexer",id:b,key:S,value:J,variance:ee,static:null};const re=ie.ObjectTypeIndexer;ne(re.id,te,"id",b,1);ne(re.key,te,"key",S,1);ne(re.value,te,"value",J,1);ne(re.variance,te,"variance",ee,1);return te}function objectTypeProperty(b,S,J=null){const ee={type:"ObjectTypeProperty",key:b,value:S,variance:J,kind:null,method:null,optional:null,proto:null,static:null};const te=ie.ObjectTypeProperty;ne(te.key,ee,"key",b,1);ne(te.value,ee,"value",S,1);ne(te.variance,ee,"variance",J,1);return ee}function objectTypeSpreadProperty(b){const S={type:"ObjectTypeSpreadProperty",argument:b};const J=ie.ObjectTypeSpreadProperty;ne(J.argument,S,"argument",b,1);return S}function opaqueType(b,S=null,J=null,ee){const te={type:"OpaqueType",id:b,typeParameters:S,supertype:J,impltype:ee};const re=ie.OpaqueType;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.supertype,te,"supertype",J,1);ne(re.impltype,te,"impltype",ee,1);return te}function qualifiedTypeIdentifier(b,S){const J={type:"QualifiedTypeIdentifier",id:b,qualification:S};const ee=ie.QualifiedTypeIdentifier;ne(ee.id,J,"id",b,1);ne(ee.qualification,J,"qualification",S,1);return J}function stringLiteralTypeAnnotation(b){const S={type:"StringLiteralTypeAnnotation",value:b};const J=ie.StringLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function stringTypeAnnotation(){return{type:"StringTypeAnnotation"}}function symbolTypeAnnotation(){return{type:"SymbolTypeAnnotation"}}function thisTypeAnnotation(){return{type:"ThisTypeAnnotation"}}function tupleTypeAnnotation(b){const S={type:"TupleTypeAnnotation",types:b};const J=ie.TupleTypeAnnotation;ne(J.types,S,"types",b,1);return S}function typeofTypeAnnotation(b){const S={type:"TypeofTypeAnnotation",argument:b};const J=ie.TypeofTypeAnnotation;ne(J.argument,S,"argument",b,1);return S}function typeAlias(b,S=null,J){const ee={type:"TypeAlias",id:b,typeParameters:S,right:J};const te=ie.TypeAlias;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.right,ee,"right",J,1);return ee}function typeAnnotation(b){const S={type:"TypeAnnotation",typeAnnotation:b};const J=ie.TypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function typeCastExpression(b,S){const J={type:"TypeCastExpression",expression:b,typeAnnotation:S};const ee=ie.TypeCastExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function typeParameter(b=null,S=null,J=null){const ee={type:"TypeParameter",bound:b,default:S,variance:J,name:null};const te=ie.TypeParameter;ne(te.bound,ee,"bound",b,1);ne(te.default,ee,"default",S,1);ne(te.variance,ee,"variance",J,1);return ee}function typeParameterDeclaration(b){const S={type:"TypeParameterDeclaration",params:b};const J=ie.TypeParameterDeclaration;ne(J.params,S,"params",b,1);return S}function typeParameterInstantiation(b){const S={type:"TypeParameterInstantiation",params:b};const J=ie.TypeParameterInstantiation;ne(J.params,S,"params",b,1);return S}function unionTypeAnnotation(b){const S={type:"UnionTypeAnnotation",types:b};const J=ie.UnionTypeAnnotation;ne(J.types,S,"types",b,1);return S}function variance(b){const S={type:"Variance",kind:b};const J=ie.Variance;ne(J.kind,S,"kind",b);return S}function voidTypeAnnotation(){return{type:"VoidTypeAnnotation"}}function enumDeclaration(b,S){const J={type:"EnumDeclaration",id:b,body:S};const ee=ie.EnumDeclaration;ne(ee.id,J,"id",b,1);ne(ee.body,J,"body",S,1);return J}function enumBooleanBody(b){const S={type:"EnumBooleanBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumBooleanBody;ne(J.members,S,"members",b,1);return S}function enumNumberBody(b){const S={type:"EnumNumberBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumNumberBody;ne(J.members,S,"members",b,1);return S}function enumStringBody(b){const S={type:"EnumStringBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumStringBody;ne(J.members,S,"members",b,1);return S}function enumSymbolBody(b){const S={type:"EnumSymbolBody",members:b,hasUnknownMembers:null};const J=ie.EnumSymbolBody;ne(J.members,S,"members",b,1);return S}function enumBooleanMember(b){const S={type:"EnumBooleanMember",id:b,init:null};const J=ie.EnumBooleanMember;ne(J.id,S,"id",b,1);return S}function enumNumberMember(b,S){const J={type:"EnumNumberMember",id:b,init:S};const ee=ie.EnumNumberMember;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function enumStringMember(b,S){const J={type:"EnumStringMember",id:b,init:S};const ee=ie.EnumStringMember;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function enumDefaultedMember(b){const S={type:"EnumDefaultedMember",id:b};const J=ie.EnumDefaultedMember;ne(J.id,S,"id",b,1);return S}function indexedAccessType(b,S){const J={type:"IndexedAccessType",objectType:b,indexType:S};const ee=ie.IndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function optionalIndexedAccessType(b,S){const J={type:"OptionalIndexedAccessType",objectType:b,indexType:S,optional:null};const ee=ie.OptionalIndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function jsxAttribute(b,S=null){const J={type:"JSXAttribute",name:b,value:S};const ee=ie.JSXAttribute;ne(ee.name,J,"name",b,1);ne(ee.value,J,"value",S,1);return J}function jsxClosingElement(b){const S={type:"JSXClosingElement",name:b};const J=ie.JSXClosingElement;ne(J.name,S,"name",b,1);return S}function jsxElement(b,S=null,J,ee=null){const te={type:"JSXElement",openingElement:b,closingElement:S,children:J,selfClosing:ee};const re=ie.JSXElement;ne(re.openingElement,te,"openingElement",b,1);ne(re.closingElement,te,"closingElement",S,1);ne(re.children,te,"children",J,1);ne(re.selfClosing,te,"selfClosing",ee);return te}function jsxEmptyExpression(){return{type:"JSXEmptyExpression"}}function jsxExpressionContainer(b){const S={type:"JSXExpressionContainer",expression:b};const J=ie.JSXExpressionContainer;ne(J.expression,S,"expression",b,1);return S}function jsxSpreadChild(b){const S={type:"JSXSpreadChild",expression:b};const J=ie.JSXSpreadChild;ne(J.expression,S,"expression",b,1);return S}function jsxIdentifier(b){const S={type:"JSXIdentifier",name:b};const J=ie.JSXIdentifier;ne(J.name,S,"name",b);return S}function jsxMemberExpression(b,S){const J={type:"JSXMemberExpression",object:b,property:S};const ee=ie.JSXMemberExpression;ne(ee.object,J,"object",b,1);ne(ee.property,J,"property",S,1);return J}function jsxNamespacedName(b,S){const J={type:"JSXNamespacedName",namespace:b,name:S};const ee=ie.JSXNamespacedName;ne(ee.namespace,J,"namespace",b,1);ne(ee.name,J,"name",S,1);return J}function jsxOpeningElement(b,S,J=false){const ee={type:"JSXOpeningElement",name:b,attributes:S,selfClosing:J};const te=ie.JSXOpeningElement;ne(te.name,ee,"name",b,1);ne(te.attributes,ee,"attributes",S,1);ne(te.selfClosing,ee,"selfClosing",J);return ee}function jsxSpreadAttribute(b){const S={type:"JSXSpreadAttribute",argument:b};const J=ie.JSXSpreadAttribute;ne(J.argument,S,"argument",b,1);return S}function jsxText(b){const S={type:"JSXText",value:b};const J=ie.JSXText;ne(J.value,S,"value",b);return S}function jsxFragment(b,S,J){const ee={type:"JSXFragment",openingFragment:b,closingFragment:S,children:J};const te=ie.JSXFragment;ne(te.openingFragment,ee,"openingFragment",b,1);ne(te.closingFragment,ee,"closingFragment",S,1);ne(te.children,ee,"children",J,1);return ee}function jsxOpeningFragment(){return{type:"JSXOpeningFragment"}}function jsxClosingFragment(){return{type:"JSXClosingFragment"}}function noop(){return{type:"Noop"}}function placeholder(b,S){const J={type:"Placeholder",expectedNode:b,name:S};const ee=ie.Placeholder;ne(ee.expectedNode,J,"expectedNode",b);ne(ee.name,J,"name",S,1);return J}function v8IntrinsicIdentifier(b){const S={type:"V8IntrinsicIdentifier",name:b};const J=ie.V8IntrinsicIdentifier;ne(J.name,S,"name",b);return S}function argumentPlaceholder(){return{type:"ArgumentPlaceholder"}}function bindExpression(b,S){const J={type:"BindExpression",object:b,callee:S};const ee=ie.BindExpression;ne(ee.object,J,"object",b,1);ne(ee.callee,J,"callee",S,1);return J}function decorator(b){const S={type:"Decorator",expression:b};const J=ie.Decorator;ne(J.expression,S,"expression",b,1);return S}function doExpression(b,S=false){const J={type:"DoExpression",body:b,async:S};const ee=ie.DoExpression;ne(ee.body,J,"body",b,1);ne(ee.async,J,"async",S);return J}function exportDefaultSpecifier(b){const S={type:"ExportDefaultSpecifier",exported:b};const J=ie.ExportDefaultSpecifier;ne(J.exported,S,"exported",b,1);return S}function recordExpression(b){const S={type:"RecordExpression",properties:b};const J=ie.RecordExpression;ne(J.properties,S,"properties",b,1);return S}function tupleExpression(b=[]){const S={type:"TupleExpression",elements:b};const J=ie.TupleExpression;ne(J.elements,S,"elements",b,1);return S}function decimalLiteral(b){const S={type:"DecimalLiteral",value:b};const J=ie.DecimalLiteral;ne(J.value,S,"value",b);return S}function moduleExpression(b){const S={type:"ModuleExpression",body:b};const J=ie.ModuleExpression;ne(J.body,S,"body",b,1);return S}function topicReference(){return{type:"TopicReference"}}function pipelineTopicExpression(b){const S={type:"PipelineTopicExpression",expression:b};const J=ie.PipelineTopicExpression;ne(J.expression,S,"expression",b,1);return S}function pipelineBareFunction(b){const S={type:"PipelineBareFunction",callee:b};const J=ie.PipelineBareFunction;ne(J.callee,S,"callee",b,1);return S}function pipelinePrimaryTopicReference(){return{type:"PipelinePrimaryTopicReference"}}function voidPattern(){return{type:"VoidPattern"}}function tsParameterProperty(b){const S={type:"TSParameterProperty",parameter:b};const J=ie.TSParameterProperty;ne(J.parameter,S,"parameter",b,1);return S}function tsDeclareFunction(b=null,S=null,J,ee=null){const te={type:"TSDeclareFunction",id:b,typeParameters:S,params:J,returnType:ee};const re=ie.TSDeclareFunction;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.params,te,"params",J,1);ne(re.returnType,te,"returnType",ee,1);return te}function tsDeclareMethod(b=null,S,J=null,ee,te=null){const re={type:"TSDeclareMethod",decorators:b,key:S,typeParameters:J,params:ee,returnType:te};const oe=ie.TSDeclareMethod;ne(oe.decorators,re,"decorators",b,1);ne(oe.key,re,"key",S,1);ne(oe.typeParameters,re,"typeParameters",J,1);ne(oe.params,re,"params",ee,1);ne(oe.returnType,re,"returnType",te,1);return re}function tsQualifiedName(b,S){const J={type:"TSQualifiedName",left:b,right:S};const ee=ie.TSQualifiedName;ne(ee.left,J,"left",b,1);ne(ee.right,J,"right",S,1);return J}function tsCallSignatureDeclaration(b=null,S,J=null){const ee={type:"TSCallSignatureDeclaration",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSCallSignatureDeclaration;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsConstructSignatureDeclaration(b=null,S,J=null){const ee={type:"TSConstructSignatureDeclaration",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSConstructSignatureDeclaration;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsPropertySignature(b,S=null){const J={type:"TSPropertySignature",key:b,typeAnnotation:S};const ee=ie.TSPropertySignature;ne(ee.key,J,"key",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsMethodSignature(b,S=null,J,ee=null){const te={type:"TSMethodSignature",key:b,typeParameters:S,parameters:J,typeAnnotation:ee,kind:null};const re=ie.TSMethodSignature;ne(re.key,te,"key",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.parameters,te,"parameters",J,1);ne(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsIndexSignature(b,S=null){const J={type:"TSIndexSignature",parameters:b,typeAnnotation:S};const ee=ie.TSIndexSignature;ne(ee.parameters,J,"parameters",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}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(b=null,S,J=null){const ee={type:"TSFunctionType",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSFunctionType;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsConstructorType(b=null,S,J=null){const ee={type:"TSConstructorType",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSConstructorType;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsTypeReference(b,S=null){const J={type:"TSTypeReference",typeName:b,typeParameters:S};const ee=ie.TSTypeReference;ne(ee.typeName,J,"typeName",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsTypePredicate(b,S=null,J=null){const ee={type:"TSTypePredicate",parameterName:b,typeAnnotation:S,asserts:J};const te=ie.TSTypePredicate;ne(te.parameterName,ee,"parameterName",b,1);ne(te.typeAnnotation,ee,"typeAnnotation",S,1);ne(te.asserts,ee,"asserts",J);return ee}function tsTypeQuery(b,S=null){const J={type:"TSTypeQuery",exprName:b,typeParameters:S};const ee=ie.TSTypeQuery;ne(ee.exprName,J,"exprName",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsTypeLiteral(b){const S={type:"TSTypeLiteral",members:b};const J=ie.TSTypeLiteral;ne(J.members,S,"members",b,1);return S}function tsArrayType(b){const S={type:"TSArrayType",elementType:b};const J=ie.TSArrayType;ne(J.elementType,S,"elementType",b,1);return S}function tsTupleType(b){const S={type:"TSTupleType",elementTypes:b};const J=ie.TSTupleType;ne(J.elementTypes,S,"elementTypes",b,1);return S}function tsOptionalType(b){const S={type:"TSOptionalType",typeAnnotation:b};const J=ie.TSOptionalType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsRestType(b){const S={type:"TSRestType",typeAnnotation:b};const J=ie.TSRestType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsNamedTupleMember(b,S,J=false){const ee={type:"TSNamedTupleMember",label:b,elementType:S,optional:J};const te=ie.TSNamedTupleMember;ne(te.label,ee,"label",b,1);ne(te.elementType,ee,"elementType",S,1);ne(te.optional,ee,"optional",J);return ee}function tsUnionType(b){const S={type:"TSUnionType",types:b};const J=ie.TSUnionType;ne(J.types,S,"types",b,1);return S}function tsIntersectionType(b){const S={type:"TSIntersectionType",types:b};const J=ie.TSIntersectionType;ne(J.types,S,"types",b,1);return S}function tsConditionalType(b,S,J,ee){const te={type:"TSConditionalType",checkType:b,extendsType:S,trueType:J,falseType:ee};const re=ie.TSConditionalType;ne(re.checkType,te,"checkType",b,1);ne(re.extendsType,te,"extendsType",S,1);ne(re.trueType,te,"trueType",J,1);ne(re.falseType,te,"falseType",ee,1);return te}function tsInferType(b){const S={type:"TSInferType",typeParameter:b};const J=ie.TSInferType;ne(J.typeParameter,S,"typeParameter",b,1);return S}function tsParenthesizedType(b){const S={type:"TSParenthesizedType",typeAnnotation:b};const J=ie.TSParenthesizedType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsTypeOperator(b,S="keyof"){const J={type:"TSTypeOperator",typeAnnotation:b,operator:S};const ee=ie.TSTypeOperator;ne(ee.typeAnnotation,J,"typeAnnotation",b,1);ne(ee.operator,J,"operator",S);return J}function tsIndexedAccessType(b,S){const J={type:"TSIndexedAccessType",objectType:b,indexType:S};const ee=ie.TSIndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function tsMappedType(b,S=null,J=null){const ee={type:"TSMappedType",typeParameter:b,typeAnnotation:S,nameType:J};const te=ie.TSMappedType;ne(te.typeParameter,ee,"typeParameter",b,1);ne(te.typeAnnotation,ee,"typeAnnotation",S,1);ne(te.nameType,ee,"nameType",J,1);return ee}function tsTemplateLiteralType(b,S){const J={type:"TSTemplateLiteralType",quasis:b,types:S};const ee=ie.TSTemplateLiteralType;ne(ee.quasis,J,"quasis",b,1);ne(ee.types,J,"types",S,1);return J}function tsLiteralType(b){const S={type:"TSLiteralType",literal:b};const J=ie.TSLiteralType;ne(J.literal,S,"literal",b,1);return S}function tsExpressionWithTypeArguments(b,S=null){const J={type:"TSExpressionWithTypeArguments",expression:b,typeParameters:S};const ee=ie.TSExpressionWithTypeArguments;ne(ee.expression,J,"expression",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsInterfaceDeclaration(b,S=null,J=null,ee){const te={type:"TSInterfaceDeclaration",id:b,typeParameters:S,extends:J,body:ee};const re=ie.TSInterfaceDeclaration;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function tsInterfaceBody(b){const S={type:"TSInterfaceBody",body:b};const J=ie.TSInterfaceBody;ne(J.body,S,"body",b,1);return S}function tsTypeAliasDeclaration(b,S=null,J){const ee={type:"TSTypeAliasDeclaration",id:b,typeParameters:S,typeAnnotation:J};const te=ie.TSTypeAliasDeclaration;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsInstantiationExpression(b,S=null){const J={type:"TSInstantiationExpression",expression:b,typeParameters:S};const ee=ie.TSInstantiationExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsAsExpression(b,S){const J={type:"TSAsExpression",expression:b,typeAnnotation:S};const ee=ie.TSAsExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsSatisfiesExpression(b,S){const J={type:"TSSatisfiesExpression",expression:b,typeAnnotation:S};const ee=ie.TSSatisfiesExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeAssertion(b,S){const J={type:"TSTypeAssertion",typeAnnotation:b,expression:S};const ee=ie.TSTypeAssertion;ne(ee.typeAnnotation,J,"typeAnnotation",b,1);ne(ee.expression,J,"expression",S,1);return J}function tsEnumBody(b){const S={type:"TSEnumBody",members:b};const J=ie.TSEnumBody;ne(J.members,S,"members",b,1);return S}function tsEnumDeclaration(b,S){const J={type:"TSEnumDeclaration",id:b,members:S};const ee=ie.TSEnumDeclaration;ne(ee.id,J,"id",b,1);ne(ee.members,J,"members",S,1);return J}function tsEnumMember(b,S=null){const J={type:"TSEnumMember",id:b,initializer:S};const ee=ie.TSEnumMember;ne(ee.id,J,"id",b,1);ne(ee.initializer,J,"initializer",S,1);return J}function tsModuleDeclaration(b,S){const J={type:"TSModuleDeclaration",id:b,body:S,kind:null};const ee=ie.TSModuleDeclaration;ne(ee.id,J,"id",b,1);ne(ee.body,J,"body",S,1);return J}function tsModuleBlock(b){const S={type:"TSModuleBlock",body:b};const J=ie.TSModuleBlock;ne(J.body,S,"body",b,1);return S}function tsImportType(b,S=null,J=null){const ee={type:"TSImportType",argument:b,qualifier:S,typeParameters:J};const te=ie.TSImportType;ne(te.argument,ee,"argument",b,1);ne(te.qualifier,ee,"qualifier",S,1);ne(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsImportEqualsDeclaration(b,S){const J={type:"TSImportEqualsDeclaration",id:b,moduleReference:S,isExport:null};const ee=ie.TSImportEqualsDeclaration;ne(ee.id,J,"id",b,1);ne(ee.moduleReference,J,"moduleReference",S,1);return J}function tsExternalModuleReference(b){const S={type:"TSExternalModuleReference",expression:b};const J=ie.TSExternalModuleReference;ne(J.expression,S,"expression",b,1);return S}function tsNonNullExpression(b){const S={type:"TSNonNullExpression",expression:b};const J=ie.TSNonNullExpression;ne(J.expression,S,"expression",b,1);return S}function tsExportAssignment(b){const S={type:"TSExportAssignment",expression:b};const J=ie.TSExportAssignment;ne(J.expression,S,"expression",b,1);return S}function tsNamespaceExportDeclaration(b){const S={type:"TSNamespaceExportDeclaration",id:b};const J=ie.TSNamespaceExportDeclaration;ne(J.id,S,"id",b,1);return S}function tsTypeAnnotation(b){const S={type:"TSTypeAnnotation",typeAnnotation:b};const J=ie.TSTypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsTypeParameterInstantiation(b){const S={type:"TSTypeParameterInstantiation",params:b};const J=ie.TSTypeParameterInstantiation;ne(J.params,S,"params",b,1);return S}function tsTypeParameterDeclaration(b){const S={type:"TSTypeParameterDeclaration",params:b};const J=ie.TSTypeParameterDeclaration;ne(J.params,S,"params",b,1);return S}function tsTypeParameter(b=null,S=null,J){const ee={type:"TSTypeParameter",constraint:b,default:S,name:J};const te=ie.TSTypeParameter;ne(te.constraint,ee,"constraint",b,1);ne(te.default,ee,"default",S,1);ne(te.name,ee,"name",J);return ee}function NumberLiteral(b){(0,te.default)("NumberLiteral","NumericLiteral","The node type ");return numericLiteral(b)}function RegexLiteral(b,S=""){(0,te.default)("RegexLiteral","RegExpLiteral","The node type ");return regExpLiteral(b,S)}function RestProperty(b){(0,te.default)("RestProperty","RestElement","The node type ");return restElement(b)}function SpreadProperty(b){(0,te.default)("SpreadProperty","SpreadElement","The node type ");return spreadElement(b)}},89898:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.JSXIdentifier=S.JSXFragment=S.JSXExpressionContainer=S.JSXEmptyExpression=S.JSXElement=S.JSXClosingFragment=S.JSXClosingElement=S.JSXAttribute=S.IntersectionTypeAnnotation=S.InterpreterDirective=S.InterfaceTypeAnnotation=S.InterfaceExtends=S.InterfaceDeclaration=S.InferredPredicate=S.IndexedAccessType=S.ImportSpecifier=S.ImportNamespaceSpecifier=S.ImportExpression=S.ImportDefaultSpecifier=S.ImportDeclaration=S.ImportAttribute=S.Import=S.IfStatement=S.Identifier=S.GenericTypeAnnotation=S.FunctionTypeParam=S.FunctionTypeAnnotation=S.FunctionExpression=S.FunctionDeclaration=S.ForStatement=S.ForOfStatement=S.ForInStatement=S.File=S.ExpressionStatement=S.ExportSpecifier=S.ExportNamespaceSpecifier=S.ExportNamedDeclaration=S.ExportDefaultSpecifier=S.ExportDefaultDeclaration=S.ExportAllDeclaration=S.ExistsTypeAnnotation=S.EnumSymbolBody=S.EnumStringMember=S.EnumStringBody=S.EnumNumberMember=S.EnumNumberBody=S.EnumDefaultedMember=S.EnumDeclaration=S.EnumBooleanMember=S.EnumBooleanBody=S.EmptyTypeAnnotation=S.EmptyStatement=S.DoWhileStatement=S.DoExpression=S.DirectiveLiteral=S.Directive=S.Decorator=S.DeclaredPredicate=S.DeclareVariable=S.DeclareTypeAlias=S.DeclareOpaqueType=S.DeclareModuleExports=S.DeclareModule=S.DeclareInterface=S.DeclareFunction=S.DeclareExportDeclaration=S.DeclareExportAllDeclaration=S.DeclareClass=S.DecimalLiteral=S.DebuggerStatement=S.ContinueStatement=S.ConditionalExpression=S.ClassProperty=S.ClassPrivateProperty=S.ClassPrivateMethod=S.ClassMethod=S.ClassImplements=S.ClassExpression=S.ClassDeclaration=S.ClassBody=S.ClassAccessorProperty=S.CatchClause=S.CallExpression=S.BreakStatement=S.BooleanTypeAnnotation=S.BooleanLiteralTypeAnnotation=S.BooleanLiteral=S.BlockStatement=S.BindExpression=S.BinaryExpression=S.BigIntLiteral=S.AwaitExpression=S.AssignmentPattern=S.AssignmentExpression=S.ArrowFunctionExpression=S.ArrayTypeAnnotation=S.ArrayPattern=S.ArrayExpression=S.ArgumentPlaceholder=S.AnyTypeAnnotation=void 0;S.TSNumberKeyword=S.TSNullKeyword=S.TSNonNullExpression=S.TSNeverKeyword=S.TSNamespaceExportDeclaration=S.TSNamedTupleMember=S.TSModuleDeclaration=S.TSModuleBlock=S.TSMethodSignature=S.TSMappedType=S.TSLiteralType=S.TSIntrinsicKeyword=S.TSIntersectionType=S.TSInterfaceDeclaration=S.TSInterfaceBody=S.TSInstantiationExpression=S.TSInferType=S.TSIndexedAccessType=S.TSIndexSignature=S.TSImportType=S.TSImportEqualsDeclaration=S.TSFunctionType=S.TSExternalModuleReference=S.TSExpressionWithTypeArguments=S.TSExportAssignment=S.TSEnumMember=S.TSEnumDeclaration=S.TSEnumBody=S.TSDeclareMethod=S.TSDeclareFunction=S.TSConstructorType=S.TSConstructSignatureDeclaration=S.TSConditionalType=S.TSCallSignatureDeclaration=S.TSBooleanKeyword=S.TSBigIntKeyword=S.TSAsExpression=S.TSArrayType=S.TSAnyKeyword=S.SymbolTypeAnnotation=S.SwitchStatement=S.SwitchCase=S.Super=S.StringTypeAnnotation=S.StringLiteralTypeAnnotation=S.StringLiteral=S.StaticBlock=S.SpreadProperty=S.SpreadElement=S.SequenceExpression=S.ReturnStatement=S.RestProperty=S.RestElement=S.RegexLiteral=S.RegExpLiteral=S.RecordExpression=S.QualifiedTypeIdentifier=S.Program=S.PrivateName=S.Placeholder=S.PipelineTopicExpression=S.PipelinePrimaryTopicReference=S.PipelineBareFunction=S.ParenthesizedExpression=S.OptionalMemberExpression=S.OptionalIndexedAccessType=S.OptionalCallExpression=S.OpaqueType=S.ObjectTypeSpreadProperty=S.ObjectTypeProperty=S.ObjectTypeInternalSlot=S.ObjectTypeIndexer=S.ObjectTypeCallProperty=S.ObjectTypeAnnotation=S.ObjectProperty=S.ObjectPattern=S.ObjectMethod=S.ObjectExpression=S.NumericLiteral=S.NumberTypeAnnotation=S.NumberLiteralTypeAnnotation=S.NumberLiteral=S.NullableTypeAnnotation=S.NullLiteralTypeAnnotation=S.NullLiteral=S.Noop=S.NewExpression=S.ModuleExpression=S.MixedTypeAnnotation=S.MetaProperty=S.MemberExpression=S.LogicalExpression=S.LabeledStatement=S.JSXText=S.JSXSpreadChild=S.JSXSpreadAttribute=S.JSXOpeningFragment=S.JSXOpeningElement=S.JSXNamespacedName=S.JSXMemberExpression=void 0;S.YieldExpression=S.WithStatement=S.WhileStatement=S.VoidTypeAnnotation=S.VoidPattern=S.Variance=S.VariableDeclarator=S.VariableDeclaration=S.V8IntrinsicIdentifier=S.UpdateExpression=S.UnionTypeAnnotation=S.UnaryExpression=S.TypeofTypeAnnotation=S.TypeParameterInstantiation=S.TypeParameterDeclaration=S.TypeParameter=S.TypeCastExpression=S.TypeAnnotation=S.TypeAlias=S.TupleTypeAnnotation=S.TupleExpression=S.TryStatement=S.TopicReference=S.ThrowStatement=S.ThisTypeAnnotation=S.ThisExpression=S.TemplateLiteral=S.TemplateElement=S.TaggedTemplateExpression=S.TSVoidKeyword=S.TSUnknownKeyword=S.TSUnionType=S.TSUndefinedKeyword=S.TSTypeReference=S.TSTypeQuery=S.TSTypePredicate=S.TSTypeParameterInstantiation=S.TSTypeParameterDeclaration=S.TSTypeParameter=S.TSTypeOperator=S.TSTypeLiteral=S.TSTypeAssertion=S.TSTypeAnnotation=S.TSTypeAliasDeclaration=S.TSTupleType=S.TSThisType=S.TSTemplateLiteralType=S.TSSymbolKeyword=S.TSStringKeyword=S.TSSatisfiesExpression=S.TSRestType=S.TSQualifiedName=S.TSPropertySignature=S.TSParenthesizedType=S.TSParameterProperty=S.TSOptionalType=S.TSObjectKeyword=void 0;var ee=J(74883);var te=J(14411);function alias(b){return ee[b]}const re=S.ArrayExpression=alias("arrayExpression"),ne=S.AssignmentExpression=alias("assignmentExpression"),ie=S.BinaryExpression=alias("binaryExpression"),oe=S.InterpreterDirective=alias("interpreterDirective"),se=S.Directive=alias("directive"),ae=S.DirectiveLiteral=alias("directiveLiteral"),ce=S.BlockStatement=alias("blockStatement"),le=S.BreakStatement=alias("breakStatement"),ue=S.CallExpression=alias("callExpression"),pe=S.CatchClause=alias("catchClause"),de=S.ConditionalExpression=alias("conditionalExpression"),fe=S.ContinueStatement=alias("continueStatement"),me=S.DebuggerStatement=alias("debuggerStatement"),ge=S.DoWhileStatement=alias("doWhileStatement"),he=S.EmptyStatement=alias("emptyStatement"),_e=S.ExpressionStatement=alias("expressionStatement"),ye=S.File=alias("file"),ve=S.ForInStatement=alias("forInStatement"),Te=S.ForStatement=alias("forStatement"),be=S.FunctionDeclaration=alias("functionDeclaration"),Se=S.FunctionExpression=alias("functionExpression"),xe=S.Identifier=alias("identifier"),Ee=S.IfStatement=alias("ifStatement"),Ce=S.LabeledStatement=alias("labeledStatement"),Pe=S.StringLiteral=alias("stringLiteral"),Ne=S.NumericLiteral=alias("numericLiteral"),Ae=S.NullLiteral=alias("nullLiteral"),ke=S.BooleanLiteral=alias("booleanLiteral"),De=S.RegExpLiteral=alias("regExpLiteral"),Ie=S.LogicalExpression=alias("logicalExpression"),Fe=S.MemberExpression=alias("memberExpression"),Oe=S.NewExpression=alias("newExpression"),we=S.Program=alias("program"),Le=S.ObjectExpression=alias("objectExpression"),Me=S.ObjectMethod=alias("objectMethod"),Re=S.ObjectProperty=alias("objectProperty"),Be=S.RestElement=alias("restElement"),je=S.ReturnStatement=alias("returnStatement"),Ue=S.SequenceExpression=alias("sequenceExpression"),We=S.ParenthesizedExpression=alias("parenthesizedExpression"),Je=S.SwitchCase=alias("switchCase"),Ve=S.SwitchStatement=alias("switchStatement"),ze=S.ThisExpression=alias("thisExpression"),Ge=S.ThrowStatement=alias("throwStatement"),qe=S.TryStatement=alias("tryStatement"),$e=S.UnaryExpression=alias("unaryExpression"),He=S.UpdateExpression=alias("updateExpression"),Ke=S.VariableDeclaration=alias("variableDeclaration"),Xe=S.VariableDeclarator=alias("variableDeclarator"),Ye=S.WhileStatement=alias("whileStatement"),Qe=S.WithStatement=alias("withStatement"),Ze=S.AssignmentPattern=alias("assignmentPattern"),et=S.ArrayPattern=alias("arrayPattern"),rt=S.ArrowFunctionExpression=alias("arrowFunctionExpression"),nt=S.ClassBody=alias("classBody"),it=S.ClassExpression=alias("classExpression"),ot=S.ClassDeclaration=alias("classDeclaration"),st=S.ExportAllDeclaration=alias("exportAllDeclaration"),at=S.ExportDefaultDeclaration=alias("exportDefaultDeclaration"),ct=S.ExportNamedDeclaration=alias("exportNamedDeclaration"),ut=S.ExportSpecifier=alias("exportSpecifier"),pt=S.ForOfStatement=alias("forOfStatement"),dt=S.ImportDeclaration=alias("importDeclaration"),ft=S.ImportDefaultSpecifier=alias("importDefaultSpecifier"),mt=S.ImportNamespaceSpecifier=alias("importNamespaceSpecifier"),ht=S.ImportSpecifier=alias("importSpecifier"),yt=S.ImportExpression=alias("importExpression"),vt=S.MetaProperty=alias("metaProperty"),Tt=S.ClassMethod=alias("classMethod"),bt=S.ObjectPattern=alias("objectPattern"),St=S.SpreadElement=alias("spreadElement"),xt=S.Super=alias("super"),Et=S.TaggedTemplateExpression=alias("taggedTemplateExpression"),Ct=S.TemplateElement=alias("templateElement"),Pt=S.TemplateLiteral=alias("templateLiteral"),Nt=S.YieldExpression=alias("yieldExpression"),At=S.AwaitExpression=alias("awaitExpression"),kt=S.Import=alias("import"),Dt=S.BigIntLiteral=alias("bigIntLiteral"),It=S.ExportNamespaceSpecifier=alias("exportNamespaceSpecifier"),Ft=S.OptionalMemberExpression=alias("optionalMemberExpression"),Ot=S.OptionalCallExpression=alias("optionalCallExpression"),wt=S.ClassProperty=alias("classProperty"),Lt=S.ClassAccessorProperty=alias("classAccessorProperty"),Mt=S.ClassPrivateProperty=alias("classPrivateProperty"),Rt=S.ClassPrivateMethod=alias("classPrivateMethod"),Bt=S.PrivateName=alias("privateName"),jt=S.StaticBlock=alias("staticBlock"),Ut=S.ImportAttribute=alias("importAttribute"),Wt=S.AnyTypeAnnotation=alias("anyTypeAnnotation"),Jt=S.ArrayTypeAnnotation=alias("arrayTypeAnnotation"),Vt=S.BooleanTypeAnnotation=alias("booleanTypeAnnotation"),zt=S.BooleanLiteralTypeAnnotation=alias("booleanLiteralTypeAnnotation"),Gt=S.NullLiteralTypeAnnotation=alias("nullLiteralTypeAnnotation"),qt=S.ClassImplements=alias("classImplements"),$t=S.DeclareClass=alias("declareClass"),Ht=S.DeclareFunction=alias("declareFunction"),Kt=S.DeclareInterface=alias("declareInterface"),Xt=S.DeclareModule=alias("declareModule"),Yt=S.DeclareModuleExports=alias("declareModuleExports"),Qt=S.DeclareTypeAlias=alias("declareTypeAlias"),Zt=S.DeclareOpaqueType=alias("declareOpaqueType"),er=S.DeclareVariable=alias("declareVariable"),tr=S.DeclareExportDeclaration=alias("declareExportDeclaration"),rr=S.DeclareExportAllDeclaration=alias("declareExportAllDeclaration"),nr=S.DeclaredPredicate=alias("declaredPredicate"),ir=S.ExistsTypeAnnotation=alias("existsTypeAnnotation"),sr=S.FunctionTypeAnnotation=alias("functionTypeAnnotation"),ar=S.FunctionTypeParam=alias("functionTypeParam"),cr=S.GenericTypeAnnotation=alias("genericTypeAnnotation"),lr=S.InferredPredicate=alias("inferredPredicate"),ur=S.InterfaceExtends=alias("interfaceExtends"),pr=S.InterfaceDeclaration=alias("interfaceDeclaration"),dr=S.InterfaceTypeAnnotation=alias("interfaceTypeAnnotation"),fr=S.IntersectionTypeAnnotation=alias("intersectionTypeAnnotation"),mr=S.MixedTypeAnnotation=alias("mixedTypeAnnotation"),gr=S.EmptyTypeAnnotation=alias("emptyTypeAnnotation"),hr=S.NullableTypeAnnotation=alias("nullableTypeAnnotation"),_r=S.NumberLiteralTypeAnnotation=alias("numberLiteralTypeAnnotation"),yr=S.NumberTypeAnnotation=alias("numberTypeAnnotation"),vr=S.ObjectTypeAnnotation=alias("objectTypeAnnotation"),Tr=S.ObjectTypeInternalSlot=alias("objectTypeInternalSlot"),br=S.ObjectTypeCallProperty=alias("objectTypeCallProperty"),Sr=S.ObjectTypeIndexer=alias("objectTypeIndexer"),xr=S.ObjectTypeProperty=alias("objectTypeProperty"),Er=S.ObjectTypeSpreadProperty=alias("objectTypeSpreadProperty"),Cr=S.OpaqueType=alias("opaqueType"),Pr=S.QualifiedTypeIdentifier=alias("qualifiedTypeIdentifier"),Nr=S.StringLiteralTypeAnnotation=alias("stringLiteralTypeAnnotation"),Ar=S.StringTypeAnnotation=alias("stringTypeAnnotation"),kr=S.SymbolTypeAnnotation=alias("symbolTypeAnnotation"),Dr=S.ThisTypeAnnotation=alias("thisTypeAnnotation"),Ir=S.TupleTypeAnnotation=alias("tupleTypeAnnotation"),Fr=S.TypeofTypeAnnotation=alias("typeofTypeAnnotation"),Or=S.TypeAlias=alias("typeAlias"),wr=S.TypeAnnotation=alias("typeAnnotation"),Lr=S.TypeCastExpression=alias("typeCastExpression"),Mr=S.TypeParameter=alias("typeParameter"),Rr=S.TypeParameterDeclaration=alias("typeParameterDeclaration"),Br=S.TypeParameterInstantiation=alias("typeParameterInstantiation"),jr=S.UnionTypeAnnotation=alias("unionTypeAnnotation"),Ur=S.Variance=alias("variance"),Wr=S.VoidTypeAnnotation=alias("voidTypeAnnotation"),Jr=S.EnumDeclaration=alias("enumDeclaration"),Vr=S.EnumBooleanBody=alias("enumBooleanBody"),zr=S.EnumNumberBody=alias("enumNumberBody"),Gr=S.EnumStringBody=alias("enumStringBody"),qr=S.EnumSymbolBody=alias("enumSymbolBody"),$r=S.EnumBooleanMember=alias("enumBooleanMember"),Hr=S.EnumNumberMember=alias("enumNumberMember"),Kr=S.EnumStringMember=alias("enumStringMember"),Xr=S.EnumDefaultedMember=alias("enumDefaultedMember"),Yr=S.IndexedAccessType=alias("indexedAccessType"),Qr=S.OptionalIndexedAccessType=alias("optionalIndexedAccessType"),Zr=S.JSXAttribute=alias("jsxAttribute"),en=S.JSXClosingElement=alias("jsxClosingElement"),tn=S.JSXElement=alias("jsxElement"),rn=S.JSXEmptyExpression=alias("jsxEmptyExpression"),nn=S.JSXExpressionContainer=alias("jsxExpressionContainer"),on=S.JSXSpreadChild=alias("jsxSpreadChild"),sn=S.JSXIdentifier=alias("jsxIdentifier"),an=S.JSXMemberExpression=alias("jsxMemberExpression"),cn=S.JSXNamespacedName=alias("jsxNamespacedName"),ln=S.JSXOpeningElement=alias("jsxOpeningElement"),un=S.JSXSpreadAttribute=alias("jsxSpreadAttribute"),pn=S.JSXText=alias("jsxText"),dn=S.JSXFragment=alias("jsxFragment"),fn=S.JSXOpeningFragment=alias("jsxOpeningFragment"),mn=S.JSXClosingFragment=alias("jsxClosingFragment"),gn=S.Noop=alias("noop"),hn=S.Placeholder=alias("placeholder"),_n=S.V8IntrinsicIdentifier=alias("v8IntrinsicIdentifier"),yn=S.ArgumentPlaceholder=alias("argumentPlaceholder"),vn=S.BindExpression=alias("bindExpression"),Tn=S.Decorator=alias("decorator"),bn=S.DoExpression=alias("doExpression"),Sn=S.ExportDefaultSpecifier=alias("exportDefaultSpecifier"),xn=S.RecordExpression=alias("recordExpression"),En=S.TupleExpression=alias("tupleExpression"),Cn=S.DecimalLiteral=alias("decimalLiteral"),Pn=S.ModuleExpression=alias("moduleExpression"),Nn=S.TopicReference=alias("topicReference"),An=S.PipelineTopicExpression=alias("pipelineTopicExpression"),kn=S.PipelineBareFunction=alias("pipelineBareFunction"),Dn=S.PipelinePrimaryTopicReference=alias("pipelinePrimaryTopicReference"),In=S.VoidPattern=alias("voidPattern"),Fn=S.TSParameterProperty=alias("tsParameterProperty"),On=S.TSDeclareFunction=alias("tsDeclareFunction"),wn=S.TSDeclareMethod=alias("tsDeclareMethod"),Ln=S.TSQualifiedName=alias("tsQualifiedName"),Mn=S.TSCallSignatureDeclaration=alias("tsCallSignatureDeclaration"),Rn=S.TSConstructSignatureDeclaration=alias("tsConstructSignatureDeclaration"),Bn=S.TSPropertySignature=alias("tsPropertySignature"),jn=S.TSMethodSignature=alias("tsMethodSignature"),Un=S.TSIndexSignature=alias("tsIndexSignature"),Wn=S.TSAnyKeyword=alias("tsAnyKeyword"),Jn=S.TSBooleanKeyword=alias("tsBooleanKeyword"),Vn=S.TSBigIntKeyword=alias("tsBigIntKeyword"),zn=S.TSIntrinsicKeyword=alias("tsIntrinsicKeyword"),Gn=S.TSNeverKeyword=alias("tsNeverKeyword"),qn=S.TSNullKeyword=alias("tsNullKeyword"),$n=S.TSNumberKeyword=alias("tsNumberKeyword"),Hn=S.TSObjectKeyword=alias("tsObjectKeyword"),Kn=S.TSStringKeyword=alias("tsStringKeyword"),Xn=S.TSSymbolKeyword=alias("tsSymbolKeyword"),Yn=S.TSUndefinedKeyword=alias("tsUndefinedKeyword"),Qn=S.TSUnknownKeyword=alias("tsUnknownKeyword"),Zn=S.TSVoidKeyword=alias("tsVoidKeyword"),ei=S.TSThisType=alias("tsThisType"),ti=S.TSFunctionType=alias("tsFunctionType"),ri=S.TSConstructorType=alias("tsConstructorType"),ni=S.TSTypeReference=alias("tsTypeReference"),ii=S.TSTypePredicate=alias("tsTypePredicate"),oi=S.TSTypeQuery=alias("tsTypeQuery"),si=S.TSTypeLiteral=alias("tsTypeLiteral"),ai=S.TSArrayType=alias("tsArrayType"),ci=S.TSTupleType=alias("tsTupleType"),li=S.TSOptionalType=alias("tsOptionalType"),ui=S.TSRestType=alias("tsRestType"),pi=S.TSNamedTupleMember=alias("tsNamedTupleMember"),di=S.TSUnionType=alias("tsUnionType"),fi=S.TSIntersectionType=alias("tsIntersectionType"),mi=S.TSConditionalType=alias("tsConditionalType"),gi=S.TSInferType=alias("tsInferType"),hi=S.TSParenthesizedType=alias("tsParenthesizedType"),_i=S.TSTypeOperator=alias("tsTypeOperator"),yi=S.TSIndexedAccessType=alias("tsIndexedAccessType"),vi=S.TSMappedType=alias("tsMappedType"),Ti=S.TSTemplateLiteralType=alias("tsTemplateLiteralType"),bi=S.TSLiteralType=alias("tsLiteralType"),Si=S.TSExpressionWithTypeArguments=alias("tsExpressionWithTypeArguments"),xi=S.TSInterfaceDeclaration=alias("tsInterfaceDeclaration"),Ei=S.TSInterfaceBody=alias("tsInterfaceBody"),Ci=S.TSTypeAliasDeclaration=alias("tsTypeAliasDeclaration"),Pi=S.TSInstantiationExpression=alias("tsInstantiationExpression"),Ni=S.TSAsExpression=alias("tsAsExpression"),Ai=S.TSSatisfiesExpression=alias("tsSatisfiesExpression"),ki=S.TSTypeAssertion=alias("tsTypeAssertion"),Di=S.TSEnumBody=alias("tsEnumBody"),Ii=S.TSEnumDeclaration=alias("tsEnumDeclaration"),Fi=S.TSEnumMember=alias("tsEnumMember"),Oi=S.TSModuleDeclaration=alias("tsModuleDeclaration"),wi=S.TSModuleBlock=alias("tsModuleBlock"),Li=S.TSImportType=alias("tsImportType"),Mi=S.TSImportEqualsDeclaration=alias("tsImportEqualsDeclaration"),Ri=S.TSExternalModuleReference=alias("tsExternalModuleReference"),Bi=S.TSNonNullExpression=alias("tsNonNullExpression"),ji=S.TSExportAssignment=alias("tsExportAssignment"),Ui=S.TSNamespaceExportDeclaration=alias("tsNamespaceExportDeclaration"),Wi=S.TSTypeAnnotation=alias("tsTypeAnnotation"),Ji=S.TSTypeParameterInstantiation=alias("tsTypeParameterInstantiation"),Vi=S.TSTypeParameterDeclaration=alias("tsTypeParameterDeclaration"),zi=S.TSTypeParameter=alias("tsTypeParameter");const Gi=S.NumberLiteral=ee.numberLiteral,qi=S.RegexLiteral=ee.regexLiteral,$i=S.RestProperty=ee.restProperty,Hi=S.SpreadProperty=ee.spreadProperty},26916:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.buildUndefinedNode=buildUndefinedNode;var ee=J(54002);function buildUndefinedNode(){return(0,ee.unaryExpression)("void",(0,ee.numericLiteral)(0),true)}},71347:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=buildChildren;var ee=J(24481);var te=J(22408);function buildChildren(b){const S=[];for(let J=0;J<b.children.length;J++){let re=b.children[J];if((0,ee.isJSXText)(re)){(0,te.default)(re,S);continue}if((0,ee.isJSXExpressionContainer)(re))re=re.expression;if((0,ee.isJSXEmptyExpression)(re))continue;S.push(re)}return S}},16474:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=createTSUnionType;var ee=J(54002);var te=J(29815);var re=J(24481);function createTSUnionType(b){const S=b.map((b=>(0,re.isTSTypeAnnotation)(b)?b.typeAnnotation:b));const J=(0,te.default)(S);if(J.length===1){return J[0]}else{return(0,ee.tsUnionType)(J)}}},9616:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=clone;var ee=J(69776);function clone(b){return(0,ee.default)(b,false)}},40270:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneDeep;var ee=J(69776);function cloneDeep(b){return(0,ee.default)(b)}},96748:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneDeepWithoutLoc;var ee=J(69776);function cloneDeepWithoutLoc(b){return(0,ee.default)(b,true,true)}},69776:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneNode;var ee=J(32674);var te=J(24481);const{hasOwn:re}={hasOwn:Function.call.bind(Object.prototype.hasOwnProperty)};function cloneIfNode(b,S,J,ee){if(b&&typeof b.type==="string"){return cloneNodeInternal(b,S,J,ee)}return b}function cloneIfNodeOrArray(b,S,J,ee){if(Array.isArray(b)){return b.map((b=>cloneIfNode(b,S,J,ee)))}return cloneIfNode(b,S,J,ee)}function cloneNode(b,S=true,J=false){return cloneNodeInternal(b,S,J,new Map)}function cloneNodeInternal(b,S=true,J=false,ne){if(!b)return b;const{type:ie}=b;const oe={type:b.type};if((0,te.isIdentifier)(b)){oe.name=b.name;if(re(b,"optional")&&typeof b.optional==="boolean"){oe.optional=b.optional}if(re(b,"typeAnnotation")){oe.typeAnnotation=S?cloneIfNodeOrArray(b.typeAnnotation,true,J,ne):b.typeAnnotation}if(re(b,"decorators")){oe.decorators=S?cloneIfNodeOrArray(b.decorators,true,J,ne):b.decorators}}else if(!re(ee.NODE_FIELDS,ie)){throw new Error(`Unknown node type: "${ie}"`)}else{for(const se of Object.keys(ee.NODE_FIELDS[ie])){if(re(b,se)){if(S){oe[se]=(0,te.isFile)(b)&&se==="comments"?maybeCloneComments(b.comments,S,J,ne):cloneIfNodeOrArray(b[se],true,J,ne)}else{oe[se]=b[se]}}}}if(re(b,"loc")){if(J){oe.loc=null}else{oe.loc=b.loc}}if(re(b,"leadingComments")){oe.leadingComments=maybeCloneComments(b.leadingComments,S,J,ne)}if(re(b,"innerComments")){oe.innerComments=maybeCloneComments(b.innerComments,S,J,ne)}if(re(b,"trailingComments")){oe.trailingComments=maybeCloneComments(b.trailingComments,S,J,ne)}if(re(b,"extra")){oe.extra=Object.assign({},b.extra)}return oe}function maybeCloneComments(b,S,J,ee){if(!b||!S){return b}return b.map((b=>{const S=ee.get(b);if(S)return S;const{type:te,value:re,loc:ne}=b;const ie={type:te,value:re,loc:ne};if(J){ie.loc=null}ee.set(b,ie);return ie}))}},43062:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneWithoutLoc;var ee=J(69776);function cloneWithoutLoc(b){return(0,ee.default)(b,false,true)}},85428:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=addComment;var ee=J(80891);function addComment(b,S,J,te){return(0,ee.default)(b,S,[{type:te?"CommentLine":"CommentBlock",value:J}])}},80891:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=addComments;function addComments(b,S,J){if(!J||!b)return b;const ee=`${S}Comments`;if(b[ee]){if(S==="leading"){b[ee]=J.concat(b[ee])}else{b[ee].push(...J)}}else{b[ee]=J}return b}},33215:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritInnerComments;var ee=J(72550);function inheritInnerComments(b,S){(0,ee.default)("innerComments",b,S)}},69185:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritLeadingComments;var ee=J(72550);function inheritLeadingComments(b,S){(0,ee.default)("leadingComments",b,S)}},68039:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritTrailingComments;var ee=J(72550);function inheritTrailingComments(b,S){(0,ee.default)("trailingComments",b,S)}},75946:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritsComments;var ee=J(68039);var te=J(69185);var re=J(33215);function inheritsComments(b,S){(0,ee.default)(b,S);(0,te.default)(b,S);(0,re.default)(b,S);return b}},56862:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeComments;var ee=J(47213);function removeComments(b){ee.COMMENT_KEYS.forEach((S=>{b[S]=null}));return b}},27371:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.WHILE_TYPES=S.USERWHITESPACABLE_TYPES=S.UNARYLIKE_TYPES=S.TYPESCRIPT_TYPES=S.TSTYPE_TYPES=S.TSTYPEELEMENT_TYPES=S.TSENTITYNAME_TYPES=S.TSBASETYPE_TYPES=S.TERMINATORLESS_TYPES=S.STATEMENT_TYPES=S.STANDARDIZED_TYPES=S.SCOPABLE_TYPES=S.PUREISH_TYPES=S.PROPERTY_TYPES=S.PRIVATE_TYPES=S.PATTERN_TYPES=S.PATTERNLIKE_TYPES=S.OBJECTMEMBER_TYPES=S.MODULESPECIFIER_TYPES=S.MODULEDECLARATION_TYPES=S.MISCELLANEOUS_TYPES=S.METHOD_TYPES=S.LVAL_TYPES=S.LOOP_TYPES=S.LITERAL_TYPES=S.JSX_TYPES=S.IMPORTOREXPORTDECLARATION_TYPES=S.IMMUTABLE_TYPES=S.FUNCTION_TYPES=S.FUNCTIONPARENT_TYPES=S.FUNCTIONPARAMETER_TYPES=S.FOR_TYPES=S.FORXSTATEMENT_TYPES=S.FLOW_TYPES=S.FLOWTYPE_TYPES=S.FLOWPREDICATE_TYPES=S.FLOWDECLARATION_TYPES=S.FLOWBASEANNOTATION_TYPES=S.EXPRESSION_TYPES=S.EXPRESSIONWRAPPER_TYPES=S.EXPORTDECLARATION_TYPES=S.ENUMMEMBER_TYPES=S.ENUMBODY_TYPES=S.DECLARATION_TYPES=S.CONDITIONAL_TYPES=S.COMPLETIONSTATEMENT_TYPES=S.CLASS_TYPES=S.BLOCK_TYPES=S.BLOCKPARENT_TYPES=S.BINARY_TYPES=S.ACCESSOR_TYPES=void 0;var ee=J(32674);const te=S.STANDARDIZED_TYPES=ee.FLIPPED_ALIAS_KEYS["Standardized"];const re=S.EXPRESSION_TYPES=ee.FLIPPED_ALIAS_KEYS["Expression"];const ne=S.BINARY_TYPES=ee.FLIPPED_ALIAS_KEYS["Binary"];const ie=S.SCOPABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["Scopable"];const oe=S.BLOCKPARENT_TYPES=ee.FLIPPED_ALIAS_KEYS["BlockParent"];const se=S.BLOCK_TYPES=ee.FLIPPED_ALIAS_KEYS["Block"];const ae=S.STATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["Statement"];const ce=S.TERMINATORLESS_TYPES=ee.FLIPPED_ALIAS_KEYS["Terminatorless"];const le=S.COMPLETIONSTATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["CompletionStatement"];const ue=S.CONDITIONAL_TYPES=ee.FLIPPED_ALIAS_KEYS["Conditional"];const pe=S.LOOP_TYPES=ee.FLIPPED_ALIAS_KEYS["Loop"];const de=S.WHILE_TYPES=ee.FLIPPED_ALIAS_KEYS["While"];const fe=S.EXPRESSIONWRAPPER_TYPES=ee.FLIPPED_ALIAS_KEYS["ExpressionWrapper"];const me=S.FOR_TYPES=ee.FLIPPED_ALIAS_KEYS["For"];const ge=S.FORXSTATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["ForXStatement"];const he=S.FUNCTION_TYPES=ee.FLIPPED_ALIAS_KEYS["Function"];const _e=S.FUNCTIONPARENT_TYPES=ee.FLIPPED_ALIAS_KEYS["FunctionParent"];const ye=S.PUREISH_TYPES=ee.FLIPPED_ALIAS_KEYS["Pureish"];const ve=S.DECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["Declaration"];const Te=S.FUNCTIONPARAMETER_TYPES=ee.FLIPPED_ALIAS_KEYS["FunctionParameter"];const be=S.PATTERNLIKE_TYPES=ee.FLIPPED_ALIAS_KEYS["PatternLike"];const Se=S.LVAL_TYPES=ee.FLIPPED_ALIAS_KEYS["LVal"];const xe=S.TSENTITYNAME_TYPES=ee.FLIPPED_ALIAS_KEYS["TSEntityName"];const Ee=S.LITERAL_TYPES=ee.FLIPPED_ALIAS_KEYS["Literal"];const Ce=S.IMMUTABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["Immutable"];const Pe=S.USERWHITESPACABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["UserWhitespacable"];const Ne=S.METHOD_TYPES=ee.FLIPPED_ALIAS_KEYS["Method"];const Ae=S.OBJECTMEMBER_TYPES=ee.FLIPPED_ALIAS_KEYS["ObjectMember"];const ke=S.PROPERTY_TYPES=ee.FLIPPED_ALIAS_KEYS["Property"];const De=S.UNARYLIKE_TYPES=ee.FLIPPED_ALIAS_KEYS["UnaryLike"];const Ie=S.PATTERN_TYPES=ee.FLIPPED_ALIAS_KEYS["Pattern"];const Fe=S.CLASS_TYPES=ee.FLIPPED_ALIAS_KEYS["Class"];const Oe=S.IMPORTOREXPORTDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["ImportOrExportDeclaration"];const we=S.EXPORTDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["ExportDeclaration"];const Le=S.MODULESPECIFIER_TYPES=ee.FLIPPED_ALIAS_KEYS["ModuleSpecifier"];const Me=S.ACCESSOR_TYPES=ee.FLIPPED_ALIAS_KEYS["Accessor"];const Re=S.PRIVATE_TYPES=ee.FLIPPED_ALIAS_KEYS["Private"];const Be=S.FLOW_TYPES=ee.FLIPPED_ALIAS_KEYS["Flow"];const je=S.FLOWTYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowType"];const Ue=S.FLOWBASEANNOTATION_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"];const We=S.FLOWDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowDeclaration"];const Je=S.FLOWPREDICATE_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowPredicate"];const Ve=S.ENUMBODY_TYPES=ee.FLIPPED_ALIAS_KEYS["EnumBody"];const ze=S.ENUMMEMBER_TYPES=ee.FLIPPED_ALIAS_KEYS["EnumMember"];const Ge=S.JSX_TYPES=ee.FLIPPED_ALIAS_KEYS["JSX"];const qe=S.MISCELLANEOUS_TYPES=ee.FLIPPED_ALIAS_KEYS["Miscellaneous"];const $e=S.TYPESCRIPT_TYPES=ee.FLIPPED_ALIAS_KEYS["TypeScript"];const He=S.TSTYPEELEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["TSTypeElement"];const Ke=S.TSTYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["TSType"];const Xe=S.TSBASETYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["TSBaseType"];const Ye=S.MODULEDECLARATION_TYPES=Oe},47213:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.UPDATE_OPERATORS=S.UNARY_OPERATORS=S.STRING_UNARY_OPERATORS=S.STATEMENT_OR_BLOCK_KEYS=S.NUMBER_UNARY_OPERATORS=S.NUMBER_BINARY_OPERATORS=S.LOGICAL_OPERATORS=S.INHERIT_KEYS=S.FOR_INIT_KEYS=S.FLATTENABLE_KEYS=S.EQUALITY_BINARY_OPERATORS=S.COMPARISON_BINARY_OPERATORS=S.COMMENT_KEYS=S.BOOLEAN_UNARY_OPERATORS=S.BOOLEAN_NUMBER_BINARY_OPERATORS=S.BOOLEAN_BINARY_OPERATORS=S.BINARY_OPERATORS=S.ASSIGNMENT_OPERATORS=void 0;const J=S.STATEMENT_OR_BLOCK_KEYS=["consequent","body","alternate"];const ee=S.FLATTENABLE_KEYS=["body","expressions"];const te=S.FOR_INIT_KEYS=["left","init"];const re=S.COMMENT_KEYS=["leadingComments","trailingComments","innerComments"];const ne=S.LOGICAL_OPERATORS=["||","&&","??"];const ie=S.UPDATE_OPERATORS=["++","--"];const oe=S.BOOLEAN_NUMBER_BINARY_OPERATORS=[">","<",">=","<="];const se=S.EQUALITY_BINARY_OPERATORS=["==","===","!=","!=="];const ae=S.COMPARISON_BINARY_OPERATORS=[...se,"in","instanceof"];const ce=S.BOOLEAN_BINARY_OPERATORS=[...ae,...oe];const le=S.NUMBER_BINARY_OPERATORS=["-","/","%","*","**","&","|",">>",">>>","<<","^"];const ue=S.BINARY_OPERATORS=["+",...le,...ce,"|>"];const pe=S.ASSIGNMENT_OPERATORS=["=","+=",...le.map((b=>b+"=")),...ne.map((b=>b+"="))];const de=S.BOOLEAN_UNARY_OPERATORS=["delete","!"];const fe=S.NUMBER_UNARY_OPERATORS=["+","-","~"];const me=S.STRING_UNARY_OPERATORS=["typeof"];const ge=S.UNARY_OPERATORS=["void","throw",...de,...fe,...me];const he=S.INHERIT_KEYS={optional:["typeAnnotation","typeParameters","returnType"],force:["start","loc","end"]};S.BLOCK_SCOPED_SYMBOL=Symbol.for("var used to be block scoped");S.NOT_LOCAL_BINDING=Symbol.for("should not be considered a local binding")},88770:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=ensureBlock;var ee=J(78515);function ensureBlock(b,S="body"){const J=(0,ee.default)(b[S],b);b[S]=J;return J}},94208:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=gatherSequenceExpressions;var ee=J(39328);var te=J(24481);var re=J(54002);var ne=J(26916);var ie=J(69776);function gatherSequenceExpressions(b,S){const J=[];let oe=true;for(const se of b){if(!(0,te.isEmptyStatement)(se)){oe=false}if((0,te.isExpression)(se)){J.push(se)}else if((0,te.isExpressionStatement)(se)){J.push(se.expression)}else if((0,te.isVariableDeclaration)(se)){if(se.kind!=="var")return;for(const b of se.declarations){const te=(0,ee.default)(b);for(const b of Object.keys(te)){S.push({kind:se.kind,id:(0,ie.default)(te[b])})}if(b.init){J.push((0,re.assignmentExpression)("=",b.id,b.init))}}oe=true}else if((0,te.isIfStatement)(se)){const b=se.consequent?gatherSequenceExpressions([se.consequent],S):(0,ne.buildUndefinedNode)();const ee=se.alternate?gatherSequenceExpressions([se.alternate],S):(0,ne.buildUndefinedNode)();if(!b||!ee)return;J.push((0,re.conditionalExpression)(se.test,b,ee))}else if((0,te.isBlockStatement)(se)){const b=gatherSequenceExpressions(se.body,S);if(!b)return;J.push(b)}else if((0,te.isEmptyStatement)(se)){if(b.indexOf(se)===0){oe=true}}else{return}}if(oe){J.push((0,ne.buildUndefinedNode)())}if(J.length===1){return J[0]}else{return(0,re.sequenceExpression)(J)}}},42363:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toBindingIdentifierName;var ee=J(73887);function toBindingIdentifierName(b){b=(0,ee.default)(b);if(b==="eval"||b==="arguments")b="_"+b;return b}},78515:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toBlock;var ee=J(24481);var te=J(54002);function toBlock(b,S){if((0,ee.isBlockStatement)(b)){return b}let J=[];if((0,ee.isEmptyStatement)(b)){J=[]}else{if(!(0,ee.isStatement)(b)){if((0,ee.isFunction)(S)){b=(0,te.returnStatement)(b)}else{b=(0,te.expressionStatement)(b)}}J=[b]}return(0,te.blockStatement)(J)}},48652:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toComputedKey;var ee=J(24481);var te=J(54002);function toComputedKey(b,S=b.key||b.property){if(!b.computed&&(0,ee.isIdentifier)(S))S=(0,te.stringLiteral)(S.name);return S}},16046:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(24481);var te=S["default"]=toExpression;function toExpression(b){if((0,ee.isExpressionStatement)(b)){b=b.expression}if((0,ee.isExpression)(b)){return b}if((0,ee.isClass)(b)){b.type="ClassExpression";b.abstract=false}else if((0,ee.isFunction)(b)){b.type="FunctionExpression"}if(!(0,ee.isExpression)(b)){throw new Error(`cannot turn ${b.type} to an expression`)}return b}},73887:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toIdentifier;var ee=J(27194);var te=J(53083);function toIdentifier(b){b=b+"";let S="";for(const J of b){S+=(0,te.isIdentifierChar)(J.codePointAt(0))?J:"-"}S=S.replace(/^[-0-9]+/,"");S=S.replace(/[-\s]+(.)?/g,(function(b,S){return S?S.toUpperCase():""}));if(!(0,ee.default)(S)){S=`_${S}`}return S||"_"}},57849:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toKeyAlias;var ee=J(24481);var te=J(69776);var re=J(29474);function toKeyAlias(b,S=b.key){let J;if(b.kind==="method"){return toKeyAlias.increment()+""}else if((0,ee.isIdentifier)(S)){J=S.name}else if((0,ee.isStringLiteral)(S)){J=JSON.stringify(S.value)}else{J=JSON.stringify((0,re.default)((0,te.default)(S)))}if(b.computed){J=`[${J}]`}if(b.static){J=`static:${J}`}return J}toKeyAlias.uid=0;toKeyAlias.increment=function(){if(toKeyAlias.uid>=Number.MAX_SAFE_INTEGER){return toKeyAlias.uid=0}else{return toKeyAlias.uid++}}},80815:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toSequenceExpression;var ee=J(94208);function toSequenceExpression(b,S){if(!(b!=null&&b.length))return;const J=[];const te=(0,ee.default)(b,J);if(!te)return;for(const b of J){S.push(b)}return te}},62703:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(24481);var te=J(54002);var re=S["default"]=toStatement;function toStatement(b,S){if((0,ee.isStatement)(b)){return b}let J=false;let re;if((0,ee.isClass)(b)){J=true;re="ClassDeclaration"}else if((0,ee.isFunction)(b)){J=true;re="FunctionDeclaration"}else if((0,ee.isAssignmentExpression)(b)){return(0,te.expressionStatement)(b)}if(J&&!b.id){re=false}if(!re){if(S){return false}else{throw new Error(`cannot turn ${b.type} to a statement`)}}b.type=re;return b}},26801:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(27194);var te=J(54002);var re=S["default"]=valueToNode;const ne=Function.call.bind(Object.prototype.toString);function isRegExp(b){return ne(b)==="[object RegExp]"}function isPlainObject(b){if(typeof b!=="object"||b===null||Object.prototype.toString.call(b)!=="[object Object]"){return false}const S=Object.getPrototypeOf(b);return S===null||Object.getPrototypeOf(S)===null}function valueToNode(b){if(b===undefined){return(0,te.identifier)("undefined")}if(b===true||b===false){return(0,te.booleanLiteral)(b)}if(b===null){return(0,te.nullLiteral)()}if(typeof b==="string"){return(0,te.stringLiteral)(b)}if(typeof b==="number"){let S;if(Number.isFinite(b)){S=(0,te.numericLiteral)(Math.abs(b))}else{let J;if(Number.isNaN(b)){J=(0,te.numericLiteral)(0)}else{J=(0,te.numericLiteral)(1)}S=(0,te.binaryExpression)("/",J,(0,te.numericLiteral)(0))}if(b<0||Object.is(b,-0)){S=(0,te.unaryExpression)("-",S)}return S}if(typeof b==="bigint"){if(b<0){return(0,te.unaryExpression)("-",(0,te.bigIntLiteral)(-b))}else{return(0,te.bigIntLiteral)(b)}}if(isRegExp(b)){const S=b.source;const J=/\/([a-z]*)$/.exec(b.toString())[1];return(0,te.regExpLiteral)(S,J)}if(Array.isArray(b)){return(0,te.arrayExpression)(b.map(valueToNode))}if(isPlainObject(b)){const S=[];for(const J of Object.keys(b)){let re,ne=false;if((0,ee.default)(J)){if(J==="__proto__"){ne=true;re=(0,te.stringLiteral)(J)}else{re=(0,te.identifier)(J)}}else{re=(0,te.stringLiteral)(J)}S.push((0,te.objectProperty)(re,valueToNode(b[J]),ne))}return(0,te.objectExpression)(S)}throw new Error("don't know how to turn this value into a node")}},4359:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.patternLikeCommon=S.importAttributes=S.functionTypeAnnotationCommon=S.functionDeclarationCommon=S.functionCommon=S.classMethodOrPropertyUnionShapeCommon=S.classMethodOrPropertyCommon=S.classMethodOrDeclareMethodCommon=void 0;var ee=J(23951);var te=J(27194);var re=J(53083);var ne=J(34964);var ie=J(47213);var oe=J(56259);const classMethodOrPropertyUnionShapeCommon=(b=false)=>({unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:b?(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName"):(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral")}}}]}});S.classMethodOrPropertyUnionShapeCommon=classMethodOrPropertyUnionShapeCommon;const se=(0,oe.defineAliasedType)("Standardized");se("ArrayExpression",{fields:{elements:{validate:(0,oe.arrayOf)((0,oe.assertNodeOrValueType)("null","Expression","SpreadElement")),default:!process.env.BABEL_TYPES_8_BREAKING?[]:undefined}},visitor:["elements"],aliases:["Expression"]});se("AssignmentExpression",{fields:{operator:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("string"):Object.assign(function(){const b=(0,oe.assertOneOf)(...ie.ASSIGNMENT_OPERATORS);const S=(0,oe.assertOneOf)("=");return function(J,te,re){const ne=(0,ee.default)("Pattern",J.left)?S:b;ne(J,te,re)}}(),{oneOf:ie.ASSIGNMENT_OPERATORS})},left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("LVal","OptionalMemberExpression"):(0,oe.assertNodeType)("Identifier","MemberExpression","OptionalMemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")}},builder:["operator","left","right"],visitor:["left","right"],aliases:["Expression"]});se("BinaryExpression",{builder:["operator","left","right"],fields:{operator:{validate:(0,oe.assertOneOf)(...ie.BINARY_OPERATORS)},left:{validate:function(){const b=(0,oe.assertNodeType)("Expression");const S=(0,oe.assertNodeType)("Expression","PrivateName");const J=Object.assign((function(J,ee,te){const re=J.operator==="in"?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","PrivateName"]});return J}()},right:{validate:(0,oe.assertNodeType)("Expression")}},visitor:["left","right"],aliases:["Binary","Expression"]});se("InterpreterDirective",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}}});se("Directive",{visitor:["value"],fields:{value:{validate:(0,oe.assertNodeType)("DirectiveLiteral")}}});se("DirectiveLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}}});se("BlockStatement",{builder:["body","directives"],visitor:["directives","body"],fields:{directives:{validate:(0,oe.arrayOfType)("Directive"),default:[]},body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block","Statement"]});se("BreakStatement",{visitor:["label"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});se("CallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,oe.assertNodeType)("Expression","Super","V8IntrinsicIdentifier")},arguments:(0,oe.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),typeArguments:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation"),optional:true}},process.env.BABEL_TYPES_8_BREAKING?{}:{optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});se("CatchClause",{visitor:["param","body"],fields:{param:{validate:(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")}},aliases:["Scopable","BlockParent"]});se("ConditionalExpression",{visitor:["test","consequent","alternate"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},consequent:{validate:(0,oe.assertNodeType)("Expression")},alternate:{validate:(0,oe.assertNodeType)("Expression")}},aliases:["Expression","Conditional"]});se("ContinueStatement",{visitor:["label"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});se("DebuggerStatement",{aliases:["Statement"]});se("DoWhileStatement",{builder:["test","body"],visitor:["body","test"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}},aliases:["Statement","BlockParent","Loop","While","Scopable"]});se("EmptyStatement",{aliases:["Statement"]});se("ExpressionStatement",{visitor:["expression"],fields:{expression:{validate:(0,oe.assertNodeType)("Expression")}},aliases:["Statement","ExpressionWrapper"]});se("File",{builder:["program","comments","tokens"],visitor:["program"],fields:{program:{validate:(0,oe.assertNodeType)("Program")},comments:{validate:!process.env.BABEL_TYPES_8_BREAKING?Object.assign((()=>{}),{each:{oneOfNodeTypes:["CommentBlock","CommentLine"]}}):(0,oe.assertEach)((0,oe.assertNodeType)("CommentBlock","CommentLine")),optional:true},tokens:{validate:(0,oe.assertEach)(Object.assign((()=>{}),{type:"any"})),optional:true}}});se("ForInStatement",{visitor:["left","right","body"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("VariableDeclaration","LVal"):(0,oe.assertNodeType)("VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("ForStatement",{visitor:["init","test","update","body"],aliases:["Scopable","Statement","For","BlockParent","Loop"],fields:{init:{validate:(0,oe.assertNodeType)("VariableDeclaration","Expression"),optional:true},test:{validate:(0,oe.assertNodeType)("Expression"),optional:true},update:{validate:(0,oe.assertNodeType)("Expression"),optional:true},body:{validate:(0,oe.assertNodeType)("Statement")}}});const functionCommon=()=>({params:(0,oe.validateArrayOfType)("FunctionParameter"),generator:{default:false},async:{default:false}});S.functionCommon=functionCommon;const functionTypeAnnotationCommon=()=>({returnType:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true}});S.functionTypeAnnotationCommon=functionTypeAnnotationCommon;const functionDeclarationCommon=()=>Object.assign({},functionCommon(),{declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}});S.functionDeclarationCommon=functionDeclarationCommon;se("FunctionDeclaration",{builder:["id","params","body","generator","async"],visitor:["id","typeParameters","params","predicate","returnType","body"],fields:Object.assign({},functionDeclarationCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,oe.assertNodeType)("BlockStatement")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}}),aliases:["Scopable","Function","BlockParent","FunctionParent","Statement","Pureish","Declaration"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier");return function(S,J,te){if(!(0,ee.default)("ExportDefaultDeclaration",S)){b(te,"id",te.id)}}}()});se("FunctionExpression",{inherits:"FunctionDeclaration",aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});const patternLikeCommon=()=>({typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}});S.patternLikeCommon=patternLikeCommon;se("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,oe.chain)((0,oe.assertValueType)("string"),Object.assign((function(b,S,J){if(!(0,te.default)(J,false)){throw new TypeError(`"${J}" is not a valid identifier name`)}}),{type:"string"})):(0,oe.assertValueType)("string")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(b,S,J){const te=/\.(\w+)$/.exec(S.toString());if(!te)return;const[,ne]=te;const ie={computed:false};if(ne==="property"){if((0,ee.default)("MemberExpression",b,ie))return;if((0,ee.default)("OptionalMemberExpression",b,ie))return}else if(ne==="key"){if((0,ee.default)("Property",b,ie))return;if((0,ee.default)("Method",b,ie))return}else if(ne==="exported"){if((0,ee.default)("ExportSpecifier",b))return}else if(ne==="imported"){if((0,ee.default)("ImportSpecifier",b,{imported:J}))return}else if(ne==="meta"){if((0,ee.default)("MetaProperty",b,{meta:J}))return}if(((0,re.isKeyword)(J.name)||(0,re.isReservedWord)(J.name,false))&&J.name!=="this"){throw new TypeError(`"${J.name}" is not a valid identifier`)}}:undefined});se("IfStatement",{visitor:["test","consequent","alternate"],aliases:["Statement","Conditional"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},consequent:{validate:(0,oe.assertNodeType)("Statement")},alternate:{optional:true,validate:(0,oe.assertNodeType)("Statement")}}});se("LabeledStatement",{visitor:["label","body"],aliases:["Statement"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("StringLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("NumericLiteral",{builder:["value"],deprecatedAlias:"NumberLiteral",fields:{value:{validate:(0,oe.chain)((0,oe.assertValueType)("number"),Object.assign((function(b,S,J){if(1/J<0||!Number.isFinite(J)){const b=new Error("NumericLiterals must be non-negative finite numbers. "+`You can use t.valueToNode(${J}) instead.`)}}),{type:"number"}))}},aliases:["Expression","Pureish","Literal","Immutable"]});se("NullLiteral",{aliases:["Expression","Pureish","Literal","Immutable"]});se("BooleanLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("boolean")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("RegExpLiteral",{builder:["pattern","flags"],deprecatedAlias:"RegexLiteral",aliases:["Expression","Pureish","Literal"],fields:{pattern:{validate:(0,oe.assertValueType)("string")},flags:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("string"),Object.assign((function(b,S,J){const ee=/[^dgimsuvy]/.exec(J);if(ee){throw new TypeError(`"${ee[0]}" is not a valid RegExp flag`)}}),{type:"string"})):(0,oe.assertValueType)("string"),default:""}}});se("LogicalExpression",{builder:["operator","left","right"],visitor:["left","right"],aliases:["Binary","Expression"],fields:{operator:{validate:(0,oe.assertOneOf)(...ie.LOGICAL_OPERATORS)},left:{validate:(0,oe.assertNodeType)("Expression")},right:{validate:(0,oe.assertNodeType)("Expression")}}});se("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,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{property:{validate:(0,oe.assertNodeType)("Identifier","PrivateName")}}}]},fields:Object.assign({object:{validate:(0,oe.assertNodeType)("Expression","Super")},property:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","PrivateName");const S=(0,oe.assertNodeType)("Expression");const validator=function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)};validator.oneOfNodeTypes=["Expression","Identifier","PrivateName"];return validator}()},computed:{default:false}},!process.env.BABEL_TYPES_8_BREAKING?{optional:{validate:(0,oe.assertValueType)("boolean"),optional:true}}:{})});se("NewExpression",{inherits:"CallExpression"});se("Program",{visitor:["directives","body"],builder:["body","directives","sourceType","interpreter"],fields:{sourceType:{validate:(0,oe.assertOneOf)("script","module"),default:"script"},interpreter:{validate:(0,oe.assertNodeType)("InterpreterDirective"),default:null,optional:true},directives:{validate:(0,oe.arrayOfType)("Directive"),default:[]},body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block"]});se("ObjectExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,oe.validateArrayOfType)("ObjectMethod","ObjectProperty","SpreadElement")}});se("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,oe.assertOneOf)("method","get","set")},!process.env.BABEL_TYPES_8_BREAKING?{default:"method"}:{}),computed:{default:false},key:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const S=(0,oe.assertNodeType)("Expression");const validator=function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)};validator.oneOfNodeTypes=["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral"];return validator}()},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")}}),aliases:["UserWhitespacable","Function","Scopable","BlockParent","FunctionParent","Method","ObjectMember"]}));se("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,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName")}}}]},fields:{computed:{default:false},key:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName");const S=(0,oe.assertNodeType)("Expression");const J=Object.assign((function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName"]});return J}()},value:{validate:(0,oe.assertNodeType)("Expression","PatternLike")},shorthand:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("boolean"),Object.assign((function(b,S,J){if(!J)return;if(b.computed){throw new TypeError("Property shorthand of ObjectProperty cannot be true if computed is true")}if(!(0,ee.default)("Identifier",b.key)){throw new TypeError("Property shorthand of ObjectProperty cannot be true if key is not an Identifier")}}),{type:"boolean"})):(0,oe.assertValueType)("boolean"),default:false},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}},visitor:["decorators","key","value"],aliases:["UserWhitespacable","Property","ObjectMember"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier","Pattern","TSAsExpression","TSSatisfiesExpression","TSNonNullExpression","TSTypeAssertion");const S=(0,oe.assertNodeType)("Expression");return function(J,te,re){const ne=(0,ee.default)("ObjectPattern",J)?b:S;ne(re,"value",re.value)}}()});se("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,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression","RestElement","AssignmentPattern"):(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(b,S){const J=/(\w+)\[(\d+)\]/.exec(S.toString());if(!J)throw new Error("Internal Babel error: malformed key.");const[,ee,te]=J;if(b[ee].length>+te+1){throw new TypeError(`RestElement must be last element of ${ee}`)}}:undefined});se("ReturnStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression"),optional:true}}});se("SequenceExpression",{visitor:["expressions"],fields:{expressions:(0,oe.validateArrayOfType)("Expression")},aliases:["Expression"]});se("ParenthesizedExpression",{visitor:["expression"],aliases:["Expression","ExpressionWrapper"],fields:{expression:{validate:(0,oe.assertNodeType)("Expression")}}});se("SwitchCase",{visitor:["test","consequent"],fields:{test:{validate:(0,oe.assertNodeType)("Expression"),optional:true},consequent:(0,oe.validateArrayOfType)("Statement")}});se("SwitchStatement",{visitor:["discriminant","cases"],aliases:["Statement","BlockParent","Scopable"],fields:{discriminant:{validate:(0,oe.assertNodeType)("Expression")},cases:(0,oe.validateArrayOfType)("SwitchCase")}});se("ThisExpression",{aliases:["Expression"]});se("ThrowStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("TryStatement",{visitor:["block","handler","finalizer"],aliases:["Statement"],fields:{block:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertNodeType)("BlockStatement"),Object.assign((function(b){if(!b.handler&&!b.finalizer){throw new TypeError("TryStatement expects either a handler or finalizer, or both")}}),{oneOfNodeTypes:["BlockStatement"]})):(0,oe.assertNodeType)("BlockStatement")},handler:{optional:true,validate:(0,oe.assertNodeType)("CatchClause")},finalizer:{optional:true,validate:(0,oe.assertNodeType)("BlockStatement")}}});se("UnaryExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:true},argument:{validate:(0,oe.assertNodeType)("Expression")},operator:{validate:(0,oe.assertOneOf)(...ie.UNARY_OPERATORS)}},visitor:["argument"],aliases:["UnaryLike","Expression"]});se("UpdateExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:false},argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("Expression"):(0,oe.assertNodeType)("Identifier","MemberExpression")},operator:{validate:(0,oe.assertOneOf)(...ie.UPDATE_OPERATORS)}},visitor:["argument"],aliases:["Expression"]});se("VariableDeclaration",{builder:["kind","declarations"],visitor:["declarations"],aliases:["Statement","Declaration"],fields:{declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},kind:{validate:(0,oe.assertOneOf)("var","let","const","using","await using")},declarations:(0,oe.validateArrayOfType)("VariableDeclarator")},validate:process.env.BABEL_TYPES_8_BREAKING?(()=>{const b=(0,oe.assertNodeType)("Identifier","Placeholder");const S=(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","Placeholder");const J=(0,oe.assertNodeType)("Identifier","VoidPattern","Placeholder");return function(te,re,ne){const{kind:ie,declarations:oe}=ne;const se=(0,ee.default)("ForXStatement",te,{left:ne});if(se){if(oe.length!==1){throw new TypeError(`Exactly one VariableDeclarator is required in the VariableDeclaration of a ${te.type}`)}}for(const ee of oe){if(ie==="const"||ie==="let"||ie==="var"){if(!se&&!ee.init){b(ee,"id",ee.id)}else{S(ee,"id",ee.id)}}else{J(ee,"id",ee.id)}}}})():undefined});se("VariableDeclarator",{visitor:["id","init"],fields:{id:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("LVal","VoidPattern"):(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","VoidPattern")},definite:{optional:true,validate:(0,oe.assertValueType)("boolean")},init:{optional:true,validate:(0,oe.assertNodeType)("Expression")}}});se("WhileStatement",{visitor:["test","body"],aliases:["Statement","BlockParent","Loop","While","Scopable"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("WithStatement",{visitor:["object","body"],aliases:["Statement"],fields:{object:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("AssignmentPattern",{visitor:["left","right","decorators"],builder:["left","right"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{left:{validate:(0,oe.assertNodeType)("Identifier","ObjectPattern","ArrayPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}})});se("ArrayPattern",{visitor:["elements","typeAnnotation"],builder:["elements"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{elements:{validate:(0,oe.chain)((0,oe.assertValueType)("array"),(0,oe.assertEach)((0,oe.assertNodeOrValueType)("null","PatternLike")))}})});se("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,oe.assertValueType)("boolean")},body:{validate:(0,oe.assertNodeType)("BlockStatement","Expression")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});se("ClassBody",{visitor:["body"],fields:{body:(0,oe.validateArrayOfType)("ClassMethod","ClassPrivateMethod","ClassProperty","ClassPrivateProperty","ClassAccessorProperty","TSDeclareMethod","TSIndexSignature","StaticBlock")}});se("ClassExpression",{builder:["id","superClass","body","decorators"],visitor:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body"],aliases:["Scopable","Class","Expression"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,oe.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,oe.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,oe.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,oe.assertNodeType)("InterfaceExtends"),optional:true}}});se("ClassDeclaration",{inherits:"ClassExpression",aliases:["Scopable","Class","Statement","Declaration"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,oe.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,oe.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,oe.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,oe.assertNodeType)("InterfaceExtends"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},abstract:{validate:(0,oe.assertValueType)("boolean"),optional:true}},validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier");return function(S,J,te){if(!(0,ee.default)("ExportDefaultDeclaration",S)){b(te,"id",te.id)}}}()});const ae=S.importAttributes={attributes:{optional:true,validate:(0,oe.arrayOfType)("ImportAttribute")}};ae.assertions={deprecated:true,optional:true,validate:(0,oe.arrayOfType)("ImportAttribute")};se("ExportAllDeclaration",{builder:["source","attributes"],visitor:["source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({source:{validate:(0,oe.assertNodeType)("StringLiteral")},exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("type","value"))},ae)});se("ExportDefaultDeclaration",{visitor:["declaration"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:{declaration:(0,oe.validateType)("TSDeclareFunction","FunctionDeclaration","ClassDeclaration","Expression"),exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("value"))}});se("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,oe.chain)((0,oe.assertNodeType)("Declaration"),Object.assign((function(b,S,J){if(J&&b.specifiers.length){throw new TypeError("Only declaration or specifiers is allowed on ExportNamedDeclaration")}if(J&&b.source){throw new TypeError("Cannot export a declaration from a source")}}),{oneOfNodeTypes:["Declaration"]})):(0,oe.assertNodeType)("Declaration")}},ae,{specifiers:{default:[],validate:(0,oe.arrayOf)(function(){const b=(0,oe.assertNodeType)("ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier");const S=(0,oe.assertNodeType)("ExportSpecifier");if(!process.env.BABEL_TYPES_8_BREAKING)return b;return Object.assign((function(J,ee,te){const re=J.source?b:S;re(J,ee,te)}),{oneOfNodeTypes:["ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier"]})}())},source:{validate:(0,oe.assertNodeType)("StringLiteral"),optional:true},exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("type","value"))})});se("ExportSpecifier",{visitor:["local","exported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")},exported:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},exportKind:{validate:(0,oe.assertOneOf)("type","value"),optional:true}}});se("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,oe.assertNodeType)("VariableDeclaration","LVal")}const b=(0,oe.assertNodeType)("VariableDeclaration");const S=(0,oe.assertNodeType)("Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression");return Object.assign((function(J,te,re){if((0,ee.default)("VariableDeclaration",re)){b(J,te,re)}else{S(J,te,re)}}),{oneOfNodeTypes:["VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression"]})}()},right:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")},await:{default:false}}});se("ImportDeclaration",{builder:["specifiers","source","attributes"],visitor:["specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration"],fields:Object.assign({},ae,{module:{optional:true,validate:(0,oe.assertValueType)("boolean")},phase:{default:null,validate:(0,oe.assertOneOf)("source","defer")},specifiers:(0,oe.validateArrayOfType)("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"),source:{validate:(0,oe.assertNodeType)("StringLiteral")},importKind:{validate:(0,oe.assertOneOf)("type","typeof","value"),optional:true}})});se("ImportDefaultSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")}}});se("ImportNamespaceSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")}}});se("ImportSpecifier",{visitor:["imported","local"],builder:["local","imported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")},imported:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},importKind:{validate:(0,oe.assertOneOf)("type","typeof","value"),optional:true}}});se("ImportExpression",{visitor:["source","options"],aliases:["Expression"],fields:{phase:{default:null,validate:(0,oe.assertOneOf)("source","defer")},source:{validate:(0,oe.assertNodeType)("Expression")},options:{validate:(0,oe.assertNodeType)("Expression"),optional:true}}});se("MetaProperty",{visitor:["meta","property"],aliases:["Expression"],fields:{meta:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertNodeType)("Identifier"),Object.assign((function(b,S,J){let te;switch(J.name){case"function":te="sent";break;case"new":te="target";break;case"import":te="meta";break}if(!(0,ee.default)("Identifier",b.property,{name:te})){throw new TypeError("Unrecognised MetaProperty")}}),{oneOfNodeTypes:["Identifier"]})):(0,oe.assertNodeType)("Identifier")},property:{validate:(0,oe.assertNodeType)("Identifier")}}});const classMethodOrPropertyCommon=()=>({abstract:{validate:(0,oe.assertValueType)("boolean"),optional:true},accessibility:{validate:(0,oe.assertOneOf)("public","private","protected"),optional:true},static:{default:false},override:{default:false},computed:{default:false},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},key:{validate:(0,oe.chain)(function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const S=(0,oe.assertNodeType)("Expression");return function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}}(),(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression"))}});S.classMethodOrPropertyCommon=classMethodOrPropertyCommon;const classMethodOrDeclareMethodCommon=()=>Object.assign({},functionCommon(),classMethodOrPropertyCommon(),{params:(0,oe.validateArrayOfType)("FunctionParameter","TSParameterProperty"),kind:{validate:(0,oe.assertOneOf)("get","set","method","constructor"),default:"method"},access:{validate:(0,oe.chain)((0,oe.assertValueType)("string"),(0,oe.assertOneOf)("public","private","protected")),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}});S.classMethodOrDeclareMethodCommon=classMethodOrDeclareMethodCommon;se("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,oe.assertNodeType)("BlockStatement")}})}));se("ObjectPattern",{visitor:["decorators","properties","typeAnnotation"],builder:["properties"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{properties:(0,oe.validateArrayOfType)("RestElement","ObjectProperty")})});se("SpreadElement",{visitor:["argument"],aliases:["UnaryLike"],deprecatedAlias:"SpreadProperty",fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("Super",{aliases:["Expression"]});se("TaggedTemplateExpression",{visitor:["tag","typeParameters","quasi"],builder:["tag","quasi"],aliases:["Expression"],fields:{tag:{validate:(0,oe.assertNodeType)("Expression")},quasi:{validate:(0,oe.assertNodeType)("TemplateLiteral")},["typeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true}}});se("TemplateElement",{builder:["value","tail"],fields:{value:{validate:(0,oe.chain)((0,oe.assertShape)({raw:{validate:(0,oe.assertValueType)("string")},cooked:{validate:(0,oe.assertValueType)("string"),optional:true}}),(function templateElementCookedValidator(b){const S=b.value.raw;let J=false;const error=()=>{throw new Error("Internal @babel/types error.")};const{str:ee,firstInvalidLoc:te}=(0,ne.readStringContents)("template",S,0,0,0,{unterminated(){J=true},strictNumericEscape:error,invalidEscapeSequence:error,numericSeparatorInEscapeSequence:error,unexpectedNumericSeparator:error,invalidDigit:error,invalidCodePoint:error});if(!J)throw new Error("Invalid raw");b.value.cooked=te?null:ee}))},tail:{default:false}}});se("TemplateLiteral",{visitor:["quasis","expressions"],aliases:["Expression","Literal"],fields:{quasis:(0,oe.validateArrayOfType)("TemplateElement"),expressions:{validate:(0,oe.chain)((0,oe.assertValueType)("array"),(0,oe.assertEach)((0,oe.assertNodeType)("Expression","TSType")),(function(b,S,J){if(b.quasis.length!==J.length+1){throw new TypeError(`Number of ${b.type} quasis should be exactly one more than the number of expressions.\nExpected ${J.length+1} quasis but got ${b.quasis.length}`)}}))}}});se("YieldExpression",{builder:["argument","delegate"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{delegate:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("boolean"),Object.assign((function(b,S,J){if(J&&!b.argument){throw new TypeError("Property delegate of YieldExpression cannot be true if there is no argument")}}),{type:"boolean"})):(0,oe.assertValueType)("boolean"),default:false},argument:{optional:true,validate:(0,oe.assertNodeType)("Expression")}}});se("AwaitExpression",{builder:["argument"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("Import",{aliases:["Expression"]});se("BigIntLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("ExportNamespaceSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,oe.assertNodeType)("Identifier")}}});se("OptionalMemberExpression",{builder:["object","property","computed","optional"],visitor:["object","property"],aliases:["Expression"],fields:{object:{validate:(0,oe.assertNodeType)("Expression")},property:{validate:function(){const b=(0,oe.assertNodeType)("Identifier");const S=(0,oe.assertNodeType)("Expression");const J=Object.assign((function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","Identifier"]});return J}()},computed:{default:false},optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("boolean"):(0,oe.chain)((0,oe.assertValueType)("boolean"),(0,oe.assertOptionalChainStart)())}}});se("OptionalCallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments","optional"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,oe.assertNodeType)("Expression")},arguments:(0,oe.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("boolean"):(0,oe.chain)((0,oe.assertValueType)("boolean"),(0,oe.assertOptionalChainStart)())},typeArguments:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,oe.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});se("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,oe.assertNodeType)("Expression"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}})}));se("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,oe.chain)(function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName");const S=(0,oe.assertNodeType)("Expression");return function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}}(),(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression","PrivateName"))},value:{validate:(0,oe.assertNodeType)("Expression"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}})}));se("ClassPrivateProperty",{visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","decorators","static"],aliases:["Property","Private"],fields:{key:{validate:(0,oe.assertNodeType)("PrivateName")},value:{validate:(0,oe.assertNodeType)("Expression"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},static:{validate:(0,oe.assertValueType)("boolean"),default:false},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}}});se("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,oe.assertOneOf)("get","set","method"),default:"method"},key:{validate:(0,oe.assertNodeType)("PrivateName")},body:{validate:(0,oe.assertNodeType)("BlockStatement")}})});se("PrivateName",{visitor:["id"],aliases:["Private"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier")}}});se("StaticBlock",{visitor:["body"],fields:{body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","FunctionParent"]});se("ImportAttribute",{visitor:["key","value"],fields:{key:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},value:{validate:(0,oe.assertNodeType)("StringLiteral")}}})},52420:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.DEPRECATED_ALIASES=void 0;const J=S.DEPRECATED_ALIASES={ModuleDeclaration:"ImportOrExportDeclaration"}},67830:(b,S,J)=>{"use strict";var ee=J(56259);(0,ee.default)("ArgumentPlaceholder",{});(0,ee.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,ee.assertNodeType)("Expression")},callee:{validate:(0,ee.assertNodeType)("Expression")}}});(0,ee.default)("Decorator",{visitor:["expression"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}}});(0,ee.default)("DoExpression",{visitor:["body"],builder:["body","async"],aliases:["Expression"],fields:{body:{validate:(0,ee.assertNodeType)("BlockStatement")},async:{validate:(0,ee.assertValueType)("boolean"),default:false}}});(0,ee.default)("ExportDefaultSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,ee.assertNodeType)("Identifier")}}});(0,ee.default)("RecordExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,ee.validateArrayOfType)("ObjectProperty","SpreadElement")}});(0,ee.default)("TupleExpression",{fields:{elements:{validate:(0,ee.arrayOfType)("Expression","SpreadElement"),default:[]}},visitor:["elements"],aliases:["Expression"]});(0,ee.default)("DecimalLiteral",{builder:["value"],fields:{value:{validate:(0,ee.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});(0,ee.default)("ModuleExpression",{visitor:["body"],fields:{body:{validate:(0,ee.assertNodeType)("Program")}},aliases:["Expression"]});(0,ee.default)("TopicReference",{aliases:["Expression"]});(0,ee.default)("PipelineTopicExpression",{builder:["expression"],visitor:["expression"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}},aliases:["Expression"]});(0,ee.default)("PipelineBareFunction",{builder:["callee"],visitor:["callee"],fields:{callee:{validate:(0,ee.assertNodeType)("Expression")}},aliases:["Expression"]});(0,ee.default)("PipelinePrimaryTopicReference",{aliases:["Expression"]});(0,ee.default)("VoidPattern",{aliases:["Pattern","PatternLike","FunctionParameter"]})},6860:(b,S,J)=>{"use strict";var ee=J(4359);var te=J(56259);const re=(0,te.defineAliasedType)("Flow");const defineInterfaceishType=b=>{const S=b==="DeclareClass";re(b,{builder:["id","typeParameters","extends","body"],visitor:["id","typeParameters","extends",...S?["mixins","implements"]:[],"body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),extends:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends"))},S?{mixins:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends")),implements:(0,te.validateOptional)((0,te.arrayOfType)("ClassImplements"))}:{},{body:(0,te.validateType)("ObjectTypeAnnotation")})})};re("AnyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ArrayTypeAnnotation",{visitor:["elementType"],aliases:["FlowType"],fields:{elementType:(0,te.validateType)("FlowType")}});re("BooleanTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("BooleanLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("NullLiteralTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ClassImplements",{visitor:["id","typeParameters"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("DeclareClass");re("DeclareFunction",{builder:["id"],visitor:["id","predicate"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),predicate:(0,te.validateOptionalType)("DeclaredPredicate")}});defineInterfaceishType("DeclareInterface");re("DeclareModule",{builder:["id","body","kind"],visitor:["id","body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier","StringLiteral"),body:(0,te.validateType)("BlockStatement"),kind:(0,te.validateOptional)((0,te.assertOneOf)("CommonJS","ES"))}});re("DeclareModuleExports",{visitor:["typeAnnotation"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{typeAnnotation:(0,te.validateType)("TypeAnnotation")}});re("DeclareTypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),right:(0,te.validateType)("FlowType")}});re("DeclareOpaqueType",{visitor:["id","typeParameters","supertype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,te.validateOptionalType)("FlowType"),impltype:(0,te.validateOptionalType)("FlowType")}});re("DeclareVariable",{visitor:["id"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier")}});re("DeclareExportDeclaration",{visitor:["declaration","specifiers","source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({declaration:(0,te.validateOptionalType)("Flow"),specifiers:(0,te.validateOptional)((0,te.arrayOfType)("ExportSpecifier","ExportNamespaceSpecifier")),source:(0,te.validateOptionalType)("StringLiteral"),default:(0,te.validateOptional)((0,te.assertValueType)("boolean"))},ee.importAttributes)});re("DeclareExportAllDeclaration",{visitor:["source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({source:(0,te.validateType)("StringLiteral"),exportKind:(0,te.validateOptional)((0,te.assertOneOf)("type","value"))},ee.importAttributes)});re("DeclaredPredicate",{visitor:["value"],aliases:["FlowPredicate"],fields:{value:(0,te.validateType)("Flow")}});re("ExistsTypeAnnotation",{aliases:["FlowType"]});re("FunctionTypeAnnotation",{builder:["typeParameters","params","rest","returnType"],visitor:["typeParameters","this","params","rest","returnType"],aliases:["FlowType"],fields:{typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),params:(0,te.validateArrayOfType)("FunctionTypeParam"),rest:(0,te.validateOptionalType)("FunctionTypeParam"),this:(0,te.validateOptionalType)("FunctionTypeParam"),returnType:(0,te.validateType)("FlowType")}});re("FunctionTypeParam",{visitor:["name","typeAnnotation"],fields:{name:(0,te.validateOptionalType)("Identifier"),typeAnnotation:(0,te.validateType)("FlowType"),optional:(0,te.validateOptional)((0,te.assertValueType)("boolean"))}});re("GenericTypeAnnotation",{visitor:["id","typeParameters"],aliases:["FlowType"],fields:{id:(0,te.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});re("InferredPredicate",{aliases:["FlowPredicate"]});re("InterfaceExtends",{visitor:["id","typeParameters"],fields:{id:(0,te.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("InterfaceDeclaration");re("InterfaceTypeAnnotation",{visitor:["extends","body"],aliases:["FlowType"],fields:{extends:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends")),body:(0,te.validateType)("ObjectTypeAnnotation")}});re("IntersectionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("MixedTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("EmptyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("NullableTypeAnnotation",{visitor:["typeAnnotation"],aliases:["FlowType"],fields:{typeAnnotation:(0,te.validateType)("FlowType")}});re("NumberLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("number"))}});re("NumberTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ObjectTypeAnnotation",{visitor:["properties","indexers","callProperties","internalSlots"],aliases:["FlowType"],builder:["properties","indexers","callProperties","internalSlots","exact"],fields:{properties:(0,te.validate)((0,te.arrayOfType)("ObjectTypeProperty","ObjectTypeSpreadProperty")),indexers:{validate:(0,te.arrayOfType)("ObjectTypeIndexer"),optional:true,default:[]},callProperties:{validate:(0,te.arrayOfType)("ObjectTypeCallProperty"),optional:true,default:[]},internalSlots:{validate:(0,te.arrayOfType)("ObjectTypeInternalSlot"),optional:true,default:[]},exact:{validate:(0,te.assertValueType)("boolean"),default:false},inexact:(0,te.validateOptional)((0,te.assertValueType)("boolean"))}});re("ObjectTypeInternalSlot",{visitor:["id","value"],builder:["id","value","optional","static","method"],aliases:["UserWhitespacable"],fields:{id:(0,te.validateType)("Identifier"),value:(0,te.validateType)("FlowType"),optional:(0,te.validate)((0,te.assertValueType)("boolean")),static:(0,te.validate)((0,te.assertValueType)("boolean")),method:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeCallProperty",{visitor:["value"],aliases:["UserWhitespacable"],fields:{value:(0,te.validateType)("FlowType"),static:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeIndexer",{visitor:["variance","id","key","value"],builder:["id","key","value","variance"],aliases:["UserWhitespacable"],fields:{id:(0,te.validateOptionalType)("Identifier"),key:(0,te.validateType)("FlowType"),value:(0,te.validateType)("FlowType"),static:(0,te.validate)((0,te.assertValueType)("boolean")),variance:(0,te.validateOptionalType)("Variance")}});re("ObjectTypeProperty",{visitor:["key","value","variance"],aliases:["UserWhitespacable"],fields:{key:(0,te.validateType)("Identifier","StringLiteral"),value:(0,te.validateType)("FlowType"),kind:(0,te.validate)((0,te.assertOneOf)("init","get","set")),static:(0,te.validate)((0,te.assertValueType)("boolean")),proto:(0,te.validate)((0,te.assertValueType)("boolean")),optional:(0,te.validate)((0,te.assertValueType)("boolean")),variance:(0,te.validateOptionalType)("Variance"),method:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeSpreadProperty",{visitor:["argument"],aliases:["UserWhitespacable"],fields:{argument:(0,te.validateType)("FlowType")}});re("OpaqueType",{visitor:["id","typeParameters","supertype","impltype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,te.validateOptionalType)("FlowType"),impltype:(0,te.validateType)("FlowType")}});re("QualifiedTypeIdentifier",{visitor:["qualification","id"],builder:["id","qualification"],fields:{id:(0,te.validateType)("Identifier"),qualification:(0,te.validateType)("Identifier","QualifiedTypeIdentifier")}});re("StringLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("string"))}});re("StringTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("SymbolTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ThisTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("TupleTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("TypeofTypeAnnotation",{visitor:["argument"],aliases:["FlowType"],fields:{argument:(0,te.validateType)("FlowType")}});re("TypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),right:(0,te.validateType)("FlowType")}});re("TypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("FlowType")}});re("TypeCastExpression",{visitor:["expression","typeAnnotation"],aliases:["ExpressionWrapper","Expression"],fields:{expression:(0,te.validateType)("Expression"),typeAnnotation:(0,te.validateType)("TypeAnnotation")}});re("TypeParameter",{visitor:["bound","default","variance"],fields:{name:(0,te.validate)((0,te.assertValueType)("string")),bound:(0,te.validateOptionalType)("TypeAnnotation"),default:(0,te.validateOptionalType)("FlowType"),variance:(0,te.validateOptionalType)("Variance")}});re("TypeParameterDeclaration",{visitor:["params"],fields:{params:(0,te.validate)((0,te.arrayOfType)("TypeParameter"))}});re("TypeParameterInstantiation",{visitor:["params"],fields:{params:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("UnionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("Variance",{builder:["kind"],fields:{kind:(0,te.validate)((0,te.assertOneOf)("minus","plus"))}});re("VoidTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("EnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:{id:(0,te.validateType)("Identifier"),body:(0,te.validateType)("EnumBooleanBody","EnumNumberBody","EnumStringBody","EnumSymbolBody")}});re("EnumBooleanBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumBooleanMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumNumberBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumNumberMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumStringBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumStringMember","EnumDefaultedMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumSymbolBody",{aliases:["EnumBody"],visitor:["members"],fields:{members:(0,te.validateArrayOfType)("EnumDefaultedMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumBooleanMember",{aliases:["EnumMember"],builder:["id"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("BooleanLiteral")}});re("EnumNumberMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("NumericLiteral")}});re("EnumStringMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("StringLiteral")}});re("EnumDefaultedMember",{aliases:["EnumMember"],visitor:["id"],fields:{id:(0,te.validateType)("Identifier")}});re("IndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,te.validateType)("FlowType"),indexType:(0,te.validateType)("FlowType")}});re("OptionalIndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,te.validateType)("FlowType"),indexType:(0,te.validateType)("FlowType"),optional:(0,te.validate)((0,te.assertValueType)("boolean"))}})},32674:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});Object.defineProperty(S,"ALIAS_KEYS",{enumerable:true,get:function(){return ee.ALIAS_KEYS}});Object.defineProperty(S,"BUILDER_KEYS",{enumerable:true,get:function(){return ee.BUILDER_KEYS}});Object.defineProperty(S,"DEPRECATED_ALIASES",{enumerable:true,get:function(){return re.DEPRECATED_ALIASES}});Object.defineProperty(S,"DEPRECATED_KEYS",{enumerable:true,get:function(){return ee.DEPRECATED_KEYS}});Object.defineProperty(S,"FLIPPED_ALIAS_KEYS",{enumerable:true,get:function(){return ee.FLIPPED_ALIAS_KEYS}});Object.defineProperty(S,"NODE_FIELDS",{enumerable:true,get:function(){return ee.NODE_FIELDS}});Object.defineProperty(S,"NODE_PARENT_VALIDATIONS",{enumerable:true,get:function(){return ee.NODE_PARENT_VALIDATIONS}});Object.defineProperty(S,"NODE_UNION_SHAPES__PRIVATE",{enumerable:true,get:function(){return ee.NODE_UNION_SHAPES__PRIVATE}});Object.defineProperty(S,"PLACEHOLDERS",{enumerable:true,get:function(){return te.PLACEHOLDERS}});Object.defineProperty(S,"PLACEHOLDERS_ALIAS",{enumerable:true,get:function(){return te.PLACEHOLDERS_ALIAS}});Object.defineProperty(S,"PLACEHOLDERS_FLIPPED_ALIAS",{enumerable:true,get:function(){return te.PLACEHOLDERS_FLIPPED_ALIAS}});S.TYPES=void 0;Object.defineProperty(S,"VISITOR_KEYS",{enumerable:true,get:function(){return ee.VISITOR_KEYS}});J(4359);J(6860);J(24711);J(65964);J(67830);J(46891);var ee=J(56259);var te=J(28818);var re=J(52420);Object.keys(re.DEPRECATED_ALIASES).forEach((b=>{ee.FLIPPED_ALIAS_KEYS[b]=ee.FLIPPED_ALIAS_KEYS[re.DEPRECATED_ALIASES[b]]}));for(const{types:b,set:S}of ee.allExpandedTypes){for(const J of b){const b=ee.FLIPPED_ALIAS_KEYS[J];if(b){b.forEach(S.add,S)}else{S.add(J)}}}const ne=S.TYPES=[].concat(Object.keys(ee.VISITOR_KEYS),Object.keys(ee.FLIPPED_ALIAS_KEYS),Object.keys(ee.DEPRECATED_KEYS))},24711:(b,S,J)=>{"use strict";var ee=J(56259);const te=(0,ee.defineAliasedType)("JSX");te("JSXAttribute",{visitor:["name","value"],aliases:["Immutable"],fields:{name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXNamespacedName")},value:{optional:true,validate:(0,ee.assertNodeType)("JSXElement","JSXFragment","StringLiteral","JSXExpressionContainer")}}});te("JSXClosingElement",{visitor:["name"],aliases:["Immutable"],fields:{name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")}}});te("JSXElement",{builder:["openingElement","closingElement","children","selfClosing"],visitor:["openingElement","children","closingElement"],aliases:["Immutable","Expression"],fields:Object.assign({openingElement:{validate:(0,ee.assertNodeType)("JSXOpeningElement")},closingElement:{optional:true,validate:(0,ee.assertNodeType)("JSXClosingElement")},children:(0,ee.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")},{selfClosing:{validate:(0,ee.assertValueType)("boolean"),optional:true}})});te("JSXEmptyExpression",{});te("JSXExpressionContainer",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression","JSXEmptyExpression")}}});te("JSXSpreadChild",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}}});te("JSXIdentifier",{builder:["name"],fields:{name:{validate:(0,ee.assertValueType)("string")}}});te("JSXMemberExpression",{visitor:["object","property"],fields:{object:{validate:(0,ee.assertNodeType)("JSXMemberExpression","JSXIdentifier")},property:{validate:(0,ee.assertNodeType)("JSXIdentifier")}}});te("JSXNamespacedName",{visitor:["namespace","name"],fields:{namespace:{validate:(0,ee.assertNodeType)("JSXIdentifier")},name:{validate:(0,ee.assertNodeType)("JSXIdentifier")}}});te("JSXOpeningElement",{builder:["name","attributes","selfClosing"],visitor:["name","typeParameters","typeArguments","attributes"],aliases:["Immutable"],fields:Object.assign({name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")},selfClosing:{default:false},attributes:(0,ee.validateArrayOfType)("JSXAttribute","JSXSpreadAttribute"),typeArguments:{validate:(0,ee.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,ee.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});te("JSXSpreadAttribute",{visitor:["argument"],fields:{argument:{validate:(0,ee.assertNodeType)("Expression")}}});te("JSXText",{aliases:["Immutable"],builder:["value"],fields:{value:{validate:(0,ee.assertValueType)("string")}}});te("JSXFragment",{builder:["openingFragment","closingFragment","children"],visitor:["openingFragment","children","closingFragment"],aliases:["Immutable","Expression"],fields:{openingFragment:{validate:(0,ee.assertNodeType)("JSXOpeningFragment")},closingFragment:{validate:(0,ee.assertNodeType)("JSXClosingFragment")},children:(0,ee.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")}});te("JSXOpeningFragment",{aliases:["Immutable"]});te("JSXClosingFragment",{aliases:["Immutable"]})},65964:(b,S,J)=>{"use strict";var ee=J(56259);var te=J(28818);var re=J(4359);const ne=(0,ee.defineAliasedType)("Miscellaneous");ne("Noop",{visitor:[]});ne("Placeholder",{visitor:[],builder:["expectedNode","name"],fields:Object.assign({name:{validate:(0,ee.assertNodeType)("Identifier")},expectedNode:{validate:(0,ee.assertOneOf)(...te.PLACEHOLDERS)}},(0,re.patternLikeCommon)())});ne("V8IntrinsicIdentifier",{builder:["name"],fields:{name:{validate:(0,ee.assertValueType)("string")}}})},28818:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.PLACEHOLDERS_FLIPPED_ALIAS=S.PLACEHOLDERS_ALIAS=S.PLACEHOLDERS=void 0;var ee=J(56259);const te=S.PLACEHOLDERS=["Identifier","StringLiteral","Expression","Statement","Declaration","BlockStatement","ClassBody","Pattern"];const re=S.PLACEHOLDERS_ALIAS={Declaration:["Statement"],Pattern:["PatternLike","LVal"]};for(const b of te){const S=ee.ALIAS_KEYS[b];if(S!=null&&S.length)re[b]=S}const ne=S.PLACEHOLDERS_FLIPPED_ALIAS={};Object.keys(re).forEach((b=>{re[b].forEach((S=>{if(!hasOwnProperty.call(ne,S)){ne[S]=[]}ne[S].push(b)}))}))},46891:(b,S,J)=>{"use strict";var ee=J(56259);var te=J(4359);var re=J(23951);const ne=(0,ee.defineAliasedType)("TypeScript");const ie=(0,ee.assertValueType)("boolean");const tSFunctionTypeAnnotationCommon=()=>({returnType:{validate:(0,ee.assertNodeType)("TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,ee.assertNodeType)("TSTypeParameterDeclaration","Noop"),optional:true}});ne("TSParameterProperty",{aliases:["LVal"],visitor:["parameter"],fields:{accessibility:{validate:(0,ee.assertOneOf)("public","private","protected"),optional:true},readonly:{validate:(0,ee.assertValueType)("boolean"),optional:true},parameter:{validate:(0,ee.assertNodeType)("Identifier","AssignmentPattern")},override:{validate:(0,ee.assertValueType)("boolean"),optional:true},decorators:{validate:(0,ee.arrayOfType)("Decorator"),optional:true}}});ne("TSDeclareFunction",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","params","returnType"],fields:Object.assign({},(0,te.functionDeclarationCommon)(),tSFunctionTypeAnnotationCommon())});ne("TSDeclareMethod",Object.assign({visitor:["decorators","key","typeParameters","params","returnType"]},(0,te.classMethodOrPropertyUnionShapeCommon)(),{fields:Object.assign({},(0,te.classMethodOrDeclareMethodCommon)(),tSFunctionTypeAnnotationCommon())}));ne("TSQualifiedName",{aliases:["TSEntityName"],visitor:["left","right"],fields:{left:(0,ee.validateType)("TSEntityName"),right:(0,ee.validateType)("Identifier")}});const signatureDeclarationCommon=()=>({typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),["parameters"]:(0,ee.validateArrayOfType)("ArrayPattern","Identifier","ObjectPattern","RestElement"),["typeAnnotation"]:(0,ee.validateOptionalType)("TSTypeAnnotation")});const oe={aliases:["TSTypeElement"],visitor:["typeParameters","parameters","typeAnnotation"],fields:signatureDeclarationCommon()};ne("TSCallSignatureDeclaration",oe);ne("TSConstructSignatureDeclaration",oe);const namedTypeElementCommon=()=>({key:(0,ee.validateType)("Expression"),computed:{default:false},optional:(0,ee.validateOptional)(ie)});ne("TSPropertySignature",{aliases:["TSTypeElement"],visitor:["key","typeAnnotation"],fields:Object.assign({},namedTypeElementCommon(),{readonly:(0,ee.validateOptional)(ie),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation"),kind:{optional:true,validate:(0,ee.assertOneOf)("get","set")}})});ne("TSMethodSignature",{aliases:["TSTypeElement"],visitor:["key","typeParameters","parameters","typeAnnotation"],fields:Object.assign({},signatureDeclarationCommon(),namedTypeElementCommon(),{kind:{validate:(0,ee.assertOneOf)("method","get","set")}})});ne("TSIndexSignature",{aliases:["TSTypeElement"],visitor:["parameters","typeAnnotation"],fields:{readonly:(0,ee.validateOptional)(ie),static:(0,ee.validateOptional)(ie),parameters:(0,ee.validateArrayOfType)("Identifier"),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation")}});const se=["TSAnyKeyword","TSBooleanKeyword","TSBigIntKeyword","TSIntrinsicKeyword","TSNeverKeyword","TSNullKeyword","TSNumberKeyword","TSObjectKeyword","TSStringKeyword","TSSymbolKeyword","TSUndefinedKeyword","TSUnknownKeyword","TSVoidKeyword"];for(const b of se){ne(b,{aliases:["TSType","TSBaseType"],visitor:[],fields:{}})}ne("TSThisType",{aliases:["TSType","TSBaseType"],visitor:[],fields:{}});const ae={aliases:["TSType"],visitor:["typeParameters","parameters","typeAnnotation"]};ne("TSFunctionType",Object.assign({},ae,{fields:signatureDeclarationCommon()}));ne("TSConstructorType",Object.assign({},ae,{fields:Object.assign({},signatureDeclarationCommon(),{abstract:(0,ee.validateOptional)(ie)})}));ne("TSTypeReference",{aliases:["TSType"],visitor:["typeName","typeParameters"],fields:{typeName:(0,ee.validateType)("TSEntityName"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSTypePredicate",{aliases:["TSType"],visitor:["parameterName","typeAnnotation"],builder:["parameterName","typeAnnotation","asserts"],fields:{parameterName:(0,ee.validateType)("Identifier","TSThisType"),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation"),asserts:(0,ee.validateOptional)(ie)}});ne("TSTypeQuery",{aliases:["TSType"],visitor:["exprName","typeParameters"],fields:{exprName:(0,ee.validateType)("TSEntityName","TSImportType"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSTypeLiteral",{aliases:["TSType"],visitor:["members"],fields:{members:(0,ee.validateArrayOfType)("TSTypeElement")}});ne("TSArrayType",{aliases:["TSType"],visitor:["elementType"],fields:{elementType:(0,ee.validateType)("TSType")}});ne("TSTupleType",{aliases:["TSType"],visitor:["elementTypes"],fields:{elementTypes:(0,ee.validateArrayOfType)("TSType","TSNamedTupleMember")}});ne("TSOptionalType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSRestType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSNamedTupleMember",{visitor:["label","elementType"],builder:["label","elementType","optional"],fields:{label:(0,ee.validateType)("Identifier"),optional:{validate:ie,default:false},elementType:(0,ee.validateType)("TSType")}});const ce={aliases:["TSType"],visitor:["types"],fields:{types:(0,ee.validateArrayOfType)("TSType")}};ne("TSUnionType",ce);ne("TSIntersectionType",ce);ne("TSConditionalType",{aliases:["TSType"],visitor:["checkType","extendsType","trueType","falseType"],fields:{checkType:(0,ee.validateType)("TSType"),extendsType:(0,ee.validateType)("TSType"),trueType:(0,ee.validateType)("TSType"),falseType:(0,ee.validateType)("TSType")}});ne("TSInferType",{aliases:["TSType"],visitor:["typeParameter"],fields:{typeParameter:(0,ee.validateType)("TSTypeParameter")}});ne("TSParenthesizedType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSTypeOperator",{aliases:["TSType"],visitor:["typeAnnotation"],builder:["typeAnnotation","operator"],fields:{operator:{validate:(0,ee.assertValueType)("string"),default:"keyof"},typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSIndexedAccessType",{aliases:["TSType"],visitor:["objectType","indexType"],fields:{objectType:(0,ee.validateType)("TSType"),indexType:(0,ee.validateType)("TSType")}});ne("TSMappedType",{aliases:["TSType"],visitor:["typeParameter","nameType","typeAnnotation"],builder:["typeParameter","typeAnnotation","nameType"],fields:Object.assign({},{typeParameter:(0,ee.validateType)("TSTypeParameter")},{readonly:(0,ee.validateOptional)((0,ee.assertOneOf)(true,false,"+","-")),optional:(0,ee.validateOptional)((0,ee.assertOneOf)(true,false,"+","-")),typeAnnotation:(0,ee.validateOptionalType)("TSType"),nameType:(0,ee.validateOptionalType)("TSType")})});ne("TSTemplateLiteralType",{aliases:["TSType","TSBaseType"],visitor:["quasis","types"],fields:{quasis:(0,ee.validateArrayOfType)("TemplateElement"),types:{validate:(0,ee.chain)((0,ee.assertValueType)("array"),(0,ee.assertEach)((0,ee.assertNodeType)("TSType")),(function(b,S,J){if(b.quasis.length!==J.length+1){throw new TypeError(`Number of ${b.type} quasis should be exactly one more than the number of types.\nExpected ${J.length+1} quasis but got ${b.quasis.length}`)}}))}}});ne("TSLiteralType",{aliases:["TSType","TSBaseType"],visitor:["literal"],fields:{literal:{validate:function(){const b=(0,ee.assertNodeType)("NumericLiteral","BigIntLiteral");const S=(0,ee.assertOneOf)("-");const J=(0,ee.assertNodeType)("NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral");const te=function validator(ee,te,ne){if((0,re.default)("UnaryExpression",ne)){S(ne,"operator",ne.operator);b(ne,"argument",ne.argument)}else{J(ee,te,ne)}};te.oneOfNodeTypes=["NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral","UnaryExpression"];return te}()}}});ne("TSExpressionWithTypeArguments",{aliases:["TSType"],visitor:["expression","typeParameters"],fields:{expression:(0,ee.validateType)("TSEntityName"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSInterfaceDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","extends","body"],fields:{declare:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),extends:(0,ee.validateOptional)((0,ee.arrayOfType)("TSExpressionWithTypeArguments")),body:(0,ee.validateType)("TSInterfaceBody")}});ne("TSInterfaceBody",{visitor:["body"],fields:{body:(0,ee.validateArrayOfType)("TSTypeElement")}});ne("TSTypeAliasDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","typeAnnotation"],fields:{declare:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSInstantiationExpression",{aliases:["Expression"],visitor:["expression","typeParameters"],fields:{expression:(0,ee.validateType)("Expression"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});const le={aliases:["Expression","LVal","PatternLike"],visitor:["expression","typeAnnotation"],fields:{expression:(0,ee.validateType)("Expression"),typeAnnotation:(0,ee.validateType)("TSType")}};ne("TSAsExpression",le);ne("TSSatisfiesExpression",le);ne("TSTypeAssertion",{aliases:["Expression","LVal","PatternLike"],visitor:["typeAnnotation","expression"],fields:{typeAnnotation:(0,ee.validateType)("TSType"),expression:(0,ee.validateType)("Expression")}});ne("TSEnumBody",{visitor:["members"],fields:{members:(0,ee.validateArrayOfType)("TSEnumMember")}});ne("TSEnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","members"],fields:{declare:(0,ee.validateOptional)(ie),const:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),members:(0,ee.validateArrayOfType)("TSEnumMember"),initializer:(0,ee.validateOptionalType)("Expression"),body:(0,ee.validateOptionalType)("TSEnumBody")}});ne("TSEnumMember",{visitor:["id","initializer"],fields:{id:(0,ee.validateType)("Identifier","StringLiteral"),initializer:(0,ee.validateOptionalType)("Expression")}});ne("TSModuleDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:Object.assign({kind:{validate:(0,ee.assertOneOf)("global","module","namespace")},declare:(0,ee.validateOptional)(ie)},{global:(0,ee.validateOptional)(ie)},{id:(0,ee.validateType)("Identifier","StringLiteral"),body:(0,ee.validateType)("TSModuleBlock","TSModuleDeclaration")})});ne("TSModuleBlock",{aliases:["Scopable","Block","BlockParent","FunctionParent"],visitor:["body"],fields:{body:(0,ee.validateArrayOfType)("Statement")}});ne("TSImportType",{aliases:["TSType"],builder:["argument","qualifier","typeParameters"],visitor:["argument","options","qualifier","typeParameters"],fields:Object.assign({},{argument:(0,ee.validateType)("StringLiteral")},{qualifier:(0,ee.validateOptionalType)("TSEntityName")},{typeParameters:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")},{options:{validate:(0,ee.assertNodeType)("ObjectExpression"),optional:true}})});ne("TSImportEqualsDeclaration",{aliases:["Statement","Declaration"],visitor:["id","moduleReference"],fields:Object.assign({},{isExport:(0,ee.validate)(ie)},{id:(0,ee.validateType)("Identifier"),moduleReference:(0,ee.validateType)("TSEntityName","TSExternalModuleReference"),importKind:{validate:(0,ee.assertOneOf)("type","value"),optional:true}})});ne("TSExternalModuleReference",{visitor:["expression"],fields:{expression:(0,ee.validateType)("StringLiteral")}});ne("TSNonNullExpression",{aliases:["Expression","LVal","PatternLike"],visitor:["expression"],fields:{expression:(0,ee.validateType)("Expression")}});ne("TSExportAssignment",{aliases:["Statement"],visitor:["expression"],fields:{expression:(0,ee.validateType)("Expression")}});ne("TSNamespaceExportDeclaration",{aliases:["Statement"],visitor:["id"],fields:{id:(0,ee.validateType)("Identifier")}});ne("TSTypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:{validate:(0,ee.assertNodeType)("TSType")}}});ne("TSTypeParameterInstantiation",{visitor:["params"],fields:{params:(0,ee.validateArrayOfType)("TSType")}});ne("TSTypeParameterDeclaration",{visitor:["params"],fields:{params:(0,ee.validateArrayOfType)("TSTypeParameter")}});ne("TSTypeParameter",{builder:["constraint","default","name"],visitor:["constraint","default"],fields:{name:{validate:(0,ee.assertValueType)("string")},in:{validate:(0,ee.assertValueType)("boolean"),optional:true},out:{validate:(0,ee.assertValueType)("boolean"),optional:true},const:{validate:(0,ee.assertValueType)("boolean"),optional:true},constraint:{validate:(0,ee.assertNodeType)("TSType"),optional:true},default:{validate:(0,ee.assertNodeType)("TSType"),optional:true}}})},56259:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.allExpandedTypes=S.VISITOR_KEYS=S.NODE_UNION_SHAPES__PRIVATE=S.NODE_PARENT_VALIDATIONS=S.NODE_FIELDS=S.FLIPPED_ALIAS_KEYS=S.DEPRECATED_KEYS=S.BUILDER_KEYS=S.ALIAS_KEYS=void 0;S.arrayOf=arrayOf;S.arrayOfType=arrayOfType;S.assertEach=assertEach;S.assertNodeOrValueType=assertNodeOrValueType;S.assertNodeType=assertNodeType;S.assertOneOf=assertOneOf;S.assertOptionalChainStart=assertOptionalChainStart;S.assertShape=assertShape;S.assertValueType=assertValueType;S.chain=chain;S["default"]=defineType;S.defineAliasedType=defineAliasedType;S.validate=validate;S.validateArrayOfType=validateArrayOfType;S.validateOptional=validateOptional;S.validateOptionalType=validateOptionalType;S.validateType=validateType;var ee=J(23951);var te=J(42625);const re=S.VISITOR_KEYS={};const ne=S.ALIAS_KEYS={};const ie=S.FLIPPED_ALIAS_KEYS={};const oe=S.NODE_FIELDS={};const se=S.BUILDER_KEYS={};const ae=S.DEPRECATED_KEYS={};const ce=S.NODE_PARENT_VALIDATIONS={};const le=S.NODE_UNION_SHAPES__PRIVATE={};function getType(b){if(Array.isArray(b)){return"array"}else if(b===null){return"null"}else{return typeof b}}function validate(b){return{validate:b}}function validateType(...b){return validate(assertNodeType(...b))}function validateOptional(b){return{validate:b,optional:true}}function validateOptionalType(...b){return{validate:assertNodeType(...b),optional:true}}function arrayOf(b){return chain(assertValueType("array"),assertEach(b))}function arrayOfType(...b){return arrayOf(assertNodeType(...b))}function validateArrayOfType(...b){return validate(arrayOfType(...b))}function assertEach(b){const S=process.env.BABEL_TYPES_8_BREAKING?te.validateChild:()=>{};function validator(J,ee,te){if(!Array.isArray(te))return;let re=0;const ne={toString(){return`${ee}[${re}]`}};for(;re<te.length;re++){const ee=te[re];b(J,ne,ee);S(J,ne,ee)}}validator.each=b;return validator}function assertOneOf(...b){function validate(S,J,ee){if(!b.includes(ee)){throw new TypeError(`Property ${J} expected value to be one of ${JSON.stringify(b)} but got ${JSON.stringify(ee)}`)}}validate.oneOf=b;return validate}const ue=S.allExpandedTypes=[];function assertNodeType(...b){const S=new Set;ue.push({types:b,set:S});function validate(J,re,ne){const ie=ne==null?void 0:ne.type;if(ie!=null){if(S.has(ie)){(0,te.validateChild)(J,re,ne);return}if(ie==="Placeholder"){for(const S of b){if((0,ee.default)(S,ne)){(0,te.validateChild)(J,re,ne);return}}}}throw new TypeError(`Property ${re} of ${J.type} expected node to be of a type ${JSON.stringify(b)} but instead got ${JSON.stringify(ie)}`)}validate.oneOfNodeTypes=b;return validate}function assertNodeOrValueType(...b){function validate(S,J,re){const ne=getType(re);for(const ie of b){if(ne===ie||(0,ee.default)(ie,re)){(0,te.validateChild)(S,J,re);return}}throw new TypeError(`Property ${J} of ${S.type} expected node to be of a type ${JSON.stringify(b)} but instead got ${JSON.stringify(re==null?void 0:re.type)}`)}validate.oneOfNodeOrValueTypes=b;return validate}function assertValueType(b){function validate(S,J,ee){if(getType(ee)===b){return}throw new TypeError(`Property ${J} expected type of ${b} but got ${getType(ee)}`)}validate.type=b;return validate}function assertShape(b){const S=Object.keys(b);function validate(J,ee,re){const ne=[];for(const ee of S){try{(0,te.validateField)(J,ee,re[ee],b[ee])}catch(b){if(b instanceof TypeError){ne.push(b.message);continue}throw b}}if(ne.length){throw new TypeError(`Property ${ee} of ${J.type} expected to have the following:\n${ne.join("\n")}`)}}validate.shapeOf=b;return validate}function assertOptionalChainStart(){function validate(b){var S;let J=b;while(b){const{type:b}=J;if(b==="OptionalCallExpression"){if(J.optional)return;J=J.callee;continue}if(b==="OptionalMemberExpression"){if(J.optional)return;J=J.object;continue}break}throw new TypeError(`Non-optional ${b.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(S=J)==null?void 0:S.type}`)}return validate}function chain(...b){function validate(...S){for(const J of b){J(...S)}}validate.chainOf=b;if(b.length>=2&&"type"in b[0]&&b[0].type==="array"&&!("each"in b[1])){throw new Error(`An assertValueType("array") validator can only be followed by an assertEach(...) validator.`)}return validate}const pe=new Set(["aliases","builder","deprecatedAlias","fields","inherits","visitor","validate","unionShape"]);const de=new Set(["default","optional","deprecated","validate"]);const fe={};function defineAliasedType(...b){return(S,J={})=>{let ee=J.aliases;if(!ee){var te;if(J.inherits)ee=(te=fe[J.inherits].aliases)==null?void 0:te.slice();ee!=null?ee:ee=[];J.aliases=ee}const re=b.filter((b=>!ee.includes(b)));ee.unshift(...re);defineType(S,J)}}function defineType(b,S={}){const J=S.inherits&&fe[S.inherits]||{};let ee=S.fields;if(!ee){ee={};if(J.fields){const b=Object.getOwnPropertyNames(J.fields);for(const S of b){const b=J.fields[S];const te=b.default;if(Array.isArray(te)?te.length>0:te&&typeof te==="object"){throw new Error("field defaults can only be primitives or empty arrays currently")}ee[S]={default:Array.isArray(te)?[]:te,optional:b.optional,deprecated:b.deprecated,validate:b.validate}}}}const te=S.visitor||J.visitor||[];const ue=S.aliases||J.aliases||[];const me=S.builder||J.builder||S.visitor||[];for(const J of Object.keys(S)){if(!pe.has(J)){throw new Error(`Unknown type option "${J}" on ${b}`)}}if(S.deprecatedAlias){ae[S.deprecatedAlias]=b}for(const b of te.concat(me)){ee[b]=ee[b]||{}}for(const S of Object.keys(ee)){const J=ee[S];if(J.default!==undefined&&!me.includes(S)){J.optional=true}if(J.default===undefined){J.default=null}else if(!J.validate&&J.default!=null){J.validate=assertValueType(getType(J.default))}for(const ee of Object.keys(J)){if(!de.has(ee)){throw new Error(`Unknown field key "${ee}" on ${b}.${S}`)}}}re[b]=S.visitor=te;se[b]=S.builder=me;oe[b]=S.fields=ee;ne[b]=S.aliases=ue;ue.forEach((S=>{ie[S]=ie[S]||[];ie[S].push(b)}));if(S.validate){ce[b]=S.validate}if(S.unionShape){le[b]=S.unionShape}fe[b]=S}},22427:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});var ee={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(S,"__internal__deprecationWarning",{enumerable:true,get:function(){return ht.default}});Object.defineProperty(S,"addComment",{enumerable:true,get:function(){return he.default}});Object.defineProperty(S,"addComments",{enumerable:true,get:function(){return _e.default}});Object.defineProperty(S,"appendToMemberExpression",{enumerable:true,get:function(){return Le.default}});Object.defineProperty(S,"assertNode",{enumerable:true,get:function(){return ie.default}});Object.defineProperty(S,"buildMatchMemberExpression",{enumerable:true,get:function(){return ft.default}});Object.defineProperty(S,"clone",{enumerable:true,get:function(){return de.default}});Object.defineProperty(S,"cloneDeep",{enumerable:true,get:function(){return fe.default}});Object.defineProperty(S,"cloneDeepWithoutLoc",{enumerable:true,get:function(){return me.default}});Object.defineProperty(S,"cloneNode",{enumerable:true,get:function(){return pe.default}});Object.defineProperty(S,"cloneWithoutLoc",{enumerable:true,get:function(){return ge.default}});Object.defineProperty(S,"createFlowUnionType",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(S,"createTSUnionType",{enumerable:true,get:function(){return ce.default}});Object.defineProperty(S,"createTypeAnnotationBasedOnTypeof",{enumerable:true,get:function(){return se.default}});Object.defineProperty(S,"createUnionTypeAnnotation",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(S,"ensureBlock",{enumerable:true,get:function(){return Ce.default}});Object.defineProperty(S,"getAssignmentIdentifiers",{enumerable:true,get:function(){return We.default}});Object.defineProperty(S,"getBindingIdentifiers",{enumerable:true,get:function(){return Je.default}});Object.defineProperty(S,"getFunctionName",{enumerable:true,get:function(){return ze.default}});Object.defineProperty(S,"getOuterBindingIdentifiers",{enumerable:true,get:function(){return Ve.default}});Object.defineProperty(S,"inheritInnerComments",{enumerable:true,get:function(){return ye.default}});Object.defineProperty(S,"inheritLeadingComments",{enumerable:true,get:function(){return ve.default}});Object.defineProperty(S,"inheritTrailingComments",{enumerable:true,get:function(){return be.default}});Object.defineProperty(S,"inherits",{enumerable:true,get:function(){return Me.default}});Object.defineProperty(S,"inheritsComments",{enumerable:true,get:function(){return Te.default}});Object.defineProperty(S,"is",{enumerable:true,get:function(){return He.default}});Object.defineProperty(S,"isBinding",{enumerable:true,get:function(){return Ke.default}});Object.defineProperty(S,"isBlockScoped",{enumerable:true,get:function(){return Xe.default}});Object.defineProperty(S,"isImmutable",{enumerable:true,get:function(){return Ye.default}});Object.defineProperty(S,"isLet",{enumerable:true,get:function(){return Qe.default}});Object.defineProperty(S,"isNode",{enumerable:true,get:function(){return Ze.default}});Object.defineProperty(S,"isNodesEquivalent",{enumerable:true,get:function(){return et.default}});Object.defineProperty(S,"isPlaceholderType",{enumerable:true,get:function(){return rt.default}});Object.defineProperty(S,"isReferenced",{enumerable:true,get:function(){return nt.default}});Object.defineProperty(S,"isScope",{enumerable:true,get:function(){return it.default}});Object.defineProperty(S,"isSpecifierDefault",{enumerable:true,get:function(){return ot.default}});Object.defineProperty(S,"isType",{enumerable:true,get:function(){return st.default}});Object.defineProperty(S,"isValidES3Identifier",{enumerable:true,get:function(){return at.default}});Object.defineProperty(S,"isValidIdentifier",{enumerable:true,get:function(){return ct.default}});Object.defineProperty(S,"isVar",{enumerable:true,get:function(){return ut.default}});Object.defineProperty(S,"matchesPattern",{enumerable:true,get:function(){return pt.default}});Object.defineProperty(S,"prependToMemberExpression",{enumerable:true,get:function(){return Re.default}});S.react=void 0;Object.defineProperty(S,"removeComments",{enumerable:true,get:function(){return Se.default}});Object.defineProperty(S,"removeProperties",{enumerable:true,get:function(){return Be.default}});Object.defineProperty(S,"removePropertiesDeep",{enumerable:true,get:function(){return je.default}});Object.defineProperty(S,"removeTypeDuplicates",{enumerable:true,get:function(){return Ue.default}});Object.defineProperty(S,"shallowEqual",{enumerable:true,get:function(){return $e.default}});Object.defineProperty(S,"toBindingIdentifierName",{enumerable:true,get:function(){return Pe.default}});Object.defineProperty(S,"toBlock",{enumerable:true,get:function(){return Ne.default}});Object.defineProperty(S,"toComputedKey",{enumerable:true,get:function(){return Ae.default}});Object.defineProperty(S,"toExpression",{enumerable:true,get:function(){return ke.default}});Object.defineProperty(S,"toIdentifier",{enumerable:true,get:function(){return De.default}});Object.defineProperty(S,"toKeyAlias",{enumerable:true,get:function(){return Ie.default}});Object.defineProperty(S,"toStatement",{enumerable:true,get:function(){return Fe.default}});Object.defineProperty(S,"traverse",{enumerable:true,get:function(){return Ge.default}});Object.defineProperty(S,"traverseFast",{enumerable:true,get:function(){return qe.default}});Object.defineProperty(S,"validate",{enumerable:true,get:function(){return dt.default}});Object.defineProperty(S,"valueToNode",{enumerable:true,get:function(){return Oe.default}});var te=J(10733);var re=J(59445);var ne=J(71347);var ie=J(66437);var oe=J(84517);Object.keys(oe).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===oe[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return oe[b]}})}));var se=J(53753);var ae=J(89978);var ce=J(16474);var le=J(26916);Object.keys(le).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===le[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return le[b]}})}));var ue=J(54002);Object.keys(ue).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===ue[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return ue[b]}})}));var pe=J(69776);var de=J(9616);var fe=J(40270);var me=J(96748);var ge=J(43062);var he=J(85428);var _e=J(80891);var ye=J(33215);var ve=J(69185);var Te=J(75946);var be=J(68039);var Se=J(56862);var xe=J(27371);Object.keys(xe).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===xe[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return xe[b]}})}));var Ee=J(47213);Object.keys(Ee).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===Ee[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return Ee[b]}})}));var Ce=J(88770);var Pe=J(42363);var Ne=J(78515);var Ae=J(48652);var ke=J(16046);var De=J(73887);var Ie=J(57849);var Fe=J(62703);var Oe=J(26801);var we=J(32674);Object.keys(we).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===we[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return we[b]}})}));var Le=J(87744);var Me=J(24973);var Re=J(80048);var Be=J(14268);var je=J(29474);var Ue=J(5150);var We=J(15552);var Je=J(39328);var Ve=J(64579);var ze=J(28744);var Ge=J(93730);Object.keys(Ge).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===Ge[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return Ge[b]}})}));var qe=J(48904);var $e=J(52129);var He=J(23951);var Ke=J(61682);var Xe=J(7578);var Ye=J(1147);var Qe=J(33478);var Ze=J(49107);var et=J(4638);var rt=J(48694);var nt=J(91736);var it=J(92307);var ot=J(98686);var st=J(9735);var at=J(20215);var ct=J(27194);var ut=J(218);var pt=J(64490);var dt=J(42625);var ft=J(67098);var mt=J(24481);Object.keys(mt).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===mt[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return mt[b]}})}));var ht=J(14411);var yt=J(80815);const vt=S.react={isReactComponent:te.default,isCompatTag:re.default,buildChildren:ne.default};S.toSequenceExpression=yt.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!")}},87744:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=appendToMemberExpression;var ee=J(54002);function appendToMemberExpression(b,S,J=false){b.object=(0,ee.memberExpression)(b.object,b.property,b.computed);b.property=S;b.computed=!!J;return b}},5150:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeTypeDuplicates;var ee=J(24481);function getQualifiedName(b){return(0,ee.isIdentifier)(b)?b.name:`${b.id.name}.${getQualifiedName(b.qualification)}`}function removeTypeDuplicates(b){const S=Array.from(b);const J=new Map;const te=new Map;const re=new Set;const ne=[];for(let b=0;b<S.length;b++){const ie=S[b];if(!ie)continue;if(ne.includes(ie)){continue}if((0,ee.isAnyTypeAnnotation)(ie)){return[ie]}if((0,ee.isFlowBaseAnnotation)(ie)){te.set(ie.type,ie);continue}if((0,ee.isUnionTypeAnnotation)(ie)){if(!re.has(ie.types)){S.push(...ie.types);re.add(ie.types)}continue}if((0,ee.isGenericTypeAnnotation)(ie)){const b=getQualifiedName(ie.id);if(J.has(b)){let S=J.get(b);if(S.typeParameters){if(ie.typeParameters){S.typeParameters.params.push(...ie.typeParameters.params);S.typeParameters.params=removeTypeDuplicates(S.typeParameters.params)}}else{S=ie.typeParameters}}else{J.set(b,ie)}continue}ne.push(ie)}for(const[,b]of te){ne.push(b)}for(const[,b]of J){ne.push(b)}return ne}},24973:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inherits;var ee=J(47213);var te=J(75946);function inherits(b,S){if(!b||!S)return b;for(const J of ee.INHERIT_KEYS.optional){if(b[J]==null){b[J]=S[J]}}for(const J of Object.keys(S)){if(J.startsWith("_")&&J!=="__clone"){b[J]=S[J]}}for(const J of ee.INHERIT_KEYS.force){b[J]=S[J]}(0,te.default)(b,S);return b}},80048:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=prependToMemberExpression;var ee=J(54002);var te=J(22427);function prependToMemberExpression(b,S){if((0,te.isSuper)(b.object)){throw new Error("Cannot prepend node to super property access (`super.foo`).")}b.object=(0,ee.memberExpression)(S,b.object);return b}},14268:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeProperties;var ee=J(47213);const te=["tokens","start","end","loc","raw","rawValue"];const re=[...ee.COMMENT_KEYS,"comments",...te];function removeProperties(b,S={}){const J=S.preserveComments?te:re;for(const S of J){if(b[S]!=null)b[S]=undefined}for(const S of Object.keys(b)){if(S.startsWith("_")&&b[S]!=null)b[S]=undefined}const ee=Object.getOwnPropertySymbols(b);for(const S of ee){b[S]=null}}},29474:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removePropertiesDeep;var ee=J(48904);var te=J(14268);function removePropertiesDeep(b,S){(0,ee.default)(b,te.default,S);return b}},29815:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeTypeDuplicates;var ee=J(24481);function getQualifiedName(b){return(0,ee.isIdentifier)(b)?b.name:(0,ee.isThisExpression)(b)?"this":`${b.right.name}.${getQualifiedName(b.left)}`}function removeTypeDuplicates(b){const S=Array.from(b);const J=new Map;const te=new Map;const re=new Set;const ne=[];for(let b=0;b<S.length;b++){const ie=S[b];if(!ie)continue;if(ne.includes(ie)){continue}if((0,ee.isTSAnyKeyword)(ie)){return[ie]}if((0,ee.isTSBaseType)(ie)){te.set(ie.type,ie);continue}if((0,ee.isTSUnionType)(ie)){if(!re.has(ie.types)){S.push(...ie.types);re.add(ie.types)}continue}const oe="typeParameters";if((0,ee.isTSTypeReference)(ie)&&ie[oe]){const b=ie[oe];const S=getQualifiedName(ie.typeName);if(J.has(S)){let ee=J.get(S);const te=ee[oe];if(te){te.params.push(...b.params);te.params=removeTypeDuplicates(te.params)}else{ee=b}}else{J.set(S,ie)}continue}ne.push(ie)}for(const[,b]of te){ne.push(b)}for(const[,b]of J){ne.push(b)}return ne}},15552:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getAssignmentIdentifiers;function getAssignmentIdentifiers(b){const S=[].concat(b);const J=Object.create(null);while(S.length){const b=S.pop();if(!b)continue;switch(b.type){case"ArrayPattern":S.push(...b.elements);break;case"AssignmentExpression":case"AssignmentPattern":case"ForInStatement":case"ForOfStatement":S.push(b.left);break;case"ObjectPattern":S.push(...b.properties);break;case"ObjectProperty":S.push(b.value);break;case"RestElement":case"UpdateExpression":S.push(b.argument);break;case"UnaryExpression":if(b.operator==="delete"){S.push(b.argument)}break;case"Identifier":J[b.name]=b;break;default:break}}return J}},39328:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getBindingIdentifiers;var ee=J(24481);function getBindingIdentifiers(b,S,J,te){const re=[].concat(b);const ne=Object.create(null);while(re.length){const b=re.shift();if(!b)continue;if(te&&((0,ee.isAssignmentExpression)(b)||(0,ee.isUnaryExpression)(b)||(0,ee.isUpdateExpression)(b))){continue}if((0,ee.isIdentifier)(b)){if(S){const S=ne[b.name]=ne[b.name]||[];S.push(b)}else{ne[b.name]=b}continue}if((0,ee.isExportDeclaration)(b)&&!(0,ee.isExportAllDeclaration)(b)){if((0,ee.isDeclaration)(b.declaration)){re.push(b.declaration)}continue}if(J){if((0,ee.isFunctionDeclaration)(b)){re.push(b.id);continue}if((0,ee.isFunctionExpression)(b)){continue}}const ie=getBindingIdentifiers.keys[b.type];if(ie){for(let S=0;S<ie.length;S++){const J=ie[S];const ee=b[J];if(ee){if(Array.isArray(ee)){re.push(...ee)}else{re.push(ee)}}}}}return ne}const te={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=te},28744:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getFunctionName;var ee=J(24481);function getNameFromLiteralId(b){if((0,ee.isNullLiteral)(b)){return"null"}if((0,ee.isRegExpLiteral)(b)){return`/${b.pattern}/${b.flags}`}if((0,ee.isTemplateLiteral)(b)){return b.quasis.map((b=>b.value.raw)).join("")}if(b.value!==undefined){return String(b.value)}return null}function getObjectMemberKey(b){if(!b.computed||(0,ee.isLiteral)(b.key)){return b.key}}function getFunctionName(b,S){if("id"in b&&b.id){return{name:b.id.name,originalNode:b.id}}let J="";let te;if((0,ee.isObjectProperty)(S,{value:b})){te=getObjectMemberKey(S)}else if((0,ee.isObjectMethod)(b)||(0,ee.isClassMethod)(b)){te=getObjectMemberKey(b);if(b.kind==="get")J="get ";else if(b.kind==="set")J="set "}else if((0,ee.isVariableDeclarator)(S,{init:b})){te=S.id}else if((0,ee.isAssignmentExpression)(S,{operator:"=",right:b})){te=S.left}if(!te)return null;const re=(0,ee.isLiteral)(te)?getNameFromLiteralId(te):(0,ee.isIdentifier)(te)?te.name:(0,ee.isPrivateName)(te)?te.id.name:null;if(re==null)return null;return{name:J+re,originalNode:te}}},64579:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(39328);var te=S["default"]=getOuterBindingIdentifiers;function getOuterBindingIdentifiers(b,S){return(0,ee.default)(b,S,true)}},93730:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverse;var ee=J(32674);function traverse(b,S,J){if(typeof S==="function"){S={enter:S}}const{enter:ee,exit:te}=S;traverseSimpleImpl(b,ee,te,J,[])}function traverseSimpleImpl(b,S,J,te,re){const ne=ee.VISITOR_KEYS[b.type];if(!ne)return;if(S)S(b,re,te);for(const ee of ne){const ne=b[ee];if(Array.isArray(ne)){for(let ie=0;ie<ne.length;ie++){const oe=ne[ie];if(!oe)continue;re.push({node:b,key:ee,index:ie});traverseSimpleImpl(oe,S,J,te,re);re.pop()}}else if(ne){re.push({node:b,key:ee});traverseSimpleImpl(ne,S,J,te,re);re.pop()}}if(J)J(b,re,te)}},48904:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverseFast;var ee=J(32674);const te=Symbol();const re=Symbol();function traverseFast(b,S,J){if(!b)return false;const ne=ee.VISITOR_KEYS[b.type];if(!ne)return false;J=J||{};const ie=S(b,J);if(ie!==undefined){switch(ie){case te:return false;case re:return true}}for(const ee of ne){const te=b[ee];if(!te)continue;if(Array.isArray(te)){for(const b of te){if(traverseFast(b,S,J))return true}}else{if(traverseFast(te,S,J))return true}}return false}traverseFast.skip=te;traverseFast.stop=re},14411:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=deprecationWarning;const J=new Set;function deprecationWarning(b,S,ee="",te=b){if(J.has(te))return;J.add(te);const{internal:re,trace:ne}=captureShortStackTrace(1,2);if(re){return}console.warn(`${ee}\`${b}\` has been deprecated, please migrate to \`${S}\`\n${ne}`)}function captureShortStackTrace(b,S){const{stackTraceLimit:J,prepareStackTrace:ee}=Error;let te;Error.stackTraceLimit=1+b+S;Error.prepareStackTrace=function(b,S){te=S};(new Error).stack;Error.stackTraceLimit=J;Error.prepareStackTrace=ee;if(!te)return{internal:false,trace:""};const re=te.slice(1+b,1+b+S);return{internal:/[\\/]@babel[\\/]/.test(re[1].getFileName()),trace:re.map((b=>` at ${b}`)).join("\n")}}},72550:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inherit;function inherit(b,S,J){if(S&&J){S[b]=Array.from(new Set([].concat(S[b],J[b]).filter(Boolean)))}}},22408:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cleanJSXElementLiteralChild;var ee=J(54002);var te=J(22427);function cleanJSXElementLiteralChild(b,S){const J=b.value.split(/\r\n|\n|\r/);let re=0;for(let b=0;b<J.length;b++){if(/[^ \t]/.exec(J[b])){re=b}}let ne="";for(let b=0;b<J.length;b++){const S=J[b];const ee=b===0;const te=b===J.length-1;const ie=b===re;let oe=S.replace(/\t/g," ");if(!ee){oe=oe.replace(/^ +/,"")}if(!te){oe=oe.replace(/ +$/,"")}if(oe){if(!ie){oe+=" "}ne+=oe}}if(ne)S.push((0,te.inherits)((0,ee.stringLiteral)(ne),b))}},52129:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=shallowEqual;function shallowEqual(b,S){const J=Object.keys(S);for(const ee of J){if(b[ee]!==S[ee]){return false}}return true}},67098:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=buildMatchMemberExpression;var ee=J(64490);function buildMatchMemberExpression(b,S){const J=b.split(".");return b=>(0,ee.default)(b,J,S)}},24481:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.isAccessor=isAccessor;S.isAnyTypeAnnotation=isAnyTypeAnnotation;S.isArgumentPlaceholder=isArgumentPlaceholder;S.isArrayExpression=isArrayExpression;S.isArrayPattern=isArrayPattern;S.isArrayTypeAnnotation=isArrayTypeAnnotation;S.isArrowFunctionExpression=isArrowFunctionExpression;S.isAssignmentExpression=isAssignmentExpression;S.isAssignmentPattern=isAssignmentPattern;S.isAwaitExpression=isAwaitExpression;S.isBigIntLiteral=isBigIntLiteral;S.isBinary=isBinary;S.isBinaryExpression=isBinaryExpression;S.isBindExpression=isBindExpression;S.isBlock=isBlock;S.isBlockParent=isBlockParent;S.isBlockStatement=isBlockStatement;S.isBooleanLiteral=isBooleanLiteral;S.isBooleanLiteralTypeAnnotation=isBooleanLiteralTypeAnnotation;S.isBooleanTypeAnnotation=isBooleanTypeAnnotation;S.isBreakStatement=isBreakStatement;S.isCallExpression=isCallExpression;S.isCatchClause=isCatchClause;S.isClass=isClass;S.isClassAccessorProperty=isClassAccessorProperty;S.isClassBody=isClassBody;S.isClassDeclaration=isClassDeclaration;S.isClassExpression=isClassExpression;S.isClassImplements=isClassImplements;S.isClassMethod=isClassMethod;S.isClassPrivateMethod=isClassPrivateMethod;S.isClassPrivateProperty=isClassPrivateProperty;S.isClassProperty=isClassProperty;S.isCompletionStatement=isCompletionStatement;S.isConditional=isConditional;S.isConditionalExpression=isConditionalExpression;S.isContinueStatement=isContinueStatement;S.isDebuggerStatement=isDebuggerStatement;S.isDecimalLiteral=isDecimalLiteral;S.isDeclaration=isDeclaration;S.isDeclareClass=isDeclareClass;S.isDeclareExportAllDeclaration=isDeclareExportAllDeclaration;S.isDeclareExportDeclaration=isDeclareExportDeclaration;S.isDeclareFunction=isDeclareFunction;S.isDeclareInterface=isDeclareInterface;S.isDeclareModule=isDeclareModule;S.isDeclareModuleExports=isDeclareModuleExports;S.isDeclareOpaqueType=isDeclareOpaqueType;S.isDeclareTypeAlias=isDeclareTypeAlias;S.isDeclareVariable=isDeclareVariable;S.isDeclaredPredicate=isDeclaredPredicate;S.isDecorator=isDecorator;S.isDirective=isDirective;S.isDirectiveLiteral=isDirectiveLiteral;S.isDoExpression=isDoExpression;S.isDoWhileStatement=isDoWhileStatement;S.isEmptyStatement=isEmptyStatement;S.isEmptyTypeAnnotation=isEmptyTypeAnnotation;S.isEnumBody=isEnumBody;S.isEnumBooleanBody=isEnumBooleanBody;S.isEnumBooleanMember=isEnumBooleanMember;S.isEnumDeclaration=isEnumDeclaration;S.isEnumDefaultedMember=isEnumDefaultedMember;S.isEnumMember=isEnumMember;S.isEnumNumberBody=isEnumNumberBody;S.isEnumNumberMember=isEnumNumberMember;S.isEnumStringBody=isEnumStringBody;S.isEnumStringMember=isEnumStringMember;S.isEnumSymbolBody=isEnumSymbolBody;S.isExistsTypeAnnotation=isExistsTypeAnnotation;S.isExportAllDeclaration=isExportAllDeclaration;S.isExportDeclaration=isExportDeclaration;S.isExportDefaultDeclaration=isExportDefaultDeclaration;S.isExportDefaultSpecifier=isExportDefaultSpecifier;S.isExportNamedDeclaration=isExportNamedDeclaration;S.isExportNamespaceSpecifier=isExportNamespaceSpecifier;S.isExportSpecifier=isExportSpecifier;S.isExpression=isExpression;S.isExpressionStatement=isExpressionStatement;S.isExpressionWrapper=isExpressionWrapper;S.isFile=isFile;S.isFlow=isFlow;S.isFlowBaseAnnotation=isFlowBaseAnnotation;S.isFlowDeclaration=isFlowDeclaration;S.isFlowPredicate=isFlowPredicate;S.isFlowType=isFlowType;S.isFor=isFor;S.isForInStatement=isForInStatement;S.isForOfStatement=isForOfStatement;S.isForStatement=isForStatement;S.isForXStatement=isForXStatement;S.isFunction=isFunction;S.isFunctionDeclaration=isFunctionDeclaration;S.isFunctionExpression=isFunctionExpression;S.isFunctionParameter=isFunctionParameter;S.isFunctionParent=isFunctionParent;S.isFunctionTypeAnnotation=isFunctionTypeAnnotation;S.isFunctionTypeParam=isFunctionTypeParam;S.isGenericTypeAnnotation=isGenericTypeAnnotation;S.isIdentifier=isIdentifier;S.isIfStatement=isIfStatement;S.isImmutable=isImmutable;S.isImport=isImport;S.isImportAttribute=isImportAttribute;S.isImportDeclaration=isImportDeclaration;S.isImportDefaultSpecifier=isImportDefaultSpecifier;S.isImportExpression=isImportExpression;S.isImportNamespaceSpecifier=isImportNamespaceSpecifier;S.isImportOrExportDeclaration=isImportOrExportDeclaration;S.isImportSpecifier=isImportSpecifier;S.isIndexedAccessType=isIndexedAccessType;S.isInferredPredicate=isInferredPredicate;S.isInterfaceDeclaration=isInterfaceDeclaration;S.isInterfaceExtends=isInterfaceExtends;S.isInterfaceTypeAnnotation=isInterfaceTypeAnnotation;S.isInterpreterDirective=isInterpreterDirective;S.isIntersectionTypeAnnotation=isIntersectionTypeAnnotation;S.isJSX=isJSX;S.isJSXAttribute=isJSXAttribute;S.isJSXClosingElement=isJSXClosingElement;S.isJSXClosingFragment=isJSXClosingFragment;S.isJSXElement=isJSXElement;S.isJSXEmptyExpression=isJSXEmptyExpression;S.isJSXExpressionContainer=isJSXExpressionContainer;S.isJSXFragment=isJSXFragment;S.isJSXIdentifier=isJSXIdentifier;S.isJSXMemberExpression=isJSXMemberExpression;S.isJSXNamespacedName=isJSXNamespacedName;S.isJSXOpeningElement=isJSXOpeningElement;S.isJSXOpeningFragment=isJSXOpeningFragment;S.isJSXSpreadAttribute=isJSXSpreadAttribute;S.isJSXSpreadChild=isJSXSpreadChild;S.isJSXText=isJSXText;S.isLVal=isLVal;S.isLabeledStatement=isLabeledStatement;S.isLiteral=isLiteral;S.isLogicalExpression=isLogicalExpression;S.isLoop=isLoop;S.isMemberExpression=isMemberExpression;S.isMetaProperty=isMetaProperty;S.isMethod=isMethod;S.isMiscellaneous=isMiscellaneous;S.isMixedTypeAnnotation=isMixedTypeAnnotation;S.isModuleDeclaration=isModuleDeclaration;S.isModuleExpression=isModuleExpression;S.isModuleSpecifier=isModuleSpecifier;S.isNewExpression=isNewExpression;S.isNoop=isNoop;S.isNullLiteral=isNullLiteral;S.isNullLiteralTypeAnnotation=isNullLiteralTypeAnnotation;S.isNullableTypeAnnotation=isNullableTypeAnnotation;S.isNumberLiteral=isNumberLiteral;S.isNumberLiteralTypeAnnotation=isNumberLiteralTypeAnnotation;S.isNumberTypeAnnotation=isNumberTypeAnnotation;S.isNumericLiteral=isNumericLiteral;S.isObjectExpression=isObjectExpression;S.isObjectMember=isObjectMember;S.isObjectMethod=isObjectMethod;S.isObjectPattern=isObjectPattern;S.isObjectProperty=isObjectProperty;S.isObjectTypeAnnotation=isObjectTypeAnnotation;S.isObjectTypeCallProperty=isObjectTypeCallProperty;S.isObjectTypeIndexer=isObjectTypeIndexer;S.isObjectTypeInternalSlot=isObjectTypeInternalSlot;S.isObjectTypeProperty=isObjectTypeProperty;S.isObjectTypeSpreadProperty=isObjectTypeSpreadProperty;S.isOpaqueType=isOpaqueType;S.isOptionalCallExpression=isOptionalCallExpression;S.isOptionalIndexedAccessType=isOptionalIndexedAccessType;S.isOptionalMemberExpression=isOptionalMemberExpression;S.isParenthesizedExpression=isParenthesizedExpression;S.isPattern=isPattern;S.isPatternLike=isPatternLike;S.isPipelineBareFunction=isPipelineBareFunction;S.isPipelinePrimaryTopicReference=isPipelinePrimaryTopicReference;S.isPipelineTopicExpression=isPipelineTopicExpression;S.isPlaceholder=isPlaceholder;S.isPrivate=isPrivate;S.isPrivateName=isPrivateName;S.isProgram=isProgram;S.isProperty=isProperty;S.isPureish=isPureish;S.isQualifiedTypeIdentifier=isQualifiedTypeIdentifier;S.isRecordExpression=isRecordExpression;S.isRegExpLiteral=isRegExpLiteral;S.isRegexLiteral=isRegexLiteral;S.isRestElement=isRestElement;S.isRestProperty=isRestProperty;S.isReturnStatement=isReturnStatement;S.isScopable=isScopable;S.isSequenceExpression=isSequenceExpression;S.isSpreadElement=isSpreadElement;S.isSpreadProperty=isSpreadProperty;S.isStandardized=isStandardized;S.isStatement=isStatement;S.isStaticBlock=isStaticBlock;S.isStringLiteral=isStringLiteral;S.isStringLiteralTypeAnnotation=isStringLiteralTypeAnnotation;S.isStringTypeAnnotation=isStringTypeAnnotation;S.isSuper=isSuper;S.isSwitchCase=isSwitchCase;S.isSwitchStatement=isSwitchStatement;S.isSymbolTypeAnnotation=isSymbolTypeAnnotation;S.isTSAnyKeyword=isTSAnyKeyword;S.isTSArrayType=isTSArrayType;S.isTSAsExpression=isTSAsExpression;S.isTSBaseType=isTSBaseType;S.isTSBigIntKeyword=isTSBigIntKeyword;S.isTSBooleanKeyword=isTSBooleanKeyword;S.isTSCallSignatureDeclaration=isTSCallSignatureDeclaration;S.isTSConditionalType=isTSConditionalType;S.isTSConstructSignatureDeclaration=isTSConstructSignatureDeclaration;S.isTSConstructorType=isTSConstructorType;S.isTSDeclareFunction=isTSDeclareFunction;S.isTSDeclareMethod=isTSDeclareMethod;S.isTSEntityName=isTSEntityName;S.isTSEnumBody=isTSEnumBody;S.isTSEnumDeclaration=isTSEnumDeclaration;S.isTSEnumMember=isTSEnumMember;S.isTSExportAssignment=isTSExportAssignment;S.isTSExpressionWithTypeArguments=isTSExpressionWithTypeArguments;S.isTSExternalModuleReference=isTSExternalModuleReference;S.isTSFunctionType=isTSFunctionType;S.isTSImportEqualsDeclaration=isTSImportEqualsDeclaration;S.isTSImportType=isTSImportType;S.isTSIndexSignature=isTSIndexSignature;S.isTSIndexedAccessType=isTSIndexedAccessType;S.isTSInferType=isTSInferType;S.isTSInstantiationExpression=isTSInstantiationExpression;S.isTSInterfaceBody=isTSInterfaceBody;S.isTSInterfaceDeclaration=isTSInterfaceDeclaration;S.isTSIntersectionType=isTSIntersectionType;S.isTSIntrinsicKeyword=isTSIntrinsicKeyword;S.isTSLiteralType=isTSLiteralType;S.isTSMappedType=isTSMappedType;S.isTSMethodSignature=isTSMethodSignature;S.isTSModuleBlock=isTSModuleBlock;S.isTSModuleDeclaration=isTSModuleDeclaration;S.isTSNamedTupleMember=isTSNamedTupleMember;S.isTSNamespaceExportDeclaration=isTSNamespaceExportDeclaration;S.isTSNeverKeyword=isTSNeverKeyword;S.isTSNonNullExpression=isTSNonNullExpression;S.isTSNullKeyword=isTSNullKeyword;S.isTSNumberKeyword=isTSNumberKeyword;S.isTSObjectKeyword=isTSObjectKeyword;S.isTSOptionalType=isTSOptionalType;S.isTSParameterProperty=isTSParameterProperty;S.isTSParenthesizedType=isTSParenthesizedType;S.isTSPropertySignature=isTSPropertySignature;S.isTSQualifiedName=isTSQualifiedName;S.isTSRestType=isTSRestType;S.isTSSatisfiesExpression=isTSSatisfiesExpression;S.isTSStringKeyword=isTSStringKeyword;S.isTSSymbolKeyword=isTSSymbolKeyword;S.isTSTemplateLiteralType=isTSTemplateLiteralType;S.isTSThisType=isTSThisType;S.isTSTupleType=isTSTupleType;S.isTSType=isTSType;S.isTSTypeAliasDeclaration=isTSTypeAliasDeclaration;S.isTSTypeAnnotation=isTSTypeAnnotation;S.isTSTypeAssertion=isTSTypeAssertion;S.isTSTypeElement=isTSTypeElement;S.isTSTypeLiteral=isTSTypeLiteral;S.isTSTypeOperator=isTSTypeOperator;S.isTSTypeParameter=isTSTypeParameter;S.isTSTypeParameterDeclaration=isTSTypeParameterDeclaration;S.isTSTypeParameterInstantiation=isTSTypeParameterInstantiation;S.isTSTypePredicate=isTSTypePredicate;S.isTSTypeQuery=isTSTypeQuery;S.isTSTypeReference=isTSTypeReference;S.isTSUndefinedKeyword=isTSUndefinedKeyword;S.isTSUnionType=isTSUnionType;S.isTSUnknownKeyword=isTSUnknownKeyword;S.isTSVoidKeyword=isTSVoidKeyword;S.isTaggedTemplateExpression=isTaggedTemplateExpression;S.isTemplateElement=isTemplateElement;S.isTemplateLiteral=isTemplateLiteral;S.isTerminatorless=isTerminatorless;S.isThisExpression=isThisExpression;S.isThisTypeAnnotation=isThisTypeAnnotation;S.isThrowStatement=isThrowStatement;S.isTopicReference=isTopicReference;S.isTryStatement=isTryStatement;S.isTupleExpression=isTupleExpression;S.isTupleTypeAnnotation=isTupleTypeAnnotation;S.isTypeAlias=isTypeAlias;S.isTypeAnnotation=isTypeAnnotation;S.isTypeCastExpression=isTypeCastExpression;S.isTypeParameter=isTypeParameter;S.isTypeParameterDeclaration=isTypeParameterDeclaration;S.isTypeParameterInstantiation=isTypeParameterInstantiation;S.isTypeScript=isTypeScript;S.isTypeofTypeAnnotation=isTypeofTypeAnnotation;S.isUnaryExpression=isUnaryExpression;S.isUnaryLike=isUnaryLike;S.isUnionTypeAnnotation=isUnionTypeAnnotation;S.isUpdateExpression=isUpdateExpression;S.isUserWhitespacable=isUserWhitespacable;S.isV8IntrinsicIdentifier=isV8IntrinsicIdentifier;S.isVariableDeclaration=isVariableDeclaration;S.isVariableDeclarator=isVariableDeclarator;S.isVariance=isVariance;S.isVoidPattern=isVoidPattern;S.isVoidTypeAnnotation=isVoidTypeAnnotation;S.isWhile=isWhile;S.isWhileStatement=isWhileStatement;S.isWithStatement=isWithStatement;S.isYieldExpression=isYieldExpression;var ee=J(52129);var te=J(14411);function isArrayExpression(b,S){if(!b)return false;if(b.type!=="ArrayExpression")return false;return S==null||(0,ee.default)(b,S)}function isAssignmentExpression(b,S){if(!b)return false;if(b.type!=="AssignmentExpression")return false;return S==null||(0,ee.default)(b,S)}function isBinaryExpression(b,S){if(!b)return false;if(b.type!=="BinaryExpression")return false;return S==null||(0,ee.default)(b,S)}function isInterpreterDirective(b,S){if(!b)return false;if(b.type!=="InterpreterDirective")return false;return S==null||(0,ee.default)(b,S)}function isDirective(b,S){if(!b)return false;if(b.type!=="Directive")return false;return S==null||(0,ee.default)(b,S)}function isDirectiveLiteral(b,S){if(!b)return false;if(b.type!=="DirectiveLiteral")return false;return S==null||(0,ee.default)(b,S)}function isBlockStatement(b,S){if(!b)return false;if(b.type!=="BlockStatement")return false;return S==null||(0,ee.default)(b,S)}function isBreakStatement(b,S){if(!b)return false;if(b.type!=="BreakStatement")return false;return S==null||(0,ee.default)(b,S)}function isCallExpression(b,S){if(!b)return false;if(b.type!=="CallExpression")return false;return S==null||(0,ee.default)(b,S)}function isCatchClause(b,S){if(!b)return false;if(b.type!=="CatchClause")return false;return S==null||(0,ee.default)(b,S)}function isConditionalExpression(b,S){if(!b)return false;if(b.type!=="ConditionalExpression")return false;return S==null||(0,ee.default)(b,S)}function isContinueStatement(b,S){if(!b)return false;if(b.type!=="ContinueStatement")return false;return S==null||(0,ee.default)(b,S)}function isDebuggerStatement(b,S){if(!b)return false;if(b.type!=="DebuggerStatement")return false;return S==null||(0,ee.default)(b,S)}function isDoWhileStatement(b,S){if(!b)return false;if(b.type!=="DoWhileStatement")return false;return S==null||(0,ee.default)(b,S)}function isEmptyStatement(b,S){if(!b)return false;if(b.type!=="EmptyStatement")return false;return S==null||(0,ee.default)(b,S)}function isExpressionStatement(b,S){if(!b)return false;if(b.type!=="ExpressionStatement")return false;return S==null||(0,ee.default)(b,S)}function isFile(b,S){if(!b)return false;if(b.type!=="File")return false;return S==null||(0,ee.default)(b,S)}function isForInStatement(b,S){if(!b)return false;if(b.type!=="ForInStatement")return false;return S==null||(0,ee.default)(b,S)}function isForStatement(b,S){if(!b)return false;if(b.type!=="ForStatement")return false;return S==null||(0,ee.default)(b,S)}function isFunctionDeclaration(b,S){if(!b)return false;if(b.type!=="FunctionDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isFunctionExpression(b,S){if(!b)return false;if(b.type!=="FunctionExpression")return false;return S==null||(0,ee.default)(b,S)}function isIdentifier(b,S){if(!b)return false;if(b.type!=="Identifier")return false;return S==null||(0,ee.default)(b,S)}function isIfStatement(b,S){if(!b)return false;if(b.type!=="IfStatement")return false;return S==null||(0,ee.default)(b,S)}function isLabeledStatement(b,S){if(!b)return false;if(b.type!=="LabeledStatement")return false;return S==null||(0,ee.default)(b,S)}function isStringLiteral(b,S){if(!b)return false;if(b.type!=="StringLiteral")return false;return S==null||(0,ee.default)(b,S)}function isNumericLiteral(b,S){if(!b)return false;if(b.type!=="NumericLiteral")return false;return S==null||(0,ee.default)(b,S)}function isNullLiteral(b,S){if(!b)return false;if(b.type!=="NullLiteral")return false;return S==null||(0,ee.default)(b,S)}function isBooleanLiteral(b,S){if(!b)return false;if(b.type!=="BooleanLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRegExpLiteral(b,S){if(!b)return false;if(b.type!=="RegExpLiteral")return false;return S==null||(0,ee.default)(b,S)}function isLogicalExpression(b,S){if(!b)return false;if(b.type!=="LogicalExpression")return false;return S==null||(0,ee.default)(b,S)}function isMemberExpression(b,S){if(!b)return false;if(b.type!=="MemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isNewExpression(b,S){if(!b)return false;if(b.type!=="NewExpression")return false;return S==null||(0,ee.default)(b,S)}function isProgram(b,S){if(!b)return false;if(b.type!=="Program")return false;return S==null||(0,ee.default)(b,S)}function isObjectExpression(b,S){if(!b)return false;if(b.type!=="ObjectExpression")return false;return S==null||(0,ee.default)(b,S)}function isObjectMethod(b,S){if(!b)return false;if(b.type!=="ObjectMethod")return false;return S==null||(0,ee.default)(b,S)}function isObjectProperty(b,S){if(!b)return false;if(b.type!=="ObjectProperty")return false;return S==null||(0,ee.default)(b,S)}function isRestElement(b,S){if(!b)return false;if(b.type!=="RestElement")return false;return S==null||(0,ee.default)(b,S)}function isReturnStatement(b,S){if(!b)return false;if(b.type!=="ReturnStatement")return false;return S==null||(0,ee.default)(b,S)}function isSequenceExpression(b,S){if(!b)return false;if(b.type!=="SequenceExpression")return false;return S==null||(0,ee.default)(b,S)}function isParenthesizedExpression(b,S){if(!b)return false;if(b.type!=="ParenthesizedExpression")return false;return S==null||(0,ee.default)(b,S)}function isSwitchCase(b,S){if(!b)return false;if(b.type!=="SwitchCase")return false;return S==null||(0,ee.default)(b,S)}function isSwitchStatement(b,S){if(!b)return false;if(b.type!=="SwitchStatement")return false;return S==null||(0,ee.default)(b,S)}function isThisExpression(b,S){if(!b)return false;if(b.type!=="ThisExpression")return false;return S==null||(0,ee.default)(b,S)}function isThrowStatement(b,S){if(!b)return false;if(b.type!=="ThrowStatement")return false;return S==null||(0,ee.default)(b,S)}function isTryStatement(b,S){if(!b)return false;if(b.type!=="TryStatement")return false;return S==null||(0,ee.default)(b,S)}function isUnaryExpression(b,S){if(!b)return false;if(b.type!=="UnaryExpression")return false;return S==null||(0,ee.default)(b,S)}function isUpdateExpression(b,S){if(!b)return false;if(b.type!=="UpdateExpression")return false;return S==null||(0,ee.default)(b,S)}function isVariableDeclaration(b,S){if(!b)return false;if(b.type!=="VariableDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isVariableDeclarator(b,S){if(!b)return false;if(b.type!=="VariableDeclarator")return false;return S==null||(0,ee.default)(b,S)}function isWhileStatement(b,S){if(!b)return false;if(b.type!=="WhileStatement")return false;return S==null||(0,ee.default)(b,S)}function isWithStatement(b,S){if(!b)return false;if(b.type!=="WithStatement")return false;return S==null||(0,ee.default)(b,S)}function isAssignmentPattern(b,S){if(!b)return false;if(b.type!=="AssignmentPattern")return false;return S==null||(0,ee.default)(b,S)}function isArrayPattern(b,S){if(!b)return false;if(b.type!=="ArrayPattern")return false;return S==null||(0,ee.default)(b,S)}function isArrowFunctionExpression(b,S){if(!b)return false;if(b.type!=="ArrowFunctionExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassBody(b,S){if(!b)return false;if(b.type!=="ClassBody")return false;return S==null||(0,ee.default)(b,S)}function isClassExpression(b,S){if(!b)return false;if(b.type!=="ClassExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassDeclaration(b,S){if(!b)return false;if(b.type!=="ClassDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportAllDeclaration(b,S){if(!b)return false;if(b.type!=="ExportAllDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportDefaultDeclaration(b,S){if(!b)return false;if(b.type!=="ExportDefaultDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportNamedDeclaration(b,S){if(!b)return false;if(b.type!=="ExportNamedDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportSpecifier(b,S){if(!b)return false;if(b.type!=="ExportSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isForOfStatement(b,S){if(!b)return false;if(b.type!=="ForOfStatement")return false;return S==null||(0,ee.default)(b,S)}function isImportDeclaration(b,S){if(!b)return false;if(b.type!=="ImportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isImportDefaultSpecifier(b,S){if(!b)return false;if(b.type!=="ImportDefaultSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportNamespaceSpecifier(b,S){if(!b)return false;if(b.type!=="ImportNamespaceSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportSpecifier(b,S){if(!b)return false;if(b.type!=="ImportSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportExpression(b,S){if(!b)return false;if(b.type!=="ImportExpression")return false;return S==null||(0,ee.default)(b,S)}function isMetaProperty(b,S){if(!b)return false;if(b.type!=="MetaProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassMethod(b,S){if(!b)return false;if(b.type!=="ClassMethod")return false;return S==null||(0,ee.default)(b,S)}function isObjectPattern(b,S){if(!b)return false;if(b.type!=="ObjectPattern")return false;return S==null||(0,ee.default)(b,S)}function isSpreadElement(b,S){if(!b)return false;if(b.type!=="SpreadElement")return false;return S==null||(0,ee.default)(b,S)}function isSuper(b,S){if(!b)return false;if(b.type!=="Super")return false;return S==null||(0,ee.default)(b,S)}function isTaggedTemplateExpression(b,S){if(!b)return false;if(b.type!=="TaggedTemplateExpression")return false;return S==null||(0,ee.default)(b,S)}function isTemplateElement(b,S){if(!b)return false;if(b.type!=="TemplateElement")return false;return S==null||(0,ee.default)(b,S)}function isTemplateLiteral(b,S){if(!b)return false;if(b.type!=="TemplateLiteral")return false;return S==null||(0,ee.default)(b,S)}function isYieldExpression(b,S){if(!b)return false;if(b.type!=="YieldExpression")return false;return S==null||(0,ee.default)(b,S)}function isAwaitExpression(b,S){if(!b)return false;if(b.type!=="AwaitExpression")return false;return S==null||(0,ee.default)(b,S)}function isImport(b,S){if(!b)return false;if(b.type!=="Import")return false;return S==null||(0,ee.default)(b,S)}function isBigIntLiteral(b,S){if(!b)return false;if(b.type!=="BigIntLiteral")return false;return S==null||(0,ee.default)(b,S)}function isExportNamespaceSpecifier(b,S){if(!b)return false;if(b.type!=="ExportNamespaceSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isOptionalMemberExpression(b,S){if(!b)return false;if(b.type!=="OptionalMemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isOptionalCallExpression(b,S){if(!b)return false;if(b.type!=="OptionalCallExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassProperty(b,S){if(!b)return false;if(b.type!=="ClassProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassAccessorProperty(b,S){if(!b)return false;if(b.type!=="ClassAccessorProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassPrivateProperty(b,S){if(!b)return false;if(b.type!=="ClassPrivateProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassPrivateMethod(b,S){if(!b)return false;if(b.type!=="ClassPrivateMethod")return false;return S==null||(0,ee.default)(b,S)}function isPrivateName(b,S){if(!b)return false;if(b.type!=="PrivateName")return false;return S==null||(0,ee.default)(b,S)}function isStaticBlock(b,S){if(!b)return false;if(b.type!=="StaticBlock")return false;return S==null||(0,ee.default)(b,S)}function isImportAttribute(b,S){if(!b)return false;if(b.type!=="ImportAttribute")return false;return S==null||(0,ee.default)(b,S)}function isAnyTypeAnnotation(b,S){if(!b)return false;if(b.type!=="AnyTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isArrayTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ArrayTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isBooleanTypeAnnotation(b,S){if(!b)return false;if(b.type!=="BooleanTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isBooleanLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="BooleanLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNullLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NullLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isClassImplements(b,S){if(!b)return false;if(b.type!=="ClassImplements")return false;return S==null||(0,ee.default)(b,S)}function isDeclareClass(b,S){if(!b)return false;if(b.type!=="DeclareClass")return false;return S==null||(0,ee.default)(b,S)}function isDeclareFunction(b,S){if(!b)return false;if(b.type!=="DeclareFunction")return false;return S==null||(0,ee.default)(b,S)}function isDeclareInterface(b,S){if(!b)return false;if(b.type!=="DeclareInterface")return false;return S==null||(0,ee.default)(b,S)}function isDeclareModule(b,S){if(!b)return false;if(b.type!=="DeclareModule")return false;return S==null||(0,ee.default)(b,S)}function isDeclareModuleExports(b,S){if(!b)return false;if(b.type!=="DeclareModuleExports")return false;return S==null||(0,ee.default)(b,S)}function isDeclareTypeAlias(b,S){if(!b)return false;if(b.type!=="DeclareTypeAlias")return false;return S==null||(0,ee.default)(b,S)}function isDeclareOpaqueType(b,S){if(!b)return false;if(b.type!=="DeclareOpaqueType")return false;return S==null||(0,ee.default)(b,S)}function isDeclareVariable(b,S){if(!b)return false;if(b.type!=="DeclareVariable")return false;return S==null||(0,ee.default)(b,S)}function isDeclareExportDeclaration(b,S){if(!b)return false;if(b.type!=="DeclareExportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isDeclareExportAllDeclaration(b,S){if(!b)return false;if(b.type!=="DeclareExportAllDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isDeclaredPredicate(b,S){if(!b)return false;if(b.type!=="DeclaredPredicate")return false;return S==null||(0,ee.default)(b,S)}function isExistsTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ExistsTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isFunctionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="FunctionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isFunctionTypeParam(b,S){if(!b)return false;if(b.type!=="FunctionTypeParam")return false;return S==null||(0,ee.default)(b,S)}function isGenericTypeAnnotation(b,S){if(!b)return false;if(b.type!=="GenericTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isInferredPredicate(b,S){if(!b)return false;if(b.type!=="InferredPredicate")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceExtends(b,S){if(!b)return false;if(b.type!=="InterfaceExtends")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceDeclaration(b,S){if(!b)return false;if(b.type!=="InterfaceDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceTypeAnnotation(b,S){if(!b)return false;if(b.type!=="InterfaceTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isIntersectionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="IntersectionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isMixedTypeAnnotation(b,S){if(!b)return false;if(b.type!=="MixedTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isEmptyTypeAnnotation(b,S){if(!b)return false;if(b.type!=="EmptyTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNullableTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NullableTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNumberLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NumberLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNumberTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NumberTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ObjectTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeInternalSlot(b,S){if(!b)return false;if(b.type!=="ObjectTypeInternalSlot")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeCallProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeCallProperty")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeIndexer(b,S){if(!b)return false;if(b.type!=="ObjectTypeIndexer")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeProperty")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeSpreadProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeSpreadProperty")return false;return S==null||(0,ee.default)(b,S)}function isOpaqueType(b,S){if(!b)return false;if(b.type!=="OpaqueType")return false;return S==null||(0,ee.default)(b,S)}function isQualifiedTypeIdentifier(b,S){if(!b)return false;if(b.type!=="QualifiedTypeIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isStringLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="StringLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isStringTypeAnnotation(b,S){if(!b)return false;if(b.type!=="StringTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isSymbolTypeAnnotation(b,S){if(!b)return false;if(b.type!=="SymbolTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isThisTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ThisTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTupleTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TupleTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeofTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TypeofTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeAlias(b,S){if(!b)return false;if(b.type!=="TypeAlias")return false;return S==null||(0,ee.default)(b,S)}function isTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeCastExpression(b,S){if(!b)return false;if(b.type!=="TypeCastExpression")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameter(b,S){if(!b)return false;if(b.type!=="TypeParameter")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameterDeclaration(b,S){if(!b)return false;if(b.type!=="TypeParameterDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameterInstantiation(b,S){if(!b)return false;if(b.type!=="TypeParameterInstantiation")return false;return S==null||(0,ee.default)(b,S)}function isUnionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="UnionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isVariance(b,S){if(!b)return false;if(b.type!=="Variance")return false;return S==null||(0,ee.default)(b,S)}function isVoidTypeAnnotation(b,S){if(!b)return false;if(b.type!=="VoidTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isEnumDeclaration(b,S){if(!b)return false;if(b.type!=="EnumDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isEnumBooleanBody(b,S){if(!b)return false;if(b.type!=="EnumBooleanBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumNumberBody(b,S){if(!b)return false;if(b.type!=="EnumNumberBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumStringBody(b,S){if(!b)return false;if(b.type!=="EnumStringBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumSymbolBody(b,S){if(!b)return false;if(b.type!=="EnumSymbolBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumBooleanMember(b,S){if(!b)return false;if(b.type!=="EnumBooleanMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumNumberMember(b,S){if(!b)return false;if(b.type!=="EnumNumberMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumStringMember(b,S){if(!b)return false;if(b.type!=="EnumStringMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumDefaultedMember(b,S){if(!b)return false;if(b.type!=="EnumDefaultedMember")return false;return S==null||(0,ee.default)(b,S)}function isIndexedAccessType(b,S){if(!b)return false;if(b.type!=="IndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isOptionalIndexedAccessType(b,S){if(!b)return false;if(b.type!=="OptionalIndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isJSXAttribute(b,S){if(!b)return false;if(b.type!=="JSXAttribute")return false;return S==null||(0,ee.default)(b,S)}function isJSXClosingElement(b,S){if(!b)return false;if(b.type!=="JSXClosingElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXElement(b,S){if(!b)return false;if(b.type!=="JSXElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXEmptyExpression(b,S){if(!b)return false;if(b.type!=="JSXEmptyExpression")return false;return S==null||(0,ee.default)(b,S)}function isJSXExpressionContainer(b,S){if(!b)return false;if(b.type!=="JSXExpressionContainer")return false;return S==null||(0,ee.default)(b,S)}function isJSXSpreadChild(b,S){if(!b)return false;if(b.type!=="JSXSpreadChild")return false;return S==null||(0,ee.default)(b,S)}function isJSXIdentifier(b,S){if(!b)return false;if(b.type!=="JSXIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isJSXMemberExpression(b,S){if(!b)return false;if(b.type!=="JSXMemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isJSXNamespacedName(b,S){if(!b)return false;if(b.type!=="JSXNamespacedName")return false;return S==null||(0,ee.default)(b,S)}function isJSXOpeningElement(b,S){if(!b)return false;if(b.type!=="JSXOpeningElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXSpreadAttribute(b,S){if(!b)return false;if(b.type!=="JSXSpreadAttribute")return false;return S==null||(0,ee.default)(b,S)}function isJSXText(b,S){if(!b)return false;if(b.type!=="JSXText")return false;return S==null||(0,ee.default)(b,S)}function isJSXFragment(b,S){if(!b)return false;if(b.type!=="JSXFragment")return false;return S==null||(0,ee.default)(b,S)}function isJSXOpeningFragment(b,S){if(!b)return false;if(b.type!=="JSXOpeningFragment")return false;return S==null||(0,ee.default)(b,S)}function isJSXClosingFragment(b,S){if(!b)return false;if(b.type!=="JSXClosingFragment")return false;return S==null||(0,ee.default)(b,S)}function isNoop(b,S){if(!b)return false;if(b.type!=="Noop")return false;return S==null||(0,ee.default)(b,S)}function isPlaceholder(b,S){if(!b)return false;if(b.type!=="Placeholder")return false;return S==null||(0,ee.default)(b,S)}function isV8IntrinsicIdentifier(b,S){if(!b)return false;if(b.type!=="V8IntrinsicIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isArgumentPlaceholder(b,S){if(!b)return false;if(b.type!=="ArgumentPlaceholder")return false;return S==null||(0,ee.default)(b,S)}function isBindExpression(b,S){if(!b)return false;if(b.type!=="BindExpression")return false;return S==null||(0,ee.default)(b,S)}function isDecorator(b,S){if(!b)return false;if(b.type!=="Decorator")return false;return S==null||(0,ee.default)(b,S)}function isDoExpression(b,S){if(!b)return false;if(b.type!=="DoExpression")return false;return S==null||(0,ee.default)(b,S)}function isExportDefaultSpecifier(b,S){if(!b)return false;if(b.type!=="ExportDefaultSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isRecordExpression(b,S){if(!b)return false;if(b.type!=="RecordExpression")return false;return S==null||(0,ee.default)(b,S)}function isTupleExpression(b,S){if(!b)return false;if(b.type!=="TupleExpression")return false;return S==null||(0,ee.default)(b,S)}function isDecimalLiteral(b,S){if(!b)return false;if(b.type!=="DecimalLiteral")return false;return S==null||(0,ee.default)(b,S)}function isModuleExpression(b,S){if(!b)return false;if(b.type!=="ModuleExpression")return false;return S==null||(0,ee.default)(b,S)}function isTopicReference(b,S){if(!b)return false;if(b.type!=="TopicReference")return false;return S==null||(0,ee.default)(b,S)}function isPipelineTopicExpression(b,S){if(!b)return false;if(b.type!=="PipelineTopicExpression")return false;return S==null||(0,ee.default)(b,S)}function isPipelineBareFunction(b,S){if(!b)return false;if(b.type!=="PipelineBareFunction")return false;return S==null||(0,ee.default)(b,S)}function isPipelinePrimaryTopicReference(b,S){if(!b)return false;if(b.type!=="PipelinePrimaryTopicReference")return false;return S==null||(0,ee.default)(b,S)}function isVoidPattern(b,S){if(!b)return false;if(b.type!=="VoidPattern")return false;return S==null||(0,ee.default)(b,S)}function isTSParameterProperty(b,S){if(!b)return false;if(b.type!=="TSParameterProperty")return false;return S==null||(0,ee.default)(b,S)}function isTSDeclareFunction(b,S){if(!b)return false;if(b.type!=="TSDeclareFunction")return false;return S==null||(0,ee.default)(b,S)}function isTSDeclareMethod(b,S){if(!b)return false;if(b.type!=="TSDeclareMethod")return false;return S==null||(0,ee.default)(b,S)}function isTSQualifiedName(b,S){if(!b)return false;if(b.type!=="TSQualifiedName")return false;return S==null||(0,ee.default)(b,S)}function isTSCallSignatureDeclaration(b,S){if(!b)return false;if(b.type!=="TSCallSignatureDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSConstructSignatureDeclaration(b,S){if(!b)return false;if(b.type!=="TSConstructSignatureDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSPropertySignature(b,S){if(!b)return false;if(b.type!=="TSPropertySignature")return false;return S==null||(0,ee.default)(b,S)}function isTSMethodSignature(b,S){if(!b)return false;if(b.type!=="TSMethodSignature")return false;return S==null||(0,ee.default)(b,S)}function isTSIndexSignature(b,S){if(!b)return false;if(b.type!=="TSIndexSignature")return false;return S==null||(0,ee.default)(b,S)}function isTSAnyKeyword(b,S){if(!b)return false;if(b.type!=="TSAnyKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSBooleanKeyword(b,S){if(!b)return false;if(b.type!=="TSBooleanKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSBigIntKeyword(b,S){if(!b)return false;if(b.type!=="TSBigIntKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSIntrinsicKeyword(b,S){if(!b)return false;if(b.type!=="TSIntrinsicKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNeverKeyword(b,S){if(!b)return false;if(b.type!=="TSNeverKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNullKeyword(b,S){if(!b)return false;if(b.type!=="TSNullKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNumberKeyword(b,S){if(!b)return false;if(b.type!=="TSNumberKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSObjectKeyword(b,S){if(!b)return false;if(b.type!=="TSObjectKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSStringKeyword(b,S){if(!b)return false;if(b.type!=="TSStringKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSSymbolKeyword(b,S){if(!b)return false;if(b.type!=="TSSymbolKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSUndefinedKeyword(b,S){if(!b)return false;if(b.type!=="TSUndefinedKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSUnknownKeyword(b,S){if(!b)return false;if(b.type!=="TSUnknownKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSVoidKeyword(b,S){if(!b)return false;if(b.type!=="TSVoidKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSThisType(b,S){if(!b)return false;if(b.type!=="TSThisType")return false;return S==null||(0,ee.default)(b,S)}function isTSFunctionType(b,S){if(!b)return false;if(b.type!=="TSFunctionType")return false;return S==null||(0,ee.default)(b,S)}function isTSConstructorType(b,S){if(!b)return false;if(b.type!=="TSConstructorType")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeReference(b,S){if(!b)return false;if(b.type!=="TSTypeReference")return false;return S==null||(0,ee.default)(b,S)}function isTSTypePredicate(b,S){if(!b)return false;if(b.type!=="TSTypePredicate")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeQuery(b,S){if(!b)return false;if(b.type!=="TSTypeQuery")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeLiteral(b,S){if(!b)return false;if(b.type!=="TSTypeLiteral")return false;return S==null||(0,ee.default)(b,S)}function isTSArrayType(b,S){if(!b)return false;if(b.type!=="TSArrayType")return false;return S==null||(0,ee.default)(b,S)}function isTSTupleType(b,S){if(!b)return false;if(b.type!=="TSTupleType")return false;return S==null||(0,ee.default)(b,S)}function isTSOptionalType(b,S){if(!b)return false;if(b.type!=="TSOptionalType")return false;return S==null||(0,ee.default)(b,S)}function isTSRestType(b,S){if(!b)return false;if(b.type!=="TSRestType")return false;return S==null||(0,ee.default)(b,S)}function isTSNamedTupleMember(b,S){if(!b)return false;if(b.type!=="TSNamedTupleMember")return false;return S==null||(0,ee.default)(b,S)}function isTSUnionType(b,S){if(!b)return false;if(b.type!=="TSUnionType")return false;return S==null||(0,ee.default)(b,S)}function isTSIntersectionType(b,S){if(!b)return false;if(b.type!=="TSIntersectionType")return false;return S==null||(0,ee.default)(b,S)}function isTSConditionalType(b,S){if(!b)return false;if(b.type!=="TSConditionalType")return false;return S==null||(0,ee.default)(b,S)}function isTSInferType(b,S){if(!b)return false;if(b.type!=="TSInferType")return false;return S==null||(0,ee.default)(b,S)}function isTSParenthesizedType(b,S){if(!b)return false;if(b.type!=="TSParenthesizedType")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeOperator(b,S){if(!b)return false;if(b.type!=="TSTypeOperator")return false;return S==null||(0,ee.default)(b,S)}function isTSIndexedAccessType(b,S){if(!b)return false;if(b.type!=="TSIndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isTSMappedType(b,S){if(!b)return false;if(b.type!=="TSMappedType")return false;return S==null||(0,ee.default)(b,S)}function isTSTemplateLiteralType(b,S){if(!b)return false;if(b.type!=="TSTemplateLiteralType")return false;return S==null||(0,ee.default)(b,S)}function isTSLiteralType(b,S){if(!b)return false;if(b.type!=="TSLiteralType")return false;return S==null||(0,ee.default)(b,S)}function isTSExpressionWithTypeArguments(b,S){if(!b)return false;if(b.type!=="TSExpressionWithTypeArguments")return false;return S==null||(0,ee.default)(b,S)}function isTSInterfaceDeclaration(b,S){if(!b)return false;if(b.type!=="TSInterfaceDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSInterfaceBody(b,S){if(!b)return false;if(b.type!=="TSInterfaceBody")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAliasDeclaration(b,S){if(!b)return false;if(b.type!=="TSTypeAliasDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSInstantiationExpression(b,S){if(!b)return false;if(b.type!=="TSInstantiationExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSAsExpression(b,S){if(!b)return false;if(b.type!=="TSAsExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSSatisfiesExpression(b,S){if(!b)return false;if(b.type!=="TSSatisfiesExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAssertion(b,S){if(!b)return false;if(b.type!=="TSTypeAssertion")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumBody(b,S){if(!b)return false;if(b.type!=="TSEnumBody")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumDeclaration(b,S){if(!b)return false;if(b.type!=="TSEnumDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumMember(b,S){if(!b)return false;if(b.type!=="TSEnumMember")return false;return S==null||(0,ee.default)(b,S)}function isTSModuleDeclaration(b,S){if(!b)return false;if(b.type!=="TSModuleDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSModuleBlock(b,S){if(!b)return false;if(b.type!=="TSModuleBlock")return false;return S==null||(0,ee.default)(b,S)}function isTSImportType(b,S){if(!b)return false;if(b.type!=="TSImportType")return false;return S==null||(0,ee.default)(b,S)}function isTSImportEqualsDeclaration(b,S){if(!b)return false;if(b.type!=="TSImportEqualsDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSExternalModuleReference(b,S){if(!b)return false;if(b.type!=="TSExternalModuleReference")return false;return S==null||(0,ee.default)(b,S)}function isTSNonNullExpression(b,S){if(!b)return false;if(b.type!=="TSNonNullExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSExportAssignment(b,S){if(!b)return false;if(b.type!=="TSExportAssignment")return false;return S==null||(0,ee.default)(b,S)}function isTSNamespaceExportDeclaration(b,S){if(!b)return false;if(b.type!=="TSNamespaceExportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TSTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameterInstantiation(b,S){if(!b)return false;if(b.type!=="TSTypeParameterInstantiation")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameterDeclaration(b,S){if(!b)return false;if(b.type!=="TSTypeParameterDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameter(b,S){if(!b)return false;if(b.type!=="TSTypeParameter")return false;return S==null||(0,ee.default)(b,S)}function isStandardized(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Identifier":case"StringLiteral":case"BlockStatement":case"ClassBody":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isExpression(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Expression":case"Identifier":case"StringLiteral":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isBinary(b,S){if(!b)return false;switch(b.type){case"BinaryExpression":case"LogicalExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isScopable(b,S){if(!b)return false;switch(b.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(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isBlockParent(b,S){if(!b)return false;switch(b.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(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isBlock(b,S){if(!b)return false;switch(b.type){case"BlockStatement":case"Program":case"TSModuleBlock":break;case"Placeholder":if(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isStatement(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Statement":case"Declaration":case"BlockStatement":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isTerminatorless(b,S){if(!b)return false;switch(b.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":case"YieldExpression":case"AwaitExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isCompletionStatement(b,S){if(!b)return false;switch(b.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isConditional(b,S){if(!b)return false;switch(b.type){case"ConditionalExpression":case"IfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isLoop(b,S){if(!b)return false;switch(b.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isWhile(b,S){if(!b)return false;switch(b.type){case"DoWhileStatement":case"WhileStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isExpressionWrapper(b,S){if(!b)return false;switch(b.type){case"ExpressionStatement":case"ParenthesizedExpression":case"TypeCastExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFor(b,S){if(!b)return false;switch(b.type){case"ForInStatement":case"ForStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isForXStatement(b,S){if(!b)return false;switch(b.type){case"ForInStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunction(b,S){if(!b)return false;switch(b.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunctionParent(b,S){if(!b)return false;switch(b.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPureish(b,S){if(!b)return false;switch(b.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(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isDeclaration(b,S){if(!b)return false;switch(b.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(b.expectedNode==="Declaration")break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunctionParameter(b,S){if(!b)return false;switch(b.type){case"Identifier":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(b.expectedNode==="Identifier")break;default:return false}return S==null||(0,ee.default)(b,S)}function isPatternLike(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isLVal(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isTSEntityName(b,S){if(!b)return false;switch(b.type){case"Identifier":case"TSQualifiedName":break;case"Placeholder":if(b.expectedNode==="Identifier")break;default:return false}return S==null||(0,ee.default)(b,S)}function isLiteral(b,S){if(!b)return false;switch(b.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"TemplateLiteral":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isImmutable(b,S){if(!b)return false;switch(b.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(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isUserWhitespacable(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ObjectProperty":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isMethod(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return S==null||(0,ee.default)(b,S)}function isObjectMember(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ObjectProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isProperty(b,S){if(!b)return false;switch(b.type){case"ObjectProperty":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isUnaryLike(b,S){if(!b)return false;switch(b.type){case"UnaryExpression":case"SpreadElement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPattern(b,S){if(!b)return false;switch(b.type){case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(b.expectedNode==="Pattern")break;default:return false}return S==null||(0,ee.default)(b,S)}function isClass(b,S){if(!b)return false;switch(b.type){case"ClassExpression":case"ClassDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isImportOrExportDeclaration(b,S){if(!b)return false;switch(b.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isExportDeclaration(b,S){if(!b)return false;switch(b.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isModuleSpecifier(b,S){if(!b)return false;switch(b.type){case"ExportSpecifier":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":break;default:return false}return S==null||(0,ee.default)(b,S)}function isAccessor(b,S){if(!b)return false;switch(b.type){case"ClassAccessorProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPrivate(b,S){if(!b)return false;switch(b.type){case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFlow(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowBaseAnnotation(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowDeclaration(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowPredicate(b,S){if(!b)return false;switch(b.type){case"DeclaredPredicate":case"InferredPredicate":break;default:return false}return S==null||(0,ee.default)(b,S)}function isEnumBody(b,S){if(!b)return false;switch(b.type){case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":break;default:return false}return S==null||(0,ee.default)(b,S)}function isEnumMember(b,S){if(!b)return false;switch(b.type){case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":break;default:return false}return S==null||(0,ee.default)(b,S)}function isJSX(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isMiscellaneous(b,S){if(!b)return false;switch(b.type){case"Noop":case"Placeholder":case"V8IntrinsicIdentifier":break;default:return false}return S==null||(0,ee.default)(b,S)}function isTypeScript(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isTSTypeElement(b,S){if(!b)return false;switch(b.type){case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":break;default:return false}return S==null||(0,ee.default)(b,S)}function isTSType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isTSBaseType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isNumberLiteral(b,S){(0,te.default)("isNumberLiteral","isNumericLiteral");if(!b)return false;if(b.type!=="NumberLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRegexLiteral(b,S){(0,te.default)("isRegexLiteral","isRegExpLiteral");if(!b)return false;if(b.type!=="RegexLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRestProperty(b,S){(0,te.default)("isRestProperty","isRestElement");if(!b)return false;if(b.type!=="RestProperty")return false;return S==null||(0,ee.default)(b,S)}function isSpreadProperty(b,S){(0,te.default)("isSpreadProperty","isSpreadElement");if(!b)return false;if(b.type!=="SpreadProperty")return false;return S==null||(0,ee.default)(b,S)}function isModuleDeclaration(b,S){(0,te.default)("isModuleDeclaration","isImportOrExportDeclaration");return isImportOrExportDeclaration(b,S)}},23951:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=is;var ee=J(52129);var te=J(9735);var re=J(48694);var ne=J(32674);function is(b,S,J){if(!S)return false;const ie=(0,te.default)(S.type,b);if(!ie){if(!J&&S.type==="Placeholder"&&b in ne.FLIPPED_ALIAS_KEYS){return(0,re.default)(S.expectedNode,b)}return false}if(J===undefined){return true}else{return(0,ee.default)(S,J)}}},61682:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isBinding;var ee=J(39328);function isBinding(b,S,J){if(J&&b.type==="Identifier"&&S.type==="ObjectProperty"&&J.type==="ObjectExpression"){return false}const te=ee.default.keys[S.type];if(te){for(let J=0;J<te.length;J++){const ee=te[J];const re=S[ee];if(Array.isArray(re)){if(re.includes(b))return true}else{if(re===b)return true}}}return false}},7578:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isBlockScoped;var ee=J(24481);var te=J(33478);function isBlockScoped(b){return(0,ee.isFunctionDeclaration)(b)||(0,ee.isClassDeclaration)(b)||(0,te.default)(b)}},1147:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isImmutable;var ee=J(9735);var te=J(24481);function isImmutable(b){if((0,ee.default)(b.type,"Immutable"))return true;if((0,te.isIdentifier)(b)){if(b.name==="undefined"){return true}else{return false}}return false}},33478:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isLet;var ee=J(24481);var te=Symbol.for("var used to be block scoped");function isLet(b){return(0,ee.isVariableDeclaration)(b)&&(b.kind!=="var"||b[te])}},49107:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isNode;var ee=J(32674);function isNode(b){return!!(b&&ee.VISITOR_KEYS[b.type])}},4638:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isNodesEquivalent;var ee=J(32674);function isNodesEquivalent(b,S){if(typeof b!=="object"||typeof S!=="object"||b==null||S==null){return b===S}if(b.type!==S.type){return false}const J=Object.keys(ee.NODE_FIELDS[b.type]||b.type);const te=ee.VISITOR_KEYS[b.type];for(const ee of J){const J=b[ee];const re=S[ee];if(typeof J!==typeof re){return false}if(J==null&&re==null){continue}else if(J==null||re==null){return false}if(Array.isArray(J)){if(!Array.isArray(re)){return false}if(J.length!==re.length){return false}for(let b=0;b<J.length;b++){if(!isNodesEquivalent(J[b],re[b])){return false}}continue}if(typeof J==="object"&&!(te!=null&&te.includes(ee))){for(const b of Object.keys(J)){if(J[b]!==re[b]){return false}}continue}if(!isNodesEquivalent(J,re)){return false}}return true}},48694:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isPlaceholderType;var ee=J(32674);function isPlaceholderType(b,S){if(b===S)return true;const J=ee.PLACEHOLDERS_ALIAS[b];if(J!=null&&J.includes(S))return true;return false}},91736:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isReferenced;function isReferenced(b,S,J){switch(S.type){case"MemberExpression":case"OptionalMemberExpression":if(S.property===b){return!!S.computed}return S.object===b;case"JSXMemberExpression":return S.object===b;case"VariableDeclarator":return S.init===b;case"ArrowFunctionExpression":return S.body===b;case"PrivateName":return false;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":if(S.key===b){return!!S.computed}return false;case"ObjectProperty":if(S.key===b){return!!S.computed}return(J==null?void 0:J.type)!=="ObjectPattern";case"ClassProperty":case"ClassAccessorProperty":if(S.key===b){return!!S.computed}return true;case"ClassPrivateProperty":return S.key!==b;case"ClassDeclaration":case"ClassExpression":return S.superClass===b;case"AssignmentExpression":return S.right===b;case"AssignmentPattern":return S.right===b;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(J!=null&&J.source){return false}return S.local===b;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 S.key!==b;case"TSEnumMember":return S.id!==b;case"TSPropertySignature":if(S.key===b){return!!S.computed}return true}return true}},92307:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isScope;var ee=J(24481);function isScope(b,S){if((0,ee.isBlockStatement)(b)&&((0,ee.isFunction)(S)||(0,ee.isCatchClause)(S))){return false}if((0,ee.isPattern)(b)&&((0,ee.isFunction)(S)||(0,ee.isCatchClause)(S))){return true}return(0,ee.isScopable)(b)}},98686:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isSpecifierDefault;var ee=J(24481);function isSpecifierDefault(b){return(0,ee.isImportDefaultSpecifier)(b)||(0,ee.isIdentifier)(b.imported||b.exported,{name:"default"})}},9735:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isType;var ee=J(32674);function isType(b,S){if(b===S)return true;if(b==null)return false;if(ee.ALIAS_KEYS[S])return false;const J=ee.FLIPPED_ALIAS_KEYS[S];if(J!=null&&J.includes(b))return true;return false}},20215:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isValidES3Identifier;var ee=J(27194);const te=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(b){return(0,ee.default)(b)&&!te.has(b)}},27194:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isValidIdentifier;var ee=J(53083);function isValidIdentifier(b,S=true){if(typeof b!=="string")return false;if(S){if((0,ee.isKeyword)(b)||(0,ee.isStrictReservedWord)(b,true)){return false}}return(0,ee.isIdentifierName)(b)}},218:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isVar;var ee=J(24481);var te=Symbol.for("var used to be block scoped");function isVar(b){return(0,ee.isVariableDeclaration)(b,{kind:"var"})&&!b[te]}},64490:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=matchesPattern;var ee=J(24481);function isMemberExpressionLike(b){return(0,ee.isMemberExpression)(b)||(0,ee.isMetaProperty)(b)}function matchesPattern(b,S,J){if(!isMemberExpressionLike(b))return false;const te=Array.isArray(S)?S:S.split(".");const re=[];let ne;for(ne=b;isMemberExpressionLike(ne);ne=(ie=ne.object)!=null?ie:ne.meta){var ie;re.push(ne.property)}re.push(ne);if(re.length<te.length)return false;if(!J&&re.length>te.length)return false;for(let b=0,S=re.length-1;b<te.length;b++,S--){const J=re[S];let ne;if((0,ee.isIdentifier)(J)){ne=J.name}else if((0,ee.isStringLiteral)(J)){ne=J.value}else if((0,ee.isThisExpression)(J)){ne="this"}else if((0,ee.isSuper)(J)){ne="super"}else if((0,ee.isPrivateName)(J)){ne="#"+J.id.name}else{return false}if(te[b]!==ne)return false}return true}},59445:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isCompatTag;function isCompatTag(b){return!!b&&/^[a-z]/.test(b)}},10733:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(67098);const te=(0,ee.default)("React.Component");var re=S["default"]=te},42625:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=validate;S.validateChild=validateChild;S.validateField=validateField;S.validateInternal=validateInternal;var ee=J(32674);function validate(b,S,J){if(!b)return;const te=ee.NODE_FIELDS[b.type];if(!te)return;const re=te[S];validateField(b,S,J,re);validateChild(b,S,J)}function validateInternal(b,S,J,te,re){if(!(b!=null&&b.validate))return;if(b.optional&&te==null)return;b.validate(S,J,te);if(re){var ne;const b=te.type;if(b==null)return;(ne=ee.NODE_PARENT_VALIDATIONS[b])==null||ne.call(ee.NODE_PARENT_VALIDATIONS,S,J,te)}}function validateField(b,S,J,ee){if(!(ee!=null&&ee.validate))return;if(ee.optional&&J==null)return;ee.validate(b,S,J)}function validateChild(b,S,J){var te;const re=J==null?void 0:J.type;if(re==null)return;(te=ee.NODE_PARENT_VALIDATIONS[re])==null||te.call(ee.NODE_PARENT_VALIDATIONS,b,S,J)}},7313:(b,S,J)=>{const{Argument:ee}=J(20854);const{Command:te}=J(49600);const{CommanderError:re,InvalidArgumentError:ne}=J(49851);const{Help:ie}=J(71518);const{Option:oe}=J(97596);S.program=new te;S.createCommand=b=>new te(b);S.createOption=(b,S)=>new oe(b,S);S.createArgument=(b,S)=>new ee(b,S);S.Command=te;S.Option=oe;S.Argument=ee;S.Help=ie;S.CommanderError=re;S.InvalidArgumentError=ne;S.InvalidOptionArgumentError=ne},20854:(b,S,J)=>{const{InvalidArgumentError:ee}=J(49851);class Argument{constructor(b,S){this.description=S||"";this.variadic=false;this.parseArg=undefined;this.defaultValue=undefined;this.defaultValueDescription=undefined;this.argChoices=undefined;switch(b[0]){case"<":this.required=true;this._name=b.slice(1,-1);break;case"[":this.required=false;this._name=b.slice(1,-1);break;default:this.required=true;this._name=b;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(b,S){if(S===this.defaultValue||!Array.isArray(S)){return[b]}return S.concat(b)}default(b,S){this.defaultValue=b;this.defaultValueDescription=S;return this}argParser(b){this.parseArg=b;return this}choices(b){this.argChoices=b.slice();this.parseArg=(b,S)=>{if(!this.argChoices.includes(b)){throw new ee(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(b,S)}return b};return this}argRequired(){this.required=true;return this}argOptional(){this.required=false;return this}}function humanReadableArgName(b){const S=b.name()+(b.variadic===true?"...":"");return b.required?"<"+S+">":"["+S+"]"}S.Argument=Argument;S.humanReadableArgName=humanReadableArgName},49600:(b,S,J)=>{const ee=J(78474).EventEmitter;const te=J(31421);const re=J(76760);const ne=J(73024);const ie=J(1708);const{Argument:oe,humanReadableArgName:se}=J(20854);const{CommanderError:ae}=J(49851);const{Help:ce}=J(71518);const{Option:le,DualOptions:ue}=J(97596);const{suggestSimilar:pe}=J(19266);class Command extends ee{constructor(b){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=b||"";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:b=>ie.stdout.write(b),writeErr:b=>ie.stderr.write(b),getOutHelpWidth:()=>ie.stdout.isTTY?ie.stdout.columns:undefined,getErrHelpWidth:()=>ie.stderr.isTTY?ie.stderr.columns:undefined,outputError:(b,S)=>S(b)};this._hidden=false;this._helpOption=undefined;this._addImplicitHelpCommand=undefined;this._helpCommand=undefined;this._helpConfiguration={}}copyInheritedSettings(b){this._outputConfiguration=b._outputConfiguration;this._helpOption=b._helpOption;this._helpCommand=b._helpCommand;this._helpConfiguration=b._helpConfiguration;this._exitCallback=b._exitCallback;this._storeOptionsAsProperties=b._storeOptionsAsProperties;this._combineFlagAndOptionalValue=b._combineFlagAndOptionalValue;this._allowExcessArguments=b._allowExcessArguments;this._enablePositionalOptions=b._enablePositionalOptions;this._showHelpAfterError=b._showHelpAfterError;this._showSuggestionAfterError=b._showSuggestionAfterError;return this}_getCommandAndAncestors(){const b=[];for(let S=this;S;S=S.parent){b.push(S)}return b}command(b,S,J){let ee=S;let te=J;if(typeof ee==="object"&&ee!==null){te=ee;ee=null}te=te||{};const[,re,ne]=b.match(/([^ ]+) *(.*)/);const ie=this.createCommand(re);if(ee){ie.description(ee);ie._executableHandler=true}if(te.isDefault)this._defaultCommandName=ie._name;ie._hidden=!!(te.noHelp||te.hidden);ie._executableFile=te.executableFile||null;if(ne)ie.arguments(ne);this._registerCommand(ie);ie.parent=this;ie.copyInheritedSettings(this);if(ee)return this;return ie}createCommand(b){return new Command(b)}createHelp(){return Object.assign(new ce,this.configureHelp())}configureHelp(b){if(b===undefined)return this._helpConfiguration;this._helpConfiguration=b;return this}configureOutput(b){if(b===undefined)return this._outputConfiguration;Object.assign(this._outputConfiguration,b);return this}showHelpAfterError(b=true){if(typeof b!=="string")b=!!b;this._showHelpAfterError=b;return this}showSuggestionAfterError(b=true){this._showSuggestionAfterError=!!b;return this}addCommand(b,S){if(!b._name){throw new Error(`Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()`)}S=S||{};if(S.isDefault)this._defaultCommandName=b._name;if(S.noHelp||S.hidden)b._hidden=true;this._registerCommand(b);b.parent=this;b._checkForBrokenPassThrough();return this}createArgument(b,S){return new oe(b,S)}argument(b,S,J,ee){const te=this.createArgument(b,S);if(typeof J==="function"){te.default(ee).argParser(J)}else{te.default(J)}this.addArgument(te);return this}arguments(b){b.trim().split(/ +/).forEach((b=>{this.argument(b)}));return this}addArgument(b){const S=this.registeredArguments.slice(-1)[0];if(S&&S.variadic){throw new Error(`only the last argument can be variadic '${S.name()}'`)}if(b.required&&b.defaultValue!==undefined&&b.parseArg===undefined){throw new Error(`a default value for a required argument is never used: '${b.name()}'`)}this.registeredArguments.push(b);return this}helpCommand(b,S){if(typeof b==="boolean"){this._addImplicitHelpCommand=b;return this}b=b??"help [command]";const[,J,ee]=b.match(/([^ ]+) *(.*)/);const te=S??"display help for command";const re=this.createCommand(J);re.helpOption(false);if(ee)re.arguments(ee);if(te)re.description(te);this._addImplicitHelpCommand=true;this._helpCommand=re;return this}addHelpCommand(b,S){if(typeof b!=="object"){this.helpCommand(b,S);return this}this._addImplicitHelpCommand=true;this._helpCommand=b;return this}_getHelpCommand(){const b=this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"));if(b){if(this._helpCommand===undefined){this.helpCommand(undefined,undefined)}return this._helpCommand}return null}hook(b,S){const J=["preSubcommand","preAction","postAction"];if(!J.includes(b)){throw new Error(`Unexpected value for event passed to hook : '${b}'.\nExpecting one of '${J.join("', '")}'`)}if(this._lifeCycleHooks[b]){this._lifeCycleHooks[b].push(S)}else{this._lifeCycleHooks[b]=[S]}return this}exitOverride(b){if(b){this._exitCallback=b}else{this._exitCallback=b=>{if(b.code!=="commander.executeSubCommandAsync"){throw b}else{}}}return this}_exit(b,S,J){if(this._exitCallback){this._exitCallback(new ae(b,S,J))}ie.exit(b)}action(b){const listener=S=>{const J=this.registeredArguments.length;const ee=S.slice(0,J);if(this._storeOptionsAsProperties){ee[J]=this}else{ee[J]=this.opts()}ee.push(this);return b.apply(this,ee)};this._actionHandler=listener;return this}createOption(b,S){return new le(b,S)}_callParseArg(b,S,J,ee){try{return b.parseArg(S,J)}catch(b){if(b.code==="commander.invalidArgument"){const S=`${ee} ${b.message}`;this.error(S,{exitCode:b.exitCode,code:b.code})}throw b}}_registerOption(b){const S=b.short&&this._findOption(b.short)||b.long&&this._findOption(b.long);if(S){const J=b.long&&this._findOption(b.long)?b.long:b.short;throw new Error(`Cannot add option '${b.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${J}'\n- already used by option '${S.flags}'`)}this.options.push(b)}_registerCommand(b){const knownBy=b=>[b.name()].concat(b.aliases());const S=knownBy(b).find((b=>this._findCommand(b)));if(S){const J=knownBy(this._findCommand(S)).join("|");const ee=knownBy(b).join("|");throw new Error(`cannot add command '${ee}' as already have command '${J}'`)}this.commands.push(b)}addOption(b){this._registerOption(b);const S=b.name();const J=b.attributeName();if(b.negate){const S=b.long.replace(/^--no-/,"--");if(!this._findOption(S)){this.setOptionValueWithSource(J,b.defaultValue===undefined?true:b.defaultValue,"default")}}else if(b.defaultValue!==undefined){this.setOptionValueWithSource(J,b.defaultValue,"default")}const handleOptionValue=(S,ee,te)=>{if(S==null&&b.presetArg!==undefined){S=b.presetArg}const re=this.getOptionValue(J);if(S!==null&&b.parseArg){S=this._callParseArg(b,S,re,ee)}else if(S!==null&&b.variadic){S=b._concatValue(S,re)}if(S==null){if(b.negate){S=false}else if(b.isBoolean()||b.optional){S=true}else{S=""}}this.setOptionValueWithSource(J,S,te)};this.on("option:"+S,(S=>{const J=`error: option '${b.flags}' argument '${S}' is invalid.`;handleOptionValue(S,J,"cli")}));if(b.envVar){this.on("optionEnv:"+S,(S=>{const J=`error: option '${b.flags}' value '${S}' from env '${b.envVar}' is invalid.`;handleOptionValue(S,J,"env")}))}return this}_optionEx(b,S,J,ee,te){if(typeof S==="object"&&S instanceof le){throw new Error("To add an Option object use addOption() instead of option() or requiredOption()")}const re=this.createOption(S,J);re.makeOptionMandatory(!!b.mandatory);if(typeof ee==="function"){re.default(te).argParser(ee)}else if(ee instanceof RegExp){const b=ee;ee=(S,J)=>{const ee=b.exec(S);return ee?ee[0]:J};re.default(te).argParser(ee)}else{re.default(ee)}return this.addOption(re)}option(b,S,J,ee){return this._optionEx({},b,S,J,ee)}requiredOption(b,S,J,ee){return this._optionEx({mandatory:true},b,S,J,ee)}combineFlagAndOptionalValue(b=true){this._combineFlagAndOptionalValue=!!b;return this}allowUnknownOption(b=true){this._allowUnknownOption=!!b;return this}allowExcessArguments(b=true){this._allowExcessArguments=!!b;return this}enablePositionalOptions(b=true){this._enablePositionalOptions=!!b;return this}passThroughOptions(b=true){this._passThroughOptions=!!b;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(b=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=!!b;return this}getOptionValue(b){if(this._storeOptionsAsProperties){return this[b]}return this._optionValues[b]}setOptionValue(b,S){return this.setOptionValueWithSource(b,S,undefined)}setOptionValueWithSource(b,S,J){if(this._storeOptionsAsProperties){this[b]=S}else{this._optionValues[b]=S}this._optionValueSources[b]=J;return this}getOptionValueSource(b){return this._optionValueSources[b]}getOptionValueSourceWithGlobals(b){let S;this._getCommandAndAncestors().forEach((J=>{if(J.getOptionValueSource(b)!==undefined){S=J.getOptionValueSource(b)}}));return S}_prepareUserArgs(b,S){if(b!==undefined&&!Array.isArray(b)){throw new Error("first parameter to parse must be array or undefined")}S=S||{};if(b===undefined&&S.from===undefined){if(ie.versions?.electron){S.from="electron"}const b=ie.execArgv??[];if(b.includes("-e")||b.includes("--eval")||b.includes("-p")||b.includes("--print")){S.from="eval"}}if(b===undefined){b=ie.argv}this.rawArgs=b.slice();let J;switch(S.from){case undefined:case"node":this._scriptPath=b[1];J=b.slice(2);break;case"electron":if(ie.defaultApp){this._scriptPath=b[1];J=b.slice(2)}else{J=b.slice(1)}break;case"user":J=b.slice(0);break;case"eval":J=b.slice(1);break;default:throw new Error(`unexpected parse option { from: '${S.from}' }`)}if(!this._name&&this._scriptPath)this.nameFromFilename(this._scriptPath);this._name=this._name||"program";return J}parse(b,S){const J=this._prepareUserArgs(b,S);this._parseCommand([],J);return this}async parseAsync(b,S){const J=this._prepareUserArgs(b,S);await this._parseCommand([],J);return this}_executeSubCommand(b,S){S=S.slice();let J=false;const ee=[".js",".ts",".tsx",".mjs",".cjs"];function findFile(b,S){const J=re.resolve(b,S);if(ne.existsSync(J))return J;if(ee.includes(re.extname(S)))return undefined;const te=ee.find((b=>ne.existsSync(`${J}${b}`)));if(te)return`${J}${te}`;return undefined}this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();let oe=b._executableFile||`${this._name}-${b._name}`;let se=this._executableDir||"";if(this._scriptPath){let b;try{b=ne.realpathSync(this._scriptPath)}catch(S){b=this._scriptPath}se=re.resolve(re.dirname(b),se)}if(se){let S=findFile(se,oe);if(!S&&!b._executableFile&&this._scriptPath){const J=re.basename(this._scriptPath,re.extname(this._scriptPath));if(J!==this._name){S=findFile(se,`${J}-${b._name}`)}}oe=S||oe}J=ee.includes(re.extname(oe));let ce;if(ie.platform!=="win32"){if(J){S.unshift(oe);S=incrementNodeInspectorPort(ie.execArgv).concat(S);ce=te.spawn(ie.argv[0],S,{stdio:"inherit"})}else{ce=te.spawn(oe,S,{stdio:"inherit"})}}else{S.unshift(oe);S=incrementNodeInspectorPort(ie.execArgv).concat(S);ce=te.spawn(ie.execPath,S,{stdio:"inherit"})}if(!ce.killed){const b=["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"];b.forEach((b=>{ie.on(b,(()=>{if(ce.killed===false&&ce.exitCode===null){ce.kill(b)}}))}))}const le=this._exitCallback;ce.on("close",(b=>{b=b??1;if(!le){ie.exit(b)}else{le(new ae(b,"commander.executeSubCommandAsync","(close)"))}}));ce.on("error",(S=>{if(S.code==="ENOENT"){const S=se?`searched for local subcommand relative to directory '${se}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory";const J=`'${oe}' does not exist\n - if '${b._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 - ${S}`;throw new Error(J)}else if(S.code==="EACCES"){throw new Error(`'${oe}' not executable`)}if(!le){ie.exit(1)}else{const b=new ae(1,"commander.executeSubCommandAsync","(error)");b.nestedError=S;le(b)}}));this.runningCommand=ce}_dispatchSubcommand(b,S,J){const ee=this._findCommand(b);if(!ee)this.help({error:true});let te;te=this._chainOrCallSubCommandHook(te,ee,"preSubcommand");te=this._chainOrCall(te,(()=>{if(ee._executableHandler){this._executeSubCommand(ee,S.concat(J))}else{return ee._parseCommand(S,J)}}));return te}_dispatchHelpCommand(b){if(!b){this.help()}const S=this._findCommand(b);if(S&&!S._executableHandler){S.help()}return this._dispatchSubcommand(b,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach(((b,S)=>{if(b.required&&this.args[S]==null){this.missingArgument(b.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=(b,S,J)=>{let ee=S;if(S!==null&&b.parseArg){const te=`error: command-argument value '${S}' is invalid for argument '${b.name()}'.`;ee=this._callParseArg(b,S,J,te)}return ee};this._checkNumberOfArguments();const b=[];this.registeredArguments.forEach(((S,J)=>{let ee=S.defaultValue;if(S.variadic){if(J<this.args.length){ee=this.args.slice(J);if(S.parseArg){ee=ee.reduce(((b,J)=>myParseArg(S,J,b)),S.defaultValue)}}else if(ee===undefined){ee=[]}}else if(J<this.args.length){ee=this.args[J];if(S.parseArg){ee=myParseArg(S,ee,S.defaultValue)}}b[J]=ee}));this.processedArgs=b}_chainOrCall(b,S){if(b&&b.then&&typeof b.then==="function"){return b.then((()=>S()))}return S()}_chainOrCallHooks(b,S){let J=b;const ee=[];this._getCommandAndAncestors().reverse().filter((b=>b._lifeCycleHooks[S]!==undefined)).forEach((b=>{b._lifeCycleHooks[S].forEach((S=>{ee.push({hookedCommand:b,callback:S})}))}));if(S==="postAction"){ee.reverse()}ee.forEach((b=>{J=this._chainOrCall(J,(()=>b.callback(b.hookedCommand,this)))}));return J}_chainOrCallSubCommandHook(b,S,J){let ee=b;if(this._lifeCycleHooks[J]!==undefined){this._lifeCycleHooks[J].forEach((b=>{ee=this._chainOrCall(ee,(()=>b(this,S)))}))}return ee}_parseCommand(b,S){const J=this.parseOptions(S);this._parseOptionsEnv();this._parseOptionsImplied();b=b.concat(J.operands);S=J.unknown;this.args=b.concat(S);if(b&&this._findCommand(b[0])){return this._dispatchSubcommand(b[0],b.slice(1),S)}if(this._getHelpCommand()&&b[0]===this._getHelpCommand().name()){return this._dispatchHelpCommand(b[1])}if(this._defaultCommandName){this._outputHelpIfRequested(S);return this._dispatchSubcommand(this._defaultCommandName,b,S)}if(this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName){this.help({error:true})}this._outputHelpIfRequested(J.unknown);this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();const checkForUnknownOptions=()=>{if(J.unknown.length>0){this.unknownOption(J.unknown[0])}};const ee=`command:${this.name()}`;if(this._actionHandler){checkForUnknownOptions();this._processArguments();let J;J=this._chainOrCallHooks(J,"preAction");J=this._chainOrCall(J,(()=>this._actionHandler(this.processedArgs)));if(this.parent){J=this._chainOrCall(J,(()=>{this.parent.emit(ee,b,S)}))}J=this._chainOrCallHooks(J,"postAction");return J}if(this.parent&&this.parent.listenerCount(ee)){checkForUnknownOptions();this._processArguments();this.parent.emit(ee,b,S)}else if(b.length){if(this._findCommand("*")){return this._dispatchSubcommand("*",b,S)}if(this.listenerCount("command:*")){this.emit("command:*",b,S)}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(b){if(!b)return undefined;return this.commands.find((S=>S._name===b||S._aliases.includes(b)))}_findOption(b){return this.options.find((S=>S.is(b)))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach((b=>{b.options.forEach((S=>{if(S.mandatory&&b.getOptionValue(S.attributeName())===undefined){b.missingMandatoryOptionValue(S)}}))}))}_checkForConflictingLocalOptions(){const b=this.options.filter((b=>{const S=b.attributeName();if(this.getOptionValue(S)===undefined){return false}return this.getOptionValueSource(S)!=="default"}));const S=b.filter((b=>b.conflictsWith.length>0));S.forEach((S=>{const J=b.find((b=>S.conflictsWith.includes(b.attributeName())));if(J){this._conflictingOption(S,J)}}))}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach((b=>{b._checkForConflictingLocalOptions()}))}parseOptions(b){const S=[];const J=[];let ee=S;const te=b.slice();function maybeOption(b){return b.length>1&&b[0]==="-"}let re=null;while(te.length){const b=te.shift();if(b==="--"){if(ee===J)ee.push(b);ee.push(...te);break}if(re&&!maybeOption(b)){this.emit(`option:${re.name()}`,b);continue}re=null;if(maybeOption(b)){const S=this._findOption(b);if(S){if(S.required){const b=te.shift();if(b===undefined)this.optionMissingArgument(S);this.emit(`option:${S.name()}`,b)}else if(S.optional){let b=null;if(te.length>0&&!maybeOption(te[0])){b=te.shift()}this.emit(`option:${S.name()}`,b)}else{this.emit(`option:${S.name()}`)}re=S.variadic?S:null;continue}}if(b.length>2&&b[0]==="-"&&b[1]!=="-"){const S=this._findOption(`-${b[1]}`);if(S){if(S.required||S.optional&&this._combineFlagAndOptionalValue){this.emit(`option:${S.name()}`,b.slice(2))}else{this.emit(`option:${S.name()}`);te.unshift(`-${b.slice(2)}`)}continue}}if(/^--[^=]+=/.test(b)){const S=b.indexOf("=");const J=this._findOption(b.slice(0,S));if(J&&(J.required||J.optional)){this.emit(`option:${J.name()}`,b.slice(S+1));continue}}if(maybeOption(b)){ee=J}if((this._enablePositionalOptions||this._passThroughOptions)&&S.length===0&&J.length===0){if(this._findCommand(b)){S.push(b);if(te.length>0)J.push(...te);break}else if(this._getHelpCommand()&&b===this._getHelpCommand().name()){S.push(b);if(te.length>0)S.push(...te);break}else if(this._defaultCommandName){J.push(b);if(te.length>0)J.push(...te);break}}if(this._passThroughOptions){ee.push(b);if(te.length>0)ee.push(...te);break}ee.push(b)}return{operands:S,unknown:J}}opts(){if(this._storeOptionsAsProperties){const b={};const S=this.options.length;for(let J=0;J<S;J++){const S=this.options[J].attributeName();b[S]=S===this._versionOptionName?this._version:this[S]}return b}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce(((b,S)=>Object.assign(b,S.opts())),{})}error(b,S){this._outputConfiguration.outputError(`${b}\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 J=S||{};const ee=J.exitCode||1;const te=J.code||"commander.error";this._exit(ee,te,b)}_parseOptionsEnv(){this.options.forEach((b=>{if(b.envVar&&b.envVar in ie.env){const S=b.attributeName();if(this.getOptionValue(S)===undefined||["default","config","env"].includes(this.getOptionValueSource(S))){if(b.required||b.optional){this.emit(`optionEnv:${b.name()}`,ie.env[b.envVar])}else{this.emit(`optionEnv:${b.name()}`)}}}}))}_parseOptionsImplied(){const b=new ue(this.options);const hasCustomOptionValue=b=>this.getOptionValue(b)!==undefined&&!["default","implied"].includes(this.getOptionValueSource(b));this.options.filter((S=>S.implied!==undefined&&hasCustomOptionValue(S.attributeName())&&b.valueFromOption(this.getOptionValue(S.attributeName()),S))).forEach((b=>{Object.keys(b.implied).filter((b=>!hasCustomOptionValue(b))).forEach((S=>{this.setOptionValueWithSource(S,b.implied[S],"implied")}))}))}missingArgument(b){const S=`error: missing required argument '${b}'`;this.error(S,{code:"commander.missingArgument"})}optionMissingArgument(b){const S=`error: option '${b.flags}' argument missing`;this.error(S,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(b){const S=`error: required option '${b.flags}' not specified`;this.error(S,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(b,S){const findBestOptionFromValue=b=>{const S=b.attributeName();const J=this.getOptionValue(S);const ee=this.options.find((b=>b.negate&&S===b.attributeName()));const te=this.options.find((b=>!b.negate&&S===b.attributeName()));if(ee&&(ee.presetArg===undefined&&J===false||ee.presetArg!==undefined&&J===ee.presetArg)){return ee}return te||b};const getErrorMessage=b=>{const S=findBestOptionFromValue(b);const J=S.attributeName();const ee=this.getOptionValueSource(J);if(ee==="env"){return`environment variable '${S.envVar}'`}return`option '${S.flags}'`};const J=`error: ${getErrorMessage(b)} cannot be used with ${getErrorMessage(S)}`;this.error(J,{code:"commander.conflictingOption"})}unknownOption(b){if(this._allowUnknownOption)return;let S="";if(b.startsWith("--")&&this._showSuggestionAfterError){let J=[];let ee=this;do{const b=ee.createHelp().visibleOptions(ee).filter((b=>b.long)).map((b=>b.long));J=J.concat(b);ee=ee.parent}while(ee&&!ee._enablePositionalOptions);S=pe(b,J)}const J=`error: unknown option '${b}'${S}`;this.error(J,{code:"commander.unknownOption"})}_excessArguments(b){if(this._allowExcessArguments)return;const S=this.registeredArguments.length;const J=S===1?"":"s";const ee=this.parent?` for '${this.name()}'`:"";const te=`error: too many arguments${ee}. Expected ${S} argument${J} but got ${b.length}.`;this.error(te,{code:"commander.excessArguments"})}unknownCommand(){const b=this.args[0];let S="";if(this._showSuggestionAfterError){const J=[];this.createHelp().visibleCommands(this).forEach((b=>{J.push(b.name());if(b.alias())J.push(b.alias())}));S=pe(b,J)}const J=`error: unknown command '${b}'${S}`;this.error(J,{code:"commander.unknownCommand"})}version(b,S,J){if(b===undefined)return this._version;this._version=b;S=S||"-V, --version";J=J||"output the version number";const ee=this.createOption(S,J);this._versionOptionName=ee.attributeName();this._registerOption(ee);this.on("option:"+ee.name(),(()=>{this._outputConfiguration.writeOut(`${b}\n`);this._exit(0,"commander.version",b)}));return this}description(b,S){if(b===undefined&&S===undefined)return this._description;this._description=b;if(S){this._argsDescription=S}return this}summary(b){if(b===undefined)return this._summary;this._summary=b;return this}alias(b){if(b===undefined)return this._aliases[0];let S=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler){S=this.commands[this.commands.length-1]}if(b===S._name)throw new Error("Command alias can't be the same as its name");const J=this.parent?._findCommand(b);if(J){const S=[J.name()].concat(J.aliases()).join("|");throw new Error(`cannot add alias '${b}' to command '${this.name()}' as already have command '${S}'`)}S._aliases.push(b);return this}aliases(b){if(b===undefined)return this._aliases;b.forEach((b=>this.alias(b)));return this}usage(b){if(b===undefined){if(this._usage)return this._usage;const b=this.registeredArguments.map((b=>se(b)));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?b:[]).join(" ")}this._usage=b;return this}name(b){if(b===undefined)return this._name;this._name=b;return this}nameFromFilename(b){this._name=re.basename(b,re.extname(b));return this}executableDir(b){if(b===undefined)return this._executableDir;this._executableDir=b;return this}helpInformation(b){const S=this.createHelp();if(S.helpWidth===undefined){S.helpWidth=b&&b.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()}return S.formatHelp(this,S)}_getHelpContext(b){b=b||{};const S={error:!!b.error};let J;if(S.error){J=b=>this._outputConfiguration.writeErr(b)}else{J=b=>this._outputConfiguration.writeOut(b)}S.write=b.write||J;S.command=this;return S}outputHelp(b){let S;if(typeof b==="function"){S=b;b=undefined}const J=this._getHelpContext(b);this._getCommandAndAncestors().reverse().forEach((b=>b.emit("beforeAllHelp",J)));this.emit("beforeHelp",J);let ee=this.helpInformation(J);if(S){ee=S(ee);if(typeof ee!=="string"&&!Buffer.isBuffer(ee)){throw new Error("outputHelp callback must return a string or a Buffer")}}J.write(ee);if(this._getHelpOption()?.long){this.emit(this._getHelpOption().long)}this.emit("afterHelp",J);this._getCommandAndAncestors().forEach((b=>b.emit("afterAllHelp",J)))}helpOption(b,S){if(typeof b==="boolean"){if(b){this._helpOption=this._helpOption??undefined}else{this._helpOption=null}return this}b=b??"-h, --help";S=S??"display help for command";this._helpOption=this.createOption(b,S);return this}_getHelpOption(){if(this._helpOption===undefined){this.helpOption(undefined,undefined)}return this._helpOption}addHelpOption(b){this._helpOption=b;return this}help(b){this.outputHelp(b);let S=ie.exitCode||0;if(S===0&&b&&typeof b!=="function"&&b.error){S=1}this._exit(S,"commander.help","(outputHelp)")}addHelpText(b,S){const J=["beforeAll","before","after","afterAll"];if(!J.includes(b)){throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${J.join("', '")}'`)}const ee=`${b}Help`;this.on(ee,(b=>{let J;if(typeof S==="function"){J=S({error:b.error,command:b.command})}else{J=S}if(J){b.write(`${J}\n`)}}));return this}_outputHelpIfRequested(b){const S=this._getHelpOption();const J=S&&b.find((b=>S.is(b)));if(J){this.outputHelp();this._exit(0,"commander.helpDisplayed","(outputHelp)")}}}function incrementNodeInspectorPort(b){return b.map((b=>{if(!b.startsWith("--inspect")){return b}let S;let J="127.0.0.1";let ee="9229";let te;if((te=b.match(/^(--inspect(-brk)?)$/))!==null){S=te[1]}else if((te=b.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null){S=te[1];if(/^\d+$/.test(te[3])){ee=te[3]}else{J=te[3]}}else if((te=b.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null){S=te[1];J=te[3];ee=te[4]}if(S&&ee!=="0"){return`${S}=${J}:${parseInt(ee)+1}`}return b}))}S.Command=Command},49851:(b,S)=>{class CommanderError extends Error{constructor(b,S,J){super(J);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name;this.code=S;this.exitCode=b;this.nestedError=undefined}}class InvalidArgumentError extends CommanderError{constructor(b){super(1,"commander.invalidArgument",b);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name}}S.CommanderError=CommanderError;S.InvalidArgumentError=InvalidArgumentError},71518:(b,S,J)=>{const{humanReadableArgName:ee}=J(20854);class Help{constructor(){this.helpWidth=undefined;this.sortSubcommands=false;this.sortOptions=false;this.showGlobalOptions=false}visibleCommands(b){const S=b.commands.filter((b=>!b._hidden));const J=b._getHelpCommand();if(J&&!J._hidden){S.push(J)}if(this.sortSubcommands){S.sort(((b,S)=>b.name().localeCompare(S.name())))}return S}compareOptions(b,S){const getSortKey=b=>b.short?b.short.replace(/^-/,""):b.long.replace(/^--/,"");return getSortKey(b).localeCompare(getSortKey(S))}visibleOptions(b){const S=b.options.filter((b=>!b.hidden));const J=b._getHelpOption();if(J&&!J.hidden){const ee=J.short&&b._findOption(J.short);const te=J.long&&b._findOption(J.long);if(!ee&&!te){S.push(J)}else if(J.long&&!te){S.push(b.createOption(J.long,J.description))}else if(J.short&&!ee){S.push(b.createOption(J.short,J.description))}}if(this.sortOptions){S.sort(this.compareOptions)}return S}visibleGlobalOptions(b){if(!this.showGlobalOptions)return[];const S=[];for(let J=b.parent;J;J=J.parent){const b=J.options.filter((b=>!b.hidden));S.push(...b)}if(this.sortOptions){S.sort(this.compareOptions)}return S}visibleArguments(b){if(b._argsDescription){b.registeredArguments.forEach((S=>{S.description=S.description||b._argsDescription[S.name()]||""}))}if(b.registeredArguments.find((b=>b.description))){return b.registeredArguments}return[]}subcommandTerm(b){const S=b.registeredArguments.map((b=>ee(b))).join(" ");return b._name+(b._aliases[0]?"|"+b._aliases[0]:"")+(b.options.length?" [options]":"")+(S?" "+S:"")}optionTerm(b){return b.flags}argumentTerm(b){return b.name()}longestSubcommandTermLength(b,S){return S.visibleCommands(b).reduce(((b,J)=>Math.max(b,S.subcommandTerm(J).length)),0)}longestOptionTermLength(b,S){return S.visibleOptions(b).reduce(((b,J)=>Math.max(b,S.optionTerm(J).length)),0)}longestGlobalOptionTermLength(b,S){return S.visibleGlobalOptions(b).reduce(((b,J)=>Math.max(b,S.optionTerm(J).length)),0)}longestArgumentTermLength(b,S){return S.visibleArguments(b).reduce(((b,J)=>Math.max(b,S.argumentTerm(J).length)),0)}commandUsage(b){let S=b._name;if(b._aliases[0]){S=S+"|"+b._aliases[0]}let J="";for(let S=b.parent;S;S=S.parent){J=S.name()+" "+J}return J+S+" "+b.usage()}commandDescription(b){return b.description()}subcommandDescription(b){return b.summary()||b.description()}optionDescription(b){const S=[];if(b.argChoices){S.push(`choices: ${b.argChoices.map((b=>JSON.stringify(b))).join(", ")}`)}if(b.defaultValue!==undefined){const J=b.required||b.optional||b.isBoolean()&&typeof b.defaultValue==="boolean";if(J){S.push(`default: ${b.defaultValueDescription||JSON.stringify(b.defaultValue)}`)}}if(b.presetArg!==undefined&&b.optional){S.push(`preset: ${JSON.stringify(b.presetArg)}`)}if(b.envVar!==undefined){S.push(`env: ${b.envVar}`)}if(S.length>0){return`${b.description} (${S.join(", ")})`}return b.description}argumentDescription(b){const S=[];if(b.argChoices){S.push(`choices: ${b.argChoices.map((b=>JSON.stringify(b))).join(", ")}`)}if(b.defaultValue!==undefined){S.push(`default: ${b.defaultValueDescription||JSON.stringify(b.defaultValue)}`)}if(S.length>0){const J=`(${S.join(", ")})`;if(b.description){return`${b.description} ${J}`}return J}return b.description}formatHelp(b,S){const J=S.padWidth(b,S);const ee=S.helpWidth||80;const te=2;const re=2;function formatItem(b,ne){if(ne){const ie=`${b.padEnd(J+re)}${ne}`;return S.wrap(ie,ee-te,J+re)}return b}function formatList(b){return b.join("\n").replace(/^/gm," ".repeat(te))}let ne=[`Usage: ${S.commandUsage(b)}`,""];const ie=S.commandDescription(b);if(ie.length>0){ne=ne.concat([S.wrap(ie,ee,0),""])}const oe=S.visibleArguments(b).map((b=>formatItem(S.argumentTerm(b),S.argumentDescription(b))));if(oe.length>0){ne=ne.concat(["Arguments:",formatList(oe),""])}const se=S.visibleOptions(b).map((b=>formatItem(S.optionTerm(b),S.optionDescription(b))));if(se.length>0){ne=ne.concat(["Options:",formatList(se),""])}if(this.showGlobalOptions){const J=S.visibleGlobalOptions(b).map((b=>formatItem(S.optionTerm(b),S.optionDescription(b))));if(J.length>0){ne=ne.concat(["Global Options:",formatList(J),""])}}const ae=S.visibleCommands(b).map((b=>formatItem(S.subcommandTerm(b),S.subcommandDescription(b))));if(ae.length>0){ne=ne.concat(["Commands:",formatList(ae),""])}return ne.join("\n")}padWidth(b,S){return Math.max(S.longestOptionTermLength(b,S),S.longestGlobalOptionTermLength(b,S),S.longestSubcommandTermLength(b,S),S.longestArgumentTermLength(b,S))}wrap(b,S,J,ee=40){const te=" \\f\\t\\v   -    \ufeff";const re=new RegExp(`[\\n][${te}]+`);if(b.match(re))return b;const ne=S-J;if(ne<ee)return b;const ie=b.slice(0,J);const oe=b.slice(J).replace("\r\n","\n");const se=" ".repeat(J);const ae="​";const ce=`\\s${ae}`;const le=new RegExp(`\n|.{1,${ne-1}}([${ce}]|$)|[^${ce}]+?([${ce}]|$)`,"g");const ue=oe.match(le)||[];return ie+ue.map(((b,S)=>{if(b==="\n")return"";return(S>0?se:"")+b.trimEnd()})).join("\n")}}S.Help=Help},97596:(b,S,J)=>{const{InvalidArgumentError:ee}=J(49851);class Option{constructor(b,S){this.flags=b;this.description=S||"";this.required=b.includes("<");this.optional=b.includes("[");this.variadic=/\w\.\.\.[>\]]$/.test(b);this.mandatory=false;const J=splitOptionFlags(b);this.short=J.shortFlag;this.long=J.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(b,S){this.defaultValue=b;this.defaultValueDescription=S;return this}preset(b){this.presetArg=b;return this}conflicts(b){this.conflictsWith=this.conflictsWith.concat(b);return this}implies(b){let S=b;if(typeof b==="string"){S={[b]:true}}this.implied=Object.assign(this.implied||{},S);return this}env(b){this.envVar=b;return this}argParser(b){this.parseArg=b;return this}makeOptionMandatory(b=true){this.mandatory=!!b;return this}hideHelp(b=true){this.hidden=!!b;return this}_concatValue(b,S){if(S===this.defaultValue||!Array.isArray(S)){return[b]}return S.concat(b)}choices(b){this.argChoices=b.slice();this.parseArg=(b,S)=>{if(!this.argChoices.includes(b)){throw new ee(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(b,S)}return b};return this}name(){if(this.long){return this.long.replace(/^--/,"")}return this.short.replace(/^-/,"")}attributeName(){return camelcase(this.name().replace(/^no-/,""))}is(b){return this.short===b||this.long===b}isBoolean(){return!this.required&&!this.optional&&!this.negate}}class DualOptions{constructor(b){this.positiveOptions=new Map;this.negativeOptions=new Map;this.dualOptions=new Set;b.forEach((b=>{if(b.negate){this.negativeOptions.set(b.attributeName(),b)}else{this.positiveOptions.set(b.attributeName(),b)}}));this.negativeOptions.forEach(((b,S)=>{if(this.positiveOptions.has(S)){this.dualOptions.add(S)}}))}valueFromOption(b,S){const J=S.attributeName();if(!this.dualOptions.has(J))return true;const ee=this.negativeOptions.get(J).presetArg;const te=ee!==undefined?ee:false;return S.negate===(te===b)}}function camelcase(b){return b.split("-").reduce(((b,S)=>b+S[0].toUpperCase()+S.slice(1)))}function splitOptionFlags(b){let S;let J;const ee=b.split(/[ |,]+/);if(ee.length>1&&!/^[[<]/.test(ee[1]))S=ee.shift();J=ee.shift();if(!S&&/^-[^-]$/.test(J)){S=J;J=undefined}return{shortFlag:S,longFlag:J}}S.Option=Option;S.DualOptions=DualOptions},19266:(b,S)=>{const J=3;function editDistance(b,S){if(Math.abs(b.length-S.length)>J)return Math.max(b.length,S.length);const ee=[];for(let S=0;S<=b.length;S++){ee[S]=[S]}for(let b=0;b<=S.length;b++){ee[0][b]=b}for(let J=1;J<=S.length;J++){for(let te=1;te<=b.length;te++){let re=1;if(b[te-1]===S[J-1]){re=0}else{re=1}ee[te][J]=Math.min(ee[te-1][J]+1,ee[te][J-1]+1,ee[te-1][J-1]+re);if(te>1&&J>1&&b[te-1]===S[J-2]&&b[te-2]===S[J-1]){ee[te][J]=Math.min(ee[te][J],ee[te-2][J-2]+1)}}}return ee[b.length][S.length]}function suggestSimilar(b,S){if(!S||S.length===0)return"";S=Array.from(new Set(S));const ee=b.startsWith("--");if(ee){b=b.slice(2);S=S.map((b=>b.slice(2)))}let te=[];let re=J;const ne=.4;S.forEach((S=>{if(S.length<=1)return;const J=editDistance(b,S);const ee=Math.max(b.length,S.length);const ie=(ee-J)/ee;if(ie>ne){if(J<re){re=J;te=[S]}else if(J===re){te.push(S)}}}));te.sort(((b,S)=>b.localeCompare(S)));if(ee){te=te.map((b=>`--${b}`))}if(te.length>1){return`\n(Did you mean one of ${te.join(", ")}?)`}if(te.length===1){return`\n(Did you mean ${te[0]}?)`}return""}S.suggestSimilar=suggestSimilar},38809:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Glob=void 0;const ee=J(41133);const te=J(73136);const re=J(55125);const ne=J(12841);const ie=J(86089);const oe=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Glob{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(b,S){if(!S)throw new TypeError("glob options required");this.withFileTypes=!!S.withFileTypes;this.signal=S.signal;this.follow=!!S.follow;this.dot=!!S.dot;this.dotRelative=!!S.dotRelative;this.nodir=!!S.nodir;this.mark=!!S.mark;if(!S.cwd){this.cwd=""}else if(S.cwd instanceof URL||S.cwd.startsWith("file://")){S.cwd=(0,te.fileURLToPath)(S.cwd)}this.cwd=S.cwd||"";this.root=S.root;this.magicalBraces=!!S.magicalBraces;this.nobrace=!!S.nobrace;this.noext=!!S.noext;this.realpath=!!S.realpath;this.absolute=S.absolute;this.includeChildMatches=S.includeChildMatches!==false;this.noglobstar=!!S.noglobstar;this.matchBase=!!S.matchBase;this.maxDepth=typeof S.maxDepth==="number"?S.maxDepth:Infinity;this.stat=!!S.stat;this.ignore=S.ignore;if(this.withFileTypes&&this.absolute!==undefined){throw new Error("cannot set absolute and withFileTypes:true")}if(typeof b==="string"){b=[b]}this.windowsPathsNoEscape=!!S.windowsPathsNoEscape||S.allowWindowsEscape===false;if(this.windowsPathsNoEscape){b=b.map((b=>b.replace(/\\/g,"/")))}if(this.matchBase){if(S.noglobstar){throw new TypeError("base matching requires globstar")}b=b.map((b=>b.includes("/")?b:`./**/${b}`))}this.pattern=b;this.platform=S.platform||oe;this.opts={...S,platform:this.platform};if(S.scurry){this.scurry=S.scurry;if(S.nocase!==undefined&&S.nocase!==S.scurry.nocase){throw new Error("nocase option contradicts provided scurry option")}}else{const b=S.platform==="win32"?re.PathScurryWin32:S.platform==="darwin"?re.PathScurryDarwin:S.platform?re.PathScurryPosix:re.PathScurry;this.scurry=new b(this.cwd,{nocase:S.nocase,fs:S.fs})}this.nocase=this.scurry.nocase;const J=this.platform==="darwin"||this.platform==="win32";const ie={...S,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:J,nocomment:true,noext:this.noext,nonegate:true,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug};const se=this.pattern.map((b=>new ee.Minimatch(b,ie)));const[ae,ce]=se.reduce(((b,S)=>{b[0].push(...S.set);b[1].push(...S.globParts);return b}),[[],[]]);this.patterns=ae.map(((b,S)=>{const J=ce[S];if(!J)throw new Error("invalid pattern object");return new ne.Pattern(b,J,0,this.platform)}))}async walk(){return[...await new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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=Glob},96233:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.hasMagic=void 0;const ee=J(41133);const hasMagic=(b,S={})=>{if(!Array.isArray(b)){b=[b]}for(const J of b){if(new ee.Minimatch(J,S).hasMagic())return true}return false};S.hasMagic=hasMagic},36449:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Ignore=void 0;const ee=J(41133);const te=J(12841);const re=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Ignore{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(b,{nobrace:S,nocase:J,noext:ee,noglobstar:te,platform:ne=re}){this.relative=[];this.absolute=[];this.relativeChildren=[];this.absoluteChildren=[];this.platform=ne;this.mmopts={dot:true,nobrace:S,nocase:J,noext:ee,noglobstar:te,optimizationLevel:2,platform:ne,nocomment:true,nonegate:true};for(const S of b)this.add(S)}add(b){const S=new ee.Minimatch(b,this.mmopts);for(let b=0;b<S.set.length;b++){const J=S.set[b];const re=S.globParts[b];if(!J||!re){throw new Error("invalid pattern object")}while(J[0]==="."&&re[0]==="."){J.shift();re.shift()}const ne=new te.Pattern(J,re,0,this.platform);const ie=new ee.Minimatch(ne.globString(),this.mmopts);const oe=re[re.length-1]==="**";const se=ne.isAbsolute();if(se)this.absolute.push(ie);else this.relative.push(ie);if(oe){if(se)this.absoluteChildren.push(ie);else this.relativeChildren.push(ie)}}}ignored(b){const S=b.fullpath();const J=`${S}/`;const ee=b.relative()||".";const te=`${ee}/`;for(const b of this.relative){if(b.match(ee)||b.match(te))return true}for(const b of this.absolute){if(b.match(S)||b.match(J))return true}return false}childrenIgnored(b){const S=b.fullpath()+"/";const J=(b.relative()||".")+"/";for(const b of this.relativeChildren){if(b.match(J))return true}for(const b of this.absoluteChildren){if(b.match(S))return true}return false}}S.Ignore=Ignore},90447:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.glob=S.sync=S.iterate=S.iterateSync=S.stream=S.streamSync=S.Ignore=S.hasMagic=S.Glob=S.unescape=S.escape=void 0;S.globStreamSync=globStreamSync;S.globStream=globStream;S.globSync=globSync;S.globIterateSync=globIterateSync;S.globIterate=globIterate;const ee=J(41133);const te=J(38809);const re=J(96233);var ne=J(41133);Object.defineProperty(S,"escape",{enumerable:true,get:function(){return ne.escape}});Object.defineProperty(S,"unescape",{enumerable:true,get:function(){return ne.unescape}});var ie=J(38809);Object.defineProperty(S,"Glob",{enumerable:true,get:function(){return ie.Glob}});var oe=J(96233);Object.defineProperty(S,"hasMagic",{enumerable:true,get:function(){return oe.hasMagic}});var se=J(36449);Object.defineProperty(S,"Ignore",{enumerable:true,get:function(){return se.Ignore}});function globStreamSync(b,S={}){return new te.Glob(b,S).streamSync()}function globStream(b,S={}){return new te.Glob(b,S).stream()}function globSync(b,S={}){return new te.Glob(b,S).walkSync()}async function glob_(b,S={}){return new te.Glob(b,S).walk()}function globIterateSync(b,S={}){return new te.Glob(b,S).iterateSync()}function globIterate(b,S={}){return new te.Glob(b,S).iterate()}S.streamSync=globStreamSync;S.stream=Object.assign(globStream,{sync:globStreamSync});S.iterateSync=globIterateSync;S.iterate=Object.assign(globIterate,{sync:globIterateSync});S.sync=Object.assign(globSync,{stream:globStreamSync,iterate:globIterateSync});S.glob=Object.assign(glob_,{glob:glob_,globSync:globSync,sync:S.sync,globStream:globStream,stream:S.stream,globStreamSync:globStreamSync,streamSync:S.streamSync,globIterate:globIterate,iterate:S.iterate,globIterateSync:globIterateSync,iterateSync:S.iterateSync,Glob:te.Glob,hasMagic:re.hasMagic,escape:ee.escape,unescape:ee.unescape});S.glob.glob=S.glob},12841:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Pattern=void 0;const ee=J(41133);const isPatternList=b=>b.length>=1;const isGlobList=b=>b.length>=1;class Pattern{#n;#i;#o;length;#s;#a;#c;#l;#u;#p;#d=true;constructor(b,S,J,ee){if(!isPatternList(b)){throw new TypeError("empty pattern list")}if(!isGlobList(S)){throw new TypeError("empty glob list")}if(S.length!==b.length){throw new TypeError("mismatched pattern list and glob list lengths")}this.length=b.length;if(J<0||J>=this.length){throw new TypeError("index out of range")}this.#n=b;this.#i=S;this.#o=J;this.#s=ee;if(this.#o===0){if(this.isUNC()){const[b,S,J,ee,...te]=this.#n;const[re,ne,ie,oe,...se]=this.#i;if(te[0]===""){te.shift();se.shift()}const ae=[b,S,J,ee,""].join("/");const ce=[re,ne,ie,oe,""].join("/");this.#n=[ae,...te];this.#i=[ce,...se];this.length=this.#n.length}else if(this.isDrive()||this.isAbsolute()){const[b,...S]=this.#n;const[J,...ee]=this.#i;if(S[0]===""){S.shift();ee.shift()}const te=b+"/";const re=J+"/";this.#n=[te,...S];this.#i=[re,...ee];this.length=this.#n.length}}}pattern(){return this.#n[this.#o]}isString(){return typeof this.#n[this.#o]==="string"}isGlobstar(){return this.#n[this.#o]===ee.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(){if(this.#a!==undefined)return this.#a;if(!this.hasMore())return this.#a=null;this.#a=new Pattern(this.#n,this.#i,this.#o+1,this.#s);this.#a.#p=this.#p;this.#a.#u=this.#u;this.#a.#l=this.#l;return this.#a}isUNC(){const b=this.#n;return this.#u!==undefined?this.#u:this.#u=this.#s==="win32"&&this.#o===0&&b[0]===""&&b[1]===""&&typeof b[2]==="string"&&!!b[2]&&typeof b[3]==="string"&&!!b[3]}isDrive(){const b=this.#n;return this.#l!==undefined?this.#l:this.#l=this.#s==="win32"&&this.#o===0&&this.length>1&&typeof b[0]==="string"&&/^[a-z]:$/i.test(b[0])}isAbsolute(){const b=this.#n;return this.#p!==undefined?this.#p:this.#p=b[0]===""&&b.length>1||this.isDrive()||this.isUNC()}root(){const b=this.#n[0];return typeof b==="string"&&this.isAbsolute()&&this.#o===0?b:""}checkFollowGlobstar(){return!(this.#o===0||!this.isGlobstar()||!this.#d)}markFollowGlobstar(){if(this.#o===0||!this.isGlobstar()||!this.#d)return false;this.#d=false;return true}}S.Pattern=Pattern},87999:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Processor=S.SubWalks=S.MatchRecord=S.HasWalkedCache=void 0;const ee=J(41133);class HasWalkedCache{store;constructor(b=new Map){this.store=b}copy(){return new HasWalkedCache(new Map(this.store))}hasWalked(b,S){return this.store.get(b.fullpath())?.has(S.globString())}storeWalked(b,S){const J=b.fullpath();const ee=this.store.get(J);if(ee)ee.add(S.globString());else this.store.set(J,new Set([S.globString()]))}}S.HasWalkedCache=HasWalkedCache;class MatchRecord{store=new Map;add(b,S,J){const ee=(S?2:0)|(J?1:0);const te=this.store.get(b);this.store.set(b,te===undefined?ee:ee&te)}entries(){return[...this.store.entries()].map((([b,S])=>[b,!!(S&2),!!(S&1)]))}}S.MatchRecord=MatchRecord;class SubWalks{store=new Map;add(b,S){if(!b.canReaddir()){return}const J=this.store.get(b);if(J){if(!J.find((b=>b.globString()===S.globString()))){J.push(S)}}else this.store.set(b,[S])}get(b){const S=this.store.get(b);if(!S){throw new Error("attempting to walk unknown path")}return S}entries(){return this.keys().map((b=>[b,this.store.get(b)]))}keys(){return[...this.store.keys()].filter((b=>b.canReaddir()))}}S.SubWalks=SubWalks;class Processor{hasWalkedCache;matches=new MatchRecord;subwalks=new SubWalks;patterns;follow;dot;opts;constructor(b,S){this.opts=b;this.follow=!!b.follow;this.dot=!!b.dot;this.hasWalkedCache=S?S.copy():new HasWalkedCache}processPatterns(b,S){this.patterns=S;const J=S.map((S=>[b,S]));for(let[b,S]of J){this.hasWalkedCache.storeWalked(b,S);const J=S.root();const te=S.isAbsolute()&&this.opts.absolute!==false;if(J){b=b.resolve(J==="/"&&this.opts.root!==undefined?this.opts.root:J);const ee=S.rest();if(!ee){this.matches.add(b,true,false);continue}else{S=ee}}if(b.isENOENT())continue;let re;let ne;let ie=false;while(typeof(re=S.pattern())==="string"&&(ne=S.rest())){const J=b.resolve(re);b=J;S=ne;ie=true}re=S.pattern();ne=S.rest();if(ie){if(this.hasWalkedCache.hasWalked(b,S))continue;this.hasWalkedCache.storeWalked(b,S)}if(typeof re==="string"){const S=re===".."||re===""||re===".";this.matches.add(b.resolve(re),te,S);continue}else if(re===ee.GLOBSTAR){if(!b.isSymbolicLink()||this.follow||S.checkFollowGlobstar()){this.subwalks.add(b,S)}const J=ne?.pattern();const ee=ne?.rest();if(!ne||(J===""||J===".")&&!ee){this.matches.add(b,te,J===""||J===".")}else{if(J===".."){const S=b.parent||b;if(!ee)this.matches.add(S,te,true);else if(!this.hasWalkedCache.hasWalked(S,ee)){this.subwalks.add(S,ee)}}}}else if(re instanceof RegExp){this.subwalks.add(b,S)}}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new Processor(this.opts,this.hasWalkedCache)}filterEntries(b,S){const J=this.subwalks.get(b);const te=this.child();for(const b of S){for(const S of J){const J=S.isAbsolute();const re=S.pattern();const ne=S.rest();if(re===ee.GLOBSTAR){te.testGlobstar(b,S,ne,J)}else if(re instanceof RegExp){te.testRegExp(b,re,ne,J)}else{te.testString(b,re,ne,J)}}}return te}testGlobstar(b,S,J,ee){if(this.dot||!b.name.startsWith(".")){if(!S.hasMore()){this.matches.add(b,ee,false)}if(b.canReaddir()){if(this.follow||!b.isSymbolicLink()){this.subwalks.add(b,S)}else if(b.isSymbolicLink()){if(J&&S.checkFollowGlobstar()){this.subwalks.add(b,J)}else if(S.markFollowGlobstar()){this.subwalks.add(b,S)}}}}if(J){const S=J.pattern();if(typeof S==="string"&&S!==".."&&S!==""&&S!=="."){this.testString(b,S,J.rest(),ee)}else if(S===".."){const S=b.parent||b;this.subwalks.add(S,J)}else if(S instanceof RegExp){this.testRegExp(b,S,J.rest(),ee)}}}testRegExp(b,S,J,ee){if(!S.test(b.name))return;if(!J){this.matches.add(b,ee,false)}else{this.subwalks.add(b,J)}}testString(b,S,J,ee){if(!b.isNamed(S))return;if(!J){this.matches.add(b,ee,false)}else{this.subwalks.add(b,J)}}}S.Processor=Processor},86089:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.GlobStream=S.GlobWalker=S.GlobUtil=void 0;const ee=J(71031);const te=J(36449);const re=J(87999);const makeIgnore=(b,S)=>typeof b==="string"?new te.Ignore([b],S):Array.isArray(b)?new te.Ignore(b,S):b;class GlobUtil{path;patterns;opts;seen=new Set;paused=false;aborted=false;#f=[];#m;#g;signal;maxDepth;includeChildMatches;constructor(b,S,J){this.patterns=b;this.path=S;this.opts=J;this.#g=!J.posix&&J.platform==="win32"?"\\":"/";this.includeChildMatches=J.includeChildMatches!==false;if(J.ignore||!this.includeChildMatches){this.#m=makeIgnore(J.ignore??[],J);if(!this.includeChildMatches&&typeof this.#m.add!=="function"){const b="cannot ignore child matches, ignore lacks add() method.";throw new Error(b)}}this.maxDepth=J.maxDepth||Infinity;if(J.signal){this.signal=J.signal;this.signal.addEventListener("abort",(()=>{this.#f.length=0}))}}#h(b){return this.seen.has(b)||!!this.#m?.ignored?.(b)}#_(b){return!!this.#m?.childrenIgnored?.(b)}pause(){this.paused=true}resume(){if(this.signal?.aborted)return;this.paused=false;let b=undefined;while(!this.paused&&(b=this.#f.shift())){b()}}onResume(b){if(this.signal?.aborted)return;if(!this.paused){b()}else{this.#f.push(b)}}async matchCheck(b,S){if(S&&this.opts.nodir)return undefined;let J;if(this.opts.realpath){J=b.realpathCached()||await b.realpath();if(!J)return undefined;b=J}const ee=b.isUnknown()||this.opts.stat;const te=ee?await b.lstat():b;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){const b=await te.realpath();if(b&&(b.isUnknown()||this.opts.stat)){await b.lstat()}}return this.matchCheckTest(te,S)}matchCheckTest(b,S){return b&&(this.maxDepth===Infinity||b.depth()<=this.maxDepth)&&(!S||b.canReaddir())&&(!this.opts.nodir||!b.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!b.isSymbolicLink()||!b.realpathCached()?.isDirectory())&&!this.#h(b)?b:undefined}matchCheckSync(b,S){if(S&&this.opts.nodir)return undefined;let J;if(this.opts.realpath){J=b.realpathCached()||b.realpathSync();if(!J)return undefined;b=J}const ee=b.isUnknown()||this.opts.stat;const te=ee?b.lstatSync():b;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){const b=te.realpathSync();if(b&&(b?.isUnknown()||this.opts.stat)){b.lstatSync()}}return this.matchCheckTest(te,S)}matchFinish(b,S){if(this.#h(b))return;if(!this.includeChildMatches&&this.#m?.add){const S=`${b.relativePosix()}/**`;this.#m.add(S)}const J=this.opts.absolute===undefined?S:this.opts.absolute;this.seen.add(b);const ee=this.opts.mark&&b.isDirectory()?this.#g:"";if(this.opts.withFileTypes){this.matchEmit(b)}else if(J){const S=this.opts.posix?b.fullpathPosix():b.fullpath();this.matchEmit(S+ee)}else{const S=this.opts.posix?b.relativePosix():b.relative();const J=this.opts.dotRelative&&!S.startsWith(".."+this.#g)?"."+this.#g:"";this.matchEmit(!S?"."+ee:J+S+ee)}}async match(b,S,J){const ee=await this.matchCheck(b,J);if(ee)this.matchFinish(ee,S)}matchSync(b,S,J){const ee=this.matchCheckSync(b,J);if(ee)this.matchFinish(ee,S)}walkCB(b,S,J){if(this.signal?.aborted)J();this.walkCB2(b,S,new re.Processor(this.opts),J)}walkCB2(b,S,J,ee){if(this.#_(b))return ee();if(this.signal?.aborted)ee();if(this.paused){this.onResume((()=>this.walkCB2(b,S,J,ee)));return}J.processPatterns(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;te++;this.match(b,S,ee).then((()=>next()))}for(const b of J.subwalkTargets()){if(this.maxDepth!==Infinity&&b.depth()>=this.maxDepth){continue}te++;const S=b.readdirCached();if(b.calledReaddir())this.walkCB3(b,S,J,next);else{b.readdirCB(((S,ee)=>this.walkCB3(b,ee,J,next)),true)}}next()}walkCB3(b,S,J,ee){J=J.filterEntries(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;te++;this.match(b,S,ee).then((()=>next()))}for(const[b,S]of J.subwalks.entries()){te++;this.walkCB2(b,S,J.child(),next)}next()}walkCBSync(b,S,J){if(this.signal?.aborted)J();this.walkCB2Sync(b,S,new re.Processor(this.opts),J)}walkCB2Sync(b,S,J,ee){if(this.#_(b))return ee();if(this.signal?.aborted)ee();if(this.paused){this.onResume((()=>this.walkCB2Sync(b,S,J,ee)));return}J.processPatterns(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;this.matchSync(b,S,ee)}for(const b of J.subwalkTargets()){if(this.maxDepth!==Infinity&&b.depth()>=this.maxDepth){continue}te++;const S=b.readdirSync();this.walkCB3Sync(b,S,J,next)}next()}walkCB3Sync(b,S,J,ee){J=J.filterEntries(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;this.matchSync(b,S,ee)}for(const[b,S]of J.subwalks.entries()){te++;this.walkCB2Sync(b,S,J.child(),next)}next()}}S.GlobUtil=GlobUtil;class GlobWalker extends GlobUtil{matches=new Set;constructor(b,S,J){super(b,S,J)}matchEmit(b){this.matches.add(b)}async walk(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){await this.path.lstat()}await new Promise(((b,S)=>{this.walkCB(this.path,this.patterns,(()=>{if(this.signal?.aborted){S(this.signal.reason)}else{b(this.matches)}}))}));return this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason}));return this.matches}}S.GlobWalker=GlobWalker;class GlobStream extends GlobUtil{results;constructor(b,S,J){super(b,S,J);this.results=new ee.Minipass({signal:this.signal,objectMode:true});this.results.on("drain",(()=>this.resume()));this.results.on("resume",(()=>this.resume()))}matchEmit(b){this.results.write(b);if(!this.results.flowing)this.pause()}stream(){const b=this.path;if(b.isUnknown()){b.lstat().then((()=>{this.walkCB(b,this.patterns,(()=>this.results.end()))}))}else{this.walkCB(b,this.patterns,(()=>this.results.end()))}return this.results}streamSync(){if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>this.results.end()));return this.results}}S.GlobStream=GlobStream},70343:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.range=S.balanced=void 0;const balanced=(b,J,ee)=>{const te=b instanceof RegExp?maybeMatch(b,ee):b;const re=J instanceof RegExp?maybeMatch(J,ee):J;const ne=te!==null&&re!=null&&(0,S.range)(te,re,ee);return ne&&{start:ne[0],end:ne[1],pre:ee.slice(0,ne[0]),body:ee.slice(ne[0]+te.length,ne[1]),post:ee.slice(ne[1]+re.length)}};S.balanced=balanced;const maybeMatch=(b,S)=>{const J=S.match(b);return J?J[0]:null};const range=(b,S,J)=>{let ee,te,re,ne=undefined,ie;let oe=J.indexOf(b);let se=J.indexOf(S,oe+1);let ae=oe;if(oe>=0&&se>0){if(b===S){return[oe,se]}ee=[];re=J.length;while(ae>=0&&!ie){if(ae===oe){ee.push(ae);oe=J.indexOf(b,ae+1)}else if(ee.length===1){const b=ee.pop();if(b!==undefined)ie=[b,se]}else{te=ee.pop();if(te!==undefined&&te<re){re=te;ne=se}se=J.indexOf(S,ae+1)}ae=oe<se&&oe>=0?oe:se}if(ee.length&&ne!==undefined){ie=[re,ne]}}return ie};S.range=range},91502:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.EXPANSION_MAX=void 0;S.expand=expand;const ee=J(70343);const te="\0SLASH"+Math.random()+"\0";const re="\0OPEN"+Math.random()+"\0";const ne="\0CLOSE"+Math.random()+"\0";const ie="\0COMMA"+Math.random()+"\0";const oe="\0PERIOD"+Math.random()+"\0";const se=new RegExp(te,"g");const ae=new RegExp(re,"g");const ce=new RegExp(ne,"g");const le=new RegExp(ie,"g");const ue=new RegExp(oe,"g");const pe=/\\\\/g;const de=/\\{/g;const fe=/\\}/g;const me=/\\,/g;const ge=/\\./g;S.EXPANSION_MAX=1e5;function numeric(b){return!isNaN(b)?parseInt(b,10):b.charCodeAt(0)}function escapeBraces(b){return b.replace(pe,te).replace(de,re).replace(fe,ne).replace(me,ie).replace(ge,oe)}function unescapeBraces(b){return b.replace(se,"\\").replace(ae,"{").replace(ce,"}").replace(le,",").replace(ue,".")}function parseCommaParts(b){if(!b){return[""]}const S=[];const J=(0,ee.balanced)("{","}",b);if(!J){return b.split(",")}const{pre:te,body:re,post:ne}=J;const ie=te.split(",");ie[ie.length-1]+="{"+re+"}";const oe=parseCommaParts(ne);if(ne.length){ie[ie.length-1]+=oe.shift();ie.push.apply(ie,oe)}S.push.apply(S,ie);return S}function expand(b,J={}){if(!b){return[]}const{max:ee=S.EXPANSION_MAX}=J;if(b.slice(0,2)==="{}"){b="\\{\\}"+b.slice(2)}return expand_(escapeBraces(b),ee,true).map(unescapeBraces)}function embrace(b){return"{"+b+"}"}function isPadded(b){return/^-?0\d/.test(b)}function lte(b,S){return b<=S}function gte(b,S){return b>=S}function expand_(b,S,J){const te=[];const re=(0,ee.balanced)("{","}",b);if(!re)return[b];const ie=re.pre;const oe=re.post.length?expand_(re.post,S,false):[""];if(/\$$/.test(re.pre)){for(let b=0;b<oe.length&&b<S;b++){const S=ie+"{"+re.body+"}"+oe[b];te.push(S)}}else{const ee=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(re.body);const se=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(re.body);const ae=ee||se;const ce=re.body.indexOf(",")>=0;if(!ae&&!ce){if(re.post.match(/,(?!,).*\}/)){b=re.pre+"{"+re.body+ne+re.post;return expand_(b,S,true)}return[b]}let le;if(ae){le=re.body.split(/\.\./)}else{le=parseCommaParts(re.body);if(le.length===1&&le[0]!==undefined){le=expand_(le[0],S,false).map(embrace);if(le.length===1){return oe.map((b=>re.pre+le[0]+b))}}}let ue;if(ae&&le[0]!==undefined&&le[1]!==undefined){const b=numeric(le[0]);const S=numeric(le[1]);const J=Math.max(le[0].length,le[1].length);let ee=le.length===3&&le[2]!==undefined?Math.abs(numeric(le[2])):1;let te=lte;const re=S<b;if(re){ee*=-1;te=gte}const ne=le.some(isPadded);ue=[];for(let re=b;te(re,S);re+=ee){let b;if(se){b=String.fromCharCode(re);if(b==="\\"){b=""}}else{b=String(re);if(ne){const S=J-b.length;if(S>0){const J=new Array(S+1).join("0");if(re<0){b="-"+J+b.slice(1)}else{b=J+b}}}}ue.push(b)}}else{ue=[];for(let b=0;b<le.length;b++){ue.push.apply(ue,expand_(le[b],S,false))}}for(let b=0;b<ue.length;b++){for(let ee=0;ee<oe.length&&te.length<S;ee++){const S=ie+ue[b]+oe[ee];if(!J||ae||S){te.push(S)}}}}return te}},85395:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.assertValidPattern=void 0;const J=1024*64;const assertValidPattern=b=>{if(typeof b!=="string"){throw new TypeError("invalid pattern")}if(b.length>J){throw new TypeError("pattern is too long")}};S.assertValidPattern=assertValidPattern},37173:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.AST=void 0;const ee=J(56268);const te=J(1041);const re=new Set(["!","?","+","*","@"]);const isExtglobType=b=>re.has(b);const ne="(?!(?:^|/)\\.\\.?(?:$|/))";const ie="(?!\\.)";const oe=new Set(["[","."]);const se=new Set(["..","."]);const ae=new Set("().*{}+?[]^$\\!");const regExpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const ce="[^/]";const le=ce+"*?";const ue=ce+"+?";class AST{type;#y;#v;#T=false;#b=[];#S;#x;#E;#C=false;#P;#N;#A=false;constructor(b,S,J={}){this.type=b;if(b)this.#v=true;this.#S=S;this.#y=this.#S?this.#S.#y:this;this.#P=this.#y===this?J:this.#y.#P;this.#E=this.#y===this?[]:this.#y.#E;if(b==="!"&&!this.#y.#C)this.#E.push(this);this.#x=this.#S?this.#S.#b.length:0}get hasMagic(){if(this.#v!==undefined)return this.#v;for(const b of this.#b){if(typeof b==="string")continue;if(b.type||b.hasMagic)return this.#v=true}return this.#v}toString(){if(this.#N!==undefined)return this.#N;if(!this.type){return this.#N=this.#b.map((b=>String(b))).join("")}else{return this.#N=this.type+"("+this.#b.map((b=>String(b))).join("|")+")"}}#k(){if(this!==this.#y)throw new Error("should only call on root");if(this.#C)return this;this.toString();this.#C=true;let b;while(b=this.#E.pop()){if(b.type!=="!")continue;let S=b;let J=S.#S;while(J){for(let ee=S.#x+1;!J.type&&ee<J.#b.length;ee++){for(const S of b.#b){if(typeof S==="string"){throw new Error("string part in extglob AST??")}S.copyIn(J.#b[ee])}}S=J;J=S.#S}}return this}push(...b){for(const S of b){if(S==="")continue;if(typeof S!=="string"&&!(S instanceof AST&&S.#S===this)){throw new Error("invalid part: "+S)}this.#b.push(S)}}toJSON(){const b=this.type===null?this.#b.slice().map((b=>typeof b==="string"?b:b.toJSON())):[this.type,...this.#b.map((b=>b.toJSON()))];if(this.isStart()&&!this.type)b.unshift([]);if(this.isEnd()&&(this===this.#y||this.#y.#C&&this.#S?.type==="!")){b.push({})}return b}isStart(){if(this.#y===this)return true;if(!this.#S?.isStart())return false;if(this.#x===0)return true;const b=this.#S;for(let S=0;S<this.#x;S++){const J=b.#b[S];if(!(J instanceof AST&&J.type==="!")){return false}}return true}isEnd(){if(this.#y===this)return true;if(this.#S?.type==="!")return true;if(!this.#S?.isEnd())return false;if(!this.type)return this.#S?.isEnd();const b=this.#S?this.#S.#b.length:0;return this.#x===b-1}copyIn(b){if(typeof b==="string")this.push(b);else this.push(b.clone(this))}clone(b){const S=new AST(this.type,b);for(const b of this.#b){S.copyIn(b)}return S}static#D(b,S,J,ee){let te=false;let re=false;let ne=-1;let ie=false;if(S.type===null){let oe=J;let se="";while(oe<b.length){const J=b.charAt(oe++);if(te||J==="\\"){te=!te;se+=J;continue}if(re){if(oe===ne+1){if(J==="^"||J==="!"){ie=true}}else if(J==="]"&&!(oe===ne+2&&ie)){re=false}se+=J;continue}else if(J==="["){re=true;ne=oe;ie=false;se+=J;continue}if(!ee.noext&&isExtglobType(J)&&b.charAt(oe)==="("){S.push(se);se="";const te=new AST(J,S);oe=AST.#D(b,te,oe,ee);S.push(te);continue}se+=J}S.push(se);return oe}let oe=J+1;let se=new AST(null,S);const ae=[];let ce="";while(oe<b.length){const J=b.charAt(oe++);if(te||J==="\\"){te=!te;ce+=J;continue}if(re){if(oe===ne+1){if(J==="^"||J==="!"){ie=true}}else if(J==="]"&&!(oe===ne+2&&ie)){re=false}ce+=J;continue}else if(J==="["){re=true;ne=oe;ie=false;ce+=J;continue}if(isExtglobType(J)&&b.charAt(oe)==="("){se.push(ce);ce="";const S=new AST(J,se);se.push(S);oe=AST.#D(b,S,oe,ee);continue}if(J==="|"){se.push(ce);ce="";ae.push(se);se=new AST(null,S);continue}if(J===")"){if(ce===""&&S.#b.length===0){S.#A=true}se.push(ce);ce="";S.push(...ae,se);return oe}ce+=J}S.type=null;S.#v=undefined;S.#b=[b.substring(J-1)];return oe}static fromGlob(b,S={}){const J=new AST(null,undefined,S);AST.#D(b,J,0,S);return J}toMMPattern(){if(this!==this.#y)return this.#y.toMMPattern();const b=this.toString();const[S,J,ee,te]=this.toRegExpSource();const re=ee||this.#v||this.#P.nocase&&!this.#P.nocaseMagicOnly&&b.toUpperCase()!==b.toLowerCase();if(!re){return J}const ne=(this.#P.nocase?"i":"")+(te?"u":"");return Object.assign(new RegExp(`^${S}$`,ne),{_src:S,_glob:b})}get options(){return this.#P}toRegExpSource(b){const S=b??!!this.#P.dot;if(this.#y===this)this.#k();if(!this.type){const J=this.isStart()&&this.isEnd()&&!this.#b.some((b=>typeof b!=="string"));const ee=this.#b.map((S=>{const[ee,te,re,ne]=typeof S==="string"?AST.#I(S,this.#v,J):S.toRegExpSource(b);this.#v=this.#v||re;this.#T=this.#T||ne;return ee})).join("");let re="";if(this.isStart()){if(typeof this.#b[0]==="string"){const J=this.#b.length===1&&se.has(this.#b[0]);if(!J){const J=oe;const te=S&&J.has(ee.charAt(0))||ee.startsWith("\\.")&&J.has(ee.charAt(2))||ee.startsWith("\\.\\.")&&J.has(ee.charAt(4));const se=!S&&!b&&J.has(ee.charAt(0));re=te?ne:se?ie:""}}}let ae="";if(this.isEnd()&&this.#y.#C&&this.#S?.type==="!"){ae="(?:$|\\/)"}const ce=re+ee+ae;return[ce,(0,te.unescape)(ee),this.#v=!!this.#v,this.#T]}const J=this.type==="*"||this.type==="+";const ee=this.type==="!"?"(?:(?!(?:":"(?:";let re=this.#F(S);if(this.isStart()&&this.isEnd()&&!re&&this.type!=="!"){const b=this.toString();this.#b=[b];this.type=null;this.#v=undefined;return[b,(0,te.unescape)(this.toString()),false,false]}let ae=!J||b||S||!ie?"":this.#F(true);if(ae===re){ae=""}if(ae){re=`(?:${re})(?:${ae})*?`}let ce="";if(this.type==="!"&&this.#A){ce=(this.isStart()&&!S?ie:"")+ue}else{const J=this.type==="!"?"))"+(this.isStart()&&!S&&!b?ie:"")+le+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&ae?")":this.type==="*"&&ae?`)?`:`)${this.type}`;ce=ee+re+J}return[ce,(0,te.unescape)(re),this.#v=!!this.#v,this.#T]}#F(b){return this.#b.map((S=>{if(typeof S==="string"){throw new Error("string type in extglob ast??")}const[J,ee,te,re]=S.toRegExpSource(b);this.#T=this.#T||re;return J})).filter((b=>!(this.isStart()&&this.isEnd())||!!b)).join("|")}static#I(b,S,J=false){let re=false;let ne="";let ie=false;let oe=false;for(let te=0;te<b.length;te++){const se=b.charAt(te);if(re){re=false;ne+=(ae.has(se)?"\\":"")+se;continue}if(se==="*"){if(oe)continue;oe=true;ne+=J&&/^[*]+$/.test(b)?ue:le;S=true;continue}else{oe=false}if(se==="\\"){if(te===b.length-1){ne+="\\\\"}else{re=true}continue}if(se==="["){const[J,re,oe,se]=(0,ee.parseClass)(b,te);if(oe){ne+=J;ie=ie||re;te+=oe-1;S=S||se;continue}}if(se==="?"){ne+=ce;S=true;continue}ne+=regExpEscape(se)}return[ne,(0,te.unescape)(b),!!S,ie]}}S.AST=AST},56268:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.parseClass=void 0;const J={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",true],"[:alpha:]":["\\p{L}\\p{Nl}",true],"[:ascii:]":["\\x"+"00-\\x"+"7f",false],"[:blank:]":["\\p{Zs}\\t",true],"[:cntrl:]":["\\p{Cc}",true],"[:digit:]":["\\p{Nd}",true],"[:graph:]":["\\p{Z}\\p{C}",true,true],"[:lower:]":["\\p{Ll}",true],"[:print:]":["\\p{C}",true],"[:punct:]":["\\p{P}",true],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",true],"[:upper:]":["\\p{Lu}",true],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",true],"[:xdigit:]":["A-Fa-f0-9",false]};const braceEscape=b=>b.replace(/[[\]\\-]/g,"\\$&");const regexpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const rangesToString=b=>b.join("");const parseClass=(b,S)=>{const ee=S;if(b.charAt(ee)!=="["){throw new Error("not in a brace expression")}const te=[];const re=[];let ne=ee+1;let ie=false;let oe=false;let se=false;let ae=false;let ce=ee;let le="";e:while(ne<b.length){const S=b.charAt(ne);if((S==="!"||S==="^")&&ne===ee+1){ae=true;ne++;continue}if(S==="]"&&ie&&!se){ce=ne+1;break}ie=true;if(S==="\\"){if(!se){se=true;ne++;continue}}if(S==="["&&!se){for(const[S,[ie,se,ae]]of Object.entries(J)){if(b.startsWith(S,ne)){if(le){return["$.",false,b.length-ee,true]}ne+=S.length;if(ae)re.push(ie);else te.push(ie);oe=oe||se;continue e}}}se=false;if(le){if(S>le){te.push(braceEscape(le)+"-"+braceEscape(S))}else if(S===le){te.push(braceEscape(S))}le="";ne++;continue}if(b.startsWith("-]",ne+1)){te.push(braceEscape(S+"-"));ne+=2;continue}if(b.startsWith("-",ne+1)){le=S;ne+=2;continue}te.push(braceEscape(S));ne++}if(ce<ne){return["",false,0,false]}if(!te.length&&!re.length){return["$.",false,b.length-ee,true]}if(re.length===0&&te.length===1&&/^\\?.$/.test(te[0])&&!ae){const b=te[0].length===2?te[0].slice(-1):te[0];return[regexpEscape(b),false,ce-ee,false]}const ue="["+(ae?"^":"")+rangesToString(te)+"]";const pe="["+(ae?"":"^")+rangesToString(re)+"]";const de=te.length&&re.length?"("+ue+"|"+pe+")":te.length?ue:pe;return[de,oe,ce-ee,true]};S.parseClass=parseClass},11170:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.escape=void 0;const escape=(b,{windowsPathsNoEscape:S=false,magicalBraces:J=false}={})=>{if(J){return S?b.replace(/[?*()[\]{}]/g,"[$&]"):b.replace(/[?*()[\]\\{}]/g,"\\$&")}return S?b.replace(/[?*()[\]]/g,"[$&]"):b.replace(/[?*()[\]\\]/g,"\\$&")};S.escape=escape},41133:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});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;const ee=J(91502);const te=J(85395);const re=J(37173);const ne=J(11170);const ie=J(1041);const minimatch=(b,S,J={})=>{(0,te.assertValidPattern)(S);if(!J.nocomment&&S.charAt(0)==="#"){return false}return new Minimatch(S,J).match(b)};S.minimatch=minimatch;const oe=/^\*+([^+@!?\*\[\(]*)$/;const starDotExtTest=b=>S=>!S.startsWith(".")&&S.endsWith(b);const starDotExtTestDot=b=>S=>S.endsWith(b);const starDotExtTestNocase=b=>{b=b.toLowerCase();return S=>!S.startsWith(".")&&S.toLowerCase().endsWith(b)};const starDotExtTestNocaseDot=b=>{b=b.toLowerCase();return S=>S.toLowerCase().endsWith(b)};const se=/^\*+\.\*+$/;const starDotStarTest=b=>!b.startsWith(".")&&b.includes(".");const starDotStarTestDot=b=>b!=="."&&b!==".."&&b.includes(".");const ae=/^\.\*+$/;const dotStarTest=b=>b!=="."&&b!==".."&&b.startsWith(".");const ce=/^\*+$/;const starTest=b=>b.length!==0&&!b.startsWith(".");const starTestDot=b=>b.length!==0&&b!=="."&&b!=="..";const le=/^\?+([^+@!?\*\[\(]*)?$/;const qmarksTestNocase=([b,S=""])=>{const J=qmarksTestNoExt([b]);if(!S)return J;S=S.toLowerCase();return b=>J(b)&&b.toLowerCase().endsWith(S)};const qmarksTestNocaseDot=([b,S=""])=>{const J=qmarksTestNoExtDot([b]);if(!S)return J;S=S.toLowerCase();return b=>J(b)&&b.toLowerCase().endsWith(S)};const qmarksTestDot=([b,S=""])=>{const J=qmarksTestNoExtDot([b]);return!S?J:b=>J(b)&&b.endsWith(S)};const qmarksTest=([b,S=""])=>{const J=qmarksTestNoExt([b]);return!S?J:b=>J(b)&&b.endsWith(S)};const qmarksTestNoExt=([b])=>{const S=b.length;return b=>b.length===S&&!b.startsWith(".")};const qmarksTestNoExtDot=([b])=>{const S=b.length;return b=>b.length===S&&b!=="."&&b!==".."};const ue=typeof process==="object"&&process?typeof process.env==="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";const pe={win32:{sep:"\\"},posix:{sep:"/"}};S.sep=ue==="win32"?pe.win32.sep:pe.posix.sep;S.minimatch.sep=S.sep;S.GLOBSTAR=Symbol("globstar **");S.minimatch.GLOBSTAR=S.GLOBSTAR;const de="[^/]";const fe=de+"*?";const me="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";const ge="(?:(?!(?:\\/|^)\\.).)*?";const filter=(b,J={})=>ee=>(0,S.minimatch)(ee,b,J);S.filter=filter;S.minimatch.filter=S.filter;const ext=(b,S={})=>Object.assign({},b,S);const defaults=b=>{if(!b||typeof b!=="object"||!Object.keys(b).length){return S.minimatch}const J=S.minimatch;const m=(S,ee,te={})=>J(S,ee,ext(b,te));return Object.assign(m,{Minimatch:class Minimatch extends J.Minimatch{constructor(S,J={}){super(S,ext(b,J))}static defaults(S){return J.defaults(ext(b,S)).Minimatch}},AST:class AST extends J.AST{constructor(S,J,ee={}){super(S,J,ext(b,ee))}static fromGlob(S,ee={}){return J.AST.fromGlob(S,ext(b,ee))}},unescape:(S,ee={})=>J.unescape(S,ext(b,ee)),escape:(S,ee={})=>J.escape(S,ext(b,ee)),filter:(S,ee={})=>J.filter(S,ext(b,ee)),defaults:S=>J.defaults(ext(b,S)),makeRe:(S,ee={})=>J.makeRe(S,ext(b,ee)),braceExpand:(S,ee={})=>J.braceExpand(S,ext(b,ee)),match:(S,ee,te={})=>J.match(S,ee,ext(b,te)),sep:J.sep,GLOBSTAR:S.GLOBSTAR})};S.defaults=defaults;S.minimatch.defaults=S.defaults;const braceExpand=(b,S={})=>{(0,te.assertValidPattern)(b);if(S.nobrace||!/\{(?:(?!\{).)*\}/.test(b)){return[b]}return(0,ee.expand)(b,{max:S.braceExpandMax})};S.braceExpand=braceExpand;S.minimatch.braceExpand=S.braceExpand;const makeRe=(b,S={})=>new Minimatch(b,S).makeRe();S.makeRe=makeRe;S.minimatch.makeRe=S.makeRe;const match=(b,S,J={})=>{const ee=new Minimatch(S,J);b=b.filter((b=>ee.match(b)));if(ee.options.nonull&&!b.length){b.push(S)}return b};S.match=match;S.minimatch.match=S.match;const he=/[?*]|[+@!]\(.*?\)|\[|\]/;const regExpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");class Minimatch{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(b,S={}){(0,te.assertValidPattern)(b);S=S||{};this.options=S;this.pattern=b;this.platform=S.platform||ue;this.isWindows=this.platform==="win32";const J="allowWindow"+"sEscape";this.windowsPathsNoEscape=!!S.windowsPathsNoEscape||S[J]===false;if(this.windowsPathsNoEscape){this.pattern=this.pattern.replace(/\\/g,"/")}this.preserveMultipleSlashes=!!S.preserveMultipleSlashes;this.regexp=null;this.negate=false;this.nonegate=!!S.nonegate;this.comment=false;this.empty=false;this.partial=!!S.partial;this.nocase=!!this.options.nocase;this.windowsNoMagicRoot=S.windowsNoMagicRoot!==undefined?S.windowsNoMagicRoot:!!(this.isWindows&&this.nocase);this.globSet=[];this.globParts=[];this.set=[];this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1){return true}for(const b of this.set){for(const S of b){if(typeof S!=="string")return true}}return false}debug(...b){}make(){const b=this.pattern;const S=this.options;if(!S.nocomment&&b.charAt(0)==="#"){this.comment=true;return}if(!b){this.empty=true;return}this.parseNegate();this.globSet=[...new Set(this.braceExpand())];if(S.debug){this.debug=(...b)=>console.error(...b)}this.debug(this.pattern,this.globSet);const J=this.globSet.map((b=>this.slashSplit(b)));this.globParts=this.preprocess(J);this.debug(this.pattern,this.globParts);let ee=this.globParts.map(((b,S,J)=>{if(this.isWindows&&this.windowsNoMagicRoot){const S=b[0]===""&&b[1]===""&&(b[2]==="?"||!he.test(b[2]))&&!he.test(b[3]);const J=/^[a-z]:/i.test(b[0]);if(S){return[...b.slice(0,4),...b.slice(4).map((b=>this.parse(b)))]}else if(J){return[b[0],...b.slice(1).map((b=>this.parse(b)))]}}return b.map((b=>this.parse(b)))}));this.debug(this.pattern,ee);this.set=ee.filter((b=>b.indexOf(false)===-1));if(this.isWindows){for(let b=0;b<this.set.length;b++){const S=this.set[b];if(S[0]===""&&S[1]===""&&this.globParts[b][2]==="?"&&typeof S[3]==="string"&&/^[a-z]:$/i.test(S[3])){S[2]="?"}}}this.debug(this.pattern,this.set)}preprocess(b){if(this.options.noglobstar){for(let S=0;S<b.length;S++){for(let J=0;J<b[S].length;J++){if(b[S][J]==="**"){b[S][J]="*"}}}}const{optimizationLevel:S=1}=this.options;if(S>=2){b=this.firstPhasePreProcess(b);b=this.secondPhasePreProcess(b)}else if(S>=1){b=this.levelOneOptimize(b)}else{b=this.adjascentGlobstarOptimize(b)}return b}adjascentGlobstarOptimize(b){return b.map((b=>{let S=-1;while(-1!==(S=b.indexOf("**",S+1))){let J=S;while(b[J+1]==="**"){J++}if(J!==S){b.splice(S,J-S)}}return b}))}levelOneOptimize(b){return b.map((b=>{b=b.reduce(((b,S)=>{const J=b[b.length-1];if(S==="**"&&J==="**"){return b}if(S===".."){if(J&&J!==".."&&J!=="."&&J!=="**"){b.pop();return b}}b.push(S);return b}),[]);return b.length===0?[""]:b}))}levelTwoFileOptimize(b){if(!Array.isArray(b)){b=this.slashSplit(b)}let S=false;do{S=false;if(!this.preserveMultipleSlashes){for(let J=1;J<b.length-1;J++){const ee=b[J];if(J===1&&ee===""&&b[0]==="")continue;if(ee==="."||ee===""){S=true;b.splice(J,1);J--}}if(b[0]==="."&&b.length===2&&(b[1]==="."||b[1]==="")){S=true;b.pop()}}let J=0;while(-1!==(J=b.indexOf("..",J+1))){const ee=b[J-1];if(ee&&ee!=="."&&ee!==".."&&ee!=="**"){S=true;b.splice(J-1,2);J-=2}}}while(S);return b.length===0?[""]:b}firstPhasePreProcess(b){let S=false;do{S=false;for(let J of b){let ee=-1;while(-1!==(ee=J.indexOf("**",ee+1))){let te=ee;while(J[te+1]==="**"){te++}if(te>ee){J.splice(ee+1,te-ee)}let re=J[ee+1];const ne=J[ee+2];const ie=J[ee+3];if(re!=="..")continue;if(!ne||ne==="."||ne===".."||!ie||ie==="."||ie===".."){continue}S=true;J.splice(ee,1);const oe=J.slice(0);oe[ee]="**";b.push(oe);ee--}if(!this.preserveMultipleSlashes){for(let b=1;b<J.length-1;b++){const ee=J[b];if(b===1&&ee===""&&J[0]==="")continue;if(ee==="."||ee===""){S=true;J.splice(b,1);b--}}if(J[0]==="."&&J.length===2&&(J[1]==="."||J[1]==="")){S=true;J.pop()}}let te=0;while(-1!==(te=J.indexOf("..",te+1))){const b=J[te-1];if(b&&b!=="."&&b!==".."&&b!=="**"){S=true;const b=te===1&&J[te+1]==="**";const ee=b?["."]:[];J.splice(te-1,2,...ee);if(J.length===0)J.push("");te-=2}}}}while(S);return b}secondPhasePreProcess(b){for(let S=0;S<b.length-1;S++){for(let J=S+1;J<b.length;J++){const ee=this.partsMatch(b[S],b[J],!this.preserveMultipleSlashes);if(ee){b[S]=[];b[J]=ee;break}}}return b.filter((b=>b.length))}partsMatch(b,S,J=false){let ee=0;let te=0;let re=[];let ne="";while(ee<b.length&&te<S.length){if(b[ee]===S[te]){re.push(ne==="b"?S[te]:b[ee]);ee++;te++}else if(J&&b[ee]==="**"&&S[te]===b[ee+1]){re.push(b[ee]);ee++}else if(J&&S[te]==="**"&&b[ee]===S[te+1]){re.push(S[te]);te++}else if(b[ee]==="*"&&S[te]&&(this.options.dot||!S[te].startsWith("."))&&S[te]!=="**"){if(ne==="b")return false;ne="a";re.push(b[ee]);ee++;te++}else if(S[te]==="*"&&b[ee]&&(this.options.dot||!b[ee].startsWith("."))&&b[ee]!=="**"){if(ne==="a")return false;ne="b";re.push(S[te]);ee++;te++}else{return false}}return b.length===S.length&&re}parseNegate(){if(this.nonegate)return;const b=this.pattern;let S=false;let J=0;for(let ee=0;ee<b.length&&b.charAt(ee)==="!";ee++){S=!S;J++}if(J)this.pattern=b.slice(J);this.negate=S}matchOne(b,J,ee=false){const te=this.options;if(this.isWindows){const S=typeof b[0]==="string"&&/^[a-z]:$/i.test(b[0]);const ee=!S&&b[0]===""&&b[1]===""&&b[2]==="?"&&/^[a-z]:$/i.test(b[3]);const te=typeof J[0]==="string"&&/^[a-z]:$/i.test(J[0]);const re=!te&&J[0]===""&&J[1]===""&&J[2]==="?"&&typeof J[3]==="string"&&/^[a-z]:$/i.test(J[3]);const ne=ee?3:S?0:undefined;const ie=re?3:te?0:undefined;if(typeof ne==="number"&&typeof ie==="number"){const[S,ee]=[b[ne],J[ie]];if(S.toLowerCase()===ee.toLowerCase()){J[ie]=S;if(ie>ne){J=J.slice(ie)}else if(ne>ie){b=b.slice(ne)}}}}const{optimizationLevel:re=1}=this.options;if(re>=2){b=this.levelTwoFileOptimize(b)}this.debug("matchOne",this,{file:b,pattern:J});this.debug("matchOne",b.length,J.length);for(var ne=0,ie=0,oe=b.length,se=J.length;ne<oe&&ie<se;ne++,ie++){this.debug("matchOne loop");var ae=J[ie];var ce=b[ne];this.debug(J,ae,ce);if(ae===false){return false}if(ae===S.GLOBSTAR){this.debug("GLOBSTAR",[J,ae,ce]);var le=ne;var ue=ie+1;if(ue===se){this.debug("** at the end");for(;ne<oe;ne++){if(b[ne]==="."||b[ne]===".."||!te.dot&&b[ne].charAt(0)===".")return false}return true}while(le<oe){var pe=b[le];this.debug("\nglobstar while",b,le,J,ue,pe);if(this.matchOne(b.slice(le),J.slice(ue),ee)){this.debug("globstar found match!",le,oe,pe);return true}else{if(pe==="."||pe===".."||!te.dot&&pe.charAt(0)==="."){this.debug("dot detected!",b,le,J,ue);break}this.debug("globstar swallow a segment, and continue");le++}}if(ee){this.debug("\n>>> no match, partial?",b,le,J,ue);if(le===oe){return true}}return false}let re;if(typeof ae==="string"){re=ce===ae;this.debug("string match",ae,ce,re)}else{re=ae.test(ce);this.debug("pattern match",ae,ce,re)}if(!re)return false}if(ne===oe&&ie===se){return true}else if(ne===oe){return ee}else if(ie===se){return ne===oe-1&&b[ne]===""}else{throw new Error("wtf?")}}braceExpand(){return(0,S.braceExpand)(this.pattern,this.options)}parse(b){(0,te.assertValidPattern)(b);const J=this.options;if(b==="**")return S.GLOBSTAR;if(b==="")return"";let ee;let ne=null;if(ee=b.match(ce)){ne=J.dot?starTestDot:starTest}else if(ee=b.match(oe)){ne=(J.nocase?J.dot?starDotExtTestNocaseDot:starDotExtTestNocase:J.dot?starDotExtTestDot:starDotExtTest)(ee[1])}else if(ee=b.match(le)){ne=(J.nocase?J.dot?qmarksTestNocaseDot:qmarksTestNocase:J.dot?qmarksTestDot:qmarksTest)(ee)}else if(ee=b.match(se)){ne=J.dot?starDotStarTestDot:starDotStarTest}else if(ee=b.match(ae)){ne=dotStarTest}const ie=re.AST.fromGlob(b,this.options).toMMPattern();if(ne&&typeof ie==="object"){Reflect.defineProperty(ie,"test",{value:ne})}return ie}makeRe(){if(this.regexp||this.regexp===false)return this.regexp;const b=this.set;if(!b.length){this.regexp=false;return this.regexp}const J=this.options;const ee=J.noglobstar?fe:J.dot?me:ge;const te=new Set(J.nocase?["i"]:[]);let re=b.map((b=>{const J=b.map((b=>{if(b instanceof RegExp){for(const S of b.flags.split(""))te.add(S)}return typeof b==="string"?regExpEscape(b):b===S.GLOBSTAR?S.GLOBSTAR:b._src}));J.forEach(((b,te)=>{const re=J[te+1];const ne=J[te-1];if(b!==S.GLOBSTAR||ne===S.GLOBSTAR){return}if(ne===undefined){if(re!==undefined&&re!==S.GLOBSTAR){J[te+1]="(?:\\/|"+ee+"\\/)?"+re}else{J[te]=ee}}else if(re===undefined){J[te-1]=ne+"(?:\\/|\\/"+ee+")?"}else if(re!==S.GLOBSTAR){J[te-1]=ne+"(?:\\/|\\/"+ee+"\\/)"+re;J[te+1]=S.GLOBSTAR}}));const re=J.filter((b=>b!==S.GLOBSTAR));if(this.partial&&re.length>=1){const b=[];for(let S=1;S<=re.length;S++){b.push(re.slice(0,S).join("/"))}return"(?:"+b.join("|")+")"}return re.join("/")})).join("|");const[ne,ie]=b.length>1?["(?:",")"]:["",""];re="^"+ne+re+ie+"$";if(this.partial){re="^(?:\\/|"+ne+re.slice(1,-1)+ie+")$"}if(this.negate)re="^(?!"+re+").+$";try{this.regexp=new RegExp(re,[...te].join(""))}catch(b){this.regexp=false}return this.regexp}slashSplit(b){if(this.preserveMultipleSlashes){return b.split("/")}else if(this.isWindows&&/^\/\/[^\/]+/.test(b)){return["",...b.split(/\/+/)]}else{return b.split(/\/+/)}}match(b,S=this.partial){this.debug("match",b,this.pattern);if(this.comment){return false}if(this.empty){return b===""}if(b==="/"&&S){return true}const J=this.options;if(this.isWindows){b=b.split("\\").join("/")}const ee=this.slashSplit(b);this.debug(this.pattern,"split",ee);const te=this.set;this.debug(this.pattern,"set",te);let re=ee[ee.length-1];if(!re){for(let b=ee.length-2;!re&&b>=0;b--){re=ee[b]}}for(let b=0;b<te.length;b++){const ne=te[b];let ie=ee;if(J.matchBase&&ne.length===1){ie=[re]}const oe=this.matchOne(ie,ne,S);if(oe){if(J.flipNegate){return true}return!this.negate}}if(J.flipNegate){return false}return this.negate}static defaults(b){return S.minimatch.defaults(b).Minimatch}}S.Minimatch=Minimatch;var _e=J(37173);Object.defineProperty(S,"AST",{enumerable:true,get:function(){return _e.AST}});var ye=J(11170);Object.defineProperty(S,"escape",{enumerable:true,get:function(){return ye.escape}});var ve=J(1041);Object.defineProperty(S,"unescape",{enumerable:true,get:function(){return ve.unescape}});S.minimatch.AST=re.AST;S.minimatch.Minimatch=Minimatch;S.minimatch.escape=ne.escape;S.minimatch.unescape=ie.unescape},1041:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.unescape=void 0;const unescape=(b,{windowsPathsNoEscape:S=false,magicalBraces:J=true}={})=>{if(J){return S?b.replace(/\[([^\/\\])\]/g,"$1"):b.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1")}return S?b.replace(/\[([^\/\\{}])\]/g,"$1"):b.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1")};S.unescape=unescape},3481:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.LRUCache=void 0;const J=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const ee=new Set;const te=typeof process==="object"&&!!process?process:{};const emitWarning=(b,S,J,ee)=>{typeof te.emitWarning==="function"?te.emitWarning(b,S,J,ee):console.error(`[${J}] ${S}: ${b}`)};let re=globalThis.AbortController;let ne=globalThis.AbortSignal;if(typeof re==="undefined"){ne=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(b,S){this._onabort.push(S)}};re=class AbortController{constructor(){warnACPolyfill()}signal=new ne;abort(b){if(this.signal.aborted)return;this.signal.reason=b;this.signal.aborted=true;for(const S of this.signal._onabort){S(b)}this.signal.onabort?.(b)}};let b=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!b)return;b=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=b=>!ee.has(b);const ie=Symbol("type");const isPosInt=b=>b&&b===Math.floor(b)&&b>0&&isFinite(b);const getUintArray=b=>!isPosInt(b)?null:b<=Math.pow(2,8)?Uint8Array:b<=Math.pow(2,16)?Uint16Array:b<=Math.pow(2,32)?Uint32Array:b<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(b){super(b);this.fill(0)}}class Stack{heap;length;static#O=false;static create(b){const S=getUintArray(b);if(!S)return[];Stack.#O=true;const J=new Stack(b,S);Stack.#O=false;return J}constructor(b,S){if(!Stack.#O){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new S(b);this.length=0}push(b){this.heap[this.length++]=b}pop(){return this.heap[--this.length]}}class LRUCache{#w;#L;#M;#R;#B;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#j;#U;#W;#J;#V;#z;#G;#q;#$;#H;#K;#X;#Y;#Q;#Z;#ee;#te;static unsafeExposeInternals(b){return{starts:b.#Y,ttls:b.#Q,sizes:b.#X,keyMap:b.#W,keyList:b.#J,valList:b.#V,next:b.#z,prev:b.#G,get head(){return b.#q},get tail(){return b.#$},free:b.#H,isBackgroundFetch:S=>b.#re(S),backgroundFetch:(S,J,ee,te)=>b.#ne(S,J,ee,te),moveToTail:S=>b.#ie(S),indexes:S=>b.#oe(S),rindexes:S=>b.#se(S),isStale:S=>b.#ae(S)}}get max(){return this.#w}get maxSize(){return this.#L}get calculatedSize(){return this.#U}get size(){return this.#j}get fetchMethod(){return this.#B}get dispose(){return this.#M}get disposeAfter(){return this.#R}constructor(b){const{max:S=0,ttl:J,ttlResolution:te=1,ttlAutopurge:re,updateAgeOnGet:ne,updateAgeOnHas:ie,allowStale:oe,dispose:se,disposeAfter:ae,noDisposeOnSet:ce,noUpdateTTL:le,maxSize:ue=0,maxEntrySize:pe=0,sizeCalculation:de,fetchMethod:fe,noDeleteOnFetchRejection:me,noDeleteOnStaleGet:ge,allowStaleOnFetchRejection:he,allowStaleOnFetchAbort:_e,ignoreFetchAbort:ye}=b;if(S!==0&&!isPosInt(S)){throw new TypeError("max option must be a nonnegative integer")}const ve=S?getUintArray(S):Array;if(!ve){throw new Error("invalid max value: "+S)}this.#w=S;this.#L=ue;this.maxEntrySize=pe||this.#L;this.sizeCalculation=de;if(this.sizeCalculation){if(!this.#L&&!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(fe!==undefined&&typeof fe!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#B=fe;this.#ee=!!fe;this.#W=new Map;this.#J=new Array(S).fill(undefined);this.#V=new Array(S).fill(undefined);this.#z=new ve(S);this.#G=new ve(S);this.#q=0;this.#$=0;this.#H=Stack.create(S);this.#j=0;this.#U=0;if(typeof se==="function"){this.#M=se}if(typeof ae==="function"){this.#R=ae;this.#K=[]}else{this.#R=undefined;this.#K=undefined}this.#Z=!!this.#M;this.#te=!!this.#R;this.noDisposeOnSet=!!ce;this.noUpdateTTL=!!le;this.noDeleteOnFetchRejection=!!me;this.allowStaleOnFetchRejection=!!he;this.allowStaleOnFetchAbort=!!_e;this.ignoreFetchAbort=!!ye;if(this.maxEntrySize!==0){if(this.#L!==0){if(!isPosInt(this.#L)){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.#ce()}this.allowStale=!!oe;this.noDeleteOnStaleGet=!!ge;this.updateAgeOnGet=!!ne;this.updateAgeOnHas=!!ie;this.ttlResolution=isPosInt(te)||te===0?te:1;this.ttlAutopurge=!!re;this.ttl=J||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#le()}if(this.#w===0&&this.ttl===0&&this.#L===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#w&&!this.#L){const b="LRU_CACHE_UNBOUNDED";if(shouldWarn(b)){ee.add(b);const S="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(S,"UnboundedCacheWarning",b,LRUCache)}}}getRemainingTTL(b){return this.#W.has(b)?Infinity:0}#le(){const b=new ZeroArray(this.#w);const S=new ZeroArray(this.#w);this.#Q=b;this.#Y=S;this.#ue=(ee,te,re=J.now())=>{S[ee]=te!==0?re:0;b[ee]=te;if(te!==0&&this.ttlAutopurge){const b=setTimeout((()=>{if(this.#ae(ee)){this.delete(this.#J[ee])}}),te+1);if(b.unref){b.unref()}}};this.#pe=ee=>{S[ee]=b[ee]!==0?J.now():0};this.#de=(J,te)=>{if(b[te]){const re=b[te];const ne=S[te];if(!re||!ne)return;J.ttl=re;J.start=ne;J.now=ee||getNow();const ie=J.now-ne;J.remainingTTL=re-ie}};let ee=0;const getNow=()=>{const b=J.now();if(this.ttlResolution>0){ee=b;const S=setTimeout((()=>ee=0),this.ttlResolution);if(S.unref){S.unref()}}return b};this.getRemainingTTL=J=>{const te=this.#W.get(J);if(te===undefined){return 0}const re=b[te];const ne=S[te];if(!re||!ne){return Infinity}const ie=(ee||getNow())-ne;return re-ie};this.#ae=J=>{const te=S[J];const re=b[J];return!!re&&!!te&&(ee||getNow())-te>re}}#pe=()=>{};#de=()=>{};#ue=()=>{};#ae=()=>false;#ce(){const b=new ZeroArray(this.#w);this.#U=0;this.#X=b;this.#fe=S=>{this.#U-=b[S];b[S]=0};this.#me=(b,S,J,ee)=>{if(this.#re(S)){return 0}if(!isPosInt(J)){if(ee){if(typeof ee!=="function"){throw new TypeError("sizeCalculation must be a function")}J=ee(S,b);if(!isPosInt(J)){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 J};this.#ge=(S,J,ee)=>{b[S]=J;if(this.#L){const J=this.#L-b[S];while(this.#U>J){this.#he(true)}}this.#U+=b[S];if(ee){ee.entrySize=J;ee.totalCalculatedSize=this.#U}}}#fe=b=>{};#ge=(b,S,J)=>{};#me=(b,S,J,ee)=>{if(J||ee){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#oe({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#$;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#q){break}else{S=this.#G[S]}}}}*#se({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#q;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#$){break}else{S=this.#z[S]}}}}#_e(b){return b!==undefined&&this.#W.get(this.#J[b])===b}*entries(){for(const b of this.#oe()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*rentries(){for(const b of this.#se()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*keys(){for(const b of this.#oe()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*rkeys(){for(const b of this.#se()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*values(){for(const b of this.#oe()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}*rvalues(){for(const b of this.#se()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(b,S={}){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;if(b(te,this.#J[J],this)){return this.get(this.#J[J],S)}}}forEach(b,S=this){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}rforEach(b,S=this){for(const J of this.#se()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}purgeStale(){let b=false;for(const S of this.#se({allowStale:true})){if(this.#ae(S)){this.delete(this.#J[S]);b=true}}return b}info(b){const S=this.#W.get(b);if(S===undefined)return undefined;const ee=this.#V[S];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)return undefined;const re={value:te};if(this.#Q&&this.#Y){const b=this.#Q[S];const ee=this.#Y[S];if(b&&ee){const S=b-(J.now()-ee);re.ttl=S;re.start=Date.now()}}if(this.#X){re.size=this.#X[S]}return re}dump(){const b=[];for(const S of this.#oe({allowStale:true})){const ee=this.#J[S];const te=this.#V[S];const re=this.#re(te)?te.__staleWhileFetching:te;if(re===undefined||ee===undefined)continue;const ne={value:re};if(this.#Q&&this.#Y){ne.ttl=this.#Q[S];const b=J.now()-this.#Y[S];ne.start=Math.floor(Date.now()-b)}if(this.#X){ne.size=this.#X[S]}b.unshift([ee,ne])}return b}load(b){this.clear();for(const[S,ee]of b){if(ee.start){const b=Date.now()-ee.start;ee.start=J.now()-b}this.set(S,ee.value,ee)}}set(b,S,J={}){if(S===undefined){this.delete(b);return this}const{ttl:ee=this.ttl,start:te,noDisposeOnSet:re=this.noDisposeOnSet,sizeCalculation:ne=this.sizeCalculation,status:ie}=J;let{noUpdateTTL:oe=this.noUpdateTTL}=J;const se=this.#me(b,S,J.size||0,ne);if(this.maxEntrySize&&se>this.maxEntrySize){if(ie){ie.set="miss";ie.maxEntrySizeExceeded=true}this.delete(b);return this}let ae=this.#j===0?undefined:this.#W.get(b);if(ae===undefined){ae=this.#j===0?this.#$:this.#H.length!==0?this.#H.pop():this.#j===this.#w?this.#he(false):this.#j;this.#J[ae]=b;this.#V[ae]=S;this.#W.set(b,ae);this.#z[this.#$]=ae;this.#G[ae]=this.#$;this.#$=ae;this.#j++;this.#ge(ae,se,ie);if(ie)ie.set="add";oe=false}else{this.#ie(ae);const J=this.#V[ae];if(S!==J){if(this.#ee&&this.#re(J)){J.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:S}=J;if(S!==undefined&&!re){if(this.#Z){this.#M?.(S,b,"set")}if(this.#te){this.#K?.push([S,b,"set"])}}}else if(!re){if(this.#Z){this.#M?.(J,b,"set")}if(this.#te){this.#K?.push([J,b,"set"])}}this.#fe(ae);this.#ge(ae,se,ie);this.#V[ae]=S;if(ie){ie.set="replace";const b=J&&this.#re(J)?J.__staleWhileFetching:J;if(b!==undefined)ie.oldValue=b}}else if(ie){ie.set="update"}}if(ee!==0&&!this.#Q){this.#le()}if(this.#Q){if(!oe){this.#ue(ae,ee,te)}if(ie)this.#de(ie,ae)}if(!re&&this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return this}pop(){try{while(this.#j){const b=this.#V[this.#q];this.#he(true);if(this.#re(b)){if(b.__staleWhileFetching){return b.__staleWhileFetching}}else if(b!==undefined){return b}}}finally{if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}#he(b){const S=this.#q;const J=this.#J[S];const ee=this.#V[S];if(this.#ee&&this.#re(ee)){ee.__abortController.abort(new Error("evicted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(ee,J,"evict")}if(this.#te){this.#K?.push([ee,J,"evict"])}}this.#fe(S);if(b){this.#J[S]=undefined;this.#V[S]=undefined;this.#H.push(S)}if(this.#j===1){this.#q=this.#$=0;this.#H.length=0}else{this.#q=this.#z[S]}this.#W.delete(J);this.#j--;return S}has(b,S={}){const{updateAgeOnHas:J=this.updateAgeOnHas,status:ee}=S;const te=this.#W.get(b);if(te!==undefined){const b=this.#V[te];if(this.#re(b)&&b.__staleWhileFetching===undefined){return false}if(!this.#ae(te)){if(J){this.#pe(te)}if(ee){ee.has="hit";this.#de(ee,te)}return true}else if(ee){ee.has="stale";this.#de(ee,te)}}else if(ee){ee.has="miss"}return false}peek(b,S={}){const{allowStale:J=this.allowStale}=S;const ee=this.#W.get(b);if(ee===undefined||!J&&this.#ae(ee)){return}const te=this.#V[ee];return this.#re(te)?te.__staleWhileFetching:te}#ne(b,S,J,ee){const te=S===undefined?undefined:this.#V[S];if(this.#re(te)){return te}const ne=new re;const{signal:ie}=J;ie?.addEventListener("abort",(()=>ne.abort(ie.reason)),{signal:ne.signal});const oe={signal:ne.signal,options:J,context:ee};const cb=(ee,te=false)=>{const{aborted:re}=ne.signal;const ie=J.ignoreFetchAbort&&ee!==undefined;if(J.status){if(re&&!te){J.status.fetchAborted=true;J.status.fetchError=ne.signal.reason;if(ie)J.status.fetchAbortIgnored=true}else{J.status.fetchResolved=true}}if(re&&!ie&&!te){return fetchFail(ne.signal.reason)}const ae=se;if(this.#V[S]===se){if(ee===undefined){if(ae.__staleWhileFetching){this.#V[S]=ae.__staleWhileFetching}else{this.delete(b)}}else{if(J.status)J.status.fetchUpdated=true;this.set(b,ee,oe.options)}}return ee};const eb=b=>{if(J.status){J.status.fetchRejected=true;J.status.fetchError=b}return fetchFail(b)};const fetchFail=ee=>{const{aborted:te}=ne.signal;const re=te&&J.allowStaleOnFetchAbort;const ie=re||J.allowStaleOnFetchRejection;const oe=ie||J.noDeleteOnFetchRejection;const ae=se;if(this.#V[S]===se){const J=!oe||ae.__staleWhileFetching===undefined;if(J){this.delete(b)}else if(!re){this.#V[S]=ae.__staleWhileFetching}}if(ie){if(J.status&&ae.__staleWhileFetching!==undefined){J.status.returnedStale=true}return ae.__staleWhileFetching}else if(ae.__returned===ae){throw ee}};const pcall=(S,ee)=>{const re=this.#B?.(b,te,oe);if(re&&re instanceof Promise){re.then((b=>S(b===undefined?undefined:b)),ee)}ne.signal.addEventListener("abort",(()=>{if(!J.ignoreFetchAbort||J.allowStaleOnFetchAbort){S(undefined);if(J.allowStaleOnFetchAbort){S=b=>cb(b,true)}}}))};if(J.status)J.status.fetchDispatched=true;const se=new Promise(pcall).then(cb,eb);const ae=Object.assign(se,{__abortController:ne,__staleWhileFetching:te,__returned:undefined});if(S===undefined){this.set(b,ae,{...oe.options,status:undefined});S=this.#W.get(b)}else{this.#V[S]=ae}return ae}#re(b){if(!this.#ee)return false;const S=b;return!!S&&S instanceof Promise&&S.hasOwnProperty("__staleWhileFetching")&&S.__abortController instanceof re}async fetch(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,ttl:re=this.ttl,noDisposeOnSet:ne=this.noDisposeOnSet,size:ie=0,sizeCalculation:oe=this.sizeCalculation,noUpdateTTL:se=this.noUpdateTTL,noDeleteOnFetchRejection:ae=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ce=this.allowStaleOnFetchRejection,ignoreFetchAbort:le=this.ignoreFetchAbort,allowStaleOnFetchAbort:ue=this.allowStaleOnFetchAbort,context:pe,forceRefresh:de=false,status:fe,signal:me}=S;if(!this.#ee){if(fe)fe.fetch="get";return this.get(b,{allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,status:fe})}const ge={allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,ttl:re,noDisposeOnSet:ne,size:ie,sizeCalculation:oe,noUpdateTTL:se,noDeleteOnFetchRejection:ae,allowStaleOnFetchRejection:ce,allowStaleOnFetchAbort:ue,ignoreFetchAbort:le,status:fe,signal:me};let he=this.#W.get(b);if(he===undefined){if(fe)fe.fetch="miss";const S=this.#ne(b,he,ge,pe);return S.__returned=S}else{const S=this.#V[he];if(this.#re(S)){const b=J&&S.__staleWhileFetching!==undefined;if(fe){fe.fetch="inflight";if(b)fe.returnedStale=true}return b?S.__staleWhileFetching:S.__returned=S}const te=this.#ae(he);if(!de&&!te){if(fe)fe.fetch="hit";this.#ie(he);if(ee){this.#pe(he)}if(fe)this.#de(fe,he);return S}const re=this.#ne(b,he,ge,pe);const ne=re.__staleWhileFetching!==undefined;const ie=ne&&J;if(fe){fe.fetch=te?"stale":"refresh";if(ie&&te)fe.returnedStale=true}return ie?re.__staleWhileFetching:re.__returned=re}}get(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,status:re}=S;const ne=this.#W.get(b);if(ne!==undefined){const S=this.#V[ne];const ie=this.#re(S);if(re)this.#de(re,ne);if(this.#ae(ne)){if(re)re.get="stale";if(!ie){if(!te){this.delete(b)}if(re&&J)re.returnedStale=true;return J?S:undefined}else{if(re&&J&&S.__staleWhileFetching!==undefined){re.returnedStale=true}return J?S.__staleWhileFetching:undefined}}else{if(re)re.get="hit";if(ie){return S.__staleWhileFetching}this.#ie(ne);if(ee){this.#pe(ne)}return S}}else if(re){re.get="miss"}}#ye(b,S){this.#G[S]=b;this.#z[b]=S}#ie(b){if(b!==this.#$){if(b===this.#q){this.#q=this.#z[b]}else{this.#ye(this.#G[b],this.#z[b])}this.#ye(this.#$,b);this.#$=b}}delete(b){let S=false;if(this.#j!==0){const J=this.#W.get(b);if(J!==undefined){S=true;if(this.#j===1){this.clear()}else{this.#fe(J);const S=this.#V[J];if(this.#re(S)){S.__abortController.abort(new Error("deleted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(S,b,"delete")}if(this.#te){this.#K?.push([S,b,"delete"])}}this.#W.delete(b);this.#J[J]=undefined;this.#V[J]=undefined;if(J===this.#$){this.#$=this.#G[J]}else if(J===this.#q){this.#q=this.#z[J]}else{const b=this.#G[J];this.#z[b]=this.#z[J];const S=this.#z[J];this.#G[S]=this.#G[J]}this.#j--;this.#H.push(J)}}}if(this.#te&&this.#K?.length){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return S}clear(){for(const b of this.#se({allowStale:true})){const S=this.#V[b];if(this.#re(S)){S.__abortController.abort(new Error("deleted"))}else{const J=this.#J[b];if(this.#Z){this.#M?.(S,J,"delete")}if(this.#te){this.#K?.push([S,J,"delete"])}}}this.#W.clear();this.#V.fill(undefined);this.#J.fill(undefined);if(this.#Q&&this.#Y){this.#Q.fill(0);this.#Y.fill(0)}if(this.#X){this.#X.fill(0)}this.#q=0;this.#$=0;this.#H.length=0;this.#U=0;this.#j=0;if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}S.LRUCache=LRUCache},71031:function(b,S,J){"use strict";var ee=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(S,"__esModule",{value:true});S.Minipass=S.isWritable=S.isReadable=S.isStream=void 0;const te=typeof process==="object"&&process?process:{stdout:null,stderr:null};const re=J(78474);const ne=ee(J(57075));const ie=J(46193);const isStream=b=>!!b&&typeof b==="object"&&(b instanceof Minipass||b instanceof ne.default||(0,S.isReadable)(b)||(0,S.isWritable)(b));S.isStream=isStream;const isReadable=b=>!!b&&typeof b==="object"&&b instanceof re.EventEmitter&&typeof b.pipe==="function"&&b.pipe!==ne.default.Writable.prototype.pipe;S.isReadable=isReadable;const isWritable=b=>!!b&&typeof b==="object"&&b instanceof re.EventEmitter&&typeof b.write==="function"&&typeof b.end==="function";S.isWritable=isWritable;const oe=Symbol("EOF");const se=Symbol("maybeEmitEnd");const ae=Symbol("emittedEnd");const ce=Symbol("emittingEnd");const le=Symbol("emittedError");const ue=Symbol("closed");const pe=Symbol("read");const de=Symbol("flush");const fe=Symbol("flushChunk");const me=Symbol("encoding");const ge=Symbol("decoder");const he=Symbol("flowing");const _e=Symbol("paused");const ye=Symbol("resume");const ve=Symbol("buffer");const Te=Symbol("pipes");const be=Symbol("bufferLength");const Se=Symbol("bufferPush");const xe=Symbol("bufferShift");const Ee=Symbol("objectMode");const Ce=Symbol("destroyed");const Pe=Symbol("error");const Ne=Symbol("emitData");const Ae=Symbol("emitEnd");const ke=Symbol("emitEnd2");const De=Symbol("async");const Ie=Symbol("abort");const Fe=Symbol("aborted");const Oe=Symbol("signal");const we=Symbol("dataListeners");const Le=Symbol("discarded");const defer=b=>Promise.resolve().then(b);const nodefer=b=>b();const isEndish=b=>b==="end"||b==="finish"||b==="prefinish";const isArrayBufferLike=b=>b instanceof ArrayBuffer||!!b&&typeof b==="object"&&b.constructor&&b.constructor.name==="ArrayBuffer"&&b.byteLength>=0;const isArrayBufferView=b=>!Buffer.isBuffer(b)&&ArrayBuffer.isView(b);class Pipe{src;dest;opts;ondrain;constructor(b,S,J){this.src=b;this.dest=S;this.opts=J;this.ondrain=()=>b[ye]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(b){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(b,S,J){super(b,S,J);this.proxyErrors=b=>S.emit("error",b);b.on("error",this.proxyErrors)}}const isObjectModeOptions=b=>!!b.objectMode;const isEncodingOptions=b=>!b.objectMode&&!!b.encoding&&b.encoding!=="buffer";class Minipass extends re.EventEmitter{[he]=false;[_e]=false;[Te]=[];[ve]=[];[Ee];[me];[De];[ge];[oe]=false;[ae]=false;[ce]=false;[ue]=false;[le]=null;[be]=0;[Ce]=false;[Oe];[Fe]=false;[we]=0;[Le]=false;writable=true;readable=true;constructor(...b){const S=b[0]||{};super();if(S.objectMode&&typeof S.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(S)){this[Ee]=true;this[me]=null}else if(isEncodingOptions(S)){this[me]=S.encoding;this[Ee]=false}else{this[Ee]=false;this[me]=null}this[De]=!!S.async;this[ge]=this[me]?new ie.StringDecoder(this[me]):null;if(S&&S.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[ve]})}if(S&&S.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[Te]})}const{signal:J}=S;if(J){this[Oe]=J;if(J.aborted){this[Ie]()}else{J.addEventListener("abort",(()=>this[Ie]()))}}}get bufferLength(){return this[be]}get encoding(){return this[me]}set encoding(b){throw new Error("Encoding must be set at instantiation time")}setEncoding(b){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Ee]}set objectMode(b){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[De]}set["async"](b){this[De]=this[De]||!!b}[Ie](){this[Fe]=true;this.emit("abort",this[Oe]?.reason);this.destroy(this[Oe]?.reason)}get aborted(){return this[Fe]}set aborted(b){}write(b,S,J){if(this[Fe])return false;if(this[oe])throw new Error("write after end");if(this[Ce]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof S==="function"){J=S;S="utf8"}if(!S)S="utf8";const ee=this[De]?defer:nodefer;if(!this[Ee]&&!Buffer.isBuffer(b)){if(isArrayBufferView(b)){b=Buffer.from(b.buffer,b.byteOffset,b.byteLength)}else if(isArrayBufferLike(b)){b=Buffer.from(b)}else if(typeof b!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[Ee]){if(this[he]&&this[be]!==0)this[de](true);if(this[he])this.emit("data",b);else this[Se](b);if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}if(!b.length){if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}if(typeof b==="string"&&!(S===this[me]&&!this[ge]?.lastNeed)){b=Buffer.from(b,S)}if(Buffer.isBuffer(b)&&this[me]){b=this[ge].write(b)}if(this[he]&&this[be]!==0)this[de](true);if(this[he])this.emit("data",b);else this[Se](b);if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}read(b){if(this[Ce])return null;this[Le]=false;if(this[be]===0||b===0||b&&b>this[be]){this[se]();return null}if(this[Ee])b=null;if(this[ve].length>1&&!this[Ee]){this[ve]=[this[me]?this[ve].join(""):Buffer.concat(this[ve],this[be])]}const S=this[pe](b||null,this[ve][0]);this[se]();return S}[pe](b,S){if(this[Ee])this[xe]();else{const J=S;if(b===J.length||b===null)this[xe]();else if(typeof J==="string"){this[ve][0]=J.slice(b);S=J.slice(0,b);this[be]-=b}else{this[ve][0]=J.subarray(b);S=J.subarray(0,b);this[be]-=b}}this.emit("data",S);if(!this[ve].length&&!this[oe])this.emit("drain");return S}end(b,S,J){if(typeof b==="function"){J=b;b=undefined}if(typeof S==="function"){J=S;S="utf8"}if(b!==undefined)this.write(b,S);if(J)this.once("end",J);this[oe]=true;this.writable=false;if(this[he]||!this[_e])this[se]();return this}[ye](){if(this[Ce])return;if(!this[we]&&!this[Te].length){this[Le]=true}this[_e]=false;this[he]=true;this.emit("resume");if(this[ve].length)this[de]();else if(this[oe])this[se]();else this.emit("drain")}resume(){return this[ye]()}pause(){this[he]=false;this[_e]=true;this[Le]=false}get destroyed(){return this[Ce]}get flowing(){return this[he]}get paused(){return this[_e]}[Se](b){if(this[Ee])this[be]+=1;else this[be]+=b.length;this[ve].push(b)}[xe](){if(this[Ee])this[be]-=1;else this[be]-=this[ve][0].length;return this[ve].shift()}[de](b=false){do{}while(this[fe](this[xe]())&&this[ve].length);if(!b&&!this[ve].length&&!this[oe])this.emit("drain")}[fe](b){this.emit("data",b);return this[he]}pipe(b,S){if(this[Ce])return b;this[Le]=false;const J=this[ae];S=S||{};if(b===te.stdout||b===te.stderr)S.end=false;else S.end=S.end!==false;S.proxyErrors=!!S.proxyErrors;if(J){if(S.end)b.end()}else{this[Te].push(!S.proxyErrors?new Pipe(this,b,S):new PipeProxyErrors(this,b,S));if(this[De])defer((()=>this[ye]()));else this[ye]()}return b}unpipe(b){const S=this[Te].find((S=>S.dest===b));if(S){if(this[Te].length===1){if(this[he]&&this[we]===0){this[he]=false}this[Te]=[]}else this[Te].splice(this[Te].indexOf(S),1);S.unpipe()}}addListener(b,S){return this.on(b,S)}on(b,S){const J=super.on(b,S);if(b==="data"){this[Le]=false;this[we]++;if(!this[Te].length&&!this[he]){this[ye]()}}else if(b==="readable"&&this[be]!==0){super.emit("readable")}else if(isEndish(b)&&this[ae]){super.emit(b);this.removeAllListeners(b)}else if(b==="error"&&this[le]){const b=S;if(this[De])defer((()=>b.call(this,this[le])));else b.call(this,this[le])}return J}removeListener(b,S){return this.off(b,S)}off(b,S){const J=super.off(b,S);if(b==="data"){this[we]=this.listeners("data").length;if(this[we]===0&&!this[Le]&&!this[Te].length){this[he]=false}}return J}removeAllListeners(b){const S=super.removeAllListeners(b);if(b==="data"||b===undefined){this[we]=0;if(!this[Le]&&!this[Te].length){this[he]=false}}return S}get emittedEnd(){return this[ae]}[se](){if(!this[ce]&&!this[ae]&&!this[Ce]&&this[ve].length===0&&this[oe]){this[ce]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[ue])this.emit("close");this[ce]=false}}emit(b,...S){const J=S[0];if(b!=="error"&&b!=="close"&&b!==Ce&&this[Ce]){return false}else if(b==="data"){return!this[Ee]&&!J?false:this[De]?(defer((()=>this[Ne](J))),true):this[Ne](J)}else if(b==="end"){return this[Ae]()}else if(b==="close"){this[ue]=true;if(!this[ae]&&!this[Ce])return false;const b=super.emit("close");this.removeAllListeners("close");return b}else if(b==="error"){this[le]=J;super.emit(Pe,J);const b=!this[Oe]||this.listeners("error").length?super.emit("error",J):false;this[se]();return b}else if(b==="resume"){const b=super.emit("resume");this[se]();return b}else if(b==="finish"||b==="prefinish"){const S=super.emit(b);this.removeAllListeners(b);return S}const ee=super.emit(b,...S);this[se]();return ee}[Ne](b){for(const S of this[Te]){if(S.dest.write(b)===false)this.pause()}const S=this[Le]?false:super.emit("data",b);this[se]();return S}[Ae](){if(this[ae])return false;this[ae]=true;this.readable=false;return this[De]?(defer((()=>this[ke]())),true):this[ke]()}[ke](){if(this[ge]){const b=this[ge].end();if(b){for(const S of this[Te]){S.dest.write(b)}if(!this[Le])super.emit("data",b)}}for(const b of this[Te]){b.end()}const b=super.emit("end");this.removeAllListeners("end");return b}async collect(){const b=Object.assign([],{dataLength:0});if(!this[Ee])b.dataLength=0;const S=this.promise();this.on("data",(S=>{b.push(S);if(!this[Ee])b.dataLength+=S.length}));await S;return b}async concat(){if(this[Ee]){throw new Error("cannot concat in objectMode")}const b=await this.collect();return this[me]?b.join(""):Buffer.concat(b,b.dataLength)}async promise(){return new Promise(((b,S)=>{this.on(Ce,(()=>S(new Error("stream destroyed"))));this.on("error",(b=>S(b)));this.on("end",(()=>b()))}))}[Symbol.asyncIterator](){this[Le]=false;let b=false;const stop=async()=>{this.pause();b=true;return{value:undefined,done:true}};const next=()=>{if(b)return stop();const S=this.read();if(S!==null)return Promise.resolve({done:false,value:S});if(this[oe])return stop();let J;let ee;const onerr=b=>{this.off("data",ondata);this.off("end",onend);this.off(Ce,ondestroy);stop();ee(b)};const ondata=b=>{this.off("error",onerr);this.off("end",onend);this.off(Ce,ondestroy);this.pause();J({value:b,done:!!this[oe]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(Ce,ondestroy);stop();J({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((b,S)=>{ee=S;J=b;this.once(Ce,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Le]=false;let b=false;const stop=()=>{this.pause();this.off(Pe,stop);this.off(Ce,stop);this.off("end",stop);b=true;return{done:true,value:undefined}};const next=()=>{if(b)return stop();const S=this.read();return S===null?stop():{done:false,value:S}};this.once("end",stop);this.once(Pe,stop);this.once(Ce,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this}}}destroy(b){if(this[Ce]){if(b)this.emit("error",b);else this.emit(Ce);return this}this[Ce]=true;this[Le]=true;this[ve].length=0;this[be]=0;const S=this;if(typeof S.close==="function"&&!this[ue])S.close();if(b)this.emit("error",b);else this.emit(Ce);return this}static get isStream(){return S.isStream}}S.Minipass=Minipass},55125:function(b,S,J){"use strict";var ee=this&&this.__createBinding||(Object.create?function(b,S,J,ee){if(ee===undefined)ee=J;var te=Object.getOwnPropertyDescriptor(S,J);if(!te||("get"in te?!S.__esModule:te.writable||te.configurable)){te={enumerable:true,get:function(){return S[J]}}}Object.defineProperty(b,ee,te)}:function(b,S,J,ee){if(ee===undefined)ee=J;b[ee]=S[J]});var te=this&&this.__setModuleDefault||(Object.create?function(b,S){Object.defineProperty(b,"default",{enumerable:true,value:S})}:function(b,S){b["default"]=S});var re=this&&this.__importStar||function(b){if(b&&b.__esModule)return b;var S={};if(b!=null)for(var J in b)if(J!=="default"&&Object.prototype.hasOwnProperty.call(b,J))ee(S,b,J);te(S,b);return S};Object.defineProperty(S,"__esModule",{value:true});S.PathScurry=S.Path=S.PathScurryDarwin=S.PathScurryPosix=S.PathScurryWin32=S.PathScurryBase=S.PathPosix=S.PathWin32=S.PathBase=S.ChildrenCache=S.ResolveCache=void 0;const ne=J(67653);const ie=J(76760);const oe=J(73136);const se=J(79896);const ae=re(J(73024));const ce=se.realpathSync.native;const le=J(51455);const ue=J(71031);const pe={lstatSync:se.lstatSync,readdir:se.readdir,readdirSync:se.readdirSync,readlinkSync:se.readlinkSync,realpathSync:ce,promises:{lstat:le.lstat,readdir:le.readdir,readlink:le.readlink,realpath:le.realpath}};const fsFromOption=b=>!b||b===pe||b===ae?pe:{...pe,...b,promises:{...pe.promises,...b.promises||{}}};const de=/^\\\\\?\\([a-z]:)\\?$/i;const uncToDrive=b=>b.replace(/\//g,"\\").replace(de,"$1\\");const fe=/[\\\/]/;const me=0;const ge=1;const he=2;const _e=4;const ye=6;const ve=8;const Te=10;const be=12;const Se=15;const xe=~Se;const Ee=16;const Ce=32;const Pe=64;const Ne=128;const Ae=256;const ke=512;const De=Pe|Ne|ke;const Ie=1023;const entToType=b=>b.isFile()?ve:b.isDirectory()?_e:b.isSymbolicLink()?Te:b.isCharacterDevice()?he:b.isBlockDevice()?ye:b.isSocket()?be:b.isFIFO()?ge:me;const Fe=new Map;const normalize=b=>{const S=Fe.get(b);if(S)return S;const J=b.normalize("NFKD");Fe.set(b,J);return J};const Oe=new Map;const normalizeNocase=b=>{const S=Oe.get(b);if(S)return S;const J=normalize(b.toLowerCase());Oe.set(b,J);return J};class ResolveCache extends ne.LRUCache{constructor(){super({max:256})}}S.ResolveCache=ResolveCache;class ChildrenCache extends ne.LRUCache{constructor(b=16*1024){super({maxSize:b,sizeCalculation:b=>b.length+1})}}S.ChildrenCache=ChildrenCache;const we=Symbol("PathScurry setAsCwd");class PathBase{name;root;roots;parent;nocase;isCWD=false;#ve;#Te;get dev(){return this.#Te}#be;get mode(){return this.#be}#Se;get nlink(){return this.#Se}#xe;get uid(){return this.#xe}#Ee;get gid(){return this.#Ee}#Ce;get rdev(){return this.#Ce}#Pe;get blksize(){return this.#Pe}#Ne;get ino(){return this.#Ne}#j;get size(){return this.#j}#Ae;get blocks(){return this.#Ae}#ke;get atimeMs(){return this.#ke}#De;get mtimeMs(){return this.#De}#Ie;get ctimeMs(){return this.#Ie}#Fe;get birthtimeMs(){return this.#Fe}#Oe;get atime(){return this.#Oe}#we;get mtime(){return this.#we}#Le;get ctime(){return this.#Le}#Me;get birthtime(){return this.#Me}#Re;#Be;#je;#Ue;#We;#Je;#Ve;#ze;#Ge;#qe;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(b,S=me,J,ee,te,re,ne){this.name=b;this.#Re=te?normalizeNocase(b):normalize(b);this.#Ve=S&Ie;this.nocase=te;this.roots=ee;this.root=J||this;this.#ze=re;this.#je=ne.fullpath;this.#We=ne.relative;this.#Je=ne.relativePosix;this.parent=ne.parent;if(this.parent){this.#ve=this.parent.#ve}else{this.#ve=fsFromOption(ne.fs)}}depth(){if(this.#Be!==undefined)return this.#Be;if(!this.parent)return this.#Be=0;return this.#Be=this.parent.depth()+1}childrenCache(){return this.#ze}resolve(b){if(!b){return this}const S=this.getRootString(b);const J=b.substring(S.length);const ee=J.split(this.splitSep);const te=S?this.getRoot(S).#$e(ee):this.#$e(ee);return te}#$e(b){let S=this;for(const J of b){S=S.child(J)}return S}children(){const b=this.#ze.get(this);if(b){return b}const S=Object.assign([],{provisional:0});this.#ze.set(this,S);this.#Ve&=~Ee;return S}child(b,S){if(b===""||b==="."){return this}if(b===".."){return this.parent||this}const J=this.children();const ee=this.nocase?normalizeNocase(b):normalize(b);for(const b of J){if(b.#Re===ee){return b}}const te=this.parent?this.sep:"";const re=this.#je?this.#je+te+b:undefined;const ne=this.newChild(b,me,{...S,parent:this,fullpath:re});if(!this.canReaddir()){ne.#Ve|=Ne}J.push(ne);return ne}relative(){if(this.isCWD)return"";if(this.#We!==undefined){return this.#We}const b=this.name;const S=this.parent;if(!S){return this.#We=this.name}const J=S.relative();return J+(!J||!S.parent?"":this.sep)+b}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#Je!==undefined)return this.#Je;const b=this.name;const S=this.parent;if(!S){return this.#Je=this.fullpathPosix()}const J=S.relativePosix();return J+(!J||!S.parent?"":"/")+b}fullpath(){if(this.#je!==undefined){return this.#je}const b=this.name;const S=this.parent;if(!S){return this.#je=this.name}const J=S.fullpath();const ee=J+(!S.parent?"":this.sep)+b;return this.#je=ee}fullpathPosix(){if(this.#Ue!==undefined)return this.#Ue;if(this.sep==="/")return this.#Ue=this.fullpath();if(!this.parent){const b=this.fullpath().replace(/\\/g,"/");if(/^[a-z]:\//i.test(b)){return this.#Ue=`//?/${b}`}else{return this.#Ue=b}}const b=this.parent;const S=b.fullpathPosix();const J=S+(!S||!b.parent?"":"/")+this.name;return this.#Ue=J}isUnknown(){return(this.#Ve&Se)===me}isType(b){return this[`is${b}`]()}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.#Ve&Se)===ve}isDirectory(){return(this.#Ve&Se)===_e}isCharacterDevice(){return(this.#Ve&Se)===he}isBlockDevice(){return(this.#Ve&Se)===ye}isFIFO(){return(this.#Ve&Se)===ge}isSocket(){return(this.#Ve&Se)===be}isSymbolicLink(){return(this.#Ve&Te)===Te}lstatCached(){return this.#Ve&Ce?this:undefined}readlinkCached(){return this.#Ge}realpathCached(){return this.#qe}readdirCached(){const b=this.children();return b.slice(0,b.provisional)}canReadlink(){if(this.#Ge)return true;if(!this.parent)return false;const b=this.#Ve&Se;return!(b!==me&&b!==Te||this.#Ve&Ae||this.#Ve&Ne)}calledReaddir(){return!!(this.#Ve&Ee)}isENOENT(){return!!(this.#Ve&Ne)}isNamed(b){return!this.nocase?this.#Re===normalize(b):this.#Re===normalizeNocase(b)}async readlink(){const b=this.#Ge;if(b){return b}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const b=await this.#ve.promises.readlink(this.fullpath());const S=(await this.parent.realpath())?.resolve(b);if(S){return this.#Ge=S}}catch(b){this.#He(b.code);return undefined}}readlinkSync(){const b=this.#Ge;if(b){return b}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const b=this.#ve.readlinkSync(this.fullpath());const S=this.parent.realpathSync()?.resolve(b);if(S){return this.#Ge=S}}catch(b){this.#He(b.code);return undefined}}#Ke(b){this.#Ve|=Ee;for(let S=b.provisional;S<b.length;S++){const J=b[S];if(J)J.#Xe()}}#Xe(){if(this.#Ve&Ne)return;this.#Ve=(this.#Ve|Ne)&xe;this.#Ye()}#Ye(){const b=this.children();b.provisional=0;for(const S of b){S.#Xe()}}#Qe(){this.#Ve|=ke;this.#Ze()}#Ze(){if(this.#Ve&Pe)return;let b=this.#Ve;if((b&Se)===_e)b&=xe;this.#Ve=b|Pe;this.#Ye()}#et(b=""){if(b==="ENOTDIR"||b==="EPERM"){this.#Ze()}else if(b==="ENOENT"){this.#Xe()}else{this.children().provisional=0}}#tt(b=""){if(b==="ENOTDIR"){const b=this.parent;b.#Ze()}else if(b==="ENOENT"){this.#Xe()}}#He(b=""){let S=this.#Ve;S|=Ae;if(b==="ENOENT")S|=Ne;if(b==="EINVAL"||b==="UNKNOWN"){S&=xe}this.#Ve=S;if(b==="ENOTDIR"&&this.parent){this.parent.#Ze()}}#rt(b,S){return this.#nt(b,S)||this.#it(b,S)}#it(b,S){const J=entToType(b);const ee=this.newChild(b.name,J,{parent:this});const te=ee.#Ve&Se;if(te!==_e&&te!==Te&&te!==me){ee.#Ve|=Pe}S.unshift(ee);S.provisional++;return ee}#nt(b,S){for(let J=S.provisional;J<S.length;J++){const ee=S[J];const te=this.nocase?normalizeNocase(b.name):normalize(b.name);if(te!==ee.#Re){continue}return this.#ot(b,ee,J,S)}}#ot(b,S,J,ee){const te=S.name;S.#Ve=S.#Ve&xe|entToType(b);if(te!==b.name)S.name=b.name;if(J!==ee.provisional){if(J===ee.length-1)ee.pop();else ee.splice(J,1);ee.unshift(S)}ee.provisional++;return S}async lstat(){if((this.#Ve&Ne)===0){try{this.#st(await this.#ve.promises.lstat(this.fullpath()));return this}catch(b){this.#tt(b.code)}}}lstatSync(){if((this.#Ve&Ne)===0){try{this.#st(this.#ve.lstatSync(this.fullpath()));return this}catch(b){this.#tt(b.code)}}}#st(b){const{atime:S,atimeMs:J,birthtime:ee,birthtimeMs:te,blksize:re,blocks:ne,ctime:ie,ctimeMs:oe,dev:se,gid:ae,ino:ce,mode:le,mtime:ue,mtimeMs:pe,nlink:de,rdev:fe,size:ge,uid:he}=b;this.#Oe=S;this.#ke=J;this.#Me=ee;this.#Fe=te;this.#Pe=re;this.#Ae=ne;this.#Le=ie;this.#Ie=oe;this.#Te=se;this.#Ee=ae;this.#Ne=ce;this.#be=le;this.#we=ue;this.#De=pe;this.#Se=de;this.#Ce=fe;this.#j=ge;this.#xe=he;const ye=entToType(b);this.#Ve=this.#Ve&xe|ye|Ce;if(ye!==me&&ye!==_e&&ye!==Te){this.#Ve|=Pe}}#at=[];#ct=false;#lt(b){this.#ct=false;const S=this.#at.slice();this.#at.length=0;S.forEach((S=>S(null,b)))}readdirCB(b,S=false){if(!this.canReaddir()){if(S)b(null,[]);else queueMicrotask((()=>b(null,[])));return}const J=this.children();if(this.calledReaddir()){const ee=J.slice(0,J.provisional);if(S)b(null,ee);else queueMicrotask((()=>b(null,ee)));return}this.#at.push(b);if(this.#ct){return}this.#ct=true;const ee=this.fullpath();this.#ve.readdir(ee,{withFileTypes:true},((b,S)=>{if(b){this.#et(b.code);J.provisional=0}else{for(const b of S){this.#rt(b,J)}this.#Ke(J)}this.#lt(J.slice(0,J.provisional));return}))}#ut;async readdir(){if(!this.canReaddir()){return[]}const b=this.children();if(this.calledReaddir()){return b.slice(0,b.provisional)}const S=this.fullpath();if(this.#ut){await this.#ut}else{let resolve=()=>{};this.#ut=new Promise((b=>resolve=b));try{for(const J of await this.#ve.promises.readdir(S,{withFileTypes:true})){this.#rt(J,b)}this.#Ke(b)}catch(S){this.#et(S.code);b.provisional=0}this.#ut=undefined;resolve()}return b.slice(0,b.provisional)}readdirSync(){if(!this.canReaddir()){return[]}const b=this.children();if(this.calledReaddir()){return b.slice(0,b.provisional)}const S=this.fullpath();try{for(const J of this.#ve.readdirSync(S,{withFileTypes:true})){this.#rt(J,b)}this.#Ke(b)}catch(S){this.#et(S.code);b.provisional=0}return b.slice(0,b.provisional)}canReaddir(){if(this.#Ve&De)return false;const b=Se&this.#Ve;if(!(b===me||b===_e||b===Te)){return false}return true}shouldWalk(b,S){return(this.#Ve&_e)===_e&&!(this.#Ve&De)&&!b.has(this)&&(!S||S(this))}async realpath(){if(this.#qe)return this.#qe;if((ke|Ae|Ne)&this.#Ve)return undefined;try{const b=await this.#ve.promises.realpath(this.fullpath());return this.#qe=this.resolve(b)}catch(b){this.#Qe()}}realpathSync(){if(this.#qe)return this.#qe;if((ke|Ae|Ne)&this.#Ve)return undefined;try{const b=this.#ve.realpathSync(this.fullpath());return this.#qe=this.resolve(b)}catch(b){this.#Qe()}}[we](b){if(b===this)return;b.isCWD=false;this.isCWD=true;const S=new Set([]);let J=[];let ee=this;while(ee&&ee.parent){S.add(ee);ee.#We=J.join(this.sep);ee.#Je=J.join("/");ee=ee.parent;J.push("..")}ee=b;while(ee&&ee.parent&&!S.has(ee)){ee.#We=undefined;ee.#Je=undefined;ee=ee.parent}}}S.PathBase=PathBase;class PathWin32 extends PathBase{sep="\\";splitSep=fe;constructor(b,S=me,J,ee,te,re,ne){super(b,S,J,ee,te,re,ne)}newChild(b,S=me,J={}){return new PathWin32(b,S,this.root,this.roots,this.nocase,this.childrenCache(),J)}getRootString(b){return ie.win32.parse(b).root}getRoot(b){b=uncToDrive(b.toUpperCase());if(b===this.root.name){return this.root}for(const[S,J]of Object.entries(this.roots)){if(this.sameRoot(b,S)){return this.roots[b]=J}}return this.roots[b]=new PathScurryWin32(b,this).root}sameRoot(b,S=this.root.name){b=b.toUpperCase().replace(/\//g,"\\").replace(de,"$1\\");return b===S}}S.PathWin32=PathWin32;class PathPosix extends PathBase{splitSep="/";sep="/";constructor(b,S=me,J,ee,te,re,ne){super(b,S,J,ee,te,re,ne)}getRootString(b){return b.startsWith("/")?"/":""}getRoot(b){return this.root}newChild(b,S=me,J={}){return new PathPosix(b,S,this.root,this.roots,this.nocase,this.childrenCache(),J)}}S.PathPosix=PathPosix;class PathScurryBase{root;rootPath;roots;cwd;#pt;#dt;#ze;nocase;#ve;constructor(b=process.cwd(),S,J,{nocase:ee,childrenCacheSize:te=16*1024,fs:re=pe}={}){this.#ve=fsFromOption(re);if(b instanceof URL||b.startsWith("file://")){b=(0,oe.fileURLToPath)(b)}const ne=S.resolve(b);this.roots=Object.create(null);this.rootPath=this.parseRootPath(ne);this.#pt=new ResolveCache;this.#dt=new ResolveCache;this.#ze=new ChildrenCache(te);const ie=ne.substring(this.rootPath.length).split(J);if(ie.length===1&&!ie[0]){ie.pop()}if(ee===undefined){throw new TypeError("must provide nocase setting to PathScurryBase ctor")}this.nocase=ee;this.root=this.newRoot(this.#ve);this.roots[this.rootPath]=this.root;let se=this.root;let ae=ie.length-1;const ce=S.sep;let le=this.rootPath;let ue=false;for(const b of ie){const S=ae--;se=se.child(b,{relative:new Array(S).fill("..").join(ce),relativePosix:new Array(S).fill("..").join("/"),fullpath:le+=(ue?"":ce)+b});ue=true}this.cwd=se}depth(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.depth()}childrenCache(){return this.#ze}resolve(...b){let S="";for(let J=b.length-1;J>=0;J--){const ee=b[J];if(!ee||ee===".")continue;S=S?`${ee}/${S}`:ee;if(this.isAbsolute(ee)){break}}const J=this.#pt.get(S);if(J!==undefined){return J}const ee=this.cwd.resolve(S).fullpath();this.#pt.set(S,ee);return ee}resolvePosix(...b){let S="";for(let J=b.length-1;J>=0;J--){const ee=b[J];if(!ee||ee===".")continue;S=S?`${ee}/${S}`:ee;if(this.isAbsolute(ee)){break}}const J=this.#dt.get(S);if(J!==undefined){return J}const ee=this.cwd.resolve(S).fullpathPosix();this.#dt.set(S,ee);return ee}relative(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.relative()}relativePosix(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.relativePosix()}basename(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.name}dirname(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return(b.parent||b).fullpath()}async readdir(b=this.cwd,S={withFileTypes:true}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J}=S;if(!b.canReaddir()){return[]}else{const S=await b.readdir();return J?S:S.map((b=>b.name))}}readdirSync(b=this.cwd,S={withFileTypes:true}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true}=S;if(!b.canReaddir()){return[]}else if(J){return b.readdirSync()}else{return b.readdirSync().map((b=>b.name))}}async lstat(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.lstat()}lstatSync(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.lstatSync()}async readlink(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=await b.readlink();return S?J:J?.fullpath()}readlinkSync(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=b.readlinkSync();return S?J:J?.fullpath()}async realpath(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=await b.realpath();return S?J:J?.fullpath()}realpathSync(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=b.realpathSync();return S?J:J?.fullpath()}async walk(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=[];if(!te||te(b)){ne.push(J?b:b.fullpath())}const ie=new Set;const walk=(b,S)=>{ie.add(b);b.readdirCB(((b,oe)=>{if(b){return S(b)}let se=oe.length;if(!se)return S();const next=()=>{if(--se===0){S()}};for(const b of oe){if(!te||te(b)){ne.push(J?b:b.fullpath())}if(ee&&b.isSymbolicLink()){b.realpath().then((b=>b?.isUnknown()?b.lstat():b)).then((b=>b?.shouldWalk(ie,re)?walk(b,next):next()))}else{if(b.shouldWalk(ie,re)){walk(b,next)}else{next()}}}}),true)};const oe=b;return new Promise(((b,S)=>{walk(oe,(J=>{if(J)return S(J);b(ne)}))}))}walkSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=[];if(!te||te(b)){ne.push(J?b:b.fullpath())}const ie=new Set([b]);for(const b of ie){const S=b.readdirSync();for(const b of S){if(!te||te(b)){ne.push(J?b:b.fullpath())}let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ie,re)){ie.add(S)}}}return ne}[Symbol.asyncIterator](){return this.iterate()}iterate(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}return this.stream(b,S)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;if(!te||te(b)){yield J?b:b.fullpath()}const ne=new Set([b]);for(const b of ne){const S=b.readdirSync();for(const b of S){if(!te||te(b)){yield J?b:b.fullpath()}let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ne,re)){ne.add(S)}}}}stream(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=new ue.Minipass({objectMode:true});if(!te||te(b)){ne.write(J?b:b.fullpath())}const ie=new Set;const oe=[b];let se=0;const process=()=>{let b=false;while(!b){const S=oe.shift();if(!S){if(se===0)ne.end();return}se++;ie.add(S);const onReaddir=(S,ce,le=false)=>{if(S)return ne.emit("error",S);if(ee&&!le){const b=[];for(const S of ce){if(S.isSymbolicLink()){b.push(S.realpath().then((b=>b?.isUnknown()?b.lstat():b)))}}if(b.length){Promise.all(b).then((()=>onReaddir(null,ce,true)));return}}for(const S of ce){if(S&&(!te||te(S))){if(!ne.write(J?S:S.fullpath())){b=true}}}se--;for(const b of ce){const S=b.realpathCached()||b;if(S.shouldWalk(ie,re)){oe.push(S)}}if(b&&!ne.flowing){ne.once("drain",process)}else if(!ae){process()}};let ae=true;S.readdirCB(onReaddir,true);ae=false}};process();return ne}streamSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=new ue.Minipass({objectMode:true});const ie=new Set;if(!te||te(b)){ne.write(J?b:b.fullpath())}const oe=[b];let se=0;const process=()=>{let b=false;while(!b){const S=oe.shift();if(!S){if(se===0)ne.end();return}se++;ie.add(S);const ae=S.readdirSync();for(const S of ae){if(!te||te(S)){if(!ne.write(J?S:S.fullpath())){b=true}}}se--;for(const b of ae){let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ie,re)){oe.push(S)}}}if(b&&!ne.flowing)ne.once("drain",process)};process();return ne}chdir(b=this.cwd){const S=this.cwd;this.cwd=typeof b==="string"?this.cwd.resolve(b):b;this.cwd[we](S)}}S.PathScurryBase=PathScurryBase;class PathScurryWin32 extends PathScurryBase{sep="\\";constructor(b=process.cwd(),S={}){const{nocase:J=true}=S;super(b,ie.win32,"\\",{...S,nocase:J});this.nocase=J;for(let b=this.cwd;b;b=b.parent){b.nocase=this.nocase}}parseRootPath(b){return ie.win32.parse(b).root.toUpperCase()}newRoot(b){return new PathWin32(this.rootPath,_e,undefined,this.roots,this.nocase,this.childrenCache(),{fs:b})}isAbsolute(b){return b.startsWith("/")||b.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(b)}}S.PathScurryWin32=PathScurryWin32;class PathScurryPosix extends PathScurryBase{sep="/";constructor(b=process.cwd(),S={}){const{nocase:J=false}=S;super(b,ie.posix,"/",{...S,nocase:J});this.nocase=J}parseRootPath(b){return"/"}newRoot(b){return new PathPosix(this.rootPath,_e,undefined,this.roots,this.nocase,this.childrenCache(),{fs:b})}isAbsolute(b){return b.startsWith("/")}}S.PathScurryPosix=PathScurryPosix;class PathScurryDarwin extends PathScurryPosix{constructor(b=process.cwd(),S={}){const{nocase:J=true}=S;super(b,{...S,nocase:J})}}S.PathScurryDarwin=PathScurryDarwin;S.Path=process.platform==="win32"?PathWin32:PathPosix;S.PathScurry=process.platform==="win32"?PathScurryWin32:process.platform==="darwin"?PathScurryDarwin:PathScurryPosix},67653:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.LRUCache=void 0;const J=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const ee=new Set;const te=typeof process==="object"&&!!process?process:{};const emitWarning=(b,S,J,ee)=>{typeof te.emitWarning==="function"?te.emitWarning(b,S,J,ee):console.error(`[${J}] ${S}: ${b}`)};let re=globalThis.AbortController;let ne=globalThis.AbortSignal;if(typeof re==="undefined"){ne=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(b,S){this._onabort.push(S)}};re=class AbortController{constructor(){warnACPolyfill()}signal=new ne;abort(b){if(this.signal.aborted)return;this.signal.reason=b;this.signal.aborted=true;for(const S of this.signal._onabort){S(b)}this.signal.onabort?.(b)}};let b=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!b)return;b=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=b=>!ee.has(b);const ie=Symbol("type");const isPosInt=b=>b&&b===Math.floor(b)&&b>0&&isFinite(b);const getUintArray=b=>!isPosInt(b)?null:b<=Math.pow(2,8)?Uint8Array:b<=Math.pow(2,16)?Uint16Array:b<=Math.pow(2,32)?Uint32Array:b<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(b){super(b);this.fill(0)}}class Stack{heap;length;static#O=false;static create(b){const S=getUintArray(b);if(!S)return[];Stack.#O=true;const J=new Stack(b,S);Stack.#O=false;return J}constructor(b,S){if(!Stack.#O){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new S(b);this.length=0}push(b){this.heap[this.length++]=b}pop(){return this.heap[--this.length]}}class LRUCache{#w;#L;#M;#ft;#R;#B;#mt;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#j;#U;#W;#J;#V;#z;#G;#q;#$;#H;#K;#X;#Y;#Q;#Z;#ee;#te;#gt;static unsafeExposeInternals(b){return{starts:b.#Y,ttls:b.#Q,sizes:b.#X,keyMap:b.#W,keyList:b.#J,valList:b.#V,next:b.#z,prev:b.#G,get head(){return b.#q},get tail(){return b.#$},free:b.#H,isBackgroundFetch:S=>b.#re(S),backgroundFetch:(S,J,ee,te)=>b.#ne(S,J,ee,te),moveToTail:S=>b.#ie(S),indexes:S=>b.#oe(S),rindexes:S=>b.#se(S),isStale:S=>b.#ae(S)}}get max(){return this.#w}get maxSize(){return this.#L}get calculatedSize(){return this.#U}get size(){return this.#j}get fetchMethod(){return this.#B}get memoMethod(){return this.#mt}get dispose(){return this.#M}get onInsert(){return this.#ft}get disposeAfter(){return this.#R}constructor(b){const{max:S=0,ttl:J,ttlResolution:te=1,ttlAutopurge:re,updateAgeOnGet:ne,updateAgeOnHas:ie,allowStale:oe,dispose:se,onInsert:ae,disposeAfter:ce,noDisposeOnSet:le,noUpdateTTL:ue,maxSize:pe=0,maxEntrySize:de=0,sizeCalculation:fe,fetchMethod:me,memoMethod:ge,noDeleteOnFetchRejection:he,noDeleteOnStaleGet:_e,allowStaleOnFetchRejection:ye,allowStaleOnFetchAbort:ve,ignoreFetchAbort:Te}=b;if(S!==0&&!isPosInt(S)){throw new TypeError("max option must be a nonnegative integer")}const be=S?getUintArray(S):Array;if(!be){throw new Error("invalid max value: "+S)}this.#w=S;this.#L=pe;this.maxEntrySize=de||this.#L;this.sizeCalculation=fe;if(this.sizeCalculation){if(!this.#L&&!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(ge!==undefined&&typeof ge!=="function"){throw new TypeError("memoMethod must be a function if defined")}this.#mt=ge;if(me!==undefined&&typeof me!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#B=me;this.#ee=!!me;this.#W=new Map;this.#J=new Array(S).fill(undefined);this.#V=new Array(S).fill(undefined);this.#z=new be(S);this.#G=new be(S);this.#q=0;this.#$=0;this.#H=Stack.create(S);this.#j=0;this.#U=0;if(typeof se==="function"){this.#M=se}if(typeof ae==="function"){this.#ft=ae}if(typeof ce==="function"){this.#R=ce;this.#K=[]}else{this.#R=undefined;this.#K=undefined}this.#Z=!!this.#M;this.#gt=!!this.#ft;this.#te=!!this.#R;this.noDisposeOnSet=!!le;this.noUpdateTTL=!!ue;this.noDeleteOnFetchRejection=!!he;this.allowStaleOnFetchRejection=!!ye;this.allowStaleOnFetchAbort=!!ve;this.ignoreFetchAbort=!!Te;if(this.maxEntrySize!==0){if(this.#L!==0){if(!isPosInt(this.#L)){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.#ce()}this.allowStale=!!oe;this.noDeleteOnStaleGet=!!_e;this.updateAgeOnGet=!!ne;this.updateAgeOnHas=!!ie;this.ttlResolution=isPosInt(te)||te===0?te:1;this.ttlAutopurge=!!re;this.ttl=J||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#le()}if(this.#w===0&&this.ttl===0&&this.#L===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#w&&!this.#L){const b="LRU_CACHE_UNBOUNDED";if(shouldWarn(b)){ee.add(b);const S="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(S,"UnboundedCacheWarning",b,LRUCache)}}}getRemainingTTL(b){return this.#W.has(b)?Infinity:0}#le(){const b=new ZeroArray(this.#w);const S=new ZeroArray(this.#w);this.#Q=b;this.#Y=S;this.#ue=(ee,te,re=J.now())=>{S[ee]=te!==0?re:0;b[ee]=te;if(te!==0&&this.ttlAutopurge){const b=setTimeout((()=>{if(this.#ae(ee)){this.#ht(this.#J[ee],"expire")}}),te+1);if(b.unref){b.unref()}}};this.#pe=ee=>{S[ee]=b[ee]!==0?J.now():0};this.#de=(J,te)=>{if(b[te]){const re=b[te];const ne=S[te];if(!re||!ne)return;J.ttl=re;J.start=ne;J.now=ee||getNow();const ie=J.now-ne;J.remainingTTL=re-ie}};let ee=0;const getNow=()=>{const b=J.now();if(this.ttlResolution>0){ee=b;const S=setTimeout((()=>ee=0),this.ttlResolution);if(S.unref){S.unref()}}return b};this.getRemainingTTL=J=>{const te=this.#W.get(J);if(te===undefined){return 0}const re=b[te];const ne=S[te];if(!re||!ne){return Infinity}const ie=(ee||getNow())-ne;return re-ie};this.#ae=J=>{const te=S[J];const re=b[J];return!!re&&!!te&&(ee||getNow())-te>re}}#pe=()=>{};#de=()=>{};#ue=()=>{};#ae=()=>false;#ce(){const b=new ZeroArray(this.#w);this.#U=0;this.#X=b;this.#fe=S=>{this.#U-=b[S];b[S]=0};this.#me=(b,S,J,ee)=>{if(this.#re(S)){return 0}if(!isPosInt(J)){if(ee){if(typeof ee!=="function"){throw new TypeError("sizeCalculation must be a function")}J=ee(S,b);if(!isPosInt(J)){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 J};this.#ge=(S,J,ee)=>{b[S]=J;if(this.#L){const J=this.#L-b[S];while(this.#U>J){this.#he(true)}}this.#U+=b[S];if(ee){ee.entrySize=J;ee.totalCalculatedSize=this.#U}}}#fe=b=>{};#ge=(b,S,J)=>{};#me=(b,S,J,ee)=>{if(J||ee){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#oe({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#$;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#q){break}else{S=this.#G[S]}}}}*#se({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#q;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#$){break}else{S=this.#z[S]}}}}#_e(b){return b!==undefined&&this.#W.get(this.#J[b])===b}*entries(){for(const b of this.#oe()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*rentries(){for(const b of this.#se()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*keys(){for(const b of this.#oe()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*rkeys(){for(const b of this.#se()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*values(){for(const b of this.#oe()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}*rvalues(){for(const b of this.#se()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(b,S={}){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;if(b(te,this.#J[J],this)){return this.get(this.#J[J],S)}}}forEach(b,S=this){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}rforEach(b,S=this){for(const J of this.#se()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}purgeStale(){let b=false;for(const S of this.#se({allowStale:true})){if(this.#ae(S)){this.#ht(this.#J[S],"expire");b=true}}return b}info(b){const S=this.#W.get(b);if(S===undefined)return undefined;const ee=this.#V[S];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)return undefined;const re={value:te};if(this.#Q&&this.#Y){const b=this.#Q[S];const ee=this.#Y[S];if(b&&ee){const S=b-(J.now()-ee);re.ttl=S;re.start=Date.now()}}if(this.#X){re.size=this.#X[S]}return re}dump(){const b=[];for(const S of this.#oe({allowStale:true})){const ee=this.#J[S];const te=this.#V[S];const re=this.#re(te)?te.__staleWhileFetching:te;if(re===undefined||ee===undefined)continue;const ne={value:re};if(this.#Q&&this.#Y){ne.ttl=this.#Q[S];const b=J.now()-this.#Y[S];ne.start=Math.floor(Date.now()-b)}if(this.#X){ne.size=this.#X[S]}b.unshift([ee,ne])}return b}load(b){this.clear();for(const[S,ee]of b){if(ee.start){const b=Date.now()-ee.start;ee.start=J.now()-b}this.set(S,ee.value,ee)}}set(b,S,J={}){if(S===undefined){this.delete(b);return this}const{ttl:ee=this.ttl,start:te,noDisposeOnSet:re=this.noDisposeOnSet,sizeCalculation:ne=this.sizeCalculation,status:ie}=J;let{noUpdateTTL:oe=this.noUpdateTTL}=J;const se=this.#me(b,S,J.size||0,ne);if(this.maxEntrySize&&se>this.maxEntrySize){if(ie){ie.set="miss";ie.maxEntrySizeExceeded=true}this.#ht(b,"set");return this}let ae=this.#j===0?undefined:this.#W.get(b);if(ae===undefined){ae=this.#j===0?this.#$:this.#H.length!==0?this.#H.pop():this.#j===this.#w?this.#he(false):this.#j;this.#J[ae]=b;this.#V[ae]=S;this.#W.set(b,ae);this.#z[this.#$]=ae;this.#G[ae]=this.#$;this.#$=ae;this.#j++;this.#ge(ae,se,ie);if(ie)ie.set="add";oe=false;if(this.#gt){this.#ft?.(S,b,"add")}}else{this.#ie(ae);const J=this.#V[ae];if(S!==J){if(this.#ee&&this.#re(J)){J.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:S}=J;if(S!==undefined&&!re){if(this.#Z){this.#M?.(S,b,"set")}if(this.#te){this.#K?.push([S,b,"set"])}}}else if(!re){if(this.#Z){this.#M?.(J,b,"set")}if(this.#te){this.#K?.push([J,b,"set"])}}this.#fe(ae);this.#ge(ae,se,ie);this.#V[ae]=S;if(ie){ie.set="replace";const b=J&&this.#re(J)?J.__staleWhileFetching:J;if(b!==undefined)ie.oldValue=b}}else if(ie){ie.set="update"}if(this.#gt){this.onInsert?.(S,b,S===J?"update":"replace")}}if(ee!==0&&!this.#Q){this.#le()}if(this.#Q){if(!oe){this.#ue(ae,ee,te)}if(ie)this.#de(ie,ae)}if(!re&&this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return this}pop(){try{while(this.#j){const b=this.#V[this.#q];this.#he(true);if(this.#re(b)){if(b.__staleWhileFetching){return b.__staleWhileFetching}}else if(b!==undefined){return b}}}finally{if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}#he(b){const S=this.#q;const J=this.#J[S];const ee=this.#V[S];if(this.#ee&&this.#re(ee)){ee.__abortController.abort(new Error("evicted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(ee,J,"evict")}if(this.#te){this.#K?.push([ee,J,"evict"])}}this.#fe(S);if(b){this.#J[S]=undefined;this.#V[S]=undefined;this.#H.push(S)}if(this.#j===1){this.#q=this.#$=0;this.#H.length=0}else{this.#q=this.#z[S]}this.#W.delete(J);this.#j--;return S}has(b,S={}){const{updateAgeOnHas:J=this.updateAgeOnHas,status:ee}=S;const te=this.#W.get(b);if(te!==undefined){const b=this.#V[te];if(this.#re(b)&&b.__staleWhileFetching===undefined){return false}if(!this.#ae(te)){if(J){this.#pe(te)}if(ee){ee.has="hit";this.#de(ee,te)}return true}else if(ee){ee.has="stale";this.#de(ee,te)}}else if(ee){ee.has="miss"}return false}peek(b,S={}){const{allowStale:J=this.allowStale}=S;const ee=this.#W.get(b);if(ee===undefined||!J&&this.#ae(ee)){return}const te=this.#V[ee];return this.#re(te)?te.__staleWhileFetching:te}#ne(b,S,J,ee){const te=S===undefined?undefined:this.#V[S];if(this.#re(te)){return te}const ne=new re;const{signal:ie}=J;ie?.addEventListener("abort",(()=>ne.abort(ie.reason)),{signal:ne.signal});const oe={signal:ne.signal,options:J,context:ee};const cb=(ee,te=false)=>{const{aborted:re}=ne.signal;const ie=J.ignoreFetchAbort&&ee!==undefined;if(J.status){if(re&&!te){J.status.fetchAborted=true;J.status.fetchError=ne.signal.reason;if(ie)J.status.fetchAbortIgnored=true}else{J.status.fetchResolved=true}}if(re&&!ie&&!te){return fetchFail(ne.signal.reason)}const ae=se;if(this.#V[S]===se){if(ee===undefined){if(ae.__staleWhileFetching){this.#V[S]=ae.__staleWhileFetching}else{this.#ht(b,"fetch")}}else{if(J.status)J.status.fetchUpdated=true;this.set(b,ee,oe.options)}}return ee};const eb=b=>{if(J.status){J.status.fetchRejected=true;J.status.fetchError=b}return fetchFail(b)};const fetchFail=ee=>{const{aborted:te}=ne.signal;const re=te&&J.allowStaleOnFetchAbort;const ie=re||J.allowStaleOnFetchRejection;const oe=ie||J.noDeleteOnFetchRejection;const ae=se;if(this.#V[S]===se){const J=!oe||ae.__staleWhileFetching===undefined;if(J){this.#ht(b,"fetch")}else if(!re){this.#V[S]=ae.__staleWhileFetching}}if(ie){if(J.status&&ae.__staleWhileFetching!==undefined){J.status.returnedStale=true}return ae.__staleWhileFetching}else if(ae.__returned===ae){throw ee}};const pcall=(S,ee)=>{const re=this.#B?.(b,te,oe);if(re&&re instanceof Promise){re.then((b=>S(b===undefined?undefined:b)),ee)}ne.signal.addEventListener("abort",(()=>{if(!J.ignoreFetchAbort||J.allowStaleOnFetchAbort){S(undefined);if(J.allowStaleOnFetchAbort){S=b=>cb(b,true)}}}))};if(J.status)J.status.fetchDispatched=true;const se=new Promise(pcall).then(cb,eb);const ae=Object.assign(se,{__abortController:ne,__staleWhileFetching:te,__returned:undefined});if(S===undefined){this.set(b,ae,{...oe.options,status:undefined});S=this.#W.get(b)}else{this.#V[S]=ae}return ae}#re(b){if(!this.#ee)return false;const S=b;return!!S&&S instanceof Promise&&S.hasOwnProperty("__staleWhileFetching")&&S.__abortController instanceof re}async fetch(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,ttl:re=this.ttl,noDisposeOnSet:ne=this.noDisposeOnSet,size:ie=0,sizeCalculation:oe=this.sizeCalculation,noUpdateTTL:se=this.noUpdateTTL,noDeleteOnFetchRejection:ae=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ce=this.allowStaleOnFetchRejection,ignoreFetchAbort:le=this.ignoreFetchAbort,allowStaleOnFetchAbort:ue=this.allowStaleOnFetchAbort,context:pe,forceRefresh:de=false,status:fe,signal:me}=S;if(!this.#ee){if(fe)fe.fetch="get";return this.get(b,{allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,status:fe})}const ge={allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,ttl:re,noDisposeOnSet:ne,size:ie,sizeCalculation:oe,noUpdateTTL:se,noDeleteOnFetchRejection:ae,allowStaleOnFetchRejection:ce,allowStaleOnFetchAbort:ue,ignoreFetchAbort:le,status:fe,signal:me};let he=this.#W.get(b);if(he===undefined){if(fe)fe.fetch="miss";const S=this.#ne(b,he,ge,pe);return S.__returned=S}else{const S=this.#V[he];if(this.#re(S)){const b=J&&S.__staleWhileFetching!==undefined;if(fe){fe.fetch="inflight";if(b)fe.returnedStale=true}return b?S.__staleWhileFetching:S.__returned=S}const te=this.#ae(he);if(!de&&!te){if(fe)fe.fetch="hit";this.#ie(he);if(ee){this.#pe(he)}if(fe)this.#de(fe,he);return S}const re=this.#ne(b,he,ge,pe);const ne=re.__staleWhileFetching!==undefined;const ie=ne&&J;if(fe){fe.fetch=te?"stale":"refresh";if(ie&&te)fe.returnedStale=true}return ie?re.__staleWhileFetching:re.__returned=re}}async forceFetch(b,S={}){const J=await this.fetch(b,S);if(J===undefined)throw new Error("fetch() returned undefined");return J}memo(b,S={}){const J=this.#mt;if(!J){throw new Error("no memoMethod provided to constructor")}const{context:ee,forceRefresh:te,...re}=S;const ne=this.get(b,re);if(!te&&ne!==undefined)return ne;const ie=J(b,ne,{options:re,context:ee});this.set(b,ie,re);return ie}get(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,status:re}=S;const ne=this.#W.get(b);if(ne!==undefined){const S=this.#V[ne];const ie=this.#re(S);if(re)this.#de(re,ne);if(this.#ae(ne)){if(re)re.get="stale";if(!ie){if(!te){this.#ht(b,"expire")}if(re&&J)re.returnedStale=true;return J?S:undefined}else{if(re&&J&&S.__staleWhileFetching!==undefined){re.returnedStale=true}return J?S.__staleWhileFetching:undefined}}else{if(re)re.get="hit";if(ie){return S.__staleWhileFetching}this.#ie(ne);if(ee){this.#pe(ne)}return S}}else if(re){re.get="miss"}}#ye(b,S){this.#G[S]=b;this.#z[b]=S}#ie(b){if(b!==this.#$){if(b===this.#q){this.#q=this.#z[b]}else{this.#ye(this.#G[b],this.#z[b])}this.#ye(this.#$,b);this.#$=b}}delete(b){return this.#ht(b,"delete")}#ht(b,S){let J=false;if(this.#j!==0){const ee=this.#W.get(b);if(ee!==undefined){J=true;if(this.#j===1){this.#_t(S)}else{this.#fe(ee);const J=this.#V[ee];if(this.#re(J)){J.__abortController.abort(new Error("deleted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(J,b,S)}if(this.#te){this.#K?.push([J,b,S])}}this.#W.delete(b);this.#J[ee]=undefined;this.#V[ee]=undefined;if(ee===this.#$){this.#$=this.#G[ee]}else if(ee===this.#q){this.#q=this.#z[ee]}else{const b=this.#G[ee];this.#z[b]=this.#z[ee];const S=this.#z[ee];this.#G[S]=this.#G[ee]}this.#j--;this.#H.push(ee)}}}if(this.#te&&this.#K?.length){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return J}clear(){return this.#_t("delete")}#_t(b){for(const S of this.#se({allowStale:true})){const J=this.#V[S];if(this.#re(J)){J.__abortController.abort(new Error("deleted"))}else{const ee=this.#J[S];if(this.#Z){this.#M?.(J,ee,b)}if(this.#te){this.#K?.push([J,ee,b])}}}this.#W.clear();this.#V.fill(undefined);this.#J.fill(undefined);if(this.#Q&&this.#Y){this.#Q.fill(0);this.#Y.fill(0)}if(this.#X){this.#X.fill(0)}this.#q=0;this.#$=0;this.#H.length=0;this.#U=0;this.#j=0;if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}S.LRUCache=LRUCache},54747:(b,S,J)=>{b.exports=function import_(b){return J(29058)(b)};0&&0},92652:(b,S,J)=>{S.getModuleName=()=>J(66413).getModuleName;0&&0},96277:b=>{"use strict";b.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"}}')},22798:b=>{"use strict";b.exports=JSON.parse('{"transform-explicit-resource-management":{"chrome":"134","edge":"134","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"}}')},1243:b=>{"use strict";b.exports=JSON.parse('["decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","eval","globalThis","isFinite","isNaN","parseFloat","parseInt","undefined","unescape"]')},70270:b=>{"use strict";b.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"]')},57699:b=>{"use strict";b.exports=JSON.parse('{"name":"@babel/preset-typescript","version":"7.27.1","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.27.1"},"peerDependencies":{"@babel/core":"^7.0.0-0"},"devDependencies":{"@babel/core":"^7.27.1","@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"}')},9936:b=>{"use strict";b.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":"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":"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"}]')},128:b=>{"use strict";b.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-04-22","lts":"2025-10-28","maintenance":"2026-10-20","end":"2028-04-30","codename":""}}')},8330:b=>{"use strict";b.exports=JSON.parse('{"name":"install-expo-modules","version":"0.14.15","license":"MIT","description":"Tools to install expo-modules for existing react-native projects","keywords":["expo","expo-modules","npx","react-native","react"],"bin":"build/index.js","main":"build/index.js","files":["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","prepare":"expo-module clean && yarn run build:prod","prepublishOnly":"expo-module prepublishOnly","test":"expo-module test","typecheck":"expo-module typecheck","watch":"yarn run build --watch"},"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":"~55.0.12","@expo/config-plugins":"~55.0.7","@expo/package-manager":"^1.10.3","@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":"^55.0.2","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":"20029879d2f953a428d70197fc7e25e4d791848a"}')}};var S={};function __nccwpck_require__(J){var ee=S[J];if(ee!==undefined){return ee.exports}var te=S[J]={id:J,loaded:false,exports:{}};var re=true;try{b[J].call(te.exports,te,te.exports,__nccwpck_require__);re=false}finally{if(re)delete S[J]}te.loaded=true;return te.exports}(()=>{__nccwpck_require__.o=(b,S)=>Object.prototype.hasOwnProperty.call(b,S)})();(()=>{__nccwpck_require__.nmd=b=>{b.paths=[];if(!b.children)b.children=[];return b}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var J=__nccwpck_require__(73018);module.exports=J})();
271
+ `;return this.replaceWith(ae)[0].get("arguments.0")}function getFunctionArity(b){const S=b.params.findIndex((b=>Ie(b)||Fe(b)));return S===-1?b.params.length:S}},6442:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.evaluate=evaluate;S.evaluateTruthy=evaluateTruthy;const J=["Number","String","Math"];const ee=["isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent",null,null];const te=["random"];function isValidObjectCallee(b){return J.includes(b)}function isValidIdentifierCallee(b){return ee.includes(b)}function isInvalidMethod(b){return te.includes(b)}function evaluateTruthy(){const b=this.evaluate();if(b.confident)return!!b.value}function deopt(b,S){if(!S.confident)return;S.deoptPath=b;S.confident=false}const re=new Map([["undefined",undefined],["Infinity",Infinity],["NaN",NaN]]);function evaluateCached(b,S){const{node:J}=b;const{seen:ee}=S;if(ee.has(J)){const te=ee.get(J);if(te.resolved){return te.value}else{deopt(b,S);return}}else{const te={resolved:false};ee.set(J,te);const re=_evaluate(b,S);if(S.confident){te.resolved=true;te.value=re}return re}}function _evaluate(b,S){if(!S.confident)return;if(b.isSequenceExpression()){const J=b.get("expressions");return evaluateCached(J[J.length-1],S)}if(b.isStringLiteral()||b.isNumericLiteral()||b.isBooleanLiteral()){return b.node.value}if(b.isNullLiteral()){return null}if(b.isTemplateLiteral()){return evaluateQuasis(b,b.node.quasis,S)}if(b.isTaggedTemplateExpression()&&b.get("tag").isMemberExpression()){const J=b.get("tag.object");const{node:{name:ee}}=J;const te=b.get("tag.property");if(J.isIdentifier()&&ee==="String"&&!b.scope.getBinding(ee)&&te.isIdentifier()&&te.node.name==="raw"){return evaluateQuasis(b,b.node.quasi.quasis,S,true)}}if(b.isConditionalExpression()){const J=evaluateCached(b.get("test"),S);if(!S.confident)return;if(J){return evaluateCached(b.get("consequent"),S)}else{return evaluateCached(b.get("alternate"),S)}}if(b.isExpressionWrapper()){return evaluateCached(b.get("expression"),S)}if(b.isMemberExpression()&&!b.parentPath.isCallExpression({callee:b.node})){const J=b.get("property");const ee=b.get("object");if(ee.isLiteral()){const te=ee.node.value;const re=typeof te;let ne=null;if(b.node.computed){ne=evaluateCached(J,S);if(!S.confident)return}else if(J.isIdentifier()){ne=J.node.name}if((re==="number"||re==="string")&&ne!=null&&(typeof ne==="number"||typeof ne==="string")){return te[ne]}}}if(b.isReferencedIdentifier()){const ee=b.scope.getBinding(b.node.name);if(ee){if(ee.constantViolations.length>0||b.node.start<ee.path.node.end){deopt(ee.path,S);return}const te=ee.path.scope;if(ee.kind==="var"&&te!==ee.scope){let re=!te.path.parentPath.isBlockStatement();for(let ne=te.parent;ne;ne=ne.parent){var J;if(ne===b.scope){if(re){deopt(ee.path,S);return}break}if((J=ne.path.parentPath)!=null&&J.isBlockStatement()){re=true}}}if(ee.hasValue){return ee.value}}const te=b.node.name;if(re.has(te)){if(!ee){return re.get(te)}deopt(ee.path,S);return}if(!ee){deopt(b,S);return}const ne=ee.path;if(!ne.isVariableDeclarator()){deopt(ne,S);return}const ie=ne.get("init");const oe=evaluateCached(ie,S);if(typeof oe==="object"&&oe!==null&&ee.references>1){deopt(ie,S);return}return oe}if(b.isUnaryExpression({prefix:true})){if(b.node.operator==="void"){return undefined}const J=b.get("argument");if(b.node.operator==="typeof"&&(J.isFunction()||J.isClass())){return"function"}const ee=evaluateCached(J,S);if(!S.confident)return;switch(b.node.operator){case"!":return!ee;case"+":return+ee;case"-":return-ee;case"~":return~ee;case"typeof":return typeof ee}}if(b.isArrayExpression()){const J=[];const ee=b.get("elements");for(const b of ee){const ee=b.evaluate();if(ee.confident){J.push(ee.value)}else{deopt(ee.deopt,S);return}}return J}if(b.isObjectExpression()){const J={};const ee=b.get("properties");for(const b of ee){if(b.isObjectMethod()||b.isSpreadElement()){deopt(b,S);return}const ee=b.get("key");let te;if(b.node.computed){te=ee.evaluate();if(!te.confident){deopt(te.deopt,S);return}te=te.value}else if(ee.isIdentifier()){te=ee.node.name}else{te=ee.node.value}const re=b.get("value");let ne=re.evaluate();if(!ne.confident){deopt(ne.deopt,S);return}ne=ne.value;J[te]=ne}return J}if(b.isLogicalExpression()){const J=S.confident;const ee=evaluateCached(b.get("left"),S);const te=S.confident;S.confident=J;const re=evaluateCached(b.get("right"),S);const ne=S.confident;switch(b.node.operator){case"||":S.confident=te&&(!!ee||ne);if(!S.confident)return;return ee||re;case"&&":S.confident=te&&(!ee||ne);if(!S.confident)return;return ee&&re;case"??":S.confident=te&&(ee!=null||ne);if(!S.confident)return;return ee!=null?ee:re}}if(b.isBinaryExpression()){const J=evaluateCached(b.get("left"),S);if(!S.confident)return;const ee=evaluateCached(b.get("right"),S);if(!S.confident)return;switch(b.node.operator){case"-":return J-ee;case"+":return J+ee;case"/":return J/ee;case"*":return J*ee;case"%":return J%ee;case"**":return Math.pow(J,ee);case"<":return J<ee;case">":return J>ee;case"<=":return J<=ee;case">=":return J>=ee;case"==":return J==ee;case"!=":return J!=ee;case"===":return J===ee;case"!==":return J!==ee;case"|":return J|ee;case"&":return J&ee;case"^":return J^ee;case"<<":return J<<ee;case">>":return J>>ee;case">>>":return J>>>ee}}if(b.isCallExpression()){const J=b.get("callee");let ee;let te;if(J.isIdentifier()&&!b.scope.getBinding(J.node.name)&&(isValidObjectCallee(J.node.name)||isValidIdentifierCallee(J.node.name))){te=global[J.node.name]}if(J.isMemberExpression()){const b=J.get("object");const S=J.get("property");if(b.isIdentifier()&&S.isIdentifier()&&isValidObjectCallee(b.node.name)&&!isInvalidMethod(S.node.name)){ee=global[b.node.name];const J=S.node.name;if(hasOwnProperty.call(ee,J)){te=ee[J]}}if(b.isLiteral()&&S.isIdentifier()){const J=typeof b.node.value;if(J==="string"||J==="number"){ee=b.node.value;te=ee[S.node.name]}}}if(te){const J=b.get("arguments").map((b=>evaluateCached(b,S)));if(!S.confident)return;return te.apply(ee,J)}}deopt(b,S)}function evaluateQuasis(b,S,J,ee=false){let te="";let re=0;const ne=b.isTemplateLiteral()?b.get("expressions"):b.get("quasi.expressions");for(const b of S){if(!J.confident)break;te+=ee?b.value.raw:b.value.cooked;const S=ne[re++];if(S)te+=String(evaluateCached(S,J))}if(!J.confident)return;return te}function evaluate(){const b={confident:true,deoptPath:null,seen:new Map};let S=evaluateCached(this,b);if(!b.confident)S=undefined;return{confident:b.confident,deopt:b.deoptPath,value:S}}},68448:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._getKey=_getKey;S._getPattern=_getPattern;S.get=get;S.getAllNextSiblings=getAllNextSiblings;S.getAllPrevSiblings=getAllPrevSiblings;S.getAssignmentIdentifiers=getAssignmentIdentifiers;S.getBindingIdentifierPaths=getBindingIdentifierPaths;S.getBindingIdentifiers=getBindingIdentifiers;S.getCompletionRecords=getCompletionRecords;S.getNextSibling=getNextSibling;S.getOpposite=getOpposite;S.getOuterBindingIdentifierPaths=getOuterBindingIdentifierPaths;S.getOuterBindingIdentifiers=getOuterBindingIdentifiers;S.getPrevSibling=getPrevSibling;S.getSibling=getSibling;var ee=J(23986);var te=J(22427);const{getAssignmentIdentifiers:re,getBindingIdentifiers:ne,getOuterBindingIdentifiers:ie,numericLiteral:oe,unaryExpression:se}=te;const ae=0;const ce=1;function NormalCompletion(b){return{type:ae,path:b}}function BreakCompletion(b){return{type:ce,path:b}}function getOpposite(){if(this.key==="left"){return this.getSibling("right")}else if(this.key==="right"){return this.getSibling("left")}return null}function addCompletionRecords(b,S,J){if(b){S.push(..._getCompletionRecords(b,J))}return S}function completionRecordForSwitch(b,S,J){let ee=[];for(let te=0;te<b.length;te++){const re=b[te];const ne=_getCompletionRecords(re,J);const ie=[];const oe=[];for(const b of ne){if(b.type===ae){ie.push(b)}if(b.type===ce){oe.push(b)}}if(ie.length){ee=ie}S.push(...oe)}S.push(...ee);return S}function normalCompletionToBreak(b){b.forEach((b=>{b.type=ce}))}function replaceBreakStatementInBreakCompletion(b,S){b.forEach((b=>{if(b.path.isBreakStatement({label:null})){if(S){b.path.replaceWith(se("void",oe(0)))}else{b.path.remove()}}}))}function getStatementListCompletion(b,S){const J=[];if(S.canHaveBreak){let ee=[];for(let te=0;te<b.length;te++){const re=b[te];const ne=Object.assign({},S,{inCaseClause:false});if(re.isBlockStatement()&&(S.inCaseClause||S.shouldPopulateBreak)){ne.shouldPopulateBreak=true}else{ne.shouldPopulateBreak=false}const ie=_getCompletionRecords(re,ne);if(ie.length>0&&ie.every((b=>b.type===ce))){if(ee.length>0&&ie.every((b=>b.path.isBreakStatement({label:null})))){normalCompletionToBreak(ee);J.push(...ee);if(ee.some((b=>b.path.isDeclaration()))){J.push(...ie);if(!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,true)}}if(!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,false)}}else{J.push(...ie);if(!S.shouldPopulateBreak&&!S.shouldPreserveBreak){replaceBreakStatementInBreakCompletion(ie,true)}}break}if(te===b.length-1){J.push(...ie)}else{ee=[];for(let b=0;b<ie.length;b++){const S=ie[b];if(S.type===ce){J.push(S)}if(S.type===ae){ee.push(S)}}}}}else if(b.length){for(let ee=b.length-1;ee>=0;ee--){const te=_getCompletionRecords(b[ee],S);if(te.length>1||te.length===1&&!te[0].path.isVariableDeclaration()&&!te[0].path.isEmptyStatement()){J.push(...te);break}}}return J}function _getCompletionRecords(b,S){let J=[];if(b.isIfStatement()){J=addCompletionRecords(b.get("consequent"),J,S);J=addCompletionRecords(b.get("alternate"),J,S)}else if(b.isDoExpression()||b.isFor()||b.isWhile()||b.isLabeledStatement()){return addCompletionRecords(b.get("body"),J,S)}else if(b.isProgram()||b.isBlockStatement()){return getStatementListCompletion(b.get("body"),S)}else if(b.isFunction()){return _getCompletionRecords(b.get("body"),S)}else if(b.isTryStatement()){J=addCompletionRecords(b.get("block"),J,S);J=addCompletionRecords(b.get("handler"),J,S)}else if(b.isCatchClause()){return addCompletionRecords(b.get("body"),J,S)}else if(b.isSwitchStatement()){return completionRecordForSwitch(b.get("cases"),J,S)}else if(b.isSwitchCase()){return getStatementListCompletion(b.get("consequent"),{canHaveBreak:true,shouldPopulateBreak:false,inCaseClause:true,shouldPreserveBreak:S.shouldPreserveBreak})}else if(b.isBreakStatement()){J.push(BreakCompletion(b))}else{J.push(NormalCompletion(b))}return J}function getCompletionRecords(b=false){const S=_getCompletionRecords(this,{canHaveBreak:false,shouldPopulateBreak:false,inCaseClause:false,shouldPreserveBreak:b});return S.map((b=>b.path))}function getSibling(b){return ee.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:b}).setContext(this.context)}function getPrevSibling(){return this.getSibling(this.key-1)}function getNextSibling(){return this.getSibling(this.key+1)}function getAllNextSiblings(){let b=this.key;let S=this.getSibling(++b);const J=[];while(S.node){J.push(S);S=this.getSibling(++b)}return J}function getAllPrevSiblings(){let b=this.key;let S=this.getSibling(--b);const J=[];while(S.node){J.push(S);S=this.getSibling(--b)}return J}function get(b,S=true){if(S===true)S=this.context;const J=b.split(".");if(J.length===1){return _getKey.call(this,b,S)}else{return _getPattern.call(this,J,S)}}function _getKey(b,S){const J=this.node;const te=J[b];if(Array.isArray(te)){return te.map(((re,ne)=>ee.default.get({listKey:b,parentPath:this,parent:J,container:te,key:ne}).setContext(S)))}else{return ee.default.get({parentPath:this,parent:J,container:J,key:b}).setContext(S)}}function _getPattern(b,S){let J=this;for(const ee of b){if(ee==="."){J=J.parentPath}else{if(Array.isArray(J)){J=J[ee]}else{J=J.get(ee,S)}}}return J}function getAssignmentIdentifiers(){return re(this.node)}function getBindingIdentifiers(b){return ne(this.node,b)}function getOuterBindingIdentifiers(b){return ie(this.node,b)}function getBindingIdentifierPaths(b=false,S=false){const J=this;const ee=[J];const te=Object.create(null);while(ee.length){const J=ee.shift();if(!J)continue;if(!J.node)continue;const re=ne.keys[J.node.type];if(J.isIdentifier()){if(b){const b=te[J.node.name]=te[J.node.name]||[];b.push(J)}else{te[J.node.name]=J}continue}if(J.isExportDeclaration()){const b=J.get("declaration");if(b.isDeclaration()){ee.push(b)}continue}if(S){if(J.isFunctionDeclaration()){ee.push(J.get("id"));continue}if(J.isFunctionExpression()){continue}}if(re){for(let b=0;b<re.length;b++){const S=re[b];const te=J.get(S);if(Array.isArray(te)){ee.push(...te)}else if(te.node){ee.push(te)}}}}return te}function getOuterBindingIdentifierPaths(b=false){return this.getBindingIdentifierPaths(b,true)}},23986:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=S.SHOULD_STOP=S.SHOULD_SKIP=S.REMOVED=void 0;var ee=J(36797);var te=J(67674);var re=J(24912);var ne=J(87935);var ie=J(22427);var oe=ie;var se=J(43430);var ae=J(59487);var ce=J(12697);var le=J(158);var ue=J(6534);var pe=J(6442);var de=J(40984);var fe=J(94261);var me=J(51069);var ge=me;var he=J(33150);var _e=J(57716);var ye=J(68448);var ve=J(66406);var Te=J(39434);const{validate:be}=ie;const Se=te("babel");const xe=S.REMOVED=1<<0;const Ee=S.SHOULD_STOP=1<<1;const Ce=S.SHOULD_SKIP=1<<2;const Pe=S["default"]=class NodePath{constructor(b,S){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=S;this.hub=b;this.data=null;this.context=null;this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(b){if(b)this._traverseFlags|=1;else this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(b){if(b)this._traverseFlags|=2;else this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(b){if(b)this._traverseFlags|=4;else this._traverseFlags&=-5}static get({hub:b,parentPath:S,parent:J,container:ee,listKey:te,key:re}){if(!b&&S){b=S.hub}if(!J){throw new Error("To get a node path the parent needs to exist")}const ne=ee[re];const ie=se.getOrCreateCachedPaths(J,S);let oe=ie.get(ne);if(!oe){oe=new NodePath(b,J);if(ne)ie.set(ne,oe)}me.setup.call(oe,S,ee,te,re);return oe}getScope(b){return this.isScope()?new ne.default(this):b}setData(b,S){if(this.data==null){this.data=Object.create(null)}return this.data[b]=S}getData(b,S){if(this.data==null){this.data=Object.create(null)}let J=this.data[b];if(J===undefined&&S!==undefined)J=this.data[b]=S;return J}hasNode(){return this.node!=null}buildCodeFrameError(b,S=SyntaxError){return this.hub.buildError(this.node,b,S)}traverse(b,S){(0,re.default)(this.node,b,this.scope,S,this)}set(b,S){be(this.node,b,S);this.node[b]=S}getPathLocation(){const b=[];let S=this;do{let J=S.key;if(S.inList)J=`${S.listKey}[${J}]`;b.unshift(J)}while(S=S.parentPath);return b.join(".")}debug(b){if(!Se.enabled)return;Se(`${this.getPathLocation()} ${this.type}: ${b}`)}toString(){return(0,ae.default)(this.node).code}get inList(){return!!this.listKey}set inList(b){if(!b){this.listKey=null}}get parentKey(){return this.listKey||this.key}};const Ne={findParent:ce.findParent,find:ce.find,getFunctionParent:ce.getFunctionParent,getStatementParent:ce.getStatementParent,getEarliestCommonAncestorFrom:ce.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:ce.getDeepestCommonAncestorFrom,getAncestry:ce.getAncestry,isAncestor:ce.isAncestor,isDescendant:ce.isDescendant,inType:ce.inType,getTypeAnnotation:le.getTypeAnnotation,isBaseType:le.isBaseType,couldBeBaseType:le.couldBeBaseType,baseTypeStrictlyMatches:le.baseTypeStrictlyMatches,isGenericType:le.isGenericType,replaceWithMultiple:ue.replaceWithMultiple,replaceWithSourceString:ue.replaceWithSourceString,replaceWith:ue.replaceWith,replaceExpressionWithStatements:ue.replaceExpressionWithStatements,replaceInline:ue.replaceInline,evaluateTruthy:pe.evaluateTruthy,evaluate:pe.evaluate,toComputedKey:de.toComputedKey,ensureBlock:de.ensureBlock,unwrapFunctionEnvironment:de.unwrapFunctionEnvironment,arrowFunctionToExpression:de.arrowFunctionToExpression,splitExportDeclaration:de.splitExportDeclaration,ensureFunctionName:de.ensureFunctionName,matchesPattern:fe.matchesPattern,isStatic:fe.isStatic,isNodeType:fe.isNodeType,canHaveVariableDeclarationOrExpression:fe.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:fe.canSwapBetweenExpressionAndStatement,isCompletionRecord:fe.isCompletionRecord,isStatementOrBlock:fe.isStatementOrBlock,referencesImport:fe.referencesImport,getSource:fe.getSource,willIMaybeExecuteBefore:fe.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:fe._guessExecutionStatusRelativeTo,resolve:fe.resolve,isConstantExpression:fe.isConstantExpression,isInStrictMode:fe.isInStrictMode,isDenylisted:ge.isDenylisted,visit:ge.visit,skip:ge.skip,skipKey:ge.skipKey,stop:ge.stop,setContext:ge.setContext,requeue:ge.requeue,requeueComputedKeyAndDecorators:ge.requeueComputedKeyAndDecorators,remove:he.remove,insertBefore:_e.insertBefore,insertAfter:_e.insertAfter,unshiftContainer:_e.unshiftContainer,pushContainer:_e.pushContainer,getOpposite:ye.getOpposite,getCompletionRecords:ye.getCompletionRecords,getSibling:ye.getSibling,getPrevSibling:ye.getPrevSibling,getNextSibling:ye.getNextSibling,getAllNextSiblings:ye.getAllNextSiblings,getAllPrevSiblings:ye.getAllPrevSiblings,get:ye.get,getAssignmentIdentifiers:ye.getAssignmentIdentifiers,getBindingIdentifiers:ye.getBindingIdentifiers,getOuterBindingIdentifiers:ye.getOuterBindingIdentifiers,getBindingIdentifierPaths:ye.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:ye.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:ve.shareCommentsWithSiblings,addComment:ve.addComment,addComments:ve.addComments};Object.assign(Pe.prototype,Ne);Pe.prototype.arrowFunctionToShadowed=de[String("arrowFunctionToShadowed")];Object.assign(Pe.prototype,{has:fe[String("has")],is:fe[String("is")],isnt:fe[String("isnt")],equals:fe[String("equals")],hoist:_e[String("hoist")],updateSiblingKeys:_e.updateSiblingKeys,call:ge.call,isBlacklisted:ge[String("isBlacklisted")],setScope:ge.setScope,resync:ge.resync,popContext:ge.popContext,pushContext:ge.pushContext,setup:ge.setup,setKey:ge.setKey});Pe.prototype._guessExecutionStatusRelativeToDifferentFunctions=fe._guessExecutionStatusRelativeTo;Pe.prototype._guessExecutionStatusRelativeToDifferentFunctions=fe._guessExecutionStatusRelativeTo;Object.assign(Pe.prototype,{_getTypeAnnotation:le._getTypeAnnotation,_replaceWith:ue._replaceWith,_resolve:fe._resolve,_call:ge._call,_resyncParent:ge._resyncParent,_resyncKey:ge._resyncKey,_resyncList:ge._resyncList,_resyncRemoved:ge._resyncRemoved,_getQueueContexts:ge._getQueueContexts,_removeFromScope:he._removeFromScope,_callRemovalHooks:he._callRemovalHooks,_remove:he._remove,_markRemoved:he._markRemoved,_assertUnremoved:he._assertUnremoved,_containerInsert:_e._containerInsert,_containerInsertBefore:_e._containerInsertBefore,_containerInsertAfter:_e._containerInsertAfter,_verifyNodeList:_e._verifyNodeList,_getKey:ye._getKey,_getPattern:ye._getPattern});for(const b of oe.TYPES){const S=`is${b}`;const J=oe[S];Pe.prototype[S]=function(b){return J(this.node,b)};Pe.prototype[`assert${b}`]=function(S){if(!J(this.node,S)){throw new TypeError(`Expected node path of type ${b}`)}}}Object.assign(Pe.prototype,Te);for(const b of Object.keys(ee)){if(b.startsWith("_"))continue;if(!oe.TYPES.includes(b))oe.TYPES.push(b)}},158:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._getTypeAnnotation=_getTypeAnnotation;S.baseTypeStrictlyMatches=baseTypeStrictlyMatches;S.couldBeBaseType=couldBeBaseType;S.getTypeAnnotation=getTypeAnnotation;S.isBaseType=isBaseType;S.isGenericType=isGenericType;var ee=J(67736);var te=J(22427);const{anyTypeAnnotation:re,isAnyTypeAnnotation:ne,isArrayTypeAnnotation:ie,isBooleanTypeAnnotation:oe,isEmptyTypeAnnotation:se,isFlowBaseAnnotation:ae,isGenericTypeAnnotation:ce,isIdentifier:le,isMixedTypeAnnotation:ue,isNumberTypeAnnotation:pe,isStringTypeAnnotation:de,isTSArrayType:fe,isTSTypeAnnotation:me,isTSTypeReference:ge,isTupleTypeAnnotation:he,isTypeAnnotation:_e,isUnionTypeAnnotation:ye,isVoidTypeAnnotation:ve,stringTypeAnnotation:Te,voidTypeAnnotation:be}=te;function getTypeAnnotation(){let b=this.getData("typeAnnotation");if(b!=null){return b}b=_getTypeAnnotation.call(this)||re();if(_e(b)||me(b)){b=b.typeAnnotation}this.setData("typeAnnotation",b);return b}const Se=new WeakSet;function _getTypeAnnotation(){const b=this.node;if(!b){if(this.key==="init"&&this.parentPath.isVariableDeclarator()){const b=this.parentPath.parentPath;const S=b.parentPath;if(b.key==="left"&&S.isForInStatement()){return Te()}if(b.key==="left"&&S.isForOfStatement()){return re()}return be()}else{return}}if(b.typeAnnotation){return b.typeAnnotation}if(Se.has(b)){return}Se.add(b);try{var S;let J=ee[b.type];if(J){return J.call(this,b)}J=ee[this.parentPath.type];if((S=J)!=null&&S.validParent){return this.parentPath.getTypeAnnotation()}}finally{Se.delete(b)}}function isBaseType(b,S){return _isBaseType(b,this.getTypeAnnotation(),S)}function _isBaseType(b,S,J){if(b==="string"){return de(S)}else if(b==="number"){return pe(S)}else if(b==="boolean"){return oe(S)}else if(b==="any"){return ne(S)}else if(b==="mixed"){return ue(S)}else if(b==="empty"){return se(S)}else if(b==="void"){return ve(S)}else{if(J){return false}else{throw new Error(`Unknown base type ${b}`)}}}function couldBeBaseType(b){const S=this.getTypeAnnotation();if(ne(S))return true;if(ye(S)){for(const J of S.types){if(ne(J)||_isBaseType(b,J,true)){return true}}return false}else{return _isBaseType(b,S,true)}}function baseTypeStrictlyMatches(b){const S=this.getTypeAnnotation();const J=b.getTypeAnnotation();if(!ne(S)&&ae(S)){return J.type===S.type}return false}function isGenericType(b){const S=this.getTypeAnnotation();if(b==="Array"){if(fe(S)||ie(S)||he(S)){return true}}return ce(S)&&le(S.id,{name:b})||ge(S)&&le(S.typeName,{name:b})}},80101:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=_default;var ee=J(22427);var te=J(37392);const{BOOLEAN_NUMBER_BINARY_OPERATORS:re,createTypeAnnotationBasedOnTypeof:ne,numberTypeAnnotation:ie,voidTypeAnnotation:oe}=ee;function _default(b){if(!this.isReferenced())return;const S=this.scope.getBinding(b.name);if(S){if(S.identifier.typeAnnotation){return S.identifier.typeAnnotation}else{return getTypeAnnotationBindingConstantViolations(S,this,b.name)}}if(b.name==="undefined"){return oe()}else if(b.name==="NaN"||b.name==="Infinity"){return ie()}else if(b.name==="arguments"){}}function getTypeAnnotationBindingConstantViolations(b,S,J){const ee=[];const re=[];let ne=getConstantViolationsBefore(b,S,re);const ie=getConditionalAnnotation(b,S,J);if(ie){const S=getConstantViolationsBefore(b,ie.ifStatement);ne=ne.filter((b=>!S.includes(b)));ee.push(ie.typeAnnotation)}if(ne.length){ne.push(...re);for(const b of ne){ee.push(b.getTypeAnnotation())}}if(!ee.length){return}return(0,te.createUnionType)(ee)}function getConstantViolationsBefore(b,S,J){const ee=b.constantViolations.slice();ee.unshift(b.path);return ee.filter((b=>{b=b.resolve();const ee=b._guessExecutionStatusRelativeTo(S);if(J&&ee==="unknown")J.push(b);return ee==="before"}))}function inferAnnotationFromBinaryExpression(b,S){const J=S.node.operator;const ee=S.get("right").resolve();const te=S.get("left").resolve();let oe;if(te.isIdentifier({name:b})){oe=ee}else if(ee.isIdentifier({name:b})){oe=te}if(oe){if(J==="==="){return oe.getTypeAnnotation()}if(re.includes(J)){return ie()}return}if(J!=="==="&&J!=="==")return;let se;let ae;if(te.isUnaryExpression({operator:"typeof"})){se=te;ae=ee}else if(ee.isUnaryExpression({operator:"typeof"})){se=ee;ae=te}if(!se)return;if(!se.get("argument").isIdentifier({name:b}))return;ae=ae.resolve();if(!ae.isLiteral())return;const ce=ae.node.value;if(typeof ce!=="string")return;return ne(ce)}function getParentConditionalPath(b,S,J){let ee;while(ee=S.parentPath){if(ee.isIfStatement()||ee.isConditionalExpression()){if(S.key==="test"){return}return ee}if(ee.isFunction()){if(J==null||ee.parentPath.scope.getBinding(J)!==b)return}S=ee}}function getConditionalAnnotation(b,S,J){const ee=getParentConditionalPath(b,S,J);if(!ee)return;const re=ee.get("test");const ne=[re];const ie=[];for(let b=0;b<ne.length;b++){const S=ne[b];if(S.isLogicalExpression()){if(S.node.operator==="&&"){ne.push(S.get("left"));ne.push(S.get("right"))}}else if(S.isBinaryExpression()){const b=inferAnnotationFromBinaryExpression(J,S);if(b)ie.push(b)}}if(ie.length){return{typeAnnotation:(0,te.createUnionType)(ie),ifStatement:ee}}return getConditionalAnnotation(b,ee,J)}},67736:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.ArrayExpression=ArrayExpression;S.AssignmentExpression=AssignmentExpression;S.BinaryExpression=BinaryExpression;S.BooleanLiteral=BooleanLiteral;S.CallExpression=CallExpression;S.ConditionalExpression=ConditionalExpression;S.ClassDeclaration=S.ClassExpression=S.FunctionDeclaration=S.ArrowFunctionExpression=S.FunctionExpression=Func;Object.defineProperty(S,"Identifier",{enumerable:true,get:function(){return te.default}});S.LogicalExpression=LogicalExpression;S.NewExpression=NewExpression;S.NullLiteral=NullLiteral;S.NumericLiteral=NumericLiteral;S.ObjectExpression=ObjectExpression;S.ParenthesizedExpression=ParenthesizedExpression;S.RegExpLiteral=RegExpLiteral;S.RestElement=RestElement;S.SequenceExpression=SequenceExpression;S.StringLiteral=StringLiteral;S.TSAsExpression=TSAsExpression;S.TSNonNullExpression=TSNonNullExpression;S.TaggedTemplateExpression=TaggedTemplateExpression;S.TemplateLiteral=TemplateLiteral;S.TypeCastExpression=TypeCastExpression;S.UnaryExpression=UnaryExpression;S.UpdateExpression=UpdateExpression;S.VariableDeclarator=VariableDeclarator;var ee=J(22427);var te=J(80101);var re=J(37392);const{BOOLEAN_BINARY_OPERATORS:ne,BOOLEAN_UNARY_OPERATORS:ie,NUMBER_BINARY_OPERATORS:oe,NUMBER_UNARY_OPERATORS:se,STRING_UNARY_OPERATORS:ae,anyTypeAnnotation:ce,arrayTypeAnnotation:le,booleanTypeAnnotation:ue,buildMatchMemberExpression:pe,genericTypeAnnotation:de,identifier:fe,nullLiteralTypeAnnotation:me,numberTypeAnnotation:ge,stringTypeAnnotation:he,tupleTypeAnnotation:_e,unionTypeAnnotation:ye,voidTypeAnnotation:ve,isIdentifier:Te}=ee;function VariableDeclarator(){if(!this.get("id").isIdentifier())return;return this.get("init").getTypeAnnotation()}function TypeCastExpression(b){return b.typeAnnotation}TypeCastExpression.validParent=true;function TSAsExpression(b){return b.typeAnnotation}TSAsExpression.validParent=true;function TSNonNullExpression(){return this.get("expression").getTypeAnnotation()}function NewExpression(b){if(b.callee.type==="Identifier"){return de(b.callee)}}function TemplateLiteral(){return he()}function UnaryExpression(b){const S=b.operator;if(S==="void"){return ve()}else if(se.includes(S)){return ge()}else if(ae.includes(S)){return he()}else if(ie.includes(S)){return ue()}}function BinaryExpression(b){const S=b.operator;if(oe.includes(S)){return ge()}else if(ne.includes(S)){return ue()}else if(S==="+"){const b=this.get("right");const S=this.get("left");if(S.isBaseType("number")&&b.isBaseType("number")){return ge()}else if(S.isBaseType("string")||b.isBaseType("string")){return he()}return ye([he(),ge()])}}function LogicalExpression(){const b=[this.get("left").getTypeAnnotation(),this.get("right").getTypeAnnotation()];return(0,re.createUnionType)(b)}function ConditionalExpression(){const b=[this.get("consequent").getTypeAnnotation(),this.get("alternate").getTypeAnnotation()];return(0,re.createUnionType)(b)}function SequenceExpression(){return this.get("expressions").pop().getTypeAnnotation()}function ParenthesizedExpression(){return this.get("expression").getTypeAnnotation()}function AssignmentExpression(){return this.get("right").getTypeAnnotation()}function UpdateExpression(b){const S=b.operator;if(S==="++"||S==="--"){return ge()}}function StringLiteral(){return he()}function NumericLiteral(){return ge()}function BooleanLiteral(){return ue()}function NullLiteral(){return me()}function RegExpLiteral(){return de(fe("RegExp"))}function ObjectExpression(){return de(fe("Object"))}function ArrayExpression(){return de(fe("Array"))}function RestElement(){return ArrayExpression()}RestElement.validParent=true;function Func(){return de(fe("Function"))}const be=pe("Array.from");const Se=pe("Object.keys");const xe=pe("Object.values");const Ee=pe("Object.entries");function CallExpression(){const{callee:b}=this.node;if(Se(b)){return le(he())}else if(be(b)||xe(b)||Te(b,{name:"Array"})){return le(ce())}else if(Ee(b)){return le(_e([he(),ce()]))}return resolveCall(this.get("callee"))}function TaggedTemplateExpression(){return resolveCall(this.get("tag"))}function resolveCall(b){b=b.resolve();if(b.isFunction()){const{node:S}=b;if(S.async){if(S.generator){return de(fe("AsyncIterator"))}else{return de(fe("Promise"))}}else{if(S.generator){return de(fe("Iterator"))}else if(b.node.returnType){return b.node.returnType}else{}}}}},37392:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.createUnionType=createUnionType;var ee=J(22427);const{createFlowUnionType:te,createTSUnionType:re,createUnionTypeAnnotation:ne,isFlowType:ie,isTSType:oe}=ee;function createUnionType(b){if(b.every((b=>ie(b)))){if(te){return te(b)}return ne(b)}else if(b.every((b=>oe(b)))){if(re){return re(b)}}}},94261:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._guessExecutionStatusRelativeTo=_guessExecutionStatusRelativeTo;S._resolve=_resolve;S.canHaveVariableDeclarationOrExpression=canHaveVariableDeclarationOrExpression;S.canSwapBetweenExpressionAndStatement=canSwapBetweenExpressionAndStatement;S.getSource=getSource;S.isCompletionRecord=isCompletionRecord;S.isConstantExpression=isConstantExpression;S.isInStrictMode=isInStrictMode;S.isNodeType=isNodeType;S.isStatementOrBlock=isStatementOrBlock;S.isStatic=isStatic;S.matchesPattern=matchesPattern;S.referencesImport=referencesImport;S.resolve=resolve;S.willIMaybeExecuteBefore=willIMaybeExecuteBefore;var ee=J(22427);const{STATEMENT_OR_BLOCK_KEYS:te,VISITOR_KEYS:re,isBlockStatement:ne,isExpression:ie,isIdentifier:oe,isLiteral:se,isStringLiteral:ae,isType:ce,matchesPattern:le}=ee;function matchesPattern(b,S){return le(this.node,b,S)}S.has=function has(b){var S;const J=(S=this.node)==null?void 0:S[b];if(J&&Array.isArray(J)){return!!J.length}else{return!!J}};function isStatic(){return this.scope.isStatic(this.node)}S.is=S.has;S.isnt=function isnt(b){return!this.has(b)};S.equals=function equals(b,S){return this.node[b]===S};function isNodeType(b){return ce(this.type,b)}function canHaveVariableDeclarationOrExpression(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function canSwapBetweenExpressionAndStatement(b){if(this.key!=="body"||!this.parentPath.isArrowFunctionExpression()){return false}if(this.isExpression()){return ne(b)}else if(this.isBlockStatement()){return ie(b)}return false}function isCompletionRecord(b){let S=this;let J=true;do{const{type:ee,container:te}=S;if(!J&&(S.isFunction()||ee==="StaticBlock")){return!!b}J=false;if(Array.isArray(te)&&S.key!==te.length-1){return false}}while((S=S.parentPath)&&!S.isProgram()&&!S.isDoExpression());return true}function isStatementOrBlock(){if(this.parentPath.isLabeledStatement()||ne(this.container)){return false}else{return te.includes(this.key)}}function referencesImport(b,S){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===S||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?ae(this.node.property,{value:S}):this.node.property.name===S)){const S=this.get("object");return S.isReferencedIdentifier()&&S.referencesImport(b,"*")}return false}const J=this.scope.getBinding(this.node.name);if((J==null?void 0:J.kind)!=="module")return false;const ee=J.path;const te=ee.parentPath;if(!te.isImportDeclaration())return false;if(te.node.source.value===b){if(!S)return true}else{return false}if(ee.isImportDefaultSpecifier()&&S==="default"){return true}if(ee.isImportNamespaceSpecifier()&&S==="*"){return true}if(ee.isImportSpecifier()&&oe(ee.node.imported,{name:S})){return true}return false}function getSource(){const b=this.node;if(b.end){const S=this.hub.getCode();if(S)return S.slice(b.start,b.end)}return""}function willIMaybeExecuteBefore(b){return this._guessExecutionStatusRelativeTo(b)!=="after"}function getOuterFunction(b){return b.isProgram()?b:(b.parentPath.scope.getFunctionParent()||b.parentPath.scope.getProgramParent()).path}function isExecutionUncertain(b,S){switch(b){case"LogicalExpression":return S==="right";case"ConditionalExpression":case"IfStatement":return S==="consequent"||S==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return S==="body";case"ForStatement":return S==="body"||S==="update";case"SwitchStatement":return S==="cases";case"TryStatement":return S==="handler";case"AssignmentPattern":return S==="right";case"OptionalMemberExpression":return S==="property";case"OptionalCallExpression":return S==="arguments";default:return false}}function isExecutionUncertainInList(b,S){for(let J=0;J<S;J++){const S=b[J];if(isExecutionUncertain(S.parent.type,S.parentKey)){return true}}return false}const ue=Symbol();function _guessExecutionStatusRelativeTo(b){return _guessExecutionStatusRelativeToCached(this,b,new Map)}function _guessExecutionStatusRelativeToCached(b,S,J){const ee={this:getOuterFunction(b),target:getOuterFunction(S)};if(ee.target.node!==ee.this.node){return _guessExecutionStatusRelativeToDifferentFunctionsCached(b,ee.target,J)}const te={target:S.getAncestry(),this:b.getAncestry()};if(te.target.includes(b))return"after";if(te.this.includes(S))return"before";let ne;const ie={target:0,this:0};while(!ne&&ie.this<te.this.length){const b=te.this[ie.this];ie.target=te.target.indexOf(b);if(ie.target>=0){ne=b}else{ie.this++}}if(!ne){throw new Error("Internal Babel error - The two compared nodes"+" don't appear to belong to the same program.")}if(isExecutionUncertainInList(te.this,ie.this-1)||isExecutionUncertainInList(te.target,ie.target-1)){return"unknown"}const oe={this:te.this[ie.this-1],target:te.target[ie.target-1]};if(oe.target.listKey&&oe.this.listKey&&oe.target.container===oe.this.container){return oe.target.key>oe.this.key?"before":"after"}const se=re[ne.type];const ae={this:se.indexOf(oe.this.parentKey),target:se.indexOf(oe.target.parentKey)};return ae.target>ae.this?"before":"after"}function _guessExecutionStatusRelativeToDifferentFunctionsInternal(b,S,J){if(!S.isFunctionDeclaration()){if(_guessExecutionStatusRelativeToCached(b,S,J)==="before"){return"before"}return"unknown"}else if(S.parentPath.isExportDeclaration()){return"unknown"}const ee=S.scope.getBinding(S.node.id.name);if(!ee.references)return"before";const te=ee.referencePaths;let re;for(const ee of te){const te=!!ee.find((b=>b.node===S.node));if(te)continue;if(ee.key!=="callee"||!ee.parentPath.isCallExpression()){return"unknown"}const ne=_guessExecutionStatusRelativeToCached(b,ee,J);if(re&&re!==ne){return"unknown"}else{re=ne}}return re}function _guessExecutionStatusRelativeToDifferentFunctionsCached(b,S,J){let ee=J.get(b.node);let te;if(!ee){J.set(b.node,ee=new Map)}else if(te=ee.get(S.node)){if(te===ue){return"unknown"}return te}ee.set(S.node,ue);const re=_guessExecutionStatusRelativeToDifferentFunctionsInternal(b,S,J);ee.set(S.node,re);return re}function resolve(b,S){return _resolve.call(this,b,S)||this}function _resolve(b,S){var J;if((J=S)!=null&&J.includes(this))return;S=S||[];S.push(this);if(this.isVariableDeclarator()){if(this.get("id").isIdentifier()){return this.get("init").resolve(b,S)}else{}}else if(this.isReferencedIdentifier()){const J=this.scope.getBinding(this.node.name);if(!J)return;if(!J.constant)return;if(J.kind==="module")return;if(J.path!==this){const ee=J.path.resolve(b,S);if(this.find((b=>b.node===ee.node)))return;return ee}}else if(this.isTypeCastExpression()){return this.get("expression").resolve(b,S)}else if(b&&this.isMemberExpression()){const J=this.toComputedKey();if(!se(J))return;const ee=J.value;const te=this.get("object").resolve(b,S);if(te.isObjectExpression()){const J=te.get("properties");for(const te of J){if(!te.isProperty())continue;const J=te.get("key");let re=te.isnt("computed")&&J.isIdentifier({name:ee});re=re||J.isLiteral({value:ee});if(re)return te.get("value").resolve(b,S)}}else if(te.isArrayExpression()&&!isNaN(+ee)){const J=te.get("elements");const re=J[ee];if(re)return re.resolve(b,S)}}}function isConstantExpression(){if(this.isIdentifier()){const b=this.scope.getBinding(this.node.name);if(!b)return false;return b.constant}if(this.isLiteral()){if(this.isRegExpLiteral()){return false}if(this.isTemplateLiteral()){return this.get("expressions").every((b=>b.isConstantExpression()))}return true}if(this.isUnaryExpression()){if(this.node.operator!=="void"){return false}return this.get("argument").isConstantExpression()}if(this.isBinaryExpression()){const{operator:b}=this.node;return b!=="in"&&b!=="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 b=this.isProgram()?this:this.parentPath;const S=b.find((b=>{if(b.isProgram({sourceType:"module"}))return true;if(b.isClass())return true;if(b.isArrowFunctionExpression()&&!b.get("body").isBlockStatement()){return false}let S;if(b.isFunction()){S=b.node.body}else if(b.isProgram()){S=b.node}else{return false}for(const b of S.directives){if(b.value.value==="use strict"){return true}}return false}));return!!S}},29958:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(22427);var te=ee;const{react:re}=ee;const{cloneNode:ne,jsxExpressionContainer:ie,variableDeclaration:oe,variableDeclarator:se}=te;const ae={ReferencedIdentifier(b,S){if(b.isJSXIdentifier()&&re.isCompatTag(b.node.name)&&!b.parentPath.isJSXMemberExpression()){return}if(b.node.name==="this"){let J=b.scope;do{if(J.path.isFunction()&&!J.path.isArrowFunctionExpression()){break}}while(J=J.parent);if(J)S.breakOnScopePaths.push(J.path)}const J=b.scope.getBinding(b.node.name);if(!J)return;for(const ee of J.constantViolations){if(ee.scope!==J.path.scope){S.mutableBinding=true;b.stop();return}}if(J!==S.scope.getBinding(b.node.name))return;S.bindings[b.node.name]=J}};class PathHoister{constructor(b,S){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=S;this.path=b;this.attachAfter=false}isCompatibleScope(b){for(const S of Object.keys(this.bindings)){const J=this.bindings[S];if(!b.bindingIdentifierEquals(S,J.identifier)){return false}}return true}getCompatibleScopes(){let b=this.path.scope;do{if(this.isCompatibleScope(b)){this.scopes.push(b)}else{break}if(this.breakOnScopePaths.includes(b.path)){break}}while(b=b.parent)}getAttachmentPath(){let b=this._getAttachmentPath();if(!b)return;let S=b.scope;if(S.path===b){S=b.scope.parent}if(S.path.isProgram()||S.path.isFunction()){for(const J of Object.keys(this.bindings)){if(!S.hasOwnBinding(J))continue;const ee=this.bindings[J];if(ee.kind==="param"||ee.path.parentKey==="params"){continue}const te=this.getAttachmentParentForPath(ee.path);if(te.key>=b.key){this.attachAfter=true;b=ee.path;for(const S of ee.constantViolations){if(this.getAttachmentParentForPath(S).key>b.key){b=S}}}}}return b}_getAttachmentPath(){const b=this.scopes;const S=b.pop();if(!S)return;if(S.path.isFunction()){if(this.hasOwnParamBindings(S)){if(this.scope===S)return;const b=S.path.get("body").get("body");for(let S=0;S<b.length;S++){if(b[S].node._blockHoist)continue;return b[S]}}else{return this.getNextScopeAttachmentParent()}}else if(S.path.isProgram()){return this.getNextScopeAttachmentParent()}}getNextScopeAttachmentParent(){const b=this.scopes.pop();if(b)return this.getAttachmentParentForPath(b.path)}getAttachmentParentForPath(b){do{if(!b.parentPath||Array.isArray(b.container)&&b.isStatement()){return b}}while(b=b.parentPath);return b}hasOwnParamBindings(b){for(const S of Object.keys(this.bindings)){if(!b.hasOwnBinding(S))continue;const J=this.bindings[S];if(J.kind==="param"&&J.constant)return true}return false}run(){this.path.traverse(ae,this);if(this.mutableBinding)return;this.getCompatibleScopes();const b=this.getAttachmentPath();if(!b)return;if(b.getFunctionParent()===this.path.getFunctionParent())return;let S=b.scope.generateUidIdentifier("ref");const J=se(S,this.path.node);const ee=this.attachAfter?"insertAfter":"insertBefore";const[te]=b[ee]([b.isVariableDeclarator()?J:oe("var",[J])]);const re=this.path.parentPath;if(re.isJSXElement()&&this.path.container===re.node.children){S=ie(S)}this.path.replaceWith(ne(S));return te.isVariableDeclarator()?te.get("init"):te.get("declarations.0.init")}}S["default"]=PathHoister},71231:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.hooks=void 0;const J=S.hooks=[function(b,S){const J=b.key==="test"&&(S.isWhile()||S.isSwitchCase())||b.key==="declaration"&&S.isExportDeclaration()||b.key==="body"&&S.isLabeledStatement()||b.listKey==="declarations"&&S.isVariableDeclaration()&&S.node.declarations.length===1||b.key==="expression"&&S.isExpressionStatement();if(J){S.remove();return true}},function(b,S){if(S.isSequenceExpression()&&S.node.expressions.length===1){S.replaceWith(S.node.expressions[0]);return true}},function(b,S){if(S.isBinary()){if(b.key==="left"){S.replaceWith(S.node.right)}else{S.replaceWith(S.node.left)}return true}},function(b,S){if(S.isIfStatement()&&b.key==="consequent"||b.key==="body"&&(S.isLoop()||S.isArrowFunctionExpression())){b.replaceWith({type:"BlockStatement",directives:[],body:[]});return true}}]},39434:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.isBindingIdentifier=isBindingIdentifier;S.isBlockScoped=isBlockScoped;S.isExpression=isExpression;S.isFlow=isFlow;S.isForAwaitStatement=isForAwaitStatement;S.isGenerated=isGenerated;S.isPure=isPure;S.isReferenced=isReferenced;S.isReferencedIdentifier=isReferencedIdentifier;S.isReferencedMemberExpression=isReferencedMemberExpression;S.isRestProperty=isRestProperty;S.isScope=isScope;S.isSpreadProperty=isSpreadProperty;S.isStatement=isStatement;S.isUser=isUser;S.isVar=isVar;var ee=J(22427);const{isBinding:te,isBlockScoped:re,isExportDeclaration:ne,isExpression:ie,isFlow:oe,isForStatement:se,isForXStatement:ae,isIdentifier:ce,isImportDeclaration:le,isImportSpecifier:ue,isJSXIdentifier:pe,isJSXMemberExpression:de,isMemberExpression:fe,isRestElement:me,isReferenced:ge,isScope:he,isStatement:_e,isVar:ye,isVariableDeclaration:ve,react:Te,isForOfStatement:be}=ee;const{isCompatTag:Se}=Te;function isReferencedIdentifier(b){const{node:S,parent:J}=this;if(ce(S,b)){return ge(S,J,this.parentPath.parent)}else if(pe(S,b)){if(!de(J)&&Se(S.name))return false;return ge(S,J,this.parentPath.parent)}else{return false}}function isReferencedMemberExpression(){const{node:b,parent:S}=this;return fe(b)&&ge(b,S)}function isBindingIdentifier(){const{node:b,parent:S}=this;const J=this.parentPath.parent;return ce(b)&&te(b,S,J)}function isStatement(){const{node:b,parent:S}=this;if(_e(b)){if(ve(b)){if(ae(S,{left:b}))return false;if(se(S,{init:b}))return false}return true}else{return false}}function isExpression(){if(this.isIdentifier()){return this.isReferencedIdentifier()}else{return ie(this.node)}}function isScope(){return he(this.node,this.parent)}function isReferenced(){return ge(this.node,this.parent)}function isBlockScoped(){return re(this.node)}function isVar(){return ye(this.node)}function isUser(){var b;return!!((b=this.node)!=null&&b.loc)}function isGenerated(){return!this.isUser()}function isPure(b){return this.scope.isPure(this.node,b)}function isFlow(){const{node:b}=this;if(oe(b)){return true}else if(le(b)){return b.importKind==="type"||b.importKind==="typeof"}else if(ne(b)){return b.exportKind==="type"}else if(ue(b)){return b.importKind==="type"||b.importKind==="typeof"}else{return false}}function isRestProperty(){var b;return me(this.node)&&((b=this.parentPath)==null?void 0:b.isObjectPattern())}function isSpreadProperty(){var b;return me(this.node)&&((b=this.parentPath)==null?void 0:b.isObjectExpression())}function isForAwaitStatement(){return be(this.node,{await:true})}S.isExistentialTypeParam=function isExistentialTypeParam(){throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.")};S.isNumericLiteralTypeAnnotation=function isNumericLiteralTypeAnnotation(){throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.")}},36797:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Var=S.User=S.Statement=S.SpreadProperty=S.Scope=S.RestProperty=S.ReferencedMemberExpression=S.ReferencedIdentifier=S.Referenced=S.Pure=S.NumericLiteralTypeAnnotation=S.Generated=S.ForAwaitStatement=S.Flow=S.Expression=S.ExistentialTypeParam=S.BlockScoped=S.BindingIdentifier=void 0;const J=S.ReferencedIdentifier=["Identifier","JSXIdentifier"];const ee=S.ReferencedMemberExpression=["MemberExpression"];const te=S.BindingIdentifier=["Identifier"];const re=S.Statement=["Statement"];const ne=S.Expression=["Expression"];const ie=S.Scope=["Scopable","Pattern"];const oe=S.Referenced=null;const se=S.BlockScoped=["FunctionDeclaration","ClassDeclaration","VariableDeclaration"];const ae=S.Var=["VariableDeclaration"];const ce=S.User=null;const le=S.Generated=null;const ue=S.Pure=null;const pe=S.Flow=["Flow","ImportDeclaration","ExportDeclaration","ImportSpecifier"];const de=S.RestProperty=["RestElement"];const fe=S.SpreadProperty=["RestElement"];const me=S.ExistentialTypeParam=["ExistsTypeAnnotation"];const ge=S.NumericLiteralTypeAnnotation=["NumberLiteralTypeAnnotation"];const he=S.ForAwaitStatement=["ForOfStatement"]},57716:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._containerInsert=_containerInsert;S._containerInsertAfter=_containerInsertAfter;S._containerInsertBefore=_containerInsertBefore;S._verifyNodeList=_verifyNodeList;S.insertAfter=insertAfter;S.insertBefore=insertBefore;S.pushContainer=pushContainer;S.unshiftContainer=unshiftContainer;S.updateSiblingKeys=updateSiblingKeys;var ee=J(43430);var te=J(23986);var re=J(51069);var ne=J(33150);var ie=J(22427);var oe=J(29958);const{arrowFunctionExpression:se,assertExpression:ae,assignmentExpression:ce,blockStatement:le,callExpression:ue,cloneNode:pe,expressionStatement:de,isAssignmentExpression:fe,isCallExpression:me,isExportNamedDeclaration:ge,isExpression:he,isIdentifier:_e,isSequenceExpression:ye,isSuper:ve,thisExpression:Te}=ie;function insertBefore(b){ne._assertUnremoved.call(this);const S=_verifyNodeList.call(this,b);const{parentPath:J,parent:ee}=this;if(J.isExpressionStatement()||J.isLabeledStatement()||ge(ee)||J.isExportDefaultDeclaration()&&this.isDeclaration()){return J.insertBefore(S)}else if(this.isNodeType("Expression")&&!this.isJSXElement()||J.isForStatement()&&this.key==="init"){if(this.node)S.push(this.node);return this.replaceExpressionWithStatements(S)}else if(Array.isArray(this.container)){return _containerInsertBefore.call(this,S)}else if(this.isStatementOrBlock()){const b=this.node;const J=b&&(!this.isExpressionStatement()||b.expression!=null);const[ee]=this.replaceWith(le(J?[b]:[]));return ee.unshiftContainer("body",S)}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(b,S){updateSiblingKeys.call(this,b,S.length);const J=[];this.container.splice(b,0,...S);for(let te=0;te<S.length;te++){var ee;const S=b+te;const ne=this.getSibling(S);J.push(ne);if((ee=this.context)!=null&&ee.queue){re.pushContext.call(ne,this.context)}}const te=re._getQueueContexts.call(this);for(const b of J){re.setScope.call(b);b.debug("Inserted.");for(const S of te){S.maybeQueue(b,true)}}return J}function _containerInsertBefore(b){return _containerInsert.call(this,this.key,b)}function _containerInsertAfter(b){return _containerInsert.call(this,this.key+1,b)}const last=b=>b[b.length-1];function isHiddenInSequenceExpression(b){return ye(b.parent)&&(last(b.parent.expressions)!==b.node||isHiddenInSequenceExpression(b.parentPath))}function isAlmostConstantAssignment(b,S){if(!fe(b)||!_e(b.left)){return false}const J=S.getBlockParent();return J.hasOwnBinding(b.left.name)&&J.getOwnBinding(b.left.name).constantViolations.length<=1}function insertAfter(b){ne._assertUnremoved.call(this);if(this.isSequenceExpression()){return last(this.get("expressions")).insertAfter(b)}const S=_verifyNodeList.call(this,b);const{parentPath:J,parent:ee}=this;if(J.isExpressionStatement()||J.isLabeledStatement()||ge(ee)||J.isExportDefaultDeclaration()&&this.isDeclaration()){return J.insertAfter(S.map((b=>he(b)?de(b):b)))}else if(this.isNodeType("Expression")&&!this.isJSXElement()&&!J.isJSXElement()||J.isForStatement()&&this.key==="init"){const b=this;if(b.node){const ee=b.node;let{scope:te}=this;if(te.path.isPattern()){ae(ee);b.replaceWith(ue(se([],ee),[]));b.get("callee.body").insertAfter(S);return[b]}if(isHiddenInSequenceExpression(b)){S.unshift(ee)}else if(me(ee)&&ve(ee.callee)){S.unshift(ee);S.push(Te())}else if(isAlmostConstantAssignment(ee,te)){S.unshift(ee);S.push(pe(ee.left))}else if(te.isPure(ee,true)){S.push(ee)}else{if(J.isMethod({computed:true,key:ee})){te=te.parent}const b=te.generateDeclaredUidIdentifier();S.unshift(de(ce("=",pe(b),ee)));S.push(de(pe(b)))}}return this.replaceExpressionWithStatements(S)}else if(Array.isArray(this.container)){return _containerInsertAfter.call(this,S)}else if(this.isStatementOrBlock()){const b=this.node;const J=b&&(!this.isExpressionStatement()||b.expression!=null);const[ee]=this.replaceWith(le(J?[b]:[]));return ee.pushContainer("body",S)}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(b,S){if(!this.parent)return;const J=(0,ee.getCachedPaths)(this);if(!J)return;for(const[,ee]of J){if(typeof ee.key==="number"&&ee.container===this.container&&ee.key>=b){ee.key+=S}}}function _verifyNodeList(b){if(!b){return[]}if(!Array.isArray(b)){b=[b]}for(let S=0;S<b.length;S++){const J=b[S];let ee;if(!J){ee="has falsy node"}else if(typeof J!=="object"){ee="contains a non-object node"}else if(!J.type){ee="without a type"}else if(J instanceof te.default){ee="has a NodePath when it expected a raw object"}if(ee){const b=Array.isArray(J)?"array":typeof J;throw new Error(`Node list ${ee} with the index of ${S} and type of ${b}`)}}return b}function unshiftContainer(b,S){ne._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const ee=this.node[b];const re=te.default.get({parentPath:this,parent:this.node,container:ee,listKey:b,key:0}).setContext(this.context);return _containerInsertBefore.call(re,J)}function pushContainer(b,S){ne._assertUnremoved.call(this);const J=_verifyNodeList.call(this,S);const ee=this.node[b];const re=te.default.get({parentPath:this,parent:this.node,container:ee,listKey:b,key:ee.length}).setContext(this.context);return re.replaceWithMultiple(J)}S.hoist=function hoist(b=this.scope){const S=new oe.default(this,b);return S.run()}},33150:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._assertUnremoved=_assertUnremoved;S._callRemovalHooks=_callRemovalHooks;S._markRemoved=_markRemoved;S._remove=_remove;S._removeFromScope=_removeFromScope;S.remove=remove;var ee=J(71231);var te=J(43430);var re=J(6534);var ne=J(23986);var ie=J(22427);var oe=J(57716);var se=J(51069);function remove(){var b;_assertUnremoved.call(this);se.resync.call(this);if(_callRemovalHooks.call(this)){_markRemoved.call(this);return}if(!((b=this.opts)!=null&&b.noScope)){_removeFromScope.call(this)}this.shareCommentsWithSiblings();_remove.call(this);_markRemoved.call(this)}function _removeFromScope(){const b=ie.getBindingIdentifiers(this.node,false,false,true);Object.keys(b).forEach((b=>this.scope.removeBinding(b)))}function _callRemovalHooks(){if(this.parentPath){for(const b of ee.hooks){if(b(this,this.parentPath))return true}}}function _remove(){if(Array.isArray(this.container)){this.container.splice(this.key,1);oe.updateSiblingKeys.call(this,this.key,-1)}else{re._replaceWith.call(this,null)}}function _markRemoved(){this._traverseFlags|=ne.SHOULD_SKIP|ne.REMOVED;if(this.parent){var b;(b=(0,te.getCachedPaths)(this))==null||b.delete(this.node)}this.node=null}function _assertUnremoved(){if(this.removed){throw this.buildCodeFrameError("NodePath has been removed so is read-only.")}}},6534:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S._replaceWith=_replaceWith;S.replaceExpressionWithStatements=replaceExpressionWithStatements;S.replaceInline=replaceInline;S.replaceWith=replaceWith;S.replaceWithMultiple=replaceWithMultiple;S.replaceWithSourceString=replaceWithSourceString;var ee=J(76775);var te=J(24912);var re=J(23986);var ne=J(43430);var ie=J(57716);var oe=J(6873);var se=J(22427);var ae=J(51069);const{FUNCTION_TYPES:ce,arrowFunctionExpression:le,assignmentExpression:ue,awaitExpression:pe,blockStatement:de,buildUndefinedNode:fe,callExpression:me,cloneNode:ge,conditionalExpression:he,expressionStatement:_e,getBindingIdentifiers:ye,identifier:ve,inheritLeadingComments:Te,inheritTrailingComments:be,inheritsComments:Se,isBlockStatement:xe,isEmptyStatement:Ee,isExpression:Ce,isExpressionStatement:Pe,isIfStatement:Ne,isProgram:Ae,isStatement:ke,isVariableDeclaration:De,removeComments:Ie,returnStatement:Fe,sequenceExpression:Oe,validate:we,yieldExpression:Le}=se;function replaceWithMultiple(b){var S;ae.resync.call(this);const J=ie._verifyNodeList.call(this,b);Te(J[0],this.node);be(J[J.length-1],this.node);(S=(0,ne.getCachedPaths)(this))==null||S.delete(this.node);this.node=this.container[this.key]=null;const ee=this.insertAfter(b);if(this.node){this.requeue()}else{this.remove()}return ee}function replaceWithSourceString(b){ae.resync.call(this);let S;try{b=`(${b})`;S=(0,oe.parse)(b)}catch(S){const J=S.loc;if(J){S.message+=" - make sure this is an expression.\n"+(0,ee.codeFrameColumns)(b,{start:{line:J.line,column:J.column+1}});S.code="BABEL_REPLACE_SOURCE_ERROR"}throw S}const J=S.program.body[0].expression;te.default.removeProperties(J);return this.replaceWith(J)}function replaceWith(b){ae.resync.call(this);if(this.removed){throw new Error("You can't replace this node, we've already removed it")}let S=b instanceof re.default?b.node:b;if(!S){throw new Error("You passed `path.replaceWith()` a falsy node, use `path.remove()` instead")}if(this.node===S){return[this]}if(this.isProgram()&&!Ae(S)){throw new Error("You can only replace a Program root node with another Program node")}if(Array.isArray(S)){throw new Error("Don't use `path.replaceWith()` with an array of nodes, use `path.replaceWithMultiple()`")}if(typeof S==="string"){throw new Error("Don't use `path.replaceWith()` with a source string, use `path.replaceWithSourceString()`")}let J="";if(this.isNodeType("Statement")&&Ce(S)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(S)&&!this.parentPath.isExportDefaultDeclaration()){S=_e(S);J="expression"}}if(this.isNodeType("Expression")&&ke(S)){if(!this.canHaveVariableDeclarationOrExpression()&&!this.canSwapBetweenExpressionAndStatement(S)){return this.replaceExpressionWithStatements([S])}}const ee=this.node;if(ee){Se(S,ee);Ie(ee)}_replaceWith.call(this,S);this.type=S.type;ae.setScope.call(this);this.requeue();return[J?this.get(J):this]}function _replaceWith(b){var S;if(!this.container){throw new ReferenceError("Container is falsy")}if(this.inList){we(this.parent,this.key,[b])}else{we(this.parent,this.key,b)}this.debug(`Replace with ${b==null?void 0:b.type}`);(S=(0,ne.getCachedPaths)(this))==null||S.set(b,this).delete(this.node);this.node=b;this.container[this.key]=b}function replaceExpressionWithStatements(b){ae.resync.call(this);const S=[];const J=gatherSequenceExpressions(b,S);if(J){for(const b of S)this.scope.push({id:b});return this.replaceWith(J)[0].get("expressions")}const ee=this.getFunctionParent();const re=ee==null?void 0:ee.node.async;const ne=ee==null?void 0:ee.node.generator;const ie=le([],de(b));this.replaceWith(me(ie,[]));const oe=this.get("callee");oe.get("body").scope.hoistVariables((b=>this.scope.push({id:b})));const se=oe.getCompletionRecords();for(const b of se){if(!b.isExpressionStatement())continue;const S=b.findParent((b=>b.isLoop()));if(S){let J=S.getData("expressionReplacementReturnUid");if(!J){J=oe.scope.generateDeclaredUidIdentifier("ret");oe.get("body").pushContainer("body",Fe(ge(J)));S.setData("expressionReplacementReturnUid",J)}else{J=ve(J.name)}b.get("expression").replaceWith(ue("=",ge(J),b.node.expression))}else{b.replaceWith(Fe(b.node.expression))}}oe.arrowFunctionToExpression();const fe=oe;const he=re&&te.default.hasType(fe.node.body,"AwaitExpression",ce);const _e=ne&&te.default.hasType(fe.node.body,"YieldExpression",ce);if(he){fe.set("async",true);if(!_e){this.replaceWith(pe(this.node))}}if(_e){fe.set("generator",true);this.replaceWith(Le(this.node,true))}return fe.get("body.body")}function gatherSequenceExpressions(b,S){const J=[];let ee=true;for(const te of b){if(!Ee(te)){ee=false}if(Ce(te)){J.push(te)}else if(Pe(te)){J.push(te.expression)}else if(De(te)){if(te.kind!=="var")return;for(const b of te.declarations){const ee=ye(b);for(const b of Object.keys(ee)){S.push(ge(ee[b]))}if(b.init){J.push(ue("=",b.id,b.init))}}ee=true}else if(Ne(te)){const b=te.consequent?gatherSequenceExpressions([te.consequent],S):fe();const ee=te.alternate?gatherSequenceExpressions([te.alternate],S):fe();if(!b||!ee)return;J.push(he(te.test,b,ee))}else if(xe(te)){const b=gatherSequenceExpressions(te.body,S);if(!b)return;J.push(b)}else if(Ee(te)){if(b.indexOf(te)===0){ee=true}}else{return}}if(ee)J.push(fe());if(J.length===1){return J[0]}else{return Oe(J)}}function replaceInline(b){ae.resync.call(this);if(Array.isArray(b)){if(Array.isArray(this.container)){b=ie._verifyNodeList.call(this,b);const S=ie._containerInsertAfter.call(this,b);this.remove();return S}else{return this.replaceWithMultiple(b)}}else{return this.replaceWith(b)}}},86582:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;class Binding{constructor({identifier:b,scope:S,path:J,kind:ee}){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=b;this.scope=S;this.path=J;this.kind=ee;if((ee==="var"||ee==="hoisted")&&isInitInLoop(J)){this.reassign(J)}this.clearValue()}deoptValue(){this.clearValue();this.hasDeoptedValue=true}setValue(b){if(this.hasDeoptedValue)return;this.hasValue=true;this.value=b}clearValue(){this.hasDeoptedValue=false;this.hasValue=false;this.value=null}reassign(b){this.constant=false;if(this.constantViolations.includes(b)){return}this.constantViolations.push(b)}reference(b){if(this.referencePaths.includes(b)){return}this.referenced=true;this.references++;this.referencePaths.push(b)}dereference(){this.references--;this.referenced=!!this.references}}S["default"]=Binding;function isInitInLoop(b){const S=!b.isVariableDeclarator()||b.node.init;for(let{parentPath:J,key:ee}=b;J;({parentPath:J,key:ee}=J)){if(J.isFunctionParent())return false;if(ee==="left"&&J.isForXStatement()||S&&ee==="body"&&J.isLoop()){return true}}return false}},87935:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(30427);var te=J(24912);var re=J(92892);var ne=J(86582);var ie=J(22427);var oe=ie;var se=J(43430);const ae=J(1243),ce=J(70270);const{assignmentExpression:le,callExpression:ue,cloneNode:pe,getBindingIdentifiers:de,identifier:fe,isArrayExpression:me,isBinary:ge,isCallExpression:he,isClass:_e,isClassBody:ye,isClassDeclaration:ve,isExportAllDeclaration:Te,isExportDefaultDeclaration:be,isExportNamedDeclaration:Se,isFunctionDeclaration:xe,isIdentifier:Ee,isImportDeclaration:Ce,isLiteral:Pe,isMemberExpression:Ne,isMethod:Ae,isModuleSpecifier:ke,isNullLiteral:De,isObjectExpression:Ie,isProperty:Fe,isPureish:Oe,isRegExpLiteral:we,isSuper:Le,isTaggedTemplateExpression:Me,isTemplateLiteral:Re,isThisExpression:Be,isUnaryExpression:je,isVariableDeclaration:Ue,expressionStatement:We,matchesPattern:Je,memberExpression:Ve,numericLiteral:ze,toIdentifier:Ge,variableDeclaration:qe,variableDeclarator:$e,isObjectProperty:He,isTopicReference:Ke,isMetaProperty:Xe,isPrivateName:Ye,isExportDeclaration:Qe,buildUndefinedNode:Ze,sequenceExpression:et}=ie;function gatherNodeParts(b,S){switch(b==null?void 0:b.type){default:if(Ce(b)||Qe(b)){var J;if((Te(b)||Se(b)||Ce(b))&&b.source){gatherNodeParts(b.source,S)}else if((Se(b)||Ce(b))&&(J=b.specifiers)!=null&&J.length){for(const J of b.specifiers)gatherNodeParts(J,S)}else if((be(b)||Se(b))&&b.declaration){gatherNodeParts(b.declaration,S)}}else if(ke(b)){gatherNodeParts(b.local,S)}else if(Pe(b)&&!De(b)&&!we(b)&&!Re(b)){S.push(b.value)}break;case"MemberExpression":case"OptionalMemberExpression":case"JSXMemberExpression":gatherNodeParts(b.object,S);gatherNodeParts(b.property,S);break;case"Identifier":case"JSXIdentifier":S.push(b.name);break;case"CallExpression":case"OptionalCallExpression":case"NewExpression":gatherNodeParts(b.callee,S);break;case"ObjectExpression":case"ObjectPattern":for(const J of b.properties){gatherNodeParts(J,S)}break;case"SpreadElement":case"RestElement":gatherNodeParts(b.argument,S);break;case"ObjectProperty":case"ObjectMethod":case"ClassProperty":case"ClassMethod":case"ClassPrivateProperty":case"ClassPrivateMethod":gatherNodeParts(b.key,S);break;case"ThisExpression":S.push("this");break;case"Super":S.push("super");break;case"Import":case"ImportExpression":S.push("import");break;case"DoExpression":S.push("do");break;case"YieldExpression":S.push("yield");gatherNodeParts(b.argument,S);break;case"AwaitExpression":S.push("await");gatherNodeParts(b.argument,S);break;case"AssignmentExpression":gatherNodeParts(b.left,S);break;case"VariableDeclarator":gatherNodeParts(b.id,S);break;case"FunctionExpression":case"FunctionDeclaration":case"ClassExpression":case"ClassDeclaration":gatherNodeParts(b.id,S);break;case"PrivateName":gatherNodeParts(b.id,S);break;case"ParenthesizedExpression":gatherNodeParts(b.expression,S);break;case"UnaryExpression":case"UpdateExpression":gatherNodeParts(b.argument,S);break;case"MetaProperty":gatherNodeParts(b.meta,S);gatherNodeParts(b.property,S);break;case"JSXElement":gatherNodeParts(b.openingElement,S);break;case"JSXOpeningElement":gatherNodeParts(b.name,S);break;case"JSXFragment":gatherNodeParts(b.openingFragment,S);break;case"JSXOpeningFragment":S.push("Fragment");break;case"JSXNamespacedName":gatherNodeParts(b.namespace,S);gatherNodeParts(b.name,S);break}}function resetScope(b){b.references=Object.create(null);b.uids=Object.create(null);b.bindings=Object.create(null);b.globals=Object.create(null)}function isAnonymousFunctionExpression(b){return b.isFunctionExpression()&&!b.node.id||b.isArrowFunctionExpression()}var rt=Symbol.for("should not be considered a local binding");const nt={ForStatement(b){const S=b.get("init");if(S.isVar()){const{scope:J}=b;const ee=J.getFunctionParent()||J.getProgramParent();ee.registerBinding("var",S)}},Declaration(b){if(b.isBlockScoped())return;if(b.isImportDeclaration())return;if(b.isExportDeclaration())return;const S=b.scope.getFunctionParent()||b.scope.getProgramParent();S.registerDeclaration(b)},ImportDeclaration(b){const S=b.scope.getBlockParent();S.registerDeclaration(b)},TSImportEqualsDeclaration(b){const S=b.scope.getBlockParent();S.registerDeclaration(b)},ReferencedIdentifier(b,S){if(oe.isTSQualifiedName(b.parent)&&b.parent.right===b.node){return}if(b.parentPath.isTSImportEqualsDeclaration())return;S.references.push(b)},ForXStatement(b,S){const J=b.get("left");if(J.isPattern()||J.isIdentifier()){S.constantViolations.push(b)}else if(J.isVar()){const{scope:S}=b;const ee=S.getFunctionParent()||S.getProgramParent();ee.registerBinding("var",J)}},ExportDeclaration:{exit(b){const{node:S,scope:J}=b;if(Te(S))return;const ee=S.declaration;if(ve(ee)||xe(ee)){const S=ee.id;if(!S)return;const te=J.getBinding(S.name);te==null||te.reference(b)}else if(Ue(ee)){for(const S of ee.declarations){for(const ee of Object.keys(de(S))){const S=J.getBinding(ee);S==null||S.reference(b)}}}}},LabeledStatement(b){b.scope.getBlockParent().registerDeclaration(b)},AssignmentExpression(b,S){S.assignments.push(b)},UpdateExpression(b,S){S.constantViolations.push(b)},UnaryExpression(b,S){if(b.node.operator==="delete"){S.constantViolations.push(b)}},BlockScoped(b){let S=b.scope;if(S.path===b)S=S.parent;const J=S.getBlockParent();J.registerDeclaration(b);if(b.isClassDeclaration()&&b.node.id){const S=b.node.id;const J=S.name;b.scope.bindings[J]=b.scope.parent.getBinding(J)}},CatchClause(b){b.scope.registerBinding("let",b)},Function(b){const S=b.get("params");for(const J of S){b.scope.registerBinding("param",J)}if(b.isFunctionExpression()&&b.node.id&&!b.node.id[rt]){b.scope.registerBinding("local",b.get("id"),b)}},ClassExpression(b){if(b.node.id&&!b.node.id[rt]){b.scope.registerBinding("local",b.get("id"),b)}},TSTypeAnnotation(b){b.skip()}};let it;let ot=0;class Scope{constructor(b){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:S}=b;const J=se.scope.get(S);if((J==null?void 0:J.path)===b){return J}se.scope.set(S,this);this.uid=ot++;this.block=S;this.path=b;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 b;let S,J=this.path;do{var ee;const b=J.key==="key"||J.listKey==="decorators";J=J.parentPath;if(b&&J.isMethod())J=J.parentPath;if((ee=J)!=null&&ee.isScope())S=J}while(J&&!S);return(b=S)==null?void 0:b.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(b){const S=this.generateUidIdentifier(b);this.push({id:S});return pe(S)}generateUidIdentifier(b){return fe(this.generateUid(b))}generateUid(b="temp"){b=Ge(b).replace(/^_+/,"").replace(/\d+$/g,"");let S;let J=0;do{S=`_${b}`;if(J>=11)S+=J-1;else if(J>=9)S+=J-9;else if(J>=1)S+=J+1;J++}while(this.hasLabel(S)||this.hasBinding(S)||this.hasGlobal(S)||this.hasReference(S));const ee=this.getProgramParent();ee.references[S]=true;ee.uids[S]=true;return S}generateUidBasedOnNode(b,S){const J=[];gatherNodeParts(b,J);let ee=J.join("$");ee=ee.replace(/^_/,"")||S||"ref";return this.generateUid(ee.slice(0,20))}generateUidIdentifierBasedOnNode(b,S){return fe(this.generateUidBasedOnNode(b,S))}isStatic(b){if(Be(b)||Le(b)||Ke(b)){return true}if(Ee(b)){const S=this.getBinding(b.name);if(S){return S.constant}else{return this.hasBinding(b.name)}}return false}maybeGenerateMemoised(b,S){if(this.isStatic(b)){return null}else{const J=this.generateUidIdentifierBasedOnNode(b);if(!S){this.push({id:J});return pe(J)}return J}}checkBlockScopedCollisions(b,S,J,ee){if(S==="param")return;if(b.kind==="local")return;const te=S==="let"||b.kind==="let"||b.kind==="const"||b.kind==="module"||b.kind==="param"&&S==="const";if(te){throw this.path.hub.buildError(ee,`Duplicate declaration "${J}"`,TypeError)}}rename(b,S){const J=this.getBinding(b);if(J){S||(S=this.generateUidIdentifier(b).name);const te=new ee.default(J,b,S);te.rename(arguments[2])}}dump(){const b="-".repeat(60);console.log(b);let S=this;do{console.log("#",S.block.type);for(const b of Object.keys(S.bindings)){const J=S.bindings[b];console.log(" -",b,{constant:J.constant,references:J.references,violations:J.constantViolations.length,kind:J.kind})}}while(S=S.parent);console.log(b)}hasLabel(b){return!!this.getLabel(b)}getLabel(b){return this.labels.get(b)}registerLabel(b){this.labels.set(b.node.label.name,b)}registerDeclaration(b){if(b.isLabeledStatement()){this.registerLabel(b)}else if(b.isFunctionDeclaration()){this.registerBinding("hoisted",b.get("id"),b)}else if(b.isVariableDeclaration()){const S=b.get("declarations");const{kind:J}=b.node;for(const b of S){this.registerBinding(J==="using"||J==="await using"?"const":J,b)}}else if(b.isClassDeclaration()){if(b.node.declare)return;this.registerBinding("let",b)}else if(b.isImportDeclaration()){const S=b.node.importKind==="type"||b.node.importKind==="typeof";const J=b.get("specifiers");for(const b of J){const J=S||b.isImportSpecifier()&&(b.node.importKind==="type"||b.node.importKind==="typeof");this.registerBinding(J?"unknown":"module",b)}}else if(b.isExportDeclaration()){const S=b.get("declaration");if(S.isClassDeclaration()||S.isFunctionDeclaration()||S.isVariableDeclaration()){this.registerDeclaration(S)}}else{this.registerBinding("unknown",b)}}buildUndefinedNode(){return Ze()}registerConstantViolation(b){const S=b.getAssignmentIdentifiers();for(const ee of Object.keys(S)){var J;(J=this.getBinding(ee))==null||J.reassign(b)}}registerBinding(b,S,J=S){if(!b)throw new ReferenceError("no `kind`");if(S.isVariableDeclaration()){const J=S.get("declarations");for(const S of J){this.registerBinding(b,S)}return}const ee=this.getProgramParent();const te=S.getOuterBindingIdentifiers(true);for(const S of Object.keys(te)){ee.references[S]=true;for(const ee of te[S]){const te=this.getOwnBinding(S);if(te){if(te.identifier===ee)continue;this.checkBlockScopedCollisions(te,b,S,ee)}if(te){te.reassign(J)}else{this.bindings[S]=new ne.default({identifier:ee,scope:this,path:J,kind:b})}}}}addGlobal(b){this.globals[b.name]=b}hasUid(b){let S=this;do{if(S.uids[b])return true}while(S=S.parent);return false}hasGlobal(b){let S=this;do{if(S.globals[b])return true}while(S=S.parent);return false}hasReference(b){return!!this.getProgramParent().references[b]}isPure(b,S){if(Ee(b)){const J=this.getBinding(b.name);if(!J)return false;if(S)return J.constant;return true}else if(Be(b)||Xe(b)||Ke(b)||Ye(b)){return true}else if(_e(b)){var J;if(b.superClass&&!this.isPure(b.superClass,S)){return false}if(((J=b.decorators)==null?void 0:J.length)>0){return false}return this.isPure(b.body,S)}else if(ye(b)){for(const J of b.body){if(!this.isPure(J,S))return false}return true}else if(ge(b)){return this.isPure(b.left,S)&&this.isPure(b.right,S)}else if(me(b)||(b==null?void 0:b.type)==="TupleExpression"){for(const J of b.elements){if(J!==null&&!this.isPure(J,S))return false}return true}else if(Ie(b)||(b==null?void 0:b.type)==="RecordExpression"){for(const J of b.properties){if(!this.isPure(J,S))return false}return true}else if(Ae(b)){var ee;if(b.computed&&!this.isPure(b.key,S))return false;if(((ee=b.decorators)==null?void 0:ee.length)>0){return false}return true}else if(Fe(b)){var te;if(b.computed&&!this.isPure(b.key,S))return false;if(((te=b.decorators)==null?void 0:te.length)>0){return false}if(He(b)||b.static){if(b.value!==null&&!this.isPure(b.value,S)){return false}}return true}else if(je(b)){return this.isPure(b.argument,S)}else if(Re(b)){for(const J of b.expressions){if(!this.isPure(J,S))return false}return true}else if(Me(b)){return Je(b.tag,"String.raw")&&!this.hasBinding("String",{noGlobals:true})&&this.isPure(b.quasi,S)}else if(Ne(b)){return!b.computed&&Ee(b.object)&&b.object.name==="Symbol"&&Ee(b.property)&&b.property.name!=="for"&&!this.hasBinding("Symbol",{noGlobals:true})}else if(he(b)){return Je(b.callee,"Symbol.for")&&!this.hasBinding("Symbol",{noGlobals:true})&&b.arguments.length===1&&oe.isStringLiteral(b.arguments[0])}else{return Oe(b)}}setData(b,S){return this.data[b]=S}getData(b){let S=this;do{const J=S.data[b];if(J!=null)return J}while(S=S.parent)}removeData(b){let S=this;do{const J=S.data[b];if(J!=null)S.data[b]=null}while(S=S.parent)}init(){if(!this.inited){this.inited=true;this.crawl()}}crawl(){const b=this.path;resetScope(this);this.data=Object.create(null);let S=this;do{if(S.crawling)return;if(S.path.isProgram()){break}}while(S=S.parent);const J=S;const ee={references:[],constantViolations:[],assignments:[]};this.crawling=true;it||(it=te.default.visitors.merge([{Scope(b){resetScope(b.scope)}},nt]));if(b.type!=="Program"){const S=it[b.type];if(S){for(const J of S.enter){J.call(ee,b,ee)}}}b.traverse(it,ee);this.crawling=false;for(const b of ee.assignments){const S=b.getAssignmentIdentifiers();for(const ee of Object.keys(S)){if(b.scope.getBinding(ee))continue;J.addGlobal(S[ee])}b.scope.registerConstantViolation(b)}for(const b of ee.references){const S=b.scope.getBinding(b.node.name);if(S){S.reference(b)}else{J.addGlobal(b.node)}}for(const b of ee.constantViolations){b.scope.registerConstantViolation(b)}}push(b){let S=this.path;if(S.isPattern()){S=this.getPatternParent().path}else if(!S.isBlockStatement()&&!S.isProgram()){S=this.getBlockParent().path}if(S.isSwitchStatement()){S=(this.getFunctionParent()||this.getProgramParent()).path}const{init:J,unique:ee,kind:te="var",id:re}=b;if(!J&&!ee&&(te==="var"||te==="let")&&isAnonymousFunctionExpression(S)&&he(S.parent,{callee:S.node})&&S.parent.arguments.length<=S.node.params.length&&Ee(re)){S.pushContainer("params",re);S.scope.registerBinding("param",S.get("params")[S.node.params.length-1]);return}if(S.isLoop()||S.isCatchClause()||S.isFunction()){S.ensureBlock();S=S.get("body")}const ne=b._blockHoist==null?2:b._blockHoist;const ie=`declaration:${te}:${ne}`;let oe=!ee&&S.getData(ie);if(!oe){const b=qe(te,[]);b._blockHoist=ne;[oe]=S.unshiftContainer("body",[b]);if(!ee)S.setData(ie,oe)}const se=$e(re,J);const ae=oe.node.declarations.push(se);S.scope.registerBinding(te,oe.get("declarations")[ae-1])}getProgramParent(){let b=this;do{if(b.path.isProgram()){return b}}while(b=b.parent);throw new Error("Couldn't find a Program")}getFunctionParent(){let b=this;do{if(b.path.isFunctionParent()){return b}}while(b=b.parent);return null}getBlockParent(){let b=this;do{if(b.path.isBlockParent()){return b}}while(b=b.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getPatternParent(){let b=this;do{if(!b.path.isPattern()){return b.getBlockParent()}}while(b=b.parent.parent);throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...")}getAllBindings(){const b=Object.create(null);let S=this;do{for(const J of Object.keys(S.bindings)){if(J in b===false){b[J]=S.bindings[J]}}S=S.parent}while(S);return b}bindingIdentifierEquals(b,S){return this.getBindingIdentifier(b)===S}getBinding(b){let S=this;let J;do{const te=S.getOwnBinding(b);if(te){var ee;if((ee=J)!=null&&ee.isPattern()&&te.kind!=="param"&&te.kind!=="local"){}else{return te}}else if(!te&&b==="arguments"&&S.path.isFunction()&&!S.path.isArrowFunctionExpression()){break}J=S.path}while(S=S.parent)}getOwnBinding(b){return this.bindings[b]}getBindingIdentifier(b){var S;return(S=this.getBinding(b))==null?void 0:S.identifier}getOwnBindingIdentifier(b){const S=this.bindings[b];return S==null?void 0:S.identifier}hasOwnBinding(b){return!!this.getOwnBinding(b)}hasBinding(b,S){if(!b)return false;let J;let ee;let te;if(typeof S==="object"){J=S.noGlobals;ee=S.noUids;te=S.upToScope}else if(typeof S==="boolean"){J=S}let re=this;do{if(te===re){break}if(re.hasOwnBinding(b)){return true}}while(re=re.parent);if(!ee&&this.hasUid(b))return true;if(!J&&Scope.globals.includes(b))return true;if(!J&&Scope.contextVariables.includes(b))return true;return false}parentHasBinding(b,S){var J;return(J=this.parent)==null?void 0:J.hasBinding(b,S)}moveBindingTo(b,S){const J=this.getBinding(b);if(J){J.scope.removeOwnBinding(b);J.scope=S;S.bindings[b]=J}}removeOwnBinding(b){delete this.bindings[b]}removeBinding(b){var S;(S=this.getBinding(b))==null||S.scope.removeOwnBinding(b);let J=this;do{if(J.uids[b]){J.uids[b]=false}}while(J=J.parent)}hoistVariables(b=b=>this.push({id:b})){this.crawl();const S=new Set;for(const J of Object.keys(this.bindings)){const ee=this.bindings[J];if(!ee)continue;const{path:te}=ee;if(!te.isVariableDeclarator())continue;const{parent:re,parentPath:ne}=te;if(re.kind!=="var"||S.has(re))continue;S.add(te.parent);let ie;const oe=[];for(const S of re.declarations){ie!=null?ie:ie=S.id;if(S.init){oe.push(le("=",S.id,S.init))}const J=Object.keys(de(S,false,true,true));for(const ee of J){b(fe(ee),S.init!=null)}}if(ne.parentPath.isForXStatement({left:re})){ne.replaceWith(ie)}else if(oe.length===0){ne.remove()}else{const b=oe.length===1?oe[0]:et(oe);if(ne.parentPath.isForStatement({init:re})){ne.replaceWith(b)}else{ne.replaceWith(We(b))}}}}}S["default"]=Scope;Scope.globals=[...ae,...ce];Scope.contextVariables=["arguments","undefined","Infinity","NaN"];Scope.prototype._renameFromMap=function _renameFromMap(b,S,J,ee){if(b[S]){b[J]=ee;b[S]=null}};Scope.prototype.traverse=function(b,S,J){(0,te.default)(b,S,this,J,this.path)};Scope.prototype._generateUid=function _generateUid(b,S){let J=b;if(S>1)J+=S;return`_${J}`};Scope.prototype.toArray=function toArray(b,S,J){if(Ee(b)){const S=this.getBinding(b.name);if(S!=null&&S.constant&&S.path.isGenericType("Array")){return b}}if(me(b)){return b}if(Ee(b,{name:"arguments"})){return ue(Ve(Ve(Ve(fe("Array"),fe("prototype")),fe("slice")),fe("call")),[b])}let ee;const te=[b];if(S===true){ee="toConsumableArray"}else if(typeof S==="number"){te.push(ze(S));ee="slicedToArray"}else{ee="toArray"}if(J){te.unshift(this.path.hub.addHelper(ee));ee="maybeArrayLike"}return ue(this.path.hub.addHelper(ee),te)};Scope.prototype.getAllBindingsOfKind=function getAllBindingsOfKind(...b){const S=Object.create(null);for(const J of b){let b=this;do{for(const ee of Object.keys(b.bindings)){const te=b.bindings[ee];if(te.kind===J)S[ee]=te}b=b.parent}while(b)}return S};Object.defineProperties(Scope.prototype,{parentBlock:{configurable:true,enumerable:true,get(){return this.path.parent}},hub:{configurable:true,enumerable:true,get(){return this.path.hub}}})},30427:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(22427);var te=ee;var re=J(68841);var ne=J(98457);var ie=J(51069);const{getAssignmentIdentifiers:oe}=te;const se={ReferencedIdentifier({node:b},S){if(b.name===S.oldName){b.name=S.newName}},Scope(b,S){if(!b.scope.bindingIdentifierEquals(S.oldName,S.binding.identifier)){b.skip();if(b.isMethod()){if(!b.requeueComputedKeyAndDecorators){ie.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}if(b.isSwitchStatement()){b.context.maybeQueue(b.get("discriminant"))}}},ObjectProperty({node:b,scope:S},J){const{name:ee}=b.key;if(b.shorthand&&(ee===J.oldName||ee===J.newName)&&S.getBindingIdentifier(ee)===J.binding.identifier){var te;b.shorthand=false;if((te=b.extra)!=null&&te.shorthand)b.extra.shorthand=false}},"AssignmentExpression|Declaration|VariableDeclarator"(b,S){if(b.isVariableDeclaration())return;const J=b.isAssignmentExpression()?oe(b.node):b.getOuterBindingIdentifiers();for(const b in J){if(b===S.oldName)J[b].name=S.newName}}};class Renamer{constructor(b,S,J){this.newName=J;this.oldName=S;this.binding=b}maybeConvertFromExportDeclaration(b){const S=b.parentPath;if(!S.isExportDeclaration()){return}if(S.isExportDefaultDeclaration()){const{declaration:b}=S.node;if(ee.isDeclaration(b)&&!b.id){return}}if(S.isExportAllDeclaration()){return}S.splitExportDeclaration()}maybeConvertFromClassFunctionDeclaration(b){return b}maybeConvertFromClassFunctionExpression(b){return b}rename(){const{binding:b,oldName:S,newName:J}=this;const{scope:te,path:ie}=b;const oe=ie.find((b=>b.isDeclaration()||b.isFunctionExpression()||b.isClassExpression()));if(oe){const J=oe.getOuterBindingIdentifiers();if(J[S]===b.identifier){this.maybeConvertFromExportDeclaration(oe)}}const ae=arguments[0]||te.block;const ce={discriminant:true};if(ee.isMethod(ae)){if(ae.computed){ce.key=true}if(!ee.isObjectMethod(ae)){ce.decorators=true}}(0,re.traverseNode)(ae,(0,ne.explode)(se),te,this,te.path,ce);if(!arguments[0]){te.removeOwnBinding(S);te.bindings[J]=b;this.binding.identifier.name=J}if(oe){this.maybeConvertFromClassFunctionDeclaration(ie);this.maybeConvertFromClassFunctionExpression(ie)}}}S["default"]=Renamer},92892:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverseForScope;var ee=J(22427);var te=J(24912);var re=J(98457);var ne=J(51069);const{VISITOR_KEYS:ie}=ee;function traverseForScope(b,S,J){const ee=(0,re.explode)(S);if(ee.enter||ee.exit){throw new Error("Should not be used with enter/exit visitors.")}_traverse(b.parentPath,b.parent,b.node,b.container,b.key,b.listKey,b.hub,b);function _traverse(b,S,re,oe,se,ae,ce,le){if(!re){return}const ue=le||te.NodePath.get({hub:ce,parentPath:b,parent:S,container:oe,listKey:ae,key:se});ne._forceSetScope.call(ue);const pe=ee[re.type];if(pe!=null&&pe.enter){for(const b of pe.enter){b.call(J,ue,J)}}if(ue.shouldSkip){return}const de=ie[re.type];if(!(de!=null&&de.length)){return}for(const b of de){const S=re[b];if(!S)continue;if(Array.isArray(S)){for(let J=0;J<S.length;J++){const ee=S[J];_traverse(ue,re,ee,S,J,b)}}else{_traverse(ue,re,S,re,b,null)}}if(pe!=null&&pe.exit){for(const b of pe.exit){b.call(J,ue,J)}}}}},68841:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.traverseNode=traverseNode;var ee=J(24659);var te=J(23986);var re=J(22427);var ne=J(51069);const{VISITOR_KEYS:ie}=re;function _visitPaths(b,S){b.queue=S;b.priorityQueue=[];const J=new Set;let ee=false;let te=0;for(;te<S.length;){const re=S[te];te++;ne.resync.call(re);if(re.contexts.length===0||re.contexts[re.contexts.length-1]!==b){ne.pushContext.call(re,b)}if(re.key===null)continue;const{node:ie}=re;if(J.has(ie))continue;if(ie)J.add(ie);if(_visit(b,re)){ee=true;break}if(b.priorityQueue.length){ee=_visitPaths(b,b.priorityQueue);b.priorityQueue=[];b.queue=S;if(ee)break}}for(let b=0;b<te;b++){ne.popContext.call(S[b])}b.queue=null;return ee}function _visit(b,S){var J;const ee=S.node;if(!ee){return false}const te=b.opts;const re=(J=te.denylist)!=null?J:te.blacklist;if(re!=null&&re.includes(ee.type)){return false}if(te.shouldSkip!=null&&te.shouldSkip(S)){return false}if(S.shouldSkip)return S.shouldStop;if(ne._call.call(S,te.enter))return S.shouldStop;if(S.node){var ie;if(ne._call.call(S,(ie=te[ee.type])==null?void 0:ie.enter))return S.shouldStop}S.shouldStop=_traverse(S.node,te,S.scope,b.state,S,S.skipKeys);if(S.node){if(ne._call.call(S,te.exit))return true}if(S.node){var oe;ne._call.call(S,(oe=te[ee.type])==null?void 0:oe.exit)}return S.shouldStop}function _traverse(b,S,J,re,ne,oe,se){const ae=ie[b.type];if(!(ae!=null&&ae.length))return false;const ce=new ee.default(J,S,re,ne);if(se){if(oe!=null&&oe[ne.parentKey])return false;return _visitPaths(ce,[ne])}for(const S of ae){if(oe!=null&&oe[S])continue;const J=b[S];if(!J)continue;if(Array.isArray(J)){if(!J.length)continue;const ee=[];for(let re=0;re<J.length;re++){const ie=te.default.get({parentPath:ne,parent:b,container:J,key:re,listKey:S});ee.push(ie)}if(_visitPaths(ce,ee))return true}else{if(_visitPaths(ce,[te.default.get({parentPath:ne,parent:b,container:b,key:S,listKey:null})])){return true}}}return false}function traverseNode(b,S,J,te,re,ne,oe){const se=ie[b.type];if(!se)return false;const ae=new ee.default(J,S,te,re);if(oe){if(ne!=null&&ne[re.parentKey])return false;return ae.visitQueue([re])}for(const S of se){if(ne!=null&&ne[S])continue;if(ae.visit(b,S)){return true}}return false}},98457:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.environmentVisitor=environmentVisitor;S.explode=explode$1;S.isExplodedVisitor=isExplodedVisitor;S.merge=merge;S.verify=verify$1;var ee=J(36797);var te=J(39434);var re=J(22427);var ne=J(51069);const{DEPRECATED_KEYS:ie,DEPRECATED_ALIASES:oe,FLIPPED_ALIAS_KEYS:se,TYPES:ae,__internal__deprecationWarning:ce}=re;function isVirtualType(b){return b in ee}function isExplodedVisitor(b){return b==null?void 0:b._exploded}function explode$1(b){if(isExplodedVisitor(b))return b;b._exploded=true;for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;const J=S.split("|");if(J.length===1)continue;const ee=b[S];delete b[S];for(const S of J){b[S]=ee}}verify$1(b);delete b.__esModule;ensureEntranceObjects(b);ensureCallbackArrays(b);for(const J of Object.keys(b)){if(shouldIgnoreKey(J))continue;if(!isVirtualType(J))continue;const te=b[J];for(const b of Object.keys(te)){te[b]=wrapCheck(J,te[b])}delete b[J];const re=ee[J];if(re!==null){for(const J of re){var S;(S=b[J])!=null?S:b[J]={};mergePair(b[J],te)}}else{mergePair(b,te)}}for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;let J=se[S];if(S in ie){const b=ie[S];ce(S,b,"Visitor ");J=[b]}else if(S in oe){const b=oe[S];ce(S,b,"Visitor ");J=se[b]}if(!J)continue;const ee=b[S];delete b[S];for(const S of J){const J=b[S];if(J){mergePair(J,ee)}else{b[S]=Object.assign({},ee)}}}for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;ensureCallbackArrays(b[S])}return b}function verify$1(b){if(b._verified)return;if(typeof b==="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 S of Object.keys(b)){if(S==="enter"||S==="exit"){validateVisitorMethods(S,b[S])}if(shouldIgnoreKey(S))continue;if(!ae.includes(S)){throw new Error(`You gave us a visitor for the node type ${S} but it's not a valid type in @babel/traverse ${"7.29.0"}`)}const J=b[S];if(typeof J==="object"){for(const b of Object.keys(J)){if(b==="enter"||b==="exit"){validateVisitorMethods(`${S}.${b}`,J[b])}else{throw new Error("You passed `traverse()` a visitor object with the property "+`${S} that has the invalid property ${b}`)}}}}b._verified=true}function validateVisitorMethods(b,S){const J=[].concat(S);for(const S of J){if(typeof S!=="function"){throw new TypeError(`Non-function found defined in ${b} with type ${typeof S}`)}}}function merge(b,S=[],J){const ee={_verified:true,_exploded:true};Object.defineProperty(ee,"_exploded",{enumerable:false});Object.defineProperty(ee,"_verified",{enumerable:false});for(let te=0;te<b.length;te++){const re=explode$1(b[te]);const ne=S[te];let ie=re;if(ne||J){ie=wrapWithStateOrWrapper(ie,ne,J)}mergePair(ee,ie);for(const b of Object.keys(re)){if(shouldIgnoreKey(b))continue;let S=re[b];if(ne||J){S=wrapWithStateOrWrapper(S,ne,J)}const te=ee[b]||(ee[b]={});mergePair(te,S)}}return ee}function wrapWithStateOrWrapper(b,S,J){const ee={};for(const te of["enter","exit"]){let re=b[te];if(!Array.isArray(re))continue;re=re.map((function(b){let ee=b;if(S){ee=function(J){b.call(S,J,S)}}if(J){ee=J(S==null?void 0:S.key,te,ee)}if(ee!==b){ee.toString=()=>b.toString()}return ee}));ee[te]=re}return ee}function ensureEntranceObjects(b){for(const S of Object.keys(b)){if(shouldIgnoreKey(S))continue;const J=b[S];if(typeof J==="function"){b[S]={enter:J}}}}function ensureCallbackArrays(b){if(b.enter&&!Array.isArray(b.enter))b.enter=[b.enter];if(b.exit&&!Array.isArray(b.exit))b.exit=[b.exit]}function wrapCheck(b,S){const J=`is${b}`;const ee=te[J];const newFn=function(b){if(ee.call(b)){return S.apply(this,arguments)}};newFn.toString=()=>S.toString();return newFn}function shouldIgnoreKey(b){if(b.startsWith("_"))return true;if(b==="enter"||b==="exit"||b==="shouldSkip")return true;if(b==="denylist"||b==="noScope"||b==="skipKeys"){return true}if(b==="blacklist"){return true}return false}function mergePair(b,S){for(const J of["enter","exit"]){if(!S[J])continue;b[J]=[].concat(b[J]||[],S[J])}}const le={FunctionParent(b){if(b.isArrowFunctionExpression())return;b.skip();if(b.isMethod()){if(!b.requeueComputedKeyAndDecorators){ne.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}},Property(b){if(b.isObjectProperty())return;b.skip();if(!b.requeueComputedKeyAndDecorators){ne.requeueComputedKeyAndDecorators.call(b)}else{b.requeueComputedKeyAndDecorators()}}};function environmentVisitor(b){return merge([le,b])}},66437:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=assertNode;var ee=J(49107);function assertNode(b){if(!(0,ee.default)(b)){var S;const J=(S=b==null?void 0:b.type)!=null?S:JSON.stringify(b);throw new TypeError(`Not a valid node of type "${J}"`)}}},84517:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.assertAccessor=assertAccessor;S.assertAnyTypeAnnotation=assertAnyTypeAnnotation;S.assertArgumentPlaceholder=assertArgumentPlaceholder;S.assertArrayExpression=assertArrayExpression;S.assertArrayPattern=assertArrayPattern;S.assertArrayTypeAnnotation=assertArrayTypeAnnotation;S.assertArrowFunctionExpression=assertArrowFunctionExpression;S.assertAssignmentExpression=assertAssignmentExpression;S.assertAssignmentPattern=assertAssignmentPattern;S.assertAwaitExpression=assertAwaitExpression;S.assertBigIntLiteral=assertBigIntLiteral;S.assertBinary=assertBinary;S.assertBinaryExpression=assertBinaryExpression;S.assertBindExpression=assertBindExpression;S.assertBlock=assertBlock;S.assertBlockParent=assertBlockParent;S.assertBlockStatement=assertBlockStatement;S.assertBooleanLiteral=assertBooleanLiteral;S.assertBooleanLiteralTypeAnnotation=assertBooleanLiteralTypeAnnotation;S.assertBooleanTypeAnnotation=assertBooleanTypeAnnotation;S.assertBreakStatement=assertBreakStatement;S.assertCallExpression=assertCallExpression;S.assertCatchClause=assertCatchClause;S.assertClass=assertClass;S.assertClassAccessorProperty=assertClassAccessorProperty;S.assertClassBody=assertClassBody;S.assertClassDeclaration=assertClassDeclaration;S.assertClassExpression=assertClassExpression;S.assertClassImplements=assertClassImplements;S.assertClassMethod=assertClassMethod;S.assertClassPrivateMethod=assertClassPrivateMethod;S.assertClassPrivateProperty=assertClassPrivateProperty;S.assertClassProperty=assertClassProperty;S.assertCompletionStatement=assertCompletionStatement;S.assertConditional=assertConditional;S.assertConditionalExpression=assertConditionalExpression;S.assertContinueStatement=assertContinueStatement;S.assertDebuggerStatement=assertDebuggerStatement;S.assertDecimalLiteral=assertDecimalLiteral;S.assertDeclaration=assertDeclaration;S.assertDeclareClass=assertDeclareClass;S.assertDeclareExportAllDeclaration=assertDeclareExportAllDeclaration;S.assertDeclareExportDeclaration=assertDeclareExportDeclaration;S.assertDeclareFunction=assertDeclareFunction;S.assertDeclareInterface=assertDeclareInterface;S.assertDeclareModule=assertDeclareModule;S.assertDeclareModuleExports=assertDeclareModuleExports;S.assertDeclareOpaqueType=assertDeclareOpaqueType;S.assertDeclareTypeAlias=assertDeclareTypeAlias;S.assertDeclareVariable=assertDeclareVariable;S.assertDeclaredPredicate=assertDeclaredPredicate;S.assertDecorator=assertDecorator;S.assertDirective=assertDirective;S.assertDirectiveLiteral=assertDirectiveLiteral;S.assertDoExpression=assertDoExpression;S.assertDoWhileStatement=assertDoWhileStatement;S.assertEmptyStatement=assertEmptyStatement;S.assertEmptyTypeAnnotation=assertEmptyTypeAnnotation;S.assertEnumBody=assertEnumBody;S.assertEnumBooleanBody=assertEnumBooleanBody;S.assertEnumBooleanMember=assertEnumBooleanMember;S.assertEnumDeclaration=assertEnumDeclaration;S.assertEnumDefaultedMember=assertEnumDefaultedMember;S.assertEnumMember=assertEnumMember;S.assertEnumNumberBody=assertEnumNumberBody;S.assertEnumNumberMember=assertEnumNumberMember;S.assertEnumStringBody=assertEnumStringBody;S.assertEnumStringMember=assertEnumStringMember;S.assertEnumSymbolBody=assertEnumSymbolBody;S.assertExistsTypeAnnotation=assertExistsTypeAnnotation;S.assertExportAllDeclaration=assertExportAllDeclaration;S.assertExportDeclaration=assertExportDeclaration;S.assertExportDefaultDeclaration=assertExportDefaultDeclaration;S.assertExportDefaultSpecifier=assertExportDefaultSpecifier;S.assertExportNamedDeclaration=assertExportNamedDeclaration;S.assertExportNamespaceSpecifier=assertExportNamespaceSpecifier;S.assertExportSpecifier=assertExportSpecifier;S.assertExpression=assertExpression;S.assertExpressionStatement=assertExpressionStatement;S.assertExpressionWrapper=assertExpressionWrapper;S.assertFile=assertFile;S.assertFlow=assertFlow;S.assertFlowBaseAnnotation=assertFlowBaseAnnotation;S.assertFlowDeclaration=assertFlowDeclaration;S.assertFlowPredicate=assertFlowPredicate;S.assertFlowType=assertFlowType;S.assertFor=assertFor;S.assertForInStatement=assertForInStatement;S.assertForOfStatement=assertForOfStatement;S.assertForStatement=assertForStatement;S.assertForXStatement=assertForXStatement;S.assertFunction=assertFunction;S.assertFunctionDeclaration=assertFunctionDeclaration;S.assertFunctionExpression=assertFunctionExpression;S.assertFunctionParameter=assertFunctionParameter;S.assertFunctionParent=assertFunctionParent;S.assertFunctionTypeAnnotation=assertFunctionTypeAnnotation;S.assertFunctionTypeParam=assertFunctionTypeParam;S.assertGenericTypeAnnotation=assertGenericTypeAnnotation;S.assertIdentifier=assertIdentifier;S.assertIfStatement=assertIfStatement;S.assertImmutable=assertImmutable;S.assertImport=assertImport;S.assertImportAttribute=assertImportAttribute;S.assertImportDeclaration=assertImportDeclaration;S.assertImportDefaultSpecifier=assertImportDefaultSpecifier;S.assertImportExpression=assertImportExpression;S.assertImportNamespaceSpecifier=assertImportNamespaceSpecifier;S.assertImportOrExportDeclaration=assertImportOrExportDeclaration;S.assertImportSpecifier=assertImportSpecifier;S.assertIndexedAccessType=assertIndexedAccessType;S.assertInferredPredicate=assertInferredPredicate;S.assertInterfaceDeclaration=assertInterfaceDeclaration;S.assertInterfaceExtends=assertInterfaceExtends;S.assertInterfaceTypeAnnotation=assertInterfaceTypeAnnotation;S.assertInterpreterDirective=assertInterpreterDirective;S.assertIntersectionTypeAnnotation=assertIntersectionTypeAnnotation;S.assertJSX=assertJSX;S.assertJSXAttribute=assertJSXAttribute;S.assertJSXClosingElement=assertJSXClosingElement;S.assertJSXClosingFragment=assertJSXClosingFragment;S.assertJSXElement=assertJSXElement;S.assertJSXEmptyExpression=assertJSXEmptyExpression;S.assertJSXExpressionContainer=assertJSXExpressionContainer;S.assertJSXFragment=assertJSXFragment;S.assertJSXIdentifier=assertJSXIdentifier;S.assertJSXMemberExpression=assertJSXMemberExpression;S.assertJSXNamespacedName=assertJSXNamespacedName;S.assertJSXOpeningElement=assertJSXOpeningElement;S.assertJSXOpeningFragment=assertJSXOpeningFragment;S.assertJSXSpreadAttribute=assertJSXSpreadAttribute;S.assertJSXSpreadChild=assertJSXSpreadChild;S.assertJSXText=assertJSXText;S.assertLVal=assertLVal;S.assertLabeledStatement=assertLabeledStatement;S.assertLiteral=assertLiteral;S.assertLogicalExpression=assertLogicalExpression;S.assertLoop=assertLoop;S.assertMemberExpression=assertMemberExpression;S.assertMetaProperty=assertMetaProperty;S.assertMethod=assertMethod;S.assertMiscellaneous=assertMiscellaneous;S.assertMixedTypeAnnotation=assertMixedTypeAnnotation;S.assertModuleDeclaration=assertModuleDeclaration;S.assertModuleExpression=assertModuleExpression;S.assertModuleSpecifier=assertModuleSpecifier;S.assertNewExpression=assertNewExpression;S.assertNoop=assertNoop;S.assertNullLiteral=assertNullLiteral;S.assertNullLiteralTypeAnnotation=assertNullLiteralTypeAnnotation;S.assertNullableTypeAnnotation=assertNullableTypeAnnotation;S.assertNumberLiteral=assertNumberLiteral;S.assertNumberLiteralTypeAnnotation=assertNumberLiteralTypeAnnotation;S.assertNumberTypeAnnotation=assertNumberTypeAnnotation;S.assertNumericLiteral=assertNumericLiteral;S.assertObjectExpression=assertObjectExpression;S.assertObjectMember=assertObjectMember;S.assertObjectMethod=assertObjectMethod;S.assertObjectPattern=assertObjectPattern;S.assertObjectProperty=assertObjectProperty;S.assertObjectTypeAnnotation=assertObjectTypeAnnotation;S.assertObjectTypeCallProperty=assertObjectTypeCallProperty;S.assertObjectTypeIndexer=assertObjectTypeIndexer;S.assertObjectTypeInternalSlot=assertObjectTypeInternalSlot;S.assertObjectTypeProperty=assertObjectTypeProperty;S.assertObjectTypeSpreadProperty=assertObjectTypeSpreadProperty;S.assertOpaqueType=assertOpaqueType;S.assertOptionalCallExpression=assertOptionalCallExpression;S.assertOptionalIndexedAccessType=assertOptionalIndexedAccessType;S.assertOptionalMemberExpression=assertOptionalMemberExpression;S.assertParenthesizedExpression=assertParenthesizedExpression;S.assertPattern=assertPattern;S.assertPatternLike=assertPatternLike;S.assertPipelineBareFunction=assertPipelineBareFunction;S.assertPipelinePrimaryTopicReference=assertPipelinePrimaryTopicReference;S.assertPipelineTopicExpression=assertPipelineTopicExpression;S.assertPlaceholder=assertPlaceholder;S.assertPrivate=assertPrivate;S.assertPrivateName=assertPrivateName;S.assertProgram=assertProgram;S.assertProperty=assertProperty;S.assertPureish=assertPureish;S.assertQualifiedTypeIdentifier=assertQualifiedTypeIdentifier;S.assertRecordExpression=assertRecordExpression;S.assertRegExpLiteral=assertRegExpLiteral;S.assertRegexLiteral=assertRegexLiteral;S.assertRestElement=assertRestElement;S.assertRestProperty=assertRestProperty;S.assertReturnStatement=assertReturnStatement;S.assertScopable=assertScopable;S.assertSequenceExpression=assertSequenceExpression;S.assertSpreadElement=assertSpreadElement;S.assertSpreadProperty=assertSpreadProperty;S.assertStandardized=assertStandardized;S.assertStatement=assertStatement;S.assertStaticBlock=assertStaticBlock;S.assertStringLiteral=assertStringLiteral;S.assertStringLiteralTypeAnnotation=assertStringLiteralTypeAnnotation;S.assertStringTypeAnnotation=assertStringTypeAnnotation;S.assertSuper=assertSuper;S.assertSwitchCase=assertSwitchCase;S.assertSwitchStatement=assertSwitchStatement;S.assertSymbolTypeAnnotation=assertSymbolTypeAnnotation;S.assertTSAnyKeyword=assertTSAnyKeyword;S.assertTSArrayType=assertTSArrayType;S.assertTSAsExpression=assertTSAsExpression;S.assertTSBaseType=assertTSBaseType;S.assertTSBigIntKeyword=assertTSBigIntKeyword;S.assertTSBooleanKeyword=assertTSBooleanKeyword;S.assertTSCallSignatureDeclaration=assertTSCallSignatureDeclaration;S.assertTSConditionalType=assertTSConditionalType;S.assertTSConstructSignatureDeclaration=assertTSConstructSignatureDeclaration;S.assertTSConstructorType=assertTSConstructorType;S.assertTSDeclareFunction=assertTSDeclareFunction;S.assertTSDeclareMethod=assertTSDeclareMethod;S.assertTSEntityName=assertTSEntityName;S.assertTSEnumBody=assertTSEnumBody;S.assertTSEnumDeclaration=assertTSEnumDeclaration;S.assertTSEnumMember=assertTSEnumMember;S.assertTSExportAssignment=assertTSExportAssignment;S.assertTSExpressionWithTypeArguments=assertTSExpressionWithTypeArguments;S.assertTSExternalModuleReference=assertTSExternalModuleReference;S.assertTSFunctionType=assertTSFunctionType;S.assertTSImportEqualsDeclaration=assertTSImportEqualsDeclaration;S.assertTSImportType=assertTSImportType;S.assertTSIndexSignature=assertTSIndexSignature;S.assertTSIndexedAccessType=assertTSIndexedAccessType;S.assertTSInferType=assertTSInferType;S.assertTSInstantiationExpression=assertTSInstantiationExpression;S.assertTSInterfaceBody=assertTSInterfaceBody;S.assertTSInterfaceDeclaration=assertTSInterfaceDeclaration;S.assertTSIntersectionType=assertTSIntersectionType;S.assertTSIntrinsicKeyword=assertTSIntrinsicKeyword;S.assertTSLiteralType=assertTSLiteralType;S.assertTSMappedType=assertTSMappedType;S.assertTSMethodSignature=assertTSMethodSignature;S.assertTSModuleBlock=assertTSModuleBlock;S.assertTSModuleDeclaration=assertTSModuleDeclaration;S.assertTSNamedTupleMember=assertTSNamedTupleMember;S.assertTSNamespaceExportDeclaration=assertTSNamespaceExportDeclaration;S.assertTSNeverKeyword=assertTSNeverKeyword;S.assertTSNonNullExpression=assertTSNonNullExpression;S.assertTSNullKeyword=assertTSNullKeyword;S.assertTSNumberKeyword=assertTSNumberKeyword;S.assertTSObjectKeyword=assertTSObjectKeyword;S.assertTSOptionalType=assertTSOptionalType;S.assertTSParameterProperty=assertTSParameterProperty;S.assertTSParenthesizedType=assertTSParenthesizedType;S.assertTSPropertySignature=assertTSPropertySignature;S.assertTSQualifiedName=assertTSQualifiedName;S.assertTSRestType=assertTSRestType;S.assertTSSatisfiesExpression=assertTSSatisfiesExpression;S.assertTSStringKeyword=assertTSStringKeyword;S.assertTSSymbolKeyword=assertTSSymbolKeyword;S.assertTSTemplateLiteralType=assertTSTemplateLiteralType;S.assertTSThisType=assertTSThisType;S.assertTSTupleType=assertTSTupleType;S.assertTSType=assertTSType;S.assertTSTypeAliasDeclaration=assertTSTypeAliasDeclaration;S.assertTSTypeAnnotation=assertTSTypeAnnotation;S.assertTSTypeAssertion=assertTSTypeAssertion;S.assertTSTypeElement=assertTSTypeElement;S.assertTSTypeLiteral=assertTSTypeLiteral;S.assertTSTypeOperator=assertTSTypeOperator;S.assertTSTypeParameter=assertTSTypeParameter;S.assertTSTypeParameterDeclaration=assertTSTypeParameterDeclaration;S.assertTSTypeParameterInstantiation=assertTSTypeParameterInstantiation;S.assertTSTypePredicate=assertTSTypePredicate;S.assertTSTypeQuery=assertTSTypeQuery;S.assertTSTypeReference=assertTSTypeReference;S.assertTSUndefinedKeyword=assertTSUndefinedKeyword;S.assertTSUnionType=assertTSUnionType;S.assertTSUnknownKeyword=assertTSUnknownKeyword;S.assertTSVoidKeyword=assertTSVoidKeyword;S.assertTaggedTemplateExpression=assertTaggedTemplateExpression;S.assertTemplateElement=assertTemplateElement;S.assertTemplateLiteral=assertTemplateLiteral;S.assertTerminatorless=assertTerminatorless;S.assertThisExpression=assertThisExpression;S.assertThisTypeAnnotation=assertThisTypeAnnotation;S.assertThrowStatement=assertThrowStatement;S.assertTopicReference=assertTopicReference;S.assertTryStatement=assertTryStatement;S.assertTupleExpression=assertTupleExpression;S.assertTupleTypeAnnotation=assertTupleTypeAnnotation;S.assertTypeAlias=assertTypeAlias;S.assertTypeAnnotation=assertTypeAnnotation;S.assertTypeCastExpression=assertTypeCastExpression;S.assertTypeParameter=assertTypeParameter;S.assertTypeParameterDeclaration=assertTypeParameterDeclaration;S.assertTypeParameterInstantiation=assertTypeParameterInstantiation;S.assertTypeScript=assertTypeScript;S.assertTypeofTypeAnnotation=assertTypeofTypeAnnotation;S.assertUnaryExpression=assertUnaryExpression;S.assertUnaryLike=assertUnaryLike;S.assertUnionTypeAnnotation=assertUnionTypeAnnotation;S.assertUpdateExpression=assertUpdateExpression;S.assertUserWhitespacable=assertUserWhitespacable;S.assertV8IntrinsicIdentifier=assertV8IntrinsicIdentifier;S.assertVariableDeclaration=assertVariableDeclaration;S.assertVariableDeclarator=assertVariableDeclarator;S.assertVariance=assertVariance;S.assertVoidPattern=assertVoidPattern;S.assertVoidTypeAnnotation=assertVoidTypeAnnotation;S.assertWhile=assertWhile;S.assertWhileStatement=assertWhileStatement;S.assertWithStatement=assertWithStatement;S.assertYieldExpression=assertYieldExpression;var ee=J(23951);var te=J(14411);function assert(b,S,J){if(!(0,ee.default)(b,S,J)){throw new Error(`Expected type "${b}" with option ${JSON.stringify(J)}, `+`but instead got "${S.type}".`)}}function assertArrayExpression(b,S){assert("ArrayExpression",b,S)}function assertAssignmentExpression(b,S){assert("AssignmentExpression",b,S)}function assertBinaryExpression(b,S){assert("BinaryExpression",b,S)}function assertInterpreterDirective(b,S){assert("InterpreterDirective",b,S)}function assertDirective(b,S){assert("Directive",b,S)}function assertDirectiveLiteral(b,S){assert("DirectiveLiteral",b,S)}function assertBlockStatement(b,S){assert("BlockStatement",b,S)}function assertBreakStatement(b,S){assert("BreakStatement",b,S)}function assertCallExpression(b,S){assert("CallExpression",b,S)}function assertCatchClause(b,S){assert("CatchClause",b,S)}function assertConditionalExpression(b,S){assert("ConditionalExpression",b,S)}function assertContinueStatement(b,S){assert("ContinueStatement",b,S)}function assertDebuggerStatement(b,S){assert("DebuggerStatement",b,S)}function assertDoWhileStatement(b,S){assert("DoWhileStatement",b,S)}function assertEmptyStatement(b,S){assert("EmptyStatement",b,S)}function assertExpressionStatement(b,S){assert("ExpressionStatement",b,S)}function assertFile(b,S){assert("File",b,S)}function assertForInStatement(b,S){assert("ForInStatement",b,S)}function assertForStatement(b,S){assert("ForStatement",b,S)}function assertFunctionDeclaration(b,S){assert("FunctionDeclaration",b,S)}function assertFunctionExpression(b,S){assert("FunctionExpression",b,S)}function assertIdentifier(b,S){assert("Identifier",b,S)}function assertIfStatement(b,S){assert("IfStatement",b,S)}function assertLabeledStatement(b,S){assert("LabeledStatement",b,S)}function assertStringLiteral(b,S){assert("StringLiteral",b,S)}function assertNumericLiteral(b,S){assert("NumericLiteral",b,S)}function assertNullLiteral(b,S){assert("NullLiteral",b,S)}function assertBooleanLiteral(b,S){assert("BooleanLiteral",b,S)}function assertRegExpLiteral(b,S){assert("RegExpLiteral",b,S)}function assertLogicalExpression(b,S){assert("LogicalExpression",b,S)}function assertMemberExpression(b,S){assert("MemberExpression",b,S)}function assertNewExpression(b,S){assert("NewExpression",b,S)}function assertProgram(b,S){assert("Program",b,S)}function assertObjectExpression(b,S){assert("ObjectExpression",b,S)}function assertObjectMethod(b,S){assert("ObjectMethod",b,S)}function assertObjectProperty(b,S){assert("ObjectProperty",b,S)}function assertRestElement(b,S){assert("RestElement",b,S)}function assertReturnStatement(b,S){assert("ReturnStatement",b,S)}function assertSequenceExpression(b,S){assert("SequenceExpression",b,S)}function assertParenthesizedExpression(b,S){assert("ParenthesizedExpression",b,S)}function assertSwitchCase(b,S){assert("SwitchCase",b,S)}function assertSwitchStatement(b,S){assert("SwitchStatement",b,S)}function assertThisExpression(b,S){assert("ThisExpression",b,S)}function assertThrowStatement(b,S){assert("ThrowStatement",b,S)}function assertTryStatement(b,S){assert("TryStatement",b,S)}function assertUnaryExpression(b,S){assert("UnaryExpression",b,S)}function assertUpdateExpression(b,S){assert("UpdateExpression",b,S)}function assertVariableDeclaration(b,S){assert("VariableDeclaration",b,S)}function assertVariableDeclarator(b,S){assert("VariableDeclarator",b,S)}function assertWhileStatement(b,S){assert("WhileStatement",b,S)}function assertWithStatement(b,S){assert("WithStatement",b,S)}function assertAssignmentPattern(b,S){assert("AssignmentPattern",b,S)}function assertArrayPattern(b,S){assert("ArrayPattern",b,S)}function assertArrowFunctionExpression(b,S){assert("ArrowFunctionExpression",b,S)}function assertClassBody(b,S){assert("ClassBody",b,S)}function assertClassExpression(b,S){assert("ClassExpression",b,S)}function assertClassDeclaration(b,S){assert("ClassDeclaration",b,S)}function assertExportAllDeclaration(b,S){assert("ExportAllDeclaration",b,S)}function assertExportDefaultDeclaration(b,S){assert("ExportDefaultDeclaration",b,S)}function assertExportNamedDeclaration(b,S){assert("ExportNamedDeclaration",b,S)}function assertExportSpecifier(b,S){assert("ExportSpecifier",b,S)}function assertForOfStatement(b,S){assert("ForOfStatement",b,S)}function assertImportDeclaration(b,S){assert("ImportDeclaration",b,S)}function assertImportDefaultSpecifier(b,S){assert("ImportDefaultSpecifier",b,S)}function assertImportNamespaceSpecifier(b,S){assert("ImportNamespaceSpecifier",b,S)}function assertImportSpecifier(b,S){assert("ImportSpecifier",b,S)}function assertImportExpression(b,S){assert("ImportExpression",b,S)}function assertMetaProperty(b,S){assert("MetaProperty",b,S)}function assertClassMethod(b,S){assert("ClassMethod",b,S)}function assertObjectPattern(b,S){assert("ObjectPattern",b,S)}function assertSpreadElement(b,S){assert("SpreadElement",b,S)}function assertSuper(b,S){assert("Super",b,S)}function assertTaggedTemplateExpression(b,S){assert("TaggedTemplateExpression",b,S)}function assertTemplateElement(b,S){assert("TemplateElement",b,S)}function assertTemplateLiteral(b,S){assert("TemplateLiteral",b,S)}function assertYieldExpression(b,S){assert("YieldExpression",b,S)}function assertAwaitExpression(b,S){assert("AwaitExpression",b,S)}function assertImport(b,S){assert("Import",b,S)}function assertBigIntLiteral(b,S){assert("BigIntLiteral",b,S)}function assertExportNamespaceSpecifier(b,S){assert("ExportNamespaceSpecifier",b,S)}function assertOptionalMemberExpression(b,S){assert("OptionalMemberExpression",b,S)}function assertOptionalCallExpression(b,S){assert("OptionalCallExpression",b,S)}function assertClassProperty(b,S){assert("ClassProperty",b,S)}function assertClassAccessorProperty(b,S){assert("ClassAccessorProperty",b,S)}function assertClassPrivateProperty(b,S){assert("ClassPrivateProperty",b,S)}function assertClassPrivateMethod(b,S){assert("ClassPrivateMethod",b,S)}function assertPrivateName(b,S){assert("PrivateName",b,S)}function assertStaticBlock(b,S){assert("StaticBlock",b,S)}function assertImportAttribute(b,S){assert("ImportAttribute",b,S)}function assertAnyTypeAnnotation(b,S){assert("AnyTypeAnnotation",b,S)}function assertArrayTypeAnnotation(b,S){assert("ArrayTypeAnnotation",b,S)}function assertBooleanTypeAnnotation(b,S){assert("BooleanTypeAnnotation",b,S)}function assertBooleanLiteralTypeAnnotation(b,S){assert("BooleanLiteralTypeAnnotation",b,S)}function assertNullLiteralTypeAnnotation(b,S){assert("NullLiteralTypeAnnotation",b,S)}function assertClassImplements(b,S){assert("ClassImplements",b,S)}function assertDeclareClass(b,S){assert("DeclareClass",b,S)}function assertDeclareFunction(b,S){assert("DeclareFunction",b,S)}function assertDeclareInterface(b,S){assert("DeclareInterface",b,S)}function assertDeclareModule(b,S){assert("DeclareModule",b,S)}function assertDeclareModuleExports(b,S){assert("DeclareModuleExports",b,S)}function assertDeclareTypeAlias(b,S){assert("DeclareTypeAlias",b,S)}function assertDeclareOpaqueType(b,S){assert("DeclareOpaqueType",b,S)}function assertDeclareVariable(b,S){assert("DeclareVariable",b,S)}function assertDeclareExportDeclaration(b,S){assert("DeclareExportDeclaration",b,S)}function assertDeclareExportAllDeclaration(b,S){assert("DeclareExportAllDeclaration",b,S)}function assertDeclaredPredicate(b,S){assert("DeclaredPredicate",b,S)}function assertExistsTypeAnnotation(b,S){assert("ExistsTypeAnnotation",b,S)}function assertFunctionTypeAnnotation(b,S){assert("FunctionTypeAnnotation",b,S)}function assertFunctionTypeParam(b,S){assert("FunctionTypeParam",b,S)}function assertGenericTypeAnnotation(b,S){assert("GenericTypeAnnotation",b,S)}function assertInferredPredicate(b,S){assert("InferredPredicate",b,S)}function assertInterfaceExtends(b,S){assert("InterfaceExtends",b,S)}function assertInterfaceDeclaration(b,S){assert("InterfaceDeclaration",b,S)}function assertInterfaceTypeAnnotation(b,S){assert("InterfaceTypeAnnotation",b,S)}function assertIntersectionTypeAnnotation(b,S){assert("IntersectionTypeAnnotation",b,S)}function assertMixedTypeAnnotation(b,S){assert("MixedTypeAnnotation",b,S)}function assertEmptyTypeAnnotation(b,S){assert("EmptyTypeAnnotation",b,S)}function assertNullableTypeAnnotation(b,S){assert("NullableTypeAnnotation",b,S)}function assertNumberLiteralTypeAnnotation(b,S){assert("NumberLiteralTypeAnnotation",b,S)}function assertNumberTypeAnnotation(b,S){assert("NumberTypeAnnotation",b,S)}function assertObjectTypeAnnotation(b,S){assert("ObjectTypeAnnotation",b,S)}function assertObjectTypeInternalSlot(b,S){assert("ObjectTypeInternalSlot",b,S)}function assertObjectTypeCallProperty(b,S){assert("ObjectTypeCallProperty",b,S)}function assertObjectTypeIndexer(b,S){assert("ObjectTypeIndexer",b,S)}function assertObjectTypeProperty(b,S){assert("ObjectTypeProperty",b,S)}function assertObjectTypeSpreadProperty(b,S){assert("ObjectTypeSpreadProperty",b,S)}function assertOpaqueType(b,S){assert("OpaqueType",b,S)}function assertQualifiedTypeIdentifier(b,S){assert("QualifiedTypeIdentifier",b,S)}function assertStringLiteralTypeAnnotation(b,S){assert("StringLiteralTypeAnnotation",b,S)}function assertStringTypeAnnotation(b,S){assert("StringTypeAnnotation",b,S)}function assertSymbolTypeAnnotation(b,S){assert("SymbolTypeAnnotation",b,S)}function assertThisTypeAnnotation(b,S){assert("ThisTypeAnnotation",b,S)}function assertTupleTypeAnnotation(b,S){assert("TupleTypeAnnotation",b,S)}function assertTypeofTypeAnnotation(b,S){assert("TypeofTypeAnnotation",b,S)}function assertTypeAlias(b,S){assert("TypeAlias",b,S)}function assertTypeAnnotation(b,S){assert("TypeAnnotation",b,S)}function assertTypeCastExpression(b,S){assert("TypeCastExpression",b,S)}function assertTypeParameter(b,S){assert("TypeParameter",b,S)}function assertTypeParameterDeclaration(b,S){assert("TypeParameterDeclaration",b,S)}function assertTypeParameterInstantiation(b,S){assert("TypeParameterInstantiation",b,S)}function assertUnionTypeAnnotation(b,S){assert("UnionTypeAnnotation",b,S)}function assertVariance(b,S){assert("Variance",b,S)}function assertVoidTypeAnnotation(b,S){assert("VoidTypeAnnotation",b,S)}function assertEnumDeclaration(b,S){assert("EnumDeclaration",b,S)}function assertEnumBooleanBody(b,S){assert("EnumBooleanBody",b,S)}function assertEnumNumberBody(b,S){assert("EnumNumberBody",b,S)}function assertEnumStringBody(b,S){assert("EnumStringBody",b,S)}function assertEnumSymbolBody(b,S){assert("EnumSymbolBody",b,S)}function assertEnumBooleanMember(b,S){assert("EnumBooleanMember",b,S)}function assertEnumNumberMember(b,S){assert("EnumNumberMember",b,S)}function assertEnumStringMember(b,S){assert("EnumStringMember",b,S)}function assertEnumDefaultedMember(b,S){assert("EnumDefaultedMember",b,S)}function assertIndexedAccessType(b,S){assert("IndexedAccessType",b,S)}function assertOptionalIndexedAccessType(b,S){assert("OptionalIndexedAccessType",b,S)}function assertJSXAttribute(b,S){assert("JSXAttribute",b,S)}function assertJSXClosingElement(b,S){assert("JSXClosingElement",b,S)}function assertJSXElement(b,S){assert("JSXElement",b,S)}function assertJSXEmptyExpression(b,S){assert("JSXEmptyExpression",b,S)}function assertJSXExpressionContainer(b,S){assert("JSXExpressionContainer",b,S)}function assertJSXSpreadChild(b,S){assert("JSXSpreadChild",b,S)}function assertJSXIdentifier(b,S){assert("JSXIdentifier",b,S)}function assertJSXMemberExpression(b,S){assert("JSXMemberExpression",b,S)}function assertJSXNamespacedName(b,S){assert("JSXNamespacedName",b,S)}function assertJSXOpeningElement(b,S){assert("JSXOpeningElement",b,S)}function assertJSXSpreadAttribute(b,S){assert("JSXSpreadAttribute",b,S)}function assertJSXText(b,S){assert("JSXText",b,S)}function assertJSXFragment(b,S){assert("JSXFragment",b,S)}function assertJSXOpeningFragment(b,S){assert("JSXOpeningFragment",b,S)}function assertJSXClosingFragment(b,S){assert("JSXClosingFragment",b,S)}function assertNoop(b,S){assert("Noop",b,S)}function assertPlaceholder(b,S){assert("Placeholder",b,S)}function assertV8IntrinsicIdentifier(b,S){assert("V8IntrinsicIdentifier",b,S)}function assertArgumentPlaceholder(b,S){assert("ArgumentPlaceholder",b,S)}function assertBindExpression(b,S){assert("BindExpression",b,S)}function assertDecorator(b,S){assert("Decorator",b,S)}function assertDoExpression(b,S){assert("DoExpression",b,S)}function assertExportDefaultSpecifier(b,S){assert("ExportDefaultSpecifier",b,S)}function assertRecordExpression(b,S){assert("RecordExpression",b,S)}function assertTupleExpression(b,S){assert("TupleExpression",b,S)}function assertDecimalLiteral(b,S){assert("DecimalLiteral",b,S)}function assertModuleExpression(b,S){assert("ModuleExpression",b,S)}function assertTopicReference(b,S){assert("TopicReference",b,S)}function assertPipelineTopicExpression(b,S){assert("PipelineTopicExpression",b,S)}function assertPipelineBareFunction(b,S){assert("PipelineBareFunction",b,S)}function assertPipelinePrimaryTopicReference(b,S){assert("PipelinePrimaryTopicReference",b,S)}function assertVoidPattern(b,S){assert("VoidPattern",b,S)}function assertTSParameterProperty(b,S){assert("TSParameterProperty",b,S)}function assertTSDeclareFunction(b,S){assert("TSDeclareFunction",b,S)}function assertTSDeclareMethod(b,S){assert("TSDeclareMethod",b,S)}function assertTSQualifiedName(b,S){assert("TSQualifiedName",b,S)}function assertTSCallSignatureDeclaration(b,S){assert("TSCallSignatureDeclaration",b,S)}function assertTSConstructSignatureDeclaration(b,S){assert("TSConstructSignatureDeclaration",b,S)}function assertTSPropertySignature(b,S){assert("TSPropertySignature",b,S)}function assertTSMethodSignature(b,S){assert("TSMethodSignature",b,S)}function assertTSIndexSignature(b,S){assert("TSIndexSignature",b,S)}function assertTSAnyKeyword(b,S){assert("TSAnyKeyword",b,S)}function assertTSBooleanKeyword(b,S){assert("TSBooleanKeyword",b,S)}function assertTSBigIntKeyword(b,S){assert("TSBigIntKeyword",b,S)}function assertTSIntrinsicKeyword(b,S){assert("TSIntrinsicKeyword",b,S)}function assertTSNeverKeyword(b,S){assert("TSNeverKeyword",b,S)}function assertTSNullKeyword(b,S){assert("TSNullKeyword",b,S)}function assertTSNumberKeyword(b,S){assert("TSNumberKeyword",b,S)}function assertTSObjectKeyword(b,S){assert("TSObjectKeyword",b,S)}function assertTSStringKeyword(b,S){assert("TSStringKeyword",b,S)}function assertTSSymbolKeyword(b,S){assert("TSSymbolKeyword",b,S)}function assertTSUndefinedKeyword(b,S){assert("TSUndefinedKeyword",b,S)}function assertTSUnknownKeyword(b,S){assert("TSUnknownKeyword",b,S)}function assertTSVoidKeyword(b,S){assert("TSVoidKeyword",b,S)}function assertTSThisType(b,S){assert("TSThisType",b,S)}function assertTSFunctionType(b,S){assert("TSFunctionType",b,S)}function assertTSConstructorType(b,S){assert("TSConstructorType",b,S)}function assertTSTypeReference(b,S){assert("TSTypeReference",b,S)}function assertTSTypePredicate(b,S){assert("TSTypePredicate",b,S)}function assertTSTypeQuery(b,S){assert("TSTypeQuery",b,S)}function assertTSTypeLiteral(b,S){assert("TSTypeLiteral",b,S)}function assertTSArrayType(b,S){assert("TSArrayType",b,S)}function assertTSTupleType(b,S){assert("TSTupleType",b,S)}function assertTSOptionalType(b,S){assert("TSOptionalType",b,S)}function assertTSRestType(b,S){assert("TSRestType",b,S)}function assertTSNamedTupleMember(b,S){assert("TSNamedTupleMember",b,S)}function assertTSUnionType(b,S){assert("TSUnionType",b,S)}function assertTSIntersectionType(b,S){assert("TSIntersectionType",b,S)}function assertTSConditionalType(b,S){assert("TSConditionalType",b,S)}function assertTSInferType(b,S){assert("TSInferType",b,S)}function assertTSParenthesizedType(b,S){assert("TSParenthesizedType",b,S)}function assertTSTypeOperator(b,S){assert("TSTypeOperator",b,S)}function assertTSIndexedAccessType(b,S){assert("TSIndexedAccessType",b,S)}function assertTSMappedType(b,S){assert("TSMappedType",b,S)}function assertTSTemplateLiteralType(b,S){assert("TSTemplateLiteralType",b,S)}function assertTSLiteralType(b,S){assert("TSLiteralType",b,S)}function assertTSExpressionWithTypeArguments(b,S){assert("TSExpressionWithTypeArguments",b,S)}function assertTSInterfaceDeclaration(b,S){assert("TSInterfaceDeclaration",b,S)}function assertTSInterfaceBody(b,S){assert("TSInterfaceBody",b,S)}function assertTSTypeAliasDeclaration(b,S){assert("TSTypeAliasDeclaration",b,S)}function assertTSInstantiationExpression(b,S){assert("TSInstantiationExpression",b,S)}function assertTSAsExpression(b,S){assert("TSAsExpression",b,S)}function assertTSSatisfiesExpression(b,S){assert("TSSatisfiesExpression",b,S)}function assertTSTypeAssertion(b,S){assert("TSTypeAssertion",b,S)}function assertTSEnumBody(b,S){assert("TSEnumBody",b,S)}function assertTSEnumDeclaration(b,S){assert("TSEnumDeclaration",b,S)}function assertTSEnumMember(b,S){assert("TSEnumMember",b,S)}function assertTSModuleDeclaration(b,S){assert("TSModuleDeclaration",b,S)}function assertTSModuleBlock(b,S){assert("TSModuleBlock",b,S)}function assertTSImportType(b,S){assert("TSImportType",b,S)}function assertTSImportEqualsDeclaration(b,S){assert("TSImportEqualsDeclaration",b,S)}function assertTSExternalModuleReference(b,S){assert("TSExternalModuleReference",b,S)}function assertTSNonNullExpression(b,S){assert("TSNonNullExpression",b,S)}function assertTSExportAssignment(b,S){assert("TSExportAssignment",b,S)}function assertTSNamespaceExportDeclaration(b,S){assert("TSNamespaceExportDeclaration",b,S)}function assertTSTypeAnnotation(b,S){assert("TSTypeAnnotation",b,S)}function assertTSTypeParameterInstantiation(b,S){assert("TSTypeParameterInstantiation",b,S)}function assertTSTypeParameterDeclaration(b,S){assert("TSTypeParameterDeclaration",b,S)}function assertTSTypeParameter(b,S){assert("TSTypeParameter",b,S)}function assertStandardized(b,S){assert("Standardized",b,S)}function assertExpression(b,S){assert("Expression",b,S)}function assertBinary(b,S){assert("Binary",b,S)}function assertScopable(b,S){assert("Scopable",b,S)}function assertBlockParent(b,S){assert("BlockParent",b,S)}function assertBlock(b,S){assert("Block",b,S)}function assertStatement(b,S){assert("Statement",b,S)}function assertTerminatorless(b,S){assert("Terminatorless",b,S)}function assertCompletionStatement(b,S){assert("CompletionStatement",b,S)}function assertConditional(b,S){assert("Conditional",b,S)}function assertLoop(b,S){assert("Loop",b,S)}function assertWhile(b,S){assert("While",b,S)}function assertExpressionWrapper(b,S){assert("ExpressionWrapper",b,S)}function assertFor(b,S){assert("For",b,S)}function assertForXStatement(b,S){assert("ForXStatement",b,S)}function assertFunction(b,S){assert("Function",b,S)}function assertFunctionParent(b,S){assert("FunctionParent",b,S)}function assertPureish(b,S){assert("Pureish",b,S)}function assertDeclaration(b,S){assert("Declaration",b,S)}function assertFunctionParameter(b,S){assert("FunctionParameter",b,S)}function assertPatternLike(b,S){assert("PatternLike",b,S)}function assertLVal(b,S){assert("LVal",b,S)}function assertTSEntityName(b,S){assert("TSEntityName",b,S)}function assertLiteral(b,S){assert("Literal",b,S)}function assertImmutable(b,S){assert("Immutable",b,S)}function assertUserWhitespacable(b,S){assert("UserWhitespacable",b,S)}function assertMethod(b,S){assert("Method",b,S)}function assertObjectMember(b,S){assert("ObjectMember",b,S)}function assertProperty(b,S){assert("Property",b,S)}function assertUnaryLike(b,S){assert("UnaryLike",b,S)}function assertPattern(b,S){assert("Pattern",b,S)}function assertClass(b,S){assert("Class",b,S)}function assertImportOrExportDeclaration(b,S){assert("ImportOrExportDeclaration",b,S)}function assertExportDeclaration(b,S){assert("ExportDeclaration",b,S)}function assertModuleSpecifier(b,S){assert("ModuleSpecifier",b,S)}function assertAccessor(b,S){assert("Accessor",b,S)}function assertPrivate(b,S){assert("Private",b,S)}function assertFlow(b,S){assert("Flow",b,S)}function assertFlowType(b,S){assert("FlowType",b,S)}function assertFlowBaseAnnotation(b,S){assert("FlowBaseAnnotation",b,S)}function assertFlowDeclaration(b,S){assert("FlowDeclaration",b,S)}function assertFlowPredicate(b,S){assert("FlowPredicate",b,S)}function assertEnumBody(b,S){assert("EnumBody",b,S)}function assertEnumMember(b,S){assert("EnumMember",b,S)}function assertJSX(b,S){assert("JSX",b,S)}function assertMiscellaneous(b,S){assert("Miscellaneous",b,S)}function assertTypeScript(b,S){assert("TypeScript",b,S)}function assertTSTypeElement(b,S){assert("TSTypeElement",b,S)}function assertTSType(b,S){assert("TSType",b,S)}function assertTSBaseType(b,S){assert("TSBaseType",b,S)}function assertNumberLiteral(b,S){(0,te.default)("assertNumberLiteral","assertNumericLiteral");assert("NumberLiteral",b,S)}function assertRegexLiteral(b,S){(0,te.default)("assertRegexLiteral","assertRegExpLiteral");assert("RegexLiteral",b,S)}function assertRestProperty(b,S){(0,te.default)("assertRestProperty","assertRestElement");assert("RestProperty",b,S)}function assertSpreadProperty(b,S){(0,te.default)("assertSpreadProperty","assertSpreadElement");assert("SpreadProperty",b,S)}function assertModuleDeclaration(b,S){(0,te.default)("assertModuleDeclaration","assertImportOrExportDeclaration");assert("ModuleDeclaration",b,S)}},89978:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=createFlowUnionType;var ee=J(54002);var te=J(5150);function createFlowUnionType(b){const S=(0,te.default)(b);if(S.length===1){return S[0]}else{return(0,ee.unionTypeAnnotation)(S)}}},53753:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(54002);var te=S["default"]=createTypeAnnotationBasedOnTypeof;function createTypeAnnotationBasedOnTypeof(b){switch(b){case"string":return(0,ee.stringTypeAnnotation)();case"number":return(0,ee.numberTypeAnnotation)();case"undefined":return(0,ee.voidTypeAnnotation)();case"boolean":return(0,ee.booleanTypeAnnotation)();case"function":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Function"));case"object":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Object"));case"symbol":return(0,ee.genericTypeAnnotation)((0,ee.identifier)("Symbol"));case"bigint":return(0,ee.anyTypeAnnotation)()}throw new Error("Invalid typeof value: "+b)}},54002:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});var ee=J(74883);Object.keys(ee).forEach((function(b){if(b==="default"||b==="__esModule")return;if(b in S&&S[b]===ee[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return ee[b]}})}));var te=J(89898);Object.keys(te).forEach((function(b){if(b==="default"||b==="__esModule")return;if(b in S&&S[b]===te[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return te[b]}})}))},74883:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.anyTypeAnnotation=anyTypeAnnotation;S.argumentPlaceholder=argumentPlaceholder;S.arrayExpression=arrayExpression;S.arrayPattern=arrayPattern;S.arrayTypeAnnotation=arrayTypeAnnotation;S.arrowFunctionExpression=arrowFunctionExpression;S.assignmentExpression=assignmentExpression;S.assignmentPattern=assignmentPattern;S.awaitExpression=awaitExpression;S.bigIntLiteral=bigIntLiteral;S.binaryExpression=binaryExpression;S.bindExpression=bindExpression;S.blockStatement=blockStatement;S.booleanLiteral=booleanLiteral;S.booleanLiteralTypeAnnotation=booleanLiteralTypeAnnotation;S.booleanTypeAnnotation=booleanTypeAnnotation;S.breakStatement=breakStatement;S.callExpression=callExpression;S.catchClause=catchClause;S.classAccessorProperty=classAccessorProperty;S.classBody=classBody;S.classDeclaration=classDeclaration;S.classExpression=classExpression;S.classImplements=classImplements;S.classMethod=classMethod;S.classPrivateMethod=classPrivateMethod;S.classPrivateProperty=classPrivateProperty;S.classProperty=classProperty;S.conditionalExpression=conditionalExpression;S.continueStatement=continueStatement;S.debuggerStatement=debuggerStatement;S.decimalLiteral=decimalLiteral;S.declareClass=declareClass;S.declareExportAllDeclaration=declareExportAllDeclaration;S.declareExportDeclaration=declareExportDeclaration;S.declareFunction=declareFunction;S.declareInterface=declareInterface;S.declareModule=declareModule;S.declareModuleExports=declareModuleExports;S.declareOpaqueType=declareOpaqueType;S.declareTypeAlias=declareTypeAlias;S.declareVariable=declareVariable;S.declaredPredicate=declaredPredicate;S.decorator=decorator;S.directive=directive;S.directiveLiteral=directiveLiteral;S.doExpression=doExpression;S.doWhileStatement=doWhileStatement;S.emptyStatement=emptyStatement;S.emptyTypeAnnotation=emptyTypeAnnotation;S.enumBooleanBody=enumBooleanBody;S.enumBooleanMember=enumBooleanMember;S.enumDeclaration=enumDeclaration;S.enumDefaultedMember=enumDefaultedMember;S.enumNumberBody=enumNumberBody;S.enumNumberMember=enumNumberMember;S.enumStringBody=enumStringBody;S.enumStringMember=enumStringMember;S.enumSymbolBody=enumSymbolBody;S.existsTypeAnnotation=existsTypeAnnotation;S.exportAllDeclaration=exportAllDeclaration;S.exportDefaultDeclaration=exportDefaultDeclaration;S.exportDefaultSpecifier=exportDefaultSpecifier;S.exportNamedDeclaration=exportNamedDeclaration;S.exportNamespaceSpecifier=exportNamespaceSpecifier;S.exportSpecifier=exportSpecifier;S.expressionStatement=expressionStatement;S.file=file;S.forInStatement=forInStatement;S.forOfStatement=forOfStatement;S.forStatement=forStatement;S.functionDeclaration=functionDeclaration;S.functionExpression=functionExpression;S.functionTypeAnnotation=functionTypeAnnotation;S.functionTypeParam=functionTypeParam;S.genericTypeAnnotation=genericTypeAnnotation;S.identifier=identifier;S.ifStatement=ifStatement;S["import"]=_import;S.importAttribute=importAttribute;S.importDeclaration=importDeclaration;S.importDefaultSpecifier=importDefaultSpecifier;S.importExpression=importExpression;S.importNamespaceSpecifier=importNamespaceSpecifier;S.importSpecifier=importSpecifier;S.indexedAccessType=indexedAccessType;S.inferredPredicate=inferredPredicate;S.interfaceDeclaration=interfaceDeclaration;S.interfaceExtends=interfaceExtends;S.interfaceTypeAnnotation=interfaceTypeAnnotation;S.interpreterDirective=interpreterDirective;S.intersectionTypeAnnotation=intersectionTypeAnnotation;S.jSXAttribute=S.jsxAttribute=jsxAttribute;S.jSXClosingElement=S.jsxClosingElement=jsxClosingElement;S.jSXClosingFragment=S.jsxClosingFragment=jsxClosingFragment;S.jSXElement=S.jsxElement=jsxElement;S.jSXEmptyExpression=S.jsxEmptyExpression=jsxEmptyExpression;S.jSXExpressionContainer=S.jsxExpressionContainer=jsxExpressionContainer;S.jSXFragment=S.jsxFragment=jsxFragment;S.jSXIdentifier=S.jsxIdentifier=jsxIdentifier;S.jSXMemberExpression=S.jsxMemberExpression=jsxMemberExpression;S.jSXNamespacedName=S.jsxNamespacedName=jsxNamespacedName;S.jSXOpeningElement=S.jsxOpeningElement=jsxOpeningElement;S.jSXOpeningFragment=S.jsxOpeningFragment=jsxOpeningFragment;S.jSXSpreadAttribute=S.jsxSpreadAttribute=jsxSpreadAttribute;S.jSXSpreadChild=S.jsxSpreadChild=jsxSpreadChild;S.jSXText=S.jsxText=jsxText;S.labeledStatement=labeledStatement;S.logicalExpression=logicalExpression;S.memberExpression=memberExpression;S.metaProperty=metaProperty;S.mixedTypeAnnotation=mixedTypeAnnotation;S.moduleExpression=moduleExpression;S.newExpression=newExpression;S.noop=noop;S.nullLiteral=nullLiteral;S.nullLiteralTypeAnnotation=nullLiteralTypeAnnotation;S.nullableTypeAnnotation=nullableTypeAnnotation;S.numberLiteral=NumberLiteral;S.numberLiteralTypeAnnotation=numberLiteralTypeAnnotation;S.numberTypeAnnotation=numberTypeAnnotation;S.numericLiteral=numericLiteral;S.objectExpression=objectExpression;S.objectMethod=objectMethod;S.objectPattern=objectPattern;S.objectProperty=objectProperty;S.objectTypeAnnotation=objectTypeAnnotation;S.objectTypeCallProperty=objectTypeCallProperty;S.objectTypeIndexer=objectTypeIndexer;S.objectTypeInternalSlot=objectTypeInternalSlot;S.objectTypeProperty=objectTypeProperty;S.objectTypeSpreadProperty=objectTypeSpreadProperty;S.opaqueType=opaqueType;S.optionalCallExpression=optionalCallExpression;S.optionalIndexedAccessType=optionalIndexedAccessType;S.optionalMemberExpression=optionalMemberExpression;S.parenthesizedExpression=parenthesizedExpression;S.pipelineBareFunction=pipelineBareFunction;S.pipelinePrimaryTopicReference=pipelinePrimaryTopicReference;S.pipelineTopicExpression=pipelineTopicExpression;S.placeholder=placeholder;S.privateName=privateName;S.program=program;S.qualifiedTypeIdentifier=qualifiedTypeIdentifier;S.recordExpression=recordExpression;S.regExpLiteral=regExpLiteral;S.regexLiteral=RegexLiteral;S.restElement=restElement;S.restProperty=RestProperty;S.returnStatement=returnStatement;S.sequenceExpression=sequenceExpression;S.spreadElement=spreadElement;S.spreadProperty=SpreadProperty;S.staticBlock=staticBlock;S.stringLiteral=stringLiteral;S.stringLiteralTypeAnnotation=stringLiteralTypeAnnotation;S.stringTypeAnnotation=stringTypeAnnotation;S["super"]=_super;S.switchCase=switchCase;S.switchStatement=switchStatement;S.symbolTypeAnnotation=symbolTypeAnnotation;S.taggedTemplateExpression=taggedTemplateExpression;S.templateElement=templateElement;S.templateLiteral=templateLiteral;S.thisExpression=thisExpression;S.thisTypeAnnotation=thisTypeAnnotation;S.throwStatement=throwStatement;S.topicReference=topicReference;S.tryStatement=tryStatement;S.tSAnyKeyword=S.tsAnyKeyword=tsAnyKeyword;S.tSArrayType=S.tsArrayType=tsArrayType;S.tSAsExpression=S.tsAsExpression=tsAsExpression;S.tSBigIntKeyword=S.tsBigIntKeyword=tsBigIntKeyword;S.tSBooleanKeyword=S.tsBooleanKeyword=tsBooleanKeyword;S.tSCallSignatureDeclaration=S.tsCallSignatureDeclaration=tsCallSignatureDeclaration;S.tSConditionalType=S.tsConditionalType=tsConditionalType;S.tSConstructSignatureDeclaration=S.tsConstructSignatureDeclaration=tsConstructSignatureDeclaration;S.tSConstructorType=S.tsConstructorType=tsConstructorType;S.tSDeclareFunction=S.tsDeclareFunction=tsDeclareFunction;S.tSDeclareMethod=S.tsDeclareMethod=tsDeclareMethod;S.tSEnumBody=S.tsEnumBody=tsEnumBody;S.tSEnumDeclaration=S.tsEnumDeclaration=tsEnumDeclaration;S.tSEnumMember=S.tsEnumMember=tsEnumMember;S.tSExportAssignment=S.tsExportAssignment=tsExportAssignment;S.tSExpressionWithTypeArguments=S.tsExpressionWithTypeArguments=tsExpressionWithTypeArguments;S.tSExternalModuleReference=S.tsExternalModuleReference=tsExternalModuleReference;S.tSFunctionType=S.tsFunctionType=tsFunctionType;S.tSImportEqualsDeclaration=S.tsImportEqualsDeclaration=tsImportEqualsDeclaration;S.tSImportType=S.tsImportType=tsImportType;S.tSIndexSignature=S.tsIndexSignature=tsIndexSignature;S.tSIndexedAccessType=S.tsIndexedAccessType=tsIndexedAccessType;S.tSInferType=S.tsInferType=tsInferType;S.tSInstantiationExpression=S.tsInstantiationExpression=tsInstantiationExpression;S.tSInterfaceBody=S.tsInterfaceBody=tsInterfaceBody;S.tSInterfaceDeclaration=S.tsInterfaceDeclaration=tsInterfaceDeclaration;S.tSIntersectionType=S.tsIntersectionType=tsIntersectionType;S.tSIntrinsicKeyword=S.tsIntrinsicKeyword=tsIntrinsicKeyword;S.tSLiteralType=S.tsLiteralType=tsLiteralType;S.tSMappedType=S.tsMappedType=tsMappedType;S.tSMethodSignature=S.tsMethodSignature=tsMethodSignature;S.tSModuleBlock=S.tsModuleBlock=tsModuleBlock;S.tSModuleDeclaration=S.tsModuleDeclaration=tsModuleDeclaration;S.tSNamedTupleMember=S.tsNamedTupleMember=tsNamedTupleMember;S.tSNamespaceExportDeclaration=S.tsNamespaceExportDeclaration=tsNamespaceExportDeclaration;S.tSNeverKeyword=S.tsNeverKeyword=tsNeverKeyword;S.tSNonNullExpression=S.tsNonNullExpression=tsNonNullExpression;S.tSNullKeyword=S.tsNullKeyword=tsNullKeyword;S.tSNumberKeyword=S.tsNumberKeyword=tsNumberKeyword;S.tSObjectKeyword=S.tsObjectKeyword=tsObjectKeyword;S.tSOptionalType=S.tsOptionalType=tsOptionalType;S.tSParameterProperty=S.tsParameterProperty=tsParameterProperty;S.tSParenthesizedType=S.tsParenthesizedType=tsParenthesizedType;S.tSPropertySignature=S.tsPropertySignature=tsPropertySignature;S.tSQualifiedName=S.tsQualifiedName=tsQualifiedName;S.tSRestType=S.tsRestType=tsRestType;S.tSSatisfiesExpression=S.tsSatisfiesExpression=tsSatisfiesExpression;S.tSStringKeyword=S.tsStringKeyword=tsStringKeyword;S.tSSymbolKeyword=S.tsSymbolKeyword=tsSymbolKeyword;S.tSTemplateLiteralType=S.tsTemplateLiteralType=tsTemplateLiteralType;S.tSThisType=S.tsThisType=tsThisType;S.tSTupleType=S.tsTupleType=tsTupleType;S.tSTypeAliasDeclaration=S.tsTypeAliasDeclaration=tsTypeAliasDeclaration;S.tSTypeAnnotation=S.tsTypeAnnotation=tsTypeAnnotation;S.tSTypeAssertion=S.tsTypeAssertion=tsTypeAssertion;S.tSTypeLiteral=S.tsTypeLiteral=tsTypeLiteral;S.tSTypeOperator=S.tsTypeOperator=tsTypeOperator;S.tSTypeParameter=S.tsTypeParameter=tsTypeParameter;S.tSTypeParameterDeclaration=S.tsTypeParameterDeclaration=tsTypeParameterDeclaration;S.tSTypeParameterInstantiation=S.tsTypeParameterInstantiation=tsTypeParameterInstantiation;S.tSTypePredicate=S.tsTypePredicate=tsTypePredicate;S.tSTypeQuery=S.tsTypeQuery=tsTypeQuery;S.tSTypeReference=S.tsTypeReference=tsTypeReference;S.tSUndefinedKeyword=S.tsUndefinedKeyword=tsUndefinedKeyword;S.tSUnionType=S.tsUnionType=tsUnionType;S.tSUnknownKeyword=S.tsUnknownKeyword=tsUnknownKeyword;S.tSVoidKeyword=S.tsVoidKeyword=tsVoidKeyword;S.tupleExpression=tupleExpression;S.tupleTypeAnnotation=tupleTypeAnnotation;S.typeAlias=typeAlias;S.typeAnnotation=typeAnnotation;S.typeCastExpression=typeCastExpression;S.typeParameter=typeParameter;S.typeParameterDeclaration=typeParameterDeclaration;S.typeParameterInstantiation=typeParameterInstantiation;S.typeofTypeAnnotation=typeofTypeAnnotation;S.unaryExpression=unaryExpression;S.unionTypeAnnotation=unionTypeAnnotation;S.updateExpression=updateExpression;S.v8IntrinsicIdentifier=v8IntrinsicIdentifier;S.variableDeclaration=variableDeclaration;S.variableDeclarator=variableDeclarator;S.variance=variance;S.voidPattern=voidPattern;S.voidTypeAnnotation=voidTypeAnnotation;S.whileStatement=whileStatement;S.withStatement=withStatement;S.yieldExpression=yieldExpression;var ee=J(42625);var te=J(14411);var re=J(56259);const{validateInternal:ne}=ee;const{NODE_FIELDS:ie}=re;function bigIntLiteral(b){if(typeof b==="bigint"){b=b.toString()}const S={type:"BigIntLiteral",value:b};const J=ie.BigIntLiteral;ne(J.value,S,"value",b);return S}function arrayExpression(b=[]){const S={type:"ArrayExpression",elements:b};const J=ie.ArrayExpression;ne(J.elements,S,"elements",b,1);return S}function assignmentExpression(b,S,J){const ee={type:"AssignmentExpression",operator:b,left:S,right:J};const te=ie.AssignmentExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function binaryExpression(b,S,J){const ee={type:"BinaryExpression",operator:b,left:S,right:J};const te=ie.BinaryExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function interpreterDirective(b){const S={type:"InterpreterDirective",value:b};const J=ie.InterpreterDirective;ne(J.value,S,"value",b);return S}function directive(b){const S={type:"Directive",value:b};const J=ie.Directive;ne(J.value,S,"value",b,1);return S}function directiveLiteral(b){const S={type:"DirectiveLiteral",value:b};const J=ie.DirectiveLiteral;ne(J.value,S,"value",b);return S}function blockStatement(b,S=[]){const J={type:"BlockStatement",body:b,directives:S};const ee=ie.BlockStatement;ne(ee.body,J,"body",b,1);ne(ee.directives,J,"directives",S,1);return J}function breakStatement(b=null){const S={type:"BreakStatement",label:b};const J=ie.BreakStatement;ne(J.label,S,"label",b,1);return S}function callExpression(b,S){const J={type:"CallExpression",callee:b,arguments:S};const ee=ie.CallExpression;ne(ee.callee,J,"callee",b,1);ne(ee.arguments,J,"arguments",S,1);return J}function catchClause(b=null,S){const J={type:"CatchClause",param:b,body:S};const ee=ie.CatchClause;ne(ee.param,J,"param",b,1);ne(ee.body,J,"body",S,1);return J}function conditionalExpression(b,S,J){const ee={type:"ConditionalExpression",test:b,consequent:S,alternate:J};const te=ie.ConditionalExpression;ne(te.test,ee,"test",b,1);ne(te.consequent,ee,"consequent",S,1);ne(te.alternate,ee,"alternate",J,1);return ee}function continueStatement(b=null){const S={type:"ContinueStatement",label:b};const J=ie.ContinueStatement;ne(J.label,S,"label",b,1);return S}function debuggerStatement(){return{type:"DebuggerStatement"}}function doWhileStatement(b,S){const J={type:"DoWhileStatement",test:b,body:S};const ee=ie.DoWhileStatement;ne(ee.test,J,"test",b,1);ne(ee.body,J,"body",S,1);return J}function emptyStatement(){return{type:"EmptyStatement"}}function expressionStatement(b){const S={type:"ExpressionStatement",expression:b};const J=ie.ExpressionStatement;ne(J.expression,S,"expression",b,1);return S}function file(b,S=null,J=null){const ee={type:"File",program:b,comments:S,tokens:J};const te=ie.File;ne(te.program,ee,"program",b,1);ne(te.comments,ee,"comments",S,1);ne(te.tokens,ee,"tokens",J);return ee}function forInStatement(b,S,J){const ee={type:"ForInStatement",left:b,right:S,body:J};const te=ie.ForInStatement;ne(te.left,ee,"left",b,1);ne(te.right,ee,"right",S,1);ne(te.body,ee,"body",J,1);return ee}function forStatement(b=null,S=null,J=null,ee){const te={type:"ForStatement",init:b,test:S,update:J,body:ee};const re=ie.ForStatement;ne(re.init,te,"init",b,1);ne(re.test,te,"test",S,1);ne(re.update,te,"update",J,1);ne(re.body,te,"body",ee,1);return te}function functionDeclaration(b=null,S,J,ee=false,te=false){const re={type:"FunctionDeclaration",id:b,params:S,body:J,generator:ee,async:te};const oe=ie.FunctionDeclaration;ne(oe.id,re,"id",b,1);ne(oe.params,re,"params",S,1);ne(oe.body,re,"body",J,1);ne(oe.generator,re,"generator",ee);ne(oe.async,re,"async",te);return re}function functionExpression(b=null,S,J,ee=false,te=false){const re={type:"FunctionExpression",id:b,params:S,body:J,generator:ee,async:te};const oe=ie.FunctionExpression;ne(oe.id,re,"id",b,1);ne(oe.params,re,"params",S,1);ne(oe.body,re,"body",J,1);ne(oe.generator,re,"generator",ee);ne(oe.async,re,"async",te);return re}function identifier(b){const S={type:"Identifier",name:b};const J=ie.Identifier;ne(J.name,S,"name",b);return S}function ifStatement(b,S,J=null){const ee={type:"IfStatement",test:b,consequent:S,alternate:J};const te=ie.IfStatement;ne(te.test,ee,"test",b,1);ne(te.consequent,ee,"consequent",S,1);ne(te.alternate,ee,"alternate",J,1);return ee}function labeledStatement(b,S){const J={type:"LabeledStatement",label:b,body:S};const ee=ie.LabeledStatement;ne(ee.label,J,"label",b,1);ne(ee.body,J,"body",S,1);return J}function stringLiteral(b){const S={type:"StringLiteral",value:b};const J=ie.StringLiteral;ne(J.value,S,"value",b);return S}function numericLiteral(b){const S={type:"NumericLiteral",value:b};const J=ie.NumericLiteral;ne(J.value,S,"value",b);return S}function nullLiteral(){return{type:"NullLiteral"}}function booleanLiteral(b){const S={type:"BooleanLiteral",value:b};const J=ie.BooleanLiteral;ne(J.value,S,"value",b);return S}function regExpLiteral(b,S=""){const J={type:"RegExpLiteral",pattern:b,flags:S};const ee=ie.RegExpLiteral;ne(ee.pattern,J,"pattern",b);ne(ee.flags,J,"flags",S);return J}function logicalExpression(b,S,J){const ee={type:"LogicalExpression",operator:b,left:S,right:J};const te=ie.LogicalExpression;ne(te.operator,ee,"operator",b);ne(te.left,ee,"left",S,1);ne(te.right,ee,"right",J,1);return ee}function memberExpression(b,S,J=false,ee=null){const te={type:"MemberExpression",object:b,property:S,computed:J,optional:ee};const re=ie.MemberExpression;ne(re.object,te,"object",b,1);ne(re.property,te,"property",S,1);ne(re.computed,te,"computed",J);ne(re.optional,te,"optional",ee);return te}function newExpression(b,S){const J={type:"NewExpression",callee:b,arguments:S};const ee=ie.NewExpression;ne(ee.callee,J,"callee",b,1);ne(ee.arguments,J,"arguments",S,1);return J}function program(b,S=[],J="script",ee=null){const te={type:"Program",body:b,directives:S,sourceType:J,interpreter:ee};const re=ie.Program;ne(re.body,te,"body",b,1);ne(re.directives,te,"directives",S,1);ne(re.sourceType,te,"sourceType",J);ne(re.interpreter,te,"interpreter",ee,1);return te}function objectExpression(b){const S={type:"ObjectExpression",properties:b};const J=ie.ObjectExpression;ne(J.properties,S,"properties",b,1);return S}function objectMethod(b="method",S,J,ee,te=false,re=false,oe=false){const se={type:"ObjectMethod",kind:b,key:S,params:J,body:ee,computed:te,generator:re,async:oe};const ae=ie.ObjectMethod;ne(ae.kind,se,"kind",b);ne(ae.key,se,"key",S,1);ne(ae.params,se,"params",J,1);ne(ae.body,se,"body",ee,1);ne(ae.computed,se,"computed",te);ne(ae.generator,se,"generator",re);ne(ae.async,se,"async",oe);return se}function objectProperty(b,S,J=false,ee=false,te=null){const re={type:"ObjectProperty",key:b,value:S,computed:J,shorthand:ee,decorators:te};const oe=ie.ObjectProperty;ne(oe.key,re,"key",b,1);ne(oe.value,re,"value",S,1);ne(oe.computed,re,"computed",J);ne(oe.shorthand,re,"shorthand",ee);ne(oe.decorators,re,"decorators",te,1);return re}function restElement(b){const S={type:"RestElement",argument:b};const J=ie.RestElement;ne(J.argument,S,"argument",b,1);return S}function returnStatement(b=null){const S={type:"ReturnStatement",argument:b};const J=ie.ReturnStatement;ne(J.argument,S,"argument",b,1);return S}function sequenceExpression(b){const S={type:"SequenceExpression",expressions:b};const J=ie.SequenceExpression;ne(J.expressions,S,"expressions",b,1);return S}function parenthesizedExpression(b){const S={type:"ParenthesizedExpression",expression:b};const J=ie.ParenthesizedExpression;ne(J.expression,S,"expression",b,1);return S}function switchCase(b=null,S){const J={type:"SwitchCase",test:b,consequent:S};const ee=ie.SwitchCase;ne(ee.test,J,"test",b,1);ne(ee.consequent,J,"consequent",S,1);return J}function switchStatement(b,S){const J={type:"SwitchStatement",discriminant:b,cases:S};const ee=ie.SwitchStatement;ne(ee.discriminant,J,"discriminant",b,1);ne(ee.cases,J,"cases",S,1);return J}function thisExpression(){return{type:"ThisExpression"}}function throwStatement(b){const S={type:"ThrowStatement",argument:b};const J=ie.ThrowStatement;ne(J.argument,S,"argument",b,1);return S}function tryStatement(b,S=null,J=null){const ee={type:"TryStatement",block:b,handler:S,finalizer:J};const te=ie.TryStatement;ne(te.block,ee,"block",b,1);ne(te.handler,ee,"handler",S,1);ne(te.finalizer,ee,"finalizer",J,1);return ee}function unaryExpression(b,S,J=true){const ee={type:"UnaryExpression",operator:b,argument:S,prefix:J};const te=ie.UnaryExpression;ne(te.operator,ee,"operator",b);ne(te.argument,ee,"argument",S,1);ne(te.prefix,ee,"prefix",J);return ee}function updateExpression(b,S,J=false){const ee={type:"UpdateExpression",operator:b,argument:S,prefix:J};const te=ie.UpdateExpression;ne(te.operator,ee,"operator",b);ne(te.argument,ee,"argument",S,1);ne(te.prefix,ee,"prefix",J);return ee}function variableDeclaration(b,S){const J={type:"VariableDeclaration",kind:b,declarations:S};const ee=ie.VariableDeclaration;ne(ee.kind,J,"kind",b);ne(ee.declarations,J,"declarations",S,1);return J}function variableDeclarator(b,S=null){const J={type:"VariableDeclarator",id:b,init:S};const ee=ie.VariableDeclarator;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function whileStatement(b,S){const J={type:"WhileStatement",test:b,body:S};const ee=ie.WhileStatement;ne(ee.test,J,"test",b,1);ne(ee.body,J,"body",S,1);return J}function withStatement(b,S){const J={type:"WithStatement",object:b,body:S};const ee=ie.WithStatement;ne(ee.object,J,"object",b,1);ne(ee.body,J,"body",S,1);return J}function assignmentPattern(b,S){const J={type:"AssignmentPattern",left:b,right:S};const ee=ie.AssignmentPattern;ne(ee.left,J,"left",b,1);ne(ee.right,J,"right",S,1);return J}function arrayPattern(b){const S={type:"ArrayPattern",elements:b};const J=ie.ArrayPattern;ne(J.elements,S,"elements",b,1);return S}function arrowFunctionExpression(b,S,J=false){const ee={type:"ArrowFunctionExpression",params:b,body:S,async:J,expression:null};const te=ie.ArrowFunctionExpression;ne(te.params,ee,"params",b,1);ne(te.body,ee,"body",S,1);ne(te.async,ee,"async",J);return ee}function classBody(b){const S={type:"ClassBody",body:b};const J=ie.ClassBody;ne(J.body,S,"body",b,1);return S}function classExpression(b=null,S=null,J,ee=null){const te={type:"ClassExpression",id:b,superClass:S,body:J,decorators:ee};const re=ie.ClassExpression;ne(re.id,te,"id",b,1);ne(re.superClass,te,"superClass",S,1);ne(re.body,te,"body",J,1);ne(re.decorators,te,"decorators",ee,1);return te}function classDeclaration(b=null,S=null,J,ee=null){const te={type:"ClassDeclaration",id:b,superClass:S,body:J,decorators:ee};const re=ie.ClassDeclaration;ne(re.id,te,"id",b,1);ne(re.superClass,te,"superClass",S,1);ne(re.body,te,"body",J,1);ne(re.decorators,te,"decorators",ee,1);return te}function exportAllDeclaration(b,S=null){const J={type:"ExportAllDeclaration",source:b,attributes:S};const ee=ie.ExportAllDeclaration;ne(ee.source,J,"source",b,1);ne(ee.attributes,J,"attributes",S,1);return J}function exportDefaultDeclaration(b){const S={type:"ExportDefaultDeclaration",declaration:b};const J=ie.ExportDefaultDeclaration;ne(J.declaration,S,"declaration",b,1);return S}function exportNamedDeclaration(b=null,S=[],J=null,ee=null){const te={type:"ExportNamedDeclaration",declaration:b,specifiers:S,source:J,attributes:ee};const re=ie.ExportNamedDeclaration;ne(re.declaration,te,"declaration",b,1);ne(re.specifiers,te,"specifiers",S,1);ne(re.source,te,"source",J,1);ne(re.attributes,te,"attributes",ee,1);return te}function exportSpecifier(b,S){const J={type:"ExportSpecifier",local:b,exported:S};const ee=ie.ExportSpecifier;ne(ee.local,J,"local",b,1);ne(ee.exported,J,"exported",S,1);return J}function forOfStatement(b,S,J,ee=false){const te={type:"ForOfStatement",left:b,right:S,body:J,await:ee};const re=ie.ForOfStatement;ne(re.left,te,"left",b,1);ne(re.right,te,"right",S,1);ne(re.body,te,"body",J,1);ne(re.await,te,"await",ee);return te}function importDeclaration(b,S,J=null){const ee={type:"ImportDeclaration",specifiers:b,source:S,attributes:J};const te=ie.ImportDeclaration;ne(te.specifiers,ee,"specifiers",b,1);ne(te.source,ee,"source",S,1);ne(te.attributes,ee,"attributes",J,1);return ee}function importDefaultSpecifier(b){const S={type:"ImportDefaultSpecifier",local:b};const J=ie.ImportDefaultSpecifier;ne(J.local,S,"local",b,1);return S}function importNamespaceSpecifier(b){const S={type:"ImportNamespaceSpecifier",local:b};const J=ie.ImportNamespaceSpecifier;ne(J.local,S,"local",b,1);return S}function importSpecifier(b,S){const J={type:"ImportSpecifier",local:b,imported:S};const ee=ie.ImportSpecifier;ne(ee.local,J,"local",b,1);ne(ee.imported,J,"imported",S,1);return J}function importExpression(b,S=null){const J={type:"ImportExpression",source:b,options:S};const ee=ie.ImportExpression;ne(ee.source,J,"source",b,1);ne(ee.options,J,"options",S,1);return J}function metaProperty(b,S){const J={type:"MetaProperty",meta:b,property:S};const ee=ie.MetaProperty;ne(ee.meta,J,"meta",b,1);ne(ee.property,J,"property",S,1);return J}function classMethod(b="method",S,J,ee,te=false,re=false,oe=false,se=false){const ae={type:"ClassMethod",kind:b,key:S,params:J,body:ee,computed:te,static:re,generator:oe,async:se};const ce=ie.ClassMethod;ne(ce.kind,ae,"kind",b);ne(ce.key,ae,"key",S,1);ne(ce.params,ae,"params",J,1);ne(ce.body,ae,"body",ee,1);ne(ce.computed,ae,"computed",te);ne(ce.static,ae,"static",re);ne(ce.generator,ae,"generator",oe);ne(ce.async,ae,"async",se);return ae}function objectPattern(b){const S={type:"ObjectPattern",properties:b};const J=ie.ObjectPattern;ne(J.properties,S,"properties",b,1);return S}function spreadElement(b){const S={type:"SpreadElement",argument:b};const J=ie.SpreadElement;ne(J.argument,S,"argument",b,1);return S}function _super(){return{type:"Super"}}function taggedTemplateExpression(b,S){const J={type:"TaggedTemplateExpression",tag:b,quasi:S};const ee=ie.TaggedTemplateExpression;ne(ee.tag,J,"tag",b,1);ne(ee.quasi,J,"quasi",S,1);return J}function templateElement(b,S=false){const J={type:"TemplateElement",value:b,tail:S};const ee=ie.TemplateElement;ne(ee.value,J,"value",b);ne(ee.tail,J,"tail",S);return J}function templateLiteral(b,S){const J={type:"TemplateLiteral",quasis:b,expressions:S};const ee=ie.TemplateLiteral;ne(ee.quasis,J,"quasis",b,1);ne(ee.expressions,J,"expressions",S,1);return J}function yieldExpression(b=null,S=false){const J={type:"YieldExpression",argument:b,delegate:S};const ee=ie.YieldExpression;ne(ee.argument,J,"argument",b,1);ne(ee.delegate,J,"delegate",S);return J}function awaitExpression(b){const S={type:"AwaitExpression",argument:b};const J=ie.AwaitExpression;ne(J.argument,S,"argument",b,1);return S}function _import(){return{type:"Import"}}function exportNamespaceSpecifier(b){const S={type:"ExportNamespaceSpecifier",exported:b};const J=ie.ExportNamespaceSpecifier;ne(J.exported,S,"exported",b,1);return S}function optionalMemberExpression(b,S,J=false,ee){const te={type:"OptionalMemberExpression",object:b,property:S,computed:J,optional:ee};const re=ie.OptionalMemberExpression;ne(re.object,te,"object",b,1);ne(re.property,te,"property",S,1);ne(re.computed,te,"computed",J);ne(re.optional,te,"optional",ee);return te}function optionalCallExpression(b,S,J){const ee={type:"OptionalCallExpression",callee:b,arguments:S,optional:J};const te=ie.OptionalCallExpression;ne(te.callee,ee,"callee",b,1);ne(te.arguments,ee,"arguments",S,1);ne(te.optional,ee,"optional",J);return ee}function classProperty(b,S=null,J=null,ee=null,te=false,re=false){const oe={type:"ClassProperty",key:b,value:S,typeAnnotation:J,decorators:ee,computed:te,static:re};const se=ie.ClassProperty;ne(se.key,oe,"key",b,1);ne(se.value,oe,"value",S,1);ne(se.typeAnnotation,oe,"typeAnnotation",J,1);ne(se.decorators,oe,"decorators",ee,1);ne(se.computed,oe,"computed",te);ne(se.static,oe,"static",re);return oe}function classAccessorProperty(b,S=null,J=null,ee=null,te=false,re=false){const oe={type:"ClassAccessorProperty",key:b,value:S,typeAnnotation:J,decorators:ee,computed:te,static:re};const se=ie.ClassAccessorProperty;ne(se.key,oe,"key",b,1);ne(se.value,oe,"value",S,1);ne(se.typeAnnotation,oe,"typeAnnotation",J,1);ne(se.decorators,oe,"decorators",ee,1);ne(se.computed,oe,"computed",te);ne(se.static,oe,"static",re);return oe}function classPrivateProperty(b,S=null,J=null,ee=false){const te={type:"ClassPrivateProperty",key:b,value:S,decorators:J,static:ee};const re=ie.ClassPrivateProperty;ne(re.key,te,"key",b,1);ne(re.value,te,"value",S,1);ne(re.decorators,te,"decorators",J,1);ne(re.static,te,"static",ee);return te}function classPrivateMethod(b="method",S,J,ee,te=false){const re={type:"ClassPrivateMethod",kind:b,key:S,params:J,body:ee,static:te};const oe=ie.ClassPrivateMethod;ne(oe.kind,re,"kind",b);ne(oe.key,re,"key",S,1);ne(oe.params,re,"params",J,1);ne(oe.body,re,"body",ee,1);ne(oe.static,re,"static",te);return re}function privateName(b){const S={type:"PrivateName",id:b};const J=ie.PrivateName;ne(J.id,S,"id",b,1);return S}function staticBlock(b){const S={type:"StaticBlock",body:b};const J=ie.StaticBlock;ne(J.body,S,"body",b,1);return S}function importAttribute(b,S){const J={type:"ImportAttribute",key:b,value:S};const ee=ie.ImportAttribute;ne(ee.key,J,"key",b,1);ne(ee.value,J,"value",S,1);return J}function anyTypeAnnotation(){return{type:"AnyTypeAnnotation"}}function arrayTypeAnnotation(b){const S={type:"ArrayTypeAnnotation",elementType:b};const J=ie.ArrayTypeAnnotation;ne(J.elementType,S,"elementType",b,1);return S}function booleanTypeAnnotation(){return{type:"BooleanTypeAnnotation"}}function booleanLiteralTypeAnnotation(b){const S={type:"BooleanLiteralTypeAnnotation",value:b};const J=ie.BooleanLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function nullLiteralTypeAnnotation(){return{type:"NullLiteralTypeAnnotation"}}function classImplements(b,S=null){const J={type:"ClassImplements",id:b,typeParameters:S};const ee=ie.ClassImplements;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function declareClass(b,S=null,J=null,ee){const te={type:"DeclareClass",id:b,typeParameters:S,extends:J,body:ee};const re=ie.DeclareClass;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function declareFunction(b){const S={type:"DeclareFunction",id:b};const J=ie.DeclareFunction;ne(J.id,S,"id",b,1);return S}function declareInterface(b,S=null,J=null,ee){const te={type:"DeclareInterface",id:b,typeParameters:S,extends:J,body:ee};const re=ie.DeclareInterface;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function declareModule(b,S,J=null){const ee={type:"DeclareModule",id:b,body:S,kind:J};const te=ie.DeclareModule;ne(te.id,ee,"id",b,1);ne(te.body,ee,"body",S,1);ne(te.kind,ee,"kind",J);return ee}function declareModuleExports(b){const S={type:"DeclareModuleExports",typeAnnotation:b};const J=ie.DeclareModuleExports;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function declareTypeAlias(b,S=null,J){const ee={type:"DeclareTypeAlias",id:b,typeParameters:S,right:J};const te=ie.DeclareTypeAlias;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.right,ee,"right",J,1);return ee}function declareOpaqueType(b,S=null,J=null){const ee={type:"DeclareOpaqueType",id:b,typeParameters:S,supertype:J};const te=ie.DeclareOpaqueType;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.supertype,ee,"supertype",J,1);return ee}function declareVariable(b){const S={type:"DeclareVariable",id:b};const J=ie.DeclareVariable;ne(J.id,S,"id",b,1);return S}function declareExportDeclaration(b=null,S=null,J=null,ee=null){const te={type:"DeclareExportDeclaration",declaration:b,specifiers:S,source:J,attributes:ee};const re=ie.DeclareExportDeclaration;ne(re.declaration,te,"declaration",b,1);ne(re.specifiers,te,"specifiers",S,1);ne(re.source,te,"source",J,1);ne(re.attributes,te,"attributes",ee,1);return te}function declareExportAllDeclaration(b,S=null){const J={type:"DeclareExportAllDeclaration",source:b,attributes:S};const ee=ie.DeclareExportAllDeclaration;ne(ee.source,J,"source",b,1);ne(ee.attributes,J,"attributes",S,1);return J}function declaredPredicate(b){const S={type:"DeclaredPredicate",value:b};const J=ie.DeclaredPredicate;ne(J.value,S,"value",b,1);return S}function existsTypeAnnotation(){return{type:"ExistsTypeAnnotation"}}function functionTypeAnnotation(b=null,S,J=null,ee){const te={type:"FunctionTypeAnnotation",typeParameters:b,params:S,rest:J,returnType:ee};const re=ie.FunctionTypeAnnotation;ne(re.typeParameters,te,"typeParameters",b,1);ne(re.params,te,"params",S,1);ne(re.rest,te,"rest",J,1);ne(re.returnType,te,"returnType",ee,1);return te}function functionTypeParam(b=null,S){const J={type:"FunctionTypeParam",name:b,typeAnnotation:S};const ee=ie.FunctionTypeParam;ne(ee.name,J,"name",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function genericTypeAnnotation(b,S=null){const J={type:"GenericTypeAnnotation",id:b,typeParameters:S};const ee=ie.GenericTypeAnnotation;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function inferredPredicate(){return{type:"InferredPredicate"}}function interfaceExtends(b,S=null){const J={type:"InterfaceExtends",id:b,typeParameters:S};const ee=ie.InterfaceExtends;ne(ee.id,J,"id",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function interfaceDeclaration(b,S=null,J=null,ee){const te={type:"InterfaceDeclaration",id:b,typeParameters:S,extends:J,body:ee};const re=ie.InterfaceDeclaration;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function interfaceTypeAnnotation(b=null,S){const J={type:"InterfaceTypeAnnotation",extends:b,body:S};const ee=ie.InterfaceTypeAnnotation;ne(ee.extends,J,"extends",b,1);ne(ee.body,J,"body",S,1);return J}function intersectionTypeAnnotation(b){const S={type:"IntersectionTypeAnnotation",types:b};const J=ie.IntersectionTypeAnnotation;ne(J.types,S,"types",b,1);return S}function mixedTypeAnnotation(){return{type:"MixedTypeAnnotation"}}function emptyTypeAnnotation(){return{type:"EmptyTypeAnnotation"}}function nullableTypeAnnotation(b){const S={type:"NullableTypeAnnotation",typeAnnotation:b};const J=ie.NullableTypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function numberLiteralTypeAnnotation(b){const S={type:"NumberLiteralTypeAnnotation",value:b};const J=ie.NumberLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function numberTypeAnnotation(){return{type:"NumberTypeAnnotation"}}function objectTypeAnnotation(b,S=[],J=[],ee=[],te=false){const re={type:"ObjectTypeAnnotation",properties:b,indexers:S,callProperties:J,internalSlots:ee,exact:te};const oe=ie.ObjectTypeAnnotation;ne(oe.properties,re,"properties",b,1);ne(oe.indexers,re,"indexers",S,1);ne(oe.callProperties,re,"callProperties",J,1);ne(oe.internalSlots,re,"internalSlots",ee,1);ne(oe.exact,re,"exact",te);return re}function objectTypeInternalSlot(b,S,J,ee,te){const re={type:"ObjectTypeInternalSlot",id:b,value:S,optional:J,static:ee,method:te};const oe=ie.ObjectTypeInternalSlot;ne(oe.id,re,"id",b,1);ne(oe.value,re,"value",S,1);ne(oe.optional,re,"optional",J);ne(oe.static,re,"static",ee);ne(oe.method,re,"method",te);return re}function objectTypeCallProperty(b){const S={type:"ObjectTypeCallProperty",value:b,static:null};const J=ie.ObjectTypeCallProperty;ne(J.value,S,"value",b,1);return S}function objectTypeIndexer(b=null,S,J,ee=null){const te={type:"ObjectTypeIndexer",id:b,key:S,value:J,variance:ee,static:null};const re=ie.ObjectTypeIndexer;ne(re.id,te,"id",b,1);ne(re.key,te,"key",S,1);ne(re.value,te,"value",J,1);ne(re.variance,te,"variance",ee,1);return te}function objectTypeProperty(b,S,J=null){const ee={type:"ObjectTypeProperty",key:b,value:S,variance:J,kind:null,method:null,optional:null,proto:null,static:null};const te=ie.ObjectTypeProperty;ne(te.key,ee,"key",b,1);ne(te.value,ee,"value",S,1);ne(te.variance,ee,"variance",J,1);return ee}function objectTypeSpreadProperty(b){const S={type:"ObjectTypeSpreadProperty",argument:b};const J=ie.ObjectTypeSpreadProperty;ne(J.argument,S,"argument",b,1);return S}function opaqueType(b,S=null,J=null,ee){const te={type:"OpaqueType",id:b,typeParameters:S,supertype:J,impltype:ee};const re=ie.OpaqueType;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.supertype,te,"supertype",J,1);ne(re.impltype,te,"impltype",ee,1);return te}function qualifiedTypeIdentifier(b,S){const J={type:"QualifiedTypeIdentifier",id:b,qualification:S};const ee=ie.QualifiedTypeIdentifier;ne(ee.id,J,"id",b,1);ne(ee.qualification,J,"qualification",S,1);return J}function stringLiteralTypeAnnotation(b){const S={type:"StringLiteralTypeAnnotation",value:b};const J=ie.StringLiteralTypeAnnotation;ne(J.value,S,"value",b);return S}function stringTypeAnnotation(){return{type:"StringTypeAnnotation"}}function symbolTypeAnnotation(){return{type:"SymbolTypeAnnotation"}}function thisTypeAnnotation(){return{type:"ThisTypeAnnotation"}}function tupleTypeAnnotation(b){const S={type:"TupleTypeAnnotation",types:b};const J=ie.TupleTypeAnnotation;ne(J.types,S,"types",b,1);return S}function typeofTypeAnnotation(b){const S={type:"TypeofTypeAnnotation",argument:b};const J=ie.TypeofTypeAnnotation;ne(J.argument,S,"argument",b,1);return S}function typeAlias(b,S=null,J){const ee={type:"TypeAlias",id:b,typeParameters:S,right:J};const te=ie.TypeAlias;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.right,ee,"right",J,1);return ee}function typeAnnotation(b){const S={type:"TypeAnnotation",typeAnnotation:b};const J=ie.TypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function typeCastExpression(b,S){const J={type:"TypeCastExpression",expression:b,typeAnnotation:S};const ee=ie.TypeCastExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function typeParameter(b=null,S=null,J=null){const ee={type:"TypeParameter",bound:b,default:S,variance:J,name:null};const te=ie.TypeParameter;ne(te.bound,ee,"bound",b,1);ne(te.default,ee,"default",S,1);ne(te.variance,ee,"variance",J,1);return ee}function typeParameterDeclaration(b){const S={type:"TypeParameterDeclaration",params:b};const J=ie.TypeParameterDeclaration;ne(J.params,S,"params",b,1);return S}function typeParameterInstantiation(b){const S={type:"TypeParameterInstantiation",params:b};const J=ie.TypeParameterInstantiation;ne(J.params,S,"params",b,1);return S}function unionTypeAnnotation(b){const S={type:"UnionTypeAnnotation",types:b};const J=ie.UnionTypeAnnotation;ne(J.types,S,"types",b,1);return S}function variance(b){const S={type:"Variance",kind:b};const J=ie.Variance;ne(J.kind,S,"kind",b);return S}function voidTypeAnnotation(){return{type:"VoidTypeAnnotation"}}function enumDeclaration(b,S){const J={type:"EnumDeclaration",id:b,body:S};const ee=ie.EnumDeclaration;ne(ee.id,J,"id",b,1);ne(ee.body,J,"body",S,1);return J}function enumBooleanBody(b){const S={type:"EnumBooleanBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumBooleanBody;ne(J.members,S,"members",b,1);return S}function enumNumberBody(b){const S={type:"EnumNumberBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumNumberBody;ne(J.members,S,"members",b,1);return S}function enumStringBody(b){const S={type:"EnumStringBody",members:b,explicitType:null,hasUnknownMembers:null};const J=ie.EnumStringBody;ne(J.members,S,"members",b,1);return S}function enumSymbolBody(b){const S={type:"EnumSymbolBody",members:b,hasUnknownMembers:null};const J=ie.EnumSymbolBody;ne(J.members,S,"members",b,1);return S}function enumBooleanMember(b){const S={type:"EnumBooleanMember",id:b,init:null};const J=ie.EnumBooleanMember;ne(J.id,S,"id",b,1);return S}function enumNumberMember(b,S){const J={type:"EnumNumberMember",id:b,init:S};const ee=ie.EnumNumberMember;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function enumStringMember(b,S){const J={type:"EnumStringMember",id:b,init:S};const ee=ie.EnumStringMember;ne(ee.id,J,"id",b,1);ne(ee.init,J,"init",S,1);return J}function enumDefaultedMember(b){const S={type:"EnumDefaultedMember",id:b};const J=ie.EnumDefaultedMember;ne(J.id,S,"id",b,1);return S}function indexedAccessType(b,S){const J={type:"IndexedAccessType",objectType:b,indexType:S};const ee=ie.IndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function optionalIndexedAccessType(b,S){const J={type:"OptionalIndexedAccessType",objectType:b,indexType:S,optional:null};const ee=ie.OptionalIndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function jsxAttribute(b,S=null){const J={type:"JSXAttribute",name:b,value:S};const ee=ie.JSXAttribute;ne(ee.name,J,"name",b,1);ne(ee.value,J,"value",S,1);return J}function jsxClosingElement(b){const S={type:"JSXClosingElement",name:b};const J=ie.JSXClosingElement;ne(J.name,S,"name",b,1);return S}function jsxElement(b,S=null,J,ee=null){const te={type:"JSXElement",openingElement:b,closingElement:S,children:J,selfClosing:ee};const re=ie.JSXElement;ne(re.openingElement,te,"openingElement",b,1);ne(re.closingElement,te,"closingElement",S,1);ne(re.children,te,"children",J,1);ne(re.selfClosing,te,"selfClosing",ee);return te}function jsxEmptyExpression(){return{type:"JSXEmptyExpression"}}function jsxExpressionContainer(b){const S={type:"JSXExpressionContainer",expression:b};const J=ie.JSXExpressionContainer;ne(J.expression,S,"expression",b,1);return S}function jsxSpreadChild(b){const S={type:"JSXSpreadChild",expression:b};const J=ie.JSXSpreadChild;ne(J.expression,S,"expression",b,1);return S}function jsxIdentifier(b){const S={type:"JSXIdentifier",name:b};const J=ie.JSXIdentifier;ne(J.name,S,"name",b);return S}function jsxMemberExpression(b,S){const J={type:"JSXMemberExpression",object:b,property:S};const ee=ie.JSXMemberExpression;ne(ee.object,J,"object",b,1);ne(ee.property,J,"property",S,1);return J}function jsxNamespacedName(b,S){const J={type:"JSXNamespacedName",namespace:b,name:S};const ee=ie.JSXNamespacedName;ne(ee.namespace,J,"namespace",b,1);ne(ee.name,J,"name",S,1);return J}function jsxOpeningElement(b,S,J=false){const ee={type:"JSXOpeningElement",name:b,attributes:S,selfClosing:J};const te=ie.JSXOpeningElement;ne(te.name,ee,"name",b,1);ne(te.attributes,ee,"attributes",S,1);ne(te.selfClosing,ee,"selfClosing",J);return ee}function jsxSpreadAttribute(b){const S={type:"JSXSpreadAttribute",argument:b};const J=ie.JSXSpreadAttribute;ne(J.argument,S,"argument",b,1);return S}function jsxText(b){const S={type:"JSXText",value:b};const J=ie.JSXText;ne(J.value,S,"value",b);return S}function jsxFragment(b,S,J){const ee={type:"JSXFragment",openingFragment:b,closingFragment:S,children:J};const te=ie.JSXFragment;ne(te.openingFragment,ee,"openingFragment",b,1);ne(te.closingFragment,ee,"closingFragment",S,1);ne(te.children,ee,"children",J,1);return ee}function jsxOpeningFragment(){return{type:"JSXOpeningFragment"}}function jsxClosingFragment(){return{type:"JSXClosingFragment"}}function noop(){return{type:"Noop"}}function placeholder(b,S){const J={type:"Placeholder",expectedNode:b,name:S};const ee=ie.Placeholder;ne(ee.expectedNode,J,"expectedNode",b);ne(ee.name,J,"name",S,1);return J}function v8IntrinsicIdentifier(b){const S={type:"V8IntrinsicIdentifier",name:b};const J=ie.V8IntrinsicIdentifier;ne(J.name,S,"name",b);return S}function argumentPlaceholder(){return{type:"ArgumentPlaceholder"}}function bindExpression(b,S){const J={type:"BindExpression",object:b,callee:S};const ee=ie.BindExpression;ne(ee.object,J,"object",b,1);ne(ee.callee,J,"callee",S,1);return J}function decorator(b){const S={type:"Decorator",expression:b};const J=ie.Decorator;ne(J.expression,S,"expression",b,1);return S}function doExpression(b,S=false){const J={type:"DoExpression",body:b,async:S};const ee=ie.DoExpression;ne(ee.body,J,"body",b,1);ne(ee.async,J,"async",S);return J}function exportDefaultSpecifier(b){const S={type:"ExportDefaultSpecifier",exported:b};const J=ie.ExportDefaultSpecifier;ne(J.exported,S,"exported",b,1);return S}function recordExpression(b){const S={type:"RecordExpression",properties:b};const J=ie.RecordExpression;ne(J.properties,S,"properties",b,1);return S}function tupleExpression(b=[]){const S={type:"TupleExpression",elements:b};const J=ie.TupleExpression;ne(J.elements,S,"elements",b,1);return S}function decimalLiteral(b){const S={type:"DecimalLiteral",value:b};const J=ie.DecimalLiteral;ne(J.value,S,"value",b);return S}function moduleExpression(b){const S={type:"ModuleExpression",body:b};const J=ie.ModuleExpression;ne(J.body,S,"body",b,1);return S}function topicReference(){return{type:"TopicReference"}}function pipelineTopicExpression(b){const S={type:"PipelineTopicExpression",expression:b};const J=ie.PipelineTopicExpression;ne(J.expression,S,"expression",b,1);return S}function pipelineBareFunction(b){const S={type:"PipelineBareFunction",callee:b};const J=ie.PipelineBareFunction;ne(J.callee,S,"callee",b,1);return S}function pipelinePrimaryTopicReference(){return{type:"PipelinePrimaryTopicReference"}}function voidPattern(){return{type:"VoidPattern"}}function tsParameterProperty(b){const S={type:"TSParameterProperty",parameter:b};const J=ie.TSParameterProperty;ne(J.parameter,S,"parameter",b,1);return S}function tsDeclareFunction(b=null,S=null,J,ee=null){const te={type:"TSDeclareFunction",id:b,typeParameters:S,params:J,returnType:ee};const re=ie.TSDeclareFunction;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.params,te,"params",J,1);ne(re.returnType,te,"returnType",ee,1);return te}function tsDeclareMethod(b=null,S,J=null,ee,te=null){const re={type:"TSDeclareMethod",decorators:b,key:S,typeParameters:J,params:ee,returnType:te};const oe=ie.TSDeclareMethod;ne(oe.decorators,re,"decorators",b,1);ne(oe.key,re,"key",S,1);ne(oe.typeParameters,re,"typeParameters",J,1);ne(oe.params,re,"params",ee,1);ne(oe.returnType,re,"returnType",te,1);return re}function tsQualifiedName(b,S){const J={type:"TSQualifiedName",left:b,right:S};const ee=ie.TSQualifiedName;ne(ee.left,J,"left",b,1);ne(ee.right,J,"right",S,1);return J}function tsCallSignatureDeclaration(b=null,S,J=null){const ee={type:"TSCallSignatureDeclaration",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSCallSignatureDeclaration;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsConstructSignatureDeclaration(b=null,S,J=null){const ee={type:"TSConstructSignatureDeclaration",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSConstructSignatureDeclaration;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsPropertySignature(b,S=null){const J={type:"TSPropertySignature",key:b,typeAnnotation:S};const ee=ie.TSPropertySignature;ne(ee.key,J,"key",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsMethodSignature(b,S=null,J,ee=null){const te={type:"TSMethodSignature",key:b,typeParameters:S,parameters:J,typeAnnotation:ee,kind:null};const re=ie.TSMethodSignature;ne(re.key,te,"key",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.parameters,te,"parameters",J,1);ne(re.typeAnnotation,te,"typeAnnotation",ee,1);return te}function tsIndexSignature(b,S=null){const J={type:"TSIndexSignature",parameters:b,typeAnnotation:S};const ee=ie.TSIndexSignature;ne(ee.parameters,J,"parameters",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}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(b=null,S,J=null){const ee={type:"TSFunctionType",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSFunctionType;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsConstructorType(b=null,S,J=null){const ee={type:"TSConstructorType",typeParameters:b,parameters:S,typeAnnotation:J};const te=ie.TSConstructorType;ne(te.typeParameters,ee,"typeParameters",b,1);ne(te.parameters,ee,"parameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsTypeReference(b,S=null){const J={type:"TSTypeReference",typeName:b,typeParameters:S};const ee=ie.TSTypeReference;ne(ee.typeName,J,"typeName",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsTypePredicate(b,S=null,J=null){const ee={type:"TSTypePredicate",parameterName:b,typeAnnotation:S,asserts:J};const te=ie.TSTypePredicate;ne(te.parameterName,ee,"parameterName",b,1);ne(te.typeAnnotation,ee,"typeAnnotation",S,1);ne(te.asserts,ee,"asserts",J);return ee}function tsTypeQuery(b,S=null){const J={type:"TSTypeQuery",exprName:b,typeParameters:S};const ee=ie.TSTypeQuery;ne(ee.exprName,J,"exprName",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsTypeLiteral(b){const S={type:"TSTypeLiteral",members:b};const J=ie.TSTypeLiteral;ne(J.members,S,"members",b,1);return S}function tsArrayType(b){const S={type:"TSArrayType",elementType:b};const J=ie.TSArrayType;ne(J.elementType,S,"elementType",b,1);return S}function tsTupleType(b){const S={type:"TSTupleType",elementTypes:b};const J=ie.TSTupleType;ne(J.elementTypes,S,"elementTypes",b,1);return S}function tsOptionalType(b){const S={type:"TSOptionalType",typeAnnotation:b};const J=ie.TSOptionalType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsRestType(b){const S={type:"TSRestType",typeAnnotation:b};const J=ie.TSRestType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsNamedTupleMember(b,S,J=false){const ee={type:"TSNamedTupleMember",label:b,elementType:S,optional:J};const te=ie.TSNamedTupleMember;ne(te.label,ee,"label",b,1);ne(te.elementType,ee,"elementType",S,1);ne(te.optional,ee,"optional",J);return ee}function tsUnionType(b){const S={type:"TSUnionType",types:b};const J=ie.TSUnionType;ne(J.types,S,"types",b,1);return S}function tsIntersectionType(b){const S={type:"TSIntersectionType",types:b};const J=ie.TSIntersectionType;ne(J.types,S,"types",b,1);return S}function tsConditionalType(b,S,J,ee){const te={type:"TSConditionalType",checkType:b,extendsType:S,trueType:J,falseType:ee};const re=ie.TSConditionalType;ne(re.checkType,te,"checkType",b,1);ne(re.extendsType,te,"extendsType",S,1);ne(re.trueType,te,"trueType",J,1);ne(re.falseType,te,"falseType",ee,1);return te}function tsInferType(b){const S={type:"TSInferType",typeParameter:b};const J=ie.TSInferType;ne(J.typeParameter,S,"typeParameter",b,1);return S}function tsParenthesizedType(b){const S={type:"TSParenthesizedType",typeAnnotation:b};const J=ie.TSParenthesizedType;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsTypeOperator(b,S="keyof"){const J={type:"TSTypeOperator",typeAnnotation:b,operator:S};const ee=ie.TSTypeOperator;ne(ee.typeAnnotation,J,"typeAnnotation",b,1);ne(ee.operator,J,"operator",S);return J}function tsIndexedAccessType(b,S){const J={type:"TSIndexedAccessType",objectType:b,indexType:S};const ee=ie.TSIndexedAccessType;ne(ee.objectType,J,"objectType",b,1);ne(ee.indexType,J,"indexType",S,1);return J}function tsMappedType(b,S=null,J=null){const ee={type:"TSMappedType",typeParameter:b,typeAnnotation:S,nameType:J};const te=ie.TSMappedType;ne(te.typeParameter,ee,"typeParameter",b,1);ne(te.typeAnnotation,ee,"typeAnnotation",S,1);ne(te.nameType,ee,"nameType",J,1);return ee}function tsTemplateLiteralType(b,S){const J={type:"TSTemplateLiteralType",quasis:b,types:S};const ee=ie.TSTemplateLiteralType;ne(ee.quasis,J,"quasis",b,1);ne(ee.types,J,"types",S,1);return J}function tsLiteralType(b){const S={type:"TSLiteralType",literal:b};const J=ie.TSLiteralType;ne(J.literal,S,"literal",b,1);return S}function tsExpressionWithTypeArguments(b,S=null){const J={type:"TSExpressionWithTypeArguments",expression:b,typeParameters:S};const ee=ie.TSExpressionWithTypeArguments;ne(ee.expression,J,"expression",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsInterfaceDeclaration(b,S=null,J=null,ee){const te={type:"TSInterfaceDeclaration",id:b,typeParameters:S,extends:J,body:ee};const re=ie.TSInterfaceDeclaration;ne(re.id,te,"id",b,1);ne(re.typeParameters,te,"typeParameters",S,1);ne(re.extends,te,"extends",J,1);ne(re.body,te,"body",ee,1);return te}function tsInterfaceBody(b){const S={type:"TSInterfaceBody",body:b};const J=ie.TSInterfaceBody;ne(J.body,S,"body",b,1);return S}function tsTypeAliasDeclaration(b,S=null,J){const ee={type:"TSTypeAliasDeclaration",id:b,typeParameters:S,typeAnnotation:J};const te=ie.TSTypeAliasDeclaration;ne(te.id,ee,"id",b,1);ne(te.typeParameters,ee,"typeParameters",S,1);ne(te.typeAnnotation,ee,"typeAnnotation",J,1);return ee}function tsInstantiationExpression(b,S=null){const J={type:"TSInstantiationExpression",expression:b,typeParameters:S};const ee=ie.TSInstantiationExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeParameters,J,"typeParameters",S,1);return J}function tsAsExpression(b,S){const J={type:"TSAsExpression",expression:b,typeAnnotation:S};const ee=ie.TSAsExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsSatisfiesExpression(b,S){const J={type:"TSSatisfiesExpression",expression:b,typeAnnotation:S};const ee=ie.TSSatisfiesExpression;ne(ee.expression,J,"expression",b,1);ne(ee.typeAnnotation,J,"typeAnnotation",S,1);return J}function tsTypeAssertion(b,S){const J={type:"TSTypeAssertion",typeAnnotation:b,expression:S};const ee=ie.TSTypeAssertion;ne(ee.typeAnnotation,J,"typeAnnotation",b,1);ne(ee.expression,J,"expression",S,1);return J}function tsEnumBody(b){const S={type:"TSEnumBody",members:b};const J=ie.TSEnumBody;ne(J.members,S,"members",b,1);return S}function tsEnumDeclaration(b,S){const J={type:"TSEnumDeclaration",id:b,members:S};const ee=ie.TSEnumDeclaration;ne(ee.id,J,"id",b,1);ne(ee.members,J,"members",S,1);return J}function tsEnumMember(b,S=null){const J={type:"TSEnumMember",id:b,initializer:S};const ee=ie.TSEnumMember;ne(ee.id,J,"id",b,1);ne(ee.initializer,J,"initializer",S,1);return J}function tsModuleDeclaration(b,S){const J={type:"TSModuleDeclaration",id:b,body:S,kind:null};const ee=ie.TSModuleDeclaration;ne(ee.id,J,"id",b,1);ne(ee.body,J,"body",S,1);return J}function tsModuleBlock(b){const S={type:"TSModuleBlock",body:b};const J=ie.TSModuleBlock;ne(J.body,S,"body",b,1);return S}function tsImportType(b,S=null,J=null){const ee={type:"TSImportType",argument:b,qualifier:S,typeParameters:J};const te=ie.TSImportType;ne(te.argument,ee,"argument",b,1);ne(te.qualifier,ee,"qualifier",S,1);ne(te.typeParameters,ee,"typeParameters",J,1);return ee}function tsImportEqualsDeclaration(b,S){const J={type:"TSImportEqualsDeclaration",id:b,moduleReference:S,isExport:null};const ee=ie.TSImportEqualsDeclaration;ne(ee.id,J,"id",b,1);ne(ee.moduleReference,J,"moduleReference",S,1);return J}function tsExternalModuleReference(b){const S={type:"TSExternalModuleReference",expression:b};const J=ie.TSExternalModuleReference;ne(J.expression,S,"expression",b,1);return S}function tsNonNullExpression(b){const S={type:"TSNonNullExpression",expression:b};const J=ie.TSNonNullExpression;ne(J.expression,S,"expression",b,1);return S}function tsExportAssignment(b){const S={type:"TSExportAssignment",expression:b};const J=ie.TSExportAssignment;ne(J.expression,S,"expression",b,1);return S}function tsNamespaceExportDeclaration(b){const S={type:"TSNamespaceExportDeclaration",id:b};const J=ie.TSNamespaceExportDeclaration;ne(J.id,S,"id",b,1);return S}function tsTypeAnnotation(b){const S={type:"TSTypeAnnotation",typeAnnotation:b};const J=ie.TSTypeAnnotation;ne(J.typeAnnotation,S,"typeAnnotation",b,1);return S}function tsTypeParameterInstantiation(b){const S={type:"TSTypeParameterInstantiation",params:b};const J=ie.TSTypeParameterInstantiation;ne(J.params,S,"params",b,1);return S}function tsTypeParameterDeclaration(b){const S={type:"TSTypeParameterDeclaration",params:b};const J=ie.TSTypeParameterDeclaration;ne(J.params,S,"params",b,1);return S}function tsTypeParameter(b=null,S=null,J){const ee={type:"TSTypeParameter",constraint:b,default:S,name:J};const te=ie.TSTypeParameter;ne(te.constraint,ee,"constraint",b,1);ne(te.default,ee,"default",S,1);ne(te.name,ee,"name",J);return ee}function NumberLiteral(b){(0,te.default)("NumberLiteral","NumericLiteral","The node type ");return numericLiteral(b)}function RegexLiteral(b,S=""){(0,te.default)("RegexLiteral","RegExpLiteral","The node type ");return regExpLiteral(b,S)}function RestProperty(b){(0,te.default)("RestProperty","RestElement","The node type ");return restElement(b)}function SpreadProperty(b){(0,te.default)("SpreadProperty","SpreadElement","The node type ");return spreadElement(b)}},89898:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.JSXIdentifier=S.JSXFragment=S.JSXExpressionContainer=S.JSXEmptyExpression=S.JSXElement=S.JSXClosingFragment=S.JSXClosingElement=S.JSXAttribute=S.IntersectionTypeAnnotation=S.InterpreterDirective=S.InterfaceTypeAnnotation=S.InterfaceExtends=S.InterfaceDeclaration=S.InferredPredicate=S.IndexedAccessType=S.ImportSpecifier=S.ImportNamespaceSpecifier=S.ImportExpression=S.ImportDefaultSpecifier=S.ImportDeclaration=S.ImportAttribute=S.Import=S.IfStatement=S.Identifier=S.GenericTypeAnnotation=S.FunctionTypeParam=S.FunctionTypeAnnotation=S.FunctionExpression=S.FunctionDeclaration=S.ForStatement=S.ForOfStatement=S.ForInStatement=S.File=S.ExpressionStatement=S.ExportSpecifier=S.ExportNamespaceSpecifier=S.ExportNamedDeclaration=S.ExportDefaultSpecifier=S.ExportDefaultDeclaration=S.ExportAllDeclaration=S.ExistsTypeAnnotation=S.EnumSymbolBody=S.EnumStringMember=S.EnumStringBody=S.EnumNumberMember=S.EnumNumberBody=S.EnumDefaultedMember=S.EnumDeclaration=S.EnumBooleanMember=S.EnumBooleanBody=S.EmptyTypeAnnotation=S.EmptyStatement=S.DoWhileStatement=S.DoExpression=S.DirectiveLiteral=S.Directive=S.Decorator=S.DeclaredPredicate=S.DeclareVariable=S.DeclareTypeAlias=S.DeclareOpaqueType=S.DeclareModuleExports=S.DeclareModule=S.DeclareInterface=S.DeclareFunction=S.DeclareExportDeclaration=S.DeclareExportAllDeclaration=S.DeclareClass=S.DecimalLiteral=S.DebuggerStatement=S.ContinueStatement=S.ConditionalExpression=S.ClassProperty=S.ClassPrivateProperty=S.ClassPrivateMethod=S.ClassMethod=S.ClassImplements=S.ClassExpression=S.ClassDeclaration=S.ClassBody=S.ClassAccessorProperty=S.CatchClause=S.CallExpression=S.BreakStatement=S.BooleanTypeAnnotation=S.BooleanLiteralTypeAnnotation=S.BooleanLiteral=S.BlockStatement=S.BindExpression=S.BinaryExpression=S.BigIntLiteral=S.AwaitExpression=S.AssignmentPattern=S.AssignmentExpression=S.ArrowFunctionExpression=S.ArrayTypeAnnotation=S.ArrayPattern=S.ArrayExpression=S.ArgumentPlaceholder=S.AnyTypeAnnotation=void 0;S.TSNumberKeyword=S.TSNullKeyword=S.TSNonNullExpression=S.TSNeverKeyword=S.TSNamespaceExportDeclaration=S.TSNamedTupleMember=S.TSModuleDeclaration=S.TSModuleBlock=S.TSMethodSignature=S.TSMappedType=S.TSLiteralType=S.TSIntrinsicKeyword=S.TSIntersectionType=S.TSInterfaceDeclaration=S.TSInterfaceBody=S.TSInstantiationExpression=S.TSInferType=S.TSIndexedAccessType=S.TSIndexSignature=S.TSImportType=S.TSImportEqualsDeclaration=S.TSFunctionType=S.TSExternalModuleReference=S.TSExpressionWithTypeArguments=S.TSExportAssignment=S.TSEnumMember=S.TSEnumDeclaration=S.TSEnumBody=S.TSDeclareMethod=S.TSDeclareFunction=S.TSConstructorType=S.TSConstructSignatureDeclaration=S.TSConditionalType=S.TSCallSignatureDeclaration=S.TSBooleanKeyword=S.TSBigIntKeyword=S.TSAsExpression=S.TSArrayType=S.TSAnyKeyword=S.SymbolTypeAnnotation=S.SwitchStatement=S.SwitchCase=S.Super=S.StringTypeAnnotation=S.StringLiteralTypeAnnotation=S.StringLiteral=S.StaticBlock=S.SpreadProperty=S.SpreadElement=S.SequenceExpression=S.ReturnStatement=S.RestProperty=S.RestElement=S.RegexLiteral=S.RegExpLiteral=S.RecordExpression=S.QualifiedTypeIdentifier=S.Program=S.PrivateName=S.Placeholder=S.PipelineTopicExpression=S.PipelinePrimaryTopicReference=S.PipelineBareFunction=S.ParenthesizedExpression=S.OptionalMemberExpression=S.OptionalIndexedAccessType=S.OptionalCallExpression=S.OpaqueType=S.ObjectTypeSpreadProperty=S.ObjectTypeProperty=S.ObjectTypeInternalSlot=S.ObjectTypeIndexer=S.ObjectTypeCallProperty=S.ObjectTypeAnnotation=S.ObjectProperty=S.ObjectPattern=S.ObjectMethod=S.ObjectExpression=S.NumericLiteral=S.NumberTypeAnnotation=S.NumberLiteralTypeAnnotation=S.NumberLiteral=S.NullableTypeAnnotation=S.NullLiteralTypeAnnotation=S.NullLiteral=S.Noop=S.NewExpression=S.ModuleExpression=S.MixedTypeAnnotation=S.MetaProperty=S.MemberExpression=S.LogicalExpression=S.LabeledStatement=S.JSXText=S.JSXSpreadChild=S.JSXSpreadAttribute=S.JSXOpeningFragment=S.JSXOpeningElement=S.JSXNamespacedName=S.JSXMemberExpression=void 0;S.YieldExpression=S.WithStatement=S.WhileStatement=S.VoidTypeAnnotation=S.VoidPattern=S.Variance=S.VariableDeclarator=S.VariableDeclaration=S.V8IntrinsicIdentifier=S.UpdateExpression=S.UnionTypeAnnotation=S.UnaryExpression=S.TypeofTypeAnnotation=S.TypeParameterInstantiation=S.TypeParameterDeclaration=S.TypeParameter=S.TypeCastExpression=S.TypeAnnotation=S.TypeAlias=S.TupleTypeAnnotation=S.TupleExpression=S.TryStatement=S.TopicReference=S.ThrowStatement=S.ThisTypeAnnotation=S.ThisExpression=S.TemplateLiteral=S.TemplateElement=S.TaggedTemplateExpression=S.TSVoidKeyword=S.TSUnknownKeyword=S.TSUnionType=S.TSUndefinedKeyword=S.TSTypeReference=S.TSTypeQuery=S.TSTypePredicate=S.TSTypeParameterInstantiation=S.TSTypeParameterDeclaration=S.TSTypeParameter=S.TSTypeOperator=S.TSTypeLiteral=S.TSTypeAssertion=S.TSTypeAnnotation=S.TSTypeAliasDeclaration=S.TSTupleType=S.TSThisType=S.TSTemplateLiteralType=S.TSSymbolKeyword=S.TSStringKeyword=S.TSSatisfiesExpression=S.TSRestType=S.TSQualifiedName=S.TSPropertySignature=S.TSParenthesizedType=S.TSParameterProperty=S.TSOptionalType=S.TSObjectKeyword=void 0;var ee=J(74883);var te=J(14411);function alias(b){return ee[b]}const re=S.ArrayExpression=alias("arrayExpression"),ne=S.AssignmentExpression=alias("assignmentExpression"),ie=S.BinaryExpression=alias("binaryExpression"),oe=S.InterpreterDirective=alias("interpreterDirective"),se=S.Directive=alias("directive"),ae=S.DirectiveLiteral=alias("directiveLiteral"),ce=S.BlockStatement=alias("blockStatement"),le=S.BreakStatement=alias("breakStatement"),ue=S.CallExpression=alias("callExpression"),pe=S.CatchClause=alias("catchClause"),de=S.ConditionalExpression=alias("conditionalExpression"),fe=S.ContinueStatement=alias("continueStatement"),me=S.DebuggerStatement=alias("debuggerStatement"),ge=S.DoWhileStatement=alias("doWhileStatement"),he=S.EmptyStatement=alias("emptyStatement"),_e=S.ExpressionStatement=alias("expressionStatement"),ye=S.File=alias("file"),ve=S.ForInStatement=alias("forInStatement"),Te=S.ForStatement=alias("forStatement"),be=S.FunctionDeclaration=alias("functionDeclaration"),Se=S.FunctionExpression=alias("functionExpression"),xe=S.Identifier=alias("identifier"),Ee=S.IfStatement=alias("ifStatement"),Ce=S.LabeledStatement=alias("labeledStatement"),Pe=S.StringLiteral=alias("stringLiteral"),Ne=S.NumericLiteral=alias("numericLiteral"),Ae=S.NullLiteral=alias("nullLiteral"),ke=S.BooleanLiteral=alias("booleanLiteral"),De=S.RegExpLiteral=alias("regExpLiteral"),Ie=S.LogicalExpression=alias("logicalExpression"),Fe=S.MemberExpression=alias("memberExpression"),Oe=S.NewExpression=alias("newExpression"),we=S.Program=alias("program"),Le=S.ObjectExpression=alias("objectExpression"),Me=S.ObjectMethod=alias("objectMethod"),Re=S.ObjectProperty=alias("objectProperty"),Be=S.RestElement=alias("restElement"),je=S.ReturnStatement=alias("returnStatement"),Ue=S.SequenceExpression=alias("sequenceExpression"),We=S.ParenthesizedExpression=alias("parenthesizedExpression"),Je=S.SwitchCase=alias("switchCase"),Ve=S.SwitchStatement=alias("switchStatement"),ze=S.ThisExpression=alias("thisExpression"),Ge=S.ThrowStatement=alias("throwStatement"),qe=S.TryStatement=alias("tryStatement"),$e=S.UnaryExpression=alias("unaryExpression"),He=S.UpdateExpression=alias("updateExpression"),Ke=S.VariableDeclaration=alias("variableDeclaration"),Xe=S.VariableDeclarator=alias("variableDeclarator"),Ye=S.WhileStatement=alias("whileStatement"),Qe=S.WithStatement=alias("withStatement"),Ze=S.AssignmentPattern=alias("assignmentPattern"),et=S.ArrayPattern=alias("arrayPattern"),rt=S.ArrowFunctionExpression=alias("arrowFunctionExpression"),nt=S.ClassBody=alias("classBody"),it=S.ClassExpression=alias("classExpression"),ot=S.ClassDeclaration=alias("classDeclaration"),st=S.ExportAllDeclaration=alias("exportAllDeclaration"),at=S.ExportDefaultDeclaration=alias("exportDefaultDeclaration"),ct=S.ExportNamedDeclaration=alias("exportNamedDeclaration"),ut=S.ExportSpecifier=alias("exportSpecifier"),pt=S.ForOfStatement=alias("forOfStatement"),dt=S.ImportDeclaration=alias("importDeclaration"),ft=S.ImportDefaultSpecifier=alias("importDefaultSpecifier"),mt=S.ImportNamespaceSpecifier=alias("importNamespaceSpecifier"),ht=S.ImportSpecifier=alias("importSpecifier"),yt=S.ImportExpression=alias("importExpression"),vt=S.MetaProperty=alias("metaProperty"),Tt=S.ClassMethod=alias("classMethod"),bt=S.ObjectPattern=alias("objectPattern"),St=S.SpreadElement=alias("spreadElement"),xt=S.Super=alias("super"),Et=S.TaggedTemplateExpression=alias("taggedTemplateExpression"),Ct=S.TemplateElement=alias("templateElement"),Pt=S.TemplateLiteral=alias("templateLiteral"),Nt=S.YieldExpression=alias("yieldExpression"),At=S.AwaitExpression=alias("awaitExpression"),kt=S.Import=alias("import"),Dt=S.BigIntLiteral=alias("bigIntLiteral"),It=S.ExportNamespaceSpecifier=alias("exportNamespaceSpecifier"),Ft=S.OptionalMemberExpression=alias("optionalMemberExpression"),Ot=S.OptionalCallExpression=alias("optionalCallExpression"),wt=S.ClassProperty=alias("classProperty"),Lt=S.ClassAccessorProperty=alias("classAccessorProperty"),Mt=S.ClassPrivateProperty=alias("classPrivateProperty"),Rt=S.ClassPrivateMethod=alias("classPrivateMethod"),Bt=S.PrivateName=alias("privateName"),jt=S.StaticBlock=alias("staticBlock"),Ut=S.ImportAttribute=alias("importAttribute"),Wt=S.AnyTypeAnnotation=alias("anyTypeAnnotation"),Jt=S.ArrayTypeAnnotation=alias("arrayTypeAnnotation"),Vt=S.BooleanTypeAnnotation=alias("booleanTypeAnnotation"),zt=S.BooleanLiteralTypeAnnotation=alias("booleanLiteralTypeAnnotation"),Gt=S.NullLiteralTypeAnnotation=alias("nullLiteralTypeAnnotation"),qt=S.ClassImplements=alias("classImplements"),$t=S.DeclareClass=alias("declareClass"),Ht=S.DeclareFunction=alias("declareFunction"),Kt=S.DeclareInterface=alias("declareInterface"),Xt=S.DeclareModule=alias("declareModule"),Yt=S.DeclareModuleExports=alias("declareModuleExports"),Qt=S.DeclareTypeAlias=alias("declareTypeAlias"),Zt=S.DeclareOpaqueType=alias("declareOpaqueType"),er=S.DeclareVariable=alias("declareVariable"),tr=S.DeclareExportDeclaration=alias("declareExportDeclaration"),rr=S.DeclareExportAllDeclaration=alias("declareExportAllDeclaration"),nr=S.DeclaredPredicate=alias("declaredPredicate"),ir=S.ExistsTypeAnnotation=alias("existsTypeAnnotation"),sr=S.FunctionTypeAnnotation=alias("functionTypeAnnotation"),ar=S.FunctionTypeParam=alias("functionTypeParam"),cr=S.GenericTypeAnnotation=alias("genericTypeAnnotation"),lr=S.InferredPredicate=alias("inferredPredicate"),ur=S.InterfaceExtends=alias("interfaceExtends"),pr=S.InterfaceDeclaration=alias("interfaceDeclaration"),dr=S.InterfaceTypeAnnotation=alias("interfaceTypeAnnotation"),fr=S.IntersectionTypeAnnotation=alias("intersectionTypeAnnotation"),mr=S.MixedTypeAnnotation=alias("mixedTypeAnnotation"),gr=S.EmptyTypeAnnotation=alias("emptyTypeAnnotation"),hr=S.NullableTypeAnnotation=alias("nullableTypeAnnotation"),_r=S.NumberLiteralTypeAnnotation=alias("numberLiteralTypeAnnotation"),yr=S.NumberTypeAnnotation=alias("numberTypeAnnotation"),vr=S.ObjectTypeAnnotation=alias("objectTypeAnnotation"),Tr=S.ObjectTypeInternalSlot=alias("objectTypeInternalSlot"),br=S.ObjectTypeCallProperty=alias("objectTypeCallProperty"),Sr=S.ObjectTypeIndexer=alias("objectTypeIndexer"),xr=S.ObjectTypeProperty=alias("objectTypeProperty"),Er=S.ObjectTypeSpreadProperty=alias("objectTypeSpreadProperty"),Cr=S.OpaqueType=alias("opaqueType"),Pr=S.QualifiedTypeIdentifier=alias("qualifiedTypeIdentifier"),Nr=S.StringLiteralTypeAnnotation=alias("stringLiteralTypeAnnotation"),Ar=S.StringTypeAnnotation=alias("stringTypeAnnotation"),kr=S.SymbolTypeAnnotation=alias("symbolTypeAnnotation"),Dr=S.ThisTypeAnnotation=alias("thisTypeAnnotation"),Ir=S.TupleTypeAnnotation=alias("tupleTypeAnnotation"),Fr=S.TypeofTypeAnnotation=alias("typeofTypeAnnotation"),Or=S.TypeAlias=alias("typeAlias"),wr=S.TypeAnnotation=alias("typeAnnotation"),Lr=S.TypeCastExpression=alias("typeCastExpression"),Mr=S.TypeParameter=alias("typeParameter"),Rr=S.TypeParameterDeclaration=alias("typeParameterDeclaration"),Br=S.TypeParameterInstantiation=alias("typeParameterInstantiation"),jr=S.UnionTypeAnnotation=alias("unionTypeAnnotation"),Ur=S.Variance=alias("variance"),Wr=S.VoidTypeAnnotation=alias("voidTypeAnnotation"),Jr=S.EnumDeclaration=alias("enumDeclaration"),Vr=S.EnumBooleanBody=alias("enumBooleanBody"),zr=S.EnumNumberBody=alias("enumNumberBody"),Gr=S.EnumStringBody=alias("enumStringBody"),qr=S.EnumSymbolBody=alias("enumSymbolBody"),$r=S.EnumBooleanMember=alias("enumBooleanMember"),Hr=S.EnumNumberMember=alias("enumNumberMember"),Kr=S.EnumStringMember=alias("enumStringMember"),Xr=S.EnumDefaultedMember=alias("enumDefaultedMember"),Yr=S.IndexedAccessType=alias("indexedAccessType"),Qr=S.OptionalIndexedAccessType=alias("optionalIndexedAccessType"),Zr=S.JSXAttribute=alias("jsxAttribute"),en=S.JSXClosingElement=alias("jsxClosingElement"),tn=S.JSXElement=alias("jsxElement"),rn=S.JSXEmptyExpression=alias("jsxEmptyExpression"),nn=S.JSXExpressionContainer=alias("jsxExpressionContainer"),on=S.JSXSpreadChild=alias("jsxSpreadChild"),sn=S.JSXIdentifier=alias("jsxIdentifier"),an=S.JSXMemberExpression=alias("jsxMemberExpression"),cn=S.JSXNamespacedName=alias("jsxNamespacedName"),ln=S.JSXOpeningElement=alias("jsxOpeningElement"),un=S.JSXSpreadAttribute=alias("jsxSpreadAttribute"),pn=S.JSXText=alias("jsxText"),dn=S.JSXFragment=alias("jsxFragment"),fn=S.JSXOpeningFragment=alias("jsxOpeningFragment"),mn=S.JSXClosingFragment=alias("jsxClosingFragment"),gn=S.Noop=alias("noop"),hn=S.Placeholder=alias("placeholder"),_n=S.V8IntrinsicIdentifier=alias("v8IntrinsicIdentifier"),yn=S.ArgumentPlaceholder=alias("argumentPlaceholder"),vn=S.BindExpression=alias("bindExpression"),Tn=S.Decorator=alias("decorator"),bn=S.DoExpression=alias("doExpression"),Sn=S.ExportDefaultSpecifier=alias("exportDefaultSpecifier"),xn=S.RecordExpression=alias("recordExpression"),En=S.TupleExpression=alias("tupleExpression"),Cn=S.DecimalLiteral=alias("decimalLiteral"),Pn=S.ModuleExpression=alias("moduleExpression"),Nn=S.TopicReference=alias("topicReference"),An=S.PipelineTopicExpression=alias("pipelineTopicExpression"),kn=S.PipelineBareFunction=alias("pipelineBareFunction"),Dn=S.PipelinePrimaryTopicReference=alias("pipelinePrimaryTopicReference"),In=S.VoidPattern=alias("voidPattern"),Fn=S.TSParameterProperty=alias("tsParameterProperty"),On=S.TSDeclareFunction=alias("tsDeclareFunction"),wn=S.TSDeclareMethod=alias("tsDeclareMethod"),Ln=S.TSQualifiedName=alias("tsQualifiedName"),Mn=S.TSCallSignatureDeclaration=alias("tsCallSignatureDeclaration"),Rn=S.TSConstructSignatureDeclaration=alias("tsConstructSignatureDeclaration"),Bn=S.TSPropertySignature=alias("tsPropertySignature"),jn=S.TSMethodSignature=alias("tsMethodSignature"),Un=S.TSIndexSignature=alias("tsIndexSignature"),Wn=S.TSAnyKeyword=alias("tsAnyKeyword"),Jn=S.TSBooleanKeyword=alias("tsBooleanKeyword"),Vn=S.TSBigIntKeyword=alias("tsBigIntKeyword"),zn=S.TSIntrinsicKeyword=alias("tsIntrinsicKeyword"),Gn=S.TSNeverKeyword=alias("tsNeverKeyword"),qn=S.TSNullKeyword=alias("tsNullKeyword"),$n=S.TSNumberKeyword=alias("tsNumberKeyword"),Hn=S.TSObjectKeyword=alias("tsObjectKeyword"),Kn=S.TSStringKeyword=alias("tsStringKeyword"),Xn=S.TSSymbolKeyword=alias("tsSymbolKeyword"),Yn=S.TSUndefinedKeyword=alias("tsUndefinedKeyword"),Qn=S.TSUnknownKeyword=alias("tsUnknownKeyword"),Zn=S.TSVoidKeyword=alias("tsVoidKeyword"),ei=S.TSThisType=alias("tsThisType"),ti=S.TSFunctionType=alias("tsFunctionType"),ri=S.TSConstructorType=alias("tsConstructorType"),ni=S.TSTypeReference=alias("tsTypeReference"),ii=S.TSTypePredicate=alias("tsTypePredicate"),oi=S.TSTypeQuery=alias("tsTypeQuery"),si=S.TSTypeLiteral=alias("tsTypeLiteral"),ai=S.TSArrayType=alias("tsArrayType"),ci=S.TSTupleType=alias("tsTupleType"),li=S.TSOptionalType=alias("tsOptionalType"),ui=S.TSRestType=alias("tsRestType"),pi=S.TSNamedTupleMember=alias("tsNamedTupleMember"),di=S.TSUnionType=alias("tsUnionType"),fi=S.TSIntersectionType=alias("tsIntersectionType"),mi=S.TSConditionalType=alias("tsConditionalType"),gi=S.TSInferType=alias("tsInferType"),hi=S.TSParenthesizedType=alias("tsParenthesizedType"),_i=S.TSTypeOperator=alias("tsTypeOperator"),yi=S.TSIndexedAccessType=alias("tsIndexedAccessType"),vi=S.TSMappedType=alias("tsMappedType"),Ti=S.TSTemplateLiteralType=alias("tsTemplateLiteralType"),bi=S.TSLiteralType=alias("tsLiteralType"),Si=S.TSExpressionWithTypeArguments=alias("tsExpressionWithTypeArguments"),xi=S.TSInterfaceDeclaration=alias("tsInterfaceDeclaration"),Ei=S.TSInterfaceBody=alias("tsInterfaceBody"),Ci=S.TSTypeAliasDeclaration=alias("tsTypeAliasDeclaration"),Pi=S.TSInstantiationExpression=alias("tsInstantiationExpression"),Ni=S.TSAsExpression=alias("tsAsExpression"),Ai=S.TSSatisfiesExpression=alias("tsSatisfiesExpression"),ki=S.TSTypeAssertion=alias("tsTypeAssertion"),Di=S.TSEnumBody=alias("tsEnumBody"),Ii=S.TSEnumDeclaration=alias("tsEnumDeclaration"),Fi=S.TSEnumMember=alias("tsEnumMember"),Oi=S.TSModuleDeclaration=alias("tsModuleDeclaration"),wi=S.TSModuleBlock=alias("tsModuleBlock"),Li=S.TSImportType=alias("tsImportType"),Mi=S.TSImportEqualsDeclaration=alias("tsImportEqualsDeclaration"),Ri=S.TSExternalModuleReference=alias("tsExternalModuleReference"),Bi=S.TSNonNullExpression=alias("tsNonNullExpression"),ji=S.TSExportAssignment=alias("tsExportAssignment"),Ui=S.TSNamespaceExportDeclaration=alias("tsNamespaceExportDeclaration"),Wi=S.TSTypeAnnotation=alias("tsTypeAnnotation"),Ji=S.TSTypeParameterInstantiation=alias("tsTypeParameterInstantiation"),Vi=S.TSTypeParameterDeclaration=alias("tsTypeParameterDeclaration"),zi=S.TSTypeParameter=alias("tsTypeParameter");const Gi=S.NumberLiteral=ee.numberLiteral,qi=S.RegexLiteral=ee.regexLiteral,$i=S.RestProperty=ee.restProperty,Hi=S.SpreadProperty=ee.spreadProperty},26916:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.buildUndefinedNode=buildUndefinedNode;var ee=J(54002);function buildUndefinedNode(){return(0,ee.unaryExpression)("void",(0,ee.numericLiteral)(0),true)}},71347:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=buildChildren;var ee=J(24481);var te=J(22408);function buildChildren(b){const S=[];for(let J=0;J<b.children.length;J++){let re=b.children[J];if((0,ee.isJSXText)(re)){(0,te.default)(re,S);continue}if((0,ee.isJSXExpressionContainer)(re))re=re.expression;if((0,ee.isJSXEmptyExpression)(re))continue;S.push(re)}return S}},16474:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=createTSUnionType;var ee=J(54002);var te=J(29815);var re=J(24481);function createTSUnionType(b){const S=b.map((b=>(0,re.isTSTypeAnnotation)(b)?b.typeAnnotation:b));const J=(0,te.default)(S);if(J.length===1){return J[0]}else{return(0,ee.tsUnionType)(J)}}},9616:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=clone;var ee=J(69776);function clone(b){return(0,ee.default)(b,false)}},40270:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneDeep;var ee=J(69776);function cloneDeep(b){return(0,ee.default)(b)}},96748:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneDeepWithoutLoc;var ee=J(69776);function cloneDeepWithoutLoc(b){return(0,ee.default)(b,true,true)}},69776:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneNode;var ee=J(32674);var te=J(24481);const{hasOwn:re}={hasOwn:Function.call.bind(Object.prototype.hasOwnProperty)};function cloneIfNode(b,S,J,ee){if(b&&typeof b.type==="string"){return cloneNodeInternal(b,S,J,ee)}return b}function cloneIfNodeOrArray(b,S,J,ee){if(Array.isArray(b)){return b.map((b=>cloneIfNode(b,S,J,ee)))}return cloneIfNode(b,S,J,ee)}function cloneNode(b,S=true,J=false){return cloneNodeInternal(b,S,J,new Map)}function cloneNodeInternal(b,S=true,J=false,ne){if(!b)return b;const{type:ie}=b;const oe={type:b.type};if((0,te.isIdentifier)(b)){oe.name=b.name;if(re(b,"optional")&&typeof b.optional==="boolean"){oe.optional=b.optional}if(re(b,"typeAnnotation")){oe.typeAnnotation=S?cloneIfNodeOrArray(b.typeAnnotation,true,J,ne):b.typeAnnotation}if(re(b,"decorators")){oe.decorators=S?cloneIfNodeOrArray(b.decorators,true,J,ne):b.decorators}}else if(!re(ee.NODE_FIELDS,ie)){throw new Error(`Unknown node type: "${ie}"`)}else{for(const se of Object.keys(ee.NODE_FIELDS[ie])){if(re(b,se)){if(S){oe[se]=(0,te.isFile)(b)&&se==="comments"?maybeCloneComments(b.comments,S,J,ne):cloneIfNodeOrArray(b[se],true,J,ne)}else{oe[se]=b[se]}}}}if(re(b,"loc")){if(J){oe.loc=null}else{oe.loc=b.loc}}if(re(b,"leadingComments")){oe.leadingComments=maybeCloneComments(b.leadingComments,S,J,ne)}if(re(b,"innerComments")){oe.innerComments=maybeCloneComments(b.innerComments,S,J,ne)}if(re(b,"trailingComments")){oe.trailingComments=maybeCloneComments(b.trailingComments,S,J,ne)}if(re(b,"extra")){oe.extra=Object.assign({},b.extra)}return oe}function maybeCloneComments(b,S,J,ee){if(!b||!S){return b}return b.map((b=>{const S=ee.get(b);if(S)return S;const{type:te,value:re,loc:ne}=b;const ie={type:te,value:re,loc:ne};if(J){ie.loc=null}ee.set(b,ie);return ie}))}},43062:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cloneWithoutLoc;var ee=J(69776);function cloneWithoutLoc(b){return(0,ee.default)(b,false,true)}},85428:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=addComment;var ee=J(80891);function addComment(b,S,J,te){return(0,ee.default)(b,S,[{type:te?"CommentLine":"CommentBlock",value:J}])}},80891:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=addComments;function addComments(b,S,J){if(!J||!b)return b;const ee=`${S}Comments`;if(b[ee]){if(S==="leading"){b[ee]=J.concat(b[ee])}else{b[ee].push(...J)}}else{b[ee]=J}return b}},33215:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritInnerComments;var ee=J(72550);function inheritInnerComments(b,S){(0,ee.default)("innerComments",b,S)}},69185:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritLeadingComments;var ee=J(72550);function inheritLeadingComments(b,S){(0,ee.default)("leadingComments",b,S)}},68039:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritTrailingComments;var ee=J(72550);function inheritTrailingComments(b,S){(0,ee.default)("trailingComments",b,S)}},75946:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inheritsComments;var ee=J(68039);var te=J(69185);var re=J(33215);function inheritsComments(b,S){(0,ee.default)(b,S);(0,te.default)(b,S);(0,re.default)(b,S);return b}},56862:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeComments;var ee=J(47213);function removeComments(b){ee.COMMENT_KEYS.forEach((S=>{b[S]=null}));return b}},27371:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.WHILE_TYPES=S.USERWHITESPACABLE_TYPES=S.UNARYLIKE_TYPES=S.TYPESCRIPT_TYPES=S.TSTYPE_TYPES=S.TSTYPEELEMENT_TYPES=S.TSENTITYNAME_TYPES=S.TSBASETYPE_TYPES=S.TERMINATORLESS_TYPES=S.STATEMENT_TYPES=S.STANDARDIZED_TYPES=S.SCOPABLE_TYPES=S.PUREISH_TYPES=S.PROPERTY_TYPES=S.PRIVATE_TYPES=S.PATTERN_TYPES=S.PATTERNLIKE_TYPES=S.OBJECTMEMBER_TYPES=S.MODULESPECIFIER_TYPES=S.MODULEDECLARATION_TYPES=S.MISCELLANEOUS_TYPES=S.METHOD_TYPES=S.LVAL_TYPES=S.LOOP_TYPES=S.LITERAL_TYPES=S.JSX_TYPES=S.IMPORTOREXPORTDECLARATION_TYPES=S.IMMUTABLE_TYPES=S.FUNCTION_TYPES=S.FUNCTIONPARENT_TYPES=S.FUNCTIONPARAMETER_TYPES=S.FOR_TYPES=S.FORXSTATEMENT_TYPES=S.FLOW_TYPES=S.FLOWTYPE_TYPES=S.FLOWPREDICATE_TYPES=S.FLOWDECLARATION_TYPES=S.FLOWBASEANNOTATION_TYPES=S.EXPRESSION_TYPES=S.EXPRESSIONWRAPPER_TYPES=S.EXPORTDECLARATION_TYPES=S.ENUMMEMBER_TYPES=S.ENUMBODY_TYPES=S.DECLARATION_TYPES=S.CONDITIONAL_TYPES=S.COMPLETIONSTATEMENT_TYPES=S.CLASS_TYPES=S.BLOCK_TYPES=S.BLOCKPARENT_TYPES=S.BINARY_TYPES=S.ACCESSOR_TYPES=void 0;var ee=J(32674);const te=S.STANDARDIZED_TYPES=ee.FLIPPED_ALIAS_KEYS["Standardized"];const re=S.EXPRESSION_TYPES=ee.FLIPPED_ALIAS_KEYS["Expression"];const ne=S.BINARY_TYPES=ee.FLIPPED_ALIAS_KEYS["Binary"];const ie=S.SCOPABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["Scopable"];const oe=S.BLOCKPARENT_TYPES=ee.FLIPPED_ALIAS_KEYS["BlockParent"];const se=S.BLOCK_TYPES=ee.FLIPPED_ALIAS_KEYS["Block"];const ae=S.STATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["Statement"];const ce=S.TERMINATORLESS_TYPES=ee.FLIPPED_ALIAS_KEYS["Terminatorless"];const le=S.COMPLETIONSTATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["CompletionStatement"];const ue=S.CONDITIONAL_TYPES=ee.FLIPPED_ALIAS_KEYS["Conditional"];const pe=S.LOOP_TYPES=ee.FLIPPED_ALIAS_KEYS["Loop"];const de=S.WHILE_TYPES=ee.FLIPPED_ALIAS_KEYS["While"];const fe=S.EXPRESSIONWRAPPER_TYPES=ee.FLIPPED_ALIAS_KEYS["ExpressionWrapper"];const me=S.FOR_TYPES=ee.FLIPPED_ALIAS_KEYS["For"];const ge=S.FORXSTATEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["ForXStatement"];const he=S.FUNCTION_TYPES=ee.FLIPPED_ALIAS_KEYS["Function"];const _e=S.FUNCTIONPARENT_TYPES=ee.FLIPPED_ALIAS_KEYS["FunctionParent"];const ye=S.PUREISH_TYPES=ee.FLIPPED_ALIAS_KEYS["Pureish"];const ve=S.DECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["Declaration"];const Te=S.FUNCTIONPARAMETER_TYPES=ee.FLIPPED_ALIAS_KEYS["FunctionParameter"];const be=S.PATTERNLIKE_TYPES=ee.FLIPPED_ALIAS_KEYS["PatternLike"];const Se=S.LVAL_TYPES=ee.FLIPPED_ALIAS_KEYS["LVal"];const xe=S.TSENTITYNAME_TYPES=ee.FLIPPED_ALIAS_KEYS["TSEntityName"];const Ee=S.LITERAL_TYPES=ee.FLIPPED_ALIAS_KEYS["Literal"];const Ce=S.IMMUTABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["Immutable"];const Pe=S.USERWHITESPACABLE_TYPES=ee.FLIPPED_ALIAS_KEYS["UserWhitespacable"];const Ne=S.METHOD_TYPES=ee.FLIPPED_ALIAS_KEYS["Method"];const Ae=S.OBJECTMEMBER_TYPES=ee.FLIPPED_ALIAS_KEYS["ObjectMember"];const ke=S.PROPERTY_TYPES=ee.FLIPPED_ALIAS_KEYS["Property"];const De=S.UNARYLIKE_TYPES=ee.FLIPPED_ALIAS_KEYS["UnaryLike"];const Ie=S.PATTERN_TYPES=ee.FLIPPED_ALIAS_KEYS["Pattern"];const Fe=S.CLASS_TYPES=ee.FLIPPED_ALIAS_KEYS["Class"];const Oe=S.IMPORTOREXPORTDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["ImportOrExportDeclaration"];const we=S.EXPORTDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["ExportDeclaration"];const Le=S.MODULESPECIFIER_TYPES=ee.FLIPPED_ALIAS_KEYS["ModuleSpecifier"];const Me=S.ACCESSOR_TYPES=ee.FLIPPED_ALIAS_KEYS["Accessor"];const Re=S.PRIVATE_TYPES=ee.FLIPPED_ALIAS_KEYS["Private"];const Be=S.FLOW_TYPES=ee.FLIPPED_ALIAS_KEYS["Flow"];const je=S.FLOWTYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowType"];const Ue=S.FLOWBASEANNOTATION_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"];const We=S.FLOWDECLARATION_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowDeclaration"];const Je=S.FLOWPREDICATE_TYPES=ee.FLIPPED_ALIAS_KEYS["FlowPredicate"];const Ve=S.ENUMBODY_TYPES=ee.FLIPPED_ALIAS_KEYS["EnumBody"];const ze=S.ENUMMEMBER_TYPES=ee.FLIPPED_ALIAS_KEYS["EnumMember"];const Ge=S.JSX_TYPES=ee.FLIPPED_ALIAS_KEYS["JSX"];const qe=S.MISCELLANEOUS_TYPES=ee.FLIPPED_ALIAS_KEYS["Miscellaneous"];const $e=S.TYPESCRIPT_TYPES=ee.FLIPPED_ALIAS_KEYS["TypeScript"];const He=S.TSTYPEELEMENT_TYPES=ee.FLIPPED_ALIAS_KEYS["TSTypeElement"];const Ke=S.TSTYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["TSType"];const Xe=S.TSBASETYPE_TYPES=ee.FLIPPED_ALIAS_KEYS["TSBaseType"];const Ye=S.MODULEDECLARATION_TYPES=Oe},47213:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.UPDATE_OPERATORS=S.UNARY_OPERATORS=S.STRING_UNARY_OPERATORS=S.STATEMENT_OR_BLOCK_KEYS=S.NUMBER_UNARY_OPERATORS=S.NUMBER_BINARY_OPERATORS=S.LOGICAL_OPERATORS=S.INHERIT_KEYS=S.FOR_INIT_KEYS=S.FLATTENABLE_KEYS=S.EQUALITY_BINARY_OPERATORS=S.COMPARISON_BINARY_OPERATORS=S.COMMENT_KEYS=S.BOOLEAN_UNARY_OPERATORS=S.BOOLEAN_NUMBER_BINARY_OPERATORS=S.BOOLEAN_BINARY_OPERATORS=S.BINARY_OPERATORS=S.ASSIGNMENT_OPERATORS=void 0;const J=S.STATEMENT_OR_BLOCK_KEYS=["consequent","body","alternate"];const ee=S.FLATTENABLE_KEYS=["body","expressions"];const te=S.FOR_INIT_KEYS=["left","init"];const re=S.COMMENT_KEYS=["leadingComments","trailingComments","innerComments"];const ne=S.LOGICAL_OPERATORS=["||","&&","??"];const ie=S.UPDATE_OPERATORS=["++","--"];const oe=S.BOOLEAN_NUMBER_BINARY_OPERATORS=[">","<",">=","<="];const se=S.EQUALITY_BINARY_OPERATORS=["==","===","!=","!=="];const ae=S.COMPARISON_BINARY_OPERATORS=[...se,"in","instanceof"];const ce=S.BOOLEAN_BINARY_OPERATORS=[...ae,...oe];const le=S.NUMBER_BINARY_OPERATORS=["-","/","%","*","**","&","|",">>",">>>","<<","^"];const ue=S.BINARY_OPERATORS=["+",...le,...ce,"|>"];const pe=S.ASSIGNMENT_OPERATORS=["=","+=",...le.map((b=>b+"=")),...ne.map((b=>b+"="))];const de=S.BOOLEAN_UNARY_OPERATORS=["delete","!"];const fe=S.NUMBER_UNARY_OPERATORS=["+","-","~"];const me=S.STRING_UNARY_OPERATORS=["typeof"];const ge=S.UNARY_OPERATORS=["void","throw",...de,...fe,...me];const he=S.INHERIT_KEYS={optional:["typeAnnotation","typeParameters","returnType"],force:["start","loc","end"]};S.BLOCK_SCOPED_SYMBOL=Symbol.for("var used to be block scoped");S.NOT_LOCAL_BINDING=Symbol.for("should not be considered a local binding")},88770:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=ensureBlock;var ee=J(78515);function ensureBlock(b,S="body"){const J=(0,ee.default)(b[S],b);b[S]=J;return J}},94208:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=gatherSequenceExpressions;var ee=J(39328);var te=J(24481);var re=J(54002);var ne=J(26916);var ie=J(69776);function gatherSequenceExpressions(b,S){const J=[];let oe=true;for(const se of b){if(!(0,te.isEmptyStatement)(se)){oe=false}if((0,te.isExpression)(se)){J.push(se)}else if((0,te.isExpressionStatement)(se)){J.push(se.expression)}else if((0,te.isVariableDeclaration)(se)){if(se.kind!=="var")return;for(const b of se.declarations){const te=(0,ee.default)(b);for(const b of Object.keys(te)){S.push({kind:se.kind,id:(0,ie.default)(te[b])})}if(b.init){J.push((0,re.assignmentExpression)("=",b.id,b.init))}}oe=true}else if((0,te.isIfStatement)(se)){const b=se.consequent?gatherSequenceExpressions([se.consequent],S):(0,ne.buildUndefinedNode)();const ee=se.alternate?gatherSequenceExpressions([se.alternate],S):(0,ne.buildUndefinedNode)();if(!b||!ee)return;J.push((0,re.conditionalExpression)(se.test,b,ee))}else if((0,te.isBlockStatement)(se)){const b=gatherSequenceExpressions(se.body,S);if(!b)return;J.push(b)}else if((0,te.isEmptyStatement)(se)){if(b.indexOf(se)===0){oe=true}}else{return}}if(oe){J.push((0,ne.buildUndefinedNode)())}if(J.length===1){return J[0]}else{return(0,re.sequenceExpression)(J)}}},42363:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toBindingIdentifierName;var ee=J(73887);function toBindingIdentifierName(b){b=(0,ee.default)(b);if(b==="eval"||b==="arguments")b="_"+b;return b}},78515:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toBlock;var ee=J(24481);var te=J(54002);function toBlock(b,S){if((0,ee.isBlockStatement)(b)){return b}let J=[];if((0,ee.isEmptyStatement)(b)){J=[]}else{if(!(0,ee.isStatement)(b)){if((0,ee.isFunction)(S)){b=(0,te.returnStatement)(b)}else{b=(0,te.expressionStatement)(b)}}J=[b]}return(0,te.blockStatement)(J)}},48652:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toComputedKey;var ee=J(24481);var te=J(54002);function toComputedKey(b,S=b.key||b.property){if(!b.computed&&(0,ee.isIdentifier)(S))S=(0,te.stringLiteral)(S.name);return S}},16046:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(24481);var te=S["default"]=toExpression;function toExpression(b){if((0,ee.isExpressionStatement)(b)){b=b.expression}if((0,ee.isExpression)(b)){return b}if((0,ee.isClass)(b)){b.type="ClassExpression";b.abstract=false}else if((0,ee.isFunction)(b)){b.type="FunctionExpression"}if(!(0,ee.isExpression)(b)){throw new Error(`cannot turn ${b.type} to an expression`)}return b}},73887:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toIdentifier;var ee=J(27194);var te=J(53083);function toIdentifier(b){b=b+"";let S="";for(const J of b){S+=(0,te.isIdentifierChar)(J.codePointAt(0))?J:"-"}S=S.replace(/^[-0-9]+/,"");S=S.replace(/[-\s]+(.)?/g,(function(b,S){return S?S.toUpperCase():""}));if(!(0,ee.default)(S)){S=`_${S}`}return S||"_"}},57849:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toKeyAlias;var ee=J(24481);var te=J(69776);var re=J(29474);function toKeyAlias(b,S=b.key){let J;if(b.kind==="method"){return toKeyAlias.increment()+""}else if((0,ee.isIdentifier)(S)){J=S.name}else if((0,ee.isStringLiteral)(S)){J=JSON.stringify(S.value)}else{J=JSON.stringify((0,re.default)((0,te.default)(S)))}if(b.computed){J=`[${J}]`}if(b.static){J=`static:${J}`}return J}toKeyAlias.uid=0;toKeyAlias.increment=function(){if(toKeyAlias.uid>=Number.MAX_SAFE_INTEGER){return toKeyAlias.uid=0}else{return toKeyAlias.uid++}}},80815:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=toSequenceExpression;var ee=J(94208);function toSequenceExpression(b,S){if(!(b!=null&&b.length))return;const J=[];const te=(0,ee.default)(b,J);if(!te)return;for(const b of J){S.push(b)}return te}},62703:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(24481);var te=J(54002);var re=S["default"]=toStatement;function toStatement(b,S){if((0,ee.isStatement)(b)){return b}let J=false;let re;if((0,ee.isClass)(b)){J=true;re="ClassDeclaration"}else if((0,ee.isFunction)(b)){J=true;re="FunctionDeclaration"}else if((0,ee.isAssignmentExpression)(b)){return(0,te.expressionStatement)(b)}if(J&&!b.id){re=false}if(!re){if(S){return false}else{throw new Error(`cannot turn ${b.type} to a statement`)}}b.type=re;return b}},26801:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(27194);var te=J(54002);var re=S["default"]=valueToNode;const ne=Function.call.bind(Object.prototype.toString);function isRegExp(b){return ne(b)==="[object RegExp]"}function isPlainObject(b){if(typeof b!=="object"||b===null||Object.prototype.toString.call(b)!=="[object Object]"){return false}const S=Object.getPrototypeOf(b);return S===null||Object.getPrototypeOf(S)===null}function valueToNode(b){if(b===undefined){return(0,te.identifier)("undefined")}if(b===true||b===false){return(0,te.booleanLiteral)(b)}if(b===null){return(0,te.nullLiteral)()}if(typeof b==="string"){return(0,te.stringLiteral)(b)}if(typeof b==="number"){let S;if(Number.isFinite(b)){S=(0,te.numericLiteral)(Math.abs(b))}else{let J;if(Number.isNaN(b)){J=(0,te.numericLiteral)(0)}else{J=(0,te.numericLiteral)(1)}S=(0,te.binaryExpression)("/",J,(0,te.numericLiteral)(0))}if(b<0||Object.is(b,-0)){S=(0,te.unaryExpression)("-",S)}return S}if(typeof b==="bigint"){if(b<0){return(0,te.unaryExpression)("-",(0,te.bigIntLiteral)(-b))}else{return(0,te.bigIntLiteral)(b)}}if(isRegExp(b)){const S=b.source;const J=/\/([a-z]*)$/.exec(b.toString())[1];return(0,te.regExpLiteral)(S,J)}if(Array.isArray(b)){return(0,te.arrayExpression)(b.map(valueToNode))}if(isPlainObject(b)){const S=[];for(const J of Object.keys(b)){let re,ne=false;if((0,ee.default)(J)){if(J==="__proto__"){ne=true;re=(0,te.stringLiteral)(J)}else{re=(0,te.identifier)(J)}}else{re=(0,te.stringLiteral)(J)}S.push((0,te.objectProperty)(re,valueToNode(b[J]),ne))}return(0,te.objectExpression)(S)}throw new Error("don't know how to turn this value into a node")}},4359:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.patternLikeCommon=S.importAttributes=S.functionTypeAnnotationCommon=S.functionDeclarationCommon=S.functionCommon=S.classMethodOrPropertyUnionShapeCommon=S.classMethodOrPropertyCommon=S.classMethodOrDeclareMethodCommon=void 0;var ee=J(23951);var te=J(27194);var re=J(53083);var ne=J(34964);var ie=J(47213);var oe=J(56259);const classMethodOrPropertyUnionShapeCommon=(b=false)=>({unionShape:{discriminator:"computed",shapes:[{name:"computed",value:[true],properties:{key:{validate:(0,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:b?(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName"):(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral")}}}]}});S.classMethodOrPropertyUnionShapeCommon=classMethodOrPropertyUnionShapeCommon;const se=(0,oe.defineAliasedType)("Standardized");se("ArrayExpression",{fields:{elements:{validate:(0,oe.arrayOf)((0,oe.assertNodeOrValueType)("null","Expression","SpreadElement")),default:!process.env.BABEL_TYPES_8_BREAKING?[]:undefined}},visitor:["elements"],aliases:["Expression"]});se("AssignmentExpression",{fields:{operator:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("string"):Object.assign(function(){const b=(0,oe.assertOneOf)(...ie.ASSIGNMENT_OPERATORS);const S=(0,oe.assertOneOf)("=");return function(J,te,re){const ne=(0,ee.default)("Pattern",J.left)?S:b;ne(J,te,re)}}(),{oneOf:ie.ASSIGNMENT_OPERATORS})},left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("LVal","OptionalMemberExpression"):(0,oe.assertNodeType)("Identifier","MemberExpression","OptionalMemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")}},builder:["operator","left","right"],visitor:["left","right"],aliases:["Expression"]});se("BinaryExpression",{builder:["operator","left","right"],fields:{operator:{validate:(0,oe.assertOneOf)(...ie.BINARY_OPERATORS)},left:{validate:function(){const b=(0,oe.assertNodeType)("Expression");const S=(0,oe.assertNodeType)("Expression","PrivateName");const J=Object.assign((function(J,ee,te){const re=J.operator==="in"?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","PrivateName"]});return J}()},right:{validate:(0,oe.assertNodeType)("Expression")}},visitor:["left","right"],aliases:["Binary","Expression"]});se("InterpreterDirective",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}}});se("Directive",{visitor:["value"],fields:{value:{validate:(0,oe.assertNodeType)("DirectiveLiteral")}}});se("DirectiveLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}}});se("BlockStatement",{builder:["body","directives"],visitor:["directives","body"],fields:{directives:{validate:(0,oe.arrayOfType)("Directive"),default:[]},body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block","Statement"]});se("BreakStatement",{visitor:["label"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});se("CallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,oe.assertNodeType)("Expression","Super","V8IntrinsicIdentifier")},arguments:(0,oe.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),typeArguments:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation"),optional:true}},process.env.BABEL_TYPES_8_BREAKING?{}:{optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});se("CatchClause",{visitor:["param","body"],fields:{param:{validate:(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")}},aliases:["Scopable","BlockParent"]});se("ConditionalExpression",{visitor:["test","consequent","alternate"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},consequent:{validate:(0,oe.assertNodeType)("Expression")},alternate:{validate:(0,oe.assertNodeType)("Expression")}},aliases:["Expression","Conditional"]});se("ContinueStatement",{visitor:["label"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}},aliases:["Statement","Terminatorless","CompletionStatement"]});se("DebuggerStatement",{aliases:["Statement"]});se("DoWhileStatement",{builder:["test","body"],visitor:["body","test"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}},aliases:["Statement","BlockParent","Loop","While","Scopable"]});se("EmptyStatement",{aliases:["Statement"]});se("ExpressionStatement",{visitor:["expression"],fields:{expression:{validate:(0,oe.assertNodeType)("Expression")}},aliases:["Statement","ExpressionWrapper"]});se("File",{builder:["program","comments","tokens"],visitor:["program"],fields:{program:{validate:(0,oe.assertNodeType)("Program")},comments:{validate:!process.env.BABEL_TYPES_8_BREAKING?Object.assign((()=>{}),{each:{oneOfNodeTypes:["CommentBlock","CommentLine"]}}):(0,oe.assertEach)((0,oe.assertNodeType)("CommentBlock","CommentLine")),optional:true},tokens:{validate:(0,oe.assertEach)(Object.assign((()=>{}),{type:"any"})),optional:true}}});se("ForInStatement",{visitor:["left","right","body"],aliases:["Scopable","Statement","For","BlockParent","Loop","ForXStatement"],fields:{left:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("VariableDeclaration","LVal"):(0,oe.assertNodeType)("VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("ForStatement",{visitor:["init","test","update","body"],aliases:["Scopable","Statement","For","BlockParent","Loop"],fields:{init:{validate:(0,oe.assertNodeType)("VariableDeclaration","Expression"),optional:true},test:{validate:(0,oe.assertNodeType)("Expression"),optional:true},update:{validate:(0,oe.assertNodeType)("Expression"),optional:true},body:{validate:(0,oe.assertNodeType)("Statement")}}});const functionCommon=()=>({params:(0,oe.validateArrayOfType)("FunctionParameter"),generator:{default:false},async:{default:false}});S.functionCommon=functionCommon;const functionTypeAnnotationCommon=()=>({returnType:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true}});S.functionTypeAnnotationCommon=functionTypeAnnotationCommon;const functionDeclarationCommon=()=>Object.assign({},functionCommon(),{declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true}});S.functionDeclarationCommon=functionDeclarationCommon;se("FunctionDeclaration",{builder:["id","params","body","generator","async"],visitor:["id","typeParameters","params","predicate","returnType","body"],fields:Object.assign({},functionDeclarationCommon(),functionTypeAnnotationCommon(),{body:{validate:(0,oe.assertNodeType)("BlockStatement")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}}),aliases:["Scopable","Function","BlockParent","FunctionParent","Statement","Pureish","Declaration"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier");return function(S,J,te){if(!(0,ee.default)("ExportDefaultDeclaration",S)){b(te,"id",te.id)}}}()});se("FunctionExpression",{inherits:"FunctionDeclaration",aliases:["Scopable","Function","BlockParent","FunctionParent","Expression","Pureish"],fields:Object.assign({},functionCommon(),functionTypeAnnotationCommon(),{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});const patternLikeCommon=()=>({typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}});S.patternLikeCommon=patternLikeCommon;se("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,oe.chain)((0,oe.assertValueType)("string"),Object.assign((function(b,S,J){if(!(0,te.default)(J,false)){throw new TypeError(`"${J}" is not a valid identifier name`)}}),{type:"string"})):(0,oe.assertValueType)("string")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(b,S,J){const te=/\.(\w+)$/.exec(S.toString());if(!te)return;const[,ne]=te;const ie={computed:false};if(ne==="property"){if((0,ee.default)("MemberExpression",b,ie))return;if((0,ee.default)("OptionalMemberExpression",b,ie))return}else if(ne==="key"){if((0,ee.default)("Property",b,ie))return;if((0,ee.default)("Method",b,ie))return}else if(ne==="exported"){if((0,ee.default)("ExportSpecifier",b))return}else if(ne==="imported"){if((0,ee.default)("ImportSpecifier",b,{imported:J}))return}else if(ne==="meta"){if((0,ee.default)("MetaProperty",b,{meta:J}))return}if(((0,re.isKeyword)(J.name)||(0,re.isReservedWord)(J.name,false))&&J.name!=="this"){throw new TypeError(`"${J.name}" is not a valid identifier`)}}:undefined});se("IfStatement",{visitor:["test","consequent","alternate"],aliases:["Statement","Conditional"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},consequent:{validate:(0,oe.assertNodeType)("Statement")},alternate:{optional:true,validate:(0,oe.assertNodeType)("Statement")}}});se("LabeledStatement",{visitor:["label","body"],aliases:["Statement"],fields:{label:{validate:(0,oe.assertNodeType)("Identifier")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("StringLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("NumericLiteral",{builder:["value"],deprecatedAlias:"NumberLiteral",fields:{value:{validate:(0,oe.chain)((0,oe.assertValueType)("number"),Object.assign((function(b,S,J){if(1/J<0||!Number.isFinite(J)){const b=new Error("NumericLiterals must be non-negative finite numbers. "+`You can use t.valueToNode(${J}) instead.`)}}),{type:"number"}))}},aliases:["Expression","Pureish","Literal","Immutable"]});se("NullLiteral",{aliases:["Expression","Pureish","Literal","Immutable"]});se("BooleanLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("boolean")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("RegExpLiteral",{builder:["pattern","flags"],deprecatedAlias:"RegexLiteral",aliases:["Expression","Pureish","Literal"],fields:{pattern:{validate:(0,oe.assertValueType)("string")},flags:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("string"),Object.assign((function(b,S,J){const ee=/[^dgimsuvy]/.exec(J);if(ee){throw new TypeError(`"${ee[0]}" is not a valid RegExp flag`)}}),{type:"string"})):(0,oe.assertValueType)("string"),default:""}}});se("LogicalExpression",{builder:["operator","left","right"],visitor:["left","right"],aliases:["Binary","Expression"],fields:{operator:{validate:(0,oe.assertOneOf)(...ie.LOGICAL_OPERATORS)},left:{validate:(0,oe.assertNodeType)("Expression")},right:{validate:(0,oe.assertNodeType)("Expression")}}});se("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,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{property:{validate:(0,oe.assertNodeType)("Identifier","PrivateName")}}}]},fields:Object.assign({object:{validate:(0,oe.assertNodeType)("Expression","Super")},property:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","PrivateName");const S=(0,oe.assertNodeType)("Expression");const validator=function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)};validator.oneOfNodeTypes=["Expression","Identifier","PrivateName"];return validator}()},computed:{default:false}},!process.env.BABEL_TYPES_8_BREAKING?{optional:{validate:(0,oe.assertValueType)("boolean"),optional:true}}:{})});se("NewExpression",{inherits:"CallExpression"});se("Program",{visitor:["directives","body"],builder:["body","directives","sourceType","interpreter"],fields:{sourceType:{validate:(0,oe.assertOneOf)("script","module"),default:"script"},interpreter:{validate:(0,oe.assertNodeType)("InterpreterDirective"),default:null,optional:true},directives:{validate:(0,oe.arrayOfType)("Directive"),default:[]},body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","Block"]});se("ObjectExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,oe.validateArrayOfType)("ObjectMethod","ObjectProperty","SpreadElement")}});se("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,oe.assertOneOf)("method","get","set")},!process.env.BABEL_TYPES_8_BREAKING?{default:"method"}:{}),computed:{default:false},key:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const S=(0,oe.assertNodeType)("Expression");const validator=function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)};validator.oneOfNodeTypes=["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral"];return validator}()},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},body:{validate:(0,oe.assertNodeType)("BlockStatement")}}),aliases:["UserWhitespacable","Function","Scopable","BlockParent","FunctionParent","Method","ObjectMember"]}));se("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,oe.assertNodeType)("Expression")}}},{name:"nonComputed",value:[false],properties:{key:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName")}}}]},fields:{computed:{default:false},key:{validate:function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName");const S=(0,oe.assertNodeType)("Expression");const J=Object.assign((function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","Identifier","StringLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","PrivateName"]});return J}()},value:{validate:(0,oe.assertNodeType)("Expression","PatternLike")},shorthand:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("boolean"),Object.assign((function(b,S,J){if(!J)return;if(b.computed){throw new TypeError("Property shorthand of ObjectProperty cannot be true if computed is true")}if(!(0,ee.default)("Identifier",b.key)){throw new TypeError("Property shorthand of ObjectProperty cannot be true if key is not an Identifier")}}),{type:"boolean"})):(0,oe.assertValueType)("boolean"),default:false},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}},visitor:["decorators","key","value"],aliases:["UserWhitespacable","Property","ObjectMember"],validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier","Pattern","TSAsExpression","TSSatisfiesExpression","TSNonNullExpression","TSTypeAssertion");const S=(0,oe.assertNodeType)("Expression");return function(J,te,re){const ne=(0,ee.default)("ObjectPattern",J)?b:S;ne(re,"value",re.value)}}()});se("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,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression","RestElement","AssignmentPattern"):(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")}}),validate:process.env.BABEL_TYPES_8_BREAKING?function(b,S){const J=/(\w+)\[(\d+)\]/.exec(S.toString());if(!J)throw new Error("Internal Babel error: malformed key.");const[,ee,te]=J;if(b[ee].length>+te+1){throw new TypeError(`RestElement must be last element of ${ee}`)}}:undefined});se("ReturnStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression"),optional:true}}});se("SequenceExpression",{visitor:["expressions"],fields:{expressions:(0,oe.validateArrayOfType)("Expression")},aliases:["Expression"]});se("ParenthesizedExpression",{visitor:["expression"],aliases:["Expression","ExpressionWrapper"],fields:{expression:{validate:(0,oe.assertNodeType)("Expression")}}});se("SwitchCase",{visitor:["test","consequent"],fields:{test:{validate:(0,oe.assertNodeType)("Expression"),optional:true},consequent:(0,oe.validateArrayOfType)("Statement")}});se("SwitchStatement",{visitor:["discriminant","cases"],aliases:["Statement","BlockParent","Scopable"],fields:{discriminant:{validate:(0,oe.assertNodeType)("Expression")},cases:(0,oe.validateArrayOfType)("SwitchCase")}});se("ThisExpression",{aliases:["Expression"]});se("ThrowStatement",{visitor:["argument"],aliases:["Statement","Terminatorless","CompletionStatement"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("TryStatement",{visitor:["block","handler","finalizer"],aliases:["Statement"],fields:{block:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertNodeType)("BlockStatement"),Object.assign((function(b){if(!b.handler&&!b.finalizer){throw new TypeError("TryStatement expects either a handler or finalizer, or both")}}),{oneOfNodeTypes:["BlockStatement"]})):(0,oe.assertNodeType)("BlockStatement")},handler:{optional:true,validate:(0,oe.assertNodeType)("CatchClause")},finalizer:{optional:true,validate:(0,oe.assertNodeType)("BlockStatement")}}});se("UnaryExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:true},argument:{validate:(0,oe.assertNodeType)("Expression")},operator:{validate:(0,oe.assertOneOf)(...ie.UNARY_OPERATORS)}},visitor:["argument"],aliases:["UnaryLike","Expression"]});se("UpdateExpression",{builder:["operator","argument","prefix"],fields:{prefix:{default:false},argument:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("Expression"):(0,oe.assertNodeType)("Identifier","MemberExpression")},operator:{validate:(0,oe.assertOneOf)(...ie.UPDATE_OPERATORS)}},visitor:["argument"],aliases:["Expression"]});se("VariableDeclaration",{builder:["kind","declarations"],visitor:["declarations"],aliases:["Statement","Declaration"],fields:{declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},kind:{validate:(0,oe.assertOneOf)("var","let","const","using","await using")},declarations:(0,oe.validateArrayOfType)("VariableDeclarator")},validate:process.env.BABEL_TYPES_8_BREAKING?(()=>{const b=(0,oe.assertNodeType)("Identifier","Placeholder");const S=(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","Placeholder");const J=(0,oe.assertNodeType)("Identifier","VoidPattern","Placeholder");return function(te,re,ne){const{kind:ie,declarations:oe}=ne;const se=(0,ee.default)("ForXStatement",te,{left:ne});if(se){if(oe.length!==1){throw new TypeError(`Exactly one VariableDeclarator is required in the VariableDeclaration of a ${te.type}`)}}for(const ee of oe){if(ie==="const"||ie==="let"||ie==="var"){if(!se&&!ee.init){b(ee,"id",ee.id)}else{S(ee,"id",ee.id)}}else{J(ee,"id",ee.id)}}}})():undefined});se("VariableDeclarator",{visitor:["id","init"],fields:{id:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertNodeType)("LVal","VoidPattern"):(0,oe.assertNodeType)("Identifier","ArrayPattern","ObjectPattern","VoidPattern")},definite:{optional:true,validate:(0,oe.assertValueType)("boolean")},init:{optional:true,validate:(0,oe.assertNodeType)("Expression")}}});se("WhileStatement",{visitor:["test","body"],aliases:["Statement","BlockParent","Loop","While","Scopable"],fields:{test:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("WithStatement",{visitor:["object","body"],aliases:["Statement"],fields:{object:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")}}});se("AssignmentPattern",{visitor:["left","right","decorators"],builder:["left","right"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{left:{validate:(0,oe.assertNodeType)("Identifier","ObjectPattern","ArrayPattern","MemberExpression","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression")},right:{validate:(0,oe.assertNodeType)("Expression")},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}})});se("ArrayPattern",{visitor:["elements","typeAnnotation"],builder:["elements"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{elements:{validate:(0,oe.chain)((0,oe.assertValueType)("array"),(0,oe.assertEach)((0,oe.assertNodeOrValueType)("null","PatternLike")))}})});se("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,oe.assertValueType)("boolean")},body:{validate:(0,oe.assertNodeType)("BlockStatement","Expression")},predicate:{validate:(0,oe.assertNodeType)("DeclaredPredicate","InferredPredicate"),optional:true}})});se("ClassBody",{visitor:["body"],fields:{body:(0,oe.validateArrayOfType)("ClassMethod","ClassPrivateMethod","ClassProperty","ClassPrivateProperty","ClassAccessorProperty","TSDeclareMethod","TSIndexSignature","StaticBlock")}});se("ClassExpression",{builder:["id","superClass","body","decorators"],visitor:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body"],aliases:["Scopable","Class","Expression"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,oe.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,oe.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,oe.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,oe.assertNodeType)("InterfaceExtends"),optional:true}}});se("ClassDeclaration",{inherits:"ClassExpression",aliases:["Scopable","Class","Statement","Declaration"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier"),optional:true},typeParameters:{validate:(0,oe.assertNodeType)("TypeParameterDeclaration","TSTypeParameterDeclaration","Noop"),optional:true},body:{validate:(0,oe.assertNodeType)("ClassBody")},superClass:{optional:true,validate:(0,oe.assertNodeType)("Expression")},["superTypeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true},implements:{validate:(0,oe.arrayOfType)("TSExpressionWithTypeArguments","ClassImplements"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},mixins:{validate:(0,oe.assertNodeType)("InterfaceExtends"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},abstract:{validate:(0,oe.assertValueType)("boolean"),optional:true}},validate:!process.env.BABEL_TYPES_8_BREAKING?undefined:function(){const b=(0,oe.assertNodeType)("Identifier");return function(S,J,te){if(!(0,ee.default)("ExportDefaultDeclaration",S)){b(te,"id",te.id)}}}()});const ae=S.importAttributes={attributes:{optional:true,validate:(0,oe.arrayOfType)("ImportAttribute")}};ae.assertions={deprecated:true,optional:true,validate:(0,oe.arrayOfType)("ImportAttribute")};se("ExportAllDeclaration",{builder:["source","attributes"],visitor:["source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:Object.assign({source:{validate:(0,oe.assertNodeType)("StringLiteral")},exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("type","value"))},ae)});se("ExportDefaultDeclaration",{visitor:["declaration"],aliases:["Statement","Declaration","ImportOrExportDeclaration","ExportDeclaration"],fields:{declaration:(0,oe.validateType)("TSDeclareFunction","FunctionDeclaration","ClassDeclaration","Expression"),exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("value"))}});se("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,oe.chain)((0,oe.assertNodeType)("Declaration"),Object.assign((function(b,S,J){if(J&&b.specifiers.length){throw new TypeError("Only declaration or specifiers is allowed on ExportNamedDeclaration")}if(J&&b.source){throw new TypeError("Cannot export a declaration from a source")}}),{oneOfNodeTypes:["Declaration"]})):(0,oe.assertNodeType)("Declaration")}},ae,{specifiers:{default:[],validate:(0,oe.arrayOf)(function(){const b=(0,oe.assertNodeType)("ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier");const S=(0,oe.assertNodeType)("ExportSpecifier");if(!process.env.BABEL_TYPES_8_BREAKING)return b;return Object.assign((function(J,ee,te){const re=J.source?b:S;re(J,ee,te)}),{oneOfNodeTypes:["ExportSpecifier","ExportDefaultSpecifier","ExportNamespaceSpecifier"]})}())},source:{validate:(0,oe.assertNodeType)("StringLiteral"),optional:true},exportKind:(0,oe.validateOptional)((0,oe.assertOneOf)("type","value"))})});se("ExportSpecifier",{visitor:["local","exported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")},exported:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},exportKind:{validate:(0,oe.assertOneOf)("type","value"),optional:true}}});se("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,oe.assertNodeType)("VariableDeclaration","LVal")}const b=(0,oe.assertNodeType)("VariableDeclaration");const S=(0,oe.assertNodeType)("Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression");return Object.assign((function(J,te,re){if((0,ee.default)("VariableDeclaration",re)){b(J,te,re)}else{S(J,te,re)}}),{oneOfNodeTypes:["VariableDeclaration","Identifier","MemberExpression","ArrayPattern","ObjectPattern","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSNonNullExpression"]})}()},right:{validate:(0,oe.assertNodeType)("Expression")},body:{validate:(0,oe.assertNodeType)("Statement")},await:{default:false}}});se("ImportDeclaration",{builder:["specifiers","source","attributes"],visitor:["specifiers","source","attributes","assertions"],aliases:["Statement","Declaration","ImportOrExportDeclaration"],fields:Object.assign({},ae,{module:{optional:true,validate:(0,oe.assertValueType)("boolean")},phase:{default:null,validate:(0,oe.assertOneOf)("source","defer")},specifiers:(0,oe.validateArrayOfType)("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"),source:{validate:(0,oe.assertNodeType)("StringLiteral")},importKind:{validate:(0,oe.assertOneOf)("type","typeof","value"),optional:true}})});se("ImportDefaultSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")}}});se("ImportNamespaceSpecifier",{visitor:["local"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")}}});se("ImportSpecifier",{visitor:["imported","local"],builder:["local","imported"],aliases:["ModuleSpecifier"],fields:{local:{validate:(0,oe.assertNodeType)("Identifier")},imported:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},importKind:{validate:(0,oe.assertOneOf)("type","typeof","value"),optional:true}}});se("ImportExpression",{visitor:["source","options"],aliases:["Expression"],fields:{phase:{default:null,validate:(0,oe.assertOneOf)("source","defer")},source:{validate:(0,oe.assertNodeType)("Expression")},options:{validate:(0,oe.assertNodeType)("Expression"),optional:true}}});se("MetaProperty",{visitor:["meta","property"],aliases:["Expression"],fields:{meta:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertNodeType)("Identifier"),Object.assign((function(b,S,J){let te;switch(J.name){case"function":te="sent";break;case"new":te="target";break;case"import":te="meta";break}if(!(0,ee.default)("Identifier",b.property,{name:te})){throw new TypeError("Unrecognised MetaProperty")}}),{oneOfNodeTypes:["Identifier"]})):(0,oe.assertNodeType)("Identifier")},property:{validate:(0,oe.assertNodeType)("Identifier")}}});const classMethodOrPropertyCommon=()=>({abstract:{validate:(0,oe.assertValueType)("boolean"),optional:true},accessibility:{validate:(0,oe.assertOneOf)("public","private","protected"),optional:true},static:{default:false},override:{default:false},computed:{default:false},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},key:{validate:(0,oe.chain)(function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral");const S=(0,oe.assertNodeType)("Expression");return function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}}(),(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression"))}});S.classMethodOrPropertyCommon=classMethodOrPropertyCommon;const classMethodOrDeclareMethodCommon=()=>Object.assign({},functionCommon(),classMethodOrPropertyCommon(),{params:(0,oe.validateArrayOfType)("FunctionParameter","TSParameterProperty"),kind:{validate:(0,oe.assertOneOf)("get","set","method","constructor"),default:"method"},access:{validate:(0,oe.chain)((0,oe.assertValueType)("string"),(0,oe.assertOneOf)("public","private","protected")),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true}});S.classMethodOrDeclareMethodCommon=classMethodOrDeclareMethodCommon;se("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,oe.assertNodeType)("BlockStatement")}})}));se("ObjectPattern",{visitor:["decorators","properties","typeAnnotation"],builder:["properties"],aliases:["FunctionParameter","Pattern","PatternLike","LVal"],fields:Object.assign({},patternLikeCommon(),{properties:(0,oe.validateArrayOfType)("RestElement","ObjectProperty")})});se("SpreadElement",{visitor:["argument"],aliases:["UnaryLike"],deprecatedAlias:"SpreadProperty",fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("Super",{aliases:["Expression"]});se("TaggedTemplateExpression",{visitor:["tag","typeParameters","quasi"],builder:["tag","quasi"],aliases:["Expression"],fields:{tag:{validate:(0,oe.assertNodeType)("Expression")},quasi:{validate:(0,oe.assertNodeType)("TemplateLiteral")},["typeParameters"]:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation","TSTypeParameterInstantiation"),optional:true}}});se("TemplateElement",{builder:["value","tail"],fields:{value:{validate:(0,oe.chain)((0,oe.assertShape)({raw:{validate:(0,oe.assertValueType)("string")},cooked:{validate:(0,oe.assertValueType)("string"),optional:true}}),(function templateElementCookedValidator(b){const S=b.value.raw;let J=false;const error=()=>{throw new Error("Internal @babel/types error.")};const{str:ee,firstInvalidLoc:te}=(0,ne.readStringContents)("template",S,0,0,0,{unterminated(){J=true},strictNumericEscape:error,invalidEscapeSequence:error,numericSeparatorInEscapeSequence:error,unexpectedNumericSeparator:error,invalidDigit:error,invalidCodePoint:error});if(!J)throw new Error("Invalid raw");b.value.cooked=te?null:ee}))},tail:{default:false}}});se("TemplateLiteral",{visitor:["quasis","expressions"],aliases:["Expression","Literal"],fields:{quasis:(0,oe.validateArrayOfType)("TemplateElement"),expressions:{validate:(0,oe.chain)((0,oe.assertValueType)("array"),(0,oe.assertEach)((0,oe.assertNodeType)("Expression","TSType")),(function(b,S,J){if(b.quasis.length!==J.length+1){throw new TypeError(`Number of ${b.type} quasis should be exactly one more than the number of expressions.\nExpected ${J.length+1} quasis but got ${b.quasis.length}`)}}))}}});se("YieldExpression",{builder:["argument","delegate"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{delegate:{validate:process.env.BABEL_TYPES_8_BREAKING?(0,oe.chain)((0,oe.assertValueType)("boolean"),Object.assign((function(b,S,J){if(J&&!b.argument){throw new TypeError("Property delegate of YieldExpression cannot be true if there is no argument")}}),{type:"boolean"})):(0,oe.assertValueType)("boolean"),default:false},argument:{optional:true,validate:(0,oe.assertNodeType)("Expression")}}});se("AwaitExpression",{builder:["argument"],visitor:["argument"],aliases:["Expression","Terminatorless"],fields:{argument:{validate:(0,oe.assertNodeType)("Expression")}}});se("Import",{aliases:["Expression"]});se("BigIntLiteral",{builder:["value"],fields:{value:{validate:(0,oe.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});se("ExportNamespaceSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,oe.assertNodeType)("Identifier")}}});se("OptionalMemberExpression",{builder:["object","property","computed","optional"],visitor:["object","property"],aliases:["Expression"],fields:{object:{validate:(0,oe.assertNodeType)("Expression")},property:{validate:function(){const b=(0,oe.assertNodeType)("Identifier");const S=(0,oe.assertNodeType)("Expression");const J=Object.assign((function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}),{oneOfNodeTypes:["Expression","Identifier"]});return J}()},computed:{default:false},optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("boolean"):(0,oe.chain)((0,oe.assertValueType)("boolean"),(0,oe.assertOptionalChainStart)())}}});se("OptionalCallExpression",{visitor:["callee","typeParameters","typeArguments","arguments"],builder:["callee","arguments","optional"],aliases:["Expression"],fields:Object.assign({callee:{validate:(0,oe.assertNodeType)("Expression")},arguments:(0,oe.validateArrayOfType)("Expression","SpreadElement","ArgumentPlaceholder"),optional:{validate:!process.env.BABEL_TYPES_8_BREAKING?(0,oe.assertValueType)("boolean"):(0,oe.chain)((0,oe.assertValueType)("boolean"),(0,oe.assertOptionalChainStart)())},typeArguments:{validate:(0,oe.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,oe.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});se("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,oe.assertNodeType)("Expression"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}})}));se("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,oe.chain)(function(){const b=(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","PrivateName");const S=(0,oe.assertNodeType)("Expression");return function(J,ee,te){const re=J.computed?S:b;re(J,ee,te)}}(),(0,oe.assertNodeType)("Identifier","StringLiteral","NumericLiteral","BigIntLiteral","Expression","PrivateName"))},value:{validate:(0,oe.assertNodeType)("Expression"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},declare:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}})}));se("ClassPrivateProperty",{visitor:["decorators","variance","key","typeAnnotation","value"],builder:["key","value","decorators","static"],aliases:["Property","Private"],fields:{key:{validate:(0,oe.assertNodeType)("PrivateName")},value:{validate:(0,oe.assertNodeType)("Expression"),optional:true},typeAnnotation:{validate:(0,oe.assertNodeType)("TypeAnnotation","TSTypeAnnotation","Noop"),optional:true},decorators:{validate:(0,oe.arrayOfType)("Decorator"),optional:true},static:{validate:(0,oe.assertValueType)("boolean"),default:false},readonly:{validate:(0,oe.assertValueType)("boolean"),optional:true},optional:{validate:(0,oe.assertValueType)("boolean"),optional:true},definite:{validate:(0,oe.assertValueType)("boolean"),optional:true},variance:{validate:(0,oe.assertNodeType)("Variance"),optional:true}}});se("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,oe.assertOneOf)("get","set","method"),default:"method"},key:{validate:(0,oe.assertNodeType)("PrivateName")},body:{validate:(0,oe.assertNodeType)("BlockStatement")}})});se("PrivateName",{visitor:["id"],aliases:["Private"],fields:{id:{validate:(0,oe.assertNodeType)("Identifier")}}});se("StaticBlock",{visitor:["body"],fields:{body:(0,oe.validateArrayOfType)("Statement")},aliases:["Scopable","BlockParent","FunctionParent"]});se("ImportAttribute",{visitor:["key","value"],fields:{key:{validate:(0,oe.assertNodeType)("Identifier","StringLiteral")},value:{validate:(0,oe.assertNodeType)("StringLiteral")}}})},52420:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.DEPRECATED_ALIASES=void 0;const J=S.DEPRECATED_ALIASES={ModuleDeclaration:"ImportOrExportDeclaration"}},67830:(b,S,J)=>{"use strict";var ee=J(56259);(0,ee.default)("ArgumentPlaceholder",{});(0,ee.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,ee.assertNodeType)("Expression")},callee:{validate:(0,ee.assertNodeType)("Expression")}}});(0,ee.default)("Decorator",{visitor:["expression"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}}});(0,ee.default)("DoExpression",{visitor:["body"],builder:["body","async"],aliases:["Expression"],fields:{body:{validate:(0,ee.assertNodeType)("BlockStatement")},async:{validate:(0,ee.assertValueType)("boolean"),default:false}}});(0,ee.default)("ExportDefaultSpecifier",{visitor:["exported"],aliases:["ModuleSpecifier"],fields:{exported:{validate:(0,ee.assertNodeType)("Identifier")}}});(0,ee.default)("RecordExpression",{visitor:["properties"],aliases:["Expression"],fields:{properties:(0,ee.validateArrayOfType)("ObjectProperty","SpreadElement")}});(0,ee.default)("TupleExpression",{fields:{elements:{validate:(0,ee.arrayOfType)("Expression","SpreadElement"),default:[]}},visitor:["elements"],aliases:["Expression"]});(0,ee.default)("DecimalLiteral",{builder:["value"],fields:{value:{validate:(0,ee.assertValueType)("string")}},aliases:["Expression","Pureish","Literal","Immutable"]});(0,ee.default)("ModuleExpression",{visitor:["body"],fields:{body:{validate:(0,ee.assertNodeType)("Program")}},aliases:["Expression"]});(0,ee.default)("TopicReference",{aliases:["Expression"]});(0,ee.default)("PipelineTopicExpression",{builder:["expression"],visitor:["expression"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}},aliases:["Expression"]});(0,ee.default)("PipelineBareFunction",{builder:["callee"],visitor:["callee"],fields:{callee:{validate:(0,ee.assertNodeType)("Expression")}},aliases:["Expression"]});(0,ee.default)("PipelinePrimaryTopicReference",{aliases:["Expression"]});(0,ee.default)("VoidPattern",{aliases:["Pattern","PatternLike","FunctionParameter"]})},6860:(b,S,J)=>{"use strict";var ee=J(4359);var te=J(56259);const re=(0,te.defineAliasedType)("Flow");const defineInterfaceishType=b=>{const S=b==="DeclareClass";re(b,{builder:["id","typeParameters","extends","body"],visitor:["id","typeParameters","extends",...S?["mixins","implements"]:[],"body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),extends:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends"))},S?{mixins:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends")),implements:(0,te.validateOptional)((0,te.arrayOfType)("ClassImplements"))}:{},{body:(0,te.validateType)("ObjectTypeAnnotation")})})};re("AnyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ArrayTypeAnnotation",{visitor:["elementType"],aliases:["FlowType"],fields:{elementType:(0,te.validateType)("FlowType")}});re("BooleanTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("BooleanLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("NullLiteralTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ClassImplements",{visitor:["id","typeParameters"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("DeclareClass");re("DeclareFunction",{builder:["id"],visitor:["id","predicate"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),predicate:(0,te.validateOptionalType)("DeclaredPredicate")}});defineInterfaceishType("DeclareInterface");re("DeclareModule",{builder:["id","body","kind"],visitor:["id","body"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier","StringLiteral"),body:(0,te.validateType)("BlockStatement"),kind:(0,te.validateOptional)((0,te.assertOneOf)("CommonJS","ES"))}});re("DeclareModuleExports",{visitor:["typeAnnotation"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{typeAnnotation:(0,te.validateType)("TypeAnnotation")}});re("DeclareTypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),right:(0,te.validateType)("FlowType")}});re("DeclareOpaqueType",{visitor:["id","typeParameters","supertype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,te.validateOptionalType)("FlowType"),impltype:(0,te.validateOptionalType)("FlowType")}});re("DeclareVariable",{visitor:["id"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier")}});re("DeclareExportDeclaration",{visitor:["declaration","specifiers","source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({declaration:(0,te.validateOptionalType)("Flow"),specifiers:(0,te.validateOptional)((0,te.arrayOfType)("ExportSpecifier","ExportNamespaceSpecifier")),source:(0,te.validateOptionalType)("StringLiteral"),default:(0,te.validateOptional)((0,te.assertValueType)("boolean"))},ee.importAttributes)});re("DeclareExportAllDeclaration",{visitor:["source","attributes"],aliases:["FlowDeclaration","Statement","Declaration"],fields:Object.assign({source:(0,te.validateType)("StringLiteral"),exportKind:(0,te.validateOptional)((0,te.assertOneOf)("type","value"))},ee.importAttributes)});re("DeclaredPredicate",{visitor:["value"],aliases:["FlowPredicate"],fields:{value:(0,te.validateType)("Flow")}});re("ExistsTypeAnnotation",{aliases:["FlowType"]});re("FunctionTypeAnnotation",{builder:["typeParameters","params","rest","returnType"],visitor:["typeParameters","this","params","rest","returnType"],aliases:["FlowType"],fields:{typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),params:(0,te.validateArrayOfType)("FunctionTypeParam"),rest:(0,te.validateOptionalType)("FunctionTypeParam"),this:(0,te.validateOptionalType)("FunctionTypeParam"),returnType:(0,te.validateType)("FlowType")}});re("FunctionTypeParam",{visitor:["name","typeAnnotation"],fields:{name:(0,te.validateOptionalType)("Identifier"),typeAnnotation:(0,te.validateType)("FlowType"),optional:(0,te.validateOptional)((0,te.assertValueType)("boolean"))}});re("GenericTypeAnnotation",{visitor:["id","typeParameters"],aliases:["FlowType"],fields:{id:(0,te.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});re("InferredPredicate",{aliases:["FlowPredicate"]});re("InterfaceExtends",{visitor:["id","typeParameters"],fields:{id:(0,te.validateType)("Identifier","QualifiedTypeIdentifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterInstantiation")}});defineInterfaceishType("InterfaceDeclaration");re("InterfaceTypeAnnotation",{visitor:["extends","body"],aliases:["FlowType"],fields:{extends:(0,te.validateOptional)((0,te.arrayOfType)("InterfaceExtends")),body:(0,te.validateType)("ObjectTypeAnnotation")}});re("IntersectionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("MixedTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("EmptyTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("NullableTypeAnnotation",{visitor:["typeAnnotation"],aliases:["FlowType"],fields:{typeAnnotation:(0,te.validateType)("FlowType")}});re("NumberLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("number"))}});re("NumberTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ObjectTypeAnnotation",{visitor:["properties","indexers","callProperties","internalSlots"],aliases:["FlowType"],builder:["properties","indexers","callProperties","internalSlots","exact"],fields:{properties:(0,te.validate)((0,te.arrayOfType)("ObjectTypeProperty","ObjectTypeSpreadProperty")),indexers:{validate:(0,te.arrayOfType)("ObjectTypeIndexer"),optional:true,default:[]},callProperties:{validate:(0,te.arrayOfType)("ObjectTypeCallProperty"),optional:true,default:[]},internalSlots:{validate:(0,te.arrayOfType)("ObjectTypeInternalSlot"),optional:true,default:[]},exact:{validate:(0,te.assertValueType)("boolean"),default:false},inexact:(0,te.validateOptional)((0,te.assertValueType)("boolean"))}});re("ObjectTypeInternalSlot",{visitor:["id","value"],builder:["id","value","optional","static","method"],aliases:["UserWhitespacable"],fields:{id:(0,te.validateType)("Identifier"),value:(0,te.validateType)("FlowType"),optional:(0,te.validate)((0,te.assertValueType)("boolean")),static:(0,te.validate)((0,te.assertValueType)("boolean")),method:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeCallProperty",{visitor:["value"],aliases:["UserWhitespacable"],fields:{value:(0,te.validateType)("FlowType"),static:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeIndexer",{visitor:["variance","id","key","value"],builder:["id","key","value","variance"],aliases:["UserWhitespacable"],fields:{id:(0,te.validateOptionalType)("Identifier"),key:(0,te.validateType)("FlowType"),value:(0,te.validateType)("FlowType"),static:(0,te.validate)((0,te.assertValueType)("boolean")),variance:(0,te.validateOptionalType)("Variance")}});re("ObjectTypeProperty",{visitor:["key","value","variance"],aliases:["UserWhitespacable"],fields:{key:(0,te.validateType)("Identifier","StringLiteral"),value:(0,te.validateType)("FlowType"),kind:(0,te.validate)((0,te.assertOneOf)("init","get","set")),static:(0,te.validate)((0,te.assertValueType)("boolean")),proto:(0,te.validate)((0,te.assertValueType)("boolean")),optional:(0,te.validate)((0,te.assertValueType)("boolean")),variance:(0,te.validateOptionalType)("Variance"),method:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("ObjectTypeSpreadProperty",{visitor:["argument"],aliases:["UserWhitespacable"],fields:{argument:(0,te.validateType)("FlowType")}});re("OpaqueType",{visitor:["id","typeParameters","supertype","impltype"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),supertype:(0,te.validateOptionalType)("FlowType"),impltype:(0,te.validateType)("FlowType")}});re("QualifiedTypeIdentifier",{visitor:["qualification","id"],builder:["id","qualification"],fields:{id:(0,te.validateType)("Identifier"),qualification:(0,te.validateType)("Identifier","QualifiedTypeIdentifier")}});re("StringLiteralTypeAnnotation",{builder:["value"],aliases:["FlowType"],fields:{value:(0,te.validate)((0,te.assertValueType)("string"))}});re("StringTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("SymbolTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("ThisTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("TupleTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("TypeofTypeAnnotation",{visitor:["argument"],aliases:["FlowType"],fields:{argument:(0,te.validateType)("FlowType")}});re("TypeAlias",{visitor:["id","typeParameters","right"],aliases:["FlowDeclaration","Statement","Declaration"],fields:{id:(0,te.validateType)("Identifier"),typeParameters:(0,te.validateOptionalType)("TypeParameterDeclaration"),right:(0,te.validateType)("FlowType")}});re("TypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:(0,te.validateType)("FlowType")}});re("TypeCastExpression",{visitor:["expression","typeAnnotation"],aliases:["ExpressionWrapper","Expression"],fields:{expression:(0,te.validateType)("Expression"),typeAnnotation:(0,te.validateType)("TypeAnnotation")}});re("TypeParameter",{visitor:["bound","default","variance"],fields:{name:(0,te.validate)((0,te.assertValueType)("string")),bound:(0,te.validateOptionalType)("TypeAnnotation"),default:(0,te.validateOptionalType)("FlowType"),variance:(0,te.validateOptionalType)("Variance")}});re("TypeParameterDeclaration",{visitor:["params"],fields:{params:(0,te.validate)((0,te.arrayOfType)("TypeParameter"))}});re("TypeParameterInstantiation",{visitor:["params"],fields:{params:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("UnionTypeAnnotation",{visitor:["types"],aliases:["FlowType"],fields:{types:(0,te.validate)((0,te.arrayOfType)("FlowType"))}});re("Variance",{builder:["kind"],fields:{kind:(0,te.validate)((0,te.assertOneOf)("minus","plus"))}});re("VoidTypeAnnotation",{aliases:["FlowType","FlowBaseAnnotation"]});re("EnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:{id:(0,te.validateType)("Identifier"),body:(0,te.validateType)("EnumBooleanBody","EnumNumberBody","EnumStringBody","EnumSymbolBody")}});re("EnumBooleanBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumBooleanMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumNumberBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumNumberMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumStringBody",{aliases:["EnumBody"],visitor:["members"],fields:{explicitType:(0,te.validate)((0,te.assertValueType)("boolean")),members:(0,te.validateArrayOfType)("EnumStringMember","EnumDefaultedMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumSymbolBody",{aliases:["EnumBody"],visitor:["members"],fields:{members:(0,te.validateArrayOfType)("EnumDefaultedMember"),hasUnknownMembers:(0,te.validate)((0,te.assertValueType)("boolean"))}});re("EnumBooleanMember",{aliases:["EnumMember"],builder:["id"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("BooleanLiteral")}});re("EnumNumberMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("NumericLiteral")}});re("EnumStringMember",{aliases:["EnumMember"],visitor:["id","init"],fields:{id:(0,te.validateType)("Identifier"),init:(0,te.validateType)("StringLiteral")}});re("EnumDefaultedMember",{aliases:["EnumMember"],visitor:["id"],fields:{id:(0,te.validateType)("Identifier")}});re("IndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,te.validateType)("FlowType"),indexType:(0,te.validateType)("FlowType")}});re("OptionalIndexedAccessType",{visitor:["objectType","indexType"],aliases:["FlowType"],fields:{objectType:(0,te.validateType)("FlowType"),indexType:(0,te.validateType)("FlowType"),optional:(0,te.validate)((0,te.assertValueType)("boolean"))}})},32674:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});Object.defineProperty(S,"ALIAS_KEYS",{enumerable:true,get:function(){return ee.ALIAS_KEYS}});Object.defineProperty(S,"BUILDER_KEYS",{enumerable:true,get:function(){return ee.BUILDER_KEYS}});Object.defineProperty(S,"DEPRECATED_ALIASES",{enumerable:true,get:function(){return re.DEPRECATED_ALIASES}});Object.defineProperty(S,"DEPRECATED_KEYS",{enumerable:true,get:function(){return ee.DEPRECATED_KEYS}});Object.defineProperty(S,"FLIPPED_ALIAS_KEYS",{enumerable:true,get:function(){return ee.FLIPPED_ALIAS_KEYS}});Object.defineProperty(S,"NODE_FIELDS",{enumerable:true,get:function(){return ee.NODE_FIELDS}});Object.defineProperty(S,"NODE_PARENT_VALIDATIONS",{enumerable:true,get:function(){return ee.NODE_PARENT_VALIDATIONS}});Object.defineProperty(S,"NODE_UNION_SHAPES__PRIVATE",{enumerable:true,get:function(){return ee.NODE_UNION_SHAPES__PRIVATE}});Object.defineProperty(S,"PLACEHOLDERS",{enumerable:true,get:function(){return te.PLACEHOLDERS}});Object.defineProperty(S,"PLACEHOLDERS_ALIAS",{enumerable:true,get:function(){return te.PLACEHOLDERS_ALIAS}});Object.defineProperty(S,"PLACEHOLDERS_FLIPPED_ALIAS",{enumerable:true,get:function(){return te.PLACEHOLDERS_FLIPPED_ALIAS}});S.TYPES=void 0;Object.defineProperty(S,"VISITOR_KEYS",{enumerable:true,get:function(){return ee.VISITOR_KEYS}});J(4359);J(6860);J(24711);J(65964);J(67830);J(46891);var ee=J(56259);var te=J(28818);var re=J(52420);Object.keys(re.DEPRECATED_ALIASES).forEach((b=>{ee.FLIPPED_ALIAS_KEYS[b]=ee.FLIPPED_ALIAS_KEYS[re.DEPRECATED_ALIASES[b]]}));for(const{types:b,set:S}of ee.allExpandedTypes){for(const J of b){const b=ee.FLIPPED_ALIAS_KEYS[J];if(b){b.forEach(S.add,S)}else{S.add(J)}}}const ne=S.TYPES=[].concat(Object.keys(ee.VISITOR_KEYS),Object.keys(ee.FLIPPED_ALIAS_KEYS),Object.keys(ee.DEPRECATED_KEYS))},24711:(b,S,J)=>{"use strict";var ee=J(56259);const te=(0,ee.defineAliasedType)("JSX");te("JSXAttribute",{visitor:["name","value"],aliases:["Immutable"],fields:{name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXNamespacedName")},value:{optional:true,validate:(0,ee.assertNodeType)("JSXElement","JSXFragment","StringLiteral","JSXExpressionContainer")}}});te("JSXClosingElement",{visitor:["name"],aliases:["Immutable"],fields:{name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")}}});te("JSXElement",{builder:["openingElement","closingElement","children","selfClosing"],visitor:["openingElement","children","closingElement"],aliases:["Immutable","Expression"],fields:Object.assign({openingElement:{validate:(0,ee.assertNodeType)("JSXOpeningElement")},closingElement:{optional:true,validate:(0,ee.assertNodeType)("JSXClosingElement")},children:(0,ee.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")},{selfClosing:{validate:(0,ee.assertValueType)("boolean"),optional:true}})});te("JSXEmptyExpression",{});te("JSXExpressionContainer",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression","JSXEmptyExpression")}}});te("JSXSpreadChild",{visitor:["expression"],aliases:["Immutable"],fields:{expression:{validate:(0,ee.assertNodeType)("Expression")}}});te("JSXIdentifier",{builder:["name"],fields:{name:{validate:(0,ee.assertValueType)("string")}}});te("JSXMemberExpression",{visitor:["object","property"],fields:{object:{validate:(0,ee.assertNodeType)("JSXMemberExpression","JSXIdentifier")},property:{validate:(0,ee.assertNodeType)("JSXIdentifier")}}});te("JSXNamespacedName",{visitor:["namespace","name"],fields:{namespace:{validate:(0,ee.assertNodeType)("JSXIdentifier")},name:{validate:(0,ee.assertNodeType)("JSXIdentifier")}}});te("JSXOpeningElement",{builder:["name","attributes","selfClosing"],visitor:["name","typeParameters","typeArguments","attributes"],aliases:["Immutable"],fields:Object.assign({name:{validate:(0,ee.assertNodeType)("JSXIdentifier","JSXMemberExpression","JSXNamespacedName")},selfClosing:{default:false},attributes:(0,ee.validateArrayOfType)("JSXAttribute","JSXSpreadAttribute"),typeArguments:{validate:(0,ee.assertNodeType)("TypeParameterInstantiation"),optional:true}},{typeParameters:{validate:(0,ee.assertNodeType)("TSTypeParameterInstantiation"),optional:true}})});te("JSXSpreadAttribute",{visitor:["argument"],fields:{argument:{validate:(0,ee.assertNodeType)("Expression")}}});te("JSXText",{aliases:["Immutable"],builder:["value"],fields:{value:{validate:(0,ee.assertValueType)("string")}}});te("JSXFragment",{builder:["openingFragment","closingFragment","children"],visitor:["openingFragment","children","closingFragment"],aliases:["Immutable","Expression"],fields:{openingFragment:{validate:(0,ee.assertNodeType)("JSXOpeningFragment")},closingFragment:{validate:(0,ee.assertNodeType)("JSXClosingFragment")},children:(0,ee.validateArrayOfType)("JSXText","JSXExpressionContainer","JSXSpreadChild","JSXElement","JSXFragment")}});te("JSXOpeningFragment",{aliases:["Immutable"]});te("JSXClosingFragment",{aliases:["Immutable"]})},65964:(b,S,J)=>{"use strict";var ee=J(56259);var te=J(28818);var re=J(4359);const ne=(0,ee.defineAliasedType)("Miscellaneous");ne("Noop",{visitor:[]});ne("Placeholder",{visitor:[],builder:["expectedNode","name"],fields:Object.assign({name:{validate:(0,ee.assertNodeType)("Identifier")},expectedNode:{validate:(0,ee.assertOneOf)(...te.PLACEHOLDERS)}},(0,re.patternLikeCommon)())});ne("V8IntrinsicIdentifier",{builder:["name"],fields:{name:{validate:(0,ee.assertValueType)("string")}}})},28818:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.PLACEHOLDERS_FLIPPED_ALIAS=S.PLACEHOLDERS_ALIAS=S.PLACEHOLDERS=void 0;var ee=J(56259);const te=S.PLACEHOLDERS=["Identifier","StringLiteral","Expression","Statement","Declaration","BlockStatement","ClassBody","Pattern"];const re=S.PLACEHOLDERS_ALIAS={Declaration:["Statement"],Pattern:["PatternLike","LVal"]};for(const b of te){const S=ee.ALIAS_KEYS[b];if(S!=null&&S.length)re[b]=S}const ne=S.PLACEHOLDERS_FLIPPED_ALIAS={};Object.keys(re).forEach((b=>{re[b].forEach((S=>{if(!hasOwnProperty.call(ne,S)){ne[S]=[]}ne[S].push(b)}))}))},46891:(b,S,J)=>{"use strict";var ee=J(56259);var te=J(4359);var re=J(23951);const ne=(0,ee.defineAliasedType)("TypeScript");const ie=(0,ee.assertValueType)("boolean");const tSFunctionTypeAnnotationCommon=()=>({returnType:{validate:(0,ee.assertNodeType)("TSTypeAnnotation","Noop"),optional:true},typeParameters:{validate:(0,ee.assertNodeType)("TSTypeParameterDeclaration","Noop"),optional:true}});ne("TSParameterProperty",{aliases:["LVal"],visitor:["parameter"],fields:{accessibility:{validate:(0,ee.assertOneOf)("public","private","protected"),optional:true},readonly:{validate:(0,ee.assertValueType)("boolean"),optional:true},parameter:{validate:(0,ee.assertNodeType)("Identifier","AssignmentPattern")},override:{validate:(0,ee.assertValueType)("boolean"),optional:true},decorators:{validate:(0,ee.arrayOfType)("Decorator"),optional:true}}});ne("TSDeclareFunction",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","params","returnType"],fields:Object.assign({},(0,te.functionDeclarationCommon)(),tSFunctionTypeAnnotationCommon())});ne("TSDeclareMethod",Object.assign({visitor:["decorators","key","typeParameters","params","returnType"]},(0,te.classMethodOrPropertyUnionShapeCommon)(),{fields:Object.assign({},(0,te.classMethodOrDeclareMethodCommon)(),tSFunctionTypeAnnotationCommon())}));ne("TSQualifiedName",{aliases:["TSEntityName"],visitor:["left","right"],fields:{left:(0,ee.validateType)("TSEntityName"),right:(0,ee.validateType)("Identifier")}});const signatureDeclarationCommon=()=>({typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),["parameters"]:(0,ee.validateArrayOfType)("ArrayPattern","Identifier","ObjectPattern","RestElement"),["typeAnnotation"]:(0,ee.validateOptionalType)("TSTypeAnnotation")});const oe={aliases:["TSTypeElement"],visitor:["typeParameters","parameters","typeAnnotation"],fields:signatureDeclarationCommon()};ne("TSCallSignatureDeclaration",oe);ne("TSConstructSignatureDeclaration",oe);const namedTypeElementCommon=()=>({key:(0,ee.validateType)("Expression"),computed:{default:false},optional:(0,ee.validateOptional)(ie)});ne("TSPropertySignature",{aliases:["TSTypeElement"],visitor:["key","typeAnnotation"],fields:Object.assign({},namedTypeElementCommon(),{readonly:(0,ee.validateOptional)(ie),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation"),kind:{optional:true,validate:(0,ee.assertOneOf)("get","set")}})});ne("TSMethodSignature",{aliases:["TSTypeElement"],visitor:["key","typeParameters","parameters","typeAnnotation"],fields:Object.assign({},signatureDeclarationCommon(),namedTypeElementCommon(),{kind:{validate:(0,ee.assertOneOf)("method","get","set")}})});ne("TSIndexSignature",{aliases:["TSTypeElement"],visitor:["parameters","typeAnnotation"],fields:{readonly:(0,ee.validateOptional)(ie),static:(0,ee.validateOptional)(ie),parameters:(0,ee.validateArrayOfType)("Identifier"),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation")}});const se=["TSAnyKeyword","TSBooleanKeyword","TSBigIntKeyword","TSIntrinsicKeyword","TSNeverKeyword","TSNullKeyword","TSNumberKeyword","TSObjectKeyword","TSStringKeyword","TSSymbolKeyword","TSUndefinedKeyword","TSUnknownKeyword","TSVoidKeyword"];for(const b of se){ne(b,{aliases:["TSType","TSBaseType"],visitor:[],fields:{}})}ne("TSThisType",{aliases:["TSType","TSBaseType"],visitor:[],fields:{}});const ae={aliases:["TSType"],visitor:["typeParameters","parameters","typeAnnotation"]};ne("TSFunctionType",Object.assign({},ae,{fields:signatureDeclarationCommon()}));ne("TSConstructorType",Object.assign({},ae,{fields:Object.assign({},signatureDeclarationCommon(),{abstract:(0,ee.validateOptional)(ie)})}));ne("TSTypeReference",{aliases:["TSType"],visitor:["typeName","typeParameters"],fields:{typeName:(0,ee.validateType)("TSEntityName"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSTypePredicate",{aliases:["TSType"],visitor:["parameterName","typeAnnotation"],builder:["parameterName","typeAnnotation","asserts"],fields:{parameterName:(0,ee.validateType)("Identifier","TSThisType"),typeAnnotation:(0,ee.validateOptionalType)("TSTypeAnnotation"),asserts:(0,ee.validateOptional)(ie)}});ne("TSTypeQuery",{aliases:["TSType"],visitor:["exprName","typeParameters"],fields:{exprName:(0,ee.validateType)("TSEntityName","TSImportType"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSTypeLiteral",{aliases:["TSType"],visitor:["members"],fields:{members:(0,ee.validateArrayOfType)("TSTypeElement")}});ne("TSArrayType",{aliases:["TSType"],visitor:["elementType"],fields:{elementType:(0,ee.validateType)("TSType")}});ne("TSTupleType",{aliases:["TSType"],visitor:["elementTypes"],fields:{elementTypes:(0,ee.validateArrayOfType)("TSType","TSNamedTupleMember")}});ne("TSOptionalType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSRestType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSNamedTupleMember",{visitor:["label","elementType"],builder:["label","elementType","optional"],fields:{label:(0,ee.validateType)("Identifier"),optional:{validate:ie,default:false},elementType:(0,ee.validateType)("TSType")}});const ce={aliases:["TSType"],visitor:["types"],fields:{types:(0,ee.validateArrayOfType)("TSType")}};ne("TSUnionType",ce);ne("TSIntersectionType",ce);ne("TSConditionalType",{aliases:["TSType"],visitor:["checkType","extendsType","trueType","falseType"],fields:{checkType:(0,ee.validateType)("TSType"),extendsType:(0,ee.validateType)("TSType"),trueType:(0,ee.validateType)("TSType"),falseType:(0,ee.validateType)("TSType")}});ne("TSInferType",{aliases:["TSType"],visitor:["typeParameter"],fields:{typeParameter:(0,ee.validateType)("TSTypeParameter")}});ne("TSParenthesizedType",{aliases:["TSType"],visitor:["typeAnnotation"],fields:{typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSTypeOperator",{aliases:["TSType"],visitor:["typeAnnotation"],builder:["typeAnnotation","operator"],fields:{operator:{validate:(0,ee.assertValueType)("string"),default:"keyof"},typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSIndexedAccessType",{aliases:["TSType"],visitor:["objectType","indexType"],fields:{objectType:(0,ee.validateType)("TSType"),indexType:(0,ee.validateType)("TSType")}});ne("TSMappedType",{aliases:["TSType"],visitor:["typeParameter","nameType","typeAnnotation"],builder:["typeParameter","typeAnnotation","nameType"],fields:Object.assign({},{typeParameter:(0,ee.validateType)("TSTypeParameter")},{readonly:(0,ee.validateOptional)((0,ee.assertOneOf)(true,false,"+","-")),optional:(0,ee.validateOptional)((0,ee.assertOneOf)(true,false,"+","-")),typeAnnotation:(0,ee.validateOptionalType)("TSType"),nameType:(0,ee.validateOptionalType)("TSType")})});ne("TSTemplateLiteralType",{aliases:["TSType","TSBaseType"],visitor:["quasis","types"],fields:{quasis:(0,ee.validateArrayOfType)("TemplateElement"),types:{validate:(0,ee.chain)((0,ee.assertValueType)("array"),(0,ee.assertEach)((0,ee.assertNodeType)("TSType")),(function(b,S,J){if(b.quasis.length!==J.length+1){throw new TypeError(`Number of ${b.type} quasis should be exactly one more than the number of types.\nExpected ${J.length+1} quasis but got ${b.quasis.length}`)}}))}}});ne("TSLiteralType",{aliases:["TSType","TSBaseType"],visitor:["literal"],fields:{literal:{validate:function(){const b=(0,ee.assertNodeType)("NumericLiteral","BigIntLiteral");const S=(0,ee.assertOneOf)("-");const J=(0,ee.assertNodeType)("NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral");const te=function validator(ee,te,ne){if((0,re.default)("UnaryExpression",ne)){S(ne,"operator",ne.operator);b(ne,"argument",ne.argument)}else{J(ee,te,ne)}};te.oneOfNodeTypes=["NumericLiteral","StringLiteral","BooleanLiteral","BigIntLiteral","TemplateLiteral","UnaryExpression"];return te}()}}});ne("TSExpressionWithTypeArguments",{aliases:["TSType"],visitor:["expression","typeParameters"],fields:{expression:(0,ee.validateType)("TSEntityName"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});ne("TSInterfaceDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","extends","body"],fields:{declare:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),extends:(0,ee.validateOptional)((0,ee.arrayOfType)("TSExpressionWithTypeArguments")),body:(0,ee.validateType)("TSInterfaceBody")}});ne("TSInterfaceBody",{visitor:["body"],fields:{body:(0,ee.validateArrayOfType)("TSTypeElement")}});ne("TSTypeAliasDeclaration",{aliases:["Statement","Declaration"],visitor:["id","typeParameters","typeAnnotation"],fields:{declare:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),typeParameters:(0,ee.validateOptionalType)("TSTypeParameterDeclaration"),typeAnnotation:(0,ee.validateType)("TSType")}});ne("TSInstantiationExpression",{aliases:["Expression"],visitor:["expression","typeParameters"],fields:{expression:(0,ee.validateType)("Expression"),["typeParameters"]:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")}});const le={aliases:["Expression","LVal","PatternLike"],visitor:["expression","typeAnnotation"],fields:{expression:(0,ee.validateType)("Expression"),typeAnnotation:(0,ee.validateType)("TSType")}};ne("TSAsExpression",le);ne("TSSatisfiesExpression",le);ne("TSTypeAssertion",{aliases:["Expression","LVal","PatternLike"],visitor:["typeAnnotation","expression"],fields:{typeAnnotation:(0,ee.validateType)("TSType"),expression:(0,ee.validateType)("Expression")}});ne("TSEnumBody",{visitor:["members"],fields:{members:(0,ee.validateArrayOfType)("TSEnumMember")}});ne("TSEnumDeclaration",{aliases:["Statement","Declaration"],visitor:["id","members"],fields:{declare:(0,ee.validateOptional)(ie),const:(0,ee.validateOptional)(ie),id:(0,ee.validateType)("Identifier"),members:(0,ee.validateArrayOfType)("TSEnumMember"),initializer:(0,ee.validateOptionalType)("Expression"),body:(0,ee.validateOptionalType)("TSEnumBody")}});ne("TSEnumMember",{visitor:["id","initializer"],fields:{id:(0,ee.validateType)("Identifier","StringLiteral"),initializer:(0,ee.validateOptionalType)("Expression")}});ne("TSModuleDeclaration",{aliases:["Statement","Declaration"],visitor:["id","body"],fields:Object.assign({kind:{validate:(0,ee.assertOneOf)("global","module","namespace")},declare:(0,ee.validateOptional)(ie)},{global:(0,ee.validateOptional)(ie)},{id:(0,ee.validateType)("Identifier","StringLiteral"),body:(0,ee.validateType)("TSModuleBlock","TSModuleDeclaration")})});ne("TSModuleBlock",{aliases:["Scopable","Block","BlockParent","FunctionParent"],visitor:["body"],fields:{body:(0,ee.validateArrayOfType)("Statement")}});ne("TSImportType",{aliases:["TSType"],builder:["argument","qualifier","typeParameters"],visitor:["argument","options","qualifier","typeParameters"],fields:Object.assign({},{argument:(0,ee.validateType)("StringLiteral")},{qualifier:(0,ee.validateOptionalType)("TSEntityName")},{typeParameters:(0,ee.validateOptionalType)("TSTypeParameterInstantiation")},{options:{validate:(0,ee.assertNodeType)("ObjectExpression"),optional:true}})});ne("TSImportEqualsDeclaration",{aliases:["Statement","Declaration"],visitor:["id","moduleReference"],fields:Object.assign({},{isExport:(0,ee.validate)(ie)},{id:(0,ee.validateType)("Identifier"),moduleReference:(0,ee.validateType)("TSEntityName","TSExternalModuleReference"),importKind:{validate:(0,ee.assertOneOf)("type","value"),optional:true}})});ne("TSExternalModuleReference",{visitor:["expression"],fields:{expression:(0,ee.validateType)("StringLiteral")}});ne("TSNonNullExpression",{aliases:["Expression","LVal","PatternLike"],visitor:["expression"],fields:{expression:(0,ee.validateType)("Expression")}});ne("TSExportAssignment",{aliases:["Statement"],visitor:["expression"],fields:{expression:(0,ee.validateType)("Expression")}});ne("TSNamespaceExportDeclaration",{aliases:["Statement"],visitor:["id"],fields:{id:(0,ee.validateType)("Identifier")}});ne("TSTypeAnnotation",{visitor:["typeAnnotation"],fields:{typeAnnotation:{validate:(0,ee.assertNodeType)("TSType")}}});ne("TSTypeParameterInstantiation",{visitor:["params"],fields:{params:(0,ee.validateArrayOfType)("TSType")}});ne("TSTypeParameterDeclaration",{visitor:["params"],fields:{params:(0,ee.validateArrayOfType)("TSTypeParameter")}});ne("TSTypeParameter",{builder:["constraint","default","name"],visitor:["constraint","default"],fields:{name:{validate:(0,ee.assertValueType)("string")},in:{validate:(0,ee.assertValueType)("boolean"),optional:true},out:{validate:(0,ee.assertValueType)("boolean"),optional:true},const:{validate:(0,ee.assertValueType)("boolean"),optional:true},constraint:{validate:(0,ee.assertNodeType)("TSType"),optional:true},default:{validate:(0,ee.assertNodeType)("TSType"),optional:true}}})},56259:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.allExpandedTypes=S.VISITOR_KEYS=S.NODE_UNION_SHAPES__PRIVATE=S.NODE_PARENT_VALIDATIONS=S.NODE_FIELDS=S.FLIPPED_ALIAS_KEYS=S.DEPRECATED_KEYS=S.BUILDER_KEYS=S.ALIAS_KEYS=void 0;S.arrayOf=arrayOf;S.arrayOfType=arrayOfType;S.assertEach=assertEach;S.assertNodeOrValueType=assertNodeOrValueType;S.assertNodeType=assertNodeType;S.assertOneOf=assertOneOf;S.assertOptionalChainStart=assertOptionalChainStart;S.assertShape=assertShape;S.assertValueType=assertValueType;S.chain=chain;S["default"]=defineType;S.defineAliasedType=defineAliasedType;S.validate=validate;S.validateArrayOfType=validateArrayOfType;S.validateOptional=validateOptional;S.validateOptionalType=validateOptionalType;S.validateType=validateType;var ee=J(23951);var te=J(42625);const re=S.VISITOR_KEYS={};const ne=S.ALIAS_KEYS={};const ie=S.FLIPPED_ALIAS_KEYS={};const oe=S.NODE_FIELDS={};const se=S.BUILDER_KEYS={};const ae=S.DEPRECATED_KEYS={};const ce=S.NODE_PARENT_VALIDATIONS={};const le=S.NODE_UNION_SHAPES__PRIVATE={};function getType(b){if(Array.isArray(b)){return"array"}else if(b===null){return"null"}else{return typeof b}}function validate(b){return{validate:b}}function validateType(...b){return validate(assertNodeType(...b))}function validateOptional(b){return{validate:b,optional:true}}function validateOptionalType(...b){return{validate:assertNodeType(...b),optional:true}}function arrayOf(b){return chain(assertValueType("array"),assertEach(b))}function arrayOfType(...b){return arrayOf(assertNodeType(...b))}function validateArrayOfType(...b){return validate(arrayOfType(...b))}function assertEach(b){const S=process.env.BABEL_TYPES_8_BREAKING?te.validateChild:()=>{};function validator(J,ee,te){if(!Array.isArray(te))return;let re=0;const ne={toString(){return`${ee}[${re}]`}};for(;re<te.length;re++){const ee=te[re];b(J,ne,ee);S(J,ne,ee)}}validator.each=b;return validator}function assertOneOf(...b){function validate(S,J,ee){if(!b.includes(ee)){throw new TypeError(`Property ${J} expected value to be one of ${JSON.stringify(b)} but got ${JSON.stringify(ee)}`)}}validate.oneOf=b;return validate}const ue=S.allExpandedTypes=[];function assertNodeType(...b){const S=new Set;ue.push({types:b,set:S});function validate(J,re,ne){const ie=ne==null?void 0:ne.type;if(ie!=null){if(S.has(ie)){(0,te.validateChild)(J,re,ne);return}if(ie==="Placeholder"){for(const S of b){if((0,ee.default)(S,ne)){(0,te.validateChild)(J,re,ne);return}}}}throw new TypeError(`Property ${re} of ${J.type} expected node to be of a type ${JSON.stringify(b)} but instead got ${JSON.stringify(ie)}`)}validate.oneOfNodeTypes=b;return validate}function assertNodeOrValueType(...b){function validate(S,J,re){const ne=getType(re);for(const ie of b){if(ne===ie||(0,ee.default)(ie,re)){(0,te.validateChild)(S,J,re);return}}throw new TypeError(`Property ${J} of ${S.type} expected node to be of a type ${JSON.stringify(b)} but instead got ${JSON.stringify(re==null?void 0:re.type)}`)}validate.oneOfNodeOrValueTypes=b;return validate}function assertValueType(b){function validate(S,J,ee){if(getType(ee)===b){return}throw new TypeError(`Property ${J} expected type of ${b} but got ${getType(ee)}`)}validate.type=b;return validate}function assertShape(b){const S=Object.keys(b);function validate(J,ee,re){const ne=[];for(const ee of S){try{(0,te.validateField)(J,ee,re[ee],b[ee])}catch(b){if(b instanceof TypeError){ne.push(b.message);continue}throw b}}if(ne.length){throw new TypeError(`Property ${ee} of ${J.type} expected to have the following:\n${ne.join("\n")}`)}}validate.shapeOf=b;return validate}function assertOptionalChainStart(){function validate(b){var S;let J=b;while(b){const{type:b}=J;if(b==="OptionalCallExpression"){if(J.optional)return;J=J.callee;continue}if(b==="OptionalMemberExpression"){if(J.optional)return;J=J.object;continue}break}throw new TypeError(`Non-optional ${b.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(S=J)==null?void 0:S.type}`)}return validate}function chain(...b){function validate(...S){for(const J of b){J(...S)}}validate.chainOf=b;if(b.length>=2&&"type"in b[0]&&b[0].type==="array"&&!("each"in b[1])){throw new Error(`An assertValueType("array") validator can only be followed by an assertEach(...) validator.`)}return validate}const pe=new Set(["aliases","builder","deprecatedAlias","fields","inherits","visitor","validate","unionShape"]);const de=new Set(["default","optional","deprecated","validate"]);const fe={};function defineAliasedType(...b){return(S,J={})=>{let ee=J.aliases;if(!ee){var te;if(J.inherits)ee=(te=fe[J.inherits].aliases)==null?void 0:te.slice();ee!=null?ee:ee=[];J.aliases=ee}const re=b.filter((b=>!ee.includes(b)));ee.unshift(...re);defineType(S,J)}}function defineType(b,S={}){const J=S.inherits&&fe[S.inherits]||{};let ee=S.fields;if(!ee){ee={};if(J.fields){const b=Object.getOwnPropertyNames(J.fields);for(const S of b){const b=J.fields[S];const te=b.default;if(Array.isArray(te)?te.length>0:te&&typeof te==="object"){throw new Error("field defaults can only be primitives or empty arrays currently")}ee[S]={default:Array.isArray(te)?[]:te,optional:b.optional,deprecated:b.deprecated,validate:b.validate}}}}const te=S.visitor||J.visitor||[];const ue=S.aliases||J.aliases||[];const me=S.builder||J.builder||S.visitor||[];for(const J of Object.keys(S)){if(!pe.has(J)){throw new Error(`Unknown type option "${J}" on ${b}`)}}if(S.deprecatedAlias){ae[S.deprecatedAlias]=b}for(const b of te.concat(me)){ee[b]=ee[b]||{}}for(const S of Object.keys(ee)){const J=ee[S];if(J.default!==undefined&&!me.includes(S)){J.optional=true}if(J.default===undefined){J.default=null}else if(!J.validate&&J.default!=null){J.validate=assertValueType(getType(J.default))}for(const ee of Object.keys(J)){if(!de.has(ee)){throw new Error(`Unknown field key "${ee}" on ${b}.${S}`)}}}re[b]=S.visitor=te;se[b]=S.builder=me;oe[b]=S.fields=ee;ne[b]=S.aliases=ue;ue.forEach((S=>{ie[S]=ie[S]||[];ie[S].push(b)}));if(S.validate){ce[b]=S.validate}if(S.unionShape){le[b]=S.unionShape}fe[b]=S}},22427:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});var ee={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(S,"__internal__deprecationWarning",{enumerable:true,get:function(){return ht.default}});Object.defineProperty(S,"addComment",{enumerable:true,get:function(){return he.default}});Object.defineProperty(S,"addComments",{enumerable:true,get:function(){return _e.default}});Object.defineProperty(S,"appendToMemberExpression",{enumerable:true,get:function(){return Le.default}});Object.defineProperty(S,"assertNode",{enumerable:true,get:function(){return ie.default}});Object.defineProperty(S,"buildMatchMemberExpression",{enumerable:true,get:function(){return ft.default}});Object.defineProperty(S,"clone",{enumerable:true,get:function(){return de.default}});Object.defineProperty(S,"cloneDeep",{enumerable:true,get:function(){return fe.default}});Object.defineProperty(S,"cloneDeepWithoutLoc",{enumerable:true,get:function(){return me.default}});Object.defineProperty(S,"cloneNode",{enumerable:true,get:function(){return pe.default}});Object.defineProperty(S,"cloneWithoutLoc",{enumerable:true,get:function(){return ge.default}});Object.defineProperty(S,"createFlowUnionType",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(S,"createTSUnionType",{enumerable:true,get:function(){return ce.default}});Object.defineProperty(S,"createTypeAnnotationBasedOnTypeof",{enumerable:true,get:function(){return se.default}});Object.defineProperty(S,"createUnionTypeAnnotation",{enumerable:true,get:function(){return ae.default}});Object.defineProperty(S,"ensureBlock",{enumerable:true,get:function(){return Ce.default}});Object.defineProperty(S,"getAssignmentIdentifiers",{enumerable:true,get:function(){return We.default}});Object.defineProperty(S,"getBindingIdentifiers",{enumerable:true,get:function(){return Je.default}});Object.defineProperty(S,"getFunctionName",{enumerable:true,get:function(){return ze.default}});Object.defineProperty(S,"getOuterBindingIdentifiers",{enumerable:true,get:function(){return Ve.default}});Object.defineProperty(S,"inheritInnerComments",{enumerable:true,get:function(){return ye.default}});Object.defineProperty(S,"inheritLeadingComments",{enumerable:true,get:function(){return ve.default}});Object.defineProperty(S,"inheritTrailingComments",{enumerable:true,get:function(){return be.default}});Object.defineProperty(S,"inherits",{enumerable:true,get:function(){return Me.default}});Object.defineProperty(S,"inheritsComments",{enumerable:true,get:function(){return Te.default}});Object.defineProperty(S,"is",{enumerable:true,get:function(){return He.default}});Object.defineProperty(S,"isBinding",{enumerable:true,get:function(){return Ke.default}});Object.defineProperty(S,"isBlockScoped",{enumerable:true,get:function(){return Xe.default}});Object.defineProperty(S,"isImmutable",{enumerable:true,get:function(){return Ye.default}});Object.defineProperty(S,"isLet",{enumerable:true,get:function(){return Qe.default}});Object.defineProperty(S,"isNode",{enumerable:true,get:function(){return Ze.default}});Object.defineProperty(S,"isNodesEquivalent",{enumerable:true,get:function(){return et.default}});Object.defineProperty(S,"isPlaceholderType",{enumerable:true,get:function(){return rt.default}});Object.defineProperty(S,"isReferenced",{enumerable:true,get:function(){return nt.default}});Object.defineProperty(S,"isScope",{enumerable:true,get:function(){return it.default}});Object.defineProperty(S,"isSpecifierDefault",{enumerable:true,get:function(){return ot.default}});Object.defineProperty(S,"isType",{enumerable:true,get:function(){return st.default}});Object.defineProperty(S,"isValidES3Identifier",{enumerable:true,get:function(){return at.default}});Object.defineProperty(S,"isValidIdentifier",{enumerable:true,get:function(){return ct.default}});Object.defineProperty(S,"isVar",{enumerable:true,get:function(){return ut.default}});Object.defineProperty(S,"matchesPattern",{enumerable:true,get:function(){return pt.default}});Object.defineProperty(S,"prependToMemberExpression",{enumerable:true,get:function(){return Re.default}});S.react=void 0;Object.defineProperty(S,"removeComments",{enumerable:true,get:function(){return Se.default}});Object.defineProperty(S,"removeProperties",{enumerable:true,get:function(){return Be.default}});Object.defineProperty(S,"removePropertiesDeep",{enumerable:true,get:function(){return je.default}});Object.defineProperty(S,"removeTypeDuplicates",{enumerable:true,get:function(){return Ue.default}});Object.defineProperty(S,"shallowEqual",{enumerable:true,get:function(){return $e.default}});Object.defineProperty(S,"toBindingIdentifierName",{enumerable:true,get:function(){return Pe.default}});Object.defineProperty(S,"toBlock",{enumerable:true,get:function(){return Ne.default}});Object.defineProperty(S,"toComputedKey",{enumerable:true,get:function(){return Ae.default}});Object.defineProperty(S,"toExpression",{enumerable:true,get:function(){return ke.default}});Object.defineProperty(S,"toIdentifier",{enumerable:true,get:function(){return De.default}});Object.defineProperty(S,"toKeyAlias",{enumerable:true,get:function(){return Ie.default}});Object.defineProperty(S,"toStatement",{enumerable:true,get:function(){return Fe.default}});Object.defineProperty(S,"traverse",{enumerable:true,get:function(){return Ge.default}});Object.defineProperty(S,"traverseFast",{enumerable:true,get:function(){return qe.default}});Object.defineProperty(S,"validate",{enumerable:true,get:function(){return dt.default}});Object.defineProperty(S,"valueToNode",{enumerable:true,get:function(){return Oe.default}});var te=J(10733);var re=J(59445);var ne=J(71347);var ie=J(66437);var oe=J(84517);Object.keys(oe).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===oe[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return oe[b]}})}));var se=J(53753);var ae=J(89978);var ce=J(16474);var le=J(26916);Object.keys(le).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===le[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return le[b]}})}));var ue=J(54002);Object.keys(ue).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===ue[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return ue[b]}})}));var pe=J(69776);var de=J(9616);var fe=J(40270);var me=J(96748);var ge=J(43062);var he=J(85428);var _e=J(80891);var ye=J(33215);var ve=J(69185);var Te=J(75946);var be=J(68039);var Se=J(56862);var xe=J(27371);Object.keys(xe).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===xe[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return xe[b]}})}));var Ee=J(47213);Object.keys(Ee).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===Ee[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return Ee[b]}})}));var Ce=J(88770);var Pe=J(42363);var Ne=J(78515);var Ae=J(48652);var ke=J(16046);var De=J(73887);var Ie=J(57849);var Fe=J(62703);var Oe=J(26801);var we=J(32674);Object.keys(we).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===we[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return we[b]}})}));var Le=J(87744);var Me=J(24973);var Re=J(80048);var Be=J(14268);var je=J(29474);var Ue=J(5150);var We=J(15552);var Je=J(39328);var Ve=J(64579);var ze=J(28744);var Ge=J(93730);Object.keys(Ge).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===Ge[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return Ge[b]}})}));var qe=J(48904);var $e=J(52129);var He=J(23951);var Ke=J(61682);var Xe=J(7578);var Ye=J(1147);var Qe=J(33478);var Ze=J(49107);var et=J(4638);var rt=J(48694);var nt=J(91736);var it=J(92307);var ot=J(98686);var st=J(9735);var at=J(20215);var ct=J(27194);var ut=J(218);var pt=J(64490);var dt=J(42625);var ft=J(67098);var mt=J(24481);Object.keys(mt).forEach((function(b){if(b==="default"||b==="__esModule")return;if(Object.prototype.hasOwnProperty.call(ee,b))return;if(b in S&&S[b]===mt[b])return;Object.defineProperty(S,b,{enumerable:true,get:function(){return mt[b]}})}));var ht=J(14411);var yt=J(80815);const vt=S.react={isReactComponent:te.default,isCompatTag:re.default,buildChildren:ne.default};S.toSequenceExpression=yt.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!")}},87744:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=appendToMemberExpression;var ee=J(54002);function appendToMemberExpression(b,S,J=false){b.object=(0,ee.memberExpression)(b.object,b.property,b.computed);b.property=S;b.computed=!!J;return b}},5150:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeTypeDuplicates;var ee=J(24481);function getQualifiedName(b){return(0,ee.isIdentifier)(b)?b.name:`${b.id.name}.${getQualifiedName(b.qualification)}`}function removeTypeDuplicates(b){const S=Array.from(b);const J=new Map;const te=new Map;const re=new Set;const ne=[];for(let b=0;b<S.length;b++){const ie=S[b];if(!ie)continue;if(ne.includes(ie)){continue}if((0,ee.isAnyTypeAnnotation)(ie)){return[ie]}if((0,ee.isFlowBaseAnnotation)(ie)){te.set(ie.type,ie);continue}if((0,ee.isUnionTypeAnnotation)(ie)){if(!re.has(ie.types)){S.push(...ie.types);re.add(ie.types)}continue}if((0,ee.isGenericTypeAnnotation)(ie)){const b=getQualifiedName(ie.id);if(J.has(b)){let S=J.get(b);if(S.typeParameters){if(ie.typeParameters){S.typeParameters.params.push(...ie.typeParameters.params);S.typeParameters.params=removeTypeDuplicates(S.typeParameters.params)}}else{S=ie.typeParameters}}else{J.set(b,ie)}continue}ne.push(ie)}for(const[,b]of te){ne.push(b)}for(const[,b]of J){ne.push(b)}return ne}},24973:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inherits;var ee=J(47213);var te=J(75946);function inherits(b,S){if(!b||!S)return b;for(const J of ee.INHERIT_KEYS.optional){if(b[J]==null){b[J]=S[J]}}for(const J of Object.keys(S)){if(J.startsWith("_")&&J!=="__clone"){b[J]=S[J]}}for(const J of ee.INHERIT_KEYS.force){b[J]=S[J]}(0,te.default)(b,S);return b}},80048:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=prependToMemberExpression;var ee=J(54002);var te=J(22427);function prependToMemberExpression(b,S){if((0,te.isSuper)(b.object)){throw new Error("Cannot prepend node to super property access (`super.foo`).")}b.object=(0,ee.memberExpression)(S,b.object);return b}},14268:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeProperties;var ee=J(47213);const te=["tokens","start","end","loc","raw","rawValue"];const re=[...ee.COMMENT_KEYS,"comments",...te];function removeProperties(b,S={}){const J=S.preserveComments?te:re;for(const S of J){if(b[S]!=null)b[S]=undefined}for(const S of Object.keys(b)){if(S.startsWith("_")&&b[S]!=null)b[S]=undefined}const ee=Object.getOwnPropertySymbols(b);for(const S of ee){b[S]=null}}},29474:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removePropertiesDeep;var ee=J(48904);var te=J(14268);function removePropertiesDeep(b,S){(0,ee.default)(b,te.default,S);return b}},29815:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=removeTypeDuplicates;var ee=J(24481);function getQualifiedName(b){return(0,ee.isIdentifier)(b)?b.name:(0,ee.isThisExpression)(b)?"this":`${b.right.name}.${getQualifiedName(b.left)}`}function removeTypeDuplicates(b){const S=Array.from(b);const J=new Map;const te=new Map;const re=new Set;const ne=[];for(let b=0;b<S.length;b++){const ie=S[b];if(!ie)continue;if(ne.includes(ie)){continue}if((0,ee.isTSAnyKeyword)(ie)){return[ie]}if((0,ee.isTSBaseType)(ie)){te.set(ie.type,ie);continue}if((0,ee.isTSUnionType)(ie)){if(!re.has(ie.types)){S.push(...ie.types);re.add(ie.types)}continue}const oe="typeParameters";if((0,ee.isTSTypeReference)(ie)&&ie[oe]){const b=ie[oe];const S=getQualifiedName(ie.typeName);if(J.has(S)){let ee=J.get(S);const te=ee[oe];if(te){te.params.push(...b.params);te.params=removeTypeDuplicates(te.params)}else{ee=b}}else{J.set(S,ie)}continue}ne.push(ie)}for(const[,b]of te){ne.push(b)}for(const[,b]of J){ne.push(b)}return ne}},15552:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getAssignmentIdentifiers;function getAssignmentIdentifiers(b){const S=[].concat(b);const J=Object.create(null);while(S.length){const b=S.pop();if(!b)continue;switch(b.type){case"ArrayPattern":S.push(...b.elements);break;case"AssignmentExpression":case"AssignmentPattern":case"ForInStatement":case"ForOfStatement":S.push(b.left);break;case"ObjectPattern":S.push(...b.properties);break;case"ObjectProperty":S.push(b.value);break;case"RestElement":case"UpdateExpression":S.push(b.argument);break;case"UnaryExpression":if(b.operator==="delete"){S.push(b.argument)}break;case"Identifier":J[b.name]=b;break;default:break}}return J}},39328:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getBindingIdentifiers;var ee=J(24481);function getBindingIdentifiers(b,S,J,te){const re=[].concat(b);const ne=Object.create(null);while(re.length){const b=re.shift();if(!b)continue;if(te&&((0,ee.isAssignmentExpression)(b)||(0,ee.isUnaryExpression)(b)||(0,ee.isUpdateExpression)(b))){continue}if((0,ee.isIdentifier)(b)){if(S){const S=ne[b.name]=ne[b.name]||[];S.push(b)}else{ne[b.name]=b}continue}if((0,ee.isExportDeclaration)(b)&&!(0,ee.isExportAllDeclaration)(b)){if((0,ee.isDeclaration)(b.declaration)){re.push(b.declaration)}continue}if(J){if((0,ee.isFunctionDeclaration)(b)){re.push(b.id);continue}if((0,ee.isFunctionExpression)(b)){continue}}const ie=getBindingIdentifiers.keys[b.type];if(ie){for(let S=0;S<ie.length;S++){const J=ie[S];const ee=b[J];if(ee){if(Array.isArray(ee)){re.push(...ee)}else{re.push(ee)}}}}}return ne}const te={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=te},28744:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=getFunctionName;var ee=J(24481);function getNameFromLiteralId(b){if((0,ee.isNullLiteral)(b)){return"null"}if((0,ee.isRegExpLiteral)(b)){return`/${b.pattern}/${b.flags}`}if((0,ee.isTemplateLiteral)(b)){return b.quasis.map((b=>b.value.raw)).join("")}if(b.value!==undefined){return String(b.value)}return null}function getObjectMemberKey(b){if(!b.computed||(0,ee.isLiteral)(b.key)){return b.key}}function getFunctionName(b,S){if("id"in b&&b.id){return{name:b.id.name,originalNode:b.id}}let J="";let te;if((0,ee.isObjectProperty)(S,{value:b})){te=getObjectMemberKey(S)}else if((0,ee.isObjectMethod)(b)||(0,ee.isClassMethod)(b)){te=getObjectMemberKey(b);if(b.kind==="get")J="get ";else if(b.kind==="set")J="set "}else if((0,ee.isVariableDeclarator)(S,{init:b})){te=S.id}else if((0,ee.isAssignmentExpression)(S,{operator:"=",right:b})){te=S.left}if(!te)return null;const re=(0,ee.isLiteral)(te)?getNameFromLiteralId(te):(0,ee.isIdentifier)(te)?te.name:(0,ee.isPrivateName)(te)?te.id.name:null;if(re==null)return null;return{name:J+re,originalNode:te}}},64579:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(39328);var te=S["default"]=getOuterBindingIdentifiers;function getOuterBindingIdentifiers(b,S){return(0,ee.default)(b,S,true)}},93730:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverse;var ee=J(32674);function traverse(b,S,J){if(typeof S==="function"){S={enter:S}}const{enter:ee,exit:te}=S;traverseSimpleImpl(b,ee,te,J,[])}function traverseSimpleImpl(b,S,J,te,re){const ne=ee.VISITOR_KEYS[b.type];if(!ne)return;if(S)S(b,re,te);for(const ee of ne){const ne=b[ee];if(Array.isArray(ne)){for(let ie=0;ie<ne.length;ie++){const oe=ne[ie];if(!oe)continue;re.push({node:b,key:ee,index:ie});traverseSimpleImpl(oe,S,J,te,re);re.pop()}}else if(ne){re.push({node:b,key:ee});traverseSimpleImpl(ne,S,J,te,re);re.pop()}}if(J)J(b,re,te)}},48904:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=traverseFast;var ee=J(32674);const te=Symbol();const re=Symbol();function traverseFast(b,S,J){if(!b)return false;const ne=ee.VISITOR_KEYS[b.type];if(!ne)return false;J=J||{};const ie=S(b,J);if(ie!==undefined){switch(ie){case te:return false;case re:return true}}for(const ee of ne){const te=b[ee];if(!te)continue;if(Array.isArray(te)){for(const b of te){if(traverseFast(b,S,J))return true}}else{if(traverseFast(te,S,J))return true}}return false}traverseFast.skip=te;traverseFast.stop=re},14411:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=deprecationWarning;const J=new Set;function deprecationWarning(b,S,ee="",te=b){if(J.has(te))return;J.add(te);const{internal:re,trace:ne}=captureShortStackTrace(1,2);if(re){return}console.warn(`${ee}\`${b}\` has been deprecated, please migrate to \`${S}\`\n${ne}`)}function captureShortStackTrace(b,S){const{stackTraceLimit:J,prepareStackTrace:ee}=Error;let te;Error.stackTraceLimit=1+b+S;Error.prepareStackTrace=function(b,S){te=S};(new Error).stack;Error.stackTraceLimit=J;Error.prepareStackTrace=ee;if(!te)return{internal:false,trace:""};const re=te.slice(1+b,1+b+S);return{internal:/[\\/]@babel[\\/]/.test(re[1].getFileName()),trace:re.map((b=>` at ${b}`)).join("\n")}}},72550:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=inherit;function inherit(b,S,J){if(S&&J){S[b]=Array.from(new Set([].concat(S[b],J[b]).filter(Boolean)))}}},22408:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=cleanJSXElementLiteralChild;var ee=J(54002);var te=J(22427);function cleanJSXElementLiteralChild(b,S){const J=b.value.split(/\r\n|\n|\r/);let re=0;for(let b=0;b<J.length;b++){if(/[^ \t]/.exec(J[b])){re=b}}let ne="";for(let b=0;b<J.length;b++){const S=J[b];const ee=b===0;const te=b===J.length-1;const ie=b===re;let oe=S.replace(/\t/g," ");if(!ee){oe=oe.replace(/^ +/,"")}if(!te){oe=oe.replace(/ +$/,"")}if(oe){if(!ie){oe+=" "}ne+=oe}}if(ne)S.push((0,te.inherits)((0,ee.stringLiteral)(ne),b))}},52129:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=shallowEqual;function shallowEqual(b,S){const J=Object.keys(S);for(const ee of J){if(b[ee]!==S[ee]){return false}}return true}},67098:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=buildMatchMemberExpression;var ee=J(64490);function buildMatchMemberExpression(b,S){const J=b.split(".");return b=>(0,ee.default)(b,J,S)}},24481:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.isAccessor=isAccessor;S.isAnyTypeAnnotation=isAnyTypeAnnotation;S.isArgumentPlaceholder=isArgumentPlaceholder;S.isArrayExpression=isArrayExpression;S.isArrayPattern=isArrayPattern;S.isArrayTypeAnnotation=isArrayTypeAnnotation;S.isArrowFunctionExpression=isArrowFunctionExpression;S.isAssignmentExpression=isAssignmentExpression;S.isAssignmentPattern=isAssignmentPattern;S.isAwaitExpression=isAwaitExpression;S.isBigIntLiteral=isBigIntLiteral;S.isBinary=isBinary;S.isBinaryExpression=isBinaryExpression;S.isBindExpression=isBindExpression;S.isBlock=isBlock;S.isBlockParent=isBlockParent;S.isBlockStatement=isBlockStatement;S.isBooleanLiteral=isBooleanLiteral;S.isBooleanLiteralTypeAnnotation=isBooleanLiteralTypeAnnotation;S.isBooleanTypeAnnotation=isBooleanTypeAnnotation;S.isBreakStatement=isBreakStatement;S.isCallExpression=isCallExpression;S.isCatchClause=isCatchClause;S.isClass=isClass;S.isClassAccessorProperty=isClassAccessorProperty;S.isClassBody=isClassBody;S.isClassDeclaration=isClassDeclaration;S.isClassExpression=isClassExpression;S.isClassImplements=isClassImplements;S.isClassMethod=isClassMethod;S.isClassPrivateMethod=isClassPrivateMethod;S.isClassPrivateProperty=isClassPrivateProperty;S.isClassProperty=isClassProperty;S.isCompletionStatement=isCompletionStatement;S.isConditional=isConditional;S.isConditionalExpression=isConditionalExpression;S.isContinueStatement=isContinueStatement;S.isDebuggerStatement=isDebuggerStatement;S.isDecimalLiteral=isDecimalLiteral;S.isDeclaration=isDeclaration;S.isDeclareClass=isDeclareClass;S.isDeclareExportAllDeclaration=isDeclareExportAllDeclaration;S.isDeclareExportDeclaration=isDeclareExportDeclaration;S.isDeclareFunction=isDeclareFunction;S.isDeclareInterface=isDeclareInterface;S.isDeclareModule=isDeclareModule;S.isDeclareModuleExports=isDeclareModuleExports;S.isDeclareOpaqueType=isDeclareOpaqueType;S.isDeclareTypeAlias=isDeclareTypeAlias;S.isDeclareVariable=isDeclareVariable;S.isDeclaredPredicate=isDeclaredPredicate;S.isDecorator=isDecorator;S.isDirective=isDirective;S.isDirectiveLiteral=isDirectiveLiteral;S.isDoExpression=isDoExpression;S.isDoWhileStatement=isDoWhileStatement;S.isEmptyStatement=isEmptyStatement;S.isEmptyTypeAnnotation=isEmptyTypeAnnotation;S.isEnumBody=isEnumBody;S.isEnumBooleanBody=isEnumBooleanBody;S.isEnumBooleanMember=isEnumBooleanMember;S.isEnumDeclaration=isEnumDeclaration;S.isEnumDefaultedMember=isEnumDefaultedMember;S.isEnumMember=isEnumMember;S.isEnumNumberBody=isEnumNumberBody;S.isEnumNumberMember=isEnumNumberMember;S.isEnumStringBody=isEnumStringBody;S.isEnumStringMember=isEnumStringMember;S.isEnumSymbolBody=isEnumSymbolBody;S.isExistsTypeAnnotation=isExistsTypeAnnotation;S.isExportAllDeclaration=isExportAllDeclaration;S.isExportDeclaration=isExportDeclaration;S.isExportDefaultDeclaration=isExportDefaultDeclaration;S.isExportDefaultSpecifier=isExportDefaultSpecifier;S.isExportNamedDeclaration=isExportNamedDeclaration;S.isExportNamespaceSpecifier=isExportNamespaceSpecifier;S.isExportSpecifier=isExportSpecifier;S.isExpression=isExpression;S.isExpressionStatement=isExpressionStatement;S.isExpressionWrapper=isExpressionWrapper;S.isFile=isFile;S.isFlow=isFlow;S.isFlowBaseAnnotation=isFlowBaseAnnotation;S.isFlowDeclaration=isFlowDeclaration;S.isFlowPredicate=isFlowPredicate;S.isFlowType=isFlowType;S.isFor=isFor;S.isForInStatement=isForInStatement;S.isForOfStatement=isForOfStatement;S.isForStatement=isForStatement;S.isForXStatement=isForXStatement;S.isFunction=isFunction;S.isFunctionDeclaration=isFunctionDeclaration;S.isFunctionExpression=isFunctionExpression;S.isFunctionParameter=isFunctionParameter;S.isFunctionParent=isFunctionParent;S.isFunctionTypeAnnotation=isFunctionTypeAnnotation;S.isFunctionTypeParam=isFunctionTypeParam;S.isGenericTypeAnnotation=isGenericTypeAnnotation;S.isIdentifier=isIdentifier;S.isIfStatement=isIfStatement;S.isImmutable=isImmutable;S.isImport=isImport;S.isImportAttribute=isImportAttribute;S.isImportDeclaration=isImportDeclaration;S.isImportDefaultSpecifier=isImportDefaultSpecifier;S.isImportExpression=isImportExpression;S.isImportNamespaceSpecifier=isImportNamespaceSpecifier;S.isImportOrExportDeclaration=isImportOrExportDeclaration;S.isImportSpecifier=isImportSpecifier;S.isIndexedAccessType=isIndexedAccessType;S.isInferredPredicate=isInferredPredicate;S.isInterfaceDeclaration=isInterfaceDeclaration;S.isInterfaceExtends=isInterfaceExtends;S.isInterfaceTypeAnnotation=isInterfaceTypeAnnotation;S.isInterpreterDirective=isInterpreterDirective;S.isIntersectionTypeAnnotation=isIntersectionTypeAnnotation;S.isJSX=isJSX;S.isJSXAttribute=isJSXAttribute;S.isJSXClosingElement=isJSXClosingElement;S.isJSXClosingFragment=isJSXClosingFragment;S.isJSXElement=isJSXElement;S.isJSXEmptyExpression=isJSXEmptyExpression;S.isJSXExpressionContainer=isJSXExpressionContainer;S.isJSXFragment=isJSXFragment;S.isJSXIdentifier=isJSXIdentifier;S.isJSXMemberExpression=isJSXMemberExpression;S.isJSXNamespacedName=isJSXNamespacedName;S.isJSXOpeningElement=isJSXOpeningElement;S.isJSXOpeningFragment=isJSXOpeningFragment;S.isJSXSpreadAttribute=isJSXSpreadAttribute;S.isJSXSpreadChild=isJSXSpreadChild;S.isJSXText=isJSXText;S.isLVal=isLVal;S.isLabeledStatement=isLabeledStatement;S.isLiteral=isLiteral;S.isLogicalExpression=isLogicalExpression;S.isLoop=isLoop;S.isMemberExpression=isMemberExpression;S.isMetaProperty=isMetaProperty;S.isMethod=isMethod;S.isMiscellaneous=isMiscellaneous;S.isMixedTypeAnnotation=isMixedTypeAnnotation;S.isModuleDeclaration=isModuleDeclaration;S.isModuleExpression=isModuleExpression;S.isModuleSpecifier=isModuleSpecifier;S.isNewExpression=isNewExpression;S.isNoop=isNoop;S.isNullLiteral=isNullLiteral;S.isNullLiteralTypeAnnotation=isNullLiteralTypeAnnotation;S.isNullableTypeAnnotation=isNullableTypeAnnotation;S.isNumberLiteral=isNumberLiteral;S.isNumberLiteralTypeAnnotation=isNumberLiteralTypeAnnotation;S.isNumberTypeAnnotation=isNumberTypeAnnotation;S.isNumericLiteral=isNumericLiteral;S.isObjectExpression=isObjectExpression;S.isObjectMember=isObjectMember;S.isObjectMethod=isObjectMethod;S.isObjectPattern=isObjectPattern;S.isObjectProperty=isObjectProperty;S.isObjectTypeAnnotation=isObjectTypeAnnotation;S.isObjectTypeCallProperty=isObjectTypeCallProperty;S.isObjectTypeIndexer=isObjectTypeIndexer;S.isObjectTypeInternalSlot=isObjectTypeInternalSlot;S.isObjectTypeProperty=isObjectTypeProperty;S.isObjectTypeSpreadProperty=isObjectTypeSpreadProperty;S.isOpaqueType=isOpaqueType;S.isOptionalCallExpression=isOptionalCallExpression;S.isOptionalIndexedAccessType=isOptionalIndexedAccessType;S.isOptionalMemberExpression=isOptionalMemberExpression;S.isParenthesizedExpression=isParenthesizedExpression;S.isPattern=isPattern;S.isPatternLike=isPatternLike;S.isPipelineBareFunction=isPipelineBareFunction;S.isPipelinePrimaryTopicReference=isPipelinePrimaryTopicReference;S.isPipelineTopicExpression=isPipelineTopicExpression;S.isPlaceholder=isPlaceholder;S.isPrivate=isPrivate;S.isPrivateName=isPrivateName;S.isProgram=isProgram;S.isProperty=isProperty;S.isPureish=isPureish;S.isQualifiedTypeIdentifier=isQualifiedTypeIdentifier;S.isRecordExpression=isRecordExpression;S.isRegExpLiteral=isRegExpLiteral;S.isRegexLiteral=isRegexLiteral;S.isRestElement=isRestElement;S.isRestProperty=isRestProperty;S.isReturnStatement=isReturnStatement;S.isScopable=isScopable;S.isSequenceExpression=isSequenceExpression;S.isSpreadElement=isSpreadElement;S.isSpreadProperty=isSpreadProperty;S.isStandardized=isStandardized;S.isStatement=isStatement;S.isStaticBlock=isStaticBlock;S.isStringLiteral=isStringLiteral;S.isStringLiteralTypeAnnotation=isStringLiteralTypeAnnotation;S.isStringTypeAnnotation=isStringTypeAnnotation;S.isSuper=isSuper;S.isSwitchCase=isSwitchCase;S.isSwitchStatement=isSwitchStatement;S.isSymbolTypeAnnotation=isSymbolTypeAnnotation;S.isTSAnyKeyword=isTSAnyKeyword;S.isTSArrayType=isTSArrayType;S.isTSAsExpression=isTSAsExpression;S.isTSBaseType=isTSBaseType;S.isTSBigIntKeyword=isTSBigIntKeyword;S.isTSBooleanKeyword=isTSBooleanKeyword;S.isTSCallSignatureDeclaration=isTSCallSignatureDeclaration;S.isTSConditionalType=isTSConditionalType;S.isTSConstructSignatureDeclaration=isTSConstructSignatureDeclaration;S.isTSConstructorType=isTSConstructorType;S.isTSDeclareFunction=isTSDeclareFunction;S.isTSDeclareMethod=isTSDeclareMethod;S.isTSEntityName=isTSEntityName;S.isTSEnumBody=isTSEnumBody;S.isTSEnumDeclaration=isTSEnumDeclaration;S.isTSEnumMember=isTSEnumMember;S.isTSExportAssignment=isTSExportAssignment;S.isTSExpressionWithTypeArguments=isTSExpressionWithTypeArguments;S.isTSExternalModuleReference=isTSExternalModuleReference;S.isTSFunctionType=isTSFunctionType;S.isTSImportEqualsDeclaration=isTSImportEqualsDeclaration;S.isTSImportType=isTSImportType;S.isTSIndexSignature=isTSIndexSignature;S.isTSIndexedAccessType=isTSIndexedAccessType;S.isTSInferType=isTSInferType;S.isTSInstantiationExpression=isTSInstantiationExpression;S.isTSInterfaceBody=isTSInterfaceBody;S.isTSInterfaceDeclaration=isTSInterfaceDeclaration;S.isTSIntersectionType=isTSIntersectionType;S.isTSIntrinsicKeyword=isTSIntrinsicKeyword;S.isTSLiteralType=isTSLiteralType;S.isTSMappedType=isTSMappedType;S.isTSMethodSignature=isTSMethodSignature;S.isTSModuleBlock=isTSModuleBlock;S.isTSModuleDeclaration=isTSModuleDeclaration;S.isTSNamedTupleMember=isTSNamedTupleMember;S.isTSNamespaceExportDeclaration=isTSNamespaceExportDeclaration;S.isTSNeverKeyword=isTSNeverKeyword;S.isTSNonNullExpression=isTSNonNullExpression;S.isTSNullKeyword=isTSNullKeyword;S.isTSNumberKeyword=isTSNumberKeyword;S.isTSObjectKeyword=isTSObjectKeyword;S.isTSOptionalType=isTSOptionalType;S.isTSParameterProperty=isTSParameterProperty;S.isTSParenthesizedType=isTSParenthesizedType;S.isTSPropertySignature=isTSPropertySignature;S.isTSQualifiedName=isTSQualifiedName;S.isTSRestType=isTSRestType;S.isTSSatisfiesExpression=isTSSatisfiesExpression;S.isTSStringKeyword=isTSStringKeyword;S.isTSSymbolKeyword=isTSSymbolKeyword;S.isTSTemplateLiteralType=isTSTemplateLiteralType;S.isTSThisType=isTSThisType;S.isTSTupleType=isTSTupleType;S.isTSType=isTSType;S.isTSTypeAliasDeclaration=isTSTypeAliasDeclaration;S.isTSTypeAnnotation=isTSTypeAnnotation;S.isTSTypeAssertion=isTSTypeAssertion;S.isTSTypeElement=isTSTypeElement;S.isTSTypeLiteral=isTSTypeLiteral;S.isTSTypeOperator=isTSTypeOperator;S.isTSTypeParameter=isTSTypeParameter;S.isTSTypeParameterDeclaration=isTSTypeParameterDeclaration;S.isTSTypeParameterInstantiation=isTSTypeParameterInstantiation;S.isTSTypePredicate=isTSTypePredicate;S.isTSTypeQuery=isTSTypeQuery;S.isTSTypeReference=isTSTypeReference;S.isTSUndefinedKeyword=isTSUndefinedKeyword;S.isTSUnionType=isTSUnionType;S.isTSUnknownKeyword=isTSUnknownKeyword;S.isTSVoidKeyword=isTSVoidKeyword;S.isTaggedTemplateExpression=isTaggedTemplateExpression;S.isTemplateElement=isTemplateElement;S.isTemplateLiteral=isTemplateLiteral;S.isTerminatorless=isTerminatorless;S.isThisExpression=isThisExpression;S.isThisTypeAnnotation=isThisTypeAnnotation;S.isThrowStatement=isThrowStatement;S.isTopicReference=isTopicReference;S.isTryStatement=isTryStatement;S.isTupleExpression=isTupleExpression;S.isTupleTypeAnnotation=isTupleTypeAnnotation;S.isTypeAlias=isTypeAlias;S.isTypeAnnotation=isTypeAnnotation;S.isTypeCastExpression=isTypeCastExpression;S.isTypeParameter=isTypeParameter;S.isTypeParameterDeclaration=isTypeParameterDeclaration;S.isTypeParameterInstantiation=isTypeParameterInstantiation;S.isTypeScript=isTypeScript;S.isTypeofTypeAnnotation=isTypeofTypeAnnotation;S.isUnaryExpression=isUnaryExpression;S.isUnaryLike=isUnaryLike;S.isUnionTypeAnnotation=isUnionTypeAnnotation;S.isUpdateExpression=isUpdateExpression;S.isUserWhitespacable=isUserWhitespacable;S.isV8IntrinsicIdentifier=isV8IntrinsicIdentifier;S.isVariableDeclaration=isVariableDeclaration;S.isVariableDeclarator=isVariableDeclarator;S.isVariance=isVariance;S.isVoidPattern=isVoidPattern;S.isVoidTypeAnnotation=isVoidTypeAnnotation;S.isWhile=isWhile;S.isWhileStatement=isWhileStatement;S.isWithStatement=isWithStatement;S.isYieldExpression=isYieldExpression;var ee=J(52129);var te=J(14411);function isArrayExpression(b,S){if(!b)return false;if(b.type!=="ArrayExpression")return false;return S==null||(0,ee.default)(b,S)}function isAssignmentExpression(b,S){if(!b)return false;if(b.type!=="AssignmentExpression")return false;return S==null||(0,ee.default)(b,S)}function isBinaryExpression(b,S){if(!b)return false;if(b.type!=="BinaryExpression")return false;return S==null||(0,ee.default)(b,S)}function isInterpreterDirective(b,S){if(!b)return false;if(b.type!=="InterpreterDirective")return false;return S==null||(0,ee.default)(b,S)}function isDirective(b,S){if(!b)return false;if(b.type!=="Directive")return false;return S==null||(0,ee.default)(b,S)}function isDirectiveLiteral(b,S){if(!b)return false;if(b.type!=="DirectiveLiteral")return false;return S==null||(0,ee.default)(b,S)}function isBlockStatement(b,S){if(!b)return false;if(b.type!=="BlockStatement")return false;return S==null||(0,ee.default)(b,S)}function isBreakStatement(b,S){if(!b)return false;if(b.type!=="BreakStatement")return false;return S==null||(0,ee.default)(b,S)}function isCallExpression(b,S){if(!b)return false;if(b.type!=="CallExpression")return false;return S==null||(0,ee.default)(b,S)}function isCatchClause(b,S){if(!b)return false;if(b.type!=="CatchClause")return false;return S==null||(0,ee.default)(b,S)}function isConditionalExpression(b,S){if(!b)return false;if(b.type!=="ConditionalExpression")return false;return S==null||(0,ee.default)(b,S)}function isContinueStatement(b,S){if(!b)return false;if(b.type!=="ContinueStatement")return false;return S==null||(0,ee.default)(b,S)}function isDebuggerStatement(b,S){if(!b)return false;if(b.type!=="DebuggerStatement")return false;return S==null||(0,ee.default)(b,S)}function isDoWhileStatement(b,S){if(!b)return false;if(b.type!=="DoWhileStatement")return false;return S==null||(0,ee.default)(b,S)}function isEmptyStatement(b,S){if(!b)return false;if(b.type!=="EmptyStatement")return false;return S==null||(0,ee.default)(b,S)}function isExpressionStatement(b,S){if(!b)return false;if(b.type!=="ExpressionStatement")return false;return S==null||(0,ee.default)(b,S)}function isFile(b,S){if(!b)return false;if(b.type!=="File")return false;return S==null||(0,ee.default)(b,S)}function isForInStatement(b,S){if(!b)return false;if(b.type!=="ForInStatement")return false;return S==null||(0,ee.default)(b,S)}function isForStatement(b,S){if(!b)return false;if(b.type!=="ForStatement")return false;return S==null||(0,ee.default)(b,S)}function isFunctionDeclaration(b,S){if(!b)return false;if(b.type!=="FunctionDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isFunctionExpression(b,S){if(!b)return false;if(b.type!=="FunctionExpression")return false;return S==null||(0,ee.default)(b,S)}function isIdentifier(b,S){if(!b)return false;if(b.type!=="Identifier")return false;return S==null||(0,ee.default)(b,S)}function isIfStatement(b,S){if(!b)return false;if(b.type!=="IfStatement")return false;return S==null||(0,ee.default)(b,S)}function isLabeledStatement(b,S){if(!b)return false;if(b.type!=="LabeledStatement")return false;return S==null||(0,ee.default)(b,S)}function isStringLiteral(b,S){if(!b)return false;if(b.type!=="StringLiteral")return false;return S==null||(0,ee.default)(b,S)}function isNumericLiteral(b,S){if(!b)return false;if(b.type!=="NumericLiteral")return false;return S==null||(0,ee.default)(b,S)}function isNullLiteral(b,S){if(!b)return false;if(b.type!=="NullLiteral")return false;return S==null||(0,ee.default)(b,S)}function isBooleanLiteral(b,S){if(!b)return false;if(b.type!=="BooleanLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRegExpLiteral(b,S){if(!b)return false;if(b.type!=="RegExpLiteral")return false;return S==null||(0,ee.default)(b,S)}function isLogicalExpression(b,S){if(!b)return false;if(b.type!=="LogicalExpression")return false;return S==null||(0,ee.default)(b,S)}function isMemberExpression(b,S){if(!b)return false;if(b.type!=="MemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isNewExpression(b,S){if(!b)return false;if(b.type!=="NewExpression")return false;return S==null||(0,ee.default)(b,S)}function isProgram(b,S){if(!b)return false;if(b.type!=="Program")return false;return S==null||(0,ee.default)(b,S)}function isObjectExpression(b,S){if(!b)return false;if(b.type!=="ObjectExpression")return false;return S==null||(0,ee.default)(b,S)}function isObjectMethod(b,S){if(!b)return false;if(b.type!=="ObjectMethod")return false;return S==null||(0,ee.default)(b,S)}function isObjectProperty(b,S){if(!b)return false;if(b.type!=="ObjectProperty")return false;return S==null||(0,ee.default)(b,S)}function isRestElement(b,S){if(!b)return false;if(b.type!=="RestElement")return false;return S==null||(0,ee.default)(b,S)}function isReturnStatement(b,S){if(!b)return false;if(b.type!=="ReturnStatement")return false;return S==null||(0,ee.default)(b,S)}function isSequenceExpression(b,S){if(!b)return false;if(b.type!=="SequenceExpression")return false;return S==null||(0,ee.default)(b,S)}function isParenthesizedExpression(b,S){if(!b)return false;if(b.type!=="ParenthesizedExpression")return false;return S==null||(0,ee.default)(b,S)}function isSwitchCase(b,S){if(!b)return false;if(b.type!=="SwitchCase")return false;return S==null||(0,ee.default)(b,S)}function isSwitchStatement(b,S){if(!b)return false;if(b.type!=="SwitchStatement")return false;return S==null||(0,ee.default)(b,S)}function isThisExpression(b,S){if(!b)return false;if(b.type!=="ThisExpression")return false;return S==null||(0,ee.default)(b,S)}function isThrowStatement(b,S){if(!b)return false;if(b.type!=="ThrowStatement")return false;return S==null||(0,ee.default)(b,S)}function isTryStatement(b,S){if(!b)return false;if(b.type!=="TryStatement")return false;return S==null||(0,ee.default)(b,S)}function isUnaryExpression(b,S){if(!b)return false;if(b.type!=="UnaryExpression")return false;return S==null||(0,ee.default)(b,S)}function isUpdateExpression(b,S){if(!b)return false;if(b.type!=="UpdateExpression")return false;return S==null||(0,ee.default)(b,S)}function isVariableDeclaration(b,S){if(!b)return false;if(b.type!=="VariableDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isVariableDeclarator(b,S){if(!b)return false;if(b.type!=="VariableDeclarator")return false;return S==null||(0,ee.default)(b,S)}function isWhileStatement(b,S){if(!b)return false;if(b.type!=="WhileStatement")return false;return S==null||(0,ee.default)(b,S)}function isWithStatement(b,S){if(!b)return false;if(b.type!=="WithStatement")return false;return S==null||(0,ee.default)(b,S)}function isAssignmentPattern(b,S){if(!b)return false;if(b.type!=="AssignmentPattern")return false;return S==null||(0,ee.default)(b,S)}function isArrayPattern(b,S){if(!b)return false;if(b.type!=="ArrayPattern")return false;return S==null||(0,ee.default)(b,S)}function isArrowFunctionExpression(b,S){if(!b)return false;if(b.type!=="ArrowFunctionExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassBody(b,S){if(!b)return false;if(b.type!=="ClassBody")return false;return S==null||(0,ee.default)(b,S)}function isClassExpression(b,S){if(!b)return false;if(b.type!=="ClassExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassDeclaration(b,S){if(!b)return false;if(b.type!=="ClassDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportAllDeclaration(b,S){if(!b)return false;if(b.type!=="ExportAllDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportDefaultDeclaration(b,S){if(!b)return false;if(b.type!=="ExportDefaultDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportNamedDeclaration(b,S){if(!b)return false;if(b.type!=="ExportNamedDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isExportSpecifier(b,S){if(!b)return false;if(b.type!=="ExportSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isForOfStatement(b,S){if(!b)return false;if(b.type!=="ForOfStatement")return false;return S==null||(0,ee.default)(b,S)}function isImportDeclaration(b,S){if(!b)return false;if(b.type!=="ImportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isImportDefaultSpecifier(b,S){if(!b)return false;if(b.type!=="ImportDefaultSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportNamespaceSpecifier(b,S){if(!b)return false;if(b.type!=="ImportNamespaceSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportSpecifier(b,S){if(!b)return false;if(b.type!=="ImportSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isImportExpression(b,S){if(!b)return false;if(b.type!=="ImportExpression")return false;return S==null||(0,ee.default)(b,S)}function isMetaProperty(b,S){if(!b)return false;if(b.type!=="MetaProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassMethod(b,S){if(!b)return false;if(b.type!=="ClassMethod")return false;return S==null||(0,ee.default)(b,S)}function isObjectPattern(b,S){if(!b)return false;if(b.type!=="ObjectPattern")return false;return S==null||(0,ee.default)(b,S)}function isSpreadElement(b,S){if(!b)return false;if(b.type!=="SpreadElement")return false;return S==null||(0,ee.default)(b,S)}function isSuper(b,S){if(!b)return false;if(b.type!=="Super")return false;return S==null||(0,ee.default)(b,S)}function isTaggedTemplateExpression(b,S){if(!b)return false;if(b.type!=="TaggedTemplateExpression")return false;return S==null||(0,ee.default)(b,S)}function isTemplateElement(b,S){if(!b)return false;if(b.type!=="TemplateElement")return false;return S==null||(0,ee.default)(b,S)}function isTemplateLiteral(b,S){if(!b)return false;if(b.type!=="TemplateLiteral")return false;return S==null||(0,ee.default)(b,S)}function isYieldExpression(b,S){if(!b)return false;if(b.type!=="YieldExpression")return false;return S==null||(0,ee.default)(b,S)}function isAwaitExpression(b,S){if(!b)return false;if(b.type!=="AwaitExpression")return false;return S==null||(0,ee.default)(b,S)}function isImport(b,S){if(!b)return false;if(b.type!=="Import")return false;return S==null||(0,ee.default)(b,S)}function isBigIntLiteral(b,S){if(!b)return false;if(b.type!=="BigIntLiteral")return false;return S==null||(0,ee.default)(b,S)}function isExportNamespaceSpecifier(b,S){if(!b)return false;if(b.type!=="ExportNamespaceSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isOptionalMemberExpression(b,S){if(!b)return false;if(b.type!=="OptionalMemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isOptionalCallExpression(b,S){if(!b)return false;if(b.type!=="OptionalCallExpression")return false;return S==null||(0,ee.default)(b,S)}function isClassProperty(b,S){if(!b)return false;if(b.type!=="ClassProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassAccessorProperty(b,S){if(!b)return false;if(b.type!=="ClassAccessorProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassPrivateProperty(b,S){if(!b)return false;if(b.type!=="ClassPrivateProperty")return false;return S==null||(0,ee.default)(b,S)}function isClassPrivateMethod(b,S){if(!b)return false;if(b.type!=="ClassPrivateMethod")return false;return S==null||(0,ee.default)(b,S)}function isPrivateName(b,S){if(!b)return false;if(b.type!=="PrivateName")return false;return S==null||(0,ee.default)(b,S)}function isStaticBlock(b,S){if(!b)return false;if(b.type!=="StaticBlock")return false;return S==null||(0,ee.default)(b,S)}function isImportAttribute(b,S){if(!b)return false;if(b.type!=="ImportAttribute")return false;return S==null||(0,ee.default)(b,S)}function isAnyTypeAnnotation(b,S){if(!b)return false;if(b.type!=="AnyTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isArrayTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ArrayTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isBooleanTypeAnnotation(b,S){if(!b)return false;if(b.type!=="BooleanTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isBooleanLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="BooleanLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNullLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NullLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isClassImplements(b,S){if(!b)return false;if(b.type!=="ClassImplements")return false;return S==null||(0,ee.default)(b,S)}function isDeclareClass(b,S){if(!b)return false;if(b.type!=="DeclareClass")return false;return S==null||(0,ee.default)(b,S)}function isDeclareFunction(b,S){if(!b)return false;if(b.type!=="DeclareFunction")return false;return S==null||(0,ee.default)(b,S)}function isDeclareInterface(b,S){if(!b)return false;if(b.type!=="DeclareInterface")return false;return S==null||(0,ee.default)(b,S)}function isDeclareModule(b,S){if(!b)return false;if(b.type!=="DeclareModule")return false;return S==null||(0,ee.default)(b,S)}function isDeclareModuleExports(b,S){if(!b)return false;if(b.type!=="DeclareModuleExports")return false;return S==null||(0,ee.default)(b,S)}function isDeclareTypeAlias(b,S){if(!b)return false;if(b.type!=="DeclareTypeAlias")return false;return S==null||(0,ee.default)(b,S)}function isDeclareOpaqueType(b,S){if(!b)return false;if(b.type!=="DeclareOpaqueType")return false;return S==null||(0,ee.default)(b,S)}function isDeclareVariable(b,S){if(!b)return false;if(b.type!=="DeclareVariable")return false;return S==null||(0,ee.default)(b,S)}function isDeclareExportDeclaration(b,S){if(!b)return false;if(b.type!=="DeclareExportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isDeclareExportAllDeclaration(b,S){if(!b)return false;if(b.type!=="DeclareExportAllDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isDeclaredPredicate(b,S){if(!b)return false;if(b.type!=="DeclaredPredicate")return false;return S==null||(0,ee.default)(b,S)}function isExistsTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ExistsTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isFunctionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="FunctionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isFunctionTypeParam(b,S){if(!b)return false;if(b.type!=="FunctionTypeParam")return false;return S==null||(0,ee.default)(b,S)}function isGenericTypeAnnotation(b,S){if(!b)return false;if(b.type!=="GenericTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isInferredPredicate(b,S){if(!b)return false;if(b.type!=="InferredPredicate")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceExtends(b,S){if(!b)return false;if(b.type!=="InterfaceExtends")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceDeclaration(b,S){if(!b)return false;if(b.type!=="InterfaceDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isInterfaceTypeAnnotation(b,S){if(!b)return false;if(b.type!=="InterfaceTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isIntersectionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="IntersectionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isMixedTypeAnnotation(b,S){if(!b)return false;if(b.type!=="MixedTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isEmptyTypeAnnotation(b,S){if(!b)return false;if(b.type!=="EmptyTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNullableTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NullableTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNumberLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NumberLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isNumberTypeAnnotation(b,S){if(!b)return false;if(b.type!=="NumberTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ObjectTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeInternalSlot(b,S){if(!b)return false;if(b.type!=="ObjectTypeInternalSlot")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeCallProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeCallProperty")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeIndexer(b,S){if(!b)return false;if(b.type!=="ObjectTypeIndexer")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeProperty")return false;return S==null||(0,ee.default)(b,S)}function isObjectTypeSpreadProperty(b,S){if(!b)return false;if(b.type!=="ObjectTypeSpreadProperty")return false;return S==null||(0,ee.default)(b,S)}function isOpaqueType(b,S){if(!b)return false;if(b.type!=="OpaqueType")return false;return S==null||(0,ee.default)(b,S)}function isQualifiedTypeIdentifier(b,S){if(!b)return false;if(b.type!=="QualifiedTypeIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isStringLiteralTypeAnnotation(b,S){if(!b)return false;if(b.type!=="StringLiteralTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isStringTypeAnnotation(b,S){if(!b)return false;if(b.type!=="StringTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isSymbolTypeAnnotation(b,S){if(!b)return false;if(b.type!=="SymbolTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isThisTypeAnnotation(b,S){if(!b)return false;if(b.type!=="ThisTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTupleTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TupleTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeofTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TypeofTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeAlias(b,S){if(!b)return false;if(b.type!=="TypeAlias")return false;return S==null||(0,ee.default)(b,S)}function isTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTypeCastExpression(b,S){if(!b)return false;if(b.type!=="TypeCastExpression")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameter(b,S){if(!b)return false;if(b.type!=="TypeParameter")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameterDeclaration(b,S){if(!b)return false;if(b.type!=="TypeParameterDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTypeParameterInstantiation(b,S){if(!b)return false;if(b.type!=="TypeParameterInstantiation")return false;return S==null||(0,ee.default)(b,S)}function isUnionTypeAnnotation(b,S){if(!b)return false;if(b.type!=="UnionTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isVariance(b,S){if(!b)return false;if(b.type!=="Variance")return false;return S==null||(0,ee.default)(b,S)}function isVoidTypeAnnotation(b,S){if(!b)return false;if(b.type!=="VoidTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isEnumDeclaration(b,S){if(!b)return false;if(b.type!=="EnumDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isEnumBooleanBody(b,S){if(!b)return false;if(b.type!=="EnumBooleanBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumNumberBody(b,S){if(!b)return false;if(b.type!=="EnumNumberBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumStringBody(b,S){if(!b)return false;if(b.type!=="EnumStringBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumSymbolBody(b,S){if(!b)return false;if(b.type!=="EnumSymbolBody")return false;return S==null||(0,ee.default)(b,S)}function isEnumBooleanMember(b,S){if(!b)return false;if(b.type!=="EnumBooleanMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumNumberMember(b,S){if(!b)return false;if(b.type!=="EnumNumberMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumStringMember(b,S){if(!b)return false;if(b.type!=="EnumStringMember")return false;return S==null||(0,ee.default)(b,S)}function isEnumDefaultedMember(b,S){if(!b)return false;if(b.type!=="EnumDefaultedMember")return false;return S==null||(0,ee.default)(b,S)}function isIndexedAccessType(b,S){if(!b)return false;if(b.type!=="IndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isOptionalIndexedAccessType(b,S){if(!b)return false;if(b.type!=="OptionalIndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isJSXAttribute(b,S){if(!b)return false;if(b.type!=="JSXAttribute")return false;return S==null||(0,ee.default)(b,S)}function isJSXClosingElement(b,S){if(!b)return false;if(b.type!=="JSXClosingElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXElement(b,S){if(!b)return false;if(b.type!=="JSXElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXEmptyExpression(b,S){if(!b)return false;if(b.type!=="JSXEmptyExpression")return false;return S==null||(0,ee.default)(b,S)}function isJSXExpressionContainer(b,S){if(!b)return false;if(b.type!=="JSXExpressionContainer")return false;return S==null||(0,ee.default)(b,S)}function isJSXSpreadChild(b,S){if(!b)return false;if(b.type!=="JSXSpreadChild")return false;return S==null||(0,ee.default)(b,S)}function isJSXIdentifier(b,S){if(!b)return false;if(b.type!=="JSXIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isJSXMemberExpression(b,S){if(!b)return false;if(b.type!=="JSXMemberExpression")return false;return S==null||(0,ee.default)(b,S)}function isJSXNamespacedName(b,S){if(!b)return false;if(b.type!=="JSXNamespacedName")return false;return S==null||(0,ee.default)(b,S)}function isJSXOpeningElement(b,S){if(!b)return false;if(b.type!=="JSXOpeningElement")return false;return S==null||(0,ee.default)(b,S)}function isJSXSpreadAttribute(b,S){if(!b)return false;if(b.type!=="JSXSpreadAttribute")return false;return S==null||(0,ee.default)(b,S)}function isJSXText(b,S){if(!b)return false;if(b.type!=="JSXText")return false;return S==null||(0,ee.default)(b,S)}function isJSXFragment(b,S){if(!b)return false;if(b.type!=="JSXFragment")return false;return S==null||(0,ee.default)(b,S)}function isJSXOpeningFragment(b,S){if(!b)return false;if(b.type!=="JSXOpeningFragment")return false;return S==null||(0,ee.default)(b,S)}function isJSXClosingFragment(b,S){if(!b)return false;if(b.type!=="JSXClosingFragment")return false;return S==null||(0,ee.default)(b,S)}function isNoop(b,S){if(!b)return false;if(b.type!=="Noop")return false;return S==null||(0,ee.default)(b,S)}function isPlaceholder(b,S){if(!b)return false;if(b.type!=="Placeholder")return false;return S==null||(0,ee.default)(b,S)}function isV8IntrinsicIdentifier(b,S){if(!b)return false;if(b.type!=="V8IntrinsicIdentifier")return false;return S==null||(0,ee.default)(b,S)}function isArgumentPlaceholder(b,S){if(!b)return false;if(b.type!=="ArgumentPlaceholder")return false;return S==null||(0,ee.default)(b,S)}function isBindExpression(b,S){if(!b)return false;if(b.type!=="BindExpression")return false;return S==null||(0,ee.default)(b,S)}function isDecorator(b,S){if(!b)return false;if(b.type!=="Decorator")return false;return S==null||(0,ee.default)(b,S)}function isDoExpression(b,S){if(!b)return false;if(b.type!=="DoExpression")return false;return S==null||(0,ee.default)(b,S)}function isExportDefaultSpecifier(b,S){if(!b)return false;if(b.type!=="ExportDefaultSpecifier")return false;return S==null||(0,ee.default)(b,S)}function isRecordExpression(b,S){if(!b)return false;if(b.type!=="RecordExpression")return false;return S==null||(0,ee.default)(b,S)}function isTupleExpression(b,S){if(!b)return false;if(b.type!=="TupleExpression")return false;return S==null||(0,ee.default)(b,S)}function isDecimalLiteral(b,S){if(!b)return false;if(b.type!=="DecimalLiteral")return false;return S==null||(0,ee.default)(b,S)}function isModuleExpression(b,S){if(!b)return false;if(b.type!=="ModuleExpression")return false;return S==null||(0,ee.default)(b,S)}function isTopicReference(b,S){if(!b)return false;if(b.type!=="TopicReference")return false;return S==null||(0,ee.default)(b,S)}function isPipelineTopicExpression(b,S){if(!b)return false;if(b.type!=="PipelineTopicExpression")return false;return S==null||(0,ee.default)(b,S)}function isPipelineBareFunction(b,S){if(!b)return false;if(b.type!=="PipelineBareFunction")return false;return S==null||(0,ee.default)(b,S)}function isPipelinePrimaryTopicReference(b,S){if(!b)return false;if(b.type!=="PipelinePrimaryTopicReference")return false;return S==null||(0,ee.default)(b,S)}function isVoidPattern(b,S){if(!b)return false;if(b.type!=="VoidPattern")return false;return S==null||(0,ee.default)(b,S)}function isTSParameterProperty(b,S){if(!b)return false;if(b.type!=="TSParameterProperty")return false;return S==null||(0,ee.default)(b,S)}function isTSDeclareFunction(b,S){if(!b)return false;if(b.type!=="TSDeclareFunction")return false;return S==null||(0,ee.default)(b,S)}function isTSDeclareMethod(b,S){if(!b)return false;if(b.type!=="TSDeclareMethod")return false;return S==null||(0,ee.default)(b,S)}function isTSQualifiedName(b,S){if(!b)return false;if(b.type!=="TSQualifiedName")return false;return S==null||(0,ee.default)(b,S)}function isTSCallSignatureDeclaration(b,S){if(!b)return false;if(b.type!=="TSCallSignatureDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSConstructSignatureDeclaration(b,S){if(!b)return false;if(b.type!=="TSConstructSignatureDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSPropertySignature(b,S){if(!b)return false;if(b.type!=="TSPropertySignature")return false;return S==null||(0,ee.default)(b,S)}function isTSMethodSignature(b,S){if(!b)return false;if(b.type!=="TSMethodSignature")return false;return S==null||(0,ee.default)(b,S)}function isTSIndexSignature(b,S){if(!b)return false;if(b.type!=="TSIndexSignature")return false;return S==null||(0,ee.default)(b,S)}function isTSAnyKeyword(b,S){if(!b)return false;if(b.type!=="TSAnyKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSBooleanKeyword(b,S){if(!b)return false;if(b.type!=="TSBooleanKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSBigIntKeyword(b,S){if(!b)return false;if(b.type!=="TSBigIntKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSIntrinsicKeyword(b,S){if(!b)return false;if(b.type!=="TSIntrinsicKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNeverKeyword(b,S){if(!b)return false;if(b.type!=="TSNeverKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNullKeyword(b,S){if(!b)return false;if(b.type!=="TSNullKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSNumberKeyword(b,S){if(!b)return false;if(b.type!=="TSNumberKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSObjectKeyword(b,S){if(!b)return false;if(b.type!=="TSObjectKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSStringKeyword(b,S){if(!b)return false;if(b.type!=="TSStringKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSSymbolKeyword(b,S){if(!b)return false;if(b.type!=="TSSymbolKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSUndefinedKeyword(b,S){if(!b)return false;if(b.type!=="TSUndefinedKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSUnknownKeyword(b,S){if(!b)return false;if(b.type!=="TSUnknownKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSVoidKeyword(b,S){if(!b)return false;if(b.type!=="TSVoidKeyword")return false;return S==null||(0,ee.default)(b,S)}function isTSThisType(b,S){if(!b)return false;if(b.type!=="TSThisType")return false;return S==null||(0,ee.default)(b,S)}function isTSFunctionType(b,S){if(!b)return false;if(b.type!=="TSFunctionType")return false;return S==null||(0,ee.default)(b,S)}function isTSConstructorType(b,S){if(!b)return false;if(b.type!=="TSConstructorType")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeReference(b,S){if(!b)return false;if(b.type!=="TSTypeReference")return false;return S==null||(0,ee.default)(b,S)}function isTSTypePredicate(b,S){if(!b)return false;if(b.type!=="TSTypePredicate")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeQuery(b,S){if(!b)return false;if(b.type!=="TSTypeQuery")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeLiteral(b,S){if(!b)return false;if(b.type!=="TSTypeLiteral")return false;return S==null||(0,ee.default)(b,S)}function isTSArrayType(b,S){if(!b)return false;if(b.type!=="TSArrayType")return false;return S==null||(0,ee.default)(b,S)}function isTSTupleType(b,S){if(!b)return false;if(b.type!=="TSTupleType")return false;return S==null||(0,ee.default)(b,S)}function isTSOptionalType(b,S){if(!b)return false;if(b.type!=="TSOptionalType")return false;return S==null||(0,ee.default)(b,S)}function isTSRestType(b,S){if(!b)return false;if(b.type!=="TSRestType")return false;return S==null||(0,ee.default)(b,S)}function isTSNamedTupleMember(b,S){if(!b)return false;if(b.type!=="TSNamedTupleMember")return false;return S==null||(0,ee.default)(b,S)}function isTSUnionType(b,S){if(!b)return false;if(b.type!=="TSUnionType")return false;return S==null||(0,ee.default)(b,S)}function isTSIntersectionType(b,S){if(!b)return false;if(b.type!=="TSIntersectionType")return false;return S==null||(0,ee.default)(b,S)}function isTSConditionalType(b,S){if(!b)return false;if(b.type!=="TSConditionalType")return false;return S==null||(0,ee.default)(b,S)}function isTSInferType(b,S){if(!b)return false;if(b.type!=="TSInferType")return false;return S==null||(0,ee.default)(b,S)}function isTSParenthesizedType(b,S){if(!b)return false;if(b.type!=="TSParenthesizedType")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeOperator(b,S){if(!b)return false;if(b.type!=="TSTypeOperator")return false;return S==null||(0,ee.default)(b,S)}function isTSIndexedAccessType(b,S){if(!b)return false;if(b.type!=="TSIndexedAccessType")return false;return S==null||(0,ee.default)(b,S)}function isTSMappedType(b,S){if(!b)return false;if(b.type!=="TSMappedType")return false;return S==null||(0,ee.default)(b,S)}function isTSTemplateLiteralType(b,S){if(!b)return false;if(b.type!=="TSTemplateLiteralType")return false;return S==null||(0,ee.default)(b,S)}function isTSLiteralType(b,S){if(!b)return false;if(b.type!=="TSLiteralType")return false;return S==null||(0,ee.default)(b,S)}function isTSExpressionWithTypeArguments(b,S){if(!b)return false;if(b.type!=="TSExpressionWithTypeArguments")return false;return S==null||(0,ee.default)(b,S)}function isTSInterfaceDeclaration(b,S){if(!b)return false;if(b.type!=="TSInterfaceDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSInterfaceBody(b,S){if(!b)return false;if(b.type!=="TSInterfaceBody")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAliasDeclaration(b,S){if(!b)return false;if(b.type!=="TSTypeAliasDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSInstantiationExpression(b,S){if(!b)return false;if(b.type!=="TSInstantiationExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSAsExpression(b,S){if(!b)return false;if(b.type!=="TSAsExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSSatisfiesExpression(b,S){if(!b)return false;if(b.type!=="TSSatisfiesExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAssertion(b,S){if(!b)return false;if(b.type!=="TSTypeAssertion")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumBody(b,S){if(!b)return false;if(b.type!=="TSEnumBody")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumDeclaration(b,S){if(!b)return false;if(b.type!=="TSEnumDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSEnumMember(b,S){if(!b)return false;if(b.type!=="TSEnumMember")return false;return S==null||(0,ee.default)(b,S)}function isTSModuleDeclaration(b,S){if(!b)return false;if(b.type!=="TSModuleDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSModuleBlock(b,S){if(!b)return false;if(b.type!=="TSModuleBlock")return false;return S==null||(0,ee.default)(b,S)}function isTSImportType(b,S){if(!b)return false;if(b.type!=="TSImportType")return false;return S==null||(0,ee.default)(b,S)}function isTSImportEqualsDeclaration(b,S){if(!b)return false;if(b.type!=="TSImportEqualsDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSExternalModuleReference(b,S){if(!b)return false;if(b.type!=="TSExternalModuleReference")return false;return S==null||(0,ee.default)(b,S)}function isTSNonNullExpression(b,S){if(!b)return false;if(b.type!=="TSNonNullExpression")return false;return S==null||(0,ee.default)(b,S)}function isTSExportAssignment(b,S){if(!b)return false;if(b.type!=="TSExportAssignment")return false;return S==null||(0,ee.default)(b,S)}function isTSNamespaceExportDeclaration(b,S){if(!b)return false;if(b.type!=="TSNamespaceExportDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeAnnotation(b,S){if(!b)return false;if(b.type!=="TSTypeAnnotation")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameterInstantiation(b,S){if(!b)return false;if(b.type!=="TSTypeParameterInstantiation")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameterDeclaration(b,S){if(!b)return false;if(b.type!=="TSTypeParameterDeclaration")return false;return S==null||(0,ee.default)(b,S)}function isTSTypeParameter(b,S){if(!b)return false;if(b.type!=="TSTypeParameter")return false;return S==null||(0,ee.default)(b,S)}function isStandardized(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Identifier":case"StringLiteral":case"BlockStatement":case"ClassBody":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isExpression(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Expression":case"Identifier":case"StringLiteral":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isBinary(b,S){if(!b)return false;switch(b.type){case"BinaryExpression":case"LogicalExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isScopable(b,S){if(!b)return false;switch(b.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(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isBlockParent(b,S){if(!b)return false;switch(b.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(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isBlock(b,S){if(!b)return false;switch(b.type){case"BlockStatement":case"Program":case"TSModuleBlock":break;case"Placeholder":if(b.expectedNode==="BlockStatement")break;default:return false}return S==null||(0,ee.default)(b,S)}function isStatement(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Statement":case"Declaration":case"BlockStatement":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isTerminatorless(b,S){if(!b)return false;switch(b.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":case"YieldExpression":case"AwaitExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isCompletionStatement(b,S){if(!b)return false;switch(b.type){case"BreakStatement":case"ContinueStatement":case"ReturnStatement":case"ThrowStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isConditional(b,S){if(!b)return false;switch(b.type){case"ConditionalExpression":case"IfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isLoop(b,S){if(!b)return false;switch(b.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isWhile(b,S){if(!b)return false;switch(b.type){case"DoWhileStatement":case"WhileStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isExpressionWrapper(b,S){if(!b)return false;switch(b.type){case"ExpressionStatement":case"ParenthesizedExpression":case"TypeCastExpression":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFor(b,S){if(!b)return false;switch(b.type){case"ForInStatement":case"ForStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isForXStatement(b,S){if(!b)return false;switch(b.type){case"ForInStatement":case"ForOfStatement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunction(b,S){if(!b)return false;switch(b.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunctionParent(b,S){if(!b)return false;switch(b.type){case"FunctionDeclaration":case"FunctionExpression":case"ObjectMethod":case"ArrowFunctionExpression":case"ClassMethod":case"ClassPrivateMethod":case"StaticBlock":case"TSModuleBlock":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPureish(b,S){if(!b)return false;switch(b.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(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isDeclaration(b,S){if(!b)return false;switch(b.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(b.expectedNode==="Declaration")break;default:return false}return S==null||(0,ee.default)(b,S)}function isFunctionParameter(b,S){if(!b)return false;switch(b.type){case"Identifier":case"RestElement":case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(b.expectedNode==="Identifier")break;default:return false}return S==null||(0,ee.default)(b,S)}function isPatternLike(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isLVal(b,S){if(!b)return false;switch(b.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(b.expectedNode){case"Pattern":case"Identifier":break;default:return false}break;default:return false}return S==null||(0,ee.default)(b,S)}function isTSEntityName(b,S){if(!b)return false;switch(b.type){case"Identifier":case"TSQualifiedName":break;case"Placeholder":if(b.expectedNode==="Identifier")break;default:return false}return S==null||(0,ee.default)(b,S)}function isLiteral(b,S){if(!b)return false;switch(b.type){case"StringLiteral":case"NumericLiteral":case"NullLiteral":case"BooleanLiteral":case"RegExpLiteral":case"TemplateLiteral":case"BigIntLiteral":case"DecimalLiteral":break;case"Placeholder":if(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isImmutable(b,S){if(!b)return false;switch(b.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(b.expectedNode==="StringLiteral")break;default:return false}return S==null||(0,ee.default)(b,S)}function isUserWhitespacable(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ObjectProperty":case"ObjectTypeInternalSlot":case"ObjectTypeCallProperty":case"ObjectTypeIndexer":case"ObjectTypeProperty":case"ObjectTypeSpreadProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isMethod(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":break;default:return false}return S==null||(0,ee.default)(b,S)}function isObjectMember(b,S){if(!b)return false;switch(b.type){case"ObjectMethod":case"ObjectProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isProperty(b,S){if(!b)return false;switch(b.type){case"ObjectProperty":case"ClassProperty":case"ClassAccessorProperty":case"ClassPrivateProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isUnaryLike(b,S){if(!b)return false;switch(b.type){case"UnaryExpression":case"SpreadElement":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPattern(b,S){if(!b)return false;switch(b.type){case"AssignmentPattern":case"ArrayPattern":case"ObjectPattern":case"VoidPattern":break;case"Placeholder":if(b.expectedNode==="Pattern")break;default:return false}return S==null||(0,ee.default)(b,S)}function isClass(b,S){if(!b)return false;switch(b.type){case"ClassExpression":case"ClassDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isImportOrExportDeclaration(b,S){if(!b)return false;switch(b.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ImportDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isExportDeclaration(b,S){if(!b)return false;switch(b.type){case"ExportAllDeclaration":case"ExportDefaultDeclaration":case"ExportNamedDeclaration":break;default:return false}return S==null||(0,ee.default)(b,S)}function isModuleSpecifier(b,S){if(!b)return false;switch(b.type){case"ExportSpecifier":case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":case"ExportNamespaceSpecifier":case"ExportDefaultSpecifier":break;default:return false}return S==null||(0,ee.default)(b,S)}function isAccessor(b,S){if(!b)return false;switch(b.type){case"ClassAccessorProperty":break;default:return false}return S==null||(0,ee.default)(b,S)}function isPrivate(b,S){if(!b)return false;switch(b.type){case"ClassPrivateProperty":case"ClassPrivateMethod":case"PrivateName":break;default:return false}return S==null||(0,ee.default)(b,S)}function isFlow(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowBaseAnnotation(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowDeclaration(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isFlowPredicate(b,S){if(!b)return false;switch(b.type){case"DeclaredPredicate":case"InferredPredicate":break;default:return false}return S==null||(0,ee.default)(b,S)}function isEnumBody(b,S){if(!b)return false;switch(b.type){case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":break;default:return false}return S==null||(0,ee.default)(b,S)}function isEnumMember(b,S){if(!b)return false;switch(b.type){case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":case"EnumDefaultedMember":break;default:return false}return S==null||(0,ee.default)(b,S)}function isJSX(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isMiscellaneous(b,S){if(!b)return false;switch(b.type){case"Noop":case"Placeholder":case"V8IntrinsicIdentifier":break;default:return false}return S==null||(0,ee.default)(b,S)}function isTypeScript(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isTSTypeElement(b,S){if(!b)return false;switch(b.type){case"TSCallSignatureDeclaration":case"TSConstructSignatureDeclaration":case"TSPropertySignature":case"TSMethodSignature":case"TSIndexSignature":break;default:return false}return S==null||(0,ee.default)(b,S)}function isTSType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isTSBaseType(b,S){if(!b)return false;switch(b.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 S==null||(0,ee.default)(b,S)}function isNumberLiteral(b,S){(0,te.default)("isNumberLiteral","isNumericLiteral");if(!b)return false;if(b.type!=="NumberLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRegexLiteral(b,S){(0,te.default)("isRegexLiteral","isRegExpLiteral");if(!b)return false;if(b.type!=="RegexLiteral")return false;return S==null||(0,ee.default)(b,S)}function isRestProperty(b,S){(0,te.default)("isRestProperty","isRestElement");if(!b)return false;if(b.type!=="RestProperty")return false;return S==null||(0,ee.default)(b,S)}function isSpreadProperty(b,S){(0,te.default)("isSpreadProperty","isSpreadElement");if(!b)return false;if(b.type!=="SpreadProperty")return false;return S==null||(0,ee.default)(b,S)}function isModuleDeclaration(b,S){(0,te.default)("isModuleDeclaration","isImportOrExportDeclaration");return isImportOrExportDeclaration(b,S)}},23951:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=is;var ee=J(52129);var te=J(9735);var re=J(48694);var ne=J(32674);function is(b,S,J){if(!S)return false;const ie=(0,te.default)(S.type,b);if(!ie){if(!J&&S.type==="Placeholder"&&b in ne.FLIPPED_ALIAS_KEYS){return(0,re.default)(S.expectedNode,b)}return false}if(J===undefined){return true}else{return(0,ee.default)(S,J)}}},61682:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isBinding;var ee=J(39328);function isBinding(b,S,J){if(J&&b.type==="Identifier"&&S.type==="ObjectProperty"&&J.type==="ObjectExpression"){return false}const te=ee.default.keys[S.type];if(te){for(let J=0;J<te.length;J++){const ee=te[J];const re=S[ee];if(Array.isArray(re)){if(re.includes(b))return true}else{if(re===b)return true}}}return false}},7578:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isBlockScoped;var ee=J(24481);var te=J(33478);function isBlockScoped(b){return(0,ee.isFunctionDeclaration)(b)||(0,ee.isClassDeclaration)(b)||(0,te.default)(b)}},1147:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isImmutable;var ee=J(9735);var te=J(24481);function isImmutable(b){if((0,ee.default)(b.type,"Immutable"))return true;if((0,te.isIdentifier)(b)){if(b.name==="undefined"){return true}else{return false}}return false}},33478:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isLet;var ee=J(24481);var te=Symbol.for("var used to be block scoped");function isLet(b){return(0,ee.isVariableDeclaration)(b)&&(b.kind!=="var"||b[te])}},49107:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isNode;var ee=J(32674);function isNode(b){return!!(b&&ee.VISITOR_KEYS[b.type])}},4638:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isNodesEquivalent;var ee=J(32674);function isNodesEquivalent(b,S){if(typeof b!=="object"||typeof S!=="object"||b==null||S==null){return b===S}if(b.type!==S.type){return false}const J=Object.keys(ee.NODE_FIELDS[b.type]||b.type);const te=ee.VISITOR_KEYS[b.type];for(const ee of J){const J=b[ee];const re=S[ee];if(typeof J!==typeof re){return false}if(J==null&&re==null){continue}else if(J==null||re==null){return false}if(Array.isArray(J)){if(!Array.isArray(re)){return false}if(J.length!==re.length){return false}for(let b=0;b<J.length;b++){if(!isNodesEquivalent(J[b],re[b])){return false}}continue}if(typeof J==="object"&&!(te!=null&&te.includes(ee))){for(const b of Object.keys(J)){if(J[b]!==re[b]){return false}}continue}if(!isNodesEquivalent(J,re)){return false}}return true}},48694:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isPlaceholderType;var ee=J(32674);function isPlaceholderType(b,S){if(b===S)return true;const J=ee.PLACEHOLDERS_ALIAS[b];if(J!=null&&J.includes(S))return true;return false}},91736:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isReferenced;function isReferenced(b,S,J){switch(S.type){case"MemberExpression":case"OptionalMemberExpression":if(S.property===b){return!!S.computed}return S.object===b;case"JSXMemberExpression":return S.object===b;case"VariableDeclarator":return S.init===b;case"ArrowFunctionExpression":return S.body===b;case"PrivateName":return false;case"ClassMethod":case"ClassPrivateMethod":case"ObjectMethod":if(S.key===b){return!!S.computed}return false;case"ObjectProperty":if(S.key===b){return!!S.computed}return(J==null?void 0:J.type)!=="ObjectPattern";case"ClassProperty":case"ClassAccessorProperty":if(S.key===b){return!!S.computed}return true;case"ClassPrivateProperty":return S.key!==b;case"ClassDeclaration":case"ClassExpression":return S.superClass===b;case"AssignmentExpression":return S.right===b;case"AssignmentPattern":return S.right===b;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(J!=null&&J.source){return false}return S.local===b;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 S.key!==b;case"TSEnumMember":return S.id!==b;case"TSPropertySignature":if(S.key===b){return!!S.computed}return true}return true}},92307:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isScope;var ee=J(24481);function isScope(b,S){if((0,ee.isBlockStatement)(b)&&((0,ee.isFunction)(S)||(0,ee.isCatchClause)(S))){return false}if((0,ee.isPattern)(b)&&((0,ee.isFunction)(S)||(0,ee.isCatchClause)(S))){return true}return(0,ee.isScopable)(b)}},98686:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isSpecifierDefault;var ee=J(24481);function isSpecifierDefault(b){return(0,ee.isImportDefaultSpecifier)(b)||(0,ee.isIdentifier)(b.imported||b.exported,{name:"default"})}},9735:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isType;var ee=J(32674);function isType(b,S){if(b===S)return true;if(b==null)return false;if(ee.ALIAS_KEYS[S])return false;const J=ee.FLIPPED_ALIAS_KEYS[S];if(J!=null&&J.includes(b))return true;return false}},20215:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isValidES3Identifier;var ee=J(27194);const te=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(b){return(0,ee.default)(b)&&!te.has(b)}},27194:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isValidIdentifier;var ee=J(53083);function isValidIdentifier(b,S=true){if(typeof b!=="string")return false;if(S){if((0,ee.isKeyword)(b)||(0,ee.isStrictReservedWord)(b,true)){return false}}return(0,ee.isIdentifierName)(b)}},218:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isVar;var ee=J(24481);var te=Symbol.for("var used to be block scoped");function isVar(b){return(0,ee.isVariableDeclaration)(b,{kind:"var"})&&!b[te]}},64490:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=matchesPattern;var ee=J(24481);function isMemberExpressionLike(b){return(0,ee.isMemberExpression)(b)||(0,ee.isMetaProperty)(b)}function matchesPattern(b,S,J){if(!isMemberExpressionLike(b))return false;const te=Array.isArray(S)?S:S.split(".");const re=[];let ne;for(ne=b;isMemberExpressionLike(ne);ne=(ie=ne.object)!=null?ie:ne.meta){var ie;re.push(ne.property)}re.push(ne);if(re.length<te.length)return false;if(!J&&re.length>te.length)return false;for(let b=0,S=re.length-1;b<te.length;b++,S--){const J=re[S];let ne;if((0,ee.isIdentifier)(J)){ne=J.name}else if((0,ee.isStringLiteral)(J)){ne=J.value}else if((0,ee.isThisExpression)(J)){ne="this"}else if((0,ee.isSuper)(J)){ne="super"}else if((0,ee.isPrivateName)(J)){ne="#"+J.id.name}else{return false}if(te[b]!==ne)return false}return true}},59445:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=isCompatTag;function isCompatTag(b){return!!b&&/^[a-z]/.test(b)}},10733:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=void 0;var ee=J(67098);const te=(0,ee.default)("React.Component");var re=S["default"]=te},42625:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S["default"]=validate;S.validateChild=validateChild;S.validateField=validateField;S.validateInternal=validateInternal;var ee=J(32674);function validate(b,S,J){if(!b)return;const te=ee.NODE_FIELDS[b.type];if(!te)return;const re=te[S];validateField(b,S,J,re);validateChild(b,S,J)}function validateInternal(b,S,J,te,re){if(!(b!=null&&b.validate))return;if(b.optional&&te==null)return;b.validate(S,J,te);if(re){var ne;const b=te.type;if(b==null)return;(ne=ee.NODE_PARENT_VALIDATIONS[b])==null||ne.call(ee.NODE_PARENT_VALIDATIONS,S,J,te)}}function validateField(b,S,J,ee){if(!(ee!=null&&ee.validate))return;if(ee.optional&&J==null)return;ee.validate(b,S,J)}function validateChild(b,S,J){var te;const re=J==null?void 0:J.type;if(re==null)return;(te=ee.NODE_PARENT_VALIDATIONS[re])==null||te.call(ee.NODE_PARENT_VALIDATIONS,b,S,J)}},7313:(b,S,J)=>{const{Argument:ee}=J(20854);const{Command:te}=J(49600);const{CommanderError:re,InvalidArgumentError:ne}=J(49851);const{Help:ie}=J(71518);const{Option:oe}=J(97596);S.program=new te;S.createCommand=b=>new te(b);S.createOption=(b,S)=>new oe(b,S);S.createArgument=(b,S)=>new ee(b,S);S.Command=te;S.Option=oe;S.Argument=ee;S.Help=ie;S.CommanderError=re;S.InvalidArgumentError=ne;S.InvalidOptionArgumentError=ne},20854:(b,S,J)=>{const{InvalidArgumentError:ee}=J(49851);class Argument{constructor(b,S){this.description=S||"";this.variadic=false;this.parseArg=undefined;this.defaultValue=undefined;this.defaultValueDescription=undefined;this.argChoices=undefined;switch(b[0]){case"<":this.required=true;this._name=b.slice(1,-1);break;case"[":this.required=false;this._name=b.slice(1,-1);break;default:this.required=true;this._name=b;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(b,S){if(S===this.defaultValue||!Array.isArray(S)){return[b]}return S.concat(b)}default(b,S){this.defaultValue=b;this.defaultValueDescription=S;return this}argParser(b){this.parseArg=b;return this}choices(b){this.argChoices=b.slice();this.parseArg=(b,S)=>{if(!this.argChoices.includes(b)){throw new ee(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(b,S)}return b};return this}argRequired(){this.required=true;return this}argOptional(){this.required=false;return this}}function humanReadableArgName(b){const S=b.name()+(b.variadic===true?"...":"");return b.required?"<"+S+">":"["+S+"]"}S.Argument=Argument;S.humanReadableArgName=humanReadableArgName},49600:(b,S,J)=>{const ee=J(78474).EventEmitter;const te=J(31421);const re=J(76760);const ne=J(73024);const ie=J(1708);const{Argument:oe,humanReadableArgName:se}=J(20854);const{CommanderError:ae}=J(49851);const{Help:ce}=J(71518);const{Option:le,DualOptions:ue}=J(97596);const{suggestSimilar:pe}=J(19266);class Command extends ee{constructor(b){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=b||"";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:b=>ie.stdout.write(b),writeErr:b=>ie.stderr.write(b),getOutHelpWidth:()=>ie.stdout.isTTY?ie.stdout.columns:undefined,getErrHelpWidth:()=>ie.stderr.isTTY?ie.stderr.columns:undefined,outputError:(b,S)=>S(b)};this._hidden=false;this._helpOption=undefined;this._addImplicitHelpCommand=undefined;this._helpCommand=undefined;this._helpConfiguration={}}copyInheritedSettings(b){this._outputConfiguration=b._outputConfiguration;this._helpOption=b._helpOption;this._helpCommand=b._helpCommand;this._helpConfiguration=b._helpConfiguration;this._exitCallback=b._exitCallback;this._storeOptionsAsProperties=b._storeOptionsAsProperties;this._combineFlagAndOptionalValue=b._combineFlagAndOptionalValue;this._allowExcessArguments=b._allowExcessArguments;this._enablePositionalOptions=b._enablePositionalOptions;this._showHelpAfterError=b._showHelpAfterError;this._showSuggestionAfterError=b._showSuggestionAfterError;return this}_getCommandAndAncestors(){const b=[];for(let S=this;S;S=S.parent){b.push(S)}return b}command(b,S,J){let ee=S;let te=J;if(typeof ee==="object"&&ee!==null){te=ee;ee=null}te=te||{};const[,re,ne]=b.match(/([^ ]+) *(.*)/);const ie=this.createCommand(re);if(ee){ie.description(ee);ie._executableHandler=true}if(te.isDefault)this._defaultCommandName=ie._name;ie._hidden=!!(te.noHelp||te.hidden);ie._executableFile=te.executableFile||null;if(ne)ie.arguments(ne);this._registerCommand(ie);ie.parent=this;ie.copyInheritedSettings(this);if(ee)return this;return ie}createCommand(b){return new Command(b)}createHelp(){return Object.assign(new ce,this.configureHelp())}configureHelp(b){if(b===undefined)return this._helpConfiguration;this._helpConfiguration=b;return this}configureOutput(b){if(b===undefined)return this._outputConfiguration;Object.assign(this._outputConfiguration,b);return this}showHelpAfterError(b=true){if(typeof b!=="string")b=!!b;this._showHelpAfterError=b;return this}showSuggestionAfterError(b=true){this._showSuggestionAfterError=!!b;return this}addCommand(b,S){if(!b._name){throw new Error(`Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()`)}S=S||{};if(S.isDefault)this._defaultCommandName=b._name;if(S.noHelp||S.hidden)b._hidden=true;this._registerCommand(b);b.parent=this;b._checkForBrokenPassThrough();return this}createArgument(b,S){return new oe(b,S)}argument(b,S,J,ee){const te=this.createArgument(b,S);if(typeof J==="function"){te.default(ee).argParser(J)}else{te.default(J)}this.addArgument(te);return this}arguments(b){b.trim().split(/ +/).forEach((b=>{this.argument(b)}));return this}addArgument(b){const S=this.registeredArguments.slice(-1)[0];if(S&&S.variadic){throw new Error(`only the last argument can be variadic '${S.name()}'`)}if(b.required&&b.defaultValue!==undefined&&b.parseArg===undefined){throw new Error(`a default value for a required argument is never used: '${b.name()}'`)}this.registeredArguments.push(b);return this}helpCommand(b,S){if(typeof b==="boolean"){this._addImplicitHelpCommand=b;return this}b=b??"help [command]";const[,J,ee]=b.match(/([^ ]+) *(.*)/);const te=S??"display help for command";const re=this.createCommand(J);re.helpOption(false);if(ee)re.arguments(ee);if(te)re.description(te);this._addImplicitHelpCommand=true;this._helpCommand=re;return this}addHelpCommand(b,S){if(typeof b!=="object"){this.helpCommand(b,S);return this}this._addImplicitHelpCommand=true;this._helpCommand=b;return this}_getHelpCommand(){const b=this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"));if(b){if(this._helpCommand===undefined){this.helpCommand(undefined,undefined)}return this._helpCommand}return null}hook(b,S){const J=["preSubcommand","preAction","postAction"];if(!J.includes(b)){throw new Error(`Unexpected value for event passed to hook : '${b}'.\nExpecting one of '${J.join("', '")}'`)}if(this._lifeCycleHooks[b]){this._lifeCycleHooks[b].push(S)}else{this._lifeCycleHooks[b]=[S]}return this}exitOverride(b){if(b){this._exitCallback=b}else{this._exitCallback=b=>{if(b.code!=="commander.executeSubCommandAsync"){throw b}else{}}}return this}_exit(b,S,J){if(this._exitCallback){this._exitCallback(new ae(b,S,J))}ie.exit(b)}action(b){const listener=S=>{const J=this.registeredArguments.length;const ee=S.slice(0,J);if(this._storeOptionsAsProperties){ee[J]=this}else{ee[J]=this.opts()}ee.push(this);return b.apply(this,ee)};this._actionHandler=listener;return this}createOption(b,S){return new le(b,S)}_callParseArg(b,S,J,ee){try{return b.parseArg(S,J)}catch(b){if(b.code==="commander.invalidArgument"){const S=`${ee} ${b.message}`;this.error(S,{exitCode:b.exitCode,code:b.code})}throw b}}_registerOption(b){const S=b.short&&this._findOption(b.short)||b.long&&this._findOption(b.long);if(S){const J=b.long&&this._findOption(b.long)?b.long:b.short;throw new Error(`Cannot add option '${b.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${J}'\n- already used by option '${S.flags}'`)}this.options.push(b)}_registerCommand(b){const knownBy=b=>[b.name()].concat(b.aliases());const S=knownBy(b).find((b=>this._findCommand(b)));if(S){const J=knownBy(this._findCommand(S)).join("|");const ee=knownBy(b).join("|");throw new Error(`cannot add command '${ee}' as already have command '${J}'`)}this.commands.push(b)}addOption(b){this._registerOption(b);const S=b.name();const J=b.attributeName();if(b.negate){const S=b.long.replace(/^--no-/,"--");if(!this._findOption(S)){this.setOptionValueWithSource(J,b.defaultValue===undefined?true:b.defaultValue,"default")}}else if(b.defaultValue!==undefined){this.setOptionValueWithSource(J,b.defaultValue,"default")}const handleOptionValue=(S,ee,te)=>{if(S==null&&b.presetArg!==undefined){S=b.presetArg}const re=this.getOptionValue(J);if(S!==null&&b.parseArg){S=this._callParseArg(b,S,re,ee)}else if(S!==null&&b.variadic){S=b._concatValue(S,re)}if(S==null){if(b.negate){S=false}else if(b.isBoolean()||b.optional){S=true}else{S=""}}this.setOptionValueWithSource(J,S,te)};this.on("option:"+S,(S=>{const J=`error: option '${b.flags}' argument '${S}' is invalid.`;handleOptionValue(S,J,"cli")}));if(b.envVar){this.on("optionEnv:"+S,(S=>{const J=`error: option '${b.flags}' value '${S}' from env '${b.envVar}' is invalid.`;handleOptionValue(S,J,"env")}))}return this}_optionEx(b,S,J,ee,te){if(typeof S==="object"&&S instanceof le){throw new Error("To add an Option object use addOption() instead of option() or requiredOption()")}const re=this.createOption(S,J);re.makeOptionMandatory(!!b.mandatory);if(typeof ee==="function"){re.default(te).argParser(ee)}else if(ee instanceof RegExp){const b=ee;ee=(S,J)=>{const ee=b.exec(S);return ee?ee[0]:J};re.default(te).argParser(ee)}else{re.default(ee)}return this.addOption(re)}option(b,S,J,ee){return this._optionEx({},b,S,J,ee)}requiredOption(b,S,J,ee){return this._optionEx({mandatory:true},b,S,J,ee)}combineFlagAndOptionalValue(b=true){this._combineFlagAndOptionalValue=!!b;return this}allowUnknownOption(b=true){this._allowUnknownOption=!!b;return this}allowExcessArguments(b=true){this._allowExcessArguments=!!b;return this}enablePositionalOptions(b=true){this._enablePositionalOptions=!!b;return this}passThroughOptions(b=true){this._passThroughOptions=!!b;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(b=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=!!b;return this}getOptionValue(b){if(this._storeOptionsAsProperties){return this[b]}return this._optionValues[b]}setOptionValue(b,S){return this.setOptionValueWithSource(b,S,undefined)}setOptionValueWithSource(b,S,J){if(this._storeOptionsAsProperties){this[b]=S}else{this._optionValues[b]=S}this._optionValueSources[b]=J;return this}getOptionValueSource(b){return this._optionValueSources[b]}getOptionValueSourceWithGlobals(b){let S;this._getCommandAndAncestors().forEach((J=>{if(J.getOptionValueSource(b)!==undefined){S=J.getOptionValueSource(b)}}));return S}_prepareUserArgs(b,S){if(b!==undefined&&!Array.isArray(b)){throw new Error("first parameter to parse must be array or undefined")}S=S||{};if(b===undefined&&S.from===undefined){if(ie.versions?.electron){S.from="electron"}const b=ie.execArgv??[];if(b.includes("-e")||b.includes("--eval")||b.includes("-p")||b.includes("--print")){S.from="eval"}}if(b===undefined){b=ie.argv}this.rawArgs=b.slice();let J;switch(S.from){case undefined:case"node":this._scriptPath=b[1];J=b.slice(2);break;case"electron":if(ie.defaultApp){this._scriptPath=b[1];J=b.slice(2)}else{J=b.slice(1)}break;case"user":J=b.slice(0);break;case"eval":J=b.slice(1);break;default:throw new Error(`unexpected parse option { from: '${S.from}' }`)}if(!this._name&&this._scriptPath)this.nameFromFilename(this._scriptPath);this._name=this._name||"program";return J}parse(b,S){const J=this._prepareUserArgs(b,S);this._parseCommand([],J);return this}async parseAsync(b,S){const J=this._prepareUserArgs(b,S);await this._parseCommand([],J);return this}_executeSubCommand(b,S){S=S.slice();let J=false;const ee=[".js",".ts",".tsx",".mjs",".cjs"];function findFile(b,S){const J=re.resolve(b,S);if(ne.existsSync(J))return J;if(ee.includes(re.extname(S)))return undefined;const te=ee.find((b=>ne.existsSync(`${J}${b}`)));if(te)return`${J}${te}`;return undefined}this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();let oe=b._executableFile||`${this._name}-${b._name}`;let se=this._executableDir||"";if(this._scriptPath){let b;try{b=ne.realpathSync(this._scriptPath)}catch(S){b=this._scriptPath}se=re.resolve(re.dirname(b),se)}if(se){let S=findFile(se,oe);if(!S&&!b._executableFile&&this._scriptPath){const J=re.basename(this._scriptPath,re.extname(this._scriptPath));if(J!==this._name){S=findFile(se,`${J}-${b._name}`)}}oe=S||oe}J=ee.includes(re.extname(oe));let ce;if(ie.platform!=="win32"){if(J){S.unshift(oe);S=incrementNodeInspectorPort(ie.execArgv).concat(S);ce=te.spawn(ie.argv[0],S,{stdio:"inherit"})}else{ce=te.spawn(oe,S,{stdio:"inherit"})}}else{S.unshift(oe);S=incrementNodeInspectorPort(ie.execArgv).concat(S);ce=te.spawn(ie.execPath,S,{stdio:"inherit"})}if(!ce.killed){const b=["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"];b.forEach((b=>{ie.on(b,(()=>{if(ce.killed===false&&ce.exitCode===null){ce.kill(b)}}))}))}const le=this._exitCallback;ce.on("close",(b=>{b=b??1;if(!le){ie.exit(b)}else{le(new ae(b,"commander.executeSubCommandAsync","(close)"))}}));ce.on("error",(S=>{if(S.code==="ENOENT"){const S=se?`searched for local subcommand relative to directory '${se}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory";const J=`'${oe}' does not exist\n - if '${b._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 - ${S}`;throw new Error(J)}else if(S.code==="EACCES"){throw new Error(`'${oe}' not executable`)}if(!le){ie.exit(1)}else{const b=new ae(1,"commander.executeSubCommandAsync","(error)");b.nestedError=S;le(b)}}));this.runningCommand=ce}_dispatchSubcommand(b,S,J){const ee=this._findCommand(b);if(!ee)this.help({error:true});let te;te=this._chainOrCallSubCommandHook(te,ee,"preSubcommand");te=this._chainOrCall(te,(()=>{if(ee._executableHandler){this._executeSubCommand(ee,S.concat(J))}else{return ee._parseCommand(S,J)}}));return te}_dispatchHelpCommand(b){if(!b){this.help()}const S=this._findCommand(b);if(S&&!S._executableHandler){S.help()}return this._dispatchSubcommand(b,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach(((b,S)=>{if(b.required&&this.args[S]==null){this.missingArgument(b.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=(b,S,J)=>{let ee=S;if(S!==null&&b.parseArg){const te=`error: command-argument value '${S}' is invalid for argument '${b.name()}'.`;ee=this._callParseArg(b,S,J,te)}return ee};this._checkNumberOfArguments();const b=[];this.registeredArguments.forEach(((S,J)=>{let ee=S.defaultValue;if(S.variadic){if(J<this.args.length){ee=this.args.slice(J);if(S.parseArg){ee=ee.reduce(((b,J)=>myParseArg(S,J,b)),S.defaultValue)}}else if(ee===undefined){ee=[]}}else if(J<this.args.length){ee=this.args[J];if(S.parseArg){ee=myParseArg(S,ee,S.defaultValue)}}b[J]=ee}));this.processedArgs=b}_chainOrCall(b,S){if(b&&b.then&&typeof b.then==="function"){return b.then((()=>S()))}return S()}_chainOrCallHooks(b,S){let J=b;const ee=[];this._getCommandAndAncestors().reverse().filter((b=>b._lifeCycleHooks[S]!==undefined)).forEach((b=>{b._lifeCycleHooks[S].forEach((S=>{ee.push({hookedCommand:b,callback:S})}))}));if(S==="postAction"){ee.reverse()}ee.forEach((b=>{J=this._chainOrCall(J,(()=>b.callback(b.hookedCommand,this)))}));return J}_chainOrCallSubCommandHook(b,S,J){let ee=b;if(this._lifeCycleHooks[J]!==undefined){this._lifeCycleHooks[J].forEach((b=>{ee=this._chainOrCall(ee,(()=>b(this,S)))}))}return ee}_parseCommand(b,S){const J=this.parseOptions(S);this._parseOptionsEnv();this._parseOptionsImplied();b=b.concat(J.operands);S=J.unknown;this.args=b.concat(S);if(b&&this._findCommand(b[0])){return this._dispatchSubcommand(b[0],b.slice(1),S)}if(this._getHelpCommand()&&b[0]===this._getHelpCommand().name()){return this._dispatchHelpCommand(b[1])}if(this._defaultCommandName){this._outputHelpIfRequested(S);return this._dispatchSubcommand(this._defaultCommandName,b,S)}if(this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName){this.help({error:true})}this._outputHelpIfRequested(J.unknown);this._checkForMissingMandatoryOptions();this._checkForConflictingOptions();const checkForUnknownOptions=()=>{if(J.unknown.length>0){this.unknownOption(J.unknown[0])}};const ee=`command:${this.name()}`;if(this._actionHandler){checkForUnknownOptions();this._processArguments();let J;J=this._chainOrCallHooks(J,"preAction");J=this._chainOrCall(J,(()=>this._actionHandler(this.processedArgs)));if(this.parent){J=this._chainOrCall(J,(()=>{this.parent.emit(ee,b,S)}))}J=this._chainOrCallHooks(J,"postAction");return J}if(this.parent&&this.parent.listenerCount(ee)){checkForUnknownOptions();this._processArguments();this.parent.emit(ee,b,S)}else if(b.length){if(this._findCommand("*")){return this._dispatchSubcommand("*",b,S)}if(this.listenerCount("command:*")){this.emit("command:*",b,S)}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(b){if(!b)return undefined;return this.commands.find((S=>S._name===b||S._aliases.includes(b)))}_findOption(b){return this.options.find((S=>S.is(b)))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach((b=>{b.options.forEach((S=>{if(S.mandatory&&b.getOptionValue(S.attributeName())===undefined){b.missingMandatoryOptionValue(S)}}))}))}_checkForConflictingLocalOptions(){const b=this.options.filter((b=>{const S=b.attributeName();if(this.getOptionValue(S)===undefined){return false}return this.getOptionValueSource(S)!=="default"}));const S=b.filter((b=>b.conflictsWith.length>0));S.forEach((S=>{const J=b.find((b=>S.conflictsWith.includes(b.attributeName())));if(J){this._conflictingOption(S,J)}}))}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach((b=>{b._checkForConflictingLocalOptions()}))}parseOptions(b){const S=[];const J=[];let ee=S;const te=b.slice();function maybeOption(b){return b.length>1&&b[0]==="-"}let re=null;while(te.length){const b=te.shift();if(b==="--"){if(ee===J)ee.push(b);ee.push(...te);break}if(re&&!maybeOption(b)){this.emit(`option:${re.name()}`,b);continue}re=null;if(maybeOption(b)){const S=this._findOption(b);if(S){if(S.required){const b=te.shift();if(b===undefined)this.optionMissingArgument(S);this.emit(`option:${S.name()}`,b)}else if(S.optional){let b=null;if(te.length>0&&!maybeOption(te[0])){b=te.shift()}this.emit(`option:${S.name()}`,b)}else{this.emit(`option:${S.name()}`)}re=S.variadic?S:null;continue}}if(b.length>2&&b[0]==="-"&&b[1]!=="-"){const S=this._findOption(`-${b[1]}`);if(S){if(S.required||S.optional&&this._combineFlagAndOptionalValue){this.emit(`option:${S.name()}`,b.slice(2))}else{this.emit(`option:${S.name()}`);te.unshift(`-${b.slice(2)}`)}continue}}if(/^--[^=]+=/.test(b)){const S=b.indexOf("=");const J=this._findOption(b.slice(0,S));if(J&&(J.required||J.optional)){this.emit(`option:${J.name()}`,b.slice(S+1));continue}}if(maybeOption(b)){ee=J}if((this._enablePositionalOptions||this._passThroughOptions)&&S.length===0&&J.length===0){if(this._findCommand(b)){S.push(b);if(te.length>0)J.push(...te);break}else if(this._getHelpCommand()&&b===this._getHelpCommand().name()){S.push(b);if(te.length>0)S.push(...te);break}else if(this._defaultCommandName){J.push(b);if(te.length>0)J.push(...te);break}}if(this._passThroughOptions){ee.push(b);if(te.length>0)ee.push(...te);break}ee.push(b)}return{operands:S,unknown:J}}opts(){if(this._storeOptionsAsProperties){const b={};const S=this.options.length;for(let J=0;J<S;J++){const S=this.options[J].attributeName();b[S]=S===this._versionOptionName?this._version:this[S]}return b}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce(((b,S)=>Object.assign(b,S.opts())),{})}error(b,S){this._outputConfiguration.outputError(`${b}\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 J=S||{};const ee=J.exitCode||1;const te=J.code||"commander.error";this._exit(ee,te,b)}_parseOptionsEnv(){this.options.forEach((b=>{if(b.envVar&&b.envVar in ie.env){const S=b.attributeName();if(this.getOptionValue(S)===undefined||["default","config","env"].includes(this.getOptionValueSource(S))){if(b.required||b.optional){this.emit(`optionEnv:${b.name()}`,ie.env[b.envVar])}else{this.emit(`optionEnv:${b.name()}`)}}}}))}_parseOptionsImplied(){const b=new ue(this.options);const hasCustomOptionValue=b=>this.getOptionValue(b)!==undefined&&!["default","implied"].includes(this.getOptionValueSource(b));this.options.filter((S=>S.implied!==undefined&&hasCustomOptionValue(S.attributeName())&&b.valueFromOption(this.getOptionValue(S.attributeName()),S))).forEach((b=>{Object.keys(b.implied).filter((b=>!hasCustomOptionValue(b))).forEach((S=>{this.setOptionValueWithSource(S,b.implied[S],"implied")}))}))}missingArgument(b){const S=`error: missing required argument '${b}'`;this.error(S,{code:"commander.missingArgument"})}optionMissingArgument(b){const S=`error: option '${b.flags}' argument missing`;this.error(S,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(b){const S=`error: required option '${b.flags}' not specified`;this.error(S,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(b,S){const findBestOptionFromValue=b=>{const S=b.attributeName();const J=this.getOptionValue(S);const ee=this.options.find((b=>b.negate&&S===b.attributeName()));const te=this.options.find((b=>!b.negate&&S===b.attributeName()));if(ee&&(ee.presetArg===undefined&&J===false||ee.presetArg!==undefined&&J===ee.presetArg)){return ee}return te||b};const getErrorMessage=b=>{const S=findBestOptionFromValue(b);const J=S.attributeName();const ee=this.getOptionValueSource(J);if(ee==="env"){return`environment variable '${S.envVar}'`}return`option '${S.flags}'`};const J=`error: ${getErrorMessage(b)} cannot be used with ${getErrorMessage(S)}`;this.error(J,{code:"commander.conflictingOption"})}unknownOption(b){if(this._allowUnknownOption)return;let S="";if(b.startsWith("--")&&this._showSuggestionAfterError){let J=[];let ee=this;do{const b=ee.createHelp().visibleOptions(ee).filter((b=>b.long)).map((b=>b.long));J=J.concat(b);ee=ee.parent}while(ee&&!ee._enablePositionalOptions);S=pe(b,J)}const J=`error: unknown option '${b}'${S}`;this.error(J,{code:"commander.unknownOption"})}_excessArguments(b){if(this._allowExcessArguments)return;const S=this.registeredArguments.length;const J=S===1?"":"s";const ee=this.parent?` for '${this.name()}'`:"";const te=`error: too many arguments${ee}. Expected ${S} argument${J} but got ${b.length}.`;this.error(te,{code:"commander.excessArguments"})}unknownCommand(){const b=this.args[0];let S="";if(this._showSuggestionAfterError){const J=[];this.createHelp().visibleCommands(this).forEach((b=>{J.push(b.name());if(b.alias())J.push(b.alias())}));S=pe(b,J)}const J=`error: unknown command '${b}'${S}`;this.error(J,{code:"commander.unknownCommand"})}version(b,S,J){if(b===undefined)return this._version;this._version=b;S=S||"-V, --version";J=J||"output the version number";const ee=this.createOption(S,J);this._versionOptionName=ee.attributeName();this._registerOption(ee);this.on("option:"+ee.name(),(()=>{this._outputConfiguration.writeOut(`${b}\n`);this._exit(0,"commander.version",b)}));return this}description(b,S){if(b===undefined&&S===undefined)return this._description;this._description=b;if(S){this._argsDescription=S}return this}summary(b){if(b===undefined)return this._summary;this._summary=b;return this}alias(b){if(b===undefined)return this._aliases[0];let S=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler){S=this.commands[this.commands.length-1]}if(b===S._name)throw new Error("Command alias can't be the same as its name");const J=this.parent?._findCommand(b);if(J){const S=[J.name()].concat(J.aliases()).join("|");throw new Error(`cannot add alias '${b}' to command '${this.name()}' as already have command '${S}'`)}S._aliases.push(b);return this}aliases(b){if(b===undefined)return this._aliases;b.forEach((b=>this.alias(b)));return this}usage(b){if(b===undefined){if(this._usage)return this._usage;const b=this.registeredArguments.map((b=>se(b)));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?b:[]).join(" ")}this._usage=b;return this}name(b){if(b===undefined)return this._name;this._name=b;return this}nameFromFilename(b){this._name=re.basename(b,re.extname(b));return this}executableDir(b){if(b===undefined)return this._executableDir;this._executableDir=b;return this}helpInformation(b){const S=this.createHelp();if(S.helpWidth===undefined){S.helpWidth=b&&b.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()}return S.formatHelp(this,S)}_getHelpContext(b){b=b||{};const S={error:!!b.error};let J;if(S.error){J=b=>this._outputConfiguration.writeErr(b)}else{J=b=>this._outputConfiguration.writeOut(b)}S.write=b.write||J;S.command=this;return S}outputHelp(b){let S;if(typeof b==="function"){S=b;b=undefined}const J=this._getHelpContext(b);this._getCommandAndAncestors().reverse().forEach((b=>b.emit("beforeAllHelp",J)));this.emit("beforeHelp",J);let ee=this.helpInformation(J);if(S){ee=S(ee);if(typeof ee!=="string"&&!Buffer.isBuffer(ee)){throw new Error("outputHelp callback must return a string or a Buffer")}}J.write(ee);if(this._getHelpOption()?.long){this.emit(this._getHelpOption().long)}this.emit("afterHelp",J);this._getCommandAndAncestors().forEach((b=>b.emit("afterAllHelp",J)))}helpOption(b,S){if(typeof b==="boolean"){if(b){this._helpOption=this._helpOption??undefined}else{this._helpOption=null}return this}b=b??"-h, --help";S=S??"display help for command";this._helpOption=this.createOption(b,S);return this}_getHelpOption(){if(this._helpOption===undefined){this.helpOption(undefined,undefined)}return this._helpOption}addHelpOption(b){this._helpOption=b;return this}help(b){this.outputHelp(b);let S=ie.exitCode||0;if(S===0&&b&&typeof b!=="function"&&b.error){S=1}this._exit(S,"commander.help","(outputHelp)")}addHelpText(b,S){const J=["beforeAll","before","after","afterAll"];if(!J.includes(b)){throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${J.join("', '")}'`)}const ee=`${b}Help`;this.on(ee,(b=>{let J;if(typeof S==="function"){J=S({error:b.error,command:b.command})}else{J=S}if(J){b.write(`${J}\n`)}}));return this}_outputHelpIfRequested(b){const S=this._getHelpOption();const J=S&&b.find((b=>S.is(b)));if(J){this.outputHelp();this._exit(0,"commander.helpDisplayed","(outputHelp)")}}}function incrementNodeInspectorPort(b){return b.map((b=>{if(!b.startsWith("--inspect")){return b}let S;let J="127.0.0.1";let ee="9229";let te;if((te=b.match(/^(--inspect(-brk)?)$/))!==null){S=te[1]}else if((te=b.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null){S=te[1];if(/^\d+$/.test(te[3])){ee=te[3]}else{J=te[3]}}else if((te=b.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null){S=te[1];J=te[3];ee=te[4]}if(S&&ee!=="0"){return`${S}=${J}:${parseInt(ee)+1}`}return b}))}S.Command=Command},49851:(b,S)=>{class CommanderError extends Error{constructor(b,S,J){super(J);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name;this.code=S;this.exitCode=b;this.nestedError=undefined}}class InvalidArgumentError extends CommanderError{constructor(b){super(1,"commander.invalidArgument",b);Error.captureStackTrace(this,this.constructor);this.name=this.constructor.name}}S.CommanderError=CommanderError;S.InvalidArgumentError=InvalidArgumentError},71518:(b,S,J)=>{const{humanReadableArgName:ee}=J(20854);class Help{constructor(){this.helpWidth=undefined;this.sortSubcommands=false;this.sortOptions=false;this.showGlobalOptions=false}visibleCommands(b){const S=b.commands.filter((b=>!b._hidden));const J=b._getHelpCommand();if(J&&!J._hidden){S.push(J)}if(this.sortSubcommands){S.sort(((b,S)=>b.name().localeCompare(S.name())))}return S}compareOptions(b,S){const getSortKey=b=>b.short?b.short.replace(/^-/,""):b.long.replace(/^--/,"");return getSortKey(b).localeCompare(getSortKey(S))}visibleOptions(b){const S=b.options.filter((b=>!b.hidden));const J=b._getHelpOption();if(J&&!J.hidden){const ee=J.short&&b._findOption(J.short);const te=J.long&&b._findOption(J.long);if(!ee&&!te){S.push(J)}else if(J.long&&!te){S.push(b.createOption(J.long,J.description))}else if(J.short&&!ee){S.push(b.createOption(J.short,J.description))}}if(this.sortOptions){S.sort(this.compareOptions)}return S}visibleGlobalOptions(b){if(!this.showGlobalOptions)return[];const S=[];for(let J=b.parent;J;J=J.parent){const b=J.options.filter((b=>!b.hidden));S.push(...b)}if(this.sortOptions){S.sort(this.compareOptions)}return S}visibleArguments(b){if(b._argsDescription){b.registeredArguments.forEach((S=>{S.description=S.description||b._argsDescription[S.name()]||""}))}if(b.registeredArguments.find((b=>b.description))){return b.registeredArguments}return[]}subcommandTerm(b){const S=b.registeredArguments.map((b=>ee(b))).join(" ");return b._name+(b._aliases[0]?"|"+b._aliases[0]:"")+(b.options.length?" [options]":"")+(S?" "+S:"")}optionTerm(b){return b.flags}argumentTerm(b){return b.name()}longestSubcommandTermLength(b,S){return S.visibleCommands(b).reduce(((b,J)=>Math.max(b,S.subcommandTerm(J).length)),0)}longestOptionTermLength(b,S){return S.visibleOptions(b).reduce(((b,J)=>Math.max(b,S.optionTerm(J).length)),0)}longestGlobalOptionTermLength(b,S){return S.visibleGlobalOptions(b).reduce(((b,J)=>Math.max(b,S.optionTerm(J).length)),0)}longestArgumentTermLength(b,S){return S.visibleArguments(b).reduce(((b,J)=>Math.max(b,S.argumentTerm(J).length)),0)}commandUsage(b){let S=b._name;if(b._aliases[0]){S=S+"|"+b._aliases[0]}let J="";for(let S=b.parent;S;S=S.parent){J=S.name()+" "+J}return J+S+" "+b.usage()}commandDescription(b){return b.description()}subcommandDescription(b){return b.summary()||b.description()}optionDescription(b){const S=[];if(b.argChoices){S.push(`choices: ${b.argChoices.map((b=>JSON.stringify(b))).join(", ")}`)}if(b.defaultValue!==undefined){const J=b.required||b.optional||b.isBoolean()&&typeof b.defaultValue==="boolean";if(J){S.push(`default: ${b.defaultValueDescription||JSON.stringify(b.defaultValue)}`)}}if(b.presetArg!==undefined&&b.optional){S.push(`preset: ${JSON.stringify(b.presetArg)}`)}if(b.envVar!==undefined){S.push(`env: ${b.envVar}`)}if(S.length>0){return`${b.description} (${S.join(", ")})`}return b.description}argumentDescription(b){const S=[];if(b.argChoices){S.push(`choices: ${b.argChoices.map((b=>JSON.stringify(b))).join(", ")}`)}if(b.defaultValue!==undefined){S.push(`default: ${b.defaultValueDescription||JSON.stringify(b.defaultValue)}`)}if(S.length>0){const J=`(${S.join(", ")})`;if(b.description){return`${b.description} ${J}`}return J}return b.description}formatHelp(b,S){const J=S.padWidth(b,S);const ee=S.helpWidth||80;const te=2;const re=2;function formatItem(b,ne){if(ne){const ie=`${b.padEnd(J+re)}${ne}`;return S.wrap(ie,ee-te,J+re)}return b}function formatList(b){return b.join("\n").replace(/^/gm," ".repeat(te))}let ne=[`Usage: ${S.commandUsage(b)}`,""];const ie=S.commandDescription(b);if(ie.length>0){ne=ne.concat([S.wrap(ie,ee,0),""])}const oe=S.visibleArguments(b).map((b=>formatItem(S.argumentTerm(b),S.argumentDescription(b))));if(oe.length>0){ne=ne.concat(["Arguments:",formatList(oe),""])}const se=S.visibleOptions(b).map((b=>formatItem(S.optionTerm(b),S.optionDescription(b))));if(se.length>0){ne=ne.concat(["Options:",formatList(se),""])}if(this.showGlobalOptions){const J=S.visibleGlobalOptions(b).map((b=>formatItem(S.optionTerm(b),S.optionDescription(b))));if(J.length>0){ne=ne.concat(["Global Options:",formatList(J),""])}}const ae=S.visibleCommands(b).map((b=>formatItem(S.subcommandTerm(b),S.subcommandDescription(b))));if(ae.length>0){ne=ne.concat(["Commands:",formatList(ae),""])}return ne.join("\n")}padWidth(b,S){return Math.max(S.longestOptionTermLength(b,S),S.longestGlobalOptionTermLength(b,S),S.longestSubcommandTermLength(b,S),S.longestArgumentTermLength(b,S))}wrap(b,S,J,ee=40){const te=" \\f\\t\\v   -    \ufeff";const re=new RegExp(`[\\n][${te}]+`);if(b.match(re))return b;const ne=S-J;if(ne<ee)return b;const ie=b.slice(0,J);const oe=b.slice(J).replace("\r\n","\n");const se=" ".repeat(J);const ae="​";const ce=`\\s${ae}`;const le=new RegExp(`\n|.{1,${ne-1}}([${ce}]|$)|[^${ce}]+?([${ce}]|$)`,"g");const ue=oe.match(le)||[];return ie+ue.map(((b,S)=>{if(b==="\n")return"";return(S>0?se:"")+b.trimEnd()})).join("\n")}}S.Help=Help},97596:(b,S,J)=>{const{InvalidArgumentError:ee}=J(49851);class Option{constructor(b,S){this.flags=b;this.description=S||"";this.required=b.includes("<");this.optional=b.includes("[");this.variadic=/\w\.\.\.[>\]]$/.test(b);this.mandatory=false;const J=splitOptionFlags(b);this.short=J.shortFlag;this.long=J.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(b,S){this.defaultValue=b;this.defaultValueDescription=S;return this}preset(b){this.presetArg=b;return this}conflicts(b){this.conflictsWith=this.conflictsWith.concat(b);return this}implies(b){let S=b;if(typeof b==="string"){S={[b]:true}}this.implied=Object.assign(this.implied||{},S);return this}env(b){this.envVar=b;return this}argParser(b){this.parseArg=b;return this}makeOptionMandatory(b=true){this.mandatory=!!b;return this}hideHelp(b=true){this.hidden=!!b;return this}_concatValue(b,S){if(S===this.defaultValue||!Array.isArray(S)){return[b]}return S.concat(b)}choices(b){this.argChoices=b.slice();this.parseArg=(b,S)=>{if(!this.argChoices.includes(b)){throw new ee(`Allowed choices are ${this.argChoices.join(", ")}.`)}if(this.variadic){return this._concatValue(b,S)}return b};return this}name(){if(this.long){return this.long.replace(/^--/,"")}return this.short.replace(/^-/,"")}attributeName(){return camelcase(this.name().replace(/^no-/,""))}is(b){return this.short===b||this.long===b}isBoolean(){return!this.required&&!this.optional&&!this.negate}}class DualOptions{constructor(b){this.positiveOptions=new Map;this.negativeOptions=new Map;this.dualOptions=new Set;b.forEach((b=>{if(b.negate){this.negativeOptions.set(b.attributeName(),b)}else{this.positiveOptions.set(b.attributeName(),b)}}));this.negativeOptions.forEach(((b,S)=>{if(this.positiveOptions.has(S)){this.dualOptions.add(S)}}))}valueFromOption(b,S){const J=S.attributeName();if(!this.dualOptions.has(J))return true;const ee=this.negativeOptions.get(J).presetArg;const te=ee!==undefined?ee:false;return S.negate===(te===b)}}function camelcase(b){return b.split("-").reduce(((b,S)=>b+S[0].toUpperCase()+S.slice(1)))}function splitOptionFlags(b){let S;let J;const ee=b.split(/[ |,]+/);if(ee.length>1&&!/^[[<]/.test(ee[1]))S=ee.shift();J=ee.shift();if(!S&&/^-[^-]$/.test(J)){S=J;J=undefined}return{shortFlag:S,longFlag:J}}S.Option=Option;S.DualOptions=DualOptions},19266:(b,S)=>{const J=3;function editDistance(b,S){if(Math.abs(b.length-S.length)>J)return Math.max(b.length,S.length);const ee=[];for(let S=0;S<=b.length;S++){ee[S]=[S]}for(let b=0;b<=S.length;b++){ee[0][b]=b}for(let J=1;J<=S.length;J++){for(let te=1;te<=b.length;te++){let re=1;if(b[te-1]===S[J-1]){re=0}else{re=1}ee[te][J]=Math.min(ee[te-1][J]+1,ee[te][J-1]+1,ee[te-1][J-1]+re);if(te>1&&J>1&&b[te-1]===S[J-2]&&b[te-2]===S[J-1]){ee[te][J]=Math.min(ee[te][J],ee[te-2][J-2]+1)}}}return ee[b.length][S.length]}function suggestSimilar(b,S){if(!S||S.length===0)return"";S=Array.from(new Set(S));const ee=b.startsWith("--");if(ee){b=b.slice(2);S=S.map((b=>b.slice(2)))}let te=[];let re=J;const ne=.4;S.forEach((S=>{if(S.length<=1)return;const J=editDistance(b,S);const ee=Math.max(b.length,S.length);const ie=(ee-J)/ee;if(ie>ne){if(J<re){re=J;te=[S]}else if(J===re){te.push(S)}}}));te.sort(((b,S)=>b.localeCompare(S)));if(ee){te=te.map((b=>`--${b}`))}if(te.length>1){return`\n(Did you mean one of ${te.join(", ")}?)`}if(te.length===1){return`\n(Did you mean ${te[0]}?)`}return""}S.suggestSimilar=suggestSimilar},38809:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Glob=void 0;const ee=J(41133);const te=J(73136);const re=J(55125);const ne=J(12841);const ie=J(86089);const oe=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Glob{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(b,S){if(!S)throw new TypeError("glob options required");this.withFileTypes=!!S.withFileTypes;this.signal=S.signal;this.follow=!!S.follow;this.dot=!!S.dot;this.dotRelative=!!S.dotRelative;this.nodir=!!S.nodir;this.mark=!!S.mark;if(!S.cwd){this.cwd=""}else if(S.cwd instanceof URL||S.cwd.startsWith("file://")){S.cwd=(0,te.fileURLToPath)(S.cwd)}this.cwd=S.cwd||"";this.root=S.root;this.magicalBraces=!!S.magicalBraces;this.nobrace=!!S.nobrace;this.noext=!!S.noext;this.realpath=!!S.realpath;this.absolute=S.absolute;this.includeChildMatches=S.includeChildMatches!==false;this.noglobstar=!!S.noglobstar;this.matchBase=!!S.matchBase;this.maxDepth=typeof S.maxDepth==="number"?S.maxDepth:Infinity;this.stat=!!S.stat;this.ignore=S.ignore;if(this.withFileTypes&&this.absolute!==undefined){throw new Error("cannot set absolute and withFileTypes:true")}if(typeof b==="string"){b=[b]}this.windowsPathsNoEscape=!!S.windowsPathsNoEscape||S.allowWindowsEscape===false;if(this.windowsPathsNoEscape){b=b.map((b=>b.replace(/\\/g,"/")))}if(this.matchBase){if(S.noglobstar){throw new TypeError("base matching requires globstar")}b=b.map((b=>b.includes("/")?b:`./**/${b}`))}this.pattern=b;this.platform=S.platform||oe;this.opts={...S,platform:this.platform};if(S.scurry){this.scurry=S.scurry;if(S.nocase!==undefined&&S.nocase!==S.scurry.nocase){throw new Error("nocase option contradicts provided scurry option")}}else{const b=S.platform==="win32"?re.PathScurryWin32:S.platform==="darwin"?re.PathScurryDarwin:S.platform?re.PathScurryPosix:re.PathScurry;this.scurry=new b(this.cwd,{nocase:S.nocase,fs:S.fs})}this.nocase=this.scurry.nocase;const J=this.platform==="darwin"||this.platform==="win32";const ie={...S,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:J,nocomment:true,noext:this.noext,nonegate:true,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug};const se=this.pattern.map((b=>new ee.Minimatch(b,ie)));const[ae,ce]=se.reduce(((b,S)=>{b[0].push(...S.set);b[1].push(...S.globParts);return b}),[[],[]]);this.patterns=ae.map(((b,S)=>{const J=ce[S];if(!J)throw new Error("invalid pattern object");return new ne.Pattern(b,J,0,this.platform)}))}async walk(){return[...await new ie.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,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=Glob},96233:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.hasMagic=void 0;const ee=J(41133);const hasMagic=(b,S={})=>{if(!Array.isArray(b)){b=[b]}for(const J of b){if(new ee.Minimatch(J,S).hasMagic())return true}return false};S.hasMagic=hasMagic},36449:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Ignore=void 0;const ee=J(41133);const te=J(12841);const re=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Ignore{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(b,{nobrace:S,nocase:J,noext:ee,noglobstar:te,platform:ne=re}){this.relative=[];this.absolute=[];this.relativeChildren=[];this.absoluteChildren=[];this.platform=ne;this.mmopts={dot:true,nobrace:S,nocase:J,noext:ee,noglobstar:te,optimizationLevel:2,platform:ne,nocomment:true,nonegate:true};for(const S of b)this.add(S)}add(b){const S=new ee.Minimatch(b,this.mmopts);for(let b=0;b<S.set.length;b++){const J=S.set[b];const re=S.globParts[b];if(!J||!re){throw new Error("invalid pattern object")}while(J[0]==="."&&re[0]==="."){J.shift();re.shift()}const ne=new te.Pattern(J,re,0,this.platform);const ie=new ee.Minimatch(ne.globString(),this.mmopts);const oe=re[re.length-1]==="**";const se=ne.isAbsolute();if(se)this.absolute.push(ie);else this.relative.push(ie);if(oe){if(se)this.absoluteChildren.push(ie);else this.relativeChildren.push(ie)}}}ignored(b){const S=b.fullpath();const J=`${S}/`;const ee=b.relative()||".";const te=`${ee}/`;for(const b of this.relative){if(b.match(ee)||b.match(te))return true}for(const b of this.absolute){if(b.match(S)||b.match(J))return true}return false}childrenIgnored(b){const S=b.fullpath()+"/";const J=(b.relative()||".")+"/";for(const b of this.relativeChildren){if(b.match(J))return true}for(const b of this.absoluteChildren){if(b.match(S))return true}return false}}S.Ignore=Ignore},90447:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.glob=S.sync=S.iterate=S.iterateSync=S.stream=S.streamSync=S.Ignore=S.hasMagic=S.Glob=S.unescape=S.escape=void 0;S.globStreamSync=globStreamSync;S.globStream=globStream;S.globSync=globSync;S.globIterateSync=globIterateSync;S.globIterate=globIterate;const ee=J(41133);const te=J(38809);const re=J(96233);var ne=J(41133);Object.defineProperty(S,"escape",{enumerable:true,get:function(){return ne.escape}});Object.defineProperty(S,"unescape",{enumerable:true,get:function(){return ne.unescape}});var ie=J(38809);Object.defineProperty(S,"Glob",{enumerable:true,get:function(){return ie.Glob}});var oe=J(96233);Object.defineProperty(S,"hasMagic",{enumerable:true,get:function(){return oe.hasMagic}});var se=J(36449);Object.defineProperty(S,"Ignore",{enumerable:true,get:function(){return se.Ignore}});function globStreamSync(b,S={}){return new te.Glob(b,S).streamSync()}function globStream(b,S={}){return new te.Glob(b,S).stream()}function globSync(b,S={}){return new te.Glob(b,S).walkSync()}async function glob_(b,S={}){return new te.Glob(b,S).walk()}function globIterateSync(b,S={}){return new te.Glob(b,S).iterateSync()}function globIterate(b,S={}){return new te.Glob(b,S).iterate()}S.streamSync=globStreamSync;S.stream=Object.assign(globStream,{sync:globStreamSync});S.iterateSync=globIterateSync;S.iterate=Object.assign(globIterate,{sync:globIterateSync});S.sync=Object.assign(globSync,{stream:globStreamSync,iterate:globIterateSync});S.glob=Object.assign(glob_,{glob:glob_,globSync:globSync,sync:S.sync,globStream:globStream,stream:S.stream,globStreamSync:globStreamSync,streamSync:S.streamSync,globIterate:globIterate,iterate:S.iterate,globIterateSync:globIterateSync,iterateSync:S.iterateSync,Glob:te.Glob,hasMagic:re.hasMagic,escape:ee.escape,unescape:ee.unescape});S.glob.glob=S.glob},12841:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Pattern=void 0;const ee=J(41133);const isPatternList=b=>b.length>=1;const isGlobList=b=>b.length>=1;class Pattern{#n;#i;#o;length;#s;#a;#c;#l;#u;#p;#d=true;constructor(b,S,J,ee){if(!isPatternList(b)){throw new TypeError("empty pattern list")}if(!isGlobList(S)){throw new TypeError("empty glob list")}if(S.length!==b.length){throw new TypeError("mismatched pattern list and glob list lengths")}this.length=b.length;if(J<0||J>=this.length){throw new TypeError("index out of range")}this.#n=b;this.#i=S;this.#o=J;this.#s=ee;if(this.#o===0){if(this.isUNC()){const[b,S,J,ee,...te]=this.#n;const[re,ne,ie,oe,...se]=this.#i;if(te[0]===""){te.shift();se.shift()}const ae=[b,S,J,ee,""].join("/");const ce=[re,ne,ie,oe,""].join("/");this.#n=[ae,...te];this.#i=[ce,...se];this.length=this.#n.length}else if(this.isDrive()||this.isAbsolute()){const[b,...S]=this.#n;const[J,...ee]=this.#i;if(S[0]===""){S.shift();ee.shift()}const te=b+"/";const re=J+"/";this.#n=[te,...S];this.#i=[re,...ee];this.length=this.#n.length}}}pattern(){return this.#n[this.#o]}isString(){return typeof this.#n[this.#o]==="string"}isGlobstar(){return this.#n[this.#o]===ee.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(){if(this.#a!==undefined)return this.#a;if(!this.hasMore())return this.#a=null;this.#a=new Pattern(this.#n,this.#i,this.#o+1,this.#s);this.#a.#p=this.#p;this.#a.#u=this.#u;this.#a.#l=this.#l;return this.#a}isUNC(){const b=this.#n;return this.#u!==undefined?this.#u:this.#u=this.#s==="win32"&&this.#o===0&&b[0]===""&&b[1]===""&&typeof b[2]==="string"&&!!b[2]&&typeof b[3]==="string"&&!!b[3]}isDrive(){const b=this.#n;return this.#l!==undefined?this.#l:this.#l=this.#s==="win32"&&this.#o===0&&this.length>1&&typeof b[0]==="string"&&/^[a-z]:$/i.test(b[0])}isAbsolute(){const b=this.#n;return this.#p!==undefined?this.#p:this.#p=b[0]===""&&b.length>1||this.isDrive()||this.isUNC()}root(){const b=this.#n[0];return typeof b==="string"&&this.isAbsolute()&&this.#o===0?b:""}checkFollowGlobstar(){return!(this.#o===0||!this.isGlobstar()||!this.#d)}markFollowGlobstar(){if(this.#o===0||!this.isGlobstar()||!this.#d)return false;this.#d=false;return true}}S.Pattern=Pattern},87999:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.Processor=S.SubWalks=S.MatchRecord=S.HasWalkedCache=void 0;const ee=J(41133);class HasWalkedCache{store;constructor(b=new Map){this.store=b}copy(){return new HasWalkedCache(new Map(this.store))}hasWalked(b,S){return this.store.get(b.fullpath())?.has(S.globString())}storeWalked(b,S){const J=b.fullpath();const ee=this.store.get(J);if(ee)ee.add(S.globString());else this.store.set(J,new Set([S.globString()]))}}S.HasWalkedCache=HasWalkedCache;class MatchRecord{store=new Map;add(b,S,J){const ee=(S?2:0)|(J?1:0);const te=this.store.get(b);this.store.set(b,te===undefined?ee:ee&te)}entries(){return[...this.store.entries()].map((([b,S])=>[b,!!(S&2),!!(S&1)]))}}S.MatchRecord=MatchRecord;class SubWalks{store=new Map;add(b,S){if(!b.canReaddir()){return}const J=this.store.get(b);if(J){if(!J.find((b=>b.globString()===S.globString()))){J.push(S)}}else this.store.set(b,[S])}get(b){const S=this.store.get(b);if(!S){throw new Error("attempting to walk unknown path")}return S}entries(){return this.keys().map((b=>[b,this.store.get(b)]))}keys(){return[...this.store.keys()].filter((b=>b.canReaddir()))}}S.SubWalks=SubWalks;class Processor{hasWalkedCache;matches=new MatchRecord;subwalks=new SubWalks;patterns;follow;dot;opts;constructor(b,S){this.opts=b;this.follow=!!b.follow;this.dot=!!b.dot;this.hasWalkedCache=S?S.copy():new HasWalkedCache}processPatterns(b,S){this.patterns=S;const J=S.map((S=>[b,S]));for(let[b,S]of J){this.hasWalkedCache.storeWalked(b,S);const J=S.root();const te=S.isAbsolute()&&this.opts.absolute!==false;if(J){b=b.resolve(J==="/"&&this.opts.root!==undefined?this.opts.root:J);const ee=S.rest();if(!ee){this.matches.add(b,true,false);continue}else{S=ee}}if(b.isENOENT())continue;let re;let ne;let ie=false;while(typeof(re=S.pattern())==="string"&&(ne=S.rest())){const J=b.resolve(re);b=J;S=ne;ie=true}re=S.pattern();ne=S.rest();if(ie){if(this.hasWalkedCache.hasWalked(b,S))continue;this.hasWalkedCache.storeWalked(b,S)}if(typeof re==="string"){const S=re===".."||re===""||re===".";this.matches.add(b.resolve(re),te,S);continue}else if(re===ee.GLOBSTAR){if(!b.isSymbolicLink()||this.follow||S.checkFollowGlobstar()){this.subwalks.add(b,S)}const J=ne?.pattern();const ee=ne?.rest();if(!ne||(J===""||J===".")&&!ee){this.matches.add(b,te,J===""||J===".")}else{if(J===".."){const S=b.parent||b;if(!ee)this.matches.add(S,te,true);else if(!this.hasWalkedCache.hasWalked(S,ee)){this.subwalks.add(S,ee)}}}}else if(re instanceof RegExp){this.subwalks.add(b,S)}}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new Processor(this.opts,this.hasWalkedCache)}filterEntries(b,S){const J=this.subwalks.get(b);const te=this.child();for(const b of S){for(const S of J){const J=S.isAbsolute();const re=S.pattern();const ne=S.rest();if(re===ee.GLOBSTAR){te.testGlobstar(b,S,ne,J)}else if(re instanceof RegExp){te.testRegExp(b,re,ne,J)}else{te.testString(b,re,ne,J)}}}return te}testGlobstar(b,S,J,ee){if(this.dot||!b.name.startsWith(".")){if(!S.hasMore()){this.matches.add(b,ee,false)}if(b.canReaddir()){if(this.follow||!b.isSymbolicLink()){this.subwalks.add(b,S)}else if(b.isSymbolicLink()){if(J&&S.checkFollowGlobstar()){this.subwalks.add(b,J)}else if(S.markFollowGlobstar()){this.subwalks.add(b,S)}}}}if(J){const S=J.pattern();if(typeof S==="string"&&S!==".."&&S!==""&&S!=="."){this.testString(b,S,J.rest(),ee)}else if(S===".."){const S=b.parent||b;this.subwalks.add(S,J)}else if(S instanceof RegExp){this.testRegExp(b,S,J.rest(),ee)}}}testRegExp(b,S,J,ee){if(!S.test(b.name))return;if(!J){this.matches.add(b,ee,false)}else{this.subwalks.add(b,J)}}testString(b,S,J,ee){if(!b.isNamed(S))return;if(!J){this.matches.add(b,ee,false)}else{this.subwalks.add(b,J)}}}S.Processor=Processor},86089:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.GlobStream=S.GlobWalker=S.GlobUtil=void 0;const ee=J(71031);const te=J(36449);const re=J(87999);const makeIgnore=(b,S)=>typeof b==="string"?new te.Ignore([b],S):Array.isArray(b)?new te.Ignore(b,S):b;class GlobUtil{path;patterns;opts;seen=new Set;paused=false;aborted=false;#f=[];#m;#g;signal;maxDepth;includeChildMatches;constructor(b,S,J){this.patterns=b;this.path=S;this.opts=J;this.#g=!J.posix&&J.platform==="win32"?"\\":"/";this.includeChildMatches=J.includeChildMatches!==false;if(J.ignore||!this.includeChildMatches){this.#m=makeIgnore(J.ignore??[],J);if(!this.includeChildMatches&&typeof this.#m.add!=="function"){const b="cannot ignore child matches, ignore lacks add() method.";throw new Error(b)}}this.maxDepth=J.maxDepth||Infinity;if(J.signal){this.signal=J.signal;this.signal.addEventListener("abort",(()=>{this.#f.length=0}))}}#h(b){return this.seen.has(b)||!!this.#m?.ignored?.(b)}#_(b){return!!this.#m?.childrenIgnored?.(b)}pause(){this.paused=true}resume(){if(this.signal?.aborted)return;this.paused=false;let b=undefined;while(!this.paused&&(b=this.#f.shift())){b()}}onResume(b){if(this.signal?.aborted)return;if(!this.paused){b()}else{this.#f.push(b)}}async matchCheck(b,S){if(S&&this.opts.nodir)return undefined;let J;if(this.opts.realpath){J=b.realpathCached()||await b.realpath();if(!J)return undefined;b=J}const ee=b.isUnknown()||this.opts.stat;const te=ee?await b.lstat():b;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){const b=await te.realpath();if(b&&(b.isUnknown()||this.opts.stat)){await b.lstat()}}return this.matchCheckTest(te,S)}matchCheckTest(b,S){return b&&(this.maxDepth===Infinity||b.depth()<=this.maxDepth)&&(!S||b.canReaddir())&&(!this.opts.nodir||!b.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!b.isSymbolicLink()||!b.realpathCached()?.isDirectory())&&!this.#h(b)?b:undefined}matchCheckSync(b,S){if(S&&this.opts.nodir)return undefined;let J;if(this.opts.realpath){J=b.realpathCached()||b.realpathSync();if(!J)return undefined;b=J}const ee=b.isUnknown()||this.opts.stat;const te=ee?b.lstatSync():b;if(this.opts.follow&&this.opts.nodir&&te?.isSymbolicLink()){const b=te.realpathSync();if(b&&(b?.isUnknown()||this.opts.stat)){b.lstatSync()}}return this.matchCheckTest(te,S)}matchFinish(b,S){if(this.#h(b))return;if(!this.includeChildMatches&&this.#m?.add){const S=`${b.relativePosix()}/**`;this.#m.add(S)}const J=this.opts.absolute===undefined?S:this.opts.absolute;this.seen.add(b);const ee=this.opts.mark&&b.isDirectory()?this.#g:"";if(this.opts.withFileTypes){this.matchEmit(b)}else if(J){const S=this.opts.posix?b.fullpathPosix():b.fullpath();this.matchEmit(S+ee)}else{const S=this.opts.posix?b.relativePosix():b.relative();const J=this.opts.dotRelative&&!S.startsWith(".."+this.#g)?"."+this.#g:"";this.matchEmit(!S?"."+ee:J+S+ee)}}async match(b,S,J){const ee=await this.matchCheck(b,J);if(ee)this.matchFinish(ee,S)}matchSync(b,S,J){const ee=this.matchCheckSync(b,J);if(ee)this.matchFinish(ee,S)}walkCB(b,S,J){if(this.signal?.aborted)J();this.walkCB2(b,S,new re.Processor(this.opts),J)}walkCB2(b,S,J,ee){if(this.#_(b))return ee();if(this.signal?.aborted)ee();if(this.paused){this.onResume((()=>this.walkCB2(b,S,J,ee)));return}J.processPatterns(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;te++;this.match(b,S,ee).then((()=>next()))}for(const b of J.subwalkTargets()){if(this.maxDepth!==Infinity&&b.depth()>=this.maxDepth){continue}te++;const S=b.readdirCached();if(b.calledReaddir())this.walkCB3(b,S,J,next);else{b.readdirCB(((S,ee)=>this.walkCB3(b,ee,J,next)),true)}}next()}walkCB3(b,S,J,ee){J=J.filterEntries(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;te++;this.match(b,S,ee).then((()=>next()))}for(const[b,S]of J.subwalks.entries()){te++;this.walkCB2(b,S,J.child(),next)}next()}walkCBSync(b,S,J){if(this.signal?.aborted)J();this.walkCB2Sync(b,S,new re.Processor(this.opts),J)}walkCB2Sync(b,S,J,ee){if(this.#_(b))return ee();if(this.signal?.aborted)ee();if(this.paused){this.onResume((()=>this.walkCB2Sync(b,S,J,ee)));return}J.processPatterns(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;this.matchSync(b,S,ee)}for(const b of J.subwalkTargets()){if(this.maxDepth!==Infinity&&b.depth()>=this.maxDepth){continue}te++;const S=b.readdirSync();this.walkCB3Sync(b,S,J,next)}next()}walkCB3Sync(b,S,J,ee){J=J.filterEntries(b,S);let te=1;const next=()=>{if(--te===0)ee()};for(const[b,S,ee]of J.matches.entries()){if(this.#h(b))continue;this.matchSync(b,S,ee)}for(const[b,S]of J.subwalks.entries()){te++;this.walkCB2Sync(b,S,J.child(),next)}next()}}S.GlobUtil=GlobUtil;class GlobWalker extends GlobUtil{matches=new Set;constructor(b,S,J){super(b,S,J)}matchEmit(b){this.matches.add(b)}async walk(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){await this.path.lstat()}await new Promise(((b,S)=>{this.walkCB(this.path,this.patterns,(()=>{if(this.signal?.aborted){S(this.signal.reason)}else{b(this.matches)}}))}));return this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason}));return this.matches}}S.GlobWalker=GlobWalker;class GlobStream extends GlobUtil{results;constructor(b,S,J){super(b,S,J);this.results=new ee.Minipass({signal:this.signal,objectMode:true});this.results.on("drain",(()=>this.resume()));this.results.on("resume",(()=>this.resume()))}matchEmit(b){this.results.write(b);if(!this.results.flowing)this.pause()}stream(){const b=this.path;if(b.isUnknown()){b.lstat().then((()=>{this.walkCB(b,this.patterns,(()=>this.results.end()))}))}else{this.walkCB(b,this.patterns,(()=>this.results.end()))}return this.results}streamSync(){if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>this.results.end()));return this.results}}S.GlobStream=GlobStream},70343:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.range=S.balanced=void 0;const balanced=(b,J,ee)=>{const te=b instanceof RegExp?maybeMatch(b,ee):b;const re=J instanceof RegExp?maybeMatch(J,ee):J;const ne=te!==null&&re!=null&&(0,S.range)(te,re,ee);return ne&&{start:ne[0],end:ne[1],pre:ee.slice(0,ne[0]),body:ee.slice(ne[0]+te.length,ne[1]),post:ee.slice(ne[1]+re.length)}};S.balanced=balanced;const maybeMatch=(b,S)=>{const J=S.match(b);return J?J[0]:null};const range=(b,S,J)=>{let ee,te,re,ne=undefined,ie;let oe=J.indexOf(b);let se=J.indexOf(S,oe+1);let ae=oe;if(oe>=0&&se>0){if(b===S){return[oe,se]}ee=[];re=J.length;while(ae>=0&&!ie){if(ae===oe){ee.push(ae);oe=J.indexOf(b,ae+1)}else if(ee.length===1){const b=ee.pop();if(b!==undefined)ie=[b,se]}else{te=ee.pop();if(te!==undefined&&te<re){re=te;ne=se}se=J.indexOf(S,ae+1)}ae=oe<se&&oe>=0?oe:se}if(ee.length&&ne!==undefined){ie=[re,ne]}}return ie};S.range=range},91502:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.EXPANSION_MAX=void 0;S.expand=expand;const ee=J(70343);const te="\0SLASH"+Math.random()+"\0";const re="\0OPEN"+Math.random()+"\0";const ne="\0CLOSE"+Math.random()+"\0";const ie="\0COMMA"+Math.random()+"\0";const oe="\0PERIOD"+Math.random()+"\0";const se=new RegExp(te,"g");const ae=new RegExp(re,"g");const ce=new RegExp(ne,"g");const le=new RegExp(ie,"g");const ue=new RegExp(oe,"g");const pe=/\\\\/g;const de=/\\{/g;const fe=/\\}/g;const me=/\\,/g;const ge=/\\./g;S.EXPANSION_MAX=1e5;function numeric(b){return!isNaN(b)?parseInt(b,10):b.charCodeAt(0)}function escapeBraces(b){return b.replace(pe,te).replace(de,re).replace(fe,ne).replace(me,ie).replace(ge,oe)}function unescapeBraces(b){return b.replace(se,"\\").replace(ae,"{").replace(ce,"}").replace(le,",").replace(ue,".")}function parseCommaParts(b){if(!b){return[""]}const S=[];const J=(0,ee.balanced)("{","}",b);if(!J){return b.split(",")}const{pre:te,body:re,post:ne}=J;const ie=te.split(",");ie[ie.length-1]+="{"+re+"}";const oe=parseCommaParts(ne);if(ne.length){ie[ie.length-1]+=oe.shift();ie.push.apply(ie,oe)}S.push.apply(S,ie);return S}function expand(b,J={}){if(!b){return[]}const{max:ee=S.EXPANSION_MAX}=J;if(b.slice(0,2)==="{}"){b="\\{\\}"+b.slice(2)}return expand_(escapeBraces(b),ee,true).map(unescapeBraces)}function embrace(b){return"{"+b+"}"}function isPadded(b){return/^-?0\d/.test(b)}function lte(b,S){return b<=S}function gte(b,S){return b>=S}function expand_(b,S,J){const te=[];const re=(0,ee.balanced)("{","}",b);if(!re)return[b];const ie=re.pre;const oe=re.post.length?expand_(re.post,S,false):[""];if(/\$$/.test(re.pre)){for(let b=0;b<oe.length&&b<S;b++){const S=ie+"{"+re.body+"}"+oe[b];te.push(S)}}else{const ee=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(re.body);const se=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(re.body);const ae=ee||se;const ce=re.body.indexOf(",")>=0;if(!ae&&!ce){if(re.post.match(/,(?!,).*\}/)){b=re.pre+"{"+re.body+ne+re.post;return expand_(b,S,true)}return[b]}let le;if(ae){le=re.body.split(/\.\./)}else{le=parseCommaParts(re.body);if(le.length===1&&le[0]!==undefined){le=expand_(le[0],S,false).map(embrace);if(le.length===1){return oe.map((b=>re.pre+le[0]+b))}}}let ue;if(ae&&le[0]!==undefined&&le[1]!==undefined){const b=numeric(le[0]);const S=numeric(le[1]);const J=Math.max(le[0].length,le[1].length);let ee=le.length===3&&le[2]!==undefined?Math.abs(numeric(le[2])):1;let te=lte;const re=S<b;if(re){ee*=-1;te=gte}const ne=le.some(isPadded);ue=[];for(let re=b;te(re,S);re+=ee){let b;if(se){b=String.fromCharCode(re);if(b==="\\"){b=""}}else{b=String(re);if(ne){const S=J-b.length;if(S>0){const J=new Array(S+1).join("0");if(re<0){b="-"+J+b.slice(1)}else{b=J+b}}}}ue.push(b)}}else{ue=[];for(let b=0;b<le.length;b++){ue.push.apply(ue,expand_(le[b],S,false))}}for(let b=0;b<ue.length;b++){for(let ee=0;ee<oe.length&&te.length<S;ee++){const S=ie+ue[b]+oe[ee];if(!J||ae||S){te.push(S)}}}}return te}},85395:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.assertValidPattern=void 0;const J=1024*64;const assertValidPattern=b=>{if(typeof b!=="string"){throw new TypeError("invalid pattern")}if(b.length>J){throw new TypeError("pattern is too long")}};S.assertValidPattern=assertValidPattern},37173:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.AST=void 0;const ee=J(56268);const te=J(1041);const re=new Set(["!","?","+","*","@"]);const isExtglobType=b=>re.has(b);const ne="(?!(?:^|/)\\.\\.?(?:$|/))";const ie="(?!\\.)";const oe=new Set(["[","."]);const se=new Set(["..","."]);const ae=new Set("().*{}+?[]^$\\!");const regExpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const ce="[^/]";const le=ce+"*?";const ue=ce+"+?";class AST{type;#y;#v;#T=false;#b=[];#S;#x;#E;#C=false;#P;#N;#A=false;constructor(b,S,J={}){this.type=b;if(b)this.#v=true;this.#S=S;this.#y=this.#S?this.#S.#y:this;this.#P=this.#y===this?J:this.#y.#P;this.#E=this.#y===this?[]:this.#y.#E;if(b==="!"&&!this.#y.#C)this.#E.push(this);this.#x=this.#S?this.#S.#b.length:0}get hasMagic(){if(this.#v!==undefined)return this.#v;for(const b of this.#b){if(typeof b==="string")continue;if(b.type||b.hasMagic)return this.#v=true}return this.#v}toString(){if(this.#N!==undefined)return this.#N;if(!this.type){return this.#N=this.#b.map((b=>String(b))).join("")}else{return this.#N=this.type+"("+this.#b.map((b=>String(b))).join("|")+")"}}#k(){if(this!==this.#y)throw new Error("should only call on root");if(this.#C)return this;this.toString();this.#C=true;let b;while(b=this.#E.pop()){if(b.type!=="!")continue;let S=b;let J=S.#S;while(J){for(let ee=S.#x+1;!J.type&&ee<J.#b.length;ee++){for(const S of b.#b){if(typeof S==="string"){throw new Error("string part in extglob AST??")}S.copyIn(J.#b[ee])}}S=J;J=S.#S}}return this}push(...b){for(const S of b){if(S==="")continue;if(typeof S!=="string"&&!(S instanceof AST&&S.#S===this)){throw new Error("invalid part: "+S)}this.#b.push(S)}}toJSON(){const b=this.type===null?this.#b.slice().map((b=>typeof b==="string"?b:b.toJSON())):[this.type,...this.#b.map((b=>b.toJSON()))];if(this.isStart()&&!this.type)b.unshift([]);if(this.isEnd()&&(this===this.#y||this.#y.#C&&this.#S?.type==="!")){b.push({})}return b}isStart(){if(this.#y===this)return true;if(!this.#S?.isStart())return false;if(this.#x===0)return true;const b=this.#S;for(let S=0;S<this.#x;S++){const J=b.#b[S];if(!(J instanceof AST&&J.type==="!")){return false}}return true}isEnd(){if(this.#y===this)return true;if(this.#S?.type==="!")return true;if(!this.#S?.isEnd())return false;if(!this.type)return this.#S?.isEnd();const b=this.#S?this.#S.#b.length:0;return this.#x===b-1}copyIn(b){if(typeof b==="string")this.push(b);else this.push(b.clone(this))}clone(b){const S=new AST(this.type,b);for(const b of this.#b){S.copyIn(b)}return S}static#D(b,S,J,ee){let te=false;let re=false;let ne=-1;let ie=false;if(S.type===null){let oe=J;let se="";while(oe<b.length){const J=b.charAt(oe++);if(te||J==="\\"){te=!te;se+=J;continue}if(re){if(oe===ne+1){if(J==="^"||J==="!"){ie=true}}else if(J==="]"&&!(oe===ne+2&&ie)){re=false}se+=J;continue}else if(J==="["){re=true;ne=oe;ie=false;se+=J;continue}if(!ee.noext&&isExtglobType(J)&&b.charAt(oe)==="("){S.push(se);se="";const te=new AST(J,S);oe=AST.#D(b,te,oe,ee);S.push(te);continue}se+=J}S.push(se);return oe}let oe=J+1;let se=new AST(null,S);const ae=[];let ce="";while(oe<b.length){const J=b.charAt(oe++);if(te||J==="\\"){te=!te;ce+=J;continue}if(re){if(oe===ne+1){if(J==="^"||J==="!"){ie=true}}else if(J==="]"&&!(oe===ne+2&&ie)){re=false}ce+=J;continue}else if(J==="["){re=true;ne=oe;ie=false;ce+=J;continue}if(isExtglobType(J)&&b.charAt(oe)==="("){se.push(ce);ce="";const S=new AST(J,se);se.push(S);oe=AST.#D(b,S,oe,ee);continue}if(J==="|"){se.push(ce);ce="";ae.push(se);se=new AST(null,S);continue}if(J===")"){if(ce===""&&S.#b.length===0){S.#A=true}se.push(ce);ce="";S.push(...ae,se);return oe}ce+=J}S.type=null;S.#v=undefined;S.#b=[b.substring(J-1)];return oe}static fromGlob(b,S={}){const J=new AST(null,undefined,S);AST.#D(b,J,0,S);return J}toMMPattern(){if(this!==this.#y)return this.#y.toMMPattern();const b=this.toString();const[S,J,ee,te]=this.toRegExpSource();const re=ee||this.#v||this.#P.nocase&&!this.#P.nocaseMagicOnly&&b.toUpperCase()!==b.toLowerCase();if(!re){return J}const ne=(this.#P.nocase?"i":"")+(te?"u":"");return Object.assign(new RegExp(`^${S}$`,ne),{_src:S,_glob:b})}get options(){return this.#P}toRegExpSource(b){const S=b??!!this.#P.dot;if(this.#y===this)this.#k();if(!this.type){const J=this.isStart()&&this.isEnd()&&!this.#b.some((b=>typeof b!=="string"));const ee=this.#b.map((S=>{const[ee,te,re,ne]=typeof S==="string"?AST.#I(S,this.#v,J):S.toRegExpSource(b);this.#v=this.#v||re;this.#T=this.#T||ne;return ee})).join("");let re="";if(this.isStart()){if(typeof this.#b[0]==="string"){const J=this.#b.length===1&&se.has(this.#b[0]);if(!J){const J=oe;const te=S&&J.has(ee.charAt(0))||ee.startsWith("\\.")&&J.has(ee.charAt(2))||ee.startsWith("\\.\\.")&&J.has(ee.charAt(4));const se=!S&&!b&&J.has(ee.charAt(0));re=te?ne:se?ie:""}}}let ae="";if(this.isEnd()&&this.#y.#C&&this.#S?.type==="!"){ae="(?:$|\\/)"}const ce=re+ee+ae;return[ce,(0,te.unescape)(ee),this.#v=!!this.#v,this.#T]}const J=this.type==="*"||this.type==="+";const ee=this.type==="!"?"(?:(?!(?:":"(?:";let re=this.#F(S);if(this.isStart()&&this.isEnd()&&!re&&this.type!=="!"){const b=this.toString();this.#b=[b];this.type=null;this.#v=undefined;return[b,(0,te.unescape)(this.toString()),false,false]}let ae=!J||b||S||!ie?"":this.#F(true);if(ae===re){ae=""}if(ae){re=`(?:${re})(?:${ae})*?`}let ce="";if(this.type==="!"&&this.#A){ce=(this.isStart()&&!S?ie:"")+ue}else{const J=this.type==="!"?"))"+(this.isStart()&&!S&&!b?ie:"")+le+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&ae?")":this.type==="*"&&ae?`)?`:`)${this.type}`;ce=ee+re+J}return[ce,(0,te.unescape)(re),this.#v=!!this.#v,this.#T]}#F(b){return this.#b.map((S=>{if(typeof S==="string"){throw new Error("string type in extglob ast??")}const[J,ee,te,re]=S.toRegExpSource(b);this.#T=this.#T||re;return J})).filter((b=>!(this.isStart()&&this.isEnd())||!!b)).join("|")}static#I(b,S,J=false){let re=false;let ne="";let ie=false;let oe=false;for(let te=0;te<b.length;te++){const se=b.charAt(te);if(re){re=false;ne+=(ae.has(se)?"\\":"")+se;continue}if(se==="*"){if(oe)continue;oe=true;ne+=J&&/^[*]+$/.test(b)?ue:le;S=true;continue}else{oe=false}if(se==="\\"){if(te===b.length-1){ne+="\\\\"}else{re=true}continue}if(se==="["){const[J,re,oe,se]=(0,ee.parseClass)(b,te);if(oe){ne+=J;ie=ie||re;te+=oe-1;S=S||se;continue}}if(se==="?"){ne+=ce;S=true;continue}ne+=regExpEscape(se)}return[ne,(0,te.unescape)(b),!!S,ie]}}S.AST=AST},56268:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.parseClass=void 0;const J={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",true],"[:alpha:]":["\\p{L}\\p{Nl}",true],"[:ascii:]":["\\x"+"00-\\x"+"7f",false],"[:blank:]":["\\p{Zs}\\t",true],"[:cntrl:]":["\\p{Cc}",true],"[:digit:]":["\\p{Nd}",true],"[:graph:]":["\\p{Z}\\p{C}",true,true],"[:lower:]":["\\p{Ll}",true],"[:print:]":["\\p{C}",true],"[:punct:]":["\\p{P}",true],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",true],"[:upper:]":["\\p{Lu}",true],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",true],"[:xdigit:]":["A-Fa-f0-9",false]};const braceEscape=b=>b.replace(/[[\]\\-]/g,"\\$&");const regexpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const rangesToString=b=>b.join("");const parseClass=(b,S)=>{const ee=S;if(b.charAt(ee)!=="["){throw new Error("not in a brace expression")}const te=[];const re=[];let ne=ee+1;let ie=false;let oe=false;let se=false;let ae=false;let ce=ee;let le="";e:while(ne<b.length){const S=b.charAt(ne);if((S==="!"||S==="^")&&ne===ee+1){ae=true;ne++;continue}if(S==="]"&&ie&&!se){ce=ne+1;break}ie=true;if(S==="\\"){if(!se){se=true;ne++;continue}}if(S==="["&&!se){for(const[S,[ie,se,ae]]of Object.entries(J)){if(b.startsWith(S,ne)){if(le){return["$.",false,b.length-ee,true]}ne+=S.length;if(ae)re.push(ie);else te.push(ie);oe=oe||se;continue e}}}se=false;if(le){if(S>le){te.push(braceEscape(le)+"-"+braceEscape(S))}else if(S===le){te.push(braceEscape(S))}le="";ne++;continue}if(b.startsWith("-]",ne+1)){te.push(braceEscape(S+"-"));ne+=2;continue}if(b.startsWith("-",ne+1)){le=S;ne+=2;continue}te.push(braceEscape(S));ne++}if(ce<ne){return["",false,0,false]}if(!te.length&&!re.length){return["$.",false,b.length-ee,true]}if(re.length===0&&te.length===1&&/^\\?.$/.test(te[0])&&!ae){const b=te[0].length===2?te[0].slice(-1):te[0];return[regexpEscape(b),false,ce-ee,false]}const ue="["+(ae?"^":"")+rangesToString(te)+"]";const pe="["+(ae?"":"^")+rangesToString(re)+"]";const de=te.length&&re.length?"("+ue+"|"+pe+")":te.length?ue:pe;return[de,oe,ce-ee,true]};S.parseClass=parseClass},11170:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.escape=void 0;const escape=(b,{windowsPathsNoEscape:S=false,magicalBraces:J=false}={})=>{if(J){return S?b.replace(/[?*()[\]{}]/g,"[$&]"):b.replace(/[?*()[\]\\{}]/g,"\\$&")}return S?b.replace(/[?*()[\]]/g,"[$&]"):b.replace(/[?*()[\]\\]/g,"\\$&")};S.escape=escape},41133:(b,S,J)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});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;const ee=J(91502);const te=J(85395);const re=J(37173);const ne=J(11170);const ie=J(1041);const minimatch=(b,S,J={})=>{(0,te.assertValidPattern)(S);if(!J.nocomment&&S.charAt(0)==="#"){return false}return new Minimatch(S,J).match(b)};S.minimatch=minimatch;const oe=/^\*+([^+@!?\*\[\(]*)$/;const starDotExtTest=b=>S=>!S.startsWith(".")&&S.endsWith(b);const starDotExtTestDot=b=>S=>S.endsWith(b);const starDotExtTestNocase=b=>{b=b.toLowerCase();return S=>!S.startsWith(".")&&S.toLowerCase().endsWith(b)};const starDotExtTestNocaseDot=b=>{b=b.toLowerCase();return S=>S.toLowerCase().endsWith(b)};const se=/^\*+\.\*+$/;const starDotStarTest=b=>!b.startsWith(".")&&b.includes(".");const starDotStarTestDot=b=>b!=="."&&b!==".."&&b.includes(".");const ae=/^\.\*+$/;const dotStarTest=b=>b!=="."&&b!==".."&&b.startsWith(".");const ce=/^\*+$/;const starTest=b=>b.length!==0&&!b.startsWith(".");const starTestDot=b=>b.length!==0&&b!=="."&&b!=="..";const le=/^\?+([^+@!?\*\[\(]*)?$/;const qmarksTestNocase=([b,S=""])=>{const J=qmarksTestNoExt([b]);if(!S)return J;S=S.toLowerCase();return b=>J(b)&&b.toLowerCase().endsWith(S)};const qmarksTestNocaseDot=([b,S=""])=>{const J=qmarksTestNoExtDot([b]);if(!S)return J;S=S.toLowerCase();return b=>J(b)&&b.toLowerCase().endsWith(S)};const qmarksTestDot=([b,S=""])=>{const J=qmarksTestNoExtDot([b]);return!S?J:b=>J(b)&&b.endsWith(S)};const qmarksTest=([b,S=""])=>{const J=qmarksTestNoExt([b]);return!S?J:b=>J(b)&&b.endsWith(S)};const qmarksTestNoExt=([b])=>{const S=b.length;return b=>b.length===S&&!b.startsWith(".")};const qmarksTestNoExtDot=([b])=>{const S=b.length;return b=>b.length===S&&b!=="."&&b!==".."};const ue=typeof process==="object"&&process?typeof process.env==="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";const pe={win32:{sep:"\\"},posix:{sep:"/"}};S.sep=ue==="win32"?pe.win32.sep:pe.posix.sep;S.minimatch.sep=S.sep;S.GLOBSTAR=Symbol("globstar **");S.minimatch.GLOBSTAR=S.GLOBSTAR;const de="[^/]";const fe=de+"*?";const me="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";const ge="(?:(?!(?:\\/|^)\\.).)*?";const filter=(b,J={})=>ee=>(0,S.minimatch)(ee,b,J);S.filter=filter;S.minimatch.filter=S.filter;const ext=(b,S={})=>Object.assign({},b,S);const defaults=b=>{if(!b||typeof b!=="object"||!Object.keys(b).length){return S.minimatch}const J=S.minimatch;const m=(S,ee,te={})=>J(S,ee,ext(b,te));return Object.assign(m,{Minimatch:class Minimatch extends J.Minimatch{constructor(S,J={}){super(S,ext(b,J))}static defaults(S){return J.defaults(ext(b,S)).Minimatch}},AST:class AST extends J.AST{constructor(S,J,ee={}){super(S,J,ext(b,ee))}static fromGlob(S,ee={}){return J.AST.fromGlob(S,ext(b,ee))}},unescape:(S,ee={})=>J.unescape(S,ext(b,ee)),escape:(S,ee={})=>J.escape(S,ext(b,ee)),filter:(S,ee={})=>J.filter(S,ext(b,ee)),defaults:S=>J.defaults(ext(b,S)),makeRe:(S,ee={})=>J.makeRe(S,ext(b,ee)),braceExpand:(S,ee={})=>J.braceExpand(S,ext(b,ee)),match:(S,ee,te={})=>J.match(S,ee,ext(b,te)),sep:J.sep,GLOBSTAR:S.GLOBSTAR})};S.defaults=defaults;S.minimatch.defaults=S.defaults;const braceExpand=(b,S={})=>{(0,te.assertValidPattern)(b);if(S.nobrace||!/\{(?:(?!\{).)*\}/.test(b)){return[b]}return(0,ee.expand)(b,{max:S.braceExpandMax})};S.braceExpand=braceExpand;S.minimatch.braceExpand=S.braceExpand;const makeRe=(b,S={})=>new Minimatch(b,S).makeRe();S.makeRe=makeRe;S.minimatch.makeRe=S.makeRe;const match=(b,S,J={})=>{const ee=new Minimatch(S,J);b=b.filter((b=>ee.match(b)));if(ee.options.nonull&&!b.length){b.push(S)}return b};S.match=match;S.minimatch.match=S.match;const he=/[?*]|[+@!]\(.*?\)|\[|\]/;const regExpEscape=b=>b.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");class Minimatch{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(b,S={}){(0,te.assertValidPattern)(b);S=S||{};this.options=S;this.pattern=b;this.platform=S.platform||ue;this.isWindows=this.platform==="win32";const J="allowWindow"+"sEscape";this.windowsPathsNoEscape=!!S.windowsPathsNoEscape||S[J]===false;if(this.windowsPathsNoEscape){this.pattern=this.pattern.replace(/\\/g,"/")}this.preserveMultipleSlashes=!!S.preserveMultipleSlashes;this.regexp=null;this.negate=false;this.nonegate=!!S.nonegate;this.comment=false;this.empty=false;this.partial=!!S.partial;this.nocase=!!this.options.nocase;this.windowsNoMagicRoot=S.windowsNoMagicRoot!==undefined?S.windowsNoMagicRoot:!!(this.isWindows&&this.nocase);this.globSet=[];this.globParts=[];this.set=[];this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1){return true}for(const b of this.set){for(const S of b){if(typeof S!=="string")return true}}return false}debug(...b){}make(){const b=this.pattern;const S=this.options;if(!S.nocomment&&b.charAt(0)==="#"){this.comment=true;return}if(!b){this.empty=true;return}this.parseNegate();this.globSet=[...new Set(this.braceExpand())];if(S.debug){this.debug=(...b)=>console.error(...b)}this.debug(this.pattern,this.globSet);const J=this.globSet.map((b=>this.slashSplit(b)));this.globParts=this.preprocess(J);this.debug(this.pattern,this.globParts);let ee=this.globParts.map(((b,S,J)=>{if(this.isWindows&&this.windowsNoMagicRoot){const S=b[0]===""&&b[1]===""&&(b[2]==="?"||!he.test(b[2]))&&!he.test(b[3]);const J=/^[a-z]:/i.test(b[0]);if(S){return[...b.slice(0,4),...b.slice(4).map((b=>this.parse(b)))]}else if(J){return[b[0],...b.slice(1).map((b=>this.parse(b)))]}}return b.map((b=>this.parse(b)))}));this.debug(this.pattern,ee);this.set=ee.filter((b=>b.indexOf(false)===-1));if(this.isWindows){for(let b=0;b<this.set.length;b++){const S=this.set[b];if(S[0]===""&&S[1]===""&&this.globParts[b][2]==="?"&&typeof S[3]==="string"&&/^[a-z]:$/i.test(S[3])){S[2]="?"}}}this.debug(this.pattern,this.set)}preprocess(b){if(this.options.noglobstar){for(let S=0;S<b.length;S++){for(let J=0;J<b[S].length;J++){if(b[S][J]==="**"){b[S][J]="*"}}}}const{optimizationLevel:S=1}=this.options;if(S>=2){b=this.firstPhasePreProcess(b);b=this.secondPhasePreProcess(b)}else if(S>=1){b=this.levelOneOptimize(b)}else{b=this.adjascentGlobstarOptimize(b)}return b}adjascentGlobstarOptimize(b){return b.map((b=>{let S=-1;while(-1!==(S=b.indexOf("**",S+1))){let J=S;while(b[J+1]==="**"){J++}if(J!==S){b.splice(S,J-S)}}return b}))}levelOneOptimize(b){return b.map((b=>{b=b.reduce(((b,S)=>{const J=b[b.length-1];if(S==="**"&&J==="**"){return b}if(S===".."){if(J&&J!==".."&&J!=="."&&J!=="**"){b.pop();return b}}b.push(S);return b}),[]);return b.length===0?[""]:b}))}levelTwoFileOptimize(b){if(!Array.isArray(b)){b=this.slashSplit(b)}let S=false;do{S=false;if(!this.preserveMultipleSlashes){for(let J=1;J<b.length-1;J++){const ee=b[J];if(J===1&&ee===""&&b[0]==="")continue;if(ee==="."||ee===""){S=true;b.splice(J,1);J--}}if(b[0]==="."&&b.length===2&&(b[1]==="."||b[1]==="")){S=true;b.pop()}}let J=0;while(-1!==(J=b.indexOf("..",J+1))){const ee=b[J-1];if(ee&&ee!=="."&&ee!==".."&&ee!=="**"){S=true;b.splice(J-1,2);J-=2}}}while(S);return b.length===0?[""]:b}firstPhasePreProcess(b){let S=false;do{S=false;for(let J of b){let ee=-1;while(-1!==(ee=J.indexOf("**",ee+1))){let te=ee;while(J[te+1]==="**"){te++}if(te>ee){J.splice(ee+1,te-ee)}let re=J[ee+1];const ne=J[ee+2];const ie=J[ee+3];if(re!=="..")continue;if(!ne||ne==="."||ne===".."||!ie||ie==="."||ie===".."){continue}S=true;J.splice(ee,1);const oe=J.slice(0);oe[ee]="**";b.push(oe);ee--}if(!this.preserveMultipleSlashes){for(let b=1;b<J.length-1;b++){const ee=J[b];if(b===1&&ee===""&&J[0]==="")continue;if(ee==="."||ee===""){S=true;J.splice(b,1);b--}}if(J[0]==="."&&J.length===2&&(J[1]==="."||J[1]==="")){S=true;J.pop()}}let te=0;while(-1!==(te=J.indexOf("..",te+1))){const b=J[te-1];if(b&&b!=="."&&b!==".."&&b!=="**"){S=true;const b=te===1&&J[te+1]==="**";const ee=b?["."]:[];J.splice(te-1,2,...ee);if(J.length===0)J.push("");te-=2}}}}while(S);return b}secondPhasePreProcess(b){for(let S=0;S<b.length-1;S++){for(let J=S+1;J<b.length;J++){const ee=this.partsMatch(b[S],b[J],!this.preserveMultipleSlashes);if(ee){b[S]=[];b[J]=ee;break}}}return b.filter((b=>b.length))}partsMatch(b,S,J=false){let ee=0;let te=0;let re=[];let ne="";while(ee<b.length&&te<S.length){if(b[ee]===S[te]){re.push(ne==="b"?S[te]:b[ee]);ee++;te++}else if(J&&b[ee]==="**"&&S[te]===b[ee+1]){re.push(b[ee]);ee++}else if(J&&S[te]==="**"&&b[ee]===S[te+1]){re.push(S[te]);te++}else if(b[ee]==="*"&&S[te]&&(this.options.dot||!S[te].startsWith("."))&&S[te]!=="**"){if(ne==="b")return false;ne="a";re.push(b[ee]);ee++;te++}else if(S[te]==="*"&&b[ee]&&(this.options.dot||!b[ee].startsWith("."))&&b[ee]!=="**"){if(ne==="a")return false;ne="b";re.push(S[te]);ee++;te++}else{return false}}return b.length===S.length&&re}parseNegate(){if(this.nonegate)return;const b=this.pattern;let S=false;let J=0;for(let ee=0;ee<b.length&&b.charAt(ee)==="!";ee++){S=!S;J++}if(J)this.pattern=b.slice(J);this.negate=S}matchOne(b,J,ee=false){const te=this.options;if(this.isWindows){const S=typeof b[0]==="string"&&/^[a-z]:$/i.test(b[0]);const ee=!S&&b[0]===""&&b[1]===""&&b[2]==="?"&&/^[a-z]:$/i.test(b[3]);const te=typeof J[0]==="string"&&/^[a-z]:$/i.test(J[0]);const re=!te&&J[0]===""&&J[1]===""&&J[2]==="?"&&typeof J[3]==="string"&&/^[a-z]:$/i.test(J[3]);const ne=ee?3:S?0:undefined;const ie=re?3:te?0:undefined;if(typeof ne==="number"&&typeof ie==="number"){const[S,ee]=[b[ne],J[ie]];if(S.toLowerCase()===ee.toLowerCase()){J[ie]=S;if(ie>ne){J=J.slice(ie)}else if(ne>ie){b=b.slice(ne)}}}}const{optimizationLevel:re=1}=this.options;if(re>=2){b=this.levelTwoFileOptimize(b)}this.debug("matchOne",this,{file:b,pattern:J});this.debug("matchOne",b.length,J.length);for(var ne=0,ie=0,oe=b.length,se=J.length;ne<oe&&ie<se;ne++,ie++){this.debug("matchOne loop");var ae=J[ie];var ce=b[ne];this.debug(J,ae,ce);if(ae===false){return false}if(ae===S.GLOBSTAR){this.debug("GLOBSTAR",[J,ae,ce]);var le=ne;var ue=ie+1;if(ue===se){this.debug("** at the end");for(;ne<oe;ne++){if(b[ne]==="."||b[ne]===".."||!te.dot&&b[ne].charAt(0)===".")return false}return true}while(le<oe){var pe=b[le];this.debug("\nglobstar while",b,le,J,ue,pe);if(this.matchOne(b.slice(le),J.slice(ue),ee)){this.debug("globstar found match!",le,oe,pe);return true}else{if(pe==="."||pe===".."||!te.dot&&pe.charAt(0)==="."){this.debug("dot detected!",b,le,J,ue);break}this.debug("globstar swallow a segment, and continue");le++}}if(ee){this.debug("\n>>> no match, partial?",b,le,J,ue);if(le===oe){return true}}return false}let re;if(typeof ae==="string"){re=ce===ae;this.debug("string match",ae,ce,re)}else{re=ae.test(ce);this.debug("pattern match",ae,ce,re)}if(!re)return false}if(ne===oe&&ie===se){return true}else if(ne===oe){return ee}else if(ie===se){return ne===oe-1&&b[ne]===""}else{throw new Error("wtf?")}}braceExpand(){return(0,S.braceExpand)(this.pattern,this.options)}parse(b){(0,te.assertValidPattern)(b);const J=this.options;if(b==="**")return S.GLOBSTAR;if(b==="")return"";let ee;let ne=null;if(ee=b.match(ce)){ne=J.dot?starTestDot:starTest}else if(ee=b.match(oe)){ne=(J.nocase?J.dot?starDotExtTestNocaseDot:starDotExtTestNocase:J.dot?starDotExtTestDot:starDotExtTest)(ee[1])}else if(ee=b.match(le)){ne=(J.nocase?J.dot?qmarksTestNocaseDot:qmarksTestNocase:J.dot?qmarksTestDot:qmarksTest)(ee)}else if(ee=b.match(se)){ne=J.dot?starDotStarTestDot:starDotStarTest}else if(ee=b.match(ae)){ne=dotStarTest}const ie=re.AST.fromGlob(b,this.options).toMMPattern();if(ne&&typeof ie==="object"){Reflect.defineProperty(ie,"test",{value:ne})}return ie}makeRe(){if(this.regexp||this.regexp===false)return this.regexp;const b=this.set;if(!b.length){this.regexp=false;return this.regexp}const J=this.options;const ee=J.noglobstar?fe:J.dot?me:ge;const te=new Set(J.nocase?["i"]:[]);let re=b.map((b=>{const J=b.map((b=>{if(b instanceof RegExp){for(const S of b.flags.split(""))te.add(S)}return typeof b==="string"?regExpEscape(b):b===S.GLOBSTAR?S.GLOBSTAR:b._src}));J.forEach(((b,te)=>{const re=J[te+1];const ne=J[te-1];if(b!==S.GLOBSTAR||ne===S.GLOBSTAR){return}if(ne===undefined){if(re!==undefined&&re!==S.GLOBSTAR){J[te+1]="(?:\\/|"+ee+"\\/)?"+re}else{J[te]=ee}}else if(re===undefined){J[te-1]=ne+"(?:\\/|\\/"+ee+")?"}else if(re!==S.GLOBSTAR){J[te-1]=ne+"(?:\\/|\\/"+ee+"\\/)"+re;J[te+1]=S.GLOBSTAR}}));const re=J.filter((b=>b!==S.GLOBSTAR));if(this.partial&&re.length>=1){const b=[];for(let S=1;S<=re.length;S++){b.push(re.slice(0,S).join("/"))}return"(?:"+b.join("|")+")"}return re.join("/")})).join("|");const[ne,ie]=b.length>1?["(?:",")"]:["",""];re="^"+ne+re+ie+"$";if(this.partial){re="^(?:\\/|"+ne+re.slice(1,-1)+ie+")$"}if(this.negate)re="^(?!"+re+").+$";try{this.regexp=new RegExp(re,[...te].join(""))}catch(b){this.regexp=false}return this.regexp}slashSplit(b){if(this.preserveMultipleSlashes){return b.split("/")}else if(this.isWindows&&/^\/\/[^\/]+/.test(b)){return["",...b.split(/\/+/)]}else{return b.split(/\/+/)}}match(b,S=this.partial){this.debug("match",b,this.pattern);if(this.comment){return false}if(this.empty){return b===""}if(b==="/"&&S){return true}const J=this.options;if(this.isWindows){b=b.split("\\").join("/")}const ee=this.slashSplit(b);this.debug(this.pattern,"split",ee);const te=this.set;this.debug(this.pattern,"set",te);let re=ee[ee.length-1];if(!re){for(let b=ee.length-2;!re&&b>=0;b--){re=ee[b]}}for(let b=0;b<te.length;b++){const ne=te[b];let ie=ee;if(J.matchBase&&ne.length===1){ie=[re]}const oe=this.matchOne(ie,ne,S);if(oe){if(J.flipNegate){return true}return!this.negate}}if(J.flipNegate){return false}return this.negate}static defaults(b){return S.minimatch.defaults(b).Minimatch}}S.Minimatch=Minimatch;var _e=J(37173);Object.defineProperty(S,"AST",{enumerable:true,get:function(){return _e.AST}});var ye=J(11170);Object.defineProperty(S,"escape",{enumerable:true,get:function(){return ye.escape}});var ve=J(1041);Object.defineProperty(S,"unescape",{enumerable:true,get:function(){return ve.unescape}});S.minimatch.AST=re.AST;S.minimatch.Minimatch=Minimatch;S.minimatch.escape=ne.escape;S.minimatch.unescape=ie.unescape},1041:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.unescape=void 0;const unescape=(b,{windowsPathsNoEscape:S=false,magicalBraces:J=true}={})=>{if(J){return S?b.replace(/\[([^\/\\])\]/g,"$1"):b.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1")}return S?b.replace(/\[([^\/\\{}])\]/g,"$1"):b.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1")};S.unescape=unescape},3481:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.LRUCache=void 0;const J=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const ee=new Set;const te=typeof process==="object"&&!!process?process:{};const emitWarning=(b,S,J,ee)=>{typeof te.emitWarning==="function"?te.emitWarning(b,S,J,ee):console.error(`[${J}] ${S}: ${b}`)};let re=globalThis.AbortController;let ne=globalThis.AbortSignal;if(typeof re==="undefined"){ne=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(b,S){this._onabort.push(S)}};re=class AbortController{constructor(){warnACPolyfill()}signal=new ne;abort(b){if(this.signal.aborted)return;this.signal.reason=b;this.signal.aborted=true;for(const S of this.signal._onabort){S(b)}this.signal.onabort?.(b)}};let b=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!b)return;b=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=b=>!ee.has(b);const ie=Symbol("type");const isPosInt=b=>b&&b===Math.floor(b)&&b>0&&isFinite(b);const getUintArray=b=>!isPosInt(b)?null:b<=Math.pow(2,8)?Uint8Array:b<=Math.pow(2,16)?Uint16Array:b<=Math.pow(2,32)?Uint32Array:b<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(b){super(b);this.fill(0)}}class Stack{heap;length;static#O=false;static create(b){const S=getUintArray(b);if(!S)return[];Stack.#O=true;const J=new Stack(b,S);Stack.#O=false;return J}constructor(b,S){if(!Stack.#O){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new S(b);this.length=0}push(b){this.heap[this.length++]=b}pop(){return this.heap[--this.length]}}class LRUCache{#w;#L;#M;#R;#B;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#j;#U;#W;#J;#V;#z;#G;#q;#$;#H;#K;#X;#Y;#Q;#Z;#ee;#te;static unsafeExposeInternals(b){return{starts:b.#Y,ttls:b.#Q,sizes:b.#X,keyMap:b.#W,keyList:b.#J,valList:b.#V,next:b.#z,prev:b.#G,get head(){return b.#q},get tail(){return b.#$},free:b.#H,isBackgroundFetch:S=>b.#re(S),backgroundFetch:(S,J,ee,te)=>b.#ne(S,J,ee,te),moveToTail:S=>b.#ie(S),indexes:S=>b.#oe(S),rindexes:S=>b.#se(S),isStale:S=>b.#ae(S)}}get max(){return this.#w}get maxSize(){return this.#L}get calculatedSize(){return this.#U}get size(){return this.#j}get fetchMethod(){return this.#B}get dispose(){return this.#M}get disposeAfter(){return this.#R}constructor(b){const{max:S=0,ttl:J,ttlResolution:te=1,ttlAutopurge:re,updateAgeOnGet:ne,updateAgeOnHas:ie,allowStale:oe,dispose:se,disposeAfter:ae,noDisposeOnSet:ce,noUpdateTTL:le,maxSize:ue=0,maxEntrySize:pe=0,sizeCalculation:de,fetchMethod:fe,noDeleteOnFetchRejection:me,noDeleteOnStaleGet:ge,allowStaleOnFetchRejection:he,allowStaleOnFetchAbort:_e,ignoreFetchAbort:ye}=b;if(S!==0&&!isPosInt(S)){throw new TypeError("max option must be a nonnegative integer")}const ve=S?getUintArray(S):Array;if(!ve){throw new Error("invalid max value: "+S)}this.#w=S;this.#L=ue;this.maxEntrySize=pe||this.#L;this.sizeCalculation=de;if(this.sizeCalculation){if(!this.#L&&!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(fe!==undefined&&typeof fe!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#B=fe;this.#ee=!!fe;this.#W=new Map;this.#J=new Array(S).fill(undefined);this.#V=new Array(S).fill(undefined);this.#z=new ve(S);this.#G=new ve(S);this.#q=0;this.#$=0;this.#H=Stack.create(S);this.#j=0;this.#U=0;if(typeof se==="function"){this.#M=se}if(typeof ae==="function"){this.#R=ae;this.#K=[]}else{this.#R=undefined;this.#K=undefined}this.#Z=!!this.#M;this.#te=!!this.#R;this.noDisposeOnSet=!!ce;this.noUpdateTTL=!!le;this.noDeleteOnFetchRejection=!!me;this.allowStaleOnFetchRejection=!!he;this.allowStaleOnFetchAbort=!!_e;this.ignoreFetchAbort=!!ye;if(this.maxEntrySize!==0){if(this.#L!==0){if(!isPosInt(this.#L)){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.#ce()}this.allowStale=!!oe;this.noDeleteOnStaleGet=!!ge;this.updateAgeOnGet=!!ne;this.updateAgeOnHas=!!ie;this.ttlResolution=isPosInt(te)||te===0?te:1;this.ttlAutopurge=!!re;this.ttl=J||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#le()}if(this.#w===0&&this.ttl===0&&this.#L===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#w&&!this.#L){const b="LRU_CACHE_UNBOUNDED";if(shouldWarn(b)){ee.add(b);const S="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(S,"UnboundedCacheWarning",b,LRUCache)}}}getRemainingTTL(b){return this.#W.has(b)?Infinity:0}#le(){const b=new ZeroArray(this.#w);const S=new ZeroArray(this.#w);this.#Q=b;this.#Y=S;this.#ue=(ee,te,re=J.now())=>{S[ee]=te!==0?re:0;b[ee]=te;if(te!==0&&this.ttlAutopurge){const b=setTimeout((()=>{if(this.#ae(ee)){this.delete(this.#J[ee])}}),te+1);if(b.unref){b.unref()}}};this.#pe=ee=>{S[ee]=b[ee]!==0?J.now():0};this.#de=(J,te)=>{if(b[te]){const re=b[te];const ne=S[te];if(!re||!ne)return;J.ttl=re;J.start=ne;J.now=ee||getNow();const ie=J.now-ne;J.remainingTTL=re-ie}};let ee=0;const getNow=()=>{const b=J.now();if(this.ttlResolution>0){ee=b;const S=setTimeout((()=>ee=0),this.ttlResolution);if(S.unref){S.unref()}}return b};this.getRemainingTTL=J=>{const te=this.#W.get(J);if(te===undefined){return 0}const re=b[te];const ne=S[te];if(!re||!ne){return Infinity}const ie=(ee||getNow())-ne;return re-ie};this.#ae=J=>{const te=S[J];const re=b[J];return!!re&&!!te&&(ee||getNow())-te>re}}#pe=()=>{};#de=()=>{};#ue=()=>{};#ae=()=>false;#ce(){const b=new ZeroArray(this.#w);this.#U=0;this.#X=b;this.#fe=S=>{this.#U-=b[S];b[S]=0};this.#me=(b,S,J,ee)=>{if(this.#re(S)){return 0}if(!isPosInt(J)){if(ee){if(typeof ee!=="function"){throw new TypeError("sizeCalculation must be a function")}J=ee(S,b);if(!isPosInt(J)){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 J};this.#ge=(S,J,ee)=>{b[S]=J;if(this.#L){const J=this.#L-b[S];while(this.#U>J){this.#he(true)}}this.#U+=b[S];if(ee){ee.entrySize=J;ee.totalCalculatedSize=this.#U}}}#fe=b=>{};#ge=(b,S,J)=>{};#me=(b,S,J,ee)=>{if(J||ee){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#oe({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#$;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#q){break}else{S=this.#G[S]}}}}*#se({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#q;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#$){break}else{S=this.#z[S]}}}}#_e(b){return b!==undefined&&this.#W.get(this.#J[b])===b}*entries(){for(const b of this.#oe()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*rentries(){for(const b of this.#se()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*keys(){for(const b of this.#oe()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*rkeys(){for(const b of this.#se()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*values(){for(const b of this.#oe()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}*rvalues(){for(const b of this.#se()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(b,S={}){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;if(b(te,this.#J[J],this)){return this.get(this.#J[J],S)}}}forEach(b,S=this){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}rforEach(b,S=this){for(const J of this.#se()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}purgeStale(){let b=false;for(const S of this.#se({allowStale:true})){if(this.#ae(S)){this.delete(this.#J[S]);b=true}}return b}info(b){const S=this.#W.get(b);if(S===undefined)return undefined;const ee=this.#V[S];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)return undefined;const re={value:te};if(this.#Q&&this.#Y){const b=this.#Q[S];const ee=this.#Y[S];if(b&&ee){const S=b-(J.now()-ee);re.ttl=S;re.start=Date.now()}}if(this.#X){re.size=this.#X[S]}return re}dump(){const b=[];for(const S of this.#oe({allowStale:true})){const ee=this.#J[S];const te=this.#V[S];const re=this.#re(te)?te.__staleWhileFetching:te;if(re===undefined||ee===undefined)continue;const ne={value:re};if(this.#Q&&this.#Y){ne.ttl=this.#Q[S];const b=J.now()-this.#Y[S];ne.start=Math.floor(Date.now()-b)}if(this.#X){ne.size=this.#X[S]}b.unshift([ee,ne])}return b}load(b){this.clear();for(const[S,ee]of b){if(ee.start){const b=Date.now()-ee.start;ee.start=J.now()-b}this.set(S,ee.value,ee)}}set(b,S,J={}){if(S===undefined){this.delete(b);return this}const{ttl:ee=this.ttl,start:te,noDisposeOnSet:re=this.noDisposeOnSet,sizeCalculation:ne=this.sizeCalculation,status:ie}=J;let{noUpdateTTL:oe=this.noUpdateTTL}=J;const se=this.#me(b,S,J.size||0,ne);if(this.maxEntrySize&&se>this.maxEntrySize){if(ie){ie.set="miss";ie.maxEntrySizeExceeded=true}this.delete(b);return this}let ae=this.#j===0?undefined:this.#W.get(b);if(ae===undefined){ae=this.#j===0?this.#$:this.#H.length!==0?this.#H.pop():this.#j===this.#w?this.#he(false):this.#j;this.#J[ae]=b;this.#V[ae]=S;this.#W.set(b,ae);this.#z[this.#$]=ae;this.#G[ae]=this.#$;this.#$=ae;this.#j++;this.#ge(ae,se,ie);if(ie)ie.set="add";oe=false}else{this.#ie(ae);const J=this.#V[ae];if(S!==J){if(this.#ee&&this.#re(J)){J.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:S}=J;if(S!==undefined&&!re){if(this.#Z){this.#M?.(S,b,"set")}if(this.#te){this.#K?.push([S,b,"set"])}}}else if(!re){if(this.#Z){this.#M?.(J,b,"set")}if(this.#te){this.#K?.push([J,b,"set"])}}this.#fe(ae);this.#ge(ae,se,ie);this.#V[ae]=S;if(ie){ie.set="replace";const b=J&&this.#re(J)?J.__staleWhileFetching:J;if(b!==undefined)ie.oldValue=b}}else if(ie){ie.set="update"}}if(ee!==0&&!this.#Q){this.#le()}if(this.#Q){if(!oe){this.#ue(ae,ee,te)}if(ie)this.#de(ie,ae)}if(!re&&this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return this}pop(){try{while(this.#j){const b=this.#V[this.#q];this.#he(true);if(this.#re(b)){if(b.__staleWhileFetching){return b.__staleWhileFetching}}else if(b!==undefined){return b}}}finally{if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}#he(b){const S=this.#q;const J=this.#J[S];const ee=this.#V[S];if(this.#ee&&this.#re(ee)){ee.__abortController.abort(new Error("evicted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(ee,J,"evict")}if(this.#te){this.#K?.push([ee,J,"evict"])}}this.#fe(S);if(b){this.#J[S]=undefined;this.#V[S]=undefined;this.#H.push(S)}if(this.#j===1){this.#q=this.#$=0;this.#H.length=0}else{this.#q=this.#z[S]}this.#W.delete(J);this.#j--;return S}has(b,S={}){const{updateAgeOnHas:J=this.updateAgeOnHas,status:ee}=S;const te=this.#W.get(b);if(te!==undefined){const b=this.#V[te];if(this.#re(b)&&b.__staleWhileFetching===undefined){return false}if(!this.#ae(te)){if(J){this.#pe(te)}if(ee){ee.has="hit";this.#de(ee,te)}return true}else if(ee){ee.has="stale";this.#de(ee,te)}}else if(ee){ee.has="miss"}return false}peek(b,S={}){const{allowStale:J=this.allowStale}=S;const ee=this.#W.get(b);if(ee===undefined||!J&&this.#ae(ee)){return}const te=this.#V[ee];return this.#re(te)?te.__staleWhileFetching:te}#ne(b,S,J,ee){const te=S===undefined?undefined:this.#V[S];if(this.#re(te)){return te}const ne=new re;const{signal:ie}=J;ie?.addEventListener("abort",(()=>ne.abort(ie.reason)),{signal:ne.signal});const oe={signal:ne.signal,options:J,context:ee};const cb=(ee,te=false)=>{const{aborted:re}=ne.signal;const ie=J.ignoreFetchAbort&&ee!==undefined;if(J.status){if(re&&!te){J.status.fetchAborted=true;J.status.fetchError=ne.signal.reason;if(ie)J.status.fetchAbortIgnored=true}else{J.status.fetchResolved=true}}if(re&&!ie&&!te){return fetchFail(ne.signal.reason)}const ae=se;if(this.#V[S]===se){if(ee===undefined){if(ae.__staleWhileFetching){this.#V[S]=ae.__staleWhileFetching}else{this.delete(b)}}else{if(J.status)J.status.fetchUpdated=true;this.set(b,ee,oe.options)}}return ee};const eb=b=>{if(J.status){J.status.fetchRejected=true;J.status.fetchError=b}return fetchFail(b)};const fetchFail=ee=>{const{aborted:te}=ne.signal;const re=te&&J.allowStaleOnFetchAbort;const ie=re||J.allowStaleOnFetchRejection;const oe=ie||J.noDeleteOnFetchRejection;const ae=se;if(this.#V[S]===se){const J=!oe||ae.__staleWhileFetching===undefined;if(J){this.delete(b)}else if(!re){this.#V[S]=ae.__staleWhileFetching}}if(ie){if(J.status&&ae.__staleWhileFetching!==undefined){J.status.returnedStale=true}return ae.__staleWhileFetching}else if(ae.__returned===ae){throw ee}};const pcall=(S,ee)=>{const re=this.#B?.(b,te,oe);if(re&&re instanceof Promise){re.then((b=>S(b===undefined?undefined:b)),ee)}ne.signal.addEventListener("abort",(()=>{if(!J.ignoreFetchAbort||J.allowStaleOnFetchAbort){S(undefined);if(J.allowStaleOnFetchAbort){S=b=>cb(b,true)}}}))};if(J.status)J.status.fetchDispatched=true;const se=new Promise(pcall).then(cb,eb);const ae=Object.assign(se,{__abortController:ne,__staleWhileFetching:te,__returned:undefined});if(S===undefined){this.set(b,ae,{...oe.options,status:undefined});S=this.#W.get(b)}else{this.#V[S]=ae}return ae}#re(b){if(!this.#ee)return false;const S=b;return!!S&&S instanceof Promise&&S.hasOwnProperty("__staleWhileFetching")&&S.__abortController instanceof re}async fetch(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,ttl:re=this.ttl,noDisposeOnSet:ne=this.noDisposeOnSet,size:ie=0,sizeCalculation:oe=this.sizeCalculation,noUpdateTTL:se=this.noUpdateTTL,noDeleteOnFetchRejection:ae=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ce=this.allowStaleOnFetchRejection,ignoreFetchAbort:le=this.ignoreFetchAbort,allowStaleOnFetchAbort:ue=this.allowStaleOnFetchAbort,context:pe,forceRefresh:de=false,status:fe,signal:me}=S;if(!this.#ee){if(fe)fe.fetch="get";return this.get(b,{allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,status:fe})}const ge={allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,ttl:re,noDisposeOnSet:ne,size:ie,sizeCalculation:oe,noUpdateTTL:se,noDeleteOnFetchRejection:ae,allowStaleOnFetchRejection:ce,allowStaleOnFetchAbort:ue,ignoreFetchAbort:le,status:fe,signal:me};let he=this.#W.get(b);if(he===undefined){if(fe)fe.fetch="miss";const S=this.#ne(b,he,ge,pe);return S.__returned=S}else{const S=this.#V[he];if(this.#re(S)){const b=J&&S.__staleWhileFetching!==undefined;if(fe){fe.fetch="inflight";if(b)fe.returnedStale=true}return b?S.__staleWhileFetching:S.__returned=S}const te=this.#ae(he);if(!de&&!te){if(fe)fe.fetch="hit";this.#ie(he);if(ee){this.#pe(he)}if(fe)this.#de(fe,he);return S}const re=this.#ne(b,he,ge,pe);const ne=re.__staleWhileFetching!==undefined;const ie=ne&&J;if(fe){fe.fetch=te?"stale":"refresh";if(ie&&te)fe.returnedStale=true}return ie?re.__staleWhileFetching:re.__returned=re}}get(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,status:re}=S;const ne=this.#W.get(b);if(ne!==undefined){const S=this.#V[ne];const ie=this.#re(S);if(re)this.#de(re,ne);if(this.#ae(ne)){if(re)re.get="stale";if(!ie){if(!te){this.delete(b)}if(re&&J)re.returnedStale=true;return J?S:undefined}else{if(re&&J&&S.__staleWhileFetching!==undefined){re.returnedStale=true}return J?S.__staleWhileFetching:undefined}}else{if(re)re.get="hit";if(ie){return S.__staleWhileFetching}this.#ie(ne);if(ee){this.#pe(ne)}return S}}else if(re){re.get="miss"}}#ye(b,S){this.#G[S]=b;this.#z[b]=S}#ie(b){if(b!==this.#$){if(b===this.#q){this.#q=this.#z[b]}else{this.#ye(this.#G[b],this.#z[b])}this.#ye(this.#$,b);this.#$=b}}delete(b){let S=false;if(this.#j!==0){const J=this.#W.get(b);if(J!==undefined){S=true;if(this.#j===1){this.clear()}else{this.#fe(J);const S=this.#V[J];if(this.#re(S)){S.__abortController.abort(new Error("deleted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(S,b,"delete")}if(this.#te){this.#K?.push([S,b,"delete"])}}this.#W.delete(b);this.#J[J]=undefined;this.#V[J]=undefined;if(J===this.#$){this.#$=this.#G[J]}else if(J===this.#q){this.#q=this.#z[J]}else{const b=this.#G[J];this.#z[b]=this.#z[J];const S=this.#z[J];this.#G[S]=this.#G[J]}this.#j--;this.#H.push(J)}}}if(this.#te&&this.#K?.length){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return S}clear(){for(const b of this.#se({allowStale:true})){const S=this.#V[b];if(this.#re(S)){S.__abortController.abort(new Error("deleted"))}else{const J=this.#J[b];if(this.#Z){this.#M?.(S,J,"delete")}if(this.#te){this.#K?.push([S,J,"delete"])}}}this.#W.clear();this.#V.fill(undefined);this.#J.fill(undefined);if(this.#Q&&this.#Y){this.#Q.fill(0);this.#Y.fill(0)}if(this.#X){this.#X.fill(0)}this.#q=0;this.#$=0;this.#H.length=0;this.#U=0;this.#j=0;if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}S.LRUCache=LRUCache},71031:function(b,S,J){"use strict";var ee=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(S,"__esModule",{value:true});S.Minipass=S.isWritable=S.isReadable=S.isStream=void 0;const te=typeof process==="object"&&process?process:{stdout:null,stderr:null};const re=J(78474);const ne=ee(J(57075));const ie=J(46193);const isStream=b=>!!b&&typeof b==="object"&&(b instanceof Minipass||b instanceof ne.default||(0,S.isReadable)(b)||(0,S.isWritable)(b));S.isStream=isStream;const isReadable=b=>!!b&&typeof b==="object"&&b instanceof re.EventEmitter&&typeof b.pipe==="function"&&b.pipe!==ne.default.Writable.prototype.pipe;S.isReadable=isReadable;const isWritable=b=>!!b&&typeof b==="object"&&b instanceof re.EventEmitter&&typeof b.write==="function"&&typeof b.end==="function";S.isWritable=isWritable;const oe=Symbol("EOF");const se=Symbol("maybeEmitEnd");const ae=Symbol("emittedEnd");const ce=Symbol("emittingEnd");const le=Symbol("emittedError");const ue=Symbol("closed");const pe=Symbol("read");const de=Symbol("flush");const fe=Symbol("flushChunk");const me=Symbol("encoding");const ge=Symbol("decoder");const he=Symbol("flowing");const _e=Symbol("paused");const ye=Symbol("resume");const ve=Symbol("buffer");const Te=Symbol("pipes");const be=Symbol("bufferLength");const Se=Symbol("bufferPush");const xe=Symbol("bufferShift");const Ee=Symbol("objectMode");const Ce=Symbol("destroyed");const Pe=Symbol("error");const Ne=Symbol("emitData");const Ae=Symbol("emitEnd");const ke=Symbol("emitEnd2");const De=Symbol("async");const Ie=Symbol("abort");const Fe=Symbol("aborted");const Oe=Symbol("signal");const we=Symbol("dataListeners");const Le=Symbol("discarded");const defer=b=>Promise.resolve().then(b);const nodefer=b=>b();const isEndish=b=>b==="end"||b==="finish"||b==="prefinish";const isArrayBufferLike=b=>b instanceof ArrayBuffer||!!b&&typeof b==="object"&&b.constructor&&b.constructor.name==="ArrayBuffer"&&b.byteLength>=0;const isArrayBufferView=b=>!Buffer.isBuffer(b)&&ArrayBuffer.isView(b);class Pipe{src;dest;opts;ondrain;constructor(b,S,J){this.src=b;this.dest=S;this.opts=J;this.ondrain=()=>b[ye]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(b){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(b,S,J){super(b,S,J);this.proxyErrors=b=>S.emit("error",b);b.on("error",this.proxyErrors)}}const isObjectModeOptions=b=>!!b.objectMode;const isEncodingOptions=b=>!b.objectMode&&!!b.encoding&&b.encoding!=="buffer";class Minipass extends re.EventEmitter{[he]=false;[_e]=false;[Te]=[];[ve]=[];[Ee];[me];[De];[ge];[oe]=false;[ae]=false;[ce]=false;[ue]=false;[le]=null;[be]=0;[Ce]=false;[Oe];[Fe]=false;[we]=0;[Le]=false;writable=true;readable=true;constructor(...b){const S=b[0]||{};super();if(S.objectMode&&typeof S.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(S)){this[Ee]=true;this[me]=null}else if(isEncodingOptions(S)){this[me]=S.encoding;this[Ee]=false}else{this[Ee]=false;this[me]=null}this[De]=!!S.async;this[ge]=this[me]?new ie.StringDecoder(this[me]):null;if(S&&S.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[ve]})}if(S&&S.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[Te]})}const{signal:J}=S;if(J){this[Oe]=J;if(J.aborted){this[Ie]()}else{J.addEventListener("abort",(()=>this[Ie]()))}}}get bufferLength(){return this[be]}get encoding(){return this[me]}set encoding(b){throw new Error("Encoding must be set at instantiation time")}setEncoding(b){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Ee]}set objectMode(b){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[De]}set["async"](b){this[De]=this[De]||!!b}[Ie](){this[Fe]=true;this.emit("abort",this[Oe]?.reason);this.destroy(this[Oe]?.reason)}get aborted(){return this[Fe]}set aborted(b){}write(b,S,J){if(this[Fe])return false;if(this[oe])throw new Error("write after end");if(this[Ce]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof S==="function"){J=S;S="utf8"}if(!S)S="utf8";const ee=this[De]?defer:nodefer;if(!this[Ee]&&!Buffer.isBuffer(b)){if(isArrayBufferView(b)){b=Buffer.from(b.buffer,b.byteOffset,b.byteLength)}else if(isArrayBufferLike(b)){b=Buffer.from(b)}else if(typeof b!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[Ee]){if(this[he]&&this[be]!==0)this[de](true);if(this[he])this.emit("data",b);else this[Se](b);if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}if(!b.length){if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}if(typeof b==="string"&&!(S===this[me]&&!this[ge]?.lastNeed)){b=Buffer.from(b,S)}if(Buffer.isBuffer(b)&&this[me]){b=this[ge].write(b)}if(this[he]&&this[be]!==0)this[de](true);if(this[he])this.emit("data",b);else this[Se](b);if(this[be]!==0)this.emit("readable");if(J)ee(J);return this[he]}read(b){if(this[Ce])return null;this[Le]=false;if(this[be]===0||b===0||b&&b>this[be]){this[se]();return null}if(this[Ee])b=null;if(this[ve].length>1&&!this[Ee]){this[ve]=[this[me]?this[ve].join(""):Buffer.concat(this[ve],this[be])]}const S=this[pe](b||null,this[ve][0]);this[se]();return S}[pe](b,S){if(this[Ee])this[xe]();else{const J=S;if(b===J.length||b===null)this[xe]();else if(typeof J==="string"){this[ve][0]=J.slice(b);S=J.slice(0,b);this[be]-=b}else{this[ve][0]=J.subarray(b);S=J.subarray(0,b);this[be]-=b}}this.emit("data",S);if(!this[ve].length&&!this[oe])this.emit("drain");return S}end(b,S,J){if(typeof b==="function"){J=b;b=undefined}if(typeof S==="function"){J=S;S="utf8"}if(b!==undefined)this.write(b,S);if(J)this.once("end",J);this[oe]=true;this.writable=false;if(this[he]||!this[_e])this[se]();return this}[ye](){if(this[Ce])return;if(!this[we]&&!this[Te].length){this[Le]=true}this[_e]=false;this[he]=true;this.emit("resume");if(this[ve].length)this[de]();else if(this[oe])this[se]();else this.emit("drain")}resume(){return this[ye]()}pause(){this[he]=false;this[_e]=true;this[Le]=false}get destroyed(){return this[Ce]}get flowing(){return this[he]}get paused(){return this[_e]}[Se](b){if(this[Ee])this[be]+=1;else this[be]+=b.length;this[ve].push(b)}[xe](){if(this[Ee])this[be]-=1;else this[be]-=this[ve][0].length;return this[ve].shift()}[de](b=false){do{}while(this[fe](this[xe]())&&this[ve].length);if(!b&&!this[ve].length&&!this[oe])this.emit("drain")}[fe](b){this.emit("data",b);return this[he]}pipe(b,S){if(this[Ce])return b;this[Le]=false;const J=this[ae];S=S||{};if(b===te.stdout||b===te.stderr)S.end=false;else S.end=S.end!==false;S.proxyErrors=!!S.proxyErrors;if(J){if(S.end)b.end()}else{this[Te].push(!S.proxyErrors?new Pipe(this,b,S):new PipeProxyErrors(this,b,S));if(this[De])defer((()=>this[ye]()));else this[ye]()}return b}unpipe(b){const S=this[Te].find((S=>S.dest===b));if(S){if(this[Te].length===1){if(this[he]&&this[we]===0){this[he]=false}this[Te]=[]}else this[Te].splice(this[Te].indexOf(S),1);S.unpipe()}}addListener(b,S){return this.on(b,S)}on(b,S){const J=super.on(b,S);if(b==="data"){this[Le]=false;this[we]++;if(!this[Te].length&&!this[he]){this[ye]()}}else if(b==="readable"&&this[be]!==0){super.emit("readable")}else if(isEndish(b)&&this[ae]){super.emit(b);this.removeAllListeners(b)}else if(b==="error"&&this[le]){const b=S;if(this[De])defer((()=>b.call(this,this[le])));else b.call(this,this[le])}return J}removeListener(b,S){return this.off(b,S)}off(b,S){const J=super.off(b,S);if(b==="data"){this[we]=this.listeners("data").length;if(this[we]===0&&!this[Le]&&!this[Te].length){this[he]=false}}return J}removeAllListeners(b){const S=super.removeAllListeners(b);if(b==="data"||b===undefined){this[we]=0;if(!this[Le]&&!this[Te].length){this[he]=false}}return S}get emittedEnd(){return this[ae]}[se](){if(!this[ce]&&!this[ae]&&!this[Ce]&&this[ve].length===0&&this[oe]){this[ce]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[ue])this.emit("close");this[ce]=false}}emit(b,...S){const J=S[0];if(b!=="error"&&b!=="close"&&b!==Ce&&this[Ce]){return false}else if(b==="data"){return!this[Ee]&&!J?false:this[De]?(defer((()=>this[Ne](J))),true):this[Ne](J)}else if(b==="end"){return this[Ae]()}else if(b==="close"){this[ue]=true;if(!this[ae]&&!this[Ce])return false;const b=super.emit("close");this.removeAllListeners("close");return b}else if(b==="error"){this[le]=J;super.emit(Pe,J);const b=!this[Oe]||this.listeners("error").length?super.emit("error",J):false;this[se]();return b}else if(b==="resume"){const b=super.emit("resume");this[se]();return b}else if(b==="finish"||b==="prefinish"){const S=super.emit(b);this.removeAllListeners(b);return S}const ee=super.emit(b,...S);this[se]();return ee}[Ne](b){for(const S of this[Te]){if(S.dest.write(b)===false)this.pause()}const S=this[Le]?false:super.emit("data",b);this[se]();return S}[Ae](){if(this[ae])return false;this[ae]=true;this.readable=false;return this[De]?(defer((()=>this[ke]())),true):this[ke]()}[ke](){if(this[ge]){const b=this[ge].end();if(b){for(const S of this[Te]){S.dest.write(b)}if(!this[Le])super.emit("data",b)}}for(const b of this[Te]){b.end()}const b=super.emit("end");this.removeAllListeners("end");return b}async collect(){const b=Object.assign([],{dataLength:0});if(!this[Ee])b.dataLength=0;const S=this.promise();this.on("data",(S=>{b.push(S);if(!this[Ee])b.dataLength+=S.length}));await S;return b}async concat(){if(this[Ee]){throw new Error("cannot concat in objectMode")}const b=await this.collect();return this[me]?b.join(""):Buffer.concat(b,b.dataLength)}async promise(){return new Promise(((b,S)=>{this.on(Ce,(()=>S(new Error("stream destroyed"))));this.on("error",(b=>S(b)));this.on("end",(()=>b()))}))}[Symbol.asyncIterator](){this[Le]=false;let b=false;const stop=async()=>{this.pause();b=true;return{value:undefined,done:true}};const next=()=>{if(b)return stop();const S=this.read();if(S!==null)return Promise.resolve({done:false,value:S});if(this[oe])return stop();let J;let ee;const onerr=b=>{this.off("data",ondata);this.off("end",onend);this.off(Ce,ondestroy);stop();ee(b)};const ondata=b=>{this.off("error",onerr);this.off("end",onend);this.off(Ce,ondestroy);this.pause();J({value:b,done:!!this[oe]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(Ce,ondestroy);stop();J({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((b,S)=>{ee=S;J=b;this.once(Ce,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Le]=false;let b=false;const stop=()=>{this.pause();this.off(Pe,stop);this.off(Ce,stop);this.off("end",stop);b=true;return{done:true,value:undefined}};const next=()=>{if(b)return stop();const S=this.read();return S===null?stop():{done:false,value:S}};this.once("end",stop);this.once(Pe,stop);this.once(Ce,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this}}}destroy(b){if(this[Ce]){if(b)this.emit("error",b);else this.emit(Ce);return this}this[Ce]=true;this[Le]=true;this[ve].length=0;this[be]=0;const S=this;if(typeof S.close==="function"&&!this[ue])S.close();if(b)this.emit("error",b);else this.emit(Ce);return this}static get isStream(){return S.isStream}}S.Minipass=Minipass},55125:function(b,S,J){"use strict";var ee=this&&this.__createBinding||(Object.create?function(b,S,J,ee){if(ee===undefined)ee=J;var te=Object.getOwnPropertyDescriptor(S,J);if(!te||("get"in te?!S.__esModule:te.writable||te.configurable)){te={enumerable:true,get:function(){return S[J]}}}Object.defineProperty(b,ee,te)}:function(b,S,J,ee){if(ee===undefined)ee=J;b[ee]=S[J]});var te=this&&this.__setModuleDefault||(Object.create?function(b,S){Object.defineProperty(b,"default",{enumerable:true,value:S})}:function(b,S){b["default"]=S});var re=this&&this.__importStar||function(b){if(b&&b.__esModule)return b;var S={};if(b!=null)for(var J in b)if(J!=="default"&&Object.prototype.hasOwnProperty.call(b,J))ee(S,b,J);te(S,b);return S};Object.defineProperty(S,"__esModule",{value:true});S.PathScurry=S.Path=S.PathScurryDarwin=S.PathScurryPosix=S.PathScurryWin32=S.PathScurryBase=S.PathPosix=S.PathWin32=S.PathBase=S.ChildrenCache=S.ResolveCache=void 0;const ne=J(67653);const ie=J(76760);const oe=J(73136);const se=J(79896);const ae=re(J(73024));const ce=se.realpathSync.native;const le=J(51455);const ue=J(71031);const pe={lstatSync:se.lstatSync,readdir:se.readdir,readdirSync:se.readdirSync,readlinkSync:se.readlinkSync,realpathSync:ce,promises:{lstat:le.lstat,readdir:le.readdir,readlink:le.readlink,realpath:le.realpath}};const fsFromOption=b=>!b||b===pe||b===ae?pe:{...pe,...b,promises:{...pe.promises,...b.promises||{}}};const de=/^\\\\\?\\([a-z]:)\\?$/i;const uncToDrive=b=>b.replace(/\//g,"\\").replace(de,"$1\\");const fe=/[\\\/]/;const me=0;const ge=1;const he=2;const _e=4;const ye=6;const ve=8;const Te=10;const be=12;const Se=15;const xe=~Se;const Ee=16;const Ce=32;const Pe=64;const Ne=128;const Ae=256;const ke=512;const De=Pe|Ne|ke;const Ie=1023;const entToType=b=>b.isFile()?ve:b.isDirectory()?_e:b.isSymbolicLink()?Te:b.isCharacterDevice()?he:b.isBlockDevice()?ye:b.isSocket()?be:b.isFIFO()?ge:me;const Fe=new Map;const normalize=b=>{const S=Fe.get(b);if(S)return S;const J=b.normalize("NFKD");Fe.set(b,J);return J};const Oe=new Map;const normalizeNocase=b=>{const S=Oe.get(b);if(S)return S;const J=normalize(b.toLowerCase());Oe.set(b,J);return J};class ResolveCache extends ne.LRUCache{constructor(){super({max:256})}}S.ResolveCache=ResolveCache;class ChildrenCache extends ne.LRUCache{constructor(b=16*1024){super({maxSize:b,sizeCalculation:b=>b.length+1})}}S.ChildrenCache=ChildrenCache;const we=Symbol("PathScurry setAsCwd");class PathBase{name;root;roots;parent;nocase;isCWD=false;#ve;#Te;get dev(){return this.#Te}#be;get mode(){return this.#be}#Se;get nlink(){return this.#Se}#xe;get uid(){return this.#xe}#Ee;get gid(){return this.#Ee}#Ce;get rdev(){return this.#Ce}#Pe;get blksize(){return this.#Pe}#Ne;get ino(){return this.#Ne}#j;get size(){return this.#j}#Ae;get blocks(){return this.#Ae}#ke;get atimeMs(){return this.#ke}#De;get mtimeMs(){return this.#De}#Ie;get ctimeMs(){return this.#Ie}#Fe;get birthtimeMs(){return this.#Fe}#Oe;get atime(){return this.#Oe}#we;get mtime(){return this.#we}#Le;get ctime(){return this.#Le}#Me;get birthtime(){return this.#Me}#Re;#Be;#je;#Ue;#We;#Je;#Ve;#ze;#Ge;#qe;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(b,S=me,J,ee,te,re,ne){this.name=b;this.#Re=te?normalizeNocase(b):normalize(b);this.#Ve=S&Ie;this.nocase=te;this.roots=ee;this.root=J||this;this.#ze=re;this.#je=ne.fullpath;this.#We=ne.relative;this.#Je=ne.relativePosix;this.parent=ne.parent;if(this.parent){this.#ve=this.parent.#ve}else{this.#ve=fsFromOption(ne.fs)}}depth(){if(this.#Be!==undefined)return this.#Be;if(!this.parent)return this.#Be=0;return this.#Be=this.parent.depth()+1}childrenCache(){return this.#ze}resolve(b){if(!b){return this}const S=this.getRootString(b);const J=b.substring(S.length);const ee=J.split(this.splitSep);const te=S?this.getRoot(S).#$e(ee):this.#$e(ee);return te}#$e(b){let S=this;for(const J of b){S=S.child(J)}return S}children(){const b=this.#ze.get(this);if(b){return b}const S=Object.assign([],{provisional:0});this.#ze.set(this,S);this.#Ve&=~Ee;return S}child(b,S){if(b===""||b==="."){return this}if(b===".."){return this.parent||this}const J=this.children();const ee=this.nocase?normalizeNocase(b):normalize(b);for(const b of J){if(b.#Re===ee){return b}}const te=this.parent?this.sep:"";const re=this.#je?this.#je+te+b:undefined;const ne=this.newChild(b,me,{...S,parent:this,fullpath:re});if(!this.canReaddir()){ne.#Ve|=Ne}J.push(ne);return ne}relative(){if(this.isCWD)return"";if(this.#We!==undefined){return this.#We}const b=this.name;const S=this.parent;if(!S){return this.#We=this.name}const J=S.relative();return J+(!J||!S.parent?"":this.sep)+b}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#Je!==undefined)return this.#Je;const b=this.name;const S=this.parent;if(!S){return this.#Je=this.fullpathPosix()}const J=S.relativePosix();return J+(!J||!S.parent?"":"/")+b}fullpath(){if(this.#je!==undefined){return this.#je}const b=this.name;const S=this.parent;if(!S){return this.#je=this.name}const J=S.fullpath();const ee=J+(!S.parent?"":this.sep)+b;return this.#je=ee}fullpathPosix(){if(this.#Ue!==undefined)return this.#Ue;if(this.sep==="/")return this.#Ue=this.fullpath();if(!this.parent){const b=this.fullpath().replace(/\\/g,"/");if(/^[a-z]:\//i.test(b)){return this.#Ue=`//?/${b}`}else{return this.#Ue=b}}const b=this.parent;const S=b.fullpathPosix();const J=S+(!S||!b.parent?"":"/")+this.name;return this.#Ue=J}isUnknown(){return(this.#Ve&Se)===me}isType(b){return this[`is${b}`]()}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.#Ve&Se)===ve}isDirectory(){return(this.#Ve&Se)===_e}isCharacterDevice(){return(this.#Ve&Se)===he}isBlockDevice(){return(this.#Ve&Se)===ye}isFIFO(){return(this.#Ve&Se)===ge}isSocket(){return(this.#Ve&Se)===be}isSymbolicLink(){return(this.#Ve&Te)===Te}lstatCached(){return this.#Ve&Ce?this:undefined}readlinkCached(){return this.#Ge}realpathCached(){return this.#qe}readdirCached(){const b=this.children();return b.slice(0,b.provisional)}canReadlink(){if(this.#Ge)return true;if(!this.parent)return false;const b=this.#Ve&Se;return!(b!==me&&b!==Te||this.#Ve&Ae||this.#Ve&Ne)}calledReaddir(){return!!(this.#Ve&Ee)}isENOENT(){return!!(this.#Ve&Ne)}isNamed(b){return!this.nocase?this.#Re===normalize(b):this.#Re===normalizeNocase(b)}async readlink(){const b=this.#Ge;if(b){return b}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const b=await this.#ve.promises.readlink(this.fullpath());const S=(await this.parent.realpath())?.resolve(b);if(S){return this.#Ge=S}}catch(b){this.#He(b.code);return undefined}}readlinkSync(){const b=this.#Ge;if(b){return b}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const b=this.#ve.readlinkSync(this.fullpath());const S=this.parent.realpathSync()?.resolve(b);if(S){return this.#Ge=S}}catch(b){this.#He(b.code);return undefined}}#Ke(b){this.#Ve|=Ee;for(let S=b.provisional;S<b.length;S++){const J=b[S];if(J)J.#Xe()}}#Xe(){if(this.#Ve&Ne)return;this.#Ve=(this.#Ve|Ne)&xe;this.#Ye()}#Ye(){const b=this.children();b.provisional=0;for(const S of b){S.#Xe()}}#Qe(){this.#Ve|=ke;this.#Ze()}#Ze(){if(this.#Ve&Pe)return;let b=this.#Ve;if((b&Se)===_e)b&=xe;this.#Ve=b|Pe;this.#Ye()}#et(b=""){if(b==="ENOTDIR"||b==="EPERM"){this.#Ze()}else if(b==="ENOENT"){this.#Xe()}else{this.children().provisional=0}}#tt(b=""){if(b==="ENOTDIR"){const b=this.parent;b.#Ze()}else if(b==="ENOENT"){this.#Xe()}}#He(b=""){let S=this.#Ve;S|=Ae;if(b==="ENOENT")S|=Ne;if(b==="EINVAL"||b==="UNKNOWN"){S&=xe}this.#Ve=S;if(b==="ENOTDIR"&&this.parent){this.parent.#Ze()}}#rt(b,S){return this.#nt(b,S)||this.#it(b,S)}#it(b,S){const J=entToType(b);const ee=this.newChild(b.name,J,{parent:this});const te=ee.#Ve&Se;if(te!==_e&&te!==Te&&te!==me){ee.#Ve|=Pe}S.unshift(ee);S.provisional++;return ee}#nt(b,S){for(let J=S.provisional;J<S.length;J++){const ee=S[J];const te=this.nocase?normalizeNocase(b.name):normalize(b.name);if(te!==ee.#Re){continue}return this.#ot(b,ee,J,S)}}#ot(b,S,J,ee){const te=S.name;S.#Ve=S.#Ve&xe|entToType(b);if(te!==b.name)S.name=b.name;if(J!==ee.provisional){if(J===ee.length-1)ee.pop();else ee.splice(J,1);ee.unshift(S)}ee.provisional++;return S}async lstat(){if((this.#Ve&Ne)===0){try{this.#st(await this.#ve.promises.lstat(this.fullpath()));return this}catch(b){this.#tt(b.code)}}}lstatSync(){if((this.#Ve&Ne)===0){try{this.#st(this.#ve.lstatSync(this.fullpath()));return this}catch(b){this.#tt(b.code)}}}#st(b){const{atime:S,atimeMs:J,birthtime:ee,birthtimeMs:te,blksize:re,blocks:ne,ctime:ie,ctimeMs:oe,dev:se,gid:ae,ino:ce,mode:le,mtime:ue,mtimeMs:pe,nlink:de,rdev:fe,size:ge,uid:he}=b;this.#Oe=S;this.#ke=J;this.#Me=ee;this.#Fe=te;this.#Pe=re;this.#Ae=ne;this.#Le=ie;this.#Ie=oe;this.#Te=se;this.#Ee=ae;this.#Ne=ce;this.#be=le;this.#we=ue;this.#De=pe;this.#Se=de;this.#Ce=fe;this.#j=ge;this.#xe=he;const ye=entToType(b);this.#Ve=this.#Ve&xe|ye|Ce;if(ye!==me&&ye!==_e&&ye!==Te){this.#Ve|=Pe}}#at=[];#ct=false;#lt(b){this.#ct=false;const S=this.#at.slice();this.#at.length=0;S.forEach((S=>S(null,b)))}readdirCB(b,S=false){if(!this.canReaddir()){if(S)b(null,[]);else queueMicrotask((()=>b(null,[])));return}const J=this.children();if(this.calledReaddir()){const ee=J.slice(0,J.provisional);if(S)b(null,ee);else queueMicrotask((()=>b(null,ee)));return}this.#at.push(b);if(this.#ct){return}this.#ct=true;const ee=this.fullpath();this.#ve.readdir(ee,{withFileTypes:true},((b,S)=>{if(b){this.#et(b.code);J.provisional=0}else{for(const b of S){this.#rt(b,J)}this.#Ke(J)}this.#lt(J.slice(0,J.provisional));return}))}#ut;async readdir(){if(!this.canReaddir()){return[]}const b=this.children();if(this.calledReaddir()){return b.slice(0,b.provisional)}const S=this.fullpath();if(this.#ut){await this.#ut}else{let resolve=()=>{};this.#ut=new Promise((b=>resolve=b));try{for(const J of await this.#ve.promises.readdir(S,{withFileTypes:true})){this.#rt(J,b)}this.#Ke(b)}catch(S){this.#et(S.code);b.provisional=0}this.#ut=undefined;resolve()}return b.slice(0,b.provisional)}readdirSync(){if(!this.canReaddir()){return[]}const b=this.children();if(this.calledReaddir()){return b.slice(0,b.provisional)}const S=this.fullpath();try{for(const J of this.#ve.readdirSync(S,{withFileTypes:true})){this.#rt(J,b)}this.#Ke(b)}catch(S){this.#et(S.code);b.provisional=0}return b.slice(0,b.provisional)}canReaddir(){if(this.#Ve&De)return false;const b=Se&this.#Ve;if(!(b===me||b===_e||b===Te)){return false}return true}shouldWalk(b,S){return(this.#Ve&_e)===_e&&!(this.#Ve&De)&&!b.has(this)&&(!S||S(this))}async realpath(){if(this.#qe)return this.#qe;if((ke|Ae|Ne)&this.#Ve)return undefined;try{const b=await this.#ve.promises.realpath(this.fullpath());return this.#qe=this.resolve(b)}catch(b){this.#Qe()}}realpathSync(){if(this.#qe)return this.#qe;if((ke|Ae|Ne)&this.#Ve)return undefined;try{const b=this.#ve.realpathSync(this.fullpath());return this.#qe=this.resolve(b)}catch(b){this.#Qe()}}[we](b){if(b===this)return;b.isCWD=false;this.isCWD=true;const S=new Set([]);let J=[];let ee=this;while(ee&&ee.parent){S.add(ee);ee.#We=J.join(this.sep);ee.#Je=J.join("/");ee=ee.parent;J.push("..")}ee=b;while(ee&&ee.parent&&!S.has(ee)){ee.#We=undefined;ee.#Je=undefined;ee=ee.parent}}}S.PathBase=PathBase;class PathWin32 extends PathBase{sep="\\";splitSep=fe;constructor(b,S=me,J,ee,te,re,ne){super(b,S,J,ee,te,re,ne)}newChild(b,S=me,J={}){return new PathWin32(b,S,this.root,this.roots,this.nocase,this.childrenCache(),J)}getRootString(b){return ie.win32.parse(b).root}getRoot(b){b=uncToDrive(b.toUpperCase());if(b===this.root.name){return this.root}for(const[S,J]of Object.entries(this.roots)){if(this.sameRoot(b,S)){return this.roots[b]=J}}return this.roots[b]=new PathScurryWin32(b,this).root}sameRoot(b,S=this.root.name){b=b.toUpperCase().replace(/\//g,"\\").replace(de,"$1\\");return b===S}}S.PathWin32=PathWin32;class PathPosix extends PathBase{splitSep="/";sep="/";constructor(b,S=me,J,ee,te,re,ne){super(b,S,J,ee,te,re,ne)}getRootString(b){return b.startsWith("/")?"/":""}getRoot(b){return this.root}newChild(b,S=me,J={}){return new PathPosix(b,S,this.root,this.roots,this.nocase,this.childrenCache(),J)}}S.PathPosix=PathPosix;class PathScurryBase{root;rootPath;roots;cwd;#pt;#dt;#ze;nocase;#ve;constructor(b=process.cwd(),S,J,{nocase:ee,childrenCacheSize:te=16*1024,fs:re=pe}={}){this.#ve=fsFromOption(re);if(b instanceof URL||b.startsWith("file://")){b=(0,oe.fileURLToPath)(b)}const ne=S.resolve(b);this.roots=Object.create(null);this.rootPath=this.parseRootPath(ne);this.#pt=new ResolveCache;this.#dt=new ResolveCache;this.#ze=new ChildrenCache(te);const ie=ne.substring(this.rootPath.length).split(J);if(ie.length===1&&!ie[0]){ie.pop()}if(ee===undefined){throw new TypeError("must provide nocase setting to PathScurryBase ctor")}this.nocase=ee;this.root=this.newRoot(this.#ve);this.roots[this.rootPath]=this.root;let se=this.root;let ae=ie.length-1;const ce=S.sep;let le=this.rootPath;let ue=false;for(const b of ie){const S=ae--;se=se.child(b,{relative:new Array(S).fill("..").join(ce),relativePosix:new Array(S).fill("..").join("/"),fullpath:le+=(ue?"":ce)+b});ue=true}this.cwd=se}depth(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.depth()}childrenCache(){return this.#ze}resolve(...b){let S="";for(let J=b.length-1;J>=0;J--){const ee=b[J];if(!ee||ee===".")continue;S=S?`${ee}/${S}`:ee;if(this.isAbsolute(ee)){break}}const J=this.#pt.get(S);if(J!==undefined){return J}const ee=this.cwd.resolve(S).fullpath();this.#pt.set(S,ee);return ee}resolvePosix(...b){let S="";for(let J=b.length-1;J>=0;J--){const ee=b[J];if(!ee||ee===".")continue;S=S?`${ee}/${S}`:ee;if(this.isAbsolute(ee)){break}}const J=this.#dt.get(S);if(J!==undefined){return J}const ee=this.cwd.resolve(S).fullpathPosix();this.#dt.set(S,ee);return ee}relative(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.relative()}relativePosix(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.relativePosix()}basename(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.name}dirname(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return(b.parent||b).fullpath()}async readdir(b=this.cwd,S={withFileTypes:true}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J}=S;if(!b.canReaddir()){return[]}else{const S=await b.readdir();return J?S:S.map((b=>b.name))}}readdirSync(b=this.cwd,S={withFileTypes:true}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true}=S;if(!b.canReaddir()){return[]}else if(J){return b.readdirSync()}else{return b.readdirSync().map((b=>b.name))}}async lstat(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.lstat()}lstatSync(b=this.cwd){if(typeof b==="string"){b=this.cwd.resolve(b)}return b.lstatSync()}async readlink(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=await b.readlink();return S?J:J?.fullpath()}readlinkSync(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=b.readlinkSync();return S?J:J?.fullpath()}async realpath(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=await b.realpath();return S?J:J?.fullpath()}realpathSync(b=this.cwd,{withFileTypes:S}={withFileTypes:false}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b.withFileTypes;b=this.cwd}const J=b.realpathSync();return S?J:J?.fullpath()}async walk(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=[];if(!te||te(b)){ne.push(J?b:b.fullpath())}const ie=new Set;const walk=(b,S)=>{ie.add(b);b.readdirCB(((b,oe)=>{if(b){return S(b)}let se=oe.length;if(!se)return S();const next=()=>{if(--se===0){S()}};for(const b of oe){if(!te||te(b)){ne.push(J?b:b.fullpath())}if(ee&&b.isSymbolicLink()){b.realpath().then((b=>b?.isUnknown()?b.lstat():b)).then((b=>b?.shouldWalk(ie,re)?walk(b,next):next()))}else{if(b.shouldWalk(ie,re)){walk(b,next)}else{next()}}}}),true)};const oe=b;return new Promise(((b,S)=>{walk(oe,(J=>{if(J)return S(J);b(ne)}))}))}walkSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=[];if(!te||te(b)){ne.push(J?b:b.fullpath())}const ie=new Set([b]);for(const b of ie){const S=b.readdirSync();for(const b of S){if(!te||te(b)){ne.push(J?b:b.fullpath())}let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ie,re)){ie.add(S)}}}return ne}[Symbol.asyncIterator](){return this.iterate()}iterate(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}return this.stream(b,S)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;if(!te||te(b)){yield J?b:b.fullpath()}const ne=new Set([b]);for(const b of ne){const S=b.readdirSync();for(const b of S){if(!te||te(b)){yield J?b:b.fullpath()}let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ne,re)){ne.add(S)}}}}stream(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=new ue.Minipass({objectMode:true});if(!te||te(b)){ne.write(J?b:b.fullpath())}const ie=new Set;const oe=[b];let se=0;const process=()=>{let b=false;while(!b){const S=oe.shift();if(!S){if(se===0)ne.end();return}se++;ie.add(S);const onReaddir=(S,ce,le=false)=>{if(S)return ne.emit("error",S);if(ee&&!le){const b=[];for(const S of ce){if(S.isSymbolicLink()){b.push(S.realpath().then((b=>b?.isUnknown()?b.lstat():b)))}}if(b.length){Promise.all(b).then((()=>onReaddir(null,ce,true)));return}}for(const S of ce){if(S&&(!te||te(S))){if(!ne.write(J?S:S.fullpath())){b=true}}}se--;for(const b of ce){const S=b.realpathCached()||b;if(S.shouldWalk(ie,re)){oe.push(S)}}if(b&&!ne.flowing){ne.once("drain",process)}else if(!ae){process()}};let ae=true;S.readdirCB(onReaddir,true);ae=false}};process();return ne}streamSync(b=this.cwd,S={}){if(typeof b==="string"){b=this.cwd.resolve(b)}else if(!(b instanceof PathBase)){S=b;b=this.cwd}const{withFileTypes:J=true,follow:ee=false,filter:te,walkFilter:re}=S;const ne=new ue.Minipass({objectMode:true});const ie=new Set;if(!te||te(b)){ne.write(J?b:b.fullpath())}const oe=[b];let se=0;const process=()=>{let b=false;while(!b){const S=oe.shift();if(!S){if(se===0)ne.end();return}se++;ie.add(S);const ae=S.readdirSync();for(const S of ae){if(!te||te(S)){if(!ne.write(J?S:S.fullpath())){b=true}}}se--;for(const b of ae){let S=b;if(b.isSymbolicLink()){if(!(ee&&(S=b.realpathSync())))continue;if(S.isUnknown())S.lstatSync()}if(S.shouldWalk(ie,re)){oe.push(S)}}}if(b&&!ne.flowing)ne.once("drain",process)};process();return ne}chdir(b=this.cwd){const S=this.cwd;this.cwd=typeof b==="string"?this.cwd.resolve(b):b;this.cwd[we](S)}}S.PathScurryBase=PathScurryBase;class PathScurryWin32 extends PathScurryBase{sep="\\";constructor(b=process.cwd(),S={}){const{nocase:J=true}=S;super(b,ie.win32,"\\",{...S,nocase:J});this.nocase=J;for(let b=this.cwd;b;b=b.parent){b.nocase=this.nocase}}parseRootPath(b){return ie.win32.parse(b).root.toUpperCase()}newRoot(b){return new PathWin32(this.rootPath,_e,undefined,this.roots,this.nocase,this.childrenCache(),{fs:b})}isAbsolute(b){return b.startsWith("/")||b.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(b)}}S.PathScurryWin32=PathScurryWin32;class PathScurryPosix extends PathScurryBase{sep="/";constructor(b=process.cwd(),S={}){const{nocase:J=false}=S;super(b,ie.posix,"/",{...S,nocase:J});this.nocase=J}parseRootPath(b){return"/"}newRoot(b){return new PathPosix(this.rootPath,_e,undefined,this.roots,this.nocase,this.childrenCache(),{fs:b})}isAbsolute(b){return b.startsWith("/")}}S.PathScurryPosix=PathScurryPosix;class PathScurryDarwin extends PathScurryPosix{constructor(b=process.cwd(),S={}){const{nocase:J=true}=S;super(b,{...S,nocase:J})}}S.PathScurryDarwin=PathScurryDarwin;S.Path=process.platform==="win32"?PathWin32:PathPosix;S.PathScurry=process.platform==="win32"?PathScurryWin32:process.platform==="darwin"?PathScurryDarwin:PathScurryPosix},67653:(b,S)=>{"use strict";Object.defineProperty(S,"__esModule",{value:true});S.LRUCache=void 0;const J=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const ee=new Set;const te=typeof process==="object"&&!!process?process:{};const emitWarning=(b,S,J,ee)=>{typeof te.emitWarning==="function"?te.emitWarning(b,S,J,ee):console.error(`[${J}] ${S}: ${b}`)};let re=globalThis.AbortController;let ne=globalThis.AbortSignal;if(typeof re==="undefined"){ne=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(b,S){this._onabort.push(S)}};re=class AbortController{constructor(){warnACPolyfill()}signal=new ne;abort(b){if(this.signal.aborted)return;this.signal.reason=b;this.signal.aborted=true;for(const S of this.signal._onabort){S(b)}this.signal.onabort?.(b)}};let b=te.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!b)return;b=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=b=>!ee.has(b);const ie=Symbol("type");const isPosInt=b=>b&&b===Math.floor(b)&&b>0&&isFinite(b);const getUintArray=b=>!isPosInt(b)?null:b<=Math.pow(2,8)?Uint8Array:b<=Math.pow(2,16)?Uint16Array:b<=Math.pow(2,32)?Uint32Array:b<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(b){super(b);this.fill(0)}}class Stack{heap;length;static#O=false;static create(b){const S=getUintArray(b);if(!S)return[];Stack.#O=true;const J=new Stack(b,S);Stack.#O=false;return J}constructor(b,S){if(!Stack.#O){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new S(b);this.length=0}push(b){this.heap[this.length++]=b}pop(){return this.heap[--this.length]}}class LRUCache{#w;#L;#M;#ft;#R;#B;#mt;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#j;#U;#W;#J;#V;#z;#G;#q;#$;#H;#K;#X;#Y;#Q;#Z;#ee;#te;#gt;static unsafeExposeInternals(b){return{starts:b.#Y,ttls:b.#Q,sizes:b.#X,keyMap:b.#W,keyList:b.#J,valList:b.#V,next:b.#z,prev:b.#G,get head(){return b.#q},get tail(){return b.#$},free:b.#H,isBackgroundFetch:S=>b.#re(S),backgroundFetch:(S,J,ee,te)=>b.#ne(S,J,ee,te),moveToTail:S=>b.#ie(S),indexes:S=>b.#oe(S),rindexes:S=>b.#se(S),isStale:S=>b.#ae(S)}}get max(){return this.#w}get maxSize(){return this.#L}get calculatedSize(){return this.#U}get size(){return this.#j}get fetchMethod(){return this.#B}get memoMethod(){return this.#mt}get dispose(){return this.#M}get onInsert(){return this.#ft}get disposeAfter(){return this.#R}constructor(b){const{max:S=0,ttl:J,ttlResolution:te=1,ttlAutopurge:re,updateAgeOnGet:ne,updateAgeOnHas:ie,allowStale:oe,dispose:se,onInsert:ae,disposeAfter:ce,noDisposeOnSet:le,noUpdateTTL:ue,maxSize:pe=0,maxEntrySize:de=0,sizeCalculation:fe,fetchMethod:me,memoMethod:ge,noDeleteOnFetchRejection:he,noDeleteOnStaleGet:_e,allowStaleOnFetchRejection:ye,allowStaleOnFetchAbort:ve,ignoreFetchAbort:Te}=b;if(S!==0&&!isPosInt(S)){throw new TypeError("max option must be a nonnegative integer")}const be=S?getUintArray(S):Array;if(!be){throw new Error("invalid max value: "+S)}this.#w=S;this.#L=pe;this.maxEntrySize=de||this.#L;this.sizeCalculation=fe;if(this.sizeCalculation){if(!this.#L&&!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(ge!==undefined&&typeof ge!=="function"){throw new TypeError("memoMethod must be a function if defined")}this.#mt=ge;if(me!==undefined&&typeof me!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#B=me;this.#ee=!!me;this.#W=new Map;this.#J=new Array(S).fill(undefined);this.#V=new Array(S).fill(undefined);this.#z=new be(S);this.#G=new be(S);this.#q=0;this.#$=0;this.#H=Stack.create(S);this.#j=0;this.#U=0;if(typeof se==="function"){this.#M=se}if(typeof ae==="function"){this.#ft=ae}if(typeof ce==="function"){this.#R=ce;this.#K=[]}else{this.#R=undefined;this.#K=undefined}this.#Z=!!this.#M;this.#gt=!!this.#ft;this.#te=!!this.#R;this.noDisposeOnSet=!!le;this.noUpdateTTL=!!ue;this.noDeleteOnFetchRejection=!!he;this.allowStaleOnFetchRejection=!!ye;this.allowStaleOnFetchAbort=!!ve;this.ignoreFetchAbort=!!Te;if(this.maxEntrySize!==0){if(this.#L!==0){if(!isPosInt(this.#L)){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.#ce()}this.allowStale=!!oe;this.noDeleteOnStaleGet=!!_e;this.updateAgeOnGet=!!ne;this.updateAgeOnHas=!!ie;this.ttlResolution=isPosInt(te)||te===0?te:1;this.ttlAutopurge=!!re;this.ttl=J||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#le()}if(this.#w===0&&this.ttl===0&&this.#L===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#w&&!this.#L){const b="LRU_CACHE_UNBOUNDED";if(shouldWarn(b)){ee.add(b);const S="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(S,"UnboundedCacheWarning",b,LRUCache)}}}getRemainingTTL(b){return this.#W.has(b)?Infinity:0}#le(){const b=new ZeroArray(this.#w);const S=new ZeroArray(this.#w);this.#Q=b;this.#Y=S;this.#ue=(ee,te,re=J.now())=>{S[ee]=te!==0?re:0;b[ee]=te;if(te!==0&&this.ttlAutopurge){const b=setTimeout((()=>{if(this.#ae(ee)){this.#ht(this.#J[ee],"expire")}}),te+1);if(b.unref){b.unref()}}};this.#pe=ee=>{S[ee]=b[ee]!==0?J.now():0};this.#de=(J,te)=>{if(b[te]){const re=b[te];const ne=S[te];if(!re||!ne)return;J.ttl=re;J.start=ne;J.now=ee||getNow();const ie=J.now-ne;J.remainingTTL=re-ie}};let ee=0;const getNow=()=>{const b=J.now();if(this.ttlResolution>0){ee=b;const S=setTimeout((()=>ee=0),this.ttlResolution);if(S.unref){S.unref()}}return b};this.getRemainingTTL=J=>{const te=this.#W.get(J);if(te===undefined){return 0}const re=b[te];const ne=S[te];if(!re||!ne){return Infinity}const ie=(ee||getNow())-ne;return re-ie};this.#ae=J=>{const te=S[J];const re=b[J];return!!re&&!!te&&(ee||getNow())-te>re}}#pe=()=>{};#de=()=>{};#ue=()=>{};#ae=()=>false;#ce(){const b=new ZeroArray(this.#w);this.#U=0;this.#X=b;this.#fe=S=>{this.#U-=b[S];b[S]=0};this.#me=(b,S,J,ee)=>{if(this.#re(S)){return 0}if(!isPosInt(J)){if(ee){if(typeof ee!=="function"){throw new TypeError("sizeCalculation must be a function")}J=ee(S,b);if(!isPosInt(J)){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 J};this.#ge=(S,J,ee)=>{b[S]=J;if(this.#L){const J=this.#L-b[S];while(this.#U>J){this.#he(true)}}this.#U+=b[S];if(ee){ee.entrySize=J;ee.totalCalculatedSize=this.#U}}}#fe=b=>{};#ge=(b,S,J)=>{};#me=(b,S,J,ee)=>{if(J||ee){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#oe({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#$;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#q){break}else{S=this.#G[S]}}}}*#se({allowStale:b=this.allowStale}={}){if(this.#j){for(let S=this.#q;true;){if(!this.#_e(S)){break}if(b||!this.#ae(S)){yield S}if(S===this.#$){break}else{S=this.#z[S]}}}}#_e(b){return b!==undefined&&this.#W.get(this.#J[b])===b}*entries(){for(const b of this.#oe()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*rentries(){for(const b of this.#se()){if(this.#V[b]!==undefined&&this.#J[b]!==undefined&&!this.#re(this.#V[b])){yield[this.#J[b],this.#V[b]]}}}*keys(){for(const b of this.#oe()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*rkeys(){for(const b of this.#se()){const S=this.#J[b];if(S!==undefined&&!this.#re(this.#V[b])){yield S}}}*values(){for(const b of this.#oe()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}*rvalues(){for(const b of this.#se()){const S=this.#V[b];if(S!==undefined&&!this.#re(this.#V[b])){yield this.#V[b]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(b,S={}){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;if(b(te,this.#J[J],this)){return this.get(this.#J[J],S)}}}forEach(b,S=this){for(const J of this.#oe()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}rforEach(b,S=this){for(const J of this.#se()){const ee=this.#V[J];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)continue;b.call(S,te,this.#J[J],this)}}purgeStale(){let b=false;for(const S of this.#se({allowStale:true})){if(this.#ae(S)){this.#ht(this.#J[S],"expire");b=true}}return b}info(b){const S=this.#W.get(b);if(S===undefined)return undefined;const ee=this.#V[S];const te=this.#re(ee)?ee.__staleWhileFetching:ee;if(te===undefined)return undefined;const re={value:te};if(this.#Q&&this.#Y){const b=this.#Q[S];const ee=this.#Y[S];if(b&&ee){const S=b-(J.now()-ee);re.ttl=S;re.start=Date.now()}}if(this.#X){re.size=this.#X[S]}return re}dump(){const b=[];for(const S of this.#oe({allowStale:true})){const ee=this.#J[S];const te=this.#V[S];const re=this.#re(te)?te.__staleWhileFetching:te;if(re===undefined||ee===undefined)continue;const ne={value:re};if(this.#Q&&this.#Y){ne.ttl=this.#Q[S];const b=J.now()-this.#Y[S];ne.start=Math.floor(Date.now()-b)}if(this.#X){ne.size=this.#X[S]}b.unshift([ee,ne])}return b}load(b){this.clear();for(const[S,ee]of b){if(ee.start){const b=Date.now()-ee.start;ee.start=J.now()-b}this.set(S,ee.value,ee)}}set(b,S,J={}){if(S===undefined){this.delete(b);return this}const{ttl:ee=this.ttl,start:te,noDisposeOnSet:re=this.noDisposeOnSet,sizeCalculation:ne=this.sizeCalculation,status:ie}=J;let{noUpdateTTL:oe=this.noUpdateTTL}=J;const se=this.#me(b,S,J.size||0,ne);if(this.maxEntrySize&&se>this.maxEntrySize){if(ie){ie.set="miss";ie.maxEntrySizeExceeded=true}this.#ht(b,"set");return this}let ae=this.#j===0?undefined:this.#W.get(b);if(ae===undefined){ae=this.#j===0?this.#$:this.#H.length!==0?this.#H.pop():this.#j===this.#w?this.#he(false):this.#j;this.#J[ae]=b;this.#V[ae]=S;this.#W.set(b,ae);this.#z[this.#$]=ae;this.#G[ae]=this.#$;this.#$=ae;this.#j++;this.#ge(ae,se,ie);if(ie)ie.set="add";oe=false;if(this.#gt){this.#ft?.(S,b,"add")}}else{this.#ie(ae);const J=this.#V[ae];if(S!==J){if(this.#ee&&this.#re(J)){J.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:S}=J;if(S!==undefined&&!re){if(this.#Z){this.#M?.(S,b,"set")}if(this.#te){this.#K?.push([S,b,"set"])}}}else if(!re){if(this.#Z){this.#M?.(J,b,"set")}if(this.#te){this.#K?.push([J,b,"set"])}}this.#fe(ae);this.#ge(ae,se,ie);this.#V[ae]=S;if(ie){ie.set="replace";const b=J&&this.#re(J)?J.__staleWhileFetching:J;if(b!==undefined)ie.oldValue=b}}else if(ie){ie.set="update"}if(this.#gt){this.onInsert?.(S,b,S===J?"update":"replace")}}if(ee!==0&&!this.#Q){this.#le()}if(this.#Q){if(!oe){this.#ue(ae,ee,te)}if(ie)this.#de(ie,ae)}if(!re&&this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return this}pop(){try{while(this.#j){const b=this.#V[this.#q];this.#he(true);if(this.#re(b)){if(b.__staleWhileFetching){return b.__staleWhileFetching}}else if(b!==undefined){return b}}}finally{if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}#he(b){const S=this.#q;const J=this.#J[S];const ee=this.#V[S];if(this.#ee&&this.#re(ee)){ee.__abortController.abort(new Error("evicted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(ee,J,"evict")}if(this.#te){this.#K?.push([ee,J,"evict"])}}this.#fe(S);if(b){this.#J[S]=undefined;this.#V[S]=undefined;this.#H.push(S)}if(this.#j===1){this.#q=this.#$=0;this.#H.length=0}else{this.#q=this.#z[S]}this.#W.delete(J);this.#j--;return S}has(b,S={}){const{updateAgeOnHas:J=this.updateAgeOnHas,status:ee}=S;const te=this.#W.get(b);if(te!==undefined){const b=this.#V[te];if(this.#re(b)&&b.__staleWhileFetching===undefined){return false}if(!this.#ae(te)){if(J){this.#pe(te)}if(ee){ee.has="hit";this.#de(ee,te)}return true}else if(ee){ee.has="stale";this.#de(ee,te)}}else if(ee){ee.has="miss"}return false}peek(b,S={}){const{allowStale:J=this.allowStale}=S;const ee=this.#W.get(b);if(ee===undefined||!J&&this.#ae(ee)){return}const te=this.#V[ee];return this.#re(te)?te.__staleWhileFetching:te}#ne(b,S,J,ee){const te=S===undefined?undefined:this.#V[S];if(this.#re(te)){return te}const ne=new re;const{signal:ie}=J;ie?.addEventListener("abort",(()=>ne.abort(ie.reason)),{signal:ne.signal});const oe={signal:ne.signal,options:J,context:ee};const cb=(ee,te=false)=>{const{aborted:re}=ne.signal;const ie=J.ignoreFetchAbort&&ee!==undefined;if(J.status){if(re&&!te){J.status.fetchAborted=true;J.status.fetchError=ne.signal.reason;if(ie)J.status.fetchAbortIgnored=true}else{J.status.fetchResolved=true}}if(re&&!ie&&!te){return fetchFail(ne.signal.reason)}const ae=se;if(this.#V[S]===se){if(ee===undefined){if(ae.__staleWhileFetching){this.#V[S]=ae.__staleWhileFetching}else{this.#ht(b,"fetch")}}else{if(J.status)J.status.fetchUpdated=true;this.set(b,ee,oe.options)}}return ee};const eb=b=>{if(J.status){J.status.fetchRejected=true;J.status.fetchError=b}return fetchFail(b)};const fetchFail=ee=>{const{aborted:te}=ne.signal;const re=te&&J.allowStaleOnFetchAbort;const ie=re||J.allowStaleOnFetchRejection;const oe=ie||J.noDeleteOnFetchRejection;const ae=se;if(this.#V[S]===se){const J=!oe||ae.__staleWhileFetching===undefined;if(J){this.#ht(b,"fetch")}else if(!re){this.#V[S]=ae.__staleWhileFetching}}if(ie){if(J.status&&ae.__staleWhileFetching!==undefined){J.status.returnedStale=true}return ae.__staleWhileFetching}else if(ae.__returned===ae){throw ee}};const pcall=(S,ee)=>{const re=this.#B?.(b,te,oe);if(re&&re instanceof Promise){re.then((b=>S(b===undefined?undefined:b)),ee)}ne.signal.addEventListener("abort",(()=>{if(!J.ignoreFetchAbort||J.allowStaleOnFetchAbort){S(undefined);if(J.allowStaleOnFetchAbort){S=b=>cb(b,true)}}}))};if(J.status)J.status.fetchDispatched=true;const se=new Promise(pcall).then(cb,eb);const ae=Object.assign(se,{__abortController:ne,__staleWhileFetching:te,__returned:undefined});if(S===undefined){this.set(b,ae,{...oe.options,status:undefined});S=this.#W.get(b)}else{this.#V[S]=ae}return ae}#re(b){if(!this.#ee)return false;const S=b;return!!S&&S instanceof Promise&&S.hasOwnProperty("__staleWhileFetching")&&S.__abortController instanceof re}async fetch(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,ttl:re=this.ttl,noDisposeOnSet:ne=this.noDisposeOnSet,size:ie=0,sizeCalculation:oe=this.sizeCalculation,noUpdateTTL:se=this.noUpdateTTL,noDeleteOnFetchRejection:ae=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:ce=this.allowStaleOnFetchRejection,ignoreFetchAbort:le=this.ignoreFetchAbort,allowStaleOnFetchAbort:ue=this.allowStaleOnFetchAbort,context:pe,forceRefresh:de=false,status:fe,signal:me}=S;if(!this.#ee){if(fe)fe.fetch="get";return this.get(b,{allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,status:fe})}const ge={allowStale:J,updateAgeOnGet:ee,noDeleteOnStaleGet:te,ttl:re,noDisposeOnSet:ne,size:ie,sizeCalculation:oe,noUpdateTTL:se,noDeleteOnFetchRejection:ae,allowStaleOnFetchRejection:ce,allowStaleOnFetchAbort:ue,ignoreFetchAbort:le,status:fe,signal:me};let he=this.#W.get(b);if(he===undefined){if(fe)fe.fetch="miss";const S=this.#ne(b,he,ge,pe);return S.__returned=S}else{const S=this.#V[he];if(this.#re(S)){const b=J&&S.__staleWhileFetching!==undefined;if(fe){fe.fetch="inflight";if(b)fe.returnedStale=true}return b?S.__staleWhileFetching:S.__returned=S}const te=this.#ae(he);if(!de&&!te){if(fe)fe.fetch="hit";this.#ie(he);if(ee){this.#pe(he)}if(fe)this.#de(fe,he);return S}const re=this.#ne(b,he,ge,pe);const ne=re.__staleWhileFetching!==undefined;const ie=ne&&J;if(fe){fe.fetch=te?"stale":"refresh";if(ie&&te)fe.returnedStale=true}return ie?re.__staleWhileFetching:re.__returned=re}}async forceFetch(b,S={}){const J=await this.fetch(b,S);if(J===undefined)throw new Error("fetch() returned undefined");return J}memo(b,S={}){const J=this.#mt;if(!J){throw new Error("no memoMethod provided to constructor")}const{context:ee,forceRefresh:te,...re}=S;const ne=this.get(b,re);if(!te&&ne!==undefined)return ne;const ie=J(b,ne,{options:re,context:ee});this.set(b,ie,re);return ie}get(b,S={}){const{allowStale:J=this.allowStale,updateAgeOnGet:ee=this.updateAgeOnGet,noDeleteOnStaleGet:te=this.noDeleteOnStaleGet,status:re}=S;const ne=this.#W.get(b);if(ne!==undefined){const S=this.#V[ne];const ie=this.#re(S);if(re)this.#de(re,ne);if(this.#ae(ne)){if(re)re.get="stale";if(!ie){if(!te){this.#ht(b,"expire")}if(re&&J)re.returnedStale=true;return J?S:undefined}else{if(re&&J&&S.__staleWhileFetching!==undefined){re.returnedStale=true}return J?S.__staleWhileFetching:undefined}}else{if(re)re.get="hit";if(ie){return S.__staleWhileFetching}this.#ie(ne);if(ee){this.#pe(ne)}return S}}else if(re){re.get="miss"}}#ye(b,S){this.#G[S]=b;this.#z[b]=S}#ie(b){if(b!==this.#$){if(b===this.#q){this.#q=this.#z[b]}else{this.#ye(this.#G[b],this.#z[b])}this.#ye(this.#$,b);this.#$=b}}delete(b){return this.#ht(b,"delete")}#ht(b,S){let J=false;if(this.#j!==0){const ee=this.#W.get(b);if(ee!==undefined){J=true;if(this.#j===1){this.#_t(S)}else{this.#fe(ee);const J=this.#V[ee];if(this.#re(J)){J.__abortController.abort(new Error("deleted"))}else if(this.#Z||this.#te){if(this.#Z){this.#M?.(J,b,S)}if(this.#te){this.#K?.push([J,b,S])}}this.#W.delete(b);this.#J[ee]=undefined;this.#V[ee]=undefined;if(ee===this.#$){this.#$=this.#G[ee]}else if(ee===this.#q){this.#q=this.#z[ee]}else{const b=this.#G[ee];this.#z[b]=this.#z[ee];const S=this.#z[ee];this.#G[S]=this.#G[ee]}this.#j--;this.#H.push(ee)}}}if(this.#te&&this.#K?.length){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}return J}clear(){return this.#_t("delete")}#_t(b){for(const S of this.#se({allowStale:true})){const J=this.#V[S];if(this.#re(J)){J.__abortController.abort(new Error("deleted"))}else{const ee=this.#J[S];if(this.#Z){this.#M?.(J,ee,b)}if(this.#te){this.#K?.push([J,ee,b])}}}this.#W.clear();this.#V.fill(undefined);this.#J.fill(undefined);if(this.#Q&&this.#Y){this.#Q.fill(0);this.#Y.fill(0)}if(this.#X){this.#X.fill(0)}this.#q=0;this.#$=0;this.#H.length=0;this.#U=0;this.#j=0;if(this.#te&&this.#K){const b=this.#K;let S;while(S=b?.shift()){this.#R?.(...S)}}}}S.LRUCache=LRUCache},54747:(b,S,J)=>{b.exports=function import_(b){return J(29058)(b)};0&&0},92652:(b,S,J)=>{S.getModuleName=()=>J(66413).getModuleName;0&&0},96277:b=>{"use strict";b.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"}}')},22798:b=>{"use strict";b.exports=JSON.parse('{"transform-explicit-resource-management":{"chrome":"134","edge":"134","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"}}')},1243:b=>{"use strict";b.exports=JSON.parse('["decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","eval","globalThis","isFinite","isNaN","parseFloat","parseInt","undefined","unescape"]')},70270:b=>{"use strict";b.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"]')},57699:b=>{"use strict";b.exports=JSON.parse('{"name":"@babel/preset-typescript","version":"7.27.1","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.27.1"},"peerDependencies":{"@babel/core":"^7.0.0-0"},"devDependencies":{"@babel/core":"^7.27.1","@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"}')},9936:b=>{"use strict";b.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":"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":"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"}]')},128:b=>{"use strict";b.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-04-22","lts":"2025-10-28","maintenance":"2026-10-20","end":"2028-04-30","codename":""}}')},8330:b=>{"use strict";b.exports=JSON.parse('{"name":"install-expo-modules","version":"0.14.16","license":"MIT","description":"Tools to install expo-modules for existing react-native projects","keywords":["expo","expo-modules","npx","react-native","react"],"bin":"build/index.js","main":"build/index.js","files":["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","prepare":"expo-module clean && yarn run build:prod","prepublishOnly":"expo-module prepublishOnly","test":"expo-module test","typecheck":"expo-module typecheck","watch":"yarn run build --watch"},"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":"~55.0.13","@expo/config-plugins":"~55.0.8","@expo/package-manager":"^1.10.4","@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":"^55.0.2","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":"f35977db4ffc6bbc2b295d65a8d74e9fd4f24ecb"}')}};var S={};function __nccwpck_require__(J){var ee=S[J];if(ee!==undefined){return ee.exports}var te=S[J]={id:J,loaded:false,exports:{}};var re=true;try{b[J].call(te.exports,te,te.exports,__nccwpck_require__);re=false}finally{if(re)delete S[J]}te.loaded=true;return te.exports}(()=>{__nccwpck_require__.o=(b,S)=>Object.prototype.hasOwnProperty.call(b,S)})();(()=>{__nccwpck_require__.nmd=b=>{b.paths=[];if(!b.children)b.children=[];return b}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var J=__nccwpck_require__(73018);module.exports=J})();