meriyah 4.0.0-dev.20210204 → 4.0.0
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/README.md +5 -1
- package/dist/meriyah.amd.js +10 -2190
- package/dist/meriyah.amd.min.js +1 -1
- package/dist/meriyah.cjs.js +10 -2190
- package/dist/meriyah.cjs.min.js +1 -1
- package/dist/meriyah.esm.js +10 -2190
- package/dist/meriyah.esm.min.js +1 -1
- package/dist/meriyah.iife.js +10 -2190
- package/dist/meriyah.iife.min.js +1 -1
- package/dist/meriyah.system.js +10 -2190
- package/dist/meriyah.system.min.js +1 -1
- package/dist/meriyah.umd.es5.js +10 -2190
- package/dist/meriyah.umd.es5.min.js +2 -2
- package/dist/meriyah.umd.js +10 -2190
- package/dist/meriyah.umd.min.js +1 -1
- package/dist/src/lexer/jsx.d.ts.map +1 -1
- package/dist/src/parser.d.ts +1 -1
- package/dist/src/parser.d.ts.map +1 -1
- package/package.json +7 -14
- package/src/lexer/jsx.ts +2 -4
- package/src/parser.ts +13 -7
- package/dist/src/lexer/decodeHTML.d.ts +0 -2
- package/dist/src/lexer/decodeHTML.d.ts.map +0 -1
- package/src/lexer/decodeHTML.ts +0 -2186
package/dist/meriyah.umd.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).meriyah={})}(this,(function(e){"use strict";const t={0:"Unexpected token",28:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"Unexpected token `#`",4:"Illegal Unicode escape sequence",5:"Invalid code point %0",6:"Invalid hexadecimal escape sequence",8:"Octal literals are not allowed in strict mode",7:"Decimal integer literals with a leading zero are forbidden in strict mode",9:"Expected number in radix %0",145:"Invalid left-hand side assignment to a destructible right-hand side",10:"Non-number found after exponent indicator",11:"Invalid BigIntLiteral",12:"No identifiers allowed directly after numeric literal",13:"Escapes \\8 or \\9 are not syntactically valid escapes",14:"Unterminated string literal",15:"Unterminated template literal",16:"Multiline comment was not closed properly",17:"The identifier contained dynamic unicode escape that was not closed",18:"Illegal character '%0'",19:"Missing hexadecimal digits",20:"Invalid implicit octal",21:"Invalid line break in string literal",22:"Only unicode escapes are legal in identifier names",23:"Expected '%0'",24:"Invalid left-hand side in assignment",25:"Invalid left-hand side in async arrow",26:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',27:"Member access on super must be in a method",29:"Await expression not allowed in formal parameter",30:"Yield expression not allowed in formal parameter",92:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",119:"Async functions can only be declared at the top level or inside a block",32:"Unterminated regular expression",33:"Unexpected regular expression flag",34:"Duplicate regular expression flag '%0'",35:"%0 functions must have exactly %1 argument%2",36:"Setter function argument must not be a rest parameter",37:"%0 declaration must have a name in this context",38:"Function name may not contain any reserved words or be eval or arguments in strict mode",39:"The rest operator is missing an argument",40:"A getter cannot be a generator",41:"A computed property name must be followed by a colon or paren",130:"Object literal keys that are strings or numbers must be a method or have a colon",43:"Found `* async x(){}` but this should be `async * x(){}`",42:"Getters and setters can not be generators",44:"'%0' can not be generator method",45:"No line break is allowed after '=>'",46:"The left-hand side of the arrow can only be destructed through assignment",47:"The binding declaration is not destructible",48:"Async arrow can not be followed by new expression",49:"Classes may not have a static property named 'prototype'",50:"Class constructor may not be a %0",51:"Duplicate constructor method in class",52:"Invalid increment/decrement operand",53:"Invalid use of `new` keyword on an increment/decrement expression",54:"`=>` is an invalid assignment target",55:"Rest element may not have a trailing comma",56:"Missing initializer in %0 declaration",57:"'for-%0' loop head declarations can not have an initializer",58:"Invalid left-hand side in for-%0 loop: Must have a single binding",59:"Invalid shorthand property initializer",60:"Property name __proto__ appears more than once in object literal",61:"Let is disallowed as a lexically bound name",62:"Invalid use of '%0' inside new expression",63:"Illegal 'use strict' directive in function with non-simple parameter list",64:'Identifier "let" disallowed as left-hand side expression in strict mode',65:"Illegal continue statement",66:"Illegal break statement",67:"Cannot have `let[...]` as a var name in strict mode",68:"Invalid destructuring assignment target",69:"Rest parameter may not have a default initializer",70:"The rest argument must the be last parameter",71:"Invalid rest argument",73:"In strict mode code, functions can only be declared at top level or inside a block",74:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",75:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",76:"Class declaration can't appear in single-statement context",77:"Invalid left-hand side in for-%0",78:"Invalid assignment in for-%0",79:"for await (... of ...) is only valid in async functions and async generators",80:"The first token after the template expression should be a continuation of the template",82:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",81:"`let \n [` is a restricted production at the start of a statement",83:"Catch clause requires exactly one parameter, not more (and no trailing comma)",84:"Catch clause parameter does not support default values",85:"Missing catch or finally after try",86:"More than one default clause in switch statement",87:"Illegal newline after throw",88:"Strict mode code may not include a with statement",89:"Illegal return statement",90:"The left hand side of the for-header binding declaration is not destructible",91:"new.target only allowed within functions",92:"'Unexpected token: 'escaped keyword'",93:"'#' not followed by identifier",99:"Invalid keyword",98:"Can not use 'let' as a class name",97:"'A lexical declaration can't define a 'let' binding",96:"Can not use `let` as variable name in strict mode",94:"'%0' may not be used as an identifier in this context",95:"Await is only valid in async functions",100:"The %0 keyword can only be used with the module goal",101:"Unicode codepoint must not be greater than 0x10FFFF",102:"%0 source must be string",103:"Only a identifier can be used to indicate alias",104:"Only '*' or '{...}' can be imported after default",105:"Trailing decorator may be followed by method",106:"Decorators can't be used with a constructor",107:"'%0' may not be used as an identifier in this context",108:"HTML comments are only allowed with web compatibility (Annex B)",109:"The identifier 'let' must not be in expression position in strict mode",110:"Cannot assign to `eval` and `arguments` in strict mode",111:"The left-hand side of a for-of loop may not start with 'let'",112:"Block body arrows can not be immediately invoked without a group",113:"Block body arrows can not be immediately accessed without a group",114:"Unexpected strict mode reserved word",115:"Unexpected eval or arguments in strict mode",116:"Decorators must not be followed by a semicolon",117:"Calling delete on expression not allowed in strict mode",118:"Pattern can not have a tail",120:"Can not have a `yield` expression on the left side of a ternary",121:"An arrow function can not have a postfix update operator",122:"Invalid object literal key character after generator star",123:"Private fields can not be deleted",125:"Classes may not have a field called constructor",124:"Classes may not have a private element named constructor",126:"A class field initializer may not contain arguments",127:"Generators can only be declared at the top level or inside a block",128:"Async methods are a restricted production and cannot have a newline following it",129:"Unexpected character after object literal property name",131:"Invalid key token",132:"Label '%0' has already been declared",133:"continue statement must be nested within an iteration statement",134:"Undefined label '%0'",135:"Trailing comma is disallowed inside import(...) arguments",136:"import() requires exactly one argument",137:"Cannot use new with import(...)",138:"... is not allowed in import()",139:"Expected '=>'",140:"Duplicate binding '%0'",141:"Cannot export a duplicate name '%0'",144:"Duplicate %0 for-binding",142:"Exported binding '%0' needs to refer to a top-level declared variable",143:"Unexpected private field",147:"Numeric separators are not allowed at the end of numeric literals",146:"Only one underscore is allowed as numeric separator",148:"JSX value should be either an expression or a quoted JSX text",149:"Expected corresponding JSX closing tag for %0",150:"Adjacent JSX elements must be wrapped in an enclosing tag",151:"JSX attributes must only be assigned a non-empty 'expression'",152:"'%0' has already been declared",153:"'%0' shadowed a catch clause binding",154:"Dot property must be an identifier",155:"Encountered invalid input after spread/rest argument",156:"Catch without try",157:"Finally without try",158:"Expected corresponding closing tag for JSX fragment",159:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",160:"Invalid tagged template on optional chain",161:"Invalid optional chain from super property",162:"Invalid optional chain from new expression",163:'Cannot use "import.meta" outside a module',164:"Leading decorators must be attached to a class declaration"};class n extends SyntaxError{constructor(e,n,o,r,...s){const a="["+n+":"+o+"]: "+t[r].replace(/%(\d+)/g,((e,t)=>s[t]));super(`${a}`),this.index=e,this.line=n,this.column=o,this.description=a,this.loc={line:n,column:o}}}function o(e,t,...o){throw new n(e.index,e.line,e.column,t,...o)}function r(e){throw new n(e.index,e.line,e.column,e.type,e.params)}function s(e,t,o,r,...s){throw new n(e,t,o,r,...s)}function a(e,t,o,r){throw new n(e,t,o,r)}const i=((e,t)=>{const n=new Uint32Array(104448);let o=0,r=0;for(;o<3540;){const s=e[o++];if(s<0)r-=s;else{let a=e[o++];2&s&&(a=t[a]),1&s?n.fill(a,r,r+=e[o++]):n[r++]=a}}return n})([-1,2,24,2,25,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,17,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,131,2,6,2,56,-1,2,37,0,4294443263,2,1,3,0,3,0,4294901711,2,39,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,194,2,3,0,3825204735,0,123747807,0,65487,0,4294828015,0,4092591615,0,1080049119,0,458703,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,11,0,67076095,-1,2,67,0,1073741743,0,4093591391,-1,0,50331649,0,3265266687,2,32,0,4294844415,0,4278190047,2,18,2,129,-1,3,0,2,2,21,2,0,2,9,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,10,0,261632,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2088959,2,27,2,8,0,909311,3,0,2,0,814743551,2,41,0,67057664,3,0,2,2,40,2,0,2,28,2,0,2,29,2,7,0,268374015,2,26,2,49,2,0,2,76,0,134153215,-1,2,6,2,0,2,7,0,2684354559,0,67044351,0,3221160064,0,1,-1,3,0,2,2,42,0,1046528,3,0,3,2,8,2,0,2,51,0,4294960127,2,9,2,38,2,10,0,4294377472,2,11,3,0,7,0,4227858431,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-1,2,124,0,1048577,2,82,2,13,-1,2,13,0,131042,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,1046559,2,0,2,14,2,0,0,2147516671,2,20,3,86,2,2,0,-16,2,87,0,524222462,2,4,2,0,0,4269801471,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,2,121,2,0,0,3220242431,3,0,3,2,19,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,2,0,0,4351,2,0,2,8,3,0,2,0,67043391,0,3909091327,2,0,2,22,2,8,2,18,3,0,2,0,67076097,2,7,2,0,2,20,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,97,2,98,2,15,2,21,3,0,3,0,67057663,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,3774349439,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,2,23,0,1638399,2,172,2,105,3,0,3,2,18,2,24,2,25,2,5,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-3,2,150,-4,2,18,2,0,2,35,0,1,2,0,2,62,2,28,2,11,2,9,2,0,2,110,-1,3,0,4,2,9,2,21,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277137519,0,2269118463,-1,3,18,2,-1,2,32,2,36,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,46,-10,2,0,0,203775,-2,2,18,2,43,2,35,-2,2,17,2,117,2,20,3,0,2,2,36,0,2147549120,2,0,2,11,2,17,2,135,2,0,2,37,2,52,0,5242879,3,0,2,0,402644511,-1,2,120,0,1090519039,-2,2,122,2,38,2,0,0,67045375,2,39,0,4226678271,0,3766565279,0,2039759,-4,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,40,2,41,-1,2,10,2,42,-6,2,0,2,11,-3,3,0,2,0,2147484671,2,125,0,4190109695,2,50,-2,2,126,0,4244635647,0,27,2,0,2,7,2,43,2,0,2,63,-1,2,0,2,40,-8,2,54,2,44,0,67043329,2,127,2,45,0,8388351,-2,2,128,0,3028287487,2,46,2,130,0,33259519,2,41,-9,2,20,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,2,41,-2,2,17,2,49,2,0,2,20,2,50,2,132,2,23,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,0,1677656575,-166,0,4161266656,0,4071,0,15360,-4,0,28,-13,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,0,4294954999,2,0,-16,2,0,2,88,2,0,0,2105343,0,4160749584,0,65534,-42,0,4194303871,0,2011,-6,2,0,0,1073684479,0,17407,-11,2,0,2,31,-40,3,0,6,0,8323103,-1,3,0,2,2,42,-37,2,55,2,144,2,145,2,146,2,147,2,148,-105,2,24,-32,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-22381,3,0,7,2,23,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,33,-1,2,17,2,61,-1,2,0,2,56,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,23,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,40,2,56,-1,2,37,2,30,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,123,2,65,2,151,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,2,160,0,3,0,4294828001,0,602930687,2,183,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,36,-1,2,4,0,917503,2,36,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,32,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,-1,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,253951,3,19,2,0,122879,2,0,2,8,0,276824064,-2,3,0,2,2,40,2,0,0,4294903295,2,0,2,29,2,7,-1,2,17,2,49,2,0,2,76,2,41,-1,2,20,2,0,2,27,-2,0,128,-2,2,77,2,8,0,4064,-1,2,119,0,4227907585,2,0,2,118,2,0,2,48,2,173,2,9,2,38,2,10,-1,0,74440192,3,0,6,-2,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-3,2,82,2,13,-3,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,817183,2,0,2,14,2,0,0,33023,2,20,3,86,2,-17,2,87,0,524157950,2,4,2,0,2,88,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,0,3072,2,0,0,2147516415,2,9,3,0,2,2,23,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,0,4294965179,0,7,2,0,2,8,2,91,2,8,-1,0,1761345536,2,95,0,4294901823,2,36,2,18,2,96,2,34,2,166,0,2080440287,2,0,2,33,2,143,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,97,2,98,2,15,2,21,3,0,3,0,7,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,2700607615,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,-3,2,105,3,0,3,2,18,-1,3,5,2,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-8,2,18,2,0,2,35,-1,2,0,2,62,2,28,2,29,2,9,2,0,2,110,-1,3,0,4,2,9,2,17,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277075969,2,29,-1,3,18,2,-1,2,32,2,117,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,48,-10,2,0,0,197631,-2,2,18,2,43,2,118,-2,2,17,2,117,2,20,2,119,2,51,-2,2,119,2,23,2,17,2,33,2,119,2,36,0,4294901904,0,4718591,2,119,2,34,0,335544350,-1,2,120,2,121,-2,2,122,2,38,2,7,-1,2,123,2,65,0,3758161920,0,3,-4,2,0,2,27,0,2147485568,0,3,2,0,2,23,0,176,-5,2,0,2,47,2,186,-1,2,0,2,23,2,197,-1,2,0,0,16779263,-2,2,11,-7,2,0,2,121,-3,3,0,2,2,124,2,125,0,2147549183,0,2,-2,2,126,2,35,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,-1,2,0,2,40,-8,2,54,2,47,0,1,2,127,2,23,-3,2,128,2,35,2,129,2,130,0,16778239,-10,2,34,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,-3,2,17,2,131,2,0,2,23,2,48,2,132,2,23,-21,3,0,2,-4,3,0,2,0,67583,-1,2,103,-2,0,11,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,2,135,-187,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,2,143,-73,2,0,0,1065361407,0,16384,-11,2,0,2,121,-40,3,0,6,2,117,-1,3,0,2,0,2063,-37,2,55,2,144,2,145,2,146,2,147,2,148,-138,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-28517,2,0,0,1,-1,2,124,2,0,0,8193,-21,2,193,0,10255,0,4,-11,2,64,2,171,-1,0,71680,-1,2,161,0,4292900864,0,805306431,-5,2,150,-1,2,157,-1,0,6144,-2,2,127,-1,2,154,-1,0,2147532800,2,151,2,165,2,0,2,164,0,524032,0,4,-4,2,190,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,152,0,4294886464,0,33292336,0,417809,2,152,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,153,0,469762560,0,4171219488,0,8323120,2,153,0,202375680,0,3214918176,0,4294508592,2,153,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,177,2,0,0,2089,0,3221225552,0,201375904,2,0,-2,0,256,0,122880,0,16777216,2,150,0,4160757760,2,0,-6,2,167,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,154,2,159,2,178,-2,2,162,-20,0,3758096385,-2,2,155,0,4292878336,2,90,2,169,0,4294057984,-2,2,163,2,156,2,175,-2,2,155,-1,2,182,-1,2,170,2,124,0,4026593280,0,14,0,4292919296,-1,2,158,0,939588608,-1,0,805306368,-1,2,124,0,1610612736,2,156,2,157,2,4,2,0,-2,2,158,2,159,-3,0,267386880,-1,2,160,0,7168,-1,0,65024,2,154,2,161,2,179,-7,2,168,-8,2,162,-1,0,1426112704,2,163,-1,2,164,0,271581216,0,2149777408,2,23,2,161,2,124,0,851967,2,180,-1,2,23,2,181,-4,2,158,-20,2,195,2,165,-56,0,3145728,2,185,-4,2,166,2,124,-4,0,32505856,-1,2,167,-1,0,2147385088,2,90,1,2155905152,2,-3,2,103,2,0,2,168,-2,2,169,-6,2,170,0,4026597375,0,1,-1,0,1,-1,2,171,-3,2,117,2,64,-2,2,166,-2,2,176,2,124,-878,2,159,-36,2,172,-1,2,201,-10,2,188,-5,2,174,-6,0,4294965251,2,27,-1,2,173,-1,2,174,-2,0,4227874752,-3,0,2146435072,2,159,-2,0,1006649344,2,124,-1,2,90,0,201375744,-3,0,134217720,2,90,0,4286677377,0,32896,-1,2,158,-3,2,175,-349,2,176,0,1920,2,177,3,0,264,-11,2,157,-2,2,178,2,0,0,520617856,0,2692743168,0,36,-3,0,524284,-11,2,23,-1,2,187,-1,2,184,0,3221291007,2,178,-1,2,202,0,2158720,-3,2,159,0,1,-4,2,124,0,3808625411,0,3489628288,2,200,0,1207959680,0,3221274624,2,0,-3,2,179,0,120,0,7340032,-2,2,180,2,4,2,23,2,163,3,0,4,2,159,-1,2,181,2,177,-1,0,8176,2,182,2,179,2,183,-1,0,4290773232,2,0,-4,2,163,2,189,0,15728640,2,177,-1,2,161,-1,0,4294934512,3,0,4,-9,2,90,2,170,2,184,3,0,4,0,704,0,1849688064,2,185,-1,2,124,0,4294901887,2,0,0,130547712,0,1879048192,2,199,3,0,2,-1,2,186,2,187,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,192,0,16252928,0,3791388672,2,38,3,0,2,-2,2,196,2,0,-1,2,103,-1,0,66584576,-1,2,191,3,0,9,2,124,-1,0,4294755328,3,0,2,-1,2,161,2,178,3,0,2,2,23,2,188,2,90,-2,0,245760,0,2147418112,-1,2,150,2,203,0,4227923456,-1,2,164,2,161,2,90,-3,0,4292870145,0,262144,2,124,3,0,2,0,1073758848,2,189,-1,0,4227921920,2,190,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,91,-2,2,191,3,0,5,-1,2,192,2,163,2,0,-2,0,4227923936,2,62,-1,2,155,2,95,2,0,2,154,2,158,3,0,6,-1,2,177,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,193,2,77,-2,2,161,-2,2,119,-1,2,155,3,0,8,0,512,0,8388608,2,194,2,172,2,187,0,4286578944,3,0,2,0,1152,0,1266679808,2,191,0,576,0,4261707776,2,95,3,0,9,2,155,3,0,5,2,16,-1,0,2147221504,-28,2,178,3,0,3,-3,0,4292902912,-6,2,96,3,0,85,-33,0,4294934528,3,0,126,-18,2,195,3,0,269,-17,2,155,2,124,2,198,3,0,2,2,23,0,4290822144,-2,0,67174336,0,520093700,2,17,3,0,21,-2,2,179,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,174,-38,2,170,2,0,2,196,3,0,279,-8,2,124,2,0,0,4294508543,0,65295,-11,2,177,3,0,72,-3,0,3758159872,0,201391616,3,0,155,-7,2,170,-1,0,384,-1,0,133693440,-3,2,196,-2,2,26,3,0,4,2,169,-2,2,90,2,155,3,0,4,-2,2,164,-1,2,150,0,335552923,2,197,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,0,12288,-21,0,134213632,0,4294901761,3,0,42,0,100663424,0,4294965284,3,0,6,-1,0,3221282816,2,198,3,0,11,-1,2,199,3,0,40,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,35,-1,2,94,3,0,2,0,1,2,163,3,0,6,2,197,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,45,3,0,8,-1,2,158,-2,2,169,0,98304,0,65537,2,170,-5,0,4294950912,2,0,2,118,0,65528,2,177,0,4294770176,2,26,3,0,4,-30,2,174,0,3758153728,-3,2,169,-2,2,155,2,188,2,158,-1,2,191,-1,2,161,0,4294754304,3,0,2,-3,0,33554432,-2,2,200,-3,2,169,0,4175478784,2,201,0,4286643712,0,4286644216,2,0,-4,2,202,-1,2,165,0,4227923967,3,0,32,-1334,2,163,2,0,-129,2,94,-6,2,163,-180,2,203,-233,2,4,3,0,96,-16,2,163,3,0,47,-154,2,165,3,0,22381,-7,2,17,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4160749567,4294901759,4294901760,536870911,262143,8388607,4294902783,4294918143,65535,67043328,2281701374,4294967232,2097151,4294903807,4194303,255,67108863,4294967039,511,524287,131071,127,4292870143,4294902271,4294549487,33554431,1023,67047423,4294901888,4286578687,4294770687,67043583,32767,15,2047999,67043343,16777215,4294902e3,4294934527,4294966783,4294967279,2047,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,4294967264,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,2044,4292870144,4294966272,4294967280,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4294966591,2445279231,3670015,3238002687,31,63,4294967288,4294705151,4095,3221208447,4294549472,2147483648,4285526655,4294966527,4294705152,4294966143,64,4294966719,16383,3774873592,458752,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4087,184024726,2862017156,1593309078,268434431,268434414,4294901763,536870912,2952790016,202506752,139264,402653184,4261412864,4227922944,49152,61440,3758096384,117440512,65280,3233808384,3221225472,2097152,4294965248,32768,57152,67108864,4293918720,4290772992,25165824,57344,4227915776,4278190080,4227907584,65520,4026531840,4227858432,4160749568,3758129152,4294836224,63488,1073741824,4294967040,4194304,251658240,196608,4294963200,64512,417808,4227923712,12582912,50331648,65472,4294967168,4294966784,16,4294917120,2080374784,4096,65408,524288,65532]),l=[126,126,126,126,126,126,126,126,126,125,133,125,125,127,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,125,16842797,134283267,128,208897,8457012,8455748,134283267,67174411,16,8457011,25233967,18,25233968,67108877,8457013,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456255,1077936157,8456256,22,130,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,134,20,8455494,208897,129,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,8455237,1074790415,16842798,126];function c(e,t){if(e.flags=1^(1|e.flags),e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=u(e,t,0),e.onToken&&1048576!==e.token){const t={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(function(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 129:return"TemplateLiteral";default:return 143360==(143360&e)?"Identifier":4096==(4096&e)?"Keyword":"Punctuator"}}(e.token),e.tokenPos,e.index,t)}}function u(e,t,n){const r=0===e.index,s=e.source;let a=e.index,c=e.line,u=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let m=e.currentChar;if(m<=126){const i=l[m];switch(i){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842798:case 130:case 126:return g(e),i;case 208897:return S(e,t,0);case 4096:return S(e,t,1);case 134283266:return U(e,t,144);case 134283267:return R(e,t,m);case 129:return O(e,t);case 134:return D(e,t);case 128:return V(e);case 125:g(e);break;case 127:n|=5,h(e);break;case 133:b(e,n),n=-5&n|1;break;case 8456255:let l=g(e);if(e.index<e.end){if(60===l)return e.index<e.end&&61===g(e)?(g(e),4194334):8456513;if(61===l)return g(e),8455997;if(33===l){const o=e.index+1;if(o+1<e.end&&45===s.charCodeAt(o)&&45==s.charCodeAt(o+1)){e.column+=3,e.currentChar=s.charCodeAt(e.index+=3),n=p(e,s,n,t,2,e.tokenPos,e.linePos,e.colPos),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}return 8456255}if(47===l){if((16&t)<1)return 8456255;const n=e.index+1;if(n<e.end&&(l=s.charCodeAt(n),42===l||47===l))break;return g(e),25}}return 8456255;case 1077936157:{g(e);const t=e.currentChar;return 61===t?61===g(e)?(g(e),8455993):8455995:62===t?(g(e),10):1077936157}case 16842797:return 61!==g(e)?16842797:61!==g(e)?8455996:(g(e),8455994);case 8457012:return 61!==g(e)?8457012:(g(e),4194342);case 8457011:{if(g(e),e.index>=e.end)return 8457011;const t=e.currentChar;return 61===t?(g(e),4194340):42!==t?8457011:61!==g(e)?8457270:(g(e),4194337)}case 8455494:return 61!==g(e)?8455494:(g(e),4194343);case 25233967:{g(e);const t=e.currentChar;return 43===t?(g(e),33619995):61===t?(g(e),4194338):25233967}case 25233968:{g(e);const i=e.currentChar;if(45===i){if(g(e),(1&n||r)&&62===e.currentChar){0==(256&t)&&o(e,108),g(e),n=p(e,s,n,t,3,a,c,u),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}return 33619996}return 61===i?(g(e),4194339):25233968}case 8457013:if(g(e),e.index<e.end){const o=e.currentChar;if(47===o){g(e),n=f(e,s,n,0,e.tokenPos,e.linePos,e.colPos),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}if(42===o){g(e),n=k(e,s,n),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}if(32768&t)return F(e,t);if(61===o)return g(e),4259877}return 8457013;case 67108877:const d=g(e);if(d>=48&&d<=57)return U(e,t,80);if(46===d){const t=e.index+1;if(t<e.end&&46===s.charCodeAt(t))return e.column+=2,e.currentChar=s.charCodeAt(e.index+=2),14}return 67108877;case 8455237:{g(e);const t=e.currentChar;return 124===t?(g(e),8979e3):61===t?(g(e),4194344):8455237}case 8456256:{g(e);const t=e.currentChar;if(61===t)return g(e),8455998;if(62!==t)return 8456256;if(g(e),e.index<e.end){const t=e.currentChar;if(62===t)return 61===g(e)?(g(e),4194336):8456515;if(61===t)return g(e),4194335}return 8456514}case 8455748:{g(e);const t=e.currentChar;return 38===t?(g(e),8979255):61===t?(g(e),4194345):8455748}case 22:{let t=g(e);if(63===t)return g(e),276889979;if(46===t){const n=e.index+1;if(n<e.end&&(t=s.charCodeAt(n),!(t>=48&&t<=57)))return g(e),67108988}return 22}}}else{if((8232^m)<=1){n=-5&n|1,h(e);continue}if(55296==(64512&m)||0!=(1&i[34816+(m>>>5)]>>>m))return 56320==(64512&m)&&(m=(1023&m)<<10|1023&m|65536,0==(1&i[0+(m>>>5)]>>>m)&&o(e,18,P(m)),e.index++,e.currentChar=m),e.column++,e.tokenValue="",L(e,t,0,0);if(160===(d=m)||65279===d||133===d||5760===d||d>=8192&&d<=8203||8239===d||8287===d||12288===d||8201===d||65519===d){g(e);continue}o(e,18,P(m))}}var d;return 1048576}const d=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function p(e,t,n,r,s,a,i,l){return 2048&r&&o(e,0),f(e,t,n,s,a,i,l)}function f(e,t,n,o,r,s,a){const{index:i}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(8&x[e.currentChar]){const n=13===e.currentChar;h(e),n&&e.index<e.end&&10===e.currentChar&&(e.currentChar=t.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){h(e);break}g(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){const n={start:{line:s,column:a},end:{line:e.linePos,column:e.colPos}};e.onComment(d[255&o],t.slice(i,e.tokenPos),r,e.tokenPos,n)}return 1|n}function k(e,t,n){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let o=!1;for(;42===e.currentChar;)if(o||(n&=-5,o=!0),47===g(e)){if(g(e),e.onComment){const n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(d[1],t.slice(r,e.index-2),r-2,e.index,n)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,n}if(o)continue;8&x[e.currentChar]?13===e.currentChar?(n|=5,h(e)):(b(e,n),n=-5&n|1):g(e)}else(8232^e.currentChar)<=1?(n=-5&n|1,h(e)):(n&=-5,g(e));o(e,16)}function g(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function m(e,t){if(55296!=(64512&t))return 0;const n=e.source.charCodeAt(e.index+1);return 56320!=(64512&n)?0:(t=e.currentChar=65536+((1023&t)<<10)+(1023&n),0==(1&i[0+(t>>>5)]>>>t)&&o(e,18,P(t)),e.index++,e.column++,1)}function b(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,0==(4&t)&&(e.column=0,e.line++)}function h(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function P(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function y(e){return e<65?e-48:e-65+10&15}const x=[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],v=[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],w=[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 q(e){return e<=127?v[e]:1&i[34816+(e>>>5)]>>>e}function C(e){return e<=127?w[e]:1&i[0+(e>>>5)]>>>e||8204===e||8205===e}const E=["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","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"],A=Object.create(null,{this:{value:86110},function:{value:86103},if:{value:20568},return:{value:20571},var:{value:86087},else:{value:20562},for:{value:20566},new:{value:86106},in:{value:8738865},typeof:{value:16863274},while:{value:20577},case:{value:20555},break:{value:20554},try:{value:20576},catch:{value:20556},delete:{value:16863275},throw:{value:86111},switch:{value:86109},continue:{value:20558},default:{value:20560},instanceof:{value:8476722},do:{value:20561},void:{value:16863276},finally:{value:20565},async:{value:209004},await:{value:209005},class:{value:86093},const:{value:86089},constructor:{value:12398},debugger:{value:20559},export:{value:20563},extends:{value:20564},false:{value:86021},from:{value:12401},get:{value:12399},implements:{value:36963},import:{value:86105},interface:{value:36964},let:{value:241736},null:{value:86023},of:{value:274546},package:{value:36965},private:{value:36966},protected:{value:36967},public:{value:36968},set:{value:12400},static:{value:36969},super:{value:86108},true:{value:86022},with:{value:20578},yield:{value:241770},enum:{value:86131},eval:{value:537079924},as:{value:77931},arguments:{value:537079925},target:{value:143491},meta:{value:143492}});function S(e,t,n){for(;w[g(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<126?A[e.tokenValue]||208897:L(e,t,0,n)}function D(e,t){const n=T(e);return C(n)||o(e,4),e.tokenValue=P(n),L(e,t,1,4&x[n])}function L(e,t,n,r){let s=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(s,e.index),n=1;const t=T(e);C(t)||o(e,4),r=r&&4&x[t],e.tokenValue+=P(t),s=e.index}else{if(!C(e.currentChar)&&!m(e,e.currentChar))break;g(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(s,e.index));const a=e.tokenValue.length;if(r&&a>=2&&a<=11){const o=A[e.tokenValue];return void 0===o?208897:n?1024&t?209005===o&&0==(4196352&t)?o:36969===o||36864==(36864&o)?119:118:1073741824&t&&0==(8192&t)&&20480==(20480&o)?o:241770===o?1073741824&t?143480:2097152&t?118:o:209004===o&&1073741824&t?143480:36864==(36864&o)||209005===o&&0==(4194304&t)?o:118:o}return 208897}function V(e){return q(g(e))||o(e,93),128}function T(e){return 117!==e.source.charCodeAt(e.index+1)&&o(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let t=0;const n=e.currentChar;if(123===n){const n=e.index-2;for(;64&x[g(e)];)t=t<<4|y(e.currentChar),t>1114111&&a(n,e.line,e.index+1,101);return 125!==e.currentChar&&a(n,e.line,e.index-1,6),g(e),t}0==(64&x[n])&&o(e,6);const r=e.source.charCodeAt(e.index+1);0==(64&x[r])&&o(e,6);const s=e.source.charCodeAt(e.index+2);0==(64&x[s])&&o(e,6);const i=e.source.charCodeAt(e.index+3);0==(64&x[i])&&o(e,6);return t=y(n)<<12|y(r)<<8|y(s)<<4|y(i),e.currentChar=e.source.charCodeAt(e.index+=4),t}(e)}function R(e,t,n){const{index:r}=e;let s="",a=g(e),i=e.index;for(;0==(8&x[a]);){if(a===n)return s+=e.source.slice(i,e.index),g(e),512&t&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=s,134283267;if(8==(8&a)&&92===a){if(s+=e.source.slice(i,e.index),a=g(e),a<127||8232===a||8233===a){const n=N(e,t,a);n>=0?s+=P(n):I(e,n,0)}else s+=P(a);i=e.index+1}e.index>=e.end&&o(e,14),a=g(e)}o(e,14)}function N(e,t,n){switch(n){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 t=e.source.charCodeAt(e.index+1);10===t&&(e.index=e.index+1,e.currentChar=t)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let o=n-48,r=e.index+1,s=e.column+1;if(r<e.end){const n=e.source.charCodeAt(r);if(0==(32&x[n])){if((0!==o||512&x[n])&&1024&t)return-2}else{if(1024&t)return-2;if(e.currentChar=n,o=o<<3|n-48,r++,s++,r<e.end){const t=e.source.charCodeAt(r);32&x[t]&&(e.currentChar=t,o=o<<3|t-48,r++,s++)}e.flags|=64,e.index=r-1,e.column=s-1}}return o}case 52:case 53:case 54:case 55:{if(1024&t)return-2;let o=n-48;const r=e.index+1,s=e.column+1;if(r<e.end){const t=e.source.charCodeAt(r);32&x[t]&&(o=o<<3|t-48,e.currentChar=t,e.index=r,e.column=s)}return e.flags|=64,o}case 120:{const t=g(e);if(0==(64&x[t]))return-4;const n=y(t),o=g(e);if(0==(64&x[o]))return-4;return n<<4|y(o)}case 117:{const t=g(e);if(123===e.currentChar){let t=0;for(;0!=(64&x[g(e)]);)if(t=t<<4|y(e.currentChar),t>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:t}{if(0==(64&x[t]))return-4;const n=e.source.charCodeAt(e.index+1);if(0==(64&x[n]))return-4;const o=e.source.charCodeAt(e.index+2);if(0==(64&x[o]))return-4;const r=e.source.charCodeAt(e.index+3);return 0==(64&x[r])?-4:(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),y(t)<<12|y(n)<<8|y(o)<<4|y(r))}}case 56:case 57:if(0==(256&t))return-3;default:return n}}function I(e,t,n){switch(t){case-1:return;case-2:o(e,n?2:1);case-3:o(e,13);case-4:o(e,6);case-5:o(e,101)}}function U(e,t,n){let r=e.currentChar,s=0,i=9,l=64&n?0:1,c=0,u=0;if(64&n)s="."+B(e,r),r=e.currentChar,110===r&&o(e,11);else{if(48===r)if(r=g(e),120==(32|r)){for(n=136,r=g(e);4160&x[r];)95!==r?(u=1,s=16*s+y(r),c++,r=g(e)):(u||o(e,146),u=0,r=g(e));(c<1||!u)&&o(e,c<1?19:147)}else if(111==(32|r)){for(n=132,r=g(e);4128&x[r];)95!==r?(u=1,s=8*s+(r-48),c++,r=g(e)):(u||o(e,146),u=0,r=g(e));(c<1||!u)&&o(e,c<1?0:147)}else if(98==(32|r)){for(n=130,r=g(e);4224&x[r];)95!==r?(u=1,s=2*s+(r-48),c++,r=g(e)):(u||o(e,146),u=0,r=g(e));(c<1||!u)&&o(e,c<1?0:147)}else if(32&x[r])for(1024&t&&o(e,1),n=1;16&x[r];){if(512&x[r]){n=32,l=0;break}s=8*s+(r-48),r=g(e)}else 512&x[r]?(1024&t&&o(e,1),e.flags|=64,n=32):95===r&&o(e,0);if(48&n){if(l){for(;i>=0&&4112&x[r];)95!==r?(u=0,s=10*s+(r-48),r=g(e),--i):(r=g(e),(95===r||32&n)&&a(e.index,e.line,e.index+1,146),u=1);if(u&&a(e.index,e.line,e.index+1,147),i>=0&&!q(r)&&46!==r)return e.tokenValue=s,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}s+=B(e,r),r=e.currentChar,46===r&&(95===g(e)&&o(e,0),n=64,s+="."+B(e,e.currentChar),r=e.currentChar)}}const d=e.index;let p=0;if(110===r&&128&n)p=1,r=g(e);else if(101==(32|r)){r=g(e),256&x[r]&&(r=g(e));const{index:t}=e;(16&x[r])<1&&o(e,10),s+=e.source.substring(d,t)+B(e,r),r=e.currentChar}return(e.index<e.end&&16&x[r]||q(r))&&o(e,12),p?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(s),134283386):(e.tokenValue=15&n?s:32&n?parseFloat(e.source.substring(e.tokenPos,e.index)):+s,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function B(e,t){let n=0,o=e.index,r="";for(;4112&x[t];)if(95!==t)n=0,t=g(e);else{const{index:s}=e;95===(t=g(e))&&a(e.index,e.line,e.index+1,146),n=1,r+=e.source.substring(o,s),o=e.index}return n&&a(e.index,e.line,e.index+1,147),r+e.source.substring(o,e.index)}function O(e,t){const{index:n}=e;let r=67174409,s="",a=g(e);for(;96!==a;){if(36===a&&123===e.source.charCodeAt(e.index+1)){g(e),r=67174408;break}if(8==(8&a)&&92===a)if(a=g(e),a>126)s+=P(a);else{const n=N(e,1024|t,a);if(n>=0)s+=P(n);else{if(-1!==n&&65536&t){s=void 0,a=G(e,a),a<0&&(r=67174408);break}I(e,n,1)}}else e.index<e.end&&13===a&&10===e.source.charCodeAt(e.index)&&(s+=P(a),e.currentChar=e.source.charCodeAt(++e.index)),((83&a)<3&&10===a||(8232^a)<=1)&&(e.column=-1,e.line++),s+=P(a);e.index>=e.end&&o(e,15),a=g(e)}return g(e),e.tokenValue=s,e.tokenRaw=e.source.slice(n+1,e.index-(67174409===r?1:2)),r}function G(e,t){for(;96!==t;){switch(t){case 36:{const n=e.index+1;if(n<e.end&&123===e.source.charCodeAt(n))return e.index=n,e.column++,-t;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&o(e,15),t=g(e)}return t}function j(e,t){return e.index>=e.end&&o(e,0),e.index--,e.column--,O(e,t)}function F(e,t){const n=e.index;let r=0;e:for(;;){const t=e.currentChar;if(g(e),1&r)r&=-2;else switch(t){case 47:if(r)break;break e;case 92:r|=1;break;case 91:r|=2;break;case 93:r&=1;break;case 13:case 10:case 8232:case 8233:o(e,32)}if(e.index>=e.source.length)return o(e,32)}const s=e.index-1;let a=0,i=e.currentChar;const{index:l}=e;for(;C(i);){switch(i){case 103:2&a&&o(e,34,"g"),a|=2;break;case 105:1&a&&o(e,34,"i"),a|=1;break;case 109:4&a&&o(e,34,"m"),a|=4;break;case 117:16&a&&o(e,34,"g"),a|=16;break;case 121:8&a&&o(e,34,"y"),a|=8;break;case 115:12&a&&o(e,34,"s"),a|=12;break;default:o(e,33)}i=g(e)}const c=e.source.slice(l,e.index),u=e.source.slice(n,s);return e.tokenRegExp={pattern:u,flags:c},512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=function(e,t,n){try{return new RegExp(t,n)}catch(t){o(e,32)}}(e,u,c),65540}const H={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:""},J={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 M(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,(e=>{if("#"===e.charAt(1)){const t=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in J&&(e=J[e]);return String.fromCodePoint(e)}("X"===t||"x"===t?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return H[e.slice(1,-1)]||e}))}function z(e,t){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=8192&x[e.currentChar]?function(e,t){const n=e.currentChar;let r=g(e);const s=e.index;for(;r!==n;)e.index>=e.end&&o(e,14),r=g(e);r!==n&&o(e,14);e.tokenValue=e.source.slice(s,e.index),g(e),512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index));return 134283267}(e,t):u(e,t,0),e.token}function X(e,t){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;switch(l[e.source.charCodeAt(e.index)]){case 8456255:g(e),47===e.currentChar?(g(e),e.token=25):e.token=8456255;break;case 2162700:g(e),e.token=2162700;break;default:{let n=0;for(;e.index<e.end;){const t=x[e.source.charCodeAt(e.index)];if(1024&t?(n|=5,h(e)):2048&t?(b(e,n),n=-5&n|1):g(e),16384&x[e.currentChar])break}const o=e.source.slice(e.tokenPos,e.index);512&t&&(e.tokenRaw=o),e.tokenValue=M(o),e.token=135}}return e.token}function _(e){if(143360==(143360&e.token)){const{index:t}=e;let n=e.currentChar;for(;32770&x[n];)n=g(e);e.tokenValue+=e.source.slice(t,e.index)}return e.token=208897,e.token}function $(e,t,n){0!=(1&e.flags)||1048576==(1048576&e.token)||n||o(e,28,E[255&e.token]),W(e,t,1074790417)}function Y(e,t,n,o){return t-n<13&&"use strict"===o&&(1048576==(1048576&e.token)||1&e.flags)?1:0}function Z(e,t,n){return e.token!==n?0:(c(e,t),1)}function W(e,t,n){return e.token===n&&(c(e,t),!0)}function K(e,t,n){e.token!==n&&o(e,23,E[255&n]),c(e,t)}function Q(e,t){switch(t.type){case"ArrayExpression":t.type="ArrayPattern";const n=t.elements;for(let t=0,o=n.length;t<o;++t){const o=n[t];o&&Q(e,o)}return;case"ObjectExpression":t.type="ObjectPattern";const r=t.properties;for(let t=0,n=r.length;t<n;++t)Q(e,r[t]);return;case"AssignmentExpression":return t.type="AssignmentPattern","="!==t.operator&&o(e,68),delete t.operator,void Q(e,t.left);case"Property":return void Q(e,t.value);case"SpreadElement":t.type="RestElement",Q(e,t.argument)}}function ee(e,t,n,r,s){1024&t&&(36864==(36864&r)&&o(e,114),s||537079808!=(537079808&r)||o(e,115)),20480==(20480&r)&&o(e,99),24&n&&241736===r&&o(e,97),4196352&t&&209005===r&&o(e,95),2098176&t&&241770===r&&o(e,94,"yield")}function te(e,t,n){1024&t&&(36864==(36864&n)&&o(e,114),537079808==(537079808&n)&&o(e,115),119===n&&o(e,92),118===n&&o(e,92)),20480==(20480&n)&&o(e,99),4196352&t&&209005===n&&o(e,95),2098176&t&&241770===n&&o(e,94,"yield")}function ne(e,t,n){return 209005===n&&(4196352&t&&o(e,95),e.destructible|=128),241770===n&&2097152&t&&o(e,94,"yield"),20480==(20480&n)||36864==(36864&n)||119==n}function oe(e,t,n,r){for(;t;){if(t["$"+n])return r&&o(e,133),1;r&&t.loop&&(r=0),t=t.$}return 0}function re(e,t,n,o,r,s){return 2&t&&(s.start=n,s.end=e.startPos,s.range=[n,e.startPos]),4&t&&(s.loc={start:{line:o,column:r},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(s.loc.source=e.sourceFile)),s}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 ae(e,t,n){const o=le({parent:void 0,type:2},1024);return ue(e,t,o,n,1,0),o}function ie(e,t,...n){const{index:o,line:r,column:s}=e;return{type:t,params:n,index:o,line:r,column:s}}function le(e,t){return{parent:e,type:t,scopeError:void 0}}function ce(e,t,n,o,r,s){4&r?de(e,t,n,o,r):ue(e,t,n,o,r,s),64&s&&pe(e,o)}function ue(e,t,n,r,s,a){const i=n["#"+r];i&&0==(2&i)&&(1&s?n.scopeError=ie(e,140,r):256&t&&64&i&&2&a||o(e,140,r)),128&n.type&&n.parent["#"+r]&&0==(2&n.parent["#"+r])&&o(e,140,r),1024&n.type&&i&&0==(2&i)&&1&s&&(n.scopeError=ie(e,140,r)),64&n.type&&768&n.parent["#"+r]&&o(e,153,r),n["#"+r]=s}function de(e,t,n,r,s){let a=n;for(;a&&0==(256&a.type);){const i=a["#"+r];248&i&&(256&t&&0==(1024&t)&&(128&s&&68&i||128&i&&68&s)||o(e,140,r)),a===n&&1&i&&1&s&&(a.scopeError=ie(e,140,r)),768&i&&(0==(512&i)||0==(256&t)||1024&t)&&o(e,140,r),a["#"+r]=s,a=a.parent}}function pe(e,t){void 0!==e.exportedNames&&""!==t&&(e.exportedNames["#"+t]&&o(e,141,t),e.exportedNames["#"+t]=1)}function fe(e,t){void 0!==e.exportedBindings&&""!==t&&(e.exportedBindings["#"+t]=1)}function ke(e,t){return 2098176&e?!(2048&e&&209005===t)&&(!(2097152&e&&241770===t)&&(143360==(143360&t)||12288==(12288&t))):143360==(143360&t)||12288==(12288&t)||36864==(36864&t)}function ge(e,t,n,r){537079808==(537079808&n)&&(1024&t&&o(e,115),r&&(e.flags|=512)),ke(t,n)||o(e,0)}function me(e,t,n){let r,s,a="";null!=t&&(t.module&&(n|=3072),t.next&&(n|=1),t.loc&&(n|=4),t.ranges&&(n|=2),t.uniqueKeyInPattern&&(n|=-2147483648),t.lexical&&(n|=64),t.webcompat&&(n|=256),t.directives&&(n|=520),t.globalReturn&&(n|=32),t.raw&&(n|=512),t.preserveParens&&(n|=128),t.impliedStrict&&(n|=1024),t.jsx&&(n|=16),t.identifierPattern&&(n|=268435456),t.specDeviation&&(n|=536870912),t.source&&(a=t.source),null!=t.onComment&&(r=Array.isArray(t.onComment)?function(e,t){return function(n,o,r,s,a){const i={type:n,value:o};2&e&&(i.start=r,i.end=s,i.range=[r,s]),4&e&&(i.loc=a),t.push(i)}}(n,t.onComment):t.onComment),null!=t.onToken&&(s=Array.isArray(t.onToken)?function(e,t){return function(n,o,r,s){const a={token:n};2&e&&(a.start=o,a.end=r,a.range=[o,r]),4&e&&(a.loc=s),t.push(a)}}(n,t.onToken):t.onToken));const i=function(e,t,n,o){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:t,tokenValue:"",token:1048576,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:o,leadingDecorators:[]}}(e,a,r,s);1&n&&function(e){const t=e.source;35===e.currentChar&&33===t.charCodeAt(e.index+1)&&(g(e),g(e),f(e,t,0,4,e.tokenPos,e.linePos,e.colPos))}(i);const l=64&n?{parent:void 0,type:2}:void 0;let u=[],d="script";if(2048&n){if(d="module",u=function(e,t,n){c(e,32768|t);const o=[];if(8&t)for(;134283267===e.token;){const{tokenPos:n,linePos:r,colPos:s,token:a}=e;o.push(qe(e,t,ot(e,t),a,n,r,s))}for(;1048576!==e.token;)o.push(be(e,t,n));return o}(i,8192|n,l),l)for(const e in i.exportedBindings)"#"!==e[0]||l[e]||o(i,142,e.slice(1))}else u=function(e,t,n){c(e,1073774592|t);const o=[];for(;134283267===e.token;){const{index:n,tokenPos:r,tokenValue:s,linePos:a,colPos:i,token:l}=e,c=ot(e,t);Y(e,n,r,s)&&(t|=1024),o.push(qe(e,t,c,l,r,a,i))}for(;1048576!==e.token;)o.push(he(e,t,n,4,{}));return o}(i,8192|n,l);const p={type:"Program",sourceType:d,body:u};return 2&n&&(p.start=0,p.end=e.length,p.range=[0,e.length]),4&n&&(p.loc={start:{line:1,column:0},end:{line:i.line,column:i.column}},i.sourceFile&&(p.loc.source=a)),p}function be(e,t,n){let r;switch(e.leadingDecorators=xt(e,t),e.token){case 20563:r=function(e,t,n){const r=e.tokenPos,s=e.linePos,a=e.colPos;c(e,32768|t);const i=[];let l,u=null,d=null;if(W(e,32768|t,20560)){switch(e.token){case 86103:u=rt(e,t,n,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 130:case 86093:u=yt(e,t,n,1,e.tokenPos,e.linePos,e.colPos);break;case 209004:const{tokenPos:o,linePos:r,colPos:s}=e;u=nt(e,t,0);const{flags:a}=e;(1&a)<1&&(86103===e.token?u=rt(e,t,n,4,1,1,1,o,r,s):67174411===e.token?(u=Pt(e,t,u,1,1,0,a,o,r,s),u=ze(e,t,u,0,0,o,r,s),u=Ge(e,t,0,0,o,r,s,u)):143360&e.token&&(n&&(n=ae(e,t,e.tokenValue)),u=nt(e,t,0),u=gt(e,t,n,[u],1,o,r,s)));break;default:u=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),$(e,32768|t)}return n&&pe(e,"default"),re(e,t,r,s,a,{type:"ExportDefaultDeclaration",declaration:u})}switch(e.token){case 8457011:{c(e,t);let i=null;return W(e,t,77931)&&(n&&pe(e,e.tokenValue),i=nt(e,t,0)),K(e,t,12401),134283267!==e.token&&o(e,102,"Export"),d=ot(e,t),$(e,32768|t),re(e,t,r,s,a,{type:"ExportAllDeclaration",source:d,exported:i})}case 2162700:{c(e,t);const r=[],s=[];for(;143360&e.token;){const{tokenPos:a,tokenValue:l,linePos:u,colPos:d}=e,p=nt(e,t,0);let f;77931===e.token?(c(e,t),134217728==(134217728&e.token)&&o(e,103),n&&(r.push(e.tokenValue),s.push(l)),f=nt(e,t,0)):(n&&(r.push(e.tokenValue),s.push(e.tokenValue)),f=p),i.push(re(e,t,a,u,d,{type:"ExportSpecifier",local:p,exported:f})),1074790415!==e.token&&K(e,t,18)}if(K(e,t,1074790415),W(e,t,12401))134283267!==e.token&&o(e,102,"Export"),d=ot(e,t);else if(n){let t=0,n=r.length;for(;t<n;t++)pe(e,r[t]);for(t=0,n=s.length;t<n;t++)fe(e,s[t])}$(e,32768|t);break}case 86093:u=yt(e,t,n,2,e.tokenPos,e.linePos,e.colPos);break;case 86103:u=rt(e,t,n,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241736:u=Ae(e,t,n,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86089:u=Ae(e,t,n,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86087:u=Se(e,t,n,64,e.tokenPos,e.linePos,e.colPos);break;case 209004:const{tokenPos:p,linePos:f,colPos:k}=e;if(c(e,t),(1&e.flags)<1&&86103===e.token){u=rt(e,t,n,4,1,2,1,p,f,k),n&&(l=u.id?u.id.name:"",pe(e,l));break}default:o(e,28,E[255&e.token])}return re(e,t,r,s,a,{type:"ExportNamedDeclaration",declaration:u,specifiers:i,source:d})}(e,t,n);break;case 86105:r=function(e,t,n){const r=e.tokenPos,s=e.linePos,a=e.colPos;c(e,t);let i=null;const{tokenPos:l,linePos:u,colPos:d}=e;let p=[];if(134283267===e.token)i=ot(e,t);else{if(143360&e.token){if(p=[re(e,t,l,u,d,{type:"ImportDefaultSpecifier",local:Ve(e,t,n)})],W(e,t,18))switch(e.token){case 8457011:p.push(Te(e,t,n));break;case 2162700:Re(e,t,n,p);break;default:o(e,104)}}else switch(e.token){case 8457011:p=[Te(e,t,n)];break;case 2162700:Re(e,t,n,p);break;case 67174411:return Ie(e,t,r,s,a);case 67108877:return Ne(e,t,r,s,a);default:o(e,28,E[255&e.token])}i=function(e,t){W(e,t,12401),134283267!==e.token&&o(e,102,"Import");return ot(e,t)}(e,t)}return $(e,32768|t),re(e,t,r,s,a,{type:"ImportDeclaration",specifiers:p,source:i})}(e,t,n);break;default:r=he(e,t,n,4,{})}return e.leadingDecorators.length&&o(e,164),r}function he(e,t,n,r,s){const a=e.tokenPos,i=e.linePos,l=e.colPos;switch(e.token){case 86103:return rt(e,t,n,r,1,0,0,a,i,l);case 130:case 86093:return yt(e,t,n,0,a,i,l);case 86089:return Ae(e,t,n,16,0,a,i,l);case 241736:return function(e,t,n,r,s,a,i){const{token:l,tokenValue:c}=e;let u=nt(e,t,0);if(2240512&e.token){const o=De(e,t,n,8,0);return $(e,32768|t),re(e,t,s,a,i,{type:"VariableDeclaration",kind:"let",declarations:o})}e.assignable=1,1024&t&&o(e,82);if(21===e.token)return ve(e,t,n,r,{},c,u,l,0,s,a,i);if(10===e.token){let n;64&t&&(n=ae(e,t,c)),e.flags=128^(128|e.flags),u=gt(e,t,n,[u],0,s,a,i)}else u=ze(e,t,u,0,0,s,a,i),u=Ge(e,t,0,0,s,a,i,u);18===e.token&&(u=Be(e,t,0,s,a,i,u));return xe(e,t,u,s,a,i)}(e,t,n,r,a,i,l);case 20563:o(e,100,"export");case 86105:switch(c(e,t),e.token){case 67174411:return Ie(e,t,a,i,l);case 67108877:return Ne(e,t,a,i,l);default:o(e,100,"import")}case 209004:return we(e,t,n,r,s,1,a,i,l);default:return Pe(e,t,n,r,s,1,a,i,l)}}function Pe(e,t,n,r,s,a,i,l,u){switch(e.token){case 86087:return Se(e,t,n,0,i,l,u);case 20571:return function(e,t,n,r,s){(32&t)<1&&8192&t&&o(e,89);c(e,32768|t);const a=1&e.flags||1048576&e.token?null:Oe(e,t,0,1,e.tokenPos,e.line,e.column);return $(e,32768|t),re(e,t,n,r,s,{type:"ReturnStatement",argument:a})}(e,t,i,l,u);case 20568:return function(e,t,n,o,r,s,a){c(e,t),K(e,32768|t,67174411),e.assignable=1;const i=Oe(e,t,0,1,e.tokenPos,e.line,e.colPos);K(e,32768|t,16);const l=Ce(e,t,n,o,e.tokenPos,e.linePos,e.colPos);let u=null;20562===e.token&&(c(e,32768|t),u=Ce(e,t,n,o,e.tokenPos,e.linePos,e.colPos));return re(e,t,r,s,a,{type:"IfStatement",test:i,consequent:l,alternate:u})}(e,t,n,s,i,l,u);case 20566:return function(e,t,n,r,s,a,i){c(e,t);const l=(4194304&t)>0&&W(e,t,209005);K(e,32768|t,67174411),n&&(n=le(n,1));let u,d=null,p=null,f=0,k=null,g=86087===e.token||241736===e.token||86089===e.token;const{token:m,tokenPos:b,linePos:h,colPos:P}=e;g?241736===m?(k=nt(e,t,0),2240512&e.token?(8738865===e.token?1024&t&&o(e,64):k=re(e,t,b,h,P,{type:"VariableDeclaration",kind:"let",declarations:De(e,134217728|t,n,8,32)}),e.assignable=1):1024&t?o(e,64):(g=!1,e.assignable=1,k=ze(e,t,k,0,0,b,h,P),274546===e.token&&o(e,111))):(c(e,t),k=re(e,t,b,h,P,86087===m?{type:"VariableDeclaration",kind:"var",declarations:De(e,134217728|t,n,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:De(e,134217728|t,n,16,32)}),e.assignable=1):1074790417===m?l&&o(e,79):2097152==(2097152&m)?(k=2162700===m?ut(e,t,void 0,1,0,0,2,32,b,h,P):at(e,t,void 0,1,0,0,2,32,b,h,P),f=e.destructible,256&t&&64&f&&o(e,60),e.assignable=16&f?2:1,k=ze(e,134217728|t,k,0,0,e.tokenPos,e.linePos,e.colPos)):k=Me(e,134217728|t,1,0,1,b,h,P);if(262144==(262144&e.token)){if(274546===e.token){2&e.assignable&&o(e,77,l?"await":"of"),Q(e,k),c(e,32768|t),u=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),K(e,32768|t,16);return re(e,t,s,a,i,{type:"ForOfStatement",left:k,right:u,body:Ee(e,t,n,r),await:l})}2&e.assignable&&o(e,77,"in"),Q(e,k),c(e,32768|t),l&&o(e,79),u=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos),K(e,32768|t,16);return re(e,t,s,a,i,{type:"ForInStatement",body:Ee(e,t,n,r),left:k,right:u})}l&&o(e,79);g||(8&f&&1077936157!==e.token&&o(e,77,"loop"),k=Ge(e,134217728|t,0,0,b,h,P,k));18===e.token&&(k=Be(e,t,0,e.tokenPos,e.linePos,e.colPos,k));K(e,32768|t,1074790417),1074790417!==e.token&&(d=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos));K(e,32768|t,1074790417),16!==e.token&&(p=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos));K(e,32768|t,16);const y=Ee(e,t,n,r);return re(e,t,s,a,i,{type:"ForStatement",init:k,test:d,update:p,body:y})}(e,t,n,s,i,l,u);case 20561:return function(e,t,n,o,r,s,a){c(e,32768|t);const i=Ee(e,t,n,o);K(e,t,20577),K(e,32768|t,67174411);const l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return K(e,32768|t,16),W(e,t,1074790417),re(e,t,r,s,a,{type:"DoWhileStatement",body:i,test:l})}(e,t,n,s,i,l,u);case 20577:return function(e,t,n,o,r,s,a){c(e,t),K(e,32768|t,67174411);const i=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);K(e,32768|t,16);const l=Ee(e,t,n,o);return re(e,t,r,s,a,{type:"WhileStatement",test:i,body:l})}(e,t,n,s,i,l,u);case 86109:return function(e,t,n,r,s,a,i){c(e,t),K(e,32768|t,67174411);const l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);K(e,t,16),K(e,t,2162700);const u=[];let d=0;n&&(n=le(n,8));for(;1074790415!==e.token;){const{tokenPos:s,linePos:a,colPos:i}=e;let l=null;const c=[];for(W(e,32768|t,20555)?l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos):(K(e,32768|t,20560),d&&o(e,86),d=1),K(e,32768|t,21);20555!==e.token&&1074790415!==e.token&&20560!==e.token;)c.push(he(e,4096|t,n,2,{$:r}));u.push(re(e,t,s,a,i,{type:"SwitchCase",test:l,consequent:c}))}return K(e,32768|t,1074790415),re(e,t,s,a,i,{type:"SwitchStatement",discriminant:l,cases:u})}(e,t,n,s,i,l,u);case 1074790417:return function(e,t,n,o,r){return c(e,32768|t),re(e,t,n,o,r,{type:"EmptyStatement"})}(e,t,i,l,u);case 2162700:return ye(e,t,n?le(n,2):n,s,i,l,u);case 86111:return function(e,t,n,r,s){c(e,32768|t),1&e.flags&&o(e,87);const a=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return $(e,32768|t),re(e,t,n,r,s,{type:"ThrowStatement",argument:a})}(e,t,i,l,u);case 20554:return function(e,t,n,r,s,a){c(e,32768|t);let i=null;if((1&e.flags)<1&&143360&e.token){const{tokenValue:r}=e;i=nt(e,32768|t,0),oe(e,n,r,0)||o(e,134,r)}else(135168&t)<1&&o(e,66);return $(e,32768|t),re(e,t,r,s,a,{type:"BreakStatement",label:i})}(e,t,s,i,l,u);case 20558:return function(e,t,n,r,s,a){(131072&t)<1&&o(e,65);c(e,t);let i=null;if((1&e.flags)<1&&143360&e.token){const{tokenValue:r}=e;i=nt(e,32768|t,0),oe(e,n,r,1)||o(e,134,r)}return $(e,32768|t),re(e,t,r,s,a,{type:"ContinueStatement",label:i})}(e,t,s,i,l,u);case 20576:return function(e,t,n,r,s,a,i){c(e,32768|t);const l=n?le(n,32):void 0,u=ye(e,t,l,{$:r},e.tokenPos,e.linePos,e.colPos),{tokenPos:d,linePos:p,colPos:f}=e,k=W(e,32768|t,20556)?function(e,t,n,r,s,a,i){let l=null,c=n;W(e,t,67174411)&&(n&&(n=le(n,4)),l=At(e,t,n,2097152==(2097152&e.token)?256:512,0,e.tokenPos,e.linePos,e.colPos),18===e.token?o(e,83):1077936157===e.token&&o(e,84),K(e,32768|t,16),n&&(c=le(n,64)));const u=ye(e,t,c,{$:r},e.tokenPos,e.linePos,e.colPos);return re(e,t,s,a,i,{type:"CatchClause",param:l,body:u})}(e,t,n,r,d,p,f):null;let g=null;if(20565===e.token){c(e,32768|t);g=ye(e,t,l?le(n,4):void 0,{$:r},e.tokenPos,e.linePos,e.colPos)}k||g||o(e,85);return re(e,t,s,a,i,{type:"TryStatement",block:u,handler:k,finalizer:g})}(e,t,n,s,i,l,u);case 20578:return function(e,t,n,r,s,a,i){c(e,t),1024&t&&o(e,88);K(e,32768|t,67174411);const l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);K(e,32768|t,16);const u=Pe(e,t,n,2,r,0,e.tokenPos,e.linePos,e.colPos);return re(e,t,s,a,i,{type:"WithStatement",object:l,body:u})}(e,t,n,s,i,l,u);case 20559:return function(e,t,n,o,r){return c(e,32768|t),$(e,32768|t),re(e,t,n,o,r,{type:"DebuggerStatement"})}(e,t,i,l,u);case 209004:return we(e,t,n,r,s,0,i,l,u);case 20556:o(e,156);case 20565:o(e,157);case 86103:o(e,1024&t?73:(256&t)<1?75:74);case 86093:o(e,76);default:return function(e,t,n,r,s,a,i,l,c){const{tokenValue:u,token:d}=e;let p;switch(d){case 241736:p=nt(e,t,0),1024&t&&o(e,82),69271571===e.token&&o(e,81);break;default:p=_e(e,t,2,0,1,0,0,1,e.tokenPos,e.linePos,e.colPos)}if(143360&d&&21===e.token)return ve(e,t,n,r,s,u,p,d,a,i,l,c);p=ze(e,t,p,0,0,i,l,c),p=Ge(e,t,0,0,i,l,c,p),18===e.token&&(p=Be(e,t,0,i,l,c,p));return xe(e,t,p,i,l,c)}(e,t,n,r,s,a,i,l,u)}}function ye(e,t,n,o,r,s,a){const i=[];for(K(e,32768|t,2162700);1074790415!==e.token;)i.push(he(e,t,n,2,{$:o}));return K(e,32768|t,1074790415),re(e,t,r,s,a,{type:"BlockStatement",body:i})}function xe(e,t,n,o,r,s){return $(e,32768|t),re(e,t,o,r,s,{type:"ExpressionStatement",expression:n})}function ve(e,t,n,r,s,a,i,l,u,d,p,f){ee(e,t,0,l,1),function(e,t,n){let r=t;for(;r;)r["$"+n]&&o(e,132,n),r=r.$;t["$"+n]=1}(e,s,a),c(e,32768|t);return re(e,t,d,p,f,{type:"LabeledStatement",label:i,body:u&&(1024&t)<1&&256&t&&86103===e.token?rt(e,t,le(n,2),r,0,0,0,e.tokenPos,e.linePos,e.colPos):Pe(e,t,n,r,s,u,e.tokenPos,e.linePos,e.colPos)})}function we(e,t,n,r,s,a,i,l,c){const{token:u,tokenValue:d}=e;let p=nt(e,t,0);if(21===e.token)return ve(e,t,n,r,s,d,p,u,1,i,l,c);const f=1&e.flags;if(!f){if(86103===e.token)return a||o(e,119),rt(e,t,n,r,1,0,1,i,l,c);if(143360==(143360&e.token))return p=ht(e,t,1,i,l,c),18===e.token&&(p=Be(e,t,0,i,l,c,p)),xe(e,t,p,i,l,c)}return 67174411===e.token?p=Pt(e,t,p,1,1,0,f,i,l,c):(10===e.token&&(ge(e,t,u,1),p=ft(e,t,e.tokenValue,p,0,1,0,i,l,c)),e.assignable=1),p=ze(e,t,p,0,0,i,l,c),18===e.token&&(p=Be(e,t,0,i,l,c,p)),p=Ge(e,t,0,0,i,l,c,p),e.assignable=1,xe(e,t,p,i,l,c)}function qe(e,t,n,o,r,s,a){return 1074790417!==o&&(e.assignable=2,n=ze(e,t,n,0,0,r,s,a),1074790417!==e.token&&(n=Ge(e,t,0,0,r,s,a,n),18===e.token&&(n=Be(e,t,0,r,s,a,n))),$(e,32768|t)),8&t&&"Literal"===n.type&&"string"==typeof n.value?re(e,t,r,s,a,{type:"ExpressionStatement",expression:n,directive:n.raw.slice(1,-1)}):re(e,t,r,s,a,{type:"ExpressionStatement",expression:n})}function Ce(e,t,n,o,r,s,a){return 1024&t||(256&t)<1||86103!==e.token?Pe(e,t,n,0,{$:o},0,e.tokenPos,e.linePos,e.colPos):rt(e,t,le(n,2),0,0,0,0,r,s,a)}function Ee(e,t,n,o){return Pe(e,134217728^(134217728|t)|131072,n,0,{loop:1,$:o},0,e.tokenPos,e.linePos,e.colPos)}function Ae(e,t,n,o,r,s,a,i){c(e,t);const l=De(e,t,n,o,r);return $(e,32768|t),re(e,t,s,a,i,{type:"VariableDeclaration",kind:8&o?"let":"const",declarations:l})}function Se(e,t,n,o,r,s,a){c(e,t);const i=De(e,t,n,4,o);return $(e,32768|t),re(e,t,r,s,a,{type:"VariableDeclaration",kind:"var",declarations:i})}function De(e,t,n,r,s){let a=1;const i=[Le(e,t,n,r,s)];for(;W(e,t,18);)a++,i.push(Le(e,t,n,r,s));return a>1&&32&s&&262144&e.token&&o(e,58,E[255&e.token]),i}function Le(e,t,n,r,a){const{token:i,tokenPos:l,linePos:u,colPos:d}=e;let p=null;const f=At(e,t,n,r,a,l,u,d);return 1077936157===e.token?(c(e,32768|t),p=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),(32&a||(2097152&i)<1)&&(274546===e.token||8738865===e.token&&(2097152&i||(4&r)<1||1024&t))&&s(l,e.line,e.index-3,57,274546===e.token?"of":"in")):(16&r||(2097152&i)>0)&&262144!=(262144&e.token)&&o(e,56,16&r?"const":"destructuring"),re(e,t,l,u,d,{type:"VariableDeclarator",id:f,init:p})}function Ve(e,t,n){return ke(t,e.token)||o(e,114),537079808==(537079808&e.token)&&o(e,115),n&&ue(e,t,n,e.tokenValue,8,0),nt(e,t,0)}function Te(e,t,n){const{tokenPos:o,linePos:r,colPos:a}=e;return c(e,t),K(e,t,77931),134217728==(134217728&e.token)&&s(o,e.line,e.index,28,E[255&e.token]),re(e,t,o,r,a,{type:"ImportNamespaceSpecifier",local:Ve(e,t,n)})}function Re(e,t,n,r){for(c(e,t);143360&e.token;){let{token:s,tokenValue:a,tokenPos:i,linePos:l,colPos:c}=e;const u=nt(e,t,0);let d;W(e,t,77931)?(134217728==(134217728&e.token)||18===e.token?o(e,103):ee(e,t,16,e.token,0),a=e.tokenValue,d=nt(e,t,0)):(ee(e,t,16,s,0),d=u),n&&ue(e,t,n,a,8,0),r.push(re(e,t,i,l,c,{type:"ImportSpecifier",local:d,imported:u})),1074790415!==e.token&&K(e,t,18)}return K(e,t,1074790415),r}function Ne(e,t,n,o,r){let s=$e(e,t,re(e,t,n,o,r,{type:"Identifier",name:"import"}),n,o,r);return s=ze(e,t,s,0,0,n,o,r),s=Ge(e,t,0,0,n,o,r,s),xe(e,t,s,n,o,r)}function Ie(e,t,n,o,r){let s=Ye(e,t,0,n,o,r);return s=ze(e,t,s,0,0,n,o,r),xe(e,t,s,n,o,r)}function Ue(e,t,n,o,r,s,a,i){let l=_e(e,t,2,0,n,o,r,1,s,a,i);return l=ze(e,t,l,r,0,s,a,i),Ge(e,t,r,0,s,a,i,l)}function Be(e,t,n,o,r,s,a){const i=[a];for(;W(e,32768|t,18);)i.push(Ue(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos));return re(e,t,o,r,s,{type:"SequenceExpression",expressions:i})}function Oe(e,t,n,o,r,s,a){const i=Ue(e,t,o,0,n,r,s,a);return 18===e.token?Be(e,t,n,r,s,a,i):i}function Ge(e,t,n,r,s,a,i,l){const{token:u}=e;if(4194304==(4194304&u)){2&e.assignable&&o(e,24),(!r&&1077936157===u&&"ArrayExpression"===l.type||"ObjectExpression"===l.type)&&Q(e,l),c(e,32768|t);const d=Ue(e,t,1,1,n,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,re(e,t,s,a,i,r?{type:"AssignmentPattern",left:l,right:d}:{type:"AssignmentExpression",left:l,operator:E[255&u],right:d})}return 8454144==(8454144&u)&&(l=He(e,t,n,s,a,i,4,u,l)),W(e,32768|t,22)&&(l=Fe(e,t,l,s,a,i)),l}function je(e,t,n,o,r,s,a,i){const{token:l}=e;c(e,32768|t);const u=Ue(e,t,1,1,n,e.tokenPos,e.linePos,e.colPos);return i=re(e,t,r,s,a,o?{type:"AssignmentPattern",left:i,right:u}:{type:"AssignmentExpression",left:i,operator:E[255&l],right:u}),e.assignable=2,i}function Fe(e,t,n,o,r,s){const a=Ue(e,134217728^(134217728|t),1,0,0,e.tokenPos,e.linePos,e.colPos);K(e,32768|t,21),e.assignable=1;const i=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,re(e,t,o,r,s,{type:"ConditionalExpression",test:n,consequent:a,alternate:i})}function He(e,t,n,r,s,a,i,l,u){const d=8738865&-((134217728&t)>0);let p,f;for(e.assignable=2;8454144&e.token&&(p=e.token,f=3840&p,(524288&p&&268435456&l||524288&l&&268435456&p)&&o(e,159),!(f+((8457270===p)<<8)-((d===p)<<12)<=i));)c(e,32768|t),u=re(e,t,r,s,a,{type:524288&p||268435456&p?"LogicalExpression":"BinaryExpression",left:u,right:He(e,t,n,e.tokenPos,e.linePos,e.colPos,f,p,Me(e,t,0,n,1,e.tokenPos,e.linePos,e.colPos)),operator:E[255&p]});return 1077936157===e.token&&o(e,24),u}function Je(e,t,n,a,i,l){const{tokenPos:c,linePos:u,colPos:d}=e;K(e,32768|t,2162700);const p=[],f=t;if(1074790415!==e.token){for(;134283267===e.token;){const{index:n,tokenPos:o,tokenValue:r,token:a}=e,i=ot(e,t);Y(e,n,o,r)&&(t|=1024,128&e.flags&&s(e.index,e.line,e.tokenPos,63),64&e.flags&&s(e.index,e.line,e.tokenPos,8)),p.push(qe(e,t,i,a,o,e.linePos,e.colPos))}1024&t&&(i&&(537079808==(537079808&i)&&o(e,115),36864==(36864&i)&&o(e,38)),512&e.flags&&o(e,115),256&e.flags&&o(e,114)),64&t&&n&&void 0!==l&&(1024&f)<1&&(8192&t)<1&&r(l)}for(e.flags=832^(832|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.token;)p.push(he(e,t,n,4,{}));return K(e,24&a?32768|t:t,1074790415),e.flags&=-193,1077936157===e.token&&o(e,24),re(e,t,c,u,d,{type:"BlockStatement",body:p})}function Me(e,t,n,o,r,s,a,i){return ze(e,t,_e(e,t,2,0,n,0,o,r,s,a,i),o,0,s,a,i)}function ze(e,t,n,r,s,a,i,l){if(33619968==(33619968&e.token)&&(1&e.flags)<1)n=function(e,t,n,r,s,a){2&e.assignable&&o(e,52);const{token:i}=e;return c(e,t),e.assignable=2,re(e,t,r,s,a,{type:"UpdateExpression",argument:n,operator:E[255&i],prefix:!1})}(e,t,n,a,i,l);else if(67108864==(67108864&e.token)){switch(t=134225920^(134225920|t),e.token){case 67108877:c(e,1073741824|t),e.assignable=1;n=re(e,t,a,i,l,{type:"MemberExpression",object:n,computed:!1,property:Xe(e,t)});break;case 69271571:{let o=!1;2048==(2048&e.flags)&&(o=!0,e.flags=2048^(2048|e.flags)),c(e,32768|t);const{tokenPos:s,linePos:u,colPos:d}=e,p=Oe(e,t,r,1,s,u,d);K(e,t,20),e.assignable=1,n=re(e,t,a,i,l,{type:"MemberExpression",object:n,computed:!0,property:p}),o&&(e.flags|=2048);break}case 67174411:{if(1024==(1024&e.flags))return e.flags=1024^(1024|e.flags),n;let o=!1;2048==(2048&e.flags)&&(o=!0,e.flags=2048^(2048|e.flags));const s=tt(e,t,r);e.assignable=2,n=re(e,t,a,i,l,{type:"CallExpression",callee:n,arguments:s}),o&&(e.flags|=2048);break}case 67108988:c(e,t),e.flags|=2048,e.assignable=2,n=function(e,t,n,r,s,a){let i,l=!1;69271571!==e.token&&67174411!==e.token||2048==(2048&e.flags)&&(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.token){c(e,32768|t);const{tokenPos:o,linePos:l,colPos:u}=e,d=Oe(e,t,0,1,o,l,u);K(e,t,20),e.assignable=2,i=re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!0,optional:!0,property:d})}else if(67174411===e.token){const o=tt(e,t,0);e.assignable=2,i=re(e,t,r,s,a,{type:"CallExpression",callee:n,arguments:o,optional:!0})}else{(143360&e.token)<1&&o(e,154);const l=nt(e,t,0);e.assignable=2,i=re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!1,optional:!0,property:l})}l&&(e.flags|=2048);return i}(e,t,n,a,i,l);break;default:2048==(2048&e.flags)&&o(e,160),e.assignable=2,n=re(e,t,a,i,l,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?Ke(e,65536|t):We(e,t,e.tokenPos,e.linePos,e.colPos)})}n=ze(e,t,n,0,1,a,i,l)}return 0===s&&2048==(2048&e.flags)&&(e.flags=2048^(2048|e.flags),n=re(e,t,a,i,l,{type:"ChainExpression",expression:n})),n}function Xe(e,t){return(143360&e.token)<1&&128!==e.token&&o(e,154),1&t&&128===e.token?Ct(e,t,e.tokenPos,e.linePos,e.colPos):nt(e,t,0)}function _e(e,t,n,r,a,i,l,u,d,p,f){if(143360==(143360&e.token)){switch(e.token){case 209005:return function(e,t,n,r,a,i,l){if(r&&(e.destructible|=128),4194304&t){n&&o(e,0),8388608&t&&s(e.index,e.line,e.index,29),c(e,32768|t);const r=Me(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,re(e,t,a,i,l,{type:"AwaitExpression",argument:r})}return 2048&t&&o(e,107,"Await"),pt(e,t,a,i,l)}(e,t,r,l,d,p,f);case 241770:return function(e,t,n,r,s,a,i){if(n&&(e.destructible|=256),2097152&t){c(e,32768|t),8388608&t&&o(e,30),r||o(e,24),22===e.token&&o(e,120);let n=null,l=!1;return(1&e.flags)<1&&(l=W(e,32768|t,8457011),(77824&e.token||l)&&(n=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos))),e.assignable=2,re(e,t,s,a,i,{type:"YieldExpression",argument:n,delegate:l})}return 1024&t&&o(e,94,"yield"),pt(e,t,s,a,i)}(e,t,l,a,d,p,f);case 209004:return function(e,t,n,r,s,a,i,l,c,u){const{token:d}=e,p=nt(e,t,a),{flags:f}=e;if((1&f)<1){if(86103===e.token)return st(e,t,1,n,l,c,u);if(143360==(143360&e.token))return r||o(e,0),ht(e,t,s,l,c,u)}return i||67174411!==e.token?10===e.token?(ge(e,t,d,1),i&&o(e,48),ft(e,t,e.tokenValue,p,i,s,0,l,c,u)):p:Pt(e,t,p,s,1,0,f,l,c,u)}(e,t,l,u,a,i,r,d,p,f)}const{token:k,tokenValue:g}=e,m=nt(e,65536|t,i);return 10===e.token?(u||o(e,0),ge(e,t,k,1),ft(e,t,g,m,r,a,0,d,p,f)):(16384&t&&537079925===k&&o(e,126),241736===k&&(1024&t&&o(e,109),24&n&&o(e,97)),e.assignable=1024&t&&537079808==(537079808&k)?2:1,m)}if(134217728==(134217728&e.token))return ot(e,t);switch(e.token){case 33619995:case 33619996:return function(e,t,n,r,s,a,i){n&&o(e,53),r||o(e,0);const{token:l}=e;c(e,32768|t);const u=Me(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&o(e,52),e.assignable=2,re(e,t,s,a,i,{type:"UpdateExpression",argument:u,operator:E[255&l],prefix:!0})}(e,t,r,u,d,p,f);case 16863275:case 16842797:case 16842798:case 25233967:case 25233968:case 16863274:case 16863276:return function(e,t,n,r,s,a,i){n||o(e,0);const l=e.token;c(e,32768|t);const u=Me(e,t,0,i,1,e.tokenPos,e.linePos,e.colPos);var d;return 8457270===e.token&&o(e,31),1024&t&&16863275===l&&("Identifier"===u.type?o(e,117):(d=u).property&&"PrivateIdentifier"===d.property.type&&o(e,123)),e.assignable=2,re(e,t,r,s,a,{type:"UnaryExpression",operator:E[255&l],argument:u,prefix:!0})}(e,t,u,d,p,f,l);case 86103:return st(e,t,0,l,d,p,f);case 2162700:return function(e,t,n,r,s,a,i){const l=ut(e,t,void 0,n,r,0,2,0,s,a,i);256&t&&64&e.destructible&&o(e,60);8&e.destructible&&o(e,59);return l}(e,t,a?0:1,l,d,p,f);case 69271571:return function(e,t,n,r,s,a,i){const l=at(e,t,void 0,n,r,0,2,0,s,a,i);256&t&&64&e.destructible&&o(e,60);8&e.destructible&&o(e,59);return l}(e,t,a?0:1,l,d,p,f);case 67174411:return function(e,t,n,r,s,a,i,l){e.flags=128^(128|e.flags);const{tokenPos:u,linePos:d,colPos:p}=e;c(e,1073774592|t);const f=64&t?le({parent:void 0,type:2},1024):void 0;if(W(e,t=134225920^(134225920|t),16))return kt(e,t,f,[],n,0,a,i,l);let k,g=0;e.destructible&=-385;let m=[],b=0,h=0;const{tokenPos:P,linePos:y,colPos:x}=e;e.assignable=1;for(;16!==e.token;){const{token:n,tokenPos:a,linePos:i,colPos:l}=e;if(143360&n)f&&ue(e,t,f,e.tokenValue,1,0),k=_e(e,t,r,0,1,0,1,1,a,i,l),16===e.token||18===e.token?2&e.assignable?(g|=16,h=1):537079808!=(537079808&n)&&36864!=(36864&n)||(h=1):(1077936157===e.token?h=1:g|=16,k=ze(e,t,k,1,0,a,i,l),16!==e.token&&18!==e.token&&(k=Ge(e,t,1,0,a,i,l,k)));else{if(2097152!=(2097152&n)){if(14===n){k=lt(e,t,f,16,r,s,0,1,0,a,i,l),16&e.destructible&&o(e,71),h=1,!b||16!==e.token&&18!==e.token||m.push(k),g|=8;break}if(g|=16,k=Ue(e,t,1,0,1,a,i,l),!b||16!==e.token&&18!==e.token||m.push(k),18===e.token&&(b||(b=1,m=[k])),b){for(;W(e,32768|t,18);)m.push(Ue(e,t,1,0,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,k=re(e,t,P,y,x,{type:"SequenceExpression",expressions:m})}return K(e,t,16),e.destructible=g,k}k=2162700===n?ut(e,1073741824|t,f,0,1,0,r,s,a,i,l):at(e,1073741824|t,f,0,1,0,r,s,a,i,l),g|=e.destructible,h=1,e.assignable=2,16!==e.token&&18!==e.token&&(8&g&&o(e,118),k=ze(e,t,k,0,0,a,i,l),g|=16,16!==e.token&&18!==e.token&&(k=Ge(e,t,0,0,a,i,l,k)))}if(!b||16!==e.token&&18!==e.token||m.push(k),!W(e,32768|t,18))break;if(b||(b=1,m=[k]),16===e.token){g|=8;break}}b&&(e.assignable=2,k=re(e,t,P,y,x,{type:"SequenceExpression",expressions:m}));K(e,t,16),16&g&&8&g&&o(e,145);if(g|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token)return 48&g&&o(e,46),4196352&t&&128&g&&o(e,29),2098176&t&&256&g&&o(e,30),h&&(e.flags|=128),kt(e,t,f,b?m:[k],n,0,a,i,l);8&g&&o(e,139);return e.destructible=256^(256|e.destructible)|g,128&t?re(e,t,u,d,p,{type:"ParenthesizedExpression",expression:k}):k}(e,t,a,1,0,d,p,f);case 86021:case 86022:case 86023:return function(e,t,n,o,r){const s=E[255&e.token],a=86023===e.token?null:"true"===s;return c(e,t),e.assignable=2,re(e,t,n,o,r,512&t?{type:"Literal",value:a,raw:s}:{type:"Literal",value:a})}(e,t,d,p,f);case 86110:return function(e,t){const{tokenPos:n,linePos:o,colPos:r}=e;return c(e,t),e.assignable=2,re(e,t,n,o,r,{type:"ThisExpression"})}(e,t);case 65540:return function(e,t,n,o,r){const{tokenRaw:s,tokenRegExp:a,tokenValue:i}=e;return c(e,t),e.assignable=2,re(e,t,n,o,r,512&t?{type:"Literal",value:i,regex:a,raw:s}:{type:"Literal",value:i,regex:a})}(e,t,d,p,f);case 130:case 86093:return function(e,t,n,r,s,a){let i=null,l=null;const u=xt(e,t=16777216^(16778240|t));u.length&&(r=e.tokenPos,s=e.linePos,a=e.colPos);c(e,t),(4351&e.token^84)>4096&&(ne(e,t,e.token)&&o(e,114),537079808==(537079808&e.token)&&o(e,115),i=nt(e,t,0));let d=t;W(e,32768|t,20564)?(l=Me(e,t,0,n,0,e.tokenPos,e.linePos,e.colPos),d|=524288):d=524288^(524288|d);const p=wt(e,d,t,void 0,2,0,n);return e.assignable=2,re(e,t,r,s,a,1&t?{type:"ClassExpression",id:i,superClass:l,decorators:u,body:p}:{type:"ClassExpression",id:i,superClass:l,body:p})}(e,t,l,d,p,f);case 86108:return function(e,t,n,r,s){switch(c(e,t),e.token){case 67108988:o(e,161);case 67174411:(524288&t)<1&&o(e,26),16384&t&&o(e,143),e.assignable=2;break;case 69271571:case 67108877:(262144&t)<1&&o(e,27),16384&t&&o(e,143),e.assignable=1;break;default:o(e,28,"super")}return re(e,t,n,r,s,{type:"Super"})}(e,t,d,p,f);case 67174409:return We(e,t,d,p,f);case 67174408:return Ke(e,t);case 86106:return function(e,t,n,r,s,a){const i=nt(e,32768|t,0),{tokenPos:l,linePos:c,colPos:u}=e;if(W(e,t,67108877)){if(67108864&t&&143491===e.token)return e.assignable=2,function(e,t,n,o,r,s){const a=nt(e,t,0);return re(e,t,o,r,s,{type:"MetaProperty",meta:n,property:a})}(e,t,i,r,s,a);o(e,91)}e.assignable=2,16842752==(16842752&e.token)&&o(e,62,E[255&e.token]);const d=_e(e,t,2,1,0,0,n,1,l,c,u);t=134217728^(134217728|t),67108988===e.token&&o(e,162);const p=bt(e,t,d,n,l,c,u);return e.assignable=2,re(e,t,r,s,a,{type:"NewExpression",callee:p,arguments:67174411===e.token?tt(e,t,n):[]})}(e,t,l,d,p,f);case 134283386:return Ze(e,t,d,p,f);case 128:return Ct(e,t,d,p,f);case 86105:return function(e,t,n,r,s,a,i){let l=nt(e,t,0);if(67108877===e.token)return $e(e,t,l,s,a,i);n&&o(e,137);return l=Ye(e,t,r,s,a,i),e.assignable=2,ze(e,t,l,r,0,s,a,i)}(e,t,r,l,d,p,f);case 8456255:if(16&t)return Dt(e,t,1,d,p,f);default:if(ke(t,e.token))return pt(e,t,d,p,f);o(e,28,E[255&e.token])}}function $e(e,t,n,r,s,a){return 0==(2048&t)&&o(e,163),c(e,t),143492!==e.token&&"meta"!==e.tokenValue&&o(e,28,E[255&e.token]),e.assignable=2,re(e,t,r,s,a,{type:"MetaProperty",meta:n,property:nt(e,t,0)})}function Ye(e,t,n,r,s,a){K(e,32768|t,67174411),14===e.token&&o(e,138);const i=Ue(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos);return K(e,t,16),re(e,t,r,s,a,{type:"ImportExpression",source:i})}function Ze(e,t,n,o,r){const{tokenRaw:s,tokenValue:a}=e;return c(e,t),e.assignable=2,re(e,t,n,o,r,512&t?{type:"Literal",value:a,bigint:s.slice(0,-1),raw:s}:{type:"Literal",value:a,bigint:s.slice(0,-1)})}function We(e,t,n,o,r){e.assignable=2;const{tokenValue:s,tokenRaw:a,tokenPos:i,linePos:l,colPos:c}=e;K(e,t,67174409);return re(e,t,n,o,r,{type:"TemplateLiteral",expressions:[],quasis:[Qe(e,t,s,a,i,l,c,!0)]})}function Ke(e,t){t=134217728^(134217728|t);const{tokenValue:n,tokenRaw:r,tokenPos:s,linePos:a,colPos:i}=e;K(e,32768|t,67174408);const l=[Qe(e,t,n,r,s,a,i,!1)],c=[Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.token&&o(e,80);67174409!==(e.token=j(e,t));){const{tokenValue:n,tokenRaw:r,tokenPos:s,linePos:a,colPos:i}=e;K(e,32768|t,67174408),l.push(Qe(e,t,n,r,s,a,i,!1)),c.push(Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.token&&o(e,80)}{const{tokenValue:n,tokenRaw:o,tokenPos:r,linePos:s,colPos:a}=e;K(e,t,67174409),l.push(Qe(e,t,n,o,r,s,a,!0))}return re(e,t,s,a,i,{type:"TemplateLiteral",expressions:c,quasis:l})}function Qe(e,t,n,o,r,s,a,i){const l=re(e,t,r,s,a,{type:"TemplateElement",value:{cooked:n,raw:o},tail:i}),c=i?1:2;return 2&t&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&t&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function et(e,t,n,o,r){K(e,32768|(t=134217728^(134217728|t)),14);const s=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,re(e,t,n,o,r,{type:"SpreadElement",argument:s})}function tt(e,t,n){c(e,32768|t);const o=[];if(16===e.token)return c(e,t),o;for(;16!==e.token&&(14===e.token?o.push(et(e,t,e.tokenPos,e.linePos,e.colPos)):o.push(Ue(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos)),18===e.token)&&(c(e,32768|t),16!==e.token););return K(e,t,16),o}function nt(e,t,n){const{tokenValue:o,tokenPos:r,linePos:s,colPos:a}=e;return c(e,t),re(e,t,r,s,a,268435456&t?{type:"Identifier",name:o,pattern:1===n}:{type:"Identifier",name:o})}function ot(e,t){const{tokenValue:n,tokenRaw:o,tokenPos:r,linePos:s,colPos:a}=e;return 134283386===e.token?Ze(e,t,r,s,a):(c(e,t),e.assignable=2,re(e,t,r,s,a,512&t?{type:"Literal",value:n,raw:o}:{type:"Literal",value:n}))}function rt(e,t,n,r,s,a,i,l,u,d){c(e,32768|t);const p=s?Z(e,t,8457011):0;let f,k=null,g=n?{parent:void 0,type:2}:void 0;if(67174411===e.token)(1&a)<1&&o(e,37,"Function");else{const o=4&r&&((8192&t)<1||(2048&t)<1)?4:64;te(e,t|(3072&t)<<11,e.token),n&&(4&o?de(e,t,n,e.tokenValue,o):ue(e,t,n,e.tokenValue,o,r),g=le(g,256),a&&2&a&&pe(e,e.tokenValue)),f=e.token,k=nt(e,t,0)}t=32243712^(32243712|t)|67108864|2*i+p<<21|(p?0:1073741824),n&&(g=le(g,512));return re(e,t,l,u,d,{type:"FunctionDeclaration",id:k,params:mt(e,8388608|t,g,0,1),body:Je(e,143360^(143360|t),n?le(g,128):g,8,f,n?g.scopeError:void 0),async:1===i,generator:1===p})}function st(e,t,n,o,r,s,a){c(e,32768|t);const i=Z(e,t,8457011),l=2*n+i<<21;let u,d=null,p=64&t?{parent:void 0,type:2}:void 0;(176128&e.token)>0&&(te(e,32243712^(32243712|t)|l,e.token),p&&(p=le(p,256)),u=e.token,d=nt(e,t,0)),t=32243712^(32243712|t)|67108864|l|(i?0:1073741824),p&&(p=le(p,512));const f=mt(e,8388608|t,p,o,1),k=Je(e,-134377473&t,p?le(p,128):p,0,u,void 0);return e.assignable=2,re(e,t,r,s,a,{type:"FunctionExpression",id:d,params:f,body:k,async:1===n,generator:1===i})}function at(e,t,n,r,s,a,i,l,u,d,p){c(e,32768|t);const f=[];let k=0;for(t=134217728^(134217728|t);20!==e.token;)if(W(e,32768|t,18))f.push(null);else{let r;const{token:u,tokenPos:d,linePos:p,colPos:g,tokenValue:m}=e;if(143360&u)if(r=_e(e,t,i,0,1,0,s,1,d,p,g),1077936157===e.token){2&e.assignable&&o(e,24),c(e,32768|t),n&&ce(e,t,n,m,i,l);const u=Ue(e,t,1,1,s,e.tokenPos,e.linePos,e.colPos);r=re(e,t,d,p,g,a?{type:"AssignmentPattern",left:r,right:u}:{type:"AssignmentExpression",operator:"=",left:r,right:u}),k|=256&e.destructible?256:0|128&e.destructible?128:0}else 18===e.token||20===e.token?(2&e.assignable?k|=16:n&&ce(e,t,n,m,i,l),k|=256&e.destructible?256:0|128&e.destructible?128:0):(k|=1&i?32:(2&i)<1?16:0,r=ze(e,t,r,s,0,d,p,g),18!==e.token&&20!==e.token?(1077936157!==e.token&&(k|=16),r=Ge(e,t,s,a,d,p,g,r)):1077936157!==e.token&&(k|=2&e.assignable?16:32));else 2097152&u?(r=2162700===e.token?ut(e,t,n,0,s,a,i,l,d,p,g):at(e,t,n,0,s,a,i,l,d,p,g),k|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.token||20===e.token?2&e.assignable&&(k|=16):8&e.destructible?o(e,68):(r=ze(e,t,r,s,0,d,p,g),k=2&e.assignable?16:0,18!==e.token&&20!==e.token?r=Ge(e,t,s,a,d,p,g,r):1077936157!==e.token&&(k|=2&e.assignable?16:32))):14===u?(r=lt(e,t,n,20,i,l,0,s,a,d,p,g),k|=e.destructible,18!==e.token&&20!==e.token&&o(e,28,E[255&e.token])):(r=Me(e,t,1,0,1,d,p,g),18!==e.token&&20!==e.token?(r=Ge(e,t,s,a,d,p,g,r),(3&i)<1&&67174411===u&&(k|=16)):2&e.assignable?k|=16:67174411===u&&(k|=1&e.assignable&&3&i?32:16));if(f.push(r),!W(e,32768|t,18))break;if(20===e.token)break}K(e,t,20);const g=re(e,t,u,d,p,{type:a?"ArrayPattern":"ArrayExpression",elements:f});return!r&&4194304&e.token?it(e,t,k,s,a,u,d,p,g):(e.destructible=k,g)}function it(e,t,n,r,s,a,i,l,u){1077936157!==e.token&&o(e,24),c(e,32768|t),16&n&&o(e,24),s||Q(e,u);const{tokenPos:d,linePos:p,colPos:f}=e,k=Ue(e,t,1,1,r,d,p,f);return e.destructible=72^(72|n)|(128&e.destructible?128:0)|(256&e.destructible?256:0),re(e,t,a,i,l,s?{type:"AssignmentPattern",left:u,right:k}:{type:"AssignmentExpression",left:u,operator:"=",right:k})}function lt(e,t,n,r,s,a,i,l,u,d,p,f){c(e,32768|t);let k=null,g=0,{token:m,tokenValue:b,tokenPos:h,linePos:P,colPos:y}=e;if(143360&m)e.assignable=1,k=_e(e,t,s,0,1,0,l,1,h,P,y),m=e.token,k=ze(e,t,k,l,0,h,P,y),18!==e.token&&e.token!==r&&(2&e.assignable&&1077936157===e.token&&o(e,68),g|=16,k=Ge(e,t,l,u,h,P,y,k)),2&e.assignable?g|=16:m===r||18===m?n&&ce(e,t,n,b,s,a):g|=32,g|=128&e.destructible?128:0;else if(m===r)o(e,39);else{if(!(2097152&m)){g|=32,k=Me(e,t,1,l,1,e.tokenPos,e.linePos,e.colPos);const{token:n,tokenPos:s,linePos:a,colPos:i}=e;return 1077936157===n&&n!==r&&18!==n?(2&e.assignable&&o(e,24),k=Ge(e,t,l,u,s,a,i,k),g|=16):(18===n?g|=16:n!==r&&(k=Ge(e,t,l,u,s,a,i,k)),g|=1&e.assignable?32:16),e.destructible=g,e.token!==r&&18!==e.token&&o(e,155),re(e,t,d,p,f,{type:u?"RestElement":"SpreadElement",argument:k})}k=2162700===e.token?ut(e,t,n,1,l,u,s,a,h,P,y):at(e,t,n,1,l,u,s,a,h,P,y),m=e.token,1077936157!==m&&m!==r&&18!==m?(8&e.destructible&&o(e,68),k=ze(e,t,k,l,0,h,P,y),g|=2&e.assignable?16:0,4194304==(4194304&e.token)?(1077936157!==e.token&&(g|=16),k=Ge(e,t,l,u,h,P,y,k)):(8454144==(8454144&e.token)&&(k=He(e,t,1,h,P,y,4,m,k)),W(e,32768|t,22)&&(k=Fe(e,t,k,h,P,y)),g|=2&e.assignable?16:32)):g|=1074790415===r&&1077936157!==m?16:e.destructible}if(e.token!==r)if(1&s&&(g|=i?16:32),W(e,32768|t,1077936157)){16&g&&o(e,24),Q(e,k);const n=Ue(e,t,1,1,l,e.tokenPos,e.linePos,e.colPos);k=re(e,t,h,P,y,u?{type:"AssignmentPattern",left:k,right:n}:{type:"AssignmentExpression",left:k,operator:"=",right:n}),g=16}else g|=16;return e.destructible=g,re(e,t,d,p,f,{type:u?"RestElement":"SpreadElement",argument:k})}function ct(e,t,n,s,a,i,l){const u=(64&n)<1?31981568:14680064;let d=64&(t=(t|u)^u|(88&n)<<18|100925440)?le({parent:void 0,type:2},512):void 0;const p=function(e,t,n,s,a,i){K(e,t,67174411);const l=[];if(e.flags=128^(128|e.flags),16===e.token)return 512&s&&o(e,35,"Setter","one",""),c(e,t),l;256&s&&o(e,35,"Getter","no","s");512&s&&14===e.token&&o(e,36);t=134217728^(134217728|t);let u=0,d=0;for(;18!==e.token;){let r=null;const{tokenPos:p,linePos:f,colPos:k}=e;if(143360&e.token?((1024&t)<1&&(36864==(36864&e.token)&&(e.flags|=256),537079808==(537079808&e.token)&&(e.flags|=512)),r=St(e,t,n,1|s,0,p,f,k)):(2162700===e.token?r=ut(e,t,n,1,i,1,a,0,p,f,k):69271571===e.token?r=at(e,t,n,1,i,1,a,0,p,f,k):14===e.token&&(r=lt(e,t,n,16,a,0,0,i,1,p,f,k)),d=1,48&e.destructible&&o(e,47)),1077936157===e.token){c(e,32768|t),d=1;r=re(e,t,p,f,k,{type:"AssignmentPattern",left:r,right:Ue(e,t,1,1,0,e.tokenPos,e.linePos,e.colPos)})}if(u++,l.push(r),!W(e,t,18))break;if(16===e.token)break}512&s&&1!==u&&o(e,35,"Setter","one","");n&&void 0!==n.scopeError&&r(n.scopeError);d&&(e.flags|=128);return K(e,t,16),l}(e,8388608|t,d,n,1,s);d&&(d=le(d,128));return re(e,t,a,i,l,{type:"FunctionExpression",params:p,body:Je(e,-134230017&t,d,0,void 0,void 0),async:(16&n)>0,generator:(8&n)>0,id:null})}function ut(e,t,n,r,a,i,l,u,d,p,f){c(e,t);const k=[];let g=0,m=0;for(t=134217728^(134217728|t);1074790415!==e.token;){const{token:r,tokenValue:d,linePos:p,colPos:f,tokenPos:b}=e;if(14===r)k.push(lt(e,t,n,1074790415,l,u,0,a,i,b,p,f));else{let h,P=0,y=null;const x=e.token;if(143360&e.token||118===e.token)if(y=nt(e,t,0),18===e.token||1074790415===e.token||1077936157===e.token)if(P|=4,1024&t&&537079808==(537079808&r)?g|=16:ee(e,t,l,r,0),n&&ce(e,t,n,d,l,u),W(e,32768|t,1077936157)){g|=8;const n=Ue(e,t,1,1,a,e.tokenPos,e.linePos,e.colPos);g|=256&e.destructible?256:0|128&e.destructible?128:0,h=re(e,t,b,p,f,{type:"AssignmentPattern",left:-2147483648&t?Object.assign({},y):y,right:n})}else g|=(209005===r?128:0)|(118===r?16:0),h=-2147483648&t?Object.assign({},y):y;else if(W(e,32768|t,21)){const{tokenPos:s,linePos:c,colPos:p}=e;if("__proto__"===d&&m++,143360&e.token){const o=e.token,r=e.tokenValue;g|=118===x?16:0,h=_e(e,t,l,0,1,0,a,1,s,c,p);const{token:d}=e;h=ze(e,t,h,a,0,s,c,p),18===e.token||1074790415===e.token?1077936157===d||1074790415===d||18===d?(g|=128&e.destructible?128:0,2&e.assignable?g|=16:n&&143360==(143360&o)&&ce(e,t,n,r,l,u)):g|=1&e.assignable?32:16:4194304==(4194304&e.token)?(2&e.assignable?g|=16:1077936157!==d?g|=32:n&&ce(e,t,n,r,l,u),h=Ge(e,t,a,i,s,c,p,h)):(g|=16,8454144==(8454144&e.token)&&(h=He(e,t,1,s,c,p,4,d,h)),W(e,32768|t,22)&&(h=Fe(e,t,h,s,c,p)))}else 2097152==(2097152&e.token)?(h=69271571===e.token?at(e,t,n,0,a,i,l,u,s,c,p):ut(e,t,n,0,a,i,l,u,s,c,p),g=e.destructible,e.assignable=16&g?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):8&e.destructible?o(e,68):(h=ze(e,t,h,a,0,s,c,p),g=2&e.assignable?16:0,4194304==(4194304&e.token)?h=je(e,t,a,i,s,c,p,h):(8454144==(8454144&e.token)&&(h=He(e,t,1,s,c,p,4,r,h)),W(e,32768|t,22)&&(h=Fe(e,t,h,s,c,p)),g|=2&e.assignable?16:32))):(h=Me(e,t,1,a,1,s,c,p),g|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):(h=ze(e,t,h,a,0,s,c,p),g=2&e.assignable?16:0,18!==e.token&&1074790415!==r&&(1077936157!==e.token&&(g|=16),h=Ge(e,t,a,i,s,c,p,h))))}else 69271571===e.token?(g|=16,209004===r&&(P|=16),P|=2|(12399===r?256:12400===r?512:1),y=dt(e,t,a),g|=e.assignable,h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):143360&e.token?(g|=16,118===r&&o(e,92),209004===r&&(1&e.flags&&o(e,128),P|=16),y=nt(e,t,0),P|=12399===r?256:12400===r?512:1,h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):67174411===e.token?(g|=16,P|=1,h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):8457011===e.token?(g|=16,12399===r||12400===r?o(e,40):143480===r&&o(e,92),c(e,t),P|=9|(209004===r?16:0),143360&e.token?y=nt(e,t,0):134217728==(134217728&e.token)?y=ot(e,t):69271571===e.token?(P|=2,y=dt(e,t,a),g|=e.assignable):o(e,28,E[255&e.token]),h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):134217728==(134217728&e.token)?(209004===r&&(P|=16),P|=12399===r?256:12400===r?512:1,g|=16,y=ot(e,t),h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):o(e,129);else if(134217728==(134217728&e.token))if(y=ot(e,t),21===e.token){K(e,32768|t,21);const{tokenPos:o,linePos:s,colPos:c}=e;if("__proto__"===d&&m++,143360&e.token){h=_e(e,t,l,0,1,0,a,1,o,s,c);const{token:r,tokenValue:d}=e;h=ze(e,t,h,a,0,o,s,c),18===e.token||1074790415===e.token?1077936157===r||1074790415===r||18===r?2&e.assignable?g|=16:n&&ce(e,t,n,d,l,u):g|=1&e.assignable?32:16:1077936157===e.token?(2&e.assignable&&(g|=16),h=Ge(e,t,a,i,o,s,c,h)):(g|=16,h=Ge(e,t,a,i,o,s,c,h))}else 2097152==(2097152&e.token)?(h=69271571===e.token?at(e,t,n,0,a,i,l,u,o,s,c):ut(e,t,n,0,a,i,l,u,o,s,c),g=e.destructible,e.assignable=16&g?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):8!=(8&e.destructible)&&(h=ze(e,t,h,a,0,o,s,c),g=2&e.assignable?16:0,4194304==(4194304&e.token)?h=je(e,t,a,i,o,s,c,h):(8454144==(8454144&e.token)&&(h=He(e,t,1,o,s,c,4,r,h)),W(e,32768|t,22)&&(h=Fe(e,t,h,o,s,c)),g|=2&e.assignable?16:32))):(h=Me(e,t,1,0,1,o,s,c),g|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):(h=ze(e,t,h,a,0,o,s,c),g=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(g|=16),h=Ge(e,t,a,i,o,s,c,h))))}else 67174411===e.token?(P|=1,h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos),g=16|e.assignable):o(e,130);else if(69271571===e.token)if(y=dt(e,t,a),g|=256&e.destructible?256:0,P|=2,21===e.token){c(e,32768|t);const{tokenPos:s,linePos:d,colPos:p,tokenValue:f,token:k}=e;if(143360&e.token){h=_e(e,t,l,0,1,0,a,1,s,d,p);const{token:o}=e;h=ze(e,t,h,a,0,s,d,p),4194304==(4194304&e.token)?(g|=2&e.assignable?16:1077936157===o?0:32,h=je(e,t,a,i,s,d,p,h)):18===e.token||1074790415===e.token?1077936157===o||1074790415===o||18===o?2&e.assignable?g|=16:n&&143360==(143360&k)&&ce(e,t,n,f,l,u):g|=1&e.assignable?32:16:(g|=16,h=Ge(e,t,a,i,s,d,p,h))}else 2097152==(2097152&e.token)?(h=69271571===e.token?at(e,t,n,0,a,i,l,u,s,d,p):ut(e,t,n,0,a,i,l,u,s,d,p),g=e.destructible,e.assignable=16&g?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):8&g?o(e,59):(h=ze(e,t,h,a,0,s,d,p),g=2&e.assignable?16|g:0,4194304==(4194304&e.token)?(1077936157!==e.token&&(g|=16),h=je(e,t,a,i,s,d,p,h)):(8454144==(8454144&e.token)&&(h=He(e,t,1,s,d,p,4,r,h)),W(e,32768|t,22)&&(h=Fe(e,t,h,s,d,p)),g|=2&e.assignable?16:32))):(h=Me(e,t,1,0,1,s,d,p),g|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(g|=16):(h=ze(e,t,h,a,0,s,d,p),g=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(g|=16),h=Ge(e,t,a,i,s,d,p,h))))}else 67174411===e.token?(P|=1,h=ct(e,t,P,a,e.tokenPos,p,f),g=16):o(e,41);else if(8457011===r)if(K(e,32768|t,8457011),P|=8,143360&e.token){const{token:n,line:o,index:r}=e;y=nt(e,t,0),P|=1,67174411===e.token?(g|=16,h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):s(r,o,r,209004===n?43:12399===n||12400===e.token?42:44,E[255&n])}else 134217728==(134217728&e.token)?(g|=16,y=ot(e,t),P|=1,h=ct(e,t,P,a,b,p,f)):69271571===e.token?(g|=16,P|=3,y=dt(e,t,a),h=ct(e,t,P,a,e.tokenPos,e.linePos,e.colPos)):o(e,122);else o(e,28,E[255&r]);g|=128&e.destructible?128:0,e.destructible=g,k.push(re(e,t,b,p,f,{type:"Property",key:y,value:h,kind:768&P?512&P?"set":"get":"init",computed:(2&P)>0,method:(1&P)>0,shorthand:(4&P)>0}))}if(g|=e.destructible,18!==e.token)break;c(e,t)}K(e,t,1074790415),m>1&&(g|=64);const b=re(e,t,d,p,f,{type:i?"ObjectPattern":"ObjectExpression",properties:k});return!r&&4194304&e.token?it(e,t,g,a,i,d,p,f,b):(e.destructible=g,b)}function dt(e,t,n){c(e,32768|t);const o=Ue(e,134217728^(134217728|t),1,0,n,e.tokenPos,e.linePos,e.colPos);return K(e,t,20),o}function pt(e,t,n,o,r){const{tokenValue:s}=e,a=nt(e,t,0);if(e.assignable=1,10===e.token){let i;return 64&t&&(i=ae(e,t,s)),e.flags=128^(128|e.flags),gt(e,t,i,[a],0,n,o,r)}return a}function ft(e,t,n,r,s,a,i,l,c,u){a||o(e,54),s&&o(e,48),e.flags&=-129;return gt(e,t,64&t?ae(e,t,n):void 0,[r],i,l,c,u)}function kt(e,t,n,r,s,a,i,l,c){s||o(e,54);for(let t=0;t<r.length;++t)Q(e,r[t]);return gt(e,t,n,r,a,i,l,c)}function gt(e,t,n,s,a,i,l,c){1&e.flags&&o(e,45),K(e,32768|t,10),t=15728640^(15728640|t)|a<<22;const u=2162700!==e.token;let d;if(n&&void 0!==n.scopeError&&r(n.scopeError),u)d=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);else{switch(n&&(n=le(n,128)),d=Je(e,134246400^(134246400|t),n,16,void 0,void 0),e.token){case 69271571:(1&e.flags)<1&&o(e,112);break;case 67108877:case 67174409:case 22:o(e,113);case 67174411:(1&e.flags)<1&&o(e,112),e.flags|=1024}8454144==(8454144&e.token)&&(1&e.flags)<1&&o(e,28,E[255&e.token]),33619968==(33619968&e.token)&&o(e,121)}return e.assignable=2,re(e,t,i,l,c,{type:"ArrowFunctionExpression",params:s,body:d,async:1===a,expression:u})}function mt(e,t,n,s,a){K(e,t,67174411),e.flags=128^(128|e.flags);const i=[];if(W(e,t,16))return i;t=134217728^(134217728|t);let l=0;for(;18!==e.token;){let r;const{tokenPos:u,linePos:d,colPos:p}=e;if(143360&e.token?((1024&t)<1&&(36864==(36864&e.token)&&(e.flags|=256),537079808==(537079808&e.token)&&(e.flags|=512)),r=St(e,t,n,1|a,0,u,d,p)):(2162700===e.token?r=ut(e,t,n,1,s,1,a,0,u,d,p):69271571===e.token?r=at(e,t,n,1,s,1,a,0,u,d,p):14===e.token?r=lt(e,t,n,16,a,0,0,s,1,u,d,p):o(e,28,E[255&e.token]),l=1,48&e.destructible&&o(e,47)),1077936157===e.token){c(e,32768|t),l=1;r=re(e,t,u,d,p,{type:"AssignmentPattern",left:r,right:Ue(e,t,1,1,s,e.tokenPos,e.linePos,e.colPos)})}if(i.push(r),!W(e,t,18))break;if(16===e.token)break}return l&&(e.flags|=128),n&&(l||1024&t)&&void 0!==n.scopeError&&r(n.scopeError),K(e,t,16),i}function bt(e,t,n,o,r,s,a){const{token:i}=e;if(67108864&i){if(67108877===i){c(e,1073741824|t),e.assignable=1;return bt(e,t,re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!1,property:Xe(e,t)}),0,r,s,a)}if(69271571===i){c(e,32768|t);const{tokenPos:i,linePos:l,colPos:u}=e,d=Oe(e,t,o,1,i,l,u);return K(e,t,20),e.assignable=1,bt(e,t,re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!0,property:d}),0,r,s,a)}if(67174408===i||67174409===i)return e.assignable=2,bt(e,t,re(e,t,r,s,a,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?Ke(e,65536|t):We(e,t,e.tokenPos,e.linePos,e.colPos)}),0,r,s,a)}return n}function ht(e,t,n,r,s,a){return 209005===e.token&&o(e,29),2098176&t&&241770===e.token&&o(e,30),537079808==(537079808&e.token)&&(e.flags|=512),ft(e,t,e.tokenValue,nt(e,t,0),0,n,1,r,s,a)}function Pt(e,t,n,r,s,a,i,l,u,d){c(e,32768|t);const p=64&t?le({parent:void 0,type:2},1024):void 0;if(W(e,t=134217728^(134217728|t),16))return 10===e.token?(1&i&&o(e,45),kt(e,t,p,[],r,1,l,u,d)):re(e,t,l,u,d,{type:"CallExpression",callee:n,arguments:[]});let f=0,k=null,g=0;e.destructible=384^(384|e.destructible);const m=[];for(;16!==e.token;){const{token:r,tokenPos:i,linePos:c,colPos:b}=e;if(143360&r)p&&ue(e,t,p,e.tokenValue,s,0),k=_e(e,t,s,0,1,0,1,1,i,c,b),16===e.token||18===e.token?2&e.assignable?(f|=16,g=1):537079808==(537079808&r)?e.flags|=512:36864==(36864&r)&&(e.flags|=256):(1077936157===e.token?g=1:f|=16,k=ze(e,t,k,1,0,i,c,b),16!==e.token&&18!==e.token&&(k=Ge(e,t,1,0,i,c,b,k)));else if(2097152&r)k=2162700===r?ut(e,t,p,0,1,0,s,a,i,c,b):at(e,t,p,0,1,0,s,a,i,c,b),f|=e.destructible,g=1,16!==e.token&&18!==e.token&&(8&f&&o(e,118),k=ze(e,t,k,0,0,i,c,b),f|=16,8454144==(8454144&e.token)&&(k=He(e,t,1,l,u,d,4,r,k)),W(e,32768|t,22)&&(k=Fe(e,t,k,l,u,d)));else{if(14!==r){for(k=Ue(e,t,1,0,0,i,c,b),f=e.assignable,m.push(k);W(e,32768|t,18);)m.push(Ue(e,t,1,0,0,i,c,b));return f|=e.assignable,K(e,t,16),e.destructible=16|f,e.assignable=2,re(e,t,l,u,d,{type:"CallExpression",callee:n,arguments:m})}k=lt(e,t,p,16,s,a,1,1,0,i,c,b),f|=(16===e.token?0:16)|e.destructible,g=1}if(m.push(k),!W(e,32768|t,18))break}return K(e,t,16),f|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token?(48&f&&o(e,25),(1&e.flags||1&i)&&o(e,45),128&f&&o(e,29),2098176&t&&256&f&&o(e,30),g&&(e.flags|=128),kt(e,t,p,m,r,1,l,u,d)):(8&f&&o(e,59),e.assignable=2,re(e,t,l,u,d,{type:"CallExpression",callee:n,arguments:m}))}function yt(e,t,n,r,s,a,i){let l=xt(e,t=16777216^(16778240|t));l.length&&(s=e.tokenPos,a=e.linePos,i=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(...l),l=e.leadingDecorators,e.leadingDecorators=[]),c(e,t);let u=null,d=null;const{tokenValue:p}=e;(4351&e.token^84)>4096?(ne(e,t,e.token)&&o(e,114),537079808==(537079808&e.token)&&o(e,115),n&&(ue(e,t,n,p,32,0),r&&2&r&&pe(e,p)),u=nt(e,t,0)):(1&r)<1&&o(e,37,"Class");let f=t;W(e,32768|t,20564)?(d=Me(e,t,0,0,0,e.tokenPos,e.linePos,e.colPos),f|=524288):f=524288^(524288|f);const k=wt(e,f,t,n,2,8,0);return re(e,t,s,a,i,1&t?{type:"ClassDeclaration",id:u,superClass:d,decorators:l,body:k}:{type:"ClassDeclaration",id:u,superClass:d,body:k})}function xt(e,t){const n=[];if(1&t)for(;130===e.token;)n.push(vt(e,t,e.tokenPos,e.linePos,e.colPos));return n}function vt(e,t,n,o,r){c(e,32768|t);let s=_e(e,t,2,0,1,0,0,1,n,o,r);return s=ze(e,t,s,0,0,n,o,r),re(e,t,n,o,r,{type:"Decorator",expression:s})}function wt(e,t,n,r,s,a,i){const{tokenPos:l,linePos:c,colPos:u}=e;K(e,32768|t,2162700),t=134217728^(134217728|t),e.flags=32^(32|e.flags);const d=[];let p;for(;1074790415!==e.token;){let a=0;p=xt(e,t),a=p.length,a>0&&"constructor"===e.tokenValue&&o(e,106),1074790415===e.token&&o(e,105),W(e,t,1074790417)?a>0&&o(e,116):d.push(qt(e,t,r,n,s,p,0,i,e.tokenPos,e.linePos,e.colPos))}return K(e,8&a?32768|t:t,1074790415),re(e,t,l,c,u,{type:"ClassBody",body:d})}function qt(e,t,n,r,s,a,i,l,u,d,p){let f=i?32:0,k=null;const{token:g,tokenPos:m,linePos:b,colPos:h}=e;if(176128&g)switch(k=nt(e,t,0),g){case 36969:if(!i&&67174411!==e.token)return qt(e,t,n,r,s,a,1,l,u,d,p);break;case 209004:if(67174411!==e.token&&(1&e.flags)<1){if(1&t&&1073741824==(1073741824&e.token))return Et(e,t,k,f,a,m,b,h);f|=16|(Z(e,t,8457011)?8:0)}break;case 12399:if(67174411!==e.token){if(1&t&&1073741824==(1073741824&e.token))return Et(e,t,k,f,a,m,b,h);f|=256}break;case 12400:if(67174411!==e.token){if(1&t&&1073741824==(1073741824&e.token))return Et(e,t,k,f,a,m,b,h);f|=512}}else 69271571===g?(f|=2,k=dt(e,r,l)):134217728==(134217728&g)?k=ot(e,t):8457011===g?(f|=8,c(e,t)):1&t&&128===e.token?(f|=4096,k=Ct(e,t,m,b,h),t|=16384):1&t&&1073741824==(1073741824&e.token)?(f|=128,t|=16384):119===g?(k=nt(e,t,0),67174411!==e.token&&o(e,28,E[255&e.token])):o(e,28,E[255&e.token]);if(792&f&&(143360&e.token?k=nt(e,t,0):134217728==(134217728&e.token)?k=ot(e,t):69271571===e.token?(f|=2,k=dt(e,t,0)):119===e.token?k=nt(e,t,0):1&t&&128===e.token?(f|=4096,k=Ct(e,t,m,b,h)):o(e,131)),(2&f)<1&&("constructor"===e.tokenValue?(1073741824==(1073741824&e.token)?o(e,125):(32&f)<1&&67174411===e.token&&(920&f?o(e,50,"accessor"):(524288&t)<1&&(32&e.flags?o(e,51):e.flags|=32)),f|=64):(4096&f)<1&&824&f&&"prototype"===e.tokenValue&&o(e,49)),1&t&&67174411!==e.token)return Et(e,t,k,f,a,m,b,h);const P=ct(e,t,f,l,e.tokenPos,e.linePos,e.colPos);return re(e,t,u,d,p,1&t?{type:"MethodDefinition",kind:(32&f)<1&&64&f?"constructor":256&f?"get":512&f?"set":"method",static:(32&f)>0,computed:(2&f)>0,key:k,decorators:a,value:P}:{type:"MethodDefinition",kind:(32&f)<1&&64&f?"constructor":256&f?"get":512&f?"set":"method",static:(32&f)>0,computed:(2&f)>0,key:k,value:P})}function Ct(e,t,n,r,s){c(e,t);const{tokenValue:a}=e;return"constructor"===a&&o(e,124),c(e,t),re(e,t,n,r,s,{type:"PrivateIdentifier",name:a})}function Et(e,t,n,r,s,a,i,l){let u=null;if(8&r&&o(e,0),1077936157===e.token){c(e,32768|t);const{tokenPos:n,linePos:r,colPos:s}=e;537079925===e.token&&o(e,115),u=_e(e,16384|t,2,0,1,0,0,1,n,r,s),1073741824!=(1073741824&e.token)&&(u=ze(e,16384|t,u,0,0,n,r,s),u=Ge(e,16384|t,0,0,n,r,s,u),18===e.token&&(u=Be(e,t,0,a,i,l,u)))}return re(e,t,a,i,l,{type:"PropertyDefinition",key:n,value:u,static:(32&r)>0,computed:(2&r)>0,decorators:s})}function At(e,t,n,r,s,a,i,l){if(143360&e.token)return St(e,t,n,r,s,a,i,l);2097152!=(2097152&e.token)&&o(e,28,E[255&e.token]);const c=69271571===e.token?at(e,t,n,1,0,1,r,s,a,i,l):ut(e,t,n,1,0,1,r,s,a,i,l);return 16&e.destructible&&o(e,47),32&e.destructible&&o(e,47),c}function St(e,t,n,r,s,a,i,l){const{tokenValue:u,token:d}=e;return 1024&t&&(537079808==(537079808&d)?o(e,115):36864==(36864&d)&&o(e,114)),20480==(20480&d)&&o(e,99),2099200&t&&241770===d&&o(e,30),241736===d&&24&r&&o(e,97),4196352&t&&209005===d&&o(e,95),c(e,t),n&&ce(e,t,n,u,r,s),re(e,t,a,i,l,{type:"Identifier",name:u})}function Dt(e,t,n,r,s,a){if(c(e,t),8456256===e.token)return re(e,t,r,s,a,{type:"JSXFragment",openingFragment:Lt(e,t,r,s,a),children:Tt(e,t),closingFragment:Vt(e,t,n,e.tokenPos,e.linePos,e.colPos)});let i=null,l=[];const u=function(e,t,n,r,s,a){143360!=(143360&e.token)&&4096!=(4096&e.token)&&o(e,0);const i=Nt(e,t,e.tokenPos,e.linePos,e.colPos),l=function(e,t){const n=[];for(;8457013!==e.token&&8456256!==e.token&&1048576!==e.token;)n.push(Ut(e,t,e.tokenPos,e.linePos,e.colPos));return n}(e,t),c=8457013===e.token;8456256===e.token?X(e,t):(K(e,t,8457013),n?K(e,t,8456256):X(e,t));return re(e,t,r,s,a,{type:"JSXOpeningElement",name:i,attributes:l,selfClosing:c})}(e,t,n,r,s,a);if(!u.selfClosing){l=Tt(e,t),i=function(e,t,n,o,r,s){K(e,t,25);const a=Nt(e,t,e.tokenPos,e.linePos,e.colPos);n?K(e,t,8456256):e.token=X(e,t);return re(e,t,o,r,s,{type:"JSXClosingElement",name:a})}(e,t,n,e.tokenPos,e.linePos,e.colPos);const r=se(i.name);se(u.name)!==r&&o(e,149,r)}return re(e,t,r,s,a,{type:"JSXElement",children:l,openingElement:u,closingElement:i})}function Lt(e,t,n,o,r){return X(e,t),re(e,t,n,o,r,{type:"JSXOpeningFragment"})}function Vt(e,t,n,o,r,s){return K(e,t,25),K(e,t,8456256),re(e,t,o,r,s,{type:"JSXClosingFragment"})}function Tt(e,t){const n=[];for(;25!==e.token;)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,X(e,t),n.push(Rt(e,t,e.tokenPos,e.linePos,e.colPos));return n}function Rt(e,t,n,r,s){return 135===e.token?function(e,t,n,o,r){X(e,t);const s={type:"JSXText",value:e.tokenValue};512&t&&(s.raw=e.tokenRaw);return re(e,t,n,o,r,s)}(e,t,n,r,s):2162700===e.token?Ot(e,t,0,0,n,r,s):8456255===e.token?Dt(e,t,0,n,r,s):void o(e,0)}function Nt(e,t,n,o,r){_(e);let s=Gt(e,t,n,o,r);if(21===e.token)return Bt(e,t,s,n,o,r);for(;W(e,t,67108877);)_(e),s=It(e,t,s,n,o,r);return s}function It(e,t,n,o,r,s){return re(e,t,o,r,s,{type:"JSXMemberExpression",object:n,property:Gt(e,t,e.tokenPos,e.linePos,e.colPos)})}function Ut(e,t,n,r,s){if(2162700===e.token)return function(e,t,n,o,r){c(e,t),K(e,t,14);const s=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return K(e,t,1074790415),re(e,t,n,o,r,{type:"JSXSpreadAttribute",argument:s})}(e,t,n,r,s);_(e);let a=null,i=Gt(e,t,n,r,s);if(21===e.token&&(i=Bt(e,t,i,n,r,s)),1077936157===e.token){const n=z(e,t),{tokenPos:r,linePos:s,colPos:i}=e;switch(n){case 134283267:a=ot(e,t);break;case 8456255:a=Dt(e,t,1,r,s,i);break;case 2162700:a=Ot(e,t,1,1,r,s,i);break;default:o(e,148)}}return re(e,t,n,r,s,{type:"JSXAttribute",value:a,name:i})}function Bt(e,t,n,o,r,s){K(e,t,21);return re(e,t,o,r,s,{type:"JSXNamespacedName",namespace:n,name:Gt(e,t,e.tokenPos,e.linePos,e.colPos)})}function Ot(e,t,n,r,s,a,i){c(e,t);const{tokenPos:l,linePos:u,colPos:d}=e;if(14===e.token)return function(e,t,n,o,r){K(e,t,14);const s=Ue(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return K(e,t,1074790415),re(e,t,n,o,r,{type:"JSXSpreadChild",expression:s})}(e,t,l,u,d);let p=null;return 1074790415===e.token?(r&&o(e,151),p=function(e,t,n,o,r){return e.startPos=e.tokenPos,e.startLine=e.linePos,e.startColumn=e.colPos,re(e,t,n,o,r,{type:"JSXEmptyExpression"})}(e,t,e.startPos,e.startLine,e.startColumn)):p=Ue(e,t,1,0,0,l,u,d),n?K(e,t,1074790415):X(e,t),re(e,t,s,a,i,{type:"JSXExpressionContainer",expression:p})}function Gt(e,t,n,o,r){const{tokenValue:s}=e;return c(e,t),re(e,t,n,o,r,{type:"JSXIdentifier",name:s})}var jt=Object.freeze({__proto__:null});e.ESTree=jt,e.parse=function(e,t){return me(e,t,0)},e.parseModule=function(e,t){return me(e,t,3072)},e.parseScript=function(e,t){return me(e,t,0)},e.version="4.0.0-dev.20210204",Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).meriyah={})}(this,(function(e){"use strict";const n={0:"Unexpected token",28:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"Unexpected token `#`",4:"Illegal Unicode escape sequence",5:"Invalid code point %0",6:"Invalid hexadecimal escape sequence",8:"Octal literals are not allowed in strict mode",7:"Decimal integer literals with a leading zero are forbidden in strict mode",9:"Expected number in radix %0",145:"Invalid left-hand side assignment to a destructible right-hand side",10:"Non-number found after exponent indicator",11:"Invalid BigIntLiteral",12:"No identifiers allowed directly after numeric literal",13:"Escapes \\8 or \\9 are not syntactically valid escapes",14:"Unterminated string literal",15:"Unterminated template literal",16:"Multiline comment was not closed properly",17:"The identifier contained dynamic unicode escape that was not closed",18:"Illegal character '%0'",19:"Missing hexadecimal digits",20:"Invalid implicit octal",21:"Invalid line break in string literal",22:"Only unicode escapes are legal in identifier names",23:"Expected '%0'",24:"Invalid left-hand side in assignment",25:"Invalid left-hand side in async arrow",26:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',27:"Member access on super must be in a method",29:"Await expression not allowed in formal parameter",30:"Yield expression not allowed in formal parameter",92:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",119:"Async functions can only be declared at the top level or inside a block",32:"Unterminated regular expression",33:"Unexpected regular expression flag",34:"Duplicate regular expression flag '%0'",35:"%0 functions must have exactly %1 argument%2",36:"Setter function argument must not be a rest parameter",37:"%0 declaration must have a name in this context",38:"Function name may not contain any reserved words or be eval or arguments in strict mode",39:"The rest operator is missing an argument",40:"A getter cannot be a generator",41:"A computed property name must be followed by a colon or paren",130:"Object literal keys that are strings or numbers must be a method or have a colon",43:"Found `* async x(){}` but this should be `async * x(){}`",42:"Getters and setters can not be generators",44:"'%0' can not be generator method",45:"No line break is allowed after '=>'",46:"The left-hand side of the arrow can only be destructed through assignment",47:"The binding declaration is not destructible",48:"Async arrow can not be followed by new expression",49:"Classes may not have a static property named 'prototype'",50:"Class constructor may not be a %0",51:"Duplicate constructor method in class",52:"Invalid increment/decrement operand",53:"Invalid use of `new` keyword on an increment/decrement expression",54:"`=>` is an invalid assignment target",55:"Rest element may not have a trailing comma",56:"Missing initializer in %0 declaration",57:"'for-%0' loop head declarations can not have an initializer",58:"Invalid left-hand side in for-%0 loop: Must have a single binding",59:"Invalid shorthand property initializer",60:"Property name __proto__ appears more than once in object literal",61:"Let is disallowed as a lexically bound name",62:"Invalid use of '%0' inside new expression",63:"Illegal 'use strict' directive in function with non-simple parameter list",64:'Identifier "let" disallowed as left-hand side expression in strict mode',65:"Illegal continue statement",66:"Illegal break statement",67:"Cannot have `let[...]` as a var name in strict mode",68:"Invalid destructuring assignment target",69:"Rest parameter may not have a default initializer",70:"The rest argument must the be last parameter",71:"Invalid rest argument",73:"In strict mode code, functions can only be declared at top level or inside a block",74:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",75:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",76:"Class declaration can't appear in single-statement context",77:"Invalid left-hand side in for-%0",78:"Invalid assignment in for-%0",79:"for await (... of ...) is only valid in async functions and async generators",80:"The first token after the template expression should be a continuation of the template",82:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",81:"`let \n [` is a restricted production at the start of a statement",83:"Catch clause requires exactly one parameter, not more (and no trailing comma)",84:"Catch clause parameter does not support default values",85:"Missing catch or finally after try",86:"More than one default clause in switch statement",87:"Illegal newline after throw",88:"Strict mode code may not include a with statement",89:"Illegal return statement",90:"The left hand side of the for-header binding declaration is not destructible",91:"new.target only allowed within functions",92:"'Unexpected token: 'escaped keyword'",93:"'#' not followed by identifier",99:"Invalid keyword",98:"Can not use 'let' as a class name",97:"'A lexical declaration can't define a 'let' binding",96:"Can not use `let` as variable name in strict mode",94:"'%0' may not be used as an identifier in this context",95:"Await is only valid in async functions",100:"The %0 keyword can only be used with the module goal",101:"Unicode codepoint must not be greater than 0x10FFFF",102:"%0 source must be string",103:"Only a identifier can be used to indicate alias",104:"Only '*' or '{...}' can be imported after default",105:"Trailing decorator may be followed by method",106:"Decorators can't be used with a constructor",107:"'%0' may not be used as an identifier in this context",108:"HTML comments are only allowed with web compatibility (Annex B)",109:"The identifier 'let' must not be in expression position in strict mode",110:"Cannot assign to `eval` and `arguments` in strict mode",111:"The left-hand side of a for-of loop may not start with 'let'",112:"Block body arrows can not be immediately invoked without a group",113:"Block body arrows can not be immediately accessed without a group",114:"Unexpected strict mode reserved word",115:"Unexpected eval or arguments in strict mode",116:"Decorators must not be followed by a semicolon",117:"Calling delete on expression not allowed in strict mode",118:"Pattern can not have a tail",120:"Can not have a `yield` expression on the left side of a ternary",121:"An arrow function can not have a postfix update operator",122:"Invalid object literal key character after generator star",123:"Private fields can not be deleted",125:"Classes may not have a field called constructor",124:"Classes may not have a private element named constructor",126:"A class field initializer may not contain arguments",127:"Generators can only be declared at the top level or inside a block",128:"Async methods are a restricted production and cannot have a newline following it",129:"Unexpected character after object literal property name",131:"Invalid key token",132:"Label '%0' has already been declared",133:"continue statement must be nested within an iteration statement",134:"Undefined label '%0'",135:"Trailing comma is disallowed inside import(...) arguments",136:"import() requires exactly one argument",137:"Cannot use new with import(...)",138:"... is not allowed in import()",139:"Expected '=>'",140:"Duplicate binding '%0'",141:"Cannot export a duplicate name '%0'",144:"Duplicate %0 for-binding",142:"Exported binding '%0' needs to refer to a top-level declared variable",143:"Unexpected private field",147:"Numeric separators are not allowed at the end of numeric literals",146:"Only one underscore is allowed as numeric separator",148:"JSX value should be either an expression or a quoted JSX text",149:"Expected corresponding JSX closing tag for %0",150:"Adjacent JSX elements must be wrapped in an enclosing tag",151:"JSX attributes must only be assigned a non-empty 'expression'",152:"'%0' has already been declared",153:"'%0' shadowed a catch clause binding",154:"Dot property must be an identifier",155:"Encountered invalid input after spread/rest argument",156:"Catch without try",157:"Finally without try",158:"Expected corresponding closing tag for JSX fragment",159:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",160:"Invalid tagged template on optional chain",161:"Invalid optional chain from super property",162:"Invalid optional chain from new expression",163:'Cannot use "import.meta" outside a module',164:"Leading decorators must be attached to a class declaration"};class t extends SyntaxError{constructor(e,t,o,s,...r){const a="["+t+":"+o+"]: "+n[s].replace(/%(\d+)/g,((e,n)=>r[n]));super(`${a}`),this.index=e,this.line=t,this.column=o,this.description=a,this.loc={line:t,column:o}}}function o(e,n,...o){throw new t(e.index,e.line,e.column,n,...o)}function s(e){throw new t(e.index,e.line,e.column,e.type,e.params)}function r(e,n,o,s,...r){throw new t(e,n,o,s,...r)}function a(e,n,o,s){throw new t(e,n,o,s)}const i=((e,n)=>{const t=new Uint32Array(104448);let o=0,s=0;for(;o<3540;){const r=e[o++];if(r<0)s-=r;else{let a=e[o++];2&r&&(a=n[a]),1&r?t.fill(a,s,s+=e[o++]):t[s++]=a}}return t})([-1,2,24,2,25,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,17,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,131,2,6,2,56,-1,2,37,0,4294443263,2,1,3,0,3,0,4294901711,2,39,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,194,2,3,0,3825204735,0,123747807,0,65487,0,4294828015,0,4092591615,0,1080049119,0,458703,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,11,0,67076095,-1,2,67,0,1073741743,0,4093591391,-1,0,50331649,0,3265266687,2,32,0,4294844415,0,4278190047,2,18,2,129,-1,3,0,2,2,21,2,0,2,9,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,10,0,261632,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2088959,2,27,2,8,0,909311,3,0,2,0,814743551,2,41,0,67057664,3,0,2,2,40,2,0,2,28,2,0,2,29,2,7,0,268374015,2,26,2,49,2,0,2,76,0,134153215,-1,2,6,2,0,2,7,0,2684354559,0,67044351,0,3221160064,0,1,-1,3,0,2,2,42,0,1046528,3,0,3,2,8,2,0,2,51,0,4294960127,2,9,2,38,2,10,0,4294377472,2,11,3,0,7,0,4227858431,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-1,2,124,0,1048577,2,82,2,13,-1,2,13,0,131042,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,1046559,2,0,2,14,2,0,0,2147516671,2,20,3,86,2,2,0,-16,2,87,0,524222462,2,4,2,0,0,4269801471,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,2,121,2,0,0,3220242431,3,0,3,2,19,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,2,0,0,4351,2,0,2,8,3,0,2,0,67043391,0,3909091327,2,0,2,22,2,8,2,18,3,0,2,0,67076097,2,7,2,0,2,20,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,97,2,98,2,15,2,21,3,0,3,0,67057663,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,3774349439,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,2,23,0,1638399,2,172,2,105,3,0,3,2,18,2,24,2,25,2,5,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-3,2,150,-4,2,18,2,0,2,35,0,1,2,0,2,62,2,28,2,11,2,9,2,0,2,110,-1,3,0,4,2,9,2,21,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277137519,0,2269118463,-1,3,18,2,-1,2,32,2,36,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,46,-10,2,0,0,203775,-2,2,18,2,43,2,35,-2,2,17,2,117,2,20,3,0,2,2,36,0,2147549120,2,0,2,11,2,17,2,135,2,0,2,37,2,52,0,5242879,3,0,2,0,402644511,-1,2,120,0,1090519039,-2,2,122,2,38,2,0,0,67045375,2,39,0,4226678271,0,3766565279,0,2039759,-4,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,40,2,41,-1,2,10,2,42,-6,2,0,2,11,-3,3,0,2,0,2147484671,2,125,0,4190109695,2,50,-2,2,126,0,4244635647,0,27,2,0,2,7,2,43,2,0,2,63,-1,2,0,2,40,-8,2,54,2,44,0,67043329,2,127,2,45,0,8388351,-2,2,128,0,3028287487,2,46,2,130,0,33259519,2,41,-9,2,20,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,2,41,-2,2,17,2,49,2,0,2,20,2,50,2,132,2,23,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,0,1677656575,-166,0,4161266656,0,4071,0,15360,-4,0,28,-13,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,0,4294954999,2,0,-16,2,0,2,88,2,0,0,2105343,0,4160749584,0,65534,-42,0,4194303871,0,2011,-6,2,0,0,1073684479,0,17407,-11,2,0,2,31,-40,3,0,6,0,8323103,-1,3,0,2,2,42,-37,2,55,2,144,2,145,2,146,2,147,2,148,-105,2,24,-32,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-22381,3,0,7,2,23,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,33,-1,2,17,2,61,-1,2,0,2,56,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,23,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,40,2,56,-1,2,37,2,30,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,123,2,65,2,151,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,2,160,0,3,0,4294828001,0,602930687,2,183,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,36,-1,2,4,0,917503,2,36,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,32,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,-1,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,253951,3,19,2,0,122879,2,0,2,8,0,276824064,-2,3,0,2,2,40,2,0,0,4294903295,2,0,2,29,2,7,-1,2,17,2,49,2,0,2,76,2,41,-1,2,20,2,0,2,27,-2,0,128,-2,2,77,2,8,0,4064,-1,2,119,0,4227907585,2,0,2,118,2,0,2,48,2,173,2,9,2,38,2,10,-1,0,74440192,3,0,6,-2,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-3,2,82,2,13,-3,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,817183,2,0,2,14,2,0,0,33023,2,20,3,86,2,-17,2,87,0,524157950,2,4,2,0,2,88,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,0,3072,2,0,0,2147516415,2,9,3,0,2,2,23,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,0,4294965179,0,7,2,0,2,8,2,91,2,8,-1,0,1761345536,2,95,0,4294901823,2,36,2,18,2,96,2,34,2,166,0,2080440287,2,0,2,33,2,143,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,97,2,98,2,15,2,21,3,0,3,0,7,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,2700607615,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,-3,2,105,3,0,3,2,18,-1,3,5,2,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-8,2,18,2,0,2,35,-1,2,0,2,62,2,28,2,29,2,9,2,0,2,110,-1,3,0,4,2,9,2,17,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277075969,2,29,-1,3,18,2,-1,2,32,2,117,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,48,-10,2,0,0,197631,-2,2,18,2,43,2,118,-2,2,17,2,117,2,20,2,119,2,51,-2,2,119,2,23,2,17,2,33,2,119,2,36,0,4294901904,0,4718591,2,119,2,34,0,335544350,-1,2,120,2,121,-2,2,122,2,38,2,7,-1,2,123,2,65,0,3758161920,0,3,-4,2,0,2,27,0,2147485568,0,3,2,0,2,23,0,176,-5,2,0,2,47,2,186,-1,2,0,2,23,2,197,-1,2,0,0,16779263,-2,2,11,-7,2,0,2,121,-3,3,0,2,2,124,2,125,0,2147549183,0,2,-2,2,126,2,35,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,-1,2,0,2,40,-8,2,54,2,47,0,1,2,127,2,23,-3,2,128,2,35,2,129,2,130,0,16778239,-10,2,34,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,-3,2,17,2,131,2,0,2,23,2,48,2,132,2,23,-21,3,0,2,-4,3,0,2,0,67583,-1,2,103,-2,0,11,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,2,135,-187,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,2,143,-73,2,0,0,1065361407,0,16384,-11,2,0,2,121,-40,3,0,6,2,117,-1,3,0,2,0,2063,-37,2,55,2,144,2,145,2,146,2,147,2,148,-138,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-28517,2,0,0,1,-1,2,124,2,0,0,8193,-21,2,193,0,10255,0,4,-11,2,64,2,171,-1,0,71680,-1,2,161,0,4292900864,0,805306431,-5,2,150,-1,2,157,-1,0,6144,-2,2,127,-1,2,154,-1,0,2147532800,2,151,2,165,2,0,2,164,0,524032,0,4,-4,2,190,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,152,0,4294886464,0,33292336,0,417809,2,152,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,153,0,469762560,0,4171219488,0,8323120,2,153,0,202375680,0,3214918176,0,4294508592,2,153,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,177,2,0,0,2089,0,3221225552,0,201375904,2,0,-2,0,256,0,122880,0,16777216,2,150,0,4160757760,2,0,-6,2,167,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,154,2,159,2,178,-2,2,162,-20,0,3758096385,-2,2,155,0,4292878336,2,90,2,169,0,4294057984,-2,2,163,2,156,2,175,-2,2,155,-1,2,182,-1,2,170,2,124,0,4026593280,0,14,0,4292919296,-1,2,158,0,939588608,-1,0,805306368,-1,2,124,0,1610612736,2,156,2,157,2,4,2,0,-2,2,158,2,159,-3,0,267386880,-1,2,160,0,7168,-1,0,65024,2,154,2,161,2,179,-7,2,168,-8,2,162,-1,0,1426112704,2,163,-1,2,164,0,271581216,0,2149777408,2,23,2,161,2,124,0,851967,2,180,-1,2,23,2,181,-4,2,158,-20,2,195,2,165,-56,0,3145728,2,185,-4,2,166,2,124,-4,0,32505856,-1,2,167,-1,0,2147385088,2,90,1,2155905152,2,-3,2,103,2,0,2,168,-2,2,169,-6,2,170,0,4026597375,0,1,-1,0,1,-1,2,171,-3,2,117,2,64,-2,2,166,-2,2,176,2,124,-878,2,159,-36,2,172,-1,2,201,-10,2,188,-5,2,174,-6,0,4294965251,2,27,-1,2,173,-1,2,174,-2,0,4227874752,-3,0,2146435072,2,159,-2,0,1006649344,2,124,-1,2,90,0,201375744,-3,0,134217720,2,90,0,4286677377,0,32896,-1,2,158,-3,2,175,-349,2,176,0,1920,2,177,3,0,264,-11,2,157,-2,2,178,2,0,0,520617856,0,2692743168,0,36,-3,0,524284,-11,2,23,-1,2,187,-1,2,184,0,3221291007,2,178,-1,2,202,0,2158720,-3,2,159,0,1,-4,2,124,0,3808625411,0,3489628288,2,200,0,1207959680,0,3221274624,2,0,-3,2,179,0,120,0,7340032,-2,2,180,2,4,2,23,2,163,3,0,4,2,159,-1,2,181,2,177,-1,0,8176,2,182,2,179,2,183,-1,0,4290773232,2,0,-4,2,163,2,189,0,15728640,2,177,-1,2,161,-1,0,4294934512,3,0,4,-9,2,90,2,170,2,184,3,0,4,0,704,0,1849688064,2,185,-1,2,124,0,4294901887,2,0,0,130547712,0,1879048192,2,199,3,0,2,-1,2,186,2,187,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,192,0,16252928,0,3791388672,2,38,3,0,2,-2,2,196,2,0,-1,2,103,-1,0,66584576,-1,2,191,3,0,9,2,124,-1,0,4294755328,3,0,2,-1,2,161,2,178,3,0,2,2,23,2,188,2,90,-2,0,245760,0,2147418112,-1,2,150,2,203,0,4227923456,-1,2,164,2,161,2,90,-3,0,4292870145,0,262144,2,124,3,0,2,0,1073758848,2,189,-1,0,4227921920,2,190,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,91,-2,2,191,3,0,5,-1,2,192,2,163,2,0,-2,0,4227923936,2,62,-1,2,155,2,95,2,0,2,154,2,158,3,0,6,-1,2,177,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,193,2,77,-2,2,161,-2,2,119,-1,2,155,3,0,8,0,512,0,8388608,2,194,2,172,2,187,0,4286578944,3,0,2,0,1152,0,1266679808,2,191,0,576,0,4261707776,2,95,3,0,9,2,155,3,0,5,2,16,-1,0,2147221504,-28,2,178,3,0,3,-3,0,4292902912,-6,2,96,3,0,85,-33,0,4294934528,3,0,126,-18,2,195,3,0,269,-17,2,155,2,124,2,198,3,0,2,2,23,0,4290822144,-2,0,67174336,0,520093700,2,17,3,0,21,-2,2,179,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,174,-38,2,170,2,0,2,196,3,0,279,-8,2,124,2,0,0,4294508543,0,65295,-11,2,177,3,0,72,-3,0,3758159872,0,201391616,3,0,155,-7,2,170,-1,0,384,-1,0,133693440,-3,2,196,-2,2,26,3,0,4,2,169,-2,2,90,2,155,3,0,4,-2,2,164,-1,2,150,0,335552923,2,197,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,0,12288,-21,0,134213632,0,4294901761,3,0,42,0,100663424,0,4294965284,3,0,6,-1,0,3221282816,2,198,3,0,11,-1,2,199,3,0,40,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,35,-1,2,94,3,0,2,0,1,2,163,3,0,6,2,197,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,45,3,0,8,-1,2,158,-2,2,169,0,98304,0,65537,2,170,-5,0,4294950912,2,0,2,118,0,65528,2,177,0,4294770176,2,26,3,0,4,-30,2,174,0,3758153728,-3,2,169,-2,2,155,2,188,2,158,-1,2,191,-1,2,161,0,4294754304,3,0,2,-3,0,33554432,-2,2,200,-3,2,169,0,4175478784,2,201,0,4286643712,0,4286644216,2,0,-4,2,202,-1,2,165,0,4227923967,3,0,32,-1334,2,163,2,0,-129,2,94,-6,2,163,-180,2,203,-233,2,4,3,0,96,-16,2,163,3,0,47,-154,2,165,3,0,22381,-7,2,17,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4160749567,4294901759,4294901760,536870911,262143,8388607,4294902783,4294918143,65535,67043328,2281701374,4294967232,2097151,4294903807,4194303,255,67108863,4294967039,511,524287,131071,127,4292870143,4294902271,4294549487,33554431,1023,67047423,4294901888,4286578687,4294770687,67043583,32767,15,2047999,67043343,16777215,4294902e3,4294934527,4294966783,4294967279,2047,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,4294967264,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,2044,4292870144,4294966272,4294967280,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4294966591,2445279231,3670015,3238002687,31,63,4294967288,4294705151,4095,3221208447,4294549472,2147483648,4285526655,4294966527,4294705152,4294966143,64,4294966719,16383,3774873592,458752,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4087,184024726,2862017156,1593309078,268434431,268434414,4294901763,536870912,2952790016,202506752,139264,402653184,4261412864,4227922944,49152,61440,3758096384,117440512,65280,3233808384,3221225472,2097152,4294965248,32768,57152,67108864,4293918720,4290772992,25165824,57344,4227915776,4278190080,4227907584,65520,4026531840,4227858432,4160749568,3758129152,4294836224,63488,1073741824,4294967040,4194304,251658240,196608,4294963200,64512,417808,4227923712,12582912,50331648,65472,4294967168,4294966784,16,4294917120,2080374784,4096,65408,524288,65532]),l=[126,126,126,126,126,126,126,126,126,125,133,125,125,127,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,125,16842797,134283267,128,208897,8457012,8455748,134283267,67174411,16,8457011,25233967,18,25233968,67108877,8457013,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456255,1077936157,8456256,22,130,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,134,20,8455494,208897,129,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,8455237,1074790415,16842798,126];function c(e,n){if(e.flags=1^(1|e.flags),e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=u(e,n,0),e.onToken&&1048576!==e.token){const n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(function(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 129:return"TemplateLiteral";default:return 143360==(143360&e)?"Identifier":4096==(4096&e)?"Keyword":"Punctuator"}}(e.token),e.tokenPos,e.index,n)}}function u(e,n,t){const s=0===e.index,r=e.source;let a=e.index,c=e.line,u=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let g=e.currentChar;if(g<=126){const i=l[g];switch(i){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842798:case 130:case 126:return P(e),i;case 208897:return V(e,n,0);case 4096:return V(e,n,1);case 134283266:return J(e,n,144);case 134283267:return R(e,n,g);case 129:return X(e,n);case 134:return I(e,n);case 128:return D(e);case 125:P(e);break;case 127:t|=5,b(e);break;case 133:m(e,t),t=-5&t|1;break;case 8456255:let l=P(e);if(e.index<e.end){if(60===l)return e.index<e.end&&61===P(e)?(P(e),4194334):8456513;if(61===l)return P(e),8455997;if(33===l){const o=e.index+1;if(o+1<e.end&&45===r.charCodeAt(o)&&45==r.charCodeAt(o+1)){e.column+=3,e.currentChar=r.charCodeAt(e.index+=3),t=k(e,r,t,n,2,e.tokenPos,e.linePos,e.colPos),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}return 8456255}if(47===l){if((16&n)<1)return 8456255;const t=e.index+1;if(t<e.end&&(l=r.charCodeAt(t),42===l||47===l))break;return P(e),25}}return 8456255;case 1077936157:{P(e);const n=e.currentChar;return 61===n?61===P(e)?(P(e),8455993):8455995:62===n?(P(e),10):1077936157}case 16842797:return 61!==P(e)?16842797:61!==P(e)?8455996:(P(e),8455994);case 8457012:return 61!==P(e)?8457012:(P(e),4194342);case 8457011:{if(P(e),e.index>=e.end)return 8457011;const n=e.currentChar;return 61===n?(P(e),4194340):42!==n?8457011:61!==P(e)?8457270:(P(e),4194337)}case 8455494:return 61!==P(e)?8455494:(P(e),4194343);case 25233967:{P(e);const n=e.currentChar;return 43===n?(P(e),33619995):61===n?(P(e),4194338):25233967}case 25233968:{P(e);const i=e.currentChar;if(45===i){if(P(e),(1&t||s)&&62===e.currentChar){0==(256&n)&&o(e,108),P(e),t=k(e,r,t,n,3,a,c,u),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}return 33619996}return 61===i?(P(e),4194339):25233968}case 8457013:if(P(e),e.index<e.end){const o=e.currentChar;if(47===o){P(e),t=f(e,r,t,0,e.tokenPos,e.linePos,e.colPos),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}if(42===o){P(e),t=p(e,r,t),a=e.tokenPos,c=e.linePos,u=e.colPos;continue}if(32768&n)return q(e,n);if(61===o)return P(e),4259877}return 8457013;case 67108877:const d=P(e);if(d>=48&&d<=57)return J(e,n,80);if(46===d){const n=e.index+1;if(n<e.end&&46===r.charCodeAt(n))return e.column+=2,e.currentChar=r.charCodeAt(e.index+=2),14}return 67108877;case 8455237:{P(e);const n=e.currentChar;return 124===n?(P(e),8979e3):61===n?(P(e),4194344):8455237}case 8456256:{P(e);const n=e.currentChar;if(61===n)return P(e),8455998;if(62!==n)return 8456256;if(P(e),e.index<e.end){const n=e.currentChar;if(62===n)return 61===P(e)?(P(e),4194336):8456515;if(61===n)return P(e),4194335}return 8456514}case 8455748:{P(e);const n=e.currentChar;return 38===n?(P(e),8979255):61===n?(P(e),4194345):8455748}case 22:{let n=P(e);if(63===n)return P(e),276889979;if(46===n){const t=e.index+1;if(t<e.end&&(n=r.charCodeAt(t),!(n>=48&&n<=57)))return P(e),67108988}return 22}}}else{if((8232^g)<=1){t=-5&t|1,b(e);continue}if(55296==(64512&g)||0!=(1&i[34816+(g>>>5)]>>>g))return 56320==(64512&g)&&(g=(1023&g)<<10|1023&g|65536,0==(1&i[0+(g>>>5)]>>>g)&&o(e,18,h(g)),e.index++,e.currentChar=g),e.column++,e.tokenValue="",T(e,n,0,0);if(160===(d=g)||65279===d||133===d||5760===d||d>=8192&&d<=8203||8239===d||8287===d||12288===d||8201===d||65519===d){P(e);continue}o(e,18,h(g))}}var d;return 1048576}const d=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function k(e,n,t,s,r,a,i,l){return 2048&s&&o(e,0),f(e,n,t,r,a,i,l)}function f(e,n,t,o,s,r,a){const{index:i}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(8&x[e.currentChar]){const t=13===e.currentChar;b(e),t&&e.index<e.end&&10===e.currentChar&&(e.currentChar=n.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){b(e);break}P(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){const t={start:{line:r,column:a},end:{line:e.linePos,column:e.colPos}};e.onComment(d[255&o],n.slice(i,e.tokenPos),s,e.tokenPos,t)}return 1|t}function p(e,n,t){const{index:s}=e;for(;e.index<e.end;)if(e.currentChar<43){let o=!1;for(;42===e.currentChar;)if(o||(t&=-5,o=!0),47===P(e)){if(P(e),e.onComment){const t={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(d[1],n.slice(s,e.index-2),s-2,e.index,t)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,t}if(o)continue;8&x[e.currentChar]?13===e.currentChar?(t|=5,b(e)):(m(e,t),t=-5&t|1):P(e)}else(8232^e.currentChar)<=1?(t=-5&t|1,b(e)):(t&=-5,P(e));o(e,16)}function P(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function g(e,n){if(55296!=(64512&n))return 0;const t=e.source.charCodeAt(e.index+1);return 56320!=(64512&t)?0:(n=e.currentChar=65536+((1023&n)<<10)+(1023&t),0==(1&i[0+(n>>>5)]>>>n)&&o(e,18,h(n)),e.index++,e.column++,1)}function m(e,n){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,0==(4&n)&&(e.column=0,e.line++)}function b(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function h(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function y(e){return e<65?e-48:e-65+10&15}const x=[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],v=[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],C=[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 w(e){return e<=127?v[e]:1&i[34816+(e>>>5)]>>>e}function E(e){return e<=127?C[e]:1&i[0+(e>>>5)]>>>e||8204===e||8205===e}const A=["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","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"],S=Object.create(null,{this:{value:86110},function:{value:86103},if:{value:20568},return:{value:20571},var:{value:86087},else:{value:20562},for:{value:20566},new:{value:86106},in:{value:8738865},typeof:{value:16863274},while:{value:20577},case:{value:20555},break:{value:20554},try:{value:20576},catch:{value:20556},delete:{value:16863275},throw:{value:86111},switch:{value:86109},continue:{value:20558},default:{value:20560},instanceof:{value:8476722},do:{value:20561},void:{value:16863276},finally:{value:20565},async:{value:209004},await:{value:209005},class:{value:86093},const:{value:86089},constructor:{value:12398},debugger:{value:20559},export:{value:20563},extends:{value:20564},false:{value:86021},from:{value:12401},get:{value:12399},implements:{value:36963},import:{value:86105},interface:{value:36964},let:{value:241736},null:{value:86023},of:{value:274546},package:{value:36965},private:{value:36966},protected:{value:36967},public:{value:36968},set:{value:12400},static:{value:36969},super:{value:86108},true:{value:86022},with:{value:20578},yield:{value:241770},enum:{value:86131},eval:{value:537079924},as:{value:77931},arguments:{value:537079925},target:{value:143491},meta:{value:143492}});function V(e,n,t){for(;C[P(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<126?S[e.tokenValue]||208897:T(e,n,0,t)}function I(e,n){const t=L(e);return E(t)||o(e,4),e.tokenValue=h(t),T(e,n,1,4&x[t])}function T(e,n,t,s){let r=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(r,e.index),t=1;const n=L(e);E(n)||o(e,4),s=s&&4&x[n],e.tokenValue+=h(n),r=e.index}else{if(!E(e.currentChar)&&!g(e,e.currentChar))break;P(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(r,e.index));const a=e.tokenValue.length;if(s&&a>=2&&a<=11){const o=S[e.tokenValue];return void 0===o?208897:t?1024&n?209005===o&&0==(4196352&n)?o:36969===o||36864==(36864&o)?119:118:1073741824&n&&0==(8192&n)&&20480==(20480&o)?o:241770===o?1073741824&n?143480:2097152&n?118:o:209004===o&&1073741824&n?143480:36864==(36864&o)||209005===o&&0==(4194304&n)?o:118:o}return 208897}function D(e){return w(P(e))||o(e,93),128}function L(e){return 117!==e.source.charCodeAt(e.index+1)&&o(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let n=0;const t=e.currentChar;if(123===t){const t=e.index-2;for(;64&x[P(e)];)n=n<<4|y(e.currentChar),n>1114111&&a(t,e.line,e.index+1,101);return 125!==e.currentChar&&a(t,e.line,e.index-1,6),P(e),n}0==(64&x[t])&&o(e,6);const s=e.source.charCodeAt(e.index+1);0==(64&x[s])&&o(e,6);const r=e.source.charCodeAt(e.index+2);0==(64&x[r])&&o(e,6);const i=e.source.charCodeAt(e.index+3);0==(64&x[i])&&o(e,6);return n=y(t)<<12|y(s)<<8|y(r)<<4|y(i),e.currentChar=e.source.charCodeAt(e.index+=4),n}(e)}function R(e,n,t){const{index:s}=e;let r="",a=P(e),i=e.index;for(;0==(8&x[a]);){if(a===t)return r+=e.source.slice(i,e.index),P(e),512&n&&(e.tokenRaw=e.source.slice(s,e.index)),e.tokenValue=r,134283267;if(8==(8&a)&&92===a){if(r+=e.source.slice(i,e.index),a=P(e),a<127||8232===a||8233===a){const t=F(e,n,a);t>=0?r+=h(t):j(e,t,0)}else r+=h(a);i=e.index+1}e.index>=e.end&&o(e,14),a=P(e)}o(e,14)}function F(e,n,t){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 o=t-48,s=e.index+1,r=e.column+1;if(s<e.end){const t=e.source.charCodeAt(s);if(0==(32&x[t])){if((0!==o||512&x[t])&&1024&n)return-2}else{if(1024&n)return-2;if(e.currentChar=t,o=o<<3|t-48,s++,r++,s<e.end){const n=e.source.charCodeAt(s);32&x[n]&&(e.currentChar=n,o=o<<3|n-48,s++,r++)}e.flags|=64,e.index=s-1,e.column=r-1}}return o}case 52:case 53:case 54:case 55:{if(1024&n)return-2;let o=t-48;const s=e.index+1,r=e.column+1;if(s<e.end){const n=e.source.charCodeAt(s);32&x[n]&&(o=o<<3|n-48,e.currentChar=n,e.index=s,e.column=r)}return e.flags|=64,o}case 120:{const n=P(e);if(0==(64&x[n]))return-4;const t=y(n),o=P(e);if(0==(64&x[o]))return-4;return t<<4|y(o)}case 117:{const n=P(e);if(123===e.currentChar){let n=0;for(;0!=(64&x[P(e)]);)if(n=n<<4|y(e.currentChar),n>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:n}{if(0==(64&x[n]))return-4;const t=e.source.charCodeAt(e.index+1);if(0==(64&x[t]))return-4;const o=e.source.charCodeAt(e.index+2);if(0==(64&x[o]))return-4;const s=e.source.charCodeAt(e.index+3);return 0==(64&x[s])?-4:(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),y(n)<<12|y(t)<<8|y(o)<<4|y(s))}}case 56:case 57:if(0==(256&n))return-3;default:return t}}function j(e,n,t){switch(n){case-1:return;case-2:o(e,t?2:1);case-3:o(e,13);case-4:o(e,6);case-5:o(e,101)}}function J(e,n,t){let s=e.currentChar,r=0,i=9,l=64&t?0:1,c=0,u=0;if(64&t)r="."+M(e,s),s=e.currentChar,110===s&&o(e,11);else{if(48===s)if(s=P(e),120==(32|s)){for(t=136,s=P(e);4160&x[s];)95!==s?(u=1,r=16*r+y(s),c++,s=P(e)):(u||o(e,146),u=0,s=P(e));(c<1||!u)&&o(e,c<1?19:147)}else if(111==(32|s)){for(t=132,s=P(e);4128&x[s];)95!==s?(u=1,r=8*r+(s-48),c++,s=P(e)):(u||o(e,146),u=0,s=P(e));(c<1||!u)&&o(e,c<1?0:147)}else if(98==(32|s)){for(t=130,s=P(e);4224&x[s];)95!==s?(u=1,r=2*r+(s-48),c++,s=P(e)):(u||o(e,146),u=0,s=P(e));(c<1||!u)&&o(e,c<1?0:147)}else if(32&x[s])for(1024&n&&o(e,1),t=1;16&x[s];){if(512&x[s]){t=32,l=0;break}r=8*r+(s-48),s=P(e)}else 512&x[s]?(1024&n&&o(e,1),e.flags|=64,t=32):95===s&&o(e,0);if(48&t){if(l){for(;i>=0&&4112&x[s];)95!==s?(u=0,r=10*r+(s-48),s=P(e),--i):(s=P(e),(95===s||32&t)&&a(e.index,e.line,e.index+1,146),u=1);if(u&&a(e.index,e.line,e.index+1,147),i>=0&&!w(s)&&46!==s)return e.tokenValue=r,512&n&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}r+=M(e,s),s=e.currentChar,46===s&&(95===P(e)&&o(e,0),t=64,r+="."+M(e,e.currentChar),s=e.currentChar)}}const d=e.index;let k=0;if(110===s&&128&t)k=1,s=P(e);else if(101==(32|s)){s=P(e),256&x[s]&&(s=P(e));const{index:n}=e;(16&x[s])<1&&o(e,10),r+=e.source.substring(d,n)+M(e,s),s=e.currentChar}return(e.index<e.end&&16&x[s]||w(s))&&o(e,12),k?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(r),134283386):(e.tokenValue=15&t?r:32&t?parseFloat(e.source.substring(e.tokenPos,e.index)):+r,512&n&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function M(e,n){let t=0,o=e.index,s="";for(;4112&x[n];)if(95!==n)t=0,n=P(e);else{const{index:r}=e;95===(n=P(e))&&a(e.index,e.line,e.index+1,146),t=1,s+=e.source.substring(o,r),o=e.index}return t&&a(e.index,e.line,e.index+1,147),s+e.source.substring(o,e.index)}function X(e,n){const{index:t}=e;let s=67174409,r="",a=P(e);for(;96!==a;){if(36===a&&123===e.source.charCodeAt(e.index+1)){P(e),s=67174408;break}if(8==(8&a)&&92===a)if(a=P(e),a>126)r+=h(a);else{const t=F(e,1024|n,a);if(t>=0)r+=h(t);else{if(-1!==t&&65536&n){r=void 0,a=O(e,a),a<0&&(s=67174408);break}j(e,t,1)}}else e.index<e.end&&13===a&&10===e.source.charCodeAt(e.index)&&(r+=h(a),e.currentChar=e.source.charCodeAt(++e.index)),((83&a)<3&&10===a||(8232^a)<=1)&&(e.column=-1,e.line++),r+=h(a);e.index>=e.end&&o(e,15),a=P(e)}return P(e),e.tokenValue=r,e.tokenRaw=e.source.slice(t+1,e.index-(67174409===s?1:2)),s}function O(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&&o(e,15),n=P(e)}return n}function U(e,n){return e.index>=e.end&&o(e,0),e.index--,e.column--,X(e,n)}function q(e,n){const t=e.index;let s=0;e:for(;;){const n=e.currentChar;if(P(e),1&s)s&=-2;else switch(n){case 47:if(s)break;break e;case 92:s|=1;break;case 91:s|=2;break;case 93:s&=1;break;case 13:case 10:case 8232:case 8233:o(e,32)}if(e.index>=e.source.length)return o(e,32)}const r=e.index-1;let a=0,i=e.currentChar;const{index:l}=e;for(;E(i);){switch(i){case 103:2&a&&o(e,34,"g"),a|=2;break;case 105:1&a&&o(e,34,"i"),a|=1;break;case 109:4&a&&o(e,34,"m"),a|=4;break;case 117:16&a&&o(e,34,"g"),a|=16;break;case 121:8&a&&o(e,34,"y"),a|=8;break;case 115:12&a&&o(e,34,"s"),a|=12;break;default:o(e,33)}i=P(e)}const c=e.source.slice(l,e.index),u=e.source.slice(t,r);return e.tokenRegExp={pattern:u,flags:c},512&n&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=function(e,n,t){try{return new RegExp(n,t)}catch(n){o(e,32)}}(e,u,c),65540}function _(e,n){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=8192&x[e.currentChar]?function(e,n){const t=e.currentChar;let s=P(e);const r=e.index;for(;s!==t;)e.index>=e.end&&o(e,14),s=P(e);s!==t&&o(e,14);e.tokenValue=e.source.slice(r,e.index),P(e),512&n&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index));return 134283267}(e,n):u(e,n,0),e.token}function N(e,n){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;switch(l[e.source.charCodeAt(e.index)]){case 8456255:P(e),47===e.currentChar?(P(e),e.token=25):e.token=8456255;break;case 2162700:P(e),e.token=2162700;break;default:{let t=0;for(;e.index<e.end;){const n=x[e.source.charCodeAt(e.index)];if(1024&n?(t|=5,b(e)):2048&n?(m(e,t),t=-5&t|1):P(e),16384&x[e.currentChar])break}e.tokenValue=e.source.slice(e.tokenPos,e.index),512&n&&(e.tokenRaw=e.tokenValue),e.token=135}}return e.token}function B(e){if(143360==(143360&e.token)){const{index:n}=e;let t=e.currentChar;for(;32770&x[t];)t=P(e);e.tokenValue+=e.source.slice(n,e.index)}return e.token=208897,e.token}function $(e,n,t){0!=(1&e.flags)||1048576==(1048576&e.token)||t||o(e,28,A[255&e.token]),H(e,n,1074790417)}function z(e,n,t,o){return n-t<13&&"use strict"===o&&(1048576==(1048576&e.token)||1&e.flags)?1:0}function W(e,n,t){return e.token!==t?0:(c(e,n),1)}function H(e,n,t){return e.token===t&&(c(e,n),!0)}function G(e,n,t){e.token!==t&&o(e,23,A[255&t]),c(e,n)}function K(e,n){switch(n.type){case"ArrayExpression":n.type="ArrayPattern";const t=n.elements;for(let n=0,o=t.length;n<o;++n){const o=t[n];o&&K(e,o)}return;case"ObjectExpression":n.type="ObjectPattern";const s=n.properties;for(let n=0,t=s.length;n<t;++n)K(e,s[n]);return;case"AssignmentExpression":return n.type="AssignmentPattern","="!==n.operator&&o(e,68),delete n.operator,void K(e,n.left);case"Property":return void K(e,n.value);case"SpreadElement":n.type="RestElement",K(e,n.argument)}}function Y(e,n,t,s,r){1024&n&&(36864==(36864&s)&&o(e,114),r||537079808!=(537079808&s)||o(e,115)),20480==(20480&s)&&o(e,99),24&t&&241736===s&&o(e,97),4196352&n&&209005===s&&o(e,95),2098176&n&&241770===s&&o(e,94,"yield")}function Q(e,n,t){1024&n&&(36864==(36864&t)&&o(e,114),537079808==(537079808&t)&&o(e,115),119===t&&o(e,92),118===t&&o(e,92)),20480==(20480&t)&&o(e,99),4196352&n&&209005===t&&o(e,95),2098176&n&&241770===t&&o(e,94,"yield")}function Z(e,n,t){return 209005===t&&(4196352&n&&o(e,95),e.destructible|=128),241770===t&&2097152&n&&o(e,94,"yield"),20480==(20480&t)||36864==(36864&t)||119==t}function ee(e,n,t,s){for(;n;){if(n["$"+t])return s&&o(e,133),1;s&&n.loop&&(s=0),n=n.$}return 0}function ne(e,n,t,o,s,r){return 2&n&&(r.start=t,r.end=e.startPos,r.range=[t,e.startPos]),4&n&&(r.loc={start:{line:o,column:s},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(r.loc.source=e.sourceFile)),r}function te(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return te(e.object)+"."+te(e.property)}}function oe(e,n,t){const o=re({parent:void 0,type:2},1024);return ie(e,n,o,t,1,0),o}function se(e,n,...t){const{index:o,line:s,column:r}=e;return{type:n,params:t,index:o,line:s,column:r}}function re(e,n){return{parent:e,type:n,scopeError:void 0}}function ae(e,n,t,o,s,r){4&s?le(e,n,t,o,s):ie(e,n,t,o,s,r),64&r&&ce(e,o)}function ie(e,n,t,s,r,a){const i=t["#"+s];i&&0==(2&i)&&(1&r?t.scopeError=se(e,140,s):256&n&&64&i&&2&a||o(e,140,s)),128&t.type&&t.parent["#"+s]&&0==(2&t.parent["#"+s])&&o(e,140,s),1024&t.type&&i&&0==(2&i)&&1&r&&(t.scopeError=se(e,140,s)),64&t.type&&768&t.parent["#"+s]&&o(e,153,s),t["#"+s]=r}function le(e,n,t,s,r){let a=t;for(;a&&0==(256&a.type);){const i=a["#"+s];248&i&&(256&n&&0==(1024&n)&&(128&r&&68&i||128&i&&68&r)||o(e,140,s)),a===t&&1&i&&1&r&&(a.scopeError=se(e,140,s)),768&i&&(0==(512&i)||0==(256&n)||1024&n)&&o(e,140,s),a["#"+s]=r,a=a.parent}}function ce(e,n){void 0!==e.exportedNames&&""!==n&&(e.exportedNames["#"+n]&&o(e,141,n),e.exportedNames["#"+n]=1)}function ue(e,n){void 0!==e.exportedBindings&&""!==n&&(e.exportedBindings["#"+n]=1)}function de(e,n){return 2098176&e?!(2048&e&&209005===n)&&(!(2097152&e&&241770===n)&&(143360==(143360&n)||12288==(12288&n))):143360==(143360&n)||12288==(12288&n)||36864==(36864&n)}function ke(e,n,t,s){537079808==(537079808&t)&&(1024&n&&o(e,115),s&&(e.flags|=512)),de(n,t)||o(e,0)}function fe(e,n,t){let s,r,a="";null!=n&&(n.module&&(t|=3072),n.next&&(t|=1),n.loc&&(t|=4),n.ranges&&(t|=2),n.uniqueKeyInPattern&&(t|=-2147483648),n.lexical&&(t|=64),n.webcompat&&(t|=256),n.directives&&(t|=520),n.globalReturn&&(t|=32),n.raw&&(t|=512),n.preserveParens&&(t|=128),n.impliedStrict&&(t|=1024),n.jsx&&(t|=16),n.identifierPattern&&(t|=268435456),n.specDeviation&&(t|=536870912),n.source&&(a=n.source),null!=n.onComment&&(s=Array.isArray(n.onComment)?function(e,n){return function(t,o,s,r,a){const i={type:t,value:o};2&e&&(i.start=s,i.end=r,i.range=[s,r]),4&e&&(i.loc=a),n.push(i)}}(t,n.onComment):n.onComment),null!=n.onToken&&(r=Array.isArray(n.onToken)?function(e,n){return function(t,o,s,r){const a={token:t};2&e&&(a.start=o,a.end=s,a.range=[o,s]),4&e&&(a.loc=r),n.push(a)}}(t,n.onToken):n.onToken));const i=function(e,n,t,o){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:n,tokenValue:"",token:1048576,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:t,onToken:o,leadingDecorators:[]}}(e,a,s,r);1&t&&function(e){const n=e.source;35===e.currentChar&&33===n.charCodeAt(e.index+1)&&(P(e),P(e),f(e,n,0,4,e.tokenPos,e.linePos,e.colPos))}(i);const l=64&t?{parent:void 0,type:2}:void 0;let u=[],d="script";if(2048&t){if(d="module",u=function(e,n,t){c(e,32768|n);const o=[];if(8&n)for(;134283267===e.token;){const{tokenPos:t,linePos:s,colPos:r,token:a}=e;o.push(xe(e,n,en(e,n),a,t,s,r))}for(;1048576!==e.token;)o.push(pe(e,n,t));return o}(i,8192|t,l),l)for(const e in i.exportedBindings)"#"!==e[0]||l[e]||o(i,142,e.slice(1))}else u=function(e,n,t){c(e,1073774592|n);const o=[];for(;134283267===e.token;){const{index:t,tokenPos:s,tokenValue:r,linePos:a,colPos:i,token:l}=e,c=en(e,n);z(e,t,s,r)&&(n|=1024),o.push(xe(e,n,c,l,s,a,i))}for(;1048576!==e.token;)o.push(Pe(e,n,t,4,{}));return o}(i,8192|t,l);const k={type:"Program",sourceType:d,body:u};return 2&t&&(k.start=0,k.end=e.length,k.range=[0,e.length]),4&t&&(k.loc={start:{line:1,column:0},end:{line:i.line,column:i.column}},i.sourceFile&&(k.loc.source=a)),k}function pe(e,n,t){let s;switch(e.leadingDecorators=hn(e,n),e.token){case 20563:s=function(e,n,t){const s=e.tokenPos,r=e.linePos,a=e.colPos;c(e,32768|n);const i=[];let l,u=null,d=null;if(H(e,32768|n,20560)){switch(e.token){case 86103:u=nn(e,n,t,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 130:case 86093:u=bn(e,n,t,1,e.tokenPos,e.linePos,e.colPos);break;case 209004:const{tokenPos:o,linePos:s,colPos:r}=e;u=Ze(e,n,0);const{flags:a}=e;(1&a)<1&&(86103===e.token?u=nn(e,n,t,4,1,1,1,o,s,r):67174411===e.token?(u=mn(e,n,u,1,1,0,a,o,s,r),u=_e(e,n,u,0,0,o,s,r),u=Je(e,n,0,0,o,s,r,u)):143360&e.token&&(t&&(t=oe(e,n,e.tokenValue)),u=Ze(e,n,0),u=fn(e,n,t,[u],1,o,s,r)));break;default:u=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos),$(e,32768|n)}return t&&ce(e,"default"),ne(e,n,s,r,a,{type:"ExportDefaultDeclaration",declaration:u})}switch(e.token){case 8457011:{c(e,n);let i=null;return H(e,n,77931)&&(t&&ce(e,e.tokenValue),i=Ze(e,n,0)),G(e,n,12401),134283267!==e.token&&o(e,102,"Export"),d=en(e,n),$(e,32768|n),ne(e,n,s,r,a,{type:"ExportAllDeclaration",source:d,exported:i})}case 2162700:{c(e,n);const s=[],r=[];for(;143360&e.token;){const{tokenPos:a,tokenValue:l,linePos:u,colPos:d}=e,k=Ze(e,n,0);let f;77931===e.token?(c(e,n),134217728==(134217728&e.token)&&o(e,103),t&&(s.push(e.tokenValue),r.push(l)),f=Ze(e,n,0)):(t&&(s.push(e.tokenValue),r.push(e.tokenValue)),f=k),i.push(ne(e,n,a,u,d,{type:"ExportSpecifier",local:k,exported:f})),1074790415!==e.token&&G(e,n,18)}if(G(e,n,1074790415),H(e,n,12401))134283267!==e.token&&o(e,102,"Export"),d=en(e,n);else if(t){let n=0,t=s.length;for(;n<t;n++)ce(e,s[n]);for(n=0,t=r.length;n<t;n++)ue(e,r[n])}$(e,32768|n);break}case 86093:u=bn(e,n,t,2,e.tokenPos,e.linePos,e.colPos);break;case 86103:u=nn(e,n,t,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241736:u=we(e,n,t,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86089:u=we(e,n,t,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86087:u=Ee(e,n,t,64,e.tokenPos,e.linePos,e.colPos);break;case 209004:const{tokenPos:k,linePos:f,colPos:p}=e;if(c(e,n),(1&e.flags)<1&&86103===e.token){u=nn(e,n,t,4,1,2,1,k,f,p),t&&(l=u.id?u.id.name:"",ce(e,l));break}default:o(e,28,A[255&e.token])}return ne(e,n,s,r,a,{type:"ExportNamedDeclaration",declaration:u,specifiers:i,source:d})}(e,n,t);break;case 86105:s=function(e,n,t){const s=e.tokenPos,r=e.linePos,a=e.colPos;c(e,n);let i=null;const{tokenPos:l,linePos:u,colPos:d}=e;let k=[];if(134283267===e.token)i=en(e,n);else{if(143360&e.token){if(k=[ne(e,n,l,u,d,{type:"ImportDefaultSpecifier",local:Ve(e,n,t)})],H(e,n,18))switch(e.token){case 8457011:k.push(Ie(e,n,t));break;case 2162700:Te(e,n,t,k);break;default:o(e,104)}}else switch(e.token){case 8457011:k=[Ie(e,n,t)];break;case 2162700:Te(e,n,t,k);break;case 67174411:return Le(e,n,s,r,a);case 67108877:return De(e,n,s,r,a);default:o(e,28,A[255&e.token])}i=function(e,n){H(e,n,12401),134283267!==e.token&&o(e,102,"Import");return en(e,n)}(e,n)}return $(e,32768|n),ne(e,n,s,r,a,{type:"ImportDeclaration",specifiers:k,source:i})}(e,n,t);break;default:s=Pe(e,n,t,4,{})}return e.leadingDecorators.length&&o(e,164),s}function Pe(e,n,t,s,r){const a=e.tokenPos,i=e.linePos,l=e.colPos;switch(e.token){case 86103:return nn(e,n,t,s,1,0,0,a,i,l);case 130:case 86093:return bn(e,n,t,0,a,i,l);case 86089:return we(e,n,t,16,0,a,i,l);case 241736:return function(e,n,t,s,r,a,i){const{token:l,tokenValue:c}=e;let u=Ze(e,n,0);if(2240512&e.token){const o=Ae(e,n,t,8,0);return $(e,32768|n),ne(e,n,r,a,i,{type:"VariableDeclaration",kind:"let",declarations:o})}e.assignable=1,1024&n&&o(e,82);if(21===e.token)return he(e,n,t,s,{},c,u,l,0,r,a,i);if(10===e.token){let t;64&n&&(t=oe(e,n,c)),e.flags=128^(128|e.flags),u=fn(e,n,t,[u],0,r,a,i)}else u=_e(e,n,u,0,0,r,a,i),u=Je(e,n,0,0,r,a,i,u);18===e.token&&(u=Fe(e,n,0,r,a,i,u));return be(e,n,u,r,a,i)}(e,n,t,s,a,i,l);case 20563:o(e,100,"export");case 86105:switch(c(e,n),e.token){case 67174411:return Le(e,n,a,i,l);case 67108877:return De(e,n,a,i,l);default:o(e,100,"import")}case 209004:return ye(e,n,t,s,r,1,a,i,l);default:return ge(e,n,t,s,r,1,a,i,l)}}function ge(e,n,t,s,r,a,i,l,u){switch(e.token){case 86087:return Ee(e,n,t,0,i,l,u);case 20571:return function(e,n,t,s,r){(32&n)<1&&8192&n&&o(e,89);c(e,32768|n);const a=1&e.flags||1048576&e.token?null:je(e,n,0,1,e.tokenPos,e.line,e.column);return $(e,32768|n),ne(e,n,t,s,r,{type:"ReturnStatement",argument:a})}(e,n,i,l,u);case 20568:return function(e,n,t,o,s,r,a){c(e,n),G(e,32768|n,67174411),e.assignable=1;const i=je(e,n,0,1,e.tokenPos,e.line,e.colPos);G(e,32768|n,16);const l=ve(e,n,t,o,e.tokenPos,e.linePos,e.colPos);let u=null;20562===e.token&&(c(e,32768|n),u=ve(e,n,t,o,e.tokenPos,e.linePos,e.colPos));return ne(e,n,s,r,a,{type:"IfStatement",test:i,consequent:l,alternate:u})}(e,n,t,r,i,l,u);case 20566:return function(e,n,t,s,r,a,i){c(e,n);const l=(4194304&n)>0&&H(e,n,209005);G(e,32768|n,67174411),t&&(t=re(t,1));let u,d=null,k=null,f=0,p=null,P=86087===e.token||241736===e.token||86089===e.token;const{token:g,tokenPos:m,linePos:b,colPos:h}=e;P?241736===g?(p=Ze(e,n,0),2240512&e.token?(8738865===e.token?1024&n&&o(e,64):p=ne(e,n,m,b,h,{type:"VariableDeclaration",kind:"let",declarations:Ae(e,134217728|n,t,8,32)}),e.assignable=1):1024&n?o(e,64):(P=!1,e.assignable=1,p=_e(e,n,p,0,0,m,b,h),274546===e.token&&o(e,111))):(c(e,n),p=ne(e,n,m,b,h,86087===g?{type:"VariableDeclaration",kind:"var",declarations:Ae(e,134217728|n,t,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:Ae(e,134217728|n,t,16,32)}),e.assignable=1):1074790417===g?l&&o(e,79):2097152==(2097152&g)?(p=2162700===g?ln(e,n,void 0,1,0,0,2,32,m,b,h):on(e,n,void 0,1,0,0,2,32,m,b,h),f=e.destructible,256&n&&64&f&&o(e,60),e.assignable=16&f?2:1,p=_e(e,134217728|n,p,0,0,e.tokenPos,e.linePos,e.colPos)):p=qe(e,134217728|n,1,0,1,m,b,h);if(262144==(262144&e.token)){if(274546===e.token){2&e.assignable&&o(e,77,l?"await":"of"),K(e,p),c(e,32768|n),u=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos),G(e,32768|n,16);return ne(e,n,r,a,i,{type:"ForOfStatement",left:p,right:u,body:Ce(e,n,t,s),await:l})}2&e.assignable&&o(e,77,"in"),K(e,p),c(e,32768|n),l&&o(e,79),u=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos),G(e,32768|n,16);return ne(e,n,r,a,i,{type:"ForInStatement",body:Ce(e,n,t,s),left:p,right:u})}l&&o(e,79);P||(8&f&&1077936157!==e.token&&o(e,77,"loop"),p=Je(e,134217728|n,0,0,m,b,h,p));18===e.token&&(p=Fe(e,n,0,e.tokenPos,e.linePos,e.colPos,p));G(e,32768|n,1074790417),1074790417!==e.token&&(d=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos));G(e,32768|n,1074790417),16!==e.token&&(k=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos));G(e,32768|n,16);const y=Ce(e,n,t,s);return ne(e,n,r,a,i,{type:"ForStatement",init:p,test:d,update:k,body:y})}(e,n,t,r,i,l,u);case 20561:return function(e,n,t,o,s,r,a){c(e,32768|n);const i=Ce(e,n,t,o);G(e,n,20577),G(e,32768|n,67174411);const l=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos);return G(e,32768|n,16),H(e,n,1074790417),ne(e,n,s,r,a,{type:"DoWhileStatement",body:i,test:l})}(e,n,t,r,i,l,u);case 20577:return function(e,n,t,o,s,r,a){c(e,n),G(e,32768|n,67174411);const i=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos);G(e,32768|n,16);const l=Ce(e,n,t,o);return ne(e,n,s,r,a,{type:"WhileStatement",test:i,body:l})}(e,n,t,r,i,l,u);case 86109:return function(e,n,t,s,r,a,i){c(e,n),G(e,32768|n,67174411);const l=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos);G(e,n,16),G(e,n,2162700);const u=[];let d=0;t&&(t=re(t,8));for(;1074790415!==e.token;){const{tokenPos:r,linePos:a,colPos:i}=e;let l=null;const c=[];for(H(e,32768|n,20555)?l=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos):(G(e,32768|n,20560),d&&o(e,86),d=1),G(e,32768|n,21);20555!==e.token&&1074790415!==e.token&&20560!==e.token;)c.push(Pe(e,4096|n,t,2,{$:s}));u.push(ne(e,n,r,a,i,{type:"SwitchCase",test:l,consequent:c}))}return G(e,32768|n,1074790415),ne(e,n,r,a,i,{type:"SwitchStatement",discriminant:l,cases:u})}(e,n,t,r,i,l,u);case 1074790417:return function(e,n,t,o,s){return c(e,32768|n),ne(e,n,t,o,s,{type:"EmptyStatement"})}(e,n,i,l,u);case 2162700:return me(e,n,t?re(t,2):t,r,i,l,u);case 86111:return function(e,n,t,s,r){c(e,32768|n),1&e.flags&&o(e,87);const a=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos);return $(e,32768|n),ne(e,n,t,s,r,{type:"ThrowStatement",argument:a})}(e,n,i,l,u);case 20554:return function(e,n,t,s,r,a){c(e,32768|n);let i=null;if((1&e.flags)<1&&143360&e.token){const{tokenValue:s}=e;i=Ze(e,32768|n,0),ee(e,t,s,0)||o(e,134,s)}else(135168&n)<1&&o(e,66);return $(e,32768|n),ne(e,n,s,r,a,{type:"BreakStatement",label:i})}(e,n,r,i,l,u);case 20558:return function(e,n,t,s,r,a){(131072&n)<1&&o(e,65);c(e,n);let i=null;if((1&e.flags)<1&&143360&e.token){const{tokenValue:s}=e;i=Ze(e,32768|n,0),ee(e,t,s,1)||o(e,134,s)}return $(e,32768|n),ne(e,n,s,r,a,{type:"ContinueStatement",label:i})}(e,n,r,i,l,u);case 20576:return function(e,n,t,s,r,a,i){c(e,32768|n);const l=t?re(t,32):void 0,u=me(e,n,l,{$:s},e.tokenPos,e.linePos,e.colPos),{tokenPos:d,linePos:k,colPos:f}=e,p=H(e,32768|n,20556)?function(e,n,t,s,r,a,i){let l=null,c=t;H(e,n,67174411)&&(t&&(t=re(t,4)),l=En(e,n,t,2097152==(2097152&e.token)?256:512,0,e.tokenPos,e.linePos,e.colPos),18===e.token?o(e,83):1077936157===e.token&&o(e,84),G(e,32768|n,16),t&&(c=re(t,64)));const u=me(e,n,c,{$:s},e.tokenPos,e.linePos,e.colPos);return ne(e,n,r,a,i,{type:"CatchClause",param:l,body:u})}(e,n,t,s,d,k,f):null;let P=null;if(20565===e.token){c(e,32768|n);P=me(e,n,l?re(t,4):void 0,{$:s},e.tokenPos,e.linePos,e.colPos)}p||P||o(e,85);return ne(e,n,r,a,i,{type:"TryStatement",block:u,handler:p,finalizer:P})}(e,n,t,r,i,l,u);case 20578:return function(e,n,t,s,r,a,i){c(e,n),1024&n&&o(e,88);G(e,32768|n,67174411);const l=je(e,n,0,1,e.tokenPos,e.linePos,e.colPos);G(e,32768|n,16);const u=ge(e,n,t,2,s,0,e.tokenPos,e.linePos,e.colPos);return ne(e,n,r,a,i,{type:"WithStatement",object:l,body:u})}(e,n,t,r,i,l,u);case 20559:return function(e,n,t,o,s){return c(e,32768|n),$(e,32768|n),ne(e,n,t,o,s,{type:"DebuggerStatement"})}(e,n,i,l,u);case 209004:return ye(e,n,t,s,r,0,i,l,u);case 20556:o(e,156);case 20565:o(e,157);case 86103:o(e,1024&n?73:(256&n)<1?75:74);case 86093:o(e,76);default:return function(e,n,t,s,r,a,i,l,c){const{tokenValue:u,token:d}=e;let k;switch(d){case 241736:k=Ze(e,n,0),1024&n&&o(e,82),69271571===e.token&&o(e,81);break;default:k=Be(e,n,2,0,1,0,0,1,e.tokenPos,e.linePos,e.colPos)}if(143360&d&&21===e.token)return he(e,n,t,s,r,u,k,d,a,i,l,c);k=_e(e,n,k,0,0,i,l,c),k=Je(e,n,0,0,i,l,c,k),18===e.token&&(k=Fe(e,n,0,i,l,c,k));return be(e,n,k,i,l,c)}(e,n,t,s,r,a,i,l,u)}}function me(e,n,t,o,s,r,a){const i=[];for(G(e,32768|n,2162700);1074790415!==e.token;)i.push(Pe(e,n,t,2,{$:o}));return G(e,32768|n,1074790415),ne(e,n,s,r,a,{type:"BlockStatement",body:i})}function be(e,n,t,o,s,r){return $(e,32768|n),ne(e,n,o,s,r,{type:"ExpressionStatement",expression:t})}function he(e,n,t,s,r,a,i,l,u,d,k,f){Y(e,n,0,l,1),function(e,n,t){let s=n;for(;s;)s["$"+t]&&o(e,132,t),s=s.$;n["$"+t]=1}(e,r,a),c(e,32768|n);return ne(e,n,d,k,f,{type:"LabeledStatement",label:i,body:u&&(1024&n)<1&&256&n&&86103===e.token?nn(e,n,re(t,2),s,0,0,0,e.tokenPos,e.linePos,e.colPos):ge(e,n,t,s,r,u,e.tokenPos,e.linePos,e.colPos)})}function ye(e,n,t,s,r,a,i,l,c){const{token:u,tokenValue:d}=e;let k=Ze(e,n,0);if(21===e.token)return he(e,n,t,s,r,d,k,u,1,i,l,c);const f=1&e.flags;if(!f){if(86103===e.token)return a||o(e,119),nn(e,n,t,s,1,0,1,i,l,c);if(143360==(143360&e.token))return k=gn(e,n,1,i,l,c),18===e.token&&(k=Fe(e,n,0,i,l,c,k)),be(e,n,k,i,l,c)}return 67174411===e.token?k=mn(e,n,k,1,1,0,f,i,l,c):(10===e.token&&(ke(e,n,u,1),k=dn(e,n,e.tokenValue,k,0,1,0,i,l,c)),e.assignable=1),k=_e(e,n,k,0,0,i,l,c),18===e.token&&(k=Fe(e,n,0,i,l,c,k)),k=Je(e,n,0,0,i,l,c,k),e.assignable=1,be(e,n,k,i,l,c)}function xe(e,n,t,o,s,r,a){return 1074790417!==o&&(e.assignable=2,t=_e(e,n,t,0,0,s,r,a),1074790417!==e.token&&(t=Je(e,n,0,0,s,r,a,t),18===e.token&&(t=Fe(e,n,0,s,r,a,t))),$(e,32768|n)),8&n&&"Literal"===t.type&&"string"==typeof t.value?ne(e,n,s,r,a,{type:"ExpressionStatement",expression:t,directive:t.raw.slice(1,-1)}):ne(e,n,s,r,a,{type:"ExpressionStatement",expression:t})}function ve(e,n,t,o,s,r,a){return 1024&n||(256&n)<1||86103!==e.token?ge(e,n,t,0,{$:o},0,e.tokenPos,e.linePos,e.colPos):nn(e,n,re(t,2),0,0,0,0,s,r,a)}function Ce(e,n,t,o){return ge(e,134217728^(134217728|n)|131072,t,0,{loop:1,$:o},0,e.tokenPos,e.linePos,e.colPos)}function we(e,n,t,o,s,r,a,i){c(e,n);const l=Ae(e,n,t,o,s);return $(e,32768|n),ne(e,n,r,a,i,{type:"VariableDeclaration",kind:8&o?"let":"const",declarations:l})}function Ee(e,n,t,o,s,r,a){c(e,n);const i=Ae(e,n,t,4,o);return $(e,32768|n),ne(e,n,s,r,a,{type:"VariableDeclaration",kind:"var",declarations:i})}function Ae(e,n,t,s,r){let a=1;const i=[Se(e,n,t,s,r)];for(;H(e,n,18);)a++,i.push(Se(e,n,t,s,r));return a>1&&32&r&&262144&e.token&&o(e,58,A[255&e.token]),i}function Se(e,n,t,s,a){const{token:i,tokenPos:l,linePos:u,colPos:d}=e;let k=null;const f=En(e,n,t,s,a,l,u,d);return 1077936157===e.token?(c(e,32768|n),k=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos),(32&a||(2097152&i)<1)&&(274546===e.token||8738865===e.token&&(2097152&i||(4&s)<1||1024&n))&&r(l,e.line,e.index-3,57,274546===e.token?"of":"in")):(16&s||(2097152&i)>0)&&262144!=(262144&e.token)&&o(e,56,16&s?"const":"destructuring"),ne(e,n,l,u,d,{type:"VariableDeclarator",id:f,init:k})}function Ve(e,n,t){return de(n,e.token)||o(e,114),537079808==(537079808&e.token)&&o(e,115),t&&ie(e,n,t,e.tokenValue,8,0),Ze(e,n,0)}function Ie(e,n,t){const{tokenPos:o,linePos:s,colPos:a}=e;return c(e,n),G(e,n,77931),134217728==(134217728&e.token)&&r(o,e.line,e.index,28,A[255&e.token]),ne(e,n,o,s,a,{type:"ImportNamespaceSpecifier",local:Ve(e,n,t)})}function Te(e,n,t,s){for(c(e,n);143360&e.token;){let{token:r,tokenValue:a,tokenPos:i,linePos:l,colPos:c}=e;const u=Ze(e,n,0);let d;H(e,n,77931)?(134217728==(134217728&e.token)||18===e.token?o(e,103):Y(e,n,16,e.token,0),a=e.tokenValue,d=Ze(e,n,0)):(Y(e,n,16,r,0),d=u),t&&ie(e,n,t,a,8,0),s.push(ne(e,n,i,l,c,{type:"ImportSpecifier",local:d,imported:u})),1074790415!==e.token&&G(e,n,18)}return G(e,n,1074790415),s}function De(e,n,t,o,s){let r=$e(e,n,ne(e,n,t,o,s,{type:"Identifier",name:"import"}),t,o,s);return r=_e(e,n,r,0,0,t,o,s),r=Je(e,n,0,0,t,o,s,r),be(e,n,r,t,o,s)}function Le(e,n,t,o,s){let r=ze(e,n,0,t,o,s);return r=_e(e,n,r,0,0,t,o,s),be(e,n,r,t,o,s)}function Re(e,n,t,o,s,r,a,i){let l=Be(e,n,2,0,t,o,s,1,r,a,i);return l=_e(e,n,l,s,0,r,a,i),Je(e,n,s,0,r,a,i,l)}function Fe(e,n,t,o,s,r,a){const i=[a];for(;H(e,32768|n,18);)i.push(Re(e,n,1,0,t,e.tokenPos,e.linePos,e.colPos));return ne(e,n,o,s,r,{type:"SequenceExpression",expressions:i})}function je(e,n,t,o,s,r,a){const i=Re(e,n,o,0,t,s,r,a);return 18===e.token?Fe(e,n,t,s,r,a,i):i}function Je(e,n,t,s,r,a,i,l){const{token:u}=e;if(4194304==(4194304&u)){2&e.assignable&&o(e,24),(!s&&1077936157===u&&"ArrayExpression"===l.type||"ObjectExpression"===l.type)&&K(e,l),c(e,32768|n);const d=Re(e,n,1,1,t,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,ne(e,n,r,a,i,s?{type:"AssignmentPattern",left:l,right:d}:{type:"AssignmentExpression",left:l,operator:A[255&u],right:d})}return 8454144==(8454144&u)&&(l=Oe(e,n,t,r,a,i,4,u,l)),H(e,32768|n,22)&&(l=Xe(e,n,l,r,a,i)),l}function Me(e,n,t,o,s,r,a,i){const{token:l}=e;c(e,32768|n);const u=Re(e,n,1,1,t,e.tokenPos,e.linePos,e.colPos);return i=ne(e,n,s,r,a,o?{type:"AssignmentPattern",left:i,right:u}:{type:"AssignmentExpression",left:i,operator:A[255&l],right:u}),e.assignable=2,i}function Xe(e,n,t,o,s,r){const a=Re(e,134217728^(134217728|n),1,0,0,e.tokenPos,e.linePos,e.colPos);G(e,32768|n,21),e.assignable=1;const i=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,ne(e,n,o,s,r,{type:"ConditionalExpression",test:t,consequent:a,alternate:i})}function Oe(e,n,t,s,r,a,i,l,u){const d=8738865&-((134217728&n)>0);let k,f;for(e.assignable=2;8454144&e.token&&(k=e.token,f=3840&k,(524288&k&&268435456&l||524288&l&&268435456&k)&&o(e,159),!(f+((8457270===k)<<8)-((d===k)<<12)<=i));)c(e,32768|n),u=ne(e,n,s,r,a,{type:524288&k||268435456&k?"LogicalExpression":"BinaryExpression",left:u,right:Oe(e,n,t,e.tokenPos,e.linePos,e.colPos,f,k,qe(e,n,0,t,1,e.tokenPos,e.linePos,e.colPos)),operator:A[255&k]});return 1077936157===e.token&&o(e,24),u}function Ue(e,n,t,a,i,l){const{tokenPos:c,linePos:u,colPos:d}=e;G(e,32768|n,2162700);const k=[],f=n;if(1074790415!==e.token){for(;134283267===e.token;){const{index:t,tokenPos:o,tokenValue:s,token:a}=e,i=en(e,n);z(e,t,o,s)&&(n|=1024,128&e.flags&&r(e.index,e.line,e.tokenPos,63),64&e.flags&&r(e.index,e.line,e.tokenPos,8)),k.push(xe(e,n,i,a,o,e.linePos,e.colPos))}1024&n&&(i&&(537079808==(537079808&i)&&o(e,115),36864==(36864&i)&&o(e,38)),512&e.flags&&o(e,115),256&e.flags&&o(e,114)),64&n&&t&&void 0!==l&&(1024&f)<1&&(8192&n)<1&&s(l)}for(e.flags=832^(832|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.token;)k.push(Pe(e,n,t,4,{}));return G(e,24&a?32768|n:n,1074790415),e.flags&=-193,1077936157===e.token&&o(e,24),ne(e,n,c,u,d,{type:"BlockStatement",body:k})}function qe(e,n,t,o,s,r,a,i){return _e(e,n,Be(e,n,2,0,t,0,o,s,r,a,i),o,0,r,a,i)}function _e(e,n,t,s,r,a,i,l){if(33619968==(33619968&e.token)&&(1&e.flags)<1)t=function(e,n,t,s,r,a){2&e.assignable&&o(e,52);const{token:i}=e;return c(e,n),e.assignable=2,ne(e,n,s,r,a,{type:"UpdateExpression",argument:t,operator:A[255&i],prefix:!1})}(e,n,t,a,i,l);else if(67108864==(67108864&e.token)){switch(n=134225920^(134225920|n),e.token){case 67108877:c(e,1073741824|n),e.assignable=1;t=ne(e,n,a,i,l,{type:"MemberExpression",object:t,computed:!1,property:Ne(e,n)});break;case 69271571:{let o=!1;2048==(2048&e.flags)&&(o=!0,e.flags=2048^(2048|e.flags)),c(e,32768|n);const{tokenPos:r,linePos:u,colPos:d}=e,k=je(e,n,s,1,r,u,d);G(e,n,20),e.assignable=1,t=ne(e,n,a,i,l,{type:"MemberExpression",object:t,computed:!0,property:k}),o&&(e.flags|=2048);break}case 67174411:{if(1024==(1024&e.flags))return e.flags=1024^(1024|e.flags),t;let o=!1;2048==(2048&e.flags)&&(o=!0,e.flags=2048^(2048|e.flags));const r=Qe(e,n,s);e.assignable=2,t=ne(e,n,a,i,l,{type:"CallExpression",callee:t,arguments:r}),o&&(e.flags|=2048);break}case 67108988:c(e,n),e.flags|=2048,e.assignable=2,t=function(e,n,t,s,r,a){let i,l=!1;69271571!==e.token&&67174411!==e.token||2048==(2048&e.flags)&&(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.token){c(e,32768|n);const{tokenPos:o,linePos:l,colPos:u}=e,d=je(e,n,0,1,o,l,u);G(e,n,20),e.assignable=2,i=ne(e,n,s,r,a,{type:"MemberExpression",object:t,computed:!0,optional:!0,property:d})}else if(67174411===e.token){const o=Qe(e,n,0);e.assignable=2,i=ne(e,n,s,r,a,{type:"CallExpression",callee:t,arguments:o,optional:!0})}else{(143360&e.token)<1&&o(e,154);const l=Ze(e,n,0);e.assignable=2,i=ne(e,n,s,r,a,{type:"MemberExpression",object:t,computed:!1,optional:!0,property:l})}l&&(e.flags|=2048);return i}(e,n,t,a,i,l);break;default:2048==(2048&e.flags)&&o(e,160),e.assignable=2,t=ne(e,n,a,i,l,{type:"TaggedTemplateExpression",tag:t,quasi:67174408===e.token?Ge(e,65536|n,e.tokenPos,e.linePos,e.colPos):He(e,n,e.tokenPos,e.linePos,e.colPos)})}t=_e(e,n,t,0,1,a,i,l)}return 0===r&&2048==(2048&e.flags)&&(e.flags=2048^(2048|e.flags),t=ne(e,n,a,i,l,{type:"ChainExpression",expression:t})),t}function Ne(e,n){return(143360&e.token)<1&&128!==e.token&&o(e,154),1&n&&128===e.token?Cn(e,n,e.tokenPos,e.linePos,e.colPos):Ze(e,n,0)}function Be(e,n,t,s,a,i,l,u,d,k,f){if(143360==(143360&e.token)){switch(e.token){case 209005:return function(e,n,t,s,a,i,l){if(s&&(e.destructible|=128),4194304&n){t&&o(e,0),8388608&n&&r(e.index,e.line,e.index,29),c(e,32768|n);const s=qe(e,n,0,0,1,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,ne(e,n,a,i,l,{type:"AwaitExpression",argument:s})}return 2048&n&&o(e,107,"Await"),un(e,n,a,i,l)}(e,n,s,l,d,k,f);case 241770:return function(e,n,t,s,r,a,i){if(t&&(e.destructible|=256),2097152&n){c(e,32768|n),8388608&n&&o(e,30),s||o(e,24),22===e.token&&o(e,120);let t=null,l=!1;return(1&e.flags)<1&&(l=H(e,32768|n,8457011),(77824&e.token||l)&&(t=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos))),e.assignable=2,ne(e,n,r,a,i,{type:"YieldExpression",argument:t,delegate:l})}return 1024&n&&o(e,94,"yield"),un(e,n,r,a,i)}(e,n,l,a,d,k,f);case 209004:return function(e,n,t,s,r,a,i,l,c,u){const{token:d}=e,k=Ze(e,n,a),{flags:f}=e;if((1&f)<1){if(86103===e.token)return tn(e,n,1,t,l,c,u);if(143360==(143360&e.token))return s||o(e,0),gn(e,n,r,l,c,u)}return i||67174411!==e.token?10===e.token?(ke(e,n,d,1),i&&o(e,48),dn(e,n,e.tokenValue,k,i,r,0,l,c,u)):k:mn(e,n,k,r,1,0,f,l,c,u)}(e,n,l,u,a,i,s,d,k,f)}const{token:p,tokenValue:P}=e,g=Ze(e,65536|n,i);return 10===e.token?(u||o(e,0),ke(e,n,p,1),dn(e,n,P,g,s,a,0,d,k,f)):(16384&n&&537079925===p&&o(e,126),241736===p&&(1024&n&&o(e,109),24&t&&o(e,97)),e.assignable=1024&n&&537079808==(537079808&p)?2:1,g)}if(134217728==(134217728&e.token))return en(e,n);switch(e.token){case 33619995:case 33619996:return function(e,n,t,s,r,a,i){t&&o(e,53),s||o(e,0);const{token:l}=e;c(e,32768|n);const u=qe(e,n,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&o(e,52),e.assignable=2,ne(e,n,r,a,i,{type:"UpdateExpression",argument:u,operator:A[255&l],prefix:!0})}(e,n,s,u,d,k,f);case 16863275:case 16842797:case 16842798:case 25233967:case 25233968:case 16863274:case 16863276:return function(e,n,t,s,r,a,i){t||o(e,0);const l=e.token;c(e,32768|n);const u=qe(e,n,0,i,1,e.tokenPos,e.linePos,e.colPos);var d;return 8457270===e.token&&o(e,31),1024&n&&16863275===l&&("Identifier"===u.type?o(e,117):(d=u).property&&"PrivateIdentifier"===d.property.type&&o(e,123)),e.assignable=2,ne(e,n,s,r,a,{type:"UnaryExpression",operator:A[255&l],argument:u,prefix:!0})}(e,n,u,d,k,f,l);case 86103:return tn(e,n,0,l,d,k,f);case 2162700:return function(e,n,t,s,r,a,i){const l=ln(e,n,void 0,t,s,0,2,0,r,a,i);256&n&&64&e.destructible&&o(e,60);8&e.destructible&&o(e,59);return l}(e,n,a?0:1,l,d,k,f);case 69271571:return function(e,n,t,s,r,a,i){const l=on(e,n,void 0,t,s,0,2,0,r,a,i);256&n&&64&e.destructible&&o(e,60);8&e.destructible&&o(e,59);return l}(e,n,a?0:1,l,d,k,f);case 67174411:return function(e,n,t,s,r,a,i,l){e.flags=128^(128|e.flags);const{tokenPos:u,linePos:d,colPos:k}=e;c(e,1073774592|n);const f=64&n?re({parent:void 0,type:2},1024):void 0;if(H(e,n=134225920^(134225920|n),16))return kn(e,n,f,[],t,0,a,i,l);let p,P=0;e.destructible&=-385;let g=[],m=0,b=0;const{tokenPos:h,linePos:y,colPos:x}=e;e.assignable=1;for(;16!==e.token;){const{token:t,tokenPos:a,linePos:i,colPos:l}=e;if(143360&t)f&&ie(e,n,f,e.tokenValue,1,0),p=Be(e,n,s,0,1,0,1,1,a,i,l),16===e.token||18===e.token?2&e.assignable?(P|=16,b=1):537079808!=(537079808&t)&&36864!=(36864&t)||(b=1):(1077936157===e.token?b=1:P|=16,p=_e(e,n,p,1,0,a,i,l),16!==e.token&&18!==e.token&&(p=Je(e,n,1,0,a,i,l,p)));else{if(2097152!=(2097152&t)){if(14===t){p=rn(e,n,f,16,s,r,0,1,0,a,i,l),16&e.destructible&&o(e,71),b=1,!m||16!==e.token&&18!==e.token||g.push(p),P|=8;break}if(P|=16,p=Re(e,n,1,0,1,a,i,l),!m||16!==e.token&&18!==e.token||g.push(p),18===e.token&&(m||(m=1,g=[p])),m){for(;H(e,32768|n,18);)g.push(Re(e,n,1,0,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,p=ne(e,n,h,y,x,{type:"SequenceExpression",expressions:g})}return G(e,n,16),e.destructible=P,p}p=2162700===t?ln(e,1073741824|n,f,0,1,0,s,r,a,i,l):on(e,1073741824|n,f,0,1,0,s,r,a,i,l),P|=e.destructible,b=1,e.assignable=2,16!==e.token&&18!==e.token&&(8&P&&o(e,118),p=_e(e,n,p,0,0,a,i,l),P|=16,16!==e.token&&18!==e.token&&(p=Je(e,n,0,0,a,i,l,p)))}if(!m||16!==e.token&&18!==e.token||g.push(p),!H(e,32768|n,18))break;if(m||(m=1,g=[p]),16===e.token){P|=8;break}}m&&(e.assignable=2,p=ne(e,n,h,y,x,{type:"SequenceExpression",expressions:g}));G(e,n,16),16&P&&8&P&&o(e,145);if(P|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token)return 48&P&&o(e,46),4196352&n&&128&P&&o(e,29),2098176&n&&256&P&&o(e,30),b&&(e.flags|=128),kn(e,n,f,m?g:[p],t,0,a,i,l);8&P&&o(e,139);return e.destructible=256^(256|e.destructible)|P,128&n?ne(e,n,u,d,k,{type:"ParenthesizedExpression",expression:p}):p}(e,n,a,1,0,d,k,f);case 86021:case 86022:case 86023:return function(e,n,t,o,s){const r=A[255&e.token],a=86023===e.token?null:"true"===r;return c(e,n),e.assignable=2,ne(e,n,t,o,s,512&n?{type:"Literal",value:a,raw:r}:{type:"Literal",value:a})}(e,n,d,k,f);case 86110:return function(e,n){const{tokenPos:t,linePos:o,colPos:s}=e;return c(e,n),e.assignable=2,ne(e,n,t,o,s,{type:"ThisExpression"})}(e,n);case 65540:return function(e,n,t,o,s){const{tokenRaw:r,tokenRegExp:a,tokenValue:i}=e;return c(e,n),e.assignable=2,ne(e,n,t,o,s,512&n?{type:"Literal",value:i,regex:a,raw:r}:{type:"Literal",value:i,regex:a})}(e,n,d,k,f);case 130:case 86093:return function(e,n,t,s,r,a){let i=null,l=null;const u=hn(e,n=16777216^(16778240|n));u.length&&(s=e.tokenPos,r=e.linePos,a=e.colPos);c(e,n),(4351&e.token^84)>4096&&(Z(e,n,e.token)&&o(e,114),537079808==(537079808&e.token)&&o(e,115),i=Ze(e,n,0));let d=n;H(e,32768|n,20564)?(l=qe(e,n,0,t,0,e.tokenPos,e.linePos,e.colPos),d|=524288):d=524288^(524288|d);const k=xn(e,d,n,void 0,2,0,t);return e.assignable=2,ne(e,n,s,r,a,1&n?{type:"ClassExpression",id:i,superClass:l,decorators:u,body:k}:{type:"ClassExpression",id:i,superClass:l,body:k})}(e,n,l,d,k,f);case 86108:return function(e,n,t,s,r){switch(c(e,n),e.token){case 67108988:o(e,161);case 67174411:(524288&n)<1&&o(e,26),16384&n&&o(e,143),e.assignable=2;break;case 69271571:case 67108877:(262144&n)<1&&o(e,27),16384&n&&o(e,143),e.assignable=1;break;default:o(e,28,"super")}return ne(e,n,t,s,r,{type:"Super"})}(e,n,d,k,f);case 67174409:return He(e,n,d,k,f);case 67174408:return Ge(e,n,d,k,f);case 86106:return function(e,n,t,s,r,a){const i=Ze(e,32768|n,0),{tokenPos:l,linePos:c,colPos:u}=e;if(H(e,n,67108877)){if(67108864&n&&143491===e.token)return e.assignable=2,function(e,n,t,o,s,r){const a=Ze(e,n,0);return ne(e,n,o,s,r,{type:"MetaProperty",meta:t,property:a})}(e,n,i,s,r,a);o(e,91)}e.assignable=2,16842752==(16842752&e.token)&&o(e,62,A[255&e.token]);const d=Be(e,n,2,1,0,0,t,1,l,c,u);n=134217728^(134217728|n),67108988===e.token&&o(e,162);const k=Pn(e,n,d,t,l,c,u);return e.assignable=2,ne(e,n,s,r,a,{type:"NewExpression",callee:k,arguments:67174411===e.token?Qe(e,n,t):[]})}(e,n,l,d,k,f);case 134283386:return We(e,n,d,k,f);case 128:return Cn(e,n,d,k,f);case 86105:return function(e,n,t,s,r,a,i){let l=Ze(e,n,0);if(67108877===e.token)return $e(e,n,l,r,a,i);t&&o(e,137);return l=ze(e,n,s,r,a,i),e.assignable=2,_e(e,n,l,s,0,r,a,i)}(e,n,s,l,d,k,f);case 8456255:if(16&n)return Sn(e,n,1,d,k,f);default:if(de(n,e.token))return un(e,n,d,k,f);o(e,28,A[255&e.token])}}function $e(e,n,t,s,r,a){return 0==(2048&n)&&o(e,163),c(e,n),143492!==e.token&&"meta"!==e.tokenValue&&o(e,28,A[255&e.token]),e.assignable=2,ne(e,n,s,r,a,{type:"MetaProperty",meta:t,property:Ze(e,n,0)})}function ze(e,n,t,s,r,a){G(e,32768|n,67174411),14===e.token&&o(e,138);const i=Re(e,n,1,0,t,e.tokenPos,e.linePos,e.colPos);return G(e,n,16),ne(e,n,s,r,a,{type:"ImportExpression",source:i})}function We(e,n,t,o,s){const{tokenRaw:r,tokenValue:a}=e;return c(e,n),e.assignable=2,ne(e,n,t,o,s,512&n?{type:"Literal",value:a,bigint:r.slice(0,-1),raw:r}:{type:"Literal",value:a,bigint:r.slice(0,-1)})}function He(e,n,t,o,s){e.assignable=2;const{tokenValue:r,tokenRaw:a,tokenPos:i,linePos:l,colPos:c}=e;G(e,n,67174409);return ne(e,n,t,o,s,{type:"TemplateLiteral",expressions:[],quasis:[Ke(e,n,r,a,i,l,c,!0)]})}function Ge(e,n,t,s,r){n=134217728^(134217728|n);const{tokenValue:a,tokenRaw:i,tokenPos:l,linePos:c,colPos:u}=e;G(e,32768|n,67174408);const d=[Ke(e,n,a,i,l,c,u,!1)],k=[je(e,n,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.token&&o(e,80);67174409!==(e.token=U(e,n));){const{tokenValue:t,tokenRaw:s,tokenPos:r,linePos:a,colPos:i}=e;G(e,32768|n,67174408),d.push(Ke(e,n,t,s,r,a,i,!1)),k.push(je(e,n,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.token&&o(e,80)}{const{tokenValue:t,tokenRaw:o,tokenPos:s,linePos:r,colPos:a}=e;G(e,n,67174409),d.push(Ke(e,n,t,o,s,r,a,!0))}return ne(e,n,t,s,r,{type:"TemplateLiteral",expressions:k,quasis:d})}function Ke(e,n,t,o,s,r,a,i){const l=ne(e,n,s,r,a,{type:"TemplateElement",value:{cooked:t,raw:o},tail:i}),c=i?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 Ye(e,n,t,o,s){G(e,32768|(n=134217728^(134217728|n)),14);const r=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,ne(e,n,t,o,s,{type:"SpreadElement",argument:r})}function Qe(e,n,t){c(e,32768|n);const o=[];if(16===e.token)return c(e,n),o;for(;16!==e.token&&(14===e.token?o.push(Ye(e,n,e.tokenPos,e.linePos,e.colPos)):o.push(Re(e,n,1,0,t,e.tokenPos,e.linePos,e.colPos)),18===e.token)&&(c(e,32768|n),16!==e.token););return G(e,n,16),o}function Ze(e,n,t){const{tokenValue:o,tokenPos:s,linePos:r,colPos:a}=e;return c(e,n),ne(e,n,s,r,a,268435456&n?{type:"Identifier",name:o,pattern:1===t}:{type:"Identifier",name:o})}function en(e,n){const{tokenValue:t,tokenRaw:o,tokenPos:s,linePos:r,colPos:a}=e;return 134283386===e.token?We(e,n,s,r,a):(c(e,n),e.assignable=2,ne(e,n,s,r,a,512&n?{type:"Literal",value:t,raw:o}:{type:"Literal",value:t}))}function nn(e,n,t,s,r,a,i,l,u,d){c(e,32768|n);const k=r?W(e,n,8457011):0;let f,p=null,P=t?{parent:void 0,type:2}:void 0;if(67174411===e.token)(1&a)<1&&o(e,37,"Function");else{const o=4&s&&((8192&n)<1||(2048&n)<1)?4:64;Q(e,n|(3072&n)<<11,e.token),t&&(4&o?le(e,n,t,e.tokenValue,o):ie(e,n,t,e.tokenValue,o,s),P=re(P,256),a&&2&a&&ce(e,e.tokenValue)),f=e.token,p=Ze(e,n,0)}n=32243712^(32243712|n)|67108864|2*i+k<<21|(k?0:1073741824),t&&(P=re(P,512));return ne(e,n,l,u,d,{type:"FunctionDeclaration",id:p,params:pn(e,8388608|n,P,0,1),body:Ue(e,143360^(143360|n),t?re(P,128):P,8,f,t?P.scopeError:void 0),async:1===i,generator:1===k})}function tn(e,n,t,o,s,r,a){c(e,32768|n);const i=W(e,n,8457011),l=2*t+i<<21;let u,d=null,k=64&n?{parent:void 0,type:2}:void 0;(176128&e.token)>0&&(Q(e,32243712^(32243712|n)|l,e.token),k&&(k=re(k,256)),u=e.token,d=Ze(e,n,0)),n=32243712^(32243712|n)|67108864|l|(i?0:1073741824),k&&(k=re(k,512));const f=pn(e,8388608|n,k,o,1),p=Ue(e,-134377473&n,k?re(k,128):k,0,u,void 0);return e.assignable=2,ne(e,n,s,r,a,{type:"FunctionExpression",id:d,params:f,body:p,async:1===t,generator:1===i})}function on(e,n,t,s,r,a,i,l,u,d,k){c(e,32768|n);const f=[];let p=0;for(n=134217728^(134217728|n);20!==e.token;)if(H(e,32768|n,18))f.push(null);else{let s;const{token:u,tokenPos:d,linePos:k,colPos:P,tokenValue:g}=e;if(143360&u)if(s=Be(e,n,i,0,1,0,r,1,d,k,P),1077936157===e.token){2&e.assignable&&o(e,24),c(e,32768|n),t&&ae(e,n,t,g,i,l);const u=Re(e,n,1,1,r,e.tokenPos,e.linePos,e.colPos);s=ne(e,n,d,k,P,a?{type:"AssignmentPattern",left:s,right:u}:{type:"AssignmentExpression",operator:"=",left:s,right:u}),p|=256&e.destructible?256:0|128&e.destructible?128:0}else 18===e.token||20===e.token?(2&e.assignable?p|=16:t&&ae(e,n,t,g,i,l),p|=256&e.destructible?256:0|128&e.destructible?128:0):(p|=1&i?32:(2&i)<1?16:0,s=_e(e,n,s,r,0,d,k,P),18!==e.token&&20!==e.token?(1077936157!==e.token&&(p|=16),s=Je(e,n,r,a,d,k,P,s)):1077936157!==e.token&&(p|=2&e.assignable?16:32));else 2097152&u?(s=2162700===e.token?ln(e,n,t,0,r,a,i,l,d,k,P):on(e,n,t,0,r,a,i,l,d,k,P),p|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.token||20===e.token?2&e.assignable&&(p|=16):8&e.destructible?o(e,68):(s=_e(e,n,s,r,0,d,k,P),p=2&e.assignable?16:0,18!==e.token&&20!==e.token?s=Je(e,n,r,a,d,k,P,s):1077936157!==e.token&&(p|=2&e.assignable?16:32))):14===u?(s=rn(e,n,t,20,i,l,0,r,a,d,k,P),p|=e.destructible,18!==e.token&&20!==e.token&&o(e,28,A[255&e.token])):(s=qe(e,n,1,0,1,d,k,P),18!==e.token&&20!==e.token?(s=Je(e,n,r,a,d,k,P,s),(3&i)<1&&67174411===u&&(p|=16)):2&e.assignable?p|=16:67174411===u&&(p|=1&e.assignable&&3&i?32:16));if(f.push(s),!H(e,32768|n,18))break;if(20===e.token)break}G(e,n,20);const P=ne(e,n,u,d,k,{type:a?"ArrayPattern":"ArrayExpression",elements:f});return!s&&4194304&e.token?sn(e,n,p,r,a,u,d,k,P):(e.destructible=p,P)}function sn(e,n,t,s,r,a,i,l,u){1077936157!==e.token&&o(e,24),c(e,32768|n),16&t&&o(e,24),r||K(e,u);const{tokenPos:d,linePos:k,colPos:f}=e,p=Re(e,n,1,1,s,d,k,f);return e.destructible=72^(72|t)|(128&e.destructible?128:0)|(256&e.destructible?256:0),ne(e,n,a,i,l,r?{type:"AssignmentPattern",left:u,right:p}:{type:"AssignmentExpression",left:u,operator:"=",right:p})}function rn(e,n,t,s,r,a,i,l,u,d,k,f){c(e,32768|n);let p=null,P=0,{token:g,tokenValue:m,tokenPos:b,linePos:h,colPos:y}=e;if(143360&g)e.assignable=1,p=Be(e,n,r,0,1,0,l,1,b,h,y),g=e.token,p=_e(e,n,p,l,0,b,h,y),18!==e.token&&e.token!==s&&(2&e.assignable&&1077936157===e.token&&o(e,68),P|=16,p=Je(e,n,l,u,b,h,y,p)),2&e.assignable?P|=16:g===s||18===g?t&&ae(e,n,t,m,r,a):P|=32,P|=128&e.destructible?128:0;else if(g===s)o(e,39);else{if(!(2097152&g)){P|=32,p=qe(e,n,1,l,1,e.tokenPos,e.linePos,e.colPos);const{token:t,tokenPos:r,linePos:a,colPos:i}=e;return 1077936157===t&&t!==s&&18!==t?(2&e.assignable&&o(e,24),p=Je(e,n,l,u,r,a,i,p),P|=16):(18===t?P|=16:t!==s&&(p=Je(e,n,l,u,r,a,i,p)),P|=1&e.assignable?32:16),e.destructible=P,e.token!==s&&18!==e.token&&o(e,155),ne(e,n,d,k,f,{type:u?"RestElement":"SpreadElement",argument:p})}p=2162700===e.token?ln(e,n,t,1,l,u,r,a,b,h,y):on(e,n,t,1,l,u,r,a,b,h,y),g=e.token,1077936157!==g&&g!==s&&18!==g?(8&e.destructible&&o(e,68),p=_e(e,n,p,l,0,b,h,y),P|=2&e.assignable?16:0,4194304==(4194304&e.token)?(1077936157!==e.token&&(P|=16),p=Je(e,n,l,u,b,h,y,p)):(8454144==(8454144&e.token)&&(p=Oe(e,n,1,b,h,y,4,g,p)),H(e,32768|n,22)&&(p=Xe(e,n,p,b,h,y)),P|=2&e.assignable?16:32)):P|=1074790415===s&&1077936157!==g?16:e.destructible}if(e.token!==s)if(1&r&&(P|=i?16:32),H(e,32768|n,1077936157)){16&P&&o(e,24),K(e,p);const t=Re(e,n,1,1,l,e.tokenPos,e.linePos,e.colPos);p=ne(e,n,b,h,y,u?{type:"AssignmentPattern",left:p,right:t}:{type:"AssignmentExpression",left:p,operator:"=",right:t}),P=16}else P|=16;return e.destructible=P,ne(e,n,d,k,f,{type:u?"RestElement":"SpreadElement",argument:p})}function an(e,n,t,r,a,i,l){const u=(64&t)<1?31981568:14680064;let d=64&(n=(n|u)^u|(88&t)<<18|100925440)?re({parent:void 0,type:2},512):void 0;const k=function(e,n,t,r,a,i){G(e,n,67174411);const l=[];if(e.flags=128^(128|e.flags),16===e.token)return 512&r&&o(e,35,"Setter","one",""),c(e,n),l;256&r&&o(e,35,"Getter","no","s");512&r&&14===e.token&&o(e,36);n=134217728^(134217728|n);let u=0,d=0;for(;18!==e.token;){let s=null;const{tokenPos:k,linePos:f,colPos:p}=e;if(143360&e.token?((1024&n)<1&&(36864==(36864&e.token)&&(e.flags|=256),537079808==(537079808&e.token)&&(e.flags|=512)),s=An(e,n,t,1|r,0,k,f,p)):(2162700===e.token?s=ln(e,n,t,1,i,1,a,0,k,f,p):69271571===e.token?s=on(e,n,t,1,i,1,a,0,k,f,p):14===e.token&&(s=rn(e,n,t,16,a,0,0,i,1,k,f,p)),d=1,48&e.destructible&&o(e,47)),1077936157===e.token){c(e,32768|n),d=1;s=ne(e,n,k,f,p,{type:"AssignmentPattern",left:s,right:Re(e,n,1,1,0,e.tokenPos,e.linePos,e.colPos)})}if(u++,l.push(s),!H(e,n,18))break;if(16===e.token)break}512&r&&1!==u&&o(e,35,"Setter","one","");t&&void 0!==t.scopeError&&s(t.scopeError);d&&(e.flags|=128);return G(e,n,16),l}(e,8388608|n,d,t,1,r);d&&(d=re(d,128));return ne(e,n,a,i,l,{type:"FunctionExpression",params:k,body:Ue(e,-134230017&n,d,0,void 0,void 0),async:(16&t)>0,generator:(8&t)>0,id:null})}function ln(e,n,t,s,a,i,l,u,d,k,f){c(e,n);const p=[];let P=0,g=0;for(n=134217728^(134217728|n);1074790415!==e.token;){const{token:s,tokenValue:d,linePos:k,colPos:f,tokenPos:m}=e;if(14===s)p.push(rn(e,n,t,1074790415,l,u,0,a,i,m,k,f));else{let b,h=0,y=null;const x=e.token;if(143360&e.token||118===e.token)if(y=Ze(e,n,0),18===e.token||1074790415===e.token||1077936157===e.token)if(h|=4,1024&n&&537079808==(537079808&s)?P|=16:Y(e,n,l,s,0),t&&ae(e,n,t,d,l,u),H(e,32768|n,1077936157)){P|=8;const t=Re(e,n,1,1,a,e.tokenPos,e.linePos,e.colPos);P|=256&e.destructible?256:0|128&e.destructible?128:0,b=ne(e,n,m,k,f,{type:"AssignmentPattern",left:-2147483648&n?Object.assign({},y):y,right:t})}else P|=(209005===s?128:0)|(118===s?16:0),b=-2147483648&n?Object.assign({},y):y;else if(H(e,32768|n,21)){const{tokenPos:r,linePos:c,colPos:k}=e;if("__proto__"===d&&g++,143360&e.token){const o=e.token,s=e.tokenValue;P|=118===x?16:0,b=Be(e,n,l,0,1,0,a,1,r,c,k);const{token:d}=e;b=_e(e,n,b,a,0,r,c,k),18===e.token||1074790415===e.token?1077936157===d||1074790415===d||18===d?(P|=128&e.destructible?128:0,2&e.assignable?P|=16:t&&143360==(143360&o)&&ae(e,n,t,s,l,u)):P|=1&e.assignable?32:16:4194304==(4194304&e.token)?(2&e.assignable?P|=16:1077936157!==d?P|=32:t&&ae(e,n,t,s,l,u),b=Je(e,n,a,i,r,c,k,b)):(P|=16,8454144==(8454144&e.token)&&(b=Oe(e,n,1,r,c,k,4,d,b)),H(e,32768|n,22)&&(b=Xe(e,n,b,r,c,k)))}else 2097152==(2097152&e.token)?(b=69271571===e.token?on(e,n,t,0,a,i,l,u,r,c,k):ln(e,n,t,0,a,i,l,u,r,c,k),P=e.destructible,e.assignable=16&P?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):8&e.destructible?o(e,68):(b=_e(e,n,b,a,0,r,c,k),P=2&e.assignable?16:0,4194304==(4194304&e.token)?b=Me(e,n,a,i,r,c,k,b):(8454144==(8454144&e.token)&&(b=Oe(e,n,1,r,c,k,4,s,b)),H(e,32768|n,22)&&(b=Xe(e,n,b,r,c,k)),P|=2&e.assignable?16:32))):(b=qe(e,n,1,a,1,r,c,k),P|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):(b=_e(e,n,b,a,0,r,r,k),P=2&e.assignable?16:0,18!==e.token&&1074790415!==s&&(1077936157!==e.token&&(P|=16),b=Je(e,n,a,i,r,r,k,b))))}else 69271571===e.token?(P|=16,209004===s&&(h|=16),h|=2|(12399===s?256:12400===s?512:1),y=cn(e,n,a),P|=e.assignable,b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):143360&e.token?(P|=16,118===s&&o(e,92),209004===s&&(1&e.flags&&o(e,128),h|=16),y=Ze(e,n,0),h|=12399===s?256:12400===s?512:1,b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):67174411===e.token?(P|=16,h|=1,b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):8457011===e.token?(P|=16,12399===s||12400===s?o(e,40):143480===s&&o(e,92),c(e,n),h|=9|(209004===s?16:0),143360&e.token?y=Ze(e,n,0):134217728==(134217728&e.token)?y=en(e,n):69271571===e.token?(h|=2,y=cn(e,n,a),P|=e.assignable):o(e,28,A[255&e.token]),b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):134217728==(134217728&e.token)?(209004===s&&(h|=16),h|=12399===s?256:12400===s?512:1,P|=16,y=en(e,n),b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):o(e,129);else if(134217728==(134217728&e.token))if(y=en(e,n),21===e.token){G(e,32768|n,21);const{tokenPos:o,linePos:r,colPos:c}=e;if("__proto__"===d&&g++,143360&e.token){b=Be(e,n,l,0,1,0,a,1,o,r,c);const{token:s,tokenValue:d}=e;b=_e(e,n,b,a,0,o,r,c),18===e.token||1074790415===e.token?1077936157===s||1074790415===s||18===s?2&e.assignable?P|=16:t&&ae(e,n,t,d,l,u):P|=1&e.assignable?32:16:1077936157===e.token?(2&e.assignable&&(P|=16),b=Je(e,n,a,i,o,r,c,b)):(P|=16,b=Je(e,n,a,i,o,r,c,b))}else 2097152==(2097152&e.token)?(b=69271571===e.token?on(e,n,t,0,a,i,l,u,o,r,c):ln(e,n,t,0,a,i,l,u,o,r,c),P=e.destructible,e.assignable=16&P?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):8!=(8&e.destructible)&&(b=_e(e,n,b,a,0,o,r,c),P=2&e.assignable?16:0,4194304==(4194304&e.token)?b=Me(e,n,a,i,o,r,c,b):(8454144==(8454144&e.token)&&(b=Oe(e,n,1,o,r,c,4,s,b)),H(e,32768|n,22)&&(b=Xe(e,n,b,o,r,c)),P|=2&e.assignable?16:32))):(b=qe(e,n,1,0,1,o,r,c),P|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):(b=_e(e,n,b,a,0,o,r,c),P=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(P|=16),b=Je(e,n,a,i,o,r,c,b))))}else 67174411===e.token?(h|=1,b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos),P=16|e.assignable):o(e,130);else if(69271571===e.token)if(y=cn(e,n,a),P|=256&e.destructible?256:0,h|=2,21===e.token){c(e,32768|n);const{tokenPos:r,linePos:d,colPos:k,tokenValue:f,token:p}=e;if(143360&e.token){b=Be(e,n,l,0,1,0,a,1,r,d,k);const{token:o}=e;b=_e(e,n,b,a,0,r,d,k),4194304==(4194304&e.token)?(P|=2&e.assignable?16:1077936157===o?0:32,b=Me(e,n,a,i,r,d,k,b)):18===e.token||1074790415===e.token?1077936157===o||1074790415===o||18===o?2&e.assignable?P|=16:t&&143360==(143360&p)&&ae(e,n,t,f,l,u):P|=1&e.assignable?32:16:(P|=16,b=Je(e,n,a,i,r,d,k,b))}else 2097152==(2097152&e.token)?(b=69271571===e.token?on(e,n,t,0,a,i,l,u,r,d,k):ln(e,n,t,0,a,i,l,u,r,d,k),P=e.destructible,e.assignable=16&P?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):8&P?o(e,59):(b=_e(e,n,b,a,0,r,d,k),P=2&e.assignable?16|P:0,4194304==(4194304&e.token)?(1077936157!==e.token&&(P|=16),b=Me(e,n,a,i,r,d,k,b)):(8454144==(8454144&e.token)&&(b=Oe(e,n,1,r,d,k,4,s,b)),H(e,32768|n,22)&&(b=Xe(e,n,b,r,d,k)),P|=2&e.assignable?16:32))):(b=qe(e,n,1,0,1,r,d,k),P|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(P|=16):(b=_e(e,n,b,a,0,r,d,k),P=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(P|=16),b=Je(e,n,a,i,r,d,k,b))))}else 67174411===e.token?(h|=1,b=an(e,n,h,a,e.tokenPos,k,f),P=16):o(e,41);else if(8457011===s)if(G(e,32768|n,8457011),h|=8,143360&e.token){const{token:t,line:o,index:s}=e;y=Ze(e,n,0),h|=1,67174411===e.token?(P|=16,b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):r(s,o,s,209004===t?43:12399===t||12400===e.token?42:44,A[255&t])}else 134217728==(134217728&e.token)?(P|=16,y=en(e,n),h|=1,b=an(e,n,h,a,m,k,f)):69271571===e.token?(P|=16,h|=3,y=cn(e,n,a),b=an(e,n,h,a,e.tokenPos,e.linePos,e.colPos)):o(e,122);else o(e,28,A[255&s]);P|=128&e.destructible?128:0,e.destructible=P,p.push(ne(e,n,m,k,f,{type:"Property",key:y,value:b,kind:768&h?512&h?"set":"get":"init",computed:(2&h)>0,method:(1&h)>0,shorthand:(4&h)>0}))}if(P|=e.destructible,18!==e.token)break;c(e,n)}G(e,n,1074790415),g>1&&(P|=64);const m=ne(e,n,d,k,f,{type:i?"ObjectPattern":"ObjectExpression",properties:p});return!s&&4194304&e.token?sn(e,n,P,a,i,d,k,f,m):(e.destructible=P,m)}function cn(e,n,t){c(e,32768|n);const o=Re(e,134217728^(134217728|n),1,0,t,e.tokenPos,e.linePos,e.colPos);return G(e,n,20),o}function un(e,n,t,o,s){const{tokenValue:r}=e,a=Ze(e,n,0);if(e.assignable=1,10===e.token){let i;return 64&n&&(i=oe(e,n,r)),e.flags=128^(128|e.flags),fn(e,n,i,[a],0,t,o,s)}return a}function dn(e,n,t,s,r,a,i,l,c,u){a||o(e,54),r&&o(e,48),e.flags&=-129;return fn(e,n,64&n?oe(e,n,t):void 0,[s],i,l,c,u)}function kn(e,n,t,s,r,a,i,l,c){r||o(e,54);for(let n=0;n<s.length;++n)K(e,s[n]);return fn(e,n,t,s,a,i,l,c)}function fn(e,n,t,r,a,i,l,c){1&e.flags&&o(e,45),G(e,32768|n,10),n=15728640^(15728640|n)|a<<22;const u=2162700!==e.token;let d;if(t&&void 0!==t.scopeError&&s(t.scopeError),u)d=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos);else{switch(t&&(t=re(t,128)),d=Ue(e,134246400^(134246400|n),t,16,void 0,void 0),e.token){case 69271571:(1&e.flags)<1&&o(e,112);break;case 67108877:case 67174409:case 22:o(e,113);case 67174411:(1&e.flags)<1&&o(e,112),e.flags|=1024}8454144==(8454144&e.token)&&(1&e.flags)<1&&o(e,28,A[255&e.token]),33619968==(33619968&e.token)&&o(e,121)}return e.assignable=2,ne(e,n,i,l,c,{type:"ArrowFunctionExpression",params:r,body:d,async:1===a,expression:u})}function pn(e,n,t,r,a){G(e,n,67174411),e.flags=128^(128|e.flags);const i=[];if(H(e,n,16))return i;n=134217728^(134217728|n);let l=0;for(;18!==e.token;){let s;const{tokenPos:u,linePos:d,colPos:k}=e;if(143360&e.token?((1024&n)<1&&(36864==(36864&e.token)&&(e.flags|=256),537079808==(537079808&e.token)&&(e.flags|=512)),s=An(e,n,t,1|a,0,u,d,k)):(2162700===e.token?s=ln(e,n,t,1,r,1,a,0,u,d,k):69271571===e.token?s=on(e,n,t,1,r,1,a,0,u,d,k):14===e.token?s=rn(e,n,t,16,a,0,0,r,1,u,d,k):o(e,28,A[255&e.token]),l=1,48&e.destructible&&o(e,47)),1077936157===e.token){c(e,32768|n),l=1;s=ne(e,n,u,d,k,{type:"AssignmentPattern",left:s,right:Re(e,n,1,1,r,e.tokenPos,e.linePos,e.colPos)})}if(i.push(s),!H(e,n,18))break;if(16===e.token)break}return l&&(e.flags|=128),t&&(l||1024&n)&&void 0!==t.scopeError&&s(t.scopeError),G(e,n,16),i}function Pn(e,n,t,o,s,r,a){const{token:i}=e;if(67108864&i){if(67108877===i){c(e,1073741824|n),e.assignable=1;return Pn(e,n,ne(e,n,s,r,a,{type:"MemberExpression",object:t,computed:!1,property:Ne(e,n)}),0,s,r,a)}if(69271571===i){c(e,32768|n);const{tokenPos:i,linePos:l,colPos:u}=e,d=je(e,n,o,1,i,l,u);return G(e,n,20),e.assignable=1,Pn(e,n,ne(e,n,s,r,a,{type:"MemberExpression",object:t,computed:!0,property:d}),0,s,r,a)}if(67174408===i||67174409===i)return e.assignable=2,Pn(e,n,ne(e,n,s,r,a,{type:"TaggedTemplateExpression",tag:t,quasi:67174408===e.token?Ge(e,65536|n,e.tokenPos,e.linePos,e.colPos):He(e,n,e.tokenPos,e.linePos,e.colPos)}),0,s,r,a)}return t}function gn(e,n,t,s,r,a){return 209005===e.token&&o(e,29),2098176&n&&241770===e.token&&o(e,30),537079808==(537079808&e.token)&&(e.flags|=512),dn(e,n,e.tokenValue,Ze(e,n,0),0,t,1,s,r,a)}function mn(e,n,t,s,r,a,i,l,u,d){c(e,32768|n);const k=64&n?re({parent:void 0,type:2},1024):void 0;if(H(e,n=134217728^(134217728|n),16))return 10===e.token?(1&i&&o(e,45),kn(e,n,k,[],s,1,l,u,d)):ne(e,n,l,u,d,{type:"CallExpression",callee:t,arguments:[]});let f=0,p=null,P=0;e.destructible=384^(384|e.destructible);const g=[];for(;16!==e.token;){const{token:s,tokenPos:i,linePos:c,colPos:m}=e;if(143360&s)k&&ie(e,n,k,e.tokenValue,r,0),p=Be(e,n,r,0,1,0,1,1,i,c,m),16===e.token||18===e.token?2&e.assignable?(f|=16,P=1):537079808==(537079808&s)?e.flags|=512:36864==(36864&s)&&(e.flags|=256):(1077936157===e.token?P=1:f|=16,p=_e(e,n,p,1,0,i,c,m),16!==e.token&&18!==e.token&&(p=Je(e,n,1,0,i,c,m,p)));else if(2097152&s)p=2162700===s?ln(e,n,k,0,1,0,r,a,i,c,m):on(e,n,k,0,1,0,r,a,i,c,m),f|=e.destructible,P=1,16!==e.token&&18!==e.token&&(8&f&&o(e,118),p=_e(e,n,p,0,0,i,c,m),f|=16,8454144==(8454144&e.token)&&(p=Oe(e,n,1,l,u,d,4,s,p)),H(e,32768|n,22)&&(p=Xe(e,n,p,l,u,d)));else{if(14!==s){for(p=Re(e,n,1,0,0,i,c,m),f=e.assignable,g.push(p);H(e,32768|n,18);)g.push(Re(e,n,1,0,0,i,c,m));return f|=e.assignable,G(e,n,16),e.destructible=16|f,e.assignable=2,ne(e,n,l,u,d,{type:"CallExpression",callee:t,arguments:g})}p=rn(e,n,k,16,r,a,1,1,0,i,c,m),f|=(16===e.token?0:16)|e.destructible,P=1}if(g.push(p),!H(e,32768|n,18))break}return G(e,n,16),f|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token?(48&f&&o(e,25),(1&e.flags||1&i)&&o(e,45),128&f&&o(e,29),2098176&n&&256&f&&o(e,30),P&&(e.flags|=128),kn(e,n,k,g,s,1,l,u,d)):(8&f&&o(e,59),e.assignable=2,ne(e,n,l,u,d,{type:"CallExpression",callee:t,arguments:g}))}function bn(e,n,t,s,r,a,i){let l=hn(e,n=16777216^(16778240|n));l.length&&(r=e.tokenPos,a=e.linePos,i=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(...l),l=e.leadingDecorators,e.leadingDecorators=[]),c(e,n);let u=null,d=null;const{tokenValue:k}=e;(4351&e.token^84)>4096?(Z(e,n,e.token)&&o(e,114),537079808==(537079808&e.token)&&o(e,115),t&&(ie(e,n,t,k,32,0),s&&2&s&&ce(e,k)),u=Ze(e,n,0)):(1&s)<1&&o(e,37,"Class");let f=n;H(e,32768|n,20564)?(d=qe(e,n,0,0,0,e.tokenPos,e.linePos,e.colPos),f|=524288):f=524288^(524288|f);const p=xn(e,f,n,t,2,8,0);return ne(e,n,r,a,i,1&n?{type:"ClassDeclaration",id:u,superClass:d,decorators:l,body:p}:{type:"ClassDeclaration",id:u,superClass:d,body:p})}function hn(e,n){const t=[];if(1&n)for(;130===e.token;)t.push(yn(e,n,e.tokenPos,e.linePos,e.colPos));return t}function yn(e,n,t,o,s){c(e,32768|n);let r=Be(e,n,2,0,1,0,0,1,t,o,s);return r=_e(e,n,r,0,0,t,o,s),ne(e,n,t,o,s,{type:"Decorator",expression:r})}function xn(e,n,t,s,r,a,i){const{tokenPos:l,linePos:c,colPos:u}=e;G(e,32768|n,2162700),n=134217728^(134217728|n),e.flags=32^(32|e.flags);const d=[];let k;for(;1074790415!==e.token;){let a=0;k=hn(e,n),a=k.length,a>0&&"constructor"===e.tokenValue&&o(e,106),1074790415===e.token&&o(e,105),H(e,n,1074790417)?a>0&&o(e,116):d.push(vn(e,n,s,t,r,k,0,i,e.tokenPos,e.linePos,e.colPos))}return G(e,8&a?32768|n:n,1074790415),ne(e,n,l,c,u,{type:"ClassBody",body:d})}function vn(e,n,t,s,r,a,i,l,u,d,k){let f=i?32:0,p=null;const{token:P,tokenPos:g,linePos:m,colPos:b}=e;if(176128&P)switch(p=Ze(e,n,0),P){case 36969:if(!i&&67174411!==e.token)return vn(e,n,t,s,r,a,1,l,u,d,k);break;case 209004:if(67174411!==e.token&&(1&e.flags)<1){if(1&n&&1073741824==(1073741824&e.token))return wn(e,n,p,f,a,g,m,b);f|=16|(W(e,n,8457011)?8:0)}break;case 12399:if(67174411!==e.token){if(1&n&&1073741824==(1073741824&e.token))return wn(e,n,p,f,a,g,m,b);f|=256}break;case 12400:if(67174411!==e.token){if(1&n&&1073741824==(1073741824&e.token))return wn(e,n,p,f,a,g,m,b);f|=512}}else 69271571===P?(f|=2,p=cn(e,s,l)):134217728==(134217728&P)?p=en(e,n):8457011===P?(f|=8,c(e,n)):1&n&&128===e.token?(f|=4096,p=Cn(e,n,g,m,b),n|=16384):1&n&&1073741824==(1073741824&e.token)?(f|=128,n|=16384):119===P?(p=Ze(e,n,0),67174411!==e.token&&o(e,28,A[255&e.token])):o(e,28,A[255&e.token]);if(792&f&&(143360&e.token?p=Ze(e,n,0):134217728==(134217728&e.token)?p=en(e,n):69271571===e.token?(f|=2,p=cn(e,n,0)):119===e.token?p=Ze(e,n,0):1&n&&128===e.token?(f|=4096,p=Cn(e,n,g,m,b)):o(e,131)),(2&f)<1&&("constructor"===e.tokenValue?(1073741824==(1073741824&e.token)?o(e,125):(32&f)<1&&67174411===e.token&&(920&f?o(e,50,"accessor"):(524288&n)<1&&(32&e.flags?o(e,51):e.flags|=32)),f|=64):(4096&f)<1&&824&f&&"prototype"===e.tokenValue&&o(e,49)),1&n&&67174411!==e.token)return wn(e,n,p,f,a,g,m,b);const h=an(e,n,f,l,e.tokenPos,e.linePos,e.colPos);return ne(e,n,u,d,k,1&n?{type:"MethodDefinition",kind:(32&f)<1&&64&f?"constructor":256&f?"get":512&f?"set":"method",static:(32&f)>0,computed:(2&f)>0,key:p,decorators:a,value:h}:{type:"MethodDefinition",kind:(32&f)<1&&64&f?"constructor":256&f?"get":512&f?"set":"method",static:(32&f)>0,computed:(2&f)>0,key:p,value:h})}function Cn(e,n,t,s,r){c(e,n);const{tokenValue:a}=e;return"constructor"===a&&o(e,124),c(e,n),ne(e,n,t,s,r,{type:"PrivateIdentifier",name:a})}function wn(e,n,t,s,r,a,i,l){let u=null;if(8&s&&o(e,0),1077936157===e.token){c(e,32768|n);const{tokenPos:t,linePos:s,colPos:r}=e;537079925===e.token&&o(e,115),u=Be(e,16384|n,2,0,1,0,0,1,t,s,r),1073741824!=(1073741824&e.token)&&(u=_e(e,16384|n,u,0,0,t,s,r),u=Je(e,16384|n,0,0,t,s,r,u),18===e.token&&(u=Fe(e,n,0,a,i,l,u)))}return ne(e,n,a,i,l,{type:"PropertyDefinition",key:t,value:u,static:(32&s)>0,computed:(2&s)>0,decorators:r})}function En(e,n,t,s,r,a,i,l){if(143360&e.token)return An(e,n,t,s,r,a,i,l);2097152!=(2097152&e.token)&&o(e,28,A[255&e.token]);const c=69271571===e.token?on(e,n,t,1,0,1,s,r,a,i,l):ln(e,n,t,1,0,1,s,r,a,i,l);return 16&e.destructible&&o(e,47),32&e.destructible&&o(e,47),c}function An(e,n,t,s,r,a,i,l){const{tokenValue:u,token:d}=e;return 1024&n&&(537079808==(537079808&d)?o(e,115):36864==(36864&d)&&o(e,114)),20480==(20480&d)&&o(e,99),2099200&n&&241770===d&&o(e,30),241736===d&&24&s&&o(e,97),4196352&n&&209005===d&&o(e,95),c(e,n),t&&ae(e,n,t,u,s,r),ne(e,n,a,i,l,{type:"Identifier",name:u})}function Sn(e,n,t,s,r,a){if(c(e,n),8456256===e.token)return ne(e,n,s,r,a,{type:"JSXFragment",openingFragment:Vn(e,n,s,r,a),children:Tn(e,n),closingFragment:In(e,n,t,e.tokenPos,e.linePos,e.colPos)});let i=null,l=[];const u=function(e,n,t,s,r,a){143360!=(143360&e.token)&&4096!=(4096&e.token)&&o(e,0);const i=Ln(e,n,e.tokenPos,e.linePos,e.colPos),l=function(e,n){const t=[];for(;8457013!==e.token&&8456256!==e.token&&1048576!==e.token;)t.push(Fn(e,n,e.tokenPos,e.linePos,e.colPos));return t}(e,n),c=8457013===e.token;8456256===e.token?N(e,n):(G(e,n,8457013),t?G(e,n,8456256):N(e,n));return ne(e,n,s,r,a,{type:"JSXOpeningElement",name:i,attributes:l,selfClosing:c})}(e,n,t,s,r,a);if(!u.selfClosing){l=Tn(e,n),i=function(e,n,t,o,s,r){G(e,n,25);const a=Ln(e,n,e.tokenPos,e.linePos,e.colPos);t?G(e,n,8456256):e.token=N(e,n);return ne(e,n,o,s,r,{type:"JSXClosingElement",name:a})}(e,n,t,e.tokenPos,e.linePos,e.colPos);const s=te(i.name);te(u.name)!==s&&o(e,149,s)}return ne(e,n,s,r,a,{type:"JSXElement",children:l,openingElement:u,closingElement:i})}function Vn(e,n,t,o,s){return N(e,n),ne(e,n,t,o,s,{type:"JSXOpeningFragment"})}function In(e,n,t,o,s,r){return G(e,n,25),G(e,n,8456256),ne(e,n,o,s,r,{type:"JSXClosingFragment"})}function Tn(e,n){const t=[];for(;25!==e.token;)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,N(e,n),t.push(Dn(e,n,e.tokenPos,e.linePos,e.colPos));return t}function Dn(e,n,t,s,r){return 135===e.token?function(e,n,t,o,s){N(e,n);const r={type:"JSXText",value:e.tokenValue};512&n&&(r.raw=e.tokenRaw);return ne(e,n,t,o,s,r)}(e,n,t,s,r):2162700===e.token?Jn(e,n,0,0,t,s,r):8456255===e.token?Sn(e,n,0,t,s,r):void o(e,0)}function Ln(e,n,t,o,s){B(e);let r=Mn(e,n,t,o,s);if(21===e.token)return jn(e,n,r,t,o,s);for(;H(e,n,67108877);)B(e),r=Rn(e,n,r,t,o,s);return r}function Rn(e,n,t,o,s,r){return ne(e,n,o,s,r,{type:"JSXMemberExpression",object:t,property:Mn(e,n,e.tokenPos,e.linePos,e.colPos)})}function Fn(e,n,t,s,r){if(2162700===e.token)return function(e,n,t,o,s){c(e,n),G(e,n,14);const r=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos);return G(e,n,1074790415),ne(e,n,t,o,s,{type:"JSXSpreadAttribute",argument:r})}(e,n,t,s,r);B(e);let a=null,i=Mn(e,n,t,s,r);if(21===e.token&&(i=jn(e,n,i,t,s,r)),1077936157===e.token){const t=_(e,n),{tokenPos:s,linePos:r,colPos:i}=e;switch(t){case 134283267:a=en(e,n);break;case 8456255:a=Sn(e,n,1,s,r,i);break;case 2162700:a=Jn(e,n,1,1,s,r,i);break;default:o(e,148)}}return ne(e,n,t,s,r,{type:"JSXAttribute",value:a,name:i})}function jn(e,n,t,o,s,r){G(e,n,21);return ne(e,n,o,s,r,{type:"JSXNamespacedName",namespace:t,name:Mn(e,n,e.tokenPos,e.linePos,e.colPos)})}function Jn(e,n,t,s,r,a,i){c(e,n);const{tokenPos:l,linePos:u,colPos:d}=e;if(14===e.token)return function(e,n,t,o,s){G(e,n,14);const r=Re(e,n,1,0,0,e.tokenPos,e.linePos,e.colPos);return G(e,n,1074790415),ne(e,n,t,o,s,{type:"JSXSpreadChild",expression:r})}(e,n,l,u,d);let k=null;return 1074790415===e.token?(s&&o(e,151),k=function(e,n,t,o,s){return e.startPos=e.tokenPos,e.startLine=e.linePos,e.startColumn=e.colPos,ne(e,n,t,o,s,{type:"JSXEmptyExpression"})}(e,n,e.startPos,e.startLine,e.startColumn)):k=Re(e,n,1,0,0,l,u,d),t?G(e,n,1074790415):N(e,n),ne(e,n,r,a,i,{type:"JSXExpressionContainer",expression:k})}function Mn(e,n,t,o,s){const{tokenValue:r}=e;return c(e,n),ne(e,n,t,o,s,{type:"JSXIdentifier",name:r})}var Xn=Object.freeze({__proto__:null});e.ESTree=Xn,e.parse=function(e,n){return fe(e,n,0)},e.parseModule=function(e,n){return fe(e,n,3072)},e.parseScript=function(e,n){return fe(e,n,0)},e.version="4.0.0",Object.defineProperty(e,"__esModule",{value:!0})}));
|