@proofkit/cli 1.0.0 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.js +16382 -275
  3. package/package.json +11 -12
  4. package/template/nextjs/.prettierrc +3 -0
  5. package/template/nextjs/components.json +21 -0
  6. package/template/nextjs/package.json +3 -3
  7. package/template/nextjs/postcss.config.cjs +1 -0
  8. package/template/nextjs/proofkit.json +6 -1
  9. package/template/nextjs/src/config/theme/globals.css +124 -0
  10. package/template/nextjs/src/utils/styles.ts +6 -0
  11. package/template/pages/nextjs/table-edit/actions.ts +3 -2
  12. package/template/pages/nextjs/table-infinite/actions.ts +5 -5
  13. package/template/pages/nextjs/table-infinite-edit/actions.ts +6 -6
  14. package/template/vite-wv/.prettierrc +3 -0
  15. package/template/vite-wv/components.json +21 -0
  16. package/template/vite-wv/postcss.config.cjs +1 -0
  17. package/template/vite-wv/proofkit.json +6 -1
  18. package/template/vite-wv/src/config/theme/globals.css +124 -0
  19. package/template/vite-wv/src/utils/styles.ts +6 -0
  20. package/dist/acorn-AKFTBDM6.js +0 -15
  21. package/dist/angular-BOQ6FHSU.js +0 -2
  22. package/dist/babel-ZTOORN7K.js +0 -15
  23. package/dist/chunk-4LISTI44.js +0 -1
  24. package/dist/estree-KOJPX4S6.js +0 -36
  25. package/dist/flow-RCI44GYZ.js +0 -19
  26. package/dist/glimmer-GV5EF5E4.js +0 -30
  27. package/dist/graphql-YXQNPQWM.js +0 -29
  28. package/dist/html-ZAJTRROK.js +0 -22
  29. package/dist/markdown-Q75DTQI7.js +0 -63
  30. package/dist/meriyah-32K7GBV5.js +0 -4
  31. package/dist/postcss-WWYO4PGL.js +0 -54
  32. package/dist/typescript-M6N7JDNQ.js +0 -20
  33. package/dist/yaml-LY7PNAYV.js +0 -161
  34. package/index.d.ts +0 -19
