meriyah 6.0.1 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +3 -2
- package/dist/meriyah.cjs +9 -9
- package/dist/meriyah.min.mjs +1 -1
- package/dist/meriyah.mjs +9 -9
- package/dist/meriyah.umd.js +9 -9
- package/dist/meriyah.umd.min.js +1 -1
- package/dist/src/token.d.ts +3 -3
- package/dist/src/token.d.ts.map +1 -1
- package/package.json +16 -17
package/dist/meriyah.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={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'};class n extends SyntaxError{constructor(n,t,o,r,a,i,s,...l){const c="["+t+":"+o+"-"+a+":"+i+"]: "+e[s].replace(/%(\d+)/g,((e,n)=>l[n]));super(`${c}`),this.start=n,this.end=r,this.range=[n,r],this.loc={start:{line:t,column:o},end:{line:a,column:i}},this.description=c}}function t(e,t,...o){throw new n(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,t,...o)}function o(e){throw new n(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,e.type,...e.params)}function r(e,t,o,r,a,i,s,...l){throw new n(e,t,o,r,a,i,s,...l)}function a(e,t,o,r,a,i,s){throw new n(e,t,o,r,a,i,s)}function i(e){return!!(1&s[34816+(e>>>5)]>>>e)}const s=((e,n)=>{const t=new Uint32Array(104448);let o=0,r=0;for(;o<3822;){const a=e[o++];if(a<0)r-=a;else{let i=e[o++];2&a&&(i=n[i]),1&a?t.fill(i,r,r+=e[o++]):t[r++]=i}}return t})([-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 l(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function c(e){const n=e.currentChar;if(55296!=(64512&n))return 0;const t=e.source.charCodeAt(e.index+1);return 56320!=(64512&t)?0:65536+((1023&n)<<10)+(1023&t)}function u(e,n){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&n||(e.column=0,e.line++)}function d(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function g(e){return e<65?e-48:e-65+10&15}function k(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 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}const p=[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],f=[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],m=[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 b(e){return e<=127?f[e]>0:i(e)}function h(e){return e<=127?m[e]>0:function(e){return!!(1&s[0+(e>>>5)]>>>e)}(e)||8204===e||8205===e}const x=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function T(e,n,o,r,a,i,s,l){return 512&r&&t(e,0),y(e,n,o,a,i,s,l)}function y(e,n,t,o,r,a,i){const{index:s}=e;for(e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column;e.index<e.end;){if(8&p[e.currentChar]){const t=13===e.currentChar;d(e),t&&e.index<e.end&&10===e.currentChar&&(e.currentChar=n.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){d(e);break}l(e),e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column}if(e.onComment){const t={start:{line:a,column:i},end:{line:e.tokenLine,column:e.tokenColumn}};e.onComment(x[255&o],n.slice(s,e.tokenIndex),r,e.tokenIndex,t)}return 1|t}function C(e,n,o){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let t=!1;for(;42===e.currentChar;)if(t||(o&=-5,t=!0),47===l(e)){if(l(e),e.onComment){const t={start:{line:e.tokenLine,column:e.tokenColumn},end:{line:e.line,column:e.column}};e.onComment(x[1],n.slice(r,e.index-2),r-2,e.index,t)}return e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column,o}if(t)continue;8&p[e.currentChar]?13===e.currentChar?(o|=5,d(e)):(u(e,o),o=-5&o|1):l(e)}else(8232^e.currentChar)<=1?(o=-5&o|1,d(e)):(o&=-5,l(e));t(e,18)}var v,w;function L(e,n){const o=e.index;let r=v.Empty;e:for(;;){const n=e.currentChar;if(l(e),r&v.Escape)r&=~v.Escape;else switch(n){case 47:if(r)break;break e;case 92:r|=v.Escape;break;case 91:r|=v.Class;break;case 93:r&=v.Escape}if(13!==n&&10!==n&&8232!==n&&8233!==n||t(e,34),e.index>=e.source.length)return t(e,34)}const a=e.index-1;let i=w.Empty,s=e.currentChar;const{index:c}=e;for(;h(s);){switch(s){case 103:i&w.Global&&t(e,36,"g"),i|=w.Global;break;case 105:i&w.IgnoreCase&&t(e,36,"i"),i|=w.IgnoreCase;break;case 109:i&w.Multiline&&t(e,36,"m"),i|=w.Multiline;break;case 117:i&w.Unicode&&t(e,36,"u"),i&w.UnicodeSets&&t(e,36,"vu"),i|=w.Unicode;break;case 118:i&w.Unicode&&t(e,36,"uv"),i&w.UnicodeSets&&t(e,36,"v"),i|=w.UnicodeSets;break;case 121:i&w.Sticky&&t(e,36,"y"),i|=w.Sticky;break;case 115:i&w.DotAll&&t(e,36,"s"),i|=w.DotAll;break;case 100:i&w.Indices&&t(e,36,"d"),i|=w.Indices;break;default:t(e,35)}s=l(e)}const u=e.source.slice(c,e.index),d=e.source.slice(o,a);return e.tokenRegExp={pattern:d,flags:u},128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),e.tokenValue=function(e,n,o){try{return new RegExp(n,o)}catch{try{return new RegExp(n,o),null}catch{t(e,34)}}}(e,d,u),65540}function I(e,n,o){const{index:r}=e;let a="",i=l(e),s=e.index;for(;!(8&p[i]);){if(i===o)return a+=e.source.slice(s,e.index),l(e),128&n&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=a,134283267;if(!(8&~i)&&92===i){if(a+=e.source.slice(s,e.index),i=l(e),i<127||8232===i||8233===i){const t=q(e,n,i);t>=0?a+=String.fromCodePoint(t):E(e,t,0)}else a+=String.fromCodePoint(i);s=e.index+1}e.index>=e.end&&t(e,16),i=l(e)}t(e,16)}function q(e,n,t,o=0){switch(t){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){const n=e.source.charCodeAt(e.index+1);10===n&&(e.index=e.index+1,e.currentChar=n)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=t-48,a=e.index+1,i=e.column+1;if(a<e.end){const t=e.source.charCodeAt(a);if(32&p[t]){if(256&n||o)return-2;if(e.currentChar=t,r=r<<3|t-48,a++,i++,a<e.end){const n=e.source.charCodeAt(a);32&p[n]&&(e.currentChar=n,r=r<<3|n-48,a++,i++)}e.flags|=64}else if(0!==r||512&p[t]){if(256&n||o)return-2;e.flags|=64}e.index=a-1,e.column=i-1}return r}case 52:case 53:case 54:case 55:{if(o||256&n)return-2;let r=t-48;const a=e.index+1,i=e.column+1;if(a<e.end){const n=e.source.charCodeAt(a);32&p[n]&&(r=r<<3|n-48,e.currentChar=n,e.index=a,e.column=i)}return e.flags|=64,r}case 120:{const n=l(e);if(!(64&p[n]))return-4;const t=g(n),o=l(e);if(!(64&p[o]))return-4;return t<<4|g(o)}case 117:{const n=l(e);if(123===e.currentChar){let n=0;for(;64&p[l(e)];)if(n=n<<4|g(e.currentChar),n>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:n}{if(!(64&p[n]))return-4;const t=e.source.charCodeAt(e.index+1);if(!(64&p[t]))return-4;const o=e.source.charCodeAt(e.index+2);if(!(64&p[o]))return-4;const r=e.source.charCodeAt(e.index+3);return 64&p[r]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),g(n)<<12|g(t)<<8|g(o)<<4|g(r)):-4}}case 56:case 57:if(o||!(64&n)||256&n)return-3;e.flags|=4096;default:return t}}function E(e,n,o){switch(n){case-1:return;case-2:t(e,o?2:1);case-3:t(e,o?3:14);case-4:t(e,7);case-5:t(e,104)}}function S(e,n){const{index:o}=e;let r=67174409,a="",i=l(e);for(;96!==i;){if(36===i&&123===e.source.charCodeAt(e.index+1)){l(e),r=67174408;break}if(92===i)if(i=l(e),i>126)a+=String.fromCodePoint(i);else{const{index:t,line:o,column:s}=e,l=q(e,256|n,i,1);if(l>=0)a+=String.fromCodePoint(l);else{if(-1!==l&&16384&n){e.index=t,e.line=o,e.column=s,a=null,i=A(e,i),i<0&&(r=67174408);break}E(e,l,1)}}else e.index<e.end&&(13===i&&10===e.source.charCodeAt(e.index)&&(a+=String.fromCodePoint(i),e.currentChar=e.source.charCodeAt(++e.index)),((83&i)<3&&10===i||(8232^i)<=1)&&(e.column=-1,e.line++),a+=String.fromCodePoint(i));e.index>=e.end&&t(e,17),i=l(e)}return l(e),e.tokenValue=a,e.tokenRaw=e.source.slice(o+1,e.index-(67174409===r?1:2)),r}function A(e,n){for(;96!==n;){switch(n){case 36:{const t=e.index+1;if(t<e.end&&123===e.source.charCodeAt(t))return e.index=t,e.column++,-n;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&t(e,17),n=l(e)}return n}function D(e,n){return e.index>=e.end&&t(e,0),e.index--,e.column--,S(e,n)}function V(e,n,o){let r=e.currentChar,i=0,s=9,c=64&o?0:1,u=0,d=0;if(64&o)i="."+R(e,r),r=e.currentChar,110===r&&t(e,12);else{if(48===r)if(r=l(e),120==(32|r)){for(o=136,r=l(e);4160&p[r];)95!==r?(d=1,i=16*i+g(r),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?21:153)}else if(111==(32|r)){for(o=132,r=l(e);4128&p[r];)95!==r?(d=1,i=8*i+(r-48),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?0:153)}else if(98==(32|r)){for(o=130,r=l(e);4224&p[r];)95!==r?(d=1,i=2*i+(r-48),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?0:153)}else if(32&p[r])for(256&n&&t(e,1),o=1;16&p[r];){if(512&p[r]){o=32,c=0;break}i=8*i+(r-48),r=l(e)}else 512&p[r]?(256&n&&t(e,1),e.flags|=64,o=32):95===r&&t(e,0);if(48&o){if(c){for(;s>=0&&4112&p[r];)95!==r?(d=0,i=10*i+(r-48),r=l(e),--s):(r=l(e),(95===r||32&o)&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,152),d=1);if(d&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,153),s>=0&&!b(r)&&46!==r)return e.tokenValue=i,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266}i+=R(e,r),r=e.currentChar,46===r&&(95===l(e)&&t(e,0),o=64,i+="."+R(e,e.currentChar),r=e.currentChar)}}const k=e.index;let f=0;if(110===r&&128&o)f=1,r=l(e);else if(101==(32|r)){r=l(e),256&p[r]&&(r=l(e));const{index:n}=e;16&p[r]||t(e,11),i+=e.source.substring(k,n)+R(e,r),r=e.currentChar}return(e.index<e.end&&16&p[r]||b(r))&&t(e,13),f?(e.tokenRaw=e.source.slice(e.tokenIndex,e.index),e.tokenValue=BigInt(e.tokenRaw.slice(0,-1).replaceAll("_","")),134283388):(e.tokenValue=15&o?i:32&o?parseFloat(e.source.substring(e.tokenIndex,e.index)):+i,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266)}function R(e,n){let t=0,o=e.index,r="";for(;4112&p[n];)if(95!==n)t=0,n=l(e);else{const{index:i}=e;95===(n=l(e))&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,152),t=1,r+=e.source.substring(o,i),o=e.index}return t&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,153),r+e.source.substring(o,e.index)}!function(e){e[e.Empty=0]="Empty",e[e.Escape=1]="Escape",e[e.Class=2]="Class"}(v||(v={})),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"}(w||(w={}));const 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"],U=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:143493},meta:{value:143494},accessor:{value:12402}});function P(e,n,t){for(;m[l(e)];);return e.tokenValue=e.source.slice(e.tokenIndex,e.index),92!==e.currentChar&&e.currentChar<=126?U[e.tokenValue]||208897:O(e,n,0,t)}function B(e,n){const o=F(e);return b(o)||t(e,5),e.tokenValue=String.fromCodePoint(o),O(e,n,1,4&p[o])}function O(e,n,o,r){let a=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(a,e.index),o=1;const n=F(e);h(n)||t(e,5),r=r&&4&p[n],e.tokenValue+=String.fromCodePoint(n),a=e.index}else{const n=c(e);if(n>0)h(n)||t(e,20,String.fromCodePoint(n)),e.currentChar=n,e.index++,e.column++;else if(!h(e.currentChar))break;l(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(a,e.index));const{length:i}=e.tokenValue;if(r&&i>=2&&i<=11){const t=U[e.tokenValue];return void 0===t?208897|(o?-2147483648:0):o?209006===t?524800&n?-2147483528:-2147483648|t:256&n?36970===t?-2147483527:36864&~t?20480&~t?-2147340166:67108864&n&&!(2048&n)?-2147483648|t:-2147483528:-2147483527:!(67108864&n)||2048&n||20480&~t?241771===t?67108864&n?-2147340166:262144&n?-2147483528:-2147483648|t:209005===t?-2147340166:36864&~t?-2147483528:12288|t|-2147483648:-2147483648|t:t}return 208897|(o?-2147483648:0)}function G(e){let n=l(e);if(92===n)return 130;const o=c(e);return o&&(n=o),b(n)||t(e,96),130}function F(e){return 117!==e.source.charCodeAt(e.index+1)&&t(e,5),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let n=0;const o=e.currentChar;if(123===o){const t=e.index-2;for(;64&p[l(e)];)n=n<<4|g(e.currentChar),n>1114111&&a(t,e.line,e.column,e.index,e.line,e.column,104);return 125!==e.currentChar&&a(t,e.line,e.column,e.index,e.line,e.column,7),l(e),n}64&p[o]||t(e,7);const r=e.source.charCodeAt(e.index+1);64&p[r]||t(e,7);const i=e.source.charCodeAt(e.index+2);64&p[i]||t(e,7);const s=e.source.charCodeAt(e.index+3);64&p[s]||t(e,7);return n=g(o)<<12|g(r)<<8|g(i)<<4|g(s),e.currentChar=e.source.charCodeAt(e.index+=4),n}(e)}const j=[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 J(e,n){e.flags=1^(1|e.flags),e.startIndex=e.index,e.startColumn=e.column,e.startLine=e.line,e.setToken(H(e,n,0))}function H(e,n,o){const r=0===e.index,{source:a}=e;let s=e.index,g=e.line,k=e.column;for(;e.index<e.end;){e.tokenIndex=e.index,e.tokenColumn=e.column,e.tokenLine=e.line;let f=e.currentChar;if(f<=126){const i=j[f];switch(i){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 l(e),i;case 208897:return P(e,n,0);case 4096:return P(e,n,1);case 134283266:return V(e,n,144);case 134283267:return I(e,n,f);case 131:return S(e,n);case 136:return B(e,n);case 130:return G(e);case 127:l(e);break;case 129:o|=5,d(e);break;case 135:u(e,o),o=-5&o|1;break;case 8456256:{const t=l(e);if(e.index<e.end){if(60===t)return e.index<e.end&&61===l(e)?(l(e),4194332):8390978;if(61===t)return l(e),8390718;if(33===t){const t=e.index+1;if(t+1<e.end&&45===a.charCodeAt(t)&&45==a.charCodeAt(t+1)){e.column+=3,e.currentChar=a.charCodeAt(e.index+=3),o=T(e,a,o,n,2,e.tokenIndex,e.tokenLine,e.tokenColumn),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}return 8456256}}return 8456256}case 1077936155:{l(e);const n=e.currentChar;return 61===n?61===l(e)?(l(e),8390458):8390460:62===n?(l(e),10):1077936155}case 16842798:return 61!==l(e)?16842798:61!==l(e)?8390461:(l(e),8390459);case 8391477:return 61!==l(e)?8391477:(l(e),4194340);case 8391476:{if(l(e),e.index>=e.end)return 8391476;const n=e.currentChar;return 61===n?(l(e),4194338):42!==n?8391476:61!==l(e)?8391735:(l(e),4194335)}case 8389959:return 61!==l(e)?8389959:(l(e),4194341);case 25233968:{l(e);const n=e.currentChar;return 43===n?(l(e),33619993):61===n?(l(e),4194336):25233968}case 25233969:{l(e);const i=e.currentChar;if(45===i){if(l(e),(1&o||r)&&62===e.currentChar){64&n||t(e,112),l(e),o=T(e,a,o,n,3,s,g,k),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}return 33619994}return 61===i?(l(e),4194337):25233969}case 8457014:if(l(e),e.index<e.end){const t=e.currentChar;if(47===t){l(e),o=y(e,a,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}if(42===t){l(e),o=C(e,a,o),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}if(8192&n)return L(e,n);if(61===t)return l(e),4259875}return 8457014;case 67108877:{const t=l(e);if(t>=48&&t<=57)return V(e,n,80);if(46===t){const n=e.index+1;if(n<e.end&&46===a.charCodeAt(n))return e.column+=2,e.currentChar=a.charCodeAt(e.index+=2),14}return 67108877}case 8389702:{l(e);const n=e.currentChar;return 124===n?(l(e),61===e.currentChar?(l(e),4194344):8913465):61===n?(l(e),4194342):8389702}case 8390721:{l(e);const n=e.currentChar;if(61===n)return l(e),8390719;if(62!==n)return 8390721;if(l(e),e.index<e.end){const n=e.currentChar;if(62===n)return 61===l(e)?(l(e),4194334):8390980;if(61===n)return l(e),4194333}return 8390979}case 8390213:{l(e);const n=e.currentChar;return 38===n?(l(e),61===e.currentChar?(l(e),4194345):8913720):61===n?(l(e),4194343):8390213}case 22:{let n=l(e);if(63===n)return l(e),61===e.currentChar?(l(e),4194346):276824445;if(46===n){const t=e.index+1;if(t<e.end&&(n=a.charCodeAt(t),!(n>=48&&n<=57)))return l(e),67108990}return 22}}}else{if((8232^f)<=1){o=-5&o|1,d(e);continue}const r=c(e);if(r>0&&(f=r),i(f))return e.tokenValue="",O(e,n,0,0);if(160===(p=f)||65279===p||133===p||5760===p||p>=8192&&p<=8203||8239===p||8287===p||12288===p||8201===p||65519===p){l(e);continue}t(e,20,String.fromCodePoint(f))}}var p;return 1048576}const M={AElig:"Æ",AMP:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"",InvisibleTimes:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},z={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};function X(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,(e=>{if("#"===e.charAt(1)){const n=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in z&&(e=z[e]);return String.fromCodePoint(e)}("X"===n||"x"===n?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return M[e.slice(1,-1)]||e}))}function _(e,n){return e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.setToken(8192&p[e.currentChar]?function(e,n){const o=e.currentChar;let r=l(e);const a=e.index;for(;r!==o;)e.index>=e.end&&t(e,16),r=l(e);r!==o&&t(e,16);e.tokenValue=e.source.slice(a,e.index),l(e),128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index));return 134283267}(e,n):H(e,n,0)),e.getToken()}function $(e,n){if(e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.index>=e.end)return void e.setToken(1048576);if(60===e.currentChar)return l(e),void e.setToken(8456256);if(123===e.currentChar)return l(e),void e.setToken(2162700);let o=0;for(;e.index<e.end;){const n=p[e.source.charCodeAt(e.index)];if(1024&n?(o|=5,d(e)):2048&n?(u(e,o),o=-5&o|1):l(e),16384&p[e.currentChar])break}e.tokenIndex===e.index&&t(e,0);const r=e.source.slice(e.tokenIndex,e.index);128&n&&(e.tokenRaw=r),e.tokenValue=X(r),e.setToken(137)}function Y(e){if(!(143360&~e.getToken())){const{index:n}=e;let t=e.currentChar;for(;32770&p[t];)t=l(e);e.tokenValue+=e.source.slice(n,e.index)}return e.setToken(208897,!0),e.getToken()}function Z(e,n){!(1&e.flags)&&1048576&~e.getToken()&&t(e,30,N[255&e.getToken()]),Q(e,n,1074790417)||e.onInsertedSemicolon?.(e.startIndex)}function W(e,n,t,o){return n-t<13&&"use strict"===o&&(!(1048576&~e.getToken())||1&e.flags)?1:0}function K(e,n,t){return e.getToken()!==t?0:(J(e,n),1)}function Q(e,n,t){return e.getToken()===t&&(J(e,n),!0)}function ee(e,n,o){e.getToken()!==o&&t(e,25,N[255&o]),J(e,n)}function ne(e,n){switch(n.type){case"ArrayExpression":{n.type="ArrayPattern";const{elements:t}=n;for(let n=0,o=t.length;n<o;++n){const o=t[n];o&&ne(e,o)}return}case"ObjectExpression":{n.type="ObjectPattern";const{properties:t}=n;for(let n=0,o=t.length;n<o;++n)ne(e,t[n]);return}case"AssignmentExpression":return n.type="AssignmentPattern","="!==n.operator&&t(e,71),delete n.operator,void ne(e,n.left);case"Property":return void ne(e,n.value);case"SpreadElement":n.type="RestElement",ne(e,n.argument)}}function te(e,n,o,r,a){256&n&&(36864&~r||t(e,118),a||537079808&~r||t(e,119)),20480&~r&&-2147483528!==r||t(e,102),24&o&&73==(255&r)&&t(e,100),524800&n&&209006===r&&t(e,110),262400&n&&241771===r&&t(e,97,"yield")}function oe(e,n,o){256&n&&(36864&~o||t(e,118),537079808&~o||t(e,119),-2147483527===o&&t(e,95),-2147483528===o&&t(e,95)),20480&~o||t(e,102),524800&n&&209006===o&&t(e,110),262400&n&&241771===o&&t(e,97,"yield")}function re(e,n,o){return 209006===o&&(524800&n&&t(e,110),e.destructible|=128),241771===o&&262144&n&&t(e,97,"yield"),!(20480&~o&&36864&~o&&-2147483527!=o)}function ae(e,n,o,r){for(;n;){if(n["$"+o])return r&&t(e,137),1;r&&n.loop&&(r=0),n=n.$}return 0}function ie(e,n,t,o,r,a){return 2&n&&(a.start=t,a.end=e.startIndex,a.range=[t,e.startIndex]),4&n&&(a.loc={start:{line:o,column:r},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(a.loc.source=e.sourceFile)),a}function se(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return se(e.object)+"."+se(e.property)}}function le(e,n,t){const o=ue({parent:void 0,type:2},1024);return ge(e,n,o,t,1,0),o}function ce(e,n,...t){const{index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;return{type:n,params:t,index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}}function ue(e,n){return{parent:e,type:n,scopeError:void 0}}function de(e,n,t,o,r,a){4&r?ke(e,n,t,o,r):ge(e,n,t,o,r,a),64&a&&fe(e,o)}function ge(e,n,o,r,a,i){const s=o["#"+r];!s||2&s||(1&a?o.scopeError=ce(e,145,r):64&n&&!(256&n)&&2&i&&64===s&&64===a||t(e,145,r)),128&o.type&&o.parent["#"+r]&&!(2&o.parent["#"+r])&&t(e,145,r),1024&o.type&&s&&!(2&s)&&1&a&&(o.scopeError=ce(e,145,r)),64&o.type&&768&o.parent["#"+r]&&t(e,159,r),o["#"+r]=a}function ke(e,n,o,r,a){let i=o;for(;i&&!(256&i.type);){const s=i["#"+r];248&s&&(64&n&&!(256&n)&&(128&a&&68&s||128&s&&68&a)||t(e,145,r)),i===o&&1&s&&1&a&&(i.scopeError=ce(e,145,r)),(256&s||512&s&&!(64&n))&&t(e,145,r),i["#"+r]=a,i=i.parent}}function pe(e,n){return n["#"+e]?1:n.parent?pe(e,n.parent):0}function fe(e,n){void 0!==e.exportedNames&&""!==n&&(e.exportedNames["#"+n]&&t(e,147,n),e.exportedNames["#"+n]=1)}function me(e,n){return 262400&e?!(512&e&&209006===n)&&(!(262144&e&&241771===n)&&!(12288&~n)):!(12288&~n&&36864&~n)}function be(e,n,o){537079808&~o||(256&n&&t(e,119),e.flags|=512),me(n,o)||t(e,0)}function he(e,n,o){let a,i,s,c="";null!=n&&(n.module&&(o|=768),n.next&&(o|=1),n.loc&&(o|=4),n.ranges&&(o|=2),n.uniqueKeyInPattern&&(o|=134217728),n.lexical&&(o|=16),n.webcompat&&(o|=64),n.globalReturn&&(o|=1048576),n.raw&&(o|=128),n.preserveParens&&(o|=32),n.impliedStrict&&(o|=256),n.jsx&&(o|=8),n.source&&(c=n.source),null!=n.onComment&&(a=Array.isArray(n.onComment)?function(e,n){return function(t,o,r,a,i){const s={type:t,value:o};2&e&&(s.start=r,s.end=a,s.range=[r,a]),4&e&&(s.loc=i),n.push(s)}}(o,n.onComment):n.onComment),null!=n.onInsertedSemicolon&&(i=n.onInsertedSemicolon),null!=n.onToken&&(s=Array.isArray(n.onToken)?function(e,n){return function(t,o,r,a){const i={token:t};2&e&&(i.start=o,i.end=r,i.range=[o,r]),4&e&&(i.loc=a),n.push(i)}}(o,n.onToken):n.onToken));const u=function(e,n,t,o,r){let a=1048576,i=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:n,tokenValue:"",getToken:()=>a,setToken(e,n=!1){if(o)if(1048576!==e){const t={start:{line:this.tokenLine,column:this.tokenColumn},end:{line:this.line,column:this.column}};!n&&i&&o(...i),i=[k(e),this.tokenIndex,this.index,t]}else i&&(o(...i),i=null);return a=e},tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:t,onToken:o,onInsertedSemicolon:r,leadingDecorators:[]}}(e,c,a,s,i);!function(e){const{source:n}=e;35===e.currentChar&&33===n.charCodeAt(e.index+1)&&(l(e),l(e),y(e,n,0,4,e.tokenIndex,e.tokenLine,e.tokenColumn))}(u);const d=16&o?{parent:void 0,type:2}:void 0;let g=[],p="script";if(512&o){if(p="module",g=function(e,n,t){J(e,8192|n);const o=[];for(;134283267===e.getToken();){const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e,i=e.getToken();o.push(Ie(e,n,un(e,n),i,t,r,a))}for(;1048576!==e.getToken();)o.push(xe(e,n,t));return o}(u,2048|o,d),d)for(const e in u.exportedBindings)"#"!==e[0]||d[e]||t(u,148,e.slice(1))}else g=function(e,n,t){J(e,67117056|n);const o=[];for(;134283267===e.getToken();){const{index:t,tokenIndex:a,tokenValue:i,tokenLine:s,tokenColumn:l}=e,c=e.getToken(),u=un(e,n);W(e,t,a,i)&&(n|=256,64&e.flags&&r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,9),4096&e.flags&&r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,15)),o.push(Ie(e,n,u,c,a,s,l))}for(;1048576!==e.getToken();)o.push(Te(e,n,t,void 0,4,{}));return o}(u,2048|o,d);const f={type:"Program",sourceType:p,body:g};return 2&o&&(f.start=0,f.end=e.length,f.range=[0,e.length]),4&o&&(f.loc={start:{line:1,column:0},end:{line:u.line,column:u.column}},u.sourceFile&&(f.loc.source=c)),f}function xe(e,n,o){let r;switch(e.leadingDecorators=En(e,n,void 0),e.getToken()){case 20564:r=function(e,n,o){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;J(e,8192|n);const s=[];let l,c=null,u=null,d=null;if(Q(e,8192|n,20561)){switch(e.getToken()){case 86104:c=dn(e,n,o,void 0,4,1,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 132:case 86094:c=qn(e,n,o,void 0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e;c=cn(e,n);const{flags:i}=e;1&i||(86104===e.getToken()?c=dn(e,n,o,void 0,4,1,1,1,t,r,a):67174411===e.getToken()?(c=In(e,n,void 0,c,1,1,0,i,t,r,a),c=_e(e,n,void 0,c,0,0,t,r,a),c=je(e,n,void 0,0,0,t,r,a,c)):143360&e.getToken()&&(o&&(o=le(e,n,e.tokenValue)),c=cn(e,n),c=Cn(e,n,o,void 0,[c],1,t,r,a)));break}default:c=Oe(e,n,void 0,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),Z(e,8192|n)}return o&&fe(e,"default"),ie(e,n,r,a,i,{type:"ExportDefaultDeclaration",declaration:c})}switch(e.getToken()){case 8391476:{J(e,n);let s=null;Q(e,n,77932)&&(o&&fe(e,e.tokenValue),s=nn(e,n)),ee(e,n,12403),134283267!==e.getToken()&&t(e,105,"Export"),u=un(e,n);const l={type:"ExportAllDeclaration",source:u,exported:s};return 1&n&&(l.attributes=Ke(e,n)),Z(e,8192|n),ie(e,n,r,a,i,l)}case 2162700:{J(e,n);const r=[],a=[];let i=0;for(;143360&e.getToken()||134283267===e.getToken();){const{tokenIndex:l,tokenValue:c,tokenLine:u,tokenColumn:d}=e,g=nn(e,n);let k;"Literal"===g.type&&(i=1),77932===e.getToken()?(J(e,n),143360&e.getToken()||134283267===e.getToken()||t(e,106),o&&(r.push(e.tokenValue),a.push(c)),k=nn(e,n)):(o&&(r.push(e.tokenValue),a.push(e.tokenValue)),k=g),s.push(ie(e,n,l,u,d,{type:"ExportSpecifier",local:g,exported:k})),1074790415!==e.getToken()&&ee(e,n,18)}ee(e,n,1074790415),Q(e,n,12403)?(134283267!==e.getToken()&&t(e,105,"Export"),u=un(e,n),1&n&&(d=Ke(e,n,s)),o&&r.forEach((n=>fe(e,n)))):(i&&t(e,172),o&&(r.forEach((n=>fe(e,n))),a.forEach((n=>function(e,n){void 0!==e.exportedBindings&&""!==n&&(e.exportedBindings["#"+n]=1)}(e,n))))),Z(e,8192|n);break}case 86094:c=qn(e,n,o,void 0,2,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86104:c=dn(e,n,o,void 0,4,1,2,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 241737:c=Se(e,n,o,void 0,8,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86090:c=Se(e,n,o,void 0,16,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86088:c=Ae(e,n,o,void 0,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e;if(J(e,n),!(1&e.flags)&&86104===e.getToken()){c=dn(e,n,o,void 0,4,1,2,1,t,r,a),o&&(l=c.id?c.id.name:"",fe(e,l));break}}default:t(e,30,N[255&e.getToken()])}const g={type:"ExportNamedDeclaration",declaration:c,specifiers:s,source:u};d&&(g.attributes=d);return ie(e,n,r,a,i,g)}(e,n,o);break;case 86106:r=function(e,n,o){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;J(e,n);let s=null;const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e;let d=[];if(134283267===e.getToken())s=un(e,n);else{if(143360&e.getToken()){if(d=[ie(e,n,l,c,u,{type:"ImportDefaultSpecifier",local:Re(e,n,o)})],Q(e,n,18))switch(e.getToken()){case 8391476:d.push(Ne(e,n,o));break;case 2162700:Ue(e,n,o,d);break;default:t(e,107)}}else switch(e.getToken()){case 8391476:d=[Ne(e,n,o)];break;case 2162700:Ue(e,n,o,d);break;case 67174411:return Be(e,n,void 0,r,a,i);case 67108877:return Pe(e,n,r,a,i);default:t(e,30,N[255&e.getToken()])}s=function(e,n){ee(e,n,12403),134283267!==e.getToken()&&t(e,105,"Import");return un(e,n)}(e,n)}const g={type:"ImportDeclaration",specifiers:d,source:s};1&n&&(g.attributes=Ke(e,n,d));return Z(e,8192|n),ie(e,n,r,a,i,g)}(e,n,o);break;default:r=Te(e,n,o,void 0,4,{})}return e.leadingDecorators.length&&t(e,170),r}function Te(e,n,o,r,a,i){const s=e.tokenIndex,l=e.tokenLine,c=e.tokenColumn;switch(e.getToken()){case 86104:return dn(e,n,o,r,a,1,0,0,s,l,c);case 132:case 86094:return qn(e,n,o,r,0,s,l,c);case 86090:return Se(e,n,o,r,16,0,s,l,c);case 241737:return function(e,n,o,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();let d=cn(e,n);if(2240512&e.getToken()){const t=De(e,n,o,r,8,0);return Z(e,8192|n),ie(e,n,i,s,l,{type:"VariableDeclaration",kind:"let",declarations:t})}e.assignable=1,256&n&&t(e,85);if(21===e.getToken())return we(e,n,o,r,a,{},c,d,u,0,i,s,l);if(10===e.getToken()){let t;16&n&&(t=le(e,n,c)),e.flags=128^(128|e.flags),d=Cn(e,n,t,r,[d],0,i,s,l)}else d=_e(e,n,r,d,0,0,i,s,l),d=je(e,n,r,0,0,i,s,l,d);18===e.getToken()&&(d=Ge(e,n,r,0,i,s,l,d));return ve(e,n,d,i,s,l)}(e,n,o,r,a,s,l,c);case 20564:t(e,103,"export");case 86106:switch(J(e,n),e.getToken()){case 67174411:return Be(e,n,r,s,l,c);case 67108877:return Pe(e,n,s,l,c);default:t(e,103,"import")}case 209005:return Le(e,n,o,r,a,i,1,s,l,c);default:return ye(e,n,o,r,a,i,1,s,l,c)}}function ye(e,n,o,r,a,i,s,l,c,u){switch(e.getToken()){case 86088:return Ae(e,n,o,r,0,l,c,u);case 20572:return function(e,n,o,r,a,i){1048576&n||t(e,92);J(e,8192|n);const s=1&e.flags||1048576&e.getToken()?null:Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return Z(e,8192|n),ie(e,n,r,a,i,{type:"ReturnStatement",argument:s})}(e,n,r,l,c,u);case 20569:return function(e,n,t,o,r,a,i,s){J(e,n),ee(e,8192|n,67174411),e.assignable=1;const l=Fe(e,n,o,0,1,e.tokenIndex,e.line,e.tokenColumn);ee(e,8192|n,16);const c=qe(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn);let u=null;20563===e.getToken()&&(J(e,8192|n),u=qe(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn));return ie(e,n,a,i,s,{type:"IfStatement",test:l,consequent:c,alternate:u})}(e,n,o,r,i,l,c,u);case 20567:return function(e,n,o,r,a,i,s,l){J(e,n);const c=((524288&n)>0||(512&n)>0&&(2048&n)>0)&&Q(e,n,209006);ee(e,8192|n,67174411),o&&(o=ue(o,1));let u,d=null,g=null,k=0,p=null,f=86088===e.getToken()||241737===e.getToken()||86090===e.getToken();const{tokenIndex:m,tokenLine:b,tokenColumn:h}=e,x=e.getToken();f?241737===x?(p=cn(e,n),2240512&e.getToken()?(8673330===e.getToken()?256&n&&t(e,67):p=ie(e,n,m,b,h,{type:"VariableDeclaration",kind:"let",declarations:De(e,33554432|n,o,r,8,32)}),e.assignable=1):256&n?t(e,67):(f=!1,e.assignable=1,p=_e(e,n,r,p,0,0,m,b,h),274548===e.getToken()&&t(e,115))):(J(e,n),p=ie(e,n,m,b,h,86088===x?{type:"VariableDeclaration",kind:"var",declarations:De(e,33554432|n,o,r,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:De(e,33554432|n,o,r,16,32)}),e.assignable=1):1074790417===x?c&&t(e,82):2097152&~x?p=Xe(e,33554432|n,r,1,0,1,m,b,h):(p=2162700===x?bn(e,n,void 0,r,1,0,0,2,32,m,b,h):kn(e,n,void 0,r,1,0,0,2,32,m,b,h),k=e.destructible,64&k&&t(e,63),e.assignable=16&k?2:1,p=_e(e,33554432|n,r,p,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn));if(!(262144&~e.getToken())){if(274548===e.getToken()){2&e.assignable&&t(e,80,c?"await":"of"),ne(e,p),J(e,8192|n),u=Oe(e,n,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),ee(e,8192|n,16);return ie(e,n,i,s,l,{type:"ForOfStatement",left:p,right:u,body:Ee(e,n,o,r,a),await:c})}2&e.assignable&&t(e,80,"in"),ne(e,p),J(e,8192|n),c&&t(e,82),u=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn),ee(e,8192|n,16);return ie(e,n,i,s,l,{type:"ForInStatement",body:Ee(e,n,o,r,a),left:p,right:u})}c&&t(e,82);f||(8&k&&1077936155!==e.getToken()&&t(e,80,"loop"),p=je(e,33554432|n,r,0,0,m,b,h,p));18===e.getToken()&&(p=Ge(e,n,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn,p));ee(e,8192|n,1074790417),1074790417!==e.getToken()&&(d=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ee(e,8192|n,1074790417),16!==e.getToken()&&(g=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ee(e,8192|n,16);const T=Ee(e,n,o,r,a);return ie(e,n,i,s,l,{type:"ForStatement",init:p,test:d,update:g,body:T})}(e,n,o,r,i,l,c,u);case 20562:return function(e,n,t,o,r,a,i,s){J(e,8192|n);const l=Ee(e,n,t,o,r);ee(e,n,20578),ee(e,8192|n,67174411);const c=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,8192|n,16),Q(e,8192|n,1074790417),ie(e,n,a,i,s,{type:"DoWhileStatement",body:l,test:c})}(e,n,o,r,i,l,c,u);case 20578:return function(e,n,t,o,r,a,i,s){J(e,n),ee(e,8192|n,67174411);const l=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,16);const c=Ee(e,n,t,o,r);return ie(e,n,a,i,s,{type:"WhileStatement",test:l,body:c})}(e,n,o,r,i,l,c,u);case 86110:return function(e,n,o,r,a,i,s,l){J(e,n),ee(e,8192|n,67174411);const c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,n,16),ee(e,n,2162700);const u=[];let d=0;o&&(o=ue(o,8));for(;1074790415!==e.getToken();){const{tokenIndex:i,tokenLine:s,tokenColumn:l}=e;let c=null;const g=[];for(Q(e,8192|n,20556)?c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn):(ee(e,8192|n,20561),d&&t(e,89),d=1),ee(e,8192|n,21);20556!==e.getToken()&&1074790415!==e.getToken()&&20561!==e.getToken();)g.push(Te(e,1024|n,o,r,2,{$:a}));u.push(ie(e,n,i,s,l,{type:"SwitchCase",test:c,consequent:g}))}return ee(e,8192|n,1074790415),ie(e,n,i,s,l,{type:"SwitchStatement",discriminant:c,cases:u})}(e,n,o,r,i,l,c,u);case 1074790417:return function(e,n,t,o,r){return J(e,8192|n),ie(e,n,t,o,r,{type:"EmptyStatement"})}(e,n,l,c,u);case 2162700:return Ce(e,n,o?ue(o,2):o,r,i,l,c,u);case 86112:return function(e,n,o,r,a,i){J(e,8192|n),1&e.flags&&t(e,90);const s=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return Z(e,8192|n),ie(e,n,r,a,i,{type:"ThrowStatement",argument:s})}(e,n,r,l,c,u);case 20555:return function(e,n,o,r,a,i){J(e,8192|n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=cn(e,8192|n),ae(e,o,r,0)||t(e,138,r)}else 33792&n||t(e,69);return Z(e,8192|n),ie(e,n,r,a,i,{type:"BreakStatement",label:s})}(e,n,i,l,c,u);case 20559:return function(e,n,o,r,a,i){32768&n||t(e,68);J(e,n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=cn(e,8192|n),ae(e,o,r,1)||t(e,138,r)}return Z(e,8192|n),ie(e,n,r,a,i,{type:"ContinueStatement",label:s})}(e,n,i,l,c,u);case 20577:return function(e,n,o,r,a,i,s,l){J(e,8192|n);const c=o?ue(o,32):void 0,u=Ce(e,n,c,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn),{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=Q(e,8192|n,20557)?function(e,n,o,r,a,i,s,l){let c=null,u=o;Q(e,n,67174411)&&(o&&(o=ue(o,4)),c=Nn(e,n,o,r,2097152&~e.getToken()?512:256,0,e.tokenIndex,e.tokenLine,e.tokenColumn),18===e.getToken()?t(e,86):1077936155===e.getToken()&&t(e,87),ee(e,8192|n,16));o&&(u=ue(o,64));const d=Ce(e,n,u,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,i,s,l,{type:"CatchClause",param:c,body:d})}(e,n,o,r,a,d,g,k):null;let f=null;if(20566===e.getToken()){J(e,8192|n);f=Ce(e,n,c?ue(o,4):void 0,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn)}p||f||t(e,88);return ie(e,n,i,s,l,{type:"TryStatement",block:u,handler:p,finalizer:f})}(e,n,o,r,i,l,c,u);case 20579:return function(e,n,o,r,a,i,s,l){J(e,n),256&n&&t(e,91);ee(e,8192|n,67174411);const c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,16);const u=ye(e,n,o,r,2,a,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,i,s,l,{type:"WithStatement",object:c,body:u})}(e,n,o,r,i,l,c,u);case 20560:return function(e,n,t,o,r){return J(e,8192|n),Z(e,8192|n),ie(e,n,t,o,r,{type:"DebuggerStatement"})}(e,n,l,c,u);case 209005:return Le(e,n,o,r,a,i,0,l,c,u);case 20557:t(e,162);case 20566:t(e,163);case 86104:t(e,256&n?76:64&n?77:78);case 86094:t(e,79);default:return function(e,n,o,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k;if(241737===g)k=cn(e,n),256&n&&t(e,85),69271571===e.getToken()&&t(e,84);else k=Ye(e,n,r,2,0,1,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);if(143360&g&&21===e.getToken())return we(e,n,o,r,a,i,d,k,g,s,l,c,u);k=_e(e,n,r,k,0,0,l,c,u),k=je(e,n,r,0,0,l,c,u,k),18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k));return ve(e,n,k,l,c,u)}(e,n,o,r,a,i,s,l,c,u)}}function Ce(e,n,t,o,r,a,i,s){const l=[];for(ee(e,8192|n,2162700);1074790415!==e.getToken();)l.push(Te(e,n,t,o,2,{$:r}));return ee(e,8192|n,1074790415),ie(e,n,a,i,s,{type:"BlockStatement",body:l})}function ve(e,n,t,o,r,a){return Z(e,8192|n),ie(e,n,o,r,a,{type:"ExpressionStatement",expression:t})}function we(e,n,o,r,a,i,s,l,c,u,d,g,k){te(e,n,0,c,1),function(e,n,o){let r=n;for(;r;)r["$"+o]&&t(e,136,o),r=r.$;n["$"+o]=1}(e,i,s),J(e,8192|n);const p=u&&!(256&n)&&64&n&&86104===e.getToken()?dn(e,n,ue(o,2),r,a,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn):ye(e,n,o,r,a,i,u,e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,d,g,k,{type:"LabeledStatement",label:l,body:p})}function Le(e,n,o,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k=cn(e,n);if(21===e.getToken())return we(e,n,o,r,a,i,d,k,g,1,l,c,u);const p=1&e.flags;if(!p){if(86104===e.getToken())return s||t(e,123),dn(e,n,o,r,a,1,0,1,l,c,u);if(me(n,e.getToken()))return k=Ln(e,n,r,1,l,c,u),18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k)),ve(e,n,k,l,c,u)}return 67174411===e.getToken()?k=In(e,n,r,k,1,1,0,p,l,c,u):(10===e.getToken()&&(be(e,n,g),36864&~g||(e.flags|=256),k=Tn(e,524288|n,r,e.tokenValue,k,0,1,0,l,c,u)),e.assignable=1),k=_e(e,n,r,k,0,0,l,c,u),k=je(e,n,r,0,0,l,c,u,k),e.assignable=1,18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k)),ve(e,n,k,l,c,u)}function Ie(e,n,t,o,r,a,i){const s=e.startIndex;return 1074790417!==o&&(e.assignable=2,t=_e(e,n,void 0,t,0,0,r,a,i),1074790417!==e.getToken()&&(t=je(e,n,void 0,0,0,r,a,i,t),18===e.getToken()&&(t=Ge(e,n,void 0,0,r,a,i,t))),Z(e,8192|n)),"Literal"===t.type&&"string"==typeof t.value?ie(e,n,r,a,i,{type:"ExpressionStatement",expression:t,directive:e.source.slice(r+1,s-1)}):ie(e,n,r,a,i,{type:"ExpressionStatement",expression:t})}function qe(e,n,t,o,r,a,i,s){return 256&n||!(64&n)||86104!==e.getToken()?ye(e,n,t,o,0,{$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn):dn(e,n,ue(t,2),o,0,0,0,0,a,i,s)}function Ee(e,n,t,o,r){return ye(e,33554432^(33554432|n)|32768,t,o,0,{loop:1,$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn)}function Se(e,n,t,o,r,a,i,s,l){J(e,n);const c=De(e,n,t,o,r,a);return Z(e,8192|n),ie(e,n,i,s,l,{type:"VariableDeclaration",kind:8&r?"let":"const",declarations:c})}function Ae(e,n,t,o,r,a,i,s){J(e,n);const l=De(e,n,t,o,4,r);return Z(e,8192|n),ie(e,n,a,i,s,{type:"VariableDeclaration",kind:"var",declarations:l})}function De(e,n,o,r,a,i){let s=1;const l=[Ve(e,n,o,r,a,i)];for(;Q(e,n,18);)s++,l.push(Ve(e,n,o,r,a,i));return s>1&&32&i&&262144&e.getToken()&&t(e,61,N[255&e.getToken()]),l}function Ve(e,n,o,a,i,s){const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=e.getToken();let g=null;const k=Nn(e,n,o,a,i,s,l,c,u);return 1077936155===e.getToken()?(J(e,8192|n),g=Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),!(32&s)&&2097152&d||(274548===e.getToken()||8673330===e.getToken()&&(2097152&d||!(4&i)||256&n))&&r(l,c,u,e.index,e.line,e.column,60,274548===e.getToken()?"of":"in")):(16&i||(2097152&d)>0)&&262144&~e.getToken()&&t(e,59,16&i?"const":"destructuring"),ie(e,n,l,c,u,{type:"VariableDeclarator",id:k,init:g})}function Re(e,n,o){return me(n,e.getToken())||t(e,118),537079808&~e.getToken()||t(e,119),o&&ge(e,n,o,e.tokenValue,8,0),cn(e,n)}function Ne(e,n,t){const{tokenIndex:o,tokenLine:a,tokenColumn:i}=e;return J(e,n),ee(e,n,77932),134217728&~e.getToken()||r(o,a,i,e.index,e.line,e.column,30,N[255&e.getToken()]),ie(e,n,o,a,i,{type:"ImportNamespaceSpecifier",local:Re(e,n,t)})}function Ue(e,n,o,r){for(J(e,n);143360&e.getToken()||134283267===e.getToken();){let{tokenValue:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;const c=e.getToken(),u=nn(e,n);let d;Q(e,n,77932)?(134217728&~e.getToken()&&18!==e.getToken()?te(e,n,16,e.getToken(),0):t(e,106),a=e.tokenValue,d=cn(e,n)):"Identifier"===u.type?(te(e,n,16,c,0),d=u):t(e,25,N[108]),o&&ge(e,n,o,a,8,0),r.push(ie(e,n,i,s,l,{type:"ImportSpecifier",local:d,imported:u})),1074790415!==e.getToken()&&ee(e,n,18)}return ee(e,n,1074790415),r}function Pe(e,n,t,o,r){let a=Ze(e,n,ie(e,n,t,o,r,{type:"Identifier",name:"import"}),t,o,r);return a=_e(e,n,void 0,a,0,0,t,o,r),a=je(e,n,void 0,0,0,t,o,r,a),18===e.getToken()&&(a=Ge(e,n,void 0,0,t,o,r,a)),ve(e,n,a,t,o,r)}function Be(e,n,t,o,r,a){let i=We(e,n,t,0,o,r,a);return i=_e(e,n,t,i,0,0,o,r,a),18===e.getToken()&&(i=Ge(e,n,t,0,o,r,a,i)),ve(e,n,i,o,r,a)}function Oe(e,n,t,o,r,a,i,s){let l=Ye(e,n,t,2,0,o,r,1,a,i,s);return l=_e(e,n,t,l,r,0,a,i,s),je(e,n,t,r,0,a,i,s,l)}function Ge(e,n,t,o,r,a,i,s){const l=[s];for(;Q(e,8192|n,18);)l.push(Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn));return ie(e,n,r,a,i,{type:"SequenceExpression",expressions:l})}function Fe(e,n,t,o,r,a,i,s){const l=Oe(e,n,t,r,o,a,i,s);return 18===e.getToken()?Ge(e,n,t,o,a,i,s,l):l}function je(e,n,o,r,a,i,s,l,c){const u=e.getToken();if(!(4194304&~u)){2&e.assignable&&t(e,26),(!a&&1077936155===u&&"ArrayExpression"===c.type||"ObjectExpression"===c.type)&&ne(e,c),J(e,8192|n);const d=Oe(e,n,o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,ie(e,n,i,s,l,a?{type:"AssignmentPattern",left:c,right:d}:{type:"AssignmentExpression",left:c,operator:N[255&u],right:d})}return 8388608&~u||(c=Me(e,n,o,r,i,s,l,4,u,c)),Q(e,8192|n,22)&&(c=He(e,n,o,c,i,s,l)),c}function Je(e,n,t,o,r,a,i,s,l){const c=e.getToken();J(e,8192|n);const u=Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return l=ie(e,n,a,i,s,r?{type:"AssignmentPattern",left:l,right:u}:{type:"AssignmentExpression",left:l,operator:N[255&c],right:u}),e.assignable=2,l}function He(e,n,t,o,r,a,i){const s=Oe(e,33554432^(33554432|n),t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,21),e.assignable=1;const l=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,ie(e,n,r,a,i,{type:"ConditionalExpression",test:o,consequent:s,alternate:l})}function Me(e,n,o,r,a,i,s,l,c,u){const d=8673330&-((33554432&n)>0);let g,k;for(e.assignable=2;8388608&e.getToken()&&(g=e.getToken(),k=3840&g,(524288&g&&268435456&c||524288&c&&268435456&g)&&t(e,165),!(k+((8391735===g)<<8)-((d===g)<<12)<=l));)J(e,8192|n),u=ie(e,n,a,i,s,{type:524288&g||268435456&g?"LogicalExpression":"BinaryExpression",left:u,right:Me(e,n,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn,k,g,Xe(e,n,o,0,r,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),operator:N[255&g]});return 1077936155===e.getToken()&&t(e,26),u}function ze(e,n,a,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;ee(e,8192|n,2162700);const k=[];if(1074790415!==e.getToken()){for(;134283267===e.getToken();){const{index:t,tokenIndex:a,tokenValue:i}=e,s=e.getToken(),l=un(e,n);W(e,t,a,i)&&(n|=256,128&e.flags&&r(a,d,g,e.index,e.line,e.column,66),64&e.flags&&r(a,d,g,e.index,e.line,e.column,9),4096&e.flags&&r(a,d,g,e.index,e.line,e.column,15),c&&o(c)),k.push(Ie(e,n,l,s,a,e.tokenLine,e.tokenColumn))}256&n&&(l&&(537079808&~l||t(e,119),36864&~l||t(e,40)),512&e.flags&&t(e,119),256&e.flags&&t(e,118))}for(e.flags=4928^(4928|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.getToken();)k.push(Te(e,n,a,i,4,{}));return ee(e,24&s?8192|n:n,1074790415),e.flags&=-4289,1077936155===e.getToken()&&t(e,26),ie(e,n,u,d,g,{type:"BlockStatement",body:k})}function Xe(e,n,t,o,r,a,i,s,l){return _e(e,n,t,Ye(e,n,t,2,0,o,r,a,i,s,l),r,0,i,s,l)}function _e(e,n,o,r,a,i,s,l,c){if(33619968&~e.getToken()||1&e.flags){if(!(67108864&~e.getToken())){switch(n=33554432^(33554432|n),e.getToken()){case 67108877:J(e,2048^(67110912|n)),4096&n&&130===e.getToken()&&"super"===e.tokenValue&&t(e,173),e.assignable=1;r=ie(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!1,property:$e(e,16384|n,o)});break;case 69271571:{let t=!1;2048&~e.flags||(t=!0,e.flags=2048^(2048|e.flags)),J(e,8192|n);const{tokenIndex:i,tokenLine:u,tokenColumn:d}=e,g=Fe(e,n,o,a,1,i,u,d);ee(e,n,20),e.assignable=1,r=ie(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!0,property:g}),t&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),r;let t=!1;2048&~e.flags||(t=!0,e.flags=2048^(2048|e.flags));const i=ln(e,n,o,a);e.assignable=2,r=ie(e,n,s,l,c,{type:"CallExpression",callee:r,arguments:i}),t&&(e.flags|=2048);break}case 67108990:J(e,2048^(67110912|n)),e.flags|=2048,e.assignable=2,r=function(e,n,t,o,r,a,i){let s,l=!1;69271571!==e.getToken()&&67174411!==e.getToken()||2048&~e.flags||(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.getToken()){J(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=Fe(e,n,t,0,1,l,c,u);ee(e,n,20),e.assignable=2,s=ie(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!0,optional:!0,property:d})}else if(67174411===e.getToken()){const l=ln(e,n,t,0);e.assignable=2,s=ie(e,n,r,a,i,{type:"CallExpression",callee:o,arguments:l,optional:!0})}else{const l=$e(e,n,t);e.assignable=2,s=ie(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!1,optional:!0,property:l})}l&&(e.flags|=2048);return s}(e,n,o,r,s,l,c);break;default:2048&~e.flags||t(e,166),e.assignable=2,r=ie(e,n,s,l,c,{type:"TaggedTemplateExpression",tag:r,quasi:67174408===e.getToken()?rn(e,16384|n,o):on(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}r=_e(e,n,o,r,0,1,s,l,c)}}else r=function(e,n,o,r,a,i){2&e.assignable&&t(e,55);const s=e.getToken();return J(e,n),e.assignable=2,ie(e,n,r,a,i,{type:"UpdateExpression",argument:o,operator:N[255&s],prefix:!1})}(e,n,r,s,l,c);return 0!==i||2048&~e.flags||(e.flags=2048^(2048|e.flags),r=ie(e,n,s,l,c,{type:"ChainExpression",expression:r})),r}function $e(e,n,o){return 143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()||130===e.getToken()||t(e,160),130===e.getToken()?Vn(e,n,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn):cn(e,n)}function Ye(e,n,o,a,i,s,l,c,u,d,g){if(!(143360&~e.getToken())){switch(e.getToken()){case 209006:return function(e,n,o,a,i,s,l,c){i&&(e.destructible|=128),268435456&n&&t(e,177);const u=xn(e,n,o,s,l,c);if("ArrowFunctionExpression"===u.type||!(65536&e.getToken()))return 524288&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,176),512&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,110),2097152&n&&524288&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,110),u;if(2097152&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,31),524288&n||512&n&&2048&n){a&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,0);const i=Xe(e,n,o,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8391735===e.getToken()&&t(e,33),e.assignable=2,ie(e,n,s,l,c,{type:"AwaitExpression",argument:i})}return 512&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,98),u}(e,n,o,i,l,u,d,g);case 241771:return function(e,n,o,r,a,i,s,l){if(r&&(e.destructible|=256),262144&n){J(e,8192|n),2097152&n&&t(e,32),a||t(e,26),22===e.getToken()&&t(e,124);let r=null,c=!1;return 1&e.flags?8391476===e.getToken()&&t(e,30,N[255&e.getToken()]):(c=Q(e,8192|n,8391476),(77824&e.getToken()||c)&&(r=Oe(e,n,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn))),e.assignable=2,ie(e,n,i,s,l,{type:"YieldExpression",argument:r,delegate:c})}return 256&n&&t(e,97,"yield"),xn(e,n,o,i,s,l)}(e,n,o,l,s,u,d,g);case 209005:return function(e,n,o,r,a,i,s,l,c,u){const d=e.getToken(),g=cn(e,n),{flags:k}=e;if(!(1&k)){if(86104===e.getToken())return gn(e,n,o,1,r,l,c,u);if(me(n,e.getToken()))return a||t(e,0),36864&~e.getToken()||(e.flags|=256),Ln(e,n,o,i,l,c,u)}return s||67174411!==e.getToken()?10===e.getToken()?(be(e,n,d),s&&t(e,51),36864&~d||(e.flags|=256),Tn(e,n,o,e.tokenValue,g,s,i,0,l,c,u)):(e.assignable=1,g):In(e,n,o,g,i,1,0,k,l,c,u)}(e,n,o,l,c,s,i,u,d,g)}const{tokenValue:k}=e,p=e.getToken(),f=cn(e,16384|n);return 10===e.getToken()?(c||t(e,0),be(e,n,p),36864&~p||(e.flags|=256),Tn(e,n,o,k,f,i,s,0,u,d,g)):(!(4096&n)||8388608&n||2097152&n||"arguments"!==e.tokenValue||t(e,130),73==(255&p)&&(256&n&&t(e,113),24&a&&t(e,100)),e.assignable=256&n&&!(537079808&~p)?2:1,f)}if(!(134217728&~e.getToken()))return un(e,n);switch(e.getToken()){case 33619993:case 33619994:return function(e,n,o,r,a,i,s,l){r&&t(e,56),a||t(e,0);const c=e.getToken();J(e,8192|n);const u=Xe(e,n,o,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 2&e.assignable&&t(e,55),e.assignable=2,ie(e,n,i,s,l,{type:"UpdateExpression",argument:u,operator:N[255&c],prefix:!0})}(e,n,o,i,c,u,d,g);case 16863276:case 16842798:case 16842799:case 25233968:case 25233969:case 16863275:case 16863277:return function(e,n,o,r,a,i,s,l){r||t(e,0);const c=e.getToken();J(e,8192|n);const u=Xe(e,n,o,0,l,1,e.tokenIndex,e.tokenLine,e.tokenColumn);var d;return 8391735===e.getToken()&&t(e,33),256&n&&16863276===c&&("Identifier"===u.type?t(e,121):(d=u).property&&"PrivateIdentifier"===d.property.type&&t(e,127)),e.assignable=2,ie(e,n,a,i,s,{type:"UnaryExpression",operator:N[255&c],argument:u,prefix:!0})}(e,n,o,c,u,d,g,l);case 86104:return gn(e,n,o,0,l,u,d,g);case 2162700:return function(e,n,o,r,a,i,s,l){const c=bn(e,n,void 0,o,r,a,0,2,0,i,s,l);64&e.destructible&&t(e,63);8&e.destructible&&t(e,62);return c}(e,n,o,s?0:1,l,u,d,g);case 69271571:return function(e,n,o,r,a,i,s,l){const c=kn(e,n,void 0,o,r,a,0,2,0,i,s,l);64&e.destructible&&t(e,63);8&e.destructible&&t(e,62);return c}(e,n,o,s?0:1,l,u,d,g);case 67174411:return function(e,n,o,r,a,i,s,l,c){e.flags=128^(128|e.flags);const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;J(e,67117056|n);const k=16&n?ue({parent:void 0,type:2},1024):void 0;if(n=33554432^(33554432|n),Q(e,n,16))return yn(e,n,k,o,[],r,0,s,l,c);let p,f=0;e.destructible&=-385;let m=[],b=0,h=0,x=0;const{tokenIndex:T,tokenLine:y,tokenColumn:C}=e;e.assignable=1;for(;16!==e.getToken();){const{tokenIndex:r,tokenLine:s,tokenColumn:l}=e,c=e.getToken();if(143360&c)k&&ge(e,n,k,e.tokenValue,1,0),537079808&~c?36864&~c||(x=1):h=1,p=Ye(e,n,o,a,0,1,1,1,r,s,l),16===e.getToken()||18===e.getToken()?2&e.assignable&&(f|=16,h=1):(1077936155===e.getToken()?h=1:f|=16,p=_e(e,n,o,p,1,0,r,s,l),16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,1,0,r,s,l,p)));else{if(2097152&~c){if(14===c){p=fn(e,n,k,o,16,a,i,0,1,0,r,s,l),16&e.destructible&&t(e,74),h=1,!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),f|=8;break}if(f|=16,p=Oe(e,n,o,1,1,r,s,l),!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),18===e.getToken()&&(b||(b=1,m=[p])),b){for(;Q(e,8192|n,18);)m.push(Oe(e,n,o,1,1,e.tokenIndex,e.tokenLine,e.tokenColumn));e.assignable=2,p=ie(e,n,T,y,C,{type:"SequenceExpression",expressions:m})}return ee(e,n,16),e.destructible=f,p}p=2162700===c?bn(e,67108864|n,k,o,0,1,0,a,i,r,s,l):kn(e,67108864|n,k,o,0,1,0,a,i,r,s,l),f|=e.destructible,h=1,e.assignable=2,16!==e.getToken()&&18!==e.getToken()&&(8&f&&t(e,122),p=_e(e,n,o,p,0,0,r,s,l),f|=16,16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,0,0,r,s,l,p)))}if(!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),!Q(e,8192|n,18))break;if(b||(b=1,m=[p]),16===e.getToken()){f|=8;break}}b&&(e.assignable=2,p=ie(e,n,T,y,C,{type:"SequenceExpression",expressions:m}));ee(e,n,16),16&f&&8&f&&t(e,151);if(f|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken())return 48&f&&t(e,49),524800&n&&128&f&&t(e,31),262400&n&&256&f&&t(e,32),h&&(e.flags|=128),x&&(e.flags|=256),yn(e,n,k,o,b?m:[p],r,0,s,l,c);64&f&&t(e,63);8&f&&t(e,144);return e.destructible=256^(256|e.destructible)|f,32&n?ie(e,n,u,d,g,{type:"ParenthesizedExpression",expression:p}):p}(e,16384|n,o,s,1,0,u,d,g);case 86021:case 86022:case 86023:return function(e,n,t,o,r){const a=N[255&e.getToken()],i=86023===e.getToken()?null:"true"===a;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:i,raw:a}:{type:"Literal",value:i})}(e,n,u,d,g);case 86111:return function(e,n){const{tokenIndex:t,tokenLine:o,tokenColumn:r}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,{type:"ThisExpression"})}(e,n);case 65540:return function(e,n,t,o,r){const{tokenRaw:a,tokenRegExp:i,tokenValue:s}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:s,regex:i,raw:a}:{type:"Literal",value:s,regex:i})}(e,n,u,d,g);case 132:case 86094:return function(e,n,o,r,a,i,s){let l=null,c=null;const u=En(e,n,o);u.length&&(a=e.tokenIndex,i=e.tokenLine,s=e.tokenColumn);n=4194304^(4194560|n),J(e,n),4096&e.getToken()&&20565!==e.getToken()&&(re(e,n,e.getToken())&&t(e,118),537079808&~e.getToken()||t(e,119),l=cn(e,n));let d=n;Q(e,8192|n,20565)?(c=Xe(e,n,o,0,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn),d|=131072):d=131072^(131072|d);const g=An(e,d,n,void 0,o,2,0,r);return e.assignable=2,ie(e,n,a,i,s,{type:"ClassExpression",id:l,superClass:c,body:g,...1&n?{decorators:u}:null})}(e,n,o,l,u,d,g);case 86109:return function(e,n,o,r,a){switch(J(e,n),e.getToken()){case 67108990:t(e,167);case 67174411:131072&n||t(e,28),e.assignable=2;break;case 69271571:case 67108877:65536&n||t(e,29),e.assignable=1;break;default:t(e,30,"super")}return ie(e,n,o,r,a,{type:"Super"})}(e,n,u,d,g);case 67174409:return on(e,n,u,d,g);case 67174408:return rn(e,n,o);case 86107:return function(e,n,o,r,a,i,s){const l=cn(e,8192|n),{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(Q(e,n,67108877)){if(16777216&n&&143493===e.getToken())return e.assignable=2,function(e,n,t,o,r,a){const i=cn(e,n);return ie(e,n,o,r,a,{type:"MetaProperty",meta:t,property:i})}(e,n,l,a,i,s);t(e,94)}e.assignable=2,16842752&~e.getToken()||t(e,65,N[255&e.getToken()]);const g=Ye(e,n,o,2,1,0,r,1,c,u,d);n=33554432^(33554432|n),67108990===e.getToken()&&t(e,168);const k=wn(e,n,o,g,r,c,u,d);return e.assignable=2,ie(e,n,a,i,s,{type:"NewExpression",callee:k,arguments:67174411===e.getToken()?ln(e,n,o,r):[]})}(e,n,o,l,u,d,g);case 134283388:return tn(e,n,u,d,g);case 130:return Vn(e,n,o,0,u,d,g);case 86106:return function(e,n,o,r,a,i,s,l){let c=cn(e,n);if(67108877===e.getToken())return Ze(e,n,c,i,s,l);r&&t(e,142);return c=We(e,n,o,a,i,s,l),e.assignable=2,_e(e,n,o,c,a,0,i,s,l)}(e,n,o,i,l,u,d,g);case 8456256:if(8&n)return Pn(e,n,o,0,u,d,g);default:if(me(n,e.getToken()))return xn(e,n,o,u,d,g);t(e,30,N[255&e.getToken()])}}function Ze(e,n,o,r,a,i){512&n||t(e,169),J(e,n);const s=e.getToken();return 143494!==s&&"meta"!==e.tokenValue?t(e,174):-2147483648&s&&t(e,175),e.assignable=2,ie(e,n,r,a,i,{type:"MetaProperty",meta:o,property:cn(e,n)})}function We(e,n,o,r,a,i,s){ee(e,8192|n,67174411),14===e.getToken()&&t(e,143);const l={type:"ImportExpression",source:Oe(e,n,o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)};if(1&n){let t=null;if(18===e.getToken()&&(ee(e,n,18),16!==e.getToken())){t=Oe(e,33554432^(33554432|n),o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)}l.options=t,Q(e,n,18)}return ee(e,n,16),ie(e,n,a,i,s,l)}function Ke(e,n,o=null){if(!Q(e,n,20579))return[];ee(e,n,2162700);const r=[],a=new Set;for(;1074790415!==e.getToken();){const i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn,c=en(e,n);ee(e,n,21);const u=Qe(e,n),d="Literal"===c.type?c.value:c.name;if("type"===d&&"json"===u.value){null===o||1===o.length&&("ImportDefaultSpecifier"===o[0].type||"ImportNamespaceSpecifier"===o[0].type||"ImportSpecifier"===o[0].type&&"Identifier"===o[0].imported.type&&"default"===o[0].imported.name||"ExportSpecifier"===o[0].type&&"Identifier"===o[0].local.type&&"default"===o[0].local.name)||t(e,140)}a.has(d)&&t(e,145,`${d}`),a.add(d),r.push(ie(e,n,i,s,l,{type:"ImportAttribute",key:c,value:u})),1074790415!==e.getToken()&&ee(e,n,18)}return ee(e,n,1074790415),r}function Qe(e,n){if(134283267===e.getToken())return un(e,n);t(e,30,N[255&e.getToken()])}function en(e,n){return 134283267===e.getToken()?un(e,n):143360&e.getToken()?cn(e,n):void t(e,30,N[255&e.getToken()])}function nn(e,n){return 134283267===e.getToken()?(function(e,n){const o=n.length;for(let r=0;r<o;r++){const a=n.charCodeAt(r);55296==(64512&a)&&(a>56319||++r>=o||56320!=(64512&n.charCodeAt(r)))&&t(e,171,JSON.stringify(n.charAt(r--)))}}(e,e.tokenValue),un(e,n)):143360&e.getToken()?cn(e,n):void t(e,30,N[255&e.getToken()])}function tn(e,n,t,o,r){const{tokenRaw:a,tokenValue:i}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:i,bigint:a.slice(0,-1),raw:a}:{type:"Literal",value:i,bigint:a.slice(0,-1)})}function on(e,n,t,o,r){e.assignable=2;const{tokenValue:a,tokenRaw:i,tokenIndex:s,tokenLine:l,tokenColumn:c}=e;ee(e,n,67174409);return ie(e,n,t,o,r,{type:"TemplateLiteral",expressions:[],quasis:[an(e,n,a,i,s,l,c,!0)]})}function rn(e,n,o){n=33554432^(33554432|n);const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ee(e,-16385&n|8192,67174408);const c=[an(e,n,r,a,i,s,l,!1)],u=[Fe(e,-16385&n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)];for(1074790415!==e.getToken()&&t(e,83);67174409!==e.setToken(D(e,n),!0);){const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ee(e,-16385&n|8192,67174408),c.push(an(e,n,r,a,i,s,l,!1)),u.push(Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),1074790415!==e.getToken()&&t(e,83)}{const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;ee(e,n,67174409),c.push(an(e,n,t,o,r,a,i,!0))}return ie(e,n,i,s,l,{type:"TemplateLiteral",expressions:u,quasis:c})}function an(e,n,t,o,r,a,i,s){const l=ie(e,n,r,a,i,{type:"TemplateElement",value:{cooked:t,raw:o},tail:s}),c=s?1:2;return 2&n&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&n&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function sn(e,n,t,o,r,a){ee(e,8192|(n=33554432^(33554432|n)),14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=1,ie(e,n,o,r,a,{type:"SpreadElement",argument:i})}function ln(e,n,t,o){J(e,8192|n);const r=[];if(16===e.getToken())return J(e,16384|n),r;for(;16!==e.getToken()&&(14===e.getToken()?r.push(sn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn)):r.push(Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)),18===e.getToken())&&(J(e,8192|n),16!==e.getToken()););return ee(e,n,16),r}function cn(e,n){const{tokenValue:t,tokenIndex:o,tokenLine:r,tokenColumn:a}=e,i="await"===t&&!(-2147483648&e.getToken());return J(e,n|(i?8192:0)),ie(e,n,o,r,a,{type:"Identifier",name:t})}function un(e,n){const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;return 134283388===e.getToken()?tn(e,n,r,a,i):(J(e,n),e.assignable=2,ie(e,n,r,a,i,128&n?{type:"Literal",value:t,raw:o}:{type:"Literal",value:t}))}function dn(e,n,o,r,a,i,s,l,c,u,d){J(e,8192|n);const g=i?K(e,n,8391476):0;let k,p=null,f=o?{parent:void 0,type:2}:void 0;if(67174411===e.getToken())1&s||t(e,39,"Function");else{const r=!(4&a)||2048&n&&512&n?64|(l?1024:0)|(g?1024:0):4;oe(e,n,e.getToken()),o&&(4&r?ke(e,n,o,e.tokenValue,r):ge(e,n,o,e.tokenValue,r,a),f=ue(f,256),s&&2&s&&fe(e,e.tokenValue)),k=e.getToken(),143360&e.getToken()?p=cn(e,n):t(e,30,N[255&e.getToken()])}const m=7274496;n=(n|m)^m|16777216|(l?524288:0)|(g?262144:0)|(g?0:67108864),o&&(f=ue(f,512));const b=268471296;return ie(e,n,c,u,d,{type:"FunctionDeclaration",id:p,params:vn(e,-268435457&n|2097152,f,r,0,1),body:ze(e,9437184|(n|b)^b,o?ue(f,128):f,r,8,k,f?.scopeError),async:1===l,generator:1===g})}function gn(e,n,t,o,r,a,i,s){J(e,8192|n);const l=K(e,n,8391476),c=(o?524288:0)|(l?262144:0);let u,d=null,g=16&n?{parent:void 0,type:2}:void 0;const k=275709952;143360&e.getToken()&&(oe(e,(n|k)^k|c,e.getToken()),g&&(g=ue(g,256)),u=e.getToken(),d=cn(e,n)),n=(n|k)^k|16777216|c|(l?0:67108864),g&&(g=ue(g,512));const p=vn(e,-268435457&n|2097152,g,t,r,1),f=ze(e,9437184|-33594369&n,g?ue(g,128):g,t,0,u,g?.scopeError);return e.assignable=2,ie(e,n,a,i,s,{type:"FunctionExpression",id:d,params:p,body:f,async:1===o,generator:1===l})}function kn(e,n,o,r,a,i,s,l,c,u,d,g){J(e,8192|n);const k=[];let p=0;for(n=33554432^(33554432|n);20!==e.getToken();)if(Q(e,8192|n,18))k.push(null);else{let a;const{tokenIndex:u,tokenLine:d,tokenColumn:g,tokenValue:f}=e,m=e.getToken();if(143360&m)if(a=Ye(e,n,r,l,0,1,i,1,u,d,g),1077936155===e.getToken()){2&e.assignable&&t(e,26),J(e,8192|n),o&&de(e,n,o,f,l,c);const k=Oe(e,n,r,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn);a=ie(e,n,u,d,g,s?{type:"AssignmentPattern",left:a,right:k}:{type:"AssignmentExpression",operator:"=",left:a,right:k}),p|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.getToken()||20===e.getToken()?(2&e.assignable?p|=16:o&&de(e,n,o,f,l,c),p|=256&e.destructible?256:128&e.destructible?128:0):(p|=1&l?32:2&l?0:16,a=_e(e,n,r,a,i,0,u,d,g),18!==e.getToken()&&20!==e.getToken()?(1077936155!==e.getToken()&&(p|=16),a=je(e,n,r,i,s,u,d,g,a)):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32));else 2097152&m?(a=2162700===e.getToken()?bn(e,n,o,r,0,i,s,l,c,u,d,g):kn(e,n,o,r,0,i,s,l,c,u,d,g),p|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.getToken()||20===e.getToken()?2&e.assignable&&(p|=16):8&e.destructible?t(e,71):(a=_e(e,n,r,a,i,0,u,d,g),p=2&e.assignable?16:0,18!==e.getToken()&&20!==e.getToken()?a=je(e,n,r,i,s,u,d,g,a):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32))):14===m?(a=fn(e,n,o,r,20,l,c,0,i,s,u,d,g),p|=e.destructible,18!==e.getToken()&&20!==e.getToken()&&t(e,30,N[255&e.getToken()])):(a=Xe(e,n,r,1,0,1,u,d,g),18!==e.getToken()&&20!==e.getToken()?(a=je(e,n,r,i,s,u,d,g,a),3&l||67174411!==m||(p|=16)):2&e.assignable?p|=16:67174411===m&&(p|=1&e.assignable&&3&l?32:16));if(k.push(a),!Q(e,8192|n,18))break;if(20===e.getToken())break}ee(e,n,20);const f=ie(e,n,u,d,g,{type:s?"ArrayPattern":"ArrayExpression",elements:k});return!a&&4194304&e.getToken()?pn(e,n,r,p,i,s,u,d,g,f):(e.destructible=p,f)}function pn(e,n,o,r,a,i,s,l,c,u){1077936155!==e.getToken()&&t(e,26),J(e,8192|n),16&r&&t(e,26),i||ne(e,u);const{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=Oe(e,n,o,1,a,d,g,k);return e.destructible=72^(72|r)|(128&e.destructible?128:0)|(256&e.destructible?256:0),ie(e,n,s,l,c,i?{type:"AssignmentPattern",left:u,right:p}:{type:"AssignmentExpression",left:u,operator:"=",right:p})}function fn(e,n,o,r,a,i,s,l,c,u,d,g,k){J(e,8192|n);let p=null,f=0;const{tokenValue:m,tokenIndex:b,tokenLine:h,tokenColumn:x}=e;let T=e.getToken();if(143360&T)e.assignable=1,p=Ye(e,n,r,i,0,1,c,1,b,h,x),T=e.getToken(),p=_e(e,n,r,p,c,0,b,h,x),18!==e.getToken()&&e.getToken()!==a&&(2&e.assignable&&1077936155===e.getToken()&&t(e,71),f|=16,p=je(e,n,r,c,u,b,h,x,p)),2&e.assignable?f|=16:T===a||18===T?o&&de(e,n,o,m,i,s):f|=32,f|=128&e.destructible?128:0;else if(T===a)t(e,41);else{if(!(2097152&T)){f|=32,p=Xe(e,n,r,1,c,1,e.tokenIndex,e.tokenLine,e.tokenColumn);const{tokenIndex:o,tokenLine:i,tokenColumn:s}=e,l=e.getToken();return 1077936155===l?(2&e.assignable&&t(e,26),p=je(e,n,r,c,u,o,i,s,p),f|=16):(18===l?f|=16:l!==a&&(p=je(e,n,r,c,u,o,i,s,p)),f|=1&e.assignable?32:16),e.destructible=f,e.getToken()!==a&&18!==e.getToken()&&t(e,161),ie(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}p=2162700===e.getToken()?bn(e,n,o,r,1,c,u,i,s,b,h,x):kn(e,n,o,r,1,c,u,i,s,b,h,x),T=e.getToken(),1077936155!==T&&T!==a&&18!==T?(8&e.destructible&&t(e,71),p=_e(e,n,r,p,c,0,b,h,x),f|=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(p=Me(e,n,r,1,b,h,x,4,T,p)),Q(e,8192|n,22)&&(p=He(e,n,r,p,b,h,x)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),p=je(e,n,r,c,u,b,h,x,p))):f|=1074790415===a&&1077936155!==T?16:e.destructible}if(e.getToken()!==a)if(1&i&&(f|=l?16:32),Q(e,8192|n,1077936155)){16&f&&t(e,26),ne(e,p);const o=Oe(e,n,r,1,c,e.tokenIndex,e.tokenLine,e.tokenColumn);p=ie(e,n,b,h,x,u?{type:"AssignmentPattern",left:p,right:o}:{type:"AssignmentExpression",left:p,operator:"=",right:o}),f=16}else f|=16;return e.destructible=f,ie(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}function mn(e,n,r,a,i,s,l,c){const u=2883584|(64&a?0:4325376);let d=16&(n=25231360|((n|u)^u|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0)))?ue({parent:void 0,type:2},512):void 0;const g=function(e,n,r,a,i,s,l){ee(e,n,67174411);const c=[];if(e.flags=128^(128|e.flags),16===e.getToken())return 512&i&&t(e,37,"Setter","one",""),J(e,n),c;256&i&&t(e,37,"Getter","no","s");512&i&&14===e.getToken()&&t(e,38);n=33554432^(33554432|n);let u=0,d=0;for(;18!==e.getToken();){let o=null;const{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;if(143360&e.getToken()?(256&n||(36864&~e.getToken()||(e.flags|=256),537079808&~e.getToken()||(e.flags|=512)),o=Un(e,n,r,1|i,0,g,k,p)):(2162700===e.getToken()?o=bn(e,n,r,a,1,l,1,s,0,g,k,p):69271571===e.getToken()?o=kn(e,n,r,a,1,l,1,s,0,g,k,p):14===e.getToken()&&(o=fn(e,n,r,a,16,s,0,0,l,1,g,k,p)),d=1,48&e.destructible&&t(e,50)),1077936155===e.getToken()){J(e,8192|n),d=1;o=ie(e,n,g,k,p,{type:"AssignmentPattern",left:o,right:Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(u++,c.push(o),!Q(e,n,18))break;if(16===e.getToken())break}512&i&&1!==u&&t(e,37,"Setter","one","");r&&r.scopeError&&o(r.scopeError);d&&(e.flags|=128);return ee(e,n,16),c}(e,-268435457&n|2097152,d,r,a,1,i);d&&(d=ue(d,128));return ie(e,n,s,l,c,{type:"FunctionExpression",params:g,body:ze(e,9437184|-301992961&n,d,r,0,void 0,d?.parent?.scopeError),async:(16&a)>0,generator:(8&a)>0,id:null})}function bn(e,n,o,a,i,s,l,c,u,d,g,k){J(e,n);const p=[];let f=0,m=0;for(n=33554432^(33554432|n);1074790415!==e.getToken();){const{tokenValue:i,tokenLine:d,tokenColumn:g,tokenIndex:k}=e,b=e.getToken();if(14===b)p.push(fn(e,n,o,a,1074790415,c,u,0,s,l,k,d,g));else{let h,x=0,T=null;if(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken())if(-2147483527===e.getToken()&&(f|=16),T=cn(e,n),18===e.getToken()||1074790415===e.getToken()||1077936155===e.getToken())if(x|=4,256&n&&!(537079808&~b)?f|=16:te(e,n,c,b,0),o&&de(e,n,o,i,c,u),Q(e,8192|n,1077936155)){f|=8;const t=Oe(e,n,a,1,s,e.tokenIndex,e.tokenLine,e.tokenColumn);f|=256&e.destructible?256:128&e.destructible?128:0,h=ie(e,n,k,d,g,{type:"AssignmentPattern",left:134217728&n?Object.assign({},T):T,right:t})}else f|=(209006===b?128:0)|(-2147483528===b?16:0),h=134217728&n?Object.assign({},T):T;else if(Q(e,8192|n,21)){const{tokenIndex:r,tokenLine:d,tokenColumn:g}=e;if("__proto__"===i&&m++,143360&e.getToken()){const t=e.getToken(),i=e.tokenValue;h=Ye(e,n,a,c,0,1,s,1,r,d,g);const k=e.getToken();h=_e(e,n,a,h,s,0,r,d,g),18===e.getToken()||1074790415===e.getToken()?1077936155===k||1074790415===k||18===k?(f|=128&e.destructible?128:0,2&e.assignable?f|=16:!o||143360&~t||de(e,n,o,i,c,u)):f|=1&e.assignable?32:16:4194304&~e.getToken()?(f|=16,8388608&~e.getToken()||(h=Me(e,n,a,1,r,d,g,4,k,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,d,g))):(2&e.assignable?f|=16:1077936155!==k?f|=32:o&&de(e,n,o,i,c,u),h=je(e,n,a,s,l,r,d,g,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,s,1,r,d,g),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,r,d,g),f=2&e.assignable?16:0,18!==e.getToken()&&1074790415!==b&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,r,d,g,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,r,d,g):bn(e,n,o,a,0,s,l,c,u,r,d,g),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&e.destructible?t(e,71):(h=_e(e,n,a,h,s,0,r,d,g),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,r,d,g,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,d,g)),f|=2&e.assignable?16:32):h=Je(e,n,a,s,l,r,d,g,h)))}else 69271571===e.getToken()?(f|=16,209005===b&&(x|=16),x|=2|(12400===b?256:12401===b?512:1),T=hn(e,n,a,s),f|=e.assignable,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):143360&e.getToken()?(f|=16,-2147483528===b&&t(e,95),209005===b?(1&e.flags&&t(e,132),x|=17):12400===b?x|=256:12401===b?x|=512:t(e,0),T=cn(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):67174411===e.getToken()?(f|=16,x|=1,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):8391476===e.getToken()?(f|=16,12400===b?t(e,42):12401===b?t(e,43):209005!==b&&t(e,30,N[52]),J(e,n),x|=9|(209005===b?16:0),143360&e.getToken()?T=cn(e,n):134217728&~e.getToken()?69271571===e.getToken()?(x|=2,T=hn(e,n,a,s),f|=e.assignable):t(e,30,N[255&e.getToken()]):T=un(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):134217728&~e.getToken()?t(e,133):(209005===b&&(x|=16),x|=12400===b?256:12401===b?512:1,f|=16,T=un(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn));else if(134217728&~e.getToken())if(69271571===e.getToken())if(T=hn(e,n,a,s),f|=256&e.destructible?256:0,x|=2,21===e.getToken()){J(e,8192|n);const{tokenIndex:r,tokenLine:i,tokenColumn:d,tokenValue:g}=e,k=e.getToken();if(143360&e.getToken()){h=Ye(e,n,a,c,0,1,s,1,r,i,d);const t=e.getToken();h=_e(e,n,a,h,s,0,r,i,d),4194304&~e.getToken()?18===e.getToken()||1074790415===e.getToken()?1077936155===t||1074790415===t||18===t?2&e.assignable?f|=16:!o||143360&~k||de(e,n,o,g,c,u):f|=1&e.assignable?32:16:(f|=16,h=je(e,n,a,s,l,r,i,d,h)):(f|=2&e.assignable?16:1077936155===t?0:32,h=Je(e,n,a,s,l,r,i,d,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,0,1,r,i,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,r,i,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,r,i,d,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,r,i,d):bn(e,n,o,a,0,s,l,c,u,r,i,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&f?t(e,62):(h=_e(e,n,a,h,s,0,r,i,d),f=2&e.assignable?16|f:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,r,i,d,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,i,d)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),h=Je(e,n,a,s,l,r,i,d,h))))}else 67174411===e.getToken()?(x|=1,h=mn(e,n,a,x,s,e.tokenIndex,d,g),f=16):t(e,44);else if(8391476===b)if(ee(e,8192|n,8391476),x|=8,143360&e.getToken()){const t=e.getToken();T=cn(e,n),x|=1,67174411===e.getToken()?(f|=16,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,209005===t?46:12400===t||12401===e.getToken()?45:47,N[255&t])}else 134217728&~e.getToken()?69271571===e.getToken()?(f|=16,x|=3,T=hn(e,n,a,s),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):t(e,126):(f|=16,T=un(e,n),x|=1,h=mn(e,n,a,x,s,k,d,g));else t(e,30,N[255&b]);else if(T=un(e,n),21===e.getToken()){ee(e,8192|n,21);const{tokenIndex:t,tokenLine:r,tokenColumn:d}=e;if("__proto__"===i&&m++,143360&e.getToken()){h=Ye(e,n,a,c,0,1,s,1,t,r,d);const{tokenValue:i}=e,g=e.getToken();h=_e(e,n,a,h,s,0,t,r,d),18===e.getToken()||1074790415===e.getToken()?1077936155===g||1074790415===g||18===g?2&e.assignable?f|=16:o&&de(e,n,o,i,c,u):f|=1&e.assignable?32:16:1077936155===e.getToken()?(2&e.assignable&&(f|=16),h=je(e,n,a,s,l,t,r,d,h)):(f|=16,h=je(e,n,a,s,l,t,r,d,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,0,1,t,r,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,t,r,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,t,r,d,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,t,r,d):bn(e,n,o,a,0,s,l,c,u,t,r,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&~e.destructible&&(h=_e(e,n,a,h,s,0,t,r,d),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,t,r,d,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,t,r,d)),f|=2&e.assignable?16:32):h=Je(e,n,a,s,l,t,r,d,h)))}else 67174411===e.getToken()?(x|=1,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn),f=16|e.assignable):t(e,134);f|=128&e.destructible?128:0,e.destructible=f,p.push(ie(e,n,k,d,g,{type:"Property",key:T,value:h,kind:768&x?512&x?"set":"get":"init",computed:(2&x)>0,method:(1&x)>0,shorthand:(4&x)>0}))}if(f|=e.destructible,18!==e.getToken())break;J(e,n)}ee(e,n,1074790415),m>1&&(f|=64);const b=ie(e,n,d,g,k,{type:l?"ObjectPattern":"ObjectExpression",properties:p});return!i&&4194304&e.getToken()?pn(e,n,a,f,s,l,d,g,k,b):(e.destructible=f,b)}function hn(e,n,t,o){J(e,8192|n);const r=Oe(e,33554432^(33554432|n),t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,20),r}function xn(e,n,t,o,r,a){const{tokenValue:i}=e;let s=0,l=0;537079808&~e.getToken()?36864&~e.getToken()||(l=1):s=1;const c=cn(e,n);if(e.assignable=1,10===e.getToken()){let u;return 16&n&&(u=le(e,n,i)),s&&(e.flags|=128),l&&(e.flags|=256),Cn(e,n,u,t,[c],0,o,r,a)}return c}function Tn(e,n,o,r,a,i,s,l,c,u,d){s||t(e,57),i&&t(e,51),e.flags&=-129;return Cn(e,n,16&n?le(e,n,r):void 0,o,[a],l,c,u,d)}function yn(e,n,o,r,a,i,s,l,c,u){i||t(e,57);for(let n=0;n<a.length;++n)ne(e,a[n]);return Cn(e,n,o,r,a,s,l,c,u)}function Cn(e,n,r,a,i,s,l,c,u){1&e.flags&&t(e,48),ee(e,8192|n,10);const d=271319040;n=(n|d)^d|(s?524288:0);const g=2162700!==e.getToken();let k;if(r&&r.scopeError&&o(r.scopeError),g)e.flags=4928^(4928|e.flags),k=Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);else{r&&(r=ue(r,128));const o=33557504;switch(k=ze(e,(n|o)^o|1048576,r,a,16,void 0,void 0),e.getToken()){case 69271571:1&e.flags||t(e,116);break;case 67108877:case 67174409:case 22:t(e,117);case 67174411:1&e.flags||t(e,116),e.flags|=1024}8388608&~e.getToken()||1&e.flags||t(e,30,N[255&e.getToken()]),33619968&~e.getToken()||t(e,125)}return e.assignable=2,ie(e,n,l,c,u,{type:"ArrowFunctionExpression",params:i,body:k,async:1===s,expression:g})}function vn(e,n,r,a,i,s){ee(e,n,67174411),e.flags=128^(128|e.flags);const l=[];if(Q(e,n,16))return l;n=33554432^(33554432|n);let c=0;for(;18!==e.getToken();){let o;const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=e.getToken();if(143360&k?(256&n||(36864&~k||(e.flags|=256),537079808&~k||(e.flags|=512)),o=Un(e,n,r,1|s,0,u,d,g)):(2162700===k?o=bn(e,n,r,a,1,i,1,s,0,u,d,g):69271571===k?o=kn(e,n,r,a,1,i,1,s,0,u,d,g):14===k?o=fn(e,n,r,a,16,s,0,0,i,1,u,d,g):t(e,30,N[255&k]),c=1,48&e.destructible&&t(e,50)),1077936155===e.getToken()){J(e,8192|n),c=1;o=ie(e,n,u,d,g,{type:"AssignmentPattern",left:o,right:Oe(e,n,a,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(l.push(o),!Q(e,n,18))break;if(16===e.getToken())break}return c&&(e.flags|=128),r&&(c||256&n)&&r.scopeError&&o(r.scopeError),ee(e,n,16),l}function wn(e,n,t,o,r,a,i,s){const l=e.getToken();if(67108864&l){if(67108877===l){J(e,67108864|n),e.assignable=1;return wn(e,n,t,ie(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!1,property:$e(e,n,t)}),0,a,i,s)}if(69271571===l){J(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=Fe(e,n,t,r,1,l,c,u);return ee(e,n,20),e.assignable=1,wn(e,n,t,ie(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!0,property:d}),0,a,i,s)}if(67174408===l||67174409===l)return e.assignable=2,wn(e,n,t,ie(e,n,a,i,s,{type:"TaggedTemplateExpression",tag:o,quasi:67174408===e.getToken()?rn(e,16384|n,t):on(e,16384|n,e.tokenIndex,e.tokenLine,e.tokenColumn)}),0,a,i,s)}return o}function Ln(e,n,o,r,a,i,s){return 209006===e.getToken()&&t(e,31),262400&n&&241771===e.getToken()&&t(e,32),be(e,n,e.getToken()),36864&~e.getToken()||(e.flags|=256),Tn(e,-268435457&n|524288,o,e.tokenValue,cn(e,n),0,r,1,a,i,s)}function In(e,n,o,r,a,i,s,l,c,u,d){J(e,8192|n);const g=16&n?ue({parent:void 0,type:2},1024):void 0;if(Q(e,n=33554432^(33554432|n),16))return 10===e.getToken()?(1&l&&t(e,48),yn(e,n,g,o,[],a,1,c,u,d)):ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:[]});let k=0,p=null,f=0;e.destructible=384^(384|e.destructible);const m=[];for(;16!==e.getToken();){const{tokenIndex:a,tokenLine:l,tokenColumn:b}=e,h=e.getToken();if(143360&h)g&&ge(e,n,g,e.tokenValue,i,0),537079808&~h?36864&~h||(e.flags|=256):e.flags|=512,p=Ye(e,n,o,i,0,1,1,1,a,l,b),16===e.getToken()||18===e.getToken()?2&e.assignable&&(k|=16,f=1):(1077936155===e.getToken()?f=1:k|=16,p=_e(e,n,o,p,1,0,a,l,b),16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,1,0,a,l,b,p)));else if(2097152&h)p=2162700===h?bn(e,n,g,o,0,1,0,i,s,a,l,b):kn(e,n,g,o,0,1,0,i,s,a,l,b),k|=e.destructible,f=1,16!==e.getToken()&&18!==e.getToken()&&(8&k&&t(e,122),p=_e(e,n,o,p,0,0,a,l,b),k|=16,8388608&~e.getToken()||(p=Me(e,n,o,1,c,u,d,4,h,p)),Q(e,8192|n,22)&&(p=He(e,n,o,p,c,u,d)));else{if(14!==h){for(p=Oe(e,n,o,1,0,a,l,b),k=e.assignable,m.push(p);Q(e,8192|n,18);)m.push(Oe(e,n,o,1,0,a,l,b));return k|=e.assignable,ee(e,n,16),e.destructible=16|k,e.assignable=2,ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m})}p=fn(e,n,g,o,16,i,s,1,1,0,a,l,b),k|=(16===e.getToken()?0:16)|e.destructible,f=1}if(m.push(p),!Q(e,8192|n,18))break}return ee(e,n,16),k|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken()?(48&k&&t(e,27),(1&e.flags||1&l)&&t(e,48),128&k&&t(e,31),262400&n&&256&k&&t(e,32),f&&(e.flags|=128),yn(e,524288|n,g,o,m,a,1,c,u,d)):(64&k&&t(e,63),8&k&&t(e,62),e.assignable=2,ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m}))}function qn(e,n,o,r,a,i,s,l){let c=En(e,n,r);c.length&&(i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn),e.leadingDecorators.length&&(e.leadingDecorators.push(...c),c=e.leadingDecorators,e.leadingDecorators=[]),J(e,n=4194304^(4194560|n));let u=null,d=null;const{tokenValue:g}=e;4096&e.getToken()&&20565!==e.getToken()?(re(e,n,e.getToken())&&t(e,118),537079808&~e.getToken()||t(e,119),o&&(ge(e,n,o,g,32,0),a&&2&a&&fe(e,g)),u=cn(e,n)):1&a||t(e,39,"Class");let k=n;Q(e,8192|n,20565)?(d=Xe(e,n,r,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn),k|=131072):k=131072^(131072|k);return ie(e,n,i,s,l,{type:"ClassDeclaration",id:u,superClass:d,body:An(e,k,n,o,r,2,8,0),...1&n?{decorators:c}:null})}function En(e,n,t){const o=[];if(1&n)for(;132===e.getToken();)o.push(Sn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}function Sn(e,n,t,o,r,a){J(e,8192|n);let i=Ye(e,n,t,2,0,1,0,1,o,r,a);return i=_e(e,n,t,i,0,0,o,r,a),ie(e,n,o,r,a,{type:"Decorator",expression:i})}function An(e,o,r,a,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=16&o?{parent:i,refs:Object.create(null)}:void 0;ee(e,8192|o,2162700);const p=301989888;o=(o|p)^p;const f=32&e.flags;e.flags=32^(32|e.flags);const m=[];let b;for(;1074790415!==e.getToken();){let n=0;b=En(e,o,k),n=b.length,n>0&&"constructor"===e.tokenValue&&t(e,109),1074790415===e.getToken()&&t(e,108),Q(e,o,1074790417)?n>0&&t(e,120):m.push(Dn(e,o,a,k,r,s,b,0,c,e.tokenIndex,e.tokenLine,e.tokenColumn))}return ee(e,8&l?8192|o:o,1074790415),k&&function(e){for(const t in e.refs)if(!pe(t,e)){const{index:o,line:r,column:a}=e.refs[t][0];throw new n(o,r,a,o+t.length,r,a+t.length,4,t)}}(k),e.flags=-33&e.flags|f,ie(e,o,u,d,g,{type:"ClassBody",body:m})}function Dn(e,n,o,r,a,i,s,l,c,u,d,g){let k=l?32:0,p=null;const{tokenIndex:f,tokenLine:m,tokenColumn:b}=e,h=e.getToken();if(176128&h||-2147483528===h)switch(p=cn(e,n),h){case 36970:if(!l&&67174411!==e.getToken()&&1048576&~e.getToken()&&1077936155!==e.getToken())return Dn(e,n,o,r,a,i,s,1,c,u,d,g);break;case 209005:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=16|(K(e,n,8391476)?8:0)}break;case 12400:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=256}break;case 12401:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=512}break;case 12402:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);1&n&&(k|=1024)}}else if(69271571===h)k|=2,p=hn(e,a,r,c);else if(134217728&~h)if(8391476===h)k|=8,J(e,n);else if(130===e.getToken())k|=8192,p=Vn(e,4096|n,r,768,f,m,b);else if(1073741824&~e.getToken()){if(l&&2162700===h)return function(e,n,t,o,r,a,i){t&&(t=ue(t,2));const s=1475584;n=285802496|(n|s)^s;const{body:l}=Ce(e,n,t,o,{},r,a,i);return ie(e,n,r,a,i,{type:"StaticBlock",body:l})}(e,4096|n,o,r,f,m,b);-2147483527===h?(p=cn(e,n),67174411!==e.getToken()&&t(e,30,N[255&e.getToken()])):t(e,30,N[255&e.getToken()])}else k|=128;else p=un(e,n);if(1816&k&&(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()?p=cn(e,n):134217728&~e.getToken()?69271571===e.getToken()?(k|=2,p=hn(e,n,r,0)):130===e.getToken()?(k|=8192,p=Vn(e,n,r,k,f,m,b)):t(e,135):p=un(e,n)),2&k||("constructor"===e.tokenValue?(1073741824&~e.getToken()?32&k||67174411!==e.getToken()||(920&k?t(e,53,"accessor"):131072&n||(32&e.flags?t(e,54):e.flags|=32)):t(e,129),k|=64):!(8192&k)&&32&k&&"prototype"===e.tokenValue&&t(e,52)),1024&k||67174411!==e.getToken()&&!(768&k))return Rn(e,n,r,p,k,s,f,m,b);return ie(e,n,u,d,g,{type:"MethodDefinition",kind:!(32&k)&&64&k?"constructor":256&k?"get":512&k?"set":"method",static:(32&k)>0,computed:(2&k)>0,key:p,value:mn(e,4096|n,r,k,c,e.tokenIndex,e.tokenLine,e.tokenColumn),...1&n?{decorators:s}:null})}function Vn(e,n,o,r,a,i,s){J(e,n);const{tokenValue:l}=e;return"constructor"===l&&t(e,128),16&n&&(o||t(e,4,l),r?function(e,n,o,r){let a=800&r;768&a||(a|=768);const i=n["#"+o];void 0!==i&&((32&i)!=(32&a)||i&a&768)&&t(e,146,o),n["#"+o]=i?i|a:a}(e,o,l,r):function(e,n,t){n.refs[t]??=[],n.refs[t].push({index:e.tokenIndex,line:e.tokenLine,column:e.tokenColumn})}(e,o,l)),J(e,n),ie(e,n,a,i,s,{type:"PrivateIdentifier",name:l})}function Rn(e,n,o,r,a,i,s,l,c){let u=null;if(8&a&&t(e,0),1077936155===e.getToken()){J(e,8192|n);const{tokenIndex:r,tokenLine:i,tokenColumn:s}=e;537079927===e.getToken()&&t(e,119);const l=2883584|(64&a?0:4325376);u=Ye(e,4096|(n=16842752|((n|l)^l|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0))),o,2,0,1,0,1,r,i,s),!(1073741824&~e.getToken())&&4194304&~e.getToken()||(u=_e(e,4096|n,o,u,0,0,r,i,s),u=je(e,4096|n,o,0,0,r,i,s,u))}return Z(e,n),ie(e,n,s,l,c,{type:1024&a?"AccessorProperty":"PropertyDefinition",key:r,value:u,static:(32&a)>0,computed:(2&a)>0,...1&n?{decorators:i}:null})}function Nn(e,n,o,r,a,i,s,l,c){if(143360&e.getToken()||!(256&n)&&-2147483527===e.getToken())return Un(e,n,o,a,i,s,l,c);2097152&~e.getToken()&&t(e,30,N[255&e.getToken()]);const u=69271571===e.getToken()?kn(e,n,o,r,1,0,1,a,i,s,l,c):bn(e,n,o,r,1,0,1,a,i,s,l,c);return 16&e.destructible&&t(e,50),32&e.destructible&&t(e,50),u}function Un(e,n,o,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();return 256&n&&(537079808&~u?36864&~u&&-2147483527!==u||t(e,118):t(e,119)),20480&~u||t(e,102),241771===u&&(262144&n&&t(e,32),512&n&&t(e,111)),73==(255&u)&&24&r&&t(e,100),209006===u&&(524288&n&&t(e,176),512&n&&t(e,110)),J(e,n),o&&de(e,n,o,c,r,a),ie(e,n,i,s,l,{type:"Identifier",name:c})}function Pn(e,n,o,r,a,i,s){if(r||ee(e,n,8456256),8390721===e.getToken()){const t=function(e,n,t,o,r){return $(e,n),ie(e,n,t,o,r,{type:"JSXOpeningFragment"})}(e,n,a,i,s),[l,c]=function(e,n,t,o){const r=[];for(;;){const a=On(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingFragment"===a.type)return[r,a];r.push(a)}}(e,n,o,r);return ie(e,n,a,i,s,{type:"JSXFragment",openingFragment:t,children:l,closingFragment:c})}8457014===e.getToken()&&t(e,30,N[255&e.getToken()]);let l=null,c=[];const u=function(e,n,o,r,a,i,s){143360&~e.getToken()&&4096&~e.getToken()&&t(e,0);const l=Fn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn),c=function(e,n,t){const o=[];for(;8457014!==e.getToken()&&8390721!==e.getToken()&&1048576!==e.getToken();)o.push(Jn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}(e,n,o),u=8457014===e.getToken();u&&ee(e,n,8457014);8390721!==e.getToken()&&t(e,25,N[65]);r||!u?$(e,n):J(e,n);return ie(e,n,a,i,s,{type:"JSXOpeningElement",name:l,attributes:c,selfClosing:u})}(e,n,o,r,a,i,s);if(!u.selfClosing){[c,l]=function(e,n,t,o){const r=[];for(;;){const a=Bn(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingElement"===a.type)return[r,a];r.push(a)}}(e,n,o,r);const a=se(l.name);se(u.name)!==a&&t(e,155,a)}return ie(e,n,a,i,s,{type:"JSXElement",children:c,openingElement:u,closingElement:l})}function Bn(e,n,o,r,a,i,s){return 137===e.getToken()?Gn(e,n,a,i,s):2162700===e.getToken()?Mn(e,n,o,1,0,a,i,s):8456256===e.getToken()?(J(e,n),8457014===e.getToken()?function(e,n,o,r,a,i){ee(e,n,8457014);const s=Fn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8390721!==e.getToken()&&t(e,25,N[65]),o?$(e,n):J(e,n),ie(e,n,r,a,i,{type:"JSXClosingElement",name:s})}(e,n,r,a,i,s):Pn(e,n,o,1,a,i,s)):void t(e,0)}function On(e,n,o,r,a,i,s){return 137===e.getToken()?Gn(e,n,a,i,s):2162700===e.getToken()?Mn(e,n,o,1,0,a,i,s):8456256===e.getToken()?(J(e,n),8457014===e.getToken()?function(e,n,o,r,a,i){return ee(e,n,8457014),8390721!==e.getToken()&&t(e,25,N[65]),o?$(e,n):J(e,n),ie(e,n,r,a,i,{type:"JSXClosingFragment"})}(e,n,r,a,i,s):Pn(e,n,o,1,a,i,s)):void t(e,0)}function Gn(e,n,t,o,r){J(e,n);const a={type:"JSXText",value:e.tokenValue};return 128&n&&(a.raw=e.tokenRaw),ie(e,n,t,o,r,a)}function Fn(e,n,t,o,r){Y(e);let a=zn(e,n,t,o,r);if(21===e.getToken())return Hn(e,n,a,t,o,r);for(;Q(e,n,67108877);)Y(e),a=jn(e,n,a,t,o,r);return a}function jn(e,n,t,o,r,a){return ie(e,n,o,r,a,{type:"JSXMemberExpression",object:t,property:zn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function Jn(e,n,o,r,a,i){if(2162700===e.getToken())return function(e,n,t,o,r,a){J(e,n),ee(e,n,14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,1074790415),ie(e,n,o,r,a,{type:"JSXSpreadAttribute",argument:i})}(e,n,o,r,a,i);Y(e);let s=null,l=zn(e,n,r,a,i);if(21===e.getToken()&&(l=Hn(e,n,l,r,a,i)),1077936155===e.getToken()){const r=_(e,n),{tokenIndex:a,tokenLine:i,tokenColumn:l}=e;switch(r){case 134283267:s=un(e,n);break;case 8456256:s=Pn(e,n,o,0,a,i,l);break;case 2162700:s=Mn(e,n,o,0,1,a,i,l);break;default:t(e,154)}}return ie(e,n,r,a,i,{type:"JSXAttribute",value:s,name:l})}function Hn(e,n,t,o,r,a){ee(e,n,21);return ie(e,n,o,r,a,{type:"JSXNamespacedName",namespace:t,name:zn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function Mn(e,n,o,r,a,i,s,l){J(e,8192|n);const{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(14===e.getToken())return function(e,n,t,o,r,a){ee(e,n,14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,1074790415),ie(e,n,o,r,a,{type:"JSXSpreadChild",expression:i})}(e,n,o,i,s,l);let g=null;return 1074790415===e.getToken()?(a&&t(e,157),g=function(e,n,t,o,r){return e.startIndex=e.tokenIndex,e.startLine=e.tokenLine,e.startColumn=e.tokenColumn,ie(e,n,t,o,r,{type:"JSXEmptyExpression"})}(e,n,e.startIndex,e.startLine,e.startColumn)):g=Oe(e,n,o,1,0,c,u,d),1074790415!==e.getToken()&&t(e,25,N[15]),r?$(e,n):J(e,n),ie(e,n,i,s,l,{type:"JSXExpressionContainer",expression:g})}function zn(e,n,t,o,r){const{tokenValue:a}=e;return J(e,n),ie(e,n,t,o,r,{type:"JSXIdentifier",name:a})}var Xn=Object.freeze({__proto__:null}),_n="6.0.1";function $n(e,n){return he(e,n,0)}function Yn(e,n){return he(e,n,768)}function Zn(e,n){return he(e,n,0)}export{Xn as ESTree,Zn as parse,Yn as parseModule,$n as parseScript,_n as version};
|
|
1
|
+
const e={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'};class n extends SyntaxError{constructor(n,t,o,r,a,i,s,...l){const c="["+t+":"+o+"-"+a+":"+i+"]: "+e[s].replace(/%(\d+)/g,((e,n)=>l[n]));super(`${c}`),this.start=n,this.end=r,this.range=[n,r],this.loc={start:{line:t,column:o},end:{line:a,column:i}},this.description=c}}function t(e,t,...o){throw new n(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,t,...o)}function o(e){throw new n(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,e.type,...e.params)}function r(e,t,o,r,a,i,s,...l){throw new n(e,t,o,r,a,i,s,...l)}function a(e,t,o,r,a,i,s){throw new n(e,t,o,r,a,i,s)}function i(e){return!!(1&s[34816+(e>>>5)]>>>e)}const s=((e,n)=>{const t=new Uint32Array(104448);let o=0,r=0;for(;o<3822;){const a=e[o++];if(a<0)r-=a;else{let i=e[o++];2&a&&(i=n[i]),1&a?t.fill(i,r,r+=e[o++]):t[r++]=i}}return t})([-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 l(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function c(e){const n=e.currentChar;if(55296!=(64512&n))return 0;const t=e.source.charCodeAt(e.index+1);return 56320!=(64512&t)?0:65536+((1023&n)<<10)+(1023&t)}function u(e,n){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&n||(e.column=0,e.line++)}function d(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function g(e){return e<65?e-48:e-65+10&15}function k(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 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}const p=[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],f=[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],m=[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 b(e){return e<=127?f[e]>0:i(e)}function h(e){return e<=127?m[e]>0:function(e){return!!(1&s[0+(e>>>5)]>>>e)}(e)||8204===e||8205===e}const x=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function T(e,n,o,r,a,i,s,l){return 512&r&&t(e,0),y(e,n,o,a,i,s,l)}function y(e,n,t,o,r,a,i){const{index:s}=e;for(e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column;e.index<e.end;){if(8&p[e.currentChar]){const t=13===e.currentChar;d(e),t&&e.index<e.end&&10===e.currentChar&&(e.currentChar=n.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){d(e);break}l(e),e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column}if(e.onComment){const t={start:{line:a,column:i},end:{line:e.tokenLine,column:e.tokenColumn}};e.onComment(x[255&o],n.slice(s,e.tokenIndex),r,e.tokenIndex,t)}return 1|t}function C(e,n,o){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let t=!1;for(;42===e.currentChar;)if(t||(o&=-5,t=!0),47===l(e)){if(l(e),e.onComment){const t={start:{line:e.tokenLine,column:e.tokenColumn},end:{line:e.line,column:e.column}};e.onComment(x[1],n.slice(r,e.index-2),r-2,e.index,t)}return e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column,o}if(t)continue;8&p[e.currentChar]?13===e.currentChar?(o|=5,d(e)):(u(e,o),o=-5&o|1):l(e)}else(8232^e.currentChar)<=1?(o=-5&o|1,d(e)):(o&=-5,l(e));t(e,18)}var v,w;function L(e,n){const o=e.index;let r=v.Empty;e:for(;;){const n=e.currentChar;if(l(e),r&v.Escape)r&=~v.Escape;else switch(n){case 47:if(r)break;break e;case 92:r|=v.Escape;break;case 91:r|=v.Class;break;case 93:r&=v.Escape}if(13!==n&&10!==n&&8232!==n&&8233!==n||t(e,34),e.index>=e.source.length)return t(e,34)}const a=e.index-1;let i=w.Empty,s=e.currentChar;const{index:c}=e;for(;h(s);){switch(s){case 103:i&w.Global&&t(e,36,"g"),i|=w.Global;break;case 105:i&w.IgnoreCase&&t(e,36,"i"),i|=w.IgnoreCase;break;case 109:i&w.Multiline&&t(e,36,"m"),i|=w.Multiline;break;case 117:i&w.Unicode&&t(e,36,"u"),i&w.UnicodeSets&&t(e,36,"vu"),i|=w.Unicode;break;case 118:i&w.Unicode&&t(e,36,"uv"),i&w.UnicodeSets&&t(e,36,"v"),i|=w.UnicodeSets;break;case 121:i&w.Sticky&&t(e,36,"y"),i|=w.Sticky;break;case 115:i&w.DotAll&&t(e,36,"s"),i|=w.DotAll;break;case 100:i&w.Indices&&t(e,36,"d"),i|=w.Indices;break;default:t(e,35)}s=l(e)}const u=e.source.slice(c,e.index),d=e.source.slice(o,a);return e.tokenRegExp={pattern:d,flags:u},128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),e.tokenValue=function(e,n,o){try{return new RegExp(n,o)}catch{try{return new RegExp(n,o),null}catch{t(e,34)}}}(e,d,u),65540}function I(e,n,o){const{index:r}=e;let a="",i=l(e),s=e.index;for(;!(8&p[i]);){if(i===o)return a+=e.source.slice(s,e.index),l(e),128&n&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=a,134283267;if(!(8&~i)&&92===i){if(a+=e.source.slice(s,e.index),i=l(e),i<127||8232===i||8233===i){const t=q(e,n,i);t>=0?a+=String.fromCodePoint(t):E(e,t,0)}else a+=String.fromCodePoint(i);s=e.index+1}e.index>=e.end&&t(e,16),i=l(e)}t(e,16)}function q(e,n,t,o=0){switch(t){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){const n=e.source.charCodeAt(e.index+1);10===n&&(e.index=e.index+1,e.currentChar=n)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=t-48,a=e.index+1,i=e.column+1;if(a<e.end){const t=e.source.charCodeAt(a);if(32&p[t]){if(256&n||o)return-2;if(e.currentChar=t,r=r<<3|t-48,a++,i++,a<e.end){const n=e.source.charCodeAt(a);32&p[n]&&(e.currentChar=n,r=r<<3|n-48,a++,i++)}e.flags|=64}else if(0!==r||512&p[t]){if(256&n||o)return-2;e.flags|=64}e.index=a-1,e.column=i-1}return r}case 52:case 53:case 54:case 55:{if(o||256&n)return-2;let r=t-48;const a=e.index+1,i=e.column+1;if(a<e.end){const n=e.source.charCodeAt(a);32&p[n]&&(r=r<<3|n-48,e.currentChar=n,e.index=a,e.column=i)}return e.flags|=64,r}case 120:{const n=l(e);if(!(64&p[n]))return-4;const t=g(n),o=l(e);if(!(64&p[o]))return-4;return t<<4|g(o)}case 117:{const n=l(e);if(123===e.currentChar){let n=0;for(;64&p[l(e)];)if(n=n<<4|g(e.currentChar),n>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:n}{if(!(64&p[n]))return-4;const t=e.source.charCodeAt(e.index+1);if(!(64&p[t]))return-4;const o=e.source.charCodeAt(e.index+2);if(!(64&p[o]))return-4;const r=e.source.charCodeAt(e.index+3);return 64&p[r]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),g(n)<<12|g(t)<<8|g(o)<<4|g(r)):-4}}case 56:case 57:if(o||!(64&n)||256&n)return-3;e.flags|=4096;default:return t}}function E(e,n,o){switch(n){case-1:return;case-2:t(e,o?2:1);case-3:t(e,o?3:14);case-4:t(e,7);case-5:t(e,104)}}function S(e,n){const{index:o}=e;let r=67174409,a="",i=l(e);for(;96!==i;){if(36===i&&123===e.source.charCodeAt(e.index+1)){l(e),r=67174408;break}if(92===i)if(i=l(e),i>126)a+=String.fromCodePoint(i);else{const{index:t,line:o,column:s}=e,l=q(e,256|n,i,1);if(l>=0)a+=String.fromCodePoint(l);else{if(-1!==l&&16384&n){e.index=t,e.line=o,e.column=s,a=null,i=A(e,i),i<0&&(r=67174408);break}E(e,l,1)}}else e.index<e.end&&(13===i&&10===e.source.charCodeAt(e.index)&&(a+=String.fromCodePoint(i),e.currentChar=e.source.charCodeAt(++e.index)),((83&i)<3&&10===i||(8232^i)<=1)&&(e.column=-1,e.line++),a+=String.fromCodePoint(i));e.index>=e.end&&t(e,17),i=l(e)}return l(e),e.tokenValue=a,e.tokenRaw=e.source.slice(o+1,e.index-(67174409===r?1:2)),r}function A(e,n){for(;96!==n;){switch(n){case 36:{const t=e.index+1;if(t<e.end&&123===e.source.charCodeAt(t))return e.index=t,e.column++,-n;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&t(e,17),n=l(e)}return n}function D(e,n){return e.index>=e.end&&t(e,0),e.index--,e.column--,S(e,n)}function V(e,n,o){let r=e.currentChar,i=0,s=9,c=64&o?0:1,u=0,d=0;if(64&o)i="."+R(e,r),r=e.currentChar,110===r&&t(e,12);else{if(48===r)if(r=l(e),120==(32|r)){for(o=136,r=l(e);4160&p[r];)95!==r?(d=1,i=16*i+g(r),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?21:153)}else if(111==(32|r)){for(o=132,r=l(e);4128&p[r];)95!==r?(d=1,i=8*i+(r-48),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?0:153)}else if(98==(32|r)){for(o=130,r=l(e);4224&p[r];)95!==r?(d=1,i=2*i+(r-48),u++,r=l(e)):(d||t(e,152),d=0,r=l(e));0!==u&&d||t(e,0===u?0:153)}else if(32&p[r])for(256&n&&t(e,1),o=1;16&p[r];){if(512&p[r]){o=32,c=0;break}i=8*i+(r-48),r=l(e)}else 512&p[r]?(256&n&&t(e,1),e.flags|=64,o=32):95===r&&t(e,0);if(48&o){if(c){for(;s>=0&&4112&p[r];)95!==r?(d=0,i=10*i+(r-48),r=l(e),--s):(r=l(e),(95===r||32&o)&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,152),d=1);if(d&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,153),s>=0&&!b(r)&&46!==r)return e.tokenValue=i,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266}i+=R(e,r),r=e.currentChar,46===r&&(95===l(e)&&t(e,0),o=64,i+="."+R(e,e.currentChar),r=e.currentChar)}}const k=e.index;let f=0;if(110===r&&128&o)f=1,r=l(e);else if(101==(32|r)){r=l(e),256&p[r]&&(r=l(e));const{index:n}=e;16&p[r]||t(e,11),i+=e.source.substring(k,n)+R(e,r),r=e.currentChar}return(e.index<e.end&&16&p[r]||b(r))&&t(e,13),f?(e.tokenRaw=e.source.slice(e.tokenIndex,e.index),e.tokenValue=BigInt(e.tokenRaw.slice(0,-1).replaceAll("_","")),134283388):(e.tokenValue=15&o?i:32&o?parseFloat(e.source.substring(e.tokenIndex,e.index)):+i,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266)}function R(e,n){let t=0,o=e.index,r="";for(;4112&p[n];)if(95!==n)t=0,n=l(e);else{const{index:i}=e;95===(n=l(e))&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,152),t=1,r+=e.source.substring(o,i),o=e.index}return t&&a(e.index,e.line,e.column,e.index+1,e.line,e.column,153),r+e.source.substring(o,e.index)}!function(e){e[e.Empty=0]="Empty",e[e.Escape=1]="Escape",e[e.Class=2]="Class"}(v||(v={})),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"}(w||(w={}));const 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"],U=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 P(e,n,t){for(;m[l(e)];);return e.tokenValue=e.source.slice(e.tokenIndex,e.index),92!==e.currentChar&&e.currentChar<=126?U[e.tokenValue]||208897:O(e,n,0,t)}function B(e,n){const o=F(e);return b(o)||t(e,5),e.tokenValue=String.fromCodePoint(o),O(e,n,1,4&p[o])}function O(e,n,o,r){let a=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(a,e.index),o=1;const n=F(e);h(n)||t(e,5),r=r&&4&p[n],e.tokenValue+=String.fromCodePoint(n),a=e.index}else{const n=c(e);if(n>0)h(n)||t(e,20,String.fromCodePoint(n)),e.currentChar=n,e.index++,e.column++;else if(!h(e.currentChar))break;l(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(a,e.index));const{length:i}=e.tokenValue;if(r&&i>=2&&i<=11){const t=U[e.tokenValue];return void 0===t?208897|(o?-2147483648:0):o?209006===t?524800&n?-2147483528:-2147483648|t:256&n?36970===t?-2147483527:36864&~t?20480&~t?-2147274630:67108864&n&&!(2048&n)?-2147483648|t:-2147483528:-2147483527:!(67108864&n)||2048&n||20480&~t?241771===t?67108864&n?-2147274630:262144&n?-2147483528:-2147483648|t:209005===t?-2147274630:36864&~t?-2147483528:12288|t|-2147483648:-2147483648|t:t}return 208897|(o?-2147483648:0)}function G(e){let n=l(e);if(92===n)return 130;const o=c(e);return o&&(n=o),b(n)||t(e,96),130}function F(e){return 117!==e.source.charCodeAt(e.index+1)&&t(e,5),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let n=0;const o=e.currentChar;if(123===o){const t=e.index-2;for(;64&p[l(e)];)n=n<<4|g(e.currentChar),n>1114111&&a(t,e.line,e.column,e.index,e.line,e.column,104);return 125!==e.currentChar&&a(t,e.line,e.column,e.index,e.line,e.column,7),l(e),n}64&p[o]||t(e,7);const r=e.source.charCodeAt(e.index+1);64&p[r]||t(e,7);const i=e.source.charCodeAt(e.index+2);64&p[i]||t(e,7);const s=e.source.charCodeAt(e.index+3);64&p[s]||t(e,7);return n=g(o)<<12|g(r)<<8|g(i)<<4|g(s),e.currentChar=e.source.charCodeAt(e.index+=4),n}(e)}const j=[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 J(e,n){e.flags=1^(1|e.flags),e.startIndex=e.index,e.startColumn=e.column,e.startLine=e.line,e.setToken(H(e,n,0))}function H(e,n,o){const r=0===e.index,{source:a}=e;let s=e.index,g=e.line,k=e.column;for(;e.index<e.end;){e.tokenIndex=e.index,e.tokenColumn=e.column,e.tokenLine=e.line;let f=e.currentChar;if(f<=126){const i=j[f];switch(i){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 l(e),i;case 208897:return P(e,n,0);case 4096:return P(e,n,1);case 134283266:return V(e,n,144);case 134283267:return I(e,n,f);case 131:return S(e,n);case 136:return B(e,n);case 130:return G(e);case 127:l(e);break;case 129:o|=5,d(e);break;case 135:u(e,o),o=-5&o|1;break;case 8456256:{const t=l(e);if(e.index<e.end){if(60===t)return e.index<e.end&&61===l(e)?(l(e),4194332):8390978;if(61===t)return l(e),8390718;if(33===t){const t=e.index+1;if(t+1<e.end&&45===a.charCodeAt(t)&&45==a.charCodeAt(t+1)){e.column+=3,e.currentChar=a.charCodeAt(e.index+=3),o=T(e,a,o,n,2,e.tokenIndex,e.tokenLine,e.tokenColumn),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}return 8456256}}return 8456256}case 1077936155:{l(e);const n=e.currentChar;return 61===n?61===l(e)?(l(e),8390458):8390460:62===n?(l(e),10):1077936155}case 16842798:return 61!==l(e)?16842798:61!==l(e)?8390461:(l(e),8390459);case 8391477:return 61!==l(e)?8391477:(l(e),4194340);case 8391476:{if(l(e),e.index>=e.end)return 8391476;const n=e.currentChar;return 61===n?(l(e),4194338):42!==n?8391476:61!==l(e)?8391735:(l(e),4194335)}case 8389959:return 61!==l(e)?8389959:(l(e),4194341);case 25233968:{l(e);const n=e.currentChar;return 43===n?(l(e),33619993):61===n?(l(e),4194336):25233968}case 25233969:{l(e);const i=e.currentChar;if(45===i){if(l(e),(1&o||r)&&62===e.currentChar){64&n||t(e,112),l(e),o=T(e,a,o,n,3,s,g,k),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}return 33619994}return 61===i?(l(e),4194337):25233969}case 8457014:if(l(e),e.index<e.end){const t=e.currentChar;if(47===t){l(e),o=y(e,a,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}if(42===t){l(e),o=C(e,a,o),s=e.tokenIndex,g=e.tokenLine,k=e.tokenColumn;continue}if(8192&n)return L(e,n);if(61===t)return l(e),4259875}return 8457014;case 67108877:{const t=l(e);if(t>=48&&t<=57)return V(e,n,80);if(46===t){const n=e.index+1;if(n<e.end&&46===a.charCodeAt(n))return e.column+=2,e.currentChar=a.charCodeAt(e.index+=2),14}return 67108877}case 8389702:{l(e);const n=e.currentChar;return 124===n?(l(e),61===e.currentChar?(l(e),4194344):8913465):61===n?(l(e),4194342):8389702}case 8390721:{l(e);const n=e.currentChar;if(61===n)return l(e),8390719;if(62!==n)return 8390721;if(l(e),e.index<e.end){const n=e.currentChar;if(62===n)return 61===l(e)?(l(e),4194334):8390980;if(61===n)return l(e),4194333}return 8390979}case 8390213:{l(e);const n=e.currentChar;return 38===n?(l(e),61===e.currentChar?(l(e),4194345):8913720):61===n?(l(e),4194343):8390213}case 22:{let n=l(e);if(63===n)return l(e),61===e.currentChar?(l(e),4194346):276824445;if(46===n){const t=e.index+1;if(t<e.end&&(n=a.charCodeAt(t),!(n>=48&&n<=57)))return l(e),67108990}return 22}}}else{if((8232^f)<=1){o=-5&o|1,d(e);continue}const r=c(e);if(r>0&&(f=r),i(f))return e.tokenValue="",O(e,n,0,0);if(160===(p=f)||65279===p||133===p||5760===p||p>=8192&&p<=8203||8239===p||8287===p||12288===p||8201===p||65519===p){l(e);continue}t(e,20,String.fromCodePoint(f))}}var p;return 1048576}const M={AElig:"Æ",AMP:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"",InvisibleTimes:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},z={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};function X(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,(e=>{if("#"===e.charAt(1)){const n=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in z&&(e=z[e]);return String.fromCodePoint(e)}("X"===n||"x"===n?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return M[e.slice(1,-1)]||e}))}function _(e,n){return e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.setToken(8192&p[e.currentChar]?function(e,n){const o=e.currentChar;let r=l(e);const a=e.index;for(;r!==o;)e.index>=e.end&&t(e,16),r=l(e);r!==o&&t(e,16);e.tokenValue=e.source.slice(a,e.index),l(e),128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index));return 134283267}(e,n):H(e,n,0)),e.getToken()}function $(e,n){if(e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.index>=e.end)return void e.setToken(1048576);if(60===e.currentChar)return l(e),void e.setToken(8456256);if(123===e.currentChar)return l(e),void e.setToken(2162700);let o=0;for(;e.index<e.end;){const n=p[e.source.charCodeAt(e.index)];if(1024&n?(o|=5,d(e)):2048&n?(u(e,o),o=-5&o|1):l(e),16384&p[e.currentChar])break}e.tokenIndex===e.index&&t(e,0);const r=e.source.slice(e.tokenIndex,e.index);128&n&&(e.tokenRaw=r),e.tokenValue=X(r),e.setToken(137)}function Y(e){if(!(143360&~e.getToken())){const{index:n}=e;let t=e.currentChar;for(;32770&p[t];)t=l(e);e.tokenValue+=e.source.slice(n,e.index)}return e.setToken(208897,!0),e.getToken()}function Z(e,n){!(1&e.flags)&&1048576&~e.getToken()&&t(e,30,N[255&e.getToken()]),Q(e,n,1074790417)||e.onInsertedSemicolon?.(e.startIndex)}function W(e,n,t,o){return n-t<13&&"use strict"===o&&(!(1048576&~e.getToken())||1&e.flags)?1:0}function K(e,n,t){return e.getToken()!==t?0:(J(e,n),1)}function Q(e,n,t){return e.getToken()===t&&(J(e,n),!0)}function ee(e,n,o){e.getToken()!==o&&t(e,25,N[255&o]),J(e,n)}function ne(e,n){switch(n.type){case"ArrayExpression":{n.type="ArrayPattern";const{elements:t}=n;for(let n=0,o=t.length;n<o;++n){const o=t[n];o&&ne(e,o)}return}case"ObjectExpression":{n.type="ObjectPattern";const{properties:t}=n;for(let n=0,o=t.length;n<o;++n)ne(e,t[n]);return}case"AssignmentExpression":return n.type="AssignmentPattern","="!==n.operator&&t(e,71),delete n.operator,void ne(e,n.left);case"Property":return void ne(e,n.value);case"SpreadElement":n.type="RestElement",ne(e,n.argument)}}function te(e,n,o,r,a){256&n&&(36864&~r||t(e,118),a||537079808&~r||t(e,119)),20480&~r&&-2147483528!==r||t(e,102),24&o&&73==(255&r)&&t(e,100),524800&n&&209006===r&&t(e,110),262400&n&&241771===r&&t(e,97,"yield")}function oe(e,n,o){256&n&&(36864&~o||t(e,118),537079808&~o||t(e,119),-2147483527===o&&t(e,95),-2147483528===o&&t(e,95)),20480&~o||t(e,102),524800&n&&209006===o&&t(e,110),262400&n&&241771===o&&t(e,97,"yield")}function re(e,n,o){return 209006===o&&(524800&n&&t(e,110),e.destructible|=128),241771===o&&262144&n&&t(e,97,"yield"),!(20480&~o&&36864&~o&&-2147483527!=o)}function ae(e,n,o,r){for(;n;){if(n["$"+o])return r&&t(e,137),1;r&&n.loop&&(r=0),n=n.$}return 0}function ie(e,n,t,o,r,a){return 2&n&&(a.start=t,a.end=e.startIndex,a.range=[t,e.startIndex]),4&n&&(a.loc={start:{line:o,column:r},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(a.loc.source=e.sourceFile)),a}function se(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return se(e.object)+"."+se(e.property)}}function le(e,n,t){const o=ue({parent:void 0,type:2},1024);return ge(e,n,o,t,1,0),o}function ce(e,n,...t){const{index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;return{type:n,params:t,index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}}function ue(e,n){return{parent:e,type:n,scopeError:void 0}}function de(e,n,t,o,r,a){4&r?ke(e,n,t,o,r):ge(e,n,t,o,r,a),64&a&&fe(e,o)}function ge(e,n,o,r,a,i){const s=o["#"+r];!s||2&s||(1&a?o.scopeError=ce(e,145,r):64&n&&!(256&n)&&2&i&&64===s&&64===a||t(e,145,r)),128&o.type&&o.parent["#"+r]&&!(2&o.parent["#"+r])&&t(e,145,r),1024&o.type&&s&&!(2&s)&&1&a&&(o.scopeError=ce(e,145,r)),64&o.type&&768&o.parent["#"+r]&&t(e,159,r),o["#"+r]=a}function ke(e,n,o,r,a){let i=o;for(;i&&!(256&i.type);){const s=i["#"+r];248&s&&(64&n&&!(256&n)&&(128&a&&68&s||128&s&&68&a)||t(e,145,r)),i===o&&1&s&&1&a&&(i.scopeError=ce(e,145,r)),(256&s||512&s&&!(64&n))&&t(e,145,r),i["#"+r]=a,i=i.parent}}function pe(e,n){return n["#"+e]?1:n.parent?pe(e,n.parent):0}function fe(e,n){void 0!==e.exportedNames&&""!==n&&(e.exportedNames["#"+n]&&t(e,147,n),e.exportedNames["#"+n]=1)}function me(e,n){return 262400&e?!(512&e&&209006===n)&&(!(262144&e&&241771===n)&&!(12288&~n)):!(12288&~n&&36864&~n)}function be(e,n,o){537079808&~o||(256&n&&t(e,119),e.flags|=512),me(n,o)||t(e,0)}function he(e,n,o){let a,i,s,c="";null!=n&&(n.module&&(o|=768),n.next&&(o|=1),n.loc&&(o|=4),n.ranges&&(o|=2),n.uniqueKeyInPattern&&(o|=134217728),n.lexical&&(o|=16),n.webcompat&&(o|=64),n.globalReturn&&(o|=1048576),n.raw&&(o|=128),n.preserveParens&&(o|=32),n.impliedStrict&&(o|=256),n.jsx&&(o|=8),n.source&&(c=n.source),null!=n.onComment&&(a=Array.isArray(n.onComment)?function(e,n){return function(t,o,r,a,i){const s={type:t,value:o};2&e&&(s.start=r,s.end=a,s.range=[r,a]),4&e&&(s.loc=i),n.push(s)}}(o,n.onComment):n.onComment),null!=n.onInsertedSemicolon&&(i=n.onInsertedSemicolon),null!=n.onToken&&(s=Array.isArray(n.onToken)?function(e,n){return function(t,o,r,a){const i={token:t};2&e&&(i.start=o,i.end=r,i.range=[o,r]),4&e&&(i.loc=a),n.push(i)}}(o,n.onToken):n.onToken));const u=function(e,n,t,o,r){let a=1048576,i=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:n,tokenValue:"",getToken:()=>a,setToken(e,n=!1){if(o)if(1048576!==e){const t={start:{line:this.tokenLine,column:this.tokenColumn},end:{line:this.line,column:this.column}};!n&&i&&o(...i),i=[k(e),this.tokenIndex,this.index,t]}else i&&(o(...i),i=null);return a=e},tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:t,onToken:o,onInsertedSemicolon:r,leadingDecorators:[]}}(e,c,a,s,i);!function(e){const{source:n}=e;35===e.currentChar&&33===n.charCodeAt(e.index+1)&&(l(e),l(e),y(e,n,0,4,e.tokenIndex,e.tokenLine,e.tokenColumn))}(u);const d=16&o?{parent:void 0,type:2}:void 0;let g=[],p="script";if(512&o){if(p="module",g=function(e,n,t){J(e,8192|n);const o=[];for(;134283267===e.getToken();){const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e,i=e.getToken();o.push(Ie(e,n,un(e,n),i,t,r,a))}for(;1048576!==e.getToken();)o.push(xe(e,n,t));return o}(u,2048|o,d),d)for(const e in u.exportedBindings)"#"!==e[0]||d[e]||t(u,148,e.slice(1))}else g=function(e,n,t){J(e,67117056|n);const o=[];for(;134283267===e.getToken();){const{index:t,tokenIndex:a,tokenValue:i,tokenLine:s,tokenColumn:l}=e,c=e.getToken(),u=un(e,n);W(e,t,a,i)&&(n|=256,64&e.flags&&r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,9),4096&e.flags&&r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,15)),o.push(Ie(e,n,u,c,a,s,l))}for(;1048576!==e.getToken();)o.push(Te(e,n,t,void 0,4,{}));return o}(u,2048|o,d);const f={type:"Program",sourceType:p,body:g};return 2&o&&(f.start=0,f.end=e.length,f.range=[0,e.length]),4&o&&(f.loc={start:{line:1,column:0},end:{line:u.line,column:u.column}},u.sourceFile&&(f.loc.source=c)),f}function xe(e,n,o){let r;switch(e.leadingDecorators=En(e,n,void 0),e.getToken()){case 20564:r=function(e,n,o){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;J(e,8192|n);const s=[];let l,c=null,u=null,d=null;if(Q(e,8192|n,20561)){switch(e.getToken()){case 86104:c=dn(e,n,o,void 0,4,1,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 132:case 86094:c=qn(e,n,o,void 0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e;c=cn(e,n);const{flags:i}=e;1&i||(86104===e.getToken()?c=dn(e,n,o,void 0,4,1,1,1,t,r,a):67174411===e.getToken()?(c=In(e,n,void 0,c,1,1,0,i,t,r,a),c=_e(e,n,void 0,c,0,0,t,r,a),c=je(e,n,void 0,0,0,t,r,a,c)):143360&e.getToken()&&(o&&(o=le(e,n,e.tokenValue)),c=cn(e,n),c=Cn(e,n,o,void 0,[c],1,t,r,a)));break}default:c=Oe(e,n,void 0,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),Z(e,8192|n)}return o&&fe(e,"default"),ie(e,n,r,a,i,{type:"ExportDefaultDeclaration",declaration:c})}switch(e.getToken()){case 8391476:{J(e,n);let s=null;Q(e,n,77932)&&(o&&fe(e,e.tokenValue),s=nn(e,n)),ee(e,n,12403),134283267!==e.getToken()&&t(e,105,"Export"),u=un(e,n);const l={type:"ExportAllDeclaration",source:u,exported:s};return 1&n&&(l.attributes=Ke(e,n)),Z(e,8192|n),ie(e,n,r,a,i,l)}case 2162700:{J(e,n);const r=[],a=[];let i=0;for(;143360&e.getToken()||134283267===e.getToken();){const{tokenIndex:l,tokenValue:c,tokenLine:u,tokenColumn:d}=e,g=nn(e,n);let k;"Literal"===g.type&&(i=1),77932===e.getToken()?(J(e,n),143360&e.getToken()||134283267===e.getToken()||t(e,106),o&&(r.push(e.tokenValue),a.push(c)),k=nn(e,n)):(o&&(r.push(e.tokenValue),a.push(e.tokenValue)),k=g),s.push(ie(e,n,l,u,d,{type:"ExportSpecifier",local:g,exported:k})),1074790415!==e.getToken()&&ee(e,n,18)}ee(e,n,1074790415),Q(e,n,12403)?(134283267!==e.getToken()&&t(e,105,"Export"),u=un(e,n),1&n&&(d=Ke(e,n,s)),o&&r.forEach((n=>fe(e,n)))):(i&&t(e,172),o&&(r.forEach((n=>fe(e,n))),a.forEach((n=>function(e,n){void 0!==e.exportedBindings&&""!==n&&(e.exportedBindings["#"+n]=1)}(e,n))))),Z(e,8192|n);break}case 86094:c=qn(e,n,o,void 0,2,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86104:c=dn(e,n,o,void 0,4,1,2,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 241737:c=Se(e,n,o,void 0,8,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86090:c=Se(e,n,o,void 0,16,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86088:c=Ae(e,n,o,void 0,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e;if(J(e,n),!(1&e.flags)&&86104===e.getToken()){c=dn(e,n,o,void 0,4,1,2,1,t,r,a),o&&(l=c.id?c.id.name:"",fe(e,l));break}}default:t(e,30,N[255&e.getToken()])}const g={type:"ExportNamedDeclaration",declaration:c,specifiers:s,source:u};d&&(g.attributes=d);return ie(e,n,r,a,i,g)}(e,n,o);break;case 86106:r=function(e,n,o){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;J(e,n);let s=null;const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e;let d=[];if(134283267===e.getToken())s=un(e,n);else{if(143360&e.getToken()){if(d=[ie(e,n,l,c,u,{type:"ImportDefaultSpecifier",local:Re(e,n,o)})],Q(e,n,18))switch(e.getToken()){case 8391476:d.push(Ne(e,n,o));break;case 2162700:Ue(e,n,o,d);break;default:t(e,107)}}else switch(e.getToken()){case 8391476:d=[Ne(e,n,o)];break;case 2162700:Ue(e,n,o,d);break;case 67174411:return Be(e,n,void 0,r,a,i);case 67108877:return Pe(e,n,r,a,i);default:t(e,30,N[255&e.getToken()])}s=function(e,n){ee(e,n,12403),134283267!==e.getToken()&&t(e,105,"Import");return un(e,n)}(e,n)}const g={type:"ImportDeclaration",specifiers:d,source:s};1&n&&(g.attributes=Ke(e,n,d));return Z(e,8192|n),ie(e,n,r,a,i,g)}(e,n,o);break;default:r=Te(e,n,o,void 0,4,{})}return e.leadingDecorators.length&&t(e,170),r}function Te(e,n,o,r,a,i){const s=e.tokenIndex,l=e.tokenLine,c=e.tokenColumn;switch(e.getToken()){case 86104:return dn(e,n,o,r,a,1,0,0,s,l,c);case 132:case 86094:return qn(e,n,o,r,0,s,l,c);case 86090:return Se(e,n,o,r,16,0,s,l,c);case 241737:return function(e,n,o,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();let d=cn(e,n);if(2240512&e.getToken()){const t=De(e,n,o,r,8,0);return Z(e,8192|n),ie(e,n,i,s,l,{type:"VariableDeclaration",kind:"let",declarations:t})}e.assignable=1,256&n&&t(e,85);if(21===e.getToken())return we(e,n,o,r,a,{},c,d,u,0,i,s,l);if(10===e.getToken()){let t;16&n&&(t=le(e,n,c)),e.flags=128^(128|e.flags),d=Cn(e,n,t,r,[d],0,i,s,l)}else d=_e(e,n,r,d,0,0,i,s,l),d=je(e,n,r,0,0,i,s,l,d);18===e.getToken()&&(d=Ge(e,n,r,0,i,s,l,d));return ve(e,n,d,i,s,l)}(e,n,o,r,a,s,l,c);case 20564:t(e,103,"export");case 86106:switch(J(e,n),e.getToken()){case 67174411:return Be(e,n,r,s,l,c);case 67108877:return Pe(e,n,s,l,c);default:t(e,103,"import")}case 209005:return Le(e,n,o,r,a,i,1,s,l,c);default:return ye(e,n,o,r,a,i,1,s,l,c)}}function ye(e,n,o,r,a,i,s,l,c,u){switch(e.getToken()){case 86088:return Ae(e,n,o,r,0,l,c,u);case 20572:return function(e,n,o,r,a,i){1048576&n||t(e,92);J(e,8192|n);const s=1&e.flags||1048576&e.getToken()?null:Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return Z(e,8192|n),ie(e,n,r,a,i,{type:"ReturnStatement",argument:s})}(e,n,r,l,c,u);case 20569:return function(e,n,t,o,r,a,i,s){J(e,n),ee(e,8192|n,67174411),e.assignable=1;const l=Fe(e,n,o,0,1,e.tokenIndex,e.line,e.tokenColumn);ee(e,8192|n,16);const c=qe(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn);let u=null;20563===e.getToken()&&(J(e,8192|n),u=qe(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn));return ie(e,n,a,i,s,{type:"IfStatement",test:l,consequent:c,alternate:u})}(e,n,o,r,i,l,c,u);case 20567:return function(e,n,o,r,a,i,s,l){J(e,n);const c=((524288&n)>0||(512&n)>0&&(2048&n)>0)&&Q(e,n,209006);ee(e,8192|n,67174411),o&&(o=ue(o,1));let u,d=null,g=null,k=0,p=null,f=86088===e.getToken()||241737===e.getToken()||86090===e.getToken();const{tokenIndex:m,tokenLine:b,tokenColumn:h}=e,x=e.getToken();f?241737===x?(p=cn(e,n),2240512&e.getToken()?(8673330===e.getToken()?256&n&&t(e,67):p=ie(e,n,m,b,h,{type:"VariableDeclaration",kind:"let",declarations:De(e,33554432|n,o,r,8,32)}),e.assignable=1):256&n?t(e,67):(f=!1,e.assignable=1,p=_e(e,n,r,p,0,0,m,b,h),274548===e.getToken()&&t(e,115))):(J(e,n),p=ie(e,n,m,b,h,86088===x?{type:"VariableDeclaration",kind:"var",declarations:De(e,33554432|n,o,r,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:De(e,33554432|n,o,r,16,32)}),e.assignable=1):1074790417===x?c&&t(e,82):2097152&~x?p=Xe(e,33554432|n,r,1,0,1,m,b,h):(p=2162700===x?bn(e,n,void 0,r,1,0,0,2,32,m,b,h):kn(e,n,void 0,r,1,0,0,2,32,m,b,h),k=e.destructible,64&k&&t(e,63),e.assignable=16&k?2:1,p=_e(e,33554432|n,r,p,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn));if(!(262144&~e.getToken())){if(274548===e.getToken()){2&e.assignable&&t(e,80,c?"await":"of"),ne(e,p),J(e,8192|n),u=Oe(e,n,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),ee(e,8192|n,16);return ie(e,n,i,s,l,{type:"ForOfStatement",left:p,right:u,body:Ee(e,n,o,r,a),await:c})}2&e.assignable&&t(e,80,"in"),ne(e,p),J(e,8192|n),c&&t(e,82),u=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn),ee(e,8192|n,16);return ie(e,n,i,s,l,{type:"ForInStatement",body:Ee(e,n,o,r,a),left:p,right:u})}c&&t(e,82);f||(8&k&&1077936155!==e.getToken()&&t(e,80,"loop"),p=je(e,33554432|n,r,0,0,m,b,h,p));18===e.getToken()&&(p=Ge(e,n,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn,p));ee(e,8192|n,1074790417),1074790417!==e.getToken()&&(d=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ee(e,8192|n,1074790417),16!==e.getToken()&&(g=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ee(e,8192|n,16);const T=Ee(e,n,o,r,a);return ie(e,n,i,s,l,{type:"ForStatement",init:p,test:d,update:g,body:T})}(e,n,o,r,i,l,c,u);case 20562:return function(e,n,t,o,r,a,i,s){J(e,8192|n);const l=Ee(e,n,t,o,r);ee(e,n,20578),ee(e,8192|n,67174411);const c=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,8192|n,16),Q(e,8192|n,1074790417),ie(e,n,a,i,s,{type:"DoWhileStatement",body:l,test:c})}(e,n,o,r,i,l,c,u);case 20578:return function(e,n,t,o,r,a,i,s){J(e,n),ee(e,8192|n,67174411);const l=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,16);const c=Ee(e,n,t,o,r);return ie(e,n,a,i,s,{type:"WhileStatement",test:l,body:c})}(e,n,o,r,i,l,c,u);case 86110:return function(e,n,o,r,a,i,s,l){J(e,n),ee(e,8192|n,67174411);const c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,n,16),ee(e,n,2162700);const u=[];let d=0;o&&(o=ue(o,8));for(;1074790415!==e.getToken();){const{tokenIndex:i,tokenLine:s,tokenColumn:l}=e;let c=null;const g=[];for(Q(e,8192|n,20556)?c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn):(ee(e,8192|n,20561),d&&t(e,89),d=1),ee(e,8192|n,21);20556!==e.getToken()&&1074790415!==e.getToken()&&20561!==e.getToken();)g.push(Te(e,1024|n,o,r,2,{$:a}));u.push(ie(e,n,i,s,l,{type:"SwitchCase",test:c,consequent:g}))}return ee(e,8192|n,1074790415),ie(e,n,i,s,l,{type:"SwitchStatement",discriminant:c,cases:u})}(e,n,o,r,i,l,c,u);case 1074790417:return function(e,n,t,o,r){return J(e,8192|n),ie(e,n,t,o,r,{type:"EmptyStatement"})}(e,n,l,c,u);case 2162700:return Ce(e,n,o?ue(o,2):o,r,i,l,c,u);case 86112:return function(e,n,o,r,a,i){J(e,8192|n),1&e.flags&&t(e,90);const s=Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return Z(e,8192|n),ie(e,n,r,a,i,{type:"ThrowStatement",argument:s})}(e,n,r,l,c,u);case 20555:return function(e,n,o,r,a,i){J(e,8192|n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=cn(e,8192|n),ae(e,o,r,0)||t(e,138,r)}else 33792&n||t(e,69);return Z(e,8192|n),ie(e,n,r,a,i,{type:"BreakStatement",label:s})}(e,n,i,l,c,u);case 20559:return function(e,n,o,r,a,i){32768&n||t(e,68);J(e,n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=cn(e,8192|n),ae(e,o,r,1)||t(e,138,r)}return Z(e,8192|n),ie(e,n,r,a,i,{type:"ContinueStatement",label:s})}(e,n,i,l,c,u);case 20577:return function(e,n,o,r,a,i,s,l){J(e,8192|n);const c=o?ue(o,32):void 0,u=Ce(e,n,c,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn),{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=Q(e,8192|n,20557)?function(e,n,o,r,a,i,s,l){let c=null,u=o;Q(e,n,67174411)&&(o&&(o=ue(o,4)),c=Nn(e,n,o,r,2097152&~e.getToken()?512:256,0,e.tokenIndex,e.tokenLine,e.tokenColumn),18===e.getToken()?t(e,86):1077936155===e.getToken()&&t(e,87),ee(e,8192|n,16));o&&(u=ue(o,64));const d=Ce(e,n,u,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,i,s,l,{type:"CatchClause",param:c,body:d})}(e,n,o,r,a,d,g,k):null;let f=null;if(20566===e.getToken()){J(e,8192|n);f=Ce(e,n,c?ue(o,4):void 0,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn)}p||f||t(e,88);return ie(e,n,i,s,l,{type:"TryStatement",block:u,handler:p,finalizer:f})}(e,n,o,r,i,l,c,u);case 20579:return function(e,n,o,r,a,i,s,l){J(e,n),256&n&&t(e,91);ee(e,8192|n,67174411);const c=Fe(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,16);const u=ye(e,n,o,r,2,a,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,i,s,l,{type:"WithStatement",object:c,body:u})}(e,n,o,r,i,l,c,u);case 20560:return function(e,n,t,o,r){return J(e,8192|n),Z(e,8192|n),ie(e,n,t,o,r,{type:"DebuggerStatement"})}(e,n,l,c,u);case 209005:return Le(e,n,o,r,a,i,0,l,c,u);case 20557:t(e,162);case 20566:t(e,163);case 86104:t(e,256&n?76:64&n?77:78);case 86094:t(e,79);default:return function(e,n,o,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k;if(241737===g)k=cn(e,n),256&n&&t(e,85),69271571===e.getToken()&&t(e,84);else k=Ye(e,n,r,2,0,1,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);if(143360&g&&21===e.getToken())return we(e,n,o,r,a,i,d,k,g,s,l,c,u);k=_e(e,n,r,k,0,0,l,c,u),k=je(e,n,r,0,0,l,c,u,k),18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k));return ve(e,n,k,l,c,u)}(e,n,o,r,a,i,s,l,c,u)}}function Ce(e,n,t,o,r,a,i,s){const l=[];for(ee(e,8192|n,2162700);1074790415!==e.getToken();)l.push(Te(e,n,t,o,2,{$:r}));return ee(e,8192|n,1074790415),ie(e,n,a,i,s,{type:"BlockStatement",body:l})}function ve(e,n,t,o,r,a){return Z(e,8192|n),ie(e,n,o,r,a,{type:"ExpressionStatement",expression:t})}function we(e,n,o,r,a,i,s,l,c,u,d,g,k){te(e,n,0,c,1),function(e,n,o){let r=n;for(;r;)r["$"+o]&&t(e,136,o),r=r.$;n["$"+o]=1}(e,i,s),J(e,8192|n);const p=u&&!(256&n)&&64&n&&86104===e.getToken()?dn(e,n,ue(o,2),r,a,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn):ye(e,n,o,r,a,i,u,e.tokenIndex,e.tokenLine,e.tokenColumn);return ie(e,n,d,g,k,{type:"LabeledStatement",label:l,body:p})}function Le(e,n,o,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k=cn(e,n);if(21===e.getToken())return we(e,n,o,r,a,i,d,k,g,1,l,c,u);const p=1&e.flags;if(!p){if(86104===e.getToken())return s||t(e,123),dn(e,n,o,r,a,1,0,1,l,c,u);if(me(n,e.getToken()))return k=Ln(e,n,r,1,l,c,u),18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k)),ve(e,n,k,l,c,u)}return 67174411===e.getToken()?k=In(e,n,r,k,1,1,0,p,l,c,u):(10===e.getToken()&&(be(e,n,g),36864&~g||(e.flags|=256),k=Tn(e,524288|n,r,e.tokenValue,k,0,1,0,l,c,u)),e.assignable=1),k=_e(e,n,r,k,0,0,l,c,u),k=je(e,n,r,0,0,l,c,u,k),e.assignable=1,18===e.getToken()&&(k=Ge(e,n,r,0,l,c,u,k)),ve(e,n,k,l,c,u)}function Ie(e,n,t,o,r,a,i){const s=e.startIndex;return 1074790417!==o&&(e.assignable=2,t=_e(e,n,void 0,t,0,0,r,a,i),1074790417!==e.getToken()&&(t=je(e,n,void 0,0,0,r,a,i,t),18===e.getToken()&&(t=Ge(e,n,void 0,0,r,a,i,t))),Z(e,8192|n)),"Literal"===t.type&&"string"==typeof t.value?ie(e,n,r,a,i,{type:"ExpressionStatement",expression:t,directive:e.source.slice(r+1,s-1)}):ie(e,n,r,a,i,{type:"ExpressionStatement",expression:t})}function qe(e,n,t,o,r,a,i,s){return 256&n||!(64&n)||86104!==e.getToken()?ye(e,n,t,o,0,{$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn):dn(e,n,ue(t,2),o,0,0,0,0,a,i,s)}function Ee(e,n,t,o,r){return ye(e,33554432^(33554432|n)|32768,t,o,0,{loop:1,$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn)}function Se(e,n,t,o,r,a,i,s,l){J(e,n);const c=De(e,n,t,o,r,a);return Z(e,8192|n),ie(e,n,i,s,l,{type:"VariableDeclaration",kind:8&r?"let":"const",declarations:c})}function Ae(e,n,t,o,r,a,i,s){J(e,n);const l=De(e,n,t,o,4,r);return Z(e,8192|n),ie(e,n,a,i,s,{type:"VariableDeclaration",kind:"var",declarations:l})}function De(e,n,o,r,a,i){let s=1;const l=[Ve(e,n,o,r,a,i)];for(;Q(e,n,18);)s++,l.push(Ve(e,n,o,r,a,i));return s>1&&32&i&&262144&e.getToken()&&t(e,61,N[255&e.getToken()]),l}function Ve(e,n,o,a,i,s){const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=e.getToken();let g=null;const k=Nn(e,n,o,a,i,s,l,c,u);return 1077936155===e.getToken()?(J(e,8192|n),g=Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),!(32&s)&&2097152&d||(274548===e.getToken()||8673330===e.getToken()&&(2097152&d||!(4&i)||256&n))&&r(l,c,u,e.index,e.line,e.column,60,274548===e.getToken()?"of":"in")):(16&i||(2097152&d)>0)&&262144&~e.getToken()&&t(e,59,16&i?"const":"destructuring"),ie(e,n,l,c,u,{type:"VariableDeclarator",id:k,init:g})}function Re(e,n,o){return me(n,e.getToken())||t(e,118),537079808&~e.getToken()||t(e,119),o&&ge(e,n,o,e.tokenValue,8,0),cn(e,n)}function Ne(e,n,t){const{tokenIndex:o,tokenLine:a,tokenColumn:i}=e;return J(e,n),ee(e,n,77932),134217728&~e.getToken()||r(o,a,i,e.index,e.line,e.column,30,N[255&e.getToken()]),ie(e,n,o,a,i,{type:"ImportNamespaceSpecifier",local:Re(e,n,t)})}function Ue(e,n,o,r){for(J(e,n);143360&e.getToken()||134283267===e.getToken();){let{tokenValue:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;const c=e.getToken(),u=nn(e,n);let d;Q(e,n,77932)?(134217728&~e.getToken()&&18!==e.getToken()?te(e,n,16,e.getToken(),0):t(e,106),a=e.tokenValue,d=cn(e,n)):"Identifier"===u.type?(te(e,n,16,c,0),d=u):t(e,25,N[108]),o&&ge(e,n,o,a,8,0),r.push(ie(e,n,i,s,l,{type:"ImportSpecifier",local:d,imported:u})),1074790415!==e.getToken()&&ee(e,n,18)}return ee(e,n,1074790415),r}function Pe(e,n,t,o,r){let a=Ze(e,n,ie(e,n,t,o,r,{type:"Identifier",name:"import"}),t,o,r);return a=_e(e,n,void 0,a,0,0,t,o,r),a=je(e,n,void 0,0,0,t,o,r,a),18===e.getToken()&&(a=Ge(e,n,void 0,0,t,o,r,a)),ve(e,n,a,t,o,r)}function Be(e,n,t,o,r,a){let i=We(e,n,t,0,o,r,a);return i=_e(e,n,t,i,0,0,o,r,a),18===e.getToken()&&(i=Ge(e,n,t,0,o,r,a,i)),ve(e,n,i,o,r,a)}function Oe(e,n,t,o,r,a,i,s){let l=Ye(e,n,t,2,0,o,r,1,a,i,s);return l=_e(e,n,t,l,r,0,a,i,s),je(e,n,t,r,0,a,i,s,l)}function Ge(e,n,t,o,r,a,i,s){const l=[s];for(;Q(e,8192|n,18);)l.push(Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn));return ie(e,n,r,a,i,{type:"SequenceExpression",expressions:l})}function Fe(e,n,t,o,r,a,i,s){const l=Oe(e,n,t,r,o,a,i,s);return 18===e.getToken()?Ge(e,n,t,o,a,i,s,l):l}function je(e,n,o,r,a,i,s,l,c){const u=e.getToken();if(!(4194304&~u)){2&e.assignable&&t(e,26),(!a&&1077936155===u&&"ArrayExpression"===c.type||"ObjectExpression"===c.type)&&ne(e,c),J(e,8192|n);const d=Oe(e,n,o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,ie(e,n,i,s,l,a?{type:"AssignmentPattern",left:c,right:d}:{type:"AssignmentExpression",left:c,operator:N[255&u],right:d})}return 8388608&~u||(c=Me(e,n,o,r,i,s,l,4,u,c)),Q(e,8192|n,22)&&(c=He(e,n,o,c,i,s,l)),c}function Je(e,n,t,o,r,a,i,s,l){const c=e.getToken();J(e,8192|n);const u=Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return l=ie(e,n,a,i,s,r?{type:"AssignmentPattern",left:l,right:u}:{type:"AssignmentExpression",left:l,operator:N[255&c],right:u}),e.assignable=2,l}function He(e,n,t,o,r,a,i){const s=Oe(e,33554432^(33554432|n),t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);ee(e,8192|n,21),e.assignable=1;const l=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,ie(e,n,r,a,i,{type:"ConditionalExpression",test:o,consequent:s,alternate:l})}function Me(e,n,o,r,a,i,s,l,c,u){const d=8673330&-((33554432&n)>0);let g,k;for(e.assignable=2;8388608&e.getToken()&&(g=e.getToken(),k=3840&g,(524288&g&&268435456&c||524288&c&&268435456&g)&&t(e,165),!(k+((8391735===g)<<8)-((d===g)<<12)<=l));)J(e,8192|n),u=ie(e,n,a,i,s,{type:524288&g||268435456&g?"LogicalExpression":"BinaryExpression",left:u,right:Me(e,n,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn,k,g,Xe(e,n,o,0,r,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),operator:N[255&g]});return 1077936155===e.getToken()&&t(e,26),u}function ze(e,n,a,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;ee(e,8192|n,2162700);const k=[];if(1074790415!==e.getToken()){for(;134283267===e.getToken();){const{index:t,tokenIndex:a,tokenValue:i}=e,s=e.getToken(),l=un(e,n);W(e,t,a,i)&&(n|=256,128&e.flags&&r(a,d,g,e.index,e.line,e.column,66),64&e.flags&&r(a,d,g,e.index,e.line,e.column,9),4096&e.flags&&r(a,d,g,e.index,e.line,e.column,15),c&&o(c)),k.push(Ie(e,n,l,s,a,e.tokenLine,e.tokenColumn))}256&n&&(l&&(537079808&~l||t(e,119),36864&~l||t(e,40)),512&e.flags&&t(e,119),256&e.flags&&t(e,118))}for(e.flags=4928^(4928|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.getToken();)k.push(Te(e,n,a,i,4,{}));return ee(e,24&s?8192|n:n,1074790415),e.flags&=-4289,1077936155===e.getToken()&&t(e,26),ie(e,n,u,d,g,{type:"BlockStatement",body:k})}function Xe(e,n,t,o,r,a,i,s,l){return _e(e,n,t,Ye(e,n,t,2,0,o,r,a,i,s,l),r,0,i,s,l)}function _e(e,n,o,r,a,i,s,l,c){if(33619968&~e.getToken()||1&e.flags){if(!(67108864&~e.getToken())){switch(n=33554432^(33554432|n),e.getToken()){case 67108877:J(e,2048^(67110912|n)),4096&n&&130===e.getToken()&&"super"===e.tokenValue&&t(e,173),e.assignable=1;r=ie(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!1,property:$e(e,16384|n,o)});break;case 69271571:{let t=!1;2048&~e.flags||(t=!0,e.flags=2048^(2048|e.flags)),J(e,8192|n);const{tokenIndex:i,tokenLine:u,tokenColumn:d}=e,g=Fe(e,n,o,a,1,i,u,d);ee(e,n,20),e.assignable=1,r=ie(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!0,property:g}),t&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),r;let t=!1;2048&~e.flags||(t=!0,e.flags=2048^(2048|e.flags));const i=ln(e,n,o,a);e.assignable=2,r=ie(e,n,s,l,c,{type:"CallExpression",callee:r,arguments:i}),t&&(e.flags|=2048);break}case 67108990:J(e,2048^(67110912|n)),e.flags|=2048,e.assignable=2,r=function(e,n,t,o,r,a,i){let s,l=!1;69271571!==e.getToken()&&67174411!==e.getToken()||2048&~e.flags||(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.getToken()){J(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=Fe(e,n,t,0,1,l,c,u);ee(e,n,20),e.assignable=2,s=ie(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!0,optional:!0,property:d})}else if(67174411===e.getToken()){const l=ln(e,n,t,0);e.assignable=2,s=ie(e,n,r,a,i,{type:"CallExpression",callee:o,arguments:l,optional:!0})}else{const l=$e(e,n,t);e.assignable=2,s=ie(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!1,optional:!0,property:l})}l&&(e.flags|=2048);return s}(e,n,o,r,s,l,c);break;default:2048&~e.flags||t(e,166),e.assignable=2,r=ie(e,n,s,l,c,{type:"TaggedTemplateExpression",tag:r,quasi:67174408===e.getToken()?rn(e,16384|n,o):on(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}r=_e(e,n,o,r,0,1,s,l,c)}}else r=function(e,n,o,r,a,i){2&e.assignable&&t(e,55);const s=e.getToken();return J(e,n),e.assignable=2,ie(e,n,r,a,i,{type:"UpdateExpression",argument:o,operator:N[255&s],prefix:!1})}(e,n,r,s,l,c);return 0!==i||2048&~e.flags||(e.flags=2048^(2048|e.flags),r=ie(e,n,s,l,c,{type:"ChainExpression",expression:r})),r}function $e(e,n,o){return 143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()||130===e.getToken()||t(e,160),130===e.getToken()?Vn(e,n,o,0,e.tokenIndex,e.tokenLine,e.tokenColumn):cn(e,n)}function Ye(e,n,o,a,i,s,l,c,u,d,g){if(!(143360&~e.getToken())){switch(e.getToken()){case 209006:return function(e,n,o,a,i,s,l,c){i&&(e.destructible|=128),268435456&n&&t(e,177);const u=xn(e,n,o,s,l,c);if("ArrowFunctionExpression"===u.type||!(65536&e.getToken()))return 524288&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,176),512&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,110),2097152&n&&524288&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,110),u;if(2097152&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,31),524288&n||512&n&&2048&n){a&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,0);const i=Xe(e,n,o,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8391735===e.getToken()&&t(e,33),e.assignable=2,ie(e,n,s,l,c,{type:"AwaitExpression",argument:i})}return 512&n&&r(s,l,c,e.startIndex,e.startLine,e.startColumn,98),u}(e,n,o,i,l,u,d,g);case 241771:return function(e,n,o,r,a,i,s,l){if(r&&(e.destructible|=256),262144&n){J(e,8192|n),2097152&n&&t(e,32),a||t(e,26),22===e.getToken()&&t(e,124);let r=null,c=!1;return 1&e.flags?8391476===e.getToken()&&t(e,30,N[255&e.getToken()]):(c=Q(e,8192|n,8391476),(77824&e.getToken()||c)&&(r=Oe(e,n,o,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn))),e.assignable=2,ie(e,n,i,s,l,{type:"YieldExpression",argument:r,delegate:c})}return 256&n&&t(e,97,"yield"),xn(e,n,o,i,s,l)}(e,n,o,l,s,u,d,g);case 209005:return function(e,n,o,r,a,i,s,l,c,u){const d=e.getToken(),g=cn(e,n),{flags:k}=e;if(!(1&k)){if(86104===e.getToken())return gn(e,n,o,1,r,l,c,u);if(me(n,e.getToken()))return a||t(e,0),36864&~e.getToken()||(e.flags|=256),Ln(e,n,o,i,l,c,u)}return s||67174411!==e.getToken()?10===e.getToken()?(be(e,n,d),s&&t(e,51),36864&~d||(e.flags|=256),Tn(e,n,o,e.tokenValue,g,s,i,0,l,c,u)):(e.assignable=1,g):In(e,n,o,g,i,1,0,k,l,c,u)}(e,n,o,l,c,s,i,u,d,g)}const{tokenValue:k}=e,p=e.getToken(),f=cn(e,16384|n);return 10===e.getToken()?(c||t(e,0),be(e,n,p),36864&~p||(e.flags|=256),Tn(e,n,o,k,f,i,s,0,u,d,g)):(!(4096&n)||8388608&n||2097152&n||"arguments"!==e.tokenValue||t(e,130),73==(255&p)&&(256&n&&t(e,113),24&a&&t(e,100)),e.assignable=256&n&&!(537079808&~p)?2:1,f)}if(!(134217728&~e.getToken()))return un(e,n);switch(e.getToken()){case 33619993:case 33619994:return function(e,n,o,r,a,i,s,l){r&&t(e,56),a||t(e,0);const c=e.getToken();J(e,8192|n);const u=Xe(e,n,o,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 2&e.assignable&&t(e,55),e.assignable=2,ie(e,n,i,s,l,{type:"UpdateExpression",argument:u,operator:N[255&c],prefix:!0})}(e,n,o,i,c,u,d,g);case 16863276:case 16842798:case 16842799:case 25233968:case 25233969:case 16863275:case 16863277:return function(e,n,o,r,a,i,s,l){r||t(e,0);const c=e.getToken();J(e,8192|n);const u=Xe(e,n,o,0,l,1,e.tokenIndex,e.tokenLine,e.tokenColumn);var d;return 8391735===e.getToken()&&t(e,33),256&n&&16863276===c&&("Identifier"===u.type?t(e,121):(d=u).property&&"PrivateIdentifier"===d.property.type&&t(e,127)),e.assignable=2,ie(e,n,a,i,s,{type:"UnaryExpression",operator:N[255&c],argument:u,prefix:!0})}(e,n,o,c,u,d,g,l);case 86104:return gn(e,n,o,0,l,u,d,g);case 2162700:return function(e,n,o,r,a,i,s,l){const c=bn(e,n,void 0,o,r,a,0,2,0,i,s,l);64&e.destructible&&t(e,63);8&e.destructible&&t(e,62);return c}(e,n,o,s?0:1,l,u,d,g);case 69271571:return function(e,n,o,r,a,i,s,l){const c=kn(e,n,void 0,o,r,a,0,2,0,i,s,l);64&e.destructible&&t(e,63);8&e.destructible&&t(e,62);return c}(e,n,o,s?0:1,l,u,d,g);case 67174411:return function(e,n,o,r,a,i,s,l,c){e.flags=128^(128|e.flags);const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;J(e,67117056|n);const k=16&n?ue({parent:void 0,type:2},1024):void 0;if(n=33554432^(33554432|n),Q(e,n,16))return yn(e,n,k,o,[],r,0,s,l,c);let p,f=0;e.destructible&=-385;let m=[],b=0,h=0,x=0;const{tokenIndex:T,tokenLine:y,tokenColumn:C}=e;e.assignable=1;for(;16!==e.getToken();){const{tokenIndex:r,tokenLine:s,tokenColumn:l}=e,c=e.getToken();if(143360&c)k&&ge(e,n,k,e.tokenValue,1,0),537079808&~c?36864&~c||(x=1):h=1,p=Ye(e,n,o,a,0,1,1,1,r,s,l),16===e.getToken()||18===e.getToken()?2&e.assignable&&(f|=16,h=1):(1077936155===e.getToken()?h=1:f|=16,p=_e(e,n,o,p,1,0,r,s,l),16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,1,0,r,s,l,p)));else{if(2097152&~c){if(14===c){p=fn(e,n,k,o,16,a,i,0,1,0,r,s,l),16&e.destructible&&t(e,74),h=1,!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),f|=8;break}if(f|=16,p=Oe(e,n,o,1,1,r,s,l),!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),18===e.getToken()&&(b||(b=1,m=[p])),b){for(;Q(e,8192|n,18);)m.push(Oe(e,n,o,1,1,e.tokenIndex,e.tokenLine,e.tokenColumn));e.assignable=2,p=ie(e,n,T,y,C,{type:"SequenceExpression",expressions:m})}return ee(e,n,16),e.destructible=f,p}p=2162700===c?bn(e,67108864|n,k,o,0,1,0,a,i,r,s,l):kn(e,67108864|n,k,o,0,1,0,a,i,r,s,l),f|=e.destructible,h=1,e.assignable=2,16!==e.getToken()&&18!==e.getToken()&&(8&f&&t(e,122),p=_e(e,n,o,p,0,0,r,s,l),f|=16,16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,0,0,r,s,l,p)))}if(!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),!Q(e,8192|n,18))break;if(b||(b=1,m=[p]),16===e.getToken()){f|=8;break}}b&&(e.assignable=2,p=ie(e,n,T,y,C,{type:"SequenceExpression",expressions:m}));ee(e,n,16),16&f&&8&f&&t(e,151);if(f|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken())return 48&f&&t(e,49),524800&n&&128&f&&t(e,31),262400&n&&256&f&&t(e,32),h&&(e.flags|=128),x&&(e.flags|=256),yn(e,n,k,o,b?m:[p],r,0,s,l,c);64&f&&t(e,63);8&f&&t(e,144);return e.destructible=256^(256|e.destructible)|f,32&n?ie(e,n,u,d,g,{type:"ParenthesizedExpression",expression:p}):p}(e,16384|n,o,s,1,0,u,d,g);case 86021:case 86022:case 86023:return function(e,n,t,o,r){const a=N[255&e.getToken()],i=86023===e.getToken()?null:"true"===a;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:i,raw:a}:{type:"Literal",value:i})}(e,n,u,d,g);case 86111:return function(e,n){const{tokenIndex:t,tokenLine:o,tokenColumn:r}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,{type:"ThisExpression"})}(e,n);case 65540:return function(e,n,t,o,r){const{tokenRaw:a,tokenRegExp:i,tokenValue:s}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:s,regex:i,raw:a}:{type:"Literal",value:s,regex:i})}(e,n,u,d,g);case 132:case 86094:return function(e,n,o,r,a,i,s){let l=null,c=null;const u=En(e,n,o);u.length&&(a=e.tokenIndex,i=e.tokenLine,s=e.tokenColumn);n=4194304^(4194560|n),J(e,n),4096&e.getToken()&&20565!==e.getToken()&&(re(e,n,e.getToken())&&t(e,118),537079808&~e.getToken()||t(e,119),l=cn(e,n));let d=n;Q(e,8192|n,20565)?(c=Xe(e,n,o,0,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn),d|=131072):d=131072^(131072|d);const g=An(e,d,n,void 0,o,2,0,r);return e.assignable=2,ie(e,n,a,i,s,{type:"ClassExpression",id:l,superClass:c,body:g,...1&n?{decorators:u}:null})}(e,n,o,l,u,d,g);case 86109:return function(e,n,o,r,a){switch(J(e,n),e.getToken()){case 67108990:t(e,167);case 67174411:131072&n||t(e,28),e.assignable=2;break;case 69271571:case 67108877:65536&n||t(e,29),e.assignable=1;break;default:t(e,30,"super")}return ie(e,n,o,r,a,{type:"Super"})}(e,n,u,d,g);case 67174409:return on(e,n,u,d,g);case 67174408:return rn(e,n,o);case 86107:return function(e,n,o,r,a,i,s){const l=cn(e,8192|n),{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(Q(e,n,67108877)){if(16777216&n&&209029===e.getToken())return e.assignable=2,function(e,n,t,o,r,a){const i=cn(e,n);return ie(e,n,o,r,a,{type:"MetaProperty",meta:t,property:i})}(e,n,l,a,i,s);t(e,94)}e.assignable=2,16842752&~e.getToken()||t(e,65,N[255&e.getToken()]);const g=Ye(e,n,o,2,1,0,r,1,c,u,d);n=33554432^(33554432|n),67108990===e.getToken()&&t(e,168);const k=wn(e,n,o,g,r,c,u,d);return e.assignable=2,ie(e,n,a,i,s,{type:"NewExpression",callee:k,arguments:67174411===e.getToken()?ln(e,n,o,r):[]})}(e,n,o,l,u,d,g);case 134283388:return tn(e,n,u,d,g);case 130:return Vn(e,n,o,0,u,d,g);case 86106:return function(e,n,o,r,a,i,s,l){let c=cn(e,n);if(67108877===e.getToken())return Ze(e,n,c,i,s,l);r&&t(e,142);return c=We(e,n,o,a,i,s,l),e.assignable=2,_e(e,n,o,c,a,0,i,s,l)}(e,n,o,i,l,u,d,g);case 8456256:if(8&n)return Pn(e,n,o,0,u,d,g);default:if(me(n,e.getToken()))return xn(e,n,o,u,d,g);t(e,30,N[255&e.getToken()])}}function Ze(e,n,o,r,a,i){512&n||t(e,169),J(e,n);const s=e.getToken();return 209030!==s&&"meta"!==e.tokenValue?t(e,174):-2147483648&s&&t(e,175),e.assignable=2,ie(e,n,r,a,i,{type:"MetaProperty",meta:o,property:cn(e,n)})}function We(e,n,o,r,a,i,s){ee(e,8192|n,67174411),14===e.getToken()&&t(e,143);const l={type:"ImportExpression",source:Oe(e,n,o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)};if(1&n){let t=null;if(18===e.getToken()&&(ee(e,n,18),16!==e.getToken())){t=Oe(e,33554432^(33554432|n),o,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)}l.options=t,Q(e,n,18)}return ee(e,n,16),ie(e,n,a,i,s,l)}function Ke(e,n,o=null){if(!Q(e,n,20579))return[];ee(e,n,2162700);const r=[],a=new Set;for(;1074790415!==e.getToken();){const i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn,c=en(e,n);ee(e,n,21);const u=Qe(e,n),d="Literal"===c.type?c.value:c.name;if("type"===d&&"json"===u.value){null===o||1===o.length&&("ImportDefaultSpecifier"===o[0].type||"ImportNamespaceSpecifier"===o[0].type||"ImportSpecifier"===o[0].type&&"Identifier"===o[0].imported.type&&"default"===o[0].imported.name||"ExportSpecifier"===o[0].type&&"Identifier"===o[0].local.type&&"default"===o[0].local.name)||t(e,140)}a.has(d)&&t(e,145,`${d}`),a.add(d),r.push(ie(e,n,i,s,l,{type:"ImportAttribute",key:c,value:u})),1074790415!==e.getToken()&&ee(e,n,18)}return ee(e,n,1074790415),r}function Qe(e,n){if(134283267===e.getToken())return un(e,n);t(e,30,N[255&e.getToken()])}function en(e,n){return 134283267===e.getToken()?un(e,n):143360&e.getToken()?cn(e,n):void t(e,30,N[255&e.getToken()])}function nn(e,n){return 134283267===e.getToken()?(function(e,n){const o=n.length;for(let r=0;r<o;r++){const a=n.charCodeAt(r);55296==(64512&a)&&(a>56319||++r>=o||56320!=(64512&n.charCodeAt(r)))&&t(e,171,JSON.stringify(n.charAt(r--)))}}(e,e.tokenValue),un(e,n)):143360&e.getToken()?cn(e,n):void t(e,30,N[255&e.getToken()])}function tn(e,n,t,o,r){const{tokenRaw:a,tokenValue:i}=e;return J(e,n),e.assignable=2,ie(e,n,t,o,r,128&n?{type:"Literal",value:i,bigint:a.slice(0,-1),raw:a}:{type:"Literal",value:i,bigint:a.slice(0,-1)})}function on(e,n,t,o,r){e.assignable=2;const{tokenValue:a,tokenRaw:i,tokenIndex:s,tokenLine:l,tokenColumn:c}=e;ee(e,n,67174409);return ie(e,n,t,o,r,{type:"TemplateLiteral",expressions:[],quasis:[an(e,n,a,i,s,l,c,!0)]})}function rn(e,n,o){n=33554432^(33554432|n);const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ee(e,-16385&n|8192,67174408);const c=[an(e,n,r,a,i,s,l,!1)],u=[Fe(e,-16385&n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)];for(1074790415!==e.getToken()&&t(e,83);67174409!==e.setToken(D(e,n),!0);){const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ee(e,-16385&n|8192,67174408),c.push(an(e,n,r,a,i,s,l,!1)),u.push(Fe(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),1074790415!==e.getToken()&&t(e,83)}{const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;ee(e,n,67174409),c.push(an(e,n,t,o,r,a,i,!0))}return ie(e,n,i,s,l,{type:"TemplateLiteral",expressions:u,quasis:c})}function an(e,n,t,o,r,a,i,s){const l=ie(e,n,r,a,i,{type:"TemplateElement",value:{cooked:t,raw:o},tail:s}),c=s?1:2;return 2&n&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&n&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function sn(e,n,t,o,r,a){ee(e,8192|(n=33554432^(33554432|n)),14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=1,ie(e,n,o,r,a,{type:"SpreadElement",argument:i})}function ln(e,n,t,o){J(e,8192|n);const r=[];if(16===e.getToken())return J(e,16384|n),r;for(;16!==e.getToken()&&(14===e.getToken()?r.push(sn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn)):r.push(Oe(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)),18===e.getToken())&&(J(e,8192|n),16!==e.getToken()););return ee(e,16384|n,16),r}function cn(e,n){const{tokenValue:t,tokenIndex:o,tokenLine:r,tokenColumn:a}=e,i="await"===t&&!(-2147483648&e.getToken());return J(e,n|(i?8192:0)),ie(e,n,o,r,a,{type:"Identifier",name:t})}function un(e,n){const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;return 134283388===e.getToken()?tn(e,n,r,a,i):(J(e,n),e.assignable=2,ie(e,n,r,a,i,128&n?{type:"Literal",value:t,raw:o}:{type:"Literal",value:t}))}function dn(e,n,o,r,a,i,s,l,c,u,d){J(e,8192|n);const g=i?K(e,n,8391476):0;let k,p=null,f=o?{parent:void 0,type:2}:void 0;if(67174411===e.getToken())1&s||t(e,39,"Function");else{const r=!(4&a)||2048&n&&512&n?64|(l?1024:0)|(g?1024:0):4;oe(e,n,e.getToken()),o&&(4&r?ke(e,n,o,e.tokenValue,r):ge(e,n,o,e.tokenValue,r,a),f=ue(f,256),s&&2&s&&fe(e,e.tokenValue)),k=e.getToken(),143360&e.getToken()?p=cn(e,n):t(e,30,N[255&e.getToken()])}const m=7274496;n=(n|m)^m|16777216|(l?524288:0)|(g?262144:0)|(g?0:67108864),o&&(f=ue(f,512));const b=268471296;return ie(e,n,c,u,d,{type:"FunctionDeclaration",id:p,params:vn(e,-268435457&n|2097152,f,r,0,1),body:ze(e,9437184|(n|b)^b,o?ue(f,128):f,r,8,k,f?.scopeError),async:1===l,generator:1===g})}function gn(e,n,t,o,r,a,i,s){J(e,8192|n);const l=K(e,n,8391476),c=(o?524288:0)|(l?262144:0);let u,d=null,g=16&n?{parent:void 0,type:2}:void 0;const k=275709952;143360&e.getToken()&&(oe(e,(n|k)^k|c,e.getToken()),g&&(g=ue(g,256)),u=e.getToken(),d=cn(e,n)),n=(n|k)^k|16777216|c|(l?0:67108864),g&&(g=ue(g,512));const p=vn(e,-268435457&n|2097152,g,t,r,1),f=ze(e,9437184|-33594369&n,g?ue(g,128):g,t,0,u,g?.scopeError);return e.assignable=2,ie(e,n,a,i,s,{type:"FunctionExpression",id:d,params:p,body:f,async:1===o,generator:1===l})}function kn(e,n,o,r,a,i,s,l,c,u,d,g){J(e,8192|n);const k=[];let p=0;for(n=33554432^(33554432|n);20!==e.getToken();)if(Q(e,8192|n,18))k.push(null);else{let a;const{tokenIndex:u,tokenLine:d,tokenColumn:g,tokenValue:f}=e,m=e.getToken();if(143360&m)if(a=Ye(e,n,r,l,0,1,i,1,u,d,g),1077936155===e.getToken()){2&e.assignable&&t(e,26),J(e,8192|n),o&&de(e,n,o,f,l,c);const k=Oe(e,n,r,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn);a=ie(e,n,u,d,g,s?{type:"AssignmentPattern",left:a,right:k}:{type:"AssignmentExpression",operator:"=",left:a,right:k}),p|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.getToken()||20===e.getToken()?(2&e.assignable?p|=16:o&&de(e,n,o,f,l,c),p|=256&e.destructible?256:128&e.destructible?128:0):(p|=1&l?32:2&l?0:16,a=_e(e,n,r,a,i,0,u,d,g),18!==e.getToken()&&20!==e.getToken()?(1077936155!==e.getToken()&&(p|=16),a=je(e,n,r,i,s,u,d,g,a)):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32));else 2097152&m?(a=2162700===e.getToken()?bn(e,n,o,r,0,i,s,l,c,u,d,g):kn(e,n,o,r,0,i,s,l,c,u,d,g),p|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.getToken()||20===e.getToken()?2&e.assignable&&(p|=16):8&e.destructible?t(e,71):(a=_e(e,n,r,a,i,0,u,d,g),p=2&e.assignable?16:0,18!==e.getToken()&&20!==e.getToken()?a=je(e,n,r,i,s,u,d,g,a):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32))):14===m?(a=fn(e,n,o,r,20,l,c,0,i,s,u,d,g),p|=e.destructible,18!==e.getToken()&&20!==e.getToken()&&t(e,30,N[255&e.getToken()])):(a=Xe(e,n,r,1,0,1,u,d,g),18!==e.getToken()&&20!==e.getToken()?(a=je(e,n,r,i,s,u,d,g,a),3&l||67174411!==m||(p|=16)):2&e.assignable?p|=16:67174411===m&&(p|=1&e.assignable&&3&l?32:16));if(k.push(a),!Q(e,8192|n,18))break;if(20===e.getToken())break}ee(e,n,20);const f=ie(e,n,u,d,g,{type:s?"ArrayPattern":"ArrayExpression",elements:k});return!a&&4194304&e.getToken()?pn(e,n,r,p,i,s,u,d,g,f):(e.destructible=p,f)}function pn(e,n,o,r,a,i,s,l,c,u){1077936155!==e.getToken()&&t(e,26),J(e,8192|n),16&r&&t(e,26),i||ne(e,u);const{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=Oe(e,n,o,1,a,d,g,k);return e.destructible=72^(72|r)|(128&e.destructible?128:0)|(256&e.destructible?256:0),ie(e,n,s,l,c,i?{type:"AssignmentPattern",left:u,right:p}:{type:"AssignmentExpression",left:u,operator:"=",right:p})}function fn(e,n,o,r,a,i,s,l,c,u,d,g,k){J(e,8192|n);let p=null,f=0;const{tokenValue:m,tokenIndex:b,tokenLine:h,tokenColumn:x}=e;let T=e.getToken();if(143360&T)e.assignable=1,p=Ye(e,n,r,i,0,1,c,1,b,h,x),T=e.getToken(),p=_e(e,n,r,p,c,0,b,h,x),18!==e.getToken()&&e.getToken()!==a&&(2&e.assignable&&1077936155===e.getToken()&&t(e,71),f|=16,p=je(e,n,r,c,u,b,h,x,p)),2&e.assignable?f|=16:T===a||18===T?o&&de(e,n,o,m,i,s):f|=32,f|=128&e.destructible?128:0;else if(T===a)t(e,41);else{if(!(2097152&T)){f|=32,p=Xe(e,n,r,1,c,1,e.tokenIndex,e.tokenLine,e.tokenColumn);const{tokenIndex:o,tokenLine:i,tokenColumn:s}=e,l=e.getToken();return 1077936155===l?(2&e.assignable&&t(e,26),p=je(e,n,r,c,u,o,i,s,p),f|=16):(18===l?f|=16:l!==a&&(p=je(e,n,r,c,u,o,i,s,p)),f|=1&e.assignable?32:16),e.destructible=f,e.getToken()!==a&&18!==e.getToken()&&t(e,161),ie(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}p=2162700===e.getToken()?bn(e,n,o,r,1,c,u,i,s,b,h,x):kn(e,n,o,r,1,c,u,i,s,b,h,x),T=e.getToken(),1077936155!==T&&T!==a&&18!==T?(8&e.destructible&&t(e,71),p=_e(e,n,r,p,c,0,b,h,x),f|=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(p=Me(e,n,r,1,b,h,x,4,T,p)),Q(e,8192|n,22)&&(p=He(e,n,r,p,b,h,x)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),p=je(e,n,r,c,u,b,h,x,p))):f|=1074790415===a&&1077936155!==T?16:e.destructible}if(e.getToken()!==a)if(1&i&&(f|=l?16:32),Q(e,8192|n,1077936155)){16&f&&t(e,26),ne(e,p);const o=Oe(e,n,r,1,c,e.tokenIndex,e.tokenLine,e.tokenColumn);p=ie(e,n,b,h,x,u?{type:"AssignmentPattern",left:p,right:o}:{type:"AssignmentExpression",left:p,operator:"=",right:o}),f=16}else f|=16;return e.destructible=f,ie(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}function mn(e,n,r,a,i,s,l,c){const u=2883584|(64&a?0:4325376);let d=16&(n=25231360|((n|u)^u|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0)))?ue({parent:void 0,type:2},512):void 0;const g=function(e,n,r,a,i,s,l){ee(e,n,67174411);const c=[];if(e.flags=128^(128|e.flags),16===e.getToken())return 512&i&&t(e,37,"Setter","one",""),J(e,n),c;256&i&&t(e,37,"Getter","no","s");512&i&&14===e.getToken()&&t(e,38);n=33554432^(33554432|n);let u=0,d=0;for(;18!==e.getToken();){let o=null;const{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;if(143360&e.getToken()?(256&n||(36864&~e.getToken()||(e.flags|=256),537079808&~e.getToken()||(e.flags|=512)),o=Un(e,n,r,1|i,0,g,k,p)):(2162700===e.getToken()?o=bn(e,n,r,a,1,l,1,s,0,g,k,p):69271571===e.getToken()?o=kn(e,n,r,a,1,l,1,s,0,g,k,p):14===e.getToken()&&(o=fn(e,n,r,a,16,s,0,0,l,1,g,k,p)),d=1,48&e.destructible&&t(e,50)),1077936155===e.getToken()){J(e,8192|n),d=1;o=ie(e,n,g,k,p,{type:"AssignmentPattern",left:o,right:Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(u++,c.push(o),!Q(e,n,18))break;if(16===e.getToken())break}512&i&&1!==u&&t(e,37,"Setter","one","");r&&r.scopeError&&o(r.scopeError);d&&(e.flags|=128);return ee(e,n,16),c}(e,-268435457&n|2097152,d,r,a,1,i);d&&(d=ue(d,128));return ie(e,n,s,l,c,{type:"FunctionExpression",params:g,body:ze(e,9437184|-301992961&n,d,r,0,void 0,d?.parent?.scopeError),async:(16&a)>0,generator:(8&a)>0,id:null})}function bn(e,n,o,a,i,s,l,c,u,d,g,k){J(e,n);const p=[];let f=0,m=0;for(n=33554432^(33554432|n);1074790415!==e.getToken();){const{tokenValue:i,tokenLine:d,tokenColumn:g,tokenIndex:k}=e,b=e.getToken();if(14===b)p.push(fn(e,n,o,a,1074790415,c,u,0,s,l,k,d,g));else{let h,x=0,T=null;if(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken())if(-2147483527===e.getToken()&&(f|=16),T=cn(e,n),18===e.getToken()||1074790415===e.getToken()||1077936155===e.getToken())if(x|=4,256&n&&!(537079808&~b)?f|=16:te(e,n,c,b,0),o&&de(e,n,o,i,c,u),Q(e,8192|n,1077936155)){f|=8;const t=Oe(e,n,a,1,s,e.tokenIndex,e.tokenLine,e.tokenColumn);f|=256&e.destructible?256:128&e.destructible?128:0,h=ie(e,n,k,d,g,{type:"AssignmentPattern",left:134217728&n?Object.assign({},T):T,right:t})}else f|=(209006===b?128:0)|(-2147483528===b?16:0),h=134217728&n?Object.assign({},T):T;else if(Q(e,8192|n,21)){const{tokenIndex:r,tokenLine:d,tokenColumn:g}=e;if("__proto__"===i&&m++,143360&e.getToken()){const t=e.getToken(),i=e.tokenValue;h=Ye(e,n,a,c,0,1,s,1,r,d,g);const k=e.getToken();h=_e(e,n,a,h,s,0,r,d,g),18===e.getToken()||1074790415===e.getToken()?1077936155===k||1074790415===k||18===k?(f|=128&e.destructible?128:0,2&e.assignable?f|=16:!o||143360&~t||de(e,n,o,i,c,u)):f|=1&e.assignable?32:16:4194304&~e.getToken()?(f|=16,8388608&~e.getToken()||(h=Me(e,n,a,1,r,d,g,4,k,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,d,g))):(2&e.assignable?f|=16:1077936155!==k?f|=32:o&&de(e,n,o,i,c,u),h=je(e,n,a,s,l,r,d,g,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,s,1,r,d,g),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,r,d,g),f=2&e.assignable?16:0,18!==e.getToken()&&1074790415!==b&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,r,d,g,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,r,d,g):bn(e,n,o,a,0,s,l,c,u,r,d,g),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&e.destructible?t(e,71):(h=_e(e,n,a,h,s,0,r,d,g),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,r,d,g,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,d,g)),f|=2&e.assignable?16:32):h=Je(e,n,a,s,l,r,d,g,h)))}else 69271571===e.getToken()?(f|=16,209005===b&&(x|=16),x|=2|(12400===b?256:12401===b?512:1),T=hn(e,n,a,s),f|=e.assignable,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):143360&e.getToken()?(f|=16,-2147483528===b&&t(e,95),209005===b?(1&e.flags&&t(e,132),x|=17):12400===b?x|=256:12401===b?x|=512:t(e,0),T=cn(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):67174411===e.getToken()?(f|=16,x|=1,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):8391476===e.getToken()?(f|=16,12400===b?t(e,42):12401===b?t(e,43):209005!==b&&t(e,30,N[52]),J(e,n),x|=9|(209005===b?16:0),143360&e.getToken()?T=cn(e,n):134217728&~e.getToken()?69271571===e.getToken()?(x|=2,T=hn(e,n,a,s),f|=e.assignable):t(e,30,N[255&e.getToken()]):T=un(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):134217728&~e.getToken()?t(e,133):(209005===b&&(x|=16),x|=12400===b?256:12401===b?512:1,f|=16,T=un(e,n),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn));else if(134217728&~e.getToken())if(69271571===e.getToken())if(T=hn(e,n,a,s),f|=256&e.destructible?256:0,x|=2,21===e.getToken()){J(e,8192|n);const{tokenIndex:r,tokenLine:i,tokenColumn:d,tokenValue:g}=e,k=e.getToken();if(143360&e.getToken()){h=Ye(e,n,a,c,0,1,s,1,r,i,d);const t=e.getToken();h=_e(e,n,a,h,s,0,r,i,d),4194304&~e.getToken()?18===e.getToken()||1074790415===e.getToken()?1077936155===t||1074790415===t||18===t?2&e.assignable?f|=16:!o||143360&~k||de(e,n,o,g,c,u):f|=1&e.assignable?32:16:(f|=16,h=je(e,n,a,s,l,r,i,d,h)):(f|=2&e.assignable?16:1077936155===t?0:32,h=Je(e,n,a,s,l,r,i,d,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,0,1,r,i,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,r,i,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,r,i,d,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,r,i,d):bn(e,n,o,a,0,s,l,c,u,r,i,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&f?t(e,62):(h=_e(e,n,a,h,s,0,r,i,d),f=2&e.assignable?16|f:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,r,i,d,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,r,i,d)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),h=Je(e,n,a,s,l,r,i,d,h))))}else 67174411===e.getToken()?(x|=1,h=mn(e,n,a,x,s,e.tokenIndex,d,g),f=16):t(e,44);else if(8391476===b)if(ee(e,8192|n,8391476),x|=8,143360&e.getToken()){const t=e.getToken();T=cn(e,n),x|=1,67174411===e.getToken()?(f|=16,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):r(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,209005===t?46:12400===t||12401===e.getToken()?45:47,N[255&t])}else 134217728&~e.getToken()?69271571===e.getToken()?(f|=16,x|=3,T=hn(e,n,a,s),h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):t(e,126):(f|=16,T=un(e,n),x|=1,h=mn(e,n,a,x,s,k,d,g));else t(e,30,N[255&b]);else if(T=un(e,n),21===e.getToken()){ee(e,8192|n,21);const{tokenIndex:t,tokenLine:r,tokenColumn:d}=e;if("__proto__"===i&&m++,143360&e.getToken()){h=Ye(e,n,a,c,0,1,s,1,t,r,d);const{tokenValue:i}=e,g=e.getToken();h=_e(e,n,a,h,s,0,t,r,d),18===e.getToken()||1074790415===e.getToken()?1077936155===g||1074790415===g||18===g?2&e.assignable?f|=16:o&&de(e,n,o,i,c,u):f|=1&e.assignable?32:16:1077936155===e.getToken()?(2&e.assignable&&(f|=16),h=je(e,n,a,s,l,t,r,d,h)):(f|=16,h=je(e,n,a,s,l,t,r,d,h))}else 2097152&~e.getToken()?(h=Xe(e,n,a,1,0,1,t,r,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=_e(e,n,a,h,s,0,t,r,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=je(e,n,a,s,l,t,r,d,h)))):(h=69271571===e.getToken()?kn(e,n,o,a,0,s,l,c,u,t,r,d):bn(e,n,o,a,0,s,l,c,u,t,r,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&~e.destructible&&(h=_e(e,n,a,h,s,0,t,r,d),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=Me(e,n,a,1,t,r,d,4,b,h)),Q(e,8192|n,22)&&(h=He(e,n,a,h,t,r,d)),f|=2&e.assignable?16:32):h=Je(e,n,a,s,l,t,r,d,h)))}else 67174411===e.getToken()?(x|=1,h=mn(e,n,a,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn),f=16|e.assignable):t(e,134);f|=128&e.destructible?128:0,e.destructible=f,p.push(ie(e,n,k,d,g,{type:"Property",key:T,value:h,kind:768&x?512&x?"set":"get":"init",computed:(2&x)>0,method:(1&x)>0,shorthand:(4&x)>0}))}if(f|=e.destructible,18!==e.getToken())break;J(e,n)}ee(e,n,1074790415),m>1&&(f|=64);const b=ie(e,n,d,g,k,{type:l?"ObjectPattern":"ObjectExpression",properties:p});return!i&&4194304&e.getToken()?pn(e,n,a,f,s,l,d,g,k,b):(e.destructible=f,b)}function hn(e,n,t,o){J(e,8192|n);const r=Oe(e,33554432^(33554432|n),t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,20),r}function xn(e,n,t,o,r,a){const{tokenValue:i}=e;let s=0,l=0;537079808&~e.getToken()?36864&~e.getToken()||(l=1):s=1;const c=cn(e,n);if(e.assignable=1,10===e.getToken()){let u;return 16&n&&(u=le(e,n,i)),s&&(e.flags|=128),l&&(e.flags|=256),Cn(e,n,u,t,[c],0,o,r,a)}return c}function Tn(e,n,o,r,a,i,s,l,c,u,d){s||t(e,57),i&&t(e,51),e.flags&=-129;return Cn(e,n,16&n?le(e,n,r):void 0,o,[a],l,c,u,d)}function yn(e,n,o,r,a,i,s,l,c,u){i||t(e,57);for(let n=0;n<a.length;++n)ne(e,a[n]);return Cn(e,n,o,r,a,s,l,c,u)}function Cn(e,n,r,a,i,s,l,c,u){1&e.flags&&t(e,48),ee(e,8192|n,10);const d=271319040;n=(n|d)^d|(s?524288:0);const g=2162700!==e.getToken();let k;if(r&&r.scopeError&&o(r.scopeError),g)e.flags=4928^(4928|e.flags),k=Oe(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);else{r&&(r=ue(r,128));const o=33557504;switch(k=ze(e,(n|o)^o|1048576,r,a,16,void 0,void 0),e.getToken()){case 69271571:1&e.flags||t(e,116);break;case 67108877:case 67174409:case 22:t(e,117);case 67174411:1&e.flags||t(e,116),e.flags|=1024}8388608&~e.getToken()||1&e.flags||t(e,30,N[255&e.getToken()]),33619968&~e.getToken()||t(e,125)}return e.assignable=2,ie(e,n,l,c,u,{type:"ArrowFunctionExpression",params:i,body:k,async:1===s,expression:g})}function vn(e,n,r,a,i,s){ee(e,n,67174411),e.flags=128^(128|e.flags);const l=[];if(Q(e,n,16))return l;n=33554432^(33554432|n);let c=0;for(;18!==e.getToken();){let o;const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=e.getToken();if(143360&k?(256&n||(36864&~k||(e.flags|=256),537079808&~k||(e.flags|=512)),o=Un(e,n,r,1|s,0,u,d,g)):(2162700===k?o=bn(e,n,r,a,1,i,1,s,0,u,d,g):69271571===k?o=kn(e,n,r,a,1,i,1,s,0,u,d,g):14===k?o=fn(e,n,r,a,16,s,0,0,i,1,u,d,g):t(e,30,N[255&k]),c=1,48&e.destructible&&t(e,50)),1077936155===e.getToken()){J(e,8192|n),c=1;o=ie(e,n,u,d,g,{type:"AssignmentPattern",left:o,right:Oe(e,n,a,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(l.push(o),!Q(e,n,18))break;if(16===e.getToken())break}return c&&(e.flags|=128),r&&(c||256&n)&&r.scopeError&&o(r.scopeError),ee(e,n,16),l}function wn(e,n,t,o,r,a,i,s){const l=e.getToken();if(67108864&l){if(67108877===l){J(e,67108864|n),e.assignable=1;return wn(e,n,t,ie(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!1,property:$e(e,n,t)}),0,a,i,s)}if(69271571===l){J(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=Fe(e,n,t,r,1,l,c,u);return ee(e,n,20),e.assignable=1,wn(e,n,t,ie(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!0,property:d}),0,a,i,s)}if(67174408===l||67174409===l)return e.assignable=2,wn(e,n,t,ie(e,n,a,i,s,{type:"TaggedTemplateExpression",tag:o,quasi:67174408===e.getToken()?rn(e,16384|n,t):on(e,16384|n,e.tokenIndex,e.tokenLine,e.tokenColumn)}),0,a,i,s)}return o}function Ln(e,n,o,r,a,i,s){return 209006===e.getToken()&&t(e,31),262400&n&&241771===e.getToken()&&t(e,32),be(e,n,e.getToken()),36864&~e.getToken()||(e.flags|=256),Tn(e,-268435457&n|524288,o,e.tokenValue,cn(e,n),0,r,1,a,i,s)}function In(e,n,o,r,a,i,s,l,c,u,d){J(e,8192|n);const g=16&n?ue({parent:void 0,type:2},1024):void 0;if(Q(e,n=33554432^(33554432|n),16))return 10===e.getToken()?(1&l&&t(e,48),yn(e,n,g,o,[],a,1,c,u,d)):ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:[]});let k=0,p=null,f=0;e.destructible=384^(384|e.destructible);const m=[];for(;16!==e.getToken();){const{tokenIndex:a,tokenLine:l,tokenColumn:b}=e,h=e.getToken();if(143360&h)g&&ge(e,n,g,e.tokenValue,i,0),537079808&~h?36864&~h||(e.flags|=256):e.flags|=512,p=Ye(e,n,o,i,0,1,1,1,a,l,b),16===e.getToken()||18===e.getToken()?2&e.assignable&&(k|=16,f=1):(1077936155===e.getToken()?f=1:k|=16,p=_e(e,n,o,p,1,0,a,l,b),16!==e.getToken()&&18!==e.getToken()&&(p=je(e,n,o,1,0,a,l,b,p)));else if(2097152&h)p=2162700===h?bn(e,n,g,o,0,1,0,i,s,a,l,b):kn(e,n,g,o,0,1,0,i,s,a,l,b),k|=e.destructible,f=1,16!==e.getToken()&&18!==e.getToken()&&(8&k&&t(e,122),p=_e(e,n,o,p,0,0,a,l,b),k|=16,8388608&~e.getToken()||(p=Me(e,n,o,1,c,u,d,4,h,p)),Q(e,8192|n,22)&&(p=He(e,n,o,p,c,u,d)));else{if(14!==h){for(p=Oe(e,n,o,1,0,a,l,b),k=e.assignable,m.push(p);Q(e,8192|n,18);)m.push(Oe(e,n,o,1,0,a,l,b));return k|=e.assignable,ee(e,n,16),e.destructible=16|k,e.assignable=2,ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m})}p=fn(e,n,g,o,16,i,s,1,1,0,a,l,b),k|=(16===e.getToken()?0:16)|e.destructible,f=1}if(m.push(p),!Q(e,8192|n,18))break}return ee(e,n,16),k|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken()?(48&k&&t(e,27),(1&e.flags||1&l)&&t(e,48),128&k&&t(e,31),262400&n&&256&k&&t(e,32),f&&(e.flags|=128),yn(e,524288|n,g,o,m,a,1,c,u,d)):(64&k&&t(e,63),8&k&&t(e,62),e.assignable=2,ie(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m}))}function qn(e,n,o,r,a,i,s,l){let c=En(e,n,r);c.length&&(i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn),e.leadingDecorators.length&&(e.leadingDecorators.push(...c),c=e.leadingDecorators,e.leadingDecorators=[]),J(e,n=4194304^(4194560|n));let u=null,d=null;const{tokenValue:g}=e;4096&e.getToken()&&20565!==e.getToken()?(re(e,n,e.getToken())&&t(e,118),537079808&~e.getToken()||t(e,119),o&&(ge(e,n,o,g,32,0),a&&2&a&&fe(e,g)),u=cn(e,n)):1&a||t(e,39,"Class");let k=n;Q(e,8192|n,20565)?(d=Xe(e,n,r,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn),k|=131072):k=131072^(131072|k);return ie(e,n,i,s,l,{type:"ClassDeclaration",id:u,superClass:d,body:An(e,k,n,o,r,2,8,0),...1&n?{decorators:c}:null})}function En(e,n,t){const o=[];if(1&n)for(;132===e.getToken();)o.push(Sn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}function Sn(e,n,t,o,r,a){J(e,8192|n);let i=Ye(e,n,t,2,0,1,0,1,o,r,a);return i=_e(e,n,t,i,0,0,o,r,a),ie(e,n,o,r,a,{type:"Decorator",expression:i})}function An(e,o,r,a,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=16&o?{parent:i,refs:Object.create(null)}:void 0;ee(e,8192|o,2162700);const p=301989888;o=(o|p)^p;const f=32&e.flags;e.flags=32^(32|e.flags);const m=[];let b;for(;1074790415!==e.getToken();){let n=0;b=En(e,o,k),n=b.length,n>0&&"constructor"===e.tokenValue&&t(e,109),1074790415===e.getToken()&&t(e,108),Q(e,o,1074790417)?n>0&&t(e,120):m.push(Dn(e,o,a,k,r,s,b,0,c,e.tokenIndex,e.tokenLine,e.tokenColumn))}return ee(e,8&l?8192|o:o,1074790415),k&&function(e){for(const t in e.refs)if(!pe(t,e)){const{index:o,line:r,column:a}=e.refs[t][0];throw new n(o,r,a,o+t.length,r,a+t.length,4,t)}}(k),e.flags=-33&e.flags|f,ie(e,o,u,d,g,{type:"ClassBody",body:m})}function Dn(e,n,o,r,a,i,s,l,c,u,d,g){let k=l?32:0,p=null;const{tokenIndex:f,tokenLine:m,tokenColumn:b}=e,h=e.getToken();if(176128&h||-2147483528===h)switch(p=cn(e,n),h){case 36970:if(!l&&67174411!==e.getToken()&&1048576&~e.getToken()&&1077936155!==e.getToken())return Dn(e,n,o,r,a,i,s,1,c,u,d,g);break;case 209005:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=16|(K(e,n,8391476)?8:0)}break;case 12400:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=256}break;case 12401:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);k|=512}break;case 12402:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Rn(e,n,r,p,k,s,f,m,b);1&n&&(k|=1024)}}else if(69271571===h)k|=2,p=hn(e,a,r,c);else if(134217728&~h)if(8391476===h)k|=8,J(e,n);else if(130===e.getToken())k|=8192,p=Vn(e,4096|n,r,768,f,m,b);else if(1073741824&~e.getToken()){if(l&&2162700===h)return function(e,n,t,o,r,a,i){t&&(t=ue(t,2));const s=1475584;n=285802496|(n|s)^s;const{body:l}=Ce(e,n,t,o,{},r,a,i);return ie(e,n,r,a,i,{type:"StaticBlock",body:l})}(e,4096|n,o,r,f,m,b);-2147483527===h?(p=cn(e,n),67174411!==e.getToken()&&t(e,30,N[255&e.getToken()])):t(e,30,N[255&e.getToken()])}else k|=128;else p=un(e,n);if(1816&k&&(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()?p=cn(e,n):134217728&~e.getToken()?69271571===e.getToken()?(k|=2,p=hn(e,n,r,0)):130===e.getToken()?(k|=8192,p=Vn(e,n,r,k,f,m,b)):t(e,135):p=un(e,n)),2&k||("constructor"===e.tokenValue?(1073741824&~e.getToken()?32&k||67174411!==e.getToken()||(920&k?t(e,53,"accessor"):131072&n||(32&e.flags?t(e,54):e.flags|=32)):t(e,129),k|=64):!(8192&k)&&32&k&&"prototype"===e.tokenValue&&t(e,52)),1024&k||67174411!==e.getToken()&&!(768&k))return Rn(e,n,r,p,k,s,f,m,b);return ie(e,n,u,d,g,{type:"MethodDefinition",kind:!(32&k)&&64&k?"constructor":256&k?"get":512&k?"set":"method",static:(32&k)>0,computed:(2&k)>0,key:p,value:mn(e,4096|n,r,k,c,e.tokenIndex,e.tokenLine,e.tokenColumn),...1&n?{decorators:s}:null})}function Vn(e,n,o,r,a,i,s){J(e,n);const{tokenValue:l}=e;return"constructor"===l&&t(e,128),16&n&&(o||t(e,4,l),r?function(e,n,o,r){let a=800&r;768&a||(a|=768);const i=n["#"+o];void 0!==i&&((32&i)!=(32&a)||i&a&768)&&t(e,146,o),n["#"+o]=i?i|a:a}(e,o,l,r):function(e,n,t){n.refs[t]??=[],n.refs[t].push({index:e.tokenIndex,line:e.tokenLine,column:e.tokenColumn})}(e,o,l)),J(e,n),ie(e,n,a,i,s,{type:"PrivateIdentifier",name:l})}function Rn(e,n,o,r,a,i,s,l,c){let u=null;if(8&a&&t(e,0),1077936155===e.getToken()){J(e,8192|n);const{tokenIndex:r,tokenLine:i,tokenColumn:s}=e;537079927===e.getToken()&&t(e,119);const l=2883584|(64&a?0:4325376);u=Ye(e,4096|(n=16842752|((n|l)^l|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0))),o,2,0,1,0,1,r,i,s),!(1073741824&~e.getToken())&&4194304&~e.getToken()||(u=_e(e,4096|n,o,u,0,0,r,i,s),u=je(e,4096|n,o,0,0,r,i,s,u))}return Z(e,n),ie(e,n,s,l,c,{type:1024&a?"AccessorProperty":"PropertyDefinition",key:r,value:u,static:(32&a)>0,computed:(2&a)>0,...1&n?{decorators:i}:null})}function Nn(e,n,o,r,a,i,s,l,c){if(143360&e.getToken()||!(256&n)&&-2147483527===e.getToken())return Un(e,n,o,a,i,s,l,c);2097152&~e.getToken()&&t(e,30,N[255&e.getToken()]);const u=69271571===e.getToken()?kn(e,n,o,r,1,0,1,a,i,s,l,c):bn(e,n,o,r,1,0,1,a,i,s,l,c);return 16&e.destructible&&t(e,50),32&e.destructible&&t(e,50),u}function Un(e,n,o,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();return 256&n&&(537079808&~u?36864&~u&&-2147483527!==u||t(e,118):t(e,119)),20480&~u||t(e,102),241771===u&&(262144&n&&t(e,32),512&n&&t(e,111)),73==(255&u)&&24&r&&t(e,100),209006===u&&(524288&n&&t(e,176),512&n&&t(e,110)),J(e,n),o&&de(e,n,o,c,r,a),ie(e,n,i,s,l,{type:"Identifier",name:c})}function Pn(e,n,o,r,a,i,s){if(r||ee(e,n,8456256),8390721===e.getToken()){const t=function(e,n,t,o,r){return $(e,n),ie(e,n,t,o,r,{type:"JSXOpeningFragment"})}(e,n,a,i,s),[l,c]=function(e,n,t,o){const r=[];for(;;){const a=On(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingFragment"===a.type)return[r,a];r.push(a)}}(e,n,o,r);return ie(e,n,a,i,s,{type:"JSXFragment",openingFragment:t,children:l,closingFragment:c})}8457014===e.getToken()&&t(e,30,N[255&e.getToken()]);let l=null,c=[];const u=function(e,n,o,r,a,i,s){143360&~e.getToken()&&4096&~e.getToken()&&t(e,0);const l=Fn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn),c=function(e,n,t){const o=[];for(;8457014!==e.getToken()&&8390721!==e.getToken()&&1048576!==e.getToken();)o.push(Jn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}(e,n,o),u=8457014===e.getToken();u&&ee(e,n,8457014);8390721!==e.getToken()&&t(e,25,N[65]);r||!u?$(e,n):J(e,n);return ie(e,n,a,i,s,{type:"JSXOpeningElement",name:l,attributes:c,selfClosing:u})}(e,n,o,r,a,i,s);if(!u.selfClosing){[c,l]=function(e,n,t,o){const r=[];for(;;){const a=Bn(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingElement"===a.type)return[r,a];r.push(a)}}(e,n,o,r);const a=se(l.name);se(u.name)!==a&&t(e,155,a)}return ie(e,n,a,i,s,{type:"JSXElement",children:c,openingElement:u,closingElement:l})}function Bn(e,n,o,r,a,i,s){return 137===e.getToken()?Gn(e,n,a,i,s):2162700===e.getToken()?Mn(e,n,o,1,0,a,i,s):8456256===e.getToken()?(J(e,n),8457014===e.getToken()?function(e,n,o,r,a,i){ee(e,n,8457014);const s=Fn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8390721!==e.getToken()&&t(e,25,N[65]),o?$(e,n):J(e,n),ie(e,n,r,a,i,{type:"JSXClosingElement",name:s})}(e,n,r,a,i,s):Pn(e,n,o,1,a,i,s)):void t(e,0)}function On(e,n,o,r,a,i,s){return 137===e.getToken()?Gn(e,n,a,i,s):2162700===e.getToken()?Mn(e,n,o,1,0,a,i,s):8456256===e.getToken()?(J(e,n),8457014===e.getToken()?function(e,n,o,r,a,i){return ee(e,n,8457014),8390721!==e.getToken()&&t(e,25,N[65]),o?$(e,n):J(e,n),ie(e,n,r,a,i,{type:"JSXClosingFragment"})}(e,n,r,a,i,s):Pn(e,n,o,1,a,i,s)):void t(e,0)}function Gn(e,n,t,o,r){J(e,n);const a={type:"JSXText",value:e.tokenValue};return 128&n&&(a.raw=e.tokenRaw),ie(e,n,t,o,r,a)}function Fn(e,n,t,o,r){Y(e);let a=zn(e,n,t,o,r);if(21===e.getToken())return Hn(e,n,a,t,o,r);for(;Q(e,n,67108877);)Y(e),a=jn(e,n,a,t,o,r);return a}function jn(e,n,t,o,r,a){return ie(e,n,o,r,a,{type:"JSXMemberExpression",object:t,property:zn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function Jn(e,n,o,r,a,i){if(2162700===e.getToken())return function(e,n,t,o,r,a){J(e,n),ee(e,n,14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,1074790415),ie(e,n,o,r,a,{type:"JSXSpreadAttribute",argument:i})}(e,n,o,r,a,i);Y(e);let s=null,l=zn(e,n,r,a,i);if(21===e.getToken()&&(l=Hn(e,n,l,r,a,i)),1077936155===e.getToken()){const r=_(e,n),{tokenIndex:a,tokenLine:i,tokenColumn:l}=e;switch(r){case 134283267:s=un(e,n);break;case 8456256:s=Pn(e,n,o,0,a,i,l);break;case 2162700:s=Mn(e,n,o,0,1,a,i,l);break;default:t(e,154)}}return ie(e,n,r,a,i,{type:"JSXAttribute",value:s,name:l})}function Hn(e,n,t,o,r,a){ee(e,n,21);return ie(e,n,o,r,a,{type:"JSXNamespacedName",namespace:t,name:zn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function Mn(e,n,o,r,a,i,s,l){J(e,8192|n);const{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(14===e.getToken())return function(e,n,t,o,r,a){ee(e,n,14);const i=Oe(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ee(e,n,1074790415),ie(e,n,o,r,a,{type:"JSXSpreadChild",expression:i})}(e,n,o,i,s,l);let g=null;return 1074790415===e.getToken()?(a&&t(e,157),g=function(e,n,t,o,r){return e.startIndex=e.tokenIndex,e.startLine=e.tokenLine,e.startColumn=e.tokenColumn,ie(e,n,t,o,r,{type:"JSXEmptyExpression"})}(e,n,e.startIndex,e.startLine,e.startColumn)):g=Oe(e,n,o,1,0,c,u,d),1074790415!==e.getToken()&&t(e,25,N[15]),r?$(e,n):J(e,n),ie(e,n,i,s,l,{type:"JSXExpressionContainer",expression:g})}function zn(e,n,t,o,r){const{tokenValue:a}=e;return J(e,n),ie(e,n,t,o,r,{type:"JSXIdentifier",name:a})}var Xn=Object.freeze({__proto__:null}),_n="6.0.3";function $n(e,n){return he(e,n,0)}function Yn(e,n){return he(e,n,768)}function Zn(e,n){return he(e,n,0)}export{Xn as ESTree,Zn as parse,Yn as parseModule,$n as parseScript,_n as version};
|