astexplorer.app
Version:
https://astexplorer.net with ES Modules support and Hot Reloading
1 lines • 297 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[95],{"./node_modules/meriyah/dist/meriyah.umd.js":function(module,exports,__webpack_require__){eval("(function (global, factory) {\n true ? factory(exports) :\n undefined;\n}(this, (function (exports) { 'use strict';\n\n const errorMessages = {\r\n [0]: 'Unexpected token',\r\n [28]: \"Unexpected token: '%0'\",\r\n [1]: 'Octal escape sequences are not allowed in strict mode',\r\n [2]: 'Octal escape sequences are not allowed in template strings',\r\n [3]: 'Unexpected token `#`',\r\n [4]: 'Illegal Unicode escape sequence',\r\n [5]: 'Invalid code point %0',\r\n [6]: 'Invalid hexadecimal escape sequence',\r\n [8]: 'Octal literals are not allowed in strict mode',\r\n [7]: 'Decimal integer literals with a leading zero are forbidden in strict mode',\r\n [9]: 'Expected number in radix %0',\r\n [145]: 'Invalid left-hand side assignment to a destructible right-hand side',\r\n [10]: 'Non-number found after exponent indicator',\r\n [11]: 'Invalid BigIntLiteral',\r\n [12]: 'No identifiers allowed directly after numeric literal',\r\n [13]: 'Escapes \\\\8 or \\\\9 are not syntactically valid escapes',\r\n [14]: 'Unterminated string literal',\r\n [15]: 'Unterminated template literal',\r\n [16]: 'Multiline comment was not closed properly',\r\n [17]: 'The identifier contained dynamic unicode escape that was not closed',\r\n [18]: \"Illegal character '%0'\",\r\n [19]: 'Missing hexadecimal digits',\r\n [20]: 'Invalid implicit octal',\r\n [21]: 'Invalid line break in string literal',\r\n [22]: 'Only unicode escapes are legal in identifier names',\r\n [23]: \"Expected '%0'\",\r\n [24]: 'Invalid left-hand side in assignment',\r\n [25]: 'Invalid left-hand side in async arrow',\r\n [26]: 'Calls to super must be in the \"constructor\" method of a class expression or class declaration that has a superclass',\r\n [27]: 'Member access on super must be in a method',\r\n [29]: 'Await expression not allowed in formal parameter',\r\n [30]: 'Yield expression not allowed in formal parameter',\r\n [92]: \"Unexpected token: 'escaped keyword'\",\r\n [31]: 'Unary expressions as the left operand of an exponentation expression must be disambiguated with parentheses',\r\n [119]: 'Async functions can only be declared at the top level or inside a block',\r\n [32]: 'Unterminated regular expression',\r\n [33]: 'Unexpected regular expression flag',\r\n [34]: \"Duplicate regular expression flag '%0'\",\r\n [35]: '%0 functions must have exactly %1 argument%2',\r\n [36]: 'Setter function argument must not be a rest parameter',\r\n [37]: '%0 declaration must have a name in this context',\r\n [38]: 'Function name may not contain any reserved words or be eval or arguments in strict mode',\r\n [39]: 'The rest operator is missing an argument',\r\n [40]: 'A getter cannot be a generator',\r\n [41]: 'A computed property name must be followed by a colon or paren',\r\n [130]: 'Object literal keys that are strings or numbers must be a method or have a colon',\r\n [43]: 'Found `* async x(){}` but this should be `async * x(){}`',\r\n [42]: 'Getters and setters can not be generators',\r\n [44]: \"'%0' can not be generator method\",\r\n [45]: \"No line break is allowed after '=>'\",\r\n [46]: 'The left-hand side of the arrow can only be destructed through assignment',\r\n [47]: 'The binding declaration is not destructible',\r\n [48]: 'Async arrow can not be followed by new expression',\r\n [49]: \"Classes may not have a static property named 'prototype'\",\r\n [50]: 'Class constructor may not be a %0',\r\n [51]: 'Duplicate constructor method in class',\r\n [52]: 'Invalid increment/decrement operand',\r\n [53]: 'Invalid use of `new` keyword on an increment/decrement expression',\r\n [54]: '`=>` is an invalid assignment target',\r\n [55]: 'Rest element may not have a trailing comma',\r\n [56]: 'Missing initializer in %0 declaration',\r\n [57]: \"'for-%0' loop head declarations can not have an initializer\",\r\n [58]: 'Invalid left-hand side in for-%0 loop: Must have a single binding',\r\n [59]: 'Invalid shorthand property initializer',\r\n [60]: 'Property name __proto__ appears more than once in object literal',\r\n [61]: 'Let is disallowed as a lexically bound name',\r\n [62]: \"Invalid use of '%0' inside new expression\",\r\n [63]: \"Illegal 'use strict' directive in function with non-simple parameter list\",\r\n [64]: 'Identifier \"let\" disallowed as left-hand side expression in strict mode',\r\n [65]: 'Illegal continue statement',\r\n [66]: 'Illegal break statement',\r\n [67]: 'Cannot have `let[...]` as a var name in strict mode',\r\n [68]: 'Invalid destructuring assignment target',\r\n [69]: 'Rest parameter may not have a default initializer',\r\n [70]: 'The rest argument must the be last parameter',\r\n [71]: 'Invalid rest argument',\r\n [73]: 'In strict mode code, functions can only be declared at top level or inside a block',\r\n [74]: 'In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement',\r\n [75]: 'Without web compability enabled functions can not be declared at top level, inside a block, or as the body of an if statement',\r\n [76]: \"Class declaration can't appear in single-statement context\",\r\n [77]: 'Invalid left-hand side in for-%0',\r\n [78]: 'Invalid assignment in for-%0',\r\n [79]: 'for await (... of ...) is only valid in async functions and async generators',\r\n [80]: 'The first token after the template expression should be a continuation of the template',\r\n [82]: '`let` declaration not allowed here and `let` cannot be a regular var name in strict mode',\r\n [81]: '`let \\n [` is a restricted production at the start of a statement',\r\n [83]: 'Catch clause requires exactly one parameter, not more (and no trailing comma)',\r\n [84]: 'Catch clause parameter does not support default values',\r\n [85]: 'Missing catch or finally after try',\r\n [86]: 'More than one default clause in switch statement',\r\n [87]: 'Illegal newline after throw',\r\n [88]: 'Strict mode code may not include a with statement',\r\n [89]: 'Illegal return statement',\r\n [90]: 'The left hand side of the for-header binding declaration is not destructible',\r\n [91]: 'new.target only allowed within functions',\r\n [92]: \"'Unexpected token: 'escaped keyword'\",\r\n [93]: \"'#' not followed by identifier\",\r\n [99]: 'Invalid keyword',\r\n [98]: \"Can not use 'let' as a class name\",\r\n [97]: \"'A lexical declaration can't define a 'let' binding\",\r\n [96]: 'Can not use `let` as variable name in strict mode',\r\n [94]: \"'%0' may not be used as an identifier in this context\",\r\n [95]: 'Await is only valid in async functions',\r\n [100]: 'The %0 keyword can only be used with the module goal',\r\n [101]: 'Unicode codepoint must not be greater than 0x10FFFF',\r\n [102]: '%0 source must be string',\r\n [103]: 'Only a identifier can be used to indicate alias',\r\n [104]: \"Only '*' or '{...}' can be imported after default\",\r\n [105]: 'Trailing decorator may be followed by method',\r\n [106]: \"Decorators can't be used with a constructor\",\r\n [107]: \"'%0' may not be used as an identifier in this context\",\r\n [108]: 'HTML comments are only allowed with web compability (Annex B)',\r\n [109]: \"The identifier 'let' must not be in expression position in strict mode\",\r\n [110]: 'Cannot assign to `eval` and `arguments` in strict mode',\r\n [111]: \"The left-hand side of a for-of loop may not start with 'let'\",\r\n [112]: 'Block body arrows can not be immediately invoked without a group',\r\n [113]: 'Block body arrows can not be immediately accessed without a group',\r\n [114]: 'Unexpected strict mode reserved word',\r\n [115]: 'Unexpected eval or arguments in strict mode',\r\n [116]: 'Decorators must not be followed by a semicolon',\r\n [117]: 'Calling delete on expression not allowed in strict mode',\r\n [118]: 'Pattern can not have a tail',\r\n [120]: 'Can not have a `yield` expression on the left side of a ternary',\r\n [121]: 'An arrow function can not have a postfix update operator',\r\n [122]: 'Invalid object literal key character after generator star',\r\n [123]: 'Private fields can not be deleted',\r\n [125]: 'Classes may not have a field called constructor',\r\n [124]: 'Classes may not have a private element named constructor',\r\n [126]: 'A class field initializer may not contain arguments',\r\n [127]: 'Generators can only be declared at the top level or inside a block',\r\n [128]: 'Async methods are a restricted production and cannot have a newline following it',\r\n [129]: 'Unexpected character after object literal property name',\r\n [131]: 'Invalid key token',\r\n [132]: \"Label '%0' has already been declared\",\r\n [133]: 'continue statement must be nested within an iteration statement',\r\n [134]: \"Undefined label '%0'\",\r\n [135]: 'Trailing comma is disallowed inside import(...) arguments',\r\n [136]: 'import() requires exactly one argument',\r\n [137]: 'Cannot use new with import(...)',\r\n [138]: '... is not allowed in import()',\r\n [139]: \"Expected '=>'\",\r\n [140]: \"Duplicate binding '%0'\",\r\n [141]: \"Cannot export a duplicate name '%0'\",\r\n [144]: 'Duplicate %0 for-binding',\r\n [142]: \"Exported binding '%0' needs to refer to a top-level declared variable\",\r\n [143]: 'Unexpected private field',\r\n [147]: 'Numeric separators are not allowed at the end of numeric literals',\r\n [146]: 'Only one underscore is allowed as numeric separator',\r\n [148]: 'JSX value should be either an expression or a quoted JSX text',\r\n [149]: 'Expected corresponding JSX closing tag for %0',\r\n [150]: 'Adjacent JSX elements must be wrapped in an enclosing tag',\r\n [151]: \"JSX attributes must only be assigned a non-empty 'expression'\",\r\n [152]: \"'%0' has already been declared\",\r\n [153]: \"'%0' shadowed a catch clause binding\",\r\n [154]: 'Dot property must be an identifier',\r\n [155]: 'Encountered invalid input after spread/rest argument',\r\n [156]: 'Catch without try',\r\n [157]: 'Finally without try',\r\n [158]: 'Expected corresponding closing tag for JSX fragment',\r\n [159]: 'Coalescing and logical operators used together in the same expression must be disambiguated with parentheses',\r\n [160]: 'Invalid tagged template on optional chain',\r\n [161]: 'Invalid optional chain from super property',\r\n [162]: 'Invalid optional chain from new expression',\r\n [163]: 'Cannot use \"import.meta\" outside a module'\r\n };\r\n class ParseError extends SyntaxError {\r\n constructor(startindex, line, column, type, ...params) {\r\n const message = '[' + line + ':' + column + ']: ' + errorMessages[type].replace(/%(\\d+)/g, (_, i) => params[i]);\r\n super(`${message}`);\r\n this.index = startindex;\r\n this.line = line;\r\n this.column = column;\r\n this.description = message;\r\n this.loc = {\r\n line,\r\n column\r\n };\r\n }\r\n }\r\n function report(parser, type, ...params) {\r\n throw new ParseError(parser.index, parser.line, parser.column, type, ...params);\r\n }\r\n function reportScopeError(scope) {\r\n throw new ParseError(scope.index, scope.line, scope.column, scope.type, scope.params);\r\n }\r\n function reportMessageAt(index, line, column, type, ...params) {\r\n throw new ParseError(index, line, column, type, ...params);\r\n }\r\n function reportScannerError(index, line, column, type) {\r\n throw new ParseError(index, line, column, type);\r\n }\n\n const unicodeLookup = ((compressed, lookup) => {\r\n const result = new Uint32Array(104448);\r\n let index = 0;\r\n let subIndex = 0;\r\n while (index < 3540) {\r\n const inst = compressed[index++];\r\n if (inst < 0) {\r\n subIndex -= inst;\r\n }\r\n else {\r\n let code = compressed[index++];\r\n if (inst & 2)\r\n code = lookup[code];\r\n if (inst & 1) {\r\n result.fill(code, subIndex, subIndex += compressed[index++]);\r\n }\r\n else {\r\n result[subIndex++] = code;\r\n }\r\n }\r\n }\r\n return result;\r\n })([-1, 2, 24, 2, 25, 2, 5, -1, 0, 77595648, 3, 44, 2, 3, 0, 14, 2, 57, 2, 58, 3, 0, 3, 0, 3168796671, 0, 4294956992, 2, 1, 2, 0, 2, 59, 3, 0, 4, 0, 4294966523, 3, 0, 4, 2, 16, 2, 60, 2, 0, 0, 4294836735, 0, 3221225471, 0, 4294901942, 2, 61, 0, 134152192, 3, 0, 2, 0, 4294951935, 3, 0, 2, 0, 2683305983, 0, 2684354047, 2, 17, 2, 0, 0, 4294961151, 3, 0, 2, 2, 19, 2, 0, 0, 608174079, 2, 0, 2, 131, 2, 6, 2, 56, -1, 2, 37, 0, 4294443263, 2, 1, 3, 0, 3, 0, 4294901711, 2, 39, 0, 4089839103, 0, 2961209759, 0, 1342439375, 0, 4294543342, 0, 3547201023, 0, 1577204103, 0, 4194240, 0, 4294688750, 2, 2, 0, 80831, 0, 4261478351, 0, 4294549486, 2, 2, 0, 2967484831, 0, 196559, 0, 3594373100, 0, 3288319768, 0, 8469959, 2, 194, 2, 3, 0, 3825204735, 0, 123747807, 0, 65487, 0, 4294828015, 0, 4092591615, 0, 1080049119, 0, 458703, 2, 3, 2, 0, 0, 2163244511, 0, 4227923919, 0, 4236247022, 2, 66, 0, 4284449919, 0, 851904, 2, 4, 2, 11, 0, 67076095, -1, 2, 67, 0, 1073741743, 0, 4093591391, -1, 0, 50331649, 0, 3265266687, 2, 32, 0, 4294844415, 0, 4278190047, 2, 18, 2, 129, -1, 3, 0, 2, 2, 21, 2, 0, 2, 9, 2, 0, 2, 14, 2, 15, 3, 0, 10, 2, 69, 2, 0, 2, 70, 2, 71, 2, 72, 2, 0, 2, 73, 2, 0, 2, 10, 0, 261632, 2, 23, 3, 0, 2, 2, 12, 2, 4, 3, 0, 18, 2, 74, 2, 5, 3, 0, 2, 2, 75, 0, 2088959, 2, 27, 2, 8, 0, 909311, 3, 0, 2, 0, 814743551, 2, 41, 0, 67057664, 3, 0, 2, 2, 40, 2, 0, 2, 28, 2, 0, 2, 29, 2, 7, 0, 268374015, 2, 26, 2, 49, 2, 0, 2, 76, 0, 134153215, -1, 2, 6, 2, 0, 2, 7, 0, 2684354559, 0, 67044351, 0, 3221160064, 0, 1, -1, 3, 0, 2, 2, 42, 0, 1046528, 3, 0, 3, 2, 8, 2, 0, 2, 51, 0, 4294960127, 2, 9, 2, 38, 2, 10, 0, 4294377472, 2, 11, 3, 0, 7, 0, 4227858431, 3, 0, 8, 2, 12, 2, 0, 2, 78, 2, 9, 2, 0, 2, 79, 2, 80, 2, 81, -1, 2, 124, 0, 1048577, 2, 82, 2, 13, -1, 2, 13, 0, 131042, 2, 83, 2, 84, 2, 85, 2, 0, 2, 33, -83, 2, 0, 2, 53, 2, 7, 3, 0, 4, 0, 1046559, 2, 0, 2, 14, 2, 0, 0, 2147516671, 2, 20, 3, 86, 2, 2, 0, -16, 2, 87, 0, 524222462, 2, 4, 2, 0, 0, 4269801471, 2, 4, 2, 0, 2, 15, 2, 77, 2, 16, 3, 0, 2, 2, 47, 2, 0, -1, 2, 17, -16, 3, 0, 206, -2, 3, 0, 655, 2, 18, 3, 0, 36, 2, 68, -1, 2, 17, 2, 9, 3, 0, 8, 2, 89, 2, 121, 2, 0, 0, 3220242431, 3, 0, 3, 2, 19, 2, 90, 2, 91, 3, 0, 2, 2, 92, 2, 0, 2, 93, 2, 94, 2, 0, 0, 4351, 2, 0, 2, 8, 3, 0, 2, 0, 67043391, 0, 3909091327, 2, 0, 2, 22, 2, 8, 2, 18, 3, 0, 2, 0, 67076097, 2, 7, 2, 0, 2, 20, 0, 67059711, 0, 4236247039, 3, 0, 2, 0, 939524103, 0, 8191999, 2, 97, 2, 98, 2, 15, 2, 21, 3, 0, 3, 0, 67057663, 3, 0, 349, 2, 99, 2, 100, 2, 6, -264, 3, 0, 11, 2, 22, 3, 0, 2, 2, 31, -1, 0, 3774349439, 2, 101, 2, 102, 3, 0, 2, 2, 19, 2, 103, 3, 0, 10, 2, 9, 2, 17, 2, 0, 2, 45, 2, 0, 2, 30, 2, 104, 2, 23, 0, 1638399, 2, 172, 2, 105, 3, 0, 3, 2, 18, 2, 24, 2, 25, 2, 5, 2, 26, 2, 0, 2, 7, 2, 106, -1, 2, 107, 2, 108, 2, 109, -1, 3, 0, 3, 2, 11, -2, 2, 0, 2, 27, -3, 2, 150, -4, 2, 18, 2, 0, 2, 35, 0, 1, 2, 0, 2, 62, 2, 28, 2, 11, 2, 9, 2, 0, 2, 110, -1, 3, 0, 4, 2, 9, 2, 21, 2, 111, 2, 6, 2, 0, 2, 112, 2, 0, 2, 48, -4, 3, 0, 9, 2, 20, 2, 29, 2, 30, -4, 2, 113, 2, 114, 2, 29, 2, 20, 2, 7, -2, 2, 115, 2, 29, 2, 31, -2, 2, 0, 2, 116, -2, 0, 4277137519, 0, 2269118463, -1, 3, 18, 2, -1, 2, 32, 2, 36, 2, 0, 3, 29, 2, 2, 34, 2, 19, -3, 3, 0, 2, 2, 33, -1, 2, 0, 2, 34, 2, 0, 2, 34, 2, 0, 2, 46, -10, 2, 0, 0, 203775, -2, 2, 18, 2, 43, 2, 35, -2, 2, 17, 2, 117, 2, 20, 3, 0, 2, 2, 36, 0, 2147549120, 2, 0, 2, 11, 2, 17, 2, 135, 2, 0, 2, 37, 2, 52, 0, 5242879, 3, 0, 2, 0, 402644511, -1, 2, 120, 0, 1090519039, -2, 2, 122, 2, 38, 2, 0, 0, 67045375, 2, 39, 0, 4226678271, 0, 3766565279, 0, 2039759, -4, 3, 0, 2, 0, 3288270847, 0, 3, 3, 0, 2, 0, 67043519, -5, 2, 0, 0, 4282384383, 0, 1056964609, -1, 3, 0, 2, 0, 67043345, -1, 2, 0, 2, 40, 2, 41, -1, 2, 10, 2, 42, -6, 2, 0, 2, 11, -3, 3, 0, 2, 0, 2147484671, 2, 125, 0, 4190109695, 2, 50, -2, 2, 126, 0, 4244635647, 0, 27, 2, 0, 2, 7, 2, 43, 2, 0, 2, 63, -1, 2, 0, 2, 40, -8, 2, 54, 2, 44, 0, 67043329, 2, 127, 2, 45, 0, 8388351, -2, 2, 128, 0, 3028287487, 2, 46, 2, 130, 0, 33259519, 2, 41, -9, 2, 20, -5, 2, 64, -2, 3, 0, 28, 2, 31, -3, 3, 0, 3, 2, 47, 3, 0, 6, 2, 48, -85, 3, 0, 33, 2, 47, -126, 3, 0, 18, 2, 36, -269, 3, 0, 17, 2, 40, 2, 7, 2, 41, -2, 2, 17, 2, 49, 2, 0, 2, 20, 2, 50, 2, 132, 2, 23, -21, 3, 0, 2, -4, 3, 0, 2, 0, 4294936575, 2, 0, 0, 4294934783, -2, 0, 196635, 3, 0, 191, 2, 51, 3, 0, 38, 2, 29, -1, 2, 33, -279, 3, 0, 8, 2, 7, -1, 2, 133, 2, 52, 3, 0, 11, 2, 6, -72, 3, 0, 3, 2, 134, 0, 1677656575, -166, 0, 4161266656, 0, 4071, 0, 15360, -4, 0, 28, -13, 3, 0, 2, 2, 37, 2, 0, 2, 136, 2, 137, 2, 55, 2, 0, 2, 138, 2, 139, 2, 140, 3, 0, 10, 2, 141, 2, 142, 2, 15, 3, 37, 2, 3, 53, 2, 3, 54, 2, 0, 4294954999, 2, 0, -16, 2, 0, 2, 88, 2, 0, 0, 2105343, 0, 4160749584, 0, 65534, -42, 0, 4194303871, 0, 2011, -6, 2, 0, 0, 1073684479, 0, 17407, -11, 2, 0, 2, 31, -40, 3, 0, 6, 0, 8323103, -1, 3, 0, 2, 2, 42, -37, 2, 55, 2, 144, 2, 145, 2, 146, 2, 147, 2, 148, -105, 2, 24, -32, 3, 0, 1334, 2, 9, -1, 3, 0, 129, 2, 27, 3, 0, 6, 2, 9, 3, 0, 180, 2, 149, 3, 0, 233, 0, 1, -96, 3, 0, 16, 2, 9, -47, 3, 0, 154, 2, 56, -22381, 3, 0, 7, 2, 23, -6130, 3, 5, 2, -1, 0, 69207040, 3, 44, 2, 3, 0, 14, 2, 57, 2, 58, -3, 0, 3168731136, 0, 4294956864, 2, 1, 2, 0, 2, 59, 3, 0, 4, 0, 4294966275, 3, 0, 4, 2, 16, 2, 60, 2, 0, 2, 33, -1, 2, 17, 2, 61, -1, 2, 0, 2, 56, 0, 4294885376, 3, 0, 2, 0, 3145727, 0, 2617294944, 0, 4294770688, 2, 23, 2, 62, 3, 0, 2, 0, 131135, 2, 95, 0, 70256639, 0, 71303167, 0, 272, 2, 40, 2, 56, -1, 2, 37, 2, 30, -1, 2, 96, 2, 63, 0, 4278255616, 0, 4294836227, 0, 4294549473, 0, 600178175, 0, 2952806400, 0, 268632067, 0, 4294543328, 0, 57540095, 0, 1577058304, 0, 1835008, 0, 4294688736, 2, 65, 2, 64, 0, 33554435, 2, 123, 2, 65, 2, 151, 0, 131075, 0, 3594373096, 0, 67094296, 2, 64, -1, 0, 4294828000, 0, 603979263, 2, 160, 0, 3, 0, 4294828001, 0, 602930687, 2, 183, 0, 393219, 0, 4294828016, 0, 671088639, 0, 2154840064, 0, 4227858435, 0, 4236247008, 2, 66, 2, 36, -1, 2, 4, 0, 917503, 2, 36, -1, 2, 67, 0, 537788335, 0, 4026531935, -1, 0, 1, -1, 2, 32, 2, 68, 0, 7936, -3, 2, 0, 0, 2147485695, 0, 1010761728, 0, 4292984930, 0, 16387, 2, 0, 2, 14, 2, 15, 3, 0, 10, 2, 69, 2, 0, 2, 70, 2, 71, 2, 72, 2, 0, 2, 73, 2, 0, 2, 11, -1, 2, 23, 3, 0, 2, 2, 12, 2, 4, 3, 0, 18, 2, 74, 2, 5, 3, 0, 2, 2, 75, 0, 253951, 3, 19, 2, 0, 122879, 2, 0, 2, 8, 0, 276824064, -2, 3, 0, 2, 2, 40, 2, 0, 0, 4294903295, 2, 0, 2, 29, 2, 7, -1, 2, 17, 2, 49, 2, 0, 2, 76, 2, 41, -1, 2, 20, 2, 0, 2, 27, -2, 0, 128, -2, 2, 77, 2, 8, 0, 4064, -1, 2, 119, 0, 4227907585, 2, 0, 2, 118, 2, 0, 2, 48, 2, 173, 2, 9, 2, 38, 2, 10, -1, 0, 74440192, 3, 0, 6, -2, 3, 0, 8, 2, 12, 2, 0, 2, 78, 2, 9, 2, 0, 2, 79, 2, 80, 2, 81, -3, 2, 82, 2, 13, -3, 2, 83, 2, 84, 2, 85, 2, 0, 2, 33, -83, 2, 0, 2, 53, 2, 7, 3, 0, 4, 0, 817183, 2, 0, 2, 14, 2, 0, 0, 33023, 2, 20, 3, 86, 2, -17, 2, 87, 0, 524157950, 2, 4, 2, 0, 2, 88, 2, 4, 2, 0, 2, 15, 2, 77, 2, 16, 3, 0, 2, 2, 47, 2, 0, -1, 2, 17, -16, 3, 0, 206, -2, 3, 0, 655, 2, 18, 3, 0, 36, 2, 68, -1, 2, 17, 2, 9, 3, 0, 8, 2, 89, 0, 3072, 2, 0, 0, 2147516415, 2, 9, 3, 0, 2, 2, 23, 2, 90, 2, 91, 3, 0, 2, 2, 92, 2, 0, 2, 93, 2, 94, 0, 4294965179, 0, 7, 2, 0, 2, 8, 2, 91, 2, 8, -1, 0, 1761345536, 2, 95, 0, 4294901823, 2, 36, 2, 18, 2, 96, 2, 34, 2, 166, 0, 2080440287, 2, 0, 2, 33, 2, 143, 0, 3296722943, 2, 0, 0, 1046675455, 0, 939524101, 0, 1837055, 2, 97, 2, 98, 2, 15, 2, 21, 3, 0, 3, 0, 7, 3, 0, 349, 2, 99, 2, 100, 2, 6, -264, 3, 0, 11, 2, 22, 3, 0, 2, 2, 31, -1, 0, 2700607615, 2, 101, 2, 102, 3, 0, 2, 2, 19, 2, 103, 3, 0, 10, 2, 9, 2, 17, 2, 0, 2, 45, 2, 0, 2, 30, 2, 104, -3, 2, 105, 3, 0, 3, 2, 18, -1, 3, 5, 2, 2, 26, 2, 0, 2, 7, 2, 106, -1, 2, 107, 2, 108, 2, 109, -1, 3, 0, 3, 2, 11, -2, 2, 0, 2, 27, -8, 2, 18, 2, 0, 2, 35, -1, 2, 0, 2, 62, 2, 28, 2, 29, 2, 9, 2, 0, 2, 110, -1, 3, 0, 4, 2, 9, 2, 17, 2, 111, 2, 6, 2, 0, 2, 112, 2, 0, 2, 48, -4, 3, 0, 9, 2, 20, 2, 29, 2, 30, -4, 2, 113, 2, 114, 2, 29, 2, 20, 2, 7, -2, 2, 115, 2, 29, 2, 31, -2, 2, 0, 2, 116, -2, 0, 4277075969, 2, 29, -1, 3, 18, 2, -1, 2, 32, 2, 117, 2, 0, 3, 29, 2, 2, 34, 2, 19, -3, 3, 0, 2, 2, 33, -1, 2, 0, 2, 34, 2, 0, 2, 34, 2, 0, 2, 48, -10, 2, 0, 0, 197631, -2, 2, 18, 2, 43, 2, 118, -2, 2, 17, 2, 117, 2, 20, 2, 119, 2, 51, -2, 2, 119, 2, 23, 2, 17, 2, 33, 2, 119, 2, 36, 0, 4294901904, 0, 4718591, 2, 119, 2, 34, 0, 335544350, -1, 2, 120, 2, 121, -2, 2, 122, 2, 38, 2, 7, -1, 2, 123, 2, 65, 0, 3758161920, 0, 3, -4, 2, 0, 2, 27, 0, 2147485568, 0, 3, 2, 0, 2, 23, 0, 176, -5, 2, 0, 2, 47, 2, 186, -1, 2, 0, 2, 23, 2, 197, -1, 2, 0, 0, 16779263, -2, 2, 11, -7, 2, 0, 2, 121, -3, 3, 0, 2, 2, 124, 2, 125, 0, 2147549183, 0, 2, -2, 2, 126, 2, 35, 0, 10, 0, 4294965249, 0, 67633151, 0, 4026597376, 2, 0, 0, 536871935, -1, 2, 0, 2, 40, -8, 2, 54, 2, 47, 0, 1, 2, 127, 2, 23, -3, 2, 128, 2, 35, 2, 129, 2, 130, 0, 16778239, -10, 2, 34, -5, 2, 64, -2, 3, 0, 28, 2, 31, -3, 3, 0, 3, 2, 47, 3, 0, 6, 2, 48, -85, 3, 0, 33, 2, 47, -126, 3, 0, 18, 2, 36, -269, 3, 0, 17, 2, 40, 2, 7, -3, 2, 17, 2, 131, 2, 0, 2, 23, 2, 48, 2, 132, 2, 23, -21, 3, 0, 2, -4, 3, 0, 2, 0, 67583, -1, 2, 103, -2, 0, 11, 3, 0, 191, 2, 51, 3, 0, 38, 2, 29, -1, 2, 33, -279, 3, 0, 8, 2, 7, -1, 2, 133, 2, 52, 3, 0, 11, 2, 6, -72, 3, 0, 3, 2, 134, 2, 135, -187, 3, 0, 2, 2, 37, 2, 0, 2, 136, 2, 137, 2, 55, 2, 0, 2, 138, 2, 139, 2, 140, 3, 0, 10, 2, 141, 2, 142, 2, 15, 3, 37, 2, 3, 53, 2, 3, 54, 2, 2, 143, -73, 2, 0, 0, 1065361407, 0, 16384, -11, 2, 0, 2, 121, -40, 3, 0, 6, 2, 117, -1, 3, 0, 2, 0, 2063, -37, 2, 55, 2, 144, 2, 145, 2, 146, 2, 147, 2, 148, -138, 3, 0, 1334, 2, 9, -1, 3, 0, 129, 2, 27, 3, 0, 6, 2, 9, 3, 0, 180, 2, 149, 3, 0, 233, 0, 1, -96, 3, 0, 16, 2, 9, -47, 3, 0, 154, 2, 56, -28517, 2, 0, 0, 1, -1, 2, 124, 2, 0, 0, 8193, -21, 2, 193, 0, 10255, 0, 4, -11, 2, 64, 2, 171, -1, 0, 71680, -1, 2, 161, 0, 4292900864, 0, 805306431, -5, 2, 150, -1, 2, 157, -1, 0, 6144, -2, 2, 127, -1, 2, 154, -1, 0, 2147532800, 2, 151, 2, 165, 2, 0, 2, 164, 0, 524032, 0, 4, -4, 2, 190, 0, 205128192, 0, 1333757536, 0, 2147483696, 0, 423953, 0, 747766272, 0, 2717763192, 0, 4286578751, 0, 278545, 2, 152, 0, 4294886464, 0, 33292336, 0, 417809, 2, 152, 0, 1327482464, 0, 4278190128, 0, 700594195, 0, 1006647527, 0, 4286497336, 0, 4160749631, 2, 153, 0, 469762560, 0, 4171219488, 0, 8323120, 2, 153, 0, 202375680, 0, 3214918176, 0, 4294508592, 2, 153, -1, 0, 983584, 0, 48, 0, 58720273, 0, 3489923072, 0, 10517376, 0, 4293066815, 0, 1, 0, 2013265920, 2, 177, 2, 0, 0, 2089, 0, 3221225552, 0, 201375904, 2, 0, -2, 0, 256, 0, 122880, 0, 16777216, 2, 150, 0, 4160757760, 2, 0, -6, 2, 167, -11, 0, 3263218176, -1, 0, 49664, 0, 2160197632, 0, 8388802, -1, 0, 12713984, -1, 2, 154, 2, 159, 2, 178, -2, 2, 162, -20, 0, 3758096385, -2, 2, 155, 0, 4292878336, 2, 90, 2, 169, 0, 4294057984, -2, 2, 163, 2, 156, 2, 175, -2, 2, 155, -1, 2, 182, -1, 2, 170, 2, 124, 0, 4026593280, 0, 14, 0, 4292919296, -1, 2, 158, 0, 939588608, -1, 0, 805306368, -1, 2, 124, 0, 1610612736, 2, 156, 2, 157, 2, 4, 2, 0, -2, 2, 158, 2, 159, -3, 0, 267386880, -1, 2, 160, 0, 7168, -1, 0, 65024, 2, 154, 2, 161, 2, 179, -7, 2, 168, -8, 2, 162, -1, 0, 1426112704, 2, 163, -1, 2, 164, 0, 271581216, 0, 2149777408, 2, 23, 2, 161, 2, 124, 0, 851967, 2, 180, -1, 2, 23, 2, 181, -4, 2, 158, -20, 2, 195, 2, 165, -56, 0, 3145728, 2, 185, -4, 2, 166, 2, 124, -4, 0, 32505856, -1, 2, 167, -1, 0, 2147385088, 2, 90, 1, 2155905152, 2, -3, 2, 103, 2, 0, 2, 168, -2, 2, 169, -6, 2, 170, 0, 4026597375, 0, 1, -1, 0, 1, -1, 2, 171, -3, 2, 117, 2, 64, -2, 2, 166, -2, 2, 176, 2, 124, -878, 2, 159, -36, 2, 172, -1, 2, 201, -10, 2, 188, -5, 2, 174, -6, 0, 4294965251, 2, 27, -1, 2, 173, -1, 2, 174, -2, 0, 4227874752, -3, 0, 2146435072, 2, 159, -2, 0, 1006649344, 2, 124, -1, 2, 90, 0, 201375744, -3, 0, 134217720, 2, 90, 0, 4286677377, 0, 32896, -1, 2, 158, -3, 2, 175, -349, 2, 176, 0, 1920, 2, 177, 3, 0, 264, -11, 2, 157, -2, 2, 178, 2, 0, 0, 520617856, 0, 2692743168, 0, 36, -3, 0, 524284, -11, 2, 23, -1, 2, 187, -1, 2, 184, 0, 3221291007, 2, 178, -1, 2, 202, 0, 2158720, -3, 2, 159, 0, 1, -4, 2, 124, 0, 3808625411, 0, 3489628288, 2, 200, 0, 1207959680, 0, 3221274624, 2, 0, -3, 2, 179, 0, 120, 0, 7340032, -2, 2, 180, 2, 4, 2, 23, 2, 163, 3, 0, 4, 2, 159, -1, 2, 181, 2, 177, -1, 0, 8176, 2, 182, 2, 179, 2, 183, -1, 0, 4290773232, 2, 0, -4, 2, 163, 2, 189, 0, 15728640, 2, 177, -1, 2, 161, -1, 0, 4294934512, 3, 0, 4, -9, 2, 90, 2, 170, 2, 184, 3, 0, 4, 0, 704, 0, 1849688064, 2, 185, -1, 2, 124, 0, 4294901887, 2, 0, 0, 130547712, 0, 1879048192, 2, 199, 3, 0, 2, -1, 2, 186, 2, 187, -1, 0, 17829776, 0, 2025848832, 0, 4261477888, -2, 2, 0, -1, 0, 4286580608, -1, 0, 29360128, 2, 192, 0, 16252928, 0, 3791388672, 2, 38, 3, 0, 2, -2, 2, 196, 2, 0, -1, 2, 103, -1, 0, 66584576, -1, 2, 191, 3, 0, 9, 2, 124, -1, 0, 4294755328, 3, 0, 2, -1, 2, 161, 2, 178, 3, 0, 2, 2, 23, 2, 188, 2, 90, -2, 0, 245760, 0, 2147418112, -1, 2, 150, 2, 203, 0, 4227923456, -1, 2, 164, 2, 161, 2, 90, -3, 0, 4292870145, 0, 262144, 2, 124, 3, 0, 2, 0, 1073758848, 2, 189, -1, 0, 4227921920, 2, 190, 0, 68289024, 0, 528402016, 0, 4292927536, 3, 0, 4, -2, 0, 268435456, 2, 91, -2, 2, 191, 3, 0, 5, -1, 2, 192, 2, 163, 2, 0, -2, 0, 4227923936, 2, 62, -1, 2, 155, 2, 95, 2, 0, 2, 154, 2, 158, 3, 0, 6, -1, 2, 177, 3, 0, 3, -2, 0, 2146959360, 0, 9440640, 0, 104857600, 0, 4227923840, 3, 0, 2, 0, 768, 2, 193, 2, 77, -2, 2, 161, -2, 2, 119, -1, 2, 155, 3, 0, 8, 0, 512, 0, 8388608, 2, 194, 2, 172, 2, 187, 0, 4286578944, 3, 0, 2, 0, 1152, 0, 1266679808, 2, 191, 0, 576, 0, 4261707776, 2, 95, 3, 0, 9, 2, 155, 3, 0, 5, 2, 16, -1, 0, 2147221504, -28, 2, 178, 3, 0, 3, -3, 0, 4292902912, -6, 2, 96, 3, 0, 85, -33, 0, 4294934528, 3, 0, 126, -18, 2, 195, 3, 0, 269, -17, 2, 155, 2, 124, 2, 198, 3, 0, 2, 2, 23, 0, 4290822144, -2, 0, 67174336, 0, 520093700, 2, 17, 3, 0, 21, -2, 2, 179, 3, 0, 3, -2, 0, 30720, -1, 0, 32512, 3, 0, 2, 0, 4294770656, -191, 2, 174, -38, 2, 170, 2, 0, 2, 196, 3, 0, 279, -8, 2, 124, 2, 0, 0, 4294508543, 0, 65295, -11, 2, 177, 3, 0, 72, -3, 0, 3758159872, 0, 201391616, 3, 0, 155, -7, 2, 170, -1, 0, 384, -1, 0, 133693440, -3, 2, 196, -2, 2, 26, 3, 0, 4, 2, 169, -2, 2, 90, 2, 155, 3, 0, 4, -2, 2, 164, -1, 2, 150, 0, 335552923, 2, 197, -1, 0, 538974272, 0, 2214592512, 0, 132000, -10, 0, 192, -8, 0, 12288, -21, 0, 134213632, 0, 4294901761, 3, 0, 42, 0, 100663424, 0, 4294965284, 3, 0, 6, -1, 0, 3221282816, 2, 198, 3, 0, 11, -1, 2, 199, 3, 0, 40, -6, 0, 4286578784, 2, 0, -2, 0, 1006694400, 3, 0, 24, 2, 35, -1, 2, 94, 3, 0, 2, 0, 1, 2, 163, 3, 0, 6, 2, 197, 0, 4110942569, 0, 1432950139, 0, 2701658217, 0, 4026532864, 0, 4026532881, 2, 0, 2, 45, 3, 0, 8, -1, 2, 158, -2, 2, 169, 0, 98304, 0, 65537, 2, 170, -5, 0, 4294950912, 2, 0, 2, 118, 0, 65528, 2, 177, 0, 4294770176, 2, 26, 3, 0, 4, -30, 2, 174, 0, 3758153728, -3, 2, 169, -2, 2, 155, 2, 188, 2, 158, -1, 2, 191, -1, 2, 161, 0, 4294754304, 3, 0, 2, -3, 0, 33554432, -2, 2, 200, -3, 2, 169, 0, 4175478784, 2, 201, 0, 4286643712, 0, 4286644216, 2, 0, -4, 2, 202, -1, 2, 165, 0, 4227923967, 3, 0, 32, -1334, 2, 163, 2, 0, -129, 2, 94, -6, 2, 163, -180, 2, 203, -233, 2, 4, 3, 0, 96, -16, 2, 163, 3, 0, 47, -154, 2, 165, 3, 0, 22381, -7, 2, 17, 3, 0, 6128], [4294967295, 4294967291, 4092460543, 4294828031, 4294967294, 134217726, 268435455, 2147483647, 1048575, 1073741823, 3892314111, 134217727, 1061158911, 536805376, 4294910143, 4160749567, 4294901759, 4294901760, 536870911, 262143, 8388607, 4294902783, 4294918143, 65535, 67043328, 2281701374, 4294967232, 2097151, 4294903807, 4194303, 255, 67108863, 4294967039, 511, 524287, 131071, 127, 4292870143, 4294902271, 4294549487, 33554431, 1023, 67047423, 4294901888, 4286578687, 4294770687, 67043583, 32767, 15, 2047999, 67043343, 16777215, 4294902000, 4294934527, 4294966783, 4294967279, 2047, 262083, 20511, 4290772991, 41943039, 493567, 4294959104, 603979775, 65536, 602799615, 805044223, 4294965206, 8191, 1031749119, 4294917631, 2134769663, 4286578493, 4282253311, 4294942719, 33540095, 4294905855, 4294967264, 2868854591, 1608515583, 265232348, 534519807, 2147614720, 1060109444, 4093640016, 17376, 2139062143, 224, 4169138175, 4294909951, 4286578688, 4294967292, 4294965759, 2044, 4292870144, 4294966272, 4294967280, 8289918, 4294934399, 4294901775, 4294965375, 1602223615, 4294967259, 4294443008, 268369920, 4292804608, 486341884, 4294963199, 3087007615, 1073692671, 4128527, 4279238655, 4294902015, 4294966591, 2445279231, 3670015, 3238002687, 31, 63, 4294967288, 4294705151, 4095, 3221208447, 4294549472, 2147483648, 4285526655, 4294966527, 4294705152, 4294966143, 64, 4294966719, 16383, 3774873592, 458752, 536807423, 67043839, 3758096383, 3959414372, 3755993023, 2080374783, 4294835295, 4294967103, 4160749565, 4087, 184024726, 2862017156, 1593309078, 268434431, 268434414, 4294901763, 536870912, 2952790016, 202506752, 139264, 402653184, 4261412864, 4227922944, 49152, 61440, 3758096384, 117440512, 65280, 3233808384, 3221225472, 2097152, 4294965248, 32768, 57152, 67108864, 4293918720, 4290772992, 25165824, 57344, 4227915776, 4278190080, 4227907584, 65520, 4026531840, 4227858432, 4160749568, 3758129152, 4294836224, 63488, 1073741824, 4294967040, 4194304, 251658240, 196608, 4294963200, 64512, 417808, 4227923712, 12582912, 50331648, 65472, 4294967168, 4294966784, 16, 4294917120, 2080374784, 4096, 65408, 524288, 65532]);\n\n const TokenLookup = [\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 125,\r\n 133,\r\n 125,\r\n 125,\r\n 127,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 126,\r\n 125,\r\n 16842797,\r\n 134283267,\r\n 128,\r\n 208897,\r\n 8457012,\r\n 8455748,\r\n 134283267,\r\n 67174411,\r\n 16,\r\n 8457011,\r\n 25233967,\r\n 1073741842,\r\n 25233968,\r\n 67108877,\r\n 8457013,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 134283266,\r\n 21,\r\n 1074790417,\r\n 8456255,\r\n 1077936157,\r\n 8456256,\r\n 22,\r\n 130,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 208897,\r\n 69271571,\r\n 134,\r\n 20,\r\n 8455494,\r\n 208897,\r\n 129,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 208897,\r\n 208897,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 4096,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 4096,\r\n 208897,\r\n 4096,\r\n 4096,\r\n 2162700,\r\n 8455237,\r\n 1074790415,\r\n 16842798,\r\n 126\r\n ];\r\n function nextToken(parser, context) {\r\n parser.flags = (parser.flags | 1) ^ 1;\r\n parser.startPos = parser.index;\r\n parser.startColumn = parser.column;\r\n parser.startLine = parser.line;\r\n parser.token = scanSingleToken(parser, context, 0);\r\n if (parser.onToken && parser.token !== 1048576)\r\n parser.onToken(convertTokenType(parser.token), parser.startPos, parser.index);\r\n }\r\n function scanSingleToken(parser, context, state) {\r\n const isStartOfLine = parser.index === 0;\r\n const source = parser.source;\r\n while (parser.index < parser.end) {\r\n parser.tokenPos = parser.index;\r\n parser.colPos = parser.column;\r\n parser.linePos = parser.line;\r\n let char = parser.currentChar;\r\n if (char <= 0x7e) {\r\n const token = TokenLookup[char];\r\n switch (token) {\r\n case 67174411:\r\n case 16:\r\n case 2162700:\r\n case 1074790415:\r\n case 69271571:\r\n case 20:\r\n case 21:\r\n case 1074790417:\r\n case 1073741842:\r\n case 16842798:\r\n case 130:\r\n case 126:\r\n advanceChar(parser);\r\n return token;\r\n case 8456255:\r\n let ch = advanceChar(parser);\r\n if (parser.index < parser.end) {\r\n if (ch === 60) {\r\n if (parser.index < parser.end && advanceChar(parser) === 61) {\r\n advanceChar(parser);\r\n return 4194334;\r\n }\r\n return 8456513;\r\n }\r\n else if (ch === 61) {\r\n advanceChar(parser);\r\n return 8455997;\r\n }\r\n if (ch === 33) {\r\n const index = parser.index + 1;\r\n if (index + 1 < parser.end &&\r\n source.charCodeAt(index) === 45 &&\r\n source.charCodeAt(index + 1) == 45) {\r\n parser.column += 3;\r\n parser.currentChar = source.charCodeAt((parser.index += 3));\r\n state = skipSingleHTMLComment(parser, source, state, context, 2);\r\n continue;\r\n }\r\n return 8456255;\r\n }\r\n if (ch === 47) {\r\n if ((context & 16) < 1)\r\n return 8456255;\r\n const index = parser.index + 1;\r\n if (index < parser.end) {\r\n ch = source.charCodeAt(index);\r\n if (ch === 42 || ch === 47)\r\n break;\r\n }\r\n advanceChar(parser);\r\n return 25;\r\n }\r\n }\r\n return 8456255;\r\n case 1077936157: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 1077936157;\r\n const ch = parser.currentChar;\r\n if (ch === 61) {\r\n if (advanceChar(parser) === 61) {\r\n advanceChar(parser);\r\n return 8455993;\r\n }\r\n return 8455995;\r\n }\r\n if (ch === 62) {\r\n advanceChar(parser);\r\n return 10;\r\n }\r\n return 1077936157;\r\n }\r\n case 16842797:\r\n if (advanceChar(parser) !== 61) {\r\n return 16842797;\r\n }\r\n if (advanceChar(parser) !== 61) {\r\n return 8455996;\r\n }\r\n advanceChar(parser);\r\n return 8455994;\r\n case 8457012:\r\n if (advanceChar(parser) !== 61)\r\n return 8457012;\r\n advanceChar(parser);\r\n return 4194342;\r\n case 8457011: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 8457011;\r\n const ch = parser.currentChar;\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194340;\r\n }\r\n if (ch !== 42)\r\n return 8457011;\r\n if (advanceChar(parser) !== 61)\r\n return 8457270;\r\n advanceChar(parser);\r\n return 4194337;\r\n }\r\n case 8455494:\r\n if (advanceChar(parser) !== 61)\r\n return 8455494;\r\n advanceChar(parser);\r\n return 4194343;\r\n case 25233967: {\r\n advanceChar(parser);\r\n const ch = parser.currentChar;\r\n if (ch === 43) {\r\n advanceChar(parser);\r\n return 33619995;\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194338;\r\n }\r\n return 25233967;\r\n }\r\n case 25233968: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 25233968;\r\n const ch = parser.currentChar;\r\n if (ch === 45) {\r\n advanceChar(parser);\r\n if ((state & 1 || isStartOfLine) && parser.currentChar === 62) {\r\n if ((context & 256) === 0)\r\n report(parser, 108);\r\n advanceChar(parser);\r\n state = skipSingleHTMLComment(parser, source, state, context, 3);\r\n continue;\r\n }\r\n return 33619996;\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194339;\r\n }\r\n return 25233968;\r\n }\r\n case 8457013: {\r\n advanceChar(parser);\r\n if (parser.index < parser.end) {\r\n const ch = parser.currentChar;\r\n if (ch === 47) {\r\n advanceChar(parser);\r\n state = skipSingleLineComment(parser, source, state, 0);\r\n continue;\r\n }\r\n if (ch === 42) {\r\n advanceChar(parser);\r\n state = skipMultiLineComment(parser, source, state);\r\n continue;\r\n }\r\n if (context & 32768) {\r\n return scanRegularExpression(parser, context);\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4259877;\r\n }\r\n }\r\n return 8457013;\r\n }\r\n case 8455237: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 8455237;\r\n const ch = parser.currentChar;\r\n if (ch === 124) {\r\n advanceChar(parser);\r\n return 8979000;\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194344;\r\n }\r\n return 8455237;\r\n }\r\n case 8456256: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 8456256;\r\n const ch = parser.currentChar;\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 8455998;\r\n }\r\n if (ch !== 62)\r\n return 8456256;\r\n advanceChar(parser);\r\n if (parser.index < parser.end) {\r\n const ch = parser.currentChar;\r\n if (ch === 62) {\r\n if (advanceChar(parser) === 61) {\r\n advanceChar(parser);\r\n return 4194336;\r\n }\r\n return 8456515;\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194335;\r\n }\r\n }\r\n return 8456514;\r\n }\r\n case 8455748: {\r\n advanceChar(parser);\r\n if (parser.index >= parser.end)\r\n return 8455748;\r\n const ch = parser.currentChar;\r\n if (ch === 38) {\r\n advanceChar(parser);\r\n return 8979255;\r\n }\r\n if (ch === 61) {\r\n advanceChar(parser);\r\n return 4194345;\r\n }\r\n return 8455748;\r\n }\r\n case 67108877:\r\n const next = advanceChar(parser);\r\n if (next >= 48 && next <= 57)\r\n return scanNumber(parser, context, 64 | 16);\r\n if (next === 46) {\r\n const index = parser.index + 1;\r\n if (index < parser.end && source.charCodeAt(index) === 46) {\r\n parser.column += 2;\r\n parser.currentChar = source.charCodeAt((parser.index += 2));\r\n return 14;\r\n }\r\n }\r\n return 67108877;\r\n case 22: {\r\n let ch = advanceChar(parser);\r\n if ((context & 1) < 1)\r\n return 22;\r\n if (ch === 63) {\r\n advanceChar(parser);\r\n return 276889979;\r\n }\r\n if (ch === 46) {\r\n const index = parser.index + 1;\r\n if (index < parser.end) {\r\n ch = source.charCodeAt(index);\r\n if (!(ch >= 48 && ch <= 57)) {\r\n advanceChar(parser);\r\n return 67108988;\r\n }\r\n }\r\n }\r\n return 22;\r\n }\r\n case 4096:\r\n return scanIdentifier(parser, context, 1);\r\n case 208897:\r\n return scanIdentifier(parser, context, 0);\r\n case 134283266:\r\n return scanNumber(parser, context, 16 | 128);\r\n case 134283267:\r\n return scanString(parser, context, char);\r\n case 129:\r\n return scanTemplate(parser, context);\r\n case 134:\r\n return scanUnicodeIdentifier(parser, context);\r\n case 128:\r\n return scanPrivateName(parser);\r\n case 125:\r\n advanceChar(parser);\r\n break;\r\n case 127:\r\n state |= 1 | 4;\r\n scanNewLine(parser);\r\n break;\r\n case 133:\r\n consumeLineFeed(parser, state);\r\n state = (state & ~4) | 1;\r\n break;\r\n }\r\n }\r\n else {\r\n if ((char ^ 8232) <= 1) {\r\n state = (state & ~4) | 1;\r\n scanNewLine(parser);\r\n continue;\r\n }\r\n if ((char & 0xfc00) === 0xd800 || ((unicodeLookup[(char >>> 5) + 34816] >>> char) & 31 & 1) !== 0) {\r\n if ((char & 0xfc00) === 0xdc00) {\r\n char = ((char & 0x3ff) << 10) | (char & 0x3ff) | 0x10000;\r\n if (((unicodeLookup[(char >>> 5) + 0] >>> char) & 31 & 1) === 0) {\r\n report(parser, 18, fromCodePoint(char));\r\n }\r\n parser.index++;\r\n parser.currentChar = char;\r\n }\r\n parser.column++;\r\n parser.tokenValue = '';\r\n return scanIdentifierSlowCase(parser, context, 0, 0);\r\n }\r\n if (isExoticECMAScriptWhitespace(char)) {\r\n advanceChar(parser);\r\n continue;\r\n }\r\n report(parser, 18, fromCodePoint(char));\r\n }\r\n }\r\n return 1048576;\r\n }\n\n const CommentTypes = ['SingleLine', 'MultiLine', 'HTMLOpen', 'HTMLClose', 'HashbangComment'];\r\n function skipHashBang(parser) {\r\n const source = parser.source;\r\n if (parser.currentChar === 35 && source.charCodeAt(parser.index + 1) === 33) {\r\n skipSingleLineComment(parser, source, 0, 4);\r\n }\r\n }\r\n function skipSingleHTMLComment(parser, source, state, context, type) {\r\n if (context & 2048)\r\n report(parser, 0);\r\n return skipSingleLineComment(parser, source, state, type);\r\n }\r\n function skipSingleLineComment(parser, source, state, type) {\r\n const { index } = parser;\r\n while (parser.index < parser.end) {\r\n if (CharTypes[parser.currentChar] & 8) {\r\n const isCR = parser.currentChar === 13;\r\n scanNewLine(parser);\r\n if (isCR && parser.index < parser.end && parser.currentChar === 10)\r\n parser.currentChar = source.charCodeAt(++parser.index);\r\n break;\r\n }\r\n else if ((parser.currentChar ^ 8232) <= 1) {\r\n scanNewLine(parser);\r\n break;\r\n }\r\n advanceChar(parser);\r\n }\r\n if (parser.onComment)\r\n parser.onComment(CommentTypes[type & 0xff], source.slice(index, parser.index), index, parser.index);\r\n return state | 1;\r\n }\r\n function skipMultiLineComment(parser, source, state) {\r\n const { index } = parser;\r\n while (parser.index < parser.end) {\r\n if (parser.currentChar < 0x2b) {\r\n let skippedOneAsterisk = false;\r\n while (parser.currentChar === 42) {\r\n if (!skippedOneAsterisk) {\r\n state &= ~4;\r\n skippedOneAsterisk = true;\r\n }\r\n if (advanceChar(parser) === 47) {\r\n advanceChar(parser);\r\n if (parser.onComment)\r\n parser.onComment(CommentTypes[1 & 0xff], source.slice(index, parser.index - 2), index, parser.index);\r\n return state;\r\n }\r\n }\r\n if (skippedOneAsterisk) {\r\n continue;\r\n }\r\n if (CharTypes[parser.currentChar] & 8) {\r\n if (parser.currentChar === 13) {\r\n