tachiyomi-extensions/lib/synchrony/src/main/assets/synchrony-v2.4.2.1.js
2024-01-08 17:36:05 -05:00

290 lines
921 KiB
JavaScript

var XX=Object.create;var xo=Object.defineProperty,KX=Object.defineProperties,QX=Object.getOwnPropertyDescriptor,ZX=Object.getOwnPropertyDescriptors,eK=Object.getOwnPropertyNames,g8=Object.getOwnPropertySymbols,tK=Object.getPrototypeOf,D8=Object.prototype.hasOwnProperty,rK=Object.prototype.propertyIsEnumerable;var y8=(i,s,u)=>s in i?xo(i,s,{enumerable:!0,configurable:!0,writable:!0,value:u}):i[s]=u,ys=(i,s)=>{for(var u in s||(s={}))D8.call(s,u)&&y8(i,u,s[u]);if(g8)for(var u of g8(s))rK.call(s,u)&&y8(i,u,s[u]);return i},ry=(i,s)=>KX(i,ZX(s)),nK=i=>xo(i,"__esModule",{value:!0});var be=(i,s)=>()=>(s||i((s={exports:{}}).exports,s),s.exports),E8=(i,s)=>{for(var u in s)xo(i,u,{get:s[u],enumerable:!0})},iK=(i,s,u,c)=>{if(s&&typeof s=="object"||typeof s=="function")for(let f of eK(s))!D8.call(i,f)&&(u||f!=="default")&&xo(i,f,{get:()=>s[f],enumerable:!(c=QX(s,f))||c.enumerable});return i},kr=(i,s)=>iK(nK(xo(i!=null?XX(tK(i)):{},"default",!s&&i&&i.__esModule?{get:()=>i.default,enumerable:!0}:{value:i,enumerable:!0})),i);var rt=(i,s,u)=>new Promise((c,f)=>{var h=x=>{try{C(u.next(x))}catch(I){f(I)}},g=x=>{try{C(u.throw(x))}catch(I){f(I)}},C=x=>x.done?c(x.value):Promise.resolve(x.value).then(h,g);C((u=u.apply(i,s)).next())});var C8=be(b8=>{(function i(s){"use strict";var u,c,f,h,g,C;function x(J){var W={},$,G;for($ in J)J.hasOwnProperty($)&&(G=J[$],typeof G=="object"&&G!==null?W[$]=x(G):W[$]=G);return W}function I(J,W){var $,G,ce,se;for(G=J.length,ce=0;G;)$=G>>>1,se=ce+$,W(J[se])?G=$:(ce=se+1,G-=$+1);return ce}u={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ChainExpression:"ChainExpression",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",PrivateIdentifier:"PrivateIdentifier",Program:"Program",Property:"Property",PropertyDefinition:"PropertyDefinition",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",StaticBlock:"StaticBlock",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"},f={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},h={},g={},C={},c={Break:h,Skip:g,Remove:C};function N(J,W){this.parent=J,this.key=W}N.prototype.replace=function(W){this.parent[this.key]=W},N.prototype.remove=function(){return Array.isArray(this.parent)?(this.parent.splice(this.key,1),!0):(this.replace(null),!1)};function j(J,W,$,G){this.node=J,this.path=W,this.wrap=$,this.ref=G}function O(){}O.prototype.path=function(){var W,$,G,ce,se,he;function ie(K,ge){if(Array.isArray(ge))for(G=0,ce=ge.length;G<ce;++G)K.push(ge[G]);else K.push(ge)}if(!this.__current.path)return null;for(se=[],W=2,$=this.__leavelist.length;W<$;++W)he=this.__leavelist[W],ie(se,he.path);return ie(se,this.__current.path),se},O.prototype.type=function(){var J=this.current();return J.type||this.__current.wrap},O.prototype.parents=function(){var W,$,G;for(G=[],W=1,$=this.__leavelist.length;W<$;++W)G.push(this.__leavelist[W].node);return G},O.prototype.current=function(){return this.__current.node},O.prototype.__execute=function(W,$){var G,ce;return ce=void 0,G=this.__current,this.__current=$,this.__state=null,W&&(ce=W.call(this,$.node,this.__leavelist[this.__leavelist.length-1].node)),this.__current=G,ce},O.prototype.notify=function(W){this.__state=W},O.prototype.skip=function(){this.notify(g)},O.prototype.break=function(){this.notify(h)},O.prototype.remove=function(){this.notify(C)},O.prototype.__initialize=function(J,W){this.visitor=W,this.root=J,this.__worklist=[],this.__leavelist=[],this.__current=null,this.__state=null,this.__fallback=null,W.fallback==="iteration"?this.__fallback=Object.keys:typeof W.fallback=="function"&&(this.__fallback=W.fallback),this.__keys=f,W.keys&&(this.__keys=Object.assign(Object.create(this.__keys),W.keys))};function R(J){return J==null?!1:typeof J=="object"&&typeof J.type=="string"}function V(J,W){return(J===u.ObjectExpression||J===u.ObjectPattern)&&W==="properties"}function Y(J,W){for(var $=J.length-1;$>=0;--$)if(J[$].node===W)return!0;return!1}O.prototype.traverse=function(W,$){var G,ce,se,he,ie,K,ge,Ie,Pe,Ne,we,Ze;for(this.__initialize(W,$),Ze={},G=this.__worklist,ce=this.__leavelist,G.push(new j(W,null,null,null)),ce.push(new j(null,null,null,null));G.length;){if(se=G.pop(),se===Ze){if(se=ce.pop(),K=this.__execute($.leave,se),this.__state===h||K===h)return;continue}if(se.node){if(K=this.__execute($.enter,se),this.__state===h||K===h)return;if(G.push(Ze),ce.push(se),this.__state===g||K===g)continue;if(he=se.node,ie=he.type||se.wrap,Ne=this.__keys[ie],!Ne)if(this.__fallback)Ne=this.__fallback(he);else throw new Error("Unknown node type "+ie+".");for(Ie=Ne.length;(Ie-=1)>=0;)if(ge=Ne[Ie],we=he[ge],!!we){if(Array.isArray(we)){for(Pe=we.length;(Pe-=1)>=0;)if(!!we[Pe]&&!Y(ce,we[Pe])){if(V(ie,Ne[Ie]))se=new j(we[Pe],[ge,Pe],"Property",null);else if(R(we[Pe]))se=new j(we[Pe],[ge,Pe],null,null);else continue;G.push(se)}}else if(R(we)){if(Y(ce,we))continue;G.push(new j(we,ge,null,null))}}}}},O.prototype.replace=function(W,$){var G,ce,se,he,ie,K,ge,Ie,Pe,Ne,we,Ze,vt;function le(Gt){var xr,ln,Le,Et;if(Gt.ref.remove()){for(ln=Gt.ref.key,Et=Gt.ref.parent,xr=G.length;xr--;)if(Le=G[xr],Le.ref&&Le.ref.parent===Et){if(Le.ref.key<ln)break;--Le.ref.key}}}for(this.__initialize(W,$),we={},G=this.__worklist,ce=this.__leavelist,Ze={root:W},K=new j(W,null,null,new N(Ze,"root")),G.push(K),ce.push(K);G.length;){if(K=G.pop(),K===we){if(K=ce.pop(),ie=this.__execute($.leave,K),ie!==void 0&&ie!==h&&ie!==g&&ie!==C&&K.ref.replace(ie),(this.__state===C||ie===C)&&le(K),this.__state===h||ie===h)return Ze.root;continue}if(ie=this.__execute($.enter,K),ie!==void 0&&ie!==h&&ie!==g&&ie!==C&&(K.ref.replace(ie),K.node=ie),(this.__state===C||ie===C)&&(le(K),K.node=null),this.__state===h||ie===h)return Ze.root;if(se=K.node,!!se&&(G.push(we),ce.push(K),!(this.__state===g||ie===g))){if(he=se.type||K.wrap,Pe=this.__keys[he],!Pe)if(this.__fallback)Pe=this.__fallback(se);else throw new Error("Unknown node type "+he+".");for(ge=Pe.length;(ge-=1)>=0;)if(vt=Pe[ge],Ne=se[vt],!!Ne)if(Array.isArray(Ne)){for(Ie=Ne.length;(Ie-=1)>=0;)if(!!Ne[Ie]){if(V(he,Pe[ge]))K=new j(Ne[Ie],[vt,Ie],"Property",new N(Ne,Ie));else if(R(Ne[Ie]))K=new j(Ne[Ie],[vt,Ie],null,new N(Ne,Ie));else continue;G.push(K)}}else R(Ne)&&G.push(new j(Ne,vt,null,new N(se,vt)))}}return Ze.root};function Z(J,W){var $=new O;return $.traverse(J,W)}function ue(J,W){var $=new O;return $.replace(J,W)}function oe(J,W){var $;return $=I(W,function(ce){return ce.range[0]>J.range[0]}),J.extendedRange=[J.range[0],J.range[1]],$!==W.length&&(J.extendedRange[1]=W[$].range[0]),$-=1,$>=0&&(J.extendedRange[0]=W[$].range[1]),J}function fe(J,W,$){var G=[],ce,se,he,ie;if(!J.range)throw new Error("attachComments needs range information");if(!$.length){if(W.length){for(he=0,se=W.length;he<se;he+=1)ce=x(W[he]),ce.extendedRange=[0,J.range[0]],G.push(ce);J.leadingComments=G}return J}for(he=0,se=W.length;he<se;he+=1)G.push(oe(x(W[he]),$));return ie=0,Z(J,{enter:function(K){for(var ge;ie<G.length&&(ge=G[ie],!(ge.extendedRange[1]>K.range[0]));)ge.extendedRange[1]===K.range[0]?(K.leadingComments||(K.leadingComments=[]),K.leadingComments.push(ge),G.splice(ie,1)):ie+=1;if(ie===G.length)return c.Break;if(G[ie].extendedRange[0]>K.range[1])return c.Skip}}),ie=0,Z(J,{leave:function(K){for(var ge;ie<G.length&&(ge=G[ie],!(K.range[1]<ge.extendedRange[0]));)K.range[1]===ge.extendedRange[0]?(K.trailingComments||(K.trailingComments=[]),K.trailingComments.push(ge),G.splice(ie,1)):ie+=1;if(ie===G.length)return c.Break;if(G[ie].extendedRange[0]>K.range[1])return c.Skip}}),J}return s.Syntax=u,s.traverse=Z,s.replace=ue,s.attachComments=fe,s.VisitorKeys=f,s.VisitorOption=c,s.Controller=O,s.cloneEnvironment=function(){return i({})},s})(b8)});var v8=be((Ute,A8)=>{(function(){"use strict";function i(g){if(g==null)return!1;switch(g.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1}function s(g){if(g==null)return!1;switch(g.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1}function u(g){if(g==null)return!1;switch(g.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function c(g){return u(g)||g!=null&&g.type==="FunctionDeclaration"}function f(g){switch(g.type){case"IfStatement":return g.alternate!=null?g.alternate:g.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return g.body}return null}function h(g){var C;if(g.type!=="IfStatement"||g.alternate==null)return!1;C=g.consequent;do{if(C.type==="IfStatement"&&C.alternate==null)return!0;C=f(C)}while(C);return!1}A8.exports={isExpression:i,isStatement:u,isIterationStatement:s,isSourceElement:c,isProblematicIfStatement:h,trailingStatement:f}})()});var ny=be((Wte,x8)=>{(function(){"use strict";var i,s,u,c,f,h;s={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},i={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function g(Z){return 48<=Z&&Z<=57}function C(Z){return 48<=Z&&Z<=57||97<=Z&&Z<=102||65<=Z&&Z<=70}function x(Z){return Z>=48&&Z<=55}u=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function I(Z){return Z===32||Z===9||Z===11||Z===12||Z===160||Z>=5760&&u.indexOf(Z)>=0}function N(Z){return Z===10||Z===13||Z===8232||Z===8233}function j(Z){if(Z<=65535)return String.fromCharCode(Z);var ue=String.fromCharCode(Math.floor((Z-65536)/1024)+55296),oe=String.fromCharCode((Z-65536)%1024+56320);return ue+oe}for(c=new Array(128),h=0;h<128;++h)c[h]=h>=97&&h<=122||h>=65&&h<=90||h===36||h===95;for(f=new Array(128),h=0;h<128;++h)f[h]=h>=97&&h<=122||h>=65&&h<=90||h>=48&&h<=57||h===36||h===95;function O(Z){return Z<128?c[Z]:s.NonAsciiIdentifierStart.test(j(Z))}function R(Z){return Z<128?f[Z]:s.NonAsciiIdentifierPart.test(j(Z))}function V(Z){return Z<128?c[Z]:i.NonAsciiIdentifierStart.test(j(Z))}function Y(Z){return Z<128?f[Z]:i.NonAsciiIdentifierPart.test(j(Z))}x8.exports={isDecimalDigit:g,isHexDigit:C,isOctalDigit:x,isWhiteSpace:I,isLineTerminator:N,isIdentifierStartES5:O,isIdentifierPartES5:R,isIdentifierStartES6:V,isIdentifierPartES6:Y}})()});var F8=be((zte,S8)=>{(function(){"use strict";var i=ny();function s(O){switch(O){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function u(O,R){return!R&&O==="yield"?!1:c(O,R)}function c(O,R){if(R&&s(O))return!0;switch(O.length){case 2:return O==="if"||O==="in"||O==="do";case 3:return O==="var"||O==="for"||O==="new"||O==="try";case 4:return O==="this"||O==="else"||O==="case"||O==="void"||O==="with"||O==="enum";case 5:return O==="while"||O==="break"||O==="catch"||O==="throw"||O==="const"||O==="yield"||O==="class"||O==="super";case 6:return O==="return"||O==="typeof"||O==="delete"||O==="switch"||O==="export"||O==="import";case 7:return O==="default"||O==="finally"||O==="extends";case 8:return O==="function"||O==="continue"||O==="debugger";case 10:return O==="instanceof";default:return!1}}function f(O,R){return O==="null"||O==="true"||O==="false"||u(O,R)}function h(O,R){return O==="null"||O==="true"||O==="false"||c(O,R)}function g(O){return O==="eval"||O==="arguments"}function C(O){var R,V,Y;if(O.length===0||(Y=O.charCodeAt(0),!i.isIdentifierStartES5(Y)))return!1;for(R=1,V=O.length;R<V;++R)if(Y=O.charCodeAt(R),!i.isIdentifierPartES5(Y))return!1;return!0}function x(O,R){return(O-55296)*1024+(R-56320)+65536}function I(O){var R,V,Y,Z,ue;if(O.length===0)return!1;for(ue=i.isIdentifierStartES6,R=0,V=O.length;R<V;++R){if(Y=O.charCodeAt(R),55296<=Y&&Y<=56319){if(++R,R>=V||(Z=O.charCodeAt(R),!(56320<=Z&&Z<=57343)))return!1;Y=x(Y,Z)}if(!ue(Y))return!1;ue=i.isIdentifierPartES6}return!0}function N(O,R){return C(O)&&!f(O,R)}function j(O,R){return I(O)&&!h(O,R)}S8.exports={isKeywordES5:u,isKeywordES6:c,isReservedWordES5:f,isReservedWordES6:h,isRestrictedWord:g,isIdentifierNameES5:C,isIdentifierNameES6:I,isIdentifierES5:N,isIdentifierES6:j}})()});var w8=be(Np=>{(function(){"use strict";Np.ast=v8(),Np.code=ny(),Np.keyword=F8()})()});var T8=be(iy=>{var B8="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");iy.encode=function(i){if(0<=i&&i<B8.length)return B8[i];throw new TypeError("Must be between 0 and 63: "+i)};iy.decode=function(i){var s=65,u=90,c=97,f=122,h=48,g=57,C=43,x=47,I=26,N=52;return s<=i&&i<=u?i-s:c<=i&&i<=f?i-c+I:h<=i&&i<=g?i-h+N:i==C?62:i==x?63:-1}});var uy=be(ay=>{var k8=T8(),sy=5,_8=1<<sy,N8=_8-1,I8=_8;function sK(i){return i<0?(-i<<1)+1:(i<<1)+0}function aK(i){var s=(i&1)===1,u=i>>1;return s?-u:u}ay.encode=function(s){var u="",c,f=sK(s);do c=f&N8,f>>>=sy,f>0&&(c|=I8),u+=k8.encode(c);while(f>0);return u};ay.decode=function(s,u,c){var f=s.length,h=0,g=0,C,x;do{if(u>=f)throw new Error("Expected more digits in base 64 VLQ value.");if(x=k8.decode(s.charCodeAt(u++)),x===-1)throw new Error("Invalid base64 digit: "+s.charAt(u-1));C=!!(x&I8),x&=N8,h=h+(x<<g),g+=sy}while(C);c.value=aK(h),c.rest=u}});var ja=be(rr=>{function uK(i,s,u){if(s in i)return i[s];if(arguments.length===3)return u;throw new Error('"'+s+'" is a required argument.')}rr.getArg=uK;var P8=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,oK=/^data:.+\,.+$/;function So(i){var s=i.match(P8);return s?{scheme:s[1],auth:s[2],host:s[3],port:s[4],path:s[5]}:null}rr.urlParse=So;function La(i){var s="";return i.scheme&&(s+=i.scheme+":"),s+="//",i.auth&&(s+=i.auth+"@"),i.host&&(s+=i.host),i.port&&(s+=":"+i.port),i.path&&(s+=i.path),s}rr.urlGenerate=La;function oy(i){var s=i,u=So(i);if(u){if(!u.path)return i;s=u.path}for(var c=rr.isAbsolute(s),f=s.split(/\/+/),h,g=0,C=f.length-1;C>=0;C--)h=f[C],h==="."?f.splice(C,1):h===".."?g++:g>0&&(h===""?(f.splice(C+1,g),g=0):(f.splice(C,2),g--));return s=f.join("/"),s===""&&(s=c?"/":"."),u?(u.path=s,La(u)):s}rr.normalize=oy;function O8(i,s){i===""&&(i="."),s===""&&(s=".");var u=So(s),c=So(i);if(c&&(i=c.path||"/"),u&&!u.scheme)return c&&(u.scheme=c.scheme),La(u);if(u||s.match(oK))return s;if(c&&!c.host&&!c.path)return c.host=s,La(c);var f=s.charAt(0)==="/"?s:oy(i.replace(/\/+$/,"")+"/"+s);return c?(c.path=f,La(c)):f}rr.join=O8;rr.isAbsolute=function(i){return i.charAt(0)==="/"||P8.test(i)};function cK(i,s){i===""&&(i="."),i=i.replace(/\/$/,"");for(var u=0;s.indexOf(i+"/")!==0;){var c=i.lastIndexOf("/");if(c<0||(i=i.slice(0,c),i.match(/^([^\/]+:\/)?\/*$/)))return s;++u}return Array(u+1).join("../")+s.substr(i.length+1)}rr.relative=cK;var L8=function(){var i=Object.create(null);return!("__proto__"in i)}();function M8(i){return i}function lK(i){return j8(i)?"$"+i:i}rr.toSetString=L8?M8:lK;function pK(i){return j8(i)?i.slice(1):i}rr.fromSetString=L8?M8:pK;function j8(i){if(!i)return!1;var s=i.length;if(s<9||i.charCodeAt(s-1)!==95||i.charCodeAt(s-2)!==95||i.charCodeAt(s-3)!==111||i.charCodeAt(s-4)!==116||i.charCodeAt(s-5)!==111||i.charCodeAt(s-6)!==114||i.charCodeAt(s-7)!==112||i.charCodeAt(s-8)!==95||i.charCodeAt(s-9)!==95)return!1;for(var u=s-10;u>=0;u--)if(i.charCodeAt(u)!==36)return!1;return!0}function fK(i,s,u){var c=Ma(i.source,s.source);return c!==0||(c=i.originalLine-s.originalLine,c!==0)||(c=i.originalColumn-s.originalColumn,c!==0||u)||(c=i.generatedColumn-s.generatedColumn,c!==0)||(c=i.generatedLine-s.generatedLine,c!==0)?c:Ma(i.name,s.name)}rr.compareByOriginalPositions=fK;function hK(i,s,u){var c=i.generatedLine-s.generatedLine;return c!==0||(c=i.generatedColumn-s.generatedColumn,c!==0||u)||(c=Ma(i.source,s.source),c!==0)||(c=i.originalLine-s.originalLine,c!==0)||(c=i.originalColumn-s.originalColumn,c!==0)?c:Ma(i.name,s.name)}rr.compareByGeneratedPositionsDeflated=hK;function Ma(i,s){return i===s?0:i===null?1:s===null?-1:i>s?1:-1}function dK(i,s){var u=i.generatedLine-s.generatedLine;return u!==0||(u=i.generatedColumn-s.generatedColumn,u!==0)||(u=Ma(i.source,s.source),u!==0)||(u=i.originalLine-s.originalLine,u!==0)||(u=i.originalColumn-s.originalColumn,u!==0)?u:Ma(i.name,s.name)}rr.compareByGeneratedPositionsInflated=dK;function mK(i){return JSON.parse(i.replace(/^\)]}'[^\n]*\n/,""))}rr.parseSourceMapInput=mK;function gK(i,s,u){if(s=s||"",i&&(i[i.length-1]!=="/"&&s[0]!=="/"&&(i+="/"),s=i+s),u){var c=So(u);if(!c)throw new Error("sourceMapURL could not be parsed");if(c.path){var f=c.path.lastIndexOf("/");f>=0&&(c.path=c.path.substring(0,f+1))}s=O8(La(c),s)}return oy(s)}rr.computeSourceURL=gK});var py=be(R8=>{var cy=ja(),ly=Object.prototype.hasOwnProperty,Ds=typeof Map<"u";function Qn(){this._array=[],this._set=Ds?new Map:Object.create(null)}Qn.fromArray=function(s,u){for(var c=new Qn,f=0,h=s.length;f<h;f++)c.add(s[f],u);return c};Qn.prototype.size=function(){return Ds?this._set.size:Object.getOwnPropertyNames(this._set).length};Qn.prototype.add=function(s,u){var c=Ds?s:cy.toSetString(s),f=Ds?this.has(s):ly.call(this._set,c),h=this._array.length;(!f||u)&&this._array.push(s),f||(Ds?this._set.set(s,h):this._set[c]=h)};Qn.prototype.has=function(s){if(Ds)return this._set.has(s);var u=cy.toSetString(s);return ly.call(this._set,u)};Qn.prototype.indexOf=function(s){if(Ds){var u=this._set.get(s);if(u>=0)return u}else{var c=cy.toSetString(s);if(ly.call(this._set,c))return this._set[c]}throw new Error('"'+s+'" is not in the set.')};Qn.prototype.at=function(s){if(s>=0&&s<this._array.length)return this._array[s];throw new Error("No element indexed by "+s)};Qn.prototype.toArray=function(){return this._array.slice()};R8.ArraySet=Qn});var G8=be(q8=>{var V8=ja();function yK(i,s){var u=i.generatedLine,c=s.generatedLine,f=i.generatedColumn,h=s.generatedColumn;return c>u||c==u&&h>=f||V8.compareByGeneratedPositionsInflated(i,s)<=0}function Ip(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}Ip.prototype.unsortedForEach=function(s,u){this._array.forEach(s,u)};Ip.prototype.add=function(s){yK(this._last,s)?(this._last=s,this._array.push(s)):(this._sorted=!1,this._array.push(s))};Ip.prototype.toArray=function(){return this._sorted||(this._array.sort(V8.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};q8.MappingList=Ip});var fy=be(U8=>{var Fo=uy(),At=ja(),Pp=py().ArraySet,DK=G8().MappingList;function Yr(i){i||(i={}),this._file=At.getArg(i,"file",null),this._sourceRoot=At.getArg(i,"sourceRoot",null),this._skipValidation=At.getArg(i,"skipValidation",!1),this._sources=new Pp,this._names=new Pp,this._mappings=new DK,this._sourcesContents=null}Yr.prototype._version=3;Yr.fromSourceMap=function(s){var u=s.sourceRoot,c=new Yr({file:s.file,sourceRoot:u});return s.eachMapping(function(f){var h={generated:{line:f.generatedLine,column:f.generatedColumn}};f.source!=null&&(h.source=f.source,u!=null&&(h.source=At.relative(u,h.source)),h.original={line:f.originalLine,column:f.originalColumn},f.name!=null&&(h.name=f.name)),c.addMapping(h)}),s.sources.forEach(function(f){var h=f;u!==null&&(h=At.relative(u,f)),c._sources.has(h)||c._sources.add(h);var g=s.sourceContentFor(f);g!=null&&c.setSourceContent(f,g)}),c};Yr.prototype.addMapping=function(s){var u=At.getArg(s,"generated"),c=At.getArg(s,"original",null),f=At.getArg(s,"source",null),h=At.getArg(s,"name",null);this._skipValidation||this._validateMapping(u,c,f,h),f!=null&&(f=String(f),this._sources.has(f)||this._sources.add(f)),h!=null&&(h=String(h),this._names.has(h)||this._names.add(h)),this._mappings.add({generatedLine:u.line,generatedColumn:u.column,originalLine:c!=null&&c.line,originalColumn:c!=null&&c.column,source:f,name:h})};Yr.prototype.setSourceContent=function(s,u){var c=s;this._sourceRoot!=null&&(c=At.relative(this._sourceRoot,c)),u!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[At.toSetString(c)]=u):this._sourcesContents&&(delete this._sourcesContents[At.toSetString(c)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};Yr.prototype.applySourceMap=function(s,u,c){var f=u;if(u==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);f=s.file}var h=this._sourceRoot;h!=null&&(f=At.relative(h,f));var g=new Pp,C=new Pp;this._mappings.unsortedForEach(function(x){if(x.source===f&&x.originalLine!=null){var I=s.originalPositionFor({line:x.originalLine,column:x.originalColumn});I.source!=null&&(x.source=I.source,c!=null&&(x.source=At.join(c,x.source)),h!=null&&(x.source=At.relative(h,x.source)),x.originalLine=I.line,x.originalColumn=I.column,I.name!=null&&(x.name=I.name))}var N=x.source;N!=null&&!g.has(N)&&g.add(N);var j=x.name;j!=null&&!C.has(j)&&C.add(j)},this),this._sources=g,this._names=C,s.sources.forEach(function(x){var I=s.sourceContentFor(x);I!=null&&(c!=null&&(x=At.join(c,x)),h!=null&&(x=At.relative(h,x)),this.setSourceContent(x,I))},this)};Yr.prototype._validateMapping=function(s,u,c,f){if(u&&typeof u.line!="number"&&typeof u.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!u&&!c&&!f)){if(s&&"line"in s&&"column"in s&&u&&"line"in u&&"column"in u&&s.line>0&&s.column>=0&&u.line>0&&u.column>=0&&c)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:s,source:c,original:u,name:f}))}};Yr.prototype._serializeMappings=function(){for(var s=0,u=1,c=0,f=0,h=0,g=0,C="",x,I,N,j,O=this._mappings.toArray(),R=0,V=O.length;R<V;R++){if(I=O[R],x="",I.generatedLine!==u)for(s=0;I.generatedLine!==u;)x+=";",u++;else if(R>0){if(!At.compareByGeneratedPositionsInflated(I,O[R-1]))continue;x+=","}x+=Fo.encode(I.generatedColumn-s),s=I.generatedColumn,I.source!=null&&(j=this._sources.indexOf(I.source),x+=Fo.encode(j-g),g=j,x+=Fo.encode(I.originalLine-1-f),f=I.originalLine-1,x+=Fo.encode(I.originalColumn-c),c=I.originalColumn,I.name!=null&&(N=this._names.indexOf(I.name),x+=Fo.encode(N-h),h=N)),C+=x}return C};Yr.prototype._generateSourcesContent=function(s,u){return s.map(function(c){if(!this._sourcesContents)return null;u!=null&&(c=At.relative(u,c));var f=At.toSetString(c);return Object.prototype.hasOwnProperty.call(this._sourcesContents,f)?this._sourcesContents[f]:null},this)};Yr.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s};Yr.prototype.toString=function(){return JSON.stringify(this.toJSON())};U8.SourceMapGenerator=Yr});var W8=be(Es=>{Es.GREATEST_LOWER_BOUND=1;Es.LEAST_UPPER_BOUND=2;function hy(i,s,u,c,f,h){var g=Math.floor((s-i)/2)+i,C=f(u,c[g],!0);return C===0?g:C>0?s-g>1?hy(g,s,u,c,f,h):h==Es.LEAST_UPPER_BOUND?s<c.length?s:-1:g:g-i>1?hy(i,g,u,c,f,h):h==Es.LEAST_UPPER_BOUND?g:i<0?-1:i}Es.search=function(s,u,c,f){if(u.length===0)return-1;var h=hy(-1,u.length,s,u,c,f||Es.GREATEST_LOWER_BOUND);if(h<0)return-1;for(;h-1>=0&&c(u[h],u[h-1],!0)===0;)--h;return h}});var $8=be(z8=>{function dy(i,s,u){var c=i[s];i[s]=i[u],i[u]=c}function EK(i,s){return Math.round(i+Math.random()*(s-i))}function my(i,s,u,c){if(u<c){var f=EK(u,c),h=u-1;dy(i,f,c);for(var g=i[c],C=u;C<c;C++)s(i[C],g)<=0&&(h+=1,dy(i,h,C));dy(i,h+1,C);var x=h+1;my(i,s,u,x-1),my(i,s,x+1,c)}}z8.quickSort=function(i,s){my(i,s,0,i.length-1)}});var J8=be(Op=>{var De=ja(),gy=W8(),Ra=py().ArraySet,bK=uy(),wo=$8().quickSort;function nt(i,s){var u=i;return typeof i=="string"&&(u=De.parseSourceMapInput(i)),u.sections!=null?new bn(u,s):new Mt(u,s)}nt.fromSourceMap=function(i,s){return Mt.fromSourceMap(i,s)};nt.prototype._version=3;nt.prototype.__generatedMappings=null;Object.defineProperty(nt.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}});nt.prototype.__originalMappings=null;Object.defineProperty(nt.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}});nt.prototype._charIsMappingSeparator=function(s,u){var c=s.charAt(u);return c===";"||c===","};nt.prototype._parseMappings=function(s,u){throw new Error("Subclasses must implement _parseMappings")};nt.GENERATED_ORDER=1;nt.ORIGINAL_ORDER=2;nt.GREATEST_LOWER_BOUND=1;nt.LEAST_UPPER_BOUND=2;nt.prototype.eachMapping=function(s,u,c){var f=u||null,h=c||nt.GENERATED_ORDER,g;switch(h){case nt.GENERATED_ORDER:g=this._generatedMappings;break;case nt.ORIGINAL_ORDER:g=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var C=this.sourceRoot;g.map(function(x){var I=x.source===null?null:this._sources.at(x.source);return I=De.computeSourceURL(C,I,this._sourceMapURL),{source:I,generatedLine:x.generatedLine,generatedColumn:x.generatedColumn,originalLine:x.originalLine,originalColumn:x.originalColumn,name:x.name===null?null:this._names.at(x.name)}},this).forEach(s,f)};nt.prototype.allGeneratedPositionsFor=function(s){var u=De.getArg(s,"line"),c={source:De.getArg(s,"source"),originalLine:u,originalColumn:De.getArg(s,"column",0)};if(c.source=this._findSourceIndex(c.source),c.source<0)return[];var f=[],h=this._findMapping(c,this._originalMappings,"originalLine","originalColumn",De.compareByOriginalPositions,gy.LEAST_UPPER_BOUND);if(h>=0){var g=this._originalMappings[h];if(s.column===void 0)for(var C=g.originalLine;g&&g.originalLine===C;)f.push({line:De.getArg(g,"generatedLine",null),column:De.getArg(g,"generatedColumn",null),lastColumn:De.getArg(g,"lastGeneratedColumn",null)}),g=this._originalMappings[++h];else for(var x=g.originalColumn;g&&g.originalLine===u&&g.originalColumn==x;)f.push({line:De.getArg(g,"generatedLine",null),column:De.getArg(g,"generatedColumn",null),lastColumn:De.getArg(g,"lastGeneratedColumn",null)}),g=this._originalMappings[++h]}return f};Op.SourceMapConsumer=nt;function Mt(i,s){var u=i;typeof i=="string"&&(u=De.parseSourceMapInput(i));var c=De.getArg(u,"version"),f=De.getArg(u,"sources"),h=De.getArg(u,"names",[]),g=De.getArg(u,"sourceRoot",null),C=De.getArg(u,"sourcesContent",null),x=De.getArg(u,"mappings"),I=De.getArg(u,"file",null);if(c!=this._version)throw new Error("Unsupported version: "+c);g&&(g=De.normalize(g)),f=f.map(String).map(De.normalize).map(function(N){return g&&De.isAbsolute(g)&&De.isAbsolute(N)?De.relative(g,N):N}),this._names=Ra.fromArray(h.map(String),!0),this._sources=Ra.fromArray(f,!0),this._absoluteSources=this._sources.toArray().map(function(N){return De.computeSourceURL(g,N,s)}),this.sourceRoot=g,this.sourcesContent=C,this._mappings=x,this._sourceMapURL=s,this.file=I}Mt.prototype=Object.create(nt.prototype);Mt.prototype.consumer=nt;Mt.prototype._findSourceIndex=function(i){var s=i;if(this.sourceRoot!=null&&(s=De.relative(this.sourceRoot,s)),this._sources.has(s))return this._sources.indexOf(s);var u;for(u=0;u<this._absoluteSources.length;++u)if(this._absoluteSources[u]==i)return u;return-1};Mt.fromSourceMap=function(s,u){var c=Object.create(Mt.prototype),f=c._names=Ra.fromArray(s._names.toArray(),!0),h=c._sources=Ra.fromArray(s._sources.toArray(),!0);c.sourceRoot=s._sourceRoot,c.sourcesContent=s._generateSourcesContent(c._sources.toArray(),c.sourceRoot),c.file=s._file,c._sourceMapURL=u,c._absoluteSources=c._sources.toArray().map(function(R){return De.computeSourceURL(c.sourceRoot,R,u)});for(var g=s._mappings.toArray().slice(),C=c.__generatedMappings=[],x=c.__originalMappings=[],I=0,N=g.length;I<N;I++){var j=g[I],O=new H8;O.generatedLine=j.generatedLine,O.generatedColumn=j.generatedColumn,j.source&&(O.source=h.indexOf(j.source),O.originalLine=j.originalLine,O.originalColumn=j.originalColumn,j.name&&(O.name=f.indexOf(j.name)),x.push(O)),C.push(O)}return wo(c.__originalMappings,De.compareByOriginalPositions),c};Mt.prototype._version=3;Object.defineProperty(Mt.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function H8(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}Mt.prototype._parseMappings=function(s,u){for(var c=1,f=0,h=0,g=0,C=0,x=0,I=s.length,N=0,j={},O={},R=[],V=[],Y,Z,ue,oe,fe;N<I;)if(s.charAt(N)===";")c++,N++,f=0;else if(s.charAt(N)===",")N++;else{for(Y=new H8,Y.generatedLine=c,oe=N;oe<I&&!this._charIsMappingSeparator(s,oe);oe++);if(Z=s.slice(N,oe),ue=j[Z],ue)N+=Z.length;else{for(ue=[];N<oe;)bK.decode(s,N,O),fe=O.value,N=O.rest,ue.push(fe);if(ue.length===2)throw new Error("Found a source, but no line and column");if(ue.length===3)throw new Error("Found a source and line, but no column");j[Z]=ue}Y.generatedColumn=f+ue[0],f=Y.generatedColumn,ue.length>1&&(Y.source=C+ue[1],C+=ue[1],Y.originalLine=h+ue[2],h=Y.originalLine,Y.originalLine+=1,Y.originalColumn=g+ue[3],g=Y.originalColumn,ue.length>4&&(Y.name=x+ue[4],x+=ue[4])),V.push(Y),typeof Y.originalLine=="number"&&R.push(Y)}wo(V,De.compareByGeneratedPositionsDeflated),this.__generatedMappings=V,wo(R,De.compareByOriginalPositions),this.__originalMappings=R};Mt.prototype._findMapping=function(s,u,c,f,h,g){if(s[c]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+s[c]);if(s[f]<0)throw new TypeError("Column must be greater than or equal to 0, got "+s[f]);return gy.search(s,u,h,g)};Mt.prototype.computeColumnSpans=function(){for(var s=0;s<this._generatedMappings.length;++s){var u=this._generatedMappings[s];if(s+1<this._generatedMappings.length){var c=this._generatedMappings[s+1];if(u.generatedLine===c.generatedLine){u.lastGeneratedColumn=c.generatedColumn-1;continue}}u.lastGeneratedColumn=1/0}};Mt.prototype.originalPositionFor=function(s){var u={generatedLine:De.getArg(s,"line"),generatedColumn:De.getArg(s,"column")},c=this._findMapping(u,this._generatedMappings,"generatedLine","generatedColumn",De.compareByGeneratedPositionsDeflated,De.getArg(s,"bias",nt.GREATEST_LOWER_BOUND));if(c>=0){var f=this._generatedMappings[c];if(f.generatedLine===u.generatedLine){var h=De.getArg(f,"source",null);h!==null&&(h=this._sources.at(h),h=De.computeSourceURL(this.sourceRoot,h,this._sourceMapURL));var g=De.getArg(f,"name",null);return g!==null&&(g=this._names.at(g)),{source:h,line:De.getArg(f,"originalLine",null),column:De.getArg(f,"originalColumn",null),name:g}}}return{source:null,line:null,column:null,name:null}};Mt.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(s){return s==null}):!1};Mt.prototype.sourceContentFor=function(s,u){if(!this.sourcesContent)return null;var c=this._findSourceIndex(s);if(c>=0)return this.sourcesContent[c];var f=s;this.sourceRoot!=null&&(f=De.relative(this.sourceRoot,f));var h;if(this.sourceRoot!=null&&(h=De.urlParse(this.sourceRoot))){var g=f.replace(/^file:\/\//,"");if(h.scheme=="file"&&this._sources.has(g))return this.sourcesContent[this._sources.indexOf(g)];if((!h.path||h.path=="/")&&this._sources.has("/"+f))return this.sourcesContent[this._sources.indexOf("/"+f)]}if(u)return null;throw new Error('"'+f+'" is not in the SourceMap.')};Mt.prototype.generatedPositionFor=function(s){var u=De.getArg(s,"source");if(u=this._findSourceIndex(u),u<0)return{line:null,column:null,lastColumn:null};var c={source:u,originalLine:De.getArg(s,"line"),originalColumn:De.getArg(s,"column")},f=this._findMapping(c,this._originalMappings,"originalLine","originalColumn",De.compareByOriginalPositions,De.getArg(s,"bias",nt.GREATEST_LOWER_BOUND));if(f>=0){var h=this._originalMappings[f];if(h.source===c.source)return{line:De.getArg(h,"generatedLine",null),column:De.getArg(h,"generatedColumn",null),lastColumn:De.getArg(h,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}};Op.BasicSourceMapConsumer=Mt;function bn(i,s){var u=i;typeof i=="string"&&(u=De.parseSourceMapInput(i));var c=De.getArg(u,"version"),f=De.getArg(u,"sections");if(c!=this._version)throw new Error("Unsupported version: "+c);this._sources=new Ra,this._names=new Ra;var h={line:-1,column:0};this._sections=f.map(function(g){if(g.url)throw new Error("Support for url field in sections not implemented.");var C=De.getArg(g,"offset"),x=De.getArg(C,"line"),I=De.getArg(C,"column");if(x<h.line||x===h.line&&I<h.column)throw new Error("Section offsets must be ordered and non-overlapping.");return h=C,{generatedOffset:{generatedLine:x+1,generatedColumn:I+1},consumer:new nt(De.getArg(g,"map"),s)}})}bn.prototype=Object.create(nt.prototype);bn.prototype.constructor=nt;bn.prototype._version=3;Object.defineProperty(bn.prototype,"sources",{get:function(){for(var i=[],s=0;s<this._sections.length;s++)for(var u=0;u<this._sections[s].consumer.sources.length;u++)i.push(this._sections[s].consumer.sources[u]);return i}});bn.prototype.originalPositionFor=function(s){var u={generatedLine:De.getArg(s,"line"),generatedColumn:De.getArg(s,"column")},c=gy.search(u,this._sections,function(h,g){var C=h.generatedLine-g.generatedOffset.generatedLine;return C||h.generatedColumn-g.generatedOffset.generatedColumn}),f=this._sections[c];return f?f.consumer.originalPositionFor({line:u.generatedLine-(f.generatedOffset.generatedLine-1),column:u.generatedColumn-(f.generatedOffset.generatedLine===u.generatedLine?f.generatedOffset.generatedColumn-1:0),bias:s.bias}):{source:null,line:null,column:null,name:null}};bn.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(s){return s.consumer.hasContentsOfAllSources()})};bn.prototype.sourceContentFor=function(s,u){for(var c=0;c<this._sections.length;c++){var f=this._sections[c],h=f.consumer.sourceContentFor(s,!0);if(h)return h}if(u)return null;throw new Error('"'+s+'" is not in the SourceMap.')};bn.prototype.generatedPositionFor=function(s){for(var u=0;u<this._sections.length;u++){var c=this._sections[u];if(c.consumer._findSourceIndex(De.getArg(s,"source"))!==-1){var f=c.consumer.generatedPositionFor(s);if(f){var h={line:f.line+(c.generatedOffset.generatedLine-1),column:f.column+(c.generatedOffset.generatedLine===f.line?c.generatedOffset.generatedColumn-1:0)};return h}}}return{line:null,column:null}};bn.prototype._parseMappings=function(s,u){this.__generatedMappings=[],this.__originalMappings=[];for(var c=0;c<this._sections.length;c++)for(var f=this._sections[c],h=f.consumer._generatedMappings,g=0;g<h.length;g++){var C=h[g],x=f.consumer._sources.at(C.source);x=De.computeSourceURL(f.consumer.sourceRoot,x,this._sourceMapURL),this._sources.add(x),x=this._sources.indexOf(x);var I=null;C.name&&(I=f.consumer._names.at(C.name),this._names.add(I),I=this._names.indexOf(I));var N={source:x,generatedLine:C.generatedLine+(f.generatedOffset.generatedLine-1),generatedColumn:C.generatedColumn+(f.generatedOffset.generatedLine===C.generatedLine?f.generatedOffset.generatedColumn-1:0),originalLine:C.originalLine,originalColumn:C.originalColumn,name:I};this.__generatedMappings.push(N),typeof N.originalLine=="number"&&this.__originalMappings.push(N)}wo(this.__generatedMappings,De.compareByGeneratedPositionsDeflated),wo(this.__originalMappings,De.compareByOriginalPositions)};Op.IndexedSourceMapConsumer=bn});var X8=be(Y8=>{var CK=fy().SourceMapGenerator,Lp=ja(),AK=/(\r?\n)/,vK=10,Va="$$$isSourceNode$$$";function _r(i,s,u,c,f){this.children=[],this.sourceContents={},this.line=i??null,this.column=s??null,this.source=u??null,this.name=f??null,this[Va]=!0,c!=null&&this.add(c)}_r.fromStringWithSourceMap=function(s,u,c){var f=new _r,h=s.split(AK),g=0,C=function(){var O=V(),R=V()||"";return O+R;function V(){return g<h.length?h[g++]:void 0}},x=1,I=0,N=null;return u.eachMapping(function(O){if(N!==null)if(x<O.generatedLine)j(N,C()),x++,I=0;else{var R=h[g]||"",V=R.substr(0,O.generatedColumn-I);h[g]=R.substr(O.generatedColumn-I),I=O.generatedColumn,j(N,V),N=O;return}for(;x<O.generatedLine;)f.add(C()),x++;if(I<O.generatedColumn){var R=h[g]||"";f.add(R.substr(0,O.generatedColumn)),h[g]=R.substr(O.generatedColumn),I=O.generatedColumn}N=O},this),g<h.length&&(N&&j(N,C()),f.add(h.splice(g).join(""))),u.sources.forEach(function(O){var R=u.sourceContentFor(O);R!=null&&(c!=null&&(O=Lp.join(c,O)),f.setSourceContent(O,R))}),f;function j(O,R){if(O===null||O.source===void 0)f.add(R);else{var V=c?Lp.join(c,O.source):O.source;f.add(new _r(O.originalLine,O.originalColumn,V,R,O.name))}}};_r.prototype.add=function(s){if(Array.isArray(s))s.forEach(function(u){this.add(u)},this);else if(s[Va]||typeof s=="string")s&&this.children.push(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this};_r.prototype.prepend=function(s){if(Array.isArray(s))for(var u=s.length-1;u>=0;u--)this.prepend(s[u]);else if(s[Va]||typeof s=="string")this.children.unshift(s);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+s);return this};_r.prototype.walk=function(s){for(var u,c=0,f=this.children.length;c<f;c++)u=this.children[c],u[Va]?u.walk(s):u!==""&&s(u,{source:this.source,line:this.line,column:this.column,name:this.name})};_r.prototype.join=function(s){var u,c,f=this.children.length;if(f>0){for(u=[],c=0;c<f-1;c++)u.push(this.children[c]),u.push(s);u.push(this.children[c]),this.children=u}return this};_r.prototype.replaceRight=function(s,u){var c=this.children[this.children.length-1];return c[Va]?c.replaceRight(s,u):typeof c=="string"?this.children[this.children.length-1]=c.replace(s,u):this.children.push("".replace(s,u)),this};_r.prototype.setSourceContent=function(s,u){this.sourceContents[Lp.toSetString(s)]=u};_r.prototype.walkSourceContents=function(s){for(var u=0,c=this.children.length;u<c;u++)this.children[u][Va]&&this.children[u].walkSourceContents(s);for(var f=Object.keys(this.sourceContents),u=0,c=f.length;u<c;u++)s(Lp.fromSetString(f[u]),this.sourceContents[f[u]])};_r.prototype.toString=function(){var s="";return this.walk(function(u){s+=u}),s};_r.prototype.toStringWithSourceMap=function(s){var u={code:"",line:1,column:0},c=new CK(s),f=!1,h=null,g=null,C=null,x=null;return this.walk(function(I,N){u.code+=I,N.source!==null&&N.line!==null&&N.column!==null?((h!==N.source||g!==N.line||C!==N.column||x!==N.name)&&c.addMapping({source:N.source,original:{line:N.line,column:N.column},generated:{line:u.line,column:u.column},name:N.name}),h=N.source,g=N.line,C=N.column,x=N.name,f=!0):f&&(c.addMapping({generated:{line:u.line,column:u.column}}),h=null,f=!1);for(var j=0,O=I.length;j<O;j++)I.charCodeAt(j)===vK?(u.line++,u.column=0,j+1===O?(h=null,f=!1):f&&c.addMapping({source:N.source,original:{line:N.line,column:N.column},generated:{line:u.line,column:u.column},name:N.name})):u.column++}),this.walkSourceContents(function(I,N){c.setSourceContent(I,N)}),{code:u.code,map:c}};Y8.SourceNode=_r});var K8=be(Mp=>{Mp.SourceMapGenerator=fy().SourceMapGenerator;Mp.SourceMapConsumer=J8().SourceMapConsumer;Mp.SourceNode=X8().SourceNode});var Q8=be((ire,xK)=>{xK.exports={name:"@javascript-obfuscator/escodegen",description:"`escodegen` fork for `javascript-obfuscator``",homepage:"http://github.com/estools/escodegen",main:"escodegen.js",files:["LICENSE.BSD","README.md","bin","escodegen.js","package.json"],version:"2.3.0",engines:{node:">=6.0"},maintainers:[{name:"Yusuke Suzuki",email:"utatane.tea@gmail.com",web:"http://github.com/Constellation"},{name:"Timofey Kachalov",email:"sanex3339@yandex.ru",web:"https://github.com/sanex3339"}],repository:{type:"git",url:"http://github.com/estools/escodegen.git"},dependencies:{"@javascript-obfuscator/estraverse":"^5.3.0",esutils:"^2.0.2",esprima:"^4.0.1",optionator:"^0.8.1"},optionalDependencies:{"source-map":"~0.6.1"},devDependencies:{acorn:"^8.7.0",bluebird:"^3.4.7","bower-registry-client":"^1.0.0",chai:"^4.2.0","chai-exclude":"^2.0.2","commonjs-everywhere":"^0.9.7",gulp:"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1",semver:"^5.1.0"},license:"BSD-2-Clause",scripts:{test:"gulp travis","unit-test":"gulp test",lint:"gulp lint"}}});var yy=be(Zn=>{(function(){"use strict";var i,s,u,c,f,h,g,C,x,I,N,j,O,R,V,Y,Z,ue,oe,fe,J,W,$,G,ce,se;f=C8(),h=w8(),i=f.Syntax;function he(E){return ot.Expression.hasOwnProperty(E.type)}function ie(E){return ot.Statement.hasOwnProperty(E.type)}s={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,NullishCoalescing:3,LogicalOR:3,LogicalAND:4,BitwiseOR:5,BitwiseXOR:6,BitwiseAND:7,Equality:8,Relational:9,BitwiseSHIFT:10,Additive:11,Multiplicative:12,Exponentiation:13,Await:14,Unary:14,Postfix:15,OptionalChaining:16,Call:17,New:18,TaggedTemplate:19,Member:20,Primary:21},u={"??":s.NullishCoalescing,"||":s.LogicalOR,"&&":s.LogicalAND,"|":s.BitwiseOR,"^":s.BitwiseXOR,"&":s.BitwiseAND,"==":s.Equality,"!=":s.Equality,"===":s.Equality,"!==":s.Equality,is:s.Equality,isnt:s.Equality,"<":s.Relational,">":s.Relational,"<=":s.Relational,">=":s.Relational,in:s.Relational,instanceof:s.Relational,"<<":s.BitwiseSHIFT,">>":s.BitwiseSHIFT,">>>":s.BitwiseSHIFT,"+":s.Additive,"-":s.Additive,"*":s.Multiplicative,"%":s.Multiplicative,"/":s.Multiplicative,"**":s.Exponentiation};var K=1,ge=1<<1,Ie=1<<2,Pe=1<<3,Ne=1<<4,we=1<<5,Ze=ge|Ie,vt=K|ge,le=K|ge|Ie,Gt=K,xr=Ie,ln=K|Ie,Le=K,Et=K|we,Os=0,Ut=K|Ne,ic=K|Pe;function sc(){return{indent:null,base:null,parse:null,comment:!1,format:{indent:{style:" ",base:0,adjustMultilineComment:!1},newline:`
`,space:" ",json:!1,renumber:!1,hexadecimal:!1,quotes:"single",escapeless:!1,compact:!1,parentheses:!0,semicolons:!0,safeConcatenation:!1,preserveBlankLines:!1},moz:{comprehensionExpressionStartsWithAssignment:!1,starlessGenerator:!1},sourceMap:null,sourceMapRoot:null,sourceMapWithCode:!1,directive:!1,raw:!0,verbatim:null,sourceCode:null}}function Rn(E,B){var F="";for(B|=0;B>0;B>>>=1,E+=E)B&1&&(F+=E);return F}function au(E){return/[\r\n]/g.test(E)}function xt(E){var B=E.length;return B&&h.code.isLineTerminator(E.charCodeAt(B-1))}function ac(E,B){var F;for(F in B)B.hasOwnProperty(F)&&(E[F]=B[F]);return E}function Ls(E,B){var F,T;function L(z){return typeof z=="object"&&z instanceof Object&&!(z instanceof RegExp)}for(F in B)B.hasOwnProperty(F)&&(T=B[F],L(T)?L(E[F])?Ls(E[F],T):E[F]=Ls({},T):E[F]=T);return E}function uu(E){var B,F,T,L,z;if(E!==E)throw new Error("Numeric literal whose value is NaN");if(E<0||E===0&&1/E<0)throw new Error("Numeric literal whose value is negative");if(E===1/0)return x?"null":I?"1e400":"1e+400";if(B=""+E,!I||B.length<3)return B;for(F=B.indexOf("."),!x&&B.charCodeAt(0)===48&&F===1&&(F=0,B=B.slice(1)),T=B,B=B.replace("e+","e"),L=0,(z=T.indexOf("e"))>0&&(L=+T.slice(z+1),T=T.slice(0,z)),F>=0&&(L-=T.length-F-1,T=+(T.slice(0,F)+T.slice(F+1))+""),z=0;T.charCodeAt(T.length+z-1)===48;)--z;return z!==0&&(L-=z,T=T.slice(0,z)),L!==0&&(T+="e"+L),(T.length<B.length||N&&E>1e12&&Math.floor(E)===E&&(T="0x"+E.toString(16)).length<B.length)&&+T===E&&(B=T),B}function uc(E,B){return(E&-2)===8232?(B?"u":"\\u")+(E===8232?"2028":"2029"):E===10||E===13?(B?"":"\\")+(E===10?"n":"r"):String.fromCharCode(E)}function Hf(E){var B,F,T,L,z,X,re,me;if(F=E.toString(),E.source){if(B=F.match(/\/([^/]*)$/),!B)return F;for(T=B[1],F="",re=!1,me=!1,L=0,z=E.source.length;L<z;++L)X=E.source.charCodeAt(L),me?(F+=uc(X,me),me=!1):(re?X===93&&(re=!1):X===47?F+="\\":X===91&&(re=!0),F+=uc(X,me),me=X===92);return"/"+F+"/"+T}return F}function Jf(E,B){var F;return E===8?"\\b":E===12?"\\f":E===9?"\\t":(F=E.toString(16).toUpperCase(),x||E>255?"\\u"+"0000".slice(F.length)+F:E===0&&!h.code.isDecimalDigit(B)?"\\0":E===11?"\\x0B":"\\x"+"00".slice(F.length)+F)}function oc(E){if(E===92)return"\\\\";if(E===10)return"\\n";if(E===13)return"\\r";if(E===8232)return"\\u2028";if(E===8233)return"\\u2029";throw new Error("Incorrectly classified character")}function Yf(E){var B,F,T,L;for(L=j==="double"?'"':"'",B=0,F=E.length;B<F;++B)if(T=E.charCodeAt(B),T===39){L='"';break}else if(T===34){L="'";break}else T===92&&++B;return L+E+L}function Xf(E){var B="",F,T,L,z=0,X=0,re,me;for(F=0,T=E.length;F<T;++F){if(L=E.charCodeAt(F),L===39)++z;else if(L===34)++X;else if(L===47&&x)B+="\\";else if(h.code.isLineTerminator(L)||L===92){B+=oc(L);continue}else if(!h.code.isIdentifierPartES5(L)&&(x&&L<32||!x&&!O&&(L<32||L>126))){B+=Jf(L,E.charCodeAt(F+1));continue}B+=String.fromCharCode(L)}if(re=!(j==="double"||j==="auto"&&X<z),me=re?"'":'"',!(re?z:X))return me+B+me;for(E=B,B=me,F=0,T=E.length;F<T;++F)L=E.charCodeAt(F),(L===39&&re||L===34&&!re)&&(B+="\\"),B+=String.fromCharCode(L);return B+me}function ki(E){var B,F,T,L="";for(B=0,F=E.length;B<F;++B)T=E[B],L+=Array.isArray(T)?ki(T):T;return L}function Oe(E,B){if(!W)return Array.isArray(E)?ki(E):E;if(B==null){if(E instanceof c)return E;B={}}return B.loc==null?new c(null,null,W,E,B.name||null):new c(B.loc.start.line,B.loc.start.column,W===!0?B.loc.source||null:W,E,B.name||null)}function St(){return V||" "}function xe(E,B){var F,T,L,z;return F=Oe(E).toString(),F.length===0?[B]:(T=Oe(B).toString(),T.length===0?[E]:(L=F.charCodeAt(F.length-1),z=T.charCodeAt(0),(L===43||L===45)&&L===z||h.code.isIdentifierPartES5(L)&&h.code.isIdentifierPartES5(z)||L===47&&z===105?[E,St(),B]:h.code.isWhiteSpace(L)||h.code.isLineTerminator(L)||h.code.isWhiteSpace(z)||h.code.isLineTerminator(z)?[E,B]:[E,V,B]))}function bt(E){return[g,E]}function lt(E){var B;B=g,g+=C,E(g),g=B}function Kf(E){var B;for(B=E.length-1;B>=0&&!h.code.isLineTerminator(E.charCodeAt(B));--B);return E.length-1-B}function _i(E,B){var F,T,L,z,X,re,me,je;for(F=E.split(/\r\n|[\r\n]/),re=Number.MAX_VALUE,T=1,L=F.length;T<L;++T){for(z=F[T],X=0;X<z.length&&h.code.isWhiteSpace(z.charCodeAt(X));)++X;re>X&&(re=X)}for(typeof B<"u"?(me=g,F[1][re]==="*"&&(B+=" "),g=B):(re&1&&--re,me=g),T=1,L=F.length;T<L;++T)je=Oe(bt(F[T].slice(re))),F[T]=W?je.join(""):je;return g=me,F.join(`
`)}function Lr(E,B){if(E.type==="Line"){if(xt(E.value))return"//"+E.value;var F="//"+E.value;return G||(F+=`
`),F}return fe.format.indent.adjustMultilineComment&&/[\n\r]/.test(E.value)?_i("/*"+E.value+"*/",B):"/*"+E.value+"*/"}function Ni(E,B){var F,T,L,z,X,re,me,je,mt,Sr,oi,Ms,js,mr;if(E.leadingComments&&E.leadingComments.length>0){if(z=B,G){for(L=E.leadingComments[0],B=[],je=L.extendedRange,mt=L.range,oi=$.substring(je[0],mt[0]),mr=(oi.match(/\n/g)||[]).length,mr>0?(B.push(Rn(`
`,mr)),B.push(bt(Lr(L)))):(B.push(oi),B.push(Lr(L))),Sr=mt,F=1,T=E.leadingComments.length;F<T;F++)L=E.leadingComments[F],mt=L.range,Ms=$.substring(Sr[1],mt[0]),mr=(Ms.match(/\n/g)||[]).length,B.push(Rn(`
`,mr)),B.push(bt(Lr(L))),Sr=mt;js=$.substring(mt[1],je[1]),mr=(js.match(/\n/g)||[]).length,B.push(Rn(`
`,mr))}else for(L=E.leadingComments[0],B=[],ue&&E.type===i.Program&&E.body.length===0&&B.push(`
`),B.push(Lr(L)),xt(Oe(B).toString())||B.push(`
`),F=1,T=E.leadingComments.length;F<T;++F)L=E.leadingComments[F],me=[Lr(L)],xt(Oe(me).toString())||me.push(`
`),B.push(bt(me));B.push(bt(z))}if(E.trailingComments)if(G)L=E.trailingComments[0],je=L.extendedRange,mt=L.range,oi=$.substring(je[0],mt[0]),mr=(oi.match(/\n/g)||[]).length,mr>0?(B.push(Rn(`
`,mr)),B.push(bt(Lr(L)))):(B.push(oi),B.push(Lr(L)));else for(X=!xt(Oe(B).toString()),re=Rn(" ",Kf(Oe([g,B,C]).toString())),F=0,T=E.trailingComments.length;F<T;++F)L=E.trailingComments[F],X?(F===0?B=[B,C]:B=[B,re],B.push(Lr(L,re))):B=[B,bt(Lr(L))],F!==T-1&&!xt(Oe(B).toString())&&(B=[B,`
`]);return B}function Vn(E,B,F){var T,L=0;for(T=E;T<B;T++)$[T]===`
`&&L++;for(T=1;T<L;T++)F.push(R)}function it(E,B,F){return B<F?["(",E,")"]:E}function ou(E){var B,F,T;for(T=E.split(/\r\n|\n/),B=1,F=T.length;B<F;B++)T[B]=R+g+T[B];return T}function cc(E,B){var F,T,L;return F=E[fe.verbatim],typeof F=="string"?T=it(ou(F),s.Sequence,B):(T=ou(F.content),L=F.precedence!=null?F.precedence:s.Sequence,T=it(T,L,B)),Oe(T,E)}function ot(){}ot.prototype.maybeBlock=function(E,B){var F,T,L=this;return T=!fe.comment||!E.leadingComments,E.type===i.BlockStatement&&T?[V,this.generateStatement(E,B)]:E.type===i.EmptyStatement&&T?";":(lt(function(){F=[R,bt(L.generateStatement(E,B))]}),F)},ot.prototype.maybeBlockSuffix=function(E,B){var F=xt(Oe(B).toString());return E.type===i.BlockStatement&&(!fe.comment||!E.leadingComments)&&!F?[B,V]:F?[B,g]:[B,R,g]};function Lt(E){var B=E.name;return E.type===i.PrivateIdentifier&&(B="#"+B),Oe(B,E)}function ui(E,B){return E.async?"async"+(B?St():V):""}function Ii(E){var B=E.generator&&!fe.moz.starlessGenerator;return B?"*"+V:""}function lc(E){var B=E.value,F="";return B.async&&(F+=ui(B,!E.computed)),B.generator&&(F+=Ii(B)?"*":""),F}ot.prototype.generatePattern=function(E,B,F){return E.type===i.Identifier?Lt(E):this.generateExpression(E,B,F)},ot.prototype.generateFunctionParams=function(E){var B,F,T,L;if(L=!1,E.type===i.ArrowFunctionExpression&&!E.rest&&(!E.defaults||E.defaults.length===0)&&E.params.length===1&&E.params[0].type===i.Identifier)T=[ui(E,!0),Lt(E.params[0])];else{for(T=E.type===i.ArrowFunctionExpression?[ui(E,!1)]:[],T.push("("),E.defaults&&(L=!0),B=0,F=E.params.length;B<F;++B)L&&E.defaults[B]?T.push(this.generateAssignment(E.params[B],E.defaults[B],"=",s.Assignment,le)):T.push(this.generatePattern(E.params[B],s.Assignment,le)),B+1<F&&T.push(","+V);E.rest&&(E.params.length&&T.push(","+V),T.push("..."),T.push(Lt(E.rest))),T.push(")")}return T},ot.prototype.generateFunctionBody=function(E){var B,F;return B=this.generateFunctionParams(E),E.type===i.ArrowFunctionExpression&&(B.push(V),B.push("=>")),E.expression?(B.push(V),F=this.generateExpression(E.body,s.Assignment,le),F.toString().charAt(0)==="{"&&(F=["(",F,")"]),B.push(F)):B.push(this.maybeBlock(E.body,ic)),B},ot.prototype.generateIterationForStatement=function(E,B,F){var T=["for"+(B.await?St()+"await":"")+V+"("],L=this;return lt(function(){B.left.type===i.VariableDeclaration?lt(function(){T.push(B.left.kind+St()),T.push(L.generateStatement(B.left.declarations[0],Os))}):T.push(L.generateExpression(B.left,s.Call,le)),T=xe(T,E),T=[xe(T,L.generateExpression(B.right,s.Assignment,le)),")"]}),T.push(this.maybeBlock(B.body,F)),T},ot.prototype.generatePropertyKey=function(E,B){var F=[];return B&&F.push("["),F.push(this.generateExpression(E,s.Assignment,le)),B&&F.push("]"),F},ot.prototype.generateAssignment=function(E,B,F,T,L){return s.Assignment<T&&(L|=K),it([this.generateExpression(E,s.Call,L),V+F+V,this.generateExpression(B,s.Assignment,L)],s.Assignment,T)},ot.prototype.semicolon=function(E){return!Z&&E&we?"":";"},ot.Statement={BlockStatement:function(E,B){var F,T,L=["{",R],z=this;return lt(function(){E.body.length===0&&G&&(F=E.range,F[1]-F[0]>2&&(T=$.substring(F[0]+1,F[1]-1),T[0]===`
`&&(L=["{"]),L.push(T)));var X,re,me,je;for(je=Le,B&Pe&&(je|=Ne),X=0,re=E.body.length;X<re;++X)G&&(X===0&&(E.body[0].leadingComments&&(F=E.body[0].leadingComments[0].extendedRange,T=$.substring(F[0],F[1]),T[0]===`
`&&(L=["{"])),E.body[0].leadingComments||Vn(E.range[0],E.body[0].range[0],L)),X>0&&!E.body[X-1].trailingComments&&!E.body[X].leadingComments&&Vn(E.body[X-1].range[1],E.body[X].range[0],L)),X===re-1&&(je|=we),E.body[X].leadingComments&&G?me=z.generateStatement(E.body[X],je):me=bt(z.generateStatement(E.body[X],je)),L.push(me),xt(Oe(me).toString())||G&&X<re-1&&E.body[X+1].leadingComments||L.push(R),G&&X===re-1&&(E.body[X].trailingComments||Vn(E.body[X].range[1],E.range[1],L))}),L.push(bt("}")),L},BreakStatement:function(E,B){return E.label?"break "+E.label.name+this.semicolon(B):"break"+this.semicolon(B)},ContinueStatement:function(E,B){return E.label?"continue "+E.label.name+this.semicolon(B):"continue"+this.semicolon(B)},ClassBody:function(E,B){var F=["{",R],T=this;return lt(function(L){var z,X;for(z=0,X=E.body.length;z<X;++z)F.push(L),F.push(T.generateExpression(E.body[z],s.Sequence,le)),z+1<X&&F.push(R)}),xt(Oe(F).toString())||F.push(R),F.push(g),F.push("}"),F},ClassDeclaration:function(E,B){var F,T;return F=["class"],E.id&&(F=xe(F,this.generateExpression(E.id,s.Sequence,le))),E.superClass&&(T=xe("extends",this.generateExpression(E.superClass,s.Unary,le)),F=xe(F,T)),F.push(V),F.push(this.generateStatement(E.body,Et)),F},DirectiveStatement:function(E,B){return fe.raw&&E.raw?E.raw+this.semicolon(B):Yf(E.directive)+this.semicolon(B)},DoWhileStatement:function(E,B){var F=xe("do",this.maybeBlock(E.body,Le));return F=this.maybeBlockSuffix(E.body,F),xe(F,["while"+V+"(",this.generateExpression(E.test,s.Sequence,le),")"+this.semicolon(B)])},CatchClause:function(E,B){var F,T=this;return lt(function(){var L;E.param?(F=["catch"+V+"(",T.generateExpression(E.param,s.Sequence,le),")"],E.guard&&(L=T.generateExpression(E.guard,s.Sequence,le),F.splice(2,0," if ",L))):F=["catch"]}),F.push(this.maybeBlock(E.body,Le)),F},DebuggerStatement:function(E,B){return"debugger"+this.semicolon(B)},EmptyStatement:function(E,B){return";"},ExportDefaultDeclaration:function(E,B){var F=["export"],T;return T=B&we?Et:Le,F=xe(F,"default"),ie(E.declaration)?F=xe(F,this.generateStatement(E.declaration,T)):F=xe(F,this.generateExpression(E.declaration,s.Assignment,le)+this.semicolon(B)),F},ExportNamedDeclaration:function(E,B){var F=["export"],T,L=this;return T=B&we?Et:Le,E.declaration?xe(F,this.generateStatement(E.declaration,T)):(E.specifiers&&(E.specifiers.length===0?F=xe(F,"{"+V+"}"):E.specifiers[0].type===i.ExportBatchSpecifier?F=xe(F,this.generateExpression(E.specifiers[0],s.Sequence,le)):(F=xe(F,"{"),lt(function(z){var X,re;for(F.push(R),X=0,re=E.specifiers.length;X<re;++X)F.push(z),F.push(L.generateExpression(E.specifiers[X],s.Sequence,le)),X+1<re&&F.push(","+R)}),xt(Oe(F).toString())||F.push(R),F.push(g+"}")),E.source?F=xe(F,["from"+V,this.generateExpression(E.source,s.Sequence,le),this.semicolon(B)]):F.push(this.semicolon(B))),F)},ExportAllDeclaration:function(E,B){var F=["export"+V,"*"+V];return E.exported&&F.push("as "+E.exported.name+" "),F=xe(F,["from"+V,this.generateExpression(E.source,s.Sequence,le),this.semicolon(B)]),F},ExpressionStatement:function(E,B){var F,T;function L(re){var me;return re.slice(0,5)!=="class"?!1:(me=re.charCodeAt(5),me===123||h.code.isWhiteSpace(me)||h.code.isLineTerminator(me))}function z(re){var me;return re.slice(0,8)!=="function"?!1:(me=re.charCodeAt(8),me===40||h.code.isWhiteSpace(me)||me===42||h.code.isLineTerminator(me))}function X(re){var me,je,mt;if(re.slice(0,5)!=="async"||!h.code.isWhiteSpace(re.charCodeAt(5)))return!1;for(je=6,mt=re.length;je<mt&&h.code.isWhiteSpace(re.charCodeAt(je));++je);return je===mt||re.slice(je,je+8)!=="function"?!1:(me=re.charCodeAt(je+8),me===40||h.code.isWhiteSpace(me)||me===42||h.code.isLineTerminator(me))}return F=[this.generateExpression(E.expression,s.Sequence,le)],T=Oe(F).toString(),T.charCodeAt(0)===123||L(T)||z(T)||X(T)||oe&&B&Ne&&E.expression.type===i.Literal&&typeof E.expression.value=="string"?F=["(",F,")"+this.semicolon(B)]:F.push(this.semicolon(B)),F},ImportDeclaration:function(E,B){var F,T,L=this;return E.specifiers.length===0?["import",V,this.generateExpression(E.source,s.Sequence,le),this.semicolon(B)]:(F=["import"],T=0,E.specifiers[T].type===i.ImportDefaultSpecifier&&(F=xe(F,[this.generateExpression(E.specifiers[T],s.Sequence,le)]),++T),E.specifiers[T]&&(T!==0&&F.push(","),E.specifiers[T].type===i.ImportNamespaceSpecifier?F=xe(F,[V,this.generateExpression(E.specifiers[T],s.Sequence,le)]):(F.push(V+"{"),E.specifiers.length-T===1?(F.push(V),F.push(this.generateExpression(E.specifiers[T],s.Sequence,le)),F.push(V+"}"+V)):(lt(function(z){var X,re;for(F.push(R),X=T,re=E.specifiers.length;X<re;++X)F.push(z),F.push(L.generateExpression(E.specifiers[X],s.Sequence,le)),X+1<re&&F.push(","+R)}),xt(Oe(F).toString())||F.push(R),F.push(g+"}"+V)))),F=xe(F,["from"+V,this.generateExpression(E.source,s.Sequence,le),this.semicolon(B)]),F)},VariableDeclarator:function(E,B){var F=B&K?le:Ze;return E.init?[this.generateExpression(E.id,s.Assignment,F),V,"=",V,this.generateExpression(E.init,s.Assignment,F)]:this.generatePattern(E.id,s.Assignment,F)},VariableDeclaration:function(E,B){var F,T,L,z,X,re=this;F=[E.kind],X=B&K?Le:Os;function me(){for(z=E.declarations[0],fe.comment&&z.leadingComments?(F.push(`
`),F.push(bt(re.generateStatement(z,X)))):(F.push(St()),F.push(re.generateStatement(z,X))),T=1,L=E.declarations.length;T<L;++T)z=E.declarations[T],fe.comment&&z.leadingComments?(F.push(","+R),F.push(bt(re.generateStatement(z,X)))):(F.push(","+V),F.push(re.generateStatement(z,X)))}return E.declarations.length>1?lt(me):me(),F.push(this.semicolon(B)),F},StaticBlock:function(E,B){return["static"+V,this.BlockStatement(E,B)]},ThrowStatement:function(E,B){return[xe("throw",this.generateExpression(E.argument,s.Sequence,le)),this.semicolon(B)]},TryStatement:function(E,B){var F,T,L,z;if(F=["try",this.maybeBlock(E.block,Le)],F=this.maybeBlockSuffix(E.block,F),E.handlers)for(T=0,L=E.handlers.length;T<L;++T)F=xe(F,this.generateStatement(E.handlers[T],Le)),(E.finalizer||T+1!==L)&&(F=this.maybeBlockSuffix(E.handlers[T].body,F));else{for(z=E.guardedHandlers||[],T=0,L=z.length;T<L;++T)F=xe(F,this.generateStatement(z[T],Le)),(E.finalizer||T+1!==L)&&(F=this.maybeBlockSuffix(z[T].body,F));if(E.handler)if(Array.isArray(E.handler))for(T=0,L=E.handler.length;T<L;++T)F=xe(F,this.generateStatement(E.handler[T],Le)),(E.finalizer||T+1!==L)&&(F=this.maybeBlockSuffix(E.handler[T].body,F));else F=xe(F,this.generateStatement(E.handler,Le)),E.finalizer&&(F=this.maybeBlockSuffix(E.handler.body,F))}return E.finalizer&&(F=xe(F,["finally",this.maybeBlock(E.finalizer,Le)])),F},SwitchStatement:function(E,B){var F,T,L,z,X,re=this;if(lt(function(){F=["switch"+V+"(",re.generateExpression(E.discriminant,s.Sequence,le),")"+V+"{"+R]}),E.cases)for(X=Le,L=0,z=E.cases.length;L<z;++L)L===z-1&&(X|=we),T=bt(this.generateStatement(E.cases[L],X)),F.push(T),xt(Oe(T).toString())||F.push(R);return F.push(bt("}")),F},SwitchCase:function(E,B){var F,T,L,z,X,re=this;return lt(function(){for(E.test?F=[xe("case",re.generateExpression(E.test,s.Sequence,le)),":"]:F=["default:"],L=0,z=E.consequent.length,z&&E.consequent[0].type===i.BlockStatement&&(T=re.maybeBlock(E.consequent[0],Le),F.push(T),L=1),L!==z&&!xt(Oe(F).toString())&&F.push(R),X=Le;L<z;++L)L===z-1&&B&we&&(X|=we),T=bt(re.generateStatement(E.consequent[L],X)),F.push(T),L+1!==z&&!xt(Oe(T).toString())&&F.push(R)}),F},IfStatement:function(E,B){var F,T,L,z=this;return lt(function(){F=["if"+V+"(",z.generateExpression(E.test,s.Sequence,le),")"]}),L=B&we,T=Le,L&&(T|=we),E.alternate?(F.push(this.maybeBlock(E.consequent,Le)),F=this.maybeBlockSuffix(E.consequent,F),E.alternate.type===i.IfStatement?F=xe(F,["else ",this.generateStatement(E.alternate,T)]):F=xe(F,xe("else",this.maybeBlock(E.alternate,T)))):F.push(this.maybeBlock(E.consequent,T)),F},ForStatement:function(E,B){var F,T=this;return lt(function(){F=["for"+V+"("],E.init?E.init.type===i.VariableDeclaration?F.push(T.generateStatement(E.init,Os)):(F.push(T.generateExpression(E.init,s.Sequence,Ze)),F.push(";")):F.push(";"),E.test&&(F.push(V),F.push(T.generateExpression(E.test,s.Sequence,le))),F.push(";"),E.update&&(F.push(V),F.push(T.generateExpression(E.update,s.Sequence,le))),F.push(")")}),F.push(this.maybeBlock(E.body,B&we?Et:Le)),F},ForInStatement:function(E,B){return this.generateIterationForStatement("in",E,B&we?Et:Le)},ForOfStatement:function(E,B){return this.generateIterationForStatement("of",E,B&we?Et:Le)},LabeledStatement:function(E,B){return[E.label.name+":",this.maybeBlock(E.body,B&we?Et:Le)]},Program:function(E,B){var F,T,L,z,X;for(z=E.body.length,F=[ue&&z>0?`
`:""],X=Ut,L=0;L<z;++L)!ue&&L===z-1&&(X|=we),G&&(L===0&&(E.body[0].leadingComments||Vn(E.range[0],E.body[L].range[0],F)),L>0&&!E.body[L-1].trailingComments&&!E.body[L].leadingComments&&Vn(E.body[L-1].range[1],E.body[L].range[0],F)),T=bt(this.generateStatement(E.body[L],X)),F.push(T),L+1<z&&!xt(Oe(T).toString())&&(G&&E.body[L+1].leadingComments||F.push(R)),G&&L===z-1&&(E.body[L].trailingComments||Vn(E.body[L].range[1],E.range[1],F));return F},FunctionDeclaration:function(E,B){return[ui(E,!0),"function",Ii(E)||St(),E.id?Lt(E.id):"",this.generateFunctionBody(E)]},ReturnStatement:function(E,B){return E.argument?[xe("return",this.generateExpression(E.argument,s.Sequence,le)),this.semicolon(B)]:["return"+this.semicolon(B)]},WhileStatement:function(E,B){var F,T=this;return lt(function(){F=["while"+V+"(",T.generateExpression(E.test,s.Sequence,le),")"]}),F.push(this.maybeBlock(E.body,B&we?Et:Le)),F},WithStatement:function(E,B){var F,T=this;return lt(function(){F=["with"+V+"(",T.generateExpression(E.object,s.Sequence,le),")"]}),F.push(this.maybeBlock(E.body,B&we?Et:Le)),F}},ac(ot.prototype,ot.Statement),ot.Expression={SequenceExpression:function(E,B,F){var T,L,z;for(s.Sequence<B&&(F|=K),T=[],L=0,z=E.expressions.length;L<z;++L)T.push(this.generateExpression(E.expressions[L],s.Assignment,F)),L+1<z&&T.push(","+V);return it(T,s.Sequence,B)},AssignmentExpression:function(E,B,F){return this.generateAssignment(E.left,E.right,E.operator,B,F)},ArrowFunctionExpression:function(E,B,F){return it(this.generateFunctionBody(E),s.ArrowFunction,B)},ConditionalExpression:function(E,B,F){return s.Conditional<B&&(F|=K),it([this.generateExpression(E.test,s.LogicalOR,F),V+"?"+V,this.generateExpression(E.consequent,s.Assignment,F),V+":"+V,this.generateExpression(E.alternate,s.Assignment,F)],s.Conditional,B)},LogicalExpression:function(E,B,F){return this.BinaryExpression(E,B,F)},BinaryExpression:function(E,B,F){var T,L,z,X,re,me;switch(X=u[E.operator],L=X,z=X+1,E.operator){case"**":L=s.Postfix,z=X;break;case"??":E.left.type===i.LogicalExpression&&(E.left.operator==="||"||E.left.operator==="&&")&&(L=u[E.left.operator]+1),E.right.type===i.LogicalExpression&&E.right.operator==="&&"&&(z=u[E.right.operator]+1);break;case"||":E.left.type===i.LogicalExpression&&E.left.operator==="??"&&(L=u[E.left.operator]+1);break}return X<B&&(F|=K),re=this.generateExpression(E.left,L,F),me=re.toString(),me.charCodeAt(me.length-1)===47&&h.code.isIdentifierPartES5(E.operator.charCodeAt(0))?T=[re,St(),E.operator]:T=xe(re,E.operator),re=this.generateExpression(E.right,z,F),E.operator==="/"&&re.toString().charAt(0)==="/"||E.operator.slice(-1)==="<"&&re.toString().slice(0,3)==="!--"?(T.push(St()),T.push(re)):T=xe(T,re),E.operator==="in"&&!(F&K)?["(",T,")"]:it(T,X,B)},CallExpression:function(E,B,F){var T,L,z,X;for(T=[this.generateExpression(E.callee,s.Call,vt)],E.optional&&T.push("?."),T.push("("),L=0,z=E.arguments.length;L<z;++L)T.push(this.generateExpression(E.arguments[L],s.Assignment,le)),L+1<z&&T.push(","+V);return T.push(")"),F&ge?(X=E.callee.id===null&&E.callee.params.length===0,X?it(T,B,s.Call):it(T,s.Call,B)):["(",T,")"]},ChainExpression:function(E,B,F){s.OptionalChaining<B&&(F|=ge);var T=this.generateExpression(E.expression,s.OptionalChaining,F);return it(T,s.OptionalChaining,B)},NewExpression:function(E,B,F){var T,L,z,X,re;if(L=E.arguments.length,re=F&Ie&&!Y&&L===0?ln:Gt,T=xe("new",this.generateExpression(E.callee,s.New,re)),!(F&Ie)||Y||L>0){for(T.push("("),z=0,X=L;z<X;++z)T.push(this.generateExpression(E.arguments[z],s.Assignment,le)),z+1<X&&T.push(","+V);T.push(")")}return it(T,s.New,B)},MemberExpression:function(E,B,F){var T,L;return T=[this.generateExpression(E.object,s.Call,F&ge?vt:Gt)],E.computed?(E.optional&&T.push("?."),T.push("["),T.push(this.generateExpression(E.property,s.Sequence,F&ge?le:ln)),T.push("]")):(!E.optional&&E.object.type===i.Literal&&typeof E.object.value=="number"&&(L=Oe(T).toString(),L.indexOf(".")<0&&!/[eExX]/.test(L)&&h.code.isDecimalDigit(L.charCodeAt(L.length-1))&&!(L.length>=2&&L.charCodeAt(0)===48)&&T.push(" ")),T.push(E.optional?"?.":"."),T.push(Lt(E.property))),it(T,s.Member,B)},MetaProperty:function(E,B,F){var T;return T=[],T.push(typeof E.meta=="string"?E.meta:Lt(E.meta)),T.push("."),T.push(typeof E.property=="string"?E.property:Lt(E.property)),it(T,s.Member,B)},UnaryExpression:function(E,B,F){var T,L,z,X,re;return L=this.generateExpression(E.argument,s.Unary,le),V===""?T=xe(E.operator,L):(T=[E.operator],E.operator.length>2?T=xe(T,L):(X=Oe(T).toString(),re=X.charCodeAt(X.length-1),z=L.toString().charCodeAt(0),((re===43||re===45)&&re===z||h.code.isIdentifierPartES5(re)&&h.code.isIdentifierPartES5(z))&&T.push(St()),T.push(L))),it(T,s.Unary,B)},YieldExpression:function(E,B,F){var T;return E.delegate?T="yield*":T="yield",E.argument&&(T=xe(T,this.generateExpression(E.argument,s.Yield,le))),it(T,s.Yield,B)},AwaitExpression:function(E,B,F){var T=xe(E.all?"await*":"await",this.generateExpression(E.argument,s.Await,le));return it(T,s.Await,B)},UpdateExpression:function(E,B,F){return E.prefix?it([E.operator,this.generateExpression(E.argument,s.Unary,le)],s.Unary,B):it([this.generateExpression(E.argument,s.Postfix,le),E.operator],s.Postfix,B)},FunctionExpression:function(E,B,F){var T=[ui(E,!0),"function"];return E.id?(T.push(Ii(E)||St()),T.push(Lt(E.id))):T.push(Ii(E)||V),T.push(this.generateFunctionBody(E)),T},ArrayPattern:function(E,B,F){return this.ArrayExpression(E,B,F,!0)},ArrayExpression:function(E,B,F,T){var L,z,X=this;return E.elements.length?(z=T?!1:E.elements.length>1,L=["[",z?R:""],lt(function(re){var me,je;for(me=0,je=E.elements.length;me<je;++me)E.elements[me]?(L.push(z?re:""),L.push(X.generateExpression(E.elements[me],s.Assignment,le))):(z&&L.push(re),me+1===je&&L.push(",")),me+1<je&&L.push(","+(z?R:V))}),z&&!xt(Oe(L).toString())&&L.push(R),L.push(z?g:""),L.push("]"),L):"[]"},RestElement:function(E,B,F){return"..."+this.generatePattern(E.argument)},ClassExpression:function(E,B,F){var T,L;return T=["class"],E.id&&(T=xe(T,this.generateExpression(E.id,s.Sequence,le))),E.superClass&&(L=xe("extends",this.generateExpression(E.superClass,s.Unary,le)),T=xe(T,L)),T.push(V),T.push(this.generateStatement(E.body,Et)),T},MethodDefinition:function(E,B,F){var T,L;return E.static?T=["static"+V]:T=[],E.kind==="get"||E.kind==="set"?L=[xe(E.kind,this.generatePropertyKey(E.key,E.computed)),this.generateFunctionBody(E.value)]:L=[lc(E),this.generatePropertyKey(E.key,E.computed),this.generateFunctionBody(E.value)],xe(T,L)},PrivateIdentifier:function(E,B,F){return Lt(E)},Property:function(E,B,F){return E.kind==="get"||E.kind==="set"?[E.kind,St(),this.generatePropertyKey(E.key,E.computed),this.generateFunctionBody(E.value)]:E.shorthand?E.value.type==="AssignmentPattern"?this.AssignmentPattern(E.value,s.Sequence,le):this.generatePropertyKey(E.key,E.computed):E.method?[lc(E),this.generatePropertyKey(E.key,E.computed),this.generateFunctionBody(E.value)]:[this.generatePropertyKey(E.key,E.computed),":"+V,this.generateExpression(E.value,s.Assignment,le)]},PropertyDefinition:function(E,B,F){var T;return E.static?T=["static "]:T=[],T.push(this.generatePropertyKey(E.key,E.computed)),E.value&&(T.push(V+"="+V),T.push(this.generateExpression(E.value,s.Assignment,le))),T.push(this.semicolon(F)),T},ObjectExpression:function(E,B,F){var T,L,z,X=this;return E.properties.length?(T=E.properties.length>1,lt(function(){z=X.generateExpression(E.properties[0],s.Sequence,le)}),!T&&!au(Oe(z).toString())?["{",V,z,V,"}"]:(lt(function(re){var me,je;if(L=["{",R,re,z],T)for(L.push(","+R),me=1,je=E.properties.length;me<je;++me)L.push(re),L.push(X.generateExpression(E.properties[me],s.Sequence,le)),me+1<je&&L.push(","+R)}),xt(Oe(L).toString())||L.push(R),L.push(g),L.push("}"),L)):"{}"},AssignmentPattern:function(E,B,F){return this.generateAssignment(E.left,E.right,"=",B,F)},ObjectPattern:function(E,B,F){var T,L,z,X,re,me=this;if(!E.properties.length)return"{}";if(X=!1,E.properties.length===1)re=E.properties[0],re.type===i.Property&&re.value.type!==i.Identifier&&(X=!0);else for(L=0,z=E.properties.length;L<z;++L)if(re=E.properties[L],re.type===i.Property&&!re.shorthand){X=!0;break}return T=["{",X?R:""],lt(function(je){var mt,Sr;for(mt=0,Sr=E.properties.length;mt<Sr;++mt)T.push(X?je:""),T.push(me.generateExpression(E.properties[mt],s.Sequence,le)),mt+1<Sr&&T.push(","+(X?R:V))}),X&&!xt(Oe(T).toString())&&T.push(R),T.push(X?g:""),T.push("}"),T},ThisExpression:function(E,B,F){return"this"},Super:function(E,B,F){return"super"},Identifier:function(E,B,F){return Lt(E)},ImportDefaultSpecifier:function(E,B,F){return Lt(E.id||E.local)},ImportNamespaceSpecifier:function(E,B,F){var T=["*"],L=E.id||E.local;return L&&T.push(V+"as"+St()+Lt(L)),T},ImportSpecifier:function(E,B,F){var T=E.imported,L=[T.name],z=E.local;return z&&z.name!==T.name&&L.push(St()+"as"+St()+Lt(z)),L},ExportSpecifier:function(E,B,F){var T=E.local,L=[T.name],z=E.exported;return z&&z.name!==T.name&&L.push(St()+"as"+St()+Lt(z)),L},Literal:function(E,B,F){var T;if(E.hasOwnProperty("raw")&&J&&fe.raw)try{if(T=J(E.raw).body[0].expression,T.type===i.Literal&&T.value===E.value)return E.raw}catch{}return E.regex?"/"+E.regex.pattern+"/"+E.regex.flags:typeof E.bigint=="string"&&E.raw?E.raw:E.value===null?"null":typeof E.value=="string"?Xf(E.value):typeof E.value=="number"?E.raw&&E.raw.indexOf("_")!==-1?E.raw:uu(E.value):typeof E.value=="boolean"?E.value?"true":"false":Hf(E.value)},GeneratorExpression:function(E,B,F){return this.ComprehensionExpression(E,B,F)},ComprehensionExpression:function(E,B,F){var T,L,z,X,re=this;return T=E.type===i.GeneratorExpression?["("]:["["],fe.moz.comprehensionExpressionStartsWithAssignment&&(X=this.generateExpression(E.body,s.Assignment,le),T.push(X)),E.blocks&&lt(function(){for(L=0,z=E.blocks.length;L<z;++L)X=re.generateExpression(E.blocks[L],s.Sequence,le),L>0||fe.moz.comprehensionExpressionStartsWithAssignment?T=xe(T,X):T.push(X)}),E.filter&&(T=xe(T,"if"+V),X=this.generateExpression(E.filter,s.Sequence,le),T=xe(T,["(",X,")"])),fe.moz.comprehensionExpressionStartsWithAssignment||(X=this.generateExpression(E.body,s.Assignment,le),T=xe(T,X)),T.push(E.type===i.GeneratorExpression?")":"]"),T},ComprehensionBlock:function(E,B,F){var T;return E.left.type===i.VariableDeclaration?T=[E.left.kind,St(),this.generateStatement(E.left.declarations[0],Os)]:T=this.generateExpression(E.left,s.Call,le),T=xe(T,E.of?"of":"in"),T=xe(T,this.generateExpression(E.right,s.Sequence,le)),["for"+V+"(",T,")"]},SpreadElement:function(E,B,F){return["...",this.generateExpression(E.argument,s.Assignment,le)]},TaggedTemplateExpression:function(E,B,F){var T=vt;F&ge||(T=Gt);var L=[this.generateExpression(E.tag,s.Call,T),this.generateExpression(E.quasi,s.Primary,xr)];return it(L,s.TaggedTemplate,B)},TemplateElement:function(E,B,F){return E.value.raw},TemplateLiteral:function(E,B,F){var T,L,z;for(T=["`"],L=0,z=E.quasis.length;L<z;++L)T.push(this.generateExpression(E.quasis[L],s.Primary,le)),L+1<z&&(T.push("${"+V),T.push(this.generateExpression(E.expressions[L],s.Sequence,le)),T.push(V+"}"));return T.push("`"),T},ModuleSpecifier:function(E,B,F){return this.Literal(E,B,F)},ImportExpression:function(E,B,F){return it(["import(",this.generateExpression(E.source,s.Assignment,le),")"],s.Call,B)}},ac(ot.prototype,ot.Expression),ot.prototype.generateExpression=function(E,B,F){var T,L;return L=E.type||i.Property,fe.verbatim&&E.hasOwnProperty(fe.verbatim)?cc(E,B):(T=this[L](E,B,F),fe.comment&&(T=Ni(E,T)),Oe(T,E))},ot.prototype.generateStatement=function(E,B){var F,T;return F=this[E.type](E,B),fe.comment&&(F=Ni(E,F)),T=Oe(F).toString(),E.type===i.Program&&!ue&&R===""&&T.charAt(T.length-1)===`
`&&(F=W?Oe(F).replaceRight(/\s+$/,""):T.replace(/\s+$/,"")),Oe(F,E)};function pc(E){var B;if(B=new ot,ie(E))return B.generateStatement(E,Le);if(he(E))return B.generateExpression(E,s.Sequence,le);throw new Error("Unknown node type: "+E.type)}function fc(E,B){var F=sc(),T,L;return B!=null?(typeof B.indent=="string"&&(F.format.indent.style=B.indent),typeof B.base=="number"&&(F.format.indent.base=B.base),B=Ls(F,B),C=B.format.indent.style,typeof B.base=="string"?g=B.base:g=Rn(C,B.format.indent.base)):(B=F,C=B.format.indent.style,g=Rn(C,B.format.indent.base)),x=B.format.json,I=B.format.renumber,N=x?!1:B.format.hexadecimal,j=x?"double":B.format.quotes,O=B.format.escapeless,R=B.format.newline,V=B.format.space,B.format.compact&&(R=V=C=g=""),Y=B.format.parentheses,Z=B.format.semicolons,ue=B.format.safeConcatenation,oe=B.directive,J=x?null:B.parse,W=B.sourceMap,$=B.sourceCode,G=B.format.preserveBlankLines&&$!==null,fe=B,W&&(Zn.browser?c=global.sourceMap.SourceNode:c=K8().SourceNode),T=pc(E),W?(L=T.toStringWithSourceMap({file:B.file,sourceRoot:B.sourceMapRoot}),B.sourceContent&&L.map.setSourceContent(B.sourceMap,B.sourceContent),B.sourceMapWithCode?L:L.map.toString()):(L={code:T.toString(),map:null},B.sourceMapWithCode?L:L.code)}ce={indent:{style:"",base:0},renumber:!0,hexadecimal:!0,quotes:"auto",escapeless:!0,compact:!0,parentheses:!1,semicolons:!1},se=sc().format,Zn.version=Q8().version,Zn.generate=fc,Zn.attachComments=f.attachComments,Zn.Precedence=Ls({},s),Zn.browser=!1,Zn.FORMAT_MINIFY=ce,Zn.FORMAT_DEFAULTS=se})()});var Iy=be((ore,L5)=>{"use strict";L5.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var s={},u=Symbol("test"),c=Object(u);if(typeof u=="string"||Object.prototype.toString.call(u)!=="[object Symbol]"||Object.prototype.toString.call(c)!=="[object Symbol]")return!1;var f=42;s[u]=f;for(u in s)return!1;if(typeof Object.keys=="function"&&Object.keys(s).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(s).length!==0)return!1;var h=Object.getOwnPropertySymbols(s);if(h.length!==1||h[0]!==u||!Object.prototype.propertyIsEnumerable.call(s,u))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var g=Object.getOwnPropertyDescriptor(s,u);if(g.value!==f||g.enumerable!==!0)return!1}return!0}});var Po=be((cre,M5)=>{"use strict";var nQ=Iy();M5.exports=function(){return nQ()&&!!Symbol.toStringTag}});var V5=be((lre,R5)=>{"use strict";var j5=typeof Symbol<"u"&&Symbol,iQ=Iy();R5.exports=function(){return typeof j5!="function"||typeof Symbol!="function"||typeof j5("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:iQ()}});var G5=be((pre,q5)=>{"use strict";var sQ="Function.prototype.bind called on incompatible ",Py=Array.prototype.slice,aQ=Object.prototype.toString,uQ="[object Function]";q5.exports=function(s){var u=this;if(typeof u!="function"||aQ.call(u)!==uQ)throw new TypeError(sQ+u);for(var c=Py.call(arguments,1),f,h=function(){if(this instanceof f){var N=u.apply(this,c.concat(Py.call(arguments)));return Object(N)===N?N:this}else return u.apply(s,c.concat(Py.call(arguments)))},g=Math.max(0,u.length-c.length),C=[],x=0;x<g;x++)C.push("$"+x);if(f=Function("binder","return function ("+C.join(",")+"){ return binder.apply(this,arguments); }")(h),u.prototype){var I=function(){};I.prototype=u.prototype,f.prototype=new I,I.prototype=null}return f}});var Xp=be((fre,U5)=>{"use strict";var oQ=G5();U5.exports=Function.prototype.bind||oQ});var z5=be((hre,W5)=>{"use strict";var cQ=Xp();W5.exports=cQ.call(Function.call,Object.prototype.hasOwnProperty)});var Lo=be((dre,X5)=>{"use strict";var Ge,Ya=SyntaxError,Y5=Function,Ja=TypeError,Oy=function(i){try{return Y5('"use strict"; return ('+i+").constructor;")()}catch{}},vs=Object.getOwnPropertyDescriptor;if(vs)try{vs({},"")}catch{vs=null}var Ly=function(){throw new Ja},lQ=vs?function(){try{return arguments.callee,Ly}catch{try{return vs(arguments,"callee").get}catch{return Ly}}}():Ly,$a=V5()(),jn=Object.getPrototypeOf||function(i){return i.__proto__},Ha={},pQ=typeof Uint8Array>"u"?Ge:jn(Uint8Array),xs={"%AggregateError%":typeof AggregateError>"u"?Ge:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?Ge:ArrayBuffer,"%ArrayIteratorPrototype%":$a?jn([][Symbol.iterator]()):Ge,"%AsyncFromSyncIteratorPrototype%":Ge,"%AsyncFunction%":Ha,"%AsyncGenerator%":Ha,"%AsyncGeneratorFunction%":Ha,"%AsyncIteratorPrototype%":Ha,"%Atomics%":typeof Atomics>"u"?Ge:Atomics,"%BigInt%":typeof BigInt>"u"?Ge:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?Ge:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?Ge:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?Ge:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?Ge:Float32Array,"%Float64Array%":typeof Float64Array>"u"?Ge:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?Ge:FinalizationRegistry,"%Function%":Y5,"%GeneratorFunction%":Ha,"%Int8Array%":typeof Int8Array>"u"?Ge:Int8Array,"%Int16Array%":typeof Int16Array>"u"?Ge:Int16Array,"%Int32Array%":typeof Int32Array>"u"?Ge:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":$a?jn(jn([][Symbol.iterator]())):Ge,"%JSON%":typeof JSON=="object"?JSON:Ge,"%Map%":typeof Map>"u"?Ge:Map,"%MapIteratorPrototype%":typeof Map>"u"||!$a?Ge:jn(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?Ge:Promise,"%Proxy%":typeof Proxy>"u"?Ge:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?Ge:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?Ge:Set,"%SetIteratorPrototype%":typeof Set>"u"||!$a?Ge:jn(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?Ge:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":$a?jn(""[Symbol.iterator]()):Ge,"%Symbol%":$a?Symbol:Ge,"%SyntaxError%":Ya,"%ThrowTypeError%":lQ,"%TypedArray%":pQ,"%TypeError%":Ja,"%Uint8Array%":typeof Uint8Array>"u"?Ge:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?Ge:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?Ge:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?Ge:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?Ge:WeakMap,"%WeakRef%":typeof WeakRef>"u"?Ge:WeakRef,"%WeakSet%":typeof WeakSet>"u"?Ge:WeakSet};try{null.error}catch(i){$5=jn(jn(i)),xs["%Error.prototype%"]=$5}var $5,fQ=function i(s){var u;if(s==="%AsyncFunction%")u=Oy("async function () {}");else if(s==="%GeneratorFunction%")u=Oy("function* () {}");else if(s==="%AsyncGeneratorFunction%")u=Oy("async function* () {}");else if(s==="%AsyncGenerator%"){var c=i("%AsyncGeneratorFunction%");c&&(u=c.prototype)}else if(s==="%AsyncIteratorPrototype%"){var f=i("%AsyncGenerator%");f&&(u=jn(f.prototype))}return xs[s]=u,u},H5={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Oo=Xp(),Kp=z5(),hQ=Oo.call(Function.call,Array.prototype.concat),dQ=Oo.call(Function.apply,Array.prototype.splice),J5=Oo.call(Function.call,String.prototype.replace),Qp=Oo.call(Function.call,String.prototype.slice),mQ=Oo.call(Function.call,RegExp.prototype.exec),gQ=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,yQ=/\\(\\)?/g,DQ=function(s){var u=Qp(s,0,1),c=Qp(s,-1);if(u==="%"&&c!=="%")throw new Ya("invalid intrinsic syntax, expected closing `%`");if(c==="%"&&u!=="%")throw new Ya("invalid intrinsic syntax, expected opening `%`");var f=[];return J5(s,gQ,function(h,g,C,x){f[f.length]=C?J5(x,yQ,"$1"):g||h}),f},EQ=function(s,u){var c=s,f;if(Kp(H5,c)&&(f=H5[c],c="%"+f[0]+"%"),Kp(xs,c)){var h=xs[c];if(h===Ha&&(h=fQ(c)),typeof h>"u"&&!u)throw new Ja("intrinsic "+s+" exists, but is not available. Please file an issue!");return{alias:f,name:c,value:h}}throw new Ya("intrinsic "+s+" does not exist!")};X5.exports=function(s,u){if(typeof s!="string"||s.length===0)throw new Ja("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof u!="boolean")throw new Ja('"allowMissing" argument must be a boolean');if(mQ(/^%?[^%]*%?$/,s)===null)throw new Ya("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var c=DQ(s),f=c.length>0?c[0]:"",h=EQ("%"+f+"%",u),g=h.name,C=h.value,x=!1,I=h.alias;I&&(f=I[0],dQ(c,hQ([0,1],I)));for(var N=1,j=!0;N<c.length;N+=1){var O=c[N],R=Qp(O,0,1),V=Qp(O,-1);if((R==='"'||R==="'"||R==="`"||V==='"'||V==="'"||V==="`")&&R!==V)throw new Ya("property names with quotes must have matching quotes");if((O==="constructor"||!j)&&(x=!0),f+="."+O,g="%"+f+"%",Kp(xs,g))C=xs[g];else if(C!=null){if(!(O in C)){if(!u)throw new Ja("base intrinsic for "+s+" exists, but the property is not available.");return}if(vs&&N+1>=c.length){var Y=vs(C,O);j=!!Y,j&&"get"in Y&&!("originalValue"in Y.get)?C=Y.get:C=C[O]}else j=Kp(C,O),C=C[O];j&&!x&&(xs[g]=C)}}return C}});var ef=be((mre,Zp)=>{"use strict";var My=Xp(),Xa=Lo(),Z5=Xa("%Function.prototype.apply%"),e6=Xa("%Function.prototype.call%"),t6=Xa("%Reflect.apply%",!0)||My.call(e6,Z5),K5=Xa("%Object.getOwnPropertyDescriptor%",!0),Ss=Xa("%Object.defineProperty%",!0),bQ=Xa("%Math.max%");if(Ss)try{Ss({},"a",{value:1})}catch{Ss=null}Zp.exports=function(s){var u=t6(My,e6,arguments);if(K5&&Ss){var c=K5(u,"length");c.configurable&&Ss(u,"length",{value:1+bQ(0,s.length-(arguments.length-1))})}return u};var Q5=function(){return t6(My,Z5,arguments)};Ss?Ss(Zp.exports,"apply",{value:Q5}):Zp.exports.apply=Q5});var tf=be((gre,i6)=>{"use strict";var r6=Lo(),n6=ef(),CQ=n6(r6("String.prototype.indexOf"));i6.exports=function(s,u){var c=r6(s,!!u);return typeof c=="function"&&CQ(s,".prototype.")>-1?n6(c):c}});var u6=be((yre,a6)=>{"use strict";var AQ=Po()(),vQ=tf(),jy=vQ("Object.prototype.toString"),rf=function(s){return AQ&&s&&typeof s=="object"&&Symbol.toStringTag in s?!1:jy(s)==="[object Arguments]"},s6=function(s){return rf(s)?!0:s!==null&&typeof s=="object"&&typeof s.length=="number"&&s.length>=0&&jy(s)!=="[object Array]"&&jy(s.callee)==="[object Function]"},xQ=function(){return rf(arguments)}();rf.isLegacyArguments=s6;a6.exports=xQ?rf:s6});var l6=be((Dre,c6)=>{"use strict";var SQ=Object.prototype.toString,FQ=Function.prototype.toString,wQ=/^\s*(?:function)?\*/,o6=Po()(),Ry=Object.getPrototypeOf,BQ=function(){if(!o6)return!1;try{return Function("return function*() {}")()}catch{}},Vy;c6.exports=function(s){if(typeof s!="function")return!1;if(wQ.test(FQ.call(s)))return!0;if(!o6){var u=SQ.call(s);return u==="[object GeneratorFunction]"}if(!Ry)return!1;if(typeof Vy>"u"){var c=BQ();Vy=c?Ry(c):!1}return Ry(s)===Vy}});var d6=be((Ere,h6)=>{"use strict";var f6=Function.prototype.toString,Ka=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,Gy,nf;if(typeof Ka=="function"&&typeof Object.defineProperty=="function")try{Gy=Object.defineProperty({},"length",{get:function(){throw nf}}),nf={},Ka(function(){throw 42},null,Gy)}catch(i){i!==nf&&(Ka=null)}else Ka=null;var TQ=/^\s*class\b/,Uy=function(s){try{var u=f6.call(s);return TQ.test(u)}catch{return!1}},qy=function(s){try{return Uy(s)?!1:(f6.call(s),!0)}catch{return!1}},sf=Object.prototype.toString,kQ="[object Object]",_Q="[object Function]",NQ="[object GeneratorFunction]",IQ="[object HTMLAllCollection]",PQ="[object HTML document.all class]",OQ="[object HTMLCollection]",LQ=typeof Symbol=="function"&&!!Symbol.toStringTag,MQ=!(0 in[,]),Wy=function(){return!1};typeof document=="object"&&(p6=document.all,sf.call(p6)===sf.call(document.all)&&(Wy=function(s){if((MQ||!s)&&(typeof s>"u"||typeof s=="object"))try{var u=sf.call(s);return(u===IQ||u===PQ||u===OQ||u===kQ)&&s("")==null}catch{}return!1}));var p6;h6.exports=Ka?function(s){if(Wy(s))return!0;if(!s||typeof s!="function"&&typeof s!="object")return!1;try{Ka(s,null,Gy)}catch(u){if(u!==nf)return!1}return!Uy(s)&&qy(s)}:function(s){if(Wy(s))return!0;if(!s||typeof s!="function"&&typeof s!="object")return!1;if(LQ)return qy(s);if(Uy(s))return!1;var u=sf.call(s);return u!==_Q&&u!==NQ&&!/^\[object HTML/.test(u)?!1:qy(s)}});var zy=be((bre,g6)=>{"use strict";var jQ=d6(),RQ=Object.prototype.toString,m6=Object.prototype.hasOwnProperty,VQ=function(s,u,c){for(var f=0,h=s.length;f<h;f++)m6.call(s,f)&&(c==null?u(s[f],f,s):u.call(c,s[f],f,s))},qQ=function(s,u,c){for(var f=0,h=s.length;f<h;f++)c==null?u(s.charAt(f),f,s):u.call(c,s.charAt(f),f,s)},GQ=function(s,u,c){for(var f in s)m6.call(s,f)&&(c==null?u(s[f],f,s):u.call(c,s[f],f,s))},UQ=function(s,u,c){if(!jQ(u))throw new TypeError("iterator must be a function");var f;arguments.length>=3&&(f=c),RQ.call(s)==="[object Array]"?VQ(s,u,f):typeof s=="string"?qQ(s,u,f):GQ(s,u,f)};g6.exports=UQ});var Hy=be((Cre,y6)=>{"use strict";var $y=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],WQ=typeof globalThis>"u"?global:globalThis;y6.exports=function(){for(var s=[],u=0;u<$y.length;u++)typeof WQ[$y[u]]=="function"&&(s[s.length]=$y[u]);return s}});var Jy=be((Are,D6)=>{"use strict";var zQ=Lo(),af=zQ("%Object.getOwnPropertyDescriptor%",!0);if(af)try{af([],"length")}catch{af=null}D6.exports=af});var Ky=be((vre,v6)=>{"use strict";var E6=zy(),$Q=Hy(),Xy=tf(),HQ=Xy("Object.prototype.toString"),b6=Po()(),uf=Jy(),JQ=typeof globalThis>"u"?global:globalThis,C6=$Q(),YQ=Xy("Array.prototype.indexOf",!0)||function(s,u){for(var c=0;c<s.length;c+=1)if(s[c]===u)return c;return-1},XQ=Xy("String.prototype.slice"),A6={},Yy=Object.getPrototypeOf;b6&&uf&&Yy&&E6(C6,function(i){var s=new JQ[i];if(Symbol.toStringTag in s){var u=Yy(s),c=uf(u,Symbol.toStringTag);if(!c){var f=Yy(u);c=uf(f,Symbol.toStringTag)}A6[i]=c.get}});var KQ=function(s){var u=!1;return E6(A6,function(c,f){if(!u)try{u=c.call(s)===f}catch{}}),u};v6.exports=function(s){if(!s||typeof s!="object")return!1;if(!b6||!(Symbol.toStringTag in s)){var u=XQ(HQ(s),8,-1);return YQ(C6,u)>-1}return uf?KQ(s):!1}});var k6=be((xre,T6)=>{"use strict";var S6=zy(),QQ=Hy(),F6=tf(),Qy=Jy(),ZQ=F6("Object.prototype.toString"),w6=Po()(),x6=typeof globalThis>"u"?global:globalThis,eZ=QQ(),tZ=F6("String.prototype.slice"),B6={},Zy=Object.getPrototypeOf;w6&&Qy&&Zy&&S6(eZ,function(i){if(typeof x6[i]=="function"){var s=new x6[i];if(Symbol.toStringTag in s){var u=Zy(s),c=Qy(u,Symbol.toStringTag);if(!c){var f=Zy(u);c=Qy(f,Symbol.toStringTag)}B6[i]=c.get}}});var rZ=function(s){var u=!1;return S6(B6,function(c,f){if(!u)try{var h=c.call(s);h===f&&(u=h)}catch{}}),u},nZ=Ky();T6.exports=function(s){return nZ(s)?!w6||!(Symbol.toStringTag in s)?tZ(ZQ(s),8,-1):rZ(s):!1}});var W6=be(Re=>{"use strict";var iZ=u6(),sZ=l6(),vn=k6(),_6=Ky();function Qa(i){return i.call.bind(i)}var N6=typeof BigInt<"u",I6=typeof Symbol<"u",en=Qa(Object.prototype.toString),aZ=Qa(Number.prototype.valueOf),uZ=Qa(String.prototype.valueOf),oZ=Qa(Boolean.prototype.valueOf);N6&&(P6=Qa(BigInt.prototype.valueOf));var P6;I6&&(O6=Qa(Symbol.prototype.valueOf));var O6;function jo(i,s){if(typeof i!="object")return!1;try{return s(i),!0}catch{return!1}}Re.isArgumentsObject=iZ;Re.isGeneratorFunction=sZ;Re.isTypedArray=_6;function cZ(i){return typeof Promise<"u"&&i instanceof Promise||i!==null&&typeof i=="object"&&typeof i.then=="function"&&typeof i.catch=="function"}Re.isPromise=cZ;function lZ(i){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(i):_6(i)||M6(i)}Re.isArrayBufferView=lZ;function pZ(i){return vn(i)==="Uint8Array"}Re.isUint8Array=pZ;function fZ(i){return vn(i)==="Uint8ClampedArray"}Re.isUint8ClampedArray=fZ;function hZ(i){return vn(i)==="Uint16Array"}Re.isUint16Array=hZ;function dZ(i){return vn(i)==="Uint32Array"}Re.isUint32Array=dZ;function mZ(i){return vn(i)==="Int8Array"}Re.isInt8Array=mZ;function gZ(i){return vn(i)==="Int16Array"}Re.isInt16Array=gZ;function yZ(i){return vn(i)==="Int32Array"}Re.isInt32Array=yZ;function DZ(i){return vn(i)==="Float32Array"}Re.isFloat32Array=DZ;function EZ(i){return vn(i)==="Float64Array"}Re.isFloat64Array=EZ;function bZ(i){return vn(i)==="BigInt64Array"}Re.isBigInt64Array=bZ;function CZ(i){return vn(i)==="BigUint64Array"}Re.isBigUint64Array=CZ;function of(i){return en(i)==="[object Map]"}of.working=typeof Map<"u"&&of(new Map);function AZ(i){return typeof Map>"u"?!1:of.working?of(i):i instanceof Map}Re.isMap=AZ;function cf(i){return en(i)==="[object Set]"}cf.working=typeof Set<"u"&&cf(new Set);function vZ(i){return typeof Set>"u"?!1:cf.working?cf(i):i instanceof Set}Re.isSet=vZ;function lf(i){return en(i)==="[object WeakMap]"}lf.working=typeof WeakMap<"u"&&lf(new WeakMap);function xZ(i){return typeof WeakMap>"u"?!1:lf.working?lf(i):i instanceof WeakMap}Re.isWeakMap=xZ;function t1(i){return en(i)==="[object WeakSet]"}t1.working=typeof WeakSet<"u"&&t1(new WeakSet);function SZ(i){return t1(i)}Re.isWeakSet=SZ;function pf(i){return en(i)==="[object ArrayBuffer]"}pf.working=typeof ArrayBuffer<"u"&&pf(new ArrayBuffer);function L6(i){return typeof ArrayBuffer>"u"?!1:pf.working?pf(i):i instanceof ArrayBuffer}Re.isArrayBuffer=L6;function ff(i){return en(i)==="[object DataView]"}ff.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&ff(new DataView(new ArrayBuffer(1),0,1));function M6(i){return typeof DataView>"u"?!1:ff.working?ff(i):i instanceof DataView}Re.isDataView=M6;var e1=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Mo(i){return en(i)==="[object SharedArrayBuffer]"}function j6(i){return typeof e1>"u"?!1:(typeof Mo.working>"u"&&(Mo.working=Mo(new e1)),Mo.working?Mo(i):i instanceof e1)}Re.isSharedArrayBuffer=j6;function FZ(i){return en(i)==="[object AsyncFunction]"}Re.isAsyncFunction=FZ;function wZ(i){return en(i)==="[object Map Iterator]"}Re.isMapIterator=wZ;function BZ(i){return en(i)==="[object Set Iterator]"}Re.isSetIterator=BZ;function TZ(i){return en(i)==="[object Generator]"}Re.isGeneratorObject=TZ;function kZ(i){return en(i)==="[object WebAssembly.Module]"}Re.isWebAssemblyCompiledModule=kZ;function R6(i){return jo(i,aZ)}Re.isNumberObject=R6;function V6(i){return jo(i,uZ)}Re.isStringObject=V6;function q6(i){return jo(i,oZ)}Re.isBooleanObject=q6;function G6(i){return N6&&jo(i,P6)}Re.isBigIntObject=G6;function U6(i){return I6&&jo(i,O6)}Re.isSymbolObject=U6;function _Z(i){return R6(i)||V6(i)||q6(i)||G6(i)||U6(i)}Re.isBoxedPrimitive=_Z;function NZ(i){return typeof Uint8Array<"u"&&(L6(i)||j6(i))}Re.isAnyArrayBuffer=NZ;["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(i){Object.defineProperty(Re,i,{enumerable:!1,value:function(){throw new Error(i+" is not supported in userland")}})})});var $6=be((Fre,z6)=>{z6.exports=function(s){return s&&typeof s=="object"&&typeof s.copy=="function"&&typeof s.fill=="function"&&typeof s.readUInt8=="function"}});var H6=be((wre,r1)=>{typeof Object.create=="function"?r1.exports=function(s,u){u&&(s.super_=u,s.prototype=Object.create(u.prototype,{constructor:{value:s,enumerable:!1,writable:!0,configurable:!0}}))}:r1.exports=function(s,u){if(u){s.super_=u;var c=function(){};c.prototype=u.prototype,s.prototype=new c,s.prototype.constructor=s}}});var eu=be(Ve=>{var J6=Object.getOwnPropertyDescriptors||function(s){for(var u=Object.keys(s),c={},f=0;f<u.length;f++)c[u[f]]=Object.getOwnPropertyDescriptor(s,u[f]);return c},IZ=/%[sdj%]/g;Ve.format=function(i){if(!Df(i)){for(var s=[],u=0;u<arguments.length;u++)s.push(vi(arguments[u]));return s.join(" ")}for(var u=1,c=arguments,f=c.length,h=String(i).replace(IZ,function(C){if(C==="%%")return"%";if(u>=f)return C;switch(C){case"%s":return String(c[u++]);case"%d":return Number(c[u++]);case"%j":try{return JSON.stringify(c[u++])}catch{return"[Circular]"}default:return C}}),g=c[u];u<f;g=c[++u])yf(g)||!Za(g)?h+=" "+g:h+=" "+vi(g);return h};Ve.deprecate=function(i,s){if(typeof process<"u"&&process.noDeprecation===!0)return i;if(typeof process>"u")return function(){return Ve.deprecate(i,s).apply(this,arguments)};var u=!1;function c(){if(!u){if(process.throwDeprecation)throw new Error(s);process.traceDeprecation?console.trace(s):console.error(s),u=!0}return i.apply(this,arguments)}return c};var hf={},PZ=/^$/;Ve.debuglog=function(i){if(i=i.toUpperCase(),!hf[i])if(PZ.test(i)){var s=process.pid;hf[i]=function(){var u=Ve.format.apply(Ve,arguments);console.error("%s %d: %s",i,s,u)}}else hf[i]=function(){};return hf[i]};function vi(i,s){var u={seen:[],stylize:LZ};return arguments.length>=3&&(u.depth=arguments[2]),arguments.length>=4&&(u.colors=arguments[3]),a1(s)?u.showHidden=s:s&&Ve._extend(u,s),ws(u.showHidden)&&(u.showHidden=!1),ws(u.depth)&&(u.depth=2),ws(u.colors)&&(u.colors=!1),ws(u.customInspect)&&(u.customInspect=!0),u.colors&&(u.stylize=OZ),mf(u,i,u.depth)}Ve.inspect=vi;vi.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};vi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function OZ(i,s){var u=vi.styles[s];return u?"\x1B["+vi.colors[u][0]+"m"+i+"\x1B["+vi.colors[u][1]+"m":i}function LZ(i,s){return i}function MZ(i){var s={};return i.forEach(function(u,c){s[u]=!0}),s}function mf(i,s,u){if(i.customInspect&&s&&df(s.inspect)&&s.inspect!==Ve.inspect&&!(s.constructor&&s.constructor.prototype===s)){var c=s.inspect(u,i);return Df(c)||(c=mf(i,c,u)),c}var f=jZ(i,s);if(f)return f;var h=Object.keys(s),g=MZ(h);if(i.showHidden&&(h=Object.getOwnPropertyNames(s)),Vo(s)&&(h.indexOf("message")>=0||h.indexOf("description")>=0))return n1(s);if(h.length===0){if(df(s)){var C=s.name?": "+s.name:"";return i.stylize("[Function"+C+"]","special")}if(Ro(s))return i.stylize(RegExp.prototype.toString.call(s),"regexp");if(gf(s))return i.stylize(Date.prototype.toString.call(s),"date");if(Vo(s))return n1(s)}var x="",I=!1,N=["{","}"];if(Y6(s)&&(I=!0,N=["[","]"]),df(s)){var j=s.name?": "+s.name:"";x=" [Function"+j+"]"}if(Ro(s)&&(x=" "+RegExp.prototype.toString.call(s)),gf(s)&&(x=" "+Date.prototype.toUTCString.call(s)),Vo(s)&&(x=" "+n1(s)),h.length===0&&(!I||s.length==0))return N[0]+x+N[1];if(u<0)return Ro(s)?i.stylize(RegExp.prototype.toString.call(s),"regexp"):i.stylize("[Object]","special");i.seen.push(s);var O;return I?O=RZ(i,s,u,g,h):O=h.map(function(R){return s1(i,s,u,g,R,I)}),i.seen.pop(),VZ(O,x,N)}function jZ(i,s){if(ws(s))return i.stylize("undefined","undefined");if(Df(s)){var u="'"+JSON.stringify(s).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return i.stylize(u,"string")}if(X6(s))return i.stylize(""+s,"number");if(a1(s))return i.stylize(""+s,"boolean");if(yf(s))return i.stylize("null","null")}function n1(i){return"["+Error.prototype.toString.call(i)+"]"}function RZ(i,s,u,c,f){for(var h=[],g=0,C=s.length;g<C;++g)K6(s,String(g))?h.push(s1(i,s,u,c,String(g),!0)):h.push("");return f.forEach(function(x){x.match(/^\d+$/)||h.push(s1(i,s,u,c,x,!0))}),h}function s1(i,s,u,c,f,h){var g,C,x;if(x=Object.getOwnPropertyDescriptor(s,f)||{value:s[f]},x.get?x.set?C=i.stylize("[Getter/Setter]","special"):C=i.stylize("[Getter]","special"):x.set&&(C=i.stylize("[Setter]","special")),K6(c,f)||(g="["+f+"]"),C||(i.seen.indexOf(x.value)<0?(yf(u)?C=mf(i,x.value,null):C=mf(i,x.value,u-1),C.indexOf(`
`)>-1&&(h?C=C.split(`
`).map(function(I){return" "+I}).join(`
`).slice(2):C=`
`+C.split(`
`).map(function(I){return" "+I}).join(`
`))):C=i.stylize("[Circular]","special")),ws(g)){if(h&&f.match(/^\d+$/))return C;g=JSON.stringify(""+f),g.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(g=g.slice(1,-1),g=i.stylize(g,"name")):(g=g.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),g=i.stylize(g,"string"))}return g+": "+C}function VZ(i,s,u){var c=0,f=i.reduce(function(h,g){return c++,g.indexOf(`
`)>=0&&c++,h+g.replace(/\u001b\[\d\d?m/g,"").length+1},0);return f>60?u[0]+(s===""?"":s+`
`)+" "+i.join(`,
`)+" "+u[1]:u[0]+s+" "+i.join(", ")+" "+u[1]}Ve.types=W6();function Y6(i){return Array.isArray(i)}Ve.isArray=Y6;function a1(i){return typeof i=="boolean"}Ve.isBoolean=a1;function yf(i){return i===null}Ve.isNull=yf;function qZ(i){return i==null}Ve.isNullOrUndefined=qZ;function X6(i){return typeof i=="number"}Ve.isNumber=X6;function Df(i){return typeof i=="string"}Ve.isString=Df;function GZ(i){return typeof i=="symbol"}Ve.isSymbol=GZ;function ws(i){return i===void 0}Ve.isUndefined=ws;function Ro(i){return Za(i)&&u1(i)==="[object RegExp]"}Ve.isRegExp=Ro;Ve.types.isRegExp=Ro;function Za(i){return typeof i=="object"&&i!==null}Ve.isObject=Za;function gf(i){return Za(i)&&u1(i)==="[object Date]"}Ve.isDate=gf;Ve.types.isDate=gf;function Vo(i){return Za(i)&&(u1(i)==="[object Error]"||i instanceof Error)}Ve.isError=Vo;Ve.types.isNativeError=Vo;function df(i){return typeof i=="function"}Ve.isFunction=df;function UZ(i){return i===null||typeof i=="boolean"||typeof i=="number"||typeof i=="string"||typeof i=="symbol"||typeof i>"u"}Ve.isPrimitive=UZ;Ve.isBuffer=$6();function u1(i){return Object.prototype.toString.call(i)}function i1(i){return i<10?"0"+i.toString(10):i.toString(10)}var WZ=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function zZ(){var i=new Date,s=[i1(i.getHours()),i1(i.getMinutes()),i1(i.getSeconds())].join(":");return[i.getDate(),WZ[i.getMonth()],s].join(" ")}Ve.log=function(){console.log("%s - %s",zZ(),Ve.format.apply(Ve,arguments))};Ve.inherits=H6();Ve._extend=function(i,s){if(!s||!Za(s))return i;for(var u=Object.keys(s),c=u.length;c--;)i[u[c]]=s[u[c]];return i};function K6(i,s){return Object.prototype.hasOwnProperty.call(i,s)}var Fs=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;Ve.promisify=function(s){if(typeof s!="function")throw new TypeError('The "original" argument must be of type Function');if(Fs&&s[Fs]){var u=s[Fs];if(typeof u!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(u,Fs,{value:u,enumerable:!1,writable:!1,configurable:!0}),u}function u(){for(var c,f,h=new Promise(function(x,I){c=x,f=I}),g=[],C=0;C<arguments.length;C++)g.push(arguments[C]);g.push(function(x,I){x?f(x):c(I)});try{s.apply(this,g)}catch(x){f(x)}return h}return Object.setPrototypeOf(u,Object.getPrototypeOf(s)),Fs&&Object.defineProperty(u,Fs,{value:u,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(u,J6(s))};Ve.promisify.custom=Fs;function $Z(i,s){if(!i){var u=new Error("Promise was rejected with a falsy value");u.reason=i,i=u}return s(i)}function HZ(i){if(typeof i!="function")throw new TypeError('The "original" argument must be of type Function');function s(){for(var u=[],c=0;c<arguments.length;c++)u.push(arguments[c]);var f=u.pop();if(typeof f!="function")throw new TypeError("The last argument must be of type Function");var h=this,g=function(){return f.apply(h,arguments)};i.apply(this,u).then(function(C){process.nextTick(g.bind(null,null,C))},function(C){process.nextTick($Z.bind(null,C,g))})}return Object.setPrototypeOf(s,Object.getPrototypeOf(i)),Object.defineProperties(s,J6(i)),s}Ve.callbackify=HZ});var p1=be((Tre,eB)=>{"use strict";function tu(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?tu=function(u){return typeof u}:tu=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},tu(i)}function JZ(i,s){if(!(i instanceof s))throw new TypeError("Cannot call a class as a function")}function YZ(i,s){return s&&(tu(s)==="object"||typeof s=="function")?s:XZ(i)}function XZ(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function c1(i){return c1=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},c1(i)}function KZ(i,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function");i.prototype=Object.create(s&&s.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),s&&l1(i,s)}function l1(i,s){return l1=Object.setPrototypeOf||function(c,f){return c.__proto__=f,c},l1(i,s)}var Z6={},ru,o1;function qo(i,s,u){u||(u=Error);function c(h,g,C){return typeof s=="string"?s:s(h,g,C)}var f=function(h){KZ(g,h);function g(C,x,I){var N;return JZ(this,g),N=YZ(this,c1(g).call(this,c(C,x,I))),N.code=i,N}return g}(u);Z6[i]=f}function Q6(i,s){if(Array.isArray(i)){var u=i.length;return i=i.map(function(c){return String(c)}),u>2?"one of ".concat(s," ").concat(i.slice(0,u-1).join(", "),", or ")+i[u-1]:u===2?"one of ".concat(s," ").concat(i[0]," or ").concat(i[1]):"of ".concat(s," ").concat(i[0])}else return"of ".concat(s," ").concat(String(i))}function QZ(i,s,u){return i.substr(!u||u<0?0:+u,s.length)===s}function ZZ(i,s,u){return(u===void 0||u>i.length)&&(u=i.length),i.substring(u-s.length,u)===s}function eee(i,s,u){return typeof u!="number"&&(u=0),u+s.length>i.length?!1:i.indexOf(s,u)!==-1}qo("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError);qo("ERR_INVALID_ARG_TYPE",function(i,s,u){ru===void 0&&(ru=Bs()),ru(typeof i=="string","'name' must be a string");var c;typeof s=="string"&&QZ(s,"not ")?(c="must not be",s=s.replace(/^not /,"")):c="must be";var f;if(ZZ(i," argument"))f="The ".concat(i," ").concat(c," ").concat(Q6(s,"type"));else{var h=eee(i,".")?"property":"argument";f='The "'.concat(i,'" ').concat(h," ").concat(c," ").concat(Q6(s,"type"))}return f+=". Received type ".concat(tu(u)),f},TypeError);qo("ERR_INVALID_ARG_VALUE",function(i,s){var u=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"is invalid";o1===void 0&&(o1=eu());var c=o1.inspect(s);return c.length>128&&(c="".concat(c.slice(0,128),"...")),"The argument '".concat(i,"' ").concat(u,". Received ").concat(c)},TypeError,RangeError);qo("ERR_INVALID_RETURN_VALUE",function(i,s,u){var c;return u&&u.constructor&&u.constructor.name?c="instance of ".concat(u.constructor.name):c="type ".concat(tu(u)),"Expected ".concat(i,' to be returned from the "').concat(s,'"')+" function but got ".concat(c,".")},TypeError);qo("ERR_MISSING_ARGS",function(){for(var i=arguments.length,s=new Array(i),u=0;u<i;u++)s[u]=arguments[u];ru===void 0&&(ru=Bs()),ru(s.length>0,"At least one arg needs to be specified");var c="The ",f=s.length;switch(s=s.map(function(h){return'"'.concat(h,'"')}),f){case 1:c+="".concat(s[0]," argument");break;case 2:c+="".concat(s[0]," and ").concat(s[1]," arguments");break;default:c+=s.slice(0,f-1).join(", "),c+=", and ".concat(s[f-1]," arguments");break}return"".concat(c," must be specified")},TypeError);eB.exports.codes=Z6});var sB=be((kre,iB)=>{"use strict";function tee(i){for(var s=1;s<arguments.length;s++){var u=arguments[s]!=null?arguments[s]:{},c=Object.keys(u);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(u).filter(function(f){return Object.getOwnPropertyDescriptor(u,f).enumerable}))),c.forEach(function(f){ree(i,f,u[f])})}return i}function ree(i,s,u){return s in i?Object.defineProperty(i,s,{value:u,enumerable:!0,configurable:!0,writable:!0}):i[s]=u,i}function nee(i,s){if(!(i instanceof s))throw new TypeError("Cannot call a class as a function")}function tB(i,s){for(var u=0;u<s.length;u++){var c=s[u];c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(i,c.key,c)}}function iee(i,s,u){return s&&tB(i.prototype,s),u&&tB(i,u),i}function nu(i,s){return s&&(tn(s)==="object"||typeof s=="function")?s:f1(i)}function f1(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function see(i,s){if(typeof s!="function"&&s!==null)throw new TypeError("Super expression must either be null or a function");i.prototype=Object.create(s&&s.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),s&&zo(i,s)}function h1(i){var s=typeof Map=="function"?new Map:void 0;return h1=function(c){if(c===null||!uee(c))return c;if(typeof c!="function")throw new TypeError("Super expression must either be null or a function");if(typeof s<"u"){if(s.has(c))return s.get(c);s.set(c,f)}function f(){return Ef(c,arguments,xi(this).constructor)}return f.prototype=Object.create(c.prototype,{constructor:{value:f,enumerable:!1,writable:!0,configurable:!0}}),zo(f,c)},h1(i)}function aee(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Ef(i,s,u){return aee()?Ef=Reflect.construct:Ef=function(f,h,g){var C=[null];C.push.apply(C,h);var x=Function.bind.apply(f,C),I=new x;return g&&zo(I,g.prototype),I},Ef.apply(null,arguments)}function uee(i){return Function.toString.call(i).indexOf("[native code]")!==-1}function zo(i,s){return zo=Object.setPrototypeOf||function(c,f){return c.__proto__=f,c},zo(i,s)}function xi(i){return xi=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},xi(i)}function tn(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?tn=function(u){return typeof u}:tn=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},tn(i)}var oee=eu(),d1=oee.inspect,cee=p1(),lee=cee.codes.ERR_INVALID_ARG_TYPE;function rB(i,s,u){return(u===void 0||u>i.length)&&(u=i.length),i.substring(u-s.length,u)===s}function pee(i,s){if(s=Math.floor(s),i.length==0||s==0)return"";var u=i.length*s;for(s=Math.floor(Math.log(s)/Math.log(2));s;)i+=i,s--;return i+=i.substring(0,u-i.length),i}var xn="",Go="",Uo="",Rt="",Ts={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"},fee=10;function nB(i){var s=Object.keys(i),u=Object.create(Object.getPrototypeOf(i));return s.forEach(function(c){u[c]=i[c]}),Object.defineProperty(u,"message",{value:i.message}),u}function Wo(i){return d1(i,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function hee(i,s,u){var c="",f="",h=0,g="",C=!1,x=Wo(i),I=x.split(`
`),N=Wo(s).split(`
`),j=0,O="";if(u==="strictEqual"&&tn(i)==="object"&&tn(s)==="object"&&i!==null&&s!==null&&(u="strictEqualObject"),I.length===1&&N.length===1&&I[0]!==N[0]){var R=I[0].length+N[0].length;if(R<=fee){if((tn(i)!=="object"||i===null)&&(tn(s)!=="object"||s===null)&&(i!==0||s!==0))return"".concat(Ts[u],`
`)+"".concat(I[0]," !== ").concat(N[0],`
`)}else if(u!=="strictEqualObject"){var V=process.stderr&&process.stderr.isTTY?process.stderr.columns:80;if(R<V){for(;I[0][j]===N[0][j];)j++;j>2&&(O=`
`.concat(pee(" ",j),"^"),j=0)}}}for(var Y=I[I.length-1],Z=N[N.length-1];Y===Z&&(j++<2?g=`
`.concat(Y).concat(g):c=Y,I.pop(),N.pop(),!(I.length===0||N.length===0));)Y=I[I.length-1],Z=N[N.length-1];var ue=Math.max(I.length,N.length);if(ue===0){var oe=x.split(`
`);if(oe.length>30)for(oe[26]="".concat(xn,"...").concat(Rt);oe.length>27;)oe.pop();return"".concat(Ts.notIdentical,`
`).concat(oe.join(`
`),`
`)}j>3&&(g=`
`.concat(xn,"...").concat(Rt).concat(g),C=!0),c!==""&&(g=`
`.concat(c).concat(g),c="");var fe=0,J=Ts[u]+`
`.concat(Go,"+ actual").concat(Rt," ").concat(Uo,"- expected").concat(Rt),W=" ".concat(xn,"...").concat(Rt," Lines skipped");for(j=0;j<ue;j++){var $=j-h;if(I.length<j+1)$>1&&j>2&&($>4?(f+=`
`.concat(xn,"...").concat(Rt),C=!0):$>3&&(f+=`
`.concat(N[j-2]),fe++),f+=`
`.concat(N[j-1]),fe++),h=j,c+=`
`.concat(Uo,"-").concat(Rt," ").concat(N[j]),fe++;else if(N.length<j+1)$>1&&j>2&&($>4?(f+=`
`.concat(xn,"...").concat(Rt),C=!0):$>3&&(f+=`
`.concat(I[j-2]),fe++),f+=`
`.concat(I[j-1]),fe++),h=j,f+=`
`.concat(Go,"+").concat(Rt," ").concat(I[j]),fe++;else{var G=N[j],ce=I[j],se=ce!==G&&(!rB(ce,",")||ce.slice(0,-1)!==G);se&&rB(G,",")&&G.slice(0,-1)===ce&&(se=!1,ce+=","),se?($>1&&j>2&&($>4?(f+=`
`.concat(xn,"...").concat(Rt),C=!0):$>3&&(f+=`
`.concat(I[j-2]),fe++),f+=`
`.concat(I[j-1]),fe++),h=j,f+=`
`.concat(Go,"+").concat(Rt," ").concat(ce),c+=`
`.concat(Uo,"-").concat(Rt," ").concat(G),fe+=2):(f+=c,c="",($===1||j===0)&&(f+=`
`.concat(ce),fe++))}if(fe>20&&j<ue-2)return"".concat(J).concat(W,`
`).concat(f,`
`).concat(xn,"...").concat(Rt).concat(c,`
`)+"".concat(xn,"...").concat(Rt)}return"".concat(J).concat(C?W:"",`
`).concat(f).concat(c).concat(g).concat(O)}var dee=function(i){see(s,i);function s(u){var c;if(nee(this,s),tn(u)!=="object"||u===null)throw new lee("options","Object",u);var f=u.message,h=u.operator,g=u.stackStartFn,C=u.actual,x=u.expected,I=Error.stackTraceLimit;if(Error.stackTraceLimit=0,f!=null)c=nu(this,xi(s).call(this,String(f)));else if(process.stderr&&process.stderr.isTTY&&(process.stderr&&process.stderr.getColorDepth&&process.stderr.getColorDepth()!==1?(xn="\x1B[34m",Go="\x1B[32m",Rt="\x1B[39m",Uo="\x1B[31m"):(xn="",Go="",Rt="",Uo="")),tn(C)==="object"&&C!==null&&tn(x)==="object"&&x!==null&&"stack"in C&&C instanceof Error&&"stack"in x&&x instanceof Error&&(C=nB(C),x=nB(x)),h==="deepStrictEqual"||h==="strictEqual")c=nu(this,xi(s).call(this,hee(C,x,h)));else if(h==="notDeepStrictEqual"||h==="notStrictEqual"){var N=Ts[h],j=Wo(C).split(`
`);if(h==="notStrictEqual"&&tn(C)==="object"&&C!==null&&(N=Ts.notStrictEqualObject),j.length>30)for(j[26]="".concat(xn,"...").concat(Rt);j.length>27;)j.pop();j.length===1?c=nu(this,xi(s).call(this,"".concat(N," ").concat(j[0]))):c=nu(this,xi(s).call(this,"".concat(N,`
`).concat(j.join(`
`),`
`)))}else{var O=Wo(C),R="",V=Ts[h];h==="notDeepEqual"||h==="notEqual"?(O="".concat(Ts[h],`
`).concat(O),O.length>1024&&(O="".concat(O.slice(0,1021),"..."))):(R="".concat(Wo(x)),O.length>512&&(O="".concat(O.slice(0,509),"...")),R.length>512&&(R="".concat(R.slice(0,509),"...")),h==="deepEqual"||h==="equal"?O="".concat(V,`
`).concat(O,`
should equal
`):R=" ".concat(h," ").concat(R)),c=nu(this,xi(s).call(this,"".concat(O).concat(R)))}return Error.stackTraceLimit=I,c.generatedMessage=!f,Object.defineProperty(f1(c),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),c.code="ERR_ASSERTION",c.actual=C,c.expected=x,c.operator=h,Error.captureStackTrace&&Error.captureStackTrace(f1(c),g),c.stack,c.name="AssertionError",nu(c)}return iee(s,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:d1.custom,value:function(c,f){return d1(this,tee({},f,{customInspect:!1,depth:0}))}}]),s}(h1(Error));iB.exports=dee});var oB=be((_re,uB)=>{"use strict";function aB(i,s){if(i==null)throw new TypeError("Cannot convert first argument to object");for(var u=Object(i),c=1;c<arguments.length;c++){var f=arguments[c];if(f!=null)for(var h=Object.keys(Object(f)),g=0,C=h.length;g<C;g++){var x=h[g],I=Object.getOwnPropertyDescriptor(f,x);I!==void 0&&I.enumerable&&(u[x]=f[x])}}return u}function mee(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:aB})}uB.exports={assign:aB,polyfill:mee}});var m1=be((Nre,lB)=>{"use strict";var cB=Object.prototype.toString;lB.exports=function(s){var u=cB.call(s),c=u==="[object Arguments]";return c||(c=u!=="[object Array]"&&s!==null&&typeof s=="object"&&typeof s.length=="number"&&s.length>=0&&cB.call(s.callee)==="[object Function]"),c}});var EB=be((Ire,DB)=>{"use strict";var yB;Object.keys||($o=Object.prototype.hasOwnProperty,g1=Object.prototype.toString,pB=m1(),y1=Object.prototype.propertyIsEnumerable,fB=!y1.call({toString:null},"toString"),hB=y1.call(function(){},"prototype"),Ho=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],bf=function(i){var s=i.constructor;return s&&s.prototype===i},dB={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},mB=function(){if(typeof window>"u")return!1;for(var i in window)try{if(!dB["$"+i]&&$o.call(window,i)&&window[i]!==null&&typeof window[i]=="object")try{bf(window[i])}catch{return!0}}catch{return!0}return!1}(),gB=function(i){if(typeof window>"u"||!mB)return bf(i);try{return bf(i)}catch{return!1}},yB=function(s){var u=s!==null&&typeof s=="object",c=g1.call(s)==="[object Function]",f=pB(s),h=u&&g1.call(s)==="[object String]",g=[];if(!u&&!c&&!f)throw new TypeError("Object.keys called on a non-object");var C=hB&&c;if(h&&s.length>0&&!$o.call(s,0))for(var x=0;x<s.length;++x)g.push(String(x));if(f&&s.length>0)for(var I=0;I<s.length;++I)g.push(String(I));else for(var N in s)!(C&&N==="prototype")&&$o.call(s,N)&&g.push(String(N));if(fB)for(var j=gB(s),O=0;O<Ho.length;++O)!(j&&Ho[O]==="constructor")&&$o.call(s,Ho[O])&&g.push(Ho[O]);return g});var $o,g1,pB,y1,fB,hB,Ho,bf,dB,mB,gB;DB.exports=yB});var vB=be((Pre,AB)=>{"use strict";var gee=Array.prototype.slice,yee=m1(),bB=Object.keys,Cf=bB?function(s){return bB(s)}:EB(),CB=Object.keys;Cf.shim=function(){if(Object.keys){var s=function(){var u=Object.keys(arguments);return u&&u.length===arguments.length}(1,2);s||(Object.keys=function(c){return yee(c)?CB(gee.call(c)):CB(c)})}else Object.keys=Cf;return Object.keys||Cf};AB.exports=Cf});var SB=be((Ore,xB)=>{"use strict";var Dee=Lo(),D1=Dee("%Object.defineProperty%",!0),E1=function(){if(D1)try{return D1({},"a",{value:1}),!0}catch{return!1}return!1};E1.hasArrayLengthDefineBug=function(){if(!E1())return null;try{return D1([],"length",{value:1}).length!==1}catch{return!0}};xB.exports=E1});var Jo=be((Lre,TB)=>{"use strict";var Eee=vB(),bee=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",Cee=Object.prototype.toString,Aee=Array.prototype.concat,FB=Object.defineProperty,vee=function(i){return typeof i=="function"&&Cee.call(i)==="[object Function]"},xee=SB()(),wB=FB&&xee,See=function(i,s,u,c){if(s in i){if(c===!0){if(i[s]===u)return}else if(!vee(c)||!c())return}wB?FB(i,s,{configurable:!0,enumerable:!1,value:u,writable:!0}):i[s]=u},BB=function(i,s){var u=arguments.length>2?arguments[2]:{},c=Eee(s);bee&&(c=Aee.call(c,Object.getOwnPropertySymbols(s)));for(var f=0;f<c.length;f+=1)See(i,c[f],s[c[f]],u[c[f]])};BB.supportsDescriptors=!!wB;TB.exports=BB});var b1=be((Mre,_B)=>{"use strict";var kB=function(i){return i!==i};_B.exports=function(s,u){return s===0&&u===0?1/s===1/u:!!(s===u||kB(s)&&kB(u))}});var C1=be((jre,NB)=>{"use strict";var Fee=b1();NB.exports=function(){return typeof Object.is=="function"?Object.is:Fee}});var PB=be((Rre,IB)=>{"use strict";var wee=C1(),Bee=Jo();IB.exports=function(){var s=wee();return Bee(Object,{is:s},{is:function(){return Object.is!==s}}),s}});var A1=be((Vre,MB)=>{"use strict";var Tee=Jo(),kee=ef(),_ee=b1(),OB=C1(),Nee=PB(),LB=kee(OB(),Object);Tee(LB,{getPolyfill:OB,implementation:_ee,shim:Nee});MB.exports=LB});var v1=be((qre,jB)=>{"use strict";jB.exports=function(s){return s!==s}});var x1=be((Gre,RB)=>{"use strict";var Iee=v1();RB.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:Iee}});var qB=be((Ure,VB)=>{"use strict";var Pee=Jo(),Oee=x1();VB.exports=function(){var s=Oee();return Pee(Number,{isNaN:s},{isNaN:function(){return Number.isNaN!==s}}),s}});var zB=be((Wre,WB)=>{"use strict";var Lee=ef(),Mee=Jo(),jee=v1(),GB=x1(),Ree=qB(),UB=Lee(GB(),Number);Mee(UB,{getPolyfill:GB,implementation:jee,shim:Ree});WB.exports=UB});var lT=be((zre,cT)=>{"use strict";function $B(i,s){return Gee(i)||qee(i,s)||Vee()}function Vee(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function qee(i,s){var u=[],c=!0,f=!1,h=void 0;try{for(var g=i[Symbol.iterator](),C;!(c=(C=g.next()).done)&&(u.push(C.value),!(s&&u.length===s));c=!0);}catch(x){f=!0,h=x}finally{try{!c&&g.return!=null&&g.return()}finally{if(f)throw h}}return u}function Gee(i){if(Array.isArray(i))return i}function Nr(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Nr=function(u){return typeof u}:Nr=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},Nr(i)}var Uee=/a/g.flags!==void 0,Bf=function(s){var u=[];return s.forEach(function(c){return u.push(c)}),u},HB=function(s){var u=[];return s.forEach(function(c,f){return u.push([f,c])}),u},iT=Object.is?Object.is:A1(),Ff=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},S1=Number.isNaN?Number.isNaN:zB();function w1(i){return i.call.bind(i)}var Xo=w1(Object.prototype.hasOwnProperty),wf=w1(Object.prototype.propertyIsEnumerable),JB=w1(Object.prototype.toString),hr=eu().types,Wee=hr.isAnyArrayBuffer,zee=hr.isArrayBufferView,YB=hr.isDate,Af=hr.isMap,XB=hr.isRegExp,vf=hr.isSet,$ee=hr.isNativeError,Hee=hr.isBoxedPrimitive,KB=hr.isNumberObject,QB=hr.isStringObject,ZB=hr.isBooleanObject,eT=hr.isBigIntObject,Jee=hr.isSymbolObject,Yee=hr.isFloat32Array,Xee=hr.isFloat64Array;function Kee(i){if(i.length===0||i.length>10)return!0;for(var s=0;s<i.length;s++){var u=i.charCodeAt(s);if(u<48||u>57)return!0}return i.length===10&&i>=Math.pow(2,32)}function xf(i){return Object.keys(i).filter(Kee).concat(Ff(i).filter(Object.prototype.propertyIsEnumerable.bind(i)))}/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/function sT(i,s){if(i===s)return 0;for(var u=i.length,c=s.length,f=0,h=Math.min(u,c);f<h;++f)if(i[f]!==s[f]){u=i[f],c=s[f];break}return u<c?-1:c<u?1:0}var Sf=void 0,Qee=!0,Zee=!1,F1=0,B1=1,aT=2,uT=3;function ete(i,s){return Uee?i.source===s.source&&i.flags===s.flags:RegExp.prototype.toString.call(i)===RegExp.prototype.toString.call(s)}function tte(i,s){if(i.byteLength!==s.byteLength)return!1;for(var u=0;u<i.byteLength;u++)if(i[u]!==s[u])return!1;return!0}function rte(i,s){return i.byteLength!==s.byteLength?!1:sT(new Uint8Array(i.buffer,i.byteOffset,i.byteLength),new Uint8Array(s.buffer,s.byteOffset,s.byteLength))===0}function nte(i,s){return i.byteLength===s.byteLength&&sT(new Uint8Array(i),new Uint8Array(s))===0}function ite(i,s){return KB(i)?KB(s)&&iT(Number.prototype.valueOf.call(i),Number.prototype.valueOf.call(s)):QB(i)?QB(s)&&String.prototype.valueOf.call(i)===String.prototype.valueOf.call(s):ZB(i)?ZB(s)&&Boolean.prototype.valueOf.call(i)===Boolean.prototype.valueOf.call(s):eT(i)?eT(s)&&BigInt.prototype.valueOf.call(i)===BigInt.prototype.valueOf.call(s):Jee(s)&&Symbol.prototype.valueOf.call(i)===Symbol.prototype.valueOf.call(s)}function rn(i,s,u,c){if(i===s)return i!==0?!0:u?iT(i,s):!0;if(u){if(Nr(i)!=="object")return typeof i=="number"&&S1(i)&&S1(s);if(Nr(s)!=="object"||i===null||s===null||Object.getPrototypeOf(i)!==Object.getPrototypeOf(s))return!1}else{if(i===null||Nr(i)!=="object")return s===null||Nr(s)!=="object"?i==s:!1;if(s===null||Nr(s)!=="object")return!1}var f=JB(i),h=JB(s);if(f!==h)return!1;if(Array.isArray(i)){if(i.length!==s.length)return!1;var g=xf(i,Sf),C=xf(s,Sf);return g.length!==C.length?!1:Yo(i,s,u,c,B1,g)}if(f==="[object Object]"&&(!Af(i)&&Af(s)||!vf(i)&&vf(s)))return!1;if(YB(i)){if(!YB(s)||Date.prototype.getTime.call(i)!==Date.prototype.getTime.call(s))return!1}else if(XB(i)){if(!XB(s)||!ete(i,s))return!1}else if($ee(i)||i instanceof Error){if(i.message!==s.message||i.name!==s.name)return!1}else if(zee(i)){if(!u&&(Yee(i)||Xee(i))){if(!tte(i,s))return!1}else if(!rte(i,s))return!1;var x=xf(i,Sf),I=xf(s,Sf);return x.length!==I.length?!1:Yo(i,s,u,c,F1,x)}else{if(vf(i))return!vf(s)||i.size!==s.size?!1:Yo(i,s,u,c,aT);if(Af(i))return!Af(s)||i.size!==s.size?!1:Yo(i,s,u,c,uT);if(Wee(i)){if(!nte(i,s))return!1}else if(Hee(i)&&!ite(i,s))return!1}return Yo(i,s,u,c,F1)}function tT(i,s){return s.filter(function(u){return wf(i,u)})}function Yo(i,s,u,c,f,h){if(arguments.length===5){h=Object.keys(i);var g=Object.keys(s);if(h.length!==g.length)return!1}for(var C=0;C<h.length;C++)if(!Xo(s,h[C]))return!1;if(u&&arguments.length===5){var x=Ff(i);if(x.length!==0){var I=0;for(C=0;C<x.length;C++){var N=x[C];if(wf(i,N)){if(!wf(s,N))return!1;h.push(N),I++}else if(wf(s,N))return!1}var j=Ff(s);if(x.length!==j.length&&tT(s,j).length!==I)return!1}else{var O=Ff(s);if(O.length!==0&&tT(s,O).length!==0)return!1}}if(h.length===0&&(f===F1||f===B1&&i.length===0||i.size===0))return!0;if(c===void 0)c={val1:new Map,val2:new Map,position:0};else{var R=c.val1.get(i);if(R!==void 0){var V=c.val2.get(s);if(V!==void 0)return R===V}c.position++}c.val1.set(i,c.position),c.val2.set(s,c.position);var Y=cte(i,s,u,h,c,f);return c.val1.delete(i),c.val2.delete(s),Y}function rT(i,s,u,c){for(var f=Bf(i),h=0;h<f.length;h++){var g=f[h];if(rn(s,g,u,c))return i.delete(g),!0}return!1}function oT(i){switch(Nr(i)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":i=+i;case"number":if(S1(i))return!1}return!0}function ste(i,s,u){var c=oT(u);return c??(s.has(c)&&!i.has(c))}function ate(i,s,u,c,f){var h=oT(u);if(h!=null)return h;var g=s.get(h);return g===void 0&&!s.has(h)||!rn(c,g,!1,f)?!1:!i.has(h)&&rn(c,g,!1,f)}function ute(i,s,u,c){for(var f=null,h=Bf(i),g=0;g<h.length;g++){var C=h[g];if(Nr(C)==="object"&&C!==null)f===null&&(f=new Set),f.add(C);else if(!s.has(C)){if(u||!ste(i,s,C))return!1;f===null&&(f=new Set),f.add(C)}}if(f!==null){for(var x=Bf(s),I=0;I<x.length;I++){var N=x[I];if(Nr(N)==="object"&&N!==null){if(!rT(f,N,u,c))return!1}else if(!u&&!i.has(N)&&!rT(f,N,u,c))return!1}return f.size===0}return!0}function nT(i,s,u,c,f,h){for(var g=Bf(i),C=0;C<g.length;C++){var x=g[C];if(rn(u,x,f,h)&&rn(c,s.get(x),f,h))return i.delete(x),!0}return!1}function ote(i,s,u,c){for(var f=null,h=HB(i),g=0;g<h.length;g++){var C=$B(h[g],2),x=C[0],I=C[1];if(Nr(x)==="object"&&x!==null)f===null&&(f=new Set),f.add(x);else{var N=s.get(x);if(N===void 0&&!s.has(x)||!rn(I,N,u,c)){if(u||!ate(i,s,x,I,c))return!1;f===null&&(f=new Set),f.add(x)}}}if(f!==null){for(var j=HB(s),O=0;O<j.length;O++){var R=$B(j[O],2),x=R[0],V=R[1];if(Nr(x)==="object"&&x!==null){if(!nT(f,i,x,V,u,c))return!1}else if(!u&&(!i.has(x)||!rn(i.get(x),V,!1,c))&&!nT(f,i,x,V,!1,c))return!1}return f.size===0}return!0}function cte(i,s,u,c,f,h){var g=0;if(h===aT){if(!ute(i,s,u,f))return!1}else if(h===uT){if(!ote(i,s,u,f))return!1}else if(h===B1)for(;g<i.length;g++)if(Xo(i,g)){if(!Xo(s,g)||!rn(i[g],s[g],u,f))return!1}else{if(Xo(s,g))return!1;for(var C=Object.keys(i);g<C.length;g++){var x=C[g];if(!Xo(s,x)||!rn(i[x],s[x],u,f))return!1}return C.length===Object.keys(s).length}for(g=0;g<c.length;g++){var I=c[g];if(!rn(i[I],s[I],u,f))return!1}return!0}function lte(i,s){return rn(i,s,Zee)}function pte(i,s){return rn(i,s,Qee)}cT.exports={isDeepEqual:lte,isDeepStrictEqual:pte}});var Bs=be(($re,FT)=>{"use strict";function Si(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Si=function(u){return typeof u}:Si=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},Si(i)}function fte(i,s){if(!(i instanceof s))throw new TypeError("Cannot call a class as a function")}var hte=p1(),Qo=hte.codes,pT=Qo.ERR_AMBIGUOUS_ARGUMENT,Ko=Qo.ERR_INVALID_ARG_TYPE,dte=Qo.ERR_INVALID_ARG_VALUE,mte=Qo.ERR_INVALID_RETURN_VALUE,wi=Qo.ERR_MISSING_ARGS,ks=sB(),gte=eu(),yte=gte.inspect,mT=eu().types,Dte=mT.isPromise,T1=mT.isRegExp,Ete=Object.assign?Object.assign:oB().assign,gT=Object.is?Object.is:A1(),Fi,Tf;function Zo(){var i=lT();Fi=i.isDeepEqual,Tf=i.isDeepStrictEqual}var fT=!1,ut=FT.exports=k1,kf={};function Sn(i){throw i.message instanceof Error?i.message:new ks(i)}function yT(i,s,u,c,f){var h=arguments.length,g;if(h===0)g="Failed";else if(h===1)u=i,i=void 0;else{if(fT===!1){fT=!0;var C=process.emitWarning?process.emitWarning:console.warn.bind(console);C("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}h===2&&(c="!=")}if(u instanceof Error)throw u;var x={actual:i,expected:s,operator:c===void 0?"fail":c,stackStartFn:f||yT};u!==void 0&&(x.message=u);var I=new ks(x);throw g&&(I.message=g,I.generatedMessage=!0),I}ut.fail=yT;ut.AssertionError=ks;function DT(i,s,u,c){if(!u){var f=!1;if(s===0)f=!0,c="No value argument passed to `assert.ok()`";else if(c instanceof Error)throw c;var h=new ks({actual:u,expected:!0,message:c,operator:"==",stackStartFn:i});throw h.generatedMessage=f,h}}function k1(){for(var i=arguments.length,s=new Array(i),u=0;u<i;u++)s[u]=arguments[u];DT.apply(void 0,[k1,s.length].concat(s))}ut.ok=k1;ut.equal=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");s!=u&&Sn({actual:s,expected:u,message:c,operator:"==",stackStartFn:i})};ut.notEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");s==u&&Sn({actual:s,expected:u,message:c,operator:"!=",stackStartFn:i})};ut.deepEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");Fi===void 0&&Zo(),Fi(s,u)||Sn({actual:s,expected:u,message:c,operator:"deepEqual",stackStartFn:i})};ut.notDeepEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");Fi===void 0&&Zo(),Fi(s,u)&&Sn({actual:s,expected:u,message:c,operator:"notDeepEqual",stackStartFn:i})};ut.deepStrictEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");Fi===void 0&&Zo(),Tf(s,u)||Sn({actual:s,expected:u,message:c,operator:"deepStrictEqual",stackStartFn:i})};ut.notDeepStrictEqual=ET;function ET(i,s,u){if(arguments.length<2)throw new wi("actual","expected");Fi===void 0&&Zo(),Tf(i,s)&&Sn({actual:i,expected:s,message:u,operator:"notDeepStrictEqual",stackStartFn:ET})}ut.strictEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");gT(s,u)||Sn({actual:s,expected:u,message:c,operator:"strictEqual",stackStartFn:i})};ut.notStrictEqual=function i(s,u,c){if(arguments.length<2)throw new wi("actual","expected");gT(s,u)&&Sn({actual:s,expected:u,message:c,operator:"notStrictEqual",stackStartFn:i})};var hT=function i(s,u,c){var f=this;fte(this,i),u.forEach(function(h){h in s&&(c!==void 0&&typeof c[h]=="string"&&T1(s[h])&&s[h].test(c[h])?f[h]=c[h]:f[h]=s[h])})};function bte(i,s,u,c,f,h){if(!(u in i)||!Tf(i[u],s[u])){if(!c){var g=new hT(i,f),C=new hT(s,f,i),x=new ks({actual:g,expected:C,operator:"deepStrictEqual",stackStartFn:h});throw x.actual=i,x.expected=s,x.operator=h.name,x}Sn({actual:i,expected:s,message:c,operator:h.name,stackStartFn:h})}}function bT(i,s,u,c){if(typeof s!="function"){if(T1(s))return s.test(i);if(arguments.length===2)throw new Ko("expected",["Function","RegExp"],s);if(Si(i)!=="object"||i===null){var f=new ks({actual:i,expected:s,message:u,operator:"deepStrictEqual",stackStartFn:c});throw f.operator=c.name,f}var h=Object.keys(s);if(s instanceof Error)h.push("name","message");else if(h.length===0)throw new dte("error",s,"may not be an empty object");return Fi===void 0&&Zo(),h.forEach(function(g){typeof i[g]=="string"&&T1(s[g])&&s[g].test(i[g])||bte(i,s,g,u,h,c)}),!0}return s.prototype!==void 0&&i instanceof s?!0:Error.isPrototypeOf(s)?!1:s.call({},i)===!0}function CT(i){if(typeof i!="function")throw new Ko("fn","Function",i);try{i()}catch(s){return s}return kf}function dT(i){return Dte(i)||i!==null&&Si(i)==="object"&&typeof i.then=="function"&&typeof i.catch=="function"}function AT(i){return Promise.resolve().then(function(){var s;if(typeof i=="function"){if(s=i(),!dT(s))throw new mte("instance of Promise","promiseFn",s)}else if(dT(i))s=i;else throw new Ko("promiseFn",["Function","Promise"],i);return Promise.resolve().then(function(){return s}).then(function(){return kf}).catch(function(u){return u})})}function vT(i,s,u,c){if(typeof u=="string"){if(arguments.length===4)throw new Ko("error",["Object","Error","Function","RegExp"],u);if(Si(s)==="object"&&s!==null){if(s.message===u)throw new pT("error/message",'The error message "'.concat(s.message,'" is identical to the message.'))}else if(s===u)throw new pT("error/message",'The error "'.concat(s,'" is identical to the message.'));c=u,u=void 0}else if(u!=null&&Si(u)!=="object"&&typeof u!="function")throw new Ko("error",["Object","Error","Function","RegExp"],u);if(s===kf){var f="";u&&u.name&&(f+=" (".concat(u.name,")")),f+=c?": ".concat(c):".";var h=i.name==="rejects"?"rejection":"exception";Sn({actual:void 0,expected:u,operator:i.name,message:"Missing expected ".concat(h).concat(f),stackStartFn:i})}if(u&&!bT(s,u,c,i))throw s}function xT(i,s,u,c){if(s!==kf){if(typeof u=="string"&&(c=u,u=void 0),!u||bT(s,u)){var f=c?": ".concat(c):".",h=i.name==="doesNotReject"?"rejection":"exception";Sn({actual:s,expected:u,operator:i.name,message:"Got unwanted ".concat(h).concat(f,`
`)+'Actual message: "'.concat(s&&s.message,'"'),stackStartFn:i})}throw s}}ut.throws=function i(s){for(var u=arguments.length,c=new Array(u>1?u-1:0),f=1;f<u;f++)c[f-1]=arguments[f];vT.apply(void 0,[i,CT(s)].concat(c))};ut.rejects=function i(s){for(var u=arguments.length,c=new Array(u>1?u-1:0),f=1;f<u;f++)c[f-1]=arguments[f];return AT(s).then(function(h){return vT.apply(void 0,[i,h].concat(c))})};ut.doesNotThrow=function i(s){for(var u=arguments.length,c=new Array(u>1?u-1:0),f=1;f<u;f++)c[f-1]=arguments[f];xT.apply(void 0,[i,CT(s)].concat(c))};ut.doesNotReject=function i(s){for(var u=arguments.length,c=new Array(u>1?u-1:0),f=1;f<u;f++)c[f-1]=arguments[f];return AT(s).then(function(h){return xT.apply(void 0,[i,h].concat(c))})};ut.ifError=function i(s){if(s!=null){var u="ifError got unwanted exception: ";Si(s)==="object"&&typeof s.message=="string"?s.message.length===0&&s.constructor?u+=s.constructor.name:u+=s.message:u+=yte(s);var c=new ks({actual:s,expected:null,operator:"ifError",message:u,stackStartFn:i}),f=s.stack;if(typeof f=="string"){var h=f.split(`
`);h.shift();for(var g=c.stack.split(`
`),C=0;C<h.length;C++){var x=g.indexOf(h[C]);if(x!==-1){g=g.slice(0,x);break}}c.stack="".concat(g.join(`
`),`
`).concat(h.join(`
`))}throw c}};function ST(){for(var i=arguments.length,s=new Array(i),u=0;u<i;u++)s[u]=arguments[u];DT.apply(void 0,[ST,s.length].concat(s))}ut.strict=Ete(ST,ut,{equal:ut.strictEqual,deepEqual:ut.deepStrictEqual,notEqual:ut.notStrictEqual,notDeepEqual:ut.notDeepStrictEqual});ut.strict.strict=ut.strict});var ec=be(wT=>{(function i(s){"use strict";var u,c,f,h,g,C;function x(J){var W={},$,G;for($ in J)J.hasOwnProperty($)&&(G=J[$],typeof G=="object"&&G!==null?W[$]=x(G):W[$]=G);return W}function I(J,W){var $,G,ce,se;for(G=J.length,ce=0;G;)$=G>>>1,se=ce+$,W(J[se])?G=$:(ce=se+1,G-=$+1);return ce}u={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ChainExpression:"ChainExpression",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",PrivateIdentifier:"PrivateIdentifier",Program:"Program",Property:"Property",PropertyDefinition:"PropertyDefinition",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"},f={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},h={},g={},C={},c={Break:h,Skip:g,Remove:C};function N(J,W){this.parent=J,this.key=W}N.prototype.replace=function(W){this.parent[this.key]=W},N.prototype.remove=function(){return Array.isArray(this.parent)?(this.parent.splice(this.key,1),!0):(this.replace(null),!1)};function j(J,W,$,G){this.node=J,this.path=W,this.wrap=$,this.ref=G}function O(){}O.prototype.path=function(){var W,$,G,ce,se,he;function ie(K,ge){if(Array.isArray(ge))for(G=0,ce=ge.length;G<ce;++G)K.push(ge[G]);else K.push(ge)}if(!this.__current.path)return null;for(se=[],W=2,$=this.__leavelist.length;W<$;++W)he=this.__leavelist[W],ie(se,he.path);return ie(se,this.__current.path),se},O.prototype.type=function(){var J=this.current();return J.type||this.__current.wrap},O.prototype.parents=function(){var W,$,G;for(G=[],W=1,$=this.__leavelist.length;W<$;++W)G.push(this.__leavelist[W].node);return G},O.prototype.current=function(){return this.__current.node},O.prototype.__execute=function(W,$){var G,ce;return ce=void 0,G=this.__current,this.__current=$,this.__state=null,W&&(ce=W.call(this,$.node,this.__leavelist[this.__leavelist.length-1].node)),this.__current=G,ce},O.prototype.notify=function(W){this.__state=W},O.prototype.skip=function(){this.notify(g)},O.prototype.break=function(){this.notify(h)},O.prototype.remove=function(){this.notify(C)},O.prototype.__initialize=function(J,W){this.visitor=W,this.root=J,this.__worklist=[],this.__leavelist=[],this.__current=null,this.__state=null,this.__fallback=null,W.fallback==="iteration"?this.__fallback=Object.keys:typeof W.fallback=="function"&&(this.__fallback=W.fallback),this.__keys=f,W.keys&&(this.__keys=Object.assign(Object.create(this.__keys),W.keys))};function R(J){return J==null?!1:typeof J=="object"&&typeof J.type=="string"}function V(J,W){return(J===u.ObjectExpression||J===u.ObjectPattern)&&W==="properties"}function Y(J,W){for(var $=J.length-1;$>=0;--$)if(J[$].node===W)return!0;return!1}O.prototype.traverse=function(W,$){var G,ce,se,he,ie,K,ge,Ie,Pe,Ne,we,Ze;for(this.__initialize(W,$),Ze={},G=this.__worklist,ce=this.__leavelist,G.push(new j(W,null,null,null)),ce.push(new j(null,null,null,null));G.length;){if(se=G.pop(),se===Ze){if(se=ce.pop(),K=this.__execute($.leave,se),this.__state===h||K===h)return;continue}if(se.node){if(K=this.__execute($.enter,se),this.__state===h||K===h)return;if(G.push(Ze),ce.push(se),this.__state===g||K===g)continue;if(he=se.node,ie=he.type||se.wrap,Ne=this.__keys[ie],!Ne)if(this.__fallback)Ne=this.__fallback(he);else throw new Error("Unknown node type "+ie+".");for(Ie=Ne.length;(Ie-=1)>=0;)if(ge=Ne[Ie],we=he[ge],!!we){if(Array.isArray(we)){for(Pe=we.length;(Pe-=1)>=0;)if(!!we[Pe]&&!Y(ce,we[Pe])){if(V(ie,Ne[Ie]))se=new j(we[Pe],[ge,Pe],"Property",null);else if(R(we[Pe]))se=new j(we[Pe],[ge,Pe],null,null);else continue;G.push(se)}}else if(R(we)){if(Y(ce,we))continue;G.push(new j(we,ge,null,null))}}}}},O.prototype.replace=function(W,$){var G,ce,se,he,ie,K,ge,Ie,Pe,Ne,we,Ze,vt;function le(Gt){var xr,ln,Le,Et;if(Gt.ref.remove()){for(ln=Gt.ref.key,Et=Gt.ref.parent,xr=G.length;xr--;)if(Le=G[xr],Le.ref&&Le.ref.parent===Et){if(Le.ref.key<ln)break;--Le.ref.key}}}for(this.__initialize(W,$),we={},G=this.__worklist,ce=this.__leavelist,Ze={root:W},K=new j(W,null,null,new N(Ze,"root")),G.push(K),ce.push(K);G.length;){if(K=G.pop(),K===we){if(K=ce.pop(),ie=this.__execute($.leave,K),ie!==void 0&&ie!==h&&ie!==g&&ie!==C&&K.ref.replace(ie),(this.__state===C||ie===C)&&le(K),this.__state===h||ie===h)return Ze.root;continue}if(ie=this.__execute($.enter,K),ie!==void 0&&ie!==h&&ie!==g&&ie!==C&&(K.ref.replace(ie),K.node=ie),(this.__state===C||ie===C)&&(le(K),K.node=null),this.__state===h||ie===h)return Ze.root;if(se=K.node,!!se&&(G.push(we),ce.push(K),!(this.__state===g||ie===g))){if(he=se.type||K.wrap,Pe=this.__keys[he],!Pe)if(this.__fallback)Pe=this.__fallback(se);else throw new Error("Unknown node type "+he+".");for(ge=Pe.length;(ge-=1)>=0;)if(vt=Pe[ge],Ne=se[vt],!!Ne)if(Array.isArray(Ne)){for(Ie=Ne.length;(Ie-=1)>=0;)if(!!Ne[Ie]){if(V(he,Pe[ge]))K=new j(Ne[Ie],[vt,Ie],"Property",new N(Ne,Ie));else if(R(Ne[Ie]))K=new j(Ne[Ie],[vt,Ie],null,new N(Ne,Ie));else continue;G.push(K)}}else R(Ne)&&G.push(new j(Ne,vt,null,new N(se,vt)))}}return Ze.root};function Z(J,W){var $=new O;return $.traverse(J,W)}function ue(J,W){var $=new O;return $.replace(J,W)}function oe(J,W){var $;return $=I(W,function(ce){return ce.range[0]>J.range[0]}),J.extendedRange=[J.range[0],J.range[1]],$!==W.length&&(J.extendedRange[1]=W[$].range[0]),$-=1,$>=0&&(J.extendedRange[0]=W[$].range[1]),J}function fe(J,W,$){var G=[],ce,se,he,ie;if(!J.range)throw new Error("attachComments needs range information");if(!$.length){if(W.length){for(he=0,se=W.length;he<se;he+=1)ce=x(W[he]),ce.extendedRange=[0,J.range[0]],G.push(ce);J.leadingComments=G}return J}for(he=0,se=W.length;he<se;he+=1)G.push(oe(x(W[he]),$));return ie=0,Z(J,{enter:function(K){for(var ge;ie<G.length&&(ge=G[ie],!(ge.extendedRange[1]>K.range[0]));)ge.extendedRange[1]===K.range[0]?(K.leadingComments||(K.leadingComments=[]),K.leadingComments.push(ge),G.splice(ie,1)):ie+=1;if(ie===G.length)return c.Break;if(G[ie].extendedRange[0]>K.range[1])return c.Skip}}),ie=0,Z(J,{leave:function(K){for(var ge;ie<G.length&&(ge=G[ie],!(K.range[1]<ge.extendedRange[0]));)K.range[1]===ge.extendedRange[0]?(K.trailingComments||(K.trailingComments=[]),K.trailingComments.push(ge),G.splice(ie,1)):ie+=1;if(ie===G.length)return c.Break;if(G[ie].extendedRange[0]>K.range[1])return c.Skip}}),J}return s.Syntax=u,s.traverse=Z,s.replace=ue,s.attachComments=fe,s.VisitorKeys=f,s.VisitorOption=c,s.Controller=O,s.cloneEnvironment=function(){return i({})},s})(wT)});var NT=be((ine,xte)=>{xte.exports={name:"esrecurse",description:"ECMAScript AST recursive visitor",homepage:"https://github.com/estools/esrecurse",main:"esrecurse.js",version:"4.3.0",engines:{node:">=4.0"},maintainers:[{name:"Yusuke Suzuki",email:"utatane.tea@gmail.com",web:"https://github.com/Constellation"}],repository:{type:"git",url:"https://github.com/estools/esrecurse.git"},dependencies:{estraverse:"^5.2.0"},devDependencies:{"babel-cli":"^6.24.1","babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.1","babel-register":"^6.24.1",chai:"^4.0.2",esprima:"^4.0.0",gulp:"^3.9.0","gulp-bump":"^2.7.0","gulp-eslint":"^4.0.0","gulp-filter":"^5.0.0","gulp-git":"^2.4.1","gulp-mocha":"^4.3.1","gulp-tag-version":"^1.2.1",jsdoc:"^3.3.0-alpha10",minimist:"^1.1.0"},license:"BSD-2-Clause",scripts:{test:"gulp travis","unit-test":"gulp test",lint:"gulp lint"},babel:{presets:["es2015"]}}});var G1=be(Pf=>{(function(){"use strict";var i=ec();function s(f){return f==null?!1:typeof f=="object"&&typeof f.type=="string"}function u(f,h){return(f===i.Syntax.ObjectExpression||f===i.Syntax.ObjectPattern)&&h==="properties"}function c(f,h){h=h||{},this.__visitor=f||this,this.__childVisitorKeys=h.childVisitorKeys?Object.assign({},i.VisitorKeys,h.childVisitorKeys):i.VisitorKeys,h.fallback==="iteration"?this.__fallback=Object.keys:typeof h.fallback=="function"&&(this.__fallback=h.fallback)}c.prototype.visitChildren=function(f){var h,g,C,x,I,N,j;if(f!=null){if(h=f.type||i.Syntax.Property,g=this.__childVisitorKeys[h],!g)if(this.__fallback)g=this.__fallback(f);else throw new Error("Unknown node type "+h+".");for(C=0,x=g.length;C<x;++C)if(j=f[g[C]],j)if(Array.isArray(j))for(I=0,N=j.length;I<N;++I)j[I]&&(s(j[I])||u(h,g[C]))&&this.visit(j[I]);else s(j)&&this.visit(j)}},c.prototype.visit=function(f){var h;if(f!=null){if(h=f.type||i.Syntax.Property,this.__visitor[h]){this.__visitor[h].call(this,f);return}this.visitChildren(f)}},Pf.version=NT().version,Pf.Visitor=c,Pf.visit=function(f,h,g){var C=new c(h,g);C.visit(f)}})()});var KT=be((aae,XT)=>{var ai=function(i){i==null&&(i=new Date().getTime()),this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,i.constructor==Array?this.init_by_array(i,i.length):this.init_seed(i)};ai.prototype.init_seed=function(i){for(this.mt[0]=i>>>0,this.mti=1;this.mti<this.N;this.mti++){var i=this.mt[this.mti-1]^this.mt[this.mti-1]>>>30;this.mt[this.mti]=(((i&4294901760)>>>16)*1812433253<<16)+(i&65535)*1812433253+this.mti,this.mt[this.mti]>>>=0}};ai.prototype.init_by_array=function(i,s){var u,c,f;for(this.init_seed(19650218),u=1,c=0,f=this.N>s?this.N:s;f;f--){var h=this.mt[u-1]^this.mt[u-1]>>>30;this.mt[u]=(this.mt[u]^(((h&4294901760)>>>16)*1664525<<16)+(h&65535)*1664525)+i[c]+c,this.mt[u]>>>=0,u++,c++,u>=this.N&&(this.mt[0]=this.mt[this.N-1],u=1),c>=s&&(c=0)}for(f=this.N-1;f;f--){var h=this.mt[u-1]^this.mt[u-1]>>>30;this.mt[u]=(this.mt[u]^(((h&4294901760)>>>16)*1566083941<<16)+(h&65535)*1566083941)-u,this.mt[u]>>>=0,u++,u>=this.N&&(this.mt[0]=this.mt[this.N-1],u=1)}this.mt[0]=2147483648};ai.prototype.random_int=function(){var i,s=new Array(0,this.MATRIX_A);if(this.mti>=this.N){var u;for(this.mti==this.N+1&&this.init_seed(5489),u=0;u<this.N-this.M;u++)i=this.mt[u]&this.UPPER_MASK|this.mt[u+1]&this.LOWER_MASK,this.mt[u]=this.mt[u+this.M]^i>>>1^s[i&1];for(;u<this.N-1;u++)i=this.mt[u]&this.UPPER_MASK|this.mt[u+1]&this.LOWER_MASK,this.mt[u]=this.mt[u+(this.M-this.N)]^i>>>1^s[i&1];i=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^i>>>1^s[i&1],this.mti=0}return i=this.mt[this.mti++],i^=i>>>11,i^=i<<7&2636928640,i^=i<<15&4022730752,i^=i>>>18,i>>>0};ai.prototype.random_int31=function(){return this.random_int()>>>1};ai.prototype.random_incl=function(){return this.random_int()*(1/4294967295)};ai.prototype.random=function(){return this.random_int()*(1/4294967296)};ai.prototype.random_excl=function(){return(this.random_int()+.5)*(1/4294967296)};ai.prototype.random_long=function(){var i=this.random_int()>>>5,s=this.random_int()>>>6;return(i*67108864+s)*(1/9007199254740992)};XT.exports=ai});var nk=be((Y1,X1)=>{(function(i,s){typeof Y1=="object"&&typeof X1<"u"?X1.exports=s():typeof define=="function"&&define.amd?define(s):(i=typeof globalThis<"u"?globalThis:i||self).prettier=s()})(Y1,function(){"use strict";var i=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function s(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var u={version:"2.5.1"},c={},f={};(function(e){function t(){}function r(a,o,l,p,d){for(var m=0,y=o.length,D=0,b=0;m<y;m++){var v=o[m];if(v.removed){if(v.value=a.join(p.slice(b,b+v.count)),b+=v.count,m&&o[m-1].added){var w=o[m-1];o[m-1]=o[m],o[m]=w}}else{if(!v.added&&d){var S=l.slice(D,D+v.count);S=S.map(function(P,_){var M=p[b+_];return M.length>P.length?M:P}),v.value=a.join(S)}else v.value=a.join(l.slice(D,D+v.count));D+=v.count,v.added||(b+=v.count)}}var k=o[y-1];return y>1&&typeof k.value=="string"&&(k.added||k.removed)&&a.equals("",k.value)&&(o[y-2].value+=k.value,o.pop()),o}function n(a){return{newPos:a.newPos,components:a.components.slice(0)}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=t,t.prototype={diff:function(a,o){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},p=l.callback;typeof l=="function"&&(p=l,l={}),this.options=l;var d=this;function m(_){return p?(setTimeout(function(){p(void 0,_)},0),!0):_}a=this.castInput(a),o=this.castInput(o),a=this.removeEmpty(this.tokenize(a));var y=(o=this.removeEmpty(this.tokenize(o))).length,D=a.length,b=1,v=y+D,w=[{newPos:-1,components:[]}],S=this.extractCommon(w[0],o,a,0);if(w[0].newPos+1>=y&&S+1>=D)return m([{value:this.join(o),count:o.length}]);function k(){for(var _=-1*b;_<=b;_+=2){var M=void 0,U=w[_-1],q=w[_+1],H=(q?q.newPos:0)-_;U&&(w[_-1]=void 0);var Q=U&&U.newPos+1<y,te=q&&0<=H&&H<D;if(Q||te){if(!Q||te&&U.newPos<q.newPos?(M=n(q),d.pushComponent(M.components,void 0,!0)):((M=U).newPos++,d.pushComponent(M.components,!0,void 0)),H=d.extractCommon(M,o,a,_),M.newPos+1>=y&&H+1>=D)return m(r(d,M.components,o,a,d.useLongestToken));w[_]=M}else w[_]=void 0}b++}if(p)(function _(){setTimeout(function(){if(b>v)return p();k()||_()},0)})();else for(;b<=v;){var P=k();if(P)return P}},pushComponent:function(a,o,l){var p=a[a.length-1];p&&p.added===o&&p.removed===l?a[a.length-1]={count:p.count+1,added:o,removed:l}:a.push({count:1,added:o,removed:l})},extractCommon:function(a,o,l,p){for(var d=o.length,m=l.length,y=a.newPos,D=y-p,b=0;y+1<d&&D+1<m&&this.equals(o[y+1],l[D+1]);)y++,D++,b++;return b&&a.components.push({count:b}),a.newPos=y,D},equals:function(a,o){return this.options.comparator?this.options.comparator(a,o):a===o||this.options.ignoreCase&&a.toLowerCase()===o.toLowerCase()},removeEmpty:function(a){for(var o=[],l=0;l<a.length;l++)a[l]&&o.push(a[l]);return o},castInput:function(a){return a},tokenize:function(a){return a.split("")},join:function(a){return a.join("")}}})(f);var h,g={};Object.defineProperty(g,"__esModule",{value:!0}),g.diffChars=function(e,t,r){return C.diff(e,t,r)},g.characterDiff=void 0;var C=new((h=f)&&h.__esModule?h:{default:h}).default;g.characterDiff=C;var x={},I={};Object.defineProperty(I,"__esModule",{value:!0}),I.generateOptions=function(e,t){if(typeof e=="function")t.callback=e;else if(e)for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t},Object.defineProperty(x,"__esModule",{value:!0}),x.diffWords=function(e,t,r){return r=(0,j.generateOptions)(r,{ignoreWhitespace:!0}),V.diff(e,t,r)},x.diffWordsWithSpace=function(e,t,r){return V.diff(e,t,r)},x.wordDiff=void 0;var N=function(e){return e&&e.__esModule?e:{default:e}}(f),j=I,O=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,R=/\S/,V=new N.default;x.wordDiff=V,V.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!R.test(e)&&!R.test(t)},V.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<t.length-1;r++)!t[r+1]&&t[r+2]&&O.test(t[r])&&O.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t};var Y={};Object.defineProperty(Y,"__esModule",{value:!0}),Y.diffLines=function(e,t,r){return oe.diff(e,t,r)},Y.diffTrimmedLines=function(e,t,r){var n=(0,ue.generateOptions)(r,{ignoreWhitespace:!0});return oe.diff(e,t,n)},Y.lineDiff=void 0;var Z=function(e){return e&&e.__esModule?e:{default:e}}(f),ue=I,oe=new Z.default;Y.lineDiff=oe,oe.tokenize=function(e){var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var a=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=a:(this.options.ignoreWhitespace&&(a=a.trim()),t.push(a))}return t};var fe={};Object.defineProperty(fe,"__esModule",{value:!0}),fe.diffSentences=function(e,t,r){return W.diff(e,t,r)},fe.sentenceDiff=void 0;var J=function(e){return e&&e.__esModule?e:{default:e}}(f),W=new J.default;fe.sentenceDiff=W,W.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var $={};Object.defineProperty($,"__esModule",{value:!0}),$.diffCss=function(e,t,r){return ce.diff(e,t,r)},$.cssDiff=void 0;var G=function(e){return e&&e.__esModule?e:{default:e}}(f),ce=new G.default;$.cssDiff=ce,ce.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var se=function(e){return e&&e.Math==Math&&e},he=se(typeof globalThis=="object"&&globalThis)||se(typeof window=="object"&&window)||se(typeof self=="object"&&self)||se(typeof i=="object"&&i)||function(){return this}()||Function("return this")(),ie={},K=function(e){try{return!!e()}catch{return!0}},ge=!K(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7}),Ie=Function.prototype.call,Pe=Ie.bind?Ie.bind(Ie):function(){return Ie.apply(Ie,arguments)},Ne={},we={}.propertyIsEnumerable,Ze=Object.getOwnPropertyDescriptor,vt=Ze&&!we.call({1:2},1);Ne.f=vt?function(e){var t=Ze(this,e);return!!t&&t.enumerable}:we;var le,Gt,xr=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},ln=Function.prototype,Le=ln.bind,Et=ln.call,Os=Le&&Le.bind(Et),Ut=Le?function(e){return e&&Os(Et,e)}:function(e){return e&&function(){return Et.apply(e,arguments)}},ic=Ut,sc=ic({}.toString),Rn=ic("".slice),au=function(e){return Rn(sc(e),8,-1)},xt=Ut,ac=K,Ls=au,uu=he.Object,uc=xt("".split),Hf=ac(function(){return!uu("z").propertyIsEnumerable(0)})?function(e){return Ls(e)=="String"?uc(e,""):uu(e)}:uu,Jf=he.TypeError,oc=function(e){if(e==null)throw Jf("Can't call method on "+e);return e},Yf=Hf,Xf=oc,ki=function(e){return Yf(Xf(e))},Oe=function(e){return typeof e=="function"},St=Oe,xe=function(e){return typeof e=="object"?e!==null:St(e)},bt=he,lt=Oe,Kf=function(e){return lt(e)?e:void 0},_i=function(e,t){return arguments.length<2?Kf(bt[e]):bt[e]&&bt[e][t]},Lr=Ut({}.isPrototypeOf),Ni=_i("navigator","userAgent")||"",Vn=he,it=Ni,ou=Vn.process,cc=Vn.Deno,ot=ou&&ou.versions||cc&&cc.version,Lt=ot&&ot.v8;Lt&&(Gt=(le=Lt.split("."))[0]>0&&le[0]<4?1:+(le[0]+le[1])),!Gt&&it&&(!(le=it.match(/Edge\/(\d+)/))||le[1]>=74)&&(le=it.match(/Chrome\/(\d+)/))&&(Gt=+le[1]);var ui=Gt,Ii=ui,lc=K,pc=!!Object.getOwnPropertySymbols&&!lc(function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Ii&&Ii<41}),fc=pc&&!Symbol.sham&&typeof Symbol.iterator=="symbol",E=_i,B=Oe,F=Lr,T=fc,L=he.Object,z=T?function(e){return typeof e=="symbol"}:function(e){var t=E("Symbol");return B(t)&&F(t.prototype,L(e))},X=he.String,re=function(e){try{return X(e)}catch{return"Object"}},me=Oe,je=re,mt=he.TypeError,Sr=function(e){if(me(e))return e;throw mt(je(e)+" is not a function")},oi=Sr,Ms=function(e,t){var r=e[t];return r==null?void 0:oi(r)},js=Pe,mr=Oe,Qf=xe,ak=he.TypeError,Zf={exports:{}},Q1=he,uk=Object.defineProperty,e0=function(e,t){try{uk(Q1,e,{value:t,configurable:!0,writable:!0})}catch{Q1[e]=t}return t},ok=e0,Z1="__core-js_shared__",t0=he[Z1]||ok(Z1,{}),eD=t0;(Zf.exports=function(e,t){return eD[e]||(eD[e]=t!==void 0?t:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"\xA9 2021 Denis Pushkarev (zloirock.ru)"});var ck=oc,lk=he.Object,hc=function(e){return lk(ck(e))},pk=hc,fk=Ut({}.hasOwnProperty),Pi=Object.hasOwn||function(e,t){return fk(pk(e),t)},hk=Ut,dk=0,mk=Math.random(),gk=hk(1 .toString),tD=function(e){return"Symbol("+(e===void 0?"":e)+")_"+gk(++dk+mk,36)},yk=he,Dk=Zf.exports,rD=Pi,Ek=tD,nD=pc,iD=fc,cu=Dk("wks"),Oi=yk.Symbol,sD=Oi&&Oi.for,bk=iD?Oi:Oi&&Oi.withoutSetter||Ek,Li=function(e){if(!rD(cu,e)||!nD&&typeof cu[e]!="string"){var t="Symbol."+e;nD&&rD(Oi,e)?cu[e]=Oi[e]:cu[e]=iD&&sD?sD(t):bk(t)}return cu[e]},Ck=Pe,aD=xe,uD=z,Ak=Ms,vk=function(e,t){var r,n;if(t==="string"&&mr(r=e.toString)&&!Qf(n=js(r,e))||mr(r=e.valueOf)&&!Qf(n=js(r,e))||t!=="string"&&mr(r=e.toString)&&!Qf(n=js(r,e)))return n;throw ak("Can't convert object to primitive value")},xk=Li,Sk=he.TypeError,Fk=xk("toPrimitive"),wk=function(e,t){if(!aD(e)||uD(e))return e;var r,n=Ak(e,Fk);if(n){if(t===void 0&&(t="default"),r=Ck(n,e,t),!aD(r)||uD(r))return r;throw Sk("Can't convert object to primitive value")}return t===void 0&&(t="number"),vk(e,t)},Bk=z,r0=function(e){var t=wk(e,"string");return Bk(t)?t:t+""},oD=xe,n0=he.document,Tk=oD(n0)&&oD(n0.createElement),cD=function(e){return Tk?n0.createElement(e):{}},kk=cD,lD=!ge&&!K(function(){return Object.defineProperty(kk("div"),"a",{get:function(){return 7}}).a!=7}),_k=ge,Nk=Pe,Ik=Ne,Pk=xr,Ok=ki,Lk=r0,Mk=Pi,jk=lD,pD=Object.getOwnPropertyDescriptor;ie.f=_k?pD:function(e,t){if(e=Ok(e),t=Lk(t),jk)try{return pD(e,t)}catch{}if(Mk(e,t))return Pk(!Nk(Ik.f,e,t),e[t])};var Rs={},fD=he,Rk=xe,Vk=fD.String,qk=fD.TypeError,Mi=function(e){if(Rk(e))return e;throw qk(Vk(e)+" is not an object")},Gk=ge,Uk=lD,hD=Mi,Wk=r0,zk=he.TypeError,dD=Object.defineProperty;Rs.f=Gk?dD:function(e,t,r){if(hD(e),t=Wk(t),hD(r),Uk)try{return dD(e,t,r)}catch{}if("get"in r||"set"in r)throw zk("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var $k=Rs,Hk=xr,i0=ge?function(e,t,r){return $k.f(e,t,Hk(1,r))}:function(e,t,r){return e[t]=r,e},mD={exports:{}},Jk=Oe,s0=t0,Yk=Ut(Function.toString);Jk(s0.inspectSource)||(s0.inspectSource=function(e){return Yk(e)});var dc,lu,mc,a0=s0.inspectSource,Xk=Oe,Kk=a0,gD=he.WeakMap,Qk=Xk(gD)&&/native code/.test(Kk(gD)),Zk=Zf.exports,e9=tD,yD=Zk("keys"),DD=function(e){return yD[e]||(yD[e]=e9(e))},u0={},t9=Qk,ED=he,o0=Ut,r9=xe,n9=i0,c0=Pi,l0=t0,i9=DD,s9=u0,bD="Object already initialized",p0=ED.TypeError,a9=ED.WeakMap;if(t9||l0.state){var ji=l0.state||(l0.state=new a9),u9=o0(ji.get),CD=o0(ji.has),o9=o0(ji.set);dc=function(e,t){if(CD(ji,e))throw new p0(bD);return t.facade=e,o9(ji,e,t),t},lu=function(e){return u9(ji,e)||{}},mc=function(e){return CD(ji,e)}}else{var Vs=i9("state");s9[Vs]=!0,dc=function(e,t){if(c0(e,Vs))throw new p0(bD);return t.facade=e,n9(e,Vs,t),t},lu=function(e){return c0(e,Vs)?e[Vs]:{}},mc=function(e){return c0(e,Vs)}}var AD={set:dc,get:lu,has:mc,enforce:function(e){return mc(e)?lu(e):dc(e,{})},getterFor:function(e){return function(t){var r;if(!r9(t)||(r=lu(t)).type!==e)throw p0("Incompatible receiver, "+e+" required");return r}}},f0=ge,c9=Pi,vD=Function.prototype,l9=f0&&Object.getOwnPropertyDescriptor,h0=c9(vD,"name"),p9=h0&&function(){}.name==="something",f9=h0&&(!f0||f0&&l9(vD,"name").configurable),h9=he,xD=Oe,d9=Pi,SD=i0,m9=e0,g9=a0,y9=f9,D9=AD.get,E9=AD.enforce,b9=String(String).split("String");(mD.exports=function(e,t,r,n){var a,o=!!n&&!!n.unsafe,l=!!n&&!!n.enumerable,p=!!n&&!!n.noTargetGet,d=n&&n.name!==void 0?n.name:t;xD(r)&&(String(d).slice(0,7)==="Symbol("&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!d9(r,"name")||y9&&r.name!==d)&&SD(r,"name",d),(a=E9(r)).source||(a.source=b9.join(typeof d=="string"?d:""))),e!==h9?(o?!p&&e[t]&&(l=!0):delete e[t],l?e[t]=r:SD(e,t,r)):l?e[t]=r:m9(t,r)})(Function.prototype,"toString",function(){return xD(this)&&D9(this).source||g9(this)});var FD={},C9=Math.ceil,A9=Math.floor,d0=function(e){var t=+e;return t!=t||t===0?0:(t>0?A9:C9)(t)},v9=d0,x9=Math.max,S9=Math.min,F9=d0,w9=Math.min,B9=function(e){return e>0?w9(F9(e),9007199254740991):0},qs=function(e){return B9(e.length)},T9=ki,k9=function(e,t){var r=v9(e);return r<0?x9(r+t,0):S9(r,t)},_9=qs,wD=function(e){return function(t,r,n){var a,o=T9(t),l=_9(o),p=k9(n,l);if(e&&r!=r){for(;l>p;)if((a=o[p++])!=a)return!0}else for(;l>p;p++)if((e||p in o)&&o[p]===r)return e||p||0;return!e&&-1}},N9={includes:wD(!0),indexOf:wD(!1)},m0=Pi,I9=ki,P9=N9.indexOf,O9=u0,BD=Ut([].push),TD=function(e,t){var r,n=I9(e),a=0,o=[];for(r in n)!m0(O9,r)&&m0(n,r)&&BD(o,r);for(;t.length>a;)m0(n,r=t[a++])&&(~P9(o,r)||BD(o,r));return o},g0=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],L9=TD,M9=g0.concat("length","prototype");FD.f=Object.getOwnPropertyNames||function(e){return L9(e,M9)};var kD={};kD.f=Object.getOwnPropertySymbols;var j9=_i,R9=FD,V9=kD,q9=Mi,G9=Ut([].concat),U9=j9("Reflect","ownKeys")||function(e){var t=R9.f(q9(e)),r=V9.f;return r?G9(t,r(e)):t},W9=Pi,z9=U9,$9=ie,H9=Rs,J9=K,Y9=Oe,X9=/#|\.prototype\./,pu=function(e,t){var r=Q9[K9(e)];return r==e_||r!=Z9&&(Y9(t)?J9(t):!!t)},K9=pu.normalize=function(e){return String(e).replace(X9,".").toLowerCase()},Q9=pu.data={},Z9=pu.NATIVE="N",e_=pu.POLYFILL="P",t_=pu,y0=he,r_=ie.f,n_=i0,i_=mD.exports,s_=e0,a_=function(e,t){for(var r=z9(t),n=H9.f,a=$9.f,o=0;o<r.length;o++){var l=r[o];W9(e,l)||n(e,l,a(t,l))}},u_=t_,gc=function(e,t){var r,n,a,o,l,p=e.target,d=e.global,m=e.stat;if(r=d?y0:m?y0[p]||s_(p,{}):(y0[p]||{}).prototype)for(n in t){if(o=t[n],a=e.noTargetGet?(l=r_(r,n))&&l.value:r[n],!u_(d?n:p+(m?".":"#")+n,e.forced)&&a!==void 0){if(typeof o==typeof a)continue;a_(o,a)}(e.sham||a&&a.sham)&&n_(o,"sham",!0),i_(r,n,o,e)}},_D={};_D[Li("toStringTag")]="z";var o_=he,c_=String(_D)==="[object z]",l_=Oe,yc=au,p_=Li("toStringTag"),f_=o_.Object,h_=yc(function(){return arguments}())=="Arguments",D0=c_?yc:function(e){var t,r,n;return e===void 0?"Undefined":e===null?"Null":typeof(r=function(a,o){try{return a[o]}catch{}}(t=f_(e),p_))=="string"?r:h_?yc(t):(n=yc(t))=="Object"&&l_(t.callee)?"Arguments":n},d_=D0,m_=he.String,ND=Ut([].slice),g_=Math.floor,E0=function(e,t){var r=e.length,n=g_(r/2);return r<8?y_(e,t):D_(e,E0(ND(e,0,n),t),E0(ND(e,n),t),t)},y_=function(e,t){for(var r,n,a=e.length,o=1;o<a;){for(n=o,r=e[o];n&&t(e[n-1],r)>0;)e[n]=e[--n];n!==o++&&(e[n]=r)}return e},D_=function(e,t,r,n){for(var a=t.length,o=r.length,l=0,p=0;l<a||p<o;)e[l+p]=l<a&&p<o?n(t[l],r[p])<=0?t[l++]:r[p++]:l<a?t[l++]:r[p++];return e},E_=E0,b_=K,ID=Ni.match(/firefox\/(\d+)/i),C_=!!ID&&+ID[1],A_=/MSIE|Trident/.test(Ni),PD=Ni.match(/AppleWebKit\/(\d+)\./),v_=!!PD&&+PD[1],x_=gc,OD=Ut,S_=Sr,F_=hc,w_=qs,LD=function(e){if(d_(e)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return m_(e)},b0=K,B_=E_,T_=function(e,t){var r=[][e];return!!r&&b_(function(){r.call(null,t||function(){throw 1},1)})},MD=C_,k_=A_,jD=ui,RD=v_,ci=[],VD=OD(ci.sort),__=OD(ci.push),N_=b0(function(){ci.sort(void 0)}),I_=b0(function(){ci.sort(null)}),P_=T_("sort"),qD=!b0(function(){if(jD)return jD<70;if(!(MD&&MD>3)){if(k_)return!0;if(RD)return RD<603;var e,t,r,n,a="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)ci.push({k:t+n,v:r})}for(ci.sort(function(o,l){return l.v-o.v}),n=0;n<ci.length;n++)t=ci[n].k.charAt(0),a.charAt(a.length-1)!==t&&(a+=t);return a!=="DGBEFHACIJK"}});x_({target:"Array",proto:!0,forced:N_||!I_||!P_||!qD},{sort:function(e){e!==void 0&&S_(e);var t=F_(this);if(qD)return e===void 0?VD(t):VD(t,e);var r,n,a=[],o=w_(t);for(n=0;n<o;n++)n in t&&__(a,t[n]);for(B_(a,function(l){return function(p,d){return d===void 0?-1:p===void 0?1:l!==void 0?+l(p,d)||0:LD(p)>LD(d)?1:-1}}(e)),r=a.length,n=0;n<r;)t[n]=a[n++];for(;n<o;)delete t[n++];return t}});var Gs={};Object.defineProperty(Gs,"__esModule",{value:!0}),Gs.diffJson=function(e,t,r){return Ri.diff(e,t,r)},Gs.canonicalize=Dc,Gs.jsonDiff=void 0;var GD=function(e){return e&&e.__esModule?e:{default:e}}(f),O_=Y;function C0(e){return C0=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},C0(e)}var L_=Object.prototype.toString,Ri=new GD.default;function Dc(e,t,r,n,a){var o,l;for(t=t||[],r=r||[],n&&(e=n(a,e)),o=0;o<t.length;o+=1)if(t[o]===e)return r[o];if(L_.call(e)==="[object Array]"){for(t.push(e),l=new Array(e.length),r.push(l),o=0;o<e.length;o+=1)l[o]=Dc(e[o],t,r,n,a);return t.pop(),r.pop(),l}if(e&&e.toJSON&&(e=e.toJSON()),C0(e)==="object"&&e!==null){t.push(e),l={},r.push(l);var p,d=[];for(p in e)e.hasOwnProperty(p)&&d.push(p);for(d.sort(),o=0;o<d.length;o+=1)l[p=d[o]]=Dc(e[p],t,r,n,p);t.pop(),r.pop()}else l=e;return l}Gs.jsonDiff=Ri,Ri.useLongestToken=!0,Ri.tokenize=O_.lineDiff.tokenize,Ri.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,a=n===void 0?function(o,l){return l===void 0?r:l}:n;return typeof e=="string"?e:JSON.stringify(Dc(e,null,null,a),a," ")},Ri.equals=function(e,t){return GD.default.prototype.equals.call(Ri,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};var fu={};Object.defineProperty(fu,"__esModule",{value:!0}),fu.diffArrays=function(e,t,r){return hu.diff(e,t,r)},fu.arrayDiff=void 0;var M_=function(e){return e&&e.__esModule?e:{default:e}}(f),hu=new M_.default;fu.arrayDiff=hu,hu.tokenize=function(e){return e.slice()},hu.join=hu.removeEmpty=function(e){return e};var Ec={},du={};Object.defineProperty(du,"__esModule",{value:!0}),du.parsePatch=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.split(/\r\n|[\n\v\f\r\x85]/),n=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],a=[],o=0;function l(){var m={};for(a.push(m);o<r.length;){var y=r[o];if(/^(\-\-\-|\+\+\+|@@)\s/.test(y))break;var D=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(y);D&&(m.index=D[1]),o++}for(p(m),p(m),m.hunks=[];o<r.length;){var b=r[o];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(b))break;if(/^@@/.test(b))m.hunks.push(d());else{if(b&&t.strict)throw new Error("Unknown line "+(o+1)+" "+JSON.stringify(b));o++}}}function p(m){var y=/^(---|\+\+\+)\s+(.*)$/.exec(r[o]);if(y){var D=y[1]==="---"?"old":"new",b=y[2].split(" ",2),v=b[0].replace(/\\\\/g,"\\");/^".*"$/.test(v)&&(v=v.substr(1,v.length-2)),m[D+"FileName"]=v,m[D+"Header"]=(b[1]||"").trim(),o++}}function d(){var m=o,y=r[o++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),D={oldStart:+y[1],oldLines:y[2]===void 0?1:+y[2],newStart:+y[3],newLines:y[4]===void 0?1:+y[4],lines:[],linedelimiters:[]};D.oldLines===0&&(D.oldStart+=1),D.newLines===0&&(D.newStart+=1);for(var b=0,v=0;o<r.length&&!(r[o].indexOf("--- ")===0&&o+2<r.length&&r[o+1].indexOf("+++ ")===0&&r[o+2].indexOf("@@")===0);o++){var w=r[o].length==0&&o!=r.length-1?" ":r[o][0];if(w!=="+"&&w!=="-"&&w!==" "&&w!=="\\")break;D.lines.push(r[o]),D.linedelimiters.push(n[o]||`
`),w==="+"?b++:w==="-"?v++:w===" "&&(b++,v++)}if(b||D.newLines!==1||(D.newLines=0),v||D.oldLines!==1||(D.oldLines=0),t.strict){if(b!==D.newLines)throw new Error("Added line count did not match for hunk at line "+(m+1));if(v!==D.oldLines)throw new Error("Removed line count did not match for hunk at line "+(m+1))}return D}for(;o<r.length;)l();return a};var UD={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,r,n){var a=!0,o=!1,l=!1,p=1;return function d(){if(a&&!l){if(o?p++:a=!1,t+p<=n)return p;l=!0}if(!o)return l||(a=!0),r<=t-p?-p++:(o=!0,d())}}})(UD),Object.defineProperty(Ec,"__esModule",{value:!0}),Ec.applyPatch=zD,Ec.applyPatches=function(e,t){typeof e=="string"&&(e=(0,WD.parsePatch)(e));var r=0;(function n(){var a=e[r++];if(!a)return t.complete();t.loadFile(a,function(o,l){if(o)return t.complete(o);var p=zD(l,a,t);t.patched(a,p,function(d){if(d)return t.complete(d);n()})})})()};var WD=du,j_=function(e){return e&&e.__esModule?e:{default:e}}(UD);function zD(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof t=="string"&&(t=(0,WD.parsePatch)(t)),Array.isArray(t)){if(t.length>1)throw new Error("applyPatch only works with a single input.");t=t[0]}var n,a,o=e.split(/\r\n|[\n\v\f\r\x85]/),l=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],p=t.hunks,d=r.compareLine||function(Dt,lr,kt,_t){return lr===_t},m=0,y=r.fuzzFactor||0,D=0,b=0;function v(Dt,lr){for(var kt=0;kt<Dt.lines.length;kt++){var _t=Dt.lines[kt],Oa=_t.length>0?_t[0]:" ",_p=_t.length>0?_t.substr(1):_t;if(Oa===" "||Oa==="-"){if(!d(lr+1,o[lr],Oa,_p)&&++m>y)return!1;lr++}}return!0}for(var w=0;w<p.length;w++){for(var S=p[w],k=o.length-S.oldLines,P=0,_=b+S.oldStart-1,M=(0,j_.default)(_,D,k);P!==void 0;P=M())if(v(S,_+P)){S.offset=b+=P;break}if(P===void 0)return!1;D=S.offset+S.oldStart+S.oldLines}for(var U=0,q=0;q<p.length;q++){var H=p[q],Q=H.oldStart+H.offset+U-1;U+=H.newLines-H.oldLines;for(var te=0;te<H.lines.length;te++){var Ee=H.lines[te],ne=Ee.length>0?Ee[0]:" ",pe=Ee.length>0?Ee.substr(1):Ee,Be=H.linedelimiters[te];if(ne===" ")Q++;else if(ne==="-")o.splice(Q,1),l.splice(Q,1);else if(ne==="+")o.splice(Q,0,pe),l.splice(Q,0,Be),Q++;else if(ne==="\\"){var Se=H.lines[te-1]?H.lines[te-1][0]:null;Se==="+"?n=!0:Se==="-"&&(a=!0)}}}if(n)for(;!o[o.length-1];)o.pop(),l.pop();else a&&(o.push(""),l.push(`
`));for(var st=0;st<o.length-1;st++)o[st]=o[st]+l[st];return o.join("")}var bc={},Vi={};Object.defineProperty(Vi,"__esModule",{value:!0}),Vi.structuredPatch=$D,Vi.formatPatch=HD,Vi.createTwoFilesPatch=JD,Vi.createPatch=function(e,t,r,n,a,o){return JD(e,e,t,r,n,a,o)};var R_=Y;function A0(e){return function(t){if(Array.isArray(t))return v0(t)}(e)||function(t){if(typeof Symbol<"u"&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,r){if(!!t){if(typeof t=="string")return v0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v0(t,r)}}(e)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function v0(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function $D(e,t,r,n,a,o,l){l||(l={}),l.context===void 0&&(l.context=4);var p=(0,R_.diffLines)(r,n,l);function d(P){return P.map(function(_){return" "+_})}p.push({value:"",lines:[]});for(var m=[],y=0,D=0,b=[],v=1,w=1,S=function(P){var _=p[P],M=_.lines||_.value.replace(/\n$/,"").split(`
`);if(_.lines=M,_.added||_.removed){var U;if(!y){var q=p[P-1];y=v,D=w,q&&(b=l.context>0?d(q.lines.slice(-l.context)):[],y-=b.length,D-=b.length)}(U=b).push.apply(U,A0(M.map(function(Se){return(_.added?"+":"-")+Se}))),_.added?w+=M.length:v+=M.length}else{if(y)if(M.length<=2*l.context&&P<p.length-2){var H;(H=b).push.apply(H,A0(d(M)))}else{var Q,te=Math.min(M.length,l.context);(Q=b).push.apply(Q,A0(d(M.slice(0,te))));var Ee={oldStart:y,oldLines:v-y+te,newStart:D,newLines:w-D+te,lines:b};if(P>=p.length-2&&M.length<=l.context){var ne=/\n$/.test(r),pe=/\n$/.test(n),Be=M.length==0&&b.length>Ee.oldLines;!ne&&Be&&r.length>0&&b.splice(Ee.oldLines,0,"\\ No newline at end of file"),(ne||Be)&&pe||b.push("\\ No newline at end of file")}m.push(Ee),y=0,D=0,b=[]}v+=M.length,w+=M.length}},k=0;k<p.length;k++)S(k);return{oldFileName:e,newFileName:t,oldHeader:a,newHeader:o,hunks:m}}function HD(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(e.oldHeader===void 0?"":" "+e.oldHeader)),t.push("+++ "+e.newFileName+(e.newHeader===void 0?"":" "+e.newHeader));for(var r=0;r<e.hunks.length;r++){var n=e.hunks[r];n.oldLines===0&&(n.oldStart-=1),n.newLines===0&&(n.newStart-=1),t.push("@@ -"+n.oldStart+","+n.oldLines+" +"+n.newStart+","+n.newLines+" @@"),t.push.apply(t,n.lines)}return t.join(`
`)+`
`}function JD(e,t,r,n,a,o,l){return HD($D(e,t,r,n,a,o,l))}var Cc={};function YD(e,t){if(t.length>e.length)return!1;for(var r=0;r<t.length;r++)if(t[r]!==e[r])return!1;return!0}Object.defineProperty(Cc,"__esModule",{value:!0}),Cc.arrayEqual=function(e,t){return e.length!==t.length?!1:YD(e,t)},Cc.arrayStartsWith=YD,Object.defineProperty(bc,"__esModule",{value:!0}),bc.calcLineCount=XD,bc.merge=function(e,t,r){e=KD(e,r),t=KD(t,r);var n={};(e.index||t.index)&&(n.index=e.index||t.index),(e.newFileName||t.newFileName)&&(QD(e)?QD(t)?(n.oldFileName=Ac(n,e.oldFileName,t.oldFileName),n.newFileName=Ac(n,e.newFileName,t.newFileName),n.oldHeader=Ac(n,e.oldHeader,t.oldHeader),n.newHeader=Ac(n,e.newHeader,t.newHeader)):(n.oldFileName=e.oldFileName,n.newFileName=e.newFileName,n.oldHeader=e.oldHeader,n.newHeader=e.newHeader):(n.oldFileName=t.oldFileName||e.oldFileName,n.newFileName=t.newFileName||e.newFileName,n.oldHeader=t.oldHeader||e.oldHeader,n.newHeader=t.newHeader||e.newHeader)),n.hunks=[];for(var a=0,o=0,l=0,p=0;a<e.hunks.length||o<t.hunks.length;){var d=e.hunks[a]||{oldStart:1/0},m=t.hunks[o]||{oldStart:1/0};if(ZD(d,m))n.hunks.push(eE(d,l)),a++,p+=d.newLines-d.oldLines;else if(ZD(m,d))n.hunks.push(eE(m,p)),o++,l+=m.newLines-m.oldLines;else{var y={oldStart:Math.min(d.oldStart,m.oldStart),oldLines:0,newStart:Math.min(d.newStart+l,m.oldStart+p),newLines:0,lines:[]};G_(y,d.oldStart,d.lines,m.oldStart,m.lines),o++,a++,n.hunks.push(y)}}return n};var V_=Vi,q_=du,x0=Cc;function Us(e){return function(t){if(Array.isArray(t))return S0(t)}(e)||function(t){if(typeof Symbol<"u"&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,r){if(!!t){if(typeof t=="string")return S0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S0(t,r)}}(e)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function S0(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function XD(e){var t=w0(e.lines),r=t.oldLines,n=t.newLines;r!==void 0?e.oldLines=r:delete e.oldLines,n!==void 0?e.newLines=n:delete e.newLines}function KD(e,t){if(typeof e=="string"){if(/^@@/m.test(e)||/^Index:/m.test(e))return(0,q_.parsePatch)(e)[0];if(!t)throw new Error("Must provide a base reference or pass in a patch");return(0,V_.structuredPatch)(void 0,void 0,t,e)}return e}function QD(e){return e.newFileName&&e.newFileName!==e.oldFileName}function Ac(e,t,r){return t===r?t:(e.conflict=!0,{mine:t,theirs:r})}function ZD(e,t){return e.oldStart<t.oldStart&&e.oldStart+e.oldLines<t.oldStart}function eE(e,t){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+t,newLines:e.newLines,lines:e.lines}}function G_(e,t,r,n,a){var o={offset:t,lines:r,index:0},l={offset:n,lines:a,index:0};for(rE(e,o,l),rE(e,l,o);o.index<o.lines.length&&l.index<l.lines.length;){var p=o.lines[o.index],d=l.lines[l.index];if(p[0]!=="-"&&p[0]!=="+"||d[0]!=="-"&&d[0]!=="+")if(p[0]==="+"&&d[0]===" "){var m;(m=e.lines).push.apply(m,Us(qi(o)))}else if(d[0]==="+"&&p[0]===" "){var y;(y=e.lines).push.apply(y,Us(qi(l)))}else p[0]==="-"&&d[0]===" "?tE(e,o,l):d[0]==="-"&&p[0]===" "?tE(e,l,o,!0):p===d?(e.lines.push(p),o.index++,l.index++):F0(e,qi(o),qi(l));else U_(e,o,l)}nE(e,o),nE(e,l),XD(e)}function U_(e,t,r){var n=qi(t),a=qi(r);if(iE(n)&&iE(a)){var o,l;if((0,x0.arrayStartsWith)(n,a)&&sE(r,n,n.length-a.length))return void(o=e.lines).push.apply(o,Us(n));if((0,x0.arrayStartsWith)(a,n)&&sE(t,a,a.length-n.length))return void(l=e.lines).push.apply(l,Us(a))}else if((0,x0.arrayEqual)(n,a)){var p;return void(p=e.lines).push.apply(p,Us(n))}F0(e,n,a)}function tE(e,t,r,n){var a,o=qi(t),l=function(p,d){for(var m=[],y=[],D=0,b=!1,v=!1;D<d.length&&p.index<p.lines.length;){var w=p.lines[p.index],S=d[D];if(S[0]==="+")break;if(b=b||w[0]!==" ",y.push(S),D++,w[0]==="+")for(v=!0;w[0]==="+";)m.push(w),w=p.lines[++p.index];S.substr(1)===w.substr(1)?(m.push(w),p.index++):v=!0}if((d[D]||"")[0]==="+"&&b&&(v=!0),v)return m;for(;D<d.length;)y.push(d[D++]);return{merged:y,changes:m}}(r,o);l.merged?(a=e.lines).push.apply(a,Us(l.merged)):F0(e,n?l:o,n?o:l)}function F0(e,t,r){e.conflict=!0,e.lines.push({conflict:!0,mine:t,theirs:r})}function rE(e,t,r){for(;t.offset<r.offset&&t.index<t.lines.length;){var n=t.lines[t.index++];e.lines.push(n),t.offset++}}function nE(e,t){for(;t.index<t.lines.length;){var r=t.lines[t.index++];e.lines.push(r)}}function qi(e){for(var t=[],r=e.lines[e.index][0];e.index<e.lines.length;){var n=e.lines[e.index];if(r==="-"&&n[0]==="+"&&(r="+"),r!==n[0])break;t.push(n),e.index++}return t}function iE(e){return e.reduce(function(t,r){return t&&r[0]==="-"},!0)}function sE(e,t,r){for(var n=0;n<r;n++){var a=t[t.length-r+n].substr(1);if(e.lines[e.index+n]!==" "+a)return!1}return e.index+=r,!0}function w0(e){var t=0,r=0;return e.forEach(function(n){if(typeof n!="string"){var a=w0(n.mine),o=w0(n.theirs);t!==void 0&&(a.oldLines===o.oldLines?t+=a.oldLines:t=void 0),r!==void 0&&(a.newLines===o.newLines?r+=a.newLines:r=void 0)}else r===void 0||n[0]!=="+"&&n[0]!==" "||r++,t===void 0||n[0]!=="-"&&n[0]!==" "||t++}),{oldLines:t,newLines:r}}var B0={};Object.defineProperty(B0,"__esModule",{value:!0}),B0.convertChangesToDMP=function(e){for(var t,r,n=[],a=0;a<e.length;a++)t=e[a],r=t.added?1:t.removed?-1:0,n.push([r,t.value]);return n};var T0={};function W_(e){var t=e;return t=(t=(t=(t=t.replace(/&/g,"&amp;")).replace(/</g,"&lt;")).replace(/>/g,"&gt;")).replace(/"/g,"&quot;")}function vc(e){return{type:"concat",parts:e}}function aE(e){return{type:"indent",contents:e}}function Ws(e,t){return{type:"align",contents:t,n:e}}function uE(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return{type:"group",id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}Object.defineProperty(T0,"__esModule",{value:!0}),T0.convertChangesToXML=function(e){for(var t=[],r=0;r<e.length;r++){var n=e[r];n.added?t.push("<ins>"):n.removed&&t.push("<del>"),t.push(W_(n.value)),n.added?t.push("</ins>"):n.removed&&t.push("</del>")}return t.join("")},function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Diff",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"diffChars",{enumerable:!0,get:function(){return r.diffChars}}),Object.defineProperty(e,"diffWords",{enumerable:!0,get:function(){return n.diffWords}}),Object.defineProperty(e,"diffWordsWithSpace",{enumerable:!0,get:function(){return n.diffWordsWithSpace}}),Object.defineProperty(e,"diffLines",{enumerable:!0,get:function(){return a.diffLines}}),Object.defineProperty(e,"diffTrimmedLines",{enumerable:!0,get:function(){return a.diffTrimmedLines}}),Object.defineProperty(e,"diffSentences",{enumerable:!0,get:function(){return o.diffSentences}}),Object.defineProperty(e,"diffCss",{enumerable:!0,get:function(){return l.diffCss}}),Object.defineProperty(e,"diffJson",{enumerable:!0,get:function(){return p.diffJson}}),Object.defineProperty(e,"canonicalize",{enumerable:!0,get:function(){return p.canonicalize}}),Object.defineProperty(e,"diffArrays",{enumerable:!0,get:function(){return d.diffArrays}}),Object.defineProperty(e,"applyPatch",{enumerable:!0,get:function(){return m.applyPatch}}),Object.defineProperty(e,"applyPatches",{enumerable:!0,get:function(){return m.applyPatches}}),Object.defineProperty(e,"parsePatch",{enumerable:!0,get:function(){return y.parsePatch}}),Object.defineProperty(e,"merge",{enumerable:!0,get:function(){return D.merge}}),Object.defineProperty(e,"structuredPatch",{enumerable:!0,get:function(){return b.structuredPatch}}),Object.defineProperty(e,"createTwoFilesPatch",{enumerable:!0,get:function(){return b.createTwoFilesPatch}}),Object.defineProperty(e,"createPatch",{enumerable:!0,get:function(){return b.createPatch}}),Object.defineProperty(e,"convertChangesToDMP",{enumerable:!0,get:function(){return v.convertChangesToDMP}}),Object.defineProperty(e,"convertChangesToXML",{enumerable:!0,get:function(){return w.convertChangesToXML}});var t=function(S){return S&&S.__esModule?S:{default:S}}(f),r=g,n=x,a=Y,o=fe,l=$,p=Gs,d=fu,m=Ec,y=du,D=bc,b=Vi,v=B0,w=T0}(c);let k0={type:"break-parent"},oE={type:"line",hard:!0},cE={type:"line",hard:!0,literal:!0},z_=vc([oE,k0]),$_=vc([cE,k0]);var _0={concat:vc,join:function(e,t){let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return vc(r)},line:{type:"line"},softline:{type:"line",soft:!0},hardline:z_,literalline:$_,group:uE,conditionalGroup:function(e,t){return uE(e[0],Object.assign(Object.assign({},t),{},{expandedStates:e}))},fill:function(e){return{type:"fill",parts:e}},lineSuffix:function(e){return{type:"line-suffix",contents:e}},lineSuffixBoundary:{type:"line-suffix-boundary"},cursor:{type:"cursor",placeholder:Symbol("cursor")},breakParent:k0,ifBreak:function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return{type:"if-break",breakContents:e,flatContents:t,groupId:r.groupId}},trim:{type:"trim"},indent:aE,indentIfBreak:function(e,t){return{type:"indent-if-break",contents:e,groupId:t.groupId,negate:t.negate}},align:Ws,addAlignmentToDoc:function(e,t,r){let n=e;if(t>0){for(let a=0;a<Math.floor(t/r);++a)n=aE(n);n=Ws(t%r,n),n=Ws(Number.NEGATIVE_INFINITY,n)}return n},markAsRoot:function(e){return Ws({type:"root"},e)},dedentToRoot:function(e){return Ws(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return Ws(-1,e)},hardlineWithoutBreakParent:oE,literallineWithoutBreakParent:cE,label:function(e,t){return{type:"label",label:e,contents:t}}},N0={exports:{}};let H_=function(){let{onlyFirst:e=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")};var I0={exports:{}};let lE=e=>!Number.isNaN(e)&&e>=4352&&(e<=4447||e===9001||e===9002||11904<=e&&e<=12871&&e!==12351||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141);I0.exports=lE,I0.exports.default=lE;let J_=e=>typeof e=="string"?e.replace(H_(),""):e,Y_=I0.exports,X_=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},pE=e=>{if(typeof e!="string"||e.length===0||(e=J_(e)).length===0)return 0;e=e.replace(X_()," ");let t=0;for(let r=0;r<e.length;r++){let n=e.codePointAt(r);n<=31||n>=127&&n<=159||n>=768&&n<=879||(n>65535&&r++,t+=Y_(n)?2:1)}return t};N0.exports=pE,N0.exports.default=pE;var Mr=e=>e[e.length-1];function P0(e,t){if(e==null)return{};var r,n,a=function(l,p){if(l==null)return{};var d,m,y={},D=Object.keys(l);for(m=0;m<D.length;m++)d=D[m],p.indexOf(d)>=0||(y[d]=l[d]);return y}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}function zs(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var K_=au,fE=Array.isArray||function(e){return K_(e)=="Array"},Q_=Sr,hE=Ut(Ut.bind),dE=function(e,t){return Q_(e),t===void 0?e:hE?hE(e,t):function(){return e.apply(t,arguments)}},Z_=fE,eN=qs,tN=dE,rN=he.TypeError,mE=function(e,t,r,n,a,o,l,p){for(var d,m,y=a,D=0,b=!!l&&tN(l,p);D<n;){if(D in r){if(d=b?b(r[D],D,t):r[D],o>0&&Z_(d))m=eN(d),y=mE(e,t,d,m,y,o-1)-1;else{if(y>=9007199254740991)throw rN("Exceed the acceptable array length");e[y]=d}y++}D++}return y},gE=mE,nN=Ut,iN=K,yE=Oe,sN=D0,aN=a0,DE=function(){},uN=[],EE=_i("Reflect","construct"),O0=/^\s*(?:class|function)\b/,oN=nN(O0.exec),cN=!O0.exec(DE),mu=function(e){if(!yE(e))return!1;try{return EE(DE,uN,e),!0}catch{return!1}},lN=!EE||iN(function(){var e;return mu(mu.call)||!mu(Object)||!mu(function(){e=!0})||e})?function(e){if(!yE(e))return!1;switch(sN(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return cN||!!oN(O0,aN(e))}:mu,pN=he,bE=fE,fN=lN,hN=xe,dN=Li("species"),CE=pN.Array,mN=function(e){var t;return bE(e)&&(t=e.constructor,(fN(t)&&(t===CE||bE(t.prototype))||hN(t)&&(t=t[dN])===null)&&(t=void 0)),t===void 0?CE:t},AE=function(e,t){return new(mN(e))(t===0?0:t)},gN=gE,yN=Sr,DN=hc,EN=qs,bN=AE;gc({target:"Array",proto:!0},{flatMap:function(e){var t,r=DN(this),n=EN(r);return yN(e),(t=bN(r,0)).length=gN(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var vE={},CN=vE,AN=Li("iterator"),vN=Array.prototype,xN=D0,xE=Ms,SN=vE,FN=Li("iterator"),SE=function(e){if(e!=null)return xE(e,FN)||xE(e,"@@iterator")||SN[xN(e)]},wN=Pe,BN=Sr,TN=Mi,kN=re,_N=SE,NN=he.TypeError,IN=Pe,FE=Mi,PN=Ms,ON=dE,LN=Pe,MN=Mi,jN=re,RN=function(e){return e!==void 0&&(CN.Array===e||vN[AN]===e)},VN=qs,wE=Lr,qN=function(e,t){var r=arguments.length<2?_N(e):t;if(BN(r))return TN(wN(r,e));throw NN(kN(e)+" is not iterable")},GN=SE,BE=function(e,t,r){var n,a;FE(e);try{if(!(n=PN(e,"return"))){if(t==="throw")throw r;return r}n=IN(n,e)}catch(o){a=!0,n=o}if(t==="throw")throw r;if(a)throw n;return FE(n),r},UN=he.TypeError,xc=function(e,t){this.stopped=e,this.result=t},TE=xc.prototype,WN=r0,zN=Rs,$N=xr,HN=function(e,t,r){var n,a,o,l,p,d,m,y=r&&r.that,D=!(!r||!r.AS_ENTRIES),b=!(!r||!r.IS_ITERATOR),v=!(!r||!r.INTERRUPTED),w=ON(t,y),S=function(P){return n&&BE(n,"normal",P),new xc(!0,P)},k=function(P){return D?(MN(P),v?w(P[0],P[1],S):w(P[0],P[1])):v?w(P,S):w(P)};if(b)n=e;else{if(!(a=GN(e)))throw UN(jN(e)+" is not iterable");if(RN(a)){for(o=0,l=VN(e);l>o;o++)if((p=k(e[o]))&&wE(TE,p))return p;return new xc(!1)}n=qN(e,a)}for(d=n.next;!(m=LN(d,n)).done;){try{p=k(m.value)}catch(P){BE(n,"throw",P)}if(typeof p=="object"&&p&&wE(TE,p))return p}return new xc(!1)},JN=function(e,t,r){var n=WN(t);n in e?zN.f(e,n,$N(0,r)):e[n]=r};gc({target:"Object",stat:!0},{fromEntries:function(e){var t={};return HN(e,function(r,n){JN(t,r,n)},{AS_ENTRIES:!0}),t}});var jr=jr!==void 0?jr:typeof self<"u"?self:typeof window<"u"?window:{};function kE(){throw new Error("setTimeout has not been defined")}function _E(){throw new Error("clearTimeout has not been defined")}var li=kE,pi=_E;function NE(e){if(li===setTimeout)return setTimeout(e,0);if((li===kE||!li)&&setTimeout)return li=setTimeout,setTimeout(e,0);try{return li(e,0)}catch{try{return li.call(null,e,0)}catch{return li.call(this,e,0)}}}typeof jr.setTimeout=="function"&&(li=setTimeout),typeof jr.clearTimeout=="function"&&(pi=clearTimeout);var Gi,qn=[],$s=!1,Sc=-1;function YN(){$s&&Gi&&($s=!1,Gi.length?qn=Gi.concat(qn):Sc=-1,qn.length&&IE())}function IE(){if(!$s){var e=NE(YN);$s=!0;for(var t=qn.length;t;){for(Gi=qn,qn=[];++Sc<t;)Gi&&Gi[Sc].run();Sc=-1,t=qn.length}Gi=null,$s=!1,function(r){if(pi===clearTimeout)return clearTimeout(r);if((pi===_E||!pi)&&clearTimeout)return pi=clearTimeout,clearTimeout(r);try{pi(r)}catch{try{return pi.call(null,r)}catch{return pi.call(this,r)}}}(e)}}function PE(e,t){this.fun=e,this.array=t}PE.prototype.run=function(){this.fun.apply(null,this.array)};function Ui(){}var XN=Ui,KN=Ui,QN=Ui,ZN=Ui,e4=Ui,t4=Ui,r4=Ui,Hs=jr.performance||{},n4=Hs.now||Hs.mozNow||Hs.msNow||Hs.oNow||Hs.webkitNow||function(){return new Date().getTime()},i4=new Date,s4={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];qn.push(new PE(e,t)),qn.length!==1||$s||NE(IE)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:XN,addListener:KN,once:QN,off:ZN,removeListener:e4,removeAllListeners:t4,emit:r4,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*n4.call(Hs),r=Math.floor(t),n=Math.floor(t%1*1e9);return e&&(r-=e[0],(n-=e[1])<0&&(r--,n+=1e9)),[r,n]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-i4)/1e3}},et=s4,OE=typeof et=="object"&&et.env&&et.env.NODE_DEBUG&&/\bsemver\b/i.test(et.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return console.error("SEMVER",...t)}:()=>{},LE={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},L0={exports:{}};(function(e,t){let{MAX_SAFE_COMPONENT_LENGTH:r}=LE,n=OE,a=(t=e.exports={}).re=[],o=t.src=[],l=t.t={},p=0,d=(m,y,D)=>{let b=p++;n(b,y),l[m]=b,o[b]=y,a[b]=new RegExp(y,D?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","[0-9]+"),d("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),d("MAINVERSION","(".concat(o[l.NUMERICIDENTIFIER],")\\.")+"(".concat(o[l.NUMERICIDENTIFIER],")\\.")+"(".concat(o[l.NUMERICIDENTIFIER],")")),d("MAINVERSIONLOOSE","(".concat(o[l.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[l.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[l.NUMERICIDENTIFIERLOOSE],")")),d("PRERELEASEIDENTIFIER","(?:".concat(o[l.NUMERICIDENTIFIER],"|").concat(o[l.NONNUMERICIDENTIFIER],")")),d("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[l.NUMERICIDENTIFIERLOOSE],"|").concat(o[l.NONNUMERICIDENTIFIER],")")),d("PRERELEASE","(?:-(".concat(o[l.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[l.PRERELEASEIDENTIFIER],")*))")),d("PRERELEASELOOSE","(?:-?(".concat(o[l.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[l.PRERELEASEIDENTIFIERLOOSE],")*))")),d("BUILDIDENTIFIER","[0-9A-Za-z-]+"),d("BUILD","(?:\\+(".concat(o[l.BUILDIDENTIFIER],"(?:\\.").concat(o[l.BUILDIDENTIFIER],")*))")),d("FULLPLAIN","v?".concat(o[l.MAINVERSION]).concat(o[l.PRERELEASE],"?").concat(o[l.BUILD],"?")),d("FULL","^".concat(o[l.FULLPLAIN],"$")),d("LOOSEPLAIN","[v=\\s]*".concat(o[l.MAINVERSIONLOOSE]).concat(o[l.PRERELEASELOOSE],"?").concat(o[l.BUILD],"?")),d("LOOSE","^".concat(o[l.LOOSEPLAIN],"$")),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE","".concat(o[l.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),d("XRANGEIDENTIFIER","".concat(o[l.NUMERICIDENTIFIER],"|x|X|\\*")),d("XRANGEPLAIN","[v=\\s]*(".concat(o[l.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[l.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[l.XRANGEIDENTIFIER],")")+"(?:".concat(o[l.PRERELEASE],")?").concat(o[l.BUILD],"?")+")?)?"),d("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[l.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[l.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[l.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[l.PRERELEASELOOSE],")?").concat(o[l.BUILD],"?")+")?)?"),d("XRANGE","^".concat(o[l.GTLT],"\\s*").concat(o[l.XRANGEPLAIN],"$")),d("XRANGELOOSE","^".concat(o[l.GTLT],"\\s*").concat(o[l.XRANGEPLAINLOOSE],"$")),d("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(r,"})")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:$|[^\\d])"),d("COERCERTL",o[l.COERCE],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM","(\\s*)".concat(o[l.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",d("TILDE","^".concat(o[l.LONETILDE]).concat(o[l.XRANGEPLAIN],"$")),d("TILDELOOSE","^".concat(o[l.LONETILDE]).concat(o[l.XRANGEPLAINLOOSE],"$")),d("LONECARET","(?:\\^)"),d("CARETTRIM","(\\s*)".concat(o[l.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",d("CARET","^".concat(o[l.LONECARET]).concat(o[l.XRANGEPLAIN],"$")),d("CARETLOOSE","^".concat(o[l.LONECARET]).concat(o[l.XRANGEPLAINLOOSE],"$")),d("COMPARATORLOOSE","^".concat(o[l.GTLT],"\\s*(").concat(o[l.LOOSEPLAIN],")$|^$")),d("COMPARATOR","^".concat(o[l.GTLT],"\\s*(").concat(o[l.FULLPLAIN],")$|^$")),d("COMPARATORTRIM","(\\s*)".concat(o[l.GTLT],"\\s*(").concat(o[l.LOOSEPLAIN],"|").concat(o[l.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE","^\\s*(".concat(o[l.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[l.XRANGEPLAIN],")")+"\\s*$"),d("HYPHENRANGELOOSE","^\\s*(".concat(o[l.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[l.XRANGEPLAINLOOSE],")")+"\\s*$"),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0.0.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})(L0,L0.exports);let a4=["includePrerelease","loose","rtl"];var u4=e=>e?typeof e!="object"?{loose:!0}:a4.filter(t=>e[t]).reduce((t,r)=>(t[r]=!0,t),{}):{};let ME=/^[0-9]+$/,jE=(e,t)=>{let r=ME.test(e),n=ME.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1};var o4={compareIdentifiers:jE,rcompareIdentifiers:(e,t)=>jE(t,e)};let Fc=OE,{MAX_LENGTH:RE,MAX_SAFE_INTEGER:wc}=LE,{re:VE,t:qE}=L0.exports,c4=u4,{compareIdentifiers:gu}=o4;class pn{constructor(t,r){if(r=c4(r),t instanceof pn){if(t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError("Invalid Version: ".concat(t));if(t.length>RE)throw new TypeError("version is longer than ".concat(RE," characters"));Fc("SemVer",t,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let n=t.trim().match(r.loose?VE[qE.LOOSE]:VE[qE.FULL]);if(!n)throw new TypeError("Invalid Version: ".concat(t));if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>wc||this.major<0)throw new TypeError("Invalid major version");if(this.minor>wc||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>wc||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(a=>{if(/^[0-9]+$/.test(a)){let o=+a;if(o>=0&&o<wc)return o}return a}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(t){if(Fc("SemVer.compare",this.version,this.options,t),!(t instanceof pn)){if(typeof t=="string"&&t===this.version)return 0;t=new pn(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof pn||(t=new pn(t,this.options)),gu(this.major,t.major)||gu(this.minor,t.minor)||gu(this.patch,t.patch)}comparePre(t){if(t instanceof pn||(t=new pn(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{let n=this.prerelease[r],a=t.prerelease[r];if(Fc("prerelease compare",r,n,a),n===void 0&&a===void 0)return 0;if(a===void 0)return 1;if(n===void 0)return-1;if(n!==a)return gu(n,a)}while(++r)}compareBuild(t){t instanceof pn||(t=new pn(t,this.options));let r=0;do{let n=this.build[r],a=t.build[r];if(Fc("prerelease compare",r,n,a),n===void 0&&a===void 0)return 0;if(a===void 0)return 1;if(n===void 0)return-1;if(n!==a)return gu(n,a)}while(++r)}inc(t,r){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",r),this.inc("pre",r);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",r),this.inc("pre",r);break;case"major":this.minor===0&&this.patch===0&&this.prerelease.length!==0||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":this.patch===0&&this.prerelease.length!==0||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let n=this.prerelease.length;for(;--n>=0;)typeof this.prerelease[n]=="number"&&(this.prerelease[n]++,n=-2);n===-1&&this.prerelease.push(0)}r&&(this.prerelease[0]===r?isNaN(this.prerelease[1])&&(this.prerelease=[r,0]):this.prerelease=[r,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}let GE=pn;var M0=(e,t,r)=>new GE(e,r).compare(new GE(t,r));let l4=M0;var p4=(e,t,r)=>l4(e,t,r)<0;let f4=M0;var UE,WE,zE,$E,HE,JE,h4=(e,t,r)=>f4(e,t,r)>=0,j0={exports:{}};(function(e,t){function r(){for(var k=[],P=0;P<arguments.length;P++)k[P]=arguments[P]}function n(){return typeof WeakMap<"u"?new WeakMap:{add:r,delete:r,get:r,set:r,has:function(k){return!1}}}Object.defineProperty(t,"__esModule",{value:!0}),t.outdent=void 0;var a=Object.prototype.hasOwnProperty,o=function(k,P){return a.call(k,P)};function l(k,P){for(var _ in P)o(P,_)&&(k[_]=P[_]);return k}var p=/^[ \t]*(?:\r\n|\r|\n)/,d=/(?:\r\n|\r|\n)[ \t]*$/,m=/^(?:[\r\n]|$)/,y=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,D=/^[ \t]*[\r\n][ \t\r\n]*$/;function b(k,P,_){var M=0,U=k[0].match(y);U&&(M=U[1].length);var q=new RegExp("(\\r\\n|\\r|\\n).{0,"+M+"}","g");P&&(k=k.slice(1));var H=_.newline,Q=_.trimLeadingNewline,te=_.trimTrailingNewline,Ee=typeof H=="string",ne=k.length;return k.map(function(pe,Be){return pe=pe.replace(q,"$1"),Be===0&&Q&&(pe=pe.replace(p,"")),Be===ne-1&&te&&(pe=pe.replace(d,"")),Ee&&(pe=pe.replace(/\r\n|\n|\r/g,function(Se){return H})),pe})}function v(k,P){for(var _="",M=0,U=k.length;M<U;M++)_+=k[M],M<U-1&&(_+=P[M]);return _}function w(k){return o(k,"raw")&&o(k,"length")}var S=function k(P){var _=n(),M=n(),U=l(function q(H){for(var Q=[],te=1;te<arguments.length;te++)Q[te-1]=arguments[te];if(w(H)){var Ee=H,ne=(Q[0]===q||Q[0]===S)&&D.test(Ee[0])&&m.test(Ee[1]),pe=ne?M:_,Be=pe.get(Ee);if(Be||(Be=b(Ee,ne,P),pe.set(Ee,Be)),Q.length===0)return Be[0];var Se=v(Be,ne?Q.slice(1):Q);return Se}return k(l(l({},P),H||{}))},{string:function(q){return b([q],!1,P)[0]}});return U}({trimLeadingNewline:!0,trimTrailingNewline:!0});t.outdent=S,t.default=S;try{e.exports=S,Object.defineProperty(S,"__esModule",{value:!0}),S.default=S,S.outdent=S}catch{}})(j0,j0.exports);let{outdent:Js}=j0.exports,R0="Config",Bc="Editor",Tc="Other",Gn="Global",Wi="Special",d4={cursorOffset:{since:"1.4.0",category:Wi,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Js(UE||(UE=zs([`
Print (to stderr) where a cursor at the given position would move to after formatting.
This option cannot be used with --range-start and --range-end.
`]))),cliCategory:Bc},endOfLine:{since:"1.15.0",category:Gn,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:Js(WE||(WE=zs([`
Maintain existing
(mixed values within one file are normalised by looking at what's used after the first line)
`])))}]},filepath:{since:"1.4.0",category:Wi,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:Tc,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Wi,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:Tc},parser:{since:"0.0.10",category:Gn,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>typeof e=="string"||typeof e=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:Gn,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>typeof e=="string"||typeof e=="object",cliName:"plugin",cliCategory:R0},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:Gn,description:Js(zE||(zE=zs([`
Custom directory that contains prettier plugins in node_modules subdirectory.
Overrides default behavior when plugins are searched relatively to the location of Prettier.
Multiple values are accepted.
`]))),exception:e=>typeof e=="string"||typeof e=="object",cliName:"plugin-search-dir",cliCategory:R0},printWidth:{since:"0.0.0",category:Gn,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:Wi,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Js($E||($E=zs([`
Format code ending at a given character offset (exclusive).
The range will extend forwards to the end of the selected statement.
This option cannot be used with --cursor-offset.
`]))),cliCategory:Bc},rangeStart:{since:"1.4.0",category:Wi,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Js(HE||(HE=zs([`
Format code starting at a given character offset.
The range will extend backwards to the start of the first line containing the selected statement.
This option cannot be used with --cursor-offset.
`]))),cliCategory:Bc},requirePragma:{since:"1.7.0",category:Wi,type:"boolean",default:!1,description:Js(JE||(JE=zs([`
Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.
`]))),cliCategory:Tc},tabWidth:{type:"int",category:Gn,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:Gn,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:Gn,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},m4=["cliName","cliCategory","cliDescription"],V0={compare:M0,lt:p4,gte:h4},g4=(e,t)=>Object.entries(e).map(r=>{let[n,a]=r;return Object.assign({[t]:n},a)}),y4=u.version,D4=d4;function E4(e,t,r){let n=new Set(e.choices.map(a=>a.value));for(let a of t)if(a.parsers){for(let o of a.parsers)if(!n.has(o)){n.add(o);let l=r.find(d=>d.parsers&&d.parsers[o]),p=a.name;l&&l.name&&(p+=" (plugin: ".concat(l.name,")")),e.choices.push({value:o,description:p})}}}var q0={getSupportInfo:function(){let{plugins:e=[],showUnreleased:t=!1,showDeprecated:r=!1,showInternal:n=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=y4.split("-",1)[0],o=e.flatMap(y=>y.languages||[]).filter(p),l=g4(Object.assign({},...e.map(y=>{let{options:D}=y;return D}),D4),"name").filter(y=>p(y)&&d(y)).sort((y,D)=>y.name===D.name?0:y.name<D.name?-1:1).map(m).map(y=>{y=Object.assign({},y),Array.isArray(y.default)&&(y.default=y.default.length===1?y.default[0].value:y.default.filter(p).sort((b,v)=>V0.compare(v.since,b.since))[0].value),Array.isArray(y.choices)&&(y.choices=y.choices.filter(b=>p(b)&&d(b)),y.name==="parser"&&E4(y,o,e));let D=Object.fromEntries(e.filter(b=>b.defaultOptions&&b.defaultOptions[y.name]!==void 0).map(b=>[b.name,b.defaultOptions[y.name]]));return Object.assign(Object.assign({},y),{},{pluginDefaults:D})});return{languages:o,options:l};function p(y){return t||!("since"in y)||y.since&&V0.gte(a,y.since)}function d(y){return r||!("deprecated"in y)||y.deprecated&&V0.lt(a,y.deprecated)}function m(y){return n?y:P0(y,m4)}}};let b4=N0.exports,YE=e=>{if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")},C4=Mr,{getSupportInfo:A4}=q0,v4=/[^\x20-\x7F]/;function yu(e){return(t,r,n)=>{let a=n&&n.backwards;if(r===!1)return!1;let{length:o}=t,l=r;for(;l>=0&&l<o;){let p=t.charAt(l);if(e instanceof RegExp){if(!e.test(p))return l}else if(!e.includes(p))return l;a?l--:l++}return(l===-1||l===o)&&l}}let x4=yu(/\s/),zi=yu(" "),XE=yu(",; "),KE=yu(/[^\n\r]/);function G0(e,t){if(t===!1)return!1;if(e.charAt(t)==="/"&&e.charAt(t+1)==="*"){for(let r=t+2;r<e.length;++r)if(e.charAt(r)==="*"&&e.charAt(r+1)==="/")return r+2}return t}function U0(e,t){return t!==!1&&(e.charAt(t)==="/"&&e.charAt(t+1)==="/"?KE(e,t):t)}function Ys(e,t,r){let n=r&&r.backwards;if(t===!1)return!1;let a=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&a===`
`)return t-2;if(a===`
`||a==="\r"||a==="\u2028"||a==="\u2029")return t-1}else{if(a==="\r"&&e.charAt(t+1)===`
`)return t+2;if(a===`
`||a==="\r"||a==="\u2028"||a==="\u2029")return t+1}return t}function QE(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=zi(e,r.backwards?t-1:t,r),a=Ys(e,n,r);return n!==a}function ZE(e,t){let r=null,n=t;for(;n!==r;)r=n,n=XE(e,n),n=G0(e,n),n=zi(e,n);return n=U0(e,n),n=Ys(e,n),n!==!1&&QE(e,n)}function eb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=zi(e,n),n=G0(e,n),n=U0(e,n),n=Ys(e,n);return n}function tb(e,t,r){return eb(e,r(t))}function rb(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,n=0;for(let a=r;a<e.length;++a)e[a]===" "?n=n+t-n%t:n++;return n}function nb(e,t){let r={quote:'"',regex:/"/g,escaped:"&quot;"},n={quote:"'",regex:/'/g,escaped:"&apos;"},a=t==="'"?n:r,o=a===n?r:n,l=a;return(e.includes(a.quote)||e.includes(o.quote))&&(l=(e.match(a.regex)||[]).length>(e.match(o.regex)||[]).length?o:a),l}function ib(e,t,r){let n=t==='"'?"'":'"',a=e.replace(/\\(.)|(["'])/gs,(o,l,p)=>l===n?l:p===t?"\\"+p:p||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(l)?l:"\\"+l));return t+a+t}function W0(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(r){let n=r.type||r.kind||"(unknown type)",a=String(r.name||r.id&&(typeof r.id=="object"?r.id.name:r.id)||r.key&&(typeof r.key=="object"?r.key.name:r.key)||r.value&&(typeof r.value=="object"?"":String(r.value))||r.operator||"");return a.length>20&&(a=a.slice(0,19)+"\u2026"),n+(a?" "+a:"")}(e)}var ke={inferParserByLanguage:function(e,t){let{languages:r}=A4({plugins:t.plugins}),n=r.find(a=>{let{name:o}=a;return o.toLowerCase()===e})||r.find(a=>{let{aliases:o}=a;return Array.isArray(o)&&o.includes(e)})||r.find(a=>{let{extensions:o}=a;return Array.isArray(o)&&o.includes(".".concat(e))});return n&&n.parsers[0]},getStringWidth:function(e){return e?v4.test(e)?b4(e):e.length:0},getMaxContinuousCount:function(e,t){let r=e.match(new RegExp("(".concat(YE(t),")+"),"g"));return r===null?0:r.reduce((n,a)=>Math.max(n,a.length/t.length),0)},getMinNotPresentContinuousCount:function(e,t){let r=e.match(new RegExp("(".concat(YE(t),")+"),"g"));if(r===null)return 0;let n=new Map,a=0;for(let o of r){let l=o.length/t.length;n.set(l,!0),l>a&&(a=l)}for(let o=1;o<a;o++)if(!n.get(o))return o;return a+1},getPenultimate:e=>e[e.length-2],getLast:C4,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:eb,getNextNonSpaceNonCommentCharacterIndex:tb,getNextNonSpaceNonCommentCharacter:function(e,t,r){return e.charAt(tb(e,t,r))},skip:yu,skipWhitespace:x4,skipSpaces:zi,skipToLineEnd:XE,skipEverythingButNewLine:KE,skipInlineComment:G0,skipTrailingComment:U0,skipNewline:Ys,isNextLineEmptyAfterIndex:ZE,isNextLineEmpty:function(e,t,r){return ZE(e,r(t))},isPreviousLineEmpty:function(e,t,r){let n=r(t)-1;return n=zi(e,n,{backwards:!0}),n=Ys(e,n,{backwards:!0}),n=zi(e,n,{backwards:!0}),n!==Ys(e,n,{backwards:!0})},hasNewline:QE,hasNewlineInRange:function(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
`)return!0;return!1},hasSpaces:function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return zi(e,r.backwards?t-1:t,r)!==t},getAlignmentSize:rb,getIndentSize:function(e,t){let r=e.lastIndexOf(`
`);return r===-1?0:rb(e.slice(r+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:nb,printString:function(e,t){let r=e.slice(1,-1);return ib(r,t.parser==="json"||t.parser==="json5"&&t.quoteProps==="preserve"&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":nb(r,t.singleQuote?"'":'"').quote,!(t.parser==="css"||t.parser==="less"||t.parser==="scss"||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:ib,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,W0(e,t)},addDanglingComment:function(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),W0(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,W0(e,t)},isFrontMatterNode:function(e){return e&&e.type==="front-matter"},getShebang:function(e){if(!e.startsWith("#!"))return"";let t=e.indexOf(`
`);return t===-1?e:e.slice(0,t)},isNonEmptyArray:function(e){return Array.isArray(e)&&e.length>0},createGroupIdMapper:function(e){let t=new WeakMap;return function(r){return t.has(r)||t.set(r,Symbol(e)),t.get(r)}}},z0={guessEndOfLine:function(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
`?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}},countEndOfLineChars:function(e,t){let r;if(t===`
`)r=/\n/g;else if(t==="\r")r=/\r/g;else{if(t!==`\r
`)throw new Error('Unexpected "eol" '.concat(JSON.stringify(t),"."));r=/\r\n/g}let n=e.match(r);return n?n.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,`
`)}};let kc=Mr,{literalline:S4,join:F4}=_0,Xs=e=>Array.isArray(e)||e&&e.type==="concat",Ks=e=>{if(Array.isArray(e))return e;if(e.type!=="concat"&&e.type!=="fill")throw new Error("Expect doc type to be `concat` or `fill`.");return e.parts},sb={};function $0(e,t,r,n){let a=[e];for(;a.length>0;){let o=a.pop();if(o!==sb){if(r&&a.push(o,sb),!t||t(o)!==!1)if(Xs(o)||o.type==="fill"){let l=Ks(o);for(let p=l.length-1;p>=0;--p)a.push(l[p])}else if(o.type==="if-break")o.flatContents&&a.push(o.flatContents),o.breakContents&&a.push(o.breakContents);else if(o.type==="group"&&o.expandedStates)if(n)for(let l=o.expandedStates.length-1;l>=0;--l)a.push(o.expandedStates[l]);else a.push(o.contents);else o.contents&&a.push(o.contents)}else r(a.pop())}}function Du(e,t){let r=new Map;return n(e);function n(a){if(r.has(a))return r.get(a);let o=function(l){if(Array.isArray(l))return t(l.map(n));if(l.type==="concat"||l.type==="fill"){let p=l.parts.map(n);return t(Object.assign(Object.assign({},l),{},{parts:p}))}if(l.type==="if-break"){let p=l.breakContents&&n(l.breakContents),d=l.flatContents&&n(l.flatContents);return t(Object.assign(Object.assign({},l),{},{breakContents:p,flatContents:d}))}if(l.type==="group"&&l.expandedStates){let p=l.expandedStates.map(n),d=p[0];return t(Object.assign(Object.assign({},l),{},{contents:d,expandedStates:p}))}if(l.contents){let p=n(l.contents);return t(Object.assign(Object.assign({},l),{},{contents:p}))}return t(l)}(a);return r.set(a,o),o}}function H0(e,t,r){let n=r,a=!1;return $0(e,function(o){let l=t(o);if(l!==void 0&&(a=!0,n=l),a)return!1}),n}function w4(e){return!(e.type!=="group"||!e.break)||!(e.type!=="line"||!e.hard)||e.type==="break-parent"||void 0}function ab(e){if(e.length>0){let t=kc(e);t.expandedStates||t.break||(t.break="propagated")}return null}function B4(e){return e.type!=="line"||e.hard?e.type==="if-break"?e.flatContents||"":e:e.soft?"":" "}let T4=(e,t)=>e&&e.type==="line"&&e.hard&&t&&t.type==="break-parent";function Eu(e){if(!e)return e;if(Xs(e)||e.type==="fill"){let t=Ks(e);for(;t.length>1&&T4(...t.slice(-2));)t.length-=2;if(t.length>0){let r=Eu(kc(t));t[t.length-1]=r}return Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}switch(e.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{let t=Eu(e.contents);return Object.assign(Object.assign({},e),{},{contents:t})}case"if-break":{let t=Eu(e.breakContents),r=Eu(e.flatContents);return Object.assign(Object.assign({},e),{},{breakContents:t,flatContents:r})}}return e}function ub(e){return Du(e,t=>function(r){switch(r.type){case"fill":if(r.parts.every(a=>a===""))return"";break;case"group":if(!(r.contents||r.id||r.break||r.expandedStates))return"";if(r.contents.type==="group"&&r.contents.id===r.id&&r.contents.break===r.break&&r.contents.expandedStates===r.expandedStates)return r.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!r.contents)return"";break;case"if-break":if(!r.flatContents&&!r.breakContents)return""}if(!Xs(r))return r;let n=[];for(let a of Ks(r)){if(!a)continue;let[o,...l]=Xs(a)?Ks(a):[a];typeof o=="string"&&typeof kc(n)=="string"?n[n.length-1]+=o:n.push(o),n.push(...l)}return n.length===0?"":n.length===1?n[0]:Array.isArray(r)?n:Object.assign(Object.assign({},r),{},{parts:n})}(t))}function J0(e){let t=[],r=e.filter(Boolean);for(;r.length>0;){let n=r.shift();n&&(Xs(n)?r.unshift(...Ks(n)):t.length>0&&typeof kc(t)=="string"&&typeof n=="string"?t[t.length-1]+=n:t.push(n))}return t}function ob(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:S4;return F4(t,e.split(`
`)).parts}function k4(e){if(e.type==="line")return!0}var Y0={isConcat:Xs,getDocParts:Ks,willBreak:function(e){return H0(e,w4,!1)},traverseDoc:$0,findInDoc:H0,mapDoc:Du,propagateBreaks:function(e){let t=new Set,r=[];$0(e,function(n){if(n.type==="break-parent"&&ab(r),n.type==="group"){if(r.push(n),t.has(n))return!1;t.add(n)}},function(n){n.type==="group"&&r.pop().break&&ab(r)},!0)},removeLines:function(e){return Du(e,B4)},stripTrailingHardline:function(e){return Eu(ub(e))},normalizeParts:J0,normalizeDoc:function(e){return Du(e,t=>Array.isArray(t)?J0(t):t.parts?Object.assign(Object.assign({},t),{},{parts:J0(t.parts)}):t)},cleanDoc:ub,replaceTextEndOfLine:ob,replaceEndOfLine:function(e){return Du(e,t=>typeof t=="string"&&t.includes(`
`)?ob(t):t)},canBreak:function(e){return H0(e,k4,!1)}};let{getStringWidth:cb,getLast:fi}=ke,{convertEndOfLineToChars:_4}=z0,{fill:N4,cursor:X0,indent:_c}=_0,{isConcat:lb,getDocParts:pb}=Y0,bu;function fb(e,t){return K0(e,{type:"indent"},t)}function hb(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||{value:"",length:0,queue:[]}:t<0?K0(e,{type:"dedent"},r):t?t.type==="root"?Object.assign(Object.assign({},e),{},{root:e}):K0(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function K0(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],a="",o=0,l=0,p=0;for(let v of n)switch(v.type){case"indent":y(),r.useTabs?d(1):m(r.tabWidth);break;case"stringAlign":y(),a+=v.n,o+=v.n.length;break;case"numberAlign":l+=1,p+=v.n;break;default:throw new Error("Unexpected type '".concat(v.type,"'"))}return D(),Object.assign(Object.assign({},e),{},{value:a,length:o,queue:n});function d(v){a+=" ".repeat(v),o+=r.tabWidth*v}function m(v){a+=" ".repeat(v),o+=v}function y(){r.useTabs?function(){l>0&&d(l),b()}():D()}function D(){p>0&&m(p),b()}function b(){l=0,p=0}}function Q0(e){if(e.length===0)return 0;let t=0;for(;e.length>0&&typeof fi(e)=="string"&&/^[\t ]*$/.test(fi(e));)t+=e.pop().length;if(e.length>0&&typeof fi(e)=="string"){let r=fi(e).replace(/[\t ]*$/,"");t+=fi(e).length-r.length,e[e.length-1]=r}return t}function Nc(e,t,r,n,a,o){let l=t.length,p=[e],d=[];for(;r>=0;){if(p.length===0){if(l===0)return!0;p.push(t[l-1]),l--;continue}let[m,y,D]=p.pop();if(typeof D=="string")d.push(D),r-=cb(D);else if(lb(D)){let b=pb(D);for(let v=b.length-1;v>=0;v--)p.push([m,y,b[v]])}else switch(D.type){case"indent":p.push([fb(m,n),y,D.contents]);break;case"align":p.push([hb(m,D.n,n),y,D.contents]);break;case"trim":r+=Q0(d);break;case"group":{if(o&&D.break)return!1;let b=D.break?1:y;p.push([m,b,D.expandedStates&&b===1?fi(D.expandedStates):D.contents]),D.id&&(bu[D.id]=b);break}case"fill":for(let b=D.parts.length-1;b>=0;b--)p.push([m,y,D.parts[b]]);break;case"if-break":case"indent-if-break":{let b=D.groupId?bu[D.groupId]:y;if(b===1){let v=D.type==="if-break"?D.breakContents:D.negate?D.contents:_c(D.contents);v&&p.push([m,y,v])}if(b===2){let v=D.type==="if-break"?D.flatContents:D.negate?_c(D.contents):D.contents;v&&p.push([m,y,v])}break}case"line":switch(y){case 2:if(!D.hard){D.soft||(d.push(" "),r-=1);break}return!0;case 1:return!0}break;case"line-suffix":a=!0;break;case"line-suffix-boundary":if(a)return!1;break;case"label":p.push([m,y,D.contents])}}return!1}var I4={printDocToString:function(e,t){bu={};let r=t.printWidth,n=_4(t.endOfLine),a=0,o=[[{value:"",length:0,queue:[]},1,e]],l=[],p=!1,d=[];for(;o.length>0;){let[y,D,b]=o.pop();if(typeof b=="string"){let v=n!==`
`?b.replace(/\n/g,n):b;l.push(v),a+=cb(v)}else if(lb(b)){let v=pb(b);for(let w=v.length-1;w>=0;w--)o.push([y,D,v[w]])}else switch(b.type){case"cursor":l.push(X0.placeholder);break;case"indent":o.push([fb(y,t),D,b.contents]);break;case"align":o.push([hb(y,b.n,t),D,b.contents]);break;case"trim":a-=Q0(l);break;case"group":switch(D){case 2:if(!p){o.push([y,b.break?1:2,b.contents]);break}case 1:{p=!1;let v=[y,2,b.contents],w=r-a,S=d.length>0;if(!b.break&&Nc(v,o,w,t,S))o.push(v);else if(b.expandedStates){let k=fi(b.expandedStates);if(b.break){o.push([y,1,k]);break}for(let P=1;P<b.expandedStates.length+1;P++){if(P>=b.expandedStates.length){o.push([y,1,k]);break}{let _=[y,2,b.expandedStates[P]];if(Nc(_,o,w,t,S)){o.push(_);break}}}}else o.push([y,1,b.contents]);break}}b.id&&(bu[b.id]=fi(o)[1]);break;case"fill":{let v=r-a,{parts:w}=b;if(w.length===0)break;let[S,k]=w,P=[y,2,S],_=[y,1,S],M=Nc(P,[],v,t,d.length>0,!0);if(w.length===1){M?o.push(P):o.push(_);break}let U=[y,2,k],q=[y,1,k];if(w.length===2){M?o.push(U,P):o.push(q,_);break}w.splice(0,2);let H=[y,D,N4(w)];Nc([y,2,[S,k,w[0]]],[],v,t,d.length>0,!0)?o.push(H,U,P):M?o.push(H,q,P):o.push(H,q,_);break}case"if-break":case"indent-if-break":{let v=b.groupId?bu[b.groupId]:D;if(v===1){let w=b.type==="if-break"?b.breakContents:b.negate?b.contents:_c(b.contents);w&&o.push([y,D,w])}if(v===2){let w=b.type==="if-break"?b.flatContents:b.negate?_c(b.contents):b.contents;w&&o.push([y,D,w])}break}case"line-suffix":d.push([y,D,b.contents]);break;case"line-suffix-boundary":d.length>0&&o.push([y,D,{type:"line",hard:!0}]);break;case"line":switch(D){case 2:if(!b.hard){b.soft||(l.push(" "),a+=1);break}p=!0;case 1:if(d.length>0){o.push([y,D,b],...d.reverse()),d=[];break}b.literal?y.root?(l.push(n,y.root.value),a=y.root.length):(l.push(n),a=0):(a-=Q0(l),l.push(n+y.value),a=y.length)}break;case"label":o.push([y,D,b.contents])}o.length===0&&d.length>0&&(o.push(...d.reverse()),d=[])}let m=l.indexOf(X0.placeholder);if(m!==-1){let y=l.indexOf(X0.placeholder,m+1),D=l.slice(0,m).join(""),b=l.slice(m+1,y).join("");return{formatted:D+b+l.slice(y+1).join(""),cursorNodeStart:D.length,cursorNodeText:b}}return{formatted:l.join("")}}};let{isConcat:Z0,getDocParts:db}=Y0;function Un(e){if(!e)return"";if(Z0(e)){let t=[];for(let r of db(e))if(Z0(r))t.push(...Un(r).parts);else{let n=Un(r);n!==""&&t.push(n)}return{type:"concat",parts:t}}return e.type==="if-break"?Object.assign(Object.assign({},e),{},{breakContents:Un(e.breakContents),flatContents:Un(e.flatContents)}):e.type==="group"?Object.assign(Object.assign({},e),{},{contents:Un(e.contents),expandedStates:e.expandedStates&&e.expandedStates.map(Un)}):e.type==="fill"?{type:"fill",parts:e.parts.map(Un)}:e.contents?Object.assign(Object.assign({},e),{},{contents:Un(e.contents)}):e}var P4={printDocToDebug:function(e){let t=Object.create(null),r=new Set;return function a(o,l,p){if(typeof o=="string")return JSON.stringify(o);if(Z0(o)){let d=db(o).map(a).filter(Boolean);return d.length===1?d[0]:"[".concat(d.join(", "),"]")}if(o.type==="line"){let d=Array.isArray(p)&&p[l+1]&&p[l+1].type==="break-parent";return o.literal?d?"literalline":"literallineWithoutBreakParent":o.hard?d?"hardline":"hardlineWithoutBreakParent":o.soft?"softline":"line"}if(o.type==="break-parent")return Array.isArray(p)&&p[l-1]&&p[l-1].type==="line"&&p[l-1].hard?void 0:"breakParent";if(o.type==="trim")return"trim";if(o.type==="indent")return"indent("+a(o.contents)+")";if(o.type==="align")return o.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+a(o.contents)+")":o.n<0?"dedent("+a(o.contents)+")":o.n.type==="root"?"markAsRoot("+a(o.contents)+")":"align("+JSON.stringify(o.n)+", "+a(o.contents)+")";if(o.type==="if-break")return"ifBreak("+a(o.breakContents)+(o.flatContents?", "+a(o.flatContents):"")+(o.groupId?(o.flatContents?"":', ""')+", { groupId: ".concat(n(o.groupId)," }"):"")+")";if(o.type==="indent-if-break"){let d=[];o.negate&&d.push("negate: true"),o.groupId&&d.push("groupId: ".concat(n(o.groupId)));let m=d.length>0?", { ".concat(d.join(", ")," }"):"";return"indentIfBreak(".concat(a(o.contents)).concat(m,")")}if(o.type==="group"){let d=[];o.break&&o.break!=="propagated"&&d.push("shouldBreak: true"),o.id&&d.push("id: ".concat(n(o.id)));let m=d.length>0?", { ".concat(d.join(", ")," }"):"";return o.expandedStates?"conditionalGroup([".concat(o.expandedStates.map(y=>a(y)).join(","),"]").concat(m,")"):"group(".concat(a(o.contents)).concat(m,")")}if(o.type==="fill")return"fill([".concat(o.parts.map(d=>a(d)).join(", "),"])");if(o.type==="line-suffix")return"lineSuffix("+a(o.contents)+")";if(o.type==="line-suffix-boundary")return"lineSuffixBoundary";if(o.type==="label")return"label(".concat(JSON.stringify(o.label),", ").concat(a(o.contents),")");throw new Error("Unknown doc type "+o.type)}(Un(e));function n(a){if(typeof a!="symbol")return JSON.stringify(String(a));if(a in t)return t[a];let o=String(a).slice(7,-1)||"symbol";for(let l=0;;l++){let p=o+(l>0?" #".concat(l):"");if(!r.has(p))return r.add(p),t[a]="Symbol.for(".concat(JSON.stringify(p),")")}}}},ve={builders:_0,printer:I4,utils:Y0,debug:P4},mb=s(Object.freeze({__proto__:null,default:{}}));function gb(e,t){for(var r=0,n=e.length-1;n>=0;n--){var a=e[n];a==="."?e.splice(n,1):a===".."?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}var O4=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,eh=function(e){return O4.exec(e).slice(1)};function Ic(){for(var e="",t=!1,r=arguments.length-1;r>=-1&&!t;r--){var n=r>=0?arguments[r]:"/";if(typeof n!="string")throw new TypeError("Arguments to path.resolve must be strings");n&&(e=n+"/"+e,t=n.charAt(0)==="/")}return e=gb(nh(e.split("/"),function(a){return!!a}),!t).join("/"),(t?"/":"")+e||"."}function th(e){var t=rh(e),r=M4(e,-1)==="/";return e=gb(nh(e.split("/"),function(n){return!!n}),!t).join("/"),e||t||(e="."),e&&r&&(e+="/"),(t?"/":"")+e}function rh(e){return e.charAt(0)==="/"}function yb(){var e=Array.prototype.slice.call(arguments,0);return th(nh(e,function(t,r){if(typeof t!="string")throw new TypeError("Arguments to path.join must be strings");return t}).join("/"))}function Db(e,t){function r(m){for(var y=0;y<m.length&&m[y]==="";y++);for(var D=m.length-1;D>=0&&m[D]==="";D--);return y>D?[]:m.slice(y,D-y+1)}e=Ic(e).substr(1),t=Ic(t).substr(1);for(var n=r(e.split("/")),a=r(t.split("/")),o=Math.min(n.length,a.length),l=o,p=0;p<o;p++)if(n[p]!==a[p]){l=p;break}var d=[];for(p=l;p<n.length;p++)d.push("..");return(d=d.concat(a.slice(l))).join("/")}function Eb(e){var t=eh(e),r=t[0],n=t[1];return r||n?(n&&(n=n.substr(0,n.length-1)),r+n):"."}function bb(e,t){var r=eh(e)[2];return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r}function Cb(e){return eh(e)[3]}var L4={extname:Cb,basename:bb,dirname:Eb,sep:"/",delimiter:":",relative:Db,join:yb,isAbsolute:rh,normalize:th,resolve:Ic};function nh(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n<e.length;n++)t(e[n],n,e)&&r.push(e[n]);return r}var M4="ab".substr(-1)==="b"?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)},j4=s(Object.freeze({__proto__:null,resolve:Ic,normalize:th,isAbsolute:rh,join:yb,relative:Db,sep:"/",delimiter:":",dirname:Eb,basename:bb,extname:Cb,default:L4})),Tn=[],Rr=[],R4=typeof Uint8Array<"u"?Uint8Array:Array,ih=!1;function Ab(){ih=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,r=e.length;t<r;++t)Tn[t]=e[t],Rr[e.charCodeAt(t)]=t;Rr["-".charCodeAt(0)]=62,Rr["_".charCodeAt(0)]=63}function V4(e,t,r){for(var n,a,o=[],l=t;l<r;l+=3)n=(e[l]<<16)+(e[l+1]<<8)+e[l+2],o.push(Tn[(a=n)>>18&63]+Tn[a>>12&63]+Tn[a>>6&63]+Tn[63&a]);return o.join("")}function vb(e){var t;ih||Ab();for(var r=e.length,n=r%3,a="",o=[],l=16383,p=0,d=r-n;p<d;p+=l)o.push(V4(e,p,p+l>d?d:p+l));return n===1?(t=e[r-1],a+=Tn[t>>2],a+=Tn[t<<4&63],a+="=="):n===2&&(t=(e[r-2]<<8)+e[r-1],a+=Tn[t>>10],a+=Tn[t>>4&63],a+=Tn[t<<2&63],a+="="),o.push(a),o.join("")}function Pc(e,t,r,n,a){var o,l,p=8*a-n-1,d=(1<<p)-1,m=d>>1,y=-7,D=r?a-1:0,b=r?-1:1,v=e[t+D];for(D+=b,o=v&(1<<-y)-1,v>>=-y,y+=p;y>0;o=256*o+e[t+D],D+=b,y-=8);for(l=o&(1<<-y)-1,o>>=-y,y+=n;y>0;l=256*l+e[t+D],D+=b,y-=8);if(o===0)o=1-m;else{if(o===d)return l?NaN:1/0*(v?-1:1);l+=Math.pow(2,n),o-=m}return(v?-1:1)*l*Math.pow(2,o-n)}function xb(e,t,r,n,a,o){var l,p,d,m=8*o-a-1,y=(1<<m)-1,D=y>>1,b=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,w=n?1:-1,S=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(p=isNaN(t)?1:0,l=y):(l=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-l))<1&&(l--,d*=2),(t+=l+D>=1?b/d:b*Math.pow(2,1-D))*d>=2&&(l++,d/=2),l+D>=y?(p=0,l=y):l+D>=1?(p=(t*d-1)*Math.pow(2,a),l+=D):(p=t*Math.pow(2,D-1)*Math.pow(2,a),l=0));a>=8;e[r+v]=255&p,v+=w,p/=256,a-=8);for(l=l<<a|p,m+=a;m>0;e[r+v]=255&l,v+=w,l/=256,m-=8);e[r+v-w]|=128*S}var q4={}.toString,Sb=Array.isArray||function(e){return q4.call(e)=="[object Array]"};function sh(){return ee.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function Wn(e,t){if(sh()<t)throw new RangeError("Invalid typed array length");return ee.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=ee.prototype:(e===null&&(e=new ee(t)),e.length=t),e}function ee(e,t,r){if(!(ee.TYPED_ARRAY_SUPPORT||this instanceof ee))return new ee(e,t,r);if(typeof e=="number"){if(typeof t=="string")throw new Error("If encoding is specified then the first argument must be a string");return ah(this,e)}return Fb(this,e,t,r)}function Fb(e,t,r,n){if(typeof t=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer?function(a,o,l,p){if(o.byteLength,l<0||o.byteLength<l)throw new RangeError("'offset' is out of bounds");if(o.byteLength<l+(p||0))throw new RangeError("'length' is out of bounds");return o=l===void 0&&p===void 0?new Uint8Array(o):p===void 0?new Uint8Array(o,l):new Uint8Array(o,l,p),ee.TYPED_ARRAY_SUPPORT?(a=o).__proto__=ee.prototype:a=uh(a,o),a}(e,t,r,n):typeof t=="string"?function(a,o,l){if(typeof l=="string"&&l!==""||(l="utf8"),!ee.isEncoding(l))throw new TypeError('"encoding" must be a valid string encoding');var p=0|Bb(o,l),d=(a=Wn(a,p)).write(o,l);return d!==p&&(a=a.slice(0,d)),a}(e,t,r):function(a,o){if(kn(o)){var l=0|oh(o.length);return(a=Wn(a,l)).length===0||o.copy(a,0,0,l),a}if(o){if(typeof ArrayBuffer<"u"&&o.buffer instanceof ArrayBuffer||"length"in o)return typeof o.length!="number"||(p=o.length)!=p?Wn(a,0):uh(a,o);if(o.type==="Buffer"&&Sb(o.data))return uh(a,o.data)}var p;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function wb(e){if(typeof e!="number")throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function ah(e,t){if(wb(t),e=Wn(e,t<0?0:0|oh(t)),!ee.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function uh(e,t){var r=t.length<0?0:0|oh(t.length);e=Wn(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function oh(e){if(e>=sh())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+sh().toString(16)+" bytes");return 0|e}function kn(e){return!(e==null||!e._isBuffer)}function Bb(e,t){if(kn(e))return e.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;typeof e!="string"&&(e=""+e);var r=e.length;if(r===0)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Mc(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return Mb(e).length;default:if(n)return Mc(e).length;t=(""+t).toLowerCase(),n=!0}}function G4(e,t,r){var n=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return K4(this,t,r);case"utf8":case"utf-8":return Nb(this,t,r);case"ascii":return Y4(this,t,r);case"latin1":case"binary":return X4(this,t,r);case"base64":return J4(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Q4(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function $i(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function Tb(e,t,r,n,a){if(e.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=a?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(a)return-1;r=e.length-1}else if(r<0){if(!a)return-1;r=0}if(typeof t=="string"&&(t=ee.from(t,n)),kn(t))return t.length===0?-1:kb(e,t,r,n,a);if(typeof t=="number")return t&=255,ee.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):kb(e,[t],r,n,a);throw new TypeError("val must be string, number or Buffer")}function kb(e,t,r,n,a){var o,l=1,p=e.length,d=t.length;if(n!==void 0&&((n=String(n).toLowerCase())==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,d/=2,r/=2}function m(v,w){return l===1?v[w]:v.readUInt16BE(w*l)}if(a){var y=-1;for(o=r;o<p;o++)if(m(e,o)===m(t,y===-1?0:o-y)){if(y===-1&&(y=o),o-y+1===d)return y*l}else y!==-1&&(o-=o-y),y=-1}else for(r+d>p&&(r=p-d),o=r;o>=0;o--){for(var D=!0,b=0;b<d;b++)if(m(e,o+b)!==m(t,b)){D=!1;break}if(D)return o}return-1}function U4(e,t,r,n){r=Number(r)||0;var a=e.length-r;n?(n=Number(n))>a&&(n=a):n=a;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var l=0;l<n;++l){var p=parseInt(t.substr(2*l,2),16);if(isNaN(p))return l;e[r+l]=p}return l}function W4(e,t,r,n){return jc(Mc(t,e.length-r),e,r,n)}function _b(e,t,r,n){return jc(function(a){for(var o=[],l=0;l<a.length;++l)o.push(255&a.charCodeAt(l));return o}(t),e,r,n)}function z4(e,t,r,n){return _b(e,t,r,n)}function $4(e,t,r,n){return jc(Mb(t),e,r,n)}function H4(e,t,r,n){return jc(function(a,o){for(var l,p,d,m=[],y=0;y<a.length&&!((o-=2)<0);++y)p=(l=a.charCodeAt(y))>>8,d=l%256,m.push(d),m.push(p);return m}(t,e.length-r),e,r,n)}function J4(e,t,r){return t===0&&r===e.length?vb(e):vb(e.slice(t,r))}function Nb(e,t,r){r=Math.min(e.length,r);for(var n=[],a=t;a<r;){var o,l,p,d,m=e[a],y=null,D=m>239?4:m>223?3:m>191?2:1;if(a+D<=r)switch(D){case 1:m<128&&(y=m);break;case 2:(192&(o=e[a+1]))==128&&(d=(31&m)<<6|63&o)>127&&(y=d);break;case 3:o=e[a+1],l=e[a+2],(192&o)==128&&(192&l)==128&&(d=(15&m)<<12|(63&o)<<6|63&l)>2047&&(d<55296||d>57343)&&(y=d);break;case 4:o=e[a+1],l=e[a+2],p=e[a+3],(192&o)==128&&(192&l)==128&&(192&p)==128&&(d=(15&m)<<18|(63&o)<<12|(63&l)<<6|63&p)>65535&&d<1114112&&(y=d)}y===null?(y=65533,D=1):y>65535&&(y-=65536,n.push(y>>>10&1023|55296),y=56320|1023&y),n.push(y),a+=D}return function(b){var v=b.length;if(v<=Ib)return String.fromCharCode.apply(String,b);for(var w="",S=0;S<v;)w+=String.fromCharCode.apply(String,b.slice(S,S+=Ib));return w}(n)}ee.TYPED_ARRAY_SUPPORT=jr.TYPED_ARRAY_SUPPORT===void 0||jr.TYPED_ARRAY_SUPPORT,ee.poolSize=8192,ee._augment=function(e){return e.__proto__=ee.prototype,e},ee.from=function(e,t,r){return Fb(null,e,t,r)},ee.TYPED_ARRAY_SUPPORT&&(ee.prototype.__proto__=Uint8Array.prototype,ee.__proto__=Uint8Array),ee.alloc=function(e,t,r){return function(n,a,o,l){return wb(a),a<=0?Wn(n,a):o!==void 0?typeof l=="string"?Wn(n,a).fill(o,l):Wn(n,a).fill(o):Wn(n,a)}(null,e,t,r)},ee.allocUnsafe=function(e){return ah(null,e)},ee.allocUnsafeSlow=function(e){return ah(null,e)},ee.isBuffer=Qs,ee.compare=function(e,t){if(!kn(e)||!kn(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,a=0,o=Math.min(r,n);a<o;++a)if(e[a]!==t[a]){r=e[a],n=t[a];break}return r<n?-1:n<r?1:0},ee.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},ee.concat=function(e,t){if(!Sb(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return ee.alloc(0);var r;if(t===void 0)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=ee.allocUnsafe(t),a=0;for(r=0;r<e.length;++r){var o=e[r];if(!kn(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(n,a),a+=o.length}return n},ee.byteLength=Bb,ee.prototype._isBuffer=!0,ee.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)$i(this,t,t+1);return this},ee.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)$i(this,t,t+3),$i(this,t+1,t+2);return this},ee.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)$i(this,t,t+7),$i(this,t+1,t+6),$i(this,t+2,t+5),$i(this,t+3,t+4);return this},ee.prototype.toString=function(){var e=0|this.length;return e===0?"":arguments.length===0?Nb(this,0,e):G4.apply(this,arguments)},ee.prototype.equals=function(e){if(!kn(e))throw new TypeError("Argument must be a Buffer");return this===e||ee.compare(this,e)===0},ee.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},ee.prototype.compare=function(e,t,r,n,a){if(!kn(e))throw new TypeError("Argument must be a Buffer");if(t===void 0&&(t=0),r===void 0&&(r=e?e.length:0),n===void 0&&(n=0),a===void 0&&(a=this.length),t<0||r>e.length||n<0||a>this.length)throw new RangeError("out of range index");if(n>=a&&t>=r)return 0;if(n>=a)return-1;if(t>=r)return 1;if(this===e)return 0;for(var o=(a>>>=0)-(n>>>=0),l=(r>>>=0)-(t>>>=0),p=Math.min(o,l),d=this.slice(n,a),m=e.slice(t,r),y=0;y<p;++y)if(d[y]!==m[y]){o=d[y],l=m[y];break}return o<l?-1:l<o?1:0},ee.prototype.includes=function(e,t,r){return this.indexOf(e,t,r)!==-1},ee.prototype.indexOf=function(e,t,r){return Tb(this,e,t,r,!0)},ee.prototype.lastIndexOf=function(e,t,r){return Tb(this,e,t,r,!1)},ee.prototype.write=function(e,t,r,n){if(t===void 0)n="utf8",r=this.length,t=0;else if(r===void 0&&typeof t=="string")n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,n===void 0&&(n="utf8")):(n=r,r=void 0)}var a=this.length-t;if((r===void 0||r>a)&&(r=a),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return U4(this,e,t,r);case"utf8":case"utf-8":return W4(this,e,t,r);case"ascii":return _b(this,e,t,r);case"latin1":case"binary":return z4(this,e,t,r);case"base64":return $4(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return H4(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},ee.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var Ib=4096;function Y4(e,t,r){var n="";r=Math.min(e.length,r);for(var a=t;a<r;++a)n+=String.fromCharCode(127&e[a]);return n}function X4(e,t,r){var n="";r=Math.min(e.length,r);for(var a=t;a<r;++a)n+=String.fromCharCode(e[a]);return n}function K4(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var a="",o=t;o<r;++o)a+=eI(e[o]);return a}function Q4(e,t,r){for(var n=e.slice(t,r),a="",o=0;o<n.length;o+=2)a+=String.fromCharCode(n[o]+256*n[o+1]);return a}function Ft(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function gr(e,t,r,n,a,o){if(!kn(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<o)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function Oc(e,t,r,n){t<0&&(t=65535+t+1);for(var a=0,o=Math.min(e.length-r,2);a<o;++a)e[r+a]=(t&255<<8*(n?a:1-a))>>>8*(n?a:1-a)}function Lc(e,t,r,n){t<0&&(t=4294967295+t+1);for(var a=0,o=Math.min(e.length-r,4);a<o;++a)e[r+a]=t>>>8*(n?a:3-a)&255}function Pb(e,t,r,n,a,o){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Ob(e,t,r,n,a){return a||Pb(e,0,r,4),xb(e,t,r,n,23,4),r+4}function Lb(e,t,r,n,a){return a||Pb(e,0,r,8),xb(e,t,r,n,52,8),r+8}ee.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=t===void 0?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),ee.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=ee.prototype;else{var a=t-e;r=new ee(a,void 0);for(var o=0;o<a;++o)r[o]=this[o+e]}return r},ee.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||Ft(e,t,this.length);for(var n=this[e],a=1,o=0;++o<t&&(a*=256);)n+=this[e+o]*a;return n},ee.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||Ft(e,t,this.length);for(var n=this[e+--t],a=1;t>0&&(a*=256);)n+=this[e+--t]*a;return n},ee.prototype.readUInt8=function(e,t){return t||Ft(e,1,this.length),this[e]},ee.prototype.readUInt16LE=function(e,t){return t||Ft(e,2,this.length),this[e]|this[e+1]<<8},ee.prototype.readUInt16BE=function(e,t){return t||Ft(e,2,this.length),this[e]<<8|this[e+1]},ee.prototype.readUInt32LE=function(e,t){return t||Ft(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},ee.prototype.readUInt32BE=function(e,t){return t||Ft(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},ee.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||Ft(e,t,this.length);for(var n=this[e],a=1,o=0;++o<t&&(a*=256);)n+=this[e+o]*a;return n>=(a*=128)&&(n-=Math.pow(2,8*t)),n},ee.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||Ft(e,t,this.length);for(var n=t,a=1,o=this[e+--n];n>0&&(a*=256);)o+=this[e+--n]*a;return o>=(a*=128)&&(o-=Math.pow(2,8*t)),o},ee.prototype.readInt8=function(e,t){return t||Ft(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},ee.prototype.readInt16LE=function(e,t){t||Ft(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},ee.prototype.readInt16BE=function(e,t){t||Ft(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},ee.prototype.readInt32LE=function(e,t){return t||Ft(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},ee.prototype.readInt32BE=function(e,t){return t||Ft(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},ee.prototype.readFloatLE=function(e,t){return t||Ft(e,4,this.length),Pc(this,e,!0,23,4)},ee.prototype.readFloatBE=function(e,t){return t||Ft(e,4,this.length),Pc(this,e,!1,23,4)},ee.prototype.readDoubleLE=function(e,t){return t||Ft(e,8,this.length),Pc(this,e,!0,52,8)},ee.prototype.readDoubleBE=function(e,t){return t||Ft(e,8,this.length),Pc(this,e,!1,52,8)},ee.prototype.writeUIntLE=function(e,t,r,n){e=+e,t|=0,r|=0,n||gr(this,e,t,r,Math.pow(2,8*r)-1,0);var a=1,o=0;for(this[t]=255&e;++o<r&&(a*=256);)this[t+o]=e/a&255;return t+r},ee.prototype.writeUIntBE=function(e,t,r,n){e=+e,t|=0,r|=0,n||gr(this,e,t,r,Math.pow(2,8*r)-1,0);var a=r-1,o=1;for(this[t+a]=255&e;--a>=0&&(o*=256);)this[t+a]=e/o&255;return t+r},ee.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,1,255,0),ee.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},ee.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,2,65535,0),ee.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Oc(this,e,t,!0),t+2},ee.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,2,65535,0),ee.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Oc(this,e,t,!1),t+2},ee.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,4,4294967295,0),ee.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Lc(this,e,t,!0),t+4},ee.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,4,4294967295,0),ee.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Lc(this,e,t,!1),t+4},ee.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var a=Math.pow(2,8*r-1);gr(this,e,t,r,a-1,-a)}var o=0,l=1,p=0;for(this[t]=255&e;++o<r&&(l*=256);)e<0&&p===0&&this[t+o-1]!==0&&(p=1),this[t+o]=(e/l>>0)-p&255;return t+r},ee.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var a=Math.pow(2,8*r-1);gr(this,e,t,r,a-1,-a)}var o=r-1,l=1,p=0;for(this[t+o]=255&e;--o>=0&&(l*=256);)e<0&&p===0&&this[t+o+1]!==0&&(p=1),this[t+o]=(e/l>>0)-p&255;return t+r},ee.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,1,127,-128),ee.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},ee.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,2,32767,-32768),ee.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Oc(this,e,t,!0),t+2},ee.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,2,32767,-32768),ee.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Oc(this,e,t,!1),t+2},ee.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,4,2147483647,-2147483648),ee.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Lc(this,e,t,!0),t+4},ee.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||gr(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),ee.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Lc(this,e,t,!1),t+4},ee.prototype.writeFloatLE=function(e,t,r){return Ob(this,e,t,!0,r)},ee.prototype.writeFloatBE=function(e,t,r){return Ob(this,e,t,!1,r)},ee.prototype.writeDoubleLE=function(e,t,r){return Lb(this,e,t,!0,r)},ee.prototype.writeDoubleBE=function(e,t,r){return Lb(this,e,t,!1,r)},ee.prototype.copy=function(e,t,r,n){if(r||(r=0),n||n===0||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var a,o=n-r;if(this===e&&r<t&&t<n)for(a=o-1;a>=0;--a)e[a+t]=this[a+r];else if(o<1e3||!ee.TYPED_ARRAY_SUPPORT)for(a=0;a<o;++a)e[a+t]=this[a+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+o),t);return o},ee.prototype.fill=function(e,t,r,n){if(typeof e=="string"){if(typeof t=="string"?(n=t,t=0,r=this.length):typeof r=="string"&&(n=r,r=this.length),e.length===1){var a=e.charCodeAt(0);a<256&&(e=a)}if(n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!ee.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else typeof e=="number"&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var o;if(t>>>=0,r=r===void 0?this.length:r>>>0,e||(e=0),typeof e=="number")for(o=t;o<r;++o)this[o]=e;else{var l=kn(e)?e:Mc(new ee(e,n).toString()),p=l.length;for(o=0;o<r-t;++o)this[o+t]=l[o%p]}return this};var Z4=/[^+\/0-9A-Za-z-_]/g;function eI(e){return e<16?"0"+e.toString(16):e.toString(16)}function Mc(e,t){var r;t=t||1/0;for(var n=e.length,a=null,o=[],l=0;l<n;++l){if((r=e.charCodeAt(l))>55295&&r<57344){if(!a){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(l+1===n){(t-=3)>-1&&o.push(239,191,189);continue}a=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),a=r;continue}r=65536+(a-55296<<10|r-56320)}else a&&(t-=3)>-1&&o.push(239,191,189);if(a=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function Mb(e){return function(t){var r,n,a,o,l,p;ih||Ab();var d=t.length;if(d%4>0)throw new Error("Invalid string. Length must be a multiple of 4");l=t[d-2]==="="?2:t[d-1]==="="?1:0,p=new R4(3*d/4-l),a=l>0?d-4:d;var m=0;for(r=0,n=0;r<a;r+=4,n+=3)o=Rr[t.charCodeAt(r)]<<18|Rr[t.charCodeAt(r+1)]<<12|Rr[t.charCodeAt(r+2)]<<6|Rr[t.charCodeAt(r+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=255&o;return l===2?(o=Rr[t.charCodeAt(r)]<<2|Rr[t.charCodeAt(r+1)]>>4,p[m++]=255&o):l===1&&(o=Rr[t.charCodeAt(r)]<<10|Rr[t.charCodeAt(r+1)]<<4|Rr[t.charCodeAt(r+2)]>>2,p[m++]=o>>8&255,p[m++]=255&o),p}(function(t){if((t=function(r){return r.trim?r.trim():r.replace(/^\s+|\s+$/g,"")}(t).replace(Z4,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(e))}function jc(e,t,r,n){for(var a=0;a<n&&!(a+r>=t.length||a>=e.length);++a)t[a+r]=e[a];return a}function Qs(e){return e!=null&&(!!e._isBuffer||jb(e)||function(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&jb(t.slice(0,0))}(e))}function jb(e){return!!e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}let ch=mb;var tI=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd=typeof e=="number"?e:ch.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let r=-1;for(let n=0;n<=e.length;n++)if(e[n]===t){r=n;break}return r}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){ch.closeSync(this.fd),this.fd=null}_extractLines(e){let t,r=[],n=0,a=0;for(;;){let l=e[n++];if(l===this.newLineCharacter)t=e.slice(a,n),r.push(t),a=n;else if(l===void 0)break}let o=e.slice(a,n);return o.length&&r.push(o),r}_readChunk(e){let t,r=0,n=[];do{let o=new ee(this.options.readChunk);t=ch.readSync(this.fd,o,0,this.options.readChunk,this.fdPosition),r+=t,this.fdPosition=this.fdPosition+t,n.push(o)}while(t&&this._searchInBuffer(n[n.length-1],this.options.newLineCharacter)===-1);let a=ee.concat(n);return t<this.options.readChunk&&(this.eofReached=!0,a=a.slice(0,r)),r&&(this.linesCache=this._extractLines(a),e&&(this.linesCache[0]=ee.concat([e,this.linesCache[0]]))),r}next(){if(!this.fd)return!1;let e,t=!1;return this.eofReached&&this.linesCache.length===0?t:(this.linesCache.length||(e=this._readChunk()),this.linesCache.length&&(t=this.linesCache.shift(),t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))),this.eofReached&&this.linesCache.length===0&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1)),t)}};class rI extends Error{}class nI extends Error{}class iI extends Error{}class sI extends Error{}var Cu={ConfigError:rI,DebugError:nI,UndefinedParserError:iI,ArgExpansionBailout:sI},Rb={},lh=function(e,t){return lh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var a in n)n.hasOwnProperty(a)&&(r[a]=n[a])},lh(e,t)},ph=function(){return ph=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},ph.apply(this,arguments)};function Vb(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function qb(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n,a,o=r.call(e),l=[];try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)l.push(n.value)}catch(p){a={error:p}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(a)throw a.error}}return l}function Au(e){return this instanceof Au?(this.v=e,this):new Au(e)}var hi=Object.freeze({__proto__:null,__extends:function(e,t){function r(){this.constructor=e}lh(e,t),e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)},get __assign(){return ph},__rest:function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]])}return r},__decorate:function(e,t,r,n){var a,o=arguments.length,l=o<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,r,n);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(l=(o<3?a(l):o>3?a(t,r,l):a(t,r))||l);return o>3&&l&&Object.defineProperty(t,r,l),l},__param:function(e,t){return function(r,n){t(r,n,e)}},__metadata:function(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)},__awaiter:function(e,t,r,n){return new(r||(r=Promise))(function(a,o){function l(m){try{d(n.next(m))}catch(y){o(y)}}function p(m){try{d(n.throw(m))}catch(y){o(y)}}function d(m){var y;m.done?a(m.value):(y=m.value,y instanceof r?y:new r(function(D){D(y)})).then(l,p)}d((n=n.apply(e,t||[])).next())})},__generator:function(e,t){var r,n,a,o,l={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:p(0),throw:p(1),return:p(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function p(d){return function(m){return function(y){if(r)throw new TypeError("Generator is already executing.");for(;l;)try{if(r=1,n&&(a=2&y[0]?n.return:y[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,y[1])).done)return a;switch(n=0,a&&(y=[2&y[0],a.value]),y[0]){case 0:case 1:a=y;break;case 4:return l.label++,{value:y[1],done:!1};case 5:l.label++,n=y[1],y=[0];continue;case 7:y=l.ops.pop(),l.trys.pop();continue;default:if(a=l.trys,!((a=a.length>0&&a[a.length-1])||y[0]!==6&&y[0]!==2)){l=0;continue}if(y[0]===3&&(!a||y[1]>a[0]&&y[1]<a[3])){l.label=y[1];break}if(y[0]===6&&l.label<a[1]){l.label=a[1],a=y;break}if(a&&l.label<a[2]){l.label=a[2],l.ops.push(y);break}a[2]&&l.ops.pop(),l.trys.pop();continue}y=t.call(e,l)}catch(D){y=[6,D],n=0}finally{r=a=0}if(5&y[0])throw y[1];return{value:y[0]?y[1]:void 0,done:!0}}([d,m])}}},__createBinding:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]},__exportStar:function(e,t){for(var r in e)r==="default"||t.hasOwnProperty(r)||(t[r]=e[r])},__values:Vb,__read:qb,__spread:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(qb(arguments[t]));return e},__spreadArrays:function(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),a=0;for(t=0;t<r;t++)for(var o=arguments[t],l=0,p=o.length;l<p;l++,a++)n[a]=o[l];return n},__await:Au,__asyncGenerator:function(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,a=r.apply(e,t||[]),o=[];return n={},l("next"),l("throw"),l("return"),n[Symbol.asyncIterator]=function(){return this},n;function l(D){a[D]&&(n[D]=function(b){return new Promise(function(v,w){o.push([D,b,v,w])>1||p(D,b)})})}function p(D,b){try{(v=a[D](b)).value instanceof Au?Promise.resolve(v.value.v).then(d,m):y(o[0][2],v)}catch(w){y(o[0][3],w)}var v}function d(D){p("next",D)}function m(D){p("throw",D)}function y(D,b){D(b),o.shift(),o.length&&p(o[0][0],o[0][1])}},__asyncDelegator:function(e){var t,r;return t={},n("next"),n("throw",function(a){throw a}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(a,o){t[a]=e[a]?function(l){return(r=!r)?{value:Au(e[a](l)),done:a==="return"}:o?o(l):l}:o}},__asyncValues:function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=Vb(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(a){t[a]=e[a]&&function(o){return new Promise(function(l,p){(function(d,m,y,D){Promise.resolve(D).then(function(b){d({value:b,done:y})},m)})(l,p,(o=e[a](o)).done,o.value)})}}},__makeTemplateObject:function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},__importStar:function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t},__importDefault:function(e){return e&&e.__esModule?e:{default:e}},__classPrivateFieldGet:function(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)},__classPrivateFieldSet:function(e,t,r){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,r),r}}),Gb={},fh={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.apiDescriptor={key:t=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(t)?t:JSON.stringify(t),value(t){if(t===null||typeof t!="object")return JSON.stringify(t);if(Array.isArray(t))return"[".concat(t.map(n=>e.apiDescriptor.value(n)).join(", "),"]");let r=Object.keys(t);return r.length===0?"{}":"{ ".concat(r.map(n=>"".concat(e.apiDescriptor.key(n),": ").concat(e.apiDescriptor.value(t[n]))).join(", ")," }")},pair:t=>{let{key:r,value:n}=t;return e.apiDescriptor.value({[r]:n})}}})(fh),function(e){Object.defineProperty(e,"__esModule",{value:!0}),hi.__exportStar(fh,e)}(Gb);var Ub={},Wb={},Rc={},Vc={exports:{}},aI=/[|\\{}()[\]^$+*?.]/g,uI=function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(aI,"\\$&")},hh={exports:{}},dh={exports:{}},Hi={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},zb={};for(var mh in Hi)Hi.hasOwnProperty(mh)&&(zb[Hi[mh]]=mh);var Ce=dh.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var yr in Ce)if(Ce.hasOwnProperty(yr)){if(!("channels"in Ce[yr]))throw new Error("missing channels property: "+yr);if(!("labels"in Ce[yr]))throw new Error("missing channel labels property: "+yr);if(Ce[yr].labels.length!==Ce[yr].channels)throw new Error("channel and label counts mismatch: "+yr);var oI=Ce[yr].channels,cI=Ce[yr].labels;delete Ce[yr].channels,delete Ce[yr].labels,Object.defineProperty(Ce[yr],"channels",{value:oI}),Object.defineProperty(Ce[yr],"labels",{value:cI})}Ce.rgb.hsl=function(e){var t,r,n=e[0]/255,a=e[1]/255,o=e[2]/255,l=Math.min(n,a,o),p=Math.max(n,a,o),d=p-l;return p===l?t=0:n===p?t=(a-o)/d:a===p?t=2+(o-n)/d:o===p&&(t=4+(n-a)/d),(t=Math.min(60*t,360))<0&&(t+=360),r=(l+p)/2,[t,100*(p===l?0:r<=.5?d/(p+l):d/(2-p-l)),100*r]},Ce.rgb.hsv=function(e){var t,r,n,a,o,l=e[0]/255,p=e[1]/255,d=e[2]/255,m=Math.max(l,p,d),y=m-Math.min(l,p,d),D=function(b){return(m-b)/6/y+.5};return y===0?a=o=0:(o=y/m,t=D(l),r=D(p),n=D(d),l===m?a=n-r:p===m?a=1/3+t-n:d===m&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*o,100*m]},Ce.rgb.hwb=function(e){var t=e[0],r=e[1],n=e[2];return[Ce.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(r,n))),100*(n=1-1/255*Math.max(t,Math.max(r,n)))]},Ce.rgb.cmyk=function(e){var t,r=e[0]/255,n=e[1]/255,a=e[2]/255;return[100*((1-r-(t=Math.min(1-r,1-n,1-a)))/(1-t)||0),100*((1-n-t)/(1-t)||0),100*((1-a-t)/(1-t)||0),100*t]},Ce.rgb.keyword=function(e){var t=zb[e];if(t)return t;var r,n,a,o=1/0;for(var l in Hi)if(Hi.hasOwnProperty(l)){var p=Hi[l],d=(n=e,a=p,Math.pow(n[0]-a[0],2)+Math.pow(n[1]-a[1],2)+Math.pow(n[2]-a[2],2));d<o&&(o=d,r=l)}return r},Ce.keyword.rgb=function(e){return Hi[e]},Ce.rgb.xyz=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.1805*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)),100*(.2126*t+.7152*r+.0722*n),100*(.0193*t+.1192*r+.9505*n)]},Ce.rgb.lab=function(e){var t=Ce.rgb.xyz(e),r=t[0],n=t[1],a=t[2];return n/=100,a/=108.883,r=(r/=95.047)>.008856?Math.pow(r,1/3):7.787*r+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(r-n),200*(n-(a=a>.008856?Math.pow(a,1/3):7.787*a+16/116))]},Ce.hsl.rgb=function(e){var t,r,n,a,o,l=e[0]/360,p=e[1]/100,d=e[2]/100;if(p===0)return[o=255*d,o,o];t=2*d-(r=d<.5?d*(1+p):d+p-d*p),a=[0,0,0];for(var m=0;m<3;m++)(n=l+1/3*-(m-1))<0&&n++,n>1&&n--,o=6*n<1?t+6*(r-t)*n:2*n<1?r:3*n<2?t+(r-t)*(2/3-n)*6:t,a[m]=255*o;return a},Ce.hsl.hsv=function(e){var t=e[0],r=e[1]/100,n=e[2]/100,a=r,o=Math.max(n,.01);return r*=(n*=2)<=1?n:2-n,a*=o<=1?o:2-o,[t,100*(n===0?2*a/(o+a):2*r/(n+r)),100*((n+r)/2)]},Ce.hsv.rgb=function(e){var t=e[0]/60,r=e[1]/100,n=e[2]/100,a=Math.floor(t)%6,o=t-Math.floor(t),l=255*n*(1-r),p=255*n*(1-r*o),d=255*n*(1-r*(1-o));switch(n*=255,a){case 0:return[n,d,l];case 1:return[p,n,l];case 2:return[l,n,d];case 3:return[l,p,n];case 4:return[d,l,n];case 5:return[n,l,p]}},Ce.hsv.hsl=function(e){var t,r,n,a=e[0],o=e[1]/100,l=e[2]/100,p=Math.max(l,.01);return n=(2-o)*l,r=o*p,[a,100*(r=(r/=(t=(2-o)*p)<=1?t:2-t)||0),100*(n/=2)]},Ce.hwb.rgb=function(e){var t,r,n,a,o,l,p,d=e[0]/360,m=e[1]/100,y=e[2]/100,D=m+y;switch(D>1&&(m/=D,y/=D),n=6*d-(t=Math.floor(6*d)),(1&t)!=0&&(n=1-n),a=m+n*((r=1-y)-m),t){default:case 6:case 0:o=r,l=a,p=m;break;case 1:o=a,l=r,p=m;break;case 2:o=m,l=r,p=a;break;case 3:o=m,l=a,p=r;break;case 4:o=a,l=m,p=r;break;case 5:o=r,l=m,p=a}return[255*o,255*l,255*p]},Ce.cmyk.rgb=function(e){var t=e[0]/100,r=e[1]/100,n=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,r*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a))]},Ce.xyz.rgb=function(e){var t,r,n,a=e[0]/100,o=e[1]/100,l=e[2]/100;return r=-.9689*a+1.8758*o+.0415*l,n=.0557*a+-.204*o+1.057*l,t=(t=3.2406*a+-1.5372*o+-.4986*l)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,[255*(t=Math.min(Math.max(0,t),1)),255*(r=Math.min(Math.max(0,r),1)),255*(n=Math.min(Math.max(0,n),1))]},Ce.xyz.lab=function(e){var t=e[0],r=e[1],n=e[2];return r/=100,n/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116)-16,500*(t-r),200*(r-(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116))]},Ce.lab.xyz=function(e){var t,r,n,a=e[0];t=e[1]/500+(r=(a+16)/116),n=r-e[2]/200;var o=Math.pow(r,3),l=Math.pow(t,3),p=Math.pow(n,3);return r=o>.008856?o:(r-16/116)/7.787,t=l>.008856?l:(t-16/116)/7.787,n=p>.008856?p:(n-16/116)/7.787,[t*=95.047,r*=100,n*=108.883]},Ce.lab.lch=function(e){var t,r=e[0],n=e[1],a=e[2];return(t=360*Math.atan2(a,n)/2/Math.PI)<0&&(t+=360),[r,Math.sqrt(n*n+a*a),t]},Ce.lch.lab=function(e){var t,r=e[0],n=e[1];return t=e[2]/360*2*Math.PI,[r,n*Math.cos(t),n*Math.sin(t)]},Ce.rgb.ansi16=function(e){var t=e[0],r=e[1],n=e[2],a=1 in arguments?arguments[1]:Ce.rgb.hsv(e)[2];if((a=Math.round(a/50))===0)return 30;var o=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return a===2&&(o+=60),o},Ce.hsv.ansi16=function(e){return Ce.rgb.ansi16(Ce.hsv.rgb(e),e[2])},Ce.rgb.ansi256=function(e){var t=e[0],r=e[1],n=e[2];return t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},Ce.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},Ce.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var r;return e-=16,[Math.floor(e/36)/5*255,Math.floor((r=e%36)/6)/5*255,r%6/5*255]},Ce.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Ce.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var r=t[0];t[0].length===3&&(r=r.split("").map(function(a){return a+a}).join(""));var n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},Ce.rgb.hcg=function(e){var t,r=e[0]/255,n=e[1]/255,a=e[2]/255,o=Math.max(Math.max(r,n),a),l=Math.min(Math.min(r,n),a),p=o-l;return t=p<=0?0:o===r?(n-a)/p%6:o===n?2+(a-r)/p:4+(r-n)/p+4,t/=6,[360*(t%=1),100*p,100*(p<1?l/(1-p):0)]},Ce.hsl.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1,a=0;return(n=r<.5?2*t*r:2*t*(1-r))<1&&(a=(r-.5*n)/(1-n)),[e[0],100*n,100*a]},Ce.hsv.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=t*r,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],100*n,100*a]},Ce.hcg.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100;if(r===0)return[255*n,255*n,255*n];var a,o=[0,0,0],l=t%1*6,p=l%1,d=1-p;switch(Math.floor(l)){case 0:o[0]=1,o[1]=p,o[2]=0;break;case 1:o[0]=d,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=p;break;case 3:o[0]=0,o[1]=d,o[2]=1;break;case 4:o[0]=p,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=d}return a=(1-r)*n,[255*(r*o[0]+a),255*(r*o[1]+a),255*(r*o[2]+a)]},Ce.hcg.hsv=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t),n=0;return r>0&&(n=t/r),[e[0],100*n,100*r]},Ce.hcg.hsl=function(e){var t=e[1]/100,r=e[2]/100*(1-t)+.5*t,n=0;return r>0&&r<.5?n=t/(2*r):r>=.5&&r<1&&(n=t/(2*(1-r))),[e[0],100*n,100*r]},Ce.hcg.hwb=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},Ce.hwb.hcg=function(e){var t=e[1]/100,r=1-e[2]/100,n=r-t,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],100*n,100*a]},Ce.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Ce.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Ce.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Ce.gray.hsl=Ce.gray.hsv=function(e){return[0,0,e[0]]},Ce.gray.hwb=function(e){return[0,100,e[0]]},Ce.gray.cmyk=function(e){return[0,0,0,e[0]]},Ce.gray.lab=function(e){return[e[0],0,0]},Ce.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},Ce.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};var qc=dh.exports;function lI(e){var t=function(){for(var m={},y=Object.keys(qc),D=y.length,b=0;b<D;b++)m[y[b]]={distance:-1,parent:null};return m}(),r=[e];for(t[e].distance=0;r.length;)for(var n=r.pop(),a=Object.keys(qc[n]),o=a.length,l=0;l<o;l++){var p=a[l],d=t[p];d.distance===-1&&(d.distance=t[n].distance+1,d.parent=n,r.unshift(p))}return t}function pI(e,t){return function(r){return t(e(r))}}function fI(e,t){for(var r=[t[e].parent,e],n=qc[t[e].parent][e],a=t[e].parent;t[a].parent;)r.unshift(t[a].parent),n=pI(qc[t[a].parent][a],n),a=t[a].parent;return n.conversion=r,n}var gh=dh.exports,hI=function(e){for(var t=lI(e),r={},n=Object.keys(t),a=n.length,o=0;o<a;o++){var l=n[o];t[l].parent!==null&&(r[l]=fI(l,t))}return r},Zs={};Object.keys(gh).forEach(function(e){Zs[e]={},Object.defineProperty(Zs[e],"channels",{value:gh[e].channels}),Object.defineProperty(Zs[e],"labels",{value:gh[e].labels});var t=hI(e);Object.keys(t).forEach(function(r){var n=t[r];Zs[e][r]=function(a){var o=function(l){if(l==null)return l;arguments.length>1&&(l=Array.prototype.slice.call(arguments));var p=a(l);if(typeof p=="object")for(var d=p.length,m=0;m<d;m++)p[m]=Math.round(p[m]);return p};return"conversion"in a&&(o.conversion=a.conversion),o}(n),Zs[e][r].raw=function(a){var o=function(l){return l==null?l:(arguments.length>1&&(l=Array.prototype.slice.call(arguments)),a(l))};return"conversion"in a&&(o.conversion=a.conversion),o}(n)})});var Gc,dI=Zs;function $b(){if(Gc===void 0){var e=new ArrayBuffer(2),t=new Uint8Array(e),r=new Uint16Array(e);if(t[0]=1,t[1]=2,r[0]===258)Gc="BE";else{if(r[0]!==513)throw new Error("unable to figure out endianess");Gc="LE"}}return Gc}function Hb(){return jr.location!==void 0?jr.location.hostname:""}function Jb(){return[]}function Yb(){return 0}function Xb(){return Number.MAX_VALUE}function Kb(){return Number.MAX_VALUE}function Qb(){return[]}function Zb(){return"Browser"}function eC(){return jr.navigator!==void 0?jr.navigator.appVersion:""}function tC(){}function rC(){}function nC(){return"javascript"}function iC(){return"browser"}function yh(){return"/tmp"}(function(e){let t=dI,r=(o,l)=>function(){let p=o.apply(t,arguments);return"\x1B[".concat(p+l,"m")},n=(o,l)=>function(){let p=o.apply(t,arguments);return"\x1B[".concat(38+l,";5;").concat(p,"m")},a=(o,l)=>function(){let p=o.apply(t,arguments);return"\x1B[".concat(38+l,";2;").concat(p[0],";").concat(p[1],";").concat(p[2],"m")};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){let o=new Map,l={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};l.color.grey=l.color.gray;for(let m of Object.keys(l)){let y=l[m];for(let D of Object.keys(y)){let b=y[D];l[D]={open:"\x1B[".concat(b[0],"m"),close:"\x1B[".concat(b[1],"m")},y[D]=l[D],o.set(b[0],b[1])}Object.defineProperty(l,m,{value:y,enumerable:!1}),Object.defineProperty(l,"codes",{value:o,enumerable:!1})}let p=m=>m,d=(m,y,D)=>[m,y,D];l.color.close="\x1B[39m",l.bgColor.close="\x1B[49m",l.color.ansi={ansi:r(p,0)},l.color.ansi256={ansi256:n(p,0)},l.color.ansi16m={rgb:a(d,0)},l.bgColor.ansi={ansi:r(p,10)},l.bgColor.ansi256={ansi256:n(p,10)},l.bgColor.ansi16m={rgb:a(d,10)};for(let m of Object.keys(t)){if(typeof t[m]!="object")continue;let y=t[m];m==="ansi16"&&(m="ansi"),"ansi16"in y&&(l.color.ansi[m]=r(y.ansi16,0),l.bgColor.ansi[m]=r(y.ansi16,10)),"ansi256"in y&&(l.color.ansi256[m]=n(y.ansi256,0),l.bgColor.ansi256[m]=n(y.ansi256,10)),"rgb"in y&&(l.color.ansi16m[m]=a(y.rgb,0),l.bgColor.ansi16m[m]=a(y.rgb,10))}return l}})})(hh);var sC=yh,mI={EOL:`
`,arch:nC,platform:iC,tmpdir:sC,tmpDir:yh,networkInterfaces:tC,getNetworkInterfaces:rC,release:eC,type:Zb,cpus:Qb,totalmem:Kb,freemem:Xb,uptime:Yb,loadavg:Jb,hostname:Hb,endianness:$b},Uc=s(Object.freeze({__proto__:null,endianness:$b,hostname:Hb,loadavg:Jb,uptime:Yb,freemem:Xb,totalmem:Kb,cpus:Qb,type:Zb,release:eC,networkInterfaces:tC,getNetworkInterfaces:rC,arch:nC,platform:iC,tmpDir:yh,tmpdir:sC,EOL:`
`,default:mI}));let gI=Uc,fn=(e,t)=>{t=t||et.argv;let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)},Wt=et.env,ea;function Dh(e){let t=function(r){if(ea===!1)return 0;if(fn("color=16m")||fn("color=full")||fn("color=truecolor"))return 3;if(fn("color=256"))return 2;if(r&&!r.isTTY&&ea!==!0)return 0;let n=ea?1:0;if(et.platform==="win32"){let a=gI.release().split(".");return Number(et.versions.node.split(".")[0])>=8&&Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in Wt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(a=>a in Wt)||Wt.CI_NAME==="codeship"?1:n;if("TEAMCITY_VERSION"in Wt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Wt.TEAMCITY_VERSION)?1:0;if(Wt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Wt){let a=parseInt((Wt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Wt.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Wt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Wt.TERM)||"COLORTERM"in Wt?1:(Wt.TERM,n)}(e);return function(r){return r!==0&&{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}(t)}fn("no-color")||fn("no-colors")||fn("color=false")?ea=!1:(fn("color")||fn("colors")||fn("color=true")||fn("color=always"))&&(ea=!0),"FORCE_COLOR"in Wt&&(ea=Wt.FORCE_COLOR.length===0||parseInt(Wt.FORCE_COLOR,10)!==0);var yI={supportsColor:Dh,stdout:Dh(et.stdout),stderr:Dh(et.stderr)};let DI=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,aC=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,EI=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,bI=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,CI=new Map([["n",`
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function uC(e){return e[0]==="u"&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):CI.get(e)||e}function AI(e,t){let r=[],n=t.trim().split(/\s*,\s*/g),a;for(let o of n)if(isNaN(o)){if(!(a=o.match(EI)))throw new Error("Invalid Chalk template style argument: ".concat(o," (in style '").concat(e,"')"));r.push(a[2].replace(bI,(l,p,d)=>p?uC(p):d))}else r.push(Number(o));return r}function vI(e){aC.lastIndex=0;let t=[],r;for(;(r=aC.exec(e))!==null;){let n=r[1];if(r[2]){let a=AI(n,r[2]);t.push([n].concat(a))}else t.push([n])}return t}function oC(e,t){let r={};for(let a of t)for(let o of a.styles)r[o[0]]=a.inverse?null:o.slice(1);let n=e;for(let a of Object.keys(r))if(Array.isArray(r[a])){if(!(a in n))throw new Error("Unknown Chalk style: ".concat(a));n=r[a].length>0?n[a].apply(n,r[a]):n[a]}return n}var xI=(e,t)=>{let r=[],n=[],a=[];if(t.replace(DI,(o,l,p,d,m,y)=>{if(l)a.push(uC(l));else if(d){let D=a.join("");a=[],n.push(r.length===0?D:oC(e,r)(D)),r.push({inverse:p,styles:vI(d)})}else if(m){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");n.push(oC(e,r)(a.join(""))),a=[],r.pop()}else a.push(y)}),n.push(a.join("")),r.length>0){let o="Chalk template literal is missing ".concat(r.length," closing bracket").concat(r.length===1?"":"s"," (`}`)");throw new Error(o)}return n.join("")};(function(e){let t=uI,r=hh.exports,n=yI.stdout,a=xI,o=et.platform==="win32"&&!(et.env.TERM||"").toLowerCase().startsWith("xterm"),l=["ansi","ansi","ansi256","ansi16m"],p=new Set(["gray"]),d=Object.create(null);function m(S,k){k=k||{};let P=n?n.level:0;S.level=k.level===void 0?P:k.level,S.enabled="enabled"in k?k.enabled:S.level>0}function y(S){if(!this||!(this instanceof y)||this.template){let k={};return m(k,S),k.template=function(){let P=[].slice.call(arguments);return w.apply(null,[k.template].concat(P))},Object.setPrototypeOf(k,y.prototype),Object.setPrototypeOf(k.template,k),k.template.constructor=y,k.template}m(this,S)}o&&(r.blue.open="\x1B[94m");for(let S of Object.keys(r))r[S].closeRe=new RegExp(t(r[S].close),"g"),d[S]={get(){let k=r[S];return b.call(this,this._styles?this._styles.concat(k):[k],this._empty,S)}};d.visible={get(){return b.call(this,this._styles||[],!0,"visible")}},r.color.closeRe=new RegExp(t(r.color.close),"g");for(let S of Object.keys(r.color.ansi))p.has(S)||(d[S]={get(){let k=this.level;return function(){let P=r.color[l[k]][S].apply(null,arguments),_={open:P,close:r.color.close,closeRe:r.color.closeRe};return b.call(this,this._styles?this._styles.concat(_):[_],this._empty,S)}}});r.bgColor.closeRe=new RegExp(t(r.bgColor.close),"g");for(let S of Object.keys(r.bgColor.ansi))p.has(S)||(d["bg"+S[0].toUpperCase()+S.slice(1)]={get(){let k=this.level;return function(){let P=r.bgColor[l[k]][S].apply(null,arguments),_={open:P,close:r.bgColor.close,closeRe:r.bgColor.closeRe};return b.call(this,this._styles?this._styles.concat(_):[_],this._empty,S)}}});let D=Object.defineProperties(()=>{},d);function b(S,k,P){let _=function(){return v.apply(_,arguments)};_._styles=S,_._empty=k;let M=this;return Object.defineProperty(_,"level",{enumerable:!0,get:()=>M.level,set(U){M.level=U}}),Object.defineProperty(_,"enabled",{enumerable:!0,get:()=>M.enabled,set(U){M.enabled=U}}),_.hasGrey=this.hasGrey||P==="gray"||P==="grey",_.__proto__=D,_}function v(){let S=arguments,k=S.length,P=String(arguments[0]);if(k===0)return"";if(k>1)for(let M=1;M<k;M++)P+=" "+S[M];if(!this.enabled||this.level<=0||!P)return this._empty?"":P;let _=r.dim.open;o&&this.hasGrey&&(r.dim.open="");for(let M of this._styles.slice().reverse())P=M.open+P.replace(M.closeRe,M.open)+M.close,P=P.replace(/\r?\n/g,"".concat(M.close,"$&").concat(M.open));return r.dim.open=_,P}function w(S,k){if(!Array.isArray(k))return[].slice.call(arguments,1).join(" ");let P=[].slice.call(arguments,2),_=[k.raw[0]];for(let M=1;M<k.length;M++)_.push(String(P[M-1]).replace(/[{}\\]/g,"\\$&")),_.push(String(k.raw[M]));return a(S,_.join(""))}Object.defineProperties(y.prototype,d),e.exports=y(),e.exports.supportsColor=n,e.exports.default=e.exports})(Vc),Object.defineProperty(Rc,"__esModule",{value:!0});let cC=Vc.exports;Rc.commonDeprecatedHandler=(e,t,r)=>{let{descriptor:n}=r,a=["".concat(cC.default.yellow(typeof e=="string"?n.key(e):n.pair(e))," is deprecated")];return t&&a.push("we now treat it as ".concat(cC.default.blue(typeof t=="string"?n.key(t):n.pair(t)))),a.join("; ")+"."},function(e){Object.defineProperty(e,"__esModule",{value:!0}),hi.__exportStar(Rc,e)}(Wb);var Eh={},bh={};Object.defineProperty(bh,"__esModule",{value:!0});let Ch=Vc.exports;bh.commonInvalidHandler=(e,t,r)=>["Invalid ".concat(Ch.default.red(r.descriptor.key(e))," value."),"Expected ".concat(Ch.default.blue(r.schemas[e].expected(r)),","),"but received ".concat(Ch.default.red(r.descriptor.value(t)),".")].join(" "),function(e){Object.defineProperty(e,"__esModule",{value:!0}),hi.__exportStar(bh,e)}(Eh);var lC={},Wc={},Ah=[],pC=[];Object.defineProperty(Wc,"__esModule",{value:!0});let fC=Vc.exports,SI=function(e,t){if(e===t)return 0;var r=e;e.length>t.length&&(e=t,t=r);var n=e.length,a=t.length;if(n===0)return a;if(a===0)return n;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-a);)n--,a--;if(n===0)return a;for(var o,l,p,d,m=0;m<n&&e.charCodeAt(m)===t.charCodeAt(m);)m++;if(a-=m,(n-=m)===0)return a;for(var y=0,D=0;y<n;)pC[m+y]=e.charCodeAt(m+y),Ah[y]=++y;for(;D<a;)for(o=t.charCodeAt(m+D),p=D++,l=D,y=0;y<n;y++)d=o===pC[m+y]?p:p+1,p=Ah[y],l=Ah[y]=p>l?d>l?l+1:d:d>p?p+1:d;return l};Wc.levenUnknownHandler=(e,t,r)=>{let{descriptor:n,logger:a,schemas:o}=r,l=["Ignored unknown option ".concat(fC.default.yellow(n.pair({key:e,value:t})),".")],p=Object.keys(o).sort().find(d=>SI(e,d)<3);p&&l.push("Did you mean ".concat(fC.default.blue(n.key(p)),"?")),a.warn(l.join(" "))},function(e){Object.defineProperty(e,"__esModule",{value:!0}),hi.__exportStar(Wc,e)}(lC),function(e){Object.defineProperty(e,"__esModule",{value:!0});let t=hi;t.__exportStar(Wb,e),t.__exportStar(Eh,e),t.__exportStar(lC,e)}(Ub);var hC={},vh={},hn={};Object.defineProperty(hn,"__esModule",{value:!0});let FI=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function dC(e,t){let r=new e(t),n=Object.create(r);for(let a of FI)a in t&&(n[a]=wI(t[a],r,mC.prototype[a].length));return n}hn.createSchema=dC;class mC{constructor(t){this.name=t.name}static create(t){return dC(this,t)}default(t){}expected(t){return"nothing"}validate(t,r){return!1}deprecated(t,r){return!1}forward(t,r){}redirect(t,r){}overlap(t,r,n){return t}preprocess(t,r){return t}postprocess(t,r){return t}}function wI(e,t,r){return typeof e=="function"?function(){for(var n=arguments.length,a=new Array(n),o=0;o<n;o++)a[o]=arguments[o];return e(...a.slice(0,r-1),t,...a.slice(r-1))}:()=>e}hn.Schema=mC,Object.defineProperty(vh,"__esModule",{value:!0});let BI=hn;class TI extends BI.Schema{constructor(t){super(t),this._sourceName=t.sourceName}expected(t){return t.schemas[this._sourceName].expected(t)}validate(t,r){return r.schemas[this._sourceName].validate(t,r)}redirect(t,r){return this._sourceName}}vh.AliasSchema=TI;var xh={};Object.defineProperty(xh,"__esModule",{value:!0});let kI=hn;class _I extends kI.Schema{expected(){return"anything"}validate(){return!0}}xh.AnySchema=_I;var Sh={};Object.defineProperty(Sh,"__esModule",{value:!0});let NI=hi,II=hn;class PI extends II.Schema{constructor(t){var{valueSchema:r,name:n=r.name}=t,a=NI.__rest(t,["valueSchema","name"]);super(Object.assign({},a,{name:n})),this._valueSchema=r}expected(t){return"an array of ".concat(this._valueSchema.expected(t))}validate(t,r){if(!Array.isArray(t))return!1;let n=[];for(let a of t){let o=r.normalizeValidateResult(this._valueSchema.validate(a,r),a);o!==!0&&n.push(o.value)}return n.length===0||{value:n}}deprecated(t,r){let n=[];for(let a of t){let o=r.normalizeDeprecatedResult(this._valueSchema.deprecated(a,r),a);o!==!1&&n.push(...o.map(l=>{let{value:p}=l;return{value:[p]}}))}return n}forward(t,r){let n=[];for(let a of t){let o=r.normalizeForwardResult(this._valueSchema.forward(a,r),a);n.push(...o.map(gC))}return n}redirect(t,r){let n=[],a=[];for(let o of t){let l=r.normalizeRedirectResult(this._valueSchema.redirect(o,r),o);"remain"in l&&n.push(l.remain),a.push(...l.redirect.map(gC))}return n.length===0?{redirect:a}:{redirect:a,remain:n}}overlap(t,r){return t.concat(r)}}function gC(e){let{from:t,to:r}=e;return{from:[t],to:r}}Sh.ArraySchema=PI;var Fh={};Object.defineProperty(Fh,"__esModule",{value:!0});let OI=hn;class LI extends OI.Schema{expected(){return"true or false"}validate(t){return typeof t=="boolean"}}Fh.BooleanSchema=LI;var wh={},zt={};function Bh(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function yC(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>Bh(r,t)):[Bh(e,t)]}Object.defineProperty(zt,"__esModule",{value:!0}),zt.recordFromArray=function(e,t){let r=Object.create(null);for(let n of e){let a=n[t];if(r[a])throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(a)));r[a]=n}return r},zt.mapFromArray=function(e,t){let r=new Map;for(let n of e){let a=n[t];if(r.has(a))throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(a)));r.set(a,n)}return r},zt.createAutoChecklist=function(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return!!e[r]||(e[r]=!0,!1)}},zt.partition=function(e,t){let r=[],n=[];for(let a of e)t(a)?r.push(a):n.push(a);return[r,n]},zt.isInt=function(e){return e===Math.floor(e)},zt.comparePrimitive=function(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,a=["undefined","object","boolean","number","string"];return r!==n?a.indexOf(r)-a.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)},zt.normalizeDefaultResult=function(e){return e===void 0?{}:e},zt.normalizeValidateResult=function(e,t){return e===!0||(e===!1?{value:t}:e)},zt.normalizeDeprecatedResult=function(e,t){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2];return e!==!1&&(e===!0?!!r||[{value:t}]:"value"in e?[e]:e.length!==0&&e)},zt.normalizeTransferResult=Bh,zt.normalizeForwardResult=yC,zt.normalizeRedirectResult=function(e,t){let r=yC(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return r.length===0?{remain:t,redirect:r}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}},Object.defineProperty(wh,"__esModule",{value:!0});let MI=hn,DC=zt;class jI extends MI.Schema{constructor(t){super(t),this._choices=DC.mapFromArray(t.choices.map(r=>r&&typeof r=="object"?r:{value:r}),"value")}expected(t){let{descriptor:r}=t,n=Array.from(this._choices.keys()).map(l=>this._choices.get(l)).filter(l=>!l.deprecated).map(l=>l.value).sort(DC.comparePrimitive).map(r.value),a=n.slice(0,-2),o=n.slice(-2);return a.concat(o.join(" or ")).join(", ")}validate(t){return this._choices.has(t)}deprecated(t){let r=this._choices.get(t);return!(!r||!r.deprecated)&&{value:t}}forward(t){let r=this._choices.get(t);return r?r.forward:void 0}redirect(t){let r=this._choices.get(t);return r?r.redirect:void 0}}wh.ChoiceSchema=jI;var Th={},zc={};Object.defineProperty(zc,"__esModule",{value:!0});let RI=hn;class VI extends RI.Schema{expected(){return"a number"}validate(t,r){return typeof t=="number"}}zc.NumberSchema=VI,Object.defineProperty(Th,"__esModule",{value:!0});let qI=zt,GI=zc;class UI extends GI.NumberSchema{expected(){return"an integer"}validate(t,r){return r.normalizeValidateResult(super.validate(t,r),t)===!0&&qI.isInt(t)}}Th.IntegerSchema=UI;var kh={};Object.defineProperty(kh,"__esModule",{value:!0});let WI=hn;class zI extends WI.Schema{expected(){return"a string"}validate(t){return typeof t=="string"}}kh.StringSchema=zI,function(e){Object.defineProperty(e,"__esModule",{value:!0});let t=hi;t.__exportStar(vh,e),t.__exportStar(xh,e),t.__exportStar(Sh,e),t.__exportStar(Fh,e),t.__exportStar(wh,e),t.__exportStar(Th,e),t.__exportStar(zc,e),t.__exportStar(kh,e)}(hC);var $c={},ta={};Object.defineProperty(ta,"__esModule",{value:!0});let $I=fh,HI=Rc,JI=Eh,YI=Wc;ta.defaultDescriptor=$I.apiDescriptor,ta.defaultUnknownHandler=YI.levenUnknownHandler,ta.defaultInvalidHandler=JI.commonInvalidHandler,ta.defaultDeprecatedHandler=HI.commonDeprecatedHandler,Object.defineProperty($c,"__esModule",{value:!0});let Hc=ta,Fr=zt;$c.normalize=(e,t,r)=>new EC(t,r).normalize(e);class EC{constructor(t,r){let{logger:n=console,descriptor:a=Hc.defaultDescriptor,unknown:o=Hc.defaultUnknownHandler,invalid:l=Hc.defaultInvalidHandler,deprecated:p=Hc.defaultDeprecatedHandler}=r||{};this._utils={descriptor:a,logger:n||{warn:()=>{}},schemas:Fr.recordFromArray(t,"name"),normalizeDefaultResult:Fr.normalizeDefaultResult,normalizeDeprecatedResult:Fr.normalizeDeprecatedResult,normalizeForwardResult:Fr.normalizeForwardResult,normalizeRedirectResult:Fr.normalizeRedirectResult,normalizeValidateResult:Fr.normalizeValidateResult},this._unknownHandler=o,this._invalidHandler=l,this._deprecatedHandler=p,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Fr.createAutoChecklist()}normalize(t){let r={},n=[t],a=()=>{for(;n.length!==0;){let o=n.shift(),l=this._applyNormalization(o,r);n.push(...l)}};a();for(let o of Object.keys(this._utils.schemas)){let l=this._utils.schemas[o];if(!(o in r)){let p=Fr.normalizeDefaultResult(l.default(this._utils));"value"in p&&n.push({[o]:p.value})}}a();for(let o of Object.keys(this._utils.schemas)){let l=this._utils.schemas[o];o in r&&(r[o]=l.postprocess(r[o],this._utils))}return r}_applyNormalization(t,r){let n=[],[a,o]=Fr.partition(Object.keys(t),l=>l in this._utils.schemas);for(let l of a){let p=this._utils.schemas[l],d=p.preprocess(t[l],this._utils),m=Fr.normalizeValidateResult(p.validate(d,this._utils),d);if(m!==!0){let{value:v}=m,w=this._invalidHandler(l,v,this._utils);throw typeof w=="string"?new Error(w):w}let y=v=>{let{from:w,to:S}=v;n.push(typeof S=="string"?{[S]:w}:{[S.key]:S.value})},D=v=>{let{value:w,redirectTo:S}=v,k=Fr.normalizeDeprecatedResult(p.deprecated(w,this._utils),d,!0);if(k!==!1)if(k===!0)this._hasDeprecationWarned(l)||this._utils.logger.warn(this._deprecatedHandler(l,S,this._utils));else for(let{value:P}of k){let _={key:l,value:P};if(!this._hasDeprecationWarned(_)){let M=typeof S=="string"?{key:S,value:P}:S;this._utils.logger.warn(this._deprecatedHandler(_,M,this._utils))}}};Fr.normalizeForwardResult(p.forward(d,this._utils),d).forEach(y);let b=Fr.normalizeRedirectResult(p.redirect(d,this._utils),d);if(b.redirect.forEach(y),"remain"in b){let v=b.remain;r[l]=l in r?p.overlap(r[l],v,this._utils):v,D({value:v})}for(let{from:v,to:w}of b.redirect)D({value:v,redirectTo:w})}for(let l of o){let p=t[l],d=this._unknownHandler(l,p,this._utils);if(d)for(let m of Object.keys(d)){let y={[m]:d[m]};m in this._utils.schemas?n.push(y):Object.assign(r,y)}}return n}}$c.Normalizer=EC,function(e){Object.defineProperty(e,"__esModule",{value:!0});let t=hi;t.__exportStar(Gb,e),t.__exportStar(Ub,e),t.__exportStar(hC,e),t.__exportStar($c,e),t.__exportStar(hn,e)}(Rb);var _h={exports:{}};let Nh=[],bC=[],CC=(e,t)=>{if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,a=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-a);)n--,a--;let o,l,p,d,m=0;for(;m<n&&e.charCodeAt(m)===t.charCodeAt(m);)m++;if(n-=m,a-=m,n===0)return a;let y=0,D=0;for(;y<n;)bC[y]=e.charCodeAt(m+y),Nh[y]=++y;for(;D<a;)for(o=t.charCodeAt(m+D),p=D++,l=D,y=0;y<n;y++)d=o===bC[y]?p:p+1,p=Nh[y],l=Nh[y]=p>l?d>l?l+1:d:d>p?p+1:d;return l};_h.exports=CC,_h.exports.default=CC;var AC={exports:{}};let vu={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},vC={};for(let e of Object.keys(vu))vC[vu[e]]=e;let Ae={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var xC=Ae;for(let e of Object.keys(Ae)){if(!("channels"in Ae[e]))throw new Error("missing channels property: "+e);if(!("labels"in Ae[e]))throw new Error("missing channel labels property: "+e);if(Ae[e].labels.length!==Ae[e].channels)throw new Error("channel and label counts mismatch: "+e);let{channels:t,labels:r}=Ae[e];delete Ae[e].channels,delete Ae[e].labels,Object.defineProperty(Ae[e],"channels",{value:t}),Object.defineProperty(Ae[e],"labels",{value:r})}Ae.rgb.hsl=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(t,r,n),o=Math.max(t,r,n),l=o-a,p,d;o===a?p=0:t===o?p=(r-n)/l:r===o?p=2+(n-t)/l:n===o&&(p=4+(t-r)/l),p=Math.min(60*p,360),p<0&&(p+=360);let m=(a+o)/2;return d=o===a?0:m<=.5?l/(o+a):l/(2-o-a),[p,100*d,100*m]},Ae.rgb.hsv=function(e){let t,r,n,a,o,l=e[0]/255,p=e[1]/255,d=e[2]/255,m=Math.max(l,p,d),y=m-Math.min(l,p,d),D=function(b){return(m-b)/6/y+.5};return y===0?(a=0,o=0):(o=y/m,t=D(l),r=D(p),n=D(d),l===m?a=n-r:p===m?a=1/3+t-n:d===m&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*o,100*m]},Ae.rgb.hwb=function(e){let t=e[0],r=e[1],n=e[2],a=Ae.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,n));return n=1-1/255*Math.max(t,Math.max(r,n)),[a,100*o,100*n]},Ae.rgb.cmyk=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(1-t,1-r,1-n);return[100*((1-t-a)/(1-a)||0),100*((1-r-a)/(1-a)||0),100*((1-n-a)/(1-a)||0),100*a]},Ae.rgb.keyword=function(e){let t=vC[e];if(t)return t;let r,n=1/0;for(let l of Object.keys(vu)){let p=(o=vu[l],((a=e)[0]-o[0])**2+(a[1]-o[1])**2+(a[2]-o[2])**2);p<n&&(n=p,r=l)}var a,o;return r},Ae.keyword.rgb=function(e){return vu[e]},Ae.rgb.xyz=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,[100*(.4124*t+.3576*r+.1805*n),100*(.2126*t+.7152*r+.0722*n),100*(.0193*t+.1192*r+.9505*n)]},Ae.rgb.lab=function(e){let t=Ae.rgb.xyz(e),r=t[0],n=t[1],a=t[2];return r/=95.047,n/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,[116*n-16,500*(r-n),200*(n-a)]},Ae.hsl.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100,a,o,l;if(r===0)return l=255*n,[l,l,l];a=n<.5?n*(1+r):n+r-n*r;let p=2*n-a,d=[0,0,0];for(let m=0;m<3;m++)o=t+1/3*-(m-1),o<0&&o++,o>1&&o--,l=6*o<1?p+6*(a-p)*o:2*o<1?a:3*o<2?p+(a-p)*(2/3-o)*6:p,d[m]=255*l;return d},Ae.hsl.hsv=function(e){let t=e[0],r=e[1]/100,n=e[2]/100,a=r,o=Math.max(n,.01);return n*=2,r*=n<=1?n:2-n,a*=o<=1?o:2-o,[t,100*(n===0?2*a/(o+a):2*r/(n+r)),100*((n+r)/2)]},Ae.hsv.rgb=function(e){let t=e[0]/60,r=e[1]/100,n=e[2]/100,a=Math.floor(t)%6,o=t-Math.floor(t),l=255*n*(1-r),p=255*n*(1-r*o),d=255*n*(1-r*(1-o));switch(n*=255,a){case 0:return[n,d,l];case 1:return[p,n,l];case 2:return[l,n,d];case 3:return[l,p,n];case 4:return[d,l,n];case 5:return[n,l,p]}},Ae.hsv.hsl=function(e){let t=e[0],r=e[1]/100,n=e[2]/100,a=Math.max(n,.01),o,l;l=(2-r)*n;let p=(2-r)*a;return o=r*a,o/=p<=1?p:2-p,o=o||0,l/=2,[t,100*o,100*l]},Ae.hwb.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100,a=r+n,o;a>1&&(r/=a,n/=a);let l=Math.floor(6*t),p=1-n;o=6*t-l,(1&l)!=0&&(o=1-o);let d=r+o*(p-r),m,y,D;switch(l){default:case 6:case 0:m=p,y=d,D=r;break;case 1:m=d,y=p,D=r;break;case 2:m=r,y=p,D=d;break;case 3:m=r,y=d,D=p;break;case 4:m=d,y=r,D=p;break;case 5:m=p,y=r,D=d}return[255*m,255*y,255*D]},Ae.cmyk.rgb=function(e){let t=e[0]/100,r=e[1]/100,n=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,r*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a))]},Ae.xyz.rgb=function(e){let t=e[0]/100,r=e[1]/100,n=e[2]/100,a,o,l;return a=3.2406*t+-1.5372*r+-.4986*n,o=-.9689*t+1.8758*r+.0415*n,l=.0557*t+-.204*r+1.057*n,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,l=l>.0031308?1.055*l**(1/2.4)-.055:12.92*l,a=Math.min(Math.max(0,a),1),o=Math.min(Math.max(0,o),1),l=Math.min(Math.max(0,l),1),[255*a,255*o,255*l]},Ae.xyz.lab=function(e){let t=e[0],r=e[1],n=e[2];return t/=95.047,r/=100,n/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*r-16,500*(t-r),200*(r-n)]},Ae.lab.xyz=function(e){let t,r,n;r=(e[0]+16)/116,t=e[1]/500+r,n=r-e[2]/200;let a=r**3,o=t**3,l=n**3;return r=a>.008856?a:(r-16/116)/7.787,t=o>.008856?o:(t-16/116)/7.787,n=l>.008856?l:(n-16/116)/7.787,t*=95.047,r*=100,n*=108.883,[t,r,n]},Ae.lab.lch=function(e){let t=e[0],r=e[1],n=e[2],a;return a=360*Math.atan2(n,r)/2/Math.PI,a<0&&(a+=360),[t,Math.sqrt(r*r+n*n),a]},Ae.lch.lab=function(e){let t=e[0],r=e[1],n=e[2]/360*2*Math.PI;return[t,r*Math.cos(n),r*Math.sin(n)]},Ae.rgb.ansi16=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,[r,n,a]=e,o=t===null?Ae.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),o===0)return 30;let l=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return o===2&&(l+=60),l},Ae.hsv.ansi16=function(e){return Ae.rgb.ansi16(Ae.hsv.rgb(e),e[2])},Ae.rgb.ansi256=function(e){let t=e[0],r=e[1],n=e[2];return t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},Ae.ansi16.rgb=function(e){let t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];let r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},Ae.ansi256.rgb=function(e){if(e>=232){let r=10*(e-232)+8;return[r,r,r]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},Ae.rgb.hex=function(e){let t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Ae.hex.rgb=function(e){let t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let r=t[0];t[0].length===3&&(r=r.split("").map(a=>a+a).join(""));let n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},Ae.rgb.hcg=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,r),n),o=Math.min(Math.min(t,r),n),l=a-o,p,d;return p=l<1?o/(1-l):0,d=l<=0?0:a===t?(r-n)/l%6:a===r?2+(n-t)/l:4+(t-r)/l,d/=6,d%=1,[360*d,100*l,100*p]},Ae.hsl.hcg=function(e){let t=e[1]/100,r=e[2]/100,n=r<.5?2*t*r:2*t*(1-r),a=0;return n<1&&(a=(r-.5*n)/(1-n)),[e[0],100*n,100*a]},Ae.hsv.hcg=function(e){let t=e[1]/100,r=e[2]/100,n=t*r,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],100*n,100*a]},Ae.hcg.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100;if(r===0)return[255*n,255*n,255*n];let a=[0,0,0],o=t%1*6,l=o%1,p=1-l,d=0;switch(Math.floor(o)){case 0:a[0]=1,a[1]=l,a[2]=0;break;case 1:a[0]=p,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=l;break;case 3:a[0]=0,a[1]=p,a[2]=1;break;case 4:a[0]=l,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=p}return d=(1-r)*n,[255*(r*a[0]+d),255*(r*a[1]+d),255*(r*a[2]+d)]},Ae.hcg.hsv=function(e){let t=e[1]/100,r=t+e[2]/100*(1-t),n=0;return r>0&&(n=t/r),[e[0],100*n,100*r]},Ae.hcg.hsl=function(e){let t=e[1]/100,r=e[2]/100*(1-t)+.5*t,n=0;return r>0&&r<.5?n=t/(2*r):r>=.5&&r<1&&(n=t/(2*(1-r))),[e[0],100*n,100*r]},Ae.hcg.hwb=function(e){let t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},Ae.hwb.hcg=function(e){let t=e[1]/100,r=1-e[2]/100,n=r-t,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],100*n,100*a]},Ae.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Ae.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Ae.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Ae.gray.hsl=function(e){return[0,0,e[0]]},Ae.gray.hsv=Ae.gray.hsl,Ae.gray.hwb=function(e){return[0,100,e[0]]},Ae.gray.cmyk=function(e){return[0,0,0,e[0]]},Ae.gray.lab=function(e){return[e[0],0,0]},Ae.gray.hex=function(e){let t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},Ae.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};let Jc=xC;function XI(e){let t=function(){let n={},a=Object.keys(Jc);for(let o=a.length,l=0;l<o;l++)n[a[l]]={distance:-1,parent:null};return n}(),r=[e];for(t[e].distance=0;r.length;){let n=r.pop(),a=Object.keys(Jc[n]);for(let o=a.length,l=0;l<o;l++){let p=a[l],d=t[p];d.distance===-1&&(d.distance=t[n].distance+1,d.parent=n,r.unshift(p))}}return t}function KI(e,t){return function(r){return t(e(r))}}function QI(e,t){let r=[t[e].parent,e],n=Jc[t[e].parent][e],a=t[e].parent;for(;t[a].parent;)r.unshift(t[a].parent),n=KI(Jc[t[a].parent][a],n),a=t[a].parent;return n.conversion=r,n}let Ih=xC,ZI=function(e){let t=XI(e),r={},n=Object.keys(t);for(let a=n.length,o=0;o<a;o++){let l=n[o];t[l].parent!==null&&(r[l]=QI(l,t))}return r},ra={};Object.keys(Ih).forEach(e=>{ra[e]={},Object.defineProperty(ra[e],"channels",{value:Ih[e].channels}),Object.defineProperty(ra[e],"labels",{value:Ih[e].labels});let t=ZI(e);Object.keys(t).forEach(r=>{let n=t[r];ra[e][r]=function(a){let o=function(){for(var l=arguments.length,p=new Array(l),d=0;d<l;d++)p[d]=arguments[d];let m=p[0];if(m==null)return m;m.length>1&&(p=m);let y=a(p);if(typeof y=="object")for(let D=y.length,b=0;b<D;b++)y[b]=Math.round(y[b]);return y};return"conversion"in a&&(o.conversion=a.conversion),o}(n),ra[e][r].raw=function(a){let o=function(){for(var l=arguments.length,p=new Array(l),d=0;d<l;d++)p[d]=arguments[d];let m=p[0];return m==null?m:(m.length>1&&(p=m),a(p))};return"conversion"in a&&(o.conversion=a.conversion),o}(n)})});var e7=ra;function SC(){return!1}function FC(){throw new Error("tty.ReadStream is not implemented")}function wC(){throw new Error("tty.ReadStream is not implemented")}(function(e){let t=(m,y)=>function(){let D=m(...arguments);return"\x1B[".concat(D+y,"m")},r=(m,y)=>function(){let D=m(...arguments);return"\x1B[".concat(38+y,";5;").concat(D,"m")},n=(m,y)=>function(){let D=m(...arguments);return"\x1B[".concat(38+y,";2;").concat(D[0],";").concat(D[1],";").concat(D[2],"m")},a=m=>m,o=(m,y,D)=>[m,y,D],l=(m,y,D)=>{Object.defineProperty(m,y,{get:()=>{let b=D();return Object.defineProperty(m,y,{value:b,enumerable:!0,configurable:!0}),b},enumerable:!0,configurable:!0})},p,d=(m,y,D,b)=>{p===void 0&&(p=e7);let v=b?10:0,w={};for(let[S,k]of Object.entries(p)){let P=S==="ansi16"?"ansi":S;S===y?w[P]=m(D,v):typeof k=="object"&&(w[P]=m(k[y],v))}return w};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){let m=new Map,y={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};y.color.gray=y.color.blackBright,y.bgColor.bgGray=y.bgColor.bgBlackBright,y.color.grey=y.color.blackBright,y.bgColor.bgGrey=y.bgColor.bgBlackBright;for(let[D,b]of Object.entries(y)){for(let[v,w]of Object.entries(b))y[v]={open:"\x1B[".concat(w[0],"m"),close:"\x1B[".concat(w[1],"m")},b[v]=y[v],m.set(w[0],w[1]);Object.defineProperty(y,D,{value:b,enumerable:!1})}return Object.defineProperty(y,"codes",{value:m,enumerable:!1}),y.color.close="\x1B[39m",y.bgColor.close="\x1B[49m",l(y.color,"ansi",()=>d(t,"ansi16",a,!1)),l(y.color,"ansi256",()=>d(r,"ansi256",a,!1)),l(y.color,"ansi16m",()=>d(n,"rgb",o,!1)),l(y.bgColor,"ansi",()=>d(t,"ansi16",a,!0)),l(y.bgColor,"ansi256",()=>d(r,"ansi256",a,!0)),l(y.bgColor,"ansi16m",()=>d(n,"rgb",o,!0)),y}})})(AC);var t7={isatty:SC,ReadStream:FC,WriteStream:wC};let r7=Uc,BC=s(Object.freeze({__proto__:null,isatty:SC,ReadStream:FC,WriteStream:wC,default:t7})),Vr=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:et.argv,r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)},{env:wt}=et,na;function Ph(e){return e!==0&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Oh(e,t){if(na===0)return 0;if(Vr("color=16m")||Vr("color=full")||Vr("color=truecolor"))return 3;if(Vr("color=256"))return 2;if(e&&!t&&na===void 0)return 0;let r=na||0;if(wt.TERM==="dumb")return r;if(et.platform==="win32"){let n=r7.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in wt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in wt)||wt.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in wt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(wt.TEAMCITY_VERSION)?1:0;if(wt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in wt){let n=parseInt((wt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(wt.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(wt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(wt.TERM)||"COLORTERM"in wt?1:r}Vr("no-color")||Vr("no-colors")||Vr("color=false")||Vr("color=never")?na=0:(Vr("color")||Vr("colors")||Vr("color=true")||Vr("color=always"))&&(na=1),"FORCE_COLOR"in wt&&(na=wt.FORCE_COLOR==="true"?1:wt.FORCE_COLOR==="false"?0:wt.FORCE_COLOR.length===0?1:Math.min(parseInt(wt.FORCE_COLOR,10),3));var n7={supportsColor:function(e){return Ph(Oh(e,e&&e.isTTY))},stdout:Ph(Oh(!0,BC.isatty(1))),stderr:Ph(Oh(!0,BC.isatty(2)))},i7={stringReplaceAll:(e,t,r)=>{let n=e.indexOf(t);if(n===-1)return e;let a=t.length,o=0,l="";do l+=e.substr(o,n-o)+t+r,o=n+a,n=e.indexOf(t,o);while(n!==-1);return l+=e.substr(o),l},stringEncaseCRLFWithFirstIndex:(e,t,r,n)=>{let a=0,o="";do{let l=e[n-1]==="\r";o+=e.substr(a,(l?n-1:n)-a)+t+(l?`\r
`:`
`)+r,a=n+1,n=e.indexOf(`
`,a)}while(n!==-1);return o+=e.substr(a),o}};let s7=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,TC=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,a7=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,u7=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,o7=new Map([["n",`
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function kC(e){let t=e[0]==="u",r=e[1]==="{";return t&&!r&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):t&&r?String.fromCodePoint(parseInt(e.slice(2,-1),16)):o7.get(e)||e}function c7(e,t){let r=[],n=t.trim().split(/\s*,\s*/g),a;for(let o of n){let l=Number(o);if(Number.isNaN(l)){if(!(a=o.match(a7)))throw new Error("Invalid Chalk template style argument: ".concat(o," (in style '").concat(e,"')"));r.push(a[2].replace(u7,(p,d,m)=>d?kC(d):m))}else r.push(l)}return r}function l7(e){TC.lastIndex=0;let t=[],r;for(;(r=TC.exec(e))!==null;){let n=r[1];if(r[2]){let a=c7(n,r[2]);t.push([n].concat(a))}else t.push([n])}return t}function _C(e,t){let r={};for(let a of t)for(let o of a.styles)r[o[0]]=a.inverse?null:o.slice(1);let n=e;for(let[a,o]of Object.entries(r))if(Array.isArray(o)){if(!(a in n))throw new Error("Unknown Chalk style: ".concat(a));n=o.length>0?n[a](...o):n[a]}return n}var p7=(e,t)=>{let r=[],n=[],a=[];if(t.replace(s7,(o,l,p,d,m,y)=>{if(l)a.push(kC(l));else if(d){let D=a.join("");a=[],n.push(r.length===0?D:_C(e,r)(D)),r.push({inverse:p,styles:l7(d)})}else if(m){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");n.push(_C(e,r)(a.join(""))),a=[],r.pop()}else a.push(y)}),n.push(a.join("")),r.length>0){let o="Chalk template literal is missing ".concat(r.length," closing bracket").concat(r.length===1?"":"s"," (`}`)");throw new Error(o)}return n.join("")};let xu=AC.exports,{stdout:Lh,stderr:Mh}=n7,{stringReplaceAll:f7,stringEncaseCRLFWithFirstIndex:h7}=i7,{isArray:Yc}=Array,NC=["ansi","ansi","ansi256","ansi16m"],ia=Object.create(null);class d7{constructor(t){return IC(t)}}let IC=e=>{let t={};return function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(n.level&&!(Number.isInteger(n.level)&&n.level>=0&&n.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let a=Lh?Lh.level:0;r.level=n.level===void 0?a:n.level}(t,e),t.template=function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return LC(t.template,...n)},Object.setPrototypeOf(t,Xc.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},t.template.Instance=d7,t.template};function Xc(e){return IC(e)}for(let[e,t]of Object.entries(xu))ia[e]={get(){let r=Kc(this,jh(t.open,t.close,this._styler),this._isEmpty);return Object.defineProperty(this,e,{value:r}),r}};ia.visible={get(){let e=Kc(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:e}),e}};let PC=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let e of PC)ia[e]={get(){let{level:t}=this;return function(){let r=jh(xu.color[NC[t]][e](...arguments),xu.color.close,this._styler);return Kc(this,r,this._isEmpty)}}};for(let e of PC)ia["bg"+e[0].toUpperCase()+e.slice(1)]={get(){let{level:t}=this;return function(){let r=jh(xu.bgColor[NC[t]][e](...arguments),xu.bgColor.close,this._styler);return Kc(this,r,this._isEmpty)}}};let m7=Object.defineProperties(()=>{},Object.assign(Object.assign({},ia),{},{level:{enumerable:!0,get(){return this._generator.level},set(e){this._generator.level=e}}})),jh=(e,t,r)=>{let n,a;return r===void 0?(n=e,a=t):(n=r.openAll+e,a=t+r.closeAll),{open:e,close:t,openAll:n,closeAll:a,parent:r}},Kc=(e,t,r)=>{let n=function(){for(var a=arguments.length,o=new Array(a),l=0;l<a;l++)o[l]=arguments[l];return Yc(o[0])&&Yc(o[0].raw)?OC(n,LC(n,...o)):OC(n,o.length===1?""+o[0]:o.join(" "))};return Object.setPrototypeOf(n,m7),n._generator=e,n._styler=t,n._isEmpty=r,n},OC=(e,t)=>{if(e.level<=0||!t)return e._isEmpty?"":t;let r=e._styler;if(r===void 0)return t;let{openAll:n,closeAll:a}=r;if(t.indexOf("\x1B")!==-1)for(;r!==void 0;)t=f7(t,r.close,r.open),r=r.parent;let o=t.indexOf(`
`);return o!==-1&&(t=h7(t,a,n,o)),n+t+a},Rh,LC=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];let[a]=r;if(!Yc(a)||!Yc(a.raw))return r.join(" ");let o=r.slice(1),l=[a.raw[0]];for(let p=1;p<a.length;p++)l.push(String(o[p-1]).replace(/[{}\\]/g,"\\$&"),String(a.raw[p]));return Rh===void 0&&(Rh=p7),Rh(e,l.join(""))};Object.defineProperties(Xc.prototype,ia);let Qc=Xc();Qc.supportsColor=Lh,Qc.stderr=Xc({level:Mh?Mh.level:0}),Qc.stderr.supportsColor=Mh;var g7=Qc;let y7=["_"],qr=Rb,D7=_h.exports,MC=g7,E7=Mr,Zc={key:e=>e.length===1?"-".concat(e):"--".concat(e),value:e=>qr.apiDescriptor.value(e),pair:e=>{let{key:t,value:r}=e;return r===!1?"--no-".concat(t):r===!0?Zc.key(t):r===""?"".concat(Zc.key(t)," without an argument"):"".concat(Zc.key(t),"=").concat(r)}};class b7 extends qr.ChoiceSchema{constructor(t){let{name:r,flags:n}=t;super({name:r,choices:n}),this._flags=[...n].sort()}preprocess(t,r){if(typeof t=="string"&&t.length>0&&!this._flags.includes(t)){let n=this._flags.find(a=>D7(a,t)<3);if(n)return r.logger.warn(["Unknown flag ".concat(MC.yellow(r.descriptor.value(t)),","),"did you mean ".concat(MC.blue(r.descriptor.value(n)),"?")].join(" ")),n}return t}expected(){return"a flag"}}let Vh;function jC(e,t){let{logger:r,isCLI:n=!1,passThrough:a=!1}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=a?Array.isArray(a)?(D,b)=>a.includes(D)?{[D]:b}:void 0:(D,b)=>({[D]:b}):(D,b,v)=>{let w=P0(v.schemas,y7);return qr.levenUnknownHandler(D,b,Object.assign(Object.assign({},v),{},{schemas:w}))},l=n?Zc:qr.apiDescriptor,p=C7(t,{isCLI:n}),d=new qr.Normalizer(p,{logger:r,unknown:o,descriptor:l}),m=r!==!1;m&&Vh&&(d._hasDeprecationWarned=Vh);let y=d.normalize(e);return m&&(Vh=d._hasDeprecationWarned),y}function C7(e,t){let{isCLI:r}=t,n=[];r&&n.push(qr.AnySchema.create({name:"_"}));for(let a of e)n.push(A7(a,{isCLI:r,optionInfos:e})),a.alias&&r&&n.push(qr.AliasSchema.create({name:a.alias,sourceName:a.name}));return n}function A7(e,t){let r,{isCLI:n,optionInfos:a}=t,o={name:e.name},l={};switch(e.type){case"int":r=qr.IntegerSchema,n&&(o.preprocess=p=>Number(p));break;case"string":case"path":r=qr.StringSchema;break;case"choice":r=qr.ChoiceSchema,o.choices=e.choices.map(p=>typeof p=="object"&&p.redirect?Object.assign(Object.assign({},p),{},{redirect:{to:{key:e.name,value:p.redirect}}}):p);break;case"boolean":r=qr.BooleanSchema;break;case"flag":r=b7,o.flags=a.flatMap(p=>[p.alias,p.description&&p.name,p.oppositeDescription&&"no-".concat(p.name)].filter(Boolean));break;default:throw new Error("Unexpected type ".concat(e.type))}if(e.exception?o.validate=(p,d,m)=>e.exception(p)||d.validate(p,m):o.validate=(p,d,m)=>p===void 0||d.validate(p,m),e.redirect&&(l.redirect=p=>p?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),n&&!e.array){let p=o.preprocess||(d=>d);o.preprocess=(d,m,y)=>m.preprocess(p(Array.isArray(d)?E7(d):d),y)}return e.array?qr.ArraySchema.create(Object.assign(Object.assign(Object.assign({},n?{preprocess:p=>Array.isArray(p)?p:[p]}:{}),l),{},{valueSchema:r.create(o)})):r.create(Object.assign(Object.assign({},o),l))}var v7={normalizeApiOptions:function(e,t,r){return jC(e,t,r)},normalizeCliOptions:function(e,t,r){return jC(e,t,Object.assign({isCLI:!0},r))}};let{isNonEmptyArray:x7}=ke;function el(e,t){let{ignoreDecorators:r}=t||{};if(!r){let n=e.declaration&&e.declaration.decorators||e.decorators;if(x7(n))return el(n[0])}return e.range?e.range[0]:e.start}function qh(e){return e.range?e.range[1]:e.end}function RC(e,t){return el(e)===el(t)}var $t={locStart:el,locEnd:qh,hasSameLocStart:RC,hasSameLoc:function(e,t){return RC(e,t)&&function(r,n){return qh(r)===qh(n)}(e,t)}},tl={},Su={},rl={};Object.defineProperty(rl,"__esModule",{value:!0}),rl.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,rl.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!(!e[3]&&!e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t};var VC={},Fu={};Object.defineProperty(Fu,"__esModule",{value:!0}),Fu.isIdentifierStart=UC,Fu.isIdentifierChar=WC,Fu.isIdentifierName=function(e){let t=!0;for(let r=0;r<e.length;r++){let n=e.charCodeAt(r);if((64512&n)==55296&&r+1<e.length){let a=e.charCodeAt(++r);(64512&a)==56320&&(n=65536+((1023&n)<<10)+(1023&a))}if(t){if(t=!1,!UC(n))return!1}else if(!WC(n))return!1}return!t};let Gh="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",qC="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F",S7=new RegExp("["+Gh+"]"),F7=new RegExp("["+Gh+qC+"]");Gh=qC=null;let GC=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2637,96,16,1070,4050,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,46,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,482,44,11,6,17,0,322,29,19,43,1269,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4152,8,221,3,5761,15,7472,3104,541,1507,4938],w7=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,357,0,62,13,1495,6,110,6,6,9,4759,9,787719,239];function Uh(e,t){let r=65536;for(let n=0,a=t.length;n<a;n+=2){if(r+=t[n],r>e)return!1;if(r+=t[n+1],r>=e)return!0}return!1}function UC(e){return e<65?e===36:e<=90||(e<97?e===95:e<=122||(e<=65535?e>=170&&S7.test(String.fromCharCode(e)):Uh(e,GC)))}function WC(e){return e<48?e===36:e<58||!(e<65)&&(e<=90||(e<97?e===95:e<=122||(e<=65535?e>=170&&F7.test(String.fromCharCode(e)):Uh(e,GC)||Uh(e,w7))))}var Ji={};Object.defineProperty(Ji,"__esModule",{value:!0}),Ji.isReservedWord=zC,Ji.isStrictReservedWord=$C,Ji.isStrictBindOnlyReservedWord=HC,Ji.isStrictBindReservedWord=function(e,t){return $C(e,t)||HC(e)},Ji.isKeyword=function(e){return k7.has(e)};let B7=["implements","interface","let","package","private","protected","public","static","yield"],T7=["eval","arguments"],k7=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"]),_7=new Set(B7),N7=new Set(T7);function zC(e,t){return t&&e==="await"||e==="enum"}function $C(e,t){return zC(e,t)||_7.has(e)}function HC(e){return N7.has(e)}(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:function(){return t.isIdentifierName}}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:function(){return t.isIdentifierChar}}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:function(){return t.isIdentifierStart}}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:function(){return r.isReservedWord}}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return r.isStrictBindOnlyReservedWord}}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:function(){return r.isStrictBindReservedWord}}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:function(){return r.isStrictReservedWord}}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:function(){return r.isKeyword}});var t=Fu,r=Ji})(VC);var JC={exports:{}},I7=/[|\\{}()[\]^$+*?.]/g,P7=function(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(I7,"\\$&")};let O7=Uc,dn=(e,t)=>{t=t||et.argv;let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)},Ht=et.env,sa;function Wh(e){let t=function(r){if(sa===!1)return 0;if(dn("color=16m")||dn("color=full")||dn("color=truecolor"))return 3;if(dn("color=256"))return 2;if(r&&!r.isTTY&&sa!==!0)return 0;let n=sa?1:0;if(et.platform==="win32"){let a=O7.release().split(".");return Number(et.versions.node.split(".")[0])>=8&&Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in Ht)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(a=>a in Ht)||Ht.CI_NAME==="codeship"?1:n;if("TEAMCITY_VERSION"in Ht)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ht.TEAMCITY_VERSION)?1:0;if(Ht.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Ht){let a=parseInt((Ht.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ht.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ht.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ht.TERM)||"COLORTERM"in Ht?1:(Ht.TERM,n)}(e);return function(r){return r!==0&&{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}(t)}dn("no-color")||dn("no-colors")||dn("color=false")?sa=!1:(dn("color")||dn("colors")||dn("color=true")||dn("color=always"))&&(sa=!0),"FORCE_COLOR"in Ht&&(sa=Ht.FORCE_COLOR.length===0||parseInt(Ht.FORCE_COLOR,10)!==0);var L7={supportsColor:Wh,stdout:Wh(et.stdout),stderr:Wh(et.stderr)};let M7=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,YC=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,j7=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,R7=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,V7=new Map([["n",`
`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function XC(e){return e[0]==="u"&&e.length===5||e[0]==="x"&&e.length===3?String.fromCharCode(parseInt(e.slice(1),16)):V7.get(e)||e}function q7(e,t){let r=[],n=t.trim().split(/\s*,\s*/g),a;for(let o of n)if(isNaN(o)){if(!(a=o.match(j7)))throw new Error("Invalid Chalk template style argument: ".concat(o," (in style '").concat(e,"')"));r.push(a[2].replace(R7,(l,p,d)=>p?XC(p):d))}else r.push(Number(o));return r}function G7(e){YC.lastIndex=0;let t=[],r;for(;(r=YC.exec(e))!==null;){let n=r[1];if(r[2]){let a=q7(n,r[2]);t.push([n].concat(a))}else t.push([n])}return t}function KC(e,t){let r={};for(let a of t)for(let o of a.styles)r[o[0]]=a.inverse?null:o.slice(1);let n=e;for(let a of Object.keys(r))if(Array.isArray(r[a])){if(!(a in n))throw new Error("Unknown Chalk style: ".concat(a));n=r[a].length>0?n[a].apply(n,r[a]):n[a]}return n}var U7=(e,t)=>{let r=[],n=[],a=[];if(t.replace(M7,(o,l,p,d,m,y)=>{if(l)a.push(XC(l));else if(d){let D=a.join("");a=[],n.push(r.length===0?D:KC(e,r)(D)),r.push({inverse:p,styles:G7(d)})}else if(m){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");n.push(KC(e,r)(a.join(""))),a=[],r.pop()}else a.push(y)}),n.push(a.join("")),r.length>0){let o="Chalk template literal is missing ".concat(r.length," closing bracket").concat(r.length===1?"":"s"," (`}`)");throw new Error(o)}return n.join("")};(function(e){let t=P7,r=hh.exports,n=L7.stdout,a=U7,o=et.platform==="win32"&&!(et.env.TERM||"").toLowerCase().startsWith("xterm"),l=["ansi","ansi","ansi256","ansi16m"],p=new Set(["gray"]),d=Object.create(null);function m(S,k){k=k||{};let P=n?n.level:0;S.level=k.level===void 0?P:k.level,S.enabled="enabled"in k?k.enabled:S.level>0}function y(S){if(!this||!(this instanceof y)||this.template){let k={};return m(k,S),k.template=function(){let P=[].slice.call(arguments);return w.apply(null,[k.template].concat(P))},Object.setPrototypeOf(k,y.prototype),Object.setPrototypeOf(k.template,k),k.template.constructor=y,k.template}m(this,S)}o&&(r.blue.open="\x1B[94m");for(let S of Object.keys(r))r[S].closeRe=new RegExp(t(r[S].close),"g"),d[S]={get(){let k=r[S];return b.call(this,this._styles?this._styles.concat(k):[k],this._empty,S)}};d.visible={get(){return b.call(this,this._styles||[],!0,"visible")}},r.color.closeRe=new RegExp(t(r.color.close),"g");for(let S of Object.keys(r.color.ansi))p.has(S)||(d[S]={get(){let k=this.level;return function(){let P=r.color[l[k]][S].apply(null,arguments),_={open:P,close:r.color.close,closeRe:r.color.closeRe};return b.call(this,this._styles?this._styles.concat(_):[_],this._empty,S)}}});r.bgColor.closeRe=new RegExp(t(r.bgColor.close),"g");for(let S of Object.keys(r.bgColor.ansi))p.has(S)||(d["bg"+S[0].toUpperCase()+S.slice(1)]={get(){let k=this.level;return function(){let P=r.bgColor[l[k]][S].apply(null,arguments),_={open:P,close:r.bgColor.close,closeRe:r.bgColor.closeRe};return b.call(this,this._styles?this._styles.concat(_):[_],this._empty,S)}}});let D=Object.defineProperties(()=>{},d);function b(S,k,P){let _=function(){return v.apply(_,arguments)};_._styles=S,_._empty=k;let M=this;return Object.defineProperty(_,"level",{enumerable:!0,get:()=>M.level,set(U){M.level=U}}),Object.defineProperty(_,"enabled",{enumerable:!0,get:()=>M.enabled,set(U){M.enabled=U}}),_.hasGrey=this.hasGrey||P==="gray"||P==="grey",_.__proto__=D,_}function v(){let S=arguments,k=S.length,P=String(arguments[0]);if(k===0)return"";if(k>1)for(let M=1;M<k;M++)P+=" "+S[M];if(!this.enabled||this.level<=0||!P)return this._empty?"":P;let _=r.dim.open;o&&this.hasGrey&&(r.dim.open="");for(let M of this._styles.slice().reverse())P=M.open+P.replace(M.closeRe,M.open)+M.close,P=P.replace(/\r?\n/g,"".concat(M.close,"$&").concat(M.open));return r.dim.open=_,P}function w(S,k){if(!Array.isArray(k))return[].slice.call(arguments,1).join(" ");let P=[].slice.call(arguments,2),_=[k.raw[0]];for(let M=1;M<k.length;M++)_.push(String(P[M-1]).replace(/[{}\\]/g,"\\$&")),_.push(String(k.raw[M]));return a(S,_.join(""))}Object.defineProperties(y.prototype,d),e.exports=y(),e.exports.supportsColor=n,e.exports.default=e.exports})(JC),Object.defineProperty(Su,"__esModule",{value:!0}),Su.default=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(tA(t)){let r=rA(t);return J7(z7(r),e)}return e},Su.getChalk=rA,Su.shouldHighlight=tA;var QC=rl,ZC=VC,zh=JC.exports;let W7=new Set(["as","async","from","get","of","set"]);function z7(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}let $7=/\r\n|[\n\r\u2028\u2029]/,H7=/^[()[\]{}]$/,eA;{let e=/^[a-z][\w-]*$/i,t=function(r,n,a){if(r.type==="name"){if((0,ZC.isKeyword)(r.value)||(0,ZC.isStrictReservedWord)(r.value,!0)||W7.has(r.value))return"keyword";if(e.test(r.value)&&(a[n-1]==="<"||a.substr(n-2,2)=="</"))return"jsxIdentifier";if(r.value[0]!==r.value[0].toLowerCase())return"capitalized"}return r.type==="punctuator"&&H7.test(r.value)?"bracket":r.type!=="invalid"||r.value!=="@"&&r.value!=="#"?r.type:"punctuator"};eA=function*(r){let n;for(;n=QC.default.exec(r);){let a=QC.matchToToken(n);yield{type:t(a,n.index,r),value:a.value}}}}function J7(e,t){let r="";for(let{type:n,value:a}of eA(t)){let o=e[n];r+=o?a.split($7).map(l=>o(l)).join(`
`):a}return r}function tA(e){return!!zh.supportsColor||e.forceColor}function rA(e){return e.forceColor?new zh.constructor({enabled:!0,level:1}):zh}Object.defineProperty(tl,"__esModule",{value:!0}),tl.codeFrameColumns=sA,tl.default=function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(!nA){nA=!0;let o="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";et.emitWarning?et.emitWarning(o,"DeprecationWarning"):(new Error(o).name="DeprecationWarning",console.warn(new Error(o)))}let a={start:{column:r=Math.max(r,0),line:t}};return sA(e,a,n)};var $h=Su;let nA=!1;function Y7(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}let iA=/\r\n|[\n\r\u2028\u2029]/;function X7(e,t,r){let n=Object.assign({column:0,line:-1},e.start),a=Object.assign({},n,e.end),{linesAbove:o=2,linesBelow:l=3}=r||{},p=n.line,d=n.column,m=a.line,y=a.column,D=Math.max(p-(o+1),0),b=Math.min(t.length,m+l);p===-1&&(D=0),m===-1&&(b=t.length);let v=m-p,w={};if(v)for(let S=0;S<=v;S++){let k=S+p;if(d)if(S===0){let P=t[k-1].length;w[k]=[d,P-d+1]}else if(S===v)w[k]=[0,y];else{let P=t[k-S].length;w[k]=[0,P]}else w[k]=!0}else w[p]=d===y?!d||[d,0]:[d,y-d];return{start:D,end:b,markerLines:w}}function sA(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=(r.highlightCode||r.forceColor)&&(0,$h.shouldHighlight)(r),a=(0,$h.getChalk)(r),o=Y7(a),l=(S,k)=>n?S(k):k,p=e.split(iA),{start:d,end:m,markerLines:y}=X7(t,p,r),D=t.start&&typeof t.start.column=="number",b=String(m).length,w=(n?(0,$h.default)(e,r):e).split(iA,m).slice(d,m).map((S,k)=>{let P=d+1+k,_=" ".concat(P).slice(-b),M=" ".concat(_," |"),U=y[P],q=!y[P+1];if(U){let H="";if(Array.isArray(U)){let Q=S.slice(0,Math.max(U[0]-1,0)).replace(/[^\t]/g," "),te=U[1]||1;H=[`
`,l(o.gutter,M.replace(/\d/g," "))," ",Q,l(o.marker,"^").repeat(te)].join(""),q&&r.message&&(H+=" "+l(o.message,r.message))}return[l(o.marker,">"),l(o.gutter,M),S.length>0?" ".concat(S):"",H].join("")}return" ".concat(l(o.gutter,M)).concat(S.length>0?" ".concat(S):"")}).join(`
`);return r.message&&!D&&(w="".concat(" ".repeat(b+1)).concat(r.message,`
`).concat(w)),n?a.reset(w):w}let{ConfigError:K7}=Cu,Q7=$t,{locStart:Z7,locEnd:eP}=Q7,tP=Object.getOwnPropertyNames,rP=Object.getOwnPropertyDescriptor;function aA(e){let t={};for(let r of e.plugins)if(r.parsers)for(let n of tP(r.parsers))Object.defineProperty(t,n,rP(r.parsers,n));return t}function uA(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:aA(e);if(typeof e.parser=="function")return{parse:e.parser,astFormat:"estree",locStart:Z7,locEnd:eP};if(typeof e.parser=="string"){if(Object.prototype.hasOwnProperty.call(t,e.parser))return t[e.parser];throw new K7(`Couldn't resolve parser "`.concat(e.parser,'". Parsers must be explicitly added to the standalone bundle.'))}}var Hh={parse:function(e,t){let r=aA(t),n=Object.defineProperties({},Object.fromEntries(Object.keys(r).map(o=>[o,{enumerable:!0,get:()=>r[o].parse}]))),a=uA(t,r);try{return a.preprocess&&(e=a.preprocess(e,t)),{text:e,ast:a.parse(e,n,t)}}catch(o){let{loc:l}=o;if(l){let{codeFrameColumns:p}=tl;throw o.codeFrame=p(e,l,{highlightCode:!0}),o.message+=`
`+o.codeFrame,o}throw o.stack}},resolveParser:uA};let oA=mb,nP=j4,iP=tI,{UndefinedParserError:sP}=Cu,{getSupportInfo:cA}=q0,lA=v7,{resolveParser:aP}=Hh,Jh={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function uP(e){let{astFormat:t}=e;if(!t)throw new Error("getPlugin() requires astFormat to be set");let r=e.plugins.find(n=>n.printers&&n.printers[t]);if(!r)throw new Error(`Couldn't find plugin for AST format "`.concat(t,'"'));return r}function pA(e,t){let r=nP.basename(e).toLowerCase(),n=cA({plugins:t}).languages.filter(o=>o.since!==null),a=n.find(o=>o.extensions&&o.extensions.some(l=>r.endsWith(l))||o.filenames&&o.filenames.some(l=>l.toLowerCase()===r));if(!a&&!r.includes(".")){let o=function(l){if(typeof l!="string")return"";let p;try{p=oA.openSync(l,"r")}catch{return""}try{let d=new iP(p).next().toString("utf8"),m=d.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/);if(m)return m[1];let y=d.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/);return y?y[1]:""}catch{return""}finally{try{oA.closeSync(p)}catch{}}}(e);a=n.find(l=>l.interpreters&&l.interpreters.includes(o))}return a&&a.parsers[0]}var fA={normalize:function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=Object.assign({},e),n=cA({plugins:e.plugins,showUnreleased:!0,showDeprecated:!0}).options,a=Object.assign(Object.assign({},Jh),Object.fromEntries(n.filter(m=>m.default!==void 0).map(m=>[m.name,m.default])));if(!r.parser)if(r.filepath){if(r.parser=pA(r.filepath,r.plugins),!r.parser)throw new sP("No parser could be inferred for file: ".concat(r.filepath))}else(t.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),r.parser="babel";let o=aP(lA.normalizeApiOptions(r,[n.find(m=>m.name==="parser")],{passThrough:!0,logger:!1}));r.astFormat=o.astFormat,r.locEnd=o.locEnd,r.locStart=o.locStart;let l=uP(r);r.printer=l.printers[r.astFormat];let p=Object.fromEntries(n.filter(m=>m.pluginDefaults&&m.pluginDefaults[l.name]!==void 0).map(m=>[m.name,m.pluginDefaults[l.name]])),d=Object.assign(Object.assign({},a),p);for(let[m,y]of Object.entries(d))r[m]!==null&&r[m]!==void 0||(r[m]=y);return r.parser==="json"&&(r.trailingComma="none"),lA.normalizeApiOptions(r,n,Object.assign({passThrough:Object.keys(Jh)},t))},hiddenDefaults:Jh,inferParser:pA},oP=function e(t,r,n){if(Array.isArray(t))return t.map(p=>e(p,r,n)).filter(Boolean);if(!t||typeof t!="object")return t;let a=r.printer.massageAstNode,o;o=a&&a.ignoredProperties?a.ignoredProperties:new Set;let l={};for(let[p,d]of Object.entries(t))o.has(p)||typeof d=="function"||(l[p]=e(d,r,t));if(a){let p=a(t,l,n);if(p===null)return;if(p)return p}return l},cP=typeof Object.create=="function"?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e};function Yi(e,t){var r={seen:[],stylize:pP};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),hA(t)?r.showHidden=t:t&&fP(r,t),aa(r.showHidden)&&(r.showHidden=!1),aa(r.depth)&&(r.depth=2),aa(r.colors)&&(r.colors=!1),aa(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=lP),nl(r,e,r.depth)}function lP(e,t){var r=Yi.styles[t];return r?"\x1B["+Yi.colors[r][0]+"m"+e+"\x1B["+Yi.colors[r][1]+"m":e}function pP(e,t){return e}function nl(e,t,r){if(e.customInspect&&t&&Bu(t.inspect)&&t.inspect!==Yi&&(!t.constructor||t.constructor.prototype!==t)){var n=t.inspect(r,e);return mA(n)||(n=nl(e,n,r)),n}var a=function(v,w){if(aa(w))return v.stylize("undefined","undefined");if(mA(w)){var S="'"+JSON.stringify(w).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return v.stylize(S,"string")}if(k=w,typeof k=="number")return v.stylize(""+w,"number");var k;if(hA(w))return v.stylize(""+w,"boolean");if(dA(w))return v.stylize("null","null")}(e,t);if(a)return a;var o=Object.keys(t),l=function(v){var w={};return v.forEach(function(S,k){w[S]=!0}),w}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(t)),al(t)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Yh(t);if(o.length===0){if(Bu(t)){var p=t.name?": "+t.name:"";return e.stylize("[Function"+p+"]","special")}if(wu(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(sl(t))return e.stylize(Date.prototype.toString.call(t),"date");if(al(t))return Yh(t)}var d,m,y="",D=!1,b=["{","}"];return d=t,Array.isArray(d)&&(D=!0,b=["[","]"]),Bu(t)&&(y=" [Function"+(t.name?": "+t.name:"")+"]"),wu(t)&&(y=" "+RegExp.prototype.toString.call(t)),sl(t)&&(y=" "+Date.prototype.toUTCString.call(t)),al(t)&&(y=" "+Yh(t)),o.length!==0||D&&t.length!=0?r<0?wu(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),m=D?function(v,w,S,k,P){for(var _=[],M=0,U=w.length;M<U;++M)yA(w,String(M))?_.push(Xh(v,w,S,k,String(M),!0)):_.push("");return P.forEach(function(q){q.match(/^\d+$/)||_.push(Xh(v,w,S,k,q,!0))}),_}(e,t,r,l,o):o.map(function(v){return Xh(e,t,r,l,v,D)}),e.seen.pop(),function(v,w,S){return v.reduce(function(k,P){return P.indexOf(`
`),k+P.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?S[0]+(w===""?"":w+`
`)+" "+v.join(`,
`)+" "+S[1]:S[0]+w+" "+v.join(", ")+" "+S[1]}(m,y,b)):b[0]+y+b[1]}function Yh(e){return"["+Error.prototype.toString.call(e)+"]"}function Xh(e,t,r,n,a,o){var l,p,d;if((d=Object.getOwnPropertyDescriptor(t,a)||{value:t[a]}).get?p=d.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):d.set&&(p=e.stylize("[Setter]","special")),yA(n,a)||(l="["+a+"]"),p||(e.seen.indexOf(d.value)<0?(p=dA(r)?nl(e,d.value,null):nl(e,d.value,r-1)).indexOf(`
`)>-1&&(p=o?p.split(`
`).map(function(m){return" "+m}).join(`
`).substr(2):`
`+p.split(`
`).map(function(m){return" "+m}).join(`
`)):p=e.stylize("[Circular]","special")),aa(l)){if(o&&a.match(/^\d+$/))return p;(l=JSON.stringify(""+a)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(l=l.substr(1,l.length-2),l=e.stylize(l,"name")):(l=l.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),l=e.stylize(l,"string"))}return l+": "+p}function hA(e){return typeof e=="boolean"}function dA(e){return e===null}function mA(e){return typeof e=="string"}function aa(e){return e===void 0}function wu(e){return il(e)&&Kh(e)==="[object RegExp]"}function il(e){return typeof e=="object"&&e!==null}function sl(e){return il(e)&&Kh(e)==="[object Date]"}function al(e){return il(e)&&(Kh(e)==="[object Error]"||e instanceof Error)}function Bu(e){return typeof e=="function"}function gA(e){return e===null||typeof e=="boolean"||typeof e=="number"||typeof e=="string"||typeof e=="symbol"||e===void 0}function Kh(e){return Object.prototype.toString.call(e)}function fP(e,t){if(!t||!il(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e}function yA(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function DA(e,t){if(e===t)return 0;for(var r=e.length,n=t.length,a=0,o=Math.min(r,n);a<o;++a)if(e[a]!==t[a]){r=e[a],n=t[a];break}return r<n?-1:n<r?1:0}Yi.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Yi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};var Qh,hP=Object.prototype.hasOwnProperty,EA=Object.keys||function(e){var t=[];for(var r in e)hP.call(e,r)&&t.push(r);return t},bA=Array.prototype.slice;function CA(){return Qh!==void 0?Qh:Qh=function(){}.name==="foo"}function AA(e){return Object.prototype.toString.call(e)}function vA(e){return!Qs(e)&&typeof jr.ArrayBuffer=="function"&&(typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):!!e&&(e instanceof DataView||!!(e.buffer&&e.buffer instanceof ArrayBuffer)))}function ar(e,t){e||ur(e,!0,t,"==",Tu)}var dP=/\s*function\s+([^\(\s]*)\s*/;function xA(e){if(Bu(e)){if(CA())return e.name;var t=e.toString().match(dP);return t&&t[1]}}function ul(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(p){return SA(FA(p.actual),128)+" "+p.operator+" "+SA(FA(p.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||ur;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var r=new Error;if(r.stack){var n=r.stack,a=xA(t),o=n.indexOf(`
`+a);if(o>=0){var l=n.indexOf(`
`,o+1);n=n.substring(l+1)}this.stack=n}}}function SA(e,t){return typeof e=="string"?e.length<t?e:e.slice(0,t):e}function FA(e){if(CA()||!Bu(e))return Yi(e);var t=xA(e);return"[Function"+(t?": "+t:"")+"]"}function ur(e,t,r,n,a){throw new ul({message:r,actual:e,expected:t,operator:n,stackStartFunction:a})}function Tu(e,t){e||ur(e,!0,t,"==",Tu)}function Zh(e,t,r){e!=t&&ur(e,t,r,"==",Zh)}function ed(e,t,r){e==t&&ur(e,t,r,"!=",ed)}function td(e,t,r){ua(e,t,!1)||ur(e,t,r,"deepEqual",td)}function rd(e,t,r){ua(e,t,!0)||ur(e,t,r,"deepStrictEqual",rd)}function ua(e,t,r,n){if(e===t)return!0;if(Qs(e)&&Qs(t))return DA(e,t)===0;if(sl(e)&&sl(t))return e.getTime()===t.getTime();if(wu(e)&&wu(t))return e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase;if(e!==null&&typeof e=="object"||t!==null&&typeof t=="object"){if(vA(e)&&vA(t)&&AA(e)===AA(t)&&!(e instanceof Float32Array||e instanceof Float64Array))return DA(new Uint8Array(e.buffer),new Uint8Array(t.buffer))===0;if(Qs(e)!==Qs(t))return!1;var a=(n=n||{actual:[],expected:[]}).actual.indexOf(e);return a!==-1&&a===n.expected.indexOf(t)||(n.actual.push(e),n.expected.push(t),function(o,l,p,d){if(o==null||l==null)return!1;if(gA(o)||gA(l))return o===l;if(p&&Object.getPrototypeOf(o)!==Object.getPrototypeOf(l))return!1;var m=wA(o),y=wA(l);if(m&&!y||!m&&y)return!1;if(m)return ua(o=bA.call(o),l=bA.call(l),p);var D,b,v=EA(o),w=EA(l);if(v.length!==w.length)return!1;for(v.sort(),w.sort(),b=v.length-1;b>=0;b--)if(v[b]!==w[b])return!1;for(b=v.length-1;b>=0;b--)if(!ua(o[D=v[b]],l[D],p,d))return!1;return!0}(e,t,r,n))}return r?e===t:e==t}function wA(e){return Object.prototype.toString.call(e)=="[object Arguments]"}function nd(e,t,r){ua(e,t,!1)&&ur(e,t,r,"notDeepEqual",nd)}function id(e,t,r){ua(e,t,!0)&&ur(e,t,r,"notDeepStrictEqual",id)}function sd(e,t,r){e!==t&&ur(e,t,r,"===",sd)}function ad(e,t,r){e===t&&ur(e,t,r,"!==",ad)}function BA(e,t){if(!e||!t)return!1;if(Object.prototype.toString.call(t)=="[object RegExp]")return t.test(e);try{if(e instanceof t)return!0}catch{}return!Error.isPrototypeOf(t)&&t.call({},e)===!0}function TA(e,t,r,n){var a;if(typeof t!="function")throw new TypeError('"block" argument must be a function');typeof r=="string"&&(n=r,r=null),a=function(p){var d;try{p()}catch(m){d=m}return d}(t),n=(r&&r.name?" ("+r.name+").":".")+(n?" "+n:"."),e&&!a&&ur(a,r,"Missing expected exception"+n);var o=typeof n=="string",l=!e&&a&&!r;if((!e&&al(a)&&o&&BA(a,r)||l)&&ur(a,r,"Got unwanted exception"+n),e&&a&&r&&!BA(a,r)||!e&&a)throw a}function kA(e,t,r){TA(!0,e,t,r)}function _A(e,t,r){TA(!1,e,t,r)}function NA(e){if(e)throw e}ar.AssertionError=ul,cP(ul,Error),ar.fail=ur,ar.ok=Tu,ar.equal=Zh,ar.notEqual=ed,ar.deepEqual=td,ar.deepStrictEqual=rd,ar.notDeepEqual=nd,ar.notDeepStrictEqual=id,ar.strictEqual=sd,ar.notStrictEqual=ad,ar.throws=kA,ar.doesNotThrow=_A,ar.ifError=NA;var ku=s(Object.freeze({__proto__:null,default:ar,AssertionError:ul,fail:ur,ok:Tu,assert:Tu,equal:Zh,notEqual:ed,deepEqual:td,deepStrictEqual:rd,notDeepEqual:nd,notDeepStrictEqual:id,strictEqual:sd,notStrictEqual:ad,throws:kA,doesNotThrow:_A,ifError:NA}));let IA=ku,{builders:{line:mP,hardline:di,breakParent:gP,indent:yP,lineSuffix:PA,join:OA,cursor:ud}}=ve,{hasNewline:oa,skipNewline:DP,skipSpaces:EP,isPreviousLineEmpty:bP,addLeadingComment:_u,addDanglingComment:od,addTrailingComment:Nu}=ke,cd=new WeakMap;function ld(e,t,r){if(!e)return;let{printer:n,locStart:a,locEnd:o}=t;if(r){if(n.canAttachComment&&n.canAttachComment(e)){let p;for(p=r.length-1;p>=0&&!(a(r[p])<=a(e)&&o(r[p])<=o(e));--p);return void r.splice(p+1,0,e)}}else if(cd.has(e))return cd.get(e);let l=n.getCommentChildNodes&&n.getCommentChildNodes(e,t)||typeof e=="object"&&Object.entries(e).filter(p=>{let[d]=p;return d!=="enclosingNode"&&d!=="precedingNode"&&d!=="followingNode"&&d!=="tokens"&&d!=="comments"}).map(p=>{let[,d]=p;return d});if(l){r||(r=[],cd.set(e,r));for(let p of l)ld(p,t,r);return r}}function LA(e,t,r,n){let{locStart:a,locEnd:o}=r,l=a(t),p=o(t),d=ld(e,r),m,y,D=0,b=d.length;for(;D<b;){let v=D+b>>1,w=d[v],S=a(w),k=o(w);if(S<=l&&p<=k)return LA(w,t,r,w);if(k<=l)m=w,D=v+1;else{if(!(p<=S))throw new Error("Comment location overlaps with node location");y=w,b=v}}if(n&&n.type==="TemplateLiteral"){let{quasis:v}=n,w=hd(v,t,r);m&&hd(v,m,r)!==w&&(m=null),y&&hd(v,y,r)!==w&&(y=null)}return{enclosingNode:n,precedingNode:m,followingNode:y}}let pd=()=>!1,MA=e=>!/[\S\n\u2028\u2029]/.test(e);function CP(e,t,r,n){let{comment:a,precedingNode:o}=r[n],{locStart:l,locEnd:p}=t,d=l(a);if(o)for(let m=n-1;m>=0;m--){let{comment:y,precedingNode:D}=r[m];if(D!==o||!MA(e.slice(p(y),d)))break;d=l(y)}return oa(e,d,{backwards:!0})}function AP(e,t,r,n){let{comment:a,followingNode:o}=r[n],{locStart:l,locEnd:p}=t,d=p(a);if(o)for(let m=n+1;m<r.length;m++){let{comment:y,followingNode:D}=r[m];if(D!==o||!MA(e.slice(d,l(y))))break;d=p(y)}return oa(e,d)}function jA(e,t,r){let n=e.length;if(n===0)return;let{precedingNode:a,followingNode:o,enclosingNode:l}=e[0],p=r.printer.getGapRegex&&r.printer.getGapRegex(l)||/^[\s(]*$/,d,m=r.locStart(o);for(d=n;d>0;--d){let{comment:y,precedingNode:D,followingNode:b}=e[d-1];IA.strictEqual(D,a),IA.strictEqual(b,o);let v=t.slice(r.locEnd(y),m);if(!p.test(v))break;m=r.locStart(y)}for(let[y,{comment:D}]of e.entries())y<d?Nu(a,D):_u(o,D);for(let y of[a,o])y.comments&&y.comments.length>1&&y.comments.sort((D,b)=>r.locStart(D)-r.locStart(b));e.length=0}function fd(e,t){return e.getValue().printed=!0,t.printer.printComment(e,t)}function hd(e,t,r){let n=r.locStart(t)-1;for(let a=1;a<e.length;++a)if(n<r.locStart(e[a]))return a-1;return 0}function RA(e,t,r){let n=e.getValue();if(!n)return{};let a=n.comments||[];r&&(a=a.filter(d=>!r.has(d)));let o=n===t.cursorNode;if(a.length===0){let d=o?ud:"";return{leading:d,trailing:d}}let l=[],p=[];return e.each(()=>{let d=e.getValue();if(r&&r.has(d))return;let{leading:m,trailing:y}=d;m?l.push(function(D,b){let v=D.getValue(),w=[fd(D,b)],{printer:S,originalText:k,locStart:P,locEnd:_}=b;if(S.isBlockComment&&S.isBlockComment(v)){let U=oa(k,_(v))?oa(k,P(v),{backwards:!0})?di:mP:" ";w.push(U)}else w.push(di);let M=DP(k,EP(k,_(v)));return M!==!1&&oa(k,M)&&w.push(di),w}(e,t)):y&&p.push(function(D,b){let v=D.getValue(),w=fd(D,b),{printer:S,originalText:k,locStart:P}=b,_=S.isBlockComment&&S.isBlockComment(v);if(oa(k,P(v),{backwards:!0})){let U=bP(k,v,P);return PA([di,U?di:"",w])}let M=[" ",w];return _||(M=[PA(M),gP]),M}(e,t))},"comments"),o&&(l.unshift(ud),p.push(ud)),{leading:l,trailing:p}}var gt={attach:function(e,t,r,n){if(!Array.isArray(e))return;let a=[],{locStart:o,locEnd:l,printer:{handleComments:p={}}}=n,{avoidAstMutation:d,ownLine:m=pd,endOfLine:y=pd,remaining:D=pd}=p,b=e.map((v,w)=>Object.assign(Object.assign({},LA(t,v,n)),{},{comment:v,text:r,options:n,ast:t,isLastComment:e.length-1===w}));for(let[v,w]of b.entries()){let{comment:S,precedingNode:k,enclosingNode:P,followingNode:_,text:M,options:U,ast:q,isLastComment:H}=w;if(U.parser==="json"||U.parser==="json5"||U.parser==="__js_expression"||U.parser==="__vue_expression"){if(o(S)-o(q)<=0){_u(q,S);continue}if(l(S)-l(q)>=0){Nu(q,S);continue}}let Q;if(d?Q=[w]:(S.enclosingNode=P,S.precedingNode=k,S.followingNode=_,Q=[S,M,U,q,H]),CP(M,U,b,v))S.placement="ownLine",m(...Q)||(_?_u(_,S):k?Nu(k,S):od(P||q,S));else if(AP(M,U,b,v))S.placement="endOfLine",y(...Q)||(k?Nu(k,S):_?_u(_,S):od(P||q,S));else if(S.placement="remaining",!D(...Q))if(k&&_){let te=a.length;te>0&&a[te-1].followingNode!==_&&jA(a,M,U),a.push(w)}else k?Nu(k,S):_?_u(_,S):od(P||q,S)}if(jA(a,r,n),!d)for(let v of e)delete v.precedingNode,delete v.enclosingNode,delete v.followingNode},printComments:function(e,t,r,n){let{leading:a,trailing:o}=RA(e,r,n);return a||o?[a,t,o]:t},printCommentsSeparately:RA,printDanglingComments:function(e,t,r,n){let a=[],o=e.getValue();return o&&o.comments?(e.each(()=>{let l=e.getValue();l.leading||l.trailing||n&&!n(l)||a.push(fd(e,t))},"comments"),a.length===0?"":r?OA(di,a):yP([di,OA(di,a)])):""},getSortedChildNodes:ld,ensureAllCommentsPrinted:function(e){if(e)for(let t of e){if(!t.printed)throw new Error('Comment "'+t.value.trim()+'" was not printed. Please report this error!');delete t.printed}}};let dd=Mr;function VA(e,t){let r=qA(e.stack,t);return r===-1?null:e.stack[r]}function qA(e,t){for(let r=e.length-1;r>=0;r-=2){let n=e[r];if(n&&!Array.isArray(n)&&--t<0)return r}return-1}var vP=class{constructor(e){this.stack=[e]}getName(){let{stack:e}=this,{length:t}=e;return t>1?e[t-2]:null}getValue(){return dd(this.stack)}getNode(){return VA(this,arguments.length>0&&arguments[0]!==void 0?arguments[0]:0)}getParentNode(){return VA(this,(arguments.length>0&&arguments[0]!==void 0?arguments[0]:0)+1)}call(e){let{stack:t}=this,{length:r}=t,n=dd(t);for(var a=arguments.length,o=new Array(a>1?a-1:0),l=1;l<a;l++)o[l-1]=arguments[l];for(let d of o)n=n[d],t.push(d,n);let p=e(this);return t.length=r,p}callParent(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=qA(this.stack,t+1),n=this.stack.splice(r+1),a=e(this);return this.stack.push(...n),a}each(e){let{stack:t}=this,{length:r}=t,n=dd(t);for(var a=arguments.length,o=new Array(a>1?a-1:0),l=1;l<a;l++)o[l-1]=arguments[l];for(let p of o)n=n[p],t.push(p,n);for(let p=0;p<n.length;++p)t.push(p,n[p]),e(this,p,n),t.length-=2;t.length=r}map(e){let t=[];for(var r=arguments.length,n=new Array(r>1?r-1:0),a=1;a<r;a++)n[a-1]=arguments[a];return this.each((o,l,p)=>{t[l]=e(o,l,p)},...n),t}try(e){let{stack:t}=this,r=[...t];try{return e()}finally{t.length=0,t.push(...r)}}match(){let e=this.stack.length-1,t=null,r=this.stack[e--];for(var n=arguments.length,a=new Array(n),o=0;o<n;o++)a[o]=arguments[o];for(let l of a){if(r===void 0)return!1;let p=null;if(typeof t=="number"&&(p=t,t=this.stack[e--],r=this.stack[e--]),l&&!l(r,t,p))return!1;t=this.stack[e--],r=this.stack[e--]}return!0}findAncestor(e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(;n;){let a=null;if(typeof r=="number"&&(a=r,r=this.stack[t--],n=this.stack[t--]),r!==null&&e(n,r,a))return n;r=this.stack[t--],n=this.stack[t--]}}};let{utils:{stripTrailingHardline:xP}}=ve,{normalize:SP}=fA,GA=gt;var FP={printSubtree:function(e,t,r,n){if(r.printer.embed&&r.embeddedLanguageFormatting==="auto")return r.printer.embed(e,t,(a,o,l)=>function(p,d,m,y){let{stripTrailingHardline:D=!1}=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},b=SP(Object.assign(Object.assign(Object.assign({},m),d),{},{parentParser:m.parser,originalText:p}),{passThrough:!0}),v=Hh.parse(p,b),{ast:w}=v;p=v.text;let S=w.comments;delete w.comments,GA.attach(S,w,p,b),b[Symbol.for("comments")]=S||[],b[Symbol.for("tokens")]=w.tokens||[];let k=y(w,b);return GA.ensureAllCommentsPrinted(S),D?typeof k=="string"?k.replace(/(?:\r?\n)*$/,""):xP(k):k}(a,o,r,n,l),r)}};let wP=vP,{builders:{hardline:BP,addAlignmentToDoc:TP},utils:{propagateBreaks:kP}}=ve,{printComments:_P}=gt,NP=FP;function UA(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,{printer:n}=t;n.preprocess&&(e=n.preprocess(e,t));let a=new Map,o=new wP(e),l=p();return r>0&&(l=TP([BP,l],r,t.tabWidth)),kP(l),l;function p(m,y){return m===void 0||m===o?d(y):Array.isArray(m)?o.call(()=>d(y),...m):o.call(()=>d(y),m)}function d(m){let y=o.getValue(),D=y&&typeof y=="object"&&m===void 0;if(D&&a.has(y))return a.get(y);let b=IP(o,t,p,m);return D&&a.set(y,b),b}}function IP(e,t,r,n){let a=e.getValue(),{printer:o}=t,l,p;if(o.hasPrettierIgnore&&o.hasPrettierIgnore(e))({doc:l,printedComments:p}=function(d,m){let{originalText:y,[Symbol.for("comments")]:D,locStart:b,locEnd:v}=m,w=b(d),S=v(d),k=new Set;for(let P of D)b(P)>=w&&v(P)<=S&&(P.printed=!0,k.add(P));return{doc:y.slice(w,S),printedComments:k}}(a,t));else{if(a)try{l=NP.printSubtree(e,r,t,UA)}catch(d){if(i.PRETTIER_DEBUG)throw d}l||(l=o.print(e,t,r,n))}return o.willPrintOwnComments&&o.willPrintOwnComments(e,t)||(l=_P(e,l,t,p)),l}var PP=UA;let OP=ku,LP=gt;function WA(e){let t=e.length-1;for(;;){let r=e[t];if(!r||r.type!=="Program"&&r.type!=="File")break;t--}return e.slice(0,t+1)}function ol(e,t,r,n){let a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],o=arguments.length>5?arguments[5]:void 0,{locStart:l,locEnd:p}=r,d=l(e),m=p(e);if(!(t>m||t<d||o==="rangeEnd"&&t===d||o==="rangeStart"&&t===m)){for(let y of LP.getSortedChildNodes(e,r)){let D=ol(y,t,r,n,[e,...a],o);if(D)return D}return!n||n(e,a[0])?{node:e,parentNodes:a}:void 0}}let zA=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),MP=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function $A(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"espree":case"meriyah":case"__babel_estree":return function(n,a){return a!=="DeclareExportDeclaration"&&n!=="TypeParameterDeclaration"&&(n==="Directive"||n==="TypeAlias"||n==="TSExportAssignment"||n.startsWith("Declare")||n.startsWith("TSDeclare")||n.endsWith("Statement")||n.endsWith("Declaration"))}(t.type,r&&r.type);case"json":case"json5":case"json-stringify":return zA.has(t.type);case"graphql":return MP.has(t.kind);case"vue":return t.tag!=="root"}return!1}var jP={calculateRange:function(e,t,r){let{rangeStart:n,rangeEnd:a,locStart:o,locEnd:l}=t;OP.ok(a>n);let p=e.slice(n,a).search(/\S/),d=p===-1;if(!d)for(n+=p;a>n&&!/\S/.test(e[a-1]);--a);let m=ol(r,n,t,(v,w)=>$A(t,v,w),[],"rangeStart"),y=d?m:ol(r,a,t,v=>$A(t,v),[],"rangeEnd");if(!m||!y)return{rangeStart:0,rangeEnd:0};let D,b;if((v=>{let{parser:w}=v;return w==="json"||w==="json5"||w==="json-stringify"})(t)){let v=function(w,S){let k=[w.node,...w.parentNodes],P=new Set([S.node,...S.parentNodes]);return k.find(_=>zA.has(_.type)&&P.has(_))}(m,y);D=v,b=v}else({startNode:D,endNode:b}=function(v,w,S){let{locStart:k,locEnd:P}=S,_=v.node,M=w.node;if(_===M)return{startNode:_,endNode:M};let U=k(v.node);for(let H of WA(w.parentNodes)){if(!(k(H)>=U))break;M=H}let q=P(w.node);for(let H of WA(v.parentNodes)){if(!(P(H)<=q))break;_=H}return{startNode:_,endNode:M}}(m,y,t));return{rangeStart:Math.min(o(D),o(b)),rangeEnd:Math.max(l(D),l(b))}},findNodeAtOffset:ol};let RP=c,{printer:{printDocToString:md},debug:{printDocToDebug:VP}}=ve,{getAlignmentSize:qP}=ke,{guessEndOfLine:GP,convertEndOfLineToChars:HA,countEndOfLineChars:JA,normalizeEndOfLine:UP}=z0,Iu=fA.normalize,WP=oP,YA=gt,Pu=Hh,gd=PP,XA=jP,KA=Symbol("cursor");function QA(e,t,r){let n=t.comments;return n&&(delete t.comments,YA.attach(n,t,e,r)),r[Symbol.for("comments")]=n||[],r[Symbol.for("tokens")]=t.tokens||[],r.originalText=e,n}function ZA(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:a}=Pu.parse(e,t);if(t.cursorOffset>=0){let d=XA.findNodeAtOffset(n,t.cursorOffset,t);d&&d.node&&(t.cursorNode=d.node)}let o=QA(a,n,t),l=gd(n,t,r),p=md(l,t);if(YA.ensureAllCommentsPrinted(o),r>0){let d=p.formatted.trim();p.cursorNodeStart!==void 0&&(p.cursorNodeStart-=p.formatted.indexOf(d)),p.formatted=d+HA(t.endOfLine)}if(t.cursorOffset>=0){let d,m,y,D,b;if(t.cursorNode&&p.cursorNodeText?(d=t.locStart(t.cursorNode),m=a.slice(d,t.locEnd(t.cursorNode)),y=t.cursorOffset-d,D=p.cursorNodeStart,b=p.cursorNodeText):(d=0,m=a,y=t.cursorOffset,D=0,b=p.formatted),m===b)return{formatted:p.formatted,cursorOffset:D+y,comments:o};let v=[...m];v.splice(y,0,KA);let w=[...b],S=RP.diffArrays(v,w),k=D;for(let P of S)if(P.removed){if(P.value.includes(KA))break}else k+=P.count;return{formatted:p.formatted,cursorOffset:k,comments:o}}return{formatted:p.formatted,cursorOffset:-1,comments:o}}function yd(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function ev(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a}=t;return r=yd(e,r,-1),n=yd(e,n,0),a=yd(e,a,e.length),Object.assign(Object.assign({},t),{},{cursorOffset:r,rangeStart:n,rangeEnd:a})}function tv(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o}=ev(e,t),l=e.charAt(0)==="\uFEFF";if(l&&(e=e.slice(1),r--,n--,a--),o==="auto"&&(o=GP(e)),e.includes("\r")){let p=d=>JA(e.slice(0,Math.max(d,0)),`\r
`);r-=p(r),n-=p(n),a-=p(a),e=UP(e)}return{hasBOM:l,text:e,options:ev(e,Object.assign(Object.assign({},t),{},{cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o}))}}function rv(e,t){let r=Pu.resolveParser(t);return!r.hasPragma||r.hasPragma(e)}function nv(e,t){let r,{hasBOM:n,text:a,options:o}=tv(e,Iu(t));return o.rangeStart>=o.rangeEnd&&a!==""||o.requirePragma&&!rv(a,o)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(o.rangeStart>0||o.rangeEnd<a.length?r=function(l,p){let{ast:d,text:m}=Pu.parse(l,p),{rangeStart:y,rangeEnd:D}=XA.calculateRange(m,p,d),b=m.slice(y,D),v=Math.min(y,m.lastIndexOf(`
`,y)+1),w=m.slice(v,y).match(/^\s*/)[0],S=qP(w,p.tabWidth),k=ZA(b,Object.assign(Object.assign({},p),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:p.cursorOffset>y&&p.cursorOffset<=D?p.cursorOffset-y:-1,endOfLine:"lf"}),S),P=k.formatted.trimEnd(),{cursorOffset:_}=p;_>D?_+=P.length-b.length:k.cursorOffset>=0&&(_=k.cursorOffset+y);let M=m.slice(0,y)+P+m.slice(D);if(p.endOfLine!=="lf"){let U=HA(p.endOfLine);_>=0&&U===`\r
`&&(_+=JA(M.slice(0,_),`
`)),M=M.replace(/\n/g,U)}return{formatted:M,cursorOffset:_,comments:k.comments}}(a,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!rv(a,o)&&(a=o.printer.insertPragma(a)),r=ZA(a,o)),n&&(r.formatted="\uFEFF"+r.formatted,r.cursorOffset>=0&&r.cursorOffset++),r)}var zP={formatWithCursor:nv,parse(e,t,r){let{text:n,options:a}=tv(e,Iu(t)),o=Pu.parse(n,a);return r&&(o.ast=WP(o.ast,a)),o},formatAST(e,t){t=Iu(t);let r=gd(e,t);return md(r,t)},formatDoc:(e,t)=>nv(VP(e),Object.assign(Object.assign({},t),{},{parser:"__js_expression"})).formatted,printToDoc(e,t){t=Iu(t);let{ast:r,text:n}=Pu.parse(e,t);return QA(n,r,t),gd(r,t)},printDocToString:(e,t)=>md(e,Iu(t))};let{getMaxContinuousCount:$P,getStringWidth:HP,getAlignmentSize:JP,getIndentSize:YP,skip:XP,skipWhitespace:KP,skipSpaces:QP,skipNewline:ZP,skipToLineEnd:eO,skipEverythingButNewLine:tO,skipInlineComment:rO,skipTrailingComment:nO,hasNewline:iO,hasNewlineInRange:sO,hasSpaces:aO,isNextLineEmpty:uO,isNextLineEmptyAfterIndex:oO,isPreviousLineEmpty:cO,getNextNonSpaceNonCommentCharacterIndex:lO,makeString:pO,addLeadingComment:fO,addDanglingComment:hO,addTrailingComment:dO}=ke;var mO={getMaxContinuousCount:$P,getStringWidth:HP,getAlignmentSize:JP,getIndentSize:YP,skip:XP,skipWhitespace:KP,skipSpaces:QP,skipNewline:ZP,skipToLineEnd:eO,skipEverythingButNewLine:tO,skipInlineComment:rO,skipTrailingComment:nO,hasNewline:iO,hasNewlineInRange:sO,hasSpaces:aO,isNextLineEmpty:uO,isNextLineEmptyAfterIndex:oO,isPreviousLineEmpty:cO,getNextNonSpaceNonCommentCharacterIndex:lO,makeString:pO,addLeadingComment:fO,addDanglingComment:hO,addTrailingComment:dO};let gO=["languageId"];var Xi=function(e,t){let{languageId:r}=e,n=P0(e,gO);return Object.assign(Object.assign({linguistLanguageId:r},n),t(e))},cl={},iv={exports:{}};(function(){function e(r){if(r==null)return!1;switch(r.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function t(r){switch(r.type){case"IfStatement":return r.alternate!=null?r.alternate:r.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return r.body}return null}iv.exports={isExpression:function(r){if(r==null)return!1;switch(r.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement:e,isIterationStatement:function(r){if(r==null)return!1;switch(r.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(r){return e(r)||r!=null&&r.type==="FunctionDeclaration"},isProblematicIfStatement:function(r){var n;if(r.type!=="IfStatement"||r.alternate==null)return!1;n=r.consequent;do{if(n.type==="IfStatement"&&n.alternate==null)return!0;n=t(n)}while(n);return!1},trailingStatement:t}})();var Dd={exports:{}};(function(){var e,t,r,n,a,o;function l(p){return p<=65535?String.fromCharCode(p):String.fromCharCode(Math.floor((p-65536)/1024)+55296)+String.fromCharCode((p-65536)%1024+56320)}for(t={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},e={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},r=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],n=new Array(128),o=0;o<128;++o)n[o]=o>=97&&o<=122||o>=65&&o<=90||o===36||o===95;for(a=new Array(128),o=0;o<128;++o)a[o]=o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===36||o===95;Dd.exports={isDecimalDigit:function(p){return 48<=p&&p<=57},isHexDigit:function(p){return 48<=p&&p<=57||97<=p&&p<=102||65<=p&&p<=70},isOctalDigit:function(p){return p>=48&&p<=55},isWhiteSpace:function(p){return p===32||p===9||p===11||p===12||p===160||p>=5760&&r.indexOf(p)>=0},isLineTerminator:function(p){return p===10||p===13||p===8232||p===8233},isIdentifierStartES5:function(p){return p<128?n[p]:t.NonAsciiIdentifierStart.test(l(p))},isIdentifierPartES5:function(p){return p<128?a[p]:t.NonAsciiIdentifierPart.test(l(p))},isIdentifierStartES6:function(p){return p<128?n[p]:e.NonAsciiIdentifierStart.test(l(p))},isIdentifierPartES6:function(p){return p<128?a[p]:e.NonAsciiIdentifierPart.test(l(p))}}})();var sv={exports:{}};(function(){var e=Dd.exports;function t(p,d){return!(!d&&p==="yield")&&r(p,d)}function r(p,d){if(d&&function(m){switch(m){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(p))return!0;switch(p.length){case 2:return p==="if"||p==="in"||p==="do";case 3:return p==="var"||p==="for"||p==="new"||p==="try";case 4:return p==="this"||p==="else"||p==="case"||p==="void"||p==="with"||p==="enum";case 5:return p==="while"||p==="break"||p==="catch"||p==="throw"||p==="const"||p==="yield"||p==="class"||p==="super";case 6:return p==="return"||p==="typeof"||p==="delete"||p==="switch"||p==="export"||p==="import";case 7:return p==="default"||p==="finally"||p==="extends";case 8:return p==="function"||p==="continue"||p==="debugger";case 10:return p==="instanceof";default:return!1}}function n(p,d){return p==="null"||p==="true"||p==="false"||t(p,d)}function a(p,d){return p==="null"||p==="true"||p==="false"||r(p,d)}function o(p){var d,m,y;if(p.length===0||(y=p.charCodeAt(0),!e.isIdentifierStartES5(y)))return!1;for(d=1,m=p.length;d<m;++d)if(y=p.charCodeAt(d),!e.isIdentifierPartES5(y))return!1;return!0}function l(p){var d,m,y,D,b;if(p.length===0)return!1;for(b=e.isIdentifierStartES6,d=0,m=p.length;d<m;++d){if(55296<=(y=p.charCodeAt(d))&&y<=56319){if(++d>=m||!(56320<=(D=p.charCodeAt(d))&&D<=57343))return!1;y=1024*(y-55296)+(D-56320)+65536}if(!b(y))return!1;b=e.isIdentifierPartES6}return!0}sv.exports={isKeywordES5:t,isKeywordES6:r,isReservedWordES5:n,isReservedWordES6:a,isRestrictedWord:function(p){return p==="eval"||p==="arguments"},isIdentifierNameES5:o,isIdentifierNameES6:l,isIdentifierES5:function(p,d){return o(p)&&!n(p,d)},isIdentifierES6:function(p,d){return l(p)&&!a(p,d)}}})(),cl.ast=iv.exports,cl.code=Dd.exports,cl.keyword=sv.exports;let yO=cl.keyword.isIdentifierNameES5,{getLast:av,hasNewline:uv,skipWhitespace:DO,isNonEmptyArray:Ed,isNextLineEmptyAfterIndex:EO,getStringWidth:bO}=ke,{locStart:ov,locEnd:bd,hasSameLocStart:cv}=$t,lv="(?:(?=.)\\s)",CO=new RegExp("^".concat(lv,"*:")),AO=new RegExp("^".concat(lv,"*::"));function Ou(e){return e.type==="Block"||e.type==="CommentBlock"||e.type==="MultiLine"}function pv(e){return e.type==="Line"||e.type==="CommentLine"||e.type==="SingleLine"||e.type==="HashbangComment"||e.type==="HTMLOpen"||e.type==="HTMLClose"}let vO=new Set(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function fv(e){return e&&vO.has(e.type)}function Cd(e){return e.type==="NumericLiteral"||e.type==="Literal"&&typeof e.value=="number"}function Ad(e){return e.type==="StringLiteral"||e.type==="Literal"&&typeof e.value=="string"}function Lu(e){return e.type==="FunctionExpression"||e.type==="ArrowFunctionExpression"}function vd(e){return Ki(e)&&e.callee.type==="Identifier"&&(e.callee.name==="async"||e.callee.name==="inject"||e.callee.name==="fakeAsync")}function xd(e){return e.type==="JSXElement"||e.type==="JSXFragment"}function hv(e){return e.kind==="get"||e.kind==="set"}function dv(e){return hv(e)||cv(e,e.value)}let xO=new Set(["BinaryExpression","LogicalExpression","NGPipeExpression"]),SO=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]),mv=/^(?:skip|[fx]?(?:it|describe|test))$/;function Ki(e){return e&&(e.type==="CallExpression"||e.type==="OptionalCallExpression")}function Qi(e){return e&&(e.type==="MemberExpression"||e.type==="OptionalMemberExpression")}function gv(e){return/^(?:\d+|\d+\.\d+)$/.test(e)}function yv(e){return e.quasis.some(t=>t.value.raw.includes(`
`))}function Dv(e){return e.extra?e.extra.raw:e.raw}let Ev={"==":!0,"!=":!0,"===":!0,"!==":!0},ll={"*":!0,"/":!0,"%":!0},Sd={">>":!0,">>>":!0,"<<":!0},bv={};for(let[e,t]of[["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].entries())for(let r of t)bv[r]=e;function Fd(e){return bv[e]}let wd=new WeakMap;function Bd(e){if(wd.has(e))return wd.get(e);let t=[];return e.this&&t.push(e.this),Array.isArray(e.parameters)?t.push(...e.parameters):Array.isArray(e.params)&&t.push(...e.params),e.rest&&t.push(e.rest),wd.set(e,t),t}let Td=new WeakMap;function Cv(e){if(Td.has(e))return Td.get(e);let t=e.arguments;return e.type==="ImportExpression"&&(t=[e.source],e.attributes&&t.push(e.attributes)),Td.set(e,t),t}function Av(e){return e.value.trim()==="prettier-ignore"&&!e.unignore}function kd(e){return e&&(e.prettierIgnore||ca(e,Gr.PrettierIgnore))}let Gr={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},vv=(e,t)=>{if(typeof e=="function"&&(t=e,e=0),e||t)return(r,n,a)=>!(e&Gr.Leading&&!r.leading||e&Gr.Trailing&&!r.trailing||e&Gr.Dangling&&(r.leading||r.trailing)||e&Gr.Block&&!Ou(r)||e&Gr.Line&&!pv(r)||e&Gr.First&&n!==0||e&Gr.Last&&n!==a.length-1||e&Gr.PrettierIgnore&&!Av(r)||t&&!t(r))};function ca(e,t,r){if(!e||!Ed(e.comments))return!1;let n=vv(t,r);return!n||e.comments.some(n)}function xv(e,t,r){if(!e||!Array.isArray(e.comments))return[];let n=vv(t,r);return n?e.comments.filter(n):e.comments}function Sv(e){return Ki(e)||e.type==="NewExpression"||e.type==="ImportExpression"}var He={getFunctionParameters:Bd,iterateFunctionParametersPath:function(e,t){let r=e.getValue(),n=0,a=o=>t(o,n++);r.this&&e.call(a,"this"),Array.isArray(r.parameters)?e.each(a,"parameters"):Array.isArray(r.params)&&e.each(a,"params"),r.rest&&e.call(a,"rest")},getCallArguments:Cv,iterateCallArgumentsPath:function(e,t){let r=e.getValue();r.type==="ImportExpression"?(e.call(n=>t(n,0),"source"),r.attributes&&e.call(n=>t(n,1),"attributes")):e.each(t,"arguments")},hasRestParameter:function(e){if(e.rest)return!0;let t=Bd(e);return t.length>0&&av(t).type==="RestElement"},getLeftSide:function(e){return e.expressions?e.expressions[0]:e.left||e.test||e.callee||e.object||e.tag||e.argument||e.expression},getLeftSidePathName:function(e,t){if(t.expressions)return["expressions",0];if(t.left)return["left"];if(t.test)return["test"];if(t.object)return["object"];if(t.callee)return["callee"];if(t.tag)return["tag"];if(t.argument)return["argument"];if(t.expression)return["expression"];throw new Error("Unexpected node has no left side.")},getParentExportDeclaration:function(e){let t=e.getParentNode();return e.getName()==="declaration"&&fv(t)?t:null},getTypeScriptMappedTypeModifier:function(e,t){return e==="+"?"+"+t:e==="-"?"-"+t:t},hasFlowAnnotationComment:function(e){return Ed(e)&&Ou(e[0])&&AO.test(e[0].value)},hasFlowShorthandAnnotationComment:function(e){return e.extra&&e.extra.parenthesized&&Ed(e.trailingComments)&&Ou(e.trailingComments[0])&&CO.test(e.trailingComments[0].value)},hasLeadingOwnLineComment:function(e,t){return xd(t)?kd(t):ca(t,Gr.Leading,r=>uv(e,bd(r)))},hasNakedLeftSide:function(e){return e.type==="AssignmentExpression"||e.type==="BinaryExpression"||e.type==="LogicalExpression"||e.type==="NGPipeExpression"||e.type==="ConditionalExpression"||Ki(e)||Qi(e)||e.type==="SequenceExpression"||e.type==="TaggedTemplateExpression"||e.type==="BindExpression"||e.type==="UpdateExpression"&&!e.prefix||e.type==="TSAsExpression"||e.type==="TSNonNullExpression"},hasNode:function e(t,r){if(!t||typeof t!="object")return!1;if(Array.isArray(t))return t.some(a=>e(a,r));let n=r(t);return typeof n=="boolean"?n:Object.values(t).some(a=>e(a,r))},hasIgnoreComment:function(e){return kd(e.getValue())},hasNodeIgnoreComment:kd,identity:function(e){return e},isBinaryish:function(e){return xO.has(e.type)},isBlockComment:Ou,isCallLikeExpression:Sv,isEnabledHackPipeline:function(e){return Boolean(e.__isUsingHackPipeline)},isLineComment:pv,isPrettierIgnoreComment:Av,isCallExpression:Ki,isMemberExpression:Qi,isExportDeclaration:fv,isFlowAnnotationComment:function(e,t){let r=ov(t),n=DO(e,bd(t));return n!==!1&&e.slice(r,r+2)==="/*"&&e.slice(n,n+2)==="*/"},isFunctionCompositionArgs:function(e){if(e.length<=1)return!1;let t=0;for(let r of e)if(Lu(r)){if(t+=1,t>1)return!0}else if(Ki(r)){for(let n of r.arguments)if(Lu(n))return!0}return!1},isFunctionNotation:dv,isFunctionOrArrowExpression:Lu,isGetterOrSetter:hv,isJestEachTemplateLiteral:function(e,t){let r=/^[fx]?(?:describe|it|test)$/;return t.type==="TaggedTemplateExpression"&&t.quasi===e&&t.tag.type==="MemberExpression"&&t.tag.property.type==="Identifier"&&t.tag.property.name==="each"&&(t.tag.object.type==="Identifier"&&r.test(t.tag.object.name)||t.tag.object.type==="MemberExpression"&&t.tag.object.property.type==="Identifier"&&(t.tag.object.property.name==="only"||t.tag.object.property.name==="skip")&&t.tag.object.object.type==="Identifier"&&r.test(t.tag.object.object.name))},isJsxNode:xd,isLiteral:function(e){return e.type==="BooleanLiteral"||e.type==="DirectiveLiteral"||e.type==="Literal"||e.type==="NullLiteral"||e.type==="NumericLiteral"||e.type==="BigIntLiteral"||e.type==="DecimalLiteral"||e.type==="RegExpLiteral"||e.type==="StringLiteral"||e.type==="TemplateLiteral"||e.type==="TSTypeLiteral"||e.type==="JSXText"},isLongCurriedCallExpression:function(e){let t=e.getValue(),r=e.getParentNode();return Ki(t)&&Ki(r)&&r.callee===t&&t.arguments.length>r.arguments.length&&r.arguments.length>0},isSimpleCallArgument:function e(t,r){if(r>=2)return!1;let n=o=>e(o,r+1),a=t.type==="Literal"&&"regex"in t&&t.regex.pattern||t.type==="RegExpLiteral"&&t.pattern;return!(a&&bO(a)>5)&&(t.type==="Literal"||t.type==="BigIntLiteral"||t.type==="DecimalLiteral"||t.type==="BooleanLiteral"||t.type==="NullLiteral"||t.type==="NumericLiteral"||t.type==="RegExpLiteral"||t.type==="StringLiteral"||t.type==="Identifier"||t.type==="ThisExpression"||t.type==="Super"||t.type==="PrivateName"||t.type==="PrivateIdentifier"||t.type==="ArgumentPlaceholder"||t.type==="Import"||(t.type==="TemplateLiteral"?t.quasis.every(o=>!o.value.raw.includes(`
`))&&t.expressions.every(n):t.type==="ObjectExpression"?t.properties.every(o=>!o.computed&&(o.shorthand||o.value&&n(o.value))):t.type==="ArrayExpression"?t.elements.every(o=>o===null||n(o)):Sv(t)?(t.type==="ImportExpression"||e(t.callee,r))&&Cv(t).every(n):Qi(t)?e(t.object,r)&&e(t.property,r):t.type!=="UnaryExpression"||t.operator!=="!"&&t.operator!=="-"?t.type==="TSNonNullExpression"&&e(t.expression,r):e(t.argument,r)))},isMemberish:function(e){return Qi(e)||e.type==="BindExpression"&&Boolean(e.object)},isNumericLiteral:Cd,isSignedNumericLiteral:function(e){return e.type==="UnaryExpression"&&(e.operator==="+"||e.operator==="-")&&Cd(e.argument)},isObjectProperty:function(e){return e&&(e.type==="ObjectProperty"||e.type==="Property"&&!e.method&&e.kind==="init")},isObjectType:function(e){return e.type==="ObjectTypeAnnotation"||e.type==="TSTypeLiteral"||e.type==="TSMappedType"},isObjectTypePropertyAFunction:function(e){return!(e.type!=="ObjectTypeProperty"&&e.type!=="ObjectTypeInternalSlot"||e.value.type!=="FunctionTypeAnnotation"||e.static||dv(e))},isSimpleType:function(e){return!!e&&(!(e.type!=="GenericTypeAnnotation"&&e.type!=="TSTypeReference"||e.typeParameters)||!!SO.has(e.type))},isSimpleNumber:gv,isSimpleTemplateLiteral:function(e){let t="expressions";e.type==="TSTemplateLiteralType"&&(t="types");let r=e[t];return r.length!==0&&r.every(n=>{if(ca(n))return!1;if(n.type==="Identifier"||n.type==="ThisExpression")return!0;if(Qi(n)){let a=n;for(;Qi(a);)if(a.property.type!=="Identifier"&&a.property.type!=="Literal"&&a.property.type!=="StringLiteral"&&a.property.type!=="NumericLiteral"||(a=a.object,ca(a)))return!1;return a.type==="Identifier"||a.type==="ThisExpression"}return!1})},isStringLiteral:Ad,isStringPropSafeToUnquote:function(e,t){return t.parser!=="json"&&Ad(e.key)&&Dv(e.key).slice(1,-1)===e.key.value&&(yO(e.key.value)&&!(t.parser==="babel-ts"&&e.type==="ClassProperty"||t.parser==="typescript"&&e.type==="PropertyDefinition")||gv(e.key.value)&&String(Number(e.key.value))===e.key.value&&(t.parser==="babel"||t.parser==="espree"||t.parser==="meriyah"||t.parser==="__babel_estree"))},isTemplateOnItsOwnLine:function(e,t){return(e.type==="TemplateLiteral"&&yv(e)||e.type==="TaggedTemplateExpression"&&yv(e.quasi))&&!uv(t,ov(e),{backwards:!0})},isTestCall:function e(t,r){if(t.type!=="CallExpression")return!1;if(t.arguments.length===1){if(vd(t)&&r&&e(r))return Lu(t.arguments[0]);if(function(n){return n.callee.type==="Identifier"&&/^(?:before|after)(?:Each|All)$/.test(n.callee.name)&&n.arguments.length===1}(t))return vd(t.arguments[0])}else if((t.arguments.length===2||t.arguments.length===3)&&(t.callee.type==="Identifier"&&mv.test(t.callee.name)||function(n){return Qi(n.callee)&&n.callee.object.type==="Identifier"&&n.callee.property.type==="Identifier"&&mv.test(n.callee.object.name)&&(n.callee.property.name==="only"||n.callee.property.name==="skip")}(t))&&(function(n){return n.type==="TemplateLiteral"}(t.arguments[0])||Ad(t.arguments[0])))return!(t.arguments[2]&&!Cd(t.arguments[2]))&&((t.arguments.length===2?Lu(t.arguments[1]):function(n){return n.type==="FunctionExpression"||n.type==="ArrowFunctionExpression"&&n.body.type==="BlockStatement"}(t.arguments[1])&&Bd(t.arguments[1]).length<=1)||vd(t.arguments[1]));return!1},isTheOnlyJsxElementInMarkdown:function(e,t){if(e.parentParser!=="markdown"&&e.parentParser!=="mdx")return!1;let r=t.getNode();if(!r.expression||!xd(r.expression))return!1;let n=t.getParentNode();return n.type==="Program"&&n.body.length===1},isTSXFile:function(e){return e.filepath&&/\.tsx$/i.test(e.filepath)},isTypeAnnotationAFunction:function(e){return!(e.type!=="TypeAnnotation"&&e.type!=="TSTypeAnnotation"||e.typeAnnotation.type!=="FunctionTypeAnnotation"||e.static||cv(e,e.typeAnnotation))},isNextLineEmpty:(e,t)=>{let{originalText:r}=t;return EO(r,bd(e))},needsHardlineAfterDanglingComment:function(e){if(!ca(e))return!1;let t=av(xv(e,Gr.Dangling));return t&&!Ou(t)},rawText:Dv,shouldPrintComma:function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"es5";return e.trailingComma==="es5"&&t==="es5"||e.trailingComma==="all"&&(t==="all"||t==="es5")},isBitwiseOperator:function(e){return Boolean(Sd[e])||e==="|"||e==="^"||e==="&"},shouldFlatten:function(e,t){return Fd(t)===Fd(e)&&e!=="**"&&(!Ev[e]||!Ev[t])&&!(t==="%"&&ll[e]||e==="%"&&ll[t])&&(t===e||!ll[t]||!ll[e])&&(!Sd[e]||!Sd[t])},startsWithNoLookaheadToken:function e(t,r){switch((t=function(n){for(;n.left;)n=n.left;return n}(t)).type){case"FunctionExpression":case"ClassExpression":case"DoExpression":return r;case"ObjectExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return e(t.object,r);case"TaggedTemplateExpression":return t.tag.type!=="FunctionExpression"&&e(t.tag,r);case"CallExpression":case"OptionalCallExpression":return t.callee.type!=="FunctionExpression"&&e(t.callee,r);case"ConditionalExpression":return e(t.test,r);case"UpdateExpression":return!t.prefix&&e(t.argument,r);case"BindExpression":return t.object&&e(t.object,r);case"SequenceExpression":return e(t.expressions[0],r);case"TSAsExpression":case"TSNonNullExpression":return e(t.expression,r);default:return!1}},getPrecedence:Fd,hasComment:ca,getComments:xv,CommentCheckFlags:Gr};let FO=Mr,{getStringWidth:Fv,getIndentSize:wO}=ke,{builders:{join:wv,hardline:_d,softline:pl,group:Bv,indent:Nd,align:BO,lineSuffixBoundary:fl,addAlignmentToDoc:TO},printer:{printDocToString:Tv},utils:{mapDoc:kO}}=ve,{isBinaryish:_O,isJestEachTemplateLiteral:NO,isSimpleTemplateLiteral:IO,hasComment:kv,isMemberExpression:PO}=He;function _v(e){return e.replace(/([\\`]|\${)/g,"\\$1")}var la={printTemplateLiteral:function(e,t,r){let n=e.getValue();if(n.type==="TemplateLiteral"&&NO(n,e.getParentNode())){let d=function(m,y,D){let b=m.getNode(),v=b.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(v.length>1||v.some(w=>w.length>0)){y.__inJestEach=!0;let w=m.map(D,"expressions");y.__inJestEach=!1;let S=[],k=w.map(q=>"${"+Tv(q,Object.assign(Object.assign({},y),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}"),P=[{hasLineBreak:!1,cells:[]}];for(let q=1;q<b.quasis.length;q++){let H=FO(P),Q=k[q-1];H.cells.push(Q),Q.includes(`
`)&&(H.hasLineBreak=!0),b.quasis[q].value.raw.includes(`
`)&&P.push({hasLineBreak:!1,cells:[]})}let _=Math.max(v.length,...P.map(q=>q.cells.length)),M=Array.from({length:_}).fill(0),U=[{cells:v},...P.filter(q=>q.cells.length>0)];for(let{cells:q}of U.filter(H=>!H.hasLineBreak))for(let[H,Q]of q.entries())M[H]=Math.max(M[H],Fv(Q));return S.push(fl,"`",Nd([_d,wv(_d,U.map(q=>wv(" | ",q.cells.map((H,Q)=>q.hasLineBreak?H:H+" ".repeat(M[Q]-Fv(H))))))]),_d,"`"),S}}(e,r,t);if(d)return d}let a="expressions";n.type==="TSTemplateLiteralType"&&(a="types");let o=[],l=e.map(t,a),p=IO(n);return p&&(l=l.map(d=>Tv(d,Object.assign(Object.assign({},r),{},{printWidth:Number.POSITIVE_INFINITY})).formatted)),o.push(fl,"`"),e.each(d=>{let m=d.getName();if(o.push(t()),m<l.length){let{tabWidth:y}=r,D=d.getValue(),b=wO(D.value.raw,y),v=l[m];if(!p){let S=n[a][m];(kv(S)||PO(S)||S.type==="ConditionalExpression"||S.type==="SequenceExpression"||S.type==="TSAsExpression"||_O(S))&&(v=[Nd([pl,v]),pl])}let w=b===0&&D.value.raw.endsWith(`
`)?BO(Number.NEGATIVE_INFINITY,v):TO(v,b,y);o.push(Bv(["${",w,fl,"}"]))}},"quasis"),o.push("`"),o},printTemplateExpressions:function(e,t){return e.map(r=>function(n,a){let o=n.getValue(),l=a();return kv(o)&&(l=Bv([Nd([pl,l]),pl])),["${",l,fl,"}"]}(r,t),"expressions")},escapeTemplateCharacters:function(e,t){return kO(e,r=>typeof r=="string"?t?r.replace(/(\\*)`/g,"$1$1\\`"):_v(r):r)},uncookTemplateElementValue:_v};let{builders:{indent:OO,softline:Nv,literalline:LO,dedentToRoot:MO}}=ve,{escapeTemplateCharacters:jO}=la;var RO=function(e,t,r){let n=e.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,(p,d)=>"\\".repeat(d.length/2)+"`"),a=function(p){let d=p.match(/^([^\S\n]*)\S/m);return d===null?"":d[1]}(n),o=a!=="";o&&(n=n.replace(new RegExp("^".concat(a),"gm"),""));let l=jO(r(n,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",o?OO([Nv,l]):[LO,MO(l)],Nv,"`"]};let{isNonEmptyArray:VO}=ke,{builders:{indent:qO,hardline:GO,softline:UO},utils:{mapDoc:WO,replaceEndOfLine:zO,cleanDoc:$O}}=ve,{printTemplateExpressions:HO}=la;var JO=function(e,t,r){let n=e.getValue(),a=n.quasis.map(l=>l.value.raw),o=0;return function(l,p,d){if(p.quasis.length===1&&!p.quasis[0].value.raw.trim())return"``";let m=function(y,D){if(!VO(D))return y;let b=0,v=WO($O(y),w=>typeof w=="string"&&w.includes("@prettier-placeholder")?w.split(/@prettier-placeholder-(\d+)-id/).map((S,k)=>k%2==0?zO(S):(b++,D[S])):w);return D.length===b?v:null}(l,d);if(!m)throw new Error("Couldn't insert all the expressions");return["`",qO([GO,m]),UO,"`"]}(r(a.reduce((l,p,d)=>d===0?p:l+"@prettier-placeholder-"+o+++"-id"+p,""),{parser:"scss"},{stripTrailingHardline:!0}),n,HO(e,t))};let{builders:{indent:YO,join:Iv,hardline:Mu}}=ve,{escapeTemplateCharacters:XO,printTemplateExpressions:KO}=la;function QO(e){let t=[],r=!1,n=e.map(a=>a.trim());for(let[a,o]of n.entries())o!==""&&(n[a-1]===""&&r?t.push([Mu,o]):t.push(o),r=!0);return t.length===0?null:Iv(Mu,t)}var ZO=function(e,t,r){let n=e.getValue(),a=n.quasis.length;if(a===1&&n.quasis[0].value.raw.trim()==="")return"``";let o=KO(e,t),l=[];for(let p=0;p<a;p++){let d=p===0,m=p===a-1,y=n.quasis[p].value.cooked,D=y.split(`
`),b=D.length,v=o[p],w=b>2&&D[0].trim()===""&&D[1].trim()==="",S=b>2&&D[b-1].trim()===""&&D[b-2].trim()==="",k=D.every(_=>/^\s*(?:#[^\n\r]*)?$/.test(_));if(!m&&/#[^\n\r]*$/.test(D[b-1]))return null;let P=null;P=k?QO(D):r(y,{parser:"graphql"},{stripTrailingHardline:!0}),P?(P=XO(P,!1),!d&&w&&l.push(""),l.push(P),!m&&S&&l.push("")):d||m||!w||l.push(""),v&&l.push(v)}return["`",YO([Mu,Iv(Mu,l)]),Mu,"`"]};let{builders:{indent:Pv,line:eL,hardline:tL,group:hl},utils:{mapDoc:rL}}=ve,{printTemplateExpressions:nL,uncookTemplateElementValue:iL}=la,Id=0;var sL=function(e,t,r,n,a){let{parser:o}=a,l=e.getValue(),p=Id;Id=Id+1>>>0;let d=_=>"PRETTIER_HTML_PLACEHOLDER_".concat(_,"_").concat(p,"_IN_JS"),m=l.quasis.map((_,M,U)=>M===U.length-1?_.value.cooked:_.value.cooked+d(M)).join(""),y=nL(e,t);if(y.length===0&&m.trim().length===0)return"``";let D=new RegExp(d("(\\d+)"),"g"),b=0,v=r(m,{parser:o,__onHtmlRoot(_){b=_.children.length}},{stripTrailingHardline:!0}),w=rL(v,_=>{if(typeof _!="string")return _;let M=[],U=_.split(D);for(let q=0;q<U.length;q++){let H=U[q];if(q%2==0){H&&(H=iL(H),n.__embeddedInHtml&&(H=H.replace(/<\/(script)\b/gi,"<\\/$1")),M.push(H));continue}let Q=Number(H);M.push(y[Q])}return M}),S=/^\s/.test(m)?" ":"",k=/\s$/.test(m)?" ":"",P=n.htmlWhitespaceSensitivity==="ignore"?tL:S&&k?eL:null;return hl(P?["`",Pv([P,hl(w)]),P,"`"]:["`",S,b>1?Pv(hl(w)):hl(w),k,"`"])};let{hasComment:aL,CommentCheckFlags:Ov,isObjectProperty:Lv}=He,uL=RO,oL=JO,cL=ZO,lL=sL;function pL(e){return function(t){let r=t.getValue(),n=t.getParentNode(),a=t.getParentNode(1);return a&&r.quasis&&n.type==="JSXExpressionContainer"&&a.type==="JSXElement"&&a.openingElement.name.name==="style"&&a.openingElement.attributes.some(o=>o.name.name==="jsx")||n&&n.type==="TaggedTemplateExpression"&&n.tag.type==="Identifier"&&n.tag.name==="css"||n&&n.type==="TaggedTemplateExpression"&&n.tag.type==="MemberExpression"&&n.tag.object.name==="css"&&(n.tag.property.name==="global"||n.tag.property.name==="resolve")}(e)||function(t){let r=t.getParentNode();if(!r||r.type!=="TaggedTemplateExpression")return!1;let n=r.tag.type==="ParenthesizedExpression"?r.tag.expression:r.tag;switch(n.type){case"MemberExpression":return dl(n.object)||jv(n);case"CallExpression":return dl(n.callee)||n.callee.type==="MemberExpression"&&(n.callee.object.type==="MemberExpression"&&(dl(n.callee.object.object)||jv(n.callee.object))||n.callee.object.type==="CallExpression"&&dl(n.callee.object.callee));case"Identifier":return n.name==="css";default:return!1}}(e)||function(t){let r=t.getParentNode(),n=t.getParentNode(1);return n&&r.type==="JSXExpressionContainer"&&n.type==="JSXAttribute"&&n.name.type==="JSXIdentifier"&&n.name.name==="css"}(e)||function(t){return t.match(r=>r.type==="TemplateLiteral",(r,n)=>r.type==="ArrayExpression"&&n==="elements",(r,n)=>Lv(r)&&r.key.type==="Identifier"&&r.key.name==="styles"&&n==="value",...Mv)}(e)?"css":function(t){let r=t.getValue(),n=t.getParentNode();return Rv(r,"GraphQL")||n&&(n.type==="TaggedTemplateExpression"&&(n.tag.type==="MemberExpression"&&n.tag.object.name==="graphql"&&n.tag.property.name==="experimental"||n.tag.type==="Identifier"&&(n.tag.name==="gql"||n.tag.name==="graphql"))||n.type==="CallExpression"&&n.callee.type==="Identifier"&&n.callee.name==="graphql")}(e)?"graphql":function(t){return Rv(t.getValue(),"HTML")||t.match(r=>r.type==="TemplateLiteral",(r,n)=>r.type==="TaggedTemplateExpression"&&r.tag.type==="Identifier"&&r.tag.name==="html"&&n==="quasi")}(e)?"html":function(t){return t.match(r=>r.type==="TemplateLiteral",(r,n)=>Lv(r)&&r.key.type==="Identifier"&&r.key.name==="template"&&n==="value",...Mv)}(e)?"angular":function(t){let r=t.getValue(),n=t.getParentNode();return n&&n.type==="TaggedTemplateExpression"&&r.quasis.length===1&&n.tag.type==="Identifier"&&(n.tag.name==="md"||n.tag.name==="markdown")}(e)?"markdown":void 0}let Mv=[(e,t)=>e.type==="ObjectExpression"&&t==="properties",(e,t)=>e.type==="CallExpression"&&e.callee.type==="Identifier"&&e.callee.name==="Component"&&t==="arguments",(e,t)=>e.type==="Decorator"&&t==="expression"];function dl(e){return e.type==="Identifier"&&e.name==="styled"}function jv(e){return/^[A-Z]/.test(e.object.name)&&e.property.name==="extend"}function Rv(e,t){return aL(e,Ov.Block|Ov.Leading,r=>{let{value:n}=r;return n===" ".concat(t," ")})}var fL=function(e,t,r,n){let a=e.getValue();if(a.type!=="TemplateLiteral"||function(l){let{quasis:p}=l;return p.some(d=>{let{value:{cooked:m}}=d;return m===null})}(a))return;let o=pL(e);return o?o==="markdown"?uL(e,t,r):o==="css"?oL(e,t,r):o==="graphql"?cL(e,t,r):o==="html"||o==="angular"?lL(e,t,r,n,{parser:o}):void 0:void 0};let{isBlockComment:hL}=He,dL=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),pa=e=>{for(let t of e.quasis)delete t.value};function Vv(e,t,r){if(e.type==="Program"&&delete t.sourceType,e.type!=="BigIntLiteral"&&e.type!=="BigIntLiteralTypeAnnotation"||t.value&&(t.value=t.value.toLowerCase()),e.type!=="BigIntLiteral"&&e.type!=="Literal"||t.bigint&&(t.bigint=t.bigint.toLowerCase()),e.type==="DecimalLiteral"&&(t.value=Number(t.value)),e.type==="Literal"&&t.decimal&&(t.decimal=Number(t.decimal)),e.type==="EmptyStatement"||e.type==="JSXText"||e.type==="JSXExpressionContainer"&&(e.expression.type==="Literal"||e.expression.type==="StringLiteral")&&e.expression.value===" ")return null;if(e.type!=="Property"&&e.type!=="ObjectProperty"&&e.type!=="MethodDefinition"&&e.type!=="ClassProperty"&&e.type!=="ClassMethod"&&e.type!=="PropertyDefinition"&&e.type!=="TSDeclareMethod"&&e.type!=="TSPropertySignature"&&e.type!=="ObjectTypeProperty"||typeof e.key!="object"||!e.key||e.key.type!=="Literal"&&e.key.type!=="NumericLiteral"&&e.key.type!=="StringLiteral"&&e.key.type!=="Identifier"||delete t.key,e.type==="JSXElement"&&e.openingElement.name.name==="style"&&e.openingElement.attributes.some(a=>a.name.name==="jsx"))for(let{type:a,expression:o}of t.children)a==="JSXExpressionContainer"&&o.type==="TemplateLiteral"&&pa(o);e.type==="JSXAttribute"&&e.name.name==="css"&&e.value.type==="JSXExpressionContainer"&&e.value.expression.type==="TemplateLiteral"&&pa(t.value.expression),e.type==="JSXAttribute"&&e.value&&e.value.type==="Literal"&&/["']|&quot;|&apos;/.test(e.value.value)&&(t.value.value=t.value.value.replace(/["']|&quot;|&apos;/g,'"'));let n=e.expression||e.callee;if(e.type==="Decorator"&&n.type==="CallExpression"&&n.callee.name==="Component"&&n.arguments.length===1){let a=e.expression.arguments[0].properties;for(let[o,l]of t.expression.arguments[0].properties.entries())switch(a[o].key.name){case"styles":l.value.type==="ArrayExpression"&&pa(l.value.elements[0]);break;case"template":l.value.type==="TemplateLiteral"&&pa(l.value)}}return e.type!=="TaggedTemplateExpression"||e.tag.type!=="MemberExpression"&&(e.tag.type!=="Identifier"||e.tag.name!=="gql"&&e.tag.name!=="graphql"&&e.tag.name!=="css"&&e.tag.name!=="md"&&e.tag.name!=="markdown"&&e.tag.name!=="html")&&e.tag.type!=="CallExpression"||pa(t.quasi),e.type==="TemplateLiteral"&&(e.leadingComments&&e.leadingComments.some(o=>hL(o)&&["GraphQL","HTML"].some(l=>o.value===" ".concat(l," ")))||r.type==="CallExpression"&&r.callee.name==="graphql"||!e.leadingComments)&&pa(t),e.type==="InterpreterDirective"&&(t.value=t.value.trimEnd()),e.type!=="TSIntersectionType"&&e.type!=="TSUnionType"||e.types.length!==1?void 0:t.types[0]}Vv.ignoredProperties=dL;var mL=Vv,Zi={},Pd={exports:{}};let qv=e=>{if(typeof e!="string")throw new TypeError("Expected a string");let t=e.match(/(?:\r?\n)/g)||[];if(t.length===0)return;let r=t.filter(n=>n===`\r
`).length;return r>t.length-r?`\r
`:`
`};function Od(){let e=Uc;return Od=function(){return e},e}function Ld(){let e=function(t){return t&&t.__esModule?t:{default:t}}(Pd.exports);return Ld=function(){return e},e}Pd.exports=qv,Pd.exports.graceful=e=>typeof e=="string"&&qv(e)||`
`,Object.defineProperty(Zi,"__esModule",{value:!0}),Zi.extract=function(e){let t=e.match(Gv);return t?t[0].trimLeft():""},Zi.strip=function(e){let t=e.match(Gv);return t&&t[0]?e.substring(t[0].length):e},Zi.parse=function(e){return $v(e).pragmas},Zi.parseWithComments=$v,Zi.print=function(e){let{comments:t="",pragmas:r={}}=e,n=(0,Ld().default)(t)||Od().EOL,a=" *",o=Object.keys(r),l=o.map(d=>Hv(d,r[d])).reduce((d,m)=>d.concat(m),[]).map(d=>" * "+d+n).join("");if(!t){if(o.length===0)return"";if(o.length===1&&!Array.isArray(r[o[0]])){let d=r[o[0]];return"".concat("/**"," ").concat(Hv(o[0],d)[0]).concat(" */")}}let p=t.split(n).map(d=>"".concat(a," ").concat(d)).join(n)+n;return"/**"+n+(t?p:"")+(t&&o.length?a+n:"")+l+" */"};let gL=/\*\/$/,yL=/^\/\*\*/,Gv=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,DL=/(^|\s+)\/\/([^\r\n]*)/g,Uv=/^(\r?\n)+/,EL=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,Wv=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,bL=/(\r?\n|^) *\* ?/g,zv=[];function $v(e){let t=(0,Ld().default)(e)||Od().EOL;e=e.replace(yL,"").replace(gL,"").replace(bL,"$1");let r="";for(;r!==e;)r=e,e=e.replace(EL,"".concat(t,"$1 $2").concat(t));e=e.replace(Uv,"").trimRight();let n=Object.create(null),a=e.replace(Wv,"").replace(Uv,"").trimRight(),o;for(;o=Wv.exec(e);){let l=o[2].replace(DL,"");typeof n[o[1]]=="string"||Array.isArray(n[o[1]])?n[o[1]]=zv.concat(n[o[1]],l):n[o[1]]=l}return{comments:a,pragmas:n}}function Hv(e,t){return zv.concat(t).map(r=>"@".concat(e," ").concat(r).trim())}let{parseWithComments:CL,strip:AL,extract:vL,print:xL}=Zi,{getShebang:SL}=ke,{normalizeEndOfLine:FL}=z0;function Jv(e){let t=SL(e);t&&(e=e.slice(t.length+1));let r=vL(e),{pragmas:n,comments:a}=CL(r);return{shebang:t,text:e,pragmas:n,comments:a}}var Yv={hasPragma:function(e){let t=Object.keys(Jv(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){let{shebang:t,text:r,pragmas:n,comments:a}=Jv(e),o=AL(r),l=xL({pragmas:Object.assign({format:""},n),comments:a.trimStart()});return(t?"".concat(t,`
`):"")+FL(l)+(o.startsWith(`
`)?`
`:`
`)+o}};let{getLast:Xv,hasNewline:wL,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Md,getNextNonSpaceNonCommentCharacter:es,hasNewlineInRange:BL,addLeadingComment:Bt,addTrailingComment:Jt,addDanglingComment:zn,getNextNonSpaceNonCommentCharacterIndex:TL,isNonEmptyArray:jd}=ke,{isBlockComment:Kv,getFunctionParameters:ml,isPrettierIgnoreComment:Rd,isJsxNode:kL,hasFlowShorthandAnnotationComment:_L,hasFlowAnnotationComment:Qv,hasIgnoreComment:NL,isCallLikeExpression:IL,getCallArguments:PL,isCallExpression:Zv,isMemberExpression:OL,isObjectProperty:e2,getComments:t2,CommentCheckFlags:r2}=He,{locStart:n2,locEnd:Ur}=$t;function fa(e,t){let r=(e.body||e.properties).find(n=>{let{type:a}=n;return a!=="EmptyStatement"});r?Bt(r,t):zn(e,t)}function Vd(e,t){e.type==="BlockStatement"?fa(e,t):Bt(e,t)}function LL(e){let{comment:t,followingNode:r}=e;return!(!r||!f2(t))&&(Bt(r,t),!0)}function qd(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a,text:o}=e;return!n||n.type!=="IfStatement"||!a?!1:es(o,t,Ur)===")"?(Jt(r,t),!0):r===n.consequent&&a===n.alternate?(r.type==="BlockStatement"?Jt(r,t):zn(n,t),!0):a.type==="BlockStatement"?(fa(a,t),!0):a.type==="IfStatement"?(Vd(a.consequent,t),!0):n.consequent===a&&(Bt(a,t),!0)}function Gd(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a,text:o}=e;return!n||n.type!=="WhileStatement"||!a?!1:es(o,t,Ur)===")"?(Jt(r,t),!0):a.type==="BlockStatement"?(fa(a,t),!0):n.body===a&&(Bt(a,t),!0)}function i2(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a}=e;return!(!n||n.type!=="TryStatement"&&n.type!=="CatchClause"||!a)&&(n.type==="CatchClause"&&r?(Jt(r,t),!0):a.type==="BlockStatement"?(fa(a,t),!0):a.type==="TryStatement"?(Vd(a.finalizer,t),!0):a.type==="CatchClause"&&(Vd(a.body,t),!0))}function ML(e){let{comment:t,enclosingNode:r,followingNode:n}=e;return!(!OL(r)||!n||n.type!=="Identifier")&&(Bt(r,t),!0)}function jL(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a,text:o}=e,l=r&&!BL(o,Ur(r),n2(t));return!(r&&l||!n||n.type!=="ConditionalExpression"&&n.type!=="TSConditionalType"||!a)&&(Bt(a,t),!0)}function RL(e){let{comment:t,precedingNode:r,enclosingNode:n}=e;return!(!e2(n)||!n.shorthand||n.key!==r||n.value.type!=="AssignmentPattern")&&(Jt(n.value.left,t),!0)}function s2(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a}=e;if(n&&(n.type==="ClassDeclaration"||n.type==="ClassExpression"||n.type==="DeclareClass"||n.type==="DeclareInterface"||n.type==="InterfaceDeclaration"||n.type==="TSInterfaceDeclaration")){if(jd(n.decorators)&&(!a||a.type!=="Decorator"))return Jt(Xv(n.decorators),t),!0;if(n.body&&a===n.body)return fa(n.body,t),!0;if(a){for(let o of["implements","extends","mixins"])if(n[o]&&a===n[o][0])return!r||r!==n.id&&r!==n.typeParameters&&r!==n.superClass?zn(n,t,o):Jt(r,t),!0}}return!1}function a2(e){let{comment:t,precedingNode:r,enclosingNode:n,text:a}=e;return(n&&r&&(n.type==="Property"||n.type==="TSDeclareMethod"||n.type==="TSAbstractMethodDefinition")&&r.type==="Identifier"&&n.key===r&&es(a,r,Ur)!==":"||!(!r||!n||r.type!=="Decorator"||n.type!=="ClassMethod"&&n.type!=="ClassProperty"&&n.type!=="PropertyDefinition"&&n.type!=="TSAbstractPropertyDefinition"&&n.type!=="TSAbstractMethodDefinition"&&n.type!=="TSDeclareMethod"&&n.type!=="MethodDefinition"))&&(Jt(r,t),!0)}function VL(e){let{comment:t,precedingNode:r,enclosingNode:n,text:a}=e;return es(a,t,Ur)==="("&&!(!r||!n||n.type!=="FunctionDeclaration"&&n.type!=="FunctionExpression"&&n.type!=="ClassMethod"&&n.type!=="MethodDefinition"&&n.type!=="ObjectMethod")&&(Jt(r,t),!0)}function qL(e){let{comment:t,enclosingNode:r,text:n}=e;if(!r||r.type!=="ArrowFunctionExpression")return!1;let a=TL(n,t,Ur);return a!==!1&&n.slice(a,a+2)==="=>"&&(zn(r,t),!0)}function GL(e){let{comment:t,enclosingNode:r,text:n}=e;return es(n,t,Ur)===")"&&(r&&(p2(r)&&ml(r).length===0||IL(r)&&PL(r).length===0)?(zn(r,t),!0):!(!r||r.type!=="MethodDefinition"&&r.type!=="TSAbstractMethodDefinition"||ml(r.value).length!==0)&&(zn(r.value,t),!0))}function u2(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a,text:o}=e;if(r&&r.type==="FunctionTypeParam"&&n&&n.type==="FunctionTypeAnnotation"&&a&&a.type!=="FunctionTypeParam"||r&&(r.type==="Identifier"||r.type==="AssignmentPattern")&&n&&p2(n)&&es(o,t,Ur)===")")return Jt(r,t),!0;if(n&&n.type==="FunctionDeclaration"&&a&&a.type==="BlockStatement"){let l=(()=>{let p=ml(n);if(p.length>0)return Md(o,Ur(Xv(p)));let d=Md(o,Ur(n.id));return d!==!1&&Md(o,d+1)})();if(n2(t)>l)return fa(a,t),!0}return!1}function o2(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="ImportSpecifier")&&(Bt(r,t),!0)}function c2(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="LabeledStatement")&&(Bt(r,t),!0)}function UL(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="ContinueStatement"&&r.type!=="BreakStatement"||r.label)&&(Jt(r,t),!0)}function WL(e){let{comment:t,precedingNode:r,enclosingNode:n}=e;return!!(Zv(n)&&r&&n.callee===r&&n.arguments.length>0)&&(Bt(n.arguments[0],t),!0)}function zL(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a}=e;return!n||n.type!=="UnionTypeAnnotation"&&n.type!=="TSUnionType"?(a&&(a.type==="UnionTypeAnnotation"||a.type==="TSUnionType")&&Rd(t)&&(a.types[0].prettierIgnore=!0,t.unignore=!0),!1):(Rd(t)&&(a.prettierIgnore=!0,t.unignore=!0),!!r&&(Jt(r,t),!0))}function $L(e){let{comment:t,enclosingNode:r}=e;return!!e2(r)&&(Bt(r,t),!0)}function Ud(e){let{comment:t,enclosingNode:r,followingNode:n,ast:a,isLastComment:o}=e;return a&&a.body&&a.body.length===0?(o?zn(a,t):Bt(a,t),!0):r&&r.type==="Program"&&r.body.length===0&&!jd(r.directives)?(o?zn(r,t):Bt(r,t),!0):!(!n||n.type!=="Program"||n.body.length!==0||!r||r.type!=="ModuleExpression")&&(zn(n,t),!0)}function HL(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="ForInStatement"&&r.type!=="ForOfStatement")&&(Bt(r,t),!0)}function JL(e){let{comment:t,precedingNode:r,enclosingNode:n,text:a}=e;return!!(r&&r.type==="ImportSpecifier"&&n&&n.type==="ImportDeclaration"&&wL(a,Ur(t)))&&(Jt(r,t),!0)}function YL(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="AssignmentPattern")&&(Bt(r,t),!0)}function XL(e){let{comment:t,enclosingNode:r}=e;return!(!r||r.type!=="TypeAlias")&&(Bt(r,t),!0)}function KL(e){let{comment:t,enclosingNode:r,followingNode:n}=e;return!(!r||r.type!=="VariableDeclarator"&&r.type!=="AssignmentExpression"||!n||n.type!=="ObjectExpression"&&n.type!=="ArrayExpression"&&n.type!=="TemplateLiteral"&&n.type!=="TaggedTemplateExpression"&&!Kv(t))&&(Bt(n,t),!0)}function QL(e){let{comment:t,enclosingNode:r,followingNode:n,text:a}=e;return!(n||!r||r.type!=="TSMethodSignature"&&r.type!=="TSDeclareFunction"&&r.type!=="TSAbstractMethodDefinition"||es(a,t,Ur)!==";")&&(Jt(r,t),!0)}function l2(e){let{comment:t,enclosingNode:r,followingNode:n}=e;if(Rd(t)&&r&&r.type==="TSMappedType"&&n&&n.type==="TSTypeParameter"&&n.constraint)return r.prettierIgnore=!0,t.unignore=!0,!0}function ZL(e){let{comment:t,precedingNode:r,enclosingNode:n,followingNode:a}=e;return!(!n||n.type!=="TSMappedType")&&(a&&a.type==="TSTypeParameter"&&a.name?(Bt(a.name,t),!0):!(!r||r.type!=="TSTypeParameter"||!r.constraint)&&(Jt(r.constraint,t),!0))}function p2(e){return e.type==="ArrowFunctionExpression"||e.type==="FunctionExpression"||e.type==="FunctionDeclaration"||e.type==="ObjectMethod"||e.type==="ClassMethod"||e.type==="TSDeclareFunction"||e.type==="TSCallSignatureDeclaration"||e.type==="TSConstructSignatureDeclaration"||e.type==="TSMethodSignature"||e.type==="TSConstructorType"||e.type==="TSFunctionType"||e.type==="TSDeclareMethod"}function f2(e){return Kv(e)&&e.value[0]==="*"&&/@type\b/.test(e.value)}var h2={handleOwnLineComment:function(e){return[l2,u2,ML,qd,Gd,i2,s2,o2,HL,zL,Ud,JL,YL,a2,c2].some(t=>t(e))},handleEndOfLineComment:function(e){return[LL,u2,jL,o2,qd,Gd,i2,s2,c2,WL,$L,Ud,XL,KL].some(t=>t(e))},handleRemainingComment:function(e){return[l2,qd,Gd,RL,GL,a2,Ud,qL,VL,ZL,UL,QL].some(t=>t(e))},isTypeCastComment:f2,getCommentChildNodes:function(e,t){if((t.parser==="typescript"||t.parser==="flow"||t.parser==="espree"||t.parser==="meriyah"||t.parser==="__babel_estree")&&e.type==="MethodDefinition"&&e.value&&e.value.type==="FunctionExpression"&&ml(e.value).length===0&&!e.value.returnType&&!jd(e.value.typeParameters)&&e.value.body)return[...e.decorators||[],e.key,e.value.body]},willPrintOwnComments:function(e){let t=e.getValue(),r=e.getParentNode();return(t&&(kL(t)||_L(t)||Zv(r)&&(n=>Qv(t2(n,r2.Leading))||Qv(t2(n,r2.Trailing)))(t))||r&&(r.type==="JSXSpreadAttribute"||r.type==="JSXSpreadChild"||r.type==="UnionTypeAnnotation"||r.type==="TSUnionType"||(r.type==="ClassDeclaration"||r.type==="ClassExpression")&&r.superClass===t))&&(!NL(e)||r.type==="UnionTypeAnnotation"||r.type==="TSUnionType")}};let eM=Mr,{getFunctionParameters:tM,getLeftSidePathName:rM,hasFlowShorthandAnnotationComment:nM,hasNakedLeftSide:iM,hasNode:d2,isBitwiseOperator:sM,startsWithNoLookaheadToken:m2,shouldFlatten:aM,getPrecedence:g2,isCallExpression:y2,isMemberExpression:uM,isObjectProperty:oM}=He;function Wd(e,t){let r=e.getParentNode();if(!r)return!1;let n=e.getName(),a=e.getNode();if(t.__isInHtmlInterpolation&&!t.bracketSpacing&&function(o){return o.type==="ObjectExpression"}(a)&&ju(e))return!0;if(function(o){return o.type==="BlockStatement"||o.type==="BreakStatement"||o.type==="ClassBody"||o.type==="ClassDeclaration"||o.type==="ClassMethod"||o.type==="ClassProperty"||o.type==="PropertyDefinition"||o.type==="ClassPrivateProperty"||o.type==="ContinueStatement"||o.type==="DebuggerStatement"||o.type==="DeclareClass"||o.type==="DeclareExportAllDeclaration"||o.type==="DeclareExportDeclaration"||o.type==="DeclareFunction"||o.type==="DeclareInterface"||o.type==="DeclareModule"||o.type==="DeclareModuleExports"||o.type==="DeclareVariable"||o.type==="DoWhileStatement"||o.type==="EnumDeclaration"||o.type==="ExportAllDeclaration"||o.type==="ExportDefaultDeclaration"||o.type==="ExportNamedDeclaration"||o.type==="ExpressionStatement"||o.type==="ForInStatement"||o.type==="ForOfStatement"||o.type==="ForStatement"||o.type==="FunctionDeclaration"||o.type==="IfStatement"||o.type==="ImportDeclaration"||o.type==="InterfaceDeclaration"||o.type==="LabeledStatement"||o.type==="MethodDefinition"||o.type==="ReturnStatement"||o.type==="SwitchStatement"||o.type==="ThrowStatement"||o.type==="TryStatement"||o.type==="TSDeclareFunction"||o.type==="TSEnumDeclaration"||o.type==="TSImportEqualsDeclaration"||o.type==="TSInterfaceDeclaration"||o.type==="TSModuleDeclaration"||o.type==="TSNamespaceExportDeclaration"||o.type==="TypeAlias"||o.type==="VariableDeclaration"||o.type==="WhileStatement"||o.type==="WithStatement"}(a))return!1;if(t.parser!=="flow"&&nM(e.getValue()))return!0;if(a.type==="Identifier")return!!(a.extra&&a.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(a.name))||n==="left"&&a.name==="async"&&r.type==="ForOfStatement"&&!r.await;switch(r.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if(n==="superClass"&&(a.type==="ArrowFunctionExpression"||a.type==="AssignmentExpression"||a.type==="AwaitExpression"||a.type==="BinaryExpression"||a.type==="ConditionalExpression"||a.type==="LogicalExpression"||a.type==="NewExpression"||a.type==="ObjectExpression"||a.type==="ParenthesizedExpression"||a.type==="SequenceExpression"||a.type==="TaggedTemplateExpression"||a.type==="UnaryExpression"||a.type==="UpdateExpression"||a.type==="YieldExpression"||a.type==="TSNonNullExpression"))return!0;break;case"ExportDefaultDeclaration":return D2(e,t)||a.type==="SequenceExpression";case"Decorator":if(n==="expression"){let o=!1,l=!1,p=a;for(;p;)switch(p.type){case"MemberExpression":l=!0,p=p.object;break;case"CallExpression":if(l||o)return t.parser!=="typescript";o=!0,p=p.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return t.parser!=="typescript";default:return!0}return!0}break;case"ExpressionStatement":if(m2(a,!0))return!0;break;case"ArrowFunctionExpression":if(n==="body"&&a.type!=="SequenceExpression"&&m2(a,!1))return!0}switch(a.type){case"UpdateExpression":if(r.type==="UnaryExpression")return a.prefix&&(a.operator==="++"&&r.operator==="+"||a.operator==="--"&&r.operator==="-");case"UnaryExpression":switch(r.type){case"UnaryExpression":return a.operator===r.operator&&(a.operator==="+"||a.operator==="-");case"BindExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return n==="object";case"NewExpression":case"CallExpression":case"OptionalCallExpression":return n==="callee";case"BinaryExpression":return n==="left"&&r.operator==="**";default:return!1}case"BinaryExpression":if(r.type==="UpdateExpression"||a.operator==="in"&&function(o){let l=0,p=o.getValue();for(;p;){let d=o.getParentNode(l++);if(d&&d.type==="ForStatement"&&d.init===p)return!0;p=d}return!1}(e))return!0;if(a.operator==="|>"&&a.extra&&a.extra.parenthesized){let o=e.getParentNode(1);if(o.type==="BinaryExpression"&&o.operator==="|>")return!0}case"TSTypeAssertion":case"TSAsExpression":case"LogicalExpression":switch(r.type){case"TSAsExpression":return a.type!=="TSAsExpression";case"ConditionalExpression":return a.type==="TSAsExpression";case"CallExpression":case"NewExpression":case"OptionalCallExpression":return n==="callee";case"ClassExpression":case"ClassDeclaration":return n==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return n==="object";case"AssignmentExpression":case"AssignmentPattern":return n==="left"&&(a.type==="TSTypeAssertion"||a.type==="TSAsExpression");case"LogicalExpression":if(a.type==="LogicalExpression")return r.operator!==a.operator;case"BinaryExpression":{let{operator:o,type:l}=a;if(!o&&l!=="TSTypeAssertion")return!0;let p=g2(o),d=r.operator,m=g2(d);return m>p||n==="right"&&m===p||m===p&&!aM(d,o)||(m<p&&o==="%"?d==="+"||d==="-":!!sM(d))}default:return!1}case"SequenceExpression":switch(r.type){case"ReturnStatement":case"ForStatement":return!1;case"ExpressionStatement":return n!=="expression";case"ArrowFunctionExpression":return n!=="body";default:return!0}case"YieldExpression":if(r.type==="UnaryExpression"||r.type==="AwaitExpression"||r.type==="TSAsExpression"||r.type==="TSNonNullExpression")return!0;case"AwaitExpression":switch(r.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return n==="object";case"NewExpression":case"CallExpression":case"OptionalCallExpression":return n==="callee";case"ConditionalExpression":return n==="test";case"BinaryExpression":return!(!a.argument&&r.operator==="|>");default:return!1}case"TSConditionalType":if(n==="extendsType"&&r.type==="TSConditionalType")return!0;case"TSFunctionType":case"TSConstructorType":if(n==="checkType"&&r.type==="TSConditionalType")return!0;case"TSUnionType":case"TSIntersectionType":if((r.type==="TSUnionType"||r.type==="TSIntersectionType")&&r.types.length>1&&(!a.types||a.types.length>1))return!0;case"TSInferType":if(a.type==="TSInferType"&&r.type==="TSRestType")return!1;case"TSTypeOperator":return r.type==="TSArrayType"||r.type==="TSOptionalType"||r.type==="TSRestType"||n==="objectType"&&r.type==="TSIndexedAccessType"||r.type==="TSTypeOperator"||r.type==="TSTypeAnnotation"&&e.getParentNode(1).type.startsWith("TSJSDoc");case"ArrayTypeAnnotation":return r.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return r.type==="ArrayTypeAnnotation"||r.type==="NullableTypeAnnotation"||r.type==="IntersectionTypeAnnotation"||r.type==="UnionTypeAnnotation"||n==="objectType"&&(r.type==="IndexedAccessType"||r.type==="OptionalIndexedAccessType");case"NullableTypeAnnotation":return r.type==="ArrayTypeAnnotation"||n==="objectType"&&(r.type==="IndexedAccessType"||r.type==="OptionalIndexedAccessType");case"FunctionTypeAnnotation":{let o=r.type==="NullableTypeAnnotation"?e.getParentNode(1):r;return o.type==="UnionTypeAnnotation"||o.type==="IntersectionTypeAnnotation"||o.type==="ArrayTypeAnnotation"||n==="objectType"&&(o.type==="IndexedAccessType"||o.type==="OptionalIndexedAccessType")||o.type==="NullableTypeAnnotation"||r.type==="FunctionTypeParam"&&r.name===null&&tM(a).some(l=>l.typeAnnotation&&l.typeAnnotation.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return n==="objectType"&&r.type==="IndexedAccessType";case"TypeofTypeAnnotation":return n==="objectType"&&(r.type==="IndexedAccessType"||r.type==="OptionalIndexedAccessType");case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof a.value=="string"&&r.type==="ExpressionStatement"&&!r.directive){let o=e.getParentNode(1);return o.type==="Program"||o.type==="BlockStatement"}return n==="object"&&r.type==="MemberExpression"&&typeof a.value=="number";case"AssignmentExpression":{let o=e.getParentNode(1);return n==="body"&&r.type==="ArrowFunctionExpression"||(n!=="key"||r.type!=="ClassProperty"&&r.type!=="PropertyDefinition"||!r.computed)&&(n!=="init"&&n!=="update"||r.type!=="ForStatement")&&(r.type==="ExpressionStatement"?a.left.type==="ObjectPattern":(n!=="key"||r.type!=="TSPropertySignature")&&r.type!=="AssignmentExpression"&&(r.type!=="SequenceExpression"||!o||o.type!=="ForStatement"||o.init!==r&&o.update!==r)&&(n!=="value"||r.type!=="Property"||!o||o.type!=="ObjectPattern"||!o.properties.includes(r))&&r.type!=="NGChainedExpression")}case"ConditionalExpression":switch(r.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return n==="callee";case"ConditionalExpression":return n==="test";case"MemberExpression":case"OptionalMemberExpression":return n==="object";default:return!1}case"FunctionExpression":switch(r.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return n==="callee";case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(r.type){case"BinaryExpression":return r.operator!=="|>"||a.extra&&a.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return n==="callee";case"MemberExpression":case"OptionalMemberExpression":return n==="object";case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return n==="test";default:return!1}case"ClassExpression":return r.type==="NewExpression"&&n==="callee";case"OptionalMemberExpression":case"OptionalCallExpression":{let o=e.getParentNode(1);if(n==="object"&&r.type==="MemberExpression"||n==="callee"&&(r.type==="CallExpression"||r.type==="NewExpression")||r.type==="TSNonNullExpression"&&o.type==="MemberExpression"&&o.object===r)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if(n==="callee"&&(r.type==="BindExpression"||r.type==="NewExpression")){let o=a;for(;o;)switch(o.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":o=o.object;break;case"TaggedTemplateExpression":o=o.tag;break;case"TSNonNullExpression":o=o.expression;break;default:return!1}}return!1;case"BindExpression":return n==="callee"&&(r.type==="BindExpression"||r.type==="NewExpression")||n==="object"&&uM(r);case"NGPipeExpression":return!(r.type==="NGRoot"||r.type==="NGMicrosyntaxExpression"||r.type==="ObjectProperty"&&(!a.extra||!a.extra.parenthesized)||r.type==="ArrayExpression"||y2(r)&&r.arguments[n]===a||n==="right"&&r.type==="NGPipeExpression"||n==="property"&&r.type==="MemberExpression"||r.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return n==="callee"||n==="left"&&r.type==="BinaryExpression"&&r.operator==="<"||r.type!=="ArrayExpression"&&r.type!=="ArrowFunctionExpression"&&r.type!=="AssignmentExpression"&&r.type!=="AssignmentPattern"&&r.type!=="BinaryExpression"&&r.type!=="NewExpression"&&r.type!=="ConditionalExpression"&&r.type!=="ExpressionStatement"&&r.type!=="JsExpressionRoot"&&r.type!=="JSXAttribute"&&r.type!=="JSXElement"&&r.type!=="JSXExpressionContainer"&&r.type!=="JSXFragment"&&r.type!=="LogicalExpression"&&!y2(r)&&!oM(r)&&r.type!=="ReturnStatement"&&r.type!=="ThrowStatement"&&r.type!=="TypeCastExpression"&&r.type!=="VariableDeclarator"&&r.type!=="YieldExpression";case"TypeAnnotation":return n==="returnType"&&r.type==="ArrowFunctionExpression"&&function(o){return d2(o,l=>l.type==="ObjectTypeAnnotation"&&d2(l,p=>p.type==="FunctionTypeAnnotation"||void 0)||void 0)}(a)}return!1}function ju(e){let t=e.getValue(),r=e.getParentNode(),n=e.getName();switch(r.type){case"NGPipeExpression":if(typeof n=="number"&&r.arguments[n]===t&&r.arguments.length-1===n)return e.callParent(ju);break;case"ObjectProperty":if(n==="value"){let a=e.getParentNode(1);return eM(a.properties)===r}break;case"BinaryExpression":case"LogicalExpression":if(n==="right")return e.callParent(ju);break;case"ConditionalExpression":if(n==="alternate")return e.callParent(ju);break;case"UnaryExpression":if(r.prefix)return e.callParent(ju)}return!1}function D2(e,t){let r=e.getValue(),n=e.getParentNode();return r.type==="FunctionExpression"||r.type==="ClassExpression"?n.type==="ExportDefaultDeclaration"||!Wd(e,t):!(!iM(r)||n.type!=="ExportDefaultDeclaration"&&Wd(e,t))&&e.call(a=>D2(a,t),...rM(e,r))}var ha=Wd,E2=function(e,t){switch(t.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":return Object.assign(Object.assign({},e),{},{type:t.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:e,comments:[],rootMarker:t.rootMarker});default:return e}};let{builders:{join:b2,line:C2,group:cM,softline:A2,indent:lM}}=ve;var pM={isVueEventBindingExpression:function e(t){switch(t.type){case"MemberExpression":switch(t.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return e(t.object)}return!1;case"Identifier":return!0;default:return!1}},printHtmlBinding:function(e,t,r){let n=e.getValue();if(t.__onHtmlBindingRoot&&e.getName()===null&&t.__onHtmlBindingRoot(n,t),n.type==="File")return t.__isVueForBindingLeft?e.call(a=>{let o=b2([",",C2],a.map(r,"params")),{params:l}=a.getValue();return l.length===1?o:["(",lM([A2,cM(o)]),A2,")"]},"program","body",0):t.__isVueBindings?e.call(a=>b2([",",C2],a.map(r,"params")),"program","body",0):void 0}};let{printComments:fM}=gt,{getLast:hM}=ke,{builders:{join:dM,line:v2,softline:gl,group:_n,indent:zd,align:mM,ifBreak:gM,indentIfBreak:yM},utils:{cleanDoc:DM,getDocParts:EM,isConcat:bM}}=ve,{hasLeadingOwnLineComment:CM,isBinaryish:x2,isJsxNode:S2,shouldFlatten:F2,hasComment:w2,CommentCheckFlags:B2,isCallExpression:T2,isMemberExpression:AM,isObjectProperty:vM,isEnabledHackPipeline:k2}=He,xM=0;function $d(e,t,r,n,a){let o=e.getValue();if(!x2(o))return[_n(t())];let l=[];F2(o.operator,o.left.operator)?l=e.call(S=>$d(S,t,r,!0,a),"left"):l.push(_n(t("left")));let p=yl(o),d=(o.operator==="|>"||o.type==="NGPipeExpression"||o.operator==="|"&&r.parser==="__vue_expression")&&!CM(r.originalText,o.right),m=o.type==="NGPipeExpression"?"|":o.operator,y=o.type==="NGPipeExpression"&&o.arguments.length>0?_n(zd([gl,": ",dM([gl,":",gM(" ")],e.map(t,"arguments").map(S=>mM(2,_n(S))))])):"",D;if(p)D=[m," ",t("right"),y];else{let S=k2(r)&&m==="|>"?e.call(k=>$d(k,t,r,!0,a),"right"):t("right");D=[d?v2:"",m,d?" ":v2,S,y]}let b=e.getParentNode(),v=w2(o.left,B2.Trailing|B2.Line),w=v||!(a&&o.type==="LogicalExpression")&&b.type!==o.type&&o.left.type!==o.type&&o.right.type!==o.type;if(l.push(d?"":" ",w?_n(D,{shouldBreak:v}):D),n&&w2(o)){let S=DM(fM(e,l,r));return bM(S)||S.type==="fill"?EM(S):[S]}return l}function yl(e){return e.type==="LogicalExpression"&&(e.right.type==="ObjectExpression"&&e.right.properties.length>0||e.right.type==="ArrayExpression"&&e.right.elements.length>0||!!S2(e.right))}var Hd={printBinaryishExpression:function(e,t,r){let n=e.getValue(),a=e.getParentNode(),o=e.getParentNode(1),l=n!==a.body&&(a.type==="IfStatement"||a.type==="WhileStatement"||a.type==="SwitchStatement"||a.type==="DoWhileStatement"),p=k2(t)&&n.operator==="|>",d=$d(e,r,t,!1,l);if(l)return d;if(p)return _n(d);if(T2(a)&&a.callee===n||a.type==="UnaryExpression"||AM(a)&&!a.computed)return _n([zd([gl,...d]),gl]);let m=a.type==="ReturnStatement"||a.type==="ThrowStatement"||a.type==="JSXExpressionContainer"&&o.type==="JSXAttribute"||n.operator!=="|"&&a.type==="JsExpressionRoot"||n.type!=="NGPipeExpression"&&(a.type==="NGRoot"&&t.parser==="__ng_binding"||a.type==="NGMicrosyntaxExpression"&&o.type==="NGMicrosyntax"&&o.body.length===1)||n===a.body&&a.type==="ArrowFunctionExpression"||n!==a.body&&a.type==="ForStatement"||a.type==="ConditionalExpression"&&o.type!=="ReturnStatement"&&o.type!=="ThrowStatement"&&!T2(o)||a.type==="TemplateLiteral",y=a.type==="AssignmentExpression"||a.type==="VariableDeclarator"||a.type==="ClassProperty"||a.type==="PropertyDefinition"||a.type==="TSAbstractPropertyDefinition"||a.type==="ClassPrivateProperty"||vM(a),D=x2(n.left)&&F2(n.operator,n.left.operator);if(m||yl(n)&&!D||!yl(n)&&y)return _n(d);if(d.length===0)return"";let b=S2(n.right),v=d.findIndex(M=>typeof M!="string"&&!Array.isArray(M)&&M.type==="group"),w=d.slice(0,v===-1?1:v+1),S=d.slice(w.length,b?-1:void 0),k=Symbol("logicalChain-"+ ++xM),P=_n([...w,zd(S)],{id:k});if(!b)return P;let _=hM(d);return _n([P,yM(_,{groupId:k})])},shouldInlineLogicalExpression:yl};let{builders:{join:SM,line:_2,group:FM}}=ve,{hasNode:wM,hasComment:BM,getComments:TM}=He,{printBinaryishExpression:kM}=Hd;function N2(e,t,r){return e.type==="NGMicrosyntaxKeyedExpression"&&e.key.name==="of"&&t===1&&r.body[0].type==="NGMicrosyntaxLet"&&r.body[0].value===null}var _M={printAngular:function(e,t,r){let n=e.getValue();if(n.type.startsWith("NG"))switch(n.type){case"NGRoot":return[r("node"),BM(n.node)?" //"+TM(n.node)[0].value.trimEnd():""];case"NGPipeExpression":return kM(e,t,r);case"NGChainedExpression":return FM(SM([";",_2],e.map(a=>function(o){return wM(o.getValue(),l=>{switch(l.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}})}(a)?r():["(",r(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[n.prefix,": ",n.value.trim()];case"NGMicrosyntax":return e.map((a,o)=>[o===0?"":N2(a.getValue(),o,n)?" ":[";",_2],r()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(n.name)?n.name:JSON.stringify(n.name);case"NGMicrosyntaxExpression":return[r("expression"),n.alias===null?"":[" as ",r("alias")]];case"NGMicrosyntaxKeyedExpression":{let a=e.getName(),o=e.getParentNode(),l=N2(n,a,o)||(a===1&&(n.key.name==="then"||n.key.name==="else")||a===2&&n.key.name==="else"&&o.body[a-1].type==="NGMicrosyntaxKeyedExpression"&&o.body[a-1].key.name==="then")&&o.body[0].type==="NGMicrosyntaxExpression";return[r("key"),l?" ":": ",r("expression")]}case"NGMicrosyntaxLet":return["let ",r("key"),n.value===null?"":[" = ",r("value")]];case"NGMicrosyntaxAs":return[r("key")," as ",r("alias")];default:throw new Error("Unknown Angular node type: ".concat(JSON.stringify(n.type),"."))}}};let{printComments:I2,printDanglingComments:P2}=gt,{builders:{line:Dl,hardline:pt,softline:Yt,group:ts,indent:rs,conditionalGroup:NM,fill:IM,ifBreak:Jd,lineSuffixBoundary:O2,join:L2},utils:{willBreak:M2}}=ve,{getLast:Ru,getPreferredQuote:PM}=ke,{isJsxNode:El,rawText:Vu,isLiteral:bl,isCallExpression:j2,isStringLiteral:Yd,isBinaryish:OM,hasComment:Wr,CommentCheckFlags:ns,hasNodeIgnoreComment:LM}=He,MM=ha,{willPrintOwnComments:jM}=h2,Xd=e=>e===""||e===Dl||e===pt||e===Yt;function RM(e,t,r){let n=e.getValue();if(n.type==="JSXElement"&&function(_){if(_.children.length===0)return!0;if(_.children.length>1)return!1;let M=_.children[0];return bl(M)&&!qu(M)}(n))return[r("openingElement"),r("closingElement")];let a=n.type==="JSXElement"?r("openingElement"):r("openingFragment"),o=n.type==="JSXElement"?r("closingElement"):r("closingFragment");if(n.children.length===1&&n.children[0].type==="JSXExpressionContainer"&&(n.children[0].expression.type==="TemplateLiteral"||n.children[0].expression.type==="TaggedTemplateExpression"))return[a,...e.map(r,"children"),o];n.children=n.children.map(_=>function(M){return M.type==="JSXExpressionContainer"&&bl(M.expression)&&M.expression.value===" "&&!Wr(M.expression)}(_)?{type:"JSXText",value:" ",raw:" "}:_);let l=n.children.some(El),p=n.children.filter(_=>_.type==="JSXExpressionContainer").length>1,d=n.type==="JSXElement"&&n.openingElement.attributes.length>1,m=M2(a)||l||d||p,y=e.getParentNode().rootMarker==="mdx",D=t.singleQuote?"{' '}":'{" "}',b=y?" ":Jd([D,Yt]," "),v=function(_,M,U,q,H){let Q=[];return _.each((te,Ee,ne)=>{let pe=te.getValue();if(bl(pe)){let Be=Vu(pe);if(qu(pe)){let Se=Be.split(Cl);if(Se[0]===""){if(Q.push(""),Se.shift(),/\n/.test(Se[0])){let Dt=ne[Ee+1];Q.push(V2(H,Se[1],pe,Dt))}else Q.push(q);Se.shift()}let st;if(Ru(Se)===""&&(Se.pop(),st=Se.pop()),Se.length===0)return;for(let[Dt,lr]of Se.entries())Dt%2==1?Q.push(Dl):Q.push(lr);if(st!==void 0)if(/\n/.test(st)){let Dt=ne[Ee+1];Q.push(V2(H,Ru(Q),pe,Dt))}else Q.push(q);else{let Dt=ne[Ee+1];Q.push(R2(H,Ru(Q),pe,Dt))}}else/\n/.test(Be)?Be.match(/\n/g).length>1&&Q.push("",pt):Q.push("",q)}else{let Be=U();Q.push(Be);let Se=ne[Ee+1];if(Se&&qu(Se)){let st=GM(Vu(Se)).split(Cl)[0];Q.push(R2(H,st,pe,Se))}else Q.push(pt)}},"children"),Q}(e,0,r,b,n.openingElement&&n.openingElement.name&&n.openingElement.name.name==="fbt"),w=n.children.some(_=>qu(_));for(let _=v.length-2;_>=0;_--){let M=v[_]===""&&v[_+1]==="",U=v[_]===pt&&v[_+1]===""&&v[_+2]===pt,q=(v[_]===Yt||v[_]===pt)&&v[_+1]===""&&v[_+2]===b,H=v[_]===b&&v[_+1]===""&&(v[_+2]===Yt||v[_+2]===pt),Q=v[_]===b&&v[_+1]===""&&v[_+2]===b,te=v[_]===Yt&&v[_+1]===""&&v[_+2]===pt||v[_]===pt&&v[_+1]===""&&v[_+2]===Yt;U&&w||M||q||Q||te?v.splice(_,2):H&&v.splice(_+1,2)}for(;v.length>0&&Xd(Ru(v));)v.pop();for(;v.length>1&&Xd(v[0])&&Xd(v[1]);)v.shift(),v.shift();let S=[];for(let[_,M]of v.entries()){if(M===b){if(_===1&&v[_-1]===""){if(v.length===2){S.push(D);continue}S.push([D,pt]);continue}if(_===v.length-1){S.push(D);continue}if(v[_-1]===""&&v[_-2]===pt){S.push(D);continue}}S.push(M),M2(M)&&(m=!0)}let k=w?IM(S):ts(S,{shouldBreak:!0});if(y)return k;let P=ts([a,rs([pt,k]),pt,o]);return m?P:NM([ts([a,...v,o]),P])}function R2(e,t,r,n){return e?"":r.type==="JSXElement"&&!r.closingElement||n&&n.type==="JSXElement"&&!n.closingElement?t.length===1?Yt:pt:Yt}function V2(e,t,r,n){return e?pt:t.length===1?r.type==="JSXElement"&&!r.closingElement||n&&n.type==="JSXElement"&&!n.closingElement?pt:Yt:pt}function VM(e,t,r){return function(n,a,o){let l=n.getParentNode();if(!l||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[l.type])return a;let p=n.match(void 0,m=>m.type==="ArrowFunctionExpression",j2,m=>m.type==="JSXExpressionContainer"),d=MM(n,o);return ts([d?"":Jd("("),rs([Yt,a]),Yt,d?"":Jd(")")],{shouldBreak:p})}(e,I2(e,RM(e,t,r),t),t)}function q2(e,t,r){let n=e.getValue();return["{",e.call(a=>{let o=["...",r()],l=a.getValue();return Wr(l)&&jM(a)?[rs([Yt,I2(a,o,t)]),Yt]:o},n.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}let Cl=new RegExp(`([
\r ]+)`),qM=new RegExp(`[^
\r ]`),GM=e=>e.replace(new RegExp("(?:^"+Cl.source+"|"+Cl.source+"$)"),"");function qu(e){return bl(e)&&(qM.test(Vu(e))||!/\n/.test(Vu(e)))}var UM={hasJsxIgnoreComment:function(e){let t=e.getValue(),r=e.getParentNode();if(!(r&&t&&El(t)&&El(r)))return!1;let n=null;for(let a=r.children.indexOf(t);a>0;a--){let o=r.children[a-1];if(o.type!=="JSXText"||qu(o)){n=o;break}}return n&&n.type==="JSXExpressionContainer"&&n.expression.type==="JSXEmptyExpression"&&LM(n.expression)},printJsx:function(e,t,r){let n=e.getValue();if(n.type.startsWith("JSX"))switch(n.type){case"JSXAttribute":return function(a,o,l){let p=a.getValue(),d=[];if(d.push(l("name")),p.value){let m;if(Yd(p.value)){let y=Vu(p.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"'),{escaped:D,quote:b,regex:v}=PM(y,o.jsxSingleQuote?"'":'"');y=y.replace(v,D),m=[b,y,b]}else m=l("value");d.push("=",m)}return d}(e,t,r);case"JSXIdentifier":return String(n.name);case"JSXNamespacedName":return L2(":",[r("namespace"),r("name")]);case"JSXMemberExpression":return L2(".",[r("object"),r("property")]);case"JSXSpreadAttribute":return q2(e,t,r);case"JSXSpreadChild":return q2(e,t,r);case"JSXExpressionContainer":return function(a,o,l){let p=a.getValue(),d=a.getParentNode(0),m=p.expression.type==="JSXEmptyExpression"||!Wr(p.expression)&&(p.expression.type==="ArrayExpression"||p.expression.type==="ObjectExpression"||p.expression.type==="ArrowFunctionExpression"||j2(p.expression)||p.expression.type==="FunctionExpression"||p.expression.type==="TemplateLiteral"||p.expression.type==="TaggedTemplateExpression"||p.expression.type==="DoExpression"||El(d)&&(p.expression.type==="ConditionalExpression"||OM(p.expression)));return ts(m?["{",l("expression"),O2,"}"]:["{",rs([Yt,l("expression")]),Yt,O2,"}"])}(e,0,r);case"JSXFragment":case"JSXElement":return VM(e,t,r);case"JSXOpeningElement":return function(a,o,l){let p=a.getValue(),d=p.name&&Wr(p.name)||p.typeParameters&&Wr(p.typeParameters);if(p.selfClosing&&p.attributes.length===0&&!d)return["<",l("name"),l("typeParameters")," />"];if(p.attributes&&p.attributes.length===1&&p.attributes[0].value&&Yd(p.attributes[0].value)&&!p.attributes[0].value.value.includes(`
`)&&!d&&!Wr(p.attributes[0]))return ts(["<",l("name"),l("typeParameters")," ",...a.map(l,"attributes"),p.selfClosing?" />":">"]);let m=p.attributes.length>0&&Wr(Ru(p.attributes),ns.Trailing),y=p.attributes.length===0&&!d||(o.bracketSameLine||o.jsxBracketSameLine)&&(!d||p.attributes.length>0)&&!m,D=p.attributes&&p.attributes.some(b=>b.value&&Yd(b.value)&&b.value.value.includes(`
`));return ts(["<",l("name"),l("typeParameters"),rs(a.map(()=>[Dl,l()],"attributes")),p.selfClosing?Dl:y?">":Yt,p.selfClosing?"/>":y?"":">"],{shouldBreak:D})}(e,t,r);case"JSXClosingElement":return function(a,o,l){let p=a.getValue(),d=[];d.push("</");let m=l("name");return Wr(p.name,ns.Leading|ns.Line)?d.push(rs([pt,m]),pt):Wr(p.name,ns.Leading|ns.Block)?d.push(" ",m):d.push(m),d.push(">"),d}(e,0,r);case"JSXOpeningFragment":case"JSXClosingFragment":return function(a,o){let l=a.getValue(),p=Wr(l),d=Wr(l,ns.Line),m=l.type==="JSXOpeningFragment";return[m?"<":"</",rs([d?pt:p&&!m?" ":"",P2(a,o,!0)]),d?pt:"",">"]}(e,t);case"JSXEmptyExpression":return function(a,o){let l=a.getValue(),p=Wr(l,ns.Line);return[P2(a,o,!p),p?pt:""]}(e,t);case"JSXText":throw new Error("JSXTest should be handled by JSXElement");default:throw new Error("Unknown JSX node type: ".concat(JSON.stringify(n.type),"."))}}},WM=gE,zM=hc,$M=qs,HM=d0,JM=AE;gc({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=zM(this),r=$M(t),n=JM(t,0);return n.length=WM(n,t,t,r,0,e===void 0?1:HM(e)),n}});var Al,YM=TD,XM=g0,KM=Object.keys||function(e){return YM(e,XM)},QM=Rs,ZM=Mi,ej=ki,tj=KM,rj=ge?Object.defineProperties:function(e,t){ZM(e);for(var r,n=ej(t),a=tj(t),o=a.length,l=0;o>l;)QM.f(e,r=a[l++],n[r]);return e},nj=_i("document","documentElement"),ij=Mi,sj=rj,G2=g0,aj=u0,uj=nj,oj=cD,U2=DD("IE_PROTO"),Kd=function(){},W2=function(e){return"<script>"+e+"<\/script>"},z2=function(e){e.write(W2("")),e.close();var t=e.parentWindow.Object;return e=null,t},vl=function(){try{Al=new ActiveXObject("htmlfile")}catch{}vl=typeof document<"u"?document.domain&&Al?z2(Al):function(){var t,r=oj("iframe");return r.style.display="none",uj.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(W2("document.F=Object")),t.close(),t.F}():z2(Al);for(var e=G2.length;e--;)delete vl.prototype[G2[e]];return vl()};aj[U2]=!0;var cj=Object.create||function(e,t){var r;return e!==null?(Kd.prototype=ij(e),r=new Kd,Kd.prototype=null,r[U2]=e):r=vl(),t===void 0?r:sj(r,t)},lj=Rs,Qd=Li("unscopables"),Zd=Array.prototype;Zd[Qd]==null&&lj.f(Zd,Qd,{configurable:!0,value:cj(null)});var pj=function(e){Zd[Qd][e]=!0};pj("flat");let{isNonEmptyArray:fj}=ke,{builders:{indent:hj,join:dj,line:mj}}=ve,{isFlowAnnotationComment:gj}=He;function $2(e,t,r){let n=e.getValue();if(!n.typeAnnotation)return"";let a=e.getParentNode(),o=n.definite||a&&a.type==="VariableDeclarator"&&a.definite,l=a.type==="DeclareFunction"&&a.id===n;return gj(t.originalText,n.typeAnnotation)?[" /*: ",r("typeAnnotation")," */"]:[l?"":o?"!: ":": ",r("typeAnnotation")]}var zr={printOptionalToken:function(e){let t=e.getValue();return!t.optional||t.type==="Identifier"&&t===e.getParentNode().key?"":t.type==="OptionalCallExpression"||t.type==="OptionalMemberExpression"&&t.computed?"?.":"?"},printFunctionTypeParameters:function(e,t,r){let n=e.getValue();return n.typeArguments?r("typeArguments"):n.typeParameters?r("typeParameters"):""},printBindExpressionCallee:function(e,t,r){return["::",r("callee")]},printTypeScriptModifiers:function(e,t,r){let n=e.getValue();return fj(n.modifiers)?[dj(" ",e.map(r,"modifiers"))," "]:""},printTypeAnnotation:$2,printRestSpread:function(e,t,r){return["...",r("argument"),$2(e,t,r)]},adjustClause:function(e,t,r){return e.type==="EmptyStatement"?";":e.type==="BlockStatement"||r?[" ",t]:hj([mj,t])}};let{printDanglingComments:H2}=gt,{builders:{line:J2,softline:xl,hardline:em,group:tm,indent:yj,ifBreak:Y2,fill:Dj}}=ve,{getLast:Ej,hasNewline:bj}=ke,{shouldPrintComma:Cj,hasComment:Sl,CommentCheckFlags:Gu,isNextLineEmpty:X2,isNumericLiteral:Aj,isSignedNumericLiteral:vj}=He,{locStart:xj}=$t,{printOptionalToken:Sj,printTypeAnnotation:Fj}=zr;function K2(e,t){return e.elements.length>1&&e.elements.every(r=>r&&(Aj(r)||vj(r)&&!Sl(r.argument))&&!Sl(r,Gu.Trailing|Gu.Line,n=>!bj(t.originalText,xj(n),{backwards:!0})))}function Q2(e,t,r,n){let a=[],o=[];return e.each(l=>{a.push(o,tm(n())),o=[",",J2],l.getValue()&&X2(l.getValue(),t)&&o.push(xl)},r),a}function wj(e,t,r,n){let a=[];return e.each((o,l,p)=>{let d=l===p.length-1;a.push([r(),d?n:","]),d||a.push(X2(o.getValue(),t)?[em,em]:Sl(p[l+1],Gu.Leading|Gu.Line)?em:J2)},"elements"),Dj(a)}var Uu={printArray:function(e,t,r){let n=e.getValue(),a=[],o=n.type==="TupleExpression"?"#[":"[";if(n.elements.length===0)Sl(n,Gu.Dangling)?a.push(tm([o,H2(e,t),xl,"]"])):a.push(o,"]");else{let l=Ej(n.elements),p=!(l&&l.type==="RestElement"),d=l===null,m=Symbol("array"),y=!t.__inJestEach&&n.elements.length>1&&n.elements.every((v,w,S)=>{let k=v&&v.type;if(k!=="ArrayExpression"&&k!=="ObjectExpression")return!1;let P=S[w+1];if(P&&k!==P.type)return!1;let _=k==="ArrayExpression"?"elements":"properties";return v[_]&&v[_].length>1}),D=K2(n,t),b=p?d?",":Cj(t)?D?Y2(",","",{groupId:m}):Y2(","):"":"";a.push(tm([o,yj([xl,D?wj(e,t,r,b):[Q2(e,t,"elements",r),b],H2(e,t,!0)]),xl,"]"],{shouldBreak:y,id:m}))}return a.push(Sj(e),Fj(e,t,r)),a},printArrayItems:Q2,isConciselyPrintedArray:K2};let{printDanglingComments:Bj}=gt,{getLast:Z2,getPenultimate:Tj}=ke,{getFunctionParameters:kj,hasComment:is,CommentCheckFlags:rm,isFunctionCompositionArgs:_j,isJsxNode:Nj,isLongCurriedCallExpression:Ij,shouldPrintComma:Pj,getCallArguments:Oj,iterateCallArgumentsPath:ex,isNextLineEmpty:Lj,isCallExpression:Mj,isStringLiteral:jj,isObjectProperty:Rj}=He,{builders:{line:Fl,hardline:wl,softline:tx,group:Bl,indent:rx,conditionalGroup:Vj,ifBreak:qj,breakParent:Gj},utils:{willBreak:Tl}}=ve,{ArgExpansionBailout:Uj}=Cu,{isConciselyPrintedArray:Wj}=Uu;function Wu(e){let t=arguments.length>1&&arguments[1]!==void 0&&arguments[1];return e.type==="ObjectExpression"&&(e.properties.length>0||is(e))||e.type==="ArrayExpression"&&(e.elements.length>0||is(e))||e.type==="TSTypeAssertion"&&Wu(e.expression)||e.type==="TSAsExpression"&&Wu(e.expression)||e.type==="FunctionExpression"||e.type==="ArrowFunctionExpression"&&(!e.returnType||!e.returnType.typeAnnotation||e.returnType.typeAnnotation.type!=="TSTypeReference"||zj(e.body))&&(e.body.type==="BlockStatement"||e.body.type==="ArrowFunctionExpression"&&Wu(e.body,!0)||e.body.type==="ObjectExpression"||e.body.type==="ArrayExpression"||!t&&(Mj(e.body)||e.body.type==="ConditionalExpression")||Nj(e.body))||e.type==="DoExpression"||e.type==="ModuleExpression"}function zj(e){return e.type==="BlockStatement"&&(e.body.some(t=>t.type!=="EmptyStatement")||is(e,rm.Dangling))}var nx=function(e,t,r){let n=e.getValue(),a=n.type==="ImportExpression",o=Oj(n);if(o.length===0)return["(",Bj(e,t,!0),")"];if(function(S){return S.length===2&&S[0].type==="ArrowFunctionExpression"&&kj(S[0]).length===0&&S[0].body.type==="BlockStatement"&&S[1].type==="ArrayExpression"&&!S.some(k=>is(k))}(o))return["(",r(["arguments",0]),", ",r(["arguments",1]),")"];let l=!1,p=!1,d=o.length-1,m=[];ex(e,(S,k)=>{let P=S.getNode(),_=[r()];k===d||(Lj(P,t)?(k===0&&(p=!0),l=!0,_.push(",",wl,wl)):_.push(",",Fl)),m.push(_)});let y=a||n.callee&&n.callee.type==="Import"||!Pj(t,"all")?"":",";function D(){return Bl(["(",rx([Fl,...m]),y,Fl,")"],{shouldBreak:!0})}if(l||e.getParentNode().type!=="Decorator"&&_j(o))return D();let b=function(S){if(S.length!==2)return!1;let[k,P]=S;return k.type==="ModuleExpression"&&function(_){return _.type==="ObjectExpression"&&_.properties.length===1&&Rj(_.properties[0])&&_.properties[0].key.type==="Identifier"&&_.properties[0].key.name==="type"&&jj(_.properties[0].value)&&_.properties[0].value.value==="module"}(P)?!0:!is(k)&&(k.type==="FunctionExpression"||k.type==="ArrowFunctionExpression"&&k.body.type==="BlockStatement")&&P.type!=="FunctionExpression"&&P.type!=="ArrowFunctionExpression"&&P.type!=="ConditionalExpression"&&!Wu(P)}(o),v=function(S,k){let P=Z2(S),_=Tj(S);return!is(P,rm.Leading)&&!is(P,rm.Trailing)&&Wu(P)&&(!_||_.type!==P.type)&&(S.length!==2||_.type!=="ArrowFunctionExpression"||P.type!=="ArrayExpression")&&!(S.length>1&&P.type==="ArrayExpression"&&Wj(P,k))}(o,t);if(b||v){if(b?m.slice(1).some(Tl):m.slice(0,-1).some(Tl))return D();let S=[];try{e.try(()=>{ex(e,(k,P)=>{b&&P===0&&(S=[[r([],{expandFirstArg:!0}),m.length>1?",":"",p?wl:Fl,p?wl:""],...m.slice(1)]),v&&P===d&&(S=[...m.slice(0,-1),r([],{expandLastArg:!0})])})})}catch(k){if(k instanceof Uj)return D();throw k}return[m.some(Tl)?Gj:"",Vj([["(",...S,")"],b?["(",Bl(S[0],{shouldBreak:!0}),...S.slice(1),")"]:["(",...m.slice(0,-1),Bl(Z2(S),{shouldBreak:!0}),")"],D()])]}let w=["(",rx([tx,...m]),qj(y),tx,")"];return Ij(e)?w:Bl(w,{shouldBreak:m.some(Tl)||l})};let{builders:{softline:nm,group:ix,indent:sx,label:$j}}=ve,{isNumericLiteral:Hj,isMemberExpression:ax,isCallExpression:ux}=He,{printOptionalToken:Jj}=zr;function ox(e,t,r){let n=r("property"),a=e.getValue(),o=Jj(e);return a.computed?!a.property||Hj(a.property)?[o,"[",n,"]"]:ix([o,"[",sx([nm,n]),nm,"]"]):[o,".",n]}var cx={printMemberExpression:function(e,t,r){let n=e.getValue(),a=e.getParentNode(),o,l=0;do o=e.getParentNode(l),l++;while(o&&(ax(o)||o.type==="TSNonNullExpression"));let p=r("object"),d=ox(e,t,r),m=o&&(o.type==="NewExpression"||o.type==="BindExpression"||o.type==="AssignmentExpression"&&o.left.type!=="Identifier")||n.computed||n.object.type==="Identifier"&&n.property.type==="Identifier"&&!ax(a)||(a.type==="AssignmentExpression"||a.type==="VariableDeclarator")&&(ux(n.object)&&n.object.arguments.length>0||n.object.type==="TSNonNullExpression"&&ux(n.object.expression)&&n.object.expression.arguments.length>0||p.label==="member-chain");return $j(p.label==="member-chain"?"member-chain":"member",[p,m?d:ix(sx([nm,d]))])},printMemberLookup:ox};let{printComments:im}=gt,{getLast:da,isNextLineEmptyAfterIndex:Yj,getNextNonSpaceNonCommentCharacterIndex:Xj}=ke,Kj=ha,{isCallExpression:mi,isMemberExpression:sm,isFunctionOrArrowExpression:Qj,isLongCurriedCallExpression:Zj,isMemberish:zu,isNumericLiteral:lx,isSimpleCallArgument:eR,hasComment:$u,CommentCheckFlags:kl,isNextLineEmpty:tR}=He,{locEnd:rR}=$t,{builders:{join:nR,hardline:_l,group:am,indent:iR,conditionalGroup:sR,breakParent:aR,label:uR},utils:{willBreak:um}}=ve,px=nx,{printMemberLookup:oR}=cx,{printOptionalToken:fx,printFunctionTypeParameters:hx,printBindExpressionCallee:cR}=zr;var lR=function(e,t,r){let n=e.getParentNode(),a=!n||n.type==="ExpressionStatement",o=[];function l(ne){let{originalText:pe}=t,Be=Xj(pe,ne,rR);return pe.charAt(Be)===")"?Be!==!1&&Yj(pe,Be+1):tR(ne,t)}function p(ne){let pe=ne.getValue();mi(pe)&&(zu(pe.callee)||mi(pe.callee))?(o.unshift({node:pe,printed:[im(ne,[fx(ne),hx(ne,t,r),px(ne,t,r)],t),l(pe)?_l:""]}),ne.call(Be=>p(Be),"callee")):zu(pe)?(o.unshift({node:pe,needsParens:Kj(ne,t),printed:im(ne,sm(pe)?oR(ne,t,r):cR(ne,t,r),t)}),ne.call(Be=>p(Be),"object")):pe.type==="TSNonNullExpression"?(o.unshift({node:pe,printed:im(ne,"!",t)}),ne.call(Be=>p(Be),"expression")):o.unshift({node:pe,printed:r()})}let d=e.getValue();o.unshift({node:d,printed:[fx(e),hx(e,t,r),px(e,t,r)]}),d.callee&&e.call(ne=>p(ne),"callee");let m=[],y=[o[0]],D=1;for(;D<o.length&&(o[D].node.type==="TSNonNullExpression"||mi(o[D].node)||sm(o[D].node)&&o[D].node.computed&&lx(o[D].node.property));++D)y.push(o[D]);if(!mi(o[0].node))for(;D+1<o.length&&zu(o[D].node)&&zu(o[D+1].node);++D)y.push(o[D]);m.push(y),y=[];let b=!1;for(;D<o.length;++D){if(b&&zu(o[D].node)){if(o[D].node.computed&&lx(o[D].node.property)){y.push(o[D]);continue}m.push(y),y=[],b=!1}(mi(o[D].node)||o[D].node.type==="ImportExpression")&&(b=!0),y.push(o[D]),$u(o[D].node,kl.Trailing)&&(m.push(y),y=[],b=!1)}function v(ne){return/^[A-Z]|^[$_]+$/.test(ne)}y.length>0&&m.push(y);let w=m.length>=2&&!$u(m[1][0].node)&&function(ne){let pe=ne[1].length>0&&ne[1][0].node.computed;if(ne[0].length===1){let Se=ne[0][0].node;return Se.type==="ThisExpression"||Se.type==="Identifier"&&(v(Se.name)||a&&function(st){return st.length<=t.tabWidth}(Se.name)||pe)}let Be=da(ne[0]).node;return sm(Be)&&Be.property.type==="Identifier"&&(v(Be.property.name)||pe)}(m);function S(ne){let pe=ne.map(Be=>Be.printed);return ne.length>0&&da(ne).needsParens?["(",...pe,")"]:pe}let k=m.map(S),P=k,_=w?3:2,M=m.flat(),U=M.slice(1,-1).some(ne=>$u(ne.node,kl.Leading))||M.slice(0,-1).some(ne=>$u(ne.node,kl.Trailing))||m[_]&&$u(m[_][0].node,kl.Leading);if(m.length<=_&&!U)return Zj(e)?P:am(P);let q=da(m[w?1:0]).node,H=!mi(q)&&l(q),Q=[S(m[0]),w?m.slice(1,2).map(S):"",H?_l:"",function(ne){return ne.length===0?"":iR(am([_l,nR(_l,ne.map(S))]))}(m.slice(w?2:1))],te=o.map(ne=>{let{node:pe}=ne;return pe}).filter(mi),Ee;return Ee=U||te.length>2&&te.some(ne=>!ne.arguments.every(pe=>eR(pe,0)))||k.slice(0,-1).some(um)||function(){let ne=da(da(m)).node,pe=da(k);return mi(ne)&&um(pe)&&te.slice(0,-1).some(Be=>Be.arguments.some(Qj))}()?am(Q):[um(P)||H?aR:"",sR([P,Q])],uR("member-chain",Ee)};let{builders:{join:pR,group:fR}}=ve,hR=ha,{getCallArguments:dx,hasFlowAnnotationComment:dR,isCallExpression:mR,isMemberish:gR,isStringLiteral:yR,isTemplateOnItsOwnLine:DR,isTestCall:ER,iterateCallArgumentsPath:bR}=He,CR=lR,AR=nx,{printOptionalToken:vR,printFunctionTypeParameters:mx}=zr;var gx={printCallExpression:function(e,t,r){let n=e.getValue(),a=e.getParentNode(),o=n.type==="NewExpression",l=n.type==="ImportExpression",p=vR(e),d=dx(n);if(d.length>0&&(!l&&!o&&function(D,b){if(D.callee.type!=="Identifier")return!1;if(D.callee.name==="require")return!0;if(D.callee.name==="define"){let v=dx(D);return b.type==="ExpressionStatement"&&(v.length===1||v.length===2&&v[0].type==="ArrayExpression"||v.length===3&&yR(v[0])&&v[1].type==="ArrayExpression")}return!1}(n,a)||d.length===1&&DR(d[0],t.originalText)||!o&&ER(n,a))){let D=[];return bR(e,()=>{D.push(r())}),[o?"new ":"",r("callee"),p,mx(e,t,r),"(",pR(", ",D),")"]}let m=(t.parser==="babel"||t.parser==="babel-flow")&&n.callee&&n.callee.type==="Identifier"&&dR(n.callee.trailingComments);if(m&&(n.callee.trailingComments[0].printed=!0),!l&&!o&&gR(n.callee)&&!e.call(D=>hR(D,t),"callee"))return CR(e,t,r);let y=[o?"new ":"",l?"import":r("callee"),p,m?"/*:: ".concat(n.callee.trailingComments[0].value.slice(2).trim()," */"):"",mx(e,t,r),AR(e,t,r)];return l||mR(n.callee)?fR(y):y}};let{isNonEmptyArray:Hu,getStringWidth:xR}=ke,{builders:{line:Nl,group:wr,indent:om,indentIfBreak:SR},utils:{cleanDoc:FR,willBreak:wR,canBreak:BR}}=ve,{hasLeadingOwnLineComment:TR,isBinaryish:yx,isStringLiteral:Dx,isLiteral:kR,isNumericLiteral:_R,isCallExpression:NR,isMemberExpression:IR,getCallArguments:PR,rawText:OR,hasComment:Ex,isSignedNumericLiteral:LR,isObjectProperty:bx}=He,{shouldInlineLogicalExpression:Cx}=Hd,{printCallExpression:MR}=gx;function cm(e,t,r,n,a,o){let l=function(d,m,y,D,b){let v=d.getValue(),w=v[b];if(!w)return"only-left";let S=!Il(w);if(d.match(Il,Ax,_=>!S||_.type!=="ExpressionStatement"&&_.type!=="VariableDeclaration"))return S?w.type==="ArrowFunctionExpression"&&w.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!S&&Il(w.right)||TR(m.originalText,w))return"break-after-operator";if(w.type==="CallExpression"&&w.callee.name==="require"||m.parser==="json5"||m.parser==="json")return"never-break-after-operator";if(function(_){if(Ax(_)){let M=_.left||_.id;return M.type==="ObjectPattern"&&M.properties.length>2&&M.properties.some(U=>bx(U)&&(!U.shorthand||U.value&&U.value.type==="AssignmentPattern"))}return!1}(v)||function(_){let M=function(U){return function(q){return q.type==="TSTypeAliasDeclaration"||q.type==="TypeAlias"}(U)&&U.typeParameters&&U.typeParameters.params?U.typeParameters.params:null}(_);if(Hu(M)){let U=_.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(M.length>1&&M.some(q=>q[U]||q.default))return!0}return!1}(v)||function(_){if(_.type!=="VariableDeclarator")return!1;let{typeAnnotation:M}=_.id;if(!M||!M.typeAnnotation)return!1;let U=xx(M.typeAnnotation);return Hu(U)&&U.length>1&&U.some(q=>Hu(xx(q))||q.type==="TSConditionalType")}(v)||vx(v)&&BR(D))return"break-lhs";let P=function(_,M,U){if(!bx(_))return!1;M=FR(M);let q=3;return typeof M=="string"&&xR(M)<U.tabWidth+q}(v,D,m);return d.call(()=>function(_,M,U,q){let H=_.getValue();if(yx(H)&&!Cx(H))return!0;switch(H.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:Ee}=H;return yx(Ee)&&!Cx(Ee)}case"ClassExpression":return Hu(H.decorators)}if(q)return!1;let Q=H,te=[];for(;;)if(Q.type==="UnaryExpression")Q=Q.argument,te.push("argument");else{if(Q.type!=="TSNonNullExpression")break;Q=Q.expression,te.push("expression")}return!!(Dx(Q)||_.call(()=>Sx(_,M,U),...te))}(d,m,y,P),b)?"break-after-operator":P||w.type==="TemplateLiteral"||w.type==="TaggedTemplateExpression"||w.type==="BooleanLiteral"||_R(w)||w.type==="ClassExpression"?"never-break-after-operator":"fluid"}(e,t,r,n,o),p=r(o,{assignmentLayout:l});switch(l){case"break-after-operator":return wr([wr(n),a,wr(om([Nl,p]))]);case"never-break-after-operator":return wr([wr(n),a," ",p]);case"fluid":{let d=Symbol("assignment");return wr([wr(n),a,wr(om(Nl),{id:d}),SR(p,{groupId:d})])}case"break-lhs":return wr([n,a," ",wr(p)]);case"chain":return[wr(n),a,Nl,p];case"chain-tail":return[wr(n),a,om([Nl,p])];case"chain-tail-arrow-chain":return[wr(n),a,p];case"only-left":return n}}function Il(e){return e.type==="AssignmentExpression"}function Ax(e){return Il(e)||e.type==="VariableDeclarator"}function vx(e){return e.type==="VariableDeclarator"&&e.init&&e.init.type==="ArrowFunctionExpression"}function xx(e){return function(t){return t.type==="TSTypeReference"||t.type==="GenericTypeAnnotation"}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}function Sx(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0&&arguments[3],a=e.getValue(),o=()=>Sx(e,t,r,!0);if(a.type==="TSNonNullExpression")return e.call(o,"expression");if(NR(a)){if(MR(e,t,r).label==="member-chain")return!1;let l=PR(a);return!!(l.length===0||l.length===1&&jR(l[0],t))&&!RR(a,r)&&e.call(o,"callee")}return IR(a)?e.call(o,"object"):n&&(a.type==="Identifier"||a.type==="ThisExpression")}function jR(e,t){let{printWidth:r}=t;if(Ex(e))return!1;let n=.25*r;if(e.type==="ThisExpression"||e.type==="Identifier"&&e.name.length<=n||LR(e)&&!Ex(e.argument))return!0;let a=e.type==="Literal"&&"regex"in e&&e.regex.pattern||e.type==="RegExpLiteral"&&e.pattern;return a?a.length<=n:Dx(e)?OR(e).length<=n:e.type==="TemplateLiteral"?e.expressions.length===0&&e.quasis[0].value.raw.length<=n&&!e.quasis[0].value.raw.includes(`
`):kR(e)}function RR(e,t){let r=function(n){return n.typeParameters&&n.typeParameters.params||n.typeArguments&&n.typeArguments.params}(e);if(Hu(r)){if(r.length>1)return!0;if(r.length===1){let a=r[0];if(a.type==="TSUnionType"||a.type==="UnionTypeAnnotation"||a.type==="TSIntersectionType"||a.type==="IntersectionTypeAnnotation")return!0}let n=e.typeParameters?"typeParameters":"typeArguments";if(wR(t(n)))return!0}return!1}var Ju={printVariableDeclarator:function(e,t,r){return cm(e,t,r,r("id")," =","init")},printAssignmentExpression:function(e,t,r){let n=e.getValue();return cm(e,t,r,r("left"),[" ",n.operator],"right")},printAssignment:cm,isArrowFunctionVariableDeclarator:vx};let{getNextNonSpaceNonCommentCharacter:VR}=ke,{printDanglingComments:qR}=gt,{builders:{line:GR,hardline:Fx,softline:wx,group:UR,indent:WR,ifBreak:zR},utils:{removeLines:Bx,willBreak:lm}}=ve,{getFunctionParameters:pm,iterateFunctionParametersPath:$R,isSimpleType:HR,isTestCall:JR,isTypeAnnotationAFunction:YR,isObjectType:fm,isObjectTypePropertyAFunction:XR,hasRestParameter:KR,shouldPrintComma:QR,hasComment:ZR,isNextLineEmpty:eV}=He,{locEnd:tV}=$t,{ArgExpansionBailout:rV}=Cu,{printFunctionTypeParameters:nV}=zr;function Tx(e){if(!e)return!1;let t=pm(e);if(t.length!==1)return!1;let[r]=t;return!ZR(r)&&(r.type==="ObjectPattern"||r.type==="ArrayPattern"||r.type==="Identifier"&&r.typeAnnotation&&(r.typeAnnotation.type==="TypeAnnotation"||r.typeAnnotation.type==="TSTypeAnnotation")&&fm(r.typeAnnotation.typeAnnotation)||r.type==="FunctionTypeParam"&&fm(r.typeAnnotation)||r.type==="AssignmentPattern"&&(r.left.type==="ObjectPattern"||r.left.type==="ArrayPattern")&&(r.right.type==="Identifier"||r.right.type==="ObjectExpression"&&r.right.properties.length===0||r.right.type==="ArrayExpression"&&r.right.elements.length===0))}var Pl={printFunctionParameters:function(e,t,r,n,a){let o=e.getValue(),l=pm(o),p=a?nV(e,r,t):"";if(l.length===0)return[p,"(",qR(e,r,!0,v=>VR(r.originalText,v,tV)===")"),")"];let d=e.getParentNode(),m=JR(d),y=Tx(o),D=[];if($R(e,(v,w)=>{let S=w===l.length-1;S&&o.rest&&D.push("..."),D.push(t()),S||(D.push(","),m||y?D.push(" "):eV(l[w],r)?D.push(Fx,Fx):D.push(GR))}),n){if(lm(p)||lm(D))throw new rV;return UR([Bx(p),"(",Bx(D),")"])}let b=l.every(v=>!v.decorators);return y&&b||m?[p,"(",...D,")"]:(XR(d)||YR(d)||d.type==="TypeAlias"||d.type==="UnionTypeAnnotation"||d.type==="TSUnionType"||d.type==="IntersectionTypeAnnotation"||d.type==="FunctionTypeAnnotation"&&d.returnType===o)&&l.length===1&&l[0].name===null&&o.this!==l[0]&&l[0].typeAnnotation&&o.typeParameters===null&&HR(l[0].typeAnnotation)&&!o.rest?r.arrowParens==="always"?["(",...D,")"]:D:[p,"(",WR([wx,...D]),zR(!KR(o)&&QR(r,"all")?",":""),wx,")"]},shouldHugFunctionParameters:Tx,shouldGroupFunctionParameters:function(e,t){let r=function(a){let o;return a.returnType?(o=a.returnType,o.typeAnnotation&&(o=o.typeAnnotation)):a.typeAnnotation&&(o=a.typeAnnotation),o}(e);if(!r)return!1;let n=e.typeParameters&&e.typeParameters.params;if(n){if(n.length>1)return!1;if(n.length===1){let a=n[0];if(a.constraint||a.default)return!1}}return pm(e).length===1&&(fm(r)||lm(t))}};let{printComments:iV,printDanglingComments:sV}=gt,{getLast:aV,isNonEmptyArray:uV}=ke,{builders:{group:ss,join:kx,line:hm,softline:Ol,indent:as,align:oV,ifBreak:Ll}}=ve,cV=ha,{locStart:_x}=$t,{isSimpleType:lV,isObjectType:Yu,hasLeadingOwnLineComment:Nx,isObjectTypePropertyAFunction:pV,shouldPrintComma:fV}=He,{printAssignment:hV}=Ju,{printFunctionParameters:dV,shouldGroupFunctionParameters:mV}=Pl,{printArrayItems:gV}=Uu;function Ix(e){if(lV(e)||Yu(e))return!0;if(e.type==="UnionTypeAnnotation"||e.type==="TSUnionType"){let t=e.types.filter(n=>n.type==="VoidTypeAnnotation"||n.type==="TSVoidKeyword"||n.type==="NullLiteralTypeAnnotation"||n.type==="TSNullKeyword").length,r=e.types.some(n=>n.type==="ObjectTypeAnnotation"||n.type==="TSTypeLiteral"||n.type==="GenericTypeAnnotation"||n.type==="TSTypeReference");if(e.types.length-1===t&&r)return!0}return!1}var Ml={printOpaqueType:function(e,t,r){let n=t.semi?";":"",a=e.getValue(),o=[];return o.push("opaque type ",r("id"),r("typeParameters")),a.supertype&&o.push(": ",r("supertype")),a.impltype&&o.push(" = ",r("impltype")),o.push(n),o},printTypeAlias:function(e,t,r){let n=t.semi?";":"",a=e.getValue(),o=[];a.declare&&o.push("declare "),o.push("type ",r("id"),r("typeParameters"));let l=a.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[hV(e,t,r,o," =",l),n]},printIntersectionType:function(e,t,r){let n=e.getValue(),a=e.map(r,"types"),o=[],l=!1;for(let p=0;p<a.length;++p)p===0?o.push(a[p]):Yu(n.types[p-1])&&Yu(n.types[p])?o.push([" & ",l?as(a[p]):a[p]]):Yu(n.types[p-1])||Yu(n.types[p])?(p>1&&(l=!0),o.push(" & ",p>1?as(a[p]):a[p])):o.push(as([" &",hm,a[p]]));return ss(o)},printUnionType:function(e,t,r){let n=e.getValue(),a=e.getParentNode(),o=!(a.type==="TypeParameterInstantiation"||a.type==="TSTypeParameterInstantiation"||a.type==="GenericTypeAnnotation"||a.type==="TSTypeReference"||a.type==="TSTypeAssertion"||a.type==="TupleTypeAnnotation"||a.type==="TSTupleType"||a.type==="FunctionTypeParam"&&!a.name&&e.getParentNode(1).this!==a||(a.type==="TypeAlias"||a.type==="VariableDeclarator"||a.type==="TSTypeAliasDeclaration")&&Nx(t.originalText,n)),l=Ix(n),p=e.map(y=>{let D=r();return l||(D=oV(2,D)),iV(y,D,t)},"types");if(l)return kx(" | ",p);let d=o&&!Nx(t.originalText,n),m=[Ll([d?hm:"","| "]),kx([hm,"| "],p)];return cV(e,t)?ss([as(m),Ol]):a.type==="TupleTypeAnnotation"&&a.types.length>1||a.type==="TSTupleType"&&a.elementTypes.length>1?ss([as([Ll(["(",Ol]),m]),Ol,Ll(")")]):ss(o?as(m):m)},printFunctionType:function(e,t,r){let n=e.getValue(),a=[],o=e.getParentNode(0),l=e.getParentNode(1),p=e.getParentNode(2),d=n.type==="TSFunctionType"||!((o.type==="ObjectTypeProperty"||o.type==="ObjectTypeInternalSlot")&&!o.variance&&!o.optional&&_x(o)===_x(n)||o.type==="ObjectTypeCallProperty"||p&&p.type==="DeclareFunction"),m=d&&(o.type==="TypeAnnotation"||o.type==="TSTypeAnnotation"),y=m&&d&&(o.type==="TypeAnnotation"||o.type==="TSTypeAnnotation")&&l.type==="ArrowFunctionExpression";pV(o)&&(d=!0,m=!0),y&&a.push("(");let D=dV(e,r,t,!1,!0),b=n.returnType||n.predicate||n.typeAnnotation?[d?" => ":": ",r("returnType"),r("predicate"),r("typeAnnotation")]:"",v=mV(n,b);return a.push(v?ss(D):D),b&&a.push(b),y&&a.push(")"),ss(a)},printTupleType:function(e,t,r){let n=e.getValue(),a=n.type==="TSTupleType"?"elementTypes":"types",o=n[a],l=uV(o),p=l&&aV(o).type==="TSRestType",d=l?Ol:"";return ss(["[",as([d,gV(e,t,a,r)]),Ll(l&&fV(t,"all")&&!p?",":""),sV(e,t,!0),d,"]"])},printIndexedAccessType:function(e,t,r){let n=e.getValue(),a=n.type==="OptionalIndexedAccessType"&&n.optional?"?.[":"[";return[r("objectType"),a,r("indexType"),"]"]},shouldHugType:Ix};let{printDanglingComments:yV}=gt,{builders:{join:Px,line:DV,hardline:EV,softline:Ox,group:bV,indent:CV,ifBreak:AV}}=ve,{isTestCall:vV,hasComment:Lx,CommentCheckFlags:Mx,isTSXFile:xV,shouldPrintComma:SV,getFunctionParameters:FV,isObjectType:wV}=He,{createGroupIdMapper:BV}=ke,{shouldHugType:TV}=Ml,{isArrowFunctionVariableDeclarator:kV}=Ju,jx=BV("typeParameters");function _V(e,t){let r=e.getValue();if(!Lx(r,Mx.Dangling))return"";let n=!Lx(r,Mx.Line),a=yV(e,t,n);return n?a:[a,EV]}var jl={printTypeParameter:function(e,t,r){let n=e.getValue(),a=[],o=e.getParentNode();return o.type==="TSMappedType"?(a.push("[",r("name")),n.constraint&&a.push(" in ",r("constraint")),o.nameType&&a.push(" as ",e.callParent(()=>r("nameType"))),a.push("]"),a):(n.variance&&a.push(r("variance")),a.push(r("name")),n.bound&&a.push(": ",r("bound")),n.constraint&&a.push(" extends ",r("constraint")),n.default&&a.push(" = ",r("default")),a)},printTypeParameters:function(e,t,r,n){let a=e.getValue();if(!a[n])return"";if(!Array.isArray(a[n]))return r(n);let o=e.getNode(2),l=o&&vV(o);if(!e.match(m=>!(m[n].length===1&&wV(m[n][0])),void 0,(m,y)=>y==="typeAnnotation",m=>m.type==="Identifier",kV)&&(l||a[n].length===0||a[n].length===1&&(a[n][0].type==="NullableTypeAnnotation"||TV(a[n][0]))))return["<",Px(", ",e.map(r,n)),_V(e,t),">"];let d=a.type==="TSTypeParameterInstantiation"?"":FV(a).length===1&&xV(t)&&!a[n][0].constraint&&e.getParentNode().type==="ArrowFunctionExpression"?",":SV(t,"all")?AV(","):"";return bV(["<",CV([Ox,Px([",",DV],e.map(r,n))]),d,Ox,">"],{id:jx(a)})},getTypeParametersGroupId:jx};let{printComments:Rx}=gt,{printString:NV,printNumber:dm}=ke,{isNumericLiteral:IV,isSimpleNumber:PV,isStringLiteral:OV,isStringPropSafeToUnquote:Vx,rawText:qx}=He,{printAssignment:LV}=Ju,Rl=new WeakMap;function Gx(e,t,r){let n=e.getNode();if(n.computed)return["[",r("key"),"]"];let a=e.getParentNode(),{key:o}=n;if(n.type==="ClassPrivateProperty"&&o.type==="Identifier")return["#",r("key")];if(t.quoteProps==="consistent"&&!Rl.has(a)){let l=(a.properties||a.body||a.members).some(p=>!p.computed&&p.key&&OV(p.key)&&!Vx(p,t));Rl.set(a,l)}if((o.type==="Identifier"||IV(o)&&PV(dm(qx(o)))&&String(o.value)===dm(qx(o))&&t.parser!=="typescript"&&t.parser!=="babel-ts")&&(t.parser==="json"||t.quoteProps==="consistent"&&Rl.get(a))){let l=NV(JSON.stringify(o.type==="Identifier"?o.name:o.value.toString()),t);return e.call(p=>Rx(p,l,t),"key")}return Vx(n,t)&&(t.quoteProps==="as-needed"||t.quoteProps==="consistent"&&!Rl.get(a))?e.call(l=>Rx(l,/^\d/.test(o.value)?dm(o.value):o.value,t),"key"):r("key")}var Xu={printProperty:function(e,t,r){return e.getValue().shorthand?r("value"):LV(e,t,r,Gx(e,t,r),":","value")},printPropertyKey:Gx};let MV=ku,{printDanglingComments:Ux,printCommentsSeparately:jV}=gt,RV=Mr,{getNextNonSpaceNonCommentCharacterIndex:VV}=ke,{builders:{line:mm,softline:$n,group:Xt,indent:us,ifBreak:ma,hardline:Wx,join:qV,indentIfBreak:GV},utils:{removeLines:UV,willBreak:WV}}=ve,{ArgExpansionBailout:zV}=Cu,{getFunctionParameters:gm,hasLeadingOwnLineComment:ym,isFlowAnnotationComment:$V,isJsxNode:HV,isTemplateOnItsOwnLine:JV,shouldPrintComma:YV,startsWithNoLookaheadToken:XV,isBinaryish:KV,isLineComment:QV,hasComment:Vl,getComments:ZV,CommentCheckFlags:zx,isCallLikeExpression:eq,isCallExpression:tq,getCallArguments:rq,hasNakedLeftSide:nq,getLeftSide:iq}=He,{locEnd:sq}=$t,{printFunctionParameters:Dm,shouldGroupFunctionParameters:$x}=Pl,{printPropertyKey:aq}=Xu,{printFunctionTypeParameters:Hx}=zr;function Em(e,t,r){let n=e.getNode(),a=Dm(e,r,t),o=bm(e,r,t),l=$x(n,o),p=[Hx(e,t,r),Xt([l?Xt(a):a,o])];return n.body?p.push(" ",r("body")):p.push(t.semi?";":""),p}function Jx(e,t){return t.arrowParens==="always"?!1:t.arrowParens==="avoid"?function(r){let n=gm(r);return!(n.length!==1||r.typeParameters||Vl(r,zx.Dangling)||n[0].type!=="Identifier"||n[0].typeAnnotation||Vl(n[0])||n[0].optional||r.predicate||r.returnType)}(e.getValue()):!1}function bm(e,t,r){let n=e.getValue(),a=t("returnType");if(n.returnType&&$V(r.originalText,n.returnType))return[" /*: ",a," */"];let o=[a];return n.returnType&&n.returnType.typeAnnotation&&o.unshift(": "),n.predicate&&o.push(n.returnType?" ":": ",t("predicate")),o}function Yx(e,t,r){let n=e.getValue(),a=t.semi?";":"",o=[];n.argument&&(function(m,y){if(ym(m.originalText,y))return!0;if(nq(y)){let D,b=y;for(;D=iq(b);)if(b=D,ym(m.originalText,b))return!0}return!1}(t,n.argument)?o.push([" (",us([Wx,r("argument")]),Wx,")"]):KV(n.argument)||n.argument.type==="SequenceExpression"?o.push(Xt([ma(" ("," "),us([$n,r("argument")]),$n,ma(")")])):o.push(" ",r("argument")));let l=ZV(n),p=RV(l),d=p&&QV(p);return d&&o.push(a),Vl(n,zx.Dangling)&&o.push(" ",Ux(e,t,!0)),d||o.push(a),o}var ql={printFunction:function(e,t,r,n){let a=e.getValue(),o=!1;if((a.type==="FunctionDeclaration"||a.type==="FunctionExpression")&&n&&n.expandLastArg){let y=e.getParentNode();tq(y)&&rq(y).length>1&&(o=!0)}let l=[];a.type==="TSDeclareFunction"&&a.declare&&l.push("declare "),a.async&&l.push("async "),a.generator?l.push("function* "):l.push("function "),a.id&&l.push(t("id"));let p=Dm(e,t,r,o),d=bm(e,t,r),m=$x(a,d);return l.push(Hx(e,r,t),Xt([m?Xt(p):p,d]),a.body?" ":"",t("body")),!r.semi||!a.declare&&a.body||l.push(";"),l},printArrowFunction:function(e,t,r,n){let a=e.getValue(),o=[],l=[],p=!1;if(function b(){let v=function(w,S,k,P){let _=[];if(w.getValue().async&&_.push("async "),Jx(w,S))_.push(k(["params",0]));else{let U=P&&(P.expandLastArg||P.expandFirstArg),q=bm(w,k,S);if(U){if(WV(q))throw new zV;q=Xt(UV(q))}_.push(Xt([Dm(w,k,S,U,!0),q]))}let M=Ux(w,S,!0,U=>{let q=VV(S.originalText,U,sq);return q!==!1&&S.originalText.slice(q,q+2)==="=>"});return M&&_.push(" ",M),_}(e,t,r,n);if(o.length===0)o.push(v);else{let{leading:w,trailing:S}=jV(e,t);o.push([w,v]),l.unshift(S)}p=p||a.returnType&&gm(a).length>0||a.typeParameters||gm(a).some(w=>w.type!=="Identifier"),a.body.type!=="ArrowFunctionExpression"||n&&n.expandLastArg?l.unshift(r("body",n)):(a=a.body,e.call(b,"body"))}(),o.length>1)return function(b,v,w,S,k,P){let _=b.getName(),M=b.getParentNode(),U=eq(M)&&_==="callee",q=Boolean(v&&v.assignmentLayout),H=P.body.type!=="BlockStatement"&&P.body.type!=="ObjectExpression"&&P.body.type!=="SequenceExpression",Q=U&&H||v&&v.assignmentLayout==="chain-tail-arrow-chain",te=Symbol("arrow-chain");return P.body.type==="SequenceExpression"&&(k=Xt(["(",us([$n,k]),$n,")"])),Xt([Xt(us([U||q?$n:"",Xt(qV([" =>",mm],w),{shouldBreak:S})]),{id:te,shouldBreak:Q})," =>",GV(H?us([mm,k]):[" ",k],{groupId:te}),U?ma($n,"",{groupId:te}):""])}(e,n,o,p,l,a);let d=o;if(d.push(" =>"),!ym(t.originalText,a.body)&&(a.body.type==="ArrayExpression"||a.body.type==="ObjectExpression"||a.body.type==="BlockStatement"||HV(a.body)||JV(a.body,t.originalText)||a.body.type==="ArrowFunctionExpression"||a.body.type==="DoExpression"))return Xt([...d," ",l]);if(a.body.type==="SequenceExpression")return Xt([...d,Xt([" (",us([$n,l]),$n,")"])]);let m=(n&&n.expandLastArg||e.getParentNode().type==="JSXExpressionContainer")&&!Vl(a),y=n&&n.expandLastArg&&YV(t,"all"),D=a.body.type==="ConditionalExpression"&&!XV(a.body,!1);return Xt([...d,Xt([us([mm,D?ma("","("):"",l,D?ma("",")"):""]),m?[ma(y?",":""),$n]:""])])},printMethod:function(e,t,r){let n=e.getNode(),{kind:a}=n,o=n.value||n,l=[];return a&&a!=="init"&&a!=="method"&&a!=="constructor"?(MV.ok(a==="get"||a==="set"),l.push(a," ")):o.async&&l.push("async "),o.generator&&l.push("*"),l.push(aq(e,t,r),n.optional||n.key.optional?"?":""),n===o?l.push(Em(e,t,r)):o.type==="FunctionExpression"?l.push(e.call(p=>Em(p,t,r),"value")):l.push(r("value")),l},printReturnStatement:function(e,t,r){return["return",Yx(e,t,r)]},printThrowStatement:function(e,t,r){return["throw",Yx(e,t,r)]},printMethodInternal:Em,shouldPrintParamsWithoutParens:Jx};let{isNonEmptyArray:Xx,hasNewline:uq}=ke,{builders:{line:Gl,hardline:Ul,join:Cm,breakParent:oq,group:cq}}=ve,{locStart:Kx,locEnd:lq}=$t,{getParentExportDeclaration:pq}=He;function Qx(e,t){return e.decorators.some(r=>uq(t.originalText,lq(r)))}function Zx(e){if(e.type!=="ExportDefaultDeclaration"&&e.type!=="ExportNamedDeclaration"&&e.type!=="DeclareExportDeclaration")return!1;let t=e.declaration&&e.declaration.decorators;return Xx(t)&&Kx(e,{ignoreDecorators:!0})>Kx(t[0])}var Am={printDecorators:function(e,t,r){let n=e.getValue(),{decorators:a}=n;if(!Xx(a)||Zx(e.getParentNode()))return;let o=n.type==="ClassExpression"||n.type==="ClassDeclaration"||Qx(n,t);return[pq(e)?Ul:o?oq:"",Cm(Gl,e.map(r,"decorators")),Gl]},printClassMemberDecorators:function(e,t,r){let n=e.getValue();return cq([Cm(Gl,e.map(r,"decorators")),Qx(n,t)?Ul:Gl])},printDecoratorsBeforeExport:function(e,t,r){return[Cm(Ul,e.map(r,"declaration","decorators")),Ul]},hasDecoratorsBeforeExport:Zx};let{isNonEmptyArray:ga,createGroupIdMapper:fq}=ke,{printComments:hq,printDanglingComments:dq}=gt,{builders:{join:mq,line:Ku,hardline:eS,softline:tS,group:Wl,indent:zl,ifBreak:vm}}=ve,{hasComment:xm,CommentCheckFlags:Sm}=He,{getTypeParametersGroupId:gq}=jl,{printMethod:yq}=ql,{printOptionalToken:Dq,printTypeAnnotation:Eq}=zr,{printPropertyKey:bq}=Xu,{printAssignment:Cq}=Ju,{printClassMemberDecorators:rS}=Am,nS=fq("heritageGroup");function iS(e){return e.typeParameters&&!xm(e.typeParameters,Sm.Trailing|Sm.Line)&&!function(t){return["superClass","extends","mixins","implements"].filter(r=>Boolean(t[r])).length>1}(e)}function Fm(e,t,r,n){let a=e.getValue();if(!ga(a[n]))return"";let o=dq(e,t,!0,l=>{let{marker:p}=l;return p===n});return[iS(a)?vm(" ",Ku,{groupId:gq(a.typeParameters)}):Ku,o,o&&eS,n,Wl(zl([Ku,mq([",",Ku],e.map(r,n))]))]}function Aq(e,t,r){let n=r("superClass");return e.getParentNode().type==="AssignmentExpression"?Wl(vm(["(",zl([tS,n]),tS,")"],n)):n}var Qu={printClass:function(e,t,r){let n=e.getValue(),a=[];n.declare&&a.push("declare "),n.abstract&&a.push("abstract "),a.push("class");let o=n.id&&xm(n.id,Sm.Trailing)||n.superClass&&xm(n.superClass)||ga(n.extends)||ga(n.mixins)||ga(n.implements),l=[],p=[];if(n.id&&l.push(" ",r("id")),l.push(r("typeParameters")),n.superClass){let d=["extends ",Aq(e,t,r),r("superTypeParameters")],m=e.call(y=>hq(y,d,t),"superClass");o?p.push(Ku,Wl(m)):p.push(" ",m)}else p.push(Fm(e,t,r,"extends"));if(p.push(Fm(e,t,r,"mixins"),Fm(e,t,r,"implements")),o){let d;d=iS(n)?[...l,zl(p)]:zl([...l,p]),a.push(Wl(d,{id:nS(n)}))}else a.push(...l,...p);return a.push(" ",r("body")),a},printClassMethod:function(e,t,r){let n=e.getValue(),a=[];return ga(n.decorators)&&a.push(rS(e,t,r)),n.accessibility&&a.push(n.accessibility+" "),n.readonly&&a.push("readonly "),n.declare&&a.push("declare "),n.static&&a.push("static "),(n.type==="TSAbstractMethodDefinition"||n.abstract)&&a.push("abstract "),n.override&&a.push("override "),a.push(yq(e,t,r)),a},printClassProperty:function(e,t,r){let n=e.getValue(),a=[],o=t.semi?";":"";return ga(n.decorators)&&a.push(rS(e,t,r)),n.accessibility&&a.push(n.accessibility+" "),n.declare&&a.push("declare "),n.static&&a.push("static "),(n.type==="TSAbstractPropertyDefinition"||n.abstract)&&a.push("abstract "),n.override&&a.push("override "),n.readonly&&a.push("readonly "),n.variance&&a.push(r("variance")),a.push(bq(e,t,r),Dq(e),Eq(e,t,r)),[Cq(e,t,r,a," =","value"),o]},printHardlineAfterHeritage:function(e){return vm(eS,"",{groupId:nS(e)})}};let{isNonEmptyArray:sS}=ke,{builders:{join:vq,line:wm,group:Bm,indent:Tm,ifBreak:xq}}=ve,{hasComment:aS,identity:Sq,CommentCheckFlags:km}=He,{getTypeParametersGroupId:Fq}=jl,{printTypeScriptModifiers:wq}=zr;var uS={printInterface:function(e,t,r){let n=e.getValue(),a=[];n.declare&&a.push("declare "),n.type==="TSInterfaceDeclaration"&&a.push(n.abstract?"abstract ":"",wq(e,t,r)),a.push("interface");let o=[],l=[];n.type!=="InterfaceTypeAnnotation"&&o.push(" ",r("id"),r("typeParameters"));let p=n.typeParameters&&!aS(n.typeParameters,km.Trailing|km.Line);return sS(n.extends)&&l.push(p?xq(" ",wm,{groupId:Fq(n.typeParameters)}):wm,"extends ",(n.extends.length===1?Sq:Tm)(vq([",",wm],e.map(r,"extends")))),n.id&&aS(n.id,km.Trailing)||sS(n.extends)?p?a.push(Bm([...o,Tm(l)])):a.push(Bm(Tm([...o,...l]))):a.push(...o,...l),a.push(" ",r("body")),Bm(a)}};let{isNonEmptyArray:_m}=ke,{builders:{softline:oS,group:Bq,indent:Tq,join:Nm,line:Im,ifBreak:kq,hardline:_q}}=ve,{printDanglingComments:Nq}=gt,{hasComment:cS,CommentCheckFlags:Iq,shouldPrintComma:Pq,needsHardlineAfterDanglingComment:Oq}=He,{locStart:lS,hasSameLoc:Lq}=$t,{hasDecoratorsBeforeExport:Mq,printDecoratorsBeforeExport:jq}=Am;function Pm(e,t,r){let n=e.getValue();if(!n.source)return"";let a=[];return fS(n,t)||a.push(" from"),a.push(" ",r("source")),a}function pS(e,t,r){let n=e.getValue();if(fS(n,t))return"";let a=[" "];if(_m(n.specifiers)){let o=[],l=[];e.each(()=>{let p=e.getValue().type;if(p==="ExportNamespaceSpecifier"||p==="ExportDefaultSpecifier"||p==="ImportNamespaceSpecifier"||p==="ImportDefaultSpecifier")o.push(r());else{if(p!=="ExportSpecifier"&&p!=="ImportSpecifier")throw new Error("Unknown specifier type ".concat(JSON.stringify(p)));l.push(r())}},"specifiers"),a.push(Nm(", ",o)),l.length>0&&(o.length>0&&a.push(", "),l.length>1||o.length>0||n.specifiers.some(p=>cS(p))?a.push(Bq(["{",Tq([t.bracketSpacing?Im:oS,Nm([",",Im],l)]),kq(Pq(t)?",":""),t.bracketSpacing?Im:oS,"}"])):a.push(["{",t.bracketSpacing?" ":"",...l,t.bracketSpacing?" ":"","}"]))}else a.push("{}");return a}function fS(e,t){let{type:r,importKind:n,source:a,specifiers:o}=e;return r==="ImportDeclaration"&&!_m(o)&&n!=="type"&&!/{\s*}/.test(t.originalText.slice(lS(e),lS(a)))}function Om(e,t,r){let n=e.getNode();return _m(n.assertions)?[" assert {",t.bracketSpacing?" ":"",Nm(", ",e.map(r,"assertions")),t.bracketSpacing?" ":"","}"]:""}var hS={printImportDeclaration:function(e,t,r){let n=e.getValue(),a=t.semi?";":"",o=[],{importKind:l}=n;return o.push("import"),l&&l!=="value"&&o.push(" ",l),o.push(pS(e,t,r),Pm(e,t,r),Om(e,t,r),a),o},printExportDeclaration:function(e,t,r){let n=e.getValue(),a=[];Mq(n)&&a.push(jq(e,t,r));let{type:o,exportKind:l,declaration:p}=n;return a.push("export"),(n.default||o==="ExportDefaultDeclaration")&&a.push(" default"),cS(n,Iq.Dangling)&&(a.push(" ",Nq(e,t,!0)),Oq(n)&&a.push(_q)),p?a.push(" ",r("declaration")):a.push(l==="type"?" type":"",pS(e,t,r),Pm(e,t,r),Om(e,t,r)),function(d,m){if(!m.semi)return!1;let{type:y,declaration:D}=d,b=d.default||y==="ExportDefaultDeclaration";if(!D)return!0;let{type:v}=D;return!!(b&&v!=="ClassDeclaration"&&v!=="FunctionDeclaration"&&v!=="TSInterfaceDeclaration"&&v!=="DeclareClass"&&v!=="DeclareFunction"&&v!=="TSDeclareFunction"&&v!=="EnumDeclaration")}(n,t)&&a.push(";"),a},printExportAllDeclaration:function(e,t,r){let n=e.getValue(),a=t.semi?";":"",o=[],{exportKind:l,exported:p}=n;return o.push("export"),l==="type"&&o.push(" type"),o.push(" *"),p&&o.push(" as ",r("exported")),o.push(Pm(e,t,r),Om(e,t,r),a),o},printModuleSpecifier:function(e,t,r){let n=e.getNode(),{type:a}=n,o=[],l=a==="ImportSpecifier"?n.importKind:n.exportKind;l&&l!=="value"&&o.push(l," ");let p=a.startsWith("Import"),d=p?"imported":"local",m=p?"local":"exported",y="",D="";return a==="ExportNamespaceSpecifier"||a==="ImportNamespaceSpecifier"?y="*":n[d]&&(y=r(d)),!n[m]||n[d]&&Lq(n[d],n[m])||(D=r(m)),o.push(y,y&&D?" as ":"",D),o}};let{printDanglingComments:dS}=gt,{builders:{line:$l,softline:Lm,group:Mm,indent:Rq,ifBreak:mS,hardline:gS}}=ve,{getLast:yS,hasNewlineInRange:Vq,hasNewline:qq,isNonEmptyArray:Gq}=ke,{shouldPrintComma:Uq,hasComment:Zu,getComments:Wq,CommentCheckFlags:eo,isNextLineEmpty:zq}=He,{locStart:to,locEnd:$q}=$t,{printOptionalToken:DS,printTypeAnnotation:jm}=zr,{shouldHugFunctionParameters:ES}=Pl,{shouldHugType:Hq}=Ml,{printHardlineAfterHeritage:Jq}=Qu;var Rm={printObject:function(e,t,r){let n=t.semi?";":"",a=e.getValue(),o;o=a.type==="TSTypeLiteral"?"members":a.type==="TSInterfaceBody"?"body":"properties";let l=a.type==="ObjectTypeAnnotation",p=[o];l&&p.push("indexers","callProperties","internalSlots");let d=p.map(q=>a[q][0]).sort((q,H)=>to(q)-to(H))[0],m=e.getParentNode(0),y=l&&m&&(m.type==="InterfaceDeclaration"||m.type==="DeclareInterface"||m.type==="DeclareClass")&&e.getName()==="body",D=a.type==="TSInterfaceBody"||y||a.type==="ObjectPattern"&&m.type!=="FunctionDeclaration"&&m.type!=="FunctionExpression"&&m.type!=="ArrowFunctionExpression"&&m.type!=="ObjectMethod"&&m.type!=="ClassMethod"&&m.type!=="ClassPrivateMethod"&&m.type!=="AssignmentPattern"&&m.type!=="CatchClause"&&a.properties.some(q=>q.value&&(q.value.type==="ObjectPattern"||q.value.type==="ArrayPattern"))||a.type!=="ObjectPattern"&&d&&Vq(t.originalText,to(a),to(d)),b=y?";":a.type==="TSInterfaceBody"||a.type==="TSTypeLiteral"?mS(n,";"):",",v=a.type==="RecordExpression"?"#{":a.exact?"{|":"{",w=a.exact?"|}":"}",S=[];for(let q of p)e.each(H=>{let Q=H.getValue();S.push({node:Q,printed:r(),loc:to(Q)})},q);p.length>1&&S.sort((q,H)=>q.loc-H.loc);let k=[],P=S.map(q=>{let H=[...k,Mm(q.printed)];return k=[b,$l],q.node.type!=="TSPropertySignature"&&q.node.type!=="TSMethodSignature"&&q.node.type!=="TSConstructSignatureDeclaration"||!Zu(q.node,eo.PrettierIgnore)||k.shift(),zq(q.node,t)&&k.push(gS),H});if(a.inexact){let q;if(Zu(a,eo.Dangling)){let H=Zu(a,eo.Line);q=[dS(e,t,!0),H||qq(t.originalText,$q(yS(Wq(a))))?gS:$l,"..."]}else q=["..."];P.push([...k,...q])}let _=yS(a[o]),M=!(a.inexact||_&&_.type==="RestElement"||_&&(_.type==="TSPropertySignature"||_.type==="TSCallSignatureDeclaration"||_.type==="TSMethodSignature"||_.type==="TSConstructSignatureDeclaration")&&Zu(_,eo.PrettierIgnore)),U;if(P.length===0){if(!Zu(a,eo.Dangling))return[v,w,jm(e,t,r)];U=Mm([v,dS(e,t),Lm,w,DS(e),jm(e,t,r)])}else U=[y&&Gq(a.properties)?Jq(m):"",v,Rq([t.bracketSpacing?$l:Lm,...P]),mS(M&&(b!==","||Uq(t))?b:""),t.bracketSpacing?$l:Lm,w,DS(e),jm(e,t,r)];return e.match(q=>q.type==="ObjectPattern"&&!q.decorators,(q,H,Q)=>ES(q)&&(H==="params"||H==="parameters"||H==="this"||H==="rest")&&Q===0)||e.match(Hq,(q,H)=>H==="typeAnnotation",(q,H)=>H==="typeAnnotation",(q,H,Q)=>ES(q)&&(H==="params"||H==="parameters"||H==="this"||H==="rest")&&Q===0)||!D&&e.match(q=>q.type==="ObjectPattern",q=>q.type==="AssignmentExpression"||q.type==="VariableDeclarator")?U:Mm(U,{shouldBreak:D})}};let Vm=ku,{printDanglingComments:bS}=gt,{printString:Yq,printNumber:CS}=ke,{builders:{hardline:qm,softline:Xq,group:AS,indent:Kq}}=ve,{getParentExportDeclaration:Qq,isFunctionNotation:Zq,isGetterOrSetter:eG,rawText:tG,shouldPrintComma:rG}=He,{locStart:nG,locEnd:iG}=$t,{printClass:sG}=Qu,{printOpaqueType:vS,printTypeAlias:xS,printIntersectionType:aG,printUnionType:uG,printFunctionType:oG,printTupleType:cG,printIndexedAccessType:lG}=Ml,{printInterface:SS}=uS,{printTypeParameter:pG,printTypeParameters:FS}=jl,{printExportDeclaration:fG,printExportAllDeclaration:hG}=hS,{printArrayItems:dG}=Uu,{printObject:mG}=Rm,{printPropertyKey:gG}=Xu,{printOptionalToken:Gm,printTypeAnnotation:yG,printRestSpread:DG}=zr;function Nn(e,t){let r=Qq(e);return r?(Vm.strictEqual(r.type,"DeclareExportDeclaration"),t):["declare ",t]}var EG={printFlow:function(e,t,r){let n=e.getValue(),a=t.semi?";":"",o=[];switch(n.type){case"DeclareClass":return Nn(e,sG(e,t,r));case"DeclareFunction":return Nn(e,["function ",r("id"),n.predicate?" ":"",r("predicate"),a]);case"DeclareModule":return Nn(e,["module ",r("id")," ",r("body")]);case"DeclareModuleExports":return Nn(e,["module.exports",": ",r("typeAnnotation"),a]);case"DeclareVariable":return Nn(e,["var ",r("id"),a]);case"DeclareOpaqueType":return Nn(e,vS(e,t,r));case"DeclareInterface":return Nn(e,SS(e,t,r));case"DeclareTypeAlias":return Nn(e,xS(e,t,r));case"DeclareExportDeclaration":return Nn(e,fG(e,t,r));case"DeclareExportAllDeclaration":return Nn(e,hG(e,t,r));case"OpaqueType":return vS(e,t,r);case"TypeAlias":return xS(e,t,r);case"IntersectionTypeAnnotation":return aG(e,t,r);case"UnionTypeAnnotation":return uG(e,t,r);case"FunctionTypeAnnotation":return oG(e,t,r);case"TupleTypeAnnotation":return cG(e,t,r);case"GenericTypeAnnotation":return[r("id"),FS(e,t,r,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return lG(e,t,r);case"TypeAnnotation":return r("typeAnnotation");case"TypeParameter":return pG(e,t,r);case"TypeofTypeAnnotation":return["typeof ",r("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[r("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(n.value);case"EnumDeclaration":return["enum ",r("id")," ",r("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":if(n.type==="EnumSymbolBody"||n.explicitType){let l=null;switch(n.type){case"EnumBooleanBody":l="boolean";break;case"EnumNumberBody":l="number";break;case"EnumStringBody":l="string";break;case"EnumSymbolBody":l="symbol"}o.push("of ",l," ")}if(n.members.length!==0||n.hasUnknownMembers){let l=n.members.length>0?[qm,dG(e,t,"members",r),n.hasUnknownMembers||rG(t)?",":""]:[];o.push(AS(["{",Kq([...l,...n.hasUnknownMembers?[qm,"..."]:[]]),bS(e,t,!0),qm,"}"]))}else o.push(AS(["{",bS(e,t),Xq,"}"]));return o;case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[r("id")," = ",typeof n.init=="object"?r("init"):String(n.init)];case"EnumDefaultedMember":return r("id");case"FunctionTypeParam":{let l=n.name?r("name"):e.getParentNode().this===n?"this":"";return[l,Gm(e),l?": ":"",r("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return SS(e,t,r);case"ClassImplements":case"InterfaceExtends":return[r("id"),r("typeParameters")];case"NullableTypeAnnotation":return["?",r("typeAnnotation")];case"Variance":{let{kind:l}=n;return Vm.ok(l==="plus"||l==="minus"),l==="plus"?"+":"-"}case"ObjectTypeCallProperty":return n.static&&o.push("static "),o.push(r("value")),o;case"ObjectTypeIndexer":return[n.variance?r("variance"):"","[",r("id"),n.id?": ":"",r("key"),"]: ",r("value")];case"ObjectTypeProperty":{let l="";return n.proto?l="proto ":n.static&&(l="static "),[l,eG(n)?n.kind+" ":"",n.variance?r("variance"):"",gG(e,t,r),Gm(e),Zq(n)?"":": ",r("value")]}case"ObjectTypeAnnotation":return mG(e,t,r);case"ObjectTypeInternalSlot":return[n.static?"static ":"","[[",r("id"),"]]",Gm(e),n.method?"":": ",r("value")];case"ObjectTypeSpreadProperty":return DG(e,t,r);case"QualifiedTypeIdentifier":return[r("qualification"),".",r("id")];case"StringLiteralTypeAnnotation":return Yq(tG(n),t);case"NumberLiteralTypeAnnotation":Vm.strictEqual(typeof n.value,"number");case"BigIntLiteralTypeAnnotation":return n.extra?CS(n.extra.raw):CS(n.raw);case"TypeCastExpression":return["(",r("expression"),yG(e,t,r),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let l=FS(e,t,r,"params");if(t.parser==="flow"){let p=nG(n),d=iG(n),m=t.originalText.lastIndexOf("/*",p),y=t.originalText.indexOf("*/",d);if(m!==-1&&y!==-1){let D=t.originalText.slice(m+2,y).trim();if(D.startsWith("::")&&!D.includes("/*")&&!D.includes("*/"))return["/*:: ",l," */"]}}return l}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",r("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(n.type))}}};let{hasNewlineInRange:bG}=ke,{isJsxNode:Hl,isBlockComment:CG,getComments:Um,isCallExpression:AG,isMemberExpression:wS}=He,{locStart:vG,locEnd:xG}=$t,{builders:{line:BS,softline:ro,group:TS,indent:Jl,align:Yl,ifBreak:Xl,dedent:SG,breakParent:FG}}=ve;function wG(e,t,r){let n=e.getValue(),a=n.type==="ConditionalExpression",o=a?"alternate":"falseType",l=e.getParentNode(),p=a?r("test"):[r("checkType")," ","extends"," ",r("extendsType")];return l.type===n.type&&l[o]===n?Yl(2,p):p}let BG=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);var kS={printTernary:function(e,t,r){let n=e.getValue(),a=n.type==="ConditionalExpression",o=a?"consequent":"trueType",l=a?"alternate":"falseType",p=a?["test"]:["checkType","extendsType"],d=n[o],m=n[l],y=[],D=!1,b=e.getParentNode(),v=b.type===n.type&&p.some(te=>b[te]===n),w,S,k=b.type===n.type&&!v,P=0;do S=w||n,w=e.getParentNode(P),P++;while(w&&w.type===n.type&&p.every(te=>w[te]!==S));let _=w||b,M=S;if(a&&(Hl(n[p[0]])||Hl(d)||Hl(m)||function(te){let Ee=[te];for(let ne=0;ne<Ee.length;ne++){let pe=Ee[ne];for(let Be of["test","consequent","alternate"]){let Se=pe[Be];if(Hl(Se))return!0;Se.type==="ConditionalExpression"&&Ee.push(Se)}}return!1}(M))){D=!0,k=!0;let te=ne=>[Xl("("),Jl([ro,ne]),ro,Xl(")")],Ee=ne=>ne.type==="NullLiteral"||ne.type==="Literal"&&ne.value===null||ne.type==="Identifier"&&ne.name==="undefined";y.push(" ? ",Ee(d)?r(o):te(r(o))," : ",m.type===n.type||Ee(m)?r(l):te(r(l)))}else{let te=[BS,"? ",d.type===n.type?Xl("","("):"",Yl(2,r(o)),d.type===n.type?Xl("",")"):"",BS,": ",m.type===n.type?r(l):Yl(2,r(l))];y.push(b.type!==n.type||b[l]===n||v?te:t.useTabs?SG(Jl(te)):Yl(Math.max(0,t.tabWidth-2),te))}let U=[...p.map(te=>Um(n[te])),Um(d),Um(m)].flat().some(te=>CG(te)&&bG(t.originalText,vG(te),xG(te))),q=!D&&(wS(b)||b.type==="NGPipeExpression"&&b.left===n)&&!b.computed,H=function(te){let Ee=te.getValue();if(Ee.type!=="ConditionalExpression")return!1;let ne,pe=Ee;for(let Be=0;!ne;Be++){let Se=te.getParentNode(Be);AG(Se)&&Se.callee===pe||wS(Se)&&Se.object===pe||Se.type==="TSNonNullExpression"&&Se.expression===pe?pe=Se:Se.type==="NewExpression"&&Se.callee===pe||Se.type==="TSAsExpression"&&Se.expression===pe?(ne=te.getParentNode(Be+1),pe=Se):ne=Se}return pe!==Ee&&ne[BG.get(ne.type)]===pe}(e),Q=(te=>b===_?TS(te,{shouldBreak:U}):U?[te,FG]:te)([wG(e,0,r),k?y:Jl(y),a&&q&&!H?ro:""]);return v||H?TS([Jl([ro,Q]),ro]):Q}};let{builders:{hardline:_S}}=ve,TG=ha,{getLeftSidePathName:kG,hasNakedLeftSide:_G,isJsxNode:NG,isTheOnlyJsxElementInMarkdown:IG,hasComment:PG,CommentCheckFlags:OG,isNextLineEmpty:LG}=He,{shouldPrintParamsWithoutParens:MG}=ql;function NS(e,t,r,n){let a=e.getValue(),o=[],l=a.type==="ClassBody",p=function(d){for(let m=d.length-1;m>=0;m--){let y=d[m];if(y.type!=="EmptyStatement")return y}}(a[n]);return e.each((d,m,y)=>{let D=d.getValue();if(D.type==="EmptyStatement")return;let b=r();t.semi||l||IG(t,d)||!function(v,w){return v.getNode().type!=="ExpressionStatement"?!1:v.call(S=>IS(S,w),"expression")}(d,t)?o.push(b):PG(D,OG.Leading)?o.push(r([],{needsSemi:!0})):o.push(";",b),!t.semi&&l&&PS(D)&&function(v,w){let S=v.key&&v.key.name;if(!(S!=="static"&&S!=="get"&&S!=="set"||v.value||v.typeAnnotation))return!0;if(!w||w.static||w.accessibility)return!1;if(!w.computed){let k=w.key&&w.key.name;if(k==="in"||k==="instanceof")return!0}if(PS(w)&&w.variance&&!w.static&&!w.declare)return!0;switch(w.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return w.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((w.value?w.value.async:w.async)||w.kind==="get"||w.kind==="set")return!1;let k=w.value?w.value.generator:w.generator;return!(!w.computed&&!k)}case"TSIndexSignature":return!0}return!1}(D,y[m+1])&&o.push(";"),D!==p&&(o.push(_S),LG(D,t)&&o.push(_S))},n),o}function IS(e,t){let r=e.getValue();switch(r.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!MG(e,t))return!0;break;case"UnaryExpression":{let{prefix:n,operator:a}=r;if(n&&(a==="+"||a==="-"))return!0;break}case"BindExpression":if(!r.object)return!0;break;case"Literal":if(r.regex)return!0;break;default:if(NG(r))return!0}return!!TG(e,t)||!!_G(r)&&e.call(n=>IS(n,t),...kG(e,r))}let PS=e=>{let{type:t}=e;return t==="ClassProperty"||t==="PropertyDefinition"||t==="ClassPrivateProperty"};var OS={printBody:function(e,t,r){return NS(e,t,r,"body")},printSwitchCaseConsequent:function(e,t,r){return NS(e,t,r,"consequent")}};let{printDanglingComments:jG}=gt,{isNonEmptyArray:LS}=ke,{builders:{hardline:ya,indent:RG}}=ve,{hasComment:VG,CommentCheckFlags:qG,isNextLineEmpty:GG}=He,{printHardlineAfterHeritage:UG}=Qu,{printBody:WG}=OS;function MS(e,t,r){let n=e.getValue(),a=LS(n.directives),o=n.body.some(d=>d.type!=="EmptyStatement"),l=VG(n,qG.Dangling);if(!a&&!o&&!l)return"";let p=[];if(a&&e.each((d,m,y)=>{p.push(r()),(m<y.length-1||o||l)&&(p.push(ya),GG(d.getValue(),t)&&p.push(ya))},"directives"),o&&p.push(WG(e,t,r)),l&&p.push(jG(e,t,!0)),n.type==="Program"){let d=e.getParentNode();d&&d.type==="ModuleExpression"||p.push(ya)}return p}var jS={printBlock:function(e,t,r){let n=e.getValue(),a=[];if(n.type==="StaticBlock"&&a.push("static "),n.type==="ClassBody"&&LS(n.body)){let l=e.getParentNode();a.push(UG(l))}a.push("{");let o=MS(e,t,r);if(o)a.push(RG([ya,o]),ya);else{let l=e.getParentNode(),p=e.getParentNode(1);l.type==="ArrowFunctionExpression"||l.type==="FunctionExpression"||l.type==="FunctionDeclaration"||l.type==="ObjectMethod"||l.type==="ClassMethod"||l.type==="ClassPrivateMethod"||l.type==="ForStatement"||l.type==="WhileStatement"||l.type==="DoWhileStatement"||l.type==="DoExpression"||l.type==="CatchClause"&&!p.finalizer||l.type==="TSModuleDeclaration"||l.type==="TSDeclareFunction"||n.type==="StaticBlock"||n.type==="ClassBody"||a.push(ya)}return a.push("}"),a},printBlockBody:MS};let{printDanglingComments:Wm}=gt,{hasNewlineInRange:zG}=ke,{builders:{join:RS,line:VS,hardline:qS,softline:$r,group:or,indent:Da,conditionalGroup:$G,ifBreak:Kl}}=ve,{isLiteral:HG,getTypeScriptMappedTypeModifier:GS,shouldPrintComma:US,isCallExpression:JG,isMemberExpression:YG}=He,{locStart:zm,locEnd:XG}=$t,{printOptionalToken:WS,printTypeScriptModifiers:$m}=zr,{printTernary:KG}=kS,{printFunctionParameters:zS,shouldGroupFunctionParameters:QG}=Pl,{printTemplateLiteral:ZG}=la,{printArrayItems:eU}=Uu,{printObject:tU}=Rm,{printClassProperty:rU,printClassMethod:nU}=Qu,{printTypeParameter:iU,printTypeParameters:Hm}=jl,{printPropertyKey:sU}=Xu,{printFunction:aU,printMethodInternal:uU}=ql,{printInterface:oU}=uS,{printBlock:cU}=jS,{printTypeAlias:lU,printIntersectionType:pU,printUnionType:fU,printFunctionType:hU,printTupleType:dU,printIndexedAccessType:mU}=Ml;var gU={printTypescript:function(e,t,r){let n=e.getValue();if(!n.type.startsWith("TS"))return;if(n.type.endsWith("Keyword"))return n.type.slice(2,-7).toLowerCase();let a=t.semi?";":"",o=[];switch(n.type){case"TSThisType":return"this";case"TSTypeAssertion":{let l=!(n.expression.type==="ArrayExpression"||n.expression.type==="ObjectExpression"),p=or(["<",Da([$r,r("typeAnnotation")]),$r,">"]),d=[Kl("("),Da([$r,r("expression")]),$r,Kl(")")];return l?$G([[p,r("expression")],[p,or(d,{shouldBreak:!0})],[p,r("expression")]]):or([p,r("expression")])}case"TSDeclareFunction":return aU(e,r,t);case"TSExportAssignment":return["export = ",r("expression"),a];case"TSModuleBlock":return cU(e,t,r);case"TSInterfaceBody":case"TSTypeLiteral":return tU(e,t,r);case"TSTypeAliasDeclaration":return lU(e,t,r);case"TSQualifiedName":return RS(".",[r("left"),r("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return nU(e,t,r);case"TSAbstractPropertyDefinition":return rU(e,t,r);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return o.push(r("expression")),n.typeParameters&&o.push(r("typeParameters")),o;case"TSTemplateLiteralType":return ZG(e,r,t);case"TSNamedTupleMember":return[r("label"),n.optional?"?":"",": ",r("elementType")];case"TSRestType":return["...",r("typeAnnotation")];case"TSOptionalType":return[r("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return oU(e,t,r);case"TSClassImplements":return[r("expression"),r("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return Hm(e,t,r,"params");case"TSTypeParameter":return iU(e,t,r);case"TSAsExpression":{o.push(r("expression")," as ",r("typeAnnotation"));let l=e.getParentNode();return JG(l)&&l.callee===n||YG(l)&&l.object===n?or([Da([$r,...o]),$r]):o}case"TSArrayType":return[r("elementType"),"[]"];case"TSPropertySignature":return n.readonly&&o.push("readonly "),o.push(sU(e,t,r),WS(e)),n.typeAnnotation&&o.push(": ",r("typeAnnotation")),n.initializer&&o.push(" = ",r("initializer")),o;case"TSParameterProperty":return n.accessibility&&o.push(n.accessibility+" "),n.export&&o.push("export "),n.static&&o.push("static "),n.override&&o.push("override "),n.readonly&&o.push("readonly "),o.push(r("parameter")),o;case"TSTypeQuery":return["typeof ",r("exprName")];case"TSIndexSignature":{let l=e.getParentNode(),p=n.parameters.length>1?Kl(US(t)?",":""):"",d=or([Da([$r,RS([", ",$r],e.map(r,"parameters"))]),p,$r]);return[n.export?"export ":"",n.accessibility?[n.accessibility," "]:"",n.static?"static ":"",n.readonly?"readonly ":"",n.declare?"declare ":"","[",n.parameters?d:"",n.typeAnnotation?"]: ":"]",n.typeAnnotation?r("typeAnnotation"):"",l.type==="ClassBody"?a:""]}case"TSTypePredicate":return[n.asserts?"asserts ":"",r("parameterName"),n.typeAnnotation?[" is ",r("typeAnnotation")]:""];case"TSNonNullExpression":return[r("expression"),"!"];case"TSImportType":return[n.isTypeOf?"typeof ":"","import(",r(n.parameter?"parameter":"argument"),")",n.qualifier?[".",r("qualifier")]:"",Hm(e,t,r,"typeParameters")];case"TSLiteralType":return r("literal");case"TSIndexedAccessType":return mU(e,t,r);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":if(n.type==="TSConstructorType"&&n.abstract&&o.push("abstract "),n.type!=="TSCallSignatureDeclaration"&&o.push("new "),o.push(or(zS(e,r,t,!1,!0))),n.returnType||n.typeAnnotation){let l=n.type==="TSConstructorType";o.push(l?" => ":": ",r("returnType"),r("typeAnnotation"))}return o;case"TSTypeOperator":return[n.operator," ",r("typeAnnotation")];case"TSMappedType":{let l=zG(t.originalText,zm(n),XG(n));return or(["{",Da([t.bracketSpacing?VS:$r,n.readonly?[GS(n.readonly,"readonly")," "]:"",$m(e,t,r),r("typeParameter"),n.optional?GS(n.optional,"?"):"",n.typeAnnotation?": ":"",r("typeAnnotation"),Kl(a)]),Wm(e,t,!0),t.bracketSpacing?VS:$r,"}"],{shouldBreak:l})}case"TSMethodSignature":{let l=n.kind&&n.kind!=="method"?"".concat(n.kind," "):"";o.push(n.accessibility?[n.accessibility," "]:"",l,n.export?"export ":"",n.static?"static ":"",n.readonly?"readonly ":"",n.abstract?"abstract ":"",n.declare?"declare ":"",n.computed?"[":"",r("key"),n.computed?"]":"",WS(e));let p=zS(e,r,t,!1,!0),d=n.returnType?"returnType":"typeAnnotation",m=n[d],y=m?r(d):"",D=QG(n,y);return o.push(D?or(p):p),m&&o.push(": ",or(y)),or(o)}case"TSNamespaceExportDeclaration":return o.push("export as namespace ",r("id")),t.semi&&o.push(";"),or(o);case"TSEnumDeclaration":return n.declare&&o.push("declare "),n.modifiers&&o.push($m(e,t,r)),n.const&&o.push("const "),o.push("enum ",r("id")," "),n.members.length===0?o.push(or(["{",Wm(e,t),$r,"}"])):o.push(or(["{",Da([qS,eU(e,t,"members",r),US(t,"es5")?",":""]),Wm(e,t,!0),qS,"}"])),o;case"TSEnumMember":return o.push(r("id")),n.initializer&&o.push(" = ",r("initializer")),o;case"TSImportEqualsDeclaration":return n.isExport&&o.push("export "),o.push("import "),n.importKind&&n.importKind!=="value"&&o.push(n.importKind," "),o.push(r("id")," = ",r("moduleReference")),t.semi&&o.push(";"),or(o);case"TSExternalModuleReference":return["require(",r("expression"),")"];case"TSModuleDeclaration":{let l=e.getParentNode(),p=HG(n.id),d=l.type==="TSModuleDeclaration",m=n.body&&n.body.type==="TSModuleDeclaration";if(d)o.push(".");else{n.declare&&o.push("declare "),o.push($m(e,t,r));let y=t.originalText.slice(zm(n),zm(n.id));n.id.type==="Identifier"&&n.id.name==="global"&&!/namespace|module/.test(y)||o.push(p||/(?:^|\s)module(?:\s|$)/.test(y)?"module ":"namespace ")}return o.push(r("id")),m?o.push(r("body")):n.body?o.push(" ",or(r("body"))):o.push(a),o}case"TSConditionalType":return KG(e,t,r);case"TSInferType":return["infer"," ",r("typeParameter")];case"TSIntersectionType":return pU(e,t,r);case"TSUnionType":return fU(e,t,r);case"TSFunctionType":return hU(e,t,r);case"TSTupleType":return dU(e,t,r);case"TSTypeReference":return[r("typeName"),Hm(e,t,r,"typeParameters")];case"TSTypeAnnotation":return r("typeAnnotation");case"TSEmptyBodyFunctionExpression":return uU(e,t,r);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return["?",r("typeAnnotation")];case"TSJSDocNonNullableType":return["!",r("typeAnnotation")];default:throw new Error("Unknown TypeScript node type: ".concat(JSON.stringify(n.type),"."))}}};let{hasNewline:yU}=ke,{builders:{join:DU,hardline:$S},utils:{replaceTextEndOfLine:EU}}=ve,{isLineComment:bU,isBlockComment:CU}=He,{locStart:HS,locEnd:JS}=$t;var AU={printComment:function(e,t){let r=e.getValue();if(bU(r))return t.originalText.slice(HS(r),JS(r)).trimEnd();if(CU(r)){if(function(o){let l="*".concat(o.value,"*").split(`
`);return l.length>1&&l.every(p=>p.trim()[0]==="*")}(r)){let o=function(l){let p=l.value.split(`
`);return["/*",DU($S,p.map((d,m)=>m===0?d.trimEnd():" "+(m<p.length-1?d.trim():d.trimStart()))),"*/"]}(r);return r.trailing&&!yU(t.originalText,HS(r),{backwards:!0})?[$S,o]:o}let n=JS(r),a=t.originalText.slice(n-3,n)==="*-/";return["/*",EU(r.value),a?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(r))}};let{printString:YS,printNumber:Ql}=ke;function XS(e){return e.toLowerCase()}function KS(e){let{pattern:t,flags:r}=e;return r=[...r].sort().join(""),"/".concat(t,"/").concat(r)}var vU={printLiteral:function(e,t){let r=e.getNode();switch(r.type){case"RegExpLiteral":return KS(r);case"BigIntLiteral":return XS(r.bigint||r.extra.raw);case"NumericLiteral":return Ql(r.extra.raw);case"StringLiteral":return YS(r.extra.raw,t);case"NullLiteral":return"null";case"BooleanLiteral":return String(r.value);case"DecimalLiteral":return Ql(r.value)+"m";case"Literal":{if(r.regex)return KS(r.regex);if(r.bigint)return XS(r.raw);if(r.decimal)return Ql(r.decimal)+"m";let{value:n}=r;return typeof n=="number"?Ql(r.raw):typeof n=="string"?YS(r.raw,t):String(n)}}}};let{printDanglingComments:QS}=gt,{hasNewline:ZS}=ke,{builders:{join:eF,line:no,hardline:Dr,softline:Ct,group:ft,indent:Kt},utils:{replaceTextEndOfLine:xU}}=ve,SU=fL,FU=mL,{insertPragma:wU}=Yv,io=h2,BU=ha,TU=E2,{hasFlowShorthandAnnotationComment:kU,hasComment:Ea,CommentCheckFlags:Jm,isTheOnlyJsxElementInMarkdown:_U,isBlockComment:Ym,isLineComment:NU,isNextLineEmpty:tF,needsHardlineAfterDanglingComment:IU,rawText:PU,hasIgnoreComment:OU,isCallExpression:LU,isMemberExpression:MU}=He,{locStart:jU,locEnd:RU}=$t,{printHtmlBinding:VU,isVueEventBindingExpression:qU}=pM,{printAngular:GU}=_M,{printJsx:UU,hasJsxIgnoreComment:WU}=UM,{printFlow:zU}=EG,{printTypescript:$U}=gU,{printOptionalToken:HU,printBindExpressionCallee:JU,printTypeAnnotation:YU,adjustClause:gi,printRestSpread:XU}=zr,{printImportDeclaration:KU,printExportDeclaration:QU,printExportAllDeclaration:ZU,printModuleSpecifier:eW}=hS,{printTernary:tW}=kS,{printTemplateLiteral:rW}=la,{printArray:nW}=Uu,{printObject:iW}=Rm,{printClass:sW,printClassMethod:aW,printClassProperty:uW}=Qu,{printProperty:oW}=Xu,{printFunction:cW,printArrowFunction:lW,printMethod:rF,printReturnStatement:pW,printThrowStatement:fW}=ql,{printCallExpression:hW}=gx,{printVariableDeclarator:dW,printAssignmentExpression:mW}=Ju,{printBinaryishExpression:gW}=Hd,{printSwitchCaseConsequent:yW}=OS,{printMemberExpression:DW}=cx,{printBlock:EW,printBlockBody:bW}=jS,{printComment:CW}=AU,{printLiteral:AW}=vU,{printDecorators:vW}=Am;function nF(e,t){let r=PU(e),n=r.slice(1,-1);if(n.includes('"')||n.includes("'"))return r;let a=t.singleQuote?"'":'"';return a+n+a}var xW={preprocess:TU,print:function(e,t,r,n){let a=function(m,y,D,b){let v=m.getValue(),w=y.semi?";":"";if(!v)return"";if(typeof v=="string")return v;for(let k of[AW,VU,GU,UU,zU,$U]){let P=k(m,y,D);if(P!==void 0)return P}let S=[];switch(v.type){case"JsExpressionRoot":return D("node");case"JsonRoot":return[D("node"),Dr];case"File":return v.program&&v.program.interpreter&&S.push(D(["program","interpreter"])),S.push(D("program")),S;case"Program":return bW(m,y,D);case"EmptyStatement":return"";case"ExpressionStatement":if(v.directive)return[nF(v.expression,y),w];if(y.parser==="__vue_event_binding"){let k=m.getParentNode();if(k.type==="Program"&&k.body.length===1&&k.body[0]===v)return[D("expression"),qU(v.expression)?";":""]}return[D("expression"),_U(y,m)?"":w];case"ParenthesizedExpression":return!Ea(v.expression)&&(v.expression.type==="ObjectExpression"||v.expression.type==="ArrayExpression")?["(",D("expression"),")"]:ft(["(",Kt([Ct,D("expression")]),Ct,")"]);case"AssignmentExpression":return mW(m,y,D);case"VariableDeclarator":return dW(m,y,D);case"BinaryExpression":case"LogicalExpression":return gW(m,y,D);case"AssignmentPattern":return[D("left")," = ",D("right")];case"OptionalMemberExpression":case"MemberExpression":return DW(m,y,D);case"MetaProperty":return[D("meta"),".",D("property")];case"BindExpression":return v.object&&S.push(D("object")),S.push(ft(Kt([Ct,JU(m,y,D)]))),S;case"Identifier":return[v.name,HU(m),YU(m,y,D)];case"V8IntrinsicIdentifier":return["%",v.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return XU(m,y,D);case"FunctionDeclaration":case"FunctionExpression":return cW(m,D,y,b);case"ArrowFunctionExpression":return lW(m,y,D,b);case"YieldExpression":return S.push("yield"),v.delegate&&S.push("*"),v.argument&&S.push(" ",D("argument")),S;case"AwaitExpression":if(S.push("await"),v.argument){S.push(" ",D("argument"));let k=m.getParentNode();if(LU(k)&&k.callee===v||MU(k)&&k.object===v){S=[Kt([Ct,...S]),Ct];let P=m.findAncestor(_=>_.type==="AwaitExpression"||_.type==="BlockStatement");if(!P||P.type!=="AwaitExpression")return ft(S)}}return S;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return QU(m,y,D);case"ExportAllDeclaration":return ZU(m,y,D);case"ImportDeclaration":return KU(m,y,D);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return eW(m,y,D);case"ImportAttribute":return[D("key"),": ",D("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return EW(m,y,D);case"ThrowStatement":return fW(m,y,D);case"ReturnStatement":return pW(m,y,D);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return hW(m,y,D);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return iW(m,y,D);case"ObjectProperty":case"Property":return v.method||v.kind==="get"||v.kind==="set"?rF(m,y,D):oW(m,y,D);case"ObjectMethod":return rF(m,y,D);case"Decorator":return["@",D("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return nW(m,y,D);case"SequenceExpression":{let k=m.getParentNode(0);if(k.type==="ExpressionStatement"||k.type==="ForStatement"){let P=[];return m.each((_,M)=>{M===0?P.push(D()):P.push(",",Kt([no,D()]))},"expressions"),ft(P)}return ft(eF([",",no],m.map(D,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[D("value"),w];case"DirectiveLiteral":return nF(v,y);case"UnaryExpression":return S.push(v.operator),/[a-z]$/.test(v.operator)&&S.push(" "),Ea(v.argument)?S.push(ft(["(",Kt([Ct,D("argument")]),Ct,")"])):S.push(D("argument")),S;case"UpdateExpression":return S.push(D("argument"),v.operator),v.prefix&&S.reverse(),S;case"ConditionalExpression":return tW(m,y,D);case"VariableDeclaration":{let k=m.map(D,"declarations"),P=m.getParentNode(),_=P.type==="ForStatement"||P.type==="ForInStatement"||P.type==="ForOfStatement",M=v.declarations.some(q=>q.init),U;return k.length!==1||Ea(v.declarations[0])?k.length>0&&(U=Kt(k[0])):U=k[0],S=[v.declare?"declare ":"",v.kind,U?[" ",U]:"",Kt(k.slice(1).map(q=>[",",M&&!_?Dr:no,q]))],_&&P.body!==v||S.push(w),ft(S)}case"WithStatement":return ft(["with (",D("object"),")",gi(v.body,D("body"))]);case"IfStatement":{let k=gi(v.consequent,D("consequent")),P=ft(["if (",ft([Kt([Ct,D("test")]),Ct]),")",k]);if(S.push(P),v.alternate){let _=Ea(v.consequent,Jm.Trailing|Jm.Line)||IU(v),M=v.consequent.type==="BlockStatement"&&!_;S.push(M?" ":Dr),Ea(v,Jm.Dangling)&&S.push(QS(m,y,!0),_?Dr:" "),S.push("else",ft(gi(v.alternate,D("alternate"),v.alternate.type==="IfStatement")))}return S}case"ForStatement":{let k=gi(v.body,D("body")),P=QS(m,y,!0),_=P?[P,Ct]:"";return v.init||v.test||v.update?[_,ft(["for (",ft([Kt([Ct,D("init"),";",no,D("test"),";",no,D("update")]),Ct]),")",k])]:[_,ft(["for (;;)",k])]}case"WhileStatement":return ft(["while (",ft([Kt([Ct,D("test")]),Ct]),")",gi(v.body,D("body"))]);case"ForInStatement":return ft(["for (",D("left")," in ",D("right"),")",gi(v.body,D("body"))]);case"ForOfStatement":return ft(["for",v.await?" await":""," (",D("left")," of ",D("right"),")",gi(v.body,D("body"))]);case"DoWhileStatement":{let k=gi(v.body,D("body"));return S=[ft(["do",k])],v.body.type==="BlockStatement"?S.push(" "):S.push(Dr),S.push("while (",ft([Kt([Ct,D("test")]),Ct]),")",w),S}case"DoExpression":return[v.async?"async ":"","do ",D("body")];case"BreakStatement":return S.push("break"),v.label&&S.push(" ",D("label")),S.push(w),S;case"ContinueStatement":return S.push("continue"),v.label&&S.push(" ",D("label")),S.push(w),S;case"LabeledStatement":return v.body.type==="EmptyStatement"?[D("label"),":;"]:[D("label"),": ",D("body")];case"TryStatement":return["try ",D("block"),v.handler?[" ",D("handler")]:"",v.finalizer?[" finally ",D("finalizer")]:""];case"CatchClause":if(v.param){let k=Ea(v.param,_=>!Ym(_)||_.leading&&ZS(y.originalText,RU(_))||_.trailing&&ZS(y.originalText,jU(_),{backwards:!0})),P=D("param");return["catch ",k?["(",Kt([Ct,P]),Ct,") "]:["(",P,") "],D("body")]}return["catch ",D("body")];case"SwitchStatement":return[ft(["switch (",Kt([Ct,D("discriminant")]),Ct,")"])," {",v.cases.length>0?Kt([Dr,eF(Dr,m.map((k,P,_)=>{let M=k.getValue();return[D(),P!==_.length-1&&tF(M,y)?Dr:""]},"cases"))]):"",Dr,"}"];case"SwitchCase":{v.test?S.push("case ",D("test"),":"):S.push("default:");let k=v.consequent.filter(P=>P.type!=="EmptyStatement");if(k.length>0){let P=yW(m,y,D);S.push(k.length===1&&k[0].type==="BlockStatement"?[" ",P]:Kt([Dr,P]))}return S}case"DebuggerStatement":return["debugger",w];case"ClassDeclaration":case"ClassExpression":return sW(m,y,D);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return aW(m,y,D);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":return uW(m,y,D);case"TemplateElement":return xU(v.value.raw);case"TemplateLiteral":return rW(m,D,y);case"TaggedTemplateExpression":return[D("tag"),D("typeParameters"),D("quasi")];case"PrivateIdentifier":return["#",D("name")];case"PrivateName":return["#",D("id")];case"InterpreterDirective":return S.push("#!",v.value,Dr),tF(v,y)&&S.push(Dr),S;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{S.push("module {");let k=D("body");return k&&S.push(Kt([Dr,k]),Dr),S.push("}"),S}default:throw new Error("unknown type: "+JSON.stringify(v.type))}}(e,t,r,n);if(!a)return"";let o=e.getValue(),{type:l}=o;if(l==="ClassMethod"||l==="ClassPrivateMethod"||l==="ClassProperty"||l==="PropertyDefinition"||l==="TSAbstractPropertyDefinition"||l==="ClassPrivateProperty"||l==="MethodDefinition"||l==="TSAbstractMethodDefinition"||l==="TSDeclareMethod")return a;let p=vW(e,t,r);if(p)return ft([...p,a]);if(!BU(e,t))return n&&n.needsSemi?[";",a]:a;let d=[n&&n.needsSemi?";(":"(",a];if(kU(o)){let[m]=o.trailingComments;d.push(" /*",m.value.trimStart(),"*/"),m.printed=!0}return d.push(")"),d},embed:SU,insertPragma:wU,massageAstNode:FU,hasPrettierIgnore:e=>OU(e)||WU(e),willPrintOwnComments:io.willPrintOwnComments,canAttachComment:function(e){return e.type&&!Ym(e)&&!NU(e)&&e.type!=="EmptyStatement"&&e.type!=="TemplateElement"&&e.type!=="Import"&&e.type!=="TSEmptyBodyFunctionExpression"},printComment:CW,isBlockComment:Ym,handleComments:{avoidAstMutation:!0,ownLine:io.handleOwnLineComment,endOfLine:io.handleEndOfLineComment,remaining:io.handleRemainingComment},getCommentChildNodes:io.getCommentChildNodes};let{builders:{hardline:os,indent:iF,join:sF}}=ve,SW=E2,FW=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function aF(e,t){let{type:r}=e;if(r!=="ObjectProperty"||e.key.type!=="Identifier"){if(r==="UnaryExpression"&&e.operator==="+")return t.argument;if(r!=="ArrayExpression")return r==="TemplateLiteral"?{type:"StringLiteral",value:e.quasis[0].value.cooked}:void 0;for(let[n,a]of e.elements.entries())a===null&&t.elements.splice(n,0,{type:"NullLiteral"})}else t.key={type:"StringLiteral",value:e.key.name}}aF.ignoredProperties=FW;var wW={preprocess:SW,print:function(e,t,r){let n=e.getValue();switch(n.type){case"JsonRoot":return[r("node"),os];case"ArrayExpression":{if(n.elements.length===0)return"[]";let a=e.map(()=>e.getValue()===null?"null":r(),"elements");return["[",iF([os,sF([",",os],a)]),os,"]"]}case"ObjectExpression":return n.properties.length===0?"{}":["{",iF([os,sF([",",os],e.map(r,"properties"))]),os,"}"];case"ObjectProperty":return[r("key"),": ",r("value")];case"UnaryExpression":return[n.operator==="+"?"":n.operator,r("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return n.value?"true":"false";case"StringLiteral":case"NumericLiteral":return JSON.stringify(n.value);case"Identifier":{let a=e.getParentNode();return a&&a.type==="ObjectProperty"&&a.key===n?JSON.stringify(n.name):n.name}case"TemplateLiteral":return r(["quasis",0]);case"TemplateElement":return JSON.stringify(n.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(n.type))}},massageAstNode:aF};let Zl="Common";var mn={bracketSpacing:{since:"0.0.0",category:Zl,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:Zl,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:Zl,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:Zl,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."}};let ba="JavaScript";var Xm={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".jsb",".jscad",".jsfl",".jsm",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183},BW={name:"TypeScript",type:"programming",color:"#2b7489",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378},TW={name:"TSX",type:"programming",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924},uF={name:"JSON",type:"data",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",extensions:[".json",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".htmlhintrc",".imgbotconfig",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174},kW={name:"JSON with Comments",type:"data",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423},_W={name:"JSON5",type:"data",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175};let Hn=Xi,NW=xW,IW=wW,PW={arrowParens:{since:"1.9.0",category:ba,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:mn.bracketSameLine,bracketSpacing:mn.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:ba,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:ba,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:mn.singleQuote,jsxSingleQuote:{since:"1.15.0",category:ba,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:ba,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:ba,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]}};var OW={languages:[Hn(Xm,e=>({since:"0.0.0",parsers:["babel","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...e.interpreters,"zx"],extensions:[...e.extensions.filter(t=>t!==".jsx"),".wxs"]})),Hn(Xm,()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]})),Hn(Xm,()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0})),Hn(BW,e=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],extensions:[...e.extensions,".mts",".cts"]})),Hn(TW,()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]})),Hn(uF,()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[],filenames:["package.json","package-lock.json","composer.json"]})),Hn(uF,e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:e.extensions.filter(t=>t!==".jsonl")})),Hn(kW,e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...e.filenames,".eslintrc"]})),Hn(_W,()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]}))],options:PW,printers:{estree:NW,"estree-json":IW},parsers:void 0};let{isFrontMatterNode:oF}=ke,LW=Mr,MW=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function cF(e,t,r){if(oF(e)&&e.lang==="yaml"&&delete t.value,e.type==="css-comment"&&r.type==="css-root"&&r.nodes.length>0&&((r.nodes[0]===e||oF(r.nodes[0])&&r.nodes[1]===e)&&(delete t.text,/^\*\s*@(?:format|prettier)\s*$/.test(e.text))||r.type==="css-root"&&LW(r.nodes)===e))return null;if(e.type==="value-root"&&delete t.text,e.type!=="media-query"&&e.type!=="media-query-list"&&e.type!=="media-feature-expression"||delete t.value,e.type==="css-rule"&&delete t.params,e.type==="selector-combinator"&&(t.value=t.value.replace(/\s+/g," ")),e.type==="media-feature"&&(t.value=t.value.replace(/ /g,"")),(e.type==="value-word"&&(e.isColor&&e.isHex||["initial","inherit","unset","revert"].includes(t.value.replace().toLowerCase()))||e.type==="media-feature"||e.type==="selector-root-invalid"||e.type==="selector-pseudo")&&(t.value=t.value.toLowerCase()),e.type==="css-decl"&&(t.prop=t.prop.toLowerCase()),e.type!=="css-atrule"&&e.type!=="css-import"||(t.name=t.name.toLowerCase()),e.type==="value-number"&&(t.unit=t.unit.toLowerCase()),e.type!=="media-feature"&&e.type!=="media-keyword"&&e.type!=="media-type"&&e.type!=="media-unknown"&&e.type!=="media-url"&&e.type!=="media-value"&&e.type!=="selector-attribute"&&e.type!=="selector-string"&&e.type!=="selector-class"&&e.type!=="selector-combinator"&&e.type!=="value-string"||!t.value||(t.value=t.value.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")),e.type==="selector-attribute"&&(t.attribute=t.attribute.trim(),t.namespace&&typeof t.namespace=="string"&&(t.namespace=t.namespace.trim(),t.namespace.length===0&&(t.namespace=!0)),t.value&&(t.value=t.value.trim().replace(/^["']|["']$/g,""),delete t.quoted)),e.type!=="media-value"&&e.type!=="media-type"&&e.type!=="value-number"&&e.type!=="selector-root-invalid"&&e.type!=="selector-class"&&e.type!=="selector-combinator"&&e.type!=="selector-tag"||!t.value||(t.value=t.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,(n,a,o)=>{let l=Number(a);return Number.isNaN(l)?n:l+o.toLowerCase()})),e.type==="selector-tag"){let n=e.value.toLowerCase();["from","to"].includes(n)&&(t.value=n)}e.type==="css-atrule"&&e.name.toLowerCase()==="supports"&&delete t.value,e.type==="selector-unknown"&&delete t.value}cF.ignoredProperties=MW;var jW=cF;let{builders:{hardline:lF,markAsRoot:RW}}=ve;var Km=function(e,t){if(e.lang==="yaml"){let r=e.value.trim(),n=r?t(r,{parser:"yaml"},{stripTrailingHardline:!0}):"";return RW([e.startDelimiter,lF,n,n?lF:"",e.endDelimiter])}};let{builders:{hardline:VW}}=ve,qW=Km;var GW=function(e,t,r){let n=e.getValue();if(n.type==="front-matter"){let a=qW(n,r);return a?[a,VW]:""}};let UW=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");var pF=function(e){let t=e.match(UW);if(!t)return{content:e};let{startDelimiter:r,language:n,value:a="",endDelimiter:o}=t.groups,l=n.trim()||"yaml";if(r==="+++"&&(l="toml"),l!=="yaml"&&r!==o)return{content:e};let[p]=t;return{frontMatter:{type:"front-matter",lang:l,value:a,startDelimiter:r,endDelimiter:o,raw:p.replace(/\n$/,"")},content:p.replace(/[^\n]/g," ")+e.slice(p.length)}};let fF=Yv,hF=pF;var WW={hasPragma:function(e){return fF.hasPragma(hF(e).content)},insertPragma:function(e){let{frontMatter:t,content:r}=hF(e);return(t?t.raw+`
`:"")+fF.insertPragma(r)}};let{isNonEmptyArray:dF}=ke,zW=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]),$W=new Set(["import","use","forward"]);function mF(e,t){let r=Array.isArray(t)?t:[t],n,a=-1;for(;n=e.getParentNode(++a);)if(r.includes(n.type))return a;return-1}function yi(e,t){let r=mF(e,t);return r===-1?null:e.getParentNode(r)}function gF(e){return e.type==="value-operator"&&e.value==="*"}function yF(e){return e.type==="value-operator"&&e.value==="/"}function DF(e){return e.type==="value-operator"&&e.value==="+"}function EF(e){return e.type==="value-operator"&&e.value==="-"}function bF(e){return e.type==="value-operator"&&e.value==="%"}function Qm(e){return e.type==="value-comma_group"&&e.groups&&e.groups[1]&&e.groups[1].type==="value-colon"}function ep(e){return e.type==="value-paren_group"&&e.groups&&e.groups[0]&&Qm(e.groups[0])}function CF(e){return e&&e.type==="value-colon"}var HW={getAncestorCounter:mF,getAncestorNode:yi,getPropOfDeclNode:function(e){let t=yi(e,"css-decl");return t&&t.prop&&t.prop.toLowerCase()},hasSCSSInterpolation:function(e){if(dF(e)){for(let t=e.length-1;t>0;t--)if(e[t].type==="word"&&e[t].value==="{"&&e[t-1].type==="word"&&e[t-1].value.endsWith("#"))return!0}return!1},hasStringOrFunction:function(e){if(dF(e)){for(let t=0;t<e.length;t++)if(e[t].type==="string"||e[t].type==="func")return!0}return!1},maybeToLowerCase:function(e){return e.includes("$")||e.includes("@")||e.includes("#")||e.startsWith("%")||e.startsWith("--")||e.startsWith(":--")||e.includes("(")&&e.includes(")")?e:e.toLowerCase()},insideValueFunctionNode:function(e,t){let r=yi(e,"value-func");return r&&r.value&&r.value.toLowerCase()===t},insideICSSRuleNode:function(e){let t=yi(e,"css-rule");return t&&t.raws&&t.raws.selector&&(t.raws.selector.startsWith(":import")||t.raws.selector.startsWith(":export"))},insideAtRuleNode:function(e,t){let r=Array.isArray(t)?t:[t],n=yi(e,"css-atrule");return n&&r.includes(n.name.toLowerCase())},insideURLFunctionInImportAtRuleNode:function(e){let t=e.getValue(),r=yi(e,"css-atrule");return r&&r.name==="import"&&t.groups[0].value==="url"&&t.groups.length===2},isKeyframeAtRuleKeywords:function(e,t){let r=yi(e,"css-atrule");return r&&r.name&&r.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(t.toLowerCase())},isWideKeywords:function(e){return["initial","inherit","unset","revert"].includes(e.toLowerCase())},isSCSS:function(e,t){return e==="less"||e==="scss"?e==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(t)},isSCSSVariable:function(e){return Boolean(e&&e.type==="word"&&e.value.startsWith("$"))},isLastNode:function(e,t){let r=e.getParentNode();if(!r)return!1;let{nodes:n}=r;return n&&n.indexOf(t)===n.length-1},isLessParser:function(e){return e.parser==="css"||e.parser==="less"},isSCSSControlDirectiveNode:function(e){return e.type==="css-atrule"&&["if","else","for","each","while"].includes(e.name)},isDetachedRulesetDeclarationNode:function(e){return!!e.selector&&(typeof e.selector=="string"&&/^@.+:.*$/.test(e.selector)||e.selector.value&&/^@.+:.*$/.test(e.selector.value))},isRelationalOperatorNode:function(e){return e.type==="value-word"&&["<",">","<=",">="].includes(e.value)},isEqualityOperatorNode:function(e){return e.type==="value-word"&&["==","!="].includes(e.value)},isMultiplicationNode:gF,isDivisionNode:yF,isAdditionNode:DF,isSubtractionNode:EF,isModuloNode:bF,isMathOperatorNode:function(e){return gF(e)||yF(e)||DF(e)||EF(e)||bF(e)},isEachKeywordNode:function(e){return e.type==="value-word"&&e.value==="in"},isForKeywordNode:function(e){return e.type==="value-word"&&["from","through","end"].includes(e.value)},isURLFunctionNode:function(e){return e.type==="value-func"&&e.value.toLowerCase()==="url"},isIfElseKeywordNode:function(e){return e.type==="value-word"&&["and","or","not"].includes(e.value)},hasComposesNode:function(e){return e.value&&e.value.type==="value-root"&&e.value.group&&e.value.group.type==="value-value"&&e.prop.toLowerCase()==="composes"},hasParensAroundNode:function(e){return e.value&&e.value.group&&e.value.group.group&&e.value.group.group.type==="value-paren_group"&&e.value.group.group.open!==null&&e.value.group.group.close!==null},hasEmptyRawBefore:function(e){return e.raws&&e.raws.before===""},isSCSSNestedPropertyNode:function(e){return!!e.selector&&e.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*?\n/,"").trim().endsWith(":")},isDetachedRulesetCallNode:function(e){return e.raws&&e.raws.params&&/^\(\s*\)$/.test(e.raws.params)},isTemplatePlaceholderNode:function(e){return e.name.startsWith("prettier-placeholder")},isTemplatePropNode:function(e){return e.prop.startsWith("@prettier-placeholder")},isPostcssSimpleVarNode:function(e,t){return e.value==="$$"&&e.type==="value-func"&&t&&t.type==="value-word"&&!t.raws.before},isKeyValuePairNode:Qm,isKeyValuePairInParenGroupNode:ep,isKeyInValuePairNode:function(e,t){if(!Qm(t))return!1;let{groups:r}=t,n=r.indexOf(e);return n!==-1&&CF(r[n+1])},isSCSSMapItemNode:function(e){let t=e.getValue();if(t.groups.length===0)return!1;let r=e.getParentNode(1);if(!(ep(t)||r&&ep(r)))return!1;let n=yi(e,"css-decl");return!!(n&&n.prop&&n.prop.startsWith("$"))||!!ep(r)||r.type==="value-func"},isInlineValueCommentNode:function(e){return e.type==="value-comment"&&e.inline},isHashNode:function(e){return e.type==="value-word"&&e.value==="#"},isLeftCurlyBraceNode:function(e){return e.type==="value-word"&&e.value==="{"},isRightCurlyBraceNode:function(e){return e.type==="value-word"&&e.value==="}"},isWordNode:function(e){return["value-word","value-atword"].includes(e.type)},isColonNode:CF,isMediaAndSupportsKeywords:function(e){return e.value&&["not","and","or"].includes(e.value.toLowerCase())},isColorAdjusterFuncNode:function(e){return e.type==="value-func"&&zW.has(e.value.toLowerCase())},lastLineHasInlineComment:function(e){return/\/\//.test(e.split(/[\n\r]/).pop())},stringifyNode:function e(t){if(t.groups)return(t.open&&t.open.value?t.open.value:"")+t.groups.reduce((a,o,l)=>a+e(o)+(t.groups[0].type==="comma_group"&&l!==t.groups.length-1?",":""),"")+(t.close&&t.close.value?t.close.value:"");let r=t.raws&&t.raws.before?t.raws.before:"",n=t.raws&&t.raws.quote?t.raws.quote:"";return r+n+(t.type==="atword"?"@":"")+(t.value?t.value:"")+n+(t.unit?t.unit:"")+(t.group?e(t.group):"")+(t.raws&&t.raws.after?t.raws.after:"")},isAtWordPlaceholderNode:function(e){return e&&e.type==="value-atword"&&e.value.startsWith("prettier-placeholder-")},isModuleRuleName:function(e){return $W.has(e)},isConfigurationNode:function(e,t){if(!e.open||e.open.value!=="("||!e.close||e.close.value!==")"||e.groups.some(r=>r.type!=="value-comma_group"))return!1;if(t.type==="value-comma_group"){let r=t.groups.indexOf(e)-1,n=t.groups[r];if(n&&n.type==="value-word"&&n.value==="with")return!0}return!1},isParenGroupNode:function(e){return e.type==="value-paren_group"&&e.open&&e.open.value==="("&&e.close&&e.close.value===")"}};let AF=function(e,t){let r=0;for(let n=0;n<e.line-1;++n)r=t.indexOf(`
`,r)+1;return r+e.column},{getLast:JW,skipEverythingButNewLine:YW}=ke;function vF(e,t){return typeof e.sourceIndex=="number"?e.sourceIndex:e.source?AF(e.source.start,t)-1:null}function xF(e,t){if(e.type==="css-comment"&&e.inline)return YW(t,e.source.startOffset);let r=e.nodes&&JW(e.nodes);return r&&e.source&&!e.source.end&&(e=r),e.source&&e.source.end?AF(e.source.end,t):null}function SF(e,t,r){e.source&&(e.source.startOffset=vF(e,r)+t,e.source.endOffset=xF(e,r)+t);for(let n in e){let a=e[n];n!=="source"&&a&&typeof a=="object"&&SF(a,t,r)}}function XW(e){let t=e.source.startOffset;return typeof e.prop=="string"&&(t+=e.prop.length),e.type==="css-atrule"&&typeof e.name=="string"&&(t+=1+e.name.length+e.raws.afterName.match(/^\s*:?\s*/)[0].length),e.type!=="css-atrule"&&e.raws&&typeof e.raws.between=="string"&&(t+=e.raws.between.length),t}var KW={locStart:function(e){return e.source.startOffset},locEnd:function(e){return e.source.endOffset},calculateLoc:function e(t,r){t.source&&(t.source.startOffset=vF(t,r),t.source.endOffset=xF(t,r));for(let n in t){let a=t[n];n!=="source"&&a&&typeof a=="object"&&(a.type==="value-root"||a.type==="value-unknown"?SF(a,XW(t),a.text||a.value):e(a,r))}},replaceQuotesInInlineComments:function(e){let t,r="initial",n="initial",a=!1,o=[];for(let l=0;l<e.length;l++){let p=e[l];switch(r){case"initial":if(p==="'"){r="single-quotes";continue}if(p==='"'){r="double-quotes";continue}if((p==="u"||p==="U")&&e.slice(l,l+4).toLowerCase()==="url("){r="url",l+=3;continue}if(p==="*"&&e[l-1]==="/"){r="comment-block";continue}if(p==="/"&&e[l-1]==="/"){r="comment-inline",t=l-1;continue}continue;case"single-quotes":if(p==="'"&&e[l-1]!=="\\"&&(r=n,n="initial"),p===`
`||p==="\r")return e;continue;case"double-quotes":if(p==='"'&&e[l-1]!=="\\"&&(r=n,n="initial"),p===`
`||p==="\r")return e;continue;case"url":if(p===")"&&(r="initial"),p===`
`||p==="\r")return e;if(p==="'"){r="single-quotes",n="url";continue}if(p==='"'){r="double-quotes",n="url";continue}continue;case"comment-block":p==="/"&&e[l-1]==="*"&&(r="initial");continue;case"comment-inline":p!=='"'&&p!=="'"&&p!=="*"||(a=!0),p!==`
`&&p!=="\r"||(a&&o.push([t,l]),r="initial",a=!1);continue}}for(let[l,p]of o)e=e.slice(0,l)+e.slice(l,p).replace(/["'*]/g," ")+e.slice(p);return e}};let FF=Mr,{printNumber:QW,printString:wF,hasNewline:ZW,isFrontMatterNode:BF,isNextLineEmpty:ez,isNonEmptyArray:tz}=ke,{builders:{join:Ca,line:Er,hardline:cr,softline:Jn,group:gn,fill:Zm,indent:Hr,dedent:tp,ifBreak:TF,breakParent:kF},utils:{removeLines:rz,getDocParts:_F}}=ve,nz=jW,iz=GW,{insertPragma:sz}=WW,{getAncestorNode:eg,getPropOfDeclNode:az,maybeToLowerCase:cs,insideValueFunctionNode:rp,insideICSSRuleNode:uz,insideAtRuleNode:np,insideURLFunctionInImportAtRuleNode:oz,isKeyframeAtRuleKeywords:cz,isWideKeywords:lz,isSCSS:pz,isLastNode:tg,isLessParser:NF,isSCSSControlDirectiveNode:rg,isDetachedRulesetDeclarationNode:fz,isRelationalOperatorNode:hz,isEqualityOperatorNode:dz,isMultiplicationNode:IF,isDivisionNode:ng,isAdditionNode:ls,isSubtractionNode:so,isMathOperatorNode:ig,isEachKeywordNode:mz,isForKeywordNode:gz,isURLFunctionNode:yz,isIfElseKeywordNode:Dz,hasComposesNode:Ez,hasParensAroundNode:bz,hasEmptyRawBefore:Aa,isKeyValuePairNode:Cz,isKeyInValuePairNode:Az,isDetachedRulesetCallNode:PF,isTemplatePlaceholderNode:OF,isTemplatePropNode:vz,isPostcssSimpleVarNode:xz,isSCSSMapItemNode:Sz,isInlineValueCommentNode:LF,isHashNode:sg,isLeftCurlyBraceNode:MF,isRightCurlyBraceNode:ag,isWordNode:ip,isColonNode:jF,isMediaAndSupportsKeywords:Fz,isColorAdjusterFuncNode:wz,lastLineHasInlineComment:ao,isAtWordPlaceholderNode:sp,isConfigurationNode:Bz,isParenGroupNode:RF}=HW,{locStart:Di,locEnd:Yn}=KW;function Tz(e){return e.trailingComma==="es5"||e.trailingComma==="all"}function uo(e,t,r){let n=[];return e.each((a,o,l)=>{let p=l[o-1];if(p&&p.type==="css-comment"&&p.text.trim()==="prettier-ignore"){let d=a.getValue();n.push(t.originalText.slice(Di(d),Yn(d)))}else n.push(r());o!==l.length-1&&(l[o+1].type==="css-comment"&&!ZW(t.originalText,Di(l[o+1]),{backwards:!0})&&!BF(l[o])||l[o+1].type==="css-atrule"&&l[o+1].name==="else"&&l[o].type!=="css-comment"?n.push(" "):(n.push(t.__isHTMLStyleAttribute?Er:cr),ez(t.originalText,a.getValue(),Yn)&&!BF(l[o])&&n.push(cr)))},"nodes"),n}let VF=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,kz=new RegExp(VF.source+"|"+"(".concat(/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g.source,")?")+"(".concat(/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g.source,")")+"(".concat(/[A-Za-z]+/g.source,")?"),"g");function Ei(e,t){return e.replace(VF,r=>wF(r,t))}function _z(e,t){let r=t.singleQuote?"'":'"';return e.includes('"')||e.includes("'")?e:r+e+r}function oo(e){return e.replace(kz,(t,r,n,a,o)=>!n&&a?qF(a)+cs(o||""):t)}function qF(e){return QW(e).replace(/\.0(?=$|e)/,"")}var Nz={print:function(e,t,r){let n=e.getValue();if(!n)return"";if(typeof n=="string")return n;switch(n.type){case"front-matter":return[n.raw,cr];case"css-root":{let a=uo(e,t,r),o=n.raws.after.trim();return[a,o?" ".concat(o):"",_F(a).length>0?cr:""]}case"css-comment":{let a=n.inline||n.raws.inline,o=t.originalText.slice(Di(n),Yn(n));return a?o.trimEnd():o}case"css-rule":return[r("selector"),n.important?" !important":"",n.nodes?[n.selector&&n.selector.type==="selector-unknown"&&ao(n.selector.value)?Er:" ","{",n.nodes.length>0?Hr([cr,uo(e,t,r)]):"",cr,"}",fz(n)?";":""]:";"];case"css-decl":{let a=e.getParentNode(),{between:o}=n.raws,l=o.trim(),p=l===":",d=Ez(n)?rz(r("value")):r("value");return!p&&ao(l)&&(d=Hr([cr,tp(d)])),[n.raws.before.replace(/[\s;]/g,""),uz(e)?n.prop:cs(n.prop),l.startsWith("//")?" ":"",l,n.extend?"":" ",NF(t)&&n.extend&&n.selector?["extend(",r("selector"),")"]:"",d,n.raws.important?n.raws.important.replace(/\s*!\s*important/i," !important"):n.important?" !important":"",n.raws.scssDefault?n.raws.scssDefault.replace(/\s*!default/i," !default"):n.scssDefault?" !default":"",n.raws.scssGlobal?n.raws.scssGlobal.replace(/\s*!global/i," !global"):n.scssGlobal?" !global":"",n.nodes?[" {",Hr([Jn,uo(e,t,r)]),Jn,"}"]:vz(n)&&!a.raws.semicolon&&t.originalText[Yn(n)-1]!==";"?"":t.__isHTMLStyleAttribute&&tg(e,n)?TF(";"):";"]}case"css-atrule":{let a=e.getParentNode(),o=OF(n)&&!a.raws.semicolon&&t.originalText[Yn(n)-1]!==";";if(NF(t)){if(n.mixin)return[r("selector"),n.important?" !important":"",o?"":";"];if(n.function)return[n.name,r("params"),o?"":";"];if(n.variable)return["@",n.name,": ",n.value?r("value"):"",n.raws.between.trim()?n.raws.between.trim()+" ":"",n.nodes?["{",Hr([n.nodes.length>0?Jn:"",uo(e,t,r)]),Jn,"}"]:"",o?"":";"]}return["@",PF(n)||n.name.endsWith(":")?n.name:cs(n.name),n.params?[PF(n)?"":OF(n)?n.raws.afterName===""?"":n.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(n.raws.afterName)?[cr,cr]:/^\s*\n/.test(n.raws.afterName)?cr:" ":" ",r("params")]:"",n.selector?Hr([" ",r("selector")]):"",n.value?gn([" ",r("value"),rg(n)?bz(n)?" ":Er:""]):n.name==="else"?" ":"",n.nodes?[rg(n)?"":n.selector&&!n.selector.nodes&&typeof n.selector.value=="string"&&ao(n.selector.value)||!n.selector&&typeof n.params=="string"&&ao(n.params)?Er:" ","{",Hr([n.nodes.length>0?Jn:"",uo(e,t,r)]),Jn,"}"]:o?"":";"]}case"media-query-list":{let a=[];return e.each(o=>{let l=o.getValue();l.type==="media-query"&&l.value===""||a.push(r())},"nodes"),gn(Hr(Ca(Er,a)))}case"media-query":return[Ca(" ",e.map(r,"nodes")),tg(e,n)?"":","];case"media-type":case"media-value":return oo(Ei(n.value,t));case"media-feature-expression":return n.nodes?["(",...e.map(r,"nodes"),")"]:n.value;case"media-feature":return cs(Ei(n.value.replace(/ +/g," "),t));case"media-colon":case"value-comma":return[n.value," "];case"media-keyword":case"selector-string":return Ei(n.value,t);case"media-url":return Ei(n.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),t);case"media-unknown":case"selector-comment":case"selector-nesting":case"value-paren":case"value-operator":case"value-unicode-range":case"value-unknown":return n.value;case"selector-root":return gn([np(e,"custom-selector")?[eg(e,"css-atrule").customSelector,Er]:"",Ca([",",np(e,["extend","custom-selector","nest"])?Er:cr],e.map(r,"nodes"))]);case"selector-selector":return gn(Hr(e.map(r,"nodes")));case"selector-tag":{let a=e.getParentNode(),o=a&&a.nodes.indexOf(n),l=o&&a.nodes[o-1];return[n.namespace?[n.namespace===!0?"":n.namespace.trim(),"|"]:"",l.type==="selector-nesting"?n.value:oo(cz(e,n.value)?n.value.toLowerCase():n.value)]}case"selector-id":return["#",n.value];case"selector-class":return[".",oo(Ei(n.value,t))];case"selector-attribute":return["[",n.namespace?[n.namespace===!0?"":n.namespace.trim(),"|"]:"",n.attribute.trim(),n.operator?n.operator:"",n.value?_z(Ei(n.value.trim(),t),t):"",n.insensitive?" i":"","]"];case"selector-combinator":if(n.value==="+"||n.value===">"||n.value==="~"||n.value===">>>"){let a=e.getParentNode();return[a.type==="selector-selector"&&a.nodes[0]===n?"":Er,n.value,tg(e,n)?"":" "]}return[n.value.trim().startsWith("(")?Er:"",oo(Ei(n.value.trim(),t))||Er];case"selector-universal":return[n.namespace?[n.namespace===!0?"":n.namespace.trim(),"|"]:"",n.value];case"selector-pseudo":return[cs(n.value),tz(n.nodes)?["(",Ca(", ",e.map(r,"nodes")),")"]:""];case"selector-unknown":{let a=eg(e,"css-rule");if(a&&a.isSCSSNesterProperty)return oo(Ei(cs(n.value),t));let o=e.getParentNode();if(o.raws&&o.raws.selector){let p=Di(o),d=p+o.raws.selector.length;return t.originalText.slice(p,d).trim()}let l=e.getParentNode(1);if(o.type==="value-paren_group"&&l&&l.type==="value-func"&&l.value==="selector"){let p=Di(o.open)+1,d=Yn(o.close)-1,m=t.originalText.slice(p,d).trim();return ao(m)?[kF,m]:m}return n.value}case"value-value":case"value-root":return r("group");case"value-comment":return t.originalText.slice(Di(n),Yn(n));case"value-comma_group":{let a=e.getParentNode(),o=e.getParentNode(1),l=az(e),p=l&&a.type==="value-value"&&(l==="grid"||l.startsWith("grid-template")),d=eg(e,"css-atrule"),m=d&&rg(d),y=n.groups.some(k=>LF(k)),D=e.map(r,"groups"),b=[],v=rp(e,"url"),w=!1,S=!1;for(let k=0;k<n.groups.length;++k){b.push(D[k]);let P=n.groups[k-1],_=n.groups[k],M=n.groups[k+1],U=n.groups[k+2];if(v){(M&&ls(M)||ls(_))&&b.push(" ");continue}if(np(e,"forward")&&_.type==="value-word"&&_.value&&P!==void 0&&P.type==="value-word"&&P.value==="as"&&M.type==="value-operator"&&M.value==="*"||!M||_.type==="value-word"&&_.value.endsWith("-")&&sp(M))continue;let q=_.type==="value-string"&&_.value.startsWith("#{"),H=w&&M.type==="value-string"&&M.value.endsWith("}");if(q||H){w=!w;continue}if(w||jF(_)||jF(M)||_.type==="value-atword"&&_.value===""||_.value==="~"||_.value&&_.value.includes("\\")&&M&&M.type!=="value-comment"||P&&P.value&&P.value.indexOf("\\")===P.value.length-1&&_.type==="value-operator"&&_.value==="/"||_.value==="\\"||xz(_,M)||sg(_)||MF(_)||ag(M)||MF(M)&&Aa(M)||ag(_)&&Aa(M)||_.value==="--"&&sg(M))continue;let Q=ig(_),te=ig(M);if((Q&&sg(M)||te&&ag(_))&&Aa(M)||!P&&ng(_)||rp(e,"calc")&&(ls(_)||ls(M)||so(_)||so(M))&&Aa(M))continue;let Ee=(ls(_)||so(_))&&k===0&&(M.type==="value-number"||M.isHex)&&o&&wz(o)&&!Aa(M),ne=U&&U.type==="value-func"||U&&ip(U)||_.type==="value-func"||ip(_),pe=M.type==="value-func"||ip(M)||P&&P.type==="value-func"||P&&ip(P);if(IF(M)||IF(_)||rp(e,"calc")||Ee||!(ng(M)&&!ne||ng(_)&&!pe||ls(M)&&!ne||ls(_)&&!pe||so(M)||so(_))||!(Aa(M)||Q&&(!P||P&&ig(P))))if(LF(_)){if(a.type==="value-paren_group"){b.push(tp(cr));continue}b.push(cr)}else m&&(dz(M)||hz(M)||Dz(M)||mz(_)||gz(_))||d&&d.name.toLowerCase()==="namespace"?b.push(" "):p?_.source&&M.source&&_.source.start.line!==M.source.start.line?(b.push(cr),S=!0):b.push(" "):te?b.push(" "):M&&M.value==="..."||sp(_)&&sp(M)&&Yn(_)===Di(M)||(sp(_)&&RF(M)&&Yn(_)===Di(M.open)?b.push(Jn):_.value==="with"&&RF(M)?b.push(" "):b.push(Er))}return y&&b.push(kF),S&&b.unshift(cr),m?gn(Hr(b)):oz(e)?gn(Zm(b)):gn(Hr(Zm(b)))}case"value-paren_group":{let a=e.getParentNode();if(a&&yz(a)&&(n.groups.length===1||n.groups.length>0&&n.groups[0].type==="value-comma_group"&&n.groups[0].groups.length>0&&n.groups[0].groups[0].type==="value-word"&&n.groups[0].groups[0].value.startsWith("data:")))return[n.open?r("open"):"",Ca(",",e.map(r,"groups")),n.close?r("close"):""];if(!n.open){let v=e.map(r,"groups"),w=[];for(let S=0;S<v.length;S++)S!==0&&w.push([",",Er]),w.push(v[S]);return gn(Hr(Zm(w)))}let o=Sz(e),l=FF(n.groups),p=l&&l.type==="value-comment",d=Az(n,a),m=Bz(n,a),y=m||o&&!d,D=m||d,b=gn([n.open?r("open"):"",Hr([Jn,Ca([",",Er],e.map(v=>{let w=v.getValue(),S=r();if(Cz(w)&&w.type==="value-comma_group"&&w.groups&&w.groups[0].type!=="value-paren_group"&&w.groups[2]&&w.groups[2].type==="value-paren_group"){let k=_F(S.contents.contents);return k[1]=gn(k[1]),gn(tp(S))}return S},"groups"))]),TF(!p&&pz(t.parser,t.originalText)&&o&&Tz(t)?",":""),Jn,n.close?r("close"):""],{shouldBreak:y});return D?tp(b):b}case"value-func":return[n.value,np(e,"supports")&&Fz(n)?" ":"",r("group")];case"value-number":return[qF(n.value),cs(n.unit)];case"value-word":return n.isColor&&n.isHex||lz(n.value)?n.value.toLowerCase():n.value;case"value-colon":{let a=e.getParentNode(),o=a&&a.groups.indexOf(n),l=o&&a.groups[o-1];return[n.value,l&&typeof l.value=="string"&&FF(l.value)==="\\"||rp(e,"url")?"":Er]}case"value-string":return wF(n.raws.quote+n.value+n.raws.quote,t);case"value-atword":return["@",n.value];default:throw new Error("Unknown postcss type ".concat(JSON.stringify(n.type)))}},embed:iz,insertPragma:sz,massageAstNode:nz},Iz={name:"PostCSS",type:"markup",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437},Pz={name:"Less",type:"markup",color:"#1d365d",extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198},Oz={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329};let ap=Xi,Lz=Nz,Mz={singleQuote:mn.singleQuote};var jz={languages:[ap({name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50},e=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...e.extensions,".wxss"]})),ap(Iz,()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]})),ap(Pz,()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]})),ap(Oz,()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]}))],options:Mz,printers:{postcss:Lz},parsers:void 0},Rz={locStart:function(e){return e.loc.start.offset},locEnd:function(e){return e.loc.end.offset}};function GF(e,t){if(e.type==="TextNode"){let r=e.chars.trim();if(!r)return null;t.chars=r.replace(/[\t\n\f\r ]+/g," ")}e.type==="AttrNode"&&e.name.toLowerCase()==="class"&&delete t.value}GF.ignoredProperties=new Set(["loc","selfClosing"]);var Vz=GF;let UF=Mr,qz=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","isindex","keygen","link","menuitem","meta","nextid","param","source","track","wbr"]);function WF(e){return ps(e,["TextNode"])&&!/\S/.test(e.chars)}function ps(e,t){return e&&t.includes(e.type)}function ug(e,t){return ps(e.getParentNode(0),t)}function zF(e,t){let r=e.getValue(),n=e.getParentNode(0)||{},a=n.children||n.body||n.parts||[],o=a.indexOf(r);return o!==-1&&a[o+t]}function og(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return zF(e,-t)}function $F(e){return zF(e,1)}function HF(e){return ps(e,["MustacheCommentStatement"])&&typeof e.value=="string"&&e.value.trim()==="prettier-ignore"}var Gz={getNextNode:$F,getPreviousNode:og,hasPrettierIgnore:function(e){let t=e.getValue(),r=og(e,2);return HF(t)||HF(r)},isLastNodeOfSiblings:function(e){let t=e.getValue(),r=e.getParentNode(0);return!(!ug(e,["ElementNode"])||UF(r.children)!==t)||!(!ug(e,["Block"])||UF(r.body)!==t)},isNextNodeOfSomeType:function(e,t){return ps($F(e),t)},isNodeOfSomeType:ps,isParentOfSomeType:ug,isPreviousNodeOfSomeType:function(e,t){return ps(og(e),t)},isVoid:function(e){return function(t){return ps(t,["ElementNode"])&&typeof t.tag=="string"&&t.tag[0]!==":"&&(function(r){return r.toUpperCase()===r}(t.tag[0])||t.tag.includes("."))}(e)&&e.children.every(t=>WF(t))||qz.has(e.tag)},isWhitespaceNode:WF};let{builders:{dedent:JF,fill:YF,group:In,hardline:va,ifBreak:XF,indent:Br,join:cg,line:br,softline:Xn},utils:{getDocParts:Uz,replaceTextEndOfLine:Wz}}=ve,{getPreferredQuote:lg,isNonEmptyArray:pg}=ke,{locStart:co,locEnd:fg}=Rz,zz=Vz,{getNextNode:$z,getPreviousNode:Hz,hasPrettierIgnore:Jz,isLastNodeOfSiblings:KF,isNextNodeOfSomeType:up,isNodeOfSomeType:xa,isParentOfSomeType:op,isPreviousNodeOfSomeType:hg,isVoid:QF,isWhitespaceNode:ZF}=Gz;function Yz(e,t){return co(e)-co(t)}function e3(e,t,r){let n=e.getValue().children.every(a=>ZF(a));return t.htmlWhitespaceSensitivity==="ignore"&&n?"":e.map((a,o)=>{let l=r();return o===0&&t.htmlWhitespaceSensitivity==="ignore"?[Xn,l]:l},"children")}function Xz(e){return QF(e)?XF([Xn,"/>"],[" />",Xn]):XF([Xn,">"],">")}function cp(e){return[e.escaped===!1?"{{{":"{{",e.strip&&e.strip.open?"~":""]}function lp(e){let t=e.escaped===!1?"}}}":"}}";return[e.strip&&e.strip.close?"~":"",t]}function t3(e){return[cp(e),e.closeStrip.open?"~":"","/"]}function r3(e){let t=lp(e);return[e.closeStrip.close?"~":"",t]}function n3(e){return[cp(e),e.inverseStrip.open?"~":""]}function i3(e){let t=lp(e);return[e.inverseStrip.close?"~":"",t]}function Kz(e,t){let r=e.getValue(),n=function(p){return[cp(p),p.openStrip.open?"~":"","#"]}(r),a=function(p){let d=lp(p);return[p.openStrip.close?"~":"",d]}(r),o=[dg(e,t)],l=pp(e,t);if(l&&o.push(br,l),pg(r.program.blockParams)){let p=f3(r.program);o.push(br,p)}return In([n,Br(o),Xn,a])}function Qz(e,t){return[t.htmlWhitespaceSensitivity==="ignore"?va:"",n3(e),"else",i3(e)]}function Zz(e,t){let r=e.getParentNode(1);return[n3(r),"else if ",pp(e,t),i3(r)]}function e$(e,t,r){let n=e.getValue();return r.htmlWhitespaceSensitivity==="ignore"?[s3(n)?Xn:va,t3(n),t("path"),r3(n)]:[t3(n),t("path"),r3(n)]}function s3(e){return xa(e,["BlockStatement"])&&e.program.body.every(t=>ZF(t))}function a3(e){return xa(e,["BlockStatement"])&&e.inverse}function u3(e,t,r){if(s3(e.getValue()))return"";let n=t("program");return r.htmlWhitespaceSensitivity==="ignore"?Br([va,n]):Br(n)}function o3(e,t,r){let n=e.getValue(),a=t("inverse"),o=r.htmlWhitespaceSensitivity==="ignore"?[va,a]:a;return function(l){return a3(l)&&l.inverse.body.length===1&&xa(l.inverse.body[0],["BlockStatement"])&&l.inverse.body[0].path.parts[0]==="if"}(n)?o:a3(n)?[Qz(n,r),Br(o)]:""}function c3(e){return Uz(cg(br,function(t){return t.split(/[\t\n\f\r ]+/)}(e)))}function Sa(e){return(e=typeof e=="string"?e:"").split(`
`).length-1}function lo(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Array.from({length:Math.min(e,2)}).fill(va)}function l3(e,t){let{quote:r,regex:n}=lg(e,t);return[r,e.replace(n,"\\".concat(r)),r]}function t$(e,t){let r=dg(e,t),n=pp(e,t);return n?Br([r,br,In(n)]):r}function p3(e,t){let r=dg(e,t),n=pp(e,t);return n?[Br([r,br,n]),Xn]:r}function dg(e,t){return t("path")}function pp(e,t){let r=e.getValue(),n=[];if(r.params.length>0){let a=e.map(t,"params");n.push(...a)}if(r.hash&&r.hash.pairs.length>0){let a=t("hash");n.push(a)}return n.length===0?"":cg(br,n)}function f3(e){return["as |",e.blockParams.join(" "),"|"]}var r$={print:function(e,t,r){let n=e.getValue();if(!n)return"";if(Jz(e))return t.originalText.slice(co(n),fg(n));let a=t.singleQuote?"'":'"';switch(n.type){case"Block":case"Program":case"Template":return In(e.map(r,"body"));case"ElementNode":{let o=In(function(d,m){let y=d.getValue(),D=["attributes","modifiers","comments"].filter(v=>pg(y[v])),b=D.flatMap(v=>y[v]).sort(Yz);for(let v of D)d.each(w=>{let S=b.indexOf(w.getValue());b.splice(S,1,[br,m()])},v);return pg(y.blockParams)&&b.push(br,f3(y)),["<",y.tag,Br(b),Xz(y)]}(e,r)),l=t.htmlWhitespaceSensitivity==="ignore"&&up(e,["ElementNode"])?Xn:"";if(QF(n))return[o,l];let p=["</",n.tag,">"];return n.children.length===0?[o,Br(p),l]:t.htmlWhitespaceSensitivity==="ignore"?[o,Br(e3(e,t,r)),va,Br(p),l]:[o,Br(In(e3(e,t,r))),Br(p),l]}case"BlockStatement":{let o=e.getParentNode(1);return o&&o.inverse&&o.inverse.body.length===1&&o.inverse.body[0]===n&&o.inverse.body[0].path.parts[0]==="if"?[Zz(e,r),u3(e,r,t),o3(e,r,t)]:[Kz(e,r),In([u3(e,r,t),o3(e,r,t),e$(e,r,t)])]}case"ElementModifierStatement":return In(["{{",p3(e,r),"}}"]);case"MustacheStatement":return In([cp(n),p3(e,r),lp(n)]);case"SubExpression":return In(["(",t$(e,r),Xn,")"]);case"AttrNode":{let o=n.value.type==="TextNode";if(o&&n.value.chars===""&&co(n.value)===fg(n.value))return n.name;let l=o?lg(n.value.chars,a).quote:n.value.type==="ConcatStatement"?lg(n.value.parts.filter(d=>d.type==="TextNode").map(d=>d.chars).join(""),a).quote:"",p=r("value");return[n.name,"=",l,n.name==="class"&&l?In(Br(p)):p,l]}case"ConcatStatement":return e.map(r,"parts");case"Hash":return cg(br,e.map(r,"pairs"));case"HashPair":return[n.key,"=",r("value")];case"TextNode":{let o=n.chars.replace(/{{/g,"\\{{"),l=function(S){for(let k=0;k<2;k++){let P=S.getParentNode(k);if(P&&P.type==="AttrNode")return P.name.toLowerCase()}}(e);if(l){if(l==="class"){let S=o.trim().split(/\s+/).join(" "),k=!1,P=!1;return op(e,["ConcatStatement"])&&(hg(e,["MustacheStatement"])&&/^\s/.test(o)&&(k=!0),up(e,["MustacheStatement"])&&/\s$/.test(o)&&S!==""&&(P=!0)),[k?br:"",S,P?br:""]}return Wz(o)}let p=/^[\t\n\f\r ]*$/.test(o),d=!Hz(e),m=!$z(e);if(t.htmlWhitespaceSensitivity!=="ignore"){let S=/^[\t\n\f\r ]*/,k=/[\t\n\f\r ]*$/,P=m&&op(e,["Template"]),_=d&&op(e,["Template"]);if(p){if(_||P)return"";let Q=[br],te=Sa(o);return te&&(Q=lo(te)),KF(e)&&(Q=Q.map(Ee=>JF(Ee))),Q}let[M]=o.match(S),[U]=o.match(k),q=[];if(M){q=[br];let Q=Sa(M);Q&&(q=lo(Q)),o=o.replace(S,"")}let H=[];if(U){if(!P){H=[br];let Q=Sa(U);Q&&(H=lo(Q)),KF(e)&&(H=H.map(te=>JF(te)))}o=o.replace(k,"")}return[...q,YF(c3(o)),...H]}let y=Sa(o),D=function(S){return Sa(((S=typeof S=="string"?S:"").match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"")}(o),b=function(S){return Sa(((S=typeof S=="string"?S:"").match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"")}(o);if((d||m)&&p&&op(e,["Block","ElementNode","Template"]))return"";p&&y?(D=Math.min(y,2),b=0):(up(e,["BlockStatement","ElementNode"])&&(b=Math.max(b,1)),hg(e,["BlockStatement","ElementNode"])&&(D=Math.max(D,1)));let v="",w="";return b===0&&up(e,["MustacheStatement"])&&(w=" "),D===0&&hg(e,["MustacheStatement"])&&(v=" "),d&&(D=0,v=""),m&&(b=0,w=""),o=o.replace(/^[\t\n\f\r ]+/g,v).replace(/[\t\n\f\r ]+$/,w),[...lo(D),YF(c3(o)),...lo(b)]}case"MustacheCommentStatement":{let o=co(n),l=fg(n),p=t.originalText.charAt(o+2)==="~",d=t.originalText.charAt(l-3)==="~",m=n.value.includes("}}")?"--":"";return["{{",p?"~":"","!",m,n.value,m,d?"~":"","}}"]}case"PathExpression":return n.original;case"BooleanLiteral":case"NumberLiteral":return String(n.value);case"CommentStatement":return["<!--",n.value,"-->"];case"StringLiteral":if(function(o){let l=0,p=o.getParentNode(l);for(;p&&xa(p,["SubExpression"]);)l++,p=o.getParentNode(l);return!!(p&&xa(o.getParentNode(l+1),["ConcatStatement"])&&xa(o.getParentNode(l+2),["AttrNode"]))}(e)){let o=t.singleQuote?'"':"'";return l3(n.value,o)}return l3(n.value,a);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(n.type))}},massageAstNode:zz};let n$=r$;var i$={languages:[Xi({name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155},()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]}))],printers:{glimmer:n$},parsers:void 0},s$={hasPragma:function(e){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(e)},insertPragma:function(e){return`# @format
`+e}},a$={locStart:function(e){return typeof e.start=="number"?e.start:e.loc&&e.loc.start},locEnd:function(e){return typeof e.end=="number"?e.end:e.loc&&e.loc.end}};let{builders:{join:Tt,hardline:Ue,line:Fa,softline:tt,group:Tr,indent:Qt,ifBreak:yn}}=ve,{isNextLineEmpty:h3,isNonEmptyArray:mg}=ke,{insertPragma:u$}=s$,{locStart:o$,locEnd:d3}=a$;function Zt(e,t,r){if(r.directives.length===0)return"";let n=Tt(Fa,e.map(t,"directives"));return r.kind==="FragmentDefinition"||r.kind==="OperationDefinition"?Tr([Fa,n]):[" ",Tr(Qt([tt,n]))]}function Pn(e,t,r){let n=e.getValue().length;return e.map((a,o)=>{let l=r();return h3(t.originalText,a.getValue(),d3)&&o<n-1?[l,Ue]:l})}function m3(e,t,r){let n=e.getNode(),a=[],{interfaces:o}=n,l=e.map(p=>r(p),"interfaces");for(let p=0;p<o.length;p++){let d=o[p];a.push(l[p]);let m=o[p+1];if(m){let y=t.originalText.slice(d.loc.end,m.loc.start),D=y.includes("#"),b=y.replace(/#.*/g,"").trim();a.push(b===","?",":" &",D?Fa:" ")}}return a}function g3(){}g3.ignoredProperties=new Set(["loc","comments"]);var c$={print:function(e,t,r){let n=e.getValue();if(!n)return"";if(typeof n=="string")return n;switch(n.kind){case"Document":{let a=[];return e.each((o,l,p)=>{a.push(r()),l!==p.length-1&&(a.push(Ue),h3(t.originalText,o.getValue(),d3)&&a.push(Ue))},"definitions"),[...a,Ue]}case"OperationDefinition":{let a=t.originalText[o$(n)]!=="{",o=Boolean(n.name);return[a?n.operation:"",a&&o?[" ",r("name")]:"",a&&!o&&mg(n.variableDefinitions)?" ":"",mg(n.variableDefinitions)?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.map(r,"variableDefinitions"))]),tt,")"]):"",Zt(e,r,n),n.selectionSet&&(a||o)?" ":"",r("selectionSet")]}case"FragmentDefinition":return["fragment ",r("name"),mg(n.variableDefinitions)?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.map(r,"variableDefinitions"))]),tt,")"]):""," on ",r("typeCondition"),Zt(e,r,n)," ",r("selectionSet")];case"SelectionSet":return["{",Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"selections"))]),Ue,"}"];case"Field":return Tr([n.alias?[r("alias"),": "]:"",r("name"),n.arguments.length>0?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.call(a=>Pn(a,t,r),"arguments"))]),tt,")"]):"",Zt(e,r,n),n.selectionSet?" ":"",r("selectionSet")]);case"Name":case"IntValue":case"FloatValue":case"EnumValue":return n.value;case"StringValue":return n.block?['"""',Ue,Tt(Ue,n.value.replace(/"""/g,"\\$&").split(`
`)),Ue,'"""']:['"',n.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"'];case"BooleanValue":return n.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",r("name")];case"ListValue":return Tr(["[",Qt([tt,Tt([yn("",", "),tt],e.map(r,"values"))]),tt,"]"]);case"ObjectValue":return Tr(["{",t.bracketSpacing&&n.fields.length>0?" ":"",Qt([tt,Tt([yn("",", "),tt],e.map(r,"fields"))]),tt,yn("",t.bracketSpacing&&n.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[r("name"),": ",r("value")];case"Directive":return["@",r("name"),n.arguments.length>0?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.call(a=>Pn(a,t,r),"arguments"))]),tt,")"]):""];case"NamedType":return r("name");case"VariableDefinition":return[r("variable"),": ",r("type"),n.defaultValue?[" = ",r("defaultValue")]:"",Zt(e,r,n)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[r("description"),n.description?Ue:"",n.kind==="ObjectTypeExtension"?"extend ":"","type ",r("name"),n.interfaces.length>0?[" implements ",...m3(e,t,r)]:"",Zt(e,r,n),n.fields.length>0?[" {",Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"fields"))]),Ue,"}"]:""];case"FieldDefinition":return[r("description"),n.description?Ue:"",r("name"),n.arguments.length>0?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.call(a=>Pn(a,t,r),"arguments"))]),tt,")"]):"",": ",r("type"),Zt(e,r,n)];case"DirectiveDefinition":return[r("description"),n.description?Ue:"","directive ","@",r("name"),n.arguments.length>0?Tr(["(",Qt([tt,Tt([yn("",", "),tt],e.call(a=>Pn(a,t,r),"arguments"))]),tt,")"]):"",n.repeatable?" repeatable":""," on ",Tt(" | ",e.map(r,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[r("description"),n.description?Ue:"",n.kind==="EnumTypeExtension"?"extend ":"","enum ",r("name"),Zt(e,r,n),n.values.length>0?[" {",Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"values"))]),Ue,"}"]:""];case"EnumValueDefinition":return[r("description"),n.description?Ue:"",r("name"),Zt(e,r,n)];case"InputValueDefinition":return[r("description"),n.description?n.description.block?Ue:Fa:"",r("name"),": ",r("type"),n.defaultValue?[" = ",r("defaultValue")]:"",Zt(e,r,n)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[r("description"),n.description?Ue:"",n.kind==="InputObjectTypeExtension"?"extend ":"","input ",r("name"),Zt(e,r,n),n.fields.length>0?[" {",Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"fields"))]),Ue,"}"]:""];case"SchemaDefinition":return["schema",Zt(e,r,n)," {",n.operationTypes.length>0?Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"operationTypes"))]):"",Ue,"}"];case"OperationTypeDefinition":return[r("operation"),": ",r("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[r("description"),n.description?Ue:"",n.kind==="InterfaceTypeExtension"?"extend ":"","interface ",r("name"),n.interfaces.length>0?[" implements ",...m3(e,t,r)]:"",Zt(e,r,n),n.fields.length>0?[" {",Qt([Ue,Tt(Ue,e.call(a=>Pn(a,t,r),"fields"))]),Ue,"}"]:""];case"FragmentSpread":return["...",r("name"),Zt(e,r,n)];case"InlineFragment":return["...",n.typeCondition?[" on ",r("typeCondition")]:"",Zt(e,r,n)," ",r("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return Tr([r("description"),n.description?Ue:"",Tr([n.kind==="UnionTypeExtension"?"extend ":"","union ",r("name"),Zt(e,r,n),n.types.length>0?[" =",yn(""," "),Qt([yn([Fa," "]),Tt([Fa,"| "],e.map(r,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[r("description"),n.description?Ue:"",n.kind==="ScalarTypeExtension"?"extend ":"","scalar ",r("name"),Zt(e,r,n)];case"NonNullType":return[r("type"),"!"];case"ListType":return["[",r("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(n.kind))}},massageAstNode:g3,hasPrettierIgnore:function(e){let t=e.getValue();return t&&Array.isArray(t.comments)&&t.comments.some(r=>r.value.trim()==="prettier-ignore")},insertPragma:u$,printComment:function(e){let t=e.getValue();if(t.kind==="Comment")return"#"+t.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(t))},canAttachComment:function(e){return e.kind&&e.kind!=="Comment"}};let l$=c$,p$={bracketSpacing:mn.bracketSpacing};var f$={languages:[Xi({name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139},()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]}))],options:p$,printers:{graphql:l$},parsers:void 0},y3={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}};let{getLast:D3}=ke,{locStart:E3,locEnd:b3}=y3,{cjkPattern:gg,kPattern:h$,punctuationPattern:C3}={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"},A3=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],d$=[...A3,"tableCell","paragraph","heading"],m$=new RegExp(h$),yg=new RegExp(C3);function fp(e,t){let[,r,n,a]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:r,marker:n,leadingSpaces:a}}var Dg={mapAst:function(e,t){return function r(n,a,o){let l=Object.assign({},t(n,a,o));return l.children&&(l.children=l.children.map((p,d)=>r(p,d,[l,...o]))),l}(e,null,[])},splitText:function(e,t){let r="non-cjk",n="cj-letter",a="cjk-punctuation",o=[],l=(t.proseWrap==="preserve"?e:e.replace(new RegExp("(".concat(gg,`)
(`).concat(gg,")"),"g"),"$1$2")).split(/([\t\n ]+)/);for(let[d,m]of l.entries()){if(d%2==1){o.push({type:"whitespace",value:/\n/.test(m)?`
`:" "});continue}if((d===0||d===l.length-1)&&m==="")continue;let y=m.split(new RegExp("(".concat(gg,")")));for(let[D,b]of y.entries())(D!==0&&D!==y.length-1||b!=="")&&(D%2!=0?p(yg.test(b)?{type:"word",value:b,kind:a,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:b,kind:m$.test(b)?"k-letter":n,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1}):b!==""&&p({type:"word",value:b,kind:r,hasLeadingPunctuation:yg.test(b[0]),hasTrailingPunctuation:yg.test(D3(b))}))}return o;function p(d){let m=D3(o);var y,D;m&&m.type==="word"&&(m.kind===r&&d.kind===n&&!m.hasTrailingPunctuation||m.kind===n&&d.kind===r&&!d.hasLeadingPunctuation?o.push({type:"whitespace",value:" "}):(y=r,D=a,m.kind===y&&d.kind===D||m.kind===D&&d.kind===y||[m.value,d.value].some(b=>/\u3000/.test(b))||o.push({type:"whitespace",value:""}))),o.push(d)}},punctuationPattern:C3,getFencedCodeBlockValue:function(e,t){let{value:r}=e;return e.position.end.offset===t.length&&r.endsWith(`
`)&&t.endsWith(`
`)?r.slice(0,-1):r},getOrderedListItemInfo:fp,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered||e.children.length<2)return!1;let r=Number(fp(e.children[0],t.originalText).numberText),n=Number(fp(e.children[1],t.originalText).numberText);if(r===0&&e.children.length>2){let a=Number(fp(e.children[2],t.originalText).numberText);return n===1&&a===1}return n===1},INLINE_NODE_TYPES:A3,INLINE_NODE_WRAPPER_TYPES:d$,isAutolink:function(e){if(!e||e.type!=="link"||e.children.length!==1)return!1;let t=e.children[0];return t&&E3(e)===E3(t)&&b3(e)===b3(t)}};let{inferParserByLanguage:g$,getMaxContinuousCount:y$}=ke,{builders:{hardline:Eg,markAsRoot:D$},utils:{replaceEndOfLine:E$}}=ve,b$=Km,{getFencedCodeBlockValue:C$}=Dg;var A$=function(e,t,r,n){let a=e.getValue();if(a.type==="code"&&a.lang!==null){let o=g$(a.lang,n);if(o){let l=n.__inJsTemplate?"~":"`",p=l.repeat(Math.max(3,y$(a.value,l)+1)),d={parser:o};a.lang==="tsx"&&(d.filepath="dummy.tsx");let m=r(C$(a,n.originalText),d,{stripTrailingHardline:!0});return D$([p,a.lang,a.meta?" "+a.meta:"",Eg,E$(m),Eg,p])}}switch(a.type){case"front-matter":return b$(a,r);case"importExport":return[r(a.value,{parser:"babel"},{stripTrailingHardline:!0}),Eg];case"jsx":return r("<$>".concat(a.value,"</$>"),{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null};let v3=pF,x3=["format","prettier"];function S3(e){let t="@(".concat(x3.join("|"),")"),r=new RegExp(["<!--\\s*".concat(t,"\\s*-->"),"{\\s*\\/\\*\\s*".concat(t,"\\s*\\*\\/\\s*}"),`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*`.concat(t,`[^\\S
]*($|
)[\\s\\S]*
.*-->`)].join("|"),"m"),n=e.match(r);return n&&n.index===0}var F3={startWithPragma:S3,hasPragma:e=>S3(v3(e).content.trimStart()),insertPragma:e=>{let t=v3(e),r="<!-- @".concat(x3[0]," -->");return t.frontMatter?"".concat(t.frontMatter.raw,`
`).concat(r,`
`).concat(t.content):"".concat(r,`
`).concat(t.content)}};let v$=Mr,{getOrderedListItemInfo:w3,mapAst:fs,splitText:x$}=Dg,S$=/^.$/us;function B3(e,t,r){return fs(e,n=>{if(!n.children)return n;let a=n.children.reduce((o,l)=>{let p=v$(o);return p&&t(p,l)?o.splice(-1,1,r(p,l)):o.push(l),o},[]);return Object.assign(Object.assign({},n),{},{children:a})})}var F$=function(e,t){return e=function(r,n){return fs(r,a=>a.type==="text"&&a.value!=="*"&&a.value!=="_"&&S$.test(a.value)&&a.position.end.offset-a.position.start.offset!==a.value.length?Object.assign(Object.assign({},a),{},{value:n.originalText.slice(a.position.start.offset,a.position.end.offset)}):a)}(e,t),e=function(r,n){return fs(r,(a,o,l)=>{if(a.type==="code"){let p=/^\n?(?: {4,}|\t)/.test(n.originalText.slice(a.position.start.offset,a.position.end.offset));if(a.isIndented=p,p)for(let d=0;d<l.length;d++){let m=l[d];if(m.hasIndentedCodeblock)break;m.type==="list"&&(m.hasIndentedCodeblock=!0)}}return a})}(e=function(r){return fs(r,n=>n.type!=="inlineCode"?n:Object.assign(Object.assign({},n),{},{value:n.value.replace(/\s+/g," ")}))}(e=function(r){return B3(r,(n,a)=>n.type==="text"&&a.type==="text",(n,a)=>({type:"text",value:n.value+a.value,position:{start:n.position.start,end:a.position.end}}))}(e)),t),e=function(r,n){return fs(r,(l,p,d)=>{if(l.type==="list"&&l.children.length>0){for(let m=0;m<d.length;m++){let y=d[m];if(y.type==="list"&&!y.isAligned)return l.isAligned=!1,l}l.isAligned=o(l)}return l});function a(l){return l.children.length===0?-1:l.children[0].position.start.column-1}function o(l){if(!l.ordered)return!0;let[p,d]=l.children;if(w3(p,n.originalText).leadingSpaces.length>1)return!0;let m=a(p);return m===-1?!1:l.children.length===1?m%n.tabWidth==0:m!==a(d)?!1:m%n.tabWidth==0?!0:w3(d,n.originalText).leadingSpaces.length>1}}(e,t),e=function(r,n){return fs(r,(a,o,l)=>{let[p]=l;if(a.type!=="text")return a;let{value:d}=a;return p.type==="paragraph"&&(o===0&&(d=d.trimStart()),o===p.children.length-1&&(d=d.trimEnd())),{type:"sentence",position:a.position,children:x$(d,n)}})}(e,t),e=function(r){return B3(r,(n,a)=>n.type==="importExport"&&a.type==="importExport",(n,a)=>({type:"importExport",value:n.value+`
`+a.value,position:{start:n.position.start,end:a.position.end}}))}(e=function(r){return fs(r,n=>n.type!=="import"&&n.type!=="export"?n:Object.assign(Object.assign({},n),{},{type:"importExport"}))}(e))};let{isFrontMatterNode:w$}=ke,{startWithPragma:B$}=F3,T$=new Set(["position","raw"]);function T3(e,t,r){return e.type!=="front-matter"&&e.type!=="code"&&e.type!=="yaml"&&e.type!=="import"&&e.type!=="export"&&e.type!=="jsx"||delete t.value,e.type==="list"&&delete t.isAligned,e.type!=="list"&&e.type!=="listItem"||(delete t.spread,delete t.loose),e.type==="text"?null:(e.type==="inlineCode"&&(t.value=e.value.replace(/[\t\n ]+/g," ")),e.type==="wikiLink"&&(t.value=e.value.trim().replace(/[\t\n]+/g," ")),e.type!=="definition"&&e.type!=="linkReference"||(t.label=e.label.trim().replace(/[\t\n ]+/g," ").toLowerCase()),e.type!=="definition"&&e.type!=="link"&&e.type!=="image"||!e.title||(t.title=e.title.replace(/\\(["')])/g,"$1")),r&&r.type==="root"&&r.children.length>0&&(r.children[0]===e||w$(r.children[0])&&r.children[1]===e)&&e.type==="html"&&B$(e.value)?null:void 0)}T3.ignoredProperties=T$;var k$=T3;let{getLast:hp,getMinNotPresentContinuousCount:_$,getMaxContinuousCount:N$,getStringWidth:I$,isNonEmptyArray:P$}=ke,{builders:{breakParent:k3,join:_3,line:N3,literalline:I3,markAsRoot:P3,hardline:er,softline:bg,ifBreak:O$,fill:L$,align:wa,indent:M$,group:dp,hardlineWithoutBreakParent:O3},utils:{normalizeDoc:j$,replaceTextEndOfLine:po},printer:{printDocToString:R$}}=ve,V$=A$,{insertPragma:q$}=F3,{locStart:G$,locEnd:U$}=y3,W$=F$,z$=k$,{getFencedCodeBlockValue:$$,hasGitDiffFriendlyOrderedList:H$,splitText:J$,punctuationPattern:L3,INLINE_NODE_TYPES:Y$,INLINE_NODE_WRAPPER_TYPES:X$,isAutolink:M3}=Dg,j3=new Set(["importExport"]),K$=["heading","tableCell","link","wikiLink"],Q$=new Set(["listItem","definition","footnoteDefinition"]);function R3(e,t,r,n){let a=e.getValue(),o=a.checked===null?"":a.checked?"[x] ":"[ ] ";return[o,tr(e,t,r,{processor:(l,p)=>{if(p===0&&l.getValue().type!=="list")return wa(" ".repeat(o.length),r());let d=" ".repeat(function(m,y,D){return m<y?y:m>D?D:m}(t.tabWidth-n.length,0,3));return[d,wa(d,r())]}})]}function V3(e,t){return function(r,n,a){let o=-1;for(let l of n.children)if(l.type===r.type&&a(l)?o++:o=-1,l===r)return o}(e,t,r=>r.ordered===e.ordered)}function q3(e,t){let r=Array.isArray(t)?t:[t],n,a=-1;for(;n=e.getParentNode(++a);)if(r.includes(n.type))return a;return-1}function Cg(e,t){let r=q3(e,t);return r===-1?null:e.getParentNode(r)}function G3(e,t,r){if(r.proseWrap==="preserve"&&t===`
`)return er;let n=r.proseWrap==="always"&&!Cg(e,K$);return t!==""?n?N3:" ":n?bg:""}function Z$(e,t,r){let n=[],a=null,{children:o}=e.getValue();for(let[l,p]of o.entries())switch(Ag(p)){case"start":a===null&&(a={index:l,offset:p.position.end.offset});break;case"end":a!==null&&(n.push({start:a,end:{index:l,offset:p.position.start.offset}}),a=null)}return tr(e,t,r,{processor:(l,p)=>{if(n.length>0){let d=n[0];if(p===d.start.index)return[o[d.start.index].value,t.originalText.slice(d.start.offset,d.end.offset),o[d.end.index].value];if(d.start.index<p&&p<d.end.index)return!1;if(p===d.end.index)return n.shift(),!1}return r()}})}function tr(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},{postprocessor:a}=n,o=n.processor||(()=>r()),l=e.getValue(),p=[],d;return e.each((m,y)=>{let D=m.getValue(),b=o(m,y);if(b!==!1){let v={parts:p,prevNode:d,parentNode:l,options:t};tH(D,v)&&(p.push(er),d&&j3.has(d.type)||(rH(D,v)||U3(D,v))&&p.push(er),U3(D,v)&&p.push(er)),p.push(b),d=D}},"children"),a?a(p):p}function eH(e){let t=e;for(;P$(t.children);)t=hp(t.children);return t}function Ag(e){let t;if(e.type==="html")t=e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let r;e.type==="esComment"?r=e:e.type==="paragraph"&&e.children.length===1&&e.children[0].type==="esComment"&&(r=e.children[0]),r&&(t=r.value.match(/^prettier-ignore(?:-(start|end))?$/))}return!!t&&(t[1]?t[1]:"next")}function tH(e,t){let r=t.parts.length===0,n=Y$.includes(e.type),a=e.type==="html"&&X$.includes(t.parentNode.type);return!r&&!n&&!a}function rH(e,t){let r=(t.prevNode&&t.prevNode.type)===e.type&&Q$.has(e.type),n=t.parentNode.type==="listItem"&&!t.parentNode.loose,a=t.prevNode&&t.prevNode.type==="listItem"&&t.prevNode.loose,o=Ag(t.prevNode)==="next",l=e.type==="html"&&t.prevNode&&t.prevNode.type==="html"&&t.prevNode.position.end.line+1===e.position.start.line,p=e.type==="html"&&t.parentNode.type==="listItem"&&t.prevNode&&t.prevNode.type==="paragraph"&&t.prevNode.position.end.line+1===e.position.start.line;return a||!(r||n||o||l||p)}function U3(e,t){let r=t.prevNode&&t.prevNode.type==="list",n=e.type==="code"&&e.isIndented;return r&&n}function vg(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=[" ",...Array.isArray(t)?t:[t]];return new RegExp(r.map(n=>"\\".concat(n)).join("|")).test(e)?"<".concat(e,">"):e}function mp(e,t){let r=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];if(!e)return"";if(r)return" "+mp(e,t,!1);if((e=e.replace(/\\(["')])/g,"$1")).includes('"')&&e.includes("'")&&!e.includes(")"))return"(".concat(e,")");let n=e.split("'").length-1,a=e.split('"').length-1,o=n>a?'"':a>n||t.singleQuote?"'":'"';return e=(e=e.replace(/\\/,"\\\\")).replace(new RegExp("(".concat(o,")"),"g"),"\\$1"),"".concat(o).concat(e).concat(o)}var nH={preprocess:W$,print:function(e,t,r){let n=e.getValue();if(function(a){let o=Cg(a,["linkReference","imageReference"]);return o&&(o.type!=="linkReference"||o.referenceType!=="full")}(e))return J$(t.originalText.slice(n.position.start.offset,n.position.end.offset),t).map(a=>a.type==="word"?a.value:a.value===""?"":G3(e,a.value,t));switch(n.type){case"front-matter":return t.originalText.slice(n.position.start.offset,n.position.end.offset);case"root":return n.children.length===0?"":[j$(Z$(e,t,r)),j3.has(eH(n).type)?"":er];case"paragraph":return tr(e,t,r,{postprocessor:L$});case"sentence":return tr(e,t,r);case"word":{let a=n.value.replace(/\*/g,"\\$&").replace(new RegExp(["(^|".concat(L3,")(_+)"),"(_+)(".concat(L3,"|$)")].join("|"),"g"),(p,d,m,y,D)=>(m?"".concat(d).concat(m):"".concat(y).concat(D)).replace(/_/g,"\\_")),o=(p,d,m)=>p.type==="sentence"&&m===0,l=(p,d,m)=>M3(p.children[m-1]);return a!==n.value&&(e.match(void 0,o,l)||e.match(void 0,o,(p,d,m)=>p.type==="emphasis"&&m===0,l))&&(a=a.replace(/^(\\?[*_])+/,p=>p.replace(/\\/g,""))),a}case"whitespace":{let a=e.getParentNode(),o=a.children.indexOf(n),l=a.children[o+1],p=l&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(l.value)?"never":t.proseWrap;return G3(e,n.value,{proseWrap:p})}case"emphasis":{let a;if(M3(n.children[0]))a=t.originalText[n.position.start.offset];else{let o=e.getParentNode(),l=o.children.indexOf(n),p=o.children[l-1],d=o.children[l+1];a=p&&p.type==="sentence"&&p.children.length>0&&hp(p.children).type==="word"&&!hp(p.children).hasTrailingPunctuation||d&&d.type==="sentence"&&d.children.length>0&&d.children[0].type==="word"&&!d.children[0].hasLeadingPunctuation||Cg(e,"emphasis")?"*":"_"}return[a,tr(e,t,r),a]}case"strong":return["**",tr(e,t,r),"**"];case"delete":return["~~",tr(e,t,r),"~~"];case"inlineCode":{let a=_$(n.value,"`"),o="`".repeat(a||1),l=a&&!/^\s/.test(n.value)?" ":"";return[o,l,n.value,l,o]}case"wikiLink":{let a="";return a=t.proseWrap==="preserve"?n.value:n.value.replace(/[\t\n]+/g," "),["[[",a,"]]"]}case"link":switch(t.originalText[n.position.start.offset]){case"<":{let a="mailto:";return["<",n.url.startsWith(a)&&t.originalText.slice(n.position.start.offset+1,n.position.start.offset+1+a.length)!==a?n.url.slice(a.length):n.url,">"]}case"[":return["[",tr(e,t,r),"](",vg(n.url,")"),mp(n.title,t),")"];default:return t.originalText.slice(n.position.start.offset,n.position.end.offset)}case"image":return["![",n.alt||"","](",vg(n.url,")"),mp(n.title,t),")"];case"blockquote":return["> ",wa("> ",tr(e,t,r))];case"heading":return["#".repeat(n.depth)+" ",tr(e,t,r)];case"code":{if(n.isIndented){let l=" ".repeat(4);return wa(l,[l,...po(n.value,er)])}let a=t.__inJsTemplate?"~":"`",o=a.repeat(Math.max(3,N$(n.value,a)+1));return[o,n.lang||"",n.meta?" "+n.meta:"",er,...po($$(n,t.originalText),er),er,o]}case"html":{let a=e.getParentNode(),o=a.type==="root"&&hp(a.children)===n?n.value.trimEnd():n.value,l=/^<!--.*-->$/s.test(o);return po(o,l?er:P3(I3))}case"list":{let a=V3(n,e.getParentNode()),o=H$(n,t);return tr(e,t,r,{processor:(l,p)=>{let d=function(){let y=n.ordered?(p===0?n.start:o?1:n.start+p)+(a%2==0?". ":") "):a%2==0?"- ":"* ";return n.isAligned||n.hasIndentedCodeblock?function(D,b){let v=w();return D+" ".repeat(v>=4?0:v);function w(){let S=D.length%b.tabWidth;return S===0?0:b.tabWidth-S}}(y,t):y}(),m=l.getValue();return m.children.length===2&&m.children[1].type==="html"&&m.children[0].position.start.column!==m.children[1].position.start.column?[d,R3(l,t,r,d)]:[d,wa(" ".repeat(d.length),R3(l,t,r,d))]}})}case"thematicBreak":{let a=q3(e,"list");return a===-1?"---":V3(e.getParentNode(a),e.getParentNode(a+1))%2==0?"***":"---"}case"linkReference":return["[",tr(e,t,r),"]",n.referenceType==="full"?["[",n.identifier,"]"]:n.referenceType==="collapsed"?"[]":""];case"imageReference":return n.referenceType==="full"?["![",n.alt||"","][",n.identifier,"]"]:["![",n.alt,"]",n.referenceType==="collapsed"?"[]":""];case"definition":{let a=t.proseWrap==="always"?N3:" ";return dp(["[",n.identifier,"]:",M$([a,vg(n.url),n.title===null?"":[a,mp(n.title,t,!1)]])])}case"footnote":return["[^",tr(e,t,r),"]"];case"footnoteReference":return["[^",n.identifier,"]"];case"footnoteDefinition":{let a=e.getParentNode().children[e.getName()+1],o=n.children.length===1&&n.children[0].type==="paragraph"&&(t.proseWrap==="never"||t.proseWrap==="preserve"&&n.children[0].position.start.line===n.children[0].position.end.line);return["[^",n.identifier,"]: ",o?tr(e,t,r):dp([wa(" ".repeat(4),tr(e,t,r,{processor:(l,p)=>p===0?dp([bg,r()]):r()})),a&&a.type==="footnoteDefinition"?bg:""])]}case"table":return function(a,o,l){let p=a.getValue(),d=[],m=a.map(S=>S.map((k,P)=>{let _=R$(l(),o).formatted,M=I$(_);return d[P]=Math.max(d[P]||3,M),{text:_,width:M}},"children"),"children"),y=b(!1);if(o.proseWrap!=="never")return[k3,y];let D=b(!0);return[k3,dp(O$(D,y))];function b(S){let k=[w(m[0],S),v(S)];return m.length>1&&k.push(_3(O3,m.slice(1).map(P=>w(P,S)))),_3(O3,k)}function v(S){let k=d.map((P,_)=>{let M=p.align[_],U=M==="center"||M==="left"?":":"-",q=M==="center"||M==="right"?":":"-",H=S?"-":"-".repeat(P-2);return"".concat(U).concat(H).concat(q)});return"| ".concat(k.join(" | ")," |")}function w(S,k){let P=S.map((_,M)=>{let{text:U,width:q}=_;if(k)return U;let H=d[M]-q,Q=p.align[M],te=0;Q==="right"?te=H:Q==="center"&&(te=Math.floor(H/2));let Ee=H-te;return"".concat(" ".repeat(te)).concat(U).concat(" ".repeat(Ee))});return"| ".concat(P.join(" | ")," |")}}(e,t,r);case"tableCell":return tr(e,t,r);case"break":return/\s/.test(t.originalText[n.position.start.offset])?[" ",P3(I3)]:["\\",er];case"liquidNode":return po(n.value,er);case"importExport":return[n.value,er];case"esComment":return["{/* ",n.value," */}"];case"jsx":return n.value;case"math":return["$$",er,n.value?[...po(n.value,er),er]:"","$$"];case"inlineMath":return t.originalText.slice(G$(n),U$(n));default:throw new Error("Unknown markdown type ".concat(JSON.stringify(n.type)))}},embed:V$,massageAstNode:z$,hasPrettierIgnore:function(e){let t=Number(e.getName());return t!==0&&Ag(e.getParentNode().children[t-1])==="next"},insertPragma:q$},W3={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222};let z3=Xi,iH=nH,sH={proseWrap:mn.proseWrap,singleQuote:mn.singleQuote};var aH={languages:[z3(W3,e=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...e.filenames,"README"],extensions:e.extensions.filter(t=>t!==".mdx")})),z3(W3,()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]}))],options:sH,printers:{mdast:iH},parsers:void 0};let{isFrontMatterNode:uH}=ke,oH=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function $3(e,t){return e.type==="text"||e.type==="comment"||uH(e)||e.type==="yaml"||e.type==="toml"?null:(e.type==="attribute"&&delete t.value,void(e.type==="docType"&&delete t.value))}$3.ignoredProperties=oH;var cH=$3;let lH=["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"],pH={"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["accesskey","charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","tabindex","target","type"],abbr:["title"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["accesskey","alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","tabindex","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],bdo:["dir"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["accesskey","autofocus","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","tabindex","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dfn:["title"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","accesskey","align","alt","autocomplete","autofocus","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","tabindex","title","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["accesskey","for","form"],legend:["accesskey","align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","nonce","referrerpolicy","rel","rev","sizes","target","title","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","tabindex","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","nonce","referrerpolicy","src","type"],select:["autocomplete","autofocus","disabled","form","multiple","name","required","size","tabindex"],slot:["name"],source:["media","sizes","src","srcset","type"],style:["media","nonce","title","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["accesskey","autocomplete","autofocus","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","tabindex","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]},{inferParserByLanguage:fH,isFrontMatterNode:xg}=ke,{builders:{line:hH,hardline:dH,join:mH},utils:{getDocParts:gH,replaceTextEndOfLine:H3}}=ve,{CSS_DISPLAY_TAGS:yH,CSS_DISPLAY_DEFAULT:DH,CSS_WHITE_SPACE_TAGS:EH,CSS_WHITE_SPACE_DEFAULT:bH}={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"},CH=X3(lH),AH=function(e,t){let r=Object.create(null);for(let[n,a]of Object.entries(e))r[n]=t(a,n);return r}(pH,X3),vH=new Set([" ",`
`,"\f","\r"," "]),J3=e=>e.replace(/[\t\n\f\r ]+$/,""),Y3=e=>(t=>t.replace(/^[\t\f\r ]*?\n/g,""))(J3(e)),xH=e=>e.split(/[\t\n\f\r ]+/),SH=e=>e.match(/^[\t\n\f\r ]*/)[0];function X3(e){let t=Object.create(null);for(let r of e)t[r]=!0;return t}function hs(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||gp(e)&&(e.name==="script"||e.name==="style"))}function K3(e){return Sg(e).startsWith("pre")}function Q3(e){return e.type==="element"&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&e.cssDisplay!=="table-cell")}function Z3(e){return nw(e)||e.type==="element"&&e.fullName==="br"||ew(e)}function ew(e){return tw(e)&&rw(e)}function tw(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:e.parent.type==="root"||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function rw(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:e.parent.type==="root"||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function nw(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function iw(e){let{type:t,lang:r}=e.attrMap;return t==="module"||t==="text/javascript"||t==="text/babel"||t==="application/javascript"||r==="jsx"?"babel":t==="application/x-typescript"||r==="ts"||r==="tsx"?"typescript":t==="text/markdown"?"markdown":t==="text/html"?"html":t&&(t.endsWith("json")||t.endsWith("importmap"))?"json":t==="text/x-handlebars-template"?"glimmer":void 0}function fo(e){return e==="block"||e==="list-item"||e.startsWith("table")}function Ba(e){return Sg(e).startsWith("pre")}function gp(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function Sg(e){return e.type==="element"&&(!e.namespace||gp(e))&&EH[e.name]||bH}function FH(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
`)){if(r.length===0)continue;if(!vH.has(r[0]))return 0;let n=SH(r).length;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function sw(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:FH(e);return t===0?e:e.split(`
`).map(r=>r.slice(t)).join(`
`)}let wH=new Set(["template","style","script"]);function yp(e,t){return Fg(e,t)&&!wH.has(e.fullName)}function Fg(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function wg(e,t){return Fg(e,t)&&(yp(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}var Ta={HTML_ELEMENT_ATTRIBUTES:AH,HTML_TAGS:CH,htmlTrim:e=>(t=>t.replace(/^[\t\n\f\r ]+/,""))(J3(e)),htmlTrimPreserveIndentation:Y3,hasHtmlWhitespace:e=>/[\t\n\f\r ]/.test(e),getLeadingAndTrailingHtmlWhitespace:e=>{let[,t,r,n]=e.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:t,trailingWhitespace:n,text:r}},canHaveInterpolation:function(e){return e.children&&!hs(e)},countChars:function(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r},countParents:function(e,t){let r=0;for(let n=e.stack.length-1;n>=0;n--){let a=e.stack[n];a&&typeof a=="object"&&!Array.isArray(a)&&t(a)&&r++}return r},dedentString:sw,forceBreakChildren:Q3,forceBreakContent:function(e){return Q3(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>function(r){return r.children&&r.children.some(n=>n.type!=="text")}(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&tw(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||rw(e.lastChild))},forceNextEmptyLine:function(e){return xg(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line},getLastDescendant:function e(t){return t.lastChild?e(t.lastChild):t},getNodeCssStyleDisplay:function(e,t){if(e.prev&&e.prev.type==="comment"){let n=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(n)return n[1]}let r=!1;if(e.type==="element"&&e.namespace==="svg"){if(!function(n,a){let o=n;for(;o;){if(a(o))return!0;o=o.parent}return!1}(e,n=>n.fullName==="svg:foreignObject"))return e.name==="svg"?"inline-block":"block";r=!0}switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return t.parser==="vue"&&e.parent&&e.parent.type==="root"?"block":e.type==="element"&&(!e.namespace||r||gp(e))&&yH[e.name]||DH}},getNodeCssStyleWhiteSpace:Sg,hasPrettierIgnore:function(e){return e.type!=="attribute"&&!!e.parent&&typeof e.index=="number"&&e.index!==0&&function(t){return t.type==="comment"&&t.value.trim()==="prettier-ignore"}(e.parent.children[e.index-1])},inferScriptParser:function(e,t){return e.name!=="script"||e.attrMap.src?e.name==="style"?function(r){let{lang:n}=r.attrMap;return n&&n!=="postcss"&&n!=="css"?n==="scss"?"scss":n==="less"?"less":void 0:"css"}(e):t&&wg(e,t)?iw(e)||!("src"in e.attrMap)&&fH(e.attrMap.lang,t):void 0:e.attrMap.lang||e.attrMap.type?iw(e):"babel"},isVueCustomBlock:yp,isVueNonHtmlBlock:wg,isVueSlotAttribute:function(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")},isVueSfcBindingsAttribute:function(e,t){let r=e.parent;if(!Fg(r,t))return!1;let n=r.fullName,a=e.fullName;return n==="script"&&a==="setup"||n==="style"&&a==="vars"},isDanglingSpaceSensitiveNode:function(e){return t=e.cssDisplay,!(fo(t)||t==="inline-block"||hs(e));var t},isIndentationSensitiveNode:K3,isLeadingSpaceSensitiveNode:function(e,t){let r=function(){if(xg(e))return!1;if((e.type==="text"||e.type==="interpolation")&&e.prev&&(e.prev.type==="text"||e.prev.type==="interpolation"))return!0;if(!e.parent||e.parent.cssDisplay==="none")return!1;if(Ba(e.parent))return!0;if(!e.prev&&(e.parent.type==="root"||Ba(e)&&e.parent||hs(e.parent)||yp(e.parent,t)||(n=e.parent.cssDisplay,fo(n)||n==="inline-block")))return!1;var n;return!(e.prev&&!function(a){return!fo(a)}(e.prev.cssDisplay))}();return r&&!e.prev&&e.parent&&e.parent.tagDefinition&&e.parent.tagDefinition.ignoreFirstLf?e.type==="interpolation":r},isPreLikeNode:Ba,isScriptLikeTag:hs,isTextLikeNode:function(e){return e.type==="text"||e.type==="comment"},isTrailingSpaceSensitiveNode:function(e,t){return!xg(e)&&(!(e.type!=="text"&&e.type!=="interpolation"||!e.next||e.next.type!=="text"&&e.next.type!=="interpolation")||!(!e.parent||e.parent.cssDisplay==="none")&&(!!Ba(e.parent)||!(!e.next&&(e.parent.type==="root"||Ba(e)&&e.parent||hs(e.parent)||yp(e.parent,t)||(r=e.parent.cssDisplay,fo(r)||r==="inline-block")))&&!(e.next&&!function(n){return!fo(n)}(e.next.cssDisplay))));var r},isWhitespaceSensitiveNode:function(e){return hs(e)||e.type==="interpolation"||K3(e)},isUnknownNamespace:gp,preferHardlineAsLeadingSpaces:function(e){return nw(e)||e.prev&&Z3(e.prev)||ew(e)},preferHardlineAsTrailingSpaces:Z3,shouldPreserveContent:function(e,t){return!(e.type!=="ieConditionalComment"||!e.lastChild||e.lastChild.isSelfClosing||e.lastChild.endSourceSpan)||e.type==="ieConditionalComment"&&!e.complete||!(!Ba(e)||!e.children.some(r=>r.type!=="text"&&r.type!=="interpolation"))||!(!wg(e,t)||hs(e)||e.type==="interpolation")},unescapeQuoteEntities:function(e){return e.replace(/&apos;/g,"'").replace(/&quot;/g,'"')},getTextValueParts:function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.value;return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?H3(t):H3(sw(Y3(t)),dH):gH(mH(hH,xH(t)))}},aw={},uw={};(function(e){function t(r){return e.$0<=r&&r<=e.$9}/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(r){return r>=e.$TAB&&r<=e.$SPACE||r==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(r){return r>=e.$a&&r<=e.$z||r>=e.$A&&r<=e.$Z},e.isAsciiHexDigit=function(r){return r>=e.$a&&r<=e.$f||r>=e.$A&&r<=e.$F||t(r)},e.isNewLine=function(r){return r===e.$LF||r===e.$CR},e.isOctalDigit=function(r){return e.$0<=r&&r<=e.$7}})(uw);var ow={},Dp={};/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/Object.defineProperty(Dp,"__esModule",{value:!0});class cw{constructor(t,r,n){this.filePath=t,this.name=r,this.members=n}assertNoMembers(){if(this.members.length)throw new Error("Illegal state: symbol without members expected, but got ".concat(JSON.stringify(this),"."))}}Dp.StaticSymbol=cw,Dp.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,t,r){let n=(r=r||[]).length?".".concat(r.join(".")):"",a='"'.concat(e,'".').concat(t).concat(n),o=this.cache.get(a);return o||(o=new cw(e,t,r),this.cache.set(a,o)),o}};var yt={};/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/Object.defineProperty(yt,"__esModule",{value:!0});let BH=/-+([a-z0-9])/g;function lw(e,t,r){let n=e.indexOf(t);return n==-1?r:[e.slice(0,n).trim(),e.slice(n+1).trim()]}function Bg(e,t,r){return Array.isArray(e)?t.visitArray(e,r):function(n){return typeof n=="object"&&n!==null&&Object.getPrototypeOf(n)===TH}(e)?t.visitStringMap(e,r):e==null||typeof e=="string"||typeof e=="number"||typeof e=="boolean"?t.visitPrimitive(e,r):t.visitOther(e,r)}yt.dashCaseToCamelCase=function(e){return e.replace(BH,function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return r[1].toUpperCase()})},yt.splitAtColon=function(e,t){return lw(e,":",t)},yt.splitAtPeriod=function(e,t){return lw(e,".",t)},yt.visitValue=Bg,yt.isDefined=function(e){return e!=null},yt.noUndefined=function(e){return e===void 0?null:e},yt.ValueTransformer=class{visitArray(e,t){return e.map(r=>Bg(r,this,t))}visitStringMap(e,t){let r={};return Object.keys(e).forEach(n=>{r[n]=Bg(e[n],this,t)}),r}visitPrimitive(e,t){return e}visitOther(e,t){return e}},yt.SyncAsync={assertSync:e=>{if(Ep(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>Ep(e)?e.then(t):t(e),all:e=>e.some(Ep)?Promise.all(e):e},yt.error=function(e){throw new Error("Internal Error: ".concat(e))},yt.syntaxError=function(e,t){let r=Error(e);return r[pw]=!0,t&&(r[fw]=t),r};let pw="ngSyntaxError",fw="ngParseErrors";yt.isSyntaxError=function(e){return e[pw]},yt.getParseErrors=function(e){return e[fw]||[]},yt.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};let TH=Object.getPrototypeOf({});function Ep(e){return!!e&&typeof e.then=="function"}yt.utf8Encode=function(e){let t="";for(let r=0;r<e.length;r++){let n=e.charCodeAt(r);if(n>=55296&&n<=56319&&e.length>r+1){let a=e.charCodeAt(r+1);a>=56320&&a<=57343&&(r++,n=(n-55296<<10)+a-56320+65536)}n<=127?t+=String.fromCharCode(n):n<=2047?t+=String.fromCharCode(n>>6&31|192,63&n|128):n<=65535?t+=String.fromCharCode(n>>12|224,n>>6&63|128,63&n|128):n<=2097151&&(t+=String.fromCharCode(n>>18&7|240,n>>12&63|128,n>>6&63|128,63&n|128))}return t},yt.stringify=function e(t){if(typeof t=="string")return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(t==null)return""+t;if(t.overriddenName)return"".concat(t.overriddenName);if(t.name)return"".concat(t.name);if(!t.toString)return"object";let r=t.toString();if(r==null)return""+r;let n=r.indexOf(`
`);return n===-1?r:r.substring(0,n)},yt.resolveForwardRef=function(e){return typeof e=="function"&&e.hasOwnProperty("__forward_ref__")?e():e},yt.isPromise=Ep,yt.Version=class{constructor(e){this.full=e;let t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};let kH=typeof window<"u"&&window,_H=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,NH=i!==void 0&&i||kH||_H;yt.global=NH,function(e){/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/Object.defineProperty(e,"__esModule",{value:!0});let t=Dp,r=yt,n=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function a(b){return b.replace(/\W/g,"_")}e.sanitizeIdentifier=a;let o=0;function l(b){if(!b||!b.reference)return null;let v=b.reference;if(v instanceof t.StaticSymbol)return v.name;if(v.__anonymousType)return v.__anonymousType;let w=r.stringify(v);return w.indexOf("(")>=0?(w="anonymous_".concat(o++),v.__anonymousType=w):w=a(w),w}var p;e.identifierName=l,e.identifierModuleUrl=function(b){let v=b.reference;return v instanceof t.StaticSymbol?v.filePath:"./".concat(r.stringify(v))},e.viewClassName=function(b,v){return"View_".concat(l({reference:b}),"_").concat(v)},e.rendererTypeName=function(b){return"RenderType_".concat(l({reference:b}))},e.hostViewClassName=function(b){return"HostView_".concat(l({reference:b}))},e.componentFactoryName=function(b){return"".concat(l({reference:b}),"NgFactory")},function(b){b[b.Pipe=0]="Pipe",b[b.Directive=1]="Directive",b[b.NgModule=2]="NgModule",b[b.Injectable=3]="Injectable"}(p=e.CompileSummaryKind||(e.CompileSummaryKind={})),e.tokenName=function(b){return b.value!=null?a(b.value):l(b.identifier)},e.tokenReference=function(b){return b.identifier!=null?b.identifier.reference:b.value},e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:b,styles:v,styleUrls:w}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.moduleUrl=b||null,this.styles=m(v),this.styleUrls=m(w)}},e.CompileTemplateMetadata=class{constructor(b){let{encapsulation:v,template:w,templateUrl:S,htmlAst:k,styles:P,styleUrls:_,externalStylesheets:M,animations:U,ngContentSelectors:q,interpolation:H,isInline:Q,preserveWhitespaces:te}=b;if(this.encapsulation=v,this.template=w,this.templateUrl=S,this.htmlAst=k,this.styles=m(P),this.styleUrls=m(_),this.externalStylesheets=m(M),this.animations=U?y(U):[],this.ngContentSelectors=q||[],H&&H.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=H,this.isInline=Q,this.preserveWhitespaces=te}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};class d{static create(v){let{isHost:w,type:S,isComponent:k,selector:P,exportAs:_,changeDetection:M,inputs:U,outputs:q,host:H,providers:Q,viewProviders:te,queries:Ee,guards:ne,viewQueries:pe,entryComponents:Be,template:Se,componentViewType:st,rendererType:Dt,componentFactory:lr}=v,kt={},_t={},Oa={};H!=null&&Object.keys(H).forEach(En=>{let Kn=H[En],vo=En.match(n);vo===null?Oa[En]=Kn:vo[1]!=null?_t[vo[1]]=Kn:vo[2]!=null&&(kt[vo[2]]=Kn)});let _p={};U!=null&&U.forEach(En=>{let Kn=r.splitAtColon(En,[En,En]);_p[Kn[0]]=Kn[1]});let m8={};return q!=null&&q.forEach(En=>{let Kn=r.splitAtColon(En,[En,En]);m8[Kn[0]]=Kn[1]}),new d({isHost:w,type:S,isComponent:!!k,selector:P,exportAs:_,changeDetection:M,inputs:_p,outputs:m8,hostListeners:kt,hostProperties:_t,hostAttributes:Oa,providers:Q,viewProviders:te,queries:Ee,guards:ne,viewQueries:pe,entryComponents:Be,template:Se,componentViewType:st,rendererType:Dt,componentFactory:lr})}constructor(v){let{isHost:w,type:S,isComponent:k,selector:P,exportAs:_,changeDetection:M,inputs:U,outputs:q,hostListeners:H,hostProperties:Q,hostAttributes:te,providers:Ee,viewProviders:ne,queries:pe,guards:Be,viewQueries:Se,entryComponents:st,template:Dt,componentViewType:lr,rendererType:kt,componentFactory:_t}=v;this.isHost=!!w,this.type=S,this.isComponent=k,this.selector=P,this.exportAs=_,this.changeDetection=M,this.inputs=U,this.outputs=q,this.hostListeners=H,this.hostProperties=Q,this.hostAttributes=te,this.providers=m(Ee),this.viewProviders=m(ne),this.queries=m(pe),this.guards=Be,this.viewQueries=m(Se),this.entryComponents=m(st),this.template=Dt,this.componentViewType=lr,this.rendererType=kt,this.componentFactory=_t}toSummary(){return{summaryKind:p.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}}e.CompileDirectiveMetadata=d,e.CompilePipeMetadata=class{constructor(b){let{type:v,name:w,pure:S}=b;this.type=v,this.name=w,this.pure=!!S}toSummary(){return{summaryKind:p.Pipe,type:this.type,name:this.name,pure:this.pure}}},e.CompileShallowModuleMetadata=class{},e.CompileNgModuleMetadata=class{constructor(b){let{type:v,providers:w,declaredDirectives:S,exportedDirectives:k,declaredPipes:P,exportedPipes:_,entryComponents:M,bootstrapComponents:U,importedModules:q,exportedModules:H,schemas:Q,transitiveModule:te,id:Ee}=b;this.type=v||null,this.declaredDirectives=m(S),this.exportedDirectives=m(k),this.declaredPipes=m(P),this.exportedPipes=m(_),this.providers=m(w),this.entryComponents=m(M),this.bootstrapComponents=m(U),this.importedModules=m(q),this.exportedModules=m(H),this.schemas=m(Q),this.id=Ee||null,this.transitiveModule=te||null}toSummary(){let b=this.transitiveModule;return{summaryKind:p.NgModule,type:this.type,entryComponents:b.entryComponents,providers:b.providers,modules:b.modules,exportedDirectives:b.exportedDirectives,exportedPipes:b.exportedPipes}}};function m(b){return b||[]}e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(b,v){this.providers.push({provider:b,module:v})}addDirective(b){this.directivesSet.has(b.reference)||(this.directivesSet.add(b.reference),this.directives.push(b))}addExportedDirective(b){this.exportedDirectivesSet.has(b.reference)||(this.exportedDirectivesSet.add(b.reference),this.exportedDirectives.push(b))}addPipe(b){this.pipesSet.has(b.reference)||(this.pipesSet.add(b.reference),this.pipes.push(b))}addExportedPipe(b){this.exportedPipesSet.has(b.reference)||(this.exportedPipesSet.add(b.reference),this.exportedPipes.push(b))}addModule(b){this.modulesSet.has(b.reference)||(this.modulesSet.add(b.reference),this.modules.push(b))}addEntryComponent(b){this.entryComponentsSet.has(b.componentType)||(this.entryComponentsSet.add(b.componentType),this.entryComponents.push(b))}};function y(b){return b.reduce((v,w)=>{let S=Array.isArray(w)?y(w):w;return v.concat(S)},[])}function D(b){return b.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.ProviderMeta=class{constructor(b,v){let{useClass:w,useValue:S,useExisting:k,useFactory:P,deps:_,multi:M}=v;this.token=b,this.useClass=w||null,this.useValue=S,this.useExisting=k,this.useFactory=P||null,this.dependencies=_||null,this.multi=!!M}},e.flatten=y,e.templateSourceUrl=function(b,v,w){let S;return S=w.isInline?v.type.reference instanceof t.StaticSymbol?"".concat(v.type.reference.filePath,".").concat(v.type.reference.name,".html"):"".concat(l(b),"/").concat(l(v.type),".html"):w.templateUrl,v.type.reference instanceof t.StaticSymbol?S:D(S)},e.sharedStylesheetJitUrl=function(b,v){let w=b.moduleUrl.split(/\/\\/g),S=w[w.length-1];return D("css/".concat(v).concat(S,".ngstyle.js"))},e.ngModuleJitUrl=function(b){return D("".concat(l(b.type),"/module.ngfactory.js"))},e.templateJitUrl=function(b,v){return D("".concat(l(b),"/").concat(l(v.type),".ngfactory.js"))}}(ow),function(e){Object.defineProperty(e,"__esModule",{value:!0});/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/let t=uw,r=ow;class n{constructor(d,m,y,D){this.file=d,this.offset=m,this.line=y,this.col=D}toString(){return this.offset!=null?"".concat(this.file.url,"@").concat(this.line,":").concat(this.col):this.file.url}moveBy(d){let m=this.file.content,y=m.length,D=this.offset,b=this.line,v=this.col;for(;D>0&&d<0;)if(D--,d++,m.charCodeAt(D)==t.$LF){b--;let w=m.substr(0,D-1).lastIndexOf(String.fromCharCode(t.$LF));v=w>0?D-w:D}else v--;for(;D<y&&d>0;){let w=m.charCodeAt(D);D++,d--,w==t.$LF?(b++,v=0):v++}return new n(this.file,D,b,v)}getContext(d,m){let y=this.file.content,D=this.offset;if(D!=null){D>y.length-1&&(D=y.length-1);let b=D,v=0,w=0;for(;v<d&&D>0&&(D--,v++,y[D]!=`
`||++w!=m););for(v=0,w=0;v<d&&b<y.length-1&&(b++,v++,y[b]!=`
`||++w!=m););return{before:y.substring(D,this.offset),after:y.substring(this.offset,b+1)}}return null}}e.ParseLocation=n;class a{constructor(d,m){this.content=d,this.url=m}}e.ParseSourceFile=a;class o{constructor(d,m){let y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;this.start=d,this.end=m,this.details=y}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}}var l;e.ParseSourceSpan=o,e.EMPTY_PARSE_LOCATION=new n(new a("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new o(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),function(p){p[p.WARNING=0]="WARNING",p[p.ERROR=1]="ERROR"}(l=e.ParseErrorLevel||(e.ParseErrorLevel={})),e.ParseError=class{constructor(p,d){let m=arguments.length>2&&arguments[2]!==void 0?arguments[2]:l.ERROR;this.span=p,this.msg=d,this.level=m}contextualMessage(){let p=this.span.start.getContext(100,3);return p?"".concat(this.msg,' ("').concat(p.before,"[").concat(l[this.level]," ->]").concat(p.after,'")'):this.msg}toString(){let p=this.span.details?", ".concat(this.span.details):"";return"".concat(this.contextualMessage(),": ").concat(this.span.start).concat(p)}},e.typeSourceSpan=function(p,d){let m=r.identifierModuleUrl(d),y=m!=null?"in ".concat(p," ").concat(r.identifierName(d)," in ").concat(m):"in ".concat(p," ").concat(r.identifierName(d)),D=new a("",y);return new o(new n(D,-1,-1,-1),new n(D,-1,-1,-1))},e.r3JitTypeSourceSpan=function(p,d,m){let y="in ".concat(p," ").concat(d," in ").concat(m),D=new a("",y);return new o(new n(D,-1,-1,-1),new n(D,-1,-1,-1))}}(aw);let{ParseSourceSpan:bi}=aw,IH=Mr,{htmlTrim:PH,getLeadingAndTrailingHtmlWhitespace:OH,hasHtmlWhitespace:LH,canHaveInterpolation:MH,getNodeCssStyleDisplay:jH,isDanglingSpaceSensitiveNode:RH,isIndentationSensitiveNode:VH,isLeadingSpaceSensitiveNode:qH,isTrailingSpaceSensitiveNode:GH,isWhitespaceSensitiveNode:UH}=Ta,WH=[function(e){e.walk(t=>{if(t.type==="element"&&t.tagDefinition.ignoreFirstLf&&t.children.length>0&&t.children[0].type==="text"&&t.children[0].value[0]===`
`){let[r,...n]=t.children;t.setChildren(r.value.length===1?n:[r.clone({value:r.value.slice(1)}),...n])}})},function(e){let t=r=>r.type==="element"&&r.prev&&r.prev.type==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&r.firstChild&&r.firstChild.type==="ieConditionalEndComment"&&r.firstChild.sourceSpan.start.offset===r.startSourceSpan.end.offset;e.walk(r=>{if(r.children){let n=r.children.map(t);if(n.some(Boolean)){let a=[];for(let o=0;o<r.children.length;o++){let l=r.children[o];if(!n[o+1])if(n[o]){let p=l.prev,d=l.firstChild,m=new bi(p.sourceSpan.start,d.sourceSpan.end),y=new bi(m.start,l.sourceSpan.end);a.push(l.clone({condition:p.condition,sourceSpan:y,startSourceSpan:m,children:l.children.slice(1)}))}else a.push(l)}r.setChildren(a)}}})},function(e){return function(t,r,n){t.walk(a=>{if(a.children){let o=a.children.map(r);if(o.some(Boolean)){let l=[];for(let p=0;p<a.children.length;p++){let d=a.children[p];if(d.type!=="text"&&!o[p]){l.push(d);continue}let m=d.type==="text"?d:d.clone({type:"text",value:n(d)});if(l.length===0||IH(l).type!=="text"){l.push(m);continue}let y=l.pop();l.push(y.clone({value:y.value+m.value,sourceSpan:new bi(y.sourceSpan.start,m.sourceSpan.end)}))}a.setChildren(l)}}})}(e,t=>t.type==="cdata",t=>"<![CDATA[".concat(t.value,"]]>"))},function(e,t){if(t.parser==="html")return;let r=/{{(.+?)}}/s;e.walk(n=>{if(!MH(n))return;let a=[];for(let o of n.children){if(o.type!=="text"){a.push(o);continue}let l=o.sourceSpan.start,p=null,d=o.value.split(r);for(let m=0;m<d.length;m++,l=p){let y=d[m];m%2!=0?(p=l.moveBy(y.length+4),a.push({type:"interpolation",sourceSpan:new bi(l,p),children:y.length===0?[]:[{type:"text",value:y,sourceSpan:new bi(l.moveBy(2),p.moveBy(-2))}]})):(p=l.moveBy(y.length),y.length>0&&a.push({type:"text",value:y,sourceSpan:new bi(l,p)}))}}n.setChildren(a)})},function(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&PH(t.children[0].value).length===0)return t.hasDanglingSpaces=t.children.length>0,void(t.children=[]);let r=UH(t),n=VH(t);t.setChildren(t.children.flatMap(a=>{if(a.type!=="text"||r)return a;let o=[],{leadingWhitespace:l,text:p,trailingWhitespace:d}=OH(a.value);return l&&o.push(ho),p&&o.push({type:"text",value:p,sourceSpan:new bi(a.sourceSpan.start.moveBy(l.length),a.sourceSpan.end.moveBy(-d.length))}),d&&o.push(ho),o}).map((a,o,l)=>{if(a!==ho)return Object.assign(Object.assign({},a),{},{hasLeadingSpaces:l[o-1]===ho,hasTrailingSpaces:l[o+1]===ho})}).filter(Boolean)),t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})},function(e,t){e.walk(r=>Object.assign(r,{cssDisplay:jH(r,t)}))},function(e){e.walk(t=>Object.assign(t,{isSelfClosing:!t.children||t.type==="element"&&(t.tagDefinition.isVoid||t.startSourceSpan===t.endSourceSpan)}))},function(e,t){e.walk(r=>r.type!=="element"?r:Object.assign(r,{hasHtmComponentClosingTag:r.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(r.endSourceSpan.start.offset,r.endSourceSpan.end.offset))}))},function(e,t){e.walk(r=>{r.children&&(r.children.length!==0?r.setChildren(r.children.map(n=>Object.assign(Object.assign({},n),{},{isLeadingSpaceSensitive:qH(n,t),isTrailingSpaceSensitive:GH(n,t)})).map((n,a,o)=>Object.assign(Object.assign({},n),{},{isLeadingSpaceSensitive:(a===0||o[a-1].isTrailingSpaceSensitive)&&n.isLeadingSpaceSensitive,isTrailingSpaceSensitive:(a===o.length-1||o[a+1].isLeadingSpaceSensitive)&&n.isTrailingSpaceSensitive}))):r.isDanglingSpaceSensitive=RH(r))})},function(e){let t=r=>r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!LH(r.children[0].value)&&!r.firstChild.hasLeadingSpaces&&!r.firstChild.hasTrailingSpaces&&r.isLeadingSpaceSensitive&&!r.hasLeadingSpaces&&r.isTrailingSpaceSensitive&&!r.hasTrailingSpaces&&r.prev&&r.prev.type==="text"&&r.next&&r.next.type==="text";e.walk(r=>{if(r.children){let n=r.children.map(t);if(n.some(Boolean)){let a=[];for(let o=0;o<r.children.length;o++){let l=r.children[o];if(n[o]){let p=a.pop(),d=r.children[++o],{isTrailingSpaceSensitive:m,hasTrailingSpaces:y}=d;a.push(p.clone({value:p.value+"<".concat(l.rawName,">")+l.firstChild.value+"</".concat(l.rawName,">")+d.value,sourceSpan:new bi(p.sourceSpan.start,d.sourceSpan.end),isTrailingSpaceSensitive:m,hasTrailingSpaces:y}))}else a.push(l)}r.setChildren(a)}}})}],ho={type:"whitespace"};var zH=function(e,t){let r=e.map(n=>n);for(let n of WH)n(r,t);return r},$H={hasPragma:function(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)},insertPragma:function(e){return`<!-- @format -->
`+e.replace(/^\s*\n/,"")}},Tg={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}};let hw=ku,{isNonEmptyArray:HH}=ke,{builders:{indent:JH,join:YH,line:kg,softline:XH},utils:{replaceTextEndOfLine:KH}}=ve,{locStart:QH,locEnd:ZH}=Tg,{isTextLikeNode:mo,getLastDescendant:dw,isPreLikeNode:eJ,hasPrettierIgnore:tJ,shouldPreserveContent:rJ}=Ta;function mw(e,t){return e.lastChild&&Ig(e.lastChild)?"":[nJ(e,t),_g(e,t)]}function gw(e,t){return(e.next?Ng(e.next):Cp(e.parent))?"":[bp(e,t),yw(e,t)]}function nJ(e,t){return Cp(e)?bp(e.lastChild,t):""}function yw(e,t){return Ig(e)?_g(e.parent,t):Pg(e)?Og(e.next):""}function _g(e,t){if(hw(!e.isSelfClosing),Dw(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return"</".concat(e.rawName)}}function bp(e,t){if(Dw(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Dw(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(tJ(e)||rJ(e.parent,t))}function Ng(e){return e.prev&&e.prev.type!=="docType"&&!mo(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Cp(e){return e.lastChild&&e.lastChild.isTrailingSpaceSensitive&&!e.lastChild.hasTrailingSpaces&&!mo(dw(e.lastChild))&&!eJ(e)}function Ig(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&mo(dw(e))}function Pg(e){return e.next&&!mo(e.next)&&mo(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function Ap(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function iJ(e,t,r){let n=e.getValue();if(!HH(n.attrs))return n.isSelfClosing?" ":"";let a=n.prev&&n.prev.type==="comment"&&function(m){let y=m.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return!!y&&(!y[1]||y[1].split(/\s+/))}(n.prev.value),o=typeof a=="boolean"?()=>a:Array.isArray(a)?m=>a.includes(m.rawName):()=>!1,l=e.map(m=>{let y=m.getValue();return o(y)?KH(t.originalText.slice(QH(y),ZH(y))):r()},"attrs"),p=n.type==="element"&&n.fullName==="script"&&n.attrs.length===1&&n.attrs[0].fullName==="src"&&n.children.length===0,d=[JH([p?" ":kg,YH(kg,l)])];return n.firstChild&&Ap(n.firstChild)||n.isSelfClosing&&Cp(n.parent)||p?d.push(n.isSelfClosing?" ":""):d.push(t.bracketSameLine?n.isSelfClosing?" ":"":n.isSelfClosing?kg:XH),d}function sJ(e){return e.firstChild&&Ap(e.firstChild)?"":Lg(e)}function Ew(e,t){return e.prev&&Pg(e.prev)?"":[bw(e,t),Og(e)]}function bw(e,t){return Ap(e)?Lg(e.parent):Ng(e)?bp(e.prev,t):""}function Og(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return"<!--[if ".concat(e.condition);case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(e.condition)return"<!--[if ".concat(e.condition,"]><!--><").concat(e.rawName);default:return"<".concat(e.rawName)}}function Lg(e){switch(hw(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}var go={printClosingTag:function(e,t){return[e.isSelfClosing?"":mw(e,t),gw(e,t)]},printClosingTagStart:mw,printClosingTagStartMarker:_g,printClosingTagEndMarker:bp,printClosingTagSuffix:yw,printClosingTagEnd:gw,needsToBorrowLastChildClosingTagEndMarker:Cp,needsToBorrowParentClosingTagStartMarker:Ig,needsToBorrowPrevClosingTagEndMarker:Ng,printOpeningTag:function(e,t,r){let n=e.getValue();return[Ew(n,t),iJ(e,t,r),n.isSelfClosing?"":sJ(n)]},printOpeningTagStart:Ew,printOpeningTagPrefix:bw,printOpeningTagStartMarker:Og,printOpeningTagEndMarker:Lg,needsToBorrowNextOpeningTagStartMarker:Pg,needsToBorrowParentOpeningTagEndMarker:Ap},Cw={exports:{}};(function(e){var t,r;t=i,r=function(){return function(n,a){var o=a&&a.logger||console;function l(te){return te===" "||te===" "||te===`
`||te==="\f"||te==="\r"}function p(te){var Ee,ne=te.exec(n.substring(U));if(ne)return Ee=ne[0],U+=Ee.length,Ee}for(var d,m,y,D,b,v=n.length,w=/^[ \t\n\r\u000c]+/,S=/^[, \t\n\r\u000c]+/,k=/^[^ \t\n\r\u000c]+/,P=/[,]+$/,_=/^\d+$/,M=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,U=0,q=[];;){if(p(S),U>=v)return q;d=p(k),m=[],d.slice(-1)===","?(d=d.replace(P,""),Q()):H()}function H(){for(p(w),y="",D="in descriptor";;){if(b=n.charAt(U),D==="in descriptor")if(l(b))y&&(m.push(y),y="",D="after descriptor");else{if(b===",")return U+=1,y&&m.push(y),void Q();if(b==="(")y+=b,D="in parens";else{if(b==="")return y&&m.push(y),void Q();y+=b}}else if(D==="in parens")if(b===")")y+=b,D="in descriptor";else{if(b==="")return m.push(y),void Q();y+=b}else if(D==="after descriptor"&&!l(b)){if(b==="")return void Q();D="in descriptor",U-=1}U+=1}}function Q(){var te,Ee,ne,pe,Be,Se,st,Dt,lr,kt=!1,_t={};for(pe=0;pe<m.length;pe++)Se=(Be=m[pe])[Be.length-1],st=Be.substring(0,Be.length-1),Dt=parseInt(st,10),lr=parseFloat(st),_.test(st)&&Se==="w"?((te||Ee)&&(kt=!0),Dt===0?kt=!0:te=Dt):M.test(st)&&Se==="x"?((te||Ee||ne)&&(kt=!0),lr<0?kt=!0:Ee=lr):_.test(st)&&Se==="h"?((ne||Ee)&&(kt=!0),Dt===0?kt=!0:ne=Dt):kt=!0;kt?o&&o.error&&o.error("Invalid srcset descriptor found in '"+n+"' at '"+Be+"'."):(_t.url=d,te&&(_t.w=te),Ee&&(_t.d=Ee),ne&&(_t.h=ne),q.push(_t))}}},e.exports?e.exports=r():t.parseSrcset=r()})(Cw);let aJ=Cw.exports,{builders:{ifBreak:uJ,join:oJ,line:cJ}}=ve;var lJ={printImgSrcset:function(e){let t=aJ(e,{logger:{error(b){throw new Error(b)}}}),r=t.some(b=>{let{w:v}=b;return v}),n=t.some(b=>{let{h:v}=b;return v});if(r+n+t.some(b=>{let{d:v}=b;return v})>1)throw new Error("Mixed descriptor in srcset is not supported");let a=r?"w":n?"h":"d",o=r?"w":n?"h":"x",l=b=>Math.max(...b),p=t.map(b=>b.url),d=l(p.map(b=>b.length)),m=t.map(b=>b[a]).map(b=>b?b.toString():""),y=m.map(b=>{let v=b.indexOf(".");return v===-1?b.length:v}),D=l(y);return oJ([",",cJ],p.map((b,v)=>{let w=[b],S=m[v];if(S){let k=d-b.length+1,P=D-y[v],_=" ".repeat(k+P);w.push(uJ(_," "),S+o)}return w}))},printClassNames:function(e){return e.trim().split(/\s+/).join(" ")}};let{builders:{group:pJ}}=ve;var fJ={isVueEventBindingExpression:function(e){let t=e.trim();return/^(?:[\w$]+|\([^)]*?\))\s*=>|^function\s*\(/.test(t)||/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/.test(t)},printVueFor:function(e,t){let{left:r,operator:n,right:a}=function(o){let l=/(.*?)\s+(in|of)\s+(.*)/s,p=/,([^,\]}]*)(?:,([^,\]}]*))?$/,d=/^\(|\)$/g,m=o.match(l);if(!m)return;let y={};y.for=m[3].trim();let D=m[1].trim().replace(d,""),b=D.match(p);return b?(y.alias=D.replace(p,""),y.iterator1=b[1].trim(),b[2]&&(y.iterator2=b[2].trim())):y.alias=D,{left:"".concat([y.alias,y.iterator1,y.iterator2].filter(Boolean).join(",")),operator:m[2],right:y.for}}(e);return[pJ(t("function _(".concat(r,") {}"),{parser:"babel",__isVueForBindingLeft:!0}))," ",n," ",t(a,{parser:"__js_expression"},{stripTrailingHardline:!0})]},printVueBindings:function(e,t){return t("function _(".concat(e,") {}"),{parser:"babel",__isVueBindings:!0})}};let{needsToBorrowParentClosingTagStartMarker:hJ,printClosingTagStartMarker:dJ,needsToBorrowLastChildClosingTagEndMarker:mJ,printClosingTagEndMarker:gJ,needsToBorrowParentOpeningTagEndMarker:yJ,printOpeningTagEndMarker:DJ}=go;var Aw=function(e,t){let r=e.startSourceSpan.end.offset;e.firstChild&&yJ(e.firstChild)&&(r-=DJ(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&hJ(e.lastChild)?n+=dJ(e,t).length:mJ(e)&&(n-=gJ(e.lastChild,t).length),t.originalText.slice(r,n)};let{builders:{breakParent:EJ,group:ka,hardline:vw,indent:Mg,line:vp,fill:bJ,softline:xw},utils:{mapDoc:CJ,replaceTextEndOfLine:Sw}}=ve,AJ=Km,{printClosingTag:vJ,printClosingTagSuffix:Fw,needsToBorrowPrevClosingTagEndMarker:xJ,printOpeningTagPrefix:ww,printOpeningTag:SJ}=go,{printImgSrcset:FJ,printClassNames:wJ}=lJ,{printVueFor:BJ,printVueBindings:TJ,isVueEventBindingExpression:kJ}=fJ,{isScriptLikeTag:Bw,isVueNonHtmlBlock:_J,inferScriptParser:Tw,htmlTrimPreserveIndentation:NJ,dedentString:IJ,unescapeQuoteEntities:PJ,isVueSlotAttribute:OJ,isVueSfcBindingsAttribute:LJ,getTextValueParts:MJ}=Ta,jJ=Aw;function RJ(e,t,r){let n=y=>new RegExp(y.join("|")).test(e.fullName),a=()=>PJ(e.value),o=!1,l=(y,D)=>{let b=y.type==="NGRoot"?y.node.type==="NGMicrosyntax"&&y.node.body.length===1&&y.node.body[0].type==="NGMicrosyntaxExpression"?y.node.body[0].expression:y.node:y.type==="JsExpressionRoot"?y.node:y;!b||b.type!=="ObjectExpression"&&b.type!=="ArrayExpression"&&(D.parser!=="__vue_expression"||b.type!=="TemplateLiteral"&&b.type!=="StringLiteral")||(o=!0)},p=function(y){let D=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];return ka([Mg([xw,y]),D?xw:""])},d=y=>o?(D=>ka(D))(y):p(y),m=(y,D)=>t(y,Object.assign({__onHtmlBindingRoot:l,__embeddedInHtml:!0},D),{stripTrailingHardline:!0});if(e.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return p(FJ(a()));if(e.fullName==="class"&&!r.parentParser){let y=a();if(!y.includes("{{"))return wJ(y)}if(e.fullName==="style"&&!r.parentParser){let y=a();if(!y.includes("{{"))return p(m(y,{parser:"css",__isHTMLStyleAttribute:!0}))}if(r.parser==="vue"){if(e.fullName==="v-for")return BJ(a(),m);if(OJ(e)||LJ(e,r))return TJ(a(),m);let y=["^:","^v-bind:"],D=["^v-"];if(n(["^@","^v-on:"])){let b=a();return d(m(b,{parser:kJ(b)?"__js_expression":"__vue_event_binding"}))}if(n(y))return d(m(a(),{parser:"__vue_expression"}));if(n(D))return d(m(a(),{parser:"__js_expression"}))}if(r.parser==="angular"){let y=(k,P)=>m(k,Object.assign(Object.assign({},P),{},{trailingComma:"none"})),D=["^\\*"],b=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],v=["^i18n(-.+)?$"];if(n(["^\\(.+\\)$","^on-"]))return d(y(a(),{parser:"__ng_action"}));if(n(b))return d(y(a(),{parser:"__ng_binding"}));if(n(v)){let k=a().trim();return p(bJ(MJ(e,k)),!k.includes("@@"))}if(n(D))return d(y(a(),{parser:"__ng_directive"}));let w=/{{(.+?)}}/s,S=a();if(w.test(S)){let k=[];for(let[P,_]of S.split(w).entries())if(P%2==0)k.push(Sw(_));else try{k.push(ka(["{{",Mg([vp,y(_,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),vp,"}}"]))}catch{k.push("{{",Sw(_),"}}")}return ka(k)}}return null}var VJ=function(e,t,r,n){let a=e.getValue();switch(a.type){case"element":if(Bw(a)||a.type==="interpolation")return;if(!a.isSelfClosing&&_J(a,n)){let o=Tw(a,n);if(!o)return;let l=jJ(a,n),p=/^\s*$/.test(l),d="";return p||(d=r(NJ(l),{parser:o,__embeddedInHtml:!0},{stripTrailingHardline:!0}),p=d===""),[ww(a,n),ka(SJ(e,n,t)),p?"":vw,d,p?"":vw,vJ(a,n),Fw(a,n)]}break;case"text":if(Bw(a.parent)){let o=Tw(a.parent);if(o){let l=o==="markdown"?IJ(a.value.replace(/^[^\S\n]*?\n/,"")):a.value,p={parser:o,__embeddedInHtml:!0};if(n.parser==="html"&&o==="babel"){let d="script",{attrMap:m}=a.parent;m&&(m.type==="module"||m.type==="text/babel"&&m["data-type"]==="module")&&(d="module"),p.__babelSourceType=d}return[EJ,ww(a,n),r(l,p,{stripTrailingHardline:!0}),Fw(a,n)]}}else if(a.parent.type==="interpolation"){let o={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return n.parser==="angular"?(o.parser="__ng_interpolation",o.trailingComma="none"):n.parser==="vue"?o.parser="__vue_expression":o.parser="__js_expression",[Mg([vp,r(a.value,o,{stripTrailingHardline:!0})]),a.parent.next&&xJ(a.parent.next)?" ":vp]}break;case"attribute":{if(!a.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(n.originalText.slice(a.valueSpan.start.offset,a.valueSpan.end.offset)))return[a.rawName,"=",a.value];if(n.parser==="lwc"&&/^{.*}$/s.test(n.originalText.slice(a.valueSpan.start.offset,a.valueSpan.end.offset)))return[a.rawName,"=",a.value];let o=RJ(a,(l,p)=>r(l,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},p),{stripTrailingHardline:!0}),n);if(o)return[a.rawName,'="',ka(CJ(o,l=>typeof l=="string"?l.replace(/"/g,"&quot;"):l)),'"'];break}case"front-matter":return AJ(a,r)}};let{builders:{breakParent:qJ,group:kw,ifBreak:GJ,line:_w,softline:jg,hardline:Cr},utils:{replaceTextEndOfLine:UJ}}=ve,{locStart:WJ,locEnd:zJ}=Tg,{forceBreakChildren:$J,forceNextEmptyLine:xp,isTextLikeNode:ds,hasPrettierIgnore:Nw,preferHardlineAsLeadingSpaces:Rg}=Ta,{printOpeningTagPrefix:HJ,needsToBorrowNextOpeningTagStartMarker:Iw,printOpeningTagStartMarker:JJ,needsToBorrowPrevClosingTagEndMarker:Vg,printClosingTagEndMarker:YJ,printClosingTagSuffix:XJ,needsToBorrowParentClosingTagStartMarker:Pw}=go;function yo(e,t,r){let n=e.getValue();return Nw(n)?[HJ(n,t),...UJ(t.originalText.slice(WJ(n)+(n.prev&&Iw(n.prev)?JJ(n).length:0),zJ(n)-(n.next&&Vg(n.next)?YJ(n,t).length:0))),XJ(n,t)]:r()}function Sp(e,t){return ds(e)&&ds(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?Rg(t)?Cr:_w:"":Rg(t)?Cr:jg:Iw(e)&&(Nw(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Vg(t)?"":!t.isLeadingSpaceSensitive||Rg(t)||Vg(t)&&e.lastChild&&Pw(e.lastChild)&&e.lastChild.lastChild&&Pw(e.lastChild.lastChild)?Cr:t.hasLeadingSpaces?_w:jg}var Ow={printChildren:function(e,t,r){let n=e.getValue();if($J(n))return[qJ,...e.map(o=>{let l=o.getValue(),p=l.prev?Sp(l.prev,l):"";return[p?[p,xp(l.prev)?Cr:""]:"",yo(o,t,r)]},"children")];let a=n.children.map(()=>Symbol(""));return e.map((o,l)=>{let p=o.getValue();if(ds(p)){if(p.prev&&ds(p.prev)){let w=Sp(p.prev,p);if(w)return xp(p.prev)?[Cr,Cr,yo(o,t,r)]:[w,yo(o,t,r)]}return yo(o,t,r)}let d=[],m=[],y=[],D=[],b=p.prev?Sp(p.prev,p):"",v=p.next?Sp(p,p.next):"";return b&&(xp(p.prev)?d.push(Cr,Cr):b===Cr?d.push(Cr):ds(p.prev)?m.push(b):m.push(GJ("",jg,{groupId:a[l-1]}))),v&&(xp(p)?ds(p.next)&&D.push(Cr,Cr):v===Cr?ds(p.next)&&D.push(Cr):y.push(v)),[...d,kw([...m,kw([yo(o,t,r),...y],{id:a[l]})]),...D]},"children")}};let{builders:{breakParent:KJ,dedentToRoot:QJ,group:qg,ifBreak:Lw,indentIfBreak:ZJ,indent:eY,line:Gg,softline:Do},utils:{replaceTextEndOfLine:tY}}=ve,rY=Aw,{shouldPreserveContent:nY,isScriptLikeTag:iY,isVueCustomBlock:sY,countParents:aY,forceBreakContent:uY}=Ta,{printOpeningTagPrefix:oY,printOpeningTag:Mw,printClosingTagSuffix:cY,printClosingTag:jw,needsToBorrowPrevClosingTagEndMarker:lY,needsToBorrowLastChildClosingTagEndMarker:pY}=go,{printChildren:fY}=Ow;var hY={printElement:function(e,t,r){let n=e.getValue();if(nY(n,t))return[oY(n,t),qg(Mw(e,t,r)),...tY(rY(n,t)),...jw(n,t),cY(n,t)];let a=n.children.length===1&&n.firstChild.type==="interpolation"&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),l=d=>qg([qg(Mw(e,t,r),{id:o}),d,jw(n,t)]);return n.children.length===0?l(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Gg:""):l([uY(n)?KJ:"",(p=[a?Lw(Do,"",{groupId:o}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Gg:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?QJ(Do):Do,fY(e,t,r)],a?ZJ(p,{groupId:o}):!iY(n)&&!sY(n,t)||n.parent.type!=="root"||t.parser!=="vue"||t.vueIndentScriptAndStyle?eY(p):p),(n.next?lY(n.next):pY(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":a?Lw(Do,"",{groupId:o}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?Gg:(n.lastChild.type==="comment"||n.lastChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive)&&new RegExp("\\n[\\t ]{".concat(t.tabWidth*aY(e,d=>d.parent&&d.parent.type!=="root"),"}$")).test(n.lastChild.value)?"":Do]);var p}};let{builders:{fill:dY,group:Rw,hardline:Vw,literalline:mY},utils:{cleanDoc:gY,getDocParts:yY,isConcat:DY,replaceTextEndOfLine:Fp}}=ve,EY=cH,{countChars:qw,unescapeQuoteEntities:bY,getTextValueParts:CY}=Ta,AY=zH,{insertPragma:vY}=$H,{locStart:xY,locEnd:SY}=Tg,FY=VJ,{printClosingTagSuffix:Gw,printClosingTagEnd:Ug,printOpeningTagPrefix:Uw,printOpeningTagStart:Wg}=go,{printElement:wY}=hY,{printChildren:BY}=Ow;var TY={preprocess:AY,print:function(e,t,r){let n=e.getValue();switch(n.type){case"front-matter":return Fp(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[Rw(BY(e,t,r)),Vw];case"element":case"ieConditionalComment":return wY(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Wg(n),Ug(n)];case"interpolation":return[Wg(n,t),...e.map(r,"children"),Ug(n,t)];case"text":{if(n.parent.type==="interpolation"){let o=/\n[^\S\n]*?$/,l=o.test(n.value),p=l?n.value.replace(o,""):n.value;return[...Fp(p),l?Vw:""]}let a=gY([Uw(n,t),...CY(n),Gw(n,t)]);return DY(a)||a.type==="fill"?dY(yY(a)):a}case"docType":return[Rw([Wg(n,t)," ",n.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),Ug(n,t)];case"comment":return[Uw(n,t),...Fp(t.originalText.slice(xY(n),SY(n)),mY),Gw(n,t)];case"attribute":{if(n.value===null)return n.rawName;let a=bY(n.value),o=qw(a,"'")<qw(a,'"')?"'":'"';return[n.rawName,"=",o,...Fp(o==='"'?a.replace(/"/g,"&quot;"):a.replace(/'/g,"&apos;")),o]}default:throw new Error("Unexpected node type ".concat(n.type))}},insertPragma:vY,massageAstNode:EY,embed:FY};let Ww="HTML";var zg={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146},kY={name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391};let wp=Xi,_Y=TY,NY={bracketSameLine:mn.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:Ww,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},vueIndentScriptAndStyle:{since:"1.19.0",category:Ww,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}};var IY={languages:[wp(zg,()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]})),wp(zg,e=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...e.extensions,".mjml"]})),wp(zg,()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]})),wp(kY,()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]}))],printers:{html:_Y},options:NY,parsers:void 0},PY={isPragma:function(e){return/^\s*@(?:prettier|format)\s*$/.test(e)},hasPragma:function(e){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(e)},insertPragma:function(e){return`# @format
`.concat(e)}},OY={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}},LY=function(e,t,r,n){if(e.getValue().type==="root"&&n.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint)rc$/.test(n.filepath))return r(n.originalText,Object.assign(Object.assign({},n),{},{parser:"json"}))};let{getLast:Jr,isNonEmptyArray:Eo}=ke;function zw(e,t){return e&&typeof e.type=="string"&&(!t||t.includes(e.type))}function $w(e){return e.value.trim()==="prettier-ignore"}function $g(e){return e&&Eo(e.leadingComments)}function Hw(e){return e&&Eo(e.middleComments)}function Jw(e){return e&&e.indicatorComment}function Yw(e){return e&&e.trailingComment}function Hg(e){return e&&Eo(e.endComments)}function Xw(e){let t=[],r;for(let n of e.split(/( +)/))n!==" "?r===" "?t.push(n):t.push((t.pop()||"")+n):r===void 0&&t.unshift(""),r=n;return r===" "&&t.push((t.pop()||"")+" "),t[0]===""&&(t.shift(),t.unshift(" "+(t.shift()||""))),t}var _a={getLast:Jr,getAncestorCount:function(e,t){let r=0,n=e.stack.length-1;for(let a=0;a<n;a++){let o=e.stack[a];zw(o)&&t(o)&&r++}return r},isNode:zw,isEmptyNode:function(e){return!Eo(e.children)&&!function(t){return $g(t)||Hw(t)||Jw(t)||Yw(t)||Hg(t)}(e)},isInlineNode:function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}},mapNode:function e(t,r,n){return r("children"in t?Object.assign(Object.assign({},t),{},{children:t.children.map(a=>e(a,r,t))}):t,n)},defineShortcut:function(e,t,r){Object.defineProperty(e,t,{get:r,enumerable:!1})},isNextLineEmpty:function(e,t){let r=0,n=t.length;for(let a=e.position.end.offset-1;a<n;a++){let o=t[a];if(o===`
`&&r++,r===1&&/\S/.test(o))return!1;if(r===2)return!0}return!1},isLastDescendantNode:function(e){switch(e.getValue().type){case"tag":case"anchor":case"comment":return!1}let t=e.stack.length;for(let r=1;r<t;r++){let n=e.stack[r],a=e.stack[r-1];if(Array.isArray(a)&&typeof n=="number"&&n!==a.length-1)return!1}return!0},getBlockValueLineContents:function(e,t){let{parentIndent:r,isLastDescendant:n,options:a}=t,o=e.position.start.line===e.position.end.line?"":a.originalText.slice(e.position.start.offset,e.position.end.offset).match(/^[^\n]*?\n(.*)$/s)[1],l=e.indent===null?(m=>m?m[1].length:Number.POSITIVE_INFINITY)(o.match(/^( *)\S/m)):e.indent-1+r,p=o.split(`
`).map(m=>m.slice(l));return a.proseWrap==="preserve"||e.type==="blockLiteral"?d(p.map(m=>m.length===0?[]:[m])):d(p.map(m=>m.length===0?[]:Xw(m)).reduce((m,y,D)=>D!==0&&p[D-1].length>0&&y.length>0&&!/^\s/.test(y[0])&&!/^\s|\s$/.test(Jr(m))?[...m.slice(0,-1),[...Jr(m),...y]]:[...m,y],[]).map(m=>m.reduce((y,D)=>y.length>0&&/\s$/.test(Jr(y))?[...y.slice(0,-1),Jr(y)+" "+D]:[...y,D],[])).map(m=>a.proseWrap==="never"?[m.join(" ")]:m));function d(m){if(e.chomping==="keep")return Jr(m).length===0?m.slice(0,-1):m;let y=0;for(let D=m.length-1;D>=0&&m[D].length===0;D--)y++;return y===0?m:y>=2&&!n?m.slice(0,-(y-1)):m.slice(0,-y)}},getFlowScalarLineContents:function(e,t,r){let n=t.split(`
`).map((a,o,l)=>o===0&&o===l.length-1?a:o!==0&&o!==l.length-1?a.trim():o===0?a.trimEnd():a.trimStart());return r.proseWrap==="preserve"?n.map(a=>a.length===0?[]:[a]):n.map(a=>a.length===0?[]:Xw(a)).reduce((a,o,l)=>l!==0&&n[l-1].length>0&&o.length>0&&(e!=="quoteDouble"||!Jr(Jr(a)).endsWith("\\"))?[...a.slice(0,-1),[...Jr(a),...o]]:[...a,o],[]).map(a=>r.proseWrap==="never"?[a.join(" ")]:a)},getLastDescendantNode:function e(t){return Eo(t.children)?e(Jr(t.children)):t},hasPrettierIgnore:function(e){let t=e.getValue();if(t.type==="documentBody"){let r=e.getParentNode();return Hg(r.head)&&$w(Jr(r.head.endComments))}return $g(t)&&$w(Jr(t.leadingComments))},hasLeadingComments:$g,hasMiddleComments:Hw,hasIndicatorComment:Jw,hasTrailingComment:Yw,hasEndComments:Hg};let{defineShortcut:bo,mapNode:MY}=_a;function jY(e){switch(e.type){case"document":bo(e,"head",()=>e.children[0]),bo(e,"body",()=>e.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":bo(e,"content",()=>e.children[0]);break;case"mappingItem":case"flowMappingItem":bo(e,"key",()=>e.children[0]),bo(e,"value",()=>e.children[1])}return e}var RY=function(e){return MY(e,jY)};let{builders:{softline:VY,align:qY}}=ve,{hasEndComments:GY,isNextLineEmpty:UY,isNode:WY}=_a,Jg=new WeakMap;function Kw(e){return GY(e)&&!WY(e,["documentHead","documentBody","flowMapping","flowSequence"])}var Bp={alignWithSpaces:function(e,t){return qY(" ".repeat(e),t)},shouldPrintEndComments:Kw,printNextEmptyLine:function(e,t){let r=e.getValue(),n=e.stack[0],a;return Jg.has(n)?a=Jg.get(n):(a=new Set,Jg.set(n,a)),a.has(r.position.end.line)||(a.add(r.position.end.line),!UY(r,t)||Kw(e.getParentNode()))?"":VY}};let{builders:{ifBreak:zY,line:Qw,softline:$Y,hardline:Zw,join:HY}}=ve,{isEmptyNode:e8,getLast:JY,hasEndComments:YY}=_a,{printNextEmptyLine:XY,alignWithSpaces:KY}=Bp;function t8(e,t,r){let n=e.getValue(),a=n.type==="flowMapping",o=a?"{":"[",l=a?"}":"]",p=$Y;a&&n.children.length>0&&r.bracketSpacing&&(p=Qw);let d=JY(n.children),m=d&&d.type==="flowMappingItem"&&e8(d.key)&&e8(d.value);return[o,KY(r.tabWidth,[p,QY(e,t,r),r.trailingComma==="none"?"":zY(","),YY(n)?[Zw,HY(Zw,e.map(t,"endComments"))]:""]),m?"":p,l]}function QY(e,t,r){let n=e.getValue();return e.map((a,o)=>[t(),o===n.children.length-1?"":[",",Qw,n.children[o].position.start.line!==n.children[o+1].position.start.line?XY(a,r.originalText):""]],"children")}var ZY={printFlowMapping:t8,printFlowSequence:t8};let{builders:{conditionalGroup:r8,group:n8,hardline:Tp,ifBreak:i8,join:eX,line:tX}}=ve,{hasLeadingComments:Co,hasMiddleComments:Yg,hasTrailingComment:Xg,hasEndComments:kp,isNode:s8,isEmptyNode:a8,isInlineNode:u8}=_a,{alignWithSpaces:ms}=Bp;function Kg(e,t){if(!e)return!0;switch(e.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(t.proseWrap==="preserve")return e.position.start.line===e.position.end.line;if(/\\$/m.test(t.originalText.slice(e.position.start.offset,e.position.end.offset)))return!1;switch(t.proseWrap){case"never":return!e.value.includes(`
`);case"always":return!/[\n ]/.test(e.value);default:return!1}}var rX=function(e,t,r,n,a){let{key:o,value:l}=e,p=a8(o),d=a8(l);if(p&&d)return": ";let m=n("key"),y=function(P){return P.key.content&&P.key.content.type==="alias"}(e)?" ":"";if(d)return e.type==="flowMappingItem"&&t.type==="flowMapping"?m:e.type!=="mappingItem"||!Kg(o.content,a)||Xg(o.content)||t.tag&&t.tag.value==="tag:yaml.org,2002:set"?["? ",ms(2,m)]:[m,y,":"];let D=n("value");if(p)return[": ",ms(2,D)];if(Co(l)||!u8(o.content))return["? ",ms(2,m),Tp,eX("",r.map(n,"value","leadingComments").map(P=>[P,Tp])),": ",ms(2,D)];if(function(P){if(!P)return!0;switch(P.type){case"plain":case"quoteDouble":case"quoteSingle":return P.position.start.line===P.position.end.line;case"alias":return!0;default:return!1}}(o.content)&&!Co(o.content)&&!Yg(o.content)&&!Xg(o.content)&&!kp(o)&&!Co(l.content)&&!Yg(l.content)&&!kp(l)&&Kg(l.content,a))return[m,y,": ",D];let b=Symbol("mappingKey"),v=n8([i8("? "),n8(ms(2,m),{id:b})]),w=[Tp,": ",ms(2,D)],S=[y,":"];Co(l.content)||kp(l)&&l.content&&!s8(l.content,["mapping","sequence"])||t.type==="mapping"&&Xg(o.content)&&u8(l.content)||s8(l.content,["mapping","sequence"])&&l.content.tag===null&&l.content.anchor===null?S.push(Tp):l.content&&S.push(tX),S.push(D);let k=ms(a.tabWidth,S);return!Kg(o.content,a)||Co(o.content)||Yg(o.content)||kp(o)?r8([[v,i8(w,k,{groupId:b})]]):r8([[m,k]])};let{builders:{dedent:nX,dedentToRoot:o8,fill:iX,hardline:Qg,join:sX,line:aX,literalline:c8,markAsRoot:uX},utils:{getDocParts:oX}}=ve,{getAncestorCount:cX,getBlockValueLineContents:lX,hasIndicatorComment:pX,isLastDescendantNode:fX,isNode:hX}=_a,{alignWithSpaces:l8}=Bp;var dX=function(e,t,r){let n=e.getValue(),a=cX(e,m=>hX(m,["sequence","mapping"])),o=fX(e),l=[n.type==="blockFolded"?">":"|"];n.indent!==null&&l.push(n.indent.toString()),n.chomping!=="clip"&&l.push(n.chomping==="keep"?"+":"-"),pX(n)&&l.push(" ",t("indicatorComment"));let p=lX(n,{parentIndent:a,isLastDescendant:o,options:r}),d=[];for(let[m,y]of p.entries())m===0&&d.push(Qg),d.push(iX(oX(sX(aX,y)))),m!==p.length-1?d.push(y.length===0?Qg:uX(c8)):n.chomping==="keep"&&o&&d.push(o8(y.length===0?Qg:c8));return n.indent===null?l.push(nX(l8(r.tabWidth,d))):l.push(o8(l8(n.indent-1+a,d))),l};let{builders:{breakParent:mX,fill:gX,group:yX,hardline:ht,join:Dn,line:DX,lineSuffix:EX,literalline:bX},utils:{getDocParts:CX,replaceTextEndOfLine:AX}}=ve,{isPreviousLineEmpty:vX}=ke,{insertPragma:xX,isPragma:SX}=PY,{locStart:Zg}=OY,FX=LY,{getFlowScalarLineContents:wX,getLastDescendantNode:p8,hasLeadingComments:BX,hasMiddleComments:f8,hasTrailingComment:Na,hasEndComments:ey,hasPrettierIgnore:TX,isLastDescendantNode:kX,isNode:Ia,isInlineNode:_X}=_a,NX=RY,{alignWithSpaces:h8,printNextEmptyLine:IX,shouldPrintEndComments:PX}=Bp,{printFlowMapping:OX,printFlowSequence:LX}=ZY,MX=rX,jX=dX;function d8(e,t){return Na(e)||t&&(t.head.children.length>0||ey(t.head))}function Ao(e,t,r){let n=wX(e,t,r);return Dn(ht,n.map(a=>gX(CX(Dn(DX,a)))))}var RX={preprocess:NX,embed:FX,print:function(e,t,r){let n=e.getValue(),a=[];n.type!=="mappingValue"&&BX(n)&&a.push([Dn(ht,e.map(r,"leadingComments")),ht]);let{tag:o,anchor:l}=n;o&&a.push(r("tag")),o&&l&&a.push(" "),l&&a.push(r("anchor"));let p="";Ia(n,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!kX(e)&&(p=IX(e,t.originalText)),(o||l)&&(Ia(n,["sequence","mapping"])&&!f8(n)?a.push(ht):a.push(" ")),f8(n)&&a.push([n.middleComments.length===1?"":ht,Dn(ht,e.map(r,"middleComments")),ht]);let d=e.getParentNode();return TX(e)?a.push(AX(t.originalText.slice(n.position.start.offset,n.position.end.offset).trimEnd(),bX)):a.push(yX(function(m,y,D,b,v){switch(m.type){case"root":{let{children:w}=m,S=[];D.each((P,_)=>{let M=w[_],U=w[_+1];_!==0&&S.push(ht),S.push(v()),d8(M,U)?(S.push(ht,"..."),Na(M)&&S.push(" ",v("trailingComment"))):U&&!Na(U.head)&&S.push(ht,"---")},"children");let k=p8(m);return Ia(k,["blockLiteral","blockFolded"])&&k.chomping==="keep"||S.push(ht),S}case"document":{let w=[];return function(S,k,P,_){return P.children[0]===S&&/---(?:\s|$)/.test(_.originalText.slice(Zg(S),Zg(S)+4))||S.head.children.length>0||ey(S.head)||Na(S.head)?"head":d8(S,k)?!1:!!k&&"root"}(m,y.children[D.getName()+1],y,b)==="head"&&((m.head.children.length>0||m.head.endComments.length>0)&&w.push(v("head")),Na(m.head)?w.push(["---"," ",v(["head","trailingComment"])]):w.push("---")),function(S){return S.body.children.length>0||ey(S.body)}(m)&&w.push(v("body")),Dn(ht,w)}case"documentHead":return Dn(ht,[...D.map(v,"children"),...D.map(v,"endComments")]);case"documentBody":{let{children:w,endComments:S}=m,k="";if(w.length>0&&S.length>0){let P=p8(m);Ia(P,["blockFolded","blockLiteral"])?P.chomping!=="keep"&&(k=[ht,ht]):k=ht}return[Dn(ht,D.map(v,"children")),k,Dn(ht,D.map(v,"endComments"))]}case"directive":return["%",Dn(" ",[m.name,...m.parameters])];case"comment":return["#",m.value];case"alias":return["*",m.value];case"tag":return b.originalText.slice(m.position.start.offset,m.position.end.offset);case"anchor":return["&",m.value];case"plain":return Ao(m.type,b.originalText.slice(m.position.start.offset,m.position.end.offset),b);case"quoteDouble":case"quoteSingle":{let w="'",S='"',k=b.originalText.slice(m.position.start.offset+1,m.position.end.offset-1);if(m.type==="quoteSingle"&&k.includes("\\")||m.type==="quoteDouble"&&/\\[^"]/.test(k)){let _=m.type==="quoteDouble"?S:w;return[_,Ao(m.type,k,b),_]}if(k.includes(S))return[w,Ao(m.type,m.type==="quoteDouble"?k.replace(/\\"/g,S).replace(/'/g,w.repeat(2)):k,b),w];if(k.includes(w))return[S,Ao(m.type,m.type==="quoteSingle"?k.replace(/''/g,w):k,b),S];let P=b.singleQuote?w:S;return[P,Ao(m.type,k,b),P]}case"blockFolded":case"blockLiteral":return jX(D,v,b);case"mapping":case"sequence":return Dn(ht,D.map(v,"children"));case"sequenceItem":return["- ",h8(2,m.content?v("content"):"")];case"mappingKey":case"mappingValue":return m.content?v("content"):"";case"mappingItem":case"flowMappingItem":return MX(m,y,D,v,b);case"flowMapping":return OX(D,v,b);case"flowSequence":return LX(D,v,b);case"flowSequenceItem":return v("content");default:throw new Error("Unexpected node type ".concat(m.type))}}(n,d,e,t,r))),Na(n)&&!Ia(n,["document","documentHead"])&&a.push(EX([n.type!=="mappingValue"||n.content?" ":"",d.type==="mappingKey"&&e.getParentNode(2).type==="mapping"&&_X(n)?"":mX,r("trailingComment")])),PX(n)&&a.push(h8(n.type==="sequenceItem"?2:0,[ht,Dn(ht,e.map(m=>[vX(t.originalText,m.getValue(),Zg)?ht:"",r()],"endComments"))])),a.push(p),a},massageAstNode:function(e,t){if(Ia(t))switch(delete t.position,t.type){case"comment":if(SX(t.value))return null;break;case"quoteDouble":case"quoteSingle":t.type="quote"}},insertPragma:xX};let VX=RX,qX={bracketSpacing:mn.bracketSpacing,singleQuote:mn.singleQuote,proseWrap:mn.proseWrap},GX=[Xi({name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407},e=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...e.filenames.filter(t=>t!=="yarn.lock"),".prettierrc",".stylelintrc"]}))];var UX=[OW,jz,i$,f$,aH,IY,{languages:GX,printers:{yaml:VX},options:qX,parsers:void 0}];let{version:WX}=u,Pa=zP,{getSupportInfo:zX}=q0,$X=mO,HX=UX,JX=ve;function gs(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];let o=n[t]||{},l=o.plugins||[];return n[t]=Object.assign(Object.assign({},o),{},{plugins:[...HX,...Array.isArray(l)?l:Object.values(l)]}),e(...n)}}let ty=gs(Pa.formatWithCursor);var YX={formatWithCursor:ty,format:(e,t)=>ty(e,t).formatted,check(e,t){let{formatted:r}=ty(e,t);return r===e},doc:JX,getSupportInfo:gs(zX,0),version:WX,util:$X,__debug:{parse:gs(Pa.parse),formatAST:gs(Pa.formatAST),formatDoc:gs(Pa.formatDoc),printToDoc:gs(Pa.printToDoc),printDocToString:gs(Pa.printDocToString)}};return YX})});var K1=kr(yy());var _y={};E8(_y,{Node:()=>ti,Parser:()=>at,Position:()=>qa,SourceLocation:()=>Ci,TokContext:()=>Qr,Token:()=>za,TokenType:()=>$e,defaultOptions:()=>Ga,getLineInfo:()=>As,isIdentifierChar:()=>Cs,isIdentifierStart:()=>On,isNewLine:()=>Cn,keywordTypes:()=>Up,lineBreak:()=>pr,lineBreakG:()=>ko,nonASCIIwhitespace:()=>xy,parse:()=>QK,parseExpressionAt:()=>ZK,tokContexts:()=>Xe,tokTypes:()=>A,tokenizer:()=>eQ,version:()=>P5});var Dy={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},Ey="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",SK={5:Ey,"5module":Ey+" export import",6:Ey+" const class extends export import super"},FK=/^in(stanceof)?$/,vy="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",n5="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F",wK=new RegExp("["+vy+"]"),BK=new RegExp("["+vy+n5+"]");vy=n5=null;var i5=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2637,96,16,1070,4050,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,46,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,482,44,11,6,17,0,322,29,19,43,1269,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4152,8,221,3,5761,15,7472,3104,541,1507,4938],TK=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,357,0,62,13,1495,6,110,6,6,9,4759,9,787719,239];function Cy(i,s){for(var u=65536,c=0;c<s.length;c+=2){if(u+=s[c],u>i)return!1;if(u+=s[c+1],u>=i)return!0}}function On(i,s){return i<65?i===36:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&wK.test(String.fromCharCode(i)):s===!1?!1:Cy(i,i5)}function Cs(i,s){return i<48?i===36:i<58?!0:i<65?!1:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&BK.test(String.fromCharCode(i)):s===!1?!1:Cy(i,i5)||Cy(i,TK)}var $e=function(s,u){u===void 0&&(u={}),this.label=s,this.keyword=u.keyword,this.beforeExpr=!!u.beforeExpr,this.startsExpr=!!u.startsExpr,this.isLoop=!!u.isLoop,this.isAssign=!!u.isAssign,this.prefix=!!u.prefix,this.postfix=!!u.postfix,this.binop=u.binop||null,this.updateContext=null};function Xr(i,s){return new $e(i,{beforeExpr:!0,binop:s})}var Kr={beforeExpr:!0},Ar={startsExpr:!0},Up={};function We(i,s){return s===void 0&&(s={}),s.keyword=i,Up[i]=new $e(i,s)}var A={num:new $e("num",Ar),regexp:new $e("regexp",Ar),string:new $e("string",Ar),name:new $e("name",Ar),privateId:new $e("privateId",Ar),eof:new $e("eof"),bracketL:new $e("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new $e("]"),braceL:new $e("{",{beforeExpr:!0,startsExpr:!0}),braceR:new $e("}"),parenL:new $e("(",{beforeExpr:!0,startsExpr:!0}),parenR:new $e(")"),comma:new $e(",",Kr),semi:new $e(";",Kr),colon:new $e(":",Kr),dot:new $e("."),question:new $e("?",Kr),questionDot:new $e("?."),arrow:new $e("=>",Kr),template:new $e("template"),invalidTemplate:new $e("invalidTemplate"),ellipsis:new $e("...",Kr),backQuote:new $e("`",Ar),dollarBraceL:new $e("${",{beforeExpr:!0,startsExpr:!0}),eq:new $e("=",{beforeExpr:!0,isAssign:!0}),assign:new $e("_=",{beforeExpr:!0,isAssign:!0}),incDec:new $e("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new $e("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:Xr("||",1),logicalAND:Xr("&&",2),bitwiseOR:Xr("|",3),bitwiseXOR:Xr("^",4),bitwiseAND:Xr("&",5),equality:Xr("==/!=/===/!==",6),relational:Xr("</>/<=/>=",7),bitShift:Xr("<</>>/>>>",8),plusMin:new $e("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:Xr("%",10),star:Xr("*",10),slash:Xr("/",10),starstar:new $e("**",{beforeExpr:!0}),coalesce:Xr("??",1),_break:We("break"),_case:We("case",Kr),_catch:We("catch"),_continue:We("continue"),_debugger:We("debugger"),_default:We("default",Kr),_do:We("do",{isLoop:!0,beforeExpr:!0}),_else:We("else",Kr),_finally:We("finally"),_for:We("for",{isLoop:!0}),_function:We("function",Ar),_if:We("if"),_return:We("return",Kr),_switch:We("switch"),_throw:We("throw",Kr),_try:We("try"),_var:We("var"),_const:We("const"),_while:We("while",{isLoop:!0}),_with:We("with"),_new:We("new",{beforeExpr:!0,startsExpr:!0}),_this:We("this",Ar),_super:We("super",Ar),_class:We("class",Ar),_extends:We("extends",Kr),_export:We("export"),_import:We("import",Ar),_null:We("null",Ar),_true:We("true",Ar),_false:We("false",Ar),_in:We("in",{beforeExpr:!0,binop:7}),_instanceof:We("instanceof",{beforeExpr:!0,binop:7}),_typeof:We("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:We("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:We("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},pr=/\r\n?|\n|\u2028|\u2029/,ko=new RegExp(pr.source,"g");function Cn(i){return i===10||i===13||i===8232||i===8233}function s5(i,s,u){u===void 0&&(u=i.length);for(var c=s;c<u;c++){var f=i.charCodeAt(c);if(Cn(f))return c<u-1&&f===13&&i.charCodeAt(c+1)===10?c+2:c+1}return-1}var xy=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Zr=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,a5=Object.prototype,kK=a5.hasOwnProperty,_K=a5.toString,_o=Object.hasOwn||function(i,s){return kK.call(i,s)},Z8=Array.isArray||function(i){return _K.call(i)==="[object Array]"};function bs(i){return new RegExp("^(?:"+i.replace(/ /g,"|")+")$")}var NK=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,qa=function(s,u){this.line=s,this.column=u};qa.prototype.offset=function(s){return new qa(this.line,this.column+s)};var Ci=function(s,u,c){this.start=u,this.end=c,s.sourceFile!==null&&(this.source=s.sourceFile)};function As(i,s){for(var u=1,c=0;;){var f=s5(i,c,s);if(f<0)return new qa(u,s-c);++u,c=f}}var Ga={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},e5=!1;function IK(i){var s={};for(var u in Ga)s[u]=i&&_o(i,u)?i[u]:Ga[u];if(s.ecmaVersion==="latest"?s.ecmaVersion=1e8:s.ecmaVersion==null?(!e5&&typeof console=="object"&&console.warn&&(e5=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
Defaulting to 2020, but this will stop working in the future.`)),s.ecmaVersion=11):s.ecmaVersion>=2015&&(s.ecmaVersion-=2009),s.allowReserved==null&&(s.allowReserved=s.ecmaVersion<5),Z8(s.onToken)){var c=s.onToken;s.onToken=function(f){return c.push(f)}}return Z8(s.onComment)&&(s.onComment=PK(s,s.onComment)),s}function PK(i,s){return function(u,c,f,h,g,C){var x={type:u?"Block":"Line",value:c,start:f,end:h};i.locations&&(x.loc=new Ci(this,g,C)),i.ranges&&(x.range=[f,h]),s.push(x)}}var To=1,Ua=2,Sy=4,u5=8,o5=16,c5=32,Fy=64,l5=128,No=256,wy=To|Ua|No;function By(i,s){return Ua|(i?Sy:0)|(s?u5:0)}var Rp=0,Ty=1,ei=2,p5=3,f5=4,h5=5,at=function(s,u,c){this.options=s=IK(s),this.sourceFile=s.sourceFile,this.keywords=bs(SK[s.ecmaVersion>=6?6:s.sourceType==="module"?"5module":5]);var f="";s.allowReserved!==!0&&(f=Dy[s.ecmaVersion>=6?6:s.ecmaVersion===5?5:3],s.sourceType==="module"&&(f+=" await")),this.reservedWords=bs(f);var h=(f?f+" ":"")+Dy.strict;this.reservedWordsStrict=bs(h),this.reservedWordsStrictBind=bs(h+" "+Dy.strictBind),this.input=String(u),this.containsEsc=!1,c?(this.pos=c,this.lineStart=this.input.lastIndexOf(`
`,c-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(pr).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=A.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=s.sourceType==="module",this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),this.pos===0&&s.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(To),this.regexpState=null,this.privateNameStack=[]},Ln={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};at.prototype.parse=function(){var s=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(s)};Ln.inFunction.get=function(){return(this.currentVarScope().flags&Ua)>0};Ln.inGenerator.get=function(){return(this.currentVarScope().flags&u5)>0&&!this.currentVarScope().inClassFieldInit};Ln.inAsync.get=function(){return(this.currentVarScope().flags&Sy)>0&&!this.currentVarScope().inClassFieldInit};Ln.canAwait.get=function(){for(var i=this.scopeStack.length-1;i>=0;i--){var s=this.scopeStack[i];if(s.inClassFieldInit||s.flags&No)return!1;if(s.flags&Ua)return(s.flags&Sy)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction};Ln.allowSuper.get=function(){var i=this.currentThisScope(),s=i.flags,u=i.inClassFieldInit;return(s&Fy)>0||u||this.options.allowSuperOutsideMethod};Ln.allowDirectSuper.get=function(){return(this.currentThisScope().flags&l5)>0};Ln.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};Ln.allowNewDotTarget.get=function(){var i=this.currentThisScope(),s=i.flags,u=i.inClassFieldInit;return(s&(Ua|No))>0||u};Ln.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&No)>0};at.extend=function(){for(var s=[],u=arguments.length;u--;)s[u]=arguments[u];for(var c=this,f=0;f<s.length;f++)c=s[f](c);return c};at.parse=function(s,u){return new this(u,s).parse()};at.parseExpressionAt=function(s,u,c){var f=new this(c,s,u);return f.nextToken(),f.parseExpression()};at.tokenizer=function(s,u){return new this(u,s)};Object.defineProperties(at.prototype,Ln);var fr=at.prototype,OK=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;fr.strictDirective=function(i){for(;;){Zr.lastIndex=i,i+=Zr.exec(this.input)[0].length;var s=OK.exec(this.input.slice(i));if(!s)return!1;if((s[1]||s[2])==="use strict"){Zr.lastIndex=i+s[0].length;var u=Zr.exec(this.input),c=u.index+u[0].length,f=this.input.charAt(c);return f===";"||f==="}"||pr.test(u[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(f)||f==="!"&&this.input.charAt(c+1)==="=")}i+=s[0].length,Zr.lastIndex=i,i+=Zr.exec(this.input)[0].length,this.input[i]===";"&&i++}};fr.eat=function(i){return this.type===i?(this.next(),!0):!1};fr.isContextual=function(i){return this.type===A.name&&this.value===i&&!this.containsEsc};fr.eatContextual=function(i){return this.isContextual(i)?(this.next(),!0):!1};fr.expectContextual=function(i){this.eatContextual(i)||this.unexpected()};fr.canInsertSemicolon=function(){return this.type===A.eof||this.type===A.braceR||pr.test(this.input.slice(this.lastTokEnd,this.start))};fr.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};fr.semicolon=function(){!this.eat(A.semi)&&!this.insertSemicolon()&&this.unexpected()};fr.afterTrailingComma=function(i,s){if(this.type===i)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),s||this.next(),!0};fr.expect=function(i){this.eat(i)||this.unexpected()};fr.unexpected=function(i){this.raise(i??this.start,"Unexpected token")};function Wp(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}fr.checkPatternErrors=function(i,s){if(!!i){i.trailingComma>-1&&this.raiseRecoverable(i.trailingComma,"Comma is not permitted after the rest element");var u=s?i.parenthesizedAssign:i.parenthesizedBind;u>-1&&this.raiseRecoverable(u,"Parenthesized pattern")}};fr.checkExpressionErrors=function(i,s){if(!i)return!1;var u=i.shorthandAssign,c=i.doubleProto;if(!s)return u>=0||c>=0;u>=0&&this.raise(u,"Shorthand property assignments are valid only in destructuring patterns"),c>=0&&this.raiseRecoverable(c,"Redefinition of __proto__ property")};fr.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")};fr.isSimpleAssignTarget=function(i){return i.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(i.expression):i.type==="Identifier"||i.type==="MemberExpression"};var _e=at.prototype;_e.parseTopLevel=function(i){var s=Object.create(null);for(i.body||(i.body=[]);this.type!==A.eof;){var u=this.parseStatement(null,!0,s);i.body.push(u)}if(this.inModule)for(var c=0,f=Object.keys(this.undefinedExports);c<f.length;c+=1){var h=f[c];this.raiseRecoverable(this.undefinedExports[h].start,"Export '"+h+"' is not defined")}return this.adaptDirectivePrologue(i.body),this.next(),i.sourceType=this.options.sourceType,this.finishNode(i,"Program")};var ky={kind:"loop"},LK={kind:"switch"};_e.isLet=function(i){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;Zr.lastIndex=this.pos;var s=Zr.exec(this.input),u=this.pos+s[0].length,c=this.input.charCodeAt(u);if(c===91||c===92||c>55295&&c<56320)return!0;if(i)return!1;if(c===123)return!0;if(On(c,!0)){for(var f=u+1;Cs(c=this.input.charCodeAt(f),!0);)++f;if(c===92||c>55295&&c<56320)return!0;var h=this.input.slice(u,f);if(!FK.test(h))return!0}return!1};_e.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;Zr.lastIndex=this.pos;var i=Zr.exec(this.input),s=this.pos+i[0].length,u;return!pr.test(this.input.slice(this.pos,s))&&this.input.slice(s,s+8)==="function"&&(s+8===this.input.length||!(Cs(u=this.input.charCodeAt(s+8))||u>55295&&u<56320))};_e.parseStatement=function(i,s,u){var c=this.type,f=this.startNode(),h;switch(this.isLet(i)&&(c=A._var,h="let"),c){case A._break:case A._continue:return this.parseBreakContinueStatement(f,c.keyword);case A._debugger:return this.parseDebuggerStatement(f);case A._do:return this.parseDoStatement(f);case A._for:return this.parseForStatement(f);case A._function:return i&&(this.strict||i!=="if"&&i!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(f,!1,!i);case A._class:return i&&this.unexpected(),this.parseClass(f,!0);case A._if:return this.parseIfStatement(f);case A._return:return this.parseReturnStatement(f);case A._switch:return this.parseSwitchStatement(f);case A._throw:return this.parseThrowStatement(f);case A._try:return this.parseTryStatement(f);case A._const:case A._var:return h=h||this.value,i&&h!=="var"&&this.unexpected(),this.parseVarStatement(f,h);case A._while:return this.parseWhileStatement(f);case A._with:return this.parseWithStatement(f);case A.braceL:return this.parseBlock(!0,f);case A.semi:return this.parseEmptyStatement(f);case A._export:case A._import:if(this.options.ecmaVersion>10&&c===A._import){Zr.lastIndex=this.pos;var g=Zr.exec(this.input),C=this.pos+g[0].length,x=this.input.charCodeAt(C);if(x===40||x===46)return this.parseExpressionStatement(f,this.parseExpression())}return this.options.allowImportExportEverywhere||(s||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),c===A._import?this.parseImport(f):this.parseExport(f,u);default:if(this.isAsyncFunction())return i&&this.unexpected(),this.next(),this.parseFunctionStatement(f,!0,!i);var I=this.value,N=this.parseExpression();return c===A.name&&N.type==="Identifier"&&this.eat(A.colon)?this.parseLabeledStatement(f,I,N,i):this.parseExpressionStatement(f,N)}};_e.parseBreakContinueStatement=function(i,s){var u=s==="break";this.next(),this.eat(A.semi)||this.insertSemicolon()?i.label=null:this.type!==A.name?this.unexpected():(i.label=this.parseIdent(),this.semicolon());for(var c=0;c<this.labels.length;++c){var f=this.labels[c];if((i.label==null||f.name===i.label.name)&&(f.kind!=null&&(u||f.kind==="loop")||i.label&&u))break}return c===this.labels.length&&this.raise(i.start,"Unsyntactic "+s),this.finishNode(i,u?"BreakStatement":"ContinueStatement")};_e.parseDebuggerStatement=function(i){return this.next(),this.semicolon(),this.finishNode(i,"DebuggerStatement")};_e.parseDoStatement=function(i){return this.next(),this.labels.push(ky),i.body=this.parseStatement("do"),this.labels.pop(),this.expect(A._while),i.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(A.semi):this.semicolon(),this.finishNode(i,"DoWhileStatement")};_e.parseForStatement=function(i){this.next();var s=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(ky),this.enterScope(0),this.expect(A.parenL),this.type===A.semi)return s>-1&&this.unexpected(s),this.parseFor(i,null);var u=this.isLet();if(this.type===A._var||this.type===A._const||u){var c=this.startNode(),f=u?"let":this.value;return this.next(),this.parseVar(c,!0,f),this.finishNode(c,"VariableDeclaration"),(this.type===A._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&c.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===A._in?s>-1&&this.unexpected(s):i.await=s>-1),this.parseForIn(i,c)):(s>-1&&this.unexpected(s),this.parseFor(i,c))}var h=this.isContextual("let"),g=!1,C=new Wp,x=this.parseExpression(s>-1?"await":!0,C);return this.type===A._in||(g=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===A._in?s>-1&&this.unexpected(s):i.await=s>-1),h&&g&&this.raise(x.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(x,!1,C),this.checkLValPattern(x),this.parseForIn(i,x)):(this.checkExpressionErrors(C,!0),s>-1&&this.unexpected(s),this.parseFor(i,x))};_e.parseFunctionStatement=function(i,s,u){return this.next(),this.parseFunction(i,Bo|(u?0:Ay),!1,s)};_e.parseIfStatement=function(i){return this.next(),i.test=this.parseParenExpression(),i.consequent=this.parseStatement("if"),i.alternate=this.eat(A._else)?this.parseStatement("if"):null,this.finishNode(i,"IfStatement")};_e.parseReturnStatement=function(i){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(A.semi)||this.insertSemicolon()?i.argument=null:(i.argument=this.parseExpression(),this.semicolon()),this.finishNode(i,"ReturnStatement")};_e.parseSwitchStatement=function(i){this.next(),i.discriminant=this.parseParenExpression(),i.cases=[],this.expect(A.braceL),this.labels.push(LK),this.enterScope(0);for(var s,u=!1;this.type!==A.braceR;)if(this.type===A._case||this.type===A._default){var c=this.type===A._case;s&&this.finishNode(s,"SwitchCase"),i.cases.push(s=this.startNode()),s.consequent=[],this.next(),c?s.test=this.parseExpression():(u&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),u=!0,s.test=null),this.expect(A.colon)}else s||this.unexpected(),s.consequent.push(this.parseStatement(null));return this.exitScope(),s&&this.finishNode(s,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(i,"SwitchStatement")};_e.parseThrowStatement=function(i){return this.next(),pr.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),i.argument=this.parseExpression(),this.semicolon(),this.finishNode(i,"ThrowStatement")};var MK=[];_e.parseTryStatement=function(i){if(this.next(),i.block=this.parseBlock(),i.handler=null,this.type===A._catch){var s=this.startNode();if(this.next(),this.eat(A.parenL)){s.param=this.parseBindingAtom();var u=s.param.type==="Identifier";this.enterScope(u?c5:0),this.checkLValPattern(s.param,u?f5:ei),this.expect(A.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),s.param=null,this.enterScope(0);s.body=this.parseBlock(!1),this.exitScope(),i.handler=this.finishNode(s,"CatchClause")}return i.finalizer=this.eat(A._finally)?this.parseBlock():null,!i.handler&&!i.finalizer&&this.raise(i.start,"Missing catch or finally clause"),this.finishNode(i,"TryStatement")};_e.parseVarStatement=function(i,s){return this.next(),this.parseVar(i,!1,s),this.semicolon(),this.finishNode(i,"VariableDeclaration")};_e.parseWhileStatement=function(i){return this.next(),i.test=this.parseParenExpression(),this.labels.push(ky),i.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(i,"WhileStatement")};_e.parseWithStatement=function(i){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),i.object=this.parseParenExpression(),i.body=this.parseStatement("with"),this.finishNode(i,"WithStatement")};_e.parseEmptyStatement=function(i){return this.next(),this.finishNode(i,"EmptyStatement")};_e.parseLabeledStatement=function(i,s,u,c){for(var f=0,h=this.labels;f<h.length;f+=1){var g=h[f];g.name===s&&this.raise(u.start,"Label '"+s+"' is already declared")}for(var C=this.type.isLoop?"loop":this.type===A._switch?"switch":null,x=this.labels.length-1;x>=0;x--){var I=this.labels[x];if(I.statementStart===i.start)I.statementStart=this.start,I.kind=C;else break}return this.labels.push({name:s,kind:C,statementStart:this.start}),i.body=this.parseStatement(c?c.indexOf("label")===-1?c+"label":c:"label"),this.labels.pop(),i.label=u,this.finishNode(i,"LabeledStatement")};_e.parseExpressionStatement=function(i,s){return i.expression=s,this.semicolon(),this.finishNode(i,"ExpressionStatement")};_e.parseBlock=function(i,s,u){for(i===void 0&&(i=!0),s===void 0&&(s=this.startNode()),s.body=[],this.expect(A.braceL),i&&this.enterScope(0);this.type!==A.braceR;){var c=this.parseStatement(null);s.body.push(c)}return u&&(this.strict=!1),this.next(),i&&this.exitScope(),this.finishNode(s,"BlockStatement")};_e.parseFor=function(i,s){return i.init=s,this.expect(A.semi),i.test=this.type===A.semi?null:this.parseExpression(),this.expect(A.semi),i.update=this.type===A.parenR?null:this.parseExpression(),this.expect(A.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,"ForStatement")};_e.parseForIn=function(i,s){var u=this.type===A._in;return this.next(),s.type==="VariableDeclaration"&&s.declarations[0].init!=null&&(!u||this.options.ecmaVersion<8||this.strict||s.kind!=="var"||s.declarations[0].id.type!=="Identifier")&&this.raise(s.start,(u?"for-in":"for-of")+" loop variable declaration may not have an initializer"),i.left=s,i.right=u?this.parseExpression():this.parseMaybeAssign(),this.expect(A.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,u?"ForInStatement":"ForOfStatement")};_e.parseVar=function(i,s,u){for(i.declarations=[],i.kind=u;;){var c=this.startNode();if(this.parseVarId(c,u),this.eat(A.eq)?c.init=this.parseMaybeAssign(s):u==="const"&&!(this.type===A._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():c.id.type!=="Identifier"&&!(s&&(this.type===A._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):c.init=null,i.declarations.push(this.finishNode(c,"VariableDeclarator")),!this.eat(A.comma))break}return i};_e.parseVarId=function(i,s){i.id=this.parseBindingAtom(),this.checkLValPattern(i.id,s==="var"?Ty:ei,!1)};var Bo=1,Ay=2,d5=4;_e.parseFunction=function(i,s,u,c,f){this.initFunction(i),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!c)&&(this.type===A.star&&s&Ay&&this.unexpected(),i.generator=this.eat(A.star)),this.options.ecmaVersion>=8&&(i.async=!!c),s&Bo&&(i.id=s&d5&&this.type!==A.name?null:this.parseIdent(),i.id&&!(s&Ay)&&this.checkLValSimple(i.id,this.strict||i.generator||i.async?this.treatFunctionsAsVar?Ty:ei:p5));var h=this.yieldPos,g=this.awaitPos,C=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(By(i.async,i.generator)),s&Bo||(i.id=this.type===A.name?this.parseIdent():null),this.parseFunctionParams(i),this.parseFunctionBody(i,u,!1,f),this.yieldPos=h,this.awaitPos=g,this.awaitIdentPos=C,this.finishNode(i,s&Bo?"FunctionDeclaration":"FunctionExpression")};_e.parseFunctionParams=function(i){this.expect(A.parenL),i.params=this.parseBindingList(A.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};_e.parseClass=function(i,s){this.next();var u=this.strict;this.strict=!0,this.parseClassId(i,s),this.parseClassSuper(i);var c=this.enterClassBody(),f=this.startNode(),h=!1;for(f.body=[],this.expect(A.braceL);this.type!==A.braceR;){var g=this.parseClassElement(i.superClass!==null);g&&(f.body.push(g),g.type==="MethodDefinition"&&g.kind==="constructor"?(h&&this.raise(g.start,"Duplicate constructor in the same class"),h=!0):g.key&&g.key.type==="PrivateIdentifier"&&jK(c,g)&&this.raiseRecoverable(g.key.start,"Identifier '#"+g.key.name+"' has already been declared"))}return this.strict=u,this.next(),i.body=this.finishNode(f,"ClassBody"),this.exitClassBody(),this.finishNode(i,s?"ClassDeclaration":"ClassExpression")};_e.parseClassElement=function(i){if(this.eat(A.semi))return null;var s=this.options.ecmaVersion,u=this.startNode(),c="",f=!1,h=!1,g="method",C=!1;if(this.eatContextual("static")){if(s>=13&&this.eat(A.braceL))return this.parseClassStaticBlock(u),u;this.isClassElementNameStart()||this.type===A.star?C=!0:c="static"}if(u.static=C,!c&&s>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===A.star)&&!this.canInsertSemicolon()?h=!0:c="async"),!c&&(s>=9||!h)&&this.eat(A.star)&&(f=!0),!c&&!h&&!f){var x=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?g=x:c=x)}if(c?(u.computed=!1,u.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),u.key.name=c,this.finishNode(u.key,"Identifier")):this.parseClassElementName(u),s<13||this.type===A.parenL||g!=="method"||f||h){var I=!u.static&&Vp(u,"constructor"),N=I&&i;I&&g!=="method"&&this.raise(u.key.start,"Constructor can't have get/set modifier"),u.kind=I?"constructor":g,this.parseClassMethod(u,f,h,N)}else this.parseClassField(u);return u};_e.isClassElementNameStart=function(){return this.type===A.name||this.type===A.privateId||this.type===A.num||this.type===A.string||this.type===A.bracketL||this.type.keyword};_e.parseClassElementName=function(i){this.type===A.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),i.computed=!1,i.key=this.parsePrivateIdent()):this.parsePropertyName(i)};_e.parseClassMethod=function(i,s,u,c){var f=i.key;i.kind==="constructor"?(s&&this.raise(f.start,"Constructor can't be a generator"),u&&this.raise(f.start,"Constructor can't be an async method")):i.static&&Vp(i,"prototype")&&this.raise(f.start,"Classes may not have a static property named prototype");var h=i.value=this.parseMethod(s,u,c);return i.kind==="get"&&h.params.length!==0&&this.raiseRecoverable(h.start,"getter should have no params"),i.kind==="set"&&h.params.length!==1&&this.raiseRecoverable(h.start,"setter should have exactly one param"),i.kind==="set"&&h.params[0].type==="RestElement"&&this.raiseRecoverable(h.params[0].start,"Setter cannot use rest params"),this.finishNode(i,"MethodDefinition")};_e.parseClassField=function(i){if(Vp(i,"constructor")?this.raise(i.key.start,"Classes can't have a field named 'constructor'"):i.static&&Vp(i,"prototype")&&this.raise(i.key.start,"Classes can't have a static field named 'prototype'"),this.eat(A.eq)){var s=this.currentThisScope(),u=s.inClassFieldInit;s.inClassFieldInit=!0,i.value=this.parseMaybeAssign(),s.inClassFieldInit=u}else i.value=null;return this.semicolon(),this.finishNode(i,"PropertyDefinition")};_e.parseClassStaticBlock=function(i){i.body=[];var s=this.labels;for(this.labels=[],this.enterScope(No|Fy);this.type!==A.braceR;){var u=this.parseStatement(null);i.body.push(u)}return this.next(),this.exitScope(),this.labels=s,this.finishNode(i,"StaticBlock")};_e.parseClassId=function(i,s){this.type===A.name?(i.id=this.parseIdent(),s&&this.checkLValSimple(i.id,ei,!1)):(s===!0&&this.unexpected(),i.id=null)};_e.parseClassSuper=function(i){i.superClass=this.eat(A._extends)?this.parseExprSubscripts(!1):null};_e.enterClassBody=function(){var i={declared:Object.create(null),used:[]};return this.privateNameStack.push(i),i.declared};_e.exitClassBody=function(){for(var i=this.privateNameStack.pop(),s=i.declared,u=i.used,c=this.privateNameStack.length,f=c===0?null:this.privateNameStack[c-1],h=0;h<u.length;++h){var g=u[h];_o(s,g.name)||(f?f.used.push(g):this.raiseRecoverable(g.start,"Private field '#"+g.name+"' must be declared in an enclosing class"))}};function jK(i,s){var u=s.key.name,c=i[u],f="true";return s.type==="MethodDefinition"&&(s.kind==="get"||s.kind==="set")&&(f=(s.static?"s":"i")+s.kind),c==="iget"&&f==="iset"||c==="iset"&&f==="iget"||c==="sget"&&f==="sset"||c==="sset"&&f==="sget"?(i[u]="true",!1):c?!0:(i[u]=f,!1)}function Vp(i,s){var u=i.computed,c=i.key;return!u&&(c.type==="Identifier"&&c.name===s||c.type==="Literal"&&c.value===s)}_e.parseExport=function(i,s){if(this.next(),this.eat(A.star))return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(i.exported=this.parseModuleExportName(),this.checkExport(s,i.exported.name,this.lastTokStart)):i.exported=null),this.expectContextual("from"),this.type!==A.string&&this.unexpected(),i.source=this.parseExprAtom(),this.semicolon(),this.finishNode(i,"ExportAllDeclaration");if(this.eat(A._default)){this.checkExport(s,"default",this.lastTokStart);var u;if(this.type===A._function||(u=this.isAsyncFunction())){var c=this.startNode();this.next(),u&&this.next(),i.declaration=this.parseFunction(c,Bo|d5,!1,u)}else if(this.type===A._class){var f=this.startNode();i.declaration=this.parseClass(f,"nullableID")}else i.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(i,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())i.declaration=this.parseStatement(null),i.declaration.type==="VariableDeclaration"?this.checkVariableExport(s,i.declaration.declarations):this.checkExport(s,i.declaration.id.name,i.declaration.id.start),i.specifiers=[],i.source=null;else{if(i.declaration=null,i.specifiers=this.parseExportSpecifiers(s),this.eatContextual("from"))this.type!==A.string&&this.unexpected(),i.source=this.parseExprAtom();else{for(var h=0,g=i.specifiers;h<g.length;h+=1){var C=g[h];this.checkUnreserved(C.local),this.checkLocalExport(C.local),C.local.type==="Literal"&&this.raise(C.local.start,"A string literal cannot be used as an exported binding without `from`.")}i.source=null}this.semicolon()}return this.finishNode(i,"ExportNamedDeclaration")};_e.checkExport=function(i,s,u){!i||(_o(i,s)&&this.raiseRecoverable(u,"Duplicate export '"+s+"'"),i[s]=!0)};_e.checkPatternExport=function(i,s){var u=s.type;if(u==="Identifier")this.checkExport(i,s.name,s.start);else if(u==="ObjectPattern")for(var c=0,f=s.properties;c<f.length;c+=1){var h=f[c];this.checkPatternExport(i,h)}else if(u==="ArrayPattern")for(var g=0,C=s.elements;g<C.length;g+=1){var x=C[g];x&&this.checkPatternExport(i,x)}else u==="Property"?this.checkPatternExport(i,s.value):u==="AssignmentPattern"?this.checkPatternExport(i,s.left):u==="RestElement"?this.checkPatternExport(i,s.argument):u==="ParenthesizedExpression"&&this.checkPatternExport(i,s.expression)};_e.checkVariableExport=function(i,s){if(!!i)for(var u=0,c=s;u<c.length;u+=1){var f=c[u];this.checkPatternExport(i,f.id)}};_e.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()};_e.parseExportSpecifiers=function(i){var s=[],u=!0;for(this.expect(A.braceL);!this.eat(A.braceR);){if(u)u=!1;else if(this.expect(A.comma),this.afterTrailingComma(A.braceR))break;var c=this.startNode();c.local=this.parseModuleExportName(),c.exported=this.eatContextual("as")?this.parseModuleExportName():c.local,this.checkExport(i,c.exported[c.exported.type==="Identifier"?"name":"value"],c.exported.start),s.push(this.finishNode(c,"ExportSpecifier"))}return s};_e.parseImport=function(i){return this.next(),this.type===A.string?(i.specifiers=MK,i.source=this.parseExprAtom()):(i.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),i.source=this.type===A.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(i,"ImportDeclaration")};_e.parseImportSpecifiers=function(){var i=[],s=!0;if(this.type===A.name){var u=this.startNode();if(u.local=this.parseIdent(),this.checkLValSimple(u.local,ei),i.push(this.finishNode(u,"ImportDefaultSpecifier")),!this.eat(A.comma))return i}if(this.type===A.star){var c=this.startNode();return this.next(),this.expectContextual("as"),c.local=this.parseIdent(),this.checkLValSimple(c.local,ei),i.push(this.finishNode(c,"ImportNamespaceSpecifier")),i}for(this.expect(A.braceL);!this.eat(A.braceR);){if(s)s=!1;else if(this.expect(A.comma),this.afterTrailingComma(A.braceR))break;var f=this.startNode();f.imported=this.parseModuleExportName(),this.eatContextual("as")?f.local=this.parseIdent():(this.checkUnreserved(f.imported),f.local=f.imported),this.checkLValSimple(f.local,ei),i.push(this.finishNode(f,"ImportSpecifier"))}return i};_e.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===A.string){var i=this.parseLiteral(this.value);return NK.test(i.value)&&this.raise(i.start,"An export name cannot include a lone surrogate."),i}return this.parseIdent(!0)};_e.adaptDirectivePrologue=function(i){for(var s=0;s<i.length&&this.isDirectiveCandidate(i[s]);++s)i[s].directive=i[s].expression.raw.slice(1,-1)};_e.isDirectiveCandidate=function(i){return i.type==="ExpressionStatement"&&i.expression.type==="Literal"&&typeof i.expression.value=="string"&&(this.input[i.start]==='"'||this.input[i.start]==="'")};var An=at.prototype;An.toAssignable=function(i,s,u){if(this.options.ecmaVersion>=6&&i)switch(i.type){case"Identifier":this.inAsync&&i.name==="await"&&this.raise(i.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":i.type="ObjectPattern",u&&this.checkPatternErrors(u,!0);for(var c=0,f=i.properties;c<f.length;c+=1){var h=f[c];this.toAssignable(h,s),h.type==="RestElement"&&(h.argument.type==="ArrayPattern"||h.argument.type==="ObjectPattern")&&this.raise(h.argument.start,"Unexpected token")}break;case"Property":i.kind!=="init"&&this.raise(i.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(i.value,s);break;case"ArrayExpression":i.type="ArrayPattern",u&&this.checkPatternErrors(u,!0),this.toAssignableList(i.elements,s);break;case"SpreadElement":i.type="RestElement",this.toAssignable(i.argument,s),i.argument.type==="AssignmentPattern"&&this.raise(i.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":i.operator!=="="&&this.raise(i.left.end,"Only '=' operator can be used for specifying default value."),i.type="AssignmentPattern",delete i.operator,this.toAssignable(i.left,s);break;case"ParenthesizedExpression":this.toAssignable(i.expression,s,u);break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!s)break;default:this.raise(i.start,"Assigning to rvalue")}else u&&this.checkPatternErrors(u,!0);return i};An.toAssignableList=function(i,s){for(var u=i.length,c=0;c<u;c++){var f=i[c];f&&this.toAssignable(f,s)}if(u){var h=i[u-1];this.options.ecmaVersion===6&&s&&h&&h.type==="RestElement"&&h.argument.type!=="Identifier"&&this.unexpected(h.argument.start)}return i};An.parseSpread=function(i){var s=this.startNode();return this.next(),s.argument=this.parseMaybeAssign(!1,i),this.finishNode(s,"SpreadElement")};An.parseRestBinding=function(){var i=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==A.name&&this.unexpected(),i.argument=this.parseBindingAtom(),this.finishNode(i,"RestElement")};An.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case A.bracketL:var i=this.startNode();return this.next(),i.elements=this.parseBindingList(A.bracketR,!0,!0),this.finishNode(i,"ArrayPattern");case A.braceL:return this.parseObj(!0)}return this.parseIdent()};An.parseBindingList=function(i,s,u){for(var c=[],f=!0;!this.eat(i);)if(f?f=!1:this.expect(A.comma),s&&this.type===A.comma)c.push(null);else{if(u&&this.afterTrailingComma(i))break;if(this.type===A.ellipsis){var h=this.parseRestBinding();this.parseBindingListItem(h),c.push(h),this.type===A.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.expect(i);break}else{var g=this.parseMaybeDefault(this.start,this.startLoc);this.parseBindingListItem(g),c.push(g)}}return c};An.parseBindingListItem=function(i){return i};An.parseMaybeDefault=function(i,s,u){if(u=u||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(A.eq))return u;var c=this.startNodeAt(i,s);return c.left=u,c.right=this.parseMaybeAssign(),this.finishNode(c,"AssignmentPattern")};An.checkLValSimple=function(i,s,u){s===void 0&&(s=Rp);var c=s!==Rp;switch(i.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(i.name)&&this.raiseRecoverable(i.start,(c?"Binding ":"Assigning to ")+i.name+" in strict mode"),c&&(s===ei&&i.name==="let"&&this.raiseRecoverable(i.start,"let is disallowed as a lexically bound name"),u&&(_o(u,i.name)&&this.raiseRecoverable(i.start,"Argument name clash"),u[i.name]=!0),s!==h5&&this.declareName(i.name,s,i.start));break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":c&&this.raiseRecoverable(i.start,"Binding member expression");break;case"ParenthesizedExpression":return c&&this.raiseRecoverable(i.start,"Binding parenthesized expression"),this.checkLValSimple(i.expression,s,u);default:this.raise(i.start,(c?"Binding":"Assigning to")+" rvalue")}};An.checkLValPattern=function(i,s,u){switch(s===void 0&&(s=Rp),i.type){case"ObjectPattern":for(var c=0,f=i.properties;c<f.length;c+=1){var h=f[c];this.checkLValInnerPattern(h,s,u)}break;case"ArrayPattern":for(var g=0,C=i.elements;g<C.length;g+=1){var x=C[g];x&&this.checkLValInnerPattern(x,s,u)}break;default:this.checkLValSimple(i,s,u)}};An.checkLValInnerPattern=function(i,s,u){switch(s===void 0&&(s=Rp),i.type){case"Property":this.checkLValInnerPattern(i.value,s,u);break;case"AssignmentPattern":this.checkLValPattern(i.left,s,u);break;case"RestElement":this.checkLValPattern(i.argument,s,u);break;default:this.checkLValPattern(i,s,u)}};var Qr=function(s,u,c,f,h){this.token=s,this.isExpr=!!u,this.preserveSpace=!!c,this.override=f,this.generator=!!h},Xe={b_stat:new Qr("{",!1),b_expr:new Qr("{",!0),b_tmpl:new Qr("${",!1),p_stat:new Qr("(",!1),p_expr:new Qr("(",!0),q_tmpl:new Qr("`",!0,!0,function(i){return i.tryReadTemplateToken()}),f_stat:new Qr("function",!1),f_expr:new Qr("function",!0),f_expr_gen:new Qr("function",!0,!1,null,!0),f_gen:new Qr("function",!1,!1,null,!0)},Wa=at.prototype;Wa.initialContext=function(){return[Xe.b_stat]};Wa.curContext=function(){return this.context[this.context.length-1]};Wa.braceIsBlock=function(i){var s=this.curContext();return s===Xe.f_expr||s===Xe.f_stat?!0:i===A.colon&&(s===Xe.b_stat||s===Xe.b_expr)?!s.isExpr:i===A._return||i===A.name&&this.exprAllowed?pr.test(this.input.slice(this.lastTokEnd,this.start)):i===A._else||i===A.semi||i===A.eof||i===A.parenR||i===A.arrow?!0:i===A.braceL?s===Xe.b_stat:i===A._var||i===A._const||i===A.name?!1:!this.exprAllowed};Wa.inGeneratorContext=function(){for(var i=this.context.length-1;i>=1;i--){var s=this.context[i];if(s.token==="function")return s.generator}return!1};Wa.updateContext=function(i){var s,u=this.type;u.keyword&&i===A.dot?this.exprAllowed=!1:(s=u.updateContext)?s.call(this,i):this.exprAllowed=u.beforeExpr};Wa.overrideContext=function(i){this.curContext()!==i&&(this.context[this.context.length-1]=i)};A.parenR.updateContext=A.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var i=this.context.pop();i===Xe.b_stat&&this.curContext().token==="function"&&(i=this.context.pop()),this.exprAllowed=!i.isExpr};A.braceL.updateContext=function(i){this.context.push(this.braceIsBlock(i)?Xe.b_stat:Xe.b_expr),this.exprAllowed=!0};A.dollarBraceL.updateContext=function(){this.context.push(Xe.b_tmpl),this.exprAllowed=!0};A.parenL.updateContext=function(i){var s=i===A._if||i===A._for||i===A._with||i===A._while;this.context.push(s?Xe.p_stat:Xe.p_expr),this.exprAllowed=!0};A.incDec.updateContext=function(){};A._function.updateContext=A._class.updateContext=function(i){i.beforeExpr&&i!==A._else&&!(i===A.semi&&this.curContext()!==Xe.p_stat)&&!(i===A._return&&pr.test(this.input.slice(this.lastTokEnd,this.start)))&&!((i===A.colon||i===A.braceL)&&this.curContext()===Xe.b_stat)?this.context.push(Xe.f_expr):this.context.push(Xe.f_stat),this.exprAllowed=!1};A.backQuote.updateContext=function(){this.curContext()===Xe.q_tmpl?this.context.pop():this.context.push(Xe.q_tmpl),this.exprAllowed=!1};A.star.updateContext=function(i){if(i===A._function){var s=this.context.length-1;this.context[s]===Xe.f_expr?this.context[s]=Xe.f_expr_gen:this.context[s]=Xe.f_gen}this.exprAllowed=!0};A.name.updateContext=function(i){var s=!1;this.options.ecmaVersion>=6&&i!==A.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(s=!0),this.exprAllowed=s};var Me=at.prototype;Me.checkPropClash=function(i,s,u){if(!(this.options.ecmaVersion>=9&&i.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(i.computed||i.method||i.shorthand))){var c=i.key,f;switch(c.type){case"Identifier":f=c.name;break;case"Literal":f=String(c.value);break;default:return}var h=i.kind;if(this.options.ecmaVersion>=6){f==="__proto__"&&h==="init"&&(s.proto&&(u?u.doubleProto<0&&(u.doubleProto=c.start):this.raiseRecoverable(c.start,"Redefinition of __proto__ property")),s.proto=!0);return}f="$"+f;var g=s[f];if(g){var C;h==="init"?C=this.strict&&g.init||g.get||g.set:C=g.init||g[h],C&&this.raiseRecoverable(c.start,"Redefinition of property")}else g=s[f]={init:!1,get:!1,set:!1};g[h]=!0}};Me.parseExpression=function(i,s){var u=this.start,c=this.startLoc,f=this.parseMaybeAssign(i,s);if(this.type===A.comma){var h=this.startNodeAt(u,c);for(h.expressions=[f];this.eat(A.comma);)h.expressions.push(this.parseMaybeAssign(i,s));return this.finishNode(h,"SequenceExpression")}return f};Me.parseMaybeAssign=function(i,s,u){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(i);this.exprAllowed=!1}var c=!1,f=-1,h=-1,g=-1;s?(f=s.parenthesizedAssign,h=s.trailingComma,g=s.doubleProto,s.parenthesizedAssign=s.trailingComma=-1):(s=new Wp,c=!0);var C=this.start,x=this.startLoc;(this.type===A.parenL||this.type===A.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=i==="await");var I=this.parseMaybeConditional(i,s);if(u&&(I=u.call(this,I,C,x)),this.type.isAssign){var N=this.startNodeAt(C,x);return N.operator=this.value,this.type===A.eq&&(I=this.toAssignable(I,!1,s)),c||(s.parenthesizedAssign=s.trailingComma=s.doubleProto=-1),s.shorthandAssign>=I.start&&(s.shorthandAssign=-1),this.type===A.eq?this.checkLValPattern(I):this.checkLValSimple(I),N.left=I,this.next(),N.right=this.parseMaybeAssign(i),g>-1&&(s.doubleProto=g),this.finishNode(N,"AssignmentExpression")}else c&&this.checkExpressionErrors(s,!0);return f>-1&&(s.parenthesizedAssign=f),h>-1&&(s.trailingComma=h),I};Me.parseMaybeConditional=function(i,s){var u=this.start,c=this.startLoc,f=this.parseExprOps(i,s);if(this.checkExpressionErrors(s))return f;if(this.eat(A.question)){var h=this.startNodeAt(u,c);return h.test=f,h.consequent=this.parseMaybeAssign(),this.expect(A.colon),h.alternate=this.parseMaybeAssign(i),this.finishNode(h,"ConditionalExpression")}return f};Me.parseExprOps=function(i,s){var u=this.start,c=this.startLoc,f=this.parseMaybeUnary(s,!1,!1,i);return this.checkExpressionErrors(s)||f.start===u&&f.type==="ArrowFunctionExpression"?f:this.parseExprOp(f,u,c,-1,i)};Me.parseExprOp=function(i,s,u,c,f){var h=this.type.binop;if(h!=null&&(!f||this.type!==A._in)&&h>c){var g=this.type===A.logicalOR||this.type===A.logicalAND,C=this.type===A.coalesce;C&&(h=A.logicalAND.binop);var x=this.value;this.next();var I=this.start,N=this.startLoc,j=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,f),I,N,h,f),O=this.buildBinary(s,u,i,j,x,g||C);return(g&&this.type===A.coalesce||C&&(this.type===A.logicalOR||this.type===A.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(O,s,u,c,f)}return i};Me.buildBinary=function(i,s,u,c,f,h){c.type==="PrivateIdentifier"&&this.raise(c.start,"Private identifier can only be left side of binary expression");var g=this.startNodeAt(i,s);return g.left=u,g.operator=f,g.right=c,this.finishNode(g,h?"LogicalExpression":"BinaryExpression")};Me.parseMaybeUnary=function(i,s,u,c){var f=this.start,h=this.startLoc,g;if(this.isContextual("await")&&this.canAwait)g=this.parseAwait(c),s=!0;else if(this.type.prefix){var C=this.startNode(),x=this.type===A.incDec;C.operator=this.value,C.prefix=!0,this.next(),C.argument=this.parseMaybeUnary(null,!0,x,c),this.checkExpressionErrors(i,!0),x?this.checkLValSimple(C.argument):this.strict&&C.operator==="delete"&&C.argument.type==="Identifier"?this.raiseRecoverable(C.start,"Deleting local variable in strict mode"):C.operator==="delete"&&m5(C.argument)?this.raiseRecoverable(C.start,"Private fields can not be deleted"):s=!0,g=this.finishNode(C,x?"UpdateExpression":"UnaryExpression")}else if(!s&&this.type===A.privateId)(c||this.privateNameStack.length===0)&&this.unexpected(),g=this.parsePrivateIdent(),this.type!==A._in&&this.unexpected();else{if(g=this.parseExprSubscripts(i,c),this.checkExpressionErrors(i))return g;for(;this.type.postfix&&!this.canInsertSemicolon();){var I=this.startNodeAt(f,h);I.operator=this.value,I.prefix=!1,I.argument=g,this.checkLValSimple(g),this.next(),g=this.finishNode(I,"UpdateExpression")}}if(!u&&this.eat(A.starstar))if(s)this.unexpected(this.lastTokStart);else return this.buildBinary(f,h,g,this.parseMaybeUnary(null,!1,!1,c),"**",!1);else return g};function m5(i){return i.type==="MemberExpression"&&i.property.type==="PrivateIdentifier"||i.type==="ChainExpression"&&m5(i.expression)}Me.parseExprSubscripts=function(i,s){var u=this.start,c=this.startLoc,f=this.parseExprAtom(i,s);if(f.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return f;var h=this.parseSubscripts(f,u,c,!1,s);return i&&h.type==="MemberExpression"&&(i.parenthesizedAssign>=h.start&&(i.parenthesizedAssign=-1),i.parenthesizedBind>=h.start&&(i.parenthesizedBind=-1),i.trailingComma>=h.start&&(i.trailingComma=-1)),h};Me.parseSubscripts=function(i,s,u,c,f){for(var h=this.options.ecmaVersion>=8&&i.type==="Identifier"&&i.name==="async"&&this.lastTokEnd===i.end&&!this.canInsertSemicolon()&&i.end-i.start===5&&this.potentialArrowAt===i.start,g=!1;;){var C=this.parseSubscript(i,s,u,c,h,g,f);if(C.optional&&(g=!0),C===i||C.type==="ArrowFunctionExpression"){if(g){var x=this.startNodeAt(s,u);x.expression=C,C=this.finishNode(x,"ChainExpression")}return C}i=C}};Me.parseSubscript=function(i,s,u,c,f,h,g){var C=this.options.ecmaVersion>=11,x=C&&this.eat(A.questionDot);c&&x&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var I=this.eat(A.bracketL);if(I||x&&this.type!==A.parenL&&this.type!==A.backQuote||this.eat(A.dot)){var N=this.startNodeAt(s,u);N.object=i,I?(N.property=this.parseExpression(),this.expect(A.bracketR)):this.type===A.privateId&&i.type!=="Super"?N.property=this.parsePrivateIdent():N.property=this.parseIdent(this.options.allowReserved!=="never"),N.computed=!!I,C&&(N.optional=x),i=this.finishNode(N,"MemberExpression")}else if(!c&&this.eat(A.parenL)){var j=new Wp,O=this.yieldPos,R=this.awaitPos,V=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var Y=this.parseExprList(A.parenR,this.options.ecmaVersion>=8,!1,j);if(f&&!x&&!this.canInsertSemicolon()&&this.eat(A.arrow))return this.checkPatternErrors(j,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=O,this.awaitPos=R,this.awaitIdentPos=V,this.parseArrowExpression(this.startNodeAt(s,u),Y,!0,g);this.checkExpressionErrors(j,!0),this.yieldPos=O||this.yieldPos,this.awaitPos=R||this.awaitPos,this.awaitIdentPos=V||this.awaitIdentPos;var Z=this.startNodeAt(s,u);Z.callee=i,Z.arguments=Y,C&&(Z.optional=x),i=this.finishNode(Z,"CallExpression")}else if(this.type===A.backQuote){(x||h)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var ue=this.startNodeAt(s,u);ue.tag=i,ue.quasi=this.parseTemplate({isTagged:!0}),i=this.finishNode(ue,"TaggedTemplateExpression")}return i};Me.parseExprAtom=function(i,s){this.type===A.slash&&this.readRegexp();var u,c=this.potentialArrowAt===this.start;switch(this.type){case A._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),u=this.startNode(),this.next(),this.type===A.parenL&&!this.allowDirectSuper&&this.raise(u.start,"super() call outside constructor of a subclass"),this.type!==A.dot&&this.type!==A.bracketL&&this.type!==A.parenL&&this.unexpected(),this.finishNode(u,"Super");case A._this:return u=this.startNode(),this.next(),this.finishNode(u,"ThisExpression");case A.name:var f=this.start,h=this.startLoc,g=this.containsEsc,C=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!g&&C.name==="async"&&!this.canInsertSemicolon()&&this.eat(A._function))return this.overrideContext(Xe.f_expr),this.parseFunction(this.startNodeAt(f,h),0,!1,!0,s);if(c&&!this.canInsertSemicolon()){if(this.eat(A.arrow))return this.parseArrowExpression(this.startNodeAt(f,h),[C],!1,s);if(this.options.ecmaVersion>=8&&C.name==="async"&&this.type===A.name&&!g&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return C=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(A.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(f,h),[C],!0,s)}return C;case A.regexp:var x=this.value;return u=this.parseLiteral(x.value),u.regex={pattern:x.pattern,flags:x.flags},u;case A.num:case A.string:return this.parseLiteral(this.value);case A._null:case A._true:case A._false:return u=this.startNode(),u.value=this.type===A._null?null:this.type===A._true,u.raw=this.type.keyword,this.next(),this.finishNode(u,"Literal");case A.parenL:var I=this.start,N=this.parseParenAndDistinguishExpression(c,s);return i&&(i.parenthesizedAssign<0&&!this.isSimpleAssignTarget(N)&&(i.parenthesizedAssign=I),i.parenthesizedBind<0&&(i.parenthesizedBind=I)),N;case A.bracketL:return u=this.startNode(),this.next(),u.elements=this.parseExprList(A.bracketR,!0,!0,i),this.finishNode(u,"ArrayExpression");case A.braceL:return this.overrideContext(Xe.b_expr),this.parseObj(!1,i);case A._function:return u=this.startNode(),this.next(),this.parseFunction(u,0);case A._class:return this.parseClass(this.startNode(),!1);case A._new:return this.parseNew();case A.backQuote:return this.parseTemplate();case A._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}};Me.parseExprImport=function(){var i=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var s=this.parseIdent(!0);switch(this.type){case A.parenL:return this.parseDynamicImport(i);case A.dot:return i.meta=s,this.parseImportMeta(i);default:this.unexpected()}};Me.parseDynamicImport=function(i){if(this.next(),i.source=this.parseMaybeAssign(),!this.eat(A.parenR)){var s=this.start;this.eat(A.comma)&&this.eat(A.parenR)?this.raiseRecoverable(s,"Trailing comma is not allowed in import()"):this.unexpected(s)}return this.finishNode(i,"ImportExpression")};Me.parseImportMeta=function(i){this.next();var s=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="meta"&&this.raiseRecoverable(i.property.start,"The only valid meta property for import is 'import.meta'"),s&&this.raiseRecoverable(i.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(i.start,"Cannot use 'import.meta' outside a module"),this.finishNode(i,"MetaProperty")};Me.parseLiteral=function(i){var s=this.startNode();return s.value=i,s.raw=this.input.slice(this.start,this.end),s.raw.charCodeAt(s.raw.length-1)===110&&(s.bigint=s.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(s,"Literal")};Me.parseParenExpression=function(){this.expect(A.parenL);var i=this.parseExpression();return this.expect(A.parenR),i};Me.parseParenAndDistinguishExpression=function(i,s){var u=this.start,c=this.startLoc,f,h=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var g=this.start,C=this.startLoc,x=[],I=!0,N=!1,j=new Wp,O=this.yieldPos,R=this.awaitPos,V;for(this.yieldPos=0,this.awaitPos=0;this.type!==A.parenR;)if(I?I=!1:this.expect(A.comma),h&&this.afterTrailingComma(A.parenR,!0)){N=!0;break}else if(this.type===A.ellipsis){V=this.start,x.push(this.parseParenItem(this.parseRestBinding())),this.type===A.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}else x.push(this.parseMaybeAssign(!1,j,this.parseParenItem));var Y=this.lastTokEnd,Z=this.lastTokEndLoc;if(this.expect(A.parenR),i&&!this.canInsertSemicolon()&&this.eat(A.arrow))return this.checkPatternErrors(j,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=O,this.awaitPos=R,this.parseParenArrowList(u,c,x,s);(!x.length||N)&&this.unexpected(this.lastTokStart),V&&this.unexpected(V),this.checkExpressionErrors(j,!0),this.yieldPos=O||this.yieldPos,this.awaitPos=R||this.awaitPos,x.length>1?(f=this.startNodeAt(g,C),f.expressions=x,this.finishNodeAt(f,"SequenceExpression",Y,Z)):f=x[0]}else f=this.parseParenExpression();if(this.options.preserveParens){var ue=this.startNodeAt(u,c);return ue.expression=f,this.finishNode(ue,"ParenthesizedExpression")}else return f};Me.parseParenItem=function(i){return i};Me.parseParenArrowList=function(i,s,u,c){return this.parseArrowExpression(this.startNodeAt(i,s),u,!1,c)};var RK=[];Me.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var i=this.startNode(),s=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(A.dot)){i.meta=s;var u=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="target"&&this.raiseRecoverable(i.property.start,"The only valid meta property for new is 'new.target'"),u&&this.raiseRecoverable(i.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(i.start,"'new.target' can only be used in functions and class static block"),this.finishNode(i,"MetaProperty")}var c=this.start,f=this.startLoc,h=this.type===A._import;return i.callee=this.parseSubscripts(this.parseExprAtom(),c,f,!0,!1),h&&i.callee.type==="ImportExpression"&&this.raise(c,"Cannot use new with import()"),this.eat(A.parenL)?i.arguments=this.parseExprList(A.parenR,this.options.ecmaVersion>=8,!1):i.arguments=RK,this.finishNode(i,"NewExpression")};Me.parseTemplateElement=function(i){var s=i.isTagged,u=this.startNode();return this.type===A.invalidTemplate?(s||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),u.value={raw:this.value,cooked:null}):u.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
`),cooked:this.value},this.next(),u.tail=this.type===A.backQuote,this.finishNode(u,"TemplateElement")};Me.parseTemplate=function(i){i===void 0&&(i={});var s=i.isTagged;s===void 0&&(s=!1);var u=this.startNode();this.next(),u.expressions=[];var c=this.parseTemplateElement({isTagged:s});for(u.quasis=[c];!c.tail;)this.type===A.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(A.dollarBraceL),u.expressions.push(this.parseExpression()),this.expect(A.braceR),u.quasis.push(c=this.parseTemplateElement({isTagged:s}));return this.next(),this.finishNode(u,"TemplateLiteral")};Me.isAsyncProp=function(i){return!i.computed&&i.key.type==="Identifier"&&i.key.name==="async"&&(this.type===A.name||this.type===A.num||this.type===A.string||this.type===A.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===A.star)&&!pr.test(this.input.slice(this.lastTokEnd,this.start))};Me.parseObj=function(i,s){var u=this.startNode(),c=!0,f={};for(u.properties=[],this.next();!this.eat(A.braceR);){if(c)c=!1;else if(this.expect(A.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(A.braceR))break;var h=this.parseProperty(i,s);i||this.checkPropClash(h,f,s),u.properties.push(h)}return this.finishNode(u,i?"ObjectPattern":"ObjectExpression")};Me.parseProperty=function(i,s){var u=this.startNode(),c,f,h,g;if(this.options.ecmaVersion>=9&&this.eat(A.ellipsis))return i?(u.argument=this.parseIdent(!1),this.type===A.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(u,"RestElement")):(this.type===A.parenL&&s&&(s.parenthesizedAssign<0&&(s.parenthesizedAssign=this.start),s.parenthesizedBind<0&&(s.parenthesizedBind=this.start)),u.argument=this.parseMaybeAssign(!1,s),this.type===A.comma&&s&&s.trailingComma<0&&(s.trailingComma=this.start),this.finishNode(u,"SpreadElement"));this.options.ecmaVersion>=6&&(u.method=!1,u.shorthand=!1,(i||s)&&(h=this.start,g=this.startLoc),i||(c=this.eat(A.star)));var C=this.containsEsc;return this.parsePropertyName(u),!i&&!C&&this.options.ecmaVersion>=8&&!c&&this.isAsyncProp(u)?(f=!0,c=this.options.ecmaVersion>=9&&this.eat(A.star),this.parsePropertyName(u,s)):f=!1,this.parsePropertyValue(u,i,c,f,h,g,s,C),this.finishNode(u,"Property")};Me.parsePropertyValue=function(i,s,u,c,f,h,g,C){if((u||c)&&this.type===A.colon&&this.unexpected(),this.eat(A.colon))i.value=s?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,g),i.kind="init";else if(this.options.ecmaVersion>=6&&this.type===A.parenL)s&&this.unexpected(),i.kind="init",i.method=!0,i.value=this.parseMethod(u,c);else if(!s&&!C&&this.options.ecmaVersion>=5&&!i.computed&&i.key.type==="Identifier"&&(i.key.name==="get"||i.key.name==="set")&&this.type!==A.comma&&this.type!==A.braceR&&this.type!==A.eq){(u||c)&&this.unexpected(),i.kind=i.key.name,this.parsePropertyName(i),i.value=this.parseMethod(!1);var x=i.kind==="get"?0:1;if(i.value.params.length!==x){var I=i.value.start;i.kind==="get"?this.raiseRecoverable(I,"getter should have no params"):this.raiseRecoverable(I,"setter should have exactly one param")}else i.kind==="set"&&i.value.params[0].type==="RestElement"&&this.raiseRecoverable(i.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!i.computed&&i.key.type==="Identifier"?((u||c)&&this.unexpected(),this.checkUnreserved(i.key),i.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=f),i.kind="init",s?i.value=this.parseMaybeDefault(f,h,this.copyNode(i.key)):this.type===A.eq&&g?(g.shorthandAssign<0&&(g.shorthandAssign=this.start),i.value=this.parseMaybeDefault(f,h,this.copyNode(i.key))):i.value=this.copyNode(i.key),i.shorthand=!0):this.unexpected()};Me.parsePropertyName=function(i){if(this.options.ecmaVersion>=6){if(this.eat(A.bracketL))return i.computed=!0,i.key=this.parseMaybeAssign(),this.expect(A.bracketR),i.key;i.computed=!1}return i.key=this.type===A.num||this.type===A.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};Me.initFunction=function(i){i.id=null,this.options.ecmaVersion>=6&&(i.generator=i.expression=!1),this.options.ecmaVersion>=8&&(i.async=!1)};Me.parseMethod=function(i,s,u){var c=this.startNode(),f=this.yieldPos,h=this.awaitPos,g=this.awaitIdentPos;return this.initFunction(c),this.options.ecmaVersion>=6&&(c.generator=i),this.options.ecmaVersion>=8&&(c.async=!!s),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(By(s,c.generator)|Fy|(u?l5:0)),this.expect(A.parenL),c.params=this.parseBindingList(A.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(c,!1,!0,!1),this.yieldPos=f,this.awaitPos=h,this.awaitIdentPos=g,this.finishNode(c,"FunctionExpression")};Me.parseArrowExpression=function(i,s,u,c){var f=this.yieldPos,h=this.awaitPos,g=this.awaitIdentPos;return this.enterScope(By(u,!1)|o5),this.initFunction(i),this.options.ecmaVersion>=8&&(i.async=!!u),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,i.params=this.toAssignableList(s,!0),this.parseFunctionBody(i,!0,!1,c),this.yieldPos=f,this.awaitPos=h,this.awaitIdentPos=g,this.finishNode(i,"ArrowFunctionExpression")};Me.parseFunctionBody=function(i,s,u,c){var f=s&&this.type!==A.braceL,h=this.strict,g=!1;if(f)i.body=this.parseMaybeAssign(c),i.expression=!0,this.checkParams(i,!1);else{var C=this.options.ecmaVersion>=7&&!this.isSimpleParamList(i.params);(!h||C)&&(g=this.strictDirective(this.end),g&&C&&this.raiseRecoverable(i.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var x=this.labels;this.labels=[],g&&(this.strict=!0),this.checkParams(i,!h&&!g&&!s&&!u&&this.isSimpleParamList(i.params)),this.strict&&i.id&&this.checkLValSimple(i.id,h5),i.body=this.parseBlock(!1,void 0,g&&!h),i.expression=!1,this.adaptDirectivePrologue(i.body.body),this.labels=x}this.exitScope()};Me.isSimpleParamList=function(i){for(var s=0,u=i;s<u.length;s+=1){var c=u[s];if(c.type!=="Identifier")return!1}return!0};Me.checkParams=function(i,s){for(var u=Object.create(null),c=0,f=i.params;c<f.length;c+=1){var h=f[c];this.checkLValInnerPattern(h,Ty,s?null:u)}};Me.parseExprList=function(i,s,u,c){for(var f=[],h=!0;!this.eat(i);){if(h)h=!1;else if(this.expect(A.comma),s&&this.afterTrailingComma(i))break;var g=void 0;u&&this.type===A.comma?g=null:this.type===A.ellipsis?(g=this.parseSpread(c),c&&this.type===A.comma&&c.trailingComma<0&&(c.trailingComma=this.start)):g=this.parseMaybeAssign(!1,c),f.push(g)}return f};Me.checkUnreserved=function(i){var s=i.start,u=i.end,c=i.name;if(this.inGenerator&&c==="yield"&&this.raiseRecoverable(s,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&c==="await"&&this.raiseRecoverable(s,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&c==="arguments"&&this.raiseRecoverable(s,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(c==="arguments"||c==="await")&&this.raise(s,"Cannot use "+c+" in class static initialization block"),this.keywords.test(c)&&this.raise(s,"Unexpected keyword '"+c+"'"),!(this.options.ecmaVersion<6&&this.input.slice(s,u).indexOf("\\")!==-1)){var f=this.strict?this.reservedWordsStrict:this.reservedWords;f.test(c)&&(!this.inAsync&&c==="await"&&this.raiseRecoverable(s,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(s,"The keyword '"+c+"' is reserved"))}};Me.parseIdent=function(i,s){var u=this.startNode();return this.type===A.name?u.name=this.value:this.type.keyword?(u.name=this.type.keyword,(u.name==="class"||u.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop()):this.unexpected(),this.next(!!i),this.finishNode(u,"Identifier"),i||(this.checkUnreserved(u),u.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=u.start)),u};Me.parsePrivateIdent=function(){var i=this.startNode();return this.type===A.privateId?i.name=this.value:this.unexpected(),this.next(),this.finishNode(i,"PrivateIdentifier"),this.privateNameStack.length===0?this.raise(i.start,"Private field '#"+i.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(i),i};Me.parseYield=function(i){this.yieldPos||(this.yieldPos=this.start);var s=this.startNode();return this.next(),this.type===A.semi||this.canInsertSemicolon()||this.type!==A.star&&!this.type.startsExpr?(s.delegate=!1,s.argument=null):(s.delegate=this.eat(A.star),s.argument=this.parseMaybeAssign(i)),this.finishNode(s,"YieldExpression")};Me.parseAwait=function(i){this.awaitPos||(this.awaitPos=this.start);var s=this.startNode();return this.next(),s.argument=this.parseMaybeUnary(null,!0,!1,i),this.finishNode(s,"AwaitExpression")};var qp=at.prototype;qp.raise=function(i,s){var u=As(this.input,i);s+=" ("+u.line+":"+u.column+")";var c=new SyntaxError(s);throw c.pos=i,c.loc=u,c.raisedAt=this.pos,c};qp.raiseRecoverable=qp.raise;qp.curPosition=function(){if(this.options.locations)return new qa(this.curLine,this.pos-this.lineStart)};var Ai=at.prototype,VK=function(s){this.flags=s,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};Ai.enterScope=function(i){this.scopeStack.push(new VK(i))};Ai.exitScope=function(){this.scopeStack.pop()};Ai.treatFunctionsAsVarInScope=function(i){return i.flags&Ua||!this.inModule&&i.flags&To};Ai.declareName=function(i,s,u){var c=!1;if(s===ei){var f=this.currentScope();c=f.lexical.indexOf(i)>-1||f.functions.indexOf(i)>-1||f.var.indexOf(i)>-1,f.lexical.push(i),this.inModule&&f.flags&To&&delete this.undefinedExports[i]}else if(s===f5){var h=this.currentScope();h.lexical.push(i)}else if(s===p5){var g=this.currentScope();this.treatFunctionsAsVar?c=g.lexical.indexOf(i)>-1:c=g.lexical.indexOf(i)>-1||g.var.indexOf(i)>-1,g.functions.push(i)}else for(var C=this.scopeStack.length-1;C>=0;--C){var x=this.scopeStack[C];if(x.lexical.indexOf(i)>-1&&!(x.flags&c5&&x.lexical[0]===i)||!this.treatFunctionsAsVarInScope(x)&&x.functions.indexOf(i)>-1){c=!0;break}if(x.var.push(i),this.inModule&&x.flags&To&&delete this.undefinedExports[i],x.flags&wy)break}c&&this.raiseRecoverable(u,"Identifier '"+i+"' has already been declared")};Ai.checkLocalExport=function(i){this.scopeStack[0].lexical.indexOf(i.name)===-1&&this.scopeStack[0].var.indexOf(i.name)===-1&&(this.undefinedExports[i.name]=i)};Ai.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};Ai.currentVarScope=function(){for(var i=this.scopeStack.length-1;;i--){var s=this.scopeStack[i];if(s.flags&wy)return s}};Ai.currentThisScope=function(){for(var i=this.scopeStack.length-1;;i--){var s=this.scopeStack[i];if(s.flags&wy&&!(s.flags&o5))return s}};var ti=function(s,u,c){this.type="",this.start=u,this.end=0,s.options.locations&&(this.loc=new Ci(s,c)),s.options.directSourceFile&&(this.sourceFile=s.options.directSourceFile),s.options.ranges&&(this.range=[u,0])},Io=at.prototype;Io.startNode=function(){return new ti(this,this.start,this.startLoc)};Io.startNodeAt=function(i,s){return new ti(this,i,s)};function g5(i,s,u,c){return i.type=s,i.end=u,this.options.locations&&(i.loc.end=c),this.options.ranges&&(i.range[1]=u),i}Io.finishNode=function(i,s){return g5.call(this,i,s,this.lastTokEnd,this.lastTokEndLoc)};Io.finishNodeAt=function(i,s,u,c){return g5.call(this,i,s,u,c)};Io.copyNode=function(i){var s=new ti(this,i.start,this.startLoc);for(var u in i)s[u]=i[u];return s};var y5="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",D5=y5+" Extended_Pictographic",E5=D5,b5=E5+" EBase EComp EMod EPres ExtPict",qK=b5,GK={9:y5,10:D5,11:E5,12:b5,13:qK},t5="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",C5="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",A5=C5+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",v5=A5+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",x5=v5+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",UK=x5+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",WK={9:C5,10:A5,11:v5,12:x5,13:UK},S5={};function zK(i){var s=S5[i]={binary:bs(GK[i]+" "+t5),nonBinary:{General_Category:bs(t5),Script:bs(WK[i])}};s.nonBinary.Script_Extensions=s.nonBinary.Script,s.nonBinary.gc=s.nonBinary.General_Category,s.nonBinary.sc=s.nonBinary.Script,s.nonBinary.scx=s.nonBinary.Script_Extensions}for(jp=0,by=[9,10,11,12,13];jp<by.length;jp+=1)r5=by[jp],zK(r5);var r5,jp,by,Te=at.prototype,ri=function(s){this.parser=s,this.validFlags="gim"+(s.options.ecmaVersion>=6?"uy":"")+(s.options.ecmaVersion>=9?"s":"")+(s.options.ecmaVersion>=13?"d":""),this.unicodeProperties=S5[s.options.ecmaVersion>=13?13:s.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};ri.prototype.reset=function(s,u,c){var f=c.indexOf("u")!==-1;this.start=s|0,this.source=u+"",this.flags=c,this.switchU=f&&this.parser.options.ecmaVersion>=6,this.switchN=f&&this.parser.options.ecmaVersion>=9};ri.prototype.raise=function(s){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+s)};ri.prototype.at=function(s,u){u===void 0&&(u=!1);var c=this.source,f=c.length;if(s>=f)return-1;var h=c.charCodeAt(s);if(!(u||this.switchU)||h<=55295||h>=57344||s+1>=f)return h;var g=c.charCodeAt(s+1);return g>=56320&&g<=57343?(h<<10)+g-56613888:h};ri.prototype.nextIndex=function(s,u){u===void 0&&(u=!1);var c=this.source,f=c.length;if(s>=f)return f;var h=c.charCodeAt(s),g;return!(u||this.switchU)||h<=55295||h>=57344||s+1>=f||(g=c.charCodeAt(s+1))<56320||g>57343?s+1:s+2};ri.prototype.current=function(s){return s===void 0&&(s=!1),this.at(this.pos,s)};ri.prototype.lookahead=function(s){return s===void 0&&(s=!1),this.at(this.nextIndex(this.pos,s),s)};ri.prototype.advance=function(s){s===void 0&&(s=!1),this.pos=this.nextIndex(this.pos,s)};ri.prototype.eat=function(s,u){return u===void 0&&(u=!1),this.current(u)===s?(this.advance(u),!0):!1};function Gp(i){return i<=65535?String.fromCharCode(i):(i-=65536,String.fromCharCode((i>>10)+55296,(i&1023)+56320))}Te.validateRegExpFlags=function(i){for(var s=i.validFlags,u=i.flags,c=0;c<u.length;c++){var f=u.charAt(c);s.indexOf(f)===-1&&this.raise(i.start,"Invalid regular expression flag"),u.indexOf(f,c+1)>-1&&this.raise(i.start,"Duplicate regular expression flag")}};Te.validateRegExpPattern=function(i){this.regexp_pattern(i),!i.switchN&&this.options.ecmaVersion>=9&&i.groupNames.length>0&&(i.switchN=!0,this.regexp_pattern(i))};Te.regexp_pattern=function(i){i.pos=0,i.lastIntValue=0,i.lastStringValue="",i.lastAssertionIsQuantifiable=!1,i.numCapturingParens=0,i.maxBackReference=0,i.groupNames.length=0,i.backReferenceNames.length=0,this.regexp_disjunction(i),i.pos!==i.source.length&&(i.eat(41)&&i.raise("Unmatched ')'"),(i.eat(93)||i.eat(125))&&i.raise("Lone quantifier brackets")),i.maxBackReference>i.numCapturingParens&&i.raise("Invalid escape");for(var s=0,u=i.backReferenceNames;s<u.length;s+=1){var c=u[s];i.groupNames.indexOf(c)===-1&&i.raise("Invalid named capture referenced")}};Te.regexp_disjunction=function(i){for(this.regexp_alternative(i);i.eat(124);)this.regexp_alternative(i);this.regexp_eatQuantifier(i,!0)&&i.raise("Nothing to repeat"),i.eat(123)&&i.raise("Lone quantifier brackets")};Te.regexp_alternative=function(i){for(;i.pos<i.source.length&&this.regexp_eatTerm(i););};Te.regexp_eatTerm=function(i){return this.regexp_eatAssertion(i)?(i.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(i)&&i.switchU&&i.raise("Invalid quantifier"),!0):(i.switchU?this.regexp_eatAtom(i):this.regexp_eatExtendedAtom(i))?(this.regexp_eatQuantifier(i),!0):!1};Te.regexp_eatAssertion=function(i){var s=i.pos;if(i.lastAssertionIsQuantifiable=!1,i.eat(94)||i.eat(36))return!0;if(i.eat(92)){if(i.eat(66)||i.eat(98))return!0;i.pos=s}if(i.eat(40)&&i.eat(63)){var u=!1;if(this.options.ecmaVersion>=9&&(u=i.eat(60)),i.eat(61)||i.eat(33))return this.regexp_disjunction(i),i.eat(41)||i.raise("Unterminated group"),i.lastAssertionIsQuantifiable=!u,!0}return i.pos=s,!1};Te.regexp_eatQuantifier=function(i,s){return s===void 0&&(s=!1),this.regexp_eatQuantifierPrefix(i,s)?(i.eat(63),!0):!1};Te.regexp_eatQuantifierPrefix=function(i,s){return i.eat(42)||i.eat(43)||i.eat(63)||this.regexp_eatBracedQuantifier(i,s)};Te.regexp_eatBracedQuantifier=function(i,s){var u=i.pos;if(i.eat(123)){var c=0,f=-1;if(this.regexp_eatDecimalDigits(i)&&(c=i.lastIntValue,i.eat(44)&&this.regexp_eatDecimalDigits(i)&&(f=i.lastIntValue),i.eat(125)))return f!==-1&&f<c&&!s&&i.raise("numbers out of order in {} quantifier"),!0;i.switchU&&!s&&i.raise("Incomplete quantifier"),i.pos=u}return!1};Te.regexp_eatAtom=function(i){return this.regexp_eatPatternCharacters(i)||i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)};Te.regexp_eatReverseSolidusAtomEscape=function(i){var s=i.pos;if(i.eat(92)){if(this.regexp_eatAtomEscape(i))return!0;i.pos=s}return!1};Te.regexp_eatUncapturingGroup=function(i){var s=i.pos;if(i.eat(40)){if(i.eat(63)&&i.eat(58)){if(this.regexp_disjunction(i),i.eat(41))return!0;i.raise("Unterminated group")}i.pos=s}return!1};Te.regexp_eatCapturingGroup=function(i){if(i.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(i):i.current()===63&&i.raise("Invalid group"),this.regexp_disjunction(i),i.eat(41))return i.numCapturingParens+=1,!0;i.raise("Unterminated group")}return!1};Te.regexp_eatExtendedAtom=function(i){return i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)||this.regexp_eatInvalidBracedQuantifier(i)||this.regexp_eatExtendedPatternCharacter(i)};Te.regexp_eatInvalidBracedQuantifier=function(i){return this.regexp_eatBracedQuantifier(i,!0)&&i.raise("Nothing to repeat"),!1};Te.regexp_eatSyntaxCharacter=function(i){var s=i.current();return F5(s)?(i.lastIntValue=s,i.advance(),!0):!1};function F5(i){return i===36||i>=40&&i<=43||i===46||i===63||i>=91&&i<=94||i>=123&&i<=125}Te.regexp_eatPatternCharacters=function(i){for(var s=i.pos,u=0;(u=i.current())!==-1&&!F5(u);)i.advance();return i.pos!==s};Te.regexp_eatExtendedPatternCharacter=function(i){var s=i.current();return s!==-1&&s!==36&&!(s>=40&&s<=43)&&s!==46&&s!==63&&s!==91&&s!==94&&s!==124?(i.advance(),!0):!1};Te.regexp_groupSpecifier=function(i){if(i.eat(63)){if(this.regexp_eatGroupName(i)){i.groupNames.indexOf(i.lastStringValue)!==-1&&i.raise("Duplicate capture group name"),i.groupNames.push(i.lastStringValue);return}i.raise("Invalid group")}};Te.regexp_eatGroupName=function(i){if(i.lastStringValue="",i.eat(60)){if(this.regexp_eatRegExpIdentifierName(i)&&i.eat(62))return!0;i.raise("Invalid capture group name")}return!1};Te.regexp_eatRegExpIdentifierName=function(i){if(i.lastStringValue="",this.regexp_eatRegExpIdentifierStart(i)){for(i.lastStringValue+=Gp(i.lastIntValue);this.regexp_eatRegExpIdentifierPart(i);)i.lastStringValue+=Gp(i.lastIntValue);return!0}return!1};Te.regexp_eatRegExpIdentifierStart=function(i){var s=i.pos,u=this.options.ecmaVersion>=11,c=i.current(u);return i.advance(u),c===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,u)&&(c=i.lastIntValue),$K(c)?(i.lastIntValue=c,!0):(i.pos=s,!1)};function $K(i){return On(i,!0)||i===36||i===95}Te.regexp_eatRegExpIdentifierPart=function(i){var s=i.pos,u=this.options.ecmaVersion>=11,c=i.current(u);return i.advance(u),c===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,u)&&(c=i.lastIntValue),HK(c)?(i.lastIntValue=c,!0):(i.pos=s,!1)};function HK(i){return Cs(i,!0)||i===36||i===95||i===8204||i===8205}Te.regexp_eatAtomEscape=function(i){return this.regexp_eatBackReference(i)||this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)||i.switchN&&this.regexp_eatKGroupName(i)?!0:(i.switchU&&(i.current()===99&&i.raise("Invalid unicode escape"),i.raise("Invalid escape")),!1)};Te.regexp_eatBackReference=function(i){var s=i.pos;if(this.regexp_eatDecimalEscape(i)){var u=i.lastIntValue;if(i.switchU)return u>i.maxBackReference&&(i.maxBackReference=u),!0;if(u<=i.numCapturingParens)return!0;i.pos=s}return!1};Te.regexp_eatKGroupName=function(i){if(i.eat(107)){if(this.regexp_eatGroupName(i))return i.backReferenceNames.push(i.lastStringValue),!0;i.raise("Invalid named reference")}return!1};Te.regexp_eatCharacterEscape=function(i){return this.regexp_eatControlEscape(i)||this.regexp_eatCControlLetter(i)||this.regexp_eatZero(i)||this.regexp_eatHexEscapeSequence(i)||this.regexp_eatRegExpUnicodeEscapeSequence(i,!1)||!i.switchU&&this.regexp_eatLegacyOctalEscapeSequence(i)||this.regexp_eatIdentityEscape(i)};Te.regexp_eatCControlLetter=function(i){var s=i.pos;if(i.eat(99)){if(this.regexp_eatControlLetter(i))return!0;i.pos=s}return!1};Te.regexp_eatZero=function(i){return i.current()===48&&!zp(i.lookahead())?(i.lastIntValue=0,i.advance(),!0):!1};Te.regexp_eatControlEscape=function(i){var s=i.current();return s===116?(i.lastIntValue=9,i.advance(),!0):s===110?(i.lastIntValue=10,i.advance(),!0):s===118?(i.lastIntValue=11,i.advance(),!0):s===102?(i.lastIntValue=12,i.advance(),!0):s===114?(i.lastIntValue=13,i.advance(),!0):!1};Te.regexp_eatControlLetter=function(i){var s=i.current();return w5(s)?(i.lastIntValue=s%32,i.advance(),!0):!1};function w5(i){return i>=65&&i<=90||i>=97&&i<=122}Te.regexp_eatRegExpUnicodeEscapeSequence=function(i,s){s===void 0&&(s=!1);var u=i.pos,c=s||i.switchU;if(i.eat(117)){if(this.regexp_eatFixedHexDigits(i,4)){var f=i.lastIntValue;if(c&&f>=55296&&f<=56319){var h=i.pos;if(i.eat(92)&&i.eat(117)&&this.regexp_eatFixedHexDigits(i,4)){var g=i.lastIntValue;if(g>=56320&&g<=57343)return i.lastIntValue=(f-55296)*1024+(g-56320)+65536,!0}i.pos=h,i.lastIntValue=f}return!0}if(c&&i.eat(123)&&this.regexp_eatHexDigits(i)&&i.eat(125)&&JK(i.lastIntValue))return!0;c&&i.raise("Invalid unicode escape"),i.pos=u}return!1};function JK(i){return i>=0&&i<=1114111}Te.regexp_eatIdentityEscape=function(i){if(i.switchU)return this.regexp_eatSyntaxCharacter(i)?!0:i.eat(47)?(i.lastIntValue=47,!0):!1;var s=i.current();return s!==99&&(!i.switchN||s!==107)?(i.lastIntValue=s,i.advance(),!0):!1};Te.regexp_eatDecimalEscape=function(i){i.lastIntValue=0;var s=i.current();if(s>=49&&s<=57){do i.lastIntValue=10*i.lastIntValue+(s-48),i.advance();while((s=i.current())>=48&&s<=57);return!0}return!1};Te.regexp_eatCharacterClassEscape=function(i){var s=i.current();if(YK(s))return i.lastIntValue=-1,i.advance(),!0;if(i.switchU&&this.options.ecmaVersion>=9&&(s===80||s===112)){if(i.lastIntValue=-1,i.advance(),i.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(i)&&i.eat(125))return!0;i.raise("Invalid property name")}return!1};function YK(i){return i===100||i===68||i===115||i===83||i===119||i===87}Te.regexp_eatUnicodePropertyValueExpression=function(i){var s=i.pos;if(this.regexp_eatUnicodePropertyName(i)&&i.eat(61)){var u=i.lastStringValue;if(this.regexp_eatUnicodePropertyValue(i)){var c=i.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(i,u,c),!0}}if(i.pos=s,this.regexp_eatLoneUnicodePropertyNameOrValue(i)){var f=i.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(i,f),!0}return!1};Te.regexp_validateUnicodePropertyNameAndValue=function(i,s,u){_o(i.unicodeProperties.nonBinary,s)||i.raise("Invalid property name"),i.unicodeProperties.nonBinary[s].test(u)||i.raise("Invalid property value")};Te.regexp_validateUnicodePropertyNameOrValue=function(i,s){i.unicodeProperties.binary.test(s)||i.raise("Invalid property name")};Te.regexp_eatUnicodePropertyName=function(i){var s=0;for(i.lastStringValue="";B5(s=i.current());)i.lastStringValue+=Gp(s),i.advance();return i.lastStringValue!==""};function B5(i){return w5(i)||i===95}Te.regexp_eatUnicodePropertyValue=function(i){var s=0;for(i.lastStringValue="";XK(s=i.current());)i.lastStringValue+=Gp(s),i.advance();return i.lastStringValue!==""};function XK(i){return B5(i)||zp(i)}Te.regexp_eatLoneUnicodePropertyNameOrValue=function(i){return this.regexp_eatUnicodePropertyValue(i)};Te.regexp_eatCharacterClass=function(i){if(i.eat(91)){if(i.eat(94),this.regexp_classRanges(i),i.eat(93))return!0;i.raise("Unterminated character class")}return!1};Te.regexp_classRanges=function(i){for(;this.regexp_eatClassAtom(i);){var s=i.lastIntValue;if(i.eat(45)&&this.regexp_eatClassAtom(i)){var u=i.lastIntValue;i.switchU&&(s===-1||u===-1)&&i.raise("Invalid character class"),s!==-1&&u!==-1&&s>u&&i.raise("Range out of order in character class")}}};Te.regexp_eatClassAtom=function(i){var s=i.pos;if(i.eat(92)){if(this.regexp_eatClassEscape(i))return!0;if(i.switchU){var u=i.current();(u===99||_5(u))&&i.raise("Invalid class escape"),i.raise("Invalid escape")}i.pos=s}var c=i.current();return c!==93?(i.lastIntValue=c,i.advance(),!0):!1};Te.regexp_eatClassEscape=function(i){var s=i.pos;if(i.eat(98))return i.lastIntValue=8,!0;if(i.switchU&&i.eat(45))return i.lastIntValue=45,!0;if(!i.switchU&&i.eat(99)){if(this.regexp_eatClassControlLetter(i))return!0;i.pos=s}return this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)};Te.regexp_eatClassControlLetter=function(i){var s=i.current();return zp(s)||s===95?(i.lastIntValue=s%32,i.advance(),!0):!1};Te.regexp_eatHexEscapeSequence=function(i){var s=i.pos;if(i.eat(120)){if(this.regexp_eatFixedHexDigits(i,2))return!0;i.switchU&&i.raise("Invalid escape"),i.pos=s}return!1};Te.regexp_eatDecimalDigits=function(i){var s=i.pos,u=0;for(i.lastIntValue=0;zp(u=i.current());)i.lastIntValue=10*i.lastIntValue+(u-48),i.advance();return i.pos!==s};function zp(i){return i>=48&&i<=57}Te.regexp_eatHexDigits=function(i){var s=i.pos,u=0;for(i.lastIntValue=0;T5(u=i.current());)i.lastIntValue=16*i.lastIntValue+k5(u),i.advance();return i.pos!==s};function T5(i){return i>=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102}function k5(i){return i>=65&&i<=70?10+(i-65):i>=97&&i<=102?10+(i-97):i-48}Te.regexp_eatLegacyOctalEscapeSequence=function(i){if(this.regexp_eatOctalDigit(i)){var s=i.lastIntValue;if(this.regexp_eatOctalDigit(i)){var u=i.lastIntValue;s<=3&&this.regexp_eatOctalDigit(i)?i.lastIntValue=s*64+u*8+i.lastIntValue:i.lastIntValue=s*8+u}else i.lastIntValue=s;return!0}return!1};Te.regexp_eatOctalDigit=function(i){var s=i.current();return _5(s)?(i.lastIntValue=s-48,i.advance(),!0):(i.lastIntValue=0,!1)};function _5(i){return i>=48&&i<=55}Te.regexp_eatFixedHexDigits=function(i,s){var u=i.pos;i.lastIntValue=0;for(var c=0;c<s;++c){var f=i.current();if(!T5(f))return i.pos=u,!1;i.lastIntValue=16*i.lastIntValue+k5(f),i.advance()}return!0};var za=function(s){this.type=s.type,this.value=s.value,this.start=s.start,this.end=s.end,s.options.locations&&(this.loc=new Ci(s,s.startLoc,s.endLoc)),s.options.ranges&&(this.range=[s.start,s.end])},qe=at.prototype;qe.next=function(i){!i&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new za(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()};qe.getToken=function(){return this.next(),new za(this)};typeof Symbol<"u"&&(qe[Symbol.iterator]=function(){var i=this;return{next:function(){var s=i.getToken();return{done:s.type===A.eof,value:s}}}});qe.nextToken=function(){var i=this.curContext();if((!i||!i.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(A.eof);if(i.override)return i.override(this);this.readToken(this.fullCharCodeAtPos())};qe.readToken=function(i){return On(i,this.options.ecmaVersion>=6)||i===92?this.readWord():this.getTokenFromCode(i)};qe.fullCharCodeAtPos=function(){var i=this.input.charCodeAt(this.pos);if(i<=55295||i>=56320)return i;var s=this.input.charCodeAt(this.pos+1);return s<=56319||s>=57344?i:(i<<10)+s-56613888};qe.skipBlockComment=function(){var i=this.options.onComment&&this.curPosition(),s=this.pos,u=this.input.indexOf("*/",this.pos+=2);if(u===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=u+2,this.options.locations)for(var c=void 0,f=s;(c=s5(this.input,f,this.pos))>-1;)++this.curLine,f=this.lineStart=c;this.options.onComment&&this.options.onComment(!0,this.input.slice(s+2,u),s,this.pos,i,this.curPosition())};qe.skipLineComment=function(i){for(var s=this.pos,u=this.options.onComment&&this.curPosition(),c=this.input.charCodeAt(this.pos+=i);this.pos<this.input.length&&!Cn(c);)c=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(s+i,this.pos),s,this.pos,u,this.curPosition())};qe.skipSpace=function(){e:for(;this.pos<this.input.length;){var i=this.input.charCodeAt(this.pos);switch(i){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(i>8&&i<14||i>=5760&&xy.test(String.fromCharCode(i)))++this.pos;else break e}}};qe.finishToken=function(i,s){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var u=this.type;this.type=i,this.value=s,this.updateContext(u)};qe.readToken_dot=function(){var i=this.input.charCodeAt(this.pos+1);if(i>=48&&i<=57)return this.readNumber(!0);var s=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&i===46&&s===46?(this.pos+=3,this.finishToken(A.ellipsis)):(++this.pos,this.finishToken(A.dot))};qe.readToken_slash=function(){var i=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):i===61?this.finishOp(A.assign,2):this.finishOp(A.slash,1)};qe.readToken_mult_modulo_exp=function(i){var s=this.input.charCodeAt(this.pos+1),u=1,c=i===42?A.star:A.modulo;return this.options.ecmaVersion>=7&&i===42&&s===42&&(++u,c=A.starstar,s=this.input.charCodeAt(this.pos+2)),s===61?this.finishOp(A.assign,u+1):this.finishOp(c,u)};qe.readToken_pipe_amp=function(i){var s=this.input.charCodeAt(this.pos+1);if(s===i){if(this.options.ecmaVersion>=12){var u=this.input.charCodeAt(this.pos+2);if(u===61)return this.finishOp(A.assign,3)}return this.finishOp(i===124?A.logicalOR:A.logicalAND,2)}return s===61?this.finishOp(A.assign,2):this.finishOp(i===124?A.bitwiseOR:A.bitwiseAND,1)};qe.readToken_caret=function(){var i=this.input.charCodeAt(this.pos+1);return i===61?this.finishOp(A.assign,2):this.finishOp(A.bitwiseXOR,1)};qe.readToken_plus_min=function(i){var s=this.input.charCodeAt(this.pos+1);return s===i?s===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||pr.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(A.incDec,2):s===61?this.finishOp(A.assign,2):this.finishOp(A.plusMin,1)};qe.readToken_lt_gt=function(i){var s=this.input.charCodeAt(this.pos+1),u=1;return s===i?(u=i===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+u)===61?this.finishOp(A.assign,u+1):this.finishOp(A.bitShift,u)):s===33&&i===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(s===61&&(u=2),this.finishOp(A.relational,u))};qe.readToken_eq_excl=function(i){var s=this.input.charCodeAt(this.pos+1);return s===61?this.finishOp(A.equality,this.input.charCodeAt(this.pos+2)===61?3:2):i===61&&s===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(A.arrow)):this.finishOp(i===61?A.eq:A.prefix,1)};qe.readToken_question=function(){var i=this.options.ecmaVersion;if(i>=11){var s=this.input.charCodeAt(this.pos+1);if(s===46){var u=this.input.charCodeAt(this.pos+2);if(u<48||u>57)return this.finishOp(A.questionDot,2)}if(s===63){if(i>=12){var c=this.input.charCodeAt(this.pos+2);if(c===61)return this.finishOp(A.assign,3)}return this.finishOp(A.coalesce,2)}}return this.finishOp(A.question,1)};qe.readToken_numberSign=function(){var i=this.options.ecmaVersion,s=35;if(i>=13&&(++this.pos,s=this.fullCharCodeAtPos(),On(s,!0)||s===92))return this.finishToken(A.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+$p(s)+"'")};qe.getTokenFromCode=function(i){switch(i){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(A.parenL);case 41:return++this.pos,this.finishToken(A.parenR);case 59:return++this.pos,this.finishToken(A.semi);case 44:return++this.pos,this.finishToken(A.comma);case 91:return++this.pos,this.finishToken(A.bracketL);case 93:return++this.pos,this.finishToken(A.bracketR);case 123:return++this.pos,this.finishToken(A.braceL);case 125:return++this.pos,this.finishToken(A.braceR);case 58:return++this.pos,this.finishToken(A.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(A.backQuote);case 48:var s=this.input.charCodeAt(this.pos+1);if(s===120||s===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(s===111||s===79)return this.readRadixNumber(8);if(s===98||s===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(i);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(i);case 124:case 38:return this.readToken_pipe_amp(i);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(i);case 60:case 62:return this.readToken_lt_gt(i);case 61:case 33:return this.readToken_eq_excl(i);case 63:return this.readToken_question();case 126:return this.finishOp(A.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+$p(i)+"'")};qe.finishOp=function(i,s){var u=this.input.slice(this.pos,this.pos+s);return this.pos+=s,this.finishToken(i,u)};qe.readRegexp=function(){for(var i,s,u=this.pos;;){this.pos>=this.input.length&&this.raise(u,"Unterminated regular expression");var c=this.input.charAt(this.pos);if(pr.test(c)&&this.raise(u,"Unterminated regular expression"),i)i=!1;else{if(c==="[")s=!0;else if(c==="]"&&s)s=!1;else if(c==="/"&&!s)break;i=c==="\\"}++this.pos}var f=this.input.slice(u,this.pos);++this.pos;var h=this.pos,g=this.readWord1();this.containsEsc&&this.unexpected(h);var C=this.regexpState||(this.regexpState=new ri(this));C.reset(u,f,g),this.validateRegExpFlags(C),this.validateRegExpPattern(C);var x=null;try{x=new RegExp(f,g)}catch{}return this.finishToken(A.regexp,{pattern:f,flags:g,value:x})};qe.readInt=function(i,s,u){for(var c=this.options.ecmaVersion>=12&&s===void 0,f=u&&this.input.charCodeAt(this.pos)===48,h=this.pos,g=0,C=0,x=0,I=s??1/0;x<I;++x,++this.pos){var N=this.input.charCodeAt(this.pos),j=void 0;if(c&&N===95){f&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),C===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),x===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),C=N;continue}if(N>=97?j=N-97+10:N>=65?j=N-65+10:N>=48&&N<=57?j=N-48:j=1/0,j>=i)break;C=N,g=g*i+j}return c&&C===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===h||s!=null&&this.pos-h!==s?null:g};function KK(i,s){return s?parseInt(i,8):parseFloat(i.replace(/_/g,""))}function N5(i){return typeof BigInt!="function"?null:BigInt(i.replace(/_/g,""))}qe.readRadixNumber=function(i){var s=this.pos;this.pos+=2;var u=this.readInt(i);return u==null&&this.raise(this.start+2,"Expected number in radix "+i),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(u=N5(this.input.slice(s,this.pos)),++this.pos):On(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(A.num,u)};qe.readNumber=function(i){var s=this.pos;!i&&this.readInt(10,void 0,!0)===null&&this.raise(s,"Invalid number");var u=this.pos-s>=2&&this.input.charCodeAt(s)===48;u&&this.strict&&this.raise(s,"Invalid number");var c=this.input.charCodeAt(this.pos);if(!u&&!i&&this.options.ecmaVersion>=11&&c===110){var f=N5(this.input.slice(s,this.pos));return++this.pos,On(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(A.num,f)}u&&/[89]/.test(this.input.slice(s,this.pos))&&(u=!1),c===46&&!u&&(++this.pos,this.readInt(10),c=this.input.charCodeAt(this.pos)),(c===69||c===101)&&!u&&(c=this.input.charCodeAt(++this.pos),(c===43||c===45)&&++this.pos,this.readInt(10)===null&&this.raise(s,"Invalid number")),On(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var h=KK(this.input.slice(s,this.pos),u);return this.finishToken(A.num,h)};qe.readCodePoint=function(){var i=this.input.charCodeAt(this.pos),s;if(i===123){this.options.ecmaVersion<6&&this.unexpected();var u=++this.pos;s=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,s>1114111&&this.invalidStringToken(u,"Code point out of bounds")}else s=this.readHexChar(4);return s};function $p(i){return i<=65535?String.fromCharCode(i):(i-=65536,String.fromCharCode((i>>10)+55296,(i&1023)+56320))}qe.readString=function(i){for(var s="",u=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var c=this.input.charCodeAt(this.pos);if(c===i)break;c===92?(s+=this.input.slice(u,this.pos),s+=this.readEscapedChar(!1),u=this.pos):c===8232||c===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(Cn(c)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return s+=this.input.slice(u,this.pos++),this.finishToken(A.string,s)};var I5={};qe.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(i){if(i===I5)this.readInvalidTemplateToken();else throw i}this.inTemplateElement=!1};qe.invalidStringToken=function(i,s){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw I5;this.raise(i,s)};qe.readTmplToken=function(){for(var i="",s=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var u=this.input.charCodeAt(this.pos);if(u===96||u===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===A.template||this.type===A.invalidTemplate)?u===36?(this.pos+=2,this.finishToken(A.dollarBraceL)):(++this.pos,this.finishToken(A.backQuote)):(i+=this.input.slice(s,this.pos),this.finishToken(A.template,i));if(u===92)i+=this.input.slice(s,this.pos),i+=this.readEscapedChar(!0),s=this.pos;else if(Cn(u)){switch(i+=this.input.slice(s,this.pos),++this.pos,u){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:i+=`
`;break;default:i+=String.fromCharCode(u);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),s=this.pos}else++this.pos}};qe.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if(this.input[this.pos+1]!=="{")break;case"`":return this.finishToken(A.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")};qe.readEscapedChar=function(i){var s=this.input.charCodeAt(++this.pos);switch(++this.pos,s){case 110:return`
`;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return $p(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),i){var u=this.pos-1;return this.invalidStringToken(u,"Invalid escape sequence in template string"),null}default:if(s>=48&&s<=55){var c=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],f=parseInt(c,8);return f>255&&(c=c.slice(0,-1),f=parseInt(c,8)),this.pos+=c.length-1,s=this.input.charCodeAt(this.pos),(c!=="0"||s===56||s===57)&&(this.strict||i)&&this.invalidStringToken(this.pos-1-c.length,i?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(f)}return Cn(s)?"":String.fromCharCode(s)}};qe.readHexChar=function(i){var s=this.pos,u=this.readInt(16,i);return u===null&&this.invalidStringToken(s,"Bad character escape sequence"),u};qe.readWord1=function(){this.containsEsc=!1;for(var i="",s=!0,u=this.pos,c=this.options.ecmaVersion>=6;this.pos<this.input.length;){var f=this.fullCharCodeAtPos();if(Cs(f,c))this.pos+=f<=65535?1:2;else if(f===92){this.containsEsc=!0,i+=this.input.slice(u,this.pos);var h=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var g=this.readCodePoint();(s?On:Cs)(g,c)||this.invalidStringToken(h,"Invalid Unicode escape"),i+=$p(g),u=this.pos}else break;s=!1}return i+this.input.slice(u,this.pos)};qe.readWord=function(){var i=this.readWord1(),s=A.name;return this.keywords.test(i)&&(s=Up[i]),this.finishToken(s,i)};var P5="8.7.0";at.acorn={Parser:at,version:P5,defaultOptions:Ga,Position:qa,SourceLocation:Ci,getLineInfo:As,Node:ti,TokenType:$e,tokTypes:A,keywordTypes:Up,TokContext:Qr,tokContexts:Xe,isIdentifierChar:Cs,isIdentifierStart:On,Token:za,isNewLine:Cn,lineBreak:pr,lineBreakG:ko,nonASCIIwhitespace:xy};function QK(i,s){return at.parse(i,s)}function ZK(i,s,u){return at.parseExpressionAt(i,s,u)}function eQ(i,s){return at.tokenizer(i,s)}var Ny={};E8(Ny,{LooseParser:()=>Ye,isDummy:()=>Mn,parse:()=>rQ});var Hp="\u2716";function Mn(i){return i.name===Hp}function O5(){}var Ye=function(s,u){if(u===void 0&&(u={}),this.toks=this.constructor.BaseParser.tokenizer(s,u),this.options=this.toks.options,this.input=this.toks.input,this.tok=this.last={type:A.eof,start:0,end:0},this.tok.validateRegExpFlags=O5,this.tok.validateRegExpPattern=O5,this.options.locations){var c=this.toks.curPosition();this.tok.loc=new Ci(this.toks,c,c)}this.ahead=[],this.context=[],this.curIndent=0,this.curLineStart=0,this.nextLineStart=this.lineEnd(this.curLineStart)+1,this.inAsync=!1,this.inGenerator=!1,this.inFunction=!1};Ye.prototype.startNode=function(){return new ti(this.toks,this.tok.start,this.options.locations?this.tok.loc.start:null)};Ye.prototype.storeCurrentPos=function(){return this.options.locations?[this.tok.start,this.tok.loc.start]:this.tok.start};Ye.prototype.startNodeAt=function(s){return this.options.locations?new ti(this.toks,s[0],s[1]):new ti(this.toks,s)};Ye.prototype.finishNode=function(s,u){return s.type=u,s.end=this.last.end,this.options.locations&&(s.loc.end=this.last.loc.end),this.options.ranges&&(s.range[1]=this.last.end),s};Ye.prototype.dummyNode=function(s){var u=this.startNode();return u.type=s,u.end=u.start,this.options.locations&&(u.loc.end=u.loc.start),this.options.ranges&&(u.range[1]=u.start),this.last={type:A.name,start:u.start,end:u.start,loc:u.loc},u};Ye.prototype.dummyIdent=function(){var s=this.dummyNode("Identifier");return s.name=Hp,s};Ye.prototype.dummyString=function(){var s=this.dummyNode("Literal");return s.value=s.raw=Hp,s};Ye.prototype.eat=function(s){return this.tok.type===s?(this.next(),!0):!1};Ye.prototype.isContextual=function(s){return this.tok.type===A.name&&this.tok.value===s};Ye.prototype.eatContextual=function(s){return this.tok.value===s&&this.eat(A.name)};Ye.prototype.canInsertSemicolon=function(){return this.tok.type===A.eof||this.tok.type===A.braceR||pr.test(this.input.slice(this.last.end,this.tok.start))};Ye.prototype.semicolon=function(){return this.eat(A.semi)};Ye.prototype.expect=function(s){if(this.eat(s))return!0;for(var u=1;u<=2;u++)if(this.lookAhead(u).type===s){for(var c=0;c<u;c++)this.next();return!0}};Ye.prototype.pushCx=function(){this.context.push(this.curIndent)};Ye.prototype.popCx=function(){this.curIndent=this.context.pop()};Ye.prototype.lineEnd=function(s){for(;s<this.input.length&&!Cn(this.input.charCodeAt(s));)++s;return s};Ye.prototype.indentationAfter=function(s){for(var u=0;;++s){var c=this.input.charCodeAt(s);if(c===32)++u;else if(c===9)u+=this.options.tabSize;else return u}};Ye.prototype.closes=function(s,u,c,f){return this.tok.type===s||this.tok.type===A.eof?!0:c!==this.curLineStart&&this.curIndent<u&&this.tokenStartsLine()&&(!f||this.nextLineStart>=this.input.length||this.indentationAfter(this.nextLineStart)<u)};Ye.prototype.tokenStartsLine=function(){for(var s=this.tok.start-1;s>=this.curLineStart;--s){var u=this.input.charCodeAt(s);if(u!==9&&u!==32)return!1}return!0};Ye.prototype.extend=function(s,u){this[s]=u(this[s])};Ye.prototype.parse=function(){return this.next(),this.parseTopLevel()};Ye.extend=function(){for(var s=[],u=arguments.length;u--;)s[u]=arguments[u];for(var c=this,f=0;f<s.length;f++)c=s[f](c);return c};Ye.parse=function(s,u){return new this(s,u).parse()};Ye.BaseParser=at;var Jp=Ye.prototype;function tQ(i){return i<14&&i>8||i===32||i===160||Cn(i)}Jp.next=function(){if(this.last=this.tok,this.ahead.length?this.tok=this.ahead.shift():this.tok=this.readToken(),this.tok.start>=this.nextLineStart){for(;this.tok.start>=this.nextLineStart;)this.curLineStart=this.nextLineStart,this.nextLineStart=this.lineEnd(this.curLineStart)+1;this.curIndent=this.indentationAfter(this.curLineStart)}};Jp.readToken=function(){for(;;)try{return this.toks.next(),this.toks.type===A.dot&&this.input.substr(this.toks.end,1)==="."&&this.options.ecmaVersion>=6&&(this.toks.end++,this.toks.type=A.ellipsis),new za(this.toks)}catch(h){if(!(h instanceof SyntaxError))throw h;var i=h.message,s=h.raisedAt,u=!0;if(/unterminated/i.test(i))if(s=this.lineEnd(h.pos+1),/string/.test(i))u={start:h.pos,end:s,type:A.string,value:this.input.slice(h.pos+1,s)};else if(/regular expr/i.test(i)){var c=this.input.slice(h.pos,s);try{c=new RegExp(c)}catch{}u={start:h.pos,end:s,type:A.regexp,value:c}}else/template/.test(i)?u={start:h.pos,end:s,type:A.template,value:this.input.slice(h.pos,s)}:u=!1;else if(/invalid (unicode|regexp|number)|expecting unicode|octal literal|is reserved|directly after number|expected number in radix/i.test(i))for(;s<this.input.length&&!tQ(this.input.charCodeAt(s));)++s;else if(/character escape|expected hexadecimal/i.test(i))for(;s<this.input.length;){var f=this.input.charCodeAt(s++);if(f===34||f===39||Cn(f))break}else if(/unexpected character/i.test(i))s++,u=!1;else if(/regular expression/i.test(i))u=!0;else throw h;if(this.resetTo(s),u===!0&&(u={start:s,end:s,type:A.name,value:Hp}),u)return this.options.locations&&(u.loc=new Ci(this.toks,As(this.input,u.start),As(this.input,u.end))),u}};Jp.resetTo=function(i){this.toks.pos=i;var s=this.input.charAt(i-1);if(this.toks.exprAllowed=!s||/[[{(,;:?/*=+\-~!|&%^<>]/.test(s)||/[enwfd]/.test(s)&&/\b(case|else|return|throw|new|in|(instance|type)?of|delete|void)$/.test(this.input.slice(i-10,i)),this.options.locations){this.toks.curLine=1,this.toks.lineStart=ko.lastIndex=0;for(var u;(u=ko.exec(this.input))&&u.index<i;)++this.toks.curLine,this.toks.lineStart=u.index+u[0].length}};Jp.lookAhead=function(i){for(;i>this.ahead.length;)this.ahead.push(this.readToken());return this.ahead[i-1]};var jt=Ye.prototype;jt.parseTopLevel=function(){var i=this.startNodeAt(this.options.locations?[0,As(this.input,0)]:0);for(i.body=[];this.tok.type!==A.eof;)i.body.push(this.parseStatement());return this.toks.adaptDirectivePrologue(i.body),this.last=this.tok,i.sourceType=this.options.sourceType,this.finishNode(i,"Program")};jt.parseStatement=function(){var i=this.tok.type,s=this.startNode(),u;switch(this.toks.isLet()&&(i=A._var,u="let"),i){case A._break:case A._continue:this.next();var c=i===A._break;return this.semicolon()||this.canInsertSemicolon()?s.label=null:(s.label=this.tok.type===A.name?this.parseIdent():null,this.semicolon()),this.finishNode(s,c?"BreakStatement":"ContinueStatement");case A._debugger:return this.next(),this.semicolon(),this.finishNode(s,"DebuggerStatement");case A._do:return this.next(),s.body=this.parseStatement(),s.test=this.eat(A._while)?this.parseParenExpression():this.dummyIdent(),this.semicolon(),this.finishNode(s,"DoWhileStatement");case A._for:this.next();var f=this.options.ecmaVersion>=9&&this.eatContextual("await");if(this.pushCx(),this.expect(A.parenL),this.tok.type===A.semi)return this.parseFor(s,null);var h=this.toks.isLet();if(h||this.tok.type===A._var||this.tok.type===A._const){var g=this.parseVar(this.startNode(),!0,h?"let":this.tok.value);return g.declarations.length===1&&(this.tok.type===A._in||this.isContextual("of"))?(this.options.ecmaVersion>=9&&this.tok.type!==A._in&&(s.await=f),this.parseForIn(s,g)):this.parseFor(s,g)}var C=this.parseExpression(!0);return this.tok.type===A._in||this.isContextual("of")?(this.options.ecmaVersion>=9&&this.tok.type!==A._in&&(s.await=f),this.parseForIn(s,this.toAssignable(C))):this.parseFor(s,C);case A._function:return this.next(),this.parseFunction(s,!0);case A._if:return this.next(),s.test=this.parseParenExpression(),s.consequent=this.parseStatement(),s.alternate=this.eat(A._else)?this.parseStatement():null,this.finishNode(s,"IfStatement");case A._return:return this.next(),this.eat(A.semi)||this.canInsertSemicolon()?s.argument=null:(s.argument=this.parseExpression(),this.semicolon()),this.finishNode(s,"ReturnStatement");case A._switch:var x=this.curIndent,I=this.curLineStart;this.next(),s.discriminant=this.parseParenExpression(),s.cases=[],this.pushCx(),this.expect(A.braceL);for(var N;!this.closes(A.braceR,x,I,!0);)if(this.tok.type===A._case||this.tok.type===A._default){var j=this.tok.type===A._case;N&&this.finishNode(N,"SwitchCase"),s.cases.push(N=this.startNode()),N.consequent=[],this.next(),j?N.test=this.parseExpression():N.test=null,this.expect(A.colon)}else N||(s.cases.push(N=this.startNode()),N.consequent=[],N.test=null),N.consequent.push(this.parseStatement());return N&&this.finishNode(N,"SwitchCase"),this.popCx(),this.eat(A.braceR),this.finishNode(s,"SwitchStatement");case A._throw:return this.next(),s.argument=this.parseExpression(),this.semicolon(),this.finishNode(s,"ThrowStatement");case A._try:if(this.next(),s.block=this.parseBlock(),s.handler=null,this.tok.type===A._catch){var O=this.startNode();this.next(),this.eat(A.parenL)?(O.param=this.toAssignable(this.parseExprAtom(),!0),this.expect(A.parenR)):O.param=null,O.body=this.parseBlock(),s.handler=this.finishNode(O,"CatchClause")}return s.finalizer=this.eat(A._finally)?this.parseBlock():null,!s.handler&&!s.finalizer?s.block:this.finishNode(s,"TryStatement");case A._var:case A._const:return this.parseVar(s,!1,u||this.tok.value);case A._while:return this.next(),s.test=this.parseParenExpression(),s.body=this.parseStatement(),this.finishNode(s,"WhileStatement");case A._with:return this.next(),s.object=this.parseParenExpression(),s.body=this.parseStatement(),this.finishNode(s,"WithStatement");case A.braceL:return this.parseBlock();case A.semi:return this.next(),this.finishNode(s,"EmptyStatement");case A._class:return this.parseClass(!0);case A._import:if(this.options.ecmaVersion>10){var R=this.lookAhead(1).type;if(R===A.parenL||R===A.dot)return s.expression=this.parseExpression(),this.semicolon(),this.finishNode(s,"ExpressionStatement")}return this.parseImport();case A._export:return this.parseExport();default:if(this.toks.isAsyncFunction())return this.next(),this.next(),this.parseFunction(s,!0,!0);var V=this.parseExpression();return Mn(V)?(this.next(),this.tok.type===A.eof?this.finishNode(s,"EmptyStatement"):this.parseStatement()):i===A.name&&V.type==="Identifier"&&this.eat(A.colon)?(s.body=this.parseStatement(),s.label=V,this.finishNode(s,"LabeledStatement")):(s.expression=V,this.semicolon(),this.finishNode(s,"ExpressionStatement"))}};jt.parseBlock=function(){var i=this.startNode();this.pushCx(),this.expect(A.braceL);var s=this.curIndent,u=this.curLineStart;for(i.body=[];!this.closes(A.braceR,s,u,!0);)i.body.push(this.parseStatement());return this.popCx(),this.eat(A.braceR),this.finishNode(i,"BlockStatement")};jt.parseFor=function(i,s){return i.init=s,i.test=i.update=null,this.eat(A.semi)&&this.tok.type!==A.semi&&(i.test=this.parseExpression()),this.eat(A.semi)&&this.tok.type!==A.parenR&&(i.update=this.parseExpression()),this.popCx(),this.expect(A.parenR),i.body=this.parseStatement(),this.finishNode(i,"ForStatement")};jt.parseForIn=function(i,s){var u=this.tok.type===A._in?"ForInStatement":"ForOfStatement";return this.next(),i.left=s,i.right=this.parseExpression(),this.popCx(),this.expect(A.parenR),i.body=this.parseStatement(),this.finishNode(i,u)};jt.parseVar=function(i,s,u){i.kind=u,this.next(),i.declarations=[];do{var c=this.startNode();c.id=this.options.ecmaVersion>=6?this.toAssignable(this.parseExprAtom(),!0):this.parseIdent(),c.init=this.eat(A.eq)?this.parseMaybeAssign(s):null,i.declarations.push(this.finishNode(c,"VariableDeclarator"))}while(this.eat(A.comma));if(!i.declarations.length){var f=this.startNode();f.id=this.dummyIdent(),i.declarations.push(this.finishNode(f,"VariableDeclarator"))}return s||this.semicolon(),this.finishNode(i,"VariableDeclaration")};jt.parseClass=function(i){var s=this.startNode();this.next(),this.tok.type===A.name?s.id=this.parseIdent():i===!0?s.id=this.dummyIdent():s.id=null,s.superClass=this.eat(A._extends)?this.parseExpression():null,s.body=this.startNode(),s.body.body=[],this.pushCx();var u=this.curIndent+1,c=this.curLineStart;for(this.eat(A.braceL),this.curIndent+1<u&&(u=this.curIndent,c=this.curLineStart);!this.closes(A.braceR,u,c);){var f=this.parseClassElement();f&&s.body.body.push(f)}return this.popCx(),this.eat(A.braceR)||(this.last.end=this.tok.start,this.options.locations&&(this.last.loc.end=this.tok.loc.start)),this.semicolon(),this.finishNode(s.body,"ClassBody"),this.finishNode(s,i?"ClassDeclaration":"ClassExpression")};jt.parseClassElement=function(){if(this.eat(A.semi))return null;var i=this.options,s=i.ecmaVersion,u=i.locations,c=this.curIndent,f=this.curLineStart,h=this.startNode(),g="",C=!1,x=!1,I="method",N=!1;if(this.eatContextual("static")){if(s>=13&&this.eat(A.braceL))return this.parseClassStaticBlock(h),h;this.isClassElementNameStart()||this.toks.type===A.star?N=!0:g="static"}if(h.static=N,!g&&s>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.toks.type===A.star)&&!this.canInsertSemicolon()?x=!0:g="async"),!g){C=this.eat(A.star);var j=this.toks.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?I=j:g=j)}if(g)h.computed=!1,h.key=this.startNodeAt(u?[this.toks.lastTokStart,this.toks.lastTokStartLoc]:this.toks.lastTokStart),h.key.name=g,this.finishNode(h.key,"Identifier");else if(this.parseClassElementName(h),Mn(h.key))return Mn(this.parseMaybeAssign())&&this.next(),this.eat(A.comma),null;if(s<13||this.toks.type===A.parenL||I!=="method"||C||x){var O=!h.computed&&!h.static&&!C&&!x&&I==="method"&&(h.key.type==="Identifier"&&h.key.name==="constructor"||h.key.type==="Literal"&&h.key.value==="constructor");h.kind=O?"constructor":I,h.value=this.parseMethod(C,x),this.finishNode(h,"MethodDefinition")}else{if(this.eat(A.eq))if(this.curLineStart!==f&&this.curIndent<=c&&this.tokenStartsLine())h.value=null;else{var R=this.inAsync,V=this.inGenerator;this.inAsync=!1,this.inGenerator=!1,h.value=this.parseMaybeAssign(),this.inAsync=R,this.inGenerator=V}else h.value=null;this.semicolon(),this.finishNode(h,"PropertyDefinition")}return h};jt.parseClassStaticBlock=function(i){var s=this.curIndent,u=this.curLineStart;for(i.body=[],this.pushCx();!this.closes(A.braceR,s,u,!0);)i.body.push(this.parseStatement());return this.popCx(),this.eat(A.braceR),this.finishNode(i,"StaticBlock")};jt.isClassElementNameStart=function(){return this.toks.isClassElementNameStart()};jt.parseClassElementName=function(i){this.toks.type===A.privateId?(i.computed=!1,i.key=this.parsePrivateIdent()):this.parsePropertyName(i)};jt.parseFunction=function(i,s,u){var c=this.inAsync,f=this.inGenerator,h=this.inFunction;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=this.eat(A.star)),this.options.ecmaVersion>=8&&(i.async=!!u),this.tok.type===A.name?i.id=this.parseIdent():s===!0&&(i.id=this.dummyIdent()),this.inAsync=i.async,this.inGenerator=i.generator,this.inFunction=!0,i.params=this.parseFunctionParams(),i.body=this.parseBlock(),this.toks.adaptDirectivePrologue(i.body.body),this.inAsync=c,this.inGenerator=f,this.inFunction=h,this.finishNode(i,s?"FunctionDeclaration":"FunctionExpression")};jt.parseExport=function(){var i=this.startNode();if(this.next(),this.eat(A.star))return this.options.ecmaVersion>=11&&(this.eatContextual("as")?i.exported=this.parseExprAtom():i.exported=null),i.source=this.eatContextual("from")?this.parseExprAtom():this.dummyString(),this.semicolon(),this.finishNode(i,"ExportAllDeclaration");if(this.eat(A._default)){var s;if(this.tok.type===A._function||(s=this.toks.isAsyncFunction())){var u=this.startNode();this.next(),s&&this.next(),i.declaration=this.parseFunction(u,"nullableID",s)}else this.tok.type===A._class?i.declaration=this.parseClass("nullableID"):(i.declaration=this.parseMaybeAssign(),this.semicolon());return this.finishNode(i,"ExportDefaultDeclaration")}return this.tok.type.keyword||this.toks.isLet()||this.toks.isAsyncFunction()?(i.declaration=this.parseStatement(),i.specifiers=[],i.source=null):(i.declaration=null,i.specifiers=this.parseExportSpecifierList(),i.source=this.eatContextual("from")?this.parseExprAtom():null,this.semicolon()),this.finishNode(i,"ExportNamedDeclaration")};jt.parseImport=function(){var i=this.startNode();if(this.next(),this.tok.type===A.string)i.specifiers=[],i.source=this.parseExprAtom();else{var s;this.tok.type===A.name&&this.tok.value!=="from"&&(s=this.startNode(),s.local=this.parseIdent(),this.finishNode(s,"ImportDefaultSpecifier"),this.eat(A.comma)),i.specifiers=this.parseImportSpecifiers(),i.source=this.eatContextual("from")&&this.tok.type===A.string?this.parseExprAtom():this.dummyString(),s&&i.specifiers.unshift(s)}return this.semicolon(),this.finishNode(i,"ImportDeclaration")};jt.parseImportSpecifiers=function(){var i=[];if(this.tok.type===A.star){var s=this.startNode();this.next(),s.local=this.eatContextual("as")?this.parseIdent():this.dummyIdent(),i.push(this.finishNode(s,"ImportNamespaceSpecifier"))}else{var u=this.curIndent,c=this.curLineStart,f=this.nextLineStart;for(this.pushCx(),this.eat(A.braceL),this.curLineStart>f&&(f=this.curLineStart);!this.closes(A.braceR,u+(this.curLineStart<=f?1:0),c);){var h=this.startNode();if(this.eat(A.star))h.local=this.eatContextual("as")?this.parseModuleExportName():this.dummyIdent(),this.finishNode(h,"ImportNamespaceSpecifier");else{if(this.isContextual("from")||(h.imported=this.parseModuleExportName(),Mn(h.imported)))break;h.local=this.eatContextual("as")?this.parseModuleExportName():h.imported,this.finishNode(h,"ImportSpecifier")}i.push(h),this.eat(A.comma)}this.eat(A.braceR),this.popCx()}return i};jt.parseExportSpecifierList=function(){var i=[],s=this.curIndent,u=this.curLineStart,c=this.nextLineStart;for(this.pushCx(),this.eat(A.braceL),this.curLineStart>c&&(c=this.curLineStart);!this.closes(A.braceR,s+(this.curLineStart<=c?1:0),u)&&!this.isContextual("from");){var f=this.startNode();if(f.local=this.parseModuleExportName(),Mn(f.local))break;f.exported=this.eatContextual("as")?this.parseModuleExportName():f.local,this.finishNode(f,"ExportSpecifier"),i.push(f),this.eat(A.comma)}return this.eat(A.braceR),this.popCx(),i};jt.parseModuleExportName=function(){return this.options.ecmaVersion>=13&&this.tok.type===A.string?this.parseExprAtom():this.parseIdent()};var Je=Ye.prototype;Je.checkLVal=function(i){if(!i)return i;switch(i.type){case"Identifier":case"MemberExpression":return i;case"ParenthesizedExpression":return i.expression=this.checkLVal(i.expression),i;default:return this.dummyIdent()}};Je.parseExpression=function(i){var s=this.storeCurrentPos(),u=this.parseMaybeAssign(i);if(this.tok.type===A.comma){var c=this.startNodeAt(s);for(c.expressions=[u];this.eat(A.comma);)c.expressions.push(this.parseMaybeAssign(i));return this.finishNode(c,"SequenceExpression")}return u};Je.parseParenExpression=function(){this.pushCx(),this.expect(A.parenL);var i=this.parseExpression();return this.popCx(),this.expect(A.parenR),i};Je.parseMaybeAssign=function(i){if(this.inGenerator&&this.toks.isContextual("yield")){var s=this.startNode();return this.next(),this.semicolon()||this.canInsertSemicolon()||this.tok.type!==A.star&&!this.tok.type.startsExpr?(s.delegate=!1,s.argument=null):(s.delegate=this.eat(A.star),s.argument=this.parseMaybeAssign()),this.finishNode(s,"YieldExpression")}var u=this.storeCurrentPos(),c=this.parseMaybeConditional(i);if(this.tok.type.isAssign){var f=this.startNodeAt(u);return f.operator=this.tok.value,f.left=this.tok.type===A.eq?this.toAssignable(c):this.checkLVal(c),this.next(),f.right=this.parseMaybeAssign(i),this.finishNode(f,"AssignmentExpression")}return c};Je.parseMaybeConditional=function(i){var s=this.storeCurrentPos(),u=this.parseExprOps(i);if(this.eat(A.question)){var c=this.startNodeAt(s);return c.test=u,c.consequent=this.parseMaybeAssign(),c.alternate=this.expect(A.colon)?this.parseMaybeAssign(i):this.dummyIdent(),this.finishNode(c,"ConditionalExpression")}return u};Je.parseExprOps=function(i){var s=this.storeCurrentPos(),u=this.curIndent,c=this.curLineStart;return this.parseExprOp(this.parseMaybeUnary(!1),s,-1,i,u,c)};Je.parseExprOp=function(i,s,u,c,f,h){if(this.curLineStart!==h&&this.curIndent<f&&this.tokenStartsLine())return i;var g=this.tok.type.binop;if(g!=null&&(!c||this.tok.type!==A._in)&&g>u){var C=this.startNodeAt(s);if(C.left=i,C.operator=this.tok.value,this.next(),this.curLineStart!==h&&this.curIndent<f&&this.tokenStartsLine())C.right=this.dummyIdent();else{var x=this.storeCurrentPos();C.right=this.parseExprOp(this.parseMaybeUnary(!1),x,g,c,f,h)}return this.finishNode(C,/&&|\|\||\?\?/.test(C.operator)?"LogicalExpression":"BinaryExpression"),this.parseExprOp(C,s,u,c,f,h)}return i};Je.parseMaybeUnary=function(i){var s=this.storeCurrentPos(),u;if(this.options.ecmaVersion>=8&&this.toks.isContextual("await")&&(this.inAsync||this.toks.inModule&&this.options.ecmaVersion>=13||!this.inFunction&&this.options.allowAwaitOutsideFunction))u=this.parseAwait(),i=!0;else if(this.tok.type.prefix){var c=this.startNode(),f=this.tok.type===A.incDec;f||(i=!0),c.operator=this.tok.value,c.prefix=!0,this.next(),c.argument=this.parseMaybeUnary(!0),f&&(c.argument=this.checkLVal(c.argument)),u=this.finishNode(c,f?"UpdateExpression":"UnaryExpression")}else if(this.tok.type===A.ellipsis){var h=this.startNode();this.next(),h.argument=this.parseMaybeUnary(i),u=this.finishNode(h,"SpreadElement")}else if(!i&&this.tok.type===A.privateId)u=this.parsePrivateIdent();else for(u=this.parseExprSubscripts();this.tok.type.postfix&&!this.canInsertSemicolon();){var g=this.startNodeAt(s);g.operator=this.tok.value,g.prefix=!1,g.argument=this.checkLVal(u),this.next(),u=this.finishNode(g,"UpdateExpression")}if(!i&&this.eat(A.starstar)){var C=this.startNodeAt(s);return C.operator="**",C.left=u,C.right=this.parseMaybeUnary(!1),this.finishNode(C,"BinaryExpression")}return u};Je.parseExprSubscripts=function(){var i=this.storeCurrentPos();return this.parseSubscripts(this.parseExprAtom(),i,!1,this.curIndent,this.curLineStart)};Je.parseSubscripts=function(i,s,u,c,f){for(var h=this.options.ecmaVersion>=11,g=!1;;){if(this.curLineStart!==f&&this.curIndent<=c&&this.tokenStartsLine())if(this.tok.type===A.dot&&this.curIndent===c)--c;else break;var C=i.type==="Identifier"&&i.name==="async"&&!this.canInsertSemicolon(),x=h&&this.eat(A.questionDot);if(x&&(g=!0),x&&this.tok.type!==A.parenL&&this.tok.type!==A.bracketL&&this.tok.type!==A.backQuote||this.eat(A.dot)){var I=this.startNodeAt(s);I.object=i,this.curLineStart!==f&&this.curIndent<=c&&this.tokenStartsLine()?I.property=this.dummyIdent():I.property=this.parsePropertyAccessor()||this.dummyIdent(),I.computed=!1,h&&(I.optional=x),i=this.finishNode(I,"MemberExpression")}else if(this.tok.type===A.bracketL){this.pushCx(),this.next();var N=this.startNodeAt(s);N.object=i,N.property=this.parseExpression(),N.computed=!0,h&&(N.optional=x),this.popCx(),this.expect(A.bracketR),i=this.finishNode(N,"MemberExpression")}else if(!u&&this.tok.type===A.parenL){var j=this.parseExprList(A.parenR);if(C&&this.eat(A.arrow))return this.parseArrowExpression(this.startNodeAt(s),j,!0);var O=this.startNodeAt(s);O.callee=i,O.arguments=j,h&&(O.optional=x),i=this.finishNode(O,"CallExpression")}else if(this.tok.type===A.backQuote){var R=this.startNodeAt(s);R.tag=i,R.quasi=this.parseTemplate(),i=this.finishNode(R,"TaggedTemplateExpression")}else break}if(g){var V=this.startNodeAt(s);V.expression=i,i=this.finishNode(V,"ChainExpression")}return i};Je.parseExprAtom=function(){var i;switch(this.tok.type){case A._this:case A._super:var s=this.tok.type===A._this?"ThisExpression":"Super";return i=this.startNode(),this.next(),this.finishNode(i,s);case A.name:var u=this.storeCurrentPos(),c=this.parseIdent(),f=!1;if(c.name==="async"&&!this.canInsertSemicolon()){if(this.eat(A._function))return this.toks.overrideContext(Xe.f_expr),this.parseFunction(this.startNodeAt(u),!1,!0);this.tok.type===A.name&&(c=this.parseIdent(),f=!0)}return this.eat(A.arrow)?this.parseArrowExpression(this.startNodeAt(u),[c],f):c;case A.regexp:i=this.startNode();var h=this.tok.value;return i.regex={pattern:h.pattern,flags:h.flags},i.value=h.value,i.raw=this.input.slice(this.tok.start,this.tok.end),this.next(),this.finishNode(i,"Literal");case A.num:case A.string:return i=this.startNode(),i.value=this.tok.value,i.raw=this.input.slice(this.tok.start,this.tok.end),this.tok.type===A.num&&i.raw.charCodeAt(i.raw.length-1)===110&&(i.bigint=i.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(i,"Literal");case A._null:case A._true:case A._false:return i=this.startNode(),i.value=this.tok.type===A._null?null:this.tok.type===A._true,i.raw=this.tok.type.keyword,this.next(),this.finishNode(i,"Literal");case A.parenL:var g=this.storeCurrentPos();this.next();var C=this.parseExpression();if(this.expect(A.parenR),this.eat(A.arrow)){var x=C.expressions||[C];return x.length&&Mn(x[x.length-1])&&x.pop(),this.parseArrowExpression(this.startNodeAt(g),x)}if(this.options.preserveParens){var I=this.startNodeAt(g);I.expression=C,C=this.finishNode(I,"ParenthesizedExpression")}return C;case A.bracketL:return i=this.startNode(),i.elements=this.parseExprList(A.bracketR,!0),this.finishNode(i,"ArrayExpression");case A.braceL:return this.toks.overrideContext(Xe.b_expr),this.parseObj();case A._class:return this.parseClass(!1);case A._function:return i=this.startNode(),this.next(),this.parseFunction(i,!1);case A._new:return this.parseNew();case A.backQuote:return this.parseTemplate();case A._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.dummyIdent();default:return this.dummyIdent()}};Je.parseExprImport=function(){var i=this.startNode(),s=this.parseIdent(!0);switch(this.tok.type){case A.parenL:return this.parseDynamicImport(i);case A.dot:return i.meta=s,this.parseImportMeta(i);default:return i.name="import",this.finishNode(i,"Identifier")}};Je.parseDynamicImport=function(i){return i.source=this.parseExprList(A.parenR)[0]||this.dummyString(),this.finishNode(i,"ImportExpression")};Je.parseImportMeta=function(i){return this.next(),i.property=this.parseIdent(!0),this.finishNode(i,"MetaProperty")};Je.parseNew=function(){var i=this.startNode(),s=this.curIndent,u=this.curLineStart,c=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(A.dot))return i.meta=c,i.property=this.parseIdent(!0),this.finishNode(i,"MetaProperty");var f=this.storeCurrentPos();return i.callee=this.parseSubscripts(this.parseExprAtom(),f,!0,s,u),this.tok.type===A.parenL?i.arguments=this.parseExprList(A.parenR):i.arguments=[],this.finishNode(i,"NewExpression")};Je.parseTemplateElement=function(){var i=this.startNode();return this.tok.type===A.invalidTemplate?i.value={raw:this.tok.value,cooked:null}:i.value={raw:this.input.slice(this.tok.start,this.tok.end).replace(/\r\n?/g,`
`),cooked:this.tok.value},this.next(),i.tail=this.tok.type===A.backQuote,this.finishNode(i,"TemplateElement")};Je.parseTemplate=function(){var i=this.startNode();this.next(),i.expressions=[];var s=this.parseTemplateElement();for(i.quasis=[s];!s.tail;)this.next(),i.expressions.push(this.parseExpression()),this.expect(A.braceR)?s=this.parseTemplateElement():(s=this.startNode(),s.value={cooked:"",raw:""},s.tail=!0,this.finishNode(s,"TemplateElement")),i.quasis.push(s);return this.expect(A.backQuote),this.finishNode(i,"TemplateLiteral")};Je.parseObj=function(){var i=this.startNode();i.properties=[],this.pushCx();var s=this.curIndent+1,u=this.curLineStart;for(this.eat(A.braceL),this.curIndent+1<s&&(s=this.curIndent,u=this.curLineStart);!this.closes(A.braceR,s,u);){var c=this.startNode(),f=void 0,h=void 0,g=void 0;if(this.options.ecmaVersion>=9&&this.eat(A.ellipsis)){c.argument=this.parseMaybeAssign(),i.properties.push(this.finishNode(c,"SpreadElement")),this.eat(A.comma);continue}if(this.options.ecmaVersion>=6&&(g=this.storeCurrentPos(),c.method=!1,c.shorthand=!1,f=this.eat(A.star)),this.parsePropertyName(c),this.toks.isAsyncProp(c)?(h=!0,f=this.options.ecmaVersion>=9&&this.eat(A.star),this.parsePropertyName(c)):h=!1,Mn(c.key)){Mn(this.parseMaybeAssign())&&this.next(),this.eat(A.comma);continue}if(this.eat(A.colon))c.kind="init",c.value=this.parseMaybeAssign();else if(this.options.ecmaVersion>=6&&(this.tok.type===A.parenL||this.tok.type===A.braceL))c.kind="init",c.method=!0,c.value=this.parseMethod(f,h);else if(this.options.ecmaVersion>=5&&c.key.type==="Identifier"&&!c.computed&&(c.key.name==="get"||c.key.name==="set")&&this.tok.type!==A.comma&&this.tok.type!==A.braceR&&this.tok.type!==A.eq)c.kind=c.key.name,this.parsePropertyName(c),c.value=this.parseMethod(!1);else{if(c.kind="init",this.options.ecmaVersion>=6)if(this.eat(A.eq)){var C=this.startNodeAt(g);C.operator="=",C.left=c.key,C.right=this.parseMaybeAssign(),c.value=this.finishNode(C,"AssignmentExpression")}else c.value=c.key;else c.value=this.dummyIdent();c.shorthand=!0}i.properties.push(this.finishNode(c,"Property")),this.eat(A.comma)}return this.popCx(),this.eat(A.braceR)||(this.last.end=this.tok.start,this.options.locations&&(this.last.loc.end=this.tok.loc.start)),this.finishNode(i,"ObjectExpression")};Je.parsePropertyName=function(i){if(this.options.ecmaVersion>=6)if(this.eat(A.bracketL)){i.computed=!0,i.key=this.parseExpression(),this.expect(A.bracketR);return}else i.computed=!1;var s=this.tok.type===A.num||this.tok.type===A.string?this.parseExprAtom():this.parseIdent();i.key=s||this.dummyIdent()};Je.parsePropertyAccessor=function(){if(this.tok.type===A.name||this.tok.type.keyword)return this.parseIdent();if(this.tok.type===A.privateId)return this.parsePrivateIdent()};Je.parseIdent=function(){var i=this.tok.type===A.name?this.tok.value:this.tok.type.keyword;if(!i)return this.dummyIdent();var s=this.startNode();return this.next(),s.name=i,this.finishNode(s,"Identifier")};Je.parsePrivateIdent=function(){var i=this.startNode();return i.name=this.tok.value,this.next(),this.finishNode(i,"PrivateIdentifier")};Je.initFunction=function(i){i.id=null,i.params=[],this.options.ecmaVersion>=6&&(i.generator=!1,i.expression=!1),this.options.ecmaVersion>=8&&(i.async=!1)};Je.toAssignable=function(i,s){if(!(!i||i.type==="Identifier"||i.type==="MemberExpression"&&!s))if(i.type==="ParenthesizedExpression")this.toAssignable(i.expression,s);else{if(this.options.ecmaVersion<6)return this.dummyIdent();if(i.type==="ObjectExpression"){i.type="ObjectPattern";for(var u=0,c=i.properties;u<c.length;u+=1){var f=c[u];this.toAssignable(f,s)}}else if(i.type==="ArrayExpression")i.type="ArrayPattern",this.toAssignableList(i.elements,s);else if(i.type==="Property")this.toAssignable(i.value,s);else if(i.type==="SpreadElement")i.type="RestElement",this.toAssignable(i.argument,s);else if(i.type==="AssignmentExpression")i.type="AssignmentPattern",delete i.operator;else return this.dummyIdent()}return i};Je.toAssignableList=function(i,s){for(var u=0,c=i;u<c.length;u+=1){var f=c[u];this.toAssignable(f,s)}return i};Je.parseFunctionParams=function(i){return i=this.parseExprList(A.parenR),this.toAssignableList(i,!0)};Je.parseMethod=function(i,s){var u=this.startNode(),c=this.inAsync,f=this.inGenerator,h=this.inFunction;return this.initFunction(u),this.options.ecmaVersion>=6&&(u.generator=!!i),this.options.ecmaVersion>=8&&(u.async=!!s),this.inAsync=u.async,this.inGenerator=u.generator,this.inFunction=!0,u.params=this.parseFunctionParams(),u.body=this.parseBlock(),this.toks.adaptDirectivePrologue(u.body.body),this.inAsync=c,this.inGenerator=f,this.inFunction=h,this.finishNode(u,"FunctionExpression")};Je.parseArrowExpression=function(i,s,u){var c=this.inAsync,f=this.inGenerator,h=this.inFunction;return this.initFunction(i),this.options.ecmaVersion>=8&&(i.async=!!u),this.inAsync=i.async,this.inGenerator=!1,this.inFunction=!0,i.params=this.toAssignableList(s,!0),i.expression=this.tok.type!==A.braceL,i.expression?i.body=this.parseMaybeAssign():(i.body=this.parseBlock(),this.toks.adaptDirectivePrologue(i.body.body)),this.inAsync=c,this.inGenerator=f,this.inFunction=h,this.finishNode(i,"ArrowFunctionExpression")};Je.parseExprList=function(i,s){this.pushCx();var u=this.curIndent,c=this.curLineStart,f=[];for(this.next();!this.closes(i,u+1,c);){if(this.eat(A.comma)){f.push(s?null:this.dummyIdent());continue}var h=this.parseMaybeAssign();if(Mn(h)){if(this.closes(i,u,c))break;this.next()}else f.push(h);this.eat(A.comma)}return this.popCx(),this.eat(i)||(this.last.end=this.tok.start,this.options.locations&&(this.last.loc.end=this.tok.loc.start)),f};Je.parseAwait=function(){var i=this.startNode();return this.next(),i.argument=this.parseMaybeUnary(),this.finishNode(i,"AwaitExpression")};Ga.tabSize=4;function rQ(i,s){return Ye.parse(i,s)}function Fe(i,s){for(let u in s)i[u]=s[u];return!0}function Yp(i){return[i.start,i.end].join("!")}var qT=kr(Bs(),1);var BT=kr(ec(),1);var Fn=class{constructor(s,u,c,f,h,g,C){this.identifier=s,this.from=u,this.tainted=!1,this.resolved=null,this.flag=c,this.isWrite()&&(this.writeExpr=f,this.partial=g,this.init=C),this.__maybeImplicitGlobal=h}isStatic(){return!this.tainted&&this.resolved&&this.resolved.scope.isStatic()}isWrite(){return!!(this.flag&Fn.WRITE)}isRead(){return!!(this.flag&Fn.READ)}isReadOnly(){return this.flag===Fn.READ}isWriteOnly(){return this.flag===Fn.WRITE}isReadWrite(){return this.flag===Fn.RW}};Fn.READ=1;Fn.WRITE=2;Fn.RW=3;var nn=Fn;var ni=class{constructor(s,u){this.name=s,this.identifiers=[],this.references=[],this.defs=[],this.tainted=!1,this.stack=!0,this.scope=u}};ni.CatchClause="CatchClause";ni.Parameter="Parameter";ni.FunctionName="FunctionName";ni.ClassName="ClassName";ni.Variable="Variable";ni.ImportBinding="ImportBinding";ni.ImplicitGlobalVariable="ImplicitGlobalVariable";var nr=ni;var Ir=class{constructor(s,u,c,f,h,g){this.type=s,this.name=u,this.node=c,this.parent=f,this.index=h,this.kind=g}},_f=class extends Ir{constructor(s,u,c,f){super(nr.Parameter,s,u,null,c,null);this.rest=f}};var Nf=kr(Bs(),1),{Syntax:sn}=BT.default;function Cte(i,s,u,c){let f;if(i.upper&&i.upper.isStrict||u||i.type==="class"||i.type==="module")return!0;if(i.type==="block"||i.type==="switch")return!1;if(i.type==="function"){if(s.type===sn.ArrowFunctionExpression&&s.body.type!==sn.BlockStatement||(s.type===sn.Program?f=s:f=s.body,!f))return!1}else if(i.type==="global")f=s;else return!1;if(c)for(let h=0,g=f.body.length;h<g;++h){let C=f.body[h];if(C.type!==sn.DirectiveStatement)break;if(C.raw==='"use strict"'||C.raw==="'use strict'")return!0}else for(let h=0,g=f.body.length;h<g;++h){let C=f.body[h];if(C.type!==sn.ExpressionStatement)break;let x=C.expression;if(x.type!==sn.Literal||typeof x.value!="string")break;if(x.raw!==null&&x.raw!==void 0){if(x.raw==='"use strict"'||x.raw==="'use strict'")return!0}else if(x.value==="use strict")return!0}return!1}function Ate(i,s){i.scopes.push(s);let u=i.__nodeToScope.get(s.block);u?u.push(s):i.__nodeToScope.set(s.block,[s])}function vte(i){return i.type===nr.ClassName||i.type===nr.Variable&&i.parent.kind!=="var"}var vr=class{constructor(s,u,c,f,h){this.type=u,this.set=new Map,this.taints=new Map,this.dynamic=this.type==="global"||this.type==="with",this.block=f,this.through=[],this.variables=[],this.references=[],this.variableScope=this.type==="global"||this.type==="module"||this.type==="function"||this.type==="class-field-initializer"||this.type==="class-static-block"?this:c.variableScope,this.functionExpressionScope=!1,this.directCallToEvalScope=!1,this.thisFound=!1,this.__left=[],this.upper=c,this.isStrict=s.isStrictModeSupported()?Cte(this,f,h,s.__useDirective()):!1,this.childScopes=[],this.upper&&this.upper.childScopes.push(this),this.__declaredVariables=s.__declaredVariables,Ate(s,this)}__shouldStaticallyClose(s){return!this.dynamic||s.__isOptimistic()}__shouldStaticallyCloseForGlobal(s){let u=s.identifier.name;if(!this.set.has(u))return!1;let f=this.set.get(u).defs;return f.length>0&&f.every(vte)}__staticCloseRef(s){this.__resolve(s)||this.__delegateToUpperScope(s)}__dynamicCloseRef(s){let u=this;do u.through.push(s),u=u.upper;while(u)}__globalCloseRef(s){this.__shouldStaticallyCloseForGlobal(s)?this.__staticCloseRef(s):this.__dynamicCloseRef(s)}__close(s){let u;this.__shouldStaticallyClose(s)?u=this.__staticCloseRef:this.type!=="global"?u=this.__dynamicCloseRef:u=this.__globalCloseRef;for(let c=0,f=this.__left.length;c<f;++c){let h=this.__left[c];u.call(this,h)}return this.__left=null,this.upper}__isValidResolution(s,u){return!0}__resolve(s){let u=s.identifier.name;if(!this.set.has(u))return!1;let c=this.set.get(u);return this.__isValidResolution(s,c)?(c.references.push(s),c.stack=c.stack&&s.from.variableScope===this.variableScope,s.tainted&&(c.tainted=!0,this.taints.set(c.name,!0)),s.resolved=c,!0):!1}__delegateToUpperScope(s){this.upper&&this.upper.__left.push(s),this.through.push(s)}__addDeclaredVariablesOfNode(s,u){if(u==null)return;let c=this.__declaredVariables.get(u);c==null&&(c=[],this.__declaredVariables.set(u,c)),c.indexOf(s)===-1&&c.push(s)}__defineGeneric(s,u,c,f,h){let g;g=u.get(s),g||(g=new nr(s,this),u.set(s,g),c.push(g)),h&&(g.defs.push(h),this.__addDeclaredVariablesOfNode(g,h.node),this.__addDeclaredVariablesOfNode(g,h.parent)),f&&g.identifiers.push(f)}__define(s,u){s&&s.type===sn.Identifier&&this.__defineGeneric(s.name,this.set,this.variables,s,u)}__referencing(s,u,c,f,h,g){if(!s||s.type!==sn.Identifier||s.name==="super")return;let C=new nn(s,this,u||nn.READ,c,f,!!h,!!g);this.references.push(C),this.__left.push(C)}__detectEval(){let s=this;this.directCallToEvalScope=!0;do s.dynamic=!0,s=s.upper;while(s)}__detectThis(){this.thisFound=!0}__isClosed(){return this.__left===null}resolve(s){let u,c,f;for((0,Nf.default)(this.__isClosed(),"Scope should be closed."),(0,Nf.default)(s.type===sn.Identifier,"Target should be identifier."),c=0,f=this.references.length;c<f;++c)if(u=this.references[c],u.identifier===s)return u;return null}isStatic(){return!this.dynamic}isArgumentsMaterialized(){return!0}isThisMaterialized(){return!0}isUsedName(s){if(this.set.has(s))return!0;for(let u=0,c=this.through.length;u<c;++u)if(this.through[u].identifier.name===s)return!0;return!1}},If=class extends vr{constructor(s,u){super(s,"global",null,u,!1);this.implicit={set:new Map,variables:[],left:[]}}__close(s){let u=[];for(let c=0,f=this.__left.length;c<f;++c){let h=this.__left[c];h.__maybeImplicitGlobal&&!this.set.has(h.identifier.name)&&u.push(h.__maybeImplicitGlobal)}for(let c=0,f=u.length;c<f;++c){let h=u[c];this.__defineImplicit(h.pattern,new Ir(nr.ImplicitGlobalVariable,h.pattern,h.node,null,null,null))}return this.implicit.left=this.__left,super.__close(s)}__defineImplicit(s,u){s&&s.type===sn.Identifier&&this.__defineGeneric(s.name,this.implicit.set,this.implicit.variables,s,u)}},_1=class extends vr{constructor(s,u,c){super(s,"module",u,c,!1)}},N1=class extends vr{constructor(s,u,c){super(s,"function-expression-name",u,c,!1);this.__define(c.id,new Ir(nr.FunctionName,c.id,c,null,null,null)),this.functionExpressionScope=!0}},I1=class extends vr{constructor(s,u,c){super(s,"catch",u,c,!1)}},P1=class extends vr{constructor(s,u,c){super(s,"with",u,c,!1)}__close(s){if(this.__shouldStaticallyClose(s))return super.__close(s);for(let u=0,c=this.__left.length;u<c;++u){let f=this.__left[u];f.tainted=!0,this.__delegateToUpperScope(f)}return this.__left=null,this.upper}},O1=class extends vr{constructor(s,u,c){super(s,"block",u,c,!1)}},L1=class extends vr{constructor(s,u,c){super(s,"switch",u,c,!1)}},M1=class extends vr{constructor(s,u,c,f){super(s,"function",u,c,f);this.block.type!==sn.ArrowFunctionExpression&&this.__defineArguments()}isArgumentsMaterialized(){if(this.block.type===sn.ArrowFunctionExpression)return!1;if(!this.isStatic())return!0;let s=this.set.get("arguments");return(0,Nf.default)(s,"Always have arguments variable."),s.tainted||s.references.length!==0}isThisMaterialized(){return this.isStatic()?this.thisFound:!0}__defineArguments(){this.__defineGeneric("arguments",this.set,this.variables,null,null),this.taints.set("arguments",!0)}__isValidResolution(s,u){if(this.block.type==="Program")return!0;let c=this.block.body.range[0];return!(u.scope===this&&s.identifier.range[0]<c&&u.defs.every(f=>f.name.range[0]>=c))}},j1=class extends vr{constructor(s,u,c){super(s,"for",u,c,!1)}},R1=class extends vr{constructor(s,u,c){super(s,"class",u,c,!1)}},V1=class extends vr{constructor(s,u,c){super(s,"class-field-initializer",u,c,!0)}},q1=class extends vr{constructor(s,u,c){super(s,"class-static-block",u,c,!0)}};var TT=kr(Bs(),1),kT=class{constructor(s){this.scopes=[],this.globalScope=null,this.__nodeToScope=new WeakMap,this.__currentScope=null,this.__options=s,this.__declaredVariables=new WeakMap}__useDirective(){return this.__options.directive}__isOptimistic(){return this.__options.optimistic}__ignoreEval(){return this.__options.ignoreEval}__isNodejsScope(){return this.__options.nodejsScope||this.__options.sourceType==="commonjs"}isModule(){return this.__options.sourceType==="module"}isImpliedStrict(){return this.__options.impliedStrict}isStrictModeSupported(){return this.__options.ecmaVersion>=5}__get(s){return this.__nodeToScope.get(s)}getDeclaredVariables(s){return this.__declaredVariables.get(s)||[]}acquire(s,u){function c(h){return!(h.type==="function"&&h.functionExpressionScope)}let f=this.__get(s);if(!f||f.length===0)return null;if(f.length===1)return f[0];if(u)for(let h=f.length-1;h>=0;--h){let g=f[h];if(c(g))return g}else for(let h=0,g=f.length;h<g;++h){let C=f[h];if(c(C))return C}return null}acquireAll(s){return this.__get(s)}release(s,u){let c=this.__get(s);if(c&&c.length){let f=c[0].upper;return f?this.acquire(f.block,u):null}return null}attach(){}detach(){}__nestScope(s){return s instanceof If&&((0,TT.default)(this.__currentScope===null),this.globalScope=s),this.__currentScope=s,s}__nestGlobalScope(s){return this.__nestScope(new If(this,s))}__nestBlockScope(s){return this.__nestScope(new O1(this,this.__currentScope,s))}__nestFunctionScope(s,u){return this.__nestScope(new M1(this,this.__currentScope,s,u))}__nestForScope(s){return this.__nestScope(new j1(this,this.__currentScope,s))}__nestCatchScope(s){return this.__nestScope(new I1(this,this.__currentScope,s))}__nestWithScope(s){return this.__nestScope(new P1(this,this.__currentScope,s))}__nestClassScope(s){return this.__nestScope(new R1(this,this.__currentScope,s))}__nestClassFieldInitializerScope(s){return this.__nestScope(new V1(this,this.__currentScope,s))}__nestClassStaticBlockScope(s){return this.__nestScope(new q1(this,this.__currentScope,s))}__nestSwitchScope(s){return this.__nestScope(new L1(this,this.__currentScope,s))}__nestModuleScope(s){return this.__nestScope(new _1(this,this.__currentScope,s))}__nestFunctionExpressionNameScope(s){return this.__nestScope(new N1(this,this.__currentScope,s))}__isES6(){return this.__options.ecmaVersion>=6}},_T=kT;var LT=kr(ec(),1),U1=kr(G1(),1);var IT=kr(ec(),1),PT=kr(G1(),1),{Syntax:iu}=IT.default;function Ste(i){return i[i.length-1]||null}var OT=class extends PT.default.Visitor{static isPattern(s){let u=s.type;return u===iu.Identifier||u===iu.ObjectPattern||u===iu.ArrayPattern||u===iu.SpreadElement||u===iu.RestElement||u===iu.AssignmentPattern}constructor(s,u,c){super(null,s);this.rootPattern=u,this.callback=c,this.assignments=[],this.rightHandNodes=[],this.restElements=[]}Identifier(s){let u=Ste(this.restElements);this.callback(s,{topLevel:s===this.rootPattern,rest:u!=null&&u.argument===s,assignments:this.assignments})}Property(s){s.computed&&this.rightHandNodes.push(s.key),this.visit(s.value)}ArrayPattern(s){for(let u=0,c=s.elements.length;u<c;++u){let f=s.elements[u];this.visit(f)}}AssignmentPattern(s){this.assignments.push(s),this.visit(s.left),this.rightHandNodes.push(s.right),this.assignments.pop()}RestElement(s){this.restElements.push(s),this.visit(s.argument),this.restElements.pop()}MemberExpression(s){s.computed&&this.rightHandNodes.push(s.property),this.rightHandNodes.push(s.object)}SpreadElement(s){this.visit(s.argument)}ArrayExpression(s){s.elements.forEach(this.visit,this)}AssignmentExpression(s){this.assignments.push(s),this.visit(s.left),this.rightHandNodes.push(s.right),this.assignments.pop()}CallExpression(s){s.arguments.forEach(u=>{this.rightHandNodes.push(u)}),this.visit(s.callee)}},tc=OT;var MT=kr(Bs(),1),{Syntax:ii}=LT.default;function Fte(i,s,u,c){let f=new tc(i,s,c);f.visit(s),u!=null&&f.rightHandNodes.forEach(u.visit,u)}var jT=class extends U1.default.Visitor{constructor(s,u){super(null,u.options);this.declaration=s,this.referencer=u}visitImport(s,u){this.referencer.visitPattern(s,c=>{this.referencer.currentScope().__define(c,new Ir(nr.ImportBinding,c,u,this.declaration,null,null))})}ImportNamespaceSpecifier(s){let u=s.local||s.id;u&&this.visitImport(u,s)}ImportDefaultSpecifier(s){let u=s.local||s.id;this.visitImport(u,s)}ImportSpecifier(s){let u=s.local||s.id;s.name?this.visitImport(s.name,s):this.visitImport(u,s)}},RT=class extends U1.default.Visitor{constructor(s,u){super(null,s);this.options=s,this.scopeManager=u,this.parent=null,this.isInnerMethodDefinition=!1}currentScope(){return this.scopeManager.__currentScope}close(s){for(;this.currentScope()&&s===this.currentScope().block;)this.scopeManager.__currentScope=this.currentScope().__close(this.scopeManager)}pushInnerMethodDefinition(s){let u=this.isInnerMethodDefinition;return this.isInnerMethodDefinition=s,u}popInnerMethodDefinition(s){this.isInnerMethodDefinition=s}referencingDefaultValue(s,u,c,f){let h=this.currentScope();u.forEach(g=>{h.__referencing(s,nn.WRITE,g.right,c,s!==g.left,f)})}visitPattern(s,u,c){let f=u,h=c;typeof u=="function"&&(h=u,f={processRightHandNodes:!1}),Fte(this.options,s,f.processRightHandNodes?this:null,h)}visitFunction(s){let u,c;s.type===ii.FunctionDeclaration&&this.currentScope().__define(s.id,new Ir(nr.FunctionName,s.id,s,null,null,null)),s.type===ii.FunctionExpression&&s.id&&this.scopeManager.__nestFunctionExpressionNameScope(s),this.scopeManager.__nestFunctionScope(s,this.isInnerMethodDefinition);let f=this;function h(g,C){f.currentScope().__define(g,new _f(g,s,u,C.rest)),f.referencingDefaultValue(g,C.assignments,null,!0)}for(u=0,c=s.params.length;u<c;++u)this.visitPattern(s.params[u],{processRightHandNodes:!0},h);s.rest&&this.visitPattern({type:"RestElement",argument:s.rest},g=>{this.currentScope().__define(g,new _f(g,s,s.params.length,!0))}),s.body&&(s.body.type===ii.BlockStatement?this.visitChildren(s.body):this.visit(s.body)),this.close(s)}visitClass(s){s.type===ii.ClassDeclaration&&this.currentScope().__define(s.id,new Ir(nr.ClassName,s.id,s,null,null,null)),this.visit(s.superClass),this.scopeManager.__nestClassScope(s),s.id&&this.currentScope().__define(s.id,new Ir(nr.ClassName,s.id,s)),this.visit(s.body),this.close(s)}visitProperty(s){let u;s.computed&&this.visit(s.key);let c=s.type===ii.MethodDefinition;c&&(u=this.pushInnerMethodDefinition(!0)),this.visit(s.value),c&&this.popInnerMethodDefinition(u)}visitForIn(s){s.left.type===ii.VariableDeclaration&&s.left.kind!=="var"&&this.scopeManager.__nestForScope(s),s.left.type===ii.VariableDeclaration?(this.visit(s.left),this.visitPattern(s.left.declarations[0].id,u=>{this.currentScope().__referencing(u,nn.WRITE,s.right,null,!0,!0)})):this.visitPattern(s.left,{processRightHandNodes:!0},(u,c)=>{let f=null;this.currentScope().isStrict||(f={pattern:u,node:s}),this.referencingDefaultValue(u,c.assignments,f,!1),this.currentScope().__referencing(u,nn.WRITE,s.right,f,!0,!1)}),this.visit(s.right),this.visit(s.body),this.close(s)}visitVariableDeclaration(s,u,c,f){let h=c.declarations[f],g=h.init;this.visitPattern(h.id,{processRightHandNodes:!0},(C,x)=>{s.__define(C,new Ir(u,C,h,c,f,c.kind)),this.referencingDefaultValue(C,x.assignments,null,!0),g&&this.currentScope().__referencing(C,nn.WRITE,g,null,!x.topLevel,!0)})}AssignmentExpression(s){tc.isPattern(s.left)?s.operator==="="?this.visitPattern(s.left,{processRightHandNodes:!0},(u,c)=>{let f=null;this.currentScope().isStrict||(f={pattern:u,node:s}),this.referencingDefaultValue(u,c.assignments,f,!1),this.currentScope().__referencing(u,nn.WRITE,s.right,f,!c.topLevel,!1)}):this.currentScope().__referencing(s.left,nn.RW,s.right):this.visit(s.left),this.visit(s.right)}CatchClause(s){this.scopeManager.__nestCatchScope(s),this.visitPattern(s.param,{processRightHandNodes:!0},(u,c)=>{this.currentScope().__define(u,new Ir(nr.CatchClause,s.param,s,null,null,null)),this.referencingDefaultValue(u,c.assignments,null,!0)}),this.visit(s.body),this.close(s)}Program(s){this.scopeManager.__nestGlobalScope(s),this.scopeManager.__isNodejsScope()&&(this.currentScope().isStrict=!1,this.scopeManager.__nestFunctionScope(s,!1)),this.scopeManager.__isES6()&&this.scopeManager.isModule()&&this.scopeManager.__nestModuleScope(s),this.scopeManager.isStrictModeSupported()&&this.scopeManager.isImpliedStrict()&&(this.currentScope().isStrict=!0),this.visitChildren(s),this.close(s)}Identifier(s){this.currentScope().__referencing(s)}PrivateIdentifier(){}UpdateExpression(s){tc.isPattern(s.argument)?this.currentScope().__referencing(s.argument,nn.RW,null):this.visitChildren(s)}MemberExpression(s){this.visit(s.object),s.computed&&this.visit(s.property)}Property(s){this.visitProperty(s)}PropertyDefinition(s){let{computed:u,key:c,value:f}=s;u&&this.visit(c),f&&(this.scopeManager.__nestClassFieldInitializerScope(f),this.visit(f),this.close(f))}StaticBlock(s){this.scopeManager.__nestClassStaticBlockScope(s),this.visitChildren(s),this.close(s)}MethodDefinition(s){this.visitProperty(s)}BreakStatement(){}ContinueStatement(){}LabeledStatement(s){this.visit(s.body)}ForStatement(s){s.init&&s.init.type===ii.VariableDeclaration&&s.init.kind!=="var"&&this.scopeManager.__nestForScope(s),this.visitChildren(s),this.close(s)}ClassExpression(s){this.visitClass(s)}ClassDeclaration(s){this.visitClass(s)}CallExpression(s){!this.scopeManager.__ignoreEval()&&s.callee.type===ii.Identifier&&s.callee.name==="eval"&&this.currentScope().variableScope.__detectEval(),this.visitChildren(s)}BlockStatement(s){this.scopeManager.__isES6()&&this.scopeManager.__nestBlockScope(s),this.visitChildren(s),this.close(s)}ThisExpression(){this.currentScope().variableScope.__detectThis()}WithStatement(s){this.visit(s.object),this.scopeManager.__nestWithScope(s),this.visit(s.body),this.close(s)}VariableDeclaration(s){let u=s.kind==="var"?this.currentScope().variableScope:this.currentScope();for(let c=0,f=s.declarations.length;c<f;++c){let h=s.declarations[c];this.visitVariableDeclaration(u,nr.Variable,s,c),h.init&&this.visit(h.init)}}SwitchStatement(s){this.visit(s.discriminant),this.scopeManager.__isES6()&&this.scopeManager.__nestSwitchScope(s);for(let u=0,c=s.cases.length;u<c;++u)this.visit(s.cases[u]);this.close(s)}FunctionDeclaration(s){this.visitFunction(s)}FunctionExpression(s){this.visitFunction(s)}ForOfStatement(s){this.visitForIn(s)}ForInStatement(s){this.visitForIn(s)}ArrowFunctionExpression(s){this.visitFunction(s)}ImportDeclaration(s){(0,MT.default)(this.scopeManager.__isES6()&&this.scopeManager.isModule(),"ImportDeclaration should appear when the mode is ES6 and in the module context."),new jT(s,this).visit(s)}visitExportDeclaration(s){if(!s.source){if(s.declaration){this.visit(s.declaration);return}this.visitChildren(s)}}ExportDeclaration(s){this.visitExportDeclaration(s)}ExportAllDeclaration(s){this.visitExportDeclaration(s)}ExportDefaultDeclaration(s){this.visitExportDeclaration(s)}ExportNamedDeclaration(s){this.visitExportDeclaration(s)}ExportSpecifier(s){let u=s.id||s.local;this.visit(u)}MetaProperty(){}},VT=RT;function wte(){return{optimistic:!1,directive:!1,nodejsScope:!1,impliedStrict:!1,sourceType:"script",ecmaVersion:5,childVisitorKeys:null,fallback:"iteration"}}function W1(i,s){function u(c){return typeof c=="object"&&c instanceof Object&&!(c instanceof Array)&&!(c instanceof RegExp)}for(let c in s)if(Object.prototype.hasOwnProperty.call(s,c)){let f=s[c];u(f)?u(i[c])?W1(i[c],f):i[c]=W1({},f):i[c]=f}return i}function GT(i,s){let u=W1(wte(),s),c=new _T(u);return new VT(u,c).visit(i),(0,qT.default)(c.__currentScope===null,"currentScope should be null."),c}var Qe=class{constructor(s,u){this.name=s,this.options=this.buildOptions(u)}buildOptions(s){return ys({},s)}};function z1(i,s,u){u(i,s)}function _s(i,s,u){}var ae={};ae.Program=ae.BlockStatement=ae.StaticBlock=function(i,s,u){for(var c=0,f=i.body;c<f.length;c+=1){var h=f[c];u(h,s,"Statement")}};ae.Statement=z1;ae.EmptyStatement=_s;ae.ExpressionStatement=ae.ParenthesizedExpression=ae.ChainExpression=function(i,s,u){return u(i.expression,s,"Expression")};ae.IfStatement=function(i,s,u){u(i.test,s,"Expression"),u(i.consequent,s,"Statement"),i.alternate&&u(i.alternate,s,"Statement")};ae.LabeledStatement=function(i,s,u){return u(i.body,s,"Statement")};ae.BreakStatement=ae.ContinueStatement=_s;ae.WithStatement=function(i,s,u){u(i.object,s,"Expression"),u(i.body,s,"Statement")};ae.SwitchStatement=function(i,s,u){u(i.discriminant,s,"Expression");for(var c=0,f=i.cases;c<f.length;c+=1){var h=f[c];h.test&&u(h.test,s,"Expression");for(var g=0,C=h.consequent;g<C.length;g+=1){var x=C[g];u(x,s,"Statement")}}};ae.SwitchCase=function(i,s,u){i.test&&u(i.test,s,"Expression");for(var c=0,f=i.consequent;c<f.length;c+=1){var h=f[c];u(h,s,"Statement")}};ae.ReturnStatement=ae.YieldExpression=ae.AwaitExpression=function(i,s,u){i.argument&&u(i.argument,s,"Expression")};ae.ThrowStatement=ae.SpreadElement=function(i,s,u){return u(i.argument,s,"Expression")};ae.TryStatement=function(i,s,u){u(i.block,s,"Statement"),i.handler&&u(i.handler,s),i.finalizer&&u(i.finalizer,s,"Statement")};ae.CatchClause=function(i,s,u){i.param&&u(i.param,s,"Pattern"),u(i.body,s,"Statement")};ae.WhileStatement=ae.DoWhileStatement=function(i,s,u){u(i.test,s,"Expression"),u(i.body,s,"Statement")};ae.ForStatement=function(i,s,u){i.init&&u(i.init,s,"ForInit"),i.test&&u(i.test,s,"Expression"),i.update&&u(i.update,s,"Expression"),u(i.body,s,"Statement")};ae.ForInStatement=ae.ForOfStatement=function(i,s,u){u(i.left,s,"ForInit"),u(i.right,s,"Expression"),u(i.body,s,"Statement")};ae.ForInit=function(i,s,u){i.type==="VariableDeclaration"?u(i,s):u(i,s,"Expression")};ae.DebuggerStatement=_s;ae.FunctionDeclaration=function(i,s,u){return u(i,s,"Function")};ae.VariableDeclaration=function(i,s,u){for(var c=0,f=i.declarations;c<f.length;c+=1){var h=f[c];u(h,s)}};ae.VariableDeclarator=function(i,s,u){u(i.id,s,"Pattern"),i.init&&u(i.init,s,"Expression")};ae.Function=function(i,s,u){i.id&&u(i.id,s,"Pattern");for(var c=0,f=i.params;c<f.length;c+=1){var h=f[c];u(h,s,"Pattern")}u(i.body,s,i.expression?"Expression":"Statement")};ae.Pattern=function(i,s,u){i.type==="Identifier"?u(i,s,"VariablePattern"):i.type==="MemberExpression"?u(i,s,"MemberPattern"):u(i,s)};ae.VariablePattern=_s;ae.MemberPattern=z1;ae.RestElement=function(i,s,u){return u(i.argument,s,"Pattern")};ae.ArrayPattern=function(i,s,u){for(var c=0,f=i.elements;c<f.length;c+=1){var h=f[c];h&&u(h,s,"Pattern")}};ae.ObjectPattern=function(i,s,u){for(var c=0,f=i.properties;c<f.length;c+=1){var h=f[c];h.type==="Property"?(h.computed&&u(h.key,s,"Expression"),u(h.value,s,"Pattern")):h.type==="RestElement"&&u(h.argument,s,"Pattern")}};ae.Expression=z1;ae.ThisExpression=ae.Super=ae.MetaProperty=_s;ae.ArrayExpression=function(i,s,u){for(var c=0,f=i.elements;c<f.length;c+=1){var h=f[c];h&&u(h,s,"Expression")}};ae.ObjectExpression=function(i,s,u){for(var c=0,f=i.properties;c<f.length;c+=1){var h=f[c];u(h,s)}};ae.FunctionExpression=ae.ArrowFunctionExpression=ae.FunctionDeclaration;ae.SequenceExpression=function(i,s,u){for(var c=0,f=i.expressions;c<f.length;c+=1){var h=f[c];u(h,s,"Expression")}};ae.TemplateLiteral=function(i,s,u){for(var c=0,f=i.quasis;c<f.length;c+=1){var h=f[c];u(h,s)}for(var g=0,C=i.expressions;g<C.length;g+=1){var x=C[g];u(x,s,"Expression")}};ae.TemplateElement=_s;ae.UnaryExpression=ae.UpdateExpression=function(i,s,u){u(i.argument,s,"Expression")};ae.BinaryExpression=ae.LogicalExpression=function(i,s,u){u(i.left,s,"Expression"),u(i.right,s,"Expression")};ae.AssignmentExpression=ae.AssignmentPattern=function(i,s,u){u(i.left,s,"Pattern"),u(i.right,s,"Expression")};ae.ConditionalExpression=function(i,s,u){u(i.test,s,"Expression"),u(i.consequent,s,"Expression"),u(i.alternate,s,"Expression")};ae.NewExpression=ae.CallExpression=function(i,s,u){if(u(i.callee,s,"Expression"),i.arguments)for(var c=0,f=i.arguments;c<f.length;c+=1){var h=f[c];u(h,s,"Expression")}};ae.MemberExpression=function(i,s,u){u(i.object,s,"Expression"),i.computed&&u(i.property,s,"Expression")};ae.ExportNamedDeclaration=ae.ExportDefaultDeclaration=function(i,s,u){i.declaration&&u(i.declaration,s,i.type==="ExportNamedDeclaration"||i.declaration.id?"Statement":"Expression"),i.source&&u(i.source,s,"Expression")};ae.ExportAllDeclaration=function(i,s,u){i.exported&&u(i.exported,s),u(i.source,s,"Expression")};ae.ImportDeclaration=function(i,s,u){for(var c=0,f=i.specifiers;c<f.length;c+=1){var h=f[c];u(h,s)}u(i.source,s,"Expression")};ae.ImportExpression=function(i,s,u){u(i.source,s,"Expression")};ae.ImportSpecifier=ae.ImportDefaultSpecifier=ae.ImportNamespaceSpecifier=ae.Identifier=ae.PrivateIdentifier=ae.Literal=_s;ae.TaggedTemplateExpression=function(i,s,u){u(i.tag,s,"Expression"),u(i.quasi,s,"Expression")};ae.ClassDeclaration=ae.ClassExpression=function(i,s,u){return u(i,s,"Class")};ae.Class=function(i,s,u){i.id&&u(i.id,s,"Pattern"),i.superClass&&u(i.superClass,s,"Expression"),u(i.body,s)};ae.ClassBody=function(i,s,u){for(var c=0,f=i.body;c<f.length;c+=1){var h=f[c];u(h,s)}};ae.MethodDefinition=ae.PropertyDefinition=ae.Property=function(i,s,u){i.computed&&u(i.key,s,"Expression"),i.value&&u(i.value,s,"Expression")};//! MIT License
//!
//! Copyright (C) 2012-2020 by various contributors (see AUTHORS)
//!
//! Permission is hereby granted, free of charge, to any person obtaining a copy
//! of this software and associated documentation files (the "Software"), to deal
//! in the Software without restriction, including without limitation the rights
//! to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//! copies of the Software, and to permit persons to whom the Software is
//! furnished to do so, subject to the following conditions:
//!
//! The above copyright notice and this permission notice shall be included in
//! all copies or substantial portions of the Software.
//!
//! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//! IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//! FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//! AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//! LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//! OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//! THE SOFTWARE.
//!
//! ^ https://github.com/acornjs/acorn/blob/49ac049201/AUTHORS
//! ^ https://github.com/acornjs/acorn/blob/49ac049201/acorn-walk/src/index.js
function de(i,s,u,c,f){let h=[],g=u||ae;return function C(x,I,N){let j=N||x.type,O=s[j],R=x!==h[h.length-1];if(R&&h.push(x),g[j](x,I,C),O)try{O(x,I||h,h)}catch(V){console.error(`Caught an error while attempting to run AST visitor!
node =`,x,`
err =`,V)}R&&h.pop()}(i,c,f),i}var $1=class{constructor(s){this.node=s}};function Bi(i,s,u,c){let f=c||ae,h=s[0],g=s[1];try{(function C(x,I,N){let j=N||x.type;if((h==null||x.start<=h)&&(g==null||x.end>=g)&&f[j](x,{},C),(h==null||x.start===h)&&(g==null||x.end===g)&&x.type===u)throw new $1(x)})(i)}catch(C){if(C instanceof $1)return C.node;throw C}}function UT(i){return i.type==="PrivateIdentifier"}function dt(i){return i.type==="Literal"}function ct(i){return dt(i)&&typeof i.value=="string"}function ze(i){return dt(i)&&typeof i.value=="number"}function an(i){return dt(i)&&typeof i.value=="boolean"}function Pr(i){return i.type==="UnaryExpression"}function Nt(i){return Pr(i)&&ze(i.argument)}function Vt(i){return i.type==="ExpressionStatement"}function wn(i){return i.type==="SequenceExpression"}function It(i){return i.type==="AssignmentExpression"}function dr(i){return i.type==="ReturnStatement"}function Pt(i){return i.type==="VariableDeclaration"}function su(i){return i.type==="ArrayExpression"}function ye(i){return i.type==="Identifier"}function WT(i){return i.type==="ArrowFunctionExpression"}function ir(i){return i.type==="FunctionExpression"}function zT(i){return i.type==="UpdateExpression"}function qt(i){return i.type==="CallExpression"}function Ke(i){return i.type==="BlockStatement"}function Ns(i){return i.type==="SwitchStatement"}function sr(i){return i.type==="BinaryExpression"}function un(i){return i.type==="MemberExpression"}function Ti(i){return i.type==="IfStatement"}function $T(i){return i.type==="ForStatement"}function HT(i){return i.type==="ObjectExpression"}function JT(i){return i.type==="LogicalExpression"}function Or(i){return JSON.parse(JSON.stringify(i))}function YT(i){if(!dt(i)&&!ye(i))throw new TypeError("Node is not Literal or Identifier");return dt(i)?i.value.toString():i.name}function cn(i){return i.filter(s=>s.type!=="EmptyStatement")}var Of=class extends Qe{constructor(s){super("ControlFlow",s);this.findStorageNodeAliases=(s,u)=>(de(u,{BlockStatement(c){let f=Yp(c);if(!s.controlFlowStorageNodes[f]||c.body.length===0)return;let h=s.controlFlowStorageNodes[f];de(c,{VariableDeclaration(g){let C=[];for(let x of g.declarations)!x.init||!ye(x.id)||!ye(x.init)||h.aliases.includes(x.init.name)&&(h.aliases.push(x.id.name),C.push(`${x.start}!${x.end}`));g.declarations=g.declarations.filter(x=>!C.includes(`${x.start}!${x.end}`)),g.declarations.length===0&&(g.type="EmptyStatement")}})}}),this);this.replacer=(s,u)=>{let{translateCallExp:c}=this;return de(u,{BlockStatement(f){let h=Yp(f);if(!s.controlFlowStorageNodes[h])return;let g=s.controlFlowStorageNodes[h];de(f,{MemberExpression(C){if(!ye(C.object)||!ye(C.property)||!g.aliases.includes(C.object.name))return;let x=C.property.name,I=-1;(I=g.literals.findIndex(N=>N.identifier===x))!==-1&&Fe(C,{type:"Literal",value:g.literals[I].value})},CallExpression(C){if(!un(C.callee)||!ye(C.callee.object)||!ye(C.callee.property)||!g.aliases.includes(C.callee.object.name))return;let x=C.callee.property.name,I=-1;if((I=g.functions.findIndex(N=>N.identifier===x))!==-1){let N=g.functions[I].node;Fe(C,c(N,C))}}})}}),this}}translateCallExp(s,u){if(!dr(s.body.body[0]))throw new TypeError("Function in CFSN was invalid (not a returnstatement)");if(!s.params.every(C=>ye(C)))throw new TypeError("Function in CFSN was invalid (not ident params)");if(!s.body.body[0].argument)throw new TypeError("Function in CFSN was invalid (void return)");let c=s.params,f={},h=0;for(let C of c)f[C.name]=u.arguments[h],++h;let g=Or(s.body.body[0].argument);return de(g,{Identifier(C){!f[C.name]||Fe(C,f[C.name])}}),g}populateEmptyObjects(s){return de(s.ast,{BlockStatement(u){de(u,{VariableDeclarator(c){if(!ye(c.id)||!c.init||!HT(c.init)||c.init.properties.length!==0)return;let f=c.id.name;de(u,{ExpressionStatement(h){if(!It(h.expression))return;let g=h.expression;if(!un(g.left)||!ye(g.left.object)||!ye(g.left.property)||g.left.object.name!==f)return;let C={type:"Property",start:0,end:0,method:!1,shorthand:!1,computed:!1,key:g.left.property,value:g.right,kind:"init"};c.init.properties.push(C),h.type="EmptyStatement",s.log(`${f}.${g.left.property.name} = ${g.right.type}`)}})}})}}),this}findStorageNode(s){let{findStorageNodeAliases:u}=this;return de(s.ast,{BlockStatement(c){let f=Yp(c);s.controlFlowStorageNodes[f]||c.body.length!==0&&de(c,{VariableDeclaration(h){var C;let g=[];for(let x of h.declarations){if(!ye(x.id)||((C=x.init)==null?void 0:C.type)!=="ObjectExpression"||x.init.properties.length===0||!x.init.properties.every(N=>N.type!=="SpreadElement"&&["FunctionExpression","Literal"].includes(N.value.type)&&(N.key.type==="Literal"||N.key.type==="Identifier")&&YT(N.key).length===5))continue;s.controlFlowStorageNodes[f]={identifier:x.id.name,aliases:[x.id.name],functions:[],literals:[]};let I=s.controlFlowStorageNodes[f];for(let N of x.init.properties){let j=N.key,O=ye(j)?j.name:j.value,R=-1;if(dt(N.value))(R=I.literals.findIndex(V=>V.identifier===O))!==-1?I.literals[R].value=N.value.value:I.literals.push({identifier:O,value:N.value.value});else if(ir(N.value)){let V=cn(N.value.body.body);if(V.length!==1||!dr(V[0]))continue;let Y=Or(N.value);Y.body.body=V,(R=I.functions.findIndex(Z=>Z.identifier===O))!==-1?I.functions[R].node=Y:I.functions.push({identifier:O,node:Y})}}s.log("Found control flow node id =",x.id.name,"#fn =",I.functions.length,"#lit =",I.literals.length),s.removeGarbage&&g.push(`${x.start}!${x.end}`)}h.declarations=h.declarations.filter(x=>!g.includes(`${x.start}!${x.end}`)),h.declarations.length===0&&(h.type="EmptyStatement"),u(s,c).replacer(s,c)}})}}),this}deflatten(s){return de(s.ast,{WhileStatement(u,c,f){if(!an(u.test)||u.test.value!==!0||!Ke(u.body)||u.body.body.length===0||!Ns(u.body.body[0]))return;let h=f[f.length-2];if(!Ke(h))return;let g=u.body.body[0];if(!un(g.discriminant)||!ye(g.discriminant.object)||!zT(g.discriminant.property)||g.discriminant.property.operator!=="++"||g.discriminant.property.prefix!==!1||!ye(g.discriminant.property.argument))return;let C=g.discriminant.object.name,x=g.discriminant.property.argument.name,I=[],N=-1;if(de(h,{VariableDeclaration(R){let V=[];for(let Y of R.declarations)if(!!ye(Y.id)&&!!Y.init)if(Y.id.name===C){if(!qt(Y.init)||!un(Y.init.callee)||!ct(Y.init.callee.object)||!ye(Y.init.callee.property)||Y.init.callee.property.name!=="split"||!ct(Y.init.arguments[0]))continue;let Z=Y.init.callee.object.value,ue=Y.init.arguments[0].value;I=Z.split(ue),V.push(`${Y.start}!${Y.end}`)}else if(Y.id.name===x){if(!ze(Y.init))continue;N=Y.init.value,V.push(`${Y.start}!${Y.end}`)}else continue;R.declarations=R.declarations.filter(Y=>!V.includes(`${Y.start}!${Y.end}`)),R.declarations.length===0&&(R.type="EmptyStatement")}}),I.length===0||N===-1)return;let j=[];for(let R=N;R<I.length;R++){let V=I[R],Y=g.cases.find(Z=>Z.test&&dt(Z.test)&&Z.test.value===V);if(!Y)return;j.push(Y.consequent.filter(Z=>Z.type!=="ContinueStatement"))}let O=h.body.findIndex(R=>R.type===u.type&&R.start===u.start&&R.end===u.end);h.body.splice(O,1,...j.flat()),s.log("Found flattened control flow arr =",I,"idx =",N)}}),this}transform(s){return rt(this,null,function*(){this.populateEmptyObjects(s).findStorageNode(s).deflatten(s)})}};var Lf=class extends Qe{constructor(s){super("Desequence",s)}desequence(s){function u(c){for(let f of c.body)if(Vt(f)&&wn(f.expression)){let h=c.body.findIndex(C=>C.start===f.start&&C.end===f.end),g=f.expression.expressions.map(C=>({type:"ExpressionStatement",expression:C}));c.body[h]=g}Fe(c,{body:c.body.flat()})}return de(s,{BlockStatement(c){u(c)},Program(c){u(c)}}),this}transform(s){return rt(this,null,function*(){this.desequence(s.ast)})}};var Mf=class extends Qe{constructor(s){super("LiteralMap",s)}demap(s){return de(s.ast,{BlockStatement(u){let c={};de(u,{VariableDeclaration(f){let h=[];for(let g of f.declarations){if(!g.init||g.init.type!=="ObjectExpression"||!ye(g.id)||g.init.properties.length===0||!g.init.properties.every(x=>x.type!=="SpreadElement"&&(dt(x.key)||ye(x.key))&&dt(x.value)))continue;let C=g.id.name;c[C]=c[C]||{};for(let x of g.init.properties){let I=x,N=I.key.type==="Identifier"?I.key.name:I.key.value;c[C][N]=I.value.value}s.removeGarbage&&h.push(`${g.start}!${g.end}`)}f.declarations=f.declarations.filter(g=>!h.includes(`${g.start}!${g.end}`))}}),de(u,{MemberExpression(f){if(!ye(f.object)||!dt(f.property)&&!ye(f.property))return;let h=c[f.object.name];if(!h)return;let g=ye(f.property)?f.property.name:f.property.value,C=h[g];typeof C!="undefined"&&Fe(f,{type:"Literal",value:C})}})}}),this}literals(s){function u(c){var h;let f=s.scopeManager.acquire(c);if(!!f)for(let g of f.variables){if(g.name==="q")debugger;if(g.name==="arguments"||g.identifiers.length!==1||g.defs.length!==1)continue;let C=g.defs[0];if(C.type!=="Variable")continue;let x=C.node;if(((h=x.init)==null?void 0:h.type)==="Literal"&&!(typeof x.init.value=="string"&&x.init.value.length===65)&&!!g.references.every(I=>I.init||I.isReadOnly()))for(let I of g.references){if(I.init){let j=C.node,O=C.parent;O.type==="VariableDeclaration"&&(O.declarations=O.declarations.filter(R=>R.start!==j.start&&R.end!==j.end));continue}let N=Bi(c,I.identifier.range,"Identifier");!N||Fe(N,x.init)}}}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u,ArrowFunctionExpression:u}),this}transform(s){return rt(this,null,function*(){this.demap(s).literals(s)})}};var Tte=/^[a-z][\w]*$/i,jf=class extends Qe{constructor(s){super("MemberExpressionCleaner",s)}clean(s){return de(s,{MemberExpression(u){UT(u.property)||!ct(u.property)||!u.property.value.match(Tte)||(u.computed=!1,Fe(u.property,{type:"Identifier",name:u.property.value}))}}),this}transform(s){return rt(this,null,function*(){this.clean(s.ast)})}};function Is(i,s=!1){if(i.argument.type!=="Literal")throw new TypeError("UnaryExpression argument is not Literal");if(typeof i.argument.value!="number"&&!s)throw new TypeError("UnaryExpression argument value is not number");let u=s?parseInt(i.argument.value):i.argument.value;return i.operator==="-"&&(u=u*-1),u}function Ot(i,s=!1){if(ze(i))return i.value;if(ct(i)&&s)return parseInt(i.value);if(Pr(i))return Is(i,s);throw new TypeError("Couldn't translate node to Number")}function Rf(i){return i<0?{type:"UnaryExpression",prefix:!0,operator:"-",argument:{type:"Literal",start:0,end:0,value:Math.abs(i)}}:{type:"Literal",value:i}}function rc(i,s,u){switch(s){case"+":return i+u;case"*":return i*u;case"-":return i-u;case"/":return i/u;default:return i}}var si=class extends Qe{constructor(s){super("Simplify",s);this.ALLOWED_MATH_OPERS=["+","-","*","/"];this.ALLOWED_COMPARISON_OPERS=["==","===","!=","!==",">","<","<=",">="]}negativeString(s){return de(s.ast,{UnaryExpression(u){u.argument.type==="Literal"&&typeof u.argument.value=="string"&&u.argument.value.startsWith("0x")&&u.operator==="-"&&Fe(u,{type:"Literal",value:Is(u,!0)})}}),this}binEval(s,u,c){switch(u){case"==":return s==c;case"===":return s===c;case"!=":return s!=c;case"!==":return s!==c;case">":return s>c;case"<":return s<c;case"<=":return s<=c;case">=":return s>=c}throw new TypeError(`Operator ${u} is invalid`)}stringConcat(s){return de(s.ast,{BinaryExpression(u){ct(u.left)&&ct(u.right)&&u.operator==="+"&&Fe(u,{type:"Literal",value:u.left.value+u.right.value})}}),this}math(s){let{ALLOWED_MATH_OPERS:u}=this;return de(s,{BinaryExpression(c){if(!!u.includes(c.operator)&&(Nt(c.left)&&Fe(c.left,{type:"Literal",value:Is(c.left)}),Nt(c.right)&&Fe(c.right,{type:"Literal",value:Is(c.right)}),ze(c.left)&&ze(c.right))){let f=rc(c.left.value,c.operator,c.right.value);if(isNaN(f))return;Fe(c,Rf(f))}}}),this}truthyFalsy(s){return de(s.ast,{UnaryExpression(u){u.operator==="!"&&(!su(u.argument)||u.argument.elements.length===0&&Fe(u,{type:"Literal",value:!1}))}}),de(s.ast,{UnaryExpression(u){if(u.operator==="!"){if(an(u.argument))return Fe(u,{type:"Literal",value:!u.argument.value});if(ze(u.argument)){if(![0,1].includes(u.argument.value))return;Fe(u,{type:"Literal",value:!u.argument.value})}}}}),this}literalComparison(s){let{ALLOWED_COMPARISON_OPERS:u,binEval:c}=this;return de(s,{BinaryExpression(f){if(!ze(f.left)&&!Nt(f.left)&&!ct(f.left)||!ze(f.right)&&!Nt(f.right)&&!ct(f.right)||!u.includes(f.operator))return;let h=dt(f.left)?f.left.value:Is(f.left),g=dt(f.right)?f.right.value:Is(f.right),C=c(h,f.operator,g);Fe(f,{type:"Literal",value:C})}}),this}singleToBlock(s){return de(s.ast,{ForStatement(u){Ke(u.body)||Fe(u.body,{type:"BlockStatement",body:[Or(u.body)]})},WhileStatement(u){Ke(u.body)||Fe(u.body,{type:"BlockStatement",body:[Or(u.body)]})},IfStatement(u){Ke(u.consequent)||Fe(u.consequent,{type:"BlockStatement",body:[Or(u.consequent)]}),u.alternate&&!Ke(u.alternate)&&Fe(u.alternate,{type:"BlockStatement",body:[Or(u.alternate)]})}}),this}conditionalExpression(s){return de(s,{ConditionalExpression(u,c,f){if(!!an(u.test)){if(!u.test.value){u.test.value=!0;let h=u.consequent;u.consequent=u.alternate,u.alternate=h}Fe(u.alternate,{type:"Identifier",name:"undefined"}),Fe(u,u.consequent)}}}),this}logicalExpression(s){return de(s.ast,{ExpressionStatement(u){if(!Vt(u)||!JT(u.expression)||!sr(u.expression.left)||!wn(u.expression.right))return;let c=[...u.expression.right.expressions].map(f=>f.type!=="ExpressionStatement"?{type:"ExpressionStatement",start:f.start,end:f.end,expression:f}:f);Fe(u,{type:"IfStatement",test:u.expression.left,consequent:{type:"BlockStatement",start:0,end:0,body:c}})}}),this}fixup(s){return de(s.ast,{Literal(u){!ze(u)||u.value>=0||Fe(u,{type:"UnaryExpression",operator:"-",prefix:!0,argument:{type:"Literal",value:Math.abs(u.value)}})}}),de(s.ast,{VariableDeclaration(u){u.declarations=u.declarations.filter(c=>!c.init||c.init.type!=="EmptyStatement"),u.declarations.length===0&&(u.type="EmptyStatement")}}),this}fixProxies(s){return de(s.ast,{CallExpression(u){if(!ir(u.callee)&&!WT(u.callee)||!Ke(u.callee.body)||u.callee.body.body.length!==1||!dr(u.callee.body.body[0]))return;let c=u.callee.body.body[0].argument;if(!!c){if(["FunctionExpression","ArrowFunctionExpression","FunctionDeclaration"].includes(c.type))Fe(u,c);else if(qt(c)){if(!u.arguments.every(h=>dt(h)||ye(h)))return;let f=s.scopeManager.acquire(u.callee);if(!f)return;for(let h of f.variables){if(h.defs.length!==1)continue;let g=h.defs[0];if(g.type!=="Parameter")continue;let C=g.index;for(let x of h.references)Fe(x.identifier,u.arguments[C])}Fe(u,c)}}}}),this}transform(s){return rt(this,null,function*(){this.negativeString(s).stringConcat(s).math(s.ast).truthyFalsy(s).literalComparison(s.ast).conditionalExpression(s.ast).singleToBlock(s).fixup(s).logicalExpression(s).fixProxies(s)})}};var Vf=class extends Qe{constructor(s){super("StringDecoder",s);this.util_decode=(s,u,c)=>{let f,h=0,g=0,C=1,x=-1,I=O=>O.identifier===u;if(s.stringDecoders.findIndex(I)!==-1)f=s.stringDecoders.find(I);else if((x=s.stringDecoderReferences.findIndex(I))!==-1){let O=s.stringDecoderReferences[x];h+=O.additionalOffset;let R=O;for(u=O.realIdentifier;R;)R=s.stringDecoderReferences.find(I),R&&(h+=R.additionalOffset,u=R.realIdentifier);f=s.stringDecoders.find(I),typeof O.indexArgument=="number"&&(g=O.indexArgument),typeof O.keyArgument=="number"&&(C=O.keyArgument)}else throw new TypeError(`Failed to decode ${u}, no decoder`);h+=f.offset;let N=typeof c[g]=="string"?parseInt(c[g]):c[g],j="";switch(f.type){case 0:return this.decodeSimple(s,u,N,h);case 1:return this.decodeBase64(s,u,N,h);case 2:return j=c[C],this.decodeRC4(s,u,N,j,h);default:throw new TypeError("Invalid decoder function type")}};this.getString=(s,u,c,f)=>{let h=s.stringDecoders.find(C=>C.identifier===u);if(!h)throw new Error(`Failed to find string decoder with identifier "${u}"`);let g=s.stringArrays.find(C=>C.identifier===h.stringArrayIdentifier);if(!g)throw new Error(`Failed to find string array with identifier "${h.stringArrayIdentifier}"`);return g.strings[c+f]};this.calcShift=(s,u,c,f)=>{let{util_decode:h,literals_to_arg_array:g}=this,C=new si({}),x=s.stringArrays.find(j=>j.identifier===c),I=x.strings.length*2,N=0;for(;;){if(N++,N>I)throw new Error(`Push/shift calculation failed (iter=${N}>maxLoops=${I})`);let j=Or(f),O=!1;if(x.strings.push(x.strings.shift()),de(j,{CallExpression(R){if(!ye(R.callee)||R.callee.name!=="parseInt"||R.arguments.length!==1||R.arguments[0].type!=="CallExpression"||R.arguments[0].callee.type!=="Identifier"||R.arguments[0].arguments.length===0||R.arguments[0].arguments.length>5||R.arguments[0].arguments[0].type!=="Literal"&&R.arguments[0].arguments[0].type!=="UnaryExpression")return;let V=-1;try{let Y=g(R.arguments[0].arguments);V=parseInt(h(s,R.arguments[0].callee.name,Y))}catch(Y){throw Y}isNaN(V)?(Fe(R,{type:"Identifier",name:"NaN"}),O=!0):Fe(R,{type:"Literal",value:V})}}),!O&&(C.math(j),j.type==="Literal"&&j.value===u))break}s.shiftedArrays++}}literals_to_arg_array(s){return s.map(u=>Pr(u)?Ot(u,!0):dt(u)?u.value:void 0)}util_b64_decode(s,u){let c="",f="";for(let h=0,g=0,C,x=0;C=u.charAt(x++);~C&&(g=h%4?g*64+C:C,h++%4)?c+=String.fromCharCode(255&g>>(-2*h&6)):0)C=s.indexOf(C);for(let h=0,g=c.length;h<g;h++)f+="%"+("00"+c.charCodeAt(h).toString(16)).slice(-2);return decodeURIComponent(f)}util_rc4_decode(s,u,c){let f=[],h=0,g,C="";u=this.util_b64_decode(s,u);let x;for(x=0;x<256;x++)f[x]=x;for(x=0;x<256;x++)h=(h+f[x]+c.charCodeAt(x%c.length))%256,g=f[x],f[x]=f[h],f[h]=g;x=0,h=0;for(let I=0;I<u.length;I++)x=(x+1)%256,h=(h+f[x])%256,g=f[x],f[x]=f[h],f[h]=g,C+=String.fromCharCode(u.charCodeAt(I)^f[(f[x]+f[h])%256]);return C}decodeSimple(s,u,c,f){return this.getString(s,u,c,f)}decodeBase64(s,u,c,f){let h=this.getString(s,u,c,f),g=s.stringDecoders.find(C=>C.identifier===u&&C.type===1).charset;return this.util_b64_decode(g,h)}decodeRC4(s,u,c,f,h){let g=this.getString(s,u,c,h),C=s.stringDecoders.find(x=>x.identifier===u&&x.type===2).charset;return this.util_rc4_decode(C,g,f)}stringsFinder(s){return s.stringArrays.some(u=>u.type===1)&&de(s.ast,{VariableDeclaration(u,c,f){let h=[];for(let g of u.declarations){if(!ye(g.id)||!g.init||!su(g.init))continue;let C=g.id.name;if(!s.stringArrays.find(I=>I.type===1&&I.identifier===C)||!g.init.elements.every(I=>ct(I)))continue;let x=s.stringArrays.find(I=>I.identifier===C);x.strings=g.init.elements.map(I=>I.value),s.log("Found string array at",x.identifier,"#",x.strings.length),h.push(`${g.start}!${g.end}`)}u.declarations=u.declarations.filter(g=>!h.includes(`${g.start}!${g.end}`))}}),de(s.ast,{FunctionDeclaration(u){var x,I,N;let c=u.body;if(c.body.length!==3||!Pt(c.body[0])||!Vt(c.body[1])||!dr(c.body[2])||!ye(c.body[0].declarations[0].id)||!c.body[0].declarations[0].init||((x=c.body[0].declarations[0].init)==null?void 0:x.type)!=="ArrayExpression")return;let f=(I=u.id)==null?void 0:I.name,h=c.body[0].declarations[0].id.name,g=c.body[0].declarations[0].init;if(!It(c.body[1].expression)||!ye(c.body[1].expression.left)||c.body[1].expression.left.name!==f||!ir(c.body[1].expression.right)||!dr(c.body[1].expression.right.body.body[0])||((N=c.body[1].expression.right.body.body[0].argument)==null?void 0:N.type)!=="Identifier"||c.body[1].expression.right.body.body[0].argument.name!==h||!g.elements.every(j=>ct(j)))return;let C={identifier:f,type:0,strings:g.elements.map(j=>j.value)};s.removeGarbage&&(u.type="EmptyStatement"),s.stringArrays.push(C),s.log("Found string array at",C.identifier,"#",C.strings.length)}}),this}funcFinder(s){return de(s.ast,{FunctionDeclaration(u){var R,V,Y,Z;if(!u.id)return;let c=u.body,f=u.id.name;if(c.body.length>3&&c.body.length<1||!c.body[0]||!Pt(c.body[0])&&c.body.length!==1)return;let h=c.body[c.body.length-1];if(!dr(h)||!h.argument)return;let g,C;if(h.argument.type==="SequenceExpression"){if(!dr(h)||((R=h.argument)==null?void 0:R.type)!=="SequenceExpression"||h.argument.expressions.length!==2||!It(h.argument.expressions[0])||!qt(h.argument.expressions[1]))return;C=h.argument.expressions[0]}else if(h.argument.type==="CallExpression"){if(!ye(h.argument.callee)||h.argument.callee.name!==f||!Vt(c.body[1])||!It(c.body[1].expression))return;C=c.body[1].expression}if(!C||!ye(C.left)||C.left.name!==f||!ir(C.right))return;g=C.right;let x=s.stringArrays.map(ue=>ue.identifier),I="";if(c.body.length!==1&&Pt(c.body[0])){if(((V=c.body[0].declarations[0].init)==null?void 0:V.type)!=="CallExpression"||c.body[0].declarations[0].init.callee.type!=="Identifier"||!x.includes(c.body[0].declarations[0].init.callee.name))return;I=c.body[0].declarations[0].init.callee.name}let N=g.body.body;if(c.body.length===1){if(!N[1]||!Pt(N[1])||((Y=N[1].declarations[0].init)==null?void 0:Y.type)!=="MemberExpression"||!ye(N[1].declarations[0].init.object)||!ye(N[1].declarations[0].init.property))return;I=N[1].declarations[0].init.object.name;let ue={identifier:I,type:1,strings:[]};s.stringArrays.push(ue),s.log("Added",ue.identifier,"as a string array to be found")}let j=0;if(!Vt(N[0])||!It(N[0].expression)||!sr(N[0].expression.right)||!dt(N[0].expression.right.right)&&!Pr(N[0].expression.right.right))return;j=Ot(N[0].expression.right.right),N[0].expression.right.operator==="-"&&(j=j*-1);let O={identifier:u.id.name,stringArrayIdentifier:I,offset:j,type:0,indexArgument:0,keyArgument:1};if(N.length>=3&&Ti(N[2])){if(!Ke(N[2].consequent)||N[2].consequent.body.length<=1)return;if(Vt(N[2].consequent.body[0])&&It(N[2].consequent.body[0].expression)&&Fe(N[2].consequent.body[0],{type:"VariableDeclaration",declarations:[{type:"VariableDeclarator",start:0,end:0,id:{type:"Identifier",start:0,end:0,name:"b64dec"},init:N[2].consequent.body[0].expression.right}]}),Vt(N[2].consequent.body[1])&&It(N[2].consequent.body[1].expression)&&Fe(N[2].consequent.body[1],{type:"VariableDeclaration",declarations:[{type:"VariableDeclarator",start:0,end:0,id:{type:"Identifier",start:0,end:0,name:"rc4dec"},init:N[2].consequent.body[1].expression.right}]}),Pt(N[2].consequent.body[0])&&ir(N[2].consequent.body[0].declarations[0].init)&&(!Pt(N[2].consequent.body[1])||!ir(N[2].consequent.body[1].declarations[0].init))){let ue=N[2].consequent.body[0].declarations[0].init,oe=ue.body.body;if(Pt(oe[0])&&ct(oe[0].declarations[0].init)){let fe=oe[0].declarations[0].init.value;fe.length===65&&(O.type=1,O.charset=fe)}}else if(N[2].consequent.body.length>=3&&Pt(N[2].consequent.body[0])&&ir(N[2].consequent.body[0].declarations[0].init)&&Pt(N[2].consequent.body[1])&&ir(N[2].consequent.body[1].declarations[0].init)){let ue=N[2].consequent.body[0].declarations[0].init,oe=ue.body.body;if(Pt(oe[0])&&ct(oe[0].declarations[0].init)){let fe=oe[0].declarations[0].init.value;fe.length===65&&(O.type=2,O.charset=fe)}}}s.stringDecoders.push(O),s.removeGarbage&&(u.type="EmptyStatement"),s.log("Found decoder function",(Z=u.id)==null?void 0:Z.name,"arrayId =",O.stringArrayIdentifier,"offset =",j,"type =",O.type)}}),this}shiftFinder(s){let{calcShift:u}=this;function c(f){if(!qt(f)||f.callee.type!=="FunctionExpression")return!1;let h=f.callee.body.body,g=[...h].reverse();if(h.length<2)return;let C;if(g[0].type==="ForStatement"){if(!Ke(g[0].body))return;C=cn(g[0].body.body)}else if(g[0].type==="WhileStatement"){if(!Ke(g[0].body))return;C=cn(g[0].body.body)}else return;if(C.length!==1||C[0].type!=="TryStatement"||cn(C[0].block.body).length!==2)return;let x=cn(C[0].block.body);if(f.arguments.length!==2||f.arguments[0].type!=="Identifier"||f.arguments[1].type!=="Literal")return;let I=f.arguments[1].value,N;if(x[0].type==="VariableDeclaration"){if(!x[0].declarations[0].init)return;N=x[0].declarations[0].init}else if(x[0].type==="IfStatement"){if(!sr(x[0].test)||x[0].test.operator!=="==="||!ze(x[0].test.left)||x[0].test.left.value!==I)return;N=x[0].test.right}else return;if(N.type!=="BinaryExpression")return;let j=f.arguments[0].name,O=s.stringArrays.find(R=>R.identifier===j);if(!O)throw new Error(`Failed to find string array with identifier "${j}" for push/shift calc`);return u(s,I,O.identifier,N),s.log("Found push/shift IIFE breakCond =",I),!!s.removeGarbage}return de(s.ast,{ExpressionStatement(f){if(wn(f.expression)){let h=[];for(let g of f.expression.expressions)c(g)&&h.push(`${g.start}!${g.end}`);h&&(f.expression.expressions=f.expression.expressions.filter(g=>!h.includes(`${g.start}!${g.end}`)))}else c(f.expression)&&(f.type="EmptyStatement")}}),this}shiftFinder2(s){let{calcShift:u}=this;function c(f){if(!qt(f)||f.callee.type!=="FunctionExpression")return!1;let h=f.callee.body.body,g=[...h].reverse(),C=s.scopeManager.acquire(f.callee);if(!C)return;let x=!1,I;if(de(f,{ExpressionStatement(oe){if(!qt(oe.expression)||oe.expression.arguments.length===0||!un(oe.expression.callee)||!ye(oe.expression.callee.object)||!ye(oe.expression.callee.property)||(I=oe.expression.callee.object.name,oe.expression.callee.property.name!=="push"))return;let fe=oe.expression.arguments[0];!qt(fe)||fe.arguments.length===0&&(!un(fe.callee)||!ye(fe.callee.object)||!ye(fe.callee.property)||fe.callee.object.name===I&&fe.callee.property.name==="shift"&&(x=!0))}}),!x)return!1;let N=C.variables.find(oe=>oe.name===I);if(!N||N.defs.length===0)return!1;let j=N.defs[0],O=j.node;if(O.type!=="VariableDeclarator"||!O.init||!qt(O.init)||!ye(O.init.callee))return!1;let R=O.init.callee.name,V=s.stringArrays.find(oe=>oe.identifier===R);if(!V)return!1;let Y=!1,Z,ue;return de(f,{IfStatement(oe){if(!sr(oe.test)||oe.test.operator!=="=="&&oe.test.operator!=="===")return;let fe,J;if(ze(oe.test.left)){if(!sr(oe.test.right))return;fe=oe.test.left,J=oe.test.right}else if(ze(oe.test.right)){if(!sr(oe.test.left))return;fe=oe.test.right,J=oe.test.left}!fe||!J||(ue=J,Z=fe.value,Y=!0)}}),!Y||!Z||!ue?!1:(s.log("Found push/shift (#2) IIFE stringArray =",V.identifier,"breakCond =",Z),u(s,Z,V.identifier,ue),!0)}return de(s.ast,{ExpressionStatement(f){if(wn(f.expression)){let h=[];for(let g of f.expression.expressions)c(g)&&h.push(`${g.start}!${g.end}`);h&&(f.expression.expressions=f.expression.expressions.filter(g=>!h.includes(`${g.start}!${g.end}`)))}else if(Pr(f.expression)){if(!qt(f.expression.argument))return;c(f.expression.argument)&&(f.type="EmptyStatement")}else c(f.expression)&&(f.type="EmptyStatement")}}),this}varReferenceFinder(s){let u=0;return de(s.ast,{VariableDeclaration(c){var h;let f=[];for(let g of c.declarations){if(((h=g.init)==null?void 0:h.type)!=="Identifier"||g.id.type!=="Identifier")continue;let C=g.id.name,x=g.init.name,I=s.stringDecoders.find(N=>N.identifier===x);!I&&(I=s.stringDecoderReferences.find(N=>N.identifier===x),!I)||(s.log("Found variable reference",C,x),s.stringDecoderReferences.push({identifier:C,realIdentifier:x,additionalOffset:0}),u++,s.removeGarbage&&f.push(`${g.start}!${g.end}`))}c.declarations=c.declarations.filter(g=>!f.includes(`${g.start}!${g.end}`)),c.declarations.length===0&&(c.type="EmptyStatement")}}),u}fnReferenceFinder(s){let u=0;return de(s.ast,{FunctionDeclaration(c){let f=cn(c.body.body);if(!c.id||f.length!==1||!dr(f[0])||!c.params.every(ue=>ye(ue))||!f[0].argument||!qt(f[0].argument)||!ye(f[0].argument.callee))return;let h=c.id.name,g=f[0],C=f[0].argument,x=C.callee.name,I=0,N=0,j=-1,O=-1,R={identifier:"",indexArgument:-1,keyArgument:-1},V=s.stringDecoders.find(ue=>ue.identifier===x);if(V)R.identifier=V.identifier,R.indexArgument=V.indexArgument,R.keyArgument=V.keyArgument;else{let ue=s.stringDecoderReferences.find(oe=>oe.identifier===x);if(!ue)return;R.identifier=ue.identifier,R.indexArgument=ue.indexArgument,R.keyArgument=ue.keyArgument}let Y=c.params.map(ue=>ue.name),Z=C.arguments;for(let ue of Z)de(ue,{Identifier(oe){!Y.includes(oe.name)||(I===R.indexArgument?j=Y.indexOf(oe.name):I===R.keyArgument&&(O=Y.indexOf(oe.name)))},BinaryExpression(oe){let fe=NaN;I===R.indexArgument&&(Pr(oe.left)||ze(oe.left)||ct(oe.left)?fe=Ot(oe.left,!0):(Pr(oe.right)||ze(oe.right)||ct(oe.right))&&(fe=Ot(oe.right,!0)),!isNaN(fe)&&(oe.operator==="-"&&(fe=fe*-1),N=fe))}}),++I;s.stringDecoderReferences.find(ue=>ue.identifier===h)||(s.stringDecoderReferences.push({identifier:h,realIdentifier:R.identifier,additionalOffset:N,indexArgument:j,keyArgument:O}),u++,s.removeGarbage&&(c.type="EmptyStatement"),s.log("Found func ref id =",h,"offset =",N,"index =",j,"key =",O,"parent =",R.identifier))}}),u}decoder(s){let{util_decode:u,literals_to_arg_array:c}=this;return de(s.ast,{CallExpression(f){if(f.callee.type!=="Identifier"||f.arguments.length===0||f.arguments.length>5||f.arguments[0].type==="SpreadElement"||!f.arguments.every(g=>Nt(g)||ze(g)||ct(g)))return;let h=f.callee.name;if(h!=="parseInt")try{let g=c(f.arguments),C=u(s,h,g);Fe(f,{type:"Literal",value:C})}catch(g){if(g.toString().includes("no decoder"))return;throw g}}}),this}transform(s){return rt(this,null,function*(){for(this.stringsFinder(s).funcFinder(s).stringsFinder(s);this.varReferenceFinder(s)>0;)s.log("Searching for more variable references");for(;this.fnReferenceFinder(s)>0;)s.log("Searching for more function references");this.shiftFinder(s).shiftFinder2(s).decoder(s),s.log("shifted =",s.shiftedArrays,"arrays =",s.stringArrays.length)})}};var qf=class extends Qe{constructor(s){super("DeadCode",s)}flipIfStatements(s){return de(s.ast,{IfStatement(u){if(!u.alternate||!an(u.test)||u.test.value!==!1||Ti(u.alternate)&&(!an(u.alternate.test)||u.alternate.test.value!==!0||u.alternate.alternate))return;let c=u.consequent,f=Ti(u.alternate)?u.alternate.consequent:u.alternate;u.test.value=!u.test.value,Fe(u,{consequent:f,alternate:c})}}),this}removeDeadAlternates(s){return de(s.ast,{IfStatement(u){!u.alternate||!an(u.test)||u.test.value!==!0||Ti(u.alternate)||delete u.alternate}}),this}fixIfStatements(s){return de(s.ast,{IfStatement(u,c,f){if(u.alternate||!an(u.test)||u.test.value!==!0)return;let h=f[f.length-2];if(!Ke(h)||!Ke(u.consequent))return;let g=h.body.findIndex(C=>C.type===u.type&&C.start===u.start&&C.end===u.end);h.body.splice(g,1,...u.consequent.body)}}),this}removeDead(s){return de(s.ast,{IfStatement(u,c,f){let h=f[f.length-2];if(!Ke(h)||!an(u.test)||u.test.value||u.alternate)return;let g=h.body.findIndex(C=>C.type===u.type&&C.start===u.start&&C.end===u.end);h.body.splice(g,1)}}),de(s.ast,{WhileStatement(u,c,f){let h=f[f.length-2];if(!Ke(h)||!an(u.test)||u.test.value)return;let g=h.body.findIndex(C=>C.type===u.type&&C.start===u.start&&C.end===u.end);h.body.splice(g,1)}}),this}removeDeadVariables(s){function u(c){let f=s.scopeManager.acquire(c);if(!!f){for(let h of f.variables)if(h.name!=="arguments"&&h.identifiers.length===1&&h.defs.length===1&&h.defs[0].type==="Variable"&&h.references.length===0){let g=h.defs[0],C=g.node,x=Bi(c,g.parent.range,"VariableDeclaration");if(!x)continue;x.declarations=x.declarations.filter(I=>I.start!==C.start&&I.end!==C.end),s.log("Removed dead variable",h.name)}}}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u,ArrowFunctionExpression:u}),this}transform(s){return rt(this,null,function*(){this.flipIfStatements(s).removeDeadAlternates(s).fixIfStatements(s).removeDead(s)})}};var Gf=class extends Qe{constructor(s){super("Demangle",s)}demangleProxies(s){function u(c){if(!Ke(c.body)||c.body.body.length!==2)return;let f=c.body.body;if(!dr(f[f.length-1]))return;let h=f[f.length-1];if(!h.argument)return;let g,C;if(wn(h.argument)){if(!It(h.argument.expressions[0])||!qt(h.argument.expressions[1]))return;g=h.argument.expressions[0],C=h.argument.expressions[1]}else if(qt(h.argument)){if(!It(h.argument.callee))return;g=h.argument.callee,C=h.argument}else return;if(!ye(g.left)||!ir(g.right))return;let x=[f[0],{type:"ExpressionStatement",expression:g},{type:"ReturnStatement",argument:{type:"CallExpression",callee:{type:"Identifier",name:g.left.name},arguments:C.arguments}}];Fe(c.body,{body:x})}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u,ArrowFunctionExpression:u}),this}demangleStringFuncs(s){function u(c){if(!Ke(c.body)||!c.id||c.body.body.length!==3)return;let f=c.body.body;if(!Vt(f[1])||!It(f[1].expression)||!ye(f[1].expression.left)||f[1].expression.left.name!==c.id.name||!ir(f[1].expression.right))return;let h=f[1].expression.right,g=h.body.body,C=[];if(!Pt(g[0])||g[0].declarations.length!==1||!g[0].declarations[0].init||!un(g[0].declarations[0].init)||!It(g[0].declarations[0].init.property)||!ye(g[0].declarations[0].init.property.left)||!ze(g[0].declarations[0].init.property.right)||g[0].declarations[0].init.property.operator!=="-=")return;let x=g[0].declarations[0].init.property.left.name,I=g[0].declarations[0].init.property.right.value;if(C.push({type:"ExpressionStatement",expression:{type:"AssignmentExpression",operator:"=",left:{type:"Identifier",name:x},right:{type:"BinaryExpression",operator:"-",left:{type:"Identifier",name:x},right:{type:"Literal",value:I}}}}),Fe(g[0].declarations[0].init.property,{type:"Identifier",name:x}),C=[...C,...g],g.length>=3&&Ti(C[2])){let N=C[2];if(Ke(N.consequent)&&N.consequent.body.length>1){if(Pt(N.consequent.body[0])&&N.consequent.body[0].declarations.length>0&&N.consequent.body[0].declarations[0].init&&ir(N.consequent.body[0].declarations[0].init)||Vt(N.consequent.body[0])&&It(N.consequent.body[0].expression)&&un(N.consequent.body[0].expression.left)&&ye(N.consequent.body[0].expression.left.object)&&ye(N.consequent.body[0].expression.left.property)&&ir(N.consequent.body[0].expression.right)){let j=Vt(N.consequent.body[0])?N.consequent.body[0].expression.right:N.consequent.body[0].declarations[0].init,O=j.body.body;if(O.length>1&&$T(O[0])&&Ke(O[0].body)&&Vt(O[0].body.body[0])&&It(O[0].body.body[0].expression)&&qt(O[0].body.body[0].expression.right)&&un(O[0].body.body[0].expression.right.callee)&&O[0].init&&Pt(O[0].init)){if(O[0].init.declarations[0].init&&ct(O[0].init.declarations[0].init)){let R=O[0].init.declarations[0].init.value;R.length===65&&O.splice(0,0,{type:"VariableDeclaration",kind:"const",start:0,end:0,declarations:[{type:"VariableDeclarator",id:{type:"Identifier",name:"charset"},init:{type:"Literal",value:R},start:0,end:0}]})}else if(ct(O[0].body.body[0].expression.right.callee.object)&&ye(O[0].body.body[0].expression.right.callee.property)&&O[0].body.body[0].expression.right.callee.property.name==="indexOf"){let R=O[0].body.body[0].expression.right.callee.object.value;R.length===65&&O.splice(0,0,{type:"VariableDeclaration",kind:"const",start:0,end:0,declarations:[{type:"VariableDeclarator",id:{type:"Identifier",name:"charset"},init:{type:"Literal",value:R},start:0,end:0}]})}}}Pt(N.consequent.body[0])&&N.consequent.body[0].declarations.length===2&&N.consequent.body.splice(1,0,{type:"VariableDeclaration",start:0,end:0,kind:N.consequent.body[0].kind,declarations:[N.consequent.body[0].declarations[1]]})}}Fe(h.body,{body:C})}return de(s.ast,{FunctionDeclaration:u}),this}transform(s){return rt(this,null,function*(){this.demangleProxies(s).demangleStringFuncs(s)})}};var Uf=class extends Qe{constructor(s){super("ArrayMap",s)}demap(s){function u(c){if(!Ke(c.body))return;let f=cn(c.body.body);if(!f[0]||!Pt(f[0]))return;let h=f[0];if(h.declarations.length!==1)return;let g=h.declarations[0];if(!g.init||!su(g.init)||g.init.elements[0]!==null||!ye(g.id))return;let C=g.id.name,x=g.init.elements.map(I=>I&&dt(I)?I.value:I);de(c,{MemberExpression(I){if(!ye(I.object)||!ze(I.property)||I.object.name!==C||I.property.value>=x.length)return;let j=x[I.property.value];Fe(I,{type:"Literal",value:j})}}),c.body.body=c.body.body.filter(I=>I.start!==h.start&&I.end!==h.end)}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u,ArrowFunctionExpression:u}),this}transform(s){return rt(this,null,function*(){this.demap(s)})}};var ZT=kr(KT());var H1=["ability","able","aboard","about","above","accept","accident","according","account","accurate","acres","across","act","action","active","activity","actual","actually","add","addition","additional","adjective","adult","adventure","advice","affect","afraid","after","afternoon","again","against","age","ago","agree","ahead","aid","air","airplane","alike","alive","all","allow","almost","alone","along","aloud","alphabet","already","also","although","am","among","amount","ancient","angle","angry","animal","announced","another","answer","ants","any","anybody","anyone","anything","anyway","anywhere","apart","apartment","appearance","apple","applied","appropriate","are","area","arm","army","around","arrange","arrangement","arrive","arrow","art","article","as","aside","ask","asleep","at","ate","atmosphere","atom","atomic","attached","attack","attempt","attention","audience","author","automobile","available","average","avoid","aware","away","baby","back","bad","badly","bag","balance","ball","balloon","band","bank","bar","bare","bark","barn","base","baseball","basic","basis","basket","bat","battle","be","bean","bear","beat","beautiful","beauty","became","because","become","becoming","bee","been","before","began","beginning","begun","behavior","behind","being","believed","bell","belong","below","belt","bend","beneath","bent","beside","best","bet","better","between","beyond","bicycle","bigger","biggest","bill","birds","birth","birthday","bit","bite","black","blank","blanket","blew","blind","block","blood","blow","blue","board","boat","body","bone","book","border","born","both","bottle","bottom","bound","bow","bowl","box","boy","brain","branch","brass","brave","bread","break","breakfast","breath","breathe","breathing","breeze","brick","bridge","brief","bright","bring","broad","broke","broken","brother","brought","brown","brush","buffalo","build","building","built","buried","burn","burst","bus","bush","business","busy","but","butter","buy","by","cabin","cage","cake","call","calm","came","camera","camp","can","canal","cannot","cap","capital","captain","captured","car","carbon","card","care","careful","carefully","carried","carry","case","cast","castle","cat","catch","cattle","caught","cause","cave","cell","cent","center","central","century","certain","certainly","chain","chair","chamber","chance","change","changing","chapter","character","characteristic","charge","chart","check","cheese","chemical","chest","chicken","chief","child","children","choice","choose","chose","chosen","church","circle","circus","citizen","city","class","classroom","claws","clay","clean","clear","clearly","climate","climb","clock","close","closely","closer","cloth","clothes","clothing","cloud","club","coach","coal","coast","coat","coffee","cold","collect","college","colony","color","column","combination","combine","come","comfortable","coming","command","common","community","company","compare","compass","complete","completely","complex","composed","composition","compound","concerned","condition","congress","connected","consider","consist","consonant","constantly","construction","contain","continent","continued","contrast","control","conversation","cook","cookies","cool","copper","copy","corn","corner","correct","correctly","cost","cotton","could","count","country","couple","courage","course","court","cover","cow","cowboy","crack","cream","create","creature","crew","crop","cross","crowd","cry","cup","curious","current","curve","customs","cut","cutting","daily","damage","dance","danger","dangerous","dark","darkness","date","daughter","dawn","day","dead","deal","dear","death","decide","declared","deep","deeply","deer","definition","degree","depend","depth","describe","desert","design","desk","detail","determine","develop","development","diagram","diameter","did","die","differ","difference","different","difficult","difficulty","dig","dinner","direct","direction","directly","dirt","dirty","disappear","discover","discovery","discuss","discussion","disease","dish","distance","distant","divide","division","do","doctor","does","dog","doing","doll","dollar","done","donkey","door","dot","double","doubt","down","dozen","draw","drawn","dream","dress","drew","dried","drink","drive","driven","driver","driving","drop","dropped","drove","dry","duck","due","dug","dull","during","dust","duty","each","eager","ear","earlier","early","earn","earth","easier","easily","east","easy","eat","eaten","edge","education","effect","effort","egg","eight","either","electric","electricity","element","elephant","eleven","else","empty","end","enemy","energy","engine","engineer","enjoy","enough","enter","entire","entirely","environment","equal","equally","equator","equipment","escape","especially","essential","establish","even","evening","event","eventually","ever","every","everybody","everyone","everything","everywhere","evidence","exact","exactly","examine","example","excellent","except","exchange","excited","excitement","exciting","exclaimed","exercise","exist","expect","experience","experiment","explain","explanation","explore","express","expression","extra","eye","face","facing","fact","factor","factory","failed","fair","fairly","fall","fallen","familiar","family","famous","far","farm","farmer","farther","fast","fastened","faster","fat","father","favorite","fear","feathers","feature","fed","feed","feel","feet","fell","fellow","felt","fence","few","fewer","field","fierce","fifteen","fifth","fifty","fight","fighting","figure","fill","film","final","finally","find","fine","finest","finger","finish","fire","fireplace","firm","first","fish","five","fix","flag","flame","flat","flew","flies","flight","floating","floor","flow","flower","fly","fog","folks","follow","food","foot","football","for","force","foreign","forest","forget","forgot","forgotten","form","former","fort","forth","forty","forward","fought","found","four","fourth","fox","frame","free","freedom","frequently","fresh","friend","friendly","frighten","frog","from","front","frozen","fruit","fuel","full","fully","fun","function","funny","fur","furniture","further","future","gain","game","garage","garden","gas","gasoline","gate","gather","gave","general","generally","gentle","gently","get","getting","giant","gift","girl","give","given","giving","glad","glass","globe","go","goes","gold","golden","gone","good","goose","got","government","grabbed","grade","gradually","grain","grandfather","grandmother","graph","grass","gravity","gray","great","greater","greatest","greatly","green","grew","ground","group","grow","grown","growth","guard","guess","guide","gulf","gun","habit","had","hair","half","halfway","hall","hand","handle","handsome","hang","happen","happened","happily","happy","harbor","hard","harder","hardly","has","hat","have","having","hay","he","headed","heading","health","heard","hearing","heart","heat","heavy","height","held","hello","help","helpful","her","herd","here","herself","hidden","hide","high","higher","highest","highway","hill","him","himself","his","history","hit","hold","hole","hollow","home","honor","hope","horn","horse","hospital","hot","hour","house","how","however","huge","human","hundred","hung","hungry","hunt","hunter","hurried","hurry","hurt","husband","ice","idea","identity","if","ill","image","imagine","immediately","importance","important","impossible","improve","in","inch","include","including","income","increase","indeed","independent","indicate","individual","industrial","industry","influence","information","inside","instance","instant","instead","instrument","interest","interior","into","introduced","invented","involved","iron","is","island","it","its","itself","jack","jar","jet","job","join","joined","journey","joy","judge","jump","jungle","just","keep","kept","key","kids","kill","kind","kitchen","knew","knife","know","knowledge","known","label","labor","lack","lady","laid","lake","lamp","land","language","large","larger","largest","last","late","later","laugh","law","lay","layers","lead","leader","leaf","learn","least","leather","leave","leaving","led","left","leg","length","lesson","let","letter","level","library","lie","life","lift","light","like","likely","limited","line","lion","lips","liquid","list","listen","little","live","living","load","local","locate","location","log","lonely","long","longer","look","loose","lose","loss","lost","lot","loud","love","lovely","low","lower","luck","lucky","lunch","lungs","lying","machine","machinery","mad","made","magic","magnet","mail","main","mainly","major","make","making","man","managed","manner","manufacturing","many","map","mark","market","married","mass","massage","master","material","mathematics","matter","may","maybe","me","meal","mean","means","meant","measure","meat","medicine","meet","melted","member","memory","men","mental","merely","met","metal","method","mice","middle","might","mighty","mile","military","milk","mill","mind","mine","minerals","minute","mirror","missing","mission","mistake","mix","mixture","model","modern","molecular","moment","money","monkey","month","mood","moon","more","morning","most","mostly","mother","motion","motor","mountain","mouse","mouth","move","movement","movie","moving","mud","muscle","music","musical","must","my","myself","mysterious","nails","name","nation","national","native","natural","naturally","nature","near","nearby","nearer","nearest","nearly","necessary","neck","needed","needle","needs","negative","neighbor","neighborhood","nervous","nest","never","new","news","newspaper","next","nice","night","nine","no","nobody","nodded","noise","none","noon","nor","north","nose","not","note","noted","nothing","notice","noun","now","number","numeral","nuts","object","observe","obtain","occasionally","occur","ocean","of","off","offer","office","officer","official","oil","old","older","oldest","on","once","one","only","onto","open","operation","opinion","opportunity","opposite","or","orange","orbit","order","ordinary","organization","organized","origin","original","other","ought","our","ourselves","out","outer","outline","outside","over","own","owner","oxygen","pack","package","page","paid","pain","paint","pair","palace","pale","pan","paper","paragraph","parallel","parent","park","part","particles","particular","particularly","partly","parts","party","pass","passage","past","path","pattern","pay","peace","pen","pencil","people","per","percent","perfect","perfectly","perhaps","period","person","personal","pet","phrase","physical","piano","pick","picture","pictured","pie","piece","pig","pile","pilot","pine","pink","pipe","pitch","place","plain","plan","plane","planet","planned","planning","plant","plastic","plate","plates","play","pleasant","please","pleasure","plenty","plural","plus","pocket","poem","poet","poetry","point","pole","police","policeman","political","pond","pony","pool","poor","popular","population","porch","port","position","positive","possible","possibly","post","pot","potatoes","pound","pour","powder","power","powerful","practical","practice","prepare","present","president","press","pressure","pretty","prevent","previous","price","pride","primitive","principal","principle","printed","private","prize","probably","problem","process","produce","product","production","program","progress","promised","proper","properly","property","protection","proud","prove","provide","public","pull","pupil","pure","purple","purpose","push","put","putting","quarter","queen","question","quick","quickly","quiet","quietly","quite","rabbit","race","radio","railroad","rain","raise","ran","ranch","range","rapidly","rate","rather","raw","rays","reach","read","reader","ready","real","realize","rear","reason","recall","receive","recent","recently","recognize","record","red","refer","refused","region","regular","related","relationship","religious","remain","remarkable","remember","remove","repeat","replace","replied","report","represent","require","research","respect","rest","result","return","review","rhyme","rhythm","rice","rich","ride","riding","right","ring","rise","rising","river","road","roar","rock","rocket","rocky","rod","roll","roof","room","root","rope","rose","rough","round","route","row","rubbed","rubber","rule","ruler","run","running","rush","sad","saddle","safe","safety","said","sail","sale","salmon","salt","same","sand","sang","sat","satellites","satisfied","save","saved","saw","say","scale","scared","scene","school","science","scientific","scientist","score","screen","sea","search","season","seat","second","secret","section","see","seed","seeing","seems","seen","seldom","select","selection","sell","send","sense","sent","sentence","separate","series","serious","serve","service","sets","setting","settle","settlers","seven","several","shade","shadow","shake","shaking","shall","shallow","shape","share","sharp","she","sheep","sheet","shelf","shells","shelter","shine","shinning","ship","shirt","shoe","shoot","shop","shore","short","shorter","shot","should","shoulder","shout","show","shown","shut","sick","sides","sight","sign","signal","silence","silent","silk","silly","silver","similar","simple","simplest","simply","since","sing","single","sink","sister","sit","sitting","situation","six","size","skill","skin","sky","slabs","slave","sleep","slept","slide","slight","slightly","slip","slipped","slope","slow","slowly","small","smaller","smallest","smell","smile","smoke","smooth","snake","snow","so","soap","social","society","soft","softly","soil","solar","sold","soldier","solid","solution","solve","some","somebody","somehow","someone","something","sometime","somewhere","son","song","soon","sort","sound","source","south","southern","space","speak","special","species","specific","speech","speed","spell","spend","spent","spider","spin","spirit","spite","split","spoken","sport","spread","spring","square","stage","stairs","stand","standard","star","stared","start","state","statement","station","stay","steady","steam","steel","steep","stems","step","stepped","stick","stiff","still","stock","stomach","stone","stood","stop","stopped","store","storm","story","stove","straight","strange","stranger","straw","stream","street","strength","stretch","strike","string","strip","strong","stronger","struck","structure","struggle","stuck","student","studied","studying","subject","substance","success","successful","such","sudden","suddenly","sugar","suggest","suit","sum","summer","sun","sunlight","supper","supply","support","suppose","sure","surface","surprise","surrounded","swam","sweet","swept","swim","swimming","swing","swung","syllable","symbol","system","table","tail","take","taken","tales","talk","tall","tank","tape","task","taste","taught","tax","tea","teach","teacher","team","tears","teeth","telephone","television","tell","temperature","ten","tent","term","terrible","test","than","thank","that","thee","them","themselves","then","theory","there","therefore","these","they","thick","thin","thing","think","third","thirty","this","those","thou","though","thought","thousand","thread","three","threw","throat","through","throughout","throw","thrown","thumb","thus","thy","tide","tie","tight","tightly","till","time","tin","tiny","tip","tired","title","to","tobacco","today","together","told","tomorrow","tone","tongue","tonight","too","took","tool","top","topic","torn","total","touch","toward","tower","town","toy","trace","track","trade","traffic","trail","train","transportation","trap","travel","treated","tree","triangle","tribe","trick","tried","trip","troops","tropical","trouble","truck","trunk","truth","try","tube","tune","turn","twelve","twenty","twice","two","type","typical","uncle","under","underline","understanding","unhappy","union","unit","universe","unknown","unless","until","unusual","up","upon","upper","upward","us","use","useful","using","usual","usually","valley","valuable","value","vapor","variety","various","vast","vegetable","verb","vertical","very","vessels","victory","view","village","visit","visitor","voice","volume","vote","vowel","voyage","wagon","wait","walk","wall","want","war","warm","warn","was","wash","waste","watch","water","wave","way","we","weak","wealth","wear","weather","week","weigh","weight","welcome","well","went","were","west","western","wet","whale","what","whatever","wheat","wheel","when","whenever","where","wherever","whether","which","while","whispered","whistle","white","who","whole","whom","whose","why","wide","widely","wife","wild","will","willing","win","wind","window","wing","winter","wire","wise","wish","with","within","without","wolf","women","won","wonder","wonderful","wood","wooden","wool","word","wore","work","worker","world","worried","worry","worse","worth","would","wrapped","write","writer","writing","written","wrong","wrote","yard","year","yellow","yes","yesterday","yet","you","young","younger","your","yourself","youth","zero","zebra","zipper","zoo","zulu"];function QT(i,s=4){let u=[];for(let c=0;c<s+0;++c){let f=c*(H1.length/s),h=(c+1)*(H1.length/s),g=i.random()*(h-f)+f|0,C=[...H1[g]];C.unshift(C.shift().toUpperCase()),u.push(C.join(""))}return u}var Wf=class extends Qe{constructor(s){super("Rename",s);this.getVarPrefix=s=>{switch(s){case"FunctionName":return"func";case"Parameter":return"arg";default:return"var"}};this.getUpperScope=s=>{var c;let u=s.upper;if(!u||u.type==="global")return s;for(;((c=u==null?void 0:u.upper)==null?void 0:c.type)!=="global";)u=u==null?void 0:u.upper;return u};this.scopeVisitor=(s,u)=>{let c=new Map;if(!!this.getUpperScope(u)){for(let h of u.variables){if(h.name==="arguments")continue;let g=this.getVarPrefix(h.defs[0].type)+QT(this.mt,2).join("");c.set(h.name,g);for(let C of h.defs){let x=Bi(s.ast,C.name.range,"Identifier");!x||(x.name=g)}for(let C of h.references){let x=Bi(s.ast,C.identifier.range,"Identifier");!x||(x.name=g)}h.name=g}for(let h of u.references){let g=Bi(s.ast,h.identifier.range,"Identifier");!g||c.has(g.name)&&(g.name=c.get(g.name))}}}}rename(s){return rt(this,null,function*(){this.mt=new ZT.default(s.hash);for(let u of s.scopeManager.scopes)this.scopeVisitor(s,u);return this})}transform(s){return rt(this,null,function*(){this.rename(s)})}};var kte=["+","-","*","/"],zf=class extends Qe{constructor(s){super("JSCCalculator",s);this.functions=[]}find(s){let{functions:u}=this;function c(f){let h=cn(f.body.body);if(h.length!==1||!Ns(h[0])||!f.id||!ye(f.id))return;let g=f.id.name,C=h[0];if(!C.cases.every(j=>j.consequent&&j.consequent.length===1&&dr(j.consequent[0])&&j.consequent[0].argument&&sr(j.consequent[0].argument)&&ye(j.consequent[0].argument.left)&&ye(j.consequent[0].argument.right))||!ye(C.discriminant))return;let x=C.discriminant.name,I=f.params.map(j=>ye(j)&&j.name),N={identifier:g,operators:[],operIndex:I.findIndex(j=>j===x)};for(let j of C.cases){if(!j.test||!ze(j.test)&&!Pr(j.test))return;let O=Ot(j.test),R=j.consequent[0].argument;if(!kte.includes(R.operator))return;let V=R.left.name,Y=R.right.name,Z=I.findIndex(fe=>fe===V),ue=I.findIndex(fe=>fe===Y),oe={test:O,operator:R.operator,lhsIndex:Z,rhsIndex:ue};N.operators.push(oe)}s.log("Found calculator function id =",N.identifier,"oper =",N.operIndex,"opers =",N.operators),u.push(N)}return de(s.ast,{FunctionDeclaration:c,FunctionExpression:c}),this}fix(s){let{functions:u}=this;return de(s.ast,{CallExpression(c){if(!ye(c.callee))return;let f=c.callee.name,h;if(!(h=u.find(j=>j.identifier===f)))return;let g=c.arguments[h.operIndex];if(!ze(g)&&!Nt(g))return;let C=Ot(g),x=h.operators.find(j=>j.test===C);if(!x)return;let I=c.arguments[x.lhsIndex],N=c.arguments[x.rhsIndex];Fe(c,{type:"BinaryExpression",left:I,right:N,operator:x.operator})}}),this}transform(s){return rt(this,null,function*(){this.find(s).fix(s)})}};var rk=kr(yy());function ek(i){switch(i){case"+":return"-";case"-":return"+";case"/":return"*";case"*":return"/";default:throw new Error("Invalid operator to inverse '"+i+"'")}}function Ps(i){return rk.default.generate(i,{sourceMapWithCode:!0}).code}var _te=!1;function Bn(i,...s){_te&&console.log.apply(null,arguments)}function Nte(i,s,u,c){switch(u){case"=":return i[s]=c;case"+=":return i[s]+=c;case"-=":return i[s]-=c;case"*=":return i[s]*=c;case"/=":return i[s]/=c;case"%=":return i[s]%=c;case"<<=":return i[s]<<=c;case">>=":return i[s]>>=c;case">>>=":return i[s]>>>=c;case"&=":return i[s]&=c;case"^=":return i[s]^=c;case"|=":return i[s]|=c;default:throw new Error('Invalid assignment expression operator "'+u+'"')}}function J1(i,s){for(let u in i){let c=i[u],f=Rf(c);de(s,{Identifier(h){h.name===u&&Fe(h,f)}})}return s}function tk(i,s){let u=new si({}),c=Or(s);if(Bn("chain =",Ps(c)),J1(i,c),u.math(c),Bn("new chain =",Ps(c)),!ze(c)&&!Nt(c))throw new Error("Failed to evaluate chain: chain did not evaluate to number");return Bn("value =",Ot(c)),Bn("=".repeat(32)),Ot(c)}var Ite=10;function Pte(i,s){let u=new si({});for(let c of s.expressions){if(!It(c)){J1(i,c);continue}if(!ye(c.left)||!(c.left.name in i))continue;let f=c.left.name,h=c.operator,g=Or(c.right);J1(i,g),Bn("(1/4) Evaluating",f,h,Ps(g));for(let x=0;x<Ite&&!(ze(g)||Nt(g));++x)u.literalComparison(g),Bn("(2/4) Evaluating",f,h,Ps(g)),u.conditionalExpression(g),Bn("(3/4) Evaluating",f,h,Ps(g)),u.math(g),Bn("(4/4) Evaluating",f,h,Ps(g));if(!ze(g)&&!Nt(g))throw new Error("Failed to evaluate assignment expression, ie is not a numeric value");Bn("(4/4) Evaluated",f,h,Ps(g));let C=Ot(g);Nte(i,f,h,C),Bn(`stack[${f}] = ${i[f]}`),Bn("=".repeat(32)),c.type="EmptyStatement"}return s}var $f=class extends Qe{constructor(s){super("JSCControlFlow",s)}deflatten(s){function u(c){let f=s.scopeManager.acquire(c);if(!f||!Ke(c.body))return;let h=c.body.body.filter(g=>g.type==="WhileStatement");for(let g of h){if(s.log("Found while statement"),!sr(g.test)||!ze(g.test.right)&&!Nt(g.test.right))continue;let C={},x=g.test,I=!1;for(;sr(x);)I=x.operator==="+",ye(x.left)&&(C[x.left.name]=x.left.start),ye(x.right)&&(C[x.right.name]=x.right.start),x=x.left;if(!I)continue;for(let J in C){let W=f.references.find(G=>G.identifier.range[0]===C[J]);if(!W||!W.resolved||W.resolved.defs.length===0||W.resolved.defs[0].type!=="Variable")continue;let $=W.resolved.defs[0];!$.node.init||!ze($.node.init)&&!Nt($.node.init)||($.parent.declarations=$.parent.declarations.filter(G=>G.range[0]!==$.node.range[0]&&G.range[1]!==$.node.range[1]),C[J]=Ot($.node.init))}let N=Ot(g.test.right);if(s.log(C,N),!Ke(g.body))continue;let j=g.body.body[g.body.body.length-1];if(!Ns(j)||!ye(j.discriminant))continue;let O=j.discriminant.start,R=f.references.find(J=>J.identifier.range[0]===O);if(!R||!R.resolved||R.resolved.defs.length===0||R.resolved.defs[0].type!=="Variable")continue;let V=R.resolved.defs[0];if(!V.node.init||!sr(V.node.init))continue;let Y=j.cases.length,Z=0,ue=V.node.init,oe=g.test.left,fe=[];for(;;){if(Z>Y)throw new Error(`JSconfuser control flow switch calculation failed (iter=${Z}>maxLoops=${Y})`);s.log(`Iteration #${Z+1}/${Y+1}`);let J=tk(C,oe);if(J===N){s.log("Switch calculation end",J,"===",N,"stack =",C);break}let W=tk(C,ue),$=` (whileState = ${J}, state = ${W}, stack = ${JSON.stringify(C)})`,G=j.cases.find(se=>se.test&&Ot(se.test)===W);if(!G)throw new Error("Switch case not found"+$);if(G.consequent.length!==2)throw new Error('Switch case is not of "2" length'+$);if(G.consequent[1].type!=="BreakStatement")throw new Error("Switch case consequent[1] is not a BreakStatement"+$);if(!Vt(G.consequent[0]))throw new Error("Switch case consequent[0] is not an ExpressionStatement"+$);if(!Pr(G.consequent[0].expression))throw new Error("Switch case consequent[0]<ExpressionStatement>.expression is not a UnaryExpression"+$);if(!wn(G.consequent[0].expression.argument))throw new Error("Switch case consequent[0]<ExpressionStatement>.expression<UnaryExpression> is not a SequenceExpression"+$);let ce=G.consequent[0].expression.argument;Pte(C,ce),ce.expressions=ce.expressions.filter(se=>se.type!=="EmptyStatement"),fe.push(ce.expressions),s.log("new stack =",C),Z++}Fe(g,{type:"SequenceExpression",expressions:fe.flat()})}}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u,ArrowFunctionExpression:u}),this}fixSwitch(s){function u(c){let f=s.scopeManager.acquire(c);if(!f)return;let h=c.body.body.filter(g=>Ns(g));for(let g of h){if(!ye(g.discriminant))continue;let C=g.discriminant.name,x=f.variables.find(Y=>Y.name===C);if(!x||x.defs.length===0||x.defs[0].type!=="Variable")continue;let I=x.defs[0];if(!I.node.init||!sr(I.node.init))continue;let N=I.node.init;if(!g.cases.every(Y=>Y.test&&(Nt(Y.test)||ze(Y.test))))continue;let j=0,O="*",R=0,V="+";if(!!sr(N.left)&&!(!Nt(N.right)&&!ze(N.right))&&!(!Nt(N.left.right)&&!ze(N.left.right))&&!!ye(N.left.left)){j=Ot(N.left.right),O=ek(N.left.operator),R=Ot(N.right),V=ek(N.operator);for(let Y of g.cases){let Z=Ot(Y.test);Z=rc(rc(Z,V,R),O,j),Fe(Y.test,{type:"Literal",value:Z})}g.discriminant.name=N.left.left.name,I.parent.declarations=I.parent.declarations.filter(Y=>Y.range[0]!==I.node.range[0]&&Y.range[1]!==I.node.range[1])}}}return de(s.ast,{FunctionDeclaration:u,FunctionExpression:u}),this}transform(s){return rt(this,null,function*(){this.fixSwitch(s).deflatten(s)})}};var nc=class{constructor(s,u,c,f){this.shiftedArrays=0;this.stringArrays=[];this.stringDecoders=[];this.stringDecoderReferences=[];this.controlFlowStorageNodes={};this.removeGarbage=!0;this.enableLog=!0;this.hash=0;this.ast=s,this.transformers=this.buildTransformerList(u),this.source=f,this.scopeManager=GT(this.ast,{sourceType:c?"module":"script"})}log(s,...u){!this.enableLog||console.log(s,...u)}buildTransformerList(s){let u=[];for(let[c,f]of s)switch(c.toLowerCase()){case"controlflow":u.push(new Of(f));break;case"desequence":u.push(new Lf(f));break;case"literalmap":u.push(new Mf(f));break;case"memberexpressioncleaner":u.push(new jf(f));break;case"simplify":u.push(new si(f));break;case"stringdecoder":u.push(new Vf(f));break;case"deadcode":u.push(new qf(f));break;case"demangle":u.push(new Gf(f));break;case"arraymap":u.push(new Uf(f));break;case"rename":u.push(new Wf(f));break;case"jsc-calculator":u.push(new zf(f));break;case"jsc-controlflow":u.push(new $f(f));break;default:throw new TypeError(`Transformer "${c}" is invalid, it does not exist`)}return u}};var ik=kr(nk());function Ote(i){let s=2493774369,u=i.length;for(;u;)s=s*33^i.charCodeAt(--u);return s>>>0}var sk=class{constructor(){this.defaultOptions={ecmaVersion:"latest",transformChainExpressions:!0,customTransformers:[],rename:!1,sourceType:"both",loose:!1}}buildOptions(s={}){return ys(ys({},this.defaultOptions),s)}buildAcornOptions(s){return{ecmaVersion:s.ecmaVersion,sourceType:s.sourceType,ranges:!0}}parse(s,u,c){let f=c.loose?Ny:_y;if(u.sourceType!=="both")return f.parse(s,u);try{return u.sourceType=c.sourceType="module",f.parse(s,u)}catch(h){return u.sourceType=c.sourceType="script",f.parse(s,u)}}deobfuscateNode(s,u){let c=this.buildOptions(u),f=[["Simplify",{}],["MemberExpressionCleaner",{}],["LiteralMap",{}],["DeadCode",{}],["Demangle",{}],["StringDecoder",{}],["Simplify",{}],["MemberExpressionCleaner",{}],["Desequence",{}],["ControlFlow",{}],["Desequence",{}],["MemberExpressionCleaner",{}],["Simplify",{}],["DeadCode",{}],["Simplify",{}],["DeadCode",{}]],h=new nc(s,c.customTransformers.length>0?c.customTransformers:f,c.sourceType==="module");for(let g of h.transformers)console.log("Running",g.name,"transformer"),g.transform(h);if(c.rename){let g=K1.default.generate(h.ast,{sourceMapWithCode:!0}).code,C=this.parse(g,this.buildAcornOptions(c),c);h=new nc(C,[["Rename",{}]],c.sourceType==="module"),h.hash=Ote(g);for(let x of h.transformers)console.log("(rename) Running",x.name,"transformer"),x.transform(h)}return h.ast}deobfuscateSource(s,u){let c=this.buildOptions(u),f=this.buildAcornOptions(c),h=this.parse(s,f,c);h=this.deobfuscateNode(h,c),s=K1.default.generate(h,{sourceMapWithCode:!0}).code;try{s=ik.default.format(s,{semi:!1,singleQuote:!0,parser:(g,C)=>{let x=this.parse(g,f,c);return c.transformChainExpressions&&de(x,{ChainExpression(I){I.expression.type==="CallExpression"?Fe(I,ry(ys({},I.expression),{type:"OptionalCallExpression",expression:void 0})):I.expression.type==="MemberExpression"&&Fe(I,ry(ys({},I.expression),{type:"OptionalMemberExpression",expression:void 0}))}}),x}})}catch(g){console.log(g)}return s}};export{sk as Deobfuscator,Qe as Transformer};