meriyah 5.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/CHANGELOG.md +88 -0
  2. package/README.md +38 -14
  3. package/dist/meriyah.cjs +2358 -2074
  4. package/dist/meriyah.min.mjs +1 -0
  5. package/dist/{meriyah.esm.js → meriyah.mjs} +2358 -2074
  6. package/dist/meriyah.umd.js +2358 -2074
  7. package/dist/meriyah.umd.min.js +1 -1
  8. package/dist/src/common.d.ts +71 -47
  9. package/dist/src/common.d.ts.map +1 -1
  10. package/dist/src/errors.d.ts +186 -177
  11. package/dist/src/errors.d.ts.map +1 -1
  12. package/dist/src/estree.d.ts +15 -6
  13. package/dist/src/estree.d.ts.map +1 -1
  14. package/dist/src/lexer/charClassifier.d.ts +2 -2
  15. package/dist/src/lexer/charClassifier.d.ts.map +1 -1
  16. package/dist/src/lexer/common.d.ts +1 -2
  17. package/dist/src/lexer/common.d.ts.map +1 -1
  18. package/dist/src/lexer/identifier.d.ts.map +1 -1
  19. package/dist/src/lexer/index.d.ts +1 -1
  20. package/dist/src/lexer/index.d.ts.map +1 -1
  21. package/dist/src/lexer/jsx.d.ts +2 -2
  22. package/dist/src/lexer/jsx.d.ts.map +1 -1
  23. package/dist/src/lexer/numeric.d.ts.map +1 -1
  24. package/dist/src/lexer/regexp.d.ts.map +1 -1
  25. package/dist/src/lexer/scan.d.ts.map +1 -1
  26. package/dist/src/lexer/string.d.ts +1 -1
  27. package/dist/src/lexer/string.d.ts.map +1 -1
  28. package/dist/src/lexer/template.d.ts.map +1 -1
  29. package/dist/src/parser.d.ts +72 -72
  30. package/dist/src/parser.d.ts.map +1 -1
  31. package/dist/src/token.d.ts +115 -115
  32. package/dist/src/token.d.ts.map +1 -1
  33. package/package.json +26 -35
  34. package/dist/meriyah.amd.js +0 -8964
  35. package/dist/meriyah.amd.min.js +0 -1
  36. package/dist/meriyah.cjs.js +0 -8962
  37. package/dist/meriyah.cjs.min.js +0 -1
  38. package/dist/meriyah.esm.min.js +0 -1
  39. package/dist/meriyah.esm.min.mjs +0 -1
  40. package/dist/meriyah.esm.mjs +0 -8956
  41. package/dist/meriyah.iife.js +0 -8967
  42. package/dist/meriyah.iife.min.js +0 -1
  43. package/dist/meriyah.min.cjs +0 -1
  44. package/dist/meriyah.system.js +0 -8970
  45. package/dist/meriyah.system.min.js +0 -1
  46. package/dist/meriyah.umd.cjs +0 -8968
  47. package/dist/meriyah.umd.es5.js +0 -9022
  48. package/dist/meriyah.umd.es5.min.js +0 -1
  49. package/dist/meriyah.umd.min.cjs +0 -1
  50. package/src/chars.ts +0 -155
  51. package/src/common.ts +0 -834
  52. package/src/errors.ts +0 -421
  53. package/src/estree.ts +0 -827
  54. package/src/lexer/charClassifier.ts +0 -449
  55. package/src/lexer/comments.ts +0 -178
  56. package/src/lexer/common.ts +0 -140
  57. package/src/lexer/decodeHTML.ts +0 -2184
  58. package/src/lexer/identifier.ts +0 -196
  59. package/src/lexer/index.ts +0 -32
  60. package/src/lexer/jsx.ts +0 -127
  61. package/src/lexer/numeric.ts +0 -259
  62. package/src/lexer/regexp.ts +0 -156
  63. package/src/lexer/scan.ts +0 -657
  64. package/src/lexer/string.ts +0 -242
  65. package/src/lexer/template.ts +0 -108
  66. package/src/meriyah.ts +0 -28
  67. package/src/parser.ts +0 -9358
  68. package/src/token.ts +0 -307
  69. package/src/unicode.ts +0 -36