@@ -1,4 +0,0 @@
1
- import"./chunk-4LISTI44.js";var g1=Object.defineProperty,Pt=(e,t)=>{for(var r in t)g1(e,r,{get:t[r],enumerable:!0})},Dt={};Pt(Dt,{parsers:()=>Vt});var Vt={};Pt(Vt,{meriyah:()=>Xr});var m1=(e,t,r,o)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,o):r.global?t.replace(r,o):t.split(r).join(o)},be=m1,f1={0:"Unexpected token",30:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"\\8 and \\9 are not allowed in template strings",4:"Private identifier #%0 is not defined",5:"Illegal Unicode escape sequence",6:"Invalid code point %0",7:"Invalid hexadecimal escape sequence",9:"Octal literals are not allowed in strict mode",8:"Decimal integer literals with a leading zero are forbidden in strict mode",10:"Expected number in radix %0",151:"Invalid left-hand side assignment to a destructible right-hand side",11:"Non-number found after exponent indicator",12:"Invalid BigIntLiteral",13:"No identifiers allowed directly after numeric literal",14:"Escapes \\8 or \\9 are not syntactically valid escapes",15:"Escapes \\8 or \\9 are not allowed in strict mode",16:"Unterminated string literal",17:"Unterminated template literal",18:"Multiline comment was not closed properly",19:"The identifier contained dynamic unicode escape that was not closed",20:"Illegal character '%0'",21:"Missing hexadecimal digits",22:"Invalid implicit octal",23:"Invalid line break in string literal",24:"Only unicode escapes are legal in identifier names",25:"Expected '%0'",26:"Invalid left-hand side in assignment",27:"Invalid left-hand side in async arrow",28:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',29:"Member access on super must be in a method",31:"Await expression not allowed in formal parameter",32:"Yield expression not allowed in formal parameter",95:"Unexpected token: 'escaped keyword'",33:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",123:"Async functions can only be declared at the top level or inside a block",34:"Unterminated regular expression",35:"Unexpected regular expression flag",36:"Duplicate regular expression flag '%0'",37:"%0 functions must have exactly %1 argument%2",38:"Setter function argument must not be a rest parameter",39:"%0 declaration must have a name in this context",40:"Function name may not contain any reserved words or be eval or arguments in strict mode",41:"The rest operator is missing an argument",42:"A getter cannot be a generator",43:"A setter cannot be a generator",44:"A computed property name must be followed by a colon or paren",134:"Object literal keys that are strings or numbers must be a method or have a colon",46:"Found `* async x(){}` but this should be `async * x(){}`",45:"Getters and setters can not be generators",47:"'%0' can not be generator method",48:"No line break is allowed after '=>'",49:"The left-hand side of the arrow can only be destructed through assignment",50:"The binding declaration is not destructible",51:"Async arrow can not be followed by new expression",52:"Classes may not have a static property named 'prototype'",53:"Class constructor may not be a %0",54:"Duplicate constructor method in class",55:"Invalid increment/decrement operand",56:"Invalid use of `new` keyword on an increment/decrement expression",57:"`=>` is an invalid assignment target",58:"Rest element may not have a trailing comma",59:"Missing initializer in %0 declaration",60:"'for-%0' loop head declarations can not have an initializer",61:"Invalid left-hand side in for-%0 loop: Must have a single binding",62:"Invalid shorthand property initializer",63:"Property name __proto__ appears more than once in object literal",64:"Let is disallowed as a lexically bound name",65:"Invalid use of '%0' inside new expression",66:"Illegal 'use strict' directive in function with non-simple parameter list",67:'Identifier "let" disallowed as left-hand side expression in strict mode',68:"Illegal continue statement",69:"Illegal break statement",70:"Cannot have `let[...]` as a var name in strict mode",71:"Invalid destructuring assignment target",72:"Rest parameter may not have a default initializer",73:"The rest argument must the be last parameter",74:"Invalid rest argument",76:"In strict mode code, functions can only be declared at top level or inside a block",77:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",78:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",79:"Class declaration can't appear in single-statement context",80:"Invalid left-hand side in for-%0",81:"Invalid assignment in for-%0",82:"for await (... of ...) is only valid in async functions and async generators",83:"The first token after the template expression should be a continuation of the template",85:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",84:"`let \n [` is a restricted production at the start of a statement",86:"Catch clause requires exactly one parameter, not more (and no trailing comma)",87:"Catch clause parameter does not support default values",88:"Missing catch or finally after try",89:"More than one default clause in switch statement",90:"Illegal newline after throw",91:"Strict mode code may not include a with statement",92:"Illegal return statement",93:"The left hand side of the for-header binding declaration is not destructible",94:"new.target only allowed within functions or static blocks",96:"'#' not followed by identifier",102:"Invalid keyword",101:"Can not use 'let' as a class name",100:"'A lexical declaration can't define a 'let' binding",99:"Can not use `let` as variable name in strict mode",97:"'%0' may not be used as an identifier in this context",98:"Await is only valid in async functions",103:"The %0 keyword can only be used with the module goal",104:"Unicode codepoint must not be greater than 0x10FFFF",105:"%0 source must be string",106:"Only a identifier or string can be used to indicate alias",107:"Only '*' or '{...}' can be imported after default",108:"Trailing decorator may be followed by method",109:"Decorators can't be used with a constructor",110:"Can not use `await` as identifier in module or async func",111:"Can not use `await` as identifier in module",112:"HTML comments are only allowed with web compatibility (Annex B)",113:"The identifier 'let' must not be in expression position in strict mode",114:"Cannot assign to `eval` and `arguments` in strict mode",115:"The left-hand side of a for-of loop may not start with 'let'",116:"Block body arrows can not be immediately invoked without a group",117:"Block body arrows can not be immediately accessed without a group",118:"Unexpected strict mode reserved word",119:"Unexpected eval or arguments in strict mode",120:"Decorators must not be followed by a semicolon",121:"Calling delete on expression not allowed in strict mode",122:"Pattern can not have a tail",124:"Can not have a `yield` expression on the left side of a ternary",125:"An arrow function can not have a postfix update operator",126:"Invalid object literal key character after generator star",127:"Private fields can not be deleted",129:"Classes may not have a field called constructor",128:"Classes may not have a private element named constructor",130:"A class field initializer or static block may not contain arguments",131:"Generators can only be declared at the top level or inside a block",132:"Async methods are a restricted production and cannot have a newline following it",133:"Unexpected character after object literal property name",135:"Invalid key token",136:"Label '%0' has already been declared",137:"continue statement must be nested within an iteration statement",138:"Undefined label '%0'",139:"Trailing comma is disallowed inside import(...) arguments",140:"Invalid binding in JSON import",141:"import() requires exactly one argument",142:"Cannot use new with import(...)",143:"... is not allowed in import()",144:"Expected '=>'",145:"Duplicate binding '%0'",146:"Duplicate private identifier #%0",147:"Cannot export a duplicate name '%0'",150:"Duplicate %0 for-binding",148:"Exported binding '%0' needs to refer to a top-level declared variable",149:"Unexpected private field",153:"Numeric separators are not allowed at the end of numeric literals",152:"Only one underscore is allowed as numeric separator",154:"JSX value should be either an expression or a quoted JSX text",155:"Expected corresponding JSX closing tag for %0",156:"Adjacent JSX elements must be wrapped in an enclosing tag",157:"JSX attributes must only be assigned a non-empty 'expression'",158:"'%0' has already been declared",159:"'%0' shadowed a catch clause binding",160:"Dot property must be an identifier",161:"Encountered invalid input after spread/rest argument",162:"Catch without try",163:"Finally without try",164:"Expected corresponding closing tag for JSX fragment",165:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",166:"Invalid tagged template on optional chain",167:"Invalid optional chain from super property",168:"Invalid optional chain from new expression",169:'Cannot use "import.meta" outside a module',170:"Leading decorators must be attached to a class declaration",171:"An export name cannot include a lone surrogate, found %0",172:"A string literal cannot be used as an exported binding without `from`",173:"Private fields can't be accessed on super",174:"The only valid meta property for import is 'import.meta'",175:"'import.meta' must not contain escaped characters",176:'cannot use "await" as identifier inside an async function',177:'cannot use "await" in static blocks'},ve=class extends SyntaxError{constructor(e,t,r,o,i,a,l,...s){let n="["+t+":"+r+"-"+i+":"+a+"]: "+f1[l].replace(/%(\d+)/g,(c,d)=>s[d]);super(`${n}`),this.start=e,this.end=o,this.range=[e,o],this.loc={start:{line:t,column:r},end:{line:i,column:a}},this.description=n}};function u(e,t,...r){throw new ve(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,t,...r)}function Ue(e){throw new ve(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,e.type,...e.params)}function K(e,t,r,o,i,a,l,...s){throw new ve(e,t,r,o,i,a,l,...s)}function ge(e,t,r,o,i,a,l){throw new ve(e,t,r,o,i,a,l)}function y1(e){return(Mt[(e>>>5)+0]>>>e&31&1)!==0}function Nt(e){return(Mt[(e>>>5)+34816]>>>e&31&1)!==0}var Mt=((e,t)=>{let r=new Uint32Array(104448),o=0,i=0;for(;o<3822;){let a=e[o++];if(a<0)i-=a;else{let l=e[o++];a&2&&(l=t[l]),a&1?r.fill(l,i,i+=e[o++]):r[i++]=l}}return r})([-1,2,26,2,27,2,5,-1,0,77595648,3,44,2,3,0,14,2,63,2,64,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,41,3,0,4,0,4294966523,3,0,4,2,16,2,65,2,0,0,4294836735,0,3221225471,0,4294901942,2,66,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,18,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,60,2,7,2,6,0,4286611199,3,0,2,2,1,3,0,3,0,4294901711,2,40,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,203,2,3,0,4093640191,0,660618719,0,65487,0,4294828015,0,4092591615,0,1616920031,0,982991,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,71,0,4284449919,0,851904,2,4,2,12,0,67076095,-1,2,72,0,1073741743,0,4093607775,-1,0,50331649,0,3265266687,2,33,0,4294844415,0,4278190047,2,20,2,137,-1,3,0,2,2,23,2,0,2,10,2,0,2,15,2,22,3,0,10,2,74,2,0,2,75,2,76,2,77,2,0,2,78,2,0,2,11,0,261632,2,25,3,0,2,2,13,2,4,3,0,18,2,79,2,5,3,0,2,2,80,0,2151677951,2,29,2,9,0,909311,3,0,2,0,814743551,2,49,0,67090432,3,0,2,2,42,2,0,2,6,2,0,2,30,2,8,0,268374015,2,110,2,51,2,0,2,81,0,134153215,-1,2,7,2,0,2,8,0,2684354559,0,67044351,0,3221160064,2,17,-1,3,0,2,2,53,0,1046528,3,0,3,2,9,2,0,2,54,0,4294960127,2,10,2,6,2,11,0,4294377472,2,12,3,0,16,2,13,2,0,2,82,2,10,2,0,2,83,2,84,2,85,2,210,2,55,0,1048577,2,86,2,14,-1,2,14,0,131042,2,87,2,88,2,89,2,0,2,34,-83,3,0,7,0,1046559,2,0,2,15,2,0,0,2147516671,2,21,3,90,2,2,0,-16,2,91,0,524222462,2,4,2,0,0,4269801471,2,4,3,0,2,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,73,-1,2,18,2,10,3,0,8,2,93,2,133,2,0,0,3220242431,3,0,3,2,19,2,94,2,95,3,0,2,2,96,2,0,2,97,2,46,2,0,0,4351,2,0,2,9,3,0,2,0,67043391,0,3909091327,2,0,2,24,2,9,2,20,3,0,2,0,67076097,2,8,2,0,2,21,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,101,2,102,2,22,2,23,3,0,3,0,67057663,3,0,349,2,103,2,104,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,3774349439,2,105,2,106,3,0,2,2,19,2,107,3,0,10,2,10,2,18,2,0,2,47,2,0,2,31,2,108,2,25,0,1638399,2,183,2,109,3,0,3,2,20,2,26,2,27,2,5,2,28,2,0,2,8,2,111,-1,2,112,2,113,2,114,-1,3,0,3,2,12,-2,2,0,2,29,-3,2,163,-4,2,20,2,0,2,36,0,1,2,0,2,67,2,6,2,12,2,10,2,0,2,115,-1,3,0,4,2,10,2,23,2,116,2,7,2,0,2,117,2,0,2,118,2,119,2,120,2,0,2,9,3,0,9,2,21,2,30,2,31,2,121,2,122,-2,2,123,2,124,2,30,2,21,2,8,-2,2,125,2,30,2,32,-2,2,0,2,39,-2,0,4277137519,0,2269118463,-1,3,20,2,-1,2,33,2,38,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,48,2,0,0,4294950463,2,37,-7,2,0,0,203775,2,57,2,167,2,20,2,43,2,36,2,18,2,37,2,18,2,126,2,21,3,0,2,2,38,0,2151677888,2,0,2,12,0,4294901764,2,144,2,0,2,58,2,56,0,5242879,3,0,2,0,402644511,-1,2,128,2,39,0,3,-1,2,129,2,130,2,0,0,67045375,2,40,0,4226678271,0,3766565279,0,2039759,2,132,2,41,0,1046437,0,6,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,42,2,23,2,50,2,11,2,61,2,38,-5,2,0,2,12,-3,3,0,2,0,2147484671,2,134,0,4190109695,2,52,-2,2,135,0,4244635647,0,27,2,0,2,8,2,43,2,0,2,68,2,18,2,0,2,42,-6,2,0,2,45,2,59,2,44,2,45,2,46,2,47,0,8388351,-2,2,136,0,3028287487,2,48,2,138,0,33259519,2,49,-9,2,21,0,4294836223,0,3355443199,0,134152199,-2,2,69,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,50,-81,2,18,3,0,2,2,36,3,0,33,2,25,2,30,3,0,124,2,12,3,0,18,2,38,-213,2,0,2,32,-54,3,0,17,2,42,2,8,2,23,2,0,2,8,2,23,2,51,2,0,2,21,2,52,2,139,2,25,-13,2,0,2,53,-6,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,54,3,0,38,2,30,2,55,2,34,-278,2,140,3,0,9,2,141,2,142,2,56,3,0,11,2,7,-72,3,0,3,2,143,0,1677656575,-130,2,26,-16,2,0,2,24,2,38,-16,0,4161266656,0,4071,2,205,-4,2,57,-13,3,0,2,2,58,2,0,2,145,2,146,2,62,2,0,2,147,2,148,2,149,3,0,10,2,150,2,151,2,22,3,58,2,3,152,2,3,59,2,0,4294954999,2,0,-16,2,0,2,92,2,0,0,2105343,0,4160749584,2,177,-34,2,8,2,154,-6,0,4194303871,0,4294903771,2,0,2,60,2,100,-3,2,0,0,1073684479,0,17407,-9,2,18,2,17,2,0,2,32,-14,2,18,2,32,-6,2,18,2,12,-15,2,155,3,0,6,0,8323103,-1,3,0,2,2,61,-37,2,62,2,156,2,157,2,158,2,159,2,160,-105,2,26,-32,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,161,3,0,233,2,162,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-22250,3,0,7,2,25,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,63,2,64,-3,0,3168731136,0,4294956864,2,1,2,0,2,41,3,0,4,0,4294966275,3,0,4,2,16,2,65,2,0,2,34,-1,2,18,2,66,-1,2,0,0,2047,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,25,2,67,3,0,2,0,131135,2,98,0,70256639,0,71303167,0,272,2,42,2,6,0,32511,2,0,2,49,-1,2,99,2,68,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,70,2,69,0,33554435,2,131,2,70,2,164,0,131075,0,3594373096,0,67094296,2,69,-1,0,4294828e3,0,603979263,0,654311424,0,3,0,4294828001,0,602930687,2,171,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,71,2,38,-1,2,4,0,917503,2,38,-1,2,72,0,537788335,0,4026531935,-1,0,1,-1,2,33,2,73,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,15,2,22,3,0,10,2,74,2,0,2,75,2,76,2,77,2,0,2,78,2,0,2,12,-1,2,25,3,0,2,2,13,2,4,3,0,18,2,79,2,5,3,0,2,2,80,0,2147745791,3,19,2,0,122879,2,0,2,9,0,276824064,-2,3,0,2,2,42,2,0,0,4294903295,2,0,2,30,2,8,-1,2,18,2,51,2,0,2,81,2,49,-1,2,21,2,0,2,29,-2,0,128,-2,2,28,2,9,0,8160,-1,2,127,0,4227907585,2,0,2,37,2,0,2,50,2,184,2,10,2,6,2,11,-1,0,74440192,3,0,6,-2,3,0,8,2,13,2,0,2,82,2,10,2,0,2,83,2,84,2,85,-3,2,86,2,14,-3,2,87,2,88,2,89,2,0,2,34,-83,3,0,7,0,817183,2,0,2,15,2,0,0,33023,2,21,3,90,2,-17,2,91,0,524157950,2,4,2,0,2,92,2,4,2,0,2,22,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,73,-1,2,18,2,10,3,0,8,2,93,0,3072,2,0,0,2147516415,2,10,3,0,2,2,25,2,94,2,95,3,0,2,2,96,2,0,2,97,2,46,0,4294965179,0,7,2,0,2,9,2,95,2,9,-1,0,1761345536,2,98,0,4294901823,2,38,2,20,2,99,2,35,2,100,0,2080440287,2,0,2,34,2,153,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,101,2,102,2,22,2,23,3,0,3,0,7,3,0,349,2,103,2,104,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,2700607615,2,105,2,106,3,0,2,2,19,2,107,3,0,10,2,10,2,18,2,0,2,47,2,0,2,31,2,108,-3,2,109,3,0,3,2,20,-1,3,5,2,2,110,2,0,2,8,2,111,-1,2,112,2,113,2,114,-1,3,0,3,2,12,-2,2,0,2,29,-8,2,20,2,0,2,36,-1,2,0,2,67,2,6,2,30,2,10,2,0,2,115,-1,3,0,4,2,10,2,18,2,116,2,7,2,0,2,117,2,0,2,118,2,119,2,120,2,0,2,9,3,0,9,2,21,2,30,2,31,2,121,2,122,-2,2,123,2,124,2,30,2,21,2,8,-2,2,125,2,30,2,32,-2,2,0,2,39,-2,0,4277075969,2,30,-1,3,20,2,-1,2,33,2,126,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,50,2,98,0,4294934591,2,37,-7,2,0,0,197631,2,57,-1,2,20,2,43,2,37,2,18,0,3,2,18,2,126,2,21,2,127,2,54,-1,0,2490368,2,127,2,25,2,18,2,34,2,127,2,38,0,4294901904,0,4718591,2,127,2,35,0,335544350,-1,2,128,0,2147487743,0,1,-1,2,129,2,130,2,8,-1,2,131,2,70,0,3758161920,0,3,2,132,0,12582911,0,655360,-1,2,0,2,29,0,2147485568,0,3,2,0,2,25,0,176,-5,2,0,2,17,2,192,-1,2,0,2,25,2,209,-1,2,0,0,16779263,-2,2,12,-1,2,38,-5,2,0,2,133,-3,3,0,2,2,55,2,134,0,2147549183,0,2,-2,2,135,2,36,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,2,18,2,0,2,42,-6,2,0,0,1,2,59,2,17,0,1,2,46,2,25,-3,2,136,2,36,2,137,2,138,0,16778239,-10,2,35,0,4294836212,2,9,-3,2,69,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,50,-81,2,18,3,0,2,2,36,3,0,33,2,25,0,126,3,0,124,2,12,3,0,18,2,38,-213,2,10,-55,3,0,17,2,42,2,8,2,18,2,0,2,8,2,18,2,60,2,0,2,25,2,50,2,139,2,25,-13,2,0,2,73,-6,3,0,2,-4,3,0,2,0,67583,-1,2,107,-2,0,11,3,0,191,2,54,3,0,38,2,30,2,55,2,34,-278,2,140,3,0,9,2,141,2,142,2,56,3,0,11,2,7,-72,3,0,3,2,143,2,144,-187,3,0,2,2,58,2,0,2,145,2,146,2,62,2,0,2,147,2,148,2,149,3,0,10,2,150,2,151,2,22,3,58,2,3,152,2,3,59,2,2,153,-57,2,8,2,154,-7,2,18,2,0,2,60,-4,2,0,0,1065361407,0,16384,-9,2,18,2,60,2,0,2,133,-14,2,18,2,133,-6,2,18,0,81919,-15,2,155,3,0,6,2,126,-1,3,0,2,0,2063,-37,2,62,2,156,2,157,2,158,2,159,2,160,-138,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,161,3,0,233,2,162,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-28386,2,0,0,1,-1,2,55,2,0,0,8193,-21,2,201,0,10255,0,4,-11,2,69,2,182,-1,0,71680,-1,2,174,0,4292900864,0,268435519,-5,2,163,-1,2,173,-1,0,6144,-2,2,46,-1,2,168,-1,0,2147532800,2,164,2,170,0,8355840,-2,0,4,-4,2,198,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,165,0,4294886464,0,33292336,0,417809,2,165,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,166,0,201327104,0,3634348576,0,8323120,2,166,0,202375680,0,2678047264,0,4293984304,2,166,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,2,213,2,167,2,0,0,2089,0,3221225552,0,201359520,2,0,-2,0,256,0,122880,0,16777216,2,163,0,4160757760,2,0,-6,2,179,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,168,2,186,2,187,-2,2,175,-20,0,3758096385,-2,2,169,2,195,2,94,2,180,0,4294057984,-2,2,176,2,172,0,4227874816,-2,2,169,-1,2,170,-1,2,181,2,55,0,4026593280,0,14,0,4292919296,-1,2,178,0,939588608,-1,0,805306368,-1,2,55,2,171,2,172,2,173,2,211,2,0,-2,0,8192,-4,0,267386880,-1,0,117440512,0,7168,-1,2,170,2,168,2,174,2,188,-16,2,175,-1,0,1426112704,2,176,-1,2,196,0,271581216,0,2149777408,2,25,2,174,2,55,0,851967,2,189,-1,2,177,2,190,-4,2,178,-20,2,98,2,208,-56,0,3145728,2,191,-10,0,32505856,-1,2,179,-1,0,2147385088,2,94,1,2155905152,2,-3,2,176,2,0,0,67108864,-2,2,180,-6,2,181,2,25,0,1,-1,0,1,-1,2,182,-3,2,126,2,69,-2,2,100,-2,0,32704,2,55,-915,2,183,-1,2,207,-10,2,194,-5,2,185,-6,0,3759456256,2,19,-1,2,184,-1,2,185,-2,0,4227874752,-3,0,2146435072,2,186,-2,0,1006649344,2,55,-1,2,94,0,201375744,-3,0,134217720,2,94,0,4286677377,0,32896,-1,2,178,-3,0,4227907584,-349,0,65520,0,1920,2,167,3,0,264,-11,2,173,-2,2,187,2,0,0,520617856,0,2692743168,0,36,-3,0,524280,-13,2,193,-1,0,4294934272,2,25,2,187,-1,2,215,0,2158720,-3,2,186,0,1,-4,2,55,0,3808625411,0,3489628288,0,4096,0,1207959680,0,3221274624,2,0,-3,2,188,0,120,0,7340032,-2,2,189,2,4,2,25,2,176,3,0,4,2,186,-1,2,190,2,167,-1,0,8176,2,170,2,188,0,1073741824,-1,0,4290773232,2,0,-4,2,176,2,197,0,15728640,2,167,-1,2,174,-1,0,134250480,0,4720640,0,3825467396,-1,2,180,-9,2,94,2,181,0,4294967040,2,137,0,4160880640,3,0,2,0,704,0,1849688064,2,191,-1,2,55,0,4294901887,2,0,0,130547712,0,1879048192,2,212,3,0,2,-1,2,192,2,193,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,200,0,16252928,0,3791388672,2,130,3,0,2,-2,2,206,2,0,-1,2,107,-1,0,66584576,-1,2,199,-1,0,448,0,4294918080,3,0,6,2,55,-1,0,4294755328,0,4294967267,2,7,-1,2,174,2,187,2,25,2,98,2,25,2,194,2,94,-2,0,245760,2,195,-1,2,163,2,202,0,4227923456,-1,2,196,2,174,2,94,-3,0,4292870145,0,262144,-1,2,95,2,0,0,1073758848,2,197,-1,0,4227921920,2,198,0,68289024,0,528402016,0,4292927536,0,46080,2,191,0,4265609306,0,4294967289,-2,0,268435456,2,95,-2,2,199,3,0,5,-1,2,200,2,176,2,0,-2,0,4227923936,2,67,-1,2,187,2,197,2,99,2,168,2,178,2,204,3,0,5,-1,2,167,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,201,2,28,-2,2,174,-2,2,202,-1,2,169,2,98,3,0,5,-1,0,4227923964,0,512,0,8388608,2,203,2,183,2,193,0,4286578944,3,0,2,0,1152,0,1266679808,2,199,0,576,0,4261707776,2,98,3,0,9,2,169,0,131072,0,939524096,2,188,3,0,2,2,16,-1,0,2147221504,-28,2,187,3,0,3,-3,0,4292902912,-6,2,99,3,0,81,2,25,-2,2,107,-33,2,18,2,181,-124,2,188,-18,2,204,3,0,213,-1,2,187,3,0,54,-17,2,169,2,55,2,205,-1,2,55,2,197,0,4290822144,-2,0,67174336,0,520093700,2,18,3,0,13,-1,2,187,3,0,6,-2,2,188,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,185,-38,2,181,2,8,2,206,3,0,278,0,2417033215,-9,0,4294705144,0,4292411391,0,65295,-11,2,167,3,0,72,-3,0,3758159872,0,201391616,3,0,123,-7,2,187,-13,2,180,3,0,2,-1,2,173,2,207,-3,2,99,2,0,-7,2,181,-1,0,384,-1,0,133693440,-3,2,208,-2,2,110,3,0,3,3,180,2,-2,2,94,2,169,3,0,4,-2,2,196,-1,2,163,0,335552923,2,209,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,2,210,-21,0,134213632,2,162,3,0,34,2,55,0,4294965279,3,0,6,0,100663424,0,63524,-1,2,214,2,152,3,0,3,-1,0,3221282816,0,4294917120,3,0,9,2,25,2,211,-1,2,212,3,0,14,2,25,2,187,3,0,6,2,25,2,213,3,0,15,0,2147520640,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,36,-1,0,4292870144,3,0,2,0,1,2,176,3,0,6,2,209,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,47,3,0,8,-1,2,178,-2,2,180,0,98304,0,65537,2,181,-5,2,214,2,0,2,37,2,202,2,167,0,4294770176,2,110,3,0,4,-30,2,192,0,3758153728,-3,0,125829120,-2,2,187,0,4294897664,2,178,-1,2,199,-1,2,174,0,4026580992,2,95,2,0,-10,2,180,0,3758145536,0,31744,-1,0,1610628992,0,4261477376,-4,2,215,-2,2,187,3,0,32,-1335,2,0,-129,2,187,-6,2,176,-180,0,65532,-233,2,177,-18,2,176,3,0,77,-16,2,176,3,0,47,-154,2,170,-130,2,18,3,0,22250,-7,2,18,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,4294903807,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4294901759,32767,4294901760,262143,536870911,8388607,4160749567,4294902783,4294918143,65535,67043328,2281701374,4294967264,2097151,4194303,255,67108863,4294967039,511,524287,131071,63,127,3238002687,4294549487,4290772991,33554431,4294901888,4286578687,67043329,4294705152,4294770687,67043583,1023,15,2047999,67043343,67051519,16777215,2147483648,4294902e3,28,4292870143,4294966783,16383,67047423,4294967279,262083,20511,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,535511039,4294966272,4294967280,32768,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,4294967232,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4160684047,4290246655,469499899,4294967231,134086655,4294966591,2445279231,3670015,31,4294967288,4294705151,3221208447,4294902271,4294549472,4294921215,4095,4285526655,4294966527,4294966143,64,4294966719,3774873592,1877934080,262151,2555904,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4294934527,4087,2016,2147446655,184024726,2862017156,1593309078,268434431,268434414,4294901763,4294901761,536870912,2952790016,202506752,139264,4026531840,402653184,4261412864,63488,1610612736,4227922944,49152,65280,3233808384,3221225472,65534,61440,57152,4293918720,4290772992,25165824,57344,4227915776,4278190080,3758096384,4227858432,4160749568,3758129152,4294836224,4194304,251658240,196608,4294963200,2143289344,2097152,64512,417808,4227923712,12582912,50331648,65528,65472,4294967168,15360,4294966784,65408,4294965248,16,12288,4294934528,2080374784,2013265920,4294950912,524288]);function y(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function at(e){let t=e.currentChar;if((t&64512)!==55296)return 0;let r=e.source.charCodeAt(e.index+1);return(r&64512)!==56320?0:65536+((t&1023)<<10)+(r&1023)}function it(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,!(t&4)&&(e.column=0,e.line++)}function ue(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function T1(e){return e===160||e===65279||e===133||e===5760||e>=8192&&e<=8203||e===8239||e===8287||e===12288||e===8201||e===65519}function $(e){return e<65?e-48:e-65+10&15}function x1(e){switch(e){case 134283266:return"NumericLiteral";case 134283267:return"StringLiteral";case 86021:case 86022:return"BooleanLiteral";case 86023:return"NullLiteral";case 65540:return"RegularExpression";case 67174408:case 67174409:case 131:return"TemplateLiteral";default:return(e&143360)===143360?"Identifier":(e&4096)===4096?"Keyword":"Punctuator"}}var V=[0,0,0,0,0,0,0,0,0,0,1032,0,0,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,3,0,0,8192,0,0,0,256,0,33024,0,0,242,242,114,114,114,114,114,114,594,594,0,0,16384,0,0,0,0,67,67,67,67,67,67,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,4099,0,71,71,71,71,71,71,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,16384,0,0,0,0],b1=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],jt=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function Oe(e){return e<=127?b1[e]>0:Nt(e)}function Ve(e){return e<=127?jt[e]>0:y1(e)||e===8204||e===8205}var Ot=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function h1(e){let{source:t}=e;e.currentChar===35&&t.charCodeAt(e.index+1)===33&&(y(e),y(e),lt(e,t,0,4,e.tokenIndex,e.tokenLine,e.tokenColumn))}function xt(e,t,r,o,i,a,l,s){return o&512&&u(e,0),lt(e,t,r,i,a,l,s)}function lt(e,t,r,o,i,a,l){let{index:s}=e;for(e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column;e.index<e.end;){if(V[e.currentChar]&8){let n=e.currentChar===13;ue(e),n&&e.index<e.end&&e.currentChar===10&&(e.currentChar=t.charCodeAt(++e.index));break}else if((e.currentChar^8232)<=1){ue(e);break}y(e),e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column}if(e.onComment){let n={start:{line:a,column:l},end:{line:e.tokenLine,column:e.tokenColumn}};e.onComment(Ot[o&255],t.slice(s,e.tokenIndex),i,e.tokenIndex,n)}return r|1}function C1(e,t,r){let{index:o}=e;for(;e.index<e.end;)if(e.currentChar<43){let i=!1;for(;e.currentChar===42;)if(i||(r&=-5,i=!0),y(e)===47){if(y(e),e.onComment){let a={start:{line:e.tokenLine,column:e.tokenColumn},end:{line:e.line,column:e.column}};e.onComment(Ot[1],t.slice(o,e.index-2),o-2,e.index,a)}return e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column,r}if(i)continue;V[e.currentChar]&8?e.currentChar===13?(r|=5,ue(e)):(it(e,r),r=r&-5|1):y(e)}else(e.currentChar^8232)<=1?(r=r&-5|1,ue(e)):(r&=-5,y(e));u(e,18)}var oe;(function(e){e[e.Empty=0]="Empty",e[e.Escape=1]="Escape",e[e.Class=2]="Class"})(oe||(oe={}));var R;(function(e){e[e.Empty=0]="Empty",e[e.IgnoreCase=1]="IgnoreCase",e[e.Global=2]="Global",e[e.Multiline=4]="Multiline",e[e.Unicode=16]="Unicode",e[e.Sticky=8]="Sticky",e[e.DotAll=32]="DotAll",e[e.Indices=64]="Indices",e[e.UnicodeSets=128]="UnicodeSets"})(R||(R={}));function I1(e,t){let r=e.index,o=oe.Empty;e:for(;;){let d=e.currentChar;if(y(e),o&oe.Escape)o&=~oe.Escape;else switch(d){case 47:if(o)break;break e;case 92:o|=oe.Escape;break;case 91:o|=oe.Class;break;case 93:o&=oe.Escape;break}if((d===13||d===10||d===8232||d===8233)&&u(e,34),e.index>=e.source.length)return u(e,34)}let i=e.index-1,a=R.Empty,l=e.currentChar,{index:s}=e;for(;Ve(l);){switch(l){case 103:a&R.Global&&u(e,36,"g"),a|=R.Global;break;case 105:a&R.IgnoreCase&&u(e,36,"i"),a|=R.IgnoreCase;break;case 109:a&R.Multiline&&u(e,36,"m"),a|=R.Multiline;break;case 117:a&R.Unicode&&u(e,36,"u"),a&R.UnicodeSets&&u(e,36,"vu"),a|=R.Unicode;break;case 118:a&R.Unicode&&u(e,36,"uv"),a&R.UnicodeSets&&u(e,36,"v"),a|=R.UnicodeSets;break;case 121:a&R.Sticky&&u(e,36,"y"),a|=R.Sticky;break;case 115:a&R.DotAll&&u(e,36,"s"),a|=R.DotAll;break;case 100:a&R.Indices&&u(e,36,"d"),a|=R.Indices;break;default:u(e,35)}l=y(e)}let n=e.source.slice(s,e.index),c=e.source.slice(r,i);return e.tokenRegExp={pattern:c,flags:n},t&128&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),e.tokenValue=v1(e,c,n),65540}function v1(e,t,r){try{return new RegExp(t,r)}catch{try{return new RegExp(t,r),null}catch{u(e,34)}}}function S1(e,t,r){let{index:o}=e,i="",a=y(e),l=e.index;for(;!(V[a]&8);){if(a===r)return i+=e.source.slice(l,e.index),y(e),t&128&&(e.tokenRaw=e.source.slice(o,e.index)),e.tokenValue=i,134283267;if((a&8)===8&&a===92){if(i+=e.source.slice(l,e.index),a=y(e),a<127||a===8232||a===8233){let s=Ft(e,t,a);s>=0?i+=String.fromCodePoint(s):Bt(e,s,0)}else i+=String.fromCodePoint(a);l=e.index+1}e.index>=e.end&&u(e,16),a=y(e)}u(e,16)}function Ft(e,t,r,o=0){switch(r){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){let i=e.source.charCodeAt(e.index+1);i===10&&(e.index=e.index+1,e.currentChar=i)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let i=r-48,a=e.index+1,l=e.column+1;if(a<e.end){let s=e.source.charCodeAt(a);if(V[s]&32){if(t&256||o)return-2;if(e.currentChar=s,i=i<<3|s-48,a++,l++,a<e.end){let n=e.source.charCodeAt(a);V[n]&32&&(e.currentChar=n,i=i<<3|n-48,a++,l++)}e.flags|=64}else if(i!==0||V[s]&512){if(t&256||o)return-2;e.flags|=64}e.index=a-1,e.column=l-1}return i}case 52:case 53:case 54:case 55:{if(o||t&256)return-2;let i=r-48,a=e.index+1,l=e.column+1;if(a<e.end){let s=e.source.charCodeAt(a);V[s]&32&&(i=i<<3|s-48,e.currentChar=s,e.index=a,e.column=l)}return e.flags|=64,i}case 120:{let i=y(e);if(!(V[i]&64))return-4;let a=$(i),l=y(e);if(!(V[l]&64))return-4;let s=$(l);return a<<4|s}case 117:{let i=y(e);if(e.currentChar===123){let a=0;for(;V[y(e)]&64;)if(a=a<<4|$(e.currentChar),a>1114111)return-5;return e.currentChar<1||e.currentChar!==125?-4:a}else{if(!(V[i]&64))return-4;let a=e.source.charCodeAt(e.index+1);if(!(V[a]&64))return-4;let l=e.source.charCodeAt(e.index+2);if(!(V[l]&64))return-4;let s=e.source.charCodeAt(e.index+3);return V[s]&64?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),$(i)<<12|$(a)<<8|$(l)<<4|$(s)):-4}}case 56:case 57:if(o||!(t&64)||t&256)return-3;e.flags|=4096;default:return r}}function Bt(e,t,r){switch(t){case-1:return;case-2:u(e,r?2:1);case-3:u(e,r?3:14);case-4:u(e,7);case-5:u(e,104)}}function Jt(e,t){let{index:r}=e,o=67174409,i="",a=y(e);for(;a!==96;){if(a===36&&e.source.charCodeAt(e.index+1)===123){y(e),o=67174408;break}else if(a===92)if(a=y(e),a>126)i+=String.fromCodePoint(a);else{let{index:l,line:s,column:n}=e,c=Ft(e,t|256,a,1);if(c>=0)i+=String.fromCodePoint(c);else if(c!==-1&&t&16384){e.index=l,e.line=s,e.column=n,i=null,a=E1(e,a),a<0&&(o=67174408);break}else Bt(e,c,1)}else e.index<e.end&&(a===13&&e.source.charCodeAt(e.index)===10&&(i+=String.fromCodePoint(a),e.currentChar=e.source.charCodeAt(++e.index)),((a&83)<3&&a===10||(a^8232)<=1)&&(e.column=-1,e.line++),i+=String.fromCodePoint(a));e.index>=e.end&&u(e,17),a=y(e)}return y(e),e.tokenValue=i,e.tokenRaw=e.source.slice(r+1,e.index-(o===67174409?1:2)),o}function E1(e,t){for(;t!==96;){switch(t){case 36:{let r=e.index+1;if(r<e.end&&e.source.charCodeAt(r)===123)return e.index=r,e.column++,-t;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&u(e,17),t=y(e)}return t}function L1(e,t){return e.index>=e.end&&u(e,0),e.index--,e.column--,Jt(e,t)}function bt(e,t,r){let o=e.currentChar,i=0,a=9,l=r&64?0:1,s=0,n=0;if(r&64)i="."+Pe(e,o),o=e.currentChar,o===110&&u(e,12);else{if(o===48)if(o=y(e),(o|32)===120){for(r=136,o=y(e);V[o]&4160;){if(o===95){n||u(e,152),n=0,o=y(e);continue}n=1,i=i*16+$(o),s++,o=y(e)}(s===0||!n)&&u(e,s===0?21:153)}else if((o|32)===111){for(r=132,o=y(e);V[o]&4128;){if(o===95){n||u(e,152),n=0,o=y(e);continue}n=1,i=i*8+(o-48),s++,o=y(e)}(s===0||!n)&&u(e,s===0?0:153)}else if((o|32)===98){for(r=130,o=y(e);V[o]&4224;){if(o===95){n||u(e,152),n=0,o=y(e);continue}n=1,i=i*2+(o-48),s++,o=y(e)}(s===0||!n)&&u(e,s===0?0:153)}else if(V[o]&32)for(t&256&&u(e,1),r=1;V[o]&16;){if(V[o]&512){r=32,l=0;break}i=i*8+(o-48),o=y(e)}else V[o]&512?(t&256&&u(e,1),e.flags|=64,r=32):o===95&&u(e,0);if(r&48){if(l){for(;a>=0&&V[o]&4112;){if(o===95){o=y(e),(o===95||r&32)&&ge(e.index,e.line,e.column,e.index+1,e.line,e.column,152),n=1;continue}n=0,i=10*i+(o-48),o=y(e),--a}if(n&&ge(e.index,e.line,e.column,e.index+1,e.line,e.column,153),a>=0&&!Oe(o)&&o!==46)return e.tokenValue=i,t&128&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266}i+=Pe(e,o),o=e.currentChar,o===46&&(y(e)===95&&u(e,0),r=64,i+="."+Pe(e,e.currentChar),o=e.currentChar)}}let c=e.index,d=0;if(o===110&&r&128)d=1,o=y(e);else if((o|32)===101){o=y(e),V[o]&256&&(o=y(e));let{index:g}=e;!(V[o]&16)&&u(e,11),i+=e.source.substring(c,g)+Pe(e,o),o=e.currentChar}return(e.index<e.end&&V[o]&16||Oe(o))&&u(e,13),d?(e.tokenRaw=e.source.slice(e.tokenIndex,e.index),e.tokenValue=BigInt(be(!1,e.tokenRaw.slice(0,-1),"_","")),134283388):(e.tokenValue=r&15?i:r&32?parseFloat(e.source.substring(e.tokenIndex,e.index)):+i,t&128&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266)}function Pe(e,t){let r=0,o=e.index,i="";for(;V[t]&4112;){if(t===95){let{index:a}=e;t=y(e),t===95&&ge(e.index,e.line,e.column,e.index+1,e.line,e.column,152),r=1,i+=e.source.substring(o,a),o=e.index;continue}r=0,t=y(e)}return r&&ge(e.index,e.line,e.column,e.index+1,e.line,e.column,153),i+e.source.substring(o,e.index)}var N=["end of source","identifier","number","string","regular expression","false","true","null","template continuation","template tail","=>","(","{",".","...","}",")",";",",","[","]",":","?","'",'"',"++","--","=","<<=",">>=",">>>=","**=","+=","-=","*=","/=","%=","^=","|=","&=","||=","&&=","??=","typeof","delete","void","!","~","+","-","in","instanceof","*","%","/","**","&&","||","===","!==","==","!=","<=",">=","<",">","<<",">>",">>>","&","|","^","var","let","const","break","case","catch","class","continue","debugger","default","do","else","export","extends","finally","for","function","if","import","new","return","super","switch","this","throw","try","while","with","implements","interface","package","private","protected","public","static","yield","as","async","await","constructor","get","set","accessor","from","of","enum","eval","arguments","escaped keyword","escaped future reserved keyword","reserved if strict","#","BigIntLiteral","??","?.","WhiteSpace","Illegal","LineTerminator","PrivateField","Template","@","target","meta","LineFeed","Escaped","JSXText"],Rt=Object.create(null,{this:{value:86111},function:{value:86104},if:{value:20569},return:{value:20572},var:{value:86088},else:{value:20563},for:{value:20567},new:{value:86107},in:{value:8673330},typeof:{value:16863275},while:{value:20578},case:{value:20556},break:{value:20555},try:{value:20577},catch:{value:20557},delete:{value:16863276},throw:{value:86112},switch:{value:86110},continue:{value:20559},default:{value:20561},instanceof:{value:8411187},do:{value:20562},void:{value:16863277},finally:{value:20566},async:{value:209005},await:{value:209006},class:{value:86094},const:{value:86090},constructor:{value:12399},debugger:{value:20560},export:{value:20564},extends:{value:20565},false:{value:86021},from:{value:12403},get:{value:12400},implements:{value:36964},import:{value:86106},interface:{value:36965},let:{value:241737},null:{value:86023},of:{value:274548},package:{value:36966},private:{value:36967},protected:{value:36968},public:{value:36969},set:{value:12401},static:{value:36970},super:{value:86109},true:{value:86022},with:{value:20579},yield:{value:241771},enum:{value:86133},eval:{value:537079926},as:{value:77932},arguments:{value:537079927},target:{value:209029},meta:{value:209030},accessor:{value:12402}});function ht(e,t,r){for(;jt[y(e)];);return e.tokenValue=e.source.slice(e.tokenIndex,e.index),e.currentChar!==92&&e.currentChar<=126?Rt[e.tokenValue]||208897:st(e,t,0,r)}function A1(e,t){let r=Ut(e);return Oe(r)||u(e,5),e.tokenValue=String.fromCodePoint(r),st(e,t,1,V[r]&4)}function st(e,t,r,o){let i=e.index;for(;e.index<e.end;)if(e.currentChar===92){e.tokenValue+=e.source.slice(i,e.index),r=1;let l=Ut(e);Ve(l)||u(e,5),o=o&&V[l]&4,e.tokenValue+=String.fromCodePoint(l),i=e.index}else{let l=at(e);if(l>0)Ve(l)||u(e,20,String.fromCodePoint(l)),e.currentChar=l,e.index++,e.column++;else if(!Ve(e.currentChar))break;y(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(i,e.index));let{length:a}=e.tokenValue;if(o&&a>=2&&a<=11){let l=Rt[e.tokenValue];return l===void 0?208897|(r?-2147483648:0):r?l===209006?t&524800?-2147483528:l|-2147483648:t&256?l===36970||(l&36864)===36864?-2147483527:(l&20480)===20480?t&67108864&&!(t&2048)?l|-2147483648:-2147483528:-2147274630:t&67108864&&!(t&2048)&&(l&20480)===20480?l|-2147483648:l===241771?t&67108864?-2147274630:t&262144?-2147483528:l|-2147483648:l===209005?-2147274630:(l&36864)===36864?l|12288|-2147483648:-2147483528:l}return 208897|(r?-2147483648:0)}function w1(e){let t=y(e);if(t===92)return 130;let r=at(e);return r&&(t=r),Oe(t)||u(e,96),130}function Ut(e){return e.source.charCodeAt(e.index+1)!==117&&u(e,5),e.currentChar=e.source.charCodeAt(e.index+=2),P1(e)}function P1(e){let t=0,r=e.currentChar;if(r===123){let l=e.index-2;for(;V[y(e)]&64;)t=t<<4|$(e.currentChar),t>1114111&&ge(l,e.line,e.column,e.index,e.line,e.column,104);return e.currentChar!==125&&ge(l,e.line,e.column,e.index,e.line,e.column,7),y(e),t}!(V[r]&64)&&u(e,7);let o=e.source.charCodeAt(e.index+1);!(V[o]&64)&&u(e,7);let i=e.source.charCodeAt(e.index+2);!(V[i]&64)&&u(e,7);let a=e.source.charCodeAt(e.index+3);return!(V[a]&64)&&u(e,7),t=$(r)<<12|$(o)<<8|$(i)<<4|$(a),e.currentChar=e.source.charCodeAt(e.index+=4),t}var D1=[128,128,128,128,128,128,128,128,128,127,135,127,127,129,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,127,16842798,134283267,130,208897,8391477,8390213,134283267,67174411,16,8391476,25233968,18,25233969,67108877,8457014,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456256,1077936155,8390721,22,132,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,136,20,8389959,208897,131,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8389702,1074790415,16842799,128];function T(e,t){e.flags=(e.flags|1)^1,e.startIndex=e.index,e.startColumn=e.column,e.startLine=e.line,e.setToken(Xt(e,t,0))}function Xt(e,t,r){let o=e.index===0,{source:i}=e,a=e.index,l=e.line,s=e.column;for(;e.index<e.end;){e.tokenIndex=e.index,e.tokenColumn=e.column,e.tokenLine=e.line;let n=e.currentChar;if(n<=126){let c=D1[n];switch(c){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842799:case 132:case 128:return y(e),c;case 208897:return ht(e,t,0);case 4096:return ht(e,t,1);case 134283266:return bt(e,t,144);case 134283267:return S1(e,t,n);case 131:return Jt(e,t);case 136:return A1(e,t);case 130:return w1(e);case 127:y(e);break;case 129:r|=5,ue(e);break;case 135:it(e,r),r=r&-5|1;break;case 8456256:{let d=y(e);if(e.index<e.end){if(d===60)return e.index<e.end&&y(e)===61?(y(e),4194332):8390978;if(d===61)return y(e),8390718;if(d===33){let g=e.index+1;if(g+1<e.end&&i.charCodeAt(g)===45&&i.charCodeAt(g+1)==45){e.column+=3,e.currentChar=i.charCodeAt(e.index+=3),r=xt(e,i,r,t,2,e.tokenIndex,e.tokenLine,e.tokenColumn),a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn;continue}return 8456256}}return 8456256}case 1077936155:{y(e);let d=e.currentChar;return d===61?y(e)===61?(y(e),8390458):8390460:d===62?(y(e),10):1077936155}case 16842798:return y(e)!==61?16842798:y(e)!==61?8390461:(y(e),8390459);case 8391477:return y(e)!==61?8391477:(y(e),4194340);case 8391476:{if(y(e),e.index>=e.end)return 8391476;let d=e.currentChar;return d===61?(y(e),4194338):d!==42?8391476:y(e)!==61?8391735:(y(e),4194335)}case 8389959:return y(e)!==61?8389959:(y(e),4194341);case 25233968:{y(e);let d=e.currentChar;return d===43?(y(e),33619993):d===61?(y(e),4194336):25233968}case 25233969:{y(e);let d=e.currentChar;if(d===45){if(y(e),(r&1||o)&&e.currentChar===62){!(t&64)&&u(e,112),y(e),r=xt(e,i,r,t,3,a,l,s),a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn;continue}return 33619994}return d===61?(y(e),4194337):25233969}case 8457014:{if(y(e),e.index<e.end){let d=e.currentChar;if(d===47){y(e),r=lt(e,i,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn),a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn;continue}if(d===42){y(e),r=C1(e,i,r),a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn;continue}if(t&8192)return I1(e,t);if(d===61)return y(e),4259875}return 8457014}case 67108877:{let d=y(e);if(d>=48&&d<=57)return bt(e,t,80);if(d===46){let g=e.index+1;if(g<e.end&&i.charCodeAt(g)===46)return e.column+=2,e.currentChar=i.charCodeAt(e.index+=2),14}return 67108877}case 8389702:{y(e);let d=e.currentChar;return d===124?(y(e),e.currentChar===61?(y(e),4194344):8913465):d===61?(y(e),4194342):8389702}case 8390721:{y(e);let d=e.currentChar;if(d===61)return y(e),8390719;if(d!==62)return 8390721;if(y(e),e.index<e.end){let g=e.currentChar;if(g===62)return y(e)===61?(y(e),4194334):8390980;if(g===61)return y(e),4194333}return 8390979}case 8390213:{y(e);let d=e.currentChar;return d===38?(y(e),e.currentChar===61?(y(e),4194345):8913720):d===61?(y(e),4194343):8390213}case 22:{let d=y(e);if(d===63)return y(e),e.currentChar===61?(y(e),4194346):276824445;if(d===46){let g=e.index+1;if(g<e.end&&(d=i.charCodeAt(g),!(d>=48&&d<=57)))return y(e),67108990}return 22}}}else{if((n^8232)<=1){r=r&-5|1,ue(e);continue}let c=at(e);if(c>0&&(n=c),Nt(n))return e.tokenValue="",st(e,t,0,0);if(T1(n)){y(e);continue}u(e,20,String.fromCodePoint(n))}}return 1048576}function V1(e,t){return e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.setToken(V[e.currentChar]&8192?N1(e,t):Xt(e,t,0)),e.getToken()}function N1(e,t){let r=e.currentChar,o=y(e),i=e.index;for(;o!==r;)e.index>=e.end&&u(e,16),o=y(e);return o!==r&&u(e,16),e.tokenValue=e.source.slice(i,e.index),y(e),t&128&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283267}function Se(e,t){if(e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.index>=e.end){e.setToken(1048576);return}if(e.currentChar===60){y(e),e.setToken(8456256);return}if(e.currentChar===123){y(e),e.setToken(2162700);return}let r=0;for(;e.index<e.end;){let i=V[e.source.charCodeAt(e.index)];if(i&1024?(r|=5,ue(e)):i&2048?(it(e,r),r=r&-5|1):y(e),V[e.currentChar]&16384)break}e.tokenIndex===e.index&&u(e,0);let o=e.source.slice(e.tokenIndex,e.index);t&128&&(e.tokenRaw=o),e.tokenValue=o,e.setToken(137)}function He(e){if((e.getToken()&143360)===143360){let{index:t}=e,r=e.currentChar;for(;V[r]&32770;)r=y(e);e.tokenValue+=e.source.slice(t,e.index),e.setToken(208897,!0)}return e.getToken()}function q(e,t){var r;!(e.flags&1)&&(e.getToken()&1048576)!==1048576&&u(e,30,N[e.getToken()&255]),P(e,t,1074790417)||(r=e.onInsertedSemicolon)==null||r.call(e,e.startIndex)}function qt(e,t,r,o){return t-r<13&&o==="use strict"&&((e.getToken()&1048576)===1048576||e.flags&1)?1:0}function nt(e,t,r){return e.getToken()!==r?0:(T(e,t),1)}function P(e,t,r){return e.getToken()!==r?!1:(T(e,t),!0)}function h(e,t,r){e.getToken()!==r&&u(e,25,N[r&255]),T(e,t)}function Q(e,t){switch(t.type){case"ArrayExpression":{t.type="ArrayPattern";let{elements:r}=t;for(let o=0,i=r.length;o<i;++o){let a=r[o];a&&Q(e,a)}return}case"ObjectExpression":{t.type="ObjectPattern";let{properties:r}=t;for(let o=0,i=r.length;o<i;++o)Q(e,r[o]);return}case"AssignmentExpression":t.type="AssignmentPattern",t.operator!=="="&&u(e,71),delete t.operator,Q(e,t.left);return;case"Property":Q(e,t.value);return;case"SpreadElement":t.type="RestElement",Q(e,t.argument)}}function Fe(e,t,r,o,i){t&256&&((o&36864)===36864&&u(e,118),!i&&(o&537079808)===537079808&&u(e,119)),((o&20480)===20480||o===-2147483528)&&u(e,102),r&24&&(o&255)===73&&u(e,100),t&524800&&o===209006&&u(e,110),t&262400&&o===241771&&u(e,97,"yield")}function Kt(e,t,r){t&256&&((r&36864)===36864&&u(e,118),(r&537079808)===537079808&&u(e,119),r===-2147483527&&u(e,95),r===-2147483528&&u(e,95)),(r&20480)===20480&&u(e,102),t&524800&&r===209006&&u(e,110),t&262400&&r===241771&&u(e,97,"yield")}function $t(e,t,r){return r===209006&&(t&524800&&u(e,110),e.destructible|=128),r===241771&&t&262144&&u(e,97,"yield"),(r&20480)===20480||(r&36864)===36864||r==-2147483527}function M1(e){return e.property?e.property.type==="PrivateIdentifier":!1}function Gt(e,t,r,o){for(;t;){if(t["$"+r])return o&&u(e,137),1;o&&t.loop&&(o=0),t=t.$}return 0}function j1(e,t,r){let o=t;for(;o;)o["$"+r]&&u(e,136,r),o=o.$;t["$"+r]=1}function m(e,t,r,o,i,a){return t&2&&(a.start=r,a.end=e.startIndex,a.range=[r,e.startIndex]),t&4&&(a.loc={start:{line:o,column:i},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(a.loc.source=e.sourceFile)),a}function Be(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return Be(e.object)+"."+Be(e.property)}}function Xe(e,t,r){let o=J(de(),1024);return le(e,t,o,r,1,0),o}function Qe(e,t,...r){let{index:o,line:i,column:a,tokenIndex:l,tokenLine:s,tokenColumn:n}=e;return{type:t,params:r,index:o,line:i,column:a,tokenIndex:l,tokenLine:s,tokenColumn:n}}function de(){return{parent:void 0,type:2}}function J(e,t){return{parent:e,type:t,scopeError:void 0}}function O1(e){return{parent:e,refs:Object.create(null)}}function ee(e,t,r,o,i,a){i&4?zt(e,t,r,o,i):le(e,t,r,o,i,a),a&64&&se(e,o)}function le(e,t,r,o,i,a){let l=r["#"+o];l&&!(l&2)&&(i&1?r.scopeError=Qe(e,145,o):t&64&&!(t&256)&&a&2&&l===64&&i===64||u(e,145,o)),r.type&128&&r.parent["#"+o]&&!(r.parent["#"+o]&2)&&u(e,145,o),r.type&1024&&l&&!(l&2)&&i&1&&(r.scopeError=Qe(e,145,o)),r.type&64&&r.parent["#"+o]&768&&u(e,159,o),r["#"+o]=i}function zt(e,t,r,o,i){let a=r;for(;a&&!(a.type&256);){let l=a["#"+o];l&248&&(t&64&&!(t&256)&&(i&128&&l&68||l&128&&i&68)||u(e,145,o)),a===r&&l&1&&i&1&&(a.scopeError=Qe(e,145,o)),(l&256||l&512&&!(t&64))&&u(e,145,o),a["#"+o]=i,a=a.parent}}function F1(e,t,r,o){let i=o&800;i&768||(i|=768);let a=t["#"+r];a!==void 0&&((a&32)!==(i&32)||a&i&768)&&u(e,146,r),t["#"+r]=a?a|i:i}function B1(e,t,r){var o;(o=t.refs)[r]??(o[r]=[]),t.refs[r].push({index:e.tokenIndex,line:e.tokenLine,column:e.tokenColumn})}function Wt(e,t){return t["#"+e]?1:t.parent?Wt(e,t.parent):0}function J1(e){for(let t in e.refs)if(!Wt(t,e)){let{index:r,line:o,column:i}=e.refs[t][0];throw new ve(r,o,i,r+t.length,o,i+t.length,4,t)}}function se(e,t){e.exportedNames!==void 0&&t!==""&&(e.exportedNames["#"+t]&&u(e,147,t),e.exportedNames["#"+t]=1)}function R1(e,t){e.exportedBindings!==void 0&&t!==""&&(e.exportedBindings["#"+t]=1)}function U1(e,t){return function(r,o,i,a,l){let s={type:r,value:o};e&2&&(s.start=i,s.end=a,s.range=[i,a]),e&4&&(s.loc=l),t.push(s)}}function X1(e,t){return function(r,o,i,a){let l={token:r};e&2&&(l.start=o,l.end=i,l.range=[o,i]),e&4&&(l.loc=a),t.push(l)}}function Ee(e,t){return e&262400?e&512&&t===209006||e&262144&&t===241771?!1:(t&12288)===12288:(t&12288)===12288||(t&36864)===36864}function qe(e,t,r){(r&537079808)===537079808&&(t&256&&u(e,119),e.flags|=512),Ee(t,r)||u(e,0)}function q1(e,t,r,o,i){let a=1048576,l=null;return{source:e,flags:0,index:0,line:1,column:0,startIndex:0,end:e.length,tokenIndex:0,startColumn:0,tokenColumn:0,tokenLine:1,startLine:1,sourceFile:t,tokenValue:"",getToken(){return a},setToken(s,n=!1){if(o)if(s!==1048576){let c={start:{line:this.tokenLine,column:this.tokenColumn},end:{line:this.line,column:this.column}};!n&&l&&o(...l),l=[x1(s),this.tokenIndex,this.index,c]}else l&&(o(...l),l=null);return a=s},tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:r,onToken:o,onInsertedSemicolon:i,leadingDecorators:[]}}function K1(e,t,r){let o="",i,a,l;t!=null&&(t.module&&(r|=768),t.next&&(r|=1),t.loc&&(r|=4),t.ranges&&(r|=2),t.uniqueKeyInPattern&&(r|=134217728),t.lexical&&(r|=16),t.webcompat&&(r|=64),t.globalReturn&&(r|=1048576),t.raw&&(r|=128),t.preserveParens&&(r|=32),t.impliedStrict&&(r|=256),t.jsx&&(r|=8),t.source&&(o=t.source),t.onComment!=null&&(i=Array.isArray(t.onComment)?U1(r,t.onComment):t.onComment),t.onInsertedSemicolon!=null&&(a=t.onInsertedSemicolon),t.onToken!=null&&(l=Array.isArray(t.onToken)?X1(r,t.onToken):t.onToken));let s=q1(e,o,i,l,a);h1(s);let n=r&16?de():void 0,c=[],d="script";if(r&512){if(d="module",c=G1(s,r|2048,n),n)for(let k in s.exportedBindings)k[0]==="#"&&!n[k]&&u(s,148,k.slice(1))}else c=$1(s,r|2048,n);let g={type:"Program",sourceType:d,body:c};return r&2&&(g.start=0,g.end=e.length,g.range=[0,e.length]),r&4&&(g.loc={start:{line:1,column:0},end:{line:s.line,column:s.column}},s.sourceFile&&(g.loc.source=o)),g}function $1(e,t,r){T(e,t|8192|67108864);let o=[];for(;e.getToken()===134283267;){let{index:i,tokenIndex:a,tokenValue:l,tokenLine:s,tokenColumn:n}=e,c=e.getToken(),d=U(e,t);qt(e,i,a,l)&&(t|=256,e.flags&64&&K(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,9),e.flags&4096&&K(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,15)),o.push(ut(e,t,d,c,a,s,n))}for(;e.getToken()!==1048576;)o.push(Le(e,t,r,void 0,4,{}));return o}function G1(e,t,r){T(e,t|8192);let o=[];for(;e.getToken()===134283267;){let{tokenIndex:i,tokenLine:a,tokenColumn:l}=e,s=e.getToken();o.push(ut(e,t,U(e,t),s,i,a,l))}for(;e.getToken()!==1048576;)o.push(z1(e,t,r));return o}function z1(e,t,r){e.leadingDecorators=Ge(e,t,void 0);let o;switch(e.getToken()){case 20564:o=k2(e,t,r);break;case 86106:o=d2(e,t,r);break;default:o=Le(e,t,r,void 0,4,{})}return e.leadingDecorators.length&&u(e,170),o}function Le(e,t,r,o,i,a){let l=e.tokenIndex,s=e.tokenLine,n=e.tokenColumn;switch(e.getToken()){case 86104:return ie(e,t,r,o,i,1,0,0,l,s,n);case 132:case 86094:return et(e,t,r,o,0,l,s,n);case 86090:return Ye(e,t,r,o,16,0,l,s,n);case 241737:return c2(e,t,r,o,i,l,s,n);case 20564:u(e,103,"export");case 86106:switch(T(e,t),e.getToken()){case 67174411:return Zt(e,t,o,l,s,n);case 67108877:return Yt(e,t,l,s,n);default:u(e,103,"import")}case 209005:return _t(e,t,r,o,i,a,1,l,s,n);default:return Ae(e,t,r,o,i,a,1,l,s,n)}}function Ae(e,t,r,o,i,a,l,s,n,c){switch(e.getToken()){case 86088:return Ht(e,t,r,o,0,s,n,c);case 20572:return _1(e,t,o,s,n,c);case 20569:return Y1(e,t,r,o,a,s,n,c);case 20567:return u2(e,t,r,o,a,s,n,c);case 20562:return n2(e,t,r,o,a,s,n,c);case 20578:return e2(e,t,r,o,a,s,n,c);case 86110:return Z1(e,t,r,o,a,s,n,c);case 1074790417:return H1(e,t,s,n,c);case 2162700:return Ie(e,t,r&&J(r,2),o,a,s,n,c);case 86112:return Q1(e,t,o,s,n,c);case 20555:return r2(e,t,a,s,n,c);case 20559:return t2(e,t,a,s,n,c);case 20577:return i2(e,t,r,o,a,s,n,c);case 20579:return o2(e,t,r,o,a,s,n,c);case 20560:return a2(e,t,s,n,c);case 209005:return _t(e,t,r,o,i,a,0,s,n,c);case 20557:u(e,162);case 20566:u(e,163);case 86104:u(e,t&256?76:t&64?77:78);case 86094:u(e,79);default:return W1(e,t,r,o,i,a,l,s,n,c)}}function W1(e,t,r,o,i,a,l,s,n,c){let{tokenValue:d}=e,g=e.getToken(),k;switch(g){case 241737:k=j(e,t),t&256&&u(e,85),e.getToken()===69271571&&u(e,84);break;default:k=G(e,t,o,2,0,1,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)}return g&143360&&e.getToken()===21?ct(e,t,r,o,i,a,d,k,g,l,s,n,c):(k=M(e,t,o,k,0,0,s,n,c),k=B(e,t,o,0,0,s,n,c,k),e.getToken()===18&&(k=te(e,t,o,0,s,n,c,k)),me(e,t,k,s,n,c))}function Ie(e,t,r,o,i,a,l,s){let n=[];for(h(e,t|8192,2162700);e.getToken()!==1074790415;)n.push(Le(e,t,r,o,2,{$:i}));return h(e,t|8192,1074790415),m(e,t,a,l,s,{type:"BlockStatement",body:n})}function _1(e,t,r,o,i,a){!(t&1048576)&&u(e,92),T(e,t|8192);let l=e.flags&1||e.getToken()&1048576?null:X(e,t,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return q(e,t|8192),m(e,t,o,i,a,{type:"ReturnStatement",argument:l})}function me(e,t,r,o,i,a){return q(e,t|8192),m(e,t,o,i,a,{type:"ExpressionStatement",expression:r})}function ct(e,t,r,o,i,a,l,s,n,c,d,g,k){Fe(e,t,0,n,1),j1(e,a,l),T(e,t|8192);let p=c&&!(t&256)&&t&64&&e.getToken()===86104?ie(e,t,J(r,2),o,i,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn):Ae(e,t,r,o,i,a,c,e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,d,g,k,{type:"LabeledStatement",label:s,body:p})}function _t(e,t,r,o,i,a,l,s,n,c){let{tokenValue:d}=e,g=e.getToken(),k=j(e,t);if(e.getToken()===21)return ct(e,t,r,o,i,a,d,k,g,1,s,n,c);let p=e.flags&1;if(!p){if(e.getToken()===86104)return l||u(e,123),ie(e,t,r,o,i,1,0,1,s,n,c);if(Ee(t,e.getToken()))return k=l1(e,t,o,1,s,n,c),e.getToken()===18&&(k=te(e,t,o,0,s,n,c,k)),me(e,t,k,s,n,c)}return e.getToken()===67174411?k=ft(e,t,o,k,1,1,0,p,s,n,c):(e.getToken()===10&&(qe(e,t,g),(g&36864)===36864&&(e.flags|=256),k=$e(e,t|524288,o,e.tokenValue,k,0,1,0,s,n,c)),e.assignable=1),k=M(e,t,o,k,0,0,s,n,c),k=B(e,t,o,0,0,s,n,c,k),e.assignable=1,e.getToken()===18&&(k=te(e,t,o,0,s,n,c,k)),me(e,t,k,s,n,c)}function ut(e,t,r,o,i,a,l){let s=e.startIndex;return o!==1074790417&&(e.assignable=2,r=M(e,t,void 0,r,0,0,i,a,l),e.getToken()!==1074790417&&(r=B(e,t,void 0,0,0,i,a,l,r),e.getToken()===18&&(r=te(e,t,void 0,0,i,a,l,r))),q(e,t|8192)),r.type==="Literal"&&typeof r.value=="string"?m(e,t,i,a,l,{type:"ExpressionStatement",expression:r,directive:e.source.slice(i+1,s-1)}):m(e,t,i,a,l,{type:"ExpressionStatement",expression:r})}function H1(e,t,r,o,i){return T(e,t|8192),m(e,t,r,o,i,{type:"EmptyStatement"})}function Q1(e,t,r,o,i,a){T(e,t|8192),e.flags&1&&u(e,90);let l=X(e,t,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return q(e,t|8192),m(e,t,o,i,a,{type:"ThrowStatement",argument:l})}function Y1(e,t,r,o,i,a,l,s){T(e,t),h(e,t|8192,67174411),e.assignable=1;let n=X(e,t,o,0,1,e.tokenIndex,e.line,e.tokenColumn);h(e,t|8192,16);let c=Ct(e,t,r,o,i,e.tokenIndex,e.tokenLine,e.tokenColumn),d=null;return e.getToken()===20563&&(T(e,t|8192),d=Ct(e,t,r,o,i,e.tokenIndex,e.tokenLine,e.tokenColumn)),m(e,t,a,l,s,{type:"IfStatement",test:n,consequent:c,alternate:d})}function Ct(e,t,r,o,i,a,l,s){return t&256||!(t&64)||e.getToken()!==86104?Ae(e,t,r,o,0,{$:i},0,e.tokenIndex,e.tokenLine,e.tokenColumn):ie(e,t,J(r,2),o,0,0,0,0,a,l,s)}function Z1(e,t,r,o,i,a,l,s){T(e,t),h(e,t|8192,67174411);let n=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);h(e,t,16),h(e,t,2162700);let c=[],d=0;for(r&&(r=J(r,8));e.getToken()!==1074790415;){let{tokenIndex:g,tokenLine:k,tokenColumn:p}=e,f=null,b=[];for(P(e,t|8192,20556)?f=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn):(h(e,t|8192,20561),d&&u(e,89),d=1),h(e,t|8192,21);e.getToken()!==20556&&e.getToken()!==1074790415&&e.getToken()!==20561;)b.push(Le(e,t|1024,r,o,2,{$:i}));c.push(m(e,t,g,k,p,{type:"SwitchCase",test:f,consequent:b}))}return h(e,t|8192,1074790415),m(e,t,a,l,s,{type:"SwitchStatement",discriminant:n,cases:c})}function e2(e,t,r,o,i,a,l,s){T(e,t),h(e,t|8192,67174411);let n=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);h(e,t|8192,16);let c=he(e,t,r,o,i);return m(e,t,a,l,s,{type:"WhileStatement",test:n,body:c})}function he(e,t,r,o,i){return Ae(e,(t|33554432)^33554432|32768,r,o,0,{loop:1,$:i},0,e.tokenIndex,e.tokenLine,e.tokenColumn)}function t2(e,t,r,o,i,a){!(t&32768)&&u(e,68),T(e,t);let l=null;if(!(e.flags&1)&&e.getToken()&143360){let{tokenValue:s}=e;l=j(e,t|8192),Gt(e,r,s,1)||u(e,138,s)}return q(e,t|8192),m(e,t,o,i,a,{type:"ContinueStatement",label:l})}function r2(e,t,r,o,i,a){T(e,t|8192);let l=null;if(!(e.flags&1)&&e.getToken()&143360){let{tokenValue:s}=e;l=j(e,t|8192),Gt(e,r,s,0)||u(e,138,s)}else!(t&33792)&&u(e,69);return q(e,t|8192),m(e,t,o,i,a,{type:"BreakStatement",label:l})}function o2(e,t,r,o,i,a,l,s){T(e,t),t&256&&u(e,91),h(e,t|8192,67174411);let n=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);h(e,t|8192,16);let c=Ae(e,t,r,o,2,i,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,a,l,s,{type:"WithStatement",object:n,body:c})}function a2(e,t,r,o,i){return T(e,t|8192),q(e,t|8192),m(e,t,r,o,i,{type:"DebuggerStatement"})}function i2(e,t,r,o,i,a,l,s){T(e,t|8192);let n=r?J(r,32):void 0,c=Ie(e,t,n,o,{$:i},e.tokenIndex,e.tokenLine,e.tokenColumn),{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=P(e,t|8192,20557)?l2(e,t,r,o,i,d,g,k):null,f=null;if(e.getToken()===20566){T(e,t|8192);let b=n?J(r,4):void 0;f=Ie(e,t,b,o,{$:i},e.tokenIndex,e.tokenLine,e.tokenColumn)}return!p&&!f&&u(e,88),m(e,t,a,l,s,{type:"TryStatement",block:c,handler:p,finalizer:f})}function l2(e,t,r,o,i,a,l,s){let n=null,c=r;P(e,t,67174411)&&(r&&(r=J(r,4)),n=c1(e,t,r,o,(e.getToken()&2097152)===2097152?256:512,0,e.tokenIndex,e.tokenLine,e.tokenColumn),e.getToken()===18?u(e,86):e.getToken()===1077936155&&u(e,87),h(e,t|8192,16)),r&&(c=J(r,64));let d=Ie(e,t,c,o,{$:i},e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,a,l,s,{type:"CatchClause",param:n,body:d})}function s2(e,t,r,o,i,a,l){r&&(r=J(r,2));let s=1475584;t=(t|s)^s|65536|524288|268435456|16777216;let{body:n}=Ie(e,t,r,o,{},i,a,l);return m(e,t,i,a,l,{type:"StaticBlock",body:n})}function n2(e,t,r,o,i,a,l,s){T(e,t|8192);let n=he(e,t,r,o,i);h(e,t,20578),h(e,t|8192,67174411);let c=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return h(e,t|8192,16),P(e,t|8192,1074790417),m(e,t,a,l,s,{type:"DoWhileStatement",body:n,test:c})}function c2(e,t,r,o,i,a,l,s){let{tokenValue:n}=e,c=e.getToken(),d=j(e,t);if(e.getToken()&2240512){let g=ke(e,t,r,o,8,0);return q(e,t|8192),m(e,t,a,l,s,{type:"VariableDeclaration",kind:"let",declarations:g})}if(e.assignable=1,t&256&&u(e,85),e.getToken()===21)return ct(e,t,r,o,i,{},n,d,c,0,a,l,s);if(e.getToken()===10){let g;t&16&&(g=Xe(e,t,n)),e.flags=(e.flags|128)^128,d=we(e,t,g,o,[d],0,a,l,s)}else d=M(e,t,o,d,0,0,a,l,s),d=B(e,t,o,0,0,a,l,s,d);return e.getToken()===18&&(d=te(e,t,o,0,a,l,s,d)),me(e,t,d,a,l,s)}function Ye(e,t,r,o,i,a,l,s,n){T(e,t);let c=ke(e,t,r,o,i,a);return q(e,t|8192),m(e,t,l,s,n,{type:"VariableDeclaration",kind:i&8?"let":"const",declarations:c})}function Ht(e,t,r,o,i,a,l,s){T(e,t);let n=ke(e,t,r,o,4,i);return q(e,t|8192),m(e,t,a,l,s,{type:"VariableDeclaration",kind:"var",declarations:n})}function ke(e,t,r,o,i,a){let l=1,s=[It(e,t,r,o,i,a)];for(;P(e,t,18);)l++,s.push(It(e,t,r,o,i,a));return l>1&&a&32&&e.getToken()&262144&&u(e,61,N[e.getToken()&255]),s}function It(e,t,r,o,i,a){let{tokenIndex:l,tokenLine:s,tokenColumn:n}=e,c=e.getToken(),d=null,g=c1(e,t,r,o,i,a,l,s,n);return e.getToken()===1077936155?(T(e,t|8192),d=F(e,t,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),(a&32||!(c&2097152))&&(e.getToken()===274548||e.getToken()===8673330&&(c&2097152||!(i&4)||t&256))&&K(l,s,n,e.index,e.line,e.column,60,e.getToken()===274548?"of":"in")):(i&16||(c&2097152)>0)&&(e.getToken()&262144)!==262144&&u(e,59,i&16?"const":"destructuring"),m(e,t,l,s,n,{type:"VariableDeclarator",id:g,init:d})}function u2(e,t,r,o,i,a,l,s){T(e,t);let n=((t&524288)>0||(t&512)>0&&(t&2048)>0)&&P(e,t,209006);h(e,t|8192,67174411),r&&(r=J(r,1));let c=null,d=null,g=0,k=null,p=e.getToken()===86088||e.getToken()===241737||e.getToken()===86090,f,{tokenIndex:b,tokenLine:C,tokenColumn:I}=e,S=e.getToken();if(p?S===241737?(k=j(e,t),e.getToken()&2240512?(e.getToken()===8673330?t&256&&u(e,67):k=m(e,t,b,C,I,{type:"VariableDeclaration",kind:"let",declarations:ke(e,t|33554432,r,o,8,32)}),e.assignable=1):t&256?u(e,67):(p=!1,e.assignable=1,k=M(e,t,o,k,0,0,b,C,I),e.getToken()===274548&&u(e,115))):(T(e,t),k=m(e,t,b,C,I,S===86088?{type:"VariableDeclaration",kind:"var",declarations:ke(e,t|33554432,r,o,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:ke(e,t|33554432,r,o,16,32)}),e.assignable=1):S===1074790417?n&&u(e,82):(S&2097152)===2097152?(k=S===2162700?_(e,t,void 0,o,1,0,0,2,32,b,C,I):W(e,t,void 0,o,1,0,0,2,32,b,C,I),g=e.destructible,g&64&&u(e,63),e.assignable=g&16?2:1,k=M(e,t|33554432,o,k,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn)):k=z(e,t|33554432,o,1,0,1,b,C,I),(e.getToken()&262144)===262144){if(e.getToken()===274548){e.assignable&2&&u(e,80,n?"await":"of"),Q(e,k),T(e,t|8192),f=F(e,t,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),h(e,t|8192,16);let L=he(e,t,r,o,i);return m(e,t,a,l,s,{type:"ForOfStatement",left:k,right:f,body:L,await:n})}e.assignable&2&&u(e,80,"in"),Q(e,k),T(e,t|8192),n&&u(e,82),f=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn),h(e,t|8192,16);let A=he(e,t,r,o,i);return m(e,t,a,l,s,{type:"ForInStatement",body:A,left:k,right:f})}n&&u(e,82),p||(g&8&&e.getToken()!==1077936155&&u(e,80,"loop"),k=B(e,t|33554432,o,0,0,b,C,I,k)),e.getToken()===18&&(k=te(e,t,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn,k)),h(e,t|8192,1074790417),e.getToken()!==1074790417&&(c=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),h(e,t|8192,1074790417),e.getToken()!==16&&(d=X(e,t,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),h(e,t|8192,16);let D=he(e,t,r,o,i);return m(e,t,a,l,s,{type:"ForStatement",init:k,test:c,update:d,body:D})}function Qt(e,t,r){return Ee(t,e.getToken())||u(e,118),(e.getToken()&537079808)===537079808&&u(e,119),r&&le(e,t,r,e.tokenValue,8,0),j(e,t)}function d2(e,t,r){let o=e.tokenIndex,i=e.tokenLine,a=e.tokenColumn;T(e,t);let l=null,{tokenIndex:s,tokenLine:n,tokenColumn:c}=e,d=[];if(e.getToken()===134283267)l=U(e,t);else{if(e.getToken()&143360){let k=Qt(e,t,r);if(d=[m(e,t,s,n,c,{type:"ImportDefaultSpecifier",local:k})],P(e,t,18))switch(e.getToken()){case 8391476:d.push(vt(e,t,r));break;case 2162700:St(e,t,r,d);break;default:u(e,107)}}else switch(e.getToken()){case 8391476:d=[vt(e,t,r)];break;case 2162700:St(e,t,r,d);break;case 67174411:return Zt(e,t,void 0,o,i,a);case 67108877:return Yt(e,t,o,i,a);default:u(e,30,N[e.getToken()&255])}l=p2(e,t)}let g={type:"ImportDeclaration",specifiers:d,source:l};return t&1&&(g.attributes=Ze(e,t,d)),q(e,t|8192),m(e,t,o,i,a,g)}function vt(e,t,r){let{tokenIndex:o,tokenLine:i,tokenColumn:a}=e;return T(e,t),h(e,t,77932),(e.getToken()&134217728)===134217728&&K(o,i,a,e.index,e.line,e.column,30,N[e.getToken()&255]),m(e,t,o,i,a,{type:"ImportNamespaceSpecifier",local:Qt(e,t,r)})}function p2(e,t){return h(e,t,12403),e.getToken()!==134283267&&u(e,105,"Import"),U(e,t)}function St(e,t,r,o){for(T(e,t);e.getToken()&143360||e.getToken()===134283267;){let{tokenValue:i,tokenIndex:a,tokenLine:l,tokenColumn:s}=e,n=e.getToken(),c=Ne(e,t),d;P(e,t,77932)?((e.getToken()&134217728)===134217728||e.getToken()===18?u(e,106):Fe(e,t,16,e.getToken(),0),i=e.tokenValue,d=j(e,t)):c.type==="Identifier"?(Fe(e,t,16,n,0),d=c):u(e,25,N[108]),r&&le(e,t,r,i,8,0),o.push(m(e,t,a,l,s,{type:"ImportSpecifier",local:d,imported:c})),e.getToken()!==1074790415&&h(e,t,18)}return h(e,t,1074790415),o}function Yt(e,t,r,o,i){let a=e1(e,t,m(e,t,r,o,i,{type:"Identifier",name:"import"}),r,o,i);return a=M(e,t,void 0,a,0,0,r,o,i),a=B(e,t,void 0,0,0,r,o,i,a),e.getToken()===18&&(a=te(e,t,void 0,0,r,o,i,a)),me(e,t,a,r,o,i)}function Zt(e,t,r,o,i,a){let l=t1(e,t,r,0,o,i,a);return l=M(e,t,r,l,0,0,o,i,a),e.getToken()===18&&(l=te(e,t,r,0,o,i,a,l)),me(e,t,l,o,i,a)}function k2(e,t,r){let o=e.tokenIndex,i=e.tokenLine,a=e.tokenColumn;T(e,t|8192);let l=[],s=null,n=null,c=null;if(P(e,t|8192,20561)){switch(e.getToken()){case 86104:{s=ie(e,t,r,void 0,4,1,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break}case 132:case 86094:s=et(e,t,r,void 0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{let{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;s=j(e,t);let{flags:f}=e;!(f&1)&&(e.getToken()===86104?s=ie(e,t,r,void 0,4,1,1,1,g,k,p):e.getToken()===67174411?(s=ft(e,t,void 0,s,1,1,0,f,g,k,p),s=M(e,t,void 0,s,0,0,g,k,p),s=B(e,t,void 0,0,0,g,k,p,s)):e.getToken()&143360&&(r&&(r=Xe(e,t,e.tokenValue)),s=j(e,t),s=we(e,t,r,void 0,[s],1,g,k,p)));break}default:s=F(e,t,void 0,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),q(e,t|8192)}return r&&se(e,"default"),m(e,t,o,i,a,{type:"ExportDefaultDeclaration",declaration:s})}switch(e.getToken()){case 8391476:{T(e,t);let g=null;P(e,t,77932)&&(r&&se(e,e.tokenValue),g=Ne(e,t)),h(e,t,12403),e.getToken()!==134283267&&u(e,105,"Export"),n=U(e,t);let k={type:"ExportAllDeclaration",source:n,exported:g};return t&1&&(k.attributes=Ze(e,t)),q(e,t|8192),m(e,t,o,i,a,k)}case 2162700:{T(e,t);let g=[],k=[],p=0;for(;e.getToken()&143360||e.getToken()===134283267;){let{tokenIndex:f,tokenValue:b,tokenLine:C,tokenColumn:I}=e,S=Ne(e,t);S.type==="Literal"&&(p=1);let D;e.getToken()===77932?(T(e,t),!(e.getToken()&143360)&&e.getToken()!==134283267&&u(e,106),r&&(g.push(e.tokenValue),k.push(b)),D=Ne(e,t)):(r&&(g.push(e.tokenValue),k.push(e.tokenValue)),D=S),l.push(m(e,t,f,C,I,{type:"ExportSpecifier",local:S,exported:D})),e.getToken()!==1074790415&&h(e,t,18)}h(e,t,1074790415),P(e,t,12403)?(e.getToken()!==134283267&&u(e,105,"Export"),n=U(e,t),t&1&&(c=Ze(e,t,l)),r&&g.forEach(f=>se(e,f))):(p&&u(e,172),r&&(g.forEach(f=>se(e,f)),k.forEach(f=>R1(e,f)))),q(e,t|8192);break}case 86094:s=et(e,t,r,void 0,2,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86104:s=ie(e,t,r,void 0,4,1,2,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 241737:s=Ye(e,t,r,void 0,8,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86090:s=Ye(e,t,r,void 0,16,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86088:s=Ht(e,t,r,void 0,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{let{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;if(T(e,t),(e.flags&1)===0&&e.getToken()===86104){s=ie(e,t,r,void 0,4,1,2,1,g,k,p);break}}default:u(e,30,N[e.getToken()&255])}let d={type:"ExportNamedDeclaration",declaration:s,specifiers:l,source:n};return c&&(d.attributes=c),m(e,t,o,i,a,d)}function F(e,t,r,o,i,a,l,s){let n=G(e,t,r,2,0,o,i,1,a,l,s);return n=M(e,t,r,n,i,0,a,l,s),B(e,t,r,i,0,a,l,s,n)}function te(e,t,r,o,i,a,l,s){let n=[s];for(;P(e,t|8192,18);)n.push(F(e,t,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn));return m(e,t,i,a,l,{type:"SequenceExpression",expressions:n})}function X(e,t,r,o,i,a,l,s){let n=F(e,t,r,i,o,a,l,s);return e.getToken()===18?te(e,t,r,o,a,l,s,n):n}function B(e,t,r,o,i,a,l,s,n){let c=e.getToken();if((c&4194304)===4194304){e.assignable&2&&u(e,26),(!i&&c===1077936155&&n.type==="ArrayExpression"||n.type==="ObjectExpression")&&Q(e,n),T(e,t|8192);let d=F(e,t,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,m(e,t,a,l,s,i?{type:"AssignmentPattern",left:n,right:d}:{type:"AssignmentExpression",left:n,operator:N[c&255],right:d})}return(c&8388608)===8388608&&(n=ae(e,t,r,o,a,l,s,4,c,n)),P(e,t|8192,22)&&(n=ne(e,t,r,n,a,l,s)),n}function De(e,t,r,o,i,a,l,s,n){let c=e.getToken();T(e,t|8192);let d=F(e,t,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return n=m(e,t,a,l,s,i?{type:"AssignmentPattern",left:n,right:d}:{type:"AssignmentExpression",left:n,operator:N[c&255],right:d}),e.assignable=2,n}function ne(e,t,r,o,i,a,l){let s=F(e,(t|33554432)^33554432,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);h(e,t|8192,21),e.assignable=1;let n=F(e,t,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,m(e,t,i,a,l,{type:"ConditionalExpression",test:o,consequent:s,alternate:n})}function ae(e,t,r,o,i,a,l,s,n,c){let d=-((t&33554432)>0)&8673330,g,k;for(e.assignable=2;e.getToken()&8388608&&(g=e.getToken(),k=g&3840,(g&524288&&n&268435456||n&524288&&g&268435456)&&u(e,165),!(k+((g===8391735)<<8)-((d===g)<<12)<=s));)T(e,t|8192),c=m(e,t,i,a,l,{type:g&524288||g&268435456?"LogicalExpression":"BinaryExpression",left:c,right:ae(e,t,r,o,e.tokenIndex,e.tokenLine,e.tokenColumn,k,g,z(e,t,r,0,o,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),operator:N[g&255]});return e.getToken()===1077936155&&u(e,26),c}function g2(e,t,r,o,i,a,l,s){o||u(e,0);let n=e.getToken();T(e,t|8192);let c=z(e,t,r,0,s,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.getToken()===8391735&&u(e,33),t&256&&n===16863276&&(c.type==="Identifier"?u(e,121):M1(c)&&u(e,127)),e.assignable=2,m(e,t,i,a,l,{type:"UnaryExpression",operator:N[n&255],argument:c,prefix:!0})}function m2(e,t,r,o,i,a,l,s,n,c){let d=e.getToken(),g=j(e,t),{flags:k}=e;if(!(k&1)){if(e.getToken()===86104)return o1(e,t,r,1,o,s,n,c);if(Ee(t,e.getToken()))return i||u(e,0),(e.getToken()&36864)===36864&&(e.flags|=256),l1(e,t,r,a,s,n,c)}return!l&&e.getToken()===67174411?ft(e,t,r,g,a,1,0,k,s,n,c):e.getToken()===10?(qe(e,t,d),l&&u(e,51),(d&36864)===36864&&(e.flags|=256),$e(e,t,r,e.tokenValue,g,l,a,0,s,n,c)):(e.assignable=1,g)}function f2(e,t,r,o,i,a,l,s){if(o&&(e.destructible|=256),t&262144){T(e,t|8192),t&2097152&&u(e,32),i||u(e,26),e.getToken()===22&&u(e,124);let n=null,c=!1;return e.flags&1?e.getToken()===8391476&&u(e,30,N[e.getToken()&255]):(c=P(e,t|8192,8391476),(e.getToken()&77824||c)&&(n=F(e,t,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn))),e.assignable=2,m(e,t,a,l,s,{type:"YieldExpression",argument:n,delegate:c})}return t&256&&u(e,97,"yield"),mt(e,t,r,a,l,s)}function y2(e,t,r,o,i,a,l,s){i&&(e.destructible|=128),t&268435456&&u(e,177);let n=mt(e,t,r,a,l,s);if(n.type==="ArrowFunctionExpression"||!(e.getToken()&65536))return t&524288&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,176),t&512&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,110),t&2097152&&t&524288&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,110),n;if(t&2097152&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,31),t&524288||t&512&&t&2048){o&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,0);let c=z(e,t,r,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.getToken()===8391735&&u(e,33),e.assignable=2,m(e,t,a,l,s,{type:"AwaitExpression",argument:c})}return t&512&&K(a,l,s,e.startIndex,e.startLine,e.startColumn,98),n}function Ke(e,t,r,o,i,a,l){let{tokenIndex:s,tokenLine:n,tokenColumn:c}=e;h(e,t|8192,2162700);let d=[];if(e.getToken()!==1074790415){for(;e.getToken()===134283267;){let{index:g,tokenIndex:k,tokenValue:p}=e,f=e.getToken(),b=U(e,t);qt(e,g,k,p)&&(t|=256,e.flags&128&&K(k,n,c,e.index,e.line,e.column,66),e.flags&64&&K(k,n,c,e.index,e.line,e.column,9),e.flags&4096&&K(k,n,c,e.index,e.line,e.column,15),l&&Ue(l)),d.push(ut(e,t,b,f,k,e.tokenLine,e.tokenColumn))}t&256&&(a&&((a&537079808)===537079808&&u(e,119),(a&36864)===36864&&u(e,40)),e.flags&512&&u(e,119),e.flags&256&&u(e,118))}for(e.flags=(e.flags|512|256|64|4096)^4928,e.destructible=(e.destructible|256)^256;e.getToken()!==1074790415;)d.push(Le(e,t,r,o,4,{}));return h(e,i&24?t|8192:t,1074790415),e.flags&=-4289,e.getToken()===1077936155&&u(e,26),m(e,t,s,n,c,{type:"BlockStatement",body:d})}function T2(e,t,r,o,i){switch(T(e,t),e.getToken()){case 67108990:u(e,167);case 67174411:{!(t&131072)&&u(e,28),e.assignable=2;break}case 69271571:case 67108877:{!(t&65536)&&u(e,29),e.assignable=1;break}default:u(e,30,"super")}return m(e,t,r,o,i,{type:"Super"})}function z(e,t,r,o,i,a,l,s,n){let c=G(e,t,r,2,0,o,i,a,l,s,n);return M(e,t,r,c,i,0,l,s,n)}function x2(e,t,r,o,i,a){e.assignable&2&&u(e,55);let l=e.getToken();return T(e,t),e.assignable=2,m(e,t,o,i,a,{type:"UpdateExpression",argument:r,operator:N[l&255],prefix:!1})}function M(e,t,r,o,i,a,l,s,n){if((e.getToken()&33619968)===33619968&&!(e.flags&1))o=x2(e,t,o,l,s,n);else if((e.getToken()&67108864)===67108864){switch(t=(t|33554432)^33554432,e.getToken()){case 67108877:{T(e,(t|67108864|2048)^2048),t&4096&&e.getToken()===130&&e.tokenValue==="super"&&u(e,173),e.assignable=1;let c=dt(e,t|16384,r);o=m(e,t,l,s,n,{type:"MemberExpression",object:o,computed:!1,property:c});break}case 69271571:{let c=!1;(e.flags&2048)===2048&&(c=!0,e.flags=(e.flags|2048)^2048),T(e,t|8192);let{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=X(e,t,r,i,1,d,g,k);h(e,t,20),e.assignable=1,o=m(e,t,l,s,n,{type:"MemberExpression",object:o,computed:!0,property:p}),c&&(e.flags|=2048);break}case 67174411:{if((e.flags&1024)===1024)return e.flags=(e.flags|1024)^1024,o;let c=!1;(e.flags&2048)===2048&&(c=!0,e.flags=(e.flags|2048)^2048);let d=gt(e,t,r,i);e.assignable=2,o=m(e,t,l,s,n,{type:"CallExpression",callee:o,arguments:d}),c&&(e.flags|=2048);break}case 67108990:{T(e,(t|67108864|2048)^2048),e.flags|=2048,e.assignable=2,o=b2(e,t,r,o,l,s,n);break}default:(e.flags&2048)===2048&&u(e,166),e.assignable=2,o=m(e,t,l,s,n,{type:"TaggedTemplateExpression",tag:o,quasi:e.getToken()===67174408?kt(e,t|16384,r):pt(e,t,e.tokenIndex,e.tokenLine,e.tokenColumn)})}o=M(e,t,r,o,0,1,l,s,n)}return a===0&&(e.flags&2048)===2048&&(e.flags=(e.flags|2048)^2048,o=m(e,t,l,s,n,{type:"ChainExpression",expression:o})),o}function b2(e,t,r,o,i,a,l){let s=!1,n;if((e.getToken()===69271571||e.getToken()===67174411)&&(e.flags&2048)===2048&&(s=!0,e.flags=(e.flags|2048)^2048),e.getToken()===69271571){T(e,t|8192);let{tokenIndex:c,tokenLine:d,tokenColumn:g}=e,k=X(e,t,r,0,1,c,d,g);h(e,t,20),e.assignable=2,n=m(e,t,i,a,l,{type:"MemberExpression",object:o,computed:!0,optional:!0,property:k})}else if(e.getToken()===67174411){let c=gt(e,t,r,0);e.assignable=2,n=m(e,t,i,a,l,{type:"CallExpression",callee:o,arguments:c,optional:!0})}else{let c=dt(e,t,r);e.assignable=2,n=m(e,t,i,a,l,{type:"MemberExpression",object:o,computed:!1,optional:!0,property:c})}return s&&(e.flags|=2048),n}function dt(e,t,r){return!(e.getToken()&143360)&&e.getToken()!==-2147483528&&e.getToken()!==-2147483527&&e.getToken()!==130&&u(e,160),e.getToken()===130?Re(e,t,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn):j(e,t)}function h2(e,t,r,o,i,a,l,s){o&&u(e,56),i||u(e,0);let n=e.getToken();T(e,t|8192);let c=z(e,t,r,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable&2&&u(e,55),e.assignable=2,m(e,t,a,l,s,{type:"UpdateExpression",argument:c,operator:N[n&255],prefix:!0})}function G(e,t,r,o,i,a,l,s,n,c,d){if((e.getToken()&143360)===143360){switch(e.getToken()){case 209006:return y2(e,t,r,i,l,n,c,d);case 241771:return f2(e,t,r,l,a,n,c,d);case 209005:return m2(e,t,r,l,s,a,i,n,c,d)}let{tokenValue:g}=e,k=e.getToken(),p=j(e,t|16384);return e.getToken()===10?(s||u(e,0),qe(e,t,k),(k&36864)===36864&&(e.flags|=256),$e(e,t,r,g,p,i,a,0,n,c,d)):(t&4096&&!(t&8388608)&&!(t&2097152)&&e.tokenValue==="arguments"&&u(e,130),(k&255)===73&&(t&256&&u(e,113),o&24&&u(e,100)),e.assignable=t&256&&(k&537079808)===537079808?2:1,p)}if((e.getToken()&134217728)===134217728)return U(e,t);switch(e.getToken()){case 33619993:case 33619994:return h2(e,t,r,i,s,n,c,d);case 16863276:case 16842798:case 16842799:case 25233968:case 25233969:case 16863275:case 16863277:return g2(e,t,r,s,n,c,d,l);case 86104:return o1(e,t,r,0,l,n,c,d);case 2162700:return P2(e,t,r,a?0:1,l,n,c,d);case 69271571:return w2(e,t,r,a?0:1,l,n,c,d);case 67174411:return V2(e,t|16384,r,a,1,0,n,c,d);case 86021:case 86022:case 86023:return L2(e,t,n,c,d);case 86111:return A2(e,t);case 65540:return j2(e,t,n,c,d);case 132:case 86094:return O2(e,t,r,l,n,c,d);case 86109:return T2(e,t,n,c,d);case 67174409:return pt(e,t,n,c,d);case 67174408:return kt(e,t,r);case 86107:return N2(e,t,r,l,n,c,d);case 134283388:return r1(e,t,n,c,d);case 130:return Re(e,t,r,0,n,c,d);case 86106:return C2(e,t,r,i,l,n,c,d);case 8456256:if(t&8)return ze(e,t,r,0,n,c,d);default:if(Ee(t,e.getToken()))return mt(e,t,r,n,c,d);u(e,30,N[e.getToken()&255])}}function C2(e,t,r,o,i,a,l,s){let n=j(e,t);return e.getToken()===67108877?e1(e,t,n,a,l,s):(o&&u(e,142),n=t1(e,t,r,i,a,l,s),e.assignable=2,M(e,t,r,n,i,0,a,l,s))}function e1(e,t,r,o,i,a){!(t&512)&&u(e,169),T(e,t);let l=e.getToken();return l!==209030&&e.tokenValue!=="meta"?u(e,174):l&-2147483648&&u(e,175),e.assignable=2,m(e,t,o,i,a,{type:"MetaProperty",meta:r,property:j(e,t)})}function t1(e,t,r,o,i,a,l){h(e,t|8192,67174411),e.getToken()===14&&u(e,143);let s={type:"ImportExpression",source:F(e,t,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)};if(t&1){let n=null;if(e.getToken()===18&&(h(e,t,18),e.getToken()!==16)){let c=(t|33554432)^33554432;n=F(e,c,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)}s.options=n,P(e,t,18)}return h(e,t,16),m(e,t,i,a,l,s)}function Ze(e,t,r=null){if(!P(e,t,20579))return[];h(e,t,2162700);let o=[],i=new Set;for(;e.getToken()!==1074790415;){let a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn,n=v2(e,t);h(e,t,21);let c=I2(e,t),d=n.type==="Literal"?n.value:n.name;d==="type"&&c.value==="json"&&(r===null||r.length===1&&(r[0].type==="ImportDefaultSpecifier"||r[0].type==="ImportNamespaceSpecifier"||r[0].type==="ImportSpecifier"&&r[0].imported.type==="Identifier"&&r[0].imported.name==="default"||r[0].type==="ExportSpecifier"&&r[0].local.type==="Identifier"&&r[0].local.name==="default")||u(e,140)),i.has(d)&&u(e,145,`${d}`),i.add(d),o.push(m(e,t,a,l,s,{type:"ImportAttribute",key:n,value:c})),e.getToken()!==1074790415&&h(e,t,18)}return h(e,t,1074790415),o}function I2(e,t){if(e.getToken()===134283267)return U(e,t);u(e,30,N[e.getToken()&255])}function v2(e,t){if(e.getToken()===134283267)return U(e,t);if(e.getToken()&143360)return j(e,t);u(e,30,N[e.getToken()&255])}function S2(e,t){let r=t.length;for(let o=0;o<r;o++){let i=t.charCodeAt(o);(i&64512)===55296&&(i>56319||++o>=r||(t.charCodeAt(o)&64512)!==56320)&&u(e,171,JSON.stringify(t.charAt(o--)))}}function Ne(e,t){if(e.getToken()===134283267)return S2(e,e.tokenValue),U(e,t);if(e.getToken()&143360)return j(e,t);u(e,30,N[e.getToken()&255])}function r1(e,t,r,o,i){let{tokenRaw:a,tokenValue:l}=e;return T(e,t),e.assignable=2,m(e,t,r,o,i,t&128?{type:"Literal",value:l,bigint:a.slice(0,-1),raw:a}:{type:"Literal",value:l,bigint:a.slice(0,-1)})}function pt(e,t,r,o,i){e.assignable=2;let{tokenValue:a,tokenRaw:l,tokenIndex:s,tokenLine:n,tokenColumn:c}=e;h(e,t,67174409);let d=[Me(e,t,a,l,s,n,c,!0)];return m(e,t,r,o,i,{type:"TemplateLiteral",expressions:[],quasis:d})}function kt(e,t,r){t=(t|33554432)^33554432;let{tokenValue:o,tokenRaw:i,tokenIndex:a,tokenLine:l,tokenColumn:s}=e;h(e,t&-16385|8192,67174408);let n=[Me(e,t,o,i,a,l,s,!1)],c=[X(e,t&-16385,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)];for(e.getToken()!==1074790415&&u(e,83);e.setToken(L1(e,t),!0)!==67174409;){let{tokenValue:d,tokenRaw:g,tokenIndex:k,tokenLine:p,tokenColumn:f}=e;h(e,t&-16385|8192,67174408),n.push(Me(e,t,d,g,k,p,f,!1)),c.push(X(e,t,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),e.getToken()!==1074790415&&u(e,83)}{let{tokenValue:d,tokenRaw:g,tokenIndex:k,tokenLine:p,tokenColumn:f}=e;h(e,t,67174409),n.push(Me(e,t,d,g,k,p,f,!0))}return m(e,t,a,l,s,{type:"TemplateLiteral",expressions:c,quasis:n})}function Me(e,t,r,o,i,a,l,s){let n=m(e,t,i,a,l,{type:"TemplateElement",value:{cooked:r,raw:o},tail:s}),c=s?1:2;return t&2&&(n.start+=1,n.range[0]+=1,n.end-=c,n.range[1]-=c),t&4&&(n.loc.start.column+=1,n.loc.end.column-=c),n}function E2(e,t,r,o,i,a){t=(t|33554432)^33554432,h(e,t|8192,14);let l=F(e,t,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=1,m(e,t,o,i,a,{type:"SpreadElement",argument:l})}function gt(e,t,r,o){T(e,t|8192);let i=[];if(e.getToken()===16)return T(e,t|16384),i;for(;e.getToken()!==16&&(e.getToken()===14?i.push(E2(e,t,r,e.tokenIndex,e.tokenLine,e.tokenColumn)):i.push(F(e,t,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)),!(e.getToken()!==18||(T(e,t|8192),e.getToken()===16))););return h(e,t|16384,16),i}function j(e,t){let{tokenValue:r,tokenIndex:o,tokenLine:i,tokenColumn:a}=e,l=r==="await"&&(e.getToken()&-2147483648)===0;return T(e,t|(l?8192:0)),m(e,t,o,i,a,{type:"Identifier",name:r})}function U(e,t){let{tokenValue:r,tokenRaw:o,tokenIndex:i,tokenLine:a,tokenColumn:l}=e;return e.getToken()===134283388?r1(e,t,i,a,l):(T(e,t),e.assignable=2,m(e,t,i,a,l,t&128?{type:"Literal",value:r,raw:o}:{type:"Literal",value:r}))}function L2(e,t,r,o,i){let a=N[e.getToken()&255],l=e.getToken()===86023?null:a==="true";return T(e,t),e.assignable=2,m(e,t,r,o,i,t&128?{type:"Literal",value:l,raw:a}:{type:"Literal",value:l})}function A2(e,t){let{tokenIndex:r,tokenLine:o,tokenColumn:i}=e;return T(e,t),e.assignable=2,m(e,t,r,o,i,{type:"ThisExpression"})}function ie(e,t,r,o,i,a,l,s,n,c,d){T(e,t|8192);let g=a?nt(e,t,8391476):0,k=null,p,f=r?de():void 0;if(e.getToken()===67174411)!(l&1)&&u(e,39,"Function");else{let D=i&4&&(!(t&2048)||!(t&512))?4:64|(s?1024:0)|(g?1024:0);Kt(e,t,e.getToken()),r&&(D&4?zt(e,t,r,e.tokenValue,D):le(e,t,r,e.tokenValue,D,i),f=J(f,256),l&&l&2&&se(e,e.tokenValue)),p=e.getToken(),e.getToken()&143360?k=j(e,t):u(e,30,N[e.getToken()&255])}let b=7274496;t=(t|b)^b|16777216|(s?524288:0)|(g?262144:0)|(g?0:67108864),r&&(f=J(f,512));let C=i1(e,(t|2097152)&-268435457,f,o,0,1),I=268471296,S=Ke(e,(t|I)^I|8388608|1048576,r?J(f,128):f,o,8,p,f?.scopeError);return m(e,t,n,c,d,{type:"FunctionDeclaration",id:k,params:C,body:S,async:s===1,generator:g===1})}function o1(e,t,r,o,i,a,l,s){T(e,t|8192);let n=nt(e,t,8391476),c=(o?524288:0)|(n?262144:0),d=null,g,k=t&16?de():void 0,p=275709952;e.getToken()&143360&&(Kt(e,(t|p)^p|c,e.getToken()),k&&(k=J(k,256)),g=e.getToken(),d=j(e,t)),t=(t|p)^p|16777216|c|(n?0:67108864),k&&(k=J(k,512));let f=i1(e,(t|2097152)&-268435457,k,r,i,1),b=Ke(e,t&-33594369|8388608|1048576,k&&J(k,128),r,0,g,k?.scopeError);return e.assignable=2,m(e,t,a,l,s,{type:"FunctionExpression",id:d,params:f,body:b,async:o===1,generator:n===1})}function w2(e,t,r,o,i,a,l,s){let n=W(e,t,void 0,r,o,i,0,2,0,a,l,s);return e.destructible&64&&u(e,63),e.destructible&8&&u(e,62),n}function W(e,t,r,o,i,a,l,s,n,c,d,g){T(e,t|8192);let k=[],p=0;for(t=(t|33554432)^33554432;e.getToken()!==20;)if(P(e,t|8192,18))k.push(null);else{let b,{tokenIndex:C,tokenLine:I,tokenColumn:S,tokenValue:D}=e,A=e.getToken();if(A&143360)if(b=G(e,t,o,s,0,1,a,1,C,I,S),e.getToken()===1077936155){e.assignable&2&&u(e,26),T(e,t|8192),r&&ee(e,t,r,D,s,n);let L=F(e,t,o,1,a,e.tokenIndex,e.tokenLine,e.tokenColumn);b=m(e,t,C,I,S,l?{type:"AssignmentPattern",left:b,right:L}:{type:"AssignmentExpression",operator:"=",left:b,right:L}),p|=e.destructible&256?256:0|e.destructible&128?128:0}else e.getToken()===18||e.getToken()===20?(e.assignable&2?p|=16:r&&ee(e,t,r,D,s,n),p|=e.destructible&256?256:0|e.destructible&128?128:0):(p|=s&1?32:s&2?0:16,b=M(e,t,o,b,a,0,C,I,S),e.getToken()!==18&&e.getToken()!==20?(e.getToken()!==1077936155&&(p|=16),b=B(e,t,o,a,l,C,I,S,b)):e.getToken()!==1077936155&&(p|=e.assignable&2?16:32));else A&2097152?(b=e.getToken()===2162700?_(e,t,r,o,0,a,l,s,n,C,I,S):W(e,t,r,o,0,a,l,s,n,C,I,S),p|=e.destructible,e.assignable=e.destructible&16?2:1,e.getToken()===18||e.getToken()===20?e.assignable&2&&(p|=16):e.destructible&8?u(e,71):(b=M(e,t,o,b,a,0,C,I,S),p=e.assignable&2?16:0,e.getToken()!==18&&e.getToken()!==20?b=B(e,t,o,a,l,C,I,S,b):e.getToken()!==1077936155&&(p|=e.assignable&2?16:32))):A===14?(b=fe(e,t,r,o,20,s,n,0,a,l,C,I,S),p|=e.destructible,e.getToken()!==18&&e.getToken()!==20&&u(e,30,N[e.getToken()&255])):(b=z(e,t,o,1,0,1,C,I,S),e.getToken()!==18&&e.getToken()!==20?(b=B(e,t,o,a,l,C,I,S,b),!(s&3)&&A===67174411&&(p|=16)):e.assignable&2?p|=16:A===67174411&&(p|=e.assignable&1&&s&3?32:16));if(k.push(b),P(e,t|8192,18)){if(e.getToken()===20)break}else break}h(e,t,20);let f=m(e,t,c,d,g,{type:l?"ArrayPattern":"ArrayExpression",elements:k});return!i&&e.getToken()&4194304?a1(e,t,o,p,a,l,c,d,g,f):(e.destructible=p,f)}function a1(e,t,r,o,i,a,l,s,n,c){e.getToken()!==1077936155&&u(e,26),T(e,t|8192),o&16&&u(e,26),a||Q(e,c);let{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=F(e,t,r,1,i,d,g,k);return e.destructible=(o|64|8)^72|(e.destructible&128?128:0)|(e.destructible&256?256:0),m(e,t,l,s,n,a?{type:"AssignmentPattern",left:c,right:p}:{type:"AssignmentExpression",left:c,operator:"=",right:p})}function fe(e,t,r,o,i,a,l,s,n,c,d,g,k){T(e,t|8192);let p=null,f=0,{tokenValue:b,tokenIndex:C,tokenLine:I,tokenColumn:S}=e,D=e.getToken();if(D&143360)e.assignable=1,p=G(e,t,o,a,0,1,n,1,C,I,S),D=e.getToken(),p=M(e,t,o,p,n,0,C,I,S),e.getToken()!==18&&e.getToken()!==i&&(e.assignable&2&&e.getToken()===1077936155&&u(e,71),f|=16,p=B(e,t,o,n,c,C,I,S,p)),e.assignable&2?f|=16:D===i||D===18?r&&ee(e,t,r,b,a,l):f|=32,f|=e.destructible&128?128:0;else if(D===i)u(e,41);else if(D&2097152)p=e.getToken()===2162700?_(e,t,r,o,1,n,c,a,l,C,I,S):W(e,t,r,o,1,n,c,a,l,C,I,S),D=e.getToken(),D!==1077936155&&D!==i&&D!==18?(e.destructible&8&&u(e,71),p=M(e,t,o,p,n,0,C,I,S),f|=e.assignable&2?16:0,(e.getToken()&4194304)===4194304?(e.getToken()!==1077936155&&(f|=16),p=B(e,t,o,n,c,C,I,S,p)):((e.getToken()&8388608)===8388608&&(p=ae(e,t,o,1,C,I,S,4,D,p)),P(e,t|8192,22)&&(p=ne(e,t,o,p,C,I,S)),f|=e.assignable&2?16:32)):f|=i===1074790415&&D!==1077936155?16:e.destructible;else{f|=32,p=z(e,t,o,1,n,1,e.tokenIndex,e.tokenLine,e.tokenColumn);let{tokenIndex:A,tokenLine:L,tokenColumn:O}=e,x=e.getToken();return x===1077936155?(e.assignable&2&&u(e,26),p=B(e,t,o,n,c,A,L,O,p),f|=16):(x===18?f|=16:x!==i&&(p=B(e,t,o,n,c,A,L,O,p)),f|=e.assignable&1?32:16),e.destructible=f,e.getToken()!==i&&e.getToken()!==18&&u(e,161),m(e,t,d,g,k,{type:c?"RestElement":"SpreadElement",argument:p})}if(e.getToken()!==i)if(a&1&&(f|=s?16:32),P(e,t|8192,1077936155)){f&16&&u(e,26),Q(e,p);let A=F(e,t,o,1,n,e.tokenIndex,e.tokenLine,e.tokenColumn);p=m(e,t,C,I,S,c?{type:"AssignmentPattern",left:p,right:A}:{type:"AssignmentExpression",left:p,operator:"=",right:A}),f=16}else f|=16;return e.destructible=f,m(e,t,d,g,k,{type:c?"RestElement":"SpreadElement",argument:p})}function H(e,t,r,o,i,a,l,s){var n;let c=2883584|(o&64?0:4325376);t=(t|c)^c|(o&8?262144:0)|(o&16?524288:0)|(o&64?4194304:0)|65536|8388608|16777216;let d=t&16?J(de(),512):void 0,g=D2(e,(t|2097152)&-268435457,d,r,o,1,i);d&&(d=J(d,128));let k=Ke(e,t&-301992961|8388608|1048576,d,r,0,void 0,(n=d?.parent)==null?void 0:n.scopeError);return m(e,t,a,l,s,{type:"FunctionExpression",params:g,body:k,async:(o&16)>0,generator:(o&8)>0,id:null})}function P2(e,t,r,o,i,a,l,s){let n=_(e,t,void 0,r,o,i,0,2,0,a,l,s);return e.destructible&64&&u(e,63),e.destructible&8&&u(e,62),n}function _(e,t,r,o,i,a,l,s,n,c,d,g){T(e,t);let k=[],p=0,f=0;for(t=(t|33554432)^33554432;e.getToken()!==1074790415;){let{tokenValue:C,tokenLine:I,tokenColumn:S,tokenIndex:D}=e,A=e.getToken();if(A===14)k.push(fe(e,t,r,o,1074790415,s,n,0,a,l,D,I,S));else{let L=0,O=null,x;if(e.getToken()&143360||e.getToken()===-2147483528||e.getToken()===-2147483527)if(e.getToken()===-2147483527&&(p|=16),O=j(e,t),e.getToken()===18||e.getToken()===1074790415||e.getToken()===1077936155)if(L|=4,t&256&&(A&537079808)===537079808?p|=16:Fe(e,t,s,A,0),r&&ee(e,t,r,C,s,n),P(e,t|8192,1077936155)){p|=8;let v=F(e,t,o,1,a,e.tokenIndex,e.tokenLine,e.tokenColumn);p|=e.destructible&256?256:0|e.destructible&128?128:0,x=m(e,t,D,I,S,{type:"AssignmentPattern",left:t&134217728?Object.assign({},O):O,right:v})}else p|=(A===209006?128:0)|(A===-2147483528?16:0),x=t&134217728?Object.assign({},O):O;else if(P(e,t|8192,21)){let{tokenIndex:v,tokenLine:E,tokenColumn:w}=e;if(C==="__proto__"&&f++,e.getToken()&143360){let ye=e.getToken(),re=e.tokenValue;x=G(e,t,o,s,0,1,a,1,v,E,w);let Y=e.getToken();x=M(e,t,o,x,a,0,v,E,w),e.getToken()===18||e.getToken()===1074790415?Y===1077936155||Y===1074790415||Y===18?(p|=e.destructible&128?128:0,e.assignable&2?p|=16:r&&(ye&143360)===143360&&ee(e,t,r,re,s,n)):p|=e.assignable&1?32:16:(e.getToken()&4194304)===4194304?(e.assignable&2?p|=16:Y!==1077936155?p|=32:r&&ee(e,t,r,re,s,n),x=B(e,t,o,a,l,v,E,w,x)):(p|=16,(e.getToken()&8388608)===8388608&&(x=ae(e,t,o,1,v,E,w,4,Y,x)),P(e,t|8192,22)&&(x=ne(e,t,o,x,v,E,w)))}else(e.getToken()&2097152)===2097152?(x=e.getToken()===69271571?W(e,t,r,o,0,a,l,s,n,v,E,w):_(e,t,r,o,0,a,l,s,n,v,E,w),p=e.destructible,e.assignable=p&16?2:1,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):e.destructible&8?u(e,71):(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&2?16:0,(e.getToken()&4194304)===4194304?x=De(e,t,o,a,l,v,E,w,x):((e.getToken()&8388608)===8388608&&(x=ae(e,t,o,1,v,E,w,4,A,x)),P(e,t|8192,22)&&(x=ne(e,t,o,x,v,E,w)),p|=e.assignable&2?16:32))):(x=z(e,t,o,1,a,1,v,E,w),p|=e.assignable&1?32:16,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&2?16:0,e.getToken()!==18&&A!==1074790415&&(e.getToken()!==1077936155&&(p|=16),x=B(e,t,o,a,l,v,E,w,x))))}else e.getToken()===69271571?(p|=16,A===209005&&(L|=16),L|=(A===12400?256:A===12401?512:1)|2,O=pe(e,t,o,a),p|=e.assignable,x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):e.getToken()&143360?(p|=16,A===-2147483528&&u(e,95),A===209005?(e.flags&1&&u(e,132),L|=17):A===12400?L|=256:A===12401?L|=512:u(e,0),O=j(e,t),x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):e.getToken()===67174411?(p|=16,L|=1,x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):e.getToken()===8391476?(p|=16,A===12400?u(e,42):A===12401?u(e,43):A!==209005&&u(e,30,N[52]),T(e,t),L|=9|(A===209005?16:0),e.getToken()&143360?O=j(e,t):(e.getToken()&134217728)===134217728?O=U(e,t):e.getToken()===69271571?(L|=2,O=pe(e,t,o,a),p|=e.assignable):u(e,30,N[e.getToken()&255]),x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):(e.getToken()&134217728)===134217728?(A===209005&&(L|=16),L|=A===12400?256:A===12401?512:1,p|=16,O=U(e,t),x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):u(e,133);else if((e.getToken()&134217728)===134217728)if(O=U(e,t),e.getToken()===21){h(e,t|8192,21);let{tokenIndex:v,tokenLine:E,tokenColumn:w}=e;if(C==="__proto__"&&f++,e.getToken()&143360){x=G(e,t,o,s,0,1,a,1,v,E,w);let{tokenValue:ye}=e,re=e.getToken();x=M(e,t,o,x,a,0,v,E,w),e.getToken()===18||e.getToken()===1074790415?re===1077936155||re===1074790415||re===18?e.assignable&2?p|=16:r&&ee(e,t,r,ye,s,n):p|=e.assignable&1?32:16:e.getToken()===1077936155?(e.assignable&2&&(p|=16),x=B(e,t,o,a,l,v,E,w,x)):(p|=16,x=B(e,t,o,a,l,v,E,w,x))}else(e.getToken()&2097152)===2097152?(x=e.getToken()===69271571?W(e,t,r,o,0,a,l,s,n,v,E,w):_(e,t,r,o,0,a,l,s,n,v,E,w),p=e.destructible,e.assignable=p&16?2:1,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):(e.destructible&8)!==8&&(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&2?16:0,(e.getToken()&4194304)===4194304?x=De(e,t,o,a,l,v,E,w,x):((e.getToken()&8388608)===8388608&&(x=ae(e,t,o,1,v,E,w,4,A,x)),P(e,t|8192,22)&&(x=ne(e,t,o,x,v,E,w)),p|=e.assignable&2?16:32))):(x=z(e,t,o,1,0,1,v,E,w),p|=e.assignable&1?32:16,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&1?0:16,e.getToken()!==18&&e.getToken()!==1074790415&&(e.getToken()!==1077936155&&(p|=16),x=B(e,t,o,a,l,v,E,w,x))))}else e.getToken()===67174411?(L|=1,x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn),p=e.assignable|16):u(e,134);else if(e.getToken()===69271571)if(O=pe(e,t,o,a),p|=e.destructible&256?256:0,L|=2,e.getToken()===21){T(e,t|8192);let{tokenIndex:v,tokenLine:E,tokenColumn:w,tokenValue:ye}=e,re=e.getToken();if(e.getToken()&143360){x=G(e,t,o,s,0,1,a,1,v,E,w);let Y=e.getToken();x=M(e,t,o,x,a,0,v,E,w),(e.getToken()&4194304)===4194304?(p|=e.assignable&2?16:Y===1077936155?0:32,x=De(e,t,o,a,l,v,E,w,x)):e.getToken()===18||e.getToken()===1074790415?Y===1077936155||Y===1074790415||Y===18?e.assignable&2?p|=16:r&&(re&143360)===143360&&ee(e,t,r,ye,s,n):p|=e.assignable&1?32:16:(p|=16,x=B(e,t,o,a,l,v,E,w,x))}else(e.getToken()&2097152)===2097152?(x=e.getToken()===69271571?W(e,t,r,o,0,a,l,s,n,v,E,w):_(e,t,r,o,0,a,l,s,n,v,E,w),p=e.destructible,e.assignable=p&16?2:1,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):p&8?u(e,62):(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&2?p|16:0,(e.getToken()&4194304)===4194304?(e.getToken()!==1077936155&&(p|=16),x=De(e,t,o,a,l,v,E,w,x)):((e.getToken()&8388608)===8388608&&(x=ae(e,t,o,1,v,E,w,4,A,x)),P(e,t|8192,22)&&(x=ne(e,t,o,x,v,E,w)),p|=e.assignable&2?16:32))):(x=z(e,t,o,1,0,1,v,E,w),p|=e.assignable&1?32:16,e.getToken()===18||e.getToken()===1074790415?e.assignable&2&&(p|=16):(x=M(e,t,o,x,a,0,v,E,w),p=e.assignable&1?0:16,e.getToken()!==18&&e.getToken()!==1074790415&&(e.getToken()!==1077936155&&(p|=16),x=B(e,t,o,a,l,v,E,w,x))))}else e.getToken()===67174411?(L|=1,x=H(e,t,o,L,a,e.tokenIndex,I,S),p=16):u(e,44);else if(A===8391476)if(h(e,t|8192,8391476),L|=8,e.getToken()&143360){let v=e.getToken();O=j(e,t),L|=1,e.getToken()===67174411?(p|=16,x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):K(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,v===209005?46:v===12400||e.getToken()===12401?45:47,N[v&255])}else(e.getToken()&134217728)===134217728?(p|=16,O=U(e,t),L|=1,x=H(e,t,o,L,a,D,I,S)):e.getToken()===69271571?(p|=16,L|=3,O=pe(e,t,o,a),x=H(e,t,o,L,a,e.tokenIndex,e.tokenLine,e.tokenColumn)):u(e,126);else u(e,30,N[A&255]);p|=e.destructible&128?128:0,e.destructible=p,k.push(m(e,t,D,I,S,{type:"Property",key:O,value:x,kind:L&768?L&512?"set":"get":"init",computed:(L&2)>0,method:(L&1)>0,shorthand:(L&4)>0}))}if(p|=e.destructible,e.getToken()!==18)break;T(e,t)}h(e,t,1074790415),f>1&&(p|=64);let b=m(e,t,c,d,g,{type:l?"ObjectPattern":"ObjectExpression",properties:k});return!i&&e.getToken()&4194304?a1(e,t,o,p,a,l,c,d,g,b):(e.destructible=p,b)}function D2(e,t,r,o,i,a,l){h(e,t,67174411);let s=[];if(e.flags=(e.flags|128)^128,e.getToken()===16)return i&512&&u(e,37,"Setter","one",""),T(e,t),s;i&256&&u(e,37,"Getter","no","s"),i&512&&e.getToken()===14&&u(e,38),t=(t|33554432)^33554432;let n=0,c=0;for(;e.getToken()!==18;){let d=null,{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;if(e.getToken()&143360?(!(t&256)&&((e.getToken()&36864)===36864&&(e.flags|=256),(e.getToken()&537079808)===537079808&&(e.flags|=512)),d=yt(e,t,r,i|1,0,g,k,p)):(e.getToken()===2162700?d=_(e,t,r,o,1,l,1,a,0,g,k,p):e.getToken()===69271571?d=W(e,t,r,o,1,l,1,a,0,g,k,p):e.getToken()===14&&(d=fe(e,t,r,o,16,a,0,0,l,1,g,k,p)),c=1,e.destructible&48&&u(e,50)),e.getToken()===1077936155){T(e,t|8192),c=1;let f=F(e,t,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);d=m(e,t,g,k,p,{type:"AssignmentPattern",left:d,right:f})}if(n++,s.push(d),!P(e,t,18)||e.getToken()===16)break}return i&512&&n!==1&&u(e,37,"Setter","one",""),r&&r.scopeError&&Ue(r.scopeError),c&&(e.flags|=128),h(e,t,16),s}function pe(e,t,r,o){T(e,t|8192);let i=F(e,(t|33554432)^33554432,r,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return h(e,t,20),i}function V2(e,t,r,o,i,a,l,s,n){e.flags=(e.flags|128)^128;let{tokenIndex:c,tokenLine:d,tokenColumn:g}=e;T(e,t|8192|67108864);let k=t&16?J(de(),1024):void 0;if(t=(t|33554432)^33554432,P(e,t,16))return Je(e,t,k,r,[],o,0,l,s,n);let p=0;e.destructible&=-385;let f,b=[],C=0,I=0,S=0,{tokenIndex:D,tokenLine:A,tokenColumn:L}=e;for(e.assignable=1;e.getToken()!==16;){let{tokenIndex:O,tokenLine:x,tokenColumn:v}=e,E=e.getToken();if(E&143360)k&&le(e,t,k,e.tokenValue,1,0),(E&537079808)===537079808?I=1:(E&36864)===36864&&(S=1),f=G(e,t,r,i,0,1,1,1,O,x,v),e.getToken()===16||e.getToken()===18?e.assignable&2&&(p|=16,I=1):(e.getToken()===1077936155?I=1:p|=16,f=M(e,t,r,f,1,0,O,x,v),e.getToken()!==16&&e.getToken()!==18&&(f=B(e,t,r,1,0,O,x,v,f)));else if((E&2097152)===2097152)f=E===2162700?_(e,t|67108864,k,r,0,1,0,i,a,O,x,v):W(e,t|67108864,k,r,0,1,0,i,a,O,x,v),p|=e.destructible,I=1,e.assignable=2,e.getToken()!==16&&e.getToken()!==18&&(p&8&&u(e,122),f=M(e,t,r,f,0,0,O,x,v),p|=16,e.getToken()!==16&&e.getToken()!==18&&(f=B(e,t,r,0,0,O,x,v,f)));else if(E===14){f=fe(e,t,k,r,16,i,a,0,1,0,O,x,v),e.destructible&16&&u(e,74),I=1,C&&(e.getToken()===16||e.getToken()===18)&&b.push(f),p|=8;break}else{if(p|=16,f=F(e,t,r,1,1,O,x,v),C&&(e.getToken()===16||e.getToken()===18)&&b.push(f),e.getToken()===18&&(C||(C=1,b=[f])),C){for(;P(e,t|8192,18);)b.push(F(e,t,r,1,1,e.tokenIndex,e.tokenLine,e.tokenColumn));e.assignable=2,f=m(e,t,D,A,L,{type:"SequenceExpression",expressions:b})}return h(e,t,16),e.destructible=p,f}if(C&&(e.getToken()===16||e.getToken()===18)&&b.push(f),!P(e,t|8192,18))break;if(C||(C=1,b=[f]),e.getToken()===16){p|=8;break}}return C&&(e.assignable=2,f=m(e,t,D,A,L,{type:"SequenceExpression",expressions:b})),h(e,t,16),p&16&&p&8&&u(e,151),p|=e.destructible&256?256:0|e.destructible&128?128:0,e.getToken()===10?(p&48&&u(e,49),t&524800&&p&128&&u(e,31),t&262400&&p&256&&u(e,32),I&&(e.flags|=128),S&&(e.flags|=256),Je(e,t,k,r,C?b:[f],o,0,l,s,n)):(p&64&&u(e,63),p&8&&u(e,144),e.destructible=(e.destructible|256)^256|p,t&32?m(e,t,c,d,g,{type:"ParenthesizedExpression",expression:f}):f)}function mt(e,t,r,o,i,a){let{tokenValue:l}=e,s=0,n=0;(e.getToken()&537079808)===537079808?s=1:(e.getToken()&36864)===36864&&(n=1);let c=j(e,t);if(e.assignable=1,e.getToken()===10){let d;return t&16&&(d=Xe(e,t,l)),s&&(e.flags|=128),n&&(e.flags|=256),we(e,t,d,r,[c],0,o,i,a)}return c}function $e(e,t,r,o,i,a,l,s,n,c,d){l||u(e,57),a&&u(e,51),e.flags&=-129;let g=t&16?Xe(e,t,o):void 0;return we(e,t,g,r,[i],s,n,c,d)}function Je(e,t,r,o,i,a,l,s,n,c){a||u(e,57);for(let d=0;d<i.length;++d)Q(e,i[d]);return we(e,t,r,o,i,l,s,n,c)}function we(e,t,r,o,i,a,l,s,n){e.flags&1&&u(e,48),h(e,t|8192,10);let c=271319040;t=(t|c)^c|(a?524288:0);let d=e.getToken()!==2162700,g;if(r&&r.scopeError&&Ue(r.scopeError),d)e.flags=(e.flags|512|256|64|4096)^4928,g=F(e,t,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);else{r&&(r=J(r,128));let k=33557504;switch(g=Ke(e,(t|k)^k|1048576,r,o,16,void 0,void 0),e.getToken()){case 69271571:!(e.flags&1)&&u(e,116);break;case 67108877:case 67174409:case 22:u(e,117);case 67174411:!(e.flags&1)&&u(e,116),e.flags|=1024;break}(e.getToken()&8388608)===8388608&&!(e.flags&1)&&u(e,30,N[e.getToken()&255]),(e.getToken()&33619968)===33619968&&u(e,125)}return e.assignable=2,m(e,t,l,s,n,{type:"ArrowFunctionExpression",params:i,body:g,async:a===1,expression:d})}function i1(e,t,r,o,i,a){h(e,t,67174411),e.flags=(e.flags|128)^128;let l=[];if(P(e,t,16))return l;t=(t|33554432)^33554432;let s=0;for(;e.getToken()!==18;){let n,{tokenIndex:c,tokenLine:d,tokenColumn:g}=e,k=e.getToken();if(k&143360?(!(t&256)&&((k&36864)===36864&&(e.flags|=256),(k&537079808)===537079808&&(e.flags|=512)),n=yt(e,t,r,a|1,0,c,d,g)):(k===2162700?n=_(e,t,r,o,1,i,1,a,0,c,d,g):k===69271571?n=W(e,t,r,o,1,i,1,a,0,c,d,g):k===14?n=fe(e,t,r,o,16,a,0,0,i,1,c,d,g):u(e,30,N[k&255]),s=1,e.destructible&48&&u(e,50)),e.getToken()===1077936155){T(e,t|8192),s=1;let p=F(e,t,o,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn);n=m(e,t,c,d,g,{type:"AssignmentPattern",left:n,right:p})}if(l.push(n),!P(e,t,18)||e.getToken()===16)break}return s&&(e.flags|=128),r&&(s||t&256)&&r.scopeError&&Ue(r.scopeError),h(e,t,16),l}function je(e,t,r,o,i,a,l,s){let n=e.getToken();if(n&67108864){if(n===67108877){T(e,t|67108864),e.assignable=1;let c=dt(e,t,r);return je(e,t,r,m(e,t,a,l,s,{type:"MemberExpression",object:o,computed:!1,property:c}),0,a,l,s)}else if(n===69271571){T(e,t|8192);let{tokenIndex:c,tokenLine:d,tokenColumn:g}=e,k=X(e,t,r,i,1,c,d,g);return h(e,t,20),e.assignable=1,je(e,t,r,m(e,t,a,l,s,{type:"MemberExpression",object:o,computed:!0,property:k}),0,a,l,s)}else if(n===67174408||n===67174409)return e.assignable=2,je(e,t,r,m(e,t,a,l,s,{type:"TaggedTemplateExpression",tag:o,quasi:e.getToken()===67174408?kt(e,t|16384,r):pt(e,t|16384,e.tokenIndex,e.tokenLine,e.tokenColumn)}),0,a,l,s)}return o}function N2(e,t,r,o,i,a,l){let s=j(e,t|8192),{tokenIndex:n,tokenLine:c,tokenColumn:d}=e;if(P(e,t,67108877)){if(t&16777216&&e.getToken()===209029)return e.assignable=2,M2(e,t,s,i,a,l);u(e,94)}e.assignable=2,(e.getToken()&16842752)===16842752&&u(e,65,N[e.getToken()&255]);let g=G(e,t,r,2,1,0,o,1,n,c,d);t=(t|33554432)^33554432,e.getToken()===67108990&&u(e,168);let k=je(e,t,r,g,o,n,c,d);return e.assignable=2,m(e,t,i,a,l,{type:"NewExpression",callee:k,arguments:e.getToken()===67174411?gt(e,t,r,o):[]})}function M2(e,t,r,o,i,a){let l=j(e,t);return m(e,t,o,i,a,{type:"MetaProperty",meta:r,property:l})}function l1(e,t,r,o,i,a,l){return e.getToken()===209006&&u(e,31),t&262400&&e.getToken()===241771&&u(e,32),qe(e,t,e.getToken()),(e.getToken()&36864)===36864&&(e.flags|=256),$e(e,t&-268435457|524288,r,e.tokenValue,j(e,t),0,o,1,i,a,l)}function ft(e,t,r,o,i,a,l,s,n,c,d){T(e,t|8192);let g=t&16?J(de(),1024):void 0;if(t=(t|33554432)^33554432,P(e,t,16))return e.getToken()===10?(s&1&&u(e,48),Je(e,t,g,r,[],i,1,n,c,d)):m(e,t,n,c,d,{type:"CallExpression",callee:o,arguments:[]});let k=0,p=null,f=0;e.destructible=(e.destructible|256|128)^384;let b=[];for(;e.getToken()!==16;){let{tokenIndex:C,tokenLine:I,tokenColumn:S}=e,D=e.getToken();if(D&143360)g&&le(e,t,g,e.tokenValue,a,0),(D&537079808)===537079808?e.flags|=512:(D&36864)===36864&&(e.flags|=256),p=G(e,t,r,a,0,1,1,1,C,I,S),e.getToken()===16||e.getToken()===18?e.assignable&2&&(k|=16,f=1):(e.getToken()===1077936155?f=1:k|=16,p=M(e,t,r,p,1,0,C,I,S),e.getToken()!==16&&e.getToken()!==18&&(p=B(e,t,r,1,0,C,I,S,p)));else if(D&2097152)p=D===2162700?_(e,t,g,r,0,1,0,a,l,C,I,S):W(e,t,g,r,0,1,0,a,l,C,I,S),k|=e.destructible,f=1,e.getToken()!==16&&e.getToken()!==18&&(k&8&&u(e,122),p=M(e,t,r,p,0,0,C,I,S),k|=16,(e.getToken()&8388608)===8388608&&(p=ae(e,t,r,1,n,c,d,4,D,p)),P(e,t|8192,22)&&(p=ne(e,t,r,p,n,c,d)));else if(D===14)p=fe(e,t,g,r,16,a,l,1,1,0,C,I,S),k|=(e.getToken()===16?0:16)|e.destructible,f=1;else{for(p=F(e,t,r,1,0,C,I,S),k=e.assignable,b.push(p);P(e,t|8192,18);)b.push(F(e,t,r,1,0,C,I,S));return k|=e.assignable,h(e,t,16),e.destructible=k|16,e.assignable=2,m(e,t,n,c,d,{type:"CallExpression",callee:o,arguments:b})}if(b.push(p),!P(e,t|8192,18))break}return h(e,t,16),k|=e.destructible&256?256:0|e.destructible&128?128:0,e.getToken()===10?(k&48&&u(e,27),(e.flags&1||s&1)&&u(e,48),k&128&&u(e,31),t&262400&&k&256&&u(e,32),f&&(e.flags|=128),Je(e,t|524288,g,r,b,i,1,n,c,d)):(k&64&&u(e,63),k&8&&u(e,62),e.assignable=2,m(e,t,n,c,d,{type:"CallExpression",callee:o,arguments:b}))}function j2(e,t,r,o,i){let{tokenRaw:a,tokenRegExp:l,tokenValue:s}=e;return T(e,t),e.assignable=2,t&128?m(e,t,r,o,i,{type:"Literal",value:s,regex:l,raw:a}):m(e,t,r,o,i,{type:"Literal",value:s,regex:l})}function et(e,t,r,o,i,a,l,s){let n=Ge(e,t,o);n.length&&(a=e.tokenIndex,l=e.tokenLine,s=e.tokenColumn),e.leadingDecorators.length&&(e.leadingDecorators.push(...n),n=e.leadingDecorators,e.leadingDecorators=[]),t=(t|4194304|256)^4194304,T(e,t);let c=null,d=null,{tokenValue:g}=e;e.getToken()&4096&&e.getToken()!==20565?($t(e,t,e.getToken())&&u(e,118),(e.getToken()&537079808)===537079808&&u(e,119),r&&(le(e,t,r,g,32,0),i&&i&2&&se(e,g)),c=j(e,t)):!(i&1)&&u(e,39,"Class");let k=t;P(e,t|8192,20565)?(d=z(e,t,o,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn),k|=131072):k=(k|131072)^131072;let p=s1(e,k,t,r,o,2,8,0);return m(e,t,a,l,s,{type:"ClassDeclaration",id:c,superClass:d,body:p,...t&1?{decorators:n}:null})}function O2(e,t,r,o,i,a,l){let s=null,n=null,c=Ge(e,t,r);c.length&&(i=e.tokenIndex,a=e.tokenLine,l=e.tokenColumn),t=(t|256|4194304)^4194304,T(e,t),e.getToken()&4096&&e.getToken()!==20565&&($t(e,t,e.getToken())&&u(e,118),(e.getToken()&537079808)===537079808&&u(e,119),s=j(e,t));let d=t;P(e,t|8192,20565)?(n=z(e,t,r,0,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn),d|=131072):d=(d|131072)^131072;let g=s1(e,d,t,void 0,r,2,0,o);return e.assignable=2,m(e,t,i,a,l,{type:"ClassExpression",id:s,superClass:n,body:g,...t&1?{decorators:c}:null})}function Ge(e,t,r){let o=[];if(t&1)for(;e.getToken()===132;)o.push(F2(e,t,r,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}function F2(e,t,r,o,i,a){T(e,t|8192);let l=G(e,t,r,2,0,1,0,1,o,i,a);return l=M(e,t,r,l,0,0,o,i,a),m(e,t,o,i,a,{type:"Decorator",expression:l})}function s1(e,t,r,o,i,a,l,s){let{tokenIndex:n,tokenLine:c,tokenColumn:d}=e,g=t&16?O1(i):void 0;h(e,t|8192,2162700);let k=301989888;t=(t|k)^k;let p=e.flags&32;e.flags=(e.flags|32)^32;let f=[],b;for(;e.getToken()!==1074790415;){let C=0;if(b=Ge(e,t,g),C=b.length,C>0&&e.tokenValue==="constructor"&&u(e,109),e.getToken()===1074790415&&u(e,108),P(e,t,1074790417)){C>0&&u(e,120);continue}f.push(n1(e,t,o,g,r,a,b,0,s,e.tokenIndex,e.tokenLine,e.tokenColumn))}return h(e,l&8?t|8192:t,1074790415),g&&J1(g),e.flags=e.flags&-33|p,m(e,t,n,c,d,{type:"ClassBody",body:f})}function n1(e,t,r,o,i,a,l,s,n,c,d,g){let k=s?32:0,p=null,{tokenIndex:f,tokenLine:b,tokenColumn:C}=e,I=e.getToken();if(I&176128||I===-2147483528)switch(p=j(e,t),I){case 36970:if(!s&&e.getToken()!==67174411&&(e.getToken()&1048576)!==1048576&&e.getToken()!==1077936155)return n1(e,t,r,o,i,a,l,1,n,c,d,g);break;case 209005:if(e.getToken()!==67174411&&!(e.flags&1)){if((e.getToken()&1073741824)===1073741824)return Te(e,t,o,p,k,l,f,b,C);k|=16|(nt(e,t,8391476)?8:0)}break;case 12400:if(e.getToken()!==67174411){if((e.getToken()&1073741824)===1073741824)return Te(e,t,o,p,k,l,f,b,C);k|=256}break;case 12401:if(e.getToken()!==67174411){if((e.getToken()&1073741824)===1073741824)return Te(e,t,o,p,k,l,f,b,C);k|=512}break;case 12402:if(e.getToken()!==67174411&&!(e.flags&1)){if((e.getToken()&1073741824)===1073741824)return Te(e,t,o,p,k,l,f,b,C);t&1&&(k|=1024)}break}else if(I===69271571)k|=2,p=pe(e,i,o,n);else if((I&134217728)===134217728)p=U(e,t);else if(I===8391476)k|=8,T(e,t);else if(e.getToken()===130)k|=8192,p=Re(e,t|4096,o,768,f,b,C);else if((e.getToken()&1073741824)===1073741824)k|=128;else{if(s&&I===2162700)return s2(e,t|4096,r,o,f,b,C);I===-2147483527?(p=j(e,t),e.getToken()!==67174411&&u(e,30,N[e.getToken()&255])):u(e,30,N[e.getToken()&255])}if(k&1816&&(e.getToken()&143360||e.getToken()===-2147483528||e.getToken()===-2147483527?p=j(e,t):(e.getToken()&134217728)===134217728?p=U(e,t):e.getToken()===69271571?(k|=2,p=pe(e,t,o,0)):e.getToken()===130?(k|=8192,p=Re(e,t,o,k,f,b,C)):u(e,135)),!(k&2)&&(e.tokenValue==="constructor"?((e.getToken()&1073741824)===1073741824?u(e,129):!(k&32)&&e.getToken()===67174411&&(k&920?u(e,53,"accessor"):!(t&131072)&&(e.flags&32?u(e,54):e.flags|=32)),k|=64):!(k&8192)&&k&32&&e.tokenValue==="prototype"&&u(e,52)),k&1024||e.getToken()!==67174411&&(k&768)===0)return Te(e,t,o,p,k,l,f,b,C);let S=H(e,t|4096,o,k,n,e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,c,d,g,{type:"MethodDefinition",kind:!(k&32)&&k&64?"constructor":k&256?"get":k&512?"set":"method",static:(k&32)>0,computed:(k&2)>0,key:p,value:S,...t&1?{decorators:l}:null})}function Re(e,t,r,o,i,a,l){T(e,t);let{tokenValue:s}=e;return s==="constructor"&&u(e,128),t&16&&(r||u(e,4,s),o?F1(e,r,s,o):B1(e,r,s)),T(e,t),m(e,t,i,a,l,{type:"PrivateIdentifier",name:s})}function Te(e,t,r,o,i,a,l,s,n){let c=null;if(i&8&&u(e,0),e.getToken()===1077936155){T(e,t|8192);let{tokenIndex:d,tokenLine:g,tokenColumn:k}=e;e.getToken()===537079927&&u(e,119);let p=2883584|(i&64?0:4325376);t=(t|p)^p|(i&8?262144:0)|(i&16?524288:0)|(i&64?4194304:0)|65536|16777216,c=G(e,t|4096,r,2,0,1,0,1,d,g,k),((e.getToken()&1073741824)!==1073741824||(e.getToken()&4194304)===4194304)&&(c=M(e,t|4096,r,c,0,0,d,g,k),c=B(e,t|4096,r,0,0,d,g,k,c))}return q(e,t),m(e,t,l,s,n,{type:i&1024?"AccessorProperty":"PropertyDefinition",key:o,value:c,static:(i&32)>0,computed:(i&2)>0,...t&1?{decorators:a}:null})}function c1(e,t,r,o,i,a,l,s,n){if(e.getToken()&143360||!(t&256)&&e.getToken()===-2147483527)return yt(e,t,r,i,a,l,s,n);(e.getToken()&2097152)!==2097152&&u(e,30,N[e.getToken()&255]);let c=e.getToken()===69271571?W(e,t,r,o,1,0,1,i,a,l,s,n):_(e,t,r,o,1,0,1,i,a,l,s,n);return e.destructible&16&&u(e,50),e.destructible&32&&u(e,50),c}function yt(e,t,r,o,i,a,l,s){let{tokenValue:n}=e,c=e.getToken();return t&256&&((c&537079808)===537079808?u(e,119):((c&36864)===36864||c===-2147483527)&&u(e,118)),(c&20480)===20480&&u(e,102),c===241771&&(t&262144&&u(e,32),t&512&&u(e,111)),(c&255)===73&&o&24&&u(e,100),c===209006&&(t&524288&&u(e,176),t&512&&u(e,110)),T(e,t),r&&ee(e,t,r,n,o,i),m(e,t,a,l,s,{type:"Identifier",name:n})}function ze(e,t,r,o,i,a,l){if(o||h(e,t,8456256),e.getToken()===8390721){let d=B2(e,t,i,a,l),[g,k]=X2(e,t,r,o);return m(e,t,i,a,l,{type:"JSXFragment",openingFragment:d,children:g,closingFragment:k})}e.getToken()===8457014&&u(e,30,N[e.getToken()&255]);let s=null,n=[],c=$2(e,t,r,o,i,a,l);if(!c.selfClosing){[n,s]=U2(e,t,r,o);let d=Be(s.name);Be(c.name)!==d&&u(e,155,d)}return m(e,t,i,a,l,{type:"JSXElement",children:n,openingElement:c,closingElement:s})}function B2(e,t,r,o,i){return Se(e,t),m(e,t,r,o,i,{type:"JSXOpeningFragment"})}function J2(e,t,r,o,i,a){h(e,t,8457014);let l=d1(e,t,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.getToken()!==8390721&&u(e,25,N[65]),r?Se(e,t):T(e,t),m(e,t,o,i,a,{type:"JSXClosingElement",name:l})}function R2(e,t,r,o,i,a){return h(e,t,8457014),e.getToken()!==8390721&&u(e,25,N[65]),r?Se(e,t):T(e,t),m(e,t,o,i,a,{type:"JSXClosingFragment"})}function U2(e,t,r,o){let i=[];for(;;){let a=q2(e,t,r,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if(a.type==="JSXClosingElement")return[i,a];i.push(a)}}function X2(e,t,r,o){let i=[];for(;;){let a=K2(e,t,r,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if(a.type==="JSXClosingFragment")return[i,a];i.push(a)}}function q2(e,t,r,o,i,a,l){if(e.getToken()===137)return u1(e,t,i,a,l);if(e.getToken()===2162700)return Tt(e,t,r,1,0,i,a,l);if(e.getToken()===8456256)return T(e,t),e.getToken()===8457014?J2(e,t,o,i,a,l):ze(e,t,r,1,i,a,l);u(e,0)}function K2(e,t,r,o,i,a,l){if(e.getToken()===137)return u1(e,t,i,a,l);if(e.getToken()===2162700)return Tt(e,t,r,1,0,i,a,l);if(e.getToken()===8456256)return T(e,t),e.getToken()===8457014?R2(e,t,o,i,a,l):ze(e,t,r,1,i,a,l);u(e,0)}function u1(e,t,r,o,i){T(e,t);let a={type:"JSXText",value:e.tokenValue};return t&128&&(a.raw=e.tokenRaw),m(e,t,r,o,i,a)}function $2(e,t,r,o,i,a,l){(e.getToken()&143360)!==143360&&(e.getToken()&4096)!==4096&&u(e,0);let s=d1(e,t,e.tokenIndex,e.tokenLine,e.tokenColumn),n=z2(e,t,r),c=e.getToken()===8457014;return c&&h(e,t,8457014),e.getToken()!==8390721&&u(e,25,N[65]),o||!c?Se(e,t):T(e,t),m(e,t,i,a,l,{type:"JSXOpeningElement",name:s,attributes:n,selfClosing:c})}function d1(e,t,r,o,i){He(e);let a=We(e,t,r,o,i);if(e.getToken()===21)return p1(e,t,a,r,o,i);for(;P(e,t,67108877);)He(e),a=G2(e,t,a,r,o,i);return a}function G2(e,t,r,o,i,a){let l=We(e,t,e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,o,i,a,{type:"JSXMemberExpression",object:r,property:l})}function z2(e,t,r){let o=[];for(;e.getToken()!==8457014&&e.getToken()!==8390721&&e.getToken()!==1048576;)o.push(_2(e,t,r,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}function W2(e,t,r,o,i,a){T(e,t),h(e,t,14);let l=F(e,t,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return h(e,t,1074790415),m(e,t,o,i,a,{type:"JSXSpreadAttribute",argument:l})}function _2(e,t,r,o,i,a){if(e.getToken()===2162700)return W2(e,t,r,o,i,a);He(e);let l=null,s=We(e,t,o,i,a);if(e.getToken()===21&&(s=p1(e,t,s,o,i,a)),e.getToken()===1077936155){let n=V1(e,t),{tokenIndex:c,tokenLine:d,tokenColumn:g}=e;switch(n){case 134283267:l=U(e,t);break;case 8456256:l=ze(e,t,r,0,c,d,g);break;case 2162700:l=Tt(e,t,r,0,1,c,d,g);break;default:u(e,154)}}return m(e,t,o,i,a,{type:"JSXAttribute",value:l,name:s})}function p1(e,t,r,o,i,a){h(e,t,21);let l=We(e,t,e.tokenIndex,e.tokenLine,e.tokenColumn);return m(e,t,o,i,a,{type:"JSXNamespacedName",namespace:r,name:l})}function Tt(e,t,r,o,i,a,l,s){T(e,t|8192);let{tokenIndex:n,tokenLine:c,tokenColumn:d}=e;if(e.getToken()===14)return H2(e,t,r,a,l,s);let g=null;return e.getToken()===1074790415?(i&&u(e,157),g=Q2(e,t,e.startIndex,e.startLine,e.startColumn)):g=F(e,t,r,1,0,n,c,d),e.getToken()!==1074790415&&u(e,25,N[15]),o?Se(e,t):T(e,t),m(e,t,a,l,s,{type:"JSXExpressionContainer",expression:g})}function H2(e,t,r,o,i,a){h(e,t,14);let l=F(e,t,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return h(e,t,1074790415),m(e,t,o,i,a,{type:"JSXSpreadChild",expression:l})}function Q2(e,t,r,o,i){return e.startIndex=e.tokenIndex,e.startLine=e.tokenLine,e.startColumn=e.tokenColumn,m(e,t,r,o,i,{type:"JSXEmptyExpression"})}function We(e,t,r,o,i){e.getToken()&143360||u(e,30,N[e.getToken()&255]);let{tokenValue:a}=e;return T(e,t),m(e,t,r,o,i,{type:"JSXIdentifier",name:a})}function Y2(e,t){return K1(e,t,0)}function Z2(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}var er=Z2;function tr(e){let t=[];for(let r of e)try{return r()}catch(o){t.push(o)}throw Object.assign(new Error("All combinations failed"),{errors:t})}var rr=tr,or=(e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},Et=or;function ar(e){return Array.isArray(e)&&e.length>0}var ir=ar;function Z(e){var t,r,o;let i=((t=e.range)==null?void 0:t[0])??e.start,a=(o=((r=e.declaration)==null?void 0:r.decorators)??e.decorators)==null?void 0:o[0];return a?Math.min(Z(a),i):i}function ce(e){var t;return((t=e.range)==null?void 0:t[1])??e.end}function lr(e){let t=new Set(e);return r=>t.has(r?.type)}var sr=lr,nr=sr(["Block","CommentBlock","MultiLine"]),tt=nr;function cr(e){let t=`*${e.value}*`.split(`
2
- `);return t.length>1&&t.every(r=>r.trimStart()[0]==="*")}var Lt=cr;function ur(e){return tt(e)&&e.value[0]==="*"&&/@(?:type|satisfies)\b/u.test(e.value)}var dr=ur,xe=null;function Ce(e){if(xe!==null&&typeof xe.property){let t=xe;return xe=Ce.prototype=null,t}return xe=Ce.prototype=e??Object.create(null),new Ce}var pr=10;for(let e=0;e<=pr;e++)Ce();function kr(e){return Ce(e)}function gr(e,t="type"){kr(e);function r(o){let i=o[t],a=e[i];if(!Array.isArray(a))throw Object.assign(new Error(`Missing visitor keys for '${i}'.`),{node:o});return a}return r}var mr=gr,fr={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","typeParameters","params","predicate","returnType","body"],FunctionExpression:["id","typeParameters","params","returnType","body"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["decorators","key","typeParameters","params","returnType","body"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:["body"],ClassExpression:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body","superTypeArguments"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body","superTypeArguments"],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],ImportExpression:["source","options"],MetaProperty:["meta","property"],ClassMethod:["decorators","key","typeParameters","params","returnType","body"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","typeParameters","quasi","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["decorators","variance","key","typeAnnotation","value"],ClassAccessorProperty:["decorators","key","typeAnnotation","value"],ClassPrivateProperty:["decorators","variance","key","typeAnnotation","value"],ClassPrivateMethod:["decorators","key","typeParameters","params","returnType","body"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source","attributes"],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["qualification","id"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeParameters","typeArguments","attributes"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters","typeArguments"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters","typeArguments"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters","typeArguments"],TSAsExpression:["expression","typeAnnotation"],TSSatisfiesExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumBody:["members"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","options","qualifier","typeParameters","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],Literal:[],MethodDefinition:["decorators","key","value"],PrivateIdentifier:[],Property:["key","value"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],AccessorProperty:["decorators","key","typeAnnotation","value"],TSAbstractAccessorProperty:["decorators","key","typeAnnotation"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeArguments","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeArguments","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:["expression"],AsExpression:["expression","typeAnnotation"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:["name","typeAnnotation"],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:["id","body"],DeclareHook:["id"],DeclareNamespace:["id","body"],EnumBigIntBody:["members"],EnumBigIntMember:["id","init"],HookDeclaration:["id","params","body","typeParameters","returnType"],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:["typeAnnotation"],TypePredicate:["parameterName","typeAnnotation","asserts"],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],NeverTypeAnnotation:[],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],SatisfiesExpression:["expression","typeAnnotation"]},yr=mr(fr),Tr=yr;function rt(e,t){if(!(e!==null&&typeof e=="object"))return e;if(Array.isArray(e)){for(let o=0;o<e.length;o++)e[o]=rt(e[o],t);return e}let r=Tr(e);for(let o=0;o<r.length;o++)e[r[o]]=rt(e[r[o]],t);return t(e)||e}var _e=rt;function xr(e,t){let{parser:r,text:o}=t;if(e.type==="File"&&e.program.interpreter){let{program:{interpreter:i},comments:a}=e;delete e.program.interpreter,a.unshift(i)}if(r==="babel"){let i=new Set;e=_e(e,a=>{var l;(l=a.leadingComments)!=null&&l.some(dr)&&i.add(Z(a))}),e=_e(e,a=>{if(a.type==="ParenthesizedExpression"){let{expression:l}=a;if(l.type==="TypeCastExpression")return l.range=[...a.range],l;let s=Z(a);if(!i.has(s))return l.extra={...l.extra,parenthesized:!0},l}})}if(e=_e(e,i=>{switch(i.type){case"LogicalExpression":if(k1(i))return ot(i);break;case"VariableDeclaration":{let a=Et(!1,i.declarations,-1);a!=null&&a.init&&o[ce(a)]!==";"&&(i.range=[Z(i),ce(a)]);break}case"TSParenthesizedType":return i.typeAnnotation;case"TSTypeParameter":if(typeof i.name=="string"){let a=Z(i);i.name={type:"Identifier",name:i.name,range:[a,a+i.name.length]}}break;case"TopicReference":e.extra={...e.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(i.types.length===1)return i.types[0];break}}),ir(e.comments)){let i=Et(!1,e.comments,-1);for(let a=e.comments.length-2;a>=0;a--){let l=e.comments[a];ce(l)===Z(i)&&tt(l)&&tt(i)&&Lt(l)&&Lt(i)&&(e.comments.splice(a+1,1),l.value+="*//*"+i.value,l.range=[Z(l),ce(i)]),i=l}}return e.type==="Program"&&(e.range=[0,o.length]),e}function k1(e){return e.type==="LogicalExpression"&&e.right.type==="LogicalExpression"&&e.operator===e.right.operator}function ot(e){return k1(e)?ot({type:"LogicalExpression",operator:e.operator,left:ot({type:"LogicalExpression",operator:e.operator,left:e.left,right:e.right.left,range:[Z(e.left),ce(e.right.left)]}),right:e.right.right,range:[Z(e),ce(e)]}):e}var br=xr,hr=/\*\/$/,Cr=/^\/\*\*?/,Ir=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,vr=/(^|\s+)\/\/([^\n\r]*)/g,At=/^(\r?\n)+/,Sr=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,wt=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,Er=/(\r?\n|^) *\* ?/g,Lr=[];function Ar(e){let t=e.match(Ir);return t?t[0].trimStart():""}function wr(e){let t=`
3
- `;e=be(!1,e.replace(Cr,"").replace(hr,""),Er,"$1");let r="";for(;r!==e;)r=e,e=be(!1,e,Sr,`${t}$1 $2${t}`);e=e.replace(At,"").trimEnd();let o=Object.create(null),i=be(!1,e,wt,"").replace(At,"").trimEnd(),a;for(;a=wt.exec(e);){let l=be(!1,a[2],vr,"");if(typeof o[a[1]]=="string"||Array.isArray(o[a[1]])){let s=o[a[1]];o[a[1]]=[...Lr,...Array.isArray(s)?s:[s],l]}else o[a[1]]=l}return{comments:i,pragmas:o}}function Pr(e){if(!e.startsWith("#!"))return"";let t=e.indexOf(`
4
- `);return t===-1?e:e.slice(0,t)}var Dr=Pr;function Vr(e){let t=Dr(e);t&&(e=e.slice(t.length+1));let r=Ar(e),{pragmas:o,comments:i}=wr(r);return{shebang:t,text:e,pragmas:o,comments:i}}function Nr(e){let{pragmas:t}=Vr(e);return Object.prototype.hasOwnProperty.call(t,"prettier")||Object.prototype.hasOwnProperty.call(t,"format")}function Mr(e){return e=typeof e=="function"?{parse:e}:e,{astFormat:"estree",hasPragma:Nr,locStart:Z,locEnd:ce,...e}}var jr=Mr;function Or(e){let{filepath:t}=e;if(t){if(t=t.toLowerCase(),t.endsWith(".cjs")||t.endsWith(".cts"))return"script";if(t.endsWith(".mjs")||t.endsWith(".mts"))return"module"}}var Fr=Or,Br={next:!0,ranges:!0,webcompat:!0,loc:!0,raw:!0,directives:!0,globalReturn:!0,impliedStrict:!1,preserveParens:!1,lexical:!1,jsx:!0,uniqueKeyInPattern:!1};function Jr(e,t){let r=[],o=[],i=Y2(e,{...Br,module:t==="module",onComment:r,onToken:o});return i.comments=r,i.tokens=o,i}function Rr(e){let{message:t,loc:r}=e;if(!r)return e;let o=`[${[r.start,r.end].map(({line:i,column:a})=>[i,a].join(":")).join("-")}]: `;return t.startsWith(o)&&(t=t.slice(o.length)),er(t,{loc:{start:{line:r.start.line,column:r.start.column+1},end:{line:r.end.line,column:r.end.column+1}},cause:e})}function Ur(e,t={}){let r=Fr(t),o=(r?[r]:["module","script"]).map(a=>()=>Jr(e,a)),i;try{i=rr(o)}catch({errors:[a]}){throw Rr(a)}return br(i,{parser:"meriyah",text:e})}var Xr=jr(Ur),qr=Dt;export{qr as default,Vt as parsers};