@@ -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",147:"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",93:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",120:"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 setter cannot be a generator",42:"A computed property name must be followed by a colon or paren",131:"Object literal keys that are strings or numbers must be a method or have a colon",44:"Found `* async x(){}` but this should be `async * x(){}`",43:"Getters and setters can not be generators",45:"'%0' can not be generator method",46:"No line break is allowed after '=>'",47:"The left-hand side of the arrow can only be destructed through assignment",48:"The binding declaration is not destructible",49:"Async arrow can not be followed by new expression",50:"Classes may not have a static property named 'prototype'",51:"Class constructor may not be a %0",52:"Duplicate constructor method in class",53:"Invalid increment/decrement operand",54:"Invalid use of `new` keyword on an increment/decrement expression",55:"`=>` is an invalid assignment target",56:"Rest element may not have a trailing comma",57:"Missing initializer in %0 declaration",58:"'for-%0' loop head declarations can not have an initializer",59:"Invalid left-hand side in for-%0 loop: Must have a single binding",60:"Invalid shorthand property initializer",61:"Property name __proto__ appears more than once in object literal",62:"Let is disallowed as a lexically bound name",63:"Invalid use of '%0' inside new expression",64:"Illegal 'use strict' directive in function with non-simple parameter list",65:'Identifier "let" disallowed as left-hand side expression in strict mode',66:"Illegal continue statement",67:"Illegal break statement",68:"Cannot have `let[...]` as a var name in strict mode",69:"Invalid destructuring assignment target",70:"Rest parameter may not have a default initializer",71:"The rest argument must the be last parameter",72:"Invalid rest argument",74:"In strict mode code, functions can only be declared at top level or inside a block",75:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",76:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",77:"Class declaration can't appear in single-statement context",78:"Invalid left-hand side in for-%0",79:"Invalid assignment in for-%0",80:"for await (... of ...) is only valid in async functions and async generators",81:"The first token after the template expression should be a continuation of the template",83:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",82:"`let \n [` is a restricted production at the start of a statement",84:"Catch clause requires exactly one parameter, not more (and no trailing comma)",85:"Catch clause parameter does not support default values",86:"Missing catch or finally after try",87:"More than one default clause in switch statement",88:"Illegal newline after throw",89:"Strict mode code may not include a with statement",90:"Illegal return statement",91:"The left hand side of the for-header binding declaration is not destructible",92:"new.target only allowed within functions",94:"'#' not followed by identifier",100:"Invalid keyword",99:"Can not use 'let' as a class name",98:"'A lexical declaration can't define a 'let' binding",97:"Can not use `let` as variable name in strict mode",95:"'%0' may not be used as an identifier in this context",96:"Await is only valid in async functions",101:"The %0 keyword can only be used with the module goal",102:"Unicode codepoint must not be greater than 0x10FFFF",103:"%0 source must be string",104:"Only a identifier can be used to indicate alias",105:"Only '*' or '{...}' can be imported after default",106:"Trailing decorator may be followed by method",107:"Decorators can't be used with a constructor",109:"HTML comments are only allowed with web compatibility (Annex B)",110:"The identifier 'let' must not be in expression position in strict mode",111:"Cannot assign to `eval` and `arguments` in strict mode",112:"The left-hand side of a for-of loop may not start with 'let'",113:"Block body arrows can not be immediately invoked without a group",114:"Block body arrows can not be immediately accessed without a group",115:"Unexpected strict mode reserved word",116:"Unexpected eval or arguments in strict mode",117:"Decorators must not be followed by a semicolon",118:"Calling delete on expression not allowed in strict mode",119:"Pattern can not have a tail",121:"Can not have a `yield` expression on the left side of a ternary",122:"An arrow function can not have a postfix update operator",123:"Invalid object literal key character after generator star",124:"Private fields can not be deleted",126:"Classes may not have a field called constructor",125:"Classes may not have a private element named constructor",127:"A class field initializer may not contain arguments",128:"Generators can only be declared at the top level or inside a block",129:"Async methods are a restricted production and cannot have a newline following it",130:"Unexpected character after object literal property name",132:"Invalid key token",133:"Label '%0' has already been declared",134:"continue statement must be nested within an iteration statement",135:"Undefined label '%0'",136:"Trailing comma is disallowed inside import(...) arguments",137:"Invalid binding in JSON import",138:"import() requires exactly one argument",139:"Cannot use new with import(...)",140:"... is not allowed in import()",141:"Expected '=>'",142:"Duplicate binding '%0'",143:"Cannot export a duplicate name '%0'",146:"Duplicate %0 for-binding",144:"Exported binding '%0' needs to refer to a top-level declared variable",145:"Unexpected private field",149:"Numeric separators are not allowed at the end of numeric literals",148:"Only one underscore is allowed as numeric separator",150:"JSX value should be either an expression or a quoted JSX text",151:"Expected corresponding JSX closing tag for %0",152:"Adjacent JSX elements must be wrapped in an enclosing tag",153:"JSX attributes must only be assigned a non-empty 'expression'",154:"'%0' has already been declared",155:"'%0' shadowed a catch clause binding",156:"Dot property must be an identifier",157:"Encountered invalid input after spread/rest argument",158:"Catch without try",159:"Finally without try",160:"Expected corresponding closing tag for JSX fragment",161:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",162:"Invalid tagged template on optional chain",163:"Invalid optional chain from super property",164:"Invalid optional chain from new expression",165:'Cannot use "import.meta" outside a module',166:"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<3701;){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,26,2,27,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,18,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,54,2,7,2,6,0,4278222591,3,0,2,2,1,3,0,3,0,4294901711,2,40,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,200,2,3,0,4093640191,0,660618719,0,65487,0,4294828015,0,4092591615,0,1616920031,0,982991,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,12,0,67076095,-1,2,67,0,1073741743,0,4093607775,-1,0,50331649,0,3265266687,2,33,0,4294844415,0,4278190047,2,20,2,133,-1,3,0,2,2,23,2,0,2,10,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,0,261632,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2151677951,2,29,2,9,0,909311,3,0,2,0,814743551,2,42,0,67090432,3,0,2,2,41,2,0,2,6,2,0,2,30,2,8,0,268374015,2,107,2,48,2,0,2,76,0,134153215,-1,2,7,2,0,2,8,0,2684354559,0,67044351,0,3221160064,2,17,-1,3,0,2,0,67051519,0,1046528,3,0,3,2,9,2,0,2,50,0,4294960127,2,10,2,39,2,11,0,4294377472,2,12,3,0,16,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,2,206,2,129,0,1048577,2,83,2,14,-1,2,14,0,131042,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,1046559,2,0,2,15,2,0,0,2147516671,2,21,3,87,2,2,0,-16,2,88,0,524222462,2,4,2,0,0,4269801471,2,4,3,0,2,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,2,128,2,0,0,3220242431,3,0,3,2,19,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,2,0,0,4351,2,0,2,9,3,0,2,0,67043391,0,3909091327,2,0,2,24,2,9,2,20,3,0,2,0,67076097,2,8,2,0,2,21,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,98,2,99,2,22,2,23,3,0,3,0,67057663,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,3774349439,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,2,25,0,1638399,2,170,2,106,3,0,3,2,20,2,26,2,27,2,5,2,28,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-3,2,159,-4,2,20,2,0,2,36,0,1,2,0,2,62,2,6,2,12,2,10,2,0,2,112,-1,3,0,4,2,10,2,23,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277137519,0,2269118463,-1,3,20,2,-1,2,33,2,37,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,47,-10,2,0,0,203775,-1,2,164,2,20,2,43,2,36,2,18,2,77,2,18,2,123,2,21,3,0,2,2,37,0,2151677888,2,0,2,12,0,4294901764,2,140,2,0,2,52,2,51,0,5242879,3,0,2,0,402644511,-1,2,125,2,38,0,3,-1,2,126,2,39,2,0,0,67045375,2,40,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,41,2,42,-1,2,11,2,55,2,37,-5,2,0,2,12,-3,3,0,2,0,2147484671,2,130,0,4190109695,2,49,-2,2,131,0,4244635647,0,27,2,0,2,8,2,43,2,0,2,63,2,18,2,0,2,41,-8,2,53,2,44,0,67043329,2,45,2,46,0,8388351,-2,2,132,0,3028287487,2,47,2,134,0,33259519,2,42,-9,2,21,0,4294836223,0,3355443199,0,67043335,-2,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,2,30,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,23,2,0,2,8,2,23,2,48,2,0,2,21,2,49,2,135,2,25,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,0,1677656575,-147,2,0,2,24,2,37,-16,0,4161266656,0,4071,2,201,-4,0,28,-13,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,0,4294954999,2,0,-16,2,0,2,89,2,0,0,2105343,0,4160749584,2,174,-34,2,8,2,150,-6,0,4194303871,0,4294903771,2,0,2,54,2,97,-3,2,0,0,1073684479,0,17407,-9,2,18,2,17,2,0,2,32,-14,2,18,2,32,-23,2,151,3,0,6,0,8323103,-1,3,0,2,2,55,-37,2,56,2,152,2,153,2,154,2,155,2,156,-105,2,26,-32,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-22250,3,0,7,2,25,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,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,34,-1,2,18,2,61,-1,2,0,0,2047,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,25,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,41,2,6,0,32511,2,0,2,42,-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,127,2,65,2,160,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,0,654311424,0,3,0,4294828001,0,602930687,2,167,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,37,-1,2,4,0,917503,2,37,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,33,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,12,-1,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2147745791,3,19,2,0,122879,2,0,2,9,0,276824064,-2,3,0,2,2,41,2,0,0,4294903295,2,0,2,30,2,8,-1,2,18,2,48,2,0,2,76,2,42,-1,2,21,2,0,2,29,-2,0,128,-2,2,28,2,9,0,8160,-1,2,124,0,4227907585,2,0,2,77,2,0,2,78,2,180,2,10,2,39,2,11,-1,0,74440192,3,0,6,-2,3,0,8,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,-3,2,83,2,14,-3,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,817183,2,0,2,15,2,0,0,33023,2,21,3,87,2,-17,2,88,0,524157950,2,4,2,0,2,89,2,4,2,0,2,22,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,0,3072,2,0,0,2147516415,2,10,3,0,2,2,25,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,0,4294965179,0,7,2,0,2,9,2,92,2,9,-1,0,1761345536,2,95,0,4294901823,2,37,2,20,2,96,2,35,2,97,0,2080440287,2,0,2,34,2,149,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,98,2,99,2,22,2,23,3,0,3,0,7,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,2700607615,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,-3,2,106,3,0,3,2,20,-1,3,5,2,2,107,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-8,2,20,2,0,2,36,-1,2,0,2,62,2,6,2,30,2,10,2,0,2,112,-1,3,0,4,2,10,2,18,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277075969,2,30,-1,3,20,2,-1,2,33,2,123,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,78,-10,2,0,0,197631,-2,2,20,2,43,2,77,2,18,0,3,2,18,2,123,2,21,2,124,2,50,-1,0,2490368,2,124,2,25,2,18,2,34,2,124,2,37,0,4294901904,0,4718591,2,124,2,35,0,335544350,-1,2,125,0,2147487743,0,1,-1,2,126,2,39,2,8,-1,2,127,2,65,0,3758161920,0,3,-4,2,0,2,29,0,2147485568,0,3,2,0,2,25,0,176,-5,2,0,2,17,2,188,-1,2,0,2,25,2,205,-1,2,0,0,16779263,-2,2,12,-1,2,37,-5,2,0,2,128,-3,3,0,2,2,129,2,130,0,2147549183,0,2,-2,2,131,2,36,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,2,18,2,0,2,41,-8,2,53,2,17,0,1,2,45,2,25,-3,2,132,2,36,2,133,2,134,0,16778239,-10,2,35,0,4294836212,2,9,-3,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,0,126,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,18,2,0,2,8,2,18,2,54,2,0,2,25,2,78,2,135,2,25,-21,3,0,2,-4,3,0,2,0,67583,-1,2,104,-2,0,11,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,2,140,-187,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,2,149,-57,2,8,2,150,-7,2,18,2,0,2,54,-4,2,0,0,1065361407,0,16384,-9,2,18,2,54,2,0,2,128,-14,2,18,2,128,-23,2,151,3,0,6,2,123,-1,3,0,2,0,2063,-37,2,56,2,152,2,153,2,154,2,155,2,156,-138,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-28386,2,0,0,1,-1,2,129,2,0,0,8193,-21,2,198,0,10255,0,4,-11,2,64,2,179,-1,0,71680,-1,2,171,0,4292900864,0,268435519,-5,2,159,-1,2,169,-1,0,6144,-2,2,45,-1,2,163,-1,0,2147532800,2,160,2,166,0,16744448,-2,0,4,-4,2,194,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,161,0,4294886464,0,33292336,0,417809,2,161,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,162,0,201327104,0,3634348576,0,8323120,2,162,0,202375680,0,2678047264,0,4293984304,2,162,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,182,2,0,0,2089,0,3221225552,0,201359520,2,0,-2,0,256,0,122880,0,16777216,2,159,0,4160757760,2,0,-6,2,176,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,163,2,164,2,183,-2,2,172,-20,0,3758096385,-2,2,165,2,191,2,91,2,177,0,4294057984,-2,2,173,2,168,0,4227874816,-2,2,165,-1,2,166,-1,2,178,2,129,0,4026593280,0,14,0,4292919296,-1,2,175,0,939588608,-1,0,805306368,-1,2,129,2,167,2,168,2,169,2,207,2,0,-2,2,170,2,129,-3,0,267386880,-1,0,117440512,0,7168,-1,2,210,2,163,2,171,2,184,-16,2,172,-1,0,1426112704,2,173,-1,2,192,0,271581216,0,2149777408,2,25,2,171,2,129,0,851967,2,185,-1,2,174,2,186,-4,2,175,-20,2,197,2,204,-56,0,3145728,2,187,-10,0,32505856,-1,2,176,-1,0,2147385088,2,91,1,2155905152,2,-3,2,173,2,0,0,67108864,-2,2,177,-6,2,178,2,25,0,1,-1,0,1,-1,2,179,-3,2,123,2,64,-2,2,97,-2,0,32752,2,129,-915,2,170,-1,2,203,-10,2,190,-5,2,181,-6,0,4229232640,2,19,-1,2,180,-1,2,181,-2,0,4227874752,-3,0,2146435072,2,164,-2,0,1006649344,2,129,-1,2,91,0,201375744,-3,0,134217720,2,91,0,4286677377,0,32896,-1,2,175,-3,0,4227907584,-349,0,65520,0,1920,2,182,3,0,264,-11,2,169,-2,2,183,2,0,0,520617856,0,2692743168,0,36,-3,0,524280,-13,2,189,-1,0,4294934272,2,25,2,183,-1,2,213,0,2158720,-3,2,164,0,1,-4,2,129,0,3808625411,0,3489628288,0,4096,0,1207959680,0,3221274624,2,0,-3,2,184,0,120,0,7340032,-2,2,185,2,4,2,25,2,173,3,0,4,2,164,-1,2,186,2,182,-1,0,8176,2,166,2,184,2,211,-1,0,4290773232,2,0,-4,2,173,2,193,0,15728640,2,182,-1,2,171,-1,0,134250480,0,4720640,0,3825467396,3,0,2,-9,2,91,2,178,0,4294967040,2,133,0,4160880640,3,0,2,0,704,0,1849688064,2,187,-1,2,129,0,4294901887,2,0,0,130547712,0,1879048192,2,208,3,0,2,-1,2,188,2,189,-1,0,17829776,0,2025848832,2,212,-2,2,0,-1,0,4286580608,-1,0,29360128,2,196,0,16252928,0,3791388672,2,39,3,0,2,-2,2,202,2,0,-1,2,104,-1,0,66584576,-1,2,195,3,0,9,2,129,-1,0,4294755328,2,0,2,20,-1,2,171,2,183,2,25,2,95,2,25,2,190,2,91,-2,0,245760,2,191,-1,2,159,2,199,0,4227923456,-1,2,192,2,171,2,91,-3,0,4292870145,0,262144,-1,2,92,2,0,0,1073758848,2,193,-1,0,4227921920,2,194,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,92,-2,2,195,3,0,5,-1,2,196,2,173,2,0,-2,0,4227923936,2,62,-1,2,183,2,95,2,0,2,163,2,175,2,197,3,0,5,-1,2,182,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,198,2,28,-2,2,171,-2,2,199,-1,2,165,2,95,3,0,7,0,512,0,8388608,2,200,2,170,2,189,0,4286578944,3,0,2,0,1152,0,1266679808,2,195,0,576,0,4261707776,2,95,3,0,9,2,165,0,131072,0,939524096,2,183,3,0,2,2,16,-1,0,2147221504,-28,2,183,3,0,3,-3,0,4292902912,-6,2,96,3,0,81,2,25,-2,2,104,-33,2,18,2,178,3,0,125,-18,2,197,3,0,269,-17,2,165,2,129,2,201,-1,2,129,2,193,0,4290822144,-2,0,67174336,0,520093700,2,18,3,0,21,-2,2,184,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,181,-38,2,178,2,0,2,202,3,0,278,0,2417033215,-9,0,4294705144,0,4292411391,0,65295,-11,2,182,3,0,72,-3,0,3758159872,0,201391616,3,0,147,-1,2,169,2,203,-3,2,96,2,0,-7,2,178,-1,0,384,-1,0,133693440,-3,2,204,-2,2,107,3,0,3,3,177,2,-2,2,91,2,165,3,0,4,-2,2,192,-1,2,159,0,335552923,2,205,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,2,206,-21,0,134213632,2,158,3,0,34,2,129,0,4294965279,3,0,6,0,100663424,0,63524,-1,2,209,2,148,3,0,3,-1,0,3221282816,0,4294917120,3,0,9,2,25,2,207,-1,2,208,3,0,14,2,25,2,183,3,0,23,0,2147520640,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,36,-1,0,4292870144,3,0,2,0,1,2,173,3,0,6,2,205,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,46,3,0,8,-1,2,175,-2,2,177,0,98304,0,65537,2,178,-5,2,209,2,0,2,77,2,199,2,182,0,4294770176,2,107,3,0,4,-30,2,188,0,3758153728,-3,0,125829120,-2,2,183,0,4294897664,2,175,-1,2,195,-1,2,171,0,4294754304,3,0,2,-10,2,177,0,3758145536,2,210,2,211,0,4026548160,2,212,-4,2,213,-1,2,204,0,4227923967,3,0,32,-1335,2,0,-129,2,183,-6,2,173,-180,0,65532,-233,2,174,-18,2,173,3,0,77,-16,2,173,3,0,47,-154,2,166,-130,2,18,3,0,22250,-7,2,18,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,4294903807,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4294901759,32767,4294901760,262143,536870911,8388607,4160749567,4294902783,4294918143,65535,67043328,2281701374,4294967264,2097151,4194303,255,67108863,4294967039,511,524287,131071,127,3238002687,4294902271,4294549487,33554431,1023,4294901888,4286578687,4294705152,4294770687,67043583,2047999,67043343,16777215,4294902e3,4292870143,4294966783,16383,67047423,4294967279,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,63,15,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,65734655,4294966272,4294967280,32768,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,4294967232,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4160684047,4290246655,469499899,4294967231,134086655,4294966591,2445279231,3670015,31,4294967288,4294705151,3221208447,4294549472,4095,2147483648,4285526655,4294966527,4294966143,64,4294966719,3774873592,1877934080,262151,2555904,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4294934527,4087,2016,2147446655,184024726,2862017156,1593309078,268434431,268434414,4294901763,4294901761,536870912,2952790016,202506752,139264,402653184,3758096384,4261412864,63488,1610612736,4227922944,49152,57344,65280,3233808384,3221225472,65534,61440,57152,4293918720,4290772992,25165824,4227915776,4278190080,4026531840,4227858432,4160749568,3758129152,4294836224,4194304,251658240,196608,4294963200,2143289344,2097152,64512,417808,4227923712,12582912,4294967168,50331648,65528,65472,15360,4294966784,65408,4294965248,16,12288,4294934528,2080374784,4294950912,65024,1073741824,4261477888,524288]);function l(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function c(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),1&i[0+(t>>>5)]>>>t||o(e,18,d(t)),e.index++,e.column++,1)}function u(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&t||(e.column=0,e.line++)}function g(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function d(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function p(e){return e<65?e-48:e-65+10&15}const f=[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],k=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],m=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function b(e){return e<=127?k[e]:1&i[34816+(e>>>5)]>>>e}function h(e){return e<=127?m[e]:1&i[0+(e>>>5)]>>>e||8204===e||8205===e}const T=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function P(e,t,n,r,s,a,i,l){return 2048&r&&o(e,0),y(e,t,n,s,a,i,l)}function y(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&f[e.currentChar]){const n=13===e.currentChar;g(e),n&&e.index<e.end&&10===e.currentChar&&(e.currentChar=t.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){g(e);break}l(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(T[255&o],t.slice(i,e.tokenPos),r,e.tokenPos,n)}return 1|n}function x(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===l(e)){if(l(e),e.onComment){const n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(T[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&f[e.currentChar]?13===e.currentChar?(n|=5,g(e)):(u(e,n),n=-5&n|1):l(e)}else(8232^e.currentChar)<=1?(n=-5&n|1,g(e)):(n&=-5,l(e));o(e,16)}function v(e,t){const n=e.index;let r=0;e:for(;;){const t=e.currentChar;if(l(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:c}=e;for(;h(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,"u"),a|=16;break;case 121:8&a&&o(e,34,"y"),a|=8;break;case 115:32&a&&o(e,34,"s"),a|=32;break;case 100:64&a&&o(e,34,"d"),a|=64;break;default:o(e,33)}i=l(e)}const u=e.source.slice(c,e.index),g=e.source.slice(n,s);return e.tokenRegExp={pattern:g,flags:u},512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=function(e,t,n){try{return new RegExp(t,n)}catch{try{return new RegExp(t,n.replace("d","")),null}catch{o(e,32)}}}(e,g,u),65540}function w(e,t,n){const{index:r}=e;let s="",a=l(e),i=e.index;for(;!(8&f[a]);){if(a===n)return s+=e.source.slice(i,e.index),l(e),512&t&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=s,134283267;if(!(8&~a)&&92===a){if(s+=e.source.slice(i,e.index),a=l(e),a<127||8232===a||8233===a){const n=q(e,t,a);n>=0?s+=d(n):C(e,n,0)}else s+=d(a);i=e.index+1}e.index>=e.end&&o(e,14),a=l(e)}o(e,14)}function q(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(32&f[n]){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&f[t]&&(e.currentChar=t,o=o<<3|t-48,r++,s++)}e.flags|=64,e.index=r-1,e.column=s-1}else if((0!==o||512&f[n])&&1024&t)return-2}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&f[t]&&(o=o<<3|t-48,e.currentChar=t,e.index=r,e.column=s)}return e.flags|=64,o}case 120:{const t=l(e);if(!(64&f[t]))return-4;const n=p(t),o=l(e);if(!(64&f[o]))return-4;return n<<4|p(o)}case 117:{const t=l(e);if(123===e.currentChar){let t=0;for(;64&f[l(e)];)if(t=t<<4|p(e.currentChar),t>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:t}{if(!(64&f[t]))return-4;const n=e.source.charCodeAt(e.index+1);if(!(64&f[n]))return-4;const o=e.source.charCodeAt(e.index+2);if(!(64&f[o]))return-4;const r=e.source.charCodeAt(e.index+3);return 64&f[r]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),p(t)<<12|p(n)<<8|p(o)<<4|p(r)):-4}}case 56:case 57:if(!(256&t))return-3;default:return n}}function C(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,102)}}function E(e,t){const{index:n}=e;let r=67174409,s="",a=l(e);for(;96!==a;){if(36===a&&123===e.source.charCodeAt(e.index+1)){l(e),r=67174408;break}if(8&~a||92!==a)e.index<e.end&&13===a&&10===e.source.charCodeAt(e.index)&&(s+=d(a),e.currentChar=e.source.charCodeAt(++e.index)),((83&a)<3&&10===a||(8232^a)<=1)&&(e.column=-1,e.line++),s+=d(a);else if(a=l(e),a>126)s+=d(a);else{const n=q(e,1024|t,a);if(n>=0)s+=d(n);else{if(-1!==n&&65536&t){s=void 0,a=S(e,a),a<0&&(r=67174408);break}C(e,n,1)}}e.index>=e.end&&o(e,15),a=l(e)}return l(e),e.tokenValue=s,e.tokenRaw=e.source.slice(n+1,e.index-(67174409===r?1:2)),r}function S(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=l(e)}return t}function A(e,t){return e.index>=e.end&&o(e,0),e.index--,e.column--,E(e,t)}function L(e,t,n){let r=e.currentChar,s=0,i=9,c=64&n?0:1,u=0,g=0;if(64&n)s="."+D(e,r),r=e.currentChar,110===r&&o(e,11);else{if(48===r)if(r=l(e),120==(32|r)){for(n=136,r=l(e);4160&f[r];)95!==r?(g=1,s=16*s+p(r),u++,r=l(e)):(g||o(e,148),g=0,r=l(e));0!==u&&g||o(e,0===u?19:149)}else if(111==(32|r)){for(n=132,r=l(e);4128&f[r];)95!==r?(g=1,s=8*s+(r-48),u++,r=l(e)):(g||o(e,148),g=0,r=l(e));0!==u&&g||o(e,0===u?0:149)}else if(98==(32|r)){for(n=130,r=l(e);4224&f[r];)95!==r?(g=1,s=2*s+(r-48),u++,r=l(e)):(g||o(e,148),g=0,r=l(e));0!==u&&g||o(e,0===u?0:149)}else if(32&f[r])for(1024&t&&o(e,1),n=1;16&f[r];){if(512&f[r]){n=32,c=0;break}s=8*s+(r-48),r=l(e)}else 512&f[r]?(1024&t&&o(e,1),e.flags|=64,n=32):95===r&&o(e,0);if(48&n){if(c){for(;i>=0&&4112&f[r];)95!==r?(g=0,s=10*s+(r-48),r=l(e),--i):(r=l(e),(95===r||32&n)&&a(e.index,e.line,e.index+1,148),g=1);if(g&&a(e.index,e.line,e.index+1,149),i>=0&&!b(r)&&46!==r)return e.tokenValue=s,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}s+=D(e,r),r=e.currentChar,46===r&&(95===l(e)&&o(e,0),n=64,s+="."+D(e,e.currentChar),r=e.currentChar)}}const d=e.index;let k=0;if(110===r&&128&n)k=1,r=l(e);else if(101==(32|r)){r=l(e),256&f[r]&&(r=l(e));const{index:t}=e;16&f[r]||o(e,10),s+=e.source.substring(d,t)+D(e,r),r=e.currentChar}return(e.index<e.end&&16&f[r]||b(r))&&o(e,12),k?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(s),134283389):(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 D(e,t){let n=0,o=e.index,r="";for(;4112&f[t];)if(95!==t)n=0,t=l(e);else{const{index:s}=e;95===(t=l(e))&&a(e.index,e.line,e.index+1,148),n=1,r+=e.source.substring(o,s),o=e.index}return n&&a(e.index,e.line,e.index+1,149),r+e.source.substring(o,e.index)}const V=["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"],R=Object.create(null,{this:{value:86113},function:{value:86106},if:{value:20571},return:{value:20574},var:{value:86090},else:{value:20565},for:{value:20569},new:{value:86109},in:{value:8738868},typeof:{value:16863277},while:{value:20580},case:{value:20558},break:{value:20557},try:{value:20579},catch:{value:20559},delete:{value:16863278},throw:{value:86114},switch:{value:86112},continue:{value:20561},default:{value:20563},instanceof:{value:8476725},do:{value:20564},void:{value:16863279},finally:{value:20568},async:{value:209007},await:{value:209008},class:{value:86096},const:{value:86092},constructor:{value:12401},debugger:{value:20562},export:{value:20566},extends:{value:20567},false:{value:86021},from:{value:12404},get:{value:12402},implements:{value:36966},import:{value:86108},interface:{value:36967},let:{value:241739},null:{value:86023},of:{value:274549},package:{value:36968},private:{value:36969},protected:{value:36970},public:{value:36971},set:{value:12403},static:{value:36972},super:{value:86111},true:{value:86022},with:{value:20581},yield:{value:241773},enum:{value:86134},eval:{value:537079927},as:{value:77934},arguments:{value:537079928},target:{value:143494},meta:{value:143495}});function I(e,t,n){for(;m[l(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<=126?R[e.tokenValue]||208897:U(e,t,0,n)}function N(e,t){const n=O(e);return h(n)||o(e,4),e.tokenValue=d(n),U(e,t,1,4&f[n])}function U(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=O(e);h(t)||o(e,4),r=r&&4&f[t],e.tokenValue+=d(t),s=e.index}else{if(!h(e.currentChar)&&!c(e,e.currentChar))break;l(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(s,e.index));const{length:a}=e.tokenValue;if(r&&a>=2&&a<=11){const o=R[e.tokenValue];return void 0===o?208897:n?209008===o?2099200&t?121:o:1024&t?36972===o?122:36864&~o?20480&~o?143483:134217728&t&&!(8192&t)?o:121:122:!(134217728&t)||8192&t||20480&~o?241773===o?134217728&t?143483:1048576&t?121:o:209007===o?143483:36864&~o?121:o:o:o}return 208897}function B(e){return b(l(e))||o(e,94),131}function O(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&f[l(e)];)t=t<<4|p(e.currentChar),t>1114111&&a(n,e.line,e.index+1,102);return 125!==e.currentChar&&a(n,e.line,e.index-1,6),l(e),t}64&f[n]||o(e,6);const r=e.source.charCodeAt(e.index+1);64&f[r]||o(e,6);const s=e.source.charCodeAt(e.index+2);64&f[s]||o(e,6);const i=e.source.charCodeAt(e.index+3);64&f[i]||o(e,6);return t=p(n)<<12|p(r)<<8|p(s)<<4|p(i),e.currentChar=e.source.charCodeAt(e.index+=4),t}(e)}const G=[129,129,129,129,129,129,129,129,129,128,136,128,128,130,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,128,16842800,134283267,131,208897,8457015,8455751,134283267,67174411,16,8457014,25233970,18,25233971,67108877,8457016,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456258,1077936157,8456259,22,133,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,137,20,8455497,208897,132,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,8455240,1074790415,16842801,129];function j(e,t){if(e.flags=1^(1|e.flags),e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.setToken(F(e,t,0)),e.onToken&&1048576!==e.getToken()){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 132:return"TemplateLiteral";default:return 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}(e.getToken()),e.tokenPos,e.index,t)}}function F(e,t,n){const r=0===e.index,{source:s}=e;let a=e.index,c=e.line,p=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let k=e.currentChar;if(k<=126){const i=G[k];switch(i){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842801:case 133:case 129:return l(e),i;case 208897:return I(e,t,0);case 4096:return I(e,t,1);case 134283266:return L(e,t,144);case 134283267:return w(e,t,k);case 132:return E(e,t);case 137:return N(e,t);case 131:return B(e);case 128:l(e);break;case 130:n|=5,g(e);break;case 136:u(e,n),n=-5&n|1;break;case 8456258:{let o=l(e);if(e.index<e.end){if(60===o)return e.index<e.end&&61===l(e)?(l(e),4194334):8456516;if(61===o)return l(e),8456256;if(33===o){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,p=e.colPos;continue}return 8456258}if(47===o){if(!(16&t))return 8456258;const n=e.index+1;if(n<e.end&&(o=s.charCodeAt(n),42===o||47===o))break;return l(e),25}}return 8456258}case 1077936157:{l(e);const t=e.currentChar;return 61===t?61===l(e)?(l(e),8455996):8455998:62===t?(l(e),10):1077936157}case 16842800:return 61!==l(e)?16842800:61!==l(e)?8455999:(l(e),8455997);case 8457015:return 61!==l(e)?8457015:(l(e),4194342);case 8457014:{if(l(e),e.index>=e.end)return 8457014;const t=e.currentChar;return 61===t?(l(e),4194340):42!==t?8457014:61!==l(e)?8457273:(l(e),4194337)}case 8455497:return 61!==l(e)?8455497:(l(e),4194343);case 25233970:{l(e);const t=e.currentChar;return 43===t?(l(e),33619995):61===t?(l(e),4194338):25233970}case 25233971:{l(e);const i=e.currentChar;if(45===i){if(l(e),(1&n||r)&&62===e.currentChar){256&t||o(e,109),l(e),n=P(e,s,n,t,3,a,c,p),a=e.tokenPos,c=e.linePos,p=e.colPos;continue}return 33619996}return 61===i?(l(e),4194339):25233971}case 8457016:if(l(e),e.index<e.end){const o=e.currentChar;if(47===o){l(e),n=y(e,s,n,0,e.tokenPos,e.linePos,e.colPos),a=e.tokenPos,c=e.linePos,p=e.colPos;continue}if(42===o){l(e),n=x(e,s,n),a=e.tokenPos,c=e.linePos,p=e.colPos;continue}if(32768&t)return v(e,t);if(61===o)return l(e),4259877}return 8457016;case 67108877:{const n=l(e);if(n>=48&&n<=57)return L(e,t,80);if(46===n){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 8455240:{l(e);const t=e.currentChar;return 124===t?(l(e),61===e.currentChar?(l(e),4194346):8979003):61===t?(l(e),4194344):8455240}case 8456259:{l(e);const t=e.currentChar;if(61===t)return l(e),8456257;if(62!==t)return 8456259;if(l(e),e.index<e.end){const t=e.currentChar;if(62===t)return 61===l(e)?(l(e),4194336):8456518;if(61===t)return l(e),4194335}return 8456517}case 8455751:{l(e);const t=e.currentChar;return 38===t?(l(e),61===e.currentChar?(l(e),4194347):8979258):61===t?(l(e),4194345):8455751}case 22:{let t=l(e);if(63===t)return l(e),61===e.currentChar?(l(e),4194348):276889982;if(46===t){const n=e.index+1;if(n<e.end&&(t=s.charCodeAt(n),!(t>=48&&t<=57)))return l(e),67108991}return 22}}}else{if((8232^k)<=1){n=-5&n|1,g(e);continue}if(55296==(64512&k)||1&i[34816+(k>>>5)]>>>k)return 56320==(64512&k)&&(k=(1023&k)<<10|1023&k|65536,1&i[0+(k>>>5)]>>>k||o(e,18,d(k)),e.index++,e.currentChar=k),e.column++,e.tokenValue="",U(e,t,0,0);if(160===(f=k)||65279===f||133===f||5760===f||f>=8192&&f<=8203||8239===f||8287===f||12288===f||8201===f||65519===f){l(e);continue}o(e,18,d(k))}}var f;return 1048576}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.setToken(8192&f[e.currentChar]?function(e,t){const n=e.currentChar;let r=l(e);const s=e.index;for(;r!==n;)e.index>=e.end&&o(e,14),r=l(e);r!==n&&o(e,14);e.tokenValue=e.source.slice(s,e.index),l(e),512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index));return 134283267}(e,t):F(e,t,0)),e.getToken()}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.setToken(1048576);switch(G[e.source.charCodeAt(e.index)]){case 8456258:l(e),47===e.currentChar?(l(e),e.setToken(25)):e.setToken(8456258);break;case 2162700:l(e),e.setToken(2162700);break;default:{let n=0;for(;e.index<e.end;){const t=f[e.source.charCodeAt(e.index)];if(1024&t?(n|=5,g(e)):2048&t?(u(e,n),n=-5&n|1):l(e),16384&f[e.currentChar])break}const o=e.source.slice(e.tokenPos,e.index);512&t&&(e.tokenRaw=o),e.tokenValue=M(o),e.setToken(138)}}return e.getToken()}function _(e){if(!(143360&~e.getToken())){const{index:t}=e;let n=e.currentChar;for(;32770&f[n];)n=l(e);e.tokenValue+=e.source.slice(t,e.index)}return e.setToken(208897),e.getToken()}function $(e,t){!(1&e.flags)&&1048576&~e.getToken()&&o(e,28,V[255&e.getToken()]),W(e,t,1074790417)||e.onInsertedSemicolon?.(e.startPos)}function Y(e,t,n,o){return t-n<13&&"use strict"===o&&(!(1048576&~e.getToken())||1&e.flags)?1:0}function Z(e,t,n){return e.getToken()!==n?0:(j(e,t),1)}function W(e,t,n){return e.getToken()===n&&(j(e,t),!0)}function K(e,t,n){e.getToken()!==n&&o(e,23,V[255&n]),j(e,t)}function Q(e,t){switch(t.type){case"ArrayExpression":{t.type="ArrayPattern";const{elements:n}=t;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{properties:n}=t;for(let t=0,o=n.length;t<o;++t)Q(e,n[t]);return}case"AssignmentExpression":return t.type="AssignmentPattern","="!==t.operator&&o(e,69),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&~r||o(e,115),s||537079808&~r||o(e,116)),20480&~r||o(e,100),24&n&&241739===r&&o(e,98),2099200&t&&209008===r&&o(e,96),1049600&t&&241773===r&&o(e,95,"yield")}function te(e,t,n){1024&t&&(36864&~n||o(e,115),537079808&~n||o(e,116),122===n&&o(e,93),121===n&&o(e,93)),20480&~n||o(e,100),2099200&t&&209008===n&&o(e,96),1049600&t&&241773===n&&o(e,95,"yield")}function ne(e,t,n){return 209008===n&&(2099200&t&&o(e,96),e.destructible|=128),241773===n&&1048576&t&&o(e,95,"yield"),!(20480&~n&&36864&~n&&122!=n)}function oe(e,t,n,r){for(;t;){if(t["$"+n])return r&&o(e,134),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?ge(e,t,n,o,r):ue(e,t,n,o,r,s),64&s&&de(e,o)}function ue(e,t,n,r,s,a){const i=n["#"+r];!i||2&i||(1&s?n.scopeError=ie(e,142,r):256&t&&64&i&&2&a||o(e,142,r)),128&n.type&&n.parent["#"+r]&&!(2&n.parent["#"+r])&&o(e,142,r),1024&n.type&&i&&!(2&i)&&1&s&&(n.scopeError=ie(e,142,r)),64&n.type&&768&n.parent["#"+r]&&o(e,155,r),n["#"+r]=s}function ge(e,t,n,r,s){let a=n;for(;a&&!(256&a.type);){const i=a["#"+r];248&i&&(256&t&&!(1024&t)&&(128&s&&68&i||128&i&&68&s)||o(e,142,r)),a===n&&1&i&&1&s&&(a.scopeError=ie(e,142,r)),768&i&&(512&i&&256&t&&!(1024&t)||o(e,142,r)),a["#"+r]=s,a=a.parent}}function de(e,t){void 0!==e.exportedNames&&""!==t&&(e.exportedNames["#"+t]&&o(e,143,t),e.exportedNames["#"+t]=1)}function pe(e,t){void 0!==e.exportedBindings&&""!==t&&(e.exportedBindings["#"+t]=1)}function fe(e,t){return 1049600&e?!(2048&e&&209008===t)&&(!(1048576&e&&241773===t)&&!(143360&~t&&12288&~t)):!(143360&~t&&12288&~t&&36864&~t)}function ke(e,t,n){537079808&~n||(1024&t&&o(e,116),e.flags|=512),fe(t,n)||o(e,0)}function me(e,t,n){let r,s,a,i="";null!=t&&(t.module&&(n|=3072),t.next&&(n|=1),t.loc&&(n|=4),t.ranges&&(n|=2),t.uniqueKeyInPattern&&(n|=268435456),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.source&&(i=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.onInsertedSemicolon&&(s=t.onInsertedSemicolon),null!=t.onToken&&(a=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 c=function(e,t,n,o,r){let s=1048576;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:"",getToken:()=>s,setToken:e=>s=e,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:o,onInsertedSemicolon:r,leadingDecorators:[]}}(e,i,r,a,s);!function(e){const{source:t}=e;35===e.currentChar&&33===t.charCodeAt(e.index+1)&&(l(e),l(e),y(e,t,0,4,e.tokenPos,e.linePos,e.colPos))}(c);const u=64&n?{parent:void 0,type:2}:void 0;let g=[],d="script";if(2048&n){if(d="module",g=function(e,t,n){j(e,32768|t);const o=[];if(8&t)for(;134283267===e.getToken();){const{tokenPos:n,linePos:r,colPos:s}=e,a=e.getToken();o.push(we(e,t,at(e,t),a,n,r,s))}for(;1048576!==e.getToken();)o.push(be(e,t,n));return o}(c,8192|n,u),u)for(const e in c.exportedBindings)"#"!==e[0]||u[e]||o(c,144,e.slice(1))}else g=function(e,t,n){j(e,134250496|t);const o=[];for(;134283267===e.getToken();){const{index:n,tokenPos:r,tokenValue:s,linePos:a,colPos:i}=e,l=e.getToken(),c=at(e,t);Y(e,n,r,s)&&(t|=1024),o.push(we(e,t,c,l,r,a,i))}for(;1048576!==e.getToken();)o.push(he(e,t,n,4,{}));return o}(c,8192|n,u);const p={type:"Program",sourceType:d,body:g};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:c.line,column:c.column}},c.sourceFile&&(p.loc.source=i)),p}function be(e,t,n){let r;switch(e.leadingDecorators=wt(e,t),e.getToken()){case 20566:r=function(e,t,n){const r=e.tokenPos,s=e.linePos,a=e.colPos;j(e,32768|t);const i=[];let l,c=null,u=null;if(W(e,32768|t,20563)){switch(e.getToken()){case 86106:c=it(e,t,n,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 133:case 86096:c=vt(e,t,n,1,e.tokenPos,e.linePos,e.colPos);break;case 209007:{const{tokenPos:o,linePos:r,colPos:s}=e;c=st(e,t);const{flags:a}=e;1&a||(86106===e.getToken()?c=it(e,t,n,4,1,1,1,o,r,s):67174411===e.getToken()?(c=xt(e,t,c,1,1,0,a,o,r,s),c=ze(e,t,c,0,0,o,r,s),c=Ge(e,t,0,0,o,r,s,c)):143360&e.getToken()&&(n&&(n=ae(e,t,e.tokenValue)),c=st(e,t),c=ht(e,t,n,[c],1,o,r,s)));break}default:c=Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos),$(e,32768|t)}return n&&de(e,"default"),re(e,t,r,s,a,{type:"ExportDefaultDeclaration",declaration:c})}switch(e.getToken()){case 8457014:{j(e,t);let i=null;W(e,t,77934)&&(n&&de(e,e.tokenValue),i=st(e,t)),K(e,t,12404),134283267!==e.getToken()&&o(e,103,"Export"),u=at(e,t);const l={type:"ExportAllDeclaration",source:u,exported:i};return 1&t&&(l.attributes=20581===e.getToken()?Ze(e,t):[]),$(e,32768|t),re(e,t,r,s,a,l)}case 2162700:{j(e,t);const r=[],s=[];for(;143360&e.getToken();){const{tokenPos:a,tokenValue:l,linePos:c,colPos:u}=e,g=st(e,t);let d;77934===e.getToken()?(j(e,t),134217728&~e.getToken()||o(e,104),n&&(r.push(e.tokenValue),s.push(l)),d=st(e,t)):(n&&(r.push(e.tokenValue),s.push(e.tokenValue)),d=g),i.push(re(e,t,a,c,u,{type:"ExportSpecifier",local:g,exported:d})),1074790415!==e.getToken()&&K(e,t,18)}if(K(e,t,1074790415),W(e,t,12404))134283267!==e.getToken()&&o(e,103,"Export"),u=at(e,t);else if(n){let t=0,n=r.length;for(;t<n;t++)de(e,r[t]);for(t=0,n=s.length;t<n;t++)pe(e,s[t])}$(e,32768|t);break}case 86096:c=vt(e,t,n,2,e.tokenPos,e.linePos,e.colPos);break;case 86106:c=it(e,t,n,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241739:c=Ee(e,t,n,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86092:c=Ee(e,t,n,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86090:c=Se(e,t,n,64,e.tokenPos,e.linePos,e.colPos);break;case 209007:{const{tokenPos:o,linePos:r,colPos:s}=e;if(j(e,t),!(1&e.flags)&&86106===e.getToken()){c=it(e,t,n,4,1,2,1,o,r,s),n&&(l=c.id?c.id.name:"",de(e,l));break}}default:o(e,28,V[255&e.getToken()])}return re(e,t,r,s,a,{type:"ExportNamedDeclaration",declaration:c,specifiers:i,source:u})}(e,t,n);break;case 86108:r=function(e,t,n){const r=e.tokenPos,s=e.linePos,a=e.colPos;j(e,t);let i=null;const{tokenPos:l,linePos:c,colPos:u}=e;let g=[];if(134283267===e.getToken())i=at(e,t);else{if(143360&e.getToken()){if(g=[re(e,t,l,c,u,{type:"ImportDefaultSpecifier",local:De(e,t,n)})],W(e,t,18))switch(e.getToken()){case 8457014:g.push(Ve(e,t,n));break;case 2162700:Re(e,t,n,g);break;default:o(e,105)}}else switch(e.getToken()){case 8457014:g=[Ve(e,t,n)];break;case 2162700:Re(e,t,n,g);break;case 67174411:return Ne(e,t,r,s,a);case 67108877:return Ie(e,t,r,s,a);default:o(e,28,V[255&e.getToken()])}i=function(e,t){K(e,t,12404),134283267!==e.getToken()&&o(e,103,"Import");return at(e,t)}(e,t)}const d={type:"ImportDeclaration",specifiers:g,source:i};1&t&&(d.attributes=20581===e.getToken()?Ze(e,t,g):[]);return $(e,32768|t),re(e,t,r,s,a,d)}(e,t,n);break;default:r=he(e,t,n,4,{})}return e.leadingDecorators.length&&o(e,166),r}function he(e,t,n,r,s){const a=e.tokenPos,i=e.linePos,l=e.colPos;switch(e.getToken()){case 86106:return it(e,t,n,r,1,0,0,a,i,l);case 133:case 86096:return vt(e,t,n,0,a,i,l);case 86092:return Ee(e,t,n,16,0,a,i,l);case 241739:return function(e,t,n,r,s,a,i){const{tokenValue:l}=e,c=e.getToken();let u=st(e,t);if(2240512&e.getToken()){const o=Ae(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,83);if(21===e.getToken())return xe(e,t,n,r,{},l,u,c,0,s,a,i);if(10===e.getToken()){let n;64&t&&(n=ae(e,t,l)),e.flags=128^(128|e.flags),u=ht(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.getToken()&&(u=Be(e,t,0,s,a,i,u));return ye(e,t,u,s,a,i)}(e,t,n,r,a,i,l);case 20566:o(e,101,"export");case 86108:switch(j(e,t),e.getToken()){case 67174411:return Ne(e,t,a,i,l);case 67108877:return Ie(e,t,a,i,l);default:o(e,101,"import")}case 209007:return ve(e,t,n,r,s,1,a,i,l);default:return Te(e,t,n,r,s,1,a,i,l)}}function Te(e,t,n,r,s,a,i,l,c){switch(e.getToken()){case 86090:return Se(e,t,n,0,i,l,c);case 20574:return function(e,t,n,r,s){!(32&t)&&8192&t&&o(e,90);j(e,32768|t);const a=1&e.flags||1048576&e.getToken()?null:Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return $(e,32768|t),re(e,t,n,r,s,{type:"ReturnStatement",argument:a})}(e,t,i,l,c);case 20571:return function(e,t,n,o,r,s,a){j(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=qe(e,t,n,o,e.tokenPos,e.linePos,e.colPos);let c=null;20565===e.getToken()&&(j(e,32768|t),c=qe(e,t,n,o,e.tokenPos,e.linePos,e.colPos));return re(e,t,r,s,a,{type:"IfStatement",test:i,consequent:l,alternate:c})}(e,t,n,s,i,l,c);case 20569:return function(e,t,n,r,s,a,i){j(e,t);const l=((2097152&t)>0||(2048&t)>0&&(8192&t)>0)&&W(e,t,209008);K(e,32768|t,67174411),n&&(n=le(n,1));let c,u=null,g=null,d=0,p=null,f=86090===e.getToken()||241739===e.getToken()||86092===e.getToken();const{tokenPos:k,linePos:m,colPos:b}=e,h=e.getToken();f?241739===h?(p=st(e,t),2240512&e.getToken()?(8738868===e.getToken()?1024&t&&o(e,65):p=re(e,t,k,m,b,{type:"VariableDeclaration",kind:"let",declarations:Ae(e,67108864|t,n,8,32)}),e.assignable=1):1024&t?o(e,65):(f=!1,e.assignable=1,p=ze(e,t,p,0,0,k,m,b),274549===e.getToken()&&o(e,112))):(j(e,t),p=re(e,t,k,m,b,86090===h?{type:"VariableDeclaration",kind:"var",declarations:Ae(e,67108864|t,n,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:Ae(e,67108864|t,n,16,32)}),e.assignable=1):1074790417===h?l&&o(e,80):2097152&~h?p=Me(e,67108864|t,1,0,1,k,m,b):(p=2162700===h?pt(e,t,void 0,1,0,0,2,32,k,m,b):ct(e,t,void 0,1,0,0,2,32,k,m,b),d=e.destructible,256&t&&64&d&&o(e,61),e.assignable=16&d?2:1,p=ze(e,67108864|t,p,0,0,e.tokenPos,e.linePos,e.colPos));if(!(262144&~e.getToken())){if(274549===e.getToken()){2&e.assignable&&o(e,78,l?"await":"of"),Q(e,p),j(e,32768|t),c=Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos),K(e,32768|t,16);return re(e,t,s,a,i,{type:"ForOfStatement",left:p,right:c,body:Ce(e,t,n,r),await:l})}2&e.assignable&&o(e,78,"in"),Q(e,p),j(e,32768|t),l&&o(e,80),c=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:Ce(e,t,n,r),left:p,right:c})}l&&o(e,80);f||(8&d&&1077936157!==e.getToken()&&o(e,78,"loop"),p=Ge(e,67108864|t,0,0,k,m,b,p));18===e.getToken()&&(p=Be(e,t,0,e.tokenPos,e.linePos,e.colPos,p));K(e,32768|t,1074790417),1074790417!==e.getToken()&&(u=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos));K(e,32768|t,1074790417),16!==e.getToken()&&(g=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos));K(e,32768|t,16);const T=Ce(e,t,n,r);return re(e,t,s,a,i,{type:"ForStatement",init:p,test:u,update:g,body:T})}(e,t,n,s,i,l,c);case 20564:return function(e,t,n,o,r,s,a){j(e,32768|t);const i=Ce(e,t,n,o);K(e,t,20580),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,32768|t,1074790417),re(e,t,r,s,a,{type:"DoWhileStatement",body:i,test:l})}(e,t,n,s,i,l,c);case 20580:return function(e,t,n,o,r,s,a){j(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=Ce(e,t,n,o);return re(e,t,r,s,a,{type:"WhileStatement",test:i,body:l})}(e,t,n,s,i,l,c);case 86112:return function(e,t,n,r,s,a,i){j(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 c=[];let u=0;n&&(n=le(n,8));for(;1074790415!==e.getToken();){const{tokenPos:s,linePos:a,colPos:i}=e;let l=null;const g=[];for(W(e,32768|t,20558)?l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos):(K(e,32768|t,20563),u&&o(e,87),u=1),K(e,32768|t,21);20558!==e.getToken()&&1074790415!==e.getToken()&&20563!==e.getToken();)g.push(he(e,4096|t,n,2,{$:r}));c.push(re(e,t,s,a,i,{type:"SwitchCase",test:l,consequent:g}))}return K(e,32768|t,1074790415),re(e,t,s,a,i,{type:"SwitchStatement",discriminant:l,cases:c})}(e,t,n,s,i,l,c);case 1074790417:return function(e,t,n,o,r){return j(e,32768|t),re(e,t,n,o,r,{type:"EmptyStatement"})}(e,t,i,l,c);case 2162700:return Pe(e,t,n?le(n,2):n,s,i,l,c);case 86114:return function(e,t,n,r,s){j(e,32768|t),1&e.flags&&o(e,88);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,c);case 20557:return function(e,t,n,r,s,a){j(e,32768|t);let i=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;i=st(e,32768|t),oe(e,n,r,0)||o(e,135,r)}else 135168&t||o(e,67);return $(e,32768|t),re(e,t,r,s,a,{type:"BreakStatement",label:i})}(e,t,s,i,l,c);case 20561:return function(e,t,n,r,s,a){131072&t||o(e,66);j(e,t);let i=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;i=st(e,32768|t),oe(e,n,r,1)||o(e,135,r)}return $(e,32768|t),re(e,t,r,s,a,{type:"ContinueStatement",label:i})}(e,t,s,i,l,c);case 20579:return function(e,t,n,r,s,a,i){j(e,32768|t);const l=n?le(n,32):void 0,c=Pe(e,t,l,{$:r},e.tokenPos,e.linePos,e.colPos),{tokenPos:u,linePos:g,colPos:d}=e,p=W(e,32768|t,20559)?function(e,t,n,r,s,a,i){let l=null,c=n;W(e,t,67174411)&&(n&&(n=le(n,4)),l=Lt(e,t,n,2097152&~e.getToken()?512:256,0,e.tokenPos,e.linePos,e.colPos),18===e.getToken()?o(e,84):1077936157===e.getToken()&&o(e,85),K(e,32768|t,16),n&&(c=le(n,64)));const u=Pe(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,u,g,d):null;let f=null;if(20568===e.getToken()){j(e,32768|t);f=Pe(e,t,l?le(n,4):void 0,{$:r},e.tokenPos,e.linePos,e.colPos)}p||f||o(e,86);return re(e,t,s,a,i,{type:"TryStatement",block:c,handler:p,finalizer:f})}(e,t,n,s,i,l,c);case 20581:return function(e,t,n,r,s,a,i){j(e,t),1024&t&&o(e,89);K(e,32768|t,67174411);const l=Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos);K(e,32768|t,16);const c=Te(e,t,n,2,r,0,e.tokenPos,e.linePos,e.colPos);return re(e,t,s,a,i,{type:"WithStatement",object:l,body:c})}(e,t,n,s,i,l,c);case 20562:return function(e,t,n,o,r){return j(e,32768|t),$(e,32768|t),re(e,t,n,o,r,{type:"DebuggerStatement"})}(e,t,i,l,c);case 209007:return ve(e,t,n,r,s,0,i,l,c);case 20559:o(e,158);case 20568:o(e,159);case 86106:o(e,1024&t?74:256&t?75:76);case 86096:o(e,77);default:return function(e,t,n,r,s,a,i,l,c){const{tokenValue:u}=e,g=e.getToken();let d;if(241739===g)d=st(e,t),1024&t&&o(e,83),69271571===e.getToken()&&o(e,82);else d=_e(e,t,2,0,1,0,1,e.tokenPos,e.linePos,e.colPos);if(143360&g&&21===e.getToken())return xe(e,t,n,r,s,u,d,g,a,i,l,c);d=ze(e,t,d,0,0,i,l,c),d=Ge(e,t,0,0,i,l,c,d),18===e.getToken()&&(d=Be(e,t,0,i,l,c,d));return ye(e,t,d,i,l,c)}(e,t,n,r,s,a,i,l,c)}}function Pe(e,t,n,o,r,s,a){const i=[];for(K(e,32768|t,2162700);1074790415!==e.getToken();)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 ye(e,t,n,o,r,s){return $(e,32768|t),re(e,t,o,r,s,{type:"ExpressionStatement",expression:n})}function xe(e,t,n,r,s,a,i,l,c,u,g,d){ee(e,t,0,l,1),function(e,t,n){let r=t;for(;r;)r["$"+n]&&o(e,133,n),r=r.$;t["$"+n]=1}(e,s,a),j(e,32768|t);const p=c&&!(1024&t)&&256&t&&86106===e.getToken()?it(e,t,le(n,2),r,0,0,0,e.tokenPos,e.linePos,e.colPos):Te(e,t,n,r,s,c,e.tokenPos,e.linePos,e.colPos);return re(e,t,u,g,d,{type:"LabeledStatement",label:i,body:p})}function ve(e,t,n,r,s,a,i,l,c){const{tokenValue:u}=e,g=e.getToken();let d=st(e,t);if(21===e.getToken())return xe(e,t,n,r,s,u,d,g,1,i,l,c);const p=1&e.flags;if(!p){if(86106===e.getToken())return a||o(e,120),it(e,t,n,r,1,0,1,i,l,c);if(!(143360&~e.getToken()))return d=yt(e,t,1,i,l,c),18===e.getToken()&&(d=Be(e,t,0,i,l,c,d)),ye(e,t,d,i,l,c)}return 67174411===e.getToken()?d=xt(e,t,d,1,1,0,p,i,l,c):(10===e.getToken()&&(ke(e,t,g),d=mt(e,t,e.tokenValue,d,0,1,0,i,l,c)),e.assignable=1),d=ze(e,t,d,0,0,i,l,c),d=Ge(e,t,0,0,i,l,c,d),e.assignable=1,18===e.getToken()&&(d=Be(e,t,0,i,l,c,d)),ye(e,t,d,i,l,c)}function we(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.getToken()&&(n=Ge(e,t,0,0,r,s,a,n),18===e.getToken()&&(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 qe(e,t,n,o,r,s,a){return 1024&t||!(256&t)||86106!==e.getToken()?Te(e,t,n,0,{$:o},0,e.tokenPos,e.linePos,e.colPos):it(e,t,le(n,2),0,0,0,0,r,s,a)}function Ce(e,t,n,o){return Te(e,67108864^(67108864|t)|131072,n,0,{loop:1,$:o},0,e.tokenPos,e.linePos,e.colPos)}function Ee(e,t,n,o,r,s,a,i){j(e,t);const l=Ae(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){j(e,t);const i=Ae(e,t,n,4,o);return $(e,32768|t),re(e,t,r,s,a,{type:"VariableDeclaration",kind:"var",declarations:i})}function Ae(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.getToken()&&o(e,59,V[255&e.getToken()]),i}function Le(e,t,n,r,a){const{tokenPos:i,linePos:l,colPos:c}=e,u=e.getToken();let g=null;const d=Lt(e,t,n,r,a,i,l,c);return 1077936157===e.getToken()?(j(e,32768|t),g=Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos),!(32&a)&&2097152&u||(274549===e.getToken()||8738868===e.getToken()&&(2097152&u||!(4&r)||1024&t))&&s(i,e.line,e.index-3,58,274549===e.getToken()?"of":"in")):(16&r||(2097152&u)>0)&&262144&~e.getToken()&&o(e,57,16&r?"const":"destructuring"),re(e,t,i,l,c,{type:"VariableDeclarator",id:d,init:g})}function De(e,t,n){return fe(t,e.getToken())||o(e,115),537079808&~e.getToken()||o(e,116),n&&ue(e,t,n,e.tokenValue,8,0),st(e,t)}function Ve(e,t,n){const{tokenPos:o,linePos:r,colPos:a}=e;return j(e,t),K(e,t,77934),134217728&~e.getToken()||s(o,e.line,e.index,28,V[255&e.getToken()]),re(e,t,o,r,a,{type:"ImportNamespaceSpecifier",local:De(e,t,n)})}function Re(e,t,n,r){for(j(e,t);143360&e.getToken();){let{tokenValue:s,tokenPos:a,linePos:i,colPos:l}=e;const c=e.getToken(),u=st(e,t);let g;W(e,t,77934)?(134217728&~e.getToken()&&18!==e.getToken()?ee(e,t,16,e.getToken(),0):o(e,104),s=e.tokenValue,g=st(e,t)):(ee(e,t,16,c,0),g=u),n&&ue(e,t,n,s,8,0),r.push(re(e,t,a,i,l,{type:"ImportSpecifier",local:g,imported:u})),1074790415!==e.getToken()&&K(e,t,18)}return K(e,t,1074790415),r}function Ie(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),18===e.getToken()&&(s=Be(e,t,0,n,o,r,s)),ye(e,t,s,n,o,r)}function Ne(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),18===e.getToken()&&(s=Be(e,t,0,n,o,r,s)),ye(e,t,s,n,o,r)}function Ue(e,t,n,o,r,s,a){let i=_e(e,t,2,0,n,o,1,r,s,a);return i=ze(e,t,i,o,0,r,s,a),Ge(e,t,o,0,r,s,a,i)}function Be(e,t,n,o,r,s,a){const i=[a];for(;W(e,32768|t,18);)i.push(Ue(e,t,1,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,n,r,s,a);return 18===e.getToken()?Be(e,t,n,r,s,a,i):i}function Ge(e,t,n,r,s,a,i,l){const c=e.getToken();if(!(4194304&~c)){2&e.assignable&&o(e,24),(!r&&1077936157===c&&"ArrayExpression"===l.type||"ObjectExpression"===l.type)&&Q(e,l),j(e,32768|t);const u=Ue(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,re(e,t,s,a,i,r?{type:"AssignmentPattern",left:l,right:u}:{type:"AssignmentExpression",left:l,operator:V[255&c],right:u})}return 8454144&~c||(l=He(e,t,n,s,a,i,4,c,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 l=e.getToken();j(e,32768|t);const c=Ue(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return i=re(e,t,r,s,a,o?{type:"AssignmentPattern",left:i,right:c}:{type:"AssignmentExpression",left:i,operator:V[255&l],right:c}),e.assignable=2,i}function Fe(e,t,n,o,r,s){const a=Ue(e,67108864^(67108864|t),1,0,e.tokenPos,e.linePos,e.colPos);K(e,32768|t,21),e.assignable=1;const i=Ue(e,t,1,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,c){const u=8738868&-((67108864&t)>0);let g,d;for(e.assignable=2;8454144&e.getToken()&&(g=e.getToken(),d=3840&g,(524288&g&&268435456&l||524288&l&&268435456&g)&&o(e,161),!(d+((8457273===g)<<8)-((u===g)<<12)<=i));)j(e,32768|t),c=re(e,t,r,s,a,{type:524288&g||268435456&g?"LogicalExpression":"BinaryExpression",left:c,right:He(e,t,n,e.tokenPos,e.linePos,e.colPos,d,g,Me(e,t,0,n,1,e.tokenPos,e.linePos,e.colPos)),operator:V[255&g]});return 1077936157===e.getToken()&&o(e,24),c}function Je(e,t,n,a,i,l){const{tokenPos:c,linePos:u,colPos:g}=e;K(e,32768|t,2162700);const d=[],p=t;if(1074790415!==e.getToken()){for(;134283267===e.getToken();){const{index:n,tokenPos:o,tokenValue:r}=e,a=e.getToken(),i=at(e,t);Y(e,n,o,r)&&(t|=1024,128&e.flags&&s(e.index,e.line,e.tokenPos,64),64&e.flags&&s(e.index,e.line,e.tokenPos,8)),d.push(we(e,t,i,a,o,e.linePos,e.colPos))}1024&t&&(i&&(537079808&~i||o(e,116),36864&~i||o(e,38)),512&e.flags&&o(e,116),256&e.flags&&o(e,115)),!(64&t&&n&&void 0!==l)||1024&p||8192&t||r(l)}for(e.flags=832^(832|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.getToken();)d.push(he(e,t,n,4,{}));return K(e,24&a?32768|t:t,1074790415),e.flags&=-193,1077936157===e.getToken()&&o(e,24),re(e,t,c,u,g,{type:"BlockStatement",body:d})}function Me(e,t,n,o,r,s,a,i){return ze(e,t,_e(e,t,2,0,n,o,r,s,a,i),o,0,s,a,i)}function ze(e,t,n,r,s,a,i,l){if(33619968&~e.getToken()||1&e.flags){if(!(67108864&~e.getToken())){switch(t=67108864^(67108864|t),e.getToken()){case 67108877:j(e,8192^(134225920|t)),16384&t&&131===e.getToken()&&"super"===e.tokenValue&&o(e,27),e.assignable=1;n=re(e,t,a,i,l,{type:"MemberExpression",object:n,computed:!1,property:Xe(e,65536|t)});break;case 69271571:{let o=!1;2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags)),j(e,32768|t);const{tokenPos:s,linePos:c,colPos:u}=e,g=Oe(e,t,r,1,s,c,u);K(e,t,20),e.assignable=1,n=re(e,t,a,i,l,{type:"MemberExpression",object:n,computed:!0,property:g}),o&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),n;let o=!1;2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags));const s=rt(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 67108991:j(e,8192^(134225920|t)),e.flags|=2048,e.assignable=2,n=function(e,t,n,r,s,a){let i,l=!1;69271571!==e.getToken()&&67174411!==e.getToken()||2048&~e.flags||(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.getToken()){j(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e,u=Oe(e,t,0,1,o,l,c);K(e,t,20),e.assignable=2,i=re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!0,optional:!0,property:u})}else if(67174411===e.getToken()){const o=rt(e,t,0);e.assignable=2,i=re(e,t,r,s,a,{type:"CallExpression",callee:n,arguments:o,optional:!0})}else{143360&e.getToken()||o(e,156);const l=st(e,t);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&~e.flags||o(e,162),e.assignable=2,n=re(e,t,a,i,l,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.getToken()?tt(e,65536|t):et(e,t,e.tokenPos,e.linePos,e.colPos)})}n=ze(e,t,n,0,1,a,i,l)}}else n=function(e,t,n,r,s,a){2&e.assignable&&o(e,53);const i=e.getToken();return j(e,t),e.assignable=2,re(e,t,r,s,a,{type:"UpdateExpression",argument:n,operator:V[255&i],prefix:!1})}(e,t,n,a,i,l);return 0!==s||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.getToken()||131===e.getToken()||o(e,156),131===e.getToken()?St(e,t,e.tokenPos,e.linePos,e.colPos):st(e,t)}function _e(e,t,n,r,a,i,l,c,u,g){if(!(143360&~e.getToken())){switch(e.getToken()){case 209008:return function(e,t,n,r,a,i,l){if(r&&(e.destructible|=128),2097152&t||2048&t&&8192&t){n&&o(e,0),4194304&t&&s(e.index,e.line,e.index,29),j(e,32768|t);const r=Me(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 8457273===e.getToken()&&o(e,31),e.assignable=2,re(e,t,a,i,l,{type:"AwaitExpression",argument:r})}return 2048&t&&o(e,96),kt(e,t,a,i,l)}(e,t,r,i,c,u,g);case 241773:return function(e,t,n,r,s,a,i){if(n&&(e.destructible|=256),1048576&t){j(e,32768|t),4194304&t&&o(e,30),r||o(e,24),22===e.getToken()&&o(e,121);let n=null,l=!1;return 1&e.flags||(l=W(e,32768|t,8457014),(77824&e.getToken()||l)&&(n=Ue(e,t,1,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,95,"yield"),kt(e,t,s,a,i)}(e,t,i,a,c,u,g);case 209007:return function(e,t,n,r,s,a,i,l,c){const u=e.getToken(),g=st(e,t),{flags:d}=e;if(!(1&d)){if(86106===e.getToken())return lt(e,t,1,n,i,l,c);if(!(143360&~e.getToken()))return r||o(e,0),yt(e,t,s,i,l,c)}return a||67174411!==e.getToken()?10===e.getToken()?(ke(e,t,u),a&&o(e,49),mt(e,t,e.tokenValue,g,a,s,0,i,l,c)):(e.assignable=1,g):xt(e,t,g,s,1,0,d,i,l,c)}(e,t,i,l,a,r,c,u,g)}const{tokenValue:d}=e,p=e.getToken(),f=st(e,65536|t);return 10===e.getToken()?(l||o(e,0),ke(e,t,p),mt(e,t,d,f,r,a,0,c,u,g)):(16384&t&&537079928===p&&o(e,127),241739===p&&(1024&t&&o(e,110),24&n&&o(e,98)),e.assignable=1024&t&&!(537079808&~p)?2:1,f)}if(!(134217728&~e.getToken()))return at(e,t);switch(e.getToken()){case 33619995:case 33619996:return function(e,t,n,r,s,a,i){n&&o(e,54),r||o(e,0);const l=e.getToken();j(e,32768|t);const c=Me(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&o(e,53),e.assignable=2,re(e,t,s,a,i,{type:"UpdateExpression",argument:c,operator:V[255&l],prefix:!0})}(e,t,r,l,c,u,g);case 16863278:case 16842800:case 16842801:case 25233970:case 25233971:case 16863277:case 16863279:return function(e,t,n,r,s,a,i){n||o(e,0);const l=e.getToken();j(e,32768|t);const c=Me(e,t,0,i,1,e.tokenPos,e.linePos,e.colPos);var u;return 8457273===e.getToken()&&o(e,31),1024&t&&16863278===l&&("Identifier"===c.type?o(e,118):(u=c).property&&"PrivateIdentifier"===u.property.type&&o(e,124)),e.assignable=2,re(e,t,r,s,a,{type:"UnaryExpression",operator:V[255&l],argument:c,prefix:!0})}(e,t,l,c,u,g,i);case 86106:return lt(e,t,0,i,c,u,g);case 2162700:return function(e,t,n,r,s,a,i){const l=pt(e,t,void 0,n,r,0,2,0,s,a,i);256&t&&64&e.destructible&&o(e,61);8&e.destructible&&o(e,60);return l}(e,t,a?0:1,i,c,u,g);case 69271571:return function(e,t,n,r,s,a,i){const l=ct(e,t,void 0,n,r,0,2,0,s,a,i);256&t&&64&e.destructible&&o(e,61);8&e.destructible&&o(e,60);return l}(e,t,a?0:1,i,c,u,g);case 67174411:return function(e,t,n,r,s,a,i,l){e.flags=128^(128|e.flags);const{tokenPos:c,linePos:u,colPos:g}=e;j(e,134250496|t);const d=64&t?le({parent:void 0,type:2},1024):void 0;if(t=67108864^(67108864|t),W(e,t,16))return bt(e,t,d,[],n,0,a,i,l);let p,f=0;e.destructible&=-385;let k=[],m=0,b=0;const{tokenPos:h,linePos:T,colPos:P}=e;e.assignable=1;for(;16!==e.getToken();){const{tokenPos:n,linePos:a,colPos:i}=e,l=e.getToken();if(143360&l)d&&ue(e,t,d,e.tokenValue,1,0),p=_e(e,t,r,0,1,1,1,n,a,i),16===e.getToken()||18===e.getToken()?2&e.assignable?(f|=16,b=1):537079808&~l&&36864&~l||(b=1):(1077936157===e.getToken()?b=1:f|=16,p=ze(e,t,p,1,0,n,a,i),16!==e.getToken()&&18!==e.getToken()&&(p=Ge(e,t,1,0,n,a,i,p)));else{if(2097152&~l){if(14===l){p=gt(e,t,d,16,r,s,0,1,0,n,a,i),16&e.destructible&&o(e,72),b=1,!m||16!==e.getToken()&&18!==e.getToken()||k.push(p),f|=8;break}if(f|=16,p=Ue(e,t,1,1,n,a,i),!m||16!==e.getToken()&&18!==e.getToken()||k.push(p),18===e.getToken()&&(m||(m=1,k=[p])),m){for(;W(e,32768|t,18);)k.push(Ue(e,t,1,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,p=re(e,t,h,T,P,{type:"SequenceExpression",expressions:k})}return K(e,t,16),e.destructible=f,p}p=2162700===l?pt(e,134217728|t,d,0,1,0,r,s,n,a,i):ct(e,134217728|t,d,0,1,0,r,s,n,a,i),f|=e.destructible,b=1,e.assignable=2,16!==e.getToken()&&18!==e.getToken()&&(8&f&&o(e,119),p=ze(e,t,p,0,0,n,a,i),f|=16,16!==e.getToken()&&18!==e.getToken()&&(p=Ge(e,t,0,0,n,a,i,p)))}if(!m||16!==e.getToken()&&18!==e.getToken()||k.push(p),!W(e,32768|t,18))break;if(m||(m=1,k=[p]),16===e.getToken()){f|=8;break}}m&&(e.assignable=2,p=re(e,t,h,T,P,{type:"SequenceExpression",expressions:k}));K(e,t,16),16&f&&8&f&&o(e,147);if(f|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken())return 48&f&&o(e,47),2099200&t&&128&f&&o(e,29),1049600&t&&256&f&&o(e,30),b&&(e.flags|=128),bt(e,t,d,m?k:[p],n,0,a,i,l);8&f&&o(e,141);return e.destructible=256^(256|e.destructible)|f,128&t?re(e,t,c,u,g,{type:"ParenthesizedExpression",expression:p}):p}(e,65536|t,a,1,0,c,u,g);case 86021:case 86022:case 86023:return function(e,t,n,o,r){const s=V[255&e.getToken()],a=86023===e.getToken()?null:"true"===s;return j(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,c,u,g);case 86113:return function(e,t){const{tokenPos:n,linePos:o,colPos:r}=e;return j(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 j(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,c,u,g);case 133:case 86096:return function(e,t,n,r,s,a){let i=null,l=null;t=8388608^(8389632|t);const c=wt(e,t);c.length&&(r=e.tokenPos,s=e.linePos,a=e.colPos);j(e,t),4096&e.getToken()&&20567!==e.getToken()&&(ne(e,t,e.getToken())&&o(e,115),537079808&~e.getToken()||o(e,116),i=st(e,t));let u=t;W(e,32768|t,20567)?(l=Me(e,t,0,n,0,e.tokenPos,e.linePos,e.colPos),u|=524288):u=524288^(524288|u);const g=Ct(e,u,t,void 0,2,0,n);return e.assignable=2,re(e,t,r,s,a,{type:"ClassExpression",id:i,superClass:l,body:g,...1&t?{decorators:c}:null})}(e,t,i,c,u,g);case 86111:return function(e,t,n,r,s){switch(j(e,t),e.getToken()){case 67108991:o(e,163);case 67174411:524288&t||o(e,26),16384&t&&!(16777216&t)&&o(e,27),e.assignable=2;break;case 69271571:case 67108877:262144&t||o(e,27),16384&t&&!(16777216&t)&&o(e,27),e.assignable=1;break;default:o(e,28,"super")}return re(e,t,n,r,s,{type:"Super"})}(e,t,c,u,g);case 67174409:return et(e,t,c,u,g);case 67174408:return tt(e,t);case 86109:return function(e,t,n,r,s,a){const i=st(e,32768|t),{tokenPos:l,linePos:c,colPos:u}=e;if(W(e,t,67108877)){if(33554432&t&&143494===e.getToken())return e.assignable=2,function(e,t,n,o,r,s){const a=st(e,t);return re(e,t,o,r,s,{type:"MetaProperty",meta:n,property:a})}(e,t,i,r,s,a);o(e,92)}e.assignable=2,16842752&~e.getToken()||o(e,63,V[255&e.getToken()]);const g=_e(e,t,2,1,0,n,1,l,c,u);t=67108864^(67108864|t),67108991===e.getToken()&&o(e,164);const d=Pt(e,t,g,n,l,c,u);return e.assignable=2,re(e,t,r,s,a,{type:"NewExpression",callee:d,arguments:67174411===e.getToken()?rt(e,t,n):[]})}(e,t,i,c,u,g);case 134283389:return Qe(e,t,c,u,g);case 131:return St(e,t,c,u,g);case 86108:return function(e,t,n,r,s,a,i){let l=st(e,t);if(67108877===e.getToken())return $e(e,t,l,s,a,i);n&&o(e,139);return l=Ye(e,t,r,s,a,i),e.assignable=2,ze(e,t,l,r,0,s,a,i)}(e,t,r,i,c,u,g);case 8456258:if(16&t)return Vt(e,t,1,c,u,g);default:if(fe(t,e.getToken()))return kt(e,t,c,u,g);o(e,28,V[255&e.getToken()])}}function $e(e,t,n,r,s,a){return 2048&t||o(e,165),j(e,t),143495!==e.getToken()&&"meta"!==e.tokenValue&&o(e,28,V[255&e.getToken()]),e.assignable=2,re(e,t,r,s,a,{type:"MetaProperty",meta:n,property:st(e,t)})}function Ye(e,t,n,r,s,a){K(e,32768|t,67174411),14===e.getToken()&&o(e,140);const i={type:"ImportExpression",source:Ue(e,t,1,n,e.tokenPos,e.linePos,e.colPos)};if(1&t){let o=null;if(18===e.getToken()&&(K(e,t,18),16!==e.getToken())){o=Ue(e,67108864^(67108864|t),1,n,e.tokenPos,e.linePos,e.colPos)}i.options=o,W(e,t,18)}return K(e,t,16),re(e,t,r,s,a,i)}function Ze(e,t,n=[]){K(e,t,20581),K(e,t,2162700);const r=[],s=new Set;for(;1074790415!==e.getToken();){const a=e.tokenPos,i=e.linePos,l=e.colPos,c=Ke(e,t);K(e,t,21);const u=We(e,t),g="Literal"===c.type?c.value:c.name;if("type"===g&&"json"===u.value){1===n.length&&("ImportDefaultSpecifier"===n[0].type||"ImportNamespaceSpecifier"===n[0].type||"ImportSpecifier"===n[0].type&&"default"===n[0].imported.name)||o(e,137)}s.has(g)&&o(e,142,`${g}`),s.add(g),r.push(re(e,t,a,i,l,{type:"ImportAttribute",key:c,value:u})),1074790415!==e.getToken()&&K(e,t,18)}return K(e,t,1074790415),r}function We(e,t){if(134283267===e.getToken())return at(e,t);o(e,28,V[255&e.getToken()])}function Ke(e,t){return 134283267===e.getToken()?at(e,t):143360&e.getToken()?st(e,t):void o(e,28,V[255&e.getToken()])}function Qe(e,t,n,o,r){const{tokenRaw:s,tokenValue:a}=e;return j(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 et(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:[nt(e,t,s,a,i,l,c,!0)]})}function tt(e,t){t=67108864^(67108864|t);const{tokenValue:n,tokenRaw:r,tokenPos:s,linePos:a,colPos:i}=e;K(e,32768|t,67174408);const l=[nt(e,t,n,r,s,a,i,!1)],c=[Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.getToken()&&o(e,81);67174409!==e.setToken(A(e,t));){const{tokenValue:n,tokenRaw:r,tokenPos:s,linePos:a,colPos:i}=e;K(e,32768|t,67174408),l.push(nt(e,t,n,r,s,a,i,!1)),c.push(Oe(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.getToken()&&o(e,81)}{const{tokenValue:n,tokenRaw:o,tokenPos:r,linePos:s,colPos:a}=e;K(e,t,67174409),l.push(nt(e,t,n,o,r,s,a,!0))}return re(e,t,s,a,i,{type:"TemplateLiteral",expressions:c,quasis:l})}function nt(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 ot(e,t,n,o,r){K(e,32768|(t=67108864^(67108864|t)),14);const s=Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,re(e,t,n,o,r,{type:"SpreadElement",argument:s})}function rt(e,t,n){j(e,32768|t);const o=[];if(16===e.getToken())return j(e,65536|t),o;for(;16!==e.getToken()&&(14===e.getToken()?o.push(ot(e,t,e.tokenPos,e.linePos,e.colPos)):o.push(Ue(e,t,1,n,e.tokenPos,e.linePos,e.colPos)),18===e.getToken())&&(j(e,32768|t),16!==e.getToken()););return K(e,t,16),o}function st(e,t){const{tokenValue:n,tokenPos:o,linePos:r,colPos:s}=e;return j(e,t),re(e,t,o,r,s,{type:"Identifier",name:n})}function at(e,t){const{tokenValue:n,tokenRaw:o,tokenPos:r,linePos:s,colPos:a}=e;return 134283389===e.getToken()?Qe(e,t,r,s,a):(j(e,t),e.assignable=2,re(e,t,r,s,a,512&t?{type:"Literal",value:n,raw:o}:{type:"Literal",value:n}))}function it(e,t,n,r,s,a,i,l,c,u){j(e,32768|t);const g=s?Z(e,t,8457014):0;let d,p=null,f=n?{parent:void 0,type:2}:void 0;if(67174411===e.getToken())1&a||o(e,37,"Function");else{const s=!(4&r)||8192&t&&2048&t?64:4;te(e,t,e.getToken()),n&&(4&s?ge(e,t,n,e.tokenValue,s):ue(e,t,n,e.tokenValue,s,r),f=le(f,256),a&&2&a&&de(e,e.tokenValue)),d=e.getToken(),143360&e.getToken()?p=st(e,t):o(e,28,V[255&e.getToken()])}const k=16515072;t=(t|k)^k|33554432|(i?2097152:0)|(g?1048576:0)|(g?0:134217728),n&&(f=le(f,512));return re(e,t,l,c,u,{type:"FunctionDeclaration",id:p,params:Tt(e,4194304|t,f,0,1),body:Je(e,143360^(143360|t),n?le(f,128):f,8,d,n?f.scopeError:void 0),async:1===i,generator:1===g})}function lt(e,t,n,o,r,s,a){j(e,32768|t);const i=Z(e,t,8457014),l=(n?2097152:0)|(i?1048576:0);let c,u=null,g=64&t?{parent:void 0,type:2}:void 0;const d=16515072;(176128&e.getToken())>0&&(te(e,(t|d)^d|l,e.getToken()),g&&(g=le(g,256)),c=e.getToken(),u=st(e,t)),t=(t|d)^d|33554432|l|(i?0:134217728),g&&(g=le(g,512));const p=Tt(e,4194304|t,g,o,1),f=Je(e,-67268609&t,g?le(g,128):g,0,c,void 0);return e.assignable=2,re(e,t,r,s,a,{type:"FunctionExpression",id:u,params:p,body:f,async:1===n,generator:1===i})}function ct(e,t,n,r,s,a,i,l,c,u,g){j(e,32768|t);const d=[];let p=0;for(t=67108864^(67108864|t);20!==e.getToken();)if(W(e,32768|t,18))d.push(null);else{let r;const{tokenPos:c,linePos:u,colPos:g,tokenValue:f}=e,k=e.getToken();if(143360&k)if(r=_e(e,t,i,0,1,s,1,c,u,g),1077936157===e.getToken()){2&e.assignable&&o(e,24),j(e,32768|t),n&&ce(e,t,n,f,i,l);const d=Ue(e,t,1,s,e.tokenPos,e.linePos,e.colPos);r=re(e,t,c,u,g,a?{type:"AssignmentPattern",left:r,right:d}:{type:"AssignmentExpression",operator:"=",left:r,right:d}),p|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.getToken()||20===e.getToken()?(2&e.assignable?p|=16:n&&ce(e,t,n,f,i,l),p|=256&e.destructible?256:128&e.destructible?128:0):(p|=1&i?32:2&i?0:16,r=ze(e,t,r,s,0,c,u,g),18!==e.getToken()&&20!==e.getToken()?(1077936157!==e.getToken()&&(p|=16),r=Ge(e,t,s,a,c,u,g,r)):1077936157!==e.getToken()&&(p|=2&e.assignable?16:32));else 2097152&k?(r=2162700===e.getToken()?pt(e,t,n,0,s,a,i,l,c,u,g):ct(e,t,n,0,s,a,i,l,c,u,g),p|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.getToken()||20===e.getToken()?2&e.assignable&&(p|=16):8&e.destructible?o(e,69):(r=ze(e,t,r,s,0,c,u,g),p=2&e.assignable?16:0,18!==e.getToken()&&20!==e.getToken()?r=Ge(e,t,s,a,c,u,g,r):1077936157!==e.getToken()&&(p|=2&e.assignable?16:32))):14===k?(r=gt(e,t,n,20,i,l,0,s,a,c,u,g),p|=e.destructible,18!==e.getToken()&&20!==e.getToken()&&o(e,28,V[255&e.getToken()])):(r=Me(e,t,1,0,1,c,u,g),18!==e.getToken()&&20!==e.getToken()?(r=Ge(e,t,s,a,c,u,g,r),3&i||67174411!==k||(p|=16)):2&e.assignable?p|=16:67174411===k&&(p|=1&e.assignable&&3&i?32:16));if(d.push(r),!W(e,32768|t,18))break;if(20===e.getToken())break}K(e,t,20);const f=re(e,t,c,u,g,{type:a?"ArrayPattern":"ArrayExpression",elements:d});return!r&&4194304&e.getToken()?ut(e,t,p,s,a,c,u,g,f):(e.destructible=p,f)}function ut(e,t,n,r,s,a,i,l,c){1077936157!==e.getToken()&&o(e,24),j(e,32768|t),16&n&&o(e,24),s||Q(e,c);const{tokenPos:u,linePos:g,colPos:d}=e,p=Ue(e,t,1,r,u,g,d);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:c,right:p}:{type:"AssignmentExpression",left:c,operator:"=",right:p})}function gt(e,t,n,r,s,a,i,l,c,u,g,d){j(e,32768|t);let p=null,f=0;const{tokenValue:k,tokenPos:m,linePos:b,colPos:h}=e;let T=e.getToken();if(143360&T)e.assignable=1,p=_e(e,t,s,0,1,l,1,m,b,h),T=e.getToken(),p=ze(e,t,p,l,0,m,b,h),18!==e.getToken()&&e.getToken()!==r&&(2&e.assignable&&1077936157===e.getToken()&&o(e,69),f|=16,p=Ge(e,t,l,c,m,b,h,p)),2&e.assignable?f|=16:T===r||18===T?n&&ce(e,t,n,k,s,a):f|=32,f|=128&e.destructible?128:0;else if(T===r)o(e,39);else{if(!(2097152&T)){f|=32,p=Me(e,t,1,l,1,e.tokenPos,e.linePos,e.colPos);const{tokenPos:n,linePos:s,colPos:a}=e,i=e.getToken();return 1077936157===i?(2&e.assignable&&o(e,24),p=Ge(e,t,l,c,n,s,a,p),f|=16):(18===i?f|=16:i!==r&&(p=Ge(e,t,l,c,n,s,a,p)),f|=1&e.assignable?32:16),e.destructible=f,e.getToken()!==r&&18!==e.getToken()&&o(e,157),re(e,t,u,g,d,{type:c?"RestElement":"SpreadElement",argument:p})}p=2162700===e.getToken()?pt(e,t,n,1,l,c,s,a,m,b,h):ct(e,t,n,1,l,c,s,a,m,b,h),T=e.getToken(),1077936157!==T&&T!==r&&18!==T?(8&e.destructible&&o(e,69),p=ze(e,t,p,l,0,m,b,h),f|=2&e.assignable?16:0,4194304&~e.getToken()?(8454144&~e.getToken()||(p=He(e,t,1,m,b,h,4,T,p)),W(e,32768|t,22)&&(p=Fe(e,t,p,m,b,h)),f|=2&e.assignable?16:32):(1077936157!==e.getToken()&&(f|=16),p=Ge(e,t,l,c,m,b,h,p))):f|=1074790415===r&&1077936157!==T?16:e.destructible}if(e.getToken()!==r)if(1&s&&(f|=i?16:32),W(e,32768|t,1077936157)){16&f&&o(e,24),Q(e,p);const n=Ue(e,t,1,l,e.tokenPos,e.linePos,e.colPos);p=re(e,t,m,b,h,c?{type:"AssignmentPattern",left:p,right:n}:{type:"AssignmentExpression",left:p,operator:"=",right:n}),f=16}else f|=16;return e.destructible=f,re(e,t,u,g,d,{type:c?"RestElement":"SpreadElement",argument:p})}function dt(e,t,n,s,a,i,l){const c=7340032|(64&n?0:8912896);let u=64&(t=50593792|((t|c)^c|(8&n?1048576:0)|(16&n?2097152:0)|(64&n?8388608:0)))?le({parent:void 0,type:2},512):void 0;const g=function(e,t,n,s,a,i){K(e,t,67174411);const l=[];if(e.flags=128^(128|e.flags),16===e.getToken())return 512&s&&o(e,35,"Setter","one",""),j(e,t),l;256&s&&o(e,35,"Getter","no","s");512&s&&14===e.getToken()&&o(e,36);t=67108864^(67108864|t);let c=0,u=0;for(;18!==e.getToken();){let r=null;const{tokenPos:g,linePos:d,colPos:p}=e;if(143360&e.getToken()?(1024&t||(36864&~e.getToken()||(e.flags|=256),537079808&~e.getToken()||(e.flags|=512)),r=Dt(e,t,n,1|s,0,g,d,p)):(2162700===e.getToken()?r=pt(e,t,n,1,i,1,a,0,g,d,p):69271571===e.getToken()?r=ct(e,t,n,1,i,1,a,0,g,d,p):14===e.getToken()&&(r=gt(e,t,n,16,a,0,0,i,1,g,d,p)),u=1,48&e.destructible&&o(e,48)),1077936157===e.getToken()){j(e,32768|t),u=1;r=re(e,t,g,d,p,{type:"AssignmentPattern",left:r,right:Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos)})}if(c++,l.push(r),!W(e,t,18))break;if(16===e.getToken())break}512&s&&1!==c&&o(e,35,"Setter","one","");n&&void 0!==n.scopeError&&r(n.scopeError);u&&(e.flags|=128);return K(e,t,16),l}(e,4194304|t,u,n,1,s);u&&(u=le(u,128));return re(e,t,a,i,l,{type:"FunctionExpression",params:g,body:Je(e,-67121153&t,u,0,void 0,void 0),async:(16&n)>0,generator:(8&n)>0,id:null})}function pt(e,t,n,r,a,i,l,c,u,g,d){j(e,t);const p=[];let f=0,k=0;for(t=67108864^(67108864|t);1074790415!==e.getToken();){const{tokenValue:r,linePos:u,colPos:g,tokenPos:d}=e,m=e.getToken();if(14===m)p.push(gt(e,t,n,1074790415,l,c,0,a,i,d,u,g));else{let b,h=0,T=null;const P=e.getToken();if(143360&e.getToken()||121===e.getToken())if(T=st(e,t),18===e.getToken()||1074790415===e.getToken()||1077936157===e.getToken())if(h|=4,1024&t&&!(537079808&~m)?f|=16:ee(e,t,l,m,0),n&&ce(e,t,n,r,l,c),W(e,32768|t,1077936157)){f|=8;const n=Ue(e,t,1,a,e.tokenPos,e.linePos,e.colPos);f|=256&e.destructible?256:128&e.destructible?128:0,b=re(e,t,d,u,g,{type:"AssignmentPattern",left:268435456&t?Object.assign({},T):T,right:n})}else f|=(209008===m?128:0)|(121===m?16:0),b=268435456&t?Object.assign({},T):T;else if(W(e,32768|t,21)){const{tokenPos:s,linePos:u,colPos:g}=e;if("__proto__"===r&&k++,143360&e.getToken()){const o=e.getToken(),r=e.tokenValue;f|=121===P?16:0,b=_e(e,t,l,0,1,a,1,s,u,g);const d=e.getToken();b=ze(e,t,b,a,0,s,u,g),18===e.getToken()||1074790415===e.getToken()?1077936157===d||1074790415===d||18===d?(f|=128&e.destructible?128:0,2&e.assignable?f|=16:!n||143360&~o||ce(e,t,n,r,l,c)):f|=1&e.assignable?32:16:4194304&~e.getToken()?(f|=16,8454144&~e.getToken()||(b=He(e,t,1,s,u,g,4,d,b)),W(e,32768|t,22)&&(b=Fe(e,t,b,s,u,g))):(2&e.assignable?f|=16:1077936157!==d?f|=32:n&&ce(e,t,n,r,l,c),b=Ge(e,t,a,i,s,u,g,b))}else 2097152&~e.getToken()?(b=Me(e,t,1,a,1,s,u,g),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(b=ze(e,t,b,a,0,s,u,g),f=2&e.assignable?16:0,18!==e.getToken()&&1074790415!==m&&(1077936157!==e.getToken()&&(f|=16),b=Ge(e,t,a,i,s,u,g,b)))):(b=69271571===e.getToken()?ct(e,t,n,0,a,i,l,c,s,u,g):pt(e,t,n,0,a,i,l,c,s,u,g),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&e.destructible?o(e,69):(b=ze(e,t,b,a,0,s,u,g),f=2&e.assignable?16:0,4194304&~e.getToken()?(8454144&~e.getToken()||(b=He(e,t,1,s,u,g,4,m,b)),W(e,32768|t,22)&&(b=Fe(e,t,b,s,u,g)),f|=2&e.assignable?16:32):b=je(e,t,a,i,s,u,g,b)))}else 69271571===e.getToken()?(f|=16,209007===m&&(h|=16),h|=2|(12402===m?256:12403===m?512:1),T=ft(e,t,a),f|=e.assignable,b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):143360&e.getToken()?(f|=16,121===m&&o(e,93),209007===m&&(1&e.flags&&o(e,129),h|=16),T=st(e,t),h|=12402===m?256:12403===m?512:1,b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):67174411===e.getToken()?(f|=16,h|=1,b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):8457014===e.getToken()?(f|=16,12402===m?o(e,40):12403===m?o(e,41):143483===m&&o(e,93),j(e,t),h|=9|(209007===m?16:0),143360&e.getToken()?T=st(e,t):134217728&~e.getToken()?69271571===e.getToken()?(h|=2,T=ft(e,t,a),f|=e.assignable):o(e,28,V[255&e.getToken()]):T=at(e,t),b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):134217728&~e.getToken()?o(e,130):(209007===m&&(h|=16),h|=12402===m?256:12403===m?512:1,f|=16,T=at(e,t),b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos));else if(134217728&~e.getToken())if(69271571===e.getToken())if(T=ft(e,t,a),f|=256&e.destructible?256:0,h|=2,21===e.getToken()){j(e,32768|t);const{tokenPos:r,linePos:s,colPos:u,tokenValue:g}=e,d=e.getToken();if(143360&e.getToken()){b=_e(e,t,l,0,1,a,1,r,s,u);const o=e.getToken();b=ze(e,t,b,a,0,r,s,u),4194304&~e.getToken()?18===e.getToken()||1074790415===e.getToken()?1077936157===o||1074790415===o||18===o?2&e.assignable?f|=16:!n||143360&~d||ce(e,t,n,g,l,c):f|=1&e.assignable?32:16:(f|=16,b=Ge(e,t,a,i,r,s,u,b)):(f|=2&e.assignable?16:1077936157===o?0:32,b=je(e,t,a,i,r,s,u,b))}else 2097152&~e.getToken()?(b=Me(e,t,1,0,1,r,s,u),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(b=ze(e,t,b,a,0,r,s,u),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936157!==e.getToken()&&(f|=16),b=Ge(e,t,a,i,r,s,u,b)))):(b=69271571===e.getToken()?ct(e,t,n,0,a,i,l,c,r,s,u):pt(e,t,n,0,a,i,l,c,r,s,u),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&f?o(e,60):(b=ze(e,t,b,a,0,r,s,u),f=2&e.assignable?16|f:0,4194304&~e.getToken()?(8454144&~e.getToken()||(b=He(e,t,1,r,s,u,4,m,b)),W(e,32768|t,22)&&(b=Fe(e,t,b,r,s,u)),f|=2&e.assignable?16:32):(1077936157!==e.getToken()&&(f|=16),b=je(e,t,a,i,r,s,u,b))))}else 67174411===e.getToken()?(h|=1,b=dt(e,t,h,a,e.tokenPos,u,g),f=16):o(e,42);else if(8457014===m)if(K(e,32768|t,8457014),h|=8,143360&e.getToken()){const{line:n,index:o}=e,r=e.getToken();T=st(e,t),h|=1,67174411===e.getToken()?(f|=16,b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):s(o,n,o,209007===r?44:12402===r||12403===e.getToken()?43:45,V[255&r])}else 134217728&~e.getToken()?69271571===e.getToken()?(f|=16,h|=3,T=ft(e,t,a),b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos)):o(e,123):(f|=16,T=at(e,t),h|=1,b=dt(e,t,h,a,d,u,g));else o(e,28,V[255&m]);else if(T=at(e,t),21===e.getToken()){K(e,32768|t,21);const{tokenPos:o,linePos:s,colPos:u}=e;if("__proto__"===r&&k++,143360&e.getToken()){b=_e(e,t,l,0,1,a,1,o,s,u);const{tokenValue:r}=e,g=e.getToken();b=ze(e,t,b,a,0,o,s,u),18===e.getToken()||1074790415===e.getToken()?1077936157===g||1074790415===g||18===g?2&e.assignable?f|=16:n&&ce(e,t,n,r,l,c):f|=1&e.assignable?32:16:1077936157===e.getToken()?(2&e.assignable&&(f|=16),b=Ge(e,t,a,i,o,s,u,b)):(f|=16,b=Ge(e,t,a,i,o,s,u,b))}else 2097152&~e.getToken()?(b=Me(e,t,1,0,1,o,s,u),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(b=ze(e,t,b,a,0,o,s,u),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936157!==e.getToken()&&(f|=16),b=Ge(e,t,a,i,o,s,u,b)))):(b=69271571===e.getToken()?ct(e,t,n,0,a,i,l,c,o,s,u):pt(e,t,n,0,a,i,l,c,o,s,u),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&~e.destructible&&(b=ze(e,t,b,a,0,o,s,u),f=2&e.assignable?16:0,4194304&~e.getToken()?(8454144&~e.getToken()||(b=He(e,t,1,o,s,u,4,m,b)),W(e,32768|t,22)&&(b=Fe(e,t,b,o,s,u)),f|=2&e.assignable?16:32):b=je(e,t,a,i,o,s,u,b)))}else 67174411===e.getToken()?(h|=1,b=dt(e,t,h,a,e.tokenPos,e.linePos,e.colPos),f=16|e.assignable):o(e,131);f|=128&e.destructible?128:0,e.destructible=f,p.push(re(e,t,d,u,g,{type:"Property",key:T,value:b,kind:768&h?512&h?"set":"get":"init",computed:(2&h)>0,method:(1&h)>0,shorthand:(4&h)>0}))}if(f|=e.destructible,18!==e.getToken())break;j(e,t)}K(e,t,1074790415),k>1&&(f|=64);const m=re(e,t,u,g,d,{type:i?"ObjectPattern":"ObjectExpression",properties:p});return!r&&4194304&e.getToken()?ut(e,t,f,a,i,u,g,d,m):(e.destructible=f,m)}function ft(e,t,n){j(e,32768|t);const o=Ue(e,67108864^(67108864|t),1,n,e.tokenPos,e.linePos,e.colPos);return K(e,t,20),o}function kt(e,t,n,o,r){const{tokenValue:s}=e,a=st(e,t);if(e.assignable=1,10===e.getToken()){let i;return 64&t&&(i=ae(e,t,s)),e.flags=128^(128|e.flags),ht(e,t,i,[a],0,n,o,r)}return a}function mt(e,t,n,r,s,a,i,l,c,u){a||o(e,55),s&&o(e,49),e.flags&=-129;return ht(e,t,64&t?ae(e,t,n):void 0,[r],i,l,c,u)}function bt(e,t,n,r,s,a,i,l,c){s||o(e,55);for(let t=0;t<r.length;++t)Q(e,r[t]);return ht(e,t,n,r,a,i,l,c)}function ht(e,t,n,s,a,i,l,c){1&e.flags&&o(e,46),K(e,32768|t,10);const u=7340032;t=(t|u)^u|(a?2097152:0);const g=2162700!==e.getToken();let d;if(n&&void 0!==n.scopeError&&r(n.scopeError),g)d=Ue(e,16384&t?16777216|t:t,1,0,e.tokenPos,e.linePos,e.colPos);else{n&&(n=le(n,128));const r=67137536;switch(d=Je(e,(t|r)^r,n,16,void 0,void 0),e.getToken()){case 69271571:1&e.flags||o(e,113);break;case 67108877:case 67174409:case 22:o(e,114);case 67174411:1&e.flags||o(e,113),e.flags|=1024}8454144&~e.getToken()||1&e.flags||o(e,28,V[255&e.getToken()]),33619968&~e.getToken()||o(e,122)}return e.assignable=2,re(e,t,i,l,c,{type:"ArrowFunctionExpression",params:s,body:d,async:1===a,expression:g})}function Tt(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=67108864^(67108864|t);let l=0;for(;18!==e.getToken();){let r;const{tokenPos:c,linePos:u,colPos:g}=e;if(143360&e.getToken()?(1024&t||(36864&~e.getToken()||(e.flags|=256),537079808&~e.getToken()||(e.flags|=512)),r=Dt(e,t,n,1|a,0,c,u,g)):(2162700===e.getToken()?r=pt(e,t,n,1,s,1,a,0,c,u,g):69271571===e.getToken()?r=ct(e,t,n,1,s,1,a,0,c,u,g):14===e.getToken()?r=gt(e,t,n,16,a,0,0,s,1,c,u,g):o(e,28,V[255&e.getToken()]),l=1,48&e.destructible&&o(e,48)),1077936157===e.getToken()){j(e,32768|t),l=1;r=re(e,t,c,u,g,{type:"AssignmentPattern",left:r,right:Ue(e,t,1,s,e.tokenPos,e.linePos,e.colPos)})}if(i.push(r),!W(e,t,18))break;if(16===e.getToken())break}return l&&(e.flags|=128),n&&(l||1024&t)&&void 0!==n.scopeError&&r(n.scopeError),K(e,t,16),i}function Pt(e,t,n,o,r,s,a){const i=e.getToken();if(67108864&i){if(67108877===i){j(e,134217728|t),e.assignable=1;return Pt(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){j(e,32768|t);const{tokenPos:i,linePos:l,colPos:c}=e,u=Oe(e,t,o,1,i,l,c);return K(e,t,20),e.assignable=1,Pt(e,t,re(e,t,r,s,a,{type:"MemberExpression",object:n,computed:!0,property:u}),0,r,s,a)}if(67174408===i||67174409===i)return e.assignable=2,Pt(e,t,re(e,t,r,s,a,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.getToken()?tt(e,65536|t):et(e,t,e.tokenPos,e.linePos,e.colPos)}),0,r,s,a)}return n}function yt(e,t,n,r,s,a){return 209008===e.getToken()&&o(e,29),1049600&t&&241773===e.getToken()&&o(e,30),537079808&~e.getToken()||(e.flags|=512),mt(e,t,e.tokenValue,st(e,t),0,n,1,r,s,a)}function xt(e,t,n,r,s,a,i,l,c,u){j(e,32768|t);const g=64&t?le({parent:void 0,type:2},1024):void 0;if(W(e,t=67108864^(67108864|t),16))return 10===e.getToken()?(1&i&&o(e,46),bt(e,t,g,[],r,1,l,c,u)):re(e,t,l,c,u,{type:"CallExpression",callee:n,arguments:[]});let d=0,p=null,f=0;e.destructible=384^(384|e.destructible);const k=[];for(;16!==e.getToken();){const{tokenPos:r,linePos:i,colPos:m}=e,b=e.getToken();if(143360&b)g&&ue(e,t,g,e.tokenValue,s,0),p=_e(e,t,s,0,1,1,1,r,i,m),16===e.getToken()||18===e.getToken()?2&e.assignable?(d|=16,f=1):537079808&~b?36864&~b||(e.flags|=256):e.flags|=512:(1077936157===e.getToken()?f=1:d|=16,p=ze(e,t,p,1,0,r,i,m),16!==e.getToken()&&18!==e.getToken()&&(p=Ge(e,t,1,0,r,i,m,p)));else if(2097152&b)p=2162700===b?pt(e,t,g,0,1,0,s,a,r,i,m):ct(e,t,g,0,1,0,s,a,r,i,m),d|=e.destructible,f=1,16!==e.getToken()&&18!==e.getToken()&&(8&d&&o(e,119),p=ze(e,t,p,0,0,r,i,m),d|=16,8454144&~e.getToken()||(p=He(e,t,1,l,c,u,4,b,p)),W(e,32768|t,22)&&(p=Fe(e,t,p,l,c,u)));else{if(14!==b){for(p=Ue(e,t,1,0,r,i,m),d=e.assignable,k.push(p);W(e,32768|t,18);)k.push(Ue(e,t,1,0,r,i,m));return d|=e.assignable,K(e,t,16),e.destructible=16|d,e.assignable=2,re(e,t,l,c,u,{type:"CallExpression",callee:n,arguments:k})}p=gt(e,t,g,16,s,a,1,1,0,r,i,m),d|=(16===e.getToken()?0:16)|e.destructible,f=1}if(k.push(p),!W(e,32768|t,18))break}return K(e,t,16),d|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken()?(48&d&&o(e,25),(1&e.flags||1&i)&&o(e,46),128&d&&o(e,29),1049600&t&&256&d&&o(e,30),f&&(e.flags|=128),bt(e,t,g,k,r,1,l,c,u)):(8&d&&o(e,60),e.assignable=2,re(e,t,l,c,u,{type:"CallExpression",callee:n,arguments:k}))}function vt(e,t,n,r,s,a,i){let l=wt(e,t=8388608^(8389632|t));l.length&&(s=e.tokenPos,a=e.linePos,i=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(...l),l=e.leadingDecorators,e.leadingDecorators=[]),j(e,t);let c=null,u=null;const{tokenValue:g}=e;4096&e.getToken()&&20567!==e.getToken()?(ne(e,t,e.getToken())&&o(e,115),537079808&~e.getToken()||o(e,116),n&&(ue(e,t,n,g,32,0),r&&2&r&&de(e,g)),c=st(e,t)):1&r||o(e,37,"Class");let d=t;W(e,32768|t,20567)?(u=Me(e,t,0,0,0,e.tokenPos,e.linePos,e.colPos),d|=524288):d=524288^(524288|d);return re(e,t,s,a,i,{type:"ClassDeclaration",id:c,superClass:u,body:Ct(e,d,t,n,2,8,0),...1&t?{decorators:l}:null})}function wt(e,t){const n=[];if(1&t)for(;133===e.getToken();)n.push(qt(e,t,e.tokenPos,e.linePos,e.colPos));return n}function qt(e,t,n,o,r){j(e,32768|t);let s=_e(e,t,2,0,1,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 Ct(e,t,n,r,s,a,i){const{tokenPos:l,linePos:c,colPos:u}=e;K(e,32768|t,2162700),t=67108864^(67108864|t);const g=32&e.flags;e.flags=32^(32|e.flags);const d=[];let p;for(;1074790415!==e.getToken();){let a=0;p=wt(e,t),a=p.length,a>0&&"constructor"===e.tokenValue&&o(e,107),1074790415===e.getToken()&&o(e,106),W(e,t,1074790417)?a>0&&o(e,117):d.push(Et(e,t,r,n,s,p,0,i,e.tokenPos,e.linePos,e.colPos))}return K(e,8&a?32768|t:t,1074790415),e.flags=-33&e.flags|g,re(e,t,l,c,u,{type:"ClassBody",body:d})}function Et(e,t,n,r,s,a,i,l,c,u,g){let d=i?32:0,p=null;const{tokenPos:f,linePos:k,colPos:m}=e,b=e.getToken();if(176128&b)switch(p=st(e,t),b){case 36972:if(!i&&67174411!==e.getToken()&&1048576&~e.getToken()&&1077936157!==e.getToken())return Et(e,t,n,r,s,a,1,l,c,u,g);break;case 209007:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return At(e,t,p,d,a,f,k,m);d|=16|(Z(e,t,8457014)?8:0)}break;case 12402:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return At(e,t,p,d,a,f,k,m);d|=256}break;case 12403:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return At(e,t,p,d,a,f,k,m);d|=512}}else if(69271571===b)d|=2,p=ft(e,r,l);else if(134217728&~b)if(8457014===b)d|=8,j(e,t);else if(131===e.getToken())d|=4096,p=St(e,16384|t,f,k,m);else if(1073741824&~e.getToken()){if(i&&2162700===b)return function(e,t,n,o,r,s){n&&(n=le(n,2));const a=540672;t=(t|a)^a|262144;const{body:i}=Pe(e,t,n,{},o,r,s);return re(e,t,o,r,s,{type:"StaticBlock",body:i})}(e,t,n,f,k,m);122===b?(p=st(e,t),67174411!==e.getToken()&&o(e,28,V[255&e.getToken()])):o(e,28,V[255&e.getToken()])}else d|=128;else p=at(e,t);if(792&d&&(143360&e.getToken()?p=st(e,t):134217728&~e.getToken()?69271571===e.getToken()?(d|=2,p=ft(e,t,0)):122===e.getToken()?p=st(e,t):131===e.getToken()?(d|=4096,p=St(e,t,f,k,m)):o(e,132):p=at(e,t)),2&d||("constructor"===e.tokenValue?(1073741824&~e.getToken()?32&d||67174411!==e.getToken()||(920&d?o(e,51,"accessor"):524288&t||(32&e.flags?o(e,52):e.flags|=32)):o(e,126),d|=64):!(4096&d)&&824&d&&"prototype"===e.tokenValue&&o(e,50)),67174411!==e.getToken()&&!(768&d))return At(e,t,p,d,a,f,k,m);return re(e,t,c,u,g,{type:"MethodDefinition",kind:!(32&d)&&64&d?"constructor":256&d?"get":512&d?"set":"method",static:(32&d)>0,computed:(2&d)>0,key:p,value:dt(e,t,d,l,e.tokenPos,e.linePos,e.colPos),...1&t?{decorators:a}:null})}function St(e,t,n,r,s){j(e,t);const{tokenValue:a}=e;return"constructor"===a&&o(e,125),j(e,t),re(e,t,n,r,s,{type:"PrivateIdentifier",name:a})}function At(e,t,n,r,s,a,i,l){let c=null;if(8&r&&o(e,0),1077936157===e.getToken()){j(e,32768|t);const{tokenPos:n,linePos:s,colPos:a}=e;537079928===e.getToken()&&o(e,116);const i=7340032|(64&r?0:8912896);c=_e(e,16384|(t=50593792|((t|i)^i|(8&r?1048576:0)|(16&r?2097152:0)|(64&r?8388608:0))),2,0,1,0,1,n,s,a),!(1073741824&~e.getToken())&&4194304&~e.getToken()||(c=ze(e,16384|t,c,0,0,n,s,a),c=Ge(e,16384|t,0,0,n,s,a,c))}return $(e,t),re(e,t,a,i,l,{type:"PropertyDefinition",key:n,value:c,static:(32&r)>0,computed:(2&r)>0,...1&t?{decorators:s}:null})}function Lt(e,t,n,r,s,a,i,l){if(143360&e.getToken())return Dt(e,t,n,r,s,a,i,l);2097152&~e.getToken()&&o(e,28,V[255&e.getToken()]);const c=69271571===e.getToken()?ct(e,t,n,1,0,1,r,s,a,i,l):pt(e,t,n,1,0,1,r,s,a,i,l);return 16&e.destructible&&o(e,48),32&e.destructible&&o(e,48),c}function Dt(e,t,n,r,s,a,i,l){const{tokenValue:c}=e,u=e.getToken();return 1024&t&&(537079808&~u?36864&~u||o(e,115):o(e,116)),20480&~u||o(e,100),1050624&t&&241773===u&&o(e,30),241739===u&&24&r&&o(e,98),2099200&t&&209008===u&&o(e,96),j(e,t),n&&ce(e,t,n,c,r,s),re(e,t,a,i,l,{type:"Identifier",name:c})}function Vt(e,t,n,r,s,a){if(j(e,t),8456259===e.getToken())return re(e,t,r,s,a,{type:"JSXFragment",openingFragment:Rt(e,t,r,s,a),children:Nt(e,t),closingFragment:It(e,t,n,e.tokenPos,e.linePos,e.colPos)});let i=null,l=[];const c=function(e,t,n,r,s,a){143360&~e.getToken()&&4096&~e.getToken()&&o(e,0);const i=Bt(e,t,e.tokenPos,e.linePos,e.colPos),l=function(e,t){const n=[];for(;8457016!==e.getToken()&&8456259!==e.getToken()&&1048576!==e.getToken();)n.push(Gt(e,t,e.tokenPos,e.linePos,e.colPos));return n}(e,t),c=8457016===e.getToken();8456259===e.getToken()?X(e,t):(K(e,t,8457016),n?K(e,t,8456259):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(!c.selfClosing){l=Nt(e,t),i=function(e,t,n,o,r,s){K(e,t,25);const a=Bt(e,t,e.tokenPos,e.linePos,e.colPos);n?K(e,t,8456259):e.setToken(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(c.name)!==r&&o(e,151,r)}return re(e,t,r,s,a,{type:"JSXElement",children:l,openingElement:c,closingElement:i})}function Rt(e,t,n,o,r){return X(e,t),re(e,t,n,o,r,{type:"JSXOpeningFragment"})}function It(e,t,n,o,r,s){return K(e,t,25),K(e,t,8456259),re(e,t,o,r,s,{type:"JSXClosingFragment"})}function Nt(e,t){const n=[];for(;25!==e.getToken();)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,X(e,t),n.push(Ut(e,t,e.tokenPos,e.linePos,e.colPos));return n}function Ut(e,t,n,r,s){return 138===e.getToken()?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.getToken()?Ft(e,t,0,0,n,r,s):8456258===e.getToken()?Vt(e,t,0,n,r,s):void o(e,0)}function Bt(e,t,n,o,r){_(e);let s=Ht(e,t,n,o,r);if(21===e.getToken())return jt(e,t,s,n,o,r);for(;W(e,t,67108877);)_(e),s=Ot(e,t,s,n,o,r);return s}function Ot(e,t,n,o,r,s){return re(e,t,o,r,s,{type:"JSXMemberExpression",object:n,property:Ht(e,t,e.tokenPos,e.linePos,e.colPos)})}function Gt(e,t,n,r,s){if(2162700===e.getToken())return function(e,t,n,o,r){j(e,t),K(e,t,14);const s=Ue(e,t,1,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=Ht(e,t,n,r,s);if(21===e.getToken()&&(i=jt(e,t,i,n,r,s)),1077936157===e.getToken()){const n=z(e,t),{tokenPos:r,linePos:s,colPos:i}=e;switch(n){case 134283267:a=at(e,t);break;case 8456258:a=Vt(e,t,1,r,s,i);break;case 2162700:a=Ft(e,t,1,1,r,s,i);break;default:o(e,150)}}return re(e,t,n,r,s,{type:"JSXAttribute",value:a,name:i})}function jt(e,t,n,o,r,s){K(e,t,21);return re(e,t,o,r,s,{type:"JSXNamespacedName",namespace:n,name:Ht(e,t,e.tokenPos,e.linePos,e.colPos)})}function Ft(e,t,n,r,s,a,i){j(e,32768|t);const{tokenPos:l,linePos:c,colPos:u}=e;if(14===e.getToken())return function(e,t,n,o,r){K(e,t,14);const s=Ue(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return K(e,t,1074790415),re(e,t,n,o,r,{type:"JSXSpreadChild",expression:s})}(e,t,s,a,i);let g=null;return 1074790415===e.getToken()?(r&&o(e,153),g=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)):g=Ue(e,t,1,0,l,c,u),n?K(e,t,1074790415):X(e,t),re(e,t,s,a,i,{type:"JSXExpressionContainer",expression:g})}function Ht(e,t,n,o,r){const{tokenValue:s}=e;return j(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="5.0.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",30:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"\\8 and \\9 are not allowed in template strings",4:"Private identifier #%0 is not defined",5:"Illegal Unicode escape sequence",6:"Invalid code point %0",7:"Invalid hexadecimal escape sequence",9:"Octal literals are not allowed in strict mode",8:"Decimal integer literals with a leading zero are forbidden in strict mode",10:"Expected number in radix %0",151:"Invalid left-hand side assignment to a destructible right-hand side",11:"Non-number found after exponent indicator",12:"Invalid BigIntLiteral",13:"No identifiers allowed directly after numeric literal",14:"Escapes \\8 or \\9 are not syntactically valid escapes",15:"Escapes \\8 or \\9 are not allowed in strict mode",16:"Unterminated string literal",17:"Unterminated template literal",18:"Multiline comment was not closed properly",19:"The identifier contained dynamic unicode escape that was not closed",20:"Illegal character '%0'",21:"Missing hexadecimal digits",22:"Invalid implicit octal",23:"Invalid line break in string literal",24:"Only unicode escapes are legal in identifier names",25:"Expected '%0'",26:"Invalid left-hand side in assignment",27:"Invalid left-hand side in async arrow",28:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',29:"Member access on super must be in a method",31:"Await expression not allowed in formal parameter",32:"Yield expression not allowed in formal parameter",95:"Unexpected token: 'escaped keyword'",33:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",123:"Async functions can only be declared at the top level or inside a block",34:"Unterminated regular expression",35:"Unexpected regular expression flag",36:"Duplicate regular expression flag '%0'",37:"%0 functions must have exactly %1 argument%2",38:"Setter function argument must not be a rest parameter",39:"%0 declaration must have a name in this context",40:"Function name may not contain any reserved words or be eval or arguments in strict mode",41:"The rest operator is missing an argument",42:"A getter cannot be a generator",43:"A setter cannot be a generator",44:"A computed property name must be followed by a colon or paren",134:"Object literal keys that are strings or numbers must be a method or have a colon",46:"Found `* async x(){}` but this should be `async * x(){}`",45:"Getters and setters can not be generators",47:"'%0' can not be generator method",48:"No line break is allowed after '=>'",49:"The left-hand side of the arrow can only be destructed through assignment",50:"The binding declaration is not destructible",51:"Async arrow can not be followed by new expression",52:"Classes may not have a static property named 'prototype'",53:"Class constructor may not be a %0",54:"Duplicate constructor method in class",55:"Invalid increment/decrement operand",56:"Invalid use of `new` keyword on an increment/decrement expression",57:"`=>` is an invalid assignment target",58:"Rest element may not have a trailing comma",59:"Missing initializer in %0 declaration",60:"'for-%0' loop head declarations can not have an initializer",61:"Invalid left-hand side in for-%0 loop: Must have a single binding",62:"Invalid shorthand property initializer",63:"Property name __proto__ appears more than once in object literal",64:"Let is disallowed as a lexically bound name",65:"Invalid use of '%0' inside new expression",66:"Illegal 'use strict' directive in function with non-simple parameter list",67:'Identifier "let" disallowed as left-hand side expression in strict mode',68:"Illegal continue statement",69:"Illegal break statement",70:"Cannot have `let[...]` as a var name in strict mode",71:"Invalid destructuring assignment target",72:"Rest parameter may not have a default initializer",73:"The rest argument must the be last parameter",74:"Invalid rest argument",76:"In strict mode code, functions can only be declared at top level or inside a block",77:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",78:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",79:"Class declaration can't appear in single-statement context",80:"Invalid left-hand side in for-%0",81:"Invalid assignment in for-%0",82:"for await (... of ...) is only valid in async functions and async generators",83:"The first token after the template expression should be a continuation of the template",85:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",84:"`let \n [` is a restricted production at the start of a statement",86:"Catch clause requires exactly one parameter, not more (and no trailing comma)",87:"Catch clause parameter does not support default values",88:"Missing catch or finally after try",89:"More than one default clause in switch statement",90:"Illegal newline after throw",91:"Strict mode code may not include a with statement",92:"Illegal return statement",93:"The left hand side of the for-header binding declaration is not destructible",94:"new.target only allowed within functions or static blocks",96:"'#' not followed by identifier",102:"Invalid keyword",101:"Can not use 'let' as a class name",100:"'A lexical declaration can't define a 'let' binding",99:"Can not use `let` as variable name in strict mode",97:"'%0' may not be used as an identifier in this context",98:"Await is only valid in async functions",103:"The %0 keyword can only be used with the module goal",104:"Unicode codepoint must not be greater than 0x10FFFF",105:"%0 source must be string",106:"Only a identifier or string can be used to indicate alias",107:"Only '*' or '{...}' can be imported after default",108:"Trailing decorator may be followed by method",109:"Decorators can't be used with a constructor",110:"Can not use `await` as identifier in module or async func",111:"Can not use `await` as identifier in module",112:"HTML comments are only allowed with web compatibility (Annex B)",113:"The identifier 'let' must not be in expression position in strict mode",114:"Cannot assign to `eval` and `arguments` in strict mode",115:"The left-hand side of a for-of loop may not start with 'let'",116:"Block body arrows can not be immediately invoked without a group",117:"Block body arrows can not be immediately accessed without a group",118:"Unexpected strict mode reserved word",119:"Unexpected eval or arguments in strict mode",120:"Decorators must not be followed by a semicolon",121:"Calling delete on expression not allowed in strict mode",122:"Pattern can not have a tail",124:"Can not have a `yield` expression on the left side of a ternary",125:"An arrow function can not have a postfix update operator",126:"Invalid object literal key character after generator star",127:"Private fields can not be deleted",129:"Classes may not have a field called constructor",128:"Classes may not have a private element named constructor",130:"A class field initializer or static block may not contain arguments",131:"Generators can only be declared at the top level or inside a block",132:"Async methods are a restricted production and cannot have a newline following it",133:"Unexpected character after object literal property name",135:"Invalid key token",136:"Label '%0' has already been declared",137:"continue statement must be nested within an iteration statement",138:"Undefined label '%0'",139:"Trailing comma is disallowed inside import(...) arguments",140:"Invalid binding in JSON import",141:"import() requires exactly one argument",142:"Cannot use new with import(...)",143:"... is not allowed in import()",144:"Expected '=>'",145:"Duplicate binding '%0'",146:"Duplicate private identifier #%0",147:"Cannot export a duplicate name '%0'",150:"Duplicate %0 for-binding",148:"Exported binding '%0' needs to refer to a top-level declared variable",149:"Unexpected private field",153:"Numeric separators are not allowed at the end of numeric literals",152:"Only one underscore is allowed as numeric separator",154:"JSX value should be either an expression or a quoted JSX text",155:"Expected corresponding JSX closing tag for %0",156:"Adjacent JSX elements must be wrapped in an enclosing tag",157:"JSX attributes must only be assigned a non-empty 'expression'",158:"'%0' has already been declared",159:"'%0' shadowed a catch clause binding",160:"Dot property must be an identifier",161:"Encountered invalid input after spread/rest argument",162:"Catch without try",163:"Finally without try",164:"Expected corresponding closing tag for JSX fragment",165:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",166:"Invalid tagged template on optional chain",167:"Invalid optional chain from super property",168:"Invalid optional chain from new expression",169:'Cannot use "import.meta" outside a module',170:"Leading decorators must be attached to a class declaration",171:"An export name cannot include a lone surrogate, found %0",172:"A string literal cannot be used as an exported binding without `from`",173:"Private fields can't be accessed on super",174:"The only valid meta property for import is 'import.meta'",175:"'import.meta' must not contain escaped characters",176:'cannot use "await" as identifier inside an async function',177:'cannot use "await" in static blocks'};class t extends SyntaxError{constructor(e,t,o,r,a,i,s,...l){const c="["+t+":"+o+"-"+a+":"+i+"]: "+n[s].replace(/%(\d+)/g,((e,n)=>l[n]));super(`${c}`),this.start=e,this.end=r,this.range=[e,r],this.loc={start:{line:t,column:o},end:{line:a,column:i}},this.description=c}}function o(e,n,...o){throw new t(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,n,...o)}function r(e){throw new t(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,e.type,...e.params)}function a(e,n,o,r,a,i,s,...l){throw new t(e,n,o,r,a,i,s,...l)}function i(e,n,o,r,a,i,s){throw new t(e,n,o,r,a,i,s)}function s(e){return!!(1&l[34816+(e>>>5)]>>>e)}const l=((e,n)=>{const t=new Uint32Array(104448);let o=0,r=0;for(;o<3822;){const a=e[o++];if(a<0)r-=a;else{let i=e[o++];2&a&&(i=n[i]),1&a?t.fill(i,r,r+=e[o++]):t[r++]=i}}return t})([-1,2,26,2,27,2,5,-1,0,77595648,3,44,2,3,0,14,2,63,2,64,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,41,3,0,4,0,4294966523,3,0,4,2,16,2,65,2,0,0,4294836735,0,3221225471,0,4294901942,2,66,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,18,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,60,2,7,2,6,0,4286611199,3,0,2,2,1,3,0,3,0,4294901711,2,40,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,203,2,3,0,4093640191,0,660618719,0,65487,0,4294828015,0,4092591615,0,1616920031,0,982991,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,71,0,4284449919,0,851904,2,4,2,12,0,67076095,-1,2,72,0,1073741743,0,4093607775,-1,0,50331649,0,3265266687,2,33,0,4294844415,0,4278190047,2,20,2,137,-1,3,0,2,2,23,2,0,2,10,2,0,2,15,2,22,3,0,10,2,74,2,0,2,75,2,76,2,77,2,0,2,78,2,0,2,11,0,261632,2,25,3,0,2,2,13,2,4,3,0,18,2,79,2,5,3,0,2,2,80,0,2151677951,2,29,2,9,0,909311,3,0,2,0,814743551,2,49,0,67090432,3,0,2,2,42,2,0,2,6,2,0,2,30,2,8,0,268374015,2,110,2,51,2,0,2,81,0,134153215,-1,2,7,2,0,2,8,0,2684354559,0,67044351,0,3221160064,2,17,-1,3,0,2,2,53,0,1046528,3,0,3,2,9,2,0,2,54,0,4294960127,2,10,2,6,2,11,0,4294377472,2,12,3,0,16,2,13,2,0,2,82,2,10,2,0,2,83,2,84,2,85,2,210,2,55,0,1048577,2,86,2,14,-1,2,14,0,131042,2,87,2,88,2,89,2,0,2,34,-83,3,0,7,0,1046559,2,0,2,15,2,0,0,2147516671,2,21,3,90,2,2,0,-16,2,91,0,524222462,2,4,2,0,0,4269801471,2,4,3,0,2,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,73,-1,2,18,2,10,3,0,8,2,93,2,133,2,0,0,3220242431,3,0,3,2,19,2,94,2,95,3,0,2,2,96,2,0,2,97,2,46,2,0,0,4351,2,0,2,9,3,0,2,0,67043391,0,3909091327,2,0,2,24,2,9,2,20,3,0,2,0,67076097,2,8,2,0,2,21,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,101,2,102,2,22,2,23,3,0,3,0,67057663,3,0,349,2,103,2,104,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,3774349439,2,105,2,106,3,0,2,2,19,2,107,3,0,10,2,10,2,18,2,0,2,47,2,0,2,31,2,108,2,25,0,1638399,2,183,2,109,3,0,3,2,20,2,26,2,27,2,5,2,28,2,0,2,8,2,111,-1,2,112,2,113,2,114,-1,3,0,3,2,12,-2,2,0,2,29,-3,2,163,-4,2,20,2,0,2,36,0,1,2,0,2,67,2,6,2,12,2,10,2,0,2,115,-1,3,0,4,2,10,2,23,2,116,2,7,2,0,2,117,2,0,2,118,2,119,2,120,2,0,2,9,3,0,9,2,21,2,30,2,31,2,121,2,122,-2,2,123,2,124,2,30,2,21,2,8,-2,2,125,2,30,2,32,-2,2,0,2,39,-2,0,4277137519,0,2269118463,-1,3,20,2,-1,2,33,2,38,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,48,2,0,0,4294950463,2,37,-7,2,0,0,203775,2,57,2,167,2,20,2,43,2,36,2,18,2,37,2,18,2,126,2,21,3,0,2,2,38,0,2151677888,2,0,2,12,0,4294901764,2,144,2,0,2,58,2,56,0,5242879,3,0,2,0,402644511,-1,2,128,2,39,0,3,-1,2,129,2,130,2,0,0,67045375,2,40,0,4226678271,0,3766565279,0,2039759,2,132,2,41,0,1046437,0,6,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,42,2,23,2,50,2,11,2,61,2,38,-5,2,0,2,12,-3,3,0,2,0,2147484671,2,134,0,4190109695,2,52,-2,2,135,0,4244635647,0,27,2,0,2,8,2,43,2,0,2,68,2,18,2,0,2,42,-6,2,0,2,45,2,59,2,44,2,45,2,46,2,47,0,8388351,-2,2,136,0,3028287487,2,48,2,138,0,33259519,2,49,-9,2,21,0,4294836223,0,3355443199,0,134152199,-2,2,69,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,50,-81,2,18,3,0,2,2,36,3,0,33,2,25,2,30,3,0,124,2,12,3,0,18,2,38,-213,2,0,2,32,-54,3,0,17,2,42,2,8,2,23,2,0,2,8,2,23,2,51,2,0,2,21,2,52,2,139,2,25,-13,2,0,2,53,-6,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,54,3,0,38,2,30,2,55,2,34,-278,2,140,3,0,9,2,141,2,142,2,56,3,0,11,2,7,-72,3,0,3,2,143,0,1677656575,-130,2,26,-16,2,0,2,24,2,38,-16,0,4161266656,0,4071,2,205,-4,2,57,-13,3,0,2,2,58,2,0,2,145,2,146,2,62,2,0,2,147,2,148,2,149,3,0,10,2,150,2,151,2,22,3,58,2,3,152,2,3,59,2,0,4294954999,2,0,-16,2,0,2,92,2,0,0,2105343,0,4160749584,2,177,-34,2,8,2,154,-6,0,4194303871,0,4294903771,2,0,2,60,2,100,-3,2,0,0,1073684479,0,17407,-9,2,18,2,17,2,0,2,32,-14,2,18,2,32,-6,2,18,2,12,-15,2,155,3,0,6,0,8323103,-1,3,0,2,2,61,-37,2,62,2,156,2,157,2,158,2,159,2,160,-105,2,26,-32,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,161,3,0,233,2,162,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-22250,3,0,7,2,25,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,63,2,64,-3,0,3168731136,0,4294956864,2,1,2,0,2,41,3,0,4,0,4294966275,3,0,4,2,16,2,65,2,0,2,34,-1,2,18,2,66,-1,2,0,0,2047,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,25,2,67,3,0,2,0,131135,2,98,0,70256639,0,71303167,0,272,2,42,2,6,0,32511,2,0,2,49,-1,2,99,2,68,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,70,2,69,0,33554435,2,131,2,70,2,164,0,131075,0,3594373096,0,67094296,2,69,-1,0,4294828e3,0,603979263,0,654311424,0,3,0,4294828001,0,602930687,2,171,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,71,2,38,-1,2,4,0,917503,2,38,-1,2,72,0,537788335,0,4026531935,-1,0,1,-1,2,33,2,73,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,15,2,22,3,0,10,2,74,2,0,2,75,2,76,2,77,2,0,2,78,2,0,2,12,-1,2,25,3,0,2,2,13,2,4,3,0,18,2,79,2,5,3,0,2,2,80,0,2147745791,3,19,2,0,122879,2,0,2,9,0,276824064,-2,3,0,2,2,42,2,0,0,4294903295,2,0,2,30,2,8,-1,2,18,2,51,2,0,2,81,2,49,-1,2,21,2,0,2,29,-2,0,128,-2,2,28,2,9,0,8160,-1,2,127,0,4227907585,2,0,2,37,2,0,2,50,2,184,2,10,2,6,2,11,-1,0,74440192,3,0,6,-2,3,0,8,2,13,2,0,2,82,2,10,2,0,2,83,2,84,2,85,-3,2,86,2,14,-3,2,87,2,88,2,89,2,0,2,34,-83,3,0,7,0,817183,2,0,2,15,2,0,0,33023,2,21,3,90,2,-17,2,91,0,524157950,2,4,2,0,2,92,2,4,2,0,2,22,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,73,-1,2,18,2,10,3,0,8,2,93,0,3072,2,0,0,2147516415,2,10,3,0,2,2,25,2,94,2,95,3,0,2,2,96,2,0,2,97,2,46,0,4294965179,0,7,2,0,2,9,2,95,2,9,-1,0,1761345536,2,98,0,4294901823,2,38,2,20,2,99,2,35,2,100,0,2080440287,2,0,2,34,2,153,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,101,2,102,2,22,2,23,3,0,3,0,7,3,0,349,2,103,2,104,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,2700607615,2,105,2,106,3,0,2,2,19,2,107,3,0,10,2,10,2,18,2,0,2,47,2,0,2,31,2,108,-3,2,109,3,0,3,2,20,-1,3,5,2,2,110,2,0,2,8,2,111,-1,2,112,2,113,2,114,-1,3,0,3,2,12,-2,2,0,2,29,-8,2,20,2,0,2,36,-1,2,0,2,67,2,6,2,30,2,10,2,0,2,115,-1,3,0,4,2,10,2,18,2,116,2,7,2,0,2,117,2,0,2,118,2,119,2,120,2,0,2,9,3,0,9,2,21,2,30,2,31,2,121,2,122,-2,2,123,2,124,2,30,2,21,2,8,-2,2,125,2,30,2,32,-2,2,0,2,39,-2,0,4277075969,2,30,-1,3,20,2,-1,2,33,2,126,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,50,2,98,0,4294934591,2,37,-7,2,0,0,197631,2,57,-1,2,20,2,43,2,37,2,18,0,3,2,18,2,126,2,21,2,127,2,54,-1,0,2490368,2,127,2,25,2,18,2,34,2,127,2,38,0,4294901904,0,4718591,2,127,2,35,0,335544350,-1,2,128,0,2147487743,0,1,-1,2,129,2,130,2,8,-1,2,131,2,70,0,3758161920,0,3,2,132,0,12582911,0,655360,-1,2,0,2,29,0,2147485568,0,3,2,0,2,25,0,176,-5,2,0,2,17,2,192,-1,2,0,2,25,2,209,-1,2,0,0,16779263,-2,2,12,-1,2,38,-5,2,0,2,133,-3,3,0,2,2,55,2,134,0,2147549183,0,2,-2,2,135,2,36,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,2,18,2,0,2,42,-6,2,0,0,1,2,59,2,17,0,1,2,46,2,25,-3,2,136,2,36,2,137,2,138,0,16778239,-10,2,35,0,4294836212,2,9,-3,2,69,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,50,-81,2,18,3,0,2,2,36,3,0,33,2,25,0,126,3,0,124,2,12,3,0,18,2,38,-213,2,10,-55,3,0,17,2,42,2,8,2,18,2,0,2,8,2,18,2,60,2,0,2,25,2,50,2,139,2,25,-13,2,0,2,73,-6,3,0,2,-4,3,0,2,0,67583,-1,2,107,-2,0,11,3,0,191,2,54,3,0,38,2,30,2,55,2,34,-278,2,140,3,0,9,2,141,2,142,2,56,3,0,11,2,7,-72,3,0,3,2,143,2,144,-187,3,0,2,2,58,2,0,2,145,2,146,2,62,2,0,2,147,2,148,2,149,3,0,10,2,150,2,151,2,22,3,58,2,3,152,2,3,59,2,2,153,-57,2,8,2,154,-7,2,18,2,0,2,60,-4,2,0,0,1065361407,0,16384,-9,2,18,2,60,2,0,2,133,-14,2,18,2,133,-6,2,18,0,81919,-15,2,155,3,0,6,2,126,-1,3,0,2,0,2063,-37,2,62,2,156,2,157,2,158,2,159,2,160,-138,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,161,3,0,233,2,162,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-28386,2,0,0,1,-1,2,55,2,0,0,8193,-21,2,201,0,10255,0,4,-11,2,69,2,182,-1,0,71680,-1,2,174,0,4292900864,0,268435519,-5,2,163,-1,2,173,-1,0,6144,-2,2,46,-1,2,168,-1,0,2147532800,2,164,2,170,0,8355840,-2,0,4,-4,2,198,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,165,0,4294886464,0,33292336,0,417809,2,165,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,166,0,201327104,0,3634348576,0,8323120,2,166,0,202375680,0,2678047264,0,4293984304,2,166,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,2,213,2,167,2,0,0,2089,0,3221225552,0,201359520,2,0,-2,0,256,0,122880,0,16777216,2,163,0,4160757760,2,0,-6,2,179,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,168,2,186,2,187,-2,2,175,-20,0,3758096385,-2,2,169,2,195,2,94,2,180,0,4294057984,-2,2,176,2,172,0,4227874816,-2,2,169,-1,2,170,-1,2,181,2,55,0,4026593280,0,14,0,4292919296,-1,2,178,0,939588608,-1,0,805306368,-1,2,55,2,171,2,172,2,173,2,211,2,0,-2,0,8192,-4,0,267386880,-1,0,117440512,0,7168,-1,2,170,2,168,2,174,2,188,-16,2,175,-1,0,1426112704,2,176,-1,2,196,0,271581216,0,2149777408,2,25,2,174,2,55,0,851967,2,189,-1,2,177,2,190,-4,2,178,-20,2,98,2,208,-56,0,3145728,2,191,-10,0,32505856,-1,2,179,-1,0,2147385088,2,94,1,2155905152,2,-3,2,176,2,0,0,67108864,-2,2,180,-6,2,181,2,25,0,1,-1,0,1,-1,2,182,-3,2,126,2,69,-2,2,100,-2,0,32704,2,55,-915,2,183,-1,2,207,-10,2,194,-5,2,185,-6,0,3759456256,2,19,-1,2,184,-1,2,185,-2,0,4227874752,-3,0,2146435072,2,186,-2,0,1006649344,2,55,-1,2,94,0,201375744,-3,0,134217720,2,94,0,4286677377,0,32896,-1,2,178,-3,0,4227907584,-349,0,65520,0,1920,2,167,3,0,264,-11,2,173,-2,2,187,2,0,0,520617856,0,2692743168,0,36,-3,0,524280,-13,2,193,-1,0,4294934272,2,25,2,187,-1,2,215,0,2158720,-3,2,186,0,1,-4,2,55,0,3808625411,0,3489628288,0,4096,0,1207959680,0,3221274624,2,0,-3,2,188,0,120,0,7340032,-2,2,189,2,4,2,25,2,176,3,0,4,2,186,-1,2,190,2,167,-1,0,8176,2,170,2,188,0,1073741824,-1,0,4290773232,2,0,-4,2,176,2,197,0,15728640,2,167,-1,2,174,-1,0,134250480,0,4720640,0,3825467396,-1,2,180,-9,2,94,2,181,0,4294967040,2,137,0,4160880640,3,0,2,0,704,0,1849688064,2,191,-1,2,55,0,4294901887,2,0,0,130547712,0,1879048192,2,212,3,0,2,-1,2,192,2,193,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,200,0,16252928,0,3791388672,2,130,3,0,2,-2,2,206,2,0,-1,2,107,-1,0,66584576,-1,2,199,-1,0,448,0,4294918080,3,0,6,2,55,-1,0,4294755328,0,4294967267,2,7,-1,2,174,2,187,2,25,2,98,2,25,2,194,2,94,-2,0,245760,2,195,-1,2,163,2,202,0,4227923456,-1,2,196,2,174,2,94,-3,0,4292870145,0,262144,-1,2,95,2,0,0,1073758848,2,197,-1,0,4227921920,2,198,0,68289024,0,528402016,0,4292927536,0,46080,2,191,0,4265609306,0,4294967289,-2,0,268435456,2,95,-2,2,199,3,0,5,-1,2,200,2,176,2,0,-2,0,4227923936,2,67,-1,2,187,2,197,2,99,2,168,2,178,2,204,3,0,5,-1,2,167,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,201,2,28,-2,2,174,-2,2,202,-1,2,169,2,98,3,0,5,-1,0,4227923964,0,512,0,8388608,2,203,2,183,2,193,0,4286578944,3,0,2,0,1152,0,1266679808,2,199,0,576,0,4261707776,2,98,3,0,9,2,169,0,131072,0,939524096,2,188,3,0,2,2,16,-1,0,2147221504,-28,2,187,3,0,3,-3,0,4292902912,-6,2,99,3,0,81,2,25,-2,2,107,-33,2,18,2,181,-124,2,188,-18,2,204,3,0,213,-1,2,187,3,0,54,-17,2,169,2,55,2,205,-1,2,55,2,197,0,4290822144,-2,0,67174336,0,520093700,2,18,3,0,13,-1,2,187,3,0,6,-2,2,188,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,185,-38,2,181,2,8,2,206,3,0,278,0,2417033215,-9,0,4294705144,0,4292411391,0,65295,-11,2,167,3,0,72,-3,0,3758159872,0,201391616,3,0,123,-7,2,187,-13,2,180,3,0,2,-1,2,173,2,207,-3,2,99,2,0,-7,2,181,-1,0,384,-1,0,133693440,-3,2,208,-2,2,110,3,0,3,3,180,2,-2,2,94,2,169,3,0,4,-2,2,196,-1,2,163,0,335552923,2,209,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,2,210,-21,0,134213632,2,162,3,0,34,2,55,0,4294965279,3,0,6,0,100663424,0,63524,-1,2,214,2,152,3,0,3,-1,0,3221282816,0,4294917120,3,0,9,2,25,2,211,-1,2,212,3,0,14,2,25,2,187,3,0,6,2,25,2,213,3,0,15,0,2147520640,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,36,-1,0,4292870144,3,0,2,0,1,2,176,3,0,6,2,209,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,47,3,0,8,-1,2,178,-2,2,180,0,98304,0,65537,2,181,-5,2,214,2,0,2,37,2,202,2,167,0,4294770176,2,110,3,0,4,-30,2,192,0,3758153728,-3,0,125829120,-2,2,187,0,4294897664,2,178,-1,2,199,-1,2,174,0,4026580992,2,95,2,0,-10,2,180,0,3758145536,0,31744,-1,0,1610628992,0,4261477376,-4,2,215,-2,2,187,3,0,32,-1335,2,0,-129,2,187,-6,2,176,-180,0,65532,-233,2,177,-18,2,176,3,0,77,-16,2,176,3,0,47,-154,2,170,-130,2,18,3,0,22250,-7,2,18,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,4294903807,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4294901759,32767,4294901760,262143,536870911,8388607,4160749567,4294902783,4294918143,65535,67043328,2281701374,4294967264,2097151,4194303,255,67108863,4294967039,511,524287,131071,63,127,3238002687,4294549487,4290772991,33554431,4294901888,4286578687,67043329,4294705152,4294770687,67043583,1023,15,2047999,67043343,67051519,16777215,2147483648,4294902e3,28,4292870143,4294966783,16383,67047423,4294967279,262083,20511,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,535511039,4294966272,4294967280,32768,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,4294967232,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4160684047,4290246655,469499899,4294967231,134086655,4294966591,2445279231,3670015,31,4294967288,4294705151,3221208447,4294902271,4294549472,4294921215,4095,4285526655,4294966527,4294966143,64,4294966719,3774873592,1877934080,262151,2555904,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4294934527,4087,2016,2147446655,184024726,2862017156,1593309078,268434431,268434414,4294901763,4294901761,536870912,2952790016,202506752,139264,4026531840,402653184,4261412864,63488,1610612736,4227922944,49152,65280,3233808384,3221225472,65534,61440,57152,4293918720,4290772992,25165824,57344,4227915776,4278190080,3758096384,4227858432,4160749568,3758129152,4294836224,4194304,251658240,196608,4294963200,2143289344,2097152,64512,417808,4227923712,12582912,50331648,65528,65472,4294967168,15360,4294966784,65408,4294965248,16,12288,4294934528,2080374784,2013265920,4294950912,524288]);function c(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function u(e){const n=e.currentChar;if(55296!=(64512&n))return 0;const t=e.source.charCodeAt(e.index+1);return 56320!=(64512&t)?0:65536+((1023&n)<<10)+(1023&t)}function d(e,n){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&n||(e.column=0,e.line++)}function g(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function k(e){return e<65?e-48:e-65+10&15}function p(e){switch(e){case 134283266:return"NumericLiteral";case 134283267:return"StringLiteral";case 86021:case 86022:return"BooleanLiteral";case 86023:return"NullLiteral";case 65540:return"RegularExpression";case 67174408:case 67174409:case 131:return"TemplateLiteral";default:return 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}const f=[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],m=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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],b=[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 h(e){return e<=127?m[e]>0:s(e)}function x(e){return e<=127?b[e]>0:function(e){return!!(1&l[0+(e>>>5)]>>>e)}(e)||8204===e||8205===e}const T=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function y(e,n,t,r,a,i,s,l){return 512&r&&o(e,0),C(e,n,t,a,i,s,l)}function C(e,n,t,o,r,a,i){const{index:s}=e;for(e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column;e.index<e.end;){if(8&f[e.currentChar]){const t=13===e.currentChar;g(e),t&&e.index<e.end&&10===e.currentChar&&(e.currentChar=n.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){g(e);break}c(e),e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column}if(e.onComment){const t={start:{line:a,column:i},end:{line:e.tokenLine,column:e.tokenColumn}};e.onComment(T[255&o],n.slice(s,e.tokenIndex),r,e.tokenIndex,t)}return 1|t}function v(e,n,t){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let o=!1;for(;42===e.currentChar;)if(o||(t&=-5,o=!0),47===c(e)){if(c(e),e.onComment){const t={start:{line:e.tokenLine,column:e.tokenColumn},end:{line:e.line,column:e.column}};e.onComment(T[1],n.slice(r,e.index-2),r-2,e.index,t)}return e.tokenIndex=e.index,e.tokenLine=e.line,e.tokenColumn=e.column,t}if(o)continue;8&f[e.currentChar]?13===e.currentChar?(t|=5,g(e)):(d(e,t),t=-5&t|1):c(e)}else(8232^e.currentChar)<=1?(t=-5&t|1,g(e)):(t&=-5,c(e));o(e,18)}var w,L;function I(e,n){const t=e.index;let r=w.Empty;e:for(;;){const n=e.currentChar;if(c(e),r&w.Escape)r&=~w.Escape;else switch(n){case 47:if(r)break;break e;case 92:r|=w.Escape;break;case 91:r|=w.Class;break;case 93:r&=w.Escape}if(13!==n&&10!==n&&8232!==n&&8233!==n||o(e,34),e.index>=e.source.length)return o(e,34)}const a=e.index-1;let i=L.Empty,s=e.currentChar;const{index:l}=e;for(;x(s);){switch(s){case 103:i&L.Global&&o(e,36,"g"),i|=L.Global;break;case 105:i&L.IgnoreCase&&o(e,36,"i"),i|=L.IgnoreCase;break;case 109:i&L.Multiline&&o(e,36,"m"),i|=L.Multiline;break;case 117:i&L.Unicode&&o(e,36,"u"),i&L.UnicodeSets&&o(e,36,"vu"),i|=L.Unicode;break;case 118:i&L.Unicode&&o(e,36,"uv"),i&L.UnicodeSets&&o(e,36,"v"),i|=L.UnicodeSets;break;case 121:i&L.Sticky&&o(e,36,"y"),i|=L.Sticky;break;case 115:i&L.DotAll&&o(e,36,"s"),i|=L.DotAll;break;case 100:i&L.Indices&&o(e,36,"d"),i|=L.Indices;break;default:o(e,35)}s=c(e)}const u=e.source.slice(l,e.index),d=e.source.slice(t,a);return e.tokenRegExp={pattern:d,flags:u},128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),e.tokenValue=function(e,n,t){try{return new RegExp(n,t)}catch{try{return new RegExp(n,t),null}catch{o(e,34)}}}(e,d,u),65540}function q(e,n,t){const{index:r}=e;let a="",i=c(e),s=e.index;for(;!(8&f[i]);){if(i===t)return a+=e.source.slice(s,e.index),c(e),128&n&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=a,134283267;if(!(8&~i)&&92===i){if(a+=e.source.slice(s,e.index),i=c(e),i<127||8232===i||8233===i){const t=E(e,n,i);t>=0?a+=String.fromCodePoint(t):S(e,t,0)}else a+=String.fromCodePoint(i);s=e.index+1}e.index>=e.end&&o(e,16),i=c(e)}o(e,16)}function E(e,n,t,o=0){switch(t){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){const n=e.source.charCodeAt(e.index+1);10===n&&(e.index=e.index+1,e.currentChar=n)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=t-48,a=e.index+1,i=e.column+1;if(a<e.end){const t=e.source.charCodeAt(a);if(32&f[t]){if(256&n||o)return-2;if(e.currentChar=t,r=r<<3|t-48,a++,i++,a<e.end){const n=e.source.charCodeAt(a);32&f[n]&&(e.currentChar=n,r=r<<3|n-48,a++,i++)}e.flags|=64}else if(0!==r||512&f[t]){if(256&n||o)return-2;e.flags|=64}e.index=a-1,e.column=i-1}return r}case 52:case 53:case 54:case 55:{if(o||256&n)return-2;let r=t-48;const a=e.index+1,i=e.column+1;if(a<e.end){const n=e.source.charCodeAt(a);32&f[n]&&(r=r<<3|n-48,e.currentChar=n,e.index=a,e.column=i)}return e.flags|=64,r}case 120:{const n=c(e);if(!(64&f[n]))return-4;const t=k(n),o=c(e);if(!(64&f[o]))return-4;return t<<4|k(o)}case 117:{const n=c(e);if(123===e.currentChar){let n=0;for(;64&f[c(e)];)if(n=n<<4|k(e.currentChar),n>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:n}{if(!(64&f[n]))return-4;const t=e.source.charCodeAt(e.index+1);if(!(64&f[t]))return-4;const o=e.source.charCodeAt(e.index+2);if(!(64&f[o]))return-4;const r=e.source.charCodeAt(e.index+3);return 64&f[r]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),k(n)<<12|k(t)<<8|k(o)<<4|k(r)):-4}}case 56:case 57:if(o||!(64&n)||256&n)return-3;e.flags|=4096;default:return t}}function S(e,n,t){switch(n){case-1:return;case-2:o(e,t?2:1);case-3:o(e,t?3:14);case-4:o(e,7);case-5:o(e,104)}}function A(e,n){const{index:t}=e;let r=67174409,a="",i=c(e);for(;96!==i;){if(36===i&&123===e.source.charCodeAt(e.index+1)){c(e),r=67174408;break}if(92===i)if(i=c(e),i>126)a+=String.fromCodePoint(i);else{const{index:t,line:o,column:s}=e,l=E(e,256|n,i,1);if(l>=0)a+=String.fromCodePoint(l);else{if(-1!==l&&16384&n){e.index=t,e.line=o,e.column=s,a=null,i=D(e,i),i<0&&(r=67174408);break}S(e,l,1)}}else e.index<e.end&&(13===i&&10===e.source.charCodeAt(e.index)&&(a+=String.fromCodePoint(i),e.currentChar=e.source.charCodeAt(++e.index)),((83&i)<3&&10===i||(8232^i)<=1)&&(e.column=-1,e.line++),a+=String.fromCodePoint(i));e.index>=e.end&&o(e,17),i=c(e)}return c(e),e.tokenValue=a,e.tokenRaw=e.source.slice(t+1,e.index-(67174409===r?1:2)),r}function D(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,17),n=c(e)}return n}function V(e,n){return e.index>=e.end&&o(e,0),e.index--,e.column--,A(e,n)}function R(e,n,t){let r=e.currentChar,a=0,s=9,l=64&t?0:1,u=0,d=0;if(64&t)a="."+N(e,r),r=e.currentChar,110===r&&o(e,12);else{if(48===r)if(r=c(e),120==(32|r)){for(t=136,r=c(e);4160&f[r];)95!==r?(d=1,a=16*a+k(r),u++,r=c(e)):(d||o(e,152),d=0,r=c(e));0!==u&&d||o(e,0===u?21:153)}else if(111==(32|r)){for(t=132,r=c(e);4128&f[r];)95!==r?(d=1,a=8*a+(r-48),u++,r=c(e)):(d||o(e,152),d=0,r=c(e));0!==u&&d||o(e,0===u?0:153)}else if(98==(32|r)){for(t=130,r=c(e);4224&f[r];)95!==r?(d=1,a=2*a+(r-48),u++,r=c(e)):(d||o(e,152),d=0,r=c(e));0!==u&&d||o(e,0===u?0:153)}else if(32&f[r])for(256&n&&o(e,1),t=1;16&f[r];){if(512&f[r]){t=32,l=0;break}a=8*a+(r-48),r=c(e)}else 512&f[r]?(256&n&&o(e,1),e.flags|=64,t=32):95===r&&o(e,0);if(48&t){if(l){for(;s>=0&&4112&f[r];)95!==r?(d=0,a=10*a+(r-48),r=c(e),--s):(r=c(e),(95===r||32&t)&&i(e.index,e.line,e.column,e.index+1,e.line,e.column,152),d=1);if(d&&i(e.index,e.line,e.column,e.index+1,e.line,e.column,153),s>=0&&!h(r)&&46!==r)return e.tokenValue=a,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266}a+=N(e,r),r=e.currentChar,46===r&&(95===c(e)&&o(e,0),t=64,a+="."+N(e,e.currentChar),r=e.currentChar)}}const g=e.index;let p=0;if(110===r&&128&t)p=1,r=c(e);else if(101==(32|r)){r=c(e),256&f[r]&&(r=c(e));const{index:n}=e;16&f[r]||o(e,11),a+=e.source.substring(g,n)+N(e,r),r=e.currentChar}return(e.index<e.end&&16&f[r]||h(r))&&o(e,13),p?(e.tokenRaw=e.source.slice(e.tokenIndex,e.index),e.tokenValue=BigInt(e.tokenRaw.slice(0,-1).replaceAll("_","")),134283388):(e.tokenValue=15&t?a:32&t?parseFloat(e.source.substring(e.tokenIndex,e.index)):+a,128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index)),134283266)}function N(e,n){let t=0,o=e.index,r="";for(;4112&f[n];)if(95!==n)t=0,n=c(e);else{const{index:a}=e;95===(n=c(e))&&i(e.index,e.line,e.column,e.index+1,e.line,e.column,152),t=1,r+=e.source.substring(o,a),o=e.index}return t&&i(e.index,e.line,e.column,e.index+1,e.line,e.column,153),r+e.source.substring(o,e.index)}!function(e){e[e.Empty=0]="Empty",e[e.Escape=1]="Escape",e[e.Class=2]="Class"}(w||(w={})),function(e){e[e.Empty=0]="Empty",e[e.IgnoreCase=1]="IgnoreCase",e[e.Global=2]="Global",e[e.Multiline=4]="Multiline",e[e.Unicode=16]="Unicode",e[e.Sticky=8]="Sticky",e[e.DotAll=32]="DotAll",e[e.Indices=64]="Indices",e[e.UnicodeSets=128]="UnicodeSets"}(L||(L={}));const U=["end of source","identifier","number","string","regular expression","false","true","null","template continuation","template tail","=>","(","{",".","...","}",")",";",",","[","]",":","?","'",'"',"++","--","=","<<=",">>=",">>>=","**=","+=","-=","*=","/=","%=","^=","|=","&=","||=","&&=","??=","typeof","delete","void","!","~","+","-","in","instanceof","*","%","/","**","&&","||","===","!==","==","!=","<=",">=","<",">","<<",">>",">>>","&","|","^","var","let","const","break","case","catch","class","continue","debugger","default","do","else","export","extends","finally","for","function","if","import","new","return","super","switch","this","throw","try","while","with","implements","interface","package","private","protected","public","static","yield","as","async","await","constructor","get","set","accessor","from","of","enum","eval","arguments","escaped keyword","escaped future reserved keyword","reserved if strict","#","BigIntLiteral","??","?.","WhiteSpace","Illegal","LineTerminator","PrivateField","Template","@","target","meta","LineFeed","Escaped","JSXText"],P=Object.create(null,{this:{value:86111},function:{value:86104},if:{value:20569},return:{value:20572},var:{value:86088},else:{value:20563},for:{value:20567},new:{value:86107},in:{value:8673330},typeof:{value:16863275},while:{value:20578},case:{value:20556},break:{value:20555},try:{value:20577},catch:{value:20557},delete:{value:16863276},throw:{value:86112},switch:{value:86110},continue:{value:20559},default:{value:20561},instanceof:{value:8411187},do:{value:20562},void:{value:16863277},finally:{value:20566},async:{value:209005},await:{value:209006},class:{value:86094},const:{value:86090},constructor:{value:12399},debugger:{value:20560},export:{value:20564},extends:{value:20565},false:{value:86021},from:{value:12403},get:{value:12400},implements:{value:36964},import:{value:86106},interface:{value:36965},let:{value:241737},null:{value:86023},of:{value:274548},package:{value:36966},private:{value:36967},protected:{value:36968},public:{value:36969},set:{value:12401},static:{value:36970},super:{value:86109},true:{value:86022},with:{value:20579},yield:{value:241771},enum:{value:86133},eval:{value:537079926},as:{value:77932},arguments:{value:537079927},target:{value:143493},meta:{value:143494},accessor:{value:12402}});function B(e,n,t){for(;b[c(e)];);return e.tokenValue=e.source.slice(e.tokenIndex,e.index),92!==e.currentChar&&e.currentChar<=126?P[e.tokenValue]||208897:G(e,n,0,t)}function O(e,n){const t=j(e);return h(t)||o(e,5),e.tokenValue=String.fromCodePoint(t),G(e,n,1,4&f[t])}function G(e,n,t,r){let a=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(a,e.index),t=1;const n=j(e);x(n)||o(e,5),r=r&&4&f[n],e.tokenValue+=String.fromCodePoint(n),a=e.index}else{const n=u(e);if(n>0)x(n)||o(e,20,String.fromCodePoint(n)),e.currentChar=n,e.index++,e.column++;else if(!x(e.currentChar))break;c(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(a,e.index));const{length:i}=e.tokenValue;if(r&&i>=2&&i<=11){const o=P[e.tokenValue];return void 0===o?208897|(t?-2147483648:0):t?209006===o?524800&n?-2147483528:-2147483648|o:256&n?36970===o?-2147483527:36864&~o?20480&~o?-2147340166:67108864&n&&!(2048&n)?-2147483648|o:-2147483528:-2147483527:!(67108864&n)||2048&n||20480&~o?241771===o?67108864&n?-2147340166:262144&n?-2147483528:-2147483648|o:209005===o?-2147340166:36864&~o?-2147483528:12288|o|-2147483648:-2147483648|o:o}return 208897|(t?-2147483648:0)}function F(e){let n=c(e);if(92===n)return 130;const t=u(e);return t&&(n=t),h(n)||o(e,96),130}function j(e){return 117!==e.source.charCodeAt(e.index+1)&&o(e,5),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&f[c(e)];)n=n<<4|k(e.currentChar),n>1114111&&i(t,e.line,e.column,e.index,e.line,e.column,104);return 125!==e.currentChar&&i(t,e.line,e.column,e.index,e.line,e.column,7),c(e),n}64&f[t]||o(e,7);const r=e.source.charCodeAt(e.index+1);64&f[r]||o(e,7);const a=e.source.charCodeAt(e.index+2);64&f[a]||o(e,7);const s=e.source.charCodeAt(e.index+3);64&f[s]||o(e,7);return n=k(t)<<12|k(r)<<8|k(a)<<4|k(s),e.currentChar=e.source.charCodeAt(e.index+=4),n}(e)}const J=[128,128,128,128,128,128,128,128,128,127,135,127,127,129,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,127,16842798,134283267,130,208897,8391477,8390213,134283267,67174411,16,8391476,25233968,18,25233969,67108877,8457014,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456256,1077936155,8390721,22,132,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,136,20,8389959,208897,131,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8389702,1074790415,16842799,128];function H(e,n){e.flags=1^(1|e.flags),e.startIndex=e.index,e.startColumn=e.column,e.startLine=e.line,e.setToken(M(e,n,0))}function M(e,n,t){const r=0===e.index,{source:a}=e;let i=e.index,l=e.line,k=e.column;for(;e.index<e.end;){e.tokenIndex=e.index,e.tokenColumn=e.column,e.tokenLine=e.line;let f=e.currentChar;if(f<=126){const s=J[f];switch(s){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842799:case 132:case 128:return c(e),s;case 208897:return B(e,n,0);case 4096:return B(e,n,1);case 134283266:return R(e,n,144);case 134283267:return q(e,n,f);case 131:return A(e,n);case 136:return O(e,n);case 130:return F(e);case 127:c(e);break;case 129:t|=5,g(e);break;case 135:d(e,t),t=-5&t|1;break;case 8456256:{const o=c(e);if(e.index<e.end){if(60===o)return e.index<e.end&&61===c(e)?(c(e),4194332):8390978;if(61===o)return c(e),8390718;if(33===o){const o=e.index+1;if(o+1<e.end&&45===a.charCodeAt(o)&&45==a.charCodeAt(o+1)){e.column+=3,e.currentChar=a.charCodeAt(e.index+=3),t=y(e,a,t,n,2,e.tokenIndex,e.tokenLine,e.tokenColumn),i=e.tokenIndex,l=e.tokenLine,k=e.tokenColumn;continue}return 8456256}}return 8456256}case 1077936155:{c(e);const n=e.currentChar;return 61===n?61===c(e)?(c(e),8390458):8390460:62===n?(c(e),10):1077936155}case 16842798:return 61!==c(e)?16842798:61!==c(e)?8390461:(c(e),8390459);case 8391477:return 61!==c(e)?8391477:(c(e),4194340);case 8391476:{if(c(e),e.index>=e.end)return 8391476;const n=e.currentChar;return 61===n?(c(e),4194338):42!==n?8391476:61!==c(e)?8391735:(c(e),4194335)}case 8389959:return 61!==c(e)?8389959:(c(e),4194341);case 25233968:{c(e);const n=e.currentChar;return 43===n?(c(e),33619993):61===n?(c(e),4194336):25233968}case 25233969:{c(e);const s=e.currentChar;if(45===s){if(c(e),(1&t||r)&&62===e.currentChar){64&n||o(e,112),c(e),t=y(e,a,t,n,3,i,l,k),i=e.tokenIndex,l=e.tokenLine,k=e.tokenColumn;continue}return 33619994}return 61===s?(c(e),4194337):25233969}case 8457014:if(c(e),e.index<e.end){const o=e.currentChar;if(47===o){c(e),t=C(e,a,t,0,e.tokenIndex,e.tokenLine,e.tokenColumn),i=e.tokenIndex,l=e.tokenLine,k=e.tokenColumn;continue}if(42===o){c(e),t=v(e,a,t),i=e.tokenIndex,l=e.tokenLine,k=e.tokenColumn;continue}if(8192&n)return I(e,n);if(61===o)return c(e),4259875}return 8457014;case 67108877:{const t=c(e);if(t>=48&&t<=57)return R(e,n,80);if(46===t){const n=e.index+1;if(n<e.end&&46===a.charCodeAt(n))return e.column+=2,e.currentChar=a.charCodeAt(e.index+=2),14}return 67108877}case 8389702:{c(e);const n=e.currentChar;return 124===n?(c(e),61===e.currentChar?(c(e),4194344):8913465):61===n?(c(e),4194342):8389702}case 8390721:{c(e);const n=e.currentChar;if(61===n)return c(e),8390719;if(62!==n)return 8390721;if(c(e),e.index<e.end){const n=e.currentChar;if(62===n)return 61===c(e)?(c(e),4194334):8390980;if(61===n)return c(e),4194333}return 8390979}case 8390213:{c(e);const n=e.currentChar;return 38===n?(c(e),61===e.currentChar?(c(e),4194345):8913720):61===n?(c(e),4194343):8390213}case 22:{let n=c(e);if(63===n)return c(e),61===e.currentChar?(c(e),4194346):276824445;if(46===n){const t=e.index+1;if(t<e.end&&(n=a.charCodeAt(t),!(n>=48&&n<=57)))return c(e),67108990}return 22}}}else{if((8232^f)<=1){t=-5&t|1,g(e);continue}const r=u(e);if(r>0&&(f=r),s(f))return e.tokenValue="",G(e,n,0,0);if(160===(p=f)||65279===p||133===p||5760===p||p>=8192&&p<=8203||8239===p||8287===p||12288===p||8201===p||65519===p){c(e);continue}o(e,20,String.fromCodePoint(f))}}var p;return 1048576}const z={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:"‌"},X={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 _(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,(e=>{if("#"===e.charAt(1)){const n=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in X&&(e=X[e]);return String.fromCodePoint(e)}("X"===n||"x"===n?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return z[e.slice(1,-1)]||e}))}function $(e,n){return e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.setToken(8192&f[e.currentChar]?function(e,n){const t=e.currentChar;let r=c(e);const a=e.index;for(;r!==t;)e.index>=e.end&&o(e,16),r=c(e);r!==t&&o(e,16);e.tokenValue=e.source.slice(a,e.index),c(e),128&n&&(e.tokenRaw=e.source.slice(e.tokenIndex,e.index));return 134283267}(e,n):M(e,n,0)),e.getToken()}function Y(e,n){if(e.startIndex=e.tokenIndex=e.index,e.startColumn=e.tokenColumn=e.column,e.startLine=e.tokenLine=e.line,e.index>=e.end)return void e.setToken(1048576);if(60===e.currentChar)return c(e),void e.setToken(8456256);if(123===e.currentChar)return c(e),void e.setToken(2162700);let t=0;for(;e.index<e.end;){const n=f[e.source.charCodeAt(e.index)];if(1024&n?(t|=5,g(e)):2048&n?(d(e,t),t=-5&t|1):c(e),16384&f[e.currentChar])break}e.tokenIndex===e.index&&o(e,0);const r=e.source.slice(e.tokenIndex,e.index);128&n&&(e.tokenRaw=r),e.tokenValue=_(r),e.setToken(137)}function Z(e){if(!(143360&~e.getToken())){const{index:n}=e;let t=e.currentChar;for(;32770&f[t];)t=c(e);e.tokenValue+=e.source.slice(n,e.index)}return e.setToken(208897,!0),e.getToken()}function W(e,n){!(1&e.flags)&&1048576&~e.getToken()&&o(e,30,U[255&e.getToken()]),ee(e,n,1074790417)||e.onInsertedSemicolon?.(e.startIndex)}function K(e,n,t,o){return n-t<13&&"use strict"===o&&(!(1048576&~e.getToken())||1&e.flags)?1:0}function Q(e,n,t){return e.getToken()!==t?0:(H(e,n),1)}function ee(e,n,t){return e.getToken()===t&&(H(e,n),!0)}function ne(e,n,t){e.getToken()!==t&&o(e,25,U[255&t]),H(e,n)}function te(e,n){switch(n.type){case"ArrayExpression":{n.type="ArrayPattern";const{elements:t}=n;for(let n=0,o=t.length;n<o;++n){const o=t[n];o&&te(e,o)}return}case"ObjectExpression":{n.type="ObjectPattern";const{properties:t}=n;for(let n=0,o=t.length;n<o;++n)te(e,t[n]);return}case"AssignmentExpression":return n.type="AssignmentPattern","="!==n.operator&&o(e,71),delete n.operator,void te(e,n.left);case"Property":return void te(e,n.value);case"SpreadElement":n.type="RestElement",te(e,n.argument)}}function oe(e,n,t,r,a){256&n&&(36864&~r||o(e,118),a||537079808&~r||o(e,119)),20480&~r&&-2147483528!==r||o(e,102),24&t&&73==(255&r)&&o(e,100),524800&n&&209006===r&&o(e,110),262400&n&&241771===r&&o(e,97,"yield")}function re(e,n,t){256&n&&(36864&~t||o(e,118),537079808&~t||o(e,119),-2147483527===t&&o(e,95),-2147483528===t&&o(e,95)),20480&~t||o(e,102),524800&n&&209006===t&&o(e,110),262400&n&&241771===t&&o(e,97,"yield")}function ae(e,n,t){return 209006===t&&(524800&n&&o(e,110),e.destructible|=128),241771===t&&262144&n&&o(e,97,"yield"),!(20480&~t&&36864&~t&&-2147483527!=t)}function ie(e,n,t,r){for(;n;){if(n["$"+t])return r&&o(e,137),1;r&&n.loop&&(r=0),n=n.$}return 0}function se(e,n,t,o,r,a){return 2&n&&(a.start=t,a.end=e.startIndex,a.range=[t,e.startIndex]),4&n&&(a.loc={start:{line:o,column:r},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(a.loc.source=e.sourceFile)),a}function le(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return le(e.object)+"."+le(e.property)}}function ce(e,n,t){const o=de({parent:void 0,type:2},1024);return ke(e,n,o,t,1,0),o}function ue(e,n,...t){const{index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;return{type:n,params:t,index:o,line:r,column:a,tokenIndex:i,tokenLine:s,tokenColumn:l}}function de(e,n){return{parent:e,type:n,scopeError:void 0}}function ge(e,n,t,o,r,a){4&r?pe(e,n,t,o,r):ke(e,n,t,o,r,a),64&a&&me(e,o)}function ke(e,n,t,r,a,i){const s=t["#"+r];!s||2&s||(1&a?t.scopeError=ue(e,145,r):64&n&&!(256&n)&&2&i&&64===s&&64===a||o(e,145,r)),128&t.type&&t.parent["#"+r]&&!(2&t.parent["#"+r])&&o(e,145,r),1024&t.type&&s&&!(2&s)&&1&a&&(t.scopeError=ue(e,145,r)),64&t.type&&768&t.parent["#"+r]&&o(e,159,r),t["#"+r]=a}function pe(e,n,t,r,a){let i=t;for(;i&&!(256&i.type);){const s=i["#"+r];248&s&&(64&n&&!(256&n)&&(128&a&&68&s||128&s&&68&a)||o(e,145,r)),i===t&&1&s&&1&a&&(i.scopeError=ue(e,145,r)),(256&s||512&s&&!(64&n))&&o(e,145,r),i["#"+r]=a,i=i.parent}}function fe(e,n){return n["#"+e]?1:n.parent?fe(e,n.parent):0}function me(e,n){void 0!==e.exportedNames&&""!==n&&(e.exportedNames["#"+n]&&o(e,147,n),e.exportedNames["#"+n]=1)}function be(e,n){return 262400&e?!(512&e&&209006===n)&&(!(262144&e&&241771===n)&&!(12288&~n)):!(12288&~n&&36864&~n)}function he(e,n,t){537079808&~t||(256&n&&o(e,119),e.flags|=512),be(n,t)||o(e,0)}function xe(e,n,t){let r,i,s,l="";null!=n&&(n.module&&(t|=768),n.next&&(t|=1),n.loc&&(t|=4),n.ranges&&(t|=2),n.uniqueKeyInPattern&&(t|=134217728),n.lexical&&(t|=16),n.webcompat&&(t|=64),n.globalReturn&&(t|=1048576),n.raw&&(t|=128),n.preserveParens&&(t|=32),n.impliedStrict&&(t|=256),n.jsx&&(t|=8),n.source&&(l=n.source),null!=n.onComment&&(r=Array.isArray(n.onComment)?function(e,n){return function(t,o,r,a,i){const s={type:t,value:o};2&e&&(s.start=r,s.end=a,s.range=[r,a]),4&e&&(s.loc=i),n.push(s)}}(t,n.onComment):n.onComment),null!=n.onInsertedSemicolon&&(i=n.onInsertedSemicolon),null!=n.onToken&&(s=Array.isArray(n.onToken)?function(e,n){return function(t,o,r,a){const i={token:t};2&e&&(i.start=o,i.end=r,i.range=[o,r]),4&e&&(i.loc=a),n.push(i)}}(t,n.onToken):n.onToken));const u=function(e,n,t,o,r){let a=1048576,i=null;return{source:e,flags:0,index:0,line:1,column:0,startIndex:0,end:e.length,tokenIndex:0,startColumn:0,tokenColumn:0,tokenLine:1,startLine:1,sourceFile:n,tokenValue:"",getToken:()=>a,setToken(e,n=!1){if(o)if(1048576!==e){const t={start:{line:this.tokenLine,column:this.tokenColumn},end:{line:this.line,column:this.column}};!n&&i&&o(...i),i=[p(e),this.tokenIndex,this.index,t]}else i&&(o(...i),i=null);return a=e},tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:t,onToken:o,onInsertedSemicolon:r,leadingDecorators:[]}}(e,l,r,s,i);!function(e){const{source:n}=e;35===e.currentChar&&33===n.charCodeAt(e.index+1)&&(c(e),c(e),C(e,n,0,4,e.tokenIndex,e.tokenLine,e.tokenColumn))}(u);const d=16&t?{parent:void 0,type:2}:void 0;let g=[],k="script";if(512&t){if(k="module",g=function(e,n,t){H(e,8192|n);const o=[];for(;134283267===e.getToken();){const{tokenIndex:t,tokenLine:r,tokenColumn:a}=e,i=e.getToken();o.push(qe(e,n,dn(e,n),i,t,r,a))}for(;1048576!==e.getToken();)o.push(Te(e,n,t));return o}(u,2048|t,d),d)for(const e in u.exportedBindings)"#"!==e[0]||d[e]||o(u,148,e.slice(1))}else g=function(e,n,t){H(e,67117056|n);const o=[];for(;134283267===e.getToken();){const{index:t,tokenIndex:r,tokenValue:i,tokenLine:s,tokenColumn:l}=e,c=e.getToken(),u=dn(e,n);K(e,t,r,i)&&(n|=256,64&e.flags&&a(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,9),4096&e.flags&&a(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,15)),o.push(qe(e,n,u,c,r,s,l))}for(;1048576!==e.getToken();)o.push(ye(e,n,t,void 0,4,{}));return o}(u,2048|t,d);const f={type:"Program",sourceType:k,body:g};return 2&t&&(f.start=0,f.end=e.length,f.range=[0,e.length]),4&t&&(f.loc={start:{line:1,column:0},end:{line:u.line,column:u.column}},u.sourceFile&&(f.loc.source=l)),f}function Te(e,n,t){let r;switch(e.leadingDecorators=Sn(e,n,void 0),e.getToken()){case 20564:r=function(e,n,t){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;H(e,8192|n);const s=[];let l,c=null,u=null,d=null;if(ee(e,8192|n,20561)){switch(e.getToken()){case 86104:c=gn(e,n,t,void 0,4,1,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 132:case 86094:c=En(e,n,t,void 0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:o,tokenLine:r,tokenColumn:a}=e;c=un(e,n);const{flags:i}=e;1&i||(86104===e.getToken()?c=gn(e,n,t,void 0,4,1,1,1,o,r,a):67174411===e.getToken()?(c=qn(e,n,void 0,c,1,1,0,i,o,r,a),c=$e(e,n,void 0,c,0,0,o,r,a),c=Je(e,n,void 0,0,0,o,r,a,c)):143360&e.getToken()&&(t&&(t=ce(e,n,e.tokenValue)),c=un(e,n),c=vn(e,n,t,void 0,[c],1,o,r,a)));break}default:c=Ge(e,n,void 0,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),W(e,8192|n)}return t&&me(e,"default"),se(e,n,r,a,i,{type:"ExportDefaultDeclaration",declaration:c})}switch(e.getToken()){case 8391476:{H(e,n);let s=null;ee(e,n,77932)&&(t&&me(e,e.tokenValue),s=tn(e,n)),ne(e,n,12403),134283267!==e.getToken()&&o(e,105,"Export"),u=dn(e,n);const l={type:"ExportAllDeclaration",source:u,exported:s};return 1&n&&(l.attributes=Qe(e,n)),W(e,8192|n),se(e,n,r,a,i,l)}case 2162700:{H(e,n);const r=[],a=[];let i=0;for(;143360&e.getToken()||134283267===e.getToken();){const{tokenIndex:l,tokenValue:c,tokenLine:u,tokenColumn:d}=e,g=tn(e,n);let k;"Literal"===g.type&&(i=1),77932===e.getToken()?(H(e,n),143360&e.getToken()||134283267===e.getToken()||o(e,106),t&&(r.push(e.tokenValue),a.push(c)),k=tn(e,n)):(t&&(r.push(e.tokenValue),a.push(e.tokenValue)),k=g),s.push(se(e,n,l,u,d,{type:"ExportSpecifier",local:g,exported:k})),1074790415!==e.getToken()&&ne(e,n,18)}ne(e,n,1074790415),ee(e,n,12403)?(134283267!==e.getToken()&&o(e,105,"Export"),u=dn(e,n),1&n&&(d=Qe(e,n,s)),t&&r.forEach((n=>me(e,n)))):(i&&o(e,172),t&&(r.forEach((n=>me(e,n))),a.forEach((n=>function(e,n){void 0!==e.exportedBindings&&""!==n&&(e.exportedBindings["#"+n]=1)}(e,n))))),W(e,8192|n);break}case 86094:c=En(e,n,t,void 0,2,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86104:c=gn(e,n,t,void 0,4,1,2,0,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 241737:c=Ae(e,n,t,void 0,8,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86090:c=Ae(e,n,t,void 0,16,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 86088:c=De(e,n,t,void 0,64,e.tokenIndex,e.tokenLine,e.tokenColumn);break;case 209005:{const{tokenIndex:o,tokenLine:r,tokenColumn:a}=e;if(H(e,n),!(1&e.flags)&&86104===e.getToken()){c=gn(e,n,t,void 0,4,1,2,1,o,r,a),t&&(l=c.id?c.id.name:"",me(e,l));break}}default:o(e,30,U[255&e.getToken()])}const g={type:"ExportNamedDeclaration",declaration:c,specifiers:s,source:u};d&&(g.attributes=d);return se(e,n,r,a,i,g)}(e,n,t);break;case 86106:r=function(e,n,t){const r=e.tokenIndex,a=e.tokenLine,i=e.tokenColumn;H(e,n);let s=null;const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e;let d=[];if(134283267===e.getToken())s=dn(e,n);else{if(143360&e.getToken()){if(d=[se(e,n,l,c,u,{type:"ImportDefaultSpecifier",local:Ne(e,n,t)})],ee(e,n,18))switch(e.getToken()){case 8391476:d.push(Ue(e,n,t));break;case 2162700:Pe(e,n,t,d);break;default:o(e,107)}}else switch(e.getToken()){case 8391476:d=[Ue(e,n,t)];break;case 2162700:Pe(e,n,t,d);break;case 67174411:return Oe(e,n,void 0,r,a,i);case 67108877:return Be(e,n,r,a,i);default:o(e,30,U[255&e.getToken()])}s=function(e,n){ne(e,n,12403),134283267!==e.getToken()&&o(e,105,"Import");return dn(e,n)}(e,n)}const g={type:"ImportDeclaration",specifiers:d,source:s};1&n&&(g.attributes=Qe(e,n,d));return W(e,8192|n),se(e,n,r,a,i,g)}(e,n,t);break;default:r=ye(e,n,t,void 0,4,{})}return e.leadingDecorators.length&&o(e,170),r}function ye(e,n,t,r,a,i){const s=e.tokenIndex,l=e.tokenLine,c=e.tokenColumn;switch(e.getToken()){case 86104:return gn(e,n,t,r,a,1,0,0,s,l,c);case 132:case 86094:return En(e,n,t,r,0,s,l,c);case 86090:return Ae(e,n,t,r,16,0,s,l,c);case 241737:return function(e,n,t,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();let d=un(e,n);if(2240512&e.getToken()){const o=Ve(e,n,t,r,8,0);return W(e,8192|n),se(e,n,i,s,l,{type:"VariableDeclaration",kind:"let",declarations:o})}e.assignable=1,256&n&&o(e,85);if(21===e.getToken())return Le(e,n,t,r,a,{},c,d,u,0,i,s,l);if(10===e.getToken()){let t;16&n&&(t=ce(e,n,c)),e.flags=128^(128|e.flags),d=vn(e,n,t,r,[d],0,i,s,l)}else d=$e(e,n,r,d,0,0,i,s,l),d=Je(e,n,r,0,0,i,s,l,d);18===e.getToken()&&(d=Fe(e,n,r,0,i,s,l,d));return we(e,n,d,i,s,l)}(e,n,t,r,a,s,l,c);case 20564:o(e,103,"export");case 86106:switch(H(e,n),e.getToken()){case 67174411:return Oe(e,n,r,s,l,c);case 67108877:return Be(e,n,s,l,c);default:o(e,103,"import")}case 209005:return Ie(e,n,t,r,a,i,1,s,l,c);default:return Ce(e,n,t,r,a,i,1,s,l,c)}}function Ce(e,n,t,r,a,i,s,l,c,u){switch(e.getToken()){case 86088:return De(e,n,t,r,0,l,c,u);case 20572:return function(e,n,t,r,a,i){1048576&n||o(e,92);H(e,8192|n);const s=1&e.flags||1048576&e.getToken()?null:je(e,n,t,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return W(e,8192|n),se(e,n,r,a,i,{type:"ReturnStatement",argument:s})}(e,n,r,l,c,u);case 20569:return function(e,n,t,o,r,a,i,s){H(e,n),ne(e,8192|n,67174411),e.assignable=1;const l=je(e,n,o,0,1,e.tokenIndex,e.line,e.tokenColumn);ne(e,8192|n,16);const c=Ee(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn);let u=null;20563===e.getToken()&&(H(e,8192|n),u=Ee(e,n,t,o,r,e.tokenIndex,e.tokenLine,e.tokenColumn));return se(e,n,a,i,s,{type:"IfStatement",test:l,consequent:c,alternate:u})}(e,n,t,r,i,l,c,u);case 20567:return function(e,n,t,r,a,i,s,l){H(e,n);const c=((524288&n)>0||(512&n)>0&&(2048&n)>0)&&ee(e,n,209006);ne(e,8192|n,67174411),t&&(t=de(t,1));let u,d=null,g=null,k=0,p=null,f=86088===e.getToken()||241737===e.getToken()||86090===e.getToken();const{tokenIndex:m,tokenLine:b,tokenColumn:h}=e,x=e.getToken();f?241737===x?(p=un(e,n),2240512&e.getToken()?(8673330===e.getToken()?256&n&&o(e,67):p=se(e,n,m,b,h,{type:"VariableDeclaration",kind:"let",declarations:Ve(e,33554432|n,t,r,8,32)}),e.assignable=1):256&n?o(e,67):(f=!1,e.assignable=1,p=$e(e,n,r,p,0,0,m,b,h),274548===e.getToken()&&o(e,115))):(H(e,n),p=se(e,n,m,b,h,86088===x?{type:"VariableDeclaration",kind:"var",declarations:Ve(e,33554432|n,t,r,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:Ve(e,33554432|n,t,r,16,32)}),e.assignable=1):1074790417===x?c&&o(e,82):2097152&~x?p=_e(e,33554432|n,r,1,0,1,m,b,h):(p=2162700===x?hn(e,n,void 0,r,1,0,0,2,32,m,b,h):pn(e,n,void 0,r,1,0,0,2,32,m,b,h),k=e.destructible,64&k&&o(e,63),e.assignable=16&k?2:1,p=$e(e,33554432|n,r,p,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn));if(!(262144&~e.getToken())){if(274548===e.getToken()){2&e.assignable&&o(e,80,c?"await":"of"),te(e,p),H(e,8192|n),u=Ge(e,n,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),ne(e,8192|n,16);return se(e,n,i,s,l,{type:"ForOfStatement",left:p,right:u,body:Se(e,n,t,r,a),await:c})}2&e.assignable&&o(e,80,"in"),te(e,p),H(e,8192|n),c&&o(e,82),u=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn),ne(e,8192|n,16);return se(e,n,i,s,l,{type:"ForInStatement",body:Se(e,n,t,r,a),left:p,right:u})}c&&o(e,82);f||(8&k&&1077936155!==e.getToken()&&o(e,80,"loop"),p=Je(e,33554432|n,r,0,0,m,b,h,p));18===e.getToken()&&(p=Fe(e,n,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn,p));ne(e,8192|n,1074790417),1074790417!==e.getToken()&&(d=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ne(e,8192|n,1074790417),16!==e.getToken()&&(g=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn));ne(e,8192|n,16);const T=Se(e,n,t,r,a);return se(e,n,i,s,l,{type:"ForStatement",init:p,test:d,update:g,body:T})}(e,n,t,r,i,l,c,u);case 20562:return function(e,n,t,o,r,a,i,s){H(e,8192|n);const l=Se(e,n,t,o,r);ne(e,n,20578),ne(e,8192|n,67174411);const c=je(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return ne(e,8192|n,16),ee(e,8192|n,1074790417),se(e,n,a,i,s,{type:"DoWhileStatement",body:l,test:c})}(e,n,t,r,i,l,c,u);case 20578:return function(e,n,t,o,r,a,i,s){H(e,n),ne(e,8192|n,67174411);const l=je(e,n,o,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ne(e,8192|n,16);const c=Se(e,n,t,o,r);return se(e,n,a,i,s,{type:"WhileStatement",test:l,body:c})}(e,n,t,r,i,l,c,u);case 86110:return function(e,n,t,r,a,i,s,l){H(e,n),ne(e,8192|n,67174411);const c=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ne(e,n,16),ne(e,n,2162700);const u=[];let d=0;t&&(t=de(t,8));for(;1074790415!==e.getToken();){const{tokenIndex:i,tokenLine:s,tokenColumn:l}=e;let c=null;const g=[];for(ee(e,8192|n,20556)?c=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn):(ne(e,8192|n,20561),d&&o(e,89),d=1),ne(e,8192|n,21);20556!==e.getToken()&&1074790415!==e.getToken()&&20561!==e.getToken();)g.push(ye(e,1024|n,t,r,2,{$:a}));u.push(se(e,n,i,s,l,{type:"SwitchCase",test:c,consequent:g}))}return ne(e,8192|n,1074790415),se(e,n,i,s,l,{type:"SwitchStatement",discriminant:c,cases:u})}(e,n,t,r,i,l,c,u);case 1074790417:return function(e,n,t,o,r){return H(e,8192|n),se(e,n,t,o,r,{type:"EmptyStatement"})}(e,n,l,c,u);case 2162700:return ve(e,n,t?de(t,2):t,r,i,l,c,u);case 86112:return function(e,n,t,r,a,i){H(e,8192|n),1&e.flags&&o(e,90);const s=je(e,n,t,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return W(e,8192|n),se(e,n,r,a,i,{type:"ThrowStatement",argument:s})}(e,n,r,l,c,u);case 20555:return function(e,n,t,r,a,i){H(e,8192|n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=un(e,8192|n),ie(e,t,r,0)||o(e,138,r)}else 33792&n||o(e,69);return W(e,8192|n),se(e,n,r,a,i,{type:"BreakStatement",label:s})}(e,n,i,l,c,u);case 20559:return function(e,n,t,r,a,i){32768&n||o(e,68);H(e,n);let s=null;if(!(1&e.flags)&&143360&e.getToken()){const{tokenValue:r}=e;s=un(e,8192|n),ie(e,t,r,1)||o(e,138,r)}return W(e,8192|n),se(e,n,r,a,i,{type:"ContinueStatement",label:s})}(e,n,i,l,c,u);case 20577:return function(e,n,t,r,a,i,s,l){H(e,8192|n);const c=t?de(t,32):void 0,u=ve(e,n,c,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn),{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=ee(e,8192|n,20557)?function(e,n,t,r,a,i,s,l){let c=null,u=t;ee(e,n,67174411)&&(t&&(t=de(t,4)),c=Un(e,n,t,r,2097152&~e.getToken()?512:256,0,e.tokenIndex,e.tokenLine,e.tokenColumn),18===e.getToken()?o(e,86):1077936155===e.getToken()&&o(e,87),ne(e,8192|n,16));t&&(u=de(t,64));const d=ve(e,n,u,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn);return se(e,n,i,s,l,{type:"CatchClause",param:c,body:d})}(e,n,t,r,a,d,g,k):null;let f=null;if(20566===e.getToken()){H(e,8192|n);f=ve(e,n,c?de(t,4):void 0,r,{$:a},e.tokenIndex,e.tokenLine,e.tokenColumn)}p||f||o(e,88);return se(e,n,i,s,l,{type:"TryStatement",block:u,handler:p,finalizer:f})}(e,n,t,r,i,l,c,u);case 20579:return function(e,n,t,r,a,i,s,l){H(e,n),256&n&&o(e,91);ne(e,8192|n,67174411);const c=je(e,n,r,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);ne(e,8192|n,16);const u=Ce(e,n,t,r,2,a,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return se(e,n,i,s,l,{type:"WithStatement",object:c,body:u})}(e,n,t,r,i,l,c,u);case 20560:return function(e,n,t,o,r){return H(e,8192|n),W(e,8192|n),se(e,n,t,o,r,{type:"DebuggerStatement"})}(e,n,l,c,u);case 209005:return Ie(e,n,t,r,a,i,0,l,c,u);case 20557:o(e,162);case 20566:o(e,163);case 86104:o(e,256&n?76:64&n?77:78);case 86094:o(e,79);default:return function(e,n,t,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k;if(241737===g)k=un(e,n),256&n&&o(e,85),69271571===e.getToken()&&o(e,84);else k=Ze(e,n,r,2,0,1,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);if(143360&g&&21===e.getToken())return Le(e,n,t,r,a,i,d,k,g,s,l,c,u);k=$e(e,n,r,k,0,0,l,c,u),k=Je(e,n,r,0,0,l,c,u,k),18===e.getToken()&&(k=Fe(e,n,r,0,l,c,u,k));return we(e,n,k,l,c,u)}(e,n,t,r,a,i,s,l,c,u)}}function ve(e,n,t,o,r,a,i,s){const l=[];for(ne(e,8192|n,2162700);1074790415!==e.getToken();)l.push(ye(e,n,t,o,2,{$:r}));return ne(e,8192|n,1074790415),se(e,n,a,i,s,{type:"BlockStatement",body:l})}function we(e,n,t,o,r,a){return W(e,8192|n),se(e,n,o,r,a,{type:"ExpressionStatement",expression:t})}function Le(e,n,t,r,a,i,s,l,c,u,d,g,k){oe(e,n,0,c,1),function(e,n,t){let r=n;for(;r;)r["$"+t]&&o(e,136,t),r=r.$;n["$"+t]=1}(e,i,s),H(e,8192|n);const p=u&&!(256&n)&&64&n&&86104===e.getToken()?gn(e,n,de(t,2),r,a,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn):Ce(e,n,t,r,a,i,u,e.tokenIndex,e.tokenLine,e.tokenColumn);return se(e,n,d,g,k,{type:"LabeledStatement",label:l,body:p})}function Ie(e,n,t,r,a,i,s,l,c,u){const{tokenValue:d}=e,g=e.getToken();let k=un(e,n);if(21===e.getToken())return Le(e,n,t,r,a,i,d,k,g,1,l,c,u);const p=1&e.flags;if(!p){if(86104===e.getToken())return s||o(e,123),gn(e,n,t,r,a,1,0,1,l,c,u);if(be(n,e.getToken()))return k=In(e,n,r,1,l,c,u),18===e.getToken()&&(k=Fe(e,n,r,0,l,c,u,k)),we(e,n,k,l,c,u)}return 67174411===e.getToken()?k=qn(e,n,r,k,1,1,0,p,l,c,u):(10===e.getToken()&&(he(e,n,g),36864&~g||(e.flags|=256),k=yn(e,524288|n,r,e.tokenValue,k,0,1,0,l,c,u)),e.assignable=1),k=$e(e,n,r,k,0,0,l,c,u),k=Je(e,n,r,0,0,l,c,u,k),e.assignable=1,18===e.getToken()&&(k=Fe(e,n,r,0,l,c,u,k)),we(e,n,k,l,c,u)}function qe(e,n,t,o,r,a,i){const s=e.startIndex;return 1074790417!==o&&(e.assignable=2,t=$e(e,n,void 0,t,0,0,r,a,i),1074790417!==e.getToken()&&(t=Je(e,n,void 0,0,0,r,a,i,t),18===e.getToken()&&(t=Fe(e,n,void 0,0,r,a,i,t))),W(e,8192|n)),"Literal"===t.type&&"string"==typeof t.value?se(e,n,r,a,i,{type:"ExpressionStatement",expression:t,directive:e.source.slice(r+1,s-1)}):se(e,n,r,a,i,{type:"ExpressionStatement",expression:t})}function Ee(e,n,t,o,r,a,i,s){return 256&n||!(64&n)||86104!==e.getToken()?Ce(e,n,t,o,0,{$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn):gn(e,n,de(t,2),o,0,0,0,0,a,i,s)}function Se(e,n,t,o,r){return Ce(e,33554432^(33554432|n)|32768,t,o,0,{loop:1,$:r},0,e.tokenIndex,e.tokenLine,e.tokenColumn)}function Ae(e,n,t,o,r,a,i,s,l){H(e,n);const c=Ve(e,n,t,o,r,a);return W(e,8192|n),se(e,n,i,s,l,{type:"VariableDeclaration",kind:8&r?"let":"const",declarations:c})}function De(e,n,t,o,r,a,i,s){H(e,n);const l=Ve(e,n,t,o,4,r);return W(e,8192|n),se(e,n,a,i,s,{type:"VariableDeclaration",kind:"var",declarations:l})}function Ve(e,n,t,r,a,i){let s=1;const l=[Re(e,n,t,r,a,i)];for(;ee(e,n,18);)s++,l.push(Re(e,n,t,r,a,i));return s>1&&32&i&&262144&e.getToken()&&o(e,61,U[255&e.getToken()]),l}function Re(e,n,t,r,i,s){const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=e.getToken();let g=null;const k=Un(e,n,t,r,i,s,l,c,u);return 1077936155===e.getToken()?(H(e,8192|n),g=Ge(e,n,r,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn),!(32&s)&&2097152&d||(274548===e.getToken()||8673330===e.getToken()&&(2097152&d||!(4&i)||256&n))&&a(l,c,u,e.index,e.line,e.column,60,274548===e.getToken()?"of":"in")):(16&i||(2097152&d)>0)&&262144&~e.getToken()&&o(e,59,16&i?"const":"destructuring"),se(e,n,l,c,u,{type:"VariableDeclarator",id:k,init:g})}function Ne(e,n,t){return be(n,e.getToken())||o(e,118),537079808&~e.getToken()||o(e,119),t&&ke(e,n,t,e.tokenValue,8,0),un(e,n)}function Ue(e,n,t){const{tokenIndex:o,tokenLine:r,tokenColumn:i}=e;return H(e,n),ne(e,n,77932),134217728&~e.getToken()||a(o,r,i,e.index,e.line,e.column,30,U[255&e.getToken()]),se(e,n,o,r,i,{type:"ImportNamespaceSpecifier",local:Ne(e,n,t)})}function Pe(e,n,t,r){for(H(e,n);143360&e.getToken()||134283267===e.getToken();){let{tokenValue:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;const c=e.getToken(),u=tn(e,n);let d;ee(e,n,77932)?(134217728&~e.getToken()&&18!==e.getToken()?oe(e,n,16,e.getToken(),0):o(e,106),a=e.tokenValue,d=un(e,n)):"Identifier"===u.type?(oe(e,n,16,c,0),d=u):o(e,25,U[108]),t&&ke(e,n,t,a,8,0),r.push(se(e,n,i,s,l,{type:"ImportSpecifier",local:d,imported:u})),1074790415!==e.getToken()&&ne(e,n,18)}return ne(e,n,1074790415),r}function Be(e,n,t,o,r){let a=We(e,n,se(e,n,t,o,r,{type:"Identifier",name:"import"}),t,o,r);return a=$e(e,n,void 0,a,0,0,t,o,r),a=Je(e,n,void 0,0,0,t,o,r,a),18===e.getToken()&&(a=Fe(e,n,void 0,0,t,o,r,a)),we(e,n,a,t,o,r)}function Oe(e,n,t,o,r,a){let i=Ke(e,n,t,0,o,r,a);return i=$e(e,n,t,i,0,0,o,r,a),18===e.getToken()&&(i=Fe(e,n,t,0,o,r,a,i)),we(e,n,i,o,r,a)}function Ge(e,n,t,o,r,a,i,s){let l=Ze(e,n,t,2,0,o,r,1,a,i,s);return l=$e(e,n,t,l,r,0,a,i,s),Je(e,n,t,r,0,a,i,s,l)}function Fe(e,n,t,o,r,a,i,s){const l=[s];for(;ee(e,8192|n,18);)l.push(Ge(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn));return se(e,n,r,a,i,{type:"SequenceExpression",expressions:l})}function je(e,n,t,o,r,a,i,s){const l=Ge(e,n,t,r,o,a,i,s);return 18===e.getToken()?Fe(e,n,t,o,a,i,s,l):l}function Je(e,n,t,r,a,i,s,l,c){const u=e.getToken();if(!(4194304&~u)){2&e.assignable&&o(e,26),(!a&&1077936155===u&&"ArrayExpression"===c.type||"ObjectExpression"===c.type)&&te(e,c),H(e,8192|n);const d=Ge(e,n,t,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,se(e,n,i,s,l,a?{type:"AssignmentPattern",left:c,right:d}:{type:"AssignmentExpression",left:c,operator:U[255&u],right:d})}return 8388608&~u||(c=ze(e,n,t,r,i,s,l,4,u,c)),ee(e,8192|n,22)&&(c=Me(e,n,t,c,i,s,l)),c}function He(e,n,t,o,r,a,i,s,l){const c=e.getToken();H(e,8192|n);const u=Ge(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return l=se(e,n,a,i,s,r?{type:"AssignmentPattern",left:l,right:u}:{type:"AssignmentExpression",left:l,operator:U[255&c],right:u}),e.assignable=2,l}function Me(e,n,t,o,r,a,i){const s=Ge(e,33554432^(33554432|n),t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);ne(e,8192|n,21),e.assignable=1;const l=Ge(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=2,se(e,n,r,a,i,{type:"ConditionalExpression",test:o,consequent:s,alternate:l})}function ze(e,n,t,r,a,i,s,l,c,u){const d=8673330&-((33554432&n)>0);let g,k;for(e.assignable=2;8388608&e.getToken()&&(g=e.getToken(),k=3840&g,(524288&g&&268435456&c||524288&c&&268435456&g)&&o(e,165),!(k+((8391735===g)<<8)-((d===g)<<12)<=l));)H(e,8192|n),u=se(e,n,a,i,s,{type:524288&g||268435456&g?"LogicalExpression":"BinaryExpression",left:u,right:ze(e,n,t,r,e.tokenIndex,e.tokenLine,e.tokenColumn,k,g,_e(e,n,t,0,r,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),operator:U[255&g]});return 1077936155===e.getToken()&&o(e,26),u}function Xe(e,n,t,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;ne(e,8192|n,2162700);const k=[];if(1074790415!==e.getToken()){for(;134283267===e.getToken();){const{index:t,tokenIndex:o,tokenValue:i}=e,s=e.getToken(),l=dn(e,n);K(e,t,o,i)&&(n|=256,128&e.flags&&a(o,d,g,e.index,e.line,e.column,66),64&e.flags&&a(o,d,g,e.index,e.line,e.column,9),4096&e.flags&&a(o,d,g,e.index,e.line,e.column,15),c&&r(c)),k.push(qe(e,n,l,s,o,e.tokenLine,e.tokenColumn))}256&n&&(l&&(537079808&~l||o(e,119),36864&~l||o(e,40)),512&e.flags&&o(e,119),256&e.flags&&o(e,118))}for(e.flags=4928^(4928|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.getToken();)k.push(ye(e,n,t,i,4,{}));return ne(e,24&s?8192|n:n,1074790415),e.flags&=-4289,1077936155===e.getToken()&&o(e,26),se(e,n,u,d,g,{type:"BlockStatement",body:k})}function _e(e,n,t,o,r,a,i,s,l){return $e(e,n,t,Ze(e,n,t,2,0,o,r,a,i,s,l),r,0,i,s,l)}function $e(e,n,t,r,a,i,s,l,c){if(33619968&~e.getToken()||1&e.flags){if(!(67108864&~e.getToken())){switch(n=33554432^(33554432|n),e.getToken()){case 67108877:H(e,2048^(67110912|n)),4096&n&&130===e.getToken()&&"super"===e.tokenValue&&o(e,173),e.assignable=1;r=se(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!1,property:Ye(e,16384|n,t)});break;case 69271571:{let o=!1;2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags)),H(e,8192|n);const{tokenIndex:i,tokenLine:u,tokenColumn:d}=e,g=je(e,n,t,a,1,i,u,d);ne(e,n,20),e.assignable=1,r=se(e,n,s,l,c,{type:"MemberExpression",object:r,computed:!0,property:g}),o&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),r;let o=!1;2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags));const i=cn(e,n,t,a);e.assignable=2,r=se(e,n,s,l,c,{type:"CallExpression",callee:r,arguments:i}),o&&(e.flags|=2048);break}case 67108990:H(e,2048^(67110912|n)),e.flags|=2048,e.assignable=2,r=function(e,n,t,o,r,a,i){let s,l=!1;69271571!==e.getToken()&&67174411!==e.getToken()||2048&~e.flags||(l=!0,e.flags=2048^(2048|e.flags));if(69271571===e.getToken()){H(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=je(e,n,t,0,1,l,c,u);ne(e,n,20),e.assignable=2,s=se(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!0,optional:!0,property:d})}else if(67174411===e.getToken()){const l=cn(e,n,t,0);e.assignable=2,s=se(e,n,r,a,i,{type:"CallExpression",callee:o,arguments:l,optional:!0})}else{const l=Ye(e,n,t);e.assignable=2,s=se(e,n,r,a,i,{type:"MemberExpression",object:o,computed:!1,optional:!0,property:l})}l&&(e.flags|=2048);return s}(e,n,t,r,s,l,c);break;default:2048&~e.flags||o(e,166),e.assignable=2,r=se(e,n,s,l,c,{type:"TaggedTemplateExpression",tag:r,quasi:67174408===e.getToken()?an(e,16384|n,t):rn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}r=$e(e,n,t,r,0,1,s,l,c)}}else r=function(e,n,t,r,a,i){2&e.assignable&&o(e,55);const s=e.getToken();return H(e,n),e.assignable=2,se(e,n,r,a,i,{type:"UpdateExpression",argument:t,operator:U[255&s],prefix:!1})}(e,n,r,s,l,c);return 0!==i||2048&~e.flags||(e.flags=2048^(2048|e.flags),r=se(e,n,s,l,c,{type:"ChainExpression",expression:r})),r}function Ye(e,n,t){return 143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()||130===e.getToken()||o(e,160),130===e.getToken()?Rn(e,n,t,0,e.tokenIndex,e.tokenLine,e.tokenColumn):un(e,n)}function Ze(e,n,t,r,i,s,l,c,u,d,g){if(!(143360&~e.getToken())){switch(e.getToken()){case 209006:return function(e,n,t,r,i,s,l,c){i&&(e.destructible|=128),268435456&n&&o(e,177);const u=Tn(e,n,t,s,l,c);if("ArrowFunctionExpression"===u.type||!(65536&e.getToken()))return 524288&n&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,176),512&n&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,110),2097152&n&&524288&n&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,110),u;if(2097152&n&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,31),524288&n||512&n&&2048&n){r&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,0);const i=_e(e,n,t,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8391735===e.getToken()&&o(e,33),e.assignable=2,se(e,n,s,l,c,{type:"AwaitExpression",argument:i})}return 512&n&&a(s,l,c,e.startIndex,e.startLine,e.startColumn,98),u}(e,n,t,i,l,u,d,g);case 241771:return function(e,n,t,r,a,i,s,l){if(r&&(e.destructible|=256),262144&n){H(e,8192|n),2097152&n&&o(e,32),a||o(e,26),22===e.getToken()&&o(e,124);let r=null,c=!1;return 1&e.flags?8391476===e.getToken()&&o(e,30,U[255&e.getToken()]):(c=ee(e,8192|n,8391476),(77824&e.getToken()||c)&&(r=Ge(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn))),e.assignable=2,se(e,n,i,s,l,{type:"YieldExpression",argument:r,delegate:c})}return 256&n&&o(e,97,"yield"),Tn(e,n,t,i,s,l)}(e,n,t,l,s,u,d,g);case 209005:return function(e,n,t,r,a,i,s,l,c,u){const d=e.getToken(),g=un(e,n),{flags:k}=e;if(!(1&k)){if(86104===e.getToken())return kn(e,n,t,1,r,l,c,u);if(be(n,e.getToken()))return a||o(e,0),36864&~e.getToken()||(e.flags|=256),In(e,n,t,i,l,c,u)}return s||67174411!==e.getToken()?10===e.getToken()?(he(e,n,d),s&&o(e,51),36864&~d||(e.flags|=256),yn(e,n,t,e.tokenValue,g,s,i,0,l,c,u)):(e.assignable=1,g):qn(e,n,t,g,i,1,0,k,l,c,u)}(e,n,t,l,c,s,i,u,d,g)}const{tokenValue:k}=e,p=e.getToken(),f=un(e,16384|n);return 10===e.getToken()?(c||o(e,0),he(e,n,p),36864&~p||(e.flags|=256),yn(e,n,t,k,f,i,s,0,u,d,g)):(!(4096&n)||8388608&n||2097152&n||"arguments"!==e.tokenValue||o(e,130),73==(255&p)&&(256&n&&o(e,113),24&r&&o(e,100)),e.assignable=256&n&&!(537079808&~p)?2:1,f)}if(!(134217728&~e.getToken()))return dn(e,n);switch(e.getToken()){case 33619993:case 33619994:return function(e,n,t,r,a,i,s,l){r&&o(e,56),a||o(e,0);const c=e.getToken();H(e,8192|n);const u=_e(e,n,t,0,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn);return 2&e.assignable&&o(e,55),e.assignable=2,se(e,n,i,s,l,{type:"UpdateExpression",argument:u,operator:U[255&c],prefix:!0})}(e,n,t,i,c,u,d,g);case 16863276:case 16842798:case 16842799:case 25233968:case 25233969:case 16863275:case 16863277:return function(e,n,t,r,a,i,s,l){r||o(e,0);const c=e.getToken();H(e,8192|n);const u=_e(e,n,t,0,l,1,e.tokenIndex,e.tokenLine,e.tokenColumn);var d;return 8391735===e.getToken()&&o(e,33),256&n&&16863276===c&&("Identifier"===u.type?o(e,121):(d=u).property&&"PrivateIdentifier"===d.property.type&&o(e,127)),e.assignable=2,se(e,n,a,i,s,{type:"UnaryExpression",operator:U[255&c],argument:u,prefix:!0})}(e,n,t,c,u,d,g,l);case 86104:return kn(e,n,t,0,l,u,d,g);case 2162700:return function(e,n,t,r,a,i,s,l){const c=hn(e,n,void 0,t,r,a,0,2,0,i,s,l);64&e.destructible&&o(e,63);8&e.destructible&&o(e,62);return c}(e,n,t,s?0:1,l,u,d,g);case 69271571:return function(e,n,t,r,a,i,s,l){const c=pn(e,n,void 0,t,r,a,0,2,0,i,s,l);64&e.destructible&&o(e,63);8&e.destructible&&o(e,62);return c}(e,n,t,s?0:1,l,u,d,g);case 67174411:return function(e,n,t,r,a,i,s,l,c){e.flags=128^(128|e.flags);const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e;H(e,67117056|n);const k=16&n?de({parent:void 0,type:2},1024):void 0;if(n=33554432^(33554432|n),ee(e,n,16))return Cn(e,n,k,t,[],r,0,s,l,c);let p,f=0;e.destructible&=-385;let m=[],b=0,h=0,x=0;const{tokenIndex:T,tokenLine:y,tokenColumn:C}=e;e.assignable=1;for(;16!==e.getToken();){const{tokenIndex:r,tokenLine:s,tokenColumn:l}=e,c=e.getToken();if(143360&c)k&&ke(e,n,k,e.tokenValue,1,0),537079808&~c?36864&~c||(x=1):h=1,p=Ze(e,n,t,a,0,1,1,1,r,s,l),16===e.getToken()||18===e.getToken()?2&e.assignable&&(f|=16,h=1):(1077936155===e.getToken()?h=1:f|=16,p=$e(e,n,t,p,1,0,r,s,l),16!==e.getToken()&&18!==e.getToken()&&(p=Je(e,n,t,1,0,r,s,l,p)));else{if(2097152&~c){if(14===c){p=mn(e,n,k,t,16,a,i,0,1,0,r,s,l),16&e.destructible&&o(e,74),h=1,!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),f|=8;break}if(f|=16,p=Ge(e,n,t,1,1,r,s,l),!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),18===e.getToken()&&(b||(b=1,m=[p])),b){for(;ee(e,8192|n,18);)m.push(Ge(e,n,t,1,1,e.tokenIndex,e.tokenLine,e.tokenColumn));e.assignable=2,p=se(e,n,T,y,C,{type:"SequenceExpression",expressions:m})}return ne(e,n,16),e.destructible=f,p}p=2162700===c?hn(e,67108864|n,k,t,0,1,0,a,i,r,s,l):pn(e,67108864|n,k,t,0,1,0,a,i,r,s,l),f|=e.destructible,h=1,e.assignable=2,16!==e.getToken()&&18!==e.getToken()&&(8&f&&o(e,122),p=$e(e,n,t,p,0,0,r,s,l),f|=16,16!==e.getToken()&&18!==e.getToken()&&(p=Je(e,n,t,0,0,r,s,l,p)))}if(!b||16!==e.getToken()&&18!==e.getToken()||m.push(p),!ee(e,8192|n,18))break;if(b||(b=1,m=[p]),16===e.getToken()){f|=8;break}}b&&(e.assignable=2,p=se(e,n,T,y,C,{type:"SequenceExpression",expressions:m}));ne(e,n,16),16&f&&8&f&&o(e,151);if(f|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken())return 48&f&&o(e,49),524800&n&&128&f&&o(e,31),262400&n&&256&f&&o(e,32),h&&(e.flags|=128),x&&(e.flags|=256),Cn(e,n,k,t,b?m:[p],r,0,s,l,c);64&f&&o(e,63);8&f&&o(e,144);return e.destructible=256^(256|e.destructible)|f,32&n?se(e,n,u,d,g,{type:"ParenthesizedExpression",expression:p}):p}(e,16384|n,t,s,1,0,u,d,g);case 86021:case 86022:case 86023:return function(e,n,t,o,r){const a=U[255&e.getToken()],i=86023===e.getToken()?null:"true"===a;return H(e,n),e.assignable=2,se(e,n,t,o,r,128&n?{type:"Literal",value:i,raw:a}:{type:"Literal",value:i})}(e,n,u,d,g);case 86111:return function(e,n){const{tokenIndex:t,tokenLine:o,tokenColumn:r}=e;return H(e,n),e.assignable=2,se(e,n,t,o,r,{type:"ThisExpression"})}(e,n);case 65540:return function(e,n,t,o,r){const{tokenRaw:a,tokenRegExp:i,tokenValue:s}=e;return H(e,n),e.assignable=2,se(e,n,t,o,r,128&n?{type:"Literal",value:s,regex:i,raw:a}:{type:"Literal",value:s,regex:i})}(e,n,u,d,g);case 132:case 86094:return function(e,n,t,r,a,i,s){let l=null,c=null;const u=Sn(e,n,t);u.length&&(a=e.tokenIndex,i=e.tokenLine,s=e.tokenColumn);n=4194304^(4194560|n),H(e,n),4096&e.getToken()&&20565!==e.getToken()&&(ae(e,n,e.getToken())&&o(e,118),537079808&~e.getToken()||o(e,119),l=un(e,n));let d=n;ee(e,8192|n,20565)?(c=_e(e,n,t,0,r,0,e.tokenIndex,e.tokenLine,e.tokenColumn),d|=131072):d=131072^(131072|d);const g=Dn(e,d,n,void 0,t,2,0,r);return e.assignable=2,se(e,n,a,i,s,{type:"ClassExpression",id:l,superClass:c,body:g,...1&n?{decorators:u}:null})}(e,n,t,l,u,d,g);case 86109:return function(e,n,t,r,a){switch(H(e,n),e.getToken()){case 67108990:o(e,167);case 67174411:131072&n||o(e,28),e.assignable=2;break;case 69271571:case 67108877:65536&n||o(e,29),e.assignable=1;break;default:o(e,30,"super")}return se(e,n,t,r,a,{type:"Super"})}(e,n,u,d,g);case 67174409:return rn(e,n,u,d,g);case 67174408:return an(e,n,t);case 86107:return function(e,n,t,r,a,i,s){const l=un(e,8192|n),{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(ee(e,n,67108877)){if(16777216&n&&143493===e.getToken())return e.assignable=2,function(e,n,t,o,r,a){const i=un(e,n);return se(e,n,o,r,a,{type:"MetaProperty",meta:t,property:i})}(e,n,l,a,i,s);o(e,94)}e.assignable=2,16842752&~e.getToken()||o(e,65,U[255&e.getToken()]);const g=Ze(e,n,t,2,1,0,r,1,c,u,d);n=33554432^(33554432|n),67108990===e.getToken()&&o(e,168);const k=Ln(e,n,t,g,r,c,u,d);return e.assignable=2,se(e,n,a,i,s,{type:"NewExpression",callee:k,arguments:67174411===e.getToken()?cn(e,n,t,r):[]})}(e,n,t,l,u,d,g);case 134283388:return on(e,n,u,d,g);case 130:return Rn(e,n,t,0,u,d,g);case 86106:return function(e,n,t,r,a,i,s,l){let c=un(e,n);if(67108877===e.getToken())return We(e,n,c,i,s,l);r&&o(e,142);return c=Ke(e,n,t,a,i,s,l),e.assignable=2,$e(e,n,t,c,a,0,i,s,l)}(e,n,t,i,l,u,d,g);case 8456256:if(8&n)return Bn(e,n,t,0,u,d,g);default:if(be(n,e.getToken()))return Tn(e,n,t,u,d,g);o(e,30,U[255&e.getToken()])}}function We(e,n,t,r,a,i){512&n||o(e,169),H(e,n);const s=e.getToken();return 143494!==s&&"meta"!==e.tokenValue?o(e,174):-2147483648&s&&o(e,175),e.assignable=2,se(e,n,r,a,i,{type:"MetaProperty",meta:t,property:un(e,n)})}function Ke(e,n,t,r,a,i,s){ne(e,8192|n,67174411),14===e.getToken()&&o(e,143);const l={type:"ImportExpression",source:Ge(e,n,t,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)};if(1&n){let o=null;if(18===e.getToken()&&(ne(e,n,18),16!==e.getToken())){o=Ge(e,33554432^(33554432|n),t,1,r,e.tokenIndex,e.tokenLine,e.tokenColumn)}l.options=o,ee(e,n,18)}return ne(e,n,16),se(e,n,a,i,s,l)}function Qe(e,n,t=null){if(!ee(e,n,20579))return[];ne(e,n,2162700);const r=[],a=new Set;for(;1074790415!==e.getToken();){const i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn,c=nn(e,n);ne(e,n,21);const u=en(e,n),d="Literal"===c.type?c.value:c.name;if("type"===d&&"json"===u.value){null===t||1===t.length&&("ImportDefaultSpecifier"===t[0].type||"ImportNamespaceSpecifier"===t[0].type||"ImportSpecifier"===t[0].type&&"Identifier"===t[0].imported.type&&"default"===t[0].imported.name||"ExportSpecifier"===t[0].type&&"Identifier"===t[0].local.type&&"default"===t[0].local.name)||o(e,140)}a.has(d)&&o(e,145,`${d}`),a.add(d),r.push(se(e,n,i,s,l,{type:"ImportAttribute",key:c,value:u})),1074790415!==e.getToken()&&ne(e,n,18)}return ne(e,n,1074790415),r}function en(e,n){if(134283267===e.getToken())return dn(e,n);o(e,30,U[255&e.getToken()])}function nn(e,n){return 134283267===e.getToken()?dn(e,n):143360&e.getToken()?un(e,n):void o(e,30,U[255&e.getToken()])}function tn(e,n){return 134283267===e.getToken()?(function(e,n){const t=n.length;for(let r=0;r<t;r++){const a=n.charCodeAt(r);55296==(64512&a)&&(a>56319||++r>=t||56320!=(64512&n.charCodeAt(r)))&&o(e,171,JSON.stringify(n.charAt(r--)))}}(e,e.tokenValue),dn(e,n)):143360&e.getToken()?un(e,n):void o(e,30,U[255&e.getToken()])}function on(e,n,t,o,r){const{tokenRaw:a,tokenValue:i}=e;return H(e,n),e.assignable=2,se(e,n,t,o,r,128&n?{type:"Literal",value:i,bigint:a.slice(0,-1),raw:a}:{type:"Literal",value:i,bigint:a.slice(0,-1)})}function rn(e,n,t,o,r){e.assignable=2;const{tokenValue:a,tokenRaw:i,tokenIndex:s,tokenLine:l,tokenColumn:c}=e;ne(e,n,67174409);return se(e,n,t,o,r,{type:"TemplateLiteral",expressions:[],quasis:[sn(e,n,a,i,s,l,c,!0)]})}function an(e,n,t){n=33554432^(33554432|n);const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ne(e,-16385&n|8192,67174408);const c=[sn(e,n,r,a,i,s,l,!1)],u=[je(e,-16385&n,t,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)];for(1074790415!==e.getToken()&&o(e,83);67174409!==e.setToken(V(e,n),!0);){const{tokenValue:r,tokenRaw:a,tokenIndex:i,tokenLine:s,tokenColumn:l}=e;ne(e,-16385&n|8192,67174408),c.push(sn(e,n,r,a,i,s,l,!1)),u.push(je(e,n,t,0,1,e.tokenIndex,e.tokenLine,e.tokenColumn)),1074790415!==e.getToken()&&o(e,83)}{const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;ne(e,n,67174409),c.push(sn(e,n,t,o,r,a,i,!0))}return se(e,n,i,s,l,{type:"TemplateLiteral",expressions:u,quasis:c})}function sn(e,n,t,o,r,a,i,s){const l=se(e,n,r,a,i,{type:"TemplateElement",value:{cooked:t,raw:o},tail:s}),c=s?1:2;return 2&n&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&n&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function ln(e,n,t,o,r,a){ne(e,8192|(n=33554432^(33554432|n)),14);const i=Ge(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return e.assignable=1,se(e,n,o,r,a,{type:"SpreadElement",argument:i})}function cn(e,n,t,o){H(e,8192|n);const r=[];if(16===e.getToken())return H(e,16384|n),r;for(;16!==e.getToken()&&(14===e.getToken()?r.push(ln(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn)):r.push(Ge(e,n,t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn)),18===e.getToken())&&(H(e,8192|n),16!==e.getToken()););return ne(e,n,16),r}function un(e,n){const{tokenValue:t,tokenIndex:o,tokenLine:r,tokenColumn:a}=e,i="await"===t&&!(-2147483648&e.getToken());return H(e,n|(i?8192:0)),se(e,n,o,r,a,{type:"Identifier",name:t})}function dn(e,n){const{tokenValue:t,tokenRaw:o,tokenIndex:r,tokenLine:a,tokenColumn:i}=e;return 134283388===e.getToken()?on(e,n,r,a,i):(H(e,n),e.assignable=2,se(e,n,r,a,i,128&n?{type:"Literal",value:t,raw:o}:{type:"Literal",value:t}))}function gn(e,n,t,r,a,i,s,l,c,u,d){H(e,8192|n);const g=i?Q(e,n,8391476):0;let k,p=null,f=t?{parent:void 0,type:2}:void 0;if(67174411===e.getToken())1&s||o(e,39,"Function");else{const r=!(4&a)||2048&n&&512&n?64|(l?1024:0)|(g?1024:0):4;re(e,n,e.getToken()),t&&(4&r?pe(e,n,t,e.tokenValue,r):ke(e,n,t,e.tokenValue,r,a),f=de(f,256),s&&2&s&&me(e,e.tokenValue)),k=e.getToken(),143360&e.getToken()?p=un(e,n):o(e,30,U[255&e.getToken()])}const m=7274496;n=(n|m)^m|16777216|(l?524288:0)|(g?262144:0)|(g?0:67108864),t&&(f=de(f,512));const b=268471296;return se(e,n,c,u,d,{type:"FunctionDeclaration",id:p,params:wn(e,-268435457&n|2097152,f,r,0,1),body:Xe(e,9437184|(n|b)^b,t?de(f,128):f,r,8,k,f?.scopeError),async:1===l,generator:1===g})}function kn(e,n,t,o,r,a,i,s){H(e,8192|n);const l=Q(e,n,8391476),c=(o?524288:0)|(l?262144:0);let u,d=null,g=16&n?{parent:void 0,type:2}:void 0;const k=275709952;143360&e.getToken()&&(re(e,(n|k)^k|c,e.getToken()),g&&(g=de(g,256)),u=e.getToken(),d=un(e,n)),n=(n|k)^k|16777216|c|(l?0:67108864),g&&(g=de(g,512));const p=wn(e,-268435457&n|2097152,g,t,r,1),f=Xe(e,9437184|-33594369&n,g?de(g,128):g,t,0,u,g?.scopeError);return e.assignable=2,se(e,n,a,i,s,{type:"FunctionExpression",id:d,params:p,body:f,async:1===o,generator:1===l})}function pn(e,n,t,r,a,i,s,l,c,u,d,g){H(e,8192|n);const k=[];let p=0;for(n=33554432^(33554432|n);20!==e.getToken();)if(ee(e,8192|n,18))k.push(null);else{let a;const{tokenIndex:u,tokenLine:d,tokenColumn:g,tokenValue:f}=e,m=e.getToken();if(143360&m)if(a=Ze(e,n,r,l,0,1,i,1,u,d,g),1077936155===e.getToken()){2&e.assignable&&o(e,26),H(e,8192|n),t&&ge(e,n,t,f,l,c);const k=Ge(e,n,r,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn);a=se(e,n,u,d,g,s?{type:"AssignmentPattern",left:a,right:k}:{type:"AssignmentExpression",operator:"=",left:a,right:k}),p|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.getToken()||20===e.getToken()?(2&e.assignable?p|=16:t&&ge(e,n,t,f,l,c),p|=256&e.destructible?256:128&e.destructible?128:0):(p|=1&l?32:2&l?0:16,a=$e(e,n,r,a,i,0,u,d,g),18!==e.getToken()&&20!==e.getToken()?(1077936155!==e.getToken()&&(p|=16),a=Je(e,n,r,i,s,u,d,g,a)):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32));else 2097152&m?(a=2162700===e.getToken()?hn(e,n,t,r,0,i,s,l,c,u,d,g):pn(e,n,t,r,0,i,s,l,c,u,d,g),p|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.getToken()||20===e.getToken()?2&e.assignable&&(p|=16):8&e.destructible?o(e,71):(a=$e(e,n,r,a,i,0,u,d,g),p=2&e.assignable?16:0,18!==e.getToken()&&20!==e.getToken()?a=Je(e,n,r,i,s,u,d,g,a):1077936155!==e.getToken()&&(p|=2&e.assignable?16:32))):14===m?(a=mn(e,n,t,r,20,l,c,0,i,s,u,d,g),p|=e.destructible,18!==e.getToken()&&20!==e.getToken()&&o(e,30,U[255&e.getToken()])):(a=_e(e,n,r,1,0,1,u,d,g),18!==e.getToken()&&20!==e.getToken()?(a=Je(e,n,r,i,s,u,d,g,a),3&l||67174411!==m||(p|=16)):2&e.assignable?p|=16:67174411===m&&(p|=1&e.assignable&&3&l?32:16));if(k.push(a),!ee(e,8192|n,18))break;if(20===e.getToken())break}ne(e,n,20);const f=se(e,n,u,d,g,{type:s?"ArrayPattern":"ArrayExpression",elements:k});return!a&&4194304&e.getToken()?fn(e,n,r,p,i,s,u,d,g,f):(e.destructible=p,f)}function fn(e,n,t,r,a,i,s,l,c,u){1077936155!==e.getToken()&&o(e,26),H(e,8192|n),16&r&&o(e,26),i||te(e,u);const{tokenIndex:d,tokenLine:g,tokenColumn:k}=e,p=Ge(e,n,t,1,a,d,g,k);return e.destructible=72^(72|r)|(128&e.destructible?128:0)|(256&e.destructible?256:0),se(e,n,s,l,c,i?{type:"AssignmentPattern",left:u,right:p}:{type:"AssignmentExpression",left:u,operator:"=",right:p})}function mn(e,n,t,r,a,i,s,l,c,u,d,g,k){H(e,8192|n);let p=null,f=0;const{tokenValue:m,tokenIndex:b,tokenLine:h,tokenColumn:x}=e;let T=e.getToken();if(143360&T)e.assignable=1,p=Ze(e,n,r,i,0,1,c,1,b,h,x),T=e.getToken(),p=$e(e,n,r,p,c,0,b,h,x),18!==e.getToken()&&e.getToken()!==a&&(2&e.assignable&&1077936155===e.getToken()&&o(e,71),f|=16,p=Je(e,n,r,c,u,b,h,x,p)),2&e.assignable?f|=16:T===a||18===T?t&&ge(e,n,t,m,i,s):f|=32,f|=128&e.destructible?128:0;else if(T===a)o(e,41);else{if(!(2097152&T)){f|=32,p=_e(e,n,r,1,c,1,e.tokenIndex,e.tokenLine,e.tokenColumn);const{tokenIndex:t,tokenLine:i,tokenColumn:s}=e,l=e.getToken();return 1077936155===l?(2&e.assignable&&o(e,26),p=Je(e,n,r,c,u,t,i,s,p),f|=16):(18===l?f|=16:l!==a&&(p=Je(e,n,r,c,u,t,i,s,p)),f|=1&e.assignable?32:16),e.destructible=f,e.getToken()!==a&&18!==e.getToken()&&o(e,161),se(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}p=2162700===e.getToken()?hn(e,n,t,r,1,c,u,i,s,b,h,x):pn(e,n,t,r,1,c,u,i,s,b,h,x),T=e.getToken(),1077936155!==T&&T!==a&&18!==T?(8&e.destructible&&o(e,71),p=$e(e,n,r,p,c,0,b,h,x),f|=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(p=ze(e,n,r,1,b,h,x,4,T,p)),ee(e,8192|n,22)&&(p=Me(e,n,r,p,b,h,x)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),p=Je(e,n,r,c,u,b,h,x,p))):f|=1074790415===a&&1077936155!==T?16:e.destructible}if(e.getToken()!==a)if(1&i&&(f|=l?16:32),ee(e,8192|n,1077936155)){16&f&&o(e,26),te(e,p);const t=Ge(e,n,r,1,c,e.tokenIndex,e.tokenLine,e.tokenColumn);p=se(e,n,b,h,x,u?{type:"AssignmentPattern",left:p,right:t}:{type:"AssignmentExpression",left:p,operator:"=",right:t}),f=16}else f|=16;return e.destructible=f,se(e,n,d,g,k,{type:u?"RestElement":"SpreadElement",argument:p})}function bn(e,n,t,a,i,s,l,c){const u=2883584|(64&a?0:4325376);let d=16&(n=25231360|((n|u)^u|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0)))?de({parent:void 0,type:2},512):void 0;const g=function(e,n,t,a,i,s,l){ne(e,n,67174411);const c=[];if(e.flags=128^(128|e.flags),16===e.getToken())return 512&i&&o(e,37,"Setter","one",""),H(e,n),c;256&i&&o(e,37,"Getter","no","s");512&i&&14===e.getToken()&&o(e,38);n=33554432^(33554432|n);let u=0,d=0;for(;18!==e.getToken();){let r=null;const{tokenIndex:g,tokenLine:k,tokenColumn:p}=e;if(143360&e.getToken()?(256&n||(36864&~e.getToken()||(e.flags|=256),537079808&~e.getToken()||(e.flags|=512)),r=Pn(e,n,t,1|i,0,g,k,p)):(2162700===e.getToken()?r=hn(e,n,t,a,1,l,1,s,0,g,k,p):69271571===e.getToken()?r=pn(e,n,t,a,1,l,1,s,0,g,k,p):14===e.getToken()&&(r=mn(e,n,t,a,16,s,0,0,l,1,g,k,p)),d=1,48&e.destructible&&o(e,50)),1077936155===e.getToken()){H(e,8192|n),d=1;r=se(e,n,g,k,p,{type:"AssignmentPattern",left:r,right:Ge(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(u++,c.push(r),!ee(e,n,18))break;if(16===e.getToken())break}512&i&&1!==u&&o(e,37,"Setter","one","");t&&t.scopeError&&r(t.scopeError);d&&(e.flags|=128);return ne(e,n,16),c}(e,-268435457&n|2097152,d,t,a,1,i);d&&(d=de(d,128));return se(e,n,s,l,c,{type:"FunctionExpression",params:g,body:Xe(e,9437184|-301992961&n,d,t,0,void 0,d?.parent?.scopeError),async:(16&a)>0,generator:(8&a)>0,id:null})}function hn(e,n,t,r,i,s,l,c,u,d,g,k){H(e,n);const p=[];let f=0,m=0;for(n=33554432^(33554432|n);1074790415!==e.getToken();){const{tokenValue:i,tokenLine:d,tokenColumn:g,tokenIndex:k}=e,b=e.getToken();if(14===b)p.push(mn(e,n,t,r,1074790415,c,u,0,s,l,k,d,g));else{let h,x=0,T=null;if(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken())if(-2147483527===e.getToken()&&(f|=16),T=un(e,n),18===e.getToken()||1074790415===e.getToken()||1077936155===e.getToken())if(x|=4,256&n&&!(537079808&~b)?f|=16:oe(e,n,c,b,0),t&&ge(e,n,t,i,c,u),ee(e,8192|n,1077936155)){f|=8;const t=Ge(e,n,r,1,s,e.tokenIndex,e.tokenLine,e.tokenColumn);f|=256&e.destructible?256:128&e.destructible?128:0,h=se(e,n,k,d,g,{type:"AssignmentPattern",left:134217728&n?Object.assign({},T):T,right:t})}else f|=(209006===b?128:0)|(-2147483528===b?16:0),h=134217728&n?Object.assign({},T):T;else if(ee(e,8192|n,21)){const{tokenIndex:a,tokenLine:d,tokenColumn:g}=e;if("__proto__"===i&&m++,143360&e.getToken()){const o=e.getToken(),i=e.tokenValue;h=Ze(e,n,r,c,0,1,s,1,a,d,g);const k=e.getToken();h=$e(e,n,r,h,s,0,a,d,g),18===e.getToken()||1074790415===e.getToken()?1077936155===k||1074790415===k||18===k?(f|=128&e.destructible?128:0,2&e.assignable?f|=16:!t||143360&~o||ge(e,n,t,i,c,u)):f|=1&e.assignable?32:16:4194304&~e.getToken()?(f|=16,8388608&~e.getToken()||(h=ze(e,n,r,1,a,d,g,4,k,h)),ee(e,8192|n,22)&&(h=Me(e,n,r,h,a,d,g))):(2&e.assignable?f|=16:1077936155!==k?f|=32:t&&ge(e,n,t,i,c,u),h=Je(e,n,r,s,l,a,d,g,h))}else 2097152&~e.getToken()?(h=_e(e,n,r,1,s,1,a,d,g),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=$e(e,n,r,h,s,0,a,d,g),f=2&e.assignable?16:0,18!==e.getToken()&&1074790415!==b&&(1077936155!==e.getToken()&&(f|=16),h=Je(e,n,r,s,l,a,d,g,h)))):(h=69271571===e.getToken()?pn(e,n,t,r,0,s,l,c,u,a,d,g):hn(e,n,t,r,0,s,l,c,u,a,d,g),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&e.destructible?o(e,71):(h=$e(e,n,r,h,s,0,a,d,g),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=ze(e,n,r,1,a,d,g,4,b,h)),ee(e,8192|n,22)&&(h=Me(e,n,r,h,a,d,g)),f|=2&e.assignable?16:32):h=He(e,n,r,s,l,a,d,g,h)))}else 69271571===e.getToken()?(f|=16,209005===b&&(x|=16),x|=2|(12400===b?256:12401===b?512:1),T=xn(e,n,r,s),f|=e.assignable,h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):143360&e.getToken()?(f|=16,-2147483528===b&&o(e,95),209005===b?(1&e.flags&&o(e,132),x|=17):12400===b?x|=256:12401===b?x|=512:o(e,0),T=un(e,n),h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):67174411===e.getToken()?(f|=16,x|=1,h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):8391476===e.getToken()?(f|=16,12400===b?o(e,42):12401===b?o(e,43):209005!==b&&o(e,30,U[52]),H(e,n),x|=9|(209005===b?16:0),143360&e.getToken()?T=un(e,n):134217728&~e.getToken()?69271571===e.getToken()?(x|=2,T=xn(e,n,r,s),f|=e.assignable):o(e,30,U[255&e.getToken()]):T=dn(e,n),h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):134217728&~e.getToken()?o(e,133):(209005===b&&(x|=16),x|=12400===b?256:12401===b?512:1,f|=16,T=dn(e,n),h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn));else if(134217728&~e.getToken())if(69271571===e.getToken())if(T=xn(e,n,r,s),f|=256&e.destructible?256:0,x|=2,21===e.getToken()){H(e,8192|n);const{tokenIndex:a,tokenLine:i,tokenColumn:d,tokenValue:g}=e,k=e.getToken();if(143360&e.getToken()){h=Ze(e,n,r,c,0,1,s,1,a,i,d);const o=e.getToken();h=$e(e,n,r,h,s,0,a,i,d),4194304&~e.getToken()?18===e.getToken()||1074790415===e.getToken()?1077936155===o||1074790415===o||18===o?2&e.assignable?f|=16:!t||143360&~k||ge(e,n,t,g,c,u):f|=1&e.assignable?32:16:(f|=16,h=Je(e,n,r,s,l,a,i,d,h)):(f|=2&e.assignable?16:1077936155===o?0:32,h=He(e,n,r,s,l,a,i,d,h))}else 2097152&~e.getToken()?(h=_e(e,n,r,1,0,1,a,i,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=$e(e,n,r,h,s,0,a,i,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=Je(e,n,r,s,l,a,i,d,h)))):(h=69271571===e.getToken()?pn(e,n,t,r,0,s,l,c,u,a,i,d):hn(e,n,t,r,0,s,l,c,u,a,i,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&f?o(e,62):(h=$e(e,n,r,h,s,0,a,i,d),f=2&e.assignable?16|f:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=ze(e,n,r,1,a,i,d,4,b,h)),ee(e,8192|n,22)&&(h=Me(e,n,r,h,a,i,d)),f|=2&e.assignable?16:32):(1077936155!==e.getToken()&&(f|=16),h=He(e,n,r,s,l,a,i,d,h))))}else 67174411===e.getToken()?(x|=1,h=bn(e,n,r,x,s,e.tokenIndex,d,g),f=16):o(e,44);else if(8391476===b)if(ne(e,8192|n,8391476),x|=8,143360&e.getToken()){const t=e.getToken();T=un(e,n),x|=1,67174411===e.getToken()?(f|=16,h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):a(e.tokenIndex,e.tokenLine,e.tokenColumn,e.index,e.line,e.column,209005===t?46:12400===t||12401===e.getToken()?45:47,U[255&t])}else 134217728&~e.getToken()?69271571===e.getToken()?(f|=16,x|=3,T=xn(e,n,r,s),h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn)):o(e,126):(f|=16,T=dn(e,n),x|=1,h=bn(e,n,r,x,s,k,d,g));else o(e,30,U[255&b]);else if(T=dn(e,n),21===e.getToken()){ne(e,8192|n,21);const{tokenIndex:o,tokenLine:a,tokenColumn:d}=e;if("__proto__"===i&&m++,143360&e.getToken()){h=Ze(e,n,r,c,0,1,s,1,o,a,d);const{tokenValue:i}=e,g=e.getToken();h=$e(e,n,r,h,s,0,o,a,d),18===e.getToken()||1074790415===e.getToken()?1077936155===g||1074790415===g||18===g?2&e.assignable?f|=16:t&&ge(e,n,t,i,c,u):f|=1&e.assignable?32:16:1077936155===e.getToken()?(2&e.assignable&&(f|=16),h=Je(e,n,r,s,l,o,a,d,h)):(f|=16,h=Je(e,n,r,s,l,o,a,d,h))}else 2097152&~e.getToken()?(h=_e(e,n,r,1,0,1,o,a,d),f|=1&e.assignable?32:16,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):(h=$e(e,n,r,h,s,0,o,a,d),f=1&e.assignable?0:16,18!==e.getToken()&&1074790415!==e.getToken()&&(1077936155!==e.getToken()&&(f|=16),h=Je(e,n,r,s,l,o,a,d,h)))):(h=69271571===e.getToken()?pn(e,n,t,r,0,s,l,c,u,o,a,d):hn(e,n,t,r,0,s,l,c,u,o,a,d),f=e.destructible,e.assignable=16&f?2:1,18===e.getToken()||1074790415===e.getToken()?2&e.assignable&&(f|=16):8&~e.destructible&&(h=$e(e,n,r,h,s,0,o,a,d),f=2&e.assignable?16:0,4194304&~e.getToken()?(8388608&~e.getToken()||(h=ze(e,n,r,1,o,a,d,4,b,h)),ee(e,8192|n,22)&&(h=Me(e,n,r,h,o,a,d)),f|=2&e.assignable?16:32):h=He(e,n,r,s,l,o,a,d,h)))}else 67174411===e.getToken()?(x|=1,h=bn(e,n,r,x,s,e.tokenIndex,e.tokenLine,e.tokenColumn),f=16|e.assignable):o(e,134);f|=128&e.destructible?128:0,e.destructible=f,p.push(se(e,n,k,d,g,{type:"Property",key:T,value:h,kind:768&x?512&x?"set":"get":"init",computed:(2&x)>0,method:(1&x)>0,shorthand:(4&x)>0}))}if(f|=e.destructible,18!==e.getToken())break;H(e,n)}ne(e,n,1074790415),m>1&&(f|=64);const b=se(e,n,d,g,k,{type:l?"ObjectPattern":"ObjectExpression",properties:p});return!i&&4194304&e.getToken()?fn(e,n,r,f,s,l,d,g,k,b):(e.destructible=f,b)}function xn(e,n,t,o){H(e,8192|n);const r=Ge(e,33554432^(33554432|n),t,1,o,e.tokenIndex,e.tokenLine,e.tokenColumn);return ne(e,n,20),r}function Tn(e,n,t,o,r,a){const{tokenValue:i}=e;let s=0,l=0;537079808&~e.getToken()?36864&~e.getToken()||(l=1):s=1;const c=un(e,n);if(e.assignable=1,10===e.getToken()){let u;return 16&n&&(u=ce(e,n,i)),s&&(e.flags|=128),l&&(e.flags|=256),vn(e,n,u,t,[c],0,o,r,a)}return c}function yn(e,n,t,r,a,i,s,l,c,u,d){s||o(e,57),i&&o(e,51),e.flags&=-129;return vn(e,n,16&n?ce(e,n,r):void 0,t,[a],l,c,u,d)}function Cn(e,n,t,r,a,i,s,l,c,u){i||o(e,57);for(let n=0;n<a.length;++n)te(e,a[n]);return vn(e,n,t,r,a,s,l,c,u)}function vn(e,n,t,a,i,s,l,c,u){1&e.flags&&o(e,48),ne(e,8192|n,10);const d=271319040;n=(n|d)^d|(s?524288:0);const g=2162700!==e.getToken();let k;if(t&&t.scopeError&&r(t.scopeError),g)e.flags=4928^(4928|e.flags),k=Ge(e,n,a,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);else{t&&(t=de(t,128));const r=33557504;switch(k=Xe(e,(n|r)^r|1048576,t,a,16,void 0,void 0),e.getToken()){case 69271571:1&e.flags||o(e,116);break;case 67108877:case 67174409:case 22:o(e,117);case 67174411:1&e.flags||o(e,116),e.flags|=1024}8388608&~e.getToken()||1&e.flags||o(e,30,U[255&e.getToken()]),33619968&~e.getToken()||o(e,125)}return e.assignable=2,se(e,n,l,c,u,{type:"ArrowFunctionExpression",params:i,body:k,async:1===s,expression:g})}function wn(e,n,t,a,i,s){ne(e,n,67174411),e.flags=128^(128|e.flags);const l=[];if(ee(e,n,16))return l;n=33554432^(33554432|n);let c=0;for(;18!==e.getToken();){let r;const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=e.getToken();if(143360&k?(256&n||(36864&~k||(e.flags|=256),537079808&~k||(e.flags|=512)),r=Pn(e,n,t,1|s,0,u,d,g)):(2162700===k?r=hn(e,n,t,a,1,i,1,s,0,u,d,g):69271571===k?r=pn(e,n,t,a,1,i,1,s,0,u,d,g):14===k?r=mn(e,n,t,a,16,s,0,0,i,1,u,d,g):o(e,30,U[255&k]),c=1,48&e.destructible&&o(e,50)),1077936155===e.getToken()){H(e,8192|n),c=1;r=se(e,n,u,d,g,{type:"AssignmentPattern",left:r,right:Ge(e,n,a,1,i,e.tokenIndex,e.tokenLine,e.tokenColumn)})}if(l.push(r),!ee(e,n,18))break;if(16===e.getToken())break}return c&&(e.flags|=128),t&&(c||256&n)&&t.scopeError&&r(t.scopeError),ne(e,n,16),l}function Ln(e,n,t,o,r,a,i,s){const l=e.getToken();if(67108864&l){if(67108877===l){H(e,67108864|n),e.assignable=1;return Ln(e,n,t,se(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!1,property:Ye(e,n,t)}),0,a,i,s)}if(69271571===l){H(e,8192|n);const{tokenIndex:l,tokenLine:c,tokenColumn:u}=e,d=je(e,n,t,r,1,l,c,u);return ne(e,n,20),e.assignable=1,Ln(e,n,t,se(e,n,a,i,s,{type:"MemberExpression",object:o,computed:!0,property:d}),0,a,i,s)}if(67174408===l||67174409===l)return e.assignable=2,Ln(e,n,t,se(e,n,a,i,s,{type:"TaggedTemplateExpression",tag:o,quasi:67174408===e.getToken()?an(e,16384|n,t):rn(e,16384|n,e.tokenIndex,e.tokenLine,e.tokenColumn)}),0,a,i,s)}return o}function In(e,n,t,r,a,i,s){return 209006===e.getToken()&&o(e,31),262400&n&&241771===e.getToken()&&o(e,32),he(e,n,e.getToken()),36864&~e.getToken()||(e.flags|=256),yn(e,-268435457&n|524288,t,e.tokenValue,un(e,n),0,r,1,a,i,s)}function qn(e,n,t,r,a,i,s,l,c,u,d){H(e,8192|n);const g=16&n?de({parent:void 0,type:2},1024):void 0;if(ee(e,n=33554432^(33554432|n),16))return 10===e.getToken()?(1&l&&o(e,48),Cn(e,n,g,t,[],a,1,c,u,d)):se(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:[]});let k=0,p=null,f=0;e.destructible=384^(384|e.destructible);const m=[];for(;16!==e.getToken();){const{tokenIndex:a,tokenLine:l,tokenColumn:b}=e,h=e.getToken();if(143360&h)g&&ke(e,n,g,e.tokenValue,i,0),537079808&~h?36864&~h||(e.flags|=256):e.flags|=512,p=Ze(e,n,t,i,0,1,1,1,a,l,b),16===e.getToken()||18===e.getToken()?2&e.assignable&&(k|=16,f=1):(1077936155===e.getToken()?f=1:k|=16,p=$e(e,n,t,p,1,0,a,l,b),16!==e.getToken()&&18!==e.getToken()&&(p=Je(e,n,t,1,0,a,l,b,p)));else if(2097152&h)p=2162700===h?hn(e,n,g,t,0,1,0,i,s,a,l,b):pn(e,n,g,t,0,1,0,i,s,a,l,b),k|=e.destructible,f=1,16!==e.getToken()&&18!==e.getToken()&&(8&k&&o(e,122),p=$e(e,n,t,p,0,0,a,l,b),k|=16,8388608&~e.getToken()||(p=ze(e,n,t,1,c,u,d,4,h,p)),ee(e,8192|n,22)&&(p=Me(e,n,t,p,c,u,d)));else{if(14!==h){for(p=Ge(e,n,t,1,0,a,l,b),k=e.assignable,m.push(p);ee(e,8192|n,18);)m.push(Ge(e,n,t,1,0,a,l,b));return k|=e.assignable,ne(e,n,16),e.destructible=16|k,e.assignable=2,se(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m})}p=mn(e,n,g,t,16,i,s,1,1,0,a,l,b),k|=(16===e.getToken()?0:16)|e.destructible,f=1}if(m.push(p),!ee(e,8192|n,18))break}return ne(e,n,16),k|=256&e.destructible?256:128&e.destructible?128:0,10===e.getToken()?(48&k&&o(e,27),(1&e.flags||1&l)&&o(e,48),128&k&&o(e,31),262400&n&&256&k&&o(e,32),f&&(e.flags|=128),Cn(e,524288|n,g,t,m,a,1,c,u,d)):(64&k&&o(e,63),8&k&&o(e,62),e.assignable=2,se(e,n,c,u,d,{type:"CallExpression",callee:r,arguments:m}))}function En(e,n,t,r,a,i,s,l){let c=Sn(e,n,r);c.length&&(i=e.tokenIndex,s=e.tokenLine,l=e.tokenColumn),e.leadingDecorators.length&&(e.leadingDecorators.push(...c),c=e.leadingDecorators,e.leadingDecorators=[]),H(e,n=4194304^(4194560|n));let u=null,d=null;const{tokenValue:g}=e;4096&e.getToken()&&20565!==e.getToken()?(ae(e,n,e.getToken())&&o(e,118),537079808&~e.getToken()||o(e,119),t&&(ke(e,n,t,g,32,0),a&&2&a&&me(e,g)),u=un(e,n)):1&a||o(e,39,"Class");let k=n;ee(e,8192|n,20565)?(d=_e(e,n,r,0,0,0,e.tokenIndex,e.tokenLine,e.tokenColumn),k|=131072):k=131072^(131072|k);return se(e,n,i,s,l,{type:"ClassDeclaration",id:u,superClass:d,body:Dn(e,k,n,t,r,2,8,0),...1&n?{decorators:c}:null})}function Sn(e,n,t){const o=[];if(1&n)for(;132===e.getToken();)o.push(An(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}function An(e,n,t,o,r,a){H(e,8192|n);let i=Ze(e,n,t,2,0,1,0,1,o,r,a);return i=$e(e,n,t,i,0,0,o,r,a),se(e,n,o,r,a,{type:"Decorator",expression:i})}function Dn(e,n,r,a,i,s,l,c){const{tokenIndex:u,tokenLine:d,tokenColumn:g}=e,k=16&n?{parent:i,refs:Object.create(null)}:void 0;ne(e,8192|n,2162700);const p=301989888;n=(n|p)^p;const f=32&e.flags;e.flags=32^(32|e.flags);const m=[];let b;for(;1074790415!==e.getToken();){let t=0;b=Sn(e,n,k),t=b.length,t>0&&"constructor"===e.tokenValue&&o(e,109),1074790415===e.getToken()&&o(e,108),ee(e,n,1074790417)?t>0&&o(e,120):m.push(Vn(e,n,a,k,r,s,b,0,c,e.tokenIndex,e.tokenLine,e.tokenColumn))}return ne(e,8&l?8192|n:n,1074790415),k&&function(e){for(const n in e.refs)if(!fe(n,e)){const{index:o,line:r,column:a}=e.refs[n][0];throw new t(o,r,a,o+n.length,r,a+n.length,4,n)}}(k),e.flags=-33&e.flags|f,se(e,n,u,d,g,{type:"ClassBody",body:m})}function Vn(e,n,t,r,a,i,s,l,c,u,d,g){let k=l?32:0,p=null;const{tokenIndex:f,tokenLine:m,tokenColumn:b}=e,h=e.getToken();if(176128&h||-2147483528===h)switch(p=un(e,n),h){case 36970:if(!l&&67174411!==e.getToken()&&1048576&~e.getToken()&&1077936155!==e.getToken())return Vn(e,n,t,r,a,i,s,1,c,u,d,g);break;case 209005:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Nn(e,n,r,p,k,s,f,m,b);k|=16|(Q(e,n,8391476)?8:0)}break;case 12400:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Nn(e,n,r,p,k,s,f,m,b);k|=256}break;case 12401:if(67174411!==e.getToken()){if(!(1073741824&~e.getToken()))return Nn(e,n,r,p,k,s,f,m,b);k|=512}break;case 12402:if(67174411!==e.getToken()&&!(1&e.flags)){if(!(1073741824&~e.getToken()))return Nn(e,n,r,p,k,s,f,m,b);1&n&&(k|=1024)}}else if(69271571===h)k|=2,p=xn(e,a,r,c);else if(134217728&~h)if(8391476===h)k|=8,H(e,n);else if(130===e.getToken())k|=8192,p=Rn(e,4096|n,r,768,f,m,b);else if(1073741824&~e.getToken()){if(l&&2162700===h)return function(e,n,t,o,r,a,i){t&&(t=de(t,2));const s=1475584;n=285802496|(n|s)^s;const{body:l}=ve(e,n,t,o,{},r,a,i);return se(e,n,r,a,i,{type:"StaticBlock",body:l})}(e,4096|n,t,r,f,m,b);-2147483527===h?(p=un(e,n),67174411!==e.getToken()&&o(e,30,U[255&e.getToken()])):o(e,30,U[255&e.getToken()])}else k|=128;else p=dn(e,n);if(1816&k&&(143360&e.getToken()||-2147483528===e.getToken()||-2147483527===e.getToken()?p=un(e,n):134217728&~e.getToken()?69271571===e.getToken()?(k|=2,p=xn(e,n,r,0)):130===e.getToken()?(k|=8192,p=Rn(e,n,r,k,f,m,b)):o(e,135):p=dn(e,n)),2&k||("constructor"===e.tokenValue?(1073741824&~e.getToken()?32&k||67174411!==e.getToken()||(920&k?o(e,53,"accessor"):131072&n||(32&e.flags?o(e,54):e.flags|=32)):o(e,129),k|=64):!(8192&k)&&32&k&&"prototype"===e.tokenValue&&o(e,52)),1024&k||67174411!==e.getToken()&&!(768&k))return Nn(e,n,r,p,k,s,f,m,b);return se(e,n,u,d,g,{type:"MethodDefinition",kind:!(32&k)&&64&k?"constructor":256&k?"get":512&k?"set":"method",static:(32&k)>0,computed:(2&k)>0,key:p,value:bn(e,4096|n,r,k,c,e.tokenIndex,e.tokenLine,e.tokenColumn),...1&n?{decorators:s}:null})}function Rn(e,n,t,r,a,i,s){H(e,n);const{tokenValue:l}=e;return"constructor"===l&&o(e,128),16&n&&(t||o(e,4,l),r?function(e,n,t,r){let a=800&r;768&a||(a|=768);const i=n["#"+t];void 0!==i&&((32&i)!=(32&a)||i&a&768)&&o(e,146,t),n["#"+t]=i?i|a:a}(e,t,l,r):function(e,n,t){n.refs[t]??=[],n.refs[t].push({index:e.tokenIndex,line:e.tokenLine,column:e.tokenColumn})}(e,t,l)),H(e,n),se(e,n,a,i,s,{type:"PrivateIdentifier",name:l})}function Nn(e,n,t,r,a,i,s,l,c){let u=null;if(8&a&&o(e,0),1077936155===e.getToken()){H(e,8192|n);const{tokenIndex:r,tokenLine:i,tokenColumn:s}=e;537079927===e.getToken()&&o(e,119);const l=2883584|(64&a?0:4325376);u=Ze(e,4096|(n=16842752|((n|l)^l|(8&a?262144:0)|(16&a?524288:0)|(64&a?4194304:0))),t,2,0,1,0,1,r,i,s),!(1073741824&~e.getToken())&&4194304&~e.getToken()||(u=$e(e,4096|n,t,u,0,0,r,i,s),u=Je(e,4096|n,t,0,0,r,i,s,u))}return W(e,n),se(e,n,s,l,c,{type:1024&a?"AccessorProperty":"PropertyDefinition",key:r,value:u,static:(32&a)>0,computed:(2&a)>0,...1&n?{decorators:i}:null})}function Un(e,n,t,r,a,i,s,l,c){if(143360&e.getToken()||!(256&n)&&-2147483527===e.getToken())return Pn(e,n,t,a,i,s,l,c);2097152&~e.getToken()&&o(e,30,U[255&e.getToken()]);const u=69271571===e.getToken()?pn(e,n,t,r,1,0,1,a,i,s,l,c):hn(e,n,t,r,1,0,1,a,i,s,l,c);return 16&e.destructible&&o(e,50),32&e.destructible&&o(e,50),u}function Pn(e,n,t,r,a,i,s,l){const{tokenValue:c}=e,u=e.getToken();return 256&n&&(537079808&~u?36864&~u&&-2147483527!==u||o(e,118):o(e,119)),20480&~u||o(e,102),241771===u&&(262144&n&&o(e,32),512&n&&o(e,111)),73==(255&u)&&24&r&&o(e,100),209006===u&&(524288&n&&o(e,176),512&n&&o(e,110)),H(e,n),t&&ge(e,n,t,c,r,a),se(e,n,i,s,l,{type:"Identifier",name:c})}function Bn(e,n,t,r,a,i,s){if(r||ne(e,n,8456256),8390721===e.getToken()){const o=function(e,n,t,o,r){return Y(e,n),se(e,n,t,o,r,{type:"JSXOpeningFragment"})}(e,n,a,i,s),[l,c]=function(e,n,t,o){const r=[];for(;;){const a=Gn(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingFragment"===a.type)return[r,a];r.push(a)}}(e,n,t,r);return se(e,n,a,i,s,{type:"JSXFragment",openingFragment:o,children:l,closingFragment:c})}8457014===e.getToken()&&o(e,30,U[255&e.getToken()]);let l=null,c=[];const u=function(e,n,t,r,a,i,s){143360&~e.getToken()&&4096&~e.getToken()&&o(e,0);const l=jn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn),c=function(e,n,t){const o=[];for(;8457014!==e.getToken()&&8390721!==e.getToken()&&1048576!==e.getToken();)o.push(Hn(e,n,t,e.tokenIndex,e.tokenLine,e.tokenColumn));return o}(e,n,t),u=8457014===e.getToken();u&&ne(e,n,8457014);8390721!==e.getToken()&&o(e,25,U[65]);r||!u?Y(e,n):H(e,n);return se(e,n,a,i,s,{type:"JSXOpeningElement",name:l,attributes:c,selfClosing:u})}(e,n,t,r,a,i,s);if(!u.selfClosing){[c,l]=function(e,n,t,o){const r=[];for(;;){const a=On(e,n,t,o,e.tokenIndex,e.tokenLine,e.tokenColumn);if("JSXClosingElement"===a.type)return[r,a];r.push(a)}}(e,n,t,r);const a=le(l.name);le(u.name)!==a&&o(e,155,a)}return se(e,n,a,i,s,{type:"JSXElement",children:c,openingElement:u,closingElement:l})}function On(e,n,t,r,a,i,s){return 137===e.getToken()?Fn(e,n,a,i,s):2162700===e.getToken()?zn(e,n,t,1,0,a,i,s):8456256===e.getToken()?(H(e,n),8457014===e.getToken()?function(e,n,t,r,a,i){ne(e,n,8457014);const s=jn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn);return 8390721!==e.getToken()&&o(e,25,U[65]),t?Y(e,n):H(e,n),se(e,n,r,a,i,{type:"JSXClosingElement",name:s})}(e,n,r,a,i,s):Bn(e,n,t,1,a,i,s)):void o(e,0)}function Gn(e,n,t,r,a,i,s){return 137===e.getToken()?Fn(e,n,a,i,s):2162700===e.getToken()?zn(e,n,t,1,0,a,i,s):8456256===e.getToken()?(H(e,n),8457014===e.getToken()?function(e,n,t,r,a,i){return ne(e,n,8457014),8390721!==e.getToken()&&o(e,25,U[65]),t?Y(e,n):H(e,n),se(e,n,r,a,i,{type:"JSXClosingFragment"})}(e,n,r,a,i,s):Bn(e,n,t,1,a,i,s)):void o(e,0)}function Fn(e,n,t,o,r){H(e,n);const a={type:"JSXText",value:e.tokenValue};return 128&n&&(a.raw=e.tokenRaw),se(e,n,t,o,r,a)}function jn(e,n,t,o,r){Z(e);let a=Xn(e,n,t,o,r);if(21===e.getToken())return Mn(e,n,a,t,o,r);for(;ee(e,n,67108877);)Z(e),a=Jn(e,n,a,t,o,r);return a}function Jn(e,n,t,o,r,a){return se(e,n,o,r,a,{type:"JSXMemberExpression",object:t,property:Xn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function Hn(e,n,t,r,a,i){if(2162700===e.getToken())return function(e,n,t,o,r,a){H(e,n),ne(e,n,14);const i=Ge(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ne(e,n,1074790415),se(e,n,o,r,a,{type:"JSXSpreadAttribute",argument:i})}(e,n,t,r,a,i);Z(e);let s=null,l=Xn(e,n,r,a,i);if(21===e.getToken()&&(l=Mn(e,n,l,r,a,i)),1077936155===e.getToken()){const r=$(e,n),{tokenIndex:a,tokenLine:i,tokenColumn:l}=e;switch(r){case 134283267:s=dn(e,n);break;case 8456256:s=Bn(e,n,t,0,a,i,l);break;case 2162700:s=zn(e,n,t,0,1,a,i,l);break;default:o(e,154)}}return se(e,n,r,a,i,{type:"JSXAttribute",value:s,name:l})}function Mn(e,n,t,o,r,a){ne(e,n,21);return se(e,n,o,r,a,{type:"JSXNamespacedName",namespace:t,name:Xn(e,n,e.tokenIndex,e.tokenLine,e.tokenColumn)})}function zn(e,n,t,r,a,i,s,l){H(e,8192|n);const{tokenIndex:c,tokenLine:u,tokenColumn:d}=e;if(14===e.getToken())return function(e,n,t,o,r,a){ne(e,n,14);const i=Ge(e,n,t,1,0,e.tokenIndex,e.tokenLine,e.tokenColumn);return ne(e,n,1074790415),se(e,n,o,r,a,{type:"JSXSpreadChild",expression:i})}(e,n,t,i,s,l);let g=null;return 1074790415===e.getToken()?(a&&o(e,157),g=function(e,n,t,o,r){return e.startIndex=e.tokenIndex,e.startLine=e.tokenLine,e.startColumn=e.tokenColumn,se(e,n,t,o,r,{type:"JSXEmptyExpression"})}(e,n,e.startIndex,e.startLine,e.startColumn)):g=Ge(e,n,t,1,0,c,u,d),1074790415!==e.getToken()&&o(e,25,U[15]),r?Y(e,n):H(e,n),se(e,n,i,s,l,{type:"JSXExpressionContainer",expression:g})}function Xn(e,n,t,o,r){const{tokenValue:a}=e;return H(e,n),se(e,n,t,o,r,{type:"JSXIdentifier",name:a})}var _n=Object.freeze({__proto__:null});e.ESTree=_n,e.parse=function(e,n){return xe(e,n,0)},e.parseModule=function(e,n){return xe(e,n,768)},e.parseScript=function(e,n){return xe(e,n,0)},e.version="6.0.1"}